Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 1.71 KB

KeyEscrowPolicy.md

File metadata and controls

56 lines (31 loc) · 1.71 KB

KeyEscrowPolicy

Properties

Name Type Description Notes
KeyEscrowEnabled Pointer to bool [optional]

Methods

NewKeyEscrowPolicy

func NewKeyEscrowPolicy() *KeyEscrowPolicy

NewKeyEscrowPolicy instantiates a new KeyEscrowPolicy 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

NewKeyEscrowPolicyWithDefaults

func NewKeyEscrowPolicyWithDefaults() *KeyEscrowPolicy

NewKeyEscrowPolicyWithDefaults instantiates a new KeyEscrowPolicy 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

GetKeyEscrowEnabled

func (o *KeyEscrowPolicy) GetKeyEscrowEnabled() bool

GetKeyEscrowEnabled returns the KeyEscrowEnabled field if non-nil, zero value otherwise.

GetKeyEscrowEnabledOk

func (o *KeyEscrowPolicy) GetKeyEscrowEnabledOk() (*bool, bool)

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

SetKeyEscrowEnabled

func (o *KeyEscrowPolicy) SetKeyEscrowEnabled(v bool)

SetKeyEscrowEnabled sets KeyEscrowEnabled field to given value.

HasKeyEscrowEnabled

func (o *KeyEscrowPolicy) HasKeyEscrowEnabled() bool

HasKeyEscrowEnabled returns a boolean if a field has been set.

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