Sha256: 2c0c42d896d3581829e2a8f8f54f79b8c4377adfe7d44acd239aeec91c64d7d5
Contents?: true
Size: 1.89 KB
Versions: 5
Compression:
Stored size: 1.89 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::Mgmt::V2017_07_01_preview module Models # # The settings to enable AAD authentication on the cluster. # class AzureActiveDirectory include MsRestAzure # @return [String] Azure active directory tenant id. attr_accessor :tenant_id # @return [String] Azure active directory cluster application id. attr_accessor :cluster_application # @return [String] Azure active directory client application id. attr_accessor :client_application # # Mapper for AzureActiveDirectory class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { client_side_validation: true, required: false, serialized_name: 'AzureActiveDirectory', type: { name: 'Composite', class_name: 'AzureActiveDirectory', model_properties: { tenant_id: { client_side_validation: true, required: false, serialized_name: 'tenantId', type: { name: 'String' } }, cluster_application: { client_side_validation: true, required: false, serialized_name: 'clusterApplication', type: { name: 'String' } }, client_application: { client_side_validation: true, required: false, serialized_name: 'clientApplication', type: { name: 'String' } } } } } end end end end
Version data entries
5 entries across 5 versions & 1 rubygems