update go docs and examples

This commit is contained in:
darrell-thobe-sp
2025-05-13 11:12:04 -04:00
parent 43fe2ffd30
commit d89039d220
580 changed files with 62492 additions and 25327 deletions

View File

@@ -16,7 +16,7 @@ tags: ['SDK', 'Software Development Kit', 'RoleInsightsSummary', 'BetaRoleInsigh
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**NumberOfUpdates** | Pointer to **int32** | Total number of roles with updates | [optional]
**LastGenerated** | Pointer to **time.Time** | The date-time role insights were last found. | [optional]
**LastGenerated** | Pointer to **SailPointTime** | The date-time role insights were last found. | [optional]
**EntitlementsIncludedInRoles** | Pointer to **int32** | The number of entitlements included in roles (vs free radicals). | [optional]
**TotalNumberOfEntitlements** | Pointer to **int32** | The total number of entitlements. | [optional]
**IdentitiesWithAccessViaRoles** | Pointer to **int32** | The number of identities in roles vs. identities with just entitlements and not in roles. | [optional]
@@ -68,20 +68,20 @@ HasNumberOfUpdates returns a boolean if a field has been set.
### GetLastGenerated
`func (o *RoleInsightsSummary) GetLastGenerated() time.Time`
`func (o *RoleInsightsSummary) GetLastGenerated() SailPointTime`
GetLastGenerated returns the LastGenerated field if non-nil, zero value otherwise.
### GetLastGeneratedOk
`func (o *RoleInsightsSummary) GetLastGeneratedOk() (*time.Time, bool)`
`func (o *RoleInsightsSummary) GetLastGeneratedOk() (*SailPointTime, bool)`
GetLastGeneratedOk returns a tuple with the LastGenerated field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetLastGenerated
`func (o *RoleInsightsSummary) SetLastGenerated(v time.Time)`
`func (o *RoleInsightsSummary) SetLastGenerated(v SailPointTime)`
SetLastGenerated sets LastGenerated field to given value.