class Google::Apis::CloudidentityV1beta1::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_v1beta1/classes.rb, line 2415 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_v1beta1/classes.rb, line 2420 def update!(**args) @role = args[:role] if args.key?(:role) end