public static interface IdentityProviderDetails.Builder extends SdkPojo, CopyableBuilder<IdentityProviderDetails.Builder,IdentityProviderDetails>
| Modifier and Type | Method and Description |
|---|---|
IdentityProviderDetails.Builder |
invocationRole(String invocationRole)
Provides the type of
InvocationRole used to authenticate the user account. |
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)
Provides the type of InvocationRole used to authenticate the user account.
invocationRole - Provides the type of InvocationRole used to authenticate the user account.Copyright © 2020. All rights reserved.