class Azure::Synapse::Mgmt::V2019_06_01_preview::Models::IntegrationRuntimeAuthKeys
The integration runtime authentication keys.
Attributes
auth_key1[RW]
@return [String] The primary integration runtime authentication key.
auth_key2[RW]
@return [String] The secondary integration runtime authentication key.
Private Class Methods
mapper()
click to toggle source
Mapper for IntegrationRuntimeAuthKeys
class as Ruby Hash. This will be used for serialization/deserialization.
# File lib/2019-06-01-preview/generated/azure_mgmt_synapse/models/integration_runtime_auth_keys.rb, line 26 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'IntegrationRuntimeAuthKeys', type: { name: 'Composite', class_name: 'IntegrationRuntimeAuthKeys', model_properties: { auth_key1: { client_side_validation: true, required: false, serialized_name: 'authKey1', type: { name: 'String' } }, auth_key2: { client_side_validation: true, required: false, serialized_name: 'authKey2', type: { name: 'String' } } } } } end