class Google::Apis::CloudidentityV1::CheckTransitiveMembershipResponse

The response message for MembershipsService.CheckTransitiveMembership.

Attributes

has_membership[RW]

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` @return [Boolean]

has_membership?[RW]

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` @return [Boolean]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/cloudidentity_v1/classes.rb, line 38
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/cloudidentity_v1/classes.rb, line 43
def update!(**args)
  @has_membership = args[:has_membership] if args.key?(:has_membership)
end