共用方式為


PortalConfigDelegationProperties interface

屬性

delegateRegistration

啟用或停用使用者註冊的委派。

delegateSubscription

啟用或停用產品訂閱的委派。

delegationUrl

委派端點 URL。

validationKey

base64 編碼的驗證金鑰,以確保要求源自 Azure API 管理服務。

屬性詳細資料

delegateRegistration

啟用或停用使用者註冊的委派。

delegateRegistration?: boolean

屬性值

boolean

delegateSubscription

啟用或停用產品訂閱的委派。

delegateSubscription?: boolean

屬性值

boolean

delegationUrl

委派端點 URL。

delegationUrl?: string

屬性值

string

validationKey

base64 編碼的驗證金鑰,以確保要求源自 Azure API 管理服務。

validationKey?: string

屬性值

string