mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-10 12:27:47 +00:00
empty method and model folders for go to start fixing build
This commit is contained in:
@@ -1,162 +0,0 @@
|
||||
---
|
||||
id: provisioning-criteria-level3
|
||||
title: ProvisioningCriteriaLevel3
|
||||
pagination_label: ProvisioningCriteriaLevel3
|
||||
sidebar_label: ProvisioningCriteriaLevel3
|
||||
sidebar_class_name: gosdk
|
||||
keywords: ['go', 'Golang', 'sdk', 'ProvisioningCriteriaLevel3', 'ProvisioningCriteriaLevel3']
|
||||
slug: /tools/sdk/go/v3/models/provisioning-criteria-level3
|
||||
tags: ['SDK', 'Software Development Kit', 'ProvisioningCriteriaLevel3', 'ProvisioningCriteriaLevel3']
|
||||
---
|
||||
|
||||
# ProvisioningCriteriaLevel3
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**Operation** | Pointer to [**ProvisioningCriteriaOperation**](provisioning-criteria-operation) | | [optional]
|
||||
**Attribute** | Pointer to **NullableString** | Name of the Account attribute to be tested. If **operation** is one of EQUALS, NOT_EQUALS, CONTAINS, or HAS, this field is required. Otherwise, specifying it is an error. | [optional]
|
||||
**Value** | Pointer to **string** | String value to test the Account attribute w/r/t the specified operation. If the operation is one of EQUALS, NOT_EQUALS, or CONTAINS, this field is required. Otherwise, specifying it is an error. If the Attribute is not String-typed, it will be converted to the appropriate type. | [optional]
|
||||
**Children** | Pointer to **NullableString** | 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. | [optional]
|
||||
|
||||
## Methods
|
||||
|
||||
### NewProvisioningCriteriaLevel3
|
||||
|
||||
`func NewProvisioningCriteriaLevel3() *ProvisioningCriteriaLevel3`
|
||||
|
||||
NewProvisioningCriteriaLevel3 instantiates a new ProvisioningCriteriaLevel3 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
|
||||
|
||||
### NewProvisioningCriteriaLevel3WithDefaults
|
||||
|
||||
`func NewProvisioningCriteriaLevel3WithDefaults() *ProvisioningCriteriaLevel3`
|
||||
|
||||
NewProvisioningCriteriaLevel3WithDefaults instantiates a new ProvisioningCriteriaLevel3 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 *ProvisioningCriteriaLevel3) GetOperation() ProvisioningCriteriaOperation`
|
||||
|
||||
GetOperation returns the Operation field if non-nil, zero value otherwise.
|
||||
|
||||
### GetOperationOk
|
||||
|
||||
`func (o *ProvisioningCriteriaLevel3) GetOperationOk() (*ProvisioningCriteriaOperation, 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 *ProvisioningCriteriaLevel3) SetOperation(v ProvisioningCriteriaOperation)`
|
||||
|
||||
SetOperation sets Operation field to given value.
|
||||
|
||||
### HasOperation
|
||||
|
||||
`func (o *ProvisioningCriteriaLevel3) HasOperation() bool`
|
||||
|
||||
HasOperation returns a boolean if a field has been set.
|
||||
|
||||
### GetAttribute
|
||||
|
||||
`func (o *ProvisioningCriteriaLevel3) GetAttribute() string`
|
||||
|
||||
GetAttribute returns the Attribute field if non-nil, zero value otherwise.
|
||||
|
||||
### GetAttributeOk
|
||||
|
||||
`func (o *ProvisioningCriteriaLevel3) GetAttributeOk() (*string, bool)`
|
||||
|
||||
GetAttributeOk returns a tuple with the Attribute field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetAttribute
|
||||
|
||||
`func (o *ProvisioningCriteriaLevel3) SetAttribute(v string)`
|
||||
|
||||
SetAttribute sets Attribute field to given value.
|
||||
|
||||
### HasAttribute
|
||||
|
||||
`func (o *ProvisioningCriteriaLevel3) HasAttribute() bool`
|
||||
|
||||
HasAttribute returns a boolean if a field has been set.
|
||||
|
||||
### SetAttributeNil
|
||||
|
||||
`func (o *ProvisioningCriteriaLevel3) SetAttributeNil(b bool)`
|
||||
|
||||
SetAttributeNil sets the value for Attribute to be an explicit nil
|
||||
|
||||
### UnsetAttribute
|
||||
`func (o *ProvisioningCriteriaLevel3) UnsetAttribute()`
|
||||
|
||||
UnsetAttribute ensures that no value is present for Attribute, not even an explicit nil
|
||||
### GetValue
|
||||
|
||||
`func (o *ProvisioningCriteriaLevel3) GetValue() string`
|
||||
|
||||
GetValue returns the Value field if non-nil, zero value otherwise.
|
||||
|
||||
### GetValueOk
|
||||
|
||||
`func (o *ProvisioningCriteriaLevel3) GetValueOk() (*string, bool)`
|
||||
|
||||
GetValueOk returns a tuple with the Value field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetValue
|
||||
|
||||
`func (o *ProvisioningCriteriaLevel3) SetValue(v string)`
|
||||
|
||||
SetValue sets Value field to given value.
|
||||
|
||||
### HasValue
|
||||
|
||||
`func (o *ProvisioningCriteriaLevel3) HasValue() bool`
|
||||
|
||||
HasValue returns a boolean if a field has been set.
|
||||
|
||||
### GetChildren
|
||||
|
||||
`func (o *ProvisioningCriteriaLevel3) GetChildren() string`
|
||||
|
||||
GetChildren returns the Children field if non-nil, zero value otherwise.
|
||||
|
||||
### GetChildrenOk
|
||||
|
||||
`func (o *ProvisioningCriteriaLevel3) GetChildrenOk() (*string, 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 *ProvisioningCriteriaLevel3) SetChildren(v string)`
|
||||
|
||||
SetChildren sets Children field to given value.
|
||||
|
||||
### HasChildren
|
||||
|
||||
`func (o *ProvisioningCriteriaLevel3) HasChildren() bool`
|
||||
|
||||
HasChildren returns a boolean if a field has been set.
|
||||
|
||||
### SetChildrenNil
|
||||
|
||||
`func (o *ProvisioningCriteriaLevel3) SetChildrenNil(b bool)`
|
||||
|
||||
SetChildrenNil sets the value for Children to be an explicit nil
|
||||
|
||||
### UnsetChildren
|
||||
`func (o *ProvisioningCriteriaLevel3) UnsetChildren()`
|
||||
|
||||
UnsetChildren ensures that no value is present for Children, not even an explicit nil
|
||||
|
||||
Reference in New Issue
Block a user