CreateAdminProvisioningMapping
Creates an admin provisioning mapping in a target tenant.
Examples
Basic usage:
octo-cli -c CreateAdminProvisioningMapping `
-ttid "customer-project" `
-stid "octosystem" `
-suid "<user-id>" `
-sun "alice" `
-rids "Development,DashboardViewer"
Options
| Short | Long | Required | Description |
|---|---|---|---|
-ttid | --targetTenantId | yes | Target tenant ID |
-stid | --sourceTenantId | yes | Source tenant ID |
-suid | --sourceUserId | yes | Source user ID |
-sun | --sourceUserName | yes | Source user name |
-rids | --roleIds | no | Comma-separated list of role IDs to assign |
Notes
All admin provisioning commands must be run from the system tenant context.