sdm admin users grant-temporary
NAME:sdm admin users grant-temporary - grant temporary datasource access to a userUSAGE:sdm admin users grant-temporary [command options] [datasource|server] <email> [email2 email3 ...]OPTIONS:--at value, -a value when to begin access (RFC3339 Format e.g. 2006-01-02T15:04:05+07:00)--duration value, -d value duration of temporary access (valid time units are "s", "m", "h") (default: "1h")--until value, -u value when to end access (RFC3339 Format e.g. 2006-01-02T15:04:05+07:00)--filter value filter e.g. 'field:name tag:key=value ...'--filter-json value path to JSON based filter--template-role value, -r value grant temporary access to multiple datasources using one or more roles as a template--template-role-id value, --rid value grant temporary access to multiple datasources using one or more role IDs as a template--force, -f any currently active temporary access on a datasource will be replaced
Additional Information
Example --filter-json
file:
[{"lastName":"S1"}]