Class: Aws::PcaConnectorAd::Types::ListServicePrincipalNamesResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-pcaconnectorad/lib/aws-sdk-pcaconnectorad/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

Use this parameter when paginating results in a subsequent request after you receive a response with truncated results. Set it to the value of the NextToken parameter from the response you just received.

Returns:

  • (String)


1499
1500
1501
1502
1503
1504
# File 'gems/aws-sdk-pcaconnectorad/lib/aws-sdk-pcaconnectorad/types.rb', line 1499

class ListServicePrincipalNamesResponse < Struct.new(
  :next_token,
  :service_principal_names)
  SENSITIVE = []
  include Aws::Structure
end

#service_principal_namesArray<Types::ServicePrincipalNameSummary>

The service principal name, if any, that the connector uses to authenticate with Active Directory.



1499
1500
1501
1502
1503
1504
# File 'gems/aws-sdk-pcaconnectorad/lib/aws-sdk-pcaconnectorad/types.rb', line 1499

class ListServicePrincipalNamesResponse < Struct.new(
  :next_token,
  :service_principal_names)
  SENSITIVE = []
  include Aws::Structure
end