Sha256: b8bcd96c63099b37e35f598d3aea588b73a3a7444159458a2c0815926dd7bb41
Contents?: true
Size: 1.86 KB
Versions: 12
Compression:
Stored size: 1.86 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 # # Akamai Signature Header authentication key. # class AkamaiSignatureHeaderAuthenticationKey include MsRestAzure # @return [String] identifier of the key attr_accessor :identifier # @return [String] authentication key attr_accessor :base64key # @return [DateTime] The exact time the authentication key. attr_accessor :expiration # # Mapper for AkamaiSignatureHeaderAuthenticationKey class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { client_side_validation: true, required: false, serialized_name: 'AkamaiSignatureHeaderAuthenticationKey', type: { name: 'Composite', class_name: 'AkamaiSignatureHeaderAuthenticationKey', model_properties: { identifier: { client_side_validation: true, required: false, serialized_name: 'identifier', type: { name: 'String' } }, base64key: { client_side_validation: true, required: false, serialized_name: 'base64Key', type: { name: 'String' } }, expiration: { client_side_validation: true, required: false, serialized_name: 'expiration', type: { name: 'DateTime' } } } } } end end end end
Version data entries
12 entries across 12 versions & 1 rubygems