mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-09 12:27:47 +00:00
starting point for go docs
This commit is contained in:
136
docs/tools/sdk/go/Reference/V3/Models/RequestabilityForRole.md
Normal file
136
docs/tools/sdk/go/Reference/V3/Models/RequestabilityForRole.md
Normal file
@@ -0,0 +1,136 @@
|
||||
---
|
||||
id: requestability-for-role
|
||||
title: RequestabilityForRole
|
||||
pagination_label: RequestabilityForRole
|
||||
sidebar_label: RequestabilityForRole
|
||||
sidebar_class_name: gosdk
|
||||
keywords: ['go', 'Golang', 'sdk', 'RequestabilityForRole', 'RequestabilityForRole']
|
||||
slug: /tools/sdk/go/v3/models/requestability-for-role
|
||||
tags: ['SDK', 'Software Development Kit', 'RequestabilityForRole', 'RequestabilityForRole']
|
||||
---
|
||||
|
||||
# RequestabilityForRole
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**CommentsRequired** | Pointer to **NullableBool** | Whether the requester of the containing object must provide comments justifying the request | [optional] [default to false]
|
||||
**DenialCommentsRequired** | Pointer to **NullableBool** | Whether an approver must provide comments when denying the request | [optional] [default to false]
|
||||
**ApprovalSchemes** | Pointer to [**[]ApprovalSchemeForRole**](approval-scheme-for-role) | List describing the steps in approving the request | [optional]
|
||||
|
||||
## Methods
|
||||
|
||||
### NewRequestabilityForRole
|
||||
|
||||
`func NewRequestabilityForRole() *RequestabilityForRole`
|
||||
|
||||
NewRequestabilityForRole instantiates a new RequestabilityForRole 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
|
||||
|
||||
### NewRequestabilityForRoleWithDefaults
|
||||
|
||||
`func NewRequestabilityForRoleWithDefaults() *RequestabilityForRole`
|
||||
|
||||
NewRequestabilityForRoleWithDefaults instantiates a new RequestabilityForRole 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
|
||||
|
||||
### GetCommentsRequired
|
||||
|
||||
`func (o *RequestabilityForRole) GetCommentsRequired() bool`
|
||||
|
||||
GetCommentsRequired returns the CommentsRequired field if non-nil, zero value otherwise.
|
||||
|
||||
### GetCommentsRequiredOk
|
||||
|
||||
`func (o *RequestabilityForRole) GetCommentsRequiredOk() (*bool, bool)`
|
||||
|
||||
GetCommentsRequiredOk returns a tuple with the CommentsRequired field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetCommentsRequired
|
||||
|
||||
`func (o *RequestabilityForRole) SetCommentsRequired(v bool)`
|
||||
|
||||
SetCommentsRequired sets CommentsRequired field to given value.
|
||||
|
||||
### HasCommentsRequired
|
||||
|
||||
`func (o *RequestabilityForRole) HasCommentsRequired() bool`
|
||||
|
||||
HasCommentsRequired returns a boolean if a field has been set.
|
||||
|
||||
### SetCommentsRequiredNil
|
||||
|
||||
`func (o *RequestabilityForRole) SetCommentsRequiredNil(b bool)`
|
||||
|
||||
SetCommentsRequiredNil sets the value for CommentsRequired to be an explicit nil
|
||||
|
||||
### UnsetCommentsRequired
|
||||
`func (o *RequestabilityForRole) UnsetCommentsRequired()`
|
||||
|
||||
UnsetCommentsRequired ensures that no value is present for CommentsRequired, not even an explicit nil
|
||||
### GetDenialCommentsRequired
|
||||
|
||||
`func (o *RequestabilityForRole) GetDenialCommentsRequired() bool`
|
||||
|
||||
GetDenialCommentsRequired returns the DenialCommentsRequired field if non-nil, zero value otherwise.
|
||||
|
||||
### GetDenialCommentsRequiredOk
|
||||
|
||||
`func (o *RequestabilityForRole) GetDenialCommentsRequiredOk() (*bool, bool)`
|
||||
|
||||
GetDenialCommentsRequiredOk returns a tuple with the DenialCommentsRequired field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetDenialCommentsRequired
|
||||
|
||||
`func (o *RequestabilityForRole) SetDenialCommentsRequired(v bool)`
|
||||
|
||||
SetDenialCommentsRequired sets DenialCommentsRequired field to given value.
|
||||
|
||||
### HasDenialCommentsRequired
|
||||
|
||||
`func (o *RequestabilityForRole) HasDenialCommentsRequired() bool`
|
||||
|
||||
HasDenialCommentsRequired returns a boolean if a field has been set.
|
||||
|
||||
### SetDenialCommentsRequiredNil
|
||||
|
||||
`func (o *RequestabilityForRole) SetDenialCommentsRequiredNil(b bool)`
|
||||
|
||||
SetDenialCommentsRequiredNil sets the value for DenialCommentsRequired to be an explicit nil
|
||||
|
||||
### UnsetDenialCommentsRequired
|
||||
`func (o *RequestabilityForRole) UnsetDenialCommentsRequired()`
|
||||
|
||||
UnsetDenialCommentsRequired ensures that no value is present for DenialCommentsRequired, not even an explicit nil
|
||||
### GetApprovalSchemes
|
||||
|
||||
`func (o *RequestabilityForRole) GetApprovalSchemes() []ApprovalSchemeForRole`
|
||||
|
||||
GetApprovalSchemes returns the ApprovalSchemes field if non-nil, zero value otherwise.
|
||||
|
||||
### GetApprovalSchemesOk
|
||||
|
||||
`func (o *RequestabilityForRole) GetApprovalSchemesOk() (*[]ApprovalSchemeForRole, bool)`
|
||||
|
||||
GetApprovalSchemesOk returns a tuple with the ApprovalSchemes field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetApprovalSchemes
|
||||
|
||||
`func (o *RequestabilityForRole) SetApprovalSchemes(v []ApprovalSchemeForRole)`
|
||||
|
||||
SetApprovalSchemes sets ApprovalSchemes field to given value.
|
||||
|
||||
### HasApprovalSchemes
|
||||
|
||||
`func (o *RequestabilityForRole) HasApprovalSchemes() bool`
|
||||
|
||||
HasApprovalSchemes returns a boolean if a field has been set.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user