service_members_global_configurations
Creates, updates, deletes, gets or lists a service_members_global_configurations
resource.
Overview
Name | service_members_global_configurations |
Type | Resource |
Id | azure.ad_hybrid_health_service.service_members_global_configurations |
Fields
Name | Datatype | Description |
---|---|---|
featureSet | array | The list of additional feature sets. |
numSavedPwdEvent | integer | The number of saved password events. |
passwordSyncEnabled | boolean | Indicates if password sync is enabled or not. |
schemaXml | string | The schema for the configuration. |
version | integer | The version for the global configuration. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
list | SELECT | serviceMemberId, serviceName | Gets the global configuration. |
SELECT
examples
Gets the global configuration.
SELECT
featureSet,
numSavedPwdEvent,
passwordSyncEnabled,
schemaXml,
version
FROM azure.ad_hybrid_health_service.service_members_global_configurations
WHERE serviceMemberId = '{{ serviceMemberId }}'
AND serviceName = '{{ serviceName }}';