# README

Go API client for configurationapi

This is the PingData Configuration API

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.

  • API version: 0.1
  • Package version: 1.0.0
  • Build package: org.openapitools.codegen.languages.GoClientCodegen

Installation

Install the following dependencies:

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

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

import configurationapi "github.com/pingidentity/pingdirectory-go-client"

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

Documentation for API Endpoints

All URIs are relative to http://localhost

ClassMethodHTTP requestDescription
AccessControlHandlerAPIGetAccessControlHandlerGet /access-control-handlerReturns a single Access Control Handler
AccessControlHandlerAPIUpdateAccessControlHandlerPatch /access-control-handlerUpdate an existing Access Control Handler by name
AccessTokenValidatorAPIAddAccessTokenValidatorPost /access-token-validatorsAdd a new Access Token Validator to the config
AccessTokenValidatorAPIDeleteAccessTokenValidatorDelete /access-token-validators/{access-token-validator-name}Delete a Access Token Validator
AccessTokenValidatorAPIGetAccessTokenValidatorGet /access-token-validators/{access-token-validator-name}Returns a single Access Token Validator
AccessTokenValidatorAPIListAccessTokenValidatorsGet /access-token-validatorsReturns a list of all Access Token Validator objects
AccessTokenValidatorAPIUpdateAccessTokenValidatorPatch /access-token-validators/{access-token-validator-name}Update an existing Access Token Validator by name
AccountStatusNotificationHandlerAPIAddAccountStatusNotificationHandlerPost /account-status-notification-handlersAdd a new Account Status Notification Handler to the config
AccountStatusNotificationHandlerAPIDeleteAccountStatusNotificationHandlerDelete /account-status-notification-handlers/{account-status-notification-handler-name}Delete a Account Status Notification Handler
AccountStatusNotificationHandlerAPIGetAccountStatusNotificationHandlerGet /account-status-notification-handlers/{account-status-notification-handler-name}Returns a single Account Status Notification Handler
AccountStatusNotificationHandlerAPIListAccountStatusNotificationHandlersGet /account-status-notification-handlersReturns a list of all Account Status Notification Handler objects
AccountStatusNotificationHandlerAPIUpdateAccountStatusNotificationHandlerPatch /account-status-notification-handlers/{account-status-notification-handler-name}Update an existing Account Status Notification Handler by name
AlarmManagerAPIGetAlarmManagerGet /alarm-managerReturns a single Alarm Manager
AlarmManagerAPIUpdateAlarmManagerPatch /alarm-managerUpdate an existing Alarm Manager by name
AlertHandlerAPIAddAlertHandlerPost /alert-handlersAdd a new Alert Handler to the config
AlertHandlerAPIDeleteAlertHandlerDelete /alert-handlers/{alert-handler-name}Delete a Alert Handler
AlertHandlerAPIGetAlertHandlerGet /alert-handlers/{alert-handler-name}Returns a single Alert Handler
AlertHandlerAPIListAlertHandlersGet /alert-handlersReturns a list of all Alert Handler objects
AlertHandlerAPIUpdateAlertHandlerPatch /alert-handlers/{alert-handler-name}Update an existing Alert Handler by name
AttributeSyntaxAPIGetAttributeSyntaxGet /attribute-syntaxes/{attribute-syntax-name}Returns a single Attribute Syntax
AttributeSyntaxAPIListAttributeSyntaxesGet /attribute-syntaxesReturns a list of all Attribute Syntax objects
AttributeSyntaxAPIUpdateAttributeSyntaxPatch /attribute-syntaxes/{attribute-syntax-name}Update an existing Attribute Syntax by name
AzureAuthenticationMethodAPIAddAzureAuthenticationMethodPost /azure-authentication-methodsAdd a new Azure Authentication Method to the config
AzureAuthenticationMethodAPIDeleteAzureAuthenticationMethodDelete /azure-authentication-methods/{azure-authentication-method-name}Delete a Azure Authentication Method
AzureAuthenticationMethodAPIGetAzureAuthenticationMethodGet /azure-authentication-methods/{azure-authentication-method-name}Returns a single Azure Authentication Method
AzureAuthenticationMethodAPIListAzureAuthenticationMethodsGet /azure-authentication-methodsReturns a list of all Azure Authentication Method objects
AzureAuthenticationMethodAPIUpdateAzureAuthenticationMethodPatch /azure-authentication-methods/{azure-authentication-method-name}Update an existing Azure Authentication Method by name
BackendAPIAddBackendPost /backendsAdd a new Backend to the config
BackendAPIDeleteBackendDelete /backends/{backend-name}Delete a Backend
BackendAPIGetBackendGet /backends/{backend-name}Returns a single Backend
BackendAPIListBackendsGet /backendsReturns a list of all Backend objects
BackendAPIUpdateBackendPatch /backends/{backend-name}Update an existing Backend by name
CertificateMapperAPIAddCertificateMapperPost /certificate-mappersAdd a new Certificate Mapper to the config
CertificateMapperAPIDeleteCertificateMapperDelete /certificate-mappers/{certificate-mapper-name}Delete a Certificate Mapper
CertificateMapperAPIGetCertificateMapperGet /certificate-mappers/{certificate-mapper-name}Returns a single Certificate Mapper
CertificateMapperAPIListCertificateMappersGet /certificate-mappersReturns a list of all Certificate Mapper objects
CertificateMapperAPIUpdateCertificateMapperPatch /certificate-mappers/{certificate-mapper-name}Update an existing Certificate Mapper by name
ChangeSubscriptionAPIAddChangeSubscriptionPost /change-subscriptionsAdd a new Change Subscription to the config
ChangeSubscriptionAPIDeleteChangeSubscriptionDelete /change-subscriptions/{change-subscription-name}Delete a Change Subscription
ChangeSubscriptionAPIGetChangeSubscriptionGet /change-subscriptions/{change-subscription-name}Returns a single Change Subscription
ChangeSubscriptionAPIListChangeSubscriptionsGet /change-subscriptionsReturns a list of all Change Subscription objects
ChangeSubscriptionAPIUpdateChangeSubscriptionPatch /change-subscriptions/{change-subscription-name}Update an existing Change Subscription by name
ChangeSubscriptionHandlerAPIAddChangeSubscriptionHandlerPost /change-subscription-handlersAdd a new Change Subscription Handler to the config
ChangeSubscriptionHandlerAPIDeleteChangeSubscriptionHandlerDelete /change-subscription-handlers/{change-subscription-handler-name}Delete a Change Subscription Handler
ChangeSubscriptionHandlerAPIGetChangeSubscriptionHandlerGet /change-subscription-handlers/{change-subscription-handler-name}Returns a single Change Subscription Handler
ChangeSubscriptionHandlerAPIListChangeSubscriptionHandlersGet /change-subscription-handlersReturns a list of all Change Subscription Handler objects
ChangeSubscriptionHandlerAPIUpdateChangeSubscriptionHandlerPatch /change-subscription-handlers/{change-subscription-handler-name}Update an existing Change Subscription Handler by name
CipherSecretKeyAPIGetCipherSecretKeyGet /server-instances/{server-instance-name}/cipher-secret-keys/{cipher-secret-key-name}Returns a single Cipher Secret Key
CipherSecretKeyAPIListCipherSecretKeysGet /server-instances/{server-instance-name}/cipher-secret-keysReturns a list of all Cipher Secret Key objects
CipherSecretKeyAPIUpdateCipherSecretKeyPatch /server-instances/{server-instance-name}/cipher-secret-keys/{cipher-secret-key-name}Update an existing Cipher Secret Key by name
CipherStreamProviderAPIAddCipherStreamProviderPost /cipher-stream-providersAdd a new Cipher Stream Provider to the config
CipherStreamProviderAPIDeleteCipherStreamProviderDelete /cipher-stream-providers/{cipher-stream-provider-name}Delete a Cipher Stream Provider
CipherStreamProviderAPIGetCipherStreamProviderGet /cipher-stream-providers/{cipher-stream-provider-name}Returns a single Cipher Stream Provider
CipherStreamProviderAPIListCipherStreamProvidersGet /cipher-stream-providersReturns a list of all Cipher Stream Provider objects
CipherStreamProviderAPIUpdateCipherStreamProviderPatch /cipher-stream-providers/{cipher-stream-provider-name}Update an existing Cipher Stream Provider by name
ClientConnectionPolicyAPIAddClientConnectionPolicyPost /client-connection-policiesAdd a new Client Connection Policy to the config
ClientConnectionPolicyAPIDeleteClientConnectionPolicyDelete /client-connection-policies/{client-connection-policy-name}Delete a Client Connection Policy
ClientConnectionPolicyAPIGetClientConnectionPolicyGet /client-connection-policies/{client-connection-policy-name}Returns a single Client Connection Policy
ClientConnectionPolicyAPIListClientConnectionPoliciesGet /client-connection-policiesReturns a list of all Client Connection Policy objects
ClientConnectionPolicyAPIUpdateClientConnectionPolicyPatch /client-connection-policies/{client-connection-policy-name}Update an existing Client Connection Policy by name
ConjurAuthenticationMethodAPIAddConjurAuthenticationMethodPost /conjur-authentication-methodsAdd a new Conjur Authentication Method to the config
ConjurAuthenticationMethodAPIDeleteConjurAuthenticationMethodDelete /conjur-authentication-methods/{conjur-authentication-method-name}Delete a Conjur Authentication Method
ConjurAuthenticationMethodAPIGetConjurAuthenticationMethodGet /conjur-authentication-methods/{conjur-authentication-method-name}Returns a single Conjur Authentication Method
ConjurAuthenticationMethodAPIListConjurAuthenticationMethodsGet /conjur-authentication-methodsReturns a list of all Conjur Authentication Method objects
ConjurAuthenticationMethodAPIUpdateConjurAuthenticationMethodPatch /conjur-authentication-methods/{conjur-authentication-method-name}Update an existing Conjur Authentication Method by name
ConnectionCriteriaAPIAddConnectionCriteriaPost /connection-criteriaAdd a new Connection Criteria to the config
ConnectionCriteriaAPIDeleteConnectionCriteriaDelete /connection-criteria/{connection-criteria-name}Delete a Connection Criteria
ConnectionCriteriaAPIGetConnectionCriteriaGet /connection-criteria/{connection-criteria-name}Returns a single Connection Criteria
ConnectionCriteriaAPIListConnectionCriteriaGet /connection-criteriaReturns a list of all Connection Criteria objects
ConnectionCriteriaAPIUpdateConnectionCriteriaPatch /connection-criteria/{connection-criteria-name}Update an existing Connection Criteria by name
ConnectionHandlerAPIAddConnectionHandlerPost /connection-handlersAdd a new Connection Handler to the config
ConnectionHandlerAPIDeleteConnectionHandlerDelete /connection-handlers/{connection-handler-name}Delete a Connection Handler
ConnectionHandlerAPIGetConnectionHandlerGet /connection-handlers/{connection-handler-name}Returns a single Connection Handler
ConnectionHandlerAPIListConnectionHandlersGet /connection-handlersReturns a list of all Connection Handler objects
ConnectionHandlerAPIUpdateConnectionHandlerPatch /connection-handlers/{connection-handler-name}Update an existing Connection Handler by name
ConsentDefinitionAPIAddConsentDefinitionPost /consent-definitionsAdd a new Consent Definition to the config
ConsentDefinitionAPIDeleteConsentDefinitionDelete /consent-definitions/{consent-definition-name}Delete a Consent Definition
ConsentDefinitionAPIGetConsentDefinitionGet /consent-definitions/{consent-definition-name}Returns a single Consent Definition
ConsentDefinitionAPIListConsentDefinitionsGet /consent-definitionsReturns a list of all Consent Definition objects
ConsentDefinitionAPIUpdateConsentDefinitionPatch /consent-definitions/{consent-definition-name}Update an existing Consent Definition by name
ConsentDefinitionLocalizationAPIAddConsentDefinitionLocalizationPost /consent-definitions/{consent-definition-name}/consent-definition-localizationsAdd a new Consent Definition Localization to the config
ConsentDefinitionLocalizationAPIDeleteConsentDefinitionLocalizationDelete /consent-definitions/{consent-definition-name}/consent-definition-localizations/{consent-definition-localization-name}Delete a Consent Definition Localization
ConsentDefinitionLocalizationAPIGetConsentDefinitionLocalizationGet /consent-definitions/{consent-definition-name}/consent-definition-localizations/{consent-definition-localization-name}Returns a single Consent Definition Localization
ConsentDefinitionLocalizationAPIListConsentDefinitionLocalizationsGet /consent-definitions/{consent-definition-name}/consent-definition-localizationsReturns a list of all Consent Definition Localization objects
ConsentDefinitionLocalizationAPIUpdateConsentDefinitionLocalizationPatch /consent-definitions/{consent-definition-name}/consent-definition-localizations/{consent-definition-localization-name}Update an existing Consent Definition Localization by name
ConsentServiceAPIGetConsentServiceGet /consent-serviceReturns a single Consent Service
ConsentServiceAPIUpdateConsentServicePatch /consent-serviceUpdate an existing Consent Service by name
ConstructedAttributeAPIAddConstructedAttributePost /constructed-attributesAdd a new Constructed Attribute to the config
ConstructedAttributeAPIDeleteConstructedAttributeDelete /constructed-attributes/{constructed-attribute-name}Delete a Constructed Attribute
ConstructedAttributeAPIGetConstructedAttributeGet /constructed-attributes/{constructed-attribute-name}Returns a single Constructed Attribute
ConstructedAttributeAPIListConstructedAttributesGet /constructed-attributesReturns a list of all Constructed Attribute objects
ConstructedAttributeAPIUpdateConstructedAttributePatch /constructed-attributes/{constructed-attribute-name}Update an existing Constructed Attribute by name
CorrelatedLdapDataViewAPIAddCorrelatedLdapDataViewPost /scim-resource-types/{scim-resource-type-name}/correlated-ldap-data-viewsAdd a new Correlated LDAP Data View to the config
CorrelatedLdapDataViewAPIDeleteCorrelatedLdapDataViewDelete /scim-resource-types/{scim-resource-type-name}/correlated-ldap-data-views/{correlated-ldap-data-view-name}Delete a Correlated LDAP Data View
CorrelatedLdapDataViewAPIGetCorrelatedLdapDataViewGet /scim-resource-types/{scim-resource-type-name}/correlated-ldap-data-views/{correlated-ldap-data-view-name}Returns a single Correlated LDAP Data View
CorrelatedLdapDataViewAPIListCorrelatedLdapDataViewsGet /scim-resource-types/{scim-resource-type-name}/correlated-ldap-data-viewsReturns a list of all Correlated LDAP Data View objects
CorrelatedLdapDataViewAPIUpdateCorrelatedLdapDataViewPatch /scim-resource-types/{scim-resource-type-name}/correlated-ldap-data-views/{correlated-ldap-data-view-name}Update an existing Correlated LDAP Data View by name
CryptoManagerAPIGetCryptoManagerGet /crypto-managerReturns a single Crypto Manager
CryptoManagerAPIUpdateCryptoManagerPatch /crypto-managerUpdate an existing Crypto Manager by name
CustomLoggedStatsAPIAddCustomLoggedStatsPost /plugin-root/plugins/{plugin-name}/custom-logged-statsAdd a new Custom Logged Stats to the config
CustomLoggedStatsAPIDeleteCustomLoggedStatsDelete /plugin-root/plugins/{plugin-name}/custom-logged-stats/{custom-logged-stats-name}Delete a Custom Logged Stats
CustomLoggedStatsAPIGetCustomLoggedStatsGet /plugin-root/plugins/{plugin-name}/custom-logged-stats/{custom-logged-stats-name}Returns a single Custom Logged Stats
CustomLoggedStatsAPIListCustomLoggedStatsGet /plugin-root/plugins/{plugin-name}/custom-logged-statsReturns a list of all Custom Logged Stats objects
CustomLoggedStatsAPIUpdateCustomLoggedStatsPatch /plugin-root/plugins/{plugin-name}/custom-logged-stats/{custom-logged-stats-name}Update an existing Custom Logged Stats by name
DataSecurityAuditorAPIAddDataSecurityAuditorPost /data-security-auditorsAdd a new Data Security Auditor to the config
DataSecurityAuditorAPIDeleteDataSecurityAuditorDelete /data-security-auditors/{data-security-auditor-name}Delete a Data Security Auditor
DataSecurityAuditorAPIGetDataSecurityAuditorGet /data-security-auditors/{data-security-auditor-name}Returns a single Data Security Auditor
DataSecurityAuditorAPIListDataSecurityAuditorsGet /data-security-auditorsReturns a list of all Data Security Auditor objects
DataSecurityAuditorAPIUpdateDataSecurityAuditorPatch /data-security-auditors/{data-security-auditor-name}Update an existing Data Security Auditor by name
DebugTargetAPIAddDebugTargetPost /log-publishers/{log-publisher-name}/debug-targetsAdd a new Debug Target to the config
DebugTargetAPIDeleteDebugTargetDelete /log-publishers/{log-publisher-name}/debug-targets/{debug-target-name}Delete a Debug Target
DebugTargetAPIGetDebugTargetGet /log-publishers/{log-publisher-name}/debug-targets/{debug-target-name}Returns a single Debug Target
DebugTargetAPIListDebugTargetsGet /log-publishers/{log-publisher-name}/debug-targetsReturns a list of all Debug Target objects
DebugTargetAPIUpdateDebugTargetPatch /log-publishers/{log-publisher-name}/debug-targets/{debug-target-name}Update an existing Debug Target by name
DelegatedAdminAttributeAPIAddDelegatedAdminAttributePost /rest-resource-types/{rest-resource-type-name}/delegated-admin-attributesAdd a new Delegated Admin Attribute to the config
DelegatedAdminAttributeAPIDeleteDelegatedAdminAttributeDelete /rest-resource-types/{rest-resource-type-name}/delegated-admin-attributes/{delegated-admin-attribute-name}Delete a Delegated Admin Attribute
DelegatedAdminAttributeAPIGetDelegatedAdminAttributeGet /rest-resource-types/{rest-resource-type-name}/delegated-admin-attributes/{delegated-admin-attribute-name}Returns a single Delegated Admin Attribute
DelegatedAdminAttributeAPIListDelegatedAdminAttributesGet /rest-resource-types/{rest-resource-type-name}/delegated-admin-attributesReturns a list of all Delegated Admin Attribute objects
DelegatedAdminAttributeAPIUpdateDelegatedAdminAttributePatch /rest-resource-types/{rest-resource-type-name}/delegated-admin-attributes/{delegated-admin-attribute-name}Update an existing Delegated Admin Attribute by name
DelegatedAdminAttributeCategoryAPIAddDelegatedAdminAttributeCategoryPost /delegated-admin-attribute-categoriesAdd a new Delegated Admin Attribute Category to the config
DelegatedAdminAttributeCategoryAPIDeleteDelegatedAdminAttributeCategoryDelete /delegated-admin-attribute-categories/{delegated-admin-attribute-category-name}Delete a Delegated Admin Attribute Category
DelegatedAdminAttributeCategoryAPIGetDelegatedAdminAttributeCategoryGet /delegated-admin-attribute-categories/{delegated-admin-attribute-category-name}Returns a single Delegated Admin Attribute Category
DelegatedAdminAttributeCategoryAPIListDelegatedAdminAttributeCategoriesGet /delegated-admin-attribute-categoriesReturns a list of all Delegated Admin Attribute Category objects
DelegatedAdminAttributeCategoryAPIUpdateDelegatedAdminAttributeCategoryPatch /delegated-admin-attribute-categories/{delegated-admin-attribute-category-name}Update an existing Delegated Admin Attribute Category by name
DelegatedAdminCorrelatedRestResourceAPIAddDelegatedAdminCorrelatedRestResourcePost /rest-resource-types/{rest-resource-type-name}/delegated-admin-correlated-rest-resourcesAdd a new Delegated Admin Correlated REST Resource to the config
DelegatedAdminCorrelatedRestResourceAPIDeleteDelegatedAdminCorrelatedRestResourceDelete /rest-resource-types/{rest-resource-type-name}/delegated-admin-correlated-rest-resources/{delegated-admin-correlated-rest-resource-name}Delete a Delegated Admin Correlated REST Resource
DelegatedAdminCorrelatedRestResourceAPIGetDelegatedAdminCorrelatedRestResourceGet /rest-resource-types/{rest-resource-type-name}/delegated-admin-correlated-rest-resources/{delegated-admin-correlated-rest-resource-name}Returns a single Delegated Admin Correlated REST Resource
DelegatedAdminCorrelatedRestResourceAPIListDelegatedAdminCorrelatedRestResourcesGet /rest-resource-types/{rest-resource-type-name}/delegated-admin-correlated-rest-resourcesReturns a list of all Delegated Admin Correlated REST Resource objects
DelegatedAdminCorrelatedRestResourceAPIUpdateDelegatedAdminCorrelatedRestResourcePatch /rest-resource-types/{rest-resource-type-name}/delegated-admin-correlated-rest-resources/{delegated-admin-correlated-rest-resource-name}Update an existing Delegated Admin Correlated REST Resource by name
DelegatedAdminResourceRightsAPIAddDelegatedAdminResourceRightsPost /delegated-admin-rights/{delegated-admin-rights-name}/delegated-admin-resource-rightsAdd a new Delegated Admin Resource Rights to the config
DelegatedAdminResourceRightsAPIDeleteDelegatedAdminResourceRightsDelete /delegated-admin-rights/{delegated-admin-rights-name}/delegated-admin-resource-rights/{delegated-admin-resource-rights-name}Delete a Delegated Admin Resource Rights
DelegatedAdminResourceRightsAPIGetDelegatedAdminResourceRightsGet /delegated-admin-rights/{delegated-admin-rights-name}/delegated-admin-resource-rights/{delegated-admin-resource-rights-name}Returns a single Delegated Admin Resource Rights
DelegatedAdminResourceRightsAPIListDelegatedAdminResourceRightsGet /delegated-admin-rights/{delegated-admin-rights-name}/delegated-admin-resource-rightsReturns a list of all Delegated Admin Resource Rights objects
DelegatedAdminResourceRightsAPIUpdateDelegatedAdminResourceRightsPatch /delegated-admin-rights/{delegated-admin-rights-name}/delegated-admin-resource-rights/{delegated-admin-resource-rights-name}Update an existing Delegated Admin Resource Rights by name
DelegatedAdminRightsAPIAddDelegatedAdminRightsPost /delegated-admin-rightsAdd a new Delegated Admin Rights to the config
DelegatedAdminRightsAPIDeleteDelegatedAdminRightsDelete /delegated-admin-rights/{delegated-admin-rights-name}Delete a Delegated Admin Rights
DelegatedAdminRightsAPIGetDelegatedAdminRightsGet /delegated-admin-rights/{delegated-admin-rights-name}Returns a single Delegated Admin Rights
DelegatedAdminRightsAPIListDelegatedAdminRightsGet /delegated-admin-rightsReturns a list of all Delegated Admin Rights objects
DelegatedAdminRightsAPIUpdateDelegatedAdminRightsPatch /delegated-admin-rights/{delegated-admin-rights-name}Update an existing Delegated Admin Rights by name
DnMapAPIAddDnMapPost /dn-mapsAdd a new DN Map to the config
DnMapAPIDeleteDnMapDelete /dn-maps/{dn-map-name}Delete a DN Map
DnMapAPIGetDnMapGet /dn-maps/{dn-map-name}Returns a single DN Map
DnMapAPIListDnMapsGet /dn-mapsReturns a list of all DN Map objects
DnMapAPIUpdateDnMapPatch /dn-maps/{dn-map-name}Update an existing DN Map by name
EntryCacheAPIAddEntryCachePost /entry-cachesAdd a new Entry Cache to the config
EntryCacheAPIDeleteEntryCacheDelete /entry-caches/{entry-cache-name}Delete a Entry Cache
EntryCacheAPIGetEntryCacheGet /entry-caches/{entry-cache-name}Returns a single Entry Cache
EntryCacheAPIListEntryCachesGet /entry-cachesReturns a list of all Entry Cache objects
EntryCacheAPIUpdateEntryCachePatch /entry-caches/{entry-cache-name}Update an existing Entry Cache by name
ExtendedOperationHandlerAPIAddExtendedOperationHandlerPost /extended-operation-handlersAdd a new Extended Operation Handler to the config
ExtendedOperationHandlerAPIDeleteExtendedOperationHandlerDelete /extended-operation-handlers/{extended-operation-handler-name}Delete a Extended Operation Handler
ExtendedOperationHandlerAPIGetExtendedOperationHandlerGet /extended-operation-handlers/{extended-operation-handler-name}Returns a single Extended Operation Handler
ExtendedOperationHandlerAPIListExtendedOperationHandlersGet /extended-operation-handlersReturns a list of all Extended Operation Handler objects
ExtendedOperationHandlerAPIUpdateExtendedOperationHandlerPatch /extended-operation-handlers/{extended-operation-handler-name}Update an existing Extended Operation Handler by name
ExternalServerAPIAddExternalServerPost /external-serversAdd a new External Server to the config
ExternalServerAPIDeleteExternalServerDelete /external-servers/{external-server-name}Delete a External Server
ExternalServerAPIGetExternalServerGet /external-servers/{external-server-name}Returns a single External Server
ExternalServerAPIListExternalServersGet /external-serversReturns a list of all External Server objects
ExternalServerAPIUpdateExternalServerPatch /external-servers/{external-server-name}Update an existing External Server by name
FailureLockoutActionAPIAddFailureLockoutActionPost /failure-lockout-actionsAdd a new Failure Lockout Action to the config
FailureLockoutActionAPIDeleteFailureLockoutActionDelete /failure-lockout-actions/{failure-lockout-action-name}Delete a Failure Lockout Action
FailureLockoutActionAPIGetFailureLockoutActionGet /failure-lockout-actions/{failure-lockout-action-name}Returns a single Failure Lockout Action
FailureLockoutActionAPIListFailureLockoutActionsGet /failure-lockout-actionsReturns a list of all Failure Lockout Action objects
FailureLockoutActionAPIUpdateFailureLockoutActionPatch /failure-lockout-actions/{failure-lockout-action-name}Update an existing Failure Lockout Action by name
GaugeAPIAddGaugePost /gaugesAdd a new Gauge to the config
GaugeAPIDeleteGaugeDelete /gauges/{gauge-name}Delete a Gauge
GaugeAPIGetGaugeGet /gauges/{gauge-name}Returns a single Gauge
GaugeAPIListGaugesGet /gaugesReturns a list of all Gauge objects
GaugeAPIUpdateGaugePatch /gauges/{gauge-name}Update an existing Gauge by name
GaugeDataSourceAPIAddGaugeDataSourcePost /gauge-data-sourcesAdd a new Gauge Data Source to the config
GaugeDataSourceAPIDeleteGaugeDataSourceDelete /gauge-data-sources/{gauge-data-source-name}Delete a Gauge Data Source
GaugeDataSourceAPIGetGaugeDataSourceGet /gauge-data-sources/{gauge-data-source-name}Returns a single Gauge Data Source
GaugeDataSourceAPIListGaugeDataSourcesGet /gauge-data-sourcesReturns a list of all Gauge Data Source objects
GaugeDataSourceAPIUpdateGaugeDataSourcePatch /gauge-data-sources/{gauge-data-source-name}Update an existing Gauge Data Source by name
GlobalConfigurationAPIGetGlobalConfigurationGet /global-configurationReturns a single Global Configuration
GlobalConfigurationAPIUpdateGlobalConfigurationPatch /global-configurationUpdate an existing Global Configuration by name
GroupImplementationAPIGetGroupImplementationGet /group-implementations/{group-implementation-name}Returns a single Group Implementation
GroupImplementationAPIListGroupImplementationsGet /group-implementationsReturns a list of all Group Implementation objects
GroupImplementationAPIUpdateGroupImplementationPatch /group-implementations/{group-implementation-name}Update an existing Group Implementation by name
HttpConfigurationAPIGetHttpConfigurationGet /http-configurationReturns a single HTTP Configuration
HttpConfigurationAPIUpdateHttpConfigurationPatch /http-configurationUpdate an existing HTTP Configuration by name
HttpServletCrossOriginPolicyAPIAddHttpServletCrossOriginPolicyPost /http-servlet-cross-origin-policiesAdd a new HTTP Servlet Cross Origin Policy to the config
HttpServletCrossOriginPolicyAPIDeleteHttpServletCrossOriginPolicyDelete /http-servlet-cross-origin-policies/{http-servlet-cross-origin-policy-name}Delete a HTTP Servlet Cross Origin Policy
HttpServletCrossOriginPolicyAPIGetHttpServletCrossOriginPolicyGet /http-servlet-cross-origin-policies/{http-servlet-cross-origin-policy-name}Returns a single HTTP Servlet Cross Origin Policy
HttpServletCrossOriginPolicyAPIListHttpServletCrossOriginPoliciesGet /http-servlet-cross-origin-policiesReturns a list of all HTTP Servlet Cross Origin Policy objects
HttpServletCrossOriginPolicyAPIUpdateHttpServletCrossOriginPolicyPatch /http-servlet-cross-origin-policies/{http-servlet-cross-origin-policy-name}Update an existing HTTP Servlet Cross Origin Policy by name
HttpServletExtensionAPIAddHttpServletExtensionPost /http-servlet-extensionsAdd a new HTTP Servlet Extension to the config
HttpServletExtensionAPIDeleteHttpServletExtensionDelete /http-servlet-extensions/{http-servlet-extension-name}Delete a HTTP Servlet Extension
HttpServletExtensionAPIGetHttpServletExtensionGet /http-servlet-extensions/{http-servlet-extension-name}Returns a single HTTP Servlet Extension
HttpServletExtensionAPIListHttpServletExtensionsGet /http-servlet-extensionsReturns a list of all HTTP Servlet Extension objects
HttpServletExtensionAPIUpdateHttpServletExtensionPatch /http-servlet-extensions/{http-servlet-extension-name}Update an existing HTTP Servlet Extension by name
IdTokenValidatorAPIAddIdTokenValidatorPost /id-token-validatorsAdd a new ID Token Validator to the config
IdTokenValidatorAPIDeleteIdTokenValidatorDelete /id-token-validators/{id-token-validator-name}Delete a ID Token Validator
IdTokenValidatorAPIGetIdTokenValidatorGet /id-token-validators/{id-token-validator-name}Returns a single ID Token Validator
IdTokenValidatorAPIListIdTokenValidatorsGet /id-token-validatorsReturns a list of all ID Token Validator objects
IdTokenValidatorAPIUpdateIdTokenValidatorPatch /id-token-validators/{id-token-validator-name}Update an existing ID Token Validator by name
IdentityMapperAPIAddIdentityMapperPost /identity-mappersAdd a new Identity Mapper to the config
IdentityMapperAPIDeleteIdentityMapperDelete /identity-mappers/{identity-mapper-name}Delete a Identity Mapper
IdentityMapperAPIGetIdentityMapperGet /identity-mappers/{identity-mapper-name}Returns a single Identity Mapper
IdentityMapperAPIListIdentityMappersGet /identity-mappersReturns a list of all Identity Mapper objects
IdentityMapperAPIUpdateIdentityMapperPatch /identity-mappers/{identity-mapper-name}Update an existing Identity Mapper by name
InterServerAuthenticationInfoAPIGetInterServerAuthenticationInfoGet /server-instances/{server-instance-name}/server-instance-listeners/{server-instance-listener-name}/inter-server-authentication-info/{inter-server-authentication-info-name}Returns a single Inter Server Authentication Info
InterServerAuthenticationInfoAPIListInterServerAuthenticationInfoGet /server-instances/{server-instance-name}/server-instance-listeners/{server-instance-listener-name}/inter-server-authentication-infoReturns a list of all Inter Server Authentication Info objects
InterServerAuthenticationInfoAPIUpdateInterServerAuthenticationInfoPatch /server-instances/{server-instance-name}/server-instance-listeners/{server-instance-listener-name}/inter-server-authentication-info/{inter-server-authentication-info-name}Update an existing Inter Server Authentication Info by name
JsonAttributeConstraintsAPIAddJsonAttributeConstraintsPost /json-attribute-constraintsAdd a new JSON Attribute Constraints to the config
JsonAttributeConstraintsAPIDeleteJsonAttributeConstraintsDelete /json-attribute-constraints/{json-attribute-constraints-name}Delete a JSON Attribute Constraints
JsonAttributeConstraintsAPIGetJsonAttributeConstraintsGet /json-attribute-constraints/{json-attribute-constraints-name}Returns a single JSON Attribute Constraints
JsonAttributeConstraintsAPIListJsonAttributeConstraintsGet /json-attribute-constraintsReturns a list of all JSON Attribute Constraints objects
JsonAttributeConstraintsAPIUpdateJsonAttributeConstraintsPatch /json-attribute-constraints/{json-attribute-constraints-name}Update an existing JSON Attribute Constraints by name
JsonFieldConstraintsAPIAddJsonFieldConstraintsPost /json-attribute-constraints/{json-attribute-constraints-name}/json-field-constraintsAdd a new JSON Field Constraints to the config
JsonFieldConstraintsAPIDeleteJsonFieldConstraintsDelete /json-attribute-constraints/{json-attribute-constraints-name}/json-field-constraints/{json-field-constraints-name}Delete a JSON Field Constraints
JsonFieldConstraintsAPIGetJsonFieldConstraintsGet /json-attribute-constraints/{json-attribute-constraints-name}/json-field-constraints/{json-field-constraints-name}Returns a single JSON Field Constraints
JsonFieldConstraintsAPIListJsonFieldConstraintsGet /json-attribute-constraints/{json-attribute-constraints-name}/json-field-constraintsReturns a list of all JSON Field Constraints objects
JsonFieldConstraintsAPIUpdateJsonFieldConstraintsPatch /json-attribute-constraints/{json-attribute-constraints-name}/json-field-constraints/{json-field-constraints-name}Update an existing JSON Field Constraints by name
KeyManagerProviderAPIAddKeyManagerProviderPost /key-manager-providersAdd a new Key Manager Provider to the config
KeyManagerProviderAPIDeleteKeyManagerProviderDelete /key-manager-providers/{key-manager-provider-name}Delete a Key Manager Provider
KeyManagerProviderAPIGetKeyManagerProviderGet /key-manager-providers/{key-manager-provider-name}Returns a single Key Manager Provider
KeyManagerProviderAPIListKeyManagerProvidersGet /key-manager-providersReturns a list of all Key Manager Provider objects
KeyManagerProviderAPIUpdateKeyManagerProviderPatch /key-manager-providers/{key-manager-provider-name}Update an existing Key Manager Provider by name
KeyPairAPIAddKeyPairPost /key-pairsAdd a new Key Pair to the config
KeyPairAPIDeleteKeyPairDelete /key-pairs/{key-pair-name}Delete a Key Pair
KeyPairAPIGetKeyPairGet /key-pairs/{key-pair-name}Returns a single Key Pair
KeyPairAPIListKeyPairsGet /key-pairsReturns a list of all Key Pair objects
KeyPairAPIUpdateKeyPairPatch /key-pairs/{key-pair-name}Update an existing Key Pair by name
LdapCorrelationAttributePairAPIAddLdapCorrelationAttributePairPost /scim-resource-types/{scim-resource-type-name}/correlated-ldap-data-views/{correlated-ldap-data-view-name}/ldap-correlation-attribute-pairsAdd a new LDAP Correlation Attribute Pair to the config
LdapCorrelationAttributePairAPIDeleteLdapCorrelationAttributePairDelete /scim-resource-types/{scim-resource-type-name}/correlated-ldap-data-views/{correlated-ldap-data-view-name}/ldap-correlation-attribute-pairs/{ldap-correlation-attribute-pair-name}Delete a LDAP Correlation Attribute Pair
LdapCorrelationAttributePairAPIGetLdapCorrelationAttributePairGet /scim-resource-types/{scim-resource-type-name}/correlated-ldap-data-views/{correlated-ldap-data-view-name}/ldap-correlation-attribute-pairs/{ldap-correlation-attribute-pair-name}Returns a single LDAP Correlation Attribute Pair
LdapCorrelationAttributePairAPIListLdapCorrelationAttributePairsGet /scim-resource-types/{scim-resource-type-name}/correlated-ldap-data-views/{correlated-ldap-data-view-name}/ldap-correlation-attribute-pairsReturns a list of all LDAP Correlation Attribute Pair objects
LdapCorrelationAttributePairAPIUpdateLdapCorrelationAttributePairPatch /scim-resource-types/{scim-resource-type-name}/correlated-ldap-data-views/{correlated-ldap-data-view-name}/ldap-correlation-attribute-pairs/{ldap-correlation-attribute-pair-name}Update an existing LDAP Correlation Attribute Pair by name
LdapSdkDebugLoggerAPIGetLdapSdkDebugLoggerGet /ldap-sdk-debug-loggerReturns a single LDAP SDK Debug Logger
LdapSdkDebugLoggerAPIUpdateLdapSdkDebugLoggerPatch /ldap-sdk-debug-loggerUpdate an existing LDAP SDK Debug Logger by name
LicenseAPIGetLicenseGet /licenseReturns a single License
LicenseAPIUpdateLicensePatch /licenseUpdate an existing License by name
LocalDbCompositeIndexAPIAddLocalDbCompositeIndexPost /backends/{backend-name}/local-db-composite-indexesAdd a new Local DB Composite Index to the config
LocalDbCompositeIndexAPIDeleteLocalDbCompositeIndexDelete /backends/{backend-name}/local-db-composite-indexes/{local-db-composite-index-name}Delete a Local DB Composite Index
LocalDbCompositeIndexAPIGetLocalDbCompositeIndexGet /backends/{backend-name}/local-db-composite-indexes/{local-db-composite-index-name}Returns a single Local DB Composite Index
LocalDbCompositeIndexAPIListLocalDbCompositeIndexesGet /backends/{backend-name}/local-db-composite-indexesReturns a list of all Local DB Composite Index objects
LocalDbCompositeIndexAPIUpdateLocalDbCompositeIndexPatch /backends/{backend-name}/local-db-composite-indexes/{local-db-composite-index-name}Update an existing Local DB Composite Index by name
LocalDbIndexAPIAddLocalDbIndexPost /backends/{backend-name}/local-db-indexesAdd a new Local DB Index to the config
LocalDbIndexAPIDeleteLocalDbIndexDelete /backends/{backend-name}/local-db-indexes/{local-db-index-name}Delete a Local DB Index
LocalDbIndexAPIGetLocalDbIndexGet /backends/{backend-name}/local-db-indexes/{local-db-index-name}Returns a single Local DB Index
LocalDbIndexAPIListLocalDbIndexesGet /backends/{backend-name}/local-db-indexesReturns a list of all Local DB Index objects
LocalDbIndexAPIUpdateLocalDbIndexPatch /backends/{backend-name}/local-db-indexes/{local-db-index-name}Update an existing Local DB Index by name
LocalDbVlvIndexAPIAddLocalDbVlvIndexPost /backends/{backend-name}/local-db-vlv-indexesAdd a new Local DB VLV Index to the config
LocalDbVlvIndexAPIDeleteLocalDbVlvIndexDelete /backends/{backend-name}/local-db-vlv-indexes/{local-db-vlv-index-name}Delete a Local DB VLV Index
LocalDbVlvIndexAPIGetLocalDbVlvIndexGet /backends/{backend-name}/local-db-vlv-indexes/{local-db-vlv-index-name}Returns a single Local DB VLV Index
LocalDbVlvIndexAPIListLocalDbVlvIndexesGet /backends/{backend-name}/local-db-vlv-indexesReturns a list of all Local DB VLV Index objects
LocalDbVlvIndexAPIUpdateLocalDbVlvIndexPatch /backends/{backend-name}/local-db-vlv-indexes/{local-db-vlv-index-name}Update an existing Local DB VLV Index by name
LocationAPIAddLocationPost /locationsAdd a new Location to the config
LocationAPIDeleteLocationDelete /locations/{location-name}Delete a Location
LocationAPIGetLocationGet /locations/{location-name}Returns a single Location
LocationAPIListLocationsGet /locationsReturns a list of all Location objects
LocationAPIUpdateLocationPatch /locations/{location-name}Update an existing Location by name
LogFieldBehaviorAPIAddLogFieldBehaviorPost /log-field-behaviorsAdd a new Log Field Behavior to the config
LogFieldBehaviorAPIDeleteLogFieldBehaviorDelete /log-field-behaviors/{log-field-behavior-name}Delete a Log Field Behavior
LogFieldBehaviorAPIGetLogFieldBehaviorGet /log-field-behaviors/{log-field-behavior-name}Returns a single Log Field Behavior
LogFieldBehaviorAPIListLogFieldBehaviorsGet /log-field-behaviorsReturns a list of all Log Field Behavior objects
LogFieldBehaviorAPIUpdateLogFieldBehaviorPatch /log-field-behaviors/{log-field-behavior-name}Update an existing Log Field Behavior by name
LogFieldMappingAPIAddLogFieldMappingPost /log-field-mappingsAdd a new Log Field Mapping to the config
LogFieldMappingAPIDeleteLogFieldMappingDelete /log-field-mappings/{log-field-mapping-name}Delete a Log Field Mapping
LogFieldMappingAPIGetLogFieldMappingGet /log-field-mappings/{log-field-mapping-name}Returns a single Log Field Mapping
LogFieldMappingAPIListLogFieldMappingsGet /log-field-mappingsReturns a list of all Log Field Mapping objects
LogFieldMappingAPIUpdateLogFieldMappingPatch /log-field-mappings/{log-field-mapping-name}Update an existing Log Field Mapping by name
LogFieldSyntaxAPIGetLogFieldSyntaxGet /log-field-syntaxes/{log-field-syntax-name}Returns a single Log Field Syntax
LogFieldSyntaxAPIListLogFieldSyntaxesGet /log-field-syntaxesReturns a list of all Log Field Syntax objects
LogFieldSyntaxAPIUpdateLogFieldSyntaxPatch /log-field-syntaxes/{log-field-syntax-name}Update an existing Log Field Syntax by name
LogFileRotationListenerAPIAddLogFileRotationListenerPost /log-file-rotation-listenersAdd a new Log File Rotation Listener to the config
LogFileRotationListenerAPIDeleteLogFileRotationListenerDelete /log-file-rotation-listeners/{log-file-rotation-listener-name}Delete a Log File Rotation Listener
LogFileRotationListenerAPIGetLogFileRotationListenerGet /log-file-rotation-listeners/{log-file-rotation-listener-name}Returns a single Log File Rotation Listener
LogFileRotationListenerAPIListLogFileRotationListenersGet /log-file-rotation-listenersReturns a list of all Log File Rotation Listener objects
LogFileRotationListenerAPIUpdateLogFileRotationListenerPatch /log-file-rotation-listeners/{log-file-rotation-listener-name}Update an existing Log File Rotation Listener by name
LogPublisherAPIAddLogPublisherPost /log-publishersAdd a new Log Publisher to the config
LogPublisherAPIDeleteLogPublisherDelete /log-publishers/{log-publisher-name}Delete a Log Publisher
LogPublisherAPIGetLogPublisherGet /log-publishers/{log-publisher-name}Returns a single Log Publisher
LogPublisherAPIListLogPublishersGet /log-publishersReturns a list of all Log Publisher objects
LogPublisherAPIUpdateLogPublisherPatch /log-publishers/{log-publisher-name}Update an existing Log Publisher by name
LogPublisherMessageExclusionPolicyAPIAddLogPublisherMessageExclusionPolicyPost /log-publisher-message-exclusion-policiesAdd a new Log Publisher Message Exclusion Policy to the config
LogPublisherMessageExclusionPolicyAPIDeleteLogPublisherMessageExclusionPolicyDelete /log-publisher-message-exclusion-policies/{log-publisher-message-exclusion-policy-name}Delete a Log Publisher Message Exclusion Policy
LogPublisherMessageExclusionPolicyAPIGetLogPublisherMessageExclusionPolicyGet /log-publisher-message-exclusion-policies/{log-publisher-message-exclusion-policy-name}Returns a single Log Publisher Message Exclusion Policy
LogPublisherMessageExclusionPolicyAPIListLogPublisherMessageExclusionPoliciesGet /log-publisher-message-exclusion-policiesReturns a list of all Log Publisher Message Exclusion Policy objects
LogPublisherMessageExclusionPolicyAPIUpdateLogPublisherMessageExclusionPolicyPatch /log-publisher-message-exclusion-policies/{log-publisher-message-exclusion-policy-name}Update an existing Log Publisher Message Exclusion Policy by name
LogRetentionPolicyAPIAddLogRetentionPolicyPost /log-retention-policiesAdd a new Log Retention Policy to the config
LogRetentionPolicyAPIDeleteLogRetentionPolicyDelete /log-retention-policies/{log-retention-policy-name}Delete a Log Retention Policy
LogRetentionPolicyAPIGetLogRetentionPolicyGet /log-retention-policies/{log-retention-policy-name}Returns a single Log Retention Policy
LogRetentionPolicyAPIListLogRetentionPoliciesGet /log-retention-policiesReturns a list of all Log Retention Policy objects
LogRetentionPolicyAPIUpdateLogRetentionPolicyPatch /log-retention-policies/{log-retention-policy-name}Update an existing Log Retention Policy by name
LogRotationPolicyAPIAddLogRotationPolicyPost /log-rotation-policiesAdd a new Log Rotation Policy to the config
LogRotationPolicyAPIDeleteLogRotationPolicyDelete /log-rotation-policies/{log-rotation-policy-name}Delete a Log Rotation Policy
LogRotationPolicyAPIGetLogRotationPolicyGet /log-rotation-policies/{log-rotation-policy-name}Returns a single Log Rotation Policy
LogRotationPolicyAPIListLogRotationPoliciesGet /log-rotation-policiesReturns a list of all Log Rotation Policy objects
LogRotationPolicyAPIUpdateLogRotationPolicyPatch /log-rotation-policies/{log-rotation-policy-name}Update an existing Log Rotation Policy by name
MacSecretKeyAPIGetMacSecretKeyGet /server-instances/{server-instance-name}/mac-secret-keys/{mac-secret-key-name}Returns a single Mac Secret Key
MacSecretKeyAPIListMacSecretKeysGet /server-instances/{server-instance-name}/mac-secret-keysReturns a list of all Mac Secret Key objects
MacSecretKeyAPIUpdateMacSecretKeyPatch /server-instances/{server-instance-name}/mac-secret-keys/{mac-secret-key-name}Update an existing Mac Secret Key by name
MatchingRuleAPIGetMatchingRuleGet /matching-rules/{matching-rule-name}Returns a single Matching Rule
MatchingRuleAPIListMatchingRulesGet /matching-rulesReturns a list of all Matching Rule objects
MatchingRuleAPIUpdateMatchingRulePatch /matching-rules/{matching-rule-name}Update an existing Matching Rule by name
MonitorProviderAPIAddMonitorProviderPost /monitor-providersAdd a new Monitor Provider to the config
MonitorProviderAPIDeleteMonitorProviderDelete /monitor-providers/{monitor-provider-name}Delete a Monitor Provider
MonitorProviderAPIGetMonitorProviderGet /monitor-providers/{monitor-provider-name}Returns a single Monitor Provider
MonitorProviderAPIListMonitorProvidersGet /monitor-providersReturns a list of all Monitor Provider objects
MonitorProviderAPIUpdateMonitorProviderPatch /monitor-providers/{monitor-provider-name}Update an existing Monitor Provider by name
MonitoringEndpointAPIAddMonitoringEndpointPost /monitoring-endpointsAdd a new Monitoring Endpoint to the config
MonitoringEndpointAPIDeleteMonitoringEndpointDelete /monitoring-endpoints/{monitoring-endpoint-name}Delete a Monitoring Endpoint
MonitoringEndpointAPIGetMonitoringEndpointGet /monitoring-endpoints/{monitoring-endpoint-name}Returns a single Monitoring Endpoint
MonitoringEndpointAPIListMonitoringEndpointsGet /monitoring-endpointsReturns a list of all Monitoring Endpoint objects
MonitoringEndpointAPIUpdateMonitoringEndpointPatch /monitoring-endpoints/{monitoring-endpoint-name}Update an existing Monitoring Endpoint by name
NotificationManagerAPIAddNotificationManagerPost /notification-managersAdd a new Notification Manager to the config
NotificationManagerAPIDeleteNotificationManagerDelete /notification-managers/{notification-manager-name}Delete a Notification Manager
NotificationManagerAPIGetNotificationManagerGet /notification-managers/{notification-manager-name}Returns a single Notification Manager
NotificationManagerAPIListNotificationManagersGet /notification-managersReturns a list of all Notification Manager objects
NotificationManagerAPIUpdateNotificationManagerPatch /notification-managers/{notification-manager-name}Update an existing Notification Manager by name
OauthTokenHandlerAPIAddOauthTokenHandlerPost /oauth-token-handlersAdd a new OAuth Token Handler to the config
OauthTokenHandlerAPIDeleteOauthTokenHandlerDelete /oauth-token-handlers/{oauth-token-handler-name}Delete a OAuth Token Handler
OauthTokenHandlerAPIGetOauthTokenHandlerGet /oauth-token-handlers/{oauth-token-handler-name}Returns a single OAuth Token Handler
OauthTokenHandlerAPIListOauthTokenHandlersGet /oauth-token-handlersReturns a list of all OAuth Token Handler objects
OauthTokenHandlerAPIUpdateOauthTokenHandlerPatch /oauth-token-handlers/{oauth-token-handler-name}Update an existing OAuth Token Handler by name
ObscuredValueAPIAddObscuredValuePost /obscured-valuesAdd a new Obscured Value to the config
ObscuredValueAPIDeleteObscuredValueDelete /obscured-values/{obscured-value-name}Delete a Obscured Value
ObscuredValueAPIGetObscuredValueGet /obscured-values/{obscured-value-name}Returns a single Obscured Value
ObscuredValueAPIListObscuredValuesGet /obscured-valuesReturns a list of all Obscured Value objects
ObscuredValueAPIUpdateObscuredValuePatch /obscured-values/{obscured-value-name}Update an existing Obscured Value by name
OtpDeliveryMechanismAPIAddOtpDeliveryMechanismPost /otp-delivery-mechanismsAdd a new OTP Delivery Mechanism to the config
OtpDeliveryMechanismAPIDeleteOtpDeliveryMechanismDelete /otp-delivery-mechanisms/{otp-delivery-mechanism-name}Delete a OTP Delivery Mechanism
OtpDeliveryMechanismAPIGetOtpDeliveryMechanismGet /otp-delivery-mechanisms/{otp-delivery-mechanism-name}Returns a single OTP Delivery Mechanism
OtpDeliveryMechanismAPIListOtpDeliveryMechanismsGet /otp-delivery-mechanismsReturns a list of all OTP Delivery Mechanism objects
OtpDeliveryMechanismAPIUpdateOtpDeliveryMechanismPatch /otp-delivery-mechanisms/{otp-delivery-mechanism-name}Update an existing OTP Delivery Mechanism by name
PassThroughAuthenticationHandlerAPIAddPassThroughAuthenticationHandlerPost /pass-through-authentication-handlersAdd a new Pass Through Authentication Handler to the config
PassThroughAuthenticationHandlerAPIDeletePassThroughAuthenticationHandlerDelete /pass-through-authentication-handlers/{pass-through-authentication-handler-name}Delete a Pass Through Authentication Handler
PassThroughAuthenticationHandlerAPIGetPassThroughAuthenticationHandlerGet /pass-through-authentication-handlers/{pass-through-authentication-handler-name}Returns a single Pass Through Authentication Handler
PassThroughAuthenticationHandlerAPIListPassThroughAuthenticationHandlersGet /pass-through-authentication-handlersReturns a list of all Pass Through Authentication Handler objects
PassThroughAuthenticationHandlerAPIUpdatePassThroughAuthenticationHandlerPatch /pass-through-authentication-handlers/{pass-through-authentication-handler-name}Update an existing Pass Through Authentication Handler by name
PassphraseProviderAPIAddPassphraseProviderPost /passphrase-providersAdd a new Passphrase Provider to the config
PassphraseProviderAPIDeletePassphraseProviderDelete /passphrase-providers/{passphrase-provider-name}Delete a Passphrase Provider
PassphraseProviderAPIGetPassphraseProviderGet /passphrase-providers/{passphrase-provider-name}Returns a single Passphrase Provider
PassphraseProviderAPIListPassphraseProvidersGet /passphrase-providersReturns a list of all Passphrase Provider objects
PassphraseProviderAPIUpdatePassphraseProviderPatch /passphrase-providers/{passphrase-provider-name}Update an existing Passphrase Provider by name
PasswordGeneratorAPIAddPasswordGeneratorPost /password-generatorsAdd a new Password Generator to the config
PasswordGeneratorAPIDeletePasswordGeneratorDelete /password-generators/{password-generator-name}Delete a Password Generator
PasswordGeneratorAPIGetPasswordGeneratorGet /password-generators/{password-generator-name}Returns a single Password Generator
PasswordGeneratorAPIListPasswordGeneratorsGet /password-generatorsReturns a list of all Password Generator objects
PasswordGeneratorAPIUpdatePasswordGeneratorPatch /password-generators/{password-generator-name}Update an existing Password Generator by name
PasswordPolicyAPIAddPasswordPolicyPost /password-policiesAdd a new Password Policy to the config
PasswordPolicyAPIDeletePasswordPolicyDelete /password-policies/{password-policy-name}Delete a Password Policy
PasswordPolicyAPIGetPasswordPolicyGet /password-policies/{password-policy-name}Returns a single Password Policy
PasswordPolicyAPIListPasswordPoliciesGet /password-policiesReturns a list of all Password Policy objects
PasswordPolicyAPIUpdatePasswordPolicyPatch /password-policies/{password-policy-name}Update an existing Password Policy by name
PasswordStorageSchemeAPIAddPasswordStorageSchemePost /password-storage-schemesAdd a new Password Storage Scheme to the config
PasswordStorageSchemeAPIDeletePasswordStorageSchemeDelete /password-storage-schemes/{password-storage-scheme-name}Delete a Password Storage Scheme
PasswordStorageSchemeAPIGetPasswordStorageSchemeGet /password-storage-schemes/{password-storage-scheme-name}Returns a single Password Storage Scheme
PasswordStorageSchemeAPIListPasswordStorageSchemesGet /password-storage-schemesReturns a list of all Password Storage Scheme objects
PasswordStorageSchemeAPIUpdatePasswordStorageSchemePatch /password-storage-schemes/{password-storage-scheme-name}Update an existing Password Storage Scheme by name
PasswordValidatorAPIAddPasswordValidatorPost /password-validatorsAdd a new Password Validator to the config
PasswordValidatorAPIDeletePasswordValidatorDelete /password-validators/{password-validator-name}Delete a Password Validator
PasswordValidatorAPIGetPasswordValidatorGet /password-validators/{password-validator-name}Returns a single Password Validator
PasswordValidatorAPIListPasswordValidatorsGet /password-validatorsReturns a list of all Password Validator objects
PasswordValidatorAPIUpdatePasswordValidatorPatch /password-validators/{password-validator-name}Update an existing Password Validator by name
PluginAPIAddPluginPost /plugin-root/pluginsAdd a new Plugin to the config
PluginAPIDeletePluginDelete /plugin-root/plugins/{plugin-name}Delete a Plugin
PluginAPIGetPluginGet /plugin-root/plugins/{plugin-name}Returns a single Plugin
PluginAPIListPluginsGet /plugin-root/pluginsReturns a list of all Plugin objects
PluginAPIUpdatePluginPatch /plugin-root/plugins/{plugin-name}Update an existing Plugin by name
PluginRootAPIGetPluginRootGet /plugin-rootReturns a single Plugin Root
PluginRootAPIUpdatePluginRootPatch /plugin-rootUpdate an existing Plugin Root by name
PostLdifExportTaskProcessorAPIAddPostLdifExportTaskProcessorPost /post-ldif-export-task-processorsAdd a new Post LDIF Export Task Processor to the config
PostLdifExportTaskProcessorAPIDeletePostLdifExportTaskProcessorDelete /post-ldif-export-task-processors/{post-ldif-export-task-processor-name}Delete a Post LDIF Export Task Processor
PostLdifExportTaskProcessorAPIGetPostLdifExportTaskProcessorGet /post-ldif-export-task-processors/{post-ldif-export-task-processor-name}Returns a single Post LDIF Export Task Processor
PostLdifExportTaskProcessorAPIListPostLdifExportTaskProcessorsGet /post-ldif-export-task-processorsReturns a list of all Post LDIF Export Task Processor objects
PostLdifExportTaskProcessorAPIUpdatePostLdifExportTaskProcessorPatch /post-ldif-export-task-processors/{post-ldif-export-task-processor-name}Update an existing Post LDIF Export Task Processor by name
PrometheusMonitorAttributeMetricAPIAddPrometheusMonitorAttributeMetricPost /http-servlet-extensions/{http-servlet-extension-name}/prometheus-monitor-attribute-metricsAdd a new Prometheus Monitor Attribute Metric to the config
PrometheusMonitorAttributeMetricAPIDeletePrometheusMonitorAttributeMetricDelete /http-servlet-extensions/{http-servlet-extension-name}/prometheus-monitor-attribute-metrics/{prometheus-monitor-attribute-metric-name}Delete a Prometheus Monitor Attribute Metric
PrometheusMonitorAttributeMetricAPIGetPrometheusMonitorAttributeMetricGet /http-servlet-extensions/{http-servlet-extension-name}/prometheus-monitor-attribute-metrics/{prometheus-monitor-attribute-metric-name}Returns a single Prometheus Monitor Attribute Metric
PrometheusMonitorAttributeMetricAPIListPrometheusMonitorAttributeMetricsGet /http-servlet-extensions/{http-servlet-extension-name}/prometheus-monitor-attribute-metricsReturns a list of all Prometheus Monitor Attribute Metric objects
PrometheusMonitorAttributeMetricAPIUpdatePrometheusMonitorAttributeMetricPatch /http-servlet-extensions/{http-servlet-extension-name}/prometheus-monitor-attribute-metrics/{prometheus-monitor-attribute-metric-name}Update an existing Prometheus Monitor Attribute Metric by name
RecurringTaskAPIAddRecurringTaskPost /recurring-tasksAdd a new Recurring Task to the config
RecurringTaskAPIDeleteRecurringTaskDelete /recurring-tasks/{recurring-task-name}Delete a Recurring Task
RecurringTaskAPIGetRecurringTaskGet /recurring-tasks/{recurring-task-name}Returns a single Recurring Task
RecurringTaskAPIListRecurringTasksGet /recurring-tasksReturns a list of all Recurring Task objects
RecurringTaskAPIUpdateRecurringTaskPatch /recurring-tasks/{recurring-task-name}Update an existing Recurring Task by name
RecurringTaskChainAPIAddRecurringTaskChainPost /recurring-task-chainsAdd a new Recurring Task Chain to the config
RecurringTaskChainAPIDeleteRecurringTaskChainDelete /recurring-task-chains/{recurring-task-chain-name}Delete a Recurring Task Chain
RecurringTaskChainAPIGetRecurringTaskChainGet /recurring-task-chains/{recurring-task-chain-name}Returns a single Recurring Task Chain
RecurringTaskChainAPIListRecurringTaskChainsGet /recurring-task-chainsReturns a list of all Recurring Task Chain objects
RecurringTaskChainAPIUpdateRecurringTaskChainPatch /recurring-task-chains/{recurring-task-chain-name}Update an existing Recurring Task Chain by name
ReplicationAssurancePolicyAPIAddReplicationAssurancePolicyPost /replication-assurance-policiesAdd a new Replication Assurance Policy to the config
ReplicationAssurancePolicyAPIDeleteReplicationAssurancePolicyDelete /replication-assurance-policies/{replication-assurance-policy-name}Delete a Replication Assurance Policy
ReplicationAssurancePolicyAPIGetReplicationAssurancePolicyGet /replication-assurance-policies/{replication-assurance-policy-name}Returns a single Replication Assurance Policy
ReplicationAssurancePolicyAPIListReplicationAssurancePoliciesGet /replication-assurance-policiesReturns a list of all Replication Assurance Policy objects
ReplicationAssurancePolicyAPIUpdateReplicationAssurancePolicyPatch /replication-assurance-policies/{replication-assurance-policy-name}Update an existing Replication Assurance Policy by name
ReplicationDomainAPIGetReplicationDomainGet /synchronization-providers/{synchronization-provider-name}/replication-domains/{replication-domain-name}Returns a single Replication Domain
ReplicationDomainAPIListReplicationDomainsGet /synchronization-providers/{synchronization-provider-name}/replication-domainsReturns a list of all Replication Domain objects
ReplicationDomainAPIUpdateReplicationDomainPatch /synchronization-providers/{synchronization-provider-name}/replication-domains/{replication-domain-name}Update an existing Replication Domain by name
ReplicationServerAPIGetReplicationServerGet /synchronization-providers/{synchronization-provider-name}/replication-serverReturns a single Replication Server
ReplicationServerAPIUpdateReplicationServerPatch /synchronization-providers/{synchronization-provider-name}/replication-serverUpdate an existing Replication Server by name
RequestCriteriaAPIAddRequestCriteriaPost /request-criteriaAdd a new Request Criteria to the config
RequestCriteriaAPIDeleteRequestCriteriaDelete /request-criteria/{request-criteria-name}Delete a Request Criteria
RequestCriteriaAPIGetRequestCriteriaGet /request-criteria/{request-criteria-name}Returns a single Request Criteria
RequestCriteriaAPIListRequestCriteriaGet /request-criteriaReturns a list of all Request Criteria objects
RequestCriteriaAPIUpdateRequestCriteriaPatch /request-criteria/{request-criteria-name}Update an existing Request Criteria by name
RestResourceTypeAPIAddRestResourceTypePost /rest-resource-typesAdd a new REST Resource Type to the config
RestResourceTypeAPIDeleteRestResourceTypeDelete /rest-resource-types/{rest-resource-type-name}Delete a REST Resource Type
RestResourceTypeAPIGetRestResourceTypeGet /rest-resource-types/{rest-resource-type-name}Returns a single REST Resource Type
RestResourceTypeAPIListRestResourceTypesGet /rest-resource-typesReturns a list of all REST Resource Type objects
RestResourceTypeAPIUpdateRestResourceTypePatch /rest-resource-types/{rest-resource-type-name}Update an existing REST Resource Type by name
ResultCodeMapAPIAddResultCodeMapPost /result-code-mapsAdd a new Result Code Map to the config
ResultCodeMapAPIDeleteResultCodeMapDelete /result-code-maps/{result-code-map-name}Delete a Result Code Map
ResultCodeMapAPIGetResultCodeMapGet /result-code-maps/{result-code-map-name}Returns a single Result Code Map
ResultCodeMapAPIListResultCodeMapsGet /result-code-mapsReturns a list of all Result Code Map objects
ResultCodeMapAPIUpdateResultCodeMapPatch /result-code-maps/{result-code-map-name}Update an existing Result Code Map by name
ResultCriteriaAPIAddResultCriteriaPost /result-criteriaAdd a new Result Criteria to the config
ResultCriteriaAPIDeleteResultCriteriaDelete /result-criteria/{result-criteria-name}Delete a Result Criteria
ResultCriteriaAPIGetResultCriteriaGet /result-criteria/{result-criteria-name}Returns a single Result Criteria
ResultCriteriaAPIListResultCriteriaGet /result-criteriaReturns a list of all Result Criteria objects
ResultCriteriaAPIUpdateResultCriteriaPatch /result-criteria/{result-criteria-name}Update an existing Result Criteria by name
RootDnAPIGetRootDnGet /root-dnReturns a single Root DN
RootDnAPIUpdateRootDnPatch /root-dnUpdate an existing Root DN by name
RootDnUserAPIAddRootDnUserPost /root-dn/root-dn-usersAdd a new Root DN User to the config
RootDnUserAPIDeleteRootDnUserDelete /root-dn/root-dn-users/{root-dn-user-name}Delete a Root DN User
RootDnUserAPIGetRootDnUserGet /root-dn/root-dn-users/{root-dn-user-name}Returns a single Root DN User
RootDnUserAPIListRootDnUsersGet /root-dn/root-dn-usersReturns a list of all Root DN User objects
RootDnUserAPIUpdateRootDnUserPatch /root-dn/root-dn-users/{root-dn-user-name}Update an existing Root DN User by name
RootDseBackendAPIGetRootDseBackendGet /root-dse-backendReturns a single Root DSE Backend
RootDseBackendAPIUpdateRootDseBackendPatch /root-dse-backendUpdate an existing Root DSE Backend by name
SaslMechanismHandlerAPIAddSaslMechanismHandlerPost /sasl-mechanism-handlersAdd a new SASL Mechanism Handler to the config
SaslMechanismHandlerAPIDeleteSaslMechanismHandlerDelete /sasl-mechanism-handlers/{sasl-mechanism-handler-name}Delete a SASL Mechanism Handler
SaslMechanismHandlerAPIGetSaslMechanismHandlerGet /sasl-mechanism-handlers/{sasl-mechanism-handler-name}Returns a single SASL Mechanism Handler
SaslMechanismHandlerAPIListSaslMechanismHandlersGet /sasl-mechanism-handlersReturns a list of all SASL Mechanism Handler objects
SaslMechanismHandlerAPIUpdateSaslMechanismHandlerPatch /sasl-mechanism-handlers/{sasl-mechanism-handler-name}Update an existing SASL Mechanism Handler by name
ScimAttributeAPIAddScimAttributePost /scim-schemas/{scim-schema-name}/scim-attributesAdd a new SCIM Attribute to the config
ScimAttributeAPIDeleteScimAttributeDelete /scim-schemas/{scim-schema-name}/scim-attributes/{scim-attribute-name}Delete a SCIM Attribute
ScimAttributeAPIGetScimAttributeGet /scim-schemas/{scim-schema-name}/scim-attributes/{scim-attribute-name}Returns a single SCIM Attribute
ScimAttributeAPIListScimAttributesGet /scim-schemas/{scim-schema-name}/scim-attributesReturns a list of all SCIM Attribute objects
ScimAttributeAPIUpdateScimAttributePatch /scim-schemas/{scim-schema-name}/scim-attributes/{scim-attribute-name}Update an existing SCIM Attribute by name
ScimAttributeMappingAPIAddScimAttributeMappingPost /scim-resource-types/{scim-resource-type-name}/scim-attribute-mappingsAdd a new SCIM Attribute Mapping to the config
ScimAttributeMappingAPIDeleteScimAttributeMappingDelete /scim-resource-types/{scim-resource-type-name}/scim-attribute-mappings/{scim-attribute-mapping-name}Delete a SCIM Attribute Mapping
ScimAttributeMappingAPIGetScimAttributeMappingGet /scim-resource-types/{scim-resource-type-name}/scim-attribute-mappings/{scim-attribute-mapping-name}Returns a single SCIM Attribute Mapping
ScimAttributeMappingAPIListScimAttributeMappingsGet /scim-resource-types/{scim-resource-type-name}/scim-attribute-mappingsReturns a list of all SCIM Attribute Mapping objects
ScimAttributeMappingAPIUpdateScimAttributeMappingPatch /scim-resource-types/{scim-resource-type-name}/scim-attribute-mappings/{scim-attribute-mapping-name}Update an existing SCIM Attribute Mapping by name
ScimResourceTypeAPIAddScimResourceTypePost /scim-resource-typesAdd a new SCIM Resource Type to the config
ScimResourceTypeAPIDeleteScimResourceTypeDelete /scim-resource-types/{scim-resource-type-name}Delete a SCIM Resource Type
ScimResourceTypeAPIGetScimResourceTypeGet /scim-resource-types/{scim-resource-type-name}Returns a single SCIM Resource Type
ScimResourceTypeAPIListScimResourceTypesGet /scim-resource-typesReturns a list of all SCIM Resource Type objects
ScimResourceTypeAPIUpdateScimResourceTypePatch /scim-resource-types/{scim-resource-type-name}Update an existing SCIM Resource Type by name
ScimSchemaAPIAddScimSchemaPost /scim-schemasAdd a new SCIM Schema to the config
ScimSchemaAPIDeleteScimSchemaDelete /scim-schemas/{scim-schema-name}Delete a SCIM Schema
ScimSchemaAPIGetScimSchemaGet /scim-schemas/{scim-schema-name}Returns a single SCIM Schema
ScimSchemaAPIListScimSchemasGet /scim-schemasReturns a list of all SCIM Schema objects
ScimSchemaAPIUpdateScimSchemaPatch /scim-schemas/{scim-schema-name}Update an existing SCIM Schema by name
ScimSubattributeAPIAddScimSubattributePost /scim-schemas/{scim-schema-name}/scim-attributes/{scim-attribute-name}/scim-subattributesAdd a new SCIM Subattribute to the config
ScimSubattributeAPIDeleteScimSubattributeDelete /scim-schemas/{scim-schema-name}/scim-attributes/{scim-attribute-name}/scim-subattributes/{scim-subattribute-name}Delete a SCIM Subattribute
ScimSubattributeAPIGetScimSubattributeGet /scim-schemas/{scim-schema-name}/scim-attributes/{scim-attribute-name}/scim-subattributes/{scim-subattribute-name}Returns a single SCIM Subattribute
ScimSubattributeAPIListScimSubattributesGet /scim-schemas/{scim-schema-name}/scim-attributes/{scim-attribute-name}/scim-subattributesReturns a list of all SCIM Subattribute objects
ScimSubattributeAPIUpdateScimSubattributePatch /scim-schemas/{scim-schema-name}/scim-attributes/{scim-attribute-name}/scim-subattributes/{scim-subattribute-name}Update an existing SCIM Subattribute by name
SearchEntryCriteriaAPIAddSearchEntryCriteriaPost /search-entry-criteriaAdd a new Search Entry Criteria to the config
SearchEntryCriteriaAPIDeleteSearchEntryCriteriaDelete /search-entry-criteria/{search-entry-criteria-name}Delete a Search Entry Criteria
SearchEntryCriteriaAPIGetSearchEntryCriteriaGet /search-entry-criteria/{search-entry-criteria-name}Returns a single Search Entry Criteria
SearchEntryCriteriaAPIListSearchEntryCriteriaGet /search-entry-criteriaReturns a list of all Search Entry Criteria objects
SearchEntryCriteriaAPIUpdateSearchEntryCriteriaPatch /search-entry-criteria/{search-entry-criteria-name}Update an existing Search Entry Criteria by name
SearchReferenceCriteriaAPIAddSearchReferenceCriteriaPost /search-reference-criteriaAdd a new Search Reference Criteria to the config
SearchReferenceCriteriaAPIDeleteSearchReferenceCriteriaDelete /search-reference-criteria/{search-reference-criteria-name}Delete a Search Reference Criteria
SearchReferenceCriteriaAPIGetSearchReferenceCriteriaGet /search-reference-criteria/{search-reference-criteria-name}Returns a single Search Reference Criteria
SearchReferenceCriteriaAPIListSearchReferenceCriteriaGet /search-reference-criteriaReturns a list of all Search Reference Criteria objects
SearchReferenceCriteriaAPIUpdateSearchReferenceCriteriaPatch /search-reference-criteria/{search-reference-criteria-name}Update an existing Search Reference Criteria by name
SensitiveAttributeAPIAddSensitiveAttributePost /sensitive-attributesAdd a new Sensitive Attribute to the config
SensitiveAttributeAPIDeleteSensitiveAttributeDelete /sensitive-attributes/{sensitive-attribute-name}Delete a Sensitive Attribute
SensitiveAttributeAPIGetSensitiveAttributeGet /sensitive-attributes/{sensitive-attribute-name}Returns a single Sensitive Attribute
SensitiveAttributeAPIListSensitiveAttributesGet /sensitive-attributesReturns a list of all Sensitive Attribute objects
SensitiveAttributeAPIUpdateSensitiveAttributePatch /sensitive-attributes/{sensitive-attribute-name}Update an existing Sensitive Attribute by name
ServerGroupAPIAddServerGroupPost /server-groupsAdd a new Server Group to the config
ServerGroupAPIDeleteServerGroupDelete /server-groups/{server-group-name}Delete a Server Group
ServerGroupAPIGetServerGroupGet /server-groups/{server-group-name}Returns a single Server Group
ServerGroupAPIListServerGroupsGet /server-groupsReturns a list of all Server Group objects
ServerGroupAPIUpdateServerGroupPatch /server-groups/{server-group-name}Update an existing Server Group by name
ServerInstanceAPIGetServerInstanceGet /server-instances/{server-instance-name}Returns a single Server Instance
ServerInstanceAPIListServerInstancesGet /server-instancesReturns a list of all Server Instance objects
ServerInstanceAPIUpdateServerInstancePatch /server-instances/{server-instance-name}Update an existing Server Instance by name
ServerInstanceListenerAPIGetServerInstanceListenerGet /server-instances/{server-instance-name}/server-instance-listeners/{server-instance-listener-name}Returns a single Server Instance Listener
ServerInstanceListenerAPIListServerInstanceListenersGet /server-instances/{server-instance-name}/server-instance-listenersReturns a list of all Server Instance Listener objects
ServerInstanceListenerAPIUpdateServerInstanceListenerPatch /server-instances/{server-instance-name}/server-instance-listeners/{server-instance-listener-name}Update an existing Server Instance Listener by name
SoftDeletePolicyAPIAddSoftDeletePolicyPost /soft-delete-policiesAdd a new Soft Delete Policy to the config
SoftDeletePolicyAPIDeleteSoftDeletePolicyDelete /soft-delete-policies/{soft-delete-policy-name}Delete a Soft Delete Policy
SoftDeletePolicyAPIGetSoftDeletePolicyGet /soft-delete-policies/{soft-delete-policy-name}Returns a single Soft Delete Policy
SoftDeletePolicyAPIListSoftDeletePoliciesGet /soft-delete-policiesReturns a list of all Soft Delete Policy objects
SoftDeletePolicyAPIUpdateSoftDeletePolicyPatch /soft-delete-policies/{soft-delete-policy-name}Update an existing Soft Delete Policy by name
SynchronizationProviderAPIGetSynchronizationProviderGet /synchronization-providers/{synchronization-provider-name}Returns a single Synchronization Provider
SynchronizationProviderAPIListSynchronizationProvidersGet /synchronization-providersReturns a list of all Synchronization Provider objects
SynchronizationProviderAPIUpdateSynchronizationProviderPatch /synchronization-providers/{synchronization-provider-name}Update an existing Synchronization Provider by name
TokenClaimValidationAPIAddTokenClaimValidationPost /id-token-validators/{id-token-validator-name}/token-claim-validationsAdd a new Token Claim Validation to the config
TokenClaimValidationAPIDeleteTokenClaimValidationDelete /id-token-validators/{id-token-validator-name}/token-claim-validations/{token-claim-validation-name}Delete a Token Claim Validation
TokenClaimValidationAPIGetTokenClaimValidationGet /id-token-validators/{id-token-validator-name}/token-claim-validations/{token-claim-validation-name}Returns a single Token Claim Validation
TokenClaimValidationAPIListTokenClaimValidationsGet /id-token-validators/{id-token-validator-name}/token-claim-validationsReturns a list of all Token Claim Validation objects
TokenClaimValidationAPIUpdateTokenClaimValidationPatch /id-token-validators/{id-token-validator-name}/token-claim-validations/{token-claim-validation-name}Update an existing Token Claim Validation by name
TopologyAdminUserAPIAddTopologyAdminUserPost /topology-admin-usersAdd a new Topology Admin User to the config
TopologyAdminUserAPIDeleteTopologyAdminUserDelete /topology-admin-users/{topology-admin-user-name}Delete a Topology Admin User
TopologyAdminUserAPIGetTopologyAdminUserGet /topology-admin-users/{topology-admin-user-name}Returns a single Topology Admin User
TopologyAdminUserAPIListTopologyAdminUsersGet /topology-admin-usersReturns a list of all Topology Admin User objects
TopologyAdminUserAPIUpdateTopologyAdminUserPatch /topology-admin-users/{topology-admin-user-name}Update an existing Topology Admin User by name
TrustManagerProviderAPIAddTrustManagerProviderPost /trust-manager-providersAdd a new Trust Manager Provider to the config
TrustManagerProviderAPIDeleteTrustManagerProviderDelete /trust-manager-providers/{trust-manager-provider-name}Delete a Trust Manager Provider
TrustManagerProviderAPIGetTrustManagerProviderGet /trust-manager-providers/{trust-manager-provider-name}Returns a single Trust Manager Provider
TrustManagerProviderAPIListTrustManagerProvidersGet /trust-manager-providersReturns a list of all Trust Manager Provider objects
TrustManagerProviderAPIUpdateTrustManagerProviderPatch /trust-manager-providers/{trust-manager-provider-name}Update an existing Trust Manager Provider by name
TrustedCertificateAPIAddTrustedCertificatePost /trusted-certificatesAdd a new Trusted Certificate to the config
TrustedCertificateAPIDeleteTrustedCertificateDelete /trusted-certificates/{trusted-certificate-name}Delete a Trusted Certificate
TrustedCertificateAPIGetTrustedCertificateGet /trusted-certificates/{trusted-certificate-name}Returns a single Trusted Certificate
TrustedCertificateAPIListTrustedCertificatesGet /trusted-certificatesReturns a list of all Trusted Certificate objects
TrustedCertificateAPIUpdateTrustedCertificatePatch /trusted-certificates/{trusted-certificate-name}Update an existing Trusted Certificate by name
UncachedAttributeCriteriaAPIAddUncachedAttributeCriteriaPost /uncached-attribute-criteriaAdd a new Uncached Attribute Criteria to the config
UncachedAttributeCriteriaAPIDeleteUncachedAttributeCriteriaDelete /uncached-attribute-criteria/{uncached-attribute-criteria-name}Delete a Uncached Attribute Criteria
UncachedAttributeCriteriaAPIGetUncachedAttributeCriteriaGet /uncached-attribute-criteria/{uncached-attribute-criteria-name}Returns a single Uncached Attribute Criteria
UncachedAttributeCriteriaAPIListUncachedAttributeCriteriaGet /uncached-attribute-criteriaReturns a list of all Uncached Attribute Criteria objects
UncachedAttributeCriteriaAPIUpdateUncachedAttributeCriteriaPatch /uncached-attribute-criteria/{uncached-attribute-criteria-name}Update an existing Uncached Attribute Criteria by name
UncachedEntryCriteriaAPIAddUncachedEntryCriteriaPost /uncached-entry-criteriaAdd a new Uncached Entry Criteria to the config
UncachedEntryCriteriaAPIDeleteUncachedEntryCriteriaDelete /uncached-entry-criteria/{uncached-entry-criteria-name}Delete a Uncached Entry Criteria
UncachedEntryCriteriaAPIGetUncachedEntryCriteriaGet /uncached-entry-criteria/{uncached-entry-criteria-name}Returns a single Uncached Entry Criteria
UncachedEntryCriteriaAPIListUncachedEntryCriteriaGet /uncached-entry-criteriaReturns a list of all Uncached Entry Criteria objects
UncachedEntryCriteriaAPIUpdateUncachedEntryCriteriaPatch /uncached-entry-criteria/{uncached-entry-criteria-name}Update an existing Uncached Entry Criteria by name
VaultAuthenticationMethodAPIAddVaultAuthenticationMethodPost /vault-authentication-methodsAdd a new Vault Authentication Method to the config
VaultAuthenticationMethodAPIDeleteVaultAuthenticationMethodDelete /vault-authentication-methods/{vault-authentication-method-name}Delete a Vault Authentication Method
VaultAuthenticationMethodAPIGetVaultAuthenticationMethodGet /vault-authentication-methods/{vault-authentication-method-name}Returns a single Vault Authentication Method
VaultAuthenticationMethodAPIListVaultAuthenticationMethodsGet /vault-authentication-methodsReturns a list of all Vault Authentication Method objects
VaultAuthenticationMethodAPIUpdateVaultAuthenticationMethodPatch /vault-authentication-methods/{vault-authentication-method-name}Update an existing Vault Authentication Method by name
VelocityContextProviderAPIAddVelocityContextProviderPost /http-servlet-extensions/{http-servlet-extension-name}/velocity-context-providersAdd a new Velocity Context Provider to the config
VelocityContextProviderAPIDeleteVelocityContextProviderDelete /http-servlet-extensions/{http-servlet-extension-name}/velocity-context-providers/{velocity-context-provider-name}Delete a Velocity Context Provider
VelocityContextProviderAPIGetVelocityContextProviderGet /http-servlet-extensions/{http-servlet-extension-name}/velocity-context-providers/{velocity-context-provider-name}Returns a single Velocity Context Provider
VelocityContextProviderAPIListVelocityContextProvidersGet /http-servlet-extensions/{http-servlet-extension-name}/velocity-context-providersReturns a list of all Velocity Context Provider objects
VelocityContextProviderAPIUpdateVelocityContextProviderPatch /http-servlet-extensions/{http-servlet-extension-name}/velocity-context-providers/{velocity-context-provider-name}Update an existing Velocity Context Provider by name
VelocityTemplateLoaderAPIAddVelocityTemplateLoaderPost /http-servlet-extensions/{http-servlet-extension-name}/velocity-template-loadersAdd a new Velocity Template Loader to the config
VelocityTemplateLoaderAPIDeleteVelocityTemplateLoaderDelete /http-servlet-extensions/{http-servlet-extension-name}/velocity-template-loaders/{velocity-template-loader-name}Delete a Velocity Template Loader
VelocityTemplateLoaderAPIGetVelocityTemplateLoaderGet /http-servlet-extensions/{http-servlet-extension-name}/velocity-template-loaders/{velocity-template-loader-name}Returns a single Velocity Template Loader
VelocityTemplateLoaderAPIListVelocityTemplateLoadersGet /http-servlet-extensions/{http-servlet-extension-name}/velocity-template-loadersReturns a list of all Velocity Template Loader objects
VelocityTemplateLoaderAPIUpdateVelocityTemplateLoaderPatch /http-servlet-extensions/{http-servlet-extension-name}/velocity-template-loaders/{velocity-template-loader-name}Update an existing Velocity Template Loader by name
VirtualAttributeAPIAddVirtualAttributePost /virtual-attributesAdd a new Virtual Attribute to the config
VirtualAttributeAPIDeleteVirtualAttributeDelete /virtual-attributes/{virtual-attribute-name}Delete a Virtual Attribute
VirtualAttributeAPIGetVirtualAttributeGet /virtual-attributes/{virtual-attribute-name}Returns a single Virtual Attribute
VirtualAttributeAPIListVirtualAttributesGet /virtual-attributesReturns a list of all Virtual Attribute objects
VirtualAttributeAPIUpdateVirtualAttributePatch /virtual-attributes/{virtual-attribute-name}Update an existing Virtual Attribute by name
WebApplicationExtensionAPIAddWebApplicationExtensionPost /web-application-extensionsAdd a new Web Application Extension to the config
WebApplicationExtensionAPIDeleteWebApplicationExtensionDelete /web-application-extensions/{web-application-extension-name}Delete a Web Application Extension
WebApplicationExtensionAPIGetWebApplicationExtensionGet /web-application-extensions/{web-application-extension-name}Returns a single Web Application Extension
WebApplicationExtensionAPIListWebApplicationExtensionsGet /web-application-extensionsReturns a list of all Web Application Extension objects
WebApplicationExtensionAPIUpdateWebApplicationExtensionPatch /web-application-extensions/{web-application-extension-name}Update an existing Web Application Extension by name
WorkQueueAPIGetWorkQueueGet /work-queueReturns a single Work Queue
WorkQueueAPIUpdateWorkQueuePatch /work-queueUpdate an existing Work Queue by name

Documentation For Models

Documentation For Authorization

Authentication schemes defined for the API:

basicAuth

  • Type: HTTP basic authentication

Example

auth := context.WithValue(context.Background(), sw.ContextBasicAuth, sw.BasicAuth{
    UserName: "username",
    Password: "password",
})
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