Struct google_deploymentmanager2::ResourceAccessControl[][src]

pub struct ResourceAccessControl {
    pub gcp_iam_policy: Option<String>,
}

The access controls set on the resource.

This type is not used in any activity, and only used as part of another schema.

Fields

The GCP IAM Policy to set on the resource.

Trait Implementations

impl Default for ResourceAccessControl
[src]

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

impl Clone for ResourceAccessControl
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ResourceAccessControl
[src]

Formats the value using the given formatter. Read more

impl Part for ResourceAccessControl
[src]

Auto Trait Implementations