google_api_cloud_user_accounts v0.0.1 GoogleApi.CloudUserAccounts.Vm_alpha.Model.Condition View Source
A condition to be met.
Attributes
iam (String): Trusted attributes supplied by the IAM system. Defaults to:
null
.- Enum - one of [ATTRIBUTION, AUTHORITY, NO_ATTR]
op (String): An operator to apply the subject with. Defaults to:
null
.- Enum - one of [DISCHARGED, EQUALS, IN, NOT_EQUALS, NOT_IN, NO_OP]
- svc (String): Trusted attributes discharged by the service. Defaults to:
null
. sys (String): Trusted attributes supplied by any service that owns resources and uses the IAM system for access control. Defaults to:
null
.- Enum - one of [IP, NAME, NO_ATTR, REGION, SERVICE]
- value (String): The object of the condition. Exactly one of these must be set. Defaults to:
null
. - values (List[String]): The objects of the condition. This is mutually exclusive with 'value'. Defaults to:
null
.