Object capturing details needed to do service auth. Applicable only when auth type is apiSecretServiceAuth.
Properties that reference this object type:
Syntax
{
"apiSecretRegistrationId": "{string}"
}
{
"type": "object",
"description": "Object capturing details needed to do service auth. It will be only present when auth type is apiSecretServiceAuth.",
"properties": {
"apiSecretRegistrationId": {
"type": "string",
"description": "Registration id returned when developer submits the api key through Developer Portal.",
"maxLength": 128
}
},
"additionalProperties": false
}
Properties
apiSecretRegistrationId
Registration ID returned when developer submits the API key through Developer Portal.
Constraints
Maximum string length: 128.