Class ResourcePolicyMember
Output-only policy member strings of a Google Cloud resource's built-in identity.
Implements
Inherited Members
Namespace: Google.Apis.ParameterManager.v1.Data
Assembly: Google.Apis.ParameterManager.v1.dll
Syntax
public class ResourcePolicyMember : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
IamPolicyNamePrincipal
Output only. 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
Declaration
[JsonProperty("iamPolicyNamePrincipal")]
public virtual string IamPolicyNamePrincipal { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
IamPolicyUidPrincipal
Output only. 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
Declaration
[JsonProperty("iamPolicyUidPrincipal")]
public virtual string IamPolicyUidPrincipal { get; set; }
Property Value
| Type | Description |
|---|---|
| string |