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/credentiallibraries/vault_credential_library_at...

9 lines
288 B

// Code generated by "make api"; DO NOT EDIT.
package credentiallibraries
type VaultCredentialLibraryAttributes struct {
Path string `json:"path,omitempty"`
HttpMethod string `json:"http_method,omitempty"`
HttpRequestBody string `json:"http_request_body,omitempty"`
}