Export entity security overrides

Export security overrides for a role or user, to JSON format, using the Administration Utility Command Line Interface (CLI).

Usage

entity override export --e role_or_user_value --p role_or_user_literal
RequiredArgumentDescription
Yes--e role_or_user_valueSpecifies the value (userName/RoleName) of the role or user for which the overrides are exported.
Yes--p role_user_literalSpecifies the literal name of the "Role" or "User".

Examples

To export overrides for a user named "Sally", use this syntax:

entity override export --e user --p Sally

To export overrides for "Sally" who has the role "designer," use this syntax:

entity override export --e Sally --p designer