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.
33795 33796 33797 33798 33799 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 33795 class MicrosoftPurviewCredentials < Struct.new( :secret_arn) SENSITIVE = [] include Aws::Structure end |