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

12 lines
427 B

// Code generated by "make api"; DO NOT EDIT.
package targets
type CredentialSource struct {
Id string `json:"id,omitempty"`
Name string `json:"name,omitempty"`
Description string `json:"description,omitempty"`
CredentialStoreId string `json:"credential_store_id,omitempty"`
Type string `json:"type,omitempty"`
CredentialType string `json:"credential_type,omitempty"`
}