OIDC Service
Service to manage OIDC configurations in TSB.
OIDCs
The OIDC service provides methods to manage OIDC configurations in TSB. OIDC configurations allow users to authenticate using external identity providers that support the OpenID Connect protocol. Multiple OIDC configurations can be created within an organization to support different identity providers.
CreateOIDC
GetOIDC
UpdateOIDC
ListOIDCs
DeleteOIDC
CreateOIDCRequest
Request to create an OIDC configuration.
| Field | Description | Validation Rule |
|---|---|---|
parent | string | string = { |
name | string | string = { |
oidc | tetrateio.api.tsb.v2.OIDC | message = { |
DeleteOIDCRequest
Request to delete an OIDC configuration.
| Field | Description | Validation Rule |
|---|---|---|
fqn | string | string = { |
force | bool | – |
GetOIDCRequest
Request to retrieve an OIDC configuration.
| Field | Description | Validation Rule |
|---|---|---|
fqn | string | string = { |
ListOIDCsRequest
Request to list OIDC configurations.
| Field | Description | Validation Rule |
|---|---|---|
parent | string | string = { |
ListOIDCsResponse
List of OIDC configurations.
| Field | Description | Validation Rule |
|---|---|---|
oidcs | List of tetrateio.api.tsb.v2.OIDC | – |