View netapp_model_view.cifs_share_acl_full 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
objid bigint 19 Locally unique object identifier.
uuid varchar 255  √  null
resourceKey varchar 512  √  null
clusterId bigint 19
vserverId bigint 19
cifsShareId bigint 19
userOrGroup varchar 255  √  null The user or group name for which the permissions are listed
permission enum 12  √  null The access rights that the user or group has on the defined CIFS share
permissionRaw varchar 255  √  null The access rights that the user or group has on the defined CIFS share - ZAPI raw value
objState enum 5 LIVE Internal object state
createTime bigint 19
updateTime bigint 19

Analyzed at Tue Apr 23 04:50 EDT 2019

View Definition:
select `netapp_model`.`cifs_share_acl`.`objid` AS `objid`,`netapp_model`.`cifs_share_acl`.`uuid` AS `uuid`,`netapp_model`.`cifs_share_acl`.`resourceKey` AS `resourceKey`,`netapp_model`.`cifs_share_acl`.`clusterId` AS `clusterId`,`netapp_model`.`cifs_share_acl`.`vserverId` AS `vserverId`,`netapp_model`.`cifs_share_acl`.`cifsShareId` AS `cifsShareId`,`netapp_model`.`cifs_share_acl`.`userOrGroup` AS `userOrGroup`,`netapp_model`.`cifs_share_acl`.`permission` AS `permission`,`netapp_model`.`cifs_share_acl`.`permissionRaw` AS `permissionRaw`,`netapp_model`.`cifs_share_acl`.`objState` AS `objState`,`netapp_model`.`cifs_share_acl`.`createtime` AS `createTime`,`netapp_model`.`cifs_share_acl`.`updatetime` AS `updateTime` from `netapp_model`.`cifs_share_acl`