google_api_access_context_manager v0.3.0 GoogleApi.AccessContextManager.V1.Model.AccessLevel View Source

An AccessLevel is a label that can be applied to requests to GCP services, along with a list of requirements necessary for the label to be applied.

Attributes

  • basic (type: GoogleApi.AccessContextManager.V1.Model.BasicLevel.t, default: nil) - A BasicLevel composed of Conditions.
  • createTime (type: DateTime.t, default: nil) - Output only. Time the AccessLevel was created in UTC.
  • custom (type: GoogleApi.AccessContextManager.V1.Model.CustomLevel.t, default: nil) - A CustomLevel written in the Common Expression Language.
  • description (type: String.t, default: nil) - Description of the AccessLevel and its use. Does not affect behavior.
  • name (type: String.t, default: nil) - Required. Resource name for the Access Level. The short_name component must begin with a letter and only include alphanumeric and '_'. Format: accessPolicies/{policy_id}/accessLevels/{short_name}
  • title (type: String.t, default: nil) - Human readable title. Must be unique within the Policy.
  • updateTime (type: DateTime.t, default: nil) - Output only. Time the AccessLevel was updated in UTC.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t()

View Source
t() :: %GoogleApi.AccessContextManager.V1.Model.AccessLevel{
  basic: GoogleApi.AccessContextManager.V1.Model.BasicLevel.t(),
  createTime: DateTime.t(),
  custom: GoogleApi.AccessContextManager.V1.Model.CustomLevel.t(),
  description: String.t(),
  name: String.t(),
  title: String.t(),
  updateTime: DateTime.t()
}

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.