Show / Hide Table of Contents

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.

Inheritance
object
GoogleIdentityStsV1AccessBoundary
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudSecurityToken.v1.Data
Assembly: Google.Apis.CloudSecurityToken.v1.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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX