View Source GoogleApi.PolicyTroubleshooter.V1beta.Model.GoogleCloudPolicytroubleshooterV1betaBindingExplanationAnnotatedMembership (google_api_policy_troubleshooter v0.11.0)

Details about whether the binding includes the member.

Attributes

  • membership (type: String.t, default: nil) - Indicates whether the binding includes the member.
  • relevance (type: String.t, default: nil) - The relevance of the member's status to the overall determination for the binding.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.PolicyTroubleshooter.V1beta.Model.GoogleCloudPolicytroubleshooterV1betaBindingExplanationAnnotatedMembership{
    membership: String.t() | nil,
    relevance: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.