SetClientAutoProvision
Flips the AutoProvisionInChildTenants flag on an existing ClientCredentials client. Flipping to true does not auto-backfill — use ProvisionClientInExistingTenants for that.
Examples
octo-cli -c SetClientAutoProvision -id <clientId> -e <enabled>
Options
| Short | Long | Required | Description |
|---|---|---|---|
-id | --clientId | yes | The ClientId on which to set the flag |
-e | --enabled | yes | true to enable auto-provisioning into child tenants, false to disable |