Skip to main content

organization_operations

Creates, updates, deletes, gets or lists a organization_operations resource.

Overview

Nameorganization_operations
TypeResource
Idazure_isv.confluent.organization_operations

Fields

NameDatatypeDescription
namestringOperation name: {provider}/{resource}/{operation}
displayobjectThe object that represents the operation.
isDataActionbooleanIndicates whether the operation is a data action

Methods

NameAccessible byRequired ParamsDescription
listSELECT

SELECT examples

SELECT
name,
display,
isDataAction
FROM azure_isv.confluent.organization_operations
;