public interface ClientSideAccessBoundaryOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getAccessBoundaryRules(int index)
public abstract ClientSideAccessBoundaryRule getAccessBoundaryRules(int index)A list of client-side access boundary rules which defines the upper bound of the permission a principal may carry. If multiple rules are specified, the effective access boundary is the union of all the access boundary rules attached.
repeated .cloud.identity.unifiedauth.proto.ClientSideAccessBoundaryRule access_boundary_rules = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
ClientSideAccessBoundaryRule |
|
getAccessBoundaryRulesCount()
public abstract int getAccessBoundaryRulesCount()A list of client-side access boundary rules which defines the upper bound of the permission a principal may carry. If multiple rules are specified, the effective access boundary is the union of all the access boundary rules attached.
repeated .cloud.identity.unifiedauth.proto.ClientSideAccessBoundaryRule access_boundary_rules = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getAccessBoundaryRulesList()
public abstract List<ClientSideAccessBoundaryRule> getAccessBoundaryRulesList()A list of client-side access boundary rules which defines the upper bound of the permission a principal may carry. If multiple rules are specified, the effective access boundary is the union of all the access boundary rules attached.
repeated .cloud.identity.unifiedauth.proto.ClientSideAccessBoundaryRule access_boundary_rules = 1;
| Returns | |
|---|---|
| Type | Description |
List<ClientSideAccessBoundaryRule> |
|
getAccessBoundaryRulesOrBuilder(int index)
public abstract ClientSideAccessBoundaryRuleOrBuilder getAccessBoundaryRulesOrBuilder(int index)A list of client-side access boundary rules which defines the upper bound of the permission a principal may carry. If multiple rules are specified, the effective access boundary is the union of all the access boundary rules attached.
repeated .cloud.identity.unifiedauth.proto.ClientSideAccessBoundaryRule access_boundary_rules = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
ClientSideAccessBoundaryRuleOrBuilder |
|
getAccessBoundaryRulesOrBuilderList()
public abstract List<? extends ClientSideAccessBoundaryRuleOrBuilder> getAccessBoundaryRulesOrBuilderList()A list of client-side access boundary rules which defines the upper bound of the permission a principal may carry. If multiple rules are specified, the effective access boundary is the union of all the access boundary rules attached.
repeated .cloud.identity.unifiedauth.proto.ClientSideAccessBoundaryRule access_boundary_rules = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.auth.credentialaccessboundary.protobuf.ClientSideAccessBoundaryRuleOrBuilder> |
|