empty method and model folders for go to start fixing build

This commit is contained in:
darrell-thobe-sp
2025-03-31 09:09:43 -04:00
parent 34d14a520e
commit 1b874a5285
2759 changed files with 2 additions and 516357 deletions

View File

@@ -1,106 +0,0 @@
---
id: beta-access-constraint
title: AccessConstraint
pagination_label: AccessConstraint
sidebar_label: AccessConstraint
sidebar_class_name: gosdk
keywords: ['go', 'Golang', 'sdk', 'AccessConstraint', 'BetaAccessConstraint']
slug: /tools/sdk/go/beta/models/access-constraint
tags: ['SDK', 'Software Development Kit', 'AccessConstraint', 'BetaAccessConstraint']
---
# AccessConstraint
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Type** | **string** | Type of Access |
**Ids** | Pointer to **[]string** | Must be set only if operator is SELECTED. | [optional]
**Operator** | **string** | Used to determine whether the scope of the campaign should be reduced for selected ids or all. |
## Methods
### NewAccessConstraint
`func NewAccessConstraint(type_ string, operator string, ) *AccessConstraint`
NewAccessConstraint instantiates a new AccessConstraint 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
### NewAccessConstraintWithDefaults
`func NewAccessConstraintWithDefaults() *AccessConstraint`
NewAccessConstraintWithDefaults instantiates a new AccessConstraint 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
### GetType
`func (o *AccessConstraint) GetType() string`
GetType returns the Type field if non-nil, zero value otherwise.
### GetTypeOk
`func (o *AccessConstraint) GetTypeOk() (*string, bool)`
GetTypeOk returns a tuple with the Type field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetType
`func (o *AccessConstraint) SetType(v string)`
SetType sets Type field to given value.
### GetIds
`func (o *AccessConstraint) GetIds() []string`
GetIds returns the Ids field if non-nil, zero value otherwise.
### GetIdsOk
`func (o *AccessConstraint) GetIdsOk() (*[]string, bool)`
GetIdsOk returns a tuple with the Ids field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetIds
`func (o *AccessConstraint) SetIds(v []string)`
SetIds sets Ids field to given value.
### HasIds
`func (o *AccessConstraint) HasIds() bool`
HasIds returns a boolean if a field has been set.
### GetOperator
`func (o *AccessConstraint) GetOperator() string`
GetOperator returns the Operator field if non-nil, zero value otherwise.
### GetOperatorOk
`func (o *AccessConstraint) GetOperatorOk() (*string, bool)`
GetOperatorOk returns a tuple with the Operator field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetOperator
`func (o *AccessConstraint) SetOperator(v string)`
SetOperator sets Operator field to given value.

View File

@@ -1,90 +0,0 @@
---
id: beta-access-criteria
title: AccessCriteria
pagination_label: AccessCriteria
sidebar_label: AccessCriteria
sidebar_class_name: gosdk
keywords: ['go', 'Golang', 'sdk', 'AccessCriteria', 'BetaAccessCriteria']
slug: /tools/sdk/go/beta/models/access-criteria
tags: ['SDK', 'Software Development Kit', 'AccessCriteria', 'BetaAccessCriteria']
---
# AccessCriteria
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Name** | Pointer to **string** | Business name for the access construct list | [optional]
**CriteriaList** | Pointer to [**[]AccessCriteriaCriteriaListInner**](access-criteria-criteria-list-inner) | List of criteria. There is a min of 1 and max of 50 items in the list. | [optional]
## Methods
### NewAccessCriteria
`func NewAccessCriteria() *AccessCriteria`
NewAccessCriteria instantiates a new AccessCriteria 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
### NewAccessCriteriaWithDefaults
`func NewAccessCriteriaWithDefaults() *AccessCriteria`
NewAccessCriteriaWithDefaults instantiates a new AccessCriteria 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 *AccessCriteria) GetName() string`
GetName returns the Name field if non-nil, zero value otherwise.
### GetNameOk
`func (o *AccessCriteria) 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 *AccessCriteria) SetName(v string)`
SetName sets Name field to given value.
### HasName
`func (o *AccessCriteria) HasName() bool`
HasName returns a boolean if a field has been set.
### GetCriteriaList
`func (o *AccessCriteria) GetCriteriaList() []AccessCriteriaCriteriaListInner`
GetCriteriaList returns the CriteriaList field if non-nil, zero value otherwise.
### GetCriteriaListOk
`func (o *AccessCriteria) GetCriteriaListOk() (*[]AccessCriteriaCriteriaListInner, bool)`
GetCriteriaListOk returns a tuple with the CriteriaList field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetCriteriaList
`func (o *AccessCriteria) SetCriteriaList(v []AccessCriteriaCriteriaListInner)`
SetCriteriaList sets CriteriaList field to given value.
### HasCriteriaList
`func (o *AccessCriteria) HasCriteriaList() bool`
HasCriteriaList returns a boolean if a field has been set.

View File

@@ -1,116 +0,0 @@
---
id: beta-access-criteria-criteria-list-inner
title: AccessCriteriaCriteriaListInner
pagination_label: AccessCriteriaCriteriaListInner
sidebar_label: AccessCriteriaCriteriaListInner
sidebar_class_name: gosdk
keywords: ['go', 'Golang', 'sdk', 'AccessCriteriaCriteriaListInner', 'BetaAccessCriteriaCriteriaListInner']
slug: /tools/sdk/go/beta/models/access-criteria-criteria-list-inner
tags: ['SDK', 'Software Development Kit', 'AccessCriteriaCriteriaListInner', 'BetaAccessCriteriaCriteriaListInner']
---
# AccessCriteriaCriteriaListInner
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Type** | Pointer to **string** | DTO type | [optional]
**Id** | Pointer to **string** | ID of the object to which this reference applies to | [optional]
**Name** | Pointer to **string** | Human-readable display name of the object to which this reference applies to | [optional]
## Methods
### NewAccessCriteriaCriteriaListInner
`func NewAccessCriteriaCriteriaListInner() *AccessCriteriaCriteriaListInner`
NewAccessCriteriaCriteriaListInner instantiates a new AccessCriteriaCriteriaListInner 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
### NewAccessCriteriaCriteriaListInnerWithDefaults
`func NewAccessCriteriaCriteriaListInnerWithDefaults() *AccessCriteriaCriteriaListInner`
NewAccessCriteriaCriteriaListInnerWithDefaults instantiates a new AccessCriteriaCriteriaListInner 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
### GetType
`func (o *AccessCriteriaCriteriaListInner) GetType() string`
GetType returns the Type field if non-nil, zero value otherwise.
### GetTypeOk
`func (o *AccessCriteriaCriteriaListInner) GetTypeOk() (*string, bool)`
GetTypeOk returns a tuple with the Type field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetType
`func (o *AccessCriteriaCriteriaListInner) SetType(v string)`
SetType sets Type field to given value.
### HasType
`func (o *AccessCriteriaCriteriaListInner) HasType() bool`
HasType returns a boolean if a field has been set.
### GetId
`func (o *AccessCriteriaCriteriaListInner) GetId() string`
GetId returns the Id field if non-nil, zero value otherwise.
### GetIdOk
`func (o *AccessCriteriaCriteriaListInner) 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 *AccessCriteriaCriteriaListInner) SetId(v string)`
SetId sets Id field to given value.
### HasId
`func (o *AccessCriteriaCriteriaListInner) HasId() bool`
HasId returns a boolean if a field has been set.
### GetName
`func (o *AccessCriteriaCriteriaListInner) GetName() string`
GetName returns the Name field if non-nil, zero value otherwise.
### GetNameOk
`func (o *AccessCriteriaCriteriaListInner) 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 *AccessCriteriaCriteriaListInner) SetName(v string)`
SetName sets Name field to given value.
### HasName
`func (o *AccessCriteriaCriteriaListInner) HasName() bool`
HasName returns a boolean if a field has been set.

View File

@@ -1,340 +0,0 @@
---
id: beta-access-item-access-profile-response
title: AccessItemAccessProfileResponse
pagination_label: AccessItemAccessProfileResponse
sidebar_label: AccessItemAccessProfileResponse
sidebar_class_name: gosdk
keywords: ['go', 'Golang', 'sdk', 'AccessItemAccessProfileResponse', 'BetaAccessItemAccessProfileResponse']
slug: /tools/sdk/go/beta/models/access-item-access-profile-response
tags: ['SDK', 'Software Development Kit', 'AccessItemAccessProfileResponse', 'BetaAccessItemAccessProfileResponse']
---
# AccessItemAccessProfileResponse
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**AccessType** | Pointer to **string** | the access item type. accessProfile in this case | [optional]
**Id** | Pointer to **string** | the access item id | [optional]
**Name** | Pointer to **string** | the access profile name | [optional]
**SourceName** | Pointer to **string** | the name of the source | [optional]
**SourceId** | Pointer to **string** | the id of the source | [optional]
**Description** | Pointer to **string** | the description for the access profile | [optional]
**DisplayName** | Pointer to **string** | the display name of the identity | [optional]
**EntitlementCount** | Pointer to **string** | the number of entitlements the access profile will create | [optional]
**AppDisplayName** | Pointer to **string** | the name of | [optional]
**RemoveDate** | Pointer to **string** | the date the access profile is no longer assigned to the specified identity | [optional]
**Standalone** | **bool** | indicates whether the access profile is standalone |
**Revocable** | **bool** | indicates whether the access profile is |
## Methods
### NewAccessItemAccessProfileResponse
`func NewAccessItemAccessProfileResponse(standalone bool, revocable bool, ) *AccessItemAccessProfileResponse`
NewAccessItemAccessProfileResponse instantiates a new AccessItemAccessProfileResponse 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
### NewAccessItemAccessProfileResponseWithDefaults
`func NewAccessItemAccessProfileResponseWithDefaults() *AccessItemAccessProfileResponse`
NewAccessItemAccessProfileResponseWithDefaults instantiates a new AccessItemAccessProfileResponse 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
### GetAccessType
`func (o *AccessItemAccessProfileResponse) GetAccessType() string`
GetAccessType returns the AccessType field if non-nil, zero value otherwise.
### GetAccessTypeOk
`func (o *AccessItemAccessProfileResponse) GetAccessTypeOk() (*string, bool)`
GetAccessTypeOk returns a tuple with the AccessType field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetAccessType
`func (o *AccessItemAccessProfileResponse) SetAccessType(v string)`
SetAccessType sets AccessType field to given value.
### HasAccessType
`func (o *AccessItemAccessProfileResponse) HasAccessType() bool`
HasAccessType returns a boolean if a field has been set.
### GetId
`func (o *AccessItemAccessProfileResponse) GetId() string`
GetId returns the Id field if non-nil, zero value otherwise.
### GetIdOk
`func (o *AccessItemAccessProfileResponse) 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 *AccessItemAccessProfileResponse) SetId(v string)`
SetId sets Id field to given value.
### HasId
`func (o *AccessItemAccessProfileResponse) HasId() bool`
HasId returns a boolean if a field has been set.
### GetName
`func (o *AccessItemAccessProfileResponse) GetName() string`
GetName returns the Name field if non-nil, zero value otherwise.
### GetNameOk
`func (o *AccessItemAccessProfileResponse) 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 *AccessItemAccessProfileResponse) SetName(v string)`
SetName sets Name field to given value.
### HasName
`func (o *AccessItemAccessProfileResponse) HasName() bool`
HasName returns a boolean if a field has been set.
### GetSourceName
`func (o *AccessItemAccessProfileResponse) GetSourceName() string`
GetSourceName returns the SourceName field if non-nil, zero value otherwise.
### GetSourceNameOk
`func (o *AccessItemAccessProfileResponse) GetSourceNameOk() (*string, bool)`
GetSourceNameOk returns a tuple with the SourceName field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetSourceName
`func (o *AccessItemAccessProfileResponse) SetSourceName(v string)`
SetSourceName sets SourceName field to given value.
### HasSourceName
`func (o *AccessItemAccessProfileResponse) HasSourceName() bool`
HasSourceName returns a boolean if a field has been set.
### GetSourceId
`func (o *AccessItemAccessProfileResponse) GetSourceId() string`
GetSourceId returns the SourceId field if non-nil, zero value otherwise.
### GetSourceIdOk
`func (o *AccessItemAccessProfileResponse) 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 *AccessItemAccessProfileResponse) SetSourceId(v string)`
SetSourceId sets SourceId field to given value.
### HasSourceId
`func (o *AccessItemAccessProfileResponse) HasSourceId() bool`
HasSourceId returns a boolean if a field has been set.
### GetDescription
`func (o *AccessItemAccessProfileResponse) GetDescription() string`
GetDescription returns the Description field if non-nil, zero value otherwise.
### GetDescriptionOk
`func (o *AccessItemAccessProfileResponse) 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 *AccessItemAccessProfileResponse) SetDescription(v string)`
SetDescription sets Description field to given value.
### HasDescription
`func (o *AccessItemAccessProfileResponse) HasDescription() bool`
HasDescription returns a boolean if a field has been set.
### GetDisplayName
`func (o *AccessItemAccessProfileResponse) GetDisplayName() string`
GetDisplayName returns the DisplayName field if non-nil, zero value otherwise.
### GetDisplayNameOk
`func (o *AccessItemAccessProfileResponse) 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 *AccessItemAccessProfileResponse) SetDisplayName(v string)`
SetDisplayName sets DisplayName field to given value.
### HasDisplayName
`func (o *AccessItemAccessProfileResponse) HasDisplayName() bool`
HasDisplayName returns a boolean if a field has been set.
### GetEntitlementCount
`func (o *AccessItemAccessProfileResponse) GetEntitlementCount() string`
GetEntitlementCount returns the EntitlementCount field if non-nil, zero value otherwise.
### GetEntitlementCountOk
`func (o *AccessItemAccessProfileResponse) GetEntitlementCountOk() (*string, bool)`
GetEntitlementCountOk returns a tuple with the EntitlementCount field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetEntitlementCount
`func (o *AccessItemAccessProfileResponse) SetEntitlementCount(v string)`
SetEntitlementCount sets EntitlementCount field to given value.
### HasEntitlementCount
`func (o *AccessItemAccessProfileResponse) HasEntitlementCount() bool`
HasEntitlementCount returns a boolean if a field has been set.
### GetAppDisplayName
`func (o *AccessItemAccessProfileResponse) GetAppDisplayName() string`
GetAppDisplayName returns the AppDisplayName field if non-nil, zero value otherwise.
### GetAppDisplayNameOk
`func (o *AccessItemAccessProfileResponse) GetAppDisplayNameOk() (*string, bool)`
GetAppDisplayNameOk returns a tuple with the AppDisplayName field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetAppDisplayName
`func (o *AccessItemAccessProfileResponse) SetAppDisplayName(v string)`
SetAppDisplayName sets AppDisplayName field to given value.
### HasAppDisplayName
`func (o *AccessItemAccessProfileResponse) HasAppDisplayName() bool`
HasAppDisplayName returns a boolean if a field has been set.
### GetRemoveDate
`func (o *AccessItemAccessProfileResponse) GetRemoveDate() string`
GetRemoveDate returns the RemoveDate field if non-nil, zero value otherwise.
### GetRemoveDateOk
`func (o *AccessItemAccessProfileResponse) GetRemoveDateOk() (*string, bool)`
GetRemoveDateOk returns a tuple with the RemoveDate field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetRemoveDate
`func (o *AccessItemAccessProfileResponse) SetRemoveDate(v string)`
SetRemoveDate sets RemoveDate field to given value.
### HasRemoveDate
`func (o *AccessItemAccessProfileResponse) HasRemoveDate() bool`
HasRemoveDate returns a boolean if a field has been set.
### GetStandalone
`func (o *AccessItemAccessProfileResponse) GetStandalone() bool`
GetStandalone returns the Standalone field if non-nil, zero value otherwise.
### GetStandaloneOk
`func (o *AccessItemAccessProfileResponse) GetStandaloneOk() (*bool, bool)`
GetStandaloneOk returns a tuple with the Standalone field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetStandalone
`func (o *AccessItemAccessProfileResponse) SetStandalone(v bool)`
SetStandalone sets Standalone field to given value.
### GetRevocable
`func (o *AccessItemAccessProfileResponse) GetRevocable() bool`
GetRevocable returns the Revocable field if non-nil, zero value otherwise.
### GetRevocableOk
`func (o *AccessItemAccessProfileResponse) GetRevocableOk() (*bool, bool)`
GetRevocableOk returns a tuple with the Revocable field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetRevocable
`func (o *AccessItemAccessProfileResponse) SetRevocable(v bool)`
SetRevocable sets Revocable field to given value.

View File

@@ -1,220 +0,0 @@
---
id: beta-access-item-account-response
title: AccessItemAccountResponse
pagination_label: AccessItemAccountResponse
sidebar_label: AccessItemAccountResponse
sidebar_class_name: gosdk
keywords: ['go', 'Golang', 'sdk', 'AccessItemAccountResponse', 'BetaAccessItemAccountResponse']
slug: /tools/sdk/go/beta/models/access-item-account-response
tags: ['SDK', 'Software Development Kit', 'AccessItemAccountResponse', 'BetaAccessItemAccountResponse']
---
# AccessItemAccountResponse
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**AccessType** | Pointer to **string** | the access item type. account in this case | [optional]
**Id** | Pointer to **string** | the access item id | [optional]
**NativeIdentity** | Pointer to **string** | the native identifier used to uniquely identify an acccount | [optional]
**SourceName** | Pointer to **string** | the name of the source | [optional]
**SourceId** | Pointer to **string** | the id of the source | [optional]
**EntitlementCount** | Pointer to **string** | the number of entitlements the account will create | [optional]
**DisplayName** | Pointer to **string** | the display name of the identity | [optional]
## Methods
### NewAccessItemAccountResponse
`func NewAccessItemAccountResponse() *AccessItemAccountResponse`
NewAccessItemAccountResponse instantiates a new AccessItemAccountResponse 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
### NewAccessItemAccountResponseWithDefaults
`func NewAccessItemAccountResponseWithDefaults() *AccessItemAccountResponse`
NewAccessItemAccountResponseWithDefaults instantiates a new AccessItemAccountResponse 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
### GetAccessType
`func (o *AccessItemAccountResponse) GetAccessType() string`
GetAccessType returns the AccessType field if non-nil, zero value otherwise.
### GetAccessTypeOk
`func (o *AccessItemAccountResponse) GetAccessTypeOk() (*string, bool)`
GetAccessTypeOk returns a tuple with the AccessType field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetAccessType
`func (o *AccessItemAccountResponse) SetAccessType(v string)`
SetAccessType sets AccessType field to given value.
### HasAccessType
`func (o *AccessItemAccountResponse) HasAccessType() bool`
HasAccessType returns a boolean if a field has been set.
### GetId
`func (o *AccessItemAccountResponse) GetId() string`
GetId returns the Id field if non-nil, zero value otherwise.
### GetIdOk
`func (o *AccessItemAccountResponse) 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 *AccessItemAccountResponse) SetId(v string)`
SetId sets Id field to given value.
### HasId
`func (o *AccessItemAccountResponse) HasId() bool`
HasId returns a boolean if a field has been set.
### GetNativeIdentity
`func (o *AccessItemAccountResponse) GetNativeIdentity() string`
GetNativeIdentity returns the NativeIdentity field if non-nil, zero value otherwise.
### GetNativeIdentityOk
`func (o *AccessItemAccountResponse) GetNativeIdentityOk() (*string, bool)`
GetNativeIdentityOk returns a tuple with the NativeIdentity field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetNativeIdentity
`func (o *AccessItemAccountResponse) SetNativeIdentity(v string)`
SetNativeIdentity sets NativeIdentity field to given value.
### HasNativeIdentity
`func (o *AccessItemAccountResponse) HasNativeIdentity() bool`
HasNativeIdentity returns a boolean if a field has been set.
### GetSourceName
`func (o *AccessItemAccountResponse) GetSourceName() string`
GetSourceName returns the SourceName field if non-nil, zero value otherwise.
### GetSourceNameOk
`func (o *AccessItemAccountResponse) GetSourceNameOk() (*string, bool)`
GetSourceNameOk returns a tuple with the SourceName field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetSourceName
`func (o *AccessItemAccountResponse) SetSourceName(v string)`
SetSourceName sets SourceName field to given value.
### HasSourceName
`func (o *AccessItemAccountResponse) HasSourceName() bool`
HasSourceName returns a boolean if a field has been set.
### GetSourceId
`func (o *AccessItemAccountResponse) GetSourceId() string`
GetSourceId returns the SourceId field if non-nil, zero value otherwise.
### GetSourceIdOk
`func (o *AccessItemAccountResponse) 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 *AccessItemAccountResponse) SetSourceId(v string)`
SetSourceId sets SourceId field to given value.
### HasSourceId
`func (o *AccessItemAccountResponse) HasSourceId() bool`
HasSourceId returns a boolean if a field has been set.
### GetEntitlementCount
`func (o *AccessItemAccountResponse) GetEntitlementCount() string`
GetEntitlementCount returns the EntitlementCount field if non-nil, zero value otherwise.
### GetEntitlementCountOk
`func (o *AccessItemAccountResponse) GetEntitlementCountOk() (*string, bool)`
GetEntitlementCountOk returns a tuple with the EntitlementCount field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetEntitlementCount
`func (o *AccessItemAccountResponse) SetEntitlementCount(v string)`
SetEntitlementCount sets EntitlementCount field to given value.
### HasEntitlementCount
`func (o *AccessItemAccountResponse) HasEntitlementCount() bool`
HasEntitlementCount returns a boolean if a field has been set.
### GetDisplayName
`func (o *AccessItemAccountResponse) GetDisplayName() string`
GetDisplayName returns the DisplayName field if non-nil, zero value otherwise.
### GetDisplayNameOk
`func (o *AccessItemAccountResponse) 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 *AccessItemAccountResponse) SetDisplayName(v string)`
SetDisplayName sets DisplayName field to given value.
### HasDisplayName
`func (o *AccessItemAccountResponse) HasDisplayName() bool`
HasDisplayName returns a boolean if a field has been set.

View File

@@ -1,168 +0,0 @@
---
id: beta-access-item-app-response
title: AccessItemAppResponse
pagination_label: AccessItemAppResponse
sidebar_label: AccessItemAppResponse
sidebar_class_name: gosdk
keywords: ['go', 'Golang', 'sdk', 'AccessItemAppResponse', 'BetaAccessItemAppResponse']
slug: /tools/sdk/go/beta/models/access-item-app-response
tags: ['SDK', 'Software Development Kit', 'AccessItemAppResponse', 'BetaAccessItemAppResponse']
---
# AccessItemAppResponse
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**AccessType** | Pointer to **string** | the access item type. entitlement in this case | [optional]
**Id** | Pointer to **string** | the access item id | [optional]
**DisplayName** | Pointer to **string** | the access item display name | [optional]
**SourceName** | Pointer to **string** | the associated source name if it exists | [optional]
**AppRoleId** | Pointer to **string** | the app role id | [optional]
## Methods
### NewAccessItemAppResponse
`func NewAccessItemAppResponse() *AccessItemAppResponse`
NewAccessItemAppResponse instantiates a new AccessItemAppResponse 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
### NewAccessItemAppResponseWithDefaults
`func NewAccessItemAppResponseWithDefaults() *AccessItemAppResponse`
NewAccessItemAppResponseWithDefaults instantiates a new AccessItemAppResponse 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
### GetAccessType
`func (o *AccessItemAppResponse) GetAccessType() string`
GetAccessType returns the AccessType field if non-nil, zero value otherwise.
### GetAccessTypeOk
`func (o *AccessItemAppResponse) GetAccessTypeOk() (*string, bool)`
GetAccessTypeOk returns a tuple with the AccessType field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetAccessType
`func (o *AccessItemAppResponse) SetAccessType(v string)`
SetAccessType sets AccessType field to given value.
### HasAccessType
`func (o *AccessItemAppResponse) HasAccessType() bool`
HasAccessType returns a boolean if a field has been set.
### GetId
`func (o *AccessItemAppResponse) GetId() string`
GetId returns the Id field if non-nil, zero value otherwise.
### GetIdOk
`func (o *AccessItemAppResponse) 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 *AccessItemAppResponse) SetId(v string)`
SetId sets Id field to given value.
### HasId
`func (o *AccessItemAppResponse) HasId() bool`
HasId returns a boolean if a field has been set.
### GetDisplayName
`func (o *AccessItemAppResponse) GetDisplayName() string`
GetDisplayName returns the DisplayName field if non-nil, zero value otherwise.
### GetDisplayNameOk
`func (o *AccessItemAppResponse) 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 *AccessItemAppResponse) SetDisplayName(v string)`
SetDisplayName sets DisplayName field to given value.
### HasDisplayName
`func (o *AccessItemAppResponse) HasDisplayName() bool`
HasDisplayName returns a boolean if a field has been set.
### GetSourceName
`func (o *AccessItemAppResponse) GetSourceName() string`
GetSourceName returns the SourceName field if non-nil, zero value otherwise.
### GetSourceNameOk
`func (o *AccessItemAppResponse) GetSourceNameOk() (*string, bool)`
GetSourceNameOk returns a tuple with the SourceName field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetSourceName
`func (o *AccessItemAppResponse) SetSourceName(v string)`
SetSourceName sets SourceName field to given value.
### HasSourceName
`func (o *AccessItemAppResponse) HasSourceName() bool`
HasSourceName returns a boolean if a field has been set.
### GetAppRoleId
`func (o *AccessItemAppResponse) GetAppRoleId() string`
GetAppRoleId returns the AppRoleId field if non-nil, zero value otherwise.
### GetAppRoleIdOk
`func (o *AccessItemAppResponse) GetAppRoleIdOk() (*string, bool)`
GetAppRoleIdOk returns a tuple with the AppRoleId field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetAppRoleId
`func (o *AccessItemAppResponse) SetAppRoleId(v string)`
SetAppRoleId sets AppRoleId field to given value.
### HasAppRoleId
`func (o *AccessItemAppResponse) HasAppRoleId() bool`
HasAppRoleId returns a boolean if a field has been set.

View File

@@ -1,116 +0,0 @@
---
id: beta-access-item-approver-dto
title: AccessItemApproverDto
pagination_label: AccessItemApproverDto
sidebar_label: AccessItemApproverDto
sidebar_class_name: gosdk
keywords: ['go', 'Golang', 'sdk', 'AccessItemApproverDto', 'BetaAccessItemApproverDto']
slug: /tools/sdk/go/beta/models/access-item-approver-dto
tags: ['SDK', 'Software Development Kit', 'AccessItemApproverDto', 'BetaAccessItemApproverDto']
---
# AccessItemApproverDto
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Type** | Pointer to **string** | DTO type of the identity who approved the access item request. | [optional]
**Id** | Pointer to **string** | ID of the identity who approved the access item request. | [optional]
**Name** | Pointer to **string** | Name of the identity who approved the access item request. | [optional]
## Methods
### NewAccessItemApproverDto
`func NewAccessItemApproverDto() *AccessItemApproverDto`
NewAccessItemApproverDto instantiates a new AccessItemApproverDto 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
### NewAccessItemApproverDtoWithDefaults
`func NewAccessItemApproverDtoWithDefaults() *AccessItemApproverDto`
NewAccessItemApproverDtoWithDefaults instantiates a new AccessItemApproverDto 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
### GetType
`func (o *AccessItemApproverDto) GetType() string`
GetType returns the Type field if non-nil, zero value otherwise.
### GetTypeOk
`func (o *AccessItemApproverDto) GetTypeOk() (*string, bool)`
GetTypeOk returns a tuple with the Type field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetType
`func (o *AccessItemApproverDto) SetType(v string)`
SetType sets Type field to given value.
### HasType
`func (o *AccessItemApproverDto) HasType() bool`
HasType returns a boolean if a field has been set.
### GetId
`func (o *AccessItemApproverDto) GetId() string`
GetId returns the Id field if non-nil, zero value otherwise.
### GetIdOk
`func (o *AccessItemApproverDto) 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 *AccessItemApproverDto) SetId(v string)`
SetId sets Id field to given value.
### HasId
`func (o *AccessItemApproverDto) HasId() bool`
HasId returns a boolean if a field has been set.
### GetName
`func (o *AccessItemApproverDto) GetName() string`
GetName returns the Name field if non-nil, zero value otherwise.
### GetNameOk
`func (o *AccessItemApproverDto) 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 *AccessItemApproverDto) SetName(v string)`
SetName sets Name field to given value.
### HasName
`func (o *AccessItemApproverDto) HasName() bool`
HasName returns a boolean if a field has been set.

View File

@@ -1,168 +0,0 @@
---
id: beta-access-item-associated
title: AccessItemAssociated
pagination_label: AccessItemAssociated
sidebar_label: AccessItemAssociated
sidebar_class_name: gosdk
keywords: ['go', 'Golang', 'sdk', 'AccessItemAssociated', 'BetaAccessItemAssociated']
slug: /tools/sdk/go/beta/models/access-item-associated
tags: ['SDK', 'Software Development Kit', 'AccessItemAssociated', 'BetaAccessItemAssociated']
---
# AccessItemAssociated
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**AccessItem** | Pointer to [**AccessItemAssociatedAccessItem**](access-item-associated-access-item) | | [optional]
**IdentityId** | Pointer to **string** | the identity id | [optional]
**EventType** | Pointer to **string** | the event type | [optional]
**Dt** | Pointer to **string** | the date of event | [optional]
**GovernanceEvent** | Pointer to [**CorrelatedGovernanceEvent**](correlated-governance-event) | | [optional]
## Methods
### NewAccessItemAssociated
`func NewAccessItemAssociated() *AccessItemAssociated`
NewAccessItemAssociated instantiates a new AccessItemAssociated 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
### NewAccessItemAssociatedWithDefaults
`func NewAccessItemAssociatedWithDefaults() *AccessItemAssociated`
NewAccessItemAssociatedWithDefaults instantiates a new AccessItemAssociated 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
### GetAccessItem
`func (o *AccessItemAssociated) GetAccessItem() AccessItemAssociatedAccessItem`
GetAccessItem returns the AccessItem field if non-nil, zero value otherwise.
### GetAccessItemOk
`func (o *AccessItemAssociated) GetAccessItemOk() (*AccessItemAssociatedAccessItem, bool)`
GetAccessItemOk returns a tuple with the AccessItem field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetAccessItem
`func (o *AccessItemAssociated) SetAccessItem(v AccessItemAssociatedAccessItem)`
SetAccessItem sets AccessItem field to given value.
### HasAccessItem
`func (o *AccessItemAssociated) HasAccessItem() bool`
HasAccessItem returns a boolean if a field has been set.
### GetIdentityId
`func (o *AccessItemAssociated) GetIdentityId() string`
GetIdentityId returns the IdentityId field if non-nil, zero value otherwise.
### GetIdentityIdOk
`func (o *AccessItemAssociated) GetIdentityIdOk() (*string, bool)`
GetIdentityIdOk returns a tuple with the IdentityId field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetIdentityId
`func (o *AccessItemAssociated) SetIdentityId(v string)`
SetIdentityId sets IdentityId field to given value.
### HasIdentityId
`func (o *AccessItemAssociated) HasIdentityId() bool`
HasIdentityId returns a boolean if a field has been set.
### GetEventType
`func (o *AccessItemAssociated) GetEventType() string`
GetEventType returns the EventType field if non-nil, zero value otherwise.
### GetEventTypeOk
`func (o *AccessItemAssociated) GetEventTypeOk() (*string, bool)`
GetEventTypeOk returns a tuple with the EventType field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetEventType
`func (o *AccessItemAssociated) SetEventType(v string)`
SetEventType sets EventType field to given value.
### HasEventType
`func (o *AccessItemAssociated) HasEventType() bool`
HasEventType returns a boolean if a field has been set.
### GetDt
`func (o *AccessItemAssociated) GetDt() string`
GetDt returns the Dt field if non-nil, zero value otherwise.
### GetDtOk
`func (o *AccessItemAssociated) GetDtOk() (*string, bool)`
GetDtOk returns a tuple with the Dt field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetDt
`func (o *AccessItemAssociated) SetDt(v string)`
SetDt sets Dt field to given value.
### HasDt
`func (o *AccessItemAssociated) HasDt() bool`
HasDt returns a boolean if a field has been set.
### GetGovernanceEvent
`func (o *AccessItemAssociated) GetGovernanceEvent() CorrelatedGovernanceEvent`
GetGovernanceEvent returns the GovernanceEvent field if non-nil, zero value otherwise.
### GetGovernanceEventOk
`func (o *AccessItemAssociated) GetGovernanceEventOk() (*CorrelatedGovernanceEvent, bool)`
GetGovernanceEventOk returns a tuple with the GovernanceEvent field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetGovernanceEvent
`func (o *AccessItemAssociated) SetGovernanceEvent(v CorrelatedGovernanceEvent)`
SetGovernanceEvent sets GovernanceEvent field to given value.
### HasGovernanceEvent
`func (o *AccessItemAssociated) HasGovernanceEvent() bool`
HasGovernanceEvent returns a boolean if a field has been set.

View File

@@ -1,512 +0,0 @@
---
id: beta-access-item-associated-access-item
title: AccessItemAssociatedAccessItem
pagination_label: AccessItemAssociatedAccessItem
sidebar_label: AccessItemAssociatedAccessItem
sidebar_class_name: gosdk
keywords: ['go', 'Golang', 'sdk', 'AccessItemAssociatedAccessItem', 'BetaAccessItemAssociatedAccessItem']
slug: /tools/sdk/go/beta/models/access-item-associated-access-item
tags: ['SDK', 'Software Development Kit', 'AccessItemAssociatedAccessItem', 'BetaAccessItemAssociatedAccessItem']
---
# AccessItemAssociatedAccessItem
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**AccessType** | Pointer to **string** | the access item type. role in this case | [optional]
**Id** | Pointer to **string** | the access item id | [optional]
**Name** | Pointer to **string** | the access profile name | [optional]
**SourceName** | Pointer to **string** | the associated source name if it exists | [optional]
**SourceId** | Pointer to **string** | the id of the source | [optional]
**Description** | Pointer to **string** | the description for the role | [optional]
**DisplayName** | Pointer to **string** | the role display name | [optional]
**EntitlementCount** | Pointer to **string** | the number of entitlements the account will create | [optional]
**AppDisplayName** | Pointer to **string** | the name of | [optional]
**RemoveDate** | Pointer to **string** | the date the role is no longer assigned to the specified identity | [optional]
**Standalone** | **bool** | indicates whether the entitlement is standalone |
**Revocable** | **bool** | indicates whether the role is revocable |
**NativeIdentity** | Pointer to **string** | the native identifier used to uniquely identify an acccount | [optional]
**AppRoleId** | Pointer to **string** | the app role id | [optional]
**Attribute** | Pointer to **string** | the entitlement attribute | [optional]
**Value** | Pointer to **string** | the associated value | [optional]
**EntitlementType** | Pointer to **string** | the type of entitlement | [optional]
**Privileged** | **bool** | indicates whether the entitlement is privileged |
**CloudGoverned** | **bool** | indicates whether the entitlement is cloud governed |
## Methods
### NewAccessItemAssociatedAccessItem
`func NewAccessItemAssociatedAccessItem(standalone bool, revocable bool, privileged bool, cloudGoverned bool, ) *AccessItemAssociatedAccessItem`
NewAccessItemAssociatedAccessItem instantiates a new AccessItemAssociatedAccessItem 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
### NewAccessItemAssociatedAccessItemWithDefaults
`func NewAccessItemAssociatedAccessItemWithDefaults() *AccessItemAssociatedAccessItem`
NewAccessItemAssociatedAccessItemWithDefaults instantiates a new AccessItemAssociatedAccessItem 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
### GetAccessType
`func (o *AccessItemAssociatedAccessItem) GetAccessType() string`
GetAccessType returns the AccessType field if non-nil, zero value otherwise.
### GetAccessTypeOk
`func (o *AccessItemAssociatedAccessItem) GetAccessTypeOk() (*string, bool)`
GetAccessTypeOk returns a tuple with the AccessType field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetAccessType
`func (o *AccessItemAssociatedAccessItem) SetAccessType(v string)`
SetAccessType sets AccessType field to given value.
### HasAccessType
`func (o *AccessItemAssociatedAccessItem) HasAccessType() bool`
HasAccessType returns a boolean if a field has been set.
### GetId
`func (o *AccessItemAssociatedAccessItem) GetId() string`
GetId returns the Id field if non-nil, zero value otherwise.
### GetIdOk
`func (o *AccessItemAssociatedAccessItem) 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 *AccessItemAssociatedAccessItem) SetId(v string)`
SetId sets Id field to given value.
### HasId
`func (o *AccessItemAssociatedAccessItem) HasId() bool`
HasId returns a boolean if a field has been set.
### GetName
`func (o *AccessItemAssociatedAccessItem) GetName() string`
GetName returns the Name field if non-nil, zero value otherwise.
### GetNameOk
`func (o *AccessItemAssociatedAccessItem) 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 *AccessItemAssociatedAccessItem) SetName(v string)`
SetName sets Name field to given value.
### HasName
`func (o *AccessItemAssociatedAccessItem) HasName() bool`
HasName returns a boolean if a field has been set.
### GetSourceName
`func (o *AccessItemAssociatedAccessItem) GetSourceName() string`
GetSourceName returns the SourceName field if non-nil, zero value otherwise.
### GetSourceNameOk
`func (o *AccessItemAssociatedAccessItem) GetSourceNameOk() (*string, bool)`
GetSourceNameOk returns a tuple with the SourceName field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetSourceName
`func (o *AccessItemAssociatedAccessItem) SetSourceName(v string)`
SetSourceName sets SourceName field to given value.
### HasSourceName
`func (o *AccessItemAssociatedAccessItem) HasSourceName() bool`
HasSourceName returns a boolean if a field has been set.
### GetSourceId
`func (o *AccessItemAssociatedAccessItem) GetSourceId() string`
GetSourceId returns the SourceId field if non-nil, zero value otherwise.
### GetSourceIdOk
`func (o *AccessItemAssociatedAccessItem) 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 *AccessItemAssociatedAccessItem) SetSourceId(v string)`
SetSourceId sets SourceId field to given value.
### HasSourceId
`func (o *AccessItemAssociatedAccessItem) HasSourceId() bool`
HasSourceId returns a boolean if a field has been set.
### GetDescription
`func (o *AccessItemAssociatedAccessItem) GetDescription() string`
GetDescription returns the Description field if non-nil, zero value otherwise.
### GetDescriptionOk
`func (o *AccessItemAssociatedAccessItem) 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 *AccessItemAssociatedAccessItem) SetDescription(v string)`
SetDescription sets Description field to given value.
### HasDescription
`func (o *AccessItemAssociatedAccessItem) HasDescription() bool`
HasDescription returns a boolean if a field has been set.
### GetDisplayName
`func (o *AccessItemAssociatedAccessItem) GetDisplayName() string`
GetDisplayName returns the DisplayName field if non-nil, zero value otherwise.
### GetDisplayNameOk
`func (o *AccessItemAssociatedAccessItem) 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 *AccessItemAssociatedAccessItem) SetDisplayName(v string)`
SetDisplayName sets DisplayName field to given value.
### HasDisplayName
`func (o *AccessItemAssociatedAccessItem) HasDisplayName() bool`
HasDisplayName returns a boolean if a field has been set.
### GetEntitlementCount
`func (o *AccessItemAssociatedAccessItem) GetEntitlementCount() string`
GetEntitlementCount returns the EntitlementCount field if non-nil, zero value otherwise.
### GetEntitlementCountOk
`func (o *AccessItemAssociatedAccessItem) GetEntitlementCountOk() (*string, bool)`
GetEntitlementCountOk returns a tuple with the EntitlementCount field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetEntitlementCount
`func (o *AccessItemAssociatedAccessItem) SetEntitlementCount(v string)`
SetEntitlementCount sets EntitlementCount field to given value.
### HasEntitlementCount
`func (o *AccessItemAssociatedAccessItem) HasEntitlementCount() bool`
HasEntitlementCount returns a boolean if a field has been set.
### GetAppDisplayName
`func (o *AccessItemAssociatedAccessItem) GetAppDisplayName() string`
GetAppDisplayName returns the AppDisplayName field if non-nil, zero value otherwise.
### GetAppDisplayNameOk
`func (o *AccessItemAssociatedAccessItem) GetAppDisplayNameOk() (*string, bool)`
GetAppDisplayNameOk returns a tuple with the AppDisplayName field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetAppDisplayName
`func (o *AccessItemAssociatedAccessItem) SetAppDisplayName(v string)`
SetAppDisplayName sets AppDisplayName field to given value.
### HasAppDisplayName
`func (o *AccessItemAssociatedAccessItem) HasAppDisplayName() bool`
HasAppDisplayName returns a boolean if a field has been set.
### GetRemoveDate
`func (o *AccessItemAssociatedAccessItem) GetRemoveDate() string`
GetRemoveDate returns the RemoveDate field if non-nil, zero value otherwise.
### GetRemoveDateOk
`func (o *AccessItemAssociatedAccessItem) GetRemoveDateOk() (*string, bool)`
GetRemoveDateOk returns a tuple with the RemoveDate field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetRemoveDate
`func (o *AccessItemAssociatedAccessItem) SetRemoveDate(v string)`
SetRemoveDate sets RemoveDate field to given value.
### HasRemoveDate
`func (o *AccessItemAssociatedAccessItem) HasRemoveDate() bool`
HasRemoveDate returns a boolean if a field has been set.
### GetStandalone
`func (o *AccessItemAssociatedAccessItem) GetStandalone() bool`
GetStandalone returns the Standalone field if non-nil, zero value otherwise.
### GetStandaloneOk
`func (o *AccessItemAssociatedAccessItem) GetStandaloneOk() (*bool, bool)`
GetStandaloneOk returns a tuple with the Standalone field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetStandalone
`func (o *AccessItemAssociatedAccessItem) SetStandalone(v bool)`
SetStandalone sets Standalone field to given value.
### GetRevocable
`func (o *AccessItemAssociatedAccessItem) GetRevocable() bool`
GetRevocable returns the Revocable field if non-nil, zero value otherwise.
### GetRevocableOk
`func (o *AccessItemAssociatedAccessItem) GetRevocableOk() (*bool, bool)`
GetRevocableOk returns a tuple with the Revocable field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetRevocable
`func (o *AccessItemAssociatedAccessItem) SetRevocable(v bool)`
SetRevocable sets Revocable field to given value.
### GetNativeIdentity
`func (o *AccessItemAssociatedAccessItem) GetNativeIdentity() string`
GetNativeIdentity returns the NativeIdentity field if non-nil, zero value otherwise.
### GetNativeIdentityOk
`func (o *AccessItemAssociatedAccessItem) GetNativeIdentityOk() (*string, bool)`
GetNativeIdentityOk returns a tuple with the NativeIdentity field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetNativeIdentity
`func (o *AccessItemAssociatedAccessItem) SetNativeIdentity(v string)`
SetNativeIdentity sets NativeIdentity field to given value.
### HasNativeIdentity
`func (o *AccessItemAssociatedAccessItem) HasNativeIdentity() bool`
HasNativeIdentity returns a boolean if a field has been set.
### GetAppRoleId
`func (o *AccessItemAssociatedAccessItem) GetAppRoleId() string`
GetAppRoleId returns the AppRoleId field if non-nil, zero value otherwise.
### GetAppRoleIdOk
`func (o *AccessItemAssociatedAccessItem) GetAppRoleIdOk() (*string, bool)`
GetAppRoleIdOk returns a tuple with the AppRoleId field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetAppRoleId
`func (o *AccessItemAssociatedAccessItem) SetAppRoleId(v string)`
SetAppRoleId sets AppRoleId field to given value.
### HasAppRoleId
`func (o *AccessItemAssociatedAccessItem) HasAppRoleId() bool`
HasAppRoleId returns a boolean if a field has been set.
### GetAttribute
`func (o *AccessItemAssociatedAccessItem) GetAttribute() string`
GetAttribute returns the Attribute field if non-nil, zero value otherwise.
### GetAttributeOk
`func (o *AccessItemAssociatedAccessItem) GetAttributeOk() (*string, bool)`
GetAttributeOk returns a tuple with the Attribute field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetAttribute
`func (o *AccessItemAssociatedAccessItem) SetAttribute(v string)`
SetAttribute sets Attribute field to given value.
### HasAttribute
`func (o *AccessItemAssociatedAccessItem) HasAttribute() bool`
HasAttribute returns a boolean if a field has been set.
### GetValue
`func (o *AccessItemAssociatedAccessItem) GetValue() string`
GetValue returns the Value field if non-nil, zero value otherwise.
### GetValueOk
`func (o *AccessItemAssociatedAccessItem) GetValueOk() (*string, bool)`
GetValueOk returns a tuple with the Value field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetValue
`func (o *AccessItemAssociatedAccessItem) SetValue(v string)`
SetValue sets Value field to given value.
### HasValue
`func (o *AccessItemAssociatedAccessItem) HasValue() bool`
HasValue returns a boolean if a field has been set.
### GetEntitlementType
`func (o *AccessItemAssociatedAccessItem) GetEntitlementType() string`
GetEntitlementType returns the EntitlementType field if non-nil, zero value otherwise.
### GetEntitlementTypeOk
`func (o *AccessItemAssociatedAccessItem) GetEntitlementTypeOk() (*string, bool)`
GetEntitlementTypeOk returns a tuple with the EntitlementType field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetEntitlementType
`func (o *AccessItemAssociatedAccessItem) SetEntitlementType(v string)`
SetEntitlementType sets EntitlementType field to given value.
### HasEntitlementType
`func (o *AccessItemAssociatedAccessItem) HasEntitlementType() bool`
HasEntitlementType returns a boolean if a field has been set.
### GetPrivileged
`func (o *AccessItemAssociatedAccessItem) GetPrivileged() bool`
GetPrivileged returns the Privileged field if non-nil, zero value otherwise.
### GetPrivilegedOk
`func (o *AccessItemAssociatedAccessItem) GetPrivilegedOk() (*bool, bool)`
GetPrivilegedOk returns a tuple with the Privileged field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetPrivileged
`func (o *AccessItemAssociatedAccessItem) SetPrivileged(v bool)`
SetPrivileged sets Privileged field to given value.
### GetCloudGoverned
`func (o *AccessItemAssociatedAccessItem) GetCloudGoverned() bool`
GetCloudGoverned returns the CloudGoverned field if non-nil, zero value otherwise.
### GetCloudGovernedOk
`func (o *AccessItemAssociatedAccessItem) GetCloudGovernedOk() (*bool, bool)`
GetCloudGovernedOk returns a tuple with the CloudGoverned field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetCloudGoverned
`func (o *AccessItemAssociatedAccessItem) SetCloudGoverned(v bool)`
SetCloudGoverned sets CloudGoverned field to given value.

View File

@@ -1,142 +0,0 @@
---
id: beta-access-item-diff
title: AccessItemDiff
pagination_label: AccessItemDiff
sidebar_label: AccessItemDiff
sidebar_class_name: gosdk
keywords: ['go', 'Golang', 'sdk', 'AccessItemDiff', 'BetaAccessItemDiff']
slug: /tools/sdk/go/beta/models/access-item-diff
tags: ['SDK', 'Software Development Kit', 'AccessItemDiff', 'BetaAccessItemDiff']
---
# AccessItemDiff
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Id** | Pointer to **string** | the id of the access item | [optional]
**EventType** | Pointer to **string** | | [optional]
**DisplayName** | Pointer to **string** | the display name of the access item | [optional]
**SourceName** | Pointer to **string** | the source name of the access item | [optional]
## Methods
### NewAccessItemDiff
`func NewAccessItemDiff() *AccessItemDiff`
NewAccessItemDiff instantiates a new AccessItemDiff 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
### NewAccessItemDiffWithDefaults
`func NewAccessItemDiffWithDefaults() *AccessItemDiff`
NewAccessItemDiffWithDefaults instantiates a new AccessItemDiff 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 *AccessItemDiff) GetId() string`
GetId returns the Id field if non-nil, zero value otherwise.
### GetIdOk
`func (o *AccessItemDiff) 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 *AccessItemDiff) SetId(v string)`
SetId sets Id field to given value.
### HasId
`func (o *AccessItemDiff) HasId() bool`
HasId returns a boolean if a field has been set.
### GetEventType
`func (o *AccessItemDiff) GetEventType() string`
GetEventType returns the EventType field if non-nil, zero value otherwise.
### GetEventTypeOk
`func (o *AccessItemDiff) GetEventTypeOk() (*string, bool)`
GetEventTypeOk returns a tuple with the EventType field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetEventType
`func (o *AccessItemDiff) SetEventType(v string)`
SetEventType sets EventType field to given value.
### HasEventType
`func (o *AccessItemDiff) HasEventType() bool`
HasEventType returns a boolean if a field has been set.
### GetDisplayName
`func (o *AccessItemDiff) GetDisplayName() string`
GetDisplayName returns the DisplayName field if non-nil, zero value otherwise.
### GetDisplayNameOk
`func (o *AccessItemDiff) 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 *AccessItemDiff) SetDisplayName(v string)`
SetDisplayName sets DisplayName field to given value.
### HasDisplayName
`func (o *AccessItemDiff) HasDisplayName() bool`
HasDisplayName returns a boolean if a field has been set.
### GetSourceName
`func (o *AccessItemDiff) GetSourceName() string`
GetSourceName returns the SourceName field if non-nil, zero value otherwise.
### GetSourceNameOk
`func (o *AccessItemDiff) GetSourceNameOk() (*string, bool)`
GetSourceNameOk returns a tuple with the SourceName field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetSourceName
`func (o *AccessItemDiff) SetSourceName(v string)`
SetSourceName sets SourceName field to given value.
### HasSourceName
`func (o *AccessItemDiff) HasSourceName() bool`
HasSourceName returns a boolean if a field has been set.

View File

@@ -1,335 +0,0 @@
---
id: beta-access-item-entitlement-response
title: AccessItemEntitlementResponse
pagination_label: AccessItemEntitlementResponse
sidebar_label: AccessItemEntitlementResponse
sidebar_class_name: gosdk
keywords: ['go', 'Golang', 'sdk', 'AccessItemEntitlementResponse', 'BetaAccessItemEntitlementResponse']
slug: /tools/sdk/go/beta/models/access-item-entitlement-response
tags: ['SDK', 'Software Development Kit', 'AccessItemEntitlementResponse', 'BetaAccessItemEntitlementResponse']
---
# AccessItemEntitlementResponse
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**AccessType** | Pointer to **string** | the access item type. entitlement in this case | [optional]
**Id** | Pointer to **string** | the access item id | [optional]
**Attribute** | Pointer to **string** | the entitlement attribute | [optional]
**Value** | Pointer to **string** | the associated value | [optional]
**EntitlementType** | Pointer to **string** | the type of entitlement | [optional]
**SourceName** | Pointer to **string** | the name of the source | [optional]
**SourceId** | Pointer to **string** | the id of the source | [optional]
**Description** | Pointer to **string** | the description for the entitlment | [optional]
**DisplayName** | Pointer to **string** | the display name of the identity | [optional]
**Standalone** | **bool** | indicates whether the entitlement is standalone |
**Privileged** | **bool** | indicates whether the entitlement is privileged |
**CloudGoverned** | **bool** | indicates whether the entitlement is cloud governed |
## Methods
### NewAccessItemEntitlementResponse
`func NewAccessItemEntitlementResponse(standalone bool, privileged bool, cloudGoverned bool, ) *AccessItemEntitlementResponse`
NewAccessItemEntitlementResponse instantiates a new AccessItemEntitlementResponse 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
### NewAccessItemEntitlementResponseWithDefaults
`func NewAccessItemEntitlementResponseWithDefaults() *AccessItemEntitlementResponse`
NewAccessItemEntitlementResponseWithDefaults instantiates a new AccessItemEntitlementResponse 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
### GetAccessType
`func (o *AccessItemEntitlementResponse) GetAccessType() string`
GetAccessType returns the AccessType field if non-nil, zero value otherwise.
### GetAccessTypeOk
`func (o *AccessItemEntitlementResponse) GetAccessTypeOk() (*string, bool)`
GetAccessTypeOk returns a tuple with the AccessType field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetAccessType
`func (o *AccessItemEntitlementResponse) SetAccessType(v string)`
SetAccessType sets AccessType field to given value.
### HasAccessType
`func (o *AccessItemEntitlementResponse) HasAccessType() bool`
HasAccessType returns a boolean if a field has been set.
### GetId
`func (o *AccessItemEntitlementResponse) GetId() string`
GetId returns the Id field if non-nil, zero value otherwise.
### GetIdOk
`func (o *AccessItemEntitlementResponse) 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 *AccessItemEntitlementResponse) SetId(v string)`
SetId sets Id field to given value.
### HasId
`func (o *AccessItemEntitlementResponse) HasId() bool`
HasId returns a boolean if a field has been set.
### GetAttribute
`func (o *AccessItemEntitlementResponse) GetAttribute() string`
GetAttribute returns the Attribute field if non-nil, zero value otherwise.
### GetAttributeOk
`func (o *AccessItemEntitlementResponse) GetAttributeOk() (*string, bool)`
GetAttributeOk returns a tuple with the Attribute field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetAttribute
`func (o *AccessItemEntitlementResponse) SetAttribute(v string)`
SetAttribute sets Attribute field to given value.
### HasAttribute
`func (o *AccessItemEntitlementResponse) HasAttribute() bool`
HasAttribute returns a boolean if a field has been set.
### GetValue
`func (o *AccessItemEntitlementResponse) GetValue() string`
GetValue returns the Value field if non-nil, zero value otherwise.
### GetValueOk
`func (o *AccessItemEntitlementResponse) GetValueOk() (*string, bool)`
GetValueOk returns a tuple with the Value field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetValue
`func (o *AccessItemEntitlementResponse) SetValue(v string)`
SetValue sets Value field to given value.
### HasValue
`func (o *AccessItemEntitlementResponse) HasValue() bool`
HasValue returns a boolean if a field has been set.
### GetEntitlementType
`func (o *AccessItemEntitlementResponse) GetEntitlementType() string`
GetEntitlementType returns the EntitlementType field if non-nil, zero value otherwise.
### GetEntitlementTypeOk
`func (o *AccessItemEntitlementResponse) GetEntitlementTypeOk() (*string, bool)`
GetEntitlementTypeOk returns a tuple with the EntitlementType field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetEntitlementType
`func (o *AccessItemEntitlementResponse) SetEntitlementType(v string)`
SetEntitlementType sets EntitlementType field to given value.
### HasEntitlementType
`func (o *AccessItemEntitlementResponse) HasEntitlementType() bool`
HasEntitlementType returns a boolean if a field has been set.
### GetSourceName
`func (o *AccessItemEntitlementResponse) GetSourceName() string`
GetSourceName returns the SourceName field if non-nil, zero value otherwise.
### GetSourceNameOk
`func (o *AccessItemEntitlementResponse) GetSourceNameOk() (*string, bool)`
GetSourceNameOk returns a tuple with the SourceName field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetSourceName
`func (o *AccessItemEntitlementResponse) SetSourceName(v string)`
SetSourceName sets SourceName field to given value.
### HasSourceName
`func (o *AccessItemEntitlementResponse) HasSourceName() bool`
HasSourceName returns a boolean if a field has been set.
### GetSourceId
`func (o *AccessItemEntitlementResponse) GetSourceId() string`
GetSourceId returns the SourceId field if non-nil, zero value otherwise.
### GetSourceIdOk
`func (o *AccessItemEntitlementResponse) 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 *AccessItemEntitlementResponse) SetSourceId(v string)`
SetSourceId sets SourceId field to given value.
### HasSourceId
`func (o *AccessItemEntitlementResponse) HasSourceId() bool`
HasSourceId returns a boolean if a field has been set.
### GetDescription
`func (o *AccessItemEntitlementResponse) GetDescription() string`
GetDescription returns the Description field if non-nil, zero value otherwise.
### GetDescriptionOk
`func (o *AccessItemEntitlementResponse) 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 *AccessItemEntitlementResponse) SetDescription(v string)`
SetDescription sets Description field to given value.
### HasDescription
`func (o *AccessItemEntitlementResponse) HasDescription() bool`
HasDescription returns a boolean if a field has been set.
### GetDisplayName
`func (o *AccessItemEntitlementResponse) GetDisplayName() string`
GetDisplayName returns the DisplayName field if non-nil, zero value otherwise.
### GetDisplayNameOk
`func (o *AccessItemEntitlementResponse) 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 *AccessItemEntitlementResponse) SetDisplayName(v string)`
SetDisplayName sets DisplayName field to given value.
### HasDisplayName
`func (o *AccessItemEntitlementResponse) HasDisplayName() bool`
HasDisplayName returns a boolean if a field has been set.
### GetStandalone
`func (o *AccessItemEntitlementResponse) GetStandalone() bool`
GetStandalone returns the Standalone field if non-nil, zero value otherwise.
### GetStandaloneOk
`func (o *AccessItemEntitlementResponse) GetStandaloneOk() (*bool, bool)`
GetStandaloneOk returns a tuple with the Standalone field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetStandalone
`func (o *AccessItemEntitlementResponse) SetStandalone(v bool)`
SetStandalone sets Standalone field to given value.
### GetPrivileged
`func (o *AccessItemEntitlementResponse) GetPrivileged() bool`
GetPrivileged returns the Privileged field if non-nil, zero value otherwise.
### GetPrivilegedOk
`func (o *AccessItemEntitlementResponse) GetPrivilegedOk() (*bool, bool)`
GetPrivilegedOk returns a tuple with the Privileged field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetPrivileged
`func (o *AccessItemEntitlementResponse) SetPrivileged(v bool)`
SetPrivileged sets Privileged field to given value.
### GetCloudGoverned
`func (o *AccessItemEntitlementResponse) GetCloudGoverned() bool`
GetCloudGoverned returns the CloudGoverned field if non-nil, zero value otherwise.
### GetCloudGovernedOk
`func (o *AccessItemEntitlementResponse) GetCloudGovernedOk() (*bool, bool)`
GetCloudGovernedOk returns a tuple with the CloudGoverned field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetCloudGoverned
`func (o *AccessItemEntitlementResponse) SetCloudGoverned(v bool)`
SetCloudGoverned sets CloudGoverned field to given value.

View File

@@ -1,116 +0,0 @@
---
id: beta-access-item-owner-dto
title: AccessItemOwnerDto
pagination_label: AccessItemOwnerDto
sidebar_label: AccessItemOwnerDto
sidebar_class_name: gosdk
keywords: ['go', 'Golang', 'sdk', 'AccessItemOwnerDto', 'BetaAccessItemOwnerDto']
slug: /tools/sdk/go/beta/models/access-item-owner-dto
tags: ['SDK', 'Software Development Kit', 'AccessItemOwnerDto', 'BetaAccessItemOwnerDto']
---
# AccessItemOwnerDto
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Type** | Pointer to **string** | Access item owner's DTO type. | [optional]
**Id** | Pointer to **string** | Access item owner's identity ID. | [optional]
**Name** | Pointer to **string** | Access item owner's human-readable display name. | [optional]
## Methods
### NewAccessItemOwnerDto
`func NewAccessItemOwnerDto() *AccessItemOwnerDto`
NewAccessItemOwnerDto instantiates a new AccessItemOwnerDto 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
### NewAccessItemOwnerDtoWithDefaults
`func NewAccessItemOwnerDtoWithDefaults() *AccessItemOwnerDto`
NewAccessItemOwnerDtoWithDefaults instantiates a new AccessItemOwnerDto 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
### GetType
`func (o *AccessItemOwnerDto) GetType() string`
GetType returns the Type field if non-nil, zero value otherwise.
### GetTypeOk
`func (o *AccessItemOwnerDto) GetTypeOk() (*string, bool)`
GetTypeOk returns a tuple with the Type field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetType
`func (o *AccessItemOwnerDto) SetType(v string)`
SetType sets Type field to given value.
### HasType
`func (o *AccessItemOwnerDto) HasType() bool`
HasType returns a boolean if a field has been set.
### GetId
`func (o *AccessItemOwnerDto) GetId() string`
GetId returns the Id field if non-nil, zero value otherwise.
### GetIdOk
`func (o *AccessItemOwnerDto) 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 *AccessItemOwnerDto) SetId(v string)`
SetId sets Id field to given value.
### HasId
`func (o *AccessItemOwnerDto) HasId() bool`
HasId returns a boolean if a field has been set.
### GetName
`func (o *AccessItemOwnerDto) GetName() string`
GetName returns the Name field if non-nil, zero value otherwise.
### GetNameOk
`func (o *AccessItemOwnerDto) 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 *AccessItemOwnerDto) SetName(v string)`
SetName sets Name field to given value.
### HasName
`func (o *AccessItemOwnerDto) HasName() bool`
HasName returns a boolean if a field has been set.

View File

@@ -1,90 +0,0 @@
---
id: beta-access-item-ref
title: AccessItemRef
pagination_label: AccessItemRef
sidebar_label: AccessItemRef
sidebar_class_name: gosdk
keywords: ['go', 'Golang', 'sdk', 'AccessItemRef', 'BetaAccessItemRef']
slug: /tools/sdk/go/beta/models/access-item-ref
tags: ['SDK', 'Software Development Kit', 'AccessItemRef', 'BetaAccessItemRef']
---
# AccessItemRef
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Id** | Pointer to **string** | ID of the access item to retrieve the recommendation for. | [optional]
**Type** | Pointer to **string** | Access item's type. | [optional]
## Methods
### NewAccessItemRef
`func NewAccessItemRef() *AccessItemRef`
NewAccessItemRef instantiates a new AccessItemRef 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
### NewAccessItemRefWithDefaults
`func NewAccessItemRefWithDefaults() *AccessItemRef`
NewAccessItemRefWithDefaults instantiates a new AccessItemRef 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 *AccessItemRef) GetId() string`
GetId returns the Id field if non-nil, zero value otherwise.
### GetIdOk
`func (o *AccessItemRef) 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 *AccessItemRef) SetId(v string)`
SetId sets Id field to given value.
### HasId
`func (o *AccessItemRef) HasId() bool`
HasId returns a boolean if a field has been set.
### GetType
`func (o *AccessItemRef) GetType() string`
GetType returns the Type field if non-nil, zero value otherwise.
### GetTypeOk
`func (o *AccessItemRef) GetTypeOk() (*string, bool)`
GetTypeOk returns a tuple with the Type field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetType
`func (o *AccessItemRef) SetType(v string)`
SetType sets Type field to given value.
### HasType
`func (o *AccessItemRef) HasType() bool`
HasType returns a boolean if a field has been set.

View File

@@ -1,168 +0,0 @@
---
id: beta-access-item-removed
title: AccessItemRemoved
pagination_label: AccessItemRemoved
sidebar_label: AccessItemRemoved
sidebar_class_name: gosdk
keywords: ['go', 'Golang', 'sdk', 'AccessItemRemoved', 'BetaAccessItemRemoved']
slug: /tools/sdk/go/beta/models/access-item-removed
tags: ['SDK', 'Software Development Kit', 'AccessItemRemoved', 'BetaAccessItemRemoved']
---
# AccessItemRemoved
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**AccessItem** | Pointer to [**AccessItemAssociatedAccessItem**](access-item-associated-access-item) | | [optional]
**IdentityId** | Pointer to **string** | the identity id | [optional]
**EventType** | Pointer to **string** | the event type | [optional]
**Dt** | Pointer to **string** | the date of event | [optional]
**GovernanceEvent** | Pointer to [**CorrelatedGovernanceEvent**](correlated-governance-event) | | [optional]
## Methods
### NewAccessItemRemoved
`func NewAccessItemRemoved() *AccessItemRemoved`
NewAccessItemRemoved instantiates a new AccessItemRemoved 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
### NewAccessItemRemovedWithDefaults
`func NewAccessItemRemovedWithDefaults() *AccessItemRemoved`
NewAccessItemRemovedWithDefaults instantiates a new AccessItemRemoved 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
### GetAccessItem
`func (o *AccessItemRemoved) GetAccessItem() AccessItemAssociatedAccessItem`
GetAccessItem returns the AccessItem field if non-nil, zero value otherwise.
### GetAccessItemOk
`func (o *AccessItemRemoved) GetAccessItemOk() (*AccessItemAssociatedAccessItem, bool)`
GetAccessItemOk returns a tuple with the AccessItem field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetAccessItem
`func (o *AccessItemRemoved) SetAccessItem(v AccessItemAssociatedAccessItem)`
SetAccessItem sets AccessItem field to given value.
### HasAccessItem
`func (o *AccessItemRemoved) HasAccessItem() bool`
HasAccessItem returns a boolean if a field has been set.
### GetIdentityId
`func (o *AccessItemRemoved) GetIdentityId() string`
GetIdentityId returns the IdentityId field if non-nil, zero value otherwise.
### GetIdentityIdOk
`func (o *AccessItemRemoved) GetIdentityIdOk() (*string, bool)`
GetIdentityIdOk returns a tuple with the IdentityId field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetIdentityId
`func (o *AccessItemRemoved) SetIdentityId(v string)`
SetIdentityId sets IdentityId field to given value.
### HasIdentityId
`func (o *AccessItemRemoved) HasIdentityId() bool`
HasIdentityId returns a boolean if a field has been set.
### GetEventType
`func (o *AccessItemRemoved) GetEventType() string`
GetEventType returns the EventType field if non-nil, zero value otherwise.
### GetEventTypeOk
`func (o *AccessItemRemoved) GetEventTypeOk() (*string, bool)`
GetEventTypeOk returns a tuple with the EventType field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetEventType
`func (o *AccessItemRemoved) SetEventType(v string)`
SetEventType sets EventType field to given value.
### HasEventType
`func (o *AccessItemRemoved) HasEventType() bool`
HasEventType returns a boolean if a field has been set.
### GetDt
`func (o *AccessItemRemoved) GetDt() string`
GetDt returns the Dt field if non-nil, zero value otherwise.
### GetDtOk
`func (o *AccessItemRemoved) GetDtOk() (*string, bool)`
GetDtOk returns a tuple with the Dt field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetDt
`func (o *AccessItemRemoved) SetDt(v string)`
SetDt sets Dt field to given value.
### HasDt
`func (o *AccessItemRemoved) HasDt() bool`
HasDt returns a boolean if a field has been set.
### GetGovernanceEvent
`func (o *AccessItemRemoved) GetGovernanceEvent() CorrelatedGovernanceEvent`
GetGovernanceEvent returns the GovernanceEvent field if non-nil, zero value otherwise.
### GetGovernanceEventOk
`func (o *AccessItemRemoved) GetGovernanceEventOk() (*CorrelatedGovernanceEvent, bool)`
GetGovernanceEventOk returns a tuple with the GovernanceEvent field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetGovernanceEvent
`func (o *AccessItemRemoved) SetGovernanceEvent(v CorrelatedGovernanceEvent)`
SetGovernanceEvent sets GovernanceEvent field to given value.
### HasGovernanceEvent
`func (o *AccessItemRemoved) HasGovernanceEvent() bool`
HasGovernanceEvent returns a boolean if a field has been set.

View File

@@ -1,116 +0,0 @@
---
id: beta-access-item-requested-for-dto
title: AccessItemRequestedForDto
pagination_label: AccessItemRequestedForDto
sidebar_label: AccessItemRequestedForDto
sidebar_class_name: gosdk
keywords: ['go', 'Golang', 'sdk', 'AccessItemRequestedForDto', 'BetaAccessItemRequestedForDto']
slug: /tools/sdk/go/beta/models/access-item-requested-for-dto
tags: ['SDK', 'Software Development Kit', 'AccessItemRequestedForDto', 'BetaAccessItemRequestedForDto']
---
# AccessItemRequestedForDto
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Type** | Pointer to **string** | DTO type of identity the access item is requested for. | [optional]
**Id** | Pointer to **string** | ID of identity the access item is requested for. | [optional]
**Name** | Pointer to **string** | Human-readable display name of identity the access item is requested for. | [optional]
## Methods
### NewAccessItemRequestedForDto
`func NewAccessItemRequestedForDto() *AccessItemRequestedForDto`
NewAccessItemRequestedForDto instantiates a new AccessItemRequestedForDto 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
### NewAccessItemRequestedForDtoWithDefaults
`func NewAccessItemRequestedForDtoWithDefaults() *AccessItemRequestedForDto`
NewAccessItemRequestedForDtoWithDefaults instantiates a new AccessItemRequestedForDto 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
### GetType
`func (o *AccessItemRequestedForDto) GetType() string`
GetType returns the Type field if non-nil, zero value otherwise.
### GetTypeOk
`func (o *AccessItemRequestedForDto) GetTypeOk() (*string, bool)`
GetTypeOk returns a tuple with the Type field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetType
`func (o *AccessItemRequestedForDto) SetType(v string)`
SetType sets Type field to given value.
### HasType
`func (o *AccessItemRequestedForDto) HasType() bool`
HasType returns a boolean if a field has been set.
### GetId
`func (o *AccessItemRequestedForDto) GetId() string`
GetId returns the Id field if non-nil, zero value otherwise.
### GetIdOk
`func (o *AccessItemRequestedForDto) 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 *AccessItemRequestedForDto) SetId(v string)`
SetId sets Id field to given value.
### HasId
`func (o *AccessItemRequestedForDto) HasId() bool`
HasId returns a boolean if a field has been set.
### GetName
`func (o *AccessItemRequestedForDto) GetName() string`
GetName returns the Name field if non-nil, zero value otherwise.
### GetNameOk
`func (o *AccessItemRequestedForDto) 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 *AccessItemRequestedForDto) SetName(v string)`
SetName sets Name field to given value.
### HasName
`func (o *AccessItemRequestedForDto) HasName() bool`
HasName returns a boolean if a field has been set.

View File

@@ -1,116 +0,0 @@
---
id: beta-access-item-requested-for-dto1
title: AccessItemRequestedForDto1
pagination_label: AccessItemRequestedForDto1
sidebar_label: AccessItemRequestedForDto1
sidebar_class_name: gosdk
keywords: ['go', 'Golang', 'sdk', 'AccessItemRequestedForDto1', 'BetaAccessItemRequestedForDto1']
slug: /tools/sdk/go/beta/models/access-item-requested-for-dto1
tags: ['SDK', 'Software Development Kit', 'AccessItemRequestedForDto1', 'BetaAccessItemRequestedForDto1']
---
# AccessItemRequestedForDto1
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Type** | Pointer to **string** | DTO type of the identity whom the access item is requested for. | [optional]
**Id** | Pointer to **string** | ID of the identity whom the access item is requested for. | [optional]
**Name** | Pointer to **string** | Name of the identity whom the access item is requested for. | [optional]
## Methods
### NewAccessItemRequestedForDto1
`func NewAccessItemRequestedForDto1() *AccessItemRequestedForDto1`
NewAccessItemRequestedForDto1 instantiates a new AccessItemRequestedForDto1 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
### NewAccessItemRequestedForDto1WithDefaults
`func NewAccessItemRequestedForDto1WithDefaults() *AccessItemRequestedForDto1`
NewAccessItemRequestedForDto1WithDefaults instantiates a new AccessItemRequestedForDto1 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
### GetType
`func (o *AccessItemRequestedForDto1) GetType() string`
GetType returns the Type field if non-nil, zero value otherwise.
### GetTypeOk
`func (o *AccessItemRequestedForDto1) GetTypeOk() (*string, bool)`
GetTypeOk returns a tuple with the Type field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetType
`func (o *AccessItemRequestedForDto1) SetType(v string)`
SetType sets Type field to given value.
### HasType
`func (o *AccessItemRequestedForDto1) HasType() bool`
HasType returns a boolean if a field has been set.
### GetId
`func (o *AccessItemRequestedForDto1) GetId() string`
GetId returns the Id field if non-nil, zero value otherwise.
### GetIdOk
`func (o *AccessItemRequestedForDto1) 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 *AccessItemRequestedForDto1) SetId(v string)`
SetId sets Id field to given value.
### HasId
`func (o *AccessItemRequestedForDto1) HasId() bool`
HasId returns a boolean if a field has been set.
### GetName
`func (o *AccessItemRequestedForDto1) GetName() string`
GetName returns the Name field if non-nil, zero value otherwise.
### GetNameOk
`func (o *AccessItemRequestedForDto1) 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 *AccessItemRequestedForDto1) SetName(v string)`
SetName sets Name field to given value.
### HasName
`func (o *AccessItemRequestedForDto1) HasName() bool`
HasName returns a boolean if a field has been set.

View File

@@ -1,116 +0,0 @@
---
id: beta-access-item-requester
title: AccessItemRequester
pagination_label: AccessItemRequester
sidebar_label: AccessItemRequester
sidebar_class_name: gosdk
keywords: ['go', 'Golang', 'sdk', 'AccessItemRequester', 'BetaAccessItemRequester']
slug: /tools/sdk/go/beta/models/access-item-requester
tags: ['SDK', 'Software Development Kit', 'AccessItemRequester', 'BetaAccessItemRequester']
---
# AccessItemRequester
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Type** | Pointer to **string** | Access item requester's DTO type. | [optional]
**Id** | Pointer to **string** | Access item requester's identity ID. | [optional]
**Name** | Pointer to **string** | Access item owner's human-readable display name. | [optional]
## Methods
### NewAccessItemRequester
`func NewAccessItemRequester() *AccessItemRequester`
NewAccessItemRequester instantiates a new AccessItemRequester 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
### NewAccessItemRequesterWithDefaults
`func NewAccessItemRequesterWithDefaults() *AccessItemRequester`
NewAccessItemRequesterWithDefaults instantiates a new AccessItemRequester 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
### GetType
`func (o *AccessItemRequester) GetType() string`
GetType returns the Type field if non-nil, zero value otherwise.
### GetTypeOk
`func (o *AccessItemRequester) GetTypeOk() (*string, bool)`
GetTypeOk returns a tuple with the Type field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetType
`func (o *AccessItemRequester) SetType(v string)`
SetType sets Type field to given value.
### HasType
`func (o *AccessItemRequester) HasType() bool`
HasType returns a boolean if a field has been set.
### GetId
`func (o *AccessItemRequester) GetId() string`
GetId returns the Id field if non-nil, zero value otherwise.
### GetIdOk
`func (o *AccessItemRequester) 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 *AccessItemRequester) SetId(v string)`
SetId sets Id field to given value.
### HasId
`func (o *AccessItemRequester) HasId() bool`
HasId returns a boolean if a field has been set.
### GetName
`func (o *AccessItemRequester) GetName() string`
GetName returns the Name field if non-nil, zero value otherwise.
### GetNameOk
`func (o *AccessItemRequester) 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 *AccessItemRequester) SetName(v string)`
SetName sets Name field to given value.
### HasName
`func (o *AccessItemRequester) HasName() bool`
HasName returns a boolean if a field has been set.

View File

@@ -1,116 +0,0 @@
---
id: beta-access-item-requester-dto
title: AccessItemRequesterDto
pagination_label: AccessItemRequesterDto
sidebar_label: AccessItemRequesterDto
sidebar_class_name: gosdk
keywords: ['go', 'Golang', 'sdk', 'AccessItemRequesterDto', 'BetaAccessItemRequesterDto']
slug: /tools/sdk/go/beta/models/access-item-requester-dto
tags: ['SDK', 'Software Development Kit', 'AccessItemRequesterDto', 'BetaAccessItemRequesterDto']
---
# AccessItemRequesterDto
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Type** | Pointer to **string** | Access item requester's DTO type. | [optional]
**Id** | Pointer to **string** | Access item requester's identity ID. | [optional]
**Name** | Pointer to **string** | Access item owner's human-readable display name. | [optional]
## Methods
### NewAccessItemRequesterDto
`func NewAccessItemRequesterDto() *AccessItemRequesterDto`
NewAccessItemRequesterDto instantiates a new AccessItemRequesterDto 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
### NewAccessItemRequesterDtoWithDefaults
`func NewAccessItemRequesterDtoWithDefaults() *AccessItemRequesterDto`
NewAccessItemRequesterDtoWithDefaults instantiates a new AccessItemRequesterDto 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
### GetType
`func (o *AccessItemRequesterDto) GetType() string`
GetType returns the Type field if non-nil, zero value otherwise.
### GetTypeOk
`func (o *AccessItemRequesterDto) GetTypeOk() (*string, bool)`
GetTypeOk returns a tuple with the Type field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetType
`func (o *AccessItemRequesterDto) SetType(v string)`
SetType sets Type field to given value.
### HasType
`func (o *AccessItemRequesterDto) HasType() bool`
HasType returns a boolean if a field has been set.
### GetId
`func (o *AccessItemRequesterDto) GetId() string`
GetId returns the Id field if non-nil, zero value otherwise.
### GetIdOk
`func (o *AccessItemRequesterDto) 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 *AccessItemRequesterDto) SetId(v string)`
SetId sets Id field to given value.
### HasId
`func (o *AccessItemRequesterDto) HasId() bool`
HasId returns a boolean if a field has been set.
### GetName
`func (o *AccessItemRequesterDto) GetName() string`
GetName returns the Name field if non-nil, zero value otherwise.
### GetNameOk
`func (o *AccessItemRequesterDto) 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 *AccessItemRequesterDto) SetName(v string)`
SetName sets Name field to given value.
### HasName
`func (o *AccessItemRequesterDto) HasName() bool`
HasName returns a boolean if a field has been set.

View File

@@ -1,116 +0,0 @@
---
id: beta-access-item-requester-dto1
title: AccessItemRequesterDto1
pagination_label: AccessItemRequesterDto1
sidebar_label: AccessItemRequesterDto1
sidebar_class_name: gosdk
keywords: ['go', 'Golang', 'sdk', 'AccessItemRequesterDto1', 'BetaAccessItemRequesterDto1']
slug: /tools/sdk/go/beta/models/access-item-requester-dto1
tags: ['SDK', 'Software Development Kit', 'AccessItemRequesterDto1', 'BetaAccessItemRequesterDto1']
---
# AccessItemRequesterDto1
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Type** | Pointer to **string** | Access item requester's DTO type. | [optional]
**Id** | Pointer to **string** | Access item requester's identity ID. | [optional]
**Name** | Pointer to **string** | Access item requester's name. | [optional]
## Methods
### NewAccessItemRequesterDto1
`func NewAccessItemRequesterDto1() *AccessItemRequesterDto1`
NewAccessItemRequesterDto1 instantiates a new AccessItemRequesterDto1 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
### NewAccessItemRequesterDto1WithDefaults
`func NewAccessItemRequesterDto1WithDefaults() *AccessItemRequesterDto1`
NewAccessItemRequesterDto1WithDefaults instantiates a new AccessItemRequesterDto1 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
### GetType
`func (o *AccessItemRequesterDto1) GetType() string`
GetType returns the Type field if non-nil, zero value otherwise.
### GetTypeOk
`func (o *AccessItemRequesterDto1) GetTypeOk() (*string, bool)`
GetTypeOk returns a tuple with the Type field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetType
`func (o *AccessItemRequesterDto1) SetType(v string)`
SetType sets Type field to given value.
### HasType
`func (o *AccessItemRequesterDto1) HasType() bool`
HasType returns a boolean if a field has been set.
### GetId
`func (o *AccessItemRequesterDto1) GetId() string`
GetId returns the Id field if non-nil, zero value otherwise.
### GetIdOk
`func (o *AccessItemRequesterDto1) 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 *AccessItemRequesterDto1) SetId(v string)`
SetId sets Id field to given value.
### HasId
`func (o *AccessItemRequesterDto1) HasId() bool`
HasId returns a boolean if a field has been set.
### GetName
`func (o *AccessItemRequesterDto1) GetName() string`
GetName returns the Name field if non-nil, zero value otherwise.
### GetNameOk
`func (o *AccessItemRequesterDto1) 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 *AccessItemRequesterDto1) SetName(v string)`
SetName sets Name field to given value.
### HasName
`func (o *AccessItemRequesterDto1) HasName() bool`
HasName returns a boolean if a field has been set.

View File

@@ -1,116 +0,0 @@
---
id: beta-access-item-reviewed-by
title: AccessItemReviewedBy
pagination_label: AccessItemReviewedBy
sidebar_label: AccessItemReviewedBy
sidebar_class_name: gosdk
keywords: ['go', 'Golang', 'sdk', 'AccessItemReviewedBy', 'BetaAccessItemReviewedBy']
slug: /tools/sdk/go/beta/models/access-item-reviewed-by
tags: ['SDK', 'Software Development Kit', 'AccessItemReviewedBy', 'BetaAccessItemReviewedBy']
---
# AccessItemReviewedBy
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Type** | Pointer to **string** | DTO type of identity who reviewed the access item request. | [optional]
**Id** | Pointer to **string** | ID of identity who reviewed the access item request. | [optional]
**Name** | Pointer to **string** | Human-readable display name of identity who reviewed the access item request. | [optional]
## Methods
### NewAccessItemReviewedBy
`func NewAccessItemReviewedBy() *AccessItemReviewedBy`
NewAccessItemReviewedBy instantiates a new AccessItemReviewedBy 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
### NewAccessItemReviewedByWithDefaults
`func NewAccessItemReviewedByWithDefaults() *AccessItemReviewedBy`
NewAccessItemReviewedByWithDefaults instantiates a new AccessItemReviewedBy 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
### GetType
`func (o *AccessItemReviewedBy) GetType() string`
GetType returns the Type field if non-nil, zero value otherwise.
### GetTypeOk
`func (o *AccessItemReviewedBy) GetTypeOk() (*string, bool)`
GetTypeOk returns a tuple with the Type field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetType
`func (o *AccessItemReviewedBy) SetType(v string)`
SetType sets Type field to given value.
### HasType
`func (o *AccessItemReviewedBy) HasType() bool`
HasType returns a boolean if a field has been set.
### GetId
`func (o *AccessItemReviewedBy) GetId() string`
GetId returns the Id field if non-nil, zero value otherwise.
### GetIdOk
`func (o *AccessItemReviewedBy) 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 *AccessItemReviewedBy) SetId(v string)`
SetId sets Id field to given value.
### HasId
`func (o *AccessItemReviewedBy) HasId() bool`
HasId returns a boolean if a field has been set.
### GetName
`func (o *AccessItemReviewedBy) GetName() string`
GetName returns the Name field if non-nil, zero value otherwise.
### GetNameOk
`func (o *AccessItemReviewedBy) 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 *AccessItemReviewedBy) SetName(v string)`
SetName sets Name field to given value.
### HasName
`func (o *AccessItemReviewedBy) HasName() bool`
HasName returns a boolean if a field has been set.

View File

@@ -1,215 +0,0 @@
---
id: beta-access-item-role-response
title: AccessItemRoleResponse
pagination_label: AccessItemRoleResponse
sidebar_label: AccessItemRoleResponse
sidebar_class_name: gosdk
keywords: ['go', 'Golang', 'sdk', 'AccessItemRoleResponse', 'BetaAccessItemRoleResponse']
slug: /tools/sdk/go/beta/models/access-item-role-response
tags: ['SDK', 'Software Development Kit', 'AccessItemRoleResponse', 'BetaAccessItemRoleResponse']
---
# AccessItemRoleResponse
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**AccessType** | Pointer to **string** | the access item type. role in this case | [optional]
**Id** | Pointer to **string** | the access item id | [optional]
**DisplayName** | Pointer to **string** | the role display name | [optional]
**Description** | Pointer to **string** | the description for the role | [optional]
**SourceName** | Pointer to **string** | the associated source name if it exists | [optional]
**RemoveDate** | Pointer to **string** | the date the role is no longer assigned to the specified identity | [optional]
**Revocable** | **bool** | indicates whether the role is revocable |
## Methods
### NewAccessItemRoleResponse
`func NewAccessItemRoleResponse(revocable bool, ) *AccessItemRoleResponse`
NewAccessItemRoleResponse instantiates a new AccessItemRoleResponse 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
### NewAccessItemRoleResponseWithDefaults
`func NewAccessItemRoleResponseWithDefaults() *AccessItemRoleResponse`
NewAccessItemRoleResponseWithDefaults instantiates a new AccessItemRoleResponse 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
### GetAccessType
`func (o *AccessItemRoleResponse) GetAccessType() string`
GetAccessType returns the AccessType field if non-nil, zero value otherwise.
### GetAccessTypeOk
`func (o *AccessItemRoleResponse) GetAccessTypeOk() (*string, bool)`
GetAccessTypeOk returns a tuple with the AccessType field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetAccessType
`func (o *AccessItemRoleResponse) SetAccessType(v string)`
SetAccessType sets AccessType field to given value.
### HasAccessType
`func (o *AccessItemRoleResponse) HasAccessType() bool`
HasAccessType returns a boolean if a field has been set.
### GetId
`func (o *AccessItemRoleResponse) GetId() string`
GetId returns the Id field if non-nil, zero value otherwise.
### GetIdOk
`func (o *AccessItemRoleResponse) 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 *AccessItemRoleResponse) SetId(v string)`
SetId sets Id field to given value.
### HasId
`func (o *AccessItemRoleResponse) HasId() bool`
HasId returns a boolean if a field has been set.
### GetDisplayName
`func (o *AccessItemRoleResponse) GetDisplayName() string`
GetDisplayName returns the DisplayName field if non-nil, zero value otherwise.
### GetDisplayNameOk
`func (o *AccessItemRoleResponse) 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 *AccessItemRoleResponse) SetDisplayName(v string)`
SetDisplayName sets DisplayName field to given value.
### HasDisplayName
`func (o *AccessItemRoleResponse) HasDisplayName() bool`
HasDisplayName returns a boolean if a field has been set.
### GetDescription
`func (o *AccessItemRoleResponse) GetDescription() string`
GetDescription returns the Description field if non-nil, zero value otherwise.
### GetDescriptionOk
`func (o *AccessItemRoleResponse) 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 *AccessItemRoleResponse) SetDescription(v string)`
SetDescription sets Description field to given value.
### HasDescription
`func (o *AccessItemRoleResponse) HasDescription() bool`
HasDescription returns a boolean if a field has been set.
### GetSourceName
`func (o *AccessItemRoleResponse) GetSourceName() string`
GetSourceName returns the SourceName field if non-nil, zero value otherwise.
### GetSourceNameOk
`func (o *AccessItemRoleResponse) GetSourceNameOk() (*string, bool)`
GetSourceNameOk returns a tuple with the SourceName field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetSourceName
`func (o *AccessItemRoleResponse) SetSourceName(v string)`
SetSourceName sets SourceName field to given value.
### HasSourceName
`func (o *AccessItemRoleResponse) HasSourceName() bool`
HasSourceName returns a boolean if a field has been set.
### GetRemoveDate
`func (o *AccessItemRoleResponse) GetRemoveDate() string`
GetRemoveDate returns the RemoveDate field if non-nil, zero value otherwise.
### GetRemoveDateOk
`func (o *AccessItemRoleResponse) GetRemoveDateOk() (*string, bool)`
GetRemoveDateOk returns a tuple with the RemoveDate field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetRemoveDate
`func (o *AccessItemRoleResponse) SetRemoveDate(v string)`
SetRemoveDate sets RemoveDate field to given value.
### HasRemoveDate
`func (o *AccessItemRoleResponse) HasRemoveDate() bool`
HasRemoveDate returns a boolean if a field has been set.
### GetRevocable
`func (o *AccessItemRoleResponse) GetRevocable() bool`
GetRevocable returns the Revocable field if non-nil, zero value otherwise.
### GetRevocableOk
`func (o *AccessItemRoleResponse) GetRevocableOk() (*bool, bool)`
GetRevocableOk returns a tuple with the Revocable field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetRevocable
`func (o *AccessItemRoleResponse) SetRevocable(v bool)`
SetRevocable sets Revocable field to given value.

View File

@@ -1,447 +0,0 @@
---
id: beta-access-profile
title: AccessProfile
pagination_label: AccessProfile
sidebar_label: AccessProfile
sidebar_class_name: gosdk
keywords: ['go', 'Golang', 'sdk', 'AccessProfile', 'BetaAccessProfile']
slug: /tools/sdk/go/beta/models/access-profile
tags: ['SDK', 'Software Development Kit', 'AccessProfile', 'BetaAccessProfile']
---
# AccessProfile
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Id** | Pointer to **string** | The ID of the Access Profile | [optional] [readonly]
**Name** | **string** | Name of the Access Profile |
**Description** | Pointer to **NullableString** | Information about the Access Profile | [optional]
**Created** | Pointer to **time.Time** | Date the Access Profile was created | [optional] [readonly]
**Modified** | Pointer to **time.Time** | Date the Access Profile was last modified. | [optional] [readonly]
**Enabled** | Pointer to **bool** | Whether the Access Profile is enabled. If the Access Profile is enabled then you must include at least one Entitlement. | [optional] [default to false]
**Owner** | [**OwnerReference**](owner-reference) | |
**Source** | [**AccessProfileSourceRef**](access-profile-source-ref) | |
**Entitlements** | Pointer to [**[]EntitlementRef**](entitlement-ref) | A list of entitlements associated with the Access Profile. If enabled is false this is allowed to be empty otherwise it needs to contain at least one Entitlement. | [optional]
**Requestable** | Pointer to **bool** | Whether the Access Profile is requestable via access request. Currently, making an Access Profile non-requestable is only supported for customers enabled with the new Request Center. Otherwise, attempting to create an Access Profile with a value **false** in this field results in a 400 error. | [optional] [default to true]
**AccessRequestConfig** | Pointer to [**NullableRequestability**](requestability) | | [optional]
**RevocationRequestConfig** | Pointer to [**NullableRevocability**](revocability) | | [optional]
**Segments** | Pointer to **[]string** | List of IDs of segments, if any, to which this Access Profile is assigned. | [optional]
**ProvisioningCriteria** | Pointer to [**NullableProvisioningCriteriaLevel1**](provisioning-criteria-level1) | | [optional]
## Methods
### NewAccessProfile
`func NewAccessProfile(name string, owner OwnerReference, source AccessProfileSourceRef, ) *AccessProfile`
NewAccessProfile instantiates a new AccessProfile 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
### NewAccessProfileWithDefaults
`func NewAccessProfileWithDefaults() *AccessProfile`
NewAccessProfileWithDefaults instantiates a new AccessProfile 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 *AccessProfile) GetId() string`
GetId returns the Id field if non-nil, zero value otherwise.
### GetIdOk
`func (o *AccessProfile) 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 *AccessProfile) SetId(v string)`
SetId sets Id field to given value.
### HasId
`func (o *AccessProfile) HasId() bool`
HasId returns a boolean if a field has been set.
### GetName
`func (o *AccessProfile) GetName() string`
GetName returns the Name field if non-nil, zero value otherwise.
### GetNameOk
`func (o *AccessProfile) 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 *AccessProfile) SetName(v string)`
SetName sets Name field to given value.
### GetDescription
`func (o *AccessProfile) GetDescription() string`
GetDescription returns the Description field if non-nil, zero value otherwise.
### GetDescriptionOk
`func (o *AccessProfile) 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 *AccessProfile) SetDescription(v string)`
SetDescription sets Description field to given value.
### HasDescription
`func (o *AccessProfile) HasDescription() bool`
HasDescription returns a boolean if a field has been set.
### SetDescriptionNil
`func (o *AccessProfile) SetDescriptionNil(b bool)`
SetDescriptionNil sets the value for Description to be an explicit nil
### UnsetDescription
`func (o *AccessProfile) UnsetDescription()`
UnsetDescription ensures that no value is present for Description, not even an explicit nil
### GetCreated
`func (o *AccessProfile) GetCreated() time.Time`
GetCreated returns the Created field if non-nil, zero value otherwise.
### GetCreatedOk
`func (o *AccessProfile) 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 *AccessProfile) SetCreated(v time.Time)`
SetCreated sets Created field to given value.
### HasCreated
`func (o *AccessProfile) HasCreated() bool`
HasCreated returns a boolean if a field has been set.
### GetModified
`func (o *AccessProfile) GetModified() time.Time`
GetModified returns the Modified field if non-nil, zero value otherwise.
### GetModifiedOk
`func (o *AccessProfile) 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 *AccessProfile) SetModified(v time.Time)`
SetModified sets Modified field to given value.
### HasModified
`func (o *AccessProfile) HasModified() bool`
HasModified returns a boolean if a field has been set.
### GetEnabled
`func (o *AccessProfile) GetEnabled() bool`
GetEnabled returns the Enabled field if non-nil, zero value otherwise.
### GetEnabledOk
`func (o *AccessProfile) GetEnabledOk() (*bool, bool)`
GetEnabledOk returns a tuple with the Enabled field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetEnabled
`func (o *AccessProfile) SetEnabled(v bool)`
SetEnabled sets Enabled field to given value.
### HasEnabled
`func (o *AccessProfile) HasEnabled() bool`
HasEnabled returns a boolean if a field has been set.
### GetOwner
`func (o *AccessProfile) GetOwner() OwnerReference`
GetOwner returns the Owner field if non-nil, zero value otherwise.
### GetOwnerOk
`func (o *AccessProfile) GetOwnerOk() (*OwnerReference, bool)`
GetOwnerOk returns a tuple with the Owner field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetOwner
`func (o *AccessProfile) SetOwner(v OwnerReference)`
SetOwner sets Owner field to given value.
### GetSource
`func (o *AccessProfile) GetSource() AccessProfileSourceRef`
GetSource returns the Source field if non-nil, zero value otherwise.
### GetSourceOk
`func (o *AccessProfile) GetSourceOk() (*AccessProfileSourceRef, bool)`
GetSourceOk returns a tuple with the Source field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetSource
`func (o *AccessProfile) SetSource(v AccessProfileSourceRef)`
SetSource sets Source field to given value.
### GetEntitlements
`func (o *AccessProfile) GetEntitlements() []EntitlementRef`
GetEntitlements returns the Entitlements field if non-nil, zero value otherwise.
### GetEntitlementsOk
`func (o *AccessProfile) GetEntitlementsOk() (*[]EntitlementRef, bool)`
GetEntitlementsOk returns a tuple with the Entitlements field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetEntitlements
`func (o *AccessProfile) SetEntitlements(v []EntitlementRef)`
SetEntitlements sets Entitlements field to given value.
### HasEntitlements
`func (o *AccessProfile) HasEntitlements() bool`
HasEntitlements returns a boolean if a field has been set.
### SetEntitlementsNil
`func (o *AccessProfile) SetEntitlementsNil(b bool)`
SetEntitlementsNil sets the value for Entitlements to be an explicit nil
### UnsetEntitlements
`func (o *AccessProfile) UnsetEntitlements()`
UnsetEntitlements ensures that no value is present for Entitlements, not even an explicit nil
### GetRequestable
`func (o *AccessProfile) GetRequestable() bool`
GetRequestable returns the Requestable field if non-nil, zero value otherwise.
### GetRequestableOk
`func (o *AccessProfile) GetRequestableOk() (*bool, bool)`
GetRequestableOk returns a tuple with the Requestable field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetRequestable
`func (o *AccessProfile) SetRequestable(v bool)`
SetRequestable sets Requestable field to given value.
### HasRequestable
`func (o *AccessProfile) HasRequestable() bool`
HasRequestable returns a boolean if a field has been set.
### GetAccessRequestConfig
`func (o *AccessProfile) GetAccessRequestConfig() Requestability`
GetAccessRequestConfig returns the AccessRequestConfig field if non-nil, zero value otherwise.
### GetAccessRequestConfigOk
`func (o *AccessProfile) GetAccessRequestConfigOk() (*Requestability, bool)`
GetAccessRequestConfigOk returns a tuple with the AccessRequestConfig field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetAccessRequestConfig
`func (o *AccessProfile) SetAccessRequestConfig(v Requestability)`
SetAccessRequestConfig sets AccessRequestConfig field to given value.
### HasAccessRequestConfig
`func (o *AccessProfile) HasAccessRequestConfig() bool`
HasAccessRequestConfig returns a boolean if a field has been set.
### SetAccessRequestConfigNil
`func (o *AccessProfile) SetAccessRequestConfigNil(b bool)`
SetAccessRequestConfigNil sets the value for AccessRequestConfig to be an explicit nil
### UnsetAccessRequestConfig
`func (o *AccessProfile) UnsetAccessRequestConfig()`
UnsetAccessRequestConfig ensures that no value is present for AccessRequestConfig, not even an explicit nil
### GetRevocationRequestConfig
`func (o *AccessProfile) GetRevocationRequestConfig() Revocability`
GetRevocationRequestConfig returns the RevocationRequestConfig field if non-nil, zero value otherwise.
### GetRevocationRequestConfigOk
`func (o *AccessProfile) GetRevocationRequestConfigOk() (*Revocability, bool)`
GetRevocationRequestConfigOk returns a tuple with the RevocationRequestConfig field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetRevocationRequestConfig
`func (o *AccessProfile) SetRevocationRequestConfig(v Revocability)`
SetRevocationRequestConfig sets RevocationRequestConfig field to given value.
### HasRevocationRequestConfig
`func (o *AccessProfile) HasRevocationRequestConfig() bool`
HasRevocationRequestConfig returns a boolean if a field has been set.
### SetRevocationRequestConfigNil
`func (o *AccessProfile) SetRevocationRequestConfigNil(b bool)`
SetRevocationRequestConfigNil sets the value for RevocationRequestConfig to be an explicit nil
### UnsetRevocationRequestConfig
`func (o *AccessProfile) UnsetRevocationRequestConfig()`
UnsetRevocationRequestConfig ensures that no value is present for RevocationRequestConfig, not even an explicit nil
### GetSegments
`func (o *AccessProfile) GetSegments() []string`
GetSegments returns the Segments field if non-nil, zero value otherwise.
### GetSegmentsOk
`func (o *AccessProfile) GetSegmentsOk() (*[]string, bool)`
GetSegmentsOk returns a tuple with the Segments field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetSegments
`func (o *AccessProfile) SetSegments(v []string)`
SetSegments sets Segments field to given value.
### HasSegments
`func (o *AccessProfile) HasSegments() bool`
HasSegments returns a boolean if a field has been set.
### SetSegmentsNil
`func (o *AccessProfile) SetSegmentsNil(b bool)`
SetSegmentsNil sets the value for Segments to be an explicit nil
### UnsetSegments
`func (o *AccessProfile) UnsetSegments()`
UnsetSegments ensures that no value is present for Segments, not even an explicit nil
### GetProvisioningCriteria
`func (o *AccessProfile) GetProvisioningCriteria() ProvisioningCriteriaLevel1`
GetProvisioningCriteria returns the ProvisioningCriteria field if non-nil, zero value otherwise.
### GetProvisioningCriteriaOk
`func (o *AccessProfile) GetProvisioningCriteriaOk() (*ProvisioningCriteriaLevel1, bool)`
GetProvisioningCriteriaOk returns a tuple with the ProvisioningCriteria field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetProvisioningCriteria
`func (o *AccessProfile) SetProvisioningCriteria(v ProvisioningCriteriaLevel1)`
SetProvisioningCriteria sets ProvisioningCriteria field to given value.
### HasProvisioningCriteria
`func (o *AccessProfile) HasProvisioningCriteria() bool`
HasProvisioningCriteria returns a boolean if a field has been set.
### SetProvisioningCriteriaNil
`func (o *AccessProfile) SetProvisioningCriteriaNil(b bool)`
SetProvisioningCriteriaNil sets the value for ProvisioningCriteria to be an explicit nil
### UnsetProvisioningCriteria
`func (o *AccessProfile) UnsetProvisioningCriteria()`
UnsetProvisioningCriteria ensures that no value is present for ProvisioningCriteria, not even an explicit nil

View File

@@ -1,100 +0,0 @@
---
id: beta-access-profile-approval-scheme
title: AccessProfileApprovalScheme
pagination_label: AccessProfileApprovalScheme
sidebar_label: AccessProfileApprovalScheme
sidebar_class_name: gosdk
keywords: ['go', 'Golang', 'sdk', 'AccessProfileApprovalScheme', 'BetaAccessProfileApprovalScheme']
slug: /tools/sdk/go/beta/models/access-profile-approval-scheme
tags: ['SDK', 'Software Development Kit', 'AccessProfileApprovalScheme', 'BetaAccessProfileApprovalScheme']
---
# AccessProfileApprovalScheme
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**ApproverType** | Pointer to **string** | Describes the individual or group that is responsible for an approval step. Values are as follows. **APP_OWNER**: The owner of the Application **OWNER**: Owner of the associated Access Profile or Role **SOURCE_OWNER**: Owner of the Source associated with an Access Profile **MANAGER**: Manager of the Identity making the request **GOVERNANCE_GROUP**: A Governance Group, the ID of which is specified by the **approverId** field | [optional]
**ApproverId** | Pointer to **NullableString** | Id of the specific approver, used only when approverType is GOVERNANCE_GROUP | [optional]
## Methods
### NewAccessProfileApprovalScheme
`func NewAccessProfileApprovalScheme() *AccessProfileApprovalScheme`
NewAccessProfileApprovalScheme instantiates a new AccessProfileApprovalScheme 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
### NewAccessProfileApprovalSchemeWithDefaults
`func NewAccessProfileApprovalSchemeWithDefaults() *AccessProfileApprovalScheme`
NewAccessProfileApprovalSchemeWithDefaults instantiates a new AccessProfileApprovalScheme 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
### GetApproverType
`func (o *AccessProfileApprovalScheme) GetApproverType() string`
GetApproverType returns the ApproverType field if non-nil, zero value otherwise.
### GetApproverTypeOk
`func (o *AccessProfileApprovalScheme) GetApproverTypeOk() (*string, bool)`
GetApproverTypeOk returns a tuple with the ApproverType field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetApproverType
`func (o *AccessProfileApprovalScheme) SetApproverType(v string)`
SetApproverType sets ApproverType field to given value.
### HasApproverType
`func (o *AccessProfileApprovalScheme) HasApproverType() bool`
HasApproverType returns a boolean if a field has been set.
### GetApproverId
`func (o *AccessProfileApprovalScheme) GetApproverId() string`
GetApproverId returns the ApproverId field if non-nil, zero value otherwise.
### GetApproverIdOk
`func (o *AccessProfileApprovalScheme) GetApproverIdOk() (*string, bool)`
GetApproverIdOk returns a tuple with the ApproverId field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetApproverId
`func (o *AccessProfileApprovalScheme) SetApproverId(v string)`
SetApproverId sets ApproverId field to given value.
### HasApproverId
`func (o *AccessProfileApprovalScheme) HasApproverId() bool`
HasApproverId returns a boolean if a field has been set.
### SetApproverIdNil
`func (o *AccessProfileApprovalScheme) SetApproverIdNil(b bool)`
SetApproverIdNil sets the value for ApproverId to be an explicit nil
### UnsetApproverId
`func (o *AccessProfileApprovalScheme) UnsetApproverId()`
UnsetApproverId ensures that no value is present for ApproverId, not even an explicit nil

View File

@@ -1,90 +0,0 @@
---
id: beta-access-profile-bulk-delete-request
title: AccessProfileBulkDeleteRequest
pagination_label: AccessProfileBulkDeleteRequest
sidebar_label: AccessProfileBulkDeleteRequest
sidebar_class_name: gosdk
keywords: ['go', 'Golang', 'sdk', 'AccessProfileBulkDeleteRequest', 'BetaAccessProfileBulkDeleteRequest']
slug: /tools/sdk/go/beta/models/access-profile-bulk-delete-request
tags: ['SDK', 'Software Development Kit', 'AccessProfileBulkDeleteRequest', 'BetaAccessProfileBulkDeleteRequest']
---
# AccessProfileBulkDeleteRequest
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**AccessProfileIds** | Pointer to **[]string** | List of IDs of Access Profiles to be deleted. | [optional]
**BestEffortOnly** | Pointer to **bool** | If **true**, silently skip over any of the specified Access Profiles if they cannot be deleted because they are in use. If **false**, no deletions will be attempted if any of the Access Profiles are in use. | [optional]
## Methods
### NewAccessProfileBulkDeleteRequest
`func NewAccessProfileBulkDeleteRequest() *AccessProfileBulkDeleteRequest`
NewAccessProfileBulkDeleteRequest instantiates a new AccessProfileBulkDeleteRequest 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
### NewAccessProfileBulkDeleteRequestWithDefaults
`func NewAccessProfileBulkDeleteRequestWithDefaults() *AccessProfileBulkDeleteRequest`
NewAccessProfileBulkDeleteRequestWithDefaults instantiates a new AccessProfileBulkDeleteRequest 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
### GetAccessProfileIds
`func (o *AccessProfileBulkDeleteRequest) GetAccessProfileIds() []string`
GetAccessProfileIds returns the AccessProfileIds field if non-nil, zero value otherwise.
### GetAccessProfileIdsOk
`func (o *AccessProfileBulkDeleteRequest) GetAccessProfileIdsOk() (*[]string, bool)`
GetAccessProfileIdsOk returns a tuple with the AccessProfileIds field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetAccessProfileIds
`func (o *AccessProfileBulkDeleteRequest) SetAccessProfileIds(v []string)`
SetAccessProfileIds sets AccessProfileIds field to given value.
### HasAccessProfileIds
`func (o *AccessProfileBulkDeleteRequest) HasAccessProfileIds() bool`
HasAccessProfileIds returns a boolean if a field has been set.
### GetBestEffortOnly
`func (o *AccessProfileBulkDeleteRequest) GetBestEffortOnly() bool`
GetBestEffortOnly returns the BestEffortOnly field if non-nil, zero value otherwise.
### GetBestEffortOnlyOk
`func (o *AccessProfileBulkDeleteRequest) GetBestEffortOnlyOk() (*bool, bool)`
GetBestEffortOnlyOk returns a tuple with the BestEffortOnly field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetBestEffortOnly
`func (o *AccessProfileBulkDeleteRequest) SetBestEffortOnly(v bool)`
SetBestEffortOnly sets BestEffortOnly field to given value.
### HasBestEffortOnly
`func (o *AccessProfileBulkDeleteRequest) HasBestEffortOnly() bool`
HasBestEffortOnly returns a boolean if a field has been set.

View File

@@ -1,116 +0,0 @@
---
id: beta-access-profile-bulk-delete-response
title: AccessProfileBulkDeleteResponse
pagination_label: AccessProfileBulkDeleteResponse
sidebar_label: AccessProfileBulkDeleteResponse
sidebar_class_name: gosdk
keywords: ['go', 'Golang', 'sdk', 'AccessProfileBulkDeleteResponse', 'BetaAccessProfileBulkDeleteResponse']
slug: /tools/sdk/go/beta/models/access-profile-bulk-delete-response
tags: ['SDK', 'Software Development Kit', 'AccessProfileBulkDeleteResponse', 'BetaAccessProfileBulkDeleteResponse']
---
# AccessProfileBulkDeleteResponse
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**TaskId** | Pointer to **string** | ID of the task which is executing the bulk deletion. This can be passed to the **_/task-status** API to track status. | [optional]
**Pending** | Pointer to **[]string** | List of IDs of Access Profiles which are pending deletion. | [optional]
**InUse** | Pointer to [**[]AccessProfileUsage**](access-profile-usage) | List of usages of Access Profiles targeted for deletion. | [optional]
## Methods
### NewAccessProfileBulkDeleteResponse
`func NewAccessProfileBulkDeleteResponse() *AccessProfileBulkDeleteResponse`
NewAccessProfileBulkDeleteResponse instantiates a new AccessProfileBulkDeleteResponse 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
### NewAccessProfileBulkDeleteResponseWithDefaults
`func NewAccessProfileBulkDeleteResponseWithDefaults() *AccessProfileBulkDeleteResponse`
NewAccessProfileBulkDeleteResponseWithDefaults instantiates a new AccessProfileBulkDeleteResponse 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
### GetTaskId
`func (o *AccessProfileBulkDeleteResponse) GetTaskId() string`
GetTaskId returns the TaskId field if non-nil, zero value otherwise.
### GetTaskIdOk
`func (o *AccessProfileBulkDeleteResponse) GetTaskIdOk() (*string, bool)`
GetTaskIdOk returns a tuple with the TaskId field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetTaskId
`func (o *AccessProfileBulkDeleteResponse) SetTaskId(v string)`
SetTaskId sets TaskId field to given value.
### HasTaskId
`func (o *AccessProfileBulkDeleteResponse) HasTaskId() bool`
HasTaskId returns a boolean if a field has been set.
### GetPending
`func (o *AccessProfileBulkDeleteResponse) GetPending() []string`
GetPending returns the Pending field if non-nil, zero value otherwise.
### GetPendingOk
`func (o *AccessProfileBulkDeleteResponse) GetPendingOk() (*[]string, bool)`
GetPendingOk returns a tuple with the Pending field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetPending
`func (o *AccessProfileBulkDeleteResponse) SetPending(v []string)`
SetPending sets Pending field to given value.
### HasPending
`func (o *AccessProfileBulkDeleteResponse) HasPending() bool`
HasPending returns a boolean if a field has been set.
### GetInUse
`func (o *AccessProfileBulkDeleteResponse) GetInUse() []AccessProfileUsage`
GetInUse returns the InUse field if non-nil, zero value otherwise.
### GetInUseOk
`func (o *AccessProfileBulkDeleteResponse) GetInUseOk() (*[]AccessProfileUsage, bool)`
GetInUseOk returns a tuple with the InUse field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetInUse
`func (o *AccessProfileBulkDeleteResponse) SetInUse(v []AccessProfileUsage)`
SetInUse sets InUse field to given value.
### HasInUse
`func (o *AccessProfileBulkDeleteResponse) HasInUse() bool`
HasInUse returns a boolean if a field has been set.

View File

@@ -1,90 +0,0 @@
---
id: beta-access-profile-bulk-update-request-inner
title: AccessProfileBulkUpdateRequestInner
pagination_label: AccessProfileBulkUpdateRequestInner
sidebar_label: AccessProfileBulkUpdateRequestInner
sidebar_class_name: gosdk
keywords: ['go', 'Golang', 'sdk', 'AccessProfileBulkUpdateRequestInner', 'BetaAccessProfileBulkUpdateRequestInner']
slug: /tools/sdk/go/beta/models/access-profile-bulk-update-request-inner
tags: ['SDK', 'Software Development Kit', 'AccessProfileBulkUpdateRequestInner', 'BetaAccessProfileBulkUpdateRequestInner']
---
# AccessProfileBulkUpdateRequestInner
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Id** | Pointer to **string** | Access Profile ID. | [optional]
**Requestable** | Pointer to **bool** | Access Profile is requestable or not. | [optional]
## Methods
### NewAccessProfileBulkUpdateRequestInner
`func NewAccessProfileBulkUpdateRequestInner() *AccessProfileBulkUpdateRequestInner`
NewAccessProfileBulkUpdateRequestInner instantiates a new AccessProfileBulkUpdateRequestInner 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
### NewAccessProfileBulkUpdateRequestInnerWithDefaults
`func NewAccessProfileBulkUpdateRequestInnerWithDefaults() *AccessProfileBulkUpdateRequestInner`
NewAccessProfileBulkUpdateRequestInnerWithDefaults instantiates a new AccessProfileBulkUpdateRequestInner 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 *AccessProfileBulkUpdateRequestInner) GetId() string`
GetId returns the Id field if non-nil, zero value otherwise.
### GetIdOk
`func (o *AccessProfileBulkUpdateRequestInner) 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 *AccessProfileBulkUpdateRequestInner) SetId(v string)`
SetId sets Id field to given value.
### HasId
`func (o *AccessProfileBulkUpdateRequestInner) HasId() bool`
HasId returns a boolean if a field has been set.
### GetRequestable
`func (o *AccessProfileBulkUpdateRequestInner) GetRequestable() bool`
GetRequestable returns the Requestable field if non-nil, zero value otherwise.
### GetRequestableOk
`func (o *AccessProfileBulkUpdateRequestInner) GetRequestableOk() (*bool, bool)`
GetRequestableOk returns a tuple with the Requestable field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetRequestable
`func (o *AccessProfileBulkUpdateRequestInner) SetRequestable(v bool)`
SetRequestable sets Requestable field to given value.
### HasRequestable
`func (o *AccessProfileBulkUpdateRequestInner) HasRequestable() bool`
HasRequestable returns a boolean if a field has been set.

View File

@@ -1,676 +0,0 @@
---
id: beta-access-profile-details
title: AccessProfileDetails
pagination_label: AccessProfileDetails
sidebar_label: AccessProfileDetails
sidebar_class_name: gosdk
keywords: ['go', 'Golang', 'sdk', 'AccessProfileDetails', 'BetaAccessProfileDetails']
slug: /tools/sdk/go/beta/models/access-profile-details
tags: ['SDK', 'Software Development Kit', 'AccessProfileDetails', 'BetaAccessProfileDetails']
---
# AccessProfileDetails
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Id** | Pointer to **string** | The ID of the Access Profile | [optional]
**Name** | Pointer to **string** | Name of the Access Profile | [optional]
**Description** | Pointer to **NullableString** | Information about the Access Profile | [optional]
**Created** | Pointer to **time.Time** | Date the Access Profile was created | [optional]
**Modified** | Pointer to **time.Time** | Date the Access Profile was last modified. | [optional]
**Disabled** | Pointer to **bool** | Whether the Access Profile is enabled. | [optional] [default to true]
**Requestable** | Pointer to **bool** | Whether the Access Profile is requestable via access request. | [optional] [default to false]
**Protected** | Pointer to **bool** | Whether the Access Profile is protected. | [optional] [default to false]
**OwnerId** | Pointer to **string** | The owner ID of the Access Profile | [optional]
**SourceId** | Pointer to **NullableInt64** | The source ID of the Access Profile | [optional]
**SourceName** | Pointer to **string** | The source name of the Access Profile | [optional]
**AppId** | Pointer to **NullableInt64** | The source app ID of the Access Profile | [optional]
**AppName** | Pointer to **NullableString** | The source app name of the Access Profile | [optional]
**ApplicationId** | Pointer to **string** | The id of the application | [optional]
**Type** | Pointer to **string** | The type of the access profile | [optional]
**Entitlements** | Pointer to **[]string** | List of IDs of entitlements | [optional]
**EntitlementCount** | Pointer to **int32** | The number of entitlements in the access profile | [optional]
**Segments** | Pointer to **[]string** | List of IDs of segments, if any, to which this Access Profile is assigned. | [optional]
**ApprovalSchemes** | Pointer to **string** | Comma-separated list of approval schemes. Each approval scheme is one of - manager - appOwner - sourceOwner - accessProfileOwner - workgroup:<workgroupId> | [optional]
**RevokeRequestApprovalSchemes** | Pointer to **string** | Comma-separated list of revoke request approval schemes. Each approval scheme is one of - manager - sourceOwner - accessProfileOwner - workgroup:<workgroupId> | [optional]
**RequestCommentsRequired** | Pointer to **bool** | Whether the access profile require request comment for access request. | [optional] [default to false]
**DeniedCommentsRequired** | Pointer to **bool** | Whether denied comment is required when access request is denied. | [optional] [default to false]
**AccountSelector** | Pointer to [**AccessProfileDetailsAccountSelector**](access-profile-details-account-selector) | | [optional]
## Methods
### NewAccessProfileDetails
`func NewAccessProfileDetails() *AccessProfileDetails`
NewAccessProfileDetails instantiates a new AccessProfileDetails 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
### NewAccessProfileDetailsWithDefaults
`func NewAccessProfileDetailsWithDefaults() *AccessProfileDetails`
NewAccessProfileDetailsWithDefaults instantiates a new AccessProfileDetails 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 *AccessProfileDetails) GetId() string`
GetId returns the Id field if non-nil, zero value otherwise.
### GetIdOk
`func (o *AccessProfileDetails) 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 *AccessProfileDetails) SetId(v string)`
SetId sets Id field to given value.
### HasId
`func (o *AccessProfileDetails) HasId() bool`
HasId returns a boolean if a field has been set.
### GetName
`func (o *AccessProfileDetails) GetName() string`
GetName returns the Name field if non-nil, zero value otherwise.
### GetNameOk
`func (o *AccessProfileDetails) 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 *AccessProfileDetails) SetName(v string)`
SetName sets Name field to given value.
### HasName
`func (o *AccessProfileDetails) HasName() bool`
HasName returns a boolean if a field has been set.
### GetDescription
`func (o *AccessProfileDetails) GetDescription() string`
GetDescription returns the Description field if non-nil, zero value otherwise.
### GetDescriptionOk
`func (o *AccessProfileDetails) 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 *AccessProfileDetails) SetDescription(v string)`
SetDescription sets Description field to given value.
### HasDescription
`func (o *AccessProfileDetails) HasDescription() bool`
HasDescription returns a boolean if a field has been set.
### SetDescriptionNil
`func (o *AccessProfileDetails) SetDescriptionNil(b bool)`
SetDescriptionNil sets the value for Description to be an explicit nil
### UnsetDescription
`func (o *AccessProfileDetails) UnsetDescription()`
UnsetDescription ensures that no value is present for Description, not even an explicit nil
### GetCreated
`func (o *AccessProfileDetails) GetCreated() time.Time`
GetCreated returns the Created field if non-nil, zero value otherwise.
### GetCreatedOk
`func (o *AccessProfileDetails) 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 *AccessProfileDetails) SetCreated(v time.Time)`
SetCreated sets Created field to given value.
### HasCreated
`func (o *AccessProfileDetails) HasCreated() bool`
HasCreated returns a boolean if a field has been set.
### GetModified
`func (o *AccessProfileDetails) GetModified() time.Time`
GetModified returns the Modified field if non-nil, zero value otherwise.
### GetModifiedOk
`func (o *AccessProfileDetails) 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 *AccessProfileDetails) SetModified(v time.Time)`
SetModified sets Modified field to given value.
### HasModified
`func (o *AccessProfileDetails) HasModified() bool`
HasModified returns a boolean if a field has been set.
### GetDisabled
`func (o *AccessProfileDetails) GetDisabled() bool`
GetDisabled returns the Disabled field if non-nil, zero value otherwise.
### GetDisabledOk
`func (o *AccessProfileDetails) GetDisabledOk() (*bool, bool)`
GetDisabledOk returns a tuple with the Disabled field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetDisabled
`func (o *AccessProfileDetails) SetDisabled(v bool)`
SetDisabled sets Disabled field to given value.
### HasDisabled
`func (o *AccessProfileDetails) HasDisabled() bool`
HasDisabled returns a boolean if a field has been set.
### GetRequestable
`func (o *AccessProfileDetails) GetRequestable() bool`
GetRequestable returns the Requestable field if non-nil, zero value otherwise.
### GetRequestableOk
`func (o *AccessProfileDetails) GetRequestableOk() (*bool, bool)`
GetRequestableOk returns a tuple with the Requestable field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetRequestable
`func (o *AccessProfileDetails) SetRequestable(v bool)`
SetRequestable sets Requestable field to given value.
### HasRequestable
`func (o *AccessProfileDetails) HasRequestable() bool`
HasRequestable returns a boolean if a field has been set.
### GetProtected
`func (o *AccessProfileDetails) GetProtected() bool`
GetProtected returns the Protected field if non-nil, zero value otherwise.
### GetProtectedOk
`func (o *AccessProfileDetails) GetProtectedOk() (*bool, bool)`
GetProtectedOk returns a tuple with the Protected field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetProtected
`func (o *AccessProfileDetails) SetProtected(v bool)`
SetProtected sets Protected field to given value.
### HasProtected
`func (o *AccessProfileDetails) HasProtected() bool`
HasProtected returns a boolean if a field has been set.
### GetOwnerId
`func (o *AccessProfileDetails) GetOwnerId() string`
GetOwnerId returns the OwnerId field if non-nil, zero value otherwise.
### GetOwnerIdOk
`func (o *AccessProfileDetails) GetOwnerIdOk() (*string, bool)`
GetOwnerIdOk returns a tuple with the OwnerId field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetOwnerId
`func (o *AccessProfileDetails) SetOwnerId(v string)`
SetOwnerId sets OwnerId field to given value.
### HasOwnerId
`func (o *AccessProfileDetails) HasOwnerId() bool`
HasOwnerId returns a boolean if a field has been set.
### GetSourceId
`func (o *AccessProfileDetails) GetSourceId() int64`
GetSourceId returns the SourceId field if non-nil, zero value otherwise.
### GetSourceIdOk
`func (o *AccessProfileDetails) GetSourceIdOk() (*int64, 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 *AccessProfileDetails) SetSourceId(v int64)`
SetSourceId sets SourceId field to given value.
### HasSourceId
`func (o *AccessProfileDetails) HasSourceId() bool`
HasSourceId returns a boolean if a field has been set.
### SetSourceIdNil
`func (o *AccessProfileDetails) SetSourceIdNil(b bool)`
SetSourceIdNil sets the value for SourceId to be an explicit nil
### UnsetSourceId
`func (o *AccessProfileDetails) UnsetSourceId()`
UnsetSourceId ensures that no value is present for SourceId, not even an explicit nil
### GetSourceName
`func (o *AccessProfileDetails) GetSourceName() string`
GetSourceName returns the SourceName field if non-nil, zero value otherwise.
### GetSourceNameOk
`func (o *AccessProfileDetails) GetSourceNameOk() (*string, bool)`
GetSourceNameOk returns a tuple with the SourceName field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetSourceName
`func (o *AccessProfileDetails) SetSourceName(v string)`
SetSourceName sets SourceName field to given value.
### HasSourceName
`func (o *AccessProfileDetails) HasSourceName() bool`
HasSourceName returns a boolean if a field has been set.
### GetAppId
`func (o *AccessProfileDetails) GetAppId() int64`
GetAppId returns the AppId field if non-nil, zero value otherwise.
### GetAppIdOk
`func (o *AccessProfileDetails) GetAppIdOk() (*int64, bool)`
GetAppIdOk returns a tuple with the AppId field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetAppId
`func (o *AccessProfileDetails) SetAppId(v int64)`
SetAppId sets AppId field to given value.
### HasAppId
`func (o *AccessProfileDetails) HasAppId() bool`
HasAppId returns a boolean if a field has been set.
### SetAppIdNil
`func (o *AccessProfileDetails) SetAppIdNil(b bool)`
SetAppIdNil sets the value for AppId to be an explicit nil
### UnsetAppId
`func (o *AccessProfileDetails) UnsetAppId()`
UnsetAppId ensures that no value is present for AppId, not even an explicit nil
### GetAppName
`func (o *AccessProfileDetails) GetAppName() string`
GetAppName returns the AppName field if non-nil, zero value otherwise.
### GetAppNameOk
`func (o *AccessProfileDetails) GetAppNameOk() (*string, bool)`
GetAppNameOk returns a tuple with the AppName field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetAppName
`func (o *AccessProfileDetails) SetAppName(v string)`
SetAppName sets AppName field to given value.
### HasAppName
`func (o *AccessProfileDetails) HasAppName() bool`
HasAppName returns a boolean if a field has been set.
### SetAppNameNil
`func (o *AccessProfileDetails) SetAppNameNil(b bool)`
SetAppNameNil sets the value for AppName to be an explicit nil
### UnsetAppName
`func (o *AccessProfileDetails) UnsetAppName()`
UnsetAppName ensures that no value is present for AppName, not even an explicit nil
### GetApplicationId
`func (o *AccessProfileDetails) GetApplicationId() string`
GetApplicationId returns the ApplicationId field if non-nil, zero value otherwise.
### GetApplicationIdOk
`func (o *AccessProfileDetails) GetApplicationIdOk() (*string, bool)`
GetApplicationIdOk returns a tuple with the ApplicationId field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetApplicationId
`func (o *AccessProfileDetails) SetApplicationId(v string)`
SetApplicationId sets ApplicationId field to given value.
### HasApplicationId
`func (o *AccessProfileDetails) HasApplicationId() bool`
HasApplicationId returns a boolean if a field has been set.
### GetType
`func (o *AccessProfileDetails) GetType() string`
GetType returns the Type field if non-nil, zero value otherwise.
### GetTypeOk
`func (o *AccessProfileDetails) GetTypeOk() (*string, bool)`
GetTypeOk returns a tuple with the Type field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetType
`func (o *AccessProfileDetails) SetType(v string)`
SetType sets Type field to given value.
### HasType
`func (o *AccessProfileDetails) HasType() bool`
HasType returns a boolean if a field has been set.
### GetEntitlements
`func (o *AccessProfileDetails) GetEntitlements() []string`
GetEntitlements returns the Entitlements field if non-nil, zero value otherwise.
### GetEntitlementsOk
`func (o *AccessProfileDetails) GetEntitlementsOk() (*[]string, bool)`
GetEntitlementsOk returns a tuple with the Entitlements field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetEntitlements
`func (o *AccessProfileDetails) SetEntitlements(v []string)`
SetEntitlements sets Entitlements field to given value.
### HasEntitlements
`func (o *AccessProfileDetails) HasEntitlements() bool`
HasEntitlements returns a boolean if a field has been set.
### GetEntitlementCount
`func (o *AccessProfileDetails) GetEntitlementCount() int32`
GetEntitlementCount returns the EntitlementCount field if non-nil, zero value otherwise.
### GetEntitlementCountOk
`func (o *AccessProfileDetails) GetEntitlementCountOk() (*int32, bool)`
GetEntitlementCountOk returns a tuple with the EntitlementCount field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetEntitlementCount
`func (o *AccessProfileDetails) SetEntitlementCount(v int32)`
SetEntitlementCount sets EntitlementCount field to given value.
### HasEntitlementCount
`func (o *AccessProfileDetails) HasEntitlementCount() bool`
HasEntitlementCount returns a boolean if a field has been set.
### GetSegments
`func (o *AccessProfileDetails) GetSegments() []string`
GetSegments returns the Segments field if non-nil, zero value otherwise.
### GetSegmentsOk
`func (o *AccessProfileDetails) GetSegmentsOk() (*[]string, bool)`
GetSegmentsOk returns a tuple with the Segments field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetSegments
`func (o *AccessProfileDetails) SetSegments(v []string)`
SetSegments sets Segments field to given value.
### HasSegments
`func (o *AccessProfileDetails) HasSegments() bool`
HasSegments returns a boolean if a field has been set.
### GetApprovalSchemes
`func (o *AccessProfileDetails) GetApprovalSchemes() string`
GetApprovalSchemes returns the ApprovalSchemes field if non-nil, zero value otherwise.
### GetApprovalSchemesOk
`func (o *AccessProfileDetails) GetApprovalSchemesOk() (*string, bool)`
GetApprovalSchemesOk returns a tuple with the ApprovalSchemes field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetApprovalSchemes
`func (o *AccessProfileDetails) SetApprovalSchemes(v string)`
SetApprovalSchemes sets ApprovalSchemes field to given value.
### HasApprovalSchemes
`func (o *AccessProfileDetails) HasApprovalSchemes() bool`
HasApprovalSchemes returns a boolean if a field has been set.
### GetRevokeRequestApprovalSchemes
`func (o *AccessProfileDetails) GetRevokeRequestApprovalSchemes() string`
GetRevokeRequestApprovalSchemes returns the RevokeRequestApprovalSchemes field if non-nil, zero value otherwise.
### GetRevokeRequestApprovalSchemesOk
`func (o *AccessProfileDetails) GetRevokeRequestApprovalSchemesOk() (*string, bool)`
GetRevokeRequestApprovalSchemesOk returns a tuple with the RevokeRequestApprovalSchemes field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetRevokeRequestApprovalSchemes
`func (o *AccessProfileDetails) SetRevokeRequestApprovalSchemes(v string)`
SetRevokeRequestApprovalSchemes sets RevokeRequestApprovalSchemes field to given value.
### HasRevokeRequestApprovalSchemes
`func (o *AccessProfileDetails) HasRevokeRequestApprovalSchemes() bool`
HasRevokeRequestApprovalSchemes returns a boolean if a field has been set.
### GetRequestCommentsRequired
`func (o *AccessProfileDetails) GetRequestCommentsRequired() bool`
GetRequestCommentsRequired returns the RequestCommentsRequired field if non-nil, zero value otherwise.
### GetRequestCommentsRequiredOk
`func (o *AccessProfileDetails) GetRequestCommentsRequiredOk() (*bool, bool)`
GetRequestCommentsRequiredOk returns a tuple with the RequestCommentsRequired field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetRequestCommentsRequired
`func (o *AccessProfileDetails) SetRequestCommentsRequired(v bool)`
SetRequestCommentsRequired sets RequestCommentsRequired field to given value.
### HasRequestCommentsRequired
`func (o *AccessProfileDetails) HasRequestCommentsRequired() bool`
HasRequestCommentsRequired returns a boolean if a field has been set.
### GetDeniedCommentsRequired
`func (o *AccessProfileDetails) GetDeniedCommentsRequired() bool`
GetDeniedCommentsRequired returns the DeniedCommentsRequired field if non-nil, zero value otherwise.
### GetDeniedCommentsRequiredOk
`func (o *AccessProfileDetails) GetDeniedCommentsRequiredOk() (*bool, bool)`
GetDeniedCommentsRequiredOk returns a tuple with the DeniedCommentsRequired field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetDeniedCommentsRequired
`func (o *AccessProfileDetails) SetDeniedCommentsRequired(v bool)`
SetDeniedCommentsRequired sets DeniedCommentsRequired field to given value.
### HasDeniedCommentsRequired
`func (o *AccessProfileDetails) HasDeniedCommentsRequired() bool`
HasDeniedCommentsRequired returns a boolean if a field has been set.
### GetAccountSelector
`func (o *AccessProfileDetails) GetAccountSelector() AccessProfileDetailsAccountSelector`
GetAccountSelector returns the AccountSelector field if non-nil, zero value otherwise.
### GetAccountSelectorOk
`func (o *AccessProfileDetails) GetAccountSelectorOk() (*AccessProfileDetailsAccountSelector, bool)`
GetAccountSelectorOk returns a tuple with the AccountSelector field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetAccountSelector
`func (o *AccessProfileDetails) SetAccountSelector(v AccessProfileDetailsAccountSelector)`
SetAccountSelector sets AccountSelector field to given value.
### HasAccountSelector
`func (o *AccessProfileDetails) HasAccountSelector() bool`
HasAccountSelector returns a boolean if a field has been set.

View File

@@ -1,74 +0,0 @@
---
id: beta-access-profile-details-account-selector
title: AccessProfileDetailsAccountSelector
pagination_label: AccessProfileDetailsAccountSelector
sidebar_label: AccessProfileDetailsAccountSelector
sidebar_class_name: gosdk
keywords: ['go', 'Golang', 'sdk', 'AccessProfileDetailsAccountSelector', 'BetaAccessProfileDetailsAccountSelector']
slug: /tools/sdk/go/beta/models/access-profile-details-account-selector
tags: ['SDK', 'Software Development Kit', 'AccessProfileDetailsAccountSelector', 'BetaAccessProfileDetailsAccountSelector']
---
# AccessProfileDetailsAccountSelector
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Selectors** | Pointer to [**[]Selector**](selector) | | [optional]
## Methods
### NewAccessProfileDetailsAccountSelector
`func NewAccessProfileDetailsAccountSelector() *AccessProfileDetailsAccountSelector`
NewAccessProfileDetailsAccountSelector instantiates a new AccessProfileDetailsAccountSelector 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
### NewAccessProfileDetailsAccountSelectorWithDefaults
`func NewAccessProfileDetailsAccountSelectorWithDefaults() *AccessProfileDetailsAccountSelector`
NewAccessProfileDetailsAccountSelectorWithDefaults instantiates a new AccessProfileDetailsAccountSelector 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
### GetSelectors
`func (o *AccessProfileDetailsAccountSelector) GetSelectors() []Selector`
GetSelectors returns the Selectors field if non-nil, zero value otherwise.
### GetSelectorsOk
`func (o *AccessProfileDetailsAccountSelector) GetSelectorsOk() (*[]Selector, bool)`
GetSelectorsOk returns a tuple with the Selectors field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetSelectors
`func (o *AccessProfileDetailsAccountSelector) SetSelectors(v []Selector)`
SetSelectors sets Selectors field to given value.
### HasSelectors
`func (o *AccessProfileDetailsAccountSelector) HasSelectors() bool`
HasSelectors returns a boolean if a field has been set.
### SetSelectorsNil
`func (o *AccessProfileDetailsAccountSelector) SetSelectorsNil(b bool)`
SetSelectorsNil sets the value for Selectors to be an explicit nil
### UnsetSelectors
`func (o *AccessProfileDetailsAccountSelector) UnsetSelectors()`
UnsetSelectors ensures that no value is present for Selectors, not even an explicit nil

View File

@@ -1,116 +0,0 @@
---
id: beta-access-profile-ref
title: AccessProfileRef
pagination_label: AccessProfileRef
sidebar_label: AccessProfileRef
sidebar_class_name: gosdk
keywords: ['go', 'Golang', 'sdk', 'AccessProfileRef', 'BetaAccessProfileRef']
slug: /tools/sdk/go/beta/models/access-profile-ref
tags: ['SDK', 'Software Development Kit', 'AccessProfileRef', 'BetaAccessProfileRef']
---
# AccessProfileRef
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Id** | Pointer to **string** | ID of the Access Profile | [optional]
**Type** | Pointer to **string** | Type of requested object. This field must be either left null or set to 'ACCESS_PROFILE' when creating an Access Profile, otherwise a 400 Bad Request error will result. | [optional]
**Name** | Pointer to **string** | Human-readable display name of the Access Profile. This field is ignored on input. | [optional]
## Methods
### NewAccessProfileRef
`func NewAccessProfileRef() *AccessProfileRef`
NewAccessProfileRef instantiates a new AccessProfileRef 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
### NewAccessProfileRefWithDefaults
`func NewAccessProfileRefWithDefaults() *AccessProfileRef`
NewAccessProfileRefWithDefaults instantiates a new AccessProfileRef 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 *AccessProfileRef) GetId() string`
GetId returns the Id field if non-nil, zero value otherwise.
### GetIdOk
`func (o *AccessProfileRef) 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 *AccessProfileRef) SetId(v string)`
SetId sets Id field to given value.
### HasId
`func (o *AccessProfileRef) HasId() bool`
HasId returns a boolean if a field has been set.
### GetType
`func (o *AccessProfileRef) GetType() string`
GetType returns the Type field if non-nil, zero value otherwise.
### GetTypeOk
`func (o *AccessProfileRef) GetTypeOk() (*string, bool)`
GetTypeOk returns a tuple with the Type field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetType
`func (o *AccessProfileRef) SetType(v string)`
SetType sets Type field to given value.
### HasType
`func (o *AccessProfileRef) HasType() bool`
HasType returns a boolean if a field has been set.
### GetName
`func (o *AccessProfileRef) GetName() string`
GetName returns the Name field if non-nil, zero value otherwise.
### GetNameOk
`func (o *AccessProfileRef) 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 *AccessProfileRef) SetName(v string)`
SetName sets Name field to given value.
### HasName
`func (o *AccessProfileRef) HasName() bool`
HasName returns a boolean if a field has been set.

View File

@@ -1,116 +0,0 @@
---
id: beta-access-profile-source-ref
title: AccessProfileSourceRef
pagination_label: AccessProfileSourceRef
sidebar_label: AccessProfileSourceRef
sidebar_class_name: gosdk
keywords: ['go', 'Golang', 'sdk', 'AccessProfileSourceRef', 'BetaAccessProfileSourceRef']
slug: /tools/sdk/go/beta/models/access-profile-source-ref
tags: ['SDK', 'Software Development Kit', 'AccessProfileSourceRef', 'BetaAccessProfileSourceRef']
---
# AccessProfileSourceRef
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Id** | Pointer to **string** | The ID of the Source with with which the Access Profile is associated | [optional]
**Type** | Pointer to **string** | The type of the Source, will always be SOURCE | [optional]
**Name** | Pointer to **string** | The display name of the associated Source | [optional]
## Methods
### NewAccessProfileSourceRef
`func NewAccessProfileSourceRef() *AccessProfileSourceRef`
NewAccessProfileSourceRef instantiates a new AccessProfileSourceRef 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
### NewAccessProfileSourceRefWithDefaults
`func NewAccessProfileSourceRefWithDefaults() *AccessProfileSourceRef`
NewAccessProfileSourceRefWithDefaults instantiates a new AccessProfileSourceRef 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 *AccessProfileSourceRef) GetId() string`
GetId returns the Id field if non-nil, zero value otherwise.
### GetIdOk
`func (o *AccessProfileSourceRef) 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 *AccessProfileSourceRef) SetId(v string)`
SetId sets Id field to given value.
### HasId
`func (o *AccessProfileSourceRef) HasId() bool`
HasId returns a boolean if a field has been set.
### GetType
`func (o *AccessProfileSourceRef) GetType() string`
GetType returns the Type field if non-nil, zero value otherwise.
### GetTypeOk
`func (o *AccessProfileSourceRef) GetTypeOk() (*string, bool)`
GetTypeOk returns a tuple with the Type field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetType
`func (o *AccessProfileSourceRef) SetType(v string)`
SetType sets Type field to given value.
### HasType
`func (o *AccessProfileSourceRef) HasType() bool`
HasType returns a boolean if a field has been set.
### GetName
`func (o *AccessProfileSourceRef) GetName() string`
GetName returns the Name field if non-nil, zero value otherwise.
### GetNameOk
`func (o *AccessProfileSourceRef) 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 *AccessProfileSourceRef) SetName(v string)`
SetName sets Name field to given value.
### HasName
`func (o *AccessProfileSourceRef) HasName() bool`
HasName returns a boolean if a field has been set.

View File

@@ -1,127 +0,0 @@
---
id: beta-access-profile-update-item
title: AccessProfileUpdateItem
pagination_label: AccessProfileUpdateItem
sidebar_label: AccessProfileUpdateItem
sidebar_class_name: gosdk
keywords: ['go', 'Golang', 'sdk', 'AccessProfileUpdateItem', 'BetaAccessProfileUpdateItem']
slug: /tools/sdk/go/beta/models/access-profile-update-item
tags: ['SDK', 'Software Development Kit', 'AccessProfileUpdateItem', 'BetaAccessProfileUpdateItem']
---
# AccessProfileUpdateItem
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Id** | **string** | Identifier of Access Profile in bulk update request. |
**Requestable** | **bool** | Access Profile requestable or not. |
**Status** | **string** | The HTTP response status code returned for an individual Access Profile that is requested for update during a bulk update operation. > 201 - Access profile is updated successfully. > 404 - Access profile not found. |
**Description** | Pointer to **string** | Human readable status description and containing additional context information about success or failures etc. | [optional]
## Methods
### NewAccessProfileUpdateItem
`func NewAccessProfileUpdateItem(id string, requestable bool, status string, ) *AccessProfileUpdateItem`
NewAccessProfileUpdateItem instantiates a new AccessProfileUpdateItem 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
### NewAccessProfileUpdateItemWithDefaults
`func NewAccessProfileUpdateItemWithDefaults() *AccessProfileUpdateItem`
NewAccessProfileUpdateItemWithDefaults instantiates a new AccessProfileUpdateItem 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 *AccessProfileUpdateItem) GetId() string`
GetId returns the Id field if non-nil, zero value otherwise.
### GetIdOk
`func (o *AccessProfileUpdateItem) 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 *AccessProfileUpdateItem) SetId(v string)`
SetId sets Id field to given value.
### GetRequestable
`func (o *AccessProfileUpdateItem) GetRequestable() bool`
GetRequestable returns the Requestable field if non-nil, zero value otherwise.
### GetRequestableOk
`func (o *AccessProfileUpdateItem) GetRequestableOk() (*bool, bool)`
GetRequestableOk returns a tuple with the Requestable field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetRequestable
`func (o *AccessProfileUpdateItem) SetRequestable(v bool)`
SetRequestable sets Requestable field to given value.
### GetStatus
`func (o *AccessProfileUpdateItem) GetStatus() string`
GetStatus returns the Status field if non-nil, zero value otherwise.
### GetStatusOk
`func (o *AccessProfileUpdateItem) GetStatusOk() (*string, bool)`
GetStatusOk returns a tuple with the Status field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetStatus
`func (o *AccessProfileUpdateItem) SetStatus(v string)`
SetStatus sets Status field to given value.
### GetDescription
`func (o *AccessProfileUpdateItem) GetDescription() string`
GetDescription returns the Description field if non-nil, zero value otherwise.
### GetDescriptionOk
`func (o *AccessProfileUpdateItem) 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 *AccessProfileUpdateItem) SetDescription(v string)`
SetDescription sets Description field to given value.
### HasDescription
`func (o *AccessProfileUpdateItem) HasDescription() bool`
HasDescription returns a boolean if a field has been set.

View File

@@ -1,90 +0,0 @@
---
id: beta-access-profile-usage
title: AccessProfileUsage
pagination_label: AccessProfileUsage
sidebar_label: AccessProfileUsage
sidebar_class_name: gosdk
keywords: ['go', 'Golang', 'sdk', 'AccessProfileUsage', 'BetaAccessProfileUsage']
slug: /tools/sdk/go/beta/models/access-profile-usage
tags: ['SDK', 'Software Development Kit', 'AccessProfileUsage', 'BetaAccessProfileUsage']
---
# AccessProfileUsage
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**AccessProfileId** | Pointer to **string** | ID of the Access Profile that is in use | [optional]
**UsedBy** | Pointer to [**[]AccessProfileUsageUsedByInner**](access-profile-usage-used-by-inner) | List of references to objects which are using the indicated Access Profile | [optional]
## Methods
### NewAccessProfileUsage
`func NewAccessProfileUsage() *AccessProfileUsage`
NewAccessProfileUsage instantiates a new AccessProfileUsage 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
### NewAccessProfileUsageWithDefaults
`func NewAccessProfileUsageWithDefaults() *AccessProfileUsage`
NewAccessProfileUsageWithDefaults instantiates a new AccessProfileUsage 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
### GetAccessProfileId
`func (o *AccessProfileUsage) GetAccessProfileId() string`
GetAccessProfileId returns the AccessProfileId field if non-nil, zero value otherwise.
### GetAccessProfileIdOk
`func (o *AccessProfileUsage) GetAccessProfileIdOk() (*string, bool)`
GetAccessProfileIdOk returns a tuple with the AccessProfileId field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetAccessProfileId
`func (o *AccessProfileUsage) SetAccessProfileId(v string)`
SetAccessProfileId sets AccessProfileId field to given value.
### HasAccessProfileId
`func (o *AccessProfileUsage) HasAccessProfileId() bool`
HasAccessProfileId returns a boolean if a field has been set.
### GetUsedBy
`func (o *AccessProfileUsage) GetUsedBy() []AccessProfileUsageUsedByInner`
GetUsedBy returns the UsedBy field if non-nil, zero value otherwise.
### GetUsedByOk
`func (o *AccessProfileUsage) GetUsedByOk() (*[]AccessProfileUsageUsedByInner, bool)`
GetUsedByOk returns a tuple with the UsedBy field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetUsedBy
`func (o *AccessProfileUsage) SetUsedBy(v []AccessProfileUsageUsedByInner)`
SetUsedBy sets UsedBy field to given value.
### HasUsedBy
`func (o *AccessProfileUsage) HasUsedBy() bool`
HasUsedBy returns a boolean if a field has been set.

View File

@@ -1,116 +0,0 @@
---
id: beta-access-profile-usage-used-by-inner
title: AccessProfileUsageUsedByInner
pagination_label: AccessProfileUsageUsedByInner
sidebar_label: AccessProfileUsageUsedByInner
sidebar_class_name: gosdk
keywords: ['go', 'Golang', 'sdk', 'AccessProfileUsageUsedByInner', 'BetaAccessProfileUsageUsedByInner']
slug: /tools/sdk/go/beta/models/access-profile-usage-used-by-inner
tags: ['SDK', 'Software Development Kit', 'AccessProfileUsageUsedByInner', 'BetaAccessProfileUsageUsedByInner']
---
# AccessProfileUsageUsedByInner
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Type** | Pointer to **string** | DTO type of role using the access profile. | [optional]
**Id** | Pointer to **string** | ID of role using the access profile. | [optional]
**Name** | Pointer to **string** | Display name of role using the access profile. | [optional]
## Methods
### NewAccessProfileUsageUsedByInner
`func NewAccessProfileUsageUsedByInner() *AccessProfileUsageUsedByInner`
NewAccessProfileUsageUsedByInner instantiates a new AccessProfileUsageUsedByInner 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
### NewAccessProfileUsageUsedByInnerWithDefaults
`func NewAccessProfileUsageUsedByInnerWithDefaults() *AccessProfileUsageUsedByInner`
NewAccessProfileUsageUsedByInnerWithDefaults instantiates a new AccessProfileUsageUsedByInner 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
### GetType
`func (o *AccessProfileUsageUsedByInner) GetType() string`
GetType returns the Type field if non-nil, zero value otherwise.
### GetTypeOk
`func (o *AccessProfileUsageUsedByInner) GetTypeOk() (*string, bool)`
GetTypeOk returns a tuple with the Type field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetType
`func (o *AccessProfileUsageUsedByInner) SetType(v string)`
SetType sets Type field to given value.
### HasType
`func (o *AccessProfileUsageUsedByInner) HasType() bool`
HasType returns a boolean if a field has been set.
### GetId
`func (o *AccessProfileUsageUsedByInner) GetId() string`
GetId returns the Id field if non-nil, zero value otherwise.
### GetIdOk
`func (o *AccessProfileUsageUsedByInner) 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 *AccessProfileUsageUsedByInner) SetId(v string)`
SetId sets Id field to given value.
### HasId
`func (o *AccessProfileUsageUsedByInner) HasId() bool`
HasId returns a boolean if a field has been set.
### GetName
`func (o *AccessProfileUsageUsedByInner) GetName() string`
GetName returns the Name field if non-nil, zero value otherwise.
### GetNameOk
`func (o *AccessProfileUsageUsedByInner) 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 *AccessProfileUsageUsedByInner) SetName(v string)`
SetName sets Name field to given value.
### HasName
`func (o *AccessProfileUsageUsedByInner) HasName() bool`
HasName returns a boolean if a field has been set.

View File

@@ -1,64 +0,0 @@
---
id: beta-access-recommendation-message
title: AccessRecommendationMessage
pagination_label: AccessRecommendationMessage
sidebar_label: AccessRecommendationMessage
sidebar_class_name: gosdk
keywords: ['go', 'Golang', 'sdk', 'AccessRecommendationMessage', 'BetaAccessRecommendationMessage']
slug: /tools/sdk/go/beta/models/access-recommendation-message
tags: ['SDK', 'Software Development Kit', 'AccessRecommendationMessage', 'BetaAccessRecommendationMessage']
---
# AccessRecommendationMessage
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Interpretation** | Pointer to **string** | Information about why the access item was recommended. | [optional]
## Methods
### NewAccessRecommendationMessage
`func NewAccessRecommendationMessage() *AccessRecommendationMessage`
NewAccessRecommendationMessage instantiates a new AccessRecommendationMessage 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
### NewAccessRecommendationMessageWithDefaults
`func NewAccessRecommendationMessageWithDefaults() *AccessRecommendationMessage`
NewAccessRecommendationMessageWithDefaults instantiates a new AccessRecommendationMessage 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
### GetInterpretation
`func (o *AccessRecommendationMessage) GetInterpretation() string`
GetInterpretation returns the Interpretation field if non-nil, zero value otherwise.
### GetInterpretationOk
`func (o *AccessRecommendationMessage) GetInterpretationOk() (*string, bool)`
GetInterpretationOk returns a tuple with the Interpretation field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetInterpretation
`func (o *AccessRecommendationMessage) SetInterpretation(v string)`
SetInterpretation sets Interpretation field to given value.
### HasInterpretation
`func (o *AccessRecommendationMessage) HasInterpretation() bool`
HasInterpretation returns a boolean if a field has been set.

View File

@@ -1,142 +0,0 @@
---
id: beta-access-request
title: AccessRequest
pagination_label: AccessRequest
sidebar_label: AccessRequest
sidebar_class_name: gosdk
keywords: ['go', 'Golang', 'sdk', 'AccessRequest', 'BetaAccessRequest']
slug: /tools/sdk/go/beta/models/access-request
tags: ['SDK', 'Software Development Kit', 'AccessRequest', 'BetaAccessRequest']
---
# AccessRequest
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**RequestedFor** | **[]string** | A list of Identity IDs for whom the Access is requested. If it's a Revoke request, there can only be one Identity ID. |
**RequestType** | Pointer to [**NullableAccessRequestType**](access-request-type) | | [optional]
**RequestedItems** | [**[]AccessRequestItem**](access-request-item) | |
**ClientMetadata** | Pointer to **map[string]string** | Arbitrary key-value pairs. They will never be processed by the IdentityNow system but will be returned on associated APIs such as /account-activities. | [optional]
## Methods
### NewAccessRequest
`func NewAccessRequest(requestedFor []string, requestedItems []AccessRequestItem, ) *AccessRequest`
NewAccessRequest instantiates a new AccessRequest 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
### NewAccessRequestWithDefaults
`func NewAccessRequestWithDefaults() *AccessRequest`
NewAccessRequestWithDefaults instantiates a new AccessRequest 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
### GetRequestedFor
`func (o *AccessRequest) GetRequestedFor() []string`
GetRequestedFor returns the RequestedFor field if non-nil, zero value otherwise.
### GetRequestedForOk
`func (o *AccessRequest) GetRequestedForOk() (*[]string, bool)`
GetRequestedForOk returns a tuple with the RequestedFor field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetRequestedFor
`func (o *AccessRequest) SetRequestedFor(v []string)`
SetRequestedFor sets RequestedFor field to given value.
### GetRequestType
`func (o *AccessRequest) GetRequestType() AccessRequestType`
GetRequestType returns the RequestType field if non-nil, zero value otherwise.
### GetRequestTypeOk
`func (o *AccessRequest) GetRequestTypeOk() (*AccessRequestType, bool)`
GetRequestTypeOk returns a tuple with the RequestType field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetRequestType
`func (o *AccessRequest) SetRequestType(v AccessRequestType)`
SetRequestType sets RequestType field to given value.
### HasRequestType
`func (o *AccessRequest) HasRequestType() bool`
HasRequestType returns a boolean if a field has been set.
### SetRequestTypeNil
`func (o *AccessRequest) SetRequestTypeNil(b bool)`
SetRequestTypeNil sets the value for RequestType to be an explicit nil
### UnsetRequestType
`func (o *AccessRequest) UnsetRequestType()`
UnsetRequestType ensures that no value is present for RequestType, not even an explicit nil
### GetRequestedItems
`func (o *AccessRequest) GetRequestedItems() []AccessRequestItem`
GetRequestedItems returns the RequestedItems field if non-nil, zero value otherwise.
### GetRequestedItemsOk
`func (o *AccessRequest) GetRequestedItemsOk() (*[]AccessRequestItem, bool)`
GetRequestedItemsOk returns a tuple with the RequestedItems field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetRequestedItems
`func (o *AccessRequest) SetRequestedItems(v []AccessRequestItem)`
SetRequestedItems sets RequestedItems field to given value.
### GetClientMetadata
`func (o *AccessRequest) GetClientMetadata() map[string]string`
GetClientMetadata returns the ClientMetadata field if non-nil, zero value otherwise.
### GetClientMetadataOk
`func (o *AccessRequest) GetClientMetadataOk() (*map[string]string, bool)`
GetClientMetadataOk returns a tuple with the ClientMetadata field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetClientMetadata
`func (o *AccessRequest) SetClientMetadata(v map[string]string)`
SetClientMetadata sets ClientMetadata field to given value.
### HasClientMetadata
`func (o *AccessRequest) HasClientMetadata() bool`
HasClientMetadata returns a boolean if a field has been set.

View File

@@ -1,194 +0,0 @@
---
id: beta-access-request-config
title: AccessRequestConfig
pagination_label: AccessRequestConfig
sidebar_label: AccessRequestConfig
sidebar_class_name: gosdk
keywords: ['go', 'Golang', 'sdk', 'AccessRequestConfig', 'BetaAccessRequestConfig']
slug: /tools/sdk/go/beta/models/access-request-config
tags: ['SDK', 'Software Development Kit', 'AccessRequestConfig', 'BetaAccessRequestConfig']
---
# AccessRequestConfig
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**ApprovalsMustBeExternal** | Pointer to **bool** | If this is true, approvals must be processed by an external system. Also, if this is true, it blocks Request Center access requests and returns an error for any user who isn't an org admin. | [optional] [default to false]
**AutoApprovalEnabled** | Pointer to **bool** | If this is true and the requester and reviewer are the same, the request is automatically approved. | [optional] [default to false]
**ReauthorizationEnabled** | Pointer to **bool** | If this is true, reauthorization will be enforced for appropriately configured access items. Enablement of this feature is currently in a limited state. | [optional] [default to false]
**RequestOnBehalfOfConfig** | Pointer to [**RequestOnBehalfOfConfig**](request-on-behalf-of-config) | | [optional]
**ApprovalReminderAndEscalationConfig** | Pointer to [**ApprovalReminderAndEscalationConfig**](approval-reminder-and-escalation-config) | | [optional]
**EntitlementRequestConfig** | Pointer to [**EntitlementRequestConfig1**](entitlement-request-config1) | | [optional]
## Methods
### NewAccessRequestConfig
`func NewAccessRequestConfig() *AccessRequestConfig`
NewAccessRequestConfig instantiates a new AccessRequestConfig 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
### NewAccessRequestConfigWithDefaults
`func NewAccessRequestConfigWithDefaults() *AccessRequestConfig`
NewAccessRequestConfigWithDefaults instantiates a new AccessRequestConfig 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
### GetApprovalsMustBeExternal
`func (o *AccessRequestConfig) GetApprovalsMustBeExternal() bool`
GetApprovalsMustBeExternal returns the ApprovalsMustBeExternal field if non-nil, zero value otherwise.
### GetApprovalsMustBeExternalOk
`func (o *AccessRequestConfig) GetApprovalsMustBeExternalOk() (*bool, bool)`
GetApprovalsMustBeExternalOk returns a tuple with the ApprovalsMustBeExternal field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetApprovalsMustBeExternal
`func (o *AccessRequestConfig) SetApprovalsMustBeExternal(v bool)`
SetApprovalsMustBeExternal sets ApprovalsMustBeExternal field to given value.
### HasApprovalsMustBeExternal
`func (o *AccessRequestConfig) HasApprovalsMustBeExternal() bool`
HasApprovalsMustBeExternal returns a boolean if a field has been set.
### GetAutoApprovalEnabled
`func (o *AccessRequestConfig) GetAutoApprovalEnabled() bool`
GetAutoApprovalEnabled returns the AutoApprovalEnabled field if non-nil, zero value otherwise.
### GetAutoApprovalEnabledOk
`func (o *AccessRequestConfig) GetAutoApprovalEnabledOk() (*bool, bool)`
GetAutoApprovalEnabledOk returns a tuple with the AutoApprovalEnabled field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetAutoApprovalEnabled
`func (o *AccessRequestConfig) SetAutoApprovalEnabled(v bool)`
SetAutoApprovalEnabled sets AutoApprovalEnabled field to given value.
### HasAutoApprovalEnabled
`func (o *AccessRequestConfig) HasAutoApprovalEnabled() bool`
HasAutoApprovalEnabled returns a boolean if a field has been set.
### GetReauthorizationEnabled
`func (o *AccessRequestConfig) GetReauthorizationEnabled() bool`
GetReauthorizationEnabled returns the ReauthorizationEnabled field if non-nil, zero value otherwise.
### GetReauthorizationEnabledOk
`func (o *AccessRequestConfig) GetReauthorizationEnabledOk() (*bool, bool)`
GetReauthorizationEnabledOk returns a tuple with the ReauthorizationEnabled field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetReauthorizationEnabled
`func (o *AccessRequestConfig) SetReauthorizationEnabled(v bool)`
SetReauthorizationEnabled sets ReauthorizationEnabled field to given value.
### HasReauthorizationEnabled
`func (o *AccessRequestConfig) HasReauthorizationEnabled() bool`
HasReauthorizationEnabled returns a boolean if a field has been set.
### GetRequestOnBehalfOfConfig
`func (o *AccessRequestConfig) GetRequestOnBehalfOfConfig() RequestOnBehalfOfConfig`
GetRequestOnBehalfOfConfig returns the RequestOnBehalfOfConfig field if non-nil, zero value otherwise.
### GetRequestOnBehalfOfConfigOk
`func (o *AccessRequestConfig) GetRequestOnBehalfOfConfigOk() (*RequestOnBehalfOfConfig, bool)`
GetRequestOnBehalfOfConfigOk returns a tuple with the RequestOnBehalfOfConfig field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetRequestOnBehalfOfConfig
`func (o *AccessRequestConfig) SetRequestOnBehalfOfConfig(v RequestOnBehalfOfConfig)`
SetRequestOnBehalfOfConfig sets RequestOnBehalfOfConfig field to given value.
### HasRequestOnBehalfOfConfig
`func (o *AccessRequestConfig) HasRequestOnBehalfOfConfig() bool`
HasRequestOnBehalfOfConfig returns a boolean if a field has been set.
### GetApprovalReminderAndEscalationConfig
`func (o *AccessRequestConfig) GetApprovalReminderAndEscalationConfig() ApprovalReminderAndEscalationConfig`
GetApprovalReminderAndEscalationConfig returns the ApprovalReminderAndEscalationConfig field if non-nil, zero value otherwise.
### GetApprovalReminderAndEscalationConfigOk
`func (o *AccessRequestConfig) GetApprovalReminderAndEscalationConfigOk() (*ApprovalReminderAndEscalationConfig, bool)`
GetApprovalReminderAndEscalationConfigOk returns a tuple with the ApprovalReminderAndEscalationConfig field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetApprovalReminderAndEscalationConfig
`func (o *AccessRequestConfig) SetApprovalReminderAndEscalationConfig(v ApprovalReminderAndEscalationConfig)`
SetApprovalReminderAndEscalationConfig sets ApprovalReminderAndEscalationConfig field to given value.
### HasApprovalReminderAndEscalationConfig
`func (o *AccessRequestConfig) HasApprovalReminderAndEscalationConfig() bool`
HasApprovalReminderAndEscalationConfig returns a boolean if a field has been set.
### GetEntitlementRequestConfig
`func (o *AccessRequestConfig) GetEntitlementRequestConfig() EntitlementRequestConfig1`
GetEntitlementRequestConfig returns the EntitlementRequestConfig field if non-nil, zero value otherwise.
### GetEntitlementRequestConfigOk
`func (o *AccessRequestConfig) GetEntitlementRequestConfigOk() (*EntitlementRequestConfig1, bool)`
GetEntitlementRequestConfigOk returns a tuple with the EntitlementRequestConfig field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetEntitlementRequestConfig
`func (o *AccessRequestConfig) SetEntitlementRequestConfig(v EntitlementRequestConfig1)`
SetEntitlementRequestConfig sets EntitlementRequestConfig field to given value.
### HasEntitlementRequestConfig
`func (o *AccessRequestConfig) HasEntitlementRequestConfig() bool`
HasEntitlementRequestConfig returns a boolean if a field has been set.

View File

@@ -1,64 +0,0 @@
---
id: beta-access-request-context
title: AccessRequestContext
pagination_label: AccessRequestContext
sidebar_label: AccessRequestContext
sidebar_class_name: gosdk
keywords: ['go', 'Golang', 'sdk', 'AccessRequestContext', 'BetaAccessRequestContext']
slug: /tools/sdk/go/beta/models/access-request-context
tags: ['SDK', 'Software Development Kit', 'AccessRequestContext', 'BetaAccessRequestContext']
---
# AccessRequestContext
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**ContextAttributes** | Pointer to [**[]ContextAttributeDto**](context-attribute-dto) | | [optional]
## Methods
### NewAccessRequestContext
`func NewAccessRequestContext() *AccessRequestContext`
NewAccessRequestContext instantiates a new AccessRequestContext 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
### NewAccessRequestContextWithDefaults
`func NewAccessRequestContextWithDefaults() *AccessRequestContext`
NewAccessRequestContextWithDefaults instantiates a new AccessRequestContext 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
### GetContextAttributes
`func (o *AccessRequestContext) GetContextAttributes() []ContextAttributeDto`
GetContextAttributes returns the ContextAttributes field if non-nil, zero value otherwise.
### GetContextAttributesOk
`func (o *AccessRequestContext) GetContextAttributesOk() (*[]ContextAttributeDto, bool)`
GetContextAttributesOk returns a tuple with the ContextAttributes field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetContextAttributes
`func (o *AccessRequestContext) SetContextAttributes(v []ContextAttributeDto)`
SetContextAttributes sets ContextAttributes field to given value.
### HasContextAttributes
`func (o *AccessRequestContext) HasContextAttributes() bool`
HasContextAttributes returns a boolean if a field has been set.

View File

@@ -1,122 +0,0 @@
---
id: beta-access-request-dynamic-approver
title: AccessRequestDynamicApprover
pagination_label: AccessRequestDynamicApprover
sidebar_label: AccessRequestDynamicApprover
sidebar_class_name: gosdk
keywords: ['go', 'Golang', 'sdk', 'AccessRequestDynamicApprover', 'BetaAccessRequestDynamicApprover']
slug: /tools/sdk/go/beta/models/access-request-dynamic-approver
tags: ['SDK', 'Software Development Kit', 'AccessRequestDynamicApprover', 'BetaAccessRequestDynamicApprover']
---
# AccessRequestDynamicApprover
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**AccessRequestId** | **string** | Unique ID of the access request object. You can use this ID with the [Access Request Status endpoint](https://developer.sailpoint.com/idn/api/beta/list-access-request-status) to get the request's status. |
**RequestedFor** | [**[]AccessItemRequestedForDto1**](access-item-requested-for-dto1) | Identities access was requested for. |
**RequestedItems** | [**[]AccessRequestDynamicApproverRequestedItemsInner**](access-request-dynamic-approver-requested-items-inner) | Requested access items. |
**RequestedBy** | [**AccessItemRequesterDto1**](access-item-requester-dto1) | |
## Methods
### NewAccessRequestDynamicApprover
`func NewAccessRequestDynamicApprover(accessRequestId string, requestedFor []AccessItemRequestedForDto1, requestedItems []AccessRequestDynamicApproverRequestedItemsInner, requestedBy AccessItemRequesterDto1, ) *AccessRequestDynamicApprover`
NewAccessRequestDynamicApprover instantiates a new AccessRequestDynamicApprover 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
### NewAccessRequestDynamicApproverWithDefaults
`func NewAccessRequestDynamicApproverWithDefaults() *AccessRequestDynamicApprover`
NewAccessRequestDynamicApproverWithDefaults instantiates a new AccessRequestDynamicApprover 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
### GetAccessRequestId
`func (o *AccessRequestDynamicApprover) GetAccessRequestId() string`
GetAccessRequestId returns the AccessRequestId field if non-nil, zero value otherwise.
### GetAccessRequestIdOk
`func (o *AccessRequestDynamicApprover) GetAccessRequestIdOk() (*string, bool)`
GetAccessRequestIdOk returns a tuple with the AccessRequestId field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetAccessRequestId
`func (o *AccessRequestDynamicApprover) SetAccessRequestId(v string)`
SetAccessRequestId sets AccessRequestId field to given value.
### GetRequestedFor
`func (o *AccessRequestDynamicApprover) GetRequestedFor() []AccessItemRequestedForDto1`
GetRequestedFor returns the RequestedFor field if non-nil, zero value otherwise.
### GetRequestedForOk
`func (o *AccessRequestDynamicApprover) GetRequestedForOk() (*[]AccessItemRequestedForDto1, bool)`
GetRequestedForOk returns a tuple with the RequestedFor field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetRequestedFor
`func (o *AccessRequestDynamicApprover) SetRequestedFor(v []AccessItemRequestedForDto1)`
SetRequestedFor sets RequestedFor field to given value.
### GetRequestedItems
`func (o *AccessRequestDynamicApprover) GetRequestedItems() []AccessRequestDynamicApproverRequestedItemsInner`
GetRequestedItems returns the RequestedItems field if non-nil, zero value otherwise.
### GetRequestedItemsOk
`func (o *AccessRequestDynamicApprover) GetRequestedItemsOk() (*[]AccessRequestDynamicApproverRequestedItemsInner, bool)`
GetRequestedItemsOk returns a tuple with the RequestedItems field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetRequestedItems
`func (o *AccessRequestDynamicApprover) SetRequestedItems(v []AccessRequestDynamicApproverRequestedItemsInner)`
SetRequestedItems sets RequestedItems field to given value.
### GetRequestedBy
`func (o *AccessRequestDynamicApprover) GetRequestedBy() AccessItemRequesterDto1`
GetRequestedBy returns the RequestedBy field if non-nil, zero value otherwise.
### GetRequestedByOk
`func (o *AccessRequestDynamicApprover) GetRequestedByOk() (*AccessItemRequesterDto1, bool)`
GetRequestedByOk returns a tuple with the RequestedBy field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetRequestedBy
`func (o *AccessRequestDynamicApprover) SetRequestedBy(v AccessItemRequesterDto1)`
SetRequestedBy sets RequestedBy field to given value.

View File

@@ -1,101 +0,0 @@
---
id: beta-access-request-dynamic-approver1
title: AccessRequestDynamicApprover1
pagination_label: AccessRequestDynamicApprover1
sidebar_label: AccessRequestDynamicApprover1
sidebar_class_name: gosdk
keywords: ['go', 'Golang', 'sdk', 'AccessRequestDynamicApprover1', 'BetaAccessRequestDynamicApprover1']
slug: /tools/sdk/go/beta/models/access-request-dynamic-approver1
tags: ['SDK', 'Software Development Kit', 'AccessRequestDynamicApprover1', 'BetaAccessRequestDynamicApprover1']
---
# AccessRequestDynamicApprover1
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Id** | **string** | The unique ID of the identity to add to the approver list for the access request. |
**Name** | **string** | The name of the identity to add to the approver list for the access request. |
**Type** | **map[string]interface{}** | The type of object being referenced. |
## Methods
### NewAccessRequestDynamicApprover1
`func NewAccessRequestDynamicApprover1(id string, name string, type_ map[string]interface{}, ) *AccessRequestDynamicApprover1`
NewAccessRequestDynamicApprover1 instantiates a new AccessRequestDynamicApprover1 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
### NewAccessRequestDynamicApprover1WithDefaults
`func NewAccessRequestDynamicApprover1WithDefaults() *AccessRequestDynamicApprover1`
NewAccessRequestDynamicApprover1WithDefaults instantiates a new AccessRequestDynamicApprover1 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 *AccessRequestDynamicApprover1) GetId() string`
GetId returns the Id field if non-nil, zero value otherwise.
### GetIdOk
`func (o *AccessRequestDynamicApprover1) 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 *AccessRequestDynamicApprover1) SetId(v string)`
SetId sets Id field to given value.
### GetName
`func (o *AccessRequestDynamicApprover1) GetName() string`
GetName returns the Name field if non-nil, zero value otherwise.
### GetNameOk
`func (o *AccessRequestDynamicApprover1) 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 *AccessRequestDynamicApprover1) SetName(v string)`
SetName sets Name field to given value.
### GetType
`func (o *AccessRequestDynamicApprover1) GetType() map[string]interface{}`
GetType returns the Type field if non-nil, zero value otherwise.
### GetTypeOk
`func (o *AccessRequestDynamicApprover1) GetTypeOk() (*map[string]interface{}, bool)`
GetTypeOk returns a tuple with the Type field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetType
`func (o *AccessRequestDynamicApprover1) SetType(v map[string]interface{})`
SetType sets Type field to given value.

View File

@@ -1,194 +0,0 @@
---
id: beta-access-request-dynamic-approver-requested-items-inner
title: AccessRequestDynamicApproverRequestedItemsInner
pagination_label: AccessRequestDynamicApproverRequestedItemsInner
sidebar_label: AccessRequestDynamicApproverRequestedItemsInner
sidebar_class_name: gosdk
keywords: ['go', 'Golang', 'sdk', 'AccessRequestDynamicApproverRequestedItemsInner', 'BetaAccessRequestDynamicApproverRequestedItemsInner']
slug: /tools/sdk/go/beta/models/access-request-dynamic-approver-requested-items-inner
tags: ['SDK', 'Software Development Kit', 'AccessRequestDynamicApproverRequestedItemsInner', 'BetaAccessRequestDynamicApproverRequestedItemsInner']
---
# AccessRequestDynamicApproverRequestedItemsInner
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Id** | **string** | Access item's unique identifier. |
**Name** | **string** | Access item's name. |
**Description** | Pointer to **NullableString** | Access item's extended description. | [optional]
**Type** | **map[string]interface{}** | Type of access item being requested. |
**Operation** | **map[string]interface{}** | Action to perform on the requested access item. |
**Comment** | Pointer to **NullableString** | Comment from the requester about why the access is necessary. | [optional]
## Methods
### NewAccessRequestDynamicApproverRequestedItemsInner
`func NewAccessRequestDynamicApproverRequestedItemsInner(id string, name string, type_ map[string]interface{}, operation map[string]interface{}, ) *AccessRequestDynamicApproverRequestedItemsInner`
NewAccessRequestDynamicApproverRequestedItemsInner instantiates a new AccessRequestDynamicApproverRequestedItemsInner 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
### NewAccessRequestDynamicApproverRequestedItemsInnerWithDefaults
`func NewAccessRequestDynamicApproverRequestedItemsInnerWithDefaults() *AccessRequestDynamicApproverRequestedItemsInner`
NewAccessRequestDynamicApproverRequestedItemsInnerWithDefaults instantiates a new AccessRequestDynamicApproverRequestedItemsInner 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 *AccessRequestDynamicApproverRequestedItemsInner) GetId() string`
GetId returns the Id field if non-nil, zero value otherwise.
### GetIdOk
`func (o *AccessRequestDynamicApproverRequestedItemsInner) 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 *AccessRequestDynamicApproverRequestedItemsInner) SetId(v string)`
SetId sets Id field to given value.
### GetName
`func (o *AccessRequestDynamicApproverRequestedItemsInner) GetName() string`
GetName returns the Name field if non-nil, zero value otherwise.
### GetNameOk
`func (o *AccessRequestDynamicApproverRequestedItemsInner) 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 *AccessRequestDynamicApproverRequestedItemsInner) SetName(v string)`
SetName sets Name field to given value.
### GetDescription
`func (o *AccessRequestDynamicApproverRequestedItemsInner) GetDescription() string`
GetDescription returns the Description field if non-nil, zero value otherwise.
### GetDescriptionOk
`func (o *AccessRequestDynamicApproverRequestedItemsInner) 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 *AccessRequestDynamicApproverRequestedItemsInner) SetDescription(v string)`
SetDescription sets Description field to given value.
### HasDescription
`func (o *AccessRequestDynamicApproverRequestedItemsInner) HasDescription() bool`
HasDescription returns a boolean if a field has been set.
### SetDescriptionNil
`func (o *AccessRequestDynamicApproverRequestedItemsInner) SetDescriptionNil(b bool)`
SetDescriptionNil sets the value for Description to be an explicit nil
### UnsetDescription
`func (o *AccessRequestDynamicApproverRequestedItemsInner) UnsetDescription()`
UnsetDescription ensures that no value is present for Description, not even an explicit nil
### GetType
`func (o *AccessRequestDynamicApproverRequestedItemsInner) GetType() map[string]interface{}`
GetType returns the Type field if non-nil, zero value otherwise.
### GetTypeOk
`func (o *AccessRequestDynamicApproverRequestedItemsInner) GetTypeOk() (*map[string]interface{}, bool)`
GetTypeOk returns a tuple with the Type field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetType
`func (o *AccessRequestDynamicApproverRequestedItemsInner) SetType(v map[string]interface{})`
SetType sets Type field to given value.
### GetOperation
`func (o *AccessRequestDynamicApproverRequestedItemsInner) GetOperation() map[string]interface{}`
GetOperation returns the Operation field if non-nil, zero value otherwise.
### GetOperationOk
`func (o *AccessRequestDynamicApproverRequestedItemsInner) GetOperationOk() (*map[string]interface{}, bool)`
GetOperationOk returns a tuple with the Operation field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetOperation
`func (o *AccessRequestDynamicApproverRequestedItemsInner) SetOperation(v map[string]interface{})`
SetOperation sets Operation field to given value.
### GetComment
`func (o *AccessRequestDynamicApproverRequestedItemsInner) GetComment() string`
GetComment returns the Comment field if non-nil, zero value otherwise.
### GetCommentOk
`func (o *AccessRequestDynamicApproverRequestedItemsInner) 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.
### SetComment
`func (o *AccessRequestDynamicApproverRequestedItemsInner) SetComment(v string)`
SetComment sets Comment field to given value.
### HasComment
`func (o *AccessRequestDynamicApproverRequestedItemsInner) HasComment() bool`
HasComment returns a boolean if a field has been set.
### SetCommentNil
`func (o *AccessRequestDynamicApproverRequestedItemsInner) SetCommentNil(b bool)`
SetCommentNil sets the value for Comment to be an explicit nil
### UnsetComment
`func (o *AccessRequestDynamicApproverRequestedItemsInner) UnsetComment()`
UnsetComment ensures that no value is present for Comment, not even an explicit nil

View File

@@ -1,158 +0,0 @@
---
id: beta-access-request-item
title: AccessRequestItem
pagination_label: AccessRequestItem
sidebar_label: AccessRequestItem
sidebar_class_name: gosdk
keywords: ['go', 'Golang', 'sdk', 'AccessRequestItem', 'BetaAccessRequestItem']
slug: /tools/sdk/go/beta/models/access-request-item
tags: ['SDK', 'Software Development Kit', 'AccessRequestItem', 'BetaAccessRequestItem']
---
# AccessRequestItem
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Type** | **string** | The type of the item being requested. |
**Id** | **string** | ID of Role, Access Profile or Entitlement being requested. |
**Comment** | Pointer to **string** | Comment provided by requester. * Comment is required when the request is of type Revoke Access. | [optional]
**ClientMetadata** | Pointer to **map[string]string** | Arbitrary key-value pairs. They will never be processed by the IdentityNow system but will be returned on associated APIs such as /account-activities and /access-request-status. | [optional]
**RemoveDate** | Pointer to **time.Time** | The date the role or access profile or entitlement is no longer assigned to the specified identity. Also known as the expiration date. * Specify a date in the future. * The current SLA for the deprovisioning is 24 hours. * This date can be modified to either extend or decrease the duration of access item assignments for the specified identity. You can change the expiration date for requests for yourself or direct reports, but you cannot remove an expiration date on an already approved item. If the access request has not been approved, you can cancel it and submit a new one without the expiration. If it has already been approved, then you have to revoke the access and then re-request without the expiration. | [optional]
## Methods
### NewAccessRequestItem
`func NewAccessRequestItem(type_ string, id string, ) *AccessRequestItem`
NewAccessRequestItem instantiates a new AccessRequestItem 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
### NewAccessRequestItemWithDefaults
`func NewAccessRequestItemWithDefaults() *AccessRequestItem`
NewAccessRequestItemWithDefaults instantiates a new AccessRequestItem 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
### GetType
`func (o *AccessRequestItem) GetType() string`
GetType returns the Type field if non-nil, zero value otherwise.
### GetTypeOk
`func (o *AccessRequestItem) GetTypeOk() (*string, bool)`
GetTypeOk returns a tuple with the Type field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetType
`func (o *AccessRequestItem) SetType(v string)`
SetType sets Type field to given value.
### GetId
`func (o *AccessRequestItem) GetId() string`
GetId returns the Id field if non-nil, zero value otherwise.
### GetIdOk
`func (o *AccessRequestItem) 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 *AccessRequestItem) SetId(v string)`
SetId sets Id field to given value.
### GetComment
`func (o *AccessRequestItem) GetComment() string`
GetComment returns the Comment field if non-nil, zero value otherwise.
### GetCommentOk
`func (o *AccessRequestItem) 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.
### SetComment
`func (o *AccessRequestItem) SetComment(v string)`
SetComment sets Comment field to given value.
### HasComment
`func (o *AccessRequestItem) HasComment() bool`
HasComment returns a boolean if a field has been set.
### GetClientMetadata
`func (o *AccessRequestItem) GetClientMetadata() map[string]string`
GetClientMetadata returns the ClientMetadata field if non-nil, zero value otherwise.
### GetClientMetadataOk
`func (o *AccessRequestItem) GetClientMetadataOk() (*map[string]string, bool)`
GetClientMetadataOk returns a tuple with the ClientMetadata field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetClientMetadata
`func (o *AccessRequestItem) SetClientMetadata(v map[string]string)`
SetClientMetadata sets ClientMetadata field to given value.
### HasClientMetadata
`func (o *AccessRequestItem) HasClientMetadata() bool`
HasClientMetadata returns a boolean if a field has been set.
### GetRemoveDate
`func (o *AccessRequestItem) GetRemoveDate() time.Time`
GetRemoveDate returns the RemoveDate field if non-nil, zero value otherwise.
### GetRemoveDateOk
`func (o *AccessRequestItem) GetRemoveDateOk() (*time.Time, bool)`
GetRemoveDateOk returns a tuple with the RemoveDate field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetRemoveDate
`func (o *AccessRequestItem) SetRemoveDate(v time.Time)`
SetRemoveDate sets RemoveDate field to given value.
### HasRemoveDate
`func (o *AccessRequestItem) HasRemoveDate() bool`
HasRemoveDate returns a boolean if a field has been set.

View File

@@ -1,246 +0,0 @@
---
id: beta-access-request-item-response
title: AccessRequestItemResponse
pagination_label: AccessRequestItemResponse
sidebar_label: AccessRequestItemResponse
sidebar_class_name: gosdk
keywords: ['go', 'Golang', 'sdk', 'AccessRequestItemResponse', 'BetaAccessRequestItemResponse']
slug: /tools/sdk/go/beta/models/access-request-item-response
tags: ['SDK', 'Software Development Kit', 'AccessRequestItemResponse', 'BetaAccessRequestItemResponse']
---
# AccessRequestItemResponse
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Operation** | Pointer to **string** | the access request item operation | [optional]
**AccessItemType** | Pointer to **string** | the access item type | [optional]
**Name** | Pointer to **string** | the name of access request item | [optional]
**Decision** | Pointer to **string** | the final decision for the access request | [optional]
**Description** | Pointer to **string** | the description of access request item | [optional]
**SourceId** | Pointer to **string** | the source id | [optional]
**SourceName** | Pointer to **string** | the source Name | [optional]
**ApprovalInfos** | Pointer to [**[]ApprovalInfoResponse**](approval-info-response) | | [optional]
## Methods
### NewAccessRequestItemResponse
`func NewAccessRequestItemResponse() *AccessRequestItemResponse`
NewAccessRequestItemResponse instantiates a new AccessRequestItemResponse 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
### NewAccessRequestItemResponseWithDefaults
`func NewAccessRequestItemResponseWithDefaults() *AccessRequestItemResponse`
NewAccessRequestItemResponseWithDefaults instantiates a new AccessRequestItemResponse 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
### GetOperation
`func (o *AccessRequestItemResponse) GetOperation() string`
GetOperation returns the Operation field if non-nil, zero value otherwise.
### GetOperationOk
`func (o *AccessRequestItemResponse) GetOperationOk() (*string, bool)`
GetOperationOk returns a tuple with the Operation field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetOperation
`func (o *AccessRequestItemResponse) SetOperation(v string)`
SetOperation sets Operation field to given value.
### HasOperation
`func (o *AccessRequestItemResponse) HasOperation() bool`
HasOperation returns a boolean if a field has been set.
### GetAccessItemType
`func (o *AccessRequestItemResponse) GetAccessItemType() string`
GetAccessItemType returns the AccessItemType field if non-nil, zero value otherwise.
### GetAccessItemTypeOk
`func (o *AccessRequestItemResponse) GetAccessItemTypeOk() (*string, bool)`
GetAccessItemTypeOk returns a tuple with the AccessItemType field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetAccessItemType
`func (o *AccessRequestItemResponse) SetAccessItemType(v string)`
SetAccessItemType sets AccessItemType field to given value.
### HasAccessItemType
`func (o *AccessRequestItemResponse) HasAccessItemType() bool`
HasAccessItemType returns a boolean if a field has been set.
### GetName
`func (o *AccessRequestItemResponse) GetName() string`
GetName returns the Name field if non-nil, zero value otherwise.
### GetNameOk
`func (o *AccessRequestItemResponse) 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 *AccessRequestItemResponse) SetName(v string)`
SetName sets Name field to given value.
### HasName
`func (o *AccessRequestItemResponse) HasName() bool`
HasName returns a boolean if a field has been set.
### GetDecision
`func (o *AccessRequestItemResponse) GetDecision() string`
GetDecision returns the Decision field if non-nil, zero value otherwise.
### GetDecisionOk
`func (o *AccessRequestItemResponse) GetDecisionOk() (*string, bool)`
GetDecisionOk returns a tuple with the Decision field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetDecision
`func (o *AccessRequestItemResponse) SetDecision(v string)`
SetDecision sets Decision field to given value.
### HasDecision
`func (o *AccessRequestItemResponse) HasDecision() bool`
HasDecision returns a boolean if a field has been set.
### GetDescription
`func (o *AccessRequestItemResponse) GetDescription() string`
GetDescription returns the Description field if non-nil, zero value otherwise.
### GetDescriptionOk
`func (o *AccessRequestItemResponse) 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 *AccessRequestItemResponse) SetDescription(v string)`
SetDescription sets Description field to given value.
### HasDescription
`func (o *AccessRequestItemResponse) HasDescription() bool`
HasDescription returns a boolean if a field has been set.
### GetSourceId
`func (o *AccessRequestItemResponse) GetSourceId() string`
GetSourceId returns the SourceId field if non-nil, zero value otherwise.
### GetSourceIdOk
`func (o *AccessRequestItemResponse) 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 *AccessRequestItemResponse) SetSourceId(v string)`
SetSourceId sets SourceId field to given value.
### HasSourceId
`func (o *AccessRequestItemResponse) HasSourceId() bool`
HasSourceId returns a boolean if a field has been set.
### GetSourceName
`func (o *AccessRequestItemResponse) GetSourceName() string`
GetSourceName returns the SourceName field if non-nil, zero value otherwise.
### GetSourceNameOk
`func (o *AccessRequestItemResponse) GetSourceNameOk() (*string, bool)`
GetSourceNameOk returns a tuple with the SourceName field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetSourceName
`func (o *AccessRequestItemResponse) SetSourceName(v string)`
SetSourceName sets SourceName field to given value.
### HasSourceName
`func (o *AccessRequestItemResponse) HasSourceName() bool`
HasSourceName returns a boolean if a field has been set.
### GetApprovalInfos
`func (o *AccessRequestItemResponse) GetApprovalInfos() []ApprovalInfoResponse`
GetApprovalInfos returns the ApprovalInfos field if non-nil, zero value otherwise.
### GetApprovalInfosOk
`func (o *AccessRequestItemResponse) GetApprovalInfosOk() (*[]ApprovalInfoResponse, bool)`
GetApprovalInfosOk returns a tuple with the ApprovalInfos field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetApprovalInfos
`func (o *AccessRequestItemResponse) SetApprovalInfos(v []ApprovalInfoResponse)`
SetApprovalInfos sets ApprovalInfos field to given value.
### HasApprovalInfos
`func (o *AccessRequestItemResponse) HasApprovalInfos() bool`
HasApprovalInfos returns a boolean if a field has been set.

View File

@@ -1,224 +0,0 @@
---
id: beta-access-request-phases
title: AccessRequestPhases
pagination_label: AccessRequestPhases
sidebar_label: AccessRequestPhases
sidebar_class_name: gosdk
keywords: ['go', 'Golang', 'sdk', 'AccessRequestPhases', 'BetaAccessRequestPhases']
slug: /tools/sdk/go/beta/models/access-request-phases
tags: ['SDK', 'Software Development Kit', 'AccessRequestPhases', 'BetaAccessRequestPhases']
---
# AccessRequestPhases
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Started** | Pointer to **time.Time** | The time that this phase started. | [optional]
**Finished** | Pointer to **NullableTime** | The time that this phase finished. | [optional]
**Name** | Pointer to **string** | The name of this phase. | [optional]
**State** | Pointer to **string** | The state of this phase. | [optional]
**Result** | Pointer to **NullableString** | The state of this phase. | [optional]
**PhaseReference** | Pointer to **NullableString** | A reference to another object on the RequestedItemStatus that contains more details about the phase. Note that for the Provisioning phase, this will be empty if there are no manual work items. | [optional]
## Methods
### NewAccessRequestPhases
`func NewAccessRequestPhases() *AccessRequestPhases`
NewAccessRequestPhases instantiates a new AccessRequestPhases 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
### NewAccessRequestPhasesWithDefaults
`func NewAccessRequestPhasesWithDefaults() *AccessRequestPhases`
NewAccessRequestPhasesWithDefaults instantiates a new AccessRequestPhases 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
### GetStarted
`func (o *AccessRequestPhases) GetStarted() time.Time`
GetStarted returns the Started field if non-nil, zero value otherwise.
### GetStartedOk
`func (o *AccessRequestPhases) GetStartedOk() (*time.Time, bool)`
GetStartedOk returns a tuple with the Started field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetStarted
`func (o *AccessRequestPhases) SetStarted(v time.Time)`
SetStarted sets Started field to given value.
### HasStarted
`func (o *AccessRequestPhases) HasStarted() bool`
HasStarted returns a boolean if a field has been set.
### GetFinished
`func (o *AccessRequestPhases) GetFinished() time.Time`
GetFinished returns the Finished field if non-nil, zero value otherwise.
### GetFinishedOk
`func (o *AccessRequestPhases) GetFinishedOk() (*time.Time, bool)`
GetFinishedOk returns a tuple with the Finished field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetFinished
`func (o *AccessRequestPhases) SetFinished(v time.Time)`
SetFinished sets Finished field to given value.
### HasFinished
`func (o *AccessRequestPhases) HasFinished() bool`
HasFinished returns a boolean if a field has been set.
### SetFinishedNil
`func (o *AccessRequestPhases) SetFinishedNil(b bool)`
SetFinishedNil sets the value for Finished to be an explicit nil
### UnsetFinished
`func (o *AccessRequestPhases) UnsetFinished()`
UnsetFinished ensures that no value is present for Finished, not even an explicit nil
### GetName
`func (o *AccessRequestPhases) GetName() string`
GetName returns the Name field if non-nil, zero value otherwise.
### GetNameOk
`func (o *AccessRequestPhases) 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 *AccessRequestPhases) SetName(v string)`
SetName sets Name field to given value.
### HasName
`func (o *AccessRequestPhases) HasName() bool`
HasName returns a boolean if a field has been set.
### GetState
`func (o *AccessRequestPhases) GetState() string`
GetState returns the State field if non-nil, zero value otherwise.
### GetStateOk
`func (o *AccessRequestPhases) GetStateOk() (*string, bool)`
GetStateOk returns a tuple with the State field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetState
`func (o *AccessRequestPhases) SetState(v string)`
SetState sets State field to given value.
### HasState
`func (o *AccessRequestPhases) HasState() bool`
HasState returns a boolean if a field has been set.
### GetResult
`func (o *AccessRequestPhases) GetResult() string`
GetResult returns the Result field if non-nil, zero value otherwise.
### GetResultOk
`func (o *AccessRequestPhases) GetResultOk() (*string, bool)`
GetResultOk returns a tuple with the Result field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetResult
`func (o *AccessRequestPhases) SetResult(v string)`
SetResult sets Result field to given value.
### HasResult
`func (o *AccessRequestPhases) HasResult() bool`
HasResult returns a boolean if a field has been set.
### SetResultNil
`func (o *AccessRequestPhases) SetResultNil(b bool)`
SetResultNil sets the value for Result to be an explicit nil
### UnsetResult
`func (o *AccessRequestPhases) UnsetResult()`
UnsetResult ensures that no value is present for Result, not even an explicit nil
### GetPhaseReference
`func (o *AccessRequestPhases) GetPhaseReference() string`
GetPhaseReference returns the PhaseReference field if non-nil, zero value otherwise.
### GetPhaseReferenceOk
`func (o *AccessRequestPhases) GetPhaseReferenceOk() (*string, bool)`
GetPhaseReferenceOk returns a tuple with the PhaseReference field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetPhaseReference
`func (o *AccessRequestPhases) SetPhaseReference(v string)`
SetPhaseReference sets PhaseReference field to given value.
### HasPhaseReference
`func (o *AccessRequestPhases) HasPhaseReference() bool`
HasPhaseReference returns a boolean if a field has been set.
### SetPhaseReferenceNil
`func (o *AccessRequestPhases) SetPhaseReferenceNil(b bool)`
SetPhaseReferenceNil sets the value for PhaseReference to be an explicit nil
### UnsetPhaseReference
`func (o *AccessRequestPhases) UnsetPhaseReference()`
UnsetPhaseReference ensures that no value is present for PhaseReference, not even an explicit nil

View File

@@ -1,122 +0,0 @@
---
id: beta-access-request-post-approval
title: AccessRequestPostApproval
pagination_label: AccessRequestPostApproval
sidebar_label: AccessRequestPostApproval
sidebar_class_name: gosdk
keywords: ['go', 'Golang', 'sdk', 'AccessRequestPostApproval', 'BetaAccessRequestPostApproval']
slug: /tools/sdk/go/beta/models/access-request-post-approval
tags: ['SDK', 'Software Development Kit', 'AccessRequestPostApproval', 'BetaAccessRequestPostApproval']
---
# AccessRequestPostApproval
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**AccessRequestId** | **string** | Access request's unique ID. |
**RequestedFor** | [**[]AccessItemRequestedForDto1**](access-item-requested-for-dto1) | Identities whom access was requested for. |
**RequestedItemsStatus** | [**[]AccessRequestPostApprovalRequestedItemsStatusInner**](access-request-post-approval-requested-items-status-inner) | Details about the outcome of each requested access item. |
**RequestedBy** | [**AccessItemRequesterDto1**](access-item-requester-dto1) | |
## Methods
### NewAccessRequestPostApproval
`func NewAccessRequestPostApproval(accessRequestId string, requestedFor []AccessItemRequestedForDto1, requestedItemsStatus []AccessRequestPostApprovalRequestedItemsStatusInner, requestedBy AccessItemRequesterDto1, ) *AccessRequestPostApproval`
NewAccessRequestPostApproval instantiates a new AccessRequestPostApproval 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
### NewAccessRequestPostApprovalWithDefaults
`func NewAccessRequestPostApprovalWithDefaults() *AccessRequestPostApproval`
NewAccessRequestPostApprovalWithDefaults instantiates a new AccessRequestPostApproval 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
### GetAccessRequestId
`func (o *AccessRequestPostApproval) GetAccessRequestId() string`
GetAccessRequestId returns the AccessRequestId field if non-nil, zero value otherwise.
### GetAccessRequestIdOk
`func (o *AccessRequestPostApproval) GetAccessRequestIdOk() (*string, bool)`
GetAccessRequestIdOk returns a tuple with the AccessRequestId field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetAccessRequestId
`func (o *AccessRequestPostApproval) SetAccessRequestId(v string)`
SetAccessRequestId sets AccessRequestId field to given value.
### GetRequestedFor
`func (o *AccessRequestPostApproval) GetRequestedFor() []AccessItemRequestedForDto1`
GetRequestedFor returns the RequestedFor field if non-nil, zero value otherwise.
### GetRequestedForOk
`func (o *AccessRequestPostApproval) GetRequestedForOk() (*[]AccessItemRequestedForDto1, bool)`
GetRequestedForOk returns a tuple with the RequestedFor field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetRequestedFor
`func (o *AccessRequestPostApproval) SetRequestedFor(v []AccessItemRequestedForDto1)`
SetRequestedFor sets RequestedFor field to given value.
### GetRequestedItemsStatus
`func (o *AccessRequestPostApproval) GetRequestedItemsStatus() []AccessRequestPostApprovalRequestedItemsStatusInner`
GetRequestedItemsStatus returns the RequestedItemsStatus field if non-nil, zero value otherwise.
### GetRequestedItemsStatusOk
`func (o *AccessRequestPostApproval) GetRequestedItemsStatusOk() (*[]AccessRequestPostApprovalRequestedItemsStatusInner, bool)`
GetRequestedItemsStatusOk returns a tuple with the RequestedItemsStatus field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetRequestedItemsStatus
`func (o *AccessRequestPostApproval) SetRequestedItemsStatus(v []AccessRequestPostApprovalRequestedItemsStatusInner)`
SetRequestedItemsStatus sets RequestedItemsStatus field to given value.
### GetRequestedBy
`func (o *AccessRequestPostApproval) GetRequestedBy() AccessItemRequesterDto1`
GetRequestedBy returns the RequestedBy field if non-nil, zero value otherwise.
### GetRequestedByOk
`func (o *AccessRequestPostApproval) GetRequestedByOk() (*AccessItemRequesterDto1, bool)`
GetRequestedByOk returns a tuple with the RequestedBy field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetRequestedBy
`func (o *AccessRequestPostApproval) SetRequestedBy(v AccessItemRequesterDto1)`
SetRequestedBy sets RequestedBy field to given value.

View File

@@ -1,251 +0,0 @@
---
id: beta-access-request-post-approval-requested-items-status-inner
title: AccessRequestPostApprovalRequestedItemsStatusInner
pagination_label: AccessRequestPostApprovalRequestedItemsStatusInner
sidebar_label: AccessRequestPostApprovalRequestedItemsStatusInner
sidebar_class_name: gosdk
keywords: ['go', 'Golang', 'sdk', 'AccessRequestPostApprovalRequestedItemsStatusInner', 'BetaAccessRequestPostApprovalRequestedItemsStatusInner']
slug: /tools/sdk/go/beta/models/access-request-post-approval-requested-items-status-inner
tags: ['SDK', 'Software Development Kit', 'AccessRequestPostApprovalRequestedItemsStatusInner', 'BetaAccessRequestPostApprovalRequestedItemsStatusInner']
---
# AccessRequestPostApprovalRequestedItemsStatusInner
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Id** | **string** | Access item's unique ID. |
**Name** | **string** | Access item's name. |
**Description** | Pointer to **NullableString** | Access item's description. | [optional]
**Type** | **map[string]interface{}** | Access item's type. |
**Operation** | **map[string]interface{}** | Action to perform on the requested access item. |
**Comment** | Pointer to **NullableString** | Comment from the identity requesting access. | [optional]
**ClientMetadata** | Pointer to **map[string]interface{}** | Additional customer defined metadata about the access item. | [optional]
**ApprovalInfo** | [**[]AccessRequestPostApprovalRequestedItemsStatusInnerApprovalInfoInner**](access-request-post-approval-requested-items-status-inner-approval-info-inner) | List of approvers for the access request. |
## Methods
### NewAccessRequestPostApprovalRequestedItemsStatusInner
`func NewAccessRequestPostApprovalRequestedItemsStatusInner(id string, name string, type_ map[string]interface{}, operation map[string]interface{}, approvalInfo []AccessRequestPostApprovalRequestedItemsStatusInnerApprovalInfoInner, ) *AccessRequestPostApprovalRequestedItemsStatusInner`
NewAccessRequestPostApprovalRequestedItemsStatusInner instantiates a new AccessRequestPostApprovalRequestedItemsStatusInner 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
### NewAccessRequestPostApprovalRequestedItemsStatusInnerWithDefaults
`func NewAccessRequestPostApprovalRequestedItemsStatusInnerWithDefaults() *AccessRequestPostApprovalRequestedItemsStatusInner`
NewAccessRequestPostApprovalRequestedItemsStatusInnerWithDefaults instantiates a new AccessRequestPostApprovalRequestedItemsStatusInner 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 *AccessRequestPostApprovalRequestedItemsStatusInner) GetId() string`
GetId returns the Id field if non-nil, zero value otherwise.
### GetIdOk
`func (o *AccessRequestPostApprovalRequestedItemsStatusInner) 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 *AccessRequestPostApprovalRequestedItemsStatusInner) SetId(v string)`
SetId sets Id field to given value.
### GetName
`func (o *AccessRequestPostApprovalRequestedItemsStatusInner) GetName() string`
GetName returns the Name field if non-nil, zero value otherwise.
### GetNameOk
`func (o *AccessRequestPostApprovalRequestedItemsStatusInner) 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 *AccessRequestPostApprovalRequestedItemsStatusInner) SetName(v string)`
SetName sets Name field to given value.
### GetDescription
`func (o *AccessRequestPostApprovalRequestedItemsStatusInner) GetDescription() string`
GetDescription returns the Description field if non-nil, zero value otherwise.
### GetDescriptionOk
`func (o *AccessRequestPostApprovalRequestedItemsStatusInner) 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 *AccessRequestPostApprovalRequestedItemsStatusInner) SetDescription(v string)`
SetDescription sets Description field to given value.
### HasDescription
`func (o *AccessRequestPostApprovalRequestedItemsStatusInner) HasDescription() bool`
HasDescription returns a boolean if a field has been set.
### SetDescriptionNil
`func (o *AccessRequestPostApprovalRequestedItemsStatusInner) SetDescriptionNil(b bool)`
SetDescriptionNil sets the value for Description to be an explicit nil
### UnsetDescription
`func (o *AccessRequestPostApprovalRequestedItemsStatusInner) UnsetDescription()`
UnsetDescription ensures that no value is present for Description, not even an explicit nil
### GetType
`func (o *AccessRequestPostApprovalRequestedItemsStatusInner) GetType() map[string]interface{}`
GetType returns the Type field if non-nil, zero value otherwise.
### GetTypeOk
`func (o *AccessRequestPostApprovalRequestedItemsStatusInner) GetTypeOk() (*map[string]interface{}, bool)`
GetTypeOk returns a tuple with the Type field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetType
`func (o *AccessRequestPostApprovalRequestedItemsStatusInner) SetType(v map[string]interface{})`
SetType sets Type field to given value.
### GetOperation
`func (o *AccessRequestPostApprovalRequestedItemsStatusInner) GetOperation() map[string]interface{}`
GetOperation returns the Operation field if non-nil, zero value otherwise.
### GetOperationOk
`func (o *AccessRequestPostApprovalRequestedItemsStatusInner) GetOperationOk() (*map[string]interface{}, bool)`
GetOperationOk returns a tuple with the Operation field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetOperation
`func (o *AccessRequestPostApprovalRequestedItemsStatusInner) SetOperation(v map[string]interface{})`
SetOperation sets Operation field to given value.
### GetComment
`func (o *AccessRequestPostApprovalRequestedItemsStatusInner) GetComment() string`
GetComment returns the Comment field if non-nil, zero value otherwise.
### GetCommentOk
`func (o *AccessRequestPostApprovalRequestedItemsStatusInner) 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.
### SetComment
`func (o *AccessRequestPostApprovalRequestedItemsStatusInner) SetComment(v string)`
SetComment sets Comment field to given value.
### HasComment
`func (o *AccessRequestPostApprovalRequestedItemsStatusInner) HasComment() bool`
HasComment returns a boolean if a field has been set.
### SetCommentNil
`func (o *AccessRequestPostApprovalRequestedItemsStatusInner) SetCommentNil(b bool)`
SetCommentNil sets the value for Comment to be an explicit nil
### UnsetComment
`func (o *AccessRequestPostApprovalRequestedItemsStatusInner) UnsetComment()`
UnsetComment ensures that no value is present for Comment, not even an explicit nil
### GetClientMetadata
`func (o *AccessRequestPostApprovalRequestedItemsStatusInner) GetClientMetadata() map[string]interface{}`
GetClientMetadata returns the ClientMetadata field if non-nil, zero value otherwise.
### GetClientMetadataOk
`func (o *AccessRequestPostApprovalRequestedItemsStatusInner) GetClientMetadataOk() (*map[string]interface{}, bool)`
GetClientMetadataOk returns a tuple with the ClientMetadata field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetClientMetadata
`func (o *AccessRequestPostApprovalRequestedItemsStatusInner) SetClientMetadata(v map[string]interface{})`
SetClientMetadata sets ClientMetadata field to given value.
### HasClientMetadata
`func (o *AccessRequestPostApprovalRequestedItemsStatusInner) HasClientMetadata() bool`
HasClientMetadata returns a boolean if a field has been set.
### SetClientMetadataNil
`func (o *AccessRequestPostApprovalRequestedItemsStatusInner) SetClientMetadataNil(b bool)`
SetClientMetadataNil sets the value for ClientMetadata to be an explicit nil
### UnsetClientMetadata
`func (o *AccessRequestPostApprovalRequestedItemsStatusInner) UnsetClientMetadata()`
UnsetClientMetadata ensures that no value is present for ClientMetadata, not even an explicit nil
### GetApprovalInfo
`func (o *AccessRequestPostApprovalRequestedItemsStatusInner) GetApprovalInfo() []AccessRequestPostApprovalRequestedItemsStatusInnerApprovalInfoInner`
GetApprovalInfo returns the ApprovalInfo field if non-nil, zero value otherwise.
### GetApprovalInfoOk
`func (o *AccessRequestPostApprovalRequestedItemsStatusInner) GetApprovalInfoOk() (*[]AccessRequestPostApprovalRequestedItemsStatusInnerApprovalInfoInner, bool)`
GetApprovalInfoOk returns a tuple with the ApprovalInfo field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetApprovalInfo
`func (o *AccessRequestPostApprovalRequestedItemsStatusInner) SetApprovalInfo(v []AccessRequestPostApprovalRequestedItemsStatusInnerApprovalInfoInner)`
SetApprovalInfo sets ApprovalInfo field to given value.

View File

@@ -1,137 +0,0 @@
---
id: beta-access-request-post-approval-requested-items-status-inner-approval-info-inner
title: AccessRequestPostApprovalRequestedItemsStatusInnerApprovalInfoInner
pagination_label: AccessRequestPostApprovalRequestedItemsStatusInnerApprovalInfoInner
sidebar_label: AccessRequestPostApprovalRequestedItemsStatusInnerApprovalInfoInner
sidebar_class_name: gosdk
keywords: ['go', 'Golang', 'sdk', 'AccessRequestPostApprovalRequestedItemsStatusInnerApprovalInfoInner', 'BetaAccessRequestPostApprovalRequestedItemsStatusInnerApprovalInfoInner']
slug: /tools/sdk/go/beta/models/access-request-post-approval-requested-items-status-inner-approval-info-inner
tags: ['SDK', 'Software Development Kit', 'AccessRequestPostApprovalRequestedItemsStatusInnerApprovalInfoInner', 'BetaAccessRequestPostApprovalRequestedItemsStatusInnerApprovalInfoInner']
---
# AccessRequestPostApprovalRequestedItemsStatusInnerApprovalInfoInner
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**ApprovalComment** | Pointer to **NullableString** | Approver's comment. | [optional]
**ApprovalDecision** | **map[string]interface{}** | Approver's final decision. |
**ApproverName** | **string** | Approver's name. |
**Approver** | [**AccessItemApproverDto**](access-item-approver-dto) | Approver's identity. |
## Methods
### NewAccessRequestPostApprovalRequestedItemsStatusInnerApprovalInfoInner
`func NewAccessRequestPostApprovalRequestedItemsStatusInnerApprovalInfoInner(approvalDecision map[string]interface{}, approverName string, approver AccessItemApproverDto, ) *AccessRequestPostApprovalRequestedItemsStatusInnerApprovalInfoInner`
NewAccessRequestPostApprovalRequestedItemsStatusInnerApprovalInfoInner instantiates a new AccessRequestPostApprovalRequestedItemsStatusInnerApprovalInfoInner 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
### NewAccessRequestPostApprovalRequestedItemsStatusInnerApprovalInfoInnerWithDefaults
`func NewAccessRequestPostApprovalRequestedItemsStatusInnerApprovalInfoInnerWithDefaults() *AccessRequestPostApprovalRequestedItemsStatusInnerApprovalInfoInner`
NewAccessRequestPostApprovalRequestedItemsStatusInnerApprovalInfoInnerWithDefaults instantiates a new AccessRequestPostApprovalRequestedItemsStatusInnerApprovalInfoInner 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
### GetApprovalComment
`func (o *AccessRequestPostApprovalRequestedItemsStatusInnerApprovalInfoInner) GetApprovalComment() string`
GetApprovalComment returns the ApprovalComment field if non-nil, zero value otherwise.
### GetApprovalCommentOk
`func (o *AccessRequestPostApprovalRequestedItemsStatusInnerApprovalInfoInner) GetApprovalCommentOk() (*string, bool)`
GetApprovalCommentOk returns a tuple with the ApprovalComment field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetApprovalComment
`func (o *AccessRequestPostApprovalRequestedItemsStatusInnerApprovalInfoInner) SetApprovalComment(v string)`
SetApprovalComment sets ApprovalComment field to given value.
### HasApprovalComment
`func (o *AccessRequestPostApprovalRequestedItemsStatusInnerApprovalInfoInner) HasApprovalComment() bool`
HasApprovalComment returns a boolean if a field has been set.
### SetApprovalCommentNil
`func (o *AccessRequestPostApprovalRequestedItemsStatusInnerApprovalInfoInner) SetApprovalCommentNil(b bool)`
SetApprovalCommentNil sets the value for ApprovalComment to be an explicit nil
### UnsetApprovalComment
`func (o *AccessRequestPostApprovalRequestedItemsStatusInnerApprovalInfoInner) UnsetApprovalComment()`
UnsetApprovalComment ensures that no value is present for ApprovalComment, not even an explicit nil
### GetApprovalDecision
`func (o *AccessRequestPostApprovalRequestedItemsStatusInnerApprovalInfoInner) GetApprovalDecision() map[string]interface{}`
GetApprovalDecision returns the ApprovalDecision field if non-nil, zero value otherwise.
### GetApprovalDecisionOk
`func (o *AccessRequestPostApprovalRequestedItemsStatusInnerApprovalInfoInner) GetApprovalDecisionOk() (*map[string]interface{}, bool)`
GetApprovalDecisionOk returns a tuple with the ApprovalDecision field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetApprovalDecision
`func (o *AccessRequestPostApprovalRequestedItemsStatusInnerApprovalInfoInner) SetApprovalDecision(v map[string]interface{})`
SetApprovalDecision sets ApprovalDecision field to given value.
### GetApproverName
`func (o *AccessRequestPostApprovalRequestedItemsStatusInnerApprovalInfoInner) GetApproverName() string`
GetApproverName returns the ApproverName field if non-nil, zero value otherwise.
### GetApproverNameOk
`func (o *AccessRequestPostApprovalRequestedItemsStatusInnerApprovalInfoInner) GetApproverNameOk() (*string, bool)`
GetApproverNameOk returns a tuple with the ApproverName field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetApproverName
`func (o *AccessRequestPostApprovalRequestedItemsStatusInnerApprovalInfoInner) SetApproverName(v string)`
SetApproverName sets ApproverName field to given value.
### GetApprover
`func (o *AccessRequestPostApprovalRequestedItemsStatusInnerApprovalInfoInner) GetApprover() AccessItemApproverDto`
GetApprover returns the Approver field if non-nil, zero value otherwise.
### GetApproverOk
`func (o *AccessRequestPostApprovalRequestedItemsStatusInnerApprovalInfoInner) GetApproverOk() (*AccessItemApproverDto, bool)`
GetApproverOk returns a tuple with the Approver field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetApprover
`func (o *AccessRequestPostApprovalRequestedItemsStatusInnerApprovalInfoInner) SetApprover(v AccessItemApproverDto)`
SetApprover sets Approver field to given value.

View File

@@ -1,122 +0,0 @@
---
id: beta-access-request-pre-approval
title: AccessRequestPreApproval
pagination_label: AccessRequestPreApproval
sidebar_label: AccessRequestPreApproval
sidebar_class_name: gosdk
keywords: ['go', 'Golang', 'sdk', 'AccessRequestPreApproval', 'BetaAccessRequestPreApproval']
slug: /tools/sdk/go/beta/models/access-request-pre-approval
tags: ['SDK', 'Software Development Kit', 'AccessRequestPreApproval', 'BetaAccessRequestPreApproval']
---
# AccessRequestPreApproval
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**AccessRequestId** | **string** | Access request's unique ID. |
**RequestedFor** | [**[]AccessItemRequestedForDto1**](access-item-requested-for-dto1) | Identities whom access was requested for. |
**RequestedItems** | [**[]AccessRequestPreApprovalRequestedItemsInner**](access-request-pre-approval-requested-items-inner) | Details about each requested access item. |
**RequestedBy** | [**AccessItemRequesterDto1**](access-item-requester-dto1) | |
## Methods
### NewAccessRequestPreApproval
`func NewAccessRequestPreApproval(accessRequestId string, requestedFor []AccessItemRequestedForDto1, requestedItems []AccessRequestPreApprovalRequestedItemsInner, requestedBy AccessItemRequesterDto1, ) *AccessRequestPreApproval`
NewAccessRequestPreApproval instantiates a new AccessRequestPreApproval 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
### NewAccessRequestPreApprovalWithDefaults
`func NewAccessRequestPreApprovalWithDefaults() *AccessRequestPreApproval`
NewAccessRequestPreApprovalWithDefaults instantiates a new AccessRequestPreApproval 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
### GetAccessRequestId
`func (o *AccessRequestPreApproval) GetAccessRequestId() string`
GetAccessRequestId returns the AccessRequestId field if non-nil, zero value otherwise.
### GetAccessRequestIdOk
`func (o *AccessRequestPreApproval) GetAccessRequestIdOk() (*string, bool)`
GetAccessRequestIdOk returns a tuple with the AccessRequestId field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetAccessRequestId
`func (o *AccessRequestPreApproval) SetAccessRequestId(v string)`
SetAccessRequestId sets AccessRequestId field to given value.
### GetRequestedFor
`func (o *AccessRequestPreApproval) GetRequestedFor() []AccessItemRequestedForDto1`
GetRequestedFor returns the RequestedFor field if non-nil, zero value otherwise.
### GetRequestedForOk
`func (o *AccessRequestPreApproval) GetRequestedForOk() (*[]AccessItemRequestedForDto1, bool)`
GetRequestedForOk returns a tuple with the RequestedFor field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetRequestedFor
`func (o *AccessRequestPreApproval) SetRequestedFor(v []AccessItemRequestedForDto1)`
SetRequestedFor sets RequestedFor field to given value.
### GetRequestedItems
`func (o *AccessRequestPreApproval) GetRequestedItems() []AccessRequestPreApprovalRequestedItemsInner`
GetRequestedItems returns the RequestedItems field if non-nil, zero value otherwise.
### GetRequestedItemsOk
`func (o *AccessRequestPreApproval) GetRequestedItemsOk() (*[]AccessRequestPreApprovalRequestedItemsInner, bool)`
GetRequestedItemsOk returns a tuple with the RequestedItems field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetRequestedItems
`func (o *AccessRequestPreApproval) SetRequestedItems(v []AccessRequestPreApprovalRequestedItemsInner)`
SetRequestedItems sets RequestedItems field to given value.
### GetRequestedBy
`func (o *AccessRequestPreApproval) GetRequestedBy() AccessItemRequesterDto1`
GetRequestedBy returns the RequestedBy field if non-nil, zero value otherwise.
### GetRequestedByOk
`func (o *AccessRequestPreApproval) GetRequestedByOk() (*AccessItemRequesterDto1, bool)`
GetRequestedByOk returns a tuple with the RequestedBy field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetRequestedBy
`func (o *AccessRequestPreApproval) SetRequestedBy(v AccessItemRequesterDto1)`
SetRequestedBy sets RequestedBy field to given value.

View File

@@ -1,101 +0,0 @@
---
id: beta-access-request-pre-approval1
title: AccessRequestPreApproval1
pagination_label: AccessRequestPreApproval1
sidebar_label: AccessRequestPreApproval1
sidebar_class_name: gosdk
keywords: ['go', 'Golang', 'sdk', 'AccessRequestPreApproval1', 'BetaAccessRequestPreApproval1']
slug: /tools/sdk/go/beta/models/access-request-pre-approval1
tags: ['SDK', 'Software Development Kit', 'AccessRequestPreApproval1', 'BetaAccessRequestPreApproval1']
---
# AccessRequestPreApproval1
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Approved** | **bool** | Whether or not to approve the access request. |
**Comment** | **string** | A comment about the decision to approve or deny the request. |
**Approver** | **string** | The name of the entity that approved or denied the request. |
## Methods
### NewAccessRequestPreApproval1
`func NewAccessRequestPreApproval1(approved bool, comment string, approver string, ) *AccessRequestPreApproval1`
NewAccessRequestPreApproval1 instantiates a new AccessRequestPreApproval1 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
### NewAccessRequestPreApproval1WithDefaults
`func NewAccessRequestPreApproval1WithDefaults() *AccessRequestPreApproval1`
NewAccessRequestPreApproval1WithDefaults instantiates a new AccessRequestPreApproval1 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
### GetApproved
`func (o *AccessRequestPreApproval1) GetApproved() bool`
GetApproved returns the Approved field if non-nil, zero value otherwise.
### GetApprovedOk
`func (o *AccessRequestPreApproval1) GetApprovedOk() (*bool, bool)`
GetApprovedOk returns a tuple with the Approved field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetApproved
`func (o *AccessRequestPreApproval1) SetApproved(v bool)`
SetApproved sets Approved field to given value.
### GetComment
`func (o *AccessRequestPreApproval1) GetComment() string`
GetComment returns the Comment field if non-nil, zero value otherwise.
### GetCommentOk
`func (o *AccessRequestPreApproval1) 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.
### SetComment
`func (o *AccessRequestPreApproval1) SetComment(v string)`
SetComment sets Comment field to given value.
### GetApprover
`func (o *AccessRequestPreApproval1) GetApprover() string`
GetApprover returns the Approver field if non-nil, zero value otherwise.
### GetApproverOk
`func (o *AccessRequestPreApproval1) GetApproverOk() (*string, bool)`
GetApproverOk returns a tuple with the Approver field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetApprover
`func (o *AccessRequestPreApproval1) SetApprover(v string)`
SetApprover sets Approver field to given value.

View File

@@ -1,194 +0,0 @@
---
id: beta-access-request-pre-approval-requested-items-inner
title: AccessRequestPreApprovalRequestedItemsInner
pagination_label: AccessRequestPreApprovalRequestedItemsInner
sidebar_label: AccessRequestPreApprovalRequestedItemsInner
sidebar_class_name: gosdk
keywords: ['go', 'Golang', 'sdk', 'AccessRequestPreApprovalRequestedItemsInner', 'BetaAccessRequestPreApprovalRequestedItemsInner']
slug: /tools/sdk/go/beta/models/access-request-pre-approval-requested-items-inner
tags: ['SDK', 'Software Development Kit', 'AccessRequestPreApprovalRequestedItemsInner', 'BetaAccessRequestPreApprovalRequestedItemsInner']
---
# AccessRequestPreApprovalRequestedItemsInner
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Id** | **string** | Access item's unique ID. |
**Name** | **string** | Access item's name. |
**Description** | Pointer to **NullableString** | Access item's description. | [optional]
**Type** | **map[string]interface{}** | Access item's type. |
**Operation** | **map[string]interface{}** | Action to perform on the access item. |
**Comment** | Pointer to **NullableString** | Comment from the identity requesting access. | [optional]
## Methods
### NewAccessRequestPreApprovalRequestedItemsInner
`func NewAccessRequestPreApprovalRequestedItemsInner(id string, name string, type_ map[string]interface{}, operation map[string]interface{}, ) *AccessRequestPreApprovalRequestedItemsInner`
NewAccessRequestPreApprovalRequestedItemsInner instantiates a new AccessRequestPreApprovalRequestedItemsInner 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
### NewAccessRequestPreApprovalRequestedItemsInnerWithDefaults
`func NewAccessRequestPreApprovalRequestedItemsInnerWithDefaults() *AccessRequestPreApprovalRequestedItemsInner`
NewAccessRequestPreApprovalRequestedItemsInnerWithDefaults instantiates a new AccessRequestPreApprovalRequestedItemsInner 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 *AccessRequestPreApprovalRequestedItemsInner) GetId() string`
GetId returns the Id field if non-nil, zero value otherwise.
### GetIdOk
`func (o *AccessRequestPreApprovalRequestedItemsInner) 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 *AccessRequestPreApprovalRequestedItemsInner) SetId(v string)`
SetId sets Id field to given value.
### GetName
`func (o *AccessRequestPreApprovalRequestedItemsInner) GetName() string`
GetName returns the Name field if non-nil, zero value otherwise.
### GetNameOk
`func (o *AccessRequestPreApprovalRequestedItemsInner) 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 *AccessRequestPreApprovalRequestedItemsInner) SetName(v string)`
SetName sets Name field to given value.
### GetDescription
`func (o *AccessRequestPreApprovalRequestedItemsInner) GetDescription() string`
GetDescription returns the Description field if non-nil, zero value otherwise.
### GetDescriptionOk
`func (o *AccessRequestPreApprovalRequestedItemsInner) 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 *AccessRequestPreApprovalRequestedItemsInner) SetDescription(v string)`
SetDescription sets Description field to given value.
### HasDescription
`func (o *AccessRequestPreApprovalRequestedItemsInner) HasDescription() bool`
HasDescription returns a boolean if a field has been set.
### SetDescriptionNil
`func (o *AccessRequestPreApprovalRequestedItemsInner) SetDescriptionNil(b bool)`
SetDescriptionNil sets the value for Description to be an explicit nil
### UnsetDescription
`func (o *AccessRequestPreApprovalRequestedItemsInner) UnsetDescription()`
UnsetDescription ensures that no value is present for Description, not even an explicit nil
### GetType
`func (o *AccessRequestPreApprovalRequestedItemsInner) GetType() map[string]interface{}`
GetType returns the Type field if non-nil, zero value otherwise.
### GetTypeOk
`func (o *AccessRequestPreApprovalRequestedItemsInner) GetTypeOk() (*map[string]interface{}, bool)`
GetTypeOk returns a tuple with the Type field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetType
`func (o *AccessRequestPreApprovalRequestedItemsInner) SetType(v map[string]interface{})`
SetType sets Type field to given value.
### GetOperation
`func (o *AccessRequestPreApprovalRequestedItemsInner) GetOperation() map[string]interface{}`
GetOperation returns the Operation field if non-nil, zero value otherwise.
### GetOperationOk
`func (o *AccessRequestPreApprovalRequestedItemsInner) GetOperationOk() (*map[string]interface{}, bool)`
GetOperationOk returns a tuple with the Operation field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetOperation
`func (o *AccessRequestPreApprovalRequestedItemsInner) SetOperation(v map[string]interface{})`
SetOperation sets Operation field to given value.
### GetComment
`func (o *AccessRequestPreApprovalRequestedItemsInner) GetComment() string`
GetComment returns the Comment field if non-nil, zero value otherwise.
### GetCommentOk
`func (o *AccessRequestPreApprovalRequestedItemsInner) 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.
### SetComment
`func (o *AccessRequestPreApprovalRequestedItemsInner) SetComment(v string)`
SetComment sets Comment field to given value.
### HasComment
`func (o *AccessRequestPreApprovalRequestedItemsInner) HasComment() bool`
HasComment returns a boolean if a field has been set.
### SetCommentNil
`func (o *AccessRequestPreApprovalRequestedItemsInner) SetCommentNil(b bool)`
SetCommentNil sets the value for Comment to be an explicit nil
### UnsetComment
`func (o *AccessRequestPreApprovalRequestedItemsInner) UnsetComment()`
UnsetComment ensures that no value is present for Comment, not even an explicit nil

View File

@@ -1,80 +0,0 @@
---
id: beta-access-request-recommendation-action-item-dto
title: AccessRequestRecommendationActionItemDto
pagination_label: AccessRequestRecommendationActionItemDto
sidebar_label: AccessRequestRecommendationActionItemDto
sidebar_class_name: gosdk
keywords: ['go', 'Golang', 'sdk', 'AccessRequestRecommendationActionItemDto', 'BetaAccessRequestRecommendationActionItemDto']
slug: /tools/sdk/go/beta/models/access-request-recommendation-action-item-dto
tags: ['SDK', 'Software Development Kit', 'AccessRequestRecommendationActionItemDto', 'BetaAccessRequestRecommendationActionItemDto']
---
# AccessRequestRecommendationActionItemDto
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**IdentityId** | **string** | The identity ID taking the action. |
**Access** | [**AccessRequestRecommendationItem**](access-request-recommendation-item) | |
## Methods
### NewAccessRequestRecommendationActionItemDto
`func NewAccessRequestRecommendationActionItemDto(identityId string, access AccessRequestRecommendationItem, ) *AccessRequestRecommendationActionItemDto`
NewAccessRequestRecommendationActionItemDto instantiates a new AccessRequestRecommendationActionItemDto 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
### NewAccessRequestRecommendationActionItemDtoWithDefaults
`func NewAccessRequestRecommendationActionItemDtoWithDefaults() *AccessRequestRecommendationActionItemDto`
NewAccessRequestRecommendationActionItemDtoWithDefaults instantiates a new AccessRequestRecommendationActionItemDto 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
### GetIdentityId
`func (o *AccessRequestRecommendationActionItemDto) GetIdentityId() string`
GetIdentityId returns the IdentityId field if non-nil, zero value otherwise.
### GetIdentityIdOk
`func (o *AccessRequestRecommendationActionItemDto) GetIdentityIdOk() (*string, bool)`
GetIdentityIdOk returns a tuple with the IdentityId field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetIdentityId
`func (o *AccessRequestRecommendationActionItemDto) SetIdentityId(v string)`
SetIdentityId sets IdentityId field to given value.
### GetAccess
`func (o *AccessRequestRecommendationActionItemDto) GetAccess() AccessRequestRecommendationItem`
GetAccess returns the Access field if non-nil, zero value otherwise.
### GetAccessOk
`func (o *AccessRequestRecommendationActionItemDto) GetAccessOk() (*AccessRequestRecommendationItem, bool)`
GetAccessOk returns a tuple with the Access field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetAccess
`func (o *AccessRequestRecommendationActionItemDto) SetAccess(v AccessRequestRecommendationItem)`
SetAccess sets Access field to given value.

View File

@@ -1,116 +0,0 @@
---
id: beta-access-request-recommendation-action-item-response-dto
title: AccessRequestRecommendationActionItemResponseDto
pagination_label: AccessRequestRecommendationActionItemResponseDto
sidebar_label: AccessRequestRecommendationActionItemResponseDto
sidebar_class_name: gosdk
keywords: ['go', 'Golang', 'sdk', 'AccessRequestRecommendationActionItemResponseDto', 'BetaAccessRequestRecommendationActionItemResponseDto']
slug: /tools/sdk/go/beta/models/access-request-recommendation-action-item-response-dto
tags: ['SDK', 'Software Development Kit', 'AccessRequestRecommendationActionItemResponseDto', 'BetaAccessRequestRecommendationActionItemResponseDto']
---
# AccessRequestRecommendationActionItemResponseDto
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**IdentityId** | Pointer to **string** | The identity ID taking the action. | [optional]
**Access** | Pointer to [**AccessRequestRecommendationItem**](access-request-recommendation-item) | | [optional]
**Timestamp** | Pointer to **time.Time** | | [optional]
## Methods
### NewAccessRequestRecommendationActionItemResponseDto
`func NewAccessRequestRecommendationActionItemResponseDto() *AccessRequestRecommendationActionItemResponseDto`
NewAccessRequestRecommendationActionItemResponseDto instantiates a new AccessRequestRecommendationActionItemResponseDto 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
### NewAccessRequestRecommendationActionItemResponseDtoWithDefaults
`func NewAccessRequestRecommendationActionItemResponseDtoWithDefaults() *AccessRequestRecommendationActionItemResponseDto`
NewAccessRequestRecommendationActionItemResponseDtoWithDefaults instantiates a new AccessRequestRecommendationActionItemResponseDto 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
### GetIdentityId
`func (o *AccessRequestRecommendationActionItemResponseDto) GetIdentityId() string`
GetIdentityId returns the IdentityId field if non-nil, zero value otherwise.
### GetIdentityIdOk
`func (o *AccessRequestRecommendationActionItemResponseDto) GetIdentityIdOk() (*string, bool)`
GetIdentityIdOk returns a tuple with the IdentityId field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetIdentityId
`func (o *AccessRequestRecommendationActionItemResponseDto) SetIdentityId(v string)`
SetIdentityId sets IdentityId field to given value.
### HasIdentityId
`func (o *AccessRequestRecommendationActionItemResponseDto) HasIdentityId() bool`
HasIdentityId returns a boolean if a field has been set.
### GetAccess
`func (o *AccessRequestRecommendationActionItemResponseDto) GetAccess() AccessRequestRecommendationItem`
GetAccess returns the Access field if non-nil, zero value otherwise.
### GetAccessOk
`func (o *AccessRequestRecommendationActionItemResponseDto) GetAccessOk() (*AccessRequestRecommendationItem, bool)`
GetAccessOk returns a tuple with the Access field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetAccess
`func (o *AccessRequestRecommendationActionItemResponseDto) SetAccess(v AccessRequestRecommendationItem)`
SetAccess sets Access field to given value.
### HasAccess
`func (o *AccessRequestRecommendationActionItemResponseDto) HasAccess() bool`
HasAccess returns a boolean if a field has been set.
### GetTimestamp
`func (o *AccessRequestRecommendationActionItemResponseDto) GetTimestamp() time.Time`
GetTimestamp returns the Timestamp field if non-nil, zero value otherwise.
### GetTimestampOk
`func (o *AccessRequestRecommendationActionItemResponseDto) GetTimestampOk() (*time.Time, bool)`
GetTimestampOk returns a tuple with the Timestamp field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetTimestamp
`func (o *AccessRequestRecommendationActionItemResponseDto) SetTimestamp(v time.Time)`
SetTimestamp sets Timestamp field to given value.
### HasTimestamp
`func (o *AccessRequestRecommendationActionItemResponseDto) HasTimestamp() bool`
HasTimestamp returns a boolean if a field has been set.

View File

@@ -1,90 +0,0 @@
---
id: beta-access-request-recommendation-item
title: AccessRequestRecommendationItem
pagination_label: AccessRequestRecommendationItem
sidebar_label: AccessRequestRecommendationItem
sidebar_class_name: gosdk
keywords: ['go', 'Golang', 'sdk', 'AccessRequestRecommendationItem', 'BetaAccessRequestRecommendationItem']
slug: /tools/sdk/go/beta/models/access-request-recommendation-item
tags: ['SDK', 'Software Development Kit', 'AccessRequestRecommendationItem', 'BetaAccessRequestRecommendationItem']
---
# AccessRequestRecommendationItem
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Id** | Pointer to **string** | ID of access item being recommended. | [optional]
**Type** | Pointer to [**AccessRequestRecommendationItemType**](access-request-recommendation-item-type) | | [optional]
## Methods
### NewAccessRequestRecommendationItem
`func NewAccessRequestRecommendationItem() *AccessRequestRecommendationItem`
NewAccessRequestRecommendationItem instantiates a new AccessRequestRecommendationItem 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
### NewAccessRequestRecommendationItemWithDefaults
`func NewAccessRequestRecommendationItemWithDefaults() *AccessRequestRecommendationItem`
NewAccessRequestRecommendationItemWithDefaults instantiates a new AccessRequestRecommendationItem 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 *AccessRequestRecommendationItem) GetId() string`
GetId returns the Id field if non-nil, zero value otherwise.
### GetIdOk
`func (o *AccessRequestRecommendationItem) 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 *AccessRequestRecommendationItem) SetId(v string)`
SetId sets Id field to given value.
### HasId
`func (o *AccessRequestRecommendationItem) HasId() bool`
HasId returns a boolean if a field has been set.
### GetType
`func (o *AccessRequestRecommendationItem) GetType() AccessRequestRecommendationItemType`
GetType returns the Type field if non-nil, zero value otherwise.
### GetTypeOk
`func (o *AccessRequestRecommendationItem) GetTypeOk() (*AccessRequestRecommendationItemType, bool)`
GetTypeOk returns a tuple with the Type field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetType
`func (o *AccessRequestRecommendationItem) SetType(v AccessRequestRecommendationItemType)`
SetType sets Type field to given value.
### HasType
`func (o *AccessRequestRecommendationItem) HasType() bool`
HasType returns a boolean if a field has been set.

View File

@@ -1,220 +0,0 @@
---
id: beta-access-request-recommendation-item-detail
title: AccessRequestRecommendationItemDetail
pagination_label: AccessRequestRecommendationItemDetail
sidebar_label: AccessRequestRecommendationItemDetail
sidebar_class_name: gosdk
keywords: ['go', 'Golang', 'sdk', 'AccessRequestRecommendationItemDetail', 'BetaAccessRequestRecommendationItemDetail']
slug: /tools/sdk/go/beta/models/access-request-recommendation-item-detail
tags: ['SDK', 'Software Development Kit', 'AccessRequestRecommendationItemDetail', 'BetaAccessRequestRecommendationItemDetail']
---
# AccessRequestRecommendationItemDetail
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**IdentityId** | Pointer to **string** | Identity ID for the recommendation | [optional]
**Access** | Pointer to [**AccessRequestRecommendationItemDetailAccess**](access-request-recommendation-item-detail-access) | | [optional]
**Ignored** | Pointer to **bool** | Whether or not the identity has already chosen to ignore this recommendation. | [optional]
**Requested** | Pointer to **bool** | Whether or not the identity has already chosen to request this recommendation. | [optional]
**Viewed** | Pointer to **bool** | Whether or not the identity reportedly viewed this recommendation. | [optional]
**Messages** | Pointer to [**[]AccessRecommendationMessage**](access-recommendation-message) | | [optional]
**TranslationMessages** | Pointer to [**[]TranslationMessage**](translation-message) | The list of translation messages | [optional]
## Methods
### NewAccessRequestRecommendationItemDetail
`func NewAccessRequestRecommendationItemDetail() *AccessRequestRecommendationItemDetail`
NewAccessRequestRecommendationItemDetail instantiates a new AccessRequestRecommendationItemDetail 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
### NewAccessRequestRecommendationItemDetailWithDefaults
`func NewAccessRequestRecommendationItemDetailWithDefaults() *AccessRequestRecommendationItemDetail`
NewAccessRequestRecommendationItemDetailWithDefaults instantiates a new AccessRequestRecommendationItemDetail 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
### GetIdentityId
`func (o *AccessRequestRecommendationItemDetail) GetIdentityId() string`
GetIdentityId returns the IdentityId field if non-nil, zero value otherwise.
### GetIdentityIdOk
`func (o *AccessRequestRecommendationItemDetail) GetIdentityIdOk() (*string, bool)`
GetIdentityIdOk returns a tuple with the IdentityId field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetIdentityId
`func (o *AccessRequestRecommendationItemDetail) SetIdentityId(v string)`
SetIdentityId sets IdentityId field to given value.
### HasIdentityId
`func (o *AccessRequestRecommendationItemDetail) HasIdentityId() bool`
HasIdentityId returns a boolean if a field has been set.
### GetAccess
`func (o *AccessRequestRecommendationItemDetail) GetAccess() AccessRequestRecommendationItemDetailAccess`
GetAccess returns the Access field if non-nil, zero value otherwise.
### GetAccessOk
`func (o *AccessRequestRecommendationItemDetail) GetAccessOk() (*AccessRequestRecommendationItemDetailAccess, bool)`
GetAccessOk returns a tuple with the Access field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetAccess
`func (o *AccessRequestRecommendationItemDetail) SetAccess(v AccessRequestRecommendationItemDetailAccess)`
SetAccess sets Access field to given value.
### HasAccess
`func (o *AccessRequestRecommendationItemDetail) HasAccess() bool`
HasAccess returns a boolean if a field has been set.
### GetIgnored
`func (o *AccessRequestRecommendationItemDetail) GetIgnored() bool`
GetIgnored returns the Ignored field if non-nil, zero value otherwise.
### GetIgnoredOk
`func (o *AccessRequestRecommendationItemDetail) GetIgnoredOk() (*bool, bool)`
GetIgnoredOk returns a tuple with the Ignored field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetIgnored
`func (o *AccessRequestRecommendationItemDetail) SetIgnored(v bool)`
SetIgnored sets Ignored field to given value.
### HasIgnored
`func (o *AccessRequestRecommendationItemDetail) HasIgnored() bool`
HasIgnored returns a boolean if a field has been set.
### GetRequested
`func (o *AccessRequestRecommendationItemDetail) GetRequested() bool`
GetRequested returns the Requested field if non-nil, zero value otherwise.
### GetRequestedOk
`func (o *AccessRequestRecommendationItemDetail) GetRequestedOk() (*bool, bool)`
GetRequestedOk returns a tuple with the Requested field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetRequested
`func (o *AccessRequestRecommendationItemDetail) SetRequested(v bool)`
SetRequested sets Requested field to given value.
### HasRequested
`func (o *AccessRequestRecommendationItemDetail) HasRequested() bool`
HasRequested returns a boolean if a field has been set.
### GetViewed
`func (o *AccessRequestRecommendationItemDetail) GetViewed() bool`
GetViewed returns the Viewed field if non-nil, zero value otherwise.
### GetViewedOk
`func (o *AccessRequestRecommendationItemDetail) GetViewedOk() (*bool, bool)`
GetViewedOk returns a tuple with the Viewed field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetViewed
`func (o *AccessRequestRecommendationItemDetail) SetViewed(v bool)`
SetViewed sets Viewed field to given value.
### HasViewed
`func (o *AccessRequestRecommendationItemDetail) HasViewed() bool`
HasViewed returns a boolean if a field has been set.
### GetMessages
`func (o *AccessRequestRecommendationItemDetail) GetMessages() []AccessRecommendationMessage`
GetMessages returns the Messages field if non-nil, zero value otherwise.
### GetMessagesOk
`func (o *AccessRequestRecommendationItemDetail) GetMessagesOk() (*[]AccessRecommendationMessage, bool)`
GetMessagesOk returns a tuple with the Messages field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetMessages
`func (o *AccessRequestRecommendationItemDetail) SetMessages(v []AccessRecommendationMessage)`
SetMessages sets Messages field to given value.
### HasMessages
`func (o *AccessRequestRecommendationItemDetail) HasMessages() bool`
HasMessages returns a boolean if a field has been set.
### GetTranslationMessages
`func (o *AccessRequestRecommendationItemDetail) GetTranslationMessages() []TranslationMessage`
GetTranslationMessages returns the TranslationMessages field if non-nil, zero value otherwise.
### GetTranslationMessagesOk
`func (o *AccessRequestRecommendationItemDetail) GetTranslationMessagesOk() (*[]TranslationMessage, bool)`
GetTranslationMessagesOk returns a tuple with the TranslationMessages field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetTranslationMessages
`func (o *AccessRequestRecommendationItemDetail) SetTranslationMessages(v []TranslationMessage)`
SetTranslationMessages sets TranslationMessages field to given value.
### HasTranslationMessages
`func (o *AccessRequestRecommendationItemDetail) HasTranslationMessages() bool`
HasTranslationMessages returns a boolean if a field has been set.

View File

@@ -1,142 +0,0 @@
---
id: beta-access-request-recommendation-item-detail-access
title: AccessRequestRecommendationItemDetailAccess
pagination_label: AccessRequestRecommendationItemDetailAccess
sidebar_label: AccessRequestRecommendationItemDetailAccess
sidebar_class_name: gosdk
keywords: ['go', 'Golang', 'sdk', 'AccessRequestRecommendationItemDetailAccess', 'BetaAccessRequestRecommendationItemDetailAccess']
slug: /tools/sdk/go/beta/models/access-request-recommendation-item-detail-access
tags: ['SDK', 'Software Development Kit', 'AccessRequestRecommendationItemDetailAccess', 'BetaAccessRequestRecommendationItemDetailAccess']
---
# AccessRequestRecommendationItemDetailAccess
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Id** | Pointer to **string** | ID of access item being recommended. | [optional]
**Type** | Pointer to [**AccessRequestRecommendationItemType**](access-request-recommendation-item-type) | | [optional]
**Name** | Pointer to **string** | Name of the access item | [optional]
**Description** | Pointer to **string** | Description of the access item | [optional]
## Methods
### NewAccessRequestRecommendationItemDetailAccess
`func NewAccessRequestRecommendationItemDetailAccess() *AccessRequestRecommendationItemDetailAccess`
NewAccessRequestRecommendationItemDetailAccess instantiates a new AccessRequestRecommendationItemDetailAccess 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
### NewAccessRequestRecommendationItemDetailAccessWithDefaults
`func NewAccessRequestRecommendationItemDetailAccessWithDefaults() *AccessRequestRecommendationItemDetailAccess`
NewAccessRequestRecommendationItemDetailAccessWithDefaults instantiates a new AccessRequestRecommendationItemDetailAccess 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 *AccessRequestRecommendationItemDetailAccess) GetId() string`
GetId returns the Id field if non-nil, zero value otherwise.
### GetIdOk
`func (o *AccessRequestRecommendationItemDetailAccess) 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 *AccessRequestRecommendationItemDetailAccess) SetId(v string)`
SetId sets Id field to given value.
### HasId
`func (o *AccessRequestRecommendationItemDetailAccess) HasId() bool`
HasId returns a boolean if a field has been set.
### GetType
`func (o *AccessRequestRecommendationItemDetailAccess) GetType() AccessRequestRecommendationItemType`
GetType returns the Type field if non-nil, zero value otherwise.
### GetTypeOk
`func (o *AccessRequestRecommendationItemDetailAccess) GetTypeOk() (*AccessRequestRecommendationItemType, bool)`
GetTypeOk returns a tuple with the Type field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetType
`func (o *AccessRequestRecommendationItemDetailAccess) SetType(v AccessRequestRecommendationItemType)`
SetType sets Type field to given value.
### HasType
`func (o *AccessRequestRecommendationItemDetailAccess) HasType() bool`
HasType returns a boolean if a field has been set.
### GetName
`func (o *AccessRequestRecommendationItemDetailAccess) GetName() string`
GetName returns the Name field if non-nil, zero value otherwise.
### GetNameOk
`func (o *AccessRequestRecommendationItemDetailAccess) 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 *AccessRequestRecommendationItemDetailAccess) SetName(v string)`
SetName sets Name field to given value.
### HasName
`func (o *AccessRequestRecommendationItemDetailAccess) HasName() bool`
HasName returns a boolean if a field has been set.
### GetDescription
`func (o *AccessRequestRecommendationItemDetailAccess) GetDescription() string`
GetDescription returns the Description field if non-nil, zero value otherwise.
### GetDescriptionOk
`func (o *AccessRequestRecommendationItemDetailAccess) 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 *AccessRequestRecommendationItemDetailAccess) SetDescription(v string)`
SetDescription sets Description field to given value.
### HasDescription
`func (o *AccessRequestRecommendationItemDetailAccess) HasDescription() bool`
HasDescription returns a boolean if a field has been set.

View File

@@ -1,21 +0,0 @@
---
id: beta-access-request-recommendation-item-type
title: AccessRequestRecommendationItemType
pagination_label: AccessRequestRecommendationItemType
sidebar_label: AccessRequestRecommendationItemType
sidebar_class_name: gosdk
keywords: ['go', 'Golang', 'sdk', 'AccessRequestRecommendationItemType', 'BetaAccessRequestRecommendationItemType']
slug: /tools/sdk/go/beta/models/access-request-recommendation-item-type
tags: ['SDK', 'Software Development Kit', 'AccessRequestRecommendationItemType', 'BetaAccessRequestRecommendationItemType']
---
# AccessRequestRecommendationItemType
## Enum
* `ACCESS_PROFILE` (value: `"ACCESS_PROFILE"`)
* `ROLE` (value: `"ROLE"`)

View File

@@ -1,90 +0,0 @@
---
id: beta-access-request-response
title: AccessRequestResponse
pagination_label: AccessRequestResponse
sidebar_label: AccessRequestResponse
sidebar_class_name: gosdk
keywords: ['go', 'Golang', 'sdk', 'AccessRequestResponse', 'BetaAccessRequestResponse']
slug: /tools/sdk/go/beta/models/access-request-response
tags: ['SDK', 'Software Development Kit', 'AccessRequestResponse', 'BetaAccessRequestResponse']
---
# AccessRequestResponse
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**NewRequests** | Pointer to [**[]AccessRequestTracking**](access-request-tracking) | A list of new access request tracking data mapped to the values requested. | [optional]
**ExistingRequests** | Pointer to [**[]AccessRequestTracking**](access-request-tracking) | A list of existing access request tracking data mapped to the values requested. This indicates access has already been requested for this item. | [optional]
## Methods
### NewAccessRequestResponse
`func NewAccessRequestResponse() *AccessRequestResponse`
NewAccessRequestResponse instantiates a new AccessRequestResponse 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
### NewAccessRequestResponseWithDefaults
`func NewAccessRequestResponseWithDefaults() *AccessRequestResponse`
NewAccessRequestResponseWithDefaults instantiates a new AccessRequestResponse 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
### GetNewRequests
`func (o *AccessRequestResponse) GetNewRequests() []AccessRequestTracking`
GetNewRequests returns the NewRequests field if non-nil, zero value otherwise.
### GetNewRequestsOk
`func (o *AccessRequestResponse) GetNewRequestsOk() (*[]AccessRequestTracking, bool)`
GetNewRequestsOk returns a tuple with the NewRequests field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetNewRequests
`func (o *AccessRequestResponse) SetNewRequests(v []AccessRequestTracking)`
SetNewRequests sets NewRequests field to given value.
### HasNewRequests
`func (o *AccessRequestResponse) HasNewRequests() bool`
HasNewRequests returns a boolean if a field has been set.
### GetExistingRequests
`func (o *AccessRequestResponse) GetExistingRequests() []AccessRequestTracking`
GetExistingRequests returns the ExistingRequests field if non-nil, zero value otherwise.
### GetExistingRequestsOk
`func (o *AccessRequestResponse) GetExistingRequestsOk() (*[]AccessRequestTracking, bool)`
GetExistingRequestsOk returns a tuple with the ExistingRequests field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetExistingRequests
`func (o *AccessRequestResponse) SetExistingRequests(v []AccessRequestTracking)`
SetExistingRequests sets ExistingRequests field to given value.
### HasExistingRequests
`func (o *AccessRequestResponse) HasExistingRequests() bool`
HasExistingRequests returns a boolean if a field has been set.

View File

@@ -1,116 +0,0 @@
---
id: beta-access-request-response1
title: AccessRequestResponse1
pagination_label: AccessRequestResponse1
sidebar_label: AccessRequestResponse1
sidebar_class_name: gosdk
keywords: ['go', 'Golang', 'sdk', 'AccessRequestResponse1', 'BetaAccessRequestResponse1']
slug: /tools/sdk/go/beta/models/access-request-response1
tags: ['SDK', 'Software Development Kit', 'AccessRequestResponse1', 'BetaAccessRequestResponse1']
---
# AccessRequestResponse1
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**RequesterId** | Pointer to **string** | the requester Id | [optional]
**RequesterName** | Pointer to **string** | the requesterName | [optional]
**Items** | Pointer to [**[]AccessRequestItemResponse**](access-request-item-response) | | [optional]
## Methods
### NewAccessRequestResponse1
`func NewAccessRequestResponse1() *AccessRequestResponse1`
NewAccessRequestResponse1 instantiates a new AccessRequestResponse1 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
### NewAccessRequestResponse1WithDefaults
`func NewAccessRequestResponse1WithDefaults() *AccessRequestResponse1`
NewAccessRequestResponse1WithDefaults instantiates a new AccessRequestResponse1 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
### GetRequesterId
`func (o *AccessRequestResponse1) GetRequesterId() string`
GetRequesterId returns the RequesterId field if non-nil, zero value otherwise.
### GetRequesterIdOk
`func (o *AccessRequestResponse1) GetRequesterIdOk() (*string, bool)`
GetRequesterIdOk returns a tuple with the RequesterId field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetRequesterId
`func (o *AccessRequestResponse1) SetRequesterId(v string)`
SetRequesterId sets RequesterId field to given value.
### HasRequesterId
`func (o *AccessRequestResponse1) HasRequesterId() bool`
HasRequesterId returns a boolean if a field has been set.
### GetRequesterName
`func (o *AccessRequestResponse1) GetRequesterName() string`
GetRequesterName returns the RequesterName field if non-nil, zero value otherwise.
### GetRequesterNameOk
`func (o *AccessRequestResponse1) GetRequesterNameOk() (*string, bool)`
GetRequesterNameOk returns a tuple with the RequesterName field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetRequesterName
`func (o *AccessRequestResponse1) SetRequesterName(v string)`
SetRequesterName sets RequesterName field to given value.
### HasRequesterName
`func (o *AccessRequestResponse1) HasRequesterName() bool`
HasRequesterName returns a boolean if a field has been set.
### GetItems
`func (o *AccessRequestResponse1) GetItems() []AccessRequestItemResponse`
GetItems returns the Items field if non-nil, zero value otherwise.
### GetItemsOk
`func (o *AccessRequestResponse1) GetItemsOk() (*[]AccessRequestItemResponse, bool)`
GetItemsOk returns a tuple with the Items field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetItems
`func (o *AccessRequestResponse1) SetItems(v []AccessRequestItemResponse)`
SetItems sets Items field to given value.
### HasItems
`func (o *AccessRequestResponse1) HasItems() bool`
HasItems returns a boolean if a field has been set.

View File

@@ -1,142 +0,0 @@
---
id: beta-access-request-tracking
title: AccessRequestTracking
pagination_label: AccessRequestTracking
sidebar_label: AccessRequestTracking
sidebar_class_name: gosdk
keywords: ['go', 'Golang', 'sdk', 'AccessRequestTracking', 'BetaAccessRequestTracking']
slug: /tools/sdk/go/beta/models/access-request-tracking
tags: ['SDK', 'Software Development Kit', 'AccessRequestTracking', 'BetaAccessRequestTracking']
---
# AccessRequestTracking
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**RequestedFor** | Pointer to **string** | The identity id in which the access request is for. | [optional]
**RequestedItemsDetails** | Pointer to [**[]RequestedItemDetails**](requested-item-details) | The details of the item requested. | [optional]
**AttributesHash** | Pointer to **int32** | a hash representation of the access requested, useful for longer term tracking client side. | [optional]
**AccessRequestIds** | Pointer to **[]string** | a list of access request identifiers, generally only one will be populated, but high volume requested may result in multiple ids. | [optional]
## Methods
### NewAccessRequestTracking
`func NewAccessRequestTracking() *AccessRequestTracking`
NewAccessRequestTracking instantiates a new AccessRequestTracking 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
### NewAccessRequestTrackingWithDefaults
`func NewAccessRequestTrackingWithDefaults() *AccessRequestTracking`
NewAccessRequestTrackingWithDefaults instantiates a new AccessRequestTracking 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
### GetRequestedFor
`func (o *AccessRequestTracking) GetRequestedFor() string`
GetRequestedFor returns the RequestedFor field if non-nil, zero value otherwise.
### GetRequestedForOk
`func (o *AccessRequestTracking) GetRequestedForOk() (*string, bool)`
GetRequestedForOk returns a tuple with the RequestedFor field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetRequestedFor
`func (o *AccessRequestTracking) SetRequestedFor(v string)`
SetRequestedFor sets RequestedFor field to given value.
### HasRequestedFor
`func (o *AccessRequestTracking) HasRequestedFor() bool`
HasRequestedFor returns a boolean if a field has been set.
### GetRequestedItemsDetails
`func (o *AccessRequestTracking) GetRequestedItemsDetails() []RequestedItemDetails`
GetRequestedItemsDetails returns the RequestedItemsDetails field if non-nil, zero value otherwise.
### GetRequestedItemsDetailsOk
`func (o *AccessRequestTracking) GetRequestedItemsDetailsOk() (*[]RequestedItemDetails, bool)`
GetRequestedItemsDetailsOk returns a tuple with the RequestedItemsDetails field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetRequestedItemsDetails
`func (o *AccessRequestTracking) SetRequestedItemsDetails(v []RequestedItemDetails)`
SetRequestedItemsDetails sets RequestedItemsDetails field to given value.
### HasRequestedItemsDetails
`func (o *AccessRequestTracking) HasRequestedItemsDetails() bool`
HasRequestedItemsDetails returns a boolean if a field has been set.
### GetAttributesHash
`func (o *AccessRequestTracking) GetAttributesHash() int32`
GetAttributesHash returns the AttributesHash field if non-nil, zero value otherwise.
### GetAttributesHashOk
`func (o *AccessRequestTracking) GetAttributesHashOk() (*int32, bool)`
GetAttributesHashOk returns a tuple with the AttributesHash field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetAttributesHash
`func (o *AccessRequestTracking) SetAttributesHash(v int32)`
SetAttributesHash sets AttributesHash field to given value.
### HasAttributesHash
`func (o *AccessRequestTracking) HasAttributesHash() bool`
HasAttributesHash returns a boolean if a field has been set.
### GetAccessRequestIds
`func (o *AccessRequestTracking) GetAccessRequestIds() []string`
GetAccessRequestIds returns the AccessRequestIds field if non-nil, zero value otherwise.
### GetAccessRequestIdsOk
`func (o *AccessRequestTracking) GetAccessRequestIdsOk() (*[]string, bool)`
GetAccessRequestIdsOk returns a tuple with the AccessRequestIds field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetAccessRequestIds
`func (o *AccessRequestTracking) SetAccessRequestIds(v []string)`
SetAccessRequestIds sets AccessRequestIds field to given value.
### HasAccessRequestIds
`func (o *AccessRequestTracking) HasAccessRequestIds() bool`
HasAccessRequestIds returns a boolean if a field has been set.

View File

@@ -1,21 +0,0 @@
---
id: beta-access-request-type
title: AccessRequestType
pagination_label: AccessRequestType
sidebar_label: AccessRequestType
sidebar_class_name: gosdk
keywords: ['go', 'Golang', 'sdk', 'AccessRequestType', 'BetaAccessRequestType']
slug: /tools/sdk/go/beta/models/access-request-type
tags: ['SDK', 'Software Development Kit', 'AccessRequestType', 'BetaAccessRequestType']
---
# AccessRequestType
## Enum
* `GRANT_ACCESS` (value: `"GRANT_ACCESS"`)
* `REVOKE_ACCESS` (value: `"REVOKE_ACCESS"`)

View File

@@ -1,142 +0,0 @@
---
id: beta-access-requested
title: AccessRequested
pagination_label: AccessRequested
sidebar_label: AccessRequested
sidebar_class_name: gosdk
keywords: ['go', 'Golang', 'sdk', 'AccessRequested', 'BetaAccessRequested']
slug: /tools/sdk/go/beta/models/access-requested
tags: ['SDK', 'Software Development Kit', 'AccessRequested', 'BetaAccessRequested']
---
# AccessRequested
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**AccessRequest** | Pointer to [**AccessRequestResponse1**](access-request-response1) | | [optional]
**IdentityId** | Pointer to **string** | the identity id | [optional]
**EventType** | Pointer to **string** | the event type | [optional]
**Dt** | Pointer to **string** | the date of event | [optional]
## Methods
### NewAccessRequested
`func NewAccessRequested() *AccessRequested`
NewAccessRequested instantiates a new AccessRequested 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
### NewAccessRequestedWithDefaults
`func NewAccessRequestedWithDefaults() *AccessRequested`
NewAccessRequestedWithDefaults instantiates a new AccessRequested 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
### GetAccessRequest
`func (o *AccessRequested) GetAccessRequest() AccessRequestResponse1`
GetAccessRequest returns the AccessRequest field if non-nil, zero value otherwise.
### GetAccessRequestOk
`func (o *AccessRequested) GetAccessRequestOk() (*AccessRequestResponse1, bool)`
GetAccessRequestOk returns a tuple with the AccessRequest field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetAccessRequest
`func (o *AccessRequested) SetAccessRequest(v AccessRequestResponse1)`
SetAccessRequest sets AccessRequest field to given value.
### HasAccessRequest
`func (o *AccessRequested) HasAccessRequest() bool`
HasAccessRequest returns a boolean if a field has been set.
### GetIdentityId
`func (o *AccessRequested) GetIdentityId() string`
GetIdentityId returns the IdentityId field if non-nil, zero value otherwise.
### GetIdentityIdOk
`func (o *AccessRequested) GetIdentityIdOk() (*string, bool)`
GetIdentityIdOk returns a tuple with the IdentityId field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetIdentityId
`func (o *AccessRequested) SetIdentityId(v string)`
SetIdentityId sets IdentityId field to given value.
### HasIdentityId
`func (o *AccessRequested) HasIdentityId() bool`
HasIdentityId returns a boolean if a field has been set.
### GetEventType
`func (o *AccessRequested) GetEventType() string`
GetEventType returns the EventType field if non-nil, zero value otherwise.
### GetEventTypeOk
`func (o *AccessRequested) GetEventTypeOk() (*string, bool)`
GetEventTypeOk returns a tuple with the EventType field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetEventType
`func (o *AccessRequested) SetEventType(v string)`
SetEventType sets EventType field to given value.
### HasEventType
`func (o *AccessRequested) HasEventType() bool`
HasEventType returns a boolean if a field has been set.
### GetDt
`func (o *AccessRequested) GetDt() string`
GetDt returns the Dt field if non-nil, zero value otherwise.
### GetDtOk
`func (o *AccessRequested) GetDtOk() (*string, bool)`
GetDtOk returns a tuple with the Dt field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetDt
`func (o *AccessRequested) SetDt(v string)`
SetDt sets Dt field to given value.
### HasDt
`func (o *AccessRequested) HasDt() bool`
HasDt returns a boolean if a field has been set.

View File

@@ -1,21 +0,0 @@
---
id: beta-access-type
title: AccessType
pagination_label: AccessType
sidebar_label: AccessType
sidebar_class_name: gosdk
keywords: ['go', 'Golang', 'sdk', 'AccessType', 'BetaAccessType']
slug: /tools/sdk/go/beta/models/access-type
tags: ['SDK', 'Software Development Kit', 'AccessType', 'BetaAccessType']
---
# AccessType
## Enum
* `ONLINE` (value: `"ONLINE"`)
* `OFFLINE` (value: `"OFFLINE"`)

View File

@@ -1,816 +0,0 @@
---
id: beta-account
title: Account
pagination_label: Account
sidebar_label: Account
sidebar_class_name: gosdk
keywords: ['go', 'Golang', 'sdk', 'Account', 'BetaAccount']
slug: /tools/sdk/go/beta/models/account
tags: ['SDK', 'Software Development Kit', 'Account', 'BetaAccount']
---
# Account
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Id** | Pointer to **string** | System-generated unique ID of the Object | [optional] [readonly]
**Name** | **NullableString** | Name of the Object |
**Created** | Pointer to **time.Time** | Creation date of the Object | [optional] [readonly]
**Modified** | Pointer to **time.Time** | Last modification date of the Object | [optional] [readonly]
**SourceId** | **string** | The unique ID of the source this account belongs to |
**SourceName** | **NullableString** | The display name of the source this account belongs to |
**IdentityId** | Pointer to **string** | The unique ID of the identity this account is correlated to | [optional]
**CloudLifecycleState** | Pointer to **NullableString** | The lifecycle state of the identity this account is correlated to | [optional]
**IdentityState** | Pointer to **NullableString** | The identity state of the identity this account is correlated to | [optional]
**ConnectionType** | Pointer to **NullableString** | The connection type of the source this account is from | [optional]
**IsMachine** | Pointer to **bool** | Indicates if the account is of machine type | [optional] [default to false]
**Recommendation** | Pointer to [**NullableRecommendation**](recommendation) | | [optional]
**Attributes** | **map[string]interface{}** | The account attributes that are aggregated |
**Authoritative** | **bool** | Indicates if this account is from an authoritative source |
**Description** | Pointer to **NullableString** | A description of the account | [optional]
**Disabled** | **bool** | Indicates if the account is currently disabled |
**Locked** | **bool** | Indicates if the account is currently locked |
**NativeIdentity** | **string** | The unique ID of the account generated by the source system |
**SystemAccount** | **bool** | If true, this is a user account within IdentityNow. If false, this is an account from a source system. |
**Uncorrelated** | **bool** | Indicates if this account is not correlated to an identity |
**Uuid** | Pointer to **NullableString** | The unique ID of the account as determined by the account schema | [optional]
**ManuallyCorrelated** | **bool** | Indicates if the account has been manually correlated to an identity |
**HasEntitlements** | **bool** | Indicates if the account has entitlements |
**Identity** | Pointer to [**BaseReferenceDto**](base-reference-dto) | | [optional]
**SourceOwner** | Pointer to [**BaseReferenceDto**](base-reference-dto) | | [optional]
**Features** | Pointer to **NullableString** | A string list containing the owning source's features | [optional]
**Origin** | Pointer to **NullableString** | The origin of the account either aggregated or provisioned | [optional]
**OwnerIdentity** | Pointer to [**BaseReferenceDto**](base-reference-dto) | | [optional]
## Methods
### NewAccount
`func NewAccount(name NullableString, sourceId string, sourceName NullableString, attributes map[string]interface{}, authoritative bool, disabled bool, locked bool, nativeIdentity string, systemAccount bool, uncorrelated bool, manuallyCorrelated bool, hasEntitlements bool, ) *Account`
NewAccount instantiates a new Account 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
### NewAccountWithDefaults
`func NewAccountWithDefaults() *Account`
NewAccountWithDefaults instantiates a new Account 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 *Account) GetId() string`
GetId returns the Id field if non-nil, zero value otherwise.
### GetIdOk
`func (o *Account) 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 *Account) SetId(v string)`
SetId sets Id field to given value.
### HasId
`func (o *Account) HasId() bool`
HasId returns a boolean if a field has been set.
### GetName
`func (o *Account) GetName() string`
GetName returns the Name field if non-nil, zero value otherwise.
### GetNameOk
`func (o *Account) 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 *Account) SetName(v string)`
SetName sets Name field to given value.
### SetNameNil
`func (o *Account) SetNameNil(b bool)`
SetNameNil sets the value for Name to be an explicit nil
### UnsetName
`func (o *Account) UnsetName()`
UnsetName ensures that no value is present for Name, not even an explicit nil
### GetCreated
`func (o *Account) GetCreated() time.Time`
GetCreated returns the Created field if non-nil, zero value otherwise.
### GetCreatedOk
`func (o *Account) 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 *Account) SetCreated(v time.Time)`
SetCreated sets Created field to given value.
### HasCreated
`func (o *Account) HasCreated() bool`
HasCreated returns a boolean if a field has been set.
### GetModified
`func (o *Account) GetModified() time.Time`
GetModified returns the Modified field if non-nil, zero value otherwise.
### GetModifiedOk
`func (o *Account) 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 *Account) SetModified(v time.Time)`
SetModified sets Modified field to given value.
### HasModified
`func (o *Account) HasModified() bool`
HasModified returns a boolean if a field has been set.
### GetSourceId
`func (o *Account) GetSourceId() string`
GetSourceId returns the SourceId field if non-nil, zero value otherwise.
### GetSourceIdOk
`func (o *Account) 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 *Account) SetSourceId(v string)`
SetSourceId sets SourceId field to given value.
### GetSourceName
`func (o *Account) GetSourceName() string`
GetSourceName returns the SourceName field if non-nil, zero value otherwise.
### GetSourceNameOk
`func (o *Account) GetSourceNameOk() (*string, bool)`
GetSourceNameOk returns a tuple with the SourceName field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetSourceName
`func (o *Account) SetSourceName(v string)`
SetSourceName sets SourceName field to given value.
### SetSourceNameNil
`func (o *Account) SetSourceNameNil(b bool)`
SetSourceNameNil sets the value for SourceName to be an explicit nil
### UnsetSourceName
`func (o *Account) UnsetSourceName()`
UnsetSourceName ensures that no value is present for SourceName, not even an explicit nil
### GetIdentityId
`func (o *Account) GetIdentityId() string`
GetIdentityId returns the IdentityId field if non-nil, zero value otherwise.
### GetIdentityIdOk
`func (o *Account) GetIdentityIdOk() (*string, bool)`
GetIdentityIdOk returns a tuple with the IdentityId field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetIdentityId
`func (o *Account) SetIdentityId(v string)`
SetIdentityId sets IdentityId field to given value.
### HasIdentityId
`func (o *Account) HasIdentityId() bool`
HasIdentityId returns a boolean if a field has been set.
### GetCloudLifecycleState
`func (o *Account) GetCloudLifecycleState() string`
GetCloudLifecycleState returns the CloudLifecycleState field if non-nil, zero value otherwise.
### GetCloudLifecycleStateOk
`func (o *Account) GetCloudLifecycleStateOk() (*string, bool)`
GetCloudLifecycleStateOk returns a tuple with the CloudLifecycleState field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetCloudLifecycleState
`func (o *Account) SetCloudLifecycleState(v string)`
SetCloudLifecycleState sets CloudLifecycleState field to given value.
### HasCloudLifecycleState
`func (o *Account) HasCloudLifecycleState() bool`
HasCloudLifecycleState returns a boolean if a field has been set.
### SetCloudLifecycleStateNil
`func (o *Account) SetCloudLifecycleStateNil(b bool)`
SetCloudLifecycleStateNil sets the value for CloudLifecycleState to be an explicit nil
### UnsetCloudLifecycleState
`func (o *Account) UnsetCloudLifecycleState()`
UnsetCloudLifecycleState ensures that no value is present for CloudLifecycleState, not even an explicit nil
### GetIdentityState
`func (o *Account) GetIdentityState() string`
GetIdentityState returns the IdentityState field if non-nil, zero value otherwise.
### GetIdentityStateOk
`func (o *Account) GetIdentityStateOk() (*string, bool)`
GetIdentityStateOk returns a tuple with the IdentityState field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetIdentityState
`func (o *Account) SetIdentityState(v string)`
SetIdentityState sets IdentityState field to given value.
### HasIdentityState
`func (o *Account) HasIdentityState() bool`
HasIdentityState returns a boolean if a field has been set.
### SetIdentityStateNil
`func (o *Account) SetIdentityStateNil(b bool)`
SetIdentityStateNil sets the value for IdentityState to be an explicit nil
### UnsetIdentityState
`func (o *Account) UnsetIdentityState()`
UnsetIdentityState ensures that no value is present for IdentityState, not even an explicit nil
### GetConnectionType
`func (o *Account) GetConnectionType() string`
GetConnectionType returns the ConnectionType field if non-nil, zero value otherwise.
### GetConnectionTypeOk
`func (o *Account) GetConnectionTypeOk() (*string, bool)`
GetConnectionTypeOk returns a tuple with the ConnectionType field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetConnectionType
`func (o *Account) SetConnectionType(v string)`
SetConnectionType sets ConnectionType field to given value.
### HasConnectionType
`func (o *Account) HasConnectionType() bool`
HasConnectionType returns a boolean if a field has been set.
### SetConnectionTypeNil
`func (o *Account) SetConnectionTypeNil(b bool)`
SetConnectionTypeNil sets the value for ConnectionType to be an explicit nil
### UnsetConnectionType
`func (o *Account) UnsetConnectionType()`
UnsetConnectionType ensures that no value is present for ConnectionType, not even an explicit nil
### GetIsMachine
`func (o *Account) GetIsMachine() bool`
GetIsMachine returns the IsMachine field if non-nil, zero value otherwise.
### GetIsMachineOk
`func (o *Account) GetIsMachineOk() (*bool, bool)`
GetIsMachineOk returns a tuple with the IsMachine field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetIsMachine
`func (o *Account) SetIsMachine(v bool)`
SetIsMachine sets IsMachine field to given value.
### HasIsMachine
`func (o *Account) HasIsMachine() bool`
HasIsMachine returns a boolean if a field has been set.
### GetRecommendation
`func (o *Account) GetRecommendation() Recommendation`
GetRecommendation returns the Recommendation field if non-nil, zero value otherwise.
### GetRecommendationOk
`func (o *Account) GetRecommendationOk() (*Recommendation, bool)`
GetRecommendationOk returns a tuple with the Recommendation field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetRecommendation
`func (o *Account) SetRecommendation(v Recommendation)`
SetRecommendation sets Recommendation field to given value.
### HasRecommendation
`func (o *Account) HasRecommendation() bool`
HasRecommendation returns a boolean if a field has been set.
### SetRecommendationNil
`func (o *Account) SetRecommendationNil(b bool)`
SetRecommendationNil sets the value for Recommendation to be an explicit nil
### UnsetRecommendation
`func (o *Account) UnsetRecommendation()`
UnsetRecommendation ensures that no value is present for Recommendation, not even an explicit nil
### GetAttributes
`func (o *Account) GetAttributes() map[string]interface{}`
GetAttributes returns the Attributes field if non-nil, zero value otherwise.
### GetAttributesOk
`func (o *Account) GetAttributesOk() (*map[string]interface{}, bool)`
GetAttributesOk returns a tuple with the Attributes field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetAttributes
`func (o *Account) SetAttributes(v map[string]interface{})`
SetAttributes sets Attributes field to given value.
### SetAttributesNil
`func (o *Account) SetAttributesNil(b bool)`
SetAttributesNil sets the value for Attributes to be an explicit nil
### UnsetAttributes
`func (o *Account) UnsetAttributes()`
UnsetAttributes ensures that no value is present for Attributes, not even an explicit nil
### GetAuthoritative
`func (o *Account) GetAuthoritative() bool`
GetAuthoritative returns the Authoritative field if non-nil, zero value otherwise.
### GetAuthoritativeOk
`func (o *Account) GetAuthoritativeOk() (*bool, bool)`
GetAuthoritativeOk returns a tuple with the Authoritative field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetAuthoritative
`func (o *Account) SetAuthoritative(v bool)`
SetAuthoritative sets Authoritative field to given value.
### GetDescription
`func (o *Account) GetDescription() string`
GetDescription returns the Description field if non-nil, zero value otherwise.
### GetDescriptionOk
`func (o *Account) 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 *Account) SetDescription(v string)`
SetDescription sets Description field to given value.
### HasDescription
`func (o *Account) HasDescription() bool`
HasDescription returns a boolean if a field has been set.
### SetDescriptionNil
`func (o *Account) SetDescriptionNil(b bool)`
SetDescriptionNil sets the value for Description to be an explicit nil
### UnsetDescription
`func (o *Account) UnsetDescription()`
UnsetDescription ensures that no value is present for Description, not even an explicit nil
### GetDisabled
`func (o *Account) GetDisabled() bool`
GetDisabled returns the Disabled field if non-nil, zero value otherwise.
### GetDisabledOk
`func (o *Account) GetDisabledOk() (*bool, bool)`
GetDisabledOk returns a tuple with the Disabled field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetDisabled
`func (o *Account) SetDisabled(v bool)`
SetDisabled sets Disabled field to given value.
### GetLocked
`func (o *Account) GetLocked() bool`
GetLocked returns the Locked field if non-nil, zero value otherwise.
### GetLockedOk
`func (o *Account) GetLockedOk() (*bool, bool)`
GetLockedOk returns a tuple with the Locked field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetLocked
`func (o *Account) SetLocked(v bool)`
SetLocked sets Locked field to given value.
### GetNativeIdentity
`func (o *Account) GetNativeIdentity() string`
GetNativeIdentity returns the NativeIdentity field if non-nil, zero value otherwise.
### GetNativeIdentityOk
`func (o *Account) GetNativeIdentityOk() (*string, bool)`
GetNativeIdentityOk returns a tuple with the NativeIdentity field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetNativeIdentity
`func (o *Account) SetNativeIdentity(v string)`
SetNativeIdentity sets NativeIdentity field to given value.
### GetSystemAccount
`func (o *Account) GetSystemAccount() bool`
GetSystemAccount returns the SystemAccount field if non-nil, zero value otherwise.
### GetSystemAccountOk
`func (o *Account) GetSystemAccountOk() (*bool, bool)`
GetSystemAccountOk returns a tuple with the SystemAccount field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetSystemAccount
`func (o *Account) SetSystemAccount(v bool)`
SetSystemAccount sets SystemAccount field to given value.
### GetUncorrelated
`func (o *Account) GetUncorrelated() bool`
GetUncorrelated returns the Uncorrelated field if non-nil, zero value otherwise.
### GetUncorrelatedOk
`func (o *Account) GetUncorrelatedOk() (*bool, bool)`
GetUncorrelatedOk returns a tuple with the Uncorrelated field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetUncorrelated
`func (o *Account) SetUncorrelated(v bool)`
SetUncorrelated sets Uncorrelated field to given value.
### GetUuid
`func (o *Account) GetUuid() string`
GetUuid returns the Uuid field if non-nil, zero value otherwise.
### GetUuidOk
`func (o *Account) GetUuidOk() (*string, bool)`
GetUuidOk returns a tuple with the Uuid field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetUuid
`func (o *Account) SetUuid(v string)`
SetUuid sets Uuid field to given value.
### HasUuid
`func (o *Account) HasUuid() bool`
HasUuid returns a boolean if a field has been set.
### SetUuidNil
`func (o *Account) SetUuidNil(b bool)`
SetUuidNil sets the value for Uuid to be an explicit nil
### UnsetUuid
`func (o *Account) UnsetUuid()`
UnsetUuid ensures that no value is present for Uuid, not even an explicit nil
### GetManuallyCorrelated
`func (o *Account) GetManuallyCorrelated() bool`
GetManuallyCorrelated returns the ManuallyCorrelated field if non-nil, zero value otherwise.
### GetManuallyCorrelatedOk
`func (o *Account) GetManuallyCorrelatedOk() (*bool, bool)`
GetManuallyCorrelatedOk returns a tuple with the ManuallyCorrelated field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetManuallyCorrelated
`func (o *Account) SetManuallyCorrelated(v bool)`
SetManuallyCorrelated sets ManuallyCorrelated field to given value.
### GetHasEntitlements
`func (o *Account) GetHasEntitlements() bool`
GetHasEntitlements returns the HasEntitlements field if non-nil, zero value otherwise.
### GetHasEntitlementsOk
`func (o *Account) GetHasEntitlementsOk() (*bool, bool)`
GetHasEntitlementsOk returns a tuple with the HasEntitlements field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetHasEntitlements
`func (o *Account) SetHasEntitlements(v bool)`
SetHasEntitlements sets HasEntitlements field to given value.
### GetIdentity
`func (o *Account) GetIdentity() BaseReferenceDto`
GetIdentity returns the Identity field if non-nil, zero value otherwise.
### GetIdentityOk
`func (o *Account) GetIdentityOk() (*BaseReferenceDto, bool)`
GetIdentityOk returns a tuple with the Identity field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetIdentity
`func (o *Account) SetIdentity(v BaseReferenceDto)`
SetIdentity sets Identity field to given value.
### HasIdentity
`func (o *Account) HasIdentity() bool`
HasIdentity returns a boolean if a field has been set.
### GetSourceOwner
`func (o *Account) GetSourceOwner() BaseReferenceDto`
GetSourceOwner returns the SourceOwner field if non-nil, zero value otherwise.
### GetSourceOwnerOk
`func (o *Account) GetSourceOwnerOk() (*BaseReferenceDto, bool)`
GetSourceOwnerOk returns a tuple with the SourceOwner field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetSourceOwner
`func (o *Account) SetSourceOwner(v BaseReferenceDto)`
SetSourceOwner sets SourceOwner field to given value.
### HasSourceOwner
`func (o *Account) HasSourceOwner() bool`
HasSourceOwner returns a boolean if a field has been set.
### GetFeatures
`func (o *Account) GetFeatures() string`
GetFeatures returns the Features field if non-nil, zero value otherwise.
### GetFeaturesOk
`func (o *Account) GetFeaturesOk() (*string, bool)`
GetFeaturesOk returns a tuple with the Features field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetFeatures
`func (o *Account) SetFeatures(v string)`
SetFeatures sets Features field to given value.
### HasFeatures
`func (o *Account) HasFeatures() bool`
HasFeatures returns a boolean if a field has been set.
### SetFeaturesNil
`func (o *Account) SetFeaturesNil(b bool)`
SetFeaturesNil sets the value for Features to be an explicit nil
### UnsetFeatures
`func (o *Account) UnsetFeatures()`
UnsetFeatures ensures that no value is present for Features, not even an explicit nil
### GetOrigin
`func (o *Account) GetOrigin() string`
GetOrigin returns the Origin field if non-nil, zero value otherwise.
### GetOriginOk
`func (o *Account) GetOriginOk() (*string, bool)`
GetOriginOk returns a tuple with the Origin field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetOrigin
`func (o *Account) SetOrigin(v string)`
SetOrigin sets Origin field to given value.
### HasOrigin
`func (o *Account) HasOrigin() bool`
HasOrigin returns a boolean if a field has been set.
### SetOriginNil
`func (o *Account) SetOriginNil(b bool)`
SetOriginNil sets the value for Origin to be an explicit nil
### UnsetOrigin
`func (o *Account) UnsetOrigin()`
UnsetOrigin ensures that no value is present for Origin, not even an explicit nil
### GetOwnerIdentity
`func (o *Account) GetOwnerIdentity() BaseReferenceDto`
GetOwnerIdentity returns the OwnerIdentity field if non-nil, zero value otherwise.
### GetOwnerIdentityOk
`func (o *Account) GetOwnerIdentityOk() (*BaseReferenceDto, bool)`
GetOwnerIdentityOk returns a tuple with the OwnerIdentity field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetOwnerIdentity
`func (o *Account) SetOwnerIdentity(v BaseReferenceDto)`
SetOwnerIdentity sets OwnerIdentity field to given value.
### HasOwnerIdentity
`func (o *Account) HasOwnerIdentity() bool`
HasOwnerIdentity returns a boolean if a field has been set.

View File

@@ -1,90 +0,0 @@
---
id: beta-account-action
title: AccountAction
pagination_label: AccountAction
sidebar_label: AccountAction
sidebar_class_name: gosdk
keywords: ['go', 'Golang', 'sdk', 'AccountAction', 'BetaAccountAction']
slug: /tools/sdk/go/beta/models/account-action
tags: ['SDK', 'Software Development Kit', 'AccountAction', 'BetaAccountAction']
---
# AccountAction
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Action** | Pointer to **string** | Describes if action will be enabled or disabled | [optional]
**SourceIds** | Pointer to **[]string** | List of source IDs. The sources must have the ENABLE feature or flat file source. See \"/sources\" endpoint for source features. | [optional]
## Methods
### NewAccountAction
`func NewAccountAction() *AccountAction`
NewAccountAction instantiates a new AccountAction 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
### NewAccountActionWithDefaults
`func NewAccountActionWithDefaults() *AccountAction`
NewAccountActionWithDefaults instantiates a new AccountAction 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
### GetAction
`func (o *AccountAction) GetAction() string`
GetAction returns the Action field if non-nil, zero value otherwise.
### GetActionOk
`func (o *AccountAction) GetActionOk() (*string, bool)`
GetActionOk returns a tuple with the Action field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetAction
`func (o *AccountAction) SetAction(v string)`
SetAction sets Action field to given value.
### HasAction
`func (o *AccountAction) HasAction() bool`
HasAction returns a boolean if a field has been set.
### GetSourceIds
`func (o *AccountAction) GetSourceIds() []string`
GetSourceIds returns the SourceIds field if non-nil, zero value otherwise.
### GetSourceIdsOk
`func (o *AccountAction) GetSourceIdsOk() (*[]string, bool)`
GetSourceIdsOk returns a tuple with the SourceIds field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetSourceIds
`func (o *AccountAction) SetSourceIds(v []string)`
SetSourceIds sets SourceIds field to given value.
### HasSourceIds
`func (o *AccountAction) HasSourceIds() bool`
HasSourceIds returns a boolean if a field has been set.

View File

@@ -1,29 +0,0 @@
---
id: beta-account-activity-approval-status
title: AccountActivityApprovalStatus
pagination_label: AccountActivityApprovalStatus
sidebar_label: AccountActivityApprovalStatus
sidebar_class_name: gosdk
keywords: ['go', 'Golang', 'sdk', 'AccountActivityApprovalStatus', 'BetaAccountActivityApprovalStatus']
slug: /tools/sdk/go/beta/models/account-activity-approval-status
tags: ['SDK', 'Software Development Kit', 'AccountActivityApprovalStatus', 'BetaAccountActivityApprovalStatus']
---
# AccountActivityApprovalStatus
## Enum
* `FINISHED` (value: `"FINISHED"`)
* `REJECTED` (value: `"REJECTED"`)
* `RETURNED` (value: `"RETURNED"`)
* `EXPIRED` (value: `"EXPIRED"`)
* `PENDING` (value: `"PENDING"`)
* `CANCELED` (value: `"CANCELED"`)

View File

@@ -1,564 +0,0 @@
---
id: beta-account-activity-item
title: AccountActivityItem
pagination_label: AccountActivityItem
sidebar_label: AccountActivityItem
sidebar_class_name: gosdk
keywords: ['go', 'Golang', 'sdk', 'AccountActivityItem', 'BetaAccountActivityItem']
slug: /tools/sdk/go/beta/models/account-activity-item
tags: ['SDK', 'Software Development Kit', 'AccountActivityItem', 'BetaAccountActivityItem']
---
# AccountActivityItem
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Id** | Pointer to **string** | Item id | [optional]
**Name** | Pointer to **string** | Human-readable display name of item | [optional]
**Requested** | Pointer to **time.Time** | Date and time item was requested | [optional]
**ApprovalStatus** | Pointer to [**NullableAccountActivityApprovalStatus**](account-activity-approval-status) | | [optional]
**ProvisioningStatus** | Pointer to [**ProvisioningState**](provisioning-state) | | [optional]
**RequesterComment** | Pointer to [**NullableComment**](comment) | | [optional]
**ReviewerIdentitySummary** | Pointer to [**NullableIdentitySummary**](identity-summary) | | [optional]
**ReviewerComment** | Pointer to [**NullableComment**](comment) | | [optional]
**Operation** | Pointer to [**NullableAccountActivityItemOperation**](account-activity-item-operation) | | [optional]
**Attribute** | Pointer to **NullableString** | Attribute to which account activity applies | [optional]
**Value** | Pointer to **NullableString** | Value of attribute | [optional]
**NativeIdentity** | Pointer to **NullableString** | Native identity in the target system to which the account activity applies | [optional]
**SourceId** | Pointer to **string** | Id of Source to which account activity applies | [optional]
**AccountRequestInfo** | Pointer to [**NullableAccountRequestInfo**](account-request-info) | | [optional]
**ClientMetadata** | Pointer to **map[string]string** | Arbitrary key-value pairs, if any were included in the corresponding access request item | [optional]
**RemoveDate** | Pointer to **NullableTime** | The date the role or access profile or entitlement is no longer assigned to the specified identity. | [optional]
## Methods
### NewAccountActivityItem
`func NewAccountActivityItem() *AccountActivityItem`
NewAccountActivityItem instantiates a new AccountActivityItem 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
### NewAccountActivityItemWithDefaults
`func NewAccountActivityItemWithDefaults() *AccountActivityItem`
NewAccountActivityItemWithDefaults instantiates a new AccountActivityItem 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 *AccountActivityItem) GetId() string`
GetId returns the Id field if non-nil, zero value otherwise.
### GetIdOk
`func (o *AccountActivityItem) 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 *AccountActivityItem) SetId(v string)`
SetId sets Id field to given value.
### HasId
`func (o *AccountActivityItem) HasId() bool`
HasId returns a boolean if a field has been set.
### GetName
`func (o *AccountActivityItem) GetName() string`
GetName returns the Name field if non-nil, zero value otherwise.
### GetNameOk
`func (o *AccountActivityItem) 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 *AccountActivityItem) SetName(v string)`
SetName sets Name field to given value.
### HasName
`func (o *AccountActivityItem) HasName() bool`
HasName returns a boolean if a field has been set.
### GetRequested
`func (o *AccountActivityItem) GetRequested() time.Time`
GetRequested returns the Requested field if non-nil, zero value otherwise.
### GetRequestedOk
`func (o *AccountActivityItem) GetRequestedOk() (*time.Time, bool)`
GetRequestedOk returns a tuple with the Requested field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetRequested
`func (o *AccountActivityItem) SetRequested(v time.Time)`
SetRequested sets Requested field to given value.
### HasRequested
`func (o *AccountActivityItem) HasRequested() bool`
HasRequested returns a boolean if a field has been set.
### GetApprovalStatus
`func (o *AccountActivityItem) GetApprovalStatus() AccountActivityApprovalStatus`
GetApprovalStatus returns the ApprovalStatus field if non-nil, zero value otherwise.
### GetApprovalStatusOk
`func (o *AccountActivityItem) GetApprovalStatusOk() (*AccountActivityApprovalStatus, bool)`
GetApprovalStatusOk returns a tuple with the ApprovalStatus field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetApprovalStatus
`func (o *AccountActivityItem) SetApprovalStatus(v AccountActivityApprovalStatus)`
SetApprovalStatus sets ApprovalStatus field to given value.
### HasApprovalStatus
`func (o *AccountActivityItem) HasApprovalStatus() bool`
HasApprovalStatus returns a boolean if a field has been set.
### SetApprovalStatusNil
`func (o *AccountActivityItem) SetApprovalStatusNil(b bool)`
SetApprovalStatusNil sets the value for ApprovalStatus to be an explicit nil
### UnsetApprovalStatus
`func (o *AccountActivityItem) UnsetApprovalStatus()`
UnsetApprovalStatus ensures that no value is present for ApprovalStatus, not even an explicit nil
### GetProvisioningStatus
`func (o *AccountActivityItem) GetProvisioningStatus() ProvisioningState`
GetProvisioningStatus returns the ProvisioningStatus field if non-nil, zero value otherwise.
### GetProvisioningStatusOk
`func (o *AccountActivityItem) GetProvisioningStatusOk() (*ProvisioningState, bool)`
GetProvisioningStatusOk returns a tuple with the ProvisioningStatus field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetProvisioningStatus
`func (o *AccountActivityItem) SetProvisioningStatus(v ProvisioningState)`
SetProvisioningStatus sets ProvisioningStatus field to given value.
### HasProvisioningStatus
`func (o *AccountActivityItem) HasProvisioningStatus() bool`
HasProvisioningStatus returns a boolean if a field has been set.
### GetRequesterComment
`func (o *AccountActivityItem) GetRequesterComment() Comment`
GetRequesterComment returns the RequesterComment field if non-nil, zero value otherwise.
### GetRequesterCommentOk
`func (o *AccountActivityItem) GetRequesterCommentOk() (*Comment, bool)`
GetRequesterCommentOk returns a tuple with the RequesterComment field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetRequesterComment
`func (o *AccountActivityItem) SetRequesterComment(v Comment)`
SetRequesterComment sets RequesterComment field to given value.
### HasRequesterComment
`func (o *AccountActivityItem) HasRequesterComment() bool`
HasRequesterComment returns a boolean if a field has been set.
### SetRequesterCommentNil
`func (o *AccountActivityItem) SetRequesterCommentNil(b bool)`
SetRequesterCommentNil sets the value for RequesterComment to be an explicit nil
### UnsetRequesterComment
`func (o *AccountActivityItem) UnsetRequesterComment()`
UnsetRequesterComment ensures that no value is present for RequesterComment, not even an explicit nil
### GetReviewerIdentitySummary
`func (o *AccountActivityItem) GetReviewerIdentitySummary() IdentitySummary`
GetReviewerIdentitySummary returns the ReviewerIdentitySummary field if non-nil, zero value otherwise.
### GetReviewerIdentitySummaryOk
`func (o *AccountActivityItem) GetReviewerIdentitySummaryOk() (*IdentitySummary, bool)`
GetReviewerIdentitySummaryOk returns a tuple with the ReviewerIdentitySummary field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetReviewerIdentitySummary
`func (o *AccountActivityItem) SetReviewerIdentitySummary(v IdentitySummary)`
SetReviewerIdentitySummary sets ReviewerIdentitySummary field to given value.
### HasReviewerIdentitySummary
`func (o *AccountActivityItem) HasReviewerIdentitySummary() bool`
HasReviewerIdentitySummary returns a boolean if a field has been set.
### SetReviewerIdentitySummaryNil
`func (o *AccountActivityItem) SetReviewerIdentitySummaryNil(b bool)`
SetReviewerIdentitySummaryNil sets the value for ReviewerIdentitySummary to be an explicit nil
### UnsetReviewerIdentitySummary
`func (o *AccountActivityItem) UnsetReviewerIdentitySummary()`
UnsetReviewerIdentitySummary ensures that no value is present for ReviewerIdentitySummary, not even an explicit nil
### GetReviewerComment
`func (o *AccountActivityItem) GetReviewerComment() Comment`
GetReviewerComment returns the ReviewerComment field if non-nil, zero value otherwise.
### GetReviewerCommentOk
`func (o *AccountActivityItem) GetReviewerCommentOk() (*Comment, bool)`
GetReviewerCommentOk returns a tuple with the ReviewerComment field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetReviewerComment
`func (o *AccountActivityItem) SetReviewerComment(v Comment)`
SetReviewerComment sets ReviewerComment field to given value.
### HasReviewerComment
`func (o *AccountActivityItem) HasReviewerComment() bool`
HasReviewerComment returns a boolean if a field has been set.
### SetReviewerCommentNil
`func (o *AccountActivityItem) SetReviewerCommentNil(b bool)`
SetReviewerCommentNil sets the value for ReviewerComment to be an explicit nil
### UnsetReviewerComment
`func (o *AccountActivityItem) UnsetReviewerComment()`
UnsetReviewerComment ensures that no value is present for ReviewerComment, not even an explicit nil
### GetOperation
`func (o *AccountActivityItem) GetOperation() AccountActivityItemOperation`
GetOperation returns the Operation field if non-nil, zero value otherwise.
### GetOperationOk
`func (o *AccountActivityItem) GetOperationOk() (*AccountActivityItemOperation, bool)`
GetOperationOk returns a tuple with the Operation field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetOperation
`func (o *AccountActivityItem) SetOperation(v AccountActivityItemOperation)`
SetOperation sets Operation field to given value.
### HasOperation
`func (o *AccountActivityItem) HasOperation() bool`
HasOperation returns a boolean if a field has been set.
### SetOperationNil
`func (o *AccountActivityItem) SetOperationNil(b bool)`
SetOperationNil sets the value for Operation to be an explicit nil
### UnsetOperation
`func (o *AccountActivityItem) UnsetOperation()`
UnsetOperation ensures that no value is present for Operation, not even an explicit nil
### GetAttribute
`func (o *AccountActivityItem) GetAttribute() string`
GetAttribute returns the Attribute field if non-nil, zero value otherwise.
### GetAttributeOk
`func (o *AccountActivityItem) GetAttributeOk() (*string, bool)`
GetAttributeOk returns a tuple with the Attribute field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetAttribute
`func (o *AccountActivityItem) SetAttribute(v string)`
SetAttribute sets Attribute field to given value.
### HasAttribute
`func (o *AccountActivityItem) HasAttribute() bool`
HasAttribute returns a boolean if a field has been set.
### SetAttributeNil
`func (o *AccountActivityItem) SetAttributeNil(b bool)`
SetAttributeNil sets the value for Attribute to be an explicit nil
### UnsetAttribute
`func (o *AccountActivityItem) UnsetAttribute()`
UnsetAttribute ensures that no value is present for Attribute, not even an explicit nil
### GetValue
`func (o *AccountActivityItem) GetValue() string`
GetValue returns the Value field if non-nil, zero value otherwise.
### GetValueOk
`func (o *AccountActivityItem) GetValueOk() (*string, bool)`
GetValueOk returns a tuple with the Value field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetValue
`func (o *AccountActivityItem) SetValue(v string)`
SetValue sets Value field to given value.
### HasValue
`func (o *AccountActivityItem) HasValue() bool`
HasValue returns a boolean if a field has been set.
### SetValueNil
`func (o *AccountActivityItem) SetValueNil(b bool)`
SetValueNil sets the value for Value to be an explicit nil
### UnsetValue
`func (o *AccountActivityItem) UnsetValue()`
UnsetValue ensures that no value is present for Value, not even an explicit nil
### GetNativeIdentity
`func (o *AccountActivityItem) GetNativeIdentity() string`
GetNativeIdentity returns the NativeIdentity field if non-nil, zero value otherwise.
### GetNativeIdentityOk
`func (o *AccountActivityItem) GetNativeIdentityOk() (*string, bool)`
GetNativeIdentityOk returns a tuple with the NativeIdentity field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetNativeIdentity
`func (o *AccountActivityItem) SetNativeIdentity(v string)`
SetNativeIdentity sets NativeIdentity field to given value.
### HasNativeIdentity
`func (o *AccountActivityItem) HasNativeIdentity() bool`
HasNativeIdentity returns a boolean if a field has been set.
### SetNativeIdentityNil
`func (o *AccountActivityItem) SetNativeIdentityNil(b bool)`
SetNativeIdentityNil sets the value for NativeIdentity to be an explicit nil
### UnsetNativeIdentity
`func (o *AccountActivityItem) UnsetNativeIdentity()`
UnsetNativeIdentity ensures that no value is present for NativeIdentity, not even an explicit nil
### GetSourceId
`func (o *AccountActivityItem) GetSourceId() string`
GetSourceId returns the SourceId field if non-nil, zero value otherwise.
### GetSourceIdOk
`func (o *AccountActivityItem) 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 *AccountActivityItem) SetSourceId(v string)`
SetSourceId sets SourceId field to given value.
### HasSourceId
`func (o *AccountActivityItem) HasSourceId() bool`
HasSourceId returns a boolean if a field has been set.
### GetAccountRequestInfo
`func (o *AccountActivityItem) GetAccountRequestInfo() AccountRequestInfo`
GetAccountRequestInfo returns the AccountRequestInfo field if non-nil, zero value otherwise.
### GetAccountRequestInfoOk
`func (o *AccountActivityItem) GetAccountRequestInfoOk() (*AccountRequestInfo, bool)`
GetAccountRequestInfoOk returns a tuple with the AccountRequestInfo field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetAccountRequestInfo
`func (o *AccountActivityItem) SetAccountRequestInfo(v AccountRequestInfo)`
SetAccountRequestInfo sets AccountRequestInfo field to given value.
### HasAccountRequestInfo
`func (o *AccountActivityItem) HasAccountRequestInfo() bool`
HasAccountRequestInfo returns a boolean if a field has been set.
### SetAccountRequestInfoNil
`func (o *AccountActivityItem) SetAccountRequestInfoNil(b bool)`
SetAccountRequestInfoNil sets the value for AccountRequestInfo to be an explicit nil
### UnsetAccountRequestInfo
`func (o *AccountActivityItem) UnsetAccountRequestInfo()`
UnsetAccountRequestInfo ensures that no value is present for AccountRequestInfo, not even an explicit nil
### GetClientMetadata
`func (o *AccountActivityItem) GetClientMetadata() map[string]string`
GetClientMetadata returns the ClientMetadata field if non-nil, zero value otherwise.
### GetClientMetadataOk
`func (o *AccountActivityItem) GetClientMetadataOk() (*map[string]string, bool)`
GetClientMetadataOk returns a tuple with the ClientMetadata field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetClientMetadata
`func (o *AccountActivityItem) SetClientMetadata(v map[string]string)`
SetClientMetadata sets ClientMetadata field to given value.
### HasClientMetadata
`func (o *AccountActivityItem) HasClientMetadata() bool`
HasClientMetadata returns a boolean if a field has been set.
### SetClientMetadataNil
`func (o *AccountActivityItem) SetClientMetadataNil(b bool)`
SetClientMetadataNil sets the value for ClientMetadata to be an explicit nil
### UnsetClientMetadata
`func (o *AccountActivityItem) UnsetClientMetadata()`
UnsetClientMetadata ensures that no value is present for ClientMetadata, not even an explicit nil
### GetRemoveDate
`func (o *AccountActivityItem) GetRemoveDate() time.Time`
GetRemoveDate returns the RemoveDate field if non-nil, zero value otherwise.
### GetRemoveDateOk
`func (o *AccountActivityItem) GetRemoveDateOk() (*time.Time, bool)`
GetRemoveDateOk returns a tuple with the RemoveDate field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetRemoveDate
`func (o *AccountActivityItem) SetRemoveDate(v time.Time)`
SetRemoveDate sets RemoveDate field to given value.
### HasRemoveDate
`func (o *AccountActivityItem) HasRemoveDate() bool`
HasRemoveDate returns a boolean if a field has been set.
### SetRemoveDateNil
`func (o *AccountActivityItem) SetRemoveDateNil(b bool)`
SetRemoveDateNil sets the value for RemoveDate to be an explicit nil
### UnsetRemoveDate
`func (o *AccountActivityItem) UnsetRemoveDate()`
UnsetRemoveDate ensures that no value is present for RemoveDate, not even an explicit nil

View File

@@ -1,37 +0,0 @@
---
id: beta-account-activity-item-operation
title: AccountActivityItemOperation
pagination_label: AccountActivityItemOperation
sidebar_label: AccountActivityItemOperation
sidebar_class_name: gosdk
keywords: ['go', 'Golang', 'sdk', 'AccountActivityItemOperation', 'BetaAccountActivityItemOperation']
slug: /tools/sdk/go/beta/models/account-activity-item-operation
tags: ['SDK', 'Software Development Kit', 'AccountActivityItemOperation', 'BetaAccountActivityItemOperation']
---
# AccountActivityItemOperation
## Enum
* `ADD` (value: `"ADD"`)
* `CREATE` (value: `"CREATE"`)
* `MODIFY` (value: `"MODIFY"`)
* `DELETE` (value: `"DELETE"`)
* `DISABLE` (value: `"DISABLE"`)
* `ENABLE` (value: `"ENABLE"`)
* `UNLOCK` (value: `"UNLOCK"`)
* `LOCK` (value: `"LOCK"`)
* `REMOVE` (value: `"REMOVE"`)
* `SET` (value: `"SET"`)

View File

@@ -1,142 +0,0 @@
---
id: beta-account-aggregation
title: AccountAggregation
pagination_label: AccountAggregation
sidebar_label: AccountAggregation
sidebar_class_name: gosdk
keywords: ['go', 'Golang', 'sdk', 'AccountAggregation', 'BetaAccountAggregation']
slug: /tools/sdk/go/beta/models/account-aggregation
tags: ['SDK', 'Software Development Kit', 'AccountAggregation', 'BetaAccountAggregation']
---
# AccountAggregation
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Start** | Pointer to **time.Time** | When the aggregation started. | [optional]
**Status** | Pointer to **string** | STARTED - Aggregation started, but source account iteration has not completed. ACCOUNTS_COLLECTED - Source account iteration completed, but all accounts have not yet been processed. COMPLETED - Aggregation completed (*possibly with errors*). CANCELLED - Aggregation cancelled by user. RETRIED - Aggregation retried because of connectivity issues with the Virtual Appliance. TERMINATED - Aggregation marked as failed after 3 tries after connectivity issues with the Virtual Appliance. | [optional]
**TotalAccounts** | Pointer to **int32** | The total number of *NEW, CHANGED and DELETED* accounts that need to be processed for this aggregation. This does not include accounts that were unchanged since the previous aggregation. This can be zero if there were no new, changed or deleted accounts since the previous aggregation. *Only available when status is ACCOUNTS_COLLECTED or COMPLETED.* | [optional]
**ProcessedAccounts** | Pointer to **int32** | The number of *NEW, CHANGED and DELETED* accounts that have been processed so far. This reflects the number of accounts that have been processed at the time of the API call, and may increase on subsequent API calls while the status is ACCOUNTS_COLLECTED. *Only available when status is ACCOUNTS_COLLECTED or COMPLETED.* | [optional]
## Methods
### NewAccountAggregation
`func NewAccountAggregation() *AccountAggregation`
NewAccountAggregation instantiates a new AccountAggregation 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
### NewAccountAggregationWithDefaults
`func NewAccountAggregationWithDefaults() *AccountAggregation`
NewAccountAggregationWithDefaults instantiates a new AccountAggregation 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
### GetStart
`func (o *AccountAggregation) GetStart() time.Time`
GetStart returns the Start field if non-nil, zero value otherwise.
### GetStartOk
`func (o *AccountAggregation) GetStartOk() (*time.Time, bool)`
GetStartOk returns a tuple with the Start field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetStart
`func (o *AccountAggregation) SetStart(v time.Time)`
SetStart sets Start field to given value.
### HasStart
`func (o *AccountAggregation) HasStart() bool`
HasStart returns a boolean if a field has been set.
### GetStatus
`func (o *AccountAggregation) GetStatus() string`
GetStatus returns the Status field if non-nil, zero value otherwise.
### GetStatusOk
`func (o *AccountAggregation) GetStatusOk() (*string, bool)`
GetStatusOk returns a tuple with the Status field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetStatus
`func (o *AccountAggregation) SetStatus(v string)`
SetStatus sets Status field to given value.
### HasStatus
`func (o *AccountAggregation) HasStatus() bool`
HasStatus returns a boolean if a field has been set.
### GetTotalAccounts
`func (o *AccountAggregation) GetTotalAccounts() int32`
GetTotalAccounts returns the TotalAccounts field if non-nil, zero value otherwise.
### GetTotalAccountsOk
`func (o *AccountAggregation) GetTotalAccountsOk() (*int32, bool)`
GetTotalAccountsOk returns a tuple with the TotalAccounts field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetTotalAccounts
`func (o *AccountAggregation) SetTotalAccounts(v int32)`
SetTotalAccounts sets TotalAccounts field to given value.
### HasTotalAccounts
`func (o *AccountAggregation) HasTotalAccounts() bool`
HasTotalAccounts returns a boolean if a field has been set.
### GetProcessedAccounts
`func (o *AccountAggregation) GetProcessedAccounts() int32`
GetProcessedAccounts returns the ProcessedAccounts field if non-nil, zero value otherwise.
### GetProcessedAccountsOk
`func (o *AccountAggregation) GetProcessedAccountsOk() (*int32, bool)`
GetProcessedAccountsOk returns a tuple with the ProcessedAccounts field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetProcessedAccounts
`func (o *AccountAggregation) SetProcessedAccounts(v int32)`
SetProcessedAccounts sets ProcessedAccounts field to given value.
### HasProcessedAccounts
`func (o *AccountAggregation) HasProcessedAccounts() bool`
HasProcessedAccounts returns a boolean if a field has been set.

View File

@@ -1,205 +0,0 @@
---
id: beta-account-aggregation-completed
title: AccountAggregationCompleted
pagination_label: AccountAggregationCompleted
sidebar_label: AccountAggregationCompleted
sidebar_class_name: gosdk
keywords: ['go', 'Golang', 'sdk', 'AccountAggregationCompleted', 'BetaAccountAggregationCompleted']
slug: /tools/sdk/go/beta/models/account-aggregation-completed
tags: ['SDK', 'Software Development Kit', 'AccountAggregationCompleted', 'BetaAccountAggregationCompleted']
---
# AccountAggregationCompleted
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Source** | [**AccountAggregationCompletedSource**](account-aggregation-completed-source) | |
**Status** | **map[string]interface{}** | Aggregation's overall status. |
**Started** | **time.Time** | Date and time when the account aggregation started. |
**Completed** | **time.Time** | Date and time when the account aggregation finished. |
**Errors** | **[]string** | List of errors that occurred during the aggregation. |
**Warnings** | **[]string** | List of warnings that occurred during the aggregation. |
**Stats** | [**AccountAggregationCompletedStats**](account-aggregation-completed-stats) | |
## Methods
### NewAccountAggregationCompleted
`func NewAccountAggregationCompleted(source AccountAggregationCompletedSource, status map[string]interface{}, started time.Time, completed time.Time, errors []string, warnings []string, stats AccountAggregationCompletedStats, ) *AccountAggregationCompleted`
NewAccountAggregationCompleted instantiates a new AccountAggregationCompleted 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
### NewAccountAggregationCompletedWithDefaults
`func NewAccountAggregationCompletedWithDefaults() *AccountAggregationCompleted`
NewAccountAggregationCompletedWithDefaults instantiates a new AccountAggregationCompleted 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
### GetSource
`func (o *AccountAggregationCompleted) GetSource() AccountAggregationCompletedSource`
GetSource returns the Source field if non-nil, zero value otherwise.
### GetSourceOk
`func (o *AccountAggregationCompleted) GetSourceOk() (*AccountAggregationCompletedSource, bool)`
GetSourceOk returns a tuple with the Source field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetSource
`func (o *AccountAggregationCompleted) SetSource(v AccountAggregationCompletedSource)`
SetSource sets Source field to given value.
### GetStatus
`func (o *AccountAggregationCompleted) GetStatus() map[string]interface{}`
GetStatus returns the Status field if non-nil, zero value otherwise.
### GetStatusOk
`func (o *AccountAggregationCompleted) GetStatusOk() (*map[string]interface{}, bool)`
GetStatusOk returns a tuple with the Status field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetStatus
`func (o *AccountAggregationCompleted) SetStatus(v map[string]interface{})`
SetStatus sets Status field to given value.
### GetStarted
`func (o *AccountAggregationCompleted) GetStarted() time.Time`
GetStarted returns the Started field if non-nil, zero value otherwise.
### GetStartedOk
`func (o *AccountAggregationCompleted) GetStartedOk() (*time.Time, bool)`
GetStartedOk returns a tuple with the Started field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetStarted
`func (o *AccountAggregationCompleted) SetStarted(v time.Time)`
SetStarted sets Started field to given value.
### GetCompleted
`func (o *AccountAggregationCompleted) GetCompleted() time.Time`
GetCompleted returns the Completed field if non-nil, zero value otherwise.
### GetCompletedOk
`func (o *AccountAggregationCompleted) GetCompletedOk() (*time.Time, bool)`
GetCompletedOk returns a tuple with the Completed field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetCompleted
`func (o *AccountAggregationCompleted) SetCompleted(v time.Time)`
SetCompleted sets Completed field to given value.
### GetErrors
`func (o *AccountAggregationCompleted) GetErrors() []string`
GetErrors returns the Errors field if non-nil, zero value otherwise.
### GetErrorsOk
`func (o *AccountAggregationCompleted) GetErrorsOk() (*[]string, bool)`
GetErrorsOk returns a tuple with the Errors field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetErrors
`func (o *AccountAggregationCompleted) SetErrors(v []string)`
SetErrors sets Errors field to given value.
### SetErrorsNil
`func (o *AccountAggregationCompleted) SetErrorsNil(b bool)`
SetErrorsNil sets the value for Errors to be an explicit nil
### UnsetErrors
`func (o *AccountAggregationCompleted) UnsetErrors()`
UnsetErrors ensures that no value is present for Errors, not even an explicit nil
### GetWarnings
`func (o *AccountAggregationCompleted) GetWarnings() []string`
GetWarnings returns the Warnings field if non-nil, zero value otherwise.
### GetWarningsOk
`func (o *AccountAggregationCompleted) GetWarningsOk() (*[]string, bool)`
GetWarningsOk returns a tuple with the Warnings field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetWarnings
`func (o *AccountAggregationCompleted) SetWarnings(v []string)`
SetWarnings sets Warnings field to given value.
### SetWarningsNil
`func (o *AccountAggregationCompleted) SetWarningsNil(b bool)`
SetWarningsNil sets the value for Warnings to be an explicit nil
### UnsetWarnings
`func (o *AccountAggregationCompleted) UnsetWarnings()`
UnsetWarnings ensures that no value is present for Warnings, not even an explicit nil
### GetStats
`func (o *AccountAggregationCompleted) GetStats() AccountAggregationCompletedStats`
GetStats returns the Stats field if non-nil, zero value otherwise.
### GetStatsOk
`func (o *AccountAggregationCompleted) GetStatsOk() (*AccountAggregationCompletedStats, bool)`
GetStatsOk returns a tuple with the Stats field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetStats
`func (o *AccountAggregationCompleted) SetStats(v AccountAggregationCompletedStats)`
SetStats sets Stats field to given value.

View File

@@ -1,101 +0,0 @@
---
id: beta-account-aggregation-completed-source
title: AccountAggregationCompletedSource
pagination_label: AccountAggregationCompletedSource
sidebar_label: AccountAggregationCompletedSource
sidebar_class_name: gosdk
keywords: ['go', 'Golang', 'sdk', 'AccountAggregationCompletedSource', 'BetaAccountAggregationCompletedSource']
slug: /tools/sdk/go/beta/models/account-aggregation-completed-source
tags: ['SDK', 'Software Development Kit', 'AccountAggregationCompletedSource', 'BetaAccountAggregationCompletedSource']
---
# AccountAggregationCompletedSource
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Type** | **string** | Source's DTO type. |
**Id** | **string** | Source's unique ID. |
**Name** | **string** | Source's name. |
## Methods
### NewAccountAggregationCompletedSource
`func NewAccountAggregationCompletedSource(type_ string, id string, name string, ) *AccountAggregationCompletedSource`
NewAccountAggregationCompletedSource instantiates a new AccountAggregationCompletedSource 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
### NewAccountAggregationCompletedSourceWithDefaults
`func NewAccountAggregationCompletedSourceWithDefaults() *AccountAggregationCompletedSource`
NewAccountAggregationCompletedSourceWithDefaults instantiates a new AccountAggregationCompletedSource 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
### GetType
`func (o *AccountAggregationCompletedSource) GetType() string`
GetType returns the Type field if non-nil, zero value otherwise.
### GetTypeOk
`func (o *AccountAggregationCompletedSource) GetTypeOk() (*string, bool)`
GetTypeOk returns a tuple with the Type field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetType
`func (o *AccountAggregationCompletedSource) SetType(v string)`
SetType sets Type field to given value.
### GetId
`func (o *AccountAggregationCompletedSource) GetId() string`
GetId returns the Id field if non-nil, zero value otherwise.
### GetIdOk
`func (o *AccountAggregationCompletedSource) 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 *AccountAggregationCompletedSource) SetId(v string)`
SetId sets Id field to given value.
### GetName
`func (o *AccountAggregationCompletedSource) GetName() string`
GetName returns the Name field if non-nil, zero value otherwise.
### GetNameOk
`func (o *AccountAggregationCompletedSource) 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 *AccountAggregationCompletedSource) SetName(v string)`
SetName sets Name field to given value.

View File

@@ -1,143 +0,0 @@
---
id: beta-account-aggregation-completed-stats
title: AccountAggregationCompletedStats
pagination_label: AccountAggregationCompletedStats
sidebar_label: AccountAggregationCompletedStats
sidebar_class_name: gosdk
keywords: ['go', 'Golang', 'sdk', 'AccountAggregationCompletedStats', 'BetaAccountAggregationCompletedStats']
slug: /tools/sdk/go/beta/models/account-aggregation-completed-stats
tags: ['SDK', 'Software Development Kit', 'AccountAggregationCompletedStats', 'BetaAccountAggregationCompletedStats']
---
# AccountAggregationCompletedStats
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Scanned** | **int32** | Number of accounts scanned/iterated over. |
**Unchanged** | **int32** | Number of accounts that existed before but had no changes. |
**Changed** | **int32** | Number of accounts that existed before but had changes. |
**Added** | **int32** | Number of accounts that are new and didn't previously exist. |
**Removed** | **int32** | Number accounts that existed before but were removed and no longer exist. |
## Methods
### NewAccountAggregationCompletedStats
`func NewAccountAggregationCompletedStats(scanned int32, unchanged int32, changed int32, added int32, removed int32, ) *AccountAggregationCompletedStats`
NewAccountAggregationCompletedStats instantiates a new AccountAggregationCompletedStats 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
### NewAccountAggregationCompletedStatsWithDefaults
`func NewAccountAggregationCompletedStatsWithDefaults() *AccountAggregationCompletedStats`
NewAccountAggregationCompletedStatsWithDefaults instantiates a new AccountAggregationCompletedStats 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
### GetScanned
`func (o *AccountAggregationCompletedStats) GetScanned() int32`
GetScanned returns the Scanned field if non-nil, zero value otherwise.
### GetScannedOk
`func (o *AccountAggregationCompletedStats) GetScannedOk() (*int32, bool)`
GetScannedOk returns a tuple with the Scanned field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetScanned
`func (o *AccountAggregationCompletedStats) SetScanned(v int32)`
SetScanned sets Scanned field to given value.
### GetUnchanged
`func (o *AccountAggregationCompletedStats) GetUnchanged() int32`
GetUnchanged returns the Unchanged field if non-nil, zero value otherwise.
### GetUnchangedOk
`func (o *AccountAggregationCompletedStats) GetUnchangedOk() (*int32, bool)`
GetUnchangedOk returns a tuple with the Unchanged field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetUnchanged
`func (o *AccountAggregationCompletedStats) SetUnchanged(v int32)`
SetUnchanged sets Unchanged field to given value.
### GetChanged
`func (o *AccountAggregationCompletedStats) GetChanged() int32`
GetChanged returns the Changed field if non-nil, zero value otherwise.
### GetChangedOk
`func (o *AccountAggregationCompletedStats) GetChangedOk() (*int32, bool)`
GetChangedOk returns a tuple with the Changed field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetChanged
`func (o *AccountAggregationCompletedStats) SetChanged(v int32)`
SetChanged sets Changed field to given value.
### GetAdded
`func (o *AccountAggregationCompletedStats) GetAdded() int32`
GetAdded returns the Added field if non-nil, zero value otherwise.
### GetAddedOk
`func (o *AccountAggregationCompletedStats) GetAddedOk() (*int32, bool)`
GetAddedOk returns a tuple with the Added field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetAdded
`func (o *AccountAggregationCompletedStats) SetAdded(v int32)`
SetAdded sets Added field to given value.
### GetRemoved
`func (o *AccountAggregationCompletedStats) GetRemoved() int32`
GetRemoved returns the Removed field if non-nil, zero value otherwise.
### GetRemovedOk
`func (o *AccountAggregationCompletedStats) GetRemovedOk() (*int32, bool)`
GetRemovedOk returns a tuple with the Removed field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetRemoved
`func (o *AccountAggregationCompletedStats) SetRemoved(v int32)`
SetRemoved sets Removed field to given value.

View File

@@ -1,142 +0,0 @@
---
id: beta-account-aggregation-status
title: AccountAggregationStatus
pagination_label: AccountAggregationStatus
sidebar_label: AccountAggregationStatus
sidebar_class_name: gosdk
keywords: ['go', 'Golang', 'sdk', 'AccountAggregationStatus', 'BetaAccountAggregationStatus']
slug: /tools/sdk/go/beta/models/account-aggregation-status
tags: ['SDK', 'Software Development Kit', 'AccountAggregationStatus', 'BetaAccountAggregationStatus']
---
# AccountAggregationStatus
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Start** | Pointer to **time.Time** | When the aggregation started. | [optional]
**Status** | Pointer to **string** | STARTED - Aggregation started, but source account iteration has not completed. ACCOUNTS_COLLECTED - Source account iteration completed, but all accounts have not yet been processed. COMPLETED - Aggregation completed (*possibly with errors*). CANCELLED - Aggregation cancelled by user. RETRIED - Aggregation retried because of connectivity issues with the Virtual Appliance. TERMINATED - Aggregation marked as failed after 3 tries after connectivity issues with the Virtual Appliance. | [optional]
**TotalAccounts** | Pointer to **int32** | The total number of *NEW, CHANGED and DELETED* accounts that need to be processed for this aggregation. This does not include accounts that were unchanged since the previous aggregation. This can be zero if there were no new, changed or deleted accounts since the previous aggregation. *Only available when status is ACCOUNTS_COLLECTED or COMPLETED.* | [optional]
**ProcessedAccounts** | Pointer to **int32** | The number of *NEW, CHANGED and DELETED* accounts that have been processed so far. This reflects the number of accounts that have been processed at the time of the API call, and may increase on subsequent API calls while the status is ACCOUNTS_COLLECTED. *Only available when status is ACCOUNTS_COLLECTED or COMPLETED.* | [optional]
## Methods
### NewAccountAggregationStatus
`func NewAccountAggregationStatus() *AccountAggregationStatus`
NewAccountAggregationStatus instantiates a new AccountAggregationStatus 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
### NewAccountAggregationStatusWithDefaults
`func NewAccountAggregationStatusWithDefaults() *AccountAggregationStatus`
NewAccountAggregationStatusWithDefaults instantiates a new AccountAggregationStatus 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
### GetStart
`func (o *AccountAggregationStatus) GetStart() time.Time`
GetStart returns the Start field if non-nil, zero value otherwise.
### GetStartOk
`func (o *AccountAggregationStatus) GetStartOk() (*time.Time, bool)`
GetStartOk returns a tuple with the Start field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetStart
`func (o *AccountAggregationStatus) SetStart(v time.Time)`
SetStart sets Start field to given value.
### HasStart
`func (o *AccountAggregationStatus) HasStart() bool`
HasStart returns a boolean if a field has been set.
### GetStatus
`func (o *AccountAggregationStatus) GetStatus() string`
GetStatus returns the Status field if non-nil, zero value otherwise.
### GetStatusOk
`func (o *AccountAggregationStatus) GetStatusOk() (*string, bool)`
GetStatusOk returns a tuple with the Status field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetStatus
`func (o *AccountAggregationStatus) SetStatus(v string)`
SetStatus sets Status field to given value.
### HasStatus
`func (o *AccountAggregationStatus) HasStatus() bool`
HasStatus returns a boolean if a field has been set.
### GetTotalAccounts
`func (o *AccountAggregationStatus) GetTotalAccounts() int32`
GetTotalAccounts returns the TotalAccounts field if non-nil, zero value otherwise.
### GetTotalAccountsOk
`func (o *AccountAggregationStatus) GetTotalAccountsOk() (*int32, bool)`
GetTotalAccountsOk returns a tuple with the TotalAccounts field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetTotalAccounts
`func (o *AccountAggregationStatus) SetTotalAccounts(v int32)`
SetTotalAccounts sets TotalAccounts field to given value.
### HasTotalAccounts
`func (o *AccountAggregationStatus) HasTotalAccounts() bool`
HasTotalAccounts returns a boolean if a field has been set.
### GetProcessedAccounts
`func (o *AccountAggregationStatus) GetProcessedAccounts() int32`
GetProcessedAccounts returns the ProcessedAccounts field if non-nil, zero value otherwise.
### GetProcessedAccountsOk
`func (o *AccountAggregationStatus) GetProcessedAccountsOk() (*int32, bool)`
GetProcessedAccountsOk returns a tuple with the ProcessedAccounts field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetProcessedAccounts
`func (o *AccountAggregationStatus) SetProcessedAccounts(v int32)`
SetProcessedAccounts sets ProcessedAccounts field to given value.
### HasProcessedAccounts
`func (o *AccountAggregationStatus) HasProcessedAccounts() bool`
HasProcessedAccounts returns a boolean if a field has been set.

View File

@@ -1,59 +0,0 @@
---
id: beta-account-attributes
title: AccountAttributes
pagination_label: AccountAttributes
sidebar_label: AccountAttributes
sidebar_class_name: gosdk
keywords: ['go', 'Golang', 'sdk', 'AccountAttributes', 'BetaAccountAttributes']
slug: /tools/sdk/go/beta/models/account-attributes
tags: ['SDK', 'Software Development Kit', 'AccountAttributes', 'BetaAccountAttributes']
---
# AccountAttributes
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Attributes** | **map[string]interface{}** | The schema attribute values for the account |
## Methods
### NewAccountAttributes
`func NewAccountAttributes(attributes map[string]interface{}, ) *AccountAttributes`
NewAccountAttributes instantiates a new AccountAttributes 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
### NewAccountAttributesWithDefaults
`func NewAccountAttributesWithDefaults() *AccountAttributes`
NewAccountAttributesWithDefaults instantiates a new AccountAttributes 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
### GetAttributes
`func (o *AccountAttributes) GetAttributes() map[string]interface{}`
GetAttributes returns the Attributes field if non-nil, zero value otherwise.
### GetAttributesOk
`func (o *AccountAttributes) GetAttributesOk() (*map[string]interface{}, bool)`
GetAttributesOk returns a tuple with the Attributes field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetAttributes
`func (o *AccountAttributes) SetAttributes(v map[string]interface{})`
SetAttributes sets Attributes field to given value.

View File

@@ -1,122 +0,0 @@
---
id: beta-account-attributes-changed
title: AccountAttributesChanged
pagination_label: AccountAttributesChanged
sidebar_label: AccountAttributesChanged
sidebar_class_name: gosdk
keywords: ['go', 'Golang', 'sdk', 'AccountAttributesChanged', 'BetaAccountAttributesChanged']
slug: /tools/sdk/go/beta/models/account-attributes-changed
tags: ['SDK', 'Software Development Kit', 'AccountAttributesChanged', 'BetaAccountAttributesChanged']
---
# AccountAttributesChanged
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Identity** | [**AccountAttributesChangedIdentity**](account-attributes-changed-identity) | |
**Source** | [**AccountAttributesChangedSource**](account-attributes-changed-source) | |
**Account** | [**AccountAttributesChangedAccount**](account-attributes-changed-account) | |
**Changes** | [**[]AccountAttributesChangedChangesInner**](account-attributes-changed-changes-inner) | A list of attributes that changed. |
## Methods
### NewAccountAttributesChanged
`func NewAccountAttributesChanged(identity AccountAttributesChangedIdentity, source AccountAttributesChangedSource, account AccountAttributesChangedAccount, changes []AccountAttributesChangedChangesInner, ) *AccountAttributesChanged`
NewAccountAttributesChanged instantiates a new AccountAttributesChanged 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
### NewAccountAttributesChangedWithDefaults
`func NewAccountAttributesChangedWithDefaults() *AccountAttributesChanged`
NewAccountAttributesChangedWithDefaults instantiates a new AccountAttributesChanged 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
### GetIdentity
`func (o *AccountAttributesChanged) GetIdentity() AccountAttributesChangedIdentity`
GetIdentity returns the Identity field if non-nil, zero value otherwise.
### GetIdentityOk
`func (o *AccountAttributesChanged) GetIdentityOk() (*AccountAttributesChangedIdentity, bool)`
GetIdentityOk returns a tuple with the Identity field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetIdentity
`func (o *AccountAttributesChanged) SetIdentity(v AccountAttributesChangedIdentity)`
SetIdentity sets Identity field to given value.
### GetSource
`func (o *AccountAttributesChanged) GetSource() AccountAttributesChangedSource`
GetSource returns the Source field if non-nil, zero value otherwise.
### GetSourceOk
`func (o *AccountAttributesChanged) GetSourceOk() (*AccountAttributesChangedSource, bool)`
GetSourceOk returns a tuple with the Source field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetSource
`func (o *AccountAttributesChanged) SetSource(v AccountAttributesChangedSource)`
SetSource sets Source field to given value.
### GetAccount
`func (o *AccountAttributesChanged) GetAccount() AccountAttributesChangedAccount`
GetAccount returns the Account field if non-nil, zero value otherwise.
### GetAccountOk
`func (o *AccountAttributesChanged) GetAccountOk() (*AccountAttributesChangedAccount, bool)`
GetAccountOk returns a tuple with the Account field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetAccount
`func (o *AccountAttributesChanged) SetAccount(v AccountAttributesChangedAccount)`
SetAccount sets Account field to given value.
### GetChanges
`func (o *AccountAttributesChanged) GetChanges() []AccountAttributesChangedChangesInner`
GetChanges returns the Changes field if non-nil, zero value otherwise.
### GetChangesOk
`func (o *AccountAttributesChanged) GetChangesOk() (*[]AccountAttributesChangedChangesInner, bool)`
GetChangesOk returns a tuple with the Changes field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetChanges
`func (o *AccountAttributesChanged) SetChanges(v []AccountAttributesChangedChangesInner)`
SetChanges sets Changes field to given value.

View File

@@ -1,153 +0,0 @@
---
id: beta-account-attributes-changed-account
title: AccountAttributesChangedAccount
pagination_label: AccountAttributesChangedAccount
sidebar_label: AccountAttributesChangedAccount
sidebar_class_name: gosdk
keywords: ['go', 'Golang', 'sdk', 'AccountAttributesChangedAccount', 'BetaAccountAttributesChangedAccount']
slug: /tools/sdk/go/beta/models/account-attributes-changed-account
tags: ['SDK', 'Software Development Kit', 'AccountAttributesChangedAccount', 'BetaAccountAttributesChangedAccount']
---
# AccountAttributesChangedAccount
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Id** | **string** | SailPoint generated unique identifier. |
**Uuid** | **NullableString** | The source's unique identifier for the account. UUID is generated by the source system. |
**Name** | **string** | Name of the account. |
**NativeIdentity** | **string** | Unique ID of the account on the source. |
**Type** | **map[string]interface{}** | The type of the account |
## Methods
### NewAccountAttributesChangedAccount
`func NewAccountAttributesChangedAccount(id string, uuid NullableString, name string, nativeIdentity string, type_ map[string]interface{}, ) *AccountAttributesChangedAccount`
NewAccountAttributesChangedAccount instantiates a new AccountAttributesChangedAccount 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
### NewAccountAttributesChangedAccountWithDefaults
`func NewAccountAttributesChangedAccountWithDefaults() *AccountAttributesChangedAccount`
NewAccountAttributesChangedAccountWithDefaults instantiates a new AccountAttributesChangedAccount 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 *AccountAttributesChangedAccount) GetId() string`
GetId returns the Id field if non-nil, zero value otherwise.
### GetIdOk
`func (o *AccountAttributesChangedAccount) 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 *AccountAttributesChangedAccount) SetId(v string)`
SetId sets Id field to given value.
### GetUuid
`func (o *AccountAttributesChangedAccount) GetUuid() string`
GetUuid returns the Uuid field if non-nil, zero value otherwise.
### GetUuidOk
`func (o *AccountAttributesChangedAccount) GetUuidOk() (*string, bool)`
GetUuidOk returns a tuple with the Uuid field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetUuid
`func (o *AccountAttributesChangedAccount) SetUuid(v string)`
SetUuid sets Uuid field to given value.
### SetUuidNil
`func (o *AccountAttributesChangedAccount) SetUuidNil(b bool)`
SetUuidNil sets the value for Uuid to be an explicit nil
### UnsetUuid
`func (o *AccountAttributesChangedAccount) UnsetUuid()`
UnsetUuid ensures that no value is present for Uuid, not even an explicit nil
### GetName
`func (o *AccountAttributesChangedAccount) GetName() string`
GetName returns the Name field if non-nil, zero value otherwise.
### GetNameOk
`func (o *AccountAttributesChangedAccount) 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 *AccountAttributesChangedAccount) SetName(v string)`
SetName sets Name field to given value.
### GetNativeIdentity
`func (o *AccountAttributesChangedAccount) GetNativeIdentity() string`
GetNativeIdentity returns the NativeIdentity field if non-nil, zero value otherwise.
### GetNativeIdentityOk
`func (o *AccountAttributesChangedAccount) GetNativeIdentityOk() (*string, bool)`
GetNativeIdentityOk returns a tuple with the NativeIdentity field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetNativeIdentity
`func (o *AccountAttributesChangedAccount) SetNativeIdentity(v string)`
SetNativeIdentity sets NativeIdentity field to given value.
### GetType
`func (o *AccountAttributesChangedAccount) GetType() map[string]interface{}`
GetType returns the Type field if non-nil, zero value otherwise.
### GetTypeOk
`func (o *AccountAttributesChangedAccount) GetTypeOk() (*map[string]interface{}, bool)`
GetTypeOk returns a tuple with the Type field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetType
`func (o *AccountAttributesChangedAccount) SetType(v map[string]interface{})`
SetType sets Type field to given value.

View File

@@ -1,121 +0,0 @@
---
id: beta-account-attributes-changed-changes-inner
title: AccountAttributesChangedChangesInner
pagination_label: AccountAttributesChangedChangesInner
sidebar_label: AccountAttributesChangedChangesInner
sidebar_class_name: gosdk
keywords: ['go', 'Golang', 'sdk', 'AccountAttributesChangedChangesInner', 'BetaAccountAttributesChangedChangesInner']
slug: /tools/sdk/go/beta/models/account-attributes-changed-changes-inner
tags: ['SDK', 'Software Development Kit', 'AccountAttributesChangedChangesInner', 'BetaAccountAttributesChangedChangesInner']
---
# AccountAttributesChangedChangesInner
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Attribute** | **string** | The name of the attribute. |
**OldValue** | [**NullableAccountAttributesChangedChangesInnerOldValue**](account-attributes-changed-changes-inner-old-value) | |
**NewValue** | [**NullableAccountAttributesChangedChangesInnerNewValue**](account-attributes-changed-changes-inner-new-value) | |
## Methods
### NewAccountAttributesChangedChangesInner
`func NewAccountAttributesChangedChangesInner(attribute string, oldValue NullableAccountAttributesChangedChangesInnerOldValue, newValue NullableAccountAttributesChangedChangesInnerNewValue, ) *AccountAttributesChangedChangesInner`
NewAccountAttributesChangedChangesInner instantiates a new AccountAttributesChangedChangesInner 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
### NewAccountAttributesChangedChangesInnerWithDefaults
`func NewAccountAttributesChangedChangesInnerWithDefaults() *AccountAttributesChangedChangesInner`
NewAccountAttributesChangedChangesInnerWithDefaults instantiates a new AccountAttributesChangedChangesInner 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
### GetAttribute
`func (o *AccountAttributesChangedChangesInner) GetAttribute() string`
GetAttribute returns the Attribute field if non-nil, zero value otherwise.
### GetAttributeOk
`func (o *AccountAttributesChangedChangesInner) GetAttributeOk() (*string, bool)`
GetAttributeOk returns a tuple with the Attribute field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetAttribute
`func (o *AccountAttributesChangedChangesInner) SetAttribute(v string)`
SetAttribute sets Attribute field to given value.
### GetOldValue
`func (o *AccountAttributesChangedChangesInner) GetOldValue() AccountAttributesChangedChangesInnerOldValue`
GetOldValue returns the OldValue field if non-nil, zero value otherwise.
### GetOldValueOk
`func (o *AccountAttributesChangedChangesInner) GetOldValueOk() (*AccountAttributesChangedChangesInnerOldValue, bool)`
GetOldValueOk returns a tuple with the OldValue field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetOldValue
`func (o *AccountAttributesChangedChangesInner) SetOldValue(v AccountAttributesChangedChangesInnerOldValue)`
SetOldValue sets OldValue field to given value.
### SetOldValueNil
`func (o *AccountAttributesChangedChangesInner) SetOldValueNil(b bool)`
SetOldValueNil sets the value for OldValue to be an explicit nil
### UnsetOldValue
`func (o *AccountAttributesChangedChangesInner) UnsetOldValue()`
UnsetOldValue ensures that no value is present for OldValue, not even an explicit nil
### GetNewValue
`func (o *AccountAttributesChangedChangesInner) GetNewValue() AccountAttributesChangedChangesInnerNewValue`
GetNewValue returns the NewValue field if non-nil, zero value otherwise.
### GetNewValueOk
`func (o *AccountAttributesChangedChangesInner) GetNewValueOk() (*AccountAttributesChangedChangesInnerNewValue, bool)`
GetNewValueOk returns a tuple with the NewValue field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetNewValue
`func (o *AccountAttributesChangedChangesInner) SetNewValue(v AccountAttributesChangedChangesInnerNewValue)`
SetNewValue sets NewValue field to given value.
### SetNewValueNil
`func (o *AccountAttributesChangedChangesInner) SetNewValueNil(b bool)`
SetNewValueNil sets the value for NewValue to be an explicit nil
### UnsetNewValue
`func (o *AccountAttributesChangedChangesInner) UnsetNewValue()`
UnsetNewValue ensures that no value is present for NewValue, not even an explicit nil

View File

@@ -1,38 +0,0 @@
---
id: beta-account-attributes-changed-changes-inner-new-value
title: AccountAttributesChangedChangesInnerNewValue
pagination_label: AccountAttributesChangedChangesInnerNewValue
sidebar_label: AccountAttributesChangedChangesInnerNewValue
sidebar_class_name: gosdk
keywords: ['go', 'Golang', 'sdk', 'AccountAttributesChangedChangesInnerNewValue', 'BetaAccountAttributesChangedChangesInnerNewValue']
slug: /tools/sdk/go/beta/models/account-attributes-changed-changes-inner-new-value
tags: ['SDK', 'Software Development Kit', 'AccountAttributesChangedChangesInnerNewValue', 'BetaAccountAttributesChangedChangesInnerNewValue']
---
# AccountAttributesChangedChangesInnerNewValue
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
## Methods
### NewAccountAttributesChangedChangesInnerNewValue
`func NewAccountAttributesChangedChangesInnerNewValue() *AccountAttributesChangedChangesInnerNewValue`
NewAccountAttributesChangedChangesInnerNewValue instantiates a new AccountAttributesChangedChangesInnerNewValue 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
### NewAccountAttributesChangedChangesInnerNewValueWithDefaults
`func NewAccountAttributesChangedChangesInnerNewValueWithDefaults() *AccountAttributesChangedChangesInnerNewValue`
NewAccountAttributesChangedChangesInnerNewValueWithDefaults instantiates a new AccountAttributesChangedChangesInnerNewValue 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

View File

@@ -1,38 +0,0 @@
---
id: beta-account-attributes-changed-changes-inner-old-value
title: AccountAttributesChangedChangesInnerOldValue
pagination_label: AccountAttributesChangedChangesInnerOldValue
sidebar_label: AccountAttributesChangedChangesInnerOldValue
sidebar_class_name: gosdk
keywords: ['go', 'Golang', 'sdk', 'AccountAttributesChangedChangesInnerOldValue', 'BetaAccountAttributesChangedChangesInnerOldValue']
slug: /tools/sdk/go/beta/models/account-attributes-changed-changes-inner-old-value
tags: ['SDK', 'Software Development Kit', 'AccountAttributesChangedChangesInnerOldValue', 'BetaAccountAttributesChangedChangesInnerOldValue']
---
# AccountAttributesChangedChangesInnerOldValue
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
## Methods
### NewAccountAttributesChangedChangesInnerOldValue
`func NewAccountAttributesChangedChangesInnerOldValue() *AccountAttributesChangedChangesInnerOldValue`
NewAccountAttributesChangedChangesInnerOldValue instantiates a new AccountAttributesChangedChangesInnerOldValue 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
### NewAccountAttributesChangedChangesInnerOldValueWithDefaults
`func NewAccountAttributesChangedChangesInnerOldValueWithDefaults() *AccountAttributesChangedChangesInnerOldValue`
NewAccountAttributesChangedChangesInnerOldValueWithDefaults instantiates a new AccountAttributesChangedChangesInnerOldValue 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

View File

@@ -1,101 +0,0 @@
---
id: beta-account-attributes-changed-identity
title: AccountAttributesChangedIdentity
pagination_label: AccountAttributesChangedIdentity
sidebar_label: AccountAttributesChangedIdentity
sidebar_class_name: gosdk
keywords: ['go', 'Golang', 'sdk', 'AccountAttributesChangedIdentity', 'BetaAccountAttributesChangedIdentity']
slug: /tools/sdk/go/beta/models/account-attributes-changed-identity
tags: ['SDK', 'Software Development Kit', 'AccountAttributesChangedIdentity', 'BetaAccountAttributesChangedIdentity']
---
# AccountAttributesChangedIdentity
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Type** | **string** | DTO type of the identity whose account attributes were updated. |
**Id** | **string** | ID of the identity whose account attributes were updated. |
**Name** | **string** | Display name of the identity whose account attributes were updated. |
## Methods
### NewAccountAttributesChangedIdentity
`func NewAccountAttributesChangedIdentity(type_ string, id string, name string, ) *AccountAttributesChangedIdentity`
NewAccountAttributesChangedIdentity instantiates a new AccountAttributesChangedIdentity 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
### NewAccountAttributesChangedIdentityWithDefaults
`func NewAccountAttributesChangedIdentityWithDefaults() *AccountAttributesChangedIdentity`
NewAccountAttributesChangedIdentityWithDefaults instantiates a new AccountAttributesChangedIdentity 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
### GetType
`func (o *AccountAttributesChangedIdentity) GetType() string`
GetType returns the Type field if non-nil, zero value otherwise.
### GetTypeOk
`func (o *AccountAttributesChangedIdentity) GetTypeOk() (*string, bool)`
GetTypeOk returns a tuple with the Type field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetType
`func (o *AccountAttributesChangedIdentity) SetType(v string)`
SetType sets Type field to given value.
### GetId
`func (o *AccountAttributesChangedIdentity) GetId() string`
GetId returns the Id field if non-nil, zero value otherwise.
### GetIdOk
`func (o *AccountAttributesChangedIdentity) 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 *AccountAttributesChangedIdentity) SetId(v string)`
SetId sets Id field to given value.
### GetName
`func (o *AccountAttributesChangedIdentity) GetName() string`
GetName returns the Name field if non-nil, zero value otherwise.
### GetNameOk
`func (o *AccountAttributesChangedIdentity) 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 *AccountAttributesChangedIdentity) SetName(v string)`
SetName sets Name field to given value.

View File

@@ -1,101 +0,0 @@
---
id: beta-account-attributes-changed-source
title: AccountAttributesChangedSource
pagination_label: AccountAttributesChangedSource
sidebar_label: AccountAttributesChangedSource
sidebar_class_name: gosdk
keywords: ['go', 'Golang', 'sdk', 'AccountAttributesChangedSource', 'BetaAccountAttributesChangedSource']
slug: /tools/sdk/go/beta/models/account-attributes-changed-source
tags: ['SDK', 'Software Development Kit', 'AccountAttributesChangedSource', 'BetaAccountAttributesChangedSource']
---
# AccountAttributesChangedSource
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Id** | **string** | ID of the object to which this reference applies |
**Type** | **string** | The type of object that is referenced |
**Name** | **string** | Human-readable display name of the object to which this reference applies |
## Methods
### NewAccountAttributesChangedSource
`func NewAccountAttributesChangedSource(id string, type_ string, name string, ) *AccountAttributesChangedSource`
NewAccountAttributesChangedSource instantiates a new AccountAttributesChangedSource 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
### NewAccountAttributesChangedSourceWithDefaults
`func NewAccountAttributesChangedSourceWithDefaults() *AccountAttributesChangedSource`
NewAccountAttributesChangedSourceWithDefaults instantiates a new AccountAttributesChangedSource 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 *AccountAttributesChangedSource) GetId() string`
GetId returns the Id field if non-nil, zero value otherwise.
### GetIdOk
`func (o *AccountAttributesChangedSource) 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 *AccountAttributesChangedSource) SetId(v string)`
SetId sets Id field to given value.
### GetType
`func (o *AccountAttributesChangedSource) GetType() string`
GetType returns the Type field if non-nil, zero value otherwise.
### GetTypeOk
`func (o *AccountAttributesChangedSource) GetTypeOk() (*string, bool)`
GetTypeOk returns a tuple with the Type field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetType
`func (o *AccountAttributesChangedSource) SetType(v string)`
SetType sets Type field to given value.
### GetName
`func (o *AccountAttributesChangedSource) GetName() string`
GetName returns the Name field if non-nil, zero value otherwise.
### GetNameOk
`func (o *AccountAttributesChangedSource) 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 *AccountAttributesChangedSource) SetName(v string)`
SetName sets Name field to given value.

View File

@@ -1,59 +0,0 @@
---
id: beta-account-attributes-create
title: AccountAttributesCreate
pagination_label: AccountAttributesCreate
sidebar_label: AccountAttributesCreate
sidebar_class_name: gosdk
keywords: ['go', 'Golang', 'sdk', 'AccountAttributesCreate', 'BetaAccountAttributesCreate']
slug: /tools/sdk/go/beta/models/account-attributes-create
tags: ['SDK', 'Software Development Kit', 'AccountAttributesCreate', 'BetaAccountAttributesCreate']
---
# AccountAttributesCreate
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Attributes** | [**AccountAttributesCreateAttributes**](account-attributes-create-attributes) | |
## Methods
### NewAccountAttributesCreate
`func NewAccountAttributesCreate(attributes AccountAttributesCreateAttributes, ) *AccountAttributesCreate`
NewAccountAttributesCreate instantiates a new AccountAttributesCreate 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
### NewAccountAttributesCreateWithDefaults
`func NewAccountAttributesCreateWithDefaults() *AccountAttributesCreate`
NewAccountAttributesCreateWithDefaults instantiates a new AccountAttributesCreate 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
### GetAttributes
`func (o *AccountAttributesCreate) GetAttributes() AccountAttributesCreateAttributes`
GetAttributes returns the Attributes field if non-nil, zero value otherwise.
### GetAttributesOk
`func (o *AccountAttributesCreate) GetAttributesOk() (*AccountAttributesCreateAttributes, bool)`
GetAttributesOk returns a tuple with the Attributes field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetAttributes
`func (o *AccountAttributesCreate) SetAttributes(v AccountAttributesCreateAttributes)`
SetAttributes sets Attributes field to given value.

View File

@@ -1,59 +0,0 @@
---
id: beta-account-attributes-create-attributes
title: AccountAttributesCreateAttributes
pagination_label: AccountAttributesCreateAttributes
sidebar_label: AccountAttributesCreateAttributes
sidebar_class_name: gosdk
keywords: ['go', 'Golang', 'sdk', 'AccountAttributesCreateAttributes', 'BetaAccountAttributesCreateAttributes']
slug: /tools/sdk/go/beta/models/account-attributes-create-attributes
tags: ['SDK', 'Software Development Kit', 'AccountAttributesCreateAttributes', 'BetaAccountAttributesCreateAttributes']
---
# AccountAttributesCreateAttributes
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**SourceId** | **string** | Target source to create an account |
## Methods
### NewAccountAttributesCreateAttributes
`func NewAccountAttributesCreateAttributes(sourceId string, ) *AccountAttributesCreateAttributes`
NewAccountAttributesCreateAttributes instantiates a new AccountAttributesCreateAttributes 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
### NewAccountAttributesCreateAttributesWithDefaults
`func NewAccountAttributesCreateAttributesWithDefaults() *AccountAttributesCreateAttributes`
NewAccountAttributesCreateAttributesWithDefaults instantiates a new AccountAttributesCreateAttributes 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
### GetSourceId
`func (o *AccountAttributesCreateAttributes) GetSourceId() string`
GetSourceId returns the SourceId field if non-nil, zero value otherwise.
### GetSourceIdOk
`func (o *AccountAttributesCreateAttributes) 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 *AccountAttributesCreateAttributes) SetSourceId(v string)`
SetSourceId sets SourceId field to given value.

View File

@@ -1,148 +0,0 @@
---
id: beta-account-correlated
title: AccountCorrelated
pagination_label: AccountCorrelated
sidebar_label: AccountCorrelated
sidebar_class_name: gosdk
keywords: ['go', 'Golang', 'sdk', 'AccountCorrelated', 'BetaAccountCorrelated']
slug: /tools/sdk/go/beta/models/account-correlated
tags: ['SDK', 'Software Development Kit', 'AccountCorrelated', 'BetaAccountCorrelated']
---
# AccountCorrelated
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Identity** | [**AccountCorrelatedIdentity**](account-correlated-identity) | |
**Source** | [**AccountCorrelatedSource**](account-correlated-source) | |
**Account** | [**AccountCorrelatedAccount**](account-correlated-account) | |
**Attributes** | **map[string]interface{}** | The attributes associated with the account. Attributes are unique per source. |
**EntitlementCount** | Pointer to **int32** | The number of entitlements associated with this account. | [optional]
## Methods
### NewAccountCorrelated
`func NewAccountCorrelated(identity AccountCorrelatedIdentity, source AccountCorrelatedSource, account AccountCorrelatedAccount, attributes map[string]interface{}, ) *AccountCorrelated`
NewAccountCorrelated instantiates a new AccountCorrelated 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
### NewAccountCorrelatedWithDefaults
`func NewAccountCorrelatedWithDefaults() *AccountCorrelated`
NewAccountCorrelatedWithDefaults instantiates a new AccountCorrelated 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
### GetIdentity
`func (o *AccountCorrelated) GetIdentity() AccountCorrelatedIdentity`
GetIdentity returns the Identity field if non-nil, zero value otherwise.
### GetIdentityOk
`func (o *AccountCorrelated) GetIdentityOk() (*AccountCorrelatedIdentity, bool)`
GetIdentityOk returns a tuple with the Identity field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetIdentity
`func (o *AccountCorrelated) SetIdentity(v AccountCorrelatedIdentity)`
SetIdentity sets Identity field to given value.
### GetSource
`func (o *AccountCorrelated) GetSource() AccountCorrelatedSource`
GetSource returns the Source field if non-nil, zero value otherwise.
### GetSourceOk
`func (o *AccountCorrelated) GetSourceOk() (*AccountCorrelatedSource, bool)`
GetSourceOk returns a tuple with the Source field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetSource
`func (o *AccountCorrelated) SetSource(v AccountCorrelatedSource)`
SetSource sets Source field to given value.
### GetAccount
`func (o *AccountCorrelated) GetAccount() AccountCorrelatedAccount`
GetAccount returns the Account field if non-nil, zero value otherwise.
### GetAccountOk
`func (o *AccountCorrelated) GetAccountOk() (*AccountCorrelatedAccount, bool)`
GetAccountOk returns a tuple with the Account field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetAccount
`func (o *AccountCorrelated) SetAccount(v AccountCorrelatedAccount)`
SetAccount sets Account field to given value.
### GetAttributes
`func (o *AccountCorrelated) GetAttributes() map[string]interface{}`
GetAttributes returns the Attributes field if non-nil, zero value otherwise.
### GetAttributesOk
`func (o *AccountCorrelated) GetAttributesOk() (*map[string]interface{}, bool)`
GetAttributesOk returns a tuple with the Attributes field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetAttributes
`func (o *AccountCorrelated) SetAttributes(v map[string]interface{})`
SetAttributes sets Attributes field to given value.
### GetEntitlementCount
`func (o *AccountCorrelated) GetEntitlementCount() int32`
GetEntitlementCount returns the EntitlementCount field if non-nil, zero value otherwise.
### GetEntitlementCountOk
`func (o *AccountCorrelated) GetEntitlementCountOk() (*int32, bool)`
GetEntitlementCountOk returns a tuple with the EntitlementCount field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetEntitlementCount
`func (o *AccountCorrelated) SetEntitlementCount(v int32)`
SetEntitlementCount sets EntitlementCount field to given value.
### HasEntitlementCount
`func (o *AccountCorrelated) HasEntitlementCount() bool`
HasEntitlementCount returns a boolean if a field has been set.

View File

@@ -1,158 +0,0 @@
---
id: beta-account-correlated-account
title: AccountCorrelatedAccount
pagination_label: AccountCorrelatedAccount
sidebar_label: AccountCorrelatedAccount
sidebar_class_name: gosdk
keywords: ['go', 'Golang', 'sdk', 'AccountCorrelatedAccount', 'BetaAccountCorrelatedAccount']
slug: /tools/sdk/go/beta/models/account-correlated-account
tags: ['SDK', 'Software Development Kit', 'AccountCorrelatedAccount', 'BetaAccountCorrelatedAccount']
---
# AccountCorrelatedAccount
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Type** | **string** | The correlated account's DTO type. |
**Id** | **string** | The correlated account's ID. |
**Name** | **string** | The correlated account's display name. |
**NativeIdentity** | **string** | Unique ID of the account on the source. |
**Uuid** | Pointer to **NullableString** | The source's unique identifier for the account. UUID is generated by the source system. | [optional]
## Methods
### NewAccountCorrelatedAccount
`func NewAccountCorrelatedAccount(type_ string, id string, name string, nativeIdentity string, ) *AccountCorrelatedAccount`
NewAccountCorrelatedAccount instantiates a new AccountCorrelatedAccount 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
### NewAccountCorrelatedAccountWithDefaults
`func NewAccountCorrelatedAccountWithDefaults() *AccountCorrelatedAccount`
NewAccountCorrelatedAccountWithDefaults instantiates a new AccountCorrelatedAccount 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
### GetType
`func (o *AccountCorrelatedAccount) GetType() string`
GetType returns the Type field if non-nil, zero value otherwise.
### GetTypeOk
`func (o *AccountCorrelatedAccount) GetTypeOk() (*string, bool)`
GetTypeOk returns a tuple with the Type field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetType
`func (o *AccountCorrelatedAccount) SetType(v string)`
SetType sets Type field to given value.
### GetId
`func (o *AccountCorrelatedAccount) GetId() string`
GetId returns the Id field if non-nil, zero value otherwise.
### GetIdOk
`func (o *AccountCorrelatedAccount) 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 *AccountCorrelatedAccount) SetId(v string)`
SetId sets Id field to given value.
### GetName
`func (o *AccountCorrelatedAccount) GetName() string`
GetName returns the Name field if non-nil, zero value otherwise.
### GetNameOk
`func (o *AccountCorrelatedAccount) 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 *AccountCorrelatedAccount) SetName(v string)`
SetName sets Name field to given value.
### GetNativeIdentity
`func (o *AccountCorrelatedAccount) GetNativeIdentity() string`
GetNativeIdentity returns the NativeIdentity field if non-nil, zero value otherwise.
### GetNativeIdentityOk
`func (o *AccountCorrelatedAccount) GetNativeIdentityOk() (*string, bool)`
GetNativeIdentityOk returns a tuple with the NativeIdentity field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetNativeIdentity
`func (o *AccountCorrelatedAccount) SetNativeIdentity(v string)`
SetNativeIdentity sets NativeIdentity field to given value.
### GetUuid
`func (o *AccountCorrelatedAccount) GetUuid() string`
GetUuid returns the Uuid field if non-nil, zero value otherwise.
### GetUuidOk
`func (o *AccountCorrelatedAccount) GetUuidOk() (*string, bool)`
GetUuidOk returns a tuple with the Uuid field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetUuid
`func (o *AccountCorrelatedAccount) SetUuid(v string)`
SetUuid sets Uuid field to given value.
### HasUuid
`func (o *AccountCorrelatedAccount) HasUuid() bool`
HasUuid returns a boolean if a field has been set.
### SetUuidNil
`func (o *AccountCorrelatedAccount) SetUuidNil(b bool)`
SetUuidNil sets the value for Uuid to be an explicit nil
### UnsetUuid
`func (o *AccountCorrelatedAccount) UnsetUuid()`
UnsetUuid ensures that no value is present for Uuid, not even an explicit nil

View File

@@ -1,101 +0,0 @@
---
id: beta-account-correlated-identity
title: AccountCorrelatedIdentity
pagination_label: AccountCorrelatedIdentity
sidebar_label: AccountCorrelatedIdentity
sidebar_class_name: gosdk
keywords: ['go', 'Golang', 'sdk', 'AccountCorrelatedIdentity', 'BetaAccountCorrelatedIdentity']
slug: /tools/sdk/go/beta/models/account-correlated-identity
tags: ['SDK', 'Software Development Kit', 'AccountCorrelatedIdentity', 'BetaAccountCorrelatedIdentity']
---
# AccountCorrelatedIdentity
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Type** | **string** | DTO type of the identity the account is correlated with. |
**Id** | **string** | ID of the identity the account is correlated with. |
**Name** | **string** | Display name of the identity the account is correlated with. |
## Methods
### NewAccountCorrelatedIdentity
`func NewAccountCorrelatedIdentity(type_ string, id string, name string, ) *AccountCorrelatedIdentity`
NewAccountCorrelatedIdentity instantiates a new AccountCorrelatedIdentity 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
### NewAccountCorrelatedIdentityWithDefaults
`func NewAccountCorrelatedIdentityWithDefaults() *AccountCorrelatedIdentity`
NewAccountCorrelatedIdentityWithDefaults instantiates a new AccountCorrelatedIdentity 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
### GetType
`func (o *AccountCorrelatedIdentity) GetType() string`
GetType returns the Type field if non-nil, zero value otherwise.
### GetTypeOk
`func (o *AccountCorrelatedIdentity) GetTypeOk() (*string, bool)`
GetTypeOk returns a tuple with the Type field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetType
`func (o *AccountCorrelatedIdentity) SetType(v string)`
SetType sets Type field to given value.
### GetId
`func (o *AccountCorrelatedIdentity) GetId() string`
GetId returns the Id field if non-nil, zero value otherwise.
### GetIdOk
`func (o *AccountCorrelatedIdentity) 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 *AccountCorrelatedIdentity) SetId(v string)`
SetId sets Id field to given value.
### GetName
`func (o *AccountCorrelatedIdentity) GetName() string`
GetName returns the Name field if non-nil, zero value otherwise.
### GetNameOk
`func (o *AccountCorrelatedIdentity) 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 *AccountCorrelatedIdentity) SetName(v string)`
SetName sets Name field to given value.

View File

@@ -1,101 +0,0 @@
---
id: beta-account-correlated-source
title: AccountCorrelatedSource
pagination_label: AccountCorrelatedSource
sidebar_label: AccountCorrelatedSource
sidebar_class_name: gosdk
keywords: ['go', 'Golang', 'sdk', 'AccountCorrelatedSource', 'BetaAccountCorrelatedSource']
slug: /tools/sdk/go/beta/models/account-correlated-source
tags: ['SDK', 'Software Development Kit', 'AccountCorrelatedSource', 'BetaAccountCorrelatedSource']
---
# AccountCorrelatedSource
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Type** | **string** | The DTO type of the source the accounts are being correlated from. |
**Id** | **string** | The ID of the source the accounts are being correlated from. |
**Name** | **string** | Display name of the source the accounts are being correlated from. |
## Methods
### NewAccountCorrelatedSource
`func NewAccountCorrelatedSource(type_ string, id string, name string, ) *AccountCorrelatedSource`
NewAccountCorrelatedSource instantiates a new AccountCorrelatedSource 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
### NewAccountCorrelatedSourceWithDefaults
`func NewAccountCorrelatedSourceWithDefaults() *AccountCorrelatedSource`
NewAccountCorrelatedSourceWithDefaults instantiates a new AccountCorrelatedSource 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
### GetType
`func (o *AccountCorrelatedSource) GetType() string`
GetType returns the Type field if non-nil, zero value otherwise.
### GetTypeOk
`func (o *AccountCorrelatedSource) GetTypeOk() (*string, bool)`
GetTypeOk returns a tuple with the Type field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetType
`func (o *AccountCorrelatedSource) SetType(v string)`
SetType sets Type field to given value.
### GetId
`func (o *AccountCorrelatedSource) GetId() string`
GetId returns the Id field if non-nil, zero value otherwise.
### GetIdOk
`func (o *AccountCorrelatedSource) 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 *AccountCorrelatedSource) SetId(v string)`
SetId sets Id field to given value.
### GetName
`func (o *AccountCorrelatedSource) GetName() string`
GetName returns the Name field if non-nil, zero value otherwise.
### GetNameOk
`func (o *AccountCorrelatedSource) 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 *AccountCorrelatedSource) SetName(v string)`
SetName sets Name field to given value.

View File

@@ -1,116 +0,0 @@
---
id: beta-account-info-dto
title: AccountInfoDto
pagination_label: AccountInfoDto
sidebar_label: AccountInfoDto
sidebar_class_name: gosdk
keywords: ['go', 'Golang', 'sdk', 'AccountInfoDto', 'BetaAccountInfoDto']
slug: /tools/sdk/go/beta/models/account-info-dto
tags: ['SDK', 'Software Development Kit', 'AccountInfoDto', 'BetaAccountInfoDto']
---
# AccountInfoDto
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**NativeIdentity** | Pointer to **string** | The unique ID of the account generated by the source system | [optional]
**DisplayName** | Pointer to **string** | Display name for this account | [optional]
**Uuid** | Pointer to **string** | UUID associated with this account | [optional]
## Methods
### NewAccountInfoDto
`func NewAccountInfoDto() *AccountInfoDto`
NewAccountInfoDto instantiates a new AccountInfoDto 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
### NewAccountInfoDtoWithDefaults
`func NewAccountInfoDtoWithDefaults() *AccountInfoDto`
NewAccountInfoDtoWithDefaults instantiates a new AccountInfoDto 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
### GetNativeIdentity
`func (o *AccountInfoDto) GetNativeIdentity() string`
GetNativeIdentity returns the NativeIdentity field if non-nil, zero value otherwise.
### GetNativeIdentityOk
`func (o *AccountInfoDto) GetNativeIdentityOk() (*string, bool)`
GetNativeIdentityOk returns a tuple with the NativeIdentity field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetNativeIdentity
`func (o *AccountInfoDto) SetNativeIdentity(v string)`
SetNativeIdentity sets NativeIdentity field to given value.
### HasNativeIdentity
`func (o *AccountInfoDto) HasNativeIdentity() bool`
HasNativeIdentity returns a boolean if a field has been set.
### GetDisplayName
`func (o *AccountInfoDto) GetDisplayName() string`
GetDisplayName returns the DisplayName field if non-nil, zero value otherwise.
### GetDisplayNameOk
`func (o *AccountInfoDto) 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 *AccountInfoDto) SetDisplayName(v string)`
SetDisplayName sets DisplayName field to given value.
### HasDisplayName
`func (o *AccountInfoDto) HasDisplayName() bool`
HasDisplayName returns a boolean if a field has been set.
### GetUuid
`func (o *AccountInfoDto) GetUuid() string`
GetUuid returns the Uuid field if non-nil, zero value otherwise.
### GetUuidOk
`func (o *AccountInfoDto) GetUuidOk() (*string, bool)`
GetUuidOk returns a tuple with the Uuid field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetUuid
`func (o *AccountInfoDto) SetUuid(v string)`
SetUuid sets Uuid field to given value.
### HasUuid
`func (o *AccountInfoDto) HasUuid() bool`
HasUuid returns a boolean if a field has been set.

View File

@@ -1,116 +0,0 @@
---
id: beta-account-request-info
title: AccountRequestInfo
pagination_label: AccountRequestInfo
sidebar_label: AccountRequestInfo
sidebar_class_name: gosdk
keywords: ['go', 'Golang', 'sdk', 'AccountRequestInfo', 'BetaAccountRequestInfo']
slug: /tools/sdk/go/beta/models/account-request-info
tags: ['SDK', 'Software Development Kit', 'AccountRequestInfo', 'BetaAccountRequestInfo']
---
# AccountRequestInfo
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**RequestedObjectId** | Pointer to **string** | Id of requested object | [optional]
**RequestedObjectName** | Pointer to **string** | Human-readable name of requested object | [optional]
**RequestedObjectType** | Pointer to [**RequestableObjectType**](requestable-object-type) | | [optional]
## Methods
### NewAccountRequestInfo
`func NewAccountRequestInfo() *AccountRequestInfo`
NewAccountRequestInfo instantiates a new AccountRequestInfo 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
### NewAccountRequestInfoWithDefaults
`func NewAccountRequestInfoWithDefaults() *AccountRequestInfo`
NewAccountRequestInfoWithDefaults instantiates a new AccountRequestInfo 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
### GetRequestedObjectId
`func (o *AccountRequestInfo) GetRequestedObjectId() string`
GetRequestedObjectId returns the RequestedObjectId field if non-nil, zero value otherwise.
### GetRequestedObjectIdOk
`func (o *AccountRequestInfo) GetRequestedObjectIdOk() (*string, bool)`
GetRequestedObjectIdOk returns a tuple with the RequestedObjectId field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetRequestedObjectId
`func (o *AccountRequestInfo) SetRequestedObjectId(v string)`
SetRequestedObjectId sets RequestedObjectId field to given value.
### HasRequestedObjectId
`func (o *AccountRequestInfo) HasRequestedObjectId() bool`
HasRequestedObjectId returns a boolean if a field has been set.
### GetRequestedObjectName
`func (o *AccountRequestInfo) GetRequestedObjectName() string`
GetRequestedObjectName returns the RequestedObjectName field if non-nil, zero value otherwise.
### GetRequestedObjectNameOk
`func (o *AccountRequestInfo) GetRequestedObjectNameOk() (*string, bool)`
GetRequestedObjectNameOk returns a tuple with the RequestedObjectName field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetRequestedObjectName
`func (o *AccountRequestInfo) SetRequestedObjectName(v string)`
SetRequestedObjectName sets RequestedObjectName field to given value.
### HasRequestedObjectName
`func (o *AccountRequestInfo) HasRequestedObjectName() bool`
HasRequestedObjectName returns a boolean if a field has been set.
### GetRequestedObjectType
`func (o *AccountRequestInfo) GetRequestedObjectType() RequestableObjectType`
GetRequestedObjectType returns the RequestedObjectType field if non-nil, zero value otherwise.
### GetRequestedObjectTypeOk
`func (o *AccountRequestInfo) GetRequestedObjectTypeOk() (*RequestableObjectType, bool)`
GetRequestedObjectTypeOk returns a tuple with the RequestedObjectType field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetRequestedObjectType
`func (o *AccountRequestInfo) SetRequestedObjectType(v RequestableObjectType)`
SetRequestedObjectType sets RequestedObjectType field to given value.
### HasRequestedObjectType
`func (o *AccountRequestInfo) HasRequestedObjectType() bool`
HasRequestedObjectType returns a boolean if a field has been set.

View File

@@ -1,168 +0,0 @@
---
id: beta-account-status-changed
title: AccountStatusChanged
pagination_label: AccountStatusChanged
sidebar_label: AccountStatusChanged
sidebar_class_name: gosdk
keywords: ['go', 'Golang', 'sdk', 'AccountStatusChanged', 'BetaAccountStatusChanged']
slug: /tools/sdk/go/beta/models/account-status-changed
tags: ['SDK', 'Software Development Kit', 'AccountStatusChanged', 'BetaAccountStatusChanged']
---
# AccountStatusChanged
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**EventType** | Pointer to **string** | the event type | [optional]
**IdentityId** | Pointer to **string** | the identity id | [optional]
**Dt** | Pointer to **string** | the date of event | [optional]
**Account** | Pointer to [**AccountStatusChangedAccount**](account-status-changed-account) | | [optional]
**StatusChange** | Pointer to [**AccountStatusChangedStatusChange**](account-status-changed-status-change) | | [optional]
## Methods
### NewAccountStatusChanged
`func NewAccountStatusChanged() *AccountStatusChanged`
NewAccountStatusChanged instantiates a new AccountStatusChanged 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
### NewAccountStatusChangedWithDefaults
`func NewAccountStatusChangedWithDefaults() *AccountStatusChanged`
NewAccountStatusChangedWithDefaults instantiates a new AccountStatusChanged 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
### GetEventType
`func (o *AccountStatusChanged) GetEventType() string`
GetEventType returns the EventType field if non-nil, zero value otherwise.
### GetEventTypeOk
`func (o *AccountStatusChanged) GetEventTypeOk() (*string, bool)`
GetEventTypeOk returns a tuple with the EventType field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetEventType
`func (o *AccountStatusChanged) SetEventType(v string)`
SetEventType sets EventType field to given value.
### HasEventType
`func (o *AccountStatusChanged) HasEventType() bool`
HasEventType returns a boolean if a field has been set.
### GetIdentityId
`func (o *AccountStatusChanged) GetIdentityId() string`
GetIdentityId returns the IdentityId field if non-nil, zero value otherwise.
### GetIdentityIdOk
`func (o *AccountStatusChanged) GetIdentityIdOk() (*string, bool)`
GetIdentityIdOk returns a tuple with the IdentityId field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetIdentityId
`func (o *AccountStatusChanged) SetIdentityId(v string)`
SetIdentityId sets IdentityId field to given value.
### HasIdentityId
`func (o *AccountStatusChanged) HasIdentityId() bool`
HasIdentityId returns a boolean if a field has been set.
### GetDt
`func (o *AccountStatusChanged) GetDt() string`
GetDt returns the Dt field if non-nil, zero value otherwise.
### GetDtOk
`func (o *AccountStatusChanged) GetDtOk() (*string, bool)`
GetDtOk returns a tuple with the Dt field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetDt
`func (o *AccountStatusChanged) SetDt(v string)`
SetDt sets Dt field to given value.
### HasDt
`func (o *AccountStatusChanged) HasDt() bool`
HasDt returns a boolean if a field has been set.
### GetAccount
`func (o *AccountStatusChanged) GetAccount() AccountStatusChangedAccount`
GetAccount returns the Account field if non-nil, zero value otherwise.
### GetAccountOk
`func (o *AccountStatusChanged) GetAccountOk() (*AccountStatusChangedAccount, bool)`
GetAccountOk returns a tuple with the Account field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetAccount
`func (o *AccountStatusChanged) SetAccount(v AccountStatusChangedAccount)`
SetAccount sets Account field to given value.
### HasAccount
`func (o *AccountStatusChanged) HasAccount() bool`
HasAccount returns a boolean if a field has been set.
### GetStatusChange
`func (o *AccountStatusChanged) GetStatusChange() AccountStatusChangedStatusChange`
GetStatusChange returns the StatusChange field if non-nil, zero value otherwise.
### GetStatusChangeOk
`func (o *AccountStatusChanged) GetStatusChangeOk() (*AccountStatusChangedStatusChange, bool)`
GetStatusChangeOk returns a tuple with the StatusChange field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetStatusChange
`func (o *AccountStatusChanged) SetStatusChange(v AccountStatusChangedStatusChange)`
SetStatusChange sets StatusChange field to given value.
### HasStatusChange
`func (o *AccountStatusChanged) HasStatusChange() bool`
HasStatusChange returns a boolean if a field has been set.

View File

@@ -1,220 +0,0 @@
---
id: beta-account-status-changed-account
title: AccountStatusChangedAccount
pagination_label: AccountStatusChangedAccount
sidebar_label: AccountStatusChangedAccount
sidebar_class_name: gosdk
keywords: ['go', 'Golang', 'sdk', 'AccountStatusChangedAccount', 'BetaAccountStatusChangedAccount']
slug: /tools/sdk/go/beta/models/account-status-changed-account
tags: ['SDK', 'Software Development Kit', 'AccountStatusChangedAccount', 'BetaAccountStatusChangedAccount']
---
# AccountStatusChangedAccount
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Id** | Pointer to **string** | the ID of the account in the database | [optional]
**NativeIdentity** | Pointer to **string** | the native identifier of the account | [optional]
**DisplayName** | Pointer to **string** | the display name of the account | [optional]
**SourceId** | Pointer to **string** | the ID of the source for this account | [optional]
**SourceName** | Pointer to **string** | the name of the source for this account | [optional]
**EntitlementCount** | Pointer to **int32** | the number of entitlements on this account | [optional]
**AccessType** | Pointer to **string** | this value is always \"account\" | [optional]
## Methods
### NewAccountStatusChangedAccount
`func NewAccountStatusChangedAccount() *AccountStatusChangedAccount`
NewAccountStatusChangedAccount instantiates a new AccountStatusChangedAccount 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
### NewAccountStatusChangedAccountWithDefaults
`func NewAccountStatusChangedAccountWithDefaults() *AccountStatusChangedAccount`
NewAccountStatusChangedAccountWithDefaults instantiates a new AccountStatusChangedAccount 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 *AccountStatusChangedAccount) GetId() string`
GetId returns the Id field if non-nil, zero value otherwise.
### GetIdOk
`func (o *AccountStatusChangedAccount) 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 *AccountStatusChangedAccount) SetId(v string)`
SetId sets Id field to given value.
### HasId
`func (o *AccountStatusChangedAccount) HasId() bool`
HasId returns a boolean if a field has been set.
### GetNativeIdentity
`func (o *AccountStatusChangedAccount) GetNativeIdentity() string`
GetNativeIdentity returns the NativeIdentity field if non-nil, zero value otherwise.
### GetNativeIdentityOk
`func (o *AccountStatusChangedAccount) GetNativeIdentityOk() (*string, bool)`
GetNativeIdentityOk returns a tuple with the NativeIdentity field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetNativeIdentity
`func (o *AccountStatusChangedAccount) SetNativeIdentity(v string)`
SetNativeIdentity sets NativeIdentity field to given value.
### HasNativeIdentity
`func (o *AccountStatusChangedAccount) HasNativeIdentity() bool`
HasNativeIdentity returns a boolean if a field has been set.
### GetDisplayName
`func (o *AccountStatusChangedAccount) GetDisplayName() string`
GetDisplayName returns the DisplayName field if non-nil, zero value otherwise.
### GetDisplayNameOk
`func (o *AccountStatusChangedAccount) 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 *AccountStatusChangedAccount) SetDisplayName(v string)`
SetDisplayName sets DisplayName field to given value.
### HasDisplayName
`func (o *AccountStatusChangedAccount) HasDisplayName() bool`
HasDisplayName returns a boolean if a field has been set.
### GetSourceId
`func (o *AccountStatusChangedAccount) GetSourceId() string`
GetSourceId returns the SourceId field if non-nil, zero value otherwise.
### GetSourceIdOk
`func (o *AccountStatusChangedAccount) 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 *AccountStatusChangedAccount) SetSourceId(v string)`
SetSourceId sets SourceId field to given value.
### HasSourceId
`func (o *AccountStatusChangedAccount) HasSourceId() bool`
HasSourceId returns a boolean if a field has been set.
### GetSourceName
`func (o *AccountStatusChangedAccount) GetSourceName() string`
GetSourceName returns the SourceName field if non-nil, zero value otherwise.
### GetSourceNameOk
`func (o *AccountStatusChangedAccount) GetSourceNameOk() (*string, bool)`
GetSourceNameOk returns a tuple with the SourceName field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetSourceName
`func (o *AccountStatusChangedAccount) SetSourceName(v string)`
SetSourceName sets SourceName field to given value.
### HasSourceName
`func (o *AccountStatusChangedAccount) HasSourceName() bool`
HasSourceName returns a boolean if a field has been set.
### GetEntitlementCount
`func (o *AccountStatusChangedAccount) GetEntitlementCount() int32`
GetEntitlementCount returns the EntitlementCount field if non-nil, zero value otherwise.
### GetEntitlementCountOk
`func (o *AccountStatusChangedAccount) GetEntitlementCountOk() (*int32, bool)`
GetEntitlementCountOk returns a tuple with the EntitlementCount field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetEntitlementCount
`func (o *AccountStatusChangedAccount) SetEntitlementCount(v int32)`
SetEntitlementCount sets EntitlementCount field to given value.
### HasEntitlementCount
`func (o *AccountStatusChangedAccount) HasEntitlementCount() bool`
HasEntitlementCount returns a boolean if a field has been set.
### GetAccessType
`func (o *AccountStatusChangedAccount) GetAccessType() string`
GetAccessType returns the AccessType field if non-nil, zero value otherwise.
### GetAccessTypeOk
`func (o *AccountStatusChangedAccount) GetAccessTypeOk() (*string, bool)`
GetAccessTypeOk returns a tuple with the AccessType field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetAccessType
`func (o *AccountStatusChangedAccount) SetAccessType(v string)`
SetAccessType sets AccessType field to given value.
### HasAccessType
`func (o *AccountStatusChangedAccount) HasAccessType() bool`
HasAccessType returns a boolean if a field has been set.

View File

@@ -1,90 +0,0 @@
---
id: beta-account-status-changed-status-change
title: AccountStatusChangedStatusChange
pagination_label: AccountStatusChangedStatusChange
sidebar_label: AccountStatusChangedStatusChange
sidebar_class_name: gosdk
keywords: ['go', 'Golang', 'sdk', 'AccountStatusChangedStatusChange', 'BetaAccountStatusChangedStatusChange']
slug: /tools/sdk/go/beta/models/account-status-changed-status-change
tags: ['SDK', 'Software Development Kit', 'AccountStatusChangedStatusChange', 'BetaAccountStatusChangedStatusChange']
---
# AccountStatusChangedStatusChange
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**PreviousStatus** | Pointer to **string** | the previous status of the account | [optional]
**NewStatus** | Pointer to **string** | the new status of the account | [optional]
## Methods
### NewAccountStatusChangedStatusChange
`func NewAccountStatusChangedStatusChange() *AccountStatusChangedStatusChange`
NewAccountStatusChangedStatusChange instantiates a new AccountStatusChangedStatusChange 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
### NewAccountStatusChangedStatusChangeWithDefaults
`func NewAccountStatusChangedStatusChangeWithDefaults() *AccountStatusChangedStatusChange`
NewAccountStatusChangedStatusChangeWithDefaults instantiates a new AccountStatusChangedStatusChange 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
### GetPreviousStatus
`func (o *AccountStatusChangedStatusChange) GetPreviousStatus() string`
GetPreviousStatus returns the PreviousStatus field if non-nil, zero value otherwise.
### GetPreviousStatusOk
`func (o *AccountStatusChangedStatusChange) GetPreviousStatusOk() (*string, bool)`
GetPreviousStatusOk returns a tuple with the PreviousStatus field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetPreviousStatus
`func (o *AccountStatusChangedStatusChange) SetPreviousStatus(v string)`
SetPreviousStatus sets PreviousStatus field to given value.
### HasPreviousStatus
`func (o *AccountStatusChangedStatusChange) HasPreviousStatus() bool`
HasPreviousStatus returns a boolean if a field has been set.
### GetNewStatus
`func (o *AccountStatusChangedStatusChange) GetNewStatus() string`
GetNewStatus returns the NewStatus field if non-nil, zero value otherwise.
### GetNewStatusOk
`func (o *AccountStatusChangedStatusChange) GetNewStatusOk() (*string, bool)`
GetNewStatusOk returns a tuple with the NewStatus field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetNewStatus
`func (o *AccountStatusChangedStatusChange) SetNewStatus(v string)`
SetNewStatus sets NewStatus field to given value.
### HasNewStatus
`func (o *AccountStatusChangedStatusChange) HasNewStatus() bool`
HasNewStatus returns a boolean if a field has been set.

View File

@@ -1,90 +0,0 @@
---
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.

View File

@@ -1,127 +0,0 @@
---
id: beta-account-uncorrelated
title: AccountUncorrelated
pagination_label: AccountUncorrelated
sidebar_label: AccountUncorrelated
sidebar_class_name: gosdk
keywords: ['go', 'Golang', 'sdk', 'AccountUncorrelated', 'BetaAccountUncorrelated']
slug: /tools/sdk/go/beta/models/account-uncorrelated
tags: ['SDK', 'Software Development Kit', 'AccountUncorrelated', 'BetaAccountUncorrelated']
---
# AccountUncorrelated
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Identity** | [**AccountUncorrelatedIdentity**](account-uncorrelated-identity) | |
**Source** | [**AccountUncorrelatedSource**](account-uncorrelated-source) | |
**Account** | [**AccountUncorrelatedAccount**](account-uncorrelated-account) | |
**EntitlementCount** | Pointer to **int32** | The number of entitlements associated with this account. | [optional]
## Methods
### NewAccountUncorrelated
`func NewAccountUncorrelated(identity AccountUncorrelatedIdentity, source AccountUncorrelatedSource, account AccountUncorrelatedAccount, ) *AccountUncorrelated`
NewAccountUncorrelated instantiates a new AccountUncorrelated 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
### NewAccountUncorrelatedWithDefaults
`func NewAccountUncorrelatedWithDefaults() *AccountUncorrelated`
NewAccountUncorrelatedWithDefaults instantiates a new AccountUncorrelated 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
### GetIdentity
`func (o *AccountUncorrelated) GetIdentity() AccountUncorrelatedIdentity`
GetIdentity returns the Identity field if non-nil, zero value otherwise.
### GetIdentityOk
`func (o *AccountUncorrelated) GetIdentityOk() (*AccountUncorrelatedIdentity, bool)`
GetIdentityOk returns a tuple with the Identity field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetIdentity
`func (o *AccountUncorrelated) SetIdentity(v AccountUncorrelatedIdentity)`
SetIdentity sets Identity field to given value.
### GetSource
`func (o *AccountUncorrelated) GetSource() AccountUncorrelatedSource`
GetSource returns the Source field if non-nil, zero value otherwise.
### GetSourceOk
`func (o *AccountUncorrelated) GetSourceOk() (*AccountUncorrelatedSource, bool)`
GetSourceOk returns a tuple with the Source field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetSource
`func (o *AccountUncorrelated) SetSource(v AccountUncorrelatedSource)`
SetSource sets Source field to given value.
### GetAccount
`func (o *AccountUncorrelated) GetAccount() AccountUncorrelatedAccount`
GetAccount returns the Account field if non-nil, zero value otherwise.
### GetAccountOk
`func (o *AccountUncorrelated) GetAccountOk() (*AccountUncorrelatedAccount, bool)`
GetAccountOk returns a tuple with the Account field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetAccount
`func (o *AccountUncorrelated) SetAccount(v AccountUncorrelatedAccount)`
SetAccount sets Account field to given value.
### GetEntitlementCount
`func (o *AccountUncorrelated) GetEntitlementCount() int32`
GetEntitlementCount returns the EntitlementCount field if non-nil, zero value otherwise.
### GetEntitlementCountOk
`func (o *AccountUncorrelated) GetEntitlementCountOk() (*int32, bool)`
GetEntitlementCountOk returns a tuple with the EntitlementCount field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetEntitlementCount
`func (o *AccountUncorrelated) SetEntitlementCount(v int32)`
SetEntitlementCount sets EntitlementCount field to given value.
### HasEntitlementCount
`func (o *AccountUncorrelated) HasEntitlementCount() bool`
HasEntitlementCount returns a boolean if a field has been set.

View File

@@ -1,158 +0,0 @@
---
id: beta-account-uncorrelated-account
title: AccountUncorrelatedAccount
pagination_label: AccountUncorrelatedAccount
sidebar_label: AccountUncorrelatedAccount
sidebar_class_name: gosdk
keywords: ['go', 'Golang', 'sdk', 'AccountUncorrelatedAccount', 'BetaAccountUncorrelatedAccount']
slug: /tools/sdk/go/beta/models/account-uncorrelated-account
tags: ['SDK', 'Software Development Kit', 'AccountUncorrelatedAccount', 'BetaAccountUncorrelatedAccount']
---
# AccountUncorrelatedAccount
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Type** | **map[string]interface{}** | Uncorrelated account's DTO type. |
**Id** | **string** | Uncorrelated account's ID. |
**Name** | **string** | Uncorrelated account's display name. |
**NativeIdentity** | **string** | Unique ID of the account on the source. |
**Uuid** | Pointer to **NullableString** | The source's unique identifier for the account. UUID is generated by the source system. | [optional]
## Methods
### NewAccountUncorrelatedAccount
`func NewAccountUncorrelatedAccount(type_ map[string]interface{}, id string, name string, nativeIdentity string, ) *AccountUncorrelatedAccount`
NewAccountUncorrelatedAccount instantiates a new AccountUncorrelatedAccount 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
### NewAccountUncorrelatedAccountWithDefaults
`func NewAccountUncorrelatedAccountWithDefaults() *AccountUncorrelatedAccount`
NewAccountUncorrelatedAccountWithDefaults instantiates a new AccountUncorrelatedAccount 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
### GetType
`func (o *AccountUncorrelatedAccount) GetType() map[string]interface{}`
GetType returns the Type field if non-nil, zero value otherwise.
### GetTypeOk
`func (o *AccountUncorrelatedAccount) GetTypeOk() (*map[string]interface{}, bool)`
GetTypeOk returns a tuple with the Type field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetType
`func (o *AccountUncorrelatedAccount) SetType(v map[string]interface{})`
SetType sets Type field to given value.
### GetId
`func (o *AccountUncorrelatedAccount) GetId() string`
GetId returns the Id field if non-nil, zero value otherwise.
### GetIdOk
`func (o *AccountUncorrelatedAccount) 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 *AccountUncorrelatedAccount) SetId(v string)`
SetId sets Id field to given value.
### GetName
`func (o *AccountUncorrelatedAccount) GetName() string`
GetName returns the Name field if non-nil, zero value otherwise.
### GetNameOk
`func (o *AccountUncorrelatedAccount) 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 *AccountUncorrelatedAccount) SetName(v string)`
SetName sets Name field to given value.
### GetNativeIdentity
`func (o *AccountUncorrelatedAccount) GetNativeIdentity() string`
GetNativeIdentity returns the NativeIdentity field if non-nil, zero value otherwise.
### GetNativeIdentityOk
`func (o *AccountUncorrelatedAccount) GetNativeIdentityOk() (*string, bool)`
GetNativeIdentityOk returns a tuple with the NativeIdentity field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetNativeIdentity
`func (o *AccountUncorrelatedAccount) SetNativeIdentity(v string)`
SetNativeIdentity sets NativeIdentity field to given value.
### GetUuid
`func (o *AccountUncorrelatedAccount) GetUuid() string`
GetUuid returns the Uuid field if non-nil, zero value otherwise.
### GetUuidOk
`func (o *AccountUncorrelatedAccount) GetUuidOk() (*string, bool)`
GetUuidOk returns a tuple with the Uuid field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetUuid
`func (o *AccountUncorrelatedAccount) SetUuid(v string)`
SetUuid sets Uuid field to given value.
### HasUuid
`func (o *AccountUncorrelatedAccount) HasUuid() bool`
HasUuid returns a boolean if a field has been set.
### SetUuidNil
`func (o *AccountUncorrelatedAccount) SetUuidNil(b bool)`
SetUuidNil sets the value for Uuid to be an explicit nil
### UnsetUuid
`func (o *AccountUncorrelatedAccount) UnsetUuid()`
UnsetUuid ensures that no value is present for Uuid, not even an explicit nil

View File

@@ -1,101 +0,0 @@
---
id: beta-account-uncorrelated-identity
title: AccountUncorrelatedIdentity
pagination_label: AccountUncorrelatedIdentity
sidebar_label: AccountUncorrelatedIdentity
sidebar_class_name: gosdk
keywords: ['go', 'Golang', 'sdk', 'AccountUncorrelatedIdentity', 'BetaAccountUncorrelatedIdentity']
slug: /tools/sdk/go/beta/models/account-uncorrelated-identity
tags: ['SDK', 'Software Development Kit', 'AccountUncorrelatedIdentity', 'BetaAccountUncorrelatedIdentity']
---
# AccountUncorrelatedIdentity
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Type** | **string** | DTO type of the identity the account is uncorrelated with. |
**Id** | **string** | ID of the identity the account is uncorrelated with. |
**Name** | **string** | Display name of the identity the account is uncorrelated with. |
## Methods
### NewAccountUncorrelatedIdentity
`func NewAccountUncorrelatedIdentity(type_ string, id string, name string, ) *AccountUncorrelatedIdentity`
NewAccountUncorrelatedIdentity instantiates a new AccountUncorrelatedIdentity 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
### NewAccountUncorrelatedIdentityWithDefaults
`func NewAccountUncorrelatedIdentityWithDefaults() *AccountUncorrelatedIdentity`
NewAccountUncorrelatedIdentityWithDefaults instantiates a new AccountUncorrelatedIdentity 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
### GetType
`func (o *AccountUncorrelatedIdentity) GetType() string`
GetType returns the Type field if non-nil, zero value otherwise.
### GetTypeOk
`func (o *AccountUncorrelatedIdentity) GetTypeOk() (*string, bool)`
GetTypeOk returns a tuple with the Type field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetType
`func (o *AccountUncorrelatedIdentity) SetType(v string)`
SetType sets Type field to given value.
### GetId
`func (o *AccountUncorrelatedIdentity) GetId() string`
GetId returns the Id field if non-nil, zero value otherwise.
### GetIdOk
`func (o *AccountUncorrelatedIdentity) 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 *AccountUncorrelatedIdentity) SetId(v string)`
SetId sets Id field to given value.
### GetName
`func (o *AccountUncorrelatedIdentity) GetName() string`
GetName returns the Name field if non-nil, zero value otherwise.
### GetNameOk
`func (o *AccountUncorrelatedIdentity) 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 *AccountUncorrelatedIdentity) SetName(v string)`
SetName sets Name field to given value.

View File

@@ -1,101 +0,0 @@
---
id: beta-account-uncorrelated-source
title: AccountUncorrelatedSource
pagination_label: AccountUncorrelatedSource
sidebar_label: AccountUncorrelatedSource
sidebar_class_name: gosdk
keywords: ['go', 'Golang', 'sdk', 'AccountUncorrelatedSource', 'BetaAccountUncorrelatedSource']
slug: /tools/sdk/go/beta/models/account-uncorrelated-source
tags: ['SDK', 'Software Development Kit', 'AccountUncorrelatedSource', 'BetaAccountUncorrelatedSource']
---
# AccountUncorrelatedSource
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Type** | **string** | The DTO type of the source the accounts are uncorrelated from. |
**Id** | **string** | The ID of the source the accounts are uncorrelated from. |
**Name** | **string** | Display name of the source the accounts are uncorrelated from. |
## Methods
### NewAccountUncorrelatedSource
`func NewAccountUncorrelatedSource(type_ string, id string, name string, ) *AccountUncorrelatedSource`
NewAccountUncorrelatedSource instantiates a new AccountUncorrelatedSource 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
### NewAccountUncorrelatedSourceWithDefaults
`func NewAccountUncorrelatedSourceWithDefaults() *AccountUncorrelatedSource`
NewAccountUncorrelatedSourceWithDefaults instantiates a new AccountUncorrelatedSource 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
### GetType
`func (o *AccountUncorrelatedSource) GetType() string`
GetType returns the Type field if non-nil, zero value otherwise.
### GetTypeOk
`func (o *AccountUncorrelatedSource) GetTypeOk() (*string, bool)`
GetTypeOk returns a tuple with the Type field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetType
`func (o *AccountUncorrelatedSource) SetType(v string)`
SetType sets Type field to given value.
### GetId
`func (o *AccountUncorrelatedSource) GetId() string`
GetId returns the Id field if non-nil, zero value otherwise.
### GetIdOk
`func (o *AccountUncorrelatedSource) 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 *AccountUncorrelatedSource) SetId(v string)`
SetId sets Id field to given value.
### GetName
`func (o *AccountUncorrelatedSource) GetName() string`
GetName returns the Name field if non-nil, zero value otherwise.
### GetNameOk
`func (o *AccountUncorrelatedSource) 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 *AccountUncorrelatedSource) SetName(v string)`
SetName sets Name field to given value.

View File

@@ -1,116 +0,0 @@
---
id: beta-account-unlock-request
title: AccountUnlockRequest
pagination_label: AccountUnlockRequest
sidebar_label: AccountUnlockRequest
sidebar_class_name: gosdk
keywords: ['go', 'Golang', 'sdk', 'AccountUnlockRequest', 'BetaAccountUnlockRequest']
slug: /tools/sdk/go/beta/models/account-unlock-request
tags: ['SDK', 'Software Development Kit', 'AccountUnlockRequest', 'BetaAccountUnlockRequest']
---
# AccountUnlockRequest
## 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]
**UnlockIDNAccount** | Pointer to **bool** | If set, the IDN account is unlocked after the workflow completes. | [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
### NewAccountUnlockRequest
`func NewAccountUnlockRequest() *AccountUnlockRequest`
NewAccountUnlockRequest instantiates a new AccountUnlockRequest 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
### NewAccountUnlockRequestWithDefaults
`func NewAccountUnlockRequestWithDefaults() *AccountUnlockRequest`
NewAccountUnlockRequestWithDefaults instantiates a new AccountUnlockRequest 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 *AccountUnlockRequest) GetExternalVerificationId() string`
GetExternalVerificationId returns the ExternalVerificationId field if non-nil, zero value otherwise.
### GetExternalVerificationIdOk
`func (o *AccountUnlockRequest) 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 *AccountUnlockRequest) SetExternalVerificationId(v string)`
SetExternalVerificationId sets ExternalVerificationId field to given value.
### HasExternalVerificationId
`func (o *AccountUnlockRequest) HasExternalVerificationId() bool`
HasExternalVerificationId returns a boolean if a field has been set.
### GetUnlockIDNAccount
`func (o *AccountUnlockRequest) GetUnlockIDNAccount() bool`
GetUnlockIDNAccount returns the UnlockIDNAccount field if non-nil, zero value otherwise.
### GetUnlockIDNAccountOk
`func (o *AccountUnlockRequest) GetUnlockIDNAccountOk() (*bool, bool)`
GetUnlockIDNAccountOk returns a tuple with the UnlockIDNAccount field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetUnlockIDNAccount
`func (o *AccountUnlockRequest) SetUnlockIDNAccount(v bool)`
SetUnlockIDNAccount sets UnlockIDNAccount field to given value.
### HasUnlockIDNAccount
`func (o *AccountUnlockRequest) HasUnlockIDNAccount() bool`
HasUnlockIDNAccount returns a boolean if a field has been set.
### GetForceProvisioning
`func (o *AccountUnlockRequest) GetForceProvisioning() bool`
GetForceProvisioning returns the ForceProvisioning field if non-nil, zero value otherwise.
### GetForceProvisioningOk
`func (o *AccountUnlockRequest) 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 *AccountUnlockRequest) SetForceProvisioning(v bool)`
SetForceProvisioning sets ForceProvisioning field to given value.
### HasForceProvisioning
`func (o *AccountUnlockRequest) HasForceProvisioning() bool`
HasForceProvisioning returns a boolean if a field has been set.

View File

@@ -1,90 +0,0 @@
---
id: beta-account-usage
title: AccountUsage
pagination_label: AccountUsage
sidebar_label: AccountUsage
sidebar_class_name: gosdk
keywords: ['go', 'Golang', 'sdk', 'AccountUsage', 'BetaAccountUsage']
slug: /tools/sdk/go/beta/models/account-usage
tags: ['SDK', 'Software Development Kit', 'AccountUsage', 'BetaAccountUsage']
---
# AccountUsage
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Date** | Pointer to **string** | The first day of the month for which activity is aggregated. | [optional]
**Count** | Pointer to **int64** | The number of days within the month that the account was active in a source. | [optional]
## Methods
### NewAccountUsage
`func NewAccountUsage() *AccountUsage`
NewAccountUsage instantiates a new AccountUsage 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
### NewAccountUsageWithDefaults
`func NewAccountUsageWithDefaults() *AccountUsage`
NewAccountUsageWithDefaults instantiates a new AccountUsage 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
### GetDate
`func (o *AccountUsage) GetDate() string`
GetDate returns the Date field if non-nil, zero value otherwise.
### GetDateOk
`func (o *AccountUsage) GetDateOk() (*string, bool)`
GetDateOk returns a tuple with the Date field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetDate
`func (o *AccountUsage) SetDate(v string)`
SetDate sets Date field to given value.
### HasDate
`func (o *AccountUsage) HasDate() bool`
HasDate returns a boolean if a field has been set.
### GetCount
`func (o *AccountUsage) GetCount() int64`
GetCount returns the Count field if non-nil, zero value otherwise.
### GetCountOk
`func (o *AccountUsage) GetCountOk() (*int64, bool)`
GetCountOk returns a tuple with the Count field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetCount
`func (o *AccountUsage) SetCount(v int64)`
SetCount sets Count field to given value.
### HasCount
`func (o *AccountUsage) HasCount() bool`
HasCount returns a boolean if a field has been set.

View File

@@ -1,59 +0,0 @@
---
id: beta-accounts-async-result
title: AccountsAsyncResult
pagination_label: AccountsAsyncResult
sidebar_label: AccountsAsyncResult
sidebar_class_name: gosdk
keywords: ['go', 'Golang', 'sdk', 'AccountsAsyncResult', 'BetaAccountsAsyncResult']
slug: /tools/sdk/go/beta/models/accounts-async-result
tags: ['SDK', 'Software Development Kit', 'AccountsAsyncResult', 'BetaAccountsAsyncResult']
---
# AccountsAsyncResult
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Id** | **string** | id of the task |
## Methods
### NewAccountsAsyncResult
`func NewAccountsAsyncResult(id string, ) *AccountsAsyncResult`
NewAccountsAsyncResult instantiates a new AccountsAsyncResult 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
### NewAccountsAsyncResultWithDefaults
`func NewAccountsAsyncResultWithDefaults() *AccountsAsyncResult`
NewAccountsAsyncResultWithDefaults instantiates a new AccountsAsyncResult 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 *AccountsAsyncResult) GetId() string`
GetId returns the Id field if non-nil, zero value otherwise.
### GetIdOk
`func (o *AccountsAsyncResult) 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 *AccountsAsyncResult) SetId(v string)`
SetId sets Id field to given value.

View File

@@ -1,205 +0,0 @@
---
id: beta-accounts-collected-for-aggregation
title: AccountsCollectedForAggregation
pagination_label: AccountsCollectedForAggregation
sidebar_label: AccountsCollectedForAggregation
sidebar_class_name: gosdk
keywords: ['go', 'Golang', 'sdk', 'AccountsCollectedForAggregation', 'BetaAccountsCollectedForAggregation']
slug: /tools/sdk/go/beta/models/accounts-collected-for-aggregation
tags: ['SDK', 'Software Development Kit', 'AccountsCollectedForAggregation', 'BetaAccountsCollectedForAggregation']
---
# AccountsCollectedForAggregation
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Source** | [**AccountsCollectedForAggregationSource**](accounts-collected-for-aggregation-source) | |
**Status** | **map[string]interface{}** | The overall status of the collection. |
**Started** | **time.Time** | The date and time when the account collection started. |
**Completed** | **time.Time** | The date and time when the account collection finished. |
**Errors** | **[]string** | A list of errors that occurred during the collection. |
**Warnings** | **[]string** | A list of warnings that occurred during the collection. |
**Stats** | [**AccountsCollectedForAggregationStats**](accounts-collected-for-aggregation-stats) | |
## Methods
### NewAccountsCollectedForAggregation
`func NewAccountsCollectedForAggregation(source AccountsCollectedForAggregationSource, status map[string]interface{}, started time.Time, completed time.Time, errors []string, warnings []string, stats AccountsCollectedForAggregationStats, ) *AccountsCollectedForAggregation`
NewAccountsCollectedForAggregation instantiates a new AccountsCollectedForAggregation 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
### NewAccountsCollectedForAggregationWithDefaults
`func NewAccountsCollectedForAggregationWithDefaults() *AccountsCollectedForAggregation`
NewAccountsCollectedForAggregationWithDefaults instantiates a new AccountsCollectedForAggregation 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
### GetSource
`func (o *AccountsCollectedForAggregation) GetSource() AccountsCollectedForAggregationSource`
GetSource returns the Source field if non-nil, zero value otherwise.
### GetSourceOk
`func (o *AccountsCollectedForAggregation) GetSourceOk() (*AccountsCollectedForAggregationSource, bool)`
GetSourceOk returns a tuple with the Source field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetSource
`func (o *AccountsCollectedForAggregation) SetSource(v AccountsCollectedForAggregationSource)`
SetSource sets Source field to given value.
### GetStatus
`func (o *AccountsCollectedForAggregation) GetStatus() map[string]interface{}`
GetStatus returns the Status field if non-nil, zero value otherwise.
### GetStatusOk
`func (o *AccountsCollectedForAggregation) GetStatusOk() (*map[string]interface{}, bool)`
GetStatusOk returns a tuple with the Status field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetStatus
`func (o *AccountsCollectedForAggregation) SetStatus(v map[string]interface{})`
SetStatus sets Status field to given value.
### GetStarted
`func (o *AccountsCollectedForAggregation) GetStarted() time.Time`
GetStarted returns the Started field if non-nil, zero value otherwise.
### GetStartedOk
`func (o *AccountsCollectedForAggregation) GetStartedOk() (*time.Time, bool)`
GetStartedOk returns a tuple with the Started field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetStarted
`func (o *AccountsCollectedForAggregation) SetStarted(v time.Time)`
SetStarted sets Started field to given value.
### GetCompleted
`func (o *AccountsCollectedForAggregation) GetCompleted() time.Time`
GetCompleted returns the Completed field if non-nil, zero value otherwise.
### GetCompletedOk
`func (o *AccountsCollectedForAggregation) GetCompletedOk() (*time.Time, bool)`
GetCompletedOk returns a tuple with the Completed field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetCompleted
`func (o *AccountsCollectedForAggregation) SetCompleted(v time.Time)`
SetCompleted sets Completed field to given value.
### GetErrors
`func (o *AccountsCollectedForAggregation) GetErrors() []string`
GetErrors returns the Errors field if non-nil, zero value otherwise.
### GetErrorsOk
`func (o *AccountsCollectedForAggregation) GetErrorsOk() (*[]string, bool)`
GetErrorsOk returns a tuple with the Errors field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetErrors
`func (o *AccountsCollectedForAggregation) SetErrors(v []string)`
SetErrors sets Errors field to given value.
### SetErrorsNil
`func (o *AccountsCollectedForAggregation) SetErrorsNil(b bool)`
SetErrorsNil sets the value for Errors to be an explicit nil
### UnsetErrors
`func (o *AccountsCollectedForAggregation) UnsetErrors()`
UnsetErrors ensures that no value is present for Errors, not even an explicit nil
### GetWarnings
`func (o *AccountsCollectedForAggregation) GetWarnings() []string`
GetWarnings returns the Warnings field if non-nil, zero value otherwise.
### GetWarningsOk
`func (o *AccountsCollectedForAggregation) GetWarningsOk() (*[]string, bool)`
GetWarningsOk returns a tuple with the Warnings field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetWarnings
`func (o *AccountsCollectedForAggregation) SetWarnings(v []string)`
SetWarnings sets Warnings field to given value.
### SetWarningsNil
`func (o *AccountsCollectedForAggregation) SetWarningsNil(b bool)`
SetWarningsNil sets the value for Warnings to be an explicit nil
### UnsetWarnings
`func (o *AccountsCollectedForAggregation) UnsetWarnings()`
UnsetWarnings ensures that no value is present for Warnings, not even an explicit nil
### GetStats
`func (o *AccountsCollectedForAggregation) GetStats() AccountsCollectedForAggregationStats`
GetStats returns the Stats field if non-nil, zero value otherwise.
### GetStatsOk
`func (o *AccountsCollectedForAggregation) GetStatsOk() (*AccountsCollectedForAggregationStats, bool)`
GetStatsOk returns a tuple with the Stats field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetStats
`func (o *AccountsCollectedForAggregation) SetStats(v AccountsCollectedForAggregationStats)`
SetStats sets Stats field to given value.

View File

@@ -1,101 +0,0 @@
---
id: beta-accounts-collected-for-aggregation-source
title: AccountsCollectedForAggregationSource
pagination_label: AccountsCollectedForAggregationSource
sidebar_label: AccountsCollectedForAggregationSource
sidebar_class_name: gosdk
keywords: ['go', 'Golang', 'sdk', 'AccountsCollectedForAggregationSource', 'BetaAccountsCollectedForAggregationSource']
slug: /tools/sdk/go/beta/models/accounts-collected-for-aggregation-source
tags: ['SDK', 'Software Development Kit', 'AccountsCollectedForAggregationSource', 'BetaAccountsCollectedForAggregationSource']
---
# AccountsCollectedForAggregationSource
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Id** | **string** | ID of the object to which this reference applies |
**Type** | **string** | The type of object that is referenced |
**Name** | **string** | Human-readable display name of the object to which this reference applies |
## Methods
### NewAccountsCollectedForAggregationSource
`func NewAccountsCollectedForAggregationSource(id string, type_ string, name string, ) *AccountsCollectedForAggregationSource`
NewAccountsCollectedForAggregationSource instantiates a new AccountsCollectedForAggregationSource 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
### NewAccountsCollectedForAggregationSourceWithDefaults
`func NewAccountsCollectedForAggregationSourceWithDefaults() *AccountsCollectedForAggregationSource`
NewAccountsCollectedForAggregationSourceWithDefaults instantiates a new AccountsCollectedForAggregationSource 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 *AccountsCollectedForAggregationSource) GetId() string`
GetId returns the Id field if non-nil, zero value otherwise.
### GetIdOk
`func (o *AccountsCollectedForAggregationSource) 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 *AccountsCollectedForAggregationSource) SetId(v string)`
SetId sets Id field to given value.
### GetType
`func (o *AccountsCollectedForAggregationSource) GetType() string`
GetType returns the Type field if non-nil, zero value otherwise.
### GetTypeOk
`func (o *AccountsCollectedForAggregationSource) GetTypeOk() (*string, bool)`
GetTypeOk returns a tuple with the Type field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetType
`func (o *AccountsCollectedForAggregationSource) SetType(v string)`
SetType sets Type field to given value.
### GetName
`func (o *AccountsCollectedForAggregationSource) GetName() string`
GetName returns the Name field if non-nil, zero value otherwise.
### GetNameOk
`func (o *AccountsCollectedForAggregationSource) 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 *AccountsCollectedForAggregationSource) SetName(v string)`
SetName sets Name field to given value.

Some files were not shown because too many files have changed in this diff Show More