Cloneable
, ReadLimitInfo
, ToCopyableBuilder<DisableSsoRequest.Builder,DisableSsoRequest>
@Generated("software.amazon.awssdk:codegen") public class DisableSsoRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<DisableSsoRequest.Builder,DisableSsoRequest>
Contains the inputs for the DisableSso operation.
Modifier and Type | Class | Description |
---|---|---|
static interface |
DisableSsoRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static DisableSsoRequest.Builder |
builder() |
|
String |
directoryId() |
The identifier of the directory for which to disable single-sign on.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
password() |
The password of an alternate account to use to disable single-sign on.
|
static Class<? extends DisableSsoRequest.Builder> |
serializableBuilderClass() |
|
DisableSsoRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
|
String |
userName() |
The username of an alternate account to use to disable single-sign on.
|
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public String directoryId()
The identifier of the directory for which to disable single-sign on.
public String userName()
The username of an alternate account to use to disable single-sign on. This is only used for AD Connector directories. This account must have privileges to remove a service principal name.
If the AD Connector service account does not have privileges to remove a service principal name, you can specify an alternate account with the UserName and Password parameters. These credentials are only used to disable single sign-on and are not stored by the service. The AD Connector service account is not changed.
If the AD Connector service account does not have privileges to remove a service principal name, you can specify an alternate account with the UserName and Password parameters. These credentials are only used to disable single sign-on and are not stored by the service. The AD Connector service account is not changed.
public String password()
The password of an alternate account to use to disable single-sign on. This is only used for AD Connector directories. For more information, see the UserName parameter.
public DisableSsoRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<DisableSsoRequest.Builder,DisableSsoRequest>
public static DisableSsoRequest.Builder builder()
public static Class<? extends DisableSsoRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.