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