Skip to content

Latest commit

 

History

History
114 lines (51 loc) · 1.25 KB

embedded.bundlemetadata.md

File metadata and controls

114 lines (51 loc) · 1.25 KB

Home > @cerbos/embedded > BundleMetadata

BundleMetadata interface

Metadata describing an embedded policy decision point bundle.

Signature:

export interface BundleMetadata 

Properties

Property

Modifiers

Type

Description

builtAt

Date

The time at which the bundle was built.

commit

string

The commit SHA from which the bundle was built.

policies

string[]

The IDs of the policies included in the bundle.

sourceAttributes

Record<string, SourceAttributes>

Map of the IDs of policies included in the bundle to metadata about their sources.