readIdentitySources
or manageIdentitySources
Parameter | Description |
---|---|
Excludemetadata | Select whether to exclude metadata of SAML Enterprise. |
Minimal | Select whether to send back only a small number of details. |
{
"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"
}
}
]
}
]
}
Was this page helpful?