View Source GoogleApi.Dataplex.V1.Model.GoogleCloudDataplexV1AssetSecurityStatus (google_api_dataplex v0.15.0)

Security policy status of the asset. Data security policy, i.e., readers, writers & owners, should be specified in the lake/zone/asset IAM policy.

Attributes

  • message (type: String.t, default: nil) - Additional information about the current state.
  • state (type: String.t, default: nil) - The current state of the security policy applied to the attached resource.
  • updateTime (type: DateTime.t, default: nil) - Last update time of the status.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Dataplex.V1.Model.GoogleCloudDataplexV1AssetSecurityStatus{
  message: String.t() | nil,
  state: String.t() | nil,
  updateTime: DateTime.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.