Class: Google::Apis::CloudidentityV1beta1::TransitiveMembershipRole

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

Overview

Message representing the role of a TransitiveMembership.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ TransitiveMembershipRole

Returns a new instance of TransitiveMembershipRole.



4176
4177
4178
# File 'lib/google/apis/cloudidentity_v1beta1/classes.rb', line 4176

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

Instance Attribute Details

#roleString

TransitiveMembershipRole in string format. Currently supported TransitiveMembershipRoles: "MEMBER", "OWNER", and "MANAGER". Corresponds to the JSON property role

Returns:

  • (String)


4174
4175
4176
# File 'lib/google/apis/cloudidentity_v1beta1/classes.rb', line 4174

def role
  @role
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



4181
4182
4183
# File 'lib/google/apis/cloudidentity_v1beta1/classes.rb', line 4181

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