[//]: # (THE CONTENT BELOW IS GENERATED. DO NOT EDIT.) # aci_find Search for ACIs. Returns a list of ACIs EXAMPLES: To find all ACIs that apply directly to members of the group ipausers: ipa aci-find --memberof=ipausers To find all ACIs that grant add access: ipa aci-find --permissions=add Note that the find command only looks for the given text in the set of ACIs, it does not evaluate the ACIs to see if something would apply. For example, searching on memberof=ipausers will find all ACIs that have ipausers as a memberof. There may be other ACIs that apply to members of that group indirectly. ### Arguments |Name|Type|Required |-|-|- |criteria|:ref:`Str`|False ### Options * all : :ref:`Flag` **(Required)** * Default: False * raw : :ref:`Flag` **(Required)** * Default: False * aciname : :ref:`Str` * permission : :ref:`Str` * group : :ref:`Str` * permissions : :ref:`Str` * attrs : :ref:`Str` * type : :ref:`StrEnum` * Values: ('user', 'group', 'host', 'service', 'hostgroup', 'netgroup', 'dnsrecord') * memberof : :ref:`Str` * filter : :ref:`Str` * subtree : :ref:`Str` * targetgroup : :ref:`Str` * selfaci : :ref:`Bool` * Default: False * aciprefix : :ref:`StrEnum` * Values: ('permission', 'delegation', 'selfservice', 'none') * pkey_only : :ref:`Flag` * Default: False * version : :ref:`Str` ### Output |Name|Type |-|- |count|Output |result|ListOfEntries |summary|Output |truncated|Output [//]: # (ADD YOUR NOTES BELOW. THESE WILL BE PICKED EVERY TIME THE DOCS ARE REGENERATED. //end) ### Semantics ### Notes ### Version differences