pulumi-azure-native-kotlin
1.104.0.1
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.media.kotlin.outputs
/
ContentKeyPolicyTokenClaimResponse
Content
Key
Policy
Token
Claim
Response
data
class
ContentKeyPolicyTokenClaimResponse
(
val
claimType
:
String
?
=
null
,
val
claimValue
:
String
?
=
null
)
Represents a token claim.
Types
Constructors
Properties
Constructors
Content
Key
Policy
Token
Claim
Response
Link copied to clipboard
fun
ContentKeyPolicyTokenClaimResponse
(
claimType
:
String
?
=
null
,
claimValue
:
String
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
claim
Type
Link copied to clipboard
val
claimType
:
String
?
=
null
Token claim type.
claim
Value
Link copied to clipboard
val
claimValue
:
String
?
=
null
Token claim value.