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

An identity under analysis.

Attributes

  • analysisState (type: GoogleApi.CloudAsset.V1.Model.IamPolicyAnalysisState.t, default: nil) - The analysis state of this identity.
  • name (type: String.t, default: nil) - The identity of members, formatted as appear in an IAM policy binding. For example, they might be formatted like the following: - user:foo@google.com - group:group1@google.com - serviceAccount:s1@prj1.iam.gserviceaccount.com - projectOwner:some_project_id - domain:google.com - allUsers

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.CloudAsset.V1.Model.GoogleCloudAssetV1Identity{
  analysisState: GoogleApi.CloudAsset.V1.Model.IamPolicyAnalysisState.t() | nil,
  name: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.