Skip to main content

GetJitActivationConfigV1401Response

Properties

NameTypeDescriptionNotes
errorobjectA message describing the error[optional]
}

Example

from sailpoint.jit_access.models.get_jit_activation_config_v1401_response import GetJitActivationConfigV1401Response

get_jit_activation_config_v1401_response = GetJitActivationConfigV1401Response(
error=JWT validation failed: JWT is expired
)

[Back to top]