Sha256: ab9cd4d0aa0ef0e16908de88ccec53e1c177e9f751b2ffed71cdf6cd6ef02646
Contents?: true
Size: 1.45 KB
Versions: 2
Compression:
Stored size: 1.45 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::RecoveryServices::Mgmt::V2016_06_01 module Models # # Raw certificate data. # class RawCertificateData include MsRestAzure # @return [AuthType] Specifies the authentication type. Possible values # include: 'Invalid', 'ACS', 'AAD', 'AccessControlService', # 'AzureActiveDirectory' attr_accessor :auth_type # @return [Array<Integer>] The base64 encoded certificate raw data string attr_accessor :certificate # # Mapper for RawCertificateData class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { required: false, serialized_name: 'RawCertificateData', type: { name: 'Composite', class_name: 'RawCertificateData', model_properties: { auth_type: { required: false, serialized_name: 'authType', type: { name: 'String' } }, certificate: { required: false, serialized_name: 'certificate', type: { name: 'ByteArray' } } } } } end end end end
Version data entries
2 entries across 2 versions & 1 rubygems