PolicyMetadataSlimProperties interface

The properties of the policy metadata, excluding properties containing large strings

Properties

additionalContentUrl

Url for getting additional content about the resource metadata.

category

The category of the policy metadata.

metadata

Additional metadata.

metadataId

The policy metadata identifier.

owner

The owner of the policy metadata.

title

The title of the policy metadata.

Property Details

additionalContentUrl

Url for getting additional content about the resource metadata.

additionalContentUrl?: string

Property Value

string

category

The category of the policy metadata.

category?: string

Property Value

string

metadata

Additional metadata.

metadata?: Record<string, unknown>

Property Value

Record<string, unknown>

metadataId

The policy metadata identifier.

metadataId?: string

Property Value

string

owner

The owner of the policy metadata.

owner?: string

Property Value

string

title

The title of the policy metadata.

title?: string

Property Value

string