JWTServerProfileApiResponse

JWTServerProfileApiResponse
JWTServerProfileApiResponse
JSON Example
{
    "count": 0,
    "results": [
        {
            "_last_modified": "string",
            "controller_internal_auth": {
                "symmetric_jwks_keys": [
                    {
                        "alg": "string",
                        "key": "string",
                        "kid": "string",
                        "kty": "string"
                    }
                ]
            },
            "is_federated": false,
            "issuer": "string",
            "jwks_keys": "string",
            "jwt_profile_type": "string",
            "name": "string",
            "protected_resource_config": {
                "authorization_servers": [
                    "string"
                ],
                "enable_protected_resource_metadata": false,
                "metadata_url_path": "string",
                "resource_documentation": "string",
                "supported_scopes": [
                    "string"
                ]
            },
            "tenant_ref": "string",
            "url": "string",
            "uuid": "string"
        }
    ],
    "next": "string"
}
integer As int32 As int32
count
Required  

count

results
Required  

results

string
next
Optional

next