GoogleApi.Vault.V1.Model.Matter (google_api_vault v0.25.0)

View Source

Represents a matter. To work with Vault resources, the account must have the [required Vault privileges] (https://support.google.com/vault/answer/2799699) and access to the matter. To access a matter, the account must have created the matter, have the matter shared with them, or have the View All Matters privilege.

Attributes

  • description (type: String.t, default: nil) - An optional description for the matter.
  • matterId (type: String.t, default: nil) - The matter ID, which is generated by the server. Leave blank when creating a matter.
  • matterPermissions (type: list(GoogleApi.Vault.V1.Model.MatterPermission.t), default: nil) - Lists the users and their permission for the matter. Currently there is no programmer defined limit on the number of permissions a matter can have.
  • matterRegion (type: String.t, default: nil) - Optional. The requested data region for the matter.
  • name (type: String.t, default: nil) - The name of the matter.
  • state (type: String.t, default: nil) - The state of the matter.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Vault.V1.Model.Matter{
  description: String.t() | nil,
  matterId: String.t() | nil,
  matterPermissions: [GoogleApi.Vault.V1.Model.MatterPermission.t()] | nil,
  matterRegion: String.t() | nil,
  name: String.t() | nil,
  state: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.