Skip to main content

organization_environment_by_ids

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

Overview

Nameorganization_environment_by_ids
TypeResource
Idazure_isv.confluent.organization_environment_by_ids

Fields

NameDatatypeDescription
idtextId of the environment
nametextDisplay name of the environment
environmentIdtextfield from the properties object
kindtextType of environment
metadatatextfield from the properties object
organizationNametextfield from the properties object
resourceGroupNametextfield from the properties object
subscriptionIdtextfield from the properties object

Methods

NameAccessible byRequired ParamsDescription
getSELECTenvironmentId, organizationName, resourceGroupName, subscriptionId

SELECT examples

SELECT
id,
name,
environmentId,
kind,
metadata,
organizationName,
resourceGroupName,
subscriptionId
FROM azure_isv.confluent.vw_organization_environment_by_ids
WHERE environmentId = '{{ environmentId }}'
AND organizationName = '{{ organizationName }}'
AND resourceGroupName = '{{ resourceGroupName }}'
AND subscriptionId = '{{ subscriptionId }}';