package
2.1.13
Repository: https://github.com/sailpoint-oss/golang-sdk.git
Documentation: pkg.go.dev

# README

Go API client for api_beta

Use these APIs to interact with the Identity Security Cloud platform to achieve repeatable, automated processes with greater scalability. These APIs are in beta and are subject to change. We encourage you to join the SailPoint Developer Community forum at https://developer.sailpoint.com/discuss to connect with other developers using our APIs.

Overview

This API client was generated by the OpenAPI Generator project. By using the OpenAPI-spec from a remote server, you can easily generate an API client.

Installation

Install the following dependencies:

go get github.com/stretchr/testify/assert
go get golang.org/x/oauth2
go get golang.org/x/net/context

Put the package under your project folder and add the following in import:

import api_beta "github.com/sailpoint-oss/golang-sdk/v2"

To use a proxy, set the environment variable HTTP_PROXY:

os.Setenv("HTTP_PROXY", "http://proxy_name:proxy_port")

Configuration of Server URL

Default configuration comes with Servers field that contains server objects as defined in the OpenAPI specification.

Select Server Configuration

For using other server than the one defined on index 0 set context value api_beta.ContextServerIndex of type int.

ctx := context.WithValue(context.Background(), api_beta.ContextServerIndex, 1)

Templated Server URL

Templated server URL is formatted using default variables from configuration or from context value api_beta.ContextServerVariables of type map[string]string.

ctx := context.WithValue(context.Background(), api_beta.ContextServerVariables, map[string]string{
	"basePath": "v2",
})

Note, enum values are always validated and all unused variables are silently ignored.

URLs Configuration per Operation

Each operation can use different server URL defined using OperationServers map in the Configuration. An operation is uniquely identified by "{classname}Service.{nickname}" string. Similar rules for overriding default operation server index and variables applies by using api_beta.ContextOperationServerIndices and api_beta.ContextOperationServerVariables context maps.

ctx := context.WithValue(context.Background(), api_beta.ContextOperationServerIndices, map[string]int{
	"{classname}Service.{nickname}": 2,
})
ctx = context.WithValue(context.Background(), api_beta.ContextOperationServerVariables, map[string]map[string]string{
	"{classname}Service.{nickname}": {
		"port": "8443",
	},
})

Documentation for API Endpoints

All URIs are relative to https://sailpoint.api.identitynow.com/beta

ClassMethodHTTP requestDescription
AccessModelMetadataAPIGetAccessModelMetadataAttributeGet /access-model-metadata/attributes/{key}Get Access Model Metadata Attribute
AccessModelMetadataAPIGetAccessModelMetadataAttributeValueGet /access-model-metadata/attributes/{key}/values/{value}Get Access Model Metadata Value
AccessModelMetadataAPIListAccessModelMetadataAttributeGet /access-model-metadata/attributesList Access Model Metadata Attributes
AccessModelMetadataAPIListAccessModelMetadataAttributeValueGet /access-model-metadata/attributes/{key}/valuesList Access Model Metadata Values
AccessProfilesAPICreateAccessProfilePost /access-profilesCreate Access Profile
AccessProfilesAPIDeleteAccessProfileDelete /access-profiles/{id}Delete the specified Access Profile
AccessProfilesAPIDeleteAccessProfilesInBulkPost /access-profiles/bulk-deleteDelete Access Profile(s)
AccessProfilesAPIGetAccessProfileGet /access-profiles/{id}Get an Access Profile
AccessProfilesAPIGetAccessProfileEntitlementsGet /access-profiles/{id}/entitlementsList Access Profile's Entitlements
AccessProfilesAPIListAccessProfilesGet /access-profilesList Access Profiles
AccessProfilesAPIPatchAccessProfilePatch /access-profiles/{id}Patch a specified Access Profile
AccessProfilesAPIUpdateAccessProfilesInBulkPost /access-profiles/bulk-update-requestableUpdate Access Profile(s) requestable field.
AccessRequestApprovalsAPIApproveAccessRequestPost /access-request-approvals/{approvalId}/approveApprove Access Request Approval
AccessRequestApprovalsAPIForwardAccessRequestPost /access-request-approvals/{approvalId}/forwardForward Access Request Approval
AccessRequestApprovalsAPIGetAccessRequestApprovalSummaryGet /access-request-approvals/approval-summaryGet Access Requests Approvals Number
AccessRequestApprovalsAPIListCompletedApprovalsGet /access-request-approvals/completedCompleted Access Request Approvals List
AccessRequestApprovalsAPIListPendingApprovalsGet /access-request-approvals/pendingPending Access Request Approvals List
AccessRequestApprovalsAPIRejectAccessRequestPost /access-request-approvals/{approvalId}/rejectReject Access Request Approval
AccessRequestIdentityMetricsAPIGetAccessRequestIdentityMetricsGet /access-request-identity-metrics/{identityId}/requested-objects/{requestedObjectId}/type/{type}Return access request identity metrics
AccessRequestsAPICancelAccessRequestPost /access-requests/cancelCancel Access Request
AccessRequestsAPICloseAccessRequestPost /access-requests/closeClose Access Request
AccessRequestsAPICreateAccessRequestPost /access-requestsSubmit Access Request
AccessRequestsAPIGetAccessRequestConfigGet /access-request-configGet Access Request Configuration
AccessRequestsAPIListAccessRequestStatusGet /access-request-statusAccess Request Status
AccessRequestsAPISetAccessRequestConfigPut /access-request-configUpdate Access Request Configuration
AccountActivitiesAPIGetAccountActivityGet /account-activities/{id}Get Account Activity
AccountActivitiesAPIListAccountActivitiesGet /account-activitiesList Account Activities
AccountAggregationsAPIGetAccountAggregationStatusGet /account-aggregations/{id}/statusIn-progress Account Aggregation status
AccountUsagesAPIGetUsagesByAccountIdGet /account-usages/{accountId}/summariesReturns account usage insights
AccountsAPICreateAccountPost /accountsCreate Account
AccountsAPIDeleteAccountDelete /accounts/{id}Delete Account
AccountsAPIDeleteAccountAsyncPost /accounts/{id}/removeRemove Account
AccountsAPIDisableAccountPost /accounts/{id}/disableDisable Account
AccountsAPIDisableAccountForIdentityPost /identities-accounts/{id}/disableDisable IDN Account for Identity
AccountsAPIDisableAccountsForIdentitiesPost /identities-accounts/disableDisable IDN Accounts for Identities
AccountsAPIEnableAccountPost /accounts/{id}/enableEnable Account
AccountsAPIEnableAccountForIdentityPost /identities-accounts/{id}/enableEnable IDN Account for Identity
AccountsAPIEnableAccountsForIdentitiesPost /identities-accounts/enableEnable IDN Accounts for Identities
AccountsAPIGetAccountGet /accounts/{id}Account Details
AccountsAPIGetAccountEntitlementsGet /accounts/{id}/entitlementsAccount Entitlements
AccountsAPIListAccountsGet /accountsAccounts List
AccountsAPIPutAccountPut /accounts/{id}Update Account
AccountsAPISubmitReloadAccountPost /accounts/{id}/reloadReload Account
AccountsAPIUnlockAccountPost /accounts/{id}/unlockUnlock Account
AccountsAPIUpdateAccountPatch /accounts/{id}Update Account
ApplicationDiscoveryAPIGetDiscoveredApplicationByIDGet /discovered-applications/{id}Get Discovered Application by ID
ApplicationDiscoveryAPIGetDiscoveredApplicationsGet /discovered-applicationsRetrieve discovered applications for tenant
ApplicationDiscoveryAPIGetManualDiscoverApplicationsCsvTemplateGet /manual-discover-applications-templateDownload CSV Template for Discovery
ApplicationDiscoveryAPIPatchDiscoveredApplicationByIDPatch /discovered-applications/{id}Patch Discovered Application by ID
ApplicationDiscoveryAPISendManualDiscoverApplicationsCsvTemplatePost /manual-discover-applicationsUpload CSV to Discover Applications
ApprovalsAPIGetApprovalGet /generic-approvals/{id}Get Approval
ApprovalsAPIGetApprovalsGet /generic-approvalsGet Approvals
AppsAPICreateSourceAppPost /source-appsCreate source app
AppsAPIDeleteAccessProfilesFromSourceAppByBulkPost /source-apps/{id}/access-profiles/bulk-removeBulk remove access profiles from the specified source app
AppsAPIDeleteSourceAppDelete /source-apps/{id}Delete source app by ID
AppsAPIGetSourceAppGet /source-apps/{id}Get source app by ID
AppsAPIListAccessProfilesForSourceAppGet /source-apps/{id}/access-profilesList access profiles for the specified source app
AppsAPIListAllSourceAppGet /source-apps/allList all source apps
AppsAPIListAllUserAppsGet /user-apps/allList all user apps
AppsAPIListAssignedSourceAppGet /source-apps/assignedList assigned source apps
AppsAPIListAvailableAccountsForUserAppGet /user-apps/{id}/available-accountsList available accounts for user app
AppsAPIListAvailableSourceAppsGet /source-appsList available source apps
AppsAPIListOwnedUserAppsGet /user-appsList owned user apps
AppsAPIPatchSourceAppPatch /source-apps/{id}Patch source app by ID
AppsAPIPatchUserAppPatch /user-apps/{id}Patch user app by ID
AppsAPIUpdateSourceAppsInBulkPost /source-apps/bulk-updateBulk update source apps
AuthProfileAPIGetProfileConfigGet /auth-profiles/{id}Get Auth Profile.
AuthProfileAPIGetProfileConfigListGet /auth-profilesGet list of Auth Profiles.
AuthProfileAPIPatchProfileConfigPatch /auth-profiles/{id}Patch a specified Auth Profile
CertificationCampaignsAPICompleteCampaignPost /campaigns/{id}/completeComplete a Campaign
CertificationCampaignsAPICreateCampaignPost /campaignsCreate Campaign
CertificationCampaignsAPICreateCampaignTemplatePost /campaign-templatesCreate a Campaign Template
CertificationCampaignsAPIDeleteCampaignTemplateDelete /campaign-templates/{id}Delete a Campaign Template
CertificationCampaignsAPIDeleteCampaignTemplateScheduleDelete /campaign-templates/{id}/scheduleDelete Campaign Template Schedule
CertificationCampaignsAPIDeleteCampaignsPost /campaigns/deleteDelete Campaigns
CertificationCampaignsAPIGetActiveCampaignsGet /campaignsList Campaigns
CertificationCampaignsAPIGetCampaignGet /campaigns/{id}Get Campaign
CertificationCampaignsAPIGetCampaignReportsGet /campaigns/{id}/reportsGet Campaign Reports
CertificationCampaignsAPIGetCampaignReportsConfigGet /campaigns/reports-configurationGet Campaign Reports Configuration
CertificationCampaignsAPIGetCampaignTemplateGet /campaign-templates/{id}Get a Campaign Template
CertificationCampaignsAPIGetCampaignTemplateScheduleGet /campaign-templates/{id}/scheduleGet Campaign Template Schedule
CertificationCampaignsAPIGetCampaignTemplatesGet /campaign-templatesList Campaign Templates
CertificationCampaignsAPIMovePost /campaigns/{id}/reassignReassign Certifications
CertificationCampaignsAPIPatchCampaignTemplatePatch /campaign-templates/{id}Update a Campaign Template
CertificationCampaignsAPISetCampaignReportsConfigPut /campaigns/reports-configurationSet Campaign Reports Configuration
CertificationCampaignsAPISetCampaignTemplateSchedulePut /campaign-templates/{id}/scheduleSet Campaign Template Schedule
CertificationCampaignsAPIStartCampaignPost /campaigns/{id}/activateActivate a Campaign
CertificationCampaignsAPIStartCampaignRemediationScanPost /campaigns/{id}/run-remediation-scanRun Campaign Remediation Scan
CertificationCampaignsAPIStartCampaignReportPost /campaigns/{id}/run-report/{type}Run Campaign Report
CertificationCampaignsAPIStartGenerateCampaignTemplatePost /campaign-templates/{id}/generateGenerate a Campaign from Template
CertificationCampaignsAPIUpdateCampaignPatch /campaigns/{id}Update a Campaign
CertificationsAPIGetIdentityCertificationItemPermissionsGet /certifications/{certificationId}/access-review-items/{itemId}/permissionsPermissions for Entitlement Certification Item
CertificationsAPIGetIdentityCertificationPendingTasksGet /certifications/{id}/tasks-pendingPending Certification Tasks
CertificationsAPIGetIdentityCertificationTaskStatusGet /certifications/{id}/tasks/{taskId}Certification Task Status
CertificationsAPIListCertificationReviewersGet /certifications/{id}/reviewersList of Reviewers for certification
CertificationsAPISubmitReassignCertsAsyncPost /certifications/{id}/reassign-asyncReassign Certifications Asynchronously
ConnectorRuleManagementAPICreateConnectorRulePost /connector-rulesCreate Connector Rule
ConnectorRuleManagementAPIDeleteConnectorRuleDelete /connector-rules/{id}Delete a Connector-Rule
ConnectorRuleManagementAPIGetConnectorRuleGet /connector-rules/{id}Connector-Rule by ID
ConnectorRuleManagementAPIGetConnectorRuleListGet /connector-rulesList Connector Rules
ConnectorRuleManagementAPIUpdateConnectorRulePut /connector-rules/{id}Update a Connector Rule
ConnectorRuleManagementAPIValidateConnectorRulePost /connector-rules/validateValidate Connector Rule
ConnectorsAPIGetConnectorListGet /connectorsGets connector list
CustomFormsAPICreateFormDefinitionPost /form-definitionsCreates a form definition.
CustomFormsAPICreateFormDefinitionByTemplatePost /form-definitions/templateCreate a form definition by template.
CustomFormsAPICreateFormDefinitionDynamicSchemaPost /form-definitions/forms-action-dynamic-schemaGenerate JSON Schema dynamically.
CustomFormsAPICreateFormDefinitionFileRequestPost /form-definitions/{formDefinitionID}/uploadUpload new form definition file.
CustomFormsAPICreateFormInstancePost /form-instancesCreates a form instance.
CustomFormsAPIDeleteFormDefinitionDelete /form-definitions/{formDefinitionID}Deletes a form definition.
CustomFormsAPIExportFormDefinitionsByTenantGet /form-definitions/exportList form definitions by tenant.
CustomFormsAPIGetFileFromS3Get /form-definitions/{formDefinitionID}/file/{fileID}Download definition file by fileId.
CustomFormsAPIGetFormDefinitionByKeyGet /form-definitions/{formDefinitionID}Return a form definition.
CustomFormsAPIGetFormInstanceByKeyGet /form-instances/{formInstanceID}Returns a form instance.
CustomFormsAPIGetFormInstanceFileGet /form-instances/{formInstanceID}/file/{fileID}Download instance file by fileId.
CustomFormsAPIImportFormDefinitionsPost /form-definitions/importImport form definitions from export.
CustomFormsAPIPatchFormDefinitionPatch /form-definitions/{formDefinitionID}Patch a form definition.
CustomFormsAPIPatchFormInstancePatch /form-instances/{formInstanceID}Patch a form instance.
CustomFormsAPISearchFormDefinitionsByTenantGet /form-definitionsExport form definitions by tenant.
CustomFormsAPISearchFormElementDataByElementIDGet /form-instances/{formInstanceID}/data-source/{formElementID}Retrieves dynamic data by element.
CustomFormsAPISearchFormInstancesByTenantGet /form-instancesList form instances by tenant.
CustomFormsAPISearchPreDefinedSelectOptionsGet /form-definitions/predefined-select-optionsList predefined select options.
CustomFormsAPIShowPreviewDataSourcePost /form-definitions/{formDefinitionID}/data-sourcePreview form definition data source.
CustomPasswordInstructionsAPICreateCustomPasswordInstructionsPost /custom-password-instructionsCreate Custom Password Instructions
CustomPasswordInstructionsAPIDeleteCustomPasswordInstructionsDelete /custom-password-instructions/{pageId}Delete Custom Password Instructions by page ID
CustomPasswordInstructionsAPIGetCustomPasswordInstructionsGet /custom-password-instructions/{pageId}Get Custom Password Instructions by Page ID
EntitlementsAPICreateAccessModelMetadataForEntitlementPost /entitlements/{id}/access-model-metadata/{attributeKey}/values/{attributeValue}Add metadata to an entitlement.
EntitlementsAPIDeleteAccessModelMetadataFromEntitlementDelete /entitlements/{id}/access-model-metadata/{attributeKey}/values/{attributeValue}Remove metadata from an entitlement.
EntitlementsAPIGetEntitlementGet /entitlements/{id}Get an entitlement
EntitlementsAPIGetEntitlementRequestConfigGet /entitlements/{id}/entitlement-request-configGet Entitlement Request Config
EntitlementsAPIImportEntitlementsBySourcePost /entitlements/aggregate/sources/{id}Aggregate Entitlements
EntitlementsAPIListEntitlementChildrenGet /entitlements/{id}/childrenList of entitlements children
EntitlementsAPIListEntitlementParentsGet /entitlements/{id}/parentsList of entitlements parents
EntitlementsAPIListEntitlementsGet /entitlementsGets a list of entitlements.
EntitlementsAPIPatchEntitlementPatch /entitlements/{id}Patch an entitlement
EntitlementsAPIPutEntitlementRequestConfigPut /entitlements/{id}/entitlement-request-configReplace Entitlement Request Config
EntitlementsAPIResetSourceEntitlementsPost /entitlements/reset/sources/{id}Reset Source Entitlements
EntitlementsAPIUpdateEntitlementsInBulkPost /entitlements/bulk-updateBulk update an entitlement list
GovernanceGroupsAPICreateWorkgroupPost /workgroupsCreate a new Governance Group.
GovernanceGroupsAPIDeleteWorkgroupDelete /workgroups/{id}Delete a Governance Group
GovernanceGroupsAPIDeleteWorkgroupMembersPost /workgroups/{workgroupId}/members/bulk-deleteRemove members from Governance Group
GovernanceGroupsAPIDeleteWorkgroupsInBulkPost /workgroups/bulk-deleteDelete Governance Group(s)
GovernanceGroupsAPIGetWorkgroupGet /workgroups/{id}Get Governance Group by Id
GovernanceGroupsAPIListConnectionsGet /workgroups/{workgroupId}/connectionsList connections for Governance Group
GovernanceGroupsAPIListWorkgroupMembersGet /workgroups/{workgroupId}/membersList Governance Group Members
GovernanceGroupsAPIListWorkgroupsGet /workgroupsList Governance Groups
GovernanceGroupsAPIPatchWorkgroupPatch /workgroups/{id}Patch a Governance Group
GovernanceGroupsAPIUpdateWorkgroupMembersPost /workgroups/{workgroupId}/members/bulk-addAdd members to Governance Group
IAIAccessRequestRecommendationsAPIAddAccessRequestRecommendationsIgnoredItemPost /ai-access-request-recommendations/ignored-itemsNotification of Ignored Access Request Recommendations
IAIAccessRequestRecommendationsAPIAddAccessRequestRecommendationsRequestedItemPost /ai-access-request-recommendations/requested-itemsNotification of Requested Access Request Recommendations
IAIAccessRequestRecommendationsAPIAddAccessRequestRecommendationsViewedItemPost /ai-access-request-recommendations/viewed-itemsNotification of Viewed Access Request Recommendations
IAIAccessRequestRecommendationsAPIAddAccessRequestRecommendationsViewedItemsPost /ai-access-request-recommendations/viewed-items/bulk-createNotification of Viewed Access Request Recommendations in Bulk
IAIAccessRequestRecommendationsAPIGetAccessRequestRecommendationsGet /ai-access-request-recommendationsIdentity Access Request Recommendations
IAIAccessRequestRecommendationsAPIGetAccessRequestRecommendationsIgnoredItemsGet /ai-access-request-recommendations/ignored-itemsList of Ignored Access Request Recommendations
IAIAccessRequestRecommendationsAPIGetAccessRequestRecommendationsRequestedItemsGet /ai-access-request-recommendations/requested-itemsList of Requested Access Request Recommendations
IAIAccessRequestRecommendationsAPIGetAccessRequestRecommendationsViewedItemsGet /ai-access-request-recommendations/viewed-itemsList of Viewed Access Request Recommendations
IAICommonAccessAPICreateCommonAccessPost /common-accessCreate common access items
IAICommonAccessAPIGetCommonAccessGet /common-accessGet a paginated list of common access
IAICommonAccessAPIUpdateCommonAccessStatusInBulkPost /common-access/update-statusBulk update common access status
IAIMessageCatalogsAPIGetMessageCatalogsGet /translation-catalogs/{catalog-id}Get Message catalogs
IAIOutliersAPIExportOutliersZipGet /outliers/exportIAI Identity Outliers Export
IAIOutliersAPIGetIdentityOutlierSnapshotsGet /outlier-summariesIAI Identity Outliers Summary
IAIOutliersAPIGetIdentityOutliersGet /outliersIAI Get Identity Outliers
IAIOutliersAPIGetLatestIdentityOutlierSnapshotsGet /outlier-summaries/latestIAI Identity Outliers Latest Summary
IAIOutliersAPIGetOutlierContributingFeatureSummaryGet /outlier-feature-summaries/{outlierFeatureId}Get identity outlier contibuting feature summary
IAIOutliersAPIGetPeerGroupOutliersContributingFeaturesGet /outliers/{outlierId}/contributing-featuresGet identity outlier's contibuting features
IAIOutliersAPIIgnoreIdentityOutliersPost /outliers/ignoreIAI Identity Outliers Ignore
IAIOutliersAPIListOutliersContributingFeatureAccessItemsGet /outliers/{outlierId}/feature-details/{contributingFeatureName}/access-itemsGets a list of access items associated with each identity outlier contributing feature
IAIOutliersAPIUnIgnoreIdentityOutliersPost /outliers/unignoreIAI Identity Outliers Unignore
IAIPeerGroupStrategiesAPIGetPeerGroupOutliersGet /peer-group-strategies/{strategy}/identity-outliersIdentity Outliers List
IAIRecommendationsAPIGetRecommendationsPost /recommendations/requestReturns a Recommendation Based on Object
IAIRecommendationsAPIGetRecommendationsConfigGet /recommendations/configGet certification recommendation config values
IAIRecommendationsAPIUpdateRecommendationsConfigPut /recommendations/configUpdate certification recommendation config values
IAIRoleMiningAPICreatePotentialRoleProvisionRequestPost /role-mining-sessions/{sessionId}/potential-roles/{potentialRoleId}/provisionCreate request to provision a potential role into an actual role.
IAIRoleMiningAPICreateRoleMiningSessionsPost /role-mining-sessionsCreate a role mining session
IAIRoleMiningAPIDownloadRoleMiningPotentialRoleZipGet /role-mining-sessions/{sessionId}/potential-roles/{potentialRoleId}/export-async/{exportId}/downloadExport (download) details for a potential role in a role mining session
IAIRoleMiningAPIExportRoleMiningPotentialRoleGet /role-mining-sessions/{sessionId}/potential-roles/{potentialRoleId}/exportExport (download) details for a potential role in a role mining session
IAIRoleMiningAPIExportRoleMiningPotentialRoleAsyncPost /role-mining-sessions/{sessionId}/potential-roles/{potentialRoleId}/export-asyncAsynchronously export details for a potential role in a role mining session and upload to S3
IAIRoleMiningAPIExportRoleMiningPotentialRoleStatusGet /role-mining-sessions/{sessionId}/potential-roles/{potentialRoleId}/export-async/{exportId}Retrieve status of a potential role export job
IAIRoleMiningAPIGetAllPotentialRoleSummariesGet /role-mining-potential-rolesRetrieves all potential role summaries
IAIRoleMiningAPIGetEntitlementDistributionPotentialRoleGet /role-mining-sessions/{sessionId}/potential-roles/{potentialRoleId}/entitlement-popularity-distributionRetrieves entitlement popularity distribution for a potential role in a role mining session
IAIRoleMiningAPIGetEntitlementsPotentialRoleGet /role-mining-sessions/{sessionId}/potential-roles/{potentialRoleId}/entitlement-popularitiesRetrieves entitlements for a potential role in a role mining session
IAIRoleMiningAPIGetExcludedEntitlementsPotentialRoleGet /role-mining-sessions/{sessionId}/potential-roles/{potentialRoleId}/excluded-entitlementsRetrieves excluded entitlements for a potential role in a role mining session
IAIRoleMiningAPIGetIdentitiesPotentialRoleGet /role-mining-sessions/{sessionId}/potential-roles/{potentialRoleId}/identitiesRetrieves identities for a potential role in a role mining session
IAIRoleMiningAPIGetPotentialRoleGet /role-mining-sessions/{sessionId}/potential-role-summaries/{potentialRoleId}Retrieve potential role in session
IAIRoleMiningAPIGetPotentialRoleApplicationsGet /role-mining-sessions/{sessionId}/potential-role-summaries/{potentialRoleId}/applicationsRetrieves the applications of a potential role for a role mining session
IAIRoleMiningAPIGetPotentialRoleSourceIdentityUsageGet /role-mining-potential-roles/{potentialRoleId}/sources/{sourceId}/identityUsageRetrieves potential role source usage
IAIRoleMiningAPIGetPotentialRoleSummariesGet /role-mining-sessions/{sessionId}/potential-role-summariesRetrieve session's potential role summaries
IAIRoleMiningAPIGetRoleMiningPotentialRoleGet /role-mining-potential-roles/{potentialRoleId}Retrieves a specific potential role
IAIRoleMiningAPIGetRoleMiningSessionGet /role-mining-sessions/{sessionId}Get a role mining session
IAIRoleMiningAPIGetRoleMiningSessionStatusGet /role-mining-sessions/{sessionId}/statusGet role mining session status state
IAIRoleMiningAPIGetRoleMiningSessionsGet /role-mining-sessionsRetrieves all role mining sessions
IAIRoleMiningAPIGetSavedPotentialRolesGet /role-mining-potential-roles/savedRetrieves all saved potential roles
IAIRoleMiningAPIPatchPotentialRolePatch /role-mining-sessions/{sessionId}/potential-role-summaries/{potentialRoleId}Update a potential role in session
IAIRoleMiningAPIPatchRoleMiningPotentialRolePatch /role-mining-potential-roles/{potentialRoleId}Update a potential role
IAIRoleMiningAPIPatchRoleMiningSessionPatch /role-mining-sessions/{sessionId}Patch a role mining session
IAIRoleMiningAPIUpdateEntitlementsPotentialRolePost /role-mining-sessions/{sessionId}/potential-roles/{potentialRoleId}/edit-entitlementsEdit entitlements for a potential role to exclude some entitlements
IconsAPIDeleteIconDelete /icons/{objectType}/{objectId}Delete an icon
IconsAPISetIconPut /icons/{objectType}/{objectId}Update an icon
IdentitiesAPIDeleteIdentityDelete /identities/{id}Delete identity
IdentitiesAPIGetIdentityGet /identities/{id}Identity Details
IdentitiesAPIGetIdentityOwnershipDetailsGet /identities/{identityId}/ownershipGet ownership details
IdentitiesAPIGetRoleAssignmentGet /identities/{identityId}/role-assignments/{assignmentId}Role assignment details
IdentitiesAPIGetRoleAssignmentsGet /identities/{identityId}/role-assignmentsList role assignments
IdentitiesAPIListIdentitiesGet /identitiesList Identities
IdentitiesAPIResetIdentityPost /identities/{id}/resetReset an identity
IdentitiesAPISendIdentityVerificationAccountTokenPost /identities/{id}/verification/account/sendSend password reset email
IdentitiesAPIStartIdentitiesInvitePost /identities/inviteInvite identities to register
IdentitiesAPIStartIdentityProcessingPost /identities/processProcess a list of identityIds
IdentitiesAPISynchronizeAttributesForIdentityPost /identities/{identityId}/synchronize-attributesAttribute synchronization for single identity.
IdentityAttributesAPICreateIdentityAttributePost /identity-attributesCreate Identity Attribute
IdentityAttributesAPIDeleteIdentityAttributeDelete /identity-attributes/{name}Delete Identity Attribute
IdentityAttributesAPIDeleteIdentityAttributesInBulkDelete /identity-attributes/bulk-deleteBulk delete Identity Attributes
IdentityAttributesAPIGetIdentityAttributeGet /identity-attributes/{name}Get Identity Attribute
IdentityAttributesAPIListIdentityAttributesGet /identity-attributesList Identity Attributes
IdentityAttributesAPIPutIdentityAttributePut /identity-attributes/{name}Update Identity Attribute
IdentityHistoryAPICompareIdentitySnapshotsGet /historical-identities/{id}/compareGets a difference of count for each access item types for the given identity between 2 snapshots
IdentityHistoryAPICompareIdentitySnapshotsAccessTypeGet /historical-identities/{id}/compare/{access-type}Gets a list of differences of specific accessType for the given identity between 2 snapshots
IdentityHistoryAPIGetHistoricalIdentityGet /historical-identities/{id}Get latest snapshot of identity
IdentityHistoryAPIGetHistoricalIdentityEventsGet /historical-identities/{id}/eventsLists all events for the given identity
IdentityHistoryAPIGetIdentitySnapshotGet /historical-identities/{id}/snapshots/{date}Gets an identity snapshot at a given date
IdentityHistoryAPIGetIdentitySnapshotSummaryGet /historical-identities/{id}/snapshot-summaryGets the summary for the event count for a specific identity
IdentityHistoryAPIGetIdentityStartDateGet /historical-identities/{id}/start-dateGets the start date of the identity
IdentityHistoryAPIListHistoricalIdentitiesGet /historical-identitiesLists all the identities
IdentityHistoryAPIListIdentityAccessItemsGet /historical-identities/{id}/access-itemsGets a list of access items for the identity filtered by item type
IdentityHistoryAPIListIdentitySnapshotAccessItemsGet /historical-identities/{id}/snapshots/{date}/access-itemsGet Identity Access Items Snapshot
IdentityHistoryAPIListIdentitySnapshotsGet /historical-identities/{id}/snapshotsLists all the snapshots for the identity
IdentityProfilesAPICreateIdentityProfilePost /identity-profilesCreate an Identity Profile
IdentityProfilesAPIDeleteIdentityProfileDelete /identity-profiles/{identity-profile-id}Delete an Identity Profile
IdentityProfilesAPIDeleteIdentityProfilesPost /identity-profiles/bulk-deleteDelete Identity Profiles
IdentityProfilesAPIExportIdentityProfilesGet /identity-profiles/exportExport Identity Profiles
IdentityProfilesAPIGetDefaultIdentityAttributeConfigGet /identity-profiles/{identity-profile-id}/default-identity-attribute-configDefault identity attribute config
IdentityProfilesAPIGetIdentityProfileGet /identity-profiles/{identity-profile-id}Gets a single Identity Profile
IdentityProfilesAPIImportIdentityProfilesPost /identity-profiles/importImport Identity Profiles
IdentityProfilesAPIListIdentityProfilesGet /identity-profilesIdentity Profiles List
IdentityProfilesAPIShowGenerateIdentityPreviewPost /identity-profiles/identity-previewGenerate Identity Profile Preview
IdentityProfilesAPISyncIdentityProfilePost /identity-profiles/{identity-profile-id}/process-identitiesProcess identities under profile
IdentityProfilesAPIUpdateIdentityProfilePatch /identity-profiles/{identity-profile-id}Update the Identity Profile
LifecycleStatesAPIGetLifecycleStatesGet /identity-profiles/{identity-profile-id}/lifecycle-states/{lifecycle-state-id}Get Lifecycle State
LifecycleStatesAPIUpdateLifecycleStatesPatch /identity-profiles/{identity-profile-id}/lifecycle-states/{lifecycle-state-id}Update Lifecycle State
MFAConfigurationAPIDeleteMFAConfigDelete /mfa/{method}/deleteDelete MFA method configuration
MFAConfigurationAPIGetMFADuoConfigGet /mfa/duo-web/configConfiguration of Duo MFA method
MFAConfigurationAPIGetMFAKbaConfigGet /mfa/kba/configConfiguration of KBA MFA method
MFAConfigurationAPIGetMFAOktaConfigGet /mfa/okta-verify/configConfiguration of Okta MFA method
MFAConfigurationAPISetMFADuoConfigPut /mfa/duo-web/configSet Duo MFA configuration
MFAConfigurationAPISetMFAKBAConfigPost /mfa/kba/config/answersSet MFA KBA configuration
MFAConfigurationAPISetMFAOktaConfigPut /mfa/okta-verify/configSet Okta MFA configuration
MFAConfigurationAPITestMFAConfigGet /mfa/{method}/testMFA method's test configuration
MFAControllerAPICreateSendTokenPost /mfa/token/sendCreate and send user token
MFAControllerAPIPingVerificationStatusPost /mfa/{method}/pollPolling MFA method by VerificationPollRequest
MFAControllerAPISendDuoVerifyRequestPost /mfa/duo-web/verifyVerifying authentication via Duo method
MFAControllerAPISendKbaAnswersPost /mfa/kba/authenticateAuthenticate KBA provided MFA method
MFAControllerAPISendOktaVerifyRequestPost /mfa/okta-verify/verifyVerifying authentication via Okta method
MFAControllerAPISendTokenAuthRequestPost /mfa/token/authenticateAuthenticate Token provided MFA method
ManagedClientsAPIGetManagedClientStatusGet /managed-clients/{id}/statusSpecified Managed Client Status.
ManagedClientsAPIUpdateManagedClientStatusPost /managed-clients/{id}/statusHandle status request from client
ManagedClustersAPIGetClientLogConfigurationGet /managed-clusters/{id}/log-configGet managed cluster's log configuration
ManagedClustersAPIGetManagedClusterGet /managed-clusters/{id}Get a specified ManagedCluster.
ManagedClustersAPIGetManagedClustersGet /managed-clustersRetrieve all Managed Clusters.
ManagedClustersAPIPutClientLogConfigurationPut /managed-clusters/{id}/log-configUpdate managed cluster's log configuration
MultiHostIntegrationAPICreateMultiHostIntegrationPost /multihostsCreate Multi-Host Integration
MultiHostIntegrationAPICreateSourcesWithinMultiHostPost /multihosts/{id}Create Sources Within Multi-Host Integration
MultiHostIntegrationAPIDeleteMultiHostDelete /multihosts/{id}Delete Multi-Host Integration
MultiHostIntegrationAPIGetAcctAggregationGroupsGet /multihosts/{multihostId}/acctAggregationGroupsGet Account Aggregation Groups Within Multi-Host Integration ID
MultiHostIntegrationAPIGetEntitlementAggregationGroupsGet /multihosts/{multiHostId}/entitlementAggregationGroupsGet Entitlement Aggregation Groups Within Multi-Host Integration ID
MultiHostIntegrationAPIGetMultiHostIntegrationsGet /multihosts/{id}Get Multi-Host Integration By ID
MultiHostIntegrationAPIGetMultiHostIntegrationsListGet /multihostsList All Existing Multi-Host Integrations
MultiHostIntegrationAPIGetMultiHostSourceCreationErrorsGet /multihosts/{multiHostId}/sources/errorsList Multi-Host Source Creation Errors
MultiHostIntegrationAPIGetMultihostIntegrationTypesGet /multihosts/typesList Multi-Host Integration Types
MultiHostIntegrationAPIGetSourcesWithinMultiHostGet /multihosts/{id}/sourcesList Sources Within Multi-Host Integration
MultiHostIntegrationAPITestConnectionMultiHostSourcesPost /multihosts/{multihost_id}/sources/testConnectionTest Configuration For Multi-Host Integration
MultiHostIntegrationAPITestSourceConnectionMultihostGet /multihosts/{multihost_id}/sources/{sourceId}/testConnectionTest Configuration For Multi-Host Integration's Single Source
MultiHostIntegrationAPIUpdateMultiHostSourcesPatch /multihosts/{id}Update Multi-Host Integration
NonEmployeeLifecycleManagementAPIApproveNonEmployeeRequestPost /non-employee-approvals/{id}/approveApprove a Non-Employee Request
NonEmployeeLifecycleManagementAPICreateNonEmployeeRecordPost /non-employee-recordsCreate Non-Employee Record
NonEmployeeLifecycleManagementAPICreateNonEmployeeRequestPost /non-employee-requestsCreate Non-Employee Request
NonEmployeeLifecycleManagementAPICreateNonEmployeeSourcePost /non-employee-sourcesCreate Non-Employee Source
NonEmployeeLifecycleManagementAPICreateNonEmployeeSourceSchemaAttributesPost /non-employee-sources/{sourceId}/schema-attributesCreate Non-Employee Source Schema Attribute
NonEmployeeLifecycleManagementAPIDeleteNonEmployeeRecordDelete /non-employee-records/{id}Delete Non-Employee Record
NonEmployeeLifecycleManagementAPIDeleteNonEmployeeRecordInBulkPost /non-employee-records/bulk-deleteDelete Multiple Non-Employee Records
NonEmployeeLifecycleManagementAPIDeleteNonEmployeeRequestDelete /non-employee-requests/{id}Delete Non-Employee Request
NonEmployeeLifecycleManagementAPIDeleteNonEmployeeSchemaAttributeDelete /non-employee-sources/{sourceId}/schema-attributes/{attributeId}Delete Non-Employee Source's Schema Attribute
NonEmployeeLifecycleManagementAPIDeleteNonEmployeeSourceDelete /non-employee-sources/{sourceId}Delete Non-Employee Source
NonEmployeeLifecycleManagementAPIDeleteNonEmployeeSourceSchemaAttributesDelete /non-employee-sources/{sourceId}/schema-attributesDelete all custom schema attributes
NonEmployeeLifecycleManagementAPIExportNonEmployeeRecordsGet /non-employee-sources/{id}/non-employees/downloadExports Non-Employee Records to CSV
NonEmployeeLifecycleManagementAPIExportNonEmployeeSourceSchemaTemplateGet /non-employee-sources/{id}/schema-attributes-template/downloadExports Source Schema Template
NonEmployeeLifecycleManagementAPIGetNonEmployeeApprovalGet /non-employee-approvals/{id}Get a non-employee approval item detail
NonEmployeeLifecycleManagementAPIGetNonEmployeeApprovalSummaryGet /non-employee-approvals/summary/{requested-for}Get Summary of Non-Employee Approval Requests
NonEmployeeLifecycleManagementAPIGetNonEmployeeBulkUploadStatusGet /non-employee-sources/{id}/non-employee-bulk-upload/statusBulk upload status on source
NonEmployeeLifecycleManagementAPIGetNonEmployeeRecordGet /non-employee-records/{id}Get a Non-Employee Record
NonEmployeeLifecycleManagementAPIGetNonEmployeeRequestGet /non-employee-requests/{id}Get a Non-Employee Request
NonEmployeeLifecycleManagementAPIGetNonEmployeeRequestSummaryGet /non-employee-requests/summary/{requested-for}Get Summary of Non-Employee Requests
NonEmployeeLifecycleManagementAPIGetNonEmployeeSchemaAttributeGet /non-employee-sources/{sourceId}/schema-attributes/{attributeId}Get Schema Attribute Non-Employee Source
NonEmployeeLifecycleManagementAPIGetNonEmployeeSourceGet /non-employee-sources/{sourceId}Get a Non-Employee Source
NonEmployeeLifecycleManagementAPIGetNonEmployeeSourceSchemaAttributesGet /non-employee-sources/{sourceId}/schema-attributesList Schema Attributes Non-Employee Source
NonEmployeeLifecycleManagementAPIImportNonEmployeeRecordsInBulkPost /non-employee-sources/{id}/non-employee-bulk-uploadImports, or Updates, Non-Employee Records
NonEmployeeLifecycleManagementAPIListNonEmployeeApprovalGet /non-employee-approvalsGet List of Non-Employee Approval Requests
NonEmployeeLifecycleManagementAPIListNonEmployeeRecordsGet /non-employee-recordsList Non-Employee Records
NonEmployeeLifecycleManagementAPIListNonEmployeeRequestsGet /non-employee-requestsList Non-Employee Requests
NonEmployeeLifecycleManagementAPIListNonEmployeeSourcesGet /non-employee-sourcesList Non-Employee Sources
NonEmployeeLifecycleManagementAPIPatchNonEmployeeRecordPatch /non-employee-records/{id}Patch Non-Employee Record
NonEmployeeLifecycleManagementAPIPatchNonEmployeeSchemaAttributePatch /non-employee-sources/{sourceId}/schema-attributes/{attributeId}Patch Non-Employee Source's Schema Attribute
NonEmployeeLifecycleManagementAPIPatchNonEmployeeSourcePatch /non-employee-sources/{sourceId}Patch a Non-Employee Source
NonEmployeeLifecycleManagementAPIRejectNonEmployeeRequestPost /non-employee-approvals/{id}/rejectReject a Non-Employee Request
NonEmployeeLifecycleManagementAPIUpdateNonEmployeeRecordPut /non-employee-records/{id}Update Non-Employee Record
NotificationsAPICreateDomainDkimPost /verified-domainsVerify domain address via DKIM
NotificationsAPICreateNotificationTemplatePost /notification-templatesCreate Notification Template
NotificationsAPICreateVerifiedFromAddressPost /verified-from-addressesCreate Verified From Address
NotificationsAPIDeleteNotificationTemplatesInBulkPost /notification-templates/bulk-deleteBulk Delete Notification Templates
NotificationsAPIDeleteVerifiedFromAddressDelete /verified-from-addresses/{id}Delete Verified From Address
NotificationsAPIGetDkimAttributesGet /verified-domainsGet DKIM Attributes
NotificationsAPIGetMailFromAttributesGet /mail-from-attributes/{identity}Get MAIL FROM Attributes
NotificationsAPIGetNotificationTemplateGet /notification-templates/{id}Get Notification Template By Id
NotificationsAPIGetNotificationsTemplateContextGet /notification-template-contextGet Notification Template Context
NotificationsAPIListFromAddressesGet /verified-from-addressesList From Addresses
NotificationsAPIListNotificationPreferencesGet /notification-preferences/{key}List Notification Preferences for tenant.
NotificationsAPIListNotificationTemplateDefaultsGet /notification-template-defaultsList Notification Template Defaults
NotificationsAPIListNotificationTemplatesGet /notification-templatesList Notification Templates
NotificationsAPIPutMailFromAttributesPut /mail-from-attributesChange MAIL FROM domain
NotificationsAPISendTestNotificationPost /send-test-notificationSend Test Notification
OAuthClientsAPICreateOauthClientPost /oauth-clientsCreate OAuth Client
OAuthClientsAPIDeleteOauthClientDelete /oauth-clients/{id}Delete OAuth Client
OAuthClientsAPIGetOauthClientGet /oauth-clients/{id}Get OAuth Client
OAuthClientsAPIListOauthClientsGet /oauth-clientsList OAuth Clients
OAuthClientsAPIPatchOauthClientPatch /oauth-clients/{id}Patch OAuth Client
OrgConfigAPIGetOrgConfigGet /org-configGet Org configuration settings
OrgConfigAPIGetValidTimeZonesGet /org-config/valid-time-zonesGet list of time zones
OrgConfigAPIPatchOrgConfigPatch /org-configPatch an Org configuration property
PasswordConfigurationAPICreatePasswordOrgConfigPost /password-org-configCreate Password Org Config
PasswordConfigurationAPIGetPasswordOrgConfigGet /password-org-configGet Password Org Config
PasswordConfigurationAPIPutPasswordOrgConfigPut /password-org-configUpdate Password Org Config
PasswordDictionaryAPIGetPasswordDictionaryGet /password-dictionaryGet Password Dictionary
PasswordDictionaryAPIPutPasswordDictionaryPut /password-dictionaryUpdate Password Dictionary
PasswordManagementAPICreateDigitTokenPost /generate-password-reset-token/digitGenerate a digit token
PasswordManagementAPIGetIdentityPasswordChangeStatusGet /password-change-status/{id}Get Password Change Request Status
PasswordManagementAPIQueryPasswordInfoPost /query-password-infoQuery Password Info
PasswordManagementAPISetIdentityPasswordPost /set-passwordSet Identity's Password
PasswordPoliciesAPICreatePasswordPolicyPost /password-policiesCreate Password Policy
PasswordPoliciesAPIDeletePasswordPolicyDelete /password-policies/{id}Delete Password Policy by ID
PasswordPoliciesAPIGetPasswordPolicyByIdGet /password-policies/{id}Get Password Policy by ID
PasswordPoliciesAPIListPasswordPoliciesGet /password-policiesList Password Policies
PasswordPoliciesAPISetPasswordPolicyPut /password-policies/{id}Update Password Policy by ID
PasswordSyncGroupsAPICreatePasswordSyncGroupPost /password-sync-groupsCreate Password Sync Group
PasswordSyncGroupsAPIDeletePasswordSyncGroupDelete /password-sync-groups/{id}Delete Password Sync Group by ID
PasswordSyncGroupsAPIGetPasswordSyncGroupGet /password-sync-groups/{id}Get Password Sync Group by ID
PasswordSyncGroupsAPIGetPasswordSyncGroupsGet /password-sync-groupsGet Password Sync Group List
PasswordSyncGroupsAPIUpdatePasswordSyncGroupPut /password-sync-groups/{id}Update Password Sync Group by ID
PersonalAccessTokensAPICreatePersonalAccessTokenPost /personal-access-tokensCreate Personal Access Token
PersonalAccessTokensAPIDeletePersonalAccessTokenDelete /personal-access-tokens/{id}Delete Personal Access Token
PersonalAccessTokensAPIListPersonalAccessTokensGet /personal-access-tokensList Personal Access Tokens
PersonalAccessTokensAPIPatchPersonalAccessTokenPatch /personal-access-tokens/{id}Patch Personal Access Token
PublicIdentitiesConfigAPIGetPublicIdentityConfigGet /public-identities-configGet Public Identity Config
PublicIdentitiesConfigAPIUpdatePublicIdentityConfigPut /public-identities-configUpdate Public Identity Config
RequestableObjectsAPIListRequestableObjectsGet /requestable-objectsRequestable Objects List
RoleInsightsAPICreateRoleInsightRequestsPost /role-insights/requestsGenerate insights for roles
RoleInsightsAPIDownloadRoleInsightsEntitlementsChangesGet /role-insights/{insightId}/entitlement-changes/downloadDownload entitlement insights for a role
RoleInsightsAPIGetEntitlementChangesIdentitiesGet /role-insights/{insightId}/entitlement-changes/{entitlementId}/identitiesGet identities for a suggested entitlement (for a role)
RoleInsightsAPIGetRoleInsightGet /role-insights/{insightId}Get a single role insight
RoleInsightsAPIGetRoleInsightsGet /role-insightsGet role insights
RoleInsightsAPIGetRoleInsightsCurrentEntitlementsGet /role-insights/{insightId}/current-entitlementsGet current entitlement for a role
RoleInsightsAPIGetRoleInsightsEntitlementsChangesGet /role-insights/{insightId}/entitlement-changesGet entitlement insights for a role
RoleInsightsAPIGetRoleInsightsRequestsGet /role-insights/requests/{id}Returns metadata from prior request.
RoleInsightsAPIGetRoleInsightsSummaryGet /role-insights/summaryGet role insights summary information
RolesAPICreateRolePost /rolesCreate a Role
RolesAPIDeleteBulkRolesPost /roles/bulk-deleteDelete Role(s)
RolesAPIDeleteRoleDelete /roles/{id}Delete a Role
RolesAPIGetRoleGet /roles/{id}Get a Role
RolesAPIGetRoleAssignedIdentitiesGet /roles/{id}/assigned-identitiesIdentities assigned a Role
RolesAPIGetRoleEntitlementsGet /roles/{id}/entitlementsList role's Entitlements
RolesAPIListRolesGet /rolesList Roles
RolesAPIPatchRolePatch /roles/{id}Patch a specified Role
SIMIntegrationsAPICreateSIMIntegrationPost /sim-integrationsCreate new SIM integration
SIMIntegrationsAPIDeleteSIMIntegrationDelete /sim-integrations/{id}Delete a SIM integration
SIMIntegrationsAPIGetSIMIntegrationGet /sim-integrations/{id}Get a SIM integration details.
SIMIntegrationsAPIGetSIMIntegrationsGet /sim-integrationsList the existing SIM integrations.
SIMIntegrationsAPIPatchBeforeProvisioningRulePatch /sim-integrations/{id}/beforeProvisioningRulePatch a SIM beforeProvisioningRule attribute.
SIMIntegrationsAPIPatchSIMAttributesPatch /sim-integrations/{id}Patch a SIM attribute.
SIMIntegrationsAPIPutSIMIntegrationPut /sim-integrations/{id}Update an existing SIM integration
SODPoliciesAPICreateSodPolicyPost /sod-policiesCreate SOD policy
SODPoliciesAPIDeleteSodPolicyDelete /sod-policies/{id}Delete SOD policy by ID
SODPoliciesAPIDeleteSodPolicyScheduleDelete /sod-policies/{id}/scheduleDelete SOD policy schedule
SODPoliciesAPIGetCustomViolationReportGet /sod-violation-report/{reportResultId}/download/{fileName}Download custom violation report
SODPoliciesAPIGetDefaultViolationReportGet /sod-violation-report/{reportResultId}/downloadDownload violation report
SODPoliciesAPIGetSodAllReportRunStatusGet /sod-violation-reportGet multi-report run task status
SODPoliciesAPIGetSodPolicyGet /sod-policies/{id}Get SOD policy by ID
SODPoliciesAPIGetSodPolicyScheduleGet /sod-policies/{id}/scheduleGet SOD policy schedule
SODPoliciesAPIGetSodViolationReportRunStatusGet /sod-policies/sod-violation-report-status/{reportResultId}Get violation report run status
SODPoliciesAPIGetSodViolationReportStatusGet /sod-policies/{id}/violation-reportGet SOD violation report status
SODPoliciesAPIListSodPoliciesGet /sod-policiesList SOD policies
SODPoliciesAPIPatchSodPolicyPatch /sod-policies/{id}Patch a SOD policy
SODPoliciesAPIPutPolicySchedulePut /sod-policies/{id}/scheduleUpdate SOD Policy schedule
SODPoliciesAPIPutSodPolicyPut /sod-policies/{id}Update SOD policy by ID
SODPoliciesAPIStartSodAllPoliciesForOrgPost /sod-violation-report/runRuns all policies for org
SODPoliciesAPIStartSodPolicyPost /sod-policies/{id}/violation-report/runRuns SOD policy violation report
SODViolationsAPIStartPredictSodViolationsPost /sod-violations/predictPredict SOD violations for identity.
SPConfigAPIExportSpConfigPost /sp-config/exportInitiates configuration objects export job
SPConfigAPIGetSpConfigExportGet /sp-config/export/{id}/downloadDownload export job result.
SPConfigAPIGetSpConfigExportStatusGet /sp-config/export/{id}Get export job status
SPConfigAPIGetSpConfigImportGet /sp-config/import/{id}/downloadDownload import job result
SPConfigAPIGetSpConfigImportStatusGet /sp-config/import/{id}Get import job status
SPConfigAPIImportSpConfigPost /sp-config/importInitiates configuration objects import job
SPConfigAPIListSpConfigObjectsGet /sp-config/config-objectsGet config object details
SearchAttributeConfigurationAPICreateSearchAttributeConfigPost /accounts/search-attribute-configCreate Extended Search Attributes
SearchAttributeConfigurationAPIDeleteSearchAttributeConfigDelete /accounts/search-attribute-config/{name}Delete Extended Search Attribute
SearchAttributeConfigurationAPIGetSearchAttributeConfigGet /accounts/search-attribute-configList Extended Search Attributes
SearchAttributeConfigurationAPIGetSingleSearchAttributeConfigGet /accounts/search-attribute-config/{name}Get Extended Search Attribute
SearchAttributeConfigurationAPIPatchSearchAttributeConfigPatch /accounts/search-attribute-config/{name}Update Extended Search Attribute
SegmentsAPICreateSegmentPost /segmentsCreate Segment
SegmentsAPIDeleteSegmentDelete /segments/{id}Delete Segment by ID
SegmentsAPIGetSegmentGet /segments/{id}Get Segment by ID
SegmentsAPIListSegmentsGet /segmentsList Segments
SegmentsAPIPatchSegmentPatch /segments/{id}Update Segment
ServiceDeskIntegrationAPICreateServiceDeskIntegrationPost /service-desk-integrationsCreate new Service Desk integration
ServiceDeskIntegrationAPIDeleteServiceDeskIntegrationDelete /service-desk-integrations/{id}Delete a Service Desk integration
ServiceDeskIntegrationAPIGetServiceDeskIntegrationGet /service-desk-integrations/{id}Get a Service Desk integration
ServiceDeskIntegrationAPIGetServiceDeskIntegrationListGet /service-desk-integrationsList existing Service Desk Integrations
ServiceDeskIntegrationAPIGetServiceDeskIntegrationTemplateGet /service-desk-integrations/templates/{scriptName}Service Desk integration template by scriptName.
ServiceDeskIntegrationAPIGetServiceDeskIntegrationTypesGet /service-desk-integrations/typesService Desk Integration Types List.
ServiceDeskIntegrationAPIGetStatusCheckDetailsGet /service-desk-integrations/status-check-configurationGet the time check configuration
ServiceDeskIntegrationAPIPatchServiceDeskIntegrationPatch /service-desk-integrations/{id}Service Desk Integration Update PATCH
ServiceDeskIntegrationAPIPutServiceDeskIntegrationPut /service-desk-integrations/{id}Update a Service Desk integration
ServiceDeskIntegrationAPIUpdateStatusCheckDetailsPut /service-desk-integrations/status-check-configurationUpdate the time check configuration
SourceUsagesAPIGetStatusBySourceIdGet /source-usages/{sourceId}/statusFinds status of source usage
SourceUsagesAPIGetUsagesBySourceIdGet /source-usages/{sourceId}/summariesReturns source usage insights
SourcesAPICreateProvisioningPolicyPost /sources/{sourceId}/provisioning-policiesCreate Provisioning Policy
SourcesAPICreateSourcePost /sourcesCreates a source in IdentityNow.
SourcesAPICreateSourceSchemaPost /sources/{sourceId}/schemasCreate Schema on Source
SourcesAPIDeleteDelete /sources/{id}Delete Source by ID
SourcesAPIDeleteAccountsAsyncPost /sources/{id}/remove-accountsRemove All Accounts in a Source
SourcesAPIDeleteNativeChangeDetectionConfigDelete /sources/{sourceId}/native-change-detection-configDelete Native Change Detection Configuration
SourcesAPIDeleteProvisioningPolicyDelete /sources/{sourceId}/provisioning-policies/{usageType}Delete Provisioning Policy by UsageType
SourcesAPIDeleteSourceSchemaDelete /sources/{sourceId}/schemas/{schemaId}Delete Source Schema by ID
SourcesAPIGetCorrelationConfigGet /sources/{id}/correlation-configGet Source Correlation Configuration
SourcesAPIGetNativeChangeDetectionConfigGet /sources/{sourceId}/native-change-detection-configNative Change Detection Configuration
SourcesAPIGetProvisioningPolicyGet /sources/{sourceId}/provisioning-policies/{usageType}Get Provisioning Policy by UsageType
SourcesAPIGetSourceGet /sources/{id}Get Source by ID
SourcesAPIGetSourceAccountsSchemaGet /sources/{id}/schemas/accountsDownloads source accounts schema template
SourcesAPIGetSourceAttrSyncConfigGet /sources/{id}/attribute-sync-configAttribute Sync Config
SourcesAPIGetSourceConfigGet /sources/{id}/connectors/source-configGets source config with language translations
SourcesAPIGetSourceEntitlementRequestConfigGet /sources/{id}/entitlement-request-configGet Source Entitlement Request Configuration
SourcesAPIGetSourceEntitlementsSchemaGet /sources/{id}/schemas/entitlementsDownloads source entitlements schema template
SourcesAPIGetSourceSchemaGet /sources/{sourceId}/schemas/{schemaId}Get Source Schema by ID
SourcesAPIGetSourceSchemasGet /sources/{sourceId}/schemasList Schemas on Source
SourcesAPIImportAccountsPost /sources/{id}/load-accountsAccount Aggregation
SourcesAPIImportEntitlementsPost /sources/{id}/load-entitlementsEntitlement Aggregation
SourcesAPIImportSourceAccountsSchemaPost /sources/{id}/schemas/accountsUploads source accounts schema template
SourcesAPIImportSourceConnectorFilePost /sources/{sourceId}/upload-connector-fileUpload connector file to source
SourcesAPIImportSourceEntitlementsSchemaPost /sources/{id}/schemas/entitlementsUploads source entitlements schema template
SourcesAPIImportUncorrelatedAccountsPost /sources/{id}/load-uncorrelated-accountsProcess Uncorrelated Accounts
SourcesAPIListProvisioningPoliciesGet /sources/{sourceId}/provisioning-policiesLists ProvisioningPolicies
SourcesAPIListSourcesGet /sourcesLists all sources in IdentityNow.
SourcesAPIPeekResourceObjectsPost /sources/{sourceId}/connector/peek-resource-objectsPeek source connector's resource objects
SourcesAPIPingClusterPost /sources/{sourceId}/connector/ping-clusterPing cluster for source connector
SourcesAPIPutCorrelationConfigPut /sources/{id}/correlation-configUpdate Source Correlation Configuration
SourcesAPIPutNativeChangeDetectionConfigPut /sources/{sourceId}/native-change-detection-configUpdate Native Change Detection Configuration
SourcesAPIPutProvisioningPolicyPut /sources/{sourceId}/provisioning-policies/{usageType}Update Provisioning Policy by UsageType
SourcesAPIPutSourcePut /sources/{id}Update Source (Full)
SourcesAPIPutSourceAttrSyncConfigPut /sources/{id}/attribute-sync-configUpdate Attribute Sync Config
SourcesAPIPutSourceSchemaPut /sources/{sourceId}/schemas/{schemaId}Update Source Schema (Full)
SourcesAPISyncAttributesForSourcePost /sources/{id}/synchronize-attributesSynchronize single source attributes.
SourcesAPITestSourceConfigurationPost /sources/{sourceId}/connector/test-configurationTest configuration for source connector
SourcesAPITestSourceConnectionPost /sources/{sourceId}/connector/check-connectionCheck connection for source connector.
SourcesAPIUpdateProvisioningPoliciesInBulkPost /sources/{sourceId}/provisioning-policies/bulk-updateBulk Update Provisioning Policies
SourcesAPIUpdateProvisioningPolicyPatch /sources/{sourceId}/provisioning-policies/{usageType}Partial update of Provisioning Policy
SourcesAPIUpdateSourcePatch /sources/{id}Update Source (Partial)
SourcesAPIUpdateSourceEntitlementRequestConfigPut /sources/{id}/entitlement-request-configUpdate Source Entitlement Request Configuration
SourcesAPIUpdateSourceSchemaPatch /sources/{sourceId}/schemas/{schemaId}Update Source Schema (Partial)
SuggestedEntitlementDescriptionAPIGetSedBatchStatsGet /suggested-entitlement-description-batches/{batchId}/statsSubmit Sed Batch Stats Request
SuggestedEntitlementDescriptionAPIGetSedBatchesGet /suggested-entitlement-description-batchesList Sed Batch Request
SuggestedEntitlementDescriptionAPIListSedsGet /suggested-entitlement-descriptionsList Suggested Entitlement Description
SuggestedEntitlementDescriptionAPIPatchSedPatch /suggested-entitlement-descriptionsPatch Suggested Entitlement Description
SuggestedEntitlementDescriptionAPISubmitSedApprovalPost /suggested-entitlement-description-approvalsSubmit Bulk Approval Request
SuggestedEntitlementDescriptionAPISubmitSedAssignmentPost /suggested-entitlement-description-assignmentsSubmit Sed Assignment Request
SuggestedEntitlementDescriptionAPISubmitSedBatchRequestPost /suggested-entitlement-description-batchesSubmit Sed Batch Request
TaggedObjectsAPIDeleteTaggedObjectDelete /tagged-objects/{type}/{id}Delete Tagged Object
TaggedObjectsAPIDeleteTagsToManyObjectPost /tagged-objects/bulk-removeRemove Tags from Multiple Objects
TaggedObjectsAPIGetTaggedObjectGet /tagged-objects/{type}/{id}Get Tagged Object
TaggedObjectsAPIListTaggedObjectsGet /tagged-objectsList Tagged Objects
TaggedObjectsAPIListTaggedObjectsByTypeGet /tagged-objects/{type}List Tagged Objects by Type
TaggedObjectsAPIPutTaggedObjectPut /tagged-objects/{type}/{id}Update Tagged Object
TaggedObjectsAPISetTagToObjectPost /tagged-objectsAdd Tag to Object
TaggedObjectsAPISetTagsToManyObjectsPost /tagged-objects/bulk-addTag Multiple Objects
TaskManagementAPIGetPendingTaskHeadersHead /task-status/pending-tasksRetrieve headers only for pending task list.
TaskManagementAPIGetPendingTasksGet /task-status/pending-tasksRetrieve a pending task list.
TaskManagementAPIGetTaskStatusGet /task-status/{id}Get task status by ID.
TaskManagementAPIGetTaskStatusListGet /task-statusRetrieve a task status list.
TaskManagementAPIUpdateTaskStatusPatch /task-status/{id}Update task status by ID
TenantAPIGetTenantGet /tenantGet Tenant Information.
TransformsAPICreateTransformPost /transformsCreate transform
TransformsAPIDeleteTransformDelete /transforms/{id}Delete a transform
TransformsAPIGetTransformGet /transforms/{id}Transform by ID
TransformsAPIListTransformsGet /transformsList transforms
TransformsAPIUpdateTransformPut /transforms/{id}Update a transform
TriggersAPICompleteTriggerInvocationPost /trigger-invocations/{id}/completeComplete Trigger Invocation
TriggersAPICreateSubscriptionPost /trigger-subscriptionsCreate a Subscription
TriggersAPIDeleteSubscriptionDelete /trigger-subscriptions/{id}Delete a Subscription
TriggersAPIListSubscriptionsGet /trigger-subscriptionsList Subscriptions
TriggersAPIListTriggerInvocationStatusGet /trigger-invocations/statusList Latest Invocation Statuses
TriggersAPIListTriggersGet /triggersList Triggers
TriggersAPIPatchSubscriptionPatch /trigger-subscriptions/{id}Patch a Subscription
TriggersAPIStartTestTriggerInvocationPost /trigger-invocations/testStart a Test Invocation
TriggersAPITestSubscriptionFilterPost /trigger-subscriptions/validate-filterValidate a Subscription Filter
TriggersAPIUpdateSubscriptionPut /trigger-subscriptions/{id}Update a Subscription
UIMetadataAPIGetTenantUiMetadataGet /ui-metadata/tenantGet a tenant UI metadata
UIMetadataAPISetTenantUiMetadataPut /ui-metadata/tenantUpdate tenant UI metadata
VendorConnectorMappingsAPICreateVendorConnectorMappingPost /vendor-connector-mappingsCreate Vendor Connector Mapping
VendorConnectorMappingsAPIDeleteVendorConnectorMappingDelete /vendor-connector-mappingsDelete Vendor Connector Mapping
VendorConnectorMappingsAPIGetVendorConnectorMappingsGet /vendor-connector-mappingsList Vendor Connector Mappings
WorkItemsAPIApproveApprovalItemPost /work-items/{id}/approve/{approvalItemId}Approve an Approval Item
WorkItemsAPIApproveApprovalItemsInBulkPost /work-items/bulk-approve/{id}Bulk approve Approval Items
WorkItemsAPICompleteWorkItemPost /work-items/{id}Complete a Work Item
WorkItemsAPIForwardWorkItemPost /work-items/{id}/forwardForward a Work Item
WorkItemsAPIGetCompletedWorkItemsGet /work-items/completedCompleted Work Items
WorkItemsAPIGetCountCompletedWorkItemsGet /work-items/completed/countCount Completed Work Items
WorkItemsAPIGetCountWorkItemsGet /work-items/countCount Work Items
WorkItemsAPIGetWorkItemGet /work-items/{id}Get a Work Item
WorkItemsAPIGetWorkItemsSummaryGet /work-items/summaryWork Items Summary
WorkItemsAPIListWorkItemsGet /work-itemsList Work Items
WorkItemsAPIRejectApprovalItemPost /work-items/{id}/reject/{approvalItemId}Reject an Approval Item
WorkItemsAPIRejectApprovalItemsInBulkPost /work-items/bulk-reject/{id}Bulk reject Approval Items
WorkItemsAPISubmitAccountSelectionPost /work-items/{id}/submit-account-selectionSubmit Account Selections
WorkReassignmentAPICreateReassignmentConfigurationPost /reassignment-configurationsCreate a Reassignment Configuration
WorkReassignmentAPIDeleteReassignmentConfigurationDelete /reassignment-configurations/{identityId}Delete Reassignment Configuration
WorkReassignmentAPIGetEvaluateReassignmentConfigurationGet /reassignment-configurations/{identityId}/evaluate/{configType}Evaluate Reassignment Configuration
WorkReassignmentAPIGetReassignmentConfigTypesGet /reassignment-configurations/typesList Reassignment Config Types
WorkReassignmentAPIGetReassignmentConfigurationGet /reassignment-configurations/{identityId}Get Reassignment Configuration
WorkReassignmentAPIGetTenantConfigConfigurationGet /reassignment-configurations/tenant-configGet Tenant-wide Reassignment Configuration settings
WorkReassignmentAPIListReassignmentConfigurationsGet /reassignment-configurationsList Reassignment Configurations
WorkReassignmentAPIPutReassignmentConfigPut /reassignment-configurations/{identityId}Update Reassignment Configuration
WorkReassignmentAPIPutTenantConfigurationPut /reassignment-configurations/tenant-configUpdate Tenant-wide Reassignment Configuration settings
WorkflowsAPICancelWorkflowExecutionPost /workflow-executions/{id}/cancelCancel Workflow Execution by ID
WorkflowsAPICreateWorkflowPost /workflowsCreate Workflow
WorkflowsAPIDeleteWorkflowDelete /workflows/{id}Delete Workflow By Id
WorkflowsAPIGetWorkflowGet /workflows/{id}Get Workflow By Id
WorkflowsAPIGetWorkflowExecutionGet /workflow-executions/{id}Get Workflow Execution
WorkflowsAPIGetWorkflowExecutionHistoryGet /workflow-executions/{id}/historyGet Workflow Execution History
WorkflowsAPIGetWorkflowExecutionsGet /workflows/{id}/executionsList Workflow Executions
WorkflowsAPIListCompleteWorkflowLibraryGet /workflow-libraryList Complete Workflow Library
WorkflowsAPIListWorkflowLibraryActionsGet /workflow-library/actionsList Workflow Library Actions
WorkflowsAPIListWorkflowLibraryOperatorsGet /workflow-library/operatorsList Workflow Library Operators
WorkflowsAPIListWorkflowLibraryTriggersGet /workflow-library/triggersList Workflow Library Triggers
WorkflowsAPIListWorkflowsGet /workflowsList Workflows
WorkflowsAPIPatchWorkflowPatch /workflows/{id}Patch Workflow
WorkflowsAPIPostExternalExecuteWorkflowPost /workflows/execute/external/{id}Execute Workflow via External Trigger
WorkflowsAPIPostWorkflowExternalTriggerPost /workflows/{id}/external/oauth-clientsGenerate External Trigger OAuth Client
WorkflowsAPITestExternalExecuteWorkflowPost /workflows/execute/external/{id}/testTest Workflow via External Trigger
WorkflowsAPITestWorkflowPost /workflows/{id}/testTest Workflow By Id
WorkflowsAPIUpdateWorkflowPut /workflows/{id}Update Workflow

Documentation For Models

Documentation For Authorization

Authentication schemes defined for the API:

userAuth

  • Type: OAuth
  • Flow: application
  • Authorization URL:
  • Scopes:
  • sp:scopes:default: default scope
  • sp:scopes:all: access to all scopes

Example

auth := context.WithValue(context.Background(), api_beta.ContextAccessToken, "ACCESSTOKENSTRING")
r, err := client.Service.Operation(auth, args)

Or via OAuth2 module to automatically refresh tokens and perform user authentication.

import "golang.org/x/oauth2"

/* Perform OAuth2 round trip request and obtain a token */

tokenSource := oauth2cfg.TokenSource(createContext(httpClient), &token)
auth := context.WithValue(oauth2.NoContext, api_beta.ContextOAuth2, tokenSource)
r, err := client.Service.Operation(auth, args)

userAuth

Example

auth := context.WithValue(context.Background(), api_beta.ContextAccessToken, "ACCESSTOKENSTRING")
r, err := client.Service.Operation(auth, args)

Or via OAuth2 module to automatically refresh tokens and perform user authentication.

import "golang.org/x/oauth2"

/* Perform OAuth2 round trip request and obtain a token */

tokenSource := oauth2cfg.TokenSource(createContext(httpClient), &token)
auth := context.WithValue(oauth2.NoContext, api_beta.ContextOAuth2, tokenSource)
r, err := client.Service.Operation(auth, args)

applicationAuth

  • Type: OAuth
  • Flow: application
  • Authorization URL:
  • Scopes:
  • sp:scopes:default: default scope
  • sp:scopes:all: access to all scopes

Example

auth := context.WithValue(context.Background(), api_beta.ContextAccessToken, "ACCESSTOKENSTRING")
r, err := client.Service.Operation(auth, args)

Or via OAuth2 module to automatically refresh tokens and perform user authentication.

import "golang.org/x/oauth2"

/* Perform OAuth2 round trip request and obtain a token */

tokenSource := oauth2cfg.TokenSource(createContext(httpClient), &token)
auth := context.WithValue(oauth2.NoContext, api_beta.ContextOAuth2, tokenSource)
r, err := client.Service.Operation(auth, args)

Documentation for Utility Methods

Due to the fact that model structure members are all pointers, this package contains a number of utility functions to easily obtain pointers to values of basic types. Each of these functions takes a value of the given basic type and returns a pointer to it:

  • PtrBool
  • PtrInt
  • PtrInt32
  • PtrInt64
  • PtrFloat
  • PtrFloat32
  • PtrFloat64
  • PtrString
  • PtrTime

Author

# Packages

No description provided by the author

# Functions

AccessItemAccessProfileResponseAsAccessItemAssociatedAccessItem is a convenience function that returns AccessItemAccessProfileResponse wrapped in AccessItemAssociatedAccessItem.
AccessItemAccessProfileResponseAsListIdentityAccessItems200ResponseInner is a convenience function that returns AccessItemAccessProfileResponse wrapped in ListIdentityAccessItems200ResponseInner.
AccessItemAccountResponseAsAccessItemAssociatedAccessItem is a convenience function that returns AccessItemAccountResponse wrapped in AccessItemAssociatedAccessItem.
AccessItemAccountResponseAsListIdentityAccessItems200ResponseInner is a convenience function that returns AccessItemAccountResponse wrapped in ListIdentityAccessItems200ResponseInner.
AccessItemAppResponseAsAccessItemAssociatedAccessItem is a convenience function that returns AccessItemAppResponse wrapped in AccessItemAssociatedAccessItem.
AccessItemAppResponseAsListIdentityAccessItems200ResponseInner is a convenience function that returns AccessItemAppResponse wrapped in ListIdentityAccessItems200ResponseInner.
AccessItemEntitlementResponseAsAccessItemAssociatedAccessItem is a convenience function that returns AccessItemEntitlementResponse wrapped in AccessItemAssociatedAccessItem.
AccessItemEntitlementResponseAsListIdentityAccessItems200ResponseInner is a convenience function that returns AccessItemEntitlementResponse wrapped in ListIdentityAccessItems200ResponseInner.
AccessItemRoleResponseAsAccessItemAssociatedAccessItem is a convenience function that returns AccessItemRoleResponse wrapped in AccessItemAssociatedAccessItem.
AccessItemRoleResponseAsListIdentityAccessItems200ResponseInner is a convenience function that returns AccessItemRoleResponse wrapped in ListIdentityAccessItems200ResponseInner.
AccessRequestDynamicApprover1AsTriggerExampleOutput is a convenience function that returns AccessRequestDynamicApprover1 wrapped in TriggerExampleOutput.
AccessRequestDynamicApproverAsTriggerExampleInput is a convenience function that returns AccessRequestDynamicApprover wrapped in TriggerExampleInput.
AccessRequestPostApprovalAsTriggerExampleInput is a convenience function that returns AccessRequestPostApproval wrapped in TriggerExampleInput.
AccessRequestPreApproval1AsTriggerExampleOutput is a convenience function that returns AccessRequestPreApproval1 wrapped in TriggerExampleOutput.
AccessRequestPreApprovalAsTriggerExampleInput is a convenience function that returns AccessRequestPreApproval wrapped in TriggerExampleInput.
AccountAggregationCompletedAsTriggerExampleInput is a convenience function that returns AccountAggregationCompleted wrapped in TriggerExampleInput.
AccountAttributesChangedAsTriggerExampleInput is a convenience function that returns AccountAttributesChanged wrapped in TriggerExampleInput.
AccountCorrelatedAsTriggerExampleInput is a convenience function that returns AccountCorrelated wrapped in TriggerExampleInput.
AccountsCollectedForAggregationAsTriggerExampleInput is a convenience function that returns AccountsCollectedForAggregation wrapped in TriggerExampleInput.
AccountUncorrelatedAsTriggerExampleInput is a convenience function that returns AccountUncorrelated wrapped in TriggerExampleInput.
[]ArrayInner1AsJsonPatchOperationsValue is a convenience function that returns []ArrayInner1 wrapped in JsonPatchOperationsValue.
[]ArrayInnerAsUpdateMultiHostSourcesRequestInnerValue is a convenience function that returns []ArrayInner wrapped in UpdateMultiHostSourcesRequestInnerValue.
[]map[string]interface{}AsWorkflowLibraryActionExampleOutput is a convenience function that returns []map[string]interface{} wrapped in WorkflowLibraryActionExampleOutput.
[]*stringAsAccountAttributesChangedChangesInnerNewValue is a convenience function that returns []*string wrapped in AccountAttributesChangedChangesInnerNewValue.
[]*stringAsAccountAttributesChangedChangesInnerOldValue is a convenience function that returns []*string wrapped in AccountAttributesChangedChangesInnerOldValue.
[]stringAsContextAttributeDtoValue is a convenience function that returns []string wrapped in ContextAttributeDtoValue.
[]stringAsIdentityAttributesChangedChangesInnerNewValue is a convenience function that returns []string wrapped in IdentityAttributesChangedChangesInnerNewValue.
[]stringAsIdentityAttributesChangedChangesInnerOldValue is a convenience function that returns []string wrapped in IdentityAttributesChangedChangesInnerOldValue.
boolAsAccountAttributesChangedChangesInnerNewValue is a convenience function that returns bool wrapped in AccountAttributesChangedChangesInnerNewValue.
boolAsAccountAttributesChangedChangesInnerOldValue is a convenience function that returns bool wrapped in AccountAttributesChangedChangesInnerOldValue.
boolAsIdentityAttributesChangedChangesInnerNewValue is a convenience function that returns bool wrapped in IdentityAttributesChangedChangesInnerNewValue.
boolAsIdentityAttributesChangedChangesInnerOldValue is a convenience function that returns bool wrapped in IdentityAttributesChangedChangesInnerOldValue.
boolAsIdentityAttributesChangedChangesInnerOldValueOneOfValue is a convenience function that returns bool wrapped in IdentityAttributesChangedChangesInnerOldValueOneOfValue.
boolAsJsonPatchOperationsValue is a convenience function that returns bool wrapped in JsonPatchOperationsValue.
boolAsUpdateMultiHostSourcesRequestInnerValue is a convenience function that returns bool wrapped in UpdateMultiHostSourcesRequestInnerValue.
CacheExpires helper function to determine remaining time before repeating a request.
CampaignActivatedAsTriggerExampleInput is a convenience function that returns CampaignActivated wrapped in TriggerExampleInput.
CampaignAsGetActiveCampaigns200ResponseInner is a convenience function that returns Campaign wrapped in GetActiveCampaigns200ResponseInner.
CampaignEndedAsTriggerExampleInput is a convenience function that returns CampaignEnded wrapped in TriggerExampleInput.
CampaignGeneratedAsTriggerExampleInput is a convenience function that returns CampaignGenerated wrapped in TriggerExampleInput.
CertificationSignedOffAsTriggerExampleInput is a convenience function that returns CertificationSignedOff wrapped in TriggerExampleInput.
EntityCreatedByDTOAsRoleMiningPotentialRoleSummaryCreatedBy is a convenience function that returns EntityCreatedByDTO wrapped in RoleMiningPotentialRoleSummaryCreatedBy.
EntityCreatedByDTOAsRoleMiningSessionResponseCreatedBy is a convenience function that returns EntityCreatedByDTO wrapped in RoleMiningSessionResponseCreatedBy.
float32AsIdentityAttributesChangedChangesInnerOldValueOneOfValue is a convenience function that returns float32 wrapped in IdentityAttributesChangedChangesInnerOldValueOneOfValue.
float32AsOutlierContributingFeatureValue is a convenience function that returns float32 wrapped in OutlierContributingFeatureValue.
FullDiscoveredApplicationsAsGetDiscoveredApplications200ResponseInner is a convenience function that returns FullDiscoveredApplications wrapped in GetDiscoveredApplications200ResponseInner.
IdentityAttributesChangedAsTriggerExampleInput is a convenience function that returns IdentityAttributesChanged wrapped in TriggerExampleInput.
IdentityCreatedAsTriggerExampleInput is a convenience function that returns IdentityCreated wrapped in TriggerExampleInput.
IdentityDeletedAsTriggerExampleInput is a convenience function that returns IdentityDeleted wrapped in TriggerExampleInput.
int32AsIdentityAttributesChangedChangesInnerOldValueOneOfValue is a convenience function that returns int32 wrapped in IdentityAttributesChangedChangesInnerOldValueOneOfValue.
int32AsUpdateMultiHostSourcesRequestInnerValue is a convenience function that returns int32 wrapped in UpdateMultiHostSourcesRequestInnerValue.
int64AsOutlierContributingFeatureValue is a convenience function that returns int64 wrapped in OutlierContributingFeatureValue.
IsNil checks if an input is nil.
map[string]interface{}AsUpdateMultiHostSourcesRequestInnerValue is a convenience function that returns map[string]interface{} wrapped in UpdateMultiHostSourcesRequestInnerValue.
map[string]interface{}AsWorkflowLibraryActionExampleOutput is a convenience function that returns map[string]interface{} wrapped in WorkflowLibraryActionExampleOutput.
map[string]IdentityAttributesChangedChangesInnerOldValueOneOfValueAsIdentityAttributesChangedChangesInnerNewValue is a convenience function that returns map[string]IdentityAttributesChangedChangesInnerOldValueOneOfValue wrapped in IdentityAttributesChangedChangesInnerNewValue.
map[string]IdentityAttributesChangedChangesInnerOldValueOneOfValueAsIdentityAttributesChangedChangesInnerOldValue is a convenience function that returns map[string]IdentityAttributesChangedChangesInnerOldValueOneOfValue wrapped in IdentityAttributesChangedChangesInnerOldValue.
NewAccessConstraint instantiates a new AccessConstraint 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.
NewAccessConstraintWithDefaults instantiates a new AccessConstraint 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.
NewAccessCriteria instantiates a new AccessCriteria 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.
NewAccessCriteriaCriteriaListInner instantiates a new AccessCriteriaCriteriaListInner 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.
NewAccessCriteriaCriteriaListInnerWithDefaults instantiates a new AccessCriteriaCriteriaListInner 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.
NewAccessCriteriaWithDefaults instantiates a new AccessCriteria 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.
NewAccessItemAccessProfileResponse instantiates a new AccessItemAccessProfileResponse 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.
NewAccessItemAccessProfileResponseWithDefaults instantiates a new AccessItemAccessProfileResponse 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.
NewAccessItemAccountResponse instantiates a new AccessItemAccountResponse 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.
NewAccessItemAccountResponseWithDefaults instantiates a new AccessItemAccountResponse 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.
NewAccessItemAppResponse instantiates a new AccessItemAppResponse 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.
NewAccessItemAppResponseWithDefaults instantiates a new AccessItemAppResponse 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.
NewAccessItemApproverDto instantiates a new AccessItemApproverDto 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.
NewAccessItemApproverDtoWithDefaults instantiates a new AccessItemApproverDto 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.
NewAccessItemAssociated instantiates a new AccessItemAssociated 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.
NewAccessItemAssociatedWithDefaults instantiates a new AccessItemAssociated 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.
NewAccessItemDiff instantiates a new AccessItemDiff 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.
NewAccessItemDiffWithDefaults instantiates a new AccessItemDiff 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.
NewAccessItemEntitlementResponse instantiates a new AccessItemEntitlementResponse 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.
NewAccessItemEntitlementResponseWithDefaults instantiates a new AccessItemEntitlementResponse 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.
NewAccessItemOwnerDto instantiates a new AccessItemOwnerDto 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.
NewAccessItemOwnerDtoWithDefaults instantiates a new AccessItemOwnerDto 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.
NewAccessItemRef instantiates a new AccessItemRef 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.
NewAccessItemRefWithDefaults instantiates a new AccessItemRef 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.
NewAccessItemRemoved instantiates a new AccessItemRemoved 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.
NewAccessItemRemovedWithDefaults instantiates a new AccessItemRemoved 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.
NewAccessItemRequestedForDto instantiates a new AccessItemRequestedForDto 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.
NewAccessItemRequestedForDtoWithDefaults instantiates a new AccessItemRequestedForDto 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.
NewAccessItemRequester instantiates a new AccessItemRequester 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.
NewAccessItemRequesterDto instantiates a new AccessItemRequesterDto 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.
NewAccessItemRequesterDtoWithDefaults instantiates a new AccessItemRequesterDto 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.
NewAccessItemRequesterWithDefaults instantiates a new AccessItemRequester 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.
NewAccessItemReviewedBy instantiates a new AccessItemReviewedBy 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.
NewAccessItemReviewedByWithDefaults instantiates a new AccessItemReviewedBy 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.
NewAccessItemRoleResponse instantiates a new AccessItemRoleResponse 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.
NewAccessItemRoleResponseWithDefaults instantiates a new AccessItemRoleResponse 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.
NewAccessProfile instantiates a new AccessProfile 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.
NewAccessProfileApprovalScheme instantiates a new AccessProfileApprovalScheme 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.
NewAccessProfileApprovalSchemeWithDefaults instantiates a new AccessProfileApprovalScheme 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.
NewAccessProfileBulkDeleteRequest instantiates a new AccessProfileBulkDeleteRequest 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.
NewAccessProfileBulkDeleteRequestWithDefaults instantiates a new AccessProfileBulkDeleteRequest 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.
NewAccessProfileBulkDeleteResponse instantiates a new AccessProfileBulkDeleteResponse 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.
NewAccessProfileBulkDeleteResponseWithDefaults instantiates a new AccessProfileBulkDeleteResponse 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.
NewAccessProfileBulkUpdateRequestInner instantiates a new AccessProfileBulkUpdateRequestInner 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.
NewAccessProfileBulkUpdateRequestInnerWithDefaults instantiates a new AccessProfileBulkUpdateRequestInner 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.
NewAccessProfileDetails instantiates a new AccessProfileDetails 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.
NewAccessProfileDetailsAccountSelector instantiates a new AccessProfileDetailsAccountSelector 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.
NewAccessProfileDetailsAccountSelectorWithDefaults instantiates a new AccessProfileDetailsAccountSelector 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.
NewAccessProfileDetailsWithDefaults instantiates a new AccessProfileDetails 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.
NewAccessProfileRef instantiates a new AccessProfileRef 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.
NewAccessProfileRefWithDefaults instantiates a new AccessProfileRef 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.
NewAccessProfileSourceRef instantiates a new AccessProfileSourceRef 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.
NewAccessProfileSourceRefWithDefaults instantiates a new AccessProfileSourceRef 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.
NewAccessProfileUpdateItem instantiates a new AccessProfileUpdateItem 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.
NewAccessProfileUpdateItemWithDefaults instantiates a new AccessProfileUpdateItem 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.
NewAccessProfileUsage instantiates a new AccessProfileUsage 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.
NewAccessProfileUsageUsedByInner instantiates a new AccessProfileUsageUsedByInner 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.
NewAccessProfileUsageUsedByInnerWithDefaults instantiates a new AccessProfileUsageUsedByInner 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.
NewAccessProfileUsageWithDefaults instantiates a new AccessProfileUsage 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.
NewAccessProfileWithDefaults instantiates a new AccessProfile 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.
NewAccessRecommendationMessage instantiates a new AccessRecommendationMessage 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.
NewAccessRecommendationMessageWithDefaults instantiates a new AccessRecommendationMessage 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.
NewAccessRequest instantiates a new AccessRequest 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.
NewAccessRequestConfig instantiates a new AccessRequestConfig 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.
NewAccessRequestConfigWithDefaults instantiates a new AccessRequestConfig 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.
NewAccessRequestContext instantiates a new AccessRequestContext 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.
NewAccessRequestContextWithDefaults instantiates a new AccessRequestContext 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.
NewAccessRequestDynamicApprover instantiates a new AccessRequestDynamicApprover 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.
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 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.
NewAccessRequestDynamicApproverRequestedItemsInner instantiates a new AccessRequestDynamicApproverRequestedItemsInner 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.
NewAccessRequestDynamicApproverRequestedItemsInnerWithDefaults instantiates a new AccessRequestDynamicApproverRequestedItemsInner 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.
NewAccessRequestDynamicApproverWithDefaults instantiates a new AccessRequestDynamicApprover 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.
NewAccessRequested instantiates a new AccessRequested 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.
NewAccessRequestedWithDefaults instantiates a new AccessRequested 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.
NewAccessRequestItem instantiates a new AccessRequestItem 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.
NewAccessRequestItemResponse instantiates a new AccessRequestItemResponse 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.
NewAccessRequestItemResponseWithDefaults instantiates a new AccessRequestItemResponse 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.
NewAccessRequestItemWithDefaults instantiates a new AccessRequestItem 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.
NewAccessRequestPhases instantiates a new AccessRequestPhases 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.
NewAccessRequestPhasesWithDefaults instantiates a new AccessRequestPhases 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.
NewAccessRequestPostApproval instantiates a new AccessRequestPostApproval 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.
NewAccessRequestPostApprovalRequestedItemsStatusInner instantiates a new AccessRequestPostApprovalRequestedItemsStatusInner 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.
NewAccessRequestPostApprovalRequestedItemsStatusInnerApprovalInfoInner instantiates a new AccessRequestPostApprovalRequestedItemsStatusInnerApprovalInfoInner 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.
NewAccessRequestPostApprovalRequestedItemsStatusInnerApprovalInfoInnerApprover instantiates a new AccessRequestPostApprovalRequestedItemsStatusInnerApprovalInfoInnerApprover 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.
NewAccessRequestPostApprovalRequestedItemsStatusInnerApprovalInfoInnerApproverWithDefaults instantiates a new AccessRequestPostApprovalRequestedItemsStatusInnerApprovalInfoInnerApprover 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.
NewAccessRequestPostApprovalRequestedItemsStatusInnerApprovalInfoInnerWithDefaults instantiates a new AccessRequestPostApprovalRequestedItemsStatusInnerApprovalInfoInner 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.
NewAccessRequestPostApprovalRequestedItemsStatusInnerWithDefaults instantiates a new AccessRequestPostApprovalRequestedItemsStatusInner 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.
NewAccessRequestPostApprovalWithDefaults instantiates a new AccessRequestPostApproval 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.
NewAccessRequestPreApproval instantiates a new AccessRequestPreApproval 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.
NewAccessRequestPreApproval1 instantiates a new AccessRequestPreApproval1 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.
NewAccessRequestPreApproval1WithDefaults instantiates a new AccessRequestPreApproval1 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.
NewAccessRequestPreApprovalRequestedItemsInner instantiates a new AccessRequestPreApprovalRequestedItemsInner 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.
NewAccessRequestPreApprovalRequestedItemsInnerWithDefaults instantiates a new AccessRequestPreApprovalRequestedItemsInner 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.
NewAccessRequestPreApprovalWithDefaults instantiates a new AccessRequestPreApproval 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.
NewAccessRequestRecommendationActionItemDto instantiates a new AccessRequestRecommendationActionItemDto 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.
NewAccessRequestRecommendationActionItemDtoWithDefaults instantiates a new AccessRequestRecommendationActionItemDto 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.
NewAccessRequestRecommendationActionItemResponseDto instantiates a new AccessRequestRecommendationActionItemResponseDto 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.
NewAccessRequestRecommendationActionItemResponseDtoWithDefaults instantiates a new AccessRequestRecommendationActionItemResponseDto 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.
NewAccessRequestRecommendationItem instantiates a new AccessRequestRecommendationItem 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.
NewAccessRequestRecommendationItemDetail instantiates a new AccessRequestRecommendationItemDetail 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.
NewAccessRequestRecommendationItemDetailAccess instantiates a new AccessRequestRecommendationItemDetailAccess 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.
NewAccessRequestRecommendationItemDetailAccessWithDefaults instantiates a new AccessRequestRecommendationItemDetailAccess 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.
NewAccessRequestRecommendationItemDetailWithDefaults instantiates a new AccessRequestRecommendationItemDetail 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.
NewAccessRequestRecommendationItemTypeFromValue returns a pointer to a valid AccessRequestRecommendationItemType for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewAccessRequestRecommendationItemWithDefaults instantiates a new AccessRequestRecommendationItem 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.
NewAccessRequestResponse instantiates a new AccessRequestResponse 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.
NewAccessRequestResponseWithDefaults instantiates a new AccessRequestResponse 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.
NewAccessRequestTypeFromValue returns a pointer to a valid AccessRequestType for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewAccessRequestWithDefaults instantiates a new AccessRequest 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.
NewAccessTypeFromValue returns a pointer to a valid AccessType for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewAccount instantiates a new Account 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.
NewAccountAction instantiates a new AccountAction 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.
NewAccountActionWithDefaults instantiates a new AccountAction 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.
NewAccountActivityApprovalStatusFromValue returns a pointer to a valid AccountActivityApprovalStatus for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewAccountActivityItem instantiates a new AccountActivityItem 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.
NewAccountActivityItemOperationFromValue returns a pointer to a valid AccountActivityItemOperation for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewAccountActivityItemWithDefaults instantiates a new AccountActivityItem 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.
NewAccountAggregation instantiates a new AccountAggregation 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.
NewAccountAggregationCompleted instantiates a new AccountAggregationCompleted 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.
NewAccountAggregationCompletedSource instantiates a new AccountAggregationCompletedSource 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.
NewAccountAggregationCompletedSourceWithDefaults instantiates a new AccountAggregationCompletedSource 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.
NewAccountAggregationCompletedStats instantiates a new AccountAggregationCompletedStats 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.
NewAccountAggregationCompletedStatsWithDefaults instantiates a new AccountAggregationCompletedStats 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.
NewAccountAggregationCompletedWithDefaults instantiates a new AccountAggregationCompleted 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.
NewAccountAggregationStatus instantiates a new AccountAggregationStatus 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.
NewAccountAggregationStatusWithDefaults instantiates a new AccountAggregationStatus 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.
NewAccountAggregationWithDefaults instantiates a new AccountAggregation 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.
NewAccountAllOfIdentity instantiates a new AccountAllOfIdentity 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.
NewAccountAllOfIdentityWithDefaults instantiates a new AccountAllOfIdentity 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.
NewAccountAllOfOwnerGroup instantiates a new AccountAllOfOwnerGroup 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.
NewAccountAllOfOwnerGroupWithDefaults instantiates a new AccountAllOfOwnerGroup 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.
NewAccountAllOfOwnerIdentity instantiates a new AccountAllOfOwnerIdentity 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.
NewAccountAllOfOwnerIdentityWithDefaults instantiates a new AccountAllOfOwnerIdentity 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.
NewAccountAllOfSourceOwner instantiates a new AccountAllOfSourceOwner 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.
NewAccountAllOfSourceOwnerWithDefaults instantiates a new AccountAllOfSourceOwner 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.
NewAccountAttributes instantiates a new AccountAttributes 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.
NewAccountAttributesChanged instantiates a new AccountAttributesChanged 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.
NewAccountAttributesChangedAccount instantiates a new AccountAttributesChangedAccount 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.
NewAccountAttributesChangedAccountWithDefaults instantiates a new AccountAttributesChangedAccount 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.
NewAccountAttributesChangedChangesInner instantiates a new AccountAttributesChangedChangesInner 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.
NewAccountAttributesChangedChangesInnerWithDefaults instantiates a new AccountAttributesChangedChangesInner 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.
NewAccountAttributesChangedIdentity instantiates a new AccountAttributesChangedIdentity 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.
NewAccountAttributesChangedIdentityWithDefaults instantiates a new AccountAttributesChangedIdentity 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.
NewAccountAttributesChangedSource instantiates a new AccountAttributesChangedSource 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.
NewAccountAttributesChangedSourceWithDefaults instantiates a new AccountAttributesChangedSource 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.
NewAccountAttributesChangedWithDefaults instantiates a new AccountAttributesChanged 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.
NewAccountAttributesCreate instantiates a new AccountAttributesCreate 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.
NewAccountAttributesCreateAttributes instantiates a new AccountAttributesCreateAttributes 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.
NewAccountAttributesCreateAttributesWithDefaults instantiates a new AccountAttributesCreateAttributes 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.
NewAccountAttributesCreateWithDefaults instantiates a new AccountAttributesCreate 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.
NewAccountAttributesWithDefaults instantiates a new AccountAttributes 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.
NewAccountCorrelated instantiates a new AccountCorrelated 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.
NewAccountCorrelatedAccount instantiates a new AccountCorrelatedAccount 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.
NewAccountCorrelatedAccountWithDefaults instantiates a new AccountCorrelatedAccount 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.
NewAccountCorrelatedIdentity instantiates a new AccountCorrelatedIdentity 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.
NewAccountCorrelatedIdentityWithDefaults instantiates a new AccountCorrelatedIdentity 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.
NewAccountCorrelatedSource instantiates a new AccountCorrelatedSource 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.
NewAccountCorrelatedSourceWithDefaults instantiates a new AccountCorrelatedSource 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.
NewAccountCorrelatedWithDefaults instantiates a new AccountCorrelated 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.
NewAccountInfoDto instantiates a new AccountInfoDto 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.
NewAccountInfoDtoWithDefaults instantiates a new AccountInfoDto 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.
NewAccountRequestInfo instantiates a new AccountRequestInfo 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.
NewAccountRequestInfoWithDefaults instantiates a new AccountRequestInfo 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.
NewAccountsAsyncResult instantiates a new AccountsAsyncResult 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.
NewAccountsAsyncResultWithDefaults instantiates a new AccountsAsyncResult 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.
NewAccountsCollectedForAggregation instantiates a new AccountsCollectedForAggregation 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.
NewAccountsCollectedForAggregationSource instantiates a new AccountsCollectedForAggregationSource 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.
NewAccountsCollectedForAggregationSourceWithDefaults instantiates a new AccountsCollectedForAggregationSource 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.
NewAccountsCollectedForAggregationStats instantiates a new AccountsCollectedForAggregationStats 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.
NewAccountsCollectedForAggregationStatsWithDefaults instantiates a new AccountsCollectedForAggregationStats 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.
NewAccountsCollectedForAggregationWithDefaults instantiates a new AccountsCollectedForAggregation 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.
NewAccountStatusChanged instantiates a new AccountStatusChanged 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.
NewAccountStatusChangedAccount instantiates a new AccountStatusChangedAccount 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.
NewAccountStatusChangedAccountWithDefaults instantiates a new AccountStatusChangedAccount 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.
NewAccountStatusChangedStatusChange instantiates a new AccountStatusChangedStatusChange 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.
NewAccountStatusChangedStatusChangeWithDefaults instantiates a new AccountStatusChangedStatusChange 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.
NewAccountStatusChangedWithDefaults instantiates a new AccountStatusChanged 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.
NewAccountToggleRequest instantiates a new AccountToggleRequest 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.
NewAccountToggleRequestWithDefaults instantiates a new AccountToggleRequest 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.
NewAccountUncorrelated instantiates a new AccountUncorrelated 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.
NewAccountUncorrelatedAccount instantiates a new AccountUncorrelatedAccount 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.
NewAccountUncorrelatedAccountWithDefaults instantiates a new AccountUncorrelatedAccount 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.
NewAccountUncorrelatedIdentity instantiates a new AccountUncorrelatedIdentity 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.
NewAccountUncorrelatedIdentityWithDefaults instantiates a new AccountUncorrelatedIdentity 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.
NewAccountUncorrelatedSource instantiates a new AccountUncorrelatedSource 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.
NewAccountUncorrelatedSourceWithDefaults instantiates a new AccountUncorrelatedSource 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.
NewAccountUncorrelatedWithDefaults instantiates a new AccountUncorrelated 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.
NewAccountUnlockRequest instantiates a new AccountUnlockRequest 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.
NewAccountUnlockRequestWithDefaults instantiates a new AccountUnlockRequest 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.
NewAccountUsage instantiates a new AccountUsage 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.
NewAccountUsageWithDefaults instantiates a new AccountUsage 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.
NewAccountWithDefaults instantiates a new Account 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.
NewActivateCampaignOptions instantiates a new ActivateCampaignOptions 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.
NewActivateCampaignOptionsWithDefaults instantiates a new ActivateCampaignOptions 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.
NewAdminReviewReassign instantiates a new AdminReviewReassign 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.
NewAdminReviewReassignReassignTo instantiates a new AdminReviewReassignReassignTo 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.
NewAdminReviewReassignReassignToWithDefaults instantiates a new AdminReviewReassignReassignTo 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.
NewAdminReviewReassignWithDefaults instantiates a new AdminReviewReassign 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.
NewAPIClient creates a new API client.
NewAPIResponse returns a new APIResponse object.
NewAPIResponseWithError returns a new APIResponse object with the provided error message.
NewAppAccountDetails instantiates a new AppAccountDetails 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.
NewAppAccountDetailsSourceAccount instantiates a new AppAccountDetailsSourceAccount 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.
NewAppAccountDetailsSourceAccountWithDefaults instantiates a new AppAccountDetailsSourceAccount 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.
NewAppAccountDetailsWithDefaults instantiates a new AppAccountDetails 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.
NewApproval instantiates a new Approval 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.
NewApprovalBatch instantiates a new ApprovalBatch 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.
NewApprovalBatchWithDefaults instantiates a new ApprovalBatch 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.
NewApprovalComment instantiates a new ApprovalComment 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.
NewApprovalCommentWithDefaults instantiates a new ApprovalComment 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.
NewApprovalDescription instantiates a new ApprovalDescription 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.
NewApprovalDescriptionWithDefaults instantiates a new ApprovalDescription 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.
NewApprovalForwardHistory instantiates a new ApprovalForwardHistory 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.
NewApprovalForwardHistoryWithDefaults instantiates a new ApprovalForwardHistory 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.
NewApprovalIdentity instantiates a new ApprovalIdentity 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.
NewApprovalIdentityWithDefaults instantiates a new ApprovalIdentity 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.
NewApprovalInfoResponse instantiates a new ApprovalInfoResponse 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.
NewApprovalInfoResponseWithDefaults instantiates a new ApprovalInfoResponse 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.
NewApprovalItemDetails instantiates a new ApprovalItemDetails 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.
NewApprovalItemDetailsWithDefaults instantiates a new ApprovalItemDetails 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.
NewApprovalItems instantiates a new ApprovalItems 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.
NewApprovalItemsWithDefaults instantiates a new ApprovalItems 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.
NewApprovalName instantiates a new ApprovalName 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.
NewApprovalNameWithDefaults instantiates a new ApprovalName 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.
NewApprovalReference instantiates a new ApprovalReference 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.
NewApprovalReferenceWithDefaults instantiates a new ApprovalReference 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.
NewApprovalReminderAndEscalationConfig instantiates a new ApprovalReminderAndEscalationConfig 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.
NewApprovalReminderAndEscalationConfigWithDefaults instantiates a new ApprovalReminderAndEscalationConfig 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.
NewApprovalSchemeForRole instantiates a new ApprovalSchemeForRole 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.
NewApprovalSchemeForRoleWithDefaults instantiates a new ApprovalSchemeForRole 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.
NewApprovalSchemeFromValue returns a pointer to a valid ApprovalScheme for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewApprovalStatusDto instantiates a new ApprovalStatusDto 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.
NewApprovalStatusDtoCurrentOwner instantiates a new ApprovalStatusDtoCurrentOwner 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.
NewApprovalStatusDtoCurrentOwnerWithDefaults instantiates a new ApprovalStatusDtoCurrentOwner 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.
NewApprovalStatusDtoOriginalOwner instantiates a new ApprovalStatusDtoOriginalOwner 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.
NewApprovalStatusDtoOriginalOwnerWithDefaults instantiates a new ApprovalStatusDtoOriginalOwner 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.
NewApprovalStatusDtoWithDefaults instantiates a new ApprovalStatusDto 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.
NewApprovalStatusFromValue returns a pointer to a valid ApprovalStatus for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewApprovalSummary instantiates a new ApprovalSummary 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.
NewApprovalSummaryWithDefaults instantiates a new ApprovalSummary 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.
NewApprovalWithDefaults instantiates a new Approval 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.
NewArgument instantiates a new Argument 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.
NewArgumentWithDefaults instantiates a new Argument 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.
NewAssignmentContextDto instantiates a new AssignmentContextDto 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.
NewAssignmentContextDtoWithDefaults instantiates a new AssignmentContextDto 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.
NewAttributeChange instantiates a new AttributeChange 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.
NewAttributeChangeWithDefaults instantiates a new AttributeChange 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.
NewAttributeDefinition instantiates a new AttributeDefinition 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.
NewAttributeDefinitionSchema instantiates a new AttributeDefinitionSchema 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.
NewAttributeDefinitionSchemaWithDefaults instantiates a new AttributeDefinitionSchema 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.
NewAttributeDefinitionTypeFromValue returns a pointer to a valid AttributeDefinitionType for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewAttributeDefinitionWithDefaults instantiates a new AttributeDefinition 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.
NewAttributeDTO instantiates a new AttributeDTO 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.
NewAttributeDTOList instantiates a new AttributeDTOList 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.
NewAttributeDTOListWithDefaults instantiates a new AttributeDTOList 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.
NewAttributeDTOWithDefaults instantiates a new AttributeDTO 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.
NewAttributesChanged instantiates a new AttributesChanged 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.
NewAttributesChangedWithDefaults instantiates a new AttributesChanged 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.
NewAttributeValueDTO instantiates a new AttributeValueDTO 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.
NewAttributeValueDTOWithDefaults instantiates a new AttributeValueDTO 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.
NewAttrSyncSource instantiates a new AttrSyncSource 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.
NewAttrSyncSourceAttributeConfig instantiates a new AttrSyncSourceAttributeConfig 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.
NewAttrSyncSourceAttributeConfigWithDefaults instantiates a new AttrSyncSourceAttributeConfig 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.
NewAttrSyncSourceConfig instantiates a new AttrSyncSourceConfig 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.
NewAttrSyncSourceConfigWithDefaults instantiates a new AttrSyncSourceConfig 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.
NewAttrSyncSourceWithDefaults instantiates a new AttrSyncSource 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.
NewAuditDetails instantiates a new AuditDetails 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.
NewAuditDetailsWithDefaults instantiates a new AuditDetails 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.
NewAuthProfile instantiates a new AuthProfile 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.
NewAuthProfileSummary instantiates a new AuthProfileSummary 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.
NewAuthProfileSummaryWithDefaults instantiates a new AuthProfileSummary 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.
NewAuthProfileWithDefaults instantiates a new AuthProfile 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.
NewBaseCommonDto instantiates a new BaseCommonDto 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.
NewBaseCommonDto1 instantiates a new BaseCommonDto1 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.
NewBaseCommonDto1WithDefaults instantiates a new BaseCommonDto1 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.
NewBaseCommonDtoWithDefaults instantiates a new BaseCommonDto 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.
NewBaseReferenceDto instantiates a new BaseReferenceDto 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.
NewBaseReferenceDto1 instantiates a new BaseReferenceDto1 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.
NewBaseReferenceDto1WithDefaults instantiates a new BaseReferenceDto1 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.
NewBaseReferenceDtoWithDefaults instantiates a new BaseReferenceDto 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.
NewBasicAuthConfig instantiates a new BasicAuthConfig 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.
NewBasicAuthConfigWithDefaults instantiates a new BasicAuthConfig 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.
NewBearerTokenAuthConfig instantiates a new BearerTokenAuthConfig 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.
NewBearerTokenAuthConfigWithDefaults instantiates a new BearerTokenAuthConfig 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.
NewBeforeProvisioningRuleDto instantiates a new BeforeProvisioningRuleDto 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.
NewBeforeProvisioningRuleDtoWithDefaults instantiates a new BeforeProvisioningRuleDto 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.
NewBulkIdentitiesAccountsResponse instantiates a new BulkIdentitiesAccountsResponse 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.
NewBulkIdentitiesAccountsResponseWithDefaults instantiates a new BulkIdentitiesAccountsResponse 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.
NewBulkTaggedObject instantiates a new BulkTaggedObject 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.
NewBulkTaggedObjectWithDefaults instantiates a new BulkTaggedObject 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.
NewBulkWorkgroupMembersRequestInner instantiates a new BulkWorkgroupMembersRequestInner 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.
NewBulkWorkgroupMembersRequestInnerWithDefaults instantiates a new BulkWorkgroupMembersRequestInner 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.
NewCampaign instantiates a new Campaign 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.
NewCampaignActivated instantiates a new CampaignActivated 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.
NewCampaignActivatedCampaign instantiates a new CampaignActivatedCampaign 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.
NewCampaignActivatedCampaignCampaignOwner instantiates a new CampaignActivatedCampaignCampaignOwner 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.
NewCampaignActivatedCampaignCampaignOwnerWithDefaults instantiates a new CampaignActivatedCampaignCampaignOwner 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.
NewCampaignActivatedCampaignWithDefaults instantiates a new CampaignActivatedCampaign 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.
NewCampaignActivatedWithDefaults instantiates a new CampaignActivated 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.
NewCampaignAlert instantiates a new CampaignAlert 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.
NewCampaignAlertWithDefaults instantiates a new CampaignAlert 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.
NewCampaignEnded instantiates a new CampaignEnded 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.
NewCampaignEndedCampaign instantiates a new CampaignEndedCampaign 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.
NewCampaignEndedCampaignWithDefaults instantiates a new CampaignEndedCampaign 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.
NewCampaignEndedWithDefaults instantiates a new CampaignEnded 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.
NewCampaignGenerated instantiates a new CampaignGenerated 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.
NewCampaignGeneratedCampaign instantiates a new CampaignGeneratedCampaign 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.
NewCampaignGeneratedCampaignCampaignOwner instantiates a new CampaignGeneratedCampaignCampaignOwner 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.
NewCampaignGeneratedCampaignCampaignOwnerWithDefaults instantiates a new CampaignGeneratedCampaignCampaignOwner 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.
NewCampaignGeneratedCampaignWithDefaults instantiates a new CampaignGeneratedCampaign 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.
NewCampaignGeneratedWithDefaults instantiates a new CampaignGenerated 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.
NewCampaignReference instantiates a new CampaignReference 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.
NewCampaignReferenceWithDefaults instantiates a new CampaignReference 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.
NewCampaignReport instantiates a new CampaignReport 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.
NewCampaignReportsConfig instantiates a new CampaignReportsConfig 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.
NewCampaignReportsConfigWithDefaults instantiates a new CampaignReportsConfig 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.
NewCampaignReportWithDefaults instantiates a new CampaignReport 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.
NewCampaignTemplate instantiates a new CampaignTemplate 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.
NewCampaignTemplateOwnerRef instantiates a new CampaignTemplateOwnerRef 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.
NewCampaignTemplateOwnerRefWithDefaults instantiates a new CampaignTemplateOwnerRef 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.
NewCampaignTemplateWithDefaults instantiates a new CampaignTemplate 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.
NewCampaignWithDefaults instantiates a new Campaign 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.
NewCancelableAccountActivity instantiates a new CancelableAccountActivity 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.
NewCancelableAccountActivityWithDefaults instantiates a new CancelableAccountActivity 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.
NewCancelAccessRequest instantiates a new CancelAccessRequest 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.
NewCancelAccessRequestWithDefaults instantiates a new CancelAccessRequest 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.
NewCancelledRequestDetails instantiates a new CancelledRequestDetails 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.
NewCancelledRequestDetailsWithDefaults instantiates a new CancelledRequestDetails 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.
NewCertificationDto instantiates a new CertificationDto 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.
NewCertificationDtoWithDefaults instantiates a new CertificationDto 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.
NewCertificationPhaseFromValue returns a pointer to a valid CertificationPhase for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewCertificationReference instantiates a new CertificationReference 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.
NewCertificationReferenceDto instantiates a new CertificationReferenceDto 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.
NewCertificationReferenceDtoWithDefaults instantiates a new CertificationReferenceDto 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.
NewCertificationReferenceWithDefaults instantiates a new CertificationReference 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.
NewCertificationSignedOff instantiates a new CertificationSignedOff 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.
NewCertificationSignedOffCertification instantiates a new CertificationSignedOffCertification 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.
NewCertificationSignedOffCertificationWithDefaults instantiates a new CertificationSignedOffCertification 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.
NewCertificationSignedOffWithDefaults instantiates a new CertificationSignedOff 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.
NewCertificationTask instantiates a new CertificationTask 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.
NewCertificationTaskWithDefaults instantiates a new CertificationTask 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.
NewCertifierResponse instantiates a new CertifierResponse 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.
NewCertifierResponseWithDefaults instantiates a new CertifierResponse 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.
NewChildren instantiates a new Children 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.
NewChildrenWithDefaults instantiates a new Children 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.
NewClientLogConfiguration instantiates a new ClientLogConfiguration 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.
NewClientLogConfigurationWithDefaults instantiates a new ClientLogConfiguration 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.
NewClientTypeFromValue returns a pointer to a valid ClientType for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewCloseAccessRequest instantiates a new CloseAccessRequest 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.
NewCloseAccessRequestWithDefaults instantiates a new CloseAccessRequest 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.
NewComment instantiates a new Comment 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.
NewCommentDto instantiates a new CommentDto 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.
NewCommentDto1 instantiates a new CommentDto1 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.
NewCommentDto1Author instantiates a new CommentDto1Author 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.
NewCommentDto1AuthorWithDefaults instantiates a new CommentDto1Author 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.
NewCommentDto1WithDefaults instantiates a new CommentDto1 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.
NewCommentDtoAuthor instantiates a new CommentDtoAuthor 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.
NewCommentDtoAuthorWithDefaults instantiates a new CommentDtoAuthor 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.
NewCommentDtoWithDefaults instantiates a new CommentDto 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.
NewCommentWithDefaults instantiates a new Comment 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.
NewCommonAccessIDStatus instantiates a new CommonAccessIDStatus 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.
NewCommonAccessIDStatusWithDefaults instantiates a new CommonAccessIDStatus 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.
NewCommonAccessItemAccess instantiates a new CommonAccessItemAccess 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.
NewCommonAccessItemAccessWithDefaults instantiates a new CommonAccessItemAccess 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.
NewCommonAccessItemRequest instantiates a new CommonAccessItemRequest 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.
NewCommonAccessItemRequestWithDefaults instantiates a new CommonAccessItemRequest 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.
NewCommonAccessItemResponse instantiates a new CommonAccessItemResponse 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.
NewCommonAccessItemResponseWithDefaults instantiates a new CommonAccessItemResponse 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.
NewCommonAccessItemStateFromValue returns a pointer to a valid CommonAccessItemState for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewCommonAccessResponse instantiates a new CommonAccessResponse 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.
NewCommonAccessResponseWithDefaults instantiates a new CommonAccessResponse 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.
NewCommonAccessTypeFromValue returns a pointer to a valid CommonAccessType for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewCompleteCampaignOptions instantiates a new CompleteCampaignOptions 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.
NewCompleteCampaignOptionsWithDefaults instantiates a new CompleteCampaignOptions 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.
NewCompletedApproval instantiates a new CompletedApproval 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.
NewCompletedApprovalPreApprovalTriggerResult instantiates a new CompletedApprovalPreApprovalTriggerResult 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.
NewCompletedApprovalPreApprovalTriggerResultWithDefaults instantiates a new CompletedApprovalPreApprovalTriggerResult 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.
NewCompletedApprovalReviewedBy instantiates a new CompletedApprovalReviewedBy 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.
NewCompletedApprovalReviewedByWithDefaults instantiates a new CompletedApprovalReviewedBy 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.
NewCompletedApprovalStateFromValue returns a pointer to a valid CompletedApprovalState for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewCompletedApprovalWithDefaults instantiates a new CompletedApproval 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.
NewCompleteInvocation instantiates a new CompleteInvocation 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.
NewCompleteInvocationInput instantiates a new CompleteInvocationInput 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.
NewCompleteInvocationInputWithDefaults instantiates a new CompleteInvocationInput 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.
NewCompleteInvocationWithDefaults instantiates a new CompleteInvocation 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.
NewCompletionStatusFromValue returns a pointer to a valid CompletionStatus for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewConditionEffect instantiates a new ConditionEffect 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.
NewConditionEffectConfig instantiates a new ConditionEffectConfig 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.
NewConditionEffectConfigWithDefaults instantiates a new ConditionEffectConfig 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.
NewConditionEffectWithDefaults instantiates a new ConditionEffect 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.
NewConditionRule instantiates a new ConditionRule 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.
NewConditionRuleWithDefaults instantiates a new ConditionRule 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.
NewConfigObject instantiates a new ConfigObject 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.
NewConfigObjectWithDefaults instantiates a new ConfigObject 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.
NewConfigType instantiates a new ConfigType 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.
NewConfigTypeEnumCamelFromValue returns a pointer to a valid ConfigTypeEnumCamel for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewConfigTypeEnumFromValue returns a pointer to a valid ConfigTypeEnum for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewConfigTypeWithDefaults instantiates a new ConfigType 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.
NewConfiguration returns a new Configuration object.
NewConfigurationDetailsResponse instantiates a new ConfigurationDetailsResponse 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.
NewConfigurationDetailsResponseWithDefaults instantiates a new ConfigurationDetailsResponse 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.
NewConfigurationItemRequest instantiates a new ConfigurationItemRequest 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.
NewConfigurationItemRequestWithDefaults instantiates a new ConfigurationItemRequest 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.
NewConfigurationItemResponse instantiates a new ConfigurationItemResponse 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.
NewConfigurationItemResponseWithDefaults instantiates a new ConfigurationItemResponse 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.
NewConfigurationResponse instantiates a new ConfigurationResponse 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.
NewConfigurationResponseWithDefaults instantiates a new ConfigurationResponse 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.
NewConflictingAccessCriteria instantiates a new ConflictingAccessCriteria 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.
NewConflictingAccessCriteriaWithDefaults instantiates a new ConflictingAccessCriteria 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.
NewConnectedObject instantiates a new ConnectedObject 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.
NewConnectedObjectTypeFromValue returns a pointer to a valid ConnectedObjectType for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewConnectedObjectWithDefaults instantiates a new ConnectedObject 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.
NewConnectorDetail instantiates a new ConnectorDetail 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.
NewConnectorDetailWithDefaults instantiates a new ConnectorDetail 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.
NewConnectorRuleCreateRequest instantiates a new ConnectorRuleCreateRequest 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.
NewConnectorRuleCreateRequestSignature instantiates a new ConnectorRuleCreateRequestSignature 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.
NewConnectorRuleCreateRequestSignatureWithDefaults instantiates a new ConnectorRuleCreateRequestSignature 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.
NewConnectorRuleCreateRequestWithDefaults instantiates a new ConnectorRuleCreateRequest 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.
NewConnectorRuleResponse instantiates a new ConnectorRuleResponse 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.
NewConnectorRuleResponseWithDefaults instantiates a new ConnectorRuleResponse 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.
NewConnectorRuleUpdateRequest instantiates a new ConnectorRuleUpdateRequest 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.
NewConnectorRuleUpdateRequestWithDefaults instantiates a new ConnectorRuleUpdateRequest 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.
NewConnectorRuleValidationResponse instantiates a new ConnectorRuleValidationResponse 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.
NewConnectorRuleValidationResponseDetailsInner instantiates a new ConnectorRuleValidationResponseDetailsInner 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.
NewConnectorRuleValidationResponseDetailsInnerWithDefaults instantiates a new ConnectorRuleValidationResponseDetailsInner 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.
NewConnectorRuleValidationResponseWithDefaults instantiates a new ConnectorRuleValidationResponse 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.
NewContextAttributeDto instantiates a new ContextAttributeDto 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.
NewContextAttributeDtoWithDefaults instantiates a new ContextAttributeDto 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.
NewCorrelatedGovernanceEvent instantiates a new CorrelatedGovernanceEvent 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.
NewCorrelatedGovernanceEventWithDefaults instantiates a new CorrelatedGovernanceEvent 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.
NewCorrelationConfig instantiates a new CorrelationConfig 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.
NewCorrelationConfigAttributeAssignmentsInner instantiates a new CorrelationConfigAttributeAssignmentsInner 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.
NewCorrelationConfigAttributeAssignmentsInnerWithDefaults instantiates a new CorrelationConfigAttributeAssignmentsInner 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.
NewCorrelationConfigWithDefaults instantiates a new CorrelationConfig 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.
NewCreateDomainDkim405Response instantiates a new CreateDomainDkim405Response 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.
NewCreateDomainDkim405ResponseWithDefaults instantiates a new CreateDomainDkim405Response 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.
NewCreateFormDefinitionFileRequestRequest instantiates a new CreateFormDefinitionFileRequestRequest 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.
NewCreateFormDefinitionFileRequestRequestWithDefaults instantiates a new CreateFormDefinitionFileRequestRequest 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.
NewCreateFormDefinitionRequest instantiates a new CreateFormDefinitionRequest 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.
NewCreateFormDefinitionRequestWithDefaults instantiates a new CreateFormDefinitionRequest 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.
NewCreateFormInstanceRequest instantiates a new CreateFormInstanceRequest 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.
NewCreateFormInstanceRequestWithDefaults instantiates a new CreateFormInstanceRequest 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.
NewCreateOAuthClientRequest instantiates a new CreateOAuthClientRequest 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.
NewCreateOAuthClientRequestWithDefaults instantiates a new CreateOAuthClientRequest 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.
NewCreateOAuthClientResponse instantiates a new CreateOAuthClientResponse 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.
NewCreateOAuthClientResponseWithDefaults instantiates a new CreateOAuthClientResponse 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.
NewCreatePersonalAccessTokenRequest instantiates a new CreatePersonalAccessTokenRequest 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.
NewCreatePersonalAccessTokenRequestWithDefaults instantiates a new CreatePersonalAccessTokenRequest 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.
NewCreatePersonalAccessTokenResponse instantiates a new CreatePersonalAccessTokenResponse 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.
NewCreatePersonalAccessTokenResponseWithDefaults instantiates a new CreatePersonalAccessTokenResponse 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.
NewCreateWorkflowRequest instantiates a new CreateWorkflowRequest 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.
NewCreateWorkflowRequestWithDefaults instantiates a new CreateWorkflowRequest 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.
NewCustomPasswordInstruction instantiates a new CustomPasswordInstruction 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.
NewCustomPasswordInstructionWithDefaults instantiates a new CustomPasswordInstruction 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.
NewDelete202Response instantiates a new Delete202Response 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.
NewDelete202ResponseWithDefaults instantiates a new Delete202Response 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.
NewDeleteCampaignsRequest instantiates a new DeleteCampaignsRequest 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.
NewDeleteCampaignsRequestWithDefaults instantiates a new DeleteCampaignsRequest 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.
NewDeleteNonEmployeeRecordInBulkRequest instantiates a new DeleteNonEmployeeRecordInBulkRequest 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.
NewDeleteNonEmployeeRecordInBulkRequestWithDefaults instantiates a new DeleteNonEmployeeRecordInBulkRequest 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.
NewDeleteVendorConnectorMapping200Response instantiates a new DeleteVendorConnectorMapping200Response 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.
NewDeleteVendorConnectorMapping200ResponseWithDefaults instantiates a new DeleteVendorConnectorMapping200Response 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.
NewDimensionRef instantiates a new DimensionRef 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.
NewDimensionRefWithDefaults instantiates a new DimensionRef 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.
NewDkimAttributes instantiates a new DkimAttributes 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.
NewDkimAttributesWithDefaults instantiates a new DkimAttributes 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.
NewDomainAddress instantiates a new DomainAddress 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.
NewDomainAddressWithDefaults instantiates a new DomainAddress 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.
NewDomainStatusDto instantiates a new DomainStatusDto 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.
NewDomainStatusDtoWithDefaults instantiates a new DomainStatusDto 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.
NewDtoTypeFromValue returns a pointer to a valid DtoType for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewDuoVerificationRequest instantiates a new DuoVerificationRequest 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.
NewDuoVerificationRequestWithDefaults instantiates a new DuoVerificationRequest 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.
NewEmailNotificationOption instantiates a new EmailNotificationOption 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.
NewEmailNotificationOptionWithDefaults instantiates a new EmailNotificationOption 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.
NewEmailStatusDto instantiates a new EmailStatusDto 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.
NewEmailStatusDtoWithDefaults instantiates a new EmailStatusDto 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.
NewEntitlement instantiates a new Entitlement 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.
NewEntitlementAccessModelMetadata instantiates a new EntitlementAccessModelMetadata 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.
NewEntitlementAccessModelMetadataWithDefaults instantiates a new EntitlementAccessModelMetadata 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.
NewEntitlementAccessRequestConfig instantiates a new EntitlementAccessRequestConfig 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.
NewEntitlementAccessRequestConfigWithDefaults instantiates a new EntitlementAccessRequestConfig 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.
NewEntitlementApprovalScheme instantiates a new EntitlementApprovalScheme 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.
NewEntitlementApprovalSchemeWithDefaults instantiates a new EntitlementApprovalScheme 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.
NewEntitlementBulkUpdateRequest instantiates a new EntitlementBulkUpdateRequest 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.
NewEntitlementBulkUpdateRequestWithDefaults instantiates a new EntitlementBulkUpdateRequest 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.
NewEntitlementManuallyUpdatedFields instantiates a new EntitlementManuallyUpdatedFields 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.
NewEntitlementManuallyUpdatedFieldsWithDefaults instantiates a new EntitlementManuallyUpdatedFields 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.
NewEntitlementOwner instantiates a new EntitlementOwner 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.
NewEntitlementOwnerWithDefaults instantiates a new EntitlementOwner 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.
NewEntitlementRef instantiates a new EntitlementRef 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.
NewEntitlementRefWithDefaults instantiates a new EntitlementRef 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.
NewEntitlementRequestConfig instantiates a new EntitlementRequestConfig 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.
NewEntitlementRequestConfig1 instantiates a new EntitlementRequestConfig1 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.
NewEntitlementRequestConfig1WithDefaults instantiates a new EntitlementRequestConfig1 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.
NewEntitlementRequestConfigWithDefaults instantiates a new EntitlementRequestConfig 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.
NewEntitlementSource instantiates a new EntitlementSource 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.
NewEntitlementSourceResetBaseReferenceDto instantiates a new EntitlementSourceResetBaseReferenceDto 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.
NewEntitlementSourceResetBaseReferenceDtoWithDefaults instantiates a new EntitlementSourceResetBaseReferenceDto 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.
NewEntitlementSourceWithDefaults instantiates a new EntitlementSource 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.
NewEntitlementWithDefaults instantiates a new Entitlement 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.
NewEntityCreatedByDTO instantiates a new EntityCreatedByDTO 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.
NewEntityCreatedByDTOWithDefaults instantiates a new EntityCreatedByDTO 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.
NewError instantiates a new Error 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.
NewErrorMessage instantiates a new ErrorMessage 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.
NewErrorMessageDto instantiates a new ErrorMessageDto 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.
NewErrorMessageDtoWithDefaults instantiates a new ErrorMessageDto 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.
NewErrorMessageWithDefaults instantiates a new ErrorMessage 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.
NewErrorResponseDto instantiates a new ErrorResponseDto 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.
NewErrorResponseDtoWithDefaults instantiates a new ErrorResponseDto 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.
NewErrorWithDefaults instantiates a new Error 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.
NewEvaluateResponse instantiates a new EvaluateResponse 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.
NewEvaluateResponseWithDefaults instantiates a new EvaluateResponse 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.
NewEventBridgeConfig instantiates a new EventBridgeConfig 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.
NewEventBridgeConfigWithDefaults instantiates a new EventBridgeConfig 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.
NewExceptionAccessCriteria instantiates a new ExceptionAccessCriteria 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.
NewExceptionAccessCriteriaWithDefaults instantiates a new ExceptionAccessCriteria 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.
NewExceptionCriteria instantiates a new ExceptionCriteria 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.
NewExceptionCriteriaAccess instantiates a new ExceptionCriteriaAccess 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.
NewExceptionCriteriaAccessWithDefaults instantiates a new ExceptionCriteriaAccess 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.
NewExceptionCriteriaCriteriaListInner instantiates a new ExceptionCriteriaCriteriaListInner 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.
NewExceptionCriteriaCriteriaListInnerWithDefaults instantiates a new ExceptionCriteriaCriteriaListInner 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.
NewExceptionCriteriaWithDefaults instantiates a new ExceptionCriteria 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.
NewExecutionStatusFromValue returns a pointer to a valid ExecutionStatus for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewExportFormDefinitionsByTenant200ResponseInner instantiates a new ExportFormDefinitionsByTenant200ResponseInner 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.
NewExportFormDefinitionsByTenant200ResponseInnerWithDefaults instantiates a new ExportFormDefinitionsByTenant200ResponseInner 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.
NewExportOptions instantiates a new ExportOptions 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.
NewExportOptionsWithDefaults instantiates a new ExportOptions 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.
NewExportPayload instantiates a new ExportPayload 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.
NewExportPayloadWithDefaults instantiates a new ExportPayload 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.
NewExpression instantiates a new Expression 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.
NewExpressionWithDefaults instantiates a new Expression 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.
NewFeatureValueDto instantiates a new FeatureValueDto 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.
NewFeatureValueDtoWithDefaults instantiates a new FeatureValueDto 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.
NewField instantiates a new Field 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.
NewFieldDetails instantiates a new FieldDetails 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.
NewFieldDetailsDto instantiates a new FieldDetailsDto 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.
NewFieldDetailsDtoWithDefaults instantiates a new FieldDetailsDto 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.
NewFieldDetailsWithDefaults instantiates a new FieldDetails 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.
NewFieldWithDefaults instantiates a new Field 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.
NewForm instantiates a new Form 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.
NewFormCondition instantiates a new FormCondition 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.
NewFormConditionWithDefaults instantiates a new FormCondition 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.
NewFormDefinitionDynamicSchemaRequest instantiates a new FormDefinitionDynamicSchemaRequest 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.
NewFormDefinitionDynamicSchemaRequestAttributes instantiates a new FormDefinitionDynamicSchemaRequestAttributes 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.
NewFormDefinitionDynamicSchemaRequestAttributesWithDefaults instantiates a new FormDefinitionDynamicSchemaRequestAttributes 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.
NewFormDefinitionDynamicSchemaRequestWithDefaults instantiates a new FormDefinitionDynamicSchemaRequest 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.
NewFormDefinitionDynamicSchemaResponse instantiates a new FormDefinitionDynamicSchemaResponse 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.
NewFormDefinitionDynamicSchemaResponseWithDefaults instantiates a new FormDefinitionDynamicSchemaResponse 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.
NewFormDefinitionFileUploadResponse instantiates a new FormDefinitionFileUploadResponse 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.
NewFormDefinitionFileUploadResponseWithDefaults instantiates a new FormDefinitionFileUploadResponse 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.
NewFormDefinitionInput instantiates a new FormDefinitionInput 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.
NewFormDefinitionInputWithDefaults instantiates a new FormDefinitionInput 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.
NewFormDefinitionResponse instantiates a new FormDefinitionResponse 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.
NewFormDefinitionResponseWithDefaults instantiates a new FormDefinitionResponse 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.
NewFormDefinitionSelfImportExportDto instantiates a new FormDefinitionSelfImportExportDto 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.
NewFormDefinitionSelfImportExportDtoWithDefaults instantiates a new FormDefinitionSelfImportExportDto 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.
NewFormDetails instantiates a new FormDetails 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.
NewFormDetailsWithDefaults instantiates a new FormDetails 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.
NewFormElement instantiates a new FormElement 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.
NewFormElementDataSourceConfigOptions instantiates a new FormElementDataSourceConfigOptions 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.
NewFormElementDataSourceConfigOptionsWithDefaults instantiates a new FormElementDataSourceConfigOptions 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.
NewFormElementDynamicDataSource instantiates a new FormElementDynamicDataSource 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.
NewFormElementDynamicDataSourceConfig instantiates a new FormElementDynamicDataSourceConfig 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.
NewFormElementDynamicDataSourceConfigWithDefaults instantiates a new FormElementDynamicDataSourceConfig 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.
NewFormElementDynamicDataSourceWithDefaults instantiates a new FormElementDynamicDataSource 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.
NewFormElementPreviewRequest instantiates a new FormElementPreviewRequest 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.
NewFormElementPreviewRequestWithDefaults instantiates a new FormElementPreviewRequest 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.
NewFormElementValidationsSet instantiates a new FormElementValidationsSet 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.
NewFormElementValidationsSetWithDefaults instantiates a new FormElementValidationsSet 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.
NewFormElementWithDefaults instantiates a new FormElement 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.
NewFormError instantiates a new FormError 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.
NewFormErrorWithDefaults instantiates a new FormError 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.
NewFormInstanceCreatedBy instantiates a new FormInstanceCreatedBy 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.
NewFormInstanceCreatedByWithDefaults instantiates a new FormInstanceCreatedBy 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.
NewFormInstanceRecipient instantiates a new FormInstanceRecipient 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.
NewFormInstanceRecipientWithDefaults instantiates a new FormInstanceRecipient 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.
NewFormInstanceResponse instantiates a new FormInstanceResponse 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.
NewFormInstanceResponseWithDefaults instantiates a new FormInstanceResponse 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.
NewFormItem instantiates a new FormItem 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.
NewFormItemDetails instantiates a new FormItemDetails 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.
NewFormItemDetailsWithDefaults instantiates a new FormItemDetails 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.
NewFormItemWithDefaults instantiates a new FormItem 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.
NewFormOwner instantiates a new FormOwner 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.
NewFormOwnerWithDefaults instantiates a new FormOwner 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.
NewFormUsedBy instantiates a new FormUsedBy 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.
NewFormUsedByWithDefaults instantiates a new FormUsedBy 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.
NewFormWithDefaults instantiates a new Form 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.
NewForwardApprovalDto instantiates a new ForwardApprovalDto 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.
NewForwardApprovalDtoWithDefaults instantiates a new ForwardApprovalDto 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.
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.
NewFullcampaignAllOfFilter instantiates a new FullcampaignAllOfFilter 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.
NewFullcampaignAllOfFilterWithDefaults instantiates a new FullcampaignAllOfFilter 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.
NewFullcampaignAllOfRoleCompositionCampaignInfo instantiates a new FullcampaignAllOfRoleCompositionCampaignInfo 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.
NewFullcampaignAllOfRoleCompositionCampaignInfoRemediatorRef instantiates a new FullcampaignAllOfRoleCompositionCampaignInfoRemediatorRef 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.
NewFullcampaignAllOfRoleCompositionCampaignInfoRemediatorRefWithDefaults instantiates a new FullcampaignAllOfRoleCompositionCampaignInfoRemediatorRef 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.
NewFullcampaignAllOfRoleCompositionCampaignInfoWithDefaults instantiates a new FullcampaignAllOfRoleCompositionCampaignInfo 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.
NewFullcampaignAllOfSearchCampaignInfo instantiates a new FullcampaignAllOfSearchCampaignInfo 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.
NewFullcampaignAllOfSearchCampaignInfoReviewer instantiates a new FullcampaignAllOfSearchCampaignInfoReviewer 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.
NewFullcampaignAllOfSearchCampaignInfoReviewerWithDefaults instantiates a new FullcampaignAllOfSearchCampaignInfoReviewer 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.
NewFullcampaignAllOfSearchCampaignInfoWithDefaults instantiates a new FullcampaignAllOfSearchCampaignInfo 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.
NewFullcampaignAllOfSourceOwnerCampaignInfo instantiates a new FullcampaignAllOfSourceOwnerCampaignInfo 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.
NewFullcampaignAllOfSourceOwnerCampaignInfoWithDefaults instantiates a new FullcampaignAllOfSourceOwnerCampaignInfo 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.
NewFullcampaignAllOfSourcesWithOrphanEntitlements instantiates a new FullcampaignAllOfSourcesWithOrphanEntitlements 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.
NewFullcampaignAllOfSourcesWithOrphanEntitlementsWithDefaults instantiates a new FullcampaignAllOfSourcesWithOrphanEntitlements 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.
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.
NewFullDiscoveredApplications instantiates a new FullDiscoveredApplications 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.
NewFullDiscoveredApplicationsWithDefaults instantiates a new FullDiscoveredApplications 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.
NewGetFormDefinitionByKey400Response instantiates a new GetFormDefinitionByKey400Response 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.
NewGetFormDefinitionByKey400ResponseWithDefaults instantiates a new GetFormDefinitionByKey400Response 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.
NewGetOAuthClientResponse instantiates a new GetOAuthClientResponse 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.
NewGetOAuthClientResponseWithDefaults instantiates a new GetOAuthClientResponse 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.
NewGetPersonalAccessTokenResponse instantiates a new GetPersonalAccessTokenResponse 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.
NewGetPersonalAccessTokenResponseWithDefaults instantiates a new GetPersonalAccessTokenResponse 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.
NewGrantTypeFromValue returns a pointer to a valid GrantType for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewHttpAuthenticationTypeFromValue returns a pointer to a valid HttpAuthenticationType for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewHttpConfig instantiates a new HttpConfig 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.
NewHttpConfigWithDefaults instantiates a new HttpConfig 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.
NewHttpDispatchModeFromValue returns a pointer to a valid HttpDispatchMode for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewIdentitiesAccountsBulkRequest instantiates a new IdentitiesAccountsBulkRequest 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.
NewIdentitiesAccountsBulkRequestWithDefaults instantiates a new IdentitiesAccountsBulkRequest 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.
NewIdentity instantiates a new Identity 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.
NewIdentity1 instantiates a new Identity1 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.
NewIdentity1WithDefaults instantiates a new Identity1 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.
NewIdentityAssociationDetails instantiates a new IdentityAssociationDetails 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.
NewIdentityAssociationDetailsAssociationDetailsInner instantiates a new IdentityAssociationDetailsAssociationDetailsInner 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.
NewIdentityAssociationDetailsAssociationDetailsInnerWithDefaults instantiates a new IdentityAssociationDetailsAssociationDetailsInner 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.
NewIdentityAssociationDetailsWithDefaults instantiates a new IdentityAssociationDetails 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.
NewIdentityAttribute instantiates a new IdentityAttribute 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.
NewIdentityAttributeConfig instantiates a new IdentityAttributeConfig 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.
NewIdentityAttributeConfig1 instantiates a new IdentityAttributeConfig1 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.
NewIdentityAttributeConfig1WithDefaults instantiates a new IdentityAttributeConfig1 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.
NewIdentityAttributeConfigWithDefaults instantiates a new IdentityAttributeConfig 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.
NewIdentityAttributeNames instantiates a new IdentityAttributeNames 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.
NewIdentityAttributeNamesWithDefaults instantiates a new IdentityAttributeNames 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.
NewIdentityAttributePreview instantiates a new IdentityAttributePreview 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.
NewIdentityAttributePreviewWithDefaults instantiates a new IdentityAttributePreview 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.
NewIdentityAttributesChanged instantiates a new IdentityAttributesChanged 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.
NewIdentityAttributesChangedChangesInner instantiates a new IdentityAttributesChangedChangesInner 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.
NewIdentityAttributesChangedChangesInnerWithDefaults instantiates a new IdentityAttributesChangedChangesInner 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.
NewIdentityAttributesChangedIdentity instantiates a new IdentityAttributesChangedIdentity 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.
NewIdentityAttributesChangedIdentityWithDefaults instantiates a new IdentityAttributesChangedIdentity 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.
NewIdentityAttributesChangedWithDefaults instantiates a new IdentityAttributesChanged 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.
NewIdentityAttributeTransform instantiates a new IdentityAttributeTransform 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.
NewIdentityAttributeTransform1 instantiates a new IdentityAttributeTransform1 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.
NewIdentityAttributeTransform1WithDefaults instantiates a new IdentityAttributeTransform1 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.
NewIdentityAttributeTransformWithDefaults instantiates a new IdentityAttributeTransform 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.
NewIdentityAttributeWithDefaults instantiates a new IdentityAttribute 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.
NewIdentityCertificationTask instantiates a new IdentityCertificationTask 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.
NewIdentityCertificationTaskWithDefaults instantiates a new IdentityCertificationTask 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.
NewIdentityCertified instantiates a new IdentityCertified 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.
NewIdentityCertifiedWithDefaults instantiates a new IdentityCertified 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.
NewIdentityCompareResponse instantiates a new IdentityCompareResponse 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.
NewIdentityCompareResponseWithDefaults instantiates a new IdentityCompareResponse 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.
NewIdentityCreated instantiates a new IdentityCreated 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.
NewIdentityCreatedIdentity instantiates a new IdentityCreatedIdentity 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.
NewIdentityCreatedIdentityWithDefaults instantiates a new IdentityCreatedIdentity 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.
NewIdentityCreatedWithDefaults instantiates a new IdentityCreated 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.
NewIdentityDeleted instantiates a new IdentityDeleted 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.
NewIdentityDeletedIdentity instantiates a new IdentityDeletedIdentity 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.
NewIdentityDeletedIdentityWithDefaults instantiates a new IdentityDeletedIdentity 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.
NewIdentityDeletedWithDefaults instantiates a new IdentityDeleted 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.
NewIdentityEntities instantiates a new IdentityEntities 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.
NewIdentityEntitiesIdentityEntity instantiates a new IdentityEntitiesIdentityEntity 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.
NewIdentityEntitiesIdentityEntityWithDefaults instantiates a new IdentityEntitiesIdentityEntity 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.
NewIdentityEntitiesWithDefaults instantiates a new IdentityEntities 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.
NewIdentityExceptionReportReference instantiates a new IdentityExceptionReportReference 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.
NewIdentityExceptionReportReference1 instantiates a new IdentityExceptionReportReference1 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.
NewIdentityExceptionReportReference1WithDefaults instantiates a new IdentityExceptionReportReference1 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.
NewIdentityExceptionReportReferenceWithDefaults instantiates a new IdentityExceptionReportReference 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.
NewIdentityHistoryResponse instantiates a new IdentityHistoryResponse 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.
NewIdentityHistoryResponseWithDefaults instantiates a new IdentityHistoryResponse 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.
NewIdentityLifecycleState instantiates a new IdentityLifecycleState 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.
NewIdentityLifecycleStateWithDefaults instantiates a new IdentityLifecycleState 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.
NewIdentityListItem instantiates a new IdentityListItem 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.
NewIdentityListItemWithDefaults instantiates a new IdentityListItem 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.
NewIdentityManagerRef instantiates a new IdentityManagerRef 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.
NewIdentityManagerRefWithDefaults instantiates a new IdentityManagerRef 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.
NewIdentityOwnershipAssociationDetails instantiates a new IdentityOwnershipAssociationDetails 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.
NewIdentityOwnershipAssociationDetailsAssociationDetailsInner instantiates a new IdentityOwnershipAssociationDetailsAssociationDetailsInner 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.
NewIdentityOwnershipAssociationDetailsAssociationDetailsInnerWithDefaults instantiates a new IdentityOwnershipAssociationDetailsAssociationDetailsInner 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.
NewIdentityOwnershipAssociationDetailsWithDefaults instantiates a new IdentityOwnershipAssociationDetails 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.
NewIdentityPreviewRequest instantiates a new IdentityPreviewRequest 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.
NewIdentityPreviewRequestWithDefaults instantiates a new IdentityPreviewRequest 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.
NewIdentityPreviewResponse instantiates a new IdentityPreviewResponse 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.
NewIdentityPreviewResponseIdentity instantiates a new IdentityPreviewResponseIdentity 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.
NewIdentityPreviewResponseIdentityWithDefaults instantiates a new IdentityPreviewResponseIdentity 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.
NewIdentityPreviewResponseWithDefaults instantiates a new IdentityPreviewResponse 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.
NewIdentityProfile instantiates a new IdentityProfile 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.
NewIdentityProfile1 instantiates a new IdentityProfile1 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.
NewIdentityProfile1AllOfAuthoritativeSource instantiates a new IdentityProfile1AllOfAuthoritativeSource 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.
NewIdentityProfile1AllOfAuthoritativeSourceWithDefaults instantiates a new IdentityProfile1AllOfAuthoritativeSource 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.
NewIdentityProfile1WithDefaults instantiates a new IdentityProfile1 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.
NewIdentityProfileAllOfAuthoritativeSource instantiates a new IdentityProfileAllOfAuthoritativeSource 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.
NewIdentityProfileAllOfAuthoritativeSourceWithDefaults instantiates a new IdentityProfileAllOfAuthoritativeSource 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.
NewIdentityProfileAllOfOwner instantiates a new IdentityProfileAllOfOwner 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.
NewIdentityProfileAllOfOwnerWithDefaults instantiates a new IdentityProfileAllOfOwner 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.
NewIdentityProfileExportedObject instantiates a new IdentityProfileExportedObject 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.
NewIdentityProfileExportedObjectWithDefaults instantiates a new IdentityProfileExportedObject 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.
NewIdentityProfileWithDefaults instantiates a new IdentityProfile 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.
NewIdentityReference instantiates a new IdentityReference 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.
NewIdentityReferenceWithDefaults instantiates a new IdentityReference 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.
NewIdentityReferenceWithId instantiates a new IdentityReferenceWithId 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.
NewIdentityReferenceWithIdWithDefaults instantiates a new IdentityReferenceWithId 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.
NewIdentityReferenceWithNameAndEmail instantiates a new IdentityReferenceWithNameAndEmail 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.
NewIdentityReferenceWithNameAndEmailWithDefaults instantiates a new IdentityReferenceWithNameAndEmail 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.
NewIdentitySnapshotSummaryResponse instantiates a new IdentitySnapshotSummaryResponse 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.
NewIdentitySnapshotSummaryResponseWithDefaults instantiates a new IdentitySnapshotSummaryResponse 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.
NewIdentitySummary instantiates a new IdentitySummary 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.
NewIdentitySummaryWithDefaults instantiates a new IdentitySummary 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.
NewIdentitySyncJob instantiates a new IdentitySyncJob 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.
NewIdentitySyncJobWithDefaults instantiates a new IdentitySyncJob 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.
NewIdentitySyncPayload instantiates a new IdentitySyncPayload 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.
NewIdentitySyncPayloadWithDefaults instantiates a new IdentitySyncPayload 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.
NewIdentityWithDefaults instantiates a new Identity 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.
NewIdentityWithNewAccess instantiates a new IdentityWithNewAccess 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.
NewIdentityWithNewAccessAccessRefsInner instantiates a new IdentityWithNewAccessAccessRefsInner 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.
NewIdentityWithNewAccessAccessRefsInnerWithDefaults instantiates a new IdentityWithNewAccessAccessRefsInner 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.
NewIdentityWithNewAccessWithDefaults instantiates a new IdentityWithNewAccess 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.
NewImportAccountsRequest instantiates a new ImportAccountsRequest 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.
NewImportAccountsRequest1 instantiates a new ImportAccountsRequest1 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.
NewImportAccountsRequest1WithDefaults instantiates a new ImportAccountsRequest1 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.
NewImportAccountsRequestWithDefaults instantiates a new ImportAccountsRequest 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.
NewImportEntitlementsBySourceRequest instantiates a new ImportEntitlementsBySourceRequest 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.
NewImportEntitlementsBySourceRequestWithDefaults instantiates a new ImportEntitlementsBySourceRequest 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.
NewImportEntitlementsRequest instantiates a new ImportEntitlementsRequest 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.
NewImportEntitlementsRequestWithDefaults instantiates a new ImportEntitlementsRequest 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.
NewImportFormDefinitions202Response instantiates a new ImportFormDefinitions202Response 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.
NewImportFormDefinitions202ResponseErrorsInner instantiates a new ImportFormDefinitions202ResponseErrorsInner 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.
NewImportFormDefinitions202ResponseErrorsInnerWithDefaults instantiates a new ImportFormDefinitions202ResponseErrorsInner 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.
NewImportFormDefinitions202ResponseWithDefaults instantiates a new ImportFormDefinitions202Response 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.
NewImportFormDefinitionsRequestInner instantiates a new ImportFormDefinitionsRequestInner 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.
NewImportFormDefinitionsRequestInnerWithDefaults instantiates a new ImportFormDefinitionsRequestInner 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.
NewImportNonEmployeeRecordsInBulkRequest instantiates a new ImportNonEmployeeRecordsInBulkRequest 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.
NewImportNonEmployeeRecordsInBulkRequestWithDefaults instantiates a new ImportNonEmployeeRecordsInBulkRequest 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.
NewImportObject instantiates a new ImportObject 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.
NewImportObjectWithDefaults instantiates a new ImportObject 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.
NewImportOptions instantiates a new ImportOptions 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.
NewImportOptionsWithDefaults instantiates a new ImportOptions 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.
NewImportSpConfigRequest instantiates a new ImportSpConfigRequest 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.
NewImportSpConfigRequestWithDefaults instantiates a new ImportSpConfigRequest 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.
NewInviteIdentitiesRequest instantiates a new InviteIdentitiesRequest 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.
NewInviteIdentitiesRequestWithDefaults instantiates a new InviteIdentitiesRequest 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.
NewInvocation instantiates a new Invocation 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.
NewInvocationStatus instantiates a new InvocationStatus 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.
NewInvocationStatusTypeFromValue returns a pointer to a valid InvocationStatusType for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewInvocationStatusWithDefaults instantiates a new InvocationStatus 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.
NewInvocationWithDefaults instantiates a new Invocation 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.
NewJsonPatch instantiates a new JsonPatch 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.
NewJsonPatchOperation instantiates a new JsonPatchOperation 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.
NewJsonPatchOperations instantiates a new JsonPatchOperations 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.
NewJsonPatchOperationsWithDefaults instantiates a new JsonPatchOperations 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.
NewJsonPatchOperationWithDefaults instantiates a new JsonPatchOperation 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.
NewJsonPatchWithDefaults instantiates a new JsonPatch 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.
NewKbaAnswerRequestItem instantiates a new KbaAnswerRequestItem 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.
NewKbaAnswerRequestItemWithDefaults instantiates a new KbaAnswerRequestItem 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.
NewKbaAnswerResponseItem instantiates a new KbaAnswerResponseItem 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.
NewKbaAnswerResponseItemWithDefaults instantiates a new KbaAnswerResponseItem 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.
NewKbaAuthResponse instantiates a new KbaAuthResponse 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.
NewKbaAuthResponseItem instantiates a new KbaAuthResponseItem 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.
NewKbaAuthResponseItemWithDefaults instantiates a new KbaAuthResponseItem 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.
NewKbaAuthResponseWithDefaults instantiates a new KbaAuthResponse 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.
NewKbaQuestion instantiates a new KbaQuestion 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.
NewKbaQuestionWithDefaults instantiates a new KbaQuestion 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.
NewLatestOutlierSummary instantiates a new LatestOutlierSummary 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.
NewLatestOutlierSummaryWithDefaults instantiates a new LatestOutlierSummary 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.
NewLicense instantiates a new License 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.
NewLicenseWithDefaults instantiates a new License 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.
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.
NewLifecycleStateDto instantiates a new LifecycleStateDto 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.
NewLifecycleStateDtoWithDefaults instantiates a new LifecycleStateDto 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.
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.
NewListAccessModelMetadataAttribute401Response instantiates a new ListAccessModelMetadataAttribute401Response 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.
NewListAccessModelMetadataAttribute401ResponseWithDefaults instantiates a new ListAccessModelMetadataAttribute401Response 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.
NewListAccessModelMetadataAttribute429Response instantiates a new ListAccessModelMetadataAttribute429Response 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.
NewListAccessModelMetadataAttribute429ResponseWithDefaults instantiates a new ListAccessModelMetadataAttribute429Response 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.
NewListFormDefinitionsByTenantResponse instantiates a new ListFormDefinitionsByTenantResponse 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.
NewListFormDefinitionsByTenantResponseWithDefaults instantiates a new ListFormDefinitionsByTenantResponse 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.
NewListFormElementDataByElementIDResponse instantiates a new ListFormElementDataByElementIDResponse 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.
NewListFormElementDataByElementIDResponseWithDefaults instantiates a new ListFormElementDataByElementIDResponse 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.
NewListPredefinedSelectOptionsResponse instantiates a new ListPredefinedSelectOptionsResponse 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.
NewListPredefinedSelectOptionsResponseWithDefaults instantiates a new ListPredefinedSelectOptionsResponse 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.
NewListWorkgroupMembers200ResponseInner instantiates a new ListWorkgroupMembers200ResponseInner 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.
NewListWorkgroupMembers200ResponseInnerWithDefaults instantiates a new ListWorkgroupMembers200ResponseInner 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.
NewLoadAccountsTask instantiates a new LoadAccountsTask 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.
NewLoadAccountsTaskTask instantiates a new LoadAccountsTaskTask 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.
NewLoadAccountsTaskTaskAttributes instantiates a new LoadAccountsTaskTaskAttributes 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.
NewLoadAccountsTaskTaskAttributesWithDefaults instantiates a new LoadAccountsTaskTaskAttributes 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.
NewLoadAccountsTaskTaskMessagesInner instantiates a new LoadAccountsTaskTaskMessagesInner 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.
NewLoadAccountsTaskTaskMessagesInnerWithDefaults instantiates a new LoadAccountsTaskTaskMessagesInner 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.
NewLoadAccountsTaskTaskReturnsInner instantiates a new LoadAccountsTaskTaskReturnsInner 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.
NewLoadAccountsTaskTaskReturnsInnerWithDefaults instantiates a new LoadAccountsTaskTaskReturnsInner 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.
NewLoadAccountsTaskTaskWithDefaults instantiates a new LoadAccountsTaskTask 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.
NewLoadAccountsTaskWithDefaults instantiates a new LoadAccountsTask 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.
NewLoadEntitlementTask instantiates a new LoadEntitlementTask 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.
NewLoadEntitlementTaskReturnsInner instantiates a new LoadEntitlementTaskReturnsInner 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.
NewLoadEntitlementTaskReturnsInnerWithDefaults instantiates a new LoadEntitlementTaskReturnsInner 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.
NewLoadEntitlementTaskWithDefaults instantiates a new LoadEntitlementTask 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.
NewLoadUncorrelatedAccountsTask instantiates a new LoadUncorrelatedAccountsTask 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.
NewLoadUncorrelatedAccountsTaskTask instantiates a new LoadUncorrelatedAccountsTaskTask 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.
NewLoadUncorrelatedAccountsTaskTaskAttributes instantiates a new LoadUncorrelatedAccountsTaskTaskAttributes 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.
NewLoadUncorrelatedAccountsTaskTaskAttributesWithDefaults instantiates a new LoadUncorrelatedAccountsTaskTaskAttributes 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.
NewLoadUncorrelatedAccountsTaskTaskMessagesInner instantiates a new LoadUncorrelatedAccountsTaskTaskMessagesInner 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.
NewLoadUncorrelatedAccountsTaskTaskMessagesInnerWithDefaults instantiates a new LoadUncorrelatedAccountsTaskTaskMessagesInner 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.
NewLoadUncorrelatedAccountsTaskTaskWithDefaults instantiates a new LoadUncorrelatedAccountsTaskTask 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.
NewLoadUncorrelatedAccountsTaskWithDefaults instantiates a new LoadUncorrelatedAccountsTask 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.
NewLocaleOriginFromValue returns a pointer to a valid LocaleOrigin for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewLocalizedMessage instantiates a new LocalizedMessage 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.
NewLocalizedMessageWithDefaults instantiates a new LocalizedMessage 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.
NewLookupStep instantiates a new LookupStep 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.
NewLookupStepWithDefaults instantiates a new LookupStep 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.
NewMailFromAttributes instantiates a new MailFromAttributes 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.
NewMailFromAttributesDto instantiates a new MailFromAttributesDto 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.
NewMailFromAttributesDtoWithDefaults instantiates a new MailFromAttributesDto 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.
NewMailFromAttributesWithDefaults instantiates a new MailFromAttributes 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.
NewManagedClient instantiates a new ManagedClient 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.
NewManagedClientStatus instantiates a new ManagedClientStatus 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.
NewManagedClientStatusAggResponse instantiates a new ManagedClientStatusAggResponse 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.
NewManagedClientStatusAggResponseWithDefaults instantiates a new ManagedClientStatusAggResponse 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.
NewManagedClientStatusEnumFromValue returns a pointer to a valid ManagedClientStatusEnum for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewManagedClientStatusWithDefaults instantiates a new ManagedClientStatus 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.
NewManagedClientTypeFromValue returns a pointer to a valid ManagedClientType for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewManagedClientWithDefaults instantiates a new ManagedClient 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.
NewManagedCluster instantiates a new ManagedCluster 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.
NewManagedClusterAttributes instantiates a new ManagedClusterAttributes 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.
NewManagedClusterAttributesWithDefaults instantiates a new ManagedClusterAttributes 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.
NewManagedClusterKeyPair instantiates a new ManagedClusterKeyPair 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.
NewManagedClusterKeyPairWithDefaults instantiates a new ManagedClusterKeyPair 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.
NewManagedClusterQueue instantiates a new ManagedClusterQueue 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.
NewManagedClusterQueueWithDefaults instantiates a new ManagedClusterQueue 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.
NewManagedClusterRedis instantiates a new ManagedClusterRedis 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.
NewManagedClusterRedisWithDefaults instantiates a new ManagedClusterRedis 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.
NewManagedClusterTypesFromValue returns a pointer to a valid ManagedClusterTypes for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewManagedClusterWithDefaults instantiates a new ManagedCluster 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.
NewManagerCorrelationMapping instantiates a new ManagerCorrelationMapping 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.
NewManagerCorrelationMappingWithDefaults instantiates a new ManagerCorrelationMapping 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.
NewManualDiscoverApplications instantiates a new ManualDiscoverApplications 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.
NewManualDiscoverApplicationsTemplate instantiates a new ManualDiscoverApplicationsTemplate 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.
NewManualDiscoverApplicationsTemplateWithDefaults instantiates a new ManualDiscoverApplicationsTemplate 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.
NewManualDiscoverApplicationsWithDefaults instantiates a new ManualDiscoverApplications 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.
NewManuallyUpdatedFieldsDTO instantiates a new ManuallyUpdatedFieldsDTO 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.
NewManuallyUpdatedFieldsDTOWithDefaults instantiates a new ManuallyUpdatedFieldsDTO 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.
NewManualWorkItemDetails instantiates a new ManualWorkItemDetails 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.
NewManualWorkItemDetailsCurrentOwner instantiates a new ManualWorkItemDetailsCurrentOwner 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.
NewManualWorkItemDetailsCurrentOwnerWithDefaults instantiates a new ManualWorkItemDetailsCurrentOwner 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.
NewManualWorkItemDetailsOriginalOwner instantiates a new ManualWorkItemDetailsOriginalOwner 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.
NewManualWorkItemDetailsOriginalOwnerWithDefaults instantiates a new ManualWorkItemDetailsOriginalOwner 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.
NewManualWorkItemDetailsWithDefaults instantiates a new ManualWorkItemDetails 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.
NewManualWorkItemStateFromValue returns a pointer to a valid ManualWorkItemState for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewMatchTerm instantiates a new MatchTerm 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.
NewMatchTermWithDefaults instantiates a new MatchTerm 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.
NewMediumFromValue returns a pointer to a valid Medium for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewMessageCatalogDto instantiates a new MessageCatalogDto 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.
NewMessageCatalogDtoWithDefaults instantiates a new MessageCatalogDto 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.
NewMetricResponse instantiates a new MetricResponse 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.
NewMetricResponseWithDefaults instantiates a new MetricResponse 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.
NewMfaConfigTestResponse instantiates a new MfaConfigTestResponse 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.
NewMfaConfigTestResponseWithDefaults instantiates a new MfaConfigTestResponse 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.
NewMfaDuoConfig instantiates a new MfaDuoConfig 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.
NewMfaDuoConfigWithDefaults instantiates a new MfaDuoConfig 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.
NewMfaOktaConfig instantiates a new MfaOktaConfig 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.
NewMfaOktaConfigWithDefaults instantiates a new MfaOktaConfig 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.
NewMultiHostIntegrations instantiates a new MultiHostIntegrations 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.
NewMultiHostIntegrationsAggScheduleUpdate instantiates a new MultiHostIntegrationsAggScheduleUpdate 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.
NewMultiHostIntegrationsAggScheduleUpdateWithDefaults instantiates a new MultiHostIntegrationsAggScheduleUpdate 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.
NewMultiHostIntegrationsCluster instantiates a new MultiHostIntegrationsCluster 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.
NewMultiHostIntegrationsClusterWithDefaults instantiates a new MultiHostIntegrationsCluster 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.
NewMultiHostIntegrationsConnectorAttributes instantiates a new MultiHostIntegrationsConnectorAttributes 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.
NewMultiHostIntegrationsConnectorAttributesConnectorFileUploadHistory instantiates a new MultiHostIntegrationsConnectorAttributesConnectorFileUploadHistory 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.
NewMultiHostIntegrationsConnectorAttributesConnectorFileUploadHistoryWithDefaults instantiates a new MultiHostIntegrationsConnectorAttributesConnectorFileUploadHistory 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.
NewMultiHostIntegrationsConnectorAttributesMultiHostAttributes instantiates a new MultiHostIntegrationsConnectorAttributesMultiHostAttributes 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.
NewMultiHostIntegrationsConnectorAttributesMultiHostAttributesWithDefaults instantiates a new MultiHostIntegrationsConnectorAttributesMultiHostAttributes 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.
NewMultiHostIntegrationsConnectorAttributesWithDefaults instantiates a new MultiHostIntegrationsConnectorAttributes 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.
NewMultiHostIntegrationsCreate instantiates a new MultiHostIntegrationsCreate 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.
NewMultiHostIntegrationsCreateSources instantiates a new MultiHostIntegrationsCreateSources 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.
NewMultiHostIntegrationsCreateSourcesWithDefaults instantiates a new MultiHostIntegrationsCreateSources 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.
NewMultiHostIntegrationsCreateWithDefaults instantiates a new MultiHostIntegrationsCreate 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.
NewMultiHostIntegrationsManagementWorkgroup instantiates a new MultiHostIntegrationsManagementWorkgroup 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.
NewMultiHostIntegrationsManagementWorkgroupWithDefaults instantiates a new MultiHostIntegrationsManagementWorkgroup 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.
NewMultiHostIntegrationsOwner instantiates a new MultiHostIntegrationsOwner 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.
NewMultiHostIntegrationsOwnerWithDefaults instantiates a new MultiHostIntegrationsOwner 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.
NewMultiHostIntegrationsWithDefaults instantiates a new MultiHostIntegrations 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.
NewMultiHostIntegrationTemplateType instantiates a new MultiHostIntegrationTemplateType 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.
NewMultiHostIntegrationTemplateTypeWithDefaults instantiates a new MultiHostIntegrationTemplateType 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.
NewMultiHostSources instantiates a new MultiHostSources 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.
NewMultiHostSourcesAccountCorrelationConfig instantiates a new MultiHostSourcesAccountCorrelationConfig 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.
NewMultiHostSourcesAccountCorrelationConfigWithDefaults instantiates a new MultiHostSourcesAccountCorrelationConfig 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.
NewMultiHostSourcesAccountCorrelationRule instantiates a new MultiHostSourcesAccountCorrelationRule 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.
NewMultiHostSourcesAccountCorrelationRuleWithDefaults instantiates a new MultiHostSourcesAccountCorrelationRule 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.
NewMultiHostSourcesBeforeProvisioningRule instantiates a new MultiHostSourcesBeforeProvisioningRule 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.
NewMultiHostSourcesBeforeProvisioningRuleWithDefaults instantiates a new MultiHostSourcesBeforeProvisioningRule 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.
NewMultiHostSourcesManagerCorrelationRule instantiates a new MultiHostSourcesManagerCorrelationRule 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.
NewMultiHostSourcesManagerCorrelationRuleWithDefaults instantiates a new MultiHostSourcesManagerCorrelationRule 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.
NewMultiHostSourcesPasswordPoliciesInner instantiates a new MultiHostSourcesPasswordPoliciesInner 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.
NewMultiHostSourcesPasswordPoliciesInnerWithDefaults instantiates a new MultiHostSourcesPasswordPoliciesInner 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.
NewMultiHostSourcesSchemasInner instantiates a new MultiHostSourcesSchemasInner 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.
NewMultiHostSourcesSchemasInnerWithDefaults instantiates a new MultiHostSourcesSchemasInner 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.
NewMultiHostSourcesWithDefaults instantiates a new MultiHostSources 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.
NewMultiPolicyRequest instantiates a new MultiPolicyRequest 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.
NewMultiPolicyRequestWithDefaults instantiates a new MultiPolicyRequest 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.
NewNativeChangeDetectionConfig instantiates a new NativeChangeDetectionConfig 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.
NewNativeChangeDetectionConfigWithDefaults instantiates a new NativeChangeDetectionConfig 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.
NewNonEmployeeApprovalDecision instantiates a new NonEmployeeApprovalDecision 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.
NewNonEmployeeApprovalDecisionWithDefaults instantiates a new NonEmployeeApprovalDecision 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.
NewNonEmployeeApprovalItem instantiates a new NonEmployeeApprovalItem 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.
NewNonEmployeeApprovalItemBase instantiates a new NonEmployeeApprovalItemBase 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.
NewNonEmployeeApprovalItemBaseWithDefaults instantiates a new NonEmployeeApprovalItemBase 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.
NewNonEmployeeApprovalItemDetail instantiates a new NonEmployeeApprovalItemDetail 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.
NewNonEmployeeApprovalItemDetailWithDefaults instantiates a new NonEmployeeApprovalItemDetail 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.
NewNonEmployeeApprovalItemWithDefaults instantiates a new NonEmployeeApprovalItem 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.
NewNonEmployeeApprovalSummary instantiates a new NonEmployeeApprovalSummary 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.
NewNonEmployeeApprovalSummaryWithDefaults instantiates a new NonEmployeeApprovalSummary 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.
NewNonEmployeeBulkUploadJob instantiates a new NonEmployeeBulkUploadJob 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.
NewNonEmployeeBulkUploadJobWithDefaults instantiates a new NonEmployeeBulkUploadJob 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.
NewNonEmployeeBulkUploadStatus instantiates a new NonEmployeeBulkUploadStatus 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.
NewNonEmployeeBulkUploadStatusWithDefaults instantiates a new NonEmployeeBulkUploadStatus 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.
NewNonEmployeeIdnUserRequest instantiates a new NonEmployeeIdnUserRequest 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.
NewNonEmployeeIdnUserRequestWithDefaults instantiates a new NonEmployeeIdnUserRequest 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.
NewNonEmployeeRecord instantiates a new NonEmployeeRecord 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.
NewNonEmployeeRecordWithDefaults instantiates a new NonEmployeeRecord 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.
NewNonEmployeeRejectApprovalDecision instantiates a new NonEmployeeRejectApprovalDecision 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.
NewNonEmployeeRejectApprovalDecisionWithDefaults instantiates a new NonEmployeeRejectApprovalDecision 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.
NewNonEmployeeRequest instantiates a new NonEmployeeRequest 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.
NewNonEmployeeRequestBody instantiates a new NonEmployeeRequestBody 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.
NewNonEmployeeRequestBodyWithDefaults instantiates a new NonEmployeeRequestBody 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.
NewNonEmployeeRequestLite instantiates a new NonEmployeeRequestLite 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.
NewNonEmployeeRequestLiteWithDefaults instantiates a new NonEmployeeRequestLite 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.
NewNonEmployeeRequestSummary instantiates a new NonEmployeeRequestSummary 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.
NewNonEmployeeRequestSummaryWithDefaults instantiates a new NonEmployeeRequestSummary 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.
NewNonEmployeeRequestWithDefaults instantiates a new NonEmployeeRequest 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.
NewNonEmployeeRequestWithoutApprovalItem instantiates a new NonEmployeeRequestWithoutApprovalItem 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.
NewNonEmployeeRequestWithoutApprovalItemWithDefaults instantiates a new NonEmployeeRequestWithoutApprovalItem 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.
NewNonEmployeeSchemaAttribute instantiates a new NonEmployeeSchemaAttribute 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.
NewNonEmployeeSchemaAttributeBody instantiates a new NonEmployeeSchemaAttributeBody 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.
NewNonEmployeeSchemaAttributeBodyWithDefaults instantiates a new NonEmployeeSchemaAttributeBody 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.
NewNonEmployeeSchemaAttributeTypeFromValue returns a pointer to a valid NonEmployeeSchemaAttributeType for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewNonEmployeeSchemaAttributeWithDefaults instantiates a new NonEmployeeSchemaAttribute 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.
NewNonEmployeeSource instantiates a new NonEmployeeSource 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.
NewNonEmployeeSourceLite instantiates a new NonEmployeeSourceLite 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.
NewNonEmployeeSourceLiteWithDefaults instantiates a new NonEmployeeSourceLite 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.
NewNonEmployeeSourceLiteWithSchemaAttributes instantiates a new NonEmployeeSourceLiteWithSchemaAttributes 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.
NewNonEmployeeSourceLiteWithSchemaAttributesWithDefaults instantiates a new NonEmployeeSourceLiteWithSchemaAttributes 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.
NewNonEmployeeSourceRequestBody instantiates a new NonEmployeeSourceRequestBody 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.
NewNonEmployeeSourceRequestBodyWithDefaults instantiates a new NonEmployeeSourceRequestBody 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.
NewNonEmployeeSourceWithCloudExternalId instantiates a new NonEmployeeSourceWithCloudExternalId 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.
NewNonEmployeeSourceWithCloudExternalIdWithDefaults instantiates a new NonEmployeeSourceWithCloudExternalId 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.
NewNonEmployeeSourceWithDefaults instantiates a new NonEmployeeSource 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.
NewNonEmployeeSourceWithNECount instantiates a new NonEmployeeSourceWithNECount 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.
NewNonEmployeeSourceWithNECountWithDefaults instantiates a new NonEmployeeSourceWithNECount 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.
NewNotificationTemplateContext instantiates a new NotificationTemplateContext 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.
NewNotificationTemplateContextWithDefaults instantiates a new NotificationTemplateContext 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.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
NewObjectExportImportOptions instantiates a new ObjectExportImportOptions 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.
NewObjectExportImportOptionsWithDefaults instantiates a new ObjectExportImportOptions 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.
NewObjectImportResult instantiates a new ObjectImportResult 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.
NewObjectImportResultWithDefaults instantiates a new ObjectImportResult 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.
NewOktaVerificationRequest instantiates a new OktaVerificationRequest 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.
NewOktaVerificationRequestWithDefaults instantiates a new OktaVerificationRequest 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.
NewOrgConfig instantiates a new OrgConfig 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.
NewOrgConfigWithDefaults instantiates a new OrgConfig 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.
NewOutlier instantiates a new Outlier 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.
NewOutlierContributingFeature instantiates a new OutlierContributingFeature 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.
NewOutlierContributingFeatureWithDefaults instantiates a new OutlierContributingFeature 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.
NewOutlierFeatureSummary instantiates a new OutlierFeatureSummary 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.
NewOutlierFeatureSummaryOutlierFeatureDisplayValuesInner instantiates a new OutlierFeatureSummaryOutlierFeatureDisplayValuesInner 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.
NewOutlierFeatureSummaryOutlierFeatureDisplayValuesInnerWithDefaults instantiates a new OutlierFeatureSummaryOutlierFeatureDisplayValuesInner 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.
NewOutlierFeatureSummaryWithDefaults instantiates a new OutlierFeatureSummary 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.
NewOutlierFeatureTranslation instantiates a new OutlierFeatureTranslation 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.
NewOutlierFeatureTranslationWithDefaults instantiates a new OutlierFeatureTranslation 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.
NewOutliersContributingFeatureAccessItems instantiates a new OutliersContributingFeatureAccessItems 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.
NewOutliersContributingFeatureAccessItemsWithDefaults instantiates a new OutliersContributingFeatureAccessItems 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.
NewOutlierSummary instantiates a new OutlierSummary 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.
NewOutlierSummaryWithDefaults instantiates a new OutlierSummary 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.
NewOutlierWithDefaults instantiates a new Outlier 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.
NewOwnerDto instantiates a new OwnerDto 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.
NewOwnerDtoWithDefaults instantiates a new OwnerDto 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.
NewOwnerReference instantiates a new OwnerReference 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.
NewOwnerReferenceDto instantiates a new OwnerReferenceDto 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.
NewOwnerReferenceDtoWithDefaults instantiates a new OwnerReferenceDto 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.
NewOwnerReferenceSegments instantiates a new OwnerReferenceSegments 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.
NewOwnerReferenceSegmentsWithDefaults instantiates a new OwnerReferenceSegments 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.
NewOwnerReferenceWithDefaults instantiates a new OwnerReference 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.
NewPasswordChangeRequest instantiates a new PasswordChangeRequest 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.
NewPasswordChangeRequestWithDefaults instantiates a new PasswordChangeRequest 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.
NewPasswordChangeResponse instantiates a new PasswordChangeResponse 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.
NewPasswordChangeResponseWithDefaults instantiates a new PasswordChangeResponse 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.
NewPasswordDigitToken instantiates a new PasswordDigitToken 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.
NewPasswordDigitTokenReset instantiates a new PasswordDigitTokenReset 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.
NewPasswordDigitTokenResetWithDefaults instantiates a new PasswordDigitTokenReset 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.
NewPasswordDigitTokenWithDefaults instantiates a new PasswordDigitToken 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.
NewPasswordInfo instantiates a new PasswordInfo 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.
NewPasswordInfoAccount instantiates a new PasswordInfoAccount 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.
NewPasswordInfoAccountWithDefaults instantiates a new PasswordInfoAccount 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.
NewPasswordInfoQueryDTO instantiates a new PasswordInfoQueryDTO 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.
NewPasswordInfoQueryDTOWithDefaults instantiates a new PasswordInfoQueryDTO 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.
NewPasswordInfoWithDefaults instantiates a new PasswordInfo 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.
NewPasswordOrgConfig instantiates a new PasswordOrgConfig 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.
NewPasswordOrgConfigWithDefaults instantiates a new PasswordOrgConfig 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.
NewPasswordPolicyV3Dto instantiates a new PasswordPolicyV3Dto 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.
NewPasswordPolicyV3DtoWithDefaults instantiates a new PasswordPolicyV3Dto 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.
NewPasswordStatus instantiates a new PasswordStatus 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.
NewPasswordStatusWithDefaults instantiates a new PasswordStatus 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.
NewPasswordSyncGroup instantiates a new PasswordSyncGroup 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.
NewPasswordSyncGroupWithDefaults instantiates a new PasswordSyncGroup 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.
NewPatchPotentialRoleRequestInner instantiates a new PatchPotentialRoleRequestInner 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.
NewPatchPotentialRoleRequestInnerWithDefaults instantiates a new PatchPotentialRoleRequestInner 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.
NewPatchServiceDeskIntegrationRequest instantiates a new PatchServiceDeskIntegrationRequest 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.
NewPatchServiceDeskIntegrationRequestWithDefaults instantiates a new PatchServiceDeskIntegrationRequest 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.
NewPatOwner instantiates a new PatOwner 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.
NewPatOwnerWithDefaults instantiates a new PatOwner 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.
NewPeerGroupMember instantiates a new PeerGroupMember 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.
NewPeerGroupMemberWithDefaults instantiates a new PeerGroupMember 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.
NewPendingApproval instantiates a new PendingApproval 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.
NewPendingApprovalActionFromValue returns a pointer to a valid PendingApprovalAction for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewPendingApprovalWithDefaults instantiates a new PendingApproval 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.
NewPermissionDto instantiates a new PermissionDto 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.
NewPermissionDtoWithDefaults instantiates a new PermissionDto 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.
NewPostExternalExecuteWorkflow200Response instantiates a new PostExternalExecuteWorkflow200Response 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.
NewPostExternalExecuteWorkflow200ResponseWithDefaults instantiates a new PostExternalExecuteWorkflow200Response 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.
NewPostExternalExecuteWorkflowRequest instantiates a new PostExternalExecuteWorkflowRequest 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.
NewPostExternalExecuteWorkflowRequestWithDefaults instantiates a new PostExternalExecuteWorkflowRequest 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.
NewPreApprovalTriggerDetails instantiates a new PreApprovalTriggerDetails 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.
NewPreApprovalTriggerDetailsWithDefaults instantiates a new PreApprovalTriggerDetails 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.
NewPreferencesDto instantiates a new PreferencesDto 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.
NewPreferencesDtoWithDefaults instantiates a new PreferencesDto 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.
NewPreviewDataSourceResponse instantiates a new PreviewDataSourceResponse 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.
NewPreviewDataSourceResponseWithDefaults instantiates a new PreviewDataSourceResponse 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.
NewProcessIdentitiesRequest instantiates a new ProcessIdentitiesRequest 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.
NewProcessIdentitiesRequestWithDefaults instantiates a new ProcessIdentitiesRequest 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.
NewProduct instantiates a new Product 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.
NewProductWithDefaults instantiates a new Product 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.
NewProvisioningCompleted instantiates a new ProvisioningCompleted 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.
NewProvisioningCompletedAccountRequestsInner instantiates a new ProvisioningCompletedAccountRequestsInner 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.
NewProvisioningCompletedAccountRequestsInnerAttributeRequestsInner instantiates a new ProvisioningCompletedAccountRequestsInnerAttributeRequestsInner 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.
NewProvisioningCompletedAccountRequestsInnerAttributeRequestsInnerWithDefaults instantiates a new ProvisioningCompletedAccountRequestsInnerAttributeRequestsInner 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.
NewProvisioningCompletedAccountRequestsInnerSource instantiates a new ProvisioningCompletedAccountRequestsInnerSource 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.
NewProvisioningCompletedAccountRequestsInnerSourceWithDefaults instantiates a new ProvisioningCompletedAccountRequestsInnerSource 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.
NewProvisioningCompletedAccountRequestsInnerWithDefaults instantiates a new ProvisioningCompletedAccountRequestsInner 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.
NewProvisioningCompletedRecipient instantiates a new ProvisioningCompletedRecipient 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.
NewProvisioningCompletedRecipientWithDefaults instantiates a new ProvisioningCompletedRecipient 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.
NewProvisioningCompletedRequester instantiates a new ProvisioningCompletedRequester 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.
NewProvisioningCompletedRequesterWithDefaults instantiates a new ProvisioningCompletedRequester 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.
NewProvisioningCompletedWithDefaults instantiates a new ProvisioningCompleted 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.
NewProvisioningConfig instantiates a new ProvisioningConfig 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.
NewProvisioningConfigManagedResourceRefsInner instantiates a new ProvisioningConfigManagedResourceRefsInner 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.
NewProvisioningConfigManagedResourceRefsInnerWithDefaults instantiates a new ProvisioningConfigManagedResourceRefsInner 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.
NewProvisioningConfigPlanInitializerScript instantiates a new ProvisioningConfigPlanInitializerScript 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.
NewProvisioningConfigPlanInitializerScriptWithDefaults instantiates a new ProvisioningConfigPlanInitializerScript 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.
NewProvisioningConfigWithDefaults instantiates a new ProvisioningConfig 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.
NewProvisioningCriteriaLevel1 instantiates a new ProvisioningCriteriaLevel1 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.
NewProvisioningCriteriaLevel1WithDefaults instantiates a new ProvisioningCriteriaLevel1 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.
NewProvisioningCriteriaLevel2 instantiates a new ProvisioningCriteriaLevel2 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.
NewProvisioningCriteriaLevel2WithDefaults instantiates a new ProvisioningCriteriaLevel2 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.
NewProvisioningCriteriaLevel3 instantiates a new ProvisioningCriteriaLevel3 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.
NewProvisioningCriteriaLevel3WithDefaults instantiates a new ProvisioningCriteriaLevel3 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.
NewProvisioningCriteriaOperationFromValue returns a pointer to a valid ProvisioningCriteriaOperation for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewProvisioningDetails instantiates a new ProvisioningDetails 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.
NewProvisioningDetailsWithDefaults instantiates a new ProvisioningDetails 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.
NewProvisioningPolicyDto instantiates a new ProvisioningPolicyDto 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.
NewProvisioningPolicyDtoWithDefaults instantiates a new ProvisioningPolicyDto 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.
NewProvisioningStateFromValue returns a pointer to a valid ProvisioningState for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewPublicIdentityAttributeConfig instantiates a new PublicIdentityAttributeConfig 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.
NewPublicIdentityAttributeConfigWithDefaults instantiates a new PublicIdentityAttributeConfig 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.
NewPublicIdentityConfig instantiates a new PublicIdentityConfig 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.
NewPublicIdentityConfigWithDefaults instantiates a new PublicIdentityConfig 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.
NewPutPasswordDictionaryRequest instantiates a new PutPasswordDictionaryRequest 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.
NewPutPasswordDictionaryRequestWithDefaults instantiates a new PutPasswordDictionaryRequest 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.
NewQueuedCheckConfigDetails instantiates a new QueuedCheckConfigDetails 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.
NewQueuedCheckConfigDetailsWithDefaults instantiates a new QueuedCheckConfigDetails 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.
NewReassignment instantiates a new Reassignment 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.
NewReassignmentTypeEnumFromValue returns a pointer to a valid ReassignmentTypeEnum for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewReassignmentTypeFromValue returns a pointer to a valid ReassignmentType for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewReassignmentWithDefaults instantiates a new Reassignment 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.
NewReassignReference instantiates a new ReassignReference 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.
NewReassignReferenceWithDefaults instantiates a new ReassignReference 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.
NewRecommendationConfigDto instantiates a new RecommendationConfigDto 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.
NewRecommendationConfigDtoWithDefaults instantiates a new RecommendationConfigDto 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.
NewRecommendationRequest instantiates a new RecommendationRequest 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.
NewRecommendationRequestDto instantiates a new RecommendationRequestDto 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.
NewRecommendationRequestDtoWithDefaults instantiates a new RecommendationRequestDto 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.
NewRecommendationRequestWithDefaults instantiates a new RecommendationRequest 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.
NewRecommendationResponse instantiates a new RecommendationResponse 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.
NewRecommendationResponseDto instantiates a new RecommendationResponseDto 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.
NewRecommendationResponseDtoWithDefaults instantiates a new RecommendationResponseDto 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.
NewRecommendationResponseWithDefaults instantiates a new RecommendationResponse 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.
NewRecommenderCalculations instantiates a new RecommenderCalculations 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.
NewRecommenderCalculationsIdentityAttributesValue instantiates a new RecommenderCalculationsIdentityAttributesValue 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.
NewRecommenderCalculationsIdentityAttributesValueWithDefaults instantiates a new RecommenderCalculationsIdentityAttributesValue 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.
NewRecommenderCalculationsWithDefaults instantiates a new RecommenderCalculations 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.
NewRemediationItemDetails instantiates a new RemediationItemDetails 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.
NewRemediationItemDetailsWithDefaults instantiates a new RemediationItemDetails 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.
NewRemediationItems instantiates a new RemediationItems 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.
NewRemediationItemsWithDefaults instantiates a new RemediationItems 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.
NewReportConfigDTO instantiates a new ReportConfigDTO 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.
NewReportConfigDTOWithDefaults instantiates a new ReportConfigDTO 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.
NewReportResultReference instantiates a new ReportResultReference 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.
NewReportResultReferenceWithDefaults instantiates a new ReportResultReference 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.
NewReportTypeFromValue returns a pointer to a valid ReportType for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewRequestability instantiates a new Requestability 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.
NewRequestabilityForRole instantiates a new RequestabilityForRole 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.
NewRequestabilityForRoleWithDefaults instantiates a new RequestabilityForRole 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.
NewRequestabilityWithDefaults instantiates a new Requestability 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.
NewRequestableObject instantiates a new RequestableObject 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.
NewRequestableObjectReference instantiates a new RequestableObjectReference 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.
NewRequestableObjectReferenceWithDefaults instantiates a new RequestableObjectReference 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.
NewRequestableObjectRequestStatusFromValue returns a pointer to a valid RequestableObjectRequestStatus for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewRequestableObjectTypeFromValue returns a pointer to a valid RequestableObjectType for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewRequestableObjectWithDefaults instantiates a new RequestableObject 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.
NewRequestedItemStatus instantiates a new RequestedItemStatus 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.
NewRequestedItemStatusCancelledRequestDetails instantiates a new RequestedItemStatusCancelledRequestDetails 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.
NewRequestedItemStatusCancelledRequestDetailsWithDefaults instantiates a new RequestedItemStatusCancelledRequestDetails 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.
NewRequestedItemStatusPreApprovalTriggerDetails instantiates a new RequestedItemStatusPreApprovalTriggerDetails 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.
NewRequestedItemStatusPreApprovalTriggerDetailsWithDefaults instantiates a new RequestedItemStatusPreApprovalTriggerDetails 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.
NewRequestedItemStatusProvisioningDetails instantiates a new RequestedItemStatusProvisioningDetails 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.
NewRequestedItemStatusProvisioningDetailsWithDefaults instantiates a new RequestedItemStatusProvisioningDetails 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.
NewRequestedItemStatusRequestedFor instantiates a new RequestedItemStatusRequestedFor 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.
NewRequestedItemStatusRequestedForWithDefaults instantiates a new RequestedItemStatusRequestedFor 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.
NewRequestedItemStatusRequesterComment instantiates a new RequestedItemStatusRequesterComment 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.
NewRequestedItemStatusRequesterCommentWithDefaults instantiates a new RequestedItemStatusRequesterComment 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.
NewRequestedItemStatusRequestStateFromValue returns a pointer to a valid RequestedItemStatusRequestState for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewRequestedItemStatusSodViolationContext instantiates a new RequestedItemStatusSodViolationContext 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.
NewRequestedItemStatusSodViolationContextWithDefaults instantiates a new RequestedItemStatusSodViolationContext 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.
NewRequestedItemStatusWithDefaults instantiates a new RequestedItemStatus 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.
NewRequestOnBehalfOfConfig instantiates a new RequestOnBehalfOfConfig 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.
NewRequestOnBehalfOfConfigWithDefaults instantiates a new RequestOnBehalfOfConfig 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.
NewResourceBundleMessage instantiates a new ResourceBundleMessage 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.
NewResourceBundleMessageWithDefaults instantiates a new ResourceBundleMessage 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.
NewResourceObject instantiates a new ResourceObject 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.
NewResourceObjectsRequest instantiates a new ResourceObjectsRequest 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.
NewResourceObjectsRequestWithDefaults instantiates a new ResourceObjectsRequest 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.
NewResourceObjectsResponse instantiates a new ResourceObjectsResponse 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.
NewResourceObjectsResponseWithDefaults instantiates a new ResourceObjectsResponse 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.
NewResourceObjectWithDefaults instantiates a new ResourceObject 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.
NewReviewer instantiates a new Reviewer 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.
NewReviewerWithDefaults instantiates a new Reviewer 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.
NewReviewReassign instantiates a new ReviewReassign 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.
NewReviewReassignWithDefaults instantiates a new ReviewReassign 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.
NewRevocability instantiates a new Revocability 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.
NewRevocabilityForRole instantiates a new RevocabilityForRole 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.
NewRevocabilityForRoleWithDefaults instantiates a new RevocabilityForRole 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.
NewRevocabilityWithDefaults instantiates a new Revocability 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.
NewRole instantiates a new Role 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.
NewRoleAssignmentDto instantiates a new RoleAssignmentDto 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.
NewRoleAssignmentDtoWithDefaults instantiates a new RoleAssignmentDto 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.
NewRoleAssignmentRef instantiates a new RoleAssignmentRef 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.
NewRoleAssignmentRefWithDefaults instantiates a new RoleAssignmentRef 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.
NewRoleAssignmentSourceTypeFromValue returns a pointer to a valid RoleAssignmentSourceType for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewRoleBulkDeleteRequest instantiates a new RoleBulkDeleteRequest 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.
NewRoleBulkDeleteRequestWithDefaults instantiates a new RoleBulkDeleteRequest 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.
NewRoleCriteriaKey instantiates a new RoleCriteriaKey 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.
NewRoleCriteriaKeyTypeFromValue returns a pointer to a valid RoleCriteriaKeyType for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewRoleCriteriaKeyWithDefaults instantiates a new RoleCriteriaKey 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.
NewRoleCriteriaLevel1 instantiates a new RoleCriteriaLevel1 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.
NewRoleCriteriaLevel1WithDefaults instantiates a new RoleCriteriaLevel1 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.
NewRoleCriteriaLevel2 instantiates a new RoleCriteriaLevel2 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.
NewRoleCriteriaLevel2WithDefaults instantiates a new RoleCriteriaLevel2 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.
NewRoleCriteriaLevel3 instantiates a new RoleCriteriaLevel3 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.
NewRoleCriteriaLevel3WithDefaults instantiates a new RoleCriteriaLevel3 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.
NewRoleCriteriaOperationFromValue returns a pointer to a valid RoleCriteriaOperation for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewRoleIdentity instantiates a new RoleIdentity 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.
NewRoleIdentityWithDefaults instantiates a new RoleIdentity 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.
NewRoleInsight instantiates a new RoleInsight 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.
NewRoleInsightsEntitlement instantiates a new RoleInsightsEntitlement 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.
NewRoleInsightsEntitlementChanges instantiates a new RoleInsightsEntitlementChanges 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.
NewRoleInsightsEntitlementChangesWithDefaults instantiates a new RoleInsightsEntitlementChanges 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.
NewRoleInsightsEntitlementWithDefaults instantiates a new RoleInsightsEntitlement 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.
NewRoleInsightsIdentities instantiates a new RoleInsightsIdentities 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.
NewRoleInsightsIdentitiesWithDefaults instantiates a new RoleInsightsIdentities 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.
NewRoleInsightsInsight instantiates a new RoleInsightsInsight 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.
NewRoleInsightsInsightWithDefaults instantiates a new RoleInsightsInsight 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.
NewRoleInsightsResponse instantiates a new RoleInsightsResponse 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.
NewRoleInsightsResponseWithDefaults instantiates a new RoleInsightsResponse 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.
NewRoleInsightsRole instantiates a new RoleInsightsRole 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.
NewRoleInsightsRoleWithDefaults instantiates a new RoleInsightsRole 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.
NewRoleInsightsSummary instantiates a new RoleInsightsSummary 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.
NewRoleInsightsSummaryWithDefaults instantiates a new RoleInsightsSummary 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.
NewRoleInsightWithDefaults instantiates a new RoleInsight 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.
NewRoleMatchDto instantiates a new RoleMatchDto 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.
NewRoleMatchDtoWithDefaults instantiates a new RoleMatchDto 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.
NewRoleMembershipIdentity instantiates a new RoleMembershipIdentity 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.
NewRoleMembershipIdentityWithDefaults instantiates a new RoleMembershipIdentity 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.
NewRoleMembershipSelector instantiates a new RoleMembershipSelector 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.
NewRoleMembershipSelectorTypeFromValue returns a pointer to a valid RoleMembershipSelectorType for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewRoleMembershipSelectorWithDefaults instantiates a new RoleMembershipSelector 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.
NewRoleMiningEntitlement instantiates a new RoleMiningEntitlement 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.
NewRoleMiningEntitlementRef instantiates a new RoleMiningEntitlementRef 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.
NewRoleMiningEntitlementRefWithDefaults instantiates a new RoleMiningEntitlementRef 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.
NewRoleMiningEntitlementWithDefaults instantiates a new RoleMiningEntitlement 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.
NewRoleMiningIdentity instantiates a new RoleMiningIdentity 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.
NewRoleMiningIdentityDistribution instantiates a new RoleMiningIdentityDistribution 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.
NewRoleMiningIdentityDistributionWithDefaults instantiates a new RoleMiningIdentityDistribution 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.
NewRoleMiningIdentityWithDefaults instantiates a new RoleMiningIdentity 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.
NewRoleMiningPotentialRole instantiates a new RoleMiningPotentialRole 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.
NewRoleMiningPotentialRoleApplication instantiates a new RoleMiningPotentialRoleApplication 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.
NewRoleMiningPotentialRoleApplicationWithDefaults instantiates a new RoleMiningPotentialRoleApplication 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.
NewRoleMiningPotentialRoleEditEntitlements instantiates a new RoleMiningPotentialRoleEditEntitlements 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.
NewRoleMiningPotentialRoleEditEntitlementsWithDefaults instantiates a new RoleMiningPotentialRoleEditEntitlements 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.
NewRoleMiningPotentialRoleExportRequest instantiates a new RoleMiningPotentialRoleExportRequest 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.
NewRoleMiningPotentialRoleExportRequestWithDefaults instantiates a new RoleMiningPotentialRoleExportRequest 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.
NewRoleMiningPotentialRoleExportResponse instantiates a new RoleMiningPotentialRoleExportResponse 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.
NewRoleMiningPotentialRoleExportResponseWithDefaults instantiates a new RoleMiningPotentialRoleExportResponse 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.
NewRoleMiningPotentialRoleExportStateFromValue returns a pointer to a valid RoleMiningPotentialRoleExportState for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewRoleMiningPotentialRoleProvisionRequest instantiates a new RoleMiningPotentialRoleProvisionRequest 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.
NewRoleMiningPotentialRoleProvisionRequestWithDefaults instantiates a new RoleMiningPotentialRoleProvisionRequest 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.
NewRoleMiningPotentialRoleProvisionStateFromValue returns a pointer to a valid RoleMiningPotentialRoleProvisionState for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewRoleMiningPotentialRoleRef instantiates a new RoleMiningPotentialRoleRef 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.
NewRoleMiningPotentialRoleRefWithDefaults instantiates a new RoleMiningPotentialRoleRef 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.
NewRoleMiningPotentialRoleSourceUsage instantiates a new RoleMiningPotentialRoleSourceUsage 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.
NewRoleMiningPotentialRoleSourceUsageWithDefaults instantiates a new RoleMiningPotentialRoleSourceUsage 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.
NewRoleMiningPotentialRoleSummary instantiates a new RoleMiningPotentialRoleSummary 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.
NewRoleMiningPotentialRoleSummaryWithDefaults instantiates a new RoleMiningPotentialRoleSummary 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.
NewRoleMiningPotentialRoleWithDefaults instantiates a new RoleMiningPotentialRole 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.
NewRoleMiningRoleTypeFromValue returns a pointer to a valid RoleMiningRoleType for the value passed as argument, or an error if the value passed is not allowed by the enum.
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.
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.
NewRoleMiningSessionDto instantiates a new RoleMiningSessionDto 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.
NewRoleMiningSessionDtoWithDefaults instantiates a new RoleMiningSessionDto 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.
NewRoleMiningSessionParametersDto instantiates a new RoleMiningSessionParametersDto 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.
NewRoleMiningSessionParametersDtoWithDefaults instantiates a new RoleMiningSessionParametersDto 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.
NewRoleMiningSessionResponse instantiates a new RoleMiningSessionResponse 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.
NewRoleMiningSessionResponseWithDefaults instantiates a new RoleMiningSessionResponse 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.
NewRoleMiningSessionScope instantiates a new RoleMiningSessionScope 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.
NewRoleMiningSessionScopeWithDefaults instantiates a new RoleMiningSessionScope 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.
NewRoleMiningSessionScopingMethodFromValue returns a pointer to a valid RoleMiningSessionScopingMethod for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewRoleMiningSessionStateFromValue returns a pointer to a valid RoleMiningSessionState for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewRoleMiningSessionStatus instantiates a new RoleMiningSessionStatus 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.
NewRoleMiningSessionStatusWithDefaults instantiates a new RoleMiningSessionStatus 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.
NewRoleTargetDto instantiates a new RoleTargetDto 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.
NewRoleTargetDtoWithDefaults instantiates a new RoleTargetDto 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.
NewRoleWithDefaults instantiates a new Role 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.
NewSavedSearchComplete instantiates a new SavedSearchComplete 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.
NewSavedSearchCompleteSearchResults instantiates a new SavedSearchCompleteSearchResults 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.
NewSavedSearchCompleteSearchResultsAccount instantiates a new SavedSearchCompleteSearchResultsAccount 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.
NewSavedSearchCompleteSearchResultsAccountWithDefaults instantiates a new SavedSearchCompleteSearchResultsAccount 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.
NewSavedSearchCompleteSearchResultsEntitlement instantiates a new SavedSearchCompleteSearchResultsEntitlement 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.
NewSavedSearchCompleteSearchResultsEntitlementWithDefaults instantiates a new SavedSearchCompleteSearchResultsEntitlement 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.
NewSavedSearchCompleteSearchResultsIdentity instantiates a new SavedSearchCompleteSearchResultsIdentity 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.
NewSavedSearchCompleteSearchResultsIdentityWithDefaults instantiates a new SavedSearchCompleteSearchResultsIdentity 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.
NewSavedSearchCompleteSearchResultsWithDefaults instantiates a new SavedSearchCompleteSearchResults 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.
NewSavedSearchCompleteWithDefaults instantiates a new SavedSearchComplete 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.
NewSchedule instantiates a new Schedule 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.
NewSchedule1 instantiates a new Schedule1 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.
NewSchedule1Days instantiates a new Schedule1Days 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.
NewSchedule1DaysWithDefaults instantiates a new Schedule1Days 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.
NewSchedule1Hours instantiates a new Schedule1Hours 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.
NewSchedule1HoursWithDefaults instantiates a new Schedule1Hours 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.
NewSchedule1Months instantiates a new Schedule1Months 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.
NewSchedule1MonthsWithDefaults instantiates a new Schedule1Months 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.
NewSchedule1WithDefaults instantiates a new Schedule1 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.
NewScheduleDays instantiates a new ScheduleDays 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.
NewScheduleDaysWithDefaults instantiates a new ScheduleDays 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.
NewScheduleHours instantiates a new ScheduleHours 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.
NewScheduleHoursWithDefaults instantiates a new ScheduleHours 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.
NewScheduleMonths instantiates a new ScheduleMonths 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.
NewScheduleMonthsWithDefaults instantiates a new ScheduleMonths 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.
NewScheduleTypeFromValue returns a pointer to a valid ScheduleType for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewScheduleWithDefaults instantiates a new Schedule 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.
NewSchema instantiates a new Schema 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.
NewSchemaWithDefaults instantiates a new Schema 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.
NewSearchAttributeConfig instantiates a new SearchAttributeConfig 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.
NewSearchAttributeConfigWithDefaults instantiates a new SearchAttributeConfig 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.
NewSearchFormDefinitionsByTenant400Response instantiates a new SearchFormDefinitionsByTenant400Response 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.
NewSearchFormDefinitionsByTenant400ResponseWithDefaults instantiates a new SearchFormDefinitionsByTenant400Response 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.
NewSection instantiates a new Section 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.
NewSectionDetails instantiates a new SectionDetails 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.
NewSectionDetailsWithDefaults instantiates a new SectionDetails 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.
NewSectionWithDefaults instantiates a new Section 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.
NewSed instantiates a new Sed 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.
NewSedApproval instantiates a new SedApproval 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.
NewSedApprovalStatus instantiates a new SedApprovalStatus 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.
NewSedApprovalStatusWithDefaults instantiates a new SedApprovalStatus 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.
NewSedApprovalWithDefaults instantiates a new SedApproval 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.
NewSedAssignee instantiates a new SedAssignee 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.
NewSedAssigneeWithDefaults instantiates a new SedAssignee 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.
NewSedAssignment instantiates a new SedAssignment 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.
NewSedAssignmentResponse instantiates a new SedAssignmentResponse 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.
NewSedAssignmentResponseWithDefaults instantiates a new SedAssignmentResponse 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.
NewSedAssignmentWithDefaults instantiates a new SedAssignment 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.
NewSedBatchRequest instantiates a new SedBatchRequest 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.
NewSedBatchRequestWithDefaults instantiates a new SedBatchRequest 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.
NewSedBatchResponse instantiates a new SedBatchResponse 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.
NewSedBatchResponseWithDefaults instantiates a new SedBatchResponse 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.
NewSedBatchStats instantiates a new SedBatchStats 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.
NewSedBatchStatsWithDefaults instantiates a new SedBatchStats 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.
NewSedBatchStatus instantiates a new SedBatchStatus 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.
NewSedBatchStatusWithDefaults instantiates a new SedBatchStatus 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.
NewSedPatch instantiates a new SedPatch 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.
NewSedPatchWithDefaults instantiates a new SedPatch 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.
NewSedWithDefaults instantiates a new Sed 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.
NewSegment instantiates a new Segment 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.
NewSegmentWithDefaults instantiates a new Segment 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.
NewSelector instantiates a new Selector 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.
NewSelectorAccountMatchConfig instantiates a new SelectorAccountMatchConfig 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.
NewSelectorAccountMatchConfigMatchExpression instantiates a new SelectorAccountMatchConfigMatchExpression 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.
NewSelectorAccountMatchConfigMatchExpressionWithDefaults instantiates a new SelectorAccountMatchConfigMatchExpression 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.
NewSelectorAccountMatchConfigWithDefaults instantiates a new SelectorAccountMatchConfig 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.
NewSelectorWithDefaults instantiates a new Selector 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.
NewSelfImportExportDto instantiates a new SelfImportExportDto 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.
NewSelfImportExportDtoWithDefaults instantiates a new SelfImportExportDto 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.
NewSendAccountVerificationRequest instantiates a new SendAccountVerificationRequest 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.
NewSendAccountVerificationRequestWithDefaults instantiates a new SendAccountVerificationRequest 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.
NewSendTestNotificationRequestDto instantiates a new SendTestNotificationRequestDto 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.
NewSendTestNotificationRequestDtoWithDefaults instantiates a new SendTestNotificationRequestDto 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.
NewSendTokenRequest instantiates a new SendTokenRequest 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.
NewSendTokenRequestWithDefaults instantiates a new SendTokenRequest 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.
NewSendTokenResponse instantiates a new SendTokenResponse 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.
NewSendTokenResponseWithDefaults instantiates a new SendTokenResponse 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.
NewServiceDeskIntegrationDto instantiates a new ServiceDeskIntegrationDto 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.
NewServiceDeskIntegrationDtoWithDefaults instantiates a new ServiceDeskIntegrationDto 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.
NewServiceDeskIntegrationTemplateDto instantiates a new ServiceDeskIntegrationTemplateDto 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.
NewServiceDeskIntegrationTemplateDtoWithDefaults instantiates a new ServiceDeskIntegrationTemplateDto 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.
NewServiceDeskIntegrationTemplateType instantiates a new ServiceDeskIntegrationTemplateType 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.
NewServiceDeskIntegrationTemplateTypeWithDefaults instantiates a new ServiceDeskIntegrationTemplateType 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.
NewServiceDeskSource instantiates a new ServiceDeskSource 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.
NewServiceDeskSourceWithDefaults instantiates a new ServiceDeskSource 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.
NewSetIcon200Response instantiates a new SetIcon200Response 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.
NewSetIcon200ResponseWithDefaults instantiates a new SetIcon200Response 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.
NewSetIconRequest instantiates a new SetIconRequest 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.
NewSetIconRequestWithDefaults instantiates a new SetIconRequest 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.
NewSimIntegrationDetails instantiates a new SimIntegrationDetails 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.
NewSimIntegrationDetailsAllOfBeforeProvisioningRule instantiates a new SimIntegrationDetailsAllOfBeforeProvisioningRule 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.
NewSimIntegrationDetailsAllOfBeforeProvisioningRuleWithDefaults instantiates a new SimIntegrationDetailsAllOfBeforeProvisioningRule 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.
NewSimIntegrationDetailsWithDefaults instantiates a new SimIntegrationDetails 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.
NewSlimcampaign instantiates a new Slimcampaign 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.
NewSlimcampaignWithDefaults instantiates a new Slimcampaign 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.
NewSlimDiscoveredApplications instantiates a new SlimDiscoveredApplications 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.
NewSlimDiscoveredApplicationsWithDefaults instantiates a new SlimDiscoveredApplications 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.
NewSodExemptCriteria instantiates a new SodExemptCriteria 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.
NewSodExemptCriteria1 instantiates a new SodExemptCriteria1 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.
NewSodExemptCriteria1WithDefaults instantiates a new SodExemptCriteria1 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.
NewSodExemptCriteriaWithDefaults instantiates a new SodExemptCriteria 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.
NewSodPolicy instantiates a new SodPolicy 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.
NewSodPolicyConflictingAccessCriteria instantiates a new SodPolicyConflictingAccessCriteria 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.
NewSodPolicyConflictingAccessCriteriaWithDefaults instantiates a new SodPolicyConflictingAccessCriteria 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.
NewSodPolicyDto instantiates a new SodPolicyDto 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.
NewSodPolicyDtoWithDefaults instantiates a new SodPolicyDto 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.
NewSodPolicyOwnerRef instantiates a new SodPolicyOwnerRef 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.
NewSodPolicyOwnerRefWithDefaults instantiates a new SodPolicyOwnerRef 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.
NewSodPolicySchedule instantiates a new SodPolicySchedule 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.
NewSodPolicyScheduleWithDefaults instantiates a new SodPolicySchedule 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.
NewSodPolicyWithDefaults instantiates a new SodPolicy 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.
NewSodRecipient instantiates a new SodRecipient 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.
NewSodRecipientWithDefaults instantiates a new SodRecipient 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.
NewSodReportResultDto instantiates a new SodReportResultDto 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.
NewSodReportResultDtoWithDefaults instantiates a new SodReportResultDto 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.
NewSodViolationCheckResult instantiates a new SodViolationCheckResult 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.
NewSodViolationCheckResult1 instantiates a new SodViolationCheckResult1 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.
NewSodViolationCheckResult1WithDefaults instantiates a new SodViolationCheckResult1 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.
NewSodViolationCheckResultWithDefaults instantiates a new SodViolationCheckResult 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.
NewSodViolationContext instantiates a new SodViolationContext 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.
NewSodViolationContext1 instantiates a new SodViolationContext1 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.
NewSodViolationContext1ConflictingAccessCriteria instantiates a new SodViolationContext1ConflictingAccessCriteria 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.
NewSodViolationContext1ConflictingAccessCriteriaLeftCriteria instantiates a new SodViolationContext1ConflictingAccessCriteriaLeftCriteria 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.
NewSodViolationContext1ConflictingAccessCriteriaLeftCriteriaWithDefaults instantiates a new SodViolationContext1ConflictingAccessCriteriaLeftCriteria 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.
NewSodViolationContext1ConflictingAccessCriteriaWithDefaults instantiates a new SodViolationContext1ConflictingAccessCriteria 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.
NewSodViolationContext1WithDefaults instantiates a new SodViolationContext1 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.
NewSodViolationContextCheckCompleted instantiates a new SodViolationContextCheckCompleted 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.
NewSodViolationContextCheckCompleted1 instantiates a new SodViolationContextCheckCompleted1 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.
NewSodViolationContextCheckCompleted1WithDefaults instantiates a new SodViolationContextCheckCompleted1 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.
NewSodViolationContextCheckCompletedWithDefaults instantiates a new SodViolationContextCheckCompleted 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.
NewSodViolationContextConflictingAccessCriteria instantiates a new SodViolationContextConflictingAccessCriteria 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.
NewSodViolationContextConflictingAccessCriteriaLeftCriteria instantiates a new SodViolationContextConflictingAccessCriteriaLeftCriteria 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.
NewSodViolationContextConflictingAccessCriteriaLeftCriteriaWithDefaults instantiates a new SodViolationContextConflictingAccessCriteriaLeftCriteria 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.
NewSodViolationContextConflictingAccessCriteriaWithDefaults instantiates a new SodViolationContextConflictingAccessCriteria 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.
NewSodViolationContextWithDefaults instantiates a new SodViolationContext 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.
NewSource instantiates a new Source 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.
NewSource1 instantiates a new Source1 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.
NewSource1WithDefaults instantiates a new Source1 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.
NewSourceAccountCreated instantiates a new SourceAccountCreated 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.
NewSourceAccountCreatedWithDefaults instantiates a new SourceAccountCreated 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.
NewSourceAccountDeleted instantiates a new SourceAccountDeleted 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.
NewSourceAccountDeletedWithDefaults instantiates a new SourceAccountDeleted 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.
NewSourceAccountUpdated instantiates a new SourceAccountUpdated 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.
NewSourceAccountUpdatedWithDefaults instantiates a new SourceAccountUpdated 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.
NewSourceApp instantiates a new SourceApp 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.
NewSourceAppAccountSource instantiates a new SourceAppAccountSource 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.
NewSourceAppAccountSourceWithDefaults instantiates a new SourceAppAccountSource 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.
NewSourceAppBulkUpdateRequest instantiates a new SourceAppBulkUpdateRequest 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.
NewSourceAppBulkUpdateRequestWithDefaults instantiates a new SourceAppBulkUpdateRequest 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.
NewSourceAppCreateDto instantiates a new SourceAppCreateDto 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.
NewSourceAppCreateDtoAccountSource instantiates a new SourceAppCreateDtoAccountSource 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.
NewSourceAppCreateDtoAccountSourceWithDefaults instantiates a new SourceAppCreateDtoAccountSource 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.
NewSourceAppCreateDtoWithDefaults instantiates a new SourceAppCreateDto 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.
NewSourceAppPatchDto instantiates a new SourceAppPatchDto 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.
NewSourceAppPatchDtoWithDefaults instantiates a new SourceAppPatchDto 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.
NewSourceAppWithDefaults instantiates a new SourceApp 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.
NewSourceClusterDto instantiates a new SourceClusterDto 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.
NewSourceClusterDtoWithDefaults instantiates a new SourceClusterDto 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.
NewSourceCode instantiates a new SourceCode 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.
NewSourceCodeWithDefaults instantiates a new SourceCode 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.
NewSourceCreated instantiates a new SourceCreated 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.
NewSourceCreatedActor instantiates a new SourceCreatedActor 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.
NewSourceCreatedActorWithDefaults instantiates a new SourceCreatedActor 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.
NewSourceCreatedWithDefaults instantiates a new SourceCreated 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.
NewSourceCreationErrors instantiates a new SourceCreationErrors 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.
NewSourceCreationErrorsWithDefaults instantiates a new SourceCreationErrors 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.
NewSourceDeleted instantiates a new SourceDeleted 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.
NewSourceDeletedActor instantiates a new SourceDeletedActor 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.
NewSourceDeletedActorWithDefaults instantiates a new SourceDeletedActor 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.
NewSourceDeletedWithDefaults instantiates a new SourceDeleted 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.
NewSourceEntitlementRequestConfig instantiates a new SourceEntitlementRequestConfig 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.
NewSourceEntitlementRequestConfigWithDefaults instantiates a new SourceEntitlementRequestConfig 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.
NewSourceSyncJob instantiates a new SourceSyncJob 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.
NewSourceSyncJobWithDefaults instantiates a new SourceSyncJob 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.
NewSourceSyncPayload instantiates a new SourceSyncPayload 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.
NewSourceSyncPayloadWithDefaults instantiates a new SourceSyncPayload 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.
NewSourceUpdated instantiates a new SourceUpdated 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.
NewSourceUpdatedActor instantiates a new SourceUpdatedActor 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.
NewSourceUpdatedActorWithDefaults instantiates a new SourceUpdatedActor 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.
NewSourceUpdatedWithDefaults instantiates a new SourceUpdated 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.
NewSourceUsage instantiates a new SourceUsage 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.
NewSourceUsageStatus instantiates a new SourceUsageStatus 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.
NewSourceUsageStatusWithDefaults instantiates a new SourceUsageStatus 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.
NewSourceUsageWithDefaults instantiates a new SourceUsage 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.
NewSourceWithDefaults instantiates a new Source 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.
NewSpConfigExportJob instantiates a new SpConfigExportJob 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.
NewSpConfigExportJobStatus instantiates a new SpConfigExportJobStatus 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.
NewSpConfigExportJobStatusWithDefaults instantiates a new SpConfigExportJobStatus 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.
NewSpConfigExportJobWithDefaults instantiates a new SpConfigExportJob 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.
NewSpConfigExportResults instantiates a new SpConfigExportResults 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.
NewSpConfigExportResultsWithDefaults instantiates a new SpConfigExportResults 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.
NewSpConfigImportJobStatus instantiates a new SpConfigImportJobStatus 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.
NewSpConfigImportJobStatusWithDefaults instantiates a new SpConfigImportJobStatus 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.
NewSpConfigImportResults instantiates a new SpConfigImportResults 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.
NewSpConfigImportResultsWithDefaults instantiates a new SpConfigImportResults 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.
NewSpConfigJob instantiates a new SpConfigJob 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.
NewSpConfigJobWithDefaults instantiates a new SpConfigJob 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.
NewSpConfigMessage instantiates a new SpConfigMessage 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.
NewSpConfigMessageWithDefaults instantiates a new SpConfigMessage 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.
NewSpConfigObject instantiates a new SpConfigObject 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.
NewSpConfigObjectWithDefaults instantiates a new SpConfigObject 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.
NewSpConfigUrl instantiates a new SpConfigUrl 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.
NewSpConfigUrlWithDefaults instantiates a new SpConfigUrl 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.
NewStandardLevelFromValue returns a pointer to a valid StandardLevel for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewStartInvocationInput instantiates a new StartInvocationInput 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.
NewStartInvocationInputWithDefaults instantiates a new StartInvocationInput 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.
NewStatusResponse instantiates a new StatusResponse 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.
NewStatusResponseWithDefaults instantiates a new StatusResponse 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.
NewSubscription instantiates a new Subscription 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.
NewSubscriptionPatchRequestInner instantiates a new SubscriptionPatchRequestInner 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.
NewSubscriptionPatchRequestInnerWithDefaults instantiates a new SubscriptionPatchRequestInner 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.
NewSubscriptionPostRequest instantiates a new SubscriptionPostRequest 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.
NewSubscriptionPostRequestWithDefaults instantiates a new SubscriptionPostRequest 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.
NewSubscriptionPutRequest instantiates a new SubscriptionPutRequest 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.
NewSubscriptionPutRequestWithDefaults instantiates a new SubscriptionPutRequest 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.
NewSubscriptionTypeFromValue returns a pointer to a valid SubscriptionType for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewSubscriptionWithDefaults instantiates a new Subscription 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.
NewTaggedObject instantiates a new TaggedObject 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.
NewTaggedObjectDto instantiates a new TaggedObjectDto 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.
NewTaggedObjectDtoWithDefaults instantiates a new TaggedObjectDto 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.
NewTaggedObjectObjectRef instantiates a new TaggedObjectObjectRef 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.
NewTaggedObjectObjectRefWithDefaults instantiates a new TaggedObjectObjectRef 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.
NewTaggedObjectWithDefaults instantiates a new TaggedObject 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.
NewTarget instantiates a new Target 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.
NewTargetWithDefaults instantiates a new Target 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.
NewTaskDefinitionSummary instantiates a new TaskDefinitionSummary 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.
NewTaskDefinitionSummaryWithDefaults instantiates a new TaskDefinitionSummary 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.
NewTaskResultDto instantiates a new TaskResultDto 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.
NewTaskResultDtoWithDefaults instantiates a new TaskResultDto 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.
NewTaskResultResponse instantiates a new TaskResultResponse 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.
NewTaskResultResponseWithDefaults instantiates a new TaskResultResponse 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.
NewTaskResultSimplified instantiates a new TaskResultSimplified 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.
NewTaskResultSimplifiedWithDefaults instantiates a new TaskResultSimplified 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.
NewTaskReturnDetails instantiates a new TaskReturnDetails 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.
NewTaskReturnDetailsWithDefaults instantiates a new TaskReturnDetails 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.
NewTaskStatus instantiates a new TaskStatus 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.
NewTaskStatusMessage instantiates a new TaskStatusMessage 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.
NewTaskStatusMessageWithDefaults instantiates a new TaskStatusMessage 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.
NewTaskStatusWithDefaults instantiates a new TaskStatus 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.
NewTemplateBulkDeleteDto instantiates a new TemplateBulkDeleteDto 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.
NewTemplateBulkDeleteDtoWithDefaults instantiates a new TemplateBulkDeleteDto 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.
NewTemplateDto instantiates a new TemplateDto 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.
NewTemplateDtoDefault instantiates a new TemplateDtoDefault 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.
NewTemplateDtoDefaultWithDefaults instantiates a new TemplateDtoDefault 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.
NewTemplateDtoWithDefaults instantiates a new TemplateDto 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.
NewTemplateSlack instantiates a new TemplateSlack 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.
NewTemplateSlackAutoApprovalData instantiates a new TemplateSlackAutoApprovalData 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.
NewTemplateSlackAutoApprovalDataWithDefaults instantiates a new TemplateSlackAutoApprovalData 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.
NewTemplateSlackCustomFields instantiates a new TemplateSlackCustomFields 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.
NewTemplateSlackCustomFieldsWithDefaults instantiates a new TemplateSlackCustomFields 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.
NewTemplateSlackWithDefaults instantiates a new TemplateSlack 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.
NewTemplateTeams instantiates a new TemplateTeams 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.
NewTemplateTeamsWithDefaults instantiates a new TemplateTeams 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.
NewTenant instantiates a new Tenant 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.
NewTenantConfigurationDetails instantiates a new TenantConfigurationDetails 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.
NewTenantConfigurationDetailsWithDefaults instantiates a new TenantConfigurationDetails 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.
NewTenantConfigurationRequest instantiates a new TenantConfigurationRequest 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.
NewTenantConfigurationRequestWithDefaults instantiates a new TenantConfigurationRequest 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.
NewTenantConfigurationResponse instantiates a new TenantConfigurationResponse 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.
NewTenantConfigurationResponseWithDefaults instantiates a new TenantConfigurationResponse 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.
NewTenantUiMetadataItemResponse instantiates a new TenantUiMetadataItemResponse 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.
NewTenantUiMetadataItemResponseWithDefaults instantiates a new TenantUiMetadataItemResponse 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.
NewTenantUiMetadataItemUpdateRequest instantiates a new TenantUiMetadataItemUpdateRequest 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.
NewTenantUiMetadataItemUpdateRequestWithDefaults instantiates a new TenantUiMetadataItemUpdateRequest 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.
NewTenantWithDefaults instantiates a new Tenant 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.
NewTestExternalExecuteWorkflow200Response instantiates a new TestExternalExecuteWorkflow200Response 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.
NewTestExternalExecuteWorkflow200ResponseWithDefaults instantiates a new TestExternalExecuteWorkflow200Response 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.
NewTestExternalExecuteWorkflowRequest instantiates a new TestExternalExecuteWorkflowRequest 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.
NewTestExternalExecuteWorkflowRequestWithDefaults instantiates a new TestExternalExecuteWorkflowRequest 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.
NewTestInvocation instantiates a new TestInvocation 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.
NewTestInvocationWithDefaults instantiates a new TestInvocation 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.
NewTestSourceConnectionMultihost200Response instantiates a new TestSourceConnectionMultihost200Response 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.
NewTestSourceConnectionMultihost200ResponseWithDefaults instantiates a new TestSourceConnectionMultihost200Response 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.
NewTestWorkflow200Response instantiates a new TestWorkflow200Response 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.
NewTestWorkflow200ResponseWithDefaults instantiates a new TestWorkflow200Response 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.
NewTestWorkflowRequest instantiates a new TestWorkflowRequest 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.
NewTestWorkflowRequestWithDefaults instantiates a new TestWorkflowRequest 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.
NewTokenAuthRequest instantiates a new TokenAuthRequest 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.
NewTokenAuthRequestWithDefaults instantiates a new TokenAuthRequest 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.
NewTokenAuthResponse instantiates a new TokenAuthResponse 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.
NewTokenAuthResponseWithDefaults instantiates a new TokenAuthResponse 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.
NewTransform instantiates a new Transform 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.
NewTransformDefinition instantiates a new TransformDefinition 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.
NewTransformDefinition1 instantiates a new TransformDefinition1 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.
NewTransformDefinition1WithDefaults instantiates a new TransformDefinition1 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.
NewTransformDefinitionWithDefaults instantiates a new TransformDefinition 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.
NewTransformRead instantiates a new TransformRead 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.
NewTransformReadWithDefaults instantiates a new TransformRead 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.
NewTransformWithDefaults instantiates a new Transform 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.
NewTranslationMessage instantiates a new TranslationMessage 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.
NewTranslationMessageWithDefaults instantiates a new TranslationMessage 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.
NewTrigger instantiates a new Trigger 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.
NewTriggerTypeFromValue returns a pointer to a valid TriggerType for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewTriggerWithDefaults instantiates a new Trigger 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.
NewUpdateAccessProfilesInBulk412Response instantiates a new UpdateAccessProfilesInBulk412Response 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.
NewUpdateAccessProfilesInBulk412ResponseWithDefaults instantiates a new UpdateAccessProfilesInBulk412Response 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.
NewUpdateMultiHostSourcesRequestInner instantiates a new UpdateMultiHostSourcesRequestInner 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.
NewUpdateMultiHostSourcesRequestInnerWithDefaults instantiates a new UpdateMultiHostSourcesRequestInner 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.
NewUsageTypeFromValue returns a pointer to a valid UsageType for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewUserApp instantiates a new UserApp 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.
NewUserAppAccount instantiates a new UserAppAccount 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.
NewUserAppAccountWithDefaults instantiates a new UserAppAccount 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.
NewUserAppOwner instantiates a new UserAppOwner 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.
NewUserAppOwnerWithDefaults instantiates a new UserAppOwner 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.
NewUserAppSource instantiates a new UserAppSource 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.
NewUserAppSourceApp instantiates a new UserAppSourceApp 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.
NewUserAppSourceAppWithDefaults instantiates a new UserAppSourceApp 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.
NewUserAppSourceWithDefaults instantiates a new UserAppSource 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.
NewUserAppWithDefaults instantiates a new UserApp 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.
NewV3ConnectorDto instantiates a new V3ConnectorDto 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.
NewV3ConnectorDtoWithDefaults instantiates a new V3ConnectorDto 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.
NewVAClusterStatusChangeEvent instantiates a new VAClusterStatusChangeEvent 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.
NewVAClusterStatusChangeEventApplication instantiates a new VAClusterStatusChangeEventApplication 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.
NewVAClusterStatusChangeEventApplicationWithDefaults instantiates a new VAClusterStatusChangeEventApplication 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.
NewVAClusterStatusChangeEventHealthCheckResult instantiates a new VAClusterStatusChangeEventHealthCheckResult 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.
NewVAClusterStatusChangeEventHealthCheckResultWithDefaults instantiates a new VAClusterStatusChangeEventHealthCheckResult 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.
NewVAClusterStatusChangeEventPreviousHealthCheckResult instantiates a new VAClusterStatusChangeEventPreviousHealthCheckResult 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.
NewVAClusterStatusChangeEventPreviousHealthCheckResultWithDefaults instantiates a new VAClusterStatusChangeEventPreviousHealthCheckResult 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.
NewVAClusterStatusChangeEventWithDefaults instantiates a new VAClusterStatusChangeEvent 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.
NewValidateFilterInputDto instantiates a new ValidateFilterInputDto 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.
NewValidateFilterInputDtoWithDefaults instantiates a new ValidateFilterInputDto 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.
NewValidateFilterOutputDto instantiates a new ValidateFilterOutputDto 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.
NewValidateFilterOutputDtoWithDefaults instantiates a new ValidateFilterOutputDto 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.
NewValue instantiates a new Value 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.
NewValueWithDefaults instantiates a new Value 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.
NewVendorConnectorMapping instantiates a new VendorConnectorMapping 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.
NewVendorConnectorMappingDeletedAt instantiates a new VendorConnectorMappingDeletedAt 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.
NewVendorConnectorMappingDeletedAtWithDefaults instantiates a new VendorConnectorMappingDeletedAt 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.
NewVendorConnectorMappingDeletedBy instantiates a new VendorConnectorMappingDeletedBy 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.
NewVendorConnectorMappingDeletedByWithDefaults instantiates a new VendorConnectorMappingDeletedBy 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.
NewVendorConnectorMappingUpdatedAt instantiates a new VendorConnectorMappingUpdatedAt 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.
NewVendorConnectorMappingUpdatedAtWithDefaults instantiates a new VendorConnectorMappingUpdatedAt 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.
NewVendorConnectorMappingUpdatedBy instantiates a new VendorConnectorMappingUpdatedBy 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.
NewVendorConnectorMappingUpdatedByWithDefaults instantiates a new VendorConnectorMappingUpdatedBy 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.
NewVendorConnectorMappingWithDefaults instantiates a new VendorConnectorMapping 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.
NewVerificationPollRequest instantiates a new VerificationPollRequest 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.
NewVerificationPollRequestWithDefaults instantiates a new VerificationPollRequest 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.
NewVerificationResponse instantiates a new VerificationResponse 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.
NewVerificationResponseWithDefaults instantiates a new VerificationResponse 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.
NewViolationContext instantiates a new ViolationContext 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.
NewViolationContextPolicy instantiates a new ViolationContextPolicy 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.
NewViolationContextPolicyWithDefaults instantiates a new ViolationContextPolicy 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.
NewViolationContextWithDefaults instantiates a new ViolationContext 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.
NewViolationOwnerAssignmentConfig instantiates a new ViolationOwnerAssignmentConfig 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.
NewViolationOwnerAssignmentConfigOwnerRef instantiates a new ViolationOwnerAssignmentConfigOwnerRef 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.
NewViolationOwnerAssignmentConfigOwnerRefWithDefaults instantiates a new ViolationOwnerAssignmentConfigOwnerRef 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.
NewViolationOwnerAssignmentConfigWithDefaults instantiates a new ViolationOwnerAssignmentConfig 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.
NewViolationPrediction instantiates a new ViolationPrediction 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.
NewViolationPredictionWithDefaults instantiates a new ViolationPrediction 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.
NewVisibilityCriteria instantiates a new VisibilityCriteria 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.
NewVisibilityCriteriaWithDefaults instantiates a new VisibilityCriteria 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.
NewWorkflow instantiates a new Workflow 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.
NewWorkflowAllOfCreator instantiates a new WorkflowAllOfCreator 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.
NewWorkflowAllOfCreatorWithDefaults instantiates a new WorkflowAllOfCreator 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.
NewWorkflowBody instantiates a new WorkflowBody 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.
NewWorkflowBodyOwner instantiates a new WorkflowBodyOwner 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.
NewWorkflowBodyOwnerWithDefaults instantiates a new WorkflowBodyOwner 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.
NewWorkflowBodyWithDefaults instantiates a new WorkflowBody 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.
NewWorkflowDefinition instantiates a new WorkflowDefinition 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.
NewWorkflowDefinitionWithDefaults instantiates a new WorkflowDefinition 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.
NewWorkflowExecution instantiates a new WorkflowExecution 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.
NewWorkflowExecutionEvent instantiates a new WorkflowExecutionEvent 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.
NewWorkflowExecutionEventWithDefaults instantiates a new WorkflowExecutionEvent 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.
NewWorkflowExecutionWithDefaults instantiates a new WorkflowExecution 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.
NewWorkflowLibraryAction instantiates a new WorkflowLibraryAction 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.
NewWorkflowLibraryActionWithDefaults instantiates a new WorkflowLibraryAction 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.
NewWorkflowLibraryFormFields instantiates a new WorkflowLibraryFormFields 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.
NewWorkflowLibraryFormFieldsWithDefaults instantiates a new WorkflowLibraryFormFields 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.
NewWorkflowLibraryOperator instantiates a new WorkflowLibraryOperator 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.
NewWorkflowLibraryOperatorWithDefaults instantiates a new WorkflowLibraryOperator 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.
NewWorkflowLibraryTrigger instantiates a new WorkflowLibraryTrigger 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.
NewWorkflowLibraryTriggerWithDefaults instantiates a new WorkflowLibraryTrigger 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.
NewWorkflowModifiedBy instantiates a new WorkflowModifiedBy 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.
NewWorkflowModifiedByWithDefaults instantiates a new WorkflowModifiedBy 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.
NewWorkflowOAuthClient instantiates a new WorkflowOAuthClient 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.
NewWorkflowOAuthClientWithDefaults instantiates a new WorkflowOAuthClient 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.
NewWorkflowTrigger instantiates a new WorkflowTrigger 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.
NewWorkflowTriggerWithDefaults instantiates a new WorkflowTrigger 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.
NewWorkflowWithDefaults instantiates a new Workflow 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.
NewWorkgroupBulkDeleteRequest instantiates a new WorkgroupBulkDeleteRequest 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.
NewWorkgroupBulkDeleteRequestWithDefaults instantiates a new WorkgroupBulkDeleteRequest 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.
NewWorkgroupConnectionDto instantiates a new WorkgroupConnectionDto 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.
NewWorkgroupConnectionDtoWithDefaults instantiates a new WorkgroupConnectionDto 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.
NewWorkgroupDeleteItem instantiates a new WorkgroupDeleteItem 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.
NewWorkgroupDeleteItemWithDefaults instantiates a new WorkgroupDeleteItem 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.
NewWorkgroupDto instantiates a new WorkgroupDto 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.
NewWorkgroupDtoOwner instantiates a new WorkgroupDtoOwner 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.
NewWorkgroupDtoOwnerWithDefaults instantiates a new WorkgroupDtoOwner 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.
NewWorkgroupDtoWithDefaults instantiates a new WorkgroupDto 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.
NewWorkgroupMemberAddItem instantiates a new WorkgroupMemberAddItem 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.
NewWorkgroupMemberAddItemWithDefaults instantiates a new WorkgroupMemberAddItem 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.
NewWorkgroupMemberDeleteItem instantiates a new WorkgroupMemberDeleteItem 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.
NewWorkgroupMemberDeleteItemWithDefaults instantiates a new WorkgroupMemberDeleteItem 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.
NewWorkItemForward instantiates a new WorkItemForward 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.
NewWorkItemForwardWithDefaults instantiates a new WorkItemForward 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.
NewWorkItems instantiates a new WorkItems 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.
NewWorkItemsCount instantiates a new WorkItemsCount 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.
NewWorkItemsCountWithDefaults instantiates a new WorkItemsCount 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.
NewWorkItemsSummary instantiates a new WorkItemsSummary 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.
NewWorkItemsSummaryWithDefaults instantiates a new WorkItemsSummary 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.
NewWorkItemStateFromValue returns a pointer to a valid WorkItemState for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewWorkItemsWithDefaults instantiates a new WorkItems 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.
NewWorkItemTypeFromValue returns a pointer to a valid WorkItemType for the value passed as argument, or an error if the value passed is not allowed by the enum.
ProvisioningCompletedAsTriggerExampleInput is a convenience function that returns ProvisioningCompleted wrapped in TriggerExampleInput.
PtrBool is a helper routine that returns a pointer to given boolean value.
PtrFloat32 is a helper routine that returns a pointer to given float value.
PtrFloat64 is a helper routine that returns a pointer to given float value.
PtrInt is a helper routine that returns a pointer to given integer value.
PtrInt32 is a helper routine that returns a pointer to given integer value.
PtrInt64 is a helper routine that returns a pointer to given integer value.
PtrString is a helper routine that returns a pointer to given string value.
PtrTime is helper routine that returns a pointer to given Time value.
SavedSearchCompleteAsTriggerExampleInput is a convenience function that returns SavedSearchComplete wrapped in TriggerExampleInput.
SlimcampaignAsGetActiveCampaigns200ResponseInner is a convenience function that returns Slimcampaign wrapped in GetActiveCampaigns200ResponseInner.
SlimDiscoveredApplicationsAsGetDiscoveredApplications200ResponseInner is a convenience function that returns SlimDiscoveredApplications wrapped in GetDiscoveredApplications200ResponseInner.
SourceAccountCreatedAsTriggerExampleInput is a convenience function that returns SourceAccountCreated wrapped in TriggerExampleInput.
SourceAccountDeletedAsTriggerExampleInput is a convenience function that returns SourceAccountDeleted wrapped in TriggerExampleInput.
SourceAccountUpdatedAsTriggerExampleInput is a convenience function that returns SourceAccountUpdated wrapped in TriggerExampleInput.
SourceCreatedAsTriggerExampleInput is a convenience function that returns SourceCreated wrapped in TriggerExampleInput.
SourceDeletedAsTriggerExampleInput is a convenience function that returns SourceDeleted wrapped in TriggerExampleInput.
SourceUpdatedAsTriggerExampleInput is a convenience function that returns SourceUpdated wrapped in TriggerExampleInput.
stringAsAccountAttributesChangedChangesInnerNewValue is a convenience function that returns string wrapped in AccountAttributesChangedChangesInnerNewValue.
stringAsAccountAttributesChangedChangesInnerOldValue is a convenience function that returns string wrapped in AccountAttributesChangedChangesInnerOldValue.
stringAsContextAttributeDtoValue is a convenience function that returns string wrapped in ContextAttributeDtoValue.
stringAsIdentityAttributesChangedChangesInnerNewValue is a convenience function that returns string wrapped in IdentityAttributesChangedChangesInnerNewValue.
stringAsIdentityAttributesChangedChangesInnerOldValue is a convenience function that returns string wrapped in IdentityAttributesChangedChangesInnerOldValue.
stringAsIdentityAttributesChangedChangesInnerOldValueOneOfValue is a convenience function that returns string wrapped in IdentityAttributesChangedChangesInnerOldValueOneOfValue.
stringAsJsonPatchOperationsValue is a convenience function that returns string wrapped in JsonPatchOperationsValue.
stringAsRoleMiningPotentialRoleSummaryCreatedBy is a convenience function that returns string wrapped in RoleMiningPotentialRoleSummaryCreatedBy.
stringAsRoleMiningSessionResponseCreatedBy is a convenience function that returns string wrapped in RoleMiningSessionResponseCreatedBy.
stringAsUpdateMultiHostSourcesRequestInnerValue is a convenience function that returns string wrapped in UpdateMultiHostSourcesRequestInnerValue.
VAClusterStatusChangeEventAsTriggerExampleInput is a convenience function that returns VAClusterStatusChangeEvent wrapped in TriggerExampleInput.

# Constants

List of AccessRequestRecommendationItemType.
List of AccessRequestRecommendationItemType.
List of AccessRequestType.
List of AccessRequestType.
List of AccessRequestType.
List of AccessType.
List of AccessType.
List of AccountActivityApprovalStatus.
List of AccountActivityApprovalStatus.
List of AccountActivityApprovalStatus.
List of AccountActivityApprovalStatus.
List of AccountActivityApprovalStatus.
List of AccountActivityApprovalStatus.
List of AccountActivityApprovalStatus.
List of AccountActivityItemOperation.
List of AccountActivityItemOperation.
List of AccountActivityItemOperation.
List of AccountActivityItemOperation.
List of AccountActivityItemOperation.
List of AccountActivityItemOperation.
List of AccountActivityItemOperation.
List of AccountActivityItemOperation.
List of AccountActivityItemOperation.
List of AccountActivityItemOperation.
List of AccountActivityItemOperation.
List of ApprovalScheme.
List of ApprovalScheme.
List of ApprovalScheme.
List of ApprovalScheme.
List of ApprovalScheme.
List of ApprovalScheme.
List of ApprovalScheme.
List of ApprovalStatus.
List of ApprovalStatus.
List of ApprovalStatus.
List of ApprovalStatus.
List of ApprovalStatus.
List of AttributeDefinitionType.
List of AttributeDefinitionType.
List of AttributeDefinitionType.
List of AttributeDefinitionType.
List of CertificationPhase.
List of CertificationPhase.
List of CertificationPhase.
List of ClientType.
List of ClientType.
List of CommonAccessItemState.
List of CommonAccessItemState.
List of CommonAccessType.
List of CommonAccessType.
List of CompletedApprovalState.
List of CompletedApprovalState.
List of CompletionStatus.
List of CompletionStatus.
List of CompletionStatus.
List of CompletionStatus.
List of CompletionStatus.
List of ConfigTypeEnum.
List of ConfigTypeEnum.
List of ConfigTypeEnum.
List of ConfigTypeEnumCamel.
List of ConfigTypeEnumCamel.
List of ConfigTypeEnumCamel.
List of ConnectedObjectType.
List of ConnectedObjectType.
List of ConnectedObjectType.
List of ConnectedObjectType.
List of DtoType.
List of DtoType.
List of DtoType.
List of DtoType.
List of DtoType.
List of DtoType.
List of DtoType.
List of DtoType.
List of DtoType.
List of DtoType.
List of DtoType.
List of DtoType.
List of DtoType.
List of DtoType.
List of DtoType.
List of DtoType.
List of DtoType.
List of DtoType.
List of DtoType.
List of DtoType.
List of DtoType.
List of DtoType.
List of DtoType.
List of DtoType.
List of DtoType.
List of DtoType.
List of DtoType.
List of DtoType.
List of ExecutionStatus.
List of ExecutionStatus.
List of ExecutionStatus.
List of ExecutionStatus.
List of GrantType.
List of GrantType.
List of GrantType.
List of HttpAuthenticationType.
List of HttpAuthenticationType.
List of HttpAuthenticationType.
List of HttpDispatchMode.
List of HttpDispatchMode.
List of HttpDispatchMode.
List of InvocationStatusType.
List of InvocationStatusType.
List of LocaleOrigin.
List of LocaleOrigin.
List of LocaleOrigin.
List of ManagedClientStatusEnum.
List of ManagedClientStatusEnum.
List of ManagedClientStatusEnum.
List of ManagedClientStatusEnum.
List of ManagedClientStatusEnum.
List of ManagedClientStatusEnum.
List of ManagedClientStatusEnum.
List of ManagedClientType.
List of ManagedClientType.
List of ManagedClientType.
List of ManagedClientType.
List of ManagedClientType.
List of ManagedClusterTypes.
List of ManagedClusterTypes.
List of ManualWorkItemState.
List of ManualWorkItemState.
List of ManualWorkItemState.
List of ManualWorkItemState.
List of ManualWorkItemState.
List of ManualWorkItemState.
List of Medium.
List of Medium.
List of Medium.
List of Medium.
List of Medium.
List of NonEmployeeSchemaAttributeType.
List of NonEmployeeSchemaAttributeType.
List of NonEmployeeSchemaAttributeType.
List of PendingApprovalAction.
List of PendingApprovalAction.
List of PendingApprovalAction.
List of ProvisioningCriteriaOperation.
List of ProvisioningCriteriaOperation.
List of ProvisioningCriteriaOperation.
List of ProvisioningCriteriaOperation.
List of ProvisioningCriteriaOperation.
List of ProvisioningCriteriaOperation.
List of ProvisioningState.
List of ProvisioningState.
List of ProvisioningState.
List of ProvisioningState.
List of ProvisioningState.
List of ProvisioningState.
List of ReassignmentType.
List of ReassignmentType.
List of ReassignmentType.
List of ReassignmentType.
List of ReassignmentTypeEnum.
List of ReassignmentTypeEnum.
List of ReassignmentTypeEnum.
List of ReassignmentTypeEnum.
List of ReportType.
List of ReportType.
List of ReportType.
List of ReportType.
List of RequestableObjectRequestStatus.
List of RequestableObjectRequestStatus.
List of RequestableObjectRequestStatus.
List of RequestableObjectRequestStatus.
List of RequestableObjectType.
List of RequestableObjectType.
List of RequestableObjectType.
List of RequestedItemStatusRequestState.
List of RequestedItemStatusRequestState.
List of RequestedItemStatusRequestState.
List of RequestedItemStatusRequestState.
List of RequestedItemStatusRequestState.
List of RequestedItemStatusRequestState.
List of RequestedItemStatusRequestState.
List of RequestedItemStatusRequestState.
List of RequestedItemStatusRequestState.
List of RoleAssignmentSourceType.
List of RoleAssignmentSourceType.
List of RoleCriteriaKeyType.
List of RoleCriteriaKeyType.
List of RoleCriteriaKeyType.
List of RoleCriteriaOperation.
List of RoleCriteriaOperation.
List of RoleCriteriaOperation.
List of RoleCriteriaOperation.
List of RoleCriteriaOperation.
List of RoleCriteriaOperation.
List of RoleCriteriaOperation.
List of RoleMembershipSelectorType.
List of RoleMembershipSelectorType.
List of RoleMiningPotentialRoleExportState.
List of RoleMiningPotentialRoleExportState.
List of RoleMiningPotentialRoleExportState.
List of RoleMiningPotentialRoleExportState.
List of RoleMiningPotentialRoleProvisionState.
List of RoleMiningPotentialRoleProvisionState.
List of RoleMiningPotentialRoleProvisionState.
List of RoleMiningPotentialRoleProvisionState.
List of RoleMiningRoleType.
List of RoleMiningRoleType.
List of RoleMiningSessionScopingMethod.
List of RoleMiningSessionScopingMethod.
List of RoleMiningSessionState.
List of RoleMiningSessionState.
List of RoleMiningSessionState.
List of RoleMiningSessionState.
List of RoleMiningSessionState.
List of RoleMiningSessionState.
List of ScheduleType.
List of ScheduleType.
List of ScheduleType.
List of ScheduleType.
List of ScheduleType.
List of StandardLevel.
List of StandardLevel.
List of StandardLevel.
List of StandardLevel.
List of StandardLevel.
List of StandardLevel.
List of StandardLevel.
List of SubscriptionType.
List of SubscriptionType.
List of SubscriptionType.
List of SubscriptionType.
List of SubscriptionType.
List of TriggerType.
List of TriggerType.
List of UsageType.
List of UsageType.
List of UsageType.
List of UsageType.
List of UsageType.
List of UsageType.
List of UsageType.
List of UsageType.
List of UsageType.
List of UsageType.
List of UsageType.
List of UsageType.
List of UsageType.
List of UsageType.
List of UsageType.
List of UsageType.
List of WorkItemState.
List of WorkItemState.
List of WorkItemState.
List of WorkItemState.
List of WorkItemState.
List of WorkItemState.
List of WorkItemState.
List of WorkItemType.
List of WorkItemType.
List of WorkItemType.
List of WorkItemType.
List of WorkItemType.
List of WorkItemType.
List of WorkItemType.
List of WorkItemType.
List of WorkItemType.
List of WorkItemType.
List of WorkItemType.
List of WorkItemType.
List of WorkItemType.
List of WorkItemType.
List of WorkItemType.

# Variables

All allowed values of AccessRequestRecommendationItemType enum.
All allowed values of AccessRequestType enum.
All allowed values of AccessType enum.
All allowed values of AccountActivityApprovalStatus enum.
All allowed values of AccountActivityItemOperation enum.
All allowed values of ApprovalScheme enum.
All allowed values of ApprovalStatus enum.
All allowed values of AttributeDefinitionType enum.
All allowed values of CertificationPhase enum.
All allowed values of ClientType enum.
All allowed values of CommonAccessItemState enum.
All allowed values of CommonAccessType enum.
All allowed values of CompletedApprovalState enum.
All allowed values of CompletionStatus enum.
All allowed values of ConfigTypeEnumCamel enum.
All allowed values of ConfigTypeEnum enum.
All allowed values of ConnectedObjectType enum.
All allowed values of DtoType enum.
All allowed values of ExecutionStatus enum.
All allowed values of GrantType enum.
All allowed values of HttpAuthenticationType enum.
All allowed values of HttpDispatchMode enum.
All allowed values of InvocationStatusType enum.
All allowed values of LocaleOrigin enum.
All allowed values of ManagedClientStatusEnum enum.
All allowed values of ManagedClientType enum.
All allowed values of ManagedClusterTypes enum.
All allowed values of ManualWorkItemState enum.
All allowed values of Medium enum.
All allowed values of NonEmployeeSchemaAttributeType enum.
All allowed values of PendingApprovalAction enum.
All allowed values of ProvisioningCriteriaOperation enum.
All allowed values of ProvisioningState enum.
All allowed values of ReassignmentTypeEnum enum.
All allowed values of ReassignmentType enum.
All allowed values of ReportType enum.
All allowed values of RequestableObjectRequestStatus enum.
All allowed values of RequestableObjectType enum.
All allowed values of RequestedItemStatusRequestState enum.
All allowed values of RoleAssignmentSourceType enum.
All allowed values of RoleCriteriaKeyType enum.
All allowed values of RoleCriteriaOperation enum.
All allowed values of RoleMembershipSelectorType enum.
All allowed values of RoleMiningPotentialRoleExportState enum.
All allowed values of RoleMiningPotentialRoleProvisionState enum.
All allowed values of RoleMiningRoleType enum.
All allowed values of RoleMiningSessionScopingMethod enum.
All allowed values of RoleMiningSessionState enum.
All allowed values of ScheduleType enum.
All allowed values of StandardLevel enum.
All allowed values of SubscriptionType enum.
All allowed values of TriggerType enum.
All allowed values of UsageType enum.
All allowed values of WorkItemState enum.
All allowed values of WorkItemType enum.
ContextOAuth2 takes an oauth2.TokenSource as authentication for the request.
ContextOperationServerIndices uses a server configuration from the index mapping.
ContextOperationServerVariables overrides a server configuration variables using operation specific values.
ContextServerIndex uses a server configuration from the index.
ContextServerVariables overrides a server configuration variables.
No description provided by the author
No description provided by the author

# Structs

AccessConstraint struct for AccessConstraint.
AccessCriteria struct for AccessCriteria.
AccessCriteriaCriteriaListInner struct for AccessCriteriaCriteriaListInner.
AccessItemAccessProfileResponse struct for AccessItemAccessProfileResponse.
AccessItemAccountResponse struct for AccessItemAccountResponse.
AccessItemAppResponse struct for AccessItemAppResponse.
AccessItemApproverDto Identity who approved the access item request.
AccessItemAssociated struct for AccessItemAssociated.
AccessItemAssociatedAccessItem - struct for AccessItemAssociatedAccessItem.
AccessItemDiff struct for AccessItemDiff.
AccessItemEntitlementResponse struct for AccessItemEntitlementResponse.
AccessItemOwnerDto Access item owner's identity.
AccessItemRef struct for AccessItemRef.
AccessItemRemoved struct for AccessItemRemoved.
AccessItemRequestedForDto Identity the access item is requested for.
AccessItemRequester Access item requester's identity.
AccessItemRequesterDto Access item requester's identity.
AccessItemReviewedBy Identity who reviewed the access item request.
AccessItemRoleResponse struct for AccessItemRoleResponse.
AccessProfile Access Profile.
AccessProfileApprovalScheme struct for AccessProfileApprovalScheme.
AccessProfileBulkDeleteRequest struct for AccessProfileBulkDeleteRequest.
AccessProfileBulkDeleteResponse struct for AccessProfileBulkDeleteResponse.
AccessProfileBulkUpdateRequestInner Access Profile's basic details.
AccessProfileDetails struct for AccessProfileDetails.
AccessProfileDetailsAccountSelector How to select account when there are multiple accounts for the user.
AccessProfileRef struct for AccessProfileRef.
AccessProfileSourceRef struct for AccessProfileSourceRef.
AccessProfileUpdateItem struct for AccessProfileUpdateItem.
AccessProfileUsage struct for AccessProfileUsage.
AccessProfileUsageUsedByInner Role using the access profile.
AccessRecommendationMessage struct for AccessRecommendationMessage.
AccessRequest struct for AccessRequest.
AccessRequestConfig struct for AccessRequestConfig.
AccessRequestContext struct for AccessRequestContext.
AccessRequestDynamicApprover struct for AccessRequestDynamicApprover.
AccessRequestDynamicApprover1 struct for AccessRequestDynamicApprover1.
AccessRequestDynamicApproverRequestedItemsInner struct for AccessRequestDynamicApproverRequestedItemsInner.
AccessRequested struct for AccessRequested.
AccessRequestItem struct for AccessRequestItem.
AccessRequestItemResponse struct for AccessRequestItemResponse.
AccessRequestPhases Provides additional details about this access request phase.
AccessRequestPostApproval struct for AccessRequestPostApproval.
AccessRequestPostApprovalRequestedItemsStatusInner struct for AccessRequestPostApprovalRequestedItemsStatusInner.
AccessRequestPostApprovalRequestedItemsStatusInnerApprovalInfoInner struct for AccessRequestPostApprovalRequestedItemsStatusInnerApprovalInfoInner.
AccessRequestPostApprovalRequestedItemsStatusInnerApprovalInfoInnerApprover The identity of the approver.
AccessRequestPreApproval struct for AccessRequestPreApproval.
AccessRequestPreApproval1 struct for AccessRequestPreApproval1.
AccessRequestPreApprovalRequestedItemsInner struct for AccessRequestPreApprovalRequestedItemsInner.
AccessRequestRecommendationActionItemDto struct for AccessRequestRecommendationActionItemDto.
AccessRequestRecommendationActionItemResponseDto struct for AccessRequestRecommendationActionItemResponseDto.
AccessRequestRecommendationItem struct for AccessRequestRecommendationItem.
AccessRequestRecommendationItemDetail struct for AccessRequestRecommendationItemDetail.
AccessRequestRecommendationItemDetailAccess struct for AccessRequestRecommendationItemDetailAccess.
AccessRequestResponse struct for AccessRequestResponse.
No description provided by the author
Account struct for Account.
AccountAction struct for AccountAction.
AccountActivityItem struct for AccountActivityItem.
AccountAggregation struct for AccountAggregation.
AccountAggregationCompleted struct for AccountAggregationCompleted.
AccountAggregationCompletedSource The source the accounts are being aggregated from.
AccountAggregationCompletedStats Overall statistics about the account aggregation.
AccountAggregationStatus struct for AccountAggregationStatus.
AccountAllOfIdentity The identity this account is correlated to.
AccountAllOfOwnerGroup The governance group who owns this account, typically used for non-human accounts.
AccountAllOfOwnerIdentity The identity who owns this account, typically used for non-human accounts.
AccountAllOfSourceOwner The owner of the source this account belongs to.
AccountAttributes struct for AccountAttributes.
AccountAttributesChanged struct for AccountAttributesChanged.
AccountAttributesChangedAccount Details of the account where the attributes changed.
AccountAttributesChangedChangesInner struct for AccountAttributesChangedChangesInner.
AccountAttributesChangedChangesInnerNewValue - The new value of the attribute.
AccountAttributesChangedChangesInnerOldValue - The previous value of the attribute.
AccountAttributesChangedIdentity The identity whose account attributes were updated.
AccountAttributesChangedSource The source that contains the account.
AccountAttributesCreate struct for AccountAttributesCreate.
AccountAttributesCreateAttributes The schema attribute values for the account.
AccountCorrelated struct for AccountCorrelated.
AccountCorrelatedAccount The correlated account.
AccountCorrelatedIdentity Identity the account is correlated with.
AccountCorrelatedSource The source the accounts are being correlated from.
AccountInfoDto struct for AccountInfoDto.
AccountRequestInfo If an account activity item is associated with an access request, captures details of that request.
AccountsAsyncResult Accounts async response containing details on started async process.
AccountsCollectedForAggregation struct for AccountsCollectedForAggregation.
AccountsCollectedForAggregationSource Reference to the source that has been aggregated.
AccountsCollectedForAggregationStats Overall statistics about the account collection.
AccountStatusChanged struct for AccountStatusChanged.
AccountStatusChangedAccount struct for AccountStatusChangedAccount.
AccountStatusChangedStatusChange struct for AccountStatusChangedStatusChange.
AccountToggleRequest Request used for account enable/disable.
AccountUncorrelated struct for AccountUncorrelated.
AccountUncorrelatedAccount Uncorrelated account.
AccountUncorrelatedIdentity Identity the account is uncorrelated with.
AccountUncorrelatedSource The source the accounts are uncorrelated from.
AccountUnlockRequest Request used for account unlock.
AccountUsage struct for AccountUsage.
ActivateCampaignOptions struct for ActivateCampaignOptions.
AdminReviewReassign struct for AdminReviewReassign.
AdminReviewReassignReassignTo struct for AdminReviewReassignReassignTo.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
APIClient manages communication with the Identity Security Cloud Beta API API v3.1.0-beta In most cases there should be only one, shared, APIClient.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
APIKey provides API key based authentication to a request passed via context using ContextAPIKey.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
APIResponse stores the API response returned by the server.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
AppAccountDetails struct for AppAccountDetails.
AppAccountDetailsSourceAccount struct for AppAccountDetailsSourceAccount.
Approval Approval Object.
ApprovalBatch Batch properties if an approval is sent via batching.
ApprovalComment Comments Object.
ApprovalDescription The description of what the approval is asking for.
ApprovalForwardHistory struct for ApprovalForwardHistory.
ApprovalIdentity Identity Object.
ApprovalInfoResponse struct for ApprovalInfoResponse.
ApprovalItemDetails struct for ApprovalItemDetails.
ApprovalItems struct for ApprovalItems.
ApprovalName Approval Name Object.
ApprovalReference Reference objects related to the approval.
ApprovalReminderAndEscalationConfig struct for ApprovalReminderAndEscalationConfig.
ApprovalSchemeForRole struct for ApprovalSchemeForRole.
ApprovalStatusDto struct for ApprovalStatusDto.
ApprovalStatusDtoCurrentOwner struct for ApprovalStatusDtoCurrentOwner.
ApprovalStatusDtoOriginalOwner Identity of orginal approval owner.
ApprovalSummary struct for ApprovalSummary.
Argument struct for Argument.
ArrayInner struct for ArrayInner.
ArrayInner1 struct for ArrayInner1.
AssignmentContextDto struct for AssignmentContextDto.
AttributeChange struct for AttributeChange.
AttributeDefinition struct for AttributeDefinition.
AttributeDefinitionSchema A reference to the schema on the source to the attribute values map to.
AttributeDTO struct for AttributeDTO.
AttributeDTOList struct for AttributeDTOList.
AttributesChanged struct for AttributesChanged.
AttributeValueDTO struct for AttributeValueDTO.
AttrSyncSource Target source for attribute synchronization.
AttrSyncSourceAttributeConfig Specification of source attribute sync mapping configuration for an identity attribute.
AttrSyncSourceConfig Specification of attribute sync configuration for a source.
AuditDetails Audit details for the reassignment configuration of an identity.
AuthProfile struct for AuthProfile.
AuthProfileSummary struct for AuthProfileSummary.
BaseCommonDto struct for BaseCommonDto.
BaseCommonDto1 struct for BaseCommonDto1.
BaseReferenceDto struct for BaseReferenceDto.
BaseReferenceDto1 struct for BaseReferenceDto1.
BasicAuth provides basic http authentication to a request passed via context using ContextBasicAuth.
BasicAuthConfig Config required if BASIC_AUTH is used.
BearerTokenAuthConfig Config required if BEARER_TOKEN authentication is used.
BeforeProvisioningRuleDto Before Provisioning Rule.
BulkIdentitiesAccountsResponse Bulk response object.
BulkTaggedObject struct for BulkTaggedObject.
BulkWorkgroupMembersRequestInner Identity's basic details.
Campaign struct for Campaign.
CampaignActivated struct for CampaignActivated.
CampaignActivatedCampaign Details about the certification campaign that was activated.
CampaignActivatedCampaignCampaignOwner Details of the identity that owns the campaign.
CampaignAlert struct for CampaignAlert.
CampaignEnded struct for CampaignEnded.
CampaignEndedCampaign Details about the certification campaign that ended.
CampaignGenerated struct for CampaignGenerated.
CampaignGeneratedCampaign Details about the campaign that was generated.
CampaignGeneratedCampaignCampaignOwner The identity that owns the campaign.
CampaignReference struct for CampaignReference.
CampaignReport struct for CampaignReport.
CampaignReportsConfig struct for CampaignReportsConfig.
CampaignTemplate Campaign Template.
CampaignTemplateOwnerRef The owner of this template, and the owner of campaigns generated from this template via a schedule.
CancelableAccountActivity struct for CancelableAccountActivity.
CancelAccessRequest Request body payload for cancel access request endpoint.
CancelledRequestDetails Provides additional details for a request that has been cancelled.
CertificationDto struct for CertificationDto.
CertificationReference Previous certification.
CertificationReferenceDto Certification for review.
CertificationSignedOff struct for CertificationSignedOff.
CertificationSignedOffCertification The certification campaign that was signed off on.
CertificationTask struct for CertificationTask.
CertifierResponse struct for CertifierResponse.
Children struct for Children.
ClientLogConfiguration Client Runtime Logging Configuration.
CloseAccessRequest Request body payload for close access requests endpoint.
Comment struct for Comment.
CommentDto struct for CommentDto.
CommentDto1 struct for CommentDto1.
CommentDto1Author Author of the comment.
CommentDtoAuthor struct for CommentDtoAuthor.
CommonAccessIDStatus struct for CommonAccessIDStatus.
CommonAccessItemAccess struct for CommonAccessItemAccess.
CommonAccessItemRequest struct for CommonAccessItemRequest.
CommonAccessItemResponse struct for CommonAccessItemResponse.
CommonAccessResponse struct for CommonAccessResponse.
CompleteCampaignOptions struct for CompleteCampaignOptions.
CompletedApproval struct for CompletedApproval.
CompletedApprovalPreApprovalTriggerResult If the access request submitted event trigger is configured and this access request was intercepted by it, then this is the result of the trigger's decision to either approve or deny the request.
CompletedApprovalReviewedBy Identity who reviewed the access item request.
CompleteInvocation struct for CompleteInvocation.
CompleteInvocationInput struct for CompleteInvocationInput.
ConditionEffect Effect produced by a condition.
ConditionEffectConfig Arbitrary map containing a configuration based on the EffectType.
ConditionRule struct for ConditionRule.
ConfigObject Config export and import format for individual object configurations.
ConfigType Type of Reassignment Configuration.
Configuration stores the configuration of the API client.
ConfigurationDetailsResponse The request body of Reassignment Configuration Details for a specific identity and config type.
ConfigurationItemRequest The request body for creation or update of a Reassignment Configuration for a single identity and work type.
ConfigurationItemResponse The response body of a Reassignment Configuration for a single identity.
ConfigurationResponse The response body of a Reassignment Configuration for a single identity.
ConflictingAccessCriteria struct for ConflictingAccessCriteria.
ConnectedObject struct for ConnectedObject.
ConnectorDetail struct for ConnectorDetail.
ConnectorRuleCreateRequest ConnectorRuleCreateRequest.
ConnectorRuleCreateRequestSignature The rule's function signature.
ConnectorRuleResponse ConnectorRuleResponse.
ConnectorRuleUpdateRequest ConnectorRuleUpdateRequest.
ConnectorRuleValidationResponse ConnectorRuleValidationResponse.
ConnectorRuleValidationResponseDetailsInner CodeErrorDetail.
ContextAttributeDto struct for ContextAttributeDto.
ContextAttributeDtoValue - The value of the attribute.
CorrelatedGovernanceEvent struct for CorrelatedGovernanceEvent.
CorrelationConfig Source configuration information that is used by correlation process.
CorrelationConfigAttributeAssignmentsInner The attribute assignment of the correlation configuration.
CreateDomainDkim405Response struct for CreateDomainDkim405Response.
CreateFormDefinitionFileRequestRequest struct for CreateFormDefinitionFileRequestRequest.
CreateFormDefinitionRequest struct for CreateFormDefinitionRequest.
CreateFormInstanceRequest struct for CreateFormInstanceRequest.
CreateOAuthClientRequest struct for CreateOAuthClientRequest.
CreateOAuthClientResponse struct for CreateOAuthClientResponse.
CreatePersonalAccessTokenRequest Object for specifying the name of a personal access token to create.
CreatePersonalAccessTokenResponse struct for CreatePersonalAccessTokenResponse.
CreateWorkflowRequest struct for CreateWorkflowRequest.
CustomPasswordInstruction struct for CustomPasswordInstruction.
Delete202Response struct for Delete202Response.
DeleteCampaignsRequest struct for DeleteCampaignsRequest.
DeleteNonEmployeeRecordInBulkRequest struct for DeleteNonEmployeeRecordInBulkRequest.
DeleteVendorConnectorMapping200Response struct for DeleteVendorConnectorMapping200Response.
DimensionRef struct for DimensionRef.
DkimAttributes DKIM attributes for a domain or identity.
DomainAddress struct for DomainAddress.
DomainStatusDto Domain status DTO containing everything required to verify via DKIM.
DuoVerificationRequest struct for DuoVerificationRequest.
EmailNotificationOption struct for EmailNotificationOption.
EmailStatusDto struct for EmailStatusDto.
Entitlement struct for Entitlement.
EntitlementAccessModelMetadata struct for EntitlementAccessModelMetadata.
EntitlementAccessRequestConfig struct for EntitlementAccessRequestConfig.
EntitlementApprovalScheme struct for EntitlementApprovalScheme.
EntitlementBulkUpdateRequest struct for EntitlementBulkUpdateRequest.
EntitlementManuallyUpdatedFields struct for EntitlementManuallyUpdatedFields.
EntitlementOwner struct for EntitlementOwner.
EntitlementRef Entitlement including a specific set of access.
EntitlementRequestConfig struct for EntitlementRequestConfig.
EntitlementRequestConfig1 struct for EntitlementRequestConfig1.
EntitlementSource struct for EntitlementSource.
EntitlementSourceResetBaseReferenceDto struct for EntitlementSourceResetBaseReferenceDto.
EntityCreatedByDTO struct for EntityCreatedByDTO.
Error struct for Error.
ErrorMessage struct for ErrorMessage.
ErrorMessageDto struct for ErrorMessageDto.
ErrorResponseDto struct for ErrorResponseDto.
EvaluateResponse The response body for Evaluate Reassignment Configuration.
EventBridgeConfig struct for EventBridgeConfig.
ExceptionAccessCriteria struct for ExceptionAccessCriteria.
ExceptionCriteria struct for ExceptionCriteria.
ExceptionCriteriaAccess Access reference with addition of boolean existing flag to indicate whether the access was extant.
ExceptionCriteriaCriteriaListInner The types of objects supported for SOD violations.
ExportFormDefinitionsByTenant200ResponseInner struct for ExportFormDefinitionsByTenant200ResponseInner.
ExportOptions struct for ExportOptions.
ExportPayload struct for ExportPayload.
Expression struct for Expression.
FeatureValueDto struct for FeatureValueDto.
Field struct for Field.
FieldDetails struct for FieldDetails.
FieldDetailsDto struct for FieldDetailsDto.
Form struct for Form.
FormCondition Represent a form conditional.
FormDefinitionDynamicSchemaRequest struct for FormDefinitionDynamicSchemaRequest.
FormDefinitionDynamicSchemaRequestAttributes struct for FormDefinitionDynamicSchemaRequestAttributes.
FormDefinitionDynamicSchemaResponse struct for FormDefinitionDynamicSchemaResponse.
FormDefinitionFileUploadResponse struct for FormDefinitionFileUploadResponse.
FormDefinitionInput struct for FormDefinitionInput.
FormDefinitionResponse struct for FormDefinitionResponse.
FormDefinitionSelfImportExportDto Self block for imported/exported object.
FormDetails struct for FormDetails.
FormElement struct for FormElement.
FormElementDataSourceConfigOptions struct for FormElementDataSourceConfigOptions.
FormElementDynamicDataSource struct for FormElementDynamicDataSource.
FormElementDynamicDataSourceConfig struct for FormElementDynamicDataSourceConfig.
FormElementPreviewRequest struct for FormElementPreviewRequest.
FormElementValidationsSet Set of FormElementValidation items.
FormError struct for FormError.
FormInstanceCreatedBy struct for FormInstanceCreatedBy.
FormInstanceRecipient struct for FormInstanceRecipient.
FormInstanceResponse struct for FormInstanceResponse.
FormItem struct for FormItem.
FormItemDetails struct for FormItemDetails.
FormOwner struct for FormOwner.
FormUsedBy struct for FormUsedBy.
ForwardApprovalDto struct for ForwardApprovalDto.
Fullcampaign struct for Fullcampaign.
FullcampaignAllOfFilter Determines which items will be included in this campaign.
FullcampaignAllOfRoleCompositionCampaignInfo Optional configuration options for role composition campaigns.
FullcampaignAllOfRoleCompositionCampaignInfoRemediatorRef This determines who remediation tasks will be assigned to.
FullcampaignAllOfSearchCampaignInfo Must be set only if the campaign type is SEARCH.
FullcampaignAllOfSearchCampaignInfoReviewer If specified, this identity or governance group will be the reviewer for all certifications in this campaign.
FullcampaignAllOfSourceOwnerCampaignInfo Must be set only if the campaign type is SOURCE_OWNER.
FullcampaignAllOfSourcesWithOrphanEntitlements struct for FullcampaignAllOfSourcesWithOrphanEntitlements.
FullDiscoveredApplications Discovered applications with their respective associated sources.
GenericOpenAPIError Provides access to the body, error and model on returned errors.
GetActiveCampaigns200ResponseInner - struct for GetActiveCampaigns200ResponseInner.
GetDiscoveredApplications200ResponseInner - struct for GetDiscoveredApplications200ResponseInner.
GetFormDefinitionByKey400Response struct for GetFormDefinitionByKey400Response.
GetHistoricalIdentityEvents200ResponseInner struct for GetHistoricalIdentityEvents200ResponseInner.
GetOAuthClientResponse struct for GetOAuthClientResponse.
GetPersonalAccessTokenResponse struct for GetPersonalAccessTokenResponse.
GetRoleAssignments200ResponseInner struct for GetRoleAssignments200ResponseInner.
HttpConfig struct for HttpConfig.
IdentitiesAccountsBulkRequest struct for IdentitiesAccountsBulkRequest.
Identity struct for Identity.
Identity1 The definition of an Identity according to the Reassignment Configuration service.
IdentityAssociationDetails struct for IdentityAssociationDetails.
IdentityAssociationDetailsAssociationDetailsInner struct for IdentityAssociationDetailsAssociationDetailsInner.
IdentityAttribute struct for IdentityAttribute.
IdentityAttributeConfig struct for IdentityAttributeConfig.
IdentityAttributeConfig1 Defines all the identity attribute mapping configurations.
IdentityAttributeNames Identity attribute IDs.
IdentityAttributePreview struct for IdentityAttributePreview.
IdentityAttributesChanged struct for IdentityAttributesChanged.
IdentityAttributesChangedChangesInner struct for IdentityAttributesChangedChangesInner.
IdentityAttributesChangedChangesInnerNewValue - The value of the identity attribute after it changed.
IdentityAttributesChangedChangesInnerOldValue - The value of the identity attribute before it changed.
IdentityAttributesChangedChangesInnerOldValueOneOfValue - struct for IdentityAttributesChangedChangesInnerOldValueOneOfValue.
IdentityAttributesChangedIdentity Identity whose attributes changed.
IdentityAttributeTransform struct for IdentityAttributeTransform.
IdentityAttributeTransform1 Defines a transformation definition for an identity attribute.
IdentityCertificationTask struct for IdentityCertificationTask.
IdentityCertified struct for IdentityCertified.
IdentityCompareResponse struct for IdentityCompareResponse.
IdentityCreated struct for IdentityCreated.
IdentityCreatedIdentity Created identity.
IdentityDeleted struct for IdentityDeleted.
IdentityDeletedIdentity Deleted identity.
IdentityEntities struct for IdentityEntities.
IdentityEntitiesIdentityEntity struct for IdentityEntitiesIdentityEntity.
IdentityExceptionReportReference struct for IdentityExceptionReportReference.
IdentityExceptionReportReference1 struct for IdentityExceptionReportReference1.
IdentityHistoryResponse struct for IdentityHistoryResponse.
IdentityLifecycleState struct for IdentityLifecycleState.
IdentityListItem struct for IdentityListItem.
IdentityManagerRef Identity's manager.
IdentityOwnershipAssociationDetails struct for IdentityOwnershipAssociationDetails.
IdentityOwnershipAssociationDetailsAssociationDetailsInner struct for IdentityOwnershipAssociationDetailsAssociationDetailsInner.
IdentityPreviewRequest struct for IdentityPreviewRequest.
IdentityPreviewResponse struct for IdentityPreviewResponse.
IdentityPreviewResponseIdentity Identity's manager.
IdentityProfile struct for IdentityProfile.
IdentityProfile1 struct for IdentityProfile1.
IdentityProfile1AllOfAuthoritativeSource struct for IdentityProfile1AllOfAuthoritativeSource.
IdentityProfileAllOfAuthoritativeSource The authoritative source for this Identity Profile.
IdentityProfileAllOfOwner The owner of the Identity Profile.
IdentityProfileExportedObject Identity Profile exported object.
IdentityReference The manager for the identity.
IdentityReferenceWithId struct for IdentityReferenceWithId.
IdentityReferenceWithNameAndEmail struct for IdentityReferenceWithNameAndEmail.
IdentitySnapshotSummaryResponse struct for IdentitySnapshotSummaryResponse.
IdentitySummary struct for IdentitySummary.
IdentitySyncJob struct for IdentitySyncJob.
IdentitySyncPayload struct for IdentitySyncPayload.
IdentityWithNewAccess An identity with a set of access to be added.
IdentityWithNewAccessAccessRefsInner Entitlement including a specific set of access.
ImportAccountsRequest struct for ImportAccountsRequest.
ImportAccountsRequest1 This content type is provided for compatibility with services that don't support multipart/form-data, such as SailPoint Workflows.
ImportEntitlementsBySourceRequest struct for ImportEntitlementsBySourceRequest.
ImportEntitlementsRequest struct for ImportEntitlementsRequest.
ImportFormDefinitions202Response struct for ImportFormDefinitions202Response.
ImportFormDefinitions202ResponseErrorsInner struct for ImportFormDefinitions202ResponseErrorsInner.
ImportFormDefinitionsRequestInner struct for ImportFormDefinitionsRequestInner.
ImportNonEmployeeRecordsInBulkRequest struct for ImportNonEmployeeRecordsInBulkRequest.
ImportObject Object created or updated by import.
ImportOptions struct for ImportOptions.
ImportSpConfigRequest struct for ImportSpConfigRequest.
InviteIdentitiesRequest struct for InviteIdentitiesRequest.
Invocation struct for Invocation.
InvocationStatus struct for InvocationStatus.
JsonPatch A JSONPatch document as defined by [RFC 6902 - JSON Patch](https://tools.ietf.org/html/rfc6902).
JsonPatchOperation A JSONPatch Operation as defined by [RFC 6902 - JSON Patch](https://tools.ietf.org/html/rfc6902).
JsonPatchOperations A limited JSONPatch Operation as defined by [RFC 6902 - JSON Patch](https://tools.ietf.org/html/rfc6902).
JsonPatchOperationsValue - The value to be used for the operation, required for \"add\" and \"replace\" operations.
KbaAnswerRequestItem struct for KbaAnswerRequestItem.
KbaAnswerResponseItem struct for KbaAnswerResponseItem.
KbaAuthResponse struct for KbaAuthResponse.
KbaAuthResponseItem struct for KbaAuthResponseItem.
KbaQuestion KBA Configuration.
LatestOutlierSummary struct for LatestOutlierSummary.
License struct for License.
LifecycleState struct for LifecycleState.
LifecycleStateDto struct for LifecycleStateDto.
ListAccessModelMetadataAttribute401Response struct for ListAccessModelMetadataAttribute401Response.
ListAccessModelMetadataAttribute429Response struct for ListAccessModelMetadataAttribute429Response.
ListCompleteWorkflowLibrary200ResponseInner struct for ListCompleteWorkflowLibrary200ResponseInner.
ListFormDefinitionsByTenantResponse struct for ListFormDefinitionsByTenantResponse.
ListFormElementDataByElementIDResponse struct for ListFormElementDataByElementIDResponse.
ListIdentityAccessItems200ResponseInner - struct for ListIdentityAccessItems200ResponseInner.
ListPredefinedSelectOptionsResponse struct for ListPredefinedSelectOptionsResponse.
ListWorkgroupMembers200ResponseInner Identity of workgroup member.
LoadAccountsTask struct for LoadAccountsTask.
LoadAccountsTaskTask struct for LoadAccountsTaskTask.
LoadAccountsTaskTaskAttributes Extra attributes map(dictionary) for the task.
LoadAccountsTaskTaskMessagesInner struct for LoadAccountsTaskTaskMessagesInner.
LoadAccountsTaskTaskReturnsInner struct for LoadAccountsTaskTaskReturnsInner.
LoadEntitlementTask struct for LoadEntitlementTask.
LoadEntitlementTaskReturnsInner struct for LoadEntitlementTaskReturnsInner.
LoadUncorrelatedAccountsTask struct for LoadUncorrelatedAccountsTask.
LoadUncorrelatedAccountsTaskTask struct for LoadUncorrelatedAccountsTaskTask.
LoadUncorrelatedAccountsTaskTaskAttributes Extra attributes map(dictionary) for the task.
LoadUncorrelatedAccountsTaskTaskMessagesInner struct for LoadUncorrelatedAccountsTaskTaskMessagesInner.
LocalizedMessage Localized error message to indicate a failed invocation or error if any.
LookupStep The definition of an Identity according to the Reassignment Configuration service.
MailFromAttributes MAIL FROM attributes for a domain / identity.
MailFromAttributesDto MAIL FROM attributes for a domain / identity.
ManagedClient Managed Client.
ManagedClientStatus Managed Client Status.
ManagedClientStatusAggResponse Managed Client Status.
ManagedCluster Managed Cluster.
ManagedClusterAttributes Managed Cluster Attributes for Cluster Configuration.
ManagedClusterKeyPair Managed Cluster key pair for Cluster.
ManagedClusterQueue Managed Cluster key pair for Cluster.
ManagedClusterRedis Managed Cluster Redis Configuration.
ManagerCorrelationMapping struct for ManagerCorrelationMapping.
ManualDiscoverApplications struct for ManualDiscoverApplications.
ManualDiscoverApplicationsTemplate struct for ManualDiscoverApplicationsTemplate.
ManuallyUpdatedFieldsDTO struct for ManuallyUpdatedFieldsDTO.
ManualWorkItemDetails struct for ManualWorkItemDetails.
ManualWorkItemDetailsCurrentOwner Identity of current work item owner.
ManualWorkItemDetailsOriginalOwner Identity of original work item owner, if the work item has been forwarded.
MatchTerm struct for MatchTerm.
MessageCatalogDto struct for MessageCatalogDto.
MetricResponse struct for MetricResponse.
MfaConfigTestResponse Response model for configuration test of a given MFA method.
MfaDuoConfig struct for MfaDuoConfig.
MfaOktaConfig struct for MfaOktaConfig.
MultiHostIntegrations struct for MultiHostIntegrations.
MultiHostIntegrationsAggScheduleUpdate struct for MultiHostIntegrationsAggScheduleUpdate.
MultiHostIntegrationsCluster Reference to the source's associated cluster.
MultiHostIntegrationsConnectorAttributes Connector specific configuration.
MultiHostIntegrationsConnectorAttributesConnectorFileUploadHistory struct for MultiHostIntegrationsConnectorAttributesConnectorFileUploadHistory.
MultiHostIntegrationsConnectorAttributesMultiHostAttributes Attributes of Multi-Host Integration.
MultiHostIntegrationsCreate struct for MultiHostIntegrationsCreate.
MultiHostIntegrationsCreateSources This represents sources to be created of same type.
MultiHostIntegrationsManagementWorkgroup Reference to management workgroup for the source.
MultiHostIntegrationsOwner Reference to identity object who owns the source.
MultiHostIntegrationTemplateType This represents a Multi-Host Integration template type.
MultiHostSources struct for MultiHostSources.
MultiHostSourcesAccountCorrelationConfig Reference to account correlation config object.
MultiHostSourcesAccountCorrelationRule Reference to a rule that can do COMPLEX correlation.
MultiHostSourcesBeforeProvisioningRule Rule that runs on the CCG and allows for customization of provisioning plans before the API calls the connector.
MultiHostSourcesManagerCorrelationRule Reference to the ManagerCorrelationRule.
MultiHostSourcesPasswordPoliciesInner struct for MultiHostSourcesPasswordPoliciesInner.
MultiHostSourcesSchemasInner struct for MultiHostSourcesSchemasInner.
MultiPolicyRequest struct for MultiPolicyRequest.
NativeChangeDetectionConfig Source configuration information for Native Change Detection that is read and used by account aggregation process.
NonEmployeeApprovalDecision struct for NonEmployeeApprovalDecision.
NonEmployeeApprovalItem struct for NonEmployeeApprovalItem.
NonEmployeeApprovalItemBase struct for NonEmployeeApprovalItemBase.
NonEmployeeApprovalItemDetail struct for NonEmployeeApprovalItemDetail.
NonEmployeeApprovalSummary struct for NonEmployeeApprovalSummary.
NonEmployeeBulkUploadJob struct for NonEmployeeBulkUploadJob.
NonEmployeeBulkUploadStatus struct for NonEmployeeBulkUploadStatus.
NonEmployeeIdnUserRequest struct for NonEmployeeIdnUserRequest.
NonEmployeeRecord struct for NonEmployeeRecord.
NonEmployeeRejectApprovalDecision struct for NonEmployeeRejectApprovalDecision.
NonEmployeeRequest struct for NonEmployeeRequest.
NonEmployeeRequestBody struct for NonEmployeeRequestBody.
NonEmployeeRequestLite struct for NonEmployeeRequestLite.
NonEmployeeRequestSummary struct for NonEmployeeRequestSummary.
NonEmployeeRequestWithoutApprovalItem struct for NonEmployeeRequestWithoutApprovalItem.
NonEmployeeSchemaAttribute struct for NonEmployeeSchemaAttribute.
NonEmployeeSchemaAttributeBody struct for NonEmployeeSchemaAttributeBody.
NonEmployeeSource struct for NonEmployeeSource.
NonEmployeeSourceLite struct for NonEmployeeSourceLite.
NonEmployeeSourceLiteWithSchemaAttributes struct for NonEmployeeSourceLiteWithSchemaAttributes.
NonEmployeeSourceRequestBody struct for NonEmployeeSourceRequestBody.
NonEmployeeSourceWithCloudExternalId struct for NonEmployeeSourceWithCloudExternalId.
NonEmployeeSourceWithNECount struct for NonEmployeeSourceWithNECount.
NotificationTemplateContext struct for NotificationTemplateContext.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
ObjectExportImportOptions struct for ObjectExportImportOptions.
ObjectImportResult Response model for import of a single object.
OktaVerificationRequest struct for OktaVerificationRequest.
OrgConfig DTO class for OrgConfig data accessible by customer external org admin (\"ORG_ADMIN\") users.
Outlier struct for Outlier.
OutlierContributingFeature struct for OutlierContributingFeature.
OutlierContributingFeatureValue - The feature value.
OutlierFeatureSummary struct for OutlierFeatureSummary.
OutlierFeatureSummaryOutlierFeatureDisplayValuesInner struct for OutlierFeatureSummaryOutlierFeatureDisplayValuesInner.
OutlierFeatureTranslation struct for OutlierFeatureTranslation.
OutliersContributingFeatureAccessItems struct for OutliersContributingFeatureAccessItems.
OutlierSummary struct for OutlierSummary.
OwnerDto Owner's identity.
OwnerReference The owner of this object.
OwnerReferenceDto Simplified DTO for the owner object of the entitlement.
OwnerReferenceSegments The owner of this object.
PasswordChangeRequest struct for PasswordChangeRequest.
PasswordChangeResponse struct for PasswordChangeResponse.
PasswordDigitToken struct for PasswordDigitToken.
PasswordDigitTokenReset struct for PasswordDigitTokenReset.
PasswordInfo struct for PasswordInfo.
PasswordInfoAccount struct for PasswordInfoAccount.
PasswordInfoQueryDTO struct for PasswordInfoQueryDTO.
PasswordOrgConfig struct for PasswordOrgConfig.
PasswordPolicyV3Dto struct for PasswordPolicyV3Dto.
PasswordStatus struct for PasswordStatus.
PasswordSyncGroup struct for PasswordSyncGroup.
PatchPotentialRoleRequestInner struct for PatchPotentialRoleRequestInner.
PatchServiceDeskIntegrationRequest A JSONPatch document as defined by [RFC 6902 - JSON Patch](https://tools.ietf.org/html/rfc6902).
PatOwner Personal access token owner's identity.
PeerGroupMember struct for PeerGroupMember.
PendingApproval struct for PendingApproval.
PermissionDto Simplified DTO for the Permission objects stored in SailPoint's database.
PostExternalExecuteWorkflow200Response struct for PostExternalExecuteWorkflow200Response.
PostExternalExecuteWorkflowRequest struct for PostExternalExecuteWorkflowRequest.
PreApprovalTriggerDetails Provides additional details about the pre-approval trigger for this request.
PreferencesDto Maps an Identity's attribute key to a list of preferred notification mediums.
PreviewDataSourceResponse PreviewDataSourceResponse is the response sent by /form-definitions/{formDefinitionID}/data-source endpoint.
ProcessIdentitiesRequest struct for ProcessIdentitiesRequest.
Product struct for Product.
ProvisioningCompleted struct for ProvisioningCompleted.
ProvisioningCompletedAccountRequestsInner struct for ProvisioningCompletedAccountRequestsInner.
ProvisioningCompletedAccountRequestsInnerAttributeRequestsInner struct for ProvisioningCompletedAccountRequestsInnerAttributeRequestsInner.
ProvisioningCompletedAccountRequestsInnerSource Reference to the source being provisioned against.
ProvisioningCompletedRecipient Provisioning recpient.
ProvisioningCompletedRequester Provisioning requester's identity.
ProvisioningConfig Specification of a Service Desk integration provisioning configuration.
ProvisioningConfigManagedResourceRefsInner struct for ProvisioningConfigManagedResourceRefsInner.
ProvisioningConfigPlanInitializerScript This is a reference to a plan initializer script.
ProvisioningCriteriaLevel1 Defines matching criteria for an Account to be provisioned with a specific Access Profile.
ProvisioningCriteriaLevel2 Defines matching criteria for an Account to be provisioned with a specific Access Profile.
ProvisioningCriteriaLevel3 Defines matching criteria for an Account to be provisioned with a specific Access Profile.
ProvisioningDetails Provides additional details about provisioning for this request.
ProvisioningPolicyDto struct for ProvisioningPolicyDto.
PublicIdentityAttributeConfig Used to map an attribute key for an Identity to its display name.
PublicIdentityConfig Details of up to 5 Identity attributes that will be publicly accessible for all Identities to anyone in the org.
PutPasswordDictionaryRequest struct for PutPasswordDictionaryRequest.
QueuedCheckConfigDetails Configuration of maximum number days and interval for checking Service Desk integration queue status.
Reassignment struct for Reassignment.
ReassignReference struct for ReassignReference.
RecommendationConfigDto struct for RecommendationConfigDto.
RecommendationRequest struct for RecommendationRequest.
RecommendationRequestDto struct for RecommendationRequestDto.
RecommendationResponse struct for RecommendationResponse.
RecommendationResponseDto struct for RecommendationResponseDto.
RecommenderCalculations struct for RecommenderCalculations.
RecommenderCalculationsIdentityAttributesValue struct for RecommenderCalculationsIdentityAttributesValue.
RemediationItemDetails struct for RemediationItemDetails.
RemediationItems struct for RemediationItems.
ReportConfigDTO struct for ReportConfigDTO.
ReportResultReference struct for ReportResultReference.
Requestability struct for Requestability.
RequestabilityForRole struct for RequestabilityForRole.
RequestableObject struct for RequestableObject.
RequestableObjectReference struct for RequestableObjectReference.
RequestedItemStatus struct for RequestedItemStatus.
RequestedItemStatusCancelledRequestDetails struct for RequestedItemStatusCancelledRequestDetails.
RequestedItemStatusPreApprovalTriggerDetails struct for RequestedItemStatusPreApprovalTriggerDetails.
RequestedItemStatusProvisioningDetails struct for RequestedItemStatusProvisioningDetails.
RequestedItemStatusRequestedFor Identity access was requested for.
RequestedItemStatusRequesterComment struct for RequestedItemStatusRequesterComment.
RequestedItemStatusSodViolationContext struct for RequestedItemStatusSodViolationContext.
RequestOnBehalfOfConfig struct for RequestOnBehalfOfConfig.
ResourceBundleMessage struct for ResourceBundleMessage.
ResourceObject Representation of the object which is returned from source connectors.
ResourceObjectsRequest Request model for peek resource objects from source connectors.
ResourceObjectsResponse Response model for peek resource objects from source connectors.
Reviewer Details of the reviewer for certification.
ReviewReassign struct for ReviewReassign.
Revocability struct for Revocability.
RevocabilityForRole struct for RevocabilityForRole.
Role A Role.
RoleAssignmentDto struct for RoleAssignmentDto.
RoleAssignmentRef struct for RoleAssignmentRef.
RoleBulkDeleteRequest struct for RoleBulkDeleteRequest.
RoleCriteriaKey Refers to a specific Identity attribute, Account attibute, or Entitlement used in Role membership criteria.
RoleCriteriaLevel1 Defines STANDARD type Role membership.
RoleCriteriaLevel2 Defines STANDARD type Role membership.
RoleCriteriaLevel3 Defines STANDARD type Role membership.
RoleIdentity A subset of the fields of an Identity which is a member of a Role.
RoleInsight struct for RoleInsight.
RoleInsightsEntitlement struct for RoleInsightsEntitlement.
RoleInsightsEntitlementChanges struct for RoleInsightsEntitlementChanges.
RoleInsightsIdentities struct for RoleInsightsIdentities.
RoleInsightsInsight struct for RoleInsightsInsight.
RoleInsightsResponse struct for RoleInsightsResponse.
RoleInsightsRole struct for RoleInsightsRole.
RoleInsightsSummary struct for RoleInsightsSummary.
RoleMatchDto struct for RoleMatchDto.
RoleMembershipIdentity A reference to an Identity in an IDENTITY_LIST role membership criteria.
RoleMembershipSelector When present, specifies that the Role is to be granted to Identities which either satisfy specific criteria or which are members of a given list of Identities.
RoleMiningEntitlement struct for RoleMiningEntitlement.
RoleMiningEntitlementRef struct for RoleMiningEntitlementRef.
RoleMiningIdentity struct for RoleMiningIdentity.
RoleMiningIdentityDistribution struct for RoleMiningIdentityDistribution.
RoleMiningPotentialRole struct for RoleMiningPotentialRole.
RoleMiningPotentialRoleApplication struct for RoleMiningPotentialRoleApplication.
RoleMiningPotentialRoleEditEntitlements struct for RoleMiningPotentialRoleEditEntitlements.
RoleMiningPotentialRoleExportRequest struct for RoleMiningPotentialRoleExportRequest.
RoleMiningPotentialRoleExportResponse struct for RoleMiningPotentialRoleExportResponse.
RoleMiningPotentialRoleProvisionRequest struct for RoleMiningPotentialRoleProvisionRequest.
RoleMiningPotentialRoleRef struct for RoleMiningPotentialRoleRef.
RoleMiningPotentialRoleSourceUsage struct for RoleMiningPotentialRoleSourceUsage.
RoleMiningPotentialRoleSummary struct for RoleMiningPotentialRoleSummary.
RoleMiningPotentialRoleSummaryCreatedBy - The potential role created by details.
RoleMiningSessionDraftRoleDto struct for RoleMiningSessionDraftRoleDto.
RoleMiningSessionDto struct for RoleMiningSessionDto.
RoleMiningSessionParametersDto struct for RoleMiningSessionParametersDto.
RoleMiningSessionResponse struct for RoleMiningSessionResponse.
RoleMiningSessionResponseCreatedBy - The session created by details.
RoleMiningSessionScope struct for RoleMiningSessionScope.
RoleMiningSessionStatus struct for RoleMiningSessionStatus.
RoleTargetDto struct for RoleTargetDto.
SavedSearchComplete struct for SavedSearchComplete.
SavedSearchCompleteSearchResults A preview of the search results for each object type.
SavedSearchCompleteSearchResultsAccount A table of accounts that match the search criteria.
SavedSearchCompleteSearchResultsEntitlement A table of entitlements that match the search criteria.
SavedSearchCompleteSearchResultsIdentity A table of identities that match the search criteria.
Schedule struct for Schedule.
Schedule1 The schedule information.
Schedule1Days struct for Schedule1Days.
Schedule1Hours struct for Schedule1Hours.
Schedule1Months struct for Schedule1Months.
ScheduleDays Specifies which day(s) a schedule is active for.
ScheduleHours Specifies which hour(s) a schedule is active for.
ScheduleMonths Specifies which months of a schedule are active.
Schema struct for Schema.
SearchAttributeConfig struct for SearchAttributeConfig.
SearchFormDefinitionsByTenant400Response struct for SearchFormDefinitionsByTenant400Response.
Section struct for Section.
SectionDetails struct for SectionDetails.
Sed Suggested Entitlement Description.
SedApproval Sed Approval Request Body.
SedApprovalStatus SED Approval Status.
SedAssignee Sed Assignee.
SedAssignment Sed Assignment.
SedAssignmentResponse Sed Assignment Response.
SedBatchRequest Sed Batch Request.
SedBatchResponse Sed Batch Response.
SedBatchStats Sed Batch Stats.
SedBatchStatus Sed Batch Status.
SedPatch Patch for Suggested Entitlement Description.
Segment struct for Segment.
Selector struct for Selector.
SelectorAccountMatchConfig struct for SelectorAccountMatchConfig.
SelectorAccountMatchConfigMatchExpression struct for SelectorAccountMatchConfigMatchExpression.
SelfImportExportDto Self block for imported/exported object.
SendAccountVerificationRequest struct for SendAccountVerificationRequest.
SendTestNotificationRequestDto struct for SendTestNotificationRequestDto.
SendTokenRequest struct for SendTokenRequest.
SendTokenResponse struct for SendTokenResponse.
ServerConfiguration stores the information about a server.
ServerVariable stores the information about a server variable.
ServiceDeskIntegrationDto struct for ServiceDeskIntegrationDto.
ServiceDeskIntegrationTemplateDto struct for ServiceDeskIntegrationTemplateDto.
ServiceDeskIntegrationTemplateType This represents a Service Desk Integration template type.
ServiceDeskSource Source for Service Desk integration template.
SetIcon200Response struct for SetIcon200Response.
SetIconRequest struct for SetIconRequest.
SimIntegrationDetails struct for SimIntegrationDetails.
SimIntegrationDetailsAllOfBeforeProvisioningRule Before provisioning rule of integration.
Slimcampaign struct for Slimcampaign.
SlimDiscoveredApplications Discovered applications.
SodExemptCriteria Details of the Entitlement criteria.
SodExemptCriteria1 Details of the Entitlement criteria.
SodPolicy struct for SodPolicy.
SodPolicyConflictingAccessCriteria struct for SodPolicyConflictingAccessCriteria.
SodPolicyDto SOD policy.
SodPolicyOwnerRef The owner of the SOD policy.
SodPolicySchedule struct for SodPolicySchedule.
SodRecipient SOD policy recipient.
SodReportResultDto SOD policy violation report result.
SodViolationCheckResult The inner object representing the completed SOD Violation check.
SodViolationCheckResult1 The inner object representing the completed SOD Violation check.
SodViolationContext The contextual information of the violated criteria.
SodViolationContext1 The contextual information of the violated criteria.
SodViolationContext1ConflictingAccessCriteria The object which contains the left and right hand side of the entitlements that got violated according to the policy.
SodViolationContext1ConflictingAccessCriteriaLeftCriteria struct for SodViolationContext1ConflictingAccessCriteriaLeftCriteria.
SodViolationContextCheckCompleted An object referencing a completed SOD violation check.
SodViolationContextCheckCompleted1 An object referencing a completed SOD violation check.
SodViolationContextConflictingAccessCriteria The object which contains the left and right hand side of the entitlements that got violated according to the policy.
SodViolationContextConflictingAccessCriteriaLeftCriteria struct for SodViolationContextConflictingAccessCriteriaLeftCriteria.
Source struct for Source.
Source1 struct for Source1.
SourceAccountCreated struct for SourceAccountCreated.
SourceAccountDeleted struct for SourceAccountDeleted.
SourceAccountUpdated struct for SourceAccountUpdated.
SourceApp struct for SourceApp.
SourceAppAccountSource struct for SourceAppAccountSource.
SourceAppBulkUpdateRequest struct for SourceAppBulkUpdateRequest.
SourceAppCreateDto struct for SourceAppCreateDto.
SourceAppCreateDtoAccountSource struct for SourceAppCreateDtoAccountSource.
SourceAppPatchDto struct for SourceAppPatchDto.
SourceClusterDto Source cluster.
SourceCode SourceCode.
SourceCreated struct for SourceCreated.
SourceCreatedActor Identity who created the source.
SourceCreationErrors struct for SourceCreationErrors.
SourceDeleted struct for SourceDeleted.
SourceDeletedActor Identity who deleted the source.
SourceEntitlementRequestConfig Entitlement Request Configuration.
SourceSyncJob struct for SourceSyncJob.
SourceSyncPayload struct for SourceSyncPayload.
SourceUpdated struct for SourceUpdated.
SourceUpdatedActor Identity who updated the source.
SourceUsage struct for SourceUsage.
SourceUsageStatus struct for SourceUsageStatus.
SpConfigExportJob struct for SpConfigExportJob.
SpConfigExportJobStatus struct for SpConfigExportJobStatus.
SpConfigExportResults Response model for config export download response.
SpConfigImportJobStatus struct for SpConfigImportJobStatus.
SpConfigImportResults Response Body for Config Import command.
SpConfigJob struct for SpConfigJob.
SpConfigMessage Message model for Config Import/Export.
SpConfigObject Response model for get object configuration.
SpConfigUrl Format of resolver URLs for Object Configurations.
StartInvocationInput struct for StartInvocationInput.
StatusResponse Response model for connection check, configuration test and ping of source connectors.
Subscription struct for Subscription.
SubscriptionPatchRequestInner A JSONPatch Operation as defined by [RFC 6902 - JSON Patch](https://tools.ietf.org/html/rfc6902).
SubscriptionPatchRequestInnerValue The value to be used for the operation, required for \"add\" and \"replace\" operations.
SubscriptionPatchRequestInnerValueAnyOfInner struct for SubscriptionPatchRequestInnerValueAnyOfInner.
SubscriptionPostRequest struct for SubscriptionPostRequest.
SubscriptionPutRequest struct for SubscriptionPutRequest.
TaggedObject struct for TaggedObject.
TaggedObjectDto struct for TaggedObjectDto.
TaggedObjectObjectRef struct for TaggedObjectObjectRef.
Target struct for Target.
TaskDefinitionSummary Definition of a type of task, used to invoke tasks.
TaskResultDto Task result.
TaskResultResponse struct for TaskResultResponse.
TaskResultSimplified struct for TaskResultSimplified.
TaskReturnDetails Task return details.
TaskStatus Details and current status of a specific task.
TaskStatusMessage TaskStatus Message.
TemplateBulkDeleteDto struct for TemplateBulkDeleteDto.
TemplateDto struct for TemplateDto.
TemplateDtoDefault struct for TemplateDtoDefault.
TemplateSlack struct for TemplateSlack.
TemplateSlackAutoApprovalData struct for TemplateSlackAutoApprovalData.
TemplateSlackCustomFields struct for TemplateSlackCustomFields.
TemplateTeams struct for TemplateTeams.
Tenant struct for Tenant.
TenantConfigurationDetails Details of any tenant-wide Reassignment Configurations (eg.
TenantConfigurationRequest Tenant-wide Reassignment Configuration settings.
TenantConfigurationResponse Tenant-wide Reassignment Configuration settings.
TenantUiMetadataItemResponse struct for TenantUiMetadataItemResponse.
TenantUiMetadataItemUpdateRequest struct for TenantUiMetadataItemUpdateRequest.
TestExternalExecuteWorkflow200Response struct for TestExternalExecuteWorkflow200Response.
TestExternalExecuteWorkflowRequest struct for TestExternalExecuteWorkflowRequest.
TestInvocation struct for TestInvocation.
TestSourceConnectionMultihost200Response struct for TestSourceConnectionMultihost200Response.
TestWorkflow200Response struct for TestWorkflow200Response.
TestWorkflowRequest struct for TestWorkflowRequest.
TokenAuthRequest struct for TokenAuthRequest.
TokenAuthResponse struct for TokenAuthResponse.
Transform The representation of an internally- or customer-defined transform.
TransformDefinition struct for TransformDefinition.
TransformDefinition1 struct for TransformDefinition1.
TransformRead struct for TransformRead.
TranslationMessage struct for TranslationMessage.
Trigger struct for Trigger.
TriggerExampleInput - An example of the JSON payload that will be sent by the trigger to the subscribed service.
TriggerExampleOutput - An example of the JSON payload that will be sent by the subscribed service to the trigger in response to an event.
UpdateAccessProfilesInBulk412Response struct for UpdateAccessProfilesInBulk412Response.
UpdateMultiHostSourcesRequestInner A JSONPatch Operation as defined by [RFC 6902 - JSON Patch](https://tools.ietf.org/html/rfc6902).
UpdateMultiHostSourcesRequestInnerValue - The value to be used for the operation, required for \"add\" and \"replace\" operations.
UserApp struct for UserApp.
UserAppAccount struct for UserAppAccount.
UserAppOwner struct for UserAppOwner.
UserAppSource struct for UserAppSource.
UserAppSourceApp struct for UserAppSourceApp.
V3ConnectorDto struct for V3ConnectorDto.
VAClusterStatusChangeEvent struct for VAClusterStatusChangeEvent.
VAClusterStatusChangeEventApplication Details about the `CLUSTER` or `SOURCE` that initiated this event.
VAClusterStatusChangeEventHealthCheckResult The results of the most recent health check.
VAClusterStatusChangeEventPreviousHealthCheckResult The results of the last health check.
ValidateFilterInputDto struct for ValidateFilterInputDto.
ValidateFilterOutputDto struct for ValidateFilterOutputDto.
Value struct for Value.
VendorConnectorMapping struct for VendorConnectorMapping.
VendorConnectorMappingDeletedAt An object representing the nullable timestamp of when the mapping was deleted.
VendorConnectorMappingDeletedBy An object representing the nullable identifier of the user who deleted the mapping.
VendorConnectorMappingUpdatedAt An object representing the nullable timestamp of the last update.
VendorConnectorMappingUpdatedBy An object representing the nullable identifier of the user who last updated the mapping.
VerificationPollRequest struct for VerificationPollRequest.
VerificationResponse struct for VerificationResponse.
ViolationContext struct for ViolationContext.
ViolationContextPolicy The types of objects supported for SOD policy violations.
ViolationOwnerAssignmentConfig struct for ViolationOwnerAssignmentConfig.
ViolationOwnerAssignmentConfigOwnerRef The owner of the violation assignment config.
ViolationPrediction An object containing a listing of the SOD violation reasons detected by this check.
VisibilityCriteria struct for VisibilityCriteria.
Workflow struct for Workflow.
WorkflowAllOfCreator Workflow creator's identity.
WorkflowBody struct for WorkflowBody.
WorkflowBodyOwner The identity that owns the workflow.
WorkflowDefinition The map of steps that the workflow will execute.
WorkflowExecution struct for WorkflowExecution.
WorkflowExecutionEvent struct for WorkflowExecutionEvent.
WorkflowLibraryAction struct for WorkflowLibraryAction.
WorkflowLibraryActionExampleOutput - struct for WorkflowLibraryActionExampleOutput.
WorkflowLibraryFormFields struct for WorkflowLibraryFormFields.
WorkflowLibraryOperator struct for WorkflowLibraryOperator.
WorkflowLibraryTrigger struct for WorkflowLibraryTrigger.
WorkflowModifiedBy struct for WorkflowModifiedBy.
WorkflowOAuthClient struct for WorkflowOAuthClient.
WorkflowTrigger The trigger that starts the workflow.
WorkgroupBulkDeleteRequest struct for WorkgroupBulkDeleteRequest.
WorkgroupConnectionDto struct for WorkgroupConnectionDto.
WorkgroupDeleteItem struct for WorkgroupDeleteItem.
WorkgroupDto struct for WorkgroupDto.
WorkgroupDtoOwner struct for WorkgroupDtoOwner.
WorkgroupMemberAddItem struct for WorkgroupMemberAddItem.
WorkgroupMemberDeleteItem struct for WorkgroupMemberDeleteItem.
WorkItemForward struct for WorkItemForward.
WorkItems struct for WorkItems.
WorkItemsCount struct for WorkItemsCount.
WorkItemsSummary struct for WorkItemsSummary.

# Interfaces

No description provided by the author

# Type aliases

AccessModelMetadataAPIService AccessModelMetadataAPI service.
AccessProfilesAPIService AccessProfilesAPI service.
AccessRequestApprovalsAPIService AccessRequestApprovalsAPI service.
AccessRequestIdentityMetricsAPIService AccessRequestIdentityMetricsAPI service.
AccessRequestRecommendationItemType The type of access item.
AccessRequestsAPIService AccessRequestsAPI service.
AccessRequestType Access request type.
AccessType Access type of API Client indicating online or offline use.
AccountActivitiesAPIService AccountActivitiesAPI service.
AccountActivityApprovalStatus The state of an approval status.
AccountActivityItemOperation Represents an operation in an account activity item.
AccountAggregationsAPIService AccountAggregationsAPI service.
AccountsAPIService AccountsAPI service.
AccountUsagesAPIService AccountUsagesAPI service.
ApplicationDiscoveryAPIService ApplicationDiscoveryAPI service.
ApprovalsAPIService ApprovalsAPI service.
ApprovalScheme Describes the individual or group that is responsible for an approval step.
ApprovalStatus Enum representing the non-employee request approval status.
AppsAPIService AppsAPI service.
AttributeDefinitionType The underlying type of the value which an AttributeDefinition represents.
AuthProfileAPIService AuthProfileAPI service.
CertificationCampaignsAPIService CertificationCampaignsAPI service.
CertificationPhase The current phase of the campaign.
CertificationsAPIService CertificationsAPI service.
ClientType Type of an API Client indicating public or confidentials use.
CommonAccessItemState State of common access item.
CommonAccessType The type of access item.
CompletedApprovalState Enum represents completed approval object's state.
CompletionStatus The status after completion.
ConfigTypeEnum Enum list of valid work types that can be selected for a Reassignment Configuration.
ConfigTypeEnumCamel Enum list of valid work types that can be selected for a Reassignment Configuration.
ConnectedObjectType An enumeration of the types of Objects associated with a Governance Group.
ConnectorRuleManagementAPIService ConnectorRuleManagementAPI service.
ConnectorsAPIService ConnectorsAPI service.
CustomFormsAPIService CustomFormsAPI service.
CustomPasswordInstructionsAPIService CustomPasswordInstructionsAPI service.
DtoType An enumeration of the types of DTOs supported within the IdentityNow infrastructure.
EntitlementsAPIService EntitlementsAPI service.
ExecutionStatus The current state of execution.
GovernanceGroupsAPIService GovernanceGroupsAPI service.
GrantType OAuth2 Grant Type.
HttpAuthenticationType Defines the HTTP Authentication type.
HttpDispatchMode HTTP response modes, i.e.
IAIAccessRequestRecommendationsAPIService IAIAccessRequestRecommendationsAPI service.
IAICommonAccessAPIService IAICommonAccessAPI service.
IAIMessageCatalogsAPIService IAIMessageCatalogsAPI service.
IAIOutliersAPIService IAIOutliersAPI service.
IAIPeerGroupStrategiesAPIService IAIPeerGroupStrategiesAPI service.
IAIRecommendationsAPIService IAIRecommendationsAPI service.
IAIRoleMiningAPIService IAIRoleMiningAPI service.
IconsAPIService IconsAPI service.
IdentitiesAPIService IdentitiesAPI service.
IdentityAttributesAPIService IdentityAttributesAPI service.
IdentityHistoryAPIService IdentityHistoryAPI service.
IdentityProfilesAPIService IdentityProfilesAPI service.
InvocationStatusType Defines the Invocation type.
LifecycleStatesAPIService LifecycleStatesAPI service.
LocaleOrigin An indicator of how the locale was selected.
ManagedClientsAPIService ManagedClientsAPI service.
ManagedClientStatusEnum the model 'ManagedClientStatusEnum'.
ManagedClientType Managed Client type.
ManagedClustersAPIService ManagedClustersAPI service.
ManagedClusterTypes The Type of Cluster.
ManualWorkItemState Indicates the state of the request processing for this item: * PENDING: The request for this item is awaiting processing.
Medium the model 'Medium'.
MFAConfigurationAPIService MFAConfigurationAPI service.
MFAControllerAPIService MFAControllerAPI service.
MultiHostIntegrationAPIService MultiHostIntegrationAPI service.
NonEmployeeLifecycleManagementAPIService NonEmployeeLifecycleManagementAPI service.
NonEmployeeSchemaAttributeType Enum representing the type of data a schema attribute accepts.
NotificationsAPIService NotificationsAPI service.
OAuthClientsAPIService OAuthClientsAPI service.
OrgConfigAPIService OrgConfigAPI service.
PasswordConfigurationAPIService PasswordConfigurationAPI service.
PasswordDictionaryAPIService PasswordDictionaryAPI service.
PasswordManagementAPIService PasswordManagementAPI service.
PasswordPoliciesAPIService PasswordPoliciesAPI service.
PasswordSyncGroupsAPIService PasswordSyncGroupsAPI service.
PendingApprovalAction Enum represents action that is being processed on an approval.
PersonalAccessTokensAPIService PersonalAccessTokensAPI service.
ProvisioningCriteriaOperation Supported operations on ProvisioningCriteria.
ProvisioningState Provisioning state of an account activity item.
PublicIdentitiesConfigAPIService PublicIdentitiesConfigAPI service.
ReassignmentType The approval reassignment type.
ReassignmentTypeEnum Enum list containing types of Reassignment that can be found in the evaluate response.
ReportType type of a Report.
RequestableObjectRequestStatus Status indicating the ability of an access request for the object to be made by or on behalf of the identity specified by *identity-id*.
RequestableObjectsAPIService RequestableObjectsAPI service.
RequestableObjectType The currently supported requestable object types.
RequestedItemStatusRequestState Indicates the state of an access request: * EXECUTING: The request is executing, which indicates the system is doing some processing.
RoleAssignmentSourceType Type which indicates how a particular Identity obtained a particular Role.
RoleCriteriaKeyType Indicates whether the associated criteria represents an expression on identity attributes, account attributes, or entitlements, respectively.
RoleCriteriaOperation An operation.
RoleInsightsAPIService RoleInsightsAPI service.
RoleMembershipSelectorType This enum characterizes the type of a Role's membership selector.
RoleMiningPotentialRoleExportState the model 'RoleMiningPotentialRoleExportState'.
RoleMiningPotentialRoleProvisionState Provision state.
RoleMiningRoleType Role type.
RoleMiningSessionScopingMethod The scoping method used in the current role mining session.
RoleMiningSessionState Role mining session status.
RolesAPIService RolesAPI service.
ScheduleType Enum representing the currently supported schedule types.
SearchAttributeConfigurationAPIService SearchAttributeConfigurationAPI service.
SegmentsAPIService SegmentsAPI service.
ServerConfigurations stores multiple ServerConfiguration items.
ServiceDeskIntegrationAPIService ServiceDeskIntegrationAPI service.
SIMIntegrationsAPIService SIMIntegrationsAPI service.
SODPoliciesAPIService SODPoliciesAPI service.
SODViolationsAPIService SODViolationsAPI service.
SourcesAPIService SourcesAPI service.
SourceUsagesAPIService SourceUsagesAPI service.
SPConfigAPIService SPConfigAPI service.
StandardLevel Standard Log4j log level.
SubscriptionType Subscription type.
SuggestedEntitlementDescriptionAPIService SuggestedEntitlementDescriptionAPI service.
TaggedObjectsAPIService TaggedObjectsAPI service.
TaskManagementAPIService TaskManagementAPI service.
TenantAPIService TenantAPI service.
TransformsAPIService TransformsAPI service.
TriggersAPIService TriggersAPI service.
TriggerType The type of trigger.
UIMetadataAPIService UIMetadataAPI service.
UsageType The type of provisioning policy usage.
VendorConnectorMappingsAPIService VendorConnectorMappingsAPI service.
WorkflowsAPIService WorkflowsAPI service.
WorkItemsAPIService WorkItemsAPI service.
WorkItemState The state of a work item.
WorkItemType The type of the work item.
WorkReassignmentAPIService WorkReassignmentAPI service.