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

@@ -28,7 +28,7 @@ Name | Type | Description | Notes
**Quality** | Pointer to **int32** | The quality metric (0-100) of this potential role. Higher quality values indicate this potential role has high density and freshness. | [optional]
**Type** | Pointer to [**RoleMiningRoleType**](role-mining-role-type) | | [optional]
**CreatedBy** | Pointer to [**RoleMiningPotentialRoleSummaryCreatedBy**](role-mining-potential-role-summary-created-by) | | [optional]
**CreatedDate** | Pointer to **time.Time** | The date-time when this potential role was created. | [optional]
**CreatedDate** | Pointer to **SailPointTime** | The date-time when this potential role was created. | [optional]
**Saved** | Pointer to **bool** | The potential role's saved status | [optional] [default to false]
**Description** | Pointer to **NullableString** | Description of the potential role | [optional]
**Session** | Pointer to [**RoleMiningSessionParametersDto**](role-mining-session-parameters-dto) | | [optional]
@@ -389,20 +389,20 @@ HasCreatedBy returns a boolean if a field has been set.
### GetCreatedDate
`func (o *RoleMiningPotentialRoleSummary) GetCreatedDate() time.Time`
`func (o *RoleMiningPotentialRoleSummary) GetCreatedDate() SailPointTime`
GetCreatedDate returns the CreatedDate field if non-nil, zero value otherwise.
### GetCreatedDateOk
`func (o *RoleMiningPotentialRoleSummary) GetCreatedDateOk() (*time.Time, bool)`
`func (o *RoleMiningPotentialRoleSummary) GetCreatedDateOk() (*SailPointTime, bool)`
GetCreatedDateOk returns a tuple with the CreatedDate field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetCreatedDate
`func (o *RoleMiningPotentialRoleSummary) SetCreatedDate(v time.Time)`
`func (o *RoleMiningPotentialRoleSummary) SetCreatedDate(v SailPointTime)`
SetCreatedDate sets CreatedDate field to given value.