mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-09 12:27:47 +00:00
Update to go SDK docs: 15029001030
This commit is contained in:
@@ -16,6 +16,7 @@ tags: ['SDK', 'Software Development Kit', 'SourceEntitlementRequestConfig', 'Bet
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**AccessRequestConfig** | Pointer to [**EntitlementAccessRequestConfig**](entitlement-access-request-config) | | [optional]
|
||||
**RevocationRequestConfig** | Pointer to [**EntitlementRevocationRequestConfig**](entitlement-revocation-request-config) | | [optional]
|
||||
|
||||
## Methods
|
||||
|
||||
@@ -61,4 +62,29 @@ SetAccessRequestConfig sets AccessRequestConfig field to given value.
|
||||
|
||||
HasAccessRequestConfig returns a boolean if a field has been set.
|
||||
|
||||
### GetRevocationRequestConfig
|
||||
|
||||
`func (o *SourceEntitlementRequestConfig) GetRevocationRequestConfig() EntitlementRevocationRequestConfig`
|
||||
|
||||
GetRevocationRequestConfig returns the RevocationRequestConfig field if non-nil, zero value otherwise.
|
||||
|
||||
### GetRevocationRequestConfigOk
|
||||
|
||||
`func (o *SourceEntitlementRequestConfig) GetRevocationRequestConfigOk() (*EntitlementRevocationRequestConfig, 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 *SourceEntitlementRequestConfig) SetRevocationRequestConfig(v EntitlementRevocationRequestConfig)`
|
||||
|
||||
SetRevocationRequestConfig sets RevocationRequestConfig field to given value.
|
||||
|
||||
### HasRevocationRequestConfig
|
||||
|
||||
`func (o *SourceEntitlementRequestConfig) HasRevocationRequestConfig() bool`
|
||||
|
||||
HasRevocationRequestConfig returns a boolean if a field has been set.
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user