AWSEC2DirectoryServiceAuthenticationRequest

Objective-C

@interface AWSEC2DirectoryServiceAuthenticationRequest

Swift

class AWSEC2DirectoryServiceAuthenticationRequest

Describes the Active Directory to be used for client authentication.

  • The ID of the Active Directory to be used for authentication.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable directoryId;

    Swift

    var directoryId: String? { get set }