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

View Source

Identification for an API Operation.

Attributes

  • methodSelectors (type: list(GoogleApi.AccessContextManager.V1.Model.MethodSelector.t), default: nil) - API methods or permissions to allow. Method or permission must belong to the service specified by service_name field. A single MethodSelector entry with * specified for the method field will allow all methods AND permissions for the service specified in service_name.
  • serviceName (type: String.t, default: nil) - The name of the API whose methods or permissions the IngressPolicy or EgressPolicy want to allow. A single ApiOperation with service_name field set to * will allow all methods AND permissions for all services.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.AccessContextManager.V1.Model.ApiOperation{
  methodSelectors:
    [GoogleApi.AccessContextManager.V1.Model.MethodSelector.t()] | nil,
  serviceName: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.