View Source GoogleApi.CloudAsset.V1.Model.GoogleIdentityAccesscontextmanagerV1MethodSelector (google_api_cloud_asset v0.35.0)

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

Attributes

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

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.CloudAsset.V1.Model.GoogleIdentityAccesscontextmanagerV1MethodSelector{
    method: String.t() | nil,
    permission: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.