Sha256: f10dc488875f03708cff65bc58f754ce3aba9223941b4ce076b2f3199bb4777c
Contents?: true
Size: 1.09 KB
Versions: 3
Compression:
Stored size: 1.09 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::ServiceFabric::V6_5_0_36 module Models # # This type represents the unencrypted value of the secret. # class SecretValue include MsRestAzure # @return [String] The actual value of the secret. attr_accessor :value # # Mapper for SecretValue class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { client_side_validation: true, required: false, serialized_name: 'SecretValue', type: { name: 'Composite', class_name: 'SecretValue', model_properties: { value: { client_side_validation: true, required: false, serialized_name: 'value', type: { name: 'String' } } } } } end end end end
Version data entries
3 entries across 3 versions & 1 rubygems