Get details of all identity source types available in the tenant.

Required entitlements: readIdentitySources or manageIdentitySources

External Documentation

To learn more, visit the IBM Security Verify documentation.

Parameters

ParameterDescription
ExcludemetadataSelect whether to exclude metadata of SAML Enterprise.
MinimalSelect whether to send back only a small number of details.

Example Output

{
	"totalCount": 1,
	"identitySourceTypes": [
		{
			"id": 1,
			"sourceCategory": "localregistry",
			"providerType": "ibmldap",
			"displayName": "Cloud Directory",
			"description": "Login with Cloud Directory",
			"enabled": true,
			"predefined": true,
			"realmName": "cloudIdentityRealm",
			"multiInstance": false,
			"properties": [
				{
					"key": "policy_id",
					"value": "urn:ibm:security:authentication:asf:basicldapuser",
					"configMap": {
						"additionalProp": "string"
					}
				}
			]
		}
	]
}

Workflow Library Example

Get Identity Source Type Details with Ibm Security Verify and Send Results Via Email

Preview this Workflow on desktop