Class: Aws::QuickSight::Types::MicrosoftPurviewCredentials
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::MicrosoftPurviewCredentials
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
The credentials for Microsoft Purview DLP integration. The credentials are stored in Amazon Web Services Secrets Manager and referenced by ARN.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#secret_arn ⇒ String
The ARN of the Amazon Web Services Secrets Manager secret that contains the Microsoft Purview OAuth credentials.
Instance Attribute Details
#secret_arn ⇒ String
The ARN of the Amazon Web Services Secrets Manager secret that contains the Microsoft Purview OAuth credentials. The secret includes the Azure tenant ID, client ID, and client secret or certificate.
32932 32933 32934 32935 32936 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 32932 class MicrosoftPurviewCredentials < Struct.new( :secret_arn) SENSITIVE = [] include Aws::Structure end |