PortalConfigDelegationProperties interface

Properties

delegateRegistration

Enable or disable delegation for user registration.

delegateSubscription

Enable or disable delegation for product subscriptions.

delegationUrl

A delegation endpoint URL.

validationKey

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