Categorygithub.com/atricore/josso-api-go
modulepackage
0.5.2
Repository: https://github.com/atricore/josso-api-go.git
Documentation: pkg.go.dev

# README

Go API client for jossoappi

Atricore Console API

Overview

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

  • API version: 1.5.1-SNAPSHOT
  • Package version: 1.0.0
  • Build package: org.openapitools.codegen.languages.GoClientCodegen For more information, please visit https://www.atricore.com

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 jossoappi "github.com/atricore/josso-api-go"

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

Documentation for API Endpoints

All URIs are relative to http://localhost:8081/atricore-res/services

ClassMethodHTTP requestDescription
DefaultApiActivateExecEnvGet /iam-deploy/execenv/activate
DefaultApiBuildApplianceGet /iam-deploy/appliance/build
DefaultApiCreateAppliancePost /iam-deploy/appliance
DefaultApiCreateBrandingPost /iam-branding/branding
DefaultApiCreateDbIdVaultPost /iam-deploy/dbidvault
DefaultApiCreateExtSaml2SpPost /iam-deploy/extsaml2sp
DefaultApiCreateIdPPost /iam-deploy/idp
DefaultApiCreateIdSourceDbPost /iam-deploy/idsourcedb
DefaultApiCreateIdSourceLdapPost /iam-deploy/idsourceldap
DefaultApiCreateIdVaultPost /iam-deploy/idvault
DefaultApiCreateIdpAzurePost /iam-deploy/idp_azure
DefaultApiCreateIdpFacebookPost /iam-deploy/idp_fb
DefaultApiCreateIdpGooglePost /iam-deploy/idp_google
DefaultApiCreateIdpSaml2Post /iam-deploy/idp_saml2
DefaultApiCreateIisExecEnvPost /iam-deploy/iisexecenv
DefaultApiCreateIntSaml2SpPost /iam-deploy/intsaml2sp
DefaultApiCreateJossoRsPost /iam-deploy/jossors
DefaultApiCreateOidcRpPost /iam-deploy/oidcrp
DefaultApiCreatePhpExecEnvPost /iam-deploy/phpexecenv
DefaultApiCreateSelfSvcsPost /iam-deploy/selfsvc
DefaultApiCreateSharepointRsPost /iam-deploy/sharepointrs
DefaultApiCreateTomcatExecEnvPost /iam-deploy/tomcatexecenv
DefaultApiCreateVirtSaml2SpPost /iam-deploy/virtsaml2sp
DefaultApiCreateWeblogicExecEnvPost /iam-deploy/weblogicexecenv
DefaultApiDeleteApplianceDelete /iam-deploy/appliance
DefaultApiDeleteBrandingDelete /iam-branding/branding
DefaultApiDeleteDbIdVaultDelete /iam-deploy/dbidvault
DefaultApiDeleteExtSaml2SpDelete /iam-deploy/extsaml2sp
DefaultApiDeleteIdPDelete /iam-deploy/idp
DefaultApiDeleteIdSourceDbDelete /iam-deploy/idsourcedb
DefaultApiDeleteIdSourceLdapDelete /iam-deploy/idsourceldap
DefaultApiDeleteIdVaultDelete /iam-deploy/idvault
DefaultApiDeleteIdpAzureDelete /iam-deploy/idp_azure
DefaultApiDeleteIdpFacebookDelete /iam-deploy/idp_fb
DefaultApiDeleteIdpGoogleDelete /iam-deploy/idp_google
DefaultApiDeleteIdpSaml2Delete /iam-deploy/idp_saml2
DefaultApiDeleteIisExecEnvDelete /iam-deploy/iisexecenv
DefaultApiDeleteIntSaml2SpDelete /iam-deploy/intsaml2sp
DefaultApiDeleteJossoRsDelete /iam-deploy/jossors
DefaultApiDeleteOidcRpDelete /iam-deploy/oidcrp
DefaultApiDeletePhpExecEnvDelete /iam-deploy/phpexecenv
DefaultApiDeleteSelfSvcsDelete /iam-deploy/selfsvc
DefaultApiDeleteSharepointRsDelete /iam-deploy/sharepointrs
DefaultApiDeleteTomcatExecEnvDelete /iam-deploy/tomcatexecenv
DefaultApiDeleteVirtSaml2SpDelete /iam-deploy/virtsaml2sp
DefaultApiDeleteWeblogicExecEnvDelete /iam-deploy/weblogicexecenv
DefaultApiExportApplianceGet /iam-deploy/appliance/export
DefaultApiExportExecEnvCfgGet /iam-deploy/execenv/cfg
DefaultApiGetAllBrandingsGet /iam-branding/brandings
DefaultApiGetApplianceGet /iam-deploy/appliance
DefaultApiGetApplianceContainerGet /iam-deploy/appliance-container
DefaultApiGetApplianceContainersGet /iam-deploy/appliance-containers
DefaultApiGetApplianceStateGet /iam-deploy/appliance/state
DefaultApiGetAppliancesGet /iam-deploy/appliances
DefaultApiGetBrandingGet /iam-branding/branding
DefaultApiGetBundlesGet /iam-deploy/server/bundles
DefaultApiGetDbIdVaultGet /iam-deploy/dbidvault
DefaultApiGetDbIdVaultsGet /iam-deploy/dbidvaults
DefaultApiGetExecEnvGet /iam-deploy/execenv
DefaultApiGetExecEnvsGet /iam-deploy/execenvs
DefaultApiGetExtSaml2SpGet /iam-deploy/extsaml2sp
DefaultApiGetExtSaml2SpsGet /iam-deploy/extsaml2sps
DefaultApiGetIdPGet /iam-deploy/idp
DefaultApiGetIdPsGet /iam-deploy/idps
DefaultApiGetIdSourceGet /iam-deploy/idsource
DefaultApiGetIdSourceDbGet /iam-deploy/idsourcedb
DefaultApiGetIdSourceDbsGet /iam-deploy/idsourcedbs
DefaultApiGetIdSourceLdapGet /iam-deploy/idsourceldap
DefaultApiGetIdSourceLdapsGet /iam-deploy/idsourceldaps
DefaultApiGetIdSourcesGet /iam-deploy/idsources
DefaultApiGetIdVaultGet /iam-deploy/idvault
DefaultApiGetIdVaultsGet /iam-deploy/idvaults
DefaultApiGetIdpAzureGet /iam-deploy/idp_azure
DefaultApiGetIdpAzuresGet /iam-deploy/idp_azures
DefaultApiGetIdpFacebookGet /iam-deploy/idp_fb
DefaultApiGetIdpFacebooksGet /iam-deploy/idp_fbs
DefaultApiGetIdpGoogleGet /iam-deploy/idp_google
DefaultApiGetIdpGooglesGet /iam-deploy/idp_googles
DefaultApiGetIdpSaml2Get /iam-deploy/idp_saml2
DefaultApiGetIdpSaml2sGet /iam-deploy/idp_saml2s
DefaultApiGetIisExecEnvGet /iam-deploy/iisexecenv
DefaultApiGetIisExecEnvsGet /iam-deploy/iisexecenvs
DefaultApiGetInfoGet /iam-deploy/server/info
DefaultApiGetIntSaml2SpGet /iam-deploy/intsaml2sp
DefaultApiGetIntSaml2SpsGet /iam-deploy/intsaml2sps
DefaultApiGetJossoRsGet /iam-deploy/jossors
DefaultApiGetJossoRssGet /iam-deploy/jossorss
DefaultApiGetOidcRpGet /iam-deploy/oidcrp
DefaultApiGetOidcRpsGet /iam-deploy/oidcrps
DefaultApiGetPhpExecEnvGet /iam-deploy/phpexecenv
DefaultApiGetPhpExecEnvsGet /iam-deploy/phpexecenvs
DefaultApiGetProviderGet /iam-deploy/provider
DefaultApiGetProvidersGet /iam-deploy/providers
DefaultApiGetSelfSvcsGet /iam-deploy/selfsvc
DefaultApiGetSelfSvcssGet /iam-deploy/selfsvcs
DefaultApiGetSharepointRsGet /iam-deploy/sharepointrs
DefaultApiGetSharepointRssGet /iam-deploy/sharepointrss
DefaultApiGetTomcatExecEnvGet /iam-deploy/tomcatexecenv
DefaultApiGetTomcatExecEnvsGet /iam-deploy/tomcatexecenvs
DefaultApiGetTypesGet /iam-deploy/noop/types
DefaultApiGetVirtSaml2SpGet /iam-deploy/virtsaml2sp
DefaultApiGetVirtSaml2SpsGet /iam-deploy/virtsaml2sps
DefaultApiGetWeblogicExecEnvGet /iam-deploy/weblogicexecenv
DefaultApiGetWeblogicExecEnvsGet /iam-deploy/weblogicexecenvs
DefaultApiImportAppliancePost /iam-deploy/appliance/import
DefaultApiLayoutApplianceGet /iam-deploy/appliance/layout
DefaultApiRefreshBrandingsGet /iam-branding/brandings/refresh
DefaultApiSignOnPost /iam-authn/sign-on
DefaultApiStartApplianceGet /iam-deploy/appliance/start
DefaultApiStopApplianceGet /iam-deploy/appliance/stop
DefaultApiUpdateAppliancePut /iam-deploy/appliance
DefaultApiUpdateBrandingPut /iam-branding/branding
DefaultApiUpdateDbIdVaultPut /iam-deploy/dbidvault
DefaultApiUpdateExtSaml2SpPut /iam-deploy/extsaml2sp
DefaultApiUpdateIdPPut /iam-deploy/idp
DefaultApiUpdateIdSourceDbPut /iam-deploy/idsourcedb
DefaultApiUpdateIdSourceLdapPut /iam-deploy/idsourceldap
DefaultApiUpdateIdVaultPut /iam-deploy/idvault
DefaultApiUpdateIdpAzurePut /iam-deploy/idp_azure
DefaultApiUpdateIdpFacebookPut /iam-deploy/idp_fb
DefaultApiUpdateIdpGooglePut /iam-deploy/idp_google
DefaultApiUpdateIdpSaml2Put /iam-deploy/idp_saml2
DefaultApiUpdateIisExecEnvPut /iam-deploy/iisexecenv
DefaultApiUpdateIntSaml2SpPut /iam-deploy/intsaml2sp
DefaultApiUpdateJossoRsPut /iam-deploy/jossors
DefaultApiUpdateOidcRpPut /iam-deploy/oidcrp
DefaultApiUpdatePhpExecEnvPut /iam-deploy/phpexecenv
DefaultApiUpdateSelfSvcsPut /iam-deploy/selfsvc
DefaultApiUpdateSharepointRsPut /iam-deploy/sharepointrs
DefaultApiUpdateTomcatExecEnvPut /iam-deploy/tomcatexecenv
DefaultApiUpdateVirtSaml2SpPut /iam-deploy/virtsaml2sp
DefaultApiUpdateWeblogicExecEnvPut /iam-deploy/weblogicexecenv
DefaultApiValidateApplianceGet /iam-deploy/appliance/validate
DefaultApiVersionGet /iam-authn/version

Documentation For Models

Documentation For Authorization

Endpoints do not require authorization.

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

[email protected]

# Packages

No description provided by the author

# Functions

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Returns the received value 'casted' as a string.
CacheExpires helper function to determine remaining time before repeating a request.
No description provided by the author
No description provided by the author
NewAccountLinkagePolicyDTO instantiates a new AccountLinkagePolicyDTO object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAccountLinkagePolicyDTOWithDefaults instantiates a new AccountLinkagePolicyDTO object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewActivateExecEnvReq instantiates a new ActivateExecEnvReq object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewActivateExecEnvReqWithDefaults instantiates a new ActivateExecEnvReq object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewActivateExecEnvRes instantiates a new ActivateExecEnvRes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewActivateExecEnvResWithDefaults instantiates a new ActivateExecEnvRes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewActivationDTO instantiates a new ActivationDTO object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewActivationDTOWithDefaults instantiates a new ActivationDTO object This 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.
No description provided by the author
NewAttributeMapperProfileDTO instantiates a new AttributeMapperProfileDTO object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAttributeMapperProfileDTOWithDefaults instantiates a new AttributeMapperProfileDTO object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAttributeMappingDTO instantiates a new AttributeMappingDTO object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAttributeMappingDTOWithDefaults instantiates a new AttributeMappingDTO object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAttributeProfileDTO instantiates a new AttributeProfileDTO object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAttributeProfileDTOWithDefaults instantiates a new AttributeProfileDTO object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAttributeValueDTO instantiates a new AttributeValueDTO object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAttributeValueDTOWithDefaults instantiates a new AttributeValueDTO object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAuthenticationAssertionEmissionPolicyDTO instantiates a new AuthenticationAssertionEmissionPolicyDTO object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAuthenticationAssertionEmissionPolicyDTOWithDefaults instantiates a new AuthenticationAssertionEmissionPolicyDTO object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAuthenticationContractDTO instantiates a new AuthenticationContractDTO object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAuthenticationContractDTOWithDefaults instantiates a new AuthenticationContractDTO object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAuthenticationMechanismDTO instantiates a new AuthenticationMechanismDTO object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAuthenticationMechanismDTOWithDefaults instantiates a new AuthenticationMechanismDTO object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAuthenticationServiceDTO instantiates a new AuthenticationServiceDTO object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAuthenticationServiceDTOWithDefaults instantiates a new AuthenticationServiceDTO object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAzureOpenIDConnectIdentityProviderDTO instantiates a new AzureOpenIDConnectIdentityProviderDTO object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAzureOpenIDConnectIdentityProviderDTOWithDefaults instantiates a new AzureOpenIDConnectIdentityProviderDTO object This 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
NewBasicAuthenticationDTO instantiates a new BasicAuthenticationDTO object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
No description provided by the author
NewBasicAuthenticationDTOWithDefaults instantiates a new BasicAuthenticationDTO object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewBindAuthenticationDTO instantiates a new BindAuthenticationDTO object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewBindAuthenticationDTOWithDefaults instantiates a new BindAuthenticationDTO object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewBuiltInAttributeProfileDTO instantiates a new BuiltInAttributeProfileDTO object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewBuiltInAttributeProfileDTOWithDefaults instantiates a new BuiltInAttributeProfileDTO object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewBundleDescr instantiates a new BundleDescr object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewBundleDescrWithDefaults instantiates a new BundleDescr object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCalcLayoutReq instantiates a new CalcLayoutReq object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCalcLayoutReqWithDefaults instantiates a new CalcLayoutReq object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCalcLayoutRes instantiates a new CalcLayoutRes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCalcLayoutResWithDefaults instantiates a new CalcLayoutRes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewClientCertAuthnServiceDTO instantiates a new ClientCertAuthnServiceDTO object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewClientCertAuthnServiceDTOWithDefaults instantiates a new ClientCertAuthnServiceDTO object This 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
NewConfiguration returns a new Configuration object.
NewCustomAuthnServiceDTO instantiates a new CustomAuthnServiceDTO object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCustomAuthnServiceDTOWithDefaults instantiates a new CustomAuthnServiceDTO object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCustomBrandingDefinitionDTO instantiates a new CustomBrandingDefinitionDTO object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCustomBrandingDefinitionDTOWithDefaults instantiates a new CustomBrandingDefinitionDTO object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCustomClassDTO instantiates a new CustomClassDTO object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCustomClassDTOWithDefaults instantiates a new CustomClassDTO object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCustomClassPropertyDTO instantiates a new CustomClassPropertyDTO object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCustomClassPropertyDTOWithDefaults instantiates a new CustomClassPropertyDTO object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewDbIdentitySourceDTO instantiates a new DbIdentitySourceDTO object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewDbIdentitySourceDTOWithDefaults instantiates a new DbIdentitySourceDTO object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewDbIdentityVaultDTO instantiates a new DbIdentityVaultDTO object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewDbIdentityVaultDTOWithDefaults instantiates a new DbIdentityVaultDTO object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewDelegatedAuthenticationDTO instantiates a new DelegatedAuthenticationDTO object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewDelegatedAuthenticationDTOWithDefaults instantiates a new DelegatedAuthenticationDTO object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewDeleteBrandingReq instantiates a new DeleteBrandingReq object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewDeleteBrandingReqWithDefaults instantiates a new DeleteBrandingReq object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewDeleteBrandingRes instantiates a new DeleteBrandingRes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewDeleteBrandingResWithDefaults instantiates a new DeleteBrandingRes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewDeleteReq instantiates a new DeleteReq object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewDeleteReqWithDefaults instantiates a new DeleteReq object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewDeleteRes instantiates a new DeleteRes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewDeleteResWithDefaults instantiates a new DeleteRes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewDirectoryAuthenticationServiceDTO instantiates a new DirectoryAuthenticationServiceDTO object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewDirectoryAuthenticationServiceDTOWithDefaults instantiates a new DirectoryAuthenticationServiceDTO object This 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
NewEmbeddedIdentityVaultDTO instantiates a new EmbeddedIdentityVaultDTO object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewEmbeddedIdentityVaultDTOWithDefaults instantiates a new EmbeddedIdentityVaultDTO object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewEntitySelectionStrategyDTO instantiates a new EntitySelectionStrategyDTO object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewEntitySelectionStrategyDTOWithDefaults instantiates a new EntitySelectionStrategyDTO object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewExecEnvContainerDTO instantiates a new ExecEnvContainerDTO object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewExecEnvContainerDTOWithDefaults instantiates a new ExecEnvContainerDTO object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewExecutionEnvironmentDTO instantiates a new ExecutionEnvironmentDTO object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewExecutionEnvironmentDTOWithDefaults instantiates a new ExecutionEnvironmentDTO object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewExportApplianceReq instantiates a new ExportApplianceReq object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewExportApplianceReqWithDefaults instantiates a new ExportApplianceReq object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewExportApplianceRes instantiates a new ExportApplianceRes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewExportApplianceResWithDefaults instantiates a new ExportApplianceRes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewExportExecEnvCfgReq instantiates a new ExportExecEnvCfgReq object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewExportExecEnvCfgReqWithDefaults instantiates a new ExportExecEnvCfgReq object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewExportExecEnvCfgRes instantiates a new ExportExecEnvCfgRes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewExportExecEnvCfgResWithDefaults instantiates a new ExportExecEnvCfgRes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewExtensionDTO instantiates a new ExtensionDTO object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewExtensionDTOWithDefaults instantiates a new ExtensionDTO object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewExternalOpenIDConnectRelayingPartyDTO instantiates a new ExternalOpenIDConnectRelayingPartyDTO object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewExternalOpenIDConnectRelayingPartyDTOWithDefaults instantiates a new ExternalOpenIDConnectRelayingPartyDTO object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewExternalSaml2IdentityProviderDTO instantiates a new ExternalSaml2IdentityProviderDTO object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewExternalSaml2IdentityProviderDTOWithDefaults instantiates a new ExternalSaml2IdentityProviderDTO object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewExternalSaml2ServiceProviderDTO instantiates a new ExternalSaml2ServiceProviderDTO object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewExternalSaml2ServiceProviderDTOWithDefaults instantiates a new ExternalSaml2ServiceProviderDTO object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewFacebookOpenIDConnectIdentityProviderDTO instantiates a new FacebookOpenIDConnectIdentityProviderDTO object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewFacebookOpenIDConnectIdentityProviderDTOWithDefaults instantiates a new FacebookOpenIDConnectIdentityProviderDTO object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewFederatedChannelDTO instantiates a new FederatedChannelDTO object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewFederatedChannelDTOWithDefaults instantiates a new FederatedChannelDTO object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewFederatedConnectionDTO instantiates a new FederatedConnectionDTO object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewFederatedConnectionDTOWithDefaults instantiates a new FederatedConnectionDTO object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewFederatedProviderDTO instantiates a new FederatedProviderDTO object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewFederatedProviderDTOWithDefaults instantiates a new FederatedProviderDTO object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewGetAllBrandingsReq instantiates a new GetAllBrandingsReq object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewGetAllBrandingsReqWithDefaults instantiates a new GetAllBrandingsReq object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewGetAllBrandingsRes instantiates a new GetAllBrandingsRes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewGetAllBrandingsResWithDefaults instantiates a new GetAllBrandingsRes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewGetApplianceContainerRes instantiates a new GetApplianceContainerRes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewGetApplianceContainerResWithDefaults instantiates a new GetApplianceContainerRes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewGetApplianceContainersRes instantiates a new GetApplianceContainersRes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewGetApplianceContainersResWithDefaults instantiates a new GetApplianceContainersRes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewGetApplianceReq instantiates a new GetApplianceReq object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewGetApplianceReqWithDefaults instantiates a new GetApplianceReq object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewGetApplianceRes instantiates a new GetApplianceRes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewGetApplianceResWithDefaults instantiates a new GetApplianceRes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewGetAppliancesRes instantiates a new GetAppliancesRes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewGetAppliancesResWithDefaults instantiates a new GetAppliancesRes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewGetApplianceStateRes instantiates a new GetApplianceStateRes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewGetApplianceStateResWithDefaults instantiates a new GetApplianceStateRes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewGetBrandingReq instantiates a new GetBrandingReq object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewGetBrandingReqWithDefaults instantiates a new GetBrandingReq object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewGetBrandingRes instantiates a new GetBrandingRes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewGetBrandingResWithDefaults instantiates a new GetBrandingRes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewGetBundlesReq instantiates a new GetBundlesReq object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewGetBundlesReqWithDefaults instantiates a new GetBundlesReq object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewGetBundlesRes instantiates a new GetBundlesRes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewGetBundlesResWithDefaults instantiates a new GetBundlesRes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewGetDbIdVaultReq instantiates a new GetDbIdVaultReq object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewGetDbIdVaultReqWithDefaults instantiates a new GetDbIdVaultReq object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewGetDbIdVaultRes instantiates a new GetDbIdVaultRes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewGetDbIdVaultResWithDefaults instantiates a new GetDbIdVaultRes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewGetDbIdVaultsRes instantiates a new GetDbIdVaultsRes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewGetDbIdVaultsResWithDefaults instantiates a new GetDbIdVaultsRes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewGetExecEnvReq instantiates a new GetExecEnvReq object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewGetExecEnvReqWithDefaults instantiates a new GetExecEnvReq object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewGetExecEnvRes instantiates a new GetExecEnvRes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewGetExecEnvResWithDefaults instantiates a new GetExecEnvRes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewGetExecEnvsRes instantiates a new GetExecEnvsRes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewGetExecEnvsResWithDefaults instantiates a new GetExecEnvsRes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewGetExtSaml2SpReq instantiates a new GetExtSaml2SpReq object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewGetExtSaml2SpReqWithDefaults instantiates a new GetExtSaml2SpReq object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewGetExtSaml2SpRes instantiates a new GetExtSaml2SpRes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewGetExtSaml2SpResWithDefaults instantiates a new GetExtSaml2SpRes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewGetExtSaml2SpsRes instantiates a new GetExtSaml2SpsRes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewGetExtSaml2SpsResWithDefaults instantiates a new GetExtSaml2SpsRes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewGetIdpAzureReq instantiates a new GetIdpAzureReq object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewGetIdpAzureReqWithDefaults instantiates a new GetIdpAzureReq object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewGetIdpAzureRes instantiates a new GetIdpAzureRes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewGetIdpAzureResWithDefaults instantiates a new GetIdpAzureRes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewGetIdpAzuresRes instantiates a new GetIdpAzuresRes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewGetIdpAzuresResWithDefaults instantiates a new GetIdpAzuresRes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewGetIdpFacebookReq instantiates a new GetIdpFacebookReq object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewGetIdpFacebookReqWithDefaults instantiates a new GetIdpFacebookReq object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewGetIdpFacebookRes instantiates a new GetIdpFacebookRes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewGetIdpFacebookResWithDefaults instantiates a new GetIdpFacebookRes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewGetIdpFacebooksRes instantiates a new GetIdpFacebooksRes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewGetIdpFacebooksResWithDefaults instantiates a new GetIdpFacebooksRes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewGetIdpGoogleReq instantiates a new GetIdpGoogleReq object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewGetIdpGoogleReqWithDefaults instantiates a new GetIdpGoogleReq object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewGetIdpGoogleRes instantiates a new GetIdpGoogleRes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewGetIdpGoogleResWithDefaults instantiates a new GetIdpGoogleRes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewGetIdpGooglesRes instantiates a new GetIdpGooglesRes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewGetIdpGooglesResWithDefaults instantiates a new GetIdpGooglesRes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewGetIdPReq instantiates a new GetIdPReq object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewGetIdPReqWithDefaults instantiates a new GetIdPReq object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewGetIdPRes instantiates a new GetIdPRes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewGetIdPResWithDefaults instantiates a new GetIdPRes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewGetIdPSaml2Req instantiates a new GetIdPSaml2Req object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewGetIdPSaml2ReqWithDefaults instantiates a new GetIdPSaml2Req object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewGetIdPSaml2Res instantiates a new GetIdPSaml2Res object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewGetIdPSaml2ResWithDefaults instantiates a new GetIdPSaml2Res object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewGetIdPSaml2sRes instantiates a new GetIdPSaml2sRes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewGetIdPSaml2sResWithDefaults instantiates a new GetIdPSaml2sRes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewGetIdPsRes instantiates a new GetIdPsRes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewGetIdPsResWithDefaults instantiates a new GetIdPsRes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewGetIdSourceDbReq instantiates a new GetIdSourceDbReq object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewGetIdSourceDbReqWithDefaults instantiates a new GetIdSourceDbReq object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewGetIdSourceDbRes instantiates a new GetIdSourceDbRes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewGetIdSourceDbResWithDefaults instantiates a new GetIdSourceDbRes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewGetIdSourceDbsRes instantiates a new GetIdSourceDbsRes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewGetIdSourceDbsResWithDefaults instantiates a new GetIdSourceDbsRes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewGetIdSourceLdapReq instantiates a new GetIdSourceLdapReq object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewGetIdSourceLdapReqWithDefaults instantiates a new GetIdSourceLdapReq object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewGetIdSourceLdapRes instantiates a new GetIdSourceLdapRes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewGetIdSourceLdapResWithDefaults instantiates a new GetIdSourceLdapRes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewGetIdSourceLdapsRes instantiates a new GetIdSourceLdapsRes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewGetIdSourceLdapsResWithDefaults instantiates a new GetIdSourceLdapsRes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewGetIdSourceReq instantiates a new GetIdSourceReq object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewGetIdSourceReqWithDefaults instantiates a new GetIdSourceReq object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewGetIdSourceRes instantiates a new GetIdSourceRes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewGetIdSourceResWithDefaults instantiates a new GetIdSourceRes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewGetIdSourcesReq instantiates a new GetIdSourcesReq object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewGetIdSourcesReqWithDefaults instantiates a new GetIdSourcesReq object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewGetIdSourcesRes instantiates a new GetIdSourcesRes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewGetIdSourcesResWithDefaults instantiates a new GetIdSourcesRes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewGetIdVaultReq instantiates a new GetIdVaultReq object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewGetIdVaultReqWithDefaults instantiates a new GetIdVaultReq object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewGetIdVaultRes instantiates a new GetIdVaultRes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewGetIdVaultResWithDefaults instantiates a new GetIdVaultRes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewGetIdVaultsRes instantiates a new GetIdVaultsRes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewGetIdVaultsResWithDefaults instantiates a new GetIdVaultsRes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewGetIisExecEnvReq instantiates a new GetIisExecEnvReq object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewGetIisExecEnvReqWithDefaults instantiates a new GetIisExecEnvReq object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewGetIisExecEnvRes instantiates a new GetIisExecEnvRes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewGetIisExecEnvResWithDefaults instantiates a new GetIisExecEnvRes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewGetIisExecEnvsRes instantiates a new GetIisExecEnvsRes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewGetIisExecEnvsResWithDefaults instantiates a new GetIisExecEnvsRes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewGetIntSaml2SpReq instantiates a new GetIntSaml2SpReq object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewGetIntSaml2SpReqWithDefaults instantiates a new GetIntSaml2SpReq object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewGetIntSaml2SpRes instantiates a new GetIntSaml2SpRes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewGetIntSaml2SpResWithDefaults instantiates a new GetIntSaml2SpRes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewGetIntSaml2SpsRes instantiates a new GetIntSaml2SpsRes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewGetIntSaml2SpsResWithDefaults instantiates a new GetIntSaml2SpsRes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewGetJossoRsReq instantiates a new GetJossoRsReq object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewGetJossoRsReqWithDefaults instantiates a new GetJossoRsReq object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewGetJossoRsRes instantiates a new GetJossoRsRes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewGetJossoRsResWithDefaults instantiates a new GetJossoRsRes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewGetJossoRssRes instantiates a new GetJossoRssRes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewGetJossoRssResWithDefaults instantiates a new GetJossoRssRes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewGetOidcRpReq instantiates a new GetOidcRpReq object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewGetOidcRpReqWithDefaults instantiates a new GetOidcRpReq object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewGetOidcRpRes instantiates a new GetOidcRpRes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewGetOidcRpResWithDefaults instantiates a new GetOidcRpRes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewGetOidcRpsRes instantiates a new GetOidcRpsRes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewGetOidcRpsResWithDefaults instantiates a new GetOidcRpsRes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewGetPhpExecEnvReq instantiates a new GetPhpExecEnvReq object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewGetPhpExecEnvReqWithDefaults instantiates a new GetPhpExecEnvReq object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewGetPhpExecEnvRes instantiates a new GetPhpExecEnvRes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewGetPhpExecEnvResWithDefaults instantiates a new GetPhpExecEnvRes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewGetPhpExecEnvsRes instantiates a new GetPhpExecEnvsRes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewGetPhpExecEnvsResWithDefaults instantiates a new GetPhpExecEnvsRes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewGetProviderReq instantiates a new GetProviderReq object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewGetProviderReqWithDefaults instantiates a new GetProviderReq object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewGetProviderRes instantiates a new GetProviderRes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewGetProviderResWithDefaults instantiates a new GetProviderRes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewGetProvidersRes instantiates a new GetProvidersRes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewGetProvidersResWithDefaults instantiates a new GetProvidersRes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewGetSelfSvcRsReq instantiates a new GetSelfSvcRsReq object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewGetSelfSvcRsReqWithDefaults instantiates a new GetSelfSvcRsReq object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewGetSelfSvcRsRes instantiates a new GetSelfSvcRsRes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewGetSelfSvcRsResWithDefaults instantiates a new GetSelfSvcRsRes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewGetSelfSvcRssRes instantiates a new GetSelfSvcRssRes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewGetSelfSvcRssResWithDefaults instantiates a new GetSelfSvcRssRes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewGetServerInfoReq instantiates a new GetServerInfoReq object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewGetServerInfoReqWithDefaults instantiates a new GetServerInfoReq object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewGetServerInfoRes instantiates a new GetServerInfoRes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewGetServerInfoResWithDefaults instantiates a new GetServerInfoRes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewGetSharepointRsReq instantiates a new GetSharepointRsReq object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewGetSharepointRsReqWithDefaults instantiates a new GetSharepointRsReq object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewGetSharepointRsRes instantiates a new GetSharepointRsRes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewGetSharepointRsResWithDefaults instantiates a new GetSharepointRsRes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewGetSharepointRssRes instantiates a new GetSharepointRssRes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewGetSharepointRssResWithDefaults instantiates a new GetSharepointRssRes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewGetTomcatExecEnvReq instantiates a new GetTomcatExecEnvReq object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewGetTomcatExecEnvReqWithDefaults instantiates a new GetTomcatExecEnvReq object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewGetTomcatExecEnvRes instantiates a new GetTomcatExecEnvRes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewGetTomcatExecEnvResWithDefaults instantiates a new GetTomcatExecEnvRes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewGetTomcatExecEnvsRes instantiates a new GetTomcatExecEnvsRes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewGetTomcatExecEnvsResWithDefaults instantiates a new GetTomcatExecEnvsRes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewGetTypesRes instantiates a new GetTypesRes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewGetTypesResWithDefaults instantiates a new GetTypesRes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewGetVirtSaml2SpReq instantiates a new GetVirtSaml2SpReq object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewGetVirtSaml2SpReqWithDefaults instantiates a new GetVirtSaml2SpReq object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewGetVirtSaml2SpRes instantiates a new GetVirtSaml2SpRes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewGetVirtSaml2SpResWithDefaults instantiates a new GetVirtSaml2SpRes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewGetVirtSaml2SpsRes instantiates a new GetVirtSaml2SpsRes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewGetVirtSaml2SpsResWithDefaults instantiates a new GetVirtSaml2SpsRes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewGetWeblogicExecEnvReq instantiates a new GetWeblogicExecEnvReq object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewGetWeblogicExecEnvReqWithDefaults instantiates a new GetWeblogicExecEnvReq object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewGetWeblogicExecEnvRes instantiates a new GetWeblogicExecEnvRes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewGetWeblogicExecEnvResWithDefaults instantiates a new GetWeblogicExecEnvRes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewGetWeblogicExecEnvsRes instantiates a new GetWeblogicExecEnvsRes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewGetWeblogicExecEnvsResWithDefaults instantiates a new GetWeblogicExecEnvsRes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewGoogleOpenIDConnectIdentityProviderDTO instantiates a new GoogleOpenIDConnectIdentityProviderDTO object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewGoogleOpenIDConnectIdentityProviderDTOWithDefaults instantiates a new GoogleOpenIDConnectIdentityProviderDTO object This 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
NewGroupDTO instantiates a new GroupDTO object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewGroupDTOWithDefaults instantiates a new GroupDTO object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewIdentityApplianceContainerDTO instantiates a new IdentityApplianceContainerDTO object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewIdentityApplianceContainerDTOWithDefaults instantiates a new IdentityApplianceContainerDTO object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewIdentityApplianceDefinitionDTO instantiates a new IdentityApplianceDefinitionDTO object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewIdentityApplianceDefinitionDTOWithDefaults instantiates a new IdentityApplianceDefinitionDTO object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewIdentityApplianceDeploymentDTO instantiates a new IdentityApplianceDeploymentDTO object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewIdentityApplianceDeploymentDTOWithDefaults instantiates a new IdentityApplianceDeploymentDTO object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewIdentityApplianceDTO instantiates a new IdentityApplianceDTO object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewIdentityApplianceDTOWithDefaults instantiates a new IdentityApplianceDTO object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewIdentityApplianceSecurityConfigDTO instantiates a new IdentityApplianceSecurityConfigDTO object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewIdentityApplianceSecurityConfigDTOWithDefaults instantiates a new IdentityApplianceSecurityConfigDTO object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewIdentityApplianceUnitDTO instantiates a new IdentityApplianceUnitDTO object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewIdentityApplianceUnitDTOWithDefaults instantiates a new IdentityApplianceUnitDTO object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewIdentityLookupDTO instantiates a new IdentityLookupDTO object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewIdentityLookupDTOWithDefaults instantiates a new IdentityLookupDTO object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewIdentityMappingPolicyDTO instantiates a new IdentityMappingPolicyDTO object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewIdentityMappingPolicyDTOWithDefaults instantiates a new IdentityMappingPolicyDTO object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewIdentityProviderChannelDTO instantiates a new IdentityProviderChannelDTO object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewIdentityProviderChannelDTOWithDefaults instantiates a new IdentityProviderChannelDTO object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewIdentityProviderDTO instantiates a new IdentityProviderDTO object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewIdentityProviderDTOWithDefaults instantiates a new IdentityProviderDTO object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewIdentitySourceDTO instantiates a new IdentitySourceDTO object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewIdentitySourceDTOWithDefaults instantiates a new IdentitySourceDTO object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewIdSourceContainerDTO instantiates a new IdSourceContainerDTO object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewIdSourceContainerDTOWithDefaults instantiates a new IdSourceContainerDTO object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewImpersonateUserPolicyDTO instantiates a new ImpersonateUserPolicyDTO object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewImpersonateUserPolicyDTOWithDefaults instantiates a new ImpersonateUserPolicyDTO object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewImportApplianceReq instantiates a new ImportApplianceReq object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewImportApplianceReqWithDefaults instantiates a new ImportApplianceReq object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewImportApplianceRes instantiates a new ImportApplianceRes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewImportApplianceResWithDefaults instantiates a new ImportApplianceRes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewInternalSaml2ServiceProviderChannelDTO instantiates a new InternalSaml2ServiceProviderChannelDTO object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewInternalSaml2ServiceProviderChannelDTOWithDefaults instantiates a new InternalSaml2ServiceProviderChannelDTO object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewInternalSaml2ServiceProviderDTO instantiates a new InternalSaml2ServiceProviderDTO object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewInternalSaml2ServiceProviderDTOWithDefaults instantiates a new InternalSaml2ServiceProviderDTO object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewJOSSO1ResourceDTO instantiates a new JOSSO1ResourceDTO object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewJOSSO1ResourceDTOWithDefaults instantiates a new JOSSO1ResourceDTO object This 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
NewKeystoreDTO instantiates a new KeystoreDTO object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
No description provided by the author
NewKeystoreDTOWithDefaults instantiates a new KeystoreDTO object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewLdapIdentitySourceDTO instantiates a new LdapIdentitySourceDTO object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewLdapIdentitySourceDTOWithDefaults instantiates a new LdapIdentitySourceDTO object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewLocationDTO instantiates a new LocationDTO object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewLocationDTOWithDefaults instantiates a new LocationDTO object This 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
NewOAuth2ClientDTO instantiates a new OAuth2ClientDTO object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewOAuth2ClientDTOWithDefaults instantiates a new OAuth2ClientDTO object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewOAuth2PreAuthenticationServiceDTO instantiates a new OAuth2PreAuthenticationServiceDTO object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewOAuth2PreAuthenticationServiceDTOWithDefaults instantiates a new OAuth2PreAuthenticationServiceDTO object This 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
NewOIDCSignOnRequest instantiates a new OIDCSignOnRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewOIDCSignOnRequestWithDefaults instantiates a new OIDCSignOnRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewOIDCSignOnResponse instantiates a new OIDCSignOnResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewOIDCSignOnResponseWithDefaults instantiates a new OIDCSignOnResponse object This 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
NewPHPExecutionEnvironmentDTO instantiates a new PHPExecutionEnvironmentDTO object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPHPExecutionEnvironmentDTOWithDefaults instantiates a new PHPExecutionEnvironmentDTO object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPointDTO instantiates a new PointDTO object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPointDTOWithDefaults instantiates a new PointDTO object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewProviderConfigDTO instantiates a new ProviderConfigDTO object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewProviderConfigDTOWithDefaults instantiates a new ProviderConfigDTO object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewProviderContainerDTO instantiates a new ProviderContainerDTO object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewProviderContainerDTOWithDefaults instantiates a new ProviderContainerDTO object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewProviderDTO instantiates a new ProviderDTO object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewProviderDTOWithDefaults instantiates a new ProviderDTO object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewRefreshBrandingsRes instantiates a new RefreshBrandingsRes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewRefreshBrandingsResWithDefaults instantiates a new RefreshBrandingsRes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewResourceDTO instantiates a new ResourceDTO object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
Creates a new resource DTO with name, display name and value.
NewResourceDTOWithDefaults instantiates a new ResourceDTO object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewSamlR2IDPConfigDTO instantiates a new SamlR2IDPConfigDTO object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
No description provided by the author
NewSamlR2IDPConfigDTOWithDefaults instantiates a new SamlR2IDPConfigDTO object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewSamlR2SPConfigDTO instantiates a new SamlR2SPConfigDTO object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
No description provided by the author
NewSamlR2SPConfigDTOWithDefaults instantiates a new SamlR2SPConfigDTO object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewSelfServicesResourceDTO instantiates a new SelfServicesResourceDTO object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewSelfServicesResourceDTOWithDefaults instantiates a new SelfServicesResourceDTO object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewServerContext instantiates a new ServerContext object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewServerContextWithDefaults instantiates a new ServerContext object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewServerVersionRequest instantiates a new ServerVersionRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewServerVersionRequestWithDefaults instantiates a new ServerVersionRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewServerVersionResponse instantiates a new ServerVersionResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewServerVersionResponseWithDefaults instantiates a new ServerVersionResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewServiceConnectionDTO instantiates a new ServiceConnectionDTO object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewServiceConnectionDTOWithDefaults instantiates a new ServiceConnectionDTO object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewServiceResourceDTO instantiates a new ServiceResourceDTO object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewServiceResourceDTOWithDefaults instantiates a new ServiceResourceDTO object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewSessionManagerFactoryDTO instantiates a new SessionManagerFactoryDTO object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewSessionManagerFactoryDTOWithDefaults instantiates a new SessionManagerFactoryDTO object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewSetApplianceStateReq instantiates a new SetApplianceStateReq object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewSetApplianceStateReqWithDefaults instantiates a new SetApplianceStateReq object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewSharepointResourceDTO instantiates a new SharepointResourceDTO object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewSharepointResourceDTOWithDefaults instantiates a new SharepointResourceDTO object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewStoreApplianceReq instantiates a new StoreApplianceReq object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewStoreApplianceReqWithDefaults instantiates a new StoreApplianceReq object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewStoreApplianceRes instantiates a new StoreApplianceRes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewStoreApplianceResWithDefaults instantiates a new StoreApplianceRes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewStoreBrandingReq instantiates a new StoreBrandingReq object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewStoreBrandingReqWithDefaults instantiates a new StoreBrandingReq object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewStoreBrandingRes instantiates a new StoreBrandingRes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewStoreBrandingResWithDefaults instantiates a new StoreBrandingRes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewStoreDbIdVaultReq instantiates a new StoreDbIdVaultReq object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewStoreDbIdVaultReqWithDefaults instantiates a new StoreDbIdVaultReq object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewStoreDbIdVaultRes instantiates a new StoreDbIdVaultRes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewStoreDbIdVaultResWithDefaults instantiates a new StoreDbIdVaultRes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewStoreExtSaml2SpReq instantiates a new StoreExtSaml2SpReq object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewStoreExtSaml2SpReqWithDefaults instantiates a new StoreExtSaml2SpReq object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewStoreExtSaml2SpRes instantiates a new StoreExtSaml2SpRes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewStoreExtSaml2SpResWithDefaults instantiates a new StoreExtSaml2SpRes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewStoreIdpAzureReq instantiates a new StoreIdpAzureReq object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewStoreIdpAzureReqWithDefaults instantiates a new StoreIdpAzureReq object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewStoreIdpAzureRes instantiates a new StoreIdpAzureRes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewStoreIdpAzureResWithDefaults instantiates a new StoreIdpAzureRes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewStoreIdpFacebookReq instantiates a new StoreIdpFacebookReq object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewStoreIdpFacebookReqWithDefaults instantiates a new StoreIdpFacebookReq object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewStoreIdpFacebookRes instantiates a new StoreIdpFacebookRes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewStoreIdpFacebookResWithDefaults instantiates a new StoreIdpFacebookRes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewStoreIdpGoogleReq instantiates a new StoreIdpGoogleReq object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewStoreIdpGoogleReqWithDefaults instantiates a new StoreIdpGoogleReq object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewStoreIdpGoogleRes instantiates a new StoreIdpGoogleRes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewStoreIdpGoogleResWithDefaults instantiates a new StoreIdpGoogleRes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewStoreIdPReq instantiates a new StoreIdPReq object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewStoreIdPReqWithDefaults instantiates a new StoreIdPReq object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewStoreIdPRes instantiates a new StoreIdPRes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewStoreIdPResWithDefaults instantiates a new StoreIdPRes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewStoreIdPSaml2Req instantiates a new StoreIdPSaml2Req object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewStoreIdPSaml2ReqWithDefaults instantiates a new StoreIdPSaml2Req object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewStoreIdPSaml2Res instantiates a new StoreIdPSaml2Res object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewStoreIdPSaml2ResWithDefaults instantiates a new StoreIdPSaml2Res object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewStoreIdSourceDbReq instantiates a new StoreIdSourceDbReq object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewStoreIdSourceDbReqWithDefaults instantiates a new StoreIdSourceDbReq object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewStoreIdSourceDbRes instantiates a new StoreIdSourceDbRes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewStoreIdSourceDbResWithDefaults instantiates a new StoreIdSourceDbRes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewStoreIdSourceLdapReq instantiates a new StoreIdSourceLdapReq object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewStoreIdSourceLdapReqWithDefaults instantiates a new StoreIdSourceLdapReq object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewStoreIdSourceLdapRes instantiates a new StoreIdSourceLdapRes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewStoreIdSourceLdapResWithDefaults instantiates a new StoreIdSourceLdapRes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewStoreIdVaultReq instantiates a new StoreIdVaultReq object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewStoreIdVaultReqWithDefaults instantiates a new StoreIdVaultReq object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewStoreIdVaultRes instantiates a new StoreIdVaultRes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewStoreIdVaultResWithDefaults instantiates a new StoreIdVaultRes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewStoreIisExecEnvReq instantiates a new StoreIisExecEnvReq object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewStoreIisExecEnvReqWithDefaults instantiates a new StoreIisExecEnvReq object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewStoreIisExecEnvRes instantiates a new StoreIisExecEnvRes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewStoreIisExecEnvResWithDefaults instantiates a new StoreIisExecEnvRes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewStoreIntSaml2SpReq instantiates a new StoreIntSaml2SpReq object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewStoreIntSaml2SpReqWithDefaults instantiates a new StoreIntSaml2SpReq object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewStoreIntSaml2SpRes instantiates a new StoreIntSaml2SpRes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewStoreIntSaml2SpResWithDefaults instantiates a new StoreIntSaml2SpRes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewStoreJossoRsReq instantiates a new StoreJossoRsReq object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewStoreJossoRsReqWithDefaults instantiates a new StoreJossoRsReq object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewStoreJossoRsRes instantiates a new StoreJossoRsRes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewStoreJossoRsResWithDefaults instantiates a new StoreJossoRsRes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewStoreOidcRpReq instantiates a new StoreOidcRpReq object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewStoreOidcRpReqWithDefaults instantiates a new StoreOidcRpReq object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewStoreOidcRpRes instantiates a new StoreOidcRpRes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewStoreOidcRpResWithDefaults instantiates a new StoreOidcRpRes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewStorePhpExecEnvReq instantiates a new StorePhpExecEnvReq object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewStorePhpExecEnvReqWithDefaults instantiates a new StorePhpExecEnvReq object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewStorePhpExecEnvRes instantiates a new StorePhpExecEnvRes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewStorePhpExecEnvResWithDefaults instantiates a new StorePhpExecEnvRes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewStoreSelfSvcRsReq instantiates a new StoreSelfSvcRsReq object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewStoreSelfSvcRsReqWithDefaults instantiates a new StoreSelfSvcRsReq object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewStoreSelfSvcRsRes instantiates a new StoreSelfSvcRsRes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewStoreSelfSvcRsResWithDefaults instantiates a new StoreSelfSvcRsRes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewStoreSharepointRsReq instantiates a new StoreSharepointRsReq object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewStoreSharepointRsReqWithDefaults instantiates a new StoreSharepointRsReq object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewStoreSharepointRsRes instantiates a new StoreSharepointRsRes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewStoreSharepointRsResWithDefaults instantiates a new StoreSharepointRsRes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewStoreTomcatExecEnvReq instantiates a new StoreTomcatExecEnvReq object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewStoreTomcatExecEnvReqWithDefaults instantiates a new StoreTomcatExecEnvReq object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewStoreTomcatExecEnvRes instantiates a new StoreTomcatExecEnvRes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewStoreTomcatExecEnvResWithDefaults instantiates a new StoreTomcatExecEnvRes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewStoreVirtSaml2SpReq instantiates a new StoreVirtSaml2SpReq object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewStoreVirtSaml2SpReqWithDefaults instantiates a new StoreVirtSaml2SpReq object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewStoreVirtSaml2SpRes instantiates a new StoreVirtSaml2SpRes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewStoreVirtSaml2SpResWithDefaults instantiates a new StoreVirtSaml2SpRes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewStoreWeblogicExecEnvReq instantiates a new StoreWeblogicExecEnvReq object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewStoreWeblogicExecEnvReqWithDefaults instantiates a new StoreWeblogicExecEnvReq object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewStoreWeblogicExecEnvRes instantiates a new StoreWeblogicExecEnvRes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewStoreWeblogicExecEnvResWithDefaults instantiates a new StoreWeblogicExecEnvRes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewSubjectAuthenticationPolicyDTO instantiates a new SubjectAuthenticationPolicyDTO object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewSubjectAuthenticationPolicyDTOWithDefaults instantiates a new SubjectAuthenticationPolicyDTO object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewSubjectNameIdentifierPolicyDTO instantiates a new SubjectNameIdentifierPolicyDTO object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewSubjectNameIdentifierPolicyDTOWithDefaults instantiates a new SubjectNameIdentifierPolicyDTO object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewTomcatExecutionEnvironmentDTO instantiates a new TomcatExecutionEnvironmentDTO object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewTomcatExecutionEnvironmentDTOWithDefaults instantiates a new TomcatExecutionEnvironmentDTO object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewTOTPAuthenticationServiceDTO instantiates a new TOTPAuthenticationServiceDTO object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewTOTPAuthenticationServiceDTOWithDefaults instantiates a new TOTPAuthenticationServiceDTO object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewUserDashboardBrandingDTO instantiates a new UserDashboardBrandingDTO object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewUserDashboardBrandingDTOWithDefaults instantiates a new UserDashboardBrandingDTO object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewUserDTO instantiates a new UserDTO object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewUserDTOWithDefaults instantiates a new UserDTO object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewVirtualSaml2ServiceProviderDTO instantiates a new VirtualSaml2ServiceProviderDTO object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewVirtualSaml2ServiceProviderDTOWithDefaults instantiates a new VirtualSaml2ServiceProviderDTO object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewWeblogicExecutionEnvironmentDTO instantiates a new WeblogicExecutionEnvironmentDTO object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewWeblogicExecutionEnvironmentDTOWithDefaults instantiates a new WeblogicExecutionEnvironmentDTO object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewWindowsIISExecutionEnvironmentDTO instantiates a new WindowsIISExecutionEnvironmentDTO object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewWindowsIISExecutionEnvironmentDTOWithDefaults instantiates a new WindowsIISExecutionEnvironmentDTO object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewWindowsIntegratedAuthenticationDTO instantiates a new WindowsIntegratedAuthenticationDTO object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewWindowsIntegratedAuthenticationDTOWithDefaults instantiates a new WindowsIntegratedAuthenticationDTO object This 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
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.
Converts a string to a mapping expresion based on the provider type.

# Variables

ContextAccessToken takes a string oauth2 access token as authentication for the request.
ContextAPIKeys takes a string apikey as authentication for the request.
ContextBasicAuth takes BasicAuth as authentication for the request.
ContextHttpSignatureAuth takes HttpSignatureAuth as authentication for the request.
ContextOAuth2 takes an oauth2.TokenSource as authentication for the request.
ContextOperationServerIndices uses a server configuration from the index mapping.
ContextOperationServerVariables overrides a server configuration variables using operation specific values.
ContextServerIndex uses a server configuration from the index.
ContextServerVariables overrides a server configuration variables.

# Structs

AccountLinkagePolicyDTO struct for AccountLinkagePolicyDTO.
ActivateExecEnvReq struct for ActivateExecEnvReq.
ActivateExecEnvRes struct for ActivateExecEnvRes.
ActivationDTO struct for ActivationDTO.
No description provided by the author
No description provided by the author
APIClient manages communication with the Atricore Console :: Remote : API API v1.5.1-SNAPSHOT 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
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
APIResponse stores the API response returned by the server.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
AttributeMapperProfileDTO struct for AttributeMapperProfileDTO.
AttributeMappingDTO struct for AttributeMappingDTO.
AttributeProfileDTO struct for AttributeProfileDTO.
AttributeValueDTO struct for AttributeValueDTO.
AuthenticationAssertionEmissionPolicyDTO struct for AuthenticationAssertionEmissionPolicyDTO.
AuthenticationContractDTO struct for AuthenticationContractDTO.
AuthenticationMechanismDTO struct for AuthenticationMechanismDTO.
AuthenticationServiceDTO struct for AuthenticationServiceDTO.
AzureOpenIDConnectIdentityProviderDTO struct for AzureOpenIDConnectIdentityProviderDTO.
BasicAuth provides basic http authentication to a request passed via context using ContextBasicAuth.
BasicAuthenticationDTO struct for BasicAuthenticationDTO.
BindAuthenticationDTO struct for BindAuthenticationDTO.
BuiltInAttributeProfileDTO struct for BuiltInAttributeProfileDTO.
BundleDescr struct for BundleDescr.
CalcLayoutReq struct for CalcLayoutReq.
CalcLayoutRes struct for CalcLayoutRes.
ClientCertAuthnServiceDTO struct for ClientCertAuthnServiceDTO.
Configuration stores the configuration of the API client.
CustomAuthnServiceDTO struct for CustomAuthnServiceDTO.
CustomBrandingDefinitionDTO struct for CustomBrandingDefinitionDTO.
CustomClassDTO struct for CustomClassDTO.
CustomClassPropertyDTO struct for CustomClassPropertyDTO.
DbIdentitySourceDTO struct for DbIdentitySourceDTO.
DbIdentityVaultDTO struct for DbIdentityVaultDTO.
DelegatedAuthenticationDTO struct for DelegatedAuthenticationDTO.
DeleteBrandingReq struct for DeleteBrandingReq.
DeleteBrandingRes struct for DeleteBrandingRes.
DeleteReq struct for DeleteReq.
DeleteRes struct for DeleteRes.
DirectoryAuthenticationServiceDTO struct for DirectoryAuthenticationServiceDTO.
No description provided by the author
EmbeddedIdentityVaultDTO struct for EmbeddedIdentityVaultDTO.
EntitySelectionStrategyDTO struct for EntitySelectionStrategyDTO.
ExecEnvContainerDTO struct for ExecEnvContainerDTO.
ExecutionEnvironmentDTO struct for ExecutionEnvironmentDTO.
ExportApplianceReq struct for ExportApplianceReq.
ExportApplianceRes struct for ExportApplianceRes.
ExportExecEnvCfgReq struct for ExportExecEnvCfgReq.
ExportExecEnvCfgRes struct for ExportExecEnvCfgRes.
ExtensionDTO struct for ExtensionDTO.
ExternalOpenIDConnectRelayingPartyDTO struct for ExternalOpenIDConnectRelayingPartyDTO.
ExternalSaml2IdentityProviderDTO struct for ExternalSaml2IdentityProviderDTO.
ExternalSaml2ServiceProviderDTO struct for ExternalSaml2ServiceProviderDTO.
FacebookOpenIDConnectIdentityProviderDTO struct for FacebookOpenIDConnectIdentityProviderDTO.
FederatedChannelDTO struct for FederatedChannelDTO.
FederatedConnectionDTO struct for FederatedConnectionDTO.
FederatedProviderDTO struct for FederatedProviderDTO.
GenericOpenAPIError Provides access to the body, error and model on returned errors.
GetAllBrandingsReq struct for GetAllBrandingsReq.
GetAllBrandingsRes struct for GetAllBrandingsRes.
GetApplianceContainerRes struct for GetApplianceContainerRes.
GetApplianceContainersRes struct for GetApplianceContainersRes.
GetApplianceReq struct for GetApplianceReq.
GetApplianceRes struct for GetApplianceRes.
GetAppliancesRes struct for GetAppliancesRes.
GetApplianceStateRes struct for GetApplianceStateRes.
GetBrandingReq struct for GetBrandingReq.
GetBrandingRes struct for GetBrandingRes.
GetBundlesReq struct for GetBundlesReq.
GetBundlesRes struct for GetBundlesRes.
GetDbIdVaultReq struct for GetDbIdVaultReq.
GetDbIdVaultRes struct for GetDbIdVaultRes.
GetDbIdVaultsRes struct for GetDbIdVaultsRes.
GetExecEnvReq struct for GetExecEnvReq.
GetExecEnvRes struct for GetExecEnvRes.
GetExecEnvsRes struct for GetExecEnvsRes.
GetExtSaml2SpReq struct for GetExtSaml2SpReq.
GetExtSaml2SpRes struct for GetExtSaml2SpRes.
GetExtSaml2SpsRes struct for GetExtSaml2SpsRes.
GetIdpAzureReq struct for GetIdpAzureReq.
GetIdpAzureRes struct for GetIdpAzureRes.
GetIdpAzuresRes struct for GetIdpAzuresRes.
GetIdpFacebookReq struct for GetIdpFacebookReq.
GetIdpFacebookRes struct for GetIdpFacebookRes.
GetIdpFacebooksRes struct for GetIdpFacebooksRes.
GetIdpGoogleReq struct for GetIdpGoogleReq.
GetIdpGoogleRes struct for GetIdpGoogleRes.
GetIdpGooglesRes struct for GetIdpGooglesRes.
GetIdPReq struct for GetIdPReq.
GetIdPRes struct for GetIdPRes.
GetIdPSaml2Req struct for GetIdPSaml2Req.
GetIdPSaml2Res struct for GetIdPSaml2Res.
GetIdPSaml2sRes struct for GetIdPSaml2sRes.
GetIdPsRes struct for GetIdPsRes.
GetIdSourceDbReq struct for GetIdSourceDbReq.
GetIdSourceDbRes struct for GetIdSourceDbRes.
GetIdSourceDbsRes struct for GetIdSourceDbsRes.
GetIdSourceLdapReq struct for GetIdSourceLdapReq.
GetIdSourceLdapRes struct for GetIdSourceLdapRes.
GetIdSourceLdapsRes struct for GetIdSourceLdapsRes.
GetIdSourceReq struct for GetIdSourceReq.
GetIdSourceRes struct for GetIdSourceRes.
GetIdSourcesReq struct for GetIdSourcesReq.
GetIdSourcesRes struct for GetIdSourcesRes.
GetIdVaultReq struct for GetIdVaultReq.
GetIdVaultRes struct for GetIdVaultRes.
GetIdVaultsRes struct for GetIdVaultsRes.
GetIisExecEnvReq struct for GetIisExecEnvReq.
GetIisExecEnvRes struct for GetIisExecEnvRes.
GetIisExecEnvsRes struct for GetIisExecEnvsRes.
GetIntSaml2SpReq struct for GetIntSaml2SpReq.
GetIntSaml2SpRes struct for GetIntSaml2SpRes.
GetIntSaml2SpsRes struct for GetIntSaml2SpsRes.
GetJossoRsReq struct for GetJossoRsReq.
GetJossoRsRes struct for GetJossoRsRes.
GetJossoRssRes struct for GetJossoRssRes.
GetOidcRpReq struct for GetOidcRpReq.
GetOidcRpRes struct for GetOidcRpRes.
GetOidcRpsRes struct for GetOidcRpsRes.
GetPhpExecEnvReq struct for GetPhpExecEnvReq.
GetPhpExecEnvRes struct for GetPhpExecEnvRes.
GetPhpExecEnvsRes struct for GetPhpExecEnvsRes.
GetProviderReq struct for GetProviderReq.
GetProviderRes struct for GetProviderRes.
GetProvidersRes struct for GetProvidersRes.
GetSelfSvcRsReq struct for GetSelfSvcRsReq.
GetSelfSvcRsRes struct for GetSelfSvcRsRes.
GetSelfSvcRssRes struct for GetSelfSvcRssRes.
GetServerInfoReq struct for GetServerInfoReq.
GetServerInfoRes struct for GetServerInfoRes.
GetSharepointRsReq struct for GetSharepointRsReq.
GetSharepointRsRes struct for GetSharepointRsRes.
GetSharepointRssRes struct for GetSharepointRssRes.
GetTomcatExecEnvReq struct for GetTomcatExecEnvReq.
GetTomcatExecEnvRes struct for GetTomcatExecEnvRes.
GetTomcatExecEnvsRes struct for GetTomcatExecEnvsRes.
GetTypesRes struct for GetTypesRes.
GetVirtSaml2SpReq struct for GetVirtSaml2SpReq.
GetVirtSaml2SpRes struct for GetVirtSaml2SpRes.
GetVirtSaml2SpsRes struct for GetVirtSaml2SpsRes.
GetWeblogicExecEnvReq struct for GetWeblogicExecEnvReq.
GetWeblogicExecEnvRes struct for GetWeblogicExecEnvRes.
GetWeblogicExecEnvsRes struct for GetWeblogicExecEnvsRes.
GoogleOpenIDConnectIdentityProviderDTO struct for GoogleOpenIDConnectIdentityProviderDTO.
No description provided by the author
GroupDTO struct for GroupDTO.
IdentityApplianceContainerDTO struct for IdentityApplianceContainerDTO.
IdentityApplianceDefinitionDTO struct for IdentityApplianceDefinitionDTO.
IdentityApplianceDeploymentDTO struct for IdentityApplianceDeploymentDTO.
IdentityApplianceDTO struct for IdentityApplianceDTO.
IdentityApplianceSecurityConfigDTO struct for IdentityApplianceSecurityConfigDTO.
IdentityApplianceUnitDTO struct for IdentityApplianceUnitDTO.
IdentityLookupDTO struct for IdentityLookupDTO.
IdentityMappingPolicyDTO struct for IdentityMappingPolicyDTO.
IdentityProviderChannelDTO struct for IdentityProviderChannelDTO.
IdentityProviderDTO struct for IdentityProviderDTO.
IdentitySourceDTO struct for IdentitySourceDTO.
IdSourceContainerDTO struct for IdSourceContainerDTO.
ImpersonateUserPolicyDTO struct for ImpersonateUserPolicyDTO.
ImportApplianceReq struct for ImportApplianceReq.
ImportApplianceRes struct for ImportApplianceRes.
InternalSaml2ServiceProviderChannelDTO struct for InternalSaml2ServiceProviderChannelDTO.
InternalSaml2ServiceProviderDTO struct for InternalSaml2ServiceProviderDTO.
JOSSO1ResourceDTO struct for JOSSO1ResourceDTO.
KeystoreDTO struct for KeystoreDTO.
LdapIdentitySourceDTO struct for LdapIdentitySourceDTO.
LocationDTO struct for LocationDTO.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
OAuth2ClientDTO struct for OAuth2ClientDTO.
OAuth2PreAuthenticationServiceDTO struct for OAuth2PreAuthenticationServiceDTO.
OIDCSignOnRequest struct for OIDCSignOnRequest.
OIDCSignOnResponse struct for OIDCSignOnResponse.
PHPExecutionEnvironmentDTO struct for PHPExecutionEnvironmentDTO.
PointDTO struct for PointDTO.
ProviderConfigDTO struct for ProviderConfigDTO.
ProviderContainerDTO struct for ProviderContainerDTO.
ProviderDTO struct for ProviderDTO.
RefreshBrandingsRes struct for RefreshBrandingsRes.
ResourceDTO struct for ResourceDTO.
SamlR2IDPConfigDTO struct for SamlR2IDPConfigDTO.
SamlR2SPConfigDTO struct for SamlR2SPConfigDTO.
SelfServicesResourceDTO struct for SelfServicesResourceDTO.
ServerConfiguration stores the information about a server.
ServerContext struct for ServerContext.
ServerVariable stores the information about a server variable.
ServerVersionRequest struct for ServerVersionRequest.
ServerVersionResponse struct for ServerVersionResponse.
ServiceConnectionDTO struct for ServiceConnectionDTO.
ServiceResourceDTO struct for ServiceResourceDTO.
SessionManagerFactoryDTO struct for SessionManagerFactoryDTO.
SetApplianceStateReq struct for SetApplianceStateReq.
SharepointResourceDTO struct for SharepointResourceDTO.
StoreApplianceReq struct for StoreApplianceReq.
StoreApplianceRes struct for StoreApplianceRes.
StoreBrandingReq struct for StoreBrandingReq.
StoreBrandingRes struct for StoreBrandingRes.
StoreDbIdVaultReq struct for StoreDbIdVaultReq.
StoreDbIdVaultRes struct for StoreDbIdVaultRes.
StoreExtSaml2SpReq struct for StoreExtSaml2SpReq.
StoreExtSaml2SpRes struct for StoreExtSaml2SpRes.
StoreIdpAzureReq struct for StoreIdpAzureReq.
StoreIdpAzureRes struct for StoreIdpAzureRes.
StoreIdpFacebookReq struct for StoreIdpFacebookReq.
StoreIdpFacebookRes struct for StoreIdpFacebookRes.
StoreIdpGoogleReq struct for StoreIdpGoogleReq.
StoreIdpGoogleRes struct for StoreIdpGoogleRes.
StoreIdPReq struct for StoreIdPReq.
StoreIdPRes struct for StoreIdPRes.
StoreIdPSaml2Req struct for StoreIdPSaml2Req.
StoreIdPSaml2Res struct for StoreIdPSaml2Res.
StoreIdSourceDbReq struct for StoreIdSourceDbReq.
StoreIdSourceDbRes struct for StoreIdSourceDbRes.
StoreIdSourceLdapReq struct for StoreIdSourceLdapReq.
StoreIdSourceLdapRes struct for StoreIdSourceLdapRes.
StoreIdVaultReq struct for StoreIdVaultReq.
StoreIdVaultRes struct for StoreIdVaultRes.
StoreIisExecEnvReq struct for StoreIisExecEnvReq.
StoreIisExecEnvRes struct for StoreIisExecEnvRes.
StoreIntSaml2SpReq struct for StoreIntSaml2SpReq.
StoreIntSaml2SpRes struct for StoreIntSaml2SpRes.
StoreJossoRsReq struct for StoreJossoRsReq.
StoreJossoRsRes struct for StoreJossoRsRes.
StoreOidcRpReq struct for StoreOidcRpReq.
StoreOidcRpRes struct for StoreOidcRpRes.
StorePhpExecEnvReq struct for StorePhpExecEnvReq.
StorePhpExecEnvRes struct for StorePhpExecEnvRes.
StoreSelfSvcRsReq struct for StoreSelfSvcRsReq.
StoreSelfSvcRsRes struct for StoreSelfSvcRsRes.
StoreSharepointRsReq struct for StoreSharepointRsReq.
StoreSharepointRsRes struct for StoreSharepointRsRes.
StoreTomcatExecEnvReq struct for StoreTomcatExecEnvReq.
StoreTomcatExecEnvRes struct for StoreTomcatExecEnvRes.
StoreVirtSaml2SpReq struct for StoreVirtSaml2SpReq.
StoreVirtSaml2SpRes struct for StoreVirtSaml2SpRes.
StoreWeblogicExecEnvReq struct for StoreWeblogicExecEnvReq.
StoreWeblogicExecEnvRes struct for StoreWeblogicExecEnvRes.
SubjectAuthenticationPolicyDTO struct for SubjectAuthenticationPolicyDTO.
SubjectNameIdentifierPolicyDTO struct for SubjectNameIdentifierPolicyDTO.
TomcatExecutionEnvironmentDTO struct for TomcatExecutionEnvironmentDTO.
TOTPAuthenticationServiceDTO struct for TOTPAuthenticationServiceDTO.
UserDashboardBrandingDTO struct for UserDashboardBrandingDTO.
UserDTO struct for UserDTO.
VirtualSaml2ServiceProviderDTO struct for VirtualSaml2ServiceProviderDTO.
WeblogicExecutionEnvironmentDTO struct for WeblogicExecutionEnvironmentDTO.
WindowsIISExecutionEnvironmentDTO struct for WindowsIISExecutionEnvironmentDTO.
WindowsIntegratedAuthenticationDTO struct for WindowsIntegratedAuthenticationDTO.

# Type aliases

DefaultApiService DefaultApi service.
ServerConfigurations stores multiple ServerConfiguration items.