Builder

class Builder

Properties

Link copied to clipboard

The Amazon Web Services account ID.

Link copied to clipboard

The client ID of the OAuth application that is registered with the identity provider.

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
var name: String?

The display name for the OAuthClientApplication.

Link copied to clipboard

The authorization endpoint URL of the identity provider that is used to obtain authorization codes.

Link copied to clipboard

An ID for the OAuthClientApplication that you want to create. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.

Link copied to clipboard

The authentication type to use for the OAuthClientApplication. This determines the OAuth 2.0 grant flow that is used when the data source connects to the identity provider. Valid values are TOKEN.

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.

Link copied to clipboard
var tags: List<Tag>?

Contains a map of the key-value pairs for the resource tag or tags assigned to the OAuthClientApplication.