Sha256: e3ef3fe964e22443d01be2f50ae151b490b20a6199be851b1bb6809dd942f875
Contents?: true
Size: 1.68 KB
Versions: 4
Compression:
Stored size: 1.68 KB
Contents
# encoding: utf-8 # Code generated by Microsoft (R) AutoRest Code Generator 0.17.0.0 # Changes may cause incorrect behavior and will be lost if the code is # regenerated. module Azure::ARM::NotificationHubs module Models # # Description of a NotificationHub AdmCredential. # class AdmCredentialProperties include MsRestAzure # @return [String] Gets or sets the client identifier. attr_accessor :client_id # @return [String] Gets or sets the credential secret access key. attr_accessor :client_secret # @return [String] Gets or sets the URL of the authorization token. attr_accessor :auth_token_url # # Mapper for AdmCredentialProperties class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { required: false, serialized_name: 'AdmCredentialProperties', type: { name: 'Composite', class_name: 'AdmCredentialProperties', model_properties: { client_id: { required: false, serialized_name: 'clientId', type: { name: 'String' } }, client_secret: { required: false, serialized_name: 'clientSecret', type: { name: 'String' } }, auth_token_url: { required: false, serialized_name: 'authTokenUrl', type: { name: 'String' } } } } } end end end end
Version data entries
4 entries across 4 versions & 1 rubygems