アプリケーション ACL を表示するか、またはアプリケーション ACL の特定のプリンシパルに関連する部分を表示します。
application get_acl <name> [ <principal> ] [ --batch ]
アプリケーションの名前。
プリンシパルの名前。 <principal> は <scope>:<type>:<name> の形式です。ここで <scope> は global または local、<type> は user または group、<name> はユーザ名またはグループ名です。
UDL 形式で出力を表示します。
application get_acl my-app
アプリケーション ACL を表示します。
application get_acl my-app local:user:admin
ローカル ユーザ admin のアプリケーション ACL エントリを表示します。
このコマンドの出力を以下に示します。
バッチ以外の出力
--- Owner Information --- ID Scope Type Name ------------------------------------------------------------------------- val val val val --- Entry Information --- ID Scope Type Name Access -------------------------------------------------------------------------------- val val val val val ... [Scope]の値は local または global です。 [Type]の値は user または group です。 [Access]の値はアクセス レベルまたは権限のカンマ区切りリストです。 プリンシパルが削除されたローカル ユーザまたはグループである場合、[Scope]、[Type]および[Name]の値は * です。
バッチ出力
acl
{
owner : id="val" # scope type name
entries
[
id="val", access_level1, ... access_levelN, permission1, ... permissionN # scope type name
...
]
}
| Copyright © 2011 CA. All rights reserved. | このトピックについて CA Technologies に電子メールを送信する |