RulesetMetadata interface

ルールセットに関連付けられた必須のメタデータ。

サイン:

export interface RulesetMetadata 

プロパティ

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

ルールセットメタデータ.createTime

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

サイン:

readonly createTime: string;

RulesetMetadata.name

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

サイン:

readonly name: string;