ContentKeyPolicyTokenClaim Class
Represents a token claim.
- Inheritance
-
azure.mgmt.media._serialization.ModelContentKeyPolicyTokenClaim
Constructor
ContentKeyPolicyTokenClaim(*, claim_type: str | None = None, claim_value: str | None = None, **kwargs)
Keyword-Only Parameters
Name | Description |
---|---|
claim_type
|
Token claim type. |
claim_value
|
Token claim value. |
Variables
Name | Description |
---|---|
claim_type
|
Token claim type. |
claim_value
|
Token claim value. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python