Documentation
¶
Index ¶
- func OidToUserId(oid OID) *types.UserIdScalar
- type OID
- func AppDataSourceOid(id string) OID
- func AppOid(id string) OID
- func BoardOid(id string) OID
- func BookmarkGroupOid(id string) OID
- func BookmarkOid(id string) OID
- func ChannelActionOid(id string) OID
- func ChannelOid(id string) OID
- func CustomerOid(id string) OID
- func DashboardOid(id string) OID
- func DatasetOid(id string) OID
- func DatastreamOid(id string) OID
- func DatastreamTokenOid(id string) OID
- func FolderOid(id string, wsid string) OID
- func IngestFilterOid(id string) OID
- func IngestTokenOid(id string) OID
- func LayeredSettingRecordOid(id string) OID
- func LinkOid(id string) OID
- func MonitorActionOid(id string) OID
- func MonitorOid(id string) OID
- func MonitorV2ActionOid(id string) OID
- func MonitorV2Oid(id string) OID
- func NewOID(s string) (*OID, error)
- func PollerOid(id string) OID
- func PreferredPathOid(id string) OID
- func RbacGroupOid(id string) OID
- func RbacGroupmemberOid(id string) OID
- func RbacStatementOid(id string) OID
- func SnowflakeOutboundShareOid(id string) OID
- func StorageIntegrationOid(id string) OID
- func UserOid(uid types.UserIdScalar) OID
- func WorksheetOid(id string) OID
- func WorkspaceOid(id string) OID
- type Type
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func OidToUserId ¶
func OidToUserId(oid OID) *types.UserIdScalar
Types ¶
type OID ¶
func AppDataSourceOid ¶
func BookmarkGroupOid ¶
func BookmarkOid ¶
func ChannelActionOid ¶
func ChannelOid ¶
func CustomerOid ¶
func DashboardOid ¶
func DatasetOid ¶
func DatastreamOid ¶
func DatastreamTokenOid ¶
func IngestFilterOid ¶ added in v0.14.35
func IngestTokenOid ¶ added in v0.14.37
func LayeredSettingRecordOid ¶
func MonitorActionOid ¶
func MonitorOid ¶
func MonitorV2ActionOid ¶ added in v0.14.15
func MonitorV2Oid ¶ added in v0.14.14
func PreferredPathOid ¶
func RbacGroupOid ¶
func RbacGroupmemberOid ¶
func RbacStatementOid ¶
func SnowflakeOutboundShareOid ¶ added in v0.14.1
func StorageIntegrationOid ¶ added in v0.14.40
func UserOid ¶
func UserOid(uid types.UserIdScalar) OID
func WorksheetOid ¶
func WorkspaceOid ¶
type Type ¶
type Type string
const ( TypeApp Type = "app" TypeAppDataSource Type = "appdatasource" TypeBoard Type = "board" TypeBookmark Type = "bookmark" TypeBookmarkGroup Type = "bookmarkgroup" TypeChannel Type = "channel" TypeChannelAction Type = "channelaction" TypeCustomer Type = "customer" TypeDashboard Type = "dashboard" TypeDataset Type = "dataset" TypeDatastream Type = "datastream" TypeDatastreamToken Type = "datastreamtoken" TypeFiledrop Type = "filedrop" TypeFolder Type = "folder" TypeLayeredSettingRecord Type = "layeredsettingrecord" TypeLink Type = "link" TypeMonitor Type = "monitor" TypeMonitorAction Type = "monitoraction" TypeMonitorActionAttachment Type = "monitoractionattachment" TypeMonitorV2 Type = "monitorv2" TypeMonitorV2Action Type = "monitorv2action" TypeMonitorV2Destination Type = "monitorv2destination" TypePoller Type = "poller" TypePreferredPath Type = "preferredpath" TypeUser Type = "user" TypeWorksheet Type = "worksheet" TypeWorkspace Type = "workspace" TypeRbacGroup Type = "rbacgroup" TypeRbacGroupmember Type = "rbacgroupmember" TypeRbacStatement Type = "rbacstatement" TypeReferenceTable Type = "referencetable" TypeReport Type = "report" TypeIngestFilter Type = "ingestfilter" TypeIngestToken Type = "ingesttoken" TypeStorageIntegration Type = "storageintegration" )
Click to show internal directories.
Click to hide internal directories.