Skip to content

Latest commit

 

History

History
134 lines (73 loc) · 4.51 KB

UpdateNetworkWirelessSsidIdentityPskRequest.md

File metadata and controls

134 lines (73 loc) · 4.51 KB

UpdateNetworkWirelessSsidIdentityPskRequest

Properties

Name Type Description Notes
Name Pointer to string The name of the Identity PSK [optional]
Passphrase Pointer to string The passphrase for client authentication [optional]
GroupPolicyId Pointer to string The group policy to be applied to clients [optional]
ExpiresAt Pointer to time.Time Timestamp for when the Identity PSK expires, or 'null' to never expire [optional]

Methods

NewUpdateNetworkWirelessSsidIdentityPskRequest

func NewUpdateNetworkWirelessSsidIdentityPskRequest() *UpdateNetworkWirelessSsidIdentityPskRequest

NewUpdateNetworkWirelessSsidIdentityPskRequest instantiates a new UpdateNetworkWirelessSsidIdentityPskRequest 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

NewUpdateNetworkWirelessSsidIdentityPskRequestWithDefaults

func NewUpdateNetworkWirelessSsidIdentityPskRequestWithDefaults() *UpdateNetworkWirelessSsidIdentityPskRequest

NewUpdateNetworkWirelessSsidIdentityPskRequestWithDefaults instantiates a new UpdateNetworkWirelessSsidIdentityPskRequest 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

GetName

func (o *UpdateNetworkWirelessSsidIdentityPskRequest) GetName() string

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

GetNameOk

func (o *UpdateNetworkWirelessSsidIdentityPskRequest) 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 *UpdateNetworkWirelessSsidIdentityPskRequest) SetName(v string)

SetName sets Name field to given value.

HasName

func (o *UpdateNetworkWirelessSsidIdentityPskRequest) HasName() bool

HasName returns a boolean if a field has been set.

GetPassphrase

func (o *UpdateNetworkWirelessSsidIdentityPskRequest) GetPassphrase() string

GetPassphrase returns the Passphrase field if non-nil, zero value otherwise.

GetPassphraseOk

func (o *UpdateNetworkWirelessSsidIdentityPskRequest) GetPassphraseOk() (*string, bool)

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

SetPassphrase

func (o *UpdateNetworkWirelessSsidIdentityPskRequest) SetPassphrase(v string)

SetPassphrase sets Passphrase field to given value.

HasPassphrase

func (o *UpdateNetworkWirelessSsidIdentityPskRequest) HasPassphrase() bool

HasPassphrase returns a boolean if a field has been set.

GetGroupPolicyId

func (o *UpdateNetworkWirelessSsidIdentityPskRequest) GetGroupPolicyId() string

GetGroupPolicyId returns the GroupPolicyId field if non-nil, zero value otherwise.

GetGroupPolicyIdOk

func (o *UpdateNetworkWirelessSsidIdentityPskRequest) GetGroupPolicyIdOk() (*string, bool)

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

SetGroupPolicyId

func (o *UpdateNetworkWirelessSsidIdentityPskRequest) SetGroupPolicyId(v string)

SetGroupPolicyId sets GroupPolicyId field to given value.

HasGroupPolicyId

func (o *UpdateNetworkWirelessSsidIdentityPskRequest) HasGroupPolicyId() bool

HasGroupPolicyId returns a boolean if a field has been set.

GetExpiresAt

func (o *UpdateNetworkWirelessSsidIdentityPskRequest) GetExpiresAt() time.Time

GetExpiresAt returns the ExpiresAt field if non-nil, zero value otherwise.

GetExpiresAtOk

func (o *UpdateNetworkWirelessSsidIdentityPskRequest) GetExpiresAtOk() (*time.Time, bool)

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

SetExpiresAt

func (o *UpdateNetworkWirelessSsidIdentityPskRequest) SetExpiresAt(v time.Time)

SetExpiresAt sets ExpiresAt field to given value.

HasExpiresAt

func (o *UpdateNetworkWirelessSsidIdentityPskRequest) HasExpiresAt() bool

HasExpiresAt returns a boolean if a field has been set.

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