Check Conditional Access Policy Configuration
Select
SaaS
Customer Managed
Check Conditional Access Policy Configuration
- application/json
Request Body required
Checks if the Azure app is configured with a conditional access policy that blocks all locations except specified locations.
appDetails object required
This stores O365 Azure AD app details
credentialEntity object
credentialId int32Credential ID
- cloudRegion string required
Possible values: [
DEFAULT,Germany,China,U.S. Government GCC,U.S. Government DoD,U.S. Government GCC High]
Responses
- 200
- 400
- 417
- 500
Success
- application/json
- Schema
- Example (from schema)
Schema
- errorMessage string
Tells about the error occured
- errorCode ErrorCode
Possible values: [
NO_ERROR,INVALID_INPUT,VALUE_NOT_FOUND,UNKNOWN_EXCEPTION,CONNECTION_PROBLEM,UNKNOWN_SQL_ERROR,INVALID_USER,INVALID_OPERATION_TYPE,INTERNAL_SERVER_PROBLEM,INSUFFICIENT_USER_PERMISSION_ON_ENTITY,INVALID_ENTITY_ID,REFRESH_TOKEN_EXPIRED]Error code value
{
"errorMessage": "string",
"errorCode": "NO_ERROR"
}
Bad Request
Precondition Failed
Internal Server Error
Loading...