Get Identity Provider Configs

Get Identity Provider Configs
Request
URI
GET
https://{api_host}/dt-rest/v100/security/manager/identityproviders
COPY
Responses
200

successful operation

[
    {
        "dataCenterId": "string",
        "timeout": 0,
        "id": "string",
        "vidmStatus": false,
        "tenantAddress": "string",
        "workspaceAddress": "string",
        "workspaceOneRedirection": false,
        "links": [
            {
                "href": "string",
                "rel": "string",
                "deprecated": false,
                "name": "string",
                "method": "string"
            }
        ]
    }
]