DirectoryRegistrationSummary
The directory registration represents the authorization of the connector service with the Active Directory.
Contents
- Arn
-
The Amazon Resource Name (ARN) that was returned when you called CreateDirectoryRegistration.
Type: String
Length Constraints: Minimum length of 5. Maximum length of 200.
Pattern:
^arn:[\w-]+:pca-connector-ad:[\w-]+:[0-9]+:directory-registration\/d-[0-9a-f]{10}$
Required: No
- CreatedAt
-
The date and time that the directory registration was created.
Type: Timestamp
Required: No
- DirectoryId
-
The identifier of the Active Directory.
Type: String
Pattern:
^d-[0-9a-f]{10}$
Required: No
- Status
-
Status of the directory registration.
Type: String
Valid Values:
CREATING | ACTIVE | DELETING | FAILED
Required: No
- StatusReason
-
Additional information about the directory registration status if the status is failed.
Type: String
Valid Values:
DIRECTORY_ACCESS_DENIED | DIRECTORY_RESOURCE_NOT_FOUND | DIRECTORY_NOT_ACTIVE | DIRECTORY_NOT_REACHABLE | DIRECTORY_TYPE_NOT_SUPPORTED | INTERNAL_FAILURE
Required: No
- UpdatedAt
-
The date and time that the directory registration was updated.
Type: Timestamp
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: