RulesetMetadata interface
Stay organized with collections
Save and categorize content based on your preferences.
Required metadata associated with a ruleset.
Signature:
export interface RulesetMetadata
Properties
Creation time of the Ruleset
as a UTC timestamp string.
Signature:
readonly createTime: string;
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;
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2022-07-29 UTC.
[null,null,["Last updated 2022-07-29 UTC."],[],[],null,["# RulesetMetadata interface\n\nRequired metadata associated with a ruleset.\n\n**Signature:** \n\n export interface RulesetMetadata \n\nProperties\n----------\n\n| Property | Type | Description |\n|--------------------------------------------------------------------------------------------|--------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| [createTime](./firebase-admin.security-rules.rulesetmetadata.md#rulesetmetadatacreatetime) | string | Creation time of the `Ruleset` as a UTC timestamp string. |\n| [name](./firebase-admin.security-rules.rulesetmetadata.md#rulesetmetadataname) | string | Name of the `Ruleset` as a short string. This can be directly passed into APIs like [SecurityRules.getRuleset()](./firebase-admin.security-rules.securityrules.md#securityrulesgetruleset) and [SecurityRules.deleteRuleset()](./firebase-admin.security-rules.securityrules.md#securityrulesdeleteruleset). |\n\nRulesetMetadata.createTime\n--------------------------\n\nCreation time of the `Ruleset` as a UTC timestamp string.\n\n**Signature:** \n\n readonly createTime: string;\n\nRulesetMetadata.name\n--------------------\n\nName of the `Ruleset` as a short string. This can be directly passed into APIs like [SecurityRules.getRuleset()](./firebase-admin.security-rules.securityrules.md#securityrulesgetruleset) and [SecurityRules.deleteRuleset()](./firebase-admin.security-rules.securityrules.md#securityrulesdeleteruleset).\n\n**Signature:** \n\n readonly name: string;"]]