View Source GoogleApi.STS.V1.Model.GoogleIdentityStsV1AccessBoundary (google_api_sts v0.9.2)

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.

Attributes

  • accessBoundaryRules (type: list(GoogleApi.STS.V1.Model.GoogleIdentityStsV1AccessBoundaryRule.t), default: nil) - 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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.STS.V1.Model.GoogleIdentityStsV1AccessBoundary{
  accessBoundaryRules:
    [GoogleApi.STS.V1.Model.GoogleIdentityStsV1AccessBoundaryRule.t()] | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.