View ocum_report.cifsshareacl Generated by
SchemaSpy
Legend: SourceForge.net
Primary key columns
Columns with indexes
Implied relationships
Excluded column relationships
< n > number of related tables
 
Column Type Size Nulls Auto Default Children Parents Comments
id bigint 19 Locally unique object identifier.
uuid varchar 255  √  null
clusterId bigint 19
svmId bigint 19
cifsShareId bigint 19
userOrGroup varchar 255  √  null The user or group name for which the permissions are listed
permission varchar 255  √  null The access rights that the user or group has on the defined CIFS share - ZAPI raw value

Analyzed at Tue Apr 23 04:52 EDT 2019

View Definition:
select `cifs_share_acl`.`objid` AS `id`,`cifs_share_acl`.`uuid` AS `uuid`,`cifs_share_acl`.`clusterId` AS `clusterId`,`cifs_share_acl`.`vserverId` AS `svmId`,`cifs_share_acl`.`cifsShareId` AS `cifsShareId`,`cifs_share_acl`.`userOrGroup` AS `userOrGroup`,`cifs_share_acl`.`permissionRaw` AS `permission` from `netapp_model_view`.`cifs_share_acl`