ServiceOAuth

ServiceOAuth
ServiceOAuth
JSON Example
{
    "authorization_endpoint": "string",
    "client_id": "string",
    "org_id": "string",
    "service_id": "string",
    "service_name": "string"
}
string
authorization_endpoint
Required

URL of authorization server. Field introduced in 30.1.1. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.

string
client_id
Required

Application specific identifier for service auth. Field introduced in 30.1.1. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.

string
org_id
Optional

Organization Id for service OAuth(required for CSP). Field introduced in 30.1.1. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.

string
service_id
Optional

Uuid value of the service(required for CSP). Field introduced in 30.1.1. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.

string
service_name
Optional

Name of the service(required for CSP). Field introduced in 30.1.1. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.