Modifier and Type | Method and Description |
---|---|
Condition.Builder |
addAllValues(List<String> values)
The objects of the condition.
|
Condition.Builder |
addValues(String values)
The objects of the condition.
|
Condition |
build() |
Condition.Builder |
clone() |
String |
getIam()
Trusted attributes supplied by the IAM system.
|
String |
getOp()
An operator to apply the subject with.
|
String |
getSvc()
Trusted attributes discharged by the service.
|
String |
getSys()
Trusted attributes supplied by any service that owns resources and uses the IAM system for
access control.
|
List<String> |
getValuesList()
The objects of the condition.
|
Condition.Builder |
mergeFrom(Condition other) |
Condition.Builder |
setIam(String iam)
Trusted attributes supplied by the IAM system.
|
Condition.Builder |
setOp(String op)
An operator to apply the subject with.
|
Condition.Builder |
setSvc(String svc)
Trusted attributes discharged by the service.
|
Condition.Builder |
setSys(String sys)
Trusted attributes supplied by any service that owns resources and uses the IAM system for
access control.
|
public Condition.Builder mergeFrom(Condition other)
public String getIam()
public Condition.Builder setIam(String iam)
public String getOp()
public Condition.Builder setOp(String op)
public String getSvc()
public Condition.Builder setSvc(String svc)
public String getSys()
public Condition.Builder setSys(String sys)
public Condition.Builder addAllValues(List<String> values)
public Condition.Builder addValues(String values)
public Condition build()
public Condition.Builder clone()
Copyright © 2019 Google LLC. All rights reserved.