AccessControlListPatchProperties interface
Access Controlはパッチのプロパティを一覧にします。
プロパティ
| acls |
Access Control List ファイルのURL。 |
| acl |
Access Control List(ACL)タイプ |
| annotation | スイッチ構成の説明。 |
| configuration |
入力方式でAccess Control Listを設定できます。 |
| default |
条件が一致しない場合に適用する必要がある既定のアクション。 例: 許可 |打ち消す。 |
| device |
デバイスの役割 |
| dynamic |
動的一致構成の一覧。 |
| global |
グローバルAccess Controlリスト(ACL)アクション |
| match |
一致構成の一覧。 |
プロパティの詳細
aclsUrl
Access Control List ファイルのURL。
aclsUrl?: string
プロパティ値
string
aclType
Access Control List(ACL)タイプ
aclType?: string
プロパティ値
string
annotation
スイッチ構成の説明。
annotation?: string
プロパティ値
string
configurationType
入力方式でAccess Control Listを設定できます。
configurationType?: string
プロパティ値
string
defaultAction
条件が一致しない場合に適用する必要がある既定のアクション。 例: 許可 |打ち消す。
defaultAction?: string
プロパティ値
string
deviceRole
デバイスの役割
deviceRole?: string
プロパティ値
string
dynamicMatchConfigurations
動的一致構成の一覧。
dynamicMatchConfigurations?: CommonDynamicMatchConfigurationPatch[]
プロパティ値
globalAccessControlListActions
グローバルAccess Controlリスト(ACL)アクション
globalAccessControlListActions?: GlobalAccessControlListActionPatchProperties
プロパティ値
matchConfigurations
一致構成の一覧。
matchConfigurations?: AccessControlListMatchConfigurationPatch[]