Class: Aws::PcaConnectorAd::Types::ServicePrincipalName
- Inherits:
-
Struct
- Object
- Struct
- Aws::PcaConnectorAd::Types::ServicePrincipalName
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pcaconnectorad/types.rb
Overview
The service principal name that the connector uses to authenticate with Active Directory.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#connector_arn ⇒ String
The Amazon Resource Name (ARN) that was returned when you called [CreateConnector.html].
-
#created_at ⇒ Time
The date and time that the service principal name was created.
-
#directory_registration_arn ⇒ String
The Amazon Resource Name (ARN) that was returned when you called [CreateDirectoryRegistration].
-
#status ⇒ String
The status of a service principal name.
-
#status_reason ⇒ String
Additional information for the status of a service principal name if the status is failed.
-
#updated_at ⇒ Time
The date and time that the service principal name was updated.
Instance Attribute Details
#connector_arn ⇒ String
The Amazon Resource Name (ARN) that was returned when you called [CreateConnector.html].
[1]: docs.aws.amazon.com/pca-connector-ad/latest/APIReference/API_CreateConnector.html
1914 1915 1916 1917 1918 1919 1920 1921 1922 1923 |
# File 'lib/aws-sdk-pcaconnectorad/types.rb', line 1914 class ServicePrincipalName < Struct.new( :connector_arn, :created_at, :directory_registration_arn, :status, :status_reason, :updated_at) SENSITIVE = [] include Aws::Structure end |
#created_at ⇒ Time
The date and time that the service principal name was created.
1914 1915 1916 1917 1918 1919 1920 1921 1922 1923 |
# File 'lib/aws-sdk-pcaconnectorad/types.rb', line 1914 class ServicePrincipalName < Struct.new( :connector_arn, :created_at, :directory_registration_arn, :status, :status_reason, :updated_at) SENSITIVE = [] include Aws::Structure end |
#directory_registration_arn ⇒ String
The Amazon Resource Name (ARN) that was returned when you called [CreateDirectoryRegistration].
[1]: docs.aws.amazon.com/pca-connector-ad/latest/APIReference/API_CreateDirectoryRegistration.html
1914 1915 1916 1917 1918 1919 1920 1921 1922 1923 |
# File 'lib/aws-sdk-pcaconnectorad/types.rb', line 1914 class ServicePrincipalName < Struct.new( :connector_arn, :created_at, :directory_registration_arn, :status, :status_reason, :updated_at) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of a service principal name.
1914 1915 1916 1917 1918 1919 1920 1921 1922 1923 |
# File 'lib/aws-sdk-pcaconnectorad/types.rb', line 1914 class ServicePrincipalName < Struct.new( :connector_arn, :created_at, :directory_registration_arn, :status, :status_reason, :updated_at) SENSITIVE = [] include Aws::Structure end |
#status_reason ⇒ String
Additional information for the status of a service principal name if the status is failed.
1914 1915 1916 1917 1918 1919 1920 1921 1922 1923 |
# File 'lib/aws-sdk-pcaconnectorad/types.rb', line 1914 class ServicePrincipalName < Struct.new( :connector_arn, :created_at, :directory_registration_arn, :status, :status_reason, :updated_at) SENSITIVE = [] include Aws::Structure end |
#updated_at ⇒ Time
The date and time that the service principal name was updated.
1914 1915 1916 1917 1918 1919 1920 1921 1922 1923 |
# File 'lib/aws-sdk-pcaconnectorad/types.rb', line 1914 class ServicePrincipalName < Struct.new( :connector_arn, :created_at, :directory_registration_arn, :status, :status_reason, :updated_at) SENSITIVE = [] include Aws::Structure end |