Sha256: 7fcfdf1100a66f19c042ccfcb26c9a6a9393c346b668cd2dcb6d7290938dc259
Contents?: true
Size: 1.8 KB
Versions: 12
Compression:
Stored size: 1.8 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::V2018_03_30_preview module Models # # Specifies that the content key ID is specified in the PlayReady # configuration. # class ContentKeyPolicyPlayReadyContentEncryptionKeyFromKeyIdentifier < ContentKeyPolicyPlayReadyContentKeyLocation include MsRestAzure def initialize @odatatype = "#Microsoft.Media.ContentKeyPolicyPlayReadyContentEncryptionKeyFromKeyIdentifier" end attr_accessor :odatatype # @return The content key ID. attr_accessor :key_id # # Mapper for # ContentKeyPolicyPlayReadyContentEncryptionKeyFromKeyIdentifier class as # Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { client_side_validation: true, required: false, serialized_name: '#Microsoft.Media.ContentKeyPolicyPlayReadyContentEncryptionKeyFromKeyIdentifier', type: { name: 'Composite', class_name: 'ContentKeyPolicyPlayReadyContentEncryptionKeyFromKeyIdentifier', model_properties: { odatatype: { client_side_validation: true, required: true, serialized_name: '@odata\\.type', type: { name: 'String' } }, key_id: { client_side_validation: true, required: true, serialized_name: 'keyId', type: { name: 'String' } } } } } end end end end
Version data entries
12 entries across 12 versions & 1 rubygems