Class GoogleIdentityStsV1AccessBoundary
An access boundary defines the upper bound of what a principal may access. It includes a list of access boundary rules that each defines the resource that may be allowed as well as permissions that may be used on those resources.
Implements
Inherited Members
Namespace: Google.Apis.CloudSecurityToken.v1beta.Data
Assembly: Google.Apis.CloudSecurityToken.v1beta.dll
Syntax
public class GoogleIdentityStsV1AccessBoundary : IDirectResponseSchema
Properties
AccessBoundaryRules
A list of 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. One access boundary can contain at most 10 rules.
Declaration
[JsonProperty("accessBoundaryRules")]
public virtual IList<GoogleIdentityStsV1AccessBoundaryRule> AccessBoundaryRules { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleIdentityStsV1AccessBoundaryRule> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |