organization_operations
Creates, updates, deletes, gets or lists a organization_operations
resource.
Overview
Name | organization_operations |
Type | Resource |
Id | azure_isv.confluent.organization_operations |
Fields
Name | Datatype | Description |
---|---|---|
name | string | Operation name: {provider}/{resource}/{operation} |
display | object | The object that represents the operation. |
isDataAction | boolean | Indicates whether the operation is a data action |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
list | SELECT |
|
SELECT
examples
SELECT
name,
display,
isDataAction
FROM azure_isv.confluent.organization_operations
;