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_literalRequired | Argument | Description |
---|---|---|
Yes | --e role_or_user_value | Specifies the value (userName/RoleName) of the role or user for which the overrides are exported. |
Yes | --p role_user_literal | Specifies 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 SallyTo export overrides for "Sally" who has the role "designer," use this syntax:
entity override export --e Sally --p designer