Struct google_cloudresourcemanager1::OrgPolicy[][src]

pub struct OrgPolicy {
    pub update_time: Option<String>,
    pub version: Option<i32>,
    pub etag: Option<String>,
    pub constraint: Option<String>,
    pub restore_default: Option<RestoreDefault>,
    pub list_policy: Option<ListPolicy>,
    pub boolean_policy: Option<BooleanPolicy>,
}

Defines a Cloud Organization Policy which is used to specify Constraints for configurations of Cloud Platform resources.

Activities

This type is used in activities, which are methods you may call on this type or where this type is involved in. The list links the activity name, along with information about where it is used (one of request and response).

Fields

The time stamp the Policy was previously updated. This is set by the server, not specified by the caller, and represents the last time a call to SetOrgPolicy was made for that Policy. Any value set by the client will be ignored.

Version of the Policy. Default version is 0;

An opaque tag indicating the current version of the Policy, used for concurrency control.

When the Policy is returned from either a GetPolicy or a ListOrgPolicy request, this etag indicates the version of the current Policy to use when executing a read-modify-write loop.

When the Policy is returned from a GetEffectivePolicy request, the etag will be unset.

When the Policy is used in a SetOrgPolicy method, use the etag value that was returned from a GetOrgPolicy request as part of a read-modify-write loop for concurrency control. Not setting the etagin a SetOrgPolicy request will result in an unconditional write of the Policy.

The name of the Constraint the Policy is configuring, for example, constraints/serviceuser.services.

Immutable after creation.

Restores the default behavior of the constraint; independent of Constraint type.

List of values either allowed or disallowed.

For boolean Constraints, whether to enforce the Constraint or not.

Trait Implementations

impl Default for OrgPolicy
[src]

Returns the "default value" for a type. Read more

impl Clone for OrgPolicy
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for OrgPolicy
[src]

Formats the value using the given formatter. Read more

impl ResponseResult for OrgPolicy
[src]

Auto Trait Implementations

impl Send for OrgPolicy

impl Sync for OrgPolicy