Region Backend Service Iam Member Args
    data class RegionBackendServiceIamMemberArgs(val condition: Output<ConditionArgs>? = null, val member: Output<String>? = null, val name: Output<String>? = null, val role: Output<String>? = null) : ConvertibleToJava<RegionBackendServiceIamMemberArgs> 
Sets the access control policy on the specified resource. Replaces any existing policy.
Constructors
Link copied to clipboard
                fun RegionBackendServiceIamMemberArgs(condition: Output<ConditionArgs>? = null, member: Output<String>? = null, name: Output<String>? = null, role: Output<String>? = null)