class Azure::PolicyInsights::Mgmt::V2019_10_01::Models::PolicyMetadata
Policy metadata resource definition.
Attributes
additional_content_url[RW]
@return [String] Url for getting additional content about the resource metadata.
category[RW]
@return [String] The category of the policy metadata.
description[RW]
@return [String] The description of the policy metadata.
id[RW]
@return [String] The ID of the policy metadata.
metadata[RW]
@return Additional metadata.
metadata_id[RW]
@return [String] The policy metadata identifier.
name[RW]
@return [String] The name of the policy metadata.
owner[RW]
@return [String] The owner of the policy metadata.
requirements[RW]
@return [String] The requirements of the policy metadata.
title[RW]
@return [String] The title of the policy metadata.
type[RW]
@return [String] The type of the policy metadata.
Private Class Methods
mapper()
click to toggle source
Mapper for PolicyMetadata
class as Ruby Hash. This will be used for serialization/deserialization.
# File lib/2019-10-01/generated/azure_mgmt_policy_insights/models/policy_metadata.rb, line 54 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'PolicyMetadata', type: { name: 'Composite', class_name: 'PolicyMetadata', model_properties: { metadata_id: { client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.metadataId', type: { name: 'String' } }, category: { client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.category', type: { name: 'String' } }, title: { client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.title', type: { name: 'String' } }, owner: { client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.owner', type: { name: 'String' } }, additional_content_url: { client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.additionalContentUrl', type: { name: 'String' } }, metadata: { client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.metadata', type: { name: 'Object' } }, description: { client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.description', type: { name: 'String' } }, requirements: { client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.requirements', type: { name: 'String' } }, id: { client_side_validation: true, required: false, read_only: true, serialized_name: 'id', type: { name: 'String' } }, type: { client_side_validation: true, required: false, read_only: true, serialized_name: 'type', type: { name: 'String' } }, name: { client_side_validation: true, required: false, read_only: true, serialized_name: 'name', type: { name: 'String' } } } } } end