Ruleset class

Firebase セキュリティ ルールのセット。

サイン:

export declare class Ruleset implements RulesetMetadata 

実装:ルールセットメタデータ

プロパティ

財産修飾子タイプ説明
作成時間UTC タイムスタンプ文字列としてのRulesetの作成時刻。
名前短い文字列としてのRulesetの名前。これは、 SecurityRules.getRuleset()SecurityRules.deleteRuleset()などの API に直接渡すことができます。
ソースルールファイル[]

ルールセット.createTime

UTC タイムスタンプ文字列としてのRulesetの作成時刻。

サイン:

readonly createTime: string;

ルールセット名

短い文字列としてのRulesetの名前。これは、 SecurityRules.getRuleset()SecurityRules.deleteRuleset()などの API に直接渡すことができます。

サイン:

readonly name: string;

ルールセット.ソース

サイン:

readonly source: RulesFile[];