Skip to content

Latest commit

 

History

History
726 lines (385 loc) · 24.2 KB

PostComputerPrestageV2.md

File metadata and controls

726 lines (385 loc) · 24.2 KB

PostComputerPrestageV2

Properties

Name Type Description Notes
DisplayName string
Mandatory bool
MdmRemovable bool
SupportPhoneNumber string
SupportEmailAddress string
Department string
DefaultPrestage bool
EnrollmentSiteId string
KeepExistingSiteMembership bool
KeepExistingLocationInformation bool
RequireAuthentication bool
AuthenticationPrompt string
PreventActivationLock bool
EnableDeviceBasedActivationLock bool
DeviceEnrollmentProgramInstanceId string
SkipSetupItems Pointer to map[string]bool [optional]
LocationInformation LocationInformationV2
PurchasingInformation PrestagePurchasingInformationV2
AnchorCertificates Pointer to []string The Base64 encoded PEM Certificate [optional]
EnrollmentCustomizationId Pointer to string [optional]
Language Pointer to string [optional]
Region Pointer to string [optional]
AutoAdvanceSetup bool
InstallProfilesDuringSetup bool
PrestageInstalledProfileIds []string
CustomPackageIds []string
CustomPackageDistributionPointId string
EnableRecoveryLock Pointer to bool [optional]
RecoveryLockPasswordType Pointer to string [optional]
RotateRecoveryLockPassword Pointer to bool [optional]
RecoveryLockPassword Pointer to string [optional]

Methods

NewPostComputerPrestageV2

func NewPostComputerPrestageV2(displayName string, mandatory bool, mdmRemovable bool, supportPhoneNumber string, supportEmailAddress string, department string, defaultPrestage bool, enrollmentSiteId string, keepExistingSiteMembership bool, keepExistingLocationInformation bool, requireAuthentication bool, authenticationPrompt string, preventActivationLock bool, enableDeviceBasedActivationLock bool, deviceEnrollmentProgramInstanceId string, locationInformation LocationInformationV2, purchasingInformation PrestagePurchasingInformationV2, autoAdvanceSetup bool, installProfilesDuringSetup bool, prestageInstalledProfileIds []string, customPackageIds []string, customPackageDistributionPointId string, ) *PostComputerPrestageV2

NewPostComputerPrestageV2 instantiates a new PostComputerPrestageV2 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

NewPostComputerPrestageV2WithDefaults

func NewPostComputerPrestageV2WithDefaults() *PostComputerPrestageV2

NewPostComputerPrestageV2WithDefaults instantiates a new PostComputerPrestageV2 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

GetDisplayName

func (o *PostComputerPrestageV2) GetDisplayName() string

GetDisplayName returns the DisplayName field if non-nil, zero value otherwise.

GetDisplayNameOk

func (o *PostComputerPrestageV2) GetDisplayNameOk() (*string, bool)

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

SetDisplayName

func (o *PostComputerPrestageV2) SetDisplayName(v string)

SetDisplayName sets DisplayName field to given value.

GetMandatory

func (o *PostComputerPrestageV2) GetMandatory() bool

GetMandatory returns the Mandatory field if non-nil, zero value otherwise.

GetMandatoryOk

func (o *PostComputerPrestageV2) GetMandatoryOk() (*bool, bool)

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

SetMandatory

func (o *PostComputerPrestageV2) SetMandatory(v bool)

SetMandatory sets Mandatory field to given value.

GetMdmRemovable

func (o *PostComputerPrestageV2) GetMdmRemovable() bool

GetMdmRemovable returns the MdmRemovable field if non-nil, zero value otherwise.

GetMdmRemovableOk

func (o *PostComputerPrestageV2) GetMdmRemovableOk() (*bool, bool)

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

SetMdmRemovable

func (o *PostComputerPrestageV2) SetMdmRemovable(v bool)

SetMdmRemovable sets MdmRemovable field to given value.

GetSupportPhoneNumber

func (o *PostComputerPrestageV2) GetSupportPhoneNumber() string

GetSupportPhoneNumber returns the SupportPhoneNumber field if non-nil, zero value otherwise.

GetSupportPhoneNumberOk

func (o *PostComputerPrestageV2) GetSupportPhoneNumberOk() (*string, bool)

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

SetSupportPhoneNumber

func (o *PostComputerPrestageV2) SetSupportPhoneNumber(v string)

SetSupportPhoneNumber sets SupportPhoneNumber field to given value.

GetSupportEmailAddress

func (o *PostComputerPrestageV2) GetSupportEmailAddress() string

GetSupportEmailAddress returns the SupportEmailAddress field if non-nil, zero value otherwise.

GetSupportEmailAddressOk

func (o *PostComputerPrestageV2) GetSupportEmailAddressOk() (*string, bool)

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

SetSupportEmailAddress

func (o *PostComputerPrestageV2) SetSupportEmailAddress(v string)

SetSupportEmailAddress sets SupportEmailAddress field to given value.

GetDepartment

func (o *PostComputerPrestageV2) GetDepartment() string

GetDepartment returns the Department field if non-nil, zero value otherwise.

GetDepartmentOk

func (o *PostComputerPrestageV2) GetDepartmentOk() (*string, bool)

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

SetDepartment

func (o *PostComputerPrestageV2) SetDepartment(v string)

SetDepartment sets Department field to given value.

GetDefaultPrestage

func (o *PostComputerPrestageV2) GetDefaultPrestage() bool

GetDefaultPrestage returns the DefaultPrestage field if non-nil, zero value otherwise.

GetDefaultPrestageOk

func (o *PostComputerPrestageV2) GetDefaultPrestageOk() (*bool, bool)

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

SetDefaultPrestage

func (o *PostComputerPrestageV2) SetDefaultPrestage(v bool)

SetDefaultPrestage sets DefaultPrestage field to given value.

GetEnrollmentSiteId

func (o *PostComputerPrestageV2) GetEnrollmentSiteId() string

GetEnrollmentSiteId returns the EnrollmentSiteId field if non-nil, zero value otherwise.

GetEnrollmentSiteIdOk

func (o *PostComputerPrestageV2) GetEnrollmentSiteIdOk() (*string, bool)

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

SetEnrollmentSiteId

func (o *PostComputerPrestageV2) SetEnrollmentSiteId(v string)

SetEnrollmentSiteId sets EnrollmentSiteId field to given value.

GetKeepExistingSiteMembership

func (o *PostComputerPrestageV2) GetKeepExistingSiteMembership() bool

GetKeepExistingSiteMembership returns the KeepExistingSiteMembership field if non-nil, zero value otherwise.

GetKeepExistingSiteMembershipOk

func (o *PostComputerPrestageV2) GetKeepExistingSiteMembershipOk() (*bool, bool)

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

SetKeepExistingSiteMembership

func (o *PostComputerPrestageV2) SetKeepExistingSiteMembership(v bool)

SetKeepExistingSiteMembership sets KeepExistingSiteMembership field to given value.

GetKeepExistingLocationInformation

func (o *PostComputerPrestageV2) GetKeepExistingLocationInformation() bool

GetKeepExistingLocationInformation returns the KeepExistingLocationInformation field if non-nil, zero value otherwise.

GetKeepExistingLocationInformationOk

func (o *PostComputerPrestageV2) GetKeepExistingLocationInformationOk() (*bool, bool)

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

SetKeepExistingLocationInformation

func (o *PostComputerPrestageV2) SetKeepExistingLocationInformation(v bool)

SetKeepExistingLocationInformation sets KeepExistingLocationInformation field to given value.

GetRequireAuthentication

func (o *PostComputerPrestageV2) GetRequireAuthentication() bool

GetRequireAuthentication returns the RequireAuthentication field if non-nil, zero value otherwise.

GetRequireAuthenticationOk

func (o *PostComputerPrestageV2) GetRequireAuthenticationOk() (*bool, bool)

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

SetRequireAuthentication

func (o *PostComputerPrestageV2) SetRequireAuthentication(v bool)

SetRequireAuthentication sets RequireAuthentication field to given value.

GetAuthenticationPrompt

func (o *PostComputerPrestageV2) GetAuthenticationPrompt() string

GetAuthenticationPrompt returns the AuthenticationPrompt field if non-nil, zero value otherwise.

GetAuthenticationPromptOk

func (o *PostComputerPrestageV2) GetAuthenticationPromptOk() (*string, bool)

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

SetAuthenticationPrompt

func (o *PostComputerPrestageV2) SetAuthenticationPrompt(v string)

SetAuthenticationPrompt sets AuthenticationPrompt field to given value.

GetPreventActivationLock

func (o *PostComputerPrestageV2) GetPreventActivationLock() bool

GetPreventActivationLock returns the PreventActivationLock field if non-nil, zero value otherwise.

GetPreventActivationLockOk

func (o *PostComputerPrestageV2) GetPreventActivationLockOk() (*bool, bool)

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

SetPreventActivationLock

func (o *PostComputerPrestageV2) SetPreventActivationLock(v bool)

SetPreventActivationLock sets PreventActivationLock field to given value.

GetEnableDeviceBasedActivationLock

func (o *PostComputerPrestageV2) GetEnableDeviceBasedActivationLock() bool

GetEnableDeviceBasedActivationLock returns the EnableDeviceBasedActivationLock field if non-nil, zero value otherwise.

GetEnableDeviceBasedActivationLockOk

func (o *PostComputerPrestageV2) GetEnableDeviceBasedActivationLockOk() (*bool, bool)

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

SetEnableDeviceBasedActivationLock

func (o *PostComputerPrestageV2) SetEnableDeviceBasedActivationLock(v bool)

SetEnableDeviceBasedActivationLock sets EnableDeviceBasedActivationLock field to given value.

GetDeviceEnrollmentProgramInstanceId

func (o *PostComputerPrestageV2) GetDeviceEnrollmentProgramInstanceId() string

GetDeviceEnrollmentProgramInstanceId returns the DeviceEnrollmentProgramInstanceId field if non-nil, zero value otherwise.

GetDeviceEnrollmentProgramInstanceIdOk

func (o *PostComputerPrestageV2) GetDeviceEnrollmentProgramInstanceIdOk() (*string, bool)

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

SetDeviceEnrollmentProgramInstanceId

func (o *PostComputerPrestageV2) SetDeviceEnrollmentProgramInstanceId(v string)

SetDeviceEnrollmentProgramInstanceId sets DeviceEnrollmentProgramInstanceId field to given value.

GetSkipSetupItems

func (o *PostComputerPrestageV2) GetSkipSetupItems() map[string]bool

GetSkipSetupItems returns the SkipSetupItems field if non-nil, zero value otherwise.

GetSkipSetupItemsOk

func (o *PostComputerPrestageV2) GetSkipSetupItemsOk() (*map[string]bool, bool)

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

SetSkipSetupItems

func (o *PostComputerPrestageV2) SetSkipSetupItems(v map[string]bool)

SetSkipSetupItems sets SkipSetupItems field to given value.

HasSkipSetupItems

func (o *PostComputerPrestageV2) HasSkipSetupItems() bool

HasSkipSetupItems returns a boolean if a field has been set.

GetLocationInformation

func (o *PostComputerPrestageV2) GetLocationInformation() LocationInformationV2

GetLocationInformation returns the LocationInformation field if non-nil, zero value otherwise.

GetLocationInformationOk

func (o *PostComputerPrestageV2) GetLocationInformationOk() (*LocationInformationV2, bool)

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

SetLocationInformation

func (o *PostComputerPrestageV2) SetLocationInformation(v LocationInformationV2)

SetLocationInformation sets LocationInformation field to given value.

GetPurchasingInformation

func (o *PostComputerPrestageV2) GetPurchasingInformation() PrestagePurchasingInformationV2

GetPurchasingInformation returns the PurchasingInformation field if non-nil, zero value otherwise.

GetPurchasingInformationOk

func (o *PostComputerPrestageV2) GetPurchasingInformationOk() (*PrestagePurchasingInformationV2, bool)

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

SetPurchasingInformation

func (o *PostComputerPrestageV2) SetPurchasingInformation(v PrestagePurchasingInformationV2)

SetPurchasingInformation sets PurchasingInformation field to given value.

GetAnchorCertificates

func (o *PostComputerPrestageV2) GetAnchorCertificates() []string

GetAnchorCertificates returns the AnchorCertificates field if non-nil, zero value otherwise.

GetAnchorCertificatesOk

func (o *PostComputerPrestageV2) GetAnchorCertificatesOk() (*[]string, bool)

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

SetAnchorCertificates

func (o *PostComputerPrestageV2) SetAnchorCertificates(v []string)

SetAnchorCertificates sets AnchorCertificates field to given value.

HasAnchorCertificates

func (o *PostComputerPrestageV2) HasAnchorCertificates() bool

HasAnchorCertificates returns a boolean if a field has been set.

GetEnrollmentCustomizationId

func (o *PostComputerPrestageV2) GetEnrollmentCustomizationId() string

GetEnrollmentCustomizationId returns the EnrollmentCustomizationId field if non-nil, zero value otherwise.

GetEnrollmentCustomizationIdOk

func (o *PostComputerPrestageV2) GetEnrollmentCustomizationIdOk() (*string, bool)

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

SetEnrollmentCustomizationId

func (o *PostComputerPrestageV2) SetEnrollmentCustomizationId(v string)

SetEnrollmentCustomizationId sets EnrollmentCustomizationId field to given value.

HasEnrollmentCustomizationId

func (o *PostComputerPrestageV2) HasEnrollmentCustomizationId() bool

HasEnrollmentCustomizationId returns a boolean if a field has been set.

GetLanguage

func (o *PostComputerPrestageV2) GetLanguage() string

GetLanguage returns the Language field if non-nil, zero value otherwise.

GetLanguageOk

func (o *PostComputerPrestageV2) GetLanguageOk() (*string, bool)

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

SetLanguage

func (o *PostComputerPrestageV2) SetLanguage(v string)

SetLanguage sets Language field to given value.

HasLanguage

func (o *PostComputerPrestageV2) HasLanguage() bool

HasLanguage returns a boolean if a field has been set.

GetRegion

func (o *PostComputerPrestageV2) GetRegion() string

GetRegion returns the Region field if non-nil, zero value otherwise.

GetRegionOk

func (o *PostComputerPrestageV2) GetRegionOk() (*string, bool)

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

SetRegion

func (o *PostComputerPrestageV2) SetRegion(v string)

SetRegion sets Region field to given value.

HasRegion

func (o *PostComputerPrestageV2) HasRegion() bool

HasRegion returns a boolean if a field has been set.

GetAutoAdvanceSetup

func (o *PostComputerPrestageV2) GetAutoAdvanceSetup() bool

GetAutoAdvanceSetup returns the AutoAdvanceSetup field if non-nil, zero value otherwise.

GetAutoAdvanceSetupOk

func (o *PostComputerPrestageV2) GetAutoAdvanceSetupOk() (*bool, bool)

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

SetAutoAdvanceSetup

func (o *PostComputerPrestageV2) SetAutoAdvanceSetup(v bool)

SetAutoAdvanceSetup sets AutoAdvanceSetup field to given value.

GetInstallProfilesDuringSetup

func (o *PostComputerPrestageV2) GetInstallProfilesDuringSetup() bool

GetInstallProfilesDuringSetup returns the InstallProfilesDuringSetup field if non-nil, zero value otherwise.

GetInstallProfilesDuringSetupOk

func (o *PostComputerPrestageV2) GetInstallProfilesDuringSetupOk() (*bool, bool)

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

SetInstallProfilesDuringSetup

func (o *PostComputerPrestageV2) SetInstallProfilesDuringSetup(v bool)

SetInstallProfilesDuringSetup sets InstallProfilesDuringSetup field to given value.

GetPrestageInstalledProfileIds

func (o *PostComputerPrestageV2) GetPrestageInstalledProfileIds() []string

GetPrestageInstalledProfileIds returns the PrestageInstalledProfileIds field if non-nil, zero value otherwise.

GetPrestageInstalledProfileIdsOk

func (o *PostComputerPrestageV2) GetPrestageInstalledProfileIdsOk() (*[]string, bool)

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

SetPrestageInstalledProfileIds

func (o *PostComputerPrestageV2) SetPrestageInstalledProfileIds(v []string)

SetPrestageInstalledProfileIds sets PrestageInstalledProfileIds field to given value.

GetCustomPackageIds

func (o *PostComputerPrestageV2) GetCustomPackageIds() []string

GetCustomPackageIds returns the CustomPackageIds field if non-nil, zero value otherwise.

GetCustomPackageIdsOk

func (o *PostComputerPrestageV2) GetCustomPackageIdsOk() (*[]string, bool)

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

SetCustomPackageIds

func (o *PostComputerPrestageV2) SetCustomPackageIds(v []string)

SetCustomPackageIds sets CustomPackageIds field to given value.

GetCustomPackageDistributionPointId

func (o *PostComputerPrestageV2) GetCustomPackageDistributionPointId() string

GetCustomPackageDistributionPointId returns the CustomPackageDistributionPointId field if non-nil, zero value otherwise.

GetCustomPackageDistributionPointIdOk

func (o *PostComputerPrestageV2) GetCustomPackageDistributionPointIdOk() (*string, bool)

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

SetCustomPackageDistributionPointId

func (o *PostComputerPrestageV2) SetCustomPackageDistributionPointId(v string)

SetCustomPackageDistributionPointId sets CustomPackageDistributionPointId field to given value.

GetEnableRecoveryLock

func (o *PostComputerPrestageV2) GetEnableRecoveryLock() bool

GetEnableRecoveryLock returns the EnableRecoveryLock field if non-nil, zero value otherwise.

GetEnableRecoveryLockOk

func (o *PostComputerPrestageV2) GetEnableRecoveryLockOk() (*bool, bool)

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

SetEnableRecoveryLock

func (o *PostComputerPrestageV2) SetEnableRecoveryLock(v bool)

SetEnableRecoveryLock sets EnableRecoveryLock field to given value.

HasEnableRecoveryLock

func (o *PostComputerPrestageV2) HasEnableRecoveryLock() bool

HasEnableRecoveryLock returns a boolean if a field has been set.

GetRecoveryLockPasswordType

func (o *PostComputerPrestageV2) GetRecoveryLockPasswordType() string

GetRecoveryLockPasswordType returns the RecoveryLockPasswordType field if non-nil, zero value otherwise.

GetRecoveryLockPasswordTypeOk

func (o *PostComputerPrestageV2) GetRecoveryLockPasswordTypeOk() (*string, bool)

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

SetRecoveryLockPasswordType

func (o *PostComputerPrestageV2) SetRecoveryLockPasswordType(v string)

SetRecoveryLockPasswordType sets RecoveryLockPasswordType field to given value.

HasRecoveryLockPasswordType

func (o *PostComputerPrestageV2) HasRecoveryLockPasswordType() bool

HasRecoveryLockPasswordType returns a boolean if a field has been set.

GetRotateRecoveryLockPassword

func (o *PostComputerPrestageV2) GetRotateRecoveryLockPassword() bool

GetRotateRecoveryLockPassword returns the RotateRecoveryLockPassword field if non-nil, zero value otherwise.

GetRotateRecoveryLockPasswordOk

func (o *PostComputerPrestageV2) GetRotateRecoveryLockPasswordOk() (*bool, bool)

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

SetRotateRecoveryLockPassword

func (o *PostComputerPrestageV2) SetRotateRecoveryLockPassword(v bool)

SetRotateRecoveryLockPassword sets RotateRecoveryLockPassword field to given value.

HasRotateRecoveryLockPassword

func (o *PostComputerPrestageV2) HasRotateRecoveryLockPassword() bool

HasRotateRecoveryLockPassword returns a boolean if a field has been set.

GetRecoveryLockPassword

func (o *PostComputerPrestageV2) GetRecoveryLockPassword() string

GetRecoveryLockPassword returns the RecoveryLockPassword field if non-nil, zero value otherwise.

GetRecoveryLockPasswordOk

func (o *PostComputerPrestageV2) GetRecoveryLockPasswordOk() (*string, bool)

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

SetRecoveryLockPassword

func (o *PostComputerPrestageV2) SetRecoveryLockPassword(v string)

SetRecoveryLockPassword sets RecoveryLockPassword field to given value.

HasRecoveryLockPassword

func (o *PostComputerPrestageV2) HasRecoveryLockPassword() bool

HasRecoveryLockPassword returns a boolean if a field has been set.

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