public interface ResourcePolicyMemberOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getIamPolicyNamePrincipal()
public abstract String getIamPolicyNamePrincipal()
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
string iam_policy_name_principal = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
String |
The iamPolicyNamePrincipal. |
getIamPolicyNamePrincipalBytes()
public abstract ByteString getIamPolicyNamePrincipalBytes()
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
string iam_policy_name_principal = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for iamPolicyNamePrincipal. |
getIamPolicyUidPrincipal()
public abstract String getIamPolicyUidPrincipal()
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
string iam_policy_uid_principal = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
String |
The iamPolicyUidPrincipal. |
getIamPolicyUidPrincipalBytes()
public abstract ByteString getIamPolicyUidPrincipalBytes()
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
string iam_policy_uid_principal = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for iamPolicyUidPrincipal. |