Class: Aws::DirectoryService::Types::HybridAdministratorAccountUpdate
- Inherits:
-
Struct
- Object
- Struct
- Aws::DirectoryService::Types::HybridAdministratorAccountUpdate
- Defined in:
- gems/aws-sdk-directoryservice/lib/aws-sdk-directoryservice/types.rb
Overview
Use to recover to the hybrid directory administrator account credentials.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#secret_arn ⇒ String
The Amazon Resource Name (ARN) of the Amazon Web Services Secrets Manager secret that contains the credentials for the AD administrator user, and enables hybrid domain controllers to join the managed AD domain.
Instance Attribute Details
#secret_arn ⇒ String
The Amazon Resource Name (ARN) of the Amazon Web Services Secrets Manager secret that contains the credentials for the AD administrator user, and enables hybrid domain controllers to join the managed AD domain. For example:
{"customerAdAdminDomainUsername":"carlos_salazar","customerAdAdminDomainPassword":"ExamplePassword123!"}.
3459 3460 3461 3462 3463 |
# File 'gems/aws-sdk-directoryservice/lib/aws-sdk-directoryservice/types.rb', line 3459 class HybridAdministratorAccountUpdate < Struct.new( :secret_arn) SENSITIVE = [] include Aws::Structure end |