Type alias SandboxRequest

SandboxRequest: {
    Description?: string;
    LicenseType?: string;
    SandboxName: string;
    SourceId?: string;
}

Type declaration

  • Optional Description?: string
  • Optional LicenseType?: string
  • SandboxName: string
  • Optional SourceId?: string

    Should match a SandboxInfoId, not a SandboxProcessId