mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-10 04:19:42 +00:00
empty method and model folders for go to start fixing build
This commit is contained in:
@@ -1,272 +0,0 @@
|
||||
---
|
||||
id: v2024-non-employee-source-with-cloud-external-id
|
||||
title: NonEmployeeSourceWithCloudExternalId
|
||||
pagination_label: NonEmployeeSourceWithCloudExternalId
|
||||
sidebar_label: NonEmployeeSourceWithCloudExternalId
|
||||
sidebar_class_name: gosdk
|
||||
keywords: ['go', 'Golang', 'sdk', 'NonEmployeeSourceWithCloudExternalId', 'V2024NonEmployeeSourceWithCloudExternalId']
|
||||
slug: /tools/sdk/go/v2024/models/non-employee-source-with-cloud-external-id
|
||||
tags: ['SDK', 'Software Development Kit', 'NonEmployeeSourceWithCloudExternalId', 'V2024NonEmployeeSourceWithCloudExternalId']
|
||||
---
|
||||
|
||||
# NonEmployeeSourceWithCloudExternalId
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**Id** | Pointer to **string** | Non-Employee source id. | [optional]
|
||||
**SourceId** | Pointer to **string** | Source Id associated with this non-employee source. | [optional]
|
||||
**Name** | Pointer to **string** | Source name associated with this non-employee source. | [optional]
|
||||
**Description** | Pointer to **string** | Source description associated with this non-employee source. | [optional]
|
||||
**Approvers** | Pointer to [**[]NonEmployeeIdentityReferenceWithId**](non-employee-identity-reference-with-id) | List of approvers | [optional]
|
||||
**AccountManagers** | Pointer to [**[]NonEmployeeIdentityReferenceWithId**](non-employee-identity-reference-with-id) | List of account managers | [optional]
|
||||
**Modified** | Pointer to **time.Time** | When the request was last modified. | [optional]
|
||||
**Created** | Pointer to **time.Time** | When the request was created. | [optional]
|
||||
**CloudExternalId** | Pointer to **string** | Legacy ID used for sources from the V1 API. This attribute will be removed from a future version of the API and will not be considered a breaking change. No clients should rely on this ID always being present. | [optional]
|
||||
|
||||
## Methods
|
||||
|
||||
### NewNonEmployeeSourceWithCloudExternalId
|
||||
|
||||
`func NewNonEmployeeSourceWithCloudExternalId() *NonEmployeeSourceWithCloudExternalId`
|
||||
|
||||
NewNonEmployeeSourceWithCloudExternalId instantiates a new NonEmployeeSourceWithCloudExternalId 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
|
||||
|
||||
### NewNonEmployeeSourceWithCloudExternalIdWithDefaults
|
||||
|
||||
`func NewNonEmployeeSourceWithCloudExternalIdWithDefaults() *NonEmployeeSourceWithCloudExternalId`
|
||||
|
||||
NewNonEmployeeSourceWithCloudExternalIdWithDefaults instantiates a new NonEmployeeSourceWithCloudExternalId 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
|
||||
|
||||
### GetId
|
||||
|
||||
`func (o *NonEmployeeSourceWithCloudExternalId) GetId() string`
|
||||
|
||||
GetId returns the Id field if non-nil, zero value otherwise.
|
||||
|
||||
### GetIdOk
|
||||
|
||||
`func (o *NonEmployeeSourceWithCloudExternalId) GetIdOk() (*string, bool)`
|
||||
|
||||
GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetId
|
||||
|
||||
`func (o *NonEmployeeSourceWithCloudExternalId) SetId(v string)`
|
||||
|
||||
SetId sets Id field to given value.
|
||||
|
||||
### HasId
|
||||
|
||||
`func (o *NonEmployeeSourceWithCloudExternalId) HasId() bool`
|
||||
|
||||
HasId returns a boolean if a field has been set.
|
||||
|
||||
### GetSourceId
|
||||
|
||||
`func (o *NonEmployeeSourceWithCloudExternalId) GetSourceId() string`
|
||||
|
||||
GetSourceId returns the SourceId field if non-nil, zero value otherwise.
|
||||
|
||||
### GetSourceIdOk
|
||||
|
||||
`func (o *NonEmployeeSourceWithCloudExternalId) GetSourceIdOk() (*string, bool)`
|
||||
|
||||
GetSourceIdOk returns a tuple with the SourceId field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetSourceId
|
||||
|
||||
`func (o *NonEmployeeSourceWithCloudExternalId) SetSourceId(v string)`
|
||||
|
||||
SetSourceId sets SourceId field to given value.
|
||||
|
||||
### HasSourceId
|
||||
|
||||
`func (o *NonEmployeeSourceWithCloudExternalId) HasSourceId() bool`
|
||||
|
||||
HasSourceId returns a boolean if a field has been set.
|
||||
|
||||
### GetName
|
||||
|
||||
`func (o *NonEmployeeSourceWithCloudExternalId) GetName() string`
|
||||
|
||||
GetName returns the Name field if non-nil, zero value otherwise.
|
||||
|
||||
### GetNameOk
|
||||
|
||||
`func (o *NonEmployeeSourceWithCloudExternalId) 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 *NonEmployeeSourceWithCloudExternalId) SetName(v string)`
|
||||
|
||||
SetName sets Name field to given value.
|
||||
|
||||
### HasName
|
||||
|
||||
`func (o *NonEmployeeSourceWithCloudExternalId) HasName() bool`
|
||||
|
||||
HasName returns a boolean if a field has been set.
|
||||
|
||||
### GetDescription
|
||||
|
||||
`func (o *NonEmployeeSourceWithCloudExternalId) GetDescription() string`
|
||||
|
||||
GetDescription returns the Description field if non-nil, zero value otherwise.
|
||||
|
||||
### GetDescriptionOk
|
||||
|
||||
`func (o *NonEmployeeSourceWithCloudExternalId) GetDescriptionOk() (*string, bool)`
|
||||
|
||||
GetDescriptionOk returns a tuple with the Description field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetDescription
|
||||
|
||||
`func (o *NonEmployeeSourceWithCloudExternalId) SetDescription(v string)`
|
||||
|
||||
SetDescription sets Description field to given value.
|
||||
|
||||
### HasDescription
|
||||
|
||||
`func (o *NonEmployeeSourceWithCloudExternalId) HasDescription() bool`
|
||||
|
||||
HasDescription returns a boolean if a field has been set.
|
||||
|
||||
### GetApprovers
|
||||
|
||||
`func (o *NonEmployeeSourceWithCloudExternalId) GetApprovers() []NonEmployeeIdentityReferenceWithId`
|
||||
|
||||
GetApprovers returns the Approvers field if non-nil, zero value otherwise.
|
||||
|
||||
### GetApproversOk
|
||||
|
||||
`func (o *NonEmployeeSourceWithCloudExternalId) GetApproversOk() (*[]NonEmployeeIdentityReferenceWithId, bool)`
|
||||
|
||||
GetApproversOk returns a tuple with the Approvers field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetApprovers
|
||||
|
||||
`func (o *NonEmployeeSourceWithCloudExternalId) SetApprovers(v []NonEmployeeIdentityReferenceWithId)`
|
||||
|
||||
SetApprovers sets Approvers field to given value.
|
||||
|
||||
### HasApprovers
|
||||
|
||||
`func (o *NonEmployeeSourceWithCloudExternalId) HasApprovers() bool`
|
||||
|
||||
HasApprovers returns a boolean if a field has been set.
|
||||
|
||||
### GetAccountManagers
|
||||
|
||||
`func (o *NonEmployeeSourceWithCloudExternalId) GetAccountManagers() []NonEmployeeIdentityReferenceWithId`
|
||||
|
||||
GetAccountManagers returns the AccountManagers field if non-nil, zero value otherwise.
|
||||
|
||||
### GetAccountManagersOk
|
||||
|
||||
`func (o *NonEmployeeSourceWithCloudExternalId) GetAccountManagersOk() (*[]NonEmployeeIdentityReferenceWithId, bool)`
|
||||
|
||||
GetAccountManagersOk returns a tuple with the AccountManagers field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetAccountManagers
|
||||
|
||||
`func (o *NonEmployeeSourceWithCloudExternalId) SetAccountManagers(v []NonEmployeeIdentityReferenceWithId)`
|
||||
|
||||
SetAccountManagers sets AccountManagers field to given value.
|
||||
|
||||
### HasAccountManagers
|
||||
|
||||
`func (o *NonEmployeeSourceWithCloudExternalId) HasAccountManagers() bool`
|
||||
|
||||
HasAccountManagers returns a boolean if a field has been set.
|
||||
|
||||
### GetModified
|
||||
|
||||
`func (o *NonEmployeeSourceWithCloudExternalId) GetModified() time.Time`
|
||||
|
||||
GetModified returns the Modified field if non-nil, zero value otherwise.
|
||||
|
||||
### GetModifiedOk
|
||||
|
||||
`func (o *NonEmployeeSourceWithCloudExternalId) GetModifiedOk() (*time.Time, bool)`
|
||||
|
||||
GetModifiedOk returns a tuple with the Modified field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetModified
|
||||
|
||||
`func (o *NonEmployeeSourceWithCloudExternalId) SetModified(v time.Time)`
|
||||
|
||||
SetModified sets Modified field to given value.
|
||||
|
||||
### HasModified
|
||||
|
||||
`func (o *NonEmployeeSourceWithCloudExternalId) HasModified() bool`
|
||||
|
||||
HasModified returns a boolean if a field has been set.
|
||||
|
||||
### GetCreated
|
||||
|
||||
`func (o *NonEmployeeSourceWithCloudExternalId) GetCreated() time.Time`
|
||||
|
||||
GetCreated returns the Created field if non-nil, zero value otherwise.
|
||||
|
||||
### GetCreatedOk
|
||||
|
||||
`func (o *NonEmployeeSourceWithCloudExternalId) GetCreatedOk() (*time.Time, bool)`
|
||||
|
||||
GetCreatedOk returns a tuple with the Created field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetCreated
|
||||
|
||||
`func (o *NonEmployeeSourceWithCloudExternalId) SetCreated(v time.Time)`
|
||||
|
||||
SetCreated sets Created field to given value.
|
||||
|
||||
### HasCreated
|
||||
|
||||
`func (o *NonEmployeeSourceWithCloudExternalId) HasCreated() bool`
|
||||
|
||||
HasCreated returns a boolean if a field has been set.
|
||||
|
||||
### GetCloudExternalId
|
||||
|
||||
`func (o *NonEmployeeSourceWithCloudExternalId) GetCloudExternalId() string`
|
||||
|
||||
GetCloudExternalId returns the CloudExternalId field if non-nil, zero value otherwise.
|
||||
|
||||
### GetCloudExternalIdOk
|
||||
|
||||
`func (o *NonEmployeeSourceWithCloudExternalId) GetCloudExternalIdOk() (*string, bool)`
|
||||
|
||||
GetCloudExternalIdOk returns a tuple with the CloudExternalId field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetCloudExternalId
|
||||
|
||||
`func (o *NonEmployeeSourceWithCloudExternalId) SetCloudExternalId(v string)`
|
||||
|
||||
SetCloudExternalId sets CloudExternalId field to given value.
|
||||
|
||||
### HasCloudExternalId
|
||||
|
||||
`func (o *NonEmployeeSourceWithCloudExternalId) HasCloudExternalId() bool`
|
||||
|
||||
HasCloudExternalId returns a boolean if a field has been set.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user