PortalConfigDelegationProperties interface
屬性
| delegate |
啟用或停用用戶註冊的委派。 |
| delegate |
啟用或停用產品訂閱的委派。 |
| delegation |
委派端點 URL。 |
| validation |
Base64 編碼的驗證密鑰,以確保要求源自 Azure API 管理服務。 |
屬性詳細資料
delegateRegistration
啟用或停用用戶註冊的委派。
delegateRegistration?: boolean
屬性值
boolean
delegateSubscription
啟用或停用產品訂閱的委派。
delegateSubscription?: boolean
屬性值
boolean
delegationUrl
委派端點 URL。
delegationUrl?: string
屬性值
string
validationKey
Base64 編碼的驗證密鑰,以確保要求源自 Azure API 管理服務。
validationKey?: string
屬性值
string