google_api_policy_troubleshooter v0.5.0 GoogleApi.PolicyTroubleshooter.V1.Model.GoogleCloudPolicytroubleshooterV1BindingExplanationAnnotatedMembership View Source

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.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t()

View Source
t() ::
  %GoogleApi.PolicyTroubleshooter.V1.Model.GoogleCloudPolicytroubleshooterV1BindingExplanationAnnotatedMembership{
    membership: String.t(),
    relevance: String.t()
  }

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.