Skip to main content

StartApplicationDiscoveryV1401Response

Properties

NameTypeDescriptionNotes
errorobjectA message describing the error[optional]
}

Example

from sailpoint.application_discovery.models.start_application_discovery_v1401_response import StartApplicationDiscoveryV1401Response

start_application_discovery_v1401_response = StartApplicationDiscoveryV1401Response(
error=JWT validation failed: JWT is expired
)

[Back to top]