Skip to main content

service_members_credentials

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

Overview

Nameservice_members_credentials
TypeResource
Idazure.ad_hybrid_health_service.service_members_credentials

Fields

NameDatatypeDescription
credentialDataarrayThe credential data.
identifierstringThe credential identifier.
typestringThe type of credential.

Methods

NameAccessible byRequired ParamsDescription
listSELECTserviceMemberId, serviceNameGets the credentials of the server which is needed by the agent to connect to Azure Active Directory Connect Health Service.

SELECT examples

Gets the credentials of the server which is needed by the agent to connect to Azure Active Directory Connect Health Service.

SELECT
credentialData,
identifier,
type
FROM azure.ad_hybrid_health_service.service_members_credentials
WHERE serviceMemberId = '{{ serviceMemberId }}'
AND serviceName = '{{ serviceName }}';