PolicyMetadataSlimProperties interface
The properties of the policy metadata, excluding properties containing 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. |
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
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
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
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