GoogleApi.AccessContextManager.V1.Model.MethodSelector (google_api_access_context_manager v0.16.1) View Source

An allowed method or permission of a service specified in ApiOperation.

Attributes

  • method (type: String.t, default: nil) - Value for method should be a valid method name for the corresponding service_name in ApiOperation. If * used as value for method, then ALL methods and permissions are allowed.
  • permission (type: String.t, default: nil) - Value for permission should be a valid Cloud IAM permission for the corresponding service_name in ApiOperation.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.AccessContextManager.V1.Model.MethodSelector{
  method: String.t() | nil,
  permission: String.t() | nil
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.