Endpoint Authentication Option Args
data class EndpointAuthenticationOptionArgs(val activeDirectoryId: Output<String>? = null, val rootCertificateChainArn: Output<String>? = null, val samlProviderArn: Output<String>? = null, val selfServiceSamlProviderArn: Output<String>? = null, val type: Output<String>) : ConvertibleToJava<EndpointAuthenticationOptionArgs>
Constructors
Properties
Link copied to clipboard
The ID of the Active Directory to be used for authentication if type is directory-service-authentication
.
Link copied to clipboard
The ARN of the client certificate. The certificate must be signed by a certificate authority (CA) and it must be provisioned in AWS Certificate Manager (ACM). Only necessary when type is set to certificate-authentication
.
Link copied to clipboard
The ARN of the IAM SAML identity provider if type is federated-authentication
.
Link copied to clipboard
The ARN of the IAM SAML identity provider for the self service portal if type is federated-authentication
.
Link copied to clipboard