mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-10 04:19:42 +00:00
empty method and model folders for go to start fixing build
This commit is contained in:
@@ -1,172 +0,0 @@
|
||||
---
|
||||
id: role-criteria-level2
|
||||
title: RoleCriteriaLevel2
|
||||
pagination_label: RoleCriteriaLevel2
|
||||
sidebar_label: RoleCriteriaLevel2
|
||||
sidebar_class_name: gosdk
|
||||
keywords: ['go', 'Golang', 'sdk', 'RoleCriteriaLevel2', 'RoleCriteriaLevel2']
|
||||
slug: /tools/sdk/go/v3/models/role-criteria-level2
|
||||
tags: ['SDK', 'Software Development Kit', 'RoleCriteriaLevel2', 'RoleCriteriaLevel2']
|
||||
---
|
||||
|
||||
# RoleCriteriaLevel2
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**Operation** | Pointer to [**RoleCriteriaOperation**](role-criteria-operation) | | [optional]
|
||||
**Key** | Pointer to [**NullableRoleCriteriaKey**](role-criteria-key) | | [optional]
|
||||
**StringValue** | Pointer to **NullableString** | String value to test the Identity attribute, Account attribute, or Entitlement specified in the key w/r/t the specified operation. If this criteria is a leaf node, that is, if the operation is one of EQUALS, NOT_EQUALS, CONTAINS, STARTS_WITH, or ENDS_WITH, this field is required. Otherwise, specifying it is an error. | [optional]
|
||||
**Children** | Pointer to [**[]RoleCriteriaLevel3**](role-criteria-level3) | Array of child criteria. Required if the operation is AND or OR, otherwise it must be left null. A maximum of three levels of criteria are supported, including leaf nodes. Additionally, AND nodes can only be children or OR nodes and vice-versa. | [optional]
|
||||
|
||||
## Methods
|
||||
|
||||
### NewRoleCriteriaLevel2
|
||||
|
||||
`func NewRoleCriteriaLevel2() *RoleCriteriaLevel2`
|
||||
|
||||
NewRoleCriteriaLevel2 instantiates a new RoleCriteriaLevel2 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
|
||||
|
||||
### NewRoleCriteriaLevel2WithDefaults
|
||||
|
||||
`func NewRoleCriteriaLevel2WithDefaults() *RoleCriteriaLevel2`
|
||||
|
||||
NewRoleCriteriaLevel2WithDefaults instantiates a new RoleCriteriaLevel2 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
|
||||
|
||||
### GetOperation
|
||||
|
||||
`func (o *RoleCriteriaLevel2) GetOperation() RoleCriteriaOperation`
|
||||
|
||||
GetOperation returns the Operation field if non-nil, zero value otherwise.
|
||||
|
||||
### GetOperationOk
|
||||
|
||||
`func (o *RoleCriteriaLevel2) GetOperationOk() (*RoleCriteriaOperation, bool)`
|
||||
|
||||
GetOperationOk returns a tuple with the Operation field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetOperation
|
||||
|
||||
`func (o *RoleCriteriaLevel2) SetOperation(v RoleCriteriaOperation)`
|
||||
|
||||
SetOperation sets Operation field to given value.
|
||||
|
||||
### HasOperation
|
||||
|
||||
`func (o *RoleCriteriaLevel2) HasOperation() bool`
|
||||
|
||||
HasOperation returns a boolean if a field has been set.
|
||||
|
||||
### GetKey
|
||||
|
||||
`func (o *RoleCriteriaLevel2) GetKey() RoleCriteriaKey`
|
||||
|
||||
GetKey returns the Key field if non-nil, zero value otherwise.
|
||||
|
||||
### GetKeyOk
|
||||
|
||||
`func (o *RoleCriteriaLevel2) GetKeyOk() (*RoleCriteriaKey, bool)`
|
||||
|
||||
GetKeyOk returns a tuple with the Key field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetKey
|
||||
|
||||
`func (o *RoleCriteriaLevel2) SetKey(v RoleCriteriaKey)`
|
||||
|
||||
SetKey sets Key field to given value.
|
||||
|
||||
### HasKey
|
||||
|
||||
`func (o *RoleCriteriaLevel2) HasKey() bool`
|
||||
|
||||
HasKey returns a boolean if a field has been set.
|
||||
|
||||
### SetKeyNil
|
||||
|
||||
`func (o *RoleCriteriaLevel2) SetKeyNil(b bool)`
|
||||
|
||||
SetKeyNil sets the value for Key to be an explicit nil
|
||||
|
||||
### UnsetKey
|
||||
`func (o *RoleCriteriaLevel2) UnsetKey()`
|
||||
|
||||
UnsetKey ensures that no value is present for Key, not even an explicit nil
|
||||
### GetStringValue
|
||||
|
||||
`func (o *RoleCriteriaLevel2) GetStringValue() string`
|
||||
|
||||
GetStringValue returns the StringValue field if non-nil, zero value otherwise.
|
||||
|
||||
### GetStringValueOk
|
||||
|
||||
`func (o *RoleCriteriaLevel2) GetStringValueOk() (*string, bool)`
|
||||
|
||||
GetStringValueOk returns a tuple with the StringValue field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetStringValue
|
||||
|
||||
`func (o *RoleCriteriaLevel2) SetStringValue(v string)`
|
||||
|
||||
SetStringValue sets StringValue field to given value.
|
||||
|
||||
### HasStringValue
|
||||
|
||||
`func (o *RoleCriteriaLevel2) HasStringValue() bool`
|
||||
|
||||
HasStringValue returns a boolean if a field has been set.
|
||||
|
||||
### SetStringValueNil
|
||||
|
||||
`func (o *RoleCriteriaLevel2) SetStringValueNil(b bool)`
|
||||
|
||||
SetStringValueNil sets the value for StringValue to be an explicit nil
|
||||
|
||||
### UnsetStringValue
|
||||
`func (o *RoleCriteriaLevel2) UnsetStringValue()`
|
||||
|
||||
UnsetStringValue ensures that no value is present for StringValue, not even an explicit nil
|
||||
### GetChildren
|
||||
|
||||
`func (o *RoleCriteriaLevel2) GetChildren() []RoleCriteriaLevel3`
|
||||
|
||||
GetChildren returns the Children field if non-nil, zero value otherwise.
|
||||
|
||||
### GetChildrenOk
|
||||
|
||||
`func (o *RoleCriteriaLevel2) GetChildrenOk() (*[]RoleCriteriaLevel3, bool)`
|
||||
|
||||
GetChildrenOk returns a tuple with the Children field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetChildren
|
||||
|
||||
`func (o *RoleCriteriaLevel2) SetChildren(v []RoleCriteriaLevel3)`
|
||||
|
||||
SetChildren sets Children field to given value.
|
||||
|
||||
### HasChildren
|
||||
|
||||
`func (o *RoleCriteriaLevel2) HasChildren() bool`
|
||||
|
||||
HasChildren returns a boolean if a field has been set.
|
||||
|
||||
### SetChildrenNil
|
||||
|
||||
`func (o *RoleCriteriaLevel2) SetChildrenNil(b bool)`
|
||||
|
||||
SetChildrenNil sets the value for Children to be an explicit nil
|
||||
|
||||
### UnsetChildren
|
||||
`func (o *RoleCriteriaLevel2) UnsetChildren()`
|
||||
|
||||
UnsetChildren ensures that no value is present for Children, not even an explicit nil
|
||||
|
||||
Reference in New Issue
Block a user