class Google::Apis::CloudidentityV1::TransitiveMembershipRole

Message representing the role of a TransitiveMembership.

Attributes

role[RW]

TransitiveMembershipRole in string format. Currently supported TransitiveMembershipRoles: `“MEMBER”`, `“OWNER”`, and `“MANAGER”`. Corresponds to the JSON property `role` @return [String]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/cloudidentity_v1/classes.rb, line 1899
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 1904
def update!(**args)
  @role = args[:role] if args.key?(:role)
end