You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
boundary/api/scopes/key_version_destruction_job...

19 lines
553 B

// Code generated by "make api"; DO NOT EDIT.
// Copyright IBM Corp. 2020, 2025
// SPDX-License-Identifier: MPL-2.0
package scopes
import (
"time"
)
type KeyVersionDestructionJob struct {
KeyVersionId string `json:"key_version_id,omitempty"`
Scope *ScopeInfo `json:"scope,omitempty"`
Status string `json:"status,omitempty"`
CreatedTime time.Time `json:"created_time,omitempty"`
CompletedCount int64 `json:"completed_count,string,omitempty"`
TotalCount int64 `json:"total_count,string,omitempty"`
}