次の方法で共有


ContentKeyPolicyTokenRestriction クラス

トークン制限を表します。 指定されたトークンは、ライセンスまたはキーの配信を成功させるには、これらの要件と一致する必要があります。

Azure に送信するには、必要なすべてのパラメーターを設定する必要があります。

継承
azure.mgmt.media.models._models_py3.ContentKeyPolicyRestriction
ContentKeyPolicyTokenRestriction

コンストラクター

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)

キーワードのみのパラメーター

名前 説明
issuer
str

トークン発行者。 必須。

audience
str

トークンの対象ユーザー。 必須。

primary_verification_key

プライマリ検証キー。 必須です。

alternate_verification_keys

代替検証キーの一覧。

required_claims

必要なトークン要求の一覧。

restriction_token_type

トークンの種類。 必須です。 既知の値は、"Unknown"、"Swt"、および "Jwt" です。

open_id_connect_discovery_document
str

OpenID 接続検出ドキュメント。

変数

名前 説明
odata_type
str

派生型の識別子。 必須。

issuer
str

トークン発行者。 必須。

audience
str

トークンの対象ユーザー。 必須。

primary_verification_key

プライマリ検証キー。 必須。

alternate_verification_keys

代替検証キーの一覧。

required_claims

必要なトークン要求の一覧。

restriction_token_type

トークンの種類。 必須です。 既知の値は、"Unknown"、"Swt"、および "Jwt" です。

open_id_connect_discovery_document
str

OpenID 接続検出ドキュメント。