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