SlimPolicyMetadata interface
Slim version of policy metadata resource definition, excluding properties with large strings
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. |
| id | The ID 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. |
| name | The name of the policy metadata. 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. |
| type | The type of the policy metadata. NOTE: This property will not be serialized. It can only be populated by the server. |
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
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
id
The ID of the policy metadata. NOTE: This property will not be serialized. It can only be populated by the server.
id?: string
Property Value
string
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>
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
name
The name of the policy metadata. NOTE: This property will not be serialized. It can only be populated by the server.
name?: string
Property Value
string
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
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
type
The type of the policy metadata. NOTE: This property will not be serialized. It can only be populated by the server.
type?: string
Property Value
string