Sha256: b9cb60d69565592e545cbc08462e4e43135dba6ee74204cc4213e6e932c321cb
Contents?: true
Size: 1.46 KB
Versions: 4
Compression:
Stored size: 1.46 KB
Contents
# encoding: utf-8 # Code generated by Microsoft (R) AutoRest Code Generator. # Changes may cause incorrect behavior and will be lost if the code is # regenerated. module Azure::MediaServices::Mgmt::V2019_05_01_preview module Models # # Represents a token claim. # class ContentKeyPolicyTokenClaim include MsRestAzure # @return [String] Token claim type. attr_accessor :claim_type # @return [String] Token claim value. attr_accessor :claim_value # # Mapper for ContentKeyPolicyTokenClaim class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { client_side_validation: true, required: false, serialized_name: 'ContentKeyPolicyTokenClaim', type: { name: 'Composite', class_name: 'ContentKeyPolicyTokenClaim', model_properties: { claim_type: { client_side_validation: true, required: false, serialized_name: 'claimType', type: { name: 'String' } }, claim_value: { client_side_validation: true, required: false, serialized_name: 'claimValue', type: { name: 'String' } } } } } end end end end
Version data entries
4 entries across 4 versions & 1 rubygems