Skip to main content

StartApplicationDiscoveryV1403ResponseOneOf

Properties

NameTypeDescriptionNotes
errorstrError message when quota is exceeded[required]
}

Example

from sailpoint.application_discovery.models.start_application_discovery_v1403_response_one_of import StartApplicationDiscoveryV1403ResponseOneOf

start_application_discovery_v1403_response_one_of = StartApplicationDiscoveryV1403ResponseOneOf(
error=''
)

[Back to top]