Class: Aws::PcaConnectorAd::Types::ServicePrincipalNameSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::PcaConnectorAd::Types::ServicePrincipalNameSummary
- 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].
-
#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
Time when the service principal name was updated.
Instance Attribute Details
#connector_arn ⇒ String
The Amazon Resource Name (ARN) that was returned when you called [CreateConnector].
[1]: docs.aws.amazon.com/pca-connector-ad/latest/APIReference/API_CreateConnector.html
1965 1966 1967 1968 1969 1970 1971 1972 1973 1974 |
# File 'lib/aws-sdk-pcaconnectorad/types.rb', line 1965 class ServicePrincipalNameSummary < 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.
1965 1966 1967 1968 1969 1970 1971 1972 1973 1974 |
# File 'lib/aws-sdk-pcaconnectorad/types.rb', line 1965 class ServicePrincipalNameSummary < 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
1965 1966 1967 1968 1969 1970 1971 1972 1973 1974 |
# File 'lib/aws-sdk-pcaconnectorad/types.rb', line 1965 class ServicePrincipalNameSummary < 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.
1965 1966 1967 1968 1969 1970 1971 1972 1973 1974 |
# File 'lib/aws-sdk-pcaconnectorad/types.rb', line 1965 class ServicePrincipalNameSummary < 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.
1965 1966 1967 1968 1969 1970 1971 1972 1973 1974 |
# File 'lib/aws-sdk-pcaconnectorad/types.rb', line 1965 class ServicePrincipalNameSummary < Struct.new( :connector_arn, :created_at, :directory_registration_arn, :status, :status_reason, :updated_at) SENSITIVE = [] include Aws::Structure end |
#updated_at ⇒ Time
Time when the service principal name was updated.
1965 1966 1967 1968 1969 1970 1971 1972 1973 1974 |
# File 'lib/aws-sdk-pcaconnectorad/types.rb', line 1965 class ServicePrincipalNameSummary < Struct.new( :connector_arn, :created_at, :directory_registration_arn, :status, :status_reason, :updated_at) SENSITIVE = [] include Aws::Structure end |