public sealed class BatchGetEffectiveIamPoliciesResponse.Types.EffectiveIamPolicy.Types.PolicyInfo : IMessage<BatchGetEffectiveIamPoliciesResponse.Types.EffectiveIamPolicy.Types.PolicyInfo>, IEquatable<BatchGetEffectiveIamPoliciesResponse.Types.EffectiveIamPolicy.Types.PolicyInfo>, IDeepCloneable<BatchGetEffectiveIamPoliciesResponse.Types.EffectiveIamPolicy.Types.PolicyInfo>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Asset Inventory v1 API class BatchGetEffectiveIamPoliciesResponse.Types.EffectiveIamPolicy.Types.PolicyInfo.
The IAM policy and its attached resource.
Implements
IMessageBatchGetEffectiveIamPoliciesResponseTypesEffectiveIamPolicyTypesPolicyInfo, IEquatableBatchGetEffectiveIamPoliciesResponseTypesEffectiveIamPolicyTypesPolicyInfo, IDeepCloneableBatchGetEffectiveIamPoliciesResponseTypesEffectiveIamPolicyTypesPolicyInfo, IBufferMessage, IMessageNamespace
Google.Cloud.Asset.V1Assembly
Google.Cloud.Asset.V1.dll
Constructors
PolicyInfo()
public PolicyInfo()
PolicyInfo(PolicyInfo)
public PolicyInfo(BatchGetEffectiveIamPoliciesResponse.Types.EffectiveIamPolicy.Types.PolicyInfo other)
Parameter | |
---|---|
Name | Description |
other |
BatchGetEffectiveIamPoliciesResponseTypesEffectiveIamPolicyTypesPolicyInfo |
Properties
AttachedResource
public string AttachedResource { get; set; }
The full resource name the [policy][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.PolicyInfo.policy] is directly attached to.
Property Value | |
---|---|
Type | Description |
string |
Policy
public Policy Policy { get; set; }
The IAM policy that's directly attached to the [attached_resource][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.PolicyInfo.attached_resource].
Property Value | |
---|---|
Type | Description |
Policy |