GoogleApi.AccessContextManager.V1.Model.AccessSettings (google_api_access_context_manager v0.28.0)

View Source

Access settings represent the set of conditions that must be met for access to be granted. At least one of the fields must be set.

Attributes

  • accessLevels (type: list(String.t), default: nil) - Optional. Access level that a user must have to be granted access. Only one access level is supported, not multiple. This repeated field must have exactly one element. Example: "accessPolicies/9522/accessLevels/device_trusted"
  • sessionSettings (type: GoogleApi.AccessContextManager.V1.Model.SessionSettings.t, default: nil) - Optional. Session settings applied to user access on a given AccessScope.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.AccessContextManager.V1.Model.AccessSettings{
  accessLevels: [String.t()] | nil,
  sessionSettings:
    GoogleApi.AccessContextManager.V1.Model.SessionSettings.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.