Folder Iam Binding Args
data class FolderIamBindingArgs(val condition: Output<ConditionArgs>? = null, val members: Output<List<String>>? = null, val name: Output<String>? = null, val role: Output<String>? = null) : ConvertibleToJava<FolderIamBindingArgs>
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 FolderIamBindingArgs(condition: Output<ConditionArgs>? = null, members: Output<List<String>>? = null, name: Output<String>? = null, role: Output<String>? = null)