ScheduleCategoryオブジェクト
| コンポーネント情報 | |
|---|---|
| version | 8.0.1 |
施設カテゴリ情報を保持するクラスです。
var scheduleCategory = {
categoryKey : CategoryKey, // カテゴリキー
children : Category[], // 子カテゴリ
detail : CategoryDetail, // カテゴリ詳細
output : boolean, // 出力済みフラグ
policyFilePath : String, // ポリシーファイルパス
resourceFilePath : String, // リソースファイルパス
resourceGroupFilePath : String, // リソースグループファイルパス
subjectGroupFilePath : String // サブジェクトグループファイルパス
}
プロパティの概要
| 型 | プロパティ名 | アクセス権 |
|---|---|---|
| CategoryKey | categoryKey カテゴリキー |
|
| Category[] | children 子カテゴリ |
|
| CategoryDetail | detail カテゴリ詳細 |
|
| Boolean | output 出力済みフラグ |
|
| String | policyFilePath ポリシーファイルパス |
|
| String | resourceFilePath リソースファイルパス |
|
| String | resourceGroupFilePath リソースグループファイルパス |
|
| String | subjectGroupFilePath サブジェクトグループファイルパス |
プロパティの詳細
|
CategoryKey categoryKey
カテゴリキー
|
|
Category[] children
子カテゴリ
|
|
CategoryDetail detail
カテゴリ詳細
|
|
Boolean output
出力済みフラグ
|
|
String policyFilePath
ポリシーファイルパス
|
|
String resourceFilePath
リソースファイルパス
|
|
String resourceGroupFilePath
リソースグループファイルパス
|
|
String subjectGroupFilePath
サブジェクトグループファイルパス
|