Module: Azure::ARM::Scheduler::Models::HttpAuthenticationType

Defined in:
lib/generated/azure_mgmt_scheduler/models/http_authentication_type.rb

Overview

Defines values for HttpAuthenticationType

Constant Summary collapse

NotSpecified =
"NotSpecified"
ClientCertificate =
"ClientCertificate"
ActiveDirectoryOAuth =
"ActiveDirectoryOAuth"
Basic =
"Basic"