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

# README

Go API client for api_v3

Use these APIs to interact with the Identity Security Cloud platform to achieve repeatable, automated processes with greater scalability. 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_v3 "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_v3.ContextServerIndex of type int.

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

Templated Server URL

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

ctx := context.WithValue(context.Background(), api_v3.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_v3.ContextOperationServerIndices and api_v3.ContextOperationServerVariables context maps.

ctx := context.WithValue(context.Background(), api_v3.ContextOperationServerIndices, map[string]int{
	"{classname}Service.{nickname}": 2,
})
ctx = context.WithValue(context.Background(), api_v3.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/v3

ClassMethodHTTP requestDescription
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
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
AccessRequestsAPICancelAccessRequestPost /access-requests/cancelCancel 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 an Account Activity
AccountActivitiesAPIListAccountActivitiesGet /account-activitiesList Account Activities
AccountUsagesAPIGetUsagesByAccountIdGet /account-usages/{accountId}/summariesReturns account usage insights
AccountsAPICreateAccountPost /accountsCreate Account
AccountsAPIDeleteAccountDelete /accounts/{id}Delete Account
AccountsAPIDisableAccountPost /accounts/{id}/disableDisable Account
AccountsAPIEnableAccountPost /accounts/{id}/enableEnable Account
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
ApplicationDiscoveryAPIGetDiscoveredApplicationsGet /discovered-applicationsGet Discovered Applications for Tenant
ApplicationDiscoveryAPIGetManualDiscoverApplicationsCsvTemplateGet /manual-discover-applications-templateDownload CSV Template for Discovery
ApplicationDiscoveryAPISendManualDiscoverApplicationsCsvTemplatePost /manual-discover-applicationsUpload CSV to Discover Applications
AuthUsersAPIGetAuthUserGet /auth-users/{id}Auth User Details
AuthUsersAPIPatchAuthUserPatch /auth-users/{id}Auth User Update
BrandingAPICreateBrandingItemPost /brandingsCreate a branding item
BrandingAPIDeleteBrandingDelete /brandings/{name}Delete a branding item
BrandingAPIGetBrandingGet /brandings/{name}Get a branding item
BrandingAPIGetBrandingListGet /brandingsList of branding items
BrandingAPISetBrandingItemPut /brandings/{name}Update a branding item
CertificationCampaignFiltersAPICreateCampaignFilterPost /campaign-filtersCreate Campaign Filter
CertificationCampaignFiltersAPIDeleteCampaignFiltersPost /campaign-filters/deleteDeletes Campaign Filters
CertificationCampaignFiltersAPIGetCampaignFilterByIdGet /campaign-filters/{id}Get Campaign Filter by ID
CertificationCampaignFiltersAPIListCampaignFiltersGet /campaign-filtersList Campaign Filters
CertificationCampaignFiltersAPIUpdateCampaignFilterPost /campaign-filters/{id}Updates a Campaign Filter
CertificationCampaignsAPICompleteCampaignPost /campaigns/{id}/completeComplete a Campaign
CertificationCampaignsAPICreateCampaignPost /campaignsCreate a 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
CertificationSummariesAPIGetIdentityAccessSummariesGet /certifications/{id}/access-summaries/{type}Access Summaries
CertificationSummariesAPIGetIdentityDecisionSummaryGet /certifications/{id}/decision-summarySummary of Certification Decisions
CertificationSummariesAPIGetIdentitySummariesGet /certifications/{id}/identity-summariesIdentity Summaries for Campaign Certification
CertificationSummariesAPIGetIdentitySummaryGet /certifications/{id}/identity-summaries/{identitySummaryId}Summary for Identity
CertificationsAPIGetCertificationTaskGet /certification-tasks/{id}Certification Task by ID
CertificationsAPIGetIdentityCertificationGet /certifications/{id}Identity Certification by ID
CertificationsAPIGetIdentityCertificationItemPermissionsGet /certifications/{certificationId}/access-review-items/{itemId}/permissionsPermissions for Entitlement Certification Item
CertificationsAPIGetPendingCertificationTasksGet /certification-tasksList of Pending Certification Tasks
CertificationsAPIListCertificationReviewersGet /certifications/{id}/reviewersList of Reviewers for certification
CertificationsAPIListIdentityAccessReviewItemsGet /certifications/{id}/access-review-itemsList of Access Review Items
CertificationsAPIListIdentityCertificationsGet /certificationsList Identity Campaign Certifications
CertificationsAPIMakeIdentityDecisionPost /certifications/{id}/decideDecide on a Certification Item
CertificationsAPIReassignIdentityCertificationsPost /certifications/{id}/reassignReassign Identities or Items
CertificationsAPISignOffIdentityCertificationPost /certifications/{id}/sign-offFinalize Identity Certification Decisions
CertificationsAPISubmitReassignCertsAsyncPost /certifications/{id}/reassign-asyncReassign Certifications Asynchronously
ConfigurationHubAPICreateObjectMappingPost /configuration-hub/object-mappings/{sourceOrg}Creates an object mapping
ConfigurationHubAPICreateObjectMappingsPost /configuration-hub/object-mappings/{sourceOrg}/bulk-createBulk creates object mappings
ConfigurationHubAPICreateUploadedConfigurationPost /configuration-hub/backups/uploadsUpload a Configuration
ConfigurationHubAPIDeleteObjectMappingDelete /configuration-hub/object-mappings/{sourceOrg}/{objectMappingId}Deletes an object mapping
ConfigurationHubAPIDeleteUploadedConfigurationDelete /configuration-hub/backups/uploads/{id}Delete an Uploaded Configuration
ConfigurationHubAPIGetObjectMappingsGet /configuration-hub/object-mappings/{sourceOrg}Gets list of object mappings
ConfigurationHubAPIGetUploadedConfigurationGet /configuration-hub/backups/uploads/{id}Get an Uploaded Configuration
ConfigurationHubAPIListUploadedConfigurationsGet /configuration-hub/backups/uploadsList Uploaded Configurations
ConfigurationHubAPIUpdateObjectMappingsPost /configuration-hub/object-mappings/{sourceOrg}/bulk-patchBulk updates object mappings
ConnectorsAPICreateCustomConnectorPost /connectorsCreate custom connector
ConnectorsAPIDeleteCustomConnectorDelete /connectors/{scriptName}Deletes connector by script name
ConnectorsAPIGetConnectorGet /connectors/{scriptName}Gets connector by script name
ConnectorsAPIGetConnectorCorrelationConfigGet /connectors/{scriptName}/correlation-config
ConnectorsAPIGetConnectorListGet /connectorsGets connector list
ConnectorsAPIGetConnectorSourceConfigGet /connectors/{scriptName}/source-config
ConnectorsAPIGetConnectorSourceTemplateGet /connectors/{scriptName}/source-template
ConnectorsAPIGetConnectorTranslationsGet /connectors/{scriptName}/translations/{locale}
ConnectorsAPIPutCorrelationConfigPut /connectors/{scriptName}/correlation-config
ConnectorsAPIPutSourceConfigPut /connectors/{scriptName}/source-config
ConnectorsAPIPutSourceTemplatePut /connectors/{scriptName}/source-template
ConnectorsAPIPutTranslationsPut /connectors/{scriptName}/translations/{locale}
ConnectorsAPIUpdateConnectorPatch /connectors/{scriptName}Update connector by script name
GlobalTenantSecuritySettingsAPICreateAuthOrgNetworkConfigPost /auth-org/network-configCreate security network configuration.
GlobalTenantSecuritySettingsAPIGetAuthOrgLockoutConfigGet /auth-org/lockout-configGet Auth Org Lockout Configuration.
GlobalTenantSecuritySettingsAPIGetAuthOrgNetworkConfigGet /auth-org/network-configGet security network configuration.
GlobalTenantSecuritySettingsAPIGetAuthOrgServiceProviderConfigGet /auth-org/service-provider-configGet Service Provider Configuration.
GlobalTenantSecuritySettingsAPIGetAuthOrgSessionConfigGet /auth-org/session-configGet Auth Org Session Configuration.
GlobalTenantSecuritySettingsAPIPatchAuthOrgLockoutConfigPatch /auth-org/lockout-configUpdate Auth Org Lockout Configuration
GlobalTenantSecuritySettingsAPIPatchAuthOrgNetworkConfigPatch /auth-org/network-configUpdate security network configuration.
GlobalTenantSecuritySettingsAPIPatchAuthOrgServiceProviderConfigPatch /auth-org/service-provider-configUpdate Service Provider Configuration
GlobalTenantSecuritySettingsAPIPatchAuthOrgSessionConfigPatch /auth-org/session-configUpdate Auth Org Session Configuration
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-configGet default Identity Attribute Config
IdentityProfilesAPIGetIdentityProfileGet /identity-profiles/{identity-profile-id}Get single Identity Profile
IdentityProfilesAPIImportIdentityProfilesPost /identity-profiles/importImport Identity Profiles
IdentityProfilesAPIListIdentityProfilesGet /identity-profilesIdentity Profiles List
IdentityProfilesAPIShowIdentityPreviewPost /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
LifecycleStatesAPICreateLifecycleStatePost /identity-profiles/{identity-profile-id}/lifecycle-statesCreate Lifecycle State
LifecycleStatesAPIDeleteLifecycleStateDelete /identity-profiles/{identity-profile-id}/lifecycle-states/{lifecycle-state-id}Delete Lifecycle State
LifecycleStatesAPIGetLifecycleStateGet /identity-profiles/{identity-profile-id}/lifecycle-states/{lifecycle-state-id}Get Lifecycle State
LifecycleStatesAPIGetLifecycleStatesGet /identity-profiles/{identity-profile-id}/lifecycle-statesLists LifecycleStates
LifecycleStatesAPISetLifecycleStatePost /identities/{identity-id}/set-lifecycle-stateSet 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
ManagedClientsAPICreateManagedClientPost /managed-clientsCreate a new Managed Client
ManagedClientsAPIDeleteManagedClientDelete /managed-clients/{id}Delete a Managed Client
ManagedClientsAPIGetManagedClientGet /managed-clients/{id}Get a Managed Client
ManagedClientsAPIGetManagedClientStatusGet /managed-clients/{id}/statusGet Managed Client Status.
ManagedClientsAPIGetManagedClientsGet /managed-clientsGet Managed Clients
ManagedClientsAPIUpdateManagedClientPatch /managed-clients/{id}Update a Managed Client
ManagedClustersAPICreateManagedClusterPost /managed-clustersCreate a new Managed Cluster
ManagedClustersAPIDeleteManagedClusterDelete /managed-clusters/{id}Delete a Managed Cluster
ManagedClustersAPIGetClientLogConfigurationGet /managed-clusters/{id}/log-configGet managed cluster's log configuration
ManagedClustersAPIGetManagedClusterGet /managed-clusters/{id}Get a specified Managed Cluster.
ManagedClustersAPIGetManagedClustersGet /managed-clustersRetrieve all Managed Clusters.
ManagedClustersAPIPutClientLogConfigurationPut /managed-clusters/{id}/log-configUpdate managed cluster's log configuration
ManagedClustersAPIUpdateManagedClusterPatch /managed-clusters/{id}Update a Managed Cluster
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 a new Schema Attribute for Non-Employee Source
NonEmployeeLifecycleManagementAPIDeleteNonEmployeeRecordDelete /non-employee-records/{id}Delete Non-Employee Record
NonEmployeeLifecycleManagementAPIDeleteNonEmployeeRecordsInBulkPost /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 a Schema Attribute for Non-Employee Source
NonEmployeeLifecycleManagementAPIDeleteNonEmployeeSourceDelete /non-employee-sources/{sourceId}Delete Non-Employee Source
NonEmployeeLifecycleManagementAPIDeleteNonEmployeeSourceSchemaAttributesDelete /non-employee-sources/{sourceId}/schema-attributesDelete all custom schema attributes for Non-Employee Source
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/statusObtain the status of bulk upload on the 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
NonEmployeeLifecycleManagementAPIListNonEmployeeApprovalsGet /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 a Schema Attribute for Non-Employee Source
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
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
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
PasswordManagementAPIGetPasswordChangeStatusGet /password-change-status/{id}Get Password Change Request Status
PasswordManagementAPIQueryPasswordInfoPost /query-password-infoQuery Password Info
PasswordManagementAPISetPasswordPost /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
PublicIdentitiesAPIGetPublicIdentitiesGet /public-identitiesGet a list of public identities
PublicIdentitiesConfigAPIGetPublicIdentityConfigGet /public-identities-configGet the Public Identities Configuration
PublicIdentitiesConfigAPIUpdatePublicIdentityConfigPut /public-identities-configUpdate the Public Identities Configuration
ReportsDataExtractionAPICancelReportPost /reports/{id}/cancelCancel Report
ReportsDataExtractionAPIGetReportGet /reports/{taskResultId}Get Report File
ReportsDataExtractionAPIGetReportResultGet /reports/{taskResultId}/resultGet Report Result
ReportsDataExtractionAPIStartReportPost /reports/runRun Report
RequestableObjectsAPIListRequestableObjectsGet /requestable-objectsRequestable Objects List
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-identitiesList Identities assigned a Role
RolesAPIListRolesGet /rolesList Roles
RolesAPIPatchRolePatch /roles/{id}Patch a specified Role
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 SOD policy by ID
SODPoliciesAPIPutPolicySchedulePut /sod-policies/{id}/scheduleUpdate SOD Policy schedule
SODPoliciesAPIPutSodPolicyPut /sod-policies/{id}Update SOD policy by ID
SODPoliciesAPIStartEvaluateSodPolicyPost /sod-policies/{id}/evaluateEvaluate one 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.
SODViolationsAPIStartViolationCheckPost /sod-violations/checkCheck SOD violations
SavedSearchAPICreateSavedSearchPost /saved-searchesCreate a saved search
SavedSearchAPIDeleteSavedSearchDelete /saved-searches/{id}Delete document by ID
SavedSearchAPIExecuteSavedSearchPost /saved-searches/{id}/executeExecute a saved search by ID
SavedSearchAPIGetSavedSearchGet /saved-searches/{id}Return saved search by ID
SavedSearchAPIListSavedSearchesGet /saved-searchesA list of Saved Searches
SavedSearchAPIPutSavedSearchPut /saved-searches/{id}Updates an existing saved search
ScheduledSearchAPICreateScheduledSearchPost /scheduled-searchesCreate a new scheduled search
ScheduledSearchAPIDeleteScheduledSearchDelete /scheduled-searches/{id}Delete a Scheduled Search
ScheduledSearchAPIGetScheduledSearchGet /scheduled-searches/{id}Get a Scheduled Search
ScheduledSearchAPIListScheduledSearchGet /scheduled-searchesList scheduled searches
ScheduledSearchAPIUnsubscribeScheduledSearchPost /scheduled-searches/{id}/unsubscribeUnsubscribe a recipient from Scheduled Search
ScheduledSearchAPIUpdateScheduledSearchPut /scheduled-searches/{id}Update an existing Scheduled Search
SearchAPISearchAggregatePost /search/aggregatePerform a Search Query Aggregation
SearchAPISearchCountPost /search/countCount Documents Satisfying a Query
SearchAPISearchGetGet /search/{index}/{id}Get a Document by ID
SearchAPISearchPostPost /searchPerform Search
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
ServiceDeskIntegrationAPIGetServiceDeskIntegrationTemplateGet /service-desk-integrations/templates/{scriptName}Service Desk integration template by scriptName.
ServiceDeskIntegrationAPIGetServiceDeskIntegrationTypesGet /service-desk-integrations/typesService Desk Integration Types List.
ServiceDeskIntegrationAPIGetServiceDeskIntegrationsGet /service-desk-integrationsList existing Service Desk Integrations
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
SourcesAPIDeleteProvisioningPolicyDelete /sources/{sourceId}/provisioning-policies/{usageType}Delete Provisioning Policy by UsageType
SourcesAPIDeleteSourceDelete /sources/{id}Delete Source by ID
SourcesAPIDeleteSourceSchemaDelete /sources/{sourceId}/schemas/{schemaId}Delete Source Schema by ID
SourcesAPIGetAccountsSchemaGet /sources/{id}/schemas/accountsDownloads source accounts schema template
SourcesAPIGetEntitlementsSchemaGet /sources/{id}/schemas/entitlementsDownloads source entitlements schema template
SourcesAPIGetProvisioningPolicyGet /sources/{sourceId}/provisioning-policies/{usageType}Get Provisioning Policy by UsageType
SourcesAPIGetSourceGet /sources/{id}Get Source by ID
SourcesAPIGetSourceConnectionsGet /sources/{sourceId}/connectionsGet Source Connections by ID
SourcesAPIGetSourceHealthGet /sources/{sourceId}/source-healthFetches source health by id
SourcesAPIGetSourceSchemaGet /sources/{sourceId}/schemas/{schemaId}Get Source Schema by ID
SourcesAPIGetSourceSchemasGet /sources/{sourceId}/schemasList Schemas on Source
SourcesAPIImportAccountsSchemaPost /sources/{id}/schemas/accountsUploads source accounts schema template
SourcesAPIImportConnectorFilePost /sources/{sourceId}/upload-connector-fileUpload connector file to source
SourcesAPIImportEntitlementsSchemaPost /sources/{id}/schemas/entitlementsUploads source entitlements schema template
SourcesAPIListProvisioningPoliciesGet /sources/{sourceId}/provisioning-policiesLists ProvisioningPolicies
SourcesAPIListSourcesGet /sourcesLists all sources in IdentityNow.
SourcesAPIPutProvisioningPolicyPut /sources/{sourceId}/provisioning-policies/{usageType}Update Provisioning Policy by UsageType
SourcesAPIPutSourcePut /sources/{id}Update Source (Full)
SourcesAPIPutSourceSchemaPut /sources/{sourceId}/schemas/{schemaId}Update Source Schema (Full)
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)
SourcesAPIUpdateSourceSchemaPatch /sources/{sourceId}/schemas/{schemaId}Update Source Schema (Partial)
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
TransformsAPICreateTransformPost /transformsCreate transform
TransformsAPIDeleteTransformDelete /transforms/{id}Delete a transform
TransformsAPIGetTransformGet /transforms/{id}Transform by ID
TransformsAPIListTransformsGet /transformsList transforms
TransformsAPIUpdateTransformPut /transforms/{id}Update a transform
VendorConnectorMappingsAPICreateVendorConnectorMappingPost /vendor-connector-mappingsCreate Vendor Connector Mapping
VendorConnectorMappingsAPIDeleteVendorConnectorMappingDelete /vendor-connector-mappingsDelete Vendor Connector Mapping
VendorConnectorMapppingAPIGetVendorConnectorMappingsGet /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
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
WorkItemsAPISendWorkItemForwardPost /work-items/{id}/forwardForward a Work Item
WorkItemsAPISubmitAccountSelectionPost /work-items/{id}/submit-account-selectionSubmit Account Selections
WorkflowsAPICancelWorkflowExecutionPost /workflow-executions/{id}/cancelCancel Workflow Execution by ID
WorkflowsAPICreateExternalExecuteWorkflowPost /workflows/execute/external/{id}Execute Workflow via External Trigger
WorkflowsAPICreateWorkflowPost /workflows/{id}Create Workflow
WorkflowsAPICreateWorkflowExternalTriggerPost /workflows/{id}/external/oauth-clientsGenerate External Trigger OAuth Client
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
WorkflowsAPIPutWorkflowPut /workflows/{id}Update Workflow
WorkflowsAPITestExternalExecuteWorkflowPost /workflows/execute/external/{id}/testTest Workflow via External Trigger
WorkflowsAPITestWorkflowPost /workflows/{id}/testTest Workflow By Id

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_v3.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_v3.ContextOAuth2, tokenSource)
r, err := client.Service.Operation(auth, args)

userAuth

Example

auth := context.WithValue(context.Background(), api_v3.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_v3.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_v3.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_v3.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

AccessProfileEntitlementAsIdentityAccess is a convenience function that returns AccessProfileEntitlement wrapped in IdentityAccess.
AccessProfileRoleAsIdentityAccess is a convenience function that returns AccessProfileRole wrapped in IdentityAccess.
AccessProfileSummaryAsIdentityAccess is a convenience function that returns AccessProfileSummary wrapped in IdentityAccess.
AccountsExportReportArgumentsAsReportDetailsArguments is a convenience function that returns AccountsExportReportArguments wrapped in ReportDetailsArguments.
[]ArrayInnerAsJsonPatchOperationValue is a convenience function that returns []ArrayInner wrapped in JsonPatchOperationValue.
[]map[string]interface{}AsWorkflowLibraryActionExampleOutput is a convenience function that returns []map[string]interface{} wrapped in WorkflowLibraryActionExampleOutput.
boolAsJsonPatchOperationValue is a convenience function that returns bool wrapped in JsonPatchOperationValue.
CacheExpires helper function to determine remaining time before repeating a request.
CampaignAsGetActiveCampaigns200ResponseInner is a convenience function that returns Campaign wrapped in GetActiveCampaigns200ResponseInner.
FullDiscoveredApplicationsAsGetDiscoveredApplications200ResponseInner is a convenience function that returns FullDiscoveredApplications wrapped in GetDiscoveredApplications200ResponseInner.
IdentitiesDetailsReportArgumentsAsReportDetailsArguments is a convenience function that returns IdentitiesDetailsReportArguments wrapped in ReportDetailsArguments.
IdentitiesReportArgumentsAsReportDetailsArguments is a convenience function that returns IdentitiesReportArguments wrapped in ReportDetailsArguments.
IdentityProfileIdentityErrorReportArgumentsAsReportDetailsArguments is a convenience function that returns IdentityProfileIdentityErrorReportArguments wrapped in ReportDetailsArguments.
IdpDetailsAsServiceProviderConfigurationFederationProtocolDetailsInner is a convenience function that returns IdpDetails wrapped in ServiceProviderConfigurationFederationProtocolDetailsInner.
int32AsJsonPatchOperationValue is a convenience function that returns int32 wrapped in JsonPatchOperationValue.
IsNil checks if an input is nil.
map[string]interface{}AsJsonPatchOperationValue is a convenience function that returns map[string]interface{} wrapped in JsonPatchOperationValue.
map[string]interface{}AsWorkflowLibraryActionExampleOutput is a convenience function that returns map[string]interface{} wrapped in WorkflowLibraryActionExampleOutput.
NewAccess instantiates a new Access object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
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.
NewAccessItemRequestedFor instantiates a new AccessItemRequestedFor object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAccessItemRequestedForWithDefaults instantiates a new AccessItemRequestedFor object This 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.
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.
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.
NewAccessProfileDocument instantiates a new AccessProfileDocument object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAccessProfileDocumentAllOfSource instantiates a new AccessProfileDocumentAllOfSource object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAccessProfileDocumentAllOfSourceWithDefaults instantiates a new AccessProfileDocumentAllOfSource object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAccessProfileDocumentWithDefaults instantiates a new AccessProfileDocument object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAccessProfileEntitlement instantiates a new AccessProfileEntitlement object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAccessProfileEntitlementWithDefaults instantiates a new AccessProfileEntitlement object This 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.
NewAccessProfileRole instantiates a new AccessProfileRole object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAccessProfileRoleWithDefaults instantiates a new AccessProfileRole object This 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.
NewAccessProfileSummary instantiates a new AccessProfileSummary object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAccessProfileSummaryWithDefaults instantiates a new AccessProfileSummary object This 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.
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.
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.
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.
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.
NewAccessReviewItem instantiates a new AccessReviewItem object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAccessReviewItemWithDefaults instantiates a new AccessReviewItem object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAccessReviewReassignment instantiates a new AccessReviewReassignment object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAccessReviewReassignmentWithDefaults instantiates a new AccessReviewReassignment object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAccessSummary instantiates a new AccessSummary object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAccessSummaryAccess instantiates a new AccessSummaryAccess object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAccessSummaryAccessWithDefaults instantiates a new AccessSummaryAccess object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAccessSummaryWithDefaults instantiates a new AccessSummary object This 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.
NewAccessWithDefaults instantiates a new Access object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
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.
NewAccountActivity instantiates a new AccountActivity object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
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.
NewAccountActivityDocument instantiates a new AccountActivityDocument object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAccountActivityDocumentWithDefaults instantiates a new AccountActivityDocument object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
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.
NewAccountActivitySearchedItem instantiates a new AccountActivitySearchedItem object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAccountActivitySearchedItemWithDefaults instantiates a new AccountActivitySearchedItem object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAccountActivityWithDefaults instantiates a new AccountActivity object This 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.
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.
NewAccountRequest instantiates a new AccountRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
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.
NewAccountRequestResult instantiates a new AccountRequestResult object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAccountRequestResultWithDefaults instantiates a new AccountRequestResult object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAccountRequestWithDefaults instantiates a new AccountRequest object This 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.
NewAccountsExportReportArguments instantiates a new AccountsExportReportArguments object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAccountsExportReportArgumentsWithDefaults instantiates a new AccountsExportReportArguments object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAccountSource instantiates a new AccountSource object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAccountSourceWithDefaults instantiates a new AccountSource object This 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.
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.
NewActivityInsights instantiates a new ActivityInsights object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewActivityInsightsWithDefaults instantiates a new ActivityInsights object This 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.
NewAggregationResult instantiates a new AggregationResult object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAggregationResultWithDefaults instantiates a new AggregationResult object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAggregations instantiates a new Aggregations object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAggregationsWithDefaults instantiates a new Aggregations object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAggregationTypeFromValue returns a pointer to a valid AggregationType for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewAPIClient creates a new API client.
NewAPIResponse returns a new APIResponse object.
NewAPIResponseWithError returns a new APIResponse object with the provided error message.
NewApp instantiates a new App object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAppAllOfAccount instantiates a new AppAllOfAccount object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAppAllOfAccountWithDefaults instantiates a new AppAllOfAccount object This 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.
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.
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.
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.
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.
NewAppWithDefaults instantiates a new App object This 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.
NewAttributeRequest instantiates a new AttributeRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAttributeRequestWithDefaults instantiates a new AttributeRequest object This 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.
NewAuthUser instantiates a new AuthUser object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAuthUserWithDefaults instantiates a new AuthUser object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewBackupOptions instantiates a new BackupOptions object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewBackupOptionsWithDefaults instantiates a new BackupOptions object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewBackupResponse instantiates a new BackupResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewBackupResponseWithDefaults instantiates a new BackupResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewBaseAccess instantiates a new BaseAccess object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewBaseAccessAllOfOwner instantiates a new BaseAccessAllOfOwner object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewBaseAccessAllOfOwnerWithDefaults instantiates a new BaseAccessAllOfOwner object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewBaseAccessProfile instantiates a new BaseAccessProfile object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewBaseAccessProfileWithDefaults instantiates a new BaseAccessProfile object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewBaseAccessWithDefaults instantiates a new BaseAccess object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewBaseAccount instantiates a new BaseAccount object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewBaseAccountWithDefaults instantiates a new BaseAccount object This 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.
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.
NewBaseDocument instantiates a new BaseDocument object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewBaseDocumentWithDefaults instantiates a new BaseDocument object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewBaseEntitlement instantiates a new BaseEntitlement object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewBaseEntitlementWithDefaults instantiates a new BaseEntitlement object This 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.
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.
NewBaseSegment instantiates a new BaseSegment object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewBaseSegmentWithDefaults instantiates a new BaseSegment object This 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.
NewBound instantiates a new Bound object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewBoundWithDefaults instantiates a new Bound object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewBrandingItem instantiates a new BrandingItem object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewBrandingItemCreate instantiates a new BrandingItemCreate object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewBrandingItemCreateWithDefaults instantiates a new BrandingItemCreate object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewBrandingItemWithDefaults instantiates a new BrandingItem object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewBucketAggregation instantiates a new BucketAggregation object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewBucketAggregationWithDefaults instantiates a new BucketAggregation object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewBucketTypeFromValue returns a pointer to a valid BucketType for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewBulkAddTaggedObject instantiates a new BulkAddTaggedObject object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewBulkAddTaggedObjectWithDefaults instantiates a new BulkAddTaggedObject object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewBulkRemoveTaggedObject instantiates a new BulkRemoveTaggedObject object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewBulkRemoveTaggedObjectWithDefaults instantiates a new BulkRemoveTaggedObject object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewBulkTaggedObjectResponse instantiates a new BulkTaggedObjectResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewBulkTaggedObjectResponseWithDefaults instantiates a new BulkTaggedObjectResponse object This 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.
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.
NewCampaignAllOfFilter instantiates a new CampaignAllOfFilter object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCampaignAllOfFilterWithDefaults instantiates a new CampaignAllOfFilter object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCampaignAllOfRoleCompositionCampaignInfo instantiates a new CampaignAllOfRoleCompositionCampaignInfo object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCampaignAllOfRoleCompositionCampaignInfoRemediatorRef instantiates a new CampaignAllOfRoleCompositionCampaignInfoRemediatorRef object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCampaignAllOfRoleCompositionCampaignInfoRemediatorRefWithDefaults instantiates a new CampaignAllOfRoleCompositionCampaignInfoRemediatorRef object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCampaignAllOfRoleCompositionCampaignInfoWithDefaults instantiates a new CampaignAllOfRoleCompositionCampaignInfo object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCampaignAllOfSearchCampaignInfo instantiates a new CampaignAllOfSearchCampaignInfo object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCampaignAllOfSearchCampaignInfoReviewer instantiates a new CampaignAllOfSearchCampaignInfoReviewer object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCampaignAllOfSearchCampaignInfoReviewerWithDefaults instantiates a new CampaignAllOfSearchCampaignInfoReviewer object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCampaignAllOfSearchCampaignInfoWithDefaults instantiates a new CampaignAllOfSearchCampaignInfo object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCampaignAllOfSourceOwnerCampaignInfo instantiates a new CampaignAllOfSourceOwnerCampaignInfo object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCampaignAllOfSourceOwnerCampaignInfoWithDefaults instantiates a new CampaignAllOfSourceOwnerCampaignInfo object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCampaignAllOfSourcesWithOrphanEntitlements instantiates a new CampaignAllOfSourcesWithOrphanEntitlements object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCampaignAllOfSourcesWithOrphanEntitlementsWithDefaults instantiates a new CampaignAllOfSourcesWithOrphanEntitlements object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCampaignCompleteOptions instantiates a new CampaignCompleteOptions object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCampaignCompleteOptionsWithDefaults instantiates a new CampaignCompleteOptions object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCampaignFilterDetails instantiates a new CampaignFilterDetails object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCampaignFilterDetailsCriteriaListInner instantiates a new CampaignFilterDetailsCriteriaListInner object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCampaignFilterDetailsCriteriaListInnerWithDefaults instantiates a new CampaignFilterDetailsCriteriaListInner object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCampaignFilterDetailsWithDefaults instantiates a new CampaignFilterDetails object This 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.
NewCampaignsDeleteRequest instantiates a new CampaignsDeleteRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCampaignsDeleteRequestWithDefaults instantiates a new CampaignsDeleteRequest object This 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.
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.
NewCertification instantiates a new Certification object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCertificationDecisionFromValue returns a pointer to a valid CertificationDecision for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewCertificationIdentitySummary instantiates a new CertificationIdentitySummary object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCertificationIdentitySummaryWithDefaults instantiates a new CertificationIdentitySummary object This 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.
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.
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.
NewCertificationWithDefaults instantiates a new Certification object This 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.
NewColumn instantiates a new Column object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewColumnWithDefaults instantiates a new Column object This 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.
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.
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.
NewCompletedApprovalRequesterComment instantiates a new CompletedApprovalRequesterComment object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCompletedApprovalRequesterCommentWithDefaults instantiates a new CompletedApprovalRequesterComment object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCompletedApprovalReviewerComment instantiates a new CompletedApprovalReviewerComment object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCompletedApprovalReviewerCommentWithDefaults instantiates a new CompletedApprovalReviewerComment object This 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.
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.
NewConfiguration returns a new Configuration object.
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.
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.
NewCreateExternalExecuteWorkflow200Response instantiates a new CreateExternalExecuteWorkflow200Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCreateExternalExecuteWorkflow200ResponseWithDefaults instantiates a new CreateExternalExecuteWorkflow200Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCreateExternalExecuteWorkflowRequest instantiates a new CreateExternalExecuteWorkflowRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCreateExternalExecuteWorkflowRequestWithDefaults instantiates a new CreateExternalExecuteWorkflowRequest object This 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.
NewCreateSavedSearchRequest instantiates a new CreateSavedSearchRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCreateSavedSearchRequestWithDefaults instantiates a new CreateSavedSearchRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCreateScheduledSearchRequest instantiates a new CreateScheduledSearchRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCreateScheduledSearchRequestWithDefaults instantiates a new CreateScheduledSearchRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCreateUploadedConfigurationRequest instantiates a new CreateUploadedConfigurationRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCreateUploadedConfigurationRequestWithDefaults instantiates a new CreateUploadedConfigurationRequest object This 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.
NewCriteriaTypeFromValue returns a pointer to a valid CriteriaType for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewDataAccess instantiates a new DataAccess object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewDataAccessCategoriesInner instantiates a new DataAccessCategoriesInner object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewDataAccessCategoriesInnerWithDefaults instantiates a new DataAccessCategoriesInner object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewDataAccessImpactScore instantiates a new DataAccessImpactScore object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewDataAccessImpactScoreWithDefaults instantiates a new DataAccessImpactScore object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewDataAccessPoliciesInner instantiates a new DataAccessPoliciesInner object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewDataAccessPoliciesInnerWithDefaults instantiates a new DataAccessPoliciesInner object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewDataAccessWithDefaults instantiates a new DataAccess object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewDeleteNonEmployeeRecordsInBulkRequest instantiates a new DeleteNonEmployeeRecordsInBulkRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewDeleteNonEmployeeRecordsInBulkRequestWithDefaults instantiates a new DeleteNonEmployeeRecordsInBulkRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewDeleteSource202Response instantiates a new DeleteSource202Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewDeleteSource202ResponseWithDefaults instantiates a new DeleteSource202Response object This 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.
NewDependantAppConnections instantiates a new DependantAppConnections object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewDependantAppConnectionsAccountSource instantiates a new DependantAppConnectionsAccountSource object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewDependantAppConnectionsAccountSourcePasswordPoliciesInner instantiates a new DependantAppConnectionsAccountSourcePasswordPoliciesInner object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewDependantAppConnectionsAccountSourcePasswordPoliciesInnerWithDefaults instantiates a new DependantAppConnectionsAccountSourcePasswordPoliciesInner object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewDependantAppConnectionsAccountSourceWithDefaults instantiates a new DependantAppConnectionsAccountSource object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewDependantAppConnectionsWithDefaults instantiates a new DependantAppConnections object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewDependantConnectionsMissingDto instantiates a new DependantConnectionsMissingDto object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewDependantConnectionsMissingDtoWithDefaults instantiates a new DependantConnectionsMissingDto object This 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.
NewDisplayReference instantiates a new DisplayReference object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewDisplayReferenceWithDefaults instantiates a new DisplayReference object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewDocumentTypeFromValue returns a pointer to a valid DocumentType for the value passed as argument, or an error if the value passed is not allowed by the enum.
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.
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.
NewEntitlementDocument instantiates a new EntitlementDocument object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewEntitlementDocumentAllOfSource instantiates a new EntitlementDocumentAllOfSource object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewEntitlementDocumentAllOfSourceWithDefaults instantiates a new EntitlementDocumentAllOfSource object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewEntitlementDocumentWithDefaults instantiates a new EntitlementDocument object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewEntitlementDto instantiates a new EntitlementDto object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewEntitlementDtoWithDefaults instantiates a new EntitlementDto object This 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.
NewEntitlementRef1 instantiates a new EntitlementRef1 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewEntitlementRef1WithDefaults instantiates a new EntitlementRef1 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
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.
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.
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.
NewEntitlementSummary instantiates a new EntitlementSummary object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewEntitlementSummaryWithDefaults instantiates a new EntitlementSummary object This 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.
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.
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.
NewEvent instantiates a new Event object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewEventDocument instantiates a new EventDocument object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewEventDocumentWithDefaults instantiates a new EventDocument object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewEventWithDefaults instantiates a new Event object This 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.
NewExpansionItem instantiates a new ExpansionItem object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewExpansionItemWithDefaults instantiates a new ExpansionItem object This 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.
NewExpressionChildrenInner instantiates a new ExpressionChildrenInner object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewExpressionChildrenInnerWithDefaults instantiates a new ExpressionChildrenInner object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
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.
NewFederationProtocolDetails instantiates a new FederationProtocolDetails object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewFederationProtocolDetailsWithDefaults instantiates a new FederationProtocolDetails object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
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.
NewFilter instantiates a new Filter object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewFilterAggregation instantiates a new FilterAggregation object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewFilterAggregationWithDefaults instantiates a new FilterAggregation object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewFilterTypeFromValue returns a pointer to a valid FilterType for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewFilterWithDefaults instantiates a new Filter object This 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.
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.
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.
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.
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.
NewGetVendorConnectorMappings405Response instantiates a new GetVendorConnectorMappings405Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewGetVendorConnectorMappings405ResponseWithDefaults instantiates a new GetVendorConnectorMappings405Response object This 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.
NewIdentitiesDetailsReportArguments instantiates a new IdentitiesDetailsReportArguments object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewIdentitiesDetailsReportArgumentsWithDefaults instantiates a new IdentitiesDetailsReportArguments object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewIdentitiesReportArguments instantiates a new IdentitiesReportArguments object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewIdentitiesReportArgumentsWithDefaults instantiates a new IdentitiesReportArguments object This 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.
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.
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.
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.
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.
NewIdentityCertDecisionSummary instantiates a new IdentityCertDecisionSummary object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewIdentityCertDecisionSummaryWithDefaults instantiates a new IdentityCertDecisionSummary object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewIdentityCertificationDto instantiates a new IdentityCertificationDto object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewIdentityCertificationDtoWithDefaults instantiates a new IdentityCertificationDto object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewIdentityDocument instantiates a new IdentityDocument object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewIdentityDocumentAllOfIdentityProfile instantiates a new IdentityDocumentAllOfIdentityProfile object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewIdentityDocumentAllOfIdentityProfileWithDefaults instantiates a new IdentityDocumentAllOfIdentityProfile object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewIdentityDocumentAllOfManager instantiates a new IdentityDocumentAllOfManager object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewIdentityDocumentAllOfManagerWithDefaults instantiates a new IdentityDocumentAllOfManager object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewIdentityDocumentAllOfSource instantiates a new IdentityDocumentAllOfSource object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewIdentityDocumentAllOfSourceWithDefaults instantiates a new IdentityDocumentAllOfSource object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewIdentityDocumentWithDefaults instantiates a new IdentityDocument object This 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.
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.
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.
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.
NewIdentityProfileExportedObjectSelf instantiates a new IdentityProfileExportedObjectSelf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewIdentityProfileExportedObjectSelfWithDefaults instantiates a new IdentityProfileExportedObjectSelf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
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.
NewIdentityProfileIdentityErrorReportArguments instantiates a new IdentityProfileIdentityErrorReportArguments object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewIdentityProfileIdentityErrorReportArgumentsWithDefaults instantiates a new IdentityProfileIdentityErrorReportArguments object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewIdentityProfilesConnections instantiates a new IdentityProfilesConnections object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewIdentityProfilesConnectionsWithDefaults instantiates a new IdentityProfilesConnections object This 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.
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.
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.
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.
NewIdentityWithNewAccess1 instantiates a new IdentityWithNewAccess1 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewIdentityWithNewAccess1WithDefaults instantiates a new IdentityWithNewAccess1 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
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.
NewIdpDetails instantiates a new IdpDetails object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewIdpDetailsWithDefaults instantiates a new IdpDetails object This 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.
NewIndexFromValue returns a pointer to a valid Index for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewInnerHit instantiates a new InnerHit object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewInnerHitWithDefaults instantiates a new InnerHit object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewJITConfiguration instantiates a new JITConfiguration object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewJITConfigurationWithDefaults instantiates a new JITConfiguration object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
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.
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.
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.
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.
NewLifecyclestateDeleted instantiates a new LifecyclestateDeleted object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewLifecyclestateDeletedWithDefaults instantiates a new LifecyclestateDeleted object This 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.
NewListAccessProfiles401Response instantiates a new ListAccessProfiles401Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewListAccessProfiles401ResponseWithDefaults instantiates a new ListAccessProfiles401Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewListAccessProfiles429Response instantiates a new ListAccessProfiles429Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewListAccessProfiles429ResponseWithDefaults instantiates a new ListAccessProfiles429Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewListCampaignFilters200Response instantiates a new ListCampaignFilters200Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewListCampaignFilters200ResponseWithDefaults instantiates a new ListCampaignFilters200Response object This 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.
NewLockoutConfiguration instantiates a new LockoutConfiguration object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewLockoutConfigurationWithDefaults instantiates a new LockoutConfiguration object This 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.
NewManagedClientRequest instantiates a new ManagedClientRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewManagedClientRequestWithDefaults instantiates a new ManagedClientRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
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.
NewManagedClientStatusCodeFromValue returns a pointer to a valid ManagedClientStatusCode 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.
NewManagedClusterRequest instantiates a new ManagedClusterRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewManagedClusterRequestWithDefaults instantiates a new ManagedClusterRequest object This 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.
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.
NewMetricAggregation instantiates a new MetricAggregation object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewMetricAggregationWithDefaults instantiates a new MetricAggregation object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewMetricTypeFromValue returns a pointer to a valid MetricType for the value passed as argument, or an error if the value passed is not allowed by the enum.
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.
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.
NewNestedAggregation instantiates a new NestedAggregation object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewNestedAggregationWithDefaults instantiates a new NestedAggregation object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewNetworkConfiguration instantiates a new NetworkConfiguration object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewNetworkConfigurationWithDefaults instantiates a new NetworkConfiguration object This 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.
NewNonEmployeeIdentityDtoTypeFromValue returns a pointer to a valid NonEmployeeIdentityDtoType for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewNonEmployeeIdentityReferenceWithId instantiates a new NonEmployeeIdentityReferenceWithId object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewNonEmployeeIdentityReferenceWithIdWithDefaults instantiates a new NonEmployeeIdentityReferenceWithId object This 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.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
NewObjectExportImportNames instantiates a new ObjectExportImportNames object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewObjectExportImportNamesWithDefaults instantiates a new ObjectExportImportNames object This 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.
NewObjectMappingBulkCreateRequest instantiates a new ObjectMappingBulkCreateRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewObjectMappingBulkCreateRequestWithDefaults instantiates a new ObjectMappingBulkCreateRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewObjectMappingBulkCreateResponse instantiates a new ObjectMappingBulkCreateResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewObjectMappingBulkCreateResponseWithDefaults instantiates a new ObjectMappingBulkCreateResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewObjectMappingBulkPatchRequest instantiates a new ObjectMappingBulkPatchRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewObjectMappingBulkPatchRequestWithDefaults instantiates a new ObjectMappingBulkPatchRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewObjectMappingBulkPatchResponse instantiates a new ObjectMappingBulkPatchResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewObjectMappingBulkPatchResponseWithDefaults instantiates a new ObjectMappingBulkPatchResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewObjectMappingRequest instantiates a new ObjectMappingRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewObjectMappingRequestWithDefaults instantiates a new ObjectMappingRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewObjectMappingResponse instantiates a new ObjectMappingResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewObjectMappingResponseWithDefaults instantiates a new ObjectMappingResponse object This 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.
NewOperationFromValue returns a pointer to a valid Operation for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewOriginalRequest instantiates a new OriginalRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewOriginalRequestWithDefaults instantiates a new OriginalRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewOrphanIdentitiesReportArguments instantiates a new OrphanIdentitiesReportArguments object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewOrphanIdentitiesReportArgumentsWithDefaults instantiates a new OrphanIdentitiesReportArguments object This 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.
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.
NewOwns instantiates a new Owns object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewOwnsWithDefaults instantiates a new Owns object This 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.
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.
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.
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.
NewPendingApprovalOwner instantiates a new PendingApprovalOwner object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPendingApprovalOwnerWithDefaults instantiates a new PendingApprovalOwner object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
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.
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.
NewProcessingDetails instantiates a new ProcessingDetails object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewProcessingDetailsWithDefaults instantiates a new ProcessingDetails object This 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.
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.
NewProvisioningPolicy instantiates a new ProvisioningPolicy object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
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.
NewProvisioningPolicyWithDefaults instantiates a new ProvisioningPolicy object This 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.
NewPublicIdentity instantiates a new PublicIdentity object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
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.
NewPublicIdentityWithDefaults instantiates a new PublicIdentity object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPutCorrelationConfigRequest instantiates a new PutCorrelationConfigRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPutCorrelationConfigRequestWithDefaults instantiates a new PutCorrelationConfigRequest object This 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.
NewPutSourceConfigRequest instantiates a new PutSourceConfigRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPutSourceConfigRequestWithDefaults instantiates a new PutSourceConfigRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPutSourceTemplateRequest instantiates a new PutSourceTemplateRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPutSourceTemplateRequestWithDefaults instantiates a new PutSourceTemplateRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewQuery instantiates a new Query object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewQueryResultFilter instantiates a new QueryResultFilter object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewQueryResultFilterWithDefaults instantiates a new QueryResultFilter object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewQueryTypeFromValue returns a pointer to a valid QueryType for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewQueryWithDefaults instantiates a new Query object This 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.
NewRange instantiates a new Range object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewRangeWithDefaults instantiates a new Range object This 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.
NewReassignmentReference instantiates a new ReassignmentReference object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewReassignmentReferenceWithDefaults instantiates a new ReassignmentReference object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewReassignmentTrailDTO instantiates a new ReassignmentTrailDTO object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewReassignmentTrailDTOWithDefaults instantiates a new ReassignmentTrailDTO object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
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.
NewReference instantiates a new Reference object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewReferenceWithDefaults instantiates a new Reference object This 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.
NewReportDetails instantiates a new ReportDetails object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewReportDetailsWithDefaults instantiates a new ReportDetails object This 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.
NewReportResults instantiates a new ReportResults object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewReportResultsWithDefaults instantiates a new ReportResults object This 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.
NewReviewableAccessProfile instantiates a new ReviewableAccessProfile object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewReviewableAccessProfileWithDefaults instantiates a new ReviewableAccessProfile object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewReviewableEntitlement instantiates a new ReviewableEntitlement object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewReviewableEntitlementAccount instantiates a new ReviewableEntitlementAccount object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewReviewableEntitlementAccountWithDefaults instantiates a new ReviewableEntitlementAccount object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewReviewableEntitlementWithDefaults instantiates a new ReviewableEntitlement object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewReviewableRole instantiates a new ReviewableRole object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewReviewableRoleWithDefaults instantiates a new ReviewableRole object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewReviewDecision instantiates a new ReviewDecision object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewReviewDecisionWithDefaults instantiates a new ReviewDecision object This 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.
NewReviewRecommendation instantiates a new ReviewRecommendation object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewReviewRecommendationWithDefaults instantiates a new ReviewRecommendation object This 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.
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.
NewRoleDocument instantiates a new RoleDocument object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewRoleDocumentWithDefaults instantiates a new RoleDocument object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
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.
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.
NewRoleSummary instantiates a new RoleSummary object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewRoleSummaryWithDefaults instantiates a new RoleSummary object This 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.
NewSavedSearch instantiates a new SavedSearch object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewSavedSearchDetail instantiates a new SavedSearchDetail object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewSavedSearchDetailFilters instantiates a new SavedSearchDetailFilters object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewSavedSearchDetailFiltersWithDefaults instantiates a new SavedSearchDetailFilters object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewSavedSearchDetailWithDefaults instantiates a new SavedSearchDetail object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewSavedSearchName instantiates a new SavedSearchName object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewSavedSearchNameWithDefaults instantiates a new SavedSearchName object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewSavedSearchWithDefaults instantiates a new SavedSearch object This 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.
NewScheduledSearch instantiates a new ScheduledSearch object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewScheduledSearchAllOfOwner instantiates a new ScheduledSearchAllOfOwner object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewScheduledSearchAllOfOwnerWithDefaults instantiates a new ScheduledSearchAllOfOwner object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewScheduledSearchName instantiates a new ScheduledSearchName object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewScheduledSearchNameWithDefaults instantiates a new ScheduledSearchName object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewScheduledSearchWithDefaults instantiates a new ScheduledSearch object This 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.
NewSearch instantiates a new Search object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewSearchAggregationSpecification instantiates a new SearchAggregationSpecification object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewSearchAggregationSpecificationWithDefaults instantiates a new SearchAggregationSpecification object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewSearchArguments instantiates a new SearchArguments object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewSearchArgumentsWithDefaults instantiates a new SearchArguments object This 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.
NewSearchExportReportArguments instantiates a new SearchExportReportArguments object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewSearchExportReportArgumentsWithDefaults instantiates a new SearchExportReportArguments object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewSearchFilterTypeFromValue returns a pointer to a valid SearchFilterType for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewSearchSchedule instantiates a new SearchSchedule object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewSearchScheduleRecipientsInner instantiates a new SearchScheduleRecipientsInner object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewSearchScheduleRecipientsInnerWithDefaults instantiates a new SearchScheduleRecipientsInner object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewSearchScheduleWithDefaults instantiates a new SearchSchedule object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewSearchWithDefaults instantiates a new Search object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
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.
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.
NewSegmentVisibilityCriteria instantiates a new SegmentVisibilityCriteria object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewSegmentVisibilityCriteriaWithDefaults instantiates a new SegmentVisibilityCriteria object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
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.
NewSelectorTypeFromValue returns a pointer to a valid SelectorType for the value passed as argument, or an error if the value passed is not allowed by the enum.
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.
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.
NewServiceProviderConfiguration instantiates a new ServiceProviderConfiguration object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewServiceProviderConfigurationWithDefaults instantiates a new ServiceProviderConfiguration object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewSessionConfiguration instantiates a new SessionConfiguration object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewSessionConfigurationWithDefaults instantiates a new SessionConfiguration object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewSetLifecycleState200Response instantiates a new SetLifecycleState200Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewSetLifecycleState200ResponseWithDefaults instantiates a new SetLifecycleState200Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewSetLifecycleStateRequest instantiates a new SetLifecycleStateRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewSetLifecycleStateRequestWithDefaults instantiates a new SetLifecycleStateRequest object This 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.
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.
NewSodViolationCheck instantiates a new SodViolationCheck object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
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.
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.
NewSodViolationCheckWithDefaults instantiates a new SodViolationCheck object This 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.
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.
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.
NewSourceAccountCorrelationConfig instantiates a new SourceAccountCorrelationConfig object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewSourceAccountCorrelationConfigWithDefaults instantiates a new SourceAccountCorrelationConfig object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewSourceAccountCorrelationRule instantiates a new SourceAccountCorrelationRule object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewSourceAccountCorrelationRuleWithDefaults instantiates a new SourceAccountCorrelationRule object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewSourceBeforeProvisioningRule instantiates a new SourceBeforeProvisioningRule object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewSourceBeforeProvisioningRuleWithDefaults instantiates a new SourceBeforeProvisioningRule object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewSourceCluster instantiates a new SourceCluster object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
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.
NewSourceClusterWithDefaults instantiates a new SourceCluster object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewSourceConnectionsDto instantiates a new SourceConnectionsDto object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewSourceConnectionsDtoWithDefaults instantiates a new SourceConnectionsDto object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewSourceHealthDto instantiates a new SourceHealthDto object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewSourceHealthDtoWithDefaults instantiates a new SourceHealthDto object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewSourceManagementWorkgroup instantiates a new SourceManagementWorkgroup object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewSourceManagementWorkgroupWithDefaults instantiates a new SourceManagementWorkgroup object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewSourceManagerCorrelationMapping instantiates a new SourceManagerCorrelationMapping object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewSourceManagerCorrelationMappingWithDefaults instantiates a new SourceManagerCorrelationMapping object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewSourceManagerCorrelationRule instantiates a new SourceManagerCorrelationRule object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewSourceManagerCorrelationRuleWithDefaults instantiates a new SourceManagerCorrelationRule object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewSourceOwner instantiates a new SourceOwner object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewSourceOwnerWithDefaults instantiates a new SourceOwner object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewSourcePasswordPoliciesInner instantiates a new SourcePasswordPoliciesInner object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewSourcePasswordPoliciesInnerWithDefaults instantiates a new SourcePasswordPoliciesInner object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewSourceSchemasInner instantiates a new SourceSchemasInner object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewSourceSchemasInnerWithDefaults instantiates a new SourceSchemasInner object This 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.
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.
NewSpDetails instantiates a new SpDetails object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewSpDetailsWithDefaults instantiates a new SpDetails object This 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.
NewSubSearchAggregationSpecification instantiates a new SubSearchAggregationSpecification object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewSubSearchAggregationSpecificationWithDefaults instantiates a new SubSearchAggregationSpecification object This 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.
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.
NewTaskResultDetails instantiates a new TaskResultDetails object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewTaskResultDetailsMessagesInner instantiates a new TaskResultDetailsMessagesInner object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewTaskResultDetailsMessagesInnerWithDefaults instantiates a new TaskResultDetailsMessagesInner object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewTaskResultDetailsReturnsInner instantiates a new TaskResultDetailsReturnsInner object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewTaskResultDetailsReturnsInnerWithDefaults instantiates a new TaskResultDetailsReturnsInner object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewTaskResultDetailsWithDefaults instantiates a new TaskResultDetails object This 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.
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.
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.
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.
NewTextQuery instantiates a new TextQuery object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewTextQueryWithDefaults instantiates a new TextQuery object This 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.
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.
NewTypeAheadQuery instantiates a new TypeAheadQuery object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewTypeAheadQueryWithDefaults instantiates a new TypeAheadQuery object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewTypedReference instantiates a new TypedReference object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewTypedReferenceWithDefaults instantiates a new TypedReference object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewUncorrelatedAccountsReportArguments instantiates a new UncorrelatedAccountsReportArguments object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewUncorrelatedAccountsReportArgumentsWithDefaults instantiates a new UncorrelatedAccountsReportArguments object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewUpdateDetail instantiates a new UpdateDetail object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewUpdateDetailWithDefaults instantiates a new UpdateDetail object This 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.
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.
NewV3CreateConnectorDto instantiates a new V3CreateConnectorDto object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewV3CreateConnectorDtoWithDefaults instantiates a new V3CreateConnectorDto object This 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.
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.
NewWorkItemsForm instantiates a new WorkItemsForm object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewWorkItemsFormWithDefaults instantiates a new WorkItemsForm object This 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.
NewWorkItemStateManualWorkItemsFromValue returns a pointer to a valid WorkItemStateManualWorkItems 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.
NewWorkItemTypeManualWorkItemsFromValue returns a pointer to a valid WorkItemTypeManualWorkItems for the value passed as argument, or an error if the value passed is not allowed by the enum.
OrphanIdentitiesReportArgumentsAsReportDetailsArguments is a convenience function that returns OrphanIdentitiesReportArguments wrapped in ReportDetailsArguments.
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.
SearchExportReportArgumentsAsReportDetailsArguments is a convenience function that returns SearchExportReportArguments wrapped in ReportDetailsArguments.
SlimCampaignAsGetActiveCampaigns200ResponseInner is a convenience function that returns SlimCampaign wrapped in GetActiveCampaigns200ResponseInner.
SlimDiscoveredApplicationsAsGetDiscoveredApplications200ResponseInner is a convenience function that returns SlimDiscoveredApplications wrapped in GetDiscoveredApplications200ResponseInner.
SpDetailsAsServiceProviderConfigurationFederationProtocolDetailsInner is a convenience function that returns SpDetails wrapped in ServiceProviderConfigurationFederationProtocolDetailsInner.
stringAsJsonPatchOperationValue is a convenience function that returns string wrapped in JsonPatchOperationValue.
UncorrelatedAccountsReportArgumentsAsReportDetailsArguments is a convenience function that returns UncorrelatedAccountsReportArguments wrapped in ReportDetailsArguments.

# Constants

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 AggregationType.
List of AggregationType.
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 BucketType.
List of CertificationDecision.
List of CertificationDecision.
List of CertificationPhase.
List of CertificationPhase.
List of CertificationPhase.
List of ClientType.
List of ClientType.
List of CompletedApprovalState.
List of CompletedApprovalState.
List of CompletionStatus.
List of CompletionStatus.
List of CompletionStatus.
List of CompletionStatus.
List of CompletionStatus.
List of CriteriaType.
List of CriteriaType.
List of CriteriaType.
List of CriteriaType.
List of CriteriaType.
List of CriteriaType.
List of CriteriaType.
List of CriteriaType.
List of CriteriaType.
List of CriteriaType.
List of DocumentType.
List of DocumentType.
List of DocumentType.
List of DocumentType.
List of DocumentType.
List of DocumentType.
List of DocumentType.
List of DocumentType.
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 FilterType.
List of FilterType.
List of FilterType.
List of GrantType.
List of GrantType.
List of GrantType.
List of Index.
List of Index.
List of Index.
List of Index.
List of Index.
List of Index.
List of Index.
List of LocaleOrigin.
List of LocaleOrigin.
List of LocaleOrigin.
List of ManagedClientStatusCode.
List of ManagedClientStatusCode.
List of ManagedClientStatusCode.
List of ManagedClientStatusCode.
List of ManagedClientStatusCode.
List of ManagedClientStatusCode.
List of ManagedClientStatusCode.
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 MetricType.
List of MetricType.
List of MetricType.
List of MetricType.
List of MetricType.
List of MetricType.
List of MetricType.
List of NonEmployeeIdentityDtoType.
List of NonEmployeeIdentityDtoType.
List of NonEmployeeSchemaAttributeType.
List of NonEmployeeSchemaAttributeType.
List of NonEmployeeSchemaAttributeType.
List of Operation.
List of Operation.
List of Operation.
List of Operation.
List of Operation.
List of Operation.
List of Operation.
List of Operation.
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 QueryType.
List of QueryType.
List of QueryType.
List of QueryType.
List of ReassignmentType.
List of ReassignmentType.
List of ReassignmentType.
List of ReassignmentType.
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 ScheduleType.
List of ScheduleType.
List of ScheduleType.
List of ScheduleType.
List of ScheduleType.
List of SearchFilterType.
List of SelectorType.
List of SelectorType.
List of StandardLevel.
List of StandardLevel.
List of StandardLevel.
List of StandardLevel.
List of StandardLevel.
List of StandardLevel.
List of StandardLevel.
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 WorkItemStateManualWorkItems.
List of WorkItemStateManualWorkItems.
List of WorkItemStateManualWorkItems.
List of WorkItemStateManualWorkItems.
List of WorkItemStateManualWorkItems.
List of WorkItemStateManualWorkItems.
List of WorkItemTypeManualWorkItems.
List of WorkItemTypeManualWorkItems.
List of WorkItemTypeManualWorkItems.
List of WorkItemTypeManualWorkItems.
List of WorkItemTypeManualWorkItems.
List of WorkItemTypeManualWorkItems.
List of WorkItemTypeManualWorkItems.
List of WorkItemTypeManualWorkItems.
List of WorkItemTypeManualWorkItems.
List of WorkItemTypeManualWorkItems.
List of WorkItemTypeManualWorkItems.
List of WorkItemTypeManualWorkItems.
List of WorkItemTypeManualWorkItems.
List of WorkItemTypeManualWorkItems.

# Variables

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 AggregationType enum.
All allowed values of ApprovalScheme enum.
All allowed values of ApprovalStatus enum.
All allowed values of AttributeDefinitionType enum.
All allowed values of BucketType enum.
All allowed values of CertificationDecision enum.
All allowed values of CertificationPhase enum.
All allowed values of ClientType enum.
All allowed values of CompletedApprovalState enum.
All allowed values of CompletionStatus enum.
All allowed values of CriteriaType enum.
All allowed values of DocumentType enum.
All allowed values of DtoType enum.
All allowed values of ExecutionStatus enum.
All allowed values of FilterType enum.
All allowed values of GrantType enum.
All allowed values of Index enum.
All allowed values of LocaleOrigin enum.
All allowed values of ManagedClientStatusCode enum.
All allowed values of ManagedClientType enum.
All allowed values of ManagedClusterTypes enum.
All allowed values of ManualWorkItemState enum.
All allowed values of MetricType enum.
All allowed values of NonEmployeeIdentityDtoType enum.
All allowed values of NonEmployeeSchemaAttributeType enum.
All allowed values of Operation enum.
All allowed values of PendingApprovalAction enum.
All allowed values of ProvisioningCriteriaOperation enum.
All allowed values of ProvisioningState enum.
All allowed values of QueryType 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 ScheduleType enum.
All allowed values of SearchFilterType enum.
All allowed values of SelectorType enum.
All allowed values of StandardLevel enum.
All allowed values of UsageType enum.
All allowed values of WorkItemState enum.
All allowed values of WorkItemStateManualWorkItems enum.
All allowed values of WorkItemTypeManualWorkItems 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

Access struct for Access.
AccessConstraint struct for AccessConstraint.
AccessCriteria struct for AccessCriteria.
AccessCriteriaCriteriaListInner struct for AccessCriteriaCriteriaListInner.
AccessItemRequestedFor Identity the access item is requested for.
AccessItemRequester Access item requester's identity.
AccessItemReviewedBy Identity who reviewed the access item request.
AccessProfile Access Profile.
AccessProfileApprovalScheme struct for AccessProfileApprovalScheme.
AccessProfileBulkDeleteRequest struct for AccessProfileBulkDeleteRequest.
AccessProfileBulkDeleteResponse struct for AccessProfileBulkDeleteResponse.
AccessProfileDocument More complete representation of an access profile.
AccessProfileDocumentAllOfSource Access profile's source.
AccessProfileEntitlement EntitlementReference.
AccessProfileRef struct for AccessProfileRef.
AccessProfileRole Role.
AccessProfileSourceRef struct for AccessProfileSourceRef.
AccessProfileSummary This is a summary representation of an access profile.
AccessProfileUsage struct for AccessProfileUsage.
AccessProfileUsageUsedByInner Role using the access profile.
AccessRequest struct for AccessRequest.
AccessRequestConfig struct for AccessRequestConfig.
AccessRequestItem struct for AccessRequestItem.
AccessRequestPhases Provides additional details about this access request phase.
AccessReviewItem struct for AccessReviewItem.
AccessReviewReassignment struct for AccessReviewReassignment.
AccessSummary An object holding the access that is being reviewed.
AccessSummaryAccess struct for AccessSummaryAccess.
No description provided by the author
Account struct for Account.
AccountAction Object for specifying Actions to be performed on a specified list of sources' account.
AccountActivity struct for AccountActivity.
AccountActivityDocument AccountActivity.
AccountActivityItem struct for AccountActivityItem.
AccountActivitySearchedItem AccountActivity.
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 this object.
AccountAttributes struct for AccountAttributes.
AccountAttributesCreate struct for AccountAttributesCreate.
AccountAttributesCreateAttributes The schema attribute values for the account.
AccountRequest struct for AccountRequest.
AccountRequestInfo If an account activity item is associated with an access request, captures details of that request.
AccountRequestResult struct for AccountRequestResult.
AccountsAsyncResult Accounts async response containing details on started async process.
AccountsExportReportArguments Arguments for Account Export report (ACCOUNTS).
AccountSource struct for AccountSource.
AccountToggleRequest Request used for account enable/disable.
AccountUnlockRequest Request used for account unlock.
AccountUsage struct for AccountUsage.
ActivateCampaignOptions struct for ActivateCampaignOptions.
ActivityInsights Insights into account activity.
AdminReviewReassign struct for AdminReviewReassign.
AdminReviewReassignReassignTo struct for AdminReviewReassignReassignTo.
AggregationResult struct for AggregationResult.
Aggregations struct for Aggregations.
No description provided by the author
No description provided by the author
No description provided by the author
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 V3 API API v3.0.0 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
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
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
App struct for App.
AppAllOfAccount struct for AppAllOfAccount.
Approval struct for Approval.
ApprovalComment struct for ApprovalComment.
ApprovalForwardHistory struct for ApprovalForwardHistory.
ApprovalItemDetails struct for ApprovalItemDetails.
ApprovalItems struct for ApprovalItems.
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.
ArrayInner struct for ArrayInner.
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.
AttributeRequest struct for AttributeRequest.
AttributeValueDTO struct for AttributeValueDTO.
AuthUser struct for AuthUser.
BackupOptions Backup options control what will be included in the backup.
BackupResponse struct for BackupResponse.
BaseAccess struct for BaseAccess.
BaseAccessAllOfOwner Owner's identity.
BaseAccessProfile struct for BaseAccessProfile.
BaseAccount struct for BaseAccount.
BaseCommonDto struct for BaseCommonDto.
BaseDocument struct for BaseDocument.
BaseEntitlement struct for BaseEntitlement.
BaseReferenceDto struct for BaseReferenceDto.
BaseSegment struct for BaseSegment.
BasicAuth provides basic http authentication to a request passed via context using ContextBasicAuth.
BeforeProvisioningRuleDto Before Provisioning Rule.
Bound struct for Bound.
BrandingItem struct for BrandingItem.
BrandingItemCreate struct for BrandingItemCreate.
BucketAggregation The bucket to group the results of the aggregation query by.
BulkAddTaggedObject struct for BulkAddTaggedObject.
BulkRemoveTaggedObject struct for BulkRemoveTaggedObject.
BulkTaggedObjectResponse struct for BulkTaggedObjectResponse.
Campaign struct for Campaign.
CampaignAlert struct for CampaignAlert.
CampaignAllOfFilter Determines which items will be included in this campaign.
CampaignAllOfRoleCompositionCampaignInfo Optional configuration options for role composition campaigns.
CampaignAllOfRoleCompositionCampaignInfoRemediatorRef This determines who remediation tasks will be assigned to.
CampaignAllOfSearchCampaignInfo Must be set only if the campaign type is SEARCH.
CampaignAllOfSearchCampaignInfoReviewer If specified, this identity or governance group will be the reviewer for all certifications in this campaign.
CampaignAllOfSourceOwnerCampaignInfo Must be set only if the campaign type is SOURCE_OWNER.
CampaignAllOfSourcesWithOrphanEntitlements struct for CampaignAllOfSourcesWithOrphanEntitlements.
CampaignCompleteOptions struct for CampaignCompleteOptions.
CampaignFilterDetails Campaign Filter Details.
CampaignFilterDetailsCriteriaListInner struct for CampaignFilterDetailsCriteriaListInner.
CampaignReference struct for CampaignReference.
CampaignReport struct for CampaignReport.
CampaignReportsConfig struct for CampaignReportsConfig.
CampaignsDeleteRequest struct for CampaignsDeleteRequest.
CampaignTemplate Campaign Template.
CampaignTemplateOwnerRef The owner of this template, and the owner of campaigns generated from this template via a schedule.
CancelAccessRequest Request body payload for cancel access request endpoint.
CancelledRequestDetails Provides additional details for a request that has been cancelled.
Certification struct for Certification.
CertificationIdentitySummary struct for CertificationIdentitySummary.
CertificationReference struct for CertificationReference.
CertificationTask struct for CertificationTask.
ClientLogConfiguration Client Runtime Logging Configuration.
Column struct for Column.
Comment struct for Comment.
CommentDto struct for CommentDto.
CommentDtoAuthor Author of the comment.
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.
CompletedApprovalRequesterComment struct for CompletedApprovalRequesterComment.
CompletedApprovalReviewerComment struct for CompletedApprovalReviewerComment.
Configuration stores the configuration of the API client.
ConflictingAccessCriteria struct for ConflictingAccessCriteria.
ConnectorDetail struct for ConnectorDetail.
CreateExternalExecuteWorkflow200Response struct for CreateExternalExecuteWorkflow200Response.
CreateExternalExecuteWorkflowRequest struct for CreateExternalExecuteWorkflowRequest.
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.
CreateSavedSearchRequest struct for CreateSavedSearchRequest.
CreateScheduledSearchRequest struct for CreateScheduledSearchRequest.
CreateUploadedConfigurationRequest struct for CreateUploadedConfigurationRequest.
CreateWorkflowRequest struct for CreateWorkflowRequest.
DataAccess DAS data for the entitlement.
DataAccessCategoriesInner struct for DataAccessCategoriesInner.
DataAccessImpactScore struct for DataAccessImpactScore.
DataAccessPoliciesInner struct for DataAccessPoliciesInner.
DeleteNonEmployeeRecordsInBulkRequest struct for DeleteNonEmployeeRecordsInBulkRequest.
DeleteSource202Response struct for DeleteSource202Response.
DeleteVendorConnectorMapping200Response struct for DeleteVendorConnectorMapping200Response.
DependantAppConnections struct for DependantAppConnections.
DependantAppConnectionsAccountSource The Account Source of the connected Application.
DependantAppConnectionsAccountSourcePasswordPoliciesInner struct for DependantAppConnectionsAccountSourcePasswordPoliciesInner.
DependantConnectionsMissingDto struct for DependantConnectionsMissingDto.
DimensionRef struct for DimensionRef.
DisplayReference struct for DisplayReference.
DuoVerificationRequest struct for DuoVerificationRequest.
EmailNotificationOption This is used for representing email configuration for a lifecycle state.
Entitlement struct for Entitlement.
EntitlementDocument Entitlement.
EntitlementDocumentAllOfSource Entitlement's source.
EntitlementDto struct for EntitlementDto.
EntitlementRef Entitlement including a specific set of access.
EntitlementRef1 Entitlement including a specific set of access.
EntitlementRequestConfig struct for EntitlementRequestConfig.
EntitlementSource struct for EntitlementSource.
EntitlementSummary EntitlementReference.
ErrorMessageDto struct for ErrorMessageDto.
ErrorResponseDto struct for ErrorResponseDto.
Event Event.
EventDocument Event.
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.
ExpansionItem struct for ExpansionItem.
Expression struct for Expression.
ExpressionChildrenInner struct for ExpressionChildrenInner.
FederationProtocolDetails struct for FederationProtocolDetails.
FieldDetailsDto struct for FieldDetailsDto.
Filter struct for Filter.
FilterAggregation An additional filter to constrain the results of the search query.
FormDetails struct for FormDetails.
FormItemDetails struct for FormItemDetails.
ForwardApprovalDto struct for ForwardApprovalDto.
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.
GetOAuthClientResponse struct for GetOAuthClientResponse.
GetPersonalAccessTokenResponse struct for GetPersonalAccessTokenResponse.
GetVendorConnectorMappings405Response struct for GetVendorConnectorMappings405Response.
IdentitiesDetailsReportArguments Arguments for Identities Details report (IDENTITIES_DETAILS).
IdentitiesReportArguments Arguments for Identities report (IDENTITIES).
IdentityAccess - struct for IdentityAccess.
IdentityAttribute struct for IdentityAttribute.
IdentityAttributeConfig Defines all the identity attribute mapping configurations.
IdentityAttributePreview struct for IdentityAttributePreview.
IdentityAttributeTransform Defines a transformation definition for an identity attribute.
IdentityCertDecisionSummary struct for IdentityCertDecisionSummary.
IdentityCertificationDto struct for IdentityCertificationDto.
IdentityDocument Identity.
IdentityDocumentAllOfIdentityProfile Identity's identity profile.
IdentityDocumentAllOfManager Identity's manager.
IdentityDocumentAllOfSource Identity's source.
IdentityExceptionReportReference struct for IdentityExceptionReportReference.
IdentityPreviewRequest struct for IdentityPreviewRequest.
IdentityPreviewResponse struct for IdentityPreviewResponse.
IdentityPreviewResponseIdentity Identity's basic details.
IdentityProfile struct for IdentityProfile.
IdentityProfileAllOfAuthoritativeSource struct for IdentityProfileAllOfAuthoritativeSource.
IdentityProfileAllOfOwner The owner of the Identity Profile.
IdentityProfileExportedObject Identity profile exported object.
IdentityProfileExportedObjectSelf Self block for exported object.
IdentityProfileIdentityErrorReportArguments Arguments for Identity Profile Identity Error report (IDENTITY_PROFILE_IDENTITY_ERROR).
IdentityProfilesConnections struct for IdentityProfilesConnections.
IdentityReference The manager for the identity.
IdentityReferenceWithNameAndEmail struct for IdentityReferenceWithNameAndEmail.
IdentitySummary struct for IdentitySummary.
IdentityWithNewAccess An identity with a set of access to be added.
IdentityWithNewAccess1 An identity with a set of access to be added.
IdentityWithNewAccessAccessRefsInner Entitlement including a specific set of access.
IdpDetails struct for IdpDetails.
ImportNonEmployeeRecordsInBulkRequest struct for ImportNonEmployeeRecordsInBulkRequest.
ImportObject Object created or updated by import.
InnerHit Inner Hit query object that will cause the specified nested type to be returned as the result matching the supplied query.
JITConfiguration struct for JITConfiguration.
JsonPatchOperation A JSONPatch Operation as defined by [RFC 6902 - JSON Patch](https://tools.ietf.org/html/rfc6902).
JsonPatchOperationValue - 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.
LifecycleState struct for LifecycleState.
LifecyclestateDeleted Deleted lifecycle state.
ListAccessProfiles401Response struct for ListAccessProfiles401Response.
ListAccessProfiles429Response struct for ListAccessProfiles429Response.
ListCampaignFilters200Response struct for ListCampaignFilters200Response.
ListCompleteWorkflowLibrary200ResponseInner struct for ListCompleteWorkflowLibrary200ResponseInner.
LockoutConfiguration struct for LockoutConfiguration.
ManagedClient Managed Client.
ManagedClientRequest Managed Client Request.
ManagedClientStatus 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.
ManagedClusterRequest Request to create Managed Cluster.
ManagerCorrelationMapping struct for ManagerCorrelationMapping.
ManualDiscoverApplications struct for ManualDiscoverApplications.
ManualDiscoverApplicationsTemplate struct for ManualDiscoverApplicationsTemplate.
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.
MetricAggregation The calculation done on the results of the query.
MfaConfigTestResponse Response model for configuration test of a given MFA method.
MfaDuoConfig struct for MfaDuoConfig.
MfaOktaConfig struct for MfaOktaConfig.
MultiPolicyRequest struct for MultiPolicyRequest.
NestedAggregation The nested aggregation object.
NetworkConfiguration struct for NetworkConfiguration.
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.
NonEmployeeIdentityReferenceWithId struct for NonEmployeeIdentityReferenceWithId.
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.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
ObjectExportImportNames struct for ObjectExportImportNames.
ObjectImportResult Response model for import of a single object.
ObjectMappingBulkCreateRequest struct for ObjectMappingBulkCreateRequest.
ObjectMappingBulkCreateResponse struct for ObjectMappingBulkCreateResponse.
ObjectMappingBulkPatchRequest struct for ObjectMappingBulkPatchRequest.
ObjectMappingBulkPatchResponse struct for ObjectMappingBulkPatchResponse.
ObjectMappingRequest struct for ObjectMappingRequest.
ObjectMappingResponse struct for ObjectMappingResponse.
OktaVerificationRequest struct for OktaVerificationRequest.
OriginalRequest struct for OriginalRequest.
OrphanIdentitiesReportArguments Arguments for Orphan Identities report (ORPHAN_IDENTITIES).
OwnerDto Owner's identity.
OwnerReference The owner of this object.
OwnerReferenceSegments The owner of this object.
Owns struct for Owns.
PasswordChangeRequest struct for PasswordChangeRequest.
PasswordChangeResponse struct for PasswordChangeResponse.
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.
PatchServiceDeskIntegrationRequest A JSONPatch document as defined by [RFC 6902 - JSON Patch](https://tools.ietf.org/html/rfc6902).
PatOwner Personal access token owner's identity.
PendingApproval struct for PendingApproval.
PendingApprovalOwner Access item owner's identity.
PermissionDto Simplified DTO for the Permission objects stored in SailPoint's database.
PreApprovalTriggerDetails Provides additional details about the pre-approval trigger for this request.
ProcessingDetails struct for ProcessingDetails.
ProvisioningConfig Specification of a Service Desk integration provisioning configuration.
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.
ProvisioningPolicy struct for ProvisioningPolicy.
ProvisioningPolicyDto struct for ProvisioningPolicyDto.
PublicIdentity Details about a public identity.
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.
PutCorrelationConfigRequest struct for PutCorrelationConfigRequest.
PutPasswordDictionaryRequest struct for PutPasswordDictionaryRequest.
PutSourceConfigRequest struct for PutSourceConfigRequest.
PutSourceTemplateRequest struct for PutSourceTemplateRequest.
Query Query parameters used to construct an Elasticsearch query object.
QueryResultFilter Allows the query results to be filtered by specifying a list of fields to include and/or exclude from the result documents.
QueuedCheckConfigDetails Configuration of maximum number days and interval for checking Service Desk integration queue status.
Range The range of values to be filtered.
Reassignment struct for Reassignment.
ReassignmentReference struct for ReassignmentReference.
ReassignmentTrailDTO struct for ReassignmentTrailDTO.
ReassignReference struct for ReassignReference.
Reference struct for Reference.
RemediationItemDetails struct for RemediationItemDetails.
RemediationItems struct for RemediationItems.
ReportDetails Details about report to be processed.
ReportDetailsArguments - The string-object map(dictionary) with the arguments needed for report processing.
ReportResultReference struct for ReportResultReference.
ReportResults Details about report result or current state.
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.
ReviewableAccessProfile struct for ReviewableAccessProfile.
ReviewableEntitlement struct for ReviewableEntitlement.
ReviewableEntitlementAccount Information about the status of the entitlement.
ReviewableRole struct for ReviewableRole.
ReviewDecision struct for ReviewDecision.
Reviewer struct for Reviewer.
ReviewReassign struct for ReviewReassign.
ReviewRecommendation struct for ReviewRecommendation.
Revocability struct for Revocability.
RevocabilityForRole struct for RevocabilityForRole.
Role A Role.
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.
RoleDocument Role.
RoleIdentity A subset of the fields of an Identity which is a member of a Role.
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.
RoleSummary Role.
SavedSearch struct for SavedSearch.
SavedSearchDetail struct for SavedSearchDetail.
SavedSearchDetailFilters struct for SavedSearchDetailFilters.
SavedSearchName struct for SavedSearchName.
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.
ScheduledSearch struct for ScheduledSearch.
ScheduledSearchAllOfOwner The owner of the scheduled search.
ScheduledSearchName struct for ScheduledSearchName.
ScheduleHours Specifies which hour(s) a schedule is active for.
ScheduleMonths Specifies which months of a schedule are active.
Schema struct for Schema.
Search struct for Search.
SearchAggregationSpecification struct for SearchAggregationSpecification.
SearchArguments struct for SearchArguments.
SearchAttributeConfig struct for SearchAttributeConfig.
SearchExportReportArguments Arguments for Search Export report (SEARCH_EXPORT) The report file generated will be a zip file containing csv files of the search results.
SearchSchedule struct for SearchSchedule.
SearchScheduleRecipientsInner struct for SearchScheduleRecipientsInner.
SectionDetails struct for SectionDetails.
Segment struct for Segment.
SegmentVisibilityCriteria struct for SegmentVisibilityCriteria.
Selector struct for Selector.
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.
ServiceProviderConfiguration Represents the IdentityNow as Service Provider Configuration allowing customers to log into IDN via an Identity Provider.
ServiceProviderConfigurationFederationProtocolDetailsInner - struct for ServiceProviderConfigurationFederationProtocolDetailsInner.
SessionConfiguration struct for SessionConfiguration.
SetLifecycleState200Response struct for SetLifecycleState200Response.
SetLifecycleStateRequest struct for SetLifecycleStateRequest.
SlimCampaign struct for SlimCampaign.
SlimDiscoveredApplications Discovered applications.
SodExemptCriteria 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.
SodViolationCheck An object referencing an SOD violation check.
SodViolationCheckResult The inner object representing the completed SOD Violation check.
SodViolationContext The contextual information of the violated criteria.
SodViolationContextCheckCompleted 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.
SourceAccountCorrelationConfig Reference to account correlation config object.
SourceAccountCorrelationRule Reference to a rule that can do COMPLEX correlation.
SourceBeforeProvisioningRule Rule that runs on the CCG and allows for customization of provisioning plans before the API calls the connector.
SourceCluster Reference to the source's associated cluster.
SourceClusterDto Source cluster.
SourceConnectionsDto struct for SourceConnectionsDto.
SourceHealthDto Dto for source health data.
SourceManagementWorkgroup Reference to management workgroup for the source.
SourceManagerCorrelationMapping struct for SourceManagerCorrelationMapping.
SourceManagerCorrelationRule Reference to the ManagerCorrelationRule.
SourceOwner Reference to identity object who owns the source.
SourcePasswordPoliciesInner struct for SourcePasswordPoliciesInner.
SourceSchemasInner struct for SourceSchemasInner.
SourceUsage struct for SourceUsage.
SourceUsageStatus struct for SourceUsageStatus.
SpConfigMessage Message model for Config Import/Export.
SpDetails struct for SpDetails.
SubSearchAggregationSpecification struct for SubSearchAggregationSpecification.
TaggedObject Tagged object.
TaggedObjectDto struct for TaggedObjectDto.
TaskResultDetails Details about job or task type, state and lifecycle.
TaskResultDetailsMessagesInner struct for TaskResultDetailsMessagesInner.
TaskResultDetailsReturnsInner struct for TaskResultDetailsReturnsInner.
TaskResultDto Task result.
TaskResultSimplified struct for TaskResultSimplified.
TestExternalExecuteWorkflow200Response struct for TestExternalExecuteWorkflow200Response.
TestExternalExecuteWorkflowRequest struct for TestExternalExecuteWorkflowRequest.
TestWorkflow200Response struct for TestWorkflow200Response.
TestWorkflowRequest struct for TestWorkflowRequest.
TextQuery Query parameters used to construct an Elasticsearch text query object.
TokenAuthRequest struct for TokenAuthRequest.
TokenAuthResponse struct for TokenAuthResponse.
Transform The representation of an internally- or customer-defined transform.
TransformDefinition struct for TransformDefinition.
TransformRead struct for TransformRead.
TypeAheadQuery Query parameters used to construct an Elasticsearch type ahead query object.
TypedReference A typed reference to the object.
UncorrelatedAccountsReportArguments Arguments for Uncorrelated Accounts report (UNCORRELATED_ACCOUNTS).
UpdateDetail struct for UpdateDetail.
V3ConnectorDto struct for V3ConnectorDto.
V3CreateConnectorDto struct for V3CreateConnectorDto.
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 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.
WorkItemForward struct for WorkItemForward.
WorkItems struct for WorkItems.
WorkItemsCount struct for WorkItemsCount.
WorkItemsForm struct for WorkItemsForm.
WorkItemsSummary struct for WorkItemsSummary.

# Interfaces

No description provided by the author

# Type aliases

AccessProfilesAPIService AccessProfilesAPI service.
AccessRequestApprovalsAPIService AccessRequestApprovalsAPI service.
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.
AccountsAPIService AccountsAPI service.
AccountUsagesAPIService AccountUsagesAPI service.
AggregationType Enum representing the currently available query languages for aggregations, which are used to perform calculations or groupings on search results.
ApplicationDiscoveryAPIService ApplicationDiscoveryAPI service.
ApprovalScheme Describes the individual or group that is responsible for an approval step.
ApprovalStatus Enum representing the non-employee request approval status.
AttributeDefinitionType The underlying type of the value which an AttributeDefinition represents.
AuthUsersAPIService AuthUsersAPI service.
BrandingAPIService BrandingAPI service.
BucketType Enum representing the currently supported bucket aggregation types.
CertificationCampaignFiltersAPIService CertificationCampaignFiltersAPI service.
CertificationCampaignsAPIService CertificationCampaignsAPI service.
CertificationDecision The decision to approve or revoke the review item.
CertificationPhase The current phase of the campaign.
CertificationsAPIService CertificationsAPI service.
CertificationSummariesAPIService CertificationSummariesAPI service.
ClientType Type of an API Client indicating public or confidentials use.
CompletedApprovalState Enum represents completed approval object's state.
CompletionStatus The status after completion.
ConfigurationHubAPIService ConfigurationHubAPI service.
ConnectorsAPIService ConnectorsAPI service.
CriteriaType Type of the criteria in the filter.
DocumentType Enum representing the currently supported document types.
DtoType An enumeration of the types of DTOs supported within the IdentityNow infrastructure.
ExecutionStatus The current state of execution.
FilterType Enum representing the currently supported filter types.
GlobalTenantSecuritySettingsAPIService GlobalTenantSecuritySettingsAPI service.
GrantType OAuth2 Grant Type.
IdentityProfilesAPIService IdentityProfilesAPI service.
Index Enum representing the currently supported indices.
LifecycleStatesAPIService LifecycleStatesAPI service.
LocaleOrigin An indicator of how the locale was selected.
ManagedClientsAPIService ManagedClientsAPI service.
ManagedClientStatusCode Status of a Managed Client.
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.
MetricType Enum representing the currently supported metric aggregation types.
MFAConfigurationAPIService MFAConfigurationAPI service.
MFAControllerAPIService MFAControllerAPI service.
NonEmployeeIdentityDtoType Identifies if the identity is a normal identity or a governance group.
NonEmployeeLifecycleManagementAPIService NonEmployeeLifecycleManagementAPI service.
NonEmployeeSchemaAttributeType Enum representing the type of data a schema attribute accepts.
OAuthClientsAPIService OAuthClientsAPI service.
Operation Operation on a specific criteria.
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.
PublicIdentitiesAPIService PublicIdentitiesAPI service.
PublicIdentitiesConfigAPIService PublicIdentitiesConfigAPI service.
QueryType The type of query to use.
ReassignmentType The approval reassignment type.
ReportsDataExtractionAPIService ReportsDataExtractionAPI service.
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.
RoleMembershipSelectorType This enum characterizes the type of a Role's membership selector.
RolesAPIService RolesAPI service.
SavedSearchAPIService SavedSearchAPI service.
ScheduledSearchAPIService ScheduledSearchAPI service.
ScheduleType Enum representing the currently supported schedule types.
SearchAPIService SearchAPI service.
SearchAttributeConfigurationAPIService SearchAttributeConfigurationAPI service.
SearchFilterType Enum representing the currently supported filter aggregation types.
SegmentsAPIService SegmentsAPI service.
SelectorType Enum representing the currently supported selector types.
ServerConfigurations stores multiple ServerConfiguration items.
ServiceDeskIntegrationAPIService ServiceDeskIntegrationAPI service.
SODPoliciesAPIService SODPoliciesAPI service.
SODViolationsAPIService SODViolationsAPI service.
SourcesAPIService SourcesAPI service.
SourceUsagesAPIService SourceUsagesAPI service.
StandardLevel Standard Log4j log level.
TaggedObjectsAPIService TaggedObjectsAPI service.
TransformsAPIService TransformsAPI service.
UsageType The type of provisioning policy usage.
VendorConnectorMappingsAPIService VendorConnectorMappingsAPI service.
VendorConnectorMapppingAPIService VendorConnectorMapppingAPI service.
WorkflowsAPIService WorkflowsAPI service.
WorkItemsAPIService WorkItemsAPI service.
WorkItemState The state of a work item.
WorkItemStateManualWorkItems The state of a work item.
WorkItemTypeManualWorkItems The type of the work item.