class Aws::SSOAdmin::Types::ProvisionPermissionSetRequest
@note When making an API call, you may pass ProvisionPermissionSetRequest
data as a hash: { instance_arn: "InstanceArn", # required permission_set_arn: "PermissionSetArn", # required target_id: "TargetId", target_type: "AWS_ACCOUNT", # required, accepts AWS_ACCOUNT, ALL_PROVISIONED_ACCOUNTS }
@!attribute [rw] instance_arn
The ARN of the SSO instance under which the operation will be executed. For more information about ARNs, see [Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces](/general/latest/gr/aws-arns-and-namespaces.html) in the *Amazon Web Services General Reference*. @return [String]
@!attribute [rw] permission_set_arn
The ARN of the permission set. @return [String]
@!attribute [rw] target_id
TargetID is an Amazon Web Services account identifier, typically a 10-12 digit string (For example, 123456789012). @return [String]
@!attribute [rw] target_type
The entity type for which the assignment will be created. @return [String]
@see docs.aws.amazon.com/goto/WebAPI/sso-admin-2020-07-20/ProvisionPermissionSetRequest AWS API Documentation
Constants
- SENSITIVE