Skip to main content

Accessrequestdynamicapprover2

Properties

NameTypeDescriptionNotes
IdstringThe unique ID of the identity to add to the approver list for the access request.
NamestringThe name of the identity to add to the approver list for the access request.
TypestringThe type of object being referenced.

Methods

NewAccessrequestdynamicapprover2

func NewAccessrequestdynamicapprover2(id string, name string, type_ string, ) *Accessrequestdynamicapprover2

NewAccessrequestdynamicapprover2 instantiates a new Accessrequestdynamicapprover2 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

NewAccessrequestdynamicapprover2WithDefaults

func NewAccessrequestdynamicapprover2WithDefaults() *Accessrequestdynamicapprover2

NewAccessrequestdynamicapprover2WithDefaults instantiates a new Accessrequestdynamicapprover2 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 *Accessrequestdynamicapprover2) GetId() string

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

GetIdOk

func (o *Accessrequestdynamicapprover2) 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 *Accessrequestdynamicapprover2) SetId(v string)

SetId sets Id field to given value.

GetName

func (o *Accessrequestdynamicapprover2) GetName() string

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

GetNameOk

func (o *Accessrequestdynamicapprover2) 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 *Accessrequestdynamicapprover2) SetName(v string)

SetName sets Name field to given value.

GetType

func (o *Accessrequestdynamicapprover2) GetType() string

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

GetTypeOk

func (o *Accessrequestdynamicapprover2) GetTypeOk() (*string, 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 *Accessrequestdynamicapprover2) SetType(v string)

SetType sets Type field to given value.