Ruleset class Stay organized with collections Save and categorize content based on your preferences.
A set of Firebase security rules.
Signature:
exportdeclareclassRulesetimplementsRulesetMetadataImplements:RulesetMetadata
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
| createTime | string | Creation time of theRuleset as a UTC timestamp string. | |
| name | string | Name of theRuleset as a short string. This can be directly passed into APIs likeSecurityRules.getRuleset() andSecurityRules.deleteRuleset(). | |
| source | RulesFile[] |
Ruleset.createTime
Creation time of theRuleset as a UTC timestamp string.
Signature:
readonlycreateTime:string;Ruleset.name
Name of theRuleset as a short string. This can be directly passed into APIs likeSecurityRules.getRuleset() andSecurityRules.deleteRuleset().
Signature:
readonlyname:string;Ruleset.source
Signature:
readonlysource:RulesFile[];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.