PortalConfigDelegationProperties interface
Properties
delegate |
Enable or disable delegation for user registration. |
delegate |
Enable or disable delegation for product subscriptions. |
delegation |
A delegation endpoint URL. |
validation |
A base64-encoded validation key to ensure requests originate from Azure API Management service. |
Property Details
delegateRegistration
Enable or disable delegation for user registration.
delegateRegistration?: boolean
Property Value
boolean
delegateSubscription
Enable or disable delegation for product subscriptions.
delegateSubscription?: boolean
Property Value
boolean
delegationUrl
A delegation endpoint URL.
delegationUrl?: string
Property Value
string
validationKey
A base64-encoded validation key to ensure requests originate from Azure API Management service.
validationKey?: string
Property Value
string