Skip to content

Latest commit

 

History

History
561 lines (302 loc) · 18.6 KB

Fullcampaign.md

File metadata and controls

561 lines (302 loc) · 18.6 KB

Fullcampaign

Properties

Name Type Description Notes
Id Pointer to string Id of the campaign [optional] [readonly]
Name string The campaign name. If this object is part of a template, special formatting applies; see the `/campaign-templates/{id}/generate` endpoint documentation for details.
Description string The campaign description. If this object is part of a template, special formatting applies; see the `/campaign-templates/{id}/generate` endpoint documentation for details.
Deadline Pointer to time.Time The campaign's completion deadline. [optional]
Type string The type of campaign. Could be extended in the future.
EmailNotificationEnabled Pointer to bool Enables email notification for this campaign [optional]
AutoRevokeAllowed Pointer to bool Allows auto revoke for this campaign [optional]
RecommendationsEnabled Pointer to bool Enables IAI for this campaign. Accepts true even if the IAI product feature is off. If IAI is turned off then campaigns generated from this template will indicate false. The real value will then be returned if IAI is ever enabled for the org in the future. [optional]
Status Pointer to string The campaign's current status. [optional] [readonly]
CorrelatedStatus Pointer to map[string]interface{} The correlatedStatus of the campaign. Only SOURCE_OWNER campaigns can be Uncorrelated. An Uncorrelated certification campaign only includes Uncorrelated identities (An identity is uncorrelated if it has no accounts on an authoritative source). [optional]
Created Pointer to time.Time Created time of the campaign [optional] [readonly]
Modified Pointer to time.Time Modified time of the campaign [optional] [readonly]
Filter Pointer to FullcampaignAllOfFilter [optional]
SunsetCommentsRequired Pointer to bool Determines if comments on sunset date changes are required. [optional] [default to true]
SourceOwnerCampaignInfo Pointer to FullcampaignAllOfSourceOwnerCampaignInfo [optional]
SearchCampaignInfo Pointer to FullcampaignAllOfSearchCampaignInfo [optional]
RoleCompositionCampaignInfo Pointer to FullcampaignAllOfRoleCompositionCampaignInfo [optional]
Alerts Pointer to []CampaignAlert A list of errors and warnings that have accumulated. [optional] [readonly]
TotalCertifications Pointer to int32 The total number of certifications in this campaign. [optional] [readonly]
CompletedCertifications Pointer to int32 The number of completed certifications in this campaign. [optional] [readonly]
SourcesWithOrphanEntitlements Pointer to []FullcampaignAllOfSourcesWithOrphanEntitlements A list of sources in the campaign that contain \"orphan entitlements\" (entitlements without a corresponding Managed Attribute). An empty list indicates the campaign has no orphan entitlements. Null indicates there may be unknown orphan entitlements in the campaign (the campaign was created before this feature was implemented). [optional] [readonly]

Methods

NewFullcampaign

func NewFullcampaign(name string, description string, type_ string, ) *Fullcampaign

NewFullcampaign instantiates a new Fullcampaign 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

NewFullcampaignWithDefaults

func NewFullcampaignWithDefaults() *Fullcampaign

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

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

GetIdOk

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

SetId sets Id field to given value.

HasId

func (o *Fullcampaign) HasId() bool

HasId returns a boolean if a field has been set.

GetName

func (o *Fullcampaign) GetName() string

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

GetNameOk

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

SetName sets Name field to given value.

GetDescription

func (o *Fullcampaign) GetDescription() string

GetDescription returns the Description field if non-nil, zero value otherwise.

GetDescriptionOk

func (o *Fullcampaign) 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 *Fullcampaign) SetDescription(v string)

SetDescription sets Description field to given value.

GetDeadline

func (o *Fullcampaign) GetDeadline() time.Time

GetDeadline returns the Deadline field if non-nil, zero value otherwise.

GetDeadlineOk

func (o *Fullcampaign) GetDeadlineOk() (*time.Time, bool)

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

SetDeadline

func (o *Fullcampaign) SetDeadline(v time.Time)

SetDeadline sets Deadline field to given value.

HasDeadline

func (o *Fullcampaign) HasDeadline() bool

HasDeadline returns a boolean if a field has been set.

GetType

func (o *Fullcampaign) GetType() string

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

GetTypeOk

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

SetType sets Type field to given value.

GetEmailNotificationEnabled

func (o *Fullcampaign) GetEmailNotificationEnabled() bool

GetEmailNotificationEnabled returns the EmailNotificationEnabled field if non-nil, zero value otherwise.

GetEmailNotificationEnabledOk

func (o *Fullcampaign) GetEmailNotificationEnabledOk() (*bool, bool)

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

SetEmailNotificationEnabled

func (o *Fullcampaign) SetEmailNotificationEnabled(v bool)

SetEmailNotificationEnabled sets EmailNotificationEnabled field to given value.

HasEmailNotificationEnabled

func (o *Fullcampaign) HasEmailNotificationEnabled() bool

HasEmailNotificationEnabled returns a boolean if a field has been set.

GetAutoRevokeAllowed

func (o *Fullcampaign) GetAutoRevokeAllowed() bool

GetAutoRevokeAllowed returns the AutoRevokeAllowed field if non-nil, zero value otherwise.

GetAutoRevokeAllowedOk

func (o *Fullcampaign) GetAutoRevokeAllowedOk() (*bool, bool)

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

SetAutoRevokeAllowed

func (o *Fullcampaign) SetAutoRevokeAllowed(v bool)

SetAutoRevokeAllowed sets AutoRevokeAllowed field to given value.

HasAutoRevokeAllowed

func (o *Fullcampaign) HasAutoRevokeAllowed() bool

HasAutoRevokeAllowed returns a boolean if a field has been set.

GetRecommendationsEnabled

func (o *Fullcampaign) GetRecommendationsEnabled() bool

GetRecommendationsEnabled returns the RecommendationsEnabled field if non-nil, zero value otherwise.

GetRecommendationsEnabledOk

func (o *Fullcampaign) GetRecommendationsEnabledOk() (*bool, bool)

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

SetRecommendationsEnabled

func (o *Fullcampaign) SetRecommendationsEnabled(v bool)

SetRecommendationsEnabled sets RecommendationsEnabled field to given value.

HasRecommendationsEnabled

func (o *Fullcampaign) HasRecommendationsEnabled() bool

HasRecommendationsEnabled returns a boolean if a field has been set.

GetStatus

func (o *Fullcampaign) GetStatus() string

GetStatus returns the Status field if non-nil, zero value otherwise.

GetStatusOk

func (o *Fullcampaign) GetStatusOk() (*string, bool)

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

SetStatus

func (o *Fullcampaign) SetStatus(v string)

SetStatus sets Status field to given value.

HasStatus

func (o *Fullcampaign) HasStatus() bool

HasStatus returns a boolean if a field has been set.

GetCorrelatedStatus

func (o *Fullcampaign) GetCorrelatedStatus() map[string]interface{}

GetCorrelatedStatus returns the CorrelatedStatus field if non-nil, zero value otherwise.

GetCorrelatedStatusOk

func (o *Fullcampaign) GetCorrelatedStatusOk() (*map[string]interface{}, bool)

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

SetCorrelatedStatus

func (o *Fullcampaign) SetCorrelatedStatus(v map[string]interface{})

SetCorrelatedStatus sets CorrelatedStatus field to given value.

HasCorrelatedStatus

func (o *Fullcampaign) HasCorrelatedStatus() bool

HasCorrelatedStatus returns a boolean if a field has been set.

GetCreated

func (o *Fullcampaign) GetCreated() time.Time

GetCreated returns the Created field if non-nil, zero value otherwise.

GetCreatedOk

func (o *Fullcampaign) GetCreatedOk() (*time.Time, 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 *Fullcampaign) SetCreated(v time.Time)

SetCreated sets Created field to given value.

HasCreated

func (o *Fullcampaign) HasCreated() bool

HasCreated returns a boolean if a field has been set.

GetModified

func (o *Fullcampaign) GetModified() time.Time

GetModified returns the Modified field if non-nil, zero value otherwise.

GetModifiedOk

func (o *Fullcampaign) 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.

SetModified

func (o *Fullcampaign) SetModified(v time.Time)

SetModified sets Modified field to given value.

HasModified

func (o *Fullcampaign) HasModified() bool

HasModified returns a boolean if a field has been set.

GetFilter

func (o *Fullcampaign) GetFilter() FullcampaignAllOfFilter

GetFilter returns the Filter field if non-nil, zero value otherwise.

GetFilterOk

func (o *Fullcampaign) GetFilterOk() (*FullcampaignAllOfFilter, bool)

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

SetFilter

func (o *Fullcampaign) SetFilter(v FullcampaignAllOfFilter)

SetFilter sets Filter field to given value.

HasFilter

func (o *Fullcampaign) HasFilter() bool

HasFilter returns a boolean if a field has been set.

GetSunsetCommentsRequired

func (o *Fullcampaign) GetSunsetCommentsRequired() bool

GetSunsetCommentsRequired returns the SunsetCommentsRequired field if non-nil, zero value otherwise.

GetSunsetCommentsRequiredOk

func (o *Fullcampaign) GetSunsetCommentsRequiredOk() (*bool, bool)

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

SetSunsetCommentsRequired

func (o *Fullcampaign) SetSunsetCommentsRequired(v bool)

SetSunsetCommentsRequired sets SunsetCommentsRequired field to given value.

HasSunsetCommentsRequired

func (o *Fullcampaign) HasSunsetCommentsRequired() bool

HasSunsetCommentsRequired returns a boolean if a field has been set.

GetSourceOwnerCampaignInfo

func (o *Fullcampaign) GetSourceOwnerCampaignInfo() FullcampaignAllOfSourceOwnerCampaignInfo

GetSourceOwnerCampaignInfo returns the SourceOwnerCampaignInfo field if non-nil, zero value otherwise.

GetSourceOwnerCampaignInfoOk

func (o *Fullcampaign) GetSourceOwnerCampaignInfoOk() (*FullcampaignAllOfSourceOwnerCampaignInfo, bool)

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

SetSourceOwnerCampaignInfo

func (o *Fullcampaign) SetSourceOwnerCampaignInfo(v FullcampaignAllOfSourceOwnerCampaignInfo)

SetSourceOwnerCampaignInfo sets SourceOwnerCampaignInfo field to given value.

HasSourceOwnerCampaignInfo

func (o *Fullcampaign) HasSourceOwnerCampaignInfo() bool

HasSourceOwnerCampaignInfo returns a boolean if a field has been set.

GetSearchCampaignInfo

func (o *Fullcampaign) GetSearchCampaignInfo() FullcampaignAllOfSearchCampaignInfo

GetSearchCampaignInfo returns the SearchCampaignInfo field if non-nil, zero value otherwise.

GetSearchCampaignInfoOk

func (o *Fullcampaign) GetSearchCampaignInfoOk() (*FullcampaignAllOfSearchCampaignInfo, bool)

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

SetSearchCampaignInfo

func (o *Fullcampaign) SetSearchCampaignInfo(v FullcampaignAllOfSearchCampaignInfo)

SetSearchCampaignInfo sets SearchCampaignInfo field to given value.

HasSearchCampaignInfo

func (o *Fullcampaign) HasSearchCampaignInfo() bool

HasSearchCampaignInfo returns a boolean if a field has been set.

GetRoleCompositionCampaignInfo

func (o *Fullcampaign) GetRoleCompositionCampaignInfo() FullcampaignAllOfRoleCompositionCampaignInfo

GetRoleCompositionCampaignInfo returns the RoleCompositionCampaignInfo field if non-nil, zero value otherwise.

GetRoleCompositionCampaignInfoOk

func (o *Fullcampaign) GetRoleCompositionCampaignInfoOk() (*FullcampaignAllOfRoleCompositionCampaignInfo, bool)

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

SetRoleCompositionCampaignInfo

func (o *Fullcampaign) SetRoleCompositionCampaignInfo(v FullcampaignAllOfRoleCompositionCampaignInfo)

SetRoleCompositionCampaignInfo sets RoleCompositionCampaignInfo field to given value.

HasRoleCompositionCampaignInfo

func (o *Fullcampaign) HasRoleCompositionCampaignInfo() bool

HasRoleCompositionCampaignInfo returns a boolean if a field has been set.

GetAlerts

func (o *Fullcampaign) GetAlerts() []CampaignAlert

GetAlerts returns the Alerts field if non-nil, zero value otherwise.

GetAlertsOk

func (o *Fullcampaign) GetAlertsOk() (*[]CampaignAlert, bool)

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

SetAlerts

func (o *Fullcampaign) SetAlerts(v []CampaignAlert)

SetAlerts sets Alerts field to given value.

HasAlerts

func (o *Fullcampaign) HasAlerts() bool

HasAlerts returns a boolean if a field has been set.

GetTotalCertifications

func (o *Fullcampaign) GetTotalCertifications() int32

GetTotalCertifications returns the TotalCertifications field if non-nil, zero value otherwise.

GetTotalCertificationsOk

func (o *Fullcampaign) GetTotalCertificationsOk() (*int32, bool)

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

SetTotalCertifications

func (o *Fullcampaign) SetTotalCertifications(v int32)

SetTotalCertifications sets TotalCertifications field to given value.

HasTotalCertifications

func (o *Fullcampaign) HasTotalCertifications() bool

HasTotalCertifications returns a boolean if a field has been set.

GetCompletedCertifications

func (o *Fullcampaign) GetCompletedCertifications() int32

GetCompletedCertifications returns the CompletedCertifications field if non-nil, zero value otherwise.

GetCompletedCertificationsOk

func (o *Fullcampaign) GetCompletedCertificationsOk() (*int32, bool)

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

SetCompletedCertifications

func (o *Fullcampaign) SetCompletedCertifications(v int32)

SetCompletedCertifications sets CompletedCertifications field to given value.

HasCompletedCertifications

func (o *Fullcampaign) HasCompletedCertifications() bool

HasCompletedCertifications returns a boolean if a field has been set.

GetSourcesWithOrphanEntitlements

func (o *Fullcampaign) GetSourcesWithOrphanEntitlements() []FullcampaignAllOfSourcesWithOrphanEntitlements

GetSourcesWithOrphanEntitlements returns the SourcesWithOrphanEntitlements field if non-nil, zero value otherwise.

GetSourcesWithOrphanEntitlementsOk

func (o *Fullcampaign) GetSourcesWithOrphanEntitlementsOk() (*[]FullcampaignAllOfSourcesWithOrphanEntitlements, bool)

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

SetSourcesWithOrphanEntitlements

func (o *Fullcampaign) SetSourcesWithOrphanEntitlements(v []FullcampaignAllOfSourcesWithOrphanEntitlements)

SetSourcesWithOrphanEntitlements sets SourcesWithOrphanEntitlements field to given value.

HasSourcesWithOrphanEntitlements

func (o *Fullcampaign) HasSourcesWithOrphanEntitlements() bool

HasSourcesWithOrphanEntitlements returns a boolean if a field has been set.

[Back to Model list] [Back to API list] [Back to README]