Name | Type | Description | Notes |
---|---|---|---|
CaCertData | Pointer to string | Base64 encoded PEM cert to use when uploading a new key to Salesforce | [optional] |
CaCertName | Pointer to string | name of the certificate in Salesforce tenant to use when uploading new key | [optional] |
ClientId | string | Client ID of the oauth2 app to use for connecting to Salesforce | |
ClientSecret | string | Client secret of the oauth2 app to use for connecting to Salesforce | |
Comment | Pointer to string | Comment about the target | [optional] |
string | The email of the user attached to the oauth2 app used for connecting to Salesforce | ||
Key | Pointer to string | The name of a key that used to encrypt the target secret value (if empty, the account default protectionKey key will be used) | [optional] |
Name | string | Target name | |
Password | string | The password of the user attached to the oauth2 app used for connecting to Salesforce | |
SecurityToken | string | The security token of the user attached to the oauth2 app used for connecting to Salesforce | |
TenantUrl | string | Url of the Salesforce tenant | |
Token | Pointer to string | Authentication token (see `/auth` and `/configure`) | [optional] |
UidToken | Pointer to string | The universal identity token, Required only for universal_identity authentication | [optional] |
func NewCreateSalesforceTarget(clientId string, clientSecret string, email string, name string, password string, securityToken string, tenantUrl string, ) *CreateSalesforceTarget
NewCreateSalesforceTarget instantiates a new CreateSalesforceTarget 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
func NewCreateSalesforceTargetWithDefaults() *CreateSalesforceTarget
NewCreateSalesforceTargetWithDefaults instantiates a new CreateSalesforceTarget 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
func (o *CreateSalesforceTarget) GetCaCertData() string
GetCaCertData returns the CaCertData field if non-nil, zero value otherwise.
func (o *CreateSalesforceTarget) GetCaCertDataOk() (*string, bool)
GetCaCertDataOk returns a tuple with the CaCertData field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CreateSalesforceTarget) SetCaCertData(v string)
SetCaCertData sets CaCertData field to given value.
func (o *CreateSalesforceTarget) HasCaCertData() bool
HasCaCertData returns a boolean if a field has been set.
func (o *CreateSalesforceTarget) GetCaCertName() string
GetCaCertName returns the CaCertName field if non-nil, zero value otherwise.
func (o *CreateSalesforceTarget) GetCaCertNameOk() (*string, bool)
GetCaCertNameOk returns a tuple with the CaCertName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CreateSalesforceTarget) SetCaCertName(v string)
SetCaCertName sets CaCertName field to given value.
func (o *CreateSalesforceTarget) HasCaCertName() bool
HasCaCertName returns a boolean if a field has been set.
func (o *CreateSalesforceTarget) GetClientId() string
GetClientId returns the ClientId field if non-nil, zero value otherwise.
func (o *CreateSalesforceTarget) GetClientIdOk() (*string, bool)
GetClientIdOk returns a tuple with the ClientId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CreateSalesforceTarget) SetClientId(v string)
SetClientId sets ClientId field to given value.
func (o *CreateSalesforceTarget) GetClientSecret() string
GetClientSecret returns the ClientSecret field if non-nil, zero value otherwise.
func (o *CreateSalesforceTarget) GetClientSecretOk() (*string, bool)
GetClientSecretOk returns a tuple with the ClientSecret field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CreateSalesforceTarget) SetClientSecret(v string)
SetClientSecret sets ClientSecret field to given value.
func (o *CreateSalesforceTarget) GetComment() string
GetComment returns the Comment field if non-nil, zero value otherwise.
func (o *CreateSalesforceTarget) GetCommentOk() (*string, bool)
GetCommentOk returns a tuple with the Comment field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CreateSalesforceTarget) SetComment(v string)
SetComment sets Comment field to given value.
func (o *CreateSalesforceTarget) HasComment() bool
HasComment returns a boolean if a field has been set.
func (o *CreateSalesforceTarget) GetEmail() string
GetEmail returns the Email field if non-nil, zero value otherwise.
func (o *CreateSalesforceTarget) GetEmailOk() (*string, bool)
GetEmailOk returns a tuple with the Email field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CreateSalesforceTarget) SetEmail(v string)
SetEmail sets Email field to given value.
func (o *CreateSalesforceTarget) GetKey() string
GetKey returns the Key field if non-nil, zero value otherwise.
func (o *CreateSalesforceTarget) 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.
func (o *CreateSalesforceTarget) SetKey(v string)
SetKey sets Key field to given value.
func (o *CreateSalesforceTarget) HasKey() bool
HasKey returns a boolean if a field has been set.
func (o *CreateSalesforceTarget) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *CreateSalesforceTarget) 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.
func (o *CreateSalesforceTarget) SetName(v string)
SetName sets Name field to given value.
func (o *CreateSalesforceTarget) GetPassword() string
GetPassword returns the Password field if non-nil, zero value otherwise.
func (o *CreateSalesforceTarget) GetPasswordOk() (*string, bool)
GetPasswordOk returns a tuple with the Password field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CreateSalesforceTarget) SetPassword(v string)
SetPassword sets Password field to given value.
func (o *CreateSalesforceTarget) GetSecurityToken() string
GetSecurityToken returns the SecurityToken field if non-nil, zero value otherwise.
func (o *CreateSalesforceTarget) GetSecurityTokenOk() (*string, bool)
GetSecurityTokenOk returns a tuple with the SecurityToken field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CreateSalesforceTarget) SetSecurityToken(v string)
SetSecurityToken sets SecurityToken field to given value.
func (o *CreateSalesforceTarget) GetTenantUrl() string
GetTenantUrl returns the TenantUrl field if non-nil, zero value otherwise.
func (o *CreateSalesforceTarget) GetTenantUrlOk() (*string, bool)
GetTenantUrlOk returns a tuple with the TenantUrl field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CreateSalesforceTarget) SetTenantUrl(v string)
SetTenantUrl sets TenantUrl field to given value.
func (o *CreateSalesforceTarget) GetToken() string
GetToken returns the Token field if non-nil, zero value otherwise.
func (o *CreateSalesforceTarget) GetTokenOk() (*string, bool)
GetTokenOk returns a tuple with the Token field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CreateSalesforceTarget) SetToken(v string)
SetToken sets Token field to given value.
func (o *CreateSalesforceTarget) HasToken() bool
HasToken returns a boolean if a field has been set.
func (o *CreateSalesforceTarget) GetUidToken() string
GetUidToken returns the UidToken field if non-nil, zero value otherwise.
func (o *CreateSalesforceTarget) GetUidTokenOk() (*string, bool)
GetUidTokenOk returns a tuple with the UidToken field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CreateSalesforceTarget) SetUidToken(v string)
SetUidToken sets UidToken field to given value.
func (o *CreateSalesforceTarget) HasUidToken() bool
HasUidToken returns a boolean if a field has been set.