| Package | Description |
|---|---|
| com.google.api.services.cloudkms.v1.model |
| Modifier and Type | Method and Description |
|---|---|
Condition |
Condition.clone() |
Condition |
Condition.set(java.lang.String fieldName,
java.lang.Object value) |
Condition |
Condition.setIam(java.lang.String iam)
Trusted attributes supplied by the IAM system.
|
Condition |
Condition.setOp(java.lang.String op)
An operator to apply the subject with.
|
Condition |
Condition.setSvc(java.lang.String svc)
Trusted attributes discharged by the service.
|
Condition |
Condition.setSys(java.lang.String sys)
Trusted attributes supplied by any service that owns resources and uses the IAM system for
access control.
|
Condition |
Condition.setValue(java.lang.String value)
DEPRECATED.
|
Condition |
Condition.setValues(java.util.List<java.lang.String> values)
The objects of the condition.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Condition> |
Rule.getConditions()
Additional restrictions that must be met
|
| Modifier and Type | Method and Description |
|---|---|
Rule |
Rule.setConditions(java.util.List<Condition> conditions)
Additional restrictions that must be met
|