ContentKeyPolicyTokenRestriction 類別
表示權杖限制。 提供的權杖必須符合這些需求,才能成功傳遞授權或金鑰。
必須填入所有必要的參數,才能傳送至 Azure。
- 繼承
-
azure.mgmt.media.models._models_py3.ContentKeyPolicyRestrictionContentKeyPolicyTokenRestriction
建構函式
ContentKeyPolicyTokenRestriction(*, issuer: str, audience: str, primary_verification_key: _models.ContentKeyPolicyRestrictionTokenKey, restriction_token_type: str | _models.ContentKeyPolicyRestrictionTokenType, alternate_verification_keys: List[_models.ContentKeyPolicyRestrictionTokenKey] | None = None, required_claims: List[_models.ContentKeyPolicyTokenClaim] | None = None, open_id_connect_discovery_document: str | None = None, **kwargs)
僅限關鍵字的參數
名稱 | Description |
---|---|
issuer
|
權杖簽發者。 必要。 |
audience
|
權杖的物件。 必要。 |
primary_verification_key
|
主要驗證金鑰。 必要。 |
alternate_verification_keys
|
替代驗證金鑰的清單。 |
required_claims
|
必要權杖宣告的清單。 |
restriction_token_type
|
Token 的類型。 必要。 已知值為:「Unknown」、「Swt」 和 「Jwt」。 |
open_id_connect_discovery_document
|
OpenID 連線探索檔。 |
變數
名稱 | Description |
---|---|
odata_type
|
衍生類型的鑒別子。 必要。 |
issuer
|
權杖簽發者。 必要。 |
audience
|
權杖的物件。 必要。 |
primary_verification_key
|
主要驗證金鑰。 必要。 |
alternate_verification_keys
|
替代驗證金鑰的清單。 |
required_claims
|
必要權杖宣告的清單。 |
restriction_token_type
|
Token 的類型。 必要。 已知值為:「Unknown」、「Swt」 和 「Jwt」。 |
open_id_connect_discovery_document
|
OpenID 連線探索檔。 |