Files
developer.sailpoint.com/docs/tools/sdk/go/Reference/V2024/Models/EntitlementRevocationRequestConfig.md
2025-05-14 19:08:14 +00:00

2.5 KiB

id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
id title pagination_label sidebar_label sidebar_class_name keywords slug tags
v2024-entitlement-revocation-request-config EntitlementRevocationRequestConfig EntitlementRevocationRequestConfig EntitlementRevocationRequestConfig gosdk
go
Golang
sdk
EntitlementRevocationRequestConfig
V2024EntitlementRevocationRequestConfig
/tools/sdk/go/v2024/models/entitlement-revocation-request-config
SDK
Software Development Kit
EntitlementRevocationRequestConfig
V2024EntitlementRevocationRequestConfig

EntitlementRevocationRequestConfig

Properties

Name Type Description Notes
ApprovalSchemes Pointer to []EntitlementApprovalScheme Ordered list of approval steps for the access request. Empty when no approval is required. [optional]

Methods

NewEntitlementRevocationRequestConfig

func NewEntitlementRevocationRequestConfig() *EntitlementRevocationRequestConfig

NewEntitlementRevocationRequestConfig instantiates a new EntitlementRevocationRequestConfig 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

NewEntitlementRevocationRequestConfigWithDefaults

func NewEntitlementRevocationRequestConfigWithDefaults() *EntitlementRevocationRequestConfig

NewEntitlementRevocationRequestConfigWithDefaults instantiates a new EntitlementRevocationRequestConfig 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

GetApprovalSchemes

func (o *EntitlementRevocationRequestConfig) GetApprovalSchemes() []EntitlementApprovalScheme

GetApprovalSchemes returns the ApprovalSchemes field if non-nil, zero value otherwise.

GetApprovalSchemesOk

func (o *EntitlementRevocationRequestConfig) GetApprovalSchemesOk() (*[]EntitlementApprovalScheme, 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 *EntitlementRevocationRequestConfig) SetApprovalSchemes(v []EntitlementApprovalScheme)

SetApprovalSchemes sets ApprovalSchemes field to given value.

HasApprovalSchemes

func (o *EntitlementRevocationRequestConfig) HasApprovalSchemes() bool

HasApprovalSchemes returns a boolean if a field has been set.