The request interface for updating an OIDC Auth provider. This is used when updating an OIDC provider's configuration via updateProviderConfig().
updateProviderConfig()
The OIDC provider's updated client ID. If not provided, the existing configuration's value is not modified.
The OIDC provider's updated display name. If not provided, the existing configuration's value is not modified.
Whether the OIDC provider is enabled or not. If not provided, the existing configuration's setting is not modified.
The OIDC provider's updated issuer. If not provided, the existing configuration's value is not modified.
Generated using TypeDoc
The request interface for updating an OIDC Auth provider. This is used when updating an OIDC provider's configuration via
updateProviderConfig().