file_system_id(String)
— Unique identifier of the filesystem in which the new user quota will be created.
hard_limit(Optional[Integer[0,9223372036854775807]])
— Hard limit of the user quota, in bytes. No hard limit when set to 0. This value can be used to compute amount of space that is consumed without limiting the space. Value is rounded up to match the physical block size of the filesystem.
soft_limit(Optional[Integer[0,9223372036854775807]])
— Soft limit of the user quota, in bytes. No hard limit when set to 0. Value is rounded up to match the physical block size of the filesystem.
tree_quota_id(Optional[String])
— Unique identifier of the tree quota in which the new user quota will be created.
uid(Optional[Integer[1,4294967294]])
— Unix user identifier (UID) of the user. Preferred identifier.
unix_name(Optional[String])
— Unix username. Identifers are exclusive. Only one of the four identifiers among 'user uid' / 'unix username' / 'windows username' / 'windows SID' can be used at a time.
windows_name(Optional[String])
— Windows username. The format is domain\\user for the domain user. Identifers are exclusive. Only one of the four identifiers among 'user uid' / 'unix username' / 'windows username' / 'windows SID' can be used at a time.
windows_sid(Optional[String])
— Windows Security Identifier of the user. Identifers are exclusive. Only one of the four identifiers among 'user uid' / 'unix username' / 'windows username' / 'windows SID' can be used at a time.