ContentKeyPolicyTokenClaim Class

Represents a token claim.

Inheritance
azure.mgmt.media._serialization.Model
ContentKeyPolicyTokenClaim

Constructor

ContentKeyPolicyTokenClaim(*, claim_type: str | None = None, claim_value: str | None = None, **kwargs)

Keyword-Only Parameters

Name Description
claim_type
str

Token claim type.

claim_value
str

Token claim value.

Variables

Name Description
claim_type
str

Token claim type.

claim_value
str

Token claim value.