/AWS1/CL_WKRREGOPENTDFCFGRSP¶
RegisterOpentdfConfigResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_clientid TYPE /AWS1/WKRGENERICSTRING /AWS1/WKRGENERICSTRING¶
The OIDC client ID used for authenticating with the OpenTDF provider.
iv_domain TYPE /AWS1/WKRGENERICSTRING /AWS1/WKRGENERICSTRING¶
The domain of the OpenTDF server.
iv_clientsecret TYPE /AWS1/WKRSENSITIVESTRING /AWS1/WKRSENSITIVESTRING¶
The OIDC client secret used for authenticating with the OpenTDF provider.
iv_provider TYPE /AWS1/WKRGENERICSTRING /AWS1/WKRGENERICSTRING¶
The provider of the OpenTDF platform.
Queryable Attributes¶
clientId¶
The OIDC client ID used for authenticating with the OpenTDF provider.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CLIENTID() |
Getter for CLIENTID, with configurable default |
ASK_CLIENTID() |
Getter for CLIENTID w/ exceptions if field has no value |
HAS_CLIENTID() |
Determine if CLIENTID has a value |
domain¶
The domain of the OpenTDF server.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DOMAIN() |
Getter for DOMAIN, with configurable default |
ASK_DOMAIN() |
Getter for DOMAIN w/ exceptions if field has no value |
HAS_DOMAIN() |
Determine if DOMAIN has a value |
clientSecret¶
The OIDC client secret used for authenticating with the OpenTDF provider.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CLIENTSECRET() |
Getter for CLIENTSECRET, with configurable default |
ASK_CLIENTSECRET() |
Getter for CLIENTSECRET w/ exceptions if field has no value |
HAS_CLIENTSECRET() |
Determine if CLIENTSECRET has a value |
provider¶
The provider of the OpenTDF platform.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PROVIDER() |
Getter for PROVIDER, with configurable default |
ASK_PROVIDER() |
Getter for PROVIDER w/ exceptions if field has no value |
HAS_PROVIDER() |
Determine if PROVIDER has a value |