# README

Go API client for v3

Use these APIs to interact with the IdentityNow 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 v3 "github.com/GIT_USER_ID/GIT_REPO_ID"

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 sw.ContextServerIndex of type int.

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

Templated Server URL

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

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

ctx := context.WithValue(context.Background(), v3.ContextOperationServerIndices, map[string]int{
	"{classname}Service.{nickname}": 2,
})
ctx = context.WithValue(context.Background(), 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 an 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}/approveApproves an access request approval.
AccessRequestApprovalsApiForwardAccessRequestPost /access-request-approvals/{approvalId}/forwardForwards an access request approval.
AccessRequestApprovalsApiGetAccessRequestApprovalSummaryGet /access-request-approvals/approval-summaryGet the number of access-requests-approvals
AccessRequestApprovalsApiListCompletedApprovalsGet /access-request-approvals/completedCompleted Access Request Approvals List
AccessRequestApprovalsApiListPendingApprovalsGet /access-request-approvals/pendingPending Access Request Approvals List
AccessRequestApprovalsApiRejectAccessRequestPost /access-request-approvals/{approvalId}/rejectRejects an access request approval.
AccessRequestsApiCancelAccessRequestPost /access-requests/cancelCancel Access Request
AccessRequestsApiCreateAccessRequestPost /access-requestsSubmit an Access Request
AccessRequestsApiGetAccessRequestConfigGet /access-request-configGet Access Request Configuration
AccessRequestsApiListAccessRequestStatusGet /access-request-statusAccess Request Status
AccessRequestsApiUpdateAccessRequestConfigPut /access-request-configUpdate Access Request Configuration
AccountActivitiesApiGetAccountActivityGet /account-activities/{id}Get an Account Activity
AccountActivitiesApiListAccountActivitiesGet /account-activitiesList Account Activities
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
AccountsApiReloadAccountPost /accounts/{id}/reloadReload Account
AccountsApiUnlockAccountPost /accounts/{id}/unlockUnlock Account
AccountsApiUpdateAccountPatch /accounts/{id}Update Account
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-summary/{identitySummaryId}Summary for Identity
CertificationsApiGetIdentityCertificationGet /certifications/{id}Identity Certification by ID
CertificationsApiListIdentityAccessReviewItemsGet /certifications/{id}/access-review-itemsList of Access Review Items
CertificationsApiListIdentityCertificationsGet /certificationsIdentity Campaign Certifications by IDs
CertificationsApiMakeIdentityDecisionPost /certifications/{id}/decideDecide on a Certification Item
CertificationsApiReassignIdentityCertificationsPost /certifications/{id}/reassignReassign Identities or Items
CertificationsApiSignOffIdentityCertificationPost /certifications/{id}/sign-offFinalize Identity Certification Decisions
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
LifecycleStatesApiCreateLifecycleStatePost /identity-profiles/{identity-profile-id}/lifecycle-statesCreate Lifecycle State
LifecycleStatesApiDeleteLifecycleStateDelete /identity-profiles/{identity-profile-id}/lifecycle-states/{lifecycle-state-id}Delete Lifecycle State by ID
LifecycleStatesApiGetLifecycleStateGet /identity-profiles/{identity-profile-id}/lifecycle-states/{lifecycle-state-id}Retrieves Lifecycle State
LifecycleStatesApiListLifecycleStatesGet /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
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
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
NonEmployeeLifecycleManagementApiUploadNonEmployeeRecordsInBulkPost /non-employee-sources/{id}/non-employee-bulk-uploadImports, or Updates, Non-Employee Records
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
PasswordManagementApiGetPasswordChangeStatusGet /password-change-status/{id}Get Password Change Request Status
PasswordManagementApiQueryPasswordInfoPost /query-password-infoQuery Password Info
PasswordManagementApiSetPasswordPost /set-passwordSet Identity's Password
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
RequestableObjectsApiListRequestableObjectsGet /requestable-objectsRequestable Objects List
RolesApiCreateRolePost /rolesCreate 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
SavedSearchApiCreateSavedSearchPost /saved-searchesCreate a saved search
SavedSearchApiDeleteSavedSearchDelete /saved-searches/{id}Delete a document by ID
SavedSearchApiExecuteSavedSearchPost /saved-searches/{id}/executeExecute a saved search by ID
SavedSearchApiGetSavedSearchGet /saved-searches/{id}Return a saved search by ID
SavedSearchApiListSavedSearchesGet /saved-searchesReturn a list of Saved Searches
SavedSearchApiUpdateSavedSearchPut /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
ServiceDeskIntegrationApiCreateServiceDeskIntegrationPost /service-desk-integrationsCreate a new Service Desk integration
ServiceDeskIntegrationApiDeleteServiceDeskIntegrationDelete /service-desk-integrations/{id}Delete a Service Desk integration by ID
ServiceDeskIntegrationApiGetServiceDeskIntegrationGet /service-desk-integrations/{id}Get a Service Desk integration by ID
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 of queued SDIM tickets
ServiceDeskIntegrationApiPatchServiceDeskIntegrationPatch /service-desk-integrations/{id}Service Desk Integration Update - PATCH
ServiceDeskIntegrationApiUpdateServiceDeskIntegrationPut /service-desk-integrations/{id}Update a Service Desk integration by ID
ServiceDeskIntegrationApiUpdateStatusCheckDetailsPut /service-desk-integrations/status-check-configurationUpdate the time check configuration of queued SDIM tickets
SourcesApiCreateProvisioningPolicyPost /sources/{sourceId}/provisioning-policiesCreate Provisioning Policy
SourcesApiCreateSourcePost /sourcesCreates a source in IdentityNow.
SourcesApiCreateSourceSchemaPost /sources/{sourceId}/schemasCreate Schema on a 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
SourcesApiDownloadSourceAccountsSchemaGet /sources/{id}/schemas/accountsDownloads source accounts schema template
SourcesApiDownloadSourceEntitlementsSchemaGet /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
SourcesApiGetSourceHealthGet /sources/{sourceId}/source-healthThis API fetches source health by source's id
SourcesApiGetSourceSchemaGet /sources/{sourceId}/schemas/{schemaId}Get Source Schema by ID
SourcesApiListProvisioningPoliciesGet /sources/{sourceId}/provisioning-policiesLists ProvisioningPolicies
SourcesApiListSourceSchemasGet /sources/{sourceId}/schemasList Schemas on a Source
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)
SourcesApiUploadSourceAccountsSchemaPost /sources/{id}/schemas/accountsUploads source accounts schema template
SourcesApiUploadSourceConnectorFilePost /sources/{sourceId}/upload-connector-fileUpload connector file to source
SourcesApiUploadSourceEntitlementsSchemaPost /sources/{id}/schemas/entitlementsUploads source entitlements schema template
TransformsApiCreateTransformPost /transformsCreate transform
TransformsApiDeleteTransformDelete /transforms/{id}Delete a transform
TransformsApiGetTransformGet /transforms/{id}Transform by ID
TransformsApiListTransformsGet /transformsList transforms
TransformsApiUpdateTransformPut /transforms/{id}Update a transform
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
WorkItemsApiSubmitAccountSelectionPost /work-items/{id}/submit-account-selectionSubmit Account Selections

Documentation For Models

Documentation For Authorization

oauth2

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

oauth2

Example

auth := context.WithValue(context.Background(), sw.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, sw.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.
CacheExpires helper function to determine remaining time before repeating a request.
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.
NewAccessAllOf instantiates a new AccessAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAccessAllOfWithDefaults instantiates a new AccessAllOf object This 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.
NewAccessProfileDocumentAllOf instantiates a new AccessProfileDocumentAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAccessProfileDocumentAllOfWithDefaults instantiates a new AccessProfileDocumentAllOf object This 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.
NewAccessProfileSummaryAllOf instantiates a new AccessProfileSummaryAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAccessProfileSummaryAllOfWithDefaults instantiates a new AccessProfileSummaryAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
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.
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.
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.
NewAccountActivitySearchedItemAllOf instantiates a new AccountActivitySearchedItemAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAccountActivitySearchedItemAllOfWithDefaults instantiates a new AccountActivitySearchedItemAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
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.
NewAccountAllOf instantiates a new AccountAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAccountAllOfWithDefaults instantiates a new AccountAllOf object This 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.
NewAccountDocument instantiates a new AccountDocument object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAccountDocumentAllOf instantiates a new AccountDocumentAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAccountDocumentAllOfWithDefaults instantiates a new AccountDocumentAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAccountDocumentWithDefaults instantiates a new AccountDocument object This 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.
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.
NewAccountSourceAllOf instantiates a new AccountSourceAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAccountSourceAllOfWithDefaults instantiates a new AccountSourceAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
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.
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.
NewAggregation instantiates a new Aggregation object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAggregationAllOf instantiates a new AggregationAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAggregationAllOfWithDefaults instantiates a new AggregationAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAggregationDocument instantiates a new AggregationDocument object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAggregationDocumentWithDefaults instantiates a new AggregationDocument object This 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.
NewAggregationWithDefaults instantiates a new Aggregation object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAPIClient creates a new API client.
NewAPIResponse returns a new APIResponse object.
NewAPIResponseWithError returns a new APIResponse object with the provided error message.
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.
NewAppAllOf instantiates a new AppAllOf object This constructor will assign default values to properties that have it defined, 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.
NewAppAllOfWithDefaults instantiates a new AppAllOf object This 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.
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.
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.
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.
NewBaseAccessAllOf instantiates a new BaseAccessAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewBaseAccessAllOfWithDefaults instantiates a new BaseAccessAllOf object This 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.
NewBaseAccountAllOf instantiates a new BaseAccountAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewBaseAccountAllOfWithDefaults instantiates a new BaseAccountAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
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.
NewBaseEntitlementAllOf instantiates a new BaseEntitlementAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewBaseEntitlementAllOfWithDefaults instantiates a new BaseEntitlementAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
NewDisplayReferenceAllOf instantiates a new DisplayReferenceAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewDisplayReferenceAllOfWithDefaults instantiates a new DisplayReferenceAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
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.
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.
NewEntitlementDocumentAllOf instantiates a new EntitlementDocumentAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewEntitlementDocumentAllOfWithDefaults instantiates a new EntitlementDocumentAllOf object This 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.
NewEntitlementDtoAllOf instantiates a new EntitlementDtoAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewEntitlementDtoAllOfWithDefaults instantiates a new EntitlementDtoAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
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.
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.
NewEntitlementSummaryAllOf instantiates a new EntitlementSummaryAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewEntitlementSummaryAllOfWithDefaults instantiates a new EntitlementSummaryAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
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.
NewEventAllOf instantiates a new EventAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewEventAllOfWithDefaults instantiates a new EventAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
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.
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.
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.
NewGetOAuthClientResponse instantiates a new GetOAuthClientResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewGetOAuthClientResponseWithDefaults instantiates a new GetOAuthClientResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewGetPersonalAccessTokenResponse instantiates a new GetPersonalAccessTokenResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewGetPersonalAccessTokenResponseWithDefaults instantiates a new GetPersonalAccessTokenResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewGrantTypeFromValue returns a pointer to a valid GrantType for the value passed as argument, or an error if the value passed is not allowed by the enum.
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.
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.
NewIdentityDocumentAllOf instantiates a new IdentityDocumentAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewIdentityDocumentAllOfWithDefaults instantiates a new IdentityDocumentAllOf object This 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.
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.
NewIdentityProfileAllOf instantiates a new IdentityProfileAllOf object This constructor will assign default values to properties that have it defined, 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.
NewIdentityProfileAllOfWithDefaults instantiates a new IdentityProfileAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewIdentityProfileExportedObject instantiates a new IdentityProfileExportedObject object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewIdentityProfileExportedObjectWithDefaults instantiates a new IdentityProfileExportedObject object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewIdentityProfileWithDefaults instantiates a new IdentityProfile object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewIdentityReference instantiates a new IdentityReference object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewIdentityReferenceWithDefaults instantiates a new IdentityReference object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
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.
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.
NewJsonPatch instantiates a new JsonPatch object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewJsonPatchOperation instantiates a new JsonPatchOperation object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewJsonPatchOperationWithDefaults instantiates a new JsonPatchOperation object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewJsonPatchWithDefaults instantiates a new JsonPatch object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
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.
NewLifecycleStateAllOf instantiates a new LifecycleStateAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewLifecycleStateAllOfWithDefaults instantiates a new LifecycleStateAllOf object This 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.
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.
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.
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.
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.
NewNameType instantiates a new NameType object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewNameTypeWithDefaults instantiates a new NameType object This 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.
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.
NewNonEmployeeApprovalItemAllOf instantiates a new NonEmployeeApprovalItemAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewNonEmployeeApprovalItemAllOfWithDefaults instantiates a new NonEmployeeApprovalItemAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
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.
NewNonEmployeeApprovalItemDetailAllOf instantiates a new NonEmployeeApprovalItemDetailAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewNonEmployeeApprovalItemDetailAllOfWithDefaults instantiates a new NonEmployeeApprovalItemDetailAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
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.
NewNonEmployeeRequestAllOf instantiates a new NonEmployeeRequestAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewNonEmployeeRequestAllOfWithDefaults instantiates a new NonEmployeeRequestAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
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.
NewNonEmployeeRequestWithoutApprovalItemAllOf instantiates a new NonEmployeeRequestWithoutApprovalItemAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewNonEmployeeRequestWithoutApprovalItemAllOfWithDefaults instantiates a new NonEmployeeRequestWithoutApprovalItemAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
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.
NewNonEmployeeSourceAllOf instantiates a new NonEmployeeSourceAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewNonEmployeeSourceAllOfWithDefaults instantiates a new NonEmployeeSourceAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
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.
NewNonEmployeeSourceLiteWithSchemaAttributesAllOf instantiates a new NonEmployeeSourceLiteWithSchemaAttributesAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewNonEmployeeSourceLiteWithSchemaAttributesAllOfWithDefaults instantiates a new NonEmployeeSourceLiteWithSchemaAttributesAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
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.
NewNonEmployeeSourceWithCloudExternalIdAllOf instantiates a new NonEmployeeSourceWithCloudExternalIdAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewNonEmployeeSourceWithCloudExternalIdAllOfWithDefaults instantiates a new NonEmployeeSourceWithCloudExternalIdAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
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.
NewNonEmployeeSourceWithNECountAllOf instantiates a new NonEmployeeSourceWithNECountAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewNonEmployeeSourceWithNECountAllOfWithDefaults instantiates a new NonEmployeeSourceWithNECountAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
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
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.
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.
NewOwner instantiates a new Owner object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewOwnerAllOf instantiates a new OwnerAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewOwnerAllOfWithDefaults instantiates a new OwnerAllOf object This 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.
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.
NewOwnerWithDefaults instantiates a new Owner object This 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.
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.
NewPendingApproval instantiates a new PendingApproval object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPendingApprovalActionFromValue returns a pointer to a valid PendingApprovalAction for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewPendingApprovalWithDefaults instantiates a new PendingApproval object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPermissionDto instantiates a new PermissionDto object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPermissionDtoWithDefaults instantiates a new PermissionDto object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
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.
NewProvisioningConfigManagedResourceRefsInner instantiates a new ProvisioningConfigManagedResourceRefsInner object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewProvisioningConfigManagedResourceRefsInnerWithDefaults instantiates a new ProvisioningConfigManagedResourceRefsInner object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewProvisioningConfigPlanInitializerScript instantiates a new ProvisioningConfigPlanInitializerScript object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewProvisioningConfigPlanInitializerScriptWithDefaults instantiates a new ProvisioningConfigPlanInitializerScript object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewProvisioningConfigWithDefaults instantiates a new ProvisioningConfig object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewProvisioningCriteriaLevel1 instantiates a new ProvisioningCriteriaLevel1 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewProvisioningCriteriaLevel1WithDefaults instantiates a new ProvisioningCriteriaLevel1 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewProvisioningCriteriaLevel2 instantiates a new ProvisioningCriteriaLevel2 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewProvisioningCriteriaLevel2WithDefaults instantiates a new ProvisioningCriteriaLevel2 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewProvisioningCriteriaLevel3 instantiates a new ProvisioningCriteriaLevel3 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewProvisioningCriteriaLevel3WithDefaults instantiates a new ProvisioningCriteriaLevel3 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewProvisioningCriteriaOperationFromValue returns a pointer to a valid ProvisioningCriteriaOperation for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewProvisioningDetails instantiates a new ProvisioningDetails object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewProvisioningDetailsWithDefaults instantiates a new ProvisioningDetails object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
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.
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.
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.
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.
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.
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.
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.
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.
NewRoleDocumentAllOf instantiates a new RoleDocumentAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewRoleDocumentAllOfWithDefaults instantiates a new RoleDocumentAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
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.
NewRoleSummaryAllOf instantiates a new RoleSummaryAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewRoleSummaryAllOfWithDefaults instantiates a new RoleSummaryAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
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.
NewSavedSearchAllOf instantiates a new SavedSearchAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewSavedSearchAllOfWithDefaults instantiates a new SavedSearchAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
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.
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.
NewScheduledSearchAllOf instantiates a new ScheduledSearchAllOf object This constructor will assign default values to properties that have it defined, 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.
NewScheduledSearchAllOfWithDefaults instantiates a new ScheduledSearchAllOf object This 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.
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.
NewSearchAggregationSpecificationAllOf instantiates a new SearchAggregationSpecificationAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewSearchAggregationSpecificationAllOfWithDefaults instantiates a new SearchAggregationSpecificationAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
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.
NewSearchArgumentsOwner instantiates a new SearchArgumentsOwner object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewSearchArgumentsOwnerWithDefaults instantiates a new SearchArgumentsOwner object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
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.
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.
NewSearchIdentityReference instantiates a new SearchIdentityReference object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewSearchIdentityReferenceAllOf instantiates a new SearchIdentityReferenceAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewSearchIdentityReferenceAllOfWithDefaults instantiates a new SearchIdentityReferenceAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewSearchIdentityReferenceWithDefaults instantiates a new SearchIdentityReference object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
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.
NewSectionDetailsAllOf instantiates a new SectionDetailsAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewSectionDetailsAllOfWithDefaults instantiates a new SectionDetailsAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
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.
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.
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.
NewServiceDeskIntegrationDtoAllOf instantiates a new ServiceDeskIntegrationDtoAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewServiceDeskIntegrationDtoAllOfBeforeProvisioningRule instantiates a new ServiceDeskIntegrationDtoAllOfBeforeProvisioningRule object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewServiceDeskIntegrationDtoAllOfBeforeProvisioningRuleWithDefaults instantiates a new ServiceDeskIntegrationDtoAllOfBeforeProvisioningRule object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewServiceDeskIntegrationDtoAllOfClusterRef instantiates a new ServiceDeskIntegrationDtoAllOfClusterRef object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewServiceDeskIntegrationDtoAllOfClusterRefWithDefaults instantiates a new ServiceDeskIntegrationDtoAllOfClusterRef object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewServiceDeskIntegrationDtoAllOfOwnerRef instantiates a new ServiceDeskIntegrationDtoAllOfOwnerRef object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewServiceDeskIntegrationDtoAllOfOwnerRefWithDefaults instantiates a new ServiceDeskIntegrationDtoAllOfOwnerRef object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewServiceDeskIntegrationDtoAllOfWithDefaults instantiates a new ServiceDeskIntegrationDtoAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
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.
NewServiceDeskIntegrationTemplateDtoAllOf instantiates a new ServiceDeskIntegrationTemplateDtoAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewServiceDeskIntegrationTemplateDtoAllOfWithDefaults instantiates a new ServiceDeskIntegrationTemplateDtoAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
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.
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.
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.
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.
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.
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.
NewSourceFeatureFromValue returns a pointer to a valid SourceFeature for the value passed as argument, or an error if the value passed is not allowed by the enum.
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.
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.
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.
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.
NewSubSearchAggregationSpecificationAllOf instantiates a new SubSearchAggregationSpecificationAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewSubSearchAggregationSpecificationAllOfWithDefaults instantiates a new SubSearchAggregationSpecificationAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
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.
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.
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.
NewUploadNonEmployeeRecordsInBulkRequest instantiates a new UploadNonEmployeeRecordsInBulkRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewUploadNonEmployeeRecordsInBulkRequestWithDefaults instantiates a new UploadNonEmployeeRecordsInBulkRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewUploadSourceAccountsSchemaRequest instantiates a new UploadSourceAccountsSchemaRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewUploadSourceAccountsSchemaRequestWithDefaults instantiates a new UploadSourceAccountsSchemaRequest object This 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.
NewWorkItems instantiates a new WorkItems object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewWorkItemsCount instantiates a new WorkItemsCount object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewWorkItemsCountWithDefaults instantiates a new WorkItemsCount object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewWorkItemsSummary instantiates a new WorkItemsSummary object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewWorkItemsSummaryWithDefaults instantiates a new WorkItemsSummary object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewWorkItemStateFromValue returns a pointer to a valid WorkItemState for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewWorkItemsWithDefaults instantiates a new WorkItems object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewWorkItemTypeFromValue returns a pointer to a valid WorkItemType for the value passed as argument, or an error if the value passed is not allowed by the enum.
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.

# Constants

List of AccessRequestType.
List of AccessRequestType.
List of AccessType.
List of AccessType.
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 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 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 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 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 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 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 SearchFilterType.
List of SelectorType.
List of SelectorType.
List of SourceFeature.
List of SourceFeature.
List of SourceFeature.
List of SourceFeature.
List of SourceFeature.
List of SourceFeature.
List of SourceFeature.
List of SourceFeature.
List of SourceFeature.
List of SourceFeature.
List of SourceFeature.
List of SourceFeature.
List of SourceFeature.
List of SourceFeature.
List of SourceFeature.
List of SourceFeature.
List of SourceFeature.
List of SourceFeature.
List of SourceFeature.
List of SourceFeature.
List of SourceFeature.
List of SourceFeature.
List of SourceFeature.
List of SourceFeature.
List of SourceFeature.
List of SourceFeature.
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 WorkItemType.
List of WorkItemType.
List of WorkItemType.
List of WorkItemType.
List of WorkItemType.
List of WorkItemType.
List of WorkItemType.
List of WorkItemType.
List of WorkItemType.
List of WorkItemType.
List of WorkItemType.
List of WorkItemType.
List of WorkItemType.
List of WorkItemType.
List of WorkItemType.

# Variables

All allowed values of AccessRequestType enum.
All allowed values of AccessType 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 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 ManualWorkItemState enum.
All allowed values of MetricType enum.
All allowed values of NonEmployeeIdentityDtoType enum.
All allowed values of NonEmployeeSchemaAttributeType enum.
All allowed values of PendingApprovalAction enum.
All allowed values of ProvisioningCriteriaOperation enum.
All allowed values of ProvisioningState enum.
All allowed values of QueryType 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 SourceFeature enum.
All allowed values of UsageType enum.
All allowed values of WorkItemState enum.
All allowed values of WorkItemType enum.
ContextAccessToken takes a string oauth2 access token as authentication for the request.
ContextAPIKeys takes a string apikey as authentication for the request.
ContextBasicAuth takes BasicAuth as authentication for the request.
No description provided by the author
ContextHttpSignatureAuth takes HttpSignatureAuth as authentication for the request.
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.

# Structs

Access struct for Access.
AccessAllOf struct for AccessAllOf.
AccessProfile struct for AccessProfile.
AccessProfileApprovalScheme struct for AccessProfileApprovalScheme.
AccessProfileBulkDeleteRequest struct for AccessProfileBulkDeleteRequest.
AccessProfileBulkDeleteResponse struct for AccessProfileBulkDeleteResponse.
AccessProfileDocument This is more of a complete representation of an access profile.
AccessProfileDocumentAllOf struct for AccessProfileDocumentAllOf.
AccessProfileEntitlement EntitlementReference.
AccessProfileRef struct for AccessProfileRef.
AccessProfileRole Role.
AccessProfileSourceRef struct for AccessProfileSourceRef.
AccessProfileSummary This is a summary representation of an access profile.
AccessProfileSummaryAllOf struct for AccessProfileSummaryAllOf.
AccessProfileUsage struct for AccessProfileUsage.
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.
AccountActivitySearchedItemAllOf struct for AccountActivitySearchedItemAllOf.
AccountAllOf struct for AccountAllOf.
AccountAttributes struct for AccountAttributes.
AccountAttributesCreate struct for AccountAttributesCreate.
AccountAttributesCreateAttributes The schema attribute values for the account.
AccountDocument Account.
AccountDocumentAllOf struct for AccountDocumentAllOf.
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.
AccountSource struct for AccountSource.
AccountSourceAllOf struct for AccountSourceAllOf.
AccountToggleRequest Request used for account enable/disable.
AccountUnlockRequest Request used for account unlock.
Aggregation Aggregation.
AggregationAllOf struct for AggregationAllOf.
AggregationDocument Aggregation.
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
APIClient manages communication with the IdentityNow 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
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
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
App struct for App.
AppAllOf struct for AppAllOf.
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.
ApprovalSummary struct for ApprovalSummary.
AttributeDefinition struct for AttributeDefinition.
AttributeDefinitionSchema A reference to the schema on the source to the attribute values map to.
AttributeRequest struct for AttributeRequest.
BaseAccess struct for BaseAccess.
BaseAccessAllOf struct for BaseAccessAllOf.
BaseAccount struct for BaseAccount.
BaseAccountAllOf struct for BaseAccountAllOf.
BaseCommonDto struct for BaseCommonDto.
BaseDocument struct for BaseDocument.
BaseEntitlement struct for BaseEntitlement.
BaseEntitlementAllOf struct for BaseEntitlementAllOf.
BaseReferenceDto struct for BaseReferenceDto.
BasicAuth provides basic http authentication to a request passed via context using ContextBasicAuth.
Bound struct for Bound.
BucketAggregation The bucket to group the results of the aggregation query by.
Campaign struct for Campaign.
CampaignReference struct for CampaignReference.
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.
Column struct for Column.
Comment struct for Comment.
CommentDto struct for CommentDto.
CommentDtoAuthor struct for CommentDtoAuthor.
CompletedApproval struct for CompletedApproval.
Configuration stores the configuration of the API client.
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.
DeleteNonEmployeeRecordsInBulkRequest struct for DeleteNonEmployeeRecordsInBulkRequest.
DeleteSource202Response struct for DeleteSource202Response.
DisplayReference struct for DisplayReference.
DisplayReferenceAllOf struct for DisplayReferenceAllOf.
EmailNotificationOption This is used for representing email configuration for a lifecycle state.
Entitlement struct for Entitlement.
EntitlementDocument Entitlement.
EntitlementDocumentAllOf struct for EntitlementDocumentAllOf.
EntitlementDto struct for EntitlementDto.
EntitlementDtoAllOf Entitlement object that represents entitlement.
EntitlementRef struct for EntitlementRef.
EntitlementRequestConfig struct for EntitlementRequestConfig.
EntitlementSource struct for EntitlementSource.
EntitlementSummary EntitlementReference.
EntitlementSummaryAllOf struct for EntitlementSummaryAllOf.
ErrorMessageDto struct for ErrorMessageDto.
ErrorResponseDto struct for ErrorResponseDto.
Event Event.
EventAllOf struct for EventAllOf.
EventDocument Event.
ExpansionItem struct for ExpansionItem.
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.
GenericOpenAPIError Provides access to the body, error and model on returned errors.
GetOAuthClientResponse struct for GetOAuthClientResponse.
GetPersonalAccessTokenResponse struct for GetPersonalAccessTokenResponse.
IdentityAccess - struct for IdentityAccess.
IdentityAttribute struct for IdentityAttribute.
IdentityAttributeConfig Defines all the identity attribute mapping configurations.
IdentityAttributeTransform Defines a transformation definition for an identity attribute.
IdentityCertDecisionSummary struct for IdentityCertDecisionSummary.
IdentityCertificationDto struct for IdentityCertificationDto.
IdentityDocument Identity.
IdentityDocumentAllOf struct for IdentityDocumentAllOf.
IdentityExceptionReportReference struct for IdentityExceptionReportReference.
IdentityProfile struct for IdentityProfile.
IdentityProfileAllOf struct for IdentityProfileAllOf.
IdentityProfileAllOfAuthoritativeSource struct for IdentityProfileAllOfAuthoritativeSource.
IdentityProfileAllOfOwner The owner of the Identity Profile.
IdentityProfileExportedObject Identity Profile exported object.
IdentityReference The manager for the identity.
IdentityReferenceWithNameAndEmail struct for IdentityReferenceWithNameAndEmail.
IdentitySummary struct for IdentitySummary.
InnerHit Inner Hit query object that will cause the specified nested type to be returned as the result matching the supplied query.
JsonPatch A JSONPatch document as defined by [RFC 6902 - JSON Patch](https://tools.ietf.org/html/rfc6902).
JsonPatchOperation A JSONPatch Operation as defined by [RFC 6902 - JSON Patch](https://tools.ietf.org/html/rfc6902).
JsonPatchOperationValue The value to be used for the operation, required for \"add\" and \"replace\" operations.
JsonPatchOperationValueAnyOfInner struct for JsonPatchOperationValueAnyOfInner.
LifecycleState struct for LifecycleState.
LifecycleStateAllOf struct for LifecycleStateAllOf.
ListAccessProfiles401Response struct for ListAccessProfiles401Response.
ListAccessProfiles429Response struct for ListAccessProfiles429Response.
ManagerCorrelationMapping struct for ManagerCorrelationMapping.
ManualWorkItemDetails struct for ManualWorkItemDetails.
MetricAggregation The calculation done on the results of the query.
NameType struct for NameType.
NestedAggregation The nested aggregation object.
NonEmployeeApprovalDecision struct for NonEmployeeApprovalDecision.
NonEmployeeApprovalItem struct for NonEmployeeApprovalItem.
NonEmployeeApprovalItemAllOf struct for NonEmployeeApprovalItemAllOf.
NonEmployeeApprovalItemBase struct for NonEmployeeApprovalItemBase.
NonEmployeeApprovalItemDetail struct for NonEmployeeApprovalItemDetail.
NonEmployeeApprovalItemDetailAllOf struct for NonEmployeeApprovalItemDetailAllOf.
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.
NonEmployeeRequestAllOf struct for NonEmployeeRequestAllOf.
NonEmployeeRequestBody struct for NonEmployeeRequestBody.
NonEmployeeRequestLite struct for NonEmployeeRequestLite.
NonEmployeeRequestSummary struct for NonEmployeeRequestSummary.
NonEmployeeRequestWithoutApprovalItem struct for NonEmployeeRequestWithoutApprovalItem.
NonEmployeeRequestWithoutApprovalItemAllOf struct for NonEmployeeRequestWithoutApprovalItemAllOf.
NonEmployeeSchemaAttribute struct for NonEmployeeSchemaAttribute.
NonEmployeeSchemaAttributeBody struct for NonEmployeeSchemaAttributeBody.
NonEmployeeSource struct for NonEmployeeSource.
NonEmployeeSourceAllOf struct for NonEmployeeSourceAllOf.
NonEmployeeSourceLite struct for NonEmployeeSourceLite.
NonEmployeeSourceLiteWithSchemaAttributes struct for NonEmployeeSourceLiteWithSchemaAttributes.
NonEmployeeSourceLiteWithSchemaAttributesAllOf struct for NonEmployeeSourceLiteWithSchemaAttributesAllOf.
NonEmployeeSourceRequestBody struct for NonEmployeeSourceRequestBody.
NonEmployeeSourceWithCloudExternalId struct for NonEmployeeSourceWithCloudExternalId.
NonEmployeeSourceWithCloudExternalIdAllOf struct for NonEmployeeSourceWithCloudExternalIdAllOf.
NonEmployeeSourceWithNECount struct for NonEmployeeSourceWithNECount.
NonEmployeeSourceWithNECountAllOf struct for NonEmployeeSourceWithNECountAllOf.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
ObjectImportResult Response model for import of a single object.
OriginalRequest struct for OriginalRequest.
Owner struct for Owner.
OwnerAllOf struct for OwnerAllOf.
OwnerReference 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.
PasswordStatus struct for PasswordStatus.
PendingApproval struct for PendingApproval.
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.
ProvisioningConfigManagedResourceRefsInner struct for ProvisioningConfigManagedResourceRefsInner.
ProvisioningConfigPlanInitializerScript This is a reference to a plan initializer script.
ProvisioningCriteriaLevel1 Defines matching criteria for an Account to be provisioned with a specific Access Profile.
ProvisioningCriteriaLevel2 Defines matching criteria for an Account to be provisioned with a specific Access Profile.
ProvisioningCriteriaLevel3 Defines matching criteria for an Account to be provisioned with a specific Access Profile.
ProvisioningDetails Provides additional details about provisioning for this request.
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.
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.
ReassignReference struct for ReassignReference.
Reference struct for Reference.
RemediationItemDetails struct for RemediationItemDetails.
RemediationItems struct for RemediationItems.
Requestability struct for Requestability.
RequestabilityForRole struct for RequestabilityForRole.
RequestableObject struct for RequestableObject.
RequestableObjectReference struct for RequestableObjectReference.
RequestedItemStatus struct for RequestedItemStatus.
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.
Role A Role.
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.
RoleDocumentAllOf struct for RoleDocumentAllOf.
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.
RoleSummaryAllOf struct for RoleSummaryAllOf.
SavedSearch struct for SavedSearch.
SavedSearchAllOf struct for SavedSearchAllOf.
SavedSearchDetail struct for SavedSearchDetail.
SavedSearchDetailFilters struct for SavedSearchDetailFilters.
SavedSearchName struct for SavedSearchName.
Schedule The schedule information.
ScheduleDays struct for ScheduleDays.
ScheduledSearch struct for ScheduledSearch.
ScheduledSearchAllOf struct for ScheduledSearchAllOf.
ScheduledSearchAllOfOwner The owner of the scheduled search.
ScheduledSearchName struct for ScheduledSearchName.
ScheduleHours struct for ScheduleHours.
Schema struct for Schema.
Search struct for Search.
SearchAggregationSpecification struct for SearchAggregationSpecification.
SearchAggregationSpecificationAllOf struct for SearchAggregationSpecificationAllOf.
SearchArguments struct for SearchArguments.
SearchArgumentsOwner The owner of the scheduled search being tested.
SearchIdentityReference struct for SearchIdentityReference.
SearchIdentityReferenceAllOf struct for SearchIdentityReferenceAllOf.
SearchSchedule struct for SearchSchedule.
SearchScheduleRecipientsInner struct for SearchScheduleRecipientsInner.
SectionDetails struct for SectionDetails.
SectionDetailsAllOf struct for SectionDetailsAllOf.
Selector struct for Selector.
ServerConfiguration stores the information about a server.
ServerVariable stores the information about a server variable.
ServiceDeskIntegrationDto struct for ServiceDeskIntegrationDto.
ServiceDeskIntegrationDtoAllOf Specification of a Service Desk integration.
ServiceDeskIntegrationDtoAllOfBeforeProvisioningRule Reference to beforeProvisioningRule for this Service Desk integration.
ServiceDeskIntegrationDtoAllOfClusterRef Reference to the source cluster for this Service Desk integration.
ServiceDeskIntegrationDtoAllOfOwnerRef Reference to the identity that is the owner of this Service Desk integration.
ServiceDeskIntegrationTemplateDto struct for ServiceDeskIntegrationTemplateDto.
ServiceDeskIntegrationTemplateDtoAllOf This is the model for a Service Desk integration template, used to create and edit Service Desk Integrations.
ServiceDeskIntegrationTemplateType This represents a Service Desk Integration template type.
SetLifecycleState200Response struct for SetLifecycleState200Response.
SetLifecycleStateRequest struct for SetLifecycleStateRequest.
SodExemptCriteria Details of the Entitlement criteria.
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 an Account Correlation Config object.
SourceAccountCorrelationRule Reference to a Rule that can do COMPLEX correlation, should only be used when accountCorrelationConfig can't be used.
SourceBeforeProvisioningRule Rule that runs on the CCG and allows for customization of provisioning plans before the connector is called.
SourceCluster Reference to the associated Cluster.
SourceHealthDto Dto for source health data.
SourceManagementWorkgroup Reference to Management Workgroup for this Source.
SourceManagerCorrelationRule Reference to the ManagerCorrelationRule, only used when a simple filter isn't sufficient.
SourceOwner Reference to an owning Identity Object.
SourcePasswordPoliciesInner struct for SourcePasswordPoliciesInner.
SourceSchemasInner struct for SourceSchemasInner.
SpConfigMessage Message model for Config Import/Export.
SubSearchAggregationSpecification struct for SubSearchAggregationSpecification.
SubSearchAggregationSpecificationAllOf struct for SubSearchAggregationSpecificationAllOf.
Transform The representation of an internally- or customer-defined transform.
TransformDefinition struct for TransformDefinition.
TransformDefinitionAttributesValue struct for TransformDefinitionAttributesValue.
TypeAheadQuery Query parameters used to construct an Elasticsearch type ahead query object.
TypedReference A typed reference to the object.
UploadNonEmployeeRecordsInBulkRequest struct for UploadNonEmployeeRecordsInBulkRequest.
UploadSourceAccountsSchemaRequest struct for UploadSourceAccountsSchemaRequest.
WorkItems struct for WorkItems.
WorkItemsCount struct for WorkItemsCount.
WorkItemsSummary struct for WorkItemsSummary.

# 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.
AccountActivityItemOperation Represents an operation in an account activity item.
AccountsApiService AccountsApi service.
AggregationType Enum representing the currently available query languages for aggregations, which are used to perform calculations or groupings on search results.
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.
BucketType Enum representing the currently supported bucket aggregation types.
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.
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.
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.
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.
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.
PasswordManagementApiService PasswordManagementApi 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.
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 Enum represented 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.
SearchFilterType Enum representing the currently supported filter aggregation types.
SelectorType Enum representing the currently supported selector types.
ServerConfigurations stores multiple ServerConfiguration items.
ServiceDeskIntegrationApiService ServiceDeskIntegrationApi service.
SourceFeature Optional features that can be supported by an source.
SourcesApiService SourcesApi service.
TransformsApiService TransformsApi service.
UsageType The type of ProvisioningPolicy usage.
WorkItemsApiService WorkItemsApi service.
WorkItemState The state of a work item.
WorkItemType The type of the work item.