Name | Type | Description | Notes |
---|---|---|---|
Name | Pointer to string | Name of the draft role | [optional] |
Description | Pointer to string | Draft role description | [optional] |
IdentityIds | Pointer to []string | The list of identities for this role mining session. | [optional] |
EntitlementIds | Pointer to []string | The list of entitlement ids for this role mining session. | [optional] |
ExcludedEntitlements | Pointer to []string | The list of excluded entitlement ids. | [optional] |
Modified | Pointer to time.Time | Last modified date | [optional] |
Type | Pointer to RoleMiningRoleType | [optional] | |
Id | Pointer to string | Id of the potential draft role | [optional] |
CreatedDate | Pointer to time.Time | The date-time when this potential draft role was created. | [optional] |
ModifiedDate | Pointer to time.Time | The date-time when this potential draft role was modified. | [optional] |
func NewRoleMiningSessionDraftRoleDto() *RoleMiningSessionDraftRoleDto
NewRoleMiningSessionDraftRoleDto instantiates a new RoleMiningSessionDraftRoleDto 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
func NewRoleMiningSessionDraftRoleDtoWithDefaults() *RoleMiningSessionDraftRoleDto
NewRoleMiningSessionDraftRoleDtoWithDefaults instantiates a new RoleMiningSessionDraftRoleDto 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
func (o *RoleMiningSessionDraftRoleDto) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *RoleMiningSessionDraftRoleDto) 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.
func (o *RoleMiningSessionDraftRoleDto) SetName(v string)
SetName sets Name field to given value.
func (o *RoleMiningSessionDraftRoleDto) HasName() bool
HasName returns a boolean if a field has been set.
func (o *RoleMiningSessionDraftRoleDto) GetDescription() string
GetDescription returns the Description field if non-nil, zero value otherwise.
func (o *RoleMiningSessionDraftRoleDto) 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.
func (o *RoleMiningSessionDraftRoleDto) SetDescription(v string)
SetDescription sets Description field to given value.
func (o *RoleMiningSessionDraftRoleDto) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (o *RoleMiningSessionDraftRoleDto) GetIdentityIds() []string
GetIdentityIds returns the IdentityIds field if non-nil, zero value otherwise.
func (o *RoleMiningSessionDraftRoleDto) GetIdentityIdsOk() (*[]string, bool)
GetIdentityIdsOk returns a tuple with the IdentityIds field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RoleMiningSessionDraftRoleDto) SetIdentityIds(v []string)
SetIdentityIds sets IdentityIds field to given value.
func (o *RoleMiningSessionDraftRoleDto) HasIdentityIds() bool
HasIdentityIds returns a boolean if a field has been set.
func (o *RoleMiningSessionDraftRoleDto) GetEntitlementIds() []string
GetEntitlementIds returns the EntitlementIds field if non-nil, zero value otherwise.
func (o *RoleMiningSessionDraftRoleDto) GetEntitlementIdsOk() (*[]string, bool)
GetEntitlementIdsOk returns a tuple with the EntitlementIds field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RoleMiningSessionDraftRoleDto) SetEntitlementIds(v []string)
SetEntitlementIds sets EntitlementIds field to given value.
func (o *RoleMiningSessionDraftRoleDto) HasEntitlementIds() bool
HasEntitlementIds returns a boolean if a field has been set.
func (o *RoleMiningSessionDraftRoleDto) GetExcludedEntitlements() []string
GetExcludedEntitlements returns the ExcludedEntitlements field if non-nil, zero value otherwise.
func (o *RoleMiningSessionDraftRoleDto) GetExcludedEntitlementsOk() (*[]string, bool)
GetExcludedEntitlementsOk returns a tuple with the ExcludedEntitlements field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RoleMiningSessionDraftRoleDto) SetExcludedEntitlements(v []string)
SetExcludedEntitlements sets ExcludedEntitlements field to given value.
func (o *RoleMiningSessionDraftRoleDto) HasExcludedEntitlements() bool
HasExcludedEntitlements returns a boolean if a field has been set.
func (o *RoleMiningSessionDraftRoleDto) GetModified() time.Time
GetModified returns the Modified field if non-nil, zero value otherwise.
func (o *RoleMiningSessionDraftRoleDto) GetModifiedOk() (*time.Time, 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.
func (o *RoleMiningSessionDraftRoleDto) SetModified(v time.Time)
SetModified sets Modified field to given value.
func (o *RoleMiningSessionDraftRoleDto) HasModified() bool
HasModified returns a boolean if a field has been set.
func (o *RoleMiningSessionDraftRoleDto) GetType() RoleMiningRoleType
GetType returns the Type field if non-nil, zero value otherwise.
func (o *RoleMiningSessionDraftRoleDto) GetTypeOk() (*RoleMiningRoleType, 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.
func (o *RoleMiningSessionDraftRoleDto) SetType(v RoleMiningRoleType)
SetType sets Type field to given value.
func (o *RoleMiningSessionDraftRoleDto) HasType() bool
HasType returns a boolean if a field has been set.
func (o *RoleMiningSessionDraftRoleDto) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
func (o *RoleMiningSessionDraftRoleDto) 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.
func (o *RoleMiningSessionDraftRoleDto) SetId(v string)
SetId sets Id field to given value.
func (o *RoleMiningSessionDraftRoleDto) HasId() bool
HasId returns a boolean if a field has been set.
func (o *RoleMiningSessionDraftRoleDto) GetCreatedDate() time.Time
GetCreatedDate returns the CreatedDate field if non-nil, zero value otherwise.
func (o *RoleMiningSessionDraftRoleDto) GetCreatedDateOk() (*time.Time, bool)
GetCreatedDateOk returns a tuple with the CreatedDate field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RoleMiningSessionDraftRoleDto) SetCreatedDate(v time.Time)
SetCreatedDate sets CreatedDate field to given value.
func (o *RoleMiningSessionDraftRoleDto) HasCreatedDate() bool
HasCreatedDate returns a boolean if a field has been set.
func (o *RoleMiningSessionDraftRoleDto) GetModifiedDate() time.Time
GetModifiedDate returns the ModifiedDate field if non-nil, zero value otherwise.
func (o *RoleMiningSessionDraftRoleDto) GetModifiedDateOk() (*time.Time, bool)
GetModifiedDateOk returns a tuple with the ModifiedDate field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RoleMiningSessionDraftRoleDto) SetModifiedDate(v time.Time)
SetModifiedDate sets ModifiedDate field to given value.
func (o *RoleMiningSessionDraftRoleDto) HasModifiedDate() bool
HasModifiedDate returns a boolean if a field has been set.