SubscriptionIsAllowedToCreateJobValidationResponseProperties interface
Properties of subscription permission to create job validation response.
- Extends
Properties
| status | Validation status of subscription permission to create job. |
| validation |
Identifies the type of validation response. |
Inherited Properties
| error | Error code and message of validation response. |
Property Details
status
Validation status of subscription permission to create job.
status?: ValidationStatus
Property Value
validationType
Identifies the type of validation response.
validationType: "ValidateSubscriptionIsAllowedToCreateJob"
Property Value
"ValidateSubscriptionIsAllowedToCreateJob"
Inherited Property Details
error
Error code and message of validation response.
error?: CloudError
Property Value
Inherited From ValidationInputResponse.error