--- id: beta-lifecycle-state title: LifecycleState pagination_label: LifecycleState sidebar_label: LifecycleState sidebar_class_name: gosdk keywords: ['go', 'Golang', 'sdk', 'LifecycleState', 'BetaLifecycleState'] slug: /tools/sdk/go/beta/models/lifecycle-state tags: ['SDK', 'Software Development Kit', 'LifecycleState', 'BetaLifecycleState'] --- # LifecycleState ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **Id** | Pointer to **string** | Lifecycle state ID. | [optional] [readonly] **Name** | Pointer to **string** | Lifecycle state name. | [optional] [readonly] **TechnicalName** | Pointer to **string** | Lifecycle state technical name. This is for internal use. | [optional] [readonly] **Description** | Pointer to **string** | Lifecycle state description. | [optional] **Created** | Pointer to **SailPointTime** | Lifecycle state created date. | [optional] [readonly] **Modified** | Pointer to **SailPointTime** | Lifecycle state modified date. | [optional] [readonly] **Enabled** | Pointer to **bool** | Indicates whether the lifecycle state is enabled or disabled. | [optional] [default to false] **IdentityCount** | Pointer to **int32** | Number of identities that have the lifecycle state. | [optional] [readonly] **EmailNotificationOption** | Pointer to [**EmailNotificationOption**](email-notification-option) | | [optional] **AccountActions** | Pointer to [**[]AccountAction**](account-action) | | [optional] **AccessProfileIds** | Pointer to **[]string** | List of access-profile IDs that are associated with the lifecycle state. | [optional] ## Methods ### NewLifecycleState `func NewLifecycleState() *LifecycleState` NewLifecycleState instantiates a new LifecycleState 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 ### NewLifecycleStateWithDefaults `func NewLifecycleStateWithDefaults() *LifecycleState` NewLifecycleStateWithDefaults instantiates a new LifecycleState 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 *LifecycleState) GetId() string` GetId returns the Id field if non-nil, zero value otherwise. ### GetIdOk `func (o *LifecycleState) 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 *LifecycleState) SetId(v string)` SetId sets Id field to given value. ### HasId `func (o *LifecycleState) HasId() bool` HasId returns a boolean if a field has been set. ### GetName `func (o *LifecycleState) GetName() string` GetName returns the Name field if non-nil, zero value otherwise. ### GetNameOk `func (o *LifecycleState) 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 *LifecycleState) SetName(v string)` SetName sets Name field to given value. ### HasName `func (o *LifecycleState) HasName() bool` HasName returns a boolean if a field has been set. ### GetTechnicalName `func (o *LifecycleState) GetTechnicalName() string` GetTechnicalName returns the TechnicalName field if non-nil, zero value otherwise. ### GetTechnicalNameOk `func (o *LifecycleState) GetTechnicalNameOk() (*string, bool)` GetTechnicalNameOk returns a tuple with the TechnicalName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set. ### SetTechnicalName `func (o *LifecycleState) SetTechnicalName(v string)` SetTechnicalName sets TechnicalName field to given value. ### HasTechnicalName `func (o *LifecycleState) HasTechnicalName() bool` HasTechnicalName returns a boolean if a field has been set. ### GetDescription `func (o *LifecycleState) GetDescription() string` GetDescription returns the Description field if non-nil, zero value otherwise. ### GetDescriptionOk `func (o *LifecycleState) GetDescriptionOk() (*string, bool)` GetDescriptionOk returns a tuple with the Description field if it's non-nil, zero value otherwise and a boolean to check if the value has been set. ### SetDescription `func (o *LifecycleState) SetDescription(v string)` SetDescription sets Description field to given value. ### HasDescription `func (o *LifecycleState) HasDescription() bool` HasDescription returns a boolean if a field has been set. ### GetCreated `func (o *LifecycleState) GetCreated() SailPointTime` GetCreated returns the Created field if non-nil, zero value otherwise. ### GetCreatedOk `func (o *LifecycleState) GetCreatedOk() (*SailPointTime, bool)` GetCreatedOk returns a tuple with the Created field if it's non-nil, zero value otherwise and a boolean to check if the value has been set. ### SetCreated `func (o *LifecycleState) SetCreated(v SailPointTime)` SetCreated sets Created field to given value. ### HasCreated `func (o *LifecycleState) HasCreated() bool` HasCreated returns a boolean if a field has been set. ### GetModified `func (o *LifecycleState) GetModified() SailPointTime` GetModified returns the Modified field if non-nil, zero value otherwise. ### GetModifiedOk `func (o *LifecycleState) GetModifiedOk() (*SailPointTime, bool)` GetModifiedOk returns a tuple with the Modified field if it's non-nil, zero value otherwise and a boolean to check if the value has been set. ### SetModified `func (o *LifecycleState) SetModified(v SailPointTime)` SetModified sets Modified field to given value. ### HasModified `func (o *LifecycleState) HasModified() bool` HasModified returns a boolean if a field has been set. ### GetEnabled `func (o *LifecycleState) GetEnabled() bool` GetEnabled returns the Enabled field if non-nil, zero value otherwise. ### GetEnabledOk `func (o *LifecycleState) GetEnabledOk() (*bool, bool)` GetEnabledOk returns a tuple with the Enabled field if it's non-nil, zero value otherwise and a boolean to check if the value has been set. ### SetEnabled `func (o *LifecycleState) SetEnabled(v bool)` SetEnabled sets Enabled field to given value. ### HasEnabled `func (o *LifecycleState) HasEnabled() bool` HasEnabled returns a boolean if a field has been set. ### GetIdentityCount `func (o *LifecycleState) GetIdentityCount() int32` GetIdentityCount returns the IdentityCount field if non-nil, zero value otherwise. ### GetIdentityCountOk `func (o *LifecycleState) GetIdentityCountOk() (*int32, bool)` GetIdentityCountOk returns a tuple with the IdentityCount field if it's non-nil, zero value otherwise and a boolean to check if the value has been set. ### SetIdentityCount `func (o *LifecycleState) SetIdentityCount(v int32)` SetIdentityCount sets IdentityCount field to given value. ### HasIdentityCount `func (o *LifecycleState) HasIdentityCount() bool` HasIdentityCount returns a boolean if a field has been set. ### GetEmailNotificationOption `func (o *LifecycleState) GetEmailNotificationOption() EmailNotificationOption` GetEmailNotificationOption returns the EmailNotificationOption field if non-nil, zero value otherwise. ### GetEmailNotificationOptionOk `func (o *LifecycleState) GetEmailNotificationOptionOk() (*EmailNotificationOption, bool)` GetEmailNotificationOptionOk returns a tuple with the EmailNotificationOption field if it's non-nil, zero value otherwise and a boolean to check if the value has been set. ### SetEmailNotificationOption `func (o *LifecycleState) SetEmailNotificationOption(v EmailNotificationOption)` SetEmailNotificationOption sets EmailNotificationOption field to given value. ### HasEmailNotificationOption `func (o *LifecycleState) HasEmailNotificationOption() bool` HasEmailNotificationOption returns a boolean if a field has been set. ### GetAccountActions `func (o *LifecycleState) GetAccountActions() []AccountAction` GetAccountActions returns the AccountActions field if non-nil, zero value otherwise. ### GetAccountActionsOk `func (o *LifecycleState) GetAccountActionsOk() (*[]AccountAction, bool)` GetAccountActionsOk returns a tuple with the AccountActions field if it's non-nil, zero value otherwise and a boolean to check if the value has been set. ### SetAccountActions `func (o *LifecycleState) SetAccountActions(v []AccountAction)` SetAccountActions sets AccountActions field to given value. ### HasAccountActions `func (o *LifecycleState) HasAccountActions() bool` HasAccountActions returns a boolean if a field has been set. ### GetAccessProfileIds `func (o *LifecycleState) GetAccessProfileIds() []string` GetAccessProfileIds returns the AccessProfileIds field if non-nil, zero value otherwise. ### GetAccessProfileIdsOk `func (o *LifecycleState) GetAccessProfileIdsOk() (*[]string, bool)` GetAccessProfileIdsOk returns a tuple with the AccessProfileIds field if it's non-nil, zero value otherwise and a boolean to check if the value has been set. ### SetAccessProfileIds `func (o *LifecycleState) SetAccessProfileIds(v []string)` SetAccessProfileIds sets AccessProfileIds field to given value. ### HasAccessProfileIds `func (o *LifecycleState) HasAccessProfileIds() bool` HasAccessProfileIds returns a boolean if a field has been set.