SubscriptionIsAllowedToCreateJobValidationResponseProperties interface      
Properties of subscription permission to create job validation response.
- Extends
Properties
| status | Validation status of subscription permission to create job. NOTE: This property will not be serialized. It can only be populated by the server. | 
| validation | Polymorphic discriminator, which specifies the different types this object can be | 
Inherited Properties
| error | Error code and message of validation response. NOTE: This property will not be serialized. It can only be populated by the server. | 
Property Details
status
Validation status of subscription permission to create job. NOTE: This property will not be serialized. It can only be populated by the server.
status?: ValidationStatusProperty Value
		validationType
	 
	Polymorphic discriminator, which specifies the different types this object can be
validationType: "ValidateSubscriptionIsAllowedToCreateJob"Property Value
"ValidateSubscriptionIsAllowedToCreateJob"
Inherited Property Details
error
Error code and message of validation response. NOTE: This property will not be serialized. It can only be populated by the server.
error?: CloudErrorProperty Value
Inherited From ValidationInputResponse.error