Skip to main content

service_members_connectors

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

Overview

Nameservice_members_connectors
TypeResource
Idazure.ad_hybrid_health_service.service_members_connectors

Fields

NameDatatypeDescription
idstringThe connector Id.
namestringThe connector name.
descriptionstringThe connector description.
attributesIncludedarrayThe attribute inclusion list of the connector.
classesIncludedarrayThe class inclusion list of the connector.
connectorIdstringThe connector Id.
partitionsarrayThe partitions of the connector.
passwordHashSyncConfigurationobjectThe password hash synchronization configuration of the connector.
passwordManagementSettingsobjectThe password management settings of the connector.
runProfilesarrayThe run profiles of the connector.
schemaXmlstringThe schema xml for the connector.
timeCreatedstringThe date and time when this connector was created.
timeLastModifiedstringThe date and time when this connector was last modified.
typestringThe connector type.
versionintegerThe connector version

Methods

NameAccessible byRequired ParamsDescription
listSELECTserviceMemberId, serviceNameGets the connector details for a service.

SELECT examples

Gets the connector details for a service.

SELECT
id,
name,
description,
attributesIncluded,
classesIncluded,
connectorId,
partitions,
passwordHashSyncConfiguration,
passwordManagementSettings,
runProfiles,
schemaXml,
timeCreated,
timeLastModified,
type,
version
FROM azure.ad_hybrid_health_service.service_members_connectors
WHERE serviceMemberId = '{{ serviceMemberId }}'
AND serviceName = '{{ serviceName }}';