Variable SduServiceDeploymentUndeployCommandSchemaConst

SduServiceDeploymentUndeployCommandSchema: {
    $schema: string;
    additionalProperties: boolean;
    description: string;
    properties: {
        custom_object_definitions: {
            additionalItems: boolean;
            description: string;
            items: {
                description: string;
                type: string;
            };
            type: string;
        };
        environment_id: {
            description: string;
            format: string;
            maxLength: number;
            minLength: number;
            type: string;
        };
        request_id: {
            description: string;
            format: string;
            maxLength: number;
            minLength: number;
            type: string;
        };
        service_definition_id: {
            description: string;
            format: string;
            maxLength: number;
            minLength: number;
            type: string;
        };
        service_deployment_id: {
            description: string;
            format: string;
            maxLength: number;
            minLength: number;
            type: string;
        };
        service_id: {
            description: string;
            type: string;
        };
        tenant_id: {
            description: string;
            format: string;
            maxLength: number;
            minLength: number;
            type: string;
        };
    };
    required: string[];
    title: string;
    type: string;
} = SduServiceDeploymentUndeployCommand

Type declaration

  • $schema: string
  • additionalProperties: boolean
  • description: string
  • properties: {
        custom_object_definitions: {
            additionalItems: boolean;
            description: string;
            items: {
                description: string;
                type: string;
            };
            type: string;
        };
        environment_id: {
            description: string;
            format: string;
            maxLength: number;
            minLength: number;
            type: string;
        };
        request_id: {
            description: string;
            format: string;
            maxLength: number;
            minLength: number;
            type: string;
        };
        service_definition_id: {
            description: string;
            format: string;
            maxLength: number;
            minLength: number;
            type: string;
        };
        service_deployment_id: {
            description: string;
            format: string;
            maxLength: number;
            minLength: number;
            type: string;
        };
        service_id: {
            description: string;
            type: string;
        };
        tenant_id: {
            description: string;
            format: string;
            maxLength: number;
            minLength: number;
            type: string;
        };
    }
    • custom_object_definitions: {
          additionalItems: boolean;
          description: string;
          items: {
              description: string;
              type: string;
          };
          type: string;
      }
      • additionalItems: boolean
      • description: string
      • items: {
            description: string;
            type: string;
        }
        • description: string
        • type: string
      • type: string
    • environment_id: {
          description: string;
          format: string;
          maxLength: number;
          minLength: number;
          type: string;
      }
      • description: string
      • format: string
      • maxLength: number
      • minLength: number
      • type: string
    • request_id: {
          description: string;
          format: string;
          maxLength: number;
          minLength: number;
          type: string;
      }
      • description: string
      • format: string
      • maxLength: number
      • minLength: number
      • type: string
    • service_definition_id: {
          description: string;
          format: string;
          maxLength: number;
          minLength: number;
          type: string;
      }
      • description: string
      • format: string
      • maxLength: number
      • minLength: number
      • type: string
    • service_deployment_id: {
          description: string;
          format: string;
          maxLength: number;
          minLength: number;
          type: string;
      }
      • description: string
      • format: string
      • maxLength: number
      • minLength: number
      • type: string
    • service_id: {
          description: string;
          type: string;
      }
      • description: string
      • type: string
    • tenant_id: {
          description: string;
          format: string;
          maxLength: number;
          minLength: number;
          type: string;
      }
      • description: string
      • format: string
      • maxLength: number
      • minLength: number
      • type: string
  • required: string[]
  • title: string
  • type: string

Generated using TypeDoc