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

ServicePerimeterConfig specifies a set of GCP resources that describe specific Service Perimeter configuration.

Attributes

  • accessLevels (type: list(String.t), default: nil) - A list of AccessLevel resource names that allow resources within the ServicePerimeter to be accessed from the internet. AccessLevels listed must be in the same policy as this ServicePerimeter. Referencing a nonexistent AccessLevel is a syntax error. If no AccessLevel names are listed, resources within the perimeter can only be accessed via GCP calls with request origins within the perimeter. Example: "accessPolicies/MY_POLICY/accessLevels/MY_LEVEL". For Service Perimeter Bridge, must be empty.
  • resources (type: list(String.t), default: nil) - A list of GCP resources that are inside of the service perimeter. Currently only projects are allowed. Format: projects/{project_number}
  • restrictedServices (type: list(String.t), default: nil) - GCP services that are subject to the Service Perimeter restrictions. For example, if storage.googleapis.com is specified, access to the storage buckets inside the perimeter must meet the perimeter's access restrictions.

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.ServicePerimeterConfig{
  accessLevels: [String.t()],
  resources: [String.t()],
  restrictedServices: [String.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.