RulesetMetadata interface

Required metadata associated with a ruleset.

Signature:

export interface RulesetMetadata 

Properties

Property Type Description
createTime string Creation time of the Ruleset as a UTC timestamp string.
name string Name of the Ruleset as a short string. This can be directly passed into APIs like SecurityRules.getRuleset() and SecurityRules.deleteRuleset().

RulesetMetadata.createTime

Creation time of the Ruleset as a UTC timestamp string.

Signature:

readonly createTime: string;

RulesetMetadata.name

Name of the Ruleset as a short string. This can be directly passed into APIs like SecurityRules.getRuleset() and SecurityRules.deleteRuleset().

Signature:

readonly name: string;