View Source GoogleApi.CloudIdentity.V1.Model.CheckTransitiveMembershipResponse (google_api_cloud_identity v0.31.0)

The response message for MembershipsService.CheckTransitiveMembership.

Attributes

  • hasMembership (type: boolean(), default: nil) - Response does not include the possible roles of a member since the behavior of this rpc is not all-or-nothing unlike the other rpcs. So, it may not be possible to list all the roles definitively, due to possible lack of authorization in some of the paths.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.CloudIdentity.V1.Model.CheckTransitiveMembershipResponse{
  hasMembership: boolean() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.