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

Specifies roles and/or permissions to analyze, to determine both the identities possessing them and the resources they control. If multiple values are specified, results will include roles or permissions matching any of them. The total number of roles and permissions should be equal or less than 10.

Attributes

  • permissions (type: list(String.t), default: nil) - Optional. The permissions to appear in result.
  • roles (type: list(String.t), default: nil) - Optional. The roles to appear in result.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.CloudAsset.V1.Model.AccessSelector{
  permissions: [String.t()] | nil,
  roles: [String.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.