RulesetMetadata interface

Required metadata associated with a ruleset.

Signature:

exportinterfaceRulesetMetadata

Properties

PropertyTypeDescription
createTimestringCreation time of theRuleset as a UTC timestamp string.
namestringName of theRuleset as a short string. This can be directly passed into APIs likeSecurityRules.getRuleset() andSecurityRules.deleteRuleset().

RulesetMetadata.createTime

Creation time of theRuleset as a UTC timestamp string.

Signature:

readonlycreateTime:string;

RulesetMetadata.name

Name of theRuleset as a short string. This can be directly passed into APIs likeSecurityRules.getRuleset() andSecurityRules.deleteRuleset().

Signature:

readonlyname:string;

Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2022-07-29 UTC.