AccessControlListPatchProperties interface
Access Control パッチ のプロパティを一覧表示します。
- Extends
継承されたプロパティ
acls |
Access Controlファイルの URL を一覧表示します。 |
annotation | スイッチ構成の説明。 |
configuration |
List を構成するための入力メソッドAccess Control。 |
dynamic |
動的一致構成の一覧。 |
match |
一致する構成の一覧。 |
継承されたプロパティの詳細
aclsUrl
Access Controlファイルの URL を一覧表示します。
aclsUrl?: string
プロパティ値
string
annotation
configurationType
List を構成するための入力メソッドAccess Control。
configurationType?: string
プロパティ値
string
dynamicMatchConfigurations
動的一致構成の一覧。
dynamicMatchConfigurations?: CommonDynamicMatchConfiguration[]
プロパティ値
AccessControlListPatchableProperties.dynamicMatchConfigurationsから継承
matchConfigurations
一致する構成の一覧。
matchConfigurations?: AccessControlListMatchConfiguration[]
プロパティ値
AccessControlListPatchableProperties.matchConfigurationsから継承