Sha256: cbafe44fb9d26c1011dcea89cd5d5450d1273cd8b15ff5177e459273b02e0bba
Contents?: true
Size: 1.88 KB
Versions: 6
Compression:
Stored size: 1.88 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::V2016_09_01 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
6 entries across 6 versions & 1 rubygems