service_members_connectors
Creates, updates, deletes, gets or lists a service_members_connectors
resource.
Overview
Name | service_members_connectors |
Type | Resource |
Id | azure.ad_hybrid_health_service.service_members_connectors |
Fields
Name | Datatype | Description |
---|---|---|
id | string | The connector Id. |
name | string | The connector name. |
description | string | The connector description. |
attributesIncluded | array | The attribute inclusion list of the connector. |
classesIncluded | array | The class inclusion list of the connector. |
connectorId | string | The connector Id. |
partitions | array | The partitions of the connector. |
passwordHashSyncConfiguration | object | The password hash synchronization configuration of the connector. |
passwordManagementSettings | object | The password management settings of the connector. |
runProfiles | array | The run profiles of the connector. |
schemaXml | string | The schema xml for the connector. |
timeCreated | string | The date and time when this connector was created. |
timeLastModified | string | The date and time when this connector was last modified. |
type | string | The connector type. |
version | integer | The connector version |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
list | SELECT | serviceMemberId, serviceName | Gets 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 }}';