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/targets/session_secret.gen.go

13 lines
301 B

// Code generated by "make api"; DO NOT EDIT.
// Copyright (c) HashiCorp, Inc.
// SPDX-License-Identifier: MPL-2.0
package targets
import "encoding/json"
type SessionSecret struct {
Raw json.RawMessage `json:"raw,omitempty"`
Decoded map[string]interface{} `json:"decoded,omitempty"`
}