mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-09 04:19:37 +00:00
empty method and model folders for go to start fixing build
This commit is contained in:
@@ -1,152 +0,0 @@
|
||||
---
|
||||
id: v2024-access
|
||||
title: Access
|
||||
pagination_label: Access
|
||||
sidebar_label: Access
|
||||
sidebar_class_name: gosdk
|
||||
keywords: ['go', 'Golang', 'sdk', 'Access', 'V2024Access']
|
||||
slug: /tools/sdk/go/v2024/models/access
|
||||
tags: ['SDK', 'Software Development Kit', 'Access', 'V2024Access']
|
||||
---
|
||||
|
||||
# Access
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**Id** | Pointer to **string** | The unique ID of the referenced object. | [optional]
|
||||
**Name** | Pointer to **string** | The human readable name of the referenced object. | [optional]
|
||||
**DisplayName** | Pointer to **string** | | [optional]
|
||||
**Description** | Pointer to **NullableString** | Description of access item. | [optional]
|
||||
|
||||
## Methods
|
||||
|
||||
### NewAccess
|
||||
|
||||
`func NewAccess() *Access`
|
||||
|
||||
NewAccess instantiates a new Access 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
|
||||
|
||||
### NewAccessWithDefaults
|
||||
|
||||
`func NewAccessWithDefaults() *Access`
|
||||
|
||||
NewAccessWithDefaults instantiates a new Access 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 *Access) GetId() string`
|
||||
|
||||
GetId returns the Id field if non-nil, zero value otherwise.
|
||||
|
||||
### GetIdOk
|
||||
|
||||
`func (o *Access) 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 *Access) SetId(v string)`
|
||||
|
||||
SetId sets Id field to given value.
|
||||
|
||||
### HasId
|
||||
|
||||
`func (o *Access) HasId() bool`
|
||||
|
||||
HasId returns a boolean if a field has been set.
|
||||
|
||||
### GetName
|
||||
|
||||
`func (o *Access) GetName() string`
|
||||
|
||||
GetName returns the Name field if non-nil, zero value otherwise.
|
||||
|
||||
### GetNameOk
|
||||
|
||||
`func (o *Access) 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 *Access) SetName(v string)`
|
||||
|
||||
SetName sets Name field to given value.
|
||||
|
||||
### HasName
|
||||
|
||||
`func (o *Access) HasName() bool`
|
||||
|
||||
HasName returns a boolean if a field has been set.
|
||||
|
||||
### GetDisplayName
|
||||
|
||||
`func (o *Access) GetDisplayName() string`
|
||||
|
||||
GetDisplayName returns the DisplayName field if non-nil, zero value otherwise.
|
||||
|
||||
### GetDisplayNameOk
|
||||
|
||||
`func (o *Access) 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 *Access) SetDisplayName(v string)`
|
||||
|
||||
SetDisplayName sets DisplayName field to given value.
|
||||
|
||||
### HasDisplayName
|
||||
|
||||
`func (o *Access) HasDisplayName() bool`
|
||||
|
||||
HasDisplayName returns a boolean if a field has been set.
|
||||
|
||||
### GetDescription
|
||||
|
||||
`func (o *Access) GetDescription() string`
|
||||
|
||||
GetDescription returns the Description field if non-nil, zero value otherwise.
|
||||
|
||||
### GetDescriptionOk
|
||||
|
||||
`func (o *Access) 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 *Access) SetDescription(v string)`
|
||||
|
||||
SetDescription sets Description field to given value.
|
||||
|
||||
### HasDescription
|
||||
|
||||
`func (o *Access) HasDescription() bool`
|
||||
|
||||
HasDescription returns a boolean if a field has been set.
|
||||
|
||||
### SetDescriptionNil
|
||||
|
||||
`func (o *Access) SetDescriptionNil(b bool)`
|
||||
|
||||
SetDescriptionNil sets the value for Description to be an explicit nil
|
||||
|
||||
### UnsetDescription
|
||||
`func (o *Access) UnsetDescription()`
|
||||
|
||||
UnsetDescription ensures that no value is present for Description, not even an explicit nil
|
||||
|
||||
@@ -1,142 +0,0 @@
|
||||
---
|
||||
id: v2024-access-apps
|
||||
title: AccessApps
|
||||
pagination_label: AccessApps
|
||||
sidebar_label: AccessApps
|
||||
sidebar_class_name: gosdk
|
||||
keywords: ['go', 'Golang', 'sdk', 'AccessApps', 'V2024AccessApps']
|
||||
slug: /tools/sdk/go/v2024/models/access-apps
|
||||
tags: ['SDK', 'Software Development Kit', 'AccessApps', 'V2024AccessApps']
|
||||
---
|
||||
|
||||
# AccessApps
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**Id** | Pointer to **string** | The unique ID of the referenced object. | [optional]
|
||||
**Name** | Pointer to **string** | Name of application | [optional]
|
||||
**Description** | Pointer to **string** | Description of application. | [optional]
|
||||
**Owner** | Pointer to [**AccessAppsOwner**](access-apps-owner) | | [optional]
|
||||
|
||||
## Methods
|
||||
|
||||
### NewAccessApps
|
||||
|
||||
`func NewAccessApps() *AccessApps`
|
||||
|
||||
NewAccessApps instantiates a new AccessApps 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
|
||||
|
||||
### NewAccessAppsWithDefaults
|
||||
|
||||
`func NewAccessAppsWithDefaults() *AccessApps`
|
||||
|
||||
NewAccessAppsWithDefaults instantiates a new AccessApps 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 *AccessApps) GetId() string`
|
||||
|
||||
GetId returns the Id field if non-nil, zero value otherwise.
|
||||
|
||||
### GetIdOk
|
||||
|
||||
`func (o *AccessApps) 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 *AccessApps) SetId(v string)`
|
||||
|
||||
SetId sets Id field to given value.
|
||||
|
||||
### HasId
|
||||
|
||||
`func (o *AccessApps) HasId() bool`
|
||||
|
||||
HasId returns a boolean if a field has been set.
|
||||
|
||||
### GetName
|
||||
|
||||
`func (o *AccessApps) GetName() string`
|
||||
|
||||
GetName returns the Name field if non-nil, zero value otherwise.
|
||||
|
||||
### GetNameOk
|
||||
|
||||
`func (o *AccessApps) 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 *AccessApps) SetName(v string)`
|
||||
|
||||
SetName sets Name field to given value.
|
||||
|
||||
### HasName
|
||||
|
||||
`func (o *AccessApps) HasName() bool`
|
||||
|
||||
HasName returns a boolean if a field has been set.
|
||||
|
||||
### GetDescription
|
||||
|
||||
`func (o *AccessApps) GetDescription() string`
|
||||
|
||||
GetDescription returns the Description field if non-nil, zero value otherwise.
|
||||
|
||||
### GetDescriptionOk
|
||||
|
||||
`func (o *AccessApps) 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 *AccessApps) SetDescription(v string)`
|
||||
|
||||
SetDescription sets Description field to given value.
|
||||
|
||||
### HasDescription
|
||||
|
||||
`func (o *AccessApps) HasDescription() bool`
|
||||
|
||||
HasDescription returns a boolean if a field has been set.
|
||||
|
||||
### GetOwner
|
||||
|
||||
`func (o *AccessApps) GetOwner() AccessAppsOwner`
|
||||
|
||||
GetOwner returns the Owner field if non-nil, zero value otherwise.
|
||||
|
||||
### GetOwnerOk
|
||||
|
||||
`func (o *AccessApps) GetOwnerOk() (*AccessAppsOwner, 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 *AccessApps) SetOwner(v AccessAppsOwner)`
|
||||
|
||||
SetOwner sets Owner field to given value.
|
||||
|
||||
### HasOwner
|
||||
|
||||
`func (o *AccessApps) HasOwner() bool`
|
||||
|
||||
HasOwner returns a boolean if a field has been set.
|
||||
|
||||
|
||||
@@ -1,142 +0,0 @@
|
||||
---
|
||||
id: v2024-access-apps-owner
|
||||
title: AccessAppsOwner
|
||||
pagination_label: AccessAppsOwner
|
||||
sidebar_label: AccessAppsOwner
|
||||
sidebar_class_name: gosdk
|
||||
keywords: ['go', 'Golang', 'sdk', 'AccessAppsOwner', 'V2024AccessAppsOwner']
|
||||
slug: /tools/sdk/go/v2024/models/access-apps-owner
|
||||
tags: ['SDK', 'Software Development Kit', 'AccessAppsOwner', 'V2024AccessAppsOwner']
|
||||
---
|
||||
|
||||
# AccessAppsOwner
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**Type** | Pointer to **string** | Owner's DTO type. | [optional]
|
||||
**Id** | Pointer to **string** | Owner's identity ID. | [optional]
|
||||
**Name** | Pointer to **string** | Owner's display name. | [optional]
|
||||
**Email** | Pointer to **string** | Owner's email. | [optional]
|
||||
|
||||
## Methods
|
||||
|
||||
### NewAccessAppsOwner
|
||||
|
||||
`func NewAccessAppsOwner() *AccessAppsOwner`
|
||||
|
||||
NewAccessAppsOwner instantiates a new AccessAppsOwner 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
|
||||
|
||||
### NewAccessAppsOwnerWithDefaults
|
||||
|
||||
`func NewAccessAppsOwnerWithDefaults() *AccessAppsOwner`
|
||||
|
||||
NewAccessAppsOwnerWithDefaults instantiates a new AccessAppsOwner 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 *AccessAppsOwner) GetType() string`
|
||||
|
||||
GetType returns the Type field if non-nil, zero value otherwise.
|
||||
|
||||
### GetTypeOk
|
||||
|
||||
`func (o *AccessAppsOwner) 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 *AccessAppsOwner) SetType(v string)`
|
||||
|
||||
SetType sets Type field to given value.
|
||||
|
||||
### HasType
|
||||
|
||||
`func (o *AccessAppsOwner) HasType() bool`
|
||||
|
||||
HasType returns a boolean if a field has been set.
|
||||
|
||||
### GetId
|
||||
|
||||
`func (o *AccessAppsOwner) GetId() string`
|
||||
|
||||
GetId returns the Id field if non-nil, zero value otherwise.
|
||||
|
||||
### GetIdOk
|
||||
|
||||
`func (o *AccessAppsOwner) 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 *AccessAppsOwner) SetId(v string)`
|
||||
|
||||
SetId sets Id field to given value.
|
||||
|
||||
### HasId
|
||||
|
||||
`func (o *AccessAppsOwner) HasId() bool`
|
||||
|
||||
HasId returns a boolean if a field has been set.
|
||||
|
||||
### GetName
|
||||
|
||||
`func (o *AccessAppsOwner) GetName() string`
|
||||
|
||||
GetName returns the Name field if non-nil, zero value otherwise.
|
||||
|
||||
### GetNameOk
|
||||
|
||||
`func (o *AccessAppsOwner) 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 *AccessAppsOwner) SetName(v string)`
|
||||
|
||||
SetName sets Name field to given value.
|
||||
|
||||
### HasName
|
||||
|
||||
`func (o *AccessAppsOwner) HasName() bool`
|
||||
|
||||
HasName returns a boolean if a field has been set.
|
||||
|
||||
### GetEmail
|
||||
|
||||
`func (o *AccessAppsOwner) GetEmail() string`
|
||||
|
||||
GetEmail returns the Email field if non-nil, zero value otherwise.
|
||||
|
||||
### GetEmailOk
|
||||
|
||||
`func (o *AccessAppsOwner) GetEmailOk() (*string, bool)`
|
||||
|
||||
GetEmailOk returns a tuple with the Email field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetEmail
|
||||
|
||||
`func (o *AccessAppsOwner) SetEmail(v string)`
|
||||
|
||||
SetEmail sets Email field to given value.
|
||||
|
||||
### HasEmail
|
||||
|
||||
`func (o *AccessAppsOwner) HasEmail() bool`
|
||||
|
||||
HasEmail returns a boolean if a field has been set.
|
||||
|
||||
|
||||
@@ -1,106 +0,0 @@
|
||||
---
|
||||
id: v2024-access-constraint
|
||||
title: AccessConstraint
|
||||
pagination_label: AccessConstraint
|
||||
sidebar_label: AccessConstraint
|
||||
sidebar_class_name: gosdk
|
||||
keywords: ['go', 'Golang', 'sdk', 'AccessConstraint', 'V2024AccessConstraint']
|
||||
slug: /tools/sdk/go/v2024/models/access-constraint
|
||||
tags: ['SDK', 'Software Development Kit', 'AccessConstraint', 'V2024AccessConstraint']
|
||||
---
|
||||
|
||||
# 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.
|
||||
|
||||
|
||||
|
||||
@@ -1,90 +0,0 @@
|
||||
---
|
||||
id: v2024-access-criteria
|
||||
title: AccessCriteria
|
||||
pagination_label: AccessCriteria
|
||||
sidebar_label: AccessCriteria
|
||||
sidebar_class_name: gosdk
|
||||
keywords: ['go', 'Golang', 'sdk', 'AccessCriteria', 'V2024AccessCriteria']
|
||||
slug: /tools/sdk/go/v2024/models/access-criteria
|
||||
tags: ['SDK', 'Software Development Kit', 'AccessCriteria', 'V2024AccessCriteria']
|
||||
---
|
||||
|
||||
# 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.
|
||||
|
||||
|
||||
@@ -1,116 +0,0 @@
|
||||
---
|
||||
id: v2024-access-criteria-criteria-list-inner
|
||||
title: AccessCriteriaCriteriaListInner
|
||||
pagination_label: AccessCriteriaCriteriaListInner
|
||||
sidebar_label: AccessCriteriaCriteriaListInner
|
||||
sidebar_class_name: gosdk
|
||||
keywords: ['go', 'Golang', 'sdk', 'AccessCriteriaCriteriaListInner', 'V2024AccessCriteriaCriteriaListInner']
|
||||
slug: /tools/sdk/go/v2024/models/access-criteria-criteria-list-inner
|
||||
tags: ['SDK', 'Software Development Kit', 'AccessCriteriaCriteriaListInner', 'V2024AccessCriteriaCriteriaListInner']
|
||||
---
|
||||
|
||||
# AccessCriteriaCriteriaListInner
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**Type** | Pointer to **string** | Type of the propery to which this reference applies to | [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.
|
||||
|
||||
|
||||
@@ -1,340 +0,0 @@
|
||||
---
|
||||
id: v2024-access-item-access-profile-response
|
||||
title: AccessItemAccessProfileResponse
|
||||
pagination_label: AccessItemAccessProfileResponse
|
||||
sidebar_label: AccessItemAccessProfileResponse
|
||||
sidebar_class_name: gosdk
|
||||
keywords: ['go', 'Golang', 'sdk', 'AccessItemAccessProfileResponse', 'V2024AccessItemAccessProfileResponse']
|
||||
slug: /tools/sdk/go/v2024/models/access-item-access-profile-response
|
||||
tags: ['SDK', 'Software Development Kit', 'AccessItemAccessProfileResponse', 'V2024AccessItemAccessProfileResponse']
|
||||
---
|
||||
|
||||
# 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.
|
||||
|
||||
|
||||
|
||||
@@ -1,220 +0,0 @@
|
||||
---
|
||||
id: v2024-access-item-account-response
|
||||
title: AccessItemAccountResponse
|
||||
pagination_label: AccessItemAccountResponse
|
||||
sidebar_label: AccessItemAccountResponse
|
||||
sidebar_class_name: gosdk
|
||||
keywords: ['go', 'Golang', 'sdk', 'AccessItemAccountResponse', 'V2024AccessItemAccountResponse']
|
||||
slug: /tools/sdk/go/v2024/models/access-item-account-response
|
||||
tags: ['SDK', 'Software Development Kit', 'AccessItemAccountResponse', 'V2024AccessItemAccountResponse']
|
||||
---
|
||||
|
||||
# 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.
|
||||
|
||||
|
||||
@@ -1,168 +0,0 @@
|
||||
---
|
||||
id: v2024-access-item-app-response
|
||||
title: AccessItemAppResponse
|
||||
pagination_label: AccessItemAppResponse
|
||||
sidebar_label: AccessItemAppResponse
|
||||
sidebar_class_name: gosdk
|
||||
keywords: ['go', 'Golang', 'sdk', 'AccessItemAppResponse', 'V2024AccessItemAppResponse']
|
||||
slug: /tools/sdk/go/v2024/models/access-item-app-response
|
||||
tags: ['SDK', 'Software Development Kit', 'AccessItemAppResponse', 'V2024AccessItemAppResponse']
|
||||
---
|
||||
|
||||
# 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.
|
||||
|
||||
|
||||
@@ -1,116 +0,0 @@
|
||||
---
|
||||
id: v2024-access-item-approver-dto
|
||||
title: AccessItemApproverDto
|
||||
pagination_label: AccessItemApproverDto
|
||||
sidebar_label: AccessItemApproverDto
|
||||
sidebar_class_name: gosdk
|
||||
keywords: ['go', 'Golang', 'sdk', 'AccessItemApproverDto', 'V2024AccessItemApproverDto']
|
||||
slug: /tools/sdk/go/v2024/models/access-item-approver-dto
|
||||
tags: ['SDK', 'Software Development Kit', 'AccessItemApproverDto', 'V2024AccessItemApproverDto']
|
||||
---
|
||||
|
||||
# AccessItemApproverDto
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**Type** | Pointer to **string** | DTO type of identity who approved the access item request. | [optional]
|
||||
**Id** | Pointer to **string** | ID of identity who approved the access item request. | [optional]
|
||||
**Name** | Pointer to **string** | Human-readable display name of 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.
|
||||
|
||||
|
||||
@@ -1,168 +0,0 @@
|
||||
---
|
||||
id: v2024-access-item-associated
|
||||
title: AccessItemAssociated
|
||||
pagination_label: AccessItemAssociated
|
||||
sidebar_label: AccessItemAssociated
|
||||
sidebar_class_name: gosdk
|
||||
keywords: ['go', 'Golang', 'sdk', 'AccessItemAssociated', 'V2024AccessItemAssociated']
|
||||
slug: /tools/sdk/go/v2024/models/access-item-associated
|
||||
tags: ['SDK', 'Software Development Kit', 'AccessItemAssociated', 'V2024AccessItemAssociated']
|
||||
---
|
||||
|
||||
# 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.
|
||||
|
||||
|
||||
@@ -1,512 +0,0 @@
|
||||
---
|
||||
id: v2024-access-item-associated-access-item
|
||||
title: AccessItemAssociatedAccessItem
|
||||
pagination_label: AccessItemAssociatedAccessItem
|
||||
sidebar_label: AccessItemAssociatedAccessItem
|
||||
sidebar_class_name: gosdk
|
||||
keywords: ['go', 'Golang', 'sdk', 'AccessItemAssociatedAccessItem', 'V2024AccessItemAssociatedAccessItem']
|
||||
slug: /tools/sdk/go/v2024/models/access-item-associated-access-item
|
||||
tags: ['SDK', 'Software Development Kit', 'AccessItemAssociatedAccessItem', 'V2024AccessItemAssociatedAccessItem']
|
||||
---
|
||||
|
||||
# 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.
|
||||
|
||||
|
||||
|
||||
@@ -1,142 +0,0 @@
|
||||
---
|
||||
id: v2024-access-item-diff
|
||||
title: AccessItemDiff
|
||||
pagination_label: AccessItemDiff
|
||||
sidebar_label: AccessItemDiff
|
||||
sidebar_class_name: gosdk
|
||||
keywords: ['go', 'Golang', 'sdk', 'AccessItemDiff', 'V2024AccessItemDiff']
|
||||
slug: /tools/sdk/go/v2024/models/access-item-diff
|
||||
tags: ['SDK', 'Software Development Kit', 'AccessItemDiff', 'V2024AccessItemDiff']
|
||||
---
|
||||
|
||||
# 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.
|
||||
|
||||
|
||||
@@ -1,335 +0,0 @@
|
||||
---
|
||||
id: v2024-access-item-entitlement-response
|
||||
title: AccessItemEntitlementResponse
|
||||
pagination_label: AccessItemEntitlementResponse
|
||||
sidebar_label: AccessItemEntitlementResponse
|
||||
sidebar_class_name: gosdk
|
||||
keywords: ['go', 'Golang', 'sdk', 'AccessItemEntitlementResponse', 'V2024AccessItemEntitlementResponse']
|
||||
slug: /tools/sdk/go/v2024/models/access-item-entitlement-response
|
||||
tags: ['SDK', 'Software Development Kit', 'AccessItemEntitlementResponse', 'V2024AccessItemEntitlementResponse']
|
||||
---
|
||||
|
||||
# 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.
|
||||
|
||||
|
||||
|
||||
@@ -1,90 +0,0 @@
|
||||
---
|
||||
id: v2024-access-item-ref
|
||||
title: AccessItemRef
|
||||
pagination_label: AccessItemRef
|
||||
sidebar_label: AccessItemRef
|
||||
sidebar_class_name: gosdk
|
||||
keywords: ['go', 'Golang', 'sdk', 'AccessItemRef', 'V2024AccessItemRef']
|
||||
slug: /tools/sdk/go/v2024/models/access-item-ref
|
||||
tags: ['SDK', 'Software Development Kit', 'AccessItemRef', 'V2024AccessItemRef']
|
||||
---
|
||||
|
||||
# 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.
|
||||
|
||||
|
||||
@@ -1,168 +0,0 @@
|
||||
---
|
||||
id: v2024-access-item-removed
|
||||
title: AccessItemRemoved
|
||||
pagination_label: AccessItemRemoved
|
||||
sidebar_label: AccessItemRemoved
|
||||
sidebar_class_name: gosdk
|
||||
keywords: ['go', 'Golang', 'sdk', 'AccessItemRemoved', 'V2024AccessItemRemoved']
|
||||
slug: /tools/sdk/go/v2024/models/access-item-removed
|
||||
tags: ['SDK', 'Software Development Kit', 'AccessItemRemoved', 'V2024AccessItemRemoved']
|
||||
---
|
||||
|
||||
# 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.
|
||||
|
||||
|
||||
@@ -1,116 +0,0 @@
|
||||
---
|
||||
id: v2024-access-item-requested-for
|
||||
title: AccessItemRequestedFor
|
||||
pagination_label: AccessItemRequestedFor
|
||||
sidebar_label: AccessItemRequestedFor
|
||||
sidebar_class_name: gosdk
|
||||
keywords: ['go', 'Golang', 'sdk', 'AccessItemRequestedFor', 'V2024AccessItemRequestedFor']
|
||||
slug: /tools/sdk/go/v2024/models/access-item-requested-for
|
||||
tags: ['SDK', 'Software Development Kit', 'AccessItemRequestedFor', 'V2024AccessItemRequestedFor']
|
||||
---
|
||||
|
||||
# AccessItemRequestedFor
|
||||
|
||||
## 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
|
||||
|
||||
### NewAccessItemRequestedFor
|
||||
|
||||
`func NewAccessItemRequestedFor() *AccessItemRequestedFor`
|
||||
|
||||
NewAccessItemRequestedFor instantiates a new AccessItemRequestedFor 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
|
||||
|
||||
### NewAccessItemRequestedForWithDefaults
|
||||
|
||||
`func NewAccessItemRequestedForWithDefaults() *AccessItemRequestedFor`
|
||||
|
||||
NewAccessItemRequestedForWithDefaults instantiates a new AccessItemRequestedFor 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 *AccessItemRequestedFor) GetType() string`
|
||||
|
||||
GetType returns the Type field if non-nil, zero value otherwise.
|
||||
|
||||
### GetTypeOk
|
||||
|
||||
`func (o *AccessItemRequestedFor) 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 *AccessItemRequestedFor) SetType(v string)`
|
||||
|
||||
SetType sets Type field to given value.
|
||||
|
||||
### HasType
|
||||
|
||||
`func (o *AccessItemRequestedFor) HasType() bool`
|
||||
|
||||
HasType returns a boolean if a field has been set.
|
||||
|
||||
### GetId
|
||||
|
||||
`func (o *AccessItemRequestedFor) GetId() string`
|
||||
|
||||
GetId returns the Id field if non-nil, zero value otherwise.
|
||||
|
||||
### GetIdOk
|
||||
|
||||
`func (o *AccessItemRequestedFor) 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 *AccessItemRequestedFor) SetId(v string)`
|
||||
|
||||
SetId sets Id field to given value.
|
||||
|
||||
### HasId
|
||||
|
||||
`func (o *AccessItemRequestedFor) HasId() bool`
|
||||
|
||||
HasId returns a boolean if a field has been set.
|
||||
|
||||
### GetName
|
||||
|
||||
`func (o *AccessItemRequestedFor) GetName() string`
|
||||
|
||||
GetName returns the Name field if non-nil, zero value otherwise.
|
||||
|
||||
### GetNameOk
|
||||
|
||||
`func (o *AccessItemRequestedFor) 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 *AccessItemRequestedFor) SetName(v string)`
|
||||
|
||||
SetName sets Name field to given value.
|
||||
|
||||
### HasName
|
||||
|
||||
`func (o *AccessItemRequestedFor) HasName() bool`
|
||||
|
||||
HasName returns a boolean if a field has been set.
|
||||
|
||||
|
||||
@@ -1,116 +0,0 @@
|
||||
---
|
||||
id: v2024-access-item-requested-for-dto
|
||||
title: AccessItemRequestedForDto
|
||||
pagination_label: AccessItemRequestedForDto
|
||||
sidebar_label: AccessItemRequestedForDto
|
||||
sidebar_class_name: gosdk
|
||||
keywords: ['go', 'Golang', 'sdk', 'AccessItemRequestedForDto', 'V2024AccessItemRequestedForDto']
|
||||
slug: /tools/sdk/go/v2024/models/access-item-requested-for-dto
|
||||
tags: ['SDK', 'Software Development Kit', 'AccessItemRequestedForDto', 'V2024AccessItemRequestedForDto']
|
||||
---
|
||||
|
||||
# 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.
|
||||
|
||||
|
||||
@@ -1,116 +0,0 @@
|
||||
---
|
||||
id: v2024-access-item-requester
|
||||
title: AccessItemRequester
|
||||
pagination_label: AccessItemRequester
|
||||
sidebar_label: AccessItemRequester
|
||||
sidebar_class_name: gosdk
|
||||
keywords: ['go', 'Golang', 'sdk', 'AccessItemRequester', 'V2024AccessItemRequester']
|
||||
slug: /tools/sdk/go/v2024/models/access-item-requester
|
||||
tags: ['SDK', 'Software Development Kit', 'AccessItemRequester', 'V2024AccessItemRequester']
|
||||
---
|
||||
|
||||
# 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.
|
||||
|
||||
|
||||
@@ -1,116 +0,0 @@
|
||||
---
|
||||
id: v2024-access-item-requester-dto
|
||||
title: AccessItemRequesterDto
|
||||
pagination_label: AccessItemRequesterDto
|
||||
sidebar_label: AccessItemRequesterDto
|
||||
sidebar_class_name: gosdk
|
||||
keywords: ['go', 'Golang', 'sdk', 'AccessItemRequesterDto', 'V2024AccessItemRequesterDto']
|
||||
slug: /tools/sdk/go/v2024/models/access-item-requester-dto
|
||||
tags: ['SDK', 'Software Development Kit', 'AccessItemRequesterDto', 'V2024AccessItemRequesterDto']
|
||||
---
|
||||
|
||||
# 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.
|
||||
|
||||
|
||||
@@ -1,116 +0,0 @@
|
||||
---
|
||||
id: v2024-access-item-reviewed-by
|
||||
title: AccessItemReviewedBy
|
||||
pagination_label: AccessItemReviewedBy
|
||||
sidebar_label: AccessItemReviewedBy
|
||||
sidebar_class_name: gosdk
|
||||
keywords: ['go', 'Golang', 'sdk', 'AccessItemReviewedBy', 'V2024AccessItemReviewedBy']
|
||||
slug: /tools/sdk/go/v2024/models/access-item-reviewed-by
|
||||
tags: ['SDK', 'Software Development Kit', 'AccessItemReviewedBy', 'V2024AccessItemReviewedBy']
|
||||
---
|
||||
|
||||
# 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.
|
||||
|
||||
|
||||
@@ -1,215 +0,0 @@
|
||||
---
|
||||
id: v2024-access-item-role-response
|
||||
title: AccessItemRoleResponse
|
||||
pagination_label: AccessItemRoleResponse
|
||||
sidebar_label: AccessItemRoleResponse
|
||||
sidebar_class_name: gosdk
|
||||
keywords: ['go', 'Golang', 'sdk', 'AccessItemRoleResponse', 'V2024AccessItemRoleResponse']
|
||||
slug: /tools/sdk/go/v2024/models/access-item-role-response
|
||||
tags: ['SDK', 'Software Development Kit', 'AccessItemRoleResponse', 'V2024AccessItemRoleResponse']
|
||||
---
|
||||
|
||||
# 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.
|
||||
|
||||
|
||||
|
||||
@@ -1,246 +0,0 @@
|
||||
---
|
||||
id: v2024-access-model-metadata
|
||||
title: AccessModelMetadata
|
||||
pagination_label: AccessModelMetadata
|
||||
sidebar_label: AccessModelMetadata
|
||||
sidebar_class_name: gosdk
|
||||
keywords: ['go', 'Golang', 'sdk', 'AccessModelMetadata', 'V2024AccessModelMetadata']
|
||||
slug: /tools/sdk/go/v2024/models/access-model-metadata
|
||||
tags: ['SDK', 'Software Development Kit', 'AccessModelMetadata', 'V2024AccessModelMetadata']
|
||||
---
|
||||
|
||||
# AccessModelMetadata
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**Key** | Pointer to **string** | Unique identifier for the metadata type | [optional]
|
||||
**Name** | Pointer to **string** | Human readable name of the metadata type | [optional]
|
||||
**Multiselect** | Pointer to **bool** | Allows selecting multiple values | [optional] [default to false]
|
||||
**Status** | Pointer to **string** | The state of the metadata item | [optional]
|
||||
**Type** | Pointer to **string** | The type of the metadata item | [optional]
|
||||
**ObjectTypes** | Pointer to **[]string** | The types of objects | [optional]
|
||||
**Description** | Pointer to **string** | Describes the metadata item | [optional]
|
||||
**Values** | Pointer to [**[]AccessModelMetadataValuesInner**](access-model-metadata-values-inner) | The value to assign to the metadata item | [optional]
|
||||
|
||||
## Methods
|
||||
|
||||
### NewAccessModelMetadata
|
||||
|
||||
`func NewAccessModelMetadata() *AccessModelMetadata`
|
||||
|
||||
NewAccessModelMetadata instantiates a new AccessModelMetadata 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
|
||||
|
||||
### NewAccessModelMetadataWithDefaults
|
||||
|
||||
`func NewAccessModelMetadataWithDefaults() *AccessModelMetadata`
|
||||
|
||||
NewAccessModelMetadataWithDefaults instantiates a new AccessModelMetadata 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
|
||||
|
||||
### GetKey
|
||||
|
||||
`func (o *AccessModelMetadata) GetKey() string`
|
||||
|
||||
GetKey returns the Key field if non-nil, zero value otherwise.
|
||||
|
||||
### GetKeyOk
|
||||
|
||||
`func (o *AccessModelMetadata) GetKeyOk() (*string, bool)`
|
||||
|
||||
GetKeyOk returns a tuple with the Key field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetKey
|
||||
|
||||
`func (o *AccessModelMetadata) SetKey(v string)`
|
||||
|
||||
SetKey sets Key field to given value.
|
||||
|
||||
### HasKey
|
||||
|
||||
`func (o *AccessModelMetadata) HasKey() bool`
|
||||
|
||||
HasKey returns a boolean if a field has been set.
|
||||
|
||||
### GetName
|
||||
|
||||
`func (o *AccessModelMetadata) GetName() string`
|
||||
|
||||
GetName returns the Name field if non-nil, zero value otherwise.
|
||||
|
||||
### GetNameOk
|
||||
|
||||
`func (o *AccessModelMetadata) 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 *AccessModelMetadata) SetName(v string)`
|
||||
|
||||
SetName sets Name field to given value.
|
||||
|
||||
### HasName
|
||||
|
||||
`func (o *AccessModelMetadata) HasName() bool`
|
||||
|
||||
HasName returns a boolean if a field has been set.
|
||||
|
||||
### GetMultiselect
|
||||
|
||||
`func (o *AccessModelMetadata) GetMultiselect() bool`
|
||||
|
||||
GetMultiselect returns the Multiselect field if non-nil, zero value otherwise.
|
||||
|
||||
### GetMultiselectOk
|
||||
|
||||
`func (o *AccessModelMetadata) GetMultiselectOk() (*bool, bool)`
|
||||
|
||||
GetMultiselectOk returns a tuple with the Multiselect field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetMultiselect
|
||||
|
||||
`func (o *AccessModelMetadata) SetMultiselect(v bool)`
|
||||
|
||||
SetMultiselect sets Multiselect field to given value.
|
||||
|
||||
### HasMultiselect
|
||||
|
||||
`func (o *AccessModelMetadata) HasMultiselect() bool`
|
||||
|
||||
HasMultiselect returns a boolean if a field has been set.
|
||||
|
||||
### GetStatus
|
||||
|
||||
`func (o *AccessModelMetadata) GetStatus() string`
|
||||
|
||||
GetStatus returns the Status field if non-nil, zero value otherwise.
|
||||
|
||||
### GetStatusOk
|
||||
|
||||
`func (o *AccessModelMetadata) 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 *AccessModelMetadata) SetStatus(v string)`
|
||||
|
||||
SetStatus sets Status field to given value.
|
||||
|
||||
### HasStatus
|
||||
|
||||
`func (o *AccessModelMetadata) HasStatus() bool`
|
||||
|
||||
HasStatus returns a boolean if a field has been set.
|
||||
|
||||
### GetType
|
||||
|
||||
`func (o *AccessModelMetadata) GetType() string`
|
||||
|
||||
GetType returns the Type field if non-nil, zero value otherwise.
|
||||
|
||||
### GetTypeOk
|
||||
|
||||
`func (o *AccessModelMetadata) 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 *AccessModelMetadata) SetType(v string)`
|
||||
|
||||
SetType sets Type field to given value.
|
||||
|
||||
### HasType
|
||||
|
||||
`func (o *AccessModelMetadata) HasType() bool`
|
||||
|
||||
HasType returns a boolean if a field has been set.
|
||||
|
||||
### GetObjectTypes
|
||||
|
||||
`func (o *AccessModelMetadata) GetObjectTypes() []string`
|
||||
|
||||
GetObjectTypes returns the ObjectTypes field if non-nil, zero value otherwise.
|
||||
|
||||
### GetObjectTypesOk
|
||||
|
||||
`func (o *AccessModelMetadata) GetObjectTypesOk() (*[]string, bool)`
|
||||
|
||||
GetObjectTypesOk returns a tuple with the ObjectTypes field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetObjectTypes
|
||||
|
||||
`func (o *AccessModelMetadata) SetObjectTypes(v []string)`
|
||||
|
||||
SetObjectTypes sets ObjectTypes field to given value.
|
||||
|
||||
### HasObjectTypes
|
||||
|
||||
`func (o *AccessModelMetadata) HasObjectTypes() bool`
|
||||
|
||||
HasObjectTypes returns a boolean if a field has been set.
|
||||
|
||||
### GetDescription
|
||||
|
||||
`func (o *AccessModelMetadata) GetDescription() string`
|
||||
|
||||
GetDescription returns the Description field if non-nil, zero value otherwise.
|
||||
|
||||
### GetDescriptionOk
|
||||
|
||||
`func (o *AccessModelMetadata) 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 *AccessModelMetadata) SetDescription(v string)`
|
||||
|
||||
SetDescription sets Description field to given value.
|
||||
|
||||
### HasDescription
|
||||
|
||||
`func (o *AccessModelMetadata) HasDescription() bool`
|
||||
|
||||
HasDescription returns a boolean if a field has been set.
|
||||
|
||||
### GetValues
|
||||
|
||||
`func (o *AccessModelMetadata) GetValues() []AccessModelMetadataValuesInner`
|
||||
|
||||
GetValues returns the Values field if non-nil, zero value otherwise.
|
||||
|
||||
### GetValuesOk
|
||||
|
||||
`func (o *AccessModelMetadata) GetValuesOk() (*[]AccessModelMetadataValuesInner, bool)`
|
||||
|
||||
GetValuesOk returns a tuple with the Values field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetValues
|
||||
|
||||
`func (o *AccessModelMetadata) SetValues(v []AccessModelMetadataValuesInner)`
|
||||
|
||||
SetValues sets Values field to given value.
|
||||
|
||||
### HasValues
|
||||
|
||||
`func (o *AccessModelMetadata) HasValues() bool`
|
||||
|
||||
HasValues returns a boolean if a field has been set.
|
||||
|
||||
|
||||
@@ -1,116 +0,0 @@
|
||||
---
|
||||
id: v2024-access-model-metadata-values-inner
|
||||
title: AccessModelMetadataValuesInner
|
||||
pagination_label: AccessModelMetadataValuesInner
|
||||
sidebar_label: AccessModelMetadataValuesInner
|
||||
sidebar_class_name: gosdk
|
||||
keywords: ['go', 'Golang', 'sdk', 'AccessModelMetadataValuesInner', 'V2024AccessModelMetadataValuesInner']
|
||||
slug: /tools/sdk/go/v2024/models/access-model-metadata-values-inner
|
||||
tags: ['SDK', 'Software Development Kit', 'AccessModelMetadataValuesInner', 'V2024AccessModelMetadataValuesInner']
|
||||
---
|
||||
|
||||
# AccessModelMetadataValuesInner
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**Value** | Pointer to **string** | The value to assign to the metdata item | [optional]
|
||||
**Name** | Pointer to **string** | Display name of the value | [optional]
|
||||
**Status** | Pointer to **string** | The status of the individual value | [optional]
|
||||
|
||||
## Methods
|
||||
|
||||
### NewAccessModelMetadataValuesInner
|
||||
|
||||
`func NewAccessModelMetadataValuesInner() *AccessModelMetadataValuesInner`
|
||||
|
||||
NewAccessModelMetadataValuesInner instantiates a new AccessModelMetadataValuesInner 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
|
||||
|
||||
### NewAccessModelMetadataValuesInnerWithDefaults
|
||||
|
||||
`func NewAccessModelMetadataValuesInnerWithDefaults() *AccessModelMetadataValuesInner`
|
||||
|
||||
NewAccessModelMetadataValuesInnerWithDefaults instantiates a new AccessModelMetadataValuesInner 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
|
||||
|
||||
### GetValue
|
||||
|
||||
`func (o *AccessModelMetadataValuesInner) GetValue() string`
|
||||
|
||||
GetValue returns the Value field if non-nil, zero value otherwise.
|
||||
|
||||
### GetValueOk
|
||||
|
||||
`func (o *AccessModelMetadataValuesInner) 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 *AccessModelMetadataValuesInner) SetValue(v string)`
|
||||
|
||||
SetValue sets Value field to given value.
|
||||
|
||||
### HasValue
|
||||
|
||||
`func (o *AccessModelMetadataValuesInner) HasValue() bool`
|
||||
|
||||
HasValue returns a boolean if a field has been set.
|
||||
|
||||
### GetName
|
||||
|
||||
`func (o *AccessModelMetadataValuesInner) GetName() string`
|
||||
|
||||
GetName returns the Name field if non-nil, zero value otherwise.
|
||||
|
||||
### GetNameOk
|
||||
|
||||
`func (o *AccessModelMetadataValuesInner) 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 *AccessModelMetadataValuesInner) SetName(v string)`
|
||||
|
||||
SetName sets Name field to given value.
|
||||
|
||||
### HasName
|
||||
|
||||
`func (o *AccessModelMetadataValuesInner) HasName() bool`
|
||||
|
||||
HasName returns a boolean if a field has been set.
|
||||
|
||||
### GetStatus
|
||||
|
||||
`func (o *AccessModelMetadataValuesInner) GetStatus() string`
|
||||
|
||||
GetStatus returns the Status field if non-nil, zero value otherwise.
|
||||
|
||||
### GetStatusOk
|
||||
|
||||
`func (o *AccessModelMetadataValuesInner) 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 *AccessModelMetadataValuesInner) SetStatus(v string)`
|
||||
|
||||
SetStatus sets Status field to given value.
|
||||
|
||||
### HasStatus
|
||||
|
||||
`func (o *AccessModelMetadataValuesInner) HasStatus() bool`
|
||||
|
||||
HasStatus returns a boolean if a field has been set.
|
||||
|
||||
|
||||
@@ -1,447 +0,0 @@
|
||||
---
|
||||
id: v2024-access-profile
|
||||
title: AccessProfile
|
||||
pagination_label: AccessProfile
|
||||
sidebar_label: AccessProfile
|
||||
sidebar_class_name: gosdk
|
||||
keywords: ['go', 'Golang', 'sdk', 'AccessProfile', 'V2024AccessProfile']
|
||||
slug: /tools/sdk/go/v2024/models/access-profile
|
||||
tags: ['SDK', 'Software Development Kit', 'AccessProfile', 'V2024AccessProfile']
|
||||
---
|
||||
|
||||
# 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 true]
|
||||
**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
|
||||
|
||||
@@ -1,100 +0,0 @@
|
||||
---
|
||||
id: v2024-access-profile-approval-scheme
|
||||
title: AccessProfileApprovalScheme
|
||||
pagination_label: AccessProfileApprovalScheme
|
||||
sidebar_label: AccessProfileApprovalScheme
|
||||
sidebar_class_name: gosdk
|
||||
keywords: ['go', 'Golang', 'sdk', 'AccessProfileApprovalScheme', 'V2024AccessProfileApprovalScheme']
|
||||
slug: /tools/sdk/go/v2024/models/access-profile-approval-scheme
|
||||
tags: ['SDK', 'Software Development Kit', 'AccessProfileApprovalScheme', 'V2024AccessProfileApprovalScheme']
|
||||
---
|
||||
|
||||
# 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
|
||||
|
||||
@@ -1,90 +0,0 @@
|
||||
---
|
||||
id: v2024-access-profile-bulk-delete-request
|
||||
title: AccessProfileBulkDeleteRequest
|
||||
pagination_label: AccessProfileBulkDeleteRequest
|
||||
sidebar_label: AccessProfileBulkDeleteRequest
|
||||
sidebar_class_name: gosdk
|
||||
keywords: ['go', 'Golang', 'sdk', 'AccessProfileBulkDeleteRequest', 'V2024AccessProfileBulkDeleteRequest']
|
||||
slug: /tools/sdk/go/v2024/models/access-profile-bulk-delete-request
|
||||
tags: ['SDK', 'Software Development Kit', 'AccessProfileBulkDeleteRequest', 'V2024AccessProfileBulkDeleteRequest']
|
||||
---
|
||||
|
||||
# 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.
|
||||
|
||||
|
||||
@@ -1,116 +0,0 @@
|
||||
---
|
||||
id: v2024-access-profile-bulk-delete-response
|
||||
title: AccessProfileBulkDeleteResponse
|
||||
pagination_label: AccessProfileBulkDeleteResponse
|
||||
sidebar_label: AccessProfileBulkDeleteResponse
|
||||
sidebar_class_name: gosdk
|
||||
keywords: ['go', 'Golang', 'sdk', 'AccessProfileBulkDeleteResponse', 'V2024AccessProfileBulkDeleteResponse']
|
||||
slug: /tools/sdk/go/v2024/models/access-profile-bulk-delete-response
|
||||
tags: ['SDK', 'Software Development Kit', 'AccessProfileBulkDeleteResponse', 'V2024AccessProfileBulkDeleteResponse']
|
||||
---
|
||||
|
||||
# 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.
|
||||
|
||||
|
||||
@@ -1,90 +0,0 @@
|
||||
---
|
||||
id: v2024-access-profile-bulk-update-request-inner
|
||||
title: AccessProfileBulkUpdateRequestInner
|
||||
pagination_label: AccessProfileBulkUpdateRequestInner
|
||||
sidebar_label: AccessProfileBulkUpdateRequestInner
|
||||
sidebar_class_name: gosdk
|
||||
keywords: ['go', 'Golang', 'sdk', 'AccessProfileBulkUpdateRequestInner', 'V2024AccessProfileBulkUpdateRequestInner']
|
||||
slug: /tools/sdk/go/v2024/models/access-profile-bulk-update-request-inner
|
||||
tags: ['SDK', 'Software Development Kit', 'AccessProfileBulkUpdateRequestInner', 'V2024AccessProfileBulkUpdateRequestInner']
|
||||
---
|
||||
|
||||
# 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.
|
||||
|
||||
|
||||
@@ -1,676 +0,0 @@
|
||||
---
|
||||
id: v2024-access-profile-details
|
||||
title: AccessProfileDetails
|
||||
pagination_label: AccessProfileDetails
|
||||
sidebar_label: AccessProfileDetails
|
||||
sidebar_class_name: gosdk
|
||||
keywords: ['go', 'Golang', 'sdk', 'AccessProfileDetails', 'V2024AccessProfileDetails']
|
||||
slug: /tools/sdk/go/v2024/models/access-profile-details
|
||||
tags: ['SDK', 'Software Development Kit', 'AccessProfileDetails', 'V2024AccessProfileDetails']
|
||||
---
|
||||
|
||||
# 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.
|
||||
|
||||
|
||||
@@ -1,74 +0,0 @@
|
||||
---
|
||||
id: v2024-access-profile-details-account-selector
|
||||
title: AccessProfileDetailsAccountSelector
|
||||
pagination_label: AccessProfileDetailsAccountSelector
|
||||
sidebar_label: AccessProfileDetailsAccountSelector
|
||||
sidebar_class_name: gosdk
|
||||
keywords: ['go', 'Golang', 'sdk', 'AccessProfileDetailsAccountSelector', 'V2024AccessProfileDetailsAccountSelector']
|
||||
slug: /tools/sdk/go/v2024/models/access-profile-details-account-selector
|
||||
tags: ['SDK', 'Software Development Kit', 'AccessProfileDetailsAccountSelector', 'V2024AccessProfileDetailsAccountSelector']
|
||||
---
|
||||
|
||||
# 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
|
||||
|
||||
@@ -1,500 +0,0 @@
|
||||
---
|
||||
id: v2024-access-profile-document
|
||||
title: AccessProfileDocument
|
||||
pagination_label: AccessProfileDocument
|
||||
sidebar_label: AccessProfileDocument
|
||||
sidebar_class_name: gosdk
|
||||
keywords: ['go', 'Golang', 'sdk', 'AccessProfileDocument', 'V2024AccessProfileDocument']
|
||||
slug: /tools/sdk/go/v2024/models/access-profile-document
|
||||
tags: ['SDK', 'Software Development Kit', 'AccessProfileDocument', 'V2024AccessProfileDocument']
|
||||
---
|
||||
|
||||
# AccessProfileDocument
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**Description** | Pointer to **string** | Access item's description. | [optional]
|
||||
**Created** | Pointer to **NullableTime** | ISO-8601 date-time referring to the time when the object was created. | [optional]
|
||||
**Modified** | Pointer to **NullableTime** | ISO-8601 date-time referring to the time when the object was last modified. | [optional]
|
||||
**Synced** | Pointer to **NullableTime** | ISO-8601 date-time referring to the date-time when object was queued to be synced into search database for use in the search API. This date-time changes anytime there is an update to the object, which triggers a synchronization event being sent to the search database. There may be some delay between the `synced` time and the time when the updated data is actually available in the search API. | [optional]
|
||||
**Enabled** | Pointer to **bool** | Indicates whether the access item is currently enabled. | [optional] [default to false]
|
||||
**Requestable** | Pointer to **bool** | Indicates whether the access item can be requested. | [optional] [default to true]
|
||||
**RequestCommentsRequired** | Pointer to **bool** | Indicates whether comments are required for requests to access the item. | [optional] [default to false]
|
||||
**Owner** | Pointer to [**BaseAccessOwner**](base-access-owner) | | [optional]
|
||||
**Id** | **string** | Access profile's ID. |
|
||||
**Name** | **string** | Access profile's name. |
|
||||
**Source** | Pointer to [**AccessProfileDocumentAllOfSource**](access-profile-document-all-of-source) | | [optional]
|
||||
**Entitlements** | Pointer to [**[]BaseEntitlement**](base-entitlement) | Entitlements the access profile has access to. | [optional]
|
||||
**EntitlementCount** | Pointer to **int32** | Number of entitlements. | [optional]
|
||||
**Segments** | Pointer to [**[]BaseSegment**](base-segment) | Segments with the access profile. | [optional]
|
||||
**SegmentCount** | Pointer to **int32** | Number of segments with the access profile. | [optional]
|
||||
**Tags** | Pointer to **[]string** | Tags that have been applied to the object. | [optional]
|
||||
**Apps** | Pointer to [**[]AccessApps**](access-apps) | Applications with the access profile | [optional]
|
||||
|
||||
## Methods
|
||||
|
||||
### NewAccessProfileDocument
|
||||
|
||||
`func NewAccessProfileDocument(id string, name string, ) *AccessProfileDocument`
|
||||
|
||||
NewAccessProfileDocument instantiates a new AccessProfileDocument 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
|
||||
|
||||
### NewAccessProfileDocumentWithDefaults
|
||||
|
||||
`func NewAccessProfileDocumentWithDefaults() *AccessProfileDocument`
|
||||
|
||||
NewAccessProfileDocumentWithDefaults instantiates a new AccessProfileDocument 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
|
||||
|
||||
### GetDescription
|
||||
|
||||
`func (o *AccessProfileDocument) GetDescription() string`
|
||||
|
||||
GetDescription returns the Description field if non-nil, zero value otherwise.
|
||||
|
||||
### GetDescriptionOk
|
||||
|
||||
`func (o *AccessProfileDocument) 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 *AccessProfileDocument) SetDescription(v string)`
|
||||
|
||||
SetDescription sets Description field to given value.
|
||||
|
||||
### HasDescription
|
||||
|
||||
`func (o *AccessProfileDocument) HasDescription() bool`
|
||||
|
||||
HasDescription returns a boolean if a field has been set.
|
||||
|
||||
### GetCreated
|
||||
|
||||
`func (o *AccessProfileDocument) GetCreated() time.Time`
|
||||
|
||||
GetCreated returns the Created field if non-nil, zero value otherwise.
|
||||
|
||||
### GetCreatedOk
|
||||
|
||||
`func (o *AccessProfileDocument) 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 *AccessProfileDocument) SetCreated(v time.Time)`
|
||||
|
||||
SetCreated sets Created field to given value.
|
||||
|
||||
### HasCreated
|
||||
|
||||
`func (o *AccessProfileDocument) HasCreated() bool`
|
||||
|
||||
HasCreated returns a boolean if a field has been set.
|
||||
|
||||
### SetCreatedNil
|
||||
|
||||
`func (o *AccessProfileDocument) SetCreatedNil(b bool)`
|
||||
|
||||
SetCreatedNil sets the value for Created to be an explicit nil
|
||||
|
||||
### UnsetCreated
|
||||
`func (o *AccessProfileDocument) UnsetCreated()`
|
||||
|
||||
UnsetCreated ensures that no value is present for Created, not even an explicit nil
|
||||
### GetModified
|
||||
|
||||
`func (o *AccessProfileDocument) GetModified() time.Time`
|
||||
|
||||
GetModified returns the Modified field if non-nil, zero value otherwise.
|
||||
|
||||
### GetModifiedOk
|
||||
|
||||
`func (o *AccessProfileDocument) 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 *AccessProfileDocument) SetModified(v time.Time)`
|
||||
|
||||
SetModified sets Modified field to given value.
|
||||
|
||||
### HasModified
|
||||
|
||||
`func (o *AccessProfileDocument) HasModified() bool`
|
||||
|
||||
HasModified returns a boolean if a field has been set.
|
||||
|
||||
### SetModifiedNil
|
||||
|
||||
`func (o *AccessProfileDocument) SetModifiedNil(b bool)`
|
||||
|
||||
SetModifiedNil sets the value for Modified to be an explicit nil
|
||||
|
||||
### UnsetModified
|
||||
`func (o *AccessProfileDocument) UnsetModified()`
|
||||
|
||||
UnsetModified ensures that no value is present for Modified, not even an explicit nil
|
||||
### GetSynced
|
||||
|
||||
`func (o *AccessProfileDocument) GetSynced() time.Time`
|
||||
|
||||
GetSynced returns the Synced field if non-nil, zero value otherwise.
|
||||
|
||||
### GetSyncedOk
|
||||
|
||||
`func (o *AccessProfileDocument) GetSyncedOk() (*time.Time, bool)`
|
||||
|
||||
GetSyncedOk returns a tuple with the Synced field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetSynced
|
||||
|
||||
`func (o *AccessProfileDocument) SetSynced(v time.Time)`
|
||||
|
||||
SetSynced sets Synced field to given value.
|
||||
|
||||
### HasSynced
|
||||
|
||||
`func (o *AccessProfileDocument) HasSynced() bool`
|
||||
|
||||
HasSynced returns a boolean if a field has been set.
|
||||
|
||||
### SetSyncedNil
|
||||
|
||||
`func (o *AccessProfileDocument) SetSyncedNil(b bool)`
|
||||
|
||||
SetSyncedNil sets the value for Synced to be an explicit nil
|
||||
|
||||
### UnsetSynced
|
||||
`func (o *AccessProfileDocument) UnsetSynced()`
|
||||
|
||||
UnsetSynced ensures that no value is present for Synced, not even an explicit nil
|
||||
### GetEnabled
|
||||
|
||||
`func (o *AccessProfileDocument) GetEnabled() bool`
|
||||
|
||||
GetEnabled returns the Enabled field if non-nil, zero value otherwise.
|
||||
|
||||
### GetEnabledOk
|
||||
|
||||
`func (o *AccessProfileDocument) 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 *AccessProfileDocument) SetEnabled(v bool)`
|
||||
|
||||
SetEnabled sets Enabled field to given value.
|
||||
|
||||
### HasEnabled
|
||||
|
||||
`func (o *AccessProfileDocument) HasEnabled() bool`
|
||||
|
||||
HasEnabled returns a boolean if a field has been set.
|
||||
|
||||
### GetRequestable
|
||||
|
||||
`func (o *AccessProfileDocument) GetRequestable() bool`
|
||||
|
||||
GetRequestable returns the Requestable field if non-nil, zero value otherwise.
|
||||
|
||||
### GetRequestableOk
|
||||
|
||||
`func (o *AccessProfileDocument) 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 *AccessProfileDocument) SetRequestable(v bool)`
|
||||
|
||||
SetRequestable sets Requestable field to given value.
|
||||
|
||||
### HasRequestable
|
||||
|
||||
`func (o *AccessProfileDocument) HasRequestable() bool`
|
||||
|
||||
HasRequestable returns a boolean if a field has been set.
|
||||
|
||||
### GetRequestCommentsRequired
|
||||
|
||||
`func (o *AccessProfileDocument) GetRequestCommentsRequired() bool`
|
||||
|
||||
GetRequestCommentsRequired returns the RequestCommentsRequired field if non-nil, zero value otherwise.
|
||||
|
||||
### GetRequestCommentsRequiredOk
|
||||
|
||||
`func (o *AccessProfileDocument) 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 *AccessProfileDocument) SetRequestCommentsRequired(v bool)`
|
||||
|
||||
SetRequestCommentsRequired sets RequestCommentsRequired field to given value.
|
||||
|
||||
### HasRequestCommentsRequired
|
||||
|
||||
`func (o *AccessProfileDocument) HasRequestCommentsRequired() bool`
|
||||
|
||||
HasRequestCommentsRequired returns a boolean if a field has been set.
|
||||
|
||||
### GetOwner
|
||||
|
||||
`func (o *AccessProfileDocument) GetOwner() BaseAccessOwner`
|
||||
|
||||
GetOwner returns the Owner field if non-nil, zero value otherwise.
|
||||
|
||||
### GetOwnerOk
|
||||
|
||||
`func (o *AccessProfileDocument) GetOwnerOk() (*BaseAccessOwner, 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 *AccessProfileDocument) SetOwner(v BaseAccessOwner)`
|
||||
|
||||
SetOwner sets Owner field to given value.
|
||||
|
||||
### HasOwner
|
||||
|
||||
`func (o *AccessProfileDocument) HasOwner() bool`
|
||||
|
||||
HasOwner returns a boolean if a field has been set.
|
||||
|
||||
### GetId
|
||||
|
||||
`func (o *AccessProfileDocument) GetId() string`
|
||||
|
||||
GetId returns the Id field if non-nil, zero value otherwise.
|
||||
|
||||
### GetIdOk
|
||||
|
||||
`func (o *AccessProfileDocument) 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 *AccessProfileDocument) SetId(v string)`
|
||||
|
||||
SetId sets Id field to given value.
|
||||
|
||||
|
||||
### GetName
|
||||
|
||||
`func (o *AccessProfileDocument) GetName() string`
|
||||
|
||||
GetName returns the Name field if non-nil, zero value otherwise.
|
||||
|
||||
### GetNameOk
|
||||
|
||||
`func (o *AccessProfileDocument) 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 *AccessProfileDocument) SetName(v string)`
|
||||
|
||||
SetName sets Name field to given value.
|
||||
|
||||
|
||||
### GetSource
|
||||
|
||||
`func (o *AccessProfileDocument) GetSource() AccessProfileDocumentAllOfSource`
|
||||
|
||||
GetSource returns the Source field if non-nil, zero value otherwise.
|
||||
|
||||
### GetSourceOk
|
||||
|
||||
`func (o *AccessProfileDocument) GetSourceOk() (*AccessProfileDocumentAllOfSource, 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 *AccessProfileDocument) SetSource(v AccessProfileDocumentAllOfSource)`
|
||||
|
||||
SetSource sets Source field to given value.
|
||||
|
||||
### HasSource
|
||||
|
||||
`func (o *AccessProfileDocument) HasSource() bool`
|
||||
|
||||
HasSource returns a boolean if a field has been set.
|
||||
|
||||
### GetEntitlements
|
||||
|
||||
`func (o *AccessProfileDocument) GetEntitlements() []BaseEntitlement`
|
||||
|
||||
GetEntitlements returns the Entitlements field if non-nil, zero value otherwise.
|
||||
|
||||
### GetEntitlementsOk
|
||||
|
||||
`func (o *AccessProfileDocument) GetEntitlementsOk() (*[]BaseEntitlement, 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 *AccessProfileDocument) SetEntitlements(v []BaseEntitlement)`
|
||||
|
||||
SetEntitlements sets Entitlements field to given value.
|
||||
|
||||
### HasEntitlements
|
||||
|
||||
`func (o *AccessProfileDocument) HasEntitlements() bool`
|
||||
|
||||
HasEntitlements returns a boolean if a field has been set.
|
||||
|
||||
### GetEntitlementCount
|
||||
|
||||
`func (o *AccessProfileDocument) GetEntitlementCount() int32`
|
||||
|
||||
GetEntitlementCount returns the EntitlementCount field if non-nil, zero value otherwise.
|
||||
|
||||
### GetEntitlementCountOk
|
||||
|
||||
`func (o *AccessProfileDocument) 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 *AccessProfileDocument) SetEntitlementCount(v int32)`
|
||||
|
||||
SetEntitlementCount sets EntitlementCount field to given value.
|
||||
|
||||
### HasEntitlementCount
|
||||
|
||||
`func (o *AccessProfileDocument) HasEntitlementCount() bool`
|
||||
|
||||
HasEntitlementCount returns a boolean if a field has been set.
|
||||
|
||||
### GetSegments
|
||||
|
||||
`func (o *AccessProfileDocument) GetSegments() []BaseSegment`
|
||||
|
||||
GetSegments returns the Segments field if non-nil, zero value otherwise.
|
||||
|
||||
### GetSegmentsOk
|
||||
|
||||
`func (o *AccessProfileDocument) GetSegmentsOk() (*[]BaseSegment, 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 *AccessProfileDocument) SetSegments(v []BaseSegment)`
|
||||
|
||||
SetSegments sets Segments field to given value.
|
||||
|
||||
### HasSegments
|
||||
|
||||
`func (o *AccessProfileDocument) HasSegments() bool`
|
||||
|
||||
HasSegments returns a boolean if a field has been set.
|
||||
|
||||
### GetSegmentCount
|
||||
|
||||
`func (o *AccessProfileDocument) GetSegmentCount() int32`
|
||||
|
||||
GetSegmentCount returns the SegmentCount field if non-nil, zero value otherwise.
|
||||
|
||||
### GetSegmentCountOk
|
||||
|
||||
`func (o *AccessProfileDocument) GetSegmentCountOk() (*int32, bool)`
|
||||
|
||||
GetSegmentCountOk returns a tuple with the SegmentCount field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetSegmentCount
|
||||
|
||||
`func (o *AccessProfileDocument) SetSegmentCount(v int32)`
|
||||
|
||||
SetSegmentCount sets SegmentCount field to given value.
|
||||
|
||||
### HasSegmentCount
|
||||
|
||||
`func (o *AccessProfileDocument) HasSegmentCount() bool`
|
||||
|
||||
HasSegmentCount returns a boolean if a field has been set.
|
||||
|
||||
### GetTags
|
||||
|
||||
`func (o *AccessProfileDocument) GetTags() []string`
|
||||
|
||||
GetTags returns the Tags field if non-nil, zero value otherwise.
|
||||
|
||||
### GetTagsOk
|
||||
|
||||
`func (o *AccessProfileDocument) GetTagsOk() (*[]string, bool)`
|
||||
|
||||
GetTagsOk returns a tuple with the Tags field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetTags
|
||||
|
||||
`func (o *AccessProfileDocument) SetTags(v []string)`
|
||||
|
||||
SetTags sets Tags field to given value.
|
||||
|
||||
### HasTags
|
||||
|
||||
`func (o *AccessProfileDocument) HasTags() bool`
|
||||
|
||||
HasTags returns a boolean if a field has been set.
|
||||
|
||||
### GetApps
|
||||
|
||||
`func (o *AccessProfileDocument) GetApps() []AccessApps`
|
||||
|
||||
GetApps returns the Apps field if non-nil, zero value otherwise.
|
||||
|
||||
### GetAppsOk
|
||||
|
||||
`func (o *AccessProfileDocument) GetAppsOk() (*[]AccessApps, bool)`
|
||||
|
||||
GetAppsOk returns a tuple with the Apps field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetApps
|
||||
|
||||
`func (o *AccessProfileDocument) SetApps(v []AccessApps)`
|
||||
|
||||
SetApps sets Apps field to given value.
|
||||
|
||||
### HasApps
|
||||
|
||||
`func (o *AccessProfileDocument) HasApps() bool`
|
||||
|
||||
HasApps returns a boolean if a field has been set.
|
||||
|
||||
|
||||
@@ -1,90 +0,0 @@
|
||||
---
|
||||
id: v2024-access-profile-document-all-of-source
|
||||
title: AccessProfileDocumentAllOfSource
|
||||
pagination_label: AccessProfileDocumentAllOfSource
|
||||
sidebar_label: AccessProfileDocumentAllOfSource
|
||||
sidebar_class_name: gosdk
|
||||
keywords: ['go', 'Golang', 'sdk', 'AccessProfileDocumentAllOfSource', 'V2024AccessProfileDocumentAllOfSource']
|
||||
slug: /tools/sdk/go/v2024/models/access-profile-document-all-of-source
|
||||
tags: ['SDK', 'Software Development Kit', 'AccessProfileDocumentAllOfSource', 'V2024AccessProfileDocumentAllOfSource']
|
||||
---
|
||||
|
||||
# AccessProfileDocumentAllOfSource
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**Id** | Pointer to **string** | Source's ID. | [optional]
|
||||
**Name** | Pointer to **string** | Source's name. | [optional]
|
||||
|
||||
## Methods
|
||||
|
||||
### NewAccessProfileDocumentAllOfSource
|
||||
|
||||
`func NewAccessProfileDocumentAllOfSource() *AccessProfileDocumentAllOfSource`
|
||||
|
||||
NewAccessProfileDocumentAllOfSource instantiates a new AccessProfileDocumentAllOfSource 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
|
||||
|
||||
### NewAccessProfileDocumentAllOfSourceWithDefaults
|
||||
|
||||
`func NewAccessProfileDocumentAllOfSourceWithDefaults() *AccessProfileDocumentAllOfSource`
|
||||
|
||||
NewAccessProfileDocumentAllOfSourceWithDefaults instantiates a new AccessProfileDocumentAllOfSource 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 *AccessProfileDocumentAllOfSource) GetId() string`
|
||||
|
||||
GetId returns the Id field if non-nil, zero value otherwise.
|
||||
|
||||
### GetIdOk
|
||||
|
||||
`func (o *AccessProfileDocumentAllOfSource) 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 *AccessProfileDocumentAllOfSource) SetId(v string)`
|
||||
|
||||
SetId sets Id field to given value.
|
||||
|
||||
### HasId
|
||||
|
||||
`func (o *AccessProfileDocumentAllOfSource) HasId() bool`
|
||||
|
||||
HasId returns a boolean if a field has been set.
|
||||
|
||||
### GetName
|
||||
|
||||
`func (o *AccessProfileDocumentAllOfSource) GetName() string`
|
||||
|
||||
GetName returns the Name field if non-nil, zero value otherwise.
|
||||
|
||||
### GetNameOk
|
||||
|
||||
`func (o *AccessProfileDocumentAllOfSource) 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 *AccessProfileDocumentAllOfSource) SetName(v string)`
|
||||
|
||||
SetName sets Name field to given value.
|
||||
|
||||
### HasName
|
||||
|
||||
`func (o *AccessProfileDocumentAllOfSource) HasName() bool`
|
||||
|
||||
HasName returns a boolean if a field has been set.
|
||||
|
||||
|
||||
@@ -1,308 +0,0 @@
|
||||
---
|
||||
id: v2024-access-profile-entitlement
|
||||
title: AccessProfileEntitlement
|
||||
pagination_label: AccessProfileEntitlement
|
||||
sidebar_label: AccessProfileEntitlement
|
||||
sidebar_class_name: gosdk
|
||||
keywords: ['go', 'Golang', 'sdk', 'AccessProfileEntitlement', 'V2024AccessProfileEntitlement']
|
||||
slug: /tools/sdk/go/v2024/models/access-profile-entitlement
|
||||
tags: ['SDK', 'Software Development Kit', 'AccessProfileEntitlement', 'V2024AccessProfileEntitlement']
|
||||
---
|
||||
|
||||
# AccessProfileEntitlement
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**Id** | Pointer to **string** | The unique ID of the referenced object. | [optional]
|
||||
**Name** | Pointer to **string** | The human readable name of the referenced object. | [optional]
|
||||
**DisplayName** | Pointer to **string** | | [optional]
|
||||
**Description** | Pointer to **NullableString** | Description of access item. | [optional]
|
||||
**Source** | Pointer to [**Reference**](reference) | | [optional]
|
||||
**Type** | Pointer to **string** | Type of the access item. | [optional]
|
||||
**Privileged** | Pointer to **bool** | | [optional]
|
||||
**Attribute** | Pointer to **string** | | [optional]
|
||||
**Value** | Pointer to **string** | | [optional]
|
||||
**Standalone** | Pointer to **bool** | | [optional]
|
||||
|
||||
## Methods
|
||||
|
||||
### NewAccessProfileEntitlement
|
||||
|
||||
`func NewAccessProfileEntitlement() *AccessProfileEntitlement`
|
||||
|
||||
NewAccessProfileEntitlement instantiates a new AccessProfileEntitlement 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
|
||||
|
||||
### NewAccessProfileEntitlementWithDefaults
|
||||
|
||||
`func NewAccessProfileEntitlementWithDefaults() *AccessProfileEntitlement`
|
||||
|
||||
NewAccessProfileEntitlementWithDefaults instantiates a new AccessProfileEntitlement 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 *AccessProfileEntitlement) GetId() string`
|
||||
|
||||
GetId returns the Id field if non-nil, zero value otherwise.
|
||||
|
||||
### GetIdOk
|
||||
|
||||
`func (o *AccessProfileEntitlement) 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 *AccessProfileEntitlement) SetId(v string)`
|
||||
|
||||
SetId sets Id field to given value.
|
||||
|
||||
### HasId
|
||||
|
||||
`func (o *AccessProfileEntitlement) HasId() bool`
|
||||
|
||||
HasId returns a boolean if a field has been set.
|
||||
|
||||
### GetName
|
||||
|
||||
`func (o *AccessProfileEntitlement) GetName() string`
|
||||
|
||||
GetName returns the Name field if non-nil, zero value otherwise.
|
||||
|
||||
### GetNameOk
|
||||
|
||||
`func (o *AccessProfileEntitlement) 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 *AccessProfileEntitlement) SetName(v string)`
|
||||
|
||||
SetName sets Name field to given value.
|
||||
|
||||
### HasName
|
||||
|
||||
`func (o *AccessProfileEntitlement) HasName() bool`
|
||||
|
||||
HasName returns a boolean if a field has been set.
|
||||
|
||||
### GetDisplayName
|
||||
|
||||
`func (o *AccessProfileEntitlement) GetDisplayName() string`
|
||||
|
||||
GetDisplayName returns the DisplayName field if non-nil, zero value otherwise.
|
||||
|
||||
### GetDisplayNameOk
|
||||
|
||||
`func (o *AccessProfileEntitlement) 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 *AccessProfileEntitlement) SetDisplayName(v string)`
|
||||
|
||||
SetDisplayName sets DisplayName field to given value.
|
||||
|
||||
### HasDisplayName
|
||||
|
||||
`func (o *AccessProfileEntitlement) HasDisplayName() bool`
|
||||
|
||||
HasDisplayName returns a boolean if a field has been set.
|
||||
|
||||
### GetDescription
|
||||
|
||||
`func (o *AccessProfileEntitlement) GetDescription() string`
|
||||
|
||||
GetDescription returns the Description field if non-nil, zero value otherwise.
|
||||
|
||||
### GetDescriptionOk
|
||||
|
||||
`func (o *AccessProfileEntitlement) 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 *AccessProfileEntitlement) SetDescription(v string)`
|
||||
|
||||
SetDescription sets Description field to given value.
|
||||
|
||||
### HasDescription
|
||||
|
||||
`func (o *AccessProfileEntitlement) HasDescription() bool`
|
||||
|
||||
HasDescription returns a boolean if a field has been set.
|
||||
|
||||
### SetDescriptionNil
|
||||
|
||||
`func (o *AccessProfileEntitlement) SetDescriptionNil(b bool)`
|
||||
|
||||
SetDescriptionNil sets the value for Description to be an explicit nil
|
||||
|
||||
### UnsetDescription
|
||||
`func (o *AccessProfileEntitlement) UnsetDescription()`
|
||||
|
||||
UnsetDescription ensures that no value is present for Description, not even an explicit nil
|
||||
### GetSource
|
||||
|
||||
`func (o *AccessProfileEntitlement) GetSource() Reference`
|
||||
|
||||
GetSource returns the Source field if non-nil, zero value otherwise.
|
||||
|
||||
### GetSourceOk
|
||||
|
||||
`func (o *AccessProfileEntitlement) GetSourceOk() (*Reference, 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 *AccessProfileEntitlement) SetSource(v Reference)`
|
||||
|
||||
SetSource sets Source field to given value.
|
||||
|
||||
### HasSource
|
||||
|
||||
`func (o *AccessProfileEntitlement) HasSource() bool`
|
||||
|
||||
HasSource returns a boolean if a field has been set.
|
||||
|
||||
### GetType
|
||||
|
||||
`func (o *AccessProfileEntitlement) GetType() string`
|
||||
|
||||
GetType returns the Type field if non-nil, zero value otherwise.
|
||||
|
||||
### GetTypeOk
|
||||
|
||||
`func (o *AccessProfileEntitlement) 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 *AccessProfileEntitlement) SetType(v string)`
|
||||
|
||||
SetType sets Type field to given value.
|
||||
|
||||
### HasType
|
||||
|
||||
`func (o *AccessProfileEntitlement) HasType() bool`
|
||||
|
||||
HasType returns a boolean if a field has been set.
|
||||
|
||||
### GetPrivileged
|
||||
|
||||
`func (o *AccessProfileEntitlement) GetPrivileged() bool`
|
||||
|
||||
GetPrivileged returns the Privileged field if non-nil, zero value otherwise.
|
||||
|
||||
### GetPrivilegedOk
|
||||
|
||||
`func (o *AccessProfileEntitlement) 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 *AccessProfileEntitlement) SetPrivileged(v bool)`
|
||||
|
||||
SetPrivileged sets Privileged field to given value.
|
||||
|
||||
### HasPrivileged
|
||||
|
||||
`func (o *AccessProfileEntitlement) HasPrivileged() bool`
|
||||
|
||||
HasPrivileged returns a boolean if a field has been set.
|
||||
|
||||
### GetAttribute
|
||||
|
||||
`func (o *AccessProfileEntitlement) GetAttribute() string`
|
||||
|
||||
GetAttribute returns the Attribute field if non-nil, zero value otherwise.
|
||||
|
||||
### GetAttributeOk
|
||||
|
||||
`func (o *AccessProfileEntitlement) 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 *AccessProfileEntitlement) SetAttribute(v string)`
|
||||
|
||||
SetAttribute sets Attribute field to given value.
|
||||
|
||||
### HasAttribute
|
||||
|
||||
`func (o *AccessProfileEntitlement) HasAttribute() bool`
|
||||
|
||||
HasAttribute returns a boolean if a field has been set.
|
||||
|
||||
### GetValue
|
||||
|
||||
`func (o *AccessProfileEntitlement) GetValue() string`
|
||||
|
||||
GetValue returns the Value field if non-nil, zero value otherwise.
|
||||
|
||||
### GetValueOk
|
||||
|
||||
`func (o *AccessProfileEntitlement) 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 *AccessProfileEntitlement) SetValue(v string)`
|
||||
|
||||
SetValue sets Value field to given value.
|
||||
|
||||
### HasValue
|
||||
|
||||
`func (o *AccessProfileEntitlement) HasValue() bool`
|
||||
|
||||
HasValue returns a boolean if a field has been set.
|
||||
|
||||
### GetStandalone
|
||||
|
||||
`func (o *AccessProfileEntitlement) GetStandalone() bool`
|
||||
|
||||
GetStandalone returns the Standalone field if non-nil, zero value otherwise.
|
||||
|
||||
### GetStandaloneOk
|
||||
|
||||
`func (o *AccessProfileEntitlement) 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 *AccessProfileEntitlement) SetStandalone(v bool)`
|
||||
|
||||
SetStandalone sets Standalone field to given value.
|
||||
|
||||
### HasStandalone
|
||||
|
||||
`func (o *AccessProfileEntitlement) HasStandalone() bool`
|
||||
|
||||
HasStandalone returns a boolean if a field has been set.
|
||||
|
||||
|
||||
@@ -1,116 +0,0 @@
|
||||
---
|
||||
id: v2024-access-profile-ref
|
||||
title: AccessProfileRef
|
||||
pagination_label: AccessProfileRef
|
||||
sidebar_label: AccessProfileRef
|
||||
sidebar_class_name: gosdk
|
||||
keywords: ['go', 'Golang', 'sdk', 'AccessProfileRef', 'V2024AccessProfileRef']
|
||||
slug: /tools/sdk/go/v2024/models/access-profile-ref
|
||||
tags: ['SDK', 'Software Development Kit', 'AccessProfileRef', 'V2024AccessProfileRef']
|
||||
---
|
||||
|
||||
# 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.
|
||||
|
||||
|
||||
@@ -1,256 +0,0 @@
|
||||
---
|
||||
id: v2024-access-profile-role
|
||||
title: AccessProfileRole
|
||||
pagination_label: AccessProfileRole
|
||||
sidebar_label: AccessProfileRole
|
||||
sidebar_class_name: gosdk
|
||||
keywords: ['go', 'Golang', 'sdk', 'AccessProfileRole', 'V2024AccessProfileRole']
|
||||
slug: /tools/sdk/go/v2024/models/access-profile-role
|
||||
tags: ['SDK', 'Software Development Kit', 'AccessProfileRole', 'V2024AccessProfileRole']
|
||||
---
|
||||
|
||||
# AccessProfileRole
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**Id** | Pointer to **string** | The unique ID of the referenced object. | [optional]
|
||||
**Name** | Pointer to **string** | The human readable name of the referenced object. | [optional]
|
||||
**DisplayName** | Pointer to **string** | | [optional]
|
||||
**Description** | Pointer to **NullableString** | Description of access item. | [optional]
|
||||
**Type** | Pointer to **string** | Type of the access item. | [optional]
|
||||
**Owner** | Pointer to [**DisplayReference**](display-reference) | | [optional]
|
||||
**Disabled** | Pointer to **bool** | | [optional]
|
||||
**Revocable** | Pointer to **bool** | | [optional]
|
||||
|
||||
## Methods
|
||||
|
||||
### NewAccessProfileRole
|
||||
|
||||
`func NewAccessProfileRole() *AccessProfileRole`
|
||||
|
||||
NewAccessProfileRole instantiates a new AccessProfileRole 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
|
||||
|
||||
### NewAccessProfileRoleWithDefaults
|
||||
|
||||
`func NewAccessProfileRoleWithDefaults() *AccessProfileRole`
|
||||
|
||||
NewAccessProfileRoleWithDefaults instantiates a new AccessProfileRole 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 *AccessProfileRole) GetId() string`
|
||||
|
||||
GetId returns the Id field if non-nil, zero value otherwise.
|
||||
|
||||
### GetIdOk
|
||||
|
||||
`func (o *AccessProfileRole) 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 *AccessProfileRole) SetId(v string)`
|
||||
|
||||
SetId sets Id field to given value.
|
||||
|
||||
### HasId
|
||||
|
||||
`func (o *AccessProfileRole) HasId() bool`
|
||||
|
||||
HasId returns a boolean if a field has been set.
|
||||
|
||||
### GetName
|
||||
|
||||
`func (o *AccessProfileRole) GetName() string`
|
||||
|
||||
GetName returns the Name field if non-nil, zero value otherwise.
|
||||
|
||||
### GetNameOk
|
||||
|
||||
`func (o *AccessProfileRole) 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 *AccessProfileRole) SetName(v string)`
|
||||
|
||||
SetName sets Name field to given value.
|
||||
|
||||
### HasName
|
||||
|
||||
`func (o *AccessProfileRole) HasName() bool`
|
||||
|
||||
HasName returns a boolean if a field has been set.
|
||||
|
||||
### GetDisplayName
|
||||
|
||||
`func (o *AccessProfileRole) GetDisplayName() string`
|
||||
|
||||
GetDisplayName returns the DisplayName field if non-nil, zero value otherwise.
|
||||
|
||||
### GetDisplayNameOk
|
||||
|
||||
`func (o *AccessProfileRole) 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 *AccessProfileRole) SetDisplayName(v string)`
|
||||
|
||||
SetDisplayName sets DisplayName field to given value.
|
||||
|
||||
### HasDisplayName
|
||||
|
||||
`func (o *AccessProfileRole) HasDisplayName() bool`
|
||||
|
||||
HasDisplayName returns a boolean if a field has been set.
|
||||
|
||||
### GetDescription
|
||||
|
||||
`func (o *AccessProfileRole) GetDescription() string`
|
||||
|
||||
GetDescription returns the Description field if non-nil, zero value otherwise.
|
||||
|
||||
### GetDescriptionOk
|
||||
|
||||
`func (o *AccessProfileRole) 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 *AccessProfileRole) SetDescription(v string)`
|
||||
|
||||
SetDescription sets Description field to given value.
|
||||
|
||||
### HasDescription
|
||||
|
||||
`func (o *AccessProfileRole) HasDescription() bool`
|
||||
|
||||
HasDescription returns a boolean if a field has been set.
|
||||
|
||||
### SetDescriptionNil
|
||||
|
||||
`func (o *AccessProfileRole) SetDescriptionNil(b bool)`
|
||||
|
||||
SetDescriptionNil sets the value for Description to be an explicit nil
|
||||
|
||||
### UnsetDescription
|
||||
`func (o *AccessProfileRole) UnsetDescription()`
|
||||
|
||||
UnsetDescription ensures that no value is present for Description, not even an explicit nil
|
||||
### GetType
|
||||
|
||||
`func (o *AccessProfileRole) GetType() string`
|
||||
|
||||
GetType returns the Type field if non-nil, zero value otherwise.
|
||||
|
||||
### GetTypeOk
|
||||
|
||||
`func (o *AccessProfileRole) 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 *AccessProfileRole) SetType(v string)`
|
||||
|
||||
SetType sets Type field to given value.
|
||||
|
||||
### HasType
|
||||
|
||||
`func (o *AccessProfileRole) HasType() bool`
|
||||
|
||||
HasType returns a boolean if a field has been set.
|
||||
|
||||
### GetOwner
|
||||
|
||||
`func (o *AccessProfileRole) GetOwner() DisplayReference`
|
||||
|
||||
GetOwner returns the Owner field if non-nil, zero value otherwise.
|
||||
|
||||
### GetOwnerOk
|
||||
|
||||
`func (o *AccessProfileRole) GetOwnerOk() (*DisplayReference, 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 *AccessProfileRole) SetOwner(v DisplayReference)`
|
||||
|
||||
SetOwner sets Owner field to given value.
|
||||
|
||||
### HasOwner
|
||||
|
||||
`func (o *AccessProfileRole) HasOwner() bool`
|
||||
|
||||
HasOwner returns a boolean if a field has been set.
|
||||
|
||||
### GetDisabled
|
||||
|
||||
`func (o *AccessProfileRole) GetDisabled() bool`
|
||||
|
||||
GetDisabled returns the Disabled field if non-nil, zero value otherwise.
|
||||
|
||||
### GetDisabledOk
|
||||
|
||||
`func (o *AccessProfileRole) 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 *AccessProfileRole) SetDisabled(v bool)`
|
||||
|
||||
SetDisabled sets Disabled field to given value.
|
||||
|
||||
### HasDisabled
|
||||
|
||||
`func (o *AccessProfileRole) HasDisabled() bool`
|
||||
|
||||
HasDisabled returns a boolean if a field has been set.
|
||||
|
||||
### GetRevocable
|
||||
|
||||
`func (o *AccessProfileRole) GetRevocable() bool`
|
||||
|
||||
GetRevocable returns the Revocable field if non-nil, zero value otherwise.
|
||||
|
||||
### GetRevocableOk
|
||||
|
||||
`func (o *AccessProfileRole) 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 *AccessProfileRole) SetRevocable(v bool)`
|
||||
|
||||
SetRevocable sets Revocable field to given value.
|
||||
|
||||
### HasRevocable
|
||||
|
||||
`func (o *AccessProfileRole) HasRevocable() bool`
|
||||
|
||||
HasRevocable returns a boolean if a field has been set.
|
||||
|
||||
|
||||
@@ -1,116 +0,0 @@
|
||||
---
|
||||
id: v2024-access-profile-source-ref
|
||||
title: AccessProfileSourceRef
|
||||
pagination_label: AccessProfileSourceRef
|
||||
sidebar_label: AccessProfileSourceRef
|
||||
sidebar_class_name: gosdk
|
||||
keywords: ['go', 'Golang', 'sdk', 'AccessProfileSourceRef', 'V2024AccessProfileSourceRef']
|
||||
slug: /tools/sdk/go/v2024/models/access-profile-source-ref
|
||||
tags: ['SDK', 'Software Development Kit', 'AccessProfileSourceRef', 'V2024AccessProfileSourceRef']
|
||||
---
|
||||
|
||||
# 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.
|
||||
|
||||
|
||||
@@ -1,256 +0,0 @@
|
||||
---
|
||||
id: v2024-access-profile-summary
|
||||
title: AccessProfileSummary
|
||||
pagination_label: AccessProfileSummary
|
||||
sidebar_label: AccessProfileSummary
|
||||
sidebar_class_name: gosdk
|
||||
keywords: ['go', 'Golang', 'sdk', 'AccessProfileSummary', 'V2024AccessProfileSummary']
|
||||
slug: /tools/sdk/go/v2024/models/access-profile-summary
|
||||
tags: ['SDK', 'Software Development Kit', 'AccessProfileSummary', 'V2024AccessProfileSummary']
|
||||
---
|
||||
|
||||
# AccessProfileSummary
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**Id** | Pointer to **string** | The unique ID of the referenced object. | [optional]
|
||||
**Name** | Pointer to **string** | The human readable name of the referenced object. | [optional]
|
||||
**DisplayName** | Pointer to **string** | | [optional]
|
||||
**Description** | Pointer to **NullableString** | Description of access item. | [optional]
|
||||
**Type** | Pointer to **string** | Type of the access item. | [optional]
|
||||
**Source** | Pointer to [**Reference**](reference) | | [optional]
|
||||
**Owner** | Pointer to [**DisplayReference**](display-reference) | | [optional]
|
||||
**Revocable** | Pointer to **bool** | | [optional]
|
||||
|
||||
## Methods
|
||||
|
||||
### NewAccessProfileSummary
|
||||
|
||||
`func NewAccessProfileSummary() *AccessProfileSummary`
|
||||
|
||||
NewAccessProfileSummary instantiates a new AccessProfileSummary 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
|
||||
|
||||
### NewAccessProfileSummaryWithDefaults
|
||||
|
||||
`func NewAccessProfileSummaryWithDefaults() *AccessProfileSummary`
|
||||
|
||||
NewAccessProfileSummaryWithDefaults instantiates a new AccessProfileSummary 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 *AccessProfileSummary) GetId() string`
|
||||
|
||||
GetId returns the Id field if non-nil, zero value otherwise.
|
||||
|
||||
### GetIdOk
|
||||
|
||||
`func (o *AccessProfileSummary) 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 *AccessProfileSummary) SetId(v string)`
|
||||
|
||||
SetId sets Id field to given value.
|
||||
|
||||
### HasId
|
||||
|
||||
`func (o *AccessProfileSummary) HasId() bool`
|
||||
|
||||
HasId returns a boolean if a field has been set.
|
||||
|
||||
### GetName
|
||||
|
||||
`func (o *AccessProfileSummary) GetName() string`
|
||||
|
||||
GetName returns the Name field if non-nil, zero value otherwise.
|
||||
|
||||
### GetNameOk
|
||||
|
||||
`func (o *AccessProfileSummary) 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 *AccessProfileSummary) SetName(v string)`
|
||||
|
||||
SetName sets Name field to given value.
|
||||
|
||||
### HasName
|
||||
|
||||
`func (o *AccessProfileSummary) HasName() bool`
|
||||
|
||||
HasName returns a boolean if a field has been set.
|
||||
|
||||
### GetDisplayName
|
||||
|
||||
`func (o *AccessProfileSummary) GetDisplayName() string`
|
||||
|
||||
GetDisplayName returns the DisplayName field if non-nil, zero value otherwise.
|
||||
|
||||
### GetDisplayNameOk
|
||||
|
||||
`func (o *AccessProfileSummary) 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 *AccessProfileSummary) SetDisplayName(v string)`
|
||||
|
||||
SetDisplayName sets DisplayName field to given value.
|
||||
|
||||
### HasDisplayName
|
||||
|
||||
`func (o *AccessProfileSummary) HasDisplayName() bool`
|
||||
|
||||
HasDisplayName returns a boolean if a field has been set.
|
||||
|
||||
### GetDescription
|
||||
|
||||
`func (o *AccessProfileSummary) GetDescription() string`
|
||||
|
||||
GetDescription returns the Description field if non-nil, zero value otherwise.
|
||||
|
||||
### GetDescriptionOk
|
||||
|
||||
`func (o *AccessProfileSummary) 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 *AccessProfileSummary) SetDescription(v string)`
|
||||
|
||||
SetDescription sets Description field to given value.
|
||||
|
||||
### HasDescription
|
||||
|
||||
`func (o *AccessProfileSummary) HasDescription() bool`
|
||||
|
||||
HasDescription returns a boolean if a field has been set.
|
||||
|
||||
### SetDescriptionNil
|
||||
|
||||
`func (o *AccessProfileSummary) SetDescriptionNil(b bool)`
|
||||
|
||||
SetDescriptionNil sets the value for Description to be an explicit nil
|
||||
|
||||
### UnsetDescription
|
||||
`func (o *AccessProfileSummary) UnsetDescription()`
|
||||
|
||||
UnsetDescription ensures that no value is present for Description, not even an explicit nil
|
||||
### GetType
|
||||
|
||||
`func (o *AccessProfileSummary) GetType() string`
|
||||
|
||||
GetType returns the Type field if non-nil, zero value otherwise.
|
||||
|
||||
### GetTypeOk
|
||||
|
||||
`func (o *AccessProfileSummary) 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 *AccessProfileSummary) SetType(v string)`
|
||||
|
||||
SetType sets Type field to given value.
|
||||
|
||||
### HasType
|
||||
|
||||
`func (o *AccessProfileSummary) HasType() bool`
|
||||
|
||||
HasType returns a boolean if a field has been set.
|
||||
|
||||
### GetSource
|
||||
|
||||
`func (o *AccessProfileSummary) GetSource() Reference`
|
||||
|
||||
GetSource returns the Source field if non-nil, zero value otherwise.
|
||||
|
||||
### GetSourceOk
|
||||
|
||||
`func (o *AccessProfileSummary) GetSourceOk() (*Reference, 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 *AccessProfileSummary) SetSource(v Reference)`
|
||||
|
||||
SetSource sets Source field to given value.
|
||||
|
||||
### HasSource
|
||||
|
||||
`func (o *AccessProfileSummary) HasSource() bool`
|
||||
|
||||
HasSource returns a boolean if a field has been set.
|
||||
|
||||
### GetOwner
|
||||
|
||||
`func (o *AccessProfileSummary) GetOwner() DisplayReference`
|
||||
|
||||
GetOwner returns the Owner field if non-nil, zero value otherwise.
|
||||
|
||||
### GetOwnerOk
|
||||
|
||||
`func (o *AccessProfileSummary) GetOwnerOk() (*DisplayReference, 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 *AccessProfileSummary) SetOwner(v DisplayReference)`
|
||||
|
||||
SetOwner sets Owner field to given value.
|
||||
|
||||
### HasOwner
|
||||
|
||||
`func (o *AccessProfileSummary) HasOwner() bool`
|
||||
|
||||
HasOwner returns a boolean if a field has been set.
|
||||
|
||||
### GetRevocable
|
||||
|
||||
`func (o *AccessProfileSummary) GetRevocable() bool`
|
||||
|
||||
GetRevocable returns the Revocable field if non-nil, zero value otherwise.
|
||||
|
||||
### GetRevocableOk
|
||||
|
||||
`func (o *AccessProfileSummary) 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 *AccessProfileSummary) SetRevocable(v bool)`
|
||||
|
||||
SetRevocable sets Revocable field to given value.
|
||||
|
||||
### HasRevocable
|
||||
|
||||
`func (o *AccessProfileSummary) HasRevocable() bool`
|
||||
|
||||
HasRevocable returns a boolean if a field has been set.
|
||||
|
||||
|
||||
@@ -1,127 +0,0 @@
|
||||
---
|
||||
id: v2024-access-profile-update-item
|
||||
title: AccessProfileUpdateItem
|
||||
pagination_label: AccessProfileUpdateItem
|
||||
sidebar_label: AccessProfileUpdateItem
|
||||
sidebar_class_name: gosdk
|
||||
keywords: ['go', 'Golang', 'sdk', 'AccessProfileUpdateItem', 'V2024AccessProfileUpdateItem']
|
||||
slug: /tools/sdk/go/v2024/models/access-profile-update-item
|
||||
tags: ['SDK', 'Software Development Kit', 'AccessProfileUpdateItem', 'V2024AccessProfileUpdateItem']
|
||||
---
|
||||
|
||||
# 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.
|
||||
|
||||
|
||||
@@ -1,90 +0,0 @@
|
||||
---
|
||||
id: v2024-access-profile-usage
|
||||
title: AccessProfileUsage
|
||||
pagination_label: AccessProfileUsage
|
||||
sidebar_label: AccessProfileUsage
|
||||
sidebar_class_name: gosdk
|
||||
keywords: ['go', 'Golang', 'sdk', 'AccessProfileUsage', 'V2024AccessProfileUsage']
|
||||
slug: /tools/sdk/go/v2024/models/access-profile-usage
|
||||
tags: ['SDK', 'Software Development Kit', 'AccessProfileUsage', 'V2024AccessProfileUsage']
|
||||
---
|
||||
|
||||
# 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.
|
||||
|
||||
|
||||
@@ -1,116 +0,0 @@
|
||||
---
|
||||
id: v2024-access-profile-usage-used-by-inner
|
||||
title: AccessProfileUsageUsedByInner
|
||||
pagination_label: AccessProfileUsageUsedByInner
|
||||
sidebar_label: AccessProfileUsageUsedByInner
|
||||
sidebar_class_name: gosdk
|
||||
keywords: ['go', 'Golang', 'sdk', 'AccessProfileUsageUsedByInner', 'V2024AccessProfileUsageUsedByInner']
|
||||
slug: /tools/sdk/go/v2024/models/access-profile-usage-used-by-inner
|
||||
tags: ['SDK', 'Software Development Kit', 'AccessProfileUsageUsedByInner', 'V2024AccessProfileUsageUsedByInner']
|
||||
---
|
||||
|
||||
# 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.
|
||||
|
||||
|
||||
@@ -1,64 +0,0 @@
|
||||
---
|
||||
id: v2024-access-recommendation-message
|
||||
title: AccessRecommendationMessage
|
||||
pagination_label: AccessRecommendationMessage
|
||||
sidebar_label: AccessRecommendationMessage
|
||||
sidebar_class_name: gosdk
|
||||
keywords: ['go', 'Golang', 'sdk', 'AccessRecommendationMessage', 'V2024AccessRecommendationMessage']
|
||||
slug: /tools/sdk/go/v2024/models/access-recommendation-message
|
||||
tags: ['SDK', 'Software Development Kit', 'AccessRecommendationMessage', 'V2024AccessRecommendationMessage']
|
||||
---
|
||||
|
||||
# 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.
|
||||
|
||||
|
||||
@@ -1,142 +0,0 @@
|
||||
---
|
||||
id: v2024-access-request
|
||||
title: AccessRequest
|
||||
pagination_label: AccessRequest
|
||||
sidebar_label: AccessRequest
|
||||
sidebar_class_name: gosdk
|
||||
keywords: ['go', 'Golang', 'sdk', 'AccessRequest', 'V2024AccessRequest']
|
||||
slug: /tools/sdk/go/v2024/models/access-request
|
||||
tags: ['SDK', 'Software Development Kit', 'AccessRequest', 'V2024AccessRequest']
|
||||
---
|
||||
|
||||
# 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.
|
||||
|
||||
|
||||
@@ -1,798 +0,0 @@
|
||||
---
|
||||
id: v2024-access-request-admin-item-status
|
||||
title: AccessRequestAdminItemStatus
|
||||
pagination_label: AccessRequestAdminItemStatus
|
||||
sidebar_label: AccessRequestAdminItemStatus
|
||||
sidebar_class_name: gosdk
|
||||
keywords: ['go', 'Golang', 'sdk', 'AccessRequestAdminItemStatus', 'V2024AccessRequestAdminItemStatus']
|
||||
slug: /tools/sdk/go/v2024/models/access-request-admin-item-status
|
||||
tags: ['SDK', 'Software Development Kit', 'AccessRequestAdminItemStatus', 'V2024AccessRequestAdminItemStatus']
|
||||
---
|
||||
|
||||
# AccessRequestAdminItemStatus
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**Id** | Pointer to **NullableString** | ID of the access request. This is a new property as of 2025. Older access requests may not have an ID. | [optional]
|
||||
**Name** | Pointer to **NullableString** | Human-readable display name of the item being requested. | [optional]
|
||||
**Type** | Pointer to **NullableString** | Type of requested object. | [optional]
|
||||
**CancelledRequestDetails** | Pointer to [**RequestedItemStatusCancelledRequestDetails**](requested-item-status-cancelled-request-details) | | [optional]
|
||||
**ErrorMessages** | Pointer to [**[][]ErrorMessageDto**](error-message-dto) | List of localized error messages, if any, encountered during the approval/provisioning process. | [optional]
|
||||
**State** | Pointer to [**RequestedItemStatusRequestState**](requested-item-status-request-state) | | [optional]
|
||||
**ApprovalDetails** | Pointer to [**[]ApprovalStatusDto**](approval-status-dto) | Approval details for each item. | [optional]
|
||||
**ManualWorkItemDetails** | Pointer to [**[]ManualWorkItemDetails**](manual-work-item-details) | Manual work items created for provisioning the item. | [optional]
|
||||
**AccountActivityItemId** | Pointer to **string** | Id of associated account activity item. | [optional]
|
||||
**RequestType** | Pointer to [**NullableAccessRequestType**](access-request-type) | | [optional]
|
||||
**Modified** | Pointer to **NullableTime** | When the request was last modified. | [optional]
|
||||
**Created** | Pointer to **time.Time** | When the request was created. | [optional]
|
||||
**Requester** | Pointer to [**AccessItemRequester**](access-item-requester) | | [optional]
|
||||
**RequestedFor** | Pointer to [**RequestedItemStatusRequestedFor**](requested-item-status-requested-for) | | [optional]
|
||||
**RequesterComment** | Pointer to [**RequestedItemStatusRequesterComment**](requested-item-status-requester-comment) | | [optional]
|
||||
**SodViolationContext** | Pointer to [**RequestedItemStatusSodViolationContext**](requested-item-status-sod-violation-context) | | [optional]
|
||||
**ProvisioningDetails** | Pointer to [**RequestedItemStatusProvisioningDetails**](requested-item-status-provisioning-details) | | [optional]
|
||||
**PreApprovalTriggerDetails** | Pointer to [**RequestedItemStatusPreApprovalTriggerDetails**](requested-item-status-pre-approval-trigger-details) | | [optional]
|
||||
**AccessRequestPhases** | Pointer to [**[]AccessRequestPhases**](access-request-phases) | A list of Phases that the Access Request has gone through in order, to help determine the status of the request. | [optional]
|
||||
**Description** | Pointer to **NullableString** | Description associated to the requested object. | [optional]
|
||||
**RemoveDate** | Pointer to **NullableTime** | When the role access is scheduled for removal. | [optional]
|
||||
**Cancelable** | Pointer to **bool** | True if the request can be canceled. | [optional] [default to false]
|
||||
**ReauthorizationRequired** | Pointer to **bool** | True if re-auth is required. | [optional] [default to false]
|
||||
**AccessRequestId** | Pointer to **string** | This is the account activity id. | [optional]
|
||||
**ClientMetadata** | Pointer to **map[string]string** | Arbitrary key-value pairs, if any were included in the corresponding access request | [optional]
|
||||
|
||||
## Methods
|
||||
|
||||
### NewAccessRequestAdminItemStatus
|
||||
|
||||
`func NewAccessRequestAdminItemStatus() *AccessRequestAdminItemStatus`
|
||||
|
||||
NewAccessRequestAdminItemStatus instantiates a new AccessRequestAdminItemStatus 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
|
||||
|
||||
### NewAccessRequestAdminItemStatusWithDefaults
|
||||
|
||||
`func NewAccessRequestAdminItemStatusWithDefaults() *AccessRequestAdminItemStatus`
|
||||
|
||||
NewAccessRequestAdminItemStatusWithDefaults instantiates a new AccessRequestAdminItemStatus 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 *AccessRequestAdminItemStatus) GetId() string`
|
||||
|
||||
GetId returns the Id field if non-nil, zero value otherwise.
|
||||
|
||||
### GetIdOk
|
||||
|
||||
`func (o *AccessRequestAdminItemStatus) 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 *AccessRequestAdminItemStatus) SetId(v string)`
|
||||
|
||||
SetId sets Id field to given value.
|
||||
|
||||
### HasId
|
||||
|
||||
`func (o *AccessRequestAdminItemStatus) HasId() bool`
|
||||
|
||||
HasId returns a boolean if a field has been set.
|
||||
|
||||
### SetIdNil
|
||||
|
||||
`func (o *AccessRequestAdminItemStatus) SetIdNil(b bool)`
|
||||
|
||||
SetIdNil sets the value for Id to be an explicit nil
|
||||
|
||||
### UnsetId
|
||||
`func (o *AccessRequestAdminItemStatus) UnsetId()`
|
||||
|
||||
UnsetId ensures that no value is present for Id, not even an explicit nil
|
||||
### GetName
|
||||
|
||||
`func (o *AccessRequestAdminItemStatus) GetName() string`
|
||||
|
||||
GetName returns the Name field if non-nil, zero value otherwise.
|
||||
|
||||
### GetNameOk
|
||||
|
||||
`func (o *AccessRequestAdminItemStatus) 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 *AccessRequestAdminItemStatus) SetName(v string)`
|
||||
|
||||
SetName sets Name field to given value.
|
||||
|
||||
### HasName
|
||||
|
||||
`func (o *AccessRequestAdminItemStatus) HasName() bool`
|
||||
|
||||
HasName returns a boolean if a field has been set.
|
||||
|
||||
### SetNameNil
|
||||
|
||||
`func (o *AccessRequestAdminItemStatus) SetNameNil(b bool)`
|
||||
|
||||
SetNameNil sets the value for Name to be an explicit nil
|
||||
|
||||
### UnsetName
|
||||
`func (o *AccessRequestAdminItemStatus) UnsetName()`
|
||||
|
||||
UnsetName ensures that no value is present for Name, not even an explicit nil
|
||||
### GetType
|
||||
|
||||
`func (o *AccessRequestAdminItemStatus) GetType() string`
|
||||
|
||||
GetType returns the Type field if non-nil, zero value otherwise.
|
||||
|
||||
### GetTypeOk
|
||||
|
||||
`func (o *AccessRequestAdminItemStatus) 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 *AccessRequestAdminItemStatus) SetType(v string)`
|
||||
|
||||
SetType sets Type field to given value.
|
||||
|
||||
### HasType
|
||||
|
||||
`func (o *AccessRequestAdminItemStatus) HasType() bool`
|
||||
|
||||
HasType returns a boolean if a field has been set.
|
||||
|
||||
### SetTypeNil
|
||||
|
||||
`func (o *AccessRequestAdminItemStatus) SetTypeNil(b bool)`
|
||||
|
||||
SetTypeNil sets the value for Type to be an explicit nil
|
||||
|
||||
### UnsetType
|
||||
`func (o *AccessRequestAdminItemStatus) UnsetType()`
|
||||
|
||||
UnsetType ensures that no value is present for Type, not even an explicit nil
|
||||
### GetCancelledRequestDetails
|
||||
|
||||
`func (o *AccessRequestAdminItemStatus) GetCancelledRequestDetails() RequestedItemStatusCancelledRequestDetails`
|
||||
|
||||
GetCancelledRequestDetails returns the CancelledRequestDetails field if non-nil, zero value otherwise.
|
||||
|
||||
### GetCancelledRequestDetailsOk
|
||||
|
||||
`func (o *AccessRequestAdminItemStatus) GetCancelledRequestDetailsOk() (*RequestedItemStatusCancelledRequestDetails, bool)`
|
||||
|
||||
GetCancelledRequestDetailsOk returns a tuple with the CancelledRequestDetails field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetCancelledRequestDetails
|
||||
|
||||
`func (o *AccessRequestAdminItemStatus) SetCancelledRequestDetails(v RequestedItemStatusCancelledRequestDetails)`
|
||||
|
||||
SetCancelledRequestDetails sets CancelledRequestDetails field to given value.
|
||||
|
||||
### HasCancelledRequestDetails
|
||||
|
||||
`func (o *AccessRequestAdminItemStatus) HasCancelledRequestDetails() bool`
|
||||
|
||||
HasCancelledRequestDetails returns a boolean if a field has been set.
|
||||
|
||||
### GetErrorMessages
|
||||
|
||||
`func (o *AccessRequestAdminItemStatus) GetErrorMessages() [][]ErrorMessageDto`
|
||||
|
||||
GetErrorMessages returns the ErrorMessages field if non-nil, zero value otherwise.
|
||||
|
||||
### GetErrorMessagesOk
|
||||
|
||||
`func (o *AccessRequestAdminItemStatus) GetErrorMessagesOk() (*[][]ErrorMessageDto, bool)`
|
||||
|
||||
GetErrorMessagesOk returns a tuple with the ErrorMessages field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetErrorMessages
|
||||
|
||||
`func (o *AccessRequestAdminItemStatus) SetErrorMessages(v [][]ErrorMessageDto)`
|
||||
|
||||
SetErrorMessages sets ErrorMessages field to given value.
|
||||
|
||||
### HasErrorMessages
|
||||
|
||||
`func (o *AccessRequestAdminItemStatus) HasErrorMessages() bool`
|
||||
|
||||
HasErrorMessages returns a boolean if a field has been set.
|
||||
|
||||
### SetErrorMessagesNil
|
||||
|
||||
`func (o *AccessRequestAdminItemStatus) SetErrorMessagesNil(b bool)`
|
||||
|
||||
SetErrorMessagesNil sets the value for ErrorMessages to be an explicit nil
|
||||
|
||||
### UnsetErrorMessages
|
||||
`func (o *AccessRequestAdminItemStatus) UnsetErrorMessages()`
|
||||
|
||||
UnsetErrorMessages ensures that no value is present for ErrorMessages, not even an explicit nil
|
||||
### GetState
|
||||
|
||||
`func (o *AccessRequestAdminItemStatus) GetState() RequestedItemStatusRequestState`
|
||||
|
||||
GetState returns the State field if non-nil, zero value otherwise.
|
||||
|
||||
### GetStateOk
|
||||
|
||||
`func (o *AccessRequestAdminItemStatus) GetStateOk() (*RequestedItemStatusRequestState, 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 *AccessRequestAdminItemStatus) SetState(v RequestedItemStatusRequestState)`
|
||||
|
||||
SetState sets State field to given value.
|
||||
|
||||
### HasState
|
||||
|
||||
`func (o *AccessRequestAdminItemStatus) HasState() bool`
|
||||
|
||||
HasState returns a boolean if a field has been set.
|
||||
|
||||
### GetApprovalDetails
|
||||
|
||||
`func (o *AccessRequestAdminItemStatus) GetApprovalDetails() []ApprovalStatusDto`
|
||||
|
||||
GetApprovalDetails returns the ApprovalDetails field if non-nil, zero value otherwise.
|
||||
|
||||
### GetApprovalDetailsOk
|
||||
|
||||
`func (o *AccessRequestAdminItemStatus) GetApprovalDetailsOk() (*[]ApprovalStatusDto, bool)`
|
||||
|
||||
GetApprovalDetailsOk returns a tuple with the ApprovalDetails field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetApprovalDetails
|
||||
|
||||
`func (o *AccessRequestAdminItemStatus) SetApprovalDetails(v []ApprovalStatusDto)`
|
||||
|
||||
SetApprovalDetails sets ApprovalDetails field to given value.
|
||||
|
||||
### HasApprovalDetails
|
||||
|
||||
`func (o *AccessRequestAdminItemStatus) HasApprovalDetails() bool`
|
||||
|
||||
HasApprovalDetails returns a boolean if a field has been set.
|
||||
|
||||
### GetManualWorkItemDetails
|
||||
|
||||
`func (o *AccessRequestAdminItemStatus) GetManualWorkItemDetails() []ManualWorkItemDetails`
|
||||
|
||||
GetManualWorkItemDetails returns the ManualWorkItemDetails field if non-nil, zero value otherwise.
|
||||
|
||||
### GetManualWorkItemDetailsOk
|
||||
|
||||
`func (o *AccessRequestAdminItemStatus) GetManualWorkItemDetailsOk() (*[]ManualWorkItemDetails, bool)`
|
||||
|
||||
GetManualWorkItemDetailsOk returns a tuple with the ManualWorkItemDetails field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetManualWorkItemDetails
|
||||
|
||||
`func (o *AccessRequestAdminItemStatus) SetManualWorkItemDetails(v []ManualWorkItemDetails)`
|
||||
|
||||
SetManualWorkItemDetails sets ManualWorkItemDetails field to given value.
|
||||
|
||||
### HasManualWorkItemDetails
|
||||
|
||||
`func (o *AccessRequestAdminItemStatus) HasManualWorkItemDetails() bool`
|
||||
|
||||
HasManualWorkItemDetails returns a boolean if a field has been set.
|
||||
|
||||
### SetManualWorkItemDetailsNil
|
||||
|
||||
`func (o *AccessRequestAdminItemStatus) SetManualWorkItemDetailsNil(b bool)`
|
||||
|
||||
SetManualWorkItemDetailsNil sets the value for ManualWorkItemDetails to be an explicit nil
|
||||
|
||||
### UnsetManualWorkItemDetails
|
||||
`func (o *AccessRequestAdminItemStatus) UnsetManualWorkItemDetails()`
|
||||
|
||||
UnsetManualWorkItemDetails ensures that no value is present for ManualWorkItemDetails, not even an explicit nil
|
||||
### GetAccountActivityItemId
|
||||
|
||||
`func (o *AccessRequestAdminItemStatus) GetAccountActivityItemId() string`
|
||||
|
||||
GetAccountActivityItemId returns the AccountActivityItemId field if non-nil, zero value otherwise.
|
||||
|
||||
### GetAccountActivityItemIdOk
|
||||
|
||||
`func (o *AccessRequestAdminItemStatus) GetAccountActivityItemIdOk() (*string, bool)`
|
||||
|
||||
GetAccountActivityItemIdOk returns a tuple with the AccountActivityItemId field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetAccountActivityItemId
|
||||
|
||||
`func (o *AccessRequestAdminItemStatus) SetAccountActivityItemId(v string)`
|
||||
|
||||
SetAccountActivityItemId sets AccountActivityItemId field to given value.
|
||||
|
||||
### HasAccountActivityItemId
|
||||
|
||||
`func (o *AccessRequestAdminItemStatus) HasAccountActivityItemId() bool`
|
||||
|
||||
HasAccountActivityItemId returns a boolean if a field has been set.
|
||||
|
||||
### GetRequestType
|
||||
|
||||
`func (o *AccessRequestAdminItemStatus) GetRequestType() AccessRequestType`
|
||||
|
||||
GetRequestType returns the RequestType field if non-nil, zero value otherwise.
|
||||
|
||||
### GetRequestTypeOk
|
||||
|
||||
`func (o *AccessRequestAdminItemStatus) 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 *AccessRequestAdminItemStatus) SetRequestType(v AccessRequestType)`
|
||||
|
||||
SetRequestType sets RequestType field to given value.
|
||||
|
||||
### HasRequestType
|
||||
|
||||
`func (o *AccessRequestAdminItemStatus) HasRequestType() bool`
|
||||
|
||||
HasRequestType returns a boolean if a field has been set.
|
||||
|
||||
### SetRequestTypeNil
|
||||
|
||||
`func (o *AccessRequestAdminItemStatus) SetRequestTypeNil(b bool)`
|
||||
|
||||
SetRequestTypeNil sets the value for RequestType to be an explicit nil
|
||||
|
||||
### UnsetRequestType
|
||||
`func (o *AccessRequestAdminItemStatus) UnsetRequestType()`
|
||||
|
||||
UnsetRequestType ensures that no value is present for RequestType, not even an explicit nil
|
||||
### GetModified
|
||||
|
||||
`func (o *AccessRequestAdminItemStatus) GetModified() time.Time`
|
||||
|
||||
GetModified returns the Modified field if non-nil, zero value otherwise.
|
||||
|
||||
### GetModifiedOk
|
||||
|
||||
`func (o *AccessRequestAdminItemStatus) 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 *AccessRequestAdminItemStatus) SetModified(v time.Time)`
|
||||
|
||||
SetModified sets Modified field to given value.
|
||||
|
||||
### HasModified
|
||||
|
||||
`func (o *AccessRequestAdminItemStatus) HasModified() bool`
|
||||
|
||||
HasModified returns a boolean if a field has been set.
|
||||
|
||||
### SetModifiedNil
|
||||
|
||||
`func (o *AccessRequestAdminItemStatus) SetModifiedNil(b bool)`
|
||||
|
||||
SetModifiedNil sets the value for Modified to be an explicit nil
|
||||
|
||||
### UnsetModified
|
||||
`func (o *AccessRequestAdminItemStatus) UnsetModified()`
|
||||
|
||||
UnsetModified ensures that no value is present for Modified, not even an explicit nil
|
||||
### GetCreated
|
||||
|
||||
`func (o *AccessRequestAdminItemStatus) GetCreated() time.Time`
|
||||
|
||||
GetCreated returns the Created field if non-nil, zero value otherwise.
|
||||
|
||||
### GetCreatedOk
|
||||
|
||||
`func (o *AccessRequestAdminItemStatus) 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 *AccessRequestAdminItemStatus) SetCreated(v time.Time)`
|
||||
|
||||
SetCreated sets Created field to given value.
|
||||
|
||||
### HasCreated
|
||||
|
||||
`func (o *AccessRequestAdminItemStatus) HasCreated() bool`
|
||||
|
||||
HasCreated returns a boolean if a field has been set.
|
||||
|
||||
### GetRequester
|
||||
|
||||
`func (o *AccessRequestAdminItemStatus) GetRequester() AccessItemRequester`
|
||||
|
||||
GetRequester returns the Requester field if non-nil, zero value otherwise.
|
||||
|
||||
### GetRequesterOk
|
||||
|
||||
`func (o *AccessRequestAdminItemStatus) GetRequesterOk() (*AccessItemRequester, bool)`
|
||||
|
||||
GetRequesterOk returns a tuple with the Requester field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetRequester
|
||||
|
||||
`func (o *AccessRequestAdminItemStatus) SetRequester(v AccessItemRequester)`
|
||||
|
||||
SetRequester sets Requester field to given value.
|
||||
|
||||
### HasRequester
|
||||
|
||||
`func (o *AccessRequestAdminItemStatus) HasRequester() bool`
|
||||
|
||||
HasRequester returns a boolean if a field has been set.
|
||||
|
||||
### GetRequestedFor
|
||||
|
||||
`func (o *AccessRequestAdminItemStatus) GetRequestedFor() RequestedItemStatusRequestedFor`
|
||||
|
||||
GetRequestedFor returns the RequestedFor field if non-nil, zero value otherwise.
|
||||
|
||||
### GetRequestedForOk
|
||||
|
||||
`func (o *AccessRequestAdminItemStatus) GetRequestedForOk() (*RequestedItemStatusRequestedFor, 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 *AccessRequestAdminItemStatus) SetRequestedFor(v RequestedItemStatusRequestedFor)`
|
||||
|
||||
SetRequestedFor sets RequestedFor field to given value.
|
||||
|
||||
### HasRequestedFor
|
||||
|
||||
`func (o *AccessRequestAdminItemStatus) HasRequestedFor() bool`
|
||||
|
||||
HasRequestedFor returns a boolean if a field has been set.
|
||||
|
||||
### GetRequesterComment
|
||||
|
||||
`func (o *AccessRequestAdminItemStatus) GetRequesterComment() RequestedItemStatusRequesterComment`
|
||||
|
||||
GetRequesterComment returns the RequesterComment field if non-nil, zero value otherwise.
|
||||
|
||||
### GetRequesterCommentOk
|
||||
|
||||
`func (o *AccessRequestAdminItemStatus) GetRequesterCommentOk() (*RequestedItemStatusRequesterComment, 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 *AccessRequestAdminItemStatus) SetRequesterComment(v RequestedItemStatusRequesterComment)`
|
||||
|
||||
SetRequesterComment sets RequesterComment field to given value.
|
||||
|
||||
### HasRequesterComment
|
||||
|
||||
`func (o *AccessRequestAdminItemStatus) HasRequesterComment() bool`
|
||||
|
||||
HasRequesterComment returns a boolean if a field has been set.
|
||||
|
||||
### GetSodViolationContext
|
||||
|
||||
`func (o *AccessRequestAdminItemStatus) GetSodViolationContext() RequestedItemStatusSodViolationContext`
|
||||
|
||||
GetSodViolationContext returns the SodViolationContext field if non-nil, zero value otherwise.
|
||||
|
||||
### GetSodViolationContextOk
|
||||
|
||||
`func (o *AccessRequestAdminItemStatus) GetSodViolationContextOk() (*RequestedItemStatusSodViolationContext, bool)`
|
||||
|
||||
GetSodViolationContextOk returns a tuple with the SodViolationContext field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetSodViolationContext
|
||||
|
||||
`func (o *AccessRequestAdminItemStatus) SetSodViolationContext(v RequestedItemStatusSodViolationContext)`
|
||||
|
||||
SetSodViolationContext sets SodViolationContext field to given value.
|
||||
|
||||
### HasSodViolationContext
|
||||
|
||||
`func (o *AccessRequestAdminItemStatus) HasSodViolationContext() bool`
|
||||
|
||||
HasSodViolationContext returns a boolean if a field has been set.
|
||||
|
||||
### GetProvisioningDetails
|
||||
|
||||
`func (o *AccessRequestAdminItemStatus) GetProvisioningDetails() RequestedItemStatusProvisioningDetails`
|
||||
|
||||
GetProvisioningDetails returns the ProvisioningDetails field if non-nil, zero value otherwise.
|
||||
|
||||
### GetProvisioningDetailsOk
|
||||
|
||||
`func (o *AccessRequestAdminItemStatus) GetProvisioningDetailsOk() (*RequestedItemStatusProvisioningDetails, bool)`
|
||||
|
||||
GetProvisioningDetailsOk returns a tuple with the ProvisioningDetails field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetProvisioningDetails
|
||||
|
||||
`func (o *AccessRequestAdminItemStatus) SetProvisioningDetails(v RequestedItemStatusProvisioningDetails)`
|
||||
|
||||
SetProvisioningDetails sets ProvisioningDetails field to given value.
|
||||
|
||||
### HasProvisioningDetails
|
||||
|
||||
`func (o *AccessRequestAdminItemStatus) HasProvisioningDetails() bool`
|
||||
|
||||
HasProvisioningDetails returns a boolean if a field has been set.
|
||||
|
||||
### GetPreApprovalTriggerDetails
|
||||
|
||||
`func (o *AccessRequestAdminItemStatus) GetPreApprovalTriggerDetails() RequestedItemStatusPreApprovalTriggerDetails`
|
||||
|
||||
GetPreApprovalTriggerDetails returns the PreApprovalTriggerDetails field if non-nil, zero value otherwise.
|
||||
|
||||
### GetPreApprovalTriggerDetailsOk
|
||||
|
||||
`func (o *AccessRequestAdminItemStatus) GetPreApprovalTriggerDetailsOk() (*RequestedItemStatusPreApprovalTriggerDetails, bool)`
|
||||
|
||||
GetPreApprovalTriggerDetailsOk returns a tuple with the PreApprovalTriggerDetails field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetPreApprovalTriggerDetails
|
||||
|
||||
`func (o *AccessRequestAdminItemStatus) SetPreApprovalTriggerDetails(v RequestedItemStatusPreApprovalTriggerDetails)`
|
||||
|
||||
SetPreApprovalTriggerDetails sets PreApprovalTriggerDetails field to given value.
|
||||
|
||||
### HasPreApprovalTriggerDetails
|
||||
|
||||
`func (o *AccessRequestAdminItemStatus) HasPreApprovalTriggerDetails() bool`
|
||||
|
||||
HasPreApprovalTriggerDetails returns a boolean if a field has been set.
|
||||
|
||||
### GetAccessRequestPhases
|
||||
|
||||
`func (o *AccessRequestAdminItemStatus) GetAccessRequestPhases() []AccessRequestPhases`
|
||||
|
||||
GetAccessRequestPhases returns the AccessRequestPhases field if non-nil, zero value otherwise.
|
||||
|
||||
### GetAccessRequestPhasesOk
|
||||
|
||||
`func (o *AccessRequestAdminItemStatus) GetAccessRequestPhasesOk() (*[]AccessRequestPhases, bool)`
|
||||
|
||||
GetAccessRequestPhasesOk returns a tuple with the AccessRequestPhases field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetAccessRequestPhases
|
||||
|
||||
`func (o *AccessRequestAdminItemStatus) SetAccessRequestPhases(v []AccessRequestPhases)`
|
||||
|
||||
SetAccessRequestPhases sets AccessRequestPhases field to given value.
|
||||
|
||||
### HasAccessRequestPhases
|
||||
|
||||
`func (o *AccessRequestAdminItemStatus) HasAccessRequestPhases() bool`
|
||||
|
||||
HasAccessRequestPhases returns a boolean if a field has been set.
|
||||
|
||||
### SetAccessRequestPhasesNil
|
||||
|
||||
`func (o *AccessRequestAdminItemStatus) SetAccessRequestPhasesNil(b bool)`
|
||||
|
||||
SetAccessRequestPhasesNil sets the value for AccessRequestPhases to be an explicit nil
|
||||
|
||||
### UnsetAccessRequestPhases
|
||||
`func (o *AccessRequestAdminItemStatus) UnsetAccessRequestPhases()`
|
||||
|
||||
UnsetAccessRequestPhases ensures that no value is present for AccessRequestPhases, not even an explicit nil
|
||||
### GetDescription
|
||||
|
||||
`func (o *AccessRequestAdminItemStatus) GetDescription() string`
|
||||
|
||||
GetDescription returns the Description field if non-nil, zero value otherwise.
|
||||
|
||||
### GetDescriptionOk
|
||||
|
||||
`func (o *AccessRequestAdminItemStatus) 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 *AccessRequestAdminItemStatus) SetDescription(v string)`
|
||||
|
||||
SetDescription sets Description field to given value.
|
||||
|
||||
### HasDescription
|
||||
|
||||
`func (o *AccessRequestAdminItemStatus) HasDescription() bool`
|
||||
|
||||
HasDescription returns a boolean if a field has been set.
|
||||
|
||||
### SetDescriptionNil
|
||||
|
||||
`func (o *AccessRequestAdminItemStatus) SetDescriptionNil(b bool)`
|
||||
|
||||
SetDescriptionNil sets the value for Description to be an explicit nil
|
||||
|
||||
### UnsetDescription
|
||||
`func (o *AccessRequestAdminItemStatus) UnsetDescription()`
|
||||
|
||||
UnsetDescription ensures that no value is present for Description, not even an explicit nil
|
||||
### GetRemoveDate
|
||||
|
||||
`func (o *AccessRequestAdminItemStatus) GetRemoveDate() time.Time`
|
||||
|
||||
GetRemoveDate returns the RemoveDate field if non-nil, zero value otherwise.
|
||||
|
||||
### GetRemoveDateOk
|
||||
|
||||
`func (o *AccessRequestAdminItemStatus) 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 *AccessRequestAdminItemStatus) SetRemoveDate(v time.Time)`
|
||||
|
||||
SetRemoveDate sets RemoveDate field to given value.
|
||||
|
||||
### HasRemoveDate
|
||||
|
||||
`func (o *AccessRequestAdminItemStatus) HasRemoveDate() bool`
|
||||
|
||||
HasRemoveDate returns a boolean if a field has been set.
|
||||
|
||||
### SetRemoveDateNil
|
||||
|
||||
`func (o *AccessRequestAdminItemStatus) SetRemoveDateNil(b bool)`
|
||||
|
||||
SetRemoveDateNil sets the value for RemoveDate to be an explicit nil
|
||||
|
||||
### UnsetRemoveDate
|
||||
`func (o *AccessRequestAdminItemStatus) UnsetRemoveDate()`
|
||||
|
||||
UnsetRemoveDate ensures that no value is present for RemoveDate, not even an explicit nil
|
||||
### GetCancelable
|
||||
|
||||
`func (o *AccessRequestAdminItemStatus) GetCancelable() bool`
|
||||
|
||||
GetCancelable returns the Cancelable field if non-nil, zero value otherwise.
|
||||
|
||||
### GetCancelableOk
|
||||
|
||||
`func (o *AccessRequestAdminItemStatus) GetCancelableOk() (*bool, bool)`
|
||||
|
||||
GetCancelableOk returns a tuple with the Cancelable field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetCancelable
|
||||
|
||||
`func (o *AccessRequestAdminItemStatus) SetCancelable(v bool)`
|
||||
|
||||
SetCancelable sets Cancelable field to given value.
|
||||
|
||||
### HasCancelable
|
||||
|
||||
`func (o *AccessRequestAdminItemStatus) HasCancelable() bool`
|
||||
|
||||
HasCancelable returns a boolean if a field has been set.
|
||||
|
||||
### GetReauthorizationRequired
|
||||
|
||||
`func (o *AccessRequestAdminItemStatus) GetReauthorizationRequired() bool`
|
||||
|
||||
GetReauthorizationRequired returns the ReauthorizationRequired field if non-nil, zero value otherwise.
|
||||
|
||||
### GetReauthorizationRequiredOk
|
||||
|
||||
`func (o *AccessRequestAdminItemStatus) GetReauthorizationRequiredOk() (*bool, bool)`
|
||||
|
||||
GetReauthorizationRequiredOk returns a tuple with the ReauthorizationRequired field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetReauthorizationRequired
|
||||
|
||||
`func (o *AccessRequestAdminItemStatus) SetReauthorizationRequired(v bool)`
|
||||
|
||||
SetReauthorizationRequired sets ReauthorizationRequired field to given value.
|
||||
|
||||
### HasReauthorizationRequired
|
||||
|
||||
`func (o *AccessRequestAdminItemStatus) HasReauthorizationRequired() bool`
|
||||
|
||||
HasReauthorizationRequired returns a boolean if a field has been set.
|
||||
|
||||
### GetAccessRequestId
|
||||
|
||||
`func (o *AccessRequestAdminItemStatus) GetAccessRequestId() string`
|
||||
|
||||
GetAccessRequestId returns the AccessRequestId field if non-nil, zero value otherwise.
|
||||
|
||||
### GetAccessRequestIdOk
|
||||
|
||||
`func (o *AccessRequestAdminItemStatus) 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 *AccessRequestAdminItemStatus) SetAccessRequestId(v string)`
|
||||
|
||||
SetAccessRequestId sets AccessRequestId field to given value.
|
||||
|
||||
### HasAccessRequestId
|
||||
|
||||
`func (o *AccessRequestAdminItemStatus) HasAccessRequestId() bool`
|
||||
|
||||
HasAccessRequestId returns a boolean if a field has been set.
|
||||
|
||||
### GetClientMetadata
|
||||
|
||||
`func (o *AccessRequestAdminItemStatus) GetClientMetadata() map[string]string`
|
||||
|
||||
GetClientMetadata returns the ClientMetadata field if non-nil, zero value otherwise.
|
||||
|
||||
### GetClientMetadataOk
|
||||
|
||||
`func (o *AccessRequestAdminItemStatus) 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 *AccessRequestAdminItemStatus) SetClientMetadata(v map[string]string)`
|
||||
|
||||
SetClientMetadata sets ClientMetadata field to given value.
|
||||
|
||||
### HasClientMetadata
|
||||
|
||||
`func (o *AccessRequestAdminItemStatus) HasClientMetadata() bool`
|
||||
|
||||
HasClientMetadata returns a boolean if a field has been set.
|
||||
|
||||
### SetClientMetadataNil
|
||||
|
||||
`func (o *AccessRequestAdminItemStatus) SetClientMetadataNil(b bool)`
|
||||
|
||||
SetClientMetadataNil sets the value for ClientMetadata to be an explicit nil
|
||||
|
||||
### UnsetClientMetadata
|
||||
`func (o *AccessRequestAdminItemStatus) UnsetClientMetadata()`
|
||||
|
||||
UnsetClientMetadata ensures that no value is present for ClientMetadata, not even an explicit nil
|
||||
|
||||
@@ -1,168 +0,0 @@
|
||||
---
|
||||
id: v2024-access-request-approvers-list-response
|
||||
title: AccessRequestApproversListResponse
|
||||
pagination_label: AccessRequestApproversListResponse
|
||||
sidebar_label: AccessRequestApproversListResponse
|
||||
sidebar_class_name: gosdk
|
||||
keywords: ['go', 'Golang', 'sdk', 'AccessRequestApproversListResponse', 'V2024AccessRequestApproversListResponse']
|
||||
slug: /tools/sdk/go/v2024/models/access-request-approvers-list-response
|
||||
tags: ['SDK', 'Software Development Kit', 'AccessRequestApproversListResponse', 'V2024AccessRequestApproversListResponse']
|
||||
---
|
||||
|
||||
# AccessRequestApproversListResponse
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**Id** | Pointer to **string** | Approver id. | [optional]
|
||||
**Email** | Pointer to **string** | Email of the approver. | [optional]
|
||||
**Name** | Pointer to **string** | Name of the approver. | [optional]
|
||||
**ApprovalId** | Pointer to **string** | Id of the approval item. | [optional]
|
||||
**Type** | Pointer to **string** | Type of the object returned. In this case, the value for this field will always Identity. | [optional]
|
||||
|
||||
## Methods
|
||||
|
||||
### NewAccessRequestApproversListResponse
|
||||
|
||||
`func NewAccessRequestApproversListResponse() *AccessRequestApproversListResponse`
|
||||
|
||||
NewAccessRequestApproversListResponse instantiates a new AccessRequestApproversListResponse 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
|
||||
|
||||
### NewAccessRequestApproversListResponseWithDefaults
|
||||
|
||||
`func NewAccessRequestApproversListResponseWithDefaults() *AccessRequestApproversListResponse`
|
||||
|
||||
NewAccessRequestApproversListResponseWithDefaults instantiates a new AccessRequestApproversListResponse 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 *AccessRequestApproversListResponse) GetId() string`
|
||||
|
||||
GetId returns the Id field if non-nil, zero value otherwise.
|
||||
|
||||
### GetIdOk
|
||||
|
||||
`func (o *AccessRequestApproversListResponse) 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 *AccessRequestApproversListResponse) SetId(v string)`
|
||||
|
||||
SetId sets Id field to given value.
|
||||
|
||||
### HasId
|
||||
|
||||
`func (o *AccessRequestApproversListResponse) HasId() bool`
|
||||
|
||||
HasId returns a boolean if a field has been set.
|
||||
|
||||
### GetEmail
|
||||
|
||||
`func (o *AccessRequestApproversListResponse) GetEmail() string`
|
||||
|
||||
GetEmail returns the Email field if non-nil, zero value otherwise.
|
||||
|
||||
### GetEmailOk
|
||||
|
||||
`func (o *AccessRequestApproversListResponse) GetEmailOk() (*string, bool)`
|
||||
|
||||
GetEmailOk returns a tuple with the Email field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetEmail
|
||||
|
||||
`func (o *AccessRequestApproversListResponse) SetEmail(v string)`
|
||||
|
||||
SetEmail sets Email field to given value.
|
||||
|
||||
### HasEmail
|
||||
|
||||
`func (o *AccessRequestApproversListResponse) HasEmail() bool`
|
||||
|
||||
HasEmail returns a boolean if a field has been set.
|
||||
|
||||
### GetName
|
||||
|
||||
`func (o *AccessRequestApproversListResponse) GetName() string`
|
||||
|
||||
GetName returns the Name field if non-nil, zero value otherwise.
|
||||
|
||||
### GetNameOk
|
||||
|
||||
`func (o *AccessRequestApproversListResponse) 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 *AccessRequestApproversListResponse) SetName(v string)`
|
||||
|
||||
SetName sets Name field to given value.
|
||||
|
||||
### HasName
|
||||
|
||||
`func (o *AccessRequestApproversListResponse) HasName() bool`
|
||||
|
||||
HasName returns a boolean if a field has been set.
|
||||
|
||||
### GetApprovalId
|
||||
|
||||
`func (o *AccessRequestApproversListResponse) GetApprovalId() string`
|
||||
|
||||
GetApprovalId returns the ApprovalId field if non-nil, zero value otherwise.
|
||||
|
||||
### GetApprovalIdOk
|
||||
|
||||
`func (o *AccessRequestApproversListResponse) GetApprovalIdOk() (*string, bool)`
|
||||
|
||||
GetApprovalIdOk returns a tuple with the ApprovalId field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetApprovalId
|
||||
|
||||
`func (o *AccessRequestApproversListResponse) SetApprovalId(v string)`
|
||||
|
||||
SetApprovalId sets ApprovalId field to given value.
|
||||
|
||||
### HasApprovalId
|
||||
|
||||
`func (o *AccessRequestApproversListResponse) HasApprovalId() bool`
|
||||
|
||||
HasApprovalId returns a boolean if a field has been set.
|
||||
|
||||
### GetType
|
||||
|
||||
`func (o *AccessRequestApproversListResponse) GetType() string`
|
||||
|
||||
GetType returns the Type field if non-nil, zero value otherwise.
|
||||
|
||||
### GetTypeOk
|
||||
|
||||
`func (o *AccessRequestApproversListResponse) 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 *AccessRequestApproversListResponse) SetType(v string)`
|
||||
|
||||
SetType sets Type field to given value.
|
||||
|
||||
### HasType
|
||||
|
||||
`func (o *AccessRequestApproversListResponse) HasType() bool`
|
||||
|
||||
HasType returns a boolean if a field has been set.
|
||||
|
||||
|
||||
@@ -1,194 +0,0 @@
|
||||
---
|
||||
id: v2024-access-request-config
|
||||
title: AccessRequestConfig
|
||||
pagination_label: AccessRequestConfig
|
||||
sidebar_label: AccessRequestConfig
|
||||
sidebar_class_name: gosdk
|
||||
keywords: ['go', 'Golang', 'sdk', 'AccessRequestConfig', 'V2024AccessRequestConfig']
|
||||
slug: /tools/sdk/go/v2024/models/access-request-config
|
||||
tags: ['SDK', 'Software Development Kit', 'AccessRequestConfig', 'V2024AccessRequestConfig']
|
||||
---
|
||||
|
||||
# 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 [**EntitlementRequestConfig**](entitlement-request-config) | | [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() EntitlementRequestConfig`
|
||||
|
||||
GetEntitlementRequestConfig returns the EntitlementRequestConfig field if non-nil, zero value otherwise.
|
||||
|
||||
### GetEntitlementRequestConfigOk
|
||||
|
||||
`func (o *AccessRequestConfig) GetEntitlementRequestConfigOk() (*EntitlementRequestConfig, 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 EntitlementRequestConfig)`
|
||||
|
||||
SetEntitlementRequestConfig sets EntitlementRequestConfig field to given value.
|
||||
|
||||
### HasEntitlementRequestConfig
|
||||
|
||||
`func (o *AccessRequestConfig) HasEntitlementRequestConfig() bool`
|
||||
|
||||
HasEntitlementRequestConfig returns a boolean if a field has been set.
|
||||
|
||||
|
||||
@@ -1,64 +0,0 @@
|
||||
---
|
||||
id: v2024-access-request-context
|
||||
title: AccessRequestContext
|
||||
pagination_label: AccessRequestContext
|
||||
sidebar_label: AccessRequestContext
|
||||
sidebar_class_name: gosdk
|
||||
keywords: ['go', 'Golang', 'sdk', 'AccessRequestContext', 'V2024AccessRequestContext']
|
||||
slug: /tools/sdk/go/v2024/models/access-request-context
|
||||
tags: ['SDK', 'Software Development Kit', 'AccessRequestContext', 'V2024AccessRequestContext']
|
||||
---
|
||||
|
||||
# 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.
|
||||
|
||||
|
||||
@@ -1,122 +0,0 @@
|
||||
---
|
||||
id: v2024-access-request-dynamic-approver
|
||||
title: AccessRequestDynamicApprover
|
||||
pagination_label: AccessRequestDynamicApprover
|
||||
sidebar_label: AccessRequestDynamicApprover
|
||||
sidebar_class_name: gosdk
|
||||
keywords: ['go', 'Golang', 'sdk', 'AccessRequestDynamicApprover', 'V2024AccessRequestDynamicApprover']
|
||||
slug: /tools/sdk/go/v2024/models/access-request-dynamic-approver
|
||||
tags: ['SDK', 'Software Development Kit', 'AccessRequestDynamicApprover', 'V2024AccessRequestDynamicApprover']
|
||||
---
|
||||
|
||||
# AccessRequestDynamicApprover
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**AccessRequestId** | **string** | The unique ID of the access request object. Can be used with the [access request status endpoint](https://developer.sailpoint.com/idn/api/beta/list-access-request-status) to get the status of the request. |
|
||||
**RequestedFor** | [**[]AccessItemRequestedForDto**](access-item-requested-for-dto) | Identities access was requested for. |
|
||||
**RequestedItems** | [**[]AccessRequestDynamicApproverRequestedItemsInner**](access-request-dynamic-approver-requested-items-inner) | The access items that are being requested. |
|
||||
**RequestedBy** | [**AccessItemRequesterDto**](access-item-requester-dto) | |
|
||||
|
||||
## Methods
|
||||
|
||||
### NewAccessRequestDynamicApprover
|
||||
|
||||
`func NewAccessRequestDynamicApprover(accessRequestId string, requestedFor []AccessItemRequestedForDto, requestedItems []AccessRequestDynamicApproverRequestedItemsInner, requestedBy AccessItemRequesterDto, ) *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() []AccessItemRequestedForDto`
|
||||
|
||||
GetRequestedFor returns the RequestedFor field if non-nil, zero value otherwise.
|
||||
|
||||
### GetRequestedForOk
|
||||
|
||||
`func (o *AccessRequestDynamicApprover) GetRequestedForOk() (*[]AccessItemRequestedForDto, 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 []AccessItemRequestedForDto)`
|
||||
|
||||
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() AccessItemRequesterDto`
|
||||
|
||||
GetRequestedBy returns the RequestedBy field if non-nil, zero value otherwise.
|
||||
|
||||
### GetRequestedByOk
|
||||
|
||||
`func (o *AccessRequestDynamicApprover) GetRequestedByOk() (*AccessItemRequesterDto, 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 AccessItemRequesterDto)`
|
||||
|
||||
SetRequestedBy sets RequestedBy field to given value.
|
||||
|
||||
|
||||
|
||||
@@ -1,101 +0,0 @@
|
||||
---
|
||||
id: v2024-access-request-dynamic-approver1
|
||||
title: AccessRequestDynamicApprover1
|
||||
pagination_label: AccessRequestDynamicApprover1
|
||||
sidebar_label: AccessRequestDynamicApprover1
|
||||
sidebar_class_name: gosdk
|
||||
keywords: ['go', 'Golang', 'sdk', 'AccessRequestDynamicApprover1', 'V2024AccessRequestDynamicApprover1']
|
||||
slug: /tools/sdk/go/v2024/models/access-request-dynamic-approver1
|
||||
tags: ['SDK', 'Software Development Kit', 'AccessRequestDynamicApprover1', 'V2024AccessRequestDynamicApprover1']
|
||||
---
|
||||
|
||||
# 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.
|
||||
|
||||
|
||||
|
||||
@@ -1,194 +0,0 @@
|
||||
---
|
||||
id: v2024-access-request-dynamic-approver-requested-items-inner
|
||||
title: AccessRequestDynamicApproverRequestedItemsInner
|
||||
pagination_label: AccessRequestDynamicApproverRequestedItemsInner
|
||||
sidebar_label: AccessRequestDynamicApproverRequestedItemsInner
|
||||
sidebar_class_name: gosdk
|
||||
keywords: ['go', 'Golang', 'sdk', 'AccessRequestDynamicApproverRequestedItemsInner', 'V2024AccessRequestDynamicApproverRequestedItemsInner']
|
||||
slug: /tools/sdk/go/v2024/models/access-request-dynamic-approver-requested-items-inner
|
||||
tags: ['SDK', 'Software Development Kit', 'AccessRequestDynamicApproverRequestedItemsInner', 'V2024AccessRequestDynamicApproverRequestedItemsInner']
|
||||
---
|
||||
|
||||
# AccessRequestDynamicApproverRequestedItemsInner
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**Id** | **string** | The unique ID of the access item. |
|
||||
**Name** | **string** | Human friendly name of the access item. |
|
||||
**Description** | Pointer to **NullableString** | Extended description of the access item. | [optional]
|
||||
**Type** | **map[string]interface{}** | The type of access item being requested. |
|
||||
**Operation** | **map[string]interface{}** | Grant or revoke the access item |
|
||||
**Comment** | Pointer to **NullableString** | A comment from the requestor on why the access is needed. | [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
|
||||
|
||||
@@ -1,158 +0,0 @@
|
||||
---
|
||||
id: v2024-access-request-item
|
||||
title: AccessRequestItem
|
||||
pagination_label: AccessRequestItem
|
||||
sidebar_label: AccessRequestItem
|
||||
sidebar_class_name: gosdk
|
||||
keywords: ['go', 'Golang', 'sdk', 'AccessRequestItem', 'V2024AccessRequestItem']
|
||||
slug: /tools/sdk/go/v2024/models/access-request-item
|
||||
tags: ['SDK', 'Software Development Kit', 'AccessRequestItem', 'V2024AccessRequestItem']
|
||||
---
|
||||
|
||||
# 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.
|
||||
|
||||
|
||||
@@ -1,246 +0,0 @@
|
||||
---
|
||||
id: v2024-access-request-item-response
|
||||
title: AccessRequestItemResponse
|
||||
pagination_label: AccessRequestItemResponse
|
||||
sidebar_label: AccessRequestItemResponse
|
||||
sidebar_class_name: gosdk
|
||||
keywords: ['go', 'Golang', 'sdk', 'AccessRequestItemResponse', 'V2024AccessRequestItemResponse']
|
||||
slug: /tools/sdk/go/v2024/models/access-request-item-response
|
||||
tags: ['SDK', 'Software Development Kit', 'AccessRequestItemResponse', 'V2024AccessRequestItemResponse']
|
||||
---
|
||||
|
||||
# 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.
|
||||
|
||||
|
||||
@@ -1,224 +0,0 @@
|
||||
---
|
||||
id: v2024-access-request-phases
|
||||
title: AccessRequestPhases
|
||||
pagination_label: AccessRequestPhases
|
||||
sidebar_label: AccessRequestPhases
|
||||
sidebar_class_name: gosdk
|
||||
keywords: ['go', 'Golang', 'sdk', 'AccessRequestPhases', 'V2024AccessRequestPhases']
|
||||
slug: /tools/sdk/go/v2024/models/access-request-phases
|
||||
tags: ['SDK', 'Software Development Kit', 'AccessRequestPhases', 'V2024AccessRequestPhases']
|
||||
---
|
||||
|
||||
# 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
|
||||
|
||||
@@ -1,122 +0,0 @@
|
||||
---
|
||||
id: v2024-access-request-post-approval
|
||||
title: AccessRequestPostApproval
|
||||
pagination_label: AccessRequestPostApproval
|
||||
sidebar_label: AccessRequestPostApproval
|
||||
sidebar_class_name: gosdk
|
||||
keywords: ['go', 'Golang', 'sdk', 'AccessRequestPostApproval', 'V2024AccessRequestPostApproval']
|
||||
slug: /tools/sdk/go/v2024/models/access-request-post-approval
|
||||
tags: ['SDK', 'Software Development Kit', 'AccessRequestPostApproval', 'V2024AccessRequestPostApproval']
|
||||
---
|
||||
|
||||
# AccessRequestPostApproval
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**AccessRequestId** | **string** | The unique ID of the access request. |
|
||||
**RequestedFor** | [**[]AccessItemRequestedForDto**](access-item-requested-for-dto) | Identities access was requested for. |
|
||||
**RequestedItemsStatus** | [**[]AccessRequestPostApprovalRequestedItemsStatusInner**](access-request-post-approval-requested-items-status-inner) | Details on the outcome of each access item. |
|
||||
**RequestedBy** | [**AccessItemRequesterDto**](access-item-requester-dto) | |
|
||||
|
||||
## Methods
|
||||
|
||||
### NewAccessRequestPostApproval
|
||||
|
||||
`func NewAccessRequestPostApproval(accessRequestId string, requestedFor []AccessItemRequestedForDto, requestedItemsStatus []AccessRequestPostApprovalRequestedItemsStatusInner, requestedBy AccessItemRequesterDto, ) *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() []AccessItemRequestedForDto`
|
||||
|
||||
GetRequestedFor returns the RequestedFor field if non-nil, zero value otherwise.
|
||||
|
||||
### GetRequestedForOk
|
||||
|
||||
`func (o *AccessRequestPostApproval) GetRequestedForOk() (*[]AccessItemRequestedForDto, 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 []AccessItemRequestedForDto)`
|
||||
|
||||
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() AccessItemRequesterDto`
|
||||
|
||||
GetRequestedBy returns the RequestedBy field if non-nil, zero value otherwise.
|
||||
|
||||
### GetRequestedByOk
|
||||
|
||||
`func (o *AccessRequestPostApproval) GetRequestedByOk() (*AccessItemRequesterDto, 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 AccessItemRequesterDto)`
|
||||
|
||||
SetRequestedBy sets RequestedBy field to given value.
|
||||
|
||||
|
||||
|
||||
@@ -1,251 +0,0 @@
|
||||
---
|
||||
id: v2024-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', 'V2024AccessRequestPostApprovalRequestedItemsStatusInner']
|
||||
slug: /tools/sdk/go/v2024/models/access-request-post-approval-requested-items-status-inner
|
||||
tags: ['SDK', 'Software Development Kit', 'AccessRequestPostApprovalRequestedItemsStatusInner', 'V2024AccessRequestPostApprovalRequestedItemsStatusInner']
|
||||
---
|
||||
|
||||
# AccessRequestPostApprovalRequestedItemsStatusInner
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**Id** | **string** | The unique ID of the access item being requested. |
|
||||
**Name** | **string** | The human friendly name of the access item. |
|
||||
**Description** | Pointer to **NullableString** | Detailed description of the access item. | [optional]
|
||||
**Type** | **map[string]interface{}** | The type of access item. |
|
||||
**Operation** | **map[string]interface{}** | The action to perform on the access item. |
|
||||
**Comment** | Pointer to **NullableString** | A comment from the identity requesting the 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) | A list of one or more 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.
|
||||
|
||||
|
||||
|
||||
@@ -1,137 +0,0 @@
|
||||
---
|
||||
id: v2024-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', 'V2024AccessRequestPostApprovalRequestedItemsStatusInnerApprovalInfoInner']
|
||||
slug: /tools/sdk/go/v2024/models/access-request-post-approval-requested-items-status-inner-approval-info-inner
|
||||
tags: ['SDK', 'Software Development Kit', 'AccessRequestPostApprovalRequestedItemsStatusInnerApprovalInfoInner', 'V2024AccessRequestPostApprovalRequestedItemsStatusInnerApprovalInfoInner']
|
||||
---
|
||||
|
||||
# AccessRequestPostApprovalRequestedItemsStatusInnerApprovalInfoInner
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**ApprovalComment** | Pointer to **NullableString** | A comment left by the approver. | [optional]
|
||||
**ApprovalDecision** | **map[string]interface{}** | The final decision of the approver. |
|
||||
**ApproverName** | **string** | The name of the approver |
|
||||
**Approver** | [**AccessRequestPostApprovalRequestedItemsStatusInnerApprovalInfoInnerApprover**](access-request-post-approval-requested-items-status-inner-approval-info-inner-approver) | |
|
||||
|
||||
## Methods
|
||||
|
||||
### NewAccessRequestPostApprovalRequestedItemsStatusInnerApprovalInfoInner
|
||||
|
||||
`func NewAccessRequestPostApprovalRequestedItemsStatusInnerApprovalInfoInner(approvalDecision map[string]interface{}, approverName string, approver AccessRequestPostApprovalRequestedItemsStatusInnerApprovalInfoInnerApprover, ) *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() AccessRequestPostApprovalRequestedItemsStatusInnerApprovalInfoInnerApprover`
|
||||
|
||||
GetApprover returns the Approver field if non-nil, zero value otherwise.
|
||||
|
||||
### GetApproverOk
|
||||
|
||||
`func (o *AccessRequestPostApprovalRequestedItemsStatusInnerApprovalInfoInner) GetApproverOk() (*AccessRequestPostApprovalRequestedItemsStatusInnerApprovalInfoInnerApprover, 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 AccessRequestPostApprovalRequestedItemsStatusInnerApprovalInfoInnerApprover)`
|
||||
|
||||
SetApprover sets Approver field to given value.
|
||||
|
||||
|
||||
|
||||
@@ -1,101 +0,0 @@
|
||||
---
|
||||
id: v2024-access-request-post-approval-requested-items-status-inner-approval-info-inner-approver
|
||||
title: AccessRequestPostApprovalRequestedItemsStatusInnerApprovalInfoInnerApprover
|
||||
pagination_label: AccessRequestPostApprovalRequestedItemsStatusInnerApprovalInfoInnerApprover
|
||||
sidebar_label: AccessRequestPostApprovalRequestedItemsStatusInnerApprovalInfoInnerApprover
|
||||
sidebar_class_name: gosdk
|
||||
keywords: ['go', 'Golang', 'sdk', 'AccessRequestPostApprovalRequestedItemsStatusInnerApprovalInfoInnerApprover', 'V2024AccessRequestPostApprovalRequestedItemsStatusInnerApprovalInfoInnerApprover']
|
||||
slug: /tools/sdk/go/v2024/models/access-request-post-approval-requested-items-status-inner-approval-info-inner-approver
|
||||
tags: ['SDK', 'Software Development Kit', 'AccessRequestPostApprovalRequestedItemsStatusInnerApprovalInfoInnerApprover', 'V2024AccessRequestPostApprovalRequestedItemsStatusInnerApprovalInfoInnerApprover']
|
||||
---
|
||||
|
||||
# AccessRequestPostApprovalRequestedItemsStatusInnerApprovalInfoInnerApprover
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**Type** | **map[string]interface{}** | The type of object that is referenced |
|
||||
**Id** | **string** | ID of identity who approved the access item request. |
|
||||
**Name** | **string** | Human-readable display name of identity who approved the access item request. |
|
||||
|
||||
## Methods
|
||||
|
||||
### NewAccessRequestPostApprovalRequestedItemsStatusInnerApprovalInfoInnerApprover
|
||||
|
||||
`func NewAccessRequestPostApprovalRequestedItemsStatusInnerApprovalInfoInnerApprover(type_ map[string]interface{}, id string, name string, ) *AccessRequestPostApprovalRequestedItemsStatusInnerApprovalInfoInnerApprover`
|
||||
|
||||
NewAccessRequestPostApprovalRequestedItemsStatusInnerApprovalInfoInnerApprover instantiates a new AccessRequestPostApprovalRequestedItemsStatusInnerApprovalInfoInnerApprover 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
|
||||
|
||||
### NewAccessRequestPostApprovalRequestedItemsStatusInnerApprovalInfoInnerApproverWithDefaults
|
||||
|
||||
`func NewAccessRequestPostApprovalRequestedItemsStatusInnerApprovalInfoInnerApproverWithDefaults() *AccessRequestPostApprovalRequestedItemsStatusInnerApprovalInfoInnerApprover`
|
||||
|
||||
NewAccessRequestPostApprovalRequestedItemsStatusInnerApprovalInfoInnerApproverWithDefaults instantiates a new AccessRequestPostApprovalRequestedItemsStatusInnerApprovalInfoInnerApprover 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 *AccessRequestPostApprovalRequestedItemsStatusInnerApprovalInfoInnerApprover) GetType() map[string]interface{}`
|
||||
|
||||
GetType returns the Type field if non-nil, zero value otherwise.
|
||||
|
||||
### GetTypeOk
|
||||
|
||||
`func (o *AccessRequestPostApprovalRequestedItemsStatusInnerApprovalInfoInnerApprover) 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 *AccessRequestPostApprovalRequestedItemsStatusInnerApprovalInfoInnerApprover) SetType(v map[string]interface{})`
|
||||
|
||||
SetType sets Type field to given value.
|
||||
|
||||
|
||||
### GetId
|
||||
|
||||
`func (o *AccessRequestPostApprovalRequestedItemsStatusInnerApprovalInfoInnerApprover) GetId() string`
|
||||
|
||||
GetId returns the Id field if non-nil, zero value otherwise.
|
||||
|
||||
### GetIdOk
|
||||
|
||||
`func (o *AccessRequestPostApprovalRequestedItemsStatusInnerApprovalInfoInnerApprover) 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 *AccessRequestPostApprovalRequestedItemsStatusInnerApprovalInfoInnerApprover) SetId(v string)`
|
||||
|
||||
SetId sets Id field to given value.
|
||||
|
||||
|
||||
### GetName
|
||||
|
||||
`func (o *AccessRequestPostApprovalRequestedItemsStatusInnerApprovalInfoInnerApprover) GetName() string`
|
||||
|
||||
GetName returns the Name field if non-nil, zero value otherwise.
|
||||
|
||||
### GetNameOk
|
||||
|
||||
`func (o *AccessRequestPostApprovalRequestedItemsStatusInnerApprovalInfoInnerApprover) 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 *AccessRequestPostApprovalRequestedItemsStatusInnerApprovalInfoInnerApprover) SetName(v string)`
|
||||
|
||||
SetName sets Name field to given value.
|
||||
|
||||
|
||||
|
||||
@@ -1,122 +0,0 @@
|
||||
---
|
||||
id: v2024-access-request-pre-approval
|
||||
title: AccessRequestPreApproval
|
||||
pagination_label: AccessRequestPreApproval
|
||||
sidebar_label: AccessRequestPreApproval
|
||||
sidebar_class_name: gosdk
|
||||
keywords: ['go', 'Golang', 'sdk', 'AccessRequestPreApproval', 'V2024AccessRequestPreApproval']
|
||||
slug: /tools/sdk/go/v2024/models/access-request-pre-approval
|
||||
tags: ['SDK', 'Software Development Kit', 'AccessRequestPreApproval', 'V2024AccessRequestPreApproval']
|
||||
---
|
||||
|
||||
# AccessRequestPreApproval
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**AccessRequestId** | **string** | The unique ID of the access request. |
|
||||
**RequestedFor** | [**[]AccessItemRequestedForDto**](access-item-requested-for-dto) | Identities access was requested for. |
|
||||
**RequestedItems** | [**[]AccessRequestPreApprovalRequestedItemsInner**](access-request-pre-approval-requested-items-inner) | Details of the access items being requested. |
|
||||
**RequestedBy** | [**AccessItemRequesterDto**](access-item-requester-dto) | |
|
||||
|
||||
## Methods
|
||||
|
||||
### NewAccessRequestPreApproval
|
||||
|
||||
`func NewAccessRequestPreApproval(accessRequestId string, requestedFor []AccessItemRequestedForDto, requestedItems []AccessRequestPreApprovalRequestedItemsInner, requestedBy AccessItemRequesterDto, ) *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() []AccessItemRequestedForDto`
|
||||
|
||||
GetRequestedFor returns the RequestedFor field if non-nil, zero value otherwise.
|
||||
|
||||
### GetRequestedForOk
|
||||
|
||||
`func (o *AccessRequestPreApproval) GetRequestedForOk() (*[]AccessItemRequestedForDto, 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 []AccessItemRequestedForDto)`
|
||||
|
||||
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() AccessItemRequesterDto`
|
||||
|
||||
GetRequestedBy returns the RequestedBy field if non-nil, zero value otherwise.
|
||||
|
||||
### GetRequestedByOk
|
||||
|
||||
`func (o *AccessRequestPreApproval) GetRequestedByOk() (*AccessItemRequesterDto, 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 AccessItemRequesterDto)`
|
||||
|
||||
SetRequestedBy sets RequestedBy field to given value.
|
||||
|
||||
|
||||
|
||||
@@ -1,101 +0,0 @@
|
||||
---
|
||||
id: v2024-access-request-pre-approval1
|
||||
title: AccessRequestPreApproval1
|
||||
pagination_label: AccessRequestPreApproval1
|
||||
sidebar_label: AccessRequestPreApproval1
|
||||
sidebar_class_name: gosdk
|
||||
keywords: ['go', 'Golang', 'sdk', 'AccessRequestPreApproval1', 'V2024AccessRequestPreApproval1']
|
||||
slug: /tools/sdk/go/v2024/models/access-request-pre-approval1
|
||||
tags: ['SDK', 'Software Development Kit', 'AccessRequestPreApproval1', 'V2024AccessRequestPreApproval1']
|
||||
---
|
||||
|
||||
# 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.
|
||||
|
||||
|
||||
|
||||
@@ -1,194 +0,0 @@
|
||||
---
|
||||
id: v2024-access-request-pre-approval-requested-items-inner
|
||||
title: AccessRequestPreApprovalRequestedItemsInner
|
||||
pagination_label: AccessRequestPreApprovalRequestedItemsInner
|
||||
sidebar_label: AccessRequestPreApprovalRequestedItemsInner
|
||||
sidebar_class_name: gosdk
|
||||
keywords: ['go', 'Golang', 'sdk', 'AccessRequestPreApprovalRequestedItemsInner', 'V2024AccessRequestPreApprovalRequestedItemsInner']
|
||||
slug: /tools/sdk/go/v2024/models/access-request-pre-approval-requested-items-inner
|
||||
tags: ['SDK', 'Software Development Kit', 'AccessRequestPreApprovalRequestedItemsInner', 'V2024AccessRequestPreApprovalRequestedItemsInner']
|
||||
---
|
||||
|
||||
# AccessRequestPreApprovalRequestedItemsInner
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**Id** | **string** | The unique ID of the access item being requested. |
|
||||
**Name** | **string** | The human friendly name of the access item. |
|
||||
**Description** | Pointer to **NullableString** | Detailed description of the access item. | [optional]
|
||||
**Type** | **map[string]interface{}** | The type of access item. |
|
||||
**Operation** | **map[string]interface{}** | The action to perform on the access item. |
|
||||
**Comment** | Pointer to **NullableString** | A comment from the identity requesting the 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
|
||||
|
||||
@@ -1,80 +0,0 @@
|
||||
---
|
||||
id: v2024-access-request-recommendation-action-item-dto
|
||||
title: AccessRequestRecommendationActionItemDto
|
||||
pagination_label: AccessRequestRecommendationActionItemDto
|
||||
sidebar_label: AccessRequestRecommendationActionItemDto
|
||||
sidebar_class_name: gosdk
|
||||
keywords: ['go', 'Golang', 'sdk', 'AccessRequestRecommendationActionItemDto', 'V2024AccessRequestRecommendationActionItemDto']
|
||||
slug: /tools/sdk/go/v2024/models/access-request-recommendation-action-item-dto
|
||||
tags: ['SDK', 'Software Development Kit', 'AccessRequestRecommendationActionItemDto', 'V2024AccessRequestRecommendationActionItemDto']
|
||||
---
|
||||
|
||||
# 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.
|
||||
|
||||
|
||||
|
||||
@@ -1,116 +0,0 @@
|
||||
---
|
||||
id: v2024-access-request-recommendation-action-item-response-dto
|
||||
title: AccessRequestRecommendationActionItemResponseDto
|
||||
pagination_label: AccessRequestRecommendationActionItemResponseDto
|
||||
sidebar_label: AccessRequestRecommendationActionItemResponseDto
|
||||
sidebar_class_name: gosdk
|
||||
keywords: ['go', 'Golang', 'sdk', 'AccessRequestRecommendationActionItemResponseDto', 'V2024AccessRequestRecommendationActionItemResponseDto']
|
||||
slug: /tools/sdk/go/v2024/models/access-request-recommendation-action-item-response-dto
|
||||
tags: ['SDK', 'Software Development Kit', 'AccessRequestRecommendationActionItemResponseDto', 'V2024AccessRequestRecommendationActionItemResponseDto']
|
||||
---
|
||||
|
||||
# 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.
|
||||
|
||||
|
||||
@@ -1,189 +0,0 @@
|
||||
---
|
||||
id: v2024-access-request-recommendation-config-dto
|
||||
title: AccessRequestRecommendationConfigDto
|
||||
pagination_label: AccessRequestRecommendationConfigDto
|
||||
sidebar_label: AccessRequestRecommendationConfigDto
|
||||
sidebar_class_name: gosdk
|
||||
keywords: ['go', 'Golang', 'sdk', 'AccessRequestRecommendationConfigDto', 'V2024AccessRequestRecommendationConfigDto']
|
||||
slug: /tools/sdk/go/v2024/models/access-request-recommendation-config-dto
|
||||
tags: ['SDK', 'Software Development Kit', 'AccessRequestRecommendationConfigDto', 'V2024AccessRequestRecommendationConfigDto']
|
||||
---
|
||||
|
||||
# AccessRequestRecommendationConfigDto
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**ScoreThreshold** | **float32** | The value that internal calculations need to exceed for recommendations to be made. |
|
||||
**StartDateAttribute** | Pointer to **string** | Use to map an attribute name for determining identities' start date. | [optional]
|
||||
**RestrictionAttribute** | Pointer to **string** | Use to only give recommendations based on this attribute. | [optional]
|
||||
**MoverAttribute** | Pointer to **string** | Use to map an attribute name for determining whether identities are movers. | [optional]
|
||||
**JoinerAttribute** | Pointer to **string** | Use to map an attribute name for determining whether identities are joiners. | [optional]
|
||||
**UseRestrictionAttribute** | Pointer to **bool** | Use only the attribute named in restrictionAttribute to make recommendations. | [optional] [default to false]
|
||||
|
||||
## Methods
|
||||
|
||||
### NewAccessRequestRecommendationConfigDto
|
||||
|
||||
`func NewAccessRequestRecommendationConfigDto(scoreThreshold float32, ) *AccessRequestRecommendationConfigDto`
|
||||
|
||||
NewAccessRequestRecommendationConfigDto instantiates a new AccessRequestRecommendationConfigDto 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
|
||||
|
||||
### NewAccessRequestRecommendationConfigDtoWithDefaults
|
||||
|
||||
`func NewAccessRequestRecommendationConfigDtoWithDefaults() *AccessRequestRecommendationConfigDto`
|
||||
|
||||
NewAccessRequestRecommendationConfigDtoWithDefaults instantiates a new AccessRequestRecommendationConfigDto 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
|
||||
|
||||
### GetScoreThreshold
|
||||
|
||||
`func (o *AccessRequestRecommendationConfigDto) GetScoreThreshold() float32`
|
||||
|
||||
GetScoreThreshold returns the ScoreThreshold field if non-nil, zero value otherwise.
|
||||
|
||||
### GetScoreThresholdOk
|
||||
|
||||
`func (o *AccessRequestRecommendationConfigDto) GetScoreThresholdOk() (*float32, bool)`
|
||||
|
||||
GetScoreThresholdOk returns a tuple with the ScoreThreshold field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetScoreThreshold
|
||||
|
||||
`func (o *AccessRequestRecommendationConfigDto) SetScoreThreshold(v float32)`
|
||||
|
||||
SetScoreThreshold sets ScoreThreshold field to given value.
|
||||
|
||||
|
||||
### GetStartDateAttribute
|
||||
|
||||
`func (o *AccessRequestRecommendationConfigDto) GetStartDateAttribute() string`
|
||||
|
||||
GetStartDateAttribute returns the StartDateAttribute field if non-nil, zero value otherwise.
|
||||
|
||||
### GetStartDateAttributeOk
|
||||
|
||||
`func (o *AccessRequestRecommendationConfigDto) GetStartDateAttributeOk() (*string, bool)`
|
||||
|
||||
GetStartDateAttributeOk returns a tuple with the StartDateAttribute field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetStartDateAttribute
|
||||
|
||||
`func (o *AccessRequestRecommendationConfigDto) SetStartDateAttribute(v string)`
|
||||
|
||||
SetStartDateAttribute sets StartDateAttribute field to given value.
|
||||
|
||||
### HasStartDateAttribute
|
||||
|
||||
`func (o *AccessRequestRecommendationConfigDto) HasStartDateAttribute() bool`
|
||||
|
||||
HasStartDateAttribute returns a boolean if a field has been set.
|
||||
|
||||
### GetRestrictionAttribute
|
||||
|
||||
`func (o *AccessRequestRecommendationConfigDto) GetRestrictionAttribute() string`
|
||||
|
||||
GetRestrictionAttribute returns the RestrictionAttribute field if non-nil, zero value otherwise.
|
||||
|
||||
### GetRestrictionAttributeOk
|
||||
|
||||
`func (o *AccessRequestRecommendationConfigDto) GetRestrictionAttributeOk() (*string, bool)`
|
||||
|
||||
GetRestrictionAttributeOk returns a tuple with the RestrictionAttribute field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetRestrictionAttribute
|
||||
|
||||
`func (o *AccessRequestRecommendationConfigDto) SetRestrictionAttribute(v string)`
|
||||
|
||||
SetRestrictionAttribute sets RestrictionAttribute field to given value.
|
||||
|
||||
### HasRestrictionAttribute
|
||||
|
||||
`func (o *AccessRequestRecommendationConfigDto) HasRestrictionAttribute() bool`
|
||||
|
||||
HasRestrictionAttribute returns a boolean if a field has been set.
|
||||
|
||||
### GetMoverAttribute
|
||||
|
||||
`func (o *AccessRequestRecommendationConfigDto) GetMoverAttribute() string`
|
||||
|
||||
GetMoverAttribute returns the MoverAttribute field if non-nil, zero value otherwise.
|
||||
|
||||
### GetMoverAttributeOk
|
||||
|
||||
`func (o *AccessRequestRecommendationConfigDto) GetMoverAttributeOk() (*string, bool)`
|
||||
|
||||
GetMoverAttributeOk returns a tuple with the MoverAttribute field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetMoverAttribute
|
||||
|
||||
`func (o *AccessRequestRecommendationConfigDto) SetMoverAttribute(v string)`
|
||||
|
||||
SetMoverAttribute sets MoverAttribute field to given value.
|
||||
|
||||
### HasMoverAttribute
|
||||
|
||||
`func (o *AccessRequestRecommendationConfigDto) HasMoverAttribute() bool`
|
||||
|
||||
HasMoverAttribute returns a boolean if a field has been set.
|
||||
|
||||
### GetJoinerAttribute
|
||||
|
||||
`func (o *AccessRequestRecommendationConfigDto) GetJoinerAttribute() string`
|
||||
|
||||
GetJoinerAttribute returns the JoinerAttribute field if non-nil, zero value otherwise.
|
||||
|
||||
### GetJoinerAttributeOk
|
||||
|
||||
`func (o *AccessRequestRecommendationConfigDto) GetJoinerAttributeOk() (*string, bool)`
|
||||
|
||||
GetJoinerAttributeOk returns a tuple with the JoinerAttribute field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetJoinerAttribute
|
||||
|
||||
`func (o *AccessRequestRecommendationConfigDto) SetJoinerAttribute(v string)`
|
||||
|
||||
SetJoinerAttribute sets JoinerAttribute field to given value.
|
||||
|
||||
### HasJoinerAttribute
|
||||
|
||||
`func (o *AccessRequestRecommendationConfigDto) HasJoinerAttribute() bool`
|
||||
|
||||
HasJoinerAttribute returns a boolean if a field has been set.
|
||||
|
||||
### GetUseRestrictionAttribute
|
||||
|
||||
`func (o *AccessRequestRecommendationConfigDto) GetUseRestrictionAttribute() bool`
|
||||
|
||||
GetUseRestrictionAttribute returns the UseRestrictionAttribute field if non-nil, zero value otherwise.
|
||||
|
||||
### GetUseRestrictionAttributeOk
|
||||
|
||||
`func (o *AccessRequestRecommendationConfigDto) GetUseRestrictionAttributeOk() (*bool, bool)`
|
||||
|
||||
GetUseRestrictionAttributeOk returns a tuple with the UseRestrictionAttribute field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetUseRestrictionAttribute
|
||||
|
||||
`func (o *AccessRequestRecommendationConfigDto) SetUseRestrictionAttribute(v bool)`
|
||||
|
||||
SetUseRestrictionAttribute sets UseRestrictionAttribute field to given value.
|
||||
|
||||
### HasUseRestrictionAttribute
|
||||
|
||||
`func (o *AccessRequestRecommendationConfigDto) HasUseRestrictionAttribute() bool`
|
||||
|
||||
HasUseRestrictionAttribute returns a boolean if a field has been set.
|
||||
|
||||
|
||||
@@ -1,90 +0,0 @@
|
||||
---
|
||||
id: v2024-access-request-recommendation-item
|
||||
title: AccessRequestRecommendationItem
|
||||
pagination_label: AccessRequestRecommendationItem
|
||||
sidebar_label: AccessRequestRecommendationItem
|
||||
sidebar_class_name: gosdk
|
||||
keywords: ['go', 'Golang', 'sdk', 'AccessRequestRecommendationItem', 'V2024AccessRequestRecommendationItem']
|
||||
slug: /tools/sdk/go/v2024/models/access-request-recommendation-item
|
||||
tags: ['SDK', 'Software Development Kit', 'AccessRequestRecommendationItem', 'V2024AccessRequestRecommendationItem']
|
||||
---
|
||||
|
||||
# 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.
|
||||
|
||||
|
||||
@@ -1,220 +0,0 @@
|
||||
---
|
||||
id: v2024-access-request-recommendation-item-detail
|
||||
title: AccessRequestRecommendationItemDetail
|
||||
pagination_label: AccessRequestRecommendationItemDetail
|
||||
sidebar_label: AccessRequestRecommendationItemDetail
|
||||
sidebar_class_name: gosdk
|
||||
keywords: ['go', 'Golang', 'sdk', 'AccessRequestRecommendationItemDetail', 'V2024AccessRequestRecommendationItemDetail']
|
||||
slug: /tools/sdk/go/v2024/models/access-request-recommendation-item-detail
|
||||
tags: ['SDK', 'Software Development Kit', 'AccessRequestRecommendationItemDetail', 'V2024AccessRequestRecommendationItemDetail']
|
||||
---
|
||||
|
||||
# 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.
|
||||
|
||||
|
||||
@@ -1,142 +0,0 @@
|
||||
---
|
||||
id: v2024-access-request-recommendation-item-detail-access
|
||||
title: AccessRequestRecommendationItemDetailAccess
|
||||
pagination_label: AccessRequestRecommendationItemDetailAccess
|
||||
sidebar_label: AccessRequestRecommendationItemDetailAccess
|
||||
sidebar_class_name: gosdk
|
||||
keywords: ['go', 'Golang', 'sdk', 'AccessRequestRecommendationItemDetailAccess', 'V2024AccessRequestRecommendationItemDetailAccess']
|
||||
slug: /tools/sdk/go/v2024/models/access-request-recommendation-item-detail-access
|
||||
tags: ['SDK', 'Software Development Kit', 'AccessRequestRecommendationItemDetailAccess', 'V2024AccessRequestRecommendationItemDetailAccess']
|
||||
---
|
||||
|
||||
# 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.
|
||||
|
||||
|
||||
@@ -1,21 +0,0 @@
|
||||
---
|
||||
id: v2024-access-request-recommendation-item-type
|
||||
title: AccessRequestRecommendationItemType
|
||||
pagination_label: AccessRequestRecommendationItemType
|
||||
sidebar_label: AccessRequestRecommendationItemType
|
||||
sidebar_class_name: gosdk
|
||||
keywords: ['go', 'Golang', 'sdk', 'AccessRequestRecommendationItemType', 'V2024AccessRequestRecommendationItemType']
|
||||
slug: /tools/sdk/go/v2024/models/access-request-recommendation-item-type
|
||||
tags: ['SDK', 'Software Development Kit', 'AccessRequestRecommendationItemType', 'V2024AccessRequestRecommendationItemType']
|
||||
---
|
||||
|
||||
# AccessRequestRecommendationItemType
|
||||
|
||||
## Enum
|
||||
|
||||
|
||||
* `ACCESS_PROFILE` (value: `"ACCESS_PROFILE"`)
|
||||
|
||||
* `ROLE` (value: `"ROLE"`)
|
||||
|
||||
|
||||
@@ -1,90 +0,0 @@
|
||||
---
|
||||
id: v2024-access-request-response
|
||||
title: AccessRequestResponse
|
||||
pagination_label: AccessRequestResponse
|
||||
sidebar_label: AccessRequestResponse
|
||||
sidebar_class_name: gosdk
|
||||
keywords: ['go', 'Golang', 'sdk', 'AccessRequestResponse', 'V2024AccessRequestResponse']
|
||||
slug: /tools/sdk/go/v2024/models/access-request-response
|
||||
tags: ['SDK', 'Software Development Kit', 'AccessRequestResponse', 'V2024AccessRequestResponse']
|
||||
---
|
||||
|
||||
# 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.
|
||||
|
||||
|
||||
@@ -1,116 +0,0 @@
|
||||
---
|
||||
id: v2024-access-request-response1
|
||||
title: AccessRequestResponse1
|
||||
pagination_label: AccessRequestResponse1
|
||||
sidebar_label: AccessRequestResponse1
|
||||
sidebar_class_name: gosdk
|
||||
keywords: ['go', 'Golang', 'sdk', 'AccessRequestResponse1', 'V2024AccessRequestResponse1']
|
||||
slug: /tools/sdk/go/v2024/models/access-request-response1
|
||||
tags: ['SDK', 'Software Development Kit', 'AccessRequestResponse1', 'V2024AccessRequestResponse1']
|
||||
---
|
||||
|
||||
# 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.
|
||||
|
||||
|
||||
@@ -1,142 +0,0 @@
|
||||
---
|
||||
id: v2024-access-request-tracking
|
||||
title: AccessRequestTracking
|
||||
pagination_label: AccessRequestTracking
|
||||
sidebar_label: AccessRequestTracking
|
||||
sidebar_class_name: gosdk
|
||||
keywords: ['go', 'Golang', 'sdk', 'AccessRequestTracking', 'V2024AccessRequestTracking']
|
||||
slug: /tools/sdk/go/v2024/models/access-request-tracking
|
||||
tags: ['SDK', 'Software Development Kit', 'AccessRequestTracking', 'V2024AccessRequestTracking']
|
||||
---
|
||||
|
||||
# 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.
|
||||
|
||||
|
||||
@@ -1,21 +0,0 @@
|
||||
---
|
||||
id: v2024-access-request-type
|
||||
title: AccessRequestType
|
||||
pagination_label: AccessRequestType
|
||||
sidebar_label: AccessRequestType
|
||||
sidebar_class_name: gosdk
|
||||
keywords: ['go', 'Golang', 'sdk', 'AccessRequestType', 'V2024AccessRequestType']
|
||||
slug: /tools/sdk/go/v2024/models/access-request-type
|
||||
tags: ['SDK', 'Software Development Kit', 'AccessRequestType', 'V2024AccessRequestType']
|
||||
---
|
||||
|
||||
# AccessRequestType
|
||||
|
||||
## Enum
|
||||
|
||||
|
||||
* `GRANT_ACCESS` (value: `"GRANT_ACCESS"`)
|
||||
|
||||
* `REVOKE_ACCESS` (value: `"REVOKE_ACCESS"`)
|
||||
|
||||
|
||||
@@ -1,142 +0,0 @@
|
||||
---
|
||||
id: v2024-access-requested
|
||||
title: AccessRequested
|
||||
pagination_label: AccessRequested
|
||||
sidebar_label: AccessRequested
|
||||
sidebar_class_name: gosdk
|
||||
keywords: ['go', 'Golang', 'sdk', 'AccessRequested', 'V2024AccessRequested']
|
||||
slug: /tools/sdk/go/v2024/models/access-requested
|
||||
tags: ['SDK', 'Software Development Kit', 'AccessRequested', 'V2024AccessRequested']
|
||||
---
|
||||
|
||||
# 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.
|
||||
|
||||
|
||||
@@ -1,230 +0,0 @@
|
||||
---
|
||||
id: v2024-access-review-item
|
||||
title: AccessReviewItem
|
||||
pagination_label: AccessReviewItem
|
||||
sidebar_label: AccessReviewItem
|
||||
sidebar_class_name: gosdk
|
||||
keywords: ['go', 'Golang', 'sdk', 'AccessReviewItem', 'V2024AccessReviewItem']
|
||||
slug: /tools/sdk/go/v2024/models/access-review-item
|
||||
tags: ['SDK', 'Software Development Kit', 'AccessReviewItem', 'V2024AccessReviewItem']
|
||||
---
|
||||
|
||||
# AccessReviewItem
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**AccessSummary** | Pointer to [**AccessSummary**](access-summary) | | [optional]
|
||||
**IdentitySummary** | Pointer to [**CertificationIdentitySummary**](certification-identity-summary) | | [optional]
|
||||
**Id** | Pointer to **string** | The review item's id | [optional]
|
||||
**Completed** | Pointer to **bool** | Whether the review item is complete | [optional]
|
||||
**NewAccess** | Pointer to **bool** | Indicates whether the review item is for new access to a source | [optional]
|
||||
**Decision** | Pointer to [**CertificationDecision**](certification-decision) | | [optional]
|
||||
**Comments** | Pointer to **NullableString** | Comments for this review item | [optional]
|
||||
|
||||
## Methods
|
||||
|
||||
### NewAccessReviewItem
|
||||
|
||||
`func NewAccessReviewItem() *AccessReviewItem`
|
||||
|
||||
NewAccessReviewItem instantiates a new AccessReviewItem 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
|
||||
|
||||
### NewAccessReviewItemWithDefaults
|
||||
|
||||
`func NewAccessReviewItemWithDefaults() *AccessReviewItem`
|
||||
|
||||
NewAccessReviewItemWithDefaults instantiates a new AccessReviewItem 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
|
||||
|
||||
### GetAccessSummary
|
||||
|
||||
`func (o *AccessReviewItem) GetAccessSummary() AccessSummary`
|
||||
|
||||
GetAccessSummary returns the AccessSummary field if non-nil, zero value otherwise.
|
||||
|
||||
### GetAccessSummaryOk
|
||||
|
||||
`func (o *AccessReviewItem) GetAccessSummaryOk() (*AccessSummary, bool)`
|
||||
|
||||
GetAccessSummaryOk returns a tuple with the AccessSummary field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetAccessSummary
|
||||
|
||||
`func (o *AccessReviewItem) SetAccessSummary(v AccessSummary)`
|
||||
|
||||
SetAccessSummary sets AccessSummary field to given value.
|
||||
|
||||
### HasAccessSummary
|
||||
|
||||
`func (o *AccessReviewItem) HasAccessSummary() bool`
|
||||
|
||||
HasAccessSummary returns a boolean if a field has been set.
|
||||
|
||||
### GetIdentitySummary
|
||||
|
||||
`func (o *AccessReviewItem) GetIdentitySummary() CertificationIdentitySummary`
|
||||
|
||||
GetIdentitySummary returns the IdentitySummary field if non-nil, zero value otherwise.
|
||||
|
||||
### GetIdentitySummaryOk
|
||||
|
||||
`func (o *AccessReviewItem) GetIdentitySummaryOk() (*CertificationIdentitySummary, bool)`
|
||||
|
||||
GetIdentitySummaryOk returns a tuple with the IdentitySummary field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetIdentitySummary
|
||||
|
||||
`func (o *AccessReviewItem) SetIdentitySummary(v CertificationIdentitySummary)`
|
||||
|
||||
SetIdentitySummary sets IdentitySummary field to given value.
|
||||
|
||||
### HasIdentitySummary
|
||||
|
||||
`func (o *AccessReviewItem) HasIdentitySummary() bool`
|
||||
|
||||
HasIdentitySummary returns a boolean if a field has been set.
|
||||
|
||||
### GetId
|
||||
|
||||
`func (o *AccessReviewItem) GetId() string`
|
||||
|
||||
GetId returns the Id field if non-nil, zero value otherwise.
|
||||
|
||||
### GetIdOk
|
||||
|
||||
`func (o *AccessReviewItem) 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 *AccessReviewItem) SetId(v string)`
|
||||
|
||||
SetId sets Id field to given value.
|
||||
|
||||
### HasId
|
||||
|
||||
`func (o *AccessReviewItem) HasId() bool`
|
||||
|
||||
HasId returns a boolean if a field has been set.
|
||||
|
||||
### GetCompleted
|
||||
|
||||
`func (o *AccessReviewItem) GetCompleted() bool`
|
||||
|
||||
GetCompleted returns the Completed field if non-nil, zero value otherwise.
|
||||
|
||||
### GetCompletedOk
|
||||
|
||||
`func (o *AccessReviewItem) GetCompletedOk() (*bool, 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 *AccessReviewItem) SetCompleted(v bool)`
|
||||
|
||||
SetCompleted sets Completed field to given value.
|
||||
|
||||
### HasCompleted
|
||||
|
||||
`func (o *AccessReviewItem) HasCompleted() bool`
|
||||
|
||||
HasCompleted returns a boolean if a field has been set.
|
||||
|
||||
### GetNewAccess
|
||||
|
||||
`func (o *AccessReviewItem) GetNewAccess() bool`
|
||||
|
||||
GetNewAccess returns the NewAccess field if non-nil, zero value otherwise.
|
||||
|
||||
### GetNewAccessOk
|
||||
|
||||
`func (o *AccessReviewItem) GetNewAccessOk() (*bool, bool)`
|
||||
|
||||
GetNewAccessOk returns a tuple with the NewAccess field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetNewAccess
|
||||
|
||||
`func (o *AccessReviewItem) SetNewAccess(v bool)`
|
||||
|
||||
SetNewAccess sets NewAccess field to given value.
|
||||
|
||||
### HasNewAccess
|
||||
|
||||
`func (o *AccessReviewItem) HasNewAccess() bool`
|
||||
|
||||
HasNewAccess returns a boolean if a field has been set.
|
||||
|
||||
### GetDecision
|
||||
|
||||
`func (o *AccessReviewItem) GetDecision() CertificationDecision`
|
||||
|
||||
GetDecision returns the Decision field if non-nil, zero value otherwise.
|
||||
|
||||
### GetDecisionOk
|
||||
|
||||
`func (o *AccessReviewItem) GetDecisionOk() (*CertificationDecision, 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 *AccessReviewItem) SetDecision(v CertificationDecision)`
|
||||
|
||||
SetDecision sets Decision field to given value.
|
||||
|
||||
### HasDecision
|
||||
|
||||
`func (o *AccessReviewItem) HasDecision() bool`
|
||||
|
||||
HasDecision returns a boolean if a field has been set.
|
||||
|
||||
### GetComments
|
||||
|
||||
`func (o *AccessReviewItem) GetComments() string`
|
||||
|
||||
GetComments returns the Comments field if non-nil, zero value otherwise.
|
||||
|
||||
### GetCommentsOk
|
||||
|
||||
`func (o *AccessReviewItem) GetCommentsOk() (*string, bool)`
|
||||
|
||||
GetCommentsOk returns a tuple with the Comments field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetComments
|
||||
|
||||
`func (o *AccessReviewItem) SetComments(v string)`
|
||||
|
||||
SetComments sets Comments field to given value.
|
||||
|
||||
### HasComments
|
||||
|
||||
`func (o *AccessReviewItem) HasComments() bool`
|
||||
|
||||
HasComments returns a boolean if a field has been set.
|
||||
|
||||
### SetCommentsNil
|
||||
|
||||
`func (o *AccessReviewItem) SetCommentsNil(b bool)`
|
||||
|
||||
SetCommentsNil sets the value for Comments to be an explicit nil
|
||||
|
||||
### UnsetComments
|
||||
`func (o *AccessReviewItem) UnsetComments()`
|
||||
|
||||
UnsetComments ensures that no value is present for Comments, not even an explicit nil
|
||||
|
||||
@@ -1,101 +0,0 @@
|
||||
---
|
||||
id: v2024-access-review-reassignment
|
||||
title: AccessReviewReassignment
|
||||
pagination_label: AccessReviewReassignment
|
||||
sidebar_label: AccessReviewReassignment
|
||||
sidebar_class_name: gosdk
|
||||
keywords: ['go', 'Golang', 'sdk', 'AccessReviewReassignment', 'V2024AccessReviewReassignment']
|
||||
slug: /tools/sdk/go/v2024/models/access-review-reassignment
|
||||
tags: ['SDK', 'Software Development Kit', 'AccessReviewReassignment', 'V2024AccessReviewReassignment']
|
||||
---
|
||||
|
||||
# AccessReviewReassignment
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**Reassign** | [**[]ReassignReference**](reassign-reference) | |
|
||||
**ReassignTo** | **string** | The ID of the identity to which the certification is reassigned |
|
||||
**Reason** | **string** | The reason comment for why the reassign was made |
|
||||
|
||||
## Methods
|
||||
|
||||
### NewAccessReviewReassignment
|
||||
|
||||
`func NewAccessReviewReassignment(reassign []ReassignReference, reassignTo string, reason string, ) *AccessReviewReassignment`
|
||||
|
||||
NewAccessReviewReassignment instantiates a new AccessReviewReassignment 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
|
||||
|
||||
### NewAccessReviewReassignmentWithDefaults
|
||||
|
||||
`func NewAccessReviewReassignmentWithDefaults() *AccessReviewReassignment`
|
||||
|
||||
NewAccessReviewReassignmentWithDefaults instantiates a new AccessReviewReassignment 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
|
||||
|
||||
### GetReassign
|
||||
|
||||
`func (o *AccessReviewReassignment) GetReassign() []ReassignReference`
|
||||
|
||||
GetReassign returns the Reassign field if non-nil, zero value otherwise.
|
||||
|
||||
### GetReassignOk
|
||||
|
||||
`func (o *AccessReviewReassignment) GetReassignOk() (*[]ReassignReference, bool)`
|
||||
|
||||
GetReassignOk returns a tuple with the Reassign field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetReassign
|
||||
|
||||
`func (o *AccessReviewReassignment) SetReassign(v []ReassignReference)`
|
||||
|
||||
SetReassign sets Reassign field to given value.
|
||||
|
||||
|
||||
### GetReassignTo
|
||||
|
||||
`func (o *AccessReviewReassignment) GetReassignTo() string`
|
||||
|
||||
GetReassignTo returns the ReassignTo field if non-nil, zero value otherwise.
|
||||
|
||||
### GetReassignToOk
|
||||
|
||||
`func (o *AccessReviewReassignment) GetReassignToOk() (*string, bool)`
|
||||
|
||||
GetReassignToOk returns a tuple with the ReassignTo field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetReassignTo
|
||||
|
||||
`func (o *AccessReviewReassignment) SetReassignTo(v string)`
|
||||
|
||||
SetReassignTo sets ReassignTo field to given value.
|
||||
|
||||
|
||||
### GetReason
|
||||
|
||||
`func (o *AccessReviewReassignment) GetReason() string`
|
||||
|
||||
GetReason returns the Reason field if non-nil, zero value otherwise.
|
||||
|
||||
### GetReasonOk
|
||||
|
||||
`func (o *AccessReviewReassignment) GetReasonOk() (*string, bool)`
|
||||
|
||||
GetReasonOk returns a tuple with the Reason field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetReason
|
||||
|
||||
`func (o *AccessReviewReassignment) SetReason(v string)`
|
||||
|
||||
SetReason sets Reason field to given value.
|
||||
|
||||
|
||||
|
||||
@@ -1,162 +0,0 @@
|
||||
---
|
||||
id: v2024-access-summary
|
||||
title: AccessSummary
|
||||
pagination_label: AccessSummary
|
||||
sidebar_label: AccessSummary
|
||||
sidebar_class_name: gosdk
|
||||
keywords: ['go', 'Golang', 'sdk', 'AccessSummary', 'V2024AccessSummary']
|
||||
slug: /tools/sdk/go/v2024/models/access-summary
|
||||
tags: ['SDK', 'Software Development Kit', 'AccessSummary', 'V2024AccessSummary']
|
||||
---
|
||||
|
||||
# AccessSummary
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**Access** | Pointer to [**AccessSummaryAccess**](access-summary-access) | | [optional]
|
||||
**Entitlement** | Pointer to [**NullableReviewableEntitlement**](reviewable-entitlement) | | [optional]
|
||||
**AccessProfile** | Pointer to [**ReviewableAccessProfile**](reviewable-access-profile) | | [optional]
|
||||
**Role** | Pointer to [**NullableReviewableRole**](reviewable-role) | | [optional]
|
||||
|
||||
## Methods
|
||||
|
||||
### NewAccessSummary
|
||||
|
||||
`func NewAccessSummary() *AccessSummary`
|
||||
|
||||
NewAccessSummary instantiates a new AccessSummary 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
|
||||
|
||||
### NewAccessSummaryWithDefaults
|
||||
|
||||
`func NewAccessSummaryWithDefaults() *AccessSummary`
|
||||
|
||||
NewAccessSummaryWithDefaults instantiates a new AccessSummary 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
|
||||
|
||||
### GetAccess
|
||||
|
||||
`func (o *AccessSummary) GetAccess() AccessSummaryAccess`
|
||||
|
||||
GetAccess returns the Access field if non-nil, zero value otherwise.
|
||||
|
||||
### GetAccessOk
|
||||
|
||||
`func (o *AccessSummary) GetAccessOk() (*AccessSummaryAccess, 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 *AccessSummary) SetAccess(v AccessSummaryAccess)`
|
||||
|
||||
SetAccess sets Access field to given value.
|
||||
|
||||
### HasAccess
|
||||
|
||||
`func (o *AccessSummary) HasAccess() bool`
|
||||
|
||||
HasAccess returns a boolean if a field has been set.
|
||||
|
||||
### GetEntitlement
|
||||
|
||||
`func (o *AccessSummary) GetEntitlement() ReviewableEntitlement`
|
||||
|
||||
GetEntitlement returns the Entitlement field if non-nil, zero value otherwise.
|
||||
|
||||
### GetEntitlementOk
|
||||
|
||||
`func (o *AccessSummary) GetEntitlementOk() (*ReviewableEntitlement, bool)`
|
||||
|
||||
GetEntitlementOk returns a tuple with the Entitlement field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetEntitlement
|
||||
|
||||
`func (o *AccessSummary) SetEntitlement(v ReviewableEntitlement)`
|
||||
|
||||
SetEntitlement sets Entitlement field to given value.
|
||||
|
||||
### HasEntitlement
|
||||
|
||||
`func (o *AccessSummary) HasEntitlement() bool`
|
||||
|
||||
HasEntitlement returns a boolean if a field has been set.
|
||||
|
||||
### SetEntitlementNil
|
||||
|
||||
`func (o *AccessSummary) SetEntitlementNil(b bool)`
|
||||
|
||||
SetEntitlementNil sets the value for Entitlement to be an explicit nil
|
||||
|
||||
### UnsetEntitlement
|
||||
`func (o *AccessSummary) UnsetEntitlement()`
|
||||
|
||||
UnsetEntitlement ensures that no value is present for Entitlement, not even an explicit nil
|
||||
### GetAccessProfile
|
||||
|
||||
`func (o *AccessSummary) GetAccessProfile() ReviewableAccessProfile`
|
||||
|
||||
GetAccessProfile returns the AccessProfile field if non-nil, zero value otherwise.
|
||||
|
||||
### GetAccessProfileOk
|
||||
|
||||
`func (o *AccessSummary) GetAccessProfileOk() (*ReviewableAccessProfile, bool)`
|
||||
|
||||
GetAccessProfileOk returns a tuple with the AccessProfile field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetAccessProfile
|
||||
|
||||
`func (o *AccessSummary) SetAccessProfile(v ReviewableAccessProfile)`
|
||||
|
||||
SetAccessProfile sets AccessProfile field to given value.
|
||||
|
||||
### HasAccessProfile
|
||||
|
||||
`func (o *AccessSummary) HasAccessProfile() bool`
|
||||
|
||||
HasAccessProfile returns a boolean if a field has been set.
|
||||
|
||||
### GetRole
|
||||
|
||||
`func (o *AccessSummary) GetRole() ReviewableRole`
|
||||
|
||||
GetRole returns the Role field if non-nil, zero value otherwise.
|
||||
|
||||
### GetRoleOk
|
||||
|
||||
`func (o *AccessSummary) GetRoleOk() (*ReviewableRole, bool)`
|
||||
|
||||
GetRoleOk returns a tuple with the Role field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetRole
|
||||
|
||||
`func (o *AccessSummary) SetRole(v ReviewableRole)`
|
||||
|
||||
SetRole sets Role field to given value.
|
||||
|
||||
### HasRole
|
||||
|
||||
`func (o *AccessSummary) HasRole() bool`
|
||||
|
||||
HasRole returns a boolean if a field has been set.
|
||||
|
||||
### SetRoleNil
|
||||
|
||||
`func (o *AccessSummary) SetRoleNil(b bool)`
|
||||
|
||||
SetRoleNil sets the value for Role to be an explicit nil
|
||||
|
||||
### UnsetRole
|
||||
`func (o *AccessSummary) UnsetRole()`
|
||||
|
||||
UnsetRole ensures that no value is present for Role, not even an explicit nil
|
||||
|
||||
@@ -1,116 +0,0 @@
|
||||
---
|
||||
id: v2024-access-summary-access
|
||||
title: AccessSummaryAccess
|
||||
pagination_label: AccessSummaryAccess
|
||||
sidebar_label: AccessSummaryAccess
|
||||
sidebar_class_name: gosdk
|
||||
keywords: ['go', 'Golang', 'sdk', 'AccessSummaryAccess', 'V2024AccessSummaryAccess']
|
||||
slug: /tools/sdk/go/v2024/models/access-summary-access
|
||||
tags: ['SDK', 'Software Development Kit', 'AccessSummaryAccess', 'V2024AccessSummaryAccess']
|
||||
---
|
||||
|
||||
# AccessSummaryAccess
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**Type** | Pointer to [**DtoType**](dto-type) | | [optional]
|
||||
**Id** | Pointer to **string** | The ID of the item being certified | [optional]
|
||||
**Name** | Pointer to **string** | The name of the item being certified | [optional]
|
||||
|
||||
## Methods
|
||||
|
||||
### NewAccessSummaryAccess
|
||||
|
||||
`func NewAccessSummaryAccess() *AccessSummaryAccess`
|
||||
|
||||
NewAccessSummaryAccess instantiates a new AccessSummaryAccess 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
|
||||
|
||||
### NewAccessSummaryAccessWithDefaults
|
||||
|
||||
`func NewAccessSummaryAccessWithDefaults() *AccessSummaryAccess`
|
||||
|
||||
NewAccessSummaryAccessWithDefaults instantiates a new AccessSummaryAccess 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 *AccessSummaryAccess) GetType() DtoType`
|
||||
|
||||
GetType returns the Type field if non-nil, zero value otherwise.
|
||||
|
||||
### GetTypeOk
|
||||
|
||||
`func (o *AccessSummaryAccess) GetTypeOk() (*DtoType, 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 *AccessSummaryAccess) SetType(v DtoType)`
|
||||
|
||||
SetType sets Type field to given value.
|
||||
|
||||
### HasType
|
||||
|
||||
`func (o *AccessSummaryAccess) HasType() bool`
|
||||
|
||||
HasType returns a boolean if a field has been set.
|
||||
|
||||
### GetId
|
||||
|
||||
`func (o *AccessSummaryAccess) GetId() string`
|
||||
|
||||
GetId returns the Id field if non-nil, zero value otherwise.
|
||||
|
||||
### GetIdOk
|
||||
|
||||
`func (o *AccessSummaryAccess) 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 *AccessSummaryAccess) SetId(v string)`
|
||||
|
||||
SetId sets Id field to given value.
|
||||
|
||||
### HasId
|
||||
|
||||
`func (o *AccessSummaryAccess) HasId() bool`
|
||||
|
||||
HasId returns a boolean if a field has been set.
|
||||
|
||||
### GetName
|
||||
|
||||
`func (o *AccessSummaryAccess) GetName() string`
|
||||
|
||||
GetName returns the Name field if non-nil, zero value otherwise.
|
||||
|
||||
### GetNameOk
|
||||
|
||||
`func (o *AccessSummaryAccess) 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 *AccessSummaryAccess) SetName(v string)`
|
||||
|
||||
SetName sets Name field to given value.
|
||||
|
||||
### HasName
|
||||
|
||||
`func (o *AccessSummaryAccess) HasName() bool`
|
||||
|
||||
HasName returns a boolean if a field has been set.
|
||||
|
||||
|
||||
@@ -1,21 +0,0 @@
|
||||
---
|
||||
id: v2024-access-type
|
||||
title: AccessType
|
||||
pagination_label: AccessType
|
||||
sidebar_label: AccessType
|
||||
sidebar_class_name: gosdk
|
||||
keywords: ['go', 'Golang', 'sdk', 'AccessType', 'V2024AccessType']
|
||||
slug: /tools/sdk/go/v2024/models/access-type
|
||||
tags: ['SDK', 'Software Development Kit', 'AccessType', 'V2024AccessType']
|
||||
---
|
||||
|
||||
# AccessType
|
||||
|
||||
## Enum
|
||||
|
||||
|
||||
* `ONLINE` (value: `"ONLINE"`)
|
||||
|
||||
* `OFFLINE` (value: `"OFFLINE"`)
|
||||
|
||||
|
||||
@@ -1,816 +0,0 @@
|
||||
---
|
||||
id: v2024-account
|
||||
title: Account
|
||||
pagination_label: Account
|
||||
sidebar_label: Account
|
||||
sidebar_class_name: gosdk
|
||||
keywords: ['go', 'Golang', 'sdk', 'Account', 'V2024Account']
|
||||
slug: /tools/sdk/go/v2024/models/account
|
||||
tags: ['SDK', 'Software Development Kit', 'Account', 'V2024Account']
|
||||
---
|
||||
|
||||
# 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 [**AccountAllOfRecommendation**](account-all-of-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 [**AccountAllOfIdentity**](account-all-of-identity) | | [optional]
|
||||
**SourceOwner** | Pointer to [**NullableAccountAllOfSourceOwner**](account-all-of-source-owner) | | [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 [**AccountAllOfOwnerIdentity**](account-all-of-owner-identity) | | [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() AccountAllOfRecommendation`
|
||||
|
||||
GetRecommendation returns the Recommendation field if non-nil, zero value otherwise.
|
||||
|
||||
### GetRecommendationOk
|
||||
|
||||
`func (o *Account) GetRecommendationOk() (*AccountAllOfRecommendation, 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 AccountAllOfRecommendation)`
|
||||
|
||||
SetRecommendation sets Recommendation field to given value.
|
||||
|
||||
### HasRecommendation
|
||||
|
||||
`func (o *Account) HasRecommendation() bool`
|
||||
|
||||
HasRecommendation returns a boolean if a field has been set.
|
||||
|
||||
### 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() AccountAllOfIdentity`
|
||||
|
||||
GetIdentity returns the Identity field if non-nil, zero value otherwise.
|
||||
|
||||
### GetIdentityOk
|
||||
|
||||
`func (o *Account) GetIdentityOk() (*AccountAllOfIdentity, 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 AccountAllOfIdentity)`
|
||||
|
||||
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() AccountAllOfSourceOwner`
|
||||
|
||||
GetSourceOwner returns the SourceOwner field if non-nil, zero value otherwise.
|
||||
|
||||
### GetSourceOwnerOk
|
||||
|
||||
`func (o *Account) GetSourceOwnerOk() (*AccountAllOfSourceOwner, 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 AccountAllOfSourceOwner)`
|
||||
|
||||
SetSourceOwner sets SourceOwner field to given value.
|
||||
|
||||
### HasSourceOwner
|
||||
|
||||
`func (o *Account) HasSourceOwner() bool`
|
||||
|
||||
HasSourceOwner returns a boolean if a field has been set.
|
||||
|
||||
### SetSourceOwnerNil
|
||||
|
||||
`func (o *Account) SetSourceOwnerNil(b bool)`
|
||||
|
||||
SetSourceOwnerNil sets the value for SourceOwner to be an explicit nil
|
||||
|
||||
### UnsetSourceOwner
|
||||
`func (o *Account) UnsetSourceOwner()`
|
||||
|
||||
UnsetSourceOwner ensures that no value is present for SourceOwner, not even an explicit nil
|
||||
### 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() AccountAllOfOwnerIdentity`
|
||||
|
||||
GetOwnerIdentity returns the OwnerIdentity field if non-nil, zero value otherwise.
|
||||
|
||||
### GetOwnerIdentityOk
|
||||
|
||||
`func (o *Account) GetOwnerIdentityOk() (*AccountAllOfOwnerIdentity, 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 AccountAllOfOwnerIdentity)`
|
||||
|
||||
SetOwnerIdentity sets OwnerIdentity field to given value.
|
||||
|
||||
### HasOwnerIdentity
|
||||
|
||||
`func (o *Account) HasOwnerIdentity() bool`
|
||||
|
||||
HasOwnerIdentity returns a boolean if a field has been set.
|
||||
|
||||
|
||||
@@ -1,90 +0,0 @@
|
||||
---
|
||||
id: v2024-account-action
|
||||
title: AccountAction
|
||||
pagination_label: AccountAction
|
||||
sidebar_label: AccountAction
|
||||
sidebar_class_name: gosdk
|
||||
keywords: ['go', 'Golang', 'sdk', 'AccountAction', 'V2024AccountAction']
|
||||
slug: /tools/sdk/go/v2024/models/account-action
|
||||
tags: ['SDK', 'Software Development Kit', 'AccountAction', 'V2024AccountAction']
|
||||
---
|
||||
|
||||
# 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 unique 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.
|
||||
|
||||
|
||||
@@ -1,502 +0,0 @@
|
||||
---
|
||||
id: v2024-account-activity
|
||||
title: AccountActivity
|
||||
pagination_label: AccountActivity
|
||||
sidebar_label: AccountActivity
|
||||
sidebar_class_name: gosdk
|
||||
keywords: ['go', 'Golang', 'sdk', 'AccountActivity', 'V2024AccountActivity']
|
||||
slug: /tools/sdk/go/v2024/models/account-activity
|
||||
tags: ['SDK', 'Software Development Kit', 'AccountActivity', 'V2024AccountActivity']
|
||||
---
|
||||
|
||||
# AccountActivity
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**Id** | Pointer to **string** | Id of the account activity | [optional]
|
||||
**Name** | Pointer to **string** | The name of the activity | [optional]
|
||||
**Created** | Pointer to **time.Time** | When the activity was first created | [optional]
|
||||
**Modified** | Pointer to **NullableTime** | When the activity was last modified | [optional]
|
||||
**Completed** | Pointer to **NullableTime** | When the activity was completed | [optional]
|
||||
**CompletionStatus** | Pointer to [**NullableCompletionStatus**](completion-status) | | [optional]
|
||||
**Type** | Pointer to **NullableString** | The type of action the activity performed. Please see the following list of types. This list may grow over time. - CloudAutomated - IdentityAttributeUpdate - appRequest - LifecycleStateChange - AccountStateUpdate - AccountAttributeUpdate - CloudPasswordRequest - Attribute Synchronization Refresh - Certification - Identity Refresh - Lifecycle Change Refresh [Learn more here](https://documentation.sailpoint.com/saas/help/search/searchable-fields.html#searching-account-activity-data). | [optional]
|
||||
**RequesterIdentitySummary** | Pointer to [**NullableIdentitySummary**](identity-summary) | | [optional]
|
||||
**TargetIdentitySummary** | Pointer to [**NullableIdentitySummary**](identity-summary) | | [optional]
|
||||
**Errors** | Pointer to **[]string** | A list of error messages, if any, that were encountered. | [optional]
|
||||
**Warnings** | Pointer to **[]string** | A list of warning messages, if any, that were encountered. | [optional]
|
||||
**Items** | Pointer to [**[]AccountActivityItem**](account-activity-item) | Individual actions performed as part of this account activity | [optional]
|
||||
**ExecutionStatus** | Pointer to [**ExecutionStatus**](execution-status) | | [optional]
|
||||
**ClientMetadata** | Pointer to **map[string]string** | Arbitrary key-value pairs, if any were included in the corresponding access request | [optional]
|
||||
|
||||
## Methods
|
||||
|
||||
### NewAccountActivity
|
||||
|
||||
`func NewAccountActivity() *AccountActivity`
|
||||
|
||||
NewAccountActivity instantiates a new AccountActivity 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
|
||||
|
||||
### NewAccountActivityWithDefaults
|
||||
|
||||
`func NewAccountActivityWithDefaults() *AccountActivity`
|
||||
|
||||
NewAccountActivityWithDefaults instantiates a new AccountActivity 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 *AccountActivity) GetId() string`
|
||||
|
||||
GetId returns the Id field if non-nil, zero value otherwise.
|
||||
|
||||
### GetIdOk
|
||||
|
||||
`func (o *AccountActivity) 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 *AccountActivity) SetId(v string)`
|
||||
|
||||
SetId sets Id field to given value.
|
||||
|
||||
### HasId
|
||||
|
||||
`func (o *AccountActivity) HasId() bool`
|
||||
|
||||
HasId returns a boolean if a field has been set.
|
||||
|
||||
### GetName
|
||||
|
||||
`func (o *AccountActivity) GetName() string`
|
||||
|
||||
GetName returns the Name field if non-nil, zero value otherwise.
|
||||
|
||||
### GetNameOk
|
||||
|
||||
`func (o *AccountActivity) 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 *AccountActivity) SetName(v string)`
|
||||
|
||||
SetName sets Name field to given value.
|
||||
|
||||
### HasName
|
||||
|
||||
`func (o *AccountActivity) HasName() bool`
|
||||
|
||||
HasName returns a boolean if a field has been set.
|
||||
|
||||
### GetCreated
|
||||
|
||||
`func (o *AccountActivity) GetCreated() time.Time`
|
||||
|
||||
GetCreated returns the Created field if non-nil, zero value otherwise.
|
||||
|
||||
### GetCreatedOk
|
||||
|
||||
`func (o *AccountActivity) 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 *AccountActivity) SetCreated(v time.Time)`
|
||||
|
||||
SetCreated sets Created field to given value.
|
||||
|
||||
### HasCreated
|
||||
|
||||
`func (o *AccountActivity) HasCreated() bool`
|
||||
|
||||
HasCreated returns a boolean if a field has been set.
|
||||
|
||||
### GetModified
|
||||
|
||||
`func (o *AccountActivity) GetModified() time.Time`
|
||||
|
||||
GetModified returns the Modified field if non-nil, zero value otherwise.
|
||||
|
||||
### GetModifiedOk
|
||||
|
||||
`func (o *AccountActivity) 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 *AccountActivity) SetModified(v time.Time)`
|
||||
|
||||
SetModified sets Modified field to given value.
|
||||
|
||||
### HasModified
|
||||
|
||||
`func (o *AccountActivity) HasModified() bool`
|
||||
|
||||
HasModified returns a boolean if a field has been set.
|
||||
|
||||
### SetModifiedNil
|
||||
|
||||
`func (o *AccountActivity) SetModifiedNil(b bool)`
|
||||
|
||||
SetModifiedNil sets the value for Modified to be an explicit nil
|
||||
|
||||
### UnsetModified
|
||||
`func (o *AccountActivity) UnsetModified()`
|
||||
|
||||
UnsetModified ensures that no value is present for Modified, not even an explicit nil
|
||||
### GetCompleted
|
||||
|
||||
`func (o *AccountActivity) GetCompleted() time.Time`
|
||||
|
||||
GetCompleted returns the Completed field if non-nil, zero value otherwise.
|
||||
|
||||
### GetCompletedOk
|
||||
|
||||
`func (o *AccountActivity) 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 *AccountActivity) SetCompleted(v time.Time)`
|
||||
|
||||
SetCompleted sets Completed field to given value.
|
||||
|
||||
### HasCompleted
|
||||
|
||||
`func (o *AccountActivity) HasCompleted() bool`
|
||||
|
||||
HasCompleted returns a boolean if a field has been set.
|
||||
|
||||
### SetCompletedNil
|
||||
|
||||
`func (o *AccountActivity) SetCompletedNil(b bool)`
|
||||
|
||||
SetCompletedNil sets the value for Completed to be an explicit nil
|
||||
|
||||
### UnsetCompleted
|
||||
`func (o *AccountActivity) UnsetCompleted()`
|
||||
|
||||
UnsetCompleted ensures that no value is present for Completed, not even an explicit nil
|
||||
### GetCompletionStatus
|
||||
|
||||
`func (o *AccountActivity) GetCompletionStatus() CompletionStatus`
|
||||
|
||||
GetCompletionStatus returns the CompletionStatus field if non-nil, zero value otherwise.
|
||||
|
||||
### GetCompletionStatusOk
|
||||
|
||||
`func (o *AccountActivity) GetCompletionStatusOk() (*CompletionStatus, bool)`
|
||||
|
||||
GetCompletionStatusOk returns a tuple with the CompletionStatus field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetCompletionStatus
|
||||
|
||||
`func (o *AccountActivity) SetCompletionStatus(v CompletionStatus)`
|
||||
|
||||
SetCompletionStatus sets CompletionStatus field to given value.
|
||||
|
||||
### HasCompletionStatus
|
||||
|
||||
`func (o *AccountActivity) HasCompletionStatus() bool`
|
||||
|
||||
HasCompletionStatus returns a boolean if a field has been set.
|
||||
|
||||
### SetCompletionStatusNil
|
||||
|
||||
`func (o *AccountActivity) SetCompletionStatusNil(b bool)`
|
||||
|
||||
SetCompletionStatusNil sets the value for CompletionStatus to be an explicit nil
|
||||
|
||||
### UnsetCompletionStatus
|
||||
`func (o *AccountActivity) UnsetCompletionStatus()`
|
||||
|
||||
UnsetCompletionStatus ensures that no value is present for CompletionStatus, not even an explicit nil
|
||||
### GetType
|
||||
|
||||
`func (o *AccountActivity) GetType() string`
|
||||
|
||||
GetType returns the Type field if non-nil, zero value otherwise.
|
||||
|
||||
### GetTypeOk
|
||||
|
||||
`func (o *AccountActivity) 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 *AccountActivity) SetType(v string)`
|
||||
|
||||
SetType sets Type field to given value.
|
||||
|
||||
### HasType
|
||||
|
||||
`func (o *AccountActivity) HasType() bool`
|
||||
|
||||
HasType returns a boolean if a field has been set.
|
||||
|
||||
### SetTypeNil
|
||||
|
||||
`func (o *AccountActivity) SetTypeNil(b bool)`
|
||||
|
||||
SetTypeNil sets the value for Type to be an explicit nil
|
||||
|
||||
### UnsetType
|
||||
`func (o *AccountActivity) UnsetType()`
|
||||
|
||||
UnsetType ensures that no value is present for Type, not even an explicit nil
|
||||
### GetRequesterIdentitySummary
|
||||
|
||||
`func (o *AccountActivity) GetRequesterIdentitySummary() IdentitySummary`
|
||||
|
||||
GetRequesterIdentitySummary returns the RequesterIdentitySummary field if non-nil, zero value otherwise.
|
||||
|
||||
### GetRequesterIdentitySummaryOk
|
||||
|
||||
`func (o *AccountActivity) GetRequesterIdentitySummaryOk() (*IdentitySummary, bool)`
|
||||
|
||||
GetRequesterIdentitySummaryOk returns a tuple with the RequesterIdentitySummary field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetRequesterIdentitySummary
|
||||
|
||||
`func (o *AccountActivity) SetRequesterIdentitySummary(v IdentitySummary)`
|
||||
|
||||
SetRequesterIdentitySummary sets RequesterIdentitySummary field to given value.
|
||||
|
||||
### HasRequesterIdentitySummary
|
||||
|
||||
`func (o *AccountActivity) HasRequesterIdentitySummary() bool`
|
||||
|
||||
HasRequesterIdentitySummary returns a boolean if a field has been set.
|
||||
|
||||
### SetRequesterIdentitySummaryNil
|
||||
|
||||
`func (o *AccountActivity) SetRequesterIdentitySummaryNil(b bool)`
|
||||
|
||||
SetRequesterIdentitySummaryNil sets the value for RequesterIdentitySummary to be an explicit nil
|
||||
|
||||
### UnsetRequesterIdentitySummary
|
||||
`func (o *AccountActivity) UnsetRequesterIdentitySummary()`
|
||||
|
||||
UnsetRequesterIdentitySummary ensures that no value is present for RequesterIdentitySummary, not even an explicit nil
|
||||
### GetTargetIdentitySummary
|
||||
|
||||
`func (o *AccountActivity) GetTargetIdentitySummary() IdentitySummary`
|
||||
|
||||
GetTargetIdentitySummary returns the TargetIdentitySummary field if non-nil, zero value otherwise.
|
||||
|
||||
### GetTargetIdentitySummaryOk
|
||||
|
||||
`func (o *AccountActivity) GetTargetIdentitySummaryOk() (*IdentitySummary, bool)`
|
||||
|
||||
GetTargetIdentitySummaryOk returns a tuple with the TargetIdentitySummary field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetTargetIdentitySummary
|
||||
|
||||
`func (o *AccountActivity) SetTargetIdentitySummary(v IdentitySummary)`
|
||||
|
||||
SetTargetIdentitySummary sets TargetIdentitySummary field to given value.
|
||||
|
||||
### HasTargetIdentitySummary
|
||||
|
||||
`func (o *AccountActivity) HasTargetIdentitySummary() bool`
|
||||
|
||||
HasTargetIdentitySummary returns a boolean if a field has been set.
|
||||
|
||||
### SetTargetIdentitySummaryNil
|
||||
|
||||
`func (o *AccountActivity) SetTargetIdentitySummaryNil(b bool)`
|
||||
|
||||
SetTargetIdentitySummaryNil sets the value for TargetIdentitySummary to be an explicit nil
|
||||
|
||||
### UnsetTargetIdentitySummary
|
||||
`func (o *AccountActivity) UnsetTargetIdentitySummary()`
|
||||
|
||||
UnsetTargetIdentitySummary ensures that no value is present for TargetIdentitySummary, not even an explicit nil
|
||||
### GetErrors
|
||||
|
||||
`func (o *AccountActivity) GetErrors() []string`
|
||||
|
||||
GetErrors returns the Errors field if non-nil, zero value otherwise.
|
||||
|
||||
### GetErrorsOk
|
||||
|
||||
`func (o *AccountActivity) 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 *AccountActivity) SetErrors(v []string)`
|
||||
|
||||
SetErrors sets Errors field to given value.
|
||||
|
||||
### HasErrors
|
||||
|
||||
`func (o *AccountActivity) HasErrors() bool`
|
||||
|
||||
HasErrors returns a boolean if a field has been set.
|
||||
|
||||
### SetErrorsNil
|
||||
|
||||
`func (o *AccountActivity) SetErrorsNil(b bool)`
|
||||
|
||||
SetErrorsNil sets the value for Errors to be an explicit nil
|
||||
|
||||
### UnsetErrors
|
||||
`func (o *AccountActivity) UnsetErrors()`
|
||||
|
||||
UnsetErrors ensures that no value is present for Errors, not even an explicit nil
|
||||
### GetWarnings
|
||||
|
||||
`func (o *AccountActivity) GetWarnings() []string`
|
||||
|
||||
GetWarnings returns the Warnings field if non-nil, zero value otherwise.
|
||||
|
||||
### GetWarningsOk
|
||||
|
||||
`func (o *AccountActivity) 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 *AccountActivity) SetWarnings(v []string)`
|
||||
|
||||
SetWarnings sets Warnings field to given value.
|
||||
|
||||
### HasWarnings
|
||||
|
||||
`func (o *AccountActivity) HasWarnings() bool`
|
||||
|
||||
HasWarnings returns a boolean if a field has been set.
|
||||
|
||||
### SetWarningsNil
|
||||
|
||||
`func (o *AccountActivity) SetWarningsNil(b bool)`
|
||||
|
||||
SetWarningsNil sets the value for Warnings to be an explicit nil
|
||||
|
||||
### UnsetWarnings
|
||||
`func (o *AccountActivity) UnsetWarnings()`
|
||||
|
||||
UnsetWarnings ensures that no value is present for Warnings, not even an explicit nil
|
||||
### GetItems
|
||||
|
||||
`func (o *AccountActivity) GetItems() []AccountActivityItem`
|
||||
|
||||
GetItems returns the Items field if non-nil, zero value otherwise.
|
||||
|
||||
### GetItemsOk
|
||||
|
||||
`func (o *AccountActivity) GetItemsOk() (*[]AccountActivityItem, 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 *AccountActivity) SetItems(v []AccountActivityItem)`
|
||||
|
||||
SetItems sets Items field to given value.
|
||||
|
||||
### HasItems
|
||||
|
||||
`func (o *AccountActivity) HasItems() bool`
|
||||
|
||||
HasItems returns a boolean if a field has been set.
|
||||
|
||||
### SetItemsNil
|
||||
|
||||
`func (o *AccountActivity) SetItemsNil(b bool)`
|
||||
|
||||
SetItemsNil sets the value for Items to be an explicit nil
|
||||
|
||||
### UnsetItems
|
||||
`func (o *AccountActivity) UnsetItems()`
|
||||
|
||||
UnsetItems ensures that no value is present for Items, not even an explicit nil
|
||||
### GetExecutionStatus
|
||||
|
||||
`func (o *AccountActivity) GetExecutionStatus() ExecutionStatus`
|
||||
|
||||
GetExecutionStatus returns the ExecutionStatus field if non-nil, zero value otherwise.
|
||||
|
||||
### GetExecutionStatusOk
|
||||
|
||||
`func (o *AccountActivity) GetExecutionStatusOk() (*ExecutionStatus, bool)`
|
||||
|
||||
GetExecutionStatusOk returns a tuple with the ExecutionStatus field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetExecutionStatus
|
||||
|
||||
`func (o *AccountActivity) SetExecutionStatus(v ExecutionStatus)`
|
||||
|
||||
SetExecutionStatus sets ExecutionStatus field to given value.
|
||||
|
||||
### HasExecutionStatus
|
||||
|
||||
`func (o *AccountActivity) HasExecutionStatus() bool`
|
||||
|
||||
HasExecutionStatus returns a boolean if a field has been set.
|
||||
|
||||
### GetClientMetadata
|
||||
|
||||
`func (o *AccountActivity) GetClientMetadata() map[string]string`
|
||||
|
||||
GetClientMetadata returns the ClientMetadata field if non-nil, zero value otherwise.
|
||||
|
||||
### GetClientMetadataOk
|
||||
|
||||
`func (o *AccountActivity) 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 *AccountActivity) SetClientMetadata(v map[string]string)`
|
||||
|
||||
SetClientMetadata sets ClientMetadata field to given value.
|
||||
|
||||
### HasClientMetadata
|
||||
|
||||
`func (o *AccountActivity) HasClientMetadata() bool`
|
||||
|
||||
HasClientMetadata returns a boolean if a field has been set.
|
||||
|
||||
### SetClientMetadataNil
|
||||
|
||||
`func (o *AccountActivity) SetClientMetadataNil(b bool)`
|
||||
|
||||
SetClientMetadataNil sets the value for ClientMetadata to be an explicit nil
|
||||
|
||||
### UnsetClientMetadata
|
||||
`func (o *AccountActivity) UnsetClientMetadata()`
|
||||
|
||||
UnsetClientMetadata ensures that no value is present for ClientMetadata, not even an explicit nil
|
||||
|
||||
@@ -1,29 +0,0 @@
|
||||
---
|
||||
id: v2024-account-activity-approval-status
|
||||
title: AccountActivityApprovalStatus
|
||||
pagination_label: AccountActivityApprovalStatus
|
||||
sidebar_label: AccountActivityApprovalStatus
|
||||
sidebar_class_name: gosdk
|
||||
keywords: ['go', 'Golang', 'sdk', 'AccountActivityApprovalStatus', 'V2024AccountActivityApprovalStatus']
|
||||
slug: /tools/sdk/go/v2024/models/account-activity-approval-status
|
||||
tags: ['SDK', 'Software Development Kit', 'AccountActivityApprovalStatus', 'V2024AccountActivityApprovalStatus']
|
||||
---
|
||||
|
||||
# AccountActivityApprovalStatus
|
||||
|
||||
## Enum
|
||||
|
||||
|
||||
* `FINISHED` (value: `"FINISHED"`)
|
||||
|
||||
* `REJECTED` (value: `"REJECTED"`)
|
||||
|
||||
* `RETURNED` (value: `"RETURNED"`)
|
||||
|
||||
* `EXPIRED` (value: `"EXPIRED"`)
|
||||
|
||||
* `PENDING` (value: `"PENDING"`)
|
||||
|
||||
* `CANCELED` (value: `"CANCELED"`)
|
||||
|
||||
|
||||
@@ -1,520 +0,0 @@
|
||||
---
|
||||
id: v2024-account-activity-document
|
||||
title: AccountActivityDocument
|
||||
pagination_label: AccountActivityDocument
|
||||
sidebar_label: AccountActivityDocument
|
||||
sidebar_class_name: gosdk
|
||||
keywords: ['go', 'Golang', 'sdk', 'AccountActivityDocument', 'V2024AccountActivityDocument']
|
||||
slug: /tools/sdk/go/v2024/models/account-activity-document
|
||||
tags: ['SDK', 'Software Development Kit', 'AccountActivityDocument', 'V2024AccountActivityDocument']
|
||||
---
|
||||
|
||||
# AccountActivityDocument
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**Id** | Pointer to **string** | ID of account activity. | [optional]
|
||||
**Action** | Pointer to **string** | Type of action performed in the activity. | [optional]
|
||||
**Created** | Pointer to **NullableTime** | ISO-8601 date-time referring to the time when the object was created. | [optional]
|
||||
**Modified** | Pointer to **NullableTime** | ISO-8601 date-time referring to the time when the object was last modified. | [optional]
|
||||
**Synced** | Pointer to **string** | ISO-8601 date-time referring to the date-time when object was queued to be synced into search database for use in the search API. This date-time changes anytime there is an update to the object, which triggers a synchronization event being sent to the search database. There may be some delay between the `synced` time and the time when the updated data is actually available in the search API. | [optional]
|
||||
**Stage** | Pointer to **string** | Activity's current stage. | [optional]
|
||||
**Status** | Pointer to **string** | Activity's current status. | [optional]
|
||||
**Requester** | Pointer to [**ActivityIdentity**](activity-identity) | | [optional]
|
||||
**Recipient** | Pointer to [**ActivityIdentity**](activity-identity) | | [optional]
|
||||
**TrackingNumber** | Pointer to **string** | Account activity's tracking number. | [optional]
|
||||
**Errors** | Pointer to **[]string** | Errors provided by the source while completing account actions. | [optional]
|
||||
**Warnings** | Pointer to **[]string** | Warnings provided by the source while completing account actions. | [optional]
|
||||
**Approvals** | Pointer to [**[]Approval1**](approval1) | Approvals performed on an item during activity. | [optional]
|
||||
**OriginalRequests** | Pointer to [**[]OriginalRequest**](original-request) | Original actions that triggered all individual source actions related to the account action. | [optional]
|
||||
**ExpansionItems** | Pointer to [**[]ExpansionItem**](expansion-item) | Controls that translated the attribute requests into actual provisioning actions on the source. | [optional]
|
||||
**AccountRequests** | Pointer to [**[]AccountRequest**](account-request) | Account data for each individual source action triggered by the original requests. | [optional]
|
||||
**Sources** | Pointer to **string** | Sources involved in the account activity. | [optional]
|
||||
|
||||
## Methods
|
||||
|
||||
### NewAccountActivityDocument
|
||||
|
||||
`func NewAccountActivityDocument() *AccountActivityDocument`
|
||||
|
||||
NewAccountActivityDocument instantiates a new AccountActivityDocument 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
|
||||
|
||||
### NewAccountActivityDocumentWithDefaults
|
||||
|
||||
`func NewAccountActivityDocumentWithDefaults() *AccountActivityDocument`
|
||||
|
||||
NewAccountActivityDocumentWithDefaults instantiates a new AccountActivityDocument 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 *AccountActivityDocument) GetId() string`
|
||||
|
||||
GetId returns the Id field if non-nil, zero value otherwise.
|
||||
|
||||
### GetIdOk
|
||||
|
||||
`func (o *AccountActivityDocument) 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 *AccountActivityDocument) SetId(v string)`
|
||||
|
||||
SetId sets Id field to given value.
|
||||
|
||||
### HasId
|
||||
|
||||
`func (o *AccountActivityDocument) HasId() bool`
|
||||
|
||||
HasId returns a boolean if a field has been set.
|
||||
|
||||
### GetAction
|
||||
|
||||
`func (o *AccountActivityDocument) GetAction() string`
|
||||
|
||||
GetAction returns the Action field if non-nil, zero value otherwise.
|
||||
|
||||
### GetActionOk
|
||||
|
||||
`func (o *AccountActivityDocument) 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 *AccountActivityDocument) SetAction(v string)`
|
||||
|
||||
SetAction sets Action field to given value.
|
||||
|
||||
### HasAction
|
||||
|
||||
`func (o *AccountActivityDocument) HasAction() bool`
|
||||
|
||||
HasAction returns a boolean if a field has been set.
|
||||
|
||||
### GetCreated
|
||||
|
||||
`func (o *AccountActivityDocument) GetCreated() time.Time`
|
||||
|
||||
GetCreated returns the Created field if non-nil, zero value otherwise.
|
||||
|
||||
### GetCreatedOk
|
||||
|
||||
`func (o *AccountActivityDocument) 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 *AccountActivityDocument) SetCreated(v time.Time)`
|
||||
|
||||
SetCreated sets Created field to given value.
|
||||
|
||||
### HasCreated
|
||||
|
||||
`func (o *AccountActivityDocument) HasCreated() bool`
|
||||
|
||||
HasCreated returns a boolean if a field has been set.
|
||||
|
||||
### SetCreatedNil
|
||||
|
||||
`func (o *AccountActivityDocument) SetCreatedNil(b bool)`
|
||||
|
||||
SetCreatedNil sets the value for Created to be an explicit nil
|
||||
|
||||
### UnsetCreated
|
||||
`func (o *AccountActivityDocument) UnsetCreated()`
|
||||
|
||||
UnsetCreated ensures that no value is present for Created, not even an explicit nil
|
||||
### GetModified
|
||||
|
||||
`func (o *AccountActivityDocument) GetModified() time.Time`
|
||||
|
||||
GetModified returns the Modified field if non-nil, zero value otherwise.
|
||||
|
||||
### GetModifiedOk
|
||||
|
||||
`func (o *AccountActivityDocument) 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 *AccountActivityDocument) SetModified(v time.Time)`
|
||||
|
||||
SetModified sets Modified field to given value.
|
||||
|
||||
### HasModified
|
||||
|
||||
`func (o *AccountActivityDocument) HasModified() bool`
|
||||
|
||||
HasModified returns a boolean if a field has been set.
|
||||
|
||||
### SetModifiedNil
|
||||
|
||||
`func (o *AccountActivityDocument) SetModifiedNil(b bool)`
|
||||
|
||||
SetModifiedNil sets the value for Modified to be an explicit nil
|
||||
|
||||
### UnsetModified
|
||||
`func (o *AccountActivityDocument) UnsetModified()`
|
||||
|
||||
UnsetModified ensures that no value is present for Modified, not even an explicit nil
|
||||
### GetSynced
|
||||
|
||||
`func (o *AccountActivityDocument) GetSynced() string`
|
||||
|
||||
GetSynced returns the Synced field if non-nil, zero value otherwise.
|
||||
|
||||
### GetSyncedOk
|
||||
|
||||
`func (o *AccountActivityDocument) GetSyncedOk() (*string, bool)`
|
||||
|
||||
GetSyncedOk returns a tuple with the Synced field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetSynced
|
||||
|
||||
`func (o *AccountActivityDocument) SetSynced(v string)`
|
||||
|
||||
SetSynced sets Synced field to given value.
|
||||
|
||||
### HasSynced
|
||||
|
||||
`func (o *AccountActivityDocument) HasSynced() bool`
|
||||
|
||||
HasSynced returns a boolean if a field has been set.
|
||||
|
||||
### GetStage
|
||||
|
||||
`func (o *AccountActivityDocument) GetStage() string`
|
||||
|
||||
GetStage returns the Stage field if non-nil, zero value otherwise.
|
||||
|
||||
### GetStageOk
|
||||
|
||||
`func (o *AccountActivityDocument) GetStageOk() (*string, bool)`
|
||||
|
||||
GetStageOk returns a tuple with the Stage field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetStage
|
||||
|
||||
`func (o *AccountActivityDocument) SetStage(v string)`
|
||||
|
||||
SetStage sets Stage field to given value.
|
||||
|
||||
### HasStage
|
||||
|
||||
`func (o *AccountActivityDocument) HasStage() bool`
|
||||
|
||||
HasStage returns a boolean if a field has been set.
|
||||
|
||||
### GetStatus
|
||||
|
||||
`func (o *AccountActivityDocument) GetStatus() string`
|
||||
|
||||
GetStatus returns the Status field if non-nil, zero value otherwise.
|
||||
|
||||
### GetStatusOk
|
||||
|
||||
`func (o *AccountActivityDocument) 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 *AccountActivityDocument) SetStatus(v string)`
|
||||
|
||||
SetStatus sets Status field to given value.
|
||||
|
||||
### HasStatus
|
||||
|
||||
`func (o *AccountActivityDocument) HasStatus() bool`
|
||||
|
||||
HasStatus returns a boolean if a field has been set.
|
||||
|
||||
### GetRequester
|
||||
|
||||
`func (o *AccountActivityDocument) GetRequester() ActivityIdentity`
|
||||
|
||||
GetRequester returns the Requester field if non-nil, zero value otherwise.
|
||||
|
||||
### GetRequesterOk
|
||||
|
||||
`func (o *AccountActivityDocument) GetRequesterOk() (*ActivityIdentity, bool)`
|
||||
|
||||
GetRequesterOk returns a tuple with the Requester field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetRequester
|
||||
|
||||
`func (o *AccountActivityDocument) SetRequester(v ActivityIdentity)`
|
||||
|
||||
SetRequester sets Requester field to given value.
|
||||
|
||||
### HasRequester
|
||||
|
||||
`func (o *AccountActivityDocument) HasRequester() bool`
|
||||
|
||||
HasRequester returns a boolean if a field has been set.
|
||||
|
||||
### GetRecipient
|
||||
|
||||
`func (o *AccountActivityDocument) GetRecipient() ActivityIdentity`
|
||||
|
||||
GetRecipient returns the Recipient field if non-nil, zero value otherwise.
|
||||
|
||||
### GetRecipientOk
|
||||
|
||||
`func (o *AccountActivityDocument) GetRecipientOk() (*ActivityIdentity, bool)`
|
||||
|
||||
GetRecipientOk returns a tuple with the Recipient field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetRecipient
|
||||
|
||||
`func (o *AccountActivityDocument) SetRecipient(v ActivityIdentity)`
|
||||
|
||||
SetRecipient sets Recipient field to given value.
|
||||
|
||||
### HasRecipient
|
||||
|
||||
`func (o *AccountActivityDocument) HasRecipient() bool`
|
||||
|
||||
HasRecipient returns a boolean if a field has been set.
|
||||
|
||||
### GetTrackingNumber
|
||||
|
||||
`func (o *AccountActivityDocument) GetTrackingNumber() string`
|
||||
|
||||
GetTrackingNumber returns the TrackingNumber field if non-nil, zero value otherwise.
|
||||
|
||||
### GetTrackingNumberOk
|
||||
|
||||
`func (o *AccountActivityDocument) GetTrackingNumberOk() (*string, bool)`
|
||||
|
||||
GetTrackingNumberOk returns a tuple with the TrackingNumber field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetTrackingNumber
|
||||
|
||||
`func (o *AccountActivityDocument) SetTrackingNumber(v string)`
|
||||
|
||||
SetTrackingNumber sets TrackingNumber field to given value.
|
||||
|
||||
### HasTrackingNumber
|
||||
|
||||
`func (o *AccountActivityDocument) HasTrackingNumber() bool`
|
||||
|
||||
HasTrackingNumber returns a boolean if a field has been set.
|
||||
|
||||
### GetErrors
|
||||
|
||||
`func (o *AccountActivityDocument) GetErrors() []string`
|
||||
|
||||
GetErrors returns the Errors field if non-nil, zero value otherwise.
|
||||
|
||||
### GetErrorsOk
|
||||
|
||||
`func (o *AccountActivityDocument) 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 *AccountActivityDocument) SetErrors(v []string)`
|
||||
|
||||
SetErrors sets Errors field to given value.
|
||||
|
||||
### HasErrors
|
||||
|
||||
`func (o *AccountActivityDocument) HasErrors() bool`
|
||||
|
||||
HasErrors returns a boolean if a field has been set.
|
||||
|
||||
### SetErrorsNil
|
||||
|
||||
`func (o *AccountActivityDocument) SetErrorsNil(b bool)`
|
||||
|
||||
SetErrorsNil sets the value for Errors to be an explicit nil
|
||||
|
||||
### UnsetErrors
|
||||
`func (o *AccountActivityDocument) UnsetErrors()`
|
||||
|
||||
UnsetErrors ensures that no value is present for Errors, not even an explicit nil
|
||||
### GetWarnings
|
||||
|
||||
`func (o *AccountActivityDocument) GetWarnings() []string`
|
||||
|
||||
GetWarnings returns the Warnings field if non-nil, zero value otherwise.
|
||||
|
||||
### GetWarningsOk
|
||||
|
||||
`func (o *AccountActivityDocument) 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 *AccountActivityDocument) SetWarnings(v []string)`
|
||||
|
||||
SetWarnings sets Warnings field to given value.
|
||||
|
||||
### HasWarnings
|
||||
|
||||
`func (o *AccountActivityDocument) HasWarnings() bool`
|
||||
|
||||
HasWarnings returns a boolean if a field has been set.
|
||||
|
||||
### SetWarningsNil
|
||||
|
||||
`func (o *AccountActivityDocument) SetWarningsNil(b bool)`
|
||||
|
||||
SetWarningsNil sets the value for Warnings to be an explicit nil
|
||||
|
||||
### UnsetWarnings
|
||||
`func (o *AccountActivityDocument) UnsetWarnings()`
|
||||
|
||||
UnsetWarnings ensures that no value is present for Warnings, not even an explicit nil
|
||||
### GetApprovals
|
||||
|
||||
`func (o *AccountActivityDocument) GetApprovals() []Approval1`
|
||||
|
||||
GetApprovals returns the Approvals field if non-nil, zero value otherwise.
|
||||
|
||||
### GetApprovalsOk
|
||||
|
||||
`func (o *AccountActivityDocument) GetApprovalsOk() (*[]Approval1, bool)`
|
||||
|
||||
GetApprovalsOk returns a tuple with the Approvals field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetApprovals
|
||||
|
||||
`func (o *AccountActivityDocument) SetApprovals(v []Approval1)`
|
||||
|
||||
SetApprovals sets Approvals field to given value.
|
||||
|
||||
### HasApprovals
|
||||
|
||||
`func (o *AccountActivityDocument) HasApprovals() bool`
|
||||
|
||||
HasApprovals returns a boolean if a field has been set.
|
||||
|
||||
### GetOriginalRequests
|
||||
|
||||
`func (o *AccountActivityDocument) GetOriginalRequests() []OriginalRequest`
|
||||
|
||||
GetOriginalRequests returns the OriginalRequests field if non-nil, zero value otherwise.
|
||||
|
||||
### GetOriginalRequestsOk
|
||||
|
||||
`func (o *AccountActivityDocument) GetOriginalRequestsOk() (*[]OriginalRequest, bool)`
|
||||
|
||||
GetOriginalRequestsOk returns a tuple with the OriginalRequests field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetOriginalRequests
|
||||
|
||||
`func (o *AccountActivityDocument) SetOriginalRequests(v []OriginalRequest)`
|
||||
|
||||
SetOriginalRequests sets OriginalRequests field to given value.
|
||||
|
||||
### HasOriginalRequests
|
||||
|
||||
`func (o *AccountActivityDocument) HasOriginalRequests() bool`
|
||||
|
||||
HasOriginalRequests returns a boolean if a field has been set.
|
||||
|
||||
### GetExpansionItems
|
||||
|
||||
`func (o *AccountActivityDocument) GetExpansionItems() []ExpansionItem`
|
||||
|
||||
GetExpansionItems returns the ExpansionItems field if non-nil, zero value otherwise.
|
||||
|
||||
### GetExpansionItemsOk
|
||||
|
||||
`func (o *AccountActivityDocument) GetExpansionItemsOk() (*[]ExpansionItem, bool)`
|
||||
|
||||
GetExpansionItemsOk returns a tuple with the ExpansionItems field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetExpansionItems
|
||||
|
||||
`func (o *AccountActivityDocument) SetExpansionItems(v []ExpansionItem)`
|
||||
|
||||
SetExpansionItems sets ExpansionItems field to given value.
|
||||
|
||||
### HasExpansionItems
|
||||
|
||||
`func (o *AccountActivityDocument) HasExpansionItems() bool`
|
||||
|
||||
HasExpansionItems returns a boolean if a field has been set.
|
||||
|
||||
### GetAccountRequests
|
||||
|
||||
`func (o *AccountActivityDocument) GetAccountRequests() []AccountRequest`
|
||||
|
||||
GetAccountRequests returns the AccountRequests field if non-nil, zero value otherwise.
|
||||
|
||||
### GetAccountRequestsOk
|
||||
|
||||
`func (o *AccountActivityDocument) GetAccountRequestsOk() (*[]AccountRequest, bool)`
|
||||
|
||||
GetAccountRequestsOk returns a tuple with the AccountRequests field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetAccountRequests
|
||||
|
||||
`func (o *AccountActivityDocument) SetAccountRequests(v []AccountRequest)`
|
||||
|
||||
SetAccountRequests sets AccountRequests field to given value.
|
||||
|
||||
### HasAccountRequests
|
||||
|
||||
`func (o *AccountActivityDocument) HasAccountRequests() bool`
|
||||
|
||||
HasAccountRequests returns a boolean if a field has been set.
|
||||
|
||||
### GetSources
|
||||
|
||||
`func (o *AccountActivityDocument) GetSources() string`
|
||||
|
||||
GetSources returns the Sources field if non-nil, zero value otherwise.
|
||||
|
||||
### GetSourcesOk
|
||||
|
||||
`func (o *AccountActivityDocument) GetSourcesOk() (*string, bool)`
|
||||
|
||||
GetSourcesOk returns a tuple with the Sources field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetSources
|
||||
|
||||
`func (o *AccountActivityDocument) SetSources(v string)`
|
||||
|
||||
SetSources sets Sources field to given value.
|
||||
|
||||
### HasSources
|
||||
|
||||
`func (o *AccountActivityDocument) HasSources() bool`
|
||||
|
||||
HasSources returns a boolean if a field has been set.
|
||||
|
||||
|
||||
@@ -1,564 +0,0 @@
|
||||
---
|
||||
id: v2024-account-activity-item
|
||||
title: AccountActivityItem
|
||||
pagination_label: AccountActivityItem
|
||||
sidebar_label: AccountActivityItem
|
||||
sidebar_class_name: gosdk
|
||||
keywords: ['go', 'Golang', 'sdk', 'AccountActivityItem', 'V2024AccountActivityItem']
|
||||
slug: /tools/sdk/go/v2024/models/account-activity-item
|
||||
tags: ['SDK', 'Software Development Kit', 'AccountActivityItem', 'V2024AccountActivityItem']
|
||||
---
|
||||
|
||||
# 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
|
||||
|
||||
@@ -1,37 +0,0 @@
|
||||
---
|
||||
id: v2024-account-activity-item-operation
|
||||
title: AccountActivityItemOperation
|
||||
pagination_label: AccountActivityItemOperation
|
||||
sidebar_label: AccountActivityItemOperation
|
||||
sidebar_class_name: gosdk
|
||||
keywords: ['go', 'Golang', 'sdk', 'AccountActivityItemOperation', 'V2024AccountActivityItemOperation']
|
||||
slug: /tools/sdk/go/v2024/models/account-activity-item-operation
|
||||
tags: ['SDK', 'Software Development Kit', 'AccountActivityItemOperation', 'V2024AccountActivityItemOperation']
|
||||
---
|
||||
|
||||
# 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"`)
|
||||
|
||||
|
||||
@@ -1,520 +0,0 @@
|
||||
---
|
||||
id: v2024-account-activity-searched-item
|
||||
title: AccountActivitySearchedItem
|
||||
pagination_label: AccountActivitySearchedItem
|
||||
sidebar_label: AccountActivitySearchedItem
|
||||
sidebar_class_name: gosdk
|
||||
keywords: ['go', 'Golang', 'sdk', 'AccountActivitySearchedItem', 'V2024AccountActivitySearchedItem']
|
||||
slug: /tools/sdk/go/v2024/models/account-activity-searched-item
|
||||
tags: ['SDK', 'Software Development Kit', 'AccountActivitySearchedItem', 'V2024AccountActivitySearchedItem']
|
||||
---
|
||||
|
||||
# AccountActivitySearchedItem
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**Id** | Pointer to **string** | ID of account activity. | [optional]
|
||||
**Action** | Pointer to **string** | Type of action performed in the activity. | [optional]
|
||||
**Created** | Pointer to **NullableTime** | ISO-8601 date-time referring to the time when the object was created. | [optional]
|
||||
**Modified** | Pointer to **NullableTime** | ISO-8601 date-time referring to the time when the object was last modified. | [optional]
|
||||
**Synced** | Pointer to **string** | ISO-8601 date-time referring to the date-time when object was queued to be synced into search database for use in the search API. This date-time changes anytime there is an update to the object, which triggers a synchronization event being sent to the search database. There may be some delay between the `synced` time and the time when the updated data is actually available in the search API. | [optional]
|
||||
**Stage** | Pointer to **string** | Activity's current stage. | [optional]
|
||||
**Status** | Pointer to **string** | Activity's current status. | [optional]
|
||||
**Requester** | Pointer to [**ActivityIdentity**](activity-identity) | | [optional]
|
||||
**Recipient** | Pointer to [**ActivityIdentity**](activity-identity) | | [optional]
|
||||
**TrackingNumber** | Pointer to **string** | Account activity's tracking number. | [optional]
|
||||
**Errors** | Pointer to **[]string** | Errors provided by the source while completing account actions. | [optional]
|
||||
**Warnings** | Pointer to **[]string** | Warnings provided by the source while completing account actions. | [optional]
|
||||
**Approvals** | Pointer to [**[]Approval1**](approval1) | Approvals performed on an item during activity. | [optional]
|
||||
**OriginalRequests** | Pointer to [**[]OriginalRequest**](original-request) | Original actions that triggered all individual source actions related to the account action. | [optional]
|
||||
**ExpansionItems** | Pointer to [**[]ExpansionItem**](expansion-item) | Controls that translated the attribute requests into actual provisioning actions on the source. | [optional]
|
||||
**AccountRequests** | Pointer to [**[]AccountRequest**](account-request) | Account data for each individual source action triggered by the original requests. | [optional]
|
||||
**Sources** | Pointer to **string** | Sources involved in the account activity. | [optional]
|
||||
|
||||
## Methods
|
||||
|
||||
### NewAccountActivitySearchedItem
|
||||
|
||||
`func NewAccountActivitySearchedItem() *AccountActivitySearchedItem`
|
||||
|
||||
NewAccountActivitySearchedItem instantiates a new AccountActivitySearchedItem 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
|
||||
|
||||
### NewAccountActivitySearchedItemWithDefaults
|
||||
|
||||
`func NewAccountActivitySearchedItemWithDefaults() *AccountActivitySearchedItem`
|
||||
|
||||
NewAccountActivitySearchedItemWithDefaults instantiates a new AccountActivitySearchedItem 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 *AccountActivitySearchedItem) GetId() string`
|
||||
|
||||
GetId returns the Id field if non-nil, zero value otherwise.
|
||||
|
||||
### GetIdOk
|
||||
|
||||
`func (o *AccountActivitySearchedItem) 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 *AccountActivitySearchedItem) SetId(v string)`
|
||||
|
||||
SetId sets Id field to given value.
|
||||
|
||||
### HasId
|
||||
|
||||
`func (o *AccountActivitySearchedItem) HasId() bool`
|
||||
|
||||
HasId returns a boolean if a field has been set.
|
||||
|
||||
### GetAction
|
||||
|
||||
`func (o *AccountActivitySearchedItem) GetAction() string`
|
||||
|
||||
GetAction returns the Action field if non-nil, zero value otherwise.
|
||||
|
||||
### GetActionOk
|
||||
|
||||
`func (o *AccountActivitySearchedItem) 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 *AccountActivitySearchedItem) SetAction(v string)`
|
||||
|
||||
SetAction sets Action field to given value.
|
||||
|
||||
### HasAction
|
||||
|
||||
`func (o *AccountActivitySearchedItem) HasAction() bool`
|
||||
|
||||
HasAction returns a boolean if a field has been set.
|
||||
|
||||
### GetCreated
|
||||
|
||||
`func (o *AccountActivitySearchedItem) GetCreated() time.Time`
|
||||
|
||||
GetCreated returns the Created field if non-nil, zero value otherwise.
|
||||
|
||||
### GetCreatedOk
|
||||
|
||||
`func (o *AccountActivitySearchedItem) 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 *AccountActivitySearchedItem) SetCreated(v time.Time)`
|
||||
|
||||
SetCreated sets Created field to given value.
|
||||
|
||||
### HasCreated
|
||||
|
||||
`func (o *AccountActivitySearchedItem) HasCreated() bool`
|
||||
|
||||
HasCreated returns a boolean if a field has been set.
|
||||
|
||||
### SetCreatedNil
|
||||
|
||||
`func (o *AccountActivitySearchedItem) SetCreatedNil(b bool)`
|
||||
|
||||
SetCreatedNil sets the value for Created to be an explicit nil
|
||||
|
||||
### UnsetCreated
|
||||
`func (o *AccountActivitySearchedItem) UnsetCreated()`
|
||||
|
||||
UnsetCreated ensures that no value is present for Created, not even an explicit nil
|
||||
### GetModified
|
||||
|
||||
`func (o *AccountActivitySearchedItem) GetModified() time.Time`
|
||||
|
||||
GetModified returns the Modified field if non-nil, zero value otherwise.
|
||||
|
||||
### GetModifiedOk
|
||||
|
||||
`func (o *AccountActivitySearchedItem) 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 *AccountActivitySearchedItem) SetModified(v time.Time)`
|
||||
|
||||
SetModified sets Modified field to given value.
|
||||
|
||||
### HasModified
|
||||
|
||||
`func (o *AccountActivitySearchedItem) HasModified() bool`
|
||||
|
||||
HasModified returns a boolean if a field has been set.
|
||||
|
||||
### SetModifiedNil
|
||||
|
||||
`func (o *AccountActivitySearchedItem) SetModifiedNil(b bool)`
|
||||
|
||||
SetModifiedNil sets the value for Modified to be an explicit nil
|
||||
|
||||
### UnsetModified
|
||||
`func (o *AccountActivitySearchedItem) UnsetModified()`
|
||||
|
||||
UnsetModified ensures that no value is present for Modified, not even an explicit nil
|
||||
### GetSynced
|
||||
|
||||
`func (o *AccountActivitySearchedItem) GetSynced() string`
|
||||
|
||||
GetSynced returns the Synced field if non-nil, zero value otherwise.
|
||||
|
||||
### GetSyncedOk
|
||||
|
||||
`func (o *AccountActivitySearchedItem) GetSyncedOk() (*string, bool)`
|
||||
|
||||
GetSyncedOk returns a tuple with the Synced field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetSynced
|
||||
|
||||
`func (o *AccountActivitySearchedItem) SetSynced(v string)`
|
||||
|
||||
SetSynced sets Synced field to given value.
|
||||
|
||||
### HasSynced
|
||||
|
||||
`func (o *AccountActivitySearchedItem) HasSynced() bool`
|
||||
|
||||
HasSynced returns a boolean if a field has been set.
|
||||
|
||||
### GetStage
|
||||
|
||||
`func (o *AccountActivitySearchedItem) GetStage() string`
|
||||
|
||||
GetStage returns the Stage field if non-nil, zero value otherwise.
|
||||
|
||||
### GetStageOk
|
||||
|
||||
`func (o *AccountActivitySearchedItem) GetStageOk() (*string, bool)`
|
||||
|
||||
GetStageOk returns a tuple with the Stage field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetStage
|
||||
|
||||
`func (o *AccountActivitySearchedItem) SetStage(v string)`
|
||||
|
||||
SetStage sets Stage field to given value.
|
||||
|
||||
### HasStage
|
||||
|
||||
`func (o *AccountActivitySearchedItem) HasStage() bool`
|
||||
|
||||
HasStage returns a boolean if a field has been set.
|
||||
|
||||
### GetStatus
|
||||
|
||||
`func (o *AccountActivitySearchedItem) GetStatus() string`
|
||||
|
||||
GetStatus returns the Status field if non-nil, zero value otherwise.
|
||||
|
||||
### GetStatusOk
|
||||
|
||||
`func (o *AccountActivitySearchedItem) 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 *AccountActivitySearchedItem) SetStatus(v string)`
|
||||
|
||||
SetStatus sets Status field to given value.
|
||||
|
||||
### HasStatus
|
||||
|
||||
`func (o *AccountActivitySearchedItem) HasStatus() bool`
|
||||
|
||||
HasStatus returns a boolean if a field has been set.
|
||||
|
||||
### GetRequester
|
||||
|
||||
`func (o *AccountActivitySearchedItem) GetRequester() ActivityIdentity`
|
||||
|
||||
GetRequester returns the Requester field if non-nil, zero value otherwise.
|
||||
|
||||
### GetRequesterOk
|
||||
|
||||
`func (o *AccountActivitySearchedItem) GetRequesterOk() (*ActivityIdentity, bool)`
|
||||
|
||||
GetRequesterOk returns a tuple with the Requester field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetRequester
|
||||
|
||||
`func (o *AccountActivitySearchedItem) SetRequester(v ActivityIdentity)`
|
||||
|
||||
SetRequester sets Requester field to given value.
|
||||
|
||||
### HasRequester
|
||||
|
||||
`func (o *AccountActivitySearchedItem) HasRequester() bool`
|
||||
|
||||
HasRequester returns a boolean if a field has been set.
|
||||
|
||||
### GetRecipient
|
||||
|
||||
`func (o *AccountActivitySearchedItem) GetRecipient() ActivityIdentity`
|
||||
|
||||
GetRecipient returns the Recipient field if non-nil, zero value otherwise.
|
||||
|
||||
### GetRecipientOk
|
||||
|
||||
`func (o *AccountActivitySearchedItem) GetRecipientOk() (*ActivityIdentity, bool)`
|
||||
|
||||
GetRecipientOk returns a tuple with the Recipient field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetRecipient
|
||||
|
||||
`func (o *AccountActivitySearchedItem) SetRecipient(v ActivityIdentity)`
|
||||
|
||||
SetRecipient sets Recipient field to given value.
|
||||
|
||||
### HasRecipient
|
||||
|
||||
`func (o *AccountActivitySearchedItem) HasRecipient() bool`
|
||||
|
||||
HasRecipient returns a boolean if a field has been set.
|
||||
|
||||
### GetTrackingNumber
|
||||
|
||||
`func (o *AccountActivitySearchedItem) GetTrackingNumber() string`
|
||||
|
||||
GetTrackingNumber returns the TrackingNumber field if non-nil, zero value otherwise.
|
||||
|
||||
### GetTrackingNumberOk
|
||||
|
||||
`func (o *AccountActivitySearchedItem) GetTrackingNumberOk() (*string, bool)`
|
||||
|
||||
GetTrackingNumberOk returns a tuple with the TrackingNumber field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetTrackingNumber
|
||||
|
||||
`func (o *AccountActivitySearchedItem) SetTrackingNumber(v string)`
|
||||
|
||||
SetTrackingNumber sets TrackingNumber field to given value.
|
||||
|
||||
### HasTrackingNumber
|
||||
|
||||
`func (o *AccountActivitySearchedItem) HasTrackingNumber() bool`
|
||||
|
||||
HasTrackingNumber returns a boolean if a field has been set.
|
||||
|
||||
### GetErrors
|
||||
|
||||
`func (o *AccountActivitySearchedItem) GetErrors() []string`
|
||||
|
||||
GetErrors returns the Errors field if non-nil, zero value otherwise.
|
||||
|
||||
### GetErrorsOk
|
||||
|
||||
`func (o *AccountActivitySearchedItem) 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 *AccountActivitySearchedItem) SetErrors(v []string)`
|
||||
|
||||
SetErrors sets Errors field to given value.
|
||||
|
||||
### HasErrors
|
||||
|
||||
`func (o *AccountActivitySearchedItem) HasErrors() bool`
|
||||
|
||||
HasErrors returns a boolean if a field has been set.
|
||||
|
||||
### SetErrorsNil
|
||||
|
||||
`func (o *AccountActivitySearchedItem) SetErrorsNil(b bool)`
|
||||
|
||||
SetErrorsNil sets the value for Errors to be an explicit nil
|
||||
|
||||
### UnsetErrors
|
||||
`func (o *AccountActivitySearchedItem) UnsetErrors()`
|
||||
|
||||
UnsetErrors ensures that no value is present for Errors, not even an explicit nil
|
||||
### GetWarnings
|
||||
|
||||
`func (o *AccountActivitySearchedItem) GetWarnings() []string`
|
||||
|
||||
GetWarnings returns the Warnings field if non-nil, zero value otherwise.
|
||||
|
||||
### GetWarningsOk
|
||||
|
||||
`func (o *AccountActivitySearchedItem) 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 *AccountActivitySearchedItem) SetWarnings(v []string)`
|
||||
|
||||
SetWarnings sets Warnings field to given value.
|
||||
|
||||
### HasWarnings
|
||||
|
||||
`func (o *AccountActivitySearchedItem) HasWarnings() bool`
|
||||
|
||||
HasWarnings returns a boolean if a field has been set.
|
||||
|
||||
### SetWarningsNil
|
||||
|
||||
`func (o *AccountActivitySearchedItem) SetWarningsNil(b bool)`
|
||||
|
||||
SetWarningsNil sets the value for Warnings to be an explicit nil
|
||||
|
||||
### UnsetWarnings
|
||||
`func (o *AccountActivitySearchedItem) UnsetWarnings()`
|
||||
|
||||
UnsetWarnings ensures that no value is present for Warnings, not even an explicit nil
|
||||
### GetApprovals
|
||||
|
||||
`func (o *AccountActivitySearchedItem) GetApprovals() []Approval1`
|
||||
|
||||
GetApprovals returns the Approvals field if non-nil, zero value otherwise.
|
||||
|
||||
### GetApprovalsOk
|
||||
|
||||
`func (o *AccountActivitySearchedItem) GetApprovalsOk() (*[]Approval1, bool)`
|
||||
|
||||
GetApprovalsOk returns a tuple with the Approvals field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetApprovals
|
||||
|
||||
`func (o *AccountActivitySearchedItem) SetApprovals(v []Approval1)`
|
||||
|
||||
SetApprovals sets Approvals field to given value.
|
||||
|
||||
### HasApprovals
|
||||
|
||||
`func (o *AccountActivitySearchedItem) HasApprovals() bool`
|
||||
|
||||
HasApprovals returns a boolean if a field has been set.
|
||||
|
||||
### GetOriginalRequests
|
||||
|
||||
`func (o *AccountActivitySearchedItem) GetOriginalRequests() []OriginalRequest`
|
||||
|
||||
GetOriginalRequests returns the OriginalRequests field if non-nil, zero value otherwise.
|
||||
|
||||
### GetOriginalRequestsOk
|
||||
|
||||
`func (o *AccountActivitySearchedItem) GetOriginalRequestsOk() (*[]OriginalRequest, bool)`
|
||||
|
||||
GetOriginalRequestsOk returns a tuple with the OriginalRequests field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetOriginalRequests
|
||||
|
||||
`func (o *AccountActivitySearchedItem) SetOriginalRequests(v []OriginalRequest)`
|
||||
|
||||
SetOriginalRequests sets OriginalRequests field to given value.
|
||||
|
||||
### HasOriginalRequests
|
||||
|
||||
`func (o *AccountActivitySearchedItem) HasOriginalRequests() bool`
|
||||
|
||||
HasOriginalRequests returns a boolean if a field has been set.
|
||||
|
||||
### GetExpansionItems
|
||||
|
||||
`func (o *AccountActivitySearchedItem) GetExpansionItems() []ExpansionItem`
|
||||
|
||||
GetExpansionItems returns the ExpansionItems field if non-nil, zero value otherwise.
|
||||
|
||||
### GetExpansionItemsOk
|
||||
|
||||
`func (o *AccountActivitySearchedItem) GetExpansionItemsOk() (*[]ExpansionItem, bool)`
|
||||
|
||||
GetExpansionItemsOk returns a tuple with the ExpansionItems field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetExpansionItems
|
||||
|
||||
`func (o *AccountActivitySearchedItem) SetExpansionItems(v []ExpansionItem)`
|
||||
|
||||
SetExpansionItems sets ExpansionItems field to given value.
|
||||
|
||||
### HasExpansionItems
|
||||
|
||||
`func (o *AccountActivitySearchedItem) HasExpansionItems() bool`
|
||||
|
||||
HasExpansionItems returns a boolean if a field has been set.
|
||||
|
||||
### GetAccountRequests
|
||||
|
||||
`func (o *AccountActivitySearchedItem) GetAccountRequests() []AccountRequest`
|
||||
|
||||
GetAccountRequests returns the AccountRequests field if non-nil, zero value otherwise.
|
||||
|
||||
### GetAccountRequestsOk
|
||||
|
||||
`func (o *AccountActivitySearchedItem) GetAccountRequestsOk() (*[]AccountRequest, bool)`
|
||||
|
||||
GetAccountRequestsOk returns a tuple with the AccountRequests field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetAccountRequests
|
||||
|
||||
`func (o *AccountActivitySearchedItem) SetAccountRequests(v []AccountRequest)`
|
||||
|
||||
SetAccountRequests sets AccountRequests field to given value.
|
||||
|
||||
### HasAccountRequests
|
||||
|
||||
`func (o *AccountActivitySearchedItem) HasAccountRequests() bool`
|
||||
|
||||
HasAccountRequests returns a boolean if a field has been set.
|
||||
|
||||
### GetSources
|
||||
|
||||
`func (o *AccountActivitySearchedItem) GetSources() string`
|
||||
|
||||
GetSources returns the Sources field if non-nil, zero value otherwise.
|
||||
|
||||
### GetSourcesOk
|
||||
|
||||
`func (o *AccountActivitySearchedItem) GetSourcesOk() (*string, bool)`
|
||||
|
||||
GetSourcesOk returns a tuple with the Sources field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetSources
|
||||
|
||||
`func (o *AccountActivitySearchedItem) SetSources(v string)`
|
||||
|
||||
SetSources sets Sources field to given value.
|
||||
|
||||
### HasSources
|
||||
|
||||
`func (o *AccountActivitySearchedItem) HasSources() bool`
|
||||
|
||||
HasSources returns a boolean if a field has been set.
|
||||
|
||||
|
||||
@@ -1,205 +0,0 @@
|
||||
---
|
||||
id: v2024-account-aggregation-completed
|
||||
title: AccountAggregationCompleted
|
||||
pagination_label: AccountAggregationCompleted
|
||||
sidebar_label: AccountAggregationCompleted
|
||||
sidebar_class_name: gosdk
|
||||
keywords: ['go', 'Golang', 'sdk', 'AccountAggregationCompleted', 'V2024AccountAggregationCompleted']
|
||||
slug: /tools/sdk/go/v2024/models/account-aggregation-completed
|
||||
tags: ['SDK', 'Software Development Kit', 'AccountAggregationCompleted', 'V2024AccountAggregationCompleted']
|
||||
---
|
||||
|
||||
# AccountAggregationCompleted
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**Source** | [**AccountAggregationCompletedSource**](account-aggregation-completed-source) | |
|
||||
**Status** | **map[string]interface{}** | The overall status of the aggregation. |
|
||||
**Started** | **time.Time** | The date and time when the account aggregation started. |
|
||||
**Completed** | **time.Time** | The date and time when the account aggregation finished. |
|
||||
**Errors** | **[]string** | A list of errors that occurred during the aggregation. |
|
||||
**Warnings** | **[]string** | A 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.
|
||||
|
||||
|
||||
|
||||
@@ -1,101 +0,0 @@
|
||||
---
|
||||
id: v2024-account-aggregation-completed-source
|
||||
title: AccountAggregationCompletedSource
|
||||
pagination_label: AccountAggregationCompletedSource
|
||||
sidebar_label: AccountAggregationCompletedSource
|
||||
sidebar_class_name: gosdk
|
||||
keywords: ['go', 'Golang', 'sdk', 'AccountAggregationCompletedSource', 'V2024AccountAggregationCompletedSource']
|
||||
slug: /tools/sdk/go/v2024/models/account-aggregation-completed-source
|
||||
tags: ['SDK', 'Software Development Kit', 'AccountAggregationCompletedSource', 'V2024AccountAggregationCompletedSource']
|
||||
---
|
||||
|
||||
# AccountAggregationCompletedSource
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**Type** | **string** | The DTO type of the source the accounts are being aggregated from. |
|
||||
**Id** | **string** | The ID of the source the accounts are being aggregated from. |
|
||||
**Name** | **string** | Display name of the source the accounts are being aggregated from. |
|
||||
|
||||
## 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.
|
||||
|
||||
|
||||
|
||||
@@ -1,143 +0,0 @@
|
||||
---
|
||||
id: v2024-account-aggregation-completed-stats
|
||||
title: AccountAggregationCompletedStats
|
||||
pagination_label: AccountAggregationCompletedStats
|
||||
sidebar_label: AccountAggregationCompletedStats
|
||||
sidebar_class_name: gosdk
|
||||
keywords: ['go', 'Golang', 'sdk', 'AccountAggregationCompletedStats', 'V2024AccountAggregationCompletedStats']
|
||||
slug: /tools/sdk/go/v2024/models/account-aggregation-completed-stats
|
||||
tags: ['SDK', 'Software Development Kit', 'AccountAggregationCompletedStats', 'V2024AccountAggregationCompletedStats']
|
||||
---
|
||||
|
||||
# AccountAggregationCompletedStats
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**Scanned** | **int32** | The number of accounts which were scanned / iterated over. |
|
||||
**Unchanged** | **int32** | The number of accounts which existed before, but had no changes. |
|
||||
**Changed** | **int32** | The number of accounts which existed before, but had changes. |
|
||||
**Added** | **int32** | The number of accounts which are new - have not existed before. |
|
||||
**Removed** | **int32** | The number accounts which existed before, but no longer exist (thus getting removed). |
|
||||
|
||||
## 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.
|
||||
|
||||
|
||||
|
||||
@@ -1,152 +0,0 @@
|
||||
---
|
||||
id: v2024-account-aggregation-status
|
||||
title: AccountAggregationStatus
|
||||
pagination_label: AccountAggregationStatus
|
||||
sidebar_label: AccountAggregationStatus
|
||||
sidebar_class_name: gosdk
|
||||
keywords: ['go', 'Golang', 'sdk', 'AccountAggregationStatus', 'V2024AccountAggregationStatus']
|
||||
slug: /tools/sdk/go/v2024/models/account-aggregation-status
|
||||
tags: ['SDK', 'Software Development Kit', 'AccountAggregationStatus', 'V2024AccountAggregationStatus']
|
||||
---
|
||||
|
||||
# AccountAggregationStatus
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**Start** | Pointer to **NullableTime** | 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.
|
||||
|
||||
### SetStartNil
|
||||
|
||||
`func (o *AccountAggregationStatus) SetStartNil(b bool)`
|
||||
|
||||
SetStartNil sets the value for Start to be an explicit nil
|
||||
|
||||
### UnsetStart
|
||||
`func (o *AccountAggregationStatus) UnsetStart()`
|
||||
|
||||
UnsetStart ensures that no value is present for Start, not even an explicit nil
|
||||
### 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.
|
||||
|
||||
|
||||
@@ -1,116 +0,0 @@
|
||||
---
|
||||
id: v2024-account-all-of-identity
|
||||
title: AccountAllOfIdentity
|
||||
pagination_label: AccountAllOfIdentity
|
||||
sidebar_label: AccountAllOfIdentity
|
||||
sidebar_class_name: gosdk
|
||||
keywords: ['go', 'Golang', 'sdk', 'AccountAllOfIdentity', 'V2024AccountAllOfIdentity']
|
||||
slug: /tools/sdk/go/v2024/models/account-all-of-identity
|
||||
tags: ['SDK', 'Software Development Kit', 'AccountAllOfIdentity', 'V2024AccountAllOfIdentity']
|
||||
---
|
||||
|
||||
# AccountAllOfIdentity
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**Id** | Pointer to **string** | The ID of the identity | [optional]
|
||||
**Type** | Pointer to **string** | The type of object being referenced | [optional]
|
||||
**Name** | Pointer to **string** | display name of identity | [optional]
|
||||
|
||||
## Methods
|
||||
|
||||
### NewAccountAllOfIdentity
|
||||
|
||||
`func NewAccountAllOfIdentity() *AccountAllOfIdentity`
|
||||
|
||||
NewAccountAllOfIdentity instantiates a new AccountAllOfIdentity 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
|
||||
|
||||
### NewAccountAllOfIdentityWithDefaults
|
||||
|
||||
`func NewAccountAllOfIdentityWithDefaults() *AccountAllOfIdentity`
|
||||
|
||||
NewAccountAllOfIdentityWithDefaults instantiates a new AccountAllOfIdentity 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 *AccountAllOfIdentity) GetId() string`
|
||||
|
||||
GetId returns the Id field if non-nil, zero value otherwise.
|
||||
|
||||
### GetIdOk
|
||||
|
||||
`func (o *AccountAllOfIdentity) 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 *AccountAllOfIdentity) SetId(v string)`
|
||||
|
||||
SetId sets Id field to given value.
|
||||
|
||||
### HasId
|
||||
|
||||
`func (o *AccountAllOfIdentity) HasId() bool`
|
||||
|
||||
HasId returns a boolean if a field has been set.
|
||||
|
||||
### GetType
|
||||
|
||||
`func (o *AccountAllOfIdentity) GetType() string`
|
||||
|
||||
GetType returns the Type field if non-nil, zero value otherwise.
|
||||
|
||||
### GetTypeOk
|
||||
|
||||
`func (o *AccountAllOfIdentity) 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 *AccountAllOfIdentity) SetType(v string)`
|
||||
|
||||
SetType sets Type field to given value.
|
||||
|
||||
### HasType
|
||||
|
||||
`func (o *AccountAllOfIdentity) HasType() bool`
|
||||
|
||||
HasType returns a boolean if a field has been set.
|
||||
|
||||
### GetName
|
||||
|
||||
`func (o *AccountAllOfIdentity) GetName() string`
|
||||
|
||||
GetName returns the Name field if non-nil, zero value otherwise.
|
||||
|
||||
### GetNameOk
|
||||
|
||||
`func (o *AccountAllOfIdentity) 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 *AccountAllOfIdentity) SetName(v string)`
|
||||
|
||||
SetName sets Name field to given value.
|
||||
|
||||
### HasName
|
||||
|
||||
`func (o *AccountAllOfIdentity) HasName() bool`
|
||||
|
||||
HasName returns a boolean if a field has been set.
|
||||
|
||||
|
||||
@@ -1,116 +0,0 @@
|
||||
---
|
||||
id: v2024-account-all-of-owner-identity
|
||||
title: AccountAllOfOwnerIdentity
|
||||
pagination_label: AccountAllOfOwnerIdentity
|
||||
sidebar_label: AccountAllOfOwnerIdentity
|
||||
sidebar_class_name: gosdk
|
||||
keywords: ['go', 'Golang', 'sdk', 'AccountAllOfOwnerIdentity', 'V2024AccountAllOfOwnerIdentity']
|
||||
slug: /tools/sdk/go/v2024/models/account-all-of-owner-identity
|
||||
tags: ['SDK', 'Software Development Kit', 'AccountAllOfOwnerIdentity', 'V2024AccountAllOfOwnerIdentity']
|
||||
---
|
||||
|
||||
# AccountAllOfOwnerIdentity
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**Type** | Pointer to [**DtoType**](dto-type) | | [optional]
|
||||
**Id** | Pointer to **string** | ID of the object to which this reference applies | [optional]
|
||||
**Name** | Pointer to **string** | Human-readable display name of the object to which this reference applies | [optional]
|
||||
|
||||
## Methods
|
||||
|
||||
### NewAccountAllOfOwnerIdentity
|
||||
|
||||
`func NewAccountAllOfOwnerIdentity() *AccountAllOfOwnerIdentity`
|
||||
|
||||
NewAccountAllOfOwnerIdentity instantiates a new AccountAllOfOwnerIdentity 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
|
||||
|
||||
### NewAccountAllOfOwnerIdentityWithDefaults
|
||||
|
||||
`func NewAccountAllOfOwnerIdentityWithDefaults() *AccountAllOfOwnerIdentity`
|
||||
|
||||
NewAccountAllOfOwnerIdentityWithDefaults instantiates a new AccountAllOfOwnerIdentity 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 *AccountAllOfOwnerIdentity) GetType() DtoType`
|
||||
|
||||
GetType returns the Type field if non-nil, zero value otherwise.
|
||||
|
||||
### GetTypeOk
|
||||
|
||||
`func (o *AccountAllOfOwnerIdentity) GetTypeOk() (*DtoType, 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 *AccountAllOfOwnerIdentity) SetType(v DtoType)`
|
||||
|
||||
SetType sets Type field to given value.
|
||||
|
||||
### HasType
|
||||
|
||||
`func (o *AccountAllOfOwnerIdentity) HasType() bool`
|
||||
|
||||
HasType returns a boolean if a field has been set.
|
||||
|
||||
### GetId
|
||||
|
||||
`func (o *AccountAllOfOwnerIdentity) GetId() string`
|
||||
|
||||
GetId returns the Id field if non-nil, zero value otherwise.
|
||||
|
||||
### GetIdOk
|
||||
|
||||
`func (o *AccountAllOfOwnerIdentity) 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 *AccountAllOfOwnerIdentity) SetId(v string)`
|
||||
|
||||
SetId sets Id field to given value.
|
||||
|
||||
### HasId
|
||||
|
||||
`func (o *AccountAllOfOwnerIdentity) HasId() bool`
|
||||
|
||||
HasId returns a boolean if a field has been set.
|
||||
|
||||
### GetName
|
||||
|
||||
`func (o *AccountAllOfOwnerIdentity) GetName() string`
|
||||
|
||||
GetName returns the Name field if non-nil, zero value otherwise.
|
||||
|
||||
### GetNameOk
|
||||
|
||||
`func (o *AccountAllOfOwnerIdentity) 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 *AccountAllOfOwnerIdentity) SetName(v string)`
|
||||
|
||||
SetName sets Name field to given value.
|
||||
|
||||
### HasName
|
||||
|
||||
`func (o *AccountAllOfOwnerIdentity) HasName() bool`
|
||||
|
||||
HasName returns a boolean if a field has been set.
|
||||
|
||||
|
||||
@@ -1,80 +0,0 @@
|
||||
---
|
||||
id: v2024-account-all-of-recommendation
|
||||
title: AccountAllOfRecommendation
|
||||
pagination_label: AccountAllOfRecommendation
|
||||
sidebar_label: AccountAllOfRecommendation
|
||||
sidebar_class_name: gosdk
|
||||
keywords: ['go', 'Golang', 'sdk', 'AccountAllOfRecommendation', 'V2024AccountAllOfRecommendation']
|
||||
slug: /tools/sdk/go/v2024/models/account-all-of-recommendation
|
||||
tags: ['SDK', 'Software Development Kit', 'AccountAllOfRecommendation', 'V2024AccountAllOfRecommendation']
|
||||
---
|
||||
|
||||
# AccountAllOfRecommendation
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**Type** | **string** | Recommended type of account. |
|
||||
**Method** | **string** | Method used to produce the recommendation. DISCOVERY - suggested by AI, SOURCE - the account comes from a source flagged as containing machine accounts, CRITERIA - the account satisfies classification criteria. |
|
||||
|
||||
## Methods
|
||||
|
||||
### NewAccountAllOfRecommendation
|
||||
|
||||
`func NewAccountAllOfRecommendation(type_ string, method string, ) *AccountAllOfRecommendation`
|
||||
|
||||
NewAccountAllOfRecommendation instantiates a new AccountAllOfRecommendation 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
|
||||
|
||||
### NewAccountAllOfRecommendationWithDefaults
|
||||
|
||||
`func NewAccountAllOfRecommendationWithDefaults() *AccountAllOfRecommendation`
|
||||
|
||||
NewAccountAllOfRecommendationWithDefaults instantiates a new AccountAllOfRecommendation 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 *AccountAllOfRecommendation) GetType() string`
|
||||
|
||||
GetType returns the Type field if non-nil, zero value otherwise.
|
||||
|
||||
### GetTypeOk
|
||||
|
||||
`func (o *AccountAllOfRecommendation) 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 *AccountAllOfRecommendation) SetType(v string)`
|
||||
|
||||
SetType sets Type field to given value.
|
||||
|
||||
|
||||
### GetMethod
|
||||
|
||||
`func (o *AccountAllOfRecommendation) GetMethod() string`
|
||||
|
||||
GetMethod returns the Method field if non-nil, zero value otherwise.
|
||||
|
||||
### GetMethodOk
|
||||
|
||||
`func (o *AccountAllOfRecommendation) GetMethodOk() (*string, bool)`
|
||||
|
||||
GetMethodOk returns a tuple with the Method field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetMethod
|
||||
|
||||
`func (o *AccountAllOfRecommendation) SetMethod(v string)`
|
||||
|
||||
SetMethod sets Method field to given value.
|
||||
|
||||
|
||||
|
||||
@@ -1,116 +0,0 @@
|
||||
---
|
||||
id: v2024-account-all-of-source-owner
|
||||
title: AccountAllOfSourceOwner
|
||||
pagination_label: AccountAllOfSourceOwner
|
||||
sidebar_label: AccountAllOfSourceOwner
|
||||
sidebar_class_name: gosdk
|
||||
keywords: ['go', 'Golang', 'sdk', 'AccountAllOfSourceOwner', 'V2024AccountAllOfSourceOwner']
|
||||
slug: /tools/sdk/go/v2024/models/account-all-of-source-owner
|
||||
tags: ['SDK', 'Software Development Kit', 'AccountAllOfSourceOwner', 'V2024AccountAllOfSourceOwner']
|
||||
---
|
||||
|
||||
# AccountAllOfSourceOwner
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**Id** | Pointer to **string** | The ID of the identity | [optional]
|
||||
**Type** | Pointer to **string** | The type of object being referenced | [optional]
|
||||
**Name** | Pointer to **string** | display name of identity | [optional]
|
||||
|
||||
## Methods
|
||||
|
||||
### NewAccountAllOfSourceOwner
|
||||
|
||||
`func NewAccountAllOfSourceOwner() *AccountAllOfSourceOwner`
|
||||
|
||||
NewAccountAllOfSourceOwner instantiates a new AccountAllOfSourceOwner 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
|
||||
|
||||
### NewAccountAllOfSourceOwnerWithDefaults
|
||||
|
||||
`func NewAccountAllOfSourceOwnerWithDefaults() *AccountAllOfSourceOwner`
|
||||
|
||||
NewAccountAllOfSourceOwnerWithDefaults instantiates a new AccountAllOfSourceOwner 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 *AccountAllOfSourceOwner) GetId() string`
|
||||
|
||||
GetId returns the Id field if non-nil, zero value otherwise.
|
||||
|
||||
### GetIdOk
|
||||
|
||||
`func (o *AccountAllOfSourceOwner) 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 *AccountAllOfSourceOwner) SetId(v string)`
|
||||
|
||||
SetId sets Id field to given value.
|
||||
|
||||
### HasId
|
||||
|
||||
`func (o *AccountAllOfSourceOwner) HasId() bool`
|
||||
|
||||
HasId returns a boolean if a field has been set.
|
||||
|
||||
### GetType
|
||||
|
||||
`func (o *AccountAllOfSourceOwner) GetType() string`
|
||||
|
||||
GetType returns the Type field if non-nil, zero value otherwise.
|
||||
|
||||
### GetTypeOk
|
||||
|
||||
`func (o *AccountAllOfSourceOwner) 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 *AccountAllOfSourceOwner) SetType(v string)`
|
||||
|
||||
SetType sets Type field to given value.
|
||||
|
||||
### HasType
|
||||
|
||||
`func (o *AccountAllOfSourceOwner) HasType() bool`
|
||||
|
||||
HasType returns a boolean if a field has been set.
|
||||
|
||||
### GetName
|
||||
|
||||
`func (o *AccountAllOfSourceOwner) GetName() string`
|
||||
|
||||
GetName returns the Name field if non-nil, zero value otherwise.
|
||||
|
||||
### GetNameOk
|
||||
|
||||
`func (o *AccountAllOfSourceOwner) 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 *AccountAllOfSourceOwner) SetName(v string)`
|
||||
|
||||
SetName sets Name field to given value.
|
||||
|
||||
### HasName
|
||||
|
||||
`func (o *AccountAllOfSourceOwner) HasName() bool`
|
||||
|
||||
HasName returns a boolean if a field has been set.
|
||||
|
||||
|
||||
@@ -1,59 +0,0 @@
|
||||
---
|
||||
id: v2024-account-attributes
|
||||
title: AccountAttributes
|
||||
pagination_label: AccountAttributes
|
||||
sidebar_label: AccountAttributes
|
||||
sidebar_class_name: gosdk
|
||||
keywords: ['go', 'Golang', 'sdk', 'AccountAttributes', 'V2024AccountAttributes']
|
||||
slug: /tools/sdk/go/v2024/models/account-attributes
|
||||
tags: ['SDK', 'Software Development Kit', 'AccountAttributes', 'V2024AccountAttributes']
|
||||
---
|
||||
|
||||
# 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.
|
||||
|
||||
|
||||
|
||||
@@ -1,122 +0,0 @@
|
||||
---
|
||||
id: v2024-account-attributes-changed
|
||||
title: AccountAttributesChanged
|
||||
pagination_label: AccountAttributesChanged
|
||||
sidebar_label: AccountAttributesChanged
|
||||
sidebar_class_name: gosdk
|
||||
keywords: ['go', 'Golang', 'sdk', 'AccountAttributesChanged', 'V2024AccountAttributesChanged']
|
||||
slug: /tools/sdk/go/v2024/models/account-attributes-changed
|
||||
tags: ['SDK', 'Software Development Kit', 'AccountAttributesChanged', 'V2024AccountAttributesChanged']
|
||||
---
|
||||
|
||||
# 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.
|
||||
|
||||
|
||||
|
||||
@@ -1,153 +0,0 @@
|
||||
---
|
||||
id: v2024-account-attributes-changed-account
|
||||
title: AccountAttributesChangedAccount
|
||||
pagination_label: AccountAttributesChangedAccount
|
||||
sidebar_label: AccountAttributesChangedAccount
|
||||
sidebar_class_name: gosdk
|
||||
keywords: ['go', 'Golang', 'sdk', 'AccountAttributesChangedAccount', 'V2024AccountAttributesChangedAccount']
|
||||
slug: /tools/sdk/go/v2024/models/account-attributes-changed-account
|
||||
tags: ['SDK', 'Software Development Kit', 'AccountAttributesChangedAccount', 'V2024AccountAttributesChangedAccount']
|
||||
---
|
||||
|
||||
# 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.
|
||||
|
||||
|
||||
|
||||
@@ -1,121 +0,0 @@
|
||||
---
|
||||
id: v2024-account-attributes-changed-changes-inner
|
||||
title: AccountAttributesChangedChangesInner
|
||||
pagination_label: AccountAttributesChangedChangesInner
|
||||
sidebar_label: AccountAttributesChangedChangesInner
|
||||
sidebar_class_name: gosdk
|
||||
keywords: ['go', 'Golang', 'sdk', 'AccountAttributesChangedChangesInner', 'V2024AccountAttributesChangedChangesInner']
|
||||
slug: /tools/sdk/go/v2024/models/account-attributes-changed-changes-inner
|
||||
tags: ['SDK', 'Software Development Kit', 'AccountAttributesChangedChangesInner', 'V2024AccountAttributesChangedChangesInner']
|
||||
---
|
||||
|
||||
# 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
|
||||
|
||||
@@ -1,38 +0,0 @@
|
||||
---
|
||||
id: v2024-account-attributes-changed-changes-inner-new-value
|
||||
title: AccountAttributesChangedChangesInnerNewValue
|
||||
pagination_label: AccountAttributesChangedChangesInnerNewValue
|
||||
sidebar_label: AccountAttributesChangedChangesInnerNewValue
|
||||
sidebar_class_name: gosdk
|
||||
keywords: ['go', 'Golang', 'sdk', 'AccountAttributesChangedChangesInnerNewValue', 'V2024AccountAttributesChangedChangesInnerNewValue']
|
||||
slug: /tools/sdk/go/v2024/models/account-attributes-changed-changes-inner-new-value
|
||||
tags: ['SDK', 'Software Development Kit', 'AccountAttributesChangedChangesInnerNewValue', 'V2024AccountAttributesChangedChangesInnerNewValue']
|
||||
---
|
||||
|
||||
# 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
|
||||
|
||||
|
||||
@@ -1,38 +0,0 @@
|
||||
---
|
||||
id: v2024-account-attributes-changed-changes-inner-old-value
|
||||
title: AccountAttributesChangedChangesInnerOldValue
|
||||
pagination_label: AccountAttributesChangedChangesInnerOldValue
|
||||
sidebar_label: AccountAttributesChangedChangesInnerOldValue
|
||||
sidebar_class_name: gosdk
|
||||
keywords: ['go', 'Golang', 'sdk', 'AccountAttributesChangedChangesInnerOldValue', 'V2024AccountAttributesChangedChangesInnerOldValue']
|
||||
slug: /tools/sdk/go/v2024/models/account-attributes-changed-changes-inner-old-value
|
||||
tags: ['SDK', 'Software Development Kit', 'AccountAttributesChangedChangesInnerOldValue', 'V2024AccountAttributesChangedChangesInnerOldValue']
|
||||
---
|
||||
|
||||
# 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
|
||||
|
||||
|
||||
@@ -1,101 +0,0 @@
|
||||
---
|
||||
id: v2024-account-attributes-changed-identity
|
||||
title: AccountAttributesChangedIdentity
|
||||
pagination_label: AccountAttributesChangedIdentity
|
||||
sidebar_label: AccountAttributesChangedIdentity
|
||||
sidebar_class_name: gosdk
|
||||
keywords: ['go', 'Golang', 'sdk', 'AccountAttributesChangedIdentity', 'V2024AccountAttributesChangedIdentity']
|
||||
slug: /tools/sdk/go/v2024/models/account-attributes-changed-identity
|
||||
tags: ['SDK', 'Software Development Kit', 'AccountAttributesChangedIdentity', 'V2024AccountAttributesChangedIdentity']
|
||||
---
|
||||
|
||||
# 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.
|
||||
|
||||
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user