View Source aws_pca_connector_ad (aws v1.0.4)
Amazon Web Services Private CA Connector for Active Directory creates a connector between Amazon Web Services Private CA and Active Directory (AD) that enables you to provision security certificates for AD signed by a private CA that you own.
For more information, see Amazon Web Services Private CA Connector for Active Directory: https://docs.aws.amazon.com/privateca/latest/userguide/ad-connector.html.Summary
Functions
Creates a connector between Amazon Web Services Private CA and an Active Directory.
Creates a service principal name (SPN) for the service account in Active Directory.
Creates an Active Directory compatible certificate template.
Create a group access control entry.
Deletes a connector for Active Directory.
Deletes a directory registration.
Deletes a template.
Lists information about your connector.
Functions
Creates a connector between Amazon Web Services Private CA and an Active Directory.
You must specify the private CA, directory ID, and security groups.create_service_principal_name(Client, ConnectorArn, DirectoryRegistrationArn, Input)
View SourceCreates a service principal name (SPN) for the service account in Active Directory.
Kerberos authentication uses SPNs to associate a service instance with a service sign-in account.create_service_principal_name(Client, ConnectorArn, DirectoryRegistrationArn, Input0, Options0)
View SourceCreates an Active Directory compatible certificate template.
The connectors issues certificates using these templates based on the requester’s Active Directory group membership.create_template_group_access_control_entry(Client, TemplateArn, Input)
View SourceCreate a group access control entry.
Allow or deny Active Directory groups from enrolling and/or autoenrolling with the template based on the group security identifiers (SIDs).create_template_group_access_control_entry(Client, TemplateArn, Input0, Options0)
View SourceDeletes a connector for Active Directory.
You must provide the Amazon Resource Name (ARN) of the connector that you want to delete. You can find the ARN by calling the https://docs.aws.amazon.com/pca-connector-ad/latest/APIReference/API_ListConnectors action. Deleting a connector does not deregister your directory with Amazon Web Services Private CA. You can deregister your directory by calling the https://docs.aws.amazon.com/pca-connector-ad/latest/APIReference/API_DeleteDirectoryRegistration action.delete_directory_registration(Client, DirectoryRegistrationArn, Input)
View SourceDeletes a directory registration.
Deleting a directory registration deauthorizes Amazon Web Services Private CA with the directory.delete_directory_registration(Client, DirectoryRegistrationArn, Input0, Options0)
View Sourcedelete_service_principal_name(Client, ConnectorArn, DirectoryRegistrationArn, Input)
View Sourcedelete_service_principal_name(Client, ConnectorArn, DirectoryRegistrationArn, Input0, Options0)
View SourceDeletes a template.
Certificates issued using the template are still valid until they are revoked or expired.delete_template_group_access_control_entry(Client, GroupSecurityIdentifier, TemplateArn, Input)
View Sourcedelete_template_group_access_control_entry(Client, GroupSecurityIdentifier, TemplateArn, Input0, Options0)
View SourceLists information about your connector.
You specify the connector on input by its ARN (Amazon Resource Name).