Class PolicyInfo
The IAM policy and its attached resource.
Implements
Inherited Members
Namespace: Google.Apis.CloudAsset.v1.Data
Assembly: Google.Apis.CloudAsset.v1.dll
Syntax
public class PolicyInfo : IDirectResponseSchema
Properties
AttachedResource
The full resource name the policy is directly attached to.
Declaration
[JsonProperty("attachedResource")]
public virtual string AttachedResource { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Policy
The IAM policy that's directly attached to the attached_resource.
Declaration
[JsonProperty("policy")]
public virtual Policy Policy { get; set; }
Property Value
Type | Description |
---|---|
Policy |