Class: Google::Apis::CloudidentityV1::CheckTransitiveMembershipResponse

Inherits:
Object
  • Object
show all
Includes:
Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
Defined in:
generated/google/apis/cloudidentity_v1/classes.rb,
generated/google/apis/cloudidentity_v1/representations.rb,
generated/google/apis/cloudidentity_v1/representations.rb

Overview

The response message for MembershipsService.CheckTransitiveMembership.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ CheckTransitiveMembershipResponse

Returns a new instance of CheckTransitiveMembershipResponse.



38
39
40
# File 'generated/google/apis/cloudidentity_v1/classes.rb', line 38

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#has_membershipBoolean Also known as: has_membership?

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. Corresponds to the JSON property hasMembership

Returns:

  • (Boolean)


35
36
37
# File 'generated/google/apis/cloudidentity_v1/classes.rb', line 35

def has_membership
  @has_membership
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



43
44
45
# File 'generated/google/apis/cloudidentity_v1/classes.rb', line 43

def update!(**args)
  @has_membership = args[:has_membership] if args.key?(:has_membership)
end