sdm admin users grant-temporary
Last modified on November 3, 2023
On this page
NAME:
sdm admin users grant-temporary - grant temporary datasource access to a user
USAGE:
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 ...'
--filters-help show valid filter strings and examples
--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
--timeout value set time limit for command
Additional Information
Example --filter-json
file:
[
{
"lastName":"S1"
}
]
For more information on the use of filters in the CLI, see the Filters documentation.