Module models

Source

Structs§

Account
AccountListResponse
AccountRequest
AccountUpdateRequest
AddZoneRequest
AdvancedSettings
Advanced settings for apps and images.
App
AppBodyUpdateRequest
Request to update an app.
AppNodeInfo
Detailed info of an app running on a compute node.
AppRegistryResponse
AppRequest
Request to create an app.
AppStatus
Run status info of an app for a compute node.
AppUpdateRequest
Request to update an app.
ApplicationConfig
ApplicationConfigConnection
ApplicationConfigConnectionApplication
ApplicationConfigConnectionDataset
ApplicationConfigContents
ApplicationConfigDatasetCredentials
ApplicationConfigExtra
ApplicationConfigPortDataset
ApplicationConfigResponse
ApplicationConfigSdkmsCredentials
ApplicationConfigWorkflow
ApplicationPort
ApprovableResult
Result of an approval request
ApprovalInfo
ApprovalRequest
ApprovalRequestRequest
Request to create an approval request.
ApprovalSubject
Identifies an object acted upon by an approval request.
ApproveRequest
Optional parameters for approve request
AttestationRequest
AuthConfig
Credentials for authenticating to a docker registry
AuthConfigOauth
AuthConfigPassword
Configuration for password-based authentication.
AuthConfigRef
AuthDiscoverRequest
AuthDiscoverResponse
AuthMethod
AuthRequest
AuthResponse
AuthenticationConfig
BackendNodeProvisionRequest
Build
Detailed info of an application image.
BuildDeploymentStatus
BuildStatus
BuildUpdateRequest
CaCertificateConfig
CaConfig
Certificate
CertificateConfig
CertificateDetails
ConfirmEmailRequest
ConfirmEmailResponse
ConversionRequest
ConversionResponse
ConvertAppBuildRequest
CreateBuildRequest
CreateDatasetRequest
CreateFinalWorkflowGraph
CreateWorkflowGraph
CreateWorkflowVersionRequest
CredentialType
Dataset
DatasetCredentials
DatasetCredentialsRequest
DatasetUpdateRequest
DenyRequest
Optional parameters for deny request
DockerInfo
Docker info of an image.
EnclaveInfo
Info on a application enclave.
Entity
An app, user, or plugin ID.
Event
FinalWorkflow
FinalWorkflowGraph
ForgotPasswordRequest
GetAllApplicationConfigsResponse
GetAllApprovalRequests
GetAllAppsResponse
GetAllBuildDeploymentsResponse
GetAllBuildsResponse
GetAllDatasetsResponse
GetAllFinalWorkflowGraphsResponse
GetAllNodesResponse
GetAllTasksResponse
GetAllUsersResponse
GetAllWorkflowGraphsResponse
GetPckCertResponse
HashedConfig
ImageRegistryResponse
InviteUserRequest
LabelCount
LabelsCount
NewCertificateRequest
Node
NodeErrorReport
NodeProvisionRequest
NodeStatus
NodeStatusRequest
NodeStatusResponse
NodeUpdateRequest
OauthAuthCodeGrant
OauthCodeData
PasswordChangeRequest
PasswordResetRequest
PatchDocument
A JSONPatch document as defined by RFC 6902. The patch operation is subset of what is supported by RFC 6902.
ProcessInviteRequest
RefreshResponse
Registry
RegistryRequest
RequesterInfo
RuntimeAppConfig
SdkmsCredentials
SdkmsSigningKeyConfig
Configures an SDKMS signing key. The key must be an RSA key with public exponent 3.
SearchMetadata
SelectAccountResponse
SessionInfo
SgxInfo
SGX Related details of a compute node.
SigningKeyConfig
Configures a key to sign the converted image
SignupRequest
Task
TaskResult
TaskStatus
Status info for a task.
TaskUpdateRequest
TlsConfig
TlsConfigRequired
UpdateApplicationConfigRequest
Update an application config.
UpdateRegistryRequest
UpdateUserRequest
UpdateWorkflowGraph
User
ValidateTokenRequest
ValidateTokenResponse
VersionInFinalWorkflow
VersionResponse
VersionedZoneId
WorkflowEdge
WorkflowEdgeLink
WorkflowGraph
WorkflowLinkMetadata
The final workflow from which this draft was derived. This field may point to a deleted final workflow in which you should treat it as if it’s not present.
WorkflowMetadata
WorkflowNodeMetadata
WorkflowNodePositionMetadata
WorkflowObject
WorkflowObjectRef
WorkflowObjectRefApp
WorkflowObjectRefDataset
WorkflowObjectRefPlaceholder
Zone
Detailed info of a zone.
ZoneJoinToken

Enums§

AccessRoles
Roles of a user. Enumeration of values. Since this enum’s variants do not hold data, we can easily define them them as #[repr(C)] which helps with FFI.
AccountApprovalState
Approval state of an Account Enumeration of values. Since this enum’s variants do not hold data, we can easily define them them as #[repr(C)] which helps with FFI.
AppStatusType
Status string for the app on a compute node. Enumeration of values. Since this enum’s variants do not hold data, we can easily define them them as #[repr(C)] which helps with FFI.
ApplicationConfigPort
ApprovalRequestStatus
Approval request status. Enumeration of values. Since this enum’s variants do not hold data, we can easily define them them as #[repr(C)] which helps with FFI.
ApprovalStatus
Approval status Enumeration of values. Since this enum’s variants do not hold data, we can easily define them them as #[repr(C)] which helps with FFI.
BuildDeploymentStatusType
Status string for the image deployment. Enumeration of values. Since this enum’s variants do not hold data, we can easily define them them as #[repr(C)] which helps with FFI.
BuildStatusType
Status string for the image. Enumeration of values. Since this enum’s variants do not hold data, we can easily define them them as #[repr(C)] which helps with FFI.
CaSet
Enumeration of values. Since this enum’s variants do not hold data, we can easily define them them as #[repr(C)] which helps with FFI.
CertificateStatusType
Certificate status Enumeration of values. Since this enum’s variants do not hold data, we can easily define them them as #[repr(C)] which helps with FFI.
EventActionType
Event action type. Enumeration of values. Since this enum’s variants do not hold data, we can easily define them them as #[repr(C)] which helps with FFI.
EventActorType
Event actor type. Enumeration of values. Since this enum’s variants do not hold data, we can easily define them them as #[repr(C)] which helps with FFI.
EventSeverity
Event severity Enumeration of values. Since this enum’s variants do not hold data, we can easily define them them as #[repr(C)] which helps with FFI.
EventType
String enumeration identifying the event Enumeration of values. Since this enum’s variants do not hold data, we can easily define them them as #[repr(C)] which helps with FFI.
JavaRuntime
Java runtime mode for conversion. Enumeration of values. Since this enum’s variants do not hold data, we can easily define them them as #[repr(C)] which helps with FFI.
NodeProvisionErrorType
Node agent attestation error type Enumeration of values. Since this enum’s variants do not hold data, we can easily define them them as #[repr(C)] which helps with FFI.
NodeStatusType
Status string for the compute node. Enumeration of values. Since this enum’s variants do not hold data, we can easily define them them as #[repr(C)] which helps with FFI.
PatchOperation
The operation to be performed Enumeration of values. Since this enum’s variants do not hold data, we can easily define them them as #[repr(C)] which helps with FFI.
RequesterType
Type of requester Enumeration of values. Since this enum’s variants do not hold data, we can easily define them them as #[repr(C)] which helps with FFI.
TaskStatusType
Status string for a task. Enumeration of values. Since this enum’s variants do not hold data, we can easily define them them as #[repr(C)] which helps with FFI.
TaskType
The types of tasks supported. Enumeration of values. Since this enum’s variants do not hold data, we can easily define them them as #[repr(C)] which helps with FFI.
UserAccountStatus
Status of an Account for a user. Enumeration of values. Since this enum’s variants do not hold data, we can easily define them them as #[repr(C)] which helps with FFI.
UserStatus
Status of a user. Enumeration of values. Since this enum’s variants do not hold data, we can easily define them them as #[repr(C)] which helps with FFI.