Skip to content
This repository has been archived by the owner on Sep 27, 2022. It is now read-only.

Latest commit

 

History

History
51 lines (28 loc) · 1.57 KB

SecretBagWritable.md

File metadata and controls

51 lines (28 loc) · 1.57 KB

SecretBagWritable

Properties

Name Type Description Notes
Data map[string]string The privileged data in a secret bag. Required for vault and modify operations.

Methods

NewSecretBagWritable

func NewSecretBagWritable(data map[string]string, ) *SecretBagWritable

NewSecretBagWritable instantiates a new SecretBagWritable object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

NewSecretBagWritableWithDefaults

func NewSecretBagWritableWithDefaults() *SecretBagWritable

NewSecretBagWritableWithDefaults instantiates a new SecretBagWritable object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

GetData

func (o *SecretBagWritable) GetData() map[string]string

GetData returns the Data field if non-nil, zero value otherwise.

GetDataOk

func (o *SecretBagWritable) GetDataOk() (*map[string]string, bool)

GetDataOk returns a tuple with the Data field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetData

func (o *SecretBagWritable) SetData(v map[string]string)

SetData sets Data field to given value.

[Back to Model list] [Back to API list] [Back to README]