Skip to content

Latest commit

 

History

History
134 lines (73 loc) · 3.42 KB

VaultEncryptionKey.md

File metadata and controls

134 lines (73 loc) · 3.42 KB

VaultEncryptionKey

Properties

Name Type Description Notes
Subscription Pointer to string [optional]
Name Pointer to string [optional]
Id Pointer to int32 [optional]
Key Pointer to string [optional]

Methods

NewVaultEncryptionKey

func NewVaultEncryptionKey() *VaultEncryptionKey

NewVaultEncryptionKey instantiates a new VaultEncryptionKey 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

NewVaultEncryptionKeyWithDefaults

func NewVaultEncryptionKeyWithDefaults() *VaultEncryptionKey

NewVaultEncryptionKeyWithDefaults instantiates a new VaultEncryptionKey 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

GetSubscription

func (o *VaultEncryptionKey) GetSubscription() string

GetSubscription returns the Subscription field if non-nil, zero value otherwise.

GetSubscriptionOk

func (o *VaultEncryptionKey) GetSubscriptionOk() (*string, bool)

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

SetSubscription

func (o *VaultEncryptionKey) SetSubscription(v string)

SetSubscription sets Subscription field to given value.

HasSubscription

func (o *VaultEncryptionKey) HasSubscription() bool

HasSubscription returns a boolean if a field has been set.

GetName

func (o *VaultEncryptionKey) GetName() string

GetName returns the Name field if non-nil, zero value otherwise.

GetNameOk

func (o *VaultEncryptionKey) GetNameOk() (*string, bool)

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

SetName

func (o *VaultEncryptionKey) SetName(v string)

SetName sets Name field to given value.

HasName

func (o *VaultEncryptionKey) HasName() bool

HasName returns a boolean if a field has been set.

GetId

func (o *VaultEncryptionKey) GetId() int32

GetId returns the Id field if non-nil, zero value otherwise.

GetIdOk

func (o *VaultEncryptionKey) GetIdOk() (*int32, bool)

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

SetId

func (o *VaultEncryptionKey) SetId(v int32)

SetId sets Id field to given value.

HasId

func (o *VaultEncryptionKey) HasId() bool

HasId returns a boolean if a field has been set.

GetKey

func (o *VaultEncryptionKey) GetKey() string

GetKey returns the Key field if non-nil, zero value otherwise.

GetKeyOk

func (o *VaultEncryptionKey) GetKeyOk() (*string, bool)

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

SetKey

func (o *VaultEncryptionKey) SetKey(v string)

SetKey sets Key field to given value.

HasKey

func (o *VaultEncryptionKey) HasKey() bool

HasKey returns a boolean if a field has been set.

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