class Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::SasTokenInformation
SAS token information.
Attributes
access_token[RW]
@return [String] The access token for the associated Azure
Storage Container.
Private Class Methods
mapper()
click to toggle source
Mapper for SasTokenInformation
class as Ruby Hash. This will be used for serialization/deserialization.
# File lib/2016-11-01/generated/azure_mgmt_datalake_analytics/models/sas_token_information.rb, line 24 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'SasTokenInformation', type: { name: 'Composite', class_name: 'SasTokenInformation', model_properties: { access_token: { client_side_validation: true, required: false, read_only: true, serialized_name: 'accessToken', type: { name: 'String' } } } } } end