public sealed class ResourcePolicyMember : IMessage<ResourcePolicyMember>, IEquatable<ResourcePolicyMember>, IDeepCloneable<ResourcePolicyMember>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Identity and Access Management (IAM) v1 API class ResourcePolicyMember.
Output-only policy member strings of a Google Cloud resource's built-in identity.
Implements
IMessageResourcePolicyMember, IEquatableResourcePolicyMember, IDeepCloneableResourcePolicyMember, IBufferMessage, IMessageNamespace
Google.Cloud.Iam.V1Assembly
Google.Cloud.Iam.V1.dll
Constructors
ResourcePolicyMember()
public ResourcePolicyMember()
ResourcePolicyMember(ResourcePolicyMember)
public ResourcePolicyMember(ResourcePolicyMember other)
Parameter | |
---|---|
Name | Description |
other |
ResourcePolicyMember |
Properties
IamPolicyNamePrincipal
public string IamPolicyNamePrincipal { get; set; }
IAM policy binding member referring to a Google Cloud resource by user-assigned name (https://google.aip.dev/122). If a resource is deleted and recreated with the same name, the binding will be applicable to the new resource.
Example:
principal://parametermanager.googleapis.com/projects/12345/name/locations/us-central1-a/parameters/my-parameter
Property Value | |
---|---|
Type | Description |
string |
IamPolicyUidPrincipal
public string IamPolicyUidPrincipal { get; set; }
IAM policy binding member referring to a Google Cloud resource by system-assigned unique identifier (https://google.aip.dev/148#uid). If a resource is deleted and recreated with the same name, the binding will not be applicable to the new resource
Example:
principal://parametermanager.googleapis.com/projects/12345/uid/locations/us-central1-a/parameters/a918fed5
Property Value | |
---|---|
Type | Description |
string |