PolicyMetadataProperties interface
The properties of the policy metadata.
- Extends
Properties
| description | The description of the policy metadata. |
| requirements | The requirements of the policy metadata. |
Inherited Properties
| additional |
Url for getting additional content about the resource metadata. |
| category | The category of the policy metadata. |
| metadata | Additional metadata. |
| metadata |
The policy metadata identifier. |
| owner | The owner of the policy metadata. |
| title | The title of the policy metadata. |
Property Details
description
The description of the policy metadata.
description?: string
Property Value
string
requirements
The requirements of the policy metadata.
requirements?: string
Property Value
string
Inherited Property Details
additionalContentUrl
Url for getting additional content about the resource metadata.
additionalContentUrl?: string
Property Value
string
Inherited From PolicyMetadataSlimProperties.additionalContentUrl
category
The category of the policy metadata.
category?: string
Property Value
string
Inherited From PolicyMetadataSlimProperties.category
metadata
Additional metadata.
metadata?: Record<string, unknown>
Property Value
Record<string, unknown>
Inherited From PolicyMetadataSlimProperties.metadata
metadataId
The policy metadata identifier.
metadataId?: string
Property Value
string
Inherited From PolicyMetadataSlimProperties.metadataId
owner
The owner of the policy metadata.
owner?: string
Property Value
string
Inherited From PolicyMetadataSlimProperties.owner
title
The title of the policy metadata.
title?: string
Property Value
string
Inherited From PolicyMetadataSlimProperties.title