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

AccessPolicy is a container for AccessLevels (which define the necessary attributes to use GCP services) and ServicePerimeters (which define regions of services able to freely pass data within a perimeter). An access policy is globally visible within an organization, and the restrictions it specifies apply to all projects within an organization.

Attributes

  • createTime (type: DateTime.t, default: nil) - Output only. Time the AccessPolicy was created in UTC.
  • name (type: String.t, default: nil) - Output only. Resource name of the AccessPolicy. Format: accessPolicies/{policy_id}
  • parent (type: String.t, default: nil) - Required. The parent of this AccessPolicy in the Cloud Resource Hierarchy. Currently immutable once created. Format: organizations/{organization_id}
  • title (type: String.t, default: nil) - Required. Human readable title. Does not affect behavior.
  • updateTime (type: DateTime.t, default: nil) - Output only. Time the AccessPolicy 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.AccessPolicy{
  createTime: DateTime.t(),
  name: String.t(),
  parent: 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.