class Azure::NotificationHubs::Mgmt::V2017_04_01::Models::PolicykeyResource
Namespace/NotificationHub Regenerate Keys
Attributes
policy_key[RW]
@return [String] Name of the key that has to be regenerated for the Namespace/Notification Hub Authorization Rule. The value can be Primary Key/Secondary Key.
Private Class Methods
mapper()
click to toggle source
Mapper for PolicykeyResource
class as Ruby Hash. This will be used for serialization/deserialization.
# File lib/2017-04-01/generated/azure_mgmt_notification_hubs/models/policykey_resource.rb, line 25 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'PolicykeyResource', type: { name: 'Composite', class_name: 'PolicykeyResource', model_properties: { policy_key: { client_side_validation: true, required: false, serialized_name: 'policyKey', type: { name: 'String' } } } } } end