Tag Key Iam Member Args
data class TagKeyIamMemberArgs(val condition: Output<ConditionArgs>? = null, val member: Output<String>? = null, val name: Output<String>? = null, val role: Output<String>? = null) : ConvertibleToJava<TagKeyIamMemberArgs>
Sets the access control policy on a TagKey, replacing any existing policy. The resource
field should be the TagKey's resource name. For example, "tagKeys/1234". The caller must have resourcemanager.tagKeys.setIamPolicy
permission on the identified tagValue.
Constructors
Link copied to clipboard
fun TagKeyIamMemberArgs(condition: Output<ConditionArgs>? = null, member: Output<String>? = null, name: Output<String>? = null, role: Output<String>? = null)