# README

Go API client for configurationapi

The PingFederate Administrative API is a REST-based interface that provides a programmatic way to make configuration changes to PingFederate as an alternative to using the administrative console.

Expand the resources below to display implementation details on that resource such as the available endpoints, the parameter and response models for the operation, and the model structure of the resources themselves. Each resource operation comes with the ability to interact with the API. You are prompted for proper administration credentials when you try to perform an API operation.

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: 12.1.0.4
  • 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/oauth2
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/pingfederate-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 https://localhost:9999/pf-admin-api/v1

ClassMethodHTTP requestDescription
AdministrativeAccountsAPIAddAccountPost /administrativeAccountsAdd a new PingFederate native Administrative Account.
AdministrativeAccountsAPIChangePasswordPost /administrativeAccounts/changePasswordChange the Password of current PingFederate native Account.
AdministrativeAccountsAPIDeleteAccountDelete /administrativeAccounts/{username}Delete a PingFederate native Administrative Account information.
AdministrativeAccountsAPIGetAccountGet /administrativeAccounts/{username}Get a PingFederate native Administrative Account.
AdministrativeAccountsAPIGetAccountsGet /administrativeAccountsGet all the PingFederate native Administrative Accounts.
AdministrativeAccountsAPIResetPasswordPost /administrativeAccounts/{username}/resetPasswordReset the Password of an existing PingFederate native Administrative Account.
AdministrativeAccountsAPIUpdateAccountPut /administrativeAccounts/{username}Update the information for a native Administrative Account.
AuthenticationApiAPICreateApplicationPost /authenticationApi/applicationsCreate a new Authentication API Application.
AuthenticationApiAPIDeleteApplicationDelete /authenticationApi/applications/{id}Delete an Authentication API Application.
AuthenticationApiAPIGetApplicationGet /authenticationApi/applications/{id}Find Authentication API Application by ID.
AuthenticationApiAPIGetAuthenticationApiApplicationsGet /authenticationApi/applicationsGet the collection of Authentication API Applications.
AuthenticationApiAPIGetAuthenticationApiSettingsGet /authenticationApi/settingsGet the Authentication API settings.
AuthenticationApiAPIUpdateApplicationPut /authenticationApi/applications/{id}Update an Authentication API Application.
AuthenticationApiAPIUpdateAuthenticationApiSettingsPut /authenticationApi/settingsSet the Authentication API settings.
AuthenticationPoliciesAPICreateFragmentPost /authenticationPolicies/fragmentsCreate an authentication policy fragment.
AuthenticationPoliciesAPICreatePolicyPost /authenticationPolicies/policyCreate a new authentication policy.
AuthenticationPoliciesAPIDeleteFragmentDelete /authenticationPolicies/fragments/{id}Delete an authentication policy fragment.
AuthenticationPoliciesAPIDeletePolicyDelete /authenticationPolicies/policy/{id}Delete an authentication policy.
AuthenticationPoliciesAPIGetAuthenticationPolicySettingsGet /authenticationPolicies/settingsGet the authentication policies settings.
AuthenticationPoliciesAPIGetDefaultAuthenticationPolicyGet /authenticationPolicies/defaultGet the default configured authentication policy.
AuthenticationPoliciesAPIGetFragmentGet /authenticationPolicies/fragments/{id}Get an authentication policy fragment by ID.
AuthenticationPoliciesAPIGetFragmentsGet /authenticationPolicies/fragmentsGet all of the authentication policies fragments.
AuthenticationPoliciesAPIGetPolicyGet /authenticationPolicies/policy/{id}Get an authentication policy by ID.
AuthenticationPoliciesAPIMovePolicyPost /authenticationPolicies/policy/{id}/moveMove an authentication policy to a location within the policy tree.
AuthenticationPoliciesAPIUpdateAuthenticationPolicySettingsPut /authenticationPolicies/settingsSet the authentication policies settings.
AuthenticationPoliciesAPIUpdateDefaultAuthenticationPolicyPut /authenticationPolicies/defaultSet the default authentication policy.
AuthenticationPoliciesAPIUpdateFragmentPut /authenticationPolicies/fragments/{id}Update an authentication policy fragment.
AuthenticationPoliciesAPIUpdatePolicyPut /authenticationPolicies/policy/{id}Update an authentication policy.
AuthenticationPolicyContractsAPICreateAuthenticationPolicyContractPost /authenticationPolicyContractsCreate a new Authentication Policy Contract.
AuthenticationPolicyContractsAPIDeleteAuthenticationPolicyContractDelete /authenticationPolicyContracts/{id}Delete an Authentication Policy Contract.
AuthenticationPolicyContractsAPIGetAuthenticationPolicyContractGet /authenticationPolicyContracts/{id}Gets the Authentication Policy Contract by ID.
AuthenticationPolicyContractsAPIGetAuthenticationPolicyContractsGet /authenticationPolicyContractsGets the Authentication Policy Contracts.
AuthenticationPolicyContractsAPIUpdateAuthenticationPolicyContractPut /authenticationPolicyContracts/{id}Update an Authentication Policy Contract by ID.
AuthenticationSelectorsAPICreateAuthenticationSelectorPost /authenticationSelectorsCreate a new authentication selector instance.
AuthenticationSelectorsAPIDeleteAuthenticationSelectorDelete /authenticationSelectors/{id}Delete an Authentication Selector instance.
AuthenticationSelectorsAPIGetAuthenticationSelectorGet /authenticationSelectors/{id}Get an Authentication Selector instance by ID.
AuthenticationSelectorsAPIGetAuthenticationSelectorDescriptorsGet /authenticationSelectors/descriptorsGet the list of available Authentication Selector descriptors.
AuthenticationSelectorsAPIGetAuthenticationSelectorDescriptorsByIdGet /authenticationSelectors/descriptors/{id}Get the description of an Authentication Selector plugin by ID.
AuthenticationSelectorsAPIGetAuthenticationSelectorsGet /authenticationSelectorsGet the list of configured Authentication Selector instances.
AuthenticationSelectorsAPIUpdateAuthenticationSelectorPut /authenticationSelectors/{id}Update an authentication selector instance.
BulkAPIExportConfigurationGet /bulk/exportExport all API resources to a JSON file.
BulkAPIImportConfigurationPost /bulk/importImport configuration for a PingFederate deployment from a JSON file.
CaptchaProvidersAPICreateCaptchaProviderPost /captchaProvidersCreate a CAPTCHA provider plugin instance.
CaptchaProvidersAPIDeleteCaptchaProviderDelete /captchaProviders/{id}Delete a CAPTCHA provider plugin instance.
CaptchaProvidersAPIGetCaptchaProviderGet /captchaProviders/{id}Get a specific CAPTCHA provider plugin instance.
CaptchaProvidersAPIGetCaptchaProviderPluginDescriptorGet /captchaProviders/descriptors/{id}Get a CAPTCHA provider plugin descriptor.
CaptchaProvidersAPIGetCaptchaProviderPluginDescriptorsGet /captchaProviders/descriptorsGet a list of available CAPTCHA provider plugin descriptors.
CaptchaProvidersAPIGetCaptchaProvidersGet /captchaProvidersGet a list of CAPTCHA provider plugin instances.
CaptchaProvidersAPIGetCaptchaProvidersSettingsGet /captchaProviders/settingsGet general CAPTCHA providers settings.
CaptchaProvidersAPIUpdateCaptchaProviderPut /captchaProviders/{id}Update a CAPTCHA provider plugin instance.
CaptchaProvidersAPIUpdateCaptchaProvidersSettingsPut /captchaProviders/settingsUpdate general CAPTCHA providers settings.
CertificatesCaAPIDeleteTrustedCADelete /certificates/ca/{id}Delete a trusted certificate authority.
CertificatesCaAPIExportCaCertificateFileGet /certificates/ca/{id}/fileDownload the certificate from a given trusted certificate authority.
CertificatesCaAPIGetTrustedCAsGet /certificates/caGet list of trusted certificate authorities.
CertificatesCaAPIGetTrustedCertGet /certificates/ca/{id}Retrieve details of a trusted certificate authority.
CertificatesCaAPIImportTrustedCAPost /certificates/ca/importImport a new trusted certificate authority.
CertificatesGroupsAPIDeleteCertificateFromGroupDelete /certificates/groups/{groupName}/{id}Delete a certificate from a group.
CertificatesGroupsAPIGetCertificateFromGroupGet /certificates/groups/{groupName}/{id}Retrieve details of a certificate.
CertificatesGroupsAPIGetCertificatesForGroupGet /certificates/groups/{groupName}Get list of all certificates for a group.
CertificatesGroupsAPIImportFeatureCertPost /certificates/groups/{groupName}/importImport a new certificate to a group.
CertificatesRevocationAPIDeleteOcspCertificateByIdDelete /certificates/revocation/ocspCertificates/{id}Delete an OCSP responder signature verification certificate by ID.
CertificatesRevocationAPIGetOcspCertificateByIdGet /certificates/revocation/ocspCertificates/{id}Get an OCSP responder signature verification certificate by ID.
CertificatesRevocationAPIGetOcspCertificatesGet /certificates/revocation/ocspCertificatesGet the list of available OCSP responder signature verification certificates.
CertificatesRevocationAPIGetRevocationSettingsGet /certificates/revocation/settingsGet certificate revocation settings.
CertificatesRevocationAPIImportOcspCertificatePost /certificates/revocation/ocspCertificatesImport an OCSP responder signature verification certificate.
CertificatesRevocationAPIUpdateRevocationSettingsPut /certificates/revocation/settingsUpdate certificate revocation settings.
ClusterAPIGetClusterAdminNodeStatusGet /cluster/adminNode/statusGet this administrative console's role and synchronization status.
ClusterAPIGetClusterSettingsGet /cluster/settingsGet the cluster configuration settings.
ClusterAPIGetClusterStatusGet /cluster/statusGet information on the current status of the cluster.
ClusterAPIStartReplicationPost /cluster/replicateReplicate configuration updates to all nodes in the cluster.
ClusterAPIUpdateClusterAdminNodeRolePost /cluster/adminNode/role/activeUpdate this administrative console node's role to active. Possibly responds with warnings related to the update process.
ClusterAPIUpdateClusterSettingsPut /cluster/settingsUpdate the cluster configuration settings.
ConfigArchiveAPIExportConfigArchiveGet /configArchive/exportExport a configuration archive.
ConfigArchiveAPIImportConfigArchivePost /configArchive/importImport a configuration archive.
ConfigStoreAPIDeleteConfigStoreSettingDelete /configStore/{bundle}/{id}Delete a setting.
ConfigStoreAPIGetConfigStoreSettingGet /configStore/{bundle}/{id}Get a single setting from a bundle.
ConfigStoreAPIGetConfigStoreSettingsGet /configStore/{bundle}Get all settings from a bundle.
ConfigStoreAPIUpdateConfigStoreSettingPut /configStore/{bundle}/{id}Create or update a setting/bundle.
ConfigurationEncryptionKeysAPIGetConfigurationEncryptionKeysGet /configurationEncryptionKeysGet the list of Configuration Encryption Keys.
ConfigurationEncryptionKeysAPIRotateConfigurationEncryptionKeyPost /configurationEncryptionKeys/rotateRotate the current Configuration Encryption Key.
ConnectionMetadataAPIConvertPost /connectionMetadata/convertConvert a partner's SAML metadata into a JSON representation.
ConnectionMetadataAPIExportPost /connectionMetadata/exportExport a connection's SAML metadata that can be given to a partner.
DataStoresAPICreateDataStorePost /dataStoresCreate a new data store.
DataStoresAPIDeleteDataStoreDelete /dataStores/{id}Delete a data store.
DataStoresAPIGetCustomDataStoreDescriptorGet /dataStores/descriptors/{id}Get the description of a custom data store plugin by ID.
DataStoresAPIGetCustomDataStoreDescriptorsGet /dataStores/descriptorsGet the list of available custom data store descriptors.
DataStoresAPIGetDataStoreGet /dataStores/{id}Find data store by ID.
DataStoresAPIGetDataStoresGet /dataStoresGet list of all data stores.
DataStoresAPIGetDataStoresActionByIdGet /dataStores/{id}/actions/{actionId}Find a data store instance's action by ID.
DataStoresAPIGetDataStoresActionsGet /dataStores/{id}/actionsList the actions for a data store instance.
DataStoresAPIInvokeActionWithOptionsPost /dataStores/{id}/actions/{actionId}/invokeActionInvokes an action for a data source instance.
DataStoresAPIUpdateDataStorePut /dataStores/{id}Update a data store.
ExtendedPropertiesAPIGetExtendedPropertiesGet /extendedPropertiesGet the defined Extended Properties.
ExtendedPropertiesAPIUpdateExtendedPropertiesPut /extendedPropertiesUpdate the Extended Properties.
IdentityStoreProvisionersAPICreateIdentityStoreProvisionerPost /identityStoreProvisionersCreate a new identity store provisioner instance.
IdentityStoreProvisionersAPIDeleteIdentityStoreProvisionerDelete /identityStoreProvisioners/{id}Delete an identity store provisioner instance
IdentityStoreProvisionersAPIGetIdentityStoreProvisionerGet /identityStoreProvisioners/{id}Get an identity store provisioner by ID.
IdentityStoreProvisionersAPIGetIdentityStoreProvisionerDescriptorByIdGet /identityStoreProvisioners/descriptors/{id}Get the descriptor of an identity store provisioner by ID.
IdentityStoreProvisionersAPIGetIdentityStoreProvisionerDescriptorsGet /identityStoreProvisioners/descriptorsGet the list of available identity store provisioner descriptors.
IdentityStoreProvisionersAPIGetIdentityStoreProvisionersGet /identityStoreProvisionersGet the list of configured identity store provisioner instances.
IdentityStoreProvisionersAPIUpdateIdentityStoreProvisionerPut /identityStoreProvisioners/{id}Update an identity store provisioner instance
IdpAdaptersAPICreateIdpAdapterPost /idp/adaptersCreate a new IdP adapter instance.
IdpAdaptersAPIDeleteIdpAdapterDelete /idp/adapters/{id}Delete an IdP adapter instance.
IdpAdaptersAPIGetIdpAdapterGet /idp/adapters/{id}Find an IdP adapter instance by ID.
IdpAdaptersAPIGetIdpAdapterDescriptorsGet /idp/adapters/descriptorsGet the list of available IdP adapter descriptors.
IdpAdaptersAPIGetIdpAdapterDescriptorsByIdGet /idp/adapters/descriptors/{id}Get the description of an IdP adapter plugin by ID.
IdpAdaptersAPIGetIdpAdaptersGet /idp/adaptersGet the list of configured IdP adapter instances.
IdpAdaptersAPIGetIdpAdaptersActionByIdGet /idp/adapters/{id}/actions/{actionId}Find an IdP adapter instance's action by ID.
IdpAdaptersAPIGetIdpAdaptersActionsGet /idp/adapters/{id}/actionsList the actions for an IdP adapter instance.
IdpAdaptersAPIInvokeIdpAdaptersActionWithOptionsPost /idp/adapters/{id}/actions/{actionId}/invokeActionInvokes an action for an IdP adapter instance.
IdpAdaptersAPIUpdateIdpAdapterPut /idp/adapters/{id}Update an IdP adapter instance.
IdpConnectorsAPIGetIdpConnectorDescriptorByIdGet /idp/connectors/descriptors/{id}Get the list of available connector descriptors.
IdpConnectorsAPIGetIdpConnectorDescriptorsGet /idp/connectors/descriptorsGet the list of available IdP connector descriptors.
IdpDefaultUrlsAPIGetDefaultUrlGet /idp/defaultUrlsGets the IDP Default URL settings.
IdpDefaultUrlsAPIUpdateDefaultUrlSettingsPut /idp/defaultUrlsUpdate the IDP Default URL settings.
IdpSpConnectionsAPIAddSpConnectionCertPost /idp/spConnections/{id}/credentials/certsAdd a new SP connection certificate.
IdpSpConnectionsAPICreateSpConnectionPost /idp/spConnectionsCreate a new SP connection.
IdpSpConnectionsAPIDeleteSpConnectionDelete /idp/spConnections/{id}Delete an SP connection.
IdpSpConnectionsAPIGetDecryptionKeysGet /idp/spConnections/{id}/credentials/decryptionKeysGet the decryption keys of an SP connection.
IdpSpConnectionsAPIGetSpConnectionGet /idp/spConnections/{id}Find SP connection by ID.
IdpSpConnectionsAPIGetSpConnectionCertsGet /idp/spConnections/{id}/credentials/certsGet the SP connection's certificates.
IdpSpConnectionsAPIGetSpConnectionsGet /idp/spConnectionsGet list of SP connections.
IdpSpConnectionsAPIGetSpSigningSettingsGet /idp/spConnections/{id}/credentials/signingSettingsGet the SP connection's signature settings.
IdpSpConnectionsAPIUpdateDecryptionKeysPut /idp/spConnections/{id}/credentials/decryptionKeysUpdating the SP connection's decryption keys.
IdpSpConnectionsAPIUpdateSpConnectionPut /idp/spConnections/{id}Update an SP connection.
IdpSpConnectionsAPIUpdateSpConnectionCertsPut /idp/spConnections/{id}/credentials/certsUpdate the SP connection's certificates.
IdpSpConnectionsAPIUpdateSpSigningSettingsPut /idp/spConnections/{id}/credentials/signingSettingsUpdate the SP connection's signature settings.
IdpStsRequestParametersContractsAPICreateStsRequestParamContractPost /idp/stsRequestParametersContractsCreate a new STS Request Parameters Contract.
IdpStsRequestParametersContractsAPIDeleteStsRequestParamContractByIdDelete /idp/stsRequestParametersContracts/{id}Delete a STS Request Parameters Contract.
IdpStsRequestParametersContractsAPIGetStsRequestParamContractByIdGet /idp/stsRequestParametersContracts/{id}Get a STS Request Parameters Contract.
IdpStsRequestParametersContractsAPIGetStsRequestParamContractsGet /idp/stsRequestParametersContractsGet the list of STS Request Parameters Contracts.
IdpStsRequestParametersContractsAPIUpdateStsRequestParamContractByIdPut /idp/stsRequestParametersContracts/{id}Update a STS Request Parameters Contract.
IdpToSpAdapterMappingAPICreateIdpToSpAdapterMappingPost /idpToSpAdapterMappingCreate a new IdP-to-SP Adapter mapping.
IdpToSpAdapterMappingAPIDeleteIdpToSpAdapterMappingsByIdDelete /idpToSpAdapterMapping/{id}Delete an Adapter to Adapter Mapping.
IdpToSpAdapterMappingAPIGetIdpToSpAdapterMappingsGet /idpToSpAdapterMappingGet list of IdP-to-SP Adapter Mappings.
IdpToSpAdapterMappingAPIGetIdpToSpAdapterMappingsByIdGet /idpToSpAdapterMapping/{id}Get an IdP-to-SP Adapter Mapping.
IdpToSpAdapterMappingAPIUpdateIdpToSpAdapterMappingPut /idpToSpAdapterMapping/{id}Update the specified IdP-to-SP Adapter mapping.
IdpTokenProcessorsAPICreateTokenProcessorPost /idp/tokenProcessorsCreate a new token processor instance.
IdpTokenProcessorsAPIDeleteTokenProcessorDelete /idp/tokenProcessors/{id}Delete a token processor instance.
IdpTokenProcessorsAPIGetTokenProcessorGet /idp/tokenProcessors/{id}Find a token processor instance by ID.
IdpTokenProcessorsAPIGetTokenProcessorDescriptorsGet /idp/tokenProcessors/descriptorsGet the list of available token processors.
IdpTokenProcessorsAPIGetTokenProcessorDescriptorsByIdGet /idp/tokenProcessors/descriptors/{id}Get the description of a token processor plugin by ID.
IdpTokenProcessorsAPIGetTokenProcessorsGet /idp/tokenProcessorsGet the list of token processor instances.
IdpTokenProcessorsAPIUpdateTokenProcessorPut /idp/tokenProcessors/{id}Update a token processor instance.
IncomingProxySettingsAPIGetIncomingProxySettingsGet /incomingProxySettingsGet incoming proxy settings.
IncomingProxySettingsAPIUpdateIncomingProxySettingsPut /incomingProxySettingsUpdate incoming proxy settings.
KerberosRealmsAPICreateKerberosRealmPost /kerberos/realmsCreate a new Kerberos Realm.
KerberosRealmsAPIDeleteKerberosRealmDelete /kerberos/realms/{id}Delete a Kerberos Realm.
KerberosRealmsAPIGetKerberosRealmGet /kerberos/realms/{id}Find a Kerberos Realm by ID.
KerberosRealmsAPIGetKerberosRealmSettingsGet /kerberos/realms/settingsGets the Kerberos Realms Settings.
KerberosRealmsAPIGetKerberosRealmsGet /kerberos/realmsGets the Kerberos Realms.
KerberosRealmsAPIUpdateKerberosRealmPut /kerberos/realms/{id}Update a Kerberos Realm by ID.
KerberosRealmsAPIUpdateKerberosRealmSettingsPut /kerberos/realms/settingsSet/Update the Kerberos Realms Settings.
KeyPairsAPIGetKeyAlgorithmsGet /keyPairs/keyAlgorithmsGet list of the key algorithms supported for key pair generation.
KeyPairsOauthOpenIdConnectAPICreateKeySetPost /keyPairs/oauthOpenIdConnect/additionalKeySetsCreate a new OAuth/OpenID Connect additional signing key set.
KeyPairsOauthOpenIdConnectAPIDeleteKeySetDelete /keyPairs/oauthOpenIdConnect/additionalKeySets/{id}Delete an existing OAuth/OpenID Connect additional signing key set.
KeyPairsOauthOpenIdConnectAPIGetKeySetGet /keyPairs/oauthOpenIdConnect/additionalKeySets/{id}Retrieve an OAuth/OpenID Connect additional signing key set.
KeyPairsOauthOpenIdConnectAPIGetKeySetsGet /keyPairs/oauthOpenIdConnect/additionalKeySetsRetrieve OAuth/OpenID Connect additional signing key sets.
KeyPairsOauthOpenIdConnectAPIGetOauthOidcKeysSettingsGet /keyPairs/oauthOpenIdConnectRetrieve OAuth/OpenID Connect key settings.
KeyPairsOauthOpenIdConnectAPIUpdateKeySetPut /keyPairs/oauthOpenIdConnect/additionalKeySets/{id}Update an existing OAuth/OpenID Connect additional signing key set.
KeyPairsOauthOpenIdConnectAPIUpdateOAuthOidcKeysSettingsPut /keyPairs/oauthOpenIdConnectUpdate OAuth/OpenID Connect key settings.
KeyPairsSigningAPICreateSigningKeyPairPost /keyPairs/signing/generateGenerate a new key pair.
KeyPairsSigningAPIDeleteKeyPairRotationSettingsDelete /keyPairs/signing/{id}/rotationSettingsDelete rotation settings for a signing key pair.
KeyPairsSigningAPIDeleteSigningKeyPairDelete /keyPairs/signing/{id}Delete a key pair.
KeyPairsSigningAPIExportCertificateFileGet /keyPairs/signing/{id}/certificateDownload the certificate from a given key pair.
KeyPairsSigningAPIExportCsrGet /keyPairs/signing/{id}/csrGenerate a new certificate signing request (CSR) for this key pair.
KeyPairsSigningAPIExportPEMFilePost /keyPairs/signing/{id}/pemDownload the key pair in PEM format.
KeyPairsSigningAPIExportPKCS12FilePost /keyPairs/signing/{id}/pkcs12Download the key pair in PKCS12 format.
KeyPairsSigningAPIGetRotationSettingsGet /keyPairs/signing/{id}/rotationSettingsRetrieve details of rotation settings for a key pair.
KeyPairsSigningAPIGetSigningKeyPairGet /keyPairs/signing/{id}Retrieve details of a key pair.
KeyPairsSigningAPIGetSigningKeyPairsGet /keyPairs/signingGet list of key pairs.
KeyPairsSigningAPIImportCsrResponsePost /keyPairs/signing/{id}/csrImport a CSR response for this key pair.
KeyPairsSigningAPIImportSigningKeyPairPost /keyPairs/signing/importImport a new key pair.
KeyPairsSigningAPIUpdateRotationSettingsPut /keyPairs/signing/{id}/rotationSettingsAdd rotation settings to a key pair
KeyPairsSslClientAPICreateSslClientKeyPairPost /keyPairs/sslClient/generateGenerate a new key pair.
KeyPairsSslClientAPIDeleteSslClientKeyPairDelete /keyPairs/sslClient/{id}Delete a key pair.
KeyPairsSslClientAPIExportSslClientCertificateFileGet /keyPairs/sslClient/{id}/certificateDownload the certificate from a given key pair.
KeyPairsSslClientAPIExportSslClientCsrGet /keyPairs/sslClient/{id}/csrGenerate a new certificate signing request (CSR) for this key pair.
KeyPairsSslClientAPIExportSslClientPEMFilePost /keyPairs/sslClient/{id}/pemDownload the key pair in PEM format.
KeyPairsSslClientAPIExportSslClientPKCS12FilePost /keyPairs/sslClient/{id}/pkcs12Download the key pair in PKCS12 format.
KeyPairsSslClientAPIGetSslClientKeyPairGet /keyPairs/sslClient/{id}Retrieve details of a key pair.
KeyPairsSslClientAPIGetSslClientKeyPairsGet /keyPairs/sslClientGet list of key pairs.
KeyPairsSslClientAPIImportSslClientCsrResponsePost /keyPairs/sslClient/{id}/csrImport a CSR response for this key pair.
KeyPairsSslClientAPIImportSslClientKeyPairPost /keyPairs/sslClient/importImport a new key pair.
KeyPairsSslServerAPICreateSslServerKeyPairPost /keyPairs/sslServer/generateGenerate a new key pair.
KeyPairsSslServerAPIDeleteSslServerKeyPairDelete /keyPairs/sslServer/{id}Delete a key pair.
KeyPairsSslServerAPIExportSslServerCertificateFileGet /keyPairs/sslServer/{id}/certificateDownload the certificate from a given key pair.
KeyPairsSslServerAPIExportSslServerCsrGet /keyPairs/sslServer/{id}/csrGenerate a new certificate signing request (CSR) for this key pair.
KeyPairsSslServerAPIExportSslServerPEMFilePost /keyPairs/sslServer/{id}/pemDownload the key pair in PEM format.
KeyPairsSslServerAPIExportSslServerPKCS12FilePost /keyPairs/sslServer/{id}/pkcs12Download the key pair in PKCS12 format.
KeyPairsSslServerAPIGetSslServerKeyPairGet /keyPairs/sslServer/{id}Retrieve details of a key pair.
KeyPairsSslServerAPIGetSslServerKeyPairsGet /keyPairs/sslServerGet list of key pairs.
KeyPairsSslServerAPIGetSslServerSettingsGet /keyPairs/sslServer/settingsGet the SSL Server Certificate Settings.
KeyPairsSslServerAPIImportSslServerCsrResponsePost /keyPairs/sslServer/{id}/csrImport a CSR response for this key pair.
KeyPairsSslServerAPIImportSslServerKeyPairPost /keyPairs/sslServer/importImport a new key pair.
KeyPairsSslServerAPIUpdateSslServerSettingsPut /keyPairs/sslServer/settingsUpdate the SSL Server Certificate Settings.
LicenseAPIGetLicenseGet /licenseGet a license summary.
LicenseAPIGetLicenseAgreementGet /license/agreementGet license agreement link.
LicenseAPIUpdateLicensePut /licenseImport a license.
LicenseAPIUpdateLicenseAgreementPut /license/agreementAccept license agreement.
LocalIdentityIdentityProfilesAPICreateIdentityProfilePost /localIdentity/identityProfilesCreate a new local identity profile.
LocalIdentityIdentityProfilesAPIDeleteIdentityProfileDelete /localIdentity/identityProfiles/{id}Delete the local identity profile by ID.
LocalIdentityIdentityProfilesAPIGetIdentityProfileGet /localIdentity/identityProfiles/{id}Get the local identity profile by ID.
LocalIdentityIdentityProfilesAPIGetIdentityProfilesGet /localIdentity/identityProfilesGet the list of configured local identity profiles.
LocalIdentityIdentityProfilesAPIUpdateIdentityProfilePut /localIdentity/identityProfiles/{id}Update the local identity profile by ID.
MetadataUrlsAPIAddMetadataUrlPost /metadataUrlsAdd a new Metadata URL.
MetadataUrlsAPIDeleteMetadataUrlDelete /metadataUrls/{id}Delete a Metadata URL by ID.
MetadataUrlsAPIGetMetadataUrlGet /metadataUrls/{id}Get a Metadata URL by ID.
MetadataUrlsAPIGetMetadataUrlsGet /metadataUrlsGet a list of Metadata URLs
MetadataUrlsAPIUpdateMetadataUrlPut /metadataUrls/{id}Update a Metadata URL by ID.
NotificationPublishersAPICreateNotificationPublisherPost /notificationPublishersCreate a notification publisher plugin instance.
NotificationPublishersAPIDeleteNotificationPublisherDelete /notificationPublishers/{id}Delete a notification publisher plugin instance.
NotificationPublishersAPIGetNotificationPublisherGet /notificationPublishers/{id}Get a specific notification publisher plugin instance.
NotificationPublishersAPIGetNotificationPublisherActionsGet /notificationPublishers/{id}/actionsList the actions for a notification publisher plugin instance.
NotificationPublishersAPIGetNotificationPublisherPluginDescriptorGet /notificationPublishers/descriptors/{id}Get the description of a notification publisher plugin descriptor.
NotificationPublishersAPIGetNotificationPublisherPluginDescriptorsGet /notificationPublishers/descriptorsGet the list of available Notification Publisher Plugin descriptors.
NotificationPublishersAPIGetNotificationPublishersGet /notificationPublishersGet a list of notification publisher plugin instances.
NotificationPublishersAPIGetNotificationPublishersActionGet /notificationPublishers/{id}/actions/{actionId}Find an notification publisher plugin instance's action by ID.
NotificationPublishersAPIGetNotificationPublishersSettingsGet /notificationPublishers/settingsGet general notification publisher settings.
NotificationPublishersAPIInvokeNotificationPublishersActionWithOptionsPost /notificationPublishers/{id}/actions/{actionId}/invokeActionInvokes an action for notification publisher plugin instance.
NotificationPublishersAPIUpdateNotificationPublisherPut /notificationPublishers/{id}Update a notification publisher plugin instance.
NotificationPublishersAPIUpdateNotificationPublishersSettingsPut /notificationPublishers/settingsUpdate general notification publisher settings.
OauthAccessTokenManagersAPICreateTokenManagerPost /oauth/accessTokenManagersCreate a token management plugin instance.
OauthAccessTokenManagersAPIDeleteTokenManagerDelete /oauth/accessTokenManagers/{id}Delete a token management plugin instance.
OauthAccessTokenManagersAPIGetOauthAccessTokenManagersSettingsGet /oauth/accessTokenManagers/settingsGet general access token management settings.
OauthAccessTokenManagersAPIGetTokenManagerGet /oauth/accessTokenManagers/{id}Get a specific token management plugin instance.
OauthAccessTokenManagersAPIGetTokenManagerDescriptorGet /oauth/accessTokenManagers/descriptors/{id}Get the description of a token management plugin descriptor.
OauthAccessTokenManagersAPIGetTokenManagerDescriptorsGet /oauth/accessTokenManagers/descriptorsGet the list of available token management plugin descriptors.
OauthAccessTokenManagersAPIGetTokenManagersGet /oauth/accessTokenManagersGet a list of all token management plugin instances.
OauthAccessTokenManagersAPIUpdateOauthAccessTokenManagersSettingsPut /oauth/accessTokenManagers/settingsUpdate general access token management settings.
OauthAccessTokenManagersAPIUpdateTokenManagerPut /oauth/accessTokenManagers/{id}Update a token management plugin instance.
OauthAccessTokenMappingsAPICreateMappingPost /oauth/accessTokenMappingsCreate a new Access Token Mapping.
OauthAccessTokenMappingsAPIDeleteMappingDelete /oauth/accessTokenMappings/{id}Delete an Access Token Mapping.
OauthAccessTokenMappingsAPIGetMappingGet /oauth/accessTokenMappings/{id}Find the Access Token Mapping by its ID.
OauthAccessTokenMappingsAPIGetMappingsGet /oauth/accessTokenMappingsGet the list of Access Token Mappings.
OauthAccessTokenMappingsAPIUpdateMappingPut /oauth/accessTokenMappings/{id}Update an Access Token Mapping.
OauthAuthServerSettingsAPIAddCommonScopePost /oauth/authServerSettings/scopes/commonScopesAdd a new common scope.
OauthAuthServerSettingsAPIAddCommonScopeGroupPost /oauth/authServerSettings/scopes/commonScopeGroupsCreate a new common scope group.
OauthAuthServerSettingsAPIAddExclusiveScopePost /oauth/authServerSettings/scopes/exclusiveScopesAdd a new exclusive scope.
OauthAuthServerSettingsAPIAddExclusiveScopeGroupPost /oauth/authServerSettings/scopes/exclusiveScopeGroupsCreate a new exclusive scope group.
OauthAuthServerSettingsAPIGetAuthorizationServerSettingsGet /oauth/authServerSettingsGet the Authorization Server Settings.
OauthAuthServerSettingsAPIGetCommonScopeGet /oauth/authServerSettings/scopes/commonScopes/{name}Get an existing common scope.
OauthAuthServerSettingsAPIGetCommonScopeGroupGet /oauth/authServerSettings/scopes/commonScopeGroups/{name}Get an existing common scope group.
OauthAuthServerSettingsAPIGetCommonScopeGroupsGet /oauth/authServerSettings/scopes/commonScopeGroupsGet the common scope groups.
OauthAuthServerSettingsAPIGetCommonScopesGet /oauth/authServerSettings/scopes/commonScopesGet the common scopes.
OauthAuthServerSettingsAPIGetExclusiveScopeGet /oauth/authServerSettings/scopes/exclusiveScopes/{name}Get an existing exclusive scope.
OauthAuthServerSettingsAPIGetExclusiveScopeGroupGet /oauth/authServerSettings/scopes/exclusiveScopeGroups/{name}Get an existing exclusive scope group.
OauthAuthServerSettingsAPIGetExclusiveScopeGroupsGet /oauth/authServerSettings/scopes/exclusiveScopeGroupsGet the exclusive scope groups.
OauthAuthServerSettingsAPIGetExclusiveScopesGet /oauth/authServerSettings/scopes/exclusiveScopesGet the exclusive scopes.
OauthAuthServerSettingsAPIRemoveCommonScopeDelete /oauth/authServerSettings/scopes/commonScopes/{name}Remove an existing common scope.
OauthAuthServerSettingsAPIRemoveCommonScopeGroupDelete /oauth/authServerSettings/scopes/commonScopeGroups/{name}Remove an existing common scope group.
OauthAuthServerSettingsAPIRemoveExclusiveScopeDelete /oauth/authServerSettings/scopes/exclusiveScopes/{name}Remove an existing exclusive scope.
OauthAuthServerSettingsAPIRemoveExclusiveScopeGroupDelete /oauth/authServerSettings/scopes/exclusiveScopeGroups/{name}Remove an existing exclusive scope group.
OauthAuthServerSettingsAPIUpdateAuthorizationServerSettingsPut /oauth/authServerSettingsUpdate the Authorization Server Settings.
OauthAuthServerSettingsAPIUpdateCommonScopePut /oauth/authServerSettings/scopes/commonScopes/{name}Update an existing common scope.
OauthAuthServerSettingsAPIUpdateCommonScopeGroupPut /oauth/authServerSettings/scopes/commonScopeGroups/{name}Update an existing common scope group.
OauthAuthServerSettingsAPIUpdateExclusiveScopePut /oauth/authServerSettings/scopes/exclusiveScopes/{name}Update an existing exclusive scope.
OauthAuthServerSettingsAPIUpdateExclusiveScopeGroupsPut /oauth/authServerSettings/scopes/exclusiveScopeGroups/{name}Update an existing exclusive scope group.
OauthAuthenticationPolicyContractMappingsAPICreateApcMappingPost /oauth/authenticationPolicyContractMappingsCreate a new authentication policy contract to persistent grant mapping.
OauthAuthenticationPolicyContractMappingsAPIDeleteApcMappingDelete /oauth/authenticationPolicyContractMappings/{id}Delete an authentication policy contract to persistent grant mapping.
OauthAuthenticationPolicyContractMappingsAPIGetApcMappingGet /oauth/authenticationPolicyContractMappings/{id}Find the authentication policy contract to persistent grant mapping by ID.
OauthAuthenticationPolicyContractMappingsAPIGetApcMappingsGet /oauth/authenticationPolicyContractMappingsGet the list of authentication policy contract to persistent grant mappings.
OauthAuthenticationPolicyContractMappingsAPIUpdateApcMappingPut /oauth/authenticationPolicyContractMappings/{id}Update an authentication policy contract to persistent grant mapping.
OauthAuthorizationDetailProcessorsAPICreateAuthorizationDetailProcessorPost /oauth/authorizationDetailProcessorsCreate an authorization detail processor plugin instance.
OauthAuthorizationDetailProcessorsAPIDeleteAuthorizationDetailProcessorDelete /oauth/authorizationDetailProcessors/{id}Delete an authorization detail processor plugin instance.
OauthAuthorizationDetailProcessorsAPIGetAuthorizationDetailProcessorGet /oauth/authorizationDetailProcessors/{id}Get a specific authorization detail processor plugin instance.
OauthAuthorizationDetailProcessorsAPIGetAuthorizationDetailProcessorPluginDescriptorGet /oauth/authorizationDetailProcessors/descriptors/{id}Get an authorization detail processor plugin descriptor.
OauthAuthorizationDetailProcessorsAPIGetAuthorizationDetailProcessorPluginDescriptorsGet /oauth/authorizationDetailProcessors/descriptorsGet a list of available authorization detail processor plugin descriptors.
OauthAuthorizationDetailProcessorsAPIGetAuthorizationDetailProcessorsGet /oauth/authorizationDetailProcessorsGet a list of authorization detail processor plugin instances.
OauthAuthorizationDetailProcessorsAPIUpdateAuthorizationDetailProcessorPut /oauth/authorizationDetailProcessors/{id}Update an authorization detail processor plugin instance.
OauthAuthorizationDetailTypesAPIAddAuthorizationDetailTypePost /oauth/authorizationDetailTypesCreate a new authorization detail type.
OauthAuthorizationDetailTypesAPIDeleteAuthorizationDetailTypeDelete /oauth/authorizationDetailTypes/{id}Delete an authorization detail type.
OauthAuthorizationDetailTypesAPIGetAuthorizationDetailTypeByIdGet /oauth/authorizationDetailTypes/{id}Get an authorization detail type.
OauthAuthorizationDetailTypesAPIGetAuthorizationDetailTypesGet /oauth/authorizationDetailTypesGet the list of authorization detail types.
OauthAuthorizationDetailTypesAPIUpdateAuthorizationDetailTypePut /oauth/authorizationDetailTypes/{id}Update an authorization detail type.
OauthCibaServerPolicyAPICreateCibaServerPolicyPost /oauth/cibaServerPolicy/requestPoliciesCreate a new request policy.
OauthCibaServerPolicyAPIDeleteCibaServerPolicyDelete /oauth/cibaServerPolicy/requestPolicies/{id}Delete a request policy.
OauthCibaServerPolicyAPIGetCibaServerPoliciesGet /oauth/cibaServerPolicy/requestPoliciesGet list of request policies.
OauthCibaServerPolicyAPIGetCibaServerPolicyByIdGet /oauth/cibaServerPolicy/requestPolicies/{id}Find request policy by ID.
OauthCibaServerPolicyAPIGetCibaServerPolicySettingsGet /oauth/cibaServerPolicy/settingsGet general ciba server request policy settings.
OauthCibaServerPolicyAPIUpdateCibaServerPolicyPut /oauth/cibaServerPolicy/requestPolicies/{id}Update a request policy.
OauthCibaServerPolicyAPIUpdateCibaServerPolicySettingsPut /oauth/cibaServerPolicy/settingsUpdate general ciba server request policy settings.
OauthClientRegistrationPoliciesAPICreateDynamicClientRegistrationPolicyPost /oauth/clientRegistrationPoliciesCreate a client registration policy plugin instance.
OauthClientRegistrationPoliciesAPIDeleteDynamicClientRegistrationPolicyDelete /oauth/clientRegistrationPolicies/{id}Delete a client registration policy plugin instance.
OauthClientRegistrationPoliciesAPIGetDynamicClientRegistrationDescriptorGet /oauth/clientRegistrationPolicies/descriptors/{id}Get the description of a client registration policy plugin descriptor.
OauthClientRegistrationPoliciesAPIGetDynamicClientRegistrationDescriptorsGet /oauth/clientRegistrationPolicies/descriptorsGet the list of available client registration policy plugin descriptors.
OauthClientRegistrationPoliciesAPIGetDynamicClientRegistrationPoliciesGet /oauth/clientRegistrationPoliciesGet a list of client registration policy plugin instances.
OauthClientRegistrationPoliciesAPIGetDynamicClientRegistrationPolicyGet /oauth/clientRegistrationPolicies/{id}Get a specific client registration policy plugin instance.
OauthClientRegistrationPoliciesAPIUpdateDynamicClientRegistrationPolicyPut /oauth/clientRegistrationPolicies/{id}Update a client registration policy plugin instance.
OauthClientSettingsAPIGetOauthClientSettingsGet /oauth/clientSettingsConfigure the client settings.
OauthClientSettingsAPIUpdateOauthClientSettingsPut /oauth/clientSettingsUpdate the client settings.
OauthClientsAPICreateOauthClientPost /oauth/clientsCreate a new OAuth client.
OauthClientsAPIDeleteOauthClientDelete /oauth/clients/{id}Delete an OAuth client.
OauthClientsAPIGetOauthClientByIdGet /oauth/clients/{id}Find the OAuth client by ID.
OauthClientsAPIGetOauthClientSecretGet /oauth/clients/{id}/clientAuth/clientSecretGet the client secret of an existing OAuth client.
OauthClientsAPIGetOauthClientsGet /oauth/clientsGet the list of OAuth clients.
OauthClientsAPIUpdateOauthClientPut /oauth/clients/{id}Updates the OAuth client.
OauthClientsAPIUpdateOauthClientSecretPut /oauth/clients/{id}/clientAuth/clientSecretUpdate the client secret of an existing OAuth client.
OauthIdpAdapterMappingsAPICreateIdpAdapterMappingPost /oauth/idpAdapterMappingsCreate a new IdP adapter mapping.
OauthIdpAdapterMappingsAPIDeleteIdpAdapterMappingDelete /oauth/idpAdapterMappings/{id}Delete an IdP adapter mapping.
OauthIdpAdapterMappingsAPIGetIdpAdapterMappingGet /oauth/idpAdapterMappings/{id}Find the IdP adapter mapping by the ID.
OauthIdpAdapterMappingsAPIGetIdpAdapterMappingsGet /oauth/idpAdapterMappingsGet the list of IdP adapter mappings.
OauthIdpAdapterMappingsAPIUpdateIdpAdapterMappingPut /oauth/idpAdapterMappings/{id}Update an IdP adapter mapping.
OauthIssuersAPIAddOauthIssuerPost /oauth/issuersCreate a new virtual issuer.
OauthIssuersAPIDeleteOauthIssuerDelete /oauth/issuers/{id}Delete a virtual issuer.
OauthIssuersAPIGetOauthIssuerByIdGet /oauth/issuers/{id}Find a virtual issuer by ID.
OauthIssuersAPIGetOauthIssuersGet /oauth/issuersGet the list of virtual issuers.
OauthIssuersAPIUpdateOauthIssuerPut /oauth/issuers/{id}Update a virtual issuer.
OauthOpenIdConnectAPICreateOIDCPolicyPost /oauth/openIdConnect/policiesCreate a new OpenID Connect Policy.
OauthOpenIdConnectAPIDeleteOIDCPolicyDelete /oauth/openIdConnect/policies/{id}Delete an OpenID Connect Policy.
OauthOpenIdConnectAPIGetOIDCPoliciesGet /oauth/openIdConnect/policiesGet list of OpenID Connect Policies.
OauthOpenIdConnectAPIGetOIDCPolicyGet /oauth/openIdConnect/policies/{id}Find OpenID Connect Policy by ID.
OauthOpenIdConnectAPIGetOIDCSettingsGet /oauth/openIdConnect/settingsGet the OpenID Connect Settings.
OauthOpenIdConnectAPIUpdateOIDCPolicyPut /oauth/openIdConnect/policies/{id}Update an OpenID Connect Policy.
OauthOpenIdConnectAPIUpdateOIDCSettingsPut /oauth/openIdConnect/settingsSet the OpenID Connect Settings.
OauthOutOfBandAuthPluginsAPICreateOOBAuthenticatorPost /oauth/outOfBandAuthPluginsCreate an Out of Band authenticator plugin instance.
OauthOutOfBandAuthPluginsAPIDeleteOOBAuthenticatorDelete /oauth/outOfBandAuthPlugins/{id}Delete an Out of Band authenticator plugin instance.
OauthOutOfBandAuthPluginsAPIGetOOBActionGet /oauth/outOfBandAuthPlugins/{id}/actions/{actionId}Find an Out of Band authenticator plugin instance's action by ID.
OauthOutOfBandAuthPluginsAPIGetOOBActionsGet /oauth/outOfBandAuthPlugins/{id}/actionsList of actions for an Out of Band authenticator plugin instance.
OauthOutOfBandAuthPluginsAPIGetOOBAuthPluginDescriptorGet /oauth/outOfBandAuthPlugins/descriptors/{id}Get the descriptor of an Out of Band authenticator plugin.
OauthOutOfBandAuthPluginsAPIGetOOBAuthPluginDescriptorsGet /oauth/outOfBandAuthPlugins/descriptorsGet the list of available Out of Band authenticator plugin descriptors.
OauthOutOfBandAuthPluginsAPIGetOOBAuthenticatorGet /oauth/outOfBandAuthPlugins/{id}Get a specific Out of Band authenticator plugin instance.
OauthOutOfBandAuthPluginsAPIGetOOBAuthenticatorsGet /oauth/outOfBandAuthPluginsGet a list of Out of Band authenticator plugin instances.
OauthOutOfBandAuthPluginsAPIInvokeOOBActionWithOptionsPost /oauth/outOfBandAuthPlugins/{id}/actions/{actionId}/invokeActionInvokes an action for Out of Band authenticator plugin instance.
OauthOutOfBandAuthPluginsAPIUpdateOOBAuthenticatorPut /oauth/outOfBandAuthPlugins/{id}Update an Out of Band authenticator plugin instance.
OauthResourceOwnerCredentialsMappingsAPICreateResourceOwnerCredentialsMappingPost /oauth/resourceOwnerCredentialsMappingsCreate a new Resource Owner Credentials mapping.
OauthResourceOwnerCredentialsMappingsAPIDeleteResourceOwnerCredentialsMappingDelete /oauth/resourceOwnerCredentialsMappings/{id}Delete a Resource Owner Credentials mapping.
OauthResourceOwnerCredentialsMappingsAPIGetResourceOwnerCredentialsMappingGet /oauth/resourceOwnerCredentialsMappings/{id}Find the Resource Owner Credentials mapping by the ID.
OauthResourceOwnerCredentialsMappingsAPIGetResourceOwnerCredentialsMappingsGet /oauth/resourceOwnerCredentialsMappingsGet the list of Resource Owner Credentials Grant Mapping.
OauthResourceOwnerCredentialsMappingsAPIUpdateResourceOwnerCredentialsMappingPut /oauth/resourceOwnerCredentialsMappings/{id}Update a Resource Owner Credentials mapping.
OauthTokenExchangeGeneratorAPICreateGroupPost /oauth/tokenExchange/generator/groupsCreate a new OAuth 2.0 Token Exchange Generator group.
OauthTokenExchangeGeneratorAPIDeleteOauthTokenExchangeGroupDelete /oauth/tokenExchange/generator/groups/{id}Delete an OAuth 2.0 Token Exchange Generator group.
OauthTokenExchangeGeneratorAPIGetOauthTokenExchangeGroupByIdGet /oauth/tokenExchange/generator/groups/{id}Find an OAuth 2.0 Token Exchange Generator group by ID.
OauthTokenExchangeGeneratorAPIGetOauthTokenExchangeGroupsGet /oauth/tokenExchange/generator/groupsGet list of OAuth 2.0 Token Exchange Generator groups.
OauthTokenExchangeGeneratorAPIGetOauthTokenExchangeSettingsGet /oauth/tokenExchange/generator/settingsGet general OAuth 2.0 Token Exchange Generator settings.
OauthTokenExchangeGeneratorAPIUpdateOauthTokenExchangeGroupPut /oauth/tokenExchange/generator/groups/{id}Update an OAuth 2.0 Token Exchange Generator group.
OauthTokenExchangeGeneratorAPIUpdateOauthTokenExchangeSettingsPut /oauth/tokenExchange/generator/settingsUpdate general OAuth 2.0 Token Exchange Generator settings.
OauthTokenExchangeProcessorAPICreateOauthTokenExchangeProcessorPolicyPost /oauth/tokenExchange/processor/policiesCreate a new OAuth 2.0 Token Exchange Processor policy.
OauthTokenExchangeProcessorAPIDeleteOauthTokenExchangeProcessorPolicyyDelete /oauth/tokenExchange/processor/policies/{id}Delete an OAuth 2.0 Token Exchange Processor policy.
OauthTokenExchangeProcessorAPIGetOauthTokenExchangeProcessorPolicyByIdGet /oauth/tokenExchange/processor/policies/{id}Find an OAuth 2.0 Token Exchange Processor policy by ID.
OauthTokenExchangeProcessorAPIGetOauthTokenExchangeProcessorPolicyPoliciesGet /oauth/tokenExchange/processor/policiesGet list of OAuth 2.0 Token Exchange Processor policies.
OauthTokenExchangeProcessorAPIGetOauthTokenExchangeProcessorPolicySettingsGet /oauth/tokenExchange/processor/settingsGet general OAuth 2.0 Token Exchange Processor settings.
OauthTokenExchangeProcessorAPIUpdateOauthTokenExchangeProcessorPolicyPut /oauth/tokenExchange/processor/policies/{id}Update an OAuth 2.0 Token Exchange Processor policy.
OauthTokenExchangeProcessorAPIUpdateOauthTokenExchangeProcessorPolicySettingsPut /oauth/tokenExchange/processor/settingsUpdate general OAuth 2.0 Token Exchange Processor settings.
OauthTokenExchangeTokenGeneratorMappingsAPICreateTokenGeneratorMappingPost /oauth/tokenExchange/tokenGeneratorMappingsCreate a new Token Exchange Processor policy to Token Generator Mapping.
OauthTokenExchangeTokenGeneratorMappingsAPIDeleteTokenGeneratorMappingByIdDelete /oauth/tokenExchange/tokenGeneratorMappings/{id}Delete a Token Exchange Processor policy to Token Generator Mapping.
OauthTokenExchangeTokenGeneratorMappingsAPIGetTokenGeneratorMappingByIdGet /oauth/tokenExchange/tokenGeneratorMappings/{id}Get a Token Exchange Processor policy to Token Generator Mapping.
OauthTokenExchangeTokenGeneratorMappingsAPIGetTokenGeneratorMappingsGet /oauth/tokenExchange/tokenGeneratorMappingsGet the list of Token Exchange Processor policy to Token Generator Mappings.
OauthTokenExchangeTokenGeneratorMappingsAPIUpdateTokenGeneratorMappingByIdPut /oauth/tokenExchange/tokenGeneratorMappings/{id}Update a Token Exchange Processor policy to Token Generator Mapping.
PasswordCredentialValidatorsAPICreatePasswordCredentialValidatorPost /passwordCredentialValidatorsCreate a new password credential validator instance
PasswordCredentialValidatorsAPIDeletePasswordCredentialValidatorDelete /passwordCredentialValidators/{id}Delete a password credential validator instance.
PasswordCredentialValidatorsAPIGetPasswordCredentialValidatorGet /passwordCredentialValidators/{id}Find a password credential validator by ID.
PasswordCredentialValidatorsAPIGetPasswordCredentialValidatorDescriptorGet /passwordCredentialValidators/descriptors/{id}Get the description of a password credential validator by ID.
PasswordCredentialValidatorsAPIGetPasswordCredentialValidatorDescriptorsGet /passwordCredentialValidators/descriptorsGet a list of available password credential validator descriptors.
PasswordCredentialValidatorsAPIGetPasswordCredentialValidatorsGet /passwordCredentialValidatorsGet the list of available password credential validators
PasswordCredentialValidatorsAPIUpdatePasswordCredentialValidatorPut /passwordCredentialValidators/{id}Update a password credential validator instance.
PingOneConnectionsAPICreatePingOneConnectionPost /pingOneConnectionsCreate a new PingOne connection.
PingOneConnectionsAPIDeletePingOneConnectionDelete /pingOneConnections/{id}Delete a PingOne connection.
PingOneConnectionsAPIGetCredentialStatusGet /pingOneConnections/{id}/credentialStatusGet the status of the credential associated with the PingOne connection
PingOneConnectionsAPIGetPingOneConnectionGet /pingOneConnections/{id}Get a PingOne connection with the specified ID.
PingOneConnectionsAPIGetPingOneConnectionAssociationsGet /pingOneConnections/{id}/serviceAssociationsGet information about components using this connection to access PingOne services.
PingOneConnectionsAPIGetPingOneConnectionEnvironmentsGet /pingOneConnections/{id}/environmentsGet the list of environments that the PingOne connection has access to.
PingOneConnectionsAPIGetPingOneConnectionUsagesGet /pingOneConnections/{id}/usageGet the list of resources that reference this PingOne connection.
PingOneConnectionsAPIGetPingOneConnectionsGet /pingOneConnectionsGet the list of all PingOne connections.
PingOneConnectionsAPIUpdatePingOneConnectionPut /pingOneConnections/{id}Update a PingOne connection.
PingOneForEnterpriseAPIDisconnectPost /pingOneForEnterprise/disconnectDisconnect from PingOne for Enterprise
PingOneForEnterpriseAPIGetKeyPairsGet /pingOneForEnterprise/keyPairsGet the PingOne for Enterprise key pair settings
PingOneForEnterpriseAPIGetPingOneForEnterpriseSettingsGet /pingOneForEnterpriseGet the PingOne for Enterprise settings
PingOneForEnterpriseAPIRotateKeysPost /pingOneForEnterprise/keyPairs/rotateRotate the authentication key
PingOneForEnterpriseAPIUpdatePingOneForEnterpriseIdentityRepositoryPost /pingOneForEnterprise/updateIdentityRepositoryUpdate the PingOne Identity Repository
PingOneForEnterpriseAPIUpdatePingOneSettingsPut /pingOneForEnterpriseUpdate the PingOne for Enterprise settings.
ProtocolMetadataAPIGetLifetimeSettingsGet /protocolMetadata/lifetimeSettingsGet metadata cache duration and reload delay for automated reloading.
ProtocolMetadataAPIGetSigningSettingsGet /protocolMetadata/signingSettingsGet the certificate ID and algorithm used for metadata signing.
ProtocolMetadataAPIUpdateLifetimeSettingsPut /protocolMetadata/lifetimeSettingsUpdate metadata cache duration and reload delay for automated reloading.
ProtocolMetadataAPIUpdateSigningSettingsPut /protocolMetadata/signingSettingsUpdate the certificate and algorithm for metadata signing.
RedirectValidationAPIGetRedirectValidationSettingsGet /redirectValidationRetrieve redirect validation settings.
RedirectValidationAPIUpdateRedirectValidationSettingsPut /redirectValidationUpdate redirect validation settings.
SecretManagersAPICreateSecretManagerPost /secretManagersCreate a secret manager plugin instance.
SecretManagersAPIDeleteSecretManagerDelete /secretManagers/{id}Delete a secret manager plugin instance.
SecretManagersAPIGetSecretManagerGet /secretManagers/{id}Get a specific secret manager plugin instance.
SecretManagersAPIGetSecretManagerPluginDescriptorGet /secretManagers/descriptors/{id}Get a secret manager plugin descriptor.
SecretManagersAPIGetSecretManagerPluginDescriptorsGet /secretManagers/descriptorsGet a list of available secret manager plugin descriptors.
SecretManagersAPIGetSecretManagersGet /secretManagersGet a list of secret manager plugin instances.
SecretManagersAPIGetSecretManagersActionGet /secretManagers/{id}/actions/{actionId}Get a secret manager plugin instance's action by ID.
SecretManagersAPIGetSecretManagersActionsGet /secretManagers/{id}/actionsGet a list of actions for a secret manager plugin instance.
SecretManagersAPIInvokeSecretManagersActionWithOptionsPost /secretManagers/{id}/actions/{actionId}/invokeActionInvokes an action for secret manager plugin instance.
SecretManagersAPIUpdateSecretManagerPut /secretManagers/{id}Update a secret manager plugin instance.
ServerSettingsAPIDeleteCertificateDelete /serverSettings/wsTrustStsSettings/issuerCertificates/{id}Delete a certificate from WS-Trust STS Settings.
ServerSettingsAPIGetCaptchaSettingsGet /serverSettings/captchaSettings(Deprecated) Gets the CAPTCHA settings.
ServerSettingsAPIGetCertGet /serverSettings/wsTrustStsSettings/issuerCertificates/{id}Retrieve details of a certificate.
ServerSettingsAPIGetCertsGet /serverSettings/wsTrustStsSettings/issuerCertificatesGet the list of certificates for WS-Trust STS Settings.
ServerSettingsAPIGetEmailServerSettingsGet /serverSettings/emailServer(Deprecated) Gets the email server settings
ServerSettingsAPIGetGeneralSettingsGet /serverSettings/generalSettingsGets the general settings.
ServerSettingsAPIGetLogSettingsGet /serverSettings/logSettingsGets the log settings.
ServerSettingsAPIGetNotificationSettingsGet /serverSettings/notificationsGets the notification settings
ServerSettingsAPIGetOutBoundProvisioningSettingsGet /serverSettings/outboundProvisioningGet database used for outbound provisioning
ServerSettingsAPIGetServerSettingsGet /serverSettingsGets the server settings
ServerSettingsAPIGetSystemKeysGet /serverSettings/systemKeysGet the system keys.
ServerSettingsAPIGetWsTrustStsSettingsGet /serverSettings/wsTrustStsSettingsGet the current WS-Trust STS Settings.
ServerSettingsAPIImportCertificatePost /serverSettings/wsTrustStsSettings/issuerCertificatesImport a new certificate.
ServerSettingsAPIRotateSystemKeysPost /serverSettings/systemKeys/rotateRotate the system keys.
ServerSettingsAPIUpdateCaptchaSettingsPut /serverSettings/captchaSettings(Deprecated) Update the CAPTCHA settings.
ServerSettingsAPIUpdateEmailServerSettingsPut /serverSettings/emailServer(Deprecated) Update the email server settings
ServerSettingsAPIUpdateGeneralSettingsPut /serverSettings/generalSettingsUpdate general settings.
ServerSettingsAPIUpdateLogSettingsPut /serverSettings/logSettingsUpdate log settings.
ServerSettingsAPIUpdateNotificationSettingsPut /serverSettings/notificationsUpdate the notification settings.
ServerSettingsAPIUpdateOutBoundProvisioningSettingsPut /serverSettings/outboundProvisioningUpdate database used for outbound provisioning
ServerSettingsAPIUpdateServerSettingsPut /serverSettingsUpdate the server settings.
ServerSettingsAPIUpdateSystemKeysPut /serverSettings/systemKeysUpdate the system keys.
ServerSettingsAPIUpdateWsTrustStsSettingsPut /serverSettings/wsTrustStsSettingsUpdate WS-Trust STS Settings.
ServiceAuthenticationAPIGetServiceAuthenticationGet /serviceAuthenticationGet the service authentication settings.
ServiceAuthenticationAPIUpdateServiceAuthenticationPut /serviceAuthenticationUpdate the service authentication settings.
SessionAPICreateSourcePolicyPost /session/authenticationSessionPoliciesCreate a new session policy.
SessionAPIDeleteSourcePolicyDelete /session/authenticationSessionPolicies/{id}Delete a session policy.
SessionAPIGetApplicationPolicyGet /session/applicationSessionPolicyGet the application session policy.
SessionAPIGetGlobalPolicyGet /session/authenticationSessionPolicies/globalGet the global authentication session policy.
SessionAPIGetSessionSettingsGet /session/settingsGet general session management settings.
SessionAPIGetSourcePoliciesGet /session/authenticationSessionPoliciesGet list of session policies.
SessionAPIGetSourcePolicyGet /session/authenticationSessionPolicies/{id}Find session policy by ID.
SessionAPIUpdateApplicationPolicyPut /session/applicationSessionPolicyUpdate the application session policy.
SessionAPIUpdateGlobalPolicyPut /session/authenticationSessionPolicies/globalUpdate the global authentication session policy.
SessionAPIUpdateSessionSettingsPut /session/settingsUpdate general session management settings.
SessionAPIUpdateSourcePolicyPut /session/authenticationSessionPolicies/{id}Update a session policy.
SpAdaptersAPICreateSpAdapterPost /sp/adaptersCreate a new SP adapter instance.
SpAdaptersAPIDeleteSpAdapterDelete /sp/adapters/{id}Delete an SP adapter instance.
SpAdaptersAPIGetSpAdapterGet /sp/adapters/{id}Find an SP adapter instance by ID.
SpAdaptersAPIGetSpAdapterDescriptorsGet /sp/adapters/descriptorsGet the list of available SP adapter descriptors.
SpAdaptersAPIGetSpAdapterDescriptorsByIdGet /sp/adapters/descriptors/{id}Get the description of an SP adapter plugin by ID.
SpAdaptersAPIGetSpAdapterUrlMappingsGet /sp/adapters/urlMappings(Deprecated) List the mappings between URLs and adapter instances.
SpAdaptersAPIGetSpAdaptersGet /sp/adaptersGet the list of configured SP adapter instances.
SpAdaptersAPIGetSpAdaptersActionByIdGet /sp/adapters/{id}/actions/{actionId}Find an SP adapter instance's action by ID.
SpAdaptersAPIGetSpAdaptersActionsGet /sp/adapters/{id}/actionsList the actions for an SP adapter instance.
SpAdaptersAPIInvokeSpAdapterActionWithOptionsPost /sp/adapters/{id}/actions/{actionId}/invokeActionInvokes an action for an SP adapter instance.
SpAdaptersAPIUpdateSpAdapterPut /sp/adapters/{id}Update an SP adapter instance.
SpAdaptersAPIUpdateSpAdapterUrlMappingsPut /sp/adapters/urlMappings(Deprecated) Update the mappings between URLs and adapters instances.
SpAuthenticationPolicyContractMappingsAPICreateApcToSpAdapterMappingPost /sp/authenticationPolicyContractMappingsCreate a new APC-to-SP Adapter Mapping.
SpAuthenticationPolicyContractMappingsAPIDeleteApcToSpAdapterMappingByIdDelete /sp/authenticationPolicyContractMappings/{id}Delete an APC-to-SP Adapter Mapping.
SpAuthenticationPolicyContractMappingsAPIGetApcToSpAdapterMappingByIdGet /sp/authenticationPolicyContractMappings/{id}Get an APC-to-SP Adapter Mapping.
SpAuthenticationPolicyContractMappingsAPIGetApcToSpAdapterMappingsGet /sp/authenticationPolicyContractMappingsGet the list of APC-to-SP Adapter Mappings.
SpAuthenticationPolicyContractMappingsAPIUpdateApcToSpAdapterMappingByIdPut /sp/authenticationPolicyContractMappings/{id}Update an APC-to-SP Adapter Mapping.
SpDefaultUrlsAPIGetSpDefaultUrlsGet /sp/defaultUrlsGets the SP Default URLs. These are Values that affect the user's experience when executing SP-initiated SSO operations.
SpDefaultUrlsAPIUpdateSpDefaultUrlsPut /sp/defaultUrlsUpdate the SP Default URLs. Enter values that affect the user's experience when executing SP-initiated SSO operations.
SpIdpConnectionsAPIAddConnectionCertPost /sp/idpConnections/{id}/credentials/certsAdd a new IdP connection certificate.
SpIdpConnectionsAPICreateConnectionPost /sp/idpConnectionsCreate a new IdP connection.
SpIdpConnectionsAPIDeleteConnectionDelete /sp/idpConnections/{id}Delete an IdP connection.
SpIdpConnectionsAPIGetConnectionGet /sp/idpConnections/{id}Find IdP connection by ID.
SpIdpConnectionsAPIGetConnectionCertsGet /sp/idpConnections/{id}/credentials/certsGet the IdP connection's certificates.
SpIdpConnectionsAPIGetConnectionsGet /sp/idpConnectionsGet list of IdP connections.
SpIdpConnectionsAPIGetIdpConnectionSigningSettingsGet /sp/idpConnections/{id}/credentials/signingSettingsGet the IdP connection's signature settings.
SpIdpConnectionsAPIGetIdpConnectionsDecryptionKeysGet /sp/idpConnections/{id}/credentials/decryptionKeysGet the decryption keys of an IdP connection.
SpIdpConnectionsAPIUpdateConnectionPut /sp/idpConnections/{id}Update an IdP connection.
SpIdpConnectionsAPIUpdateConnectionCertsPut /sp/idpConnections/{id}/credentials/certsUpdate the IdP connection's certificates.
SpIdpConnectionsAPIUpdateIdpConnectionSigningSettingsPut /sp/idpConnections/{id}/credentials/signingSettingsUpdate the IdP connection's signature settings.
SpIdpConnectionsAPIUpdateIdpConnectionsDecryptionKeysPut /sp/idpConnections/{id}/credentials/decryptionKeysUpdating the IdP connection's decryption keys.
SpTargetUrlMappingsAPIGetSpUrlMappingsGet /sp/targetUrlMappingsList the mappings between URLs and adapter or connection instances.
SpTargetUrlMappingsAPIUpdateSpUrlMappingsPut /sp/targetUrlMappingsUpdate the mappings between URLs and adapters or connections instances.
SpTokenGeneratorsAPICreateTokenGeneratorPost /sp/tokenGeneratorsCreate a new token generator instance.
SpTokenGeneratorsAPIDeleteTokenGeneratorDelete /sp/tokenGenerators/{id}Delete a token generator instance.
SpTokenGeneratorsAPIGetTokenGeneratorGet /sp/tokenGenerators/{id}Find a token generator instance by ID.
SpTokenGeneratorsAPIGetTokenGeneratorDescriptorsGet /sp/tokenGenerators/descriptorsGet the list of available token generators.
SpTokenGeneratorsAPIGetTokenGeneratorDescriptorsByIdGet /sp/tokenGenerators/descriptors/{id}Get the description of a token generator plugin by ID.
SpTokenGeneratorsAPIGetTokenGeneratorsGet /sp/tokenGeneratorsGet the list of token generator instances.
SpTokenGeneratorsAPIUpdateTokenGeneratorPut /sp/tokenGenerators/{id}Update a token generator instance.
TokenProcessorToTokenGeneratorMappingsAPICreateTokenToTokenMappingPost /tokenProcessorToTokenGeneratorMappingsCreate a new Token Processor to Token Generator Mapping.
TokenProcessorToTokenGeneratorMappingsAPIDeleteTokenToTokenMappingByIdDelete /tokenProcessorToTokenGeneratorMappings/{id}Delete a Token Processor to Token Generator Mapping.
TokenProcessorToTokenGeneratorMappingsAPIGetTokenToTokenMappingByIdGet /tokenProcessorToTokenGeneratorMappings/{id}Get a Token Processor to Token Generator Mapping.
TokenProcessorToTokenGeneratorMappingsAPIGetTokenToTokenMappingsGet /tokenProcessorToTokenGeneratorMappingsGet the list of Token Processor to Token Generator Mappings.
TokenProcessorToTokenGeneratorMappingsAPIUpdateTokenToTokenMappingByIdPut /tokenProcessorToTokenGeneratorMappings/{id}Update a Token Processor to Token Generator Mapping.
VersionAPIGetVersionGet /versionGets the server version.
VirtualHostNamesAPIGetVirtualHostNamesSettingsGet /virtualHostNamesRetrieve virtual host names settings.
VirtualHostNamesAPIUpdateVirtualHostNamesSettingsPut /virtualHostNamesUpdate virtual host names settings.

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)

bearer

  • Type: HTTP Bearer token authentication

Example

auth := context.WithValue(context.Background(), sw.ContextAccessToken, "BEARER_TOKEN_STRING")
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

# Functions

ApcMappingPolicyActionAsPolicyActionAggregation is a convenience function that returns ApcMappingPolicyAction wrapped in PolicyActionAggregation.
AuthnSelectorPolicyActionAsPolicyActionAggregation is a convenience function that returns AuthnSelectorPolicyAction wrapped in PolicyActionAggregation.
AuthnSourcePolicyActionAsPolicyActionAggregation is a convenience function that returns AuthnSourcePolicyAction wrapped in PolicyActionAggregation.
CacheExpires helper function to determine remaining time before repeating a request.
ContinuePolicyActionAsPolicyActionAggregation is a convenience function that returns ContinuePolicyAction wrapped in PolicyActionAggregation.
CustomAttributeSourceAsAttributeSourceAggregation is a convenience function that returns CustomAttributeSource wrapped in AttributeSourceAggregation.
CustomDataStoreAsDataStoreAggregation is a convenience function that returns CustomDataStore wrapped in DataStoreAggregation.
DonePolicyActionAsPolicyActionAggregation is a convenience function that returns DonePolicyAction wrapped in PolicyActionAggregation.
FragmentPolicyActionAsPolicyActionAggregation is a convenience function that returns FragmentPolicyAction wrapped in PolicyActionAggregation.
IdentityStoreInboundProvisioningUserRepositoryAsInboundProvisioningUserRepositoryAggregation is a convenience function that returns IdentityStoreInboundProvisioningUserRepository wrapped in InboundProvisioningUserRepositoryAggregation.
IsNil checks if an input is nil.
JdbcAttributeSourceAsAttributeSourceAggregation is a convenience function that returns JdbcAttributeSource wrapped in AttributeSourceAggregation.
JdbcDataStoreAsDataStoreAggregation is a convenience function that returns JdbcDataStore wrapped in DataStoreAggregation.
JdbcDataStoreRepositoryAsDataStoreRepositoryAggregation is a convenience function that returns JdbcDataStoreRepository wrapped in DataStoreRepositoryAggregation.
LdapAttributeSourceAsAttributeSourceAggregation is a convenience function that returns LdapAttributeSource wrapped in AttributeSourceAggregation.
LdapDataStoreAsDataStoreAggregation is a convenience function that returns LdapDataStore wrapped in DataStoreAggregation.
LdapDataStoreRepositoryAsDataStoreRepositoryAggregation is a convenience function that returns LdapDataStoreRepository wrapped in DataStoreRepositoryAggregation.
LdapInboundProvisioningUserRepositoryAsInboundProvisioningUserRepositoryAggregation is a convenience function that returns LdapInboundProvisioningUserRepository wrapped in InboundProvisioningUserRepositoryAggregation.
LocalIdentityMappingPolicyActionAsPolicyActionAggregation is a convenience function that returns LocalIdentityMappingPolicyAction wrapped in PolicyActionAggregation.
NewACAPTCHAProviderPluginDescriptor instantiates a new ACAPTCHAProviderPluginDescriptor object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewACAPTCHAProviderPluginDescriptorWithDefaults instantiates a new ACAPTCHAProviderPluginDescriptor object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAccessTokenAttribute instantiates a new AccessTokenAttribute object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAccessTokenAttributeContract instantiates a new AccessTokenAttributeContract object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAccessTokenAttributeContractWithDefaults instantiates a new AccessTokenAttributeContract object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAccessTokenAttributeWithDefaults instantiates a new AccessTokenAttribute object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAccessTokenManagementSettings instantiates a new AccessTokenManagementSettings object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAccessTokenManagementSettingsWithDefaults instantiates a new AccessTokenManagementSettings object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAccessTokenManager instantiates a new AccessTokenManager object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAccessTokenManagerDescriptor instantiates a new AccessTokenManagerDescriptor object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAccessTokenManagerDescriptors instantiates a new AccessTokenManagerDescriptors object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAccessTokenManagerDescriptorsWithDefaults instantiates a new AccessTokenManagerDescriptors object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAccessTokenManagerDescriptorWithDefaults instantiates a new AccessTokenManagerDescriptor object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAccessTokenManagerMapping instantiates a new AccessTokenManagerMapping object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAccessTokenManagerMappingWithDefaults instantiates a new AccessTokenManagerMapping object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAccessTokenManagers instantiates a new AccessTokenManagers object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAccessTokenManagersWithDefaults instantiates a new AccessTokenManagers object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAccessTokenManagerWithDefaults instantiates a new AccessTokenManager object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAccessTokenMapping instantiates a new AccessTokenMapping object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAccessTokenMappingContext instantiates a new AccessTokenMappingContext object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAccessTokenMappingContextWithDefaults instantiates a new AccessTokenMappingContext object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAccessTokenMappingWithDefaults instantiates a new AccessTokenMapping object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAccountManagementSettings instantiates a new AccountManagementSettings object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAccountManagementSettingsWithDefaults instantiates a new AccountManagementSettings object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewACollectionOfCAPTCHAProviderPluginDescriptors instantiates a new ACollectionOfCAPTCHAProviderPluginDescriptors object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewACollectionOfCAPTCHAProviderPluginDescriptorsWithDefaults instantiates a new ACollectionOfCAPTCHAProviderPluginDescriptors object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAction instantiates a new Action object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewActionDescriptor instantiates a new ActionDescriptor object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewActionDescriptorWithDefaults instantiates a new ActionDescriptor object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewActionOptions instantiates a new ActionOptions object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewActionOptionsWithDefaults instantiates a new ActionOptions object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewActionParameter instantiates a new ActionParameter object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewActionParameterWithDefaults instantiates a new ActionParameter object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewActionResult instantiates a new ActionResult object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewActionResultWithDefaults instantiates a new ActionResult object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewActions instantiates a new Actions object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewActionsWithDefaults instantiates a new Actions object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewActionWithDefaults instantiates a new Action object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAdditionalAllowedEntitiesConfiguration instantiates a new AdditionalAllowedEntitiesConfiguration object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAdditionalAllowedEntitiesConfigurationWithDefaults instantiates a new AdditionalAllowedEntitiesConfiguration object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAdditionalKeySet instantiates a new AdditionalKeySet object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAdditionalKeySets instantiates a new AdditionalKeySets object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAdditionalKeySetsWithDefaults instantiates a new AdditionalKeySets object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAdditionalKeySetWithDefaults instantiates a new AdditionalKeySet object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAdminConsoleInfo instantiates a new AdminConsoleInfo object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAdminConsoleInfoWithDefaults instantiates a new AdminConsoleInfo object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAdministrativeAccount instantiates a new AdministrativeAccount object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAdministrativeAccounts instantiates a new AdministrativeAccounts object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAdministrativeAccountsWithDefaults instantiates a new AdministrativeAccounts object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAdministrativeAccountWithDefaults instantiates a new AdministrativeAccount object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAdminNodeRoleServiceInfo instantiates a new AdminNodeRoleServiceInfo object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAdminNodeRoleServiceInfoWithDefaults instantiates a new AdminNodeRoleServiceInfo object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAlternativeLoginHintTokenIssuer instantiates a new AlternativeLoginHintTokenIssuer object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAlternativeLoginHintTokenIssuerWithDefaults instantiates a new AlternativeLoginHintTokenIssuer object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewApcMappingPolicyAction instantiates a new ApcMappingPolicyAction object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewApcMappingPolicyActionWithDefaults instantiates a new ApcMappingPolicyAction object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewApcToPersistentGrantMapping instantiates a new ApcToPersistentGrantMapping object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewApcToPersistentGrantMappings instantiates a new ApcToPersistentGrantMappings object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewApcToPersistentGrantMappingsWithDefaults instantiates a new ApcToPersistentGrantMappings object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewApcToPersistentGrantMappingWithDefaults instantiates a new ApcToPersistentGrantMapping object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewApcToSpAdapterMapping instantiates a new ApcToSpAdapterMapping object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewApcToSpAdapterMappings instantiates a new ApcToSpAdapterMappings object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewApcToSpAdapterMappingsWithDefaults instantiates a new ApcToSpAdapterMappings object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewApcToSpAdapterMappingWithDefaults instantiates a new ApcToSpAdapterMapping object This 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.
NewApiResult instantiates a new ApiResult object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewApiResultWithDefaults instantiates a new ApiResult object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewApplicationSessionPolicy instantiates a new ApplicationSessionPolicy object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewApplicationSessionPolicyWithDefaults instantiates a new ApplicationSessionPolicy object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewArtifactResolverLocation instantiates a new ArtifactResolverLocation object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewArtifactResolverLocationWithDefaults instantiates a new ArtifactResolverLocation object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewArtifactSettings instantiates a new ArtifactSettings object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewArtifactSettingsWithDefaults instantiates a new ArtifactSettings object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAssertionLifetime instantiates a new AssertionLifetime object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAssertionLifetimeWithDefaults instantiates a new AssertionLifetime object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAtmAccessControlSettings instantiates a new AtmAccessControlSettings object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAtmAccessControlSettingsWithDefaults instantiates a new AtmAccessControlSettings object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAtmSelectionSettings instantiates a new AtmSelectionSettings object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAtmSelectionSettingsWithDefaults instantiates a new AtmSelectionSettings object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAttribute instantiates a new Attribute object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAttributeFulfillmentValue instantiates a new AttributeFulfillmentValue object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAttributeFulfillmentValueWithDefaults instantiates a new AttributeFulfillmentValue object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAttributeMapping instantiates a new AttributeMapping object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAttributeMappingWithDefaults instantiates a new AttributeMapping object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAttributeQueryNameMapping instantiates a new AttributeQueryNameMapping object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAttributeQueryNameMappingWithDefaults instantiates a new AttributeQueryNameMapping object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAttributeRule instantiates a new AttributeRule object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAttributeRules instantiates a new AttributeRules object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAttributeRulesWithDefaults instantiates a new AttributeRules object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAttributeRuleWithDefaults instantiates a new AttributeRule object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAttributeSource instantiates a new AttributeSource object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAttributeSourceWithDefaults instantiates a new AttributeSource object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAttributeWithDefaults instantiates a new Attribute object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAuthenticationPoliciesSettings instantiates a new AuthenticationPoliciesSettings object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAuthenticationPoliciesSettingsWithDefaults instantiates a new AuthenticationPoliciesSettings object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAuthenticationPolicy instantiates a new AuthenticationPolicy object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAuthenticationPolicyContract instantiates a new AuthenticationPolicyContract object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAuthenticationPolicyContractAssertionMapping instantiates a new AuthenticationPolicyContractAssertionMapping object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAuthenticationPolicyContractAssertionMappingWithDefaults instantiates a new AuthenticationPolicyContractAssertionMapping object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAuthenticationPolicyContractAttribute instantiates a new AuthenticationPolicyContractAttribute object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAuthenticationPolicyContractAttributeWithDefaults instantiates a new AuthenticationPolicyContractAttribute object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAuthenticationPolicyContractMapping instantiates a new AuthenticationPolicyContractMapping object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAuthenticationPolicyContractMappingWithDefaults instantiates a new AuthenticationPolicyContractMapping object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAuthenticationPolicyContracts instantiates a new AuthenticationPolicyContracts object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAuthenticationPolicyContractsWithDefaults instantiates a new AuthenticationPolicyContracts object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAuthenticationPolicyContractWithDefaults instantiates a new AuthenticationPolicyContract object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAuthenticationPolicyFragment instantiates a new AuthenticationPolicyFragment object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAuthenticationPolicyFragments instantiates a new AuthenticationPolicyFragments object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAuthenticationPolicyFragmentsWithDefaults instantiates a new AuthenticationPolicyFragments object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAuthenticationPolicyFragmentWithDefaults instantiates a new AuthenticationPolicyFragment object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAuthenticationPolicyTree instantiates a new AuthenticationPolicyTree object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAuthenticationPolicyTreeNode instantiates a new AuthenticationPolicyTreeNode object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAuthenticationPolicyTreeNodeWithDefaults instantiates a new AuthenticationPolicyTreeNode object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAuthenticationPolicyTreeWithDefaults instantiates a new AuthenticationPolicyTree object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAuthenticationPolicyWithDefaults instantiates a new AuthenticationPolicy object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAuthenticationSelector instantiates a new AuthenticationSelector object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAuthenticationSelectorAttribute instantiates a new AuthenticationSelectorAttribute object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAuthenticationSelectorAttributeContract instantiates a new AuthenticationSelectorAttributeContract object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAuthenticationSelectorAttributeContractWithDefaults instantiates a new AuthenticationSelectorAttributeContract object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAuthenticationSelectorAttributeWithDefaults instantiates a new AuthenticationSelectorAttribute object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAuthenticationSelectorDescriptor instantiates a new AuthenticationSelectorDescriptor object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAuthenticationSelectorDescriptors instantiates a new AuthenticationSelectorDescriptors object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAuthenticationSelectorDescriptorsWithDefaults instantiates a new AuthenticationSelectorDescriptors object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAuthenticationSelectorDescriptorWithDefaults instantiates a new AuthenticationSelectorDescriptor object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAuthenticationSelectors instantiates a new AuthenticationSelectors object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAuthenticationSelectorsWithDefaults instantiates a new AuthenticationSelectors object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAuthenticationSelectorWithDefaults instantiates a new AuthenticationSelector object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAuthenticationSessionPolicies instantiates a new AuthenticationSessionPolicies object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAuthenticationSessionPoliciesWithDefaults instantiates a new AuthenticationSessionPolicies object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAuthenticationSessionPolicy instantiates a new AuthenticationSessionPolicy object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAuthenticationSessionPolicyWithDefaults instantiates a new AuthenticationSessionPolicy object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAuthenticationSource instantiates a new AuthenticationSource object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAuthenticationSourceWithDefaults instantiates a new AuthenticationSource object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAuthnApiApplication instantiates a new AuthnApiApplication object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAuthnApiApplications instantiates a new AuthnApiApplications object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAuthnApiApplicationsWithDefaults instantiates a new AuthnApiApplications object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAuthnApiApplicationWithDefaults instantiates a new AuthnApiApplication object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAuthnApiSettings instantiates a new AuthnApiSettings object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAuthnApiSettingsWithDefaults instantiates a new AuthnApiSettings object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAuthnContextMapping instantiates a new AuthnContextMapping object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAuthnContextMappingWithDefaults instantiates a new AuthnContextMapping object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAuthnSelectorPolicyAction instantiates a new AuthnSelectorPolicyAction object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAuthnSelectorPolicyActionWithDefaults instantiates a new AuthnSelectorPolicyAction object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAuthnSourcePolicyAction instantiates a new AuthnSourcePolicyAction object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAuthnSourcePolicyActionWithDefaults instantiates a new AuthnSourcePolicyAction object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAuthorizationDetailProcessor instantiates a new AuthorizationDetailProcessor object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAuthorizationDetailProcessorDescriptor instantiates a new AuthorizationDetailProcessorDescriptor object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAuthorizationDetailProcessorDescriptors instantiates a new AuthorizationDetailProcessorDescriptors object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAuthorizationDetailProcessorDescriptorsWithDefaults instantiates a new AuthorizationDetailProcessorDescriptors object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAuthorizationDetailProcessorDescriptorWithDefaults instantiates a new AuthorizationDetailProcessorDescriptor object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAuthorizationDetailProcessors instantiates a new AuthorizationDetailProcessors object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAuthorizationDetailProcessorsWithDefaults instantiates a new AuthorizationDetailProcessors object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAuthorizationDetailProcessorWithDefaults instantiates a new AuthorizationDetailProcessor object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAuthorizationDetailType instantiates a new AuthorizationDetailType object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAuthorizationDetailTypes instantiates a new AuthorizationDetailTypes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAuthorizationDetailTypesWithDefaults instantiates a new AuthorizationDetailTypes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAuthorizationDetailTypeWithDefaults instantiates a new AuthorizationDetailType object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAuthorizationServerSettings instantiates a new AuthorizationServerSettings object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAuthorizationServerSettingsWithDefaults instantiates a new AuthorizationServerSettings object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewBackChannelAuth instantiates a new BackChannelAuth object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewBackChannelAuthWithDefaults instantiates a new BackChannelAuth object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewBaseDefaultValueLocalIdentityField instantiates a new BaseDefaultValueLocalIdentityField object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewBaseDefaultValueLocalIdentityFieldWithDefaults instantiates a new BaseDefaultValueLocalIdentityField object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewBaseProviderRole instantiates a new BaseProviderRole object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewBaseProviderRoleWithDefaults instantiates a new BaseProviderRole object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewBaseSelectionFieldDescriptor instantiates a new BaseSelectionFieldDescriptor object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewBaseSelectionFieldDescriptorWithDefaults instantiates a new BaseSelectionFieldDescriptor object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewBaseSelectionLocalIdentityField instantiates a new BaseSelectionLocalIdentityField object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewBaseSelectionLocalIdentityFieldWithDefaults instantiates a new BaseSelectionLocalIdentityField object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewBaseSigningSettings instantiates a new BaseSigningSettings object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewBaseSigningSettingsWithDefaults instantiates a new BaseSigningSettings object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewBinaryLdapAttributeSettings instantiates a new BinaryLdapAttributeSettings object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewBinaryLdapAttributeSettingsWithDefaults instantiates a new BinaryLdapAttributeSettings object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewBulkConfig instantiates a new BulkConfig object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewBulkConfigMetadata instantiates a new BulkConfigMetadata object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewBulkConfigMetadataWithDefaults instantiates a new BulkConfigMetadata object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewBulkConfigWithDefaults instantiates a new BulkConfig object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewBulkheadAlertNotificationSettings instantiates a new BulkheadAlertNotificationSettings object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewBulkheadAlertNotificationSettingsWithDefaults instantiates a new BulkheadAlertNotificationSettings object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCaptchaProvider instantiates a new CaptchaProvider object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCaptchaProviderDescriptor instantiates a new CaptchaProviderDescriptor object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCaptchaProviderDescriptors instantiates a new CaptchaProviderDescriptors object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCaptchaProviderDescriptorsWithDefaults instantiates a new CaptchaProviderDescriptors object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCaptchaProviderDescriptorWithDefaults instantiates a new CaptchaProviderDescriptor object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCaptchaProviders instantiates a new CaptchaProviders object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCaptchaProvidersSettings instantiates a new CaptchaProvidersSettings object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCaptchaProvidersSettingsWithDefaults instantiates a new CaptchaProvidersSettings object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCaptchaProvidersWithDefaults instantiates a new CaptchaProviders object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCaptchaProviderWithDefaults instantiates a new CaptchaProvider object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCaptchaSettings instantiates a new CaptchaSettings object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCaptchaSettingsWithDefaults instantiates a new CaptchaSettings object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCertificateExpirationNotificationSettings instantiates a new CertificateExpirationNotificationSettings object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCertificateExpirationNotificationSettingsWithDefaults instantiates a new CertificateExpirationNotificationSettings object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCertificateRevocationSettings instantiates a new CertificateRevocationSettings object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCertificateRevocationSettingsWithDefaults instantiates a new CertificateRevocationSettings object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCertView instantiates a new CertView object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCertViews instantiates a new CertViews object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCertViewsWithDefaults instantiates a new CertViews object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCertViewWithDefaults instantiates a new CertView object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewChangeDetectionSettings instantiates a new ChangeDetectionSettings object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewChangeDetectionSettingsWithDefaults instantiates a new ChangeDetectionSettings object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewChannel instantiates a new Channel object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewChannelSource instantiates a new ChannelSource object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewChannelSourceLocation instantiates a new ChannelSourceLocation object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewChannelSourceLocationWithDefaults instantiates a new ChannelSourceLocation object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewChannelSourceWithDefaults instantiates a new ChannelSource object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewChannelWithDefaults instantiates a new Channel object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCheckBoxFieldDescriptor instantiates a new CheckBoxFieldDescriptor object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCheckBoxFieldDescriptorWithDefaults instantiates a new CheckBoxFieldDescriptor object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCheckboxGroupLocalIdentityField instantiates a new CheckboxGroupLocalIdentityField object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCheckboxGroupLocalIdentityFieldWithDefaults instantiates a new CheckboxGroupLocalIdentityField object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCheckboxLocalIdentityField instantiates a new CheckboxLocalIdentityField object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCheckboxLocalIdentityFieldWithDefaults instantiates a new CheckboxLocalIdentityField object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCibaServerPolicySettings instantiates a new CibaServerPolicySettings object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCibaServerPolicySettingsWithDefaults instantiates a new CibaServerPolicySettings object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewClient instantiates a new Client object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewClientAuth instantiates a new ClientAuth object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewClientAuthWithDefaults instantiates a new ClientAuth object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewClientMetadata instantiates a new ClientMetadata object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewClientMetadataWithDefaults instantiates a new ClientMetadata object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewClientOIDCPolicy instantiates a new ClientOIDCPolicy object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewClientOIDCPolicyWithDefaults instantiates a new ClientOIDCPolicy object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewClientRegistrationOIDCPolicy instantiates a new ClientRegistrationOIDCPolicy object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewClientRegistrationOIDCPolicyWithDefaults instantiates a new ClientRegistrationOIDCPolicy object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewClientRegistrationPolicies instantiates a new ClientRegistrationPolicies object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewClientRegistrationPoliciesWithDefaults instantiates a new ClientRegistrationPolicies object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewClientRegistrationPolicy instantiates a new ClientRegistrationPolicy object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewClientRegistrationPolicyDescriptor instantiates a new ClientRegistrationPolicyDescriptor object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewClientRegistrationPolicyDescriptors instantiates a new ClientRegistrationPolicyDescriptors object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewClientRegistrationPolicyDescriptorsWithDefaults instantiates a new ClientRegistrationPolicyDescriptors object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewClientRegistrationPolicyDescriptorWithDefaults instantiates a new ClientRegistrationPolicyDescriptor object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewClientRegistrationPolicyWithDefaults instantiates a new ClientRegistrationPolicy object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewClients instantiates a new Clients object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewClientSecret instantiates a new ClientSecret object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewClientSecretWithDefaults instantiates a new ClientSecret object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewClientSettings instantiates a new ClientSettings object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewClientSettingsWithDefaults instantiates a new ClientSettings object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewClientsWithDefaults instantiates a new Clients object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewClientWithDefaults instantiates a new Client object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewClusterNode instantiates a new ClusterNode object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewClusterNodeWithDefaults instantiates a new ClusterNode object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewClusterSettings instantiates a new ClusterSettings object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewClusterSettingsWithDefaults instantiates a new ClusterSettings object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewClusterStatus instantiates a new ClusterStatus object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewClusterStatusWithDefaults instantiates a new ClusterStatus object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewConditionalIssuanceCriteriaEntry instantiates a new ConditionalIssuanceCriteriaEntry object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewConditionalIssuanceCriteriaEntryWithDefaults instantiates a new ConditionalIssuanceCriteriaEntry object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewConfigField instantiates a new ConfigField object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewConfigFieldWithDefaults instantiates a new ConfigField object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewConfigOperation instantiates a new ConfigOperation object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewConfigOperationWithDefaults instantiates a new ConfigOperation object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewConfigRow instantiates a new ConfigRow object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewConfigRowWithDefaults instantiates a new ConfigRow object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewConfigStoreBundle instantiates a new ConfigStoreBundle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewConfigStoreBundleWithDefaults instantiates a new ConfigStoreBundle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewConfigStoreSetting instantiates a new ConfigStoreSetting object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewConfigStoreSettingWithDefaults instantiates a new ConfigStoreSetting object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewConfigTable instantiates a new ConfigTable object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewConfigTableWithDefaults instantiates a new ConfigTable object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewConfiguration returns a new Configuration object.
NewConfigurationEncryptionKey instantiates a new ConfigurationEncryptionKey object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewConfigurationEncryptionKeys instantiates a new ConfigurationEncryptionKeys object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewConfigurationEncryptionKeysWithDefaults instantiates a new ConfigurationEncryptionKeys object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewConfigurationEncryptionKeyWithDefaults instantiates a new ConfigurationEncryptionKey object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewConnection instantiates a new Connection object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewConnectionCert instantiates a new ConnectionCert object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewConnectionCerts instantiates a new ConnectionCerts object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewConnectionCertsWithDefaults instantiates a new ConnectionCerts object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewConnectionCertWithDefaults instantiates a new ConnectionCert object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewConnectionCredentials instantiates a new ConnectionCredentials object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewConnectionCredentialsWithDefaults instantiates a new ConnectionCredentials object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewConnectionGroupLicenseView instantiates a new ConnectionGroupLicenseView object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewConnectionGroupLicenseViewWithDefaults instantiates a new ConnectionGroupLicenseView object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewConnectionMetadataUrl instantiates a new ConnectionMetadataUrl object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewConnectionMetadataUrlWithDefaults instantiates a new ConnectionMetadataUrl object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewConnectionWithDefaults instantiates a new Connection object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewContactInfo instantiates a new ContactInfo object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewContactInfoWithDefaults instantiates a new ContactInfo object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewContinuePolicyAction instantiates a new ContinuePolicyAction object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewContinuePolicyActionWithDefaults instantiates a new ContinuePolicyAction object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewConvertMetadataRequest instantiates a new ConvertMetadataRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewConvertMetadataRequestWithDefaults instantiates a new ConvertMetadataRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewConvertMetadataResponse instantiates a new ConvertMetadataResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewConvertMetadataResponseWithDefaults instantiates a new ConvertMetadataResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCrlSettings instantiates a new CrlSettings object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCrlSettingsWithDefaults instantiates a new CrlSettings object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCSRResponse instantiates a new CSRResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCSRResponseWithDefaults instantiates a new CSRResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCustomAttributeSource instantiates a new CustomAttributeSource object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCustomAttributeSourceWithDefaults instantiates a new CustomAttributeSource object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCustomDataStore instantiates a new CustomDataStore object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCustomDataStoreDescriptor instantiates a new CustomDataStoreDescriptor object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCustomDataStoreDescriptors instantiates a new CustomDataStoreDescriptors object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCustomDataStoreDescriptorsWithDefaults instantiates a new CustomDataStoreDescriptors object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCustomDataStoreDescriptorWithDefaults instantiates a new CustomDataStoreDescriptor object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCustomDataStoreWithDefaults instantiates a new CustomDataStore object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewDataStore instantiates a new DataStore object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewDataStoreAttribute instantiates a new DataStoreAttribute object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewDataStoreAttributeWithDefaults instantiates a new DataStoreAttribute object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewDataStoreConfig instantiates a new DataStoreConfig object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewDataStoreConfigWithDefaults instantiates a new DataStoreConfig object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewDataStoreRepository instantiates a new DataStoreRepository object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewDataStoreRepositoryWithDefaults instantiates a new DataStoreRepository object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewDataStores instantiates a new DataStores object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewDataStoresWithDefaults instantiates a new DataStores object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewDataStoreWithDefaults instantiates a new DataStore object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewDateLocalIdentityField instantiates a new DateLocalIdentityField object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewDateLocalIdentityFieldWithDefaults instantiates a new DateLocalIdentityField object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewDecryptionKeys instantiates a new DecryptionKeys object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewDecryptionKeysWithDefaults instantiates a new DecryptionKeys object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewDecryptionPolicy instantiates a new DecryptionPolicy object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewDecryptionPolicyWithDefaults instantiates a new DecryptionPolicy object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewDonePolicyAction instantiates a new DonePolicyAction object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewDonePolicyActionWithDefaults instantiates a new DonePolicyAction object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewDropDownLocalIdentityField instantiates a new DropDownLocalIdentityField object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewDropDownLocalIdentityFieldWithDefaults instantiates a new DropDownLocalIdentityField object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewDynamicClientRegistration instantiates a new DynamicClientRegistration object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewDynamicClientRegistrationWithDefaults instantiates a new DynamicClientRegistration object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewEmailLocalIdentityField instantiates a new EmailLocalIdentityField object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewEmailLocalIdentityFieldWithDefaults instantiates a new EmailLocalIdentityField object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewEmailServerSettings instantiates a new EmailServerSettings object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewEmailServerSettingsWithDefaults instantiates a new EmailServerSettings object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewEmailVerificationConfig instantiates a new EmailVerificationConfig object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewEmailVerificationConfigWithDefaults instantiates a new EmailVerificationConfig object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewEncryptionPolicy instantiates a new EncryptionPolicy object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewEncryptionPolicyWithDefaults instantiates a new EncryptionPolicy object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewEntity instantiates a new Entity object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewEntityWithDefaults instantiates a new Entity object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewExportMetadataRequest instantiates a new ExportMetadataRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewExportMetadataRequestWithDefaults instantiates a new ExportMetadataRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewExpressionIssuanceCriteriaEntry instantiates a new ExpressionIssuanceCriteriaEntry object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewExpressionIssuanceCriteriaEntryWithDefaults instantiates a new ExpressionIssuanceCriteriaEntry object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewExtendedProperties instantiates a new ExtendedProperties object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewExtendedPropertiesWithDefaults instantiates a new ExtendedProperties object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewExtendedProperty instantiates a new ExtendedProperty object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewExtendedPropertyWithDefaults instantiates a new ExtendedProperty object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewFederationInfo instantiates a new FederationInfo object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewFederationInfoWithDefaults instantiates a new FederationInfo object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewFieldConfig instantiates a new FieldConfig object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewFieldConfigWithDefaults instantiates a new FieldConfig object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewFieldDescriptor instantiates a new FieldDescriptor object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewFieldDescriptorWithDefaults instantiates a new FieldDescriptor object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewFieldEntry instantiates a new FieldEntry object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewFieldEntryWithDefaults instantiates a new FieldEntry object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewFragmentPolicyAction instantiates a new FragmentPolicyAction object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewFragmentPolicyActionWithDefaults instantiates a new FragmentPolicyAction object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewGeneralSettings instantiates a new GeneralSettings object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewGeneralSettingsWithDefaults instantiates a new GeneralSettings object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewGlobalAuthenticationSessionPolicy instantiates a new GlobalAuthenticationSessionPolicy object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewGlobalAuthenticationSessionPolicyWithDefaults instantiates a new GlobalAuthenticationSessionPolicy object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewGroupAttribute instantiates a new GroupAttribute object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewGroupAttributeWithDefaults instantiates a new GroupAttribute object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewGroupMembershipDetection instantiates a new GroupMembershipDetection object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewGroupMembershipDetectionWithDefaults instantiates a new GroupMembershipDetection object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewGroups instantiates a new Groups object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewGroupsWithDefaults instantiates a new Groups object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewHashedTextFieldDescriptor instantiates a new HashedTextFieldDescriptor object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewHashedTextFieldDescriptorWithDefaults instantiates a new HashedTextFieldDescriptor object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewHiddenLocalIdentityField instantiates a new HiddenLocalIdentityField object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewHiddenLocalIdentityFieldWithDefaults instantiates a new HiddenLocalIdentityField object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewIdentityHintAttribute instantiates a new IdentityHintAttribute object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewIdentityHintAttributeWithDefaults instantiates a new IdentityHintAttribute object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewIdentityHintContract instantiates a new IdentityHintContract object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewIdentityHintContractWithDefaults instantiates a new IdentityHintContract object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewIdentityStoreInboundProvisioningUserRepository instantiates a new IdentityStoreInboundProvisioningUserRepository object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewIdentityStoreInboundProvisioningUserRepositoryWithDefaults instantiates a new IdentityStoreInboundProvisioningUserRepository object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewIdentityStoreProvisioner instantiates a new IdentityStoreProvisioner object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewIdentityStoreProvisionerAttributeContract instantiates a new IdentityStoreProvisionerAttributeContract object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewIdentityStoreProvisionerAttributeContractWithDefaults instantiates a new IdentityStoreProvisionerAttributeContract object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewIdentityStoreProvisionerDescriptor instantiates a new IdentityStoreProvisionerDescriptor object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewIdentityStoreProvisionerDescriptors instantiates a new IdentityStoreProvisionerDescriptors object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewIdentityStoreProvisionerDescriptorsWithDefaults instantiates a new IdentityStoreProvisionerDescriptors object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewIdentityStoreProvisionerDescriptorWithDefaults instantiates a new IdentityStoreProvisionerDescriptor object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewIdentityStoreProvisionerGroupAttributeContract instantiates a new IdentityStoreProvisionerGroupAttributeContract object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewIdentityStoreProvisionerGroupAttributeContractWithDefaults instantiates a new IdentityStoreProvisionerGroupAttributeContract object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewIdentityStoreProvisioners instantiates a new IdentityStoreProvisioners object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewIdentityStoreProvisionersWithDefaults instantiates a new IdentityStoreProvisioners object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewIdentityStoreProvisionerWithDefaults instantiates a new IdentityStoreProvisioner object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewIdpAdapter instantiates a new IdpAdapter object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewIdpAdapterAssertionMapping instantiates a new IdpAdapterAssertionMapping object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewIdpAdapterAssertionMappingWithDefaults instantiates a new IdpAdapterAssertionMapping object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewIdpAdapterAttribute instantiates a new IdpAdapterAttribute object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewIdpAdapterAttributeContract instantiates a new IdpAdapterAttributeContract object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewIdpAdapterAttributeContractWithDefaults instantiates a new IdpAdapterAttributeContract object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewIdpAdapterAttributeWithDefaults instantiates a new IdpAdapterAttribute object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewIdpAdapterContractMapping instantiates a new IdpAdapterContractMapping object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewIdpAdapterContractMappingWithDefaults instantiates a new IdpAdapterContractMapping object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewIdpAdapterDescriptor instantiates a new IdpAdapterDescriptor object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewIdpAdapterDescriptors instantiates a new IdpAdapterDescriptors object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewIdpAdapterDescriptorsWithDefaults instantiates a new IdpAdapterDescriptors object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewIdpAdapterDescriptorWithDefaults instantiates a new IdpAdapterDescriptor object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewIdpAdapterMapping instantiates a new IdpAdapterMapping object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewIdpAdapterMappings instantiates a new IdpAdapterMappings object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewIdpAdapterMappingsWithDefaults instantiates a new IdpAdapterMappings object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewIdpAdapterMappingWithDefaults instantiates a new IdpAdapterMapping object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewIdpAdapters instantiates a new IdpAdapters object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewIdpAdaptersWithDefaults instantiates a new IdpAdapters object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewIdpAdapterWithDefaults instantiates a new IdpAdapter object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewIdpAttributeQuery instantiates a new IdpAttributeQuery object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewIdpAttributeQueryPolicy instantiates a new IdpAttributeQueryPolicy object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewIdpAttributeQueryPolicyWithDefaults instantiates a new IdpAttributeQueryPolicy object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewIdpAttributeQueryWithDefaults instantiates a new IdpAttributeQuery object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewIdpBrowserSso instantiates a new IdpBrowserSso object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewIdpBrowserSsoAttribute instantiates a new IdpBrowserSsoAttribute object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewIdpBrowserSsoAttributeContract instantiates a new IdpBrowserSsoAttributeContract object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewIdpBrowserSsoAttributeContractWithDefaults instantiates a new IdpBrowserSsoAttributeContract object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewIdpBrowserSsoAttributeWithDefaults instantiates a new IdpBrowserSsoAttribute object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewIdpBrowserSsoWithDefaults instantiates a new IdpBrowserSso object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewIdpConnection instantiates a new IdpConnection object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewIdpConnections instantiates a new IdpConnections object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewIdpConnectionsWithDefaults instantiates a new IdpConnections object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewIdpConnectionWithDefaults instantiates a new IdpConnection object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewIdpDefaultUrl instantiates a new IdpDefaultUrl object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewIdpDefaultUrlWithDefaults instantiates a new IdpDefaultUrl object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewIdpInboundProvisioning instantiates a new IdpInboundProvisioning object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewIdpInboundProvisioningAttribute instantiates a new IdpInboundProvisioningAttribute object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewIdpInboundProvisioningAttributeContract instantiates a new IdpInboundProvisioningAttributeContract object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewIdpInboundProvisioningAttributeContractWithDefaults instantiates a new IdpInboundProvisioningAttributeContract object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewIdpInboundProvisioningAttributeWithDefaults instantiates a new IdpInboundProvisioningAttribute object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewIdpInboundProvisioningWithDefaults instantiates a new IdpInboundProvisioning object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewIdpOAuthAttributeContract instantiates a new IdpOAuthAttributeContract object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewIdpOAuthAttributeContractWithDefaults instantiates a new IdpOAuthAttributeContract object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewIdpOAuthGrantAttributeMapping instantiates a new IdpOAuthGrantAttributeMapping object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewIdpOAuthGrantAttributeMappingWithDefaults instantiates a new IdpOAuthGrantAttributeMapping object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewIdpRole instantiates a new IdpRole object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewIdpRoleWithDefaults instantiates a new IdpRole object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewIdpSsoServiceEndpoint instantiates a new IdpSsoServiceEndpoint object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewIdpSsoServiceEndpointWithDefaults instantiates a new IdpSsoServiceEndpoint object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewIdpTokenProcessorMapping instantiates a new IdpTokenProcessorMapping object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewIdpTokenProcessorMappingWithDefaults instantiates a new IdpTokenProcessorMapping object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewIdpToSpAdapterMapping instantiates a new IdpToSpAdapterMapping object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewIdpToSpAdapterMappings instantiates a new IdpToSpAdapterMappings object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewIdpToSpAdapterMappingsWithDefaults instantiates a new IdpToSpAdapterMappings object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewIdpToSpAdapterMappingWithDefaults instantiates a new IdpToSpAdapterMapping object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewIdpWsTrust instantiates a new IdpWsTrust object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewIdpWsTrustAttribute instantiates a new IdpWsTrustAttribute object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewIdpWsTrustAttributeContract instantiates a new IdpWsTrustAttributeContract object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewIdpWsTrustAttributeContractWithDefaults instantiates a new IdpWsTrustAttributeContract object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewIdpWsTrustAttributeWithDefaults instantiates a new IdpWsTrustAttribute object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewIdpWsTrustWithDefaults instantiates a new IdpWsTrust object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewInboundBackChannelAuth instantiates a new InboundBackChannelAuth object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewInboundBackChannelAuthWithDefaults instantiates a new InboundBackChannelAuth object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewInboundProvisioningUserRepository instantiates a new InboundProvisioningUserRepository object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewInboundProvisioningUserRepositoryWithDefaults instantiates a new InboundProvisioningUserRepository object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewIncomingProxySettings instantiates a new IncomingProxySettings object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewIncomingProxySettingsWithDefaults instantiates a new IncomingProxySettings object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewIssuanceCriteria instantiates a new IssuanceCriteria object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewIssuanceCriteriaWithDefaults instantiates a new IssuanceCriteria object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewIssuer instantiates a new Issuer object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewIssuerCert instantiates a new IssuerCert object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewIssuerCerts instantiates a new IssuerCerts object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewIssuerCertsWithDefaults instantiates a new IssuerCerts object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewIssuerCertWithDefaults instantiates a new IssuerCert object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewIssuers instantiates a new Issuers object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewIssuersWithDefaults instantiates a new Issuers object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewIssuerWithDefaults instantiates a new Issuer object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewJdbcAttributeSource instantiates a new JdbcAttributeSource object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewJdbcAttributeSourceWithDefaults instantiates a new JdbcAttributeSource object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewJdbcDataStore instantiates a new JdbcDataStore object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewJdbcDataStoreRepository instantiates a new JdbcDataStoreRepository object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewJdbcDataStoreRepositoryWithDefaults instantiates a new JdbcDataStoreRepository object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewJdbcDataStoreWithDefaults instantiates a new JdbcDataStore object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewJdbcTagConfig instantiates a new JdbcTagConfig object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewJdbcTagConfigWithDefaults instantiates a new JdbcTagConfig object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewJitProvisioning instantiates a new JitProvisioning object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewJitProvisioningUserAttributes instantiates a new JitProvisioningUserAttributes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewJitProvisioningUserAttributesWithDefaults instantiates a new JitProvisioningUserAttributes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewJitProvisioningWithDefaults instantiates a new JitProvisioning object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewJwksSettings instantiates a new JwksSettings object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewJwksSettingsWithDefaults instantiates a new JwksSettings object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewKerberosKeySet instantiates a new KerberosKeySet object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewKerberosKeySetWithDefaults instantiates a new KerberosKeySet object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewKerberosRealm instantiates a new KerberosRealm object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewKerberosRealms instantiates a new KerberosRealms object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewKerberosRealmsSettings instantiates a new KerberosRealmsSettings object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewKerberosRealmsSettingsWithDefaults instantiates a new KerberosRealmsSettings object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewKerberosRealmsWithDefaults instantiates a new KerberosRealms object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewKerberosRealmWithDefaults instantiates a new KerberosRealm object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewKeyAlgorithm instantiates a new KeyAlgorithm object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewKeyAlgorithms instantiates a new KeyAlgorithms object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewKeyAlgorithmsWithDefaults instantiates a new KeyAlgorithms object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewKeyAlgorithmWithDefaults instantiates a new KeyAlgorithm object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewKeyPairExportSettings instantiates a new KeyPairExportSettings object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewKeyPairExportSettingsWithDefaults instantiates a new KeyPairExportSettings object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewKeyPairFile instantiates a new KeyPairFile object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewKeyPairFileWithDefaults instantiates a new KeyPairFile object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewKeyPairRotationSettings instantiates a new KeyPairRotationSettings object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewKeyPairRotationSettingsWithDefaults instantiates a new KeyPairRotationSettings object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewKeyPairView instantiates a new KeyPairView object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewKeyPairViews instantiates a new KeyPairViews object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewKeyPairViewsWithDefaults instantiates a new KeyPairViews object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewKeyPairViewWithDefaults instantiates a new KeyPairView object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewLdapAttributeSource instantiates a new LdapAttributeSource object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewLdapAttributeSourceWithDefaults instantiates a new LdapAttributeSource object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewLdapDataStore instantiates a new LdapDataStore object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewLdapDataStoreAttribute instantiates a new LdapDataStoreAttribute object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewLdapDataStoreAttributeWithDefaults instantiates a new LdapDataStoreAttribute object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewLdapDataStoreConfig instantiates a new LdapDataStoreConfig object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewLdapDataStoreConfigWithDefaults instantiates a new LdapDataStoreConfig object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewLdapDataStoreRepository instantiates a new LdapDataStoreRepository object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewLdapDataStoreRepositoryWithDefaults instantiates a new LdapDataStoreRepository object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewLdapDataStoreWithDefaults instantiates a new LdapDataStore object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewLdapInboundProvisioningUserRepository instantiates a new LdapInboundProvisioningUserRepository object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewLdapInboundProvisioningUserRepositoryWithDefaults instantiates a new LdapInboundProvisioningUserRepository object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewLdapTagConfig instantiates a new LdapTagConfig object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewLdapTagConfigWithDefaults instantiates a new LdapTagConfig object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewLicenseAgreementInfo instantiates a new LicenseAgreementInfo object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewLicenseAgreementInfoWithDefaults instantiates a new LicenseAgreementInfo object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewLicenseEventNotificationSettings instantiates a new LicenseEventNotificationSettings object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewLicenseEventNotificationSettingsWithDefaults instantiates a new LicenseEventNotificationSettings object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewLicenseFeatureView instantiates a new LicenseFeatureView object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewLicenseFeatureViewWithDefaults instantiates a new LicenseFeatureView object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewLicenseFile instantiates a new LicenseFile object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewLicenseFileWithDefaults instantiates a new LicenseFile object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewLicenseView instantiates a new LicenseView object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewLicenseViewWithDefaults instantiates a new LicenseView object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewLocalIdentityAuthSource instantiates a new LocalIdentityAuthSource object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewLocalIdentityAuthSourceUpdatePolicy instantiates a new LocalIdentityAuthSourceUpdatePolicy object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewLocalIdentityAuthSourceUpdatePolicyWithDefaults instantiates a new LocalIdentityAuthSourceUpdatePolicy object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewLocalIdentityAuthSourceWithDefaults instantiates a new LocalIdentityAuthSource object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewLocalIdentityField instantiates a new LocalIdentityField object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewLocalIdentityFieldWithDefaults instantiates a new LocalIdentityField object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewLocalIdentityMappingPolicyAction instantiates a new LocalIdentityMappingPolicyAction object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewLocalIdentityMappingPolicyActionWithDefaults instantiates a new LocalIdentityMappingPolicyAction object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewLocalIdentityProfile instantiates a new LocalIdentityProfile object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewLocalIdentityProfiles instantiates a new LocalIdentityProfiles object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewLocalIdentityProfilesWithDefaults instantiates a new LocalIdentityProfiles object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewLocalIdentityProfileWithDefaults instantiates a new LocalIdentityProfile object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewLogCategorySettings instantiates a new LogCategorySettings object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewLogCategorySettingsWithDefaults instantiates a new LogCategorySettings object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewLogSettings instantiates a new LogSettings object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewLogSettingsWithDefaults instantiates a new LogSettings object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewMetadataEventNotificationSettings instantiates a new MetadataEventNotificationSettings object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewMetadataEventNotificationSettingsWithDefaults instantiates a new MetadataEventNotificationSettings object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewMetadataLifetimeSettings instantiates a new MetadataLifetimeSettings object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewMetadataLifetimeSettingsWithDefaults instantiates a new MetadataLifetimeSettings object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewMetadataSigningSettings instantiates a new MetadataSigningSettings object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewMetadataSigningSettingsWithDefaults instantiates a new MetadataSigningSettings object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewMetadataUrl instantiates a new MetadataUrl object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewMetadataUrls instantiates a new MetadataUrls object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewMetadataUrlsWithDefaults instantiates a new MetadataUrls object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewMetadataUrlWithDefaults instantiates a new MetadataUrl object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewMoveItemRequest instantiates a new MoveItemRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewMoveItemRequestWithDefaults instantiates a new MoveItemRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewNewKeyPairSettings instantiates a new NewKeyPairSettings object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewNewKeyPairSettingsWithDefaults instantiates a new NewKeyPairSettings object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewNotificationPublisher instantiates a new NotificationPublisher object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewNotificationPublisherDescriptor instantiates a new NotificationPublisherDescriptor object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewNotificationPublisherDescriptors instantiates a new NotificationPublisherDescriptors object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewNotificationPublisherDescriptorsWithDefaults instantiates a new NotificationPublisherDescriptors object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewNotificationPublisherDescriptorWithDefaults instantiates a new NotificationPublisherDescriptor object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewNotificationPublishers instantiates a new NotificationPublishers object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewNotificationPublishersSettings instantiates a new NotificationPublishersSettings object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewNotificationPublishersSettingsWithDefaults instantiates a new NotificationPublishersSettings object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewNotificationPublishersWithDefaults instantiates a new NotificationPublishers object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewNotificationPublisherWithDefaults instantiates a new NotificationPublisher object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewNotificationSettings instantiates a new NotificationSettings object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewNotificationSettingsWithDefaults instantiates a new NotificationSettings object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
NewOAuthOidcKeysSettings instantiates a new OAuthOidcKeysSettings object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewOAuthOidcKeysSettingsWithDefaults instantiates a new OAuthOidcKeysSettings object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewOAuthRole instantiates a new OAuthRole object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewOAuthRoleWithDefaults instantiates a new OAuthRole object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewOcspSettings instantiates a new OcspSettings object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewOcspSettingsWithDefaults instantiates a new OcspSettings object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewOIDCClientCredentials instantiates a new OIDCClientCredentials object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewOIDCClientCredentialsWithDefaults instantiates a new OIDCClientCredentials object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewOIDCProviderSettings instantiates a new OIDCProviderSettings object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewOIDCProviderSettingsWithDefaults instantiates a new OIDCProviderSettings object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewOIDCRequestParameter instantiates a new OIDCRequestParameter object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewOIDCRequestParameterWithDefaults instantiates a new OIDCRequestParameter object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewOIDCSessionSettings instantiates a new OIDCSessionSettings object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewOIDCSessionSettingsWithDefaults instantiates a new OIDCSessionSettings object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewOpenIdConnectAttribute instantiates a new OpenIdConnectAttribute object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewOpenIdConnectAttributeContract instantiates a new OpenIdConnectAttributeContract object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewOpenIdConnectAttributeContractWithDefaults instantiates a new OpenIdConnectAttributeContract object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewOpenIdConnectAttributeWithDefaults instantiates a new OpenIdConnectAttribute object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewOpenIdConnectPolicies instantiates a new OpenIdConnectPolicies object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewOpenIdConnectPoliciesWithDefaults instantiates a new OpenIdConnectPolicies object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewOpenIdConnectPolicy instantiates a new OpenIdConnectPolicy object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewOpenIdConnectPolicyWithDefaults instantiates a new OpenIdConnectPolicy object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewOpenIdConnectSettings instantiates a new OpenIdConnectSettings object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewOpenIdConnectSettingsWithDefaults instantiates a new OpenIdConnectSettings object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewOptionValue instantiates a new OptionValue object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewOptionValueWithDefaults instantiates a new OptionValue object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewOutboundBackChannelAuth instantiates a new OutboundBackChannelAuth object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewOutboundBackChannelAuthWithDefaults instantiates a new OutboundBackChannelAuth object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewOutboundProvision instantiates a new OutboundProvision object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewOutboundProvisionDatabase instantiates a new OutboundProvisionDatabase object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewOutboundProvisionDatabaseWithDefaults instantiates a new OutboundProvisionDatabase object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewOutboundProvisionWithDefaults instantiates a new OutboundProvision object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewOutOfBandAuthAttribute instantiates a new OutOfBandAuthAttribute object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewOutOfBandAuthAttributeContract instantiates a new OutOfBandAuthAttributeContract object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewOutOfBandAuthAttributeContractWithDefaults instantiates a new OutOfBandAuthAttributeContract object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewOutOfBandAuthAttributeWithDefaults instantiates a new OutOfBandAuthAttribute object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewOutOfBandAuthenticator instantiates a new OutOfBandAuthenticator object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewOutOfBandAuthenticators instantiates a new OutOfBandAuthenticators object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewOutOfBandAuthenticatorsWithDefaults instantiates a new OutOfBandAuthenticators object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewOutOfBandAuthenticatorWithDefaults instantiates a new OutOfBandAuthenticator object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewOutOfBandAuthPluginDescriptor instantiates a new OutOfBandAuthPluginDescriptor object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewOutOfBandAuthPluginDescriptors instantiates a new OutOfBandAuthPluginDescriptors object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewOutOfBandAuthPluginDescriptorsWithDefaults instantiates a new OutOfBandAuthPluginDescriptors object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewOutOfBandAuthPluginDescriptorWithDefaults instantiates a new OutOfBandAuthPluginDescriptor object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewP14EKeyPairView instantiates a new P14EKeyPairView object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewP14EKeyPairViewWithDefaults instantiates a new P14EKeyPairView object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewP14EKeysView instantiates a new P14EKeysView object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewP14EKeysViewWithDefaults instantiates a new P14EKeysView object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewParameterValues instantiates a new ParameterValues object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewParameterValuesWithDefaults instantiates a new ParameterValues object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPasswordCredentialValidator instantiates a new PasswordCredentialValidator object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPasswordCredentialValidatorAttribute instantiates a new PasswordCredentialValidatorAttribute object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPasswordCredentialValidatorAttributeContract instantiates a new PasswordCredentialValidatorAttributeContract object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPasswordCredentialValidatorAttributeContractWithDefaults instantiates a new PasswordCredentialValidatorAttributeContract object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPasswordCredentialValidatorAttributeWithDefaults instantiates a new PasswordCredentialValidatorAttribute object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPasswordCredentialValidatorDescriptor instantiates a new PasswordCredentialValidatorDescriptor object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPasswordCredentialValidatorDescriptors instantiates a new PasswordCredentialValidatorDescriptors object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPasswordCredentialValidatorDescriptorsWithDefaults instantiates a new PasswordCredentialValidatorDescriptors object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPasswordCredentialValidatorDescriptorWithDefaults instantiates a new PasswordCredentialValidatorDescriptor object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPasswordCredentialValidators instantiates a new PasswordCredentialValidators object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPasswordCredentialValidatorsWithDefaults instantiates a new PasswordCredentialValidators object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPasswordCredentialValidatorWithDefaults instantiates a new PasswordCredentialValidator object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPersistentGrantAttribute instantiates a new PersistentGrantAttribute object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPersistentGrantAttributeWithDefaults instantiates a new PersistentGrantAttribute object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPersistentGrantContract instantiates a new PersistentGrantContract object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPersistentGrantContractWithDefaults instantiates a new PersistentGrantContract object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPhoneLocalIdentityField instantiates a new PhoneLocalIdentityField object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPhoneLocalIdentityFieldWithDefaults instantiates a new PhoneLocalIdentityField object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPingOneConnection instantiates a new PingOneConnection object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPingOneConnections instantiates a new PingOneConnections object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPingOneConnectionsWithDefaults instantiates a new PingOneConnections object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPingOneConnectionWithDefaults instantiates a new PingOneConnection object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPingOneCredentialStatus instantiates a new PingOneCredentialStatus object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPingOneCredentialStatusWithDefaults instantiates a new PingOneCredentialStatus object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPingOneEnvironment instantiates a new PingOneEnvironment object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPingOneEnvironments instantiates a new PingOneEnvironments object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPingOneEnvironmentsWithDefaults instantiates a new PingOneEnvironments object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPingOneEnvironmentWithDefaults instantiates a new PingOneEnvironment object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPingOneForEnterpriseSettings instantiates a new PingOneForEnterpriseSettings object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPingOneForEnterpriseSettingsWithDefaults instantiates a new PingOneForEnterpriseSettings object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPingOneLdapGatewayDataStore instantiates a new PingOneLdapGatewayDataStore object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPingOneLdapGatewayDataStoreWithDefaults instantiates a new PingOneLdapGatewayDataStore object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPluginConfigDescriptor instantiates a new PluginConfigDescriptor object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPluginConfigDescriptorWithDefaults instantiates a new PluginConfigDescriptor object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPluginConfiguration instantiates a new PluginConfiguration object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPluginConfigurationWithDefaults instantiates a new PluginConfiguration object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPluginDescriptor instantiates a new PluginDescriptor object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPluginDescriptorWithDefaults instantiates a new PluginDescriptor object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPluginInstance instantiates a new PluginInstance object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPluginInstanceWithDefaults instantiates a new PluginInstance object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPolicyAction instantiates a new PolicyAction object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPolicyActionWithDefaults instantiates a new PolicyAction object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewProcessorPolicyToGeneratorMapping instantiates a new ProcessorPolicyToGeneratorMapping object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewProcessorPolicyToGeneratorMappings instantiates a new ProcessorPolicyToGeneratorMappings object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewProcessorPolicyToGeneratorMappingsWithDefaults instantiates a new ProcessorPolicyToGeneratorMappings object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewProcessorPolicyToGeneratorMappingWithDefaults instantiates a new ProcessorPolicyToGeneratorMapping object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewProfileConfig instantiates a new ProfileConfig object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewProfileConfigWithDefaults instantiates a new ProfileConfig object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewProtocolMessageCustomization instantiates a new ProtocolMessageCustomization object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewProtocolMessageCustomizationWithDefaults instantiates a new ProtocolMessageCustomization object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewProxySettings instantiates a new ProxySettings object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewProxySettingsWithDefaults instantiates a new ProxySettings object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewRadioGroupFieldDescriptor instantiates a new RadioGroupFieldDescriptor object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewRadioGroupFieldDescriptorWithDefaults instantiates a new RadioGroupFieldDescriptor object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewReadGroups instantiates a new ReadGroups object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewReadGroupsWithDefaults instantiates a new ReadGroups object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewReadUsers instantiates a new ReadUsers object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewReadUsersWithDefaults instantiates a new ReadUsers object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewRedirectValidationLocalSettings instantiates a new RedirectValidationLocalSettings object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewRedirectValidationLocalSettingsWithDefaults instantiates a new RedirectValidationLocalSettings object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewRedirectValidationPartnerSettings instantiates a new RedirectValidationPartnerSettings object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewRedirectValidationPartnerSettingsWithDefaults instantiates a new RedirectValidationPartnerSettings object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewRedirectValidationSettings instantiates a new RedirectValidationSettings object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewRedirectValidationSettingsUriAllowlistEntry instantiates a new RedirectValidationSettingsUriAllowlistEntry object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewRedirectValidationSettingsUriAllowlistEntryWithDefaults instantiates a new RedirectValidationSettingsUriAllowlistEntry object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewRedirectValidationSettingsWhitelistEntry instantiates a new RedirectValidationSettingsWhitelistEntry object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewRedirectValidationSettingsWhitelistEntryWithDefaults instantiates a new RedirectValidationSettingsWhitelistEntry object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewRedirectValidationSettingsWithDefaults instantiates a new RedirectValidationSettings object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewRegistrationConfig instantiates a new RegistrationConfig object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewRegistrationConfigWithDefaults instantiates a new RegistrationConfig object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewRequestPolicies instantiates a new RequestPolicies object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewRequestPoliciesWithDefaults instantiates a new RequestPolicies object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewRequestPolicy instantiates a new RequestPolicy object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewRequestPolicyWithDefaults instantiates a new RequestPolicy object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewResourceCategoryInfo instantiates a new ResourceCategoryInfo object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewResourceCategoryInfoWithDefaults instantiates a new ResourceCategoryInfo object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewResourceLink instantiates a new ResourceLink object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewResourceLinkWithDefaults instantiates a new ResourceLink object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewResourceOwnerCredentialsMapping instantiates a new ResourceOwnerCredentialsMapping object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewResourceOwnerCredentialsMappings instantiates a new ResourceOwnerCredentialsMappings object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewResourceOwnerCredentialsMappingsWithDefaults instantiates a new ResourceOwnerCredentialsMappings object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewResourceOwnerCredentialsMappingWithDefaults instantiates a new ResourceOwnerCredentialsMapping object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewResourceUsage instantiates a new ResourceUsage object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewResourceUsages instantiates a new ResourceUsages object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewResourceUsagesWithDefaults instantiates a new ResourceUsages object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewResourceUsageWithDefaults instantiates a new ResourceUsage object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewRestartPolicyAction instantiates a new RestartPolicyAction object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewRestartPolicyActionWithDefaults instantiates a new RestartPolicyAction object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewRolesAndProtocols instantiates a new RolesAndProtocols object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewRolesAndProtocolsWithDefaults instantiates a new RolesAndProtocols object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewRsaAlgKeyId instantiates a new RsaAlgKeyId object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewRsaAlgKeyIdWithDefaults instantiates a new RsaAlgKeyId object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewSaasAttributeMapping instantiates a new SaasAttributeMapping object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewSaasAttributeMappingWithDefaults instantiates a new SaasAttributeMapping object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewSaasFieldConfiguration instantiates a new SaasFieldConfiguration object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewSaasFieldConfigurationWithDefaults instantiates a new SaasFieldConfiguration object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewSaasPluginDescriptor instantiates a new SaasPluginDescriptor object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewSaasPluginDescriptors instantiates a new SaasPluginDescriptors object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewSaasPluginDescriptorsWithDefaults instantiates a new SaasPluginDescriptors object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewSaasPluginDescriptorWithDefaults instantiates a new SaasPluginDescriptor object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewSaasPluginFieldInfoDescriptor instantiates a new SaasPluginFieldInfoDescriptor object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewSaasPluginFieldInfoDescriptorWithDefaults instantiates a new SaasPluginFieldInfoDescriptor object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewSaasPluginFieldOption instantiates a new SaasPluginFieldOption object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewSaasPluginFieldOptionWithDefaults instantiates a new SaasPluginFieldOption object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewSAML20Profile instantiates a new SAML20Profile object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewSAML20ProfileWithDefaults instantiates a new SAML20Profile object This 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.
NewSchemaAttribute instantiates a new SchemaAttribute object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewSchemaAttributeWithDefaults instantiates a new SchemaAttribute object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
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.
NewScopeEntries instantiates a new ScopeEntries object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewScopeEntriesWithDefaults instantiates a new ScopeEntries object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewScopeEntry instantiates a new ScopeEntry object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewScopeEntryWithDefaults instantiates a new ScopeEntry object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewScopeGroupEntries instantiates a new ScopeGroupEntries object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewScopeGroupEntriesWithDefaults instantiates a new ScopeGroupEntries object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewScopeGroupEntry instantiates a new ScopeGroupEntry object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewScopeGroupEntryWithDefaults instantiates a new ScopeGroupEntry object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewSecondarySecret instantiates a new SecondarySecret object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewSecondarySecretWithDefaults instantiates a new SecondarySecret object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewSecretManager instantiates a new SecretManager object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewSecretManagerDescriptor instantiates a new SecretManagerDescriptor object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewSecretManagerDescriptors instantiates a new SecretManagerDescriptors object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewSecretManagerDescriptorsWithDefaults instantiates a new SecretManagerDescriptors object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewSecretManagerDescriptorWithDefaults instantiates a new SecretManagerDescriptor object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewSecretManagers instantiates a new SecretManagers object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewSecretManagersWithDefaults instantiates a new SecretManagers object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewSecretManagerWithDefaults instantiates a new SecretManager object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewSelectFieldDescriptor instantiates a new SelectFieldDescriptor object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewSelectFieldDescriptorWithDefaults instantiates a new SelectFieldDescriptor object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewServerSettings instantiates a new ServerSettings object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewServerSettingsWithDefaults instantiates a new ServerSettings object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewServiceAssociation instantiates a new ServiceAssociation object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewServiceAssociations instantiates a new ServiceAssociations object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewServiceAssociationsWithDefaults instantiates a new ServiceAssociations object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewServiceAssociationWithDefaults instantiates a new ServiceAssociation object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewServiceAuthentication instantiates a new ServiceAuthentication object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewServiceAuthenticationWithDefaults instantiates a new ServiceAuthentication object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewServiceModel instantiates a new ServiceModel object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewServiceModelWithDefaults instantiates a new ServiceModel object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewSessionSettings instantiates a new SessionSettings object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewSessionSettingsWithDefaults instantiates a new SessionSettings object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewSessionValidationSettings instantiates a new SessionValidationSettings object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewSessionValidationSettingsWithDefaults instantiates a new SessionValidationSettings object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewSigningKeys instantiates a new SigningKeys object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewSigningKeysWithDefaults instantiates a new SigningKeys object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewSigningSettings instantiates a new SigningSettings object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewSigningSettingsWithDefaults instantiates a new SigningSettings object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewSloServiceEndpoint instantiates a new SloServiceEndpoint object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewSloServiceEndpointWithDefaults instantiates a new SloServiceEndpoint object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewSourceTypeIdKey instantiates a new SourceTypeIdKey object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewSourceTypeIdKeyWithDefaults instantiates a new SourceTypeIdKey object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewSpAdapter instantiates a new SpAdapter object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewSpAdapterAttribute instantiates a new SpAdapterAttribute object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewSpAdapterAttributeContract instantiates a new SpAdapterAttributeContract object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewSpAdapterAttributeContractWithDefaults instantiates a new SpAdapterAttributeContract object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewSpAdapterAttributeWithDefaults instantiates a new SpAdapterAttribute object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewSpAdapterDescriptor instantiates a new SpAdapterDescriptor object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewSpAdapterDescriptors instantiates a new SpAdapterDescriptors object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewSpAdapterDescriptorsWithDefaults instantiates a new SpAdapterDescriptors object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewSpAdapterDescriptorWithDefaults instantiates a new SpAdapterDescriptor object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewSpAdapterMapping instantiates a new SpAdapterMapping object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewSpAdapterMappingWithDefaults instantiates a new SpAdapterMapping object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewSpAdapters instantiates a new SpAdapters object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewSpAdaptersWithDefaults instantiates a new SpAdapters object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewSpAdapterTargetApplicationInfo instantiates a new SpAdapterTargetApplicationInfo object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewSpAdapterTargetApplicationInfoWithDefaults instantiates a new SpAdapterTargetApplicationInfo object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewSpAdapterUrlMapping instantiates a new SpAdapterUrlMapping object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewSpAdapterUrlMappings instantiates a new SpAdapterUrlMappings object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewSpAdapterUrlMappingsWithDefaults instantiates a new SpAdapterUrlMappings object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewSpAdapterUrlMappingWithDefaults instantiates a new SpAdapterUrlMapping object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewSpAdapterWithDefaults instantiates a new SpAdapter object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewSpAttributeQuery instantiates a new SpAttributeQuery object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewSpAttributeQueryPolicy instantiates a new SpAttributeQueryPolicy object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewSpAttributeQueryPolicyWithDefaults instantiates a new SpAttributeQueryPolicy object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewSpAttributeQueryWithDefaults instantiates a new SpAttributeQuery object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewSpBrowserSso instantiates a new SpBrowserSso object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewSpBrowserSsoAttribute instantiates a new SpBrowserSsoAttribute object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewSpBrowserSsoAttributeContract instantiates a new SpBrowserSsoAttributeContract object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewSpBrowserSsoAttributeContractWithDefaults instantiates a new SpBrowserSsoAttributeContract object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewSpBrowserSsoAttributeWithDefaults instantiates a new SpBrowserSsoAttribute object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewSpBrowserSsoWithDefaults instantiates a new SpBrowserSso object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewSpConnection instantiates a new SpConnection object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewSpConnections instantiates a new SpConnections object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewSpConnectionsWithDefaults instantiates a new SpConnections object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewSpConnectionWithDefaults instantiates a new SpConnection object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewSpDefaultUrls instantiates a new SpDefaultUrls object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewSpDefaultUrlsWithDefaults instantiates a new SpDefaultUrls object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewSpRole instantiates a new SpRole object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewSpRoleWithDefaults instantiates a new SpRole object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewSpSAML20Profile instantiates a new SpSAML20Profile object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewSpSAML20ProfileWithDefaults instantiates a new SpSAML20Profile object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewSpSsoServiceEndpoint instantiates a new SpSsoServiceEndpoint object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewSpSsoServiceEndpointWithDefaults instantiates a new SpSsoServiceEndpoint object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewSpTokenGeneratorMapping instantiates a new SpTokenGeneratorMapping object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewSpTokenGeneratorMappingWithDefaults instantiates a new SpTokenGeneratorMapping object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewSpUrlMapping instantiates a new SpUrlMapping object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewSpUrlMappings instantiates a new SpUrlMappings object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewSpUrlMappingsWithDefaults instantiates a new SpUrlMappings object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewSpUrlMappingWithDefaults instantiates a new SpUrlMapping object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewSpWsTrust instantiates a new SpWsTrust object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewSpWsTrustAttribute instantiates a new SpWsTrustAttribute object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewSpWsTrustAttributeContract instantiates a new SpWsTrustAttributeContract object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewSpWsTrustAttributeContractWithDefaults instantiates a new SpWsTrustAttributeContract object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewSpWsTrustAttributeWithDefaults instantiates a new SpWsTrustAttribute object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewSpWsTrustWithDefaults instantiates a new SpWsTrust object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewSqlMethod instantiates a new SqlMethod object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewSqlMethodWithDefaults instantiates a new SqlMethod object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewSslServerSettings instantiates a new SslServerSettings object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewSslServerSettingsWithDefaults instantiates a new SslServerSettings object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewSsoOAuthMapping instantiates a new SsoOAuthMapping object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewSsoOAuthMappingWithDefaults instantiates a new SsoOAuthMapping object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewStoredProcedure instantiates a new StoredProcedure object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewStoredProcedureWithDefaults instantiates a new StoredProcedure object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewStsRequestParametersContract instantiates a new StsRequestParametersContract object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewStsRequestParametersContracts instantiates a new StsRequestParametersContracts object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewStsRequestParametersContractsWithDefaults instantiates a new StsRequestParametersContracts object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewStsRequestParametersContractWithDefaults instantiates a new StsRequestParametersContract object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewSystemKey instantiates a new SystemKey object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewSystemKeys instantiates a new SystemKeys object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewSystemKeysWithDefaults instantiates a new SystemKeys object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewSystemKeyWithDefaults instantiates a new SystemKey object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewTable instantiates a new Table object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewTableDescriptor instantiates a new TableDescriptor object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewTableDescriptorWithDefaults instantiates a new TableDescriptor object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewTableWithDefaults instantiates a new Table object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewTextAreaFieldDescriptor instantiates a new TextAreaFieldDescriptor object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewTextAreaFieldDescriptorWithDefaults instantiates a new TextAreaFieldDescriptor object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewTextFieldDescriptor instantiates a new TextFieldDescriptor object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewTextFieldDescriptorWithDefaults instantiates a new TextFieldDescriptor object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewTextLocalIdentityField instantiates a new TextLocalIdentityField object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewTextLocalIdentityFieldWithDefaults instantiates a new TextLocalIdentityField object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewThreadPoolExhaustionNotificationSettings instantiates a new ThreadPoolExhaustionNotificationSettings object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewThreadPoolExhaustionNotificationSettingsWithDefaults instantiates a new ThreadPoolExhaustionNotificationSettings object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewTokenExchangeGeneratorGroup instantiates a new TokenExchangeGeneratorGroup object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewTokenExchangeGeneratorGroups instantiates a new TokenExchangeGeneratorGroups object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewTokenExchangeGeneratorGroupsWithDefaults instantiates a new TokenExchangeGeneratorGroups object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewTokenExchangeGeneratorGroupWithDefaults instantiates a new TokenExchangeGeneratorGroup object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewTokenExchangeGeneratorMapping instantiates a new TokenExchangeGeneratorMapping object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewTokenExchangeGeneratorMappingWithDefaults instantiates a new TokenExchangeGeneratorMapping object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewTokenExchangeGeneratorSettings instantiates a new TokenExchangeGeneratorSettings object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewTokenExchangeGeneratorSettingsWithDefaults instantiates a new TokenExchangeGeneratorSettings object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewTokenExchangeProcessorAttribute instantiates a new TokenExchangeProcessorAttribute object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewTokenExchangeProcessorAttributeContract instantiates a new TokenExchangeProcessorAttributeContract object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewTokenExchangeProcessorAttributeContractWithDefaults instantiates a new TokenExchangeProcessorAttributeContract object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewTokenExchangeProcessorAttributeWithDefaults instantiates a new TokenExchangeProcessorAttribute object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewTokenExchangeProcessorMapping instantiates a new TokenExchangeProcessorMapping object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewTokenExchangeProcessorMappingWithDefaults instantiates a new TokenExchangeProcessorMapping object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewTokenExchangeProcessorPolicies instantiates a new TokenExchangeProcessorPolicies object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewTokenExchangeProcessorPoliciesWithDefaults instantiates a new TokenExchangeProcessorPolicies object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewTokenExchangeProcessorPolicy instantiates a new TokenExchangeProcessorPolicy object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewTokenExchangeProcessorPolicyWithDefaults instantiates a new TokenExchangeProcessorPolicy object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewTokenExchangeProcessorSettings instantiates a new TokenExchangeProcessorSettings object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewTokenExchangeProcessorSettingsWithDefaults instantiates a new TokenExchangeProcessorSettings object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewTokenGenerator instantiates a new TokenGenerator object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewTokenGeneratorAttribute instantiates a new TokenGeneratorAttribute object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewTokenGeneratorAttributeContract instantiates a new TokenGeneratorAttributeContract object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewTokenGeneratorAttributeContractWithDefaults instantiates a new TokenGeneratorAttributeContract object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewTokenGeneratorAttributeWithDefaults instantiates a new TokenGeneratorAttribute object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewTokenGeneratorDescriptor instantiates a new TokenGeneratorDescriptor object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewTokenGeneratorDescriptors instantiates a new TokenGeneratorDescriptors object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewTokenGeneratorDescriptorsWithDefaults instantiates a new TokenGeneratorDescriptors object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewTokenGeneratorDescriptorWithDefaults instantiates a new TokenGeneratorDescriptor object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewTokenGenerators instantiates a new TokenGenerators object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewTokenGeneratorsWithDefaults instantiates a new TokenGenerators object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewTokenGeneratorWithDefaults instantiates a new TokenGenerator object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewTokenProcessor instantiates a new TokenProcessor object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewTokenProcessorAttribute instantiates a new TokenProcessorAttribute object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewTokenProcessorAttributeContract instantiates a new TokenProcessorAttributeContract object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewTokenProcessorAttributeContractWithDefaults instantiates a new TokenProcessorAttributeContract object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewTokenProcessorAttributeWithDefaults instantiates a new TokenProcessorAttribute object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewTokenProcessorDescriptor instantiates a new TokenProcessorDescriptor object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewTokenProcessorDescriptors instantiates a new TokenProcessorDescriptors object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewTokenProcessorDescriptorsWithDefaults instantiates a new TokenProcessorDescriptors object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewTokenProcessorDescriptorWithDefaults instantiates a new TokenProcessorDescriptor object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewTokenProcessors instantiates a new TokenProcessors object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewTokenProcessorsWithDefaults instantiates a new TokenProcessors object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewTokenProcessorWithDefaults instantiates a new TokenProcessor object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewTokenToTokenMapping instantiates a new TokenToTokenMapping object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewTokenToTokenMappings instantiates a new TokenToTokenMappings object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewTokenToTokenMappingsWithDefaults instantiates a new TokenToTokenMappings object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewTokenToTokenMappingWithDefaults instantiates a new TokenToTokenMapping object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewUploadFileFieldDescriptor instantiates a new UploadFileFieldDescriptor object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewUploadFileFieldDescriptorWithDefaults instantiates a new UploadFileFieldDescriptor object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewUrlWhitelistEntry instantiates a new UrlWhitelistEntry object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewUrlWhitelistEntryWithDefaults instantiates a new UrlWhitelistEntry object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewUserCredentials instantiates a new UserCredentials object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewUserCredentialsWithDefaults instantiates a new UserCredentials object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewUsernamePasswordCredentials instantiates a new UsernamePasswordCredentials object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewUsernamePasswordCredentialsWithDefaults instantiates a new UsernamePasswordCredentials object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewUsers instantiates a new Users object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewUsersWithDefaults instantiates a new Users object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewValidationError instantiates a new ValidationError object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewValidationErrorWithDefaults instantiates a new ValidationError object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewVersion instantiates a new Version object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewVersionWithDefaults instantiates a new Version object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewVirtualHostNameSettings instantiates a new VirtualHostNameSettings object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewVirtualHostNameSettingsWithDefaults instantiates a new VirtualHostNameSettings object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewWriteGroups instantiates a new WriteGroups object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewWriteGroupsWithDefaults instantiates a new WriteGroups object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewWriteUsers instantiates a new WriteUsers object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewWriteUsersWithDefaults instantiates a new WriteUsers object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewWsTrustStsSettings instantiates a new WsTrustStsSettings object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewWsTrustStsSettingsWithDefaults instantiates a new WsTrustStsSettings object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewX509File instantiates a new X509File object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewX509FileWithDefaults instantiates a new X509File object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
PingOneLdapGatewayDataStoreAsDataStoreAggregation is a convenience function that returns PingOneLdapGatewayDataStore wrapped in DataStoreAggregation.
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.
RestartPolicyActionAsPolicyActionAggregation is a convenience function that returns RestartPolicyAction wrapped in PolicyActionAggregation.

# Variables

ContextAccessToken takes a string oauth2 access token as authentication for the request.
ContextBasicAuth takes BasicAuth 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

ACAPTCHAProviderPluginDescriptor struct for ACAPTCHAProviderPluginDescriptor.
AccessTokenAttribute An attribute for an Access Token's attribute contract.
AccessTokenAttributeContract A set of attributes exposed by an Access Token Manager.
AccessTokenManagementSettings General access token management settings.
AccessTokenManager struct for AccessTokenManager.
AccessTokenManagerDescriptor struct for AccessTokenManagerDescriptor.
AccessTokenManagerDescriptors A collection of OAuth access token management plugin descriptors.
AccessTokenManagerMapping A mapping in a connection that defines how access tokens are created.
AccessTokenManagers A collection of OAuth access token management plugin instances.
AccessTokenMapping The Access Token Attribute Mapping.
AccessTokenMappingContext The Access Token Attribute Mapping.
AccountManagementSettings Account management settings.
ACollectionOfCAPTCHAProviderPluginDescriptors struct for ACollectionOfCAPTCHAProviderPluginDescriptors.
Action A read-only plugin action that either represents a file download or an arbitrary invocation performed by the plugin.
ActionDescriptor Describes an arbitrary action that is available for a plugin.
ActionOptions Action options to invoke action.
ActionParameter An action parameter value.
ActionResult The result for non-download plugin actions.
Actions A read-only list of available actions for this plugin instance.
AdditionalAllowedEntitiesConfiguration Additional allowed entities or issuers configuration.
AdditionalKeySet The attributes used to configure an OAuth/OpenID Connect additional signing key set with virtual issuers.
AdditionalKeySets A collection of OAuth/OpenID Connect additional signing key sets.
AdminConsoleInfo Describes the administrative console state information when the active/passive administrative console feature is enabled.
AdministrativeAccount A PingFederate administrator account.
AdministrativeAccounts PingFederate administrator accounts.
AdminNodeRoleServiceInfo Describes information returned by the administrative node role service.
AlternativeLoginHintTokenIssuer JSON Web Key Set Settings.
ApcMappingPolicyAction struct for ApcMappingPolicyAction.
ApcToPersistentGrantMapping An authentication policy contract mapping into an OAuth persistent grant.
ApcToPersistentGrantMappings A collection of OAuth authentication policy contract to persistent grant mapping items.
ApcToSpAdapterMapping The Authentication Policy Contract (APC) to SP Adapter Mapping.
ApcToSpAdapterMappings A collection of Authentication Policy Contract (APC) to SP Adapter Mappings.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
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 Administrative API Documentation API v12.1.0.4 In most cases there should be only one, shared, APIClient.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
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
APIResponse stores the API response returned by the server.
ApiResult Details on the result of the operation.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
ApplicationSessionPolicy Session controls for user facing PingFederate application endpoints, such as the profile management endpoint.
ArtifactResolverLocation The remote party URLs to resolve the artifact.
ArtifactSettings The settings for an Artifact binding.
AssertionLifetime The timeframe of validity before and after the issuance of the assertion.
AtmAccessControlSettings Access control settings for an access token management plugin instance.
AtmSelectionSettings Selection settings for an access token management plugin instance.
Attribute The definition of an attribute in an attribute contract.
AttributeFulfillmentValue Defines how an attribute in an attribute contract should be populated.
AttributeMapping A list of mappings from attribute sources to attribute targets.
AttributeQueryNameMapping The attribute query name mappings between the SP and the IdP.
AttributeRule Authentication policy rules using attributes from the previous authentication source.
AttributeRules A collection of attribute rules.
AttributeSource The configured settings to look up attributes from an associated data store.
AttributeSourceAggregation - struct for AttributeSourceAggregation.
AuthenticationPoliciesSettings The settings for the authentication policies.
AuthenticationPolicy An authentication policy.
AuthenticationPolicyContract Authentication Policy Contracts carry user attributes from the identity provider to the service provider.
AuthenticationPolicyContractAssertionMapping The Authentication Policy Contract Assertion Mapping.
AuthenticationPolicyContractAttribute An attribute for the Authentication Policy Contract.
AuthenticationPolicyContractMapping An Authentication Policy Contract mapping into IdP Connection.
AuthenticationPolicyContracts A collection of Authentication Policy Contracts.
AuthenticationPolicyFragment An authentication policy fragment.
AuthenticationPolicyFragments A collection of Authentication Policy Fragments.
AuthenticationPolicyTree An authentication policy tree.
AuthenticationPolicyTreeNode An authentication policy tree node.
AuthenticationSelector struct for AuthenticationSelector.
AuthenticationSelectorAttribute An attribute for the Authentication Selector attribute contract.
AuthenticationSelectorAttributeContract A set of attributes exposed by an Authentication Selector.
AuthenticationSelectorDescriptor struct for AuthenticationSelectorDescriptor.
AuthenticationSelectorDescriptors A collection of Authentication Selector descriptors.
AuthenticationSelectors A collection of Authentication Selector instances.
AuthenticationSessionPolicies A collection of authentication session policies.
AuthenticationSessionPolicy The session policy for a specified authentication source.
AuthenticationSource An authentication source (IdP adapter or IdP connection).
AuthnApiApplication Authentication API Application.
AuthnApiApplications A collection of Authentication API Application items.
AuthnApiSettings Authentication API Application Settings.
AuthnContextMapping The authentication context mapping between local and remote values.
AuthnSelectorPolicyAction struct for AuthnSelectorPolicyAction.
AuthnSourcePolicyAction struct for AuthnSourcePolicyAction.
AuthorizationDetailProcessor struct for AuthorizationDetailProcessor.
AuthorizationDetailProcessorDescriptor struct for AuthorizationDetailProcessorDescriptor.
AuthorizationDetailProcessorDescriptors A collection of authorization detail processor plugin descriptors.
AuthorizationDetailProcessors A collection of authorization detail processor plugin instances.
AuthorizationDetailType The authorization detail type and the authorization detail processor to process the type.
AuthorizationDetailTypes A collection of authorization detail types.
AuthorizationServerSettings Authorization Server Settings attributes.
BackChannelAuth The SOAP authentication methods when sending or receiving a message using SOAP back channel.
BaseDefaultValueLocalIdentityField struct for BaseDefaultValueLocalIdentityField.
BaseProviderRole Base Provider Role.
BaseSelectionFieldDescriptor struct for BaseSelectionFieldDescriptor.
BaseSelectionLocalIdentityField struct for BaseSelectionLocalIdentityField.
BaseSigningSettings Settings related to signing messages.
BasicAuth provides basic http authentication to a request passed via context using ContextBasicAuth.
BinaryLdapAttributeSettings Binary settings for a LDAP attribute.
BulkConfig Model describing a series of configuration operations.
BulkConfigMetadata Model describing how bulk configuration data was generated.
BulkheadAlertNotificationSettings Notification settings for bulkhead alert events.
CaptchaProvider A CAPTCHA provider plugin instance.
CaptchaProviderDescriptor A CAPTCHA provider plugin descriptor.
CaptchaProviderDescriptors A collection of CAPTCHA provider plugin descriptors.
CaptchaProviders A collection of CAPTCHA provider plugin instances.
CaptchaProvidersSettings General CAPTCHA provider settings.
CaptchaSettings Settings for CAPTCHA.
CertificateExpirationNotificationSettings Notification settings for certificate expiration events.
CertificateRevocationSettings Certificate revocation settings.
CertView Certificate details.
CertViews A collection of Certificate items.
ChangeDetectionSettings Setting to detect changes to a user or a group.
Channel A channel is a combination of a source data store and a provisioning target.
ChannelSource The source data source and LDAP settings.
ChannelSourceLocation The location settings that includes a DN and a LDAP filter.
CheckBoxFieldDescriptor struct for CheckBoxFieldDescriptor.
CheckboxGroupLocalIdentityField struct for CheckboxGroupLocalIdentityField.
CheckboxLocalIdentityField struct for CheckboxLocalIdentityField.
CibaServerPolicySettings Settings for the CIBA request policy configuration.
Client OAuth client.
ClientAuth Client Authentication.
ClientMetadata The client metadata.
ClientOIDCPolicy OAuth Client Open ID Connect Policy.
ClientRegistrationOIDCPolicy Client Registration Open ID Connect Policy settings.
ClientRegistrationPolicies A collection of client registration policy plugin instances.
ClientRegistrationPolicy struct for ClientRegistrationPolicy.
ClientRegistrationPolicyDescriptor struct for ClientRegistrationPolicyDescriptor.
ClientRegistrationPolicyDescriptors A collection of client registration policy plugin descriptors.
Clients A collection of OAuth client items.
ClientSecret Client Secret.
ClientSettings The client settings.
ClusterNode Describes a node in a clustered deployment of PingFederate.
ClusterSettings Cluster configuration settings.
ClusterStatus Information on cluster nodes and replication status.
ConditionalIssuanceCriteriaEntry An issuance criterion that checks a source attribute against a particular condition and the expected value.
ConfigField A plugin configuration field value.
ConfigOperation Model describing a list of configuration operations for a given resource type.
ConfigRow A row of configuration values for a plugin configuration table.
ConfigStoreBundle List of all configuration settings in a bundle.
ConfigStoreSetting Single configuration setting.
ConfigTable A plugin configuration table populated with values.
Configuration stores the configuration of the API client.
ConfigurationEncryptionKey Configuration Encryption Key.
ConfigurationEncryptionKeys Configuration Encryption Keys.
Connection Settings shared by SP-side and IdP-side connections.
ConnectionCert A certificate used for signature verification or XML encryption.
ConnectionCerts The certificates used for signature verification and XML encryption.
ConnectionCredentials The certificates and settings for encryption, signing, and signature verification.
ConnectionGroupLicenseView Connection group license information.
ConnectionMetadataUrl Configuration settings to enable automatic reload of partner's metadata.
ContactInfo Contact information.
ContinuePolicyAction struct for ContinuePolicyAction.
ConvertMetadataRequest A request for converting SAML connection metadata into a JSON connection.
ConvertMetadataResponse A response from converting SAML connection metadata into a JSON connection.
CrlSettings CRL settings.
CSRResponse Represents a CSR response file.
CustomAttributeSource struct for CustomAttributeSource.
CustomDataStore struct for CustomDataStore.
CustomDataStoreDescriptor struct for CustomDataStoreDescriptor.
CustomDataStoreDescriptors A collection of custom data store descriptors.
DataStore The set of attributes used to configure a data store.
DataStoreAggregation - struct for DataStoreAggregation.
DataStoreAttribute The data store attribute.
DataStoreConfig Local identity profile data store.
DataStoreRepository Jit Provisioning user repository data store.
DataStoreRepositoryAggregation - struct for DataStoreRepositoryAggregation.
DataStores A collection of data stores.
DateLocalIdentityField struct for DateLocalIdentityField.
DecryptionKeys Decryption keys used to decrypt message content received from the partner.
DecryptionPolicy Defines what to decrypt in the browser-based SSO profile.
DonePolicyAction struct for DonePolicyAction.
DropDownLocalIdentityField struct for DropDownLocalIdentityField.
DynamicClientRegistration Dynamic client registration settings.
EmailLocalIdentityField struct for EmailLocalIdentityField.
EmailServerSettings Email server configuration settings.
EmailVerificationConfig A local identity email verification configuration.
EncryptionPolicy Defines what to encrypt in the browser-based SSO profile.
Entity struct for Entity.
ExportMetadataRequest The request for exporting a SAML connection's metadata file for a partner.
ExpressionIssuanceCriteriaEntry An issuance criterion that uses a Boolean return value from an OGNL expression to determine whether or not it passes.
ExtendedProperties A collection of Extended Properties definitions.
ExtendedProperty Extended Property definition that allows to store additional information about IdP/SP Connections and OAuth Clients.
FederationInfo Federation Info.
FieldConfig A local identity profile field configuration.
FieldDescriptor Describes a plugin configuration field.
FieldEntry A simple name value pair to represent a field entry.
FragmentPolicyAction struct for FragmentPolicyAction.
GeneralSettings General settings.
GenericOpenAPIError Provides access to the body, error and model on returned errors.
GlobalAuthenticationSessionPolicy The global policy for authentication sessions.
GroupAttribute The definition of a group attribute in a group attribute contract.
GroupMembershipDetection Settings to detect group memberships.
Groups Group creation and read configuration.
HashedTextFieldDescriptor struct for HashedTextFieldDescriptor.
HiddenLocalIdentityField struct for HiddenLocalIdentityField.
IdentityHintAttribute An attribute for the ciba request policy's identity hint attribute contract.
IdentityHintContract A set of attributes exposed by request policy contract.
IdentityStoreInboundProvisioningUserRepository struct for IdentityStoreInboundProvisioningUserRepository.
IdentityStoreProvisioner An identity store provisioner instance.
IdentityStoreProvisionerAttributeContract A set of attributes exposed by an identity store provisioner.
IdentityStoreProvisionerDescriptor An identity store provisioner descriptor.
IdentityStoreProvisionerDescriptors A collection of identity store provisioner descriptors.
IdentityStoreProvisionerGroupAttributeContract A set of group attributes exposed by an identity store provisioner.
IdentityStoreProvisioners A collection of identity store provisioners.
IdpAdapter struct for IdpAdapter.
IdpAdapterAssertionMapping The IdP Adapter Assertion Mapping.
IdpAdapterAttribute An attribute for the IdP adapter attribute contract.
IdpAdapterAttributeContract A set of attributes exposed by an IdP adapter.
IdpAdapterContractMapping An IdP Adapter Contract Mapping.
IdpAdapterDescriptor struct for IdpAdapterDescriptor.
IdpAdapterDescriptors A collection of IdP adapter descriptors.
IdpAdapterMapping The OAuth IdP Adapter Mapping.
IdpAdapterMappings A collection of OAuth IdP adapter mapping items.
IdpAdapters A collection of IdP adapters.
IdpAttributeQuery The attribute query profile supports local applications in requesting user attributes from an attribute authority.
IdpAttributeQueryPolicy The attribute query profile's security policy.
IdpBrowserSso The settings used to enable secure browser-based SSO to resources at your site.
IdpBrowserSsoAttribute An attribute for the IdP Browser SSO attribute contract.
IdpBrowserSsoAttributeContract A set of user attributes that the IdP sends in the SAML assertion.
IdpConnection struct for IdpConnection.
IdpConnections A collection of IdP connections.
IdpDefaultUrl IDP Default URL settings.
IdpInboundProvisioning SCIM Inbound Provisioning specifies how and when to provision user accounts and groups.
IdpInboundProvisioningAttribute An attribute for the IdP Inbound Provisioning attribute contract.
IdpInboundProvisioningAttributeContract A set of user attributes that the IdP sends in the SCIM response.
IdpOAuthAttributeContract A set of user attributes that the IdP sends in the OAuth Assertion Grant.
IdpOAuthGrantAttributeMapping The OAuth Assertion Grant settings used to map from your IdP.
IdpRole struct for IdpRole.
IdpSsoServiceEndpoint The settings that define an endpoint to an IdP SSO service.
IdpTokenProcessorMapping The IdP Token Processor Mapping.
IdpToSpAdapterMapping The IdP-to-SP Adapter Mapping.
IdpToSpAdapterMappings A collection of IdP-to-SP Adapter Mappings.
IdpWsTrust Ws-Trust STS provides validation of incoming tokens which enable SSO access to Web Services.
IdpWsTrustAttribute An attribute for the Ws-Trust attribute contract.
IdpWsTrustAttributeContract A set of user attributes that this server will receive in the token.
InboundBackChannelAuth struct for InboundBackChannelAuth.
InboundProvisioningUserRepository SCIM Inbound Provisioning user repository.
InboundProvisioningUserRepositoryAggregation - struct for InboundProvisioningUserRepositoryAggregation.
IncomingProxySettings Incoming Proxy Settings.
IssuanceCriteria A list of criteria that determines whether a transaction (usually a SSO transaction) is continued.
Issuer The set of attributes used to configure a virtual issuer.
IssuerCert A certificate used to validate certificates for access to the WS-Trust STS endpoints.
IssuerCerts The certificates used to validate certificates for access to the WS-Trust STS endpoints.
Issuers A collection of virtual issuers.
JdbcAttributeSource struct for JdbcAttributeSource.
JdbcDataStore struct for JdbcDataStore.
JdbcDataStoreRepository struct for JdbcDataStoreRepository.
JdbcTagConfig A JDBC data store's connection URLs and tags configuration.
JitProvisioning The settings used to specify how and when to provision user accounts.
JitProvisioningUserAttributes struct for JitProvisioningUserAttributes.
JwksSettings JSON Web Key Set Settings.
KerberosKeySet Represents a set of Kerberos encryption keys.
KerberosRealm struct for KerberosRealm.
KerberosRealms A collection of Kerberos Realms.
KerberosRealmsSettings Settings for all of the Kerberos Realms.
KeyAlgorithm Details for a key algorithm.
KeyAlgorithms A collection of key algorithms.
KeyPairExportSettings Settings for exporting a key pair file from the system.
KeyPairFile Represents the contents of a PKCS12 or PEM file.
KeyPairRotationSettings Key Pair Rotation Details.
KeyPairView Key pair details.
KeyPairViews A collection of KeyPairView items.
LdapAttributeSource struct for LdapAttributeSource.
LdapDataStore struct for LdapDataStore.
LdapDataStoreAttribute struct for LdapDataStoreAttribute.
LdapDataStoreConfig LDAP data store configuration.
LdapDataStoreRepository struct for LdapDataStoreRepository.
LdapInboundProvisioningUserRepository struct for LdapInboundProvisioningUserRepository.
LdapTagConfig An LDAP data store's hostnames and tags configuration.
LicenseAgreementInfo PingFederate License Agreement information.
LicenseEventNotificationSettings Notification settings for licensing events.
LicenseFeatureView PingFederate license feature details.
LicenseFile License to import.
LicenseView PingFederate License details.
LocalIdentityAuthSource An authentication source name.
LocalIdentityAuthSourceUpdatePolicy Settings to determine whether to store attributes that came from third-party authentication sources.
LocalIdentityField Local identity profile fields.
LocalIdentityMappingPolicyAction struct for LocalIdentityMappingPolicyAction.
LocalIdentityProfile A local identity profile.
LocalIdentityProfiles A collection of local identity profiles.
LogCategorySettings The settings for a log category.
LogSettings Settings related to server logging.
MetadataEventNotificationSettings Notification settings for metadata update events.
MetadataLifetimeSettings Metadata lifetime settings.
MetadataSigningSettings Metadata signing settings.
MetadataUrl Metadata URL and corresponding Signature Verification Certificate.
MetadataUrls struct for MetadataUrls.
MoveItemRequest Metadata from a request about where to move a resource.
NewKeyPairSettings Settings for creating a new key pair.
NotificationPublisher struct for NotificationPublisher.
NotificationPublisherDescriptor struct for NotificationPublisherDescriptor.
NotificationPublisherDescriptors A collection of notification publisher plugin descriptors.
NotificationPublishers A collection of notification publisher plugin instances.
NotificationPublishersSettings General notification publisher settings.
NotificationSettings Settings for notifications relating to licensing and certificate expiration.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
OAuthOidcKeysSettings Setting for OAuth/OpenID Connect signing and decryption key settings.
OAuthRole This property has been deprecated and is no longer used.
No description provided by the author
OcspSettings OCSP settings.
OIDCClientCredentials The OpenID Connect Client Credentials settings.
OIDCProviderSettings The OpenID Provider settings.
OIDCRequestParameter An OIDC custom request parameter.
OIDCSessionSettings (Deprecated) Settings relating to OpenID Connect session management.
OpenIdConnectAttribute An attribute for the OpenID Connect returned to OAuth clients.
OpenIdConnectAttributeContract A set of attributes that will be returned to OAuth clients in response to requests received at the PingFederate UserInfo endpoint.
OpenIdConnectPolicies A collection of OpenID Connect policies.
OpenIdConnectPolicy The set of attributes used to configure an OpenID Connect policy.
OpenIdConnectSettings Settings for the OpenID Connect configuration.
OptionValue An option name and value associated with a selection field.
OutboundBackChannelAuth struct for OutboundBackChannelAuth.
OutboundProvision Outbound Provisioning allows an IdP to create and maintain user accounts at standards-based partner sites using SCIM as well as select-proprietary provisioning partner sites that are protocol-enabled.
OutboundProvisionDatabase The settings for database used internally to facilitate outbound provisioning.
OutOfBandAuthAttribute An attribute for the out of band authenticator plugin instance attribute contract.
OutOfBandAuthAttributeContract A set of attributes exposed by an out of band authenticator plugin instance.
OutOfBandAuthenticator struct for OutOfBandAuthenticator.
OutOfBandAuthenticators A collection of out of band authenticator plugin instances.
OutOfBandAuthPluginDescriptor struct for OutOfBandAuthPluginDescriptor.
OutOfBandAuthPluginDescriptors struct for OutOfBandAuthPluginDescriptors.
P14EKeyPairView PingOne for Enterprise connection key pair details.
P14EKeysView The collection of PingOne for Enterprise connection key pair details.
ParameterValues Parameter Values.
PasswordCredentialValidator struct for PasswordCredentialValidator.
PasswordCredentialValidatorAttribute An attribute for the password credential validator attribute contract.
PasswordCredentialValidatorAttributeContract struct for PasswordCredentialValidatorAttributeContract.
PasswordCredentialValidatorDescriptor struct for PasswordCredentialValidatorDescriptor.
PasswordCredentialValidatorDescriptors A collection of password credential validator descriptors.
PasswordCredentialValidators A collection of password credential validators.
PersistentGrantAttribute A persistent grant contract attribute.
PersistentGrantContract struct for PersistentGrantContract.
PhoneLocalIdentityField struct for PhoneLocalIdentityField.
PingOneConnection PingOne connection.
PingOneConnections A collection of PingOne connections.
PingOneCredentialStatus PingOne credential Status.
PingOneEnvironment struct for PingOneEnvironment.
PingOneEnvironments A collection of PingOne Environments.
PingOneForEnterpriseSettings PingOne for Enterprise Settings.
PingOneLdapGatewayDataStore struct for PingOneLdapGatewayDataStore.
PluginConfigDescriptor Defines the configuration fields available for a plugin.
PluginConfiguration Configuration settings for a plugin instance.
PluginDescriptor Defines a plugin type, including available configuration parameters.
PluginInstance A plugin instance.
PolicyAction An authentication policy selection action.
PolicyActionAggregation - struct for PolicyActionAggregation.
ProcessorPolicyToGeneratorMapping A Token Exchange Processor policy to Token Generator Mapping.
ProcessorPolicyToGeneratorMappings struct for ProcessorPolicyToGeneratorMappings.
ProfileConfig A local identity profile management configuration.
ProtocolMessageCustomization The message customization that will be executed on outgoing PingFederate messages.
ProxySettings Proxy settings.
RadioGroupFieldDescriptor struct for RadioGroupFieldDescriptor.
ReadGroups Group info lookup and respond to incoming SCIM requests configuration.
ReadUsers User info lookup and respond to incoming SCIM requests configuration.
RedirectValidationLocalSettings Settings for local redirect validation.
RedirectValidationPartnerSettings Settings for redirection at a partner site.
RedirectValidationSettings Settings for redirect validation for SSO, SLO and IdP discovery.
RedirectValidationSettingsUriAllowlistEntry struct for RedirectValidationSettingsUriAllowlistEntry.
RedirectValidationSettingsWhitelistEntry Whitelist entry for valid target resource.
RegistrationConfig A local identity profile registration configuration.
RequestPolicies A collection of CIBA request policies.
RequestPolicy The set of attributes used to configure a CIBA request policy.
ResourceCategoryInfo A model containing information on a category of resource in the administrative API.
ResourceLink A reference to a resource.
ResourceOwnerCredentialsMapping The OAuth Resource Owner Credentials Mapping.
ResourceOwnerCredentialsMappings A collection of OAuth Resource Owner Credentials mapping items.
ResourceUsage An API model representing a reference to an API resource.
ResourceUsages A collection of resource usages.
RestartPolicyAction struct for RestartPolicyAction.
RolesAndProtocols This property has been deprecated and is no longer used.
RsaAlgKeyId This class represents a pair of RSA algorithm type and key identifier.
SaasAttributeMapping Settings to map the source record attributes to target attributes.
SaasFieldConfiguration The settings that represent how attribute values from source data store will be mapped into Fields specified by the service provider.
SaasPluginDescriptor A SaaS Plugin.
SaasPluginDescriptors A collection of SaaS plugins.
SaasPluginFieldInfoDescriptor A Saas Plugin Field configuration.
SaasPluginFieldOption A plugin configuration field value.
SAML20Profile SAML 2.0 Profile.
Schema Custom SCIM Attributes configuration.
SchemaAttribute A custom SCIM attribute.
ScopeEntries A collection of scopes and their descriptions.
ScopeEntry A scope name and its description.
ScopeGroupEntries A collection of scope groups and their descriptions.
ScopeGroupEntry A scope group name and its description.
SecondarySecret struct for SecondarySecret.
SecretManager struct for SecretManager.
SecretManagerDescriptor struct for SecretManagerDescriptor.
SecretManagerDescriptors A collection of secret manager plugin descriptors.
SecretManagers A collection of secret manager plugin instances.
SelectFieldDescriptor struct for SelectFieldDescriptor.
ServerConfiguration stores the information about a server.
ServerSettings Server configuration settings.
ServerVariable stores the information about a server variable.
ServiceAssociation A model representing an association between a PingFederate component (typically a plugin) and a list of PingOne services.
ServiceAssociations A list of installed components that consume PingOne services.
ServiceAuthentication Service Authentication Settings.
ServiceModel Service Model.
SessionSettings General settings related to session management.
SessionValidationSettings Session validation settings for an access token management plugin instance.
SigningKeys Setting for a OAuth/OpenID Connect signing key set while using multiple virtual issuers.
SigningSettings Settings related to signing messages sent to this partner.
SloServiceEndpoint Where SLO logout messages are sent.
SourceTypeIdKey A key that is meant to reference a source from which an attribute can be retrieved.
SpAdapter struct for SpAdapter.
SpAdapterAttribute An attribute for the SP adapter attribute contract.
SpAdapterAttributeContract A set of attributes exposed by an SP adapter.
SpAdapterDescriptor struct for SpAdapterDescriptor.
SpAdapterDescriptors A collection of SP adapter descriptors.
SpAdapterMapping A mapping to a SP adapter.
SpAdapters A collection of SP adapters.
SpAdapterTargetApplicationInfo Target Application Information exposed by an SP adapter.
SpAdapterUrlMapping SP Adapter URL Mapping.
SpAdapterUrlMappings struct for SpAdapterUrlMappings.
SpAttributeQuery The attribute query profile supports SPs in requesting user attributes.
SpAttributeQueryPolicy The attribute query profile's security policy.
SpBrowserSso The SAML settings used to enable secure browser-based SSO to resources at your partner's site.
SpBrowserSsoAttribute An attribute for the SP Browser SSO attribute contract.
SpBrowserSsoAttributeContract A set of user attributes that the IdP sends in the SAML assertion.
SpConnection struct for SpConnection.
SpConnections A collection of SP connections.
SpDefaultUrls SP Default URLs.
SpRole struct for SpRole.
SpSAML20Profile struct for SpSAML20Profile.
SpSsoServiceEndpoint The settings that define a service endpoint to a SP SSO service.
SpTokenGeneratorMapping The SP Token Generator Mapping.
SpUrlMapping SP URL mapping.
SpUrlMappings struct for SpUrlMappings.
SpWsTrust Ws-Trust STS provides security-token validation and creation to extend SSO access to identity-enabled Web Services.
SpWsTrustAttribute An attribute for the Ws-Trust attribute contract.
SpWsTrustAttributeContract A set of user attributes that this server will send in the token.
SqlMethod SQL Method.
SslServerSettings Settings for the SSL Server certificate configuration.
SsoOAuthMapping IdP Browser SSO OAuth Attribute Mapping.
StoredProcedure SQL Method Stored Procedure.
StsRequestParametersContract A Security Token Service request parameter contract.
StsRequestParametersContracts A Collection of STS Request Parameters Contracts.
SystemKey A system key.
SystemKeys Secrets that are used in cryptographic operations to generate and consume internal tokens.
Table SQL Method Table.
TableDescriptor Defines a plugin configuration table.
TextAreaFieldDescriptor struct for TextAreaFieldDescriptor.
TextFieldDescriptor struct for TextFieldDescriptor.
TextLocalIdentityField struct for TextLocalIdentityField.
ThreadPoolExhaustionNotificationSettings Notification settings for thread pool exhaustion events.
TokenExchangeGeneratorGroup The set of attributes used to configure a OAuth 2.0 Token Exchange Generator group.
TokenExchangeGeneratorGroups A collection of OAuth 2.0 Token Exchange Generator groups.
TokenExchangeGeneratorMapping A Token Generator mapping into an OAuth 2.0 Token Exchange requested token type.
TokenExchangeGeneratorSettings Settings for the OAuth Token Exchange Generator Groups.
TokenExchangeProcessorAttribute An attribute for the OAuth 2.0 Token Exchange Processor policy attribute contract.
TokenExchangeProcessorAttributeContract A set of attributes exposed by an OAuth 2.0 Token Exchange Processor policy.
TokenExchangeProcessorMapping A Token Processor(s) mapping into an OAuth 2.0 Token Exchange Processor policy.
TokenExchangeProcessorPolicies A collection of OAuth 2.0 Token Exchange Processor policies.
TokenExchangeProcessorPolicy The set of attributes used to configure a OAuth 2.0 Token Exchange processor policy.
TokenExchangeProcessorSettings Settings for the OAuth Token Exchange Processor Policy configuration.
TokenGenerator struct for TokenGenerator.
TokenGeneratorAttribute An attribute for the token generator attribute contract.
TokenGeneratorAttributeContract A set of attributes exposed by a token generator.
TokenGeneratorDescriptor struct for TokenGeneratorDescriptor.
TokenGeneratorDescriptors A collection of token generator descriptors.
TokenGenerators A collection of token generators.
TokenProcessor struct for TokenProcessor.
TokenProcessorAttribute An attribute for the token processor attribute contract.
TokenProcessorAttributeContract A set of attributes exposed by a token processor.
TokenProcessorDescriptor struct for TokenProcessorDescriptor.
TokenProcessorDescriptors A collection of token processor descriptors.
TokenProcessors A collection of token processors.
TokenToTokenMapping A Token Processor to Token Generator Mapping.
TokenToTokenMappings struct for TokenToTokenMappings.
UploadFileFieldDescriptor struct for UploadFileFieldDescriptor.
UrlWhitelistEntry Url domain and path to be used as whitelist in WS-Federation connection.
UserCredentials Credentials for an administrator account.
UsernamePasswordCredentials Username and password credentials.
Users User creation and read configuration.
ValidationError A data input validation error.
Version Server version.
VirtualHostNameSettings Settings for virtual host names.
WriteGroups Group creation configuration.
WriteUsers User creation configuration.
WsTrustStsSettings Configure PingFederate to require that client applications provide credentials to access the WS-Trust STS endpoints.
X509File Encoded certificate data.

# Interfaces

No description provided by the author

# Type aliases

AdministrativeAccountsAPIService AdministrativeAccountsAPI service.
AuthenticationApiAPIService AuthenticationApiAPI service.
AuthenticationPoliciesAPIService AuthenticationPoliciesAPI service.
AuthenticationPolicyContractsAPIService AuthenticationPolicyContractsAPI service.
AuthenticationSelectorsAPIService AuthenticationSelectorsAPI service.
BulkAPIService BulkAPI service.
CaptchaProvidersAPIService CaptchaProvidersAPI service.
CertificatesCaAPIService CertificatesCaAPI service.
CertificatesGroupsAPIService CertificatesGroupsAPI service.
CertificatesRevocationAPIService CertificatesRevocationAPI service.
ClusterAPIService ClusterAPI service.
ConfigArchiveAPIService ConfigArchiveAPI service.
ConfigStoreAPIService ConfigStoreAPI service.
ConfigurationEncryptionKeysAPIService ConfigurationEncryptionKeysAPI service.
ConnectionMetadataAPIService ConnectionMetadataAPI service.
DataStoresAPIService DataStoresAPI service.
ExtendedPropertiesAPIService ExtendedPropertiesAPI service.
IdentityStoreProvisionersAPIService IdentityStoreProvisionersAPI service.
IdpAdaptersAPIService IdpAdaptersAPI service.
IdpConnectorsAPIService IdpConnectorsAPI service.
IdpDefaultUrlsAPIService IdpDefaultUrlsAPI service.
IdpSpConnectionsAPIService IdpSpConnectionsAPI service.
IdpStsRequestParametersContractsAPIService IdpStsRequestParametersContractsAPI service.
IdpTokenProcessorsAPIService IdpTokenProcessorsAPI service.
IdpToSpAdapterMappingAPIService IdpToSpAdapterMappingAPI service.
IncomingProxySettingsAPIService IncomingProxySettingsAPI service.
KerberosRealmsAPIService KerberosRealmsAPI service.
KeyPairsAPIService KeyPairsAPI service.
KeyPairsOauthOpenIdConnectAPIService KeyPairsOauthOpenIdConnectAPI service.
KeyPairsSigningAPIService KeyPairsSigningAPI service.
KeyPairsSslClientAPIService KeyPairsSslClientAPI service.
KeyPairsSslServerAPIService KeyPairsSslServerAPI service.
LicenseAPIService LicenseAPI service.
LocalIdentityIdentityProfilesAPIService LocalIdentityIdentityProfilesAPI service.
MetadataUrlsAPIService MetadataUrlsAPI service.
NotificationPublishersAPIService NotificationPublishersAPI service.
OauthAccessTokenManagersAPIService OauthAccessTokenManagersAPI service.
OauthAccessTokenMappingsAPIService OauthAccessTokenMappingsAPI service.
OauthAuthenticationPolicyContractMappingsAPIService OauthAuthenticationPolicyContractMappingsAPI service.
OauthAuthorizationDetailProcessorsAPIService OauthAuthorizationDetailProcessorsAPI service.
OauthAuthorizationDetailTypesAPIService OauthAuthorizationDetailTypesAPI service.
OauthAuthServerSettingsAPIService OauthAuthServerSettingsAPI service.
OauthCibaServerPolicyAPIService OauthCibaServerPolicyAPI service.
OauthClientRegistrationPoliciesAPIService OauthClientRegistrationPoliciesAPI service.
OauthClientsAPIService OauthClientsAPI service.
OauthClientSettingsAPIService OauthClientSettingsAPI service.
OauthIdpAdapterMappingsAPIService OauthIdpAdapterMappingsAPI service.
OauthIssuersAPIService OauthIssuersAPI service.
OauthOpenIdConnectAPIService OauthOpenIdConnectAPI service.
OauthOutOfBandAuthPluginsAPIService OauthOutOfBandAuthPluginsAPI service.
OauthResourceOwnerCredentialsMappingsAPIService OauthResourceOwnerCredentialsMappingsAPI service.
OauthTokenExchangeGeneratorAPIService OauthTokenExchangeGeneratorAPI service.
OauthTokenExchangeProcessorAPIService OauthTokenExchangeProcessorAPI service.
OauthTokenExchangeTokenGeneratorMappingsAPIService OauthTokenExchangeTokenGeneratorMappingsAPI service.
PasswordCredentialValidatorsAPIService PasswordCredentialValidatorsAPI service.
PingOneConnectionsAPIService PingOneConnectionsAPI service.
PingOneForEnterpriseAPIService PingOneForEnterpriseAPI service.
ProtocolMetadataAPIService ProtocolMetadataAPI service.
RedirectValidationAPIService RedirectValidationAPI service.
No description provided by the author
SecretManagersAPIService SecretManagersAPI service.
ServerConfigurations stores multiple ServerConfiguration items.
ServerSettingsAPIService ServerSettingsAPI service.
ServiceAuthenticationAPIService ServiceAuthenticationAPI service.
SessionAPIService SessionAPI service.
SpAdaptersAPIService SpAdaptersAPI service.
SpAuthenticationPolicyContractMappingsAPIService SpAuthenticationPolicyContractMappingsAPI service.
SpDefaultUrlsAPIService SpDefaultUrlsAPI service.
SpIdpConnectionsAPIService SpIdpConnectionsAPI service.
SpTargetUrlMappingsAPIService SpTargetUrlMappingsAPI service.
SpTokenGeneratorsAPIService SpTokenGeneratorsAPI service.
TokenProcessorToTokenGeneratorMappingsAPIService TokenProcessorToTokenGeneratorMappingsAPI service.
VersionAPIService VersionAPI service.
VirtualHostNamesAPIService VirtualHostNamesAPI service.