Files
developer.sailpoint.com/docs/tools/sdk/go/Reference/Beta/Models/AccessRequestDynamicApprover1.md
2025-03-27 14:43:04 -04:00

3.2 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
beta-access-request-dynamic-approver1 AccessRequestDynamicApprover1 AccessRequestDynamicApprover1 AccessRequestDynamicApprover1 gosdk
go
Golang
sdk
AccessRequestDynamicApprover1
BetaAccessRequestDynamicApprover1
/tools/sdk/go/beta/models/access-request-dynamic-approver1
SDK
Software Development Kit
AccessRequestDynamicApprover1
BetaAccessRequestDynamicApprover1

AccessRequestDynamicApprover1

Properties

Name Type Description Notes
Id string The unique ID of the identity to add to the approver list for the access request.
Name string The name of the identity to add to the approver list for the access request.
Type map[string]interface{} The type of object being referenced.

Methods

NewAccessRequestDynamicApprover1

func NewAccessRequestDynamicApprover1(id string, name string, type_ map[string]interface{}, ) *AccessRequestDynamicApprover1

NewAccessRequestDynamicApprover1 instantiates a new AccessRequestDynamicApprover1 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

NewAccessRequestDynamicApprover1WithDefaults

func NewAccessRequestDynamicApprover1WithDefaults() *AccessRequestDynamicApprover1

NewAccessRequestDynamicApprover1WithDefaults instantiates a new AccessRequestDynamicApprover1 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

GetId

func (o *AccessRequestDynamicApprover1) GetId() string

GetId returns the Id field if non-nil, zero value otherwise.

GetIdOk

func (o *AccessRequestDynamicApprover1) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetId

func (o *AccessRequestDynamicApprover1) SetId(v string)

SetId sets Id field to given value.

GetName

func (o *AccessRequestDynamicApprover1) GetName() string

GetName returns the Name field if non-nil, zero value otherwise.

GetNameOk

func (o *AccessRequestDynamicApprover1) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetName

func (o *AccessRequestDynamicApprover1) SetName(v string)

SetName sets Name field to given value.

GetType

func (o *AccessRequestDynamicApprover1) GetType() map[string]interface{}

GetType returns the Type field if non-nil, zero value otherwise.

GetTypeOk

func (o *AccessRequestDynamicApprover1) GetTypeOk() (*map[string]interface{}, bool)

GetTypeOk returns a tuple with the Type field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetType

func (o *AccessRequestDynamicApprover1) SetType(v map[string]interface{})

SetType sets Type field to given value.