Class: Google::Apis::AdminDirectoryV1::Role::RolePrivilege
- Inherits:
-
Object
- Object
- Google::Apis::AdminDirectoryV1::Role::RolePrivilege
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/admin_directory_v1/classes.rb,
generated/google/apis/admin_directory_v1/representations.rb,
generated/google/apis/admin_directory_v1/representations.rb
Instance Attribute Summary collapse
-
#privilege_name ⇒ String
The name of the privilege.
-
#service_id ⇒ String
The obfuscated ID of the service this privilege is for.
Instance Method Summary collapse
-
#initialize(**args) ⇒ RolePrivilege
constructor
A new instance of RolePrivilege.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ RolePrivilege
Returns a new instance of RolePrivilege.
2761 2762 2763 |
# File 'generated/google/apis/admin_directory_v1/classes.rb', line 2761 def initialize(**args) update!(**args) end |
Instance Attribute Details
#privilege_name ⇒ String
The name of the privilege.
Corresponds to the JSON property privilegeName
2753 2754 2755 |
# File 'generated/google/apis/admin_directory_v1/classes.rb', line 2753 def privilege_name @privilege_name end |
#service_id ⇒ String
The obfuscated ID of the service this privilege is for. This value is returned
with Privileges.list()
.
Corresponds to the JSON property serviceId
2759 2760 2761 |
# File 'generated/google/apis/admin_directory_v1/classes.rb', line 2759 def service_id @service_id end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2766 2767 2768 2769 |
# File 'generated/google/apis/admin_directory_v1/classes.rb', line 2766 def update!(**args) @privilege_name = args[:privilege_name] if args.key?(:privilege_name) @service_id = args[:service_id] if args.key?(:service_id) end |