public static interface IdentityProviderDetails.Builder extends SdkPojo, CopyableBuilder<IdentityProviderDetails.Builder,IdentityProviderDetails>
| Modifier and Type | Method and Description |
|---|---|
IdentityProviderDetails.Builder |
directoryId(String directoryId)
The identifier of the Directory Service directory that you want to stop sharing.
|
IdentityProviderDetails.Builder |
function(String function)
The ARN for a Lambda function to use for the Identity provider.
|
IdentityProviderDetails.Builder |
invocationRole(String invocationRole)
This parameter is only applicable if your
IdentityProviderType is API_GATEWAY. |
IdentityProviderDetails.Builder |
sftpAuthenticationMethods(SftpAuthenticationMethods sftpAuthenticationMethods)
For SFTP-enabled servers, and for custom identity providers only, you can specify whether to
authenticate using a password, SSH key pair, or both.
|
IdentityProviderDetails.Builder |
sftpAuthenticationMethods(String sftpAuthenticationMethods)
For SFTP-enabled servers, and for custom identity providers only, you can specify whether to
authenticate using a password, SSH key pair, or both.
|
IdentityProviderDetails.Builder |
url(String url)
Provides the location of the service endpoint used to authenticate users.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildIdentityProviderDetails.Builder url(String url)
Provides the location of the service endpoint used to authenticate users.
url - Provides the location of the service endpoint used to authenticate users.IdentityProviderDetails.Builder invocationRole(String invocationRole)
This parameter is only applicable if your IdentityProviderType is API_GATEWAY.
Provides the type of InvocationRole used to authenticate the user account.
invocationRole - This parameter is only applicable if your IdentityProviderType is
API_GATEWAY. Provides the type of InvocationRole used to authenticate the
user account.IdentityProviderDetails.Builder directoryId(String directoryId)
The identifier of the Directory Service directory that you want to stop sharing.
directoryId - The identifier of the Directory Service directory that you want to stop sharing.IdentityProviderDetails.Builder function(String function)
The ARN for a Lambda function to use for the Identity provider.
function - The ARN for a Lambda function to use for the Identity provider.IdentityProviderDetails.Builder sftpAuthenticationMethods(String sftpAuthenticationMethods)
For SFTP-enabled servers, and for custom identity providers only, you can specify whether to authenticate using a password, SSH key pair, or both.
PASSWORD - users must provide their password to connect.
PUBLIC_KEY - users must provide their private key to connect.
PUBLIC_KEY_OR_PASSWORD - users can authenticate with either their password or their key. This is
the default value.
PUBLIC_KEY_AND_PASSWORD - users must provide both their private key and their password to
connect. The server checks the key first, and then if the key is valid, the system prompts for a password. If
the private key provided does not match the public key that is stored, authentication fails.
sftpAuthenticationMethods - For SFTP-enabled servers, and for custom identity providers only, you can specify whether to
authenticate using a password, SSH key pair, or both.
PASSWORD - users must provide their password to connect.
PUBLIC_KEY - users must provide their private key to connect.
PUBLIC_KEY_OR_PASSWORD - users can authenticate with either their password or their key.
This is the default value.
PUBLIC_KEY_AND_PASSWORD - users must provide both their private key and their password to
connect. The server checks the key first, and then if the key is valid, the system prompts for a
password. If the private key provided does not match the public key that is stored, authentication
fails.
SftpAuthenticationMethods,
SftpAuthenticationMethodsIdentityProviderDetails.Builder sftpAuthenticationMethods(SftpAuthenticationMethods sftpAuthenticationMethods)
For SFTP-enabled servers, and for custom identity providers only, you can specify whether to authenticate using a password, SSH key pair, or both.
PASSWORD - users must provide their password to connect.
PUBLIC_KEY - users must provide their private key to connect.
PUBLIC_KEY_OR_PASSWORD - users can authenticate with either their password or their key. This is
the default value.
PUBLIC_KEY_AND_PASSWORD - users must provide both their private key and their password to
connect. The server checks the key first, and then if the key is valid, the system prompts for a password. If
the private key provided does not match the public key that is stored, authentication fails.
sftpAuthenticationMethods - For SFTP-enabled servers, and for custom identity providers only, you can specify whether to
authenticate using a password, SSH key pair, or both.
PASSWORD - users must provide their password to connect.
PUBLIC_KEY - users must provide their private key to connect.
PUBLIC_KEY_OR_PASSWORD - users can authenticate with either their password or their key.
This is the default value.
PUBLIC_KEY_AND_PASSWORD - users must provide both their private key and their password to
connect. The server checks the key first, and then if the key is valid, the system prompts for a
password. If the private key provided does not match the public key that is stored, authentication
fails.
SftpAuthenticationMethods,
SftpAuthenticationMethodsCopyright © 2023. All rights reserved.