mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-09 20:37:47 +00:00
starting point for go docs
This commit is contained in:
@@ -0,0 +1,64 @@
|
||||
---
|
||||
id: beta-entitlement-request-config
|
||||
title: EntitlementRequestConfig
|
||||
pagination_label: EntitlementRequestConfig
|
||||
sidebar_label: EntitlementRequestConfig
|
||||
sidebar_class_name: gosdk
|
||||
keywords: ['go', 'Golang', 'sdk', 'EntitlementRequestConfig', 'BetaEntitlementRequestConfig']
|
||||
slug: /tools/sdk/go/beta/models/entitlement-request-config
|
||||
tags: ['SDK', 'Software Development Kit', 'EntitlementRequestConfig', 'BetaEntitlementRequestConfig']
|
||||
---
|
||||
|
||||
# EntitlementRequestConfig
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**AccessRequestConfig** | Pointer to [**EntitlementAccessRequestConfig**](entitlement-access-request-config) | | [optional]
|
||||
|
||||
## Methods
|
||||
|
||||
### NewEntitlementRequestConfig
|
||||
|
||||
`func NewEntitlementRequestConfig() *EntitlementRequestConfig`
|
||||
|
||||
NewEntitlementRequestConfig instantiates a new EntitlementRequestConfig 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
|
||||
|
||||
### NewEntitlementRequestConfigWithDefaults
|
||||
|
||||
`func NewEntitlementRequestConfigWithDefaults() *EntitlementRequestConfig`
|
||||
|
||||
NewEntitlementRequestConfigWithDefaults instantiates a new EntitlementRequestConfig 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
|
||||
|
||||
### GetAccessRequestConfig
|
||||
|
||||
`func (o *EntitlementRequestConfig) GetAccessRequestConfig() EntitlementAccessRequestConfig`
|
||||
|
||||
GetAccessRequestConfig returns the AccessRequestConfig field if non-nil, zero value otherwise.
|
||||
|
||||
### GetAccessRequestConfigOk
|
||||
|
||||
`func (o *EntitlementRequestConfig) GetAccessRequestConfigOk() (*EntitlementAccessRequestConfig, bool)`
|
||||
|
||||
GetAccessRequestConfigOk returns a tuple with the AccessRequestConfig field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetAccessRequestConfig
|
||||
|
||||
`func (o *EntitlementRequestConfig) SetAccessRequestConfig(v EntitlementAccessRequestConfig)`
|
||||
|
||||
SetAccessRequestConfig sets AccessRequestConfig field to given value.
|
||||
|
||||
### HasAccessRequestConfig
|
||||
|
||||
`func (o *EntitlementRequestConfig) HasAccessRequestConfig() bool`
|
||||
|
||||
HasAccessRequestConfig returns a boolean if a field has been set.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user