Class: Google::Apis::CloudidentityV1::TransitiveMembershipRole
- Inherits:
-
Object
- Object
- Google::Apis::CloudidentityV1::TransitiveMembershipRole
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/cloudidentity_v1/classes.rb,
lib/google/apis/cloudidentity_v1/representations.rb,
lib/google/apis/cloudidentity_v1/representations.rb
Overview
Message representing the role of a TransitiveMembership.
Instance Attribute Summary collapse
-
#role ⇒ String
TransitiveMembershipRole in string format.
Instance Method Summary collapse
-
#initialize(**args) ⇒ TransitiveMembershipRole
constructor
A new instance of TransitiveMembershipRole.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ TransitiveMembershipRole
Returns a new instance of TransitiveMembershipRole.
3061 3062 3063 |
# File 'lib/google/apis/cloudidentity_v1/classes.rb', line 3061 def initialize(**args) update!(**args) end |
Instance Attribute Details
#role ⇒ String
TransitiveMembershipRole in string format. Currently supported
TransitiveMembershipRoles: "MEMBER"
, "OWNER"
, and "MANAGER"
.
Corresponds to the JSON property role
3059 3060 3061 |
# File 'lib/google/apis/cloudidentity_v1/classes.rb', line 3059 def role @role end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
3066 3067 3068 |
# File 'lib/google/apis/cloudidentity_v1/classes.rb', line 3066 def update!(**args) @role = args[:role] if args.key?(:role) end |