Class: Aws::DataZone::Types::AddPolicyGrantInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::AddPolicyGrantInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-datazone/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#client_token ⇒ String
A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.
-
#detail ⇒ Types::PolicyGrantDetail
The details of the policy grant.
-
#domain_identifier ⇒ String
The ID of the domain where you want to add a policy grant.
-
#entity_identifier ⇒ String
The ID of the entity (resource) to which you want to add a policy grant.
-
#entity_type ⇒ String
The type of entity (resource) to which the grant is added.
-
#policy_type ⇒ String
The type of policy that you want to grant.
-
#principal ⇒ Types::PolicyGrantPrincipal
The principal to whom the permissions are granted.
Instance Attribute Details
#client_token ⇒ String
A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.
**A suitable default value is auto-generated.** You should normally not need to pass this option.
372 373 374 375 376 377 378 379 380 381 382 |
# File 'lib/aws-sdk-datazone/types.rb', line 372 class AddPolicyGrantInput < Struct.new( :client_token, :detail, :domain_identifier, :entity_identifier, :entity_type, :policy_type, :principal) SENSITIVE = [] include Aws::Structure end |
#detail ⇒ Types::PolicyGrantDetail
The details of the policy grant.
372 373 374 375 376 377 378 379 380 381 382 |
# File 'lib/aws-sdk-datazone/types.rb', line 372 class AddPolicyGrantInput < Struct.new( :client_token, :detail, :domain_identifier, :entity_identifier, :entity_type, :policy_type, :principal) SENSITIVE = [] include Aws::Structure end |
#domain_identifier ⇒ String
The ID of the domain where you want to add a policy grant.
372 373 374 375 376 377 378 379 380 381 382 |
# File 'lib/aws-sdk-datazone/types.rb', line 372 class AddPolicyGrantInput < Struct.new( :client_token, :detail, :domain_identifier, :entity_identifier, :entity_type, :policy_type, :principal) SENSITIVE = [] include Aws::Structure end |
#entity_identifier ⇒ String
The ID of the entity (resource) to which you want to add a policy grant.
372 373 374 375 376 377 378 379 380 381 382 |
# File 'lib/aws-sdk-datazone/types.rb', line 372 class AddPolicyGrantInput < Struct.new( :client_token, :detail, :domain_identifier, :entity_identifier, :entity_type, :policy_type, :principal) SENSITIVE = [] include Aws::Structure end |
#entity_type ⇒ String
The type of entity (resource) to which the grant is added.
372 373 374 375 376 377 378 379 380 381 382 |
# File 'lib/aws-sdk-datazone/types.rb', line 372 class AddPolicyGrantInput < Struct.new( :client_token, :detail, :domain_identifier, :entity_identifier, :entity_type, :policy_type, :principal) SENSITIVE = [] include Aws::Structure end |
#policy_type ⇒ String
The type of policy that you want to grant.
372 373 374 375 376 377 378 379 380 381 382 |
# File 'lib/aws-sdk-datazone/types.rb', line 372 class AddPolicyGrantInput < Struct.new( :client_token, :detail, :domain_identifier, :entity_identifier, :entity_type, :policy_type, :principal) SENSITIVE = [] include Aws::Structure end |
#principal ⇒ Types::PolicyGrantPrincipal
The principal to whom the permissions are granted.
372 373 374 375 376 377 378 379 380 381 382 |
# File 'lib/aws-sdk-datazone/types.rb', line 372 class AddPolicyGrantInput < Struct.new( :client_token, :detail, :domain_identifier, :entity_identifier, :entity_type, :policy_type, :principal) SENSITIVE = [] include Aws::Structure end |