

翻訳は機械翻訳により提供されています。提供された翻訳内容と英語版の間で齟齬、不一致または矛盾がある場合、英語版が優先します。

# サービスプリンシパル名の設定
<a name="ad-spn"></a>

コネクタのサービスプリンシパル名を設定する方法について説明します。

------
#### [ Console ]

 **コンソールを使用してサービスプリンシパル名を管理するには** 

既存の AD コネクタのサービスプリンシパル名 (SPN) は、コネクタの詳細ページから管理できます。詳細については、「ディレクトリ登録の管理」の「[View connector details](view-connector-for-ad.html)」を参照してください。

------
#### [ API ]

 **API を使用してサービスプリンシパル名を管理するには** 

**作成**: AWS Private CA Connector for Active Directory API の [ CreateServicePrincipalName](https://docs.aws.amazon.com/pca-connector-ad/latest/APIReference/API_CreateServicePrincipalName.html) アクション。

**取得**: AWS Private CA Connector for Active Directory API の [ GetServicePrincipalName](https://docs.aws.amazon.com/pca-connector-ad/latest/APIReference/API_GetServicePrincipalName.html) アクション。

**リスト**: AWS Private CA Connector for Active Directory API の [ ListServicePrincipalNames](https://docs.aws.amazon.com/pca-connector-ad/latest/APIReference/API_ListServicePrincipalNames.html) アクション。

**削除**: AWS Private CA Connector for Active Directory API の [ DeleteServicePrincipalName](https://docs.aws.amazon.com/pca-connector-ad/latest/APIReference/API_DeleteServicePrincipalName.html) アクション。

------
#### [ CLI ]

 **CLI を使用してサービスプリンシパル名を管理するには** 

**作成**: の AWS Private CA Connector for Active Directory セクションにある [ create-service-principal-name](https://docs.aws.amazon.com/cli/latest/reference/pca-connector-ad/create-service-principal-name.html) コマンド AWS CLI。

**取得**: の AWS Private CA Connector for Active Directory セクションの [ get-service-principal-name](https://docs.aws.amazon.com/cli/latest/reference/pca-connector-ad/get-service-principal-name.html) コマンド AWS CLI。

**リスト**: [ の Connector for Active Directory セクションにある list-service-principal-names](https://docs.aws.amazon.com/cli/latest/reference/pca-connector-ad/list-service-principal-names.html) コマンド AWS CLI。 AWS Private CA 

**削除**: の AWS Private CA Connector for Active Directory セクションにある [ delete-service-principal-name](https://docs.aws.amazon.com/cli/latest/reference/pca-connector-ad/delete-service-principal-name.html) コマンド AWS CLI。

------