/AWS1/CL_BDOCREO2CREDPVDRRSP¶
CreateOauth2CredentialProviderResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
io_clientsecretarn TYPE REF TO /AWS1/CL_BDOSECRET /AWS1/CL_BDOSECRET¶
The Amazon Resource Name (ARN) of the client secret in AWS Secrets Manager.
iv_name TYPE /AWS1/BDOCREDPROVIDERNAME /AWS1/BDOCREDPROVIDERNAME¶
The name of the OAuth2 credential provider.
iv_credentialproviderarn TYPE /AWS1/BDOCREDPROVIDERARNTYPE /AWS1/BDOCREDPROVIDERARNTYPE¶
The Amazon Resource Name (ARN) of the OAuth2 credential provider.
Optional arguments:¶
iv_callbackurl TYPE /AWS1/BDOSTRING /AWS1/BDOSTRING¶
Callback URL to register on the OAuth2 credential provider as an allowed callback URL. This URL is where the OAuth2 authorization server redirects users after they complete the authorization flow.
io_oauth2pvdrconfigoutput TYPE REF TO /AWS1/CL_BDOOAUTH2PVDRCFGOUT /AWS1/CL_BDOOAUTH2PVDRCFGOUT¶
oauth2ProviderConfigOutput
Queryable Attributes¶
clientSecretArn¶
The Amazon Resource Name (ARN) of the client secret in AWS Secrets Manager.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CLIENTSECRETARN() |
Getter for CLIENTSECRETARN |
name¶
The name of the OAuth2 credential provider.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NAME() |
Getter for NAME, with configurable default |
ASK_NAME() |
Getter for NAME w/ exceptions if field has no value |
HAS_NAME() |
Determine if NAME has a value |
credentialProviderArn¶
The Amazon Resource Name (ARN) of the OAuth2 credential provider.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CREDENTIALPROVIDERARN() |
Getter for CREDENTIALPROVIDERARN, with configurable default |
ASK_CREDENTIALPROVIDERARN() |
Getter for CREDENTIALPROVIDERARN w/ exceptions if field has |
HAS_CREDENTIALPROVIDERARN() |
Determine if CREDENTIALPROVIDERARN has a value |
callbackUrl¶
Callback URL to register on the OAuth2 credential provider as an allowed callback URL. This URL is where the OAuth2 authorization server redirects users after they complete the authorization flow.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CALLBACKURL() |
Getter for CALLBACKURL, with configurable default |
ASK_CALLBACKURL() |
Getter for CALLBACKURL w/ exceptions if field has no value |
HAS_CALLBACKURL() |
Determine if CALLBACKURL has a value |
oauth2ProviderConfigOutput¶
oauth2ProviderConfigOutput
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_OAUTH2PVDRCONFIGOUTPUT() |
Getter for OAUTH2PROVIDERCONFIGOUTPUT |