This command modifies a local provider.
Usage
localprovider modify --id ID [--name NAME] [--managed-by SUPER_ADMIN | TENANT_ADMIN] [--description DESC]
Required Parameters
| Specifies which local provider to modify. You can determine the ID using the |
Options
| Specifies the name of the provider. |
| Determines whether users and groups defined for the provider are managed by cluster admins and/or tenant admins. If set to SUPER_ADMIN, only cluster admins can define and view and manage users and groups for the provider. Tenant admins for the tenant associated with the provider cannot view or manage these users or groups. If set to TENANT_ADMIN, only the tenant admin for the tenant associated with the provider can view and manage users and groups. Cluster admins have no visibility about these users or groups. If set to both, then both types of admins have visibility about users and groups defined in the provider. |
| Specifies a description for the provider. |
Example
This example changes the name and managed-by settings for a provider.
vcli: admin> localprovider modify --id 1 --name myLocalProvider --managed-by TENANT_ADMIN