Home > @cerbos/embedded > BundleMetadata
Metadata describing an embedded policy decision point bundle.
Signature:
export interface BundleMetadata
Property |
Modifiers |
Type |
Description |
---|---|---|---|
Date |
The time at which the bundle was built. | ||
string |
The commit SHA from which the bundle was built. | ||
string[] |
The IDs of the policies included in the bundle. | ||
Record<string, SourceAttributes> |
Map of the IDs of policies included in the bundle to metadata about their sources. |