PolicyMetadataProperties interface
The properties of the policy metadata.
- Extends
Properties
description | The description of the policy metadata. NOTE: This property will not be serialized. It can only be populated by the server. |
requirements | The requirements of the policy metadata. NOTE: This property will not be serialized. It can only be populated by the server. |
Inherited Properties
additional |
Url for getting additional content about the resource metadata. NOTE: This property will not be serialized. It can only be populated by the server. |
category | The category of the policy metadata. NOTE: This property will not be serialized. It can only be populated by the server. |
metadata | Additional metadata. NOTE: This property will not be serialized. It can only be populated by the server. |
metadata |
The policy metadata identifier. NOTE: This property will not be serialized. It can only be populated by the server. |
owner | The owner of the policy metadata. NOTE: This property will not be serialized. It can only be populated by the server. |
title | The title of the policy metadata. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
description
The description of the policy metadata. NOTE: This property will not be serialized. It can only be populated by the server.
description?: string
Property Value
string
requirements
The requirements of the policy metadata. NOTE: This property will not be serialized. It can only be populated by the server.
requirements?: string
Property Value
string
Inherited Property Details
additionalContentUrl
Url for getting additional content about the resource metadata. NOTE: This property will not be serialized. It can only be populated by the server.
additionalContentUrl?: string
Property Value
string
Inherited From PolicyMetadataSlimProperties.additionalContentUrl
category
The category of the policy metadata. NOTE: This property will not be serialized. It can only be populated by the server.
category?: string
Property Value
string
Inherited From PolicyMetadataSlimProperties.category
metadata
Additional metadata. NOTE: This property will not be serialized. It can only be populated by the server.
metadata?: Record<string, unknown>
Property Value
Record<string, unknown>
Inherited From PolicyMetadataSlimProperties.metadata
metadataId
The policy metadata identifier. NOTE: This property will not be serialized. It can only be populated by the server.
metadataId?: string
Property Value
string
Inherited From PolicyMetadataSlimProperties.metadataId
owner
The owner of the policy metadata. NOTE: This property will not be serialized. It can only be populated by the server.
owner?: string
Property Value
string
Inherited From PolicyMetadataSlimProperties.owner
title
The title of the policy metadata. NOTE: This property will not be serialized. It can only be populated by the server.
title?: string
Property Value
string
Inherited From PolicyMetadataSlimProperties.title
Azure SDK for JavaScript