IdentityProvidersUpdateRequestBody
This is a request body class for an operation.
Properties
spec
Required
the UpdateSpec contains the information used to update the provider
JSON Example
{
"spec": {
"config_tag": "Oauth2"
}
}