#na_ontap_qtree with ntfs security style
1 messages · Page 1 of 1 (latest)
@gilded matrix As per the module, the unix_permissions, unix_user and unix_group fields are mentioned as optional, for ntfs style these options can be omitted.
The doc does not specifically mention they are optional. Just mentioned they are supported with REST.
unix_group
string
added in netapp.ontap 21.21.0
The group set as owner of the qtree.
Only supported with REST and ONTAP 9.9 or later.
unix_permissions
string
added in netapp.ontap 2.9.0
File permissions bits of the qtree.
Accepts either octal or string format.
Examples 0777, 777 in octal and —rwxrwxrwx, sstrwxrwxrwx, rwxrwxrwx in string format.
unix_user
string
added in netapp.ontap 21.21.0
The user set as owner of the qtree.
Only supported with REST and ONTAP 9.9 or later.