Class: Aws::PcaConnectorAd::Types::DirectoryRegistrationSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::PcaConnectorAd::Types::DirectoryRegistrationSummary
- Defined in:
- gems/aws-sdk-pcaconnectorad/lib/aws-sdk-pcaconnectorad/types.rb
Overview
The directory registration represents the authorization of the connector service with the Active Directory.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) that was returned when you called [CreateDirectoryRegistration][1].
-
#created_at ⇒ Time
The date and time that the directory registration was created.
-
#directory_id ⇒ String
The identifier of the Active Directory.
-
#status ⇒ String
Status of the directory registration.
-
#status_reason ⇒ String
Additional information about the directory registration status if the status is failed.
-
#updated_at ⇒ Time
The date and time that the directory registration was updated.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) that was returned when you called CreateDirectoryRegistration.
802 803 804 805 806 807 808 809 810 811 |
# File 'gems/aws-sdk-pcaconnectorad/lib/aws-sdk-pcaconnectorad/types.rb', line 802 class DirectoryRegistrationSummary < Struct.new( :arn, :created_at, :directory_id, :status, :status_reason, :updated_at) SENSITIVE = [] include Aws::Structure end |
#created_at ⇒ Time
The date and time that the directory registration was created.
802 803 804 805 806 807 808 809 810 811 |
# File 'gems/aws-sdk-pcaconnectorad/lib/aws-sdk-pcaconnectorad/types.rb', line 802 class DirectoryRegistrationSummary < Struct.new( :arn, :created_at, :directory_id, :status, :status_reason, :updated_at) SENSITIVE = [] include Aws::Structure end |
#directory_id ⇒ String
The identifier of the Active Directory.
802 803 804 805 806 807 808 809 810 811 |
# File 'gems/aws-sdk-pcaconnectorad/lib/aws-sdk-pcaconnectorad/types.rb', line 802 class DirectoryRegistrationSummary < Struct.new( :arn, :created_at, :directory_id, :status, :status_reason, :updated_at) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
Status of the directory registration.
802 803 804 805 806 807 808 809 810 811 |
# File 'gems/aws-sdk-pcaconnectorad/lib/aws-sdk-pcaconnectorad/types.rb', line 802 class DirectoryRegistrationSummary < Struct.new( :arn, :created_at, :directory_id, :status, :status_reason, :updated_at) SENSITIVE = [] include Aws::Structure end |
#status_reason ⇒ String
Additional information about the directory registration status if the status is failed.
802 803 804 805 806 807 808 809 810 811 |
# File 'gems/aws-sdk-pcaconnectorad/lib/aws-sdk-pcaconnectorad/types.rb', line 802 class DirectoryRegistrationSummary < Struct.new( :arn, :created_at, :directory_id, :status, :status_reason, :updated_at) SENSITIVE = [] include Aws::Structure end |
#updated_at ⇒ Time
The date and time that the directory registration was updated.
802 803 804 805 806 807 808 809 810 811 |
# File 'gems/aws-sdk-pcaconnectorad/lib/aws-sdk-pcaconnectorad/types.rb', line 802 class DirectoryRegistrationSummary < Struct.new( :arn, :created_at, :directory_id, :status, :status_reason, :updated_at) SENSITIVE = [] include Aws::Structure end |