SlimPolicyMetadata interface

Slim version of policy metadata resource definition, excluding properties with large strings

Properties

additionalContentUrl

Url for getting additional content about the resource metadata.

category

The category of the policy metadata.

id

The ID of the policy metadata.

metadata

Additional metadata.

metadataId

The policy metadata identifier.

name

The name of the policy metadata.

owner

The owner of the policy metadata.

title

The title of the policy metadata.

type

The type 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

id

The ID of the policy metadata.

id?: 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

name

The name of the policy metadata.

name?: 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

type

The type of the policy metadata.

type?: string

Property Value

string