Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface PolicyMetadataSlimProperties

Package version

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

Hierarchy

  • PolicyMetadataSlimProperties

Index

Properties

Optional additionalContentUrl

additionalContentUrl: undefined | string

Url for getting additional content about the resource metadata. NOTE: This property will not be serialized. It can only be populated by the server.

Optional category

category: undefined | string

The category of the policy metadata. NOTE: This property will not be serialized. It can only be populated by the server.

Optional metadata

metadata: Record<string, unknown>

Additional metadata. NOTE: This property will not be serialized. It can only be populated by the server.

Optional metadataId

metadataId: undefined | string

The policy metadata identifier. NOTE: This property will not be serialized. It can only be populated by the server.

Optional owner

owner: undefined | string

The owner of the policy metadata. NOTE: This property will not be serialized. It can only be populated by the server.

Optional title

title: undefined | string

The title of the policy metadata. NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc