View Source GoogleApi.IAM.V1.Model.AccessRestrictions (google_api_iam v0.42.0)

Access related restrictions on the workforce pool.

Attributes

  • allowedServices (type: list(GoogleApi.IAM.V1.Model.ServiceConfig.t), default: nil) - Optional. Immutable. Services allowed for web sign-in with the workforce pool. If not set by default there are no restrictions.
  • disableProgrammaticSignin (type: boolean(), default: nil) - Optional. Disable programmatic sign-in by disabling token issue via the Security Token API endpoint. See [Security Token Service API] (https://cloud.google.com/iam/docs/reference/sts/rest).

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.IAM.V1.Model.AccessRestrictions{
  allowedServices: [GoogleApi.IAM.V1.Model.ServiceConfig.t()] | nil,
  disableProgrammaticSignin: boolean() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.