View Source GoogleApi.PolicySimulator.V1.Model.GoogleCloudPolicysimulatorV1BindingExplanationAnnotatedMembership (google_api_policy_simulator v0.3.0)

Details about whether the binding includes the principal.

Attributes

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

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.PolicySimulator.V1.Model.GoogleCloudPolicysimulatorV1BindingExplanationAnnotatedMembership{
    membership: String.t() | nil,
    relevance: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.