Sha256: ceb78be76877eea61c21bd33102060b4c9d088af8c1c3a64faa98ead2109463c
Contents?: true
Size: 1.48 KB
Versions: 4
Compression:
Stored size: 1.48 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 Credentials module Models # # Credential definition parameters # class CredentialDefinitionParameters # @return [Boolean] Support credential revocation attr_accessor :support_revocation # @return [String] Unique tag to differentiate definitions of the same # schema attr_accessor :tag # # Mapper for CredentialDefinitionParameters class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { client_side_validation: true, required: false, serialized_name: 'CredentialDefinitionParameters', type: { name: 'Composite', class_name: 'CredentialDefinitionParameters', model_properties: { support_revocation: { client_side_validation: true, required: false, serialized_name: 'supportRevocation', type: { name: 'Boolean' } }, tag: { client_side_validation: true, required: false, serialized_name: 'tag', type: { name: 'String' } } } } } end end end end
Version data entries
4 entries across 4 versions & 1 rubygems