Class: Aws::PcaConnectorAd::Types::ServicePrincipalName

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-pcaconnectorad/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

Instance Attribute Details

#connector_arnString

The Amazon Resource Name (ARN) that was returned when you called CreateConnector.html.

Returns:

  • (String)


1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
# File 'gems/aws-sdk-pcaconnectorad/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_atTime

The date and time that the service principal name was created.

Returns:

  • (Time)


1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
# File 'gems/aws-sdk-pcaconnectorad/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_arnString

The Amazon Resource Name (ARN) that was returned when you called CreateDirectoryRegistration.

Returns:

  • (String)


1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
# File 'gems/aws-sdk-pcaconnectorad/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

#statusString

The status of a service principal name.

Returns:

  • (String)


1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
# File 'gems/aws-sdk-pcaconnectorad/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_reasonString

Additional information for the status of a service principal name if the status is failed.

Returns:

  • (String)


1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
# File 'gems/aws-sdk-pcaconnectorad/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_atTime

The date and time that the service principal name was updated.

Returns:

  • (Time)


1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
# File 'gems/aws-sdk-pcaconnectorad/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