UpdateOAuthClientApplicationRequest
Types
Properties
Link copied to clipboard
The Amazon Web Services account ID.
Link copied to clipboard
The client secret of the OAuth application that is registered with the identity provider.
Link copied to clipboard
The type of data source that the OAuthClientApplication is used with. Valid values are SNOWFLAKE.
Link copied to clipboard
VPC connection properties.
Link copied to clipboard
The authorization endpoint URL of the identity provider that is used to obtain authorization codes.
Link copied to clipboard
The ID of the OAuthClientApplication that you want to update.
Link copied to clipboard
The OAuth scopes that are requested when the OAuthClientApplication obtains an access token from the identity provider.
Link copied to clipboard
The token endpoint URL of the identity provider that is used to obtain access tokens.
Functions
Link copied to clipboard
inline fun copy(block: UpdateOAuthClientApplicationRequest.Builder.() -> Unit = {}): UpdateOAuthClientApplicationRequest