Class: Aws::PcaConnectorAd::Types::GetServicePrincipalNameResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::PcaConnectorAd::Types::GetServicePrincipalNameResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pcaconnectorad/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#service_principal_name ⇒ Types::ServicePrincipalName
The service principal name that the connector uses to authenticate with Active Directory.
Instance Attribute Details
#service_principal_name ⇒ Types::ServicePrincipalName
The service principal name that the connector uses to authenticate with Active Directory.
1157 1158 1159 1160 1161 |
# File 'lib/aws-sdk-pcaconnectorad/types.rb', line 1157 class GetServicePrincipalNameResponse < Struct.new( :service_principal_name) SENSITIVE = [] include Aws::Structure end |