Sha256: 68608b4889498608eba0b54d702e3974c4ee42ad9ca29d4c5596af11772478da
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 # # Class to specify configurations of PlayReady in Streaming Policy # class StreamingPolicyPlayReadyConfiguration include MsRestAzure # @return [String] The template for a customer service to deliver keys to # end users. Not needed when using Azure Media Services for issuing # keys. attr_accessor :custom_license_acquisition_url_template # @return [String] Custom attributes for PlayReady attr_accessor :play_ready_custom_attributes # # Mapper for StreamingPolicyPlayReadyConfiguration class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { client_side_validation: true, required: false, serialized_name: 'StreamingPolicyPlayReadyConfiguration', type: { name: 'Composite', class_name: 'StreamingPolicyPlayReadyConfiguration', model_properties: { custom_license_acquisition_url_template: { client_side_validation: true, required: false, serialized_name: 'customLicenseAcquisitionUrlTemplate', type: { name: 'String' } }, play_ready_custom_attributes: { client_side_validation: true, required: false, serialized_name: 'playReadyCustomAttributes', type: { name: 'String' } } } } } end end end end
Version data entries
12 entries across 12 versions & 1 rubygems