mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-10 12:27:47 +00:00
starting point for go docs
This commit is contained in:
@@ -0,0 +1,90 @@
|
||||
---
|
||||
id: beta-account-toggle-request
|
||||
title: AccountToggleRequest
|
||||
pagination_label: AccountToggleRequest
|
||||
sidebar_label: AccountToggleRequest
|
||||
sidebar_class_name: gosdk
|
||||
keywords: ['go', 'Golang', 'sdk', 'AccountToggleRequest', 'BetaAccountToggleRequest']
|
||||
slug: /tools/sdk/go/beta/models/account-toggle-request
|
||||
tags: ['SDK', 'Software Development Kit', 'AccountToggleRequest', 'BetaAccountToggleRequest']
|
||||
---
|
||||
|
||||
# AccountToggleRequest
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**ExternalVerificationId** | Pointer to **string** | If set, an external process validates that the user wants to proceed with this request. | [optional]
|
||||
**ForceProvisioning** | Pointer to **bool** | If set, provisioning updates the account attribute at the source. This option is used when the account is not synced to ensure the attribute is updated. | [optional]
|
||||
|
||||
## Methods
|
||||
|
||||
### NewAccountToggleRequest
|
||||
|
||||
`func NewAccountToggleRequest() *AccountToggleRequest`
|
||||
|
||||
NewAccountToggleRequest instantiates a new AccountToggleRequest 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
|
||||
|
||||
### NewAccountToggleRequestWithDefaults
|
||||
|
||||
`func NewAccountToggleRequestWithDefaults() *AccountToggleRequest`
|
||||
|
||||
NewAccountToggleRequestWithDefaults instantiates a new AccountToggleRequest 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
|
||||
|
||||
### GetExternalVerificationId
|
||||
|
||||
`func (o *AccountToggleRequest) GetExternalVerificationId() string`
|
||||
|
||||
GetExternalVerificationId returns the ExternalVerificationId field if non-nil, zero value otherwise.
|
||||
|
||||
### GetExternalVerificationIdOk
|
||||
|
||||
`func (o *AccountToggleRequest) GetExternalVerificationIdOk() (*string, bool)`
|
||||
|
||||
GetExternalVerificationIdOk returns a tuple with the ExternalVerificationId field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetExternalVerificationId
|
||||
|
||||
`func (o *AccountToggleRequest) SetExternalVerificationId(v string)`
|
||||
|
||||
SetExternalVerificationId sets ExternalVerificationId field to given value.
|
||||
|
||||
### HasExternalVerificationId
|
||||
|
||||
`func (o *AccountToggleRequest) HasExternalVerificationId() bool`
|
||||
|
||||
HasExternalVerificationId returns a boolean if a field has been set.
|
||||
|
||||
### GetForceProvisioning
|
||||
|
||||
`func (o *AccountToggleRequest) GetForceProvisioning() bool`
|
||||
|
||||
GetForceProvisioning returns the ForceProvisioning field if non-nil, zero value otherwise.
|
||||
|
||||
### GetForceProvisioningOk
|
||||
|
||||
`func (o *AccountToggleRequest) GetForceProvisioningOk() (*bool, bool)`
|
||||
|
||||
GetForceProvisioningOk returns a tuple with the ForceProvisioning field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetForceProvisioning
|
||||
|
||||
`func (o *AccountToggleRequest) SetForceProvisioning(v bool)`
|
||||
|
||||
SetForceProvisioning sets ForceProvisioning field to given value.
|
||||
|
||||
### HasForceProvisioning
|
||||
|
||||
`func (o *AccountToggleRequest) HasForceProvisioning() bool`
|
||||
|
||||
HasForceProvisioning returns a boolean if a field has been set.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user