Class: Aws::WorkDocs::Types::AddResourcePermissionsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkDocs::Types::AddResourcePermissionsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-workdocs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:authentication_token]
Instance Attribute Summary collapse
-
#authentication_token ⇒ String
Amazon WorkDocs authentication token.
-
#notification_options ⇒ Types::NotificationOptions
The notification options.
-
#principals ⇒ Array<Types::SharePrincipal>
The users, groups, or organization being granted permission.
-
#resource_id ⇒ String
The ID of the resource.
Instance Attribute Details
#authentication_token ⇒ String
Amazon WorkDocs authentication token. Not required when using Amazon Web Services administrator credentials to access the API.
148 149 150 151 152 153 154 155 |
# File 'lib/aws-sdk-workdocs/types.rb', line 148 class AddResourcePermissionsRequest < Struct.new( :authentication_token, :resource_id, :principals, :notification_options) SENSITIVE = [:authentication_token] include Aws::Structure end |
#notification_options ⇒ Types::NotificationOptions
The notification options.
148 149 150 151 152 153 154 155 |
# File 'lib/aws-sdk-workdocs/types.rb', line 148 class AddResourcePermissionsRequest < Struct.new( :authentication_token, :resource_id, :principals, :notification_options) SENSITIVE = [:authentication_token] include Aws::Structure end |
#principals ⇒ Array<Types::SharePrincipal>
The users, groups, or organization being granted permission.
148 149 150 151 152 153 154 155 |
# File 'lib/aws-sdk-workdocs/types.rb', line 148 class AddResourcePermissionsRequest < Struct.new( :authentication_token, :resource_id, :principals, :notification_options) SENSITIVE = [:authentication_token] include Aws::Structure end |
#resource_id ⇒ String
The ID of the resource.
148 149 150 151 152 153 154 155 |
# File 'lib/aws-sdk-workdocs/types.rb', line 148 class AddResourcePermissionsRequest < Struct.new( :authentication_token, :resource_id, :principals, :notification_options) SENSITIVE = [:authentication_token] include Aws::Structure end |