Sha256: f2c1444371a2dbbd78189510770874e8ed4432174b00cb62d6341bb62b353570
Contents?: true
Size: 2 KB
Versions: 2
Compression:
Stored size: 2 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::V7_0_0_42 module Models # # Managed application identity description. # class ManagedApplicationIdentityDescription include MsRestAzure # @return [String] Token service endpoint. attr_accessor :token_service_endpoint # @return [Array<ManagedApplicationIdentity>] A list of managed # application identity objects. attr_accessor :managed_identities # # Mapper for ManagedApplicationIdentityDescription class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { client_side_validation: true, required: false, serialized_name: 'ManagedApplicationIdentityDescription', type: { name: 'Composite', class_name: 'ManagedApplicationIdentityDescription', model_properties: { token_service_endpoint: { client_side_validation: true, required: false, serialized_name: 'TokenServiceEndpoint', type: { name: 'String' } }, managed_identities: { client_side_validation: true, required: false, serialized_name: 'ManagedIdentities', type: { name: 'Sequence', element: { client_side_validation: true, required: false, serialized_name: 'ManagedApplicationIdentityElementType', type: { name: 'Composite', class_name: 'ManagedApplicationIdentity' } } } } } } } end end end end
Version data entries
2 entries across 2 versions & 1 rubygems