mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-09 20:37:47 +00:00
update go docs and examples
This commit is contained in:
@@ -19,6 +19,7 @@ Name | Type | Description | Notes
|
||||
**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]
|
||||
**RequestedForWithRequestedItems** | Pointer to [**[]RequestedForDtoRef**](requested-for-dto-ref) | Additional submit data structure with requestedFor containing requestedItems allowing distinction for each request item and Identity. * Can only be used when 'requestedFor' and 'requestedItems' are not separately provided * Adds ability to specify which account the user wants the access on, in case they have multiple accounts on a source * Allows the ability to request items with different remove dates * Also allows different combinations of request items and identities in the same request | [optional]
|
||||
|
||||
## Methods
|
||||
|
||||
@@ -139,4 +140,39 @@ SetClientMetadata sets ClientMetadata field to given value.
|
||||
|
||||
HasClientMetadata returns a boolean if a field has been set.
|
||||
|
||||
### GetRequestedForWithRequestedItems
|
||||
|
||||
`func (o *AccessRequest) GetRequestedForWithRequestedItems() []RequestedForDtoRef`
|
||||
|
||||
GetRequestedForWithRequestedItems returns the RequestedForWithRequestedItems field if non-nil, zero value otherwise.
|
||||
|
||||
### GetRequestedForWithRequestedItemsOk
|
||||
|
||||
`func (o *AccessRequest) GetRequestedForWithRequestedItemsOk() (*[]RequestedForDtoRef, bool)`
|
||||
|
||||
GetRequestedForWithRequestedItemsOk returns a tuple with the RequestedForWithRequestedItems field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetRequestedForWithRequestedItems
|
||||
|
||||
`func (o *AccessRequest) SetRequestedForWithRequestedItems(v []RequestedForDtoRef)`
|
||||
|
||||
SetRequestedForWithRequestedItems sets RequestedForWithRequestedItems field to given value.
|
||||
|
||||
### HasRequestedForWithRequestedItems
|
||||
|
||||
`func (o *AccessRequest) HasRequestedForWithRequestedItems() bool`
|
||||
|
||||
HasRequestedForWithRequestedItems returns a boolean if a field has been set.
|
||||
|
||||
### SetRequestedForWithRequestedItemsNil
|
||||
|
||||
`func (o *AccessRequest) SetRequestedForWithRequestedItemsNil(b bool)`
|
||||
|
||||
SetRequestedForWithRequestedItemsNil sets the value for RequestedForWithRequestedItems to be an explicit nil
|
||||
|
||||
### UnsetRequestedForWithRequestedItems
|
||||
`func (o *AccessRequest) UnsetRequestedForWithRequestedItems()`
|
||||
|
||||
UnsetRequestedForWithRequestedItems ensures that no value is present for RequestedForWithRequestedItems, not even an explicit nil
|
||||
|
||||
|
||||
Reference in New Issue
Block a user