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...

16 lines
482 B

// Code generated by "make api"; DO NOT EDIT.
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"`
}