GetParametersParameterPolicyMember

data class GetParametersParameterPolicyMember(val iamPolicyNamePrincipal: String, val iamPolicyUidPrincipal: String)

Constructors

Link copied to clipboard
constructor(iamPolicyNamePrincipal: String, iamPolicyUidPrincipal: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

AM policy binding member referring to a Google Cloud resource by user-assigned name. If a resource is deleted and recreated with the same name, the binding will be applicable to the new resource. Format: principal://parametermanager.googleapis.com/projects/{{project}}/name/locations/global/parameters/{{parameter_id}}

Link copied to clipboard

IAM policy binding member referring to a Google Cloud resource by system-assigned unique identifier. If a resource is deleted and recreated with the same name, the binding will not be applicable to the new resource. Format: principal://parametermanager.googleapis.com/projects/{{project}}/uid/locations/global/parameters/{{uid}}