empty method and model folders for go to start fixing build

This commit is contained in:
darrell-thobe-sp
2025-03-31 09:09:43 -04:00
parent 34d14a520e
commit 1b874a5285
2759 changed files with 2 additions and 516357 deletions

View File

@@ -1,136 +0,0 @@
---
id: v2024-role-mining-session-scope
title: RoleMiningSessionScope
pagination_label: RoleMiningSessionScope
sidebar_label: RoleMiningSessionScope
sidebar_class_name: gosdk
keywords: ['go', 'Golang', 'sdk', 'RoleMiningSessionScope', 'V2024RoleMiningSessionScope']
slug: /tools/sdk/go/v2024/models/role-mining-session-scope
tags: ['SDK', 'Software Development Kit', 'RoleMiningSessionScope', 'V2024RoleMiningSessionScope']
---
# RoleMiningSessionScope
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**IdentityIds** | Pointer to **[]string** | The list of identities for this role mining session. | [optional]
**Criteria** | Pointer to **NullableString** | The \"search\" criteria that produces the list of identities for this role mining session. | [optional]
**AttributeFilterCriteria** | Pointer to **[]map[string]interface{}** | The filter criteria for this role mining session. | [optional]
## Methods
### NewRoleMiningSessionScope
`func NewRoleMiningSessionScope() *RoleMiningSessionScope`
NewRoleMiningSessionScope instantiates a new RoleMiningSessionScope 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
### NewRoleMiningSessionScopeWithDefaults
`func NewRoleMiningSessionScopeWithDefaults() *RoleMiningSessionScope`
NewRoleMiningSessionScopeWithDefaults instantiates a new RoleMiningSessionScope 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
### GetIdentityIds
`func (o *RoleMiningSessionScope) GetIdentityIds() []string`
GetIdentityIds returns the IdentityIds field if non-nil, zero value otherwise.
### GetIdentityIdsOk
`func (o *RoleMiningSessionScope) GetIdentityIdsOk() (*[]string, bool)`
GetIdentityIdsOk returns a tuple with the IdentityIds field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetIdentityIds
`func (o *RoleMiningSessionScope) SetIdentityIds(v []string)`
SetIdentityIds sets IdentityIds field to given value.
### HasIdentityIds
`func (o *RoleMiningSessionScope) HasIdentityIds() bool`
HasIdentityIds returns a boolean if a field has been set.
### GetCriteria
`func (o *RoleMiningSessionScope) GetCriteria() string`
GetCriteria returns the Criteria field if non-nil, zero value otherwise.
### GetCriteriaOk
`func (o *RoleMiningSessionScope) GetCriteriaOk() (*string, bool)`
GetCriteriaOk returns a tuple with the Criteria field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetCriteria
`func (o *RoleMiningSessionScope) SetCriteria(v string)`
SetCriteria sets Criteria field to given value.
### HasCriteria
`func (o *RoleMiningSessionScope) HasCriteria() bool`
HasCriteria returns a boolean if a field has been set.
### SetCriteriaNil
`func (o *RoleMiningSessionScope) SetCriteriaNil(b bool)`
SetCriteriaNil sets the value for Criteria to be an explicit nil
### UnsetCriteria
`func (o *RoleMiningSessionScope) UnsetCriteria()`
UnsetCriteria ensures that no value is present for Criteria, not even an explicit nil
### GetAttributeFilterCriteria
`func (o *RoleMiningSessionScope) GetAttributeFilterCriteria() []map[string]interface{}`
GetAttributeFilterCriteria returns the AttributeFilterCriteria field if non-nil, zero value otherwise.
### GetAttributeFilterCriteriaOk
`func (o *RoleMiningSessionScope) GetAttributeFilterCriteriaOk() (*[]map[string]interface{}, bool)`
GetAttributeFilterCriteriaOk returns a tuple with the AttributeFilterCriteria field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetAttributeFilterCriteria
`func (o *RoleMiningSessionScope) SetAttributeFilterCriteria(v []map[string]interface{})`
SetAttributeFilterCriteria sets AttributeFilterCriteria field to given value.
### HasAttributeFilterCriteria
`func (o *RoleMiningSessionScope) HasAttributeFilterCriteria() bool`
HasAttributeFilterCriteria returns a boolean if a field has been set.
### SetAttributeFilterCriteriaNil
`func (o *RoleMiningSessionScope) SetAttributeFilterCriteriaNil(b bool)`
SetAttributeFilterCriteriaNil sets the value for AttributeFilterCriteria to be an explicit nil
### UnsetAttributeFilterCriteria
`func (o *RoleMiningSessionScope) UnsetAttributeFilterCriteria()`
UnsetAttributeFilterCriteria ensures that no value is present for AttributeFilterCriteria, not even an explicit nil