vinfra domain properties access set
Update access rights of the domain property sheet:
usage: vinfra domain properties access set [--access <access>] [--key <key>] <domain>
--key <key>
- Key name
--access <access>
-
Access type:
pub
: grant read access to all users (authentication is not required)auth
: grant read access to authenticated usersdomain
: grant read access to domain users
-
The superadmin and domain admin have write access.
<domain>
- Domain name or ID
Example:
# vinfra domain properties access set --key myproperty mydomain --access domain Operation successful.
This command restricts read access for the property sheet with the key myproperty
to domain users.