jossoappi

package module
v0.5.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 6, 2023 License: Apache-2.0 Imports: 23 Imported by: 2

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

Class Method HTTP request Description
DefaultApi ActivateExecEnv Get /iam-deploy/execenv/activate
DefaultApi BuildAppliance Get /iam-deploy/appliance/build
DefaultApi CreateAppliance Post /iam-deploy/appliance
DefaultApi CreateBranding Post /iam-branding/branding
DefaultApi CreateDbIdVault Post /iam-deploy/dbidvault
DefaultApi CreateExtSaml2Sp Post /iam-deploy/extsaml2sp
DefaultApi CreateIdP Post /iam-deploy/idp
DefaultApi CreateIdSourceDb Post /iam-deploy/idsourcedb
DefaultApi CreateIdSourceLdap Post /iam-deploy/idsourceldap
DefaultApi CreateIdVault Post /iam-deploy/idvault
DefaultApi CreateIdpAzure Post /iam-deploy/idp_azure
DefaultApi CreateIdpFacebook Post /iam-deploy/idp_fb
DefaultApi CreateIdpGoogle Post /iam-deploy/idp_google
DefaultApi CreateIdpSaml2 Post /iam-deploy/idp_saml2
DefaultApi CreateIisExecEnv Post /iam-deploy/iisexecenv
DefaultApi CreateIntSaml2Sp Post /iam-deploy/intsaml2sp
DefaultApi CreateJossoRs Post /iam-deploy/jossors
DefaultApi CreateOidcRp Post /iam-deploy/oidcrp
DefaultApi CreatePhpExecEnv Post /iam-deploy/phpexecenv
DefaultApi CreateSelfSvcs Post /iam-deploy/selfsvc
DefaultApi CreateSharepointRs Post /iam-deploy/sharepointrs
DefaultApi CreateTomcatExecEnv Post /iam-deploy/tomcatexecenv
DefaultApi CreateVirtSaml2Sp Post /iam-deploy/virtsaml2sp
DefaultApi CreateWeblogicExecEnv Post /iam-deploy/weblogicexecenv
DefaultApi DeleteAppliance Delete /iam-deploy/appliance
DefaultApi DeleteBranding Delete /iam-branding/branding
DefaultApi DeleteDbIdVault Delete /iam-deploy/dbidvault
DefaultApi DeleteExtSaml2Sp Delete /iam-deploy/extsaml2sp
DefaultApi DeleteIdP Delete /iam-deploy/idp
DefaultApi DeleteIdSourceDb Delete /iam-deploy/idsourcedb
DefaultApi DeleteIdSourceLdap Delete /iam-deploy/idsourceldap
DefaultApi DeleteIdVault Delete /iam-deploy/idvault
DefaultApi DeleteIdpAzure Delete /iam-deploy/idp_azure
DefaultApi DeleteIdpFacebook Delete /iam-deploy/idp_fb
DefaultApi DeleteIdpGoogle Delete /iam-deploy/idp_google
DefaultApi DeleteIdpSaml2 Delete /iam-deploy/idp_saml2
DefaultApi DeleteIisExecEnv Delete /iam-deploy/iisexecenv
DefaultApi DeleteIntSaml2Sp Delete /iam-deploy/intsaml2sp
DefaultApi DeleteJossoRs Delete /iam-deploy/jossors
DefaultApi DeleteOidcRp Delete /iam-deploy/oidcrp
DefaultApi DeletePhpExecEnv Delete /iam-deploy/phpexecenv
DefaultApi DeleteSelfSvcs Delete /iam-deploy/selfsvc
DefaultApi DeleteSharepointRs Delete /iam-deploy/sharepointrs
DefaultApi DeleteTomcatExecEnv Delete /iam-deploy/tomcatexecenv
DefaultApi DeleteVirtSaml2Sp Delete /iam-deploy/virtsaml2sp
DefaultApi DeleteWeblogicExecEnv Delete /iam-deploy/weblogicexecenv
DefaultApi ExportAppliance Get /iam-deploy/appliance/export
DefaultApi ExportExecEnvCfg Get /iam-deploy/execenv/cfg
DefaultApi GetAllBrandings Get /iam-branding/brandings
DefaultApi GetAppliance Get /iam-deploy/appliance
DefaultApi GetApplianceContainer Get /iam-deploy/appliance-container
DefaultApi GetApplianceContainers Get /iam-deploy/appliance-containers
DefaultApi GetApplianceState Get /iam-deploy/appliance/state
DefaultApi GetAppliances Get /iam-deploy/appliances
DefaultApi GetBranding Get /iam-branding/branding
DefaultApi GetBundles Get /iam-deploy/server/bundles
DefaultApi GetDbIdVault Get /iam-deploy/dbidvault
DefaultApi GetDbIdVaults Get /iam-deploy/dbidvaults
DefaultApi GetExecEnv Get /iam-deploy/execenv
DefaultApi GetExecEnvs Get /iam-deploy/execenvs
DefaultApi GetExtSaml2Sp Get /iam-deploy/extsaml2sp
DefaultApi GetExtSaml2Sps Get /iam-deploy/extsaml2sps
DefaultApi GetIdP Get /iam-deploy/idp
DefaultApi GetIdPs Get /iam-deploy/idps
DefaultApi GetIdSource Get /iam-deploy/idsource
DefaultApi GetIdSourceDb Get /iam-deploy/idsourcedb
DefaultApi GetIdSourceDbs Get /iam-deploy/idsourcedbs
DefaultApi GetIdSourceLdap Get /iam-deploy/idsourceldap
DefaultApi GetIdSourceLdaps Get /iam-deploy/idsourceldaps
DefaultApi GetIdSources Get /iam-deploy/idsources
DefaultApi GetIdVault Get /iam-deploy/idvault
DefaultApi GetIdVaults Get /iam-deploy/idvaults
DefaultApi GetIdpAzure Get /iam-deploy/idp_azure
DefaultApi GetIdpAzures Get /iam-deploy/idp_azures
DefaultApi GetIdpFacebook Get /iam-deploy/idp_fb
DefaultApi GetIdpFacebooks Get /iam-deploy/idp_fbs
DefaultApi GetIdpGoogle Get /iam-deploy/idp_google
DefaultApi GetIdpGoogles Get /iam-deploy/idp_googles
DefaultApi GetIdpSaml2 Get /iam-deploy/idp_saml2
DefaultApi GetIdpSaml2s Get /iam-deploy/idp_saml2s
DefaultApi GetIisExecEnv Get /iam-deploy/iisexecenv
DefaultApi GetIisExecEnvs Get /iam-deploy/iisexecenvs
DefaultApi GetInfo Get /iam-deploy/server/info
DefaultApi GetIntSaml2Sp Get /iam-deploy/intsaml2sp
DefaultApi GetIntSaml2Sps Get /iam-deploy/intsaml2sps
DefaultApi GetJossoRs Get /iam-deploy/jossors
DefaultApi GetJossoRss Get /iam-deploy/jossorss
DefaultApi GetOidcRp Get /iam-deploy/oidcrp
DefaultApi GetOidcRps Get /iam-deploy/oidcrps
DefaultApi GetPhpExecEnv Get /iam-deploy/phpexecenv
DefaultApi GetPhpExecEnvs Get /iam-deploy/phpexecenvs
DefaultApi GetProvider Get /iam-deploy/provider
DefaultApi GetProviders Get /iam-deploy/providers
DefaultApi GetSelfSvcs Get /iam-deploy/selfsvc
DefaultApi GetSelfSvcss Get /iam-deploy/selfsvcs
DefaultApi GetSharepointRs Get /iam-deploy/sharepointrs
DefaultApi GetSharepointRss Get /iam-deploy/sharepointrss
DefaultApi GetTomcatExecEnv Get /iam-deploy/tomcatexecenv
DefaultApi GetTomcatExecEnvs Get /iam-deploy/tomcatexecenvs
DefaultApi GetTypes Get /iam-deploy/noop/types
DefaultApi GetVirtSaml2Sp Get /iam-deploy/virtsaml2sp
DefaultApi GetVirtSaml2Sps Get /iam-deploy/virtsaml2sps
DefaultApi GetWeblogicExecEnv Get /iam-deploy/weblogicexecenv
DefaultApi GetWeblogicExecEnvs Get /iam-deploy/weblogicexecenvs
DefaultApi ImportAppliance Post /iam-deploy/appliance/import
DefaultApi LayoutAppliance Get /iam-deploy/appliance/layout
DefaultApi RefreshBrandings Get /iam-branding/brandings/refresh
DefaultApi SignOn Post /iam-authn/sign-on
DefaultApi StartAppliance Get /iam-deploy/appliance/start
DefaultApi StopAppliance Get /iam-deploy/appliance/stop
DefaultApi UpdateAppliance Put /iam-deploy/appliance
DefaultApi UpdateBranding Put /iam-branding/branding
DefaultApi UpdateDbIdVault Put /iam-deploy/dbidvault
DefaultApi UpdateExtSaml2Sp Put /iam-deploy/extsaml2sp
DefaultApi UpdateIdP Put /iam-deploy/idp
DefaultApi UpdateIdSourceDb Put /iam-deploy/idsourcedb
DefaultApi UpdateIdSourceLdap Put /iam-deploy/idsourceldap
DefaultApi UpdateIdVault Put /iam-deploy/idvault
DefaultApi UpdateIdpAzure Put /iam-deploy/idp_azure
DefaultApi UpdateIdpFacebook Put /iam-deploy/idp_fb
DefaultApi UpdateIdpGoogle Put /iam-deploy/idp_google
DefaultApi UpdateIdpSaml2 Put /iam-deploy/idp_saml2
DefaultApi UpdateIisExecEnv Put /iam-deploy/iisexecenv
DefaultApi UpdateIntSaml2Sp Put /iam-deploy/intsaml2sp
DefaultApi UpdateJossoRs Put /iam-deploy/jossors
DefaultApi UpdateOidcRp Put /iam-deploy/oidcrp
DefaultApi UpdatePhpExecEnv Put /iam-deploy/phpexecenv
DefaultApi UpdateSelfSvcs Put /iam-deploy/selfsvc
DefaultApi UpdateSharepointRs Put /iam-deploy/sharepointrs
DefaultApi UpdateTomcatExecEnv Put /iam-deploy/tomcatexecenv
DefaultApi UpdateVirtSaml2Sp Put /iam-deploy/virtsaml2sp
DefaultApi UpdateWeblogicExecEnv Put /iam-deploy/weblogicexecenv
DefaultApi ValidateAppliance Get /iam-deploy/appliance/validate
DefaultApi Version Get /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

sgonzalez@atricore.com

Documentation ¶

Index ¶

Constants ¶

This section is empty.

Variables ¶

View Source
var (
	// ContextOAuth2 takes an oauth2.TokenSource as authentication for the request.
	ContextOAuth2 = contextKey("token")

	// ContextBasicAuth takes BasicAuth as authentication for the request.
	ContextBasicAuth = contextKey("basic")

	// ContextAccessToken takes a string oauth2 access token as authentication for the request.
	ContextAccessToken = contextKey("accesstoken")

	// ContextAPIKeys takes a string apikey as authentication for the request
	ContextAPIKeys = contextKey("apiKeys")

	// ContextHttpSignatureAuth takes HttpSignatureAuth as authentication for the request.
	ContextHttpSignatureAuth = contextKey("httpsignature")

	// ContextServerIndex uses a server configuration from the index.
	ContextServerIndex = contextKey("serverIndex")

	// ContextOperationServerIndices uses a server configuration from the index mapping.
	ContextOperationServerIndices = contextKey("serverOperationIndices")

	// ContextServerVariables overrides a server configuration variables.
	ContextServerVariables = contextKey("serverVariables")

	// ContextOperationServerVariables overrides a server configuration variables using operation specific values.
	ContextOperationServerVariables = contextKey("serverOperationVariables")
)

Functions ¶

func AsBool ¶

func AsBool(i interface{}, d bool) bool

func AsInt32 ¶

func AsInt32(i interface{}, d int32) int32

func AsInt32Def ¶

func AsInt32Def(i interface{}, d int32, zeroAsNil bool) int32

func AsInt64 ¶

func AsInt64(i interface{}, d int64) int64

func AsString ¶

func AsString(i interface{}, d string) string

func AsStringArr ¶

func AsStringArr(i interface{}) []string

func AsStringDef ¶

func AsStringDef(value interface{},
	defautlValue string,
	emptyAsNil bool) string

Returns the received value 'casted' as a string. If the value is nil, returs the default.

func CacheExpires ¶

func CacheExpires(r *http.Response) time.Time

CacheExpires helper function to determine remaining time before repeating a request.

func IPtrBool ¶

func IPtrBool(s interface{}) *bool

func IPtrString ¶

func IPtrString(s interface{}) *string

func PtrBool ¶

func PtrBool(v bool) *bool

PtrBool is a helper routine that returns a pointer to given boolean value.

func PtrFloat32 ¶

func PtrFloat32(v float32) *float32

PtrFloat32 is a helper routine that returns a pointer to given float value.

func PtrFloat64 ¶

func PtrFloat64(v float64) *float64

PtrFloat64 is a helper routine that returns a pointer to given float value.

func PtrInt ¶

func PtrInt(v int) *int

PtrInt is a helper routine that returns a pointer to given integer value.

func PtrInt32 ¶

func PtrInt32(v int32) *int32

PtrInt32 is a helper routine that returns a pointer to given integer value.

func PtrInt64 ¶

func PtrInt64(v int64) *int64

PtrInt64 is a helper routine that returns a pointer to given integer value.

func PtrString ¶

func PtrString(v string) *string

PtrString is a helper routine that returns a pointer to given string value.

func PtrTime ¶

func PtrTime(v time.Time) *time.Time

PtrTime is helper routine that returns a pointer to given Time value.

func ToAttributeMapping ¶ added in v0.2.2

func ToAttributeMapping(t string, s string) string

Converts a string to a mapping expresion based on the provider type. Type must be exp, const or claim

Types ¶

type APIClient ¶

type APIClient struct {
	DefaultApi *DefaultApiService
	// contains filtered or unexported fields
}

APIClient manages communication with the Atricore Console :: Remote : API API v1.5.1-SNAPSHOT In most cases there should be only one, shared, APIClient.

func NewAPIClient ¶

func NewAPIClient(cfg *Configuration) *APIClient

NewAPIClient creates a new API client. Requires a userAgent string describing your application. optionally a custom http.Client to allow for advanced features such as caching.

func (*APIClient) GetConfig ¶

func (c *APIClient) GetConfig() *Configuration

Allow modification of underlying config for alternate implementations and testing Caution: modifying the configuration while live can cause data races and potentially unwanted behavior

type APIKey ¶

type APIKey struct {
	Key    string
	Prefix string
}

APIKey provides API key based authentication to a request passed via context using ContextAPIKey

type APIResponse ¶

type APIResponse struct {
	*http.Response `json:"-"`
	Message        string `json:"message,omitempty"`
	// Operation is the name of the OpenAPI operation.
	Operation string `json:"operation,omitempty"`
	// RequestURL is the request URL. This value is always available, even if the
	// embedded *http.Response is nil.
	RequestURL string `json:"url,omitempty"`
	// Method is the HTTP method used for the request.  This value is always
	// available, even if the embedded *http.Response is nil.
	Method string `json:"method,omitempty"`
	// Payload holds the contents of the response body (which may be nil or empty).
	// This is provided here as the raw response.Body() reader will have already
	// been drained.
	Payload []byte `json:"-"`
}

APIResponse stores the API response returned by the server.

func NewAPIResponse ¶

func NewAPIResponse(r *http.Response) *APIResponse

NewAPIResponse returns a new APIResponse object.

func NewAPIResponseWithError ¶

func NewAPIResponseWithError(errorMessage string) *APIResponse

NewAPIResponseWithError returns a new APIResponse object with the provided error message.

type AccountLinkagePolicyDTO ¶

type AccountLinkagePolicyDTO struct {
	CustomLinkEmitter    *string `json:"customLinkEmitter,omitempty"`
	ElementId            *string `json:"elementId,omitempty"`
	Id                   *int64  `json:"id,omitempty"`
	LinkEmitterType      *string `json:"linkEmitterType,omitempty"`
	Name                 *string `json:"name,omitempty"`
	AdditionalProperties map[string]interface{}
}

AccountLinkagePolicyDTO struct for AccountLinkagePolicyDTO

func NewAccountLinkagePolicyDTO ¶

func NewAccountLinkagePolicyDTO() *AccountLinkagePolicyDTO

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

func NewAccountLinkagePolicyDTOWithDefaults ¶

func NewAccountLinkagePolicyDTOWithDefaults() *AccountLinkagePolicyDTO

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

func (*AccountLinkagePolicyDTO) GetCustomLinkEmitter ¶

func (o *AccountLinkagePolicyDTO) GetCustomLinkEmitter() string

GetCustomLinkEmitter returns the CustomLinkEmitter field value if set, zero value otherwise.

func (*AccountLinkagePolicyDTO) GetCustomLinkEmitterOk ¶

func (o *AccountLinkagePolicyDTO) GetCustomLinkEmitterOk() (*string, bool)

GetCustomLinkEmitterOk returns a tuple with the CustomLinkEmitter field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AccountLinkagePolicyDTO) GetElementId ¶

func (o *AccountLinkagePolicyDTO) GetElementId() string

GetElementId returns the ElementId field value if set, zero value otherwise.

func (*AccountLinkagePolicyDTO) GetElementIdOk ¶

func (o *AccountLinkagePolicyDTO) GetElementIdOk() (*string, bool)

GetElementIdOk returns a tuple with the ElementId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AccountLinkagePolicyDTO) GetId ¶

func (o *AccountLinkagePolicyDTO) GetId() int64

GetId returns the Id field value if set, zero value otherwise.

func (*AccountLinkagePolicyDTO) GetIdOk ¶

func (o *AccountLinkagePolicyDTO) GetIdOk() (*int64, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AccountLinkagePolicyDTO) GetLinkEmitterType ¶

func (o *AccountLinkagePolicyDTO) GetLinkEmitterType() string

GetLinkEmitterType returns the LinkEmitterType field value if set, zero value otherwise.

func (*AccountLinkagePolicyDTO) GetLinkEmitterTypeOk ¶

func (o *AccountLinkagePolicyDTO) GetLinkEmitterTypeOk() (*string, bool)

GetLinkEmitterTypeOk returns a tuple with the LinkEmitterType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AccountLinkagePolicyDTO) GetName ¶

func (o *AccountLinkagePolicyDTO) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*AccountLinkagePolicyDTO) GetNameOk ¶

func (o *AccountLinkagePolicyDTO) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AccountLinkagePolicyDTO) HasCustomLinkEmitter ¶

func (o *AccountLinkagePolicyDTO) HasCustomLinkEmitter() bool

HasCustomLinkEmitter returns a boolean if a field has been set.

func (*AccountLinkagePolicyDTO) HasElementId ¶

func (o *AccountLinkagePolicyDTO) HasElementId() bool

HasElementId returns a boolean if a field has been set.

func (*AccountLinkagePolicyDTO) HasId ¶

func (o *AccountLinkagePolicyDTO) HasId() bool

HasId returns a boolean if a field has been set.

func (*AccountLinkagePolicyDTO) HasLinkEmitterType ¶

func (o *AccountLinkagePolicyDTO) HasLinkEmitterType() bool

HasLinkEmitterType returns a boolean if a field has been set.

func (*AccountLinkagePolicyDTO) HasName ¶

func (o *AccountLinkagePolicyDTO) HasName() bool

HasName returns a boolean if a field has been set.

func (AccountLinkagePolicyDTO) MarshalJSON ¶

func (o AccountLinkagePolicyDTO) MarshalJSON() ([]byte, error)

func (*AccountLinkagePolicyDTO) SetCustomLinkEmitter ¶

func (o *AccountLinkagePolicyDTO) SetCustomLinkEmitter(v string)

SetCustomLinkEmitter gets a reference to the given string and assigns it to the CustomLinkEmitter field.

func (*AccountLinkagePolicyDTO) SetElementId ¶

func (o *AccountLinkagePolicyDTO) SetElementId(v string)

SetElementId gets a reference to the given string and assigns it to the ElementId field.

func (*AccountLinkagePolicyDTO) SetId ¶

func (o *AccountLinkagePolicyDTO) SetId(v int64)

SetId gets a reference to the given int64 and assigns it to the Id field.

func (*AccountLinkagePolicyDTO) SetLinkEmitterType ¶

func (o *AccountLinkagePolicyDTO) SetLinkEmitterType(v string)

SetLinkEmitterType gets a reference to the given string and assigns it to the LinkEmitterType field.

func (*AccountLinkagePolicyDTO) SetName ¶

func (o *AccountLinkagePolicyDTO) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*AccountLinkagePolicyDTO) UnmarshalJSON ¶

func (o *AccountLinkagePolicyDTO) UnmarshalJSON(bytes []byte) (err error)

type ActivateExecEnvReq ¶

type ActivateExecEnvReq struct {
	ActivateSamples      *bool   `json:"activateSamples,omitempty"`
	ApplianceId          *string `json:"applianceId,omitempty"`
	Destination          *string `json:"destination,omitempty"`
	ExecEnvFolder        *string `json:"execEnvFolder,omitempty"`
	ExecEnvName          *string `json:"execEnvName,omitempty"`
	IdOrName             *string `json:"idOrName,omitempty"`
	Password             *string `json:"password,omitempty"`
	Reactivate           *bool   `json:"reactivate,omitempty"`
	Replace              *bool   `json:"replace,omitempty"`
	Username             *string `json:"username,omitempty"`
	AdditionalProperties map[string]interface{}
}

ActivateExecEnvReq struct for ActivateExecEnvReq

func NewActivateExecEnvReq ¶

func NewActivateExecEnvReq() *ActivateExecEnvReq

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

func NewActivateExecEnvReqWithDefaults ¶

func NewActivateExecEnvReqWithDefaults() *ActivateExecEnvReq

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

func (*ActivateExecEnvReq) GetActivateSamples ¶

func (o *ActivateExecEnvReq) GetActivateSamples() bool

GetActivateSamples returns the ActivateSamples field value if set, zero value otherwise.

func (*ActivateExecEnvReq) GetActivateSamplesOk ¶

func (o *ActivateExecEnvReq) GetActivateSamplesOk() (*bool, bool)

GetActivateSamplesOk returns a tuple with the ActivateSamples field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ActivateExecEnvReq) GetApplianceId ¶

func (o *ActivateExecEnvReq) GetApplianceId() string

GetApplianceId returns the ApplianceId field value if set, zero value otherwise.

func (*ActivateExecEnvReq) GetApplianceIdOk ¶

func (o *ActivateExecEnvReq) GetApplianceIdOk() (*string, bool)

GetApplianceIdOk returns a tuple with the ApplianceId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ActivateExecEnvReq) GetDestination ¶

func (o *ActivateExecEnvReq) GetDestination() string

GetDestination returns the Destination field value if set, zero value otherwise.

func (*ActivateExecEnvReq) GetDestinationOk ¶

func (o *ActivateExecEnvReq) GetDestinationOk() (*string, bool)

GetDestinationOk returns a tuple with the Destination field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ActivateExecEnvReq) GetExecEnvFolder ¶

func (o *ActivateExecEnvReq) GetExecEnvFolder() string

GetExecEnvFolder returns the ExecEnvFolder field value if set, zero value otherwise.

func (*ActivateExecEnvReq) GetExecEnvFolderOk ¶

func (o *ActivateExecEnvReq) GetExecEnvFolderOk() (*string, bool)

GetExecEnvFolderOk returns a tuple with the ExecEnvFolder field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ActivateExecEnvReq) GetExecEnvName ¶

func (o *ActivateExecEnvReq) GetExecEnvName() string

GetExecEnvName returns the ExecEnvName field value if set, zero value otherwise.

func (*ActivateExecEnvReq) GetExecEnvNameOk ¶

func (o *ActivateExecEnvReq) GetExecEnvNameOk() (*string, bool)

GetExecEnvNameOk returns a tuple with the ExecEnvName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ActivateExecEnvReq) GetIdOrName ¶ added in v0.3.0

func (o *ActivateExecEnvReq) GetIdOrName() string

GetIdOrName returns the IdOrName field value if set, zero value otherwise.

func (*ActivateExecEnvReq) GetIdOrNameOk ¶ added in v0.3.0

func (o *ActivateExecEnvReq) GetIdOrNameOk() (*string, bool)

GetIdOrNameOk returns a tuple with the IdOrName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ActivateExecEnvReq) GetPassword ¶

func (o *ActivateExecEnvReq) GetPassword() string

GetPassword returns the Password field value if set, zero value otherwise.

func (*ActivateExecEnvReq) GetPasswordOk ¶

func (o *ActivateExecEnvReq) GetPasswordOk() (*string, bool)

GetPasswordOk returns a tuple with the Password field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ActivateExecEnvReq) GetReactivate ¶

func (o *ActivateExecEnvReq) GetReactivate() bool

GetReactivate returns the Reactivate field value if set, zero value otherwise.

func (*ActivateExecEnvReq) GetReactivateOk ¶

func (o *ActivateExecEnvReq) GetReactivateOk() (*bool, bool)

GetReactivateOk returns a tuple with the Reactivate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ActivateExecEnvReq) GetReplace ¶

func (o *ActivateExecEnvReq) GetReplace() bool

GetReplace returns the Replace field value if set, zero value otherwise.

func (*ActivateExecEnvReq) GetReplaceOk ¶

func (o *ActivateExecEnvReq) GetReplaceOk() (*bool, bool)

GetReplaceOk returns a tuple with the Replace field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ActivateExecEnvReq) GetUsername ¶

func (o *ActivateExecEnvReq) GetUsername() string

GetUsername returns the Username field value if set, zero value otherwise.

func (*ActivateExecEnvReq) GetUsernameOk ¶

func (o *ActivateExecEnvReq) GetUsernameOk() (*string, bool)

GetUsernameOk returns a tuple with the Username field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ActivateExecEnvReq) HasActivateSamples ¶

func (o *ActivateExecEnvReq) HasActivateSamples() bool

HasActivateSamples returns a boolean if a field has been set.

func (*ActivateExecEnvReq) HasApplianceId ¶

func (o *ActivateExecEnvReq) HasApplianceId() bool

HasApplianceId returns a boolean if a field has been set.

func (*ActivateExecEnvReq) HasDestination ¶

func (o *ActivateExecEnvReq) HasDestination() bool

HasDestination returns a boolean if a field has been set.

func (*ActivateExecEnvReq) HasExecEnvFolder ¶

func (o *ActivateExecEnvReq) HasExecEnvFolder() bool

HasExecEnvFolder returns a boolean if a field has been set.

func (*ActivateExecEnvReq) HasExecEnvName ¶

func (o *ActivateExecEnvReq) HasExecEnvName() bool

HasExecEnvName returns a boolean if a field has been set.

func (*ActivateExecEnvReq) HasIdOrName ¶ added in v0.3.0

func (o *ActivateExecEnvReq) HasIdOrName() bool

HasIdOrName returns a boolean if a field has been set.

func (*ActivateExecEnvReq) HasPassword ¶

func (o *ActivateExecEnvReq) HasPassword() bool

HasPassword returns a boolean if a field has been set.

func (*ActivateExecEnvReq) HasReactivate ¶

func (o *ActivateExecEnvReq) HasReactivate() bool

HasReactivate returns a boolean if a field has been set.

func (*ActivateExecEnvReq) HasReplace ¶

func (o *ActivateExecEnvReq) HasReplace() bool

HasReplace returns a boolean if a field has been set.

func (*ActivateExecEnvReq) HasUsername ¶

func (o *ActivateExecEnvReq) HasUsername() bool

HasUsername returns a boolean if a field has been set.

func (ActivateExecEnvReq) MarshalJSON ¶

func (o ActivateExecEnvReq) MarshalJSON() ([]byte, error)

func (*ActivateExecEnvReq) SetActivateSamples ¶

func (o *ActivateExecEnvReq) SetActivateSamples(v bool)

SetActivateSamples gets a reference to the given bool and assigns it to the ActivateSamples field.

func (*ActivateExecEnvReq) SetApplianceId ¶

func (o *ActivateExecEnvReq) SetApplianceId(v string)

SetApplianceId gets a reference to the given string and assigns it to the ApplianceId field.

func (*ActivateExecEnvReq) SetDestination ¶

func (o *ActivateExecEnvReq) SetDestination(v string)

SetDestination gets a reference to the given string and assigns it to the Destination field.

func (*ActivateExecEnvReq) SetExecEnvFolder ¶

func (o *ActivateExecEnvReq) SetExecEnvFolder(v string)

SetExecEnvFolder gets a reference to the given string and assigns it to the ExecEnvFolder field.

func (*ActivateExecEnvReq) SetExecEnvName ¶

func (o *ActivateExecEnvReq) SetExecEnvName(v string)

SetExecEnvName gets a reference to the given string and assigns it to the ExecEnvName field.

func (*ActivateExecEnvReq) SetIdOrName ¶ added in v0.3.0

func (o *ActivateExecEnvReq) SetIdOrName(v string)

SetIdOrName gets a reference to the given string and assigns it to the IdOrName field.

func (*ActivateExecEnvReq) SetPassword ¶

func (o *ActivateExecEnvReq) SetPassword(v string)

SetPassword gets a reference to the given string and assigns it to the Password field.

func (*ActivateExecEnvReq) SetReactivate ¶

func (o *ActivateExecEnvReq) SetReactivate(v bool)

SetReactivate gets a reference to the given bool and assigns it to the Reactivate field.

func (*ActivateExecEnvReq) SetReplace ¶

func (o *ActivateExecEnvReq) SetReplace(v bool)

SetReplace gets a reference to the given bool and assigns it to the Replace field.

func (*ActivateExecEnvReq) SetUsername ¶

func (o *ActivateExecEnvReq) SetUsername(v string)

SetUsername gets a reference to the given string and assigns it to the Username field.

func (*ActivateExecEnvReq) UnmarshalJSON ¶

func (o *ActivateExecEnvReq) UnmarshalJSON(bytes []byte) (err error)

type ActivateExecEnvRes ¶

type ActivateExecEnvRes struct {
	Error                *string  `json:"error,omitempty"`
	ValidationErrors     []string `json:"validationErrors,omitempty"`
	AdditionalProperties map[string]interface{}
}

ActivateExecEnvRes struct for ActivateExecEnvRes

func NewActivateExecEnvRes ¶

func NewActivateExecEnvRes() *ActivateExecEnvRes

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

func NewActivateExecEnvResWithDefaults ¶

func NewActivateExecEnvResWithDefaults() *ActivateExecEnvRes

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

func (*ActivateExecEnvRes) GetError ¶

func (o *ActivateExecEnvRes) GetError() string

GetError returns the Error field value if set, zero value otherwise.

func (*ActivateExecEnvRes) GetErrorOk ¶

func (o *ActivateExecEnvRes) GetErrorOk() (*string, bool)

GetErrorOk returns a tuple with the Error field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ActivateExecEnvRes) GetValidationErrors ¶

func (o *ActivateExecEnvRes) GetValidationErrors() []string

GetValidationErrors returns the ValidationErrors field value if set, zero value otherwise.

func (*ActivateExecEnvRes) GetValidationErrorsOk ¶

func (o *ActivateExecEnvRes) GetValidationErrorsOk() ([]string, bool)

GetValidationErrorsOk returns a tuple with the ValidationErrors field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ActivateExecEnvRes) HasError ¶

func (o *ActivateExecEnvRes) HasError() bool

HasError returns a boolean if a field has been set.

func (*ActivateExecEnvRes) HasValidationErrors ¶

func (o *ActivateExecEnvRes) HasValidationErrors() bool

HasValidationErrors returns a boolean if a field has been set.

func (ActivateExecEnvRes) MarshalJSON ¶

func (o ActivateExecEnvRes) MarshalJSON() ([]byte, error)

func (*ActivateExecEnvRes) SetError ¶

func (o *ActivateExecEnvRes) SetError(v string)

SetError gets a reference to the given string and assigns it to the Error field.

func (*ActivateExecEnvRes) SetValidationErrors ¶

func (o *ActivateExecEnvRes) SetValidationErrors(v []string)

SetValidationErrors gets a reference to the given []string and assigns it to the ValidationErrors field.

func (*ActivateExecEnvRes) UnmarshalJSON ¶

func (o *ActivateExecEnvRes) UnmarshalJSON(bytes []byte) (err error)

type ActivationDTO ¶

type ActivationDTO struct {
	Description          *string                          `json:"description,omitempty"`
	ElementId            *string                          `json:"elementId,omitempty"`
	ExecutionEnv         *ExecutionEnvironmentDTO         `json:"executionEnv,omitempty"`
	Id                   *int64                           `json:"id,omitempty"`
	Name                 *string                          `json:"name,omitempty"`
	Resource             *ServiceResourceDTO              `json:"resource,omitempty"`
	Sp                   *InternalSaml2ServiceProviderDTO `json:"sp,omitempty"`
	Waypoints            []PointDTO                       `json:"waypoints,omitempty"`
	AdditionalProperties map[string]interface{}
}

ActivationDTO struct for ActivationDTO

func NewActivationDTO ¶

func NewActivationDTO() *ActivationDTO

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

func NewActivationDTOWithDefaults ¶

func NewActivationDTOWithDefaults() *ActivationDTO

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

func (*ActivationDTO) GetDescription ¶

func (o *ActivationDTO) GetDescription() string

GetDescription returns the Description field value if set, zero value otherwise.

func (*ActivationDTO) GetDescriptionOk ¶

func (o *ActivationDTO) GetDescriptionOk() (*string, bool)

GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ActivationDTO) GetElementId ¶

func (o *ActivationDTO) GetElementId() string

GetElementId returns the ElementId field value if set, zero value otherwise.

func (*ActivationDTO) GetElementIdOk ¶

func (o *ActivationDTO) GetElementIdOk() (*string, bool)

GetElementIdOk returns a tuple with the ElementId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ActivationDTO) GetExecutionEnv ¶

func (o *ActivationDTO) GetExecutionEnv() ExecutionEnvironmentDTO

GetExecutionEnv returns the ExecutionEnv field value if set, zero value otherwise.

func (*ActivationDTO) GetExecutionEnvOk ¶

func (o *ActivationDTO) GetExecutionEnvOk() (*ExecutionEnvironmentDTO, bool)

GetExecutionEnvOk returns a tuple with the ExecutionEnv field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ActivationDTO) GetId ¶

func (o *ActivationDTO) GetId() int64

GetId returns the Id field value if set, zero value otherwise.

func (*ActivationDTO) GetIdOk ¶

func (o *ActivationDTO) GetIdOk() (*int64, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ActivationDTO) GetName ¶

func (o *ActivationDTO) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*ActivationDTO) GetNameOk ¶

func (o *ActivationDTO) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ActivationDTO) GetResource ¶

func (o *ActivationDTO) GetResource() ServiceResourceDTO

GetResource returns the Resource field value if set, zero value otherwise.

func (*ActivationDTO) GetResourceOk ¶

func (o *ActivationDTO) GetResourceOk() (*ServiceResourceDTO, bool)

GetResourceOk returns a tuple with the Resource field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ActivationDTO) GetSp ¶

GetSp returns the Sp field value if set, zero value otherwise.

func (*ActivationDTO) GetSpOk ¶

GetSpOk returns a tuple with the Sp field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ActivationDTO) GetWaypoints ¶

func (o *ActivationDTO) GetWaypoints() []PointDTO

GetWaypoints returns the Waypoints field value if set, zero value otherwise.

func (*ActivationDTO) GetWaypointsOk ¶

func (o *ActivationDTO) GetWaypointsOk() ([]PointDTO, bool)

GetWaypointsOk returns a tuple with the Waypoints field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ActivationDTO) HasDescription ¶

func (o *ActivationDTO) HasDescription() bool

HasDescription returns a boolean if a field has been set.

func (*ActivationDTO) HasElementId ¶

func (o *ActivationDTO) HasElementId() bool

HasElementId returns a boolean if a field has been set.

func (*ActivationDTO) HasExecutionEnv ¶

func (o *ActivationDTO) HasExecutionEnv() bool

HasExecutionEnv returns a boolean if a field has been set.

func (*ActivationDTO) HasId ¶

func (o *ActivationDTO) HasId() bool

HasId returns a boolean if a field has been set.

func (*ActivationDTO) HasName ¶

func (o *ActivationDTO) HasName() bool

HasName returns a boolean if a field has been set.

func (*ActivationDTO) HasResource ¶

func (o *ActivationDTO) HasResource() bool

HasResource returns a boolean if a field has been set.

func (*ActivationDTO) HasSp ¶

func (o *ActivationDTO) HasSp() bool

HasSp returns a boolean if a field has been set.

func (*ActivationDTO) HasWaypoints ¶

func (o *ActivationDTO) HasWaypoints() bool

HasWaypoints returns a boolean if a field has been set.

func (ActivationDTO) MarshalJSON ¶

func (o ActivationDTO) MarshalJSON() ([]byte, error)

func (*ActivationDTO) SetDescription ¶

func (o *ActivationDTO) SetDescription(v string)

SetDescription gets a reference to the given string and assigns it to the Description field.

func (*ActivationDTO) SetElementId ¶

func (o *ActivationDTO) SetElementId(v string)

SetElementId gets a reference to the given string and assigns it to the ElementId field.

func (*ActivationDTO) SetExecutionEnv ¶

func (o *ActivationDTO) SetExecutionEnv(v ExecutionEnvironmentDTO)

SetExecutionEnv gets a reference to the given ExecutionEnvironmentDTO and assigns it to the ExecutionEnv field.

func (*ActivationDTO) SetId ¶

func (o *ActivationDTO) SetId(v int64)

SetId gets a reference to the given int64 and assigns it to the Id field.

func (*ActivationDTO) SetName ¶

func (o *ActivationDTO) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*ActivationDTO) SetResource ¶

func (o *ActivationDTO) SetResource(v ServiceResourceDTO)

SetResource gets a reference to the given ServiceResourceDTO and assigns it to the Resource field.

func (*ActivationDTO) SetSp ¶

SetSp gets a reference to the given InternalSaml2ServiceProviderDTO and assigns it to the Sp field.

func (*ActivationDTO) SetWaypoints ¶

func (o *ActivationDTO) SetWaypoints(v []PointDTO)

SetWaypoints gets a reference to the given []PointDTO and assigns it to the Waypoints field.

func (*ActivationDTO) UnmarshalJSON ¶

func (o *ActivationDTO) UnmarshalJSON(bytes []byte) (err error)

type ApiActivateExecEnvRequest ¶

type ApiActivateExecEnvRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiActivateExecEnvRequest) ActivateExecEnvReq ¶

func (r ApiActivateExecEnvRequest) ActivateExecEnvReq(activateExecEnvReq ActivateExecEnvReq) ApiActivateExecEnvRequest

func (ApiActivateExecEnvRequest) Execute ¶

type ApiBuildApplianceRequest ¶

type ApiBuildApplianceRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiBuildApplianceRequest) Execute ¶

func (ApiBuildApplianceRequest) SetApplianceStateReq ¶

func (r ApiBuildApplianceRequest) SetApplianceStateReq(setApplianceStateReq SetApplianceStateReq) ApiBuildApplianceRequest

type ApiCreateApplianceRequest ¶

type ApiCreateApplianceRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiCreateApplianceRequest) Execute ¶

func (ApiCreateApplianceRequest) StoreApplianceReq ¶

func (r ApiCreateApplianceRequest) StoreApplianceReq(storeApplianceReq StoreApplianceReq) ApiCreateApplianceRequest

type ApiCreateBrandingRequest ¶ added in v0.2.3

type ApiCreateBrandingRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiCreateBrandingRequest) Execute ¶ added in v0.2.3

func (ApiCreateBrandingRequest) StoreBrandingReq ¶ added in v0.2.3

func (r ApiCreateBrandingRequest) StoreBrandingReq(storeBrandingReq StoreBrandingReq) ApiCreateBrandingRequest

type ApiCreateDbIdVaultRequest ¶

type ApiCreateDbIdVaultRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiCreateDbIdVaultRequest) Execute ¶

func (ApiCreateDbIdVaultRequest) StoreDbIdVaultReq ¶

func (r ApiCreateDbIdVaultRequest) StoreDbIdVaultReq(storeDbIdVaultReq StoreDbIdVaultReq) ApiCreateDbIdVaultRequest

type ApiCreateExtSaml2SpRequest ¶

type ApiCreateExtSaml2SpRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiCreateExtSaml2SpRequest) Execute ¶

func (ApiCreateExtSaml2SpRequest) StoreExtSaml2SpReq ¶

func (r ApiCreateExtSaml2SpRequest) StoreExtSaml2SpReq(storeExtSaml2SpReq StoreExtSaml2SpReq) ApiCreateExtSaml2SpRequest

type ApiCreateIdPRequest ¶

type ApiCreateIdPRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiCreateIdPRequest) Execute ¶

func (ApiCreateIdPRequest) StoreIdPReq ¶

func (r ApiCreateIdPRequest) StoreIdPReq(storeIdPReq StoreIdPReq) ApiCreateIdPRequest

type ApiCreateIdSourceDbRequest ¶

type ApiCreateIdSourceDbRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiCreateIdSourceDbRequest) Execute ¶

func (ApiCreateIdSourceDbRequest) StoreIdSourceDbReq ¶

func (r ApiCreateIdSourceDbRequest) StoreIdSourceDbReq(storeIdSourceDbReq StoreIdSourceDbReq) ApiCreateIdSourceDbRequest

type ApiCreateIdSourceLdapRequest ¶

type ApiCreateIdSourceLdapRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiCreateIdSourceLdapRequest) Execute ¶

func (ApiCreateIdSourceLdapRequest) StoreIdSourceLdapReq ¶

func (r ApiCreateIdSourceLdapRequest) StoreIdSourceLdapReq(storeIdSourceLdapReq StoreIdSourceLdapReq) ApiCreateIdSourceLdapRequest

type ApiCreateIdVaultRequest ¶

type ApiCreateIdVaultRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiCreateIdVaultRequest) Execute ¶

func (ApiCreateIdVaultRequest) StoreIdVaultReq ¶

func (r ApiCreateIdVaultRequest) StoreIdVaultReq(storeIdVaultReq StoreIdVaultReq) ApiCreateIdVaultRequest

type ApiCreateIdpAzureRequest ¶ added in v0.2.2

type ApiCreateIdpAzureRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiCreateIdpAzureRequest) Execute ¶ added in v0.2.2

func (ApiCreateIdpAzureRequest) StoreIdpAzureReq ¶ added in v0.2.2

func (r ApiCreateIdpAzureRequest) StoreIdpAzureReq(storeIdpAzureReq StoreIdpAzureReq) ApiCreateIdpAzureRequest

type ApiCreateIdpFacebookRequest ¶ added in v0.2.2

type ApiCreateIdpFacebookRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiCreateIdpFacebookRequest) Execute ¶ added in v0.2.2

func (ApiCreateIdpFacebookRequest) StoreIdpFacebookReq ¶ added in v0.2.2

func (r ApiCreateIdpFacebookRequest) StoreIdpFacebookReq(storeIdpFacebookReq StoreIdpFacebookReq) ApiCreateIdpFacebookRequest

type ApiCreateIdpGoogleRequest ¶ added in v0.2.2

type ApiCreateIdpGoogleRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiCreateIdpGoogleRequest) Execute ¶ added in v0.2.2

func (ApiCreateIdpGoogleRequest) StoreIdpGoogleReq ¶ added in v0.2.2

func (r ApiCreateIdpGoogleRequest) StoreIdpGoogleReq(storeIdpGoogleReq StoreIdpGoogleReq) ApiCreateIdpGoogleRequest

type ApiCreateIdpSaml2Request ¶ added in v0.5.1

type ApiCreateIdpSaml2Request struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiCreateIdpSaml2Request) Execute ¶ added in v0.5.1

func (ApiCreateIdpSaml2Request) StoreIdPSaml2Req ¶ added in v0.5.1

func (r ApiCreateIdpSaml2Request) StoreIdPSaml2Req(storeIdPSaml2Req StoreIdPSaml2Req) ApiCreateIdpSaml2Request

type ApiCreateIisExecEnvRequest ¶ added in v0.1.1

type ApiCreateIisExecEnvRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiCreateIisExecEnvRequest) Execute ¶ added in v0.1.1

func (ApiCreateIisExecEnvRequest) StoreIisExecEnvReq ¶ added in v0.1.1

func (r ApiCreateIisExecEnvRequest) StoreIisExecEnvReq(storeIisExecEnvReq StoreIisExecEnvReq) ApiCreateIisExecEnvRequest

type ApiCreateIntSaml2SpRequest ¶

type ApiCreateIntSaml2SpRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiCreateIntSaml2SpRequest) Execute ¶

func (ApiCreateIntSaml2SpRequest) StoreIntSaml2SpReq ¶

func (r ApiCreateIntSaml2SpRequest) StoreIntSaml2SpReq(storeIntSaml2SpReq StoreIntSaml2SpReq) ApiCreateIntSaml2SpRequest

type ApiCreateJossoRsRequest ¶

type ApiCreateJossoRsRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiCreateJossoRsRequest) Execute ¶

func (ApiCreateJossoRsRequest) StoreJossoRsReq ¶

func (r ApiCreateJossoRsRequest) StoreJossoRsReq(storeJossoRsReq StoreJossoRsReq) ApiCreateJossoRsRequest

type ApiCreateOidcRpRequest ¶

type ApiCreateOidcRpRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiCreateOidcRpRequest) Execute ¶

func (ApiCreateOidcRpRequest) StoreOidcRpReq ¶

func (r ApiCreateOidcRpRequest) StoreOidcRpReq(storeOidcRpReq StoreOidcRpReq) ApiCreateOidcRpRequest

type ApiCreatePhpExecEnvRequest ¶ added in v0.1.1

type ApiCreatePhpExecEnvRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiCreatePhpExecEnvRequest) Execute ¶ added in v0.1.1

func (ApiCreatePhpExecEnvRequest) StorePhpExecEnvReq ¶ added in v0.1.1

func (r ApiCreatePhpExecEnvRequest) StorePhpExecEnvReq(storePhpExecEnvReq StorePhpExecEnvReq) ApiCreatePhpExecEnvRequest

type ApiCreateSelfSvcsRequest ¶ added in v0.4.3

type ApiCreateSelfSvcsRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiCreateSelfSvcsRequest) Execute ¶ added in v0.4.3

func (ApiCreateSelfSvcsRequest) StoreSelfSvcRsReq ¶ added in v0.4.3

func (r ApiCreateSelfSvcsRequest) StoreSelfSvcRsReq(storeSelfSvcRsReq StoreSelfSvcRsReq) ApiCreateSelfSvcsRequest

type ApiCreateSharepointRsRequest ¶ added in v0.2.1

type ApiCreateSharepointRsRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiCreateSharepointRsRequest) Execute ¶ added in v0.2.1

func (ApiCreateSharepointRsRequest) StoreSharepointRsReq ¶ added in v0.2.1

func (r ApiCreateSharepointRsRequest) StoreSharepointRsReq(storeSharepointRsReq StoreSharepointRsReq) ApiCreateSharepointRsRequest

type ApiCreateTomcatExecEnvRequest ¶

type ApiCreateTomcatExecEnvRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiCreateTomcatExecEnvRequest) Execute ¶

func (ApiCreateTomcatExecEnvRequest) StoreTomcatExecEnvReq ¶

func (r ApiCreateTomcatExecEnvRequest) StoreTomcatExecEnvReq(storeTomcatExecEnvReq StoreTomcatExecEnvReq) ApiCreateTomcatExecEnvRequest

type ApiCreateVirtSaml2SpRequest ¶

type ApiCreateVirtSaml2SpRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiCreateVirtSaml2SpRequest) Execute ¶

func (ApiCreateVirtSaml2SpRequest) StoreVirtSaml2SpReq ¶

func (r ApiCreateVirtSaml2SpRequest) StoreVirtSaml2SpReq(storeVirtSaml2SpReq StoreVirtSaml2SpReq) ApiCreateVirtSaml2SpRequest

type ApiCreateWeblogicExecEnvRequest ¶ added in v0.2.1

type ApiCreateWeblogicExecEnvRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiCreateWeblogicExecEnvRequest) Execute ¶ added in v0.2.1

func (ApiCreateWeblogicExecEnvRequest) StoreWeblogicExecEnvReq ¶ added in v0.2.1

func (r ApiCreateWeblogicExecEnvRequest) StoreWeblogicExecEnvReq(storeWeblogicExecEnvReq StoreWeblogicExecEnvReq) ApiCreateWeblogicExecEnvRequest

type ApiDeleteApplianceRequest ¶

type ApiDeleteApplianceRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiDeleteApplianceRequest) DeleteReq ¶

func (ApiDeleteApplianceRequest) Execute ¶

type ApiDeleteBrandingRequest ¶ added in v0.2.3

type ApiDeleteBrandingRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiDeleteBrandingRequest) DeleteBrandingReq ¶ added in v0.2.3

func (r ApiDeleteBrandingRequest) DeleteBrandingReq(deleteBrandingReq DeleteBrandingReq) ApiDeleteBrandingRequest

func (ApiDeleteBrandingRequest) Execute ¶ added in v0.2.3

type ApiDeleteDbIdVaultRequest ¶

type ApiDeleteDbIdVaultRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiDeleteDbIdVaultRequest) DeleteReq ¶

func (ApiDeleteDbIdVaultRequest) Execute ¶

type ApiDeleteExtSaml2SpRequest ¶

type ApiDeleteExtSaml2SpRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiDeleteExtSaml2SpRequest) DeleteReq ¶

func (ApiDeleteExtSaml2SpRequest) Execute ¶

type ApiDeleteIdPRequest ¶

type ApiDeleteIdPRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiDeleteIdPRequest) DeleteReq ¶

func (r ApiDeleteIdPRequest) DeleteReq(deleteReq DeleteReq) ApiDeleteIdPRequest

func (ApiDeleteIdPRequest) Execute ¶

func (r ApiDeleteIdPRequest) Execute() (*DeleteRes, *http.Response, error)

type ApiDeleteIdSourceDbRequest ¶

type ApiDeleteIdSourceDbRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiDeleteIdSourceDbRequest) DeleteReq ¶

func (ApiDeleteIdSourceDbRequest) Execute ¶

type ApiDeleteIdSourceLdapRequest ¶

type ApiDeleteIdSourceLdapRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiDeleteIdSourceLdapRequest) DeleteReq ¶

func (ApiDeleteIdSourceLdapRequest) Execute ¶

type ApiDeleteIdVaultRequest ¶

type ApiDeleteIdVaultRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiDeleteIdVaultRequest) DeleteReq ¶

func (ApiDeleteIdVaultRequest) Execute ¶

type ApiDeleteIdpAzureRequest ¶ added in v0.2.2

type ApiDeleteIdpAzureRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiDeleteIdpAzureRequest) DeleteReq ¶ added in v0.2.2

func (ApiDeleteIdpAzureRequest) Execute ¶ added in v0.2.2

type ApiDeleteIdpFacebookRequest ¶ added in v0.2.2

type ApiDeleteIdpFacebookRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiDeleteIdpFacebookRequest) DeleteReq ¶ added in v0.2.2

func (ApiDeleteIdpFacebookRequest) Execute ¶ added in v0.2.2

type ApiDeleteIdpGoogleRequest ¶ added in v0.2.2

type ApiDeleteIdpGoogleRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiDeleteIdpGoogleRequest) DeleteReq ¶ added in v0.2.2

func (ApiDeleteIdpGoogleRequest) Execute ¶ added in v0.2.2

type ApiDeleteIdpSaml2Request ¶ added in v0.5.1

type ApiDeleteIdpSaml2Request struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiDeleteIdpSaml2Request) DeleteReq ¶ added in v0.5.1

func (ApiDeleteIdpSaml2Request) Execute ¶ added in v0.5.1

type ApiDeleteIisExecEnvRequest ¶ added in v0.1.1

type ApiDeleteIisExecEnvRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiDeleteIisExecEnvRequest) DeleteReq ¶ added in v0.1.1

func (ApiDeleteIisExecEnvRequest) Execute ¶ added in v0.1.1

type ApiDeleteIntSaml2SpRequest ¶

type ApiDeleteIntSaml2SpRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiDeleteIntSaml2SpRequest) DeleteReq ¶

func (ApiDeleteIntSaml2SpRequest) Execute ¶

type ApiDeleteJossoRsRequest ¶

type ApiDeleteJossoRsRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiDeleteJossoRsRequest) DeleteReq ¶

func (ApiDeleteJossoRsRequest) Execute ¶

type ApiDeleteOidcRpRequest ¶

type ApiDeleteOidcRpRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiDeleteOidcRpRequest) DeleteReq ¶

func (ApiDeleteOidcRpRequest) Execute ¶

type ApiDeletePhpExecEnvRequest ¶ added in v0.1.1

type ApiDeletePhpExecEnvRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiDeletePhpExecEnvRequest) DeleteReq ¶ added in v0.1.1

func (ApiDeletePhpExecEnvRequest) Execute ¶ added in v0.1.1

type ApiDeleteSelfSvcsRequest ¶ added in v0.4.3

type ApiDeleteSelfSvcsRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiDeleteSelfSvcsRequest) DeleteReq ¶ added in v0.4.3

func (ApiDeleteSelfSvcsRequest) Execute ¶ added in v0.4.3

type ApiDeleteSharepointRsRequest ¶ added in v0.2.1

type ApiDeleteSharepointRsRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiDeleteSharepointRsRequest) DeleteReq ¶ added in v0.2.1

func (ApiDeleteSharepointRsRequest) Execute ¶ added in v0.2.1

type ApiDeleteTomcatExecEnvRequest ¶

type ApiDeleteTomcatExecEnvRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiDeleteTomcatExecEnvRequest) DeleteReq ¶

func (ApiDeleteTomcatExecEnvRequest) Execute ¶

type ApiDeleteVirtSaml2SpRequest ¶

type ApiDeleteVirtSaml2SpRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiDeleteVirtSaml2SpRequest) DeleteReq ¶

func (ApiDeleteVirtSaml2SpRequest) Execute ¶

type ApiDeleteWeblogicExecEnvRequest ¶ added in v0.2.1

type ApiDeleteWeblogicExecEnvRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiDeleteWeblogicExecEnvRequest) DeleteReq ¶ added in v0.2.1

func (ApiDeleteWeblogicExecEnvRequest) Execute ¶ added in v0.2.1

type ApiExportApplianceRequest ¶ added in v0.4.1

type ApiExportApplianceRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiExportApplianceRequest) Execute ¶ added in v0.4.1

func (ApiExportApplianceRequest) ExportApplianceReq ¶ added in v0.4.1

func (r ApiExportApplianceRequest) ExportApplianceReq(exportApplianceReq ExportApplianceReq) ApiExportApplianceRequest

type ApiExportExecEnvCfgRequest ¶ added in v0.2.4

type ApiExportExecEnvCfgRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiExportExecEnvCfgRequest) Execute ¶ added in v0.2.4

func (ApiExportExecEnvCfgRequest) ExportExecEnvCfgReq ¶ added in v0.2.4

func (r ApiExportExecEnvCfgRequest) ExportExecEnvCfgReq(exportExecEnvCfgReq ExportExecEnvCfgReq) ApiExportExecEnvCfgRequest

type ApiGetAllBrandingsRequest ¶ added in v0.2.3

type ApiGetAllBrandingsRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiGetAllBrandingsRequest) Execute ¶ added in v0.2.3

func (ApiGetAllBrandingsRequest) GetAllBrandingsReq ¶ added in v0.2.3

func (r ApiGetAllBrandingsRequest) GetAllBrandingsReq(getAllBrandingsReq GetAllBrandingsReq) ApiGetAllBrandingsRequest

type ApiGetApplianceContainerRequest ¶

type ApiGetApplianceContainerRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiGetApplianceContainerRequest) Execute ¶

func (ApiGetApplianceContainerRequest) GetApplianceReq ¶

type ApiGetApplianceContainersRequest ¶

type ApiGetApplianceContainersRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiGetApplianceContainersRequest) Execute ¶

func (ApiGetApplianceContainersRequest) GetApplianceReq ¶

type ApiGetApplianceRequest ¶

type ApiGetApplianceRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiGetApplianceRequest) Execute ¶

func (ApiGetApplianceRequest) GetApplianceReq ¶

func (r ApiGetApplianceRequest) GetApplianceReq(getApplianceReq GetApplianceReq) ApiGetApplianceRequest

type ApiGetApplianceStateRequest ¶

type ApiGetApplianceStateRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiGetApplianceStateRequest) Execute ¶

func (ApiGetApplianceStateRequest) GetApplianceReq ¶

func (r ApiGetApplianceStateRequest) GetApplianceReq(getApplianceReq GetApplianceReq) ApiGetApplianceStateRequest

type ApiGetAppliancesRequest ¶

type ApiGetAppliancesRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiGetAppliancesRequest) Execute ¶

func (ApiGetAppliancesRequest) GetApplianceReq ¶

func (r ApiGetAppliancesRequest) GetApplianceReq(getApplianceReq GetApplianceReq) ApiGetAppliancesRequest

type ApiGetBrandingRequest ¶ added in v0.2.3

type ApiGetBrandingRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiGetBrandingRequest) Execute ¶ added in v0.2.3

func (ApiGetBrandingRequest) GetBrandingReq ¶ added in v0.2.3

func (r ApiGetBrandingRequest) GetBrandingReq(getBrandingReq GetBrandingReq) ApiGetBrandingRequest

type ApiGetBundlesRequest ¶ added in v0.5.0

type ApiGetBundlesRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiGetBundlesRequest) Execute ¶ added in v0.5.0

func (ApiGetBundlesRequest) GetBundlesReq ¶ added in v0.5.0

func (r ApiGetBundlesRequest) GetBundlesReq(getBundlesReq GetBundlesReq) ApiGetBundlesRequest

type ApiGetDbIdVaultRequest ¶

type ApiGetDbIdVaultRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiGetDbIdVaultRequest) Execute ¶

func (ApiGetDbIdVaultRequest) GetDbIdVaultReq ¶

func (r ApiGetDbIdVaultRequest) GetDbIdVaultReq(getDbIdVaultReq GetDbIdVaultReq) ApiGetDbIdVaultRequest

type ApiGetDbIdVaultsRequest ¶

type ApiGetDbIdVaultsRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiGetDbIdVaultsRequest) Execute ¶

func (ApiGetDbIdVaultsRequest) GetDbIdVaultReq ¶

func (r ApiGetDbIdVaultsRequest) GetDbIdVaultReq(getDbIdVaultReq GetDbIdVaultReq) ApiGetDbIdVaultsRequest

type ApiGetExecEnvRequest ¶ added in v0.4.4

type ApiGetExecEnvRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiGetExecEnvRequest) Execute ¶ added in v0.4.4

func (ApiGetExecEnvRequest) GetExecEnvReq ¶ added in v0.4.4

func (r ApiGetExecEnvRequest) GetExecEnvReq(getExecEnvReq GetExecEnvReq) ApiGetExecEnvRequest

type ApiGetExecEnvsRequest ¶ added in v0.4.4

type ApiGetExecEnvsRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiGetExecEnvsRequest) Execute ¶ added in v0.4.4

func (ApiGetExecEnvsRequest) GetApplianceReq ¶ added in v0.4.4

func (r ApiGetExecEnvsRequest) GetApplianceReq(getApplianceReq GetApplianceReq) ApiGetExecEnvsRequest

type ApiGetExtSaml2SpRequest ¶

type ApiGetExtSaml2SpRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiGetExtSaml2SpRequest) Execute ¶

func (ApiGetExtSaml2SpRequest) GetExtSaml2SpReq ¶

func (r ApiGetExtSaml2SpRequest) GetExtSaml2SpReq(getExtSaml2SpReq GetExtSaml2SpReq) ApiGetExtSaml2SpRequest

type ApiGetExtSaml2SpsRequest ¶

type ApiGetExtSaml2SpsRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiGetExtSaml2SpsRequest) Execute ¶

func (ApiGetExtSaml2SpsRequest) GetExtSaml2SpReq ¶

func (r ApiGetExtSaml2SpsRequest) GetExtSaml2SpReq(getExtSaml2SpReq GetExtSaml2SpReq) ApiGetExtSaml2SpsRequest

type ApiGetIdPRequest ¶

type ApiGetIdPRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiGetIdPRequest) Execute ¶

func (r ApiGetIdPRequest) Execute() (*GetIdPRes, *http.Response, error)

func (ApiGetIdPRequest) GetIdPReq ¶

func (r ApiGetIdPRequest) GetIdPReq(getIdPReq GetIdPReq) ApiGetIdPRequest

type ApiGetIdPsRequest ¶

type ApiGetIdPsRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiGetIdPsRequest) Execute ¶

func (r ApiGetIdPsRequest) Execute() (*GetIdPsRes, *http.Response, error)

func (ApiGetIdPsRequest) GetIdPReq ¶

func (r ApiGetIdPsRequest) GetIdPReq(getIdPReq GetIdPReq) ApiGetIdPsRequest

type ApiGetIdSourceDbRequest ¶

type ApiGetIdSourceDbRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiGetIdSourceDbRequest) Execute ¶

func (ApiGetIdSourceDbRequest) GetIdSourceDbReq ¶

func (r ApiGetIdSourceDbRequest) GetIdSourceDbReq(getIdSourceDbReq GetIdSourceDbReq) ApiGetIdSourceDbRequest

type ApiGetIdSourceDbsRequest ¶

type ApiGetIdSourceDbsRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiGetIdSourceDbsRequest) Execute ¶

func (ApiGetIdSourceDbsRequest) GetIdSourceDbReq ¶

func (r ApiGetIdSourceDbsRequest) GetIdSourceDbReq(getIdSourceDbReq GetIdSourceDbReq) ApiGetIdSourceDbsRequest

type ApiGetIdSourceLdapRequest ¶

type ApiGetIdSourceLdapRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiGetIdSourceLdapRequest) Execute ¶

func (ApiGetIdSourceLdapRequest) GetIdSourceLdapReq ¶

func (r ApiGetIdSourceLdapRequest) GetIdSourceLdapReq(getIdSourceLdapReq GetIdSourceLdapReq) ApiGetIdSourceLdapRequest

type ApiGetIdSourceLdapsRequest ¶

type ApiGetIdSourceLdapsRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiGetIdSourceLdapsRequest) Execute ¶

func (ApiGetIdSourceLdapsRequest) GetIdSourceLdapReq ¶

func (r ApiGetIdSourceLdapsRequest) GetIdSourceLdapReq(getIdSourceLdapReq GetIdSourceLdapReq) ApiGetIdSourceLdapsRequest

type ApiGetIdSourceRequest ¶ added in v0.2.4

type ApiGetIdSourceRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiGetIdSourceRequest) Execute ¶ added in v0.2.4

func (ApiGetIdSourceRequest) GetIdSourceReq ¶ added in v0.2.4

func (r ApiGetIdSourceRequest) GetIdSourceReq(getIdSourceReq GetIdSourceReq) ApiGetIdSourceRequest

type ApiGetIdSourcesRequest ¶ added in v0.2.4

type ApiGetIdSourcesRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiGetIdSourcesRequest) Execute ¶ added in v0.2.4

func (ApiGetIdSourcesRequest) GetIdSourcesReq ¶ added in v0.2.4

func (r ApiGetIdSourcesRequest) GetIdSourcesReq(getIdSourcesReq GetIdSourcesReq) ApiGetIdSourcesRequest

type ApiGetIdVaultRequest ¶

type ApiGetIdVaultRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiGetIdVaultRequest) Execute ¶

func (ApiGetIdVaultRequest) GetIdVaultReq ¶

func (r ApiGetIdVaultRequest) GetIdVaultReq(getIdVaultReq GetIdVaultReq) ApiGetIdVaultRequest

type ApiGetIdVaultsRequest ¶

type ApiGetIdVaultsRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiGetIdVaultsRequest) Execute ¶

func (ApiGetIdVaultsRequest) GetIdVaultReq ¶

func (r ApiGetIdVaultsRequest) GetIdVaultReq(getIdVaultReq GetIdVaultReq) ApiGetIdVaultsRequest

type ApiGetIdpAzureRequest ¶ added in v0.2.2

type ApiGetIdpAzureRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiGetIdpAzureRequest) Execute ¶ added in v0.2.2

func (ApiGetIdpAzureRequest) GetIdpAzureReq ¶ added in v0.2.2

func (r ApiGetIdpAzureRequest) GetIdpAzureReq(getIdpAzureReq GetIdpAzureReq) ApiGetIdpAzureRequest

type ApiGetIdpAzuresRequest ¶ added in v0.2.2

type ApiGetIdpAzuresRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiGetIdpAzuresRequest) Execute ¶ added in v0.2.2

func (ApiGetIdpAzuresRequest) GetIdpAzureReq ¶ added in v0.2.2

func (r ApiGetIdpAzuresRequest) GetIdpAzureReq(getIdpAzureReq GetIdpAzureReq) ApiGetIdpAzuresRequest

type ApiGetIdpFacebookRequest ¶ added in v0.2.2

type ApiGetIdpFacebookRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiGetIdpFacebookRequest) Execute ¶ added in v0.2.2

func (ApiGetIdpFacebookRequest) GetIdpFacebookReq ¶ added in v0.2.2

func (r ApiGetIdpFacebookRequest) GetIdpFacebookReq(getIdpFacebookReq GetIdpFacebookReq) ApiGetIdpFacebookRequest

type ApiGetIdpFacebooksRequest ¶ added in v0.2.2

type ApiGetIdpFacebooksRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiGetIdpFacebooksRequest) Execute ¶ added in v0.2.2

func (ApiGetIdpFacebooksRequest) GetIdpFacebookReq ¶ added in v0.2.2

func (r ApiGetIdpFacebooksRequest) GetIdpFacebookReq(getIdpFacebookReq GetIdpFacebookReq) ApiGetIdpFacebooksRequest

type ApiGetIdpGoogleRequest ¶ added in v0.2.2

type ApiGetIdpGoogleRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiGetIdpGoogleRequest) Execute ¶ added in v0.2.2

func (ApiGetIdpGoogleRequest) GetIdpGoogleReq ¶ added in v0.2.2

func (r ApiGetIdpGoogleRequest) GetIdpGoogleReq(getIdpGoogleReq GetIdpGoogleReq) ApiGetIdpGoogleRequest

type ApiGetIdpGooglesRequest ¶ added in v0.2.2

type ApiGetIdpGooglesRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiGetIdpGooglesRequest) Execute ¶ added in v0.2.2

func (ApiGetIdpGooglesRequest) GetIdpGoogleReq ¶ added in v0.2.2

func (r ApiGetIdpGooglesRequest) GetIdpGoogleReq(getIdpGoogleReq GetIdpGoogleReq) ApiGetIdpGooglesRequest

type ApiGetIdpSaml2Request ¶ added in v0.5.1

type ApiGetIdpSaml2Request struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiGetIdpSaml2Request) Execute ¶ added in v0.5.1

func (ApiGetIdpSaml2Request) GetIdPSaml2Req ¶ added in v0.5.1

func (r ApiGetIdpSaml2Request) GetIdPSaml2Req(getIdPSaml2Req GetIdPSaml2Req) ApiGetIdpSaml2Request

type ApiGetIdpSaml2sRequest ¶ added in v0.5.1

type ApiGetIdpSaml2sRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiGetIdpSaml2sRequest) Execute ¶ added in v0.5.1

func (ApiGetIdpSaml2sRequest) GetIdPSaml2Req ¶ added in v0.5.1

func (r ApiGetIdpSaml2sRequest) GetIdPSaml2Req(getIdPSaml2Req GetIdPSaml2Req) ApiGetIdpSaml2sRequest

type ApiGetIisExecEnvRequest ¶ added in v0.1.1

type ApiGetIisExecEnvRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiGetIisExecEnvRequest) Execute ¶ added in v0.1.1

func (ApiGetIisExecEnvRequest) GetIisExecEnvReq ¶ added in v0.1.1

func (r ApiGetIisExecEnvRequest) GetIisExecEnvReq(getIisExecEnvReq GetIisExecEnvReq) ApiGetIisExecEnvRequest

type ApiGetIisExecEnvsRequest ¶ added in v0.1.1

type ApiGetIisExecEnvsRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiGetIisExecEnvsRequest) Execute ¶ added in v0.1.1

func (ApiGetIisExecEnvsRequest) GetIisExecEnvReq ¶ added in v0.1.1

func (r ApiGetIisExecEnvsRequest) GetIisExecEnvReq(getIisExecEnvReq GetIisExecEnvReq) ApiGetIisExecEnvsRequest

type ApiGetInfoRequest ¶ added in v0.5.0

type ApiGetInfoRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiGetInfoRequest) Execute ¶ added in v0.5.0

func (ApiGetInfoRequest) GetServerInfoReq ¶ added in v0.5.0

func (r ApiGetInfoRequest) GetServerInfoReq(getServerInfoReq GetServerInfoReq) ApiGetInfoRequest

type ApiGetIntSaml2SpRequest ¶

type ApiGetIntSaml2SpRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiGetIntSaml2SpRequest) Execute ¶

func (ApiGetIntSaml2SpRequest) GetIntSaml2SpReq ¶

func (r ApiGetIntSaml2SpRequest) GetIntSaml2SpReq(getIntSaml2SpReq GetIntSaml2SpReq) ApiGetIntSaml2SpRequest

type ApiGetIntSaml2SpsRequest ¶

type ApiGetIntSaml2SpsRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiGetIntSaml2SpsRequest) Execute ¶

func (ApiGetIntSaml2SpsRequest) GetIntSaml2SpReq ¶

func (r ApiGetIntSaml2SpsRequest) GetIntSaml2SpReq(getIntSaml2SpReq GetIntSaml2SpReq) ApiGetIntSaml2SpsRequest

type ApiGetJossoRsRequest ¶

type ApiGetJossoRsRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiGetJossoRsRequest) Execute ¶

func (ApiGetJossoRsRequest) GetJossoRsReq ¶

func (r ApiGetJossoRsRequest) GetJossoRsReq(getJossoRsReq GetJossoRsReq) ApiGetJossoRsRequest

type ApiGetJossoRssRequest ¶

type ApiGetJossoRssRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiGetJossoRssRequest) Execute ¶

func (ApiGetJossoRssRequest) GetJossoRsReq ¶

func (r ApiGetJossoRssRequest) GetJossoRsReq(getJossoRsReq GetJossoRsReq) ApiGetJossoRssRequest

type ApiGetOidcRpRequest ¶

type ApiGetOidcRpRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiGetOidcRpRequest) Execute ¶

func (ApiGetOidcRpRequest) GetOidcRpReq ¶

func (r ApiGetOidcRpRequest) GetOidcRpReq(getOidcRpReq GetOidcRpReq) ApiGetOidcRpRequest

type ApiGetOidcRpsRequest ¶

type ApiGetOidcRpsRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiGetOidcRpsRequest) Execute ¶

func (ApiGetOidcRpsRequest) GetOidcRpReq ¶

func (r ApiGetOidcRpsRequest) GetOidcRpReq(getOidcRpReq GetOidcRpReq) ApiGetOidcRpsRequest

type ApiGetPhpExecEnvRequest ¶ added in v0.1.1

type ApiGetPhpExecEnvRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiGetPhpExecEnvRequest) Execute ¶ added in v0.1.1

func (ApiGetPhpExecEnvRequest) GetPhpExecEnvReq ¶ added in v0.1.1

func (r ApiGetPhpExecEnvRequest) GetPhpExecEnvReq(getPhpExecEnvReq GetPhpExecEnvReq) ApiGetPhpExecEnvRequest

type ApiGetPhpExecEnvsRequest ¶ added in v0.1.1

type ApiGetPhpExecEnvsRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiGetPhpExecEnvsRequest) Execute ¶ added in v0.1.1

func (ApiGetPhpExecEnvsRequest) GetPhpExecEnvReq ¶ added in v0.1.1

func (r ApiGetPhpExecEnvsRequest) GetPhpExecEnvReq(getPhpExecEnvReq GetPhpExecEnvReq) ApiGetPhpExecEnvsRequest

type ApiGetProviderRequest ¶

type ApiGetProviderRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiGetProviderRequest) Execute ¶

func (ApiGetProviderRequest) GetProviderReq ¶

func (r ApiGetProviderRequest) GetProviderReq(getProviderReq GetProviderReq) ApiGetProviderRequest

type ApiGetProvidersRequest ¶

type ApiGetProvidersRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiGetProvidersRequest) Execute ¶

func (ApiGetProvidersRequest) GetApplianceReq ¶

func (r ApiGetProvidersRequest) GetApplianceReq(getApplianceReq GetApplianceReq) ApiGetProvidersRequest

type ApiGetSelfSvcsRequest ¶ added in v0.4.3

type ApiGetSelfSvcsRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiGetSelfSvcsRequest) Execute ¶ added in v0.4.3

func (ApiGetSelfSvcsRequest) GetSelfSvcRsReq ¶ added in v0.4.3

func (r ApiGetSelfSvcsRequest) GetSelfSvcRsReq(getSelfSvcRsReq GetSelfSvcRsReq) ApiGetSelfSvcsRequest

type ApiGetSelfSvcssRequest ¶ added in v0.4.3

type ApiGetSelfSvcssRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiGetSelfSvcssRequest) Execute ¶ added in v0.4.3

func (ApiGetSelfSvcssRequest) GetSelfSvcRsReq ¶ added in v0.4.3

func (r ApiGetSelfSvcssRequest) GetSelfSvcRsReq(getSelfSvcRsReq GetSelfSvcRsReq) ApiGetSelfSvcssRequest

type ApiGetSharepointRsRequest ¶ added in v0.2.1

type ApiGetSharepointRsRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiGetSharepointRsRequest) Execute ¶ added in v0.2.1

func (ApiGetSharepointRsRequest) GetSharepointRsReq ¶ added in v0.2.1

func (r ApiGetSharepointRsRequest) GetSharepointRsReq(getSharepointRsReq GetSharepointRsReq) ApiGetSharepointRsRequest

type ApiGetSharepointRssRequest ¶ added in v0.2.1

type ApiGetSharepointRssRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiGetSharepointRssRequest) Execute ¶ added in v0.2.1

func (ApiGetSharepointRssRequest) GetSharepointRsReq ¶ added in v0.2.1

func (r ApiGetSharepointRssRequest) GetSharepointRsReq(getSharepointRsReq GetSharepointRsReq) ApiGetSharepointRssRequest

type ApiGetTomcatExecEnvRequest ¶

type ApiGetTomcatExecEnvRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiGetTomcatExecEnvRequest) Execute ¶

func (ApiGetTomcatExecEnvRequest) GetTomcatExecEnvReq ¶

func (r ApiGetTomcatExecEnvRequest) GetTomcatExecEnvReq(getTomcatExecEnvReq GetTomcatExecEnvReq) ApiGetTomcatExecEnvRequest

type ApiGetTomcatExecEnvsRequest ¶

type ApiGetTomcatExecEnvsRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiGetTomcatExecEnvsRequest) Execute ¶

func (ApiGetTomcatExecEnvsRequest) GetTomcatExecEnvReq ¶

func (r ApiGetTomcatExecEnvsRequest) GetTomcatExecEnvReq(getTomcatExecEnvReq GetTomcatExecEnvReq) ApiGetTomcatExecEnvsRequest

type ApiGetTypesRequest ¶

type ApiGetTypesRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiGetTypesRequest) Execute ¶

func (r ApiGetTypesRequest) Execute() (*GetTypesRes, *http.Response, error)

type ApiGetVirtSaml2SpRequest ¶

type ApiGetVirtSaml2SpRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiGetVirtSaml2SpRequest) Execute ¶

func (ApiGetVirtSaml2SpRequest) GetVirtSaml2SpReq ¶

func (r ApiGetVirtSaml2SpRequest) GetVirtSaml2SpReq(getVirtSaml2SpReq GetVirtSaml2SpReq) ApiGetVirtSaml2SpRequest

type ApiGetVirtSaml2SpsRequest ¶

type ApiGetVirtSaml2SpsRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiGetVirtSaml2SpsRequest) Execute ¶

func (ApiGetVirtSaml2SpsRequest) GetVirtSaml2SpReq ¶

func (r ApiGetVirtSaml2SpsRequest) GetVirtSaml2SpReq(getVirtSaml2SpReq GetVirtSaml2SpReq) ApiGetVirtSaml2SpsRequest

type ApiGetWeblogicExecEnvRequest ¶ added in v0.2.1

type ApiGetWeblogicExecEnvRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiGetWeblogicExecEnvRequest) Execute ¶ added in v0.2.1

func (ApiGetWeblogicExecEnvRequest) GetWeblogicExecEnvReq ¶ added in v0.2.1

func (r ApiGetWeblogicExecEnvRequest) GetWeblogicExecEnvReq(getWeblogicExecEnvReq GetWeblogicExecEnvReq) ApiGetWeblogicExecEnvRequest

type ApiGetWeblogicExecEnvsRequest ¶ added in v0.2.1

type ApiGetWeblogicExecEnvsRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiGetWeblogicExecEnvsRequest) Execute ¶ added in v0.2.1

func (ApiGetWeblogicExecEnvsRequest) GetWeblogicExecEnvReq ¶ added in v0.2.1

func (r ApiGetWeblogicExecEnvsRequest) GetWeblogicExecEnvReq(getWeblogicExecEnvReq GetWeblogicExecEnvReq) ApiGetWeblogicExecEnvsRequest

type ApiImportApplianceRequest ¶

type ApiImportApplianceRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiImportApplianceRequest) Execute ¶

func (ApiImportApplianceRequest) ImportApplianceReq ¶

func (r ApiImportApplianceRequest) ImportApplianceReq(importApplianceReq ImportApplianceReq) ApiImportApplianceRequest

type ApiLayoutApplianceRequest ¶ added in v0.2.3

type ApiLayoutApplianceRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiLayoutApplianceRequest) CalcLayoutReq ¶ added in v0.2.3

func (r ApiLayoutApplianceRequest) CalcLayoutReq(calcLayoutReq CalcLayoutReq) ApiLayoutApplianceRequest

func (ApiLayoutApplianceRequest) Execute ¶ added in v0.2.3

type ApiRefreshBrandingsRequest ¶ added in v0.2.3

type ApiRefreshBrandingsRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiRefreshBrandingsRequest) Body ¶ added in v0.2.3

func (r ApiRefreshBrandingsRequest) Body(body map[string]interface{}) ApiRefreshBrandingsRequest

func (ApiRefreshBrandingsRequest) Execute ¶ added in v0.2.3

type ApiSignOnRequest ¶

type ApiSignOnRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiSignOnRequest) Execute ¶

func (ApiSignOnRequest) OIDCSignOnRequest ¶

func (r ApiSignOnRequest) OIDCSignOnRequest(oIDCSignOnRequest OIDCSignOnRequest) ApiSignOnRequest

type ApiStartApplianceRequest ¶

type ApiStartApplianceRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiStartApplianceRequest) Execute ¶

func (ApiStartApplianceRequest) SetApplianceStateReq ¶

func (r ApiStartApplianceRequest) SetApplianceStateReq(setApplianceStateReq SetApplianceStateReq) ApiStartApplianceRequest

type ApiStopApplianceRequest ¶

type ApiStopApplianceRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiStopApplianceRequest) Execute ¶

func (ApiStopApplianceRequest) SetApplianceStateReq ¶

func (r ApiStopApplianceRequest) SetApplianceStateReq(setApplianceStateReq SetApplianceStateReq) ApiStopApplianceRequest

type ApiUpdateApplianceRequest ¶

type ApiUpdateApplianceRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiUpdateApplianceRequest) Execute ¶

func (ApiUpdateApplianceRequest) StoreApplianceReq ¶

func (r ApiUpdateApplianceRequest) StoreApplianceReq(storeApplianceReq StoreApplianceReq) ApiUpdateApplianceRequest

type ApiUpdateBrandingRequest ¶ added in v0.2.3

type ApiUpdateBrandingRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiUpdateBrandingRequest) Execute ¶ added in v0.2.3

func (ApiUpdateBrandingRequest) StoreBrandingReq ¶ added in v0.2.3

func (r ApiUpdateBrandingRequest) StoreBrandingReq(storeBrandingReq StoreBrandingReq) ApiUpdateBrandingRequest

type ApiUpdateDbIdVaultRequest ¶

type ApiUpdateDbIdVaultRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiUpdateDbIdVaultRequest) Execute ¶

func (ApiUpdateDbIdVaultRequest) StoreDbIdVaultReq ¶

func (r ApiUpdateDbIdVaultRequest) StoreDbIdVaultReq(storeDbIdVaultReq StoreDbIdVaultReq) ApiUpdateDbIdVaultRequest

type ApiUpdateExtSaml2SpRequest ¶ added in v0.2.3

type ApiUpdateExtSaml2SpRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiUpdateExtSaml2SpRequest) Execute ¶ added in v0.2.3

func (ApiUpdateExtSaml2SpRequest) StoreExtSaml2SpReq ¶ added in v0.2.3

func (r ApiUpdateExtSaml2SpRequest) StoreExtSaml2SpReq(storeExtSaml2SpReq StoreExtSaml2SpReq) ApiUpdateExtSaml2SpRequest

type ApiUpdateIdPRequest ¶

type ApiUpdateIdPRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiUpdateIdPRequest) Execute ¶

func (ApiUpdateIdPRequest) StoreIdPReq ¶

func (r ApiUpdateIdPRequest) StoreIdPReq(storeIdPReq StoreIdPReq) ApiUpdateIdPRequest

type ApiUpdateIdSourceDbRequest ¶

type ApiUpdateIdSourceDbRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiUpdateIdSourceDbRequest) Execute ¶

func (ApiUpdateIdSourceDbRequest) StoreIdSourceDbReq ¶

func (r ApiUpdateIdSourceDbRequest) StoreIdSourceDbReq(storeIdSourceDbReq StoreIdSourceDbReq) ApiUpdateIdSourceDbRequest

type ApiUpdateIdSourceLdapRequest ¶

type ApiUpdateIdSourceLdapRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiUpdateIdSourceLdapRequest) Execute ¶

func (ApiUpdateIdSourceLdapRequest) StoreIdSourceLdapReq ¶

func (r ApiUpdateIdSourceLdapRequest) StoreIdSourceLdapReq(storeIdSourceLdapReq StoreIdSourceLdapReq) ApiUpdateIdSourceLdapRequest

type ApiUpdateIdVaultRequest ¶

type ApiUpdateIdVaultRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiUpdateIdVaultRequest) Execute ¶

func (ApiUpdateIdVaultRequest) StoreIdVaultReq ¶

func (r ApiUpdateIdVaultRequest) StoreIdVaultReq(storeIdVaultReq StoreIdVaultReq) ApiUpdateIdVaultRequest

type ApiUpdateIdpAzureRequest ¶ added in v0.2.2

type ApiUpdateIdpAzureRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiUpdateIdpAzureRequest) Execute ¶ added in v0.2.2

func (ApiUpdateIdpAzureRequest) StoreIdpAzureReq ¶ added in v0.2.2

func (r ApiUpdateIdpAzureRequest) StoreIdpAzureReq(storeIdpAzureReq StoreIdpAzureReq) ApiUpdateIdpAzureRequest

type ApiUpdateIdpFacebookRequest ¶ added in v0.2.2

type ApiUpdateIdpFacebookRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiUpdateIdpFacebookRequest) Execute ¶ added in v0.2.2

func (ApiUpdateIdpFacebookRequest) StoreIdpFacebookReq ¶ added in v0.2.2

func (r ApiUpdateIdpFacebookRequest) StoreIdpFacebookReq(storeIdpFacebookReq StoreIdpFacebookReq) ApiUpdateIdpFacebookRequest

type ApiUpdateIdpGoogleRequest ¶ added in v0.2.2

type ApiUpdateIdpGoogleRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiUpdateIdpGoogleRequest) Execute ¶ added in v0.2.2

func (ApiUpdateIdpGoogleRequest) StoreIdpGoogleReq ¶ added in v0.2.2

func (r ApiUpdateIdpGoogleRequest) StoreIdpGoogleReq(storeIdpGoogleReq StoreIdpGoogleReq) ApiUpdateIdpGoogleRequest

type ApiUpdateIdpSaml2Request ¶ added in v0.5.1

type ApiUpdateIdpSaml2Request struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiUpdateIdpSaml2Request) Execute ¶ added in v0.5.1

func (ApiUpdateIdpSaml2Request) StoreIdPSaml2Req ¶ added in v0.5.1

func (r ApiUpdateIdpSaml2Request) StoreIdPSaml2Req(storeIdPSaml2Req StoreIdPSaml2Req) ApiUpdateIdpSaml2Request

type ApiUpdateIisExecEnvRequest ¶ added in v0.1.1

type ApiUpdateIisExecEnvRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiUpdateIisExecEnvRequest) Execute ¶ added in v0.1.1

func (ApiUpdateIisExecEnvRequest) StoreIisExecEnvReq ¶ added in v0.1.1

func (r ApiUpdateIisExecEnvRequest) StoreIisExecEnvReq(storeIisExecEnvReq StoreIisExecEnvReq) ApiUpdateIisExecEnvRequest

type ApiUpdateIntSaml2SpRequest ¶

type ApiUpdateIntSaml2SpRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiUpdateIntSaml2SpRequest) Execute ¶

func (ApiUpdateIntSaml2SpRequest) StoreIntSaml2SpReq ¶

func (r ApiUpdateIntSaml2SpRequest) StoreIntSaml2SpReq(storeIntSaml2SpReq StoreIntSaml2SpReq) ApiUpdateIntSaml2SpRequest

type ApiUpdateJossoRsRequest ¶ added in v0.2.3

type ApiUpdateJossoRsRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiUpdateJossoRsRequest) Execute ¶ added in v0.2.3

func (ApiUpdateJossoRsRequest) StoreJossoRsReq ¶ added in v0.2.3

func (r ApiUpdateJossoRsRequest) StoreJossoRsReq(storeJossoRsReq StoreJossoRsReq) ApiUpdateJossoRsRequest

type ApiUpdateOidcRpRequest ¶

type ApiUpdateOidcRpRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiUpdateOidcRpRequest) Execute ¶

func (ApiUpdateOidcRpRequest) StoreOidcRpReq ¶

func (r ApiUpdateOidcRpRequest) StoreOidcRpReq(storeOidcRpReq StoreOidcRpReq) ApiUpdateOidcRpRequest

type ApiUpdatePhpExecEnvRequest ¶ added in v0.1.1

type ApiUpdatePhpExecEnvRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiUpdatePhpExecEnvRequest) Execute ¶ added in v0.1.1

func (ApiUpdatePhpExecEnvRequest) StorePhpExecEnvReq ¶ added in v0.1.1

func (r ApiUpdatePhpExecEnvRequest) StorePhpExecEnvReq(storePhpExecEnvReq StorePhpExecEnvReq) ApiUpdatePhpExecEnvRequest

type ApiUpdateSelfSvcsRequest ¶ added in v0.4.3

type ApiUpdateSelfSvcsRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiUpdateSelfSvcsRequest) Execute ¶ added in v0.4.3

func (ApiUpdateSelfSvcsRequest) StoreSelfSvcRsReq ¶ added in v0.4.3

func (r ApiUpdateSelfSvcsRequest) StoreSelfSvcRsReq(storeSelfSvcRsReq StoreSelfSvcRsReq) ApiUpdateSelfSvcsRequest

type ApiUpdateSharepointRsRequest ¶ added in v0.2.3

type ApiUpdateSharepointRsRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiUpdateSharepointRsRequest) Execute ¶ added in v0.2.3

func (ApiUpdateSharepointRsRequest) StoreSharepointRsReq ¶ added in v0.2.3

func (r ApiUpdateSharepointRsRequest) StoreSharepointRsReq(storeSharepointRsReq StoreSharepointRsReq) ApiUpdateSharepointRsRequest

type ApiUpdateTomcatExecEnvRequest ¶

type ApiUpdateTomcatExecEnvRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiUpdateTomcatExecEnvRequest) Execute ¶

func (ApiUpdateTomcatExecEnvRequest) StoreTomcatExecEnvReq ¶

func (r ApiUpdateTomcatExecEnvRequest) StoreTomcatExecEnvReq(storeTomcatExecEnvReq StoreTomcatExecEnvReq) ApiUpdateTomcatExecEnvRequest

type ApiUpdateVirtSaml2SpRequest ¶ added in v0.2.3

type ApiUpdateVirtSaml2SpRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiUpdateVirtSaml2SpRequest) Execute ¶ added in v0.2.3

func (ApiUpdateVirtSaml2SpRequest) StoreVirtSaml2SpReq ¶ added in v0.2.3

func (r ApiUpdateVirtSaml2SpRequest) StoreVirtSaml2SpReq(storeVirtSaml2SpReq StoreVirtSaml2SpReq) ApiUpdateVirtSaml2SpRequest

type ApiUpdateWeblogicExecEnvRequest ¶ added in v0.2.1

type ApiUpdateWeblogicExecEnvRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiUpdateWeblogicExecEnvRequest) Execute ¶ added in v0.2.1

func (ApiUpdateWeblogicExecEnvRequest) StoreWeblogicExecEnvReq ¶ added in v0.2.1

func (r ApiUpdateWeblogicExecEnvRequest) StoreWeblogicExecEnvReq(storeWeblogicExecEnvReq StoreWeblogicExecEnvReq) ApiUpdateWeblogicExecEnvRequest

type ApiValidateApplianceRequest ¶

type ApiValidateApplianceRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiValidateApplianceRequest) Execute ¶

func (ApiValidateApplianceRequest) GetApplianceReq ¶

func (r ApiValidateApplianceRequest) GetApplianceReq(getApplianceReq GetApplianceReq) ApiValidateApplianceRequest

type ApiVersionRequest ¶ added in v0.4.2

type ApiVersionRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiVersionRequest) Execute ¶ added in v0.4.2

func (ApiVersionRequest) ServerVersionRequest ¶ added in v0.4.2

func (r ApiVersionRequest) ServerVersionRequest(serverVersionRequest ServerVersionRequest) ApiVersionRequest

type AttributeMapperProfileDTO ¶

type AttributeMapperProfileDTO struct {
	AttributeMaps              []AttributeMappingDTO `json:"attributeMaps,omitempty"`
	ElementId                  *string               `json:"elementId,omitempty"`
	Id                         *int64                `json:"id,omitempty"`
	IncludeNonMappedProperties *bool                 `json:"includeNonMappedProperties,omitempty"`
	Name                       *string               `json:"name,omitempty"`
	ProfileType                *string               `json:"profileType,omitempty"`
	AdditionalProperties       map[string]interface{}
}

AttributeMapperProfileDTO struct for AttributeMapperProfileDTO

func NewAttriburteMapperProfileDTOInit ¶ added in v0.2.2

func NewAttriburteMapperProfileDTOInit(n string) *AttributeMapperProfileDTO

func NewAttributeMapperProfileDTO ¶

func NewAttributeMapperProfileDTO() *AttributeMapperProfileDTO

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

func NewAttributeMapperProfileDTOWithDefaults ¶

func NewAttributeMapperProfileDTOWithDefaults() *AttributeMapperProfileDTO

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

func (*AttributeMapperProfileDTO) GetAttributeMaps ¶

func (o *AttributeMapperProfileDTO) GetAttributeMaps() []AttributeMappingDTO

GetAttributeMaps returns the AttributeMaps field value if set, zero value otherwise.

func (*AttributeMapperProfileDTO) GetAttributeMapsOk ¶

func (o *AttributeMapperProfileDTO) GetAttributeMapsOk() ([]AttributeMappingDTO, bool)

GetAttributeMapsOk returns a tuple with the AttributeMaps field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AttributeMapperProfileDTO) GetElementId ¶

func (o *AttributeMapperProfileDTO) GetElementId() string

GetElementId returns the ElementId field value if set, zero value otherwise.

func (*AttributeMapperProfileDTO) GetElementIdOk ¶

func (o *AttributeMapperProfileDTO) GetElementIdOk() (*string, bool)

GetElementIdOk returns a tuple with the ElementId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AttributeMapperProfileDTO) GetId ¶

func (o *AttributeMapperProfileDTO) GetId() int64

GetId returns the Id field value if set, zero value otherwise.

func (*AttributeMapperProfileDTO) GetIdOk ¶

func (o *AttributeMapperProfileDTO) GetIdOk() (*int64, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AttributeMapperProfileDTO) GetIncludeNonMappedProperties ¶

func (o *AttributeMapperProfileDTO) GetIncludeNonMappedProperties() bool

GetIncludeNonMappedProperties returns the IncludeNonMappedProperties field value if set, zero value otherwise.

func (*AttributeMapperProfileDTO) GetIncludeNonMappedPropertiesOk ¶

func (o *AttributeMapperProfileDTO) GetIncludeNonMappedPropertiesOk() (*bool, bool)

GetIncludeNonMappedPropertiesOk returns a tuple with the IncludeNonMappedProperties field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AttributeMapperProfileDTO) GetName ¶

func (o *AttributeMapperProfileDTO) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*AttributeMapperProfileDTO) GetNameOk ¶

func (o *AttributeMapperProfileDTO) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AttributeMapperProfileDTO) GetProfileType ¶

func (o *AttributeMapperProfileDTO) GetProfileType() string

GetProfileType returns the ProfileType field value if set, zero value otherwise.

func (*AttributeMapperProfileDTO) GetProfileTypeOk ¶

func (o *AttributeMapperProfileDTO) GetProfileTypeOk() (*string, bool)

GetProfileTypeOk returns a tuple with the ProfileType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AttributeMapperProfileDTO) HasAttributeMaps ¶

func (o *AttributeMapperProfileDTO) HasAttributeMaps() bool

HasAttributeMaps returns a boolean if a field has been set.

func (*AttributeMapperProfileDTO) HasElementId ¶

func (o *AttributeMapperProfileDTO) HasElementId() bool

HasElementId returns a boolean if a field has been set.

func (*AttributeMapperProfileDTO) HasId ¶

func (o *AttributeMapperProfileDTO) HasId() bool

HasId returns a boolean if a field has been set.

func (*AttributeMapperProfileDTO) HasIncludeNonMappedProperties ¶

func (o *AttributeMapperProfileDTO) HasIncludeNonMappedProperties() bool

HasIncludeNonMappedProperties returns a boolean if a field has been set.

func (*AttributeMapperProfileDTO) HasName ¶

func (o *AttributeMapperProfileDTO) HasName() bool

HasName returns a boolean if a field has been set.

func (*AttributeMapperProfileDTO) HasProfileType ¶

func (o *AttributeMapperProfileDTO) HasProfileType() bool

HasProfileType returns a boolean if a field has been set.

func (AttributeMapperProfileDTO) MarshalJSON ¶

func (o AttributeMapperProfileDTO) MarshalJSON() ([]byte, error)

func (*AttributeMapperProfileDTO) SetAttributeMaps ¶

func (o *AttributeMapperProfileDTO) SetAttributeMaps(v []AttributeMappingDTO)

SetAttributeMaps gets a reference to the given []AttributeMappingDTO and assigns it to the AttributeMaps field.

func (*AttributeMapperProfileDTO) SetElementId ¶

func (o *AttributeMapperProfileDTO) SetElementId(v string)

SetElementId gets a reference to the given string and assigns it to the ElementId field.

func (*AttributeMapperProfileDTO) SetId ¶

func (o *AttributeMapperProfileDTO) SetId(v int64)

SetId gets a reference to the given int64 and assigns it to the Id field.

func (*AttributeMapperProfileDTO) SetIncludeNonMappedProperties ¶

func (o *AttributeMapperProfileDTO) SetIncludeNonMappedProperties(v bool)

SetIncludeNonMappedProperties gets a reference to the given bool and assigns it to the IncludeNonMappedProperties field.

func (*AttributeMapperProfileDTO) SetName ¶

func (o *AttributeMapperProfileDTO) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*AttributeMapperProfileDTO) SetProfileType ¶

func (o *AttributeMapperProfileDTO) SetProfileType(v string)

SetProfileType gets a reference to the given string and assigns it to the ProfileType field.

func (*AttributeMapperProfileDTO) ToAttrProfile ¶ added in v0.2.2

func (amp *AttributeMapperProfileDTO) ToAttrProfile() (*AttributeProfileDTO, error)

func (*AttributeMapperProfileDTO) UnmarshalJSON ¶

func (o *AttributeMapperProfileDTO) UnmarshalJSON(bytes []byte) (err error)

type AttributeMappingDTO ¶

type AttributeMappingDTO struct {
	AttrName               *string `json:"attrName,omitempty"`
	ReportedAttrName       *string `json:"reportedAttrName,omitempty"`
	ReportedAttrNameFormat *string `json:"reportedAttrNameFormat,omitempty"`
	AdditionalProperties   map[string]interface{}
}

AttributeMappingDTO struct for AttributeMappingDTO

func NewAttributeMappingDTO ¶

func NewAttributeMappingDTO() *AttributeMappingDTO

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

func NewAttributeMappingDTOWithDefaults ¶

func NewAttributeMappingDTOWithDefaults() *AttributeMappingDTO

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

func (*AttributeMappingDTO) GetAttrName ¶

func (o *AttributeMappingDTO) GetAttrName() string

GetAttrName returns the AttrName field value if set, zero value otherwise.

func (*AttributeMappingDTO) GetAttrNameOk ¶

func (o *AttributeMappingDTO) GetAttrNameOk() (*string, bool)

GetAttrNameOk returns a tuple with the AttrName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AttributeMappingDTO) GetMapping ¶ added in v0.2.2

func (o *AttributeMappingDTO) GetMapping() string

Removes type marks from reported attribute name (i.e. vt:, "")

func (*AttributeMappingDTO) GetReportedAttrName ¶

func (o *AttributeMappingDTO) GetReportedAttrName() string

GetReportedAttrName returns the ReportedAttrName field value if set, zero value otherwise.

func (*AttributeMappingDTO) GetReportedAttrNameFormat ¶

func (o *AttributeMappingDTO) GetReportedAttrNameFormat() string

GetReportedAttrNameFormat returns the ReportedAttrNameFormat field value if set, zero value otherwise.

func (*AttributeMappingDTO) GetReportedAttrNameFormatOk ¶

func (o *AttributeMappingDTO) GetReportedAttrNameFormatOk() (*string, bool)

GetReportedAttrNameFormatOk returns a tuple with the ReportedAttrNameFormat field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AttributeMappingDTO) GetReportedAttrNameOk ¶

func (o *AttributeMappingDTO) GetReportedAttrNameOk() (*string, bool)

GetReportedAttrNameOk returns a tuple with the ReportedAttrName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AttributeMappingDTO) GetType ¶ added in v0.2.2

func (o *AttributeMappingDTO) GetType() string

func (*AttributeMappingDTO) HasAttrName ¶

func (o *AttributeMappingDTO) HasAttrName() bool

HasAttrName returns a boolean if a field has been set.

func (*AttributeMappingDTO) HasReportedAttrName ¶

func (o *AttributeMappingDTO) HasReportedAttrName() bool

HasReportedAttrName returns a boolean if a field has been set.

func (*AttributeMappingDTO) HasReportedAttrNameFormat ¶

func (o *AttributeMappingDTO) HasReportedAttrNameFormat() bool

HasReportedAttrNameFormat returns a boolean if a field has been set.

func (AttributeMappingDTO) MarshalJSON ¶

func (o AttributeMappingDTO) MarshalJSON() ([]byte, error)

func (*AttributeMappingDTO) SetAttrName ¶

func (o *AttributeMappingDTO) SetAttrName(v string)

SetAttrName gets a reference to the given string and assigns it to the AttrName field.

func (*AttributeMappingDTO) SetReportedAttrName ¶

func (o *AttributeMappingDTO) SetReportedAttrName(v string)

SetReportedAttrName gets a reference to the given string and assigns it to the ReportedAttrName field.

func (*AttributeMappingDTO) SetReportedAttrNameFormat ¶

func (o *AttributeMappingDTO) SetReportedAttrNameFormat(v string)

SetReportedAttrNameFormat gets a reference to the given string and assigns it to the ReportedAttrNameFormat field.

func (*AttributeMappingDTO) UnmarshalJSON ¶

func (o *AttributeMappingDTO) UnmarshalJSON(bytes []byte) (err error)

type AttributeProfileDTO ¶

type AttributeProfileDTO struct {
	ElementId            *string `json:"elementId,omitempty"`
	Id                   *int64  `json:"id,omitempty"`
	Name                 *string `json:"name,omitempty"`
	ProfileType          *string `json:"profileType,omitempty"`
	AdditionalProperties map[string]interface{}
}

AttributeProfileDTO struct for AttributeProfileDTO

func NewAttributeProfileDTO ¶

func NewAttributeProfileDTO() *AttributeProfileDTO

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

func NewAttributeProfileDTOWithDefaults ¶

func NewAttributeProfileDTOWithDefaults() *AttributeProfileDTO

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

func (*AttributeProfileDTO) GetElementId ¶

func (o *AttributeProfileDTO) GetElementId() string

GetElementId returns the ElementId field value if set, zero value otherwise.

func (*AttributeProfileDTO) GetElementIdOk ¶

func (o *AttributeProfileDTO) GetElementIdOk() (*string, bool)

GetElementIdOk returns a tuple with the ElementId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AttributeProfileDTO) GetId ¶

func (o *AttributeProfileDTO) GetId() int64

GetId returns the Id field value if set, zero value otherwise.

func (*AttributeProfileDTO) GetIdOk ¶

func (o *AttributeProfileDTO) GetIdOk() (*int64, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AttributeProfileDTO) GetName ¶

func (o *AttributeProfileDTO) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*AttributeProfileDTO) GetNameOk ¶

func (o *AttributeProfileDTO) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AttributeProfileDTO) GetProfileType ¶

func (o *AttributeProfileDTO) GetProfileType() string

GetProfileType returns the ProfileType field value if set, zero value otherwise.

func (*AttributeProfileDTO) GetProfileTypeOk ¶

func (o *AttributeProfileDTO) GetProfileTypeOk() (*string, bool)

GetProfileTypeOk returns a tuple with the ProfileType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AttributeProfileDTO) HasElementId ¶

func (o *AttributeProfileDTO) HasElementId() bool

HasElementId returns a boolean if a field has been set.

func (*AttributeProfileDTO) HasId ¶

func (o *AttributeProfileDTO) HasId() bool

HasId returns a boolean if a field has been set.

func (*AttributeProfileDTO) HasName ¶

func (o *AttributeProfileDTO) HasName() bool

HasName returns a boolean if a field has been set.

func (*AttributeProfileDTO) HasProfileType ¶

func (o *AttributeProfileDTO) HasProfileType() bool

HasProfileType returns a boolean if a field has been set.

func (AttributeProfileDTO) MarshalJSON ¶

func (o AttributeProfileDTO) MarshalJSON() ([]byte, error)

func (*AttributeProfileDTO) SetElementId ¶

func (o *AttributeProfileDTO) SetElementId(v string)

SetElementId gets a reference to the given string and assigns it to the ElementId field.

func (*AttributeProfileDTO) SetId ¶

func (o *AttributeProfileDTO) SetId(v int64)

SetId gets a reference to the given int64 and assigns it to the Id field.

func (*AttributeProfileDTO) SetName ¶

func (o *AttributeProfileDTO) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*AttributeProfileDTO) SetProfileType ¶

func (o *AttributeProfileDTO) SetProfileType(v string)

SetProfileType gets a reference to the given string and assigns it to the ProfileType field.

func (*AttributeProfileDTO) ToAttributeMapperProfile ¶ added in v0.2.2

func (o *AttributeProfileDTO) ToAttributeMapperProfile() *AttributeMapperProfileDTO

func (*AttributeProfileDTO) UnmarshalJSON ¶

func (o *AttributeProfileDTO) UnmarshalJSON(bytes []byte) (err error)

type AttributeValueDTO ¶

type AttributeValueDTO struct {
	Id                   *string `json:"id,omitempty"`
	Name                 *string `json:"name,omitempty"`
	Value                *string `json:"value,omitempty"`
	AdditionalProperties map[string]interface{}
}

AttributeValueDTO struct for AttributeValueDTO

func NewAttributeValueDTO ¶

func NewAttributeValueDTO() *AttributeValueDTO

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

func NewAttributeValueDTOWithDefaults ¶

func NewAttributeValueDTOWithDefaults() *AttributeValueDTO

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

func (*AttributeValueDTO) GetId ¶

func (o *AttributeValueDTO) GetId() string

GetId returns the Id field value if set, zero value otherwise.

func (*AttributeValueDTO) GetIdOk ¶

func (o *AttributeValueDTO) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AttributeValueDTO) GetName ¶

func (o *AttributeValueDTO) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*AttributeValueDTO) GetNameOk ¶

func (o *AttributeValueDTO) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AttributeValueDTO) GetValue ¶

func (o *AttributeValueDTO) GetValue() string

GetValue returns the Value field value if set, zero value otherwise.

func (*AttributeValueDTO) GetValueOk ¶

func (o *AttributeValueDTO) GetValueOk() (*string, bool)

GetValueOk returns a tuple with the Value field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AttributeValueDTO) HasId ¶

func (o *AttributeValueDTO) HasId() bool

HasId returns a boolean if a field has been set.

func (*AttributeValueDTO) HasName ¶

func (o *AttributeValueDTO) HasName() bool

HasName returns a boolean if a field has been set.

func (*AttributeValueDTO) HasValue ¶

func (o *AttributeValueDTO) HasValue() bool

HasValue returns a boolean if a field has been set.

func (AttributeValueDTO) MarshalJSON ¶

func (o AttributeValueDTO) MarshalJSON() ([]byte, error)

func (*AttributeValueDTO) SetId ¶

func (o *AttributeValueDTO) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*AttributeValueDTO) SetName ¶

func (o *AttributeValueDTO) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*AttributeValueDTO) SetValue ¶

func (o *AttributeValueDTO) SetValue(v string)

SetValue gets a reference to the given string and assigns it to the Value field.

func (*AttributeValueDTO) UnmarshalJSON ¶

func (o *AttributeValueDTO) UnmarshalJSON(bytes []byte) (err error)

type AuthenticationAssertionEmissionPolicyDTO ¶

type AuthenticationAssertionEmissionPolicyDTO struct {
	ElementId            *string `json:"elementId,omitempty"`
	Id                   *int64  `json:"id,omitempty"`
	Name                 *string `json:"name,omitempty"`
	AdditionalProperties map[string]interface{}
}

AuthenticationAssertionEmissionPolicyDTO struct for AuthenticationAssertionEmissionPolicyDTO

func NewAuthenticationAssertionEmissionPolicyDTO ¶

func NewAuthenticationAssertionEmissionPolicyDTO() *AuthenticationAssertionEmissionPolicyDTO

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

func NewAuthenticationAssertionEmissionPolicyDTOWithDefaults ¶

func NewAuthenticationAssertionEmissionPolicyDTOWithDefaults() *AuthenticationAssertionEmissionPolicyDTO

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

func (*AuthenticationAssertionEmissionPolicyDTO) GetElementId ¶

GetElementId returns the ElementId field value if set, zero value otherwise.

func (*AuthenticationAssertionEmissionPolicyDTO) GetElementIdOk ¶

func (o *AuthenticationAssertionEmissionPolicyDTO) GetElementIdOk() (*string, bool)

GetElementIdOk returns a tuple with the ElementId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AuthenticationAssertionEmissionPolicyDTO) GetId ¶

GetId returns the Id field value if set, zero value otherwise.

func (*AuthenticationAssertionEmissionPolicyDTO) GetIdOk ¶

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AuthenticationAssertionEmissionPolicyDTO) GetName ¶

GetName returns the Name field value if set, zero value otherwise.

func (*AuthenticationAssertionEmissionPolicyDTO) GetNameOk ¶

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AuthenticationAssertionEmissionPolicyDTO) HasElementId ¶

HasElementId returns a boolean if a field has been set.

func (*AuthenticationAssertionEmissionPolicyDTO) HasId ¶

HasId returns a boolean if a field has been set.

func (*AuthenticationAssertionEmissionPolicyDTO) HasName ¶

HasName returns a boolean if a field has been set.

func (AuthenticationAssertionEmissionPolicyDTO) MarshalJSON ¶

func (*AuthenticationAssertionEmissionPolicyDTO) SetElementId ¶

SetElementId gets a reference to the given string and assigns it to the ElementId field.

func (*AuthenticationAssertionEmissionPolicyDTO) SetId ¶

SetId gets a reference to the given int64 and assigns it to the Id field.

func (*AuthenticationAssertionEmissionPolicyDTO) SetName ¶

SetName gets a reference to the given string and assigns it to the Name field.

func (*AuthenticationAssertionEmissionPolicyDTO) UnmarshalJSON ¶

func (o *AuthenticationAssertionEmissionPolicyDTO) UnmarshalJSON(bytes []byte) (err error)

type AuthenticationContractDTO ¶

type AuthenticationContractDTO struct {
	ElementId            *string `json:"elementId,omitempty"`
	Id                   *int64  `json:"id,omitempty"`
	Name                 *string `json:"name,omitempty"`
	AdditionalProperties map[string]interface{}
}

AuthenticationContractDTO struct for AuthenticationContractDTO

func NewAuthenticationContractDTO ¶

func NewAuthenticationContractDTO() *AuthenticationContractDTO

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

func NewAuthenticationContractDTOWithDefaults ¶

func NewAuthenticationContractDTOWithDefaults() *AuthenticationContractDTO

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

func (*AuthenticationContractDTO) GetElementId ¶

func (o *AuthenticationContractDTO) GetElementId() string

GetElementId returns the ElementId field value if set, zero value otherwise.

func (*AuthenticationContractDTO) GetElementIdOk ¶

func (o *AuthenticationContractDTO) GetElementIdOk() (*string, bool)

GetElementIdOk returns a tuple with the ElementId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AuthenticationContractDTO) GetId ¶

func (o *AuthenticationContractDTO) GetId() int64

GetId returns the Id field value if set, zero value otherwise.

func (*AuthenticationContractDTO) GetIdOk ¶

func (o *AuthenticationContractDTO) GetIdOk() (*int64, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AuthenticationContractDTO) GetName ¶

func (o *AuthenticationContractDTO) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*AuthenticationContractDTO) GetNameOk ¶

func (o *AuthenticationContractDTO) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AuthenticationContractDTO) HasElementId ¶

func (o *AuthenticationContractDTO) HasElementId() bool

HasElementId returns a boolean if a field has been set.

func (*AuthenticationContractDTO) HasId ¶

func (o *AuthenticationContractDTO) HasId() bool

HasId returns a boolean if a field has been set.

func (*AuthenticationContractDTO) HasName ¶

func (o *AuthenticationContractDTO) HasName() bool

HasName returns a boolean if a field has been set.

func (AuthenticationContractDTO) MarshalJSON ¶

func (o AuthenticationContractDTO) MarshalJSON() ([]byte, error)

func (*AuthenticationContractDTO) SetElementId ¶

func (o *AuthenticationContractDTO) SetElementId(v string)

SetElementId gets a reference to the given string and assigns it to the ElementId field.

func (*AuthenticationContractDTO) SetId ¶

func (o *AuthenticationContractDTO) SetId(v int64)

SetId gets a reference to the given int64 and assigns it to the Id field.

func (*AuthenticationContractDTO) SetName ¶

func (o *AuthenticationContractDTO) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*AuthenticationContractDTO) UnmarshalJSON ¶

func (o *AuthenticationContractDTO) UnmarshalJSON(bytes []byte) (err error)

type AuthenticationMechanismDTO ¶

type AuthenticationMechanismDTO struct {
	DelegatedAuthentication *DelegatedAuthenticationDTO `json:"delegatedAuthentication,omitempty"`
	DisplayName             *string                     `json:"displayName,omitempty"`
	ElementId               *string                     `json:"elementId,omitempty"`
	Id                      *int64                      `json:"id,omitempty"`
	Name                    *string                     `json:"name,omitempty"`
	Priority                *int32                      `json:"priority,omitempty"`
	AdditionalProperties    map[string]interface{}
}

AuthenticationMechanismDTO struct for AuthenticationMechanismDTO

func NewAuthenticationMechanismDTO ¶

func NewAuthenticationMechanismDTO() *AuthenticationMechanismDTO

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

func NewAuthenticationMechanismDTOWithDefaults ¶

func NewAuthenticationMechanismDTOWithDefaults() *AuthenticationMechanismDTO

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

func (*AuthenticationMechanismDTO) GetDelegatedAuthentication ¶

func (o *AuthenticationMechanismDTO) GetDelegatedAuthentication() DelegatedAuthenticationDTO

GetDelegatedAuthentication returns the DelegatedAuthentication field value if set, zero value otherwise.

func (*AuthenticationMechanismDTO) GetDelegatedAuthenticationOk ¶

func (o *AuthenticationMechanismDTO) GetDelegatedAuthenticationOk() (*DelegatedAuthenticationDTO, bool)

GetDelegatedAuthenticationOk returns a tuple with the DelegatedAuthentication field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AuthenticationMechanismDTO) GetDisplayName ¶

func (o *AuthenticationMechanismDTO) GetDisplayName() string

GetDisplayName returns the DisplayName field value if set, zero value otherwise.

func (*AuthenticationMechanismDTO) GetDisplayNameOk ¶

func (o *AuthenticationMechanismDTO) GetDisplayNameOk() (*string, bool)

GetDisplayNameOk returns a tuple with the DisplayName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AuthenticationMechanismDTO) GetElementId ¶

func (o *AuthenticationMechanismDTO) GetElementId() string

GetElementId returns the ElementId field value if set, zero value otherwise.

func (*AuthenticationMechanismDTO) GetElementIdOk ¶

func (o *AuthenticationMechanismDTO) GetElementIdOk() (*string, bool)

GetElementIdOk returns a tuple with the ElementId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AuthenticationMechanismDTO) GetId ¶

func (o *AuthenticationMechanismDTO) GetId() int64

GetId returns the Id field value if set, zero value otherwise.

func (*AuthenticationMechanismDTO) GetIdOk ¶

func (o *AuthenticationMechanismDTO) GetIdOk() (*int64, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AuthenticationMechanismDTO) GetName ¶

func (o *AuthenticationMechanismDTO) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*AuthenticationMechanismDTO) GetNameOk ¶

func (o *AuthenticationMechanismDTO) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AuthenticationMechanismDTO) GetPriority ¶

func (o *AuthenticationMechanismDTO) GetPriority() int32

GetPriority returns the Priority field value if set, zero value otherwise.

func (*AuthenticationMechanismDTO) GetPriorityOk ¶

func (o *AuthenticationMechanismDTO) GetPriorityOk() (*int32, bool)

GetPriorityOk returns a tuple with the Priority field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AuthenticationMechanismDTO) HasDelegatedAuthentication ¶

func (o *AuthenticationMechanismDTO) HasDelegatedAuthentication() bool

HasDelegatedAuthentication returns a boolean if a field has been set.

func (*AuthenticationMechanismDTO) HasDisplayName ¶

func (o *AuthenticationMechanismDTO) HasDisplayName() bool

HasDisplayName returns a boolean if a field has been set.

func (*AuthenticationMechanismDTO) HasElementId ¶

func (o *AuthenticationMechanismDTO) HasElementId() bool

HasElementId returns a boolean if a field has been set.

func (*AuthenticationMechanismDTO) HasId ¶

func (o *AuthenticationMechanismDTO) HasId() bool

HasId returns a boolean if a field has been set.

func (*AuthenticationMechanismDTO) HasName ¶

func (o *AuthenticationMechanismDTO) HasName() bool

HasName returns a boolean if a field has been set.

func (*AuthenticationMechanismDTO) HasPriority ¶

func (o *AuthenticationMechanismDTO) HasPriority() bool

HasPriority returns a boolean if a field has been set.

func (AuthenticationMechanismDTO) IsBasicAuthn ¶

func (m AuthenticationMechanismDTO) IsBasicAuthn() bool

func (AuthenticationMechanismDTO) MarshalJSON ¶

func (o AuthenticationMechanismDTO) MarshalJSON() ([]byte, error)

func (*AuthenticationMechanismDTO) SetDelegatedAuthentication ¶

func (o *AuthenticationMechanismDTO) SetDelegatedAuthentication(v DelegatedAuthenticationDTO)

SetDelegatedAuthentication gets a reference to the given DelegatedAuthenticationDTO and assigns it to the DelegatedAuthentication field.

func (*AuthenticationMechanismDTO) SetDisplayName ¶

func (o *AuthenticationMechanismDTO) SetDisplayName(v string)

SetDisplayName gets a reference to the given string and assigns it to the DisplayName field.

func (*AuthenticationMechanismDTO) SetElementId ¶

func (o *AuthenticationMechanismDTO) SetElementId(v string)

SetElementId gets a reference to the given string and assigns it to the ElementId field.

func (*AuthenticationMechanismDTO) SetId ¶

func (o *AuthenticationMechanismDTO) SetId(v int64)

SetId gets a reference to the given int64 and assigns it to the Id field.

func (*AuthenticationMechanismDTO) SetName ¶

func (o *AuthenticationMechanismDTO) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*AuthenticationMechanismDTO) SetPriority ¶

func (o *AuthenticationMechanismDTO) SetPriority(v int32)

SetPriority gets a reference to the given int32 and assigns it to the Priority field.

func (AuthenticationMechanismDTO) ToBasicAuthn ¶

func (*AuthenticationMechanismDTO) UnmarshalJSON ¶

func (o *AuthenticationMechanismDTO) UnmarshalJSON(bytes []byte) (err error)

type AuthenticationServiceDTO ¶

type AuthenticationServiceDTO struct {
	DelegatedAuthentications []DelegatedAuthenticationDTO `json:"delegatedAuthentications,omitempty"`
	Description              *string                      `json:"description,omitempty"`
	DisplayName              *string                      `json:"displayName,omitempty"`
	ElementId                *string                      `json:"elementId,omitempty"`
	Id                       *int64                       `json:"id,omitempty"`
	Name                     *string                      `json:"name,omitempty"`
	X                        *float64                     `json:"x,omitempty"`
	Y                        *float64                     `json:"y,omitempty"`
	AdditionalProperties     map[string]interface{}
}

AuthenticationServiceDTO struct for AuthenticationServiceDTO

func NewAuthenticationServiceDTO ¶

func NewAuthenticationServiceDTO() *AuthenticationServiceDTO

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

func NewAuthenticationServiceDTOWithDefaults ¶

func NewAuthenticationServiceDTOWithDefaults() *AuthenticationServiceDTO

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

func (*AuthenticationServiceDTO) GetDelegatedAuthentications ¶

func (o *AuthenticationServiceDTO) GetDelegatedAuthentications() []DelegatedAuthenticationDTO

GetDelegatedAuthentications returns the DelegatedAuthentications field value if set, zero value otherwise.

func (*AuthenticationServiceDTO) GetDelegatedAuthenticationsOk ¶

func (o *AuthenticationServiceDTO) GetDelegatedAuthenticationsOk() ([]DelegatedAuthenticationDTO, bool)

GetDelegatedAuthenticationsOk returns a tuple with the DelegatedAuthentications field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AuthenticationServiceDTO) GetDescription ¶

func (o *AuthenticationServiceDTO) GetDescription() string

GetDescription returns the Description field value if set, zero value otherwise.

func (*AuthenticationServiceDTO) GetDescriptionOk ¶

func (o *AuthenticationServiceDTO) GetDescriptionOk() (*string, bool)

GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AuthenticationServiceDTO) GetDisplayName ¶

func (o *AuthenticationServiceDTO) GetDisplayName() string

GetDisplayName returns the DisplayName field value if set, zero value otherwise.

func (*AuthenticationServiceDTO) GetDisplayNameOk ¶

func (o *AuthenticationServiceDTO) GetDisplayNameOk() (*string, bool)

GetDisplayNameOk returns a tuple with the DisplayName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AuthenticationServiceDTO) GetElementId ¶

func (o *AuthenticationServiceDTO) GetElementId() string

GetElementId returns the ElementId field value if set, zero value otherwise.

func (*AuthenticationServiceDTO) GetElementIdOk ¶

func (o *AuthenticationServiceDTO) GetElementIdOk() (*string, bool)

GetElementIdOk returns a tuple with the ElementId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AuthenticationServiceDTO) GetId ¶

func (o *AuthenticationServiceDTO) GetId() int64

GetId returns the Id field value if set, zero value otherwise.

func (*AuthenticationServiceDTO) GetIdOk ¶

func (o *AuthenticationServiceDTO) GetIdOk() (*int64, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AuthenticationServiceDTO) GetName ¶

func (o *AuthenticationServiceDTO) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*AuthenticationServiceDTO) GetNameOk ¶

func (o *AuthenticationServiceDTO) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AuthenticationServiceDTO) GetX ¶

GetX returns the X field value if set, zero value otherwise.

func (*AuthenticationServiceDTO) GetXOk ¶

func (o *AuthenticationServiceDTO) GetXOk() (*float64, bool)

GetXOk returns a tuple with the X field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AuthenticationServiceDTO) GetY ¶

GetY returns the Y field value if set, zero value otherwise.

func (*AuthenticationServiceDTO) GetYOk ¶

func (o *AuthenticationServiceDTO) GetYOk() (*float64, bool)

GetYOk returns a tuple with the Y field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AuthenticationServiceDTO) HasDelegatedAuthentications ¶

func (o *AuthenticationServiceDTO) HasDelegatedAuthentications() bool

HasDelegatedAuthentications returns a boolean if a field has been set.

func (*AuthenticationServiceDTO) HasDescription ¶

func (o *AuthenticationServiceDTO) HasDescription() bool

HasDescription returns a boolean if a field has been set.

func (*AuthenticationServiceDTO) HasDisplayName ¶

func (o *AuthenticationServiceDTO) HasDisplayName() bool

HasDisplayName returns a boolean if a field has been set.

func (*AuthenticationServiceDTO) HasElementId ¶

func (o *AuthenticationServiceDTO) HasElementId() bool

HasElementId returns a boolean if a field has been set.

func (*AuthenticationServiceDTO) HasId ¶

func (o *AuthenticationServiceDTO) HasId() bool

HasId returns a boolean if a field has been set.

func (*AuthenticationServiceDTO) HasName ¶

func (o *AuthenticationServiceDTO) HasName() bool

HasName returns a boolean if a field has been set.

func (*AuthenticationServiceDTO) HasX ¶

func (o *AuthenticationServiceDTO) HasX() bool

HasX returns a boolean if a field has been set.

func (*AuthenticationServiceDTO) HasY ¶

func (o *AuthenticationServiceDTO) HasY() bool

HasY returns a boolean if a field has been set.

func (AuthenticationServiceDTO) IsClientCertAuthnSvs ¶ added in v0.2.0

func (m AuthenticationServiceDTO) IsClientCertAuthnSvs() bool

func (AuthenticationServiceDTO) IsDirectoryAuthnSvs ¶ added in v0.2.0

func (m AuthenticationServiceDTO) IsDirectoryAuthnSvs() bool

func (AuthenticationServiceDTO) IsOauth2PreAuthnSvc ¶ added in v0.2.0

func (m AuthenticationServiceDTO) IsOauth2PreAuthnSvc() bool

func (AuthenticationServiceDTO) IsWindowsIntegratedAuthn ¶ added in v0.2.0

func (m AuthenticationServiceDTO) IsWindowsIntegratedAuthn() bool

func (AuthenticationServiceDTO) MarshalJSON ¶

func (o AuthenticationServiceDTO) MarshalJSON() ([]byte, error)

func (*AuthenticationServiceDTO) SetDelegatedAuthentications ¶

func (o *AuthenticationServiceDTO) SetDelegatedAuthentications(v []DelegatedAuthenticationDTO)

SetDelegatedAuthentications gets a reference to the given []DelegatedAuthenticationDTO and assigns it to the DelegatedAuthentications field.

func (*AuthenticationServiceDTO) SetDescription ¶

func (o *AuthenticationServiceDTO) SetDescription(v string)

SetDescription gets a reference to the given string and assigns it to the Description field.

func (*AuthenticationServiceDTO) SetDisplayName ¶

func (o *AuthenticationServiceDTO) SetDisplayName(v string)

SetDisplayName gets a reference to the given string and assigns it to the DisplayName field.

func (*AuthenticationServiceDTO) SetElementId ¶

func (o *AuthenticationServiceDTO) SetElementId(v string)

SetElementId gets a reference to the given string and assigns it to the ElementId field.

func (*AuthenticationServiceDTO) SetId ¶

func (o *AuthenticationServiceDTO) SetId(v int64)

SetId gets a reference to the given int64 and assigns it to the Id field.

func (*AuthenticationServiceDTO) SetName ¶

func (o *AuthenticationServiceDTO) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*AuthenticationServiceDTO) SetX ¶

func (o *AuthenticationServiceDTO) SetX(v float64)

SetX gets a reference to the given float64 and assigns it to the X field.

func (*AuthenticationServiceDTO) SetY ¶

func (o *AuthenticationServiceDTO) SetY(v float64)

SetY gets a reference to the given float64 and assigns it to the Y field.

func (AuthenticationServiceDTO) ToClientCertAuthnSvc ¶ added in v0.2.0

func (svc AuthenticationServiceDTO) ToClientCertAuthnSvc() (*ClientCertAuthnServiceDTO, error)

AuthenticationServiceDTO -> ClientCertAuthnServiceDTO

func (AuthenticationServiceDTO) ToDirectoryAuthnSvc ¶ added in v0.2.0

AuthenticationServiceDTO -> DirectoryAuthenticationServiceDTO

func (AuthenticationServiceDTO) ToOauth2PreAuthnSvs ¶ added in v0.2.0

AuthenticationServiceDTO -> OAuth2PreAuthenticationServiceDTO

func (AuthenticationServiceDTO) ToWindowsIntegratedAuthn ¶ added in v0.2.0

func (svc AuthenticationServiceDTO) ToWindowsIntegratedAuthn() (*WindowsIntegratedAuthenticationDTO, error)

AuthenticationServiceDTO -> WindowsIntegratedAuthenticationDTO

func (*AuthenticationServiceDTO) UnmarshalJSON ¶

func (o *AuthenticationServiceDTO) UnmarshalJSON(bytes []byte) (err error)

type AzureOpenIDConnectIdentityProviderDTO ¶ added in v0.2.2

type AzureOpenIDConnectIdentityProviderDTO struct {
	AccessTokenService      *LocationDTO                    `json:"accessTokenService,omitempty"`
	ActiveBindings          []string                        `json:"activeBindings,omitempty"`
	ActiveProfiles          []string                        `json:"activeProfiles,omitempty"`
	AuthzTokenService       *LocationDTO                    `json:"authzTokenService,omitempty"`
	AzObjectId              *string                         `json:"azObjectId,omitempty"`
	ClientId                *string                         `json:"clientId,omitempty"`
	ClientSecret            *string                         `json:"clientSecret,omitempty"`
	Config                  *ProviderConfigDTO              `json:"config,omitempty"`
	Description             *string                         `json:"description,omitempty"`
	DisplayName             *string                         `json:"displayName,omitempty"`
	ElementId               *string                         `json:"elementId,omitempty"`
	FederatedConnectionsA   []FederatedConnectionDTO        `json:"federatedConnectionsA,omitempty"`
	FederatedConnectionsB   []FederatedConnectionDTO        `json:"federatedConnectionsB,omitempty"`
	Id                      *int64                          `json:"id,omitempty"`
	IdentityAppliance       *IdentityApplianceDefinitionDTO `json:"identityAppliance,omitempty"`
	IdentityLookups         []IdentityLookupDTO             `json:"identityLookups,omitempty"`
	IsRemote                *bool                           `json:"isRemote,omitempty"`
	Location                *LocationDTO                    `json:"location,omitempty"`
	Metadata                *ResourceDTO                    `json:"metadata,omitempty"`
	MobileAuthzTokenService *LocationDTO                    `json:"mobileAuthzTokenService,omitempty"`
	Name                    *string                         `json:"name,omitempty"`
	Remote                  *bool                           `json:"remote,omitempty"`
	Role                    *string                         `json:"role,omitempty"`
	Scopes                  *string                         `json:"scopes,omitempty"`
	ServerKey               *string                         `json:"serverKey,omitempty"`
	UserFields              *string                         `json:"userFields,omitempty"`
	X                       *float64                        `json:"x,omitempty"`
	Y                       *float64                        `json:"y,omitempty"`
	AdditionalProperties    map[string]interface{}
}

AzureOpenIDConnectIdentityProviderDTO struct for AzureOpenIDConnectIdentityProviderDTO

func NewAzureOpenIDConnectIdentityProviderDTO ¶ added in v0.2.2

func NewAzureOpenIDConnectIdentityProviderDTO() *AzureOpenIDConnectIdentityProviderDTO

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

func NewAzureOpenIDConnectIdentityProviderDTOWithDefaults ¶ added in v0.2.2

func NewAzureOpenIDConnectIdentityProviderDTOWithDefaults() *AzureOpenIDConnectIdentityProviderDTO

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

func (*AzureOpenIDConnectIdentityProviderDTO) GetAccessTokenService ¶ added in v0.2.2

func (o *AzureOpenIDConnectIdentityProviderDTO) GetAccessTokenService() LocationDTO

GetAccessTokenService returns the AccessTokenService field value if set, zero value otherwise.

func (*AzureOpenIDConnectIdentityProviderDTO) GetAccessTokenServiceOk ¶ added in v0.2.2

func (o *AzureOpenIDConnectIdentityProviderDTO) GetAccessTokenServiceOk() (*LocationDTO, bool)

GetAccessTokenServiceOk returns a tuple with the AccessTokenService field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AzureOpenIDConnectIdentityProviderDTO) GetActiveBindings ¶ added in v0.2.2

func (o *AzureOpenIDConnectIdentityProviderDTO) GetActiveBindings() []string

GetActiveBindings returns the ActiveBindings field value if set, zero value otherwise.

func (*AzureOpenIDConnectIdentityProviderDTO) GetActiveBindingsOk ¶ added in v0.2.2

func (o *AzureOpenIDConnectIdentityProviderDTO) GetActiveBindingsOk() ([]string, bool)

GetActiveBindingsOk returns a tuple with the ActiveBindings field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AzureOpenIDConnectIdentityProviderDTO) GetActiveProfiles ¶ added in v0.2.2

func (o *AzureOpenIDConnectIdentityProviderDTO) GetActiveProfiles() []string

GetActiveProfiles returns the ActiveProfiles field value if set, zero value otherwise.

func (*AzureOpenIDConnectIdentityProviderDTO) GetActiveProfilesOk ¶ added in v0.2.2

func (o *AzureOpenIDConnectIdentityProviderDTO) GetActiveProfilesOk() ([]string, bool)

GetActiveProfilesOk returns a tuple with the ActiveProfiles field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AzureOpenIDConnectIdentityProviderDTO) GetAuthzTokenService ¶ added in v0.2.2

func (o *AzureOpenIDConnectIdentityProviderDTO) GetAuthzTokenService() LocationDTO

GetAuthzTokenService returns the AuthzTokenService field value if set, zero value otherwise.

func (*AzureOpenIDConnectIdentityProviderDTO) GetAuthzTokenServiceOk ¶ added in v0.2.2

func (o *AzureOpenIDConnectIdentityProviderDTO) GetAuthzTokenServiceOk() (*LocationDTO, bool)

GetAuthzTokenServiceOk returns a tuple with the AuthzTokenService field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AzureOpenIDConnectIdentityProviderDTO) GetAzObjectId ¶ added in v0.2.2

func (o *AzureOpenIDConnectIdentityProviderDTO) GetAzObjectId() string

GetAzObjectId returns the AzObjectId field value if set, zero value otherwise.

func (*AzureOpenIDConnectIdentityProviderDTO) GetAzObjectIdOk ¶ added in v0.2.2

func (o *AzureOpenIDConnectIdentityProviderDTO) GetAzObjectIdOk() (*string, bool)

GetAzObjectIdOk returns a tuple with the AzObjectId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AzureOpenIDConnectIdentityProviderDTO) GetClientId ¶ added in v0.2.2

GetClientId returns the ClientId field value if set, zero value otherwise.

func (*AzureOpenIDConnectIdentityProviderDTO) GetClientIdOk ¶ added in v0.2.2

func (o *AzureOpenIDConnectIdentityProviderDTO) GetClientIdOk() (*string, bool)

GetClientIdOk returns a tuple with the ClientId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AzureOpenIDConnectIdentityProviderDTO) GetClientSecret ¶ added in v0.2.2

func (o *AzureOpenIDConnectIdentityProviderDTO) GetClientSecret() string

GetClientSecret returns the ClientSecret field value if set, zero value otherwise.

func (*AzureOpenIDConnectIdentityProviderDTO) GetClientSecretOk ¶ added in v0.2.2

func (o *AzureOpenIDConnectIdentityProviderDTO) GetClientSecretOk() (*string, bool)

GetClientSecretOk returns a tuple with the ClientSecret field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AzureOpenIDConnectIdentityProviderDTO) GetConfig ¶ added in v0.2.2

GetConfig returns the Config field value if set, zero value otherwise.

func (*AzureOpenIDConnectIdentityProviderDTO) GetConfigOk ¶ added in v0.2.2

GetConfigOk returns a tuple with the Config field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AzureOpenIDConnectIdentityProviderDTO) GetDescription ¶ added in v0.2.2

func (o *AzureOpenIDConnectIdentityProviderDTO) GetDescription() string

GetDescription returns the Description field value if set, zero value otherwise.

func (*AzureOpenIDConnectIdentityProviderDTO) GetDescriptionOk ¶ added in v0.2.2

func (o *AzureOpenIDConnectIdentityProviderDTO) GetDescriptionOk() (*string, bool)

GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AzureOpenIDConnectIdentityProviderDTO) GetDisplayName ¶ added in v0.2.2

func (o *AzureOpenIDConnectIdentityProviderDTO) GetDisplayName() string

GetDisplayName returns the DisplayName field value if set, zero value otherwise.

func (*AzureOpenIDConnectIdentityProviderDTO) GetDisplayNameOk ¶ added in v0.2.2

func (o *AzureOpenIDConnectIdentityProviderDTO) GetDisplayNameOk() (*string, bool)

GetDisplayNameOk returns a tuple with the DisplayName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AzureOpenIDConnectIdentityProviderDTO) GetElementId ¶ added in v0.2.2

GetElementId returns the ElementId field value if set, zero value otherwise.

func (*AzureOpenIDConnectIdentityProviderDTO) GetElementIdOk ¶ added in v0.2.2

func (o *AzureOpenIDConnectIdentityProviderDTO) GetElementIdOk() (*string, bool)

GetElementIdOk returns a tuple with the ElementId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AzureOpenIDConnectIdentityProviderDTO) GetFederatedConnectionsA ¶ added in v0.2.2

func (o *AzureOpenIDConnectIdentityProviderDTO) GetFederatedConnectionsA() []FederatedConnectionDTO

GetFederatedConnectionsA returns the FederatedConnectionsA field value if set, zero value otherwise.

func (*AzureOpenIDConnectIdentityProviderDTO) GetFederatedConnectionsAOk ¶ added in v0.2.2

func (o *AzureOpenIDConnectIdentityProviderDTO) GetFederatedConnectionsAOk() ([]FederatedConnectionDTO, bool)

GetFederatedConnectionsAOk returns a tuple with the FederatedConnectionsA field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AzureOpenIDConnectIdentityProviderDTO) GetFederatedConnectionsB ¶ added in v0.2.2

func (o *AzureOpenIDConnectIdentityProviderDTO) GetFederatedConnectionsB() []FederatedConnectionDTO

GetFederatedConnectionsB returns the FederatedConnectionsB field value if set, zero value otherwise.

func (*AzureOpenIDConnectIdentityProviderDTO) GetFederatedConnectionsBOk ¶ added in v0.2.2

func (o *AzureOpenIDConnectIdentityProviderDTO) GetFederatedConnectionsBOk() ([]FederatedConnectionDTO, bool)

GetFederatedConnectionsBOk returns a tuple with the FederatedConnectionsB field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AzureOpenIDConnectIdentityProviderDTO) GetId ¶ added in v0.2.2

GetId returns the Id field value if set, zero value otherwise.

func (*AzureOpenIDConnectIdentityProviderDTO) GetIdOk ¶ added in v0.2.2

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AzureOpenIDConnectIdentityProviderDTO) GetIdentityAppliance ¶ added in v0.2.2

GetIdentityAppliance returns the IdentityAppliance field value if set, zero value otherwise.

func (*AzureOpenIDConnectIdentityProviderDTO) GetIdentityApplianceOk ¶ added in v0.2.2

GetIdentityApplianceOk returns a tuple with the IdentityAppliance field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AzureOpenIDConnectIdentityProviderDTO) GetIdentityLookups ¶ added in v0.2.2

func (o *AzureOpenIDConnectIdentityProviderDTO) GetIdentityLookups() []IdentityLookupDTO

GetIdentityLookups returns the IdentityLookups field value if set, zero value otherwise.

func (*AzureOpenIDConnectIdentityProviderDTO) GetIdentityLookupsOk ¶ added in v0.2.2

func (o *AzureOpenIDConnectIdentityProviderDTO) GetIdentityLookupsOk() ([]IdentityLookupDTO, bool)

GetIdentityLookupsOk returns a tuple with the IdentityLookups field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AzureOpenIDConnectIdentityProviderDTO) GetIsRemote ¶ added in v0.2.2

GetIsRemote returns the IsRemote field value if set, zero value otherwise.

func (*AzureOpenIDConnectIdentityProviderDTO) GetIsRemoteOk ¶ added in v0.2.2

func (o *AzureOpenIDConnectIdentityProviderDTO) GetIsRemoteOk() (*bool, bool)

GetIsRemoteOk returns a tuple with the IsRemote field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AzureOpenIDConnectIdentityProviderDTO) GetLocation ¶ added in v0.2.2

GetLocation returns the Location field value if set, zero value otherwise.

func (*AzureOpenIDConnectIdentityProviderDTO) GetLocationOk ¶ added in v0.2.2

GetLocationOk returns a tuple with the Location field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AzureOpenIDConnectIdentityProviderDTO) GetMetadata ¶ added in v0.2.2

GetMetadata returns the Metadata field value if set, zero value otherwise.

func (*AzureOpenIDConnectIdentityProviderDTO) GetMetadataOk ¶ added in v0.2.2

GetMetadataOk returns a tuple with the Metadata field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AzureOpenIDConnectIdentityProviderDTO) GetMobileAuthzTokenService ¶ added in v0.2.2

func (o *AzureOpenIDConnectIdentityProviderDTO) GetMobileAuthzTokenService() LocationDTO

GetMobileAuthzTokenService returns the MobileAuthzTokenService field value if set, zero value otherwise.

func (*AzureOpenIDConnectIdentityProviderDTO) GetMobileAuthzTokenServiceOk ¶ added in v0.2.2

func (o *AzureOpenIDConnectIdentityProviderDTO) GetMobileAuthzTokenServiceOk() (*LocationDTO, bool)

GetMobileAuthzTokenServiceOk returns a tuple with the MobileAuthzTokenService field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AzureOpenIDConnectIdentityProviderDTO) GetName ¶ added in v0.2.2

GetName returns the Name field value if set, zero value otherwise.

func (*AzureOpenIDConnectIdentityProviderDTO) GetNameOk ¶ added in v0.2.2

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AzureOpenIDConnectIdentityProviderDTO) GetRemote ¶ added in v0.2.2

GetRemote returns the Remote field value if set, zero value otherwise.

func (*AzureOpenIDConnectIdentityProviderDTO) GetRemoteOk ¶ added in v0.2.2

func (o *AzureOpenIDConnectIdentityProviderDTO) GetRemoteOk() (*bool, bool)

GetRemoteOk returns a tuple with the Remote field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AzureOpenIDConnectIdentityProviderDTO) GetRole ¶ added in v0.2.2

GetRole returns the Role field value if set, zero value otherwise.

func (*AzureOpenIDConnectIdentityProviderDTO) GetRoleOk ¶ added in v0.2.2

GetRoleOk returns a tuple with the Role field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AzureOpenIDConnectIdentityProviderDTO) GetScopes ¶ added in v0.2.2

GetScopes returns the Scopes field value if set, zero value otherwise.

func (*AzureOpenIDConnectIdentityProviderDTO) GetScopesOk ¶ added in v0.2.2

func (o *AzureOpenIDConnectIdentityProviderDTO) GetScopesOk() (*string, bool)

GetScopesOk returns a tuple with the Scopes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AzureOpenIDConnectIdentityProviderDTO) GetServerKey ¶ added in v0.2.2

GetServerKey returns the ServerKey field value if set, zero value otherwise.

func (*AzureOpenIDConnectIdentityProviderDTO) GetServerKeyOk ¶ added in v0.2.2

func (o *AzureOpenIDConnectIdentityProviderDTO) GetServerKeyOk() (*string, bool)

GetServerKeyOk returns a tuple with the ServerKey field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AzureOpenIDConnectIdentityProviderDTO) GetUserFields ¶ added in v0.2.2

func (o *AzureOpenIDConnectIdentityProviderDTO) GetUserFields() string

GetUserFields returns the UserFields field value if set, zero value otherwise.

func (*AzureOpenIDConnectIdentityProviderDTO) GetUserFieldsOk ¶ added in v0.2.2

func (o *AzureOpenIDConnectIdentityProviderDTO) GetUserFieldsOk() (*string, bool)

GetUserFieldsOk returns a tuple with the UserFields field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AzureOpenIDConnectIdentityProviderDTO) GetX ¶ added in v0.2.2

GetX returns the X field value if set, zero value otherwise.

func (*AzureOpenIDConnectIdentityProviderDTO) GetXOk ¶ added in v0.2.2

GetXOk returns a tuple with the X field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AzureOpenIDConnectIdentityProviderDTO) GetY ¶ added in v0.2.2

GetY returns the Y field value if set, zero value otherwise.

func (*AzureOpenIDConnectIdentityProviderDTO) GetYOk ¶ added in v0.2.2

GetYOk returns a tuple with the Y field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AzureOpenIDConnectIdentityProviderDTO) HasAccessTokenService ¶ added in v0.2.2

func (o *AzureOpenIDConnectIdentityProviderDTO) HasAccessTokenService() bool

HasAccessTokenService returns a boolean if a field has been set.

func (*AzureOpenIDConnectIdentityProviderDTO) HasActiveBindings ¶ added in v0.2.2

func (o *AzureOpenIDConnectIdentityProviderDTO) HasActiveBindings() bool

HasActiveBindings returns a boolean if a field has been set.

func (*AzureOpenIDConnectIdentityProviderDTO) HasActiveProfiles ¶ added in v0.2.2

func (o *AzureOpenIDConnectIdentityProviderDTO) HasActiveProfiles() bool

HasActiveProfiles returns a boolean if a field has been set.

func (*AzureOpenIDConnectIdentityProviderDTO) HasAuthzTokenService ¶ added in v0.2.2

func (o *AzureOpenIDConnectIdentityProviderDTO) HasAuthzTokenService() bool

HasAuthzTokenService returns a boolean if a field has been set.

func (*AzureOpenIDConnectIdentityProviderDTO) HasAzObjectId ¶ added in v0.2.2

func (o *AzureOpenIDConnectIdentityProviderDTO) HasAzObjectId() bool

HasAzObjectId returns a boolean if a field has been set.

func (*AzureOpenIDConnectIdentityProviderDTO) HasClientId ¶ added in v0.2.2

HasClientId returns a boolean if a field has been set.

func (*AzureOpenIDConnectIdentityProviderDTO) HasClientSecret ¶ added in v0.2.2

func (o *AzureOpenIDConnectIdentityProviderDTO) HasClientSecret() bool

HasClientSecret returns a boolean if a field has been set.

func (*AzureOpenIDConnectIdentityProviderDTO) HasConfig ¶ added in v0.2.2

HasConfig returns a boolean if a field has been set.

func (*AzureOpenIDConnectIdentityProviderDTO) HasDescription ¶ added in v0.2.2

func (o *AzureOpenIDConnectIdentityProviderDTO) HasDescription() bool

HasDescription returns a boolean if a field has been set.

func (*AzureOpenIDConnectIdentityProviderDTO) HasDisplayName ¶ added in v0.2.2

func (o *AzureOpenIDConnectIdentityProviderDTO) HasDisplayName() bool

HasDisplayName returns a boolean if a field has been set.

func (*AzureOpenIDConnectIdentityProviderDTO) HasElementId ¶ added in v0.2.2

func (o *AzureOpenIDConnectIdentityProviderDTO) HasElementId() bool

HasElementId returns a boolean if a field has been set.

func (*AzureOpenIDConnectIdentityProviderDTO) HasFederatedConnectionsA ¶ added in v0.2.2

func (o *AzureOpenIDConnectIdentityProviderDTO) HasFederatedConnectionsA() bool

HasFederatedConnectionsA returns a boolean if a field has been set.

func (*AzureOpenIDConnectIdentityProviderDTO) HasFederatedConnectionsB ¶ added in v0.2.2

func (o *AzureOpenIDConnectIdentityProviderDTO) HasFederatedConnectionsB() bool

HasFederatedConnectionsB returns a boolean if a field has been set.

func (*AzureOpenIDConnectIdentityProviderDTO) HasId ¶ added in v0.2.2

HasId returns a boolean if a field has been set.

func (*AzureOpenIDConnectIdentityProviderDTO) HasIdentityAppliance ¶ added in v0.2.2

func (o *AzureOpenIDConnectIdentityProviderDTO) HasIdentityAppliance() bool

HasIdentityAppliance returns a boolean if a field has been set.

func (*AzureOpenIDConnectIdentityProviderDTO) HasIdentityLookups ¶ added in v0.2.2

func (o *AzureOpenIDConnectIdentityProviderDTO) HasIdentityLookups() bool

HasIdentityLookups returns a boolean if a field has been set.

func (*AzureOpenIDConnectIdentityProviderDTO) HasIsRemote ¶ added in v0.2.2

HasIsRemote returns a boolean if a field has been set.

func (*AzureOpenIDConnectIdentityProviderDTO) HasLocation ¶ added in v0.2.2

HasLocation returns a boolean if a field has been set.

func (*AzureOpenIDConnectIdentityProviderDTO) HasMetadata ¶ added in v0.2.2

HasMetadata returns a boolean if a field has been set.

func (*AzureOpenIDConnectIdentityProviderDTO) HasMobileAuthzTokenService ¶ added in v0.2.2

func (o *AzureOpenIDConnectIdentityProviderDTO) HasMobileAuthzTokenService() bool

HasMobileAuthzTokenService returns a boolean if a field has been set.

func (*AzureOpenIDConnectIdentityProviderDTO) HasName ¶ added in v0.2.2

HasName returns a boolean if a field has been set.

func (*AzureOpenIDConnectIdentityProviderDTO) HasRemote ¶ added in v0.2.2

HasRemote returns a boolean if a field has been set.

func (*AzureOpenIDConnectIdentityProviderDTO) HasRole ¶ added in v0.2.2

HasRole returns a boolean if a field has been set.

func (*AzureOpenIDConnectIdentityProviderDTO) HasScopes ¶ added in v0.2.2

HasScopes returns a boolean if a field has been set.

func (*AzureOpenIDConnectIdentityProviderDTO) HasServerKey ¶ added in v0.2.2

func (o *AzureOpenIDConnectIdentityProviderDTO) HasServerKey() bool

HasServerKey returns a boolean if a field has been set.

func (*AzureOpenIDConnectIdentityProviderDTO) HasUserFields ¶ added in v0.2.2

func (o *AzureOpenIDConnectIdentityProviderDTO) HasUserFields() bool

HasUserFields returns a boolean if a field has been set.

func (*AzureOpenIDConnectIdentityProviderDTO) HasX ¶ added in v0.2.2

HasX returns a boolean if a field has been set.

func (*AzureOpenIDConnectIdentityProviderDTO) HasY ¶ added in v0.2.2

HasY returns a boolean if a field has been set.

func (AzureOpenIDConnectIdentityProviderDTO) MarshalJSON ¶ added in v0.2.2

func (o AzureOpenIDConnectIdentityProviderDTO) MarshalJSON() ([]byte, error)

func (*AzureOpenIDConnectIdentityProviderDTO) SetAccessTokenService ¶ added in v0.2.2

func (o *AzureOpenIDConnectIdentityProviderDTO) SetAccessTokenService(v LocationDTO)

SetAccessTokenService gets a reference to the given LocationDTO and assigns it to the AccessTokenService field.

func (*AzureOpenIDConnectIdentityProviderDTO) SetActiveBindings ¶ added in v0.2.2

func (o *AzureOpenIDConnectIdentityProviderDTO) SetActiveBindings(v []string)

SetActiveBindings gets a reference to the given []string and assigns it to the ActiveBindings field.

func (*AzureOpenIDConnectIdentityProviderDTO) SetActiveProfiles ¶ added in v0.2.2

func (o *AzureOpenIDConnectIdentityProviderDTO) SetActiveProfiles(v []string)

SetActiveProfiles gets a reference to the given []string and assigns it to the ActiveProfiles field.

func (*AzureOpenIDConnectIdentityProviderDTO) SetAuthzTokenService ¶ added in v0.2.2

func (o *AzureOpenIDConnectIdentityProviderDTO) SetAuthzTokenService(v LocationDTO)

SetAuthzTokenService gets a reference to the given LocationDTO and assigns it to the AuthzTokenService field.

func (*AzureOpenIDConnectIdentityProviderDTO) SetAzObjectId ¶ added in v0.2.2

func (o *AzureOpenIDConnectIdentityProviderDTO) SetAzObjectId(v string)

SetAzObjectId gets a reference to the given string and assigns it to the AzObjectId field.

func (*AzureOpenIDConnectIdentityProviderDTO) SetClientId ¶ added in v0.2.2

SetClientId gets a reference to the given string and assigns it to the ClientId field.

func (*AzureOpenIDConnectIdentityProviderDTO) SetClientSecret ¶ added in v0.2.2

func (o *AzureOpenIDConnectIdentityProviderDTO) SetClientSecret(v string)

SetClientSecret gets a reference to the given string and assigns it to the ClientSecret field.

func (*AzureOpenIDConnectIdentityProviderDTO) SetConfig ¶ added in v0.2.2

SetConfig gets a reference to the given ProviderConfigDTO and assigns it to the Config field.

func (*AzureOpenIDConnectIdentityProviderDTO) SetDescription ¶ added in v0.2.2

func (o *AzureOpenIDConnectIdentityProviderDTO) SetDescription(v string)

SetDescription gets a reference to the given string and assigns it to the Description field.

func (*AzureOpenIDConnectIdentityProviderDTO) SetDisplayName ¶ added in v0.2.2

func (o *AzureOpenIDConnectIdentityProviderDTO) SetDisplayName(v string)

SetDisplayName gets a reference to the given string and assigns it to the DisplayName field.

func (*AzureOpenIDConnectIdentityProviderDTO) SetElementId ¶ added in v0.2.2

func (o *AzureOpenIDConnectIdentityProviderDTO) SetElementId(v string)

SetElementId gets a reference to the given string and assigns it to the ElementId field.

func (*AzureOpenIDConnectIdentityProviderDTO) SetFederatedConnectionsA ¶ added in v0.2.2

func (o *AzureOpenIDConnectIdentityProviderDTO) SetFederatedConnectionsA(v []FederatedConnectionDTO)

SetFederatedConnectionsA gets a reference to the given []FederatedConnectionDTO and assigns it to the FederatedConnectionsA field.

func (*AzureOpenIDConnectIdentityProviderDTO) SetFederatedConnectionsB ¶ added in v0.2.2

func (o *AzureOpenIDConnectIdentityProviderDTO) SetFederatedConnectionsB(v []FederatedConnectionDTO)

SetFederatedConnectionsB gets a reference to the given []FederatedConnectionDTO and assigns it to the FederatedConnectionsB field.

func (*AzureOpenIDConnectIdentityProviderDTO) SetId ¶ added in v0.2.2

SetId gets a reference to the given int64 and assigns it to the Id field.

func (*AzureOpenIDConnectIdentityProviderDTO) SetIdentityAppliance ¶ added in v0.2.2

SetIdentityAppliance gets a reference to the given IdentityApplianceDefinitionDTO and assigns it to the IdentityAppliance field.

func (*AzureOpenIDConnectIdentityProviderDTO) SetIdentityLookups ¶ added in v0.2.2

func (o *AzureOpenIDConnectIdentityProviderDTO) SetIdentityLookups(v []IdentityLookupDTO)

SetIdentityLookups gets a reference to the given []IdentityLookupDTO and assigns it to the IdentityLookups field.

func (*AzureOpenIDConnectIdentityProviderDTO) SetIsRemote ¶ added in v0.2.2

func (o *AzureOpenIDConnectIdentityProviderDTO) SetIsRemote(v bool)

SetIsRemote gets a reference to the given bool and assigns it to the IsRemote field.

func (*AzureOpenIDConnectIdentityProviderDTO) SetLocation ¶ added in v0.2.2

SetLocation gets a reference to the given LocationDTO and assigns it to the Location field.

func (*AzureOpenIDConnectIdentityProviderDTO) SetMetadata ¶ added in v0.2.2

SetMetadata gets a reference to the given ResourceDTO and assigns it to the Metadata field.

func (*AzureOpenIDConnectIdentityProviderDTO) SetMobileAuthzTokenService ¶ added in v0.2.2

func (o *AzureOpenIDConnectIdentityProviderDTO) SetMobileAuthzTokenService(v LocationDTO)

SetMobileAuthzTokenService gets a reference to the given LocationDTO and assigns it to the MobileAuthzTokenService field.

func (*AzureOpenIDConnectIdentityProviderDTO) SetName ¶ added in v0.2.2

SetName gets a reference to the given string and assigns it to the Name field.

func (*AzureOpenIDConnectIdentityProviderDTO) SetRemote ¶ added in v0.2.2

SetRemote gets a reference to the given bool and assigns it to the Remote field.

func (*AzureOpenIDConnectIdentityProviderDTO) SetRole ¶ added in v0.2.2

SetRole gets a reference to the given string and assigns it to the Role field.

func (*AzureOpenIDConnectIdentityProviderDTO) SetScopes ¶ added in v0.2.2

SetScopes gets a reference to the given string and assigns it to the Scopes field.

func (*AzureOpenIDConnectIdentityProviderDTO) SetServerKey ¶ added in v0.2.2

func (o *AzureOpenIDConnectIdentityProviderDTO) SetServerKey(v string)

SetServerKey gets a reference to the given string and assigns it to the ServerKey field.

func (*AzureOpenIDConnectIdentityProviderDTO) SetUserFields ¶ added in v0.2.2

func (o *AzureOpenIDConnectIdentityProviderDTO) SetUserFields(v string)

SetUserFields gets a reference to the given string and assigns it to the UserFields field.

func (*AzureOpenIDConnectIdentityProviderDTO) SetX ¶ added in v0.2.2

SetX gets a reference to the given float64 and assigns it to the X field.

func (*AzureOpenIDConnectIdentityProviderDTO) SetY ¶ added in v0.2.2

SetY gets a reference to the given float64 and assigns it to the Y field.

func (*AzureOpenIDConnectIdentityProviderDTO) UnmarshalJSON ¶ added in v0.2.2

func (o *AzureOpenIDConnectIdentityProviderDTO) UnmarshalJSON(bytes []byte) (err error)

type BasicAuth ¶

type BasicAuth struct {
	UserName string `json:"userName,omitempty"`
	Password string `json:"password,omitempty"`
}

BasicAuth provides basic http authentication to a request passed via context using ContextBasicAuth

type BasicAuthenticationDTO ¶

type BasicAuthenticationDTO struct {
	DelegatedAuthentication       *DelegatedAuthenticationDTO `json:"delegatedAuthentication,omitempty"`
	DisplayName                   *string                     `json:"displayName,omitempty"`
	ElementId                     *string                     `json:"elementId,omitempty"`
	Enabled                       *bool                       `json:"enabled,omitempty"`
	HashAlgorithm                 *string                     `json:"hashAlgorithm,omitempty"`
	HashEncoding                  *string                     `json:"hashEncoding,omitempty"`
	Id                            *int64                      `json:"id,omitempty"`
	IgnorePasswordCase            *bool                       `json:"ignorePasswordCase,omitempty"`
	IgnoreUsernameCase            *bool                       `json:"ignoreUsernameCase,omitempty"`
	ImpersonateUserPolicy         *ImpersonateUserPolicyDTO   `json:"impersonateUserPolicy,omitempty"`
	Name                          *string                     `json:"name,omitempty"`
	Priority                      *int32                      `json:"priority,omitempty"`
	SaltLength                    *int32                      `json:"saltLength,omitempty"`
	SaltPrefix                    *string                     `json:"saltPrefix,omitempty"`
	SaltSuffix                    *string                     `json:"saltSuffix,omitempty"`
	SimpleAuthnSaml2AuthnCtxClass *string                     `json:"simpleAuthnSaml2AuthnCtxClass,omitempty"`
	X                             *float64                    `json:"x,omitempty"`
	Y                             *float64                    `json:"y,omitempty"`
	AdditionalProperties          map[string]interface{}
}

BasicAuthenticationDTO struct for BasicAuthenticationDTO

func NewBasicAuthenticationDTO ¶

func NewBasicAuthenticationDTO() *BasicAuthenticationDTO

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

func NewBasicAuthenticationDTOInit ¶

func NewBasicAuthenticationDTOInit() *BasicAuthenticationDTO

func NewBasicAuthenticationDTOWithDefaults ¶

func NewBasicAuthenticationDTOWithDefaults() *BasicAuthenticationDTO

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

func (*BasicAuthenticationDTO) GetDelegatedAuthentication ¶

func (o *BasicAuthenticationDTO) GetDelegatedAuthentication() DelegatedAuthenticationDTO

GetDelegatedAuthentication returns the DelegatedAuthentication field value if set, zero value otherwise.

func (*BasicAuthenticationDTO) GetDelegatedAuthenticationOk ¶

func (o *BasicAuthenticationDTO) GetDelegatedAuthenticationOk() (*DelegatedAuthenticationDTO, bool)

GetDelegatedAuthenticationOk returns a tuple with the DelegatedAuthentication field value if set, nil otherwise and a boolean to check if the value has been set.

func (*BasicAuthenticationDTO) GetDisplayName ¶

func (o *BasicAuthenticationDTO) GetDisplayName() string

GetDisplayName returns the DisplayName field value if set, zero value otherwise.

func (*BasicAuthenticationDTO) GetDisplayNameOk ¶

func (o *BasicAuthenticationDTO) GetDisplayNameOk() (*string, bool)

GetDisplayNameOk returns a tuple with the DisplayName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*BasicAuthenticationDTO) GetElementId ¶

func (o *BasicAuthenticationDTO) GetElementId() string

GetElementId returns the ElementId field value if set, zero value otherwise.

func (*BasicAuthenticationDTO) GetElementIdOk ¶

func (o *BasicAuthenticationDTO) GetElementIdOk() (*string, bool)

GetElementIdOk returns a tuple with the ElementId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*BasicAuthenticationDTO) GetEnabled ¶

func (o *BasicAuthenticationDTO) GetEnabled() bool

GetEnabled returns the Enabled field value if set, zero value otherwise.

func (*BasicAuthenticationDTO) GetEnabledOk ¶

func (o *BasicAuthenticationDTO) GetEnabledOk() (*bool, bool)

GetEnabledOk returns a tuple with the Enabled field value if set, nil otherwise and a boolean to check if the value has been set.

func (*BasicAuthenticationDTO) GetHashAlgorithm ¶

func (o *BasicAuthenticationDTO) GetHashAlgorithm() string

GetHashAlgorithm returns the HashAlgorithm field value if set, zero value otherwise.

func (*BasicAuthenticationDTO) GetHashAlgorithmOk ¶

func (o *BasicAuthenticationDTO) GetHashAlgorithmOk() (*string, bool)

GetHashAlgorithmOk returns a tuple with the HashAlgorithm field value if set, nil otherwise and a boolean to check if the value has been set.

func (*BasicAuthenticationDTO) GetHashEncoding ¶

func (o *BasicAuthenticationDTO) GetHashEncoding() string

GetHashEncoding returns the HashEncoding field value if set, zero value otherwise.

func (*BasicAuthenticationDTO) GetHashEncodingOk ¶

func (o *BasicAuthenticationDTO) GetHashEncodingOk() (*string, bool)

GetHashEncodingOk returns a tuple with the HashEncoding field value if set, nil otherwise and a boolean to check if the value has been set.

func (*BasicAuthenticationDTO) GetId ¶

func (o *BasicAuthenticationDTO) GetId() int64

GetId returns the Id field value if set, zero value otherwise.

func (*BasicAuthenticationDTO) GetIdOk ¶

func (o *BasicAuthenticationDTO) GetIdOk() (*int64, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*BasicAuthenticationDTO) GetIgnorePasswordCase ¶

func (o *BasicAuthenticationDTO) GetIgnorePasswordCase() bool

GetIgnorePasswordCase returns the IgnorePasswordCase field value if set, zero value otherwise.

func (*BasicAuthenticationDTO) GetIgnorePasswordCaseOk ¶

func (o *BasicAuthenticationDTO) GetIgnorePasswordCaseOk() (*bool, bool)

GetIgnorePasswordCaseOk returns a tuple with the IgnorePasswordCase field value if set, nil otherwise and a boolean to check if the value has been set.

func (*BasicAuthenticationDTO) GetIgnoreUsernameCase ¶

func (o *BasicAuthenticationDTO) GetIgnoreUsernameCase() bool

GetIgnoreUsernameCase returns the IgnoreUsernameCase field value if set, zero value otherwise.

func (*BasicAuthenticationDTO) GetIgnoreUsernameCaseOk ¶

func (o *BasicAuthenticationDTO) GetIgnoreUsernameCaseOk() (*bool, bool)

GetIgnoreUsernameCaseOk returns a tuple with the IgnoreUsernameCase field value if set, nil otherwise and a boolean to check if the value has been set.

func (*BasicAuthenticationDTO) GetImpersonateUserPolicy ¶

func (o *BasicAuthenticationDTO) GetImpersonateUserPolicy() ImpersonateUserPolicyDTO

GetImpersonateUserPolicy returns the ImpersonateUserPolicy field value if set, zero value otherwise.

func (*BasicAuthenticationDTO) GetImpersonateUserPolicyOk ¶

func (o *BasicAuthenticationDTO) GetImpersonateUserPolicyOk() (*ImpersonateUserPolicyDTO, bool)

GetImpersonateUserPolicyOk returns a tuple with the ImpersonateUserPolicy field value if set, nil otherwise and a boolean to check if the value has been set.

func (*BasicAuthenticationDTO) GetName ¶

func (o *BasicAuthenticationDTO) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*BasicAuthenticationDTO) GetNameOk ¶

func (o *BasicAuthenticationDTO) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*BasicAuthenticationDTO) GetPriority ¶

func (o *BasicAuthenticationDTO) GetPriority() int32

GetPriority returns the Priority field value if set, zero value otherwise.

func (*BasicAuthenticationDTO) GetPriorityOk ¶

func (o *BasicAuthenticationDTO) GetPriorityOk() (*int32, bool)

GetPriorityOk returns a tuple with the Priority field value if set, nil otherwise and a boolean to check if the value has been set.

func (*BasicAuthenticationDTO) GetSaltLength ¶

func (o *BasicAuthenticationDTO) GetSaltLength() int32

GetSaltLength returns the SaltLength field value if set, zero value otherwise.

func (*BasicAuthenticationDTO) GetSaltLengthOk ¶

func (o *BasicAuthenticationDTO) GetSaltLengthOk() (*int32, bool)

GetSaltLengthOk returns a tuple with the SaltLength field value if set, nil otherwise and a boolean to check if the value has been set.

func (*BasicAuthenticationDTO) GetSaltPrefix ¶

func (o *BasicAuthenticationDTO) GetSaltPrefix() string

GetSaltPrefix returns the SaltPrefix field value if set, zero value otherwise.

func (*BasicAuthenticationDTO) GetSaltPrefixOk ¶

func (o *BasicAuthenticationDTO) GetSaltPrefixOk() (*string, bool)

GetSaltPrefixOk returns a tuple with the SaltPrefix field value if set, nil otherwise and a boolean to check if the value has been set.

func (*BasicAuthenticationDTO) GetSaltSuffix ¶

func (o *BasicAuthenticationDTO) GetSaltSuffix() string

GetSaltSuffix returns the SaltSuffix field value if set, zero value otherwise.

func (*BasicAuthenticationDTO) GetSaltSuffixOk ¶

func (o *BasicAuthenticationDTO) GetSaltSuffixOk() (*string, bool)

GetSaltSuffixOk returns a tuple with the SaltSuffix field value if set, nil otherwise and a boolean to check if the value has been set.

func (*BasicAuthenticationDTO) GetSimpleAuthnSaml2AuthnCtxClass ¶

func (o *BasicAuthenticationDTO) GetSimpleAuthnSaml2AuthnCtxClass() string

GetSimpleAuthnSaml2AuthnCtxClass returns the SimpleAuthnSaml2AuthnCtxClass field value if set, zero value otherwise.

func (*BasicAuthenticationDTO) GetSimpleAuthnSaml2AuthnCtxClassOk ¶

func (o *BasicAuthenticationDTO) GetSimpleAuthnSaml2AuthnCtxClassOk() (*string, bool)

GetSimpleAuthnSaml2AuthnCtxClassOk returns a tuple with the SimpleAuthnSaml2AuthnCtxClass field value if set, nil otherwise and a boolean to check if the value has been set.

func (*BasicAuthenticationDTO) GetX ¶

func (o *BasicAuthenticationDTO) GetX() float64

GetX returns the X field value if set, zero value otherwise.

func (*BasicAuthenticationDTO) GetXOk ¶

func (o *BasicAuthenticationDTO) GetXOk() (*float64, bool)

GetXOk returns a tuple with the X field value if set, nil otherwise and a boolean to check if the value has been set.

func (*BasicAuthenticationDTO) GetY ¶

func (o *BasicAuthenticationDTO) GetY() float64

GetY returns the Y field value if set, zero value otherwise.

func (*BasicAuthenticationDTO) GetYOk ¶

func (o *BasicAuthenticationDTO) GetYOk() (*float64, bool)

GetYOk returns a tuple with the Y field value if set, nil otherwise and a boolean to check if the value has been set.

func (*BasicAuthenticationDTO) HasDelegatedAuthentication ¶

func (o *BasicAuthenticationDTO) HasDelegatedAuthentication() bool

HasDelegatedAuthentication returns a boolean if a field has been set.

func (*BasicAuthenticationDTO) HasDisplayName ¶

func (o *BasicAuthenticationDTO) HasDisplayName() bool

HasDisplayName returns a boolean if a field has been set.

func (*BasicAuthenticationDTO) HasElementId ¶

func (o *BasicAuthenticationDTO) HasElementId() bool

HasElementId returns a boolean if a field has been set.

func (*BasicAuthenticationDTO) HasEnabled ¶

func (o *BasicAuthenticationDTO) HasEnabled() bool

HasEnabled returns a boolean if a field has been set.

func (*BasicAuthenticationDTO) HasHashAlgorithm ¶

func (o *BasicAuthenticationDTO) HasHashAlgorithm() bool

HasHashAlgorithm returns a boolean if a field has been set.

func (*BasicAuthenticationDTO) HasHashEncoding ¶

func (o *BasicAuthenticationDTO) HasHashEncoding() bool

HasHashEncoding returns a boolean if a field has been set.

func (*BasicAuthenticationDTO) HasId ¶

func (o *BasicAuthenticationDTO) HasId() bool

HasId returns a boolean if a field has been set.

func (*BasicAuthenticationDTO) HasIgnorePasswordCase ¶

func (o *BasicAuthenticationDTO) HasIgnorePasswordCase() bool

HasIgnorePasswordCase returns a boolean if a field has been set.

func (*BasicAuthenticationDTO) HasIgnoreUsernameCase ¶

func (o *BasicAuthenticationDTO) HasIgnoreUsernameCase() bool

HasIgnoreUsernameCase returns a boolean if a field has been set.

func (*BasicAuthenticationDTO) HasImpersonateUserPolicy ¶

func (o *BasicAuthenticationDTO) HasImpersonateUserPolicy() bool

HasImpersonateUserPolicy returns a boolean if a field has been set.

func (*BasicAuthenticationDTO) HasName ¶

func (o *BasicAuthenticationDTO) HasName() bool

HasName returns a boolean if a field has been set.

func (*BasicAuthenticationDTO) HasPriority ¶

func (o *BasicAuthenticationDTO) HasPriority() bool

HasPriority returns a boolean if a field has been set.

func (*BasicAuthenticationDTO) HasSaltLength ¶

func (o *BasicAuthenticationDTO) HasSaltLength() bool

HasSaltLength returns a boolean if a field has been set.

func (*BasicAuthenticationDTO) HasSaltPrefix ¶

func (o *BasicAuthenticationDTO) HasSaltPrefix() bool

HasSaltPrefix returns a boolean if a field has been set.

func (*BasicAuthenticationDTO) HasSaltSuffix ¶

func (o *BasicAuthenticationDTO) HasSaltSuffix() bool

HasSaltSuffix returns a boolean if a field has been set.

func (*BasicAuthenticationDTO) HasSimpleAuthnSaml2AuthnCtxClass ¶

func (o *BasicAuthenticationDTO) HasSimpleAuthnSaml2AuthnCtxClass() bool

HasSimpleAuthnSaml2AuthnCtxClass returns a boolean if a field has been set.

func (*BasicAuthenticationDTO) HasX ¶

func (o *BasicAuthenticationDTO) HasX() bool

HasX returns a boolean if a field has been set.

func (*BasicAuthenticationDTO) HasY ¶

func (o *BasicAuthenticationDTO) HasY() bool

HasY returns a boolean if a field has been set.

func (BasicAuthenticationDTO) MarshalJSON ¶

func (o BasicAuthenticationDTO) MarshalJSON() ([]byte, error)

func (*BasicAuthenticationDTO) SetDelegatedAuthentication ¶

func (o *BasicAuthenticationDTO) SetDelegatedAuthentication(v DelegatedAuthenticationDTO)

SetDelegatedAuthentication gets a reference to the given DelegatedAuthenticationDTO and assigns it to the DelegatedAuthentication field.

func (*BasicAuthenticationDTO) SetDisplayName ¶

func (o *BasicAuthenticationDTO) SetDisplayName(v string)

SetDisplayName gets a reference to the given string and assigns it to the DisplayName field.

func (*BasicAuthenticationDTO) SetElementId ¶

func (o *BasicAuthenticationDTO) SetElementId(v string)

SetElementId gets a reference to the given string and assigns it to the ElementId field.

func (*BasicAuthenticationDTO) SetEnabled ¶

func (o *BasicAuthenticationDTO) SetEnabled(v bool)

SetEnabled gets a reference to the given bool and assigns it to the Enabled field.

func (*BasicAuthenticationDTO) SetHashAlgorithm ¶

func (o *BasicAuthenticationDTO) SetHashAlgorithm(v string)

SetHashAlgorithm gets a reference to the given string and assigns it to the HashAlgorithm field.

func (*BasicAuthenticationDTO) SetHashEncoding ¶

func (o *BasicAuthenticationDTO) SetHashEncoding(v string)

SetHashEncoding gets a reference to the given string and assigns it to the HashEncoding field.

func (*BasicAuthenticationDTO) SetId ¶

func (o *BasicAuthenticationDTO) SetId(v int64)

SetId gets a reference to the given int64 and assigns it to the Id field.

func (*BasicAuthenticationDTO) SetIgnorePasswordCase ¶

func (o *BasicAuthenticationDTO) SetIgnorePasswordCase(v bool)

SetIgnorePasswordCase gets a reference to the given bool and assigns it to the IgnorePasswordCase field.

func (*BasicAuthenticationDTO) SetIgnoreUsernameCase ¶

func (o *BasicAuthenticationDTO) SetIgnoreUsernameCase(v bool)

SetIgnoreUsernameCase gets a reference to the given bool and assigns it to the IgnoreUsernameCase field.

func (*BasicAuthenticationDTO) SetImpersonateUserPolicy ¶

func (o *BasicAuthenticationDTO) SetImpersonateUserPolicy(v ImpersonateUserPolicyDTO)

SetImpersonateUserPolicy gets a reference to the given ImpersonateUserPolicyDTO and assigns it to the ImpersonateUserPolicy field.

func (*BasicAuthenticationDTO) SetName ¶

func (o *BasicAuthenticationDTO) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*BasicAuthenticationDTO) SetPriority ¶

func (o *BasicAuthenticationDTO) SetPriority(v int32)

SetPriority gets a reference to the given int32 and assigns it to the Priority field.

func (*BasicAuthenticationDTO) SetSaltLength ¶

func (o *BasicAuthenticationDTO) SetSaltLength(v int32)

SetSaltLength gets a reference to the given int32 and assigns it to the SaltLength field.

func (*BasicAuthenticationDTO) SetSaltPrefix ¶

func (o *BasicAuthenticationDTO) SetSaltPrefix(v string)

SetSaltPrefix gets a reference to the given string and assigns it to the SaltPrefix field.

func (*BasicAuthenticationDTO) SetSaltSuffix ¶

func (o *BasicAuthenticationDTO) SetSaltSuffix(v string)

SetSaltSuffix gets a reference to the given string and assigns it to the SaltSuffix field.

func (*BasicAuthenticationDTO) SetSimpleAuthnSaml2AuthnCtxClass ¶

func (o *BasicAuthenticationDTO) SetSimpleAuthnSaml2AuthnCtxClass(v string)

SetSimpleAuthnSaml2AuthnCtxClass gets a reference to the given string and assigns it to the SimpleAuthnSaml2AuthnCtxClass field.

func (*BasicAuthenticationDTO) SetX ¶

func (o *BasicAuthenticationDTO) SetX(v float64)

SetX gets a reference to the given float64 and assigns it to the X field.

func (*BasicAuthenticationDTO) SetY ¶

func (o *BasicAuthenticationDTO) SetY(v float64)

SetY gets a reference to the given float64 and assigns it to the Y field.

func (BasicAuthenticationDTO) ToAuthnMechansim ¶

func (ba BasicAuthenticationDTO) ToAuthnMechansim() (*AuthenticationMechanismDTO, error)

func (*BasicAuthenticationDTO) UnmarshalJSON ¶

func (o *BasicAuthenticationDTO) UnmarshalJSON(bytes []byte) (err error)

type BindAuthenticationDTO ¶ added in v0.2.0

type BindAuthenticationDTO struct {
	DelegatedAuthentication *DelegatedAuthenticationDTO `json:"delegatedAuthentication,omitempty"`
	DisplayName             *string                     `json:"displayName,omitempty"`
	ElementId               *string                     `json:"elementId,omitempty"`
	Id                      *int64                      `json:"id,omitempty"`
	Name                    *string                     `json:"name,omitempty"`
	Priority                *int32                      `json:"priority,omitempty"`
	AdditionalProperties    map[string]interface{}
}

BindAuthenticationDTO struct for BindAuthenticationDTO

func NewBindAuthenticationDTO ¶ added in v0.2.0

func NewBindAuthenticationDTO() *BindAuthenticationDTO

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

func NewBindAuthenticationDTOWithDefaults ¶ added in v0.2.0

func NewBindAuthenticationDTOWithDefaults() *BindAuthenticationDTO

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

func (*BindAuthenticationDTO) GetDelegatedAuthentication ¶ added in v0.2.0

func (o *BindAuthenticationDTO) GetDelegatedAuthentication() DelegatedAuthenticationDTO

GetDelegatedAuthentication returns the DelegatedAuthentication field value if set, zero value otherwise.

func (*BindAuthenticationDTO) GetDelegatedAuthenticationOk ¶ added in v0.2.0

func (o *BindAuthenticationDTO) GetDelegatedAuthenticationOk() (*DelegatedAuthenticationDTO, bool)

GetDelegatedAuthenticationOk returns a tuple with the DelegatedAuthentication field value if set, nil otherwise and a boolean to check if the value has been set.

func (*BindAuthenticationDTO) GetDisplayName ¶ added in v0.2.0

func (o *BindAuthenticationDTO) GetDisplayName() string

GetDisplayName returns the DisplayName field value if set, zero value otherwise.

func (*BindAuthenticationDTO) GetDisplayNameOk ¶ added in v0.2.0

func (o *BindAuthenticationDTO) GetDisplayNameOk() (*string, bool)

GetDisplayNameOk returns a tuple with the DisplayName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*BindAuthenticationDTO) GetElementId ¶ added in v0.2.0

func (o *BindAuthenticationDTO) GetElementId() string

GetElementId returns the ElementId field value if set, zero value otherwise.

func (*BindAuthenticationDTO) GetElementIdOk ¶ added in v0.2.0

func (o *BindAuthenticationDTO) GetElementIdOk() (*string, bool)

GetElementIdOk returns a tuple with the ElementId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*BindAuthenticationDTO) GetId ¶ added in v0.2.0

func (o *BindAuthenticationDTO) GetId() int64

GetId returns the Id field value if set, zero value otherwise.

func (*BindAuthenticationDTO) GetIdOk ¶ added in v0.2.0

func (o *BindAuthenticationDTO) GetIdOk() (*int64, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*BindAuthenticationDTO) GetName ¶ added in v0.2.0

func (o *BindAuthenticationDTO) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*BindAuthenticationDTO) GetNameOk ¶ added in v0.2.0

func (o *BindAuthenticationDTO) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*BindAuthenticationDTO) GetPriority ¶ added in v0.2.0

func (o *BindAuthenticationDTO) GetPriority() int32

GetPriority returns the Priority field value if set, zero value otherwise.

func (*BindAuthenticationDTO) GetPriorityOk ¶ added in v0.2.0

func (o *BindAuthenticationDTO) GetPriorityOk() (*int32, bool)

GetPriorityOk returns a tuple with the Priority field value if set, nil otherwise and a boolean to check if the value has been set.

func (*BindAuthenticationDTO) HasDelegatedAuthentication ¶ added in v0.2.0

func (o *BindAuthenticationDTO) HasDelegatedAuthentication() bool

HasDelegatedAuthentication returns a boolean if a field has been set.

func (*BindAuthenticationDTO) HasDisplayName ¶ added in v0.2.0

func (o *BindAuthenticationDTO) HasDisplayName() bool

HasDisplayName returns a boolean if a field has been set.

func (*BindAuthenticationDTO) HasElementId ¶ added in v0.2.0

func (o *BindAuthenticationDTO) HasElementId() bool

HasElementId returns a boolean if a field has been set.

func (*BindAuthenticationDTO) HasId ¶ added in v0.2.0

func (o *BindAuthenticationDTO) HasId() bool

HasId returns a boolean if a field has been set.

func (*BindAuthenticationDTO) HasName ¶ added in v0.2.0

func (o *BindAuthenticationDTO) HasName() bool

HasName returns a boolean if a field has been set.

func (*BindAuthenticationDTO) HasPriority ¶ added in v0.2.0

func (o *BindAuthenticationDTO) HasPriority() bool

HasPriority returns a boolean if a field has been set.

func (BindAuthenticationDTO) MarshalJSON ¶ added in v0.2.0

func (o BindAuthenticationDTO) MarshalJSON() ([]byte, error)

func (*BindAuthenticationDTO) SetDelegatedAuthentication ¶ added in v0.2.0

func (o *BindAuthenticationDTO) SetDelegatedAuthentication(v DelegatedAuthenticationDTO)

SetDelegatedAuthentication gets a reference to the given DelegatedAuthenticationDTO and assigns it to the DelegatedAuthentication field.

func (*BindAuthenticationDTO) SetDisplayName ¶ added in v0.2.0

func (o *BindAuthenticationDTO) SetDisplayName(v string)

SetDisplayName gets a reference to the given string and assigns it to the DisplayName field.

func (*BindAuthenticationDTO) SetElementId ¶ added in v0.2.0

func (o *BindAuthenticationDTO) SetElementId(v string)

SetElementId gets a reference to the given string and assigns it to the ElementId field.

func (*BindAuthenticationDTO) SetId ¶ added in v0.2.0

func (o *BindAuthenticationDTO) SetId(v int64)

SetId gets a reference to the given int64 and assigns it to the Id field.

func (*BindAuthenticationDTO) SetName ¶ added in v0.2.0

func (o *BindAuthenticationDTO) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*BindAuthenticationDTO) SetPriority ¶ added in v0.2.0

func (o *BindAuthenticationDTO) SetPriority(v int32)

SetPriority gets a reference to the given int32 and assigns it to the Priority field.

func (*BindAuthenticationDTO) UnmarshalJSON ¶ added in v0.2.0

func (o *BindAuthenticationDTO) UnmarshalJSON(bytes []byte) (err error)

type BuiltInAttributeProfileDTO ¶

type BuiltInAttributeProfileDTO struct {
	ElementId            *string `json:"elementId,omitempty"`
	Id                   *int64  `json:"id,omitempty"`
	Name                 *string `json:"name,omitempty"`
	ProfileType          *string `json:"profileType,omitempty"`
	AdditionalProperties map[string]interface{}
}

BuiltInAttributeProfileDTO struct for BuiltInAttributeProfileDTO

func NewBasicAttributeProfileDTOInit ¶

func NewBasicAttributeProfileDTOInit(n string) *BuiltInAttributeProfileDTO

func NewBuiltInAttributeProfileDTO ¶

func NewBuiltInAttributeProfileDTO() *BuiltInAttributeProfileDTO

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

func NewBuiltInAttributeProfileDTOWithDefaults ¶

func NewBuiltInAttributeProfileDTOWithDefaults() *BuiltInAttributeProfileDTO

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

func NewJOSSOAttributeProfileDTOInit ¶

func NewJOSSOAttributeProfileDTOInit(n string) *BuiltInAttributeProfileDTO

func NewOneToOneAttributeProfileDTOInit ¶

func NewOneToOneAttributeProfileDTOInit(n string) *BuiltInAttributeProfileDTO

func (*BuiltInAttributeProfileDTO) GetElementId ¶

func (o *BuiltInAttributeProfileDTO) GetElementId() string

GetElementId returns the ElementId field value if set, zero value otherwise.

func (*BuiltInAttributeProfileDTO) GetElementIdOk ¶

func (o *BuiltInAttributeProfileDTO) GetElementIdOk() (*string, bool)

GetElementIdOk returns a tuple with the ElementId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*BuiltInAttributeProfileDTO) GetId ¶

func (o *BuiltInAttributeProfileDTO) GetId() int64

GetId returns the Id field value if set, zero value otherwise.

func (*BuiltInAttributeProfileDTO) GetIdOk ¶

func (o *BuiltInAttributeProfileDTO) GetIdOk() (*int64, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*BuiltInAttributeProfileDTO) GetName ¶

func (o *BuiltInAttributeProfileDTO) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*BuiltInAttributeProfileDTO) GetNameOk ¶

func (o *BuiltInAttributeProfileDTO) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*BuiltInAttributeProfileDTO) GetProfileType ¶

func (o *BuiltInAttributeProfileDTO) GetProfileType() string

GetProfileType returns the ProfileType field value if set, zero value otherwise.

func (*BuiltInAttributeProfileDTO) GetProfileTypeOk ¶

func (o *BuiltInAttributeProfileDTO) GetProfileTypeOk() (*string, bool)

GetProfileTypeOk returns a tuple with the ProfileType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*BuiltInAttributeProfileDTO) HasElementId ¶

func (o *BuiltInAttributeProfileDTO) HasElementId() bool

HasElementId returns a boolean if a field has been set.

func (*BuiltInAttributeProfileDTO) HasId ¶

func (o *BuiltInAttributeProfileDTO) HasId() bool

HasId returns a boolean if a field has been set.

func (*BuiltInAttributeProfileDTO) HasName ¶

func (o *BuiltInAttributeProfileDTO) HasName() bool

HasName returns a boolean if a field has been set.

func (*BuiltInAttributeProfileDTO) HasProfileType ¶

func (o *BuiltInAttributeProfileDTO) HasProfileType() bool

HasProfileType returns a boolean if a field has been set.

func (BuiltInAttributeProfileDTO) MarshalJSON ¶

func (o BuiltInAttributeProfileDTO) MarshalJSON() ([]byte, error)

func (*BuiltInAttributeProfileDTO) SetElementId ¶

func (o *BuiltInAttributeProfileDTO) SetElementId(v string)

SetElementId gets a reference to the given string and assigns it to the ElementId field.

func (*BuiltInAttributeProfileDTO) SetId ¶

func (o *BuiltInAttributeProfileDTO) SetId(v int64)

SetId gets a reference to the given int64 and assigns it to the Id field.

func (*BuiltInAttributeProfileDTO) SetName ¶

func (o *BuiltInAttributeProfileDTO) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*BuiltInAttributeProfileDTO) SetProfileType ¶

func (o *BuiltInAttributeProfileDTO) SetProfileType(v string)

SetProfileType gets a reference to the given string and assigns it to the ProfileType field.

func (BuiltInAttributeProfileDTO) ToAttrProfile ¶

func (bap BuiltInAttributeProfileDTO) ToAttrProfile() (*AttributeProfileDTO, error)

func (*BuiltInAttributeProfileDTO) UnmarshalJSON ¶

func (o *BuiltInAttributeProfileDTO) UnmarshalJSON(bytes []byte) (err error)

type BundleDescr ¶ added in v0.5.0

type BundleDescr struct {
	Id                   *int64  `json:"id,omitempty"`
	Level                *string `json:"level,omitempty"`
	Location             *string `json:"location,omitempty"`
	Name                 *string `json:"name,omitempty"`
	State                *string `json:"state,omitempty"`
	SymbolicName         *string `json:"symbolicName,omitempty"`
	UpdateLocation       *string `json:"updateLocation,omitempty"`
	Version              *string `json:"version,omitempty"`
	AdditionalProperties map[string]interface{}
}

BundleDescr struct for BundleDescr

func NewBundleDescr ¶ added in v0.5.0

func NewBundleDescr() *BundleDescr

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

func NewBundleDescrWithDefaults ¶ added in v0.5.0

func NewBundleDescrWithDefaults() *BundleDescr

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

func (*BundleDescr) GetId ¶ added in v0.5.0

func (o *BundleDescr) GetId() int64

GetId returns the Id field value if set, zero value otherwise.

func (*BundleDescr) GetIdOk ¶ added in v0.5.0

func (o *BundleDescr) GetIdOk() (*int64, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*BundleDescr) GetLevel ¶ added in v0.5.0

func (o *BundleDescr) GetLevel() string

GetLevel returns the Level field value if set, zero value otherwise.

func (*BundleDescr) GetLevelOk ¶ added in v0.5.0

func (o *BundleDescr) GetLevelOk() (*string, bool)

GetLevelOk returns a tuple with the Level field value if set, nil otherwise and a boolean to check if the value has been set.

func (*BundleDescr) GetLocation ¶ added in v0.5.0

func (o *BundleDescr) GetLocation() string

GetLocation returns the Location field value if set, zero value otherwise.

func (*BundleDescr) GetLocationOk ¶ added in v0.5.0

func (o *BundleDescr) GetLocationOk() (*string, bool)

GetLocationOk returns a tuple with the Location field value if set, nil otherwise and a boolean to check if the value has been set.

func (*BundleDescr) GetName ¶ added in v0.5.0

func (o *BundleDescr) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*BundleDescr) GetNameOk ¶ added in v0.5.0

func (o *BundleDescr) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*BundleDescr) GetState ¶ added in v0.5.0

func (o *BundleDescr) GetState() string

GetState returns the State field value if set, zero value otherwise.

func (*BundleDescr) GetStateOk ¶ added in v0.5.0

func (o *BundleDescr) GetStateOk() (*string, bool)

GetStateOk returns a tuple with the State field value if set, nil otherwise and a boolean to check if the value has been set.

func (*BundleDescr) GetSymbolicName ¶ added in v0.5.0

func (o *BundleDescr) GetSymbolicName() string

GetSymbolicName returns the SymbolicName field value if set, zero value otherwise.

func (*BundleDescr) GetSymbolicNameOk ¶ added in v0.5.0

func (o *BundleDescr) GetSymbolicNameOk() (*string, bool)

GetSymbolicNameOk returns a tuple with the SymbolicName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*BundleDescr) GetUpdateLocation ¶ added in v0.5.0

func (o *BundleDescr) GetUpdateLocation() string

GetUpdateLocation returns the UpdateLocation field value if set, zero value otherwise.

func (*BundleDescr) GetUpdateLocationOk ¶ added in v0.5.0

func (o *BundleDescr) GetUpdateLocationOk() (*string, bool)

GetUpdateLocationOk returns a tuple with the UpdateLocation field value if set, nil otherwise and a boolean to check if the value has been set.

func (*BundleDescr) GetVersion ¶ added in v0.5.0

func (o *BundleDescr) GetVersion() string

GetVersion returns the Version field value if set, zero value otherwise.

func (*BundleDescr) GetVersionOk ¶ added in v0.5.0

func (o *BundleDescr) GetVersionOk() (*string, bool)

GetVersionOk returns a tuple with the Version field value if set, nil otherwise and a boolean to check if the value has been set.

func (*BundleDescr) HasId ¶ added in v0.5.0

func (o *BundleDescr) HasId() bool

HasId returns a boolean if a field has been set.

func (*BundleDescr) HasLevel ¶ added in v0.5.0

func (o *BundleDescr) HasLevel() bool

HasLevel returns a boolean if a field has been set.

func (*BundleDescr) HasLocation ¶ added in v0.5.0

func (o *BundleDescr) HasLocation() bool

HasLocation returns a boolean if a field has been set.

func (*BundleDescr) HasName ¶ added in v0.5.0

func (o *BundleDescr) HasName() bool

HasName returns a boolean if a field has been set.

func (*BundleDescr) HasState ¶ added in v0.5.0

func (o *BundleDescr) HasState() bool

HasState returns a boolean if a field has been set.

func (*BundleDescr) HasSymbolicName ¶ added in v0.5.0

func (o *BundleDescr) HasSymbolicName() bool

HasSymbolicName returns a boolean if a field has been set.

func (*BundleDescr) HasUpdateLocation ¶ added in v0.5.0

func (o *BundleDescr) HasUpdateLocation() bool

HasUpdateLocation returns a boolean if a field has been set.

func (*BundleDescr) HasVersion ¶ added in v0.5.0

func (o *BundleDescr) HasVersion() bool

HasVersion returns a boolean if a field has been set.

func (BundleDescr) MarshalJSON ¶ added in v0.5.0

func (o BundleDescr) MarshalJSON() ([]byte, error)

func (*BundleDescr) SetId ¶ added in v0.5.0

func (o *BundleDescr) SetId(v int64)

SetId gets a reference to the given int64 and assigns it to the Id field.

func (*BundleDescr) SetLevel ¶ added in v0.5.0

func (o *BundleDescr) SetLevel(v string)

SetLevel gets a reference to the given string and assigns it to the Level field.

func (*BundleDescr) SetLocation ¶ added in v0.5.0

func (o *BundleDescr) SetLocation(v string)

SetLocation gets a reference to the given string and assigns it to the Location field.

func (*BundleDescr) SetName ¶ added in v0.5.0

func (o *BundleDescr) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*BundleDescr) SetState ¶ added in v0.5.0

func (o *BundleDescr) SetState(v string)

SetState gets a reference to the given string and assigns it to the State field.

func (*BundleDescr) SetSymbolicName ¶ added in v0.5.0

func (o *BundleDescr) SetSymbolicName(v string)

SetSymbolicName gets a reference to the given string and assigns it to the SymbolicName field.

func (*BundleDescr) SetUpdateLocation ¶ added in v0.5.0

func (o *BundleDescr) SetUpdateLocation(v string)

SetUpdateLocation gets a reference to the given string and assigns it to the UpdateLocation field.

func (*BundleDescr) SetVersion ¶ added in v0.5.0

func (o *BundleDescr) SetVersion(v string)

SetVersion gets a reference to the given string and assigns it to the Version field.

func (*BundleDescr) UnmarshalJSON ¶ added in v0.5.0

func (o *BundleDescr) UnmarshalJSON(bytes []byte) (err error)

type CalcLayoutReq ¶ added in v0.2.3

type CalcLayoutReq struct {
	Export               *bool   `json:"export,omitempty"`
	IdOrName             *string `json:"idOrName,omitempty"`
	AdditionalProperties map[string]interface{}
}

CalcLayoutReq struct for CalcLayoutReq

func NewCalcLayoutReq ¶ added in v0.2.3

func NewCalcLayoutReq() *CalcLayoutReq

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

func NewCalcLayoutReqWithDefaults ¶ added in v0.2.3

func NewCalcLayoutReqWithDefaults() *CalcLayoutReq

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

func (*CalcLayoutReq) GetExport ¶ added in v0.2.3

func (o *CalcLayoutReq) GetExport() bool

GetExport returns the Export field value if set, zero value otherwise.

func (*CalcLayoutReq) GetExportOk ¶ added in v0.2.3

func (o *CalcLayoutReq) GetExportOk() (*bool, bool)

GetExportOk returns a tuple with the Export field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CalcLayoutReq) GetIdOrName ¶ added in v0.2.3

func (o *CalcLayoutReq) GetIdOrName() string

GetIdOrName returns the IdOrName field value if set, zero value otherwise.

func (*CalcLayoutReq) GetIdOrNameOk ¶ added in v0.2.3

func (o *CalcLayoutReq) GetIdOrNameOk() (*string, bool)

GetIdOrNameOk returns a tuple with the IdOrName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CalcLayoutReq) HasExport ¶ added in v0.2.3

func (o *CalcLayoutReq) HasExport() bool

HasExport returns a boolean if a field has been set.

func (*CalcLayoutReq) HasIdOrName ¶ added in v0.2.3

func (o *CalcLayoutReq) HasIdOrName() bool

HasIdOrName returns a boolean if a field has been set.

func (CalcLayoutReq) MarshalJSON ¶ added in v0.2.3

func (o CalcLayoutReq) MarshalJSON() ([]byte, error)

func (*CalcLayoutReq) SetExport ¶ added in v0.2.3

func (o *CalcLayoutReq) SetExport(v bool)

SetExport gets a reference to the given bool and assigns it to the Export field.

func (*CalcLayoutReq) SetIdOrName ¶ added in v0.2.3

func (o *CalcLayoutReq) SetIdOrName(v string)

SetIdOrName gets a reference to the given string and assigns it to the IdOrName field.

func (*CalcLayoutReq) UnmarshalJSON ¶ added in v0.2.3

func (o *CalcLayoutReq) UnmarshalJSON(bytes []byte) (err error)

type CalcLayoutRes ¶ added in v0.2.3

type CalcLayoutRes struct {
	Error                *string  `json:"error,omitempty"`
	Export               *string  `json:"export,omitempty"`
	ValidationErrors     []string `json:"validationErrors,omitempty"`
	AdditionalProperties map[string]interface{}
}

CalcLayoutRes struct for CalcLayoutRes

func NewCalcLayoutRes ¶ added in v0.2.3

func NewCalcLayoutRes() *CalcLayoutRes

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

func NewCalcLayoutResWithDefaults ¶ added in v0.2.3

func NewCalcLayoutResWithDefaults() *CalcLayoutRes

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

func (*CalcLayoutRes) GetError ¶ added in v0.2.3

func (o *CalcLayoutRes) GetError() string

GetError returns the Error field value if set, zero value otherwise.

func (*CalcLayoutRes) GetErrorOk ¶ added in v0.2.3

func (o *CalcLayoutRes) GetErrorOk() (*string, bool)

GetErrorOk returns a tuple with the Error field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CalcLayoutRes) GetExport ¶ added in v0.2.3

func (o *CalcLayoutRes) GetExport() string

GetExport returns the Export field value if set, zero value otherwise.

func (*CalcLayoutRes) GetExportOk ¶ added in v0.2.3

func (o *CalcLayoutRes) GetExportOk() (*string, bool)

GetExportOk returns a tuple with the Export field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CalcLayoutRes) GetValidationErrors ¶ added in v0.2.3

func (o *CalcLayoutRes) GetValidationErrors() []string

GetValidationErrors returns the ValidationErrors field value if set, zero value otherwise.

func (*CalcLayoutRes) GetValidationErrorsOk ¶ added in v0.2.3

func (o *CalcLayoutRes) GetValidationErrorsOk() ([]string, bool)

GetValidationErrorsOk returns a tuple with the ValidationErrors field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CalcLayoutRes) HasError ¶ added in v0.2.3

func (o *CalcLayoutRes) HasError() bool

HasError returns a boolean if a field has been set.

func (*CalcLayoutRes) HasExport ¶ added in v0.2.3

func (o *CalcLayoutRes) HasExport() bool

HasExport returns a boolean if a field has been set.

func (*CalcLayoutRes) HasValidationErrors ¶ added in v0.2.3

func (o *CalcLayoutRes) HasValidationErrors() bool

HasValidationErrors returns a boolean if a field has been set.

func (CalcLayoutRes) MarshalJSON ¶ added in v0.2.3

func (o CalcLayoutRes) MarshalJSON() ([]byte, error)

func (*CalcLayoutRes) SetError ¶ added in v0.2.3

func (o *CalcLayoutRes) SetError(v string)

SetError gets a reference to the given string and assigns it to the Error field.

func (*CalcLayoutRes) SetExport ¶ added in v0.2.3

func (o *CalcLayoutRes) SetExport(v string)

SetExport gets a reference to the given string and assigns it to the Export field.

func (*CalcLayoutRes) SetValidationErrors ¶ added in v0.2.3

func (o *CalcLayoutRes) SetValidationErrors(v []string)

SetValidationErrors gets a reference to the given []string and assigns it to the ValidationErrors field.

func (*CalcLayoutRes) UnmarshalJSON ¶ added in v0.2.3

func (o *CalcLayoutRes) UnmarshalJSON(bytes []byte) (err error)

type ClientCertAuthnServiceDTO ¶ added in v0.2.0

type ClientCertAuthnServiceDTO struct {
	ClrEnabled               *bool                        `json:"clrEnabled,omitempty"`
	CrlRefreshSeconds        *int32                       `json:"crlRefreshSeconds,omitempty"`
	CrlUrl                   *string                      `json:"crlUrl,omitempty"`
	CustomClass              *CustomClassDTO              `json:"customClass,omitempty"`
	DelegatedAuthentications []DelegatedAuthenticationDTO `json:"delegatedAuthentications,omitempty"`
	Description              *string                      `json:"description,omitempty"`
	DisplayName              *string                      `json:"displayName,omitempty"`
	ElementId                *string                      `json:"elementId,omitempty"`
	Id                       *int64                       `json:"id,omitempty"`
	Name                     *string                      `json:"name,omitempty"`
	OcspEnabled              *bool                        `json:"ocspEnabled,omitempty"`
	OcspServer               *string                      `json:"ocspServer,omitempty"`
	Ocspserver               *string                      `json:"ocspserver,omitempty"`
	Uid                      *string                      `json:"uid,omitempty"`
	X                        *float64                     `json:"x,omitempty"`
	Y                        *float64                     `json:"y,omitempty"`
	AdditionalProperties     map[string]interface{}
}

ClientCertAuthnServiceDTO struct for ClientCertAuthnServiceDTO

func NewClientCertAuthnServiceDTO ¶ added in v0.2.0

func NewClientCertAuthnServiceDTO() *ClientCertAuthnServiceDTO

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

func NewClientCertAuthnServiceDTOWithDefaults ¶ added in v0.2.0

func NewClientCertAuthnServiceDTOWithDefaults() *ClientCertAuthnServiceDTO

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

func NewClientCertAuthnSvcDTOInit ¶ added in v0.2.0

func NewClientCertAuthnSvcDTOInit() *ClientCertAuthnServiceDTO

func (*ClientCertAuthnServiceDTO) GetClrEnabled ¶ added in v0.2.0

func (o *ClientCertAuthnServiceDTO) GetClrEnabled() bool

GetClrEnabled returns the ClrEnabled field value if set, zero value otherwise.

func (*ClientCertAuthnServiceDTO) GetClrEnabledOk ¶ added in v0.2.0

func (o *ClientCertAuthnServiceDTO) GetClrEnabledOk() (*bool, bool)

GetClrEnabledOk returns a tuple with the ClrEnabled field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ClientCertAuthnServiceDTO) GetCrlRefreshSeconds ¶ added in v0.2.0

func (o *ClientCertAuthnServiceDTO) GetCrlRefreshSeconds() int32

GetCrlRefreshSeconds returns the CrlRefreshSeconds field value if set, zero value otherwise.

func (*ClientCertAuthnServiceDTO) GetCrlRefreshSecondsOk ¶ added in v0.2.0

func (o *ClientCertAuthnServiceDTO) GetCrlRefreshSecondsOk() (*int32, bool)

GetCrlRefreshSecondsOk returns a tuple with the CrlRefreshSeconds field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ClientCertAuthnServiceDTO) GetCrlUrl ¶ added in v0.2.0

func (o *ClientCertAuthnServiceDTO) GetCrlUrl() string

GetCrlUrl returns the CrlUrl field value if set, zero value otherwise.

func (*ClientCertAuthnServiceDTO) GetCrlUrlOk ¶ added in v0.2.0

func (o *ClientCertAuthnServiceDTO) GetCrlUrlOk() (*string, bool)

GetCrlUrlOk returns a tuple with the CrlUrl field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ClientCertAuthnServiceDTO) GetCustomClass ¶ added in v0.2.0

func (o *ClientCertAuthnServiceDTO) GetCustomClass() CustomClassDTO

GetCustomClass returns the CustomClass field value if set, zero value otherwise.

func (*ClientCertAuthnServiceDTO) GetCustomClassOk ¶ added in v0.2.0

func (o *ClientCertAuthnServiceDTO) GetCustomClassOk() (*CustomClassDTO, bool)

GetCustomClassOk returns a tuple with the CustomClass field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ClientCertAuthnServiceDTO) GetDelegatedAuthentications ¶ added in v0.2.0

func (o *ClientCertAuthnServiceDTO) GetDelegatedAuthentications() []DelegatedAuthenticationDTO

GetDelegatedAuthentications returns the DelegatedAuthentications field value if set, zero value otherwise.

func (*ClientCertAuthnServiceDTO) GetDelegatedAuthenticationsOk ¶ added in v0.2.0

func (o *ClientCertAuthnServiceDTO) GetDelegatedAuthenticationsOk() ([]DelegatedAuthenticationDTO, bool)

GetDelegatedAuthenticationsOk returns a tuple with the DelegatedAuthentications field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ClientCertAuthnServiceDTO) GetDescription ¶ added in v0.2.0

func (o *ClientCertAuthnServiceDTO) GetDescription() string

GetDescription returns the Description field value if set, zero value otherwise.

func (*ClientCertAuthnServiceDTO) GetDescriptionOk ¶ added in v0.2.0

func (o *ClientCertAuthnServiceDTO) GetDescriptionOk() (*string, bool)

GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ClientCertAuthnServiceDTO) GetDisplayName ¶ added in v0.2.0

func (o *ClientCertAuthnServiceDTO) GetDisplayName() string

GetDisplayName returns the DisplayName field value if set, zero value otherwise.

func (*ClientCertAuthnServiceDTO) GetDisplayNameOk ¶ added in v0.2.0

func (o *ClientCertAuthnServiceDTO) GetDisplayNameOk() (*string, bool)

GetDisplayNameOk returns a tuple with the DisplayName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ClientCertAuthnServiceDTO) GetElementId ¶ added in v0.2.0

func (o *ClientCertAuthnServiceDTO) GetElementId() string

GetElementId returns the ElementId field value if set, zero value otherwise.

func (*ClientCertAuthnServiceDTO) GetElementIdOk ¶ added in v0.2.0

func (o *ClientCertAuthnServiceDTO) GetElementIdOk() (*string, bool)

GetElementIdOk returns a tuple with the ElementId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ClientCertAuthnServiceDTO) GetId ¶ added in v0.2.0

func (o *ClientCertAuthnServiceDTO) GetId() int64

GetId returns the Id field value if set, zero value otherwise.

func (*ClientCertAuthnServiceDTO) GetIdOk ¶ added in v0.2.0

func (o *ClientCertAuthnServiceDTO) GetIdOk() (*int64, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ClientCertAuthnServiceDTO) GetName ¶ added in v0.2.0

func (o *ClientCertAuthnServiceDTO) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*ClientCertAuthnServiceDTO) GetNameOk ¶ added in v0.2.0

func (o *ClientCertAuthnServiceDTO) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ClientCertAuthnServiceDTO) GetOcspEnabled ¶ added in v0.2.0

func (o *ClientCertAuthnServiceDTO) GetOcspEnabled() bool

GetOcspEnabled returns the OcspEnabled field value if set, zero value otherwise.

func (*ClientCertAuthnServiceDTO) GetOcspEnabledOk ¶ added in v0.2.0

func (o *ClientCertAuthnServiceDTO) GetOcspEnabledOk() (*bool, bool)

GetOcspEnabledOk returns a tuple with the OcspEnabled field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ClientCertAuthnServiceDTO) GetOcspServer ¶ added in v0.2.0

func (o *ClientCertAuthnServiceDTO) GetOcspServer() string

GetOcspServer returns the OcspServer field value if set, zero value otherwise.

func (*ClientCertAuthnServiceDTO) GetOcspServerOk ¶ added in v0.2.0

func (o *ClientCertAuthnServiceDTO) GetOcspServerOk() (*string, bool)

GetOcspServerOk returns a tuple with the OcspServer field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ClientCertAuthnServiceDTO) GetOcspserver ¶ added in v0.2.0

func (o *ClientCertAuthnServiceDTO) GetOcspserver() string

GetOcspserver returns the Ocspserver field value if set, zero value otherwise.

func (*ClientCertAuthnServiceDTO) GetOcspserverOk ¶ added in v0.2.0

func (o *ClientCertAuthnServiceDTO) GetOcspserverOk() (*string, bool)

GetOcspserverOk returns a tuple with the Ocspserver field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ClientCertAuthnServiceDTO) GetUid ¶ added in v0.2.0

func (o *ClientCertAuthnServiceDTO) GetUid() string

GetUid returns the Uid field value if set, zero value otherwise.

func (*ClientCertAuthnServiceDTO) GetUidOk ¶ added in v0.2.0

func (o *ClientCertAuthnServiceDTO) GetUidOk() (*string, bool)

GetUidOk returns a tuple with the Uid field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ClientCertAuthnServiceDTO) GetX ¶ added in v0.2.0

GetX returns the X field value if set, zero value otherwise.

func (*ClientCertAuthnServiceDTO) GetXOk ¶ added in v0.2.0

func (o *ClientCertAuthnServiceDTO) GetXOk() (*float64, bool)

GetXOk returns a tuple with the X field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ClientCertAuthnServiceDTO) GetY ¶ added in v0.2.0

GetY returns the Y field value if set, zero value otherwise.

func (*ClientCertAuthnServiceDTO) GetYOk ¶ added in v0.2.0

func (o *ClientCertAuthnServiceDTO) GetYOk() (*float64, bool)

GetYOk returns a tuple with the Y field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ClientCertAuthnServiceDTO) HasClrEnabled ¶ added in v0.2.0

func (o *ClientCertAuthnServiceDTO) HasClrEnabled() bool

HasClrEnabled returns a boolean if a field has been set.

func (*ClientCertAuthnServiceDTO) HasCrlRefreshSeconds ¶ added in v0.2.0

func (o *ClientCertAuthnServiceDTO) HasCrlRefreshSeconds() bool

HasCrlRefreshSeconds returns a boolean if a field has been set.

func (*ClientCertAuthnServiceDTO) HasCrlUrl ¶ added in v0.2.0

func (o *ClientCertAuthnServiceDTO) HasCrlUrl() bool

HasCrlUrl returns a boolean if a field has been set.

func (*ClientCertAuthnServiceDTO) HasCustomClass ¶ added in v0.2.0

func (o *ClientCertAuthnServiceDTO) HasCustomClass() bool

HasCustomClass returns a boolean if a field has been set.

func (*ClientCertAuthnServiceDTO) HasDelegatedAuthentications ¶ added in v0.2.0

func (o *ClientCertAuthnServiceDTO) HasDelegatedAuthentications() bool

HasDelegatedAuthentications returns a boolean if a field has been set.

func (*ClientCertAuthnServiceDTO) HasDescription ¶ added in v0.2.0

func (o *ClientCertAuthnServiceDTO) HasDescription() bool

HasDescription returns a boolean if a field has been set.

func (*ClientCertAuthnServiceDTO) HasDisplayName ¶ added in v0.2.0

func (o *ClientCertAuthnServiceDTO) HasDisplayName() bool

HasDisplayName returns a boolean if a field has been set.

func (*ClientCertAuthnServiceDTO) HasElementId ¶ added in v0.2.0

func (o *ClientCertAuthnServiceDTO) HasElementId() bool

HasElementId returns a boolean if a field has been set.

func (*ClientCertAuthnServiceDTO) HasId ¶ added in v0.2.0

func (o *ClientCertAuthnServiceDTO) HasId() bool

HasId returns a boolean if a field has been set.

func (*ClientCertAuthnServiceDTO) HasName ¶ added in v0.2.0

func (o *ClientCertAuthnServiceDTO) HasName() bool

HasName returns a boolean if a field has been set.

func (*ClientCertAuthnServiceDTO) HasOcspEnabled ¶ added in v0.2.0

func (o *ClientCertAuthnServiceDTO) HasOcspEnabled() bool

HasOcspEnabled returns a boolean if a field has been set.

func (*ClientCertAuthnServiceDTO) HasOcspServer ¶ added in v0.2.0

func (o *ClientCertAuthnServiceDTO) HasOcspServer() bool

HasOcspServer returns a boolean if a field has been set.

func (*ClientCertAuthnServiceDTO) HasOcspserver ¶ added in v0.2.0

func (o *ClientCertAuthnServiceDTO) HasOcspserver() bool

HasOcspserver returns a boolean if a field has been set.

func (*ClientCertAuthnServiceDTO) HasUid ¶ added in v0.2.0

func (o *ClientCertAuthnServiceDTO) HasUid() bool

HasUid returns a boolean if a field has been set.

func (*ClientCertAuthnServiceDTO) HasX ¶ added in v0.2.0

func (o *ClientCertAuthnServiceDTO) HasX() bool

HasX returns a boolean if a field has been set.

func (*ClientCertAuthnServiceDTO) HasY ¶ added in v0.2.0

func (o *ClientCertAuthnServiceDTO) HasY() bool

HasY returns a boolean if a field has been set.

func (ClientCertAuthnServiceDTO) MarshalJSON ¶ added in v0.2.0

func (o ClientCertAuthnServiceDTO) MarshalJSON() ([]byte, error)

func (*ClientCertAuthnServiceDTO) SetClrEnabled ¶ added in v0.2.0

func (o *ClientCertAuthnServiceDTO) SetClrEnabled(v bool)

SetClrEnabled gets a reference to the given bool and assigns it to the ClrEnabled field.

func (*ClientCertAuthnServiceDTO) SetCrlRefreshSeconds ¶ added in v0.2.0

func (o *ClientCertAuthnServiceDTO) SetCrlRefreshSeconds(v int32)

SetCrlRefreshSeconds gets a reference to the given int32 and assigns it to the CrlRefreshSeconds field.

func (*ClientCertAuthnServiceDTO) SetCrlUrl ¶ added in v0.2.0

func (o *ClientCertAuthnServiceDTO) SetCrlUrl(v string)

SetCrlUrl gets a reference to the given string and assigns it to the CrlUrl field.

func (*ClientCertAuthnServiceDTO) SetCustomClass ¶ added in v0.2.0

func (o *ClientCertAuthnServiceDTO) SetCustomClass(v CustomClassDTO)

SetCustomClass gets a reference to the given CustomClassDTO and assigns it to the CustomClass field.

func (*ClientCertAuthnServiceDTO) SetDelegatedAuthentications ¶ added in v0.2.0

func (o *ClientCertAuthnServiceDTO) SetDelegatedAuthentications(v []DelegatedAuthenticationDTO)

SetDelegatedAuthentications gets a reference to the given []DelegatedAuthenticationDTO and assigns it to the DelegatedAuthentications field.

func (*ClientCertAuthnServiceDTO) SetDescription ¶ added in v0.2.0

func (o *ClientCertAuthnServiceDTO) SetDescription(v string)

SetDescription gets a reference to the given string and assigns it to the Description field.

func (*ClientCertAuthnServiceDTO) SetDisplayName ¶ added in v0.2.0

func (o *ClientCertAuthnServiceDTO) SetDisplayName(v string)

SetDisplayName gets a reference to the given string and assigns it to the DisplayName field.

func (*ClientCertAuthnServiceDTO) SetElementId ¶ added in v0.2.0

func (o *ClientCertAuthnServiceDTO) SetElementId(v string)

SetElementId gets a reference to the given string and assigns it to the ElementId field.

func (*ClientCertAuthnServiceDTO) SetId ¶ added in v0.2.0

func (o *ClientCertAuthnServiceDTO) SetId(v int64)

SetId gets a reference to the given int64 and assigns it to the Id field.

func (*ClientCertAuthnServiceDTO) SetName ¶ added in v0.2.0

func (o *ClientCertAuthnServiceDTO) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*ClientCertAuthnServiceDTO) SetOcspEnabled ¶ added in v0.2.0

func (o *ClientCertAuthnServiceDTO) SetOcspEnabled(v bool)

SetOcspEnabled gets a reference to the given bool and assigns it to the OcspEnabled field.

func (*ClientCertAuthnServiceDTO) SetOcspServer ¶ added in v0.2.0

func (o *ClientCertAuthnServiceDTO) SetOcspServer(v string)

SetOcspServer gets a reference to the given string and assigns it to the OcspServer field.

func (*ClientCertAuthnServiceDTO) SetOcspserver ¶ added in v0.2.0

func (o *ClientCertAuthnServiceDTO) SetOcspserver(v string)

SetOcspserver gets a reference to the given string and assigns it to the Ocspserver field.

func (*ClientCertAuthnServiceDTO) SetUid ¶ added in v0.2.0

func (o *ClientCertAuthnServiceDTO) SetUid(v string)

SetUid gets a reference to the given string and assigns it to the Uid field.

func (*ClientCertAuthnServiceDTO) SetX ¶ added in v0.2.0

SetX gets a reference to the given float64 and assigns it to the X field.

func (*ClientCertAuthnServiceDTO) SetY ¶ added in v0.2.0

SetY gets a reference to the given float64 and assigns it to the Y field.

func (*ClientCertAuthnServiceDTO) UnmarshalJSON ¶ added in v0.2.0

func (o *ClientCertAuthnServiceDTO) UnmarshalJSON(bytes []byte) (err error)

type Configuration ¶

type Configuration struct {
	Host             string            `json:"host,omitempty"`
	Scheme           string            `json:"scheme,omitempty"`
	DefaultHeader    map[string]string `json:"defaultHeader,omitempty"`
	UserAgent        string            `json:"userAgent,omitempty"`
	Debug            bool              `json:"debug,omitempty"`
	Servers          ServerConfigurations
	OperationServers map[string]ServerConfigurations
	HTTPClient       *http.Client
}

Configuration stores the configuration of the API client

func NewConfiguration ¶

func NewConfiguration() *Configuration

NewConfiguration returns a new Configuration object

func (*Configuration) AddDefaultHeader ¶

func (c *Configuration) AddDefaultHeader(key string, value string)

AddDefaultHeader adds a new HTTP header to the default header in the request

func (*Configuration) ServerURL ¶

func (c *Configuration) ServerURL(index int, variables map[string]string) (string, error)

ServerURL returns URL based on server settings

func (*Configuration) ServerURLWithContext ¶

func (c *Configuration) ServerURLWithContext(ctx context.Context, endpoint string) (string, error)

ServerURLWithContext returns a new server URL given an endpoint

type CustomAuthnServiceDTO ¶ added in v0.4.4

type CustomAuthnServiceDTO struct {
	AuthnCtxClass                *string                      `json:"authnCtxClass,omitempty"`
	AuthnMechanismType           *string                      `json:"authnMechanismType,omitempty"`
	CustomClass                  *CustomClassDTO              `json:"customClass,omitempty"`
	DelegatedAuthentications     []DelegatedAuthenticationDTO `json:"delegatedAuthentications,omitempty"`
	Description                  *string                      `json:"description,omitempty"`
	DisplayName                  *string                      `json:"displayName,omitempty"`
	ElementId                    *string                      `json:"elementId,omitempty"`
	Id                           *int64                       `json:"id,omitempty"`
	Name                         *string                      `json:"name,omitempty"`
	PreAuthnClaimCollectorConfig *string                      `json:"preAuthnClaimCollectorConfig,omitempty"`
	PreAuthnClaimCollectorType   *string                      `json:"preAuthnClaimCollectorType,omitempty"`
	PreAuthnServiceURL           *string                      `json:"preAuthnServiceURL,omitempty"`
	UseCredentialStore           *bool                        `json:"useCredentialStore,omitempty"`
	X                            *float64                     `json:"x,omitempty"`
	Y                            *float64                     `json:"y,omitempty"`
	AdditionalProperties         map[string]interface{}
}

CustomAuthnServiceDTO struct for CustomAuthnServiceDTO

func NewCustomAuthnServiceDTO ¶ added in v0.4.4

func NewCustomAuthnServiceDTO() *CustomAuthnServiceDTO

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

func NewCustomAuthnServiceDTOWithDefaults ¶ added in v0.4.4

func NewCustomAuthnServiceDTOWithDefaults() *CustomAuthnServiceDTO

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

func (*CustomAuthnServiceDTO) GetAuthnCtxClass ¶ added in v0.4.4

func (o *CustomAuthnServiceDTO) GetAuthnCtxClass() string

GetAuthnCtxClass returns the AuthnCtxClass field value if set, zero value otherwise.

func (*CustomAuthnServiceDTO) GetAuthnCtxClassOk ¶ added in v0.4.4

func (o *CustomAuthnServiceDTO) GetAuthnCtxClassOk() (*string, bool)

GetAuthnCtxClassOk returns a tuple with the AuthnCtxClass field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CustomAuthnServiceDTO) GetAuthnMechanismType ¶ added in v0.4.4

func (o *CustomAuthnServiceDTO) GetAuthnMechanismType() string

GetAuthnMechanismType returns the AuthnMechanismType field value if set, zero value otherwise.

func (*CustomAuthnServiceDTO) GetAuthnMechanismTypeOk ¶ added in v0.4.4

func (o *CustomAuthnServiceDTO) GetAuthnMechanismTypeOk() (*string, bool)

GetAuthnMechanismTypeOk returns a tuple with the AuthnMechanismType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CustomAuthnServiceDTO) GetCustomClass ¶ added in v0.4.4

func (o *CustomAuthnServiceDTO) GetCustomClass() CustomClassDTO

GetCustomClass returns the CustomClass field value if set, zero value otherwise.

func (*CustomAuthnServiceDTO) GetCustomClassOk ¶ added in v0.4.4

func (o *CustomAuthnServiceDTO) GetCustomClassOk() (*CustomClassDTO, bool)

GetCustomClassOk returns a tuple with the CustomClass field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CustomAuthnServiceDTO) GetDelegatedAuthentications ¶ added in v0.4.4

func (o *CustomAuthnServiceDTO) GetDelegatedAuthentications() []DelegatedAuthenticationDTO

GetDelegatedAuthentications returns the DelegatedAuthentications field value if set, zero value otherwise.

func (*CustomAuthnServiceDTO) GetDelegatedAuthenticationsOk ¶ added in v0.4.4

func (o *CustomAuthnServiceDTO) GetDelegatedAuthenticationsOk() ([]DelegatedAuthenticationDTO, bool)

GetDelegatedAuthenticationsOk returns a tuple with the DelegatedAuthentications field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CustomAuthnServiceDTO) GetDescription ¶ added in v0.4.4

func (o *CustomAuthnServiceDTO) GetDescription() string

GetDescription returns the Description field value if set, zero value otherwise.

func (*CustomAuthnServiceDTO) GetDescriptionOk ¶ added in v0.4.4

func (o *CustomAuthnServiceDTO) GetDescriptionOk() (*string, bool)

GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CustomAuthnServiceDTO) GetDisplayName ¶ added in v0.4.4

func (o *CustomAuthnServiceDTO) GetDisplayName() string

GetDisplayName returns the DisplayName field value if set, zero value otherwise.

func (*CustomAuthnServiceDTO) GetDisplayNameOk ¶ added in v0.4.4

func (o *CustomAuthnServiceDTO) GetDisplayNameOk() (*string, bool)

GetDisplayNameOk returns a tuple with the DisplayName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CustomAuthnServiceDTO) GetElementId ¶ added in v0.4.4

func (o *CustomAuthnServiceDTO) GetElementId() string

GetElementId returns the ElementId field value if set, zero value otherwise.

func (*CustomAuthnServiceDTO) GetElementIdOk ¶ added in v0.4.4

func (o *CustomAuthnServiceDTO) GetElementIdOk() (*string, bool)

GetElementIdOk returns a tuple with the ElementId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CustomAuthnServiceDTO) GetId ¶ added in v0.4.4

func (o *CustomAuthnServiceDTO) GetId() int64

GetId returns the Id field value if set, zero value otherwise.

func (*CustomAuthnServiceDTO) GetIdOk ¶ added in v0.4.4

func (o *CustomAuthnServiceDTO) GetIdOk() (*int64, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CustomAuthnServiceDTO) GetName ¶ added in v0.4.4

func (o *CustomAuthnServiceDTO) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*CustomAuthnServiceDTO) GetNameOk ¶ added in v0.4.4

func (o *CustomAuthnServiceDTO) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CustomAuthnServiceDTO) GetPreAuthnClaimCollectorConfig ¶ added in v0.4.4

func (o *CustomAuthnServiceDTO) GetPreAuthnClaimCollectorConfig() string

GetPreAuthnClaimCollectorConfig returns the PreAuthnClaimCollectorConfig field value if set, zero value otherwise.

func (*CustomAuthnServiceDTO) GetPreAuthnClaimCollectorConfigOk ¶ added in v0.4.4

func (o *CustomAuthnServiceDTO) GetPreAuthnClaimCollectorConfigOk() (*string, bool)

GetPreAuthnClaimCollectorConfigOk returns a tuple with the PreAuthnClaimCollectorConfig field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CustomAuthnServiceDTO) GetPreAuthnClaimCollectorType ¶ added in v0.4.4

func (o *CustomAuthnServiceDTO) GetPreAuthnClaimCollectorType() string

GetPreAuthnClaimCollectorType returns the PreAuthnClaimCollectorType field value if set, zero value otherwise.

func (*CustomAuthnServiceDTO) GetPreAuthnClaimCollectorTypeOk ¶ added in v0.4.4

func (o *CustomAuthnServiceDTO) GetPreAuthnClaimCollectorTypeOk() (*string, bool)

GetPreAuthnClaimCollectorTypeOk returns a tuple with the PreAuthnClaimCollectorType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CustomAuthnServiceDTO) GetPreAuthnServiceURL ¶ added in v0.4.4

func (o *CustomAuthnServiceDTO) GetPreAuthnServiceURL() string

GetPreAuthnServiceURL returns the PreAuthnServiceURL field value if set, zero value otherwise.

func (*CustomAuthnServiceDTO) GetPreAuthnServiceURLOk ¶ added in v0.4.4

func (o *CustomAuthnServiceDTO) GetPreAuthnServiceURLOk() (*string, bool)

GetPreAuthnServiceURLOk returns a tuple with the PreAuthnServiceURL field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CustomAuthnServiceDTO) GetUseCredentialStore ¶ added in v0.4.4

func (o *CustomAuthnServiceDTO) GetUseCredentialStore() bool

GetUseCredentialStore returns the UseCredentialStore field value if set, zero value otherwise.

func (*CustomAuthnServiceDTO) GetUseCredentialStoreOk ¶ added in v0.4.4

func (o *CustomAuthnServiceDTO) GetUseCredentialStoreOk() (*bool, bool)

GetUseCredentialStoreOk returns a tuple with the UseCredentialStore field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CustomAuthnServiceDTO) GetX ¶ added in v0.4.4

func (o *CustomAuthnServiceDTO) GetX() float64

GetX returns the X field value if set, zero value otherwise.

func (*CustomAuthnServiceDTO) GetXOk ¶ added in v0.4.4

func (o *CustomAuthnServiceDTO) GetXOk() (*float64, bool)

GetXOk returns a tuple with the X field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CustomAuthnServiceDTO) GetY ¶ added in v0.4.4

func (o *CustomAuthnServiceDTO) GetY() float64

GetY returns the Y field value if set, zero value otherwise.

func (*CustomAuthnServiceDTO) GetYOk ¶ added in v0.4.4

func (o *CustomAuthnServiceDTO) GetYOk() (*float64, bool)

GetYOk returns a tuple with the Y field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CustomAuthnServiceDTO) HasAuthnCtxClass ¶ added in v0.4.4

func (o *CustomAuthnServiceDTO) HasAuthnCtxClass() bool

HasAuthnCtxClass returns a boolean if a field has been set.

func (*CustomAuthnServiceDTO) HasAuthnMechanismType ¶ added in v0.4.4

func (o *CustomAuthnServiceDTO) HasAuthnMechanismType() bool

HasAuthnMechanismType returns a boolean if a field has been set.

func (*CustomAuthnServiceDTO) HasCustomClass ¶ added in v0.4.4

func (o *CustomAuthnServiceDTO) HasCustomClass() bool

HasCustomClass returns a boolean if a field has been set.

func (*CustomAuthnServiceDTO) HasDelegatedAuthentications ¶ added in v0.4.4

func (o *CustomAuthnServiceDTO) HasDelegatedAuthentications() bool

HasDelegatedAuthentications returns a boolean if a field has been set.

func (*CustomAuthnServiceDTO) HasDescription ¶ added in v0.4.4

func (o *CustomAuthnServiceDTO) HasDescription() bool

HasDescription returns a boolean if a field has been set.

func (*CustomAuthnServiceDTO) HasDisplayName ¶ added in v0.4.4

func (o *CustomAuthnServiceDTO) HasDisplayName() bool

HasDisplayName returns a boolean if a field has been set.

func (*CustomAuthnServiceDTO) HasElementId ¶ added in v0.4.4

func (o *CustomAuthnServiceDTO) HasElementId() bool

HasElementId returns a boolean if a field has been set.

func (*CustomAuthnServiceDTO) HasId ¶ added in v0.4.4

func (o *CustomAuthnServiceDTO) HasId() bool

HasId returns a boolean if a field has been set.

func (*CustomAuthnServiceDTO) HasName ¶ added in v0.4.4

func (o *CustomAuthnServiceDTO) HasName() bool

HasName returns a boolean if a field has been set.

func (*CustomAuthnServiceDTO) HasPreAuthnClaimCollectorConfig ¶ added in v0.4.4

func (o *CustomAuthnServiceDTO) HasPreAuthnClaimCollectorConfig() bool

HasPreAuthnClaimCollectorConfig returns a boolean if a field has been set.

func (*CustomAuthnServiceDTO) HasPreAuthnClaimCollectorType ¶ added in v0.4.4

func (o *CustomAuthnServiceDTO) HasPreAuthnClaimCollectorType() bool

HasPreAuthnClaimCollectorType returns a boolean if a field has been set.

func (*CustomAuthnServiceDTO) HasPreAuthnServiceURL ¶ added in v0.4.4

func (o *CustomAuthnServiceDTO) HasPreAuthnServiceURL() bool

HasPreAuthnServiceURL returns a boolean if a field has been set.

func (*CustomAuthnServiceDTO) HasUseCredentialStore ¶ added in v0.4.4

func (o *CustomAuthnServiceDTO) HasUseCredentialStore() bool

HasUseCredentialStore returns a boolean if a field has been set.

func (*CustomAuthnServiceDTO) HasX ¶ added in v0.4.4

func (o *CustomAuthnServiceDTO) HasX() bool

HasX returns a boolean if a field has been set.

func (*CustomAuthnServiceDTO) HasY ¶ added in v0.4.4

func (o *CustomAuthnServiceDTO) HasY() bool

HasY returns a boolean if a field has been set.

func (CustomAuthnServiceDTO) MarshalJSON ¶ added in v0.4.4

func (o CustomAuthnServiceDTO) MarshalJSON() ([]byte, error)

func (*CustomAuthnServiceDTO) SetAuthnCtxClass ¶ added in v0.4.4

func (o *CustomAuthnServiceDTO) SetAuthnCtxClass(v string)

SetAuthnCtxClass gets a reference to the given string and assigns it to the AuthnCtxClass field.

func (*CustomAuthnServiceDTO) SetAuthnMechanismType ¶ added in v0.4.4

func (o *CustomAuthnServiceDTO) SetAuthnMechanismType(v string)

SetAuthnMechanismType gets a reference to the given string and assigns it to the AuthnMechanismType field.

func (*CustomAuthnServiceDTO) SetCustomClass ¶ added in v0.4.4

func (o *CustomAuthnServiceDTO) SetCustomClass(v CustomClassDTO)

SetCustomClass gets a reference to the given CustomClassDTO and assigns it to the CustomClass field.

func (*CustomAuthnServiceDTO) SetDelegatedAuthentications ¶ added in v0.4.4

func (o *CustomAuthnServiceDTO) SetDelegatedAuthentications(v []DelegatedAuthenticationDTO)

SetDelegatedAuthentications gets a reference to the given []DelegatedAuthenticationDTO and assigns it to the DelegatedAuthentications field.

func (*CustomAuthnServiceDTO) SetDescription ¶ added in v0.4.4

func (o *CustomAuthnServiceDTO) SetDescription(v string)

SetDescription gets a reference to the given string and assigns it to the Description field.

func (*CustomAuthnServiceDTO) SetDisplayName ¶ added in v0.4.4

func (o *CustomAuthnServiceDTO) SetDisplayName(v string)

SetDisplayName gets a reference to the given string and assigns it to the DisplayName field.

func (*CustomAuthnServiceDTO) SetElementId ¶ added in v0.4.4

func (o *CustomAuthnServiceDTO) SetElementId(v string)

SetElementId gets a reference to the given string and assigns it to the ElementId field.

func (*CustomAuthnServiceDTO) SetId ¶ added in v0.4.4

func (o *CustomAuthnServiceDTO) SetId(v int64)

SetId gets a reference to the given int64 and assigns it to the Id field.

func (*CustomAuthnServiceDTO) SetName ¶ added in v0.4.4

func (o *CustomAuthnServiceDTO) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*CustomAuthnServiceDTO) SetPreAuthnClaimCollectorConfig ¶ added in v0.4.4

func (o *CustomAuthnServiceDTO) SetPreAuthnClaimCollectorConfig(v string)

SetPreAuthnClaimCollectorConfig gets a reference to the given string and assigns it to the PreAuthnClaimCollectorConfig field.

func (*CustomAuthnServiceDTO) SetPreAuthnClaimCollectorType ¶ added in v0.4.4

func (o *CustomAuthnServiceDTO) SetPreAuthnClaimCollectorType(v string)

SetPreAuthnClaimCollectorType gets a reference to the given string and assigns it to the PreAuthnClaimCollectorType field.

func (*CustomAuthnServiceDTO) SetPreAuthnServiceURL ¶ added in v0.4.4

func (o *CustomAuthnServiceDTO) SetPreAuthnServiceURL(v string)

SetPreAuthnServiceURL gets a reference to the given string and assigns it to the PreAuthnServiceURL field.

func (*CustomAuthnServiceDTO) SetUseCredentialStore ¶ added in v0.4.4

func (o *CustomAuthnServiceDTO) SetUseCredentialStore(v bool)

SetUseCredentialStore gets a reference to the given bool and assigns it to the UseCredentialStore field.

func (*CustomAuthnServiceDTO) SetX ¶ added in v0.4.4

func (o *CustomAuthnServiceDTO) SetX(v float64)

SetX gets a reference to the given float64 and assigns it to the X field.

func (*CustomAuthnServiceDTO) SetY ¶ added in v0.4.4

func (o *CustomAuthnServiceDTO) SetY(v float64)

SetY gets a reference to the given float64 and assigns it to the Y field.

func (*CustomAuthnServiceDTO) UnmarshalJSON ¶ added in v0.4.4

func (o *CustomAuthnServiceDTO) UnmarshalJSON(bytes []byte) (err error)

type CustomBrandingDefinitionDTO ¶ added in v0.2.3

type CustomBrandingDefinitionDTO struct {
	BundleSymbolicName   *string `json:"bundleSymbolicName,omitempty"`
	BundleUri            *string `json:"bundleUri,omitempty"`
	CustomOpenIdAppClazz *string `json:"customOpenIdAppClazz,omitempty"`
	CustomSsoAppClazz    *string `json:"customSsoAppClazz,omitempty"`
	CustomSsoIdPAppClazz *string `json:"customSsoIdPAppClazz,omitempty"`
	DefaultLocale        *string `json:"defaultLocale,omitempty"`
	Description          *string `json:"description,omitempty"`
	Id                   *int64  `json:"id,omitempty"`
	Name                 *string `json:"name,omitempty"`
	Resource             *string `json:"resource,omitempty"`
	Type                 *string `json:"type,omitempty"`
	WebBrandingId        *string `json:"webBrandingId,omitempty"`
	AdditionalProperties map[string]interface{}
}

CustomBrandingDefinitionDTO struct for CustomBrandingDefinitionDTO

func NewCustomBrandingDefinitionDTO ¶ added in v0.2.3

func NewCustomBrandingDefinitionDTO() *CustomBrandingDefinitionDTO

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

func NewCustomBrandingDefinitionDTOWithDefaults ¶ added in v0.2.3

func NewCustomBrandingDefinitionDTOWithDefaults() *CustomBrandingDefinitionDTO

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

func (*CustomBrandingDefinitionDTO) GetBundleSymbolicName ¶ added in v0.2.3

func (o *CustomBrandingDefinitionDTO) GetBundleSymbolicName() string

GetBundleSymbolicName returns the BundleSymbolicName field value if set, zero value otherwise.

func (*CustomBrandingDefinitionDTO) GetBundleSymbolicNameOk ¶ added in v0.2.3

func (o *CustomBrandingDefinitionDTO) GetBundleSymbolicNameOk() (*string, bool)

GetBundleSymbolicNameOk returns a tuple with the BundleSymbolicName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CustomBrandingDefinitionDTO) GetBundleUri ¶ added in v0.2.3

func (o *CustomBrandingDefinitionDTO) GetBundleUri() string

GetBundleUri returns the BundleUri field value if set, zero value otherwise.

func (*CustomBrandingDefinitionDTO) GetBundleUriOk ¶ added in v0.2.3

func (o *CustomBrandingDefinitionDTO) GetBundleUriOk() (*string, bool)

GetBundleUriOk returns a tuple with the BundleUri field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CustomBrandingDefinitionDTO) GetCustomOpenIdAppClazz ¶ added in v0.2.3

func (o *CustomBrandingDefinitionDTO) GetCustomOpenIdAppClazz() string

GetCustomOpenIdAppClazz returns the CustomOpenIdAppClazz field value if set, zero value otherwise.

func (*CustomBrandingDefinitionDTO) GetCustomOpenIdAppClazzOk ¶ added in v0.2.3

func (o *CustomBrandingDefinitionDTO) GetCustomOpenIdAppClazzOk() (*string, bool)

GetCustomOpenIdAppClazzOk returns a tuple with the CustomOpenIdAppClazz field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CustomBrandingDefinitionDTO) GetCustomSsoAppClazz ¶ added in v0.2.3

func (o *CustomBrandingDefinitionDTO) GetCustomSsoAppClazz() string

GetCustomSsoAppClazz returns the CustomSsoAppClazz field value if set, zero value otherwise.

func (*CustomBrandingDefinitionDTO) GetCustomSsoAppClazzOk ¶ added in v0.2.3

func (o *CustomBrandingDefinitionDTO) GetCustomSsoAppClazzOk() (*string, bool)

GetCustomSsoAppClazzOk returns a tuple with the CustomSsoAppClazz field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CustomBrandingDefinitionDTO) GetCustomSsoIdPAppClazz ¶ added in v0.2.3

func (o *CustomBrandingDefinitionDTO) GetCustomSsoIdPAppClazz() string

GetCustomSsoIdPAppClazz returns the CustomSsoIdPAppClazz field value if set, zero value otherwise.

func (*CustomBrandingDefinitionDTO) GetCustomSsoIdPAppClazzOk ¶ added in v0.2.3

func (o *CustomBrandingDefinitionDTO) GetCustomSsoIdPAppClazzOk() (*string, bool)

GetCustomSsoIdPAppClazzOk returns a tuple with the CustomSsoIdPAppClazz field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CustomBrandingDefinitionDTO) GetDefaultLocale ¶ added in v0.2.3

func (o *CustomBrandingDefinitionDTO) GetDefaultLocale() string

GetDefaultLocale returns the DefaultLocale field value if set, zero value otherwise.

func (*CustomBrandingDefinitionDTO) GetDefaultLocaleOk ¶ added in v0.2.3

func (o *CustomBrandingDefinitionDTO) GetDefaultLocaleOk() (*string, bool)

GetDefaultLocaleOk returns a tuple with the DefaultLocale field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CustomBrandingDefinitionDTO) GetDescription ¶ added in v0.2.3

func (o *CustomBrandingDefinitionDTO) GetDescription() string

GetDescription returns the Description field value if set, zero value otherwise.

func (*CustomBrandingDefinitionDTO) GetDescriptionOk ¶ added in v0.2.3

func (o *CustomBrandingDefinitionDTO) GetDescriptionOk() (*string, bool)

GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CustomBrandingDefinitionDTO) GetId ¶ added in v0.2.3

GetId returns the Id field value if set, zero value otherwise.

func (*CustomBrandingDefinitionDTO) GetIdOk ¶ added in v0.2.3

func (o *CustomBrandingDefinitionDTO) GetIdOk() (*int64, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CustomBrandingDefinitionDTO) GetName ¶ added in v0.2.3

func (o *CustomBrandingDefinitionDTO) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*CustomBrandingDefinitionDTO) GetNameOk ¶ added in v0.2.3

func (o *CustomBrandingDefinitionDTO) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CustomBrandingDefinitionDTO) GetResource ¶ added in v0.2.3

func (o *CustomBrandingDefinitionDTO) GetResource() string

GetResource returns the Resource field value if set, zero value otherwise.

func (*CustomBrandingDefinitionDTO) GetResourceOk ¶ added in v0.2.3

func (o *CustomBrandingDefinitionDTO) GetResourceOk() (*string, bool)

GetResourceOk returns a tuple with the Resource field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CustomBrandingDefinitionDTO) GetType ¶ added in v0.2.3

func (o *CustomBrandingDefinitionDTO) GetType() string

GetType returns the Type field value if set, zero value otherwise.

func (*CustomBrandingDefinitionDTO) GetTypeOk ¶ added in v0.2.3

func (o *CustomBrandingDefinitionDTO) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CustomBrandingDefinitionDTO) GetWebBrandingId ¶ added in v0.2.3

func (o *CustomBrandingDefinitionDTO) GetWebBrandingId() string

GetWebBrandingId returns the WebBrandingId field value if set, zero value otherwise.

func (*CustomBrandingDefinitionDTO) GetWebBrandingIdOk ¶ added in v0.2.3

func (o *CustomBrandingDefinitionDTO) GetWebBrandingIdOk() (*string, bool)

GetWebBrandingIdOk returns a tuple with the WebBrandingId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CustomBrandingDefinitionDTO) HasBundleSymbolicName ¶ added in v0.2.3

func (o *CustomBrandingDefinitionDTO) HasBundleSymbolicName() bool

HasBundleSymbolicName returns a boolean if a field has been set.

func (*CustomBrandingDefinitionDTO) HasBundleUri ¶ added in v0.2.3

func (o *CustomBrandingDefinitionDTO) HasBundleUri() bool

HasBundleUri returns a boolean if a field has been set.

func (*CustomBrandingDefinitionDTO) HasCustomOpenIdAppClazz ¶ added in v0.2.3

func (o *CustomBrandingDefinitionDTO) HasCustomOpenIdAppClazz() bool

HasCustomOpenIdAppClazz returns a boolean if a field has been set.

func (*CustomBrandingDefinitionDTO) HasCustomSsoAppClazz ¶ added in v0.2.3

func (o *CustomBrandingDefinitionDTO) HasCustomSsoAppClazz() bool

HasCustomSsoAppClazz returns a boolean if a field has been set.

func (*CustomBrandingDefinitionDTO) HasCustomSsoIdPAppClazz ¶ added in v0.2.3

func (o *CustomBrandingDefinitionDTO) HasCustomSsoIdPAppClazz() bool

HasCustomSsoIdPAppClazz returns a boolean if a field has been set.

func (*CustomBrandingDefinitionDTO) HasDefaultLocale ¶ added in v0.2.3

func (o *CustomBrandingDefinitionDTO) HasDefaultLocale() bool

HasDefaultLocale returns a boolean if a field has been set.

func (*CustomBrandingDefinitionDTO) HasDescription ¶ added in v0.2.3

func (o *CustomBrandingDefinitionDTO) HasDescription() bool

HasDescription returns a boolean if a field has been set.

func (*CustomBrandingDefinitionDTO) HasId ¶ added in v0.2.3

func (o *CustomBrandingDefinitionDTO) HasId() bool

HasId returns a boolean if a field has been set.

func (*CustomBrandingDefinitionDTO) HasName ¶ added in v0.2.3

func (o *CustomBrandingDefinitionDTO) HasName() bool

HasName returns a boolean if a field has been set.

func (*CustomBrandingDefinitionDTO) HasResource ¶ added in v0.2.3

func (o *CustomBrandingDefinitionDTO) HasResource() bool

HasResource returns a boolean if a field has been set.

func (*CustomBrandingDefinitionDTO) HasType ¶ added in v0.2.3

func (o *CustomBrandingDefinitionDTO) HasType() bool

HasType returns a boolean if a field has been set.

func (*CustomBrandingDefinitionDTO) HasWebBrandingId ¶ added in v0.2.3

func (o *CustomBrandingDefinitionDTO) HasWebBrandingId() bool

HasWebBrandingId returns a boolean if a field has been set.

func (CustomBrandingDefinitionDTO) MarshalJSON ¶ added in v0.2.3

func (o CustomBrandingDefinitionDTO) MarshalJSON() ([]byte, error)

func (*CustomBrandingDefinitionDTO) SetBundleSymbolicName ¶ added in v0.2.3

func (o *CustomBrandingDefinitionDTO) SetBundleSymbolicName(v string)

SetBundleSymbolicName gets a reference to the given string and assigns it to the BundleSymbolicName field.

func (*CustomBrandingDefinitionDTO) SetBundleUri ¶ added in v0.2.3

func (o *CustomBrandingDefinitionDTO) SetBundleUri(v string)

SetBundleUri gets a reference to the given string and assigns it to the BundleUri field.

func (*CustomBrandingDefinitionDTO) SetCustomOpenIdAppClazz ¶ added in v0.2.3

func (o *CustomBrandingDefinitionDTO) SetCustomOpenIdAppClazz(v string)

SetCustomOpenIdAppClazz gets a reference to the given string and assigns it to the CustomOpenIdAppClazz field.

func (*CustomBrandingDefinitionDTO) SetCustomSsoAppClazz ¶ added in v0.2.3

func (o *CustomBrandingDefinitionDTO) SetCustomSsoAppClazz(v string)

SetCustomSsoAppClazz gets a reference to the given string and assigns it to the CustomSsoAppClazz field.

func (*CustomBrandingDefinitionDTO) SetCustomSsoIdPAppClazz ¶ added in v0.2.3

func (o *CustomBrandingDefinitionDTO) SetCustomSsoIdPAppClazz(v string)

SetCustomSsoIdPAppClazz gets a reference to the given string and assigns it to the CustomSsoIdPAppClazz field.

func (*CustomBrandingDefinitionDTO) SetDefaultLocale ¶ added in v0.2.3

func (o *CustomBrandingDefinitionDTO) SetDefaultLocale(v string)

SetDefaultLocale gets a reference to the given string and assigns it to the DefaultLocale field.

func (*CustomBrandingDefinitionDTO) SetDescription ¶ added in v0.2.3

func (o *CustomBrandingDefinitionDTO) SetDescription(v string)

SetDescription gets a reference to the given string and assigns it to the Description field.

func (*CustomBrandingDefinitionDTO) SetId ¶ added in v0.2.3

func (o *CustomBrandingDefinitionDTO) SetId(v int64)

SetId gets a reference to the given int64 and assigns it to the Id field.

func (*CustomBrandingDefinitionDTO) SetName ¶ added in v0.2.3

func (o *CustomBrandingDefinitionDTO) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*CustomBrandingDefinitionDTO) SetResource ¶ added in v0.2.3

func (o *CustomBrandingDefinitionDTO) SetResource(v string)

SetResource gets a reference to the given string and assigns it to the Resource field.

func (*CustomBrandingDefinitionDTO) SetType ¶ added in v0.2.3

func (o *CustomBrandingDefinitionDTO) SetType(v string)

SetType gets a reference to the given string and assigns it to the Type field.

func (*CustomBrandingDefinitionDTO) SetWebBrandingId ¶ added in v0.2.3

func (o *CustomBrandingDefinitionDTO) SetWebBrandingId(v string)

SetWebBrandingId gets a reference to the given string and assigns it to the WebBrandingId field.

func (*CustomBrandingDefinitionDTO) UnmarshalJSON ¶ added in v0.2.3

func (o *CustomBrandingDefinitionDTO) UnmarshalJSON(bytes []byte) (err error)

type CustomClassDTO ¶

type CustomClassDTO struct {
	Cardinality          *string                  `json:"cardinality,omitempty"`
	Fqcn                 *string                  `json:"fqcn,omitempty"`
	OsgiFilter           *string                  `json:"osgiFilter,omitempty"`
	OsgiService          *bool                    `json:"osgiService,omitempty"`
	Properties           []CustomClassPropertyDTO `json:"properties,omitempty"`
	TimeoutSecs          *int32                   `json:"timeoutSecs,omitempty"`
	Type                 *string                  `json:"type,omitempty"`
	AdditionalProperties map[string]interface{}
}

CustomClassDTO struct for CustomClassDTO

func NewCustomClassDTO ¶

func NewCustomClassDTO() *CustomClassDTO

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

func NewCustomClassDTOWithDefaults ¶

func NewCustomClassDTOWithDefaults() *CustomClassDTO

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

func (*CustomClassDTO) GetCardinality ¶

func (o *CustomClassDTO) GetCardinality() string

GetCardinality returns the Cardinality field value if set, zero value otherwise.

func (*CustomClassDTO) GetCardinalityOk ¶

func (o *CustomClassDTO) GetCardinalityOk() (*string, bool)

GetCardinalityOk returns a tuple with the Cardinality field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CustomClassDTO) GetFqcn ¶

func (o *CustomClassDTO) GetFqcn() string

GetFqcn returns the Fqcn field value if set, zero value otherwise.

func (*CustomClassDTO) GetFqcnOk ¶

func (o *CustomClassDTO) GetFqcnOk() (*string, bool)

GetFqcnOk returns a tuple with the Fqcn field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CustomClassDTO) GetOsgiFilter ¶

func (o *CustomClassDTO) GetOsgiFilter() string

GetOsgiFilter returns the OsgiFilter field value if set, zero value otherwise.

func (*CustomClassDTO) GetOsgiFilterOk ¶

func (o *CustomClassDTO) GetOsgiFilterOk() (*string, bool)

GetOsgiFilterOk returns a tuple with the OsgiFilter field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CustomClassDTO) GetOsgiService ¶

func (o *CustomClassDTO) GetOsgiService() bool

GetOsgiService returns the OsgiService field value if set, zero value otherwise.

func (*CustomClassDTO) GetOsgiServiceOk ¶

func (o *CustomClassDTO) GetOsgiServiceOk() (*bool, bool)

GetOsgiServiceOk returns a tuple with the OsgiService field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CustomClassDTO) GetProperties ¶

func (o *CustomClassDTO) GetProperties() []CustomClassPropertyDTO

GetProperties returns the Properties field value if set, zero value otherwise.

func (*CustomClassDTO) GetPropertiesOk ¶

func (o *CustomClassDTO) GetPropertiesOk() ([]CustomClassPropertyDTO, bool)

GetPropertiesOk returns a tuple with the Properties field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CustomClassDTO) GetTimeoutSecs ¶

func (o *CustomClassDTO) GetTimeoutSecs() int32

GetTimeoutSecs returns the TimeoutSecs field value if set, zero value otherwise.

func (*CustomClassDTO) GetTimeoutSecsOk ¶

func (o *CustomClassDTO) GetTimeoutSecsOk() (*int32, bool)

GetTimeoutSecsOk returns a tuple with the TimeoutSecs field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CustomClassDTO) GetType ¶

func (o *CustomClassDTO) GetType() string

GetType returns the Type field value if set, zero value otherwise.

func (*CustomClassDTO) GetTypeOk ¶

func (o *CustomClassDTO) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CustomClassDTO) HasCardinality ¶

func (o *CustomClassDTO) HasCardinality() bool

HasCardinality returns a boolean if a field has been set.

func (*CustomClassDTO) HasFqcn ¶

func (o *CustomClassDTO) HasFqcn() bool

HasFqcn returns a boolean if a field has been set.

func (*CustomClassDTO) HasOsgiFilter ¶

func (o *CustomClassDTO) HasOsgiFilter() bool

HasOsgiFilter returns a boolean if a field has been set.

func (*CustomClassDTO) HasOsgiService ¶

func (o *CustomClassDTO) HasOsgiService() bool

HasOsgiService returns a boolean if a field has been set.

func (*CustomClassDTO) HasProperties ¶

func (o *CustomClassDTO) HasProperties() bool

HasProperties returns a boolean if a field has been set.

func (*CustomClassDTO) HasTimeoutSecs ¶

func (o *CustomClassDTO) HasTimeoutSecs() bool

HasTimeoutSecs returns a boolean if a field has been set.

func (*CustomClassDTO) HasType ¶

func (o *CustomClassDTO) HasType() bool

HasType returns a boolean if a field has been set.

func (CustomClassDTO) MarshalJSON ¶

func (o CustomClassDTO) MarshalJSON() ([]byte, error)

func (*CustomClassDTO) SetCardinality ¶

func (o *CustomClassDTO) SetCardinality(v string)

SetCardinality gets a reference to the given string and assigns it to the Cardinality field.

func (*CustomClassDTO) SetFqcn ¶

func (o *CustomClassDTO) SetFqcn(v string)

SetFqcn gets a reference to the given string and assigns it to the Fqcn field.

func (*CustomClassDTO) SetOsgiFilter ¶

func (o *CustomClassDTO) SetOsgiFilter(v string)

SetOsgiFilter gets a reference to the given string and assigns it to the OsgiFilter field.

func (*CustomClassDTO) SetOsgiService ¶

func (o *CustomClassDTO) SetOsgiService(v bool)

SetOsgiService gets a reference to the given bool and assigns it to the OsgiService field.

func (*CustomClassDTO) SetProperties ¶

func (o *CustomClassDTO) SetProperties(v []CustomClassPropertyDTO)

SetProperties gets a reference to the given []CustomClassPropertyDTO and assigns it to the Properties field.

func (*CustomClassDTO) SetTimeoutSecs ¶

func (o *CustomClassDTO) SetTimeoutSecs(v int32)

SetTimeoutSecs gets a reference to the given int32 and assigns it to the TimeoutSecs field.

func (*CustomClassDTO) SetType ¶

func (o *CustomClassDTO) SetType(v string)

SetType gets a reference to the given string and assigns it to the Type field.

func (*CustomClassDTO) UnmarshalJSON ¶

func (o *CustomClassDTO) UnmarshalJSON(bytes []byte) (err error)

type CustomClassPropertyDTO ¶

type CustomClassPropertyDTO struct {
	Name                 *string `json:"name,omitempty"`
	Value                *string `json:"value,omitempty"`
	AdditionalProperties map[string]interface{}
}

CustomClassPropertyDTO struct for CustomClassPropertyDTO

func NewCustomClassPropertyDTO ¶

func NewCustomClassPropertyDTO() *CustomClassPropertyDTO

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

func NewCustomClassPropertyDTOWithDefaults ¶

func NewCustomClassPropertyDTOWithDefaults() *CustomClassPropertyDTO

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

func (*CustomClassPropertyDTO) GetName ¶

func (o *CustomClassPropertyDTO) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*CustomClassPropertyDTO) GetNameOk ¶

func (o *CustomClassPropertyDTO) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CustomClassPropertyDTO) GetValue ¶

func (o *CustomClassPropertyDTO) GetValue() string

GetValue returns the Value field value if set, zero value otherwise.

func (*CustomClassPropertyDTO) GetValueOk ¶

func (o *CustomClassPropertyDTO) GetValueOk() (*string, bool)

GetValueOk returns a tuple with the Value field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CustomClassPropertyDTO) HasName ¶

func (o *CustomClassPropertyDTO) HasName() bool

HasName returns a boolean if a field has been set.

func (*CustomClassPropertyDTO) HasValue ¶

func (o *CustomClassPropertyDTO) HasValue() bool

HasValue returns a boolean if a field has been set.

func (CustomClassPropertyDTO) MarshalJSON ¶

func (o CustomClassPropertyDTO) MarshalJSON() ([]byte, error)

func (*CustomClassPropertyDTO) SetName ¶

func (o *CustomClassPropertyDTO) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*CustomClassPropertyDTO) SetValue ¶

func (o *CustomClassPropertyDTO) SetValue(v string)

SetValue gets a reference to the given string and assigns it to the Value field.

func (*CustomClassPropertyDTO) UnmarshalJSON ¶

func (o *CustomClassPropertyDTO) UnmarshalJSON(bytes []byte) (err error)

type DbIdentitySourceDTO ¶

type DbIdentitySourceDTO struct {
	AcquireIncrement              *int32          `json:"acquireIncrement,omitempty"`
	Admin                         *string         `json:"admin,omitempty"`
	ConnectionUrl                 *string         `json:"connectionUrl,omitempty"`
	CredentialsQueryString        *string         `json:"credentialsQueryString,omitempty"`
	CustomClass                   *CustomClassDTO `json:"customClass,omitempty"`
	Description                   *string         `json:"description,omitempty"`
	Driver                        *ResourceDTO    `json:"driver,omitempty"`
	DriverName                    *string         `json:"driverName,omitempty"`
	ElementId                     *string         `json:"elementId,omitempty"`
	Id                            *int64          `json:"id,omitempty"`
	IdleConnectionTestPeriod      *int32          `json:"idleConnectionTestPeriod,omitempty"`
	InitialPoolSize               *int32          `json:"initialPoolSize,omitempty"`
	MaxIdleTime                   *int32          `json:"maxIdleTime,omitempty"`
	MaxPoolSize                   *int32          `json:"maxPoolSize,omitempty"`
	MinPoolSize                   *int32          `json:"minPoolSize,omitempty"`
	Name                          *string         `json:"name,omitempty"`
	Password                      *string         `json:"password,omitempty"`
	PooledDatasource              *bool           `json:"pooledDatasource,omitempty"`
	RelayCredentialQueryString    *string         `json:"relayCredentialQueryString,omitempty"`
	ResetCredentialDml            *string         `json:"resetCredentialDml,omitempty"`
	RolesQueryString              *string         `json:"rolesQueryString,omitempty"`
	UseColumnNamesAsPropertyNames *bool           `json:"useColumnNamesAsPropertyNames,omitempty"`
	UserPropertiesQueryString     *string         `json:"userPropertiesQueryString,omitempty"`
	UserQueryString               *string         `json:"userQueryString,omitempty"`
	X                             *float64        `json:"x,omitempty"`
	Y                             *float64        `json:"y,omitempty"`
	AdditionalProperties          map[string]interface{}
}

DbIdentitySourceDTO struct for DbIdentitySourceDTO

func NewDbIdentitySourceDTO ¶

func NewDbIdentitySourceDTO() *DbIdentitySourceDTO

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

func NewDbIdentitySourceDTOWithDefaults ¶

func NewDbIdentitySourceDTOWithDefaults() *DbIdentitySourceDTO

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

func (*DbIdentitySourceDTO) GetAcquireIncrement ¶

func (o *DbIdentitySourceDTO) GetAcquireIncrement() int32

GetAcquireIncrement returns the AcquireIncrement field value if set, zero value otherwise.

func (*DbIdentitySourceDTO) GetAcquireIncrementOk ¶

func (o *DbIdentitySourceDTO) GetAcquireIncrementOk() (*int32, bool)

GetAcquireIncrementOk returns a tuple with the AcquireIncrement field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DbIdentitySourceDTO) GetAdmin ¶

func (o *DbIdentitySourceDTO) GetAdmin() string

GetAdmin returns the Admin field value if set, zero value otherwise.

func (*DbIdentitySourceDTO) GetAdminOk ¶

func (o *DbIdentitySourceDTO) GetAdminOk() (*string, bool)

GetAdminOk returns a tuple with the Admin field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DbIdentitySourceDTO) GetConnectionUrl ¶

func (o *DbIdentitySourceDTO) GetConnectionUrl() string

GetConnectionUrl returns the ConnectionUrl field value if set, zero value otherwise.

func (*DbIdentitySourceDTO) GetConnectionUrlOk ¶

func (o *DbIdentitySourceDTO) GetConnectionUrlOk() (*string, bool)

GetConnectionUrlOk returns a tuple with the ConnectionUrl field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DbIdentitySourceDTO) GetCredentialsQueryString ¶

func (o *DbIdentitySourceDTO) GetCredentialsQueryString() string

GetCredentialsQueryString returns the CredentialsQueryString field value if set, zero value otherwise.

func (*DbIdentitySourceDTO) GetCredentialsQueryStringOk ¶

func (o *DbIdentitySourceDTO) GetCredentialsQueryStringOk() (*string, bool)

GetCredentialsQueryStringOk returns a tuple with the CredentialsQueryString field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DbIdentitySourceDTO) GetCustomClass ¶

func (o *DbIdentitySourceDTO) GetCustomClass() CustomClassDTO

GetCustomClass returns the CustomClass field value if set, zero value otherwise.

func (*DbIdentitySourceDTO) GetCustomClassOk ¶

func (o *DbIdentitySourceDTO) GetCustomClassOk() (*CustomClassDTO, bool)

GetCustomClassOk returns a tuple with the CustomClass field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DbIdentitySourceDTO) GetDescription ¶

func (o *DbIdentitySourceDTO) GetDescription() string

GetDescription returns the Description field value if set, zero value otherwise.

func (*DbIdentitySourceDTO) GetDescriptionOk ¶

func (o *DbIdentitySourceDTO) GetDescriptionOk() (*string, bool)

GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DbIdentitySourceDTO) GetDriver ¶

func (o *DbIdentitySourceDTO) GetDriver() ResourceDTO

GetDriver returns the Driver field value if set, zero value otherwise.

func (*DbIdentitySourceDTO) GetDriverName ¶

func (o *DbIdentitySourceDTO) GetDriverName() string

GetDriverName returns the DriverName field value if set, zero value otherwise.

func (*DbIdentitySourceDTO) GetDriverNameOk ¶

func (o *DbIdentitySourceDTO) GetDriverNameOk() (*string, bool)

GetDriverNameOk returns a tuple with the DriverName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DbIdentitySourceDTO) GetDriverOk ¶

func (o *DbIdentitySourceDTO) GetDriverOk() (*ResourceDTO, bool)

GetDriverOk returns a tuple with the Driver field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DbIdentitySourceDTO) GetElementId ¶

func (o *DbIdentitySourceDTO) GetElementId() string

GetElementId returns the ElementId field value if set, zero value otherwise.

func (*DbIdentitySourceDTO) GetElementIdOk ¶

func (o *DbIdentitySourceDTO) GetElementIdOk() (*string, bool)

GetElementIdOk returns a tuple with the ElementId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DbIdentitySourceDTO) GetId ¶

func (o *DbIdentitySourceDTO) GetId() int64

GetId returns the Id field value if set, zero value otherwise.

func (*DbIdentitySourceDTO) GetIdOk ¶

func (o *DbIdentitySourceDTO) GetIdOk() (*int64, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DbIdentitySourceDTO) GetIdleConnectionTestPeriod ¶

func (o *DbIdentitySourceDTO) GetIdleConnectionTestPeriod() int32

GetIdleConnectionTestPeriod returns the IdleConnectionTestPeriod field value if set, zero value otherwise.

func (*DbIdentitySourceDTO) GetIdleConnectionTestPeriodOk ¶

func (o *DbIdentitySourceDTO) GetIdleConnectionTestPeriodOk() (*int32, bool)

GetIdleConnectionTestPeriodOk returns a tuple with the IdleConnectionTestPeriod field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DbIdentitySourceDTO) GetInitialPoolSize ¶

func (o *DbIdentitySourceDTO) GetInitialPoolSize() int32

GetInitialPoolSize returns the InitialPoolSize field value if set, zero value otherwise.

func (*DbIdentitySourceDTO) GetInitialPoolSizeOk ¶

func (o *DbIdentitySourceDTO) GetInitialPoolSizeOk() (*int32, bool)

GetInitialPoolSizeOk returns a tuple with the InitialPoolSize field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DbIdentitySourceDTO) GetMaxIdleTime ¶

func (o *DbIdentitySourceDTO) GetMaxIdleTime() int32

GetMaxIdleTime returns the MaxIdleTime field value if set, zero value otherwise.

func (*DbIdentitySourceDTO) GetMaxIdleTimeOk ¶

func (o *DbIdentitySourceDTO) GetMaxIdleTimeOk() (*int32, bool)

GetMaxIdleTimeOk returns a tuple with the MaxIdleTime field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DbIdentitySourceDTO) GetMaxPoolSize ¶

func (o *DbIdentitySourceDTO) GetMaxPoolSize() int32

GetMaxPoolSize returns the MaxPoolSize field value if set, zero value otherwise.

func (*DbIdentitySourceDTO) GetMaxPoolSizeOk ¶

func (o *DbIdentitySourceDTO) GetMaxPoolSizeOk() (*int32, bool)

GetMaxPoolSizeOk returns a tuple with the MaxPoolSize field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DbIdentitySourceDTO) GetMinPoolSize ¶

func (o *DbIdentitySourceDTO) GetMinPoolSize() int32

GetMinPoolSize returns the MinPoolSize field value if set, zero value otherwise.

func (*DbIdentitySourceDTO) GetMinPoolSizeOk ¶

func (o *DbIdentitySourceDTO) GetMinPoolSizeOk() (*int32, bool)

GetMinPoolSizeOk returns a tuple with the MinPoolSize field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DbIdentitySourceDTO) GetName ¶

func (o *DbIdentitySourceDTO) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*DbIdentitySourceDTO) GetNameOk ¶

func (o *DbIdentitySourceDTO) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DbIdentitySourceDTO) GetPassword ¶

func (o *DbIdentitySourceDTO) GetPassword() string

GetPassword returns the Password field value if set, zero value otherwise.

func (*DbIdentitySourceDTO) GetPasswordOk ¶

func (o *DbIdentitySourceDTO) GetPasswordOk() (*string, bool)

GetPasswordOk returns a tuple with the Password field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DbIdentitySourceDTO) GetPooledDatasource ¶

func (o *DbIdentitySourceDTO) GetPooledDatasource() bool

GetPooledDatasource returns the PooledDatasource field value if set, zero value otherwise.

func (*DbIdentitySourceDTO) GetPooledDatasourceOk ¶

func (o *DbIdentitySourceDTO) GetPooledDatasourceOk() (*bool, bool)

GetPooledDatasourceOk returns a tuple with the PooledDatasource field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DbIdentitySourceDTO) GetRelayCredentialQueryString ¶

func (o *DbIdentitySourceDTO) GetRelayCredentialQueryString() string

GetRelayCredentialQueryString returns the RelayCredentialQueryString field value if set, zero value otherwise.

func (*DbIdentitySourceDTO) GetRelayCredentialQueryStringOk ¶

func (o *DbIdentitySourceDTO) GetRelayCredentialQueryStringOk() (*string, bool)

GetRelayCredentialQueryStringOk returns a tuple with the RelayCredentialQueryString field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DbIdentitySourceDTO) GetResetCredentialDml ¶

func (o *DbIdentitySourceDTO) GetResetCredentialDml() string

GetResetCredentialDml returns the ResetCredentialDml field value if set, zero value otherwise.

func (*DbIdentitySourceDTO) GetResetCredentialDmlOk ¶

func (o *DbIdentitySourceDTO) GetResetCredentialDmlOk() (*string, bool)

GetResetCredentialDmlOk returns a tuple with the ResetCredentialDml field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DbIdentitySourceDTO) GetRolesQueryString ¶

func (o *DbIdentitySourceDTO) GetRolesQueryString() string

GetRolesQueryString returns the RolesQueryString field value if set, zero value otherwise.

func (*DbIdentitySourceDTO) GetRolesQueryStringOk ¶

func (o *DbIdentitySourceDTO) GetRolesQueryStringOk() (*string, bool)

GetRolesQueryStringOk returns a tuple with the RolesQueryString field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DbIdentitySourceDTO) GetUseColumnNamesAsPropertyNames ¶

func (o *DbIdentitySourceDTO) GetUseColumnNamesAsPropertyNames() bool

GetUseColumnNamesAsPropertyNames returns the UseColumnNamesAsPropertyNames field value if set, zero value otherwise.

func (*DbIdentitySourceDTO) GetUseColumnNamesAsPropertyNamesOk ¶

func (o *DbIdentitySourceDTO) GetUseColumnNamesAsPropertyNamesOk() (*bool, bool)

GetUseColumnNamesAsPropertyNamesOk returns a tuple with the UseColumnNamesAsPropertyNames field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DbIdentitySourceDTO) GetUserPropertiesQueryString ¶

func (o *DbIdentitySourceDTO) GetUserPropertiesQueryString() string

GetUserPropertiesQueryString returns the UserPropertiesQueryString field value if set, zero value otherwise.

func (*DbIdentitySourceDTO) GetUserPropertiesQueryStringOk ¶

func (o *DbIdentitySourceDTO) GetUserPropertiesQueryStringOk() (*string, bool)

GetUserPropertiesQueryStringOk returns a tuple with the UserPropertiesQueryString field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DbIdentitySourceDTO) GetUserQueryString ¶

func (o *DbIdentitySourceDTO) GetUserQueryString() string

GetUserQueryString returns the UserQueryString field value if set, zero value otherwise.

func (*DbIdentitySourceDTO) GetUserQueryStringOk ¶

func (o *DbIdentitySourceDTO) GetUserQueryStringOk() (*string, bool)

GetUserQueryStringOk returns a tuple with the UserQueryString field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DbIdentitySourceDTO) GetX ¶

func (o *DbIdentitySourceDTO) GetX() float64

GetX returns the X field value if set, zero value otherwise.

func (*DbIdentitySourceDTO) GetXOk ¶

func (o *DbIdentitySourceDTO) GetXOk() (*float64, bool)

GetXOk returns a tuple with the X field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DbIdentitySourceDTO) GetY ¶

func (o *DbIdentitySourceDTO) GetY() float64

GetY returns the Y field value if set, zero value otherwise.

func (*DbIdentitySourceDTO) GetYOk ¶

func (o *DbIdentitySourceDTO) GetYOk() (*float64, bool)

GetYOk returns a tuple with the Y field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DbIdentitySourceDTO) HasAcquireIncrement ¶

func (o *DbIdentitySourceDTO) HasAcquireIncrement() bool

HasAcquireIncrement returns a boolean if a field has been set.

func (*DbIdentitySourceDTO) HasAdmin ¶

func (o *DbIdentitySourceDTO) HasAdmin() bool

HasAdmin returns a boolean if a field has been set.

func (*DbIdentitySourceDTO) HasConnectionUrl ¶

func (o *DbIdentitySourceDTO) HasConnectionUrl() bool

HasConnectionUrl returns a boolean if a field has been set.

func (*DbIdentitySourceDTO) HasCredentialsQueryString ¶

func (o *DbIdentitySourceDTO) HasCredentialsQueryString() bool

HasCredentialsQueryString returns a boolean if a field has been set.

func (*DbIdentitySourceDTO) HasCustomClass ¶

func (o *DbIdentitySourceDTO) HasCustomClass() bool

HasCustomClass returns a boolean if a field has been set.

func (*DbIdentitySourceDTO) HasDescription ¶

func (o *DbIdentitySourceDTO) HasDescription() bool

HasDescription returns a boolean if a field has been set.

func (*DbIdentitySourceDTO) HasDriver ¶

func (o *DbIdentitySourceDTO) HasDriver() bool

HasDriver returns a boolean if a field has been set.

func (*DbIdentitySourceDTO) HasDriverName ¶

func (o *DbIdentitySourceDTO) HasDriverName() bool

HasDriverName returns a boolean if a field has been set.

func (*DbIdentitySourceDTO) HasElementId ¶

func (o *DbIdentitySourceDTO) HasElementId() bool

HasElementId returns a boolean if a field has been set.

func (*DbIdentitySourceDTO) HasId ¶

func (o *DbIdentitySourceDTO) HasId() bool

HasId returns a boolean if a field has been set.

func (*DbIdentitySourceDTO) HasIdleConnectionTestPeriod ¶

func (o *DbIdentitySourceDTO) HasIdleConnectionTestPeriod() bool

HasIdleConnectionTestPeriod returns a boolean if a field has been set.

func (*DbIdentitySourceDTO) HasInitialPoolSize ¶

func (o *DbIdentitySourceDTO) HasInitialPoolSize() bool

HasInitialPoolSize returns a boolean if a field has been set.

func (*DbIdentitySourceDTO) HasMaxIdleTime ¶

func (o *DbIdentitySourceDTO) HasMaxIdleTime() bool

HasMaxIdleTime returns a boolean if a field has been set.

func (*DbIdentitySourceDTO) HasMaxPoolSize ¶

func (o *DbIdentitySourceDTO) HasMaxPoolSize() bool

HasMaxPoolSize returns a boolean if a field has been set.

func (*DbIdentitySourceDTO) HasMinPoolSize ¶

func (o *DbIdentitySourceDTO) HasMinPoolSize() bool

HasMinPoolSize returns a boolean if a field has been set.

func (*DbIdentitySourceDTO) HasName ¶

func (o *DbIdentitySourceDTO) HasName() bool

HasName returns a boolean if a field has been set.

func (*DbIdentitySourceDTO) HasPassword ¶

func (o *DbIdentitySourceDTO) HasPassword() bool

HasPassword returns a boolean if a field has been set.

func (*DbIdentitySourceDTO) HasPooledDatasource ¶

func (o *DbIdentitySourceDTO) HasPooledDatasource() bool

HasPooledDatasource returns a boolean if a field has been set.

func (*DbIdentitySourceDTO) HasRelayCredentialQueryString ¶

func (o *DbIdentitySourceDTO) HasRelayCredentialQueryString() bool

HasRelayCredentialQueryString returns a boolean if a field has been set.

func (*DbIdentitySourceDTO) HasResetCredentialDml ¶

func (o *DbIdentitySourceDTO) HasResetCredentialDml() bool

HasResetCredentialDml returns a boolean if a field has been set.

func (*DbIdentitySourceDTO) HasRolesQueryString ¶

func (o *DbIdentitySourceDTO) HasRolesQueryString() bool

HasRolesQueryString returns a boolean if a field has been set.

func (*DbIdentitySourceDTO) HasUseColumnNamesAsPropertyNames ¶

func (o *DbIdentitySourceDTO) HasUseColumnNamesAsPropertyNames() bool

HasUseColumnNamesAsPropertyNames returns a boolean if a field has been set.

func (*DbIdentitySourceDTO) HasUserPropertiesQueryString ¶

func (o *DbIdentitySourceDTO) HasUserPropertiesQueryString() bool

HasUserPropertiesQueryString returns a boolean if a field has been set.

func (*DbIdentitySourceDTO) HasUserQueryString ¶

func (o *DbIdentitySourceDTO) HasUserQueryString() bool

HasUserQueryString returns a boolean if a field has been set.

func (*DbIdentitySourceDTO) HasX ¶

func (o *DbIdentitySourceDTO) HasX() bool

HasX returns a boolean if a field has been set.

func (*DbIdentitySourceDTO) HasY ¶

func (o *DbIdentitySourceDTO) HasY() bool

HasY returns a boolean if a field has been set.

func (DbIdentitySourceDTO) MarshalJSON ¶

func (o DbIdentitySourceDTO) MarshalJSON() ([]byte, error)

func (*DbIdentitySourceDTO) SetAcquireIncrement ¶

func (o *DbIdentitySourceDTO) SetAcquireIncrement(v int32)

SetAcquireIncrement gets a reference to the given int32 and assigns it to the AcquireIncrement field.

func (*DbIdentitySourceDTO) SetAdmin ¶

func (o *DbIdentitySourceDTO) SetAdmin(v string)

SetAdmin gets a reference to the given string and assigns it to the Admin field.

func (*DbIdentitySourceDTO) SetConnectionUrl ¶

func (o *DbIdentitySourceDTO) SetConnectionUrl(v string)

SetConnectionUrl gets a reference to the given string and assigns it to the ConnectionUrl field.

func (*DbIdentitySourceDTO) SetCredentialsQueryString ¶

func (o *DbIdentitySourceDTO) SetCredentialsQueryString(v string)

SetCredentialsQueryString gets a reference to the given string and assigns it to the CredentialsQueryString field.

func (*DbIdentitySourceDTO) SetCustomClass ¶

func (o *DbIdentitySourceDTO) SetCustomClass(v CustomClassDTO)

SetCustomClass gets a reference to the given CustomClassDTO and assigns it to the CustomClass field.

func (*DbIdentitySourceDTO) SetDescription ¶

func (o *DbIdentitySourceDTO) SetDescription(v string)

SetDescription gets a reference to the given string and assigns it to the Description field.

func (*DbIdentitySourceDTO) SetDriver ¶

func (o *DbIdentitySourceDTO) SetDriver(v ResourceDTO)

SetDriver gets a reference to the given ResourceDTO and assigns it to the Driver field.

func (*DbIdentitySourceDTO) SetDriverName ¶

func (o *DbIdentitySourceDTO) SetDriverName(v string)

SetDriverName gets a reference to the given string and assigns it to the DriverName field.

func (*DbIdentitySourceDTO) SetElementId ¶

func (o *DbIdentitySourceDTO) SetElementId(v string)

SetElementId gets a reference to the given string and assigns it to the ElementId field.

func (*DbIdentitySourceDTO) SetId ¶

func (o *DbIdentitySourceDTO) SetId(v int64)

SetId gets a reference to the given int64 and assigns it to the Id field.

func (*DbIdentitySourceDTO) SetIdleConnectionTestPeriod ¶

func (o *DbIdentitySourceDTO) SetIdleConnectionTestPeriod(v int32)

SetIdleConnectionTestPeriod gets a reference to the given int32 and assigns it to the IdleConnectionTestPeriod field.

func (*DbIdentitySourceDTO) SetInitialPoolSize ¶

func (o *DbIdentitySourceDTO) SetInitialPoolSize(v int32)

SetInitialPoolSize gets a reference to the given int32 and assigns it to the InitialPoolSize field.

func (*DbIdentitySourceDTO) SetMaxIdleTime ¶

func (o *DbIdentitySourceDTO) SetMaxIdleTime(v int32)

SetMaxIdleTime gets a reference to the given int32 and assigns it to the MaxIdleTime field.

func (*DbIdentitySourceDTO) SetMaxPoolSize ¶

func (o *DbIdentitySourceDTO) SetMaxPoolSize(v int32)

SetMaxPoolSize gets a reference to the given int32 and assigns it to the MaxPoolSize field.

func (*DbIdentitySourceDTO) SetMinPoolSize ¶

func (o *DbIdentitySourceDTO) SetMinPoolSize(v int32)

SetMinPoolSize gets a reference to the given int32 and assigns it to the MinPoolSize field.

func (*DbIdentitySourceDTO) SetName ¶

func (o *DbIdentitySourceDTO) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*DbIdentitySourceDTO) SetPassword ¶

func (o *DbIdentitySourceDTO) SetPassword(v string)

SetPassword gets a reference to the given string and assigns it to the Password field.

func (*DbIdentitySourceDTO) SetPooledDatasource ¶

func (o *DbIdentitySourceDTO) SetPooledDatasource(v bool)

SetPooledDatasource gets a reference to the given bool and assigns it to the PooledDatasource field.

func (*DbIdentitySourceDTO) SetRelayCredentialQueryString ¶

func (o *DbIdentitySourceDTO) SetRelayCredentialQueryString(v string)

SetRelayCredentialQueryString gets a reference to the given string and assigns it to the RelayCredentialQueryString field.

func (*DbIdentitySourceDTO) SetResetCredentialDml ¶

func (o *DbIdentitySourceDTO) SetResetCredentialDml(v string)

SetResetCredentialDml gets a reference to the given string and assigns it to the ResetCredentialDml field.

func (*DbIdentitySourceDTO) SetRolesQueryString ¶

func (o *DbIdentitySourceDTO) SetRolesQueryString(v string)

SetRolesQueryString gets a reference to the given string and assigns it to the RolesQueryString field.

func (*DbIdentitySourceDTO) SetUseColumnNamesAsPropertyNames ¶

func (o *DbIdentitySourceDTO) SetUseColumnNamesAsPropertyNames(v bool)

SetUseColumnNamesAsPropertyNames gets a reference to the given bool and assigns it to the UseColumnNamesAsPropertyNames field.

func (*DbIdentitySourceDTO) SetUserPropertiesQueryString ¶

func (o *DbIdentitySourceDTO) SetUserPropertiesQueryString(v string)

SetUserPropertiesQueryString gets a reference to the given string and assigns it to the UserPropertiesQueryString field.

func (*DbIdentitySourceDTO) SetUserQueryString ¶

func (o *DbIdentitySourceDTO) SetUserQueryString(v string)

SetUserQueryString gets a reference to the given string and assigns it to the UserQueryString field.

func (*DbIdentitySourceDTO) SetX ¶

func (o *DbIdentitySourceDTO) SetX(v float64)

SetX gets a reference to the given float64 and assigns it to the X field.

func (*DbIdentitySourceDTO) SetY ¶

func (o *DbIdentitySourceDTO) SetY(v float64)

SetY gets a reference to the given float64 and assigns it to the Y field.

func (*DbIdentitySourceDTO) UnmarshalJSON ¶

func (o *DbIdentitySourceDTO) UnmarshalJSON(bytes []byte) (err error)

type DbIdentityVaultDTO ¶

type DbIdentityVaultDTO struct {
	AcquireIncrement         *int32   `json:"acquireIncrement,omitempty"`
	ConnectionUrl            *string  `json:"connectionUrl,omitempty"`
	Description              *string  `json:"description,omitempty"`
	DriverName               *string  `json:"driverName,omitempty"`
	ElementId                *string  `json:"elementId,omitempty"`
	ExternalDB               *bool    `json:"externalDB,omitempty"`
	HashAlgorithm            *string  `json:"hashAlgorithm,omitempty"`
	HashEncoding             *string  `json:"hashEncoding,omitempty"`
	Id                       *int64   `json:"id,omitempty"`
	IdleConnectionTestPeriod *int32   `json:"idleConnectionTestPeriod,omitempty"`
	InitialPoolSize          *int32   `json:"initialPoolSize,omitempty"`
	MaxIdleTime              *int32   `json:"maxIdleTime,omitempty"`
	MaxPoolSize              *int32   `json:"maxPoolSize,omitempty"`
	MinPoolSize              *int32   `json:"minPoolSize,omitempty"`
	Name                     *string  `json:"name,omitempty"`
	Password                 *string  `json:"password,omitempty"`
	PooledDatasource         *bool    `json:"pooledDatasource,omitempty"`
	SaltLength               *int32   `json:"saltLength,omitempty"`
	SaltValue                *string  `json:"saltValue,omitempty"`
	Username                 *string  `json:"username,omitempty"`
	X                        *float64 `json:"x,omitempty"`
	Y                        *float64 `json:"y,omitempty"`
	AdditionalProperties     map[string]interface{}
}

DbIdentityVaultDTO struct for DbIdentityVaultDTO

func NewDbIdentityVaultDTO ¶

func NewDbIdentityVaultDTO() *DbIdentityVaultDTO

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

func NewDbIdentityVaultDTOWithDefaults ¶

func NewDbIdentityVaultDTOWithDefaults() *DbIdentityVaultDTO

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

func (*DbIdentityVaultDTO) GetAcquireIncrement ¶

func (o *DbIdentityVaultDTO) GetAcquireIncrement() int32

GetAcquireIncrement returns the AcquireIncrement field value if set, zero value otherwise.

func (*DbIdentityVaultDTO) GetAcquireIncrementOk ¶

func (o *DbIdentityVaultDTO) GetAcquireIncrementOk() (*int32, bool)

GetAcquireIncrementOk returns a tuple with the AcquireIncrement field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DbIdentityVaultDTO) GetConnectionUrl ¶

func (o *DbIdentityVaultDTO) GetConnectionUrl() string

GetConnectionUrl returns the ConnectionUrl field value if set, zero value otherwise.

func (*DbIdentityVaultDTO) GetConnectionUrlOk ¶

func (o *DbIdentityVaultDTO) GetConnectionUrlOk() (*string, bool)

GetConnectionUrlOk returns a tuple with the ConnectionUrl field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DbIdentityVaultDTO) GetDescription ¶

func (o *DbIdentityVaultDTO) GetDescription() string

GetDescription returns the Description field value if set, zero value otherwise.

func (*DbIdentityVaultDTO) GetDescriptionOk ¶

func (o *DbIdentityVaultDTO) GetDescriptionOk() (*string, bool)

GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DbIdentityVaultDTO) GetDriverName ¶

func (o *DbIdentityVaultDTO) GetDriverName() string

GetDriverName returns the DriverName field value if set, zero value otherwise.

func (*DbIdentityVaultDTO) GetDriverNameOk ¶

func (o *DbIdentityVaultDTO) GetDriverNameOk() (*string, bool)

GetDriverNameOk returns a tuple with the DriverName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DbIdentityVaultDTO) GetElementId ¶

func (o *DbIdentityVaultDTO) GetElementId() string

GetElementId returns the ElementId field value if set, zero value otherwise.

func (*DbIdentityVaultDTO) GetElementIdOk ¶

func (o *DbIdentityVaultDTO) GetElementIdOk() (*string, bool)

GetElementIdOk returns a tuple with the ElementId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DbIdentityVaultDTO) GetExternalDB ¶

func (o *DbIdentityVaultDTO) GetExternalDB() bool

GetExternalDB returns the ExternalDB field value if set, zero value otherwise.

func (*DbIdentityVaultDTO) GetExternalDBOk ¶

func (o *DbIdentityVaultDTO) GetExternalDBOk() (*bool, bool)

GetExternalDBOk returns a tuple with the ExternalDB field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DbIdentityVaultDTO) GetHashAlgorithm ¶

func (o *DbIdentityVaultDTO) GetHashAlgorithm() string

GetHashAlgorithm returns the HashAlgorithm field value if set, zero value otherwise.

func (*DbIdentityVaultDTO) GetHashAlgorithmOk ¶

func (o *DbIdentityVaultDTO) GetHashAlgorithmOk() (*string, bool)

GetHashAlgorithmOk returns a tuple with the HashAlgorithm field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DbIdentityVaultDTO) GetHashEncoding ¶

func (o *DbIdentityVaultDTO) GetHashEncoding() string

GetHashEncoding returns the HashEncoding field value if set, zero value otherwise.

func (*DbIdentityVaultDTO) GetHashEncodingOk ¶

func (o *DbIdentityVaultDTO) GetHashEncodingOk() (*string, bool)

GetHashEncodingOk returns a tuple with the HashEncoding field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DbIdentityVaultDTO) GetId ¶

func (o *DbIdentityVaultDTO) GetId() int64

GetId returns the Id field value if set, zero value otherwise.

func (*DbIdentityVaultDTO) GetIdOk ¶

func (o *DbIdentityVaultDTO) GetIdOk() (*int64, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DbIdentityVaultDTO) GetIdleConnectionTestPeriod ¶

func (o *DbIdentityVaultDTO) GetIdleConnectionTestPeriod() int32

GetIdleConnectionTestPeriod returns the IdleConnectionTestPeriod field value if set, zero value otherwise.

func (*DbIdentityVaultDTO) GetIdleConnectionTestPeriodOk ¶

func (o *DbIdentityVaultDTO) GetIdleConnectionTestPeriodOk() (*int32, bool)

GetIdleConnectionTestPeriodOk returns a tuple with the IdleConnectionTestPeriod field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DbIdentityVaultDTO) GetInitialPoolSize ¶

func (o *DbIdentityVaultDTO) GetInitialPoolSize() int32

GetInitialPoolSize returns the InitialPoolSize field value if set, zero value otherwise.

func (*DbIdentityVaultDTO) GetInitialPoolSizeOk ¶

func (o *DbIdentityVaultDTO) GetInitialPoolSizeOk() (*int32, bool)

GetInitialPoolSizeOk returns a tuple with the InitialPoolSize field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DbIdentityVaultDTO) GetMaxIdleTime ¶

func (o *DbIdentityVaultDTO) GetMaxIdleTime() int32

GetMaxIdleTime returns the MaxIdleTime field value if set, zero value otherwise.

func (*DbIdentityVaultDTO) GetMaxIdleTimeOk ¶

func (o *DbIdentityVaultDTO) GetMaxIdleTimeOk() (*int32, bool)

GetMaxIdleTimeOk returns a tuple with the MaxIdleTime field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DbIdentityVaultDTO) GetMaxPoolSize ¶

func (o *DbIdentityVaultDTO) GetMaxPoolSize() int32

GetMaxPoolSize returns the MaxPoolSize field value if set, zero value otherwise.

func (*DbIdentityVaultDTO) GetMaxPoolSizeOk ¶

func (o *DbIdentityVaultDTO) GetMaxPoolSizeOk() (*int32, bool)

GetMaxPoolSizeOk returns a tuple with the MaxPoolSize field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DbIdentityVaultDTO) GetMinPoolSize ¶

func (o *DbIdentityVaultDTO) GetMinPoolSize() int32

GetMinPoolSize returns the MinPoolSize field value if set, zero value otherwise.

func (*DbIdentityVaultDTO) GetMinPoolSizeOk ¶

func (o *DbIdentityVaultDTO) GetMinPoolSizeOk() (*int32, bool)

GetMinPoolSizeOk returns a tuple with the MinPoolSize field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DbIdentityVaultDTO) GetName ¶

func (o *DbIdentityVaultDTO) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*DbIdentityVaultDTO) GetNameOk ¶

func (o *DbIdentityVaultDTO) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DbIdentityVaultDTO) GetPassword ¶

func (o *DbIdentityVaultDTO) GetPassword() string

GetPassword returns the Password field value if set, zero value otherwise.

func (*DbIdentityVaultDTO) GetPasswordOk ¶

func (o *DbIdentityVaultDTO) GetPasswordOk() (*string, bool)

GetPasswordOk returns a tuple with the Password field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DbIdentityVaultDTO) GetPooledDatasource ¶

func (o *DbIdentityVaultDTO) GetPooledDatasource() bool

GetPooledDatasource returns the PooledDatasource field value if set, zero value otherwise.

func (*DbIdentityVaultDTO) GetPooledDatasourceOk ¶

func (o *DbIdentityVaultDTO) GetPooledDatasourceOk() (*bool, bool)

GetPooledDatasourceOk returns a tuple with the PooledDatasource field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DbIdentityVaultDTO) GetSaltLength ¶

func (o *DbIdentityVaultDTO) GetSaltLength() int32

GetSaltLength returns the SaltLength field value if set, zero value otherwise.

func (*DbIdentityVaultDTO) GetSaltLengthOk ¶

func (o *DbIdentityVaultDTO) GetSaltLengthOk() (*int32, bool)

GetSaltLengthOk returns a tuple with the SaltLength field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DbIdentityVaultDTO) GetSaltValue ¶

func (o *DbIdentityVaultDTO) GetSaltValue() string

GetSaltValue returns the SaltValue field value if set, zero value otherwise.

func (*DbIdentityVaultDTO) GetSaltValueOk ¶

func (o *DbIdentityVaultDTO) GetSaltValueOk() (*string, bool)

GetSaltValueOk returns a tuple with the SaltValue field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DbIdentityVaultDTO) GetUsername ¶

func (o *DbIdentityVaultDTO) GetUsername() string

GetUsername returns the Username field value if set, zero value otherwise.

func (*DbIdentityVaultDTO) GetUsernameOk ¶

func (o *DbIdentityVaultDTO) GetUsernameOk() (*string, bool)

GetUsernameOk returns a tuple with the Username field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DbIdentityVaultDTO) GetX ¶

func (o *DbIdentityVaultDTO) GetX() float64

GetX returns the X field value if set, zero value otherwise.

func (*DbIdentityVaultDTO) GetXOk ¶

func (o *DbIdentityVaultDTO) GetXOk() (*float64, bool)

GetXOk returns a tuple with the X field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DbIdentityVaultDTO) GetY ¶

func (o *DbIdentityVaultDTO) GetY() float64

GetY returns the Y field value if set, zero value otherwise.

func (*DbIdentityVaultDTO) GetYOk ¶

func (o *DbIdentityVaultDTO) GetYOk() (*float64, bool)

GetYOk returns a tuple with the Y field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DbIdentityVaultDTO) HasAcquireIncrement ¶

func (o *DbIdentityVaultDTO) HasAcquireIncrement() bool

HasAcquireIncrement returns a boolean if a field has been set.

func (*DbIdentityVaultDTO) HasConnectionUrl ¶

func (o *DbIdentityVaultDTO) HasConnectionUrl() bool

HasConnectionUrl returns a boolean if a field has been set.

func (*DbIdentityVaultDTO) HasDescription ¶

func (o *DbIdentityVaultDTO) HasDescription() bool

HasDescription returns a boolean if a field has been set.

func (*DbIdentityVaultDTO) HasDriverName ¶

func (o *DbIdentityVaultDTO) HasDriverName() bool

HasDriverName returns a boolean if a field has been set.

func (*DbIdentityVaultDTO) HasElementId ¶

func (o *DbIdentityVaultDTO) HasElementId() bool

HasElementId returns a boolean if a field has been set.

func (*DbIdentityVaultDTO) HasExternalDB ¶

func (o *DbIdentityVaultDTO) HasExternalDB() bool

HasExternalDB returns a boolean if a field has been set.

func (*DbIdentityVaultDTO) HasHashAlgorithm ¶

func (o *DbIdentityVaultDTO) HasHashAlgorithm() bool

HasHashAlgorithm returns a boolean if a field has been set.

func (*DbIdentityVaultDTO) HasHashEncoding ¶

func (o *DbIdentityVaultDTO) HasHashEncoding() bool

HasHashEncoding returns a boolean if a field has been set.

func (*DbIdentityVaultDTO) HasId ¶

func (o *DbIdentityVaultDTO) HasId() bool

HasId returns a boolean if a field has been set.

func (*DbIdentityVaultDTO) HasIdleConnectionTestPeriod ¶

func (o *DbIdentityVaultDTO) HasIdleConnectionTestPeriod() bool

HasIdleConnectionTestPeriod returns a boolean if a field has been set.

func (*DbIdentityVaultDTO) HasInitialPoolSize ¶

func (o *DbIdentityVaultDTO) HasInitialPoolSize() bool

HasInitialPoolSize returns a boolean if a field has been set.

func (*DbIdentityVaultDTO) HasMaxIdleTime ¶

func (o *DbIdentityVaultDTO) HasMaxIdleTime() bool

HasMaxIdleTime returns a boolean if a field has been set.

func (*DbIdentityVaultDTO) HasMaxPoolSize ¶

func (o *DbIdentityVaultDTO) HasMaxPoolSize() bool

HasMaxPoolSize returns a boolean if a field has been set.

func (*DbIdentityVaultDTO) HasMinPoolSize ¶

func (o *DbIdentityVaultDTO) HasMinPoolSize() bool

HasMinPoolSize returns a boolean if a field has been set.

func (*DbIdentityVaultDTO) HasName ¶

func (o *DbIdentityVaultDTO) HasName() bool

HasName returns a boolean if a field has been set.

func (*DbIdentityVaultDTO) HasPassword ¶

func (o *DbIdentityVaultDTO) HasPassword() bool

HasPassword returns a boolean if a field has been set.

func (*DbIdentityVaultDTO) HasPooledDatasource ¶

func (o *DbIdentityVaultDTO) HasPooledDatasource() bool

HasPooledDatasource returns a boolean if a field has been set.

func (*DbIdentityVaultDTO) HasSaltLength ¶

func (o *DbIdentityVaultDTO) HasSaltLength() bool

HasSaltLength returns a boolean if a field has been set.

func (*DbIdentityVaultDTO) HasSaltValue ¶

func (o *DbIdentityVaultDTO) HasSaltValue() bool

HasSaltValue returns a boolean if a field has been set.

func (*DbIdentityVaultDTO) HasUsername ¶

func (o *DbIdentityVaultDTO) HasUsername() bool

HasUsername returns a boolean if a field has been set.

func (*DbIdentityVaultDTO) HasX ¶

func (o *DbIdentityVaultDTO) HasX() bool

HasX returns a boolean if a field has been set.

func (*DbIdentityVaultDTO) HasY ¶

func (o *DbIdentityVaultDTO) HasY() bool

HasY returns a boolean if a field has been set.

func (DbIdentityVaultDTO) MarshalJSON ¶

func (o DbIdentityVaultDTO) MarshalJSON() ([]byte, error)

func (*DbIdentityVaultDTO) SetAcquireIncrement ¶

func (o *DbIdentityVaultDTO) SetAcquireIncrement(v int32)

SetAcquireIncrement gets a reference to the given int32 and assigns it to the AcquireIncrement field.

func (*DbIdentityVaultDTO) SetConnectionUrl ¶

func (o *DbIdentityVaultDTO) SetConnectionUrl(v string)

SetConnectionUrl gets a reference to the given string and assigns it to the ConnectionUrl field.

func (*DbIdentityVaultDTO) SetDescription ¶

func (o *DbIdentityVaultDTO) SetDescription(v string)

SetDescription gets a reference to the given string and assigns it to the Description field.

func (*DbIdentityVaultDTO) SetDriverName ¶

func (o *DbIdentityVaultDTO) SetDriverName(v string)

SetDriverName gets a reference to the given string and assigns it to the DriverName field.

func (*DbIdentityVaultDTO) SetElementId ¶

func (o *DbIdentityVaultDTO) SetElementId(v string)

SetElementId gets a reference to the given string and assigns it to the ElementId field.

func (*DbIdentityVaultDTO) SetExternalDB ¶

func (o *DbIdentityVaultDTO) SetExternalDB(v bool)

SetExternalDB gets a reference to the given bool and assigns it to the ExternalDB field.

func (*DbIdentityVaultDTO) SetHashAlgorithm ¶

func (o *DbIdentityVaultDTO) SetHashAlgorithm(v string)

SetHashAlgorithm gets a reference to the given string and assigns it to the HashAlgorithm field.

func (*DbIdentityVaultDTO) SetHashEncoding ¶

func (o *DbIdentityVaultDTO) SetHashEncoding(v string)

SetHashEncoding gets a reference to the given string and assigns it to the HashEncoding field.

func (*DbIdentityVaultDTO) SetId ¶

func (o *DbIdentityVaultDTO) SetId(v int64)

SetId gets a reference to the given int64 and assigns it to the Id field.

func (*DbIdentityVaultDTO) SetIdleConnectionTestPeriod ¶

func (o *DbIdentityVaultDTO) SetIdleConnectionTestPeriod(v int32)

SetIdleConnectionTestPeriod gets a reference to the given int32 and assigns it to the IdleConnectionTestPeriod field.

func (*DbIdentityVaultDTO) SetInitialPoolSize ¶

func (o *DbIdentityVaultDTO) SetInitialPoolSize(v int32)

SetInitialPoolSize gets a reference to the given int32 and assigns it to the InitialPoolSize field.

func (*DbIdentityVaultDTO) SetMaxIdleTime ¶

func (o *DbIdentityVaultDTO) SetMaxIdleTime(v int32)

SetMaxIdleTime gets a reference to the given int32 and assigns it to the MaxIdleTime field.

func (*DbIdentityVaultDTO) SetMaxPoolSize ¶

func (o *DbIdentityVaultDTO) SetMaxPoolSize(v int32)

SetMaxPoolSize gets a reference to the given int32 and assigns it to the MaxPoolSize field.

func (*DbIdentityVaultDTO) SetMinPoolSize ¶

func (o *DbIdentityVaultDTO) SetMinPoolSize(v int32)

SetMinPoolSize gets a reference to the given int32 and assigns it to the MinPoolSize field.

func (*DbIdentityVaultDTO) SetName ¶

func (o *DbIdentityVaultDTO) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*DbIdentityVaultDTO) SetPassword ¶

func (o *DbIdentityVaultDTO) SetPassword(v string)

SetPassword gets a reference to the given string and assigns it to the Password field.

func (*DbIdentityVaultDTO) SetPooledDatasource ¶

func (o *DbIdentityVaultDTO) SetPooledDatasource(v bool)

SetPooledDatasource gets a reference to the given bool and assigns it to the PooledDatasource field.

func (*DbIdentityVaultDTO) SetSaltLength ¶

func (o *DbIdentityVaultDTO) SetSaltLength(v int32)

SetSaltLength gets a reference to the given int32 and assigns it to the SaltLength field.

func (*DbIdentityVaultDTO) SetSaltValue ¶

func (o *DbIdentityVaultDTO) SetSaltValue(v string)

SetSaltValue gets a reference to the given string and assigns it to the SaltValue field.

func (*DbIdentityVaultDTO) SetUsername ¶

func (o *DbIdentityVaultDTO) SetUsername(v string)

SetUsername gets a reference to the given string and assigns it to the Username field.

func (*DbIdentityVaultDTO) SetX ¶

func (o *DbIdentityVaultDTO) SetX(v float64)

SetX gets a reference to the given float64 and assigns it to the X field.

func (*DbIdentityVaultDTO) SetY ¶

func (o *DbIdentityVaultDTO) SetY(v float64)

SetY gets a reference to the given float64 and assigns it to the Y field.

func (*DbIdentityVaultDTO) UnmarshalJSON ¶

func (o *DbIdentityVaultDTO) UnmarshalJSON(bytes []byte) (err error)

type DefaultApiService ¶

type DefaultApiService service

DefaultApiService DefaultApi service

func (*DefaultApiService) ActivateExecEnv ¶

ActivateExecEnv Method for ActivateExecEnv

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiActivateExecEnvRequest

func (*DefaultApiService) ActivateExecEnvExecute ¶

Execute executes the request

@return ActivateExecEnvRes

func (*DefaultApiService) BuildAppliance ¶

BuildAppliance Method for BuildAppliance

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiBuildApplianceRequest

func (*DefaultApiService) BuildApplianceExecute ¶

Execute executes the request

@return GetApplianceStateRes

func (*DefaultApiService) CreateAppliance ¶

CreateAppliance Method for CreateAppliance

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCreateApplianceRequest

func (*DefaultApiService) CreateApplianceExecute ¶

Execute executes the request

@return StoreApplianceRes

func (*DefaultApiService) CreateBranding ¶ added in v0.2.3

CreateBranding Method for CreateBranding

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCreateBrandingRequest

func (*DefaultApiService) CreateBrandingExecute ¶ added in v0.2.3

Execute executes the request

@return StoreBrandingRes

func (*DefaultApiService) CreateDbIdVault ¶

CreateDbIdVault Method for CreateDbIdVault

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCreateDbIdVaultRequest

func (*DefaultApiService) CreateDbIdVaultExecute ¶

Execute executes the request

@return StoreDbIdVaultRes

func (*DefaultApiService) CreateExtSaml2Sp ¶

CreateExtSaml2Sp Method for CreateExtSaml2Sp

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCreateExtSaml2SpRequest

func (*DefaultApiService) CreateExtSaml2SpExecute ¶

Execute executes the request

@return StoreExtSaml2SpRes

func (*DefaultApiService) CreateIdP ¶

CreateIdP Method for CreateIdP

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCreateIdPRequest

func (*DefaultApiService) CreateIdPExecute ¶

func (a *DefaultApiService) CreateIdPExecute(r ApiCreateIdPRequest) (*StoreIdPRes, *http.Response, error)

Execute executes the request

@return StoreIdPRes

func (*DefaultApiService) CreateIdSourceDb ¶

CreateIdSourceDb Method for CreateIdSourceDb

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCreateIdSourceDbRequest

func (*DefaultApiService) CreateIdSourceDbExecute ¶

Execute executes the request

@return StoreIdSourceDbRes

func (*DefaultApiService) CreateIdSourceLdap ¶

CreateIdSourceLdap Method for CreateIdSourceLdap

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCreateIdSourceLdapRequest

func (*DefaultApiService) CreateIdSourceLdapExecute ¶

Execute executes the request

@return StoreIdSourceLdapRes

func (*DefaultApiService) CreateIdVault ¶

CreateIdVault Method for CreateIdVault

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCreateIdVaultRequest

func (*DefaultApiService) CreateIdVaultExecute ¶

Execute executes the request

@return StoreIdVaultRes

func (*DefaultApiService) CreateIdpAzure ¶ added in v0.2.2

CreateIdpAzure Method for CreateIdpAzure

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCreateIdpAzureRequest

func (*DefaultApiService) CreateIdpAzureExecute ¶ added in v0.2.2

Execute executes the request

@return StoreIdpAzureRes

func (*DefaultApiService) CreateIdpFacebook ¶ added in v0.2.2

CreateIdpFacebook Method for CreateIdpFacebook

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCreateIdpFacebookRequest

func (*DefaultApiService) CreateIdpFacebookExecute ¶ added in v0.2.2

Execute executes the request

@return StoreIdpFacebookRes

func (*DefaultApiService) CreateIdpGoogle ¶ added in v0.2.2

CreateIdpGoogle Method for CreateIdpGoogle

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCreateIdpGoogleRequest

func (*DefaultApiService) CreateIdpGoogleExecute ¶ added in v0.2.2

Execute executes the request

@return StoreIdpGoogleRes

func (*DefaultApiService) CreateIdpSaml2 ¶ added in v0.5.1

CreateIdpSaml2 Method for CreateIdpSaml2

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCreateIdpSaml2Request

func (*DefaultApiService) CreateIdpSaml2Execute ¶ added in v0.5.1

Execute executes the request

@return StoreIdPSaml2Res

func (*DefaultApiService) CreateIisExecEnv ¶ added in v0.1.1

CreateIisExecEnv Method for CreateIisExecEnv

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCreateIisExecEnvRequest

func (*DefaultApiService) CreateIisExecEnvExecute ¶ added in v0.1.1

Execute executes the request

@return StoreIisExecEnvRes

func (*DefaultApiService) CreateIntSaml2Sp ¶

CreateIntSaml2Sp Method for CreateIntSaml2Sp

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCreateIntSaml2SpRequest

func (*DefaultApiService) CreateIntSaml2SpExecute ¶

Execute executes the request

@return StoreIntSaml2SpRes

func (*DefaultApiService) CreateJossoRs ¶

CreateJossoRs Method for CreateJossoRs

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCreateJossoRsRequest

func (*DefaultApiService) CreateJossoRsExecute ¶

Execute executes the request

@return StoreJossoRsRes

func (*DefaultApiService) CreateOidcRp ¶

CreateOidcRp Method for CreateOidcRp

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCreateOidcRpRequest

func (*DefaultApiService) CreateOidcRpExecute ¶

Execute executes the request

@return StoreOidcRpRes

func (*DefaultApiService) CreatePhpExecEnv ¶ added in v0.1.1

CreatePhpExecEnv Method for CreatePhpExecEnv

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCreatePhpExecEnvRequest

func (*DefaultApiService) CreatePhpExecEnvExecute ¶ added in v0.1.1

Execute executes the request

@return StorePhpExecEnvRes

func (*DefaultApiService) CreateSelfSvcs ¶ added in v0.4.3

CreateSelfSvcs Method for CreateSelfSvcs

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCreateSelfSvcsRequest

func (*DefaultApiService) CreateSelfSvcsExecute ¶ added in v0.4.3

Execute executes the request

@return StoreSelfSvcRsRes

func (*DefaultApiService) CreateSharepointRs ¶ added in v0.2.1

CreateSharepointRs Method for CreateSharepointRs

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCreateSharepointRsRequest

func (*DefaultApiService) CreateSharepointRsExecute ¶ added in v0.2.1

Execute executes the request

@return StoreSharepointRsRes

func (*DefaultApiService) CreateTomcatExecEnv ¶

func (a *DefaultApiService) CreateTomcatExecEnv(ctx context.Context) ApiCreateTomcatExecEnvRequest

CreateTomcatExecEnv Method for CreateTomcatExecEnv

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCreateTomcatExecEnvRequest

func (*DefaultApiService) CreateTomcatExecEnvExecute ¶

Execute executes the request

@return StoreTomcatExecEnvRes

func (*DefaultApiService) CreateVirtSaml2Sp ¶

CreateVirtSaml2Sp Method for CreateVirtSaml2Sp

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCreateVirtSaml2SpRequest

func (*DefaultApiService) CreateVirtSaml2SpExecute ¶

Execute executes the request

@return StoreVirtSaml2SpRes

func (*DefaultApiService) CreateWeblogicExecEnv ¶ added in v0.2.1

func (a *DefaultApiService) CreateWeblogicExecEnv(ctx context.Context) ApiCreateWeblogicExecEnvRequest

CreateWeblogicExecEnv Method for CreateWeblogicExecEnv

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCreateWeblogicExecEnvRequest

func (*DefaultApiService) CreateWeblogicExecEnvExecute ¶ added in v0.2.1

Execute executes the request

@return StoreWeblogicExecEnvRes

func (*DefaultApiService) DeleteAppliance ¶

DeleteAppliance Method for DeleteAppliance

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiDeleteApplianceRequest

func (*DefaultApiService) DeleteApplianceExecute ¶

func (a *DefaultApiService) DeleteApplianceExecute(r ApiDeleteApplianceRequest) (*DeleteRes, *http.Response, error)

Execute executes the request

@return DeleteRes

func (*DefaultApiService) DeleteBranding ¶ added in v0.2.3

DeleteBranding Method for DeleteBranding

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiDeleteBrandingRequest

func (*DefaultApiService) DeleteBrandingExecute ¶ added in v0.2.3

Execute executes the request

@return DeleteBrandingRes

func (*DefaultApiService) DeleteDbIdVault ¶

DeleteDbIdVault Method for DeleteDbIdVault

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiDeleteDbIdVaultRequest

func (*DefaultApiService) DeleteDbIdVaultExecute ¶

func (a *DefaultApiService) DeleteDbIdVaultExecute(r ApiDeleteDbIdVaultRequest) (*DeleteRes, *http.Response, error)

Execute executes the request

@return DeleteRes

func (*DefaultApiService) DeleteExtSaml2Sp ¶

DeleteExtSaml2Sp Method for DeleteExtSaml2Sp

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiDeleteExtSaml2SpRequest

func (*DefaultApiService) DeleteExtSaml2SpExecute ¶

func (a *DefaultApiService) DeleteExtSaml2SpExecute(r ApiDeleteExtSaml2SpRequest) (*DeleteRes, *http.Response, error)

Execute executes the request

@return DeleteRes

func (*DefaultApiService) DeleteIdP ¶

DeleteIdP Method for DeleteIdP

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiDeleteIdPRequest

func (*DefaultApiService) DeleteIdPExecute ¶

func (a *DefaultApiService) DeleteIdPExecute(r ApiDeleteIdPRequest) (*DeleteRes, *http.Response, error)

Execute executes the request

@return DeleteRes

func (*DefaultApiService) DeleteIdSourceDb ¶

DeleteIdSourceDb Method for DeleteIdSourceDb

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiDeleteIdSourceDbRequest

func (*DefaultApiService) DeleteIdSourceDbExecute ¶

func (a *DefaultApiService) DeleteIdSourceDbExecute(r ApiDeleteIdSourceDbRequest) (*DeleteRes, *http.Response, error)

Execute executes the request

@return DeleteRes

func (*DefaultApiService) DeleteIdSourceLdap ¶

DeleteIdSourceLdap Method for DeleteIdSourceLdap

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiDeleteIdSourceLdapRequest

func (*DefaultApiService) DeleteIdSourceLdapExecute ¶

func (a *DefaultApiService) DeleteIdSourceLdapExecute(r ApiDeleteIdSourceLdapRequest) (*DeleteRes, *http.Response, error)

Execute executes the request

@return DeleteRes

func (*DefaultApiService) DeleteIdVault ¶

DeleteIdVault Method for DeleteIdVault

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiDeleteIdVaultRequest

func (*DefaultApiService) DeleteIdVaultExecute ¶

func (a *DefaultApiService) DeleteIdVaultExecute(r ApiDeleteIdVaultRequest) (*DeleteRes, *http.Response, error)

Execute executes the request

@return DeleteRes

func (*DefaultApiService) DeleteIdpAzure ¶ added in v0.2.2

DeleteIdpAzure Method for DeleteIdpAzure

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiDeleteIdpAzureRequest

func (*DefaultApiService) DeleteIdpAzureExecute ¶ added in v0.2.2

func (a *DefaultApiService) DeleteIdpAzureExecute(r ApiDeleteIdpAzureRequest) (*DeleteRes, *http.Response, error)

Execute executes the request

@return DeleteRes

func (*DefaultApiService) DeleteIdpFacebook ¶ added in v0.2.2

DeleteIdpFacebook Method for DeleteIdpFacebook

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiDeleteIdpFacebookRequest

func (*DefaultApiService) DeleteIdpFacebookExecute ¶ added in v0.2.2

func (a *DefaultApiService) DeleteIdpFacebookExecute(r ApiDeleteIdpFacebookRequest) (*DeleteRes, *http.Response, error)

Execute executes the request

@return DeleteRes

func (*DefaultApiService) DeleteIdpGoogle ¶ added in v0.2.2

DeleteIdpGoogle Method for DeleteIdpGoogle

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiDeleteIdpGoogleRequest

func (*DefaultApiService) DeleteIdpGoogleExecute ¶ added in v0.2.2

func (a *DefaultApiService) DeleteIdpGoogleExecute(r ApiDeleteIdpGoogleRequest) (*DeleteRes, *http.Response, error)

Execute executes the request

@return DeleteRes

func (*DefaultApiService) DeleteIdpSaml2 ¶ added in v0.5.1

DeleteIdpSaml2 Method for DeleteIdpSaml2

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiDeleteIdpSaml2Request

func (*DefaultApiService) DeleteIdpSaml2Execute ¶ added in v0.5.1

func (a *DefaultApiService) DeleteIdpSaml2Execute(r ApiDeleteIdpSaml2Request) (*DeleteRes, *http.Response, error)

Execute executes the request

@return DeleteRes

func (*DefaultApiService) DeleteIisExecEnv ¶ added in v0.1.1

DeleteIisExecEnv Method for DeleteIisExecEnv

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiDeleteIisExecEnvRequest

func (*DefaultApiService) DeleteIisExecEnvExecute ¶ added in v0.1.1

func (a *DefaultApiService) DeleteIisExecEnvExecute(r ApiDeleteIisExecEnvRequest) (*DeleteRes, *http.Response, error)

Execute executes the request

@return DeleteRes

func (*DefaultApiService) DeleteIntSaml2Sp ¶

DeleteIntSaml2Sp Method for DeleteIntSaml2Sp

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiDeleteIntSaml2SpRequest

func (*DefaultApiService) DeleteIntSaml2SpExecute ¶

func (a *DefaultApiService) DeleteIntSaml2SpExecute(r ApiDeleteIntSaml2SpRequest) (*DeleteRes, *http.Response, error)

Execute executes the request

@return DeleteRes

func (*DefaultApiService) DeleteJossoRs ¶

DeleteJossoRs Method for DeleteJossoRs

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiDeleteJossoRsRequest

func (*DefaultApiService) DeleteJossoRsExecute ¶

func (a *DefaultApiService) DeleteJossoRsExecute(r ApiDeleteJossoRsRequest) (*DeleteRes, *http.Response, error)

Execute executes the request

@return DeleteRes

func (*DefaultApiService) DeleteOidcRp ¶

DeleteOidcRp Method for DeleteOidcRp

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiDeleteOidcRpRequest

func (*DefaultApiService) DeleteOidcRpExecute ¶

func (a *DefaultApiService) DeleteOidcRpExecute(r ApiDeleteOidcRpRequest) (*DeleteRes, *http.Response, error)

Execute executes the request

@return DeleteRes

func (*DefaultApiService) DeletePhpExecEnv ¶ added in v0.1.1

DeletePhpExecEnv Method for DeletePhpExecEnv

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiDeletePhpExecEnvRequest

func (*DefaultApiService) DeletePhpExecEnvExecute ¶ added in v0.1.1

func (a *DefaultApiService) DeletePhpExecEnvExecute(r ApiDeletePhpExecEnvRequest) (*DeleteRes, *http.Response, error)

Execute executes the request

@return DeleteRes

func (*DefaultApiService) DeleteSelfSvcs ¶ added in v0.4.3

DeleteSelfSvcs Method for DeleteSelfSvcs

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiDeleteSelfSvcsRequest

func (*DefaultApiService) DeleteSelfSvcsExecute ¶ added in v0.4.3

func (a *DefaultApiService) DeleteSelfSvcsExecute(r ApiDeleteSelfSvcsRequest) (*DeleteRes, *http.Response, error)

Execute executes the request

@return DeleteRes

func (*DefaultApiService) DeleteSharepointRs ¶ added in v0.2.1

DeleteSharepointRs Method for DeleteSharepointRs

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiDeleteSharepointRsRequest

func (*DefaultApiService) DeleteSharepointRsExecute ¶ added in v0.2.1

func (a *DefaultApiService) DeleteSharepointRsExecute(r ApiDeleteSharepointRsRequest) (*DeleteRes, *http.Response, error)

Execute executes the request

@return DeleteRes

func (*DefaultApiService) DeleteTomcatExecEnv ¶

func (a *DefaultApiService) DeleteTomcatExecEnv(ctx context.Context) ApiDeleteTomcatExecEnvRequest

DeleteTomcatExecEnv Method for DeleteTomcatExecEnv

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiDeleteTomcatExecEnvRequest

func (*DefaultApiService) DeleteTomcatExecEnvExecute ¶

func (a *DefaultApiService) DeleteTomcatExecEnvExecute(r ApiDeleteTomcatExecEnvRequest) (*DeleteRes, *http.Response, error)

Execute executes the request

@return DeleteRes

func (*DefaultApiService) DeleteVirtSaml2Sp ¶

DeleteVirtSaml2Sp Method for DeleteVirtSaml2Sp

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiDeleteVirtSaml2SpRequest

func (*DefaultApiService) DeleteVirtSaml2SpExecute ¶

func (a *DefaultApiService) DeleteVirtSaml2SpExecute(r ApiDeleteVirtSaml2SpRequest) (*DeleteRes, *http.Response, error)

Execute executes the request

@return DeleteRes

func (*DefaultApiService) DeleteWeblogicExecEnv ¶ added in v0.2.1

func (a *DefaultApiService) DeleteWeblogicExecEnv(ctx context.Context) ApiDeleteWeblogicExecEnvRequest

DeleteWeblogicExecEnv Method for DeleteWeblogicExecEnv

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiDeleteWeblogicExecEnvRequest

func (*DefaultApiService) DeleteWeblogicExecEnvExecute ¶ added in v0.2.1

func (a *DefaultApiService) DeleteWeblogicExecEnvExecute(r ApiDeleteWeblogicExecEnvRequest) (*DeleteRes, *http.Response, error)

Execute executes the request

@return DeleteRes

func (*DefaultApiService) ExportAppliance ¶ added in v0.4.1

ExportAppliance Method for ExportAppliance

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiExportApplianceRequest

func (*DefaultApiService) ExportApplianceExecute ¶ added in v0.4.1

Execute executes the request

@return ExportApplianceRes

func (*DefaultApiService) ExportExecEnvCfg ¶ added in v0.2.4

ExportExecEnvCfg Method for ExportExecEnvCfg

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiExportExecEnvCfgRequest

func (*DefaultApiService) ExportExecEnvCfgExecute ¶ added in v0.2.4

Execute executes the request

@return ExportExecEnvCfgRes

func (*DefaultApiService) GetAllBrandings ¶ added in v0.2.3

GetAllBrandings Method for GetAllBrandings

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetAllBrandingsRequest

func (*DefaultApiService) GetAllBrandingsExecute ¶ added in v0.2.3

Execute executes the request

@return GetAllBrandingsRes

func (*DefaultApiService) GetAppliance ¶

GetAppliance Method for GetAppliance

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetApplianceRequest

func (*DefaultApiService) GetApplianceContainer ¶

func (a *DefaultApiService) GetApplianceContainer(ctx context.Context) ApiGetApplianceContainerRequest

GetApplianceContainer Method for GetApplianceContainer

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetApplianceContainerRequest

func (*DefaultApiService) GetApplianceContainerExecute ¶

Execute executes the request

@return GetApplianceContainerRes

func (*DefaultApiService) GetApplianceContainers ¶

func (a *DefaultApiService) GetApplianceContainers(ctx context.Context) ApiGetApplianceContainersRequest

GetApplianceContainers Method for GetApplianceContainers

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetApplianceContainersRequest

func (*DefaultApiService) GetApplianceContainersExecute ¶

Execute executes the request

@return GetApplianceContainersRes

func (*DefaultApiService) GetApplianceExecute ¶

Execute executes the request

@return GetApplianceRes

func (*DefaultApiService) GetApplianceState ¶

GetApplianceState Method for GetApplianceState

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetApplianceStateRequest

func (*DefaultApiService) GetApplianceStateExecute ¶

Execute executes the request

@return GetApplianceStateRes

func (*DefaultApiService) GetAppliances ¶

GetAppliances Method for GetAppliances

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetAppliancesRequest

func (*DefaultApiService) GetAppliancesExecute ¶

Execute executes the request

@return GetAppliancesRes

func (*DefaultApiService) GetBranding ¶ added in v0.2.3

GetBranding Method for GetBranding

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetBrandingRequest

func (*DefaultApiService) GetBrandingExecute ¶ added in v0.2.3

Execute executes the request

@return GetBrandingRes

func (*DefaultApiService) GetBundles ¶ added in v0.5.0

GetBundles Method for GetBundles

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetBundlesRequest

func (*DefaultApiService) GetBundlesExecute ¶ added in v0.5.0

Execute executes the request

@return GetBundlesRes

func (*DefaultApiService) GetDbIdVault ¶

GetDbIdVault Method for GetDbIdVault

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetDbIdVaultRequest

func (*DefaultApiService) GetDbIdVaultExecute ¶

Execute executes the request

@return GetDbIdVaultRes

func (*DefaultApiService) GetDbIdVaults ¶

GetDbIdVaults Method for GetDbIdVaults

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetDbIdVaultsRequest

func (*DefaultApiService) GetDbIdVaultsExecute ¶

Execute executes the request

@return GetDbIdVaultsRes

func (*DefaultApiService) GetExecEnv ¶ added in v0.4.4

GetExecEnv Method for GetExecEnv

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetExecEnvRequest

func (*DefaultApiService) GetExecEnvExecute ¶ added in v0.4.4

Execute executes the request

@return GetExecEnvRes

func (*DefaultApiService) GetExecEnvs ¶ added in v0.4.4

GetExecEnvs Method for GetExecEnvs

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetExecEnvsRequest

func (*DefaultApiService) GetExecEnvsExecute ¶ added in v0.4.4

Execute executes the request

@return GetExecEnvsRes

func (*DefaultApiService) GetExtSaml2Sp ¶

GetExtSaml2Sp Method for GetExtSaml2Sp

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetExtSaml2SpRequest

func (*DefaultApiService) GetExtSaml2SpExecute ¶

Execute executes the request

@return GetExtSaml2SpRes

func (*DefaultApiService) GetExtSaml2Sps ¶

GetExtSaml2Sps Method for GetExtSaml2Sps

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetExtSaml2SpsRequest

func (*DefaultApiService) GetExtSaml2SpsExecute ¶

Execute executes the request

@return GetExtSaml2SpsRes

func (*DefaultApiService) GetIdP ¶

GetIdP Method for GetIdP

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetIdPRequest

func (*DefaultApiService) GetIdPExecute ¶

func (a *DefaultApiService) GetIdPExecute(r ApiGetIdPRequest) (*GetIdPRes, *http.Response, error)

Execute executes the request

@return GetIdPRes

func (*DefaultApiService) GetIdPs ¶

GetIdPs Method for GetIdPs

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetIdPsRequest

func (*DefaultApiService) GetIdPsExecute ¶

func (a *DefaultApiService) GetIdPsExecute(r ApiGetIdPsRequest) (*GetIdPsRes, *http.Response, error)

Execute executes the request

@return GetIdPsRes

func (*DefaultApiService) GetIdSource ¶ added in v0.2.4

GetIdSource Method for GetIdSource

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetIdSourceRequest

func (*DefaultApiService) GetIdSourceDb ¶

GetIdSourceDb Method for GetIdSourceDb

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetIdSourceDbRequest

func (*DefaultApiService) GetIdSourceDbExecute ¶

Execute executes the request

@return GetIdSourceDbRes

func (*DefaultApiService) GetIdSourceDbs ¶

GetIdSourceDbs Method for GetIdSourceDbs

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetIdSourceDbsRequest

func (*DefaultApiService) GetIdSourceDbsExecute ¶

Execute executes the request

@return GetIdSourceDbsRes

func (*DefaultApiService) GetIdSourceExecute ¶ added in v0.2.4

Execute executes the request

@return GetIdSourceRes

func (*DefaultApiService) GetIdSourceLdap ¶

GetIdSourceLdap Method for GetIdSourceLdap

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetIdSourceLdapRequest

func (*DefaultApiService) GetIdSourceLdapExecute ¶

Execute executes the request

@return GetIdSourceLdapRes

func (*DefaultApiService) GetIdSourceLdaps ¶

GetIdSourceLdaps Method for GetIdSourceLdaps

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetIdSourceLdapsRequest

func (*DefaultApiService) GetIdSourceLdapsExecute ¶

Execute executes the request

@return GetIdSourceLdapsRes

func (*DefaultApiService) GetIdSources ¶ added in v0.2.4

GetIdSources Method for GetIdSources

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetIdSourcesRequest

func (*DefaultApiService) GetIdSourcesExecute ¶ added in v0.2.4

Execute executes the request

@return GetIdSourcesRes

func (*DefaultApiService) GetIdVault ¶

GetIdVault Method for GetIdVault

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetIdVaultRequest

func (*DefaultApiService) GetIdVaultExecute ¶

Execute executes the request

@return GetIdVaultRes

func (*DefaultApiService) GetIdVaults ¶

GetIdVaults Method for GetIdVaults

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetIdVaultsRequest

func (*DefaultApiService) GetIdVaultsExecute ¶

Execute executes the request

@return GetIdVaultsRes

func (*DefaultApiService) GetIdpAzure ¶ added in v0.2.2

GetIdpAzure Method for GetIdpAzure

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetIdpAzureRequest

func (*DefaultApiService) GetIdpAzureExecute ¶ added in v0.2.2

Execute executes the request

@return GetIdpAzureRes

func (*DefaultApiService) GetIdpAzures ¶ added in v0.2.2

GetIdpAzures Method for GetIdpAzures

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetIdpAzuresRequest

func (*DefaultApiService) GetIdpAzuresExecute ¶ added in v0.2.2

Execute executes the request

@return GetIdpAzuresRes

func (*DefaultApiService) GetIdpFacebook ¶ added in v0.2.2

GetIdpFacebook Method for GetIdpFacebook

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetIdpFacebookRequest

func (*DefaultApiService) GetIdpFacebookExecute ¶ added in v0.2.2

Execute executes the request

@return GetIdpFacebookRes

func (*DefaultApiService) GetIdpFacebooks ¶ added in v0.2.2

GetIdpFacebooks Method for GetIdpFacebooks

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetIdpFacebooksRequest

func (*DefaultApiService) GetIdpFacebooksExecute ¶ added in v0.2.2

Execute executes the request

@return GetIdpFacebooksRes

func (*DefaultApiService) GetIdpGoogle ¶ added in v0.2.2

GetIdpGoogle Method for GetIdpGoogle

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetIdpGoogleRequest

func (*DefaultApiService) GetIdpGoogleExecute ¶ added in v0.2.2

Execute executes the request

@return GetIdpGoogleRes

func (*DefaultApiService) GetIdpGoogles ¶ added in v0.2.2

GetIdpGoogles Method for GetIdpGoogles

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetIdpGooglesRequest

func (*DefaultApiService) GetIdpGooglesExecute ¶ added in v0.2.2

Execute executes the request

@return GetIdpGooglesRes

func (*DefaultApiService) GetIdpSaml2 ¶ added in v0.5.1

GetIdpSaml2 Method for GetIdpSaml2

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetIdpSaml2Request

func (*DefaultApiService) GetIdpSaml2Execute ¶ added in v0.5.1

Execute executes the request

@return GetIdPSaml2Res

func (*DefaultApiService) GetIdpSaml2s ¶ added in v0.5.1

GetIdpSaml2s Method for GetIdpSaml2s

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetIdpSaml2sRequest

func (*DefaultApiService) GetIdpSaml2sExecute ¶ added in v0.5.1

Execute executes the request

@return GetIdPSaml2sRes

func (*DefaultApiService) GetIisExecEnv ¶ added in v0.1.1

GetIisExecEnv Method for GetIisExecEnv

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetIisExecEnvRequest

func (*DefaultApiService) GetIisExecEnvExecute ¶ added in v0.1.1

Execute executes the request

@return GetIisExecEnvRes

func (*DefaultApiService) GetIisExecEnvs ¶ added in v0.1.1

GetIisExecEnvs Method for GetIisExecEnvs

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetIisExecEnvsRequest

func (*DefaultApiService) GetIisExecEnvsExecute ¶ added in v0.1.1

Execute executes the request

@return GetIisExecEnvsRes

func (*DefaultApiService) GetInfo ¶ added in v0.5.0

GetInfo Method for GetInfo

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetInfoRequest

func (*DefaultApiService) GetInfoExecute ¶ added in v0.5.0

Execute executes the request

@return GetServerInfoRes

func (*DefaultApiService) GetIntSaml2Sp ¶

GetIntSaml2Sp Method for GetIntSaml2Sp

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetIntSaml2SpRequest

func (*DefaultApiService) GetIntSaml2SpExecute ¶

Execute executes the request

@return GetIntSaml2SpRes

func (*DefaultApiService) GetIntSaml2Sps ¶

GetIntSaml2Sps Method for GetIntSaml2Sps

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetIntSaml2SpsRequest

func (*DefaultApiService) GetIntSaml2SpsExecute ¶

Execute executes the request

@return GetIntSaml2SpsRes

func (*DefaultApiService) GetJossoRs ¶

GetJossoRs Method for GetJossoRs

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetJossoRsRequest

func (*DefaultApiService) GetJossoRsExecute ¶

Execute executes the request

@return GetJossoRsRes

func (*DefaultApiService) GetJossoRss ¶

GetJossoRss Method for GetJossoRss

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetJossoRssRequest

func (*DefaultApiService) GetJossoRssExecute ¶

Execute executes the request

@return GetJossoRssRes

func (*DefaultApiService) GetOidcRp ¶

GetOidcRp Method for GetOidcRp

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetOidcRpRequest

func (*DefaultApiService) GetOidcRpExecute ¶

Execute executes the request

@return GetOidcRpRes

func (*DefaultApiService) GetOidcRps ¶

GetOidcRps Method for GetOidcRps

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetOidcRpsRequest

func (*DefaultApiService) GetOidcRpsExecute ¶

Execute executes the request

@return GetOidcRpsRes

func (*DefaultApiService) GetPhpExecEnv ¶ added in v0.1.1

GetPhpExecEnv Method for GetPhpExecEnv

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetPhpExecEnvRequest

func (*DefaultApiService) GetPhpExecEnvExecute ¶ added in v0.1.1

Execute executes the request

@return GetPhpExecEnvRes

func (*DefaultApiService) GetPhpExecEnvs ¶ added in v0.1.1

GetPhpExecEnvs Method for GetPhpExecEnvs

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetPhpExecEnvsRequest

func (*DefaultApiService) GetPhpExecEnvsExecute ¶ added in v0.1.1

Execute executes the request

@return GetPhpExecEnvsRes

func (*DefaultApiService) GetProvider ¶

GetProvider Method for GetProvider

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetProviderRequest

func (*DefaultApiService) GetProviderExecute ¶

Execute executes the request

@return GetProviderRes

func (*DefaultApiService) GetProviders ¶

GetProviders Method for GetProviders

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetProvidersRequest

func (*DefaultApiService) GetProvidersExecute ¶

Execute executes the request

@return GetProvidersRes

func (*DefaultApiService) GetSelfSvcs ¶ added in v0.4.3

GetSelfSvcs Method for GetSelfSvcs

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetSelfSvcsRequest

func (*DefaultApiService) GetSelfSvcsExecute ¶ added in v0.4.3

Execute executes the request

@return GetSelfSvcRsRes

func (*DefaultApiService) GetSelfSvcss ¶ added in v0.4.3

GetSelfSvcss Method for GetSelfSvcss

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetSelfSvcssRequest

func (*DefaultApiService) GetSelfSvcssExecute ¶ added in v0.4.3

Execute executes the request

@return GetSelfSvcRssRes

func (*DefaultApiService) GetSharepointRs ¶ added in v0.2.1

GetSharepointRs Method for GetSharepointRs

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetSharepointRsRequest

func (*DefaultApiService) GetSharepointRsExecute ¶ added in v0.2.1

Execute executes the request

@return GetSharepointRsRes

func (*DefaultApiService) GetSharepointRss ¶ added in v0.2.1

GetSharepointRss Method for GetSharepointRss

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetSharepointRssRequest

func (*DefaultApiService) GetSharepointRssExecute ¶ added in v0.2.1

Execute executes the request

@return GetSharepointRssRes

func (*DefaultApiService) GetTomcatExecEnv ¶

GetTomcatExecEnv Method for GetTomcatExecEnv

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetTomcatExecEnvRequest

func (*DefaultApiService) GetTomcatExecEnvExecute ¶

Execute executes the request

@return GetTomcatExecEnvRes

func (*DefaultApiService) GetTomcatExecEnvs ¶

GetTomcatExecEnvs Method for GetTomcatExecEnvs

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetTomcatExecEnvsRequest

func (*DefaultApiService) GetTomcatExecEnvsExecute ¶

Execute executes the request

@return GetTomcatExecEnvsRes

func (*DefaultApiService) GetTypes ¶

GetTypes Method for GetTypes

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetTypesRequest

func (*DefaultApiService) GetTypesExecute ¶

func (a *DefaultApiService) GetTypesExecute(r ApiGetTypesRequest) (*GetTypesRes, *http.Response, error)

Execute executes the request

@return GetTypesRes

func (*DefaultApiService) GetVirtSaml2Sp ¶

GetVirtSaml2Sp Method for GetVirtSaml2Sp

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetVirtSaml2SpRequest

func (*DefaultApiService) GetVirtSaml2SpExecute ¶

Execute executes the request

@return GetVirtSaml2SpRes

func (*DefaultApiService) GetVirtSaml2Sps ¶

GetVirtSaml2Sps Method for GetVirtSaml2Sps

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetVirtSaml2SpsRequest

func (*DefaultApiService) GetVirtSaml2SpsExecute ¶

Execute executes the request

@return GetVirtSaml2SpsRes

func (*DefaultApiService) GetWeblogicExecEnv ¶ added in v0.2.1

GetWeblogicExecEnv Method for GetWeblogicExecEnv

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetWeblogicExecEnvRequest

func (*DefaultApiService) GetWeblogicExecEnvExecute ¶ added in v0.2.1

Execute executes the request

@return GetWeblogicExecEnvRes

func (*DefaultApiService) GetWeblogicExecEnvs ¶ added in v0.2.1

func (a *DefaultApiService) GetWeblogicExecEnvs(ctx context.Context) ApiGetWeblogicExecEnvsRequest

GetWeblogicExecEnvs Method for GetWeblogicExecEnvs

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetWeblogicExecEnvsRequest

func (*DefaultApiService) GetWeblogicExecEnvsExecute ¶ added in v0.2.1

Execute executes the request

@return GetWeblogicExecEnvsRes

func (*DefaultApiService) ImportAppliance ¶

ImportAppliance Method for ImportAppliance

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiImportApplianceRequest

func (*DefaultApiService) ImportApplianceExecute ¶

Execute executes the request

@return ImportApplianceRes

func (*DefaultApiService) LayoutAppliance ¶ added in v0.2.3

LayoutAppliance Method for LayoutAppliance

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiLayoutApplianceRequest

func (*DefaultApiService) LayoutApplianceExecute ¶ added in v0.2.3

func (a *DefaultApiService) LayoutApplianceExecute(r ApiLayoutApplianceRequest) (*CalcLayoutRes, *http.Response, error)

Execute executes the request

@return CalcLayoutRes

func (*DefaultApiService) RefreshBrandings ¶ added in v0.2.3

RefreshBrandings Method for RefreshBrandings

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiRefreshBrandingsRequest

func (*DefaultApiService) RefreshBrandingsExecute ¶ added in v0.2.3

Execute executes the request

@return RefreshBrandingsRes

func (*DefaultApiService) SignOn ¶

SignOn Method for SignOn

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiSignOnRequest

func (*DefaultApiService) SignOnExecute ¶

Execute executes the request

@return OIDCSignOnResponse

func (*DefaultApiService) StartAppliance ¶

StartAppliance Method for StartAppliance

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiStartApplianceRequest

func (*DefaultApiService) StartApplianceExecute ¶

Execute executes the request

@return GetApplianceStateRes

func (*DefaultApiService) StopAppliance ¶

StopAppliance Method for StopAppliance

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiStopApplianceRequest

func (*DefaultApiService) StopApplianceExecute ¶

Execute executes the request

@return GetApplianceStateRes

func (*DefaultApiService) UpdateAppliance ¶

UpdateAppliance Method for UpdateAppliance

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiUpdateApplianceRequest

func (*DefaultApiService) UpdateApplianceExecute ¶

Execute executes the request

@return StoreApplianceRes

func (*DefaultApiService) UpdateBranding ¶ added in v0.2.3

UpdateBranding Method for UpdateBranding

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiUpdateBrandingRequest

func (*DefaultApiService) UpdateBrandingExecute ¶ added in v0.2.3

Execute executes the request

@return StoreBrandingRes

func (*DefaultApiService) UpdateDbIdVault ¶

UpdateDbIdVault Method for UpdateDbIdVault

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiUpdateDbIdVaultRequest

func (*DefaultApiService) UpdateDbIdVaultExecute ¶

Execute executes the request

@return StoreDbIdVaultRes

func (*DefaultApiService) UpdateExtSaml2Sp ¶ added in v0.2.3

UpdateExtSaml2Sp Method for UpdateExtSaml2Sp

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiUpdateExtSaml2SpRequest

func (*DefaultApiService) UpdateExtSaml2SpExecute ¶ added in v0.2.3

Execute executes the request

@return StoreExtSaml2SpRes

func (*DefaultApiService) UpdateIdP ¶

UpdateIdP Method for UpdateIdP

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiUpdateIdPRequest

func (*DefaultApiService) UpdateIdPExecute ¶

func (a *DefaultApiService) UpdateIdPExecute(r ApiUpdateIdPRequest) (*StoreIdPRes, *http.Response, error)

Execute executes the request

@return StoreIdPRes

func (*DefaultApiService) UpdateIdSourceDb ¶

UpdateIdSourceDb Method for UpdateIdSourceDb

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiUpdateIdSourceDbRequest

func (*DefaultApiService) UpdateIdSourceDbExecute ¶

Execute executes the request

@return StoreIdSourceDbRes

func (*DefaultApiService) UpdateIdSourceLdap ¶

UpdateIdSourceLdap Method for UpdateIdSourceLdap

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiUpdateIdSourceLdapRequest

func (*DefaultApiService) UpdateIdSourceLdapExecute ¶

Execute executes the request

@return StoreIdSourceLdapRes

func (*DefaultApiService) UpdateIdVault ¶

UpdateIdVault Method for UpdateIdVault

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiUpdateIdVaultRequest

func (*DefaultApiService) UpdateIdVaultExecute ¶

Execute executes the request

@return StoreIdVaultRes

func (*DefaultApiService) UpdateIdpAzure ¶ added in v0.2.2

UpdateIdpAzure Method for UpdateIdpAzure

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiUpdateIdpAzureRequest

func (*DefaultApiService) UpdateIdpAzureExecute ¶ added in v0.2.2

Execute executes the request

@return StoreIdpAzureRes

func (*DefaultApiService) UpdateIdpFacebook ¶ added in v0.2.2

UpdateIdpFacebook Method for UpdateIdpFacebook

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiUpdateIdpFacebookRequest

func (*DefaultApiService) UpdateIdpFacebookExecute ¶ added in v0.2.2

Execute executes the request

@return StoreIdpFacebookRes

func (*DefaultApiService) UpdateIdpGoogle ¶ added in v0.2.2

UpdateIdpGoogle Method for UpdateIdpGoogle

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiUpdateIdpGoogleRequest

func (*DefaultApiService) UpdateIdpGoogleExecute ¶ added in v0.2.2

Execute executes the request

@return StoreIdpGoogleRes

func (*DefaultApiService) UpdateIdpSaml2 ¶ added in v0.5.1

UpdateIdpSaml2 Method for UpdateIdpSaml2

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiUpdateIdpSaml2Request

func (*DefaultApiService) UpdateIdpSaml2Execute ¶ added in v0.5.1

Execute executes the request

@return StoreIdPSaml2Res

func (*DefaultApiService) UpdateIisExecEnv ¶ added in v0.1.1

UpdateIisExecEnv Method for UpdateIisExecEnv

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiUpdateIisExecEnvRequest

func (*DefaultApiService) UpdateIisExecEnvExecute ¶ added in v0.1.1

Execute executes the request

@return StoreIisExecEnvRes

func (*DefaultApiService) UpdateIntSaml2Sp ¶

UpdateIntSaml2Sp Method for UpdateIntSaml2Sp

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiUpdateIntSaml2SpRequest

func (*DefaultApiService) UpdateIntSaml2SpExecute ¶

Execute executes the request

@return StoreIntSaml2SpRes

func (*DefaultApiService) UpdateJossoRs ¶ added in v0.2.3

UpdateJossoRs Method for UpdateJossoRs

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiUpdateJossoRsRequest

func (*DefaultApiService) UpdateJossoRsExecute ¶ added in v0.2.3

Execute executes the request

@return StoreJossoRsRes

func (*DefaultApiService) UpdateOidcRp ¶

UpdateOidcRp Method for UpdateOidcRp

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiUpdateOidcRpRequest

func (*DefaultApiService) UpdateOidcRpExecute ¶

Execute executes the request

@return StoreOidcRpRes

func (*DefaultApiService) UpdatePhpExecEnv ¶ added in v0.1.1

UpdatePhpExecEnv Method for UpdatePhpExecEnv

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiUpdatePhpExecEnvRequest

func (*DefaultApiService) UpdatePhpExecEnvExecute ¶ added in v0.1.1

Execute executes the request

@return StorePhpExecEnvRes

func (*DefaultApiService) UpdateSelfSvcs ¶ added in v0.4.3

UpdateSelfSvcs Method for UpdateSelfSvcs

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiUpdateSelfSvcsRequest

func (*DefaultApiService) UpdateSelfSvcsExecute ¶ added in v0.4.3

Execute executes the request

@return StoreSelfSvcRsRes

func (*DefaultApiService) UpdateSharepointRs ¶ added in v0.2.3

UpdateSharepointRs Method for UpdateSharepointRs

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiUpdateSharepointRsRequest

func (*DefaultApiService) UpdateSharepointRsExecute ¶ added in v0.2.3

Execute executes the request

@return StoreSharepointRsRes

func (*DefaultApiService) UpdateTomcatExecEnv ¶

func (a *DefaultApiService) UpdateTomcatExecEnv(ctx context.Context) ApiUpdateTomcatExecEnvRequest

UpdateTomcatExecEnv Method for UpdateTomcatExecEnv

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiUpdateTomcatExecEnvRequest

func (*DefaultApiService) UpdateTomcatExecEnvExecute ¶

Execute executes the request

@return StoreTomcatExecEnvRes

func (*DefaultApiService) UpdateVirtSaml2Sp ¶ added in v0.2.3

UpdateVirtSaml2Sp Method for UpdateVirtSaml2Sp

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiUpdateVirtSaml2SpRequest

func (*DefaultApiService) UpdateVirtSaml2SpExecute ¶ added in v0.2.3

Execute executes the request

@return StoreVirtSaml2SpRes

func (*DefaultApiService) UpdateWeblogicExecEnv ¶ added in v0.2.1

func (a *DefaultApiService) UpdateWeblogicExecEnv(ctx context.Context) ApiUpdateWeblogicExecEnvRequest

UpdateWeblogicExecEnv Method for UpdateWeblogicExecEnv

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiUpdateWeblogicExecEnvRequest

func (*DefaultApiService) UpdateWeblogicExecEnvExecute ¶ added in v0.2.1

Execute executes the request

@return StoreWeblogicExecEnvRes

func (*DefaultApiService) ValidateAppliance ¶

ValidateAppliance Method for ValidateAppliance

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiValidateApplianceRequest

func (*DefaultApiService) ValidateApplianceExecute ¶

Execute executes the request

@return GetApplianceStateRes

func (*DefaultApiService) Version ¶ added in v0.4.2

Version Method for Version

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiVersionRequest

func (*DefaultApiService) VersionExecute ¶ added in v0.4.2

Execute executes the request

@return ServerVersionResponse

type DelegatedAuthenticationDTO ¶

type DelegatedAuthenticationDTO struct {
	AuthnService         *AuthenticationServiceDTO `json:"authnService,omitempty"`
	Description          *string                   `json:"description,omitempty"`
	ElementId            *string                   `json:"elementId,omitempty"`
	Id                   *int64                    `json:"id,omitempty"`
	Idp                  *IdentityProviderDTO      `json:"idp,omitempty"`
	Name                 *string                   `json:"name,omitempty"`
	Waypoints            []PointDTO                `json:"waypoints,omitempty"`
	AdditionalProperties map[string]interface{}
}

DelegatedAuthenticationDTO struct for DelegatedAuthenticationDTO

func NewDelegatedAuthenticationDTO ¶

func NewDelegatedAuthenticationDTO() *DelegatedAuthenticationDTO

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

func NewDelegatedAuthenticationDTOWithDefaults ¶

func NewDelegatedAuthenticationDTOWithDefaults() *DelegatedAuthenticationDTO

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

func (*DelegatedAuthenticationDTO) GetAuthnService ¶

GetAuthnService returns the AuthnService field value if set, zero value otherwise.

func (*DelegatedAuthenticationDTO) GetAuthnServiceOk ¶

func (o *DelegatedAuthenticationDTO) GetAuthnServiceOk() (*AuthenticationServiceDTO, bool)

GetAuthnServiceOk returns a tuple with the AuthnService field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DelegatedAuthenticationDTO) GetDescription ¶

func (o *DelegatedAuthenticationDTO) GetDescription() string

GetDescription returns the Description field value if set, zero value otherwise.

func (*DelegatedAuthenticationDTO) GetDescriptionOk ¶

func (o *DelegatedAuthenticationDTO) GetDescriptionOk() (*string, bool)

GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DelegatedAuthenticationDTO) GetElementId ¶

func (o *DelegatedAuthenticationDTO) GetElementId() string

GetElementId returns the ElementId field value if set, zero value otherwise.

func (*DelegatedAuthenticationDTO) GetElementIdOk ¶

func (o *DelegatedAuthenticationDTO) GetElementIdOk() (*string, bool)

GetElementIdOk returns a tuple with the ElementId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DelegatedAuthenticationDTO) GetId ¶

func (o *DelegatedAuthenticationDTO) GetId() int64

GetId returns the Id field value if set, zero value otherwise.

func (*DelegatedAuthenticationDTO) GetIdOk ¶

func (o *DelegatedAuthenticationDTO) GetIdOk() (*int64, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DelegatedAuthenticationDTO) GetIdp ¶

GetIdp returns the Idp field value if set, zero value otherwise.

func (*DelegatedAuthenticationDTO) GetIdpOk ¶

GetIdpOk returns a tuple with the Idp field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DelegatedAuthenticationDTO) GetName ¶

func (o *DelegatedAuthenticationDTO) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*DelegatedAuthenticationDTO) GetNameOk ¶

func (o *DelegatedAuthenticationDTO) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DelegatedAuthenticationDTO) GetWaypoints ¶

func (o *DelegatedAuthenticationDTO) GetWaypoints() []PointDTO

GetWaypoints returns the Waypoints field value if set, zero value otherwise.

func (*DelegatedAuthenticationDTO) GetWaypointsOk ¶

func (o *DelegatedAuthenticationDTO) GetWaypointsOk() ([]PointDTO, bool)

GetWaypointsOk returns a tuple with the Waypoints field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DelegatedAuthenticationDTO) HasAuthnService ¶

func (o *DelegatedAuthenticationDTO) HasAuthnService() bool

HasAuthnService returns a boolean if a field has been set.

func (*DelegatedAuthenticationDTO) HasDescription ¶

func (o *DelegatedAuthenticationDTO) HasDescription() bool

HasDescription returns a boolean if a field has been set.

func (*DelegatedAuthenticationDTO) HasElementId ¶

func (o *DelegatedAuthenticationDTO) HasElementId() bool

HasElementId returns a boolean if a field has been set.

func (*DelegatedAuthenticationDTO) HasId ¶

func (o *DelegatedAuthenticationDTO) HasId() bool

HasId returns a boolean if a field has been set.

func (*DelegatedAuthenticationDTO) HasIdp ¶

func (o *DelegatedAuthenticationDTO) HasIdp() bool

HasIdp returns a boolean if a field has been set.

func (*DelegatedAuthenticationDTO) HasName ¶

func (o *DelegatedAuthenticationDTO) HasName() bool

HasName returns a boolean if a field has been set.

func (*DelegatedAuthenticationDTO) HasWaypoints ¶

func (o *DelegatedAuthenticationDTO) HasWaypoints() bool

HasWaypoints returns a boolean if a field has been set.

func (DelegatedAuthenticationDTO) MarshalJSON ¶

func (o DelegatedAuthenticationDTO) MarshalJSON() ([]byte, error)

func (*DelegatedAuthenticationDTO) SetAuthnService ¶

SetAuthnService gets a reference to the given AuthenticationServiceDTO and assigns it to the AuthnService field.

func (*DelegatedAuthenticationDTO) SetDescription ¶

func (o *DelegatedAuthenticationDTO) SetDescription(v string)

SetDescription gets a reference to the given string and assigns it to the Description field.

func (*DelegatedAuthenticationDTO) SetElementId ¶

func (o *DelegatedAuthenticationDTO) SetElementId(v string)

SetElementId gets a reference to the given string and assigns it to the ElementId field.

func (*DelegatedAuthenticationDTO) SetId ¶

func (o *DelegatedAuthenticationDTO) SetId(v int64)

SetId gets a reference to the given int64 and assigns it to the Id field.

func (*DelegatedAuthenticationDTO) SetIdp ¶

SetIdp gets a reference to the given IdentityProviderDTO and assigns it to the Idp field.

func (*DelegatedAuthenticationDTO) SetName ¶

func (o *DelegatedAuthenticationDTO) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*DelegatedAuthenticationDTO) SetWaypoints ¶

func (o *DelegatedAuthenticationDTO) SetWaypoints(v []PointDTO)

SetWaypoints gets a reference to the given []PointDTO and assigns it to the Waypoints field.

func (*DelegatedAuthenticationDTO) UnmarshalJSON ¶

func (o *DelegatedAuthenticationDTO) UnmarshalJSON(bytes []byte) (err error)

type DeleteBrandingReq ¶ added in v0.2.3

type DeleteBrandingReq struct {
	Name                 *string `json:"name,omitempty"`
	AdditionalProperties map[string]interface{}
}

DeleteBrandingReq struct for DeleteBrandingReq

func NewDeleteBrandingReq ¶ added in v0.2.3

func NewDeleteBrandingReq() *DeleteBrandingReq

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

func NewDeleteBrandingReqWithDefaults ¶ added in v0.2.3

func NewDeleteBrandingReqWithDefaults() *DeleteBrandingReq

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

func (*DeleteBrandingReq) GetName ¶ added in v0.2.3

func (o *DeleteBrandingReq) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*DeleteBrandingReq) GetNameOk ¶ added in v0.2.3

func (o *DeleteBrandingReq) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DeleteBrandingReq) HasName ¶ added in v0.2.3

func (o *DeleteBrandingReq) HasName() bool

HasName returns a boolean if a field has been set.

func (DeleteBrandingReq) MarshalJSON ¶ added in v0.2.3

func (o DeleteBrandingReq) MarshalJSON() ([]byte, error)

func (*DeleteBrandingReq) SetName ¶ added in v0.2.3

func (o *DeleteBrandingReq) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*DeleteBrandingReq) UnmarshalJSON ¶ added in v0.2.3

func (o *DeleteBrandingReq) UnmarshalJSON(bytes []byte) (err error)

type DeleteBrandingRes ¶ added in v0.2.3

type DeleteBrandingRes struct {
	Error                *string `json:"error,omitempty"`
	Removed              *bool   `json:"removed,omitempty"`
	AdditionalProperties map[string]interface{}
}

DeleteBrandingRes struct for DeleteBrandingRes

func NewDeleteBrandingRes ¶ added in v0.2.3

func NewDeleteBrandingRes() *DeleteBrandingRes

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

func NewDeleteBrandingResWithDefaults ¶ added in v0.2.3

func NewDeleteBrandingResWithDefaults() *DeleteBrandingRes

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

func (*DeleteBrandingRes) GetError ¶ added in v0.2.3

func (o *DeleteBrandingRes) GetError() string

GetError returns the Error field value if set, zero value otherwise.

func (*DeleteBrandingRes) GetErrorOk ¶ added in v0.2.3

func (o *DeleteBrandingRes) GetErrorOk() (*string, bool)

GetErrorOk returns a tuple with the Error field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DeleteBrandingRes) GetRemoved ¶ added in v0.2.3

func (o *DeleteBrandingRes) GetRemoved() bool

GetRemoved returns the Removed field value if set, zero value otherwise.

func (*DeleteBrandingRes) GetRemovedOk ¶ added in v0.2.3

func (o *DeleteBrandingRes) GetRemovedOk() (*bool, bool)

GetRemovedOk returns a tuple with the Removed field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DeleteBrandingRes) HasError ¶ added in v0.2.3

func (o *DeleteBrandingRes) HasError() bool

HasError returns a boolean if a field has been set.

func (*DeleteBrandingRes) HasRemoved ¶ added in v0.2.3

func (o *DeleteBrandingRes) HasRemoved() bool

HasRemoved returns a boolean if a field has been set.

func (DeleteBrandingRes) MarshalJSON ¶ added in v0.2.3

func (o DeleteBrandingRes) MarshalJSON() ([]byte, error)

func (*DeleteBrandingRes) SetError ¶ added in v0.2.3

func (o *DeleteBrandingRes) SetError(v string)

SetError gets a reference to the given string and assigns it to the Error field.

func (*DeleteBrandingRes) SetRemoved ¶ added in v0.2.3

func (o *DeleteBrandingRes) SetRemoved(v bool)

SetRemoved gets a reference to the given bool and assigns it to the Removed field.

func (*DeleteBrandingRes) UnmarshalJSON ¶ added in v0.2.3

func (o *DeleteBrandingRes) UnmarshalJSON(bytes []byte) (err error)

type DeleteReq ¶

type DeleteReq struct {
	IdOrName             *string `json:"idOrName,omitempty"`
	Name                 *string `json:"name,omitempty"`
	AdditionalProperties map[string]interface{}
}

DeleteReq struct for DeleteReq

func NewDeleteReq ¶

func NewDeleteReq() *DeleteReq

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

func NewDeleteReqWithDefaults ¶

func NewDeleteReqWithDefaults() *DeleteReq

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

func (*DeleteReq) GetIdOrName ¶ added in v0.3.0

func (o *DeleteReq) GetIdOrName() string

GetIdOrName returns the IdOrName field value if set, zero value otherwise.

func (*DeleteReq) GetIdOrNameOk ¶ added in v0.3.0

func (o *DeleteReq) GetIdOrNameOk() (*string, bool)

GetIdOrNameOk returns a tuple with the IdOrName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DeleteReq) GetName ¶

func (o *DeleteReq) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*DeleteReq) GetNameOk ¶

func (o *DeleteReq) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DeleteReq) HasIdOrName ¶ added in v0.3.0

func (o *DeleteReq) HasIdOrName() bool

HasIdOrName returns a boolean if a field has been set.

func (*DeleteReq) HasName ¶

func (o *DeleteReq) HasName() bool

HasName returns a boolean if a field has been set.

func (DeleteReq) MarshalJSON ¶

func (o DeleteReq) MarshalJSON() ([]byte, error)

func (*DeleteReq) SetIdOrName ¶ added in v0.3.0

func (o *DeleteReq) SetIdOrName(v string)

SetIdOrName gets a reference to the given string and assigns it to the IdOrName field.

func (*DeleteReq) SetName ¶

func (o *DeleteReq) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*DeleteReq) UnmarshalJSON ¶

func (o *DeleteReq) UnmarshalJSON(bytes []byte) (err error)

type DeleteRes ¶

type DeleteRes struct {
	Error                *string  `json:"error,omitempty"`
	Removed              *bool    `json:"removed,omitempty"`
	ValidationErrors     []string `json:"validationErrors,omitempty"`
	AdditionalProperties map[string]interface{}
}

DeleteRes struct for DeleteRes

func NewDeleteRes ¶

func NewDeleteRes() *DeleteRes

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

func NewDeleteResWithDefaults ¶

func NewDeleteResWithDefaults() *DeleteRes

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

func (*DeleteRes) GetError ¶

func (o *DeleteRes) GetError() string

GetError returns the Error field value if set, zero value otherwise.

func (*DeleteRes) GetErrorOk ¶

func (o *DeleteRes) GetErrorOk() (*string, bool)

GetErrorOk returns a tuple with the Error field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DeleteRes) GetRemoved ¶

func (o *DeleteRes) GetRemoved() bool

GetRemoved returns the Removed field value if set, zero value otherwise.

func (*DeleteRes) GetRemovedOk ¶

func (o *DeleteRes) GetRemovedOk() (*bool, bool)

GetRemovedOk returns a tuple with the Removed field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DeleteRes) GetValidationErrors ¶

func (o *DeleteRes) GetValidationErrors() []string

GetValidationErrors returns the ValidationErrors field value if set, zero value otherwise.

func (*DeleteRes) GetValidationErrorsOk ¶

func (o *DeleteRes) GetValidationErrorsOk() ([]string, bool)

GetValidationErrorsOk returns a tuple with the ValidationErrors field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DeleteRes) HasError ¶

func (o *DeleteRes) HasError() bool

HasError returns a boolean if a field has been set.

func (*DeleteRes) HasRemoved ¶

func (o *DeleteRes) HasRemoved() bool

HasRemoved returns a boolean if a field has been set.

func (*DeleteRes) HasValidationErrors ¶

func (o *DeleteRes) HasValidationErrors() bool

HasValidationErrors returns a boolean if a field has been set.

func (DeleteRes) MarshalJSON ¶

func (o DeleteRes) MarshalJSON() ([]byte, error)

func (*DeleteRes) SetError ¶

func (o *DeleteRes) SetError(v string)

SetError gets a reference to the given string and assigns it to the Error field.

func (*DeleteRes) SetRemoved ¶

func (o *DeleteRes) SetRemoved(v bool)

SetRemoved gets a reference to the given bool and assigns it to the Removed field.

func (*DeleteRes) SetValidationErrors ¶

func (o *DeleteRes) SetValidationErrors(v []string)

SetValidationErrors gets a reference to the given []string and assigns it to the ValidationErrors field.

func (*DeleteRes) UnmarshalJSON ¶

func (o *DeleteRes) UnmarshalJSON(bytes []byte) (err error)

type DirectoryAuthenticationServiceDTO ¶ added in v0.2.0

type DirectoryAuthenticationServiceDTO struct {
	CustomClass                   *CustomClassDTO              `json:"customClass,omitempty"`
	DelegatedAuthentications      []DelegatedAuthenticationDTO `json:"delegatedAuthentications,omitempty"`
	Description                   *string                      `json:"description,omitempty"`
	DisplayName                   *string                      `json:"displayName,omitempty"`
	ElementId                     *string                      `json:"elementId,omitempty"`
	Id                            *int64                       `json:"id,omitempty"`
	IncludeOperationalAttributes  *bool                        `json:"includeOperationalAttributes,omitempty"`
	InitialContextFactory         *string                      `json:"initialContextFactory,omitempty"`
	LdapSearchScope               *string                      `json:"ldapSearchScope,omitempty"`
	Name                          *string                      `json:"name,omitempty"`
	PasswordPolicy                *string                      `json:"passwordPolicy,omitempty"`
	PerformDnSearch               *bool                        `json:"performDnSearch,omitempty"`
	PrincipalUidAttributeID       *string                      `json:"principalUidAttributeID,omitempty"`
	ProviderUrl                   *string                      `json:"providerUrl,omitempty"`
	Referrals                     *string                      `json:"referrals,omitempty"`
	SecurityAuthentication        *string                      `json:"securityAuthentication,omitempty"`
	SecurityCredential            *string                      `json:"securityCredential,omitempty"`
	SecurityPrincipal             *string                      `json:"securityPrincipal,omitempty"`
	SimpleAuthnSaml2AuthnCtxClass *string                      `json:"simpleAuthnSaml2AuthnCtxClass,omitempty"`
	UsersCtxDN                    *string                      `json:"usersCtxDN,omitempty"`
	X                             *float64                     `json:"x,omitempty"`
	Y                             *float64                     `json:"y,omitempty"`
	AdditionalProperties          map[string]interface{}
}

DirectoryAuthenticationServiceDTO struct for DirectoryAuthenticationServiceDTO

func NewDirectoryAuthenticationServiceDTO ¶ added in v0.2.0

func NewDirectoryAuthenticationServiceDTO() *DirectoryAuthenticationServiceDTO

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

func NewDirectoryAuthenticationServiceDTOWithDefaults ¶ added in v0.2.0

func NewDirectoryAuthenticationServiceDTOWithDefaults() *DirectoryAuthenticationServiceDTO

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

func NewDirectoryAuthnSvcDTOInit ¶ added in v0.2.0

func NewDirectoryAuthnSvcDTOInit() *DirectoryAuthenticationServiceDTO

func (*DirectoryAuthenticationServiceDTO) GetCustomClass ¶ added in v0.2.0

GetCustomClass returns the CustomClass field value if set, zero value otherwise.

func (*DirectoryAuthenticationServiceDTO) GetCustomClassOk ¶ added in v0.2.0

func (o *DirectoryAuthenticationServiceDTO) GetCustomClassOk() (*CustomClassDTO, bool)

GetCustomClassOk returns a tuple with the CustomClass field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DirectoryAuthenticationServiceDTO) GetDelegatedAuthentications ¶ added in v0.2.0

func (o *DirectoryAuthenticationServiceDTO) GetDelegatedAuthentications() []DelegatedAuthenticationDTO

GetDelegatedAuthentications returns the DelegatedAuthentications field value if set, zero value otherwise.

func (*DirectoryAuthenticationServiceDTO) GetDelegatedAuthenticationsOk ¶ added in v0.2.0

func (o *DirectoryAuthenticationServiceDTO) GetDelegatedAuthenticationsOk() ([]DelegatedAuthenticationDTO, bool)

GetDelegatedAuthenticationsOk returns a tuple with the DelegatedAuthentications field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DirectoryAuthenticationServiceDTO) GetDescription ¶ added in v0.2.0

func (o *DirectoryAuthenticationServiceDTO) GetDescription() string

GetDescription returns the Description field value if set, zero value otherwise.

func (*DirectoryAuthenticationServiceDTO) GetDescriptionOk ¶ added in v0.2.0

func (o *DirectoryAuthenticationServiceDTO) GetDescriptionOk() (*string, bool)

GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DirectoryAuthenticationServiceDTO) GetDisplayName ¶ added in v0.2.0

func (o *DirectoryAuthenticationServiceDTO) GetDisplayName() string

GetDisplayName returns the DisplayName field value if set, zero value otherwise.

func (*DirectoryAuthenticationServiceDTO) GetDisplayNameOk ¶ added in v0.2.0

func (o *DirectoryAuthenticationServiceDTO) GetDisplayNameOk() (*string, bool)

GetDisplayNameOk returns a tuple with the DisplayName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DirectoryAuthenticationServiceDTO) GetElementId ¶ added in v0.2.0

func (o *DirectoryAuthenticationServiceDTO) GetElementId() string

GetElementId returns the ElementId field value if set, zero value otherwise.

func (*DirectoryAuthenticationServiceDTO) GetElementIdOk ¶ added in v0.2.0

func (o *DirectoryAuthenticationServiceDTO) GetElementIdOk() (*string, bool)

GetElementIdOk returns a tuple with the ElementId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DirectoryAuthenticationServiceDTO) GetId ¶ added in v0.2.0

GetId returns the Id field value if set, zero value otherwise.

func (*DirectoryAuthenticationServiceDTO) GetIdOk ¶ added in v0.2.0

func (o *DirectoryAuthenticationServiceDTO) GetIdOk() (*int64, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DirectoryAuthenticationServiceDTO) GetIncludeOperationalAttributes ¶ added in v0.2.0

func (o *DirectoryAuthenticationServiceDTO) GetIncludeOperationalAttributes() bool

GetIncludeOperationalAttributes returns the IncludeOperationalAttributes field value if set, zero value otherwise.

func (*DirectoryAuthenticationServiceDTO) GetIncludeOperationalAttributesOk ¶ added in v0.2.0

func (o *DirectoryAuthenticationServiceDTO) GetIncludeOperationalAttributesOk() (*bool, bool)

GetIncludeOperationalAttributesOk returns a tuple with the IncludeOperationalAttributes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DirectoryAuthenticationServiceDTO) GetInitialContextFactory ¶ added in v0.2.0

func (o *DirectoryAuthenticationServiceDTO) GetInitialContextFactory() string

GetInitialContextFactory returns the InitialContextFactory field value if set, zero value otherwise.

func (*DirectoryAuthenticationServiceDTO) GetInitialContextFactoryOk ¶ added in v0.2.0

func (o *DirectoryAuthenticationServiceDTO) GetInitialContextFactoryOk() (*string, bool)

GetInitialContextFactoryOk returns a tuple with the InitialContextFactory field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DirectoryAuthenticationServiceDTO) GetLdapSearchScope ¶ added in v0.2.0

func (o *DirectoryAuthenticationServiceDTO) GetLdapSearchScope() string

GetLdapSearchScope returns the LdapSearchScope field value if set, zero value otherwise.

func (*DirectoryAuthenticationServiceDTO) GetLdapSearchScopeOk ¶ added in v0.2.0

func (o *DirectoryAuthenticationServiceDTO) GetLdapSearchScopeOk() (*string, bool)

GetLdapSearchScopeOk returns a tuple with the LdapSearchScope field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DirectoryAuthenticationServiceDTO) GetName ¶ added in v0.2.0

GetName returns the Name field value if set, zero value otherwise.

func (*DirectoryAuthenticationServiceDTO) GetNameOk ¶ added in v0.2.0

func (o *DirectoryAuthenticationServiceDTO) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DirectoryAuthenticationServiceDTO) GetPasswordPolicy ¶ added in v0.2.0

func (o *DirectoryAuthenticationServiceDTO) GetPasswordPolicy() string

GetPasswordPolicy returns the PasswordPolicy field value if set, zero value otherwise.

func (*DirectoryAuthenticationServiceDTO) GetPasswordPolicyOk ¶ added in v0.2.0

func (o *DirectoryAuthenticationServiceDTO) GetPasswordPolicyOk() (*string, bool)

GetPasswordPolicyOk returns a tuple with the PasswordPolicy field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DirectoryAuthenticationServiceDTO) GetPerformDnSearch ¶ added in v0.2.0

func (o *DirectoryAuthenticationServiceDTO) GetPerformDnSearch() bool

GetPerformDnSearch returns the PerformDnSearch field value if set, zero value otherwise.

func (*DirectoryAuthenticationServiceDTO) GetPerformDnSearchOk ¶ added in v0.2.0

func (o *DirectoryAuthenticationServiceDTO) GetPerformDnSearchOk() (*bool, bool)

GetPerformDnSearchOk returns a tuple with the PerformDnSearch field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DirectoryAuthenticationServiceDTO) GetPrincipalUidAttributeID ¶ added in v0.2.0

func (o *DirectoryAuthenticationServiceDTO) GetPrincipalUidAttributeID() string

GetPrincipalUidAttributeID returns the PrincipalUidAttributeID field value if set, zero value otherwise.

func (*DirectoryAuthenticationServiceDTO) GetPrincipalUidAttributeIDOk ¶ added in v0.2.0

func (o *DirectoryAuthenticationServiceDTO) GetPrincipalUidAttributeIDOk() (*string, bool)

GetPrincipalUidAttributeIDOk returns a tuple with the PrincipalUidAttributeID field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DirectoryAuthenticationServiceDTO) GetProviderUrl ¶ added in v0.2.0

func (o *DirectoryAuthenticationServiceDTO) GetProviderUrl() string

GetProviderUrl returns the ProviderUrl field value if set, zero value otherwise.

func (*DirectoryAuthenticationServiceDTO) GetProviderUrlOk ¶ added in v0.2.0

func (o *DirectoryAuthenticationServiceDTO) GetProviderUrlOk() (*string, bool)

GetProviderUrlOk returns a tuple with the ProviderUrl field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DirectoryAuthenticationServiceDTO) GetReferrals ¶ added in v0.2.0

func (o *DirectoryAuthenticationServiceDTO) GetReferrals() string

GetReferrals returns the Referrals field value if set, zero value otherwise.

func (*DirectoryAuthenticationServiceDTO) GetReferralsOk ¶ added in v0.2.0

func (o *DirectoryAuthenticationServiceDTO) GetReferralsOk() (*string, bool)

GetReferralsOk returns a tuple with the Referrals field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DirectoryAuthenticationServiceDTO) GetSecurityAuthentication ¶ added in v0.2.0

func (o *DirectoryAuthenticationServiceDTO) GetSecurityAuthentication() string

GetSecurityAuthentication returns the SecurityAuthentication field value if set, zero value otherwise.

func (*DirectoryAuthenticationServiceDTO) GetSecurityAuthenticationOk ¶ added in v0.2.0

func (o *DirectoryAuthenticationServiceDTO) GetSecurityAuthenticationOk() (*string, bool)

GetSecurityAuthenticationOk returns a tuple with the SecurityAuthentication field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DirectoryAuthenticationServiceDTO) GetSecurityCredential ¶ added in v0.2.0

func (o *DirectoryAuthenticationServiceDTO) GetSecurityCredential() string

GetSecurityCredential returns the SecurityCredential field value if set, zero value otherwise.

func (*DirectoryAuthenticationServiceDTO) GetSecurityCredentialOk ¶ added in v0.2.0

func (o *DirectoryAuthenticationServiceDTO) GetSecurityCredentialOk() (*string, bool)

GetSecurityCredentialOk returns a tuple with the SecurityCredential field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DirectoryAuthenticationServiceDTO) GetSecurityPrincipal ¶ added in v0.2.0

func (o *DirectoryAuthenticationServiceDTO) GetSecurityPrincipal() string

GetSecurityPrincipal returns the SecurityPrincipal field value if set, zero value otherwise.

func (*DirectoryAuthenticationServiceDTO) GetSecurityPrincipalOk ¶ added in v0.2.0

func (o *DirectoryAuthenticationServiceDTO) GetSecurityPrincipalOk() (*string, bool)

GetSecurityPrincipalOk returns a tuple with the SecurityPrincipal field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DirectoryAuthenticationServiceDTO) GetSimpleAuthnSaml2AuthnCtxClass ¶ added in v0.2.0

func (o *DirectoryAuthenticationServiceDTO) GetSimpleAuthnSaml2AuthnCtxClass() string

GetSimpleAuthnSaml2AuthnCtxClass returns the SimpleAuthnSaml2AuthnCtxClass field value if set, zero value otherwise.

func (*DirectoryAuthenticationServiceDTO) GetSimpleAuthnSaml2AuthnCtxClassOk ¶ added in v0.2.0

func (o *DirectoryAuthenticationServiceDTO) GetSimpleAuthnSaml2AuthnCtxClassOk() (*string, bool)

GetSimpleAuthnSaml2AuthnCtxClassOk returns a tuple with the SimpleAuthnSaml2AuthnCtxClass field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DirectoryAuthenticationServiceDTO) GetUsersCtxDN ¶ added in v0.2.0

func (o *DirectoryAuthenticationServiceDTO) GetUsersCtxDN() string

GetUsersCtxDN returns the UsersCtxDN field value if set, zero value otherwise.

func (*DirectoryAuthenticationServiceDTO) GetUsersCtxDNOk ¶ added in v0.2.0

func (o *DirectoryAuthenticationServiceDTO) GetUsersCtxDNOk() (*string, bool)

GetUsersCtxDNOk returns a tuple with the UsersCtxDN field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DirectoryAuthenticationServiceDTO) GetX ¶ added in v0.2.0

GetX returns the X field value if set, zero value otherwise.

func (*DirectoryAuthenticationServiceDTO) GetXOk ¶ added in v0.2.0

GetXOk returns a tuple with the X field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DirectoryAuthenticationServiceDTO) GetY ¶ added in v0.2.0

GetY returns the Y field value if set, zero value otherwise.

func (*DirectoryAuthenticationServiceDTO) GetYOk ¶ added in v0.2.0

GetYOk returns a tuple with the Y field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DirectoryAuthenticationServiceDTO) HasCustomClass ¶ added in v0.2.0

func (o *DirectoryAuthenticationServiceDTO) HasCustomClass() bool

HasCustomClass returns a boolean if a field has been set.

func (*DirectoryAuthenticationServiceDTO) HasDelegatedAuthentications ¶ added in v0.2.0

func (o *DirectoryAuthenticationServiceDTO) HasDelegatedAuthentications() bool

HasDelegatedAuthentications returns a boolean if a field has been set.

func (*DirectoryAuthenticationServiceDTO) HasDescription ¶ added in v0.2.0

func (o *DirectoryAuthenticationServiceDTO) HasDescription() bool

HasDescription returns a boolean if a field has been set.

func (*DirectoryAuthenticationServiceDTO) HasDisplayName ¶ added in v0.2.0

func (o *DirectoryAuthenticationServiceDTO) HasDisplayName() bool

HasDisplayName returns a boolean if a field has been set.

func (*DirectoryAuthenticationServiceDTO) HasElementId ¶ added in v0.2.0

func (o *DirectoryAuthenticationServiceDTO) HasElementId() bool

HasElementId returns a boolean if a field has been set.

func (*DirectoryAuthenticationServiceDTO) HasId ¶ added in v0.2.0

HasId returns a boolean if a field has been set.

func (*DirectoryAuthenticationServiceDTO) HasIncludeOperationalAttributes ¶ added in v0.2.0

func (o *DirectoryAuthenticationServiceDTO) HasIncludeOperationalAttributes() bool

HasIncludeOperationalAttributes returns a boolean if a field has been set.

func (*DirectoryAuthenticationServiceDTO) HasInitialContextFactory ¶ added in v0.2.0

func (o *DirectoryAuthenticationServiceDTO) HasInitialContextFactory() bool

HasInitialContextFactory returns a boolean if a field has been set.

func (*DirectoryAuthenticationServiceDTO) HasLdapSearchScope ¶ added in v0.2.0

func (o *DirectoryAuthenticationServiceDTO) HasLdapSearchScope() bool

HasLdapSearchScope returns a boolean if a field has been set.

func (*DirectoryAuthenticationServiceDTO) HasName ¶ added in v0.2.0

HasName returns a boolean if a field has been set.

func (*DirectoryAuthenticationServiceDTO) HasPasswordPolicy ¶ added in v0.2.0

func (o *DirectoryAuthenticationServiceDTO) HasPasswordPolicy() bool

HasPasswordPolicy returns a boolean if a field has been set.

func (*DirectoryAuthenticationServiceDTO) HasPerformDnSearch ¶ added in v0.2.0

func (o *DirectoryAuthenticationServiceDTO) HasPerformDnSearch() bool

HasPerformDnSearch returns a boolean if a field has been set.

func (*DirectoryAuthenticationServiceDTO) HasPrincipalUidAttributeID ¶ added in v0.2.0

func (o *DirectoryAuthenticationServiceDTO) HasPrincipalUidAttributeID() bool

HasPrincipalUidAttributeID returns a boolean if a field has been set.

func (*DirectoryAuthenticationServiceDTO) HasProviderUrl ¶ added in v0.2.0

func (o *DirectoryAuthenticationServiceDTO) HasProviderUrl() bool

HasProviderUrl returns a boolean if a field has been set.

func (*DirectoryAuthenticationServiceDTO) HasReferrals ¶ added in v0.2.0

func (o *DirectoryAuthenticationServiceDTO) HasReferrals() bool

HasReferrals returns a boolean if a field has been set.

func (*DirectoryAuthenticationServiceDTO) HasSecurityAuthentication ¶ added in v0.2.0

func (o *DirectoryAuthenticationServiceDTO) HasSecurityAuthentication() bool

HasSecurityAuthentication returns a boolean if a field has been set.

func (*DirectoryAuthenticationServiceDTO) HasSecurityCredential ¶ added in v0.2.0

func (o *DirectoryAuthenticationServiceDTO) HasSecurityCredential() bool

HasSecurityCredential returns a boolean if a field has been set.

func (*DirectoryAuthenticationServiceDTO) HasSecurityPrincipal ¶ added in v0.2.0

func (o *DirectoryAuthenticationServiceDTO) HasSecurityPrincipal() bool

HasSecurityPrincipal returns a boolean if a field has been set.

func (*DirectoryAuthenticationServiceDTO) HasSimpleAuthnSaml2AuthnCtxClass ¶ added in v0.2.0

func (o *DirectoryAuthenticationServiceDTO) HasSimpleAuthnSaml2AuthnCtxClass() bool

HasSimpleAuthnSaml2AuthnCtxClass returns a boolean if a field has been set.

func (*DirectoryAuthenticationServiceDTO) HasUsersCtxDN ¶ added in v0.2.0

func (o *DirectoryAuthenticationServiceDTO) HasUsersCtxDN() bool

HasUsersCtxDN returns a boolean if a field has been set.

func (*DirectoryAuthenticationServiceDTO) HasX ¶ added in v0.2.0

HasX returns a boolean if a field has been set.

func (*DirectoryAuthenticationServiceDTO) HasY ¶ added in v0.2.0

HasY returns a boolean if a field has been set.

func (DirectoryAuthenticationServiceDTO) MarshalJSON ¶ added in v0.2.0

func (o DirectoryAuthenticationServiceDTO) MarshalJSON() ([]byte, error)

func (*DirectoryAuthenticationServiceDTO) SetCustomClass ¶ added in v0.2.0

SetCustomClass gets a reference to the given CustomClassDTO and assigns it to the CustomClass field.

func (*DirectoryAuthenticationServiceDTO) SetDelegatedAuthentications ¶ added in v0.2.0

func (o *DirectoryAuthenticationServiceDTO) SetDelegatedAuthentications(v []DelegatedAuthenticationDTO)

SetDelegatedAuthentications gets a reference to the given []DelegatedAuthenticationDTO and assigns it to the DelegatedAuthentications field.

func (*DirectoryAuthenticationServiceDTO) SetDescription ¶ added in v0.2.0

func (o *DirectoryAuthenticationServiceDTO) SetDescription(v string)

SetDescription gets a reference to the given string and assigns it to the Description field.

func (*DirectoryAuthenticationServiceDTO) SetDisplayName ¶ added in v0.2.0

func (o *DirectoryAuthenticationServiceDTO) SetDisplayName(v string)

SetDisplayName gets a reference to the given string and assigns it to the DisplayName field.

func (*DirectoryAuthenticationServiceDTO) SetElementId ¶ added in v0.2.0

func (o *DirectoryAuthenticationServiceDTO) SetElementId(v string)

SetElementId gets a reference to the given string and assigns it to the ElementId field.

func (*DirectoryAuthenticationServiceDTO) SetId ¶ added in v0.2.0

SetId gets a reference to the given int64 and assigns it to the Id field.

func (*DirectoryAuthenticationServiceDTO) SetIncludeOperationalAttributes ¶ added in v0.2.0

func (o *DirectoryAuthenticationServiceDTO) SetIncludeOperationalAttributes(v bool)

SetIncludeOperationalAttributes gets a reference to the given bool and assigns it to the IncludeOperationalAttributes field.

func (*DirectoryAuthenticationServiceDTO) SetInitialContextFactory ¶ added in v0.2.0

func (o *DirectoryAuthenticationServiceDTO) SetInitialContextFactory(v string)

SetInitialContextFactory gets a reference to the given string and assigns it to the InitialContextFactory field.

func (*DirectoryAuthenticationServiceDTO) SetLdapSearchScope ¶ added in v0.2.0

func (o *DirectoryAuthenticationServiceDTO) SetLdapSearchScope(v string)

SetLdapSearchScope gets a reference to the given string and assigns it to the LdapSearchScope field.

func (*DirectoryAuthenticationServiceDTO) SetName ¶ added in v0.2.0

SetName gets a reference to the given string and assigns it to the Name field.

func (*DirectoryAuthenticationServiceDTO) SetPasswordPolicy ¶ added in v0.2.0

func (o *DirectoryAuthenticationServiceDTO) SetPasswordPolicy(v string)

SetPasswordPolicy gets a reference to the given string and assigns it to the PasswordPolicy field.

func (*DirectoryAuthenticationServiceDTO) SetPerformDnSearch ¶ added in v0.2.0

func (o *DirectoryAuthenticationServiceDTO) SetPerformDnSearch(v bool)

SetPerformDnSearch gets a reference to the given bool and assigns it to the PerformDnSearch field.

func (*DirectoryAuthenticationServiceDTO) SetPrincipalUidAttributeID ¶ added in v0.2.0

func (o *DirectoryAuthenticationServiceDTO) SetPrincipalUidAttributeID(v string)

SetPrincipalUidAttributeID gets a reference to the given string and assigns it to the PrincipalUidAttributeID field.

func (*DirectoryAuthenticationServiceDTO) SetProviderUrl ¶ added in v0.2.0

func (o *DirectoryAuthenticationServiceDTO) SetProviderUrl(v string)

SetProviderUrl gets a reference to the given string and assigns it to the ProviderUrl field.

func (*DirectoryAuthenticationServiceDTO) SetReferrals ¶ added in v0.2.0

func (o *DirectoryAuthenticationServiceDTO) SetReferrals(v string)

SetReferrals gets a reference to the given string and assigns it to the Referrals field.

func (*DirectoryAuthenticationServiceDTO) SetSecurityAuthentication ¶ added in v0.2.0

func (o *DirectoryAuthenticationServiceDTO) SetSecurityAuthentication(v string)

SetSecurityAuthentication gets a reference to the given string and assigns it to the SecurityAuthentication field.

func (*DirectoryAuthenticationServiceDTO) SetSecurityCredential ¶ added in v0.2.0

func (o *DirectoryAuthenticationServiceDTO) SetSecurityCredential(v string)

SetSecurityCredential gets a reference to the given string and assigns it to the SecurityCredential field.

func (*DirectoryAuthenticationServiceDTO) SetSecurityPrincipal ¶ added in v0.2.0

func (o *DirectoryAuthenticationServiceDTO) SetSecurityPrincipal(v string)

SetSecurityPrincipal gets a reference to the given string and assigns it to the SecurityPrincipal field.

func (*DirectoryAuthenticationServiceDTO) SetSimpleAuthnSaml2AuthnCtxClass ¶ added in v0.2.0

func (o *DirectoryAuthenticationServiceDTO) SetSimpleAuthnSaml2AuthnCtxClass(v string)

SetSimpleAuthnSaml2AuthnCtxClass gets a reference to the given string and assigns it to the SimpleAuthnSaml2AuthnCtxClass field.

func (*DirectoryAuthenticationServiceDTO) SetUsersCtxDN ¶ added in v0.2.0

func (o *DirectoryAuthenticationServiceDTO) SetUsersCtxDN(v string)

SetUsersCtxDN gets a reference to the given string and assigns it to the UsersCtxDN field.

func (*DirectoryAuthenticationServiceDTO) SetX ¶ added in v0.2.0

SetX gets a reference to the given float64 and assigns it to the X field.

func (*DirectoryAuthenticationServiceDTO) SetY ¶ added in v0.2.0

SetY gets a reference to the given float64 and assigns it to the Y field.

func (*DirectoryAuthenticationServiceDTO) UnmarshalJSON ¶ added in v0.2.0

func (o *DirectoryAuthenticationServiceDTO) UnmarshalJSON(bytes []byte) (err error)

type EdgeGraphData ¶

type EdgeGraphData struct {
	From   string `json:"from"`
	To     string `json:"to"`
	Label  string `json:"label,omitempty"`
	ID     string `json:"id"`
	Color  string `json:"color,omitempty"`
	Dashes bool   `json:"dashes,omitempty"`
}

type EmbeddedIdentityVaultDTO ¶

type EmbeddedIdentityVaultDTO struct {
	Description           *string  `json:"description,omitempty"`
	ElementId             *string  `json:"elementId,omitempty"`
	Id                    *int64   `json:"id,omitempty"`
	IdentityConnectorName *string  `json:"identityConnectorName,omitempty"`
	Name                  *string  `json:"name,omitempty"`
	X                     *float64 `json:"x,omitempty"`
	Y                     *float64 `json:"y,omitempty"`
	AdditionalProperties  map[string]interface{}
}

EmbeddedIdentityVaultDTO struct for EmbeddedIdentityVaultDTO

func NewEmbeddedIdentityVaultDTO ¶

func NewEmbeddedIdentityVaultDTO() *EmbeddedIdentityVaultDTO

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

func NewEmbeddedIdentityVaultDTOWithDefaults ¶

func NewEmbeddedIdentityVaultDTOWithDefaults() *EmbeddedIdentityVaultDTO

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

func (*EmbeddedIdentityVaultDTO) GetDescription ¶

func (o *EmbeddedIdentityVaultDTO) GetDescription() string

GetDescription returns the Description field value if set, zero value otherwise.

func (*EmbeddedIdentityVaultDTO) GetDescriptionOk ¶

func (o *EmbeddedIdentityVaultDTO) GetDescriptionOk() (*string, bool)

GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EmbeddedIdentityVaultDTO) GetElementId ¶

func (o *EmbeddedIdentityVaultDTO) GetElementId() string

GetElementId returns the ElementId field value if set, zero value otherwise.

func (*EmbeddedIdentityVaultDTO) GetElementIdOk ¶

func (o *EmbeddedIdentityVaultDTO) GetElementIdOk() (*string, bool)

GetElementIdOk returns a tuple with the ElementId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EmbeddedIdentityVaultDTO) GetId ¶

func (o *EmbeddedIdentityVaultDTO) GetId() int64

GetId returns the Id field value if set, zero value otherwise.

func (*EmbeddedIdentityVaultDTO) GetIdOk ¶

func (o *EmbeddedIdentityVaultDTO) GetIdOk() (*int64, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EmbeddedIdentityVaultDTO) GetIdentityConnectorName ¶

func (o *EmbeddedIdentityVaultDTO) GetIdentityConnectorName() string

GetIdentityConnectorName returns the IdentityConnectorName field value if set, zero value otherwise.

func (*EmbeddedIdentityVaultDTO) GetIdentityConnectorNameOk ¶

func (o *EmbeddedIdentityVaultDTO) GetIdentityConnectorNameOk() (*string, bool)

GetIdentityConnectorNameOk returns a tuple with the IdentityConnectorName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EmbeddedIdentityVaultDTO) GetName ¶

func (o *EmbeddedIdentityVaultDTO) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*EmbeddedIdentityVaultDTO) GetNameOk ¶

func (o *EmbeddedIdentityVaultDTO) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EmbeddedIdentityVaultDTO) GetX ¶

GetX returns the X field value if set, zero value otherwise.

func (*EmbeddedIdentityVaultDTO) GetXOk ¶

func (o *EmbeddedIdentityVaultDTO) GetXOk() (*float64, bool)

GetXOk returns a tuple with the X field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EmbeddedIdentityVaultDTO) GetY ¶

GetY returns the Y field value if set, zero value otherwise.

func (*EmbeddedIdentityVaultDTO) GetYOk ¶

func (o *EmbeddedIdentityVaultDTO) GetYOk() (*float64, bool)

GetYOk returns a tuple with the Y field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EmbeddedIdentityVaultDTO) HasDescription ¶

func (o *EmbeddedIdentityVaultDTO) HasDescription() bool

HasDescription returns a boolean if a field has been set.

func (*EmbeddedIdentityVaultDTO) HasElementId ¶

func (o *EmbeddedIdentityVaultDTO) HasElementId() bool

HasElementId returns a boolean if a field has been set.

func (*EmbeddedIdentityVaultDTO) HasId ¶

func (o *EmbeddedIdentityVaultDTO) HasId() bool

HasId returns a boolean if a field has been set.

func (*EmbeddedIdentityVaultDTO) HasIdentityConnectorName ¶

func (o *EmbeddedIdentityVaultDTO) HasIdentityConnectorName() bool

HasIdentityConnectorName returns a boolean if a field has been set.

func (*EmbeddedIdentityVaultDTO) HasName ¶

func (o *EmbeddedIdentityVaultDTO) HasName() bool

HasName returns a boolean if a field has been set.

func (*EmbeddedIdentityVaultDTO) HasX ¶

func (o *EmbeddedIdentityVaultDTO) HasX() bool

HasX returns a boolean if a field has been set.

func (*EmbeddedIdentityVaultDTO) HasY ¶

func (o *EmbeddedIdentityVaultDTO) HasY() bool

HasY returns a boolean if a field has been set.

func (EmbeddedIdentityVaultDTO) MarshalJSON ¶

func (o EmbeddedIdentityVaultDTO) MarshalJSON() ([]byte, error)

func (*EmbeddedIdentityVaultDTO) SetDescription ¶

func (o *EmbeddedIdentityVaultDTO) SetDescription(v string)

SetDescription gets a reference to the given string and assigns it to the Description field.

func (*EmbeddedIdentityVaultDTO) SetElementId ¶

func (o *EmbeddedIdentityVaultDTO) SetElementId(v string)

SetElementId gets a reference to the given string and assigns it to the ElementId field.

func (*EmbeddedIdentityVaultDTO) SetId ¶

func (o *EmbeddedIdentityVaultDTO) SetId(v int64)

SetId gets a reference to the given int64 and assigns it to the Id field.

func (*EmbeddedIdentityVaultDTO) SetIdentityConnectorName ¶

func (o *EmbeddedIdentityVaultDTO) SetIdentityConnectorName(v string)

SetIdentityConnectorName gets a reference to the given string and assigns it to the IdentityConnectorName field.

func (*EmbeddedIdentityVaultDTO) SetName ¶

func (o *EmbeddedIdentityVaultDTO) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*EmbeddedIdentityVaultDTO) SetX ¶

func (o *EmbeddedIdentityVaultDTO) SetX(v float64)

SetX gets a reference to the given float64 and assigns it to the X field.

func (*EmbeddedIdentityVaultDTO) SetY ¶

func (o *EmbeddedIdentityVaultDTO) SetY(v float64)

SetY gets a reference to the given float64 and assigns it to the Y field.

func (*EmbeddedIdentityVaultDTO) UnmarshalJSON ¶

func (o *EmbeddedIdentityVaultDTO) UnmarshalJSON(bytes []byte) (err error)

type EntitySelectionStrategyDTO ¶

type EntitySelectionStrategyDTO struct {
	Description          *string `json:"description,omitempty"`
	Name                 *string `json:"name,omitempty"`
	AdditionalProperties map[string]interface{}
}

EntitySelectionStrategyDTO struct for EntitySelectionStrategyDTO

func NewEntitySelectionStrategyDTO ¶

func NewEntitySelectionStrategyDTO() *EntitySelectionStrategyDTO

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

func NewEntitySelectionStrategyDTOWithDefaults ¶

func NewEntitySelectionStrategyDTOWithDefaults() *EntitySelectionStrategyDTO

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

func (*EntitySelectionStrategyDTO) GetDescription ¶

func (o *EntitySelectionStrategyDTO) GetDescription() string

GetDescription returns the Description field value if set, zero value otherwise.

func (*EntitySelectionStrategyDTO) GetDescriptionOk ¶

func (o *EntitySelectionStrategyDTO) GetDescriptionOk() (*string, bool)

GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EntitySelectionStrategyDTO) GetName ¶

func (o *EntitySelectionStrategyDTO) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*EntitySelectionStrategyDTO) GetNameOk ¶

func (o *EntitySelectionStrategyDTO) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EntitySelectionStrategyDTO) HasDescription ¶

func (o *EntitySelectionStrategyDTO) HasDescription() bool

HasDescription returns a boolean if a field has been set.

func (*EntitySelectionStrategyDTO) HasName ¶

func (o *EntitySelectionStrategyDTO) HasName() bool

HasName returns a boolean if a field has been set.

func (EntitySelectionStrategyDTO) MarshalJSON ¶

func (o EntitySelectionStrategyDTO) MarshalJSON() ([]byte, error)

func (*EntitySelectionStrategyDTO) SetDescription ¶

func (o *EntitySelectionStrategyDTO) SetDescription(v string)

SetDescription gets a reference to the given string and assigns it to the Description field.

func (*EntitySelectionStrategyDTO) SetName ¶

func (o *EntitySelectionStrategyDTO) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*EntitySelectionStrategyDTO) UnmarshalJSON ¶

func (o *EntitySelectionStrategyDTO) UnmarshalJSON(bytes []byte) (err error)

type ExecEnvContainerDTO ¶ added in v0.4.4

type ExecEnvContainerDTO struct {
	Captive              *bool                    `json:"captive,omitempty"`
	ExecEnv              *ExecutionEnvironmentDTO `json:"execEnv,omitempty"`
	Location             *string                  `json:"location,omitempty"`
	Name                 *string                  `json:"name,omitempty"`
	Type                 *string                  `json:"type,omitempty"`
	AdditionalProperties map[string]interface{}
}

ExecEnvContainerDTO struct for ExecEnvContainerDTO

func NewExecEnvContainerDTO ¶ added in v0.4.4

func NewExecEnvContainerDTO() *ExecEnvContainerDTO

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

func NewExecEnvContainerDTOWithDefaults ¶ added in v0.4.4

func NewExecEnvContainerDTOWithDefaults() *ExecEnvContainerDTO

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

func (*ExecEnvContainerDTO) GetCaptive ¶ added in v0.4.4

func (o *ExecEnvContainerDTO) GetCaptive() bool

GetCaptive returns the Captive field value if set, zero value otherwise.

func (*ExecEnvContainerDTO) GetCaptiveOk ¶ added in v0.4.4

func (o *ExecEnvContainerDTO) GetCaptiveOk() (*bool, bool)

GetCaptiveOk returns a tuple with the Captive field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExecEnvContainerDTO) GetExecEnv ¶ added in v0.4.4

GetExecEnv returns the ExecEnv field value if set, zero value otherwise.

func (*ExecEnvContainerDTO) GetExecEnvOk ¶ added in v0.4.4

func (o *ExecEnvContainerDTO) GetExecEnvOk() (*ExecutionEnvironmentDTO, bool)

GetExecEnvOk returns a tuple with the ExecEnv field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExecEnvContainerDTO) GetLocation ¶ added in v0.4.4

func (o *ExecEnvContainerDTO) GetLocation() string

GetLocation returns the Location field value if set, zero value otherwise.

func (*ExecEnvContainerDTO) GetLocationOk ¶ added in v0.4.4

func (o *ExecEnvContainerDTO) GetLocationOk() (*string, bool)

GetLocationOk returns a tuple with the Location field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExecEnvContainerDTO) GetName ¶ added in v0.4.4

func (o *ExecEnvContainerDTO) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*ExecEnvContainerDTO) GetNameOk ¶ added in v0.4.4

func (o *ExecEnvContainerDTO) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExecEnvContainerDTO) GetType ¶ added in v0.4.4

func (o *ExecEnvContainerDTO) GetType() string

GetType returns the Type field value if set, zero value otherwise.

func (*ExecEnvContainerDTO) GetTypeOk ¶ added in v0.4.4

func (o *ExecEnvContainerDTO) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExecEnvContainerDTO) HasCaptive ¶ added in v0.4.4

func (o *ExecEnvContainerDTO) HasCaptive() bool

HasCaptive returns a boolean if a field has been set.

func (*ExecEnvContainerDTO) HasExecEnv ¶ added in v0.4.4

func (o *ExecEnvContainerDTO) HasExecEnv() bool

HasExecEnv returns a boolean if a field has been set.

func (*ExecEnvContainerDTO) HasLocation ¶ added in v0.4.4

func (o *ExecEnvContainerDTO) HasLocation() bool

HasLocation returns a boolean if a field has been set.

func (*ExecEnvContainerDTO) HasName ¶ added in v0.4.4

func (o *ExecEnvContainerDTO) HasName() bool

HasName returns a boolean if a field has been set.

func (*ExecEnvContainerDTO) HasType ¶ added in v0.4.4

func (o *ExecEnvContainerDTO) HasType() bool

HasType returns a boolean if a field has been set.

func (ExecEnvContainerDTO) MarshalJSON ¶ added in v0.4.4

func (o ExecEnvContainerDTO) MarshalJSON() ([]byte, error)

func (*ExecEnvContainerDTO) SetCaptive ¶ added in v0.4.4

func (o *ExecEnvContainerDTO) SetCaptive(v bool)

SetCaptive gets a reference to the given bool and assigns it to the Captive field.

func (*ExecEnvContainerDTO) SetExecEnv ¶ added in v0.4.4

SetExecEnv gets a reference to the given ExecutionEnvironmentDTO and assigns it to the ExecEnv field.

func (*ExecEnvContainerDTO) SetLocation ¶ added in v0.4.4

func (o *ExecEnvContainerDTO) SetLocation(v string)

SetLocation gets a reference to the given string and assigns it to the Location field.

func (*ExecEnvContainerDTO) SetName ¶ added in v0.4.4

func (o *ExecEnvContainerDTO) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*ExecEnvContainerDTO) SetType ¶ added in v0.4.4

func (o *ExecEnvContainerDTO) SetType(v string)

SetType gets a reference to the given string and assigns it to the Type field.

func (*ExecEnvContainerDTO) UnmarshalJSON ¶ added in v0.4.4

func (o *ExecEnvContainerDTO) UnmarshalJSON(bytes []byte) (err error)

type ExecutionEnvironmentDTO ¶

type ExecutionEnvironmentDTO struct {
	Active                 *bool        `json:"active,omitempty"`
	BindingLocation        *LocationDTO `json:"bindingLocation,omitempty"`
	Description            *string      `json:"description,omitempty"`
	DisplayName            *string      `json:"displayName,omitempty"`
	ElementId              *string      `json:"elementId,omitempty"`
	Id                     *int64       `json:"id,omitempty"`
	InstallDemoApps        *bool        `json:"installDemoApps,omitempty"`
	InstallUri             *string      `json:"installUri,omitempty"`
	Location               *string      `json:"location,omitempty"`
	Name                   *string      `json:"name,omitempty"`
	OverwriteOriginalSetup *bool        `json:"overwriteOriginalSetup,omitempty"`
	PlatformId             *string      `json:"platformId,omitempty"`
	TargetJDK              *string      `json:"targetJDK,omitempty"`
	Type                   *string      `json:"type,omitempty"`
	X                      *float64     `json:"x,omitempty"`
	Y                      *float64     `json:"y,omitempty"`
	AdditionalProperties   map[string]interface{}
}

ExecutionEnvironmentDTO struct for ExecutionEnvironmentDTO

func NewExecutionEnvironmentDTO ¶

func NewExecutionEnvironmentDTO() *ExecutionEnvironmentDTO

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

func NewExecutionEnvironmentDTOWithDefaults ¶

func NewExecutionEnvironmentDTOWithDefaults() *ExecutionEnvironmentDTO

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

func (*ExecutionEnvironmentDTO) GetActive ¶

func (o *ExecutionEnvironmentDTO) GetActive() bool

GetActive returns the Active field value if set, zero value otherwise.

func (*ExecutionEnvironmentDTO) GetActiveOk ¶

func (o *ExecutionEnvironmentDTO) GetActiveOk() (*bool, bool)

GetActiveOk returns a tuple with the Active field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExecutionEnvironmentDTO) GetBindingLocation ¶

func (o *ExecutionEnvironmentDTO) GetBindingLocation() LocationDTO

GetBindingLocation returns the BindingLocation field value if set, zero value otherwise.

func (*ExecutionEnvironmentDTO) GetBindingLocationOk ¶

func (o *ExecutionEnvironmentDTO) GetBindingLocationOk() (*LocationDTO, bool)

GetBindingLocationOk returns a tuple with the BindingLocation field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExecutionEnvironmentDTO) GetDescription ¶

func (o *ExecutionEnvironmentDTO) GetDescription() string

GetDescription returns the Description field value if set, zero value otherwise.

func (*ExecutionEnvironmentDTO) GetDescriptionOk ¶

func (o *ExecutionEnvironmentDTO) GetDescriptionOk() (*string, bool)

GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExecutionEnvironmentDTO) GetDisplayName ¶

func (o *ExecutionEnvironmentDTO) GetDisplayName() string

GetDisplayName returns the DisplayName field value if set, zero value otherwise.

func (*ExecutionEnvironmentDTO) GetDisplayNameOk ¶

func (o *ExecutionEnvironmentDTO) GetDisplayNameOk() (*string, bool)

GetDisplayNameOk returns a tuple with the DisplayName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExecutionEnvironmentDTO) GetElementId ¶

func (o *ExecutionEnvironmentDTO) GetElementId() string

GetElementId returns the ElementId field value if set, zero value otherwise.

func (*ExecutionEnvironmentDTO) GetElementIdOk ¶

func (o *ExecutionEnvironmentDTO) GetElementIdOk() (*string, bool)

GetElementIdOk returns a tuple with the ElementId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExecutionEnvironmentDTO) GetId ¶

func (o *ExecutionEnvironmentDTO) GetId() int64

GetId returns the Id field value if set, zero value otherwise.

func (*ExecutionEnvironmentDTO) GetIdOk ¶

func (o *ExecutionEnvironmentDTO) GetIdOk() (*int64, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExecutionEnvironmentDTO) GetInstallDemoApps ¶

func (o *ExecutionEnvironmentDTO) GetInstallDemoApps() bool

GetInstallDemoApps returns the InstallDemoApps field value if set, zero value otherwise.

func (*ExecutionEnvironmentDTO) GetInstallDemoAppsOk ¶

func (o *ExecutionEnvironmentDTO) GetInstallDemoAppsOk() (*bool, bool)

GetInstallDemoAppsOk returns a tuple with the InstallDemoApps field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExecutionEnvironmentDTO) GetInstallUri ¶

func (o *ExecutionEnvironmentDTO) GetInstallUri() string

GetInstallUri returns the InstallUri field value if set, zero value otherwise.

func (*ExecutionEnvironmentDTO) GetInstallUriOk ¶

func (o *ExecutionEnvironmentDTO) GetInstallUriOk() (*string, bool)

GetInstallUriOk returns a tuple with the InstallUri field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExecutionEnvironmentDTO) GetLocation ¶

func (o *ExecutionEnvironmentDTO) GetLocation() string

GetLocation returns the Location field value if set, zero value otherwise.

func (*ExecutionEnvironmentDTO) GetLocationOk ¶

func (o *ExecutionEnvironmentDTO) GetLocationOk() (*string, bool)

GetLocationOk returns a tuple with the Location field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExecutionEnvironmentDTO) GetName ¶

func (o *ExecutionEnvironmentDTO) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*ExecutionEnvironmentDTO) GetNameOk ¶

func (o *ExecutionEnvironmentDTO) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExecutionEnvironmentDTO) GetOverwriteOriginalSetup ¶

func (o *ExecutionEnvironmentDTO) GetOverwriteOriginalSetup() bool

GetOverwriteOriginalSetup returns the OverwriteOriginalSetup field value if set, zero value otherwise.

func (*ExecutionEnvironmentDTO) GetOverwriteOriginalSetupOk ¶

func (o *ExecutionEnvironmentDTO) GetOverwriteOriginalSetupOk() (*bool, bool)

GetOverwriteOriginalSetupOk returns a tuple with the OverwriteOriginalSetup field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExecutionEnvironmentDTO) GetPlatformId ¶

func (o *ExecutionEnvironmentDTO) GetPlatformId() string

GetPlatformId returns the PlatformId field value if set, zero value otherwise.

func (*ExecutionEnvironmentDTO) GetPlatformIdOk ¶

func (o *ExecutionEnvironmentDTO) GetPlatformIdOk() (*string, bool)

GetPlatformIdOk returns a tuple with the PlatformId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExecutionEnvironmentDTO) GetTargetJDK ¶

func (o *ExecutionEnvironmentDTO) GetTargetJDK() string

GetTargetJDK returns the TargetJDK field value if set, zero value otherwise.

func (*ExecutionEnvironmentDTO) GetTargetJDKOk ¶

func (o *ExecutionEnvironmentDTO) GetTargetJDKOk() (*string, bool)

GetTargetJDKOk returns a tuple with the TargetJDK field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExecutionEnvironmentDTO) GetType ¶

func (o *ExecutionEnvironmentDTO) GetType() string

GetType returns the Type field value if set, zero value otherwise.

func (*ExecutionEnvironmentDTO) GetTypeOk ¶

func (o *ExecutionEnvironmentDTO) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExecutionEnvironmentDTO) GetX ¶

func (o *ExecutionEnvironmentDTO) GetX() float64

GetX returns the X field value if set, zero value otherwise.

func (*ExecutionEnvironmentDTO) GetXOk ¶

func (o *ExecutionEnvironmentDTO) GetXOk() (*float64, bool)

GetXOk returns a tuple with the X field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExecutionEnvironmentDTO) GetY ¶

func (o *ExecutionEnvironmentDTO) GetY() float64

GetY returns the Y field value if set, zero value otherwise.

func (*ExecutionEnvironmentDTO) GetYOk ¶

func (o *ExecutionEnvironmentDTO) GetYOk() (*float64, bool)

GetYOk returns a tuple with the Y field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExecutionEnvironmentDTO) HasActive ¶

func (o *ExecutionEnvironmentDTO) HasActive() bool

HasActive returns a boolean if a field has been set.

func (*ExecutionEnvironmentDTO) HasBindingLocation ¶

func (o *ExecutionEnvironmentDTO) HasBindingLocation() bool

HasBindingLocation returns a boolean if a field has been set.

func (*ExecutionEnvironmentDTO) HasDescription ¶

func (o *ExecutionEnvironmentDTO) HasDescription() bool

HasDescription returns a boolean if a field has been set.

func (*ExecutionEnvironmentDTO) HasDisplayName ¶

func (o *ExecutionEnvironmentDTO) HasDisplayName() bool

HasDisplayName returns a boolean if a field has been set.

func (*ExecutionEnvironmentDTO) HasElementId ¶

func (o *ExecutionEnvironmentDTO) HasElementId() bool

HasElementId returns a boolean if a field has been set.

func (*ExecutionEnvironmentDTO) HasId ¶

func (o *ExecutionEnvironmentDTO) HasId() bool

HasId returns a boolean if a field has been set.

func (*ExecutionEnvironmentDTO) HasInstallDemoApps ¶

func (o *ExecutionEnvironmentDTO) HasInstallDemoApps() bool

HasInstallDemoApps returns a boolean if a field has been set.

func (*ExecutionEnvironmentDTO) HasInstallUri ¶

func (o *ExecutionEnvironmentDTO) HasInstallUri() bool

HasInstallUri returns a boolean if a field has been set.

func (*ExecutionEnvironmentDTO) HasLocation ¶

func (o *ExecutionEnvironmentDTO) HasLocation() bool

HasLocation returns a boolean if a field has been set.

func (*ExecutionEnvironmentDTO) HasName ¶

func (o *ExecutionEnvironmentDTO) HasName() bool

HasName returns a boolean if a field has been set.

func (*ExecutionEnvironmentDTO) HasOverwriteOriginalSetup ¶

func (o *ExecutionEnvironmentDTO) HasOverwriteOriginalSetup() bool

HasOverwriteOriginalSetup returns a boolean if a field has been set.

func (*ExecutionEnvironmentDTO) HasPlatformId ¶

func (o *ExecutionEnvironmentDTO) HasPlatformId() bool

HasPlatformId returns a boolean if a field has been set.

func (*ExecutionEnvironmentDTO) HasTargetJDK ¶

func (o *ExecutionEnvironmentDTO) HasTargetJDK() bool

HasTargetJDK returns a boolean if a field has been set.

func (*ExecutionEnvironmentDTO) HasType ¶

func (o *ExecutionEnvironmentDTO) HasType() bool

HasType returns a boolean if a field has been set.

func (*ExecutionEnvironmentDTO) HasX ¶

func (o *ExecutionEnvironmentDTO) HasX() bool

HasX returns a boolean if a field has been set.

func (*ExecutionEnvironmentDTO) HasY ¶

func (o *ExecutionEnvironmentDTO) HasY() bool

HasY returns a boolean if a field has been set.

func (ExecutionEnvironmentDTO) MarshalJSON ¶

func (o ExecutionEnvironmentDTO) MarshalJSON() ([]byte, error)

func (*ExecutionEnvironmentDTO) SetActive ¶

func (o *ExecutionEnvironmentDTO) SetActive(v bool)

SetActive gets a reference to the given bool and assigns it to the Active field.

func (*ExecutionEnvironmentDTO) SetBindingLocation ¶

func (o *ExecutionEnvironmentDTO) SetBindingLocation(v LocationDTO)

SetBindingLocation gets a reference to the given LocationDTO and assigns it to the BindingLocation field.

func (*ExecutionEnvironmentDTO) SetDescription ¶

func (o *ExecutionEnvironmentDTO) SetDescription(v string)

SetDescription gets a reference to the given string and assigns it to the Description field.

func (*ExecutionEnvironmentDTO) SetDisplayName ¶

func (o *ExecutionEnvironmentDTO) SetDisplayName(v string)

SetDisplayName gets a reference to the given string and assigns it to the DisplayName field.

func (*ExecutionEnvironmentDTO) SetElementId ¶

func (o *ExecutionEnvironmentDTO) SetElementId(v string)

SetElementId gets a reference to the given string and assigns it to the ElementId field.

func (*ExecutionEnvironmentDTO) SetId ¶

func (o *ExecutionEnvironmentDTO) SetId(v int64)

SetId gets a reference to the given int64 and assigns it to the Id field.

func (*ExecutionEnvironmentDTO) SetInstallDemoApps ¶

func (o *ExecutionEnvironmentDTO) SetInstallDemoApps(v bool)

SetInstallDemoApps gets a reference to the given bool and assigns it to the InstallDemoApps field.

func (*ExecutionEnvironmentDTO) SetInstallUri ¶

func (o *ExecutionEnvironmentDTO) SetInstallUri(v string)

SetInstallUri gets a reference to the given string and assigns it to the InstallUri field.

func (*ExecutionEnvironmentDTO) SetLocation ¶

func (o *ExecutionEnvironmentDTO) SetLocation(v string)

SetLocation gets a reference to the given string and assigns it to the Location field.

func (*ExecutionEnvironmentDTO) SetName ¶

func (o *ExecutionEnvironmentDTO) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*ExecutionEnvironmentDTO) SetOverwriteOriginalSetup ¶

func (o *ExecutionEnvironmentDTO) SetOverwriteOriginalSetup(v bool)

SetOverwriteOriginalSetup gets a reference to the given bool and assigns it to the OverwriteOriginalSetup field.

func (*ExecutionEnvironmentDTO) SetPlatformId ¶

func (o *ExecutionEnvironmentDTO) SetPlatformId(v string)

SetPlatformId gets a reference to the given string and assigns it to the PlatformId field.

func (*ExecutionEnvironmentDTO) SetTargetJDK ¶

func (o *ExecutionEnvironmentDTO) SetTargetJDK(v string)

SetTargetJDK gets a reference to the given string and assigns it to the TargetJDK field.

func (*ExecutionEnvironmentDTO) SetType ¶

func (o *ExecutionEnvironmentDTO) SetType(v string)

SetType gets a reference to the given string and assigns it to the Type field.

func (*ExecutionEnvironmentDTO) SetX ¶

func (o *ExecutionEnvironmentDTO) SetX(v float64)

SetX gets a reference to the given float64 and assigns it to the X field.

func (*ExecutionEnvironmentDTO) SetY ¶

func (o *ExecutionEnvironmentDTO) SetY(v float64)

SetY gets a reference to the given float64 and assigns it to the Y field.

func (*ExecutionEnvironmentDTO) UnmarshalJSON ¶

func (o *ExecutionEnvironmentDTO) UnmarshalJSON(bytes []byte) (err error)

type ExportApplianceReq ¶ added in v0.4.1

type ExportApplianceReq struct {
	Format               *string `json:"format,omitempty"`
	IdOrName             *string `json:"idOrName,omitempty"`
	AdditionalProperties map[string]interface{}
}

ExportApplianceReq struct for ExportApplianceReq

func NewExportApplianceReq ¶ added in v0.4.1

func NewExportApplianceReq() *ExportApplianceReq

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

func NewExportApplianceReqWithDefaults ¶ added in v0.4.1

func NewExportApplianceReqWithDefaults() *ExportApplianceReq

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

func (*ExportApplianceReq) GetFormat ¶ added in v0.4.1

func (o *ExportApplianceReq) GetFormat() string

GetFormat returns the Format field value if set, zero value otherwise.

func (*ExportApplianceReq) GetFormatOk ¶ added in v0.4.1

func (o *ExportApplianceReq) GetFormatOk() (*string, bool)

GetFormatOk returns a tuple with the Format field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExportApplianceReq) GetIdOrName ¶ added in v0.4.1

func (o *ExportApplianceReq) GetIdOrName() string

GetIdOrName returns the IdOrName field value if set, zero value otherwise.

func (*ExportApplianceReq) GetIdOrNameOk ¶ added in v0.4.1

func (o *ExportApplianceReq) GetIdOrNameOk() (*string, bool)

GetIdOrNameOk returns a tuple with the IdOrName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExportApplianceReq) HasFormat ¶ added in v0.4.1

func (o *ExportApplianceReq) HasFormat() bool

HasFormat returns a boolean if a field has been set.

func (*ExportApplianceReq) HasIdOrName ¶ added in v0.4.1

func (o *ExportApplianceReq) HasIdOrName() bool

HasIdOrName returns a boolean if a field has been set.

func (ExportApplianceReq) MarshalJSON ¶ added in v0.4.1

func (o ExportApplianceReq) MarshalJSON() ([]byte, error)

func (*ExportApplianceReq) SetFormat ¶ added in v0.4.1

func (o *ExportApplianceReq) SetFormat(v string)

SetFormat gets a reference to the given string and assigns it to the Format field.

func (*ExportApplianceReq) SetIdOrName ¶ added in v0.4.1

func (o *ExportApplianceReq) SetIdOrName(v string)

SetIdOrName gets a reference to the given string and assigns it to the IdOrName field.

func (*ExportApplianceReq) UnmarshalJSON ¶ added in v0.4.1

func (o *ExportApplianceReq) UnmarshalJSON(bytes []byte) (err error)

type ExportApplianceRes ¶ added in v0.4.1

type ExportApplianceRes struct {
	Base64value          *string  `json:"base64value,omitempty"`
	Error                *string  `json:"error,omitempty"`
	ValidationErrors     []string `json:"validationErrors,omitempty"`
	AdditionalProperties map[string]interface{}
}

ExportApplianceRes struct for ExportApplianceRes

func NewExportApplianceRes ¶ added in v0.4.1

func NewExportApplianceRes() *ExportApplianceRes

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

func NewExportApplianceResWithDefaults ¶ added in v0.4.1

func NewExportApplianceResWithDefaults() *ExportApplianceRes

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

func (*ExportApplianceRes) GetBase64value ¶ added in v0.4.1

func (o *ExportApplianceRes) GetBase64value() string

GetBase64value returns the Base64value field value if set, zero value otherwise.

func (*ExportApplianceRes) GetBase64valueOk ¶ added in v0.4.1

func (o *ExportApplianceRes) GetBase64valueOk() (*string, bool)

GetBase64valueOk returns a tuple with the Base64value field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExportApplianceRes) GetError ¶ added in v0.4.1

func (o *ExportApplianceRes) GetError() string

GetError returns the Error field value if set, zero value otherwise.

func (*ExportApplianceRes) GetErrorOk ¶ added in v0.4.1

func (o *ExportApplianceRes) GetErrorOk() (*string, bool)

GetErrorOk returns a tuple with the Error field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExportApplianceRes) GetValidationErrors ¶ added in v0.4.1

func (o *ExportApplianceRes) GetValidationErrors() []string

GetValidationErrors returns the ValidationErrors field value if set, zero value otherwise.

func (*ExportApplianceRes) GetValidationErrorsOk ¶ added in v0.4.1

func (o *ExportApplianceRes) GetValidationErrorsOk() ([]string, bool)

GetValidationErrorsOk returns a tuple with the ValidationErrors field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExportApplianceRes) HasBase64value ¶ added in v0.4.1

func (o *ExportApplianceRes) HasBase64value() bool

HasBase64value returns a boolean if a field has been set.

func (*ExportApplianceRes) HasError ¶ added in v0.4.1

func (o *ExportApplianceRes) HasError() bool

HasError returns a boolean if a field has been set.

func (*ExportApplianceRes) HasValidationErrors ¶ added in v0.4.1

func (o *ExportApplianceRes) HasValidationErrors() bool

HasValidationErrors returns a boolean if a field has been set.

func (ExportApplianceRes) MarshalJSON ¶ added in v0.4.1

func (o ExportApplianceRes) MarshalJSON() ([]byte, error)

func (*ExportApplianceRes) SetBase64value ¶ added in v0.4.1

func (o *ExportApplianceRes) SetBase64value(v string)

SetBase64value gets a reference to the given string and assigns it to the Base64value field.

func (*ExportApplianceRes) SetError ¶ added in v0.4.1

func (o *ExportApplianceRes) SetError(v string)

SetError gets a reference to the given string and assigns it to the Error field.

func (*ExportApplianceRes) SetValidationErrors ¶ added in v0.4.1

func (o *ExportApplianceRes) SetValidationErrors(v []string)

SetValidationErrors gets a reference to the given []string and assigns it to the ValidationErrors field.

func (*ExportApplianceRes) UnmarshalJSON ¶ added in v0.4.1

func (o *ExportApplianceRes) UnmarshalJSON(bytes []byte) (err error)

type ExportExecEnvCfgReq ¶ added in v0.2.4

type ExportExecEnvCfgReq struct {
	IdOrName             *string `json:"idOrName,omitempty"`
	Name                 *string `json:"name,omitempty"`
	AdditionalProperties map[string]interface{}
}

ExportExecEnvCfgReq struct for ExportExecEnvCfgReq

func NewExportExecEnvCfgReq ¶ added in v0.2.4

func NewExportExecEnvCfgReq() *ExportExecEnvCfgReq

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

func NewExportExecEnvCfgReqWithDefaults ¶ added in v0.2.4

func NewExportExecEnvCfgReqWithDefaults() *ExportExecEnvCfgReq

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

func (*ExportExecEnvCfgReq) GetIdOrName ¶ added in v0.3.0

func (o *ExportExecEnvCfgReq) GetIdOrName() string

GetIdOrName returns the IdOrName field value if set, zero value otherwise.

func (*ExportExecEnvCfgReq) GetIdOrNameOk ¶ added in v0.3.0

func (o *ExportExecEnvCfgReq) GetIdOrNameOk() (*string, bool)

GetIdOrNameOk returns a tuple with the IdOrName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExportExecEnvCfgReq) GetName ¶ added in v0.2.4

func (o *ExportExecEnvCfgReq) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*ExportExecEnvCfgReq) GetNameOk ¶ added in v0.2.4

func (o *ExportExecEnvCfgReq) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExportExecEnvCfgReq) HasIdOrName ¶ added in v0.3.0

func (o *ExportExecEnvCfgReq) HasIdOrName() bool

HasIdOrName returns a boolean if a field has been set.

func (*ExportExecEnvCfgReq) HasName ¶ added in v0.2.4

func (o *ExportExecEnvCfgReq) HasName() bool

HasName returns a boolean if a field has been set.

func (ExportExecEnvCfgReq) MarshalJSON ¶ added in v0.2.4

func (o ExportExecEnvCfgReq) MarshalJSON() ([]byte, error)

func (*ExportExecEnvCfgReq) SetIdOrName ¶ added in v0.3.0

func (o *ExportExecEnvCfgReq) SetIdOrName(v string)

SetIdOrName gets a reference to the given string and assigns it to the IdOrName field.

func (*ExportExecEnvCfgReq) SetName ¶ added in v0.2.4

func (o *ExportExecEnvCfgReq) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*ExportExecEnvCfgReq) UnmarshalJSON ¶ added in v0.2.4

func (o *ExportExecEnvCfgReq) UnmarshalJSON(bytes []byte) (err error)

type ExportExecEnvCfgRes ¶ added in v0.2.4

type ExportExecEnvCfgRes struct {
	Config               *string  `json:"config,omitempty"`
	Error                *string  `json:"error,omitempty"`
	FileName             *string  `json:"fileName,omitempty"`
	ValidationErrors     []string `json:"validationErrors,omitempty"`
	AdditionalProperties map[string]interface{}
}

ExportExecEnvCfgRes struct for ExportExecEnvCfgRes

func NewExportExecEnvCfgRes ¶ added in v0.2.4

func NewExportExecEnvCfgRes() *ExportExecEnvCfgRes

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

func NewExportExecEnvCfgResWithDefaults ¶ added in v0.2.4

func NewExportExecEnvCfgResWithDefaults() *ExportExecEnvCfgRes

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

func (*ExportExecEnvCfgRes) GetConfig ¶ added in v0.2.4

func (o *ExportExecEnvCfgRes) GetConfig() string

GetConfig returns the Config field value if set, zero value otherwise.

func (*ExportExecEnvCfgRes) GetConfigOk ¶ added in v0.2.4

func (o *ExportExecEnvCfgRes) GetConfigOk() (*string, bool)

GetConfigOk returns a tuple with the Config field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExportExecEnvCfgRes) GetError ¶ added in v0.2.4

func (o *ExportExecEnvCfgRes) GetError() string

GetError returns the Error field value if set, zero value otherwise.

func (*ExportExecEnvCfgRes) GetErrorOk ¶ added in v0.2.4

func (o *ExportExecEnvCfgRes) GetErrorOk() (*string, bool)

GetErrorOk returns a tuple with the Error field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExportExecEnvCfgRes) GetFileName ¶ added in v0.2.4

func (o *ExportExecEnvCfgRes) GetFileName() string

GetFileName returns the FileName field value if set, zero value otherwise.

func (*ExportExecEnvCfgRes) GetFileNameOk ¶ added in v0.2.4

func (o *ExportExecEnvCfgRes) GetFileNameOk() (*string, bool)

GetFileNameOk returns a tuple with the FileName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExportExecEnvCfgRes) GetValidationErrors ¶ added in v0.2.4

func (o *ExportExecEnvCfgRes) GetValidationErrors() []string

GetValidationErrors returns the ValidationErrors field value if set, zero value otherwise.

func (*ExportExecEnvCfgRes) GetValidationErrorsOk ¶ added in v0.2.4

func (o *ExportExecEnvCfgRes) GetValidationErrorsOk() ([]string, bool)

GetValidationErrorsOk returns a tuple with the ValidationErrors field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExportExecEnvCfgRes) HasConfig ¶ added in v0.2.4

func (o *ExportExecEnvCfgRes) HasConfig() bool

HasConfig returns a boolean if a field has been set.

func (*ExportExecEnvCfgRes) HasError ¶ added in v0.2.4

func (o *ExportExecEnvCfgRes) HasError() bool

HasError returns a boolean if a field has been set.

func (*ExportExecEnvCfgRes) HasFileName ¶ added in v0.2.4

func (o *ExportExecEnvCfgRes) HasFileName() bool

HasFileName returns a boolean if a field has been set.

func (*ExportExecEnvCfgRes) HasValidationErrors ¶ added in v0.2.4

func (o *ExportExecEnvCfgRes) HasValidationErrors() bool

HasValidationErrors returns a boolean if a field has been set.

func (ExportExecEnvCfgRes) MarshalJSON ¶ added in v0.2.4

func (o ExportExecEnvCfgRes) MarshalJSON() ([]byte, error)

func (*ExportExecEnvCfgRes) SetConfig ¶ added in v0.2.4

func (o *ExportExecEnvCfgRes) SetConfig(v string)

SetConfig gets a reference to the given string and assigns it to the Config field.

func (*ExportExecEnvCfgRes) SetError ¶ added in v0.2.4

func (o *ExportExecEnvCfgRes) SetError(v string)

SetError gets a reference to the given string and assigns it to the Error field.

func (*ExportExecEnvCfgRes) SetFileName ¶ added in v0.2.4

func (o *ExportExecEnvCfgRes) SetFileName(v string)

SetFileName gets a reference to the given string and assigns it to the FileName field.

func (*ExportExecEnvCfgRes) SetValidationErrors ¶ added in v0.2.4

func (o *ExportExecEnvCfgRes) SetValidationErrors(v []string)

SetValidationErrors gets a reference to the given []string and assigns it to the ValidationErrors field.

func (*ExportExecEnvCfgRes) UnmarshalJSON ¶ added in v0.2.4

func (o *ExportExecEnvCfgRes) UnmarshalJSON(bytes []byte) (err error)

type ExtensionDTO ¶

type ExtensionDTO struct {
	Classifier           *string `json:"classifier,omitempty"`
	Id                   *string `json:"id,omitempty"`
	Name                 *string `json:"name,omitempty"`
	Namespace            *string `json:"namespace,omitempty"`
	Provider             *string `json:"provider,omitempty"`
	Version              *string `json:"version,omitempty"`
	AdditionalProperties map[string]interface{}
}

ExtensionDTO struct for ExtensionDTO

func NewExtensionDTO ¶

func NewExtensionDTO() *ExtensionDTO

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

func NewExtensionDTOWithDefaults ¶

func NewExtensionDTOWithDefaults() *ExtensionDTO

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

func (*ExtensionDTO) GetClassifier ¶

func (o *ExtensionDTO) GetClassifier() string

GetClassifier returns the Classifier field value if set, zero value otherwise.

func (*ExtensionDTO) GetClassifierOk ¶

func (o *ExtensionDTO) GetClassifierOk() (*string, bool)

GetClassifierOk returns a tuple with the Classifier field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExtensionDTO) GetId ¶

func (o *ExtensionDTO) GetId() string

GetId returns the Id field value if set, zero value otherwise.

func (*ExtensionDTO) GetIdOk ¶

func (o *ExtensionDTO) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExtensionDTO) GetName ¶

func (o *ExtensionDTO) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*ExtensionDTO) GetNameOk ¶

func (o *ExtensionDTO) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExtensionDTO) GetNamespace ¶

func (o *ExtensionDTO) GetNamespace() string

GetNamespace returns the Namespace field value if set, zero value otherwise.

func (*ExtensionDTO) GetNamespaceOk ¶

func (o *ExtensionDTO) GetNamespaceOk() (*string, bool)

GetNamespaceOk returns a tuple with the Namespace field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExtensionDTO) GetProvider ¶

func (o *ExtensionDTO) GetProvider() string

GetProvider returns the Provider field value if set, zero value otherwise.

func (*ExtensionDTO) GetProviderOk ¶

func (o *ExtensionDTO) GetProviderOk() (*string, bool)

GetProviderOk returns a tuple with the Provider field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExtensionDTO) GetVersion ¶

func (o *ExtensionDTO) GetVersion() string

GetVersion returns the Version field value if set, zero value otherwise.

func (*ExtensionDTO) GetVersionOk ¶

func (o *ExtensionDTO) GetVersionOk() (*string, bool)

GetVersionOk returns a tuple with the Version field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExtensionDTO) HasClassifier ¶

func (o *ExtensionDTO) HasClassifier() bool

HasClassifier returns a boolean if a field has been set.

func (*ExtensionDTO) HasId ¶

func (o *ExtensionDTO) HasId() bool

HasId returns a boolean if a field has been set.

func (*ExtensionDTO) HasName ¶

func (o *ExtensionDTO) HasName() bool

HasName returns a boolean if a field has been set.

func (*ExtensionDTO) HasNamespace ¶

func (o *ExtensionDTO) HasNamespace() bool

HasNamespace returns a boolean if a field has been set.

func (*ExtensionDTO) HasProvider ¶

func (o *ExtensionDTO) HasProvider() bool

HasProvider returns a boolean if a field has been set.

func (*ExtensionDTO) HasVersion ¶

func (o *ExtensionDTO) HasVersion() bool

HasVersion returns a boolean if a field has been set.

func (ExtensionDTO) MarshalJSON ¶

func (o ExtensionDTO) MarshalJSON() ([]byte, error)

func (*ExtensionDTO) SetClassifier ¶

func (o *ExtensionDTO) SetClassifier(v string)

SetClassifier gets a reference to the given string and assigns it to the Classifier field.

func (*ExtensionDTO) SetId ¶

func (o *ExtensionDTO) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*ExtensionDTO) SetName ¶

func (o *ExtensionDTO) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*ExtensionDTO) SetNamespace ¶

func (o *ExtensionDTO) SetNamespace(v string)

SetNamespace gets a reference to the given string and assigns it to the Namespace field.

func (*ExtensionDTO) SetProvider ¶

func (o *ExtensionDTO) SetProvider(v string)

SetProvider gets a reference to the given string and assigns it to the Provider field.

func (*ExtensionDTO) SetVersion ¶

func (o *ExtensionDTO) SetVersion(v string)

SetVersion gets a reference to the given string and assigns it to the Version field.

func (*ExtensionDTO) UnmarshalJSON ¶

func (o *ExtensionDTO) UnmarshalJSON(bytes []byte) (err error)

type ExternalOpenIDConnectRelayingPartyDTO ¶

type ExternalOpenIDConnectRelayingPartyDTO struct {
	AccountLinkagePolicy      *AccountLinkagePolicyDTO        `json:"accountLinkagePolicy,omitempty"`
	ActiveBindings            []string                        `json:"activeBindings,omitempty"`
	ActiveProfiles            []string                        `json:"activeProfiles,omitempty"`
	AuthorizedURIs            []string                        `json:"authorizedURIs,omitempty"`
	ClientAuthnMethod         *string                         `json:"clientAuthnMethod,omitempty"`
	ClientCert                *string                         `json:"clientCert,omitempty"`
	ClientId                  *string                         `json:"clientId,omitempty"`
	ClientSecret              *string                         `json:"clientSecret,omitempty"`
	ClientType                *string                         `json:"clientType,omitempty"`
	Config                    *ProviderConfigDTO              `json:"config,omitempty"`
	Description               *string                         `json:"description,omitempty"`
	DisplayName               *string                         `json:"displayName,omitempty"`
	ElementId                 *string                         `json:"elementId,omitempty"`
	EncryptionAlg             *string                         `json:"encryptionAlg,omitempty"`
	EncryptionMethod          *string                         `json:"encryptionMethod,omitempty"`
	FederatedConnectionsA     []FederatedConnectionDTO        `json:"federatedConnectionsA,omitempty"`
	FederatedConnectionsB     []FederatedConnectionDTO        `json:"federatedConnectionsB,omitempty"`
	Grants                    []string                        `json:"grants,omitempty"`
	Id                        *int64                          `json:"id,omitempty"`
	IdTokenEncryptionAlg      *string                         `json:"idTokenEncryptionAlg,omitempty"`
	IdTokenEncryptionMethod   *string                         `json:"idTokenEncryptionMethod,omitempty"`
	IdTokenSigningAlg         *string                         `json:"idTokenSigningAlg,omitempty"`
	IdentityAppliance         *IdentityApplianceDefinitionDTO `json:"identityAppliance,omitempty"`
	IdentityLookups           []IdentityLookupDTO             `json:"identityLookups,omitempty"`
	IdentityMappingPolicy     *IdentityMappingPolicyDTO       `json:"identityMappingPolicy,omitempty"`
	IsRemote                  *bool                           `json:"isRemote,omitempty"`
	Location                  *LocationDTO                    `json:"location,omitempty"`
	Metadata                  *ResourceDTO                    `json:"metadata,omitempty"`
	Name                      *string                         `json:"name,omitempty"`
	PostLogoutRedirectionURIs []string                        `json:"postLogoutRedirectionURIs,omitempty"`
	Remote                    *bool                           `json:"remote,omitempty"`
	ResponseTypes             []string                        `json:"responseTypes,omitempty"`
	Role                      *string                         `json:"role,omitempty"`
	SigningAlg                *string                         `json:"signingAlg,omitempty"`
	X                         *float64                        `json:"x,omitempty"`
	Y                         *float64                        `json:"y,omitempty"`
	AdditionalProperties      map[string]interface{}
}

ExternalOpenIDConnectRelayingPartyDTO struct for ExternalOpenIDConnectRelayingPartyDTO

func NewExternalOpenIDConnectRelayingPartyDTO ¶

func NewExternalOpenIDConnectRelayingPartyDTO() *ExternalOpenIDConnectRelayingPartyDTO

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

func NewExternalOpenIDConnectRelayingPartyDTOWithDefaults ¶

func NewExternalOpenIDConnectRelayingPartyDTOWithDefaults() *ExternalOpenIDConnectRelayingPartyDTO

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

func (*ExternalOpenIDConnectRelayingPartyDTO) GetAccountLinkagePolicy ¶

GetAccountLinkagePolicy returns the AccountLinkagePolicy field value if set, zero value otherwise.

func (*ExternalOpenIDConnectRelayingPartyDTO) GetAccountLinkagePolicyOk ¶

func (o *ExternalOpenIDConnectRelayingPartyDTO) GetAccountLinkagePolicyOk() (*AccountLinkagePolicyDTO, bool)

GetAccountLinkagePolicyOk returns a tuple with the AccountLinkagePolicy field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExternalOpenIDConnectRelayingPartyDTO) GetActiveBindings ¶

func (o *ExternalOpenIDConnectRelayingPartyDTO) GetActiveBindings() []string

GetActiveBindings returns the ActiveBindings field value if set, zero value otherwise.

func (*ExternalOpenIDConnectRelayingPartyDTO) GetActiveBindingsOk ¶

func (o *ExternalOpenIDConnectRelayingPartyDTO) GetActiveBindingsOk() ([]string, bool)

GetActiveBindingsOk returns a tuple with the ActiveBindings field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExternalOpenIDConnectRelayingPartyDTO) GetActiveProfiles ¶

func (o *ExternalOpenIDConnectRelayingPartyDTO) GetActiveProfiles() []string

GetActiveProfiles returns the ActiveProfiles field value if set, zero value otherwise.

func (*ExternalOpenIDConnectRelayingPartyDTO) GetActiveProfilesOk ¶

func (o *ExternalOpenIDConnectRelayingPartyDTO) GetActiveProfilesOk() ([]string, bool)

GetActiveProfilesOk returns a tuple with the ActiveProfiles field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExternalOpenIDConnectRelayingPartyDTO) GetAuthorizedURIs ¶

func (o *ExternalOpenIDConnectRelayingPartyDTO) GetAuthorizedURIs() []string

GetAuthorizedURIs returns the AuthorizedURIs field value if set, zero value otherwise.

func (*ExternalOpenIDConnectRelayingPartyDTO) GetAuthorizedURIsOk ¶

func (o *ExternalOpenIDConnectRelayingPartyDTO) GetAuthorizedURIsOk() ([]string, bool)

GetAuthorizedURIsOk returns a tuple with the AuthorizedURIs field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExternalOpenIDConnectRelayingPartyDTO) GetClientAuthnMethod ¶

func (o *ExternalOpenIDConnectRelayingPartyDTO) GetClientAuthnMethod() string

GetClientAuthnMethod returns the ClientAuthnMethod field value if set, zero value otherwise.

func (*ExternalOpenIDConnectRelayingPartyDTO) GetClientAuthnMethodOk ¶

func (o *ExternalOpenIDConnectRelayingPartyDTO) GetClientAuthnMethodOk() (*string, bool)

GetClientAuthnMethodOk returns a tuple with the ClientAuthnMethod field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExternalOpenIDConnectRelayingPartyDTO) GetClientCert ¶

func (o *ExternalOpenIDConnectRelayingPartyDTO) GetClientCert() string

GetClientCert returns the ClientCert field value if set, zero value otherwise.

func (*ExternalOpenIDConnectRelayingPartyDTO) GetClientCertOk ¶

func (o *ExternalOpenIDConnectRelayingPartyDTO) GetClientCertOk() (*string, bool)

GetClientCertOk returns a tuple with the ClientCert field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExternalOpenIDConnectRelayingPartyDTO) GetClientId ¶

GetClientId returns the ClientId field value if set, zero value otherwise.

func (*ExternalOpenIDConnectRelayingPartyDTO) GetClientIdOk ¶

func (o *ExternalOpenIDConnectRelayingPartyDTO) GetClientIdOk() (*string, bool)

GetClientIdOk returns a tuple with the ClientId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExternalOpenIDConnectRelayingPartyDTO) GetClientSecret ¶

func (o *ExternalOpenIDConnectRelayingPartyDTO) GetClientSecret() string

GetClientSecret returns the ClientSecret field value if set, zero value otherwise.

func (*ExternalOpenIDConnectRelayingPartyDTO) GetClientSecretOk ¶

func (o *ExternalOpenIDConnectRelayingPartyDTO) GetClientSecretOk() (*string, bool)

GetClientSecretOk returns a tuple with the ClientSecret field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExternalOpenIDConnectRelayingPartyDTO) GetClientType ¶

func (o *ExternalOpenIDConnectRelayingPartyDTO) GetClientType() string

GetClientType returns the ClientType field value if set, zero value otherwise.

func (*ExternalOpenIDConnectRelayingPartyDTO) GetClientTypeOk ¶

func (o *ExternalOpenIDConnectRelayingPartyDTO) GetClientTypeOk() (*string, bool)

GetClientTypeOk returns a tuple with the ClientType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExternalOpenIDConnectRelayingPartyDTO) GetConfig ¶

GetConfig returns the Config field value if set, zero value otherwise.

func (*ExternalOpenIDConnectRelayingPartyDTO) GetConfigOk ¶

GetConfigOk returns a tuple with the Config field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExternalOpenIDConnectRelayingPartyDTO) GetDescription ¶

func (o *ExternalOpenIDConnectRelayingPartyDTO) GetDescription() string

GetDescription returns the Description field value if set, zero value otherwise.

func (*ExternalOpenIDConnectRelayingPartyDTO) GetDescriptionOk ¶

func (o *ExternalOpenIDConnectRelayingPartyDTO) GetDescriptionOk() (*string, bool)

GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExternalOpenIDConnectRelayingPartyDTO) GetDisplayName ¶

func (o *ExternalOpenIDConnectRelayingPartyDTO) GetDisplayName() string

GetDisplayName returns the DisplayName field value if set, zero value otherwise.

func (*ExternalOpenIDConnectRelayingPartyDTO) GetDisplayNameOk ¶

func (o *ExternalOpenIDConnectRelayingPartyDTO) GetDisplayNameOk() (*string, bool)

GetDisplayNameOk returns a tuple with the DisplayName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExternalOpenIDConnectRelayingPartyDTO) GetElementId ¶

GetElementId returns the ElementId field value if set, zero value otherwise.

func (*ExternalOpenIDConnectRelayingPartyDTO) GetElementIdOk ¶

func (o *ExternalOpenIDConnectRelayingPartyDTO) GetElementIdOk() (*string, bool)

GetElementIdOk returns a tuple with the ElementId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExternalOpenIDConnectRelayingPartyDTO) GetEncryptionAlg ¶

func (o *ExternalOpenIDConnectRelayingPartyDTO) GetEncryptionAlg() string

GetEncryptionAlg returns the EncryptionAlg field value if set, zero value otherwise.

func (*ExternalOpenIDConnectRelayingPartyDTO) GetEncryptionAlgOk ¶

func (o *ExternalOpenIDConnectRelayingPartyDTO) GetEncryptionAlgOk() (*string, bool)

GetEncryptionAlgOk returns a tuple with the EncryptionAlg field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExternalOpenIDConnectRelayingPartyDTO) GetEncryptionMethod ¶

func (o *ExternalOpenIDConnectRelayingPartyDTO) GetEncryptionMethod() string

GetEncryptionMethod returns the EncryptionMethod field value if set, zero value otherwise.

func (*ExternalOpenIDConnectRelayingPartyDTO) GetEncryptionMethodOk ¶

func (o *ExternalOpenIDConnectRelayingPartyDTO) GetEncryptionMethodOk() (*string, bool)

GetEncryptionMethodOk returns a tuple with the EncryptionMethod field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExternalOpenIDConnectRelayingPartyDTO) GetFederatedConnectionsA ¶

func (o *ExternalOpenIDConnectRelayingPartyDTO) GetFederatedConnectionsA() []FederatedConnectionDTO

GetFederatedConnectionsA returns the FederatedConnectionsA field value if set, zero value otherwise.

func (*ExternalOpenIDConnectRelayingPartyDTO) GetFederatedConnectionsAOk ¶

func (o *ExternalOpenIDConnectRelayingPartyDTO) GetFederatedConnectionsAOk() ([]FederatedConnectionDTO, bool)

GetFederatedConnectionsAOk returns a tuple with the FederatedConnectionsA field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExternalOpenIDConnectRelayingPartyDTO) GetFederatedConnectionsB ¶

func (o *ExternalOpenIDConnectRelayingPartyDTO) GetFederatedConnectionsB() []FederatedConnectionDTO

GetFederatedConnectionsB returns the FederatedConnectionsB field value if set, zero value otherwise.

func (*ExternalOpenIDConnectRelayingPartyDTO) GetFederatedConnectionsBOk ¶

func (o *ExternalOpenIDConnectRelayingPartyDTO) GetFederatedConnectionsBOk() ([]FederatedConnectionDTO, bool)

GetFederatedConnectionsBOk returns a tuple with the FederatedConnectionsB field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExternalOpenIDConnectRelayingPartyDTO) GetGrants ¶

GetGrants returns the Grants field value if set, zero value otherwise.

func (*ExternalOpenIDConnectRelayingPartyDTO) GetGrantsOk ¶

func (o *ExternalOpenIDConnectRelayingPartyDTO) GetGrantsOk() ([]string, bool)

GetGrantsOk returns a tuple with the Grants field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExternalOpenIDConnectRelayingPartyDTO) GetId ¶

GetId returns the Id field value if set, zero value otherwise.

func (*ExternalOpenIDConnectRelayingPartyDTO) GetIdOk ¶

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExternalOpenIDConnectRelayingPartyDTO) GetIdTokenEncryptionAlg ¶

func (o *ExternalOpenIDConnectRelayingPartyDTO) GetIdTokenEncryptionAlg() string

GetIdTokenEncryptionAlg returns the IdTokenEncryptionAlg field value if set, zero value otherwise.

func (*ExternalOpenIDConnectRelayingPartyDTO) GetIdTokenEncryptionAlgOk ¶

func (o *ExternalOpenIDConnectRelayingPartyDTO) GetIdTokenEncryptionAlgOk() (*string, bool)

GetIdTokenEncryptionAlgOk returns a tuple with the IdTokenEncryptionAlg field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExternalOpenIDConnectRelayingPartyDTO) GetIdTokenEncryptionMethod ¶

func (o *ExternalOpenIDConnectRelayingPartyDTO) GetIdTokenEncryptionMethod() string

GetIdTokenEncryptionMethod returns the IdTokenEncryptionMethod field value if set, zero value otherwise.

func (*ExternalOpenIDConnectRelayingPartyDTO) GetIdTokenEncryptionMethodOk ¶

func (o *ExternalOpenIDConnectRelayingPartyDTO) GetIdTokenEncryptionMethodOk() (*string, bool)

GetIdTokenEncryptionMethodOk returns a tuple with the IdTokenEncryptionMethod field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExternalOpenIDConnectRelayingPartyDTO) GetIdTokenSigningAlg ¶

func (o *ExternalOpenIDConnectRelayingPartyDTO) GetIdTokenSigningAlg() string

GetIdTokenSigningAlg returns the IdTokenSigningAlg field value if set, zero value otherwise.

func (*ExternalOpenIDConnectRelayingPartyDTO) GetIdTokenSigningAlgOk ¶

func (o *ExternalOpenIDConnectRelayingPartyDTO) GetIdTokenSigningAlgOk() (*string, bool)

GetIdTokenSigningAlgOk returns a tuple with the IdTokenSigningAlg field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExternalOpenIDConnectRelayingPartyDTO) GetIdentityAppliance ¶

GetIdentityAppliance returns the IdentityAppliance field value if set, zero value otherwise.

func (*ExternalOpenIDConnectRelayingPartyDTO) GetIdentityApplianceOk ¶

GetIdentityApplianceOk returns a tuple with the IdentityAppliance field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExternalOpenIDConnectRelayingPartyDTO) GetIdentityLookups ¶

func (o *ExternalOpenIDConnectRelayingPartyDTO) GetIdentityLookups() []IdentityLookupDTO

GetIdentityLookups returns the IdentityLookups field value if set, zero value otherwise.

func (*ExternalOpenIDConnectRelayingPartyDTO) GetIdentityLookupsOk ¶

func (o *ExternalOpenIDConnectRelayingPartyDTO) GetIdentityLookupsOk() ([]IdentityLookupDTO, bool)

GetIdentityLookupsOk returns a tuple with the IdentityLookups field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExternalOpenIDConnectRelayingPartyDTO) GetIdentityMappingPolicy ¶

GetIdentityMappingPolicy returns the IdentityMappingPolicy field value if set, zero value otherwise.

func (*ExternalOpenIDConnectRelayingPartyDTO) GetIdentityMappingPolicyOk ¶

func (o *ExternalOpenIDConnectRelayingPartyDTO) GetIdentityMappingPolicyOk() (*IdentityMappingPolicyDTO, bool)

GetIdentityMappingPolicyOk returns a tuple with the IdentityMappingPolicy field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExternalOpenIDConnectRelayingPartyDTO) GetIsRemote ¶

GetIsRemote returns the IsRemote field value if set, zero value otherwise.

func (*ExternalOpenIDConnectRelayingPartyDTO) GetIsRemoteOk ¶

func (o *ExternalOpenIDConnectRelayingPartyDTO) GetIsRemoteOk() (*bool, bool)

GetIsRemoteOk returns a tuple with the IsRemote field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExternalOpenIDConnectRelayingPartyDTO) GetLocation ¶

GetLocation returns the Location field value if set, zero value otherwise.

func (*ExternalOpenIDConnectRelayingPartyDTO) GetLocationOk ¶

GetLocationOk returns a tuple with the Location field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExternalOpenIDConnectRelayingPartyDTO) GetMetadata ¶

GetMetadata returns the Metadata field value if set, zero value otherwise.

func (*ExternalOpenIDConnectRelayingPartyDTO) GetMetadataOk ¶

GetMetadataOk returns a tuple with the Metadata field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExternalOpenIDConnectRelayingPartyDTO) GetName ¶

GetName returns the Name field value if set, zero value otherwise.

func (*ExternalOpenIDConnectRelayingPartyDTO) GetNameOk ¶

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExternalOpenIDConnectRelayingPartyDTO) GetPostLogoutRedirectionURIs ¶

func (o *ExternalOpenIDConnectRelayingPartyDTO) GetPostLogoutRedirectionURIs() []string

GetPostLogoutRedirectionURIs returns the PostLogoutRedirectionURIs field value if set, zero value otherwise.

func (*ExternalOpenIDConnectRelayingPartyDTO) GetPostLogoutRedirectionURIsOk ¶

func (o *ExternalOpenIDConnectRelayingPartyDTO) GetPostLogoutRedirectionURIsOk() ([]string, bool)

GetPostLogoutRedirectionURIsOk returns a tuple with the PostLogoutRedirectionURIs field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExternalOpenIDConnectRelayingPartyDTO) GetRemote ¶

GetRemote returns the Remote field value if set, zero value otherwise.

func (*ExternalOpenIDConnectRelayingPartyDTO) GetRemoteOk ¶

func (o *ExternalOpenIDConnectRelayingPartyDTO) GetRemoteOk() (*bool, bool)

GetRemoteOk returns a tuple with the Remote field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExternalOpenIDConnectRelayingPartyDTO) GetResponseTypes ¶

func (o *ExternalOpenIDConnectRelayingPartyDTO) GetResponseTypes() []string

GetResponseTypes returns the ResponseTypes field value if set, zero value otherwise.

func (*ExternalOpenIDConnectRelayingPartyDTO) GetResponseTypesOk ¶

func (o *ExternalOpenIDConnectRelayingPartyDTO) GetResponseTypesOk() ([]string, bool)

GetResponseTypesOk returns a tuple with the ResponseTypes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExternalOpenIDConnectRelayingPartyDTO) GetRole ¶

GetRole returns the Role field value if set, zero value otherwise.

func (*ExternalOpenIDConnectRelayingPartyDTO) GetRoleOk ¶

GetRoleOk returns a tuple with the Role field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExternalOpenIDConnectRelayingPartyDTO) GetSigningAlg ¶

func (o *ExternalOpenIDConnectRelayingPartyDTO) GetSigningAlg() string

GetSigningAlg returns the SigningAlg field value if set, zero value otherwise.

func (*ExternalOpenIDConnectRelayingPartyDTO) GetSigningAlgOk ¶

func (o *ExternalOpenIDConnectRelayingPartyDTO) GetSigningAlgOk() (*string, bool)

GetSigningAlgOk returns a tuple with the SigningAlg field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExternalOpenIDConnectRelayingPartyDTO) GetX ¶

GetX returns the X field value if set, zero value otherwise.

func (*ExternalOpenIDConnectRelayingPartyDTO) GetXOk ¶

GetXOk returns a tuple with the X field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExternalOpenIDConnectRelayingPartyDTO) GetY ¶

GetY returns the Y field value if set, zero value otherwise.

func (*ExternalOpenIDConnectRelayingPartyDTO) GetYOk ¶

GetYOk returns a tuple with the Y field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExternalOpenIDConnectRelayingPartyDTO) HasAccountLinkagePolicy ¶

func (o *ExternalOpenIDConnectRelayingPartyDTO) HasAccountLinkagePolicy() bool

HasAccountLinkagePolicy returns a boolean if a field has been set.

func (*ExternalOpenIDConnectRelayingPartyDTO) HasActiveBindings ¶

func (o *ExternalOpenIDConnectRelayingPartyDTO) HasActiveBindings() bool

HasActiveBindings returns a boolean if a field has been set.

func (*ExternalOpenIDConnectRelayingPartyDTO) HasActiveProfiles ¶

func (o *ExternalOpenIDConnectRelayingPartyDTO) HasActiveProfiles() bool

HasActiveProfiles returns a boolean if a field has been set.

func (*ExternalOpenIDConnectRelayingPartyDTO) HasAuthorizedURIs ¶

func (o *ExternalOpenIDConnectRelayingPartyDTO) HasAuthorizedURIs() bool

HasAuthorizedURIs returns a boolean if a field has been set.

func (*ExternalOpenIDConnectRelayingPartyDTO) HasClientAuthnMethod ¶

func (o *ExternalOpenIDConnectRelayingPartyDTO) HasClientAuthnMethod() bool

HasClientAuthnMethod returns a boolean if a field has been set.

func (*ExternalOpenIDConnectRelayingPartyDTO) HasClientCert ¶

func (o *ExternalOpenIDConnectRelayingPartyDTO) HasClientCert() bool

HasClientCert returns a boolean if a field has been set.

func (*ExternalOpenIDConnectRelayingPartyDTO) HasClientId ¶

HasClientId returns a boolean if a field has been set.

func (*ExternalOpenIDConnectRelayingPartyDTO) HasClientSecret ¶

func (o *ExternalOpenIDConnectRelayingPartyDTO) HasClientSecret() bool

HasClientSecret returns a boolean if a field has been set.

func (*ExternalOpenIDConnectRelayingPartyDTO) HasClientType ¶

func (o *ExternalOpenIDConnectRelayingPartyDTO) HasClientType() bool

HasClientType returns a boolean if a field has been set.

func (*ExternalOpenIDConnectRelayingPartyDTO) HasConfig ¶

HasConfig returns a boolean if a field has been set.

func (*ExternalOpenIDConnectRelayingPartyDTO) HasDescription ¶

func (o *ExternalOpenIDConnectRelayingPartyDTO) HasDescription() bool

HasDescription returns a boolean if a field has been set.

func (*ExternalOpenIDConnectRelayingPartyDTO) HasDisplayName ¶

func (o *ExternalOpenIDConnectRelayingPartyDTO) HasDisplayName() bool

HasDisplayName returns a boolean if a field has been set.

func (*ExternalOpenIDConnectRelayingPartyDTO) HasElementId ¶

func (o *ExternalOpenIDConnectRelayingPartyDTO) HasElementId() bool

HasElementId returns a boolean if a field has been set.

func (*ExternalOpenIDConnectRelayingPartyDTO) HasEncryptionAlg ¶

func (o *ExternalOpenIDConnectRelayingPartyDTO) HasEncryptionAlg() bool

HasEncryptionAlg returns a boolean if a field has been set.

func (*ExternalOpenIDConnectRelayingPartyDTO) HasEncryptionMethod ¶

func (o *ExternalOpenIDConnectRelayingPartyDTO) HasEncryptionMethod() bool

HasEncryptionMethod returns a boolean if a field has been set.

func (*ExternalOpenIDConnectRelayingPartyDTO) HasFederatedConnectionsA ¶

func (o *ExternalOpenIDConnectRelayingPartyDTO) HasFederatedConnectionsA() bool

HasFederatedConnectionsA returns a boolean if a field has been set.

func (*ExternalOpenIDConnectRelayingPartyDTO) HasFederatedConnectionsB ¶

func (o *ExternalOpenIDConnectRelayingPartyDTO) HasFederatedConnectionsB() bool

HasFederatedConnectionsB returns a boolean if a field has been set.

func (*ExternalOpenIDConnectRelayingPartyDTO) HasGrants ¶

HasGrants returns a boolean if a field has been set.

func (*ExternalOpenIDConnectRelayingPartyDTO) HasId ¶

HasId returns a boolean if a field has been set.

func (*ExternalOpenIDConnectRelayingPartyDTO) HasIdTokenEncryptionAlg ¶

func (o *ExternalOpenIDConnectRelayingPartyDTO) HasIdTokenEncryptionAlg() bool

HasIdTokenEncryptionAlg returns a boolean if a field has been set.

func (*ExternalOpenIDConnectRelayingPartyDTO) HasIdTokenEncryptionMethod ¶

func (o *ExternalOpenIDConnectRelayingPartyDTO) HasIdTokenEncryptionMethod() bool

HasIdTokenEncryptionMethod returns a boolean if a field has been set.

func (*ExternalOpenIDConnectRelayingPartyDTO) HasIdTokenSigningAlg ¶

func (o *ExternalOpenIDConnectRelayingPartyDTO) HasIdTokenSigningAlg() bool

HasIdTokenSigningAlg returns a boolean if a field has been set.

func (*ExternalOpenIDConnectRelayingPartyDTO) HasIdentityAppliance ¶

func (o *ExternalOpenIDConnectRelayingPartyDTO) HasIdentityAppliance() bool

HasIdentityAppliance returns a boolean if a field has been set.

func (*ExternalOpenIDConnectRelayingPartyDTO) HasIdentityLookups ¶

func (o *ExternalOpenIDConnectRelayingPartyDTO) HasIdentityLookups() bool

HasIdentityLookups returns a boolean if a field has been set.

func (*ExternalOpenIDConnectRelayingPartyDTO) HasIdentityMappingPolicy ¶

func (o *ExternalOpenIDConnectRelayingPartyDTO) HasIdentityMappingPolicy() bool

HasIdentityMappingPolicy returns a boolean if a field has been set.

func (*ExternalOpenIDConnectRelayingPartyDTO) HasIsRemote ¶

HasIsRemote returns a boolean if a field has been set.

func (*ExternalOpenIDConnectRelayingPartyDTO) HasLocation ¶

HasLocation returns a boolean if a field has been set.

func (*ExternalOpenIDConnectRelayingPartyDTO) HasMetadata ¶

HasMetadata returns a boolean if a field has been set.

func (*ExternalOpenIDConnectRelayingPartyDTO) HasName ¶

HasName returns a boolean if a field has been set.

func (*ExternalOpenIDConnectRelayingPartyDTO) HasPostLogoutRedirectionURIs ¶

func (o *ExternalOpenIDConnectRelayingPartyDTO) HasPostLogoutRedirectionURIs() bool

HasPostLogoutRedirectionURIs returns a boolean if a field has been set.

func (*ExternalOpenIDConnectRelayingPartyDTO) HasRemote ¶

HasRemote returns a boolean if a field has been set.

func (*ExternalOpenIDConnectRelayingPartyDTO) HasResponseTypes ¶

func (o *ExternalOpenIDConnectRelayingPartyDTO) HasResponseTypes() bool

HasResponseTypes returns a boolean if a field has been set.

func (*ExternalOpenIDConnectRelayingPartyDTO) HasRole ¶

HasRole returns a boolean if a field has been set.

func (*ExternalOpenIDConnectRelayingPartyDTO) HasSigningAlg ¶

func (o *ExternalOpenIDConnectRelayingPartyDTO) HasSigningAlg() bool

HasSigningAlg returns a boolean if a field has been set.

func (*ExternalOpenIDConnectRelayingPartyDTO) HasX ¶

HasX returns a boolean if a field has been set.

func (*ExternalOpenIDConnectRelayingPartyDTO) HasY ¶

HasY returns a boolean if a field has been set.

func (ExternalOpenIDConnectRelayingPartyDTO) MarshalJSON ¶

func (o ExternalOpenIDConnectRelayingPartyDTO) MarshalJSON() ([]byte, error)

func (*ExternalOpenIDConnectRelayingPartyDTO) SetAccountLinkagePolicy ¶

func (o *ExternalOpenIDConnectRelayingPartyDTO) SetAccountLinkagePolicy(v AccountLinkagePolicyDTO)

SetAccountLinkagePolicy gets a reference to the given AccountLinkagePolicyDTO and assigns it to the AccountLinkagePolicy field.

func (*ExternalOpenIDConnectRelayingPartyDTO) SetActiveBindings ¶

func (o *ExternalOpenIDConnectRelayingPartyDTO) SetActiveBindings(v []string)

SetActiveBindings gets a reference to the given []string and assigns it to the ActiveBindings field.

func (*ExternalOpenIDConnectRelayingPartyDTO) SetActiveProfiles ¶

func (o *ExternalOpenIDConnectRelayingPartyDTO) SetActiveProfiles(v []string)

SetActiveProfiles gets a reference to the given []string and assigns it to the ActiveProfiles field.

func (*ExternalOpenIDConnectRelayingPartyDTO) SetAuthorizedURIs ¶

func (o *ExternalOpenIDConnectRelayingPartyDTO) SetAuthorizedURIs(v []string)

SetAuthorizedURIs gets a reference to the given []string and assigns it to the AuthorizedURIs field.

func (*ExternalOpenIDConnectRelayingPartyDTO) SetClientAuthnMethod ¶

func (o *ExternalOpenIDConnectRelayingPartyDTO) SetClientAuthnMethod(v string)

SetClientAuthnMethod gets a reference to the given string and assigns it to the ClientAuthnMethod field.

func (*ExternalOpenIDConnectRelayingPartyDTO) SetClientCert ¶

func (o *ExternalOpenIDConnectRelayingPartyDTO) SetClientCert(v string)

SetClientCert gets a reference to the given string and assigns it to the ClientCert field.

func (*ExternalOpenIDConnectRelayingPartyDTO) SetClientId ¶

SetClientId gets a reference to the given string and assigns it to the ClientId field.

func (*ExternalOpenIDConnectRelayingPartyDTO) SetClientSecret ¶

func (o *ExternalOpenIDConnectRelayingPartyDTO) SetClientSecret(v string)

SetClientSecret gets a reference to the given string and assigns it to the ClientSecret field.

func (*ExternalOpenIDConnectRelayingPartyDTO) SetClientType ¶

func (o *ExternalOpenIDConnectRelayingPartyDTO) SetClientType(v string)

SetClientType gets a reference to the given string and assigns it to the ClientType field.

func (*ExternalOpenIDConnectRelayingPartyDTO) SetConfig ¶

SetConfig gets a reference to the given ProviderConfigDTO and assigns it to the Config field.

func (*ExternalOpenIDConnectRelayingPartyDTO) SetDescription ¶

func (o *ExternalOpenIDConnectRelayingPartyDTO) SetDescription(v string)

SetDescription gets a reference to the given string and assigns it to the Description field.

func (*ExternalOpenIDConnectRelayingPartyDTO) SetDisplayName ¶

func (o *ExternalOpenIDConnectRelayingPartyDTO) SetDisplayName(v string)

SetDisplayName gets a reference to the given string and assigns it to the DisplayName field.

func (*ExternalOpenIDConnectRelayingPartyDTO) SetElementId ¶

func (o *ExternalOpenIDConnectRelayingPartyDTO) SetElementId(v string)

SetElementId gets a reference to the given string and assigns it to the ElementId field.

func (*ExternalOpenIDConnectRelayingPartyDTO) SetEncryptionAlg ¶

func (o *ExternalOpenIDConnectRelayingPartyDTO) SetEncryptionAlg(v string)

SetEncryptionAlg gets a reference to the given string and assigns it to the EncryptionAlg field.

func (*ExternalOpenIDConnectRelayingPartyDTO) SetEncryptionMethod ¶

func (o *ExternalOpenIDConnectRelayingPartyDTO) SetEncryptionMethod(v string)

SetEncryptionMethod gets a reference to the given string and assigns it to the EncryptionMethod field.

func (*ExternalOpenIDConnectRelayingPartyDTO) SetFederatedConnectionsA ¶

func (o *ExternalOpenIDConnectRelayingPartyDTO) SetFederatedConnectionsA(v []FederatedConnectionDTO)

SetFederatedConnectionsA gets a reference to the given []FederatedConnectionDTO and assigns it to the FederatedConnectionsA field.

func (*ExternalOpenIDConnectRelayingPartyDTO) SetFederatedConnectionsB ¶

func (o *ExternalOpenIDConnectRelayingPartyDTO) SetFederatedConnectionsB(v []FederatedConnectionDTO)

SetFederatedConnectionsB gets a reference to the given []FederatedConnectionDTO and assigns it to the FederatedConnectionsB field.

func (*ExternalOpenIDConnectRelayingPartyDTO) SetGrants ¶

SetGrants gets a reference to the given []string and assigns it to the Grants field.

func (*ExternalOpenIDConnectRelayingPartyDTO) SetId ¶

SetId gets a reference to the given int64 and assigns it to the Id field.

func (*ExternalOpenIDConnectRelayingPartyDTO) SetIdTokenEncryptionAlg ¶

func (o *ExternalOpenIDConnectRelayingPartyDTO) SetIdTokenEncryptionAlg(v string)

SetIdTokenEncryptionAlg gets a reference to the given string and assigns it to the IdTokenEncryptionAlg field.

func (*ExternalOpenIDConnectRelayingPartyDTO) SetIdTokenEncryptionMethod ¶

func (o *ExternalOpenIDConnectRelayingPartyDTO) SetIdTokenEncryptionMethod(v string)

SetIdTokenEncryptionMethod gets a reference to the given string and assigns it to the IdTokenEncryptionMethod field.

func (*ExternalOpenIDConnectRelayingPartyDTO) SetIdTokenSigningAlg ¶

func (o *ExternalOpenIDConnectRelayingPartyDTO) SetIdTokenSigningAlg(v string)

SetIdTokenSigningAlg gets a reference to the given string and assigns it to the IdTokenSigningAlg field.

func (*ExternalOpenIDConnectRelayingPartyDTO) SetIdentityAppliance ¶

SetIdentityAppliance gets a reference to the given IdentityApplianceDefinitionDTO and assigns it to the IdentityAppliance field.

func (*ExternalOpenIDConnectRelayingPartyDTO) SetIdentityLookups ¶

func (o *ExternalOpenIDConnectRelayingPartyDTO) SetIdentityLookups(v []IdentityLookupDTO)

SetIdentityLookups gets a reference to the given []IdentityLookupDTO and assigns it to the IdentityLookups field.

func (*ExternalOpenIDConnectRelayingPartyDTO) SetIdentityMappingPolicy ¶

func (o *ExternalOpenIDConnectRelayingPartyDTO) SetIdentityMappingPolicy(v IdentityMappingPolicyDTO)

SetIdentityMappingPolicy gets a reference to the given IdentityMappingPolicyDTO and assigns it to the IdentityMappingPolicy field.

func (*ExternalOpenIDConnectRelayingPartyDTO) SetIsRemote ¶

func (o *ExternalOpenIDConnectRelayingPartyDTO) SetIsRemote(v bool)

SetIsRemote gets a reference to the given bool and assigns it to the IsRemote field.

func (*ExternalOpenIDConnectRelayingPartyDTO) SetLocation ¶

SetLocation gets a reference to the given LocationDTO and assigns it to the Location field.

func (*ExternalOpenIDConnectRelayingPartyDTO) SetMetadata ¶

SetMetadata gets a reference to the given ResourceDTO and assigns it to the Metadata field.

func (*ExternalOpenIDConnectRelayingPartyDTO) SetName ¶

SetName gets a reference to the given string and assigns it to the Name field.

func (*ExternalOpenIDConnectRelayingPartyDTO) SetPostLogoutRedirectionURIs ¶

func (o *ExternalOpenIDConnectRelayingPartyDTO) SetPostLogoutRedirectionURIs(v []string)

SetPostLogoutRedirectionURIs gets a reference to the given []string and assigns it to the PostLogoutRedirectionURIs field.

func (*ExternalOpenIDConnectRelayingPartyDTO) SetRemote ¶

SetRemote gets a reference to the given bool and assigns it to the Remote field.

func (*ExternalOpenIDConnectRelayingPartyDTO) SetResponseTypes ¶

func (o *ExternalOpenIDConnectRelayingPartyDTO) SetResponseTypes(v []string)

SetResponseTypes gets a reference to the given []string and assigns it to the ResponseTypes field.

func (*ExternalOpenIDConnectRelayingPartyDTO) SetRole ¶

SetRole gets a reference to the given string and assigns it to the Role field.

func (*ExternalOpenIDConnectRelayingPartyDTO) SetSigningAlg ¶

func (o *ExternalOpenIDConnectRelayingPartyDTO) SetSigningAlg(v string)

SetSigningAlg gets a reference to the given string and assigns it to the SigningAlg field.

func (*ExternalOpenIDConnectRelayingPartyDTO) SetX ¶

SetX gets a reference to the given float64 and assigns it to the X field.

func (*ExternalOpenIDConnectRelayingPartyDTO) SetY ¶

SetY gets a reference to the given float64 and assigns it to the Y field.

func (*ExternalOpenIDConnectRelayingPartyDTO) UnmarshalJSON ¶

func (o *ExternalOpenIDConnectRelayingPartyDTO) UnmarshalJSON(bytes []byte) (err error)

type ExternalSaml2IdentityProviderDTO ¶ added in v0.5.1

type ExternalSaml2IdentityProviderDTO struct {
	ActiveBindings        []string                        `json:"activeBindings,omitempty"`
	ActiveProfiles        []string                        `json:"activeProfiles,omitempty"`
	Config                *ProviderConfigDTO              `json:"config,omitempty"`
	Description           *string                         `json:"description,omitempty"`
	DisplayName           *string                         `json:"displayName,omitempty"`
	ElementId             *string                         `json:"elementId,omitempty"`
	FederatedConnectionsA []FederatedConnectionDTO        `json:"federatedConnectionsA,omitempty"`
	FederatedConnectionsB []FederatedConnectionDTO        `json:"federatedConnectionsB,omitempty"`
	Id                    *int64                          `json:"id,omitempty"`
	IdentityAppliance     *IdentityApplianceDefinitionDTO `json:"identityAppliance,omitempty"`
	IdentityLookups       []IdentityLookupDTO             `json:"identityLookups,omitempty"`
	IsRemote              *bool                           `json:"isRemote,omitempty"`
	Location              *LocationDTO                    `json:"location,omitempty"`
	Metadata              *ResourceDTO                    `json:"metadata,omitempty"`
	Name                  *string                         `json:"name,omitempty"`
	Remote                *bool                           `json:"remote,omitempty"`
	Role                  *string                         `json:"role,omitempty"`
	X                     *float64                        `json:"x,omitempty"`
	Y                     *float64                        `json:"y,omitempty"`
	AdditionalProperties  map[string]interface{}
}

ExternalSaml2IdentityProviderDTO struct for ExternalSaml2IdentityProviderDTO

func NewExternalSaml2IdentityProviderDTO ¶ added in v0.5.1

func NewExternalSaml2IdentityProviderDTO() *ExternalSaml2IdentityProviderDTO

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

func NewExternalSaml2IdentityProviderDTOWithDefaults ¶ added in v0.5.1

func NewExternalSaml2IdentityProviderDTOWithDefaults() *ExternalSaml2IdentityProviderDTO

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

func (*ExternalSaml2IdentityProviderDTO) GetActiveBindings ¶ added in v0.5.1

func (o *ExternalSaml2IdentityProviderDTO) GetActiveBindings() []string

GetActiveBindings returns the ActiveBindings field value if set, zero value otherwise.

func (*ExternalSaml2IdentityProviderDTO) GetActiveBindingsOk ¶ added in v0.5.1

func (o *ExternalSaml2IdentityProviderDTO) GetActiveBindingsOk() ([]string, bool)

GetActiveBindingsOk returns a tuple with the ActiveBindings field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExternalSaml2IdentityProviderDTO) GetActiveProfiles ¶ added in v0.5.1

func (o *ExternalSaml2IdentityProviderDTO) GetActiveProfiles() []string

GetActiveProfiles returns the ActiveProfiles field value if set, zero value otherwise.

func (*ExternalSaml2IdentityProviderDTO) GetActiveProfilesOk ¶ added in v0.5.1

func (o *ExternalSaml2IdentityProviderDTO) GetActiveProfilesOk() ([]string, bool)

GetActiveProfilesOk returns a tuple with the ActiveProfiles field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExternalSaml2IdentityProviderDTO) GetConfig ¶ added in v0.5.1

GetConfig returns the Config field value if set, zero value otherwise.

func (*ExternalSaml2IdentityProviderDTO) GetConfigOk ¶ added in v0.5.1

GetConfigOk returns a tuple with the Config field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExternalSaml2IdentityProviderDTO) GetDescription ¶ added in v0.5.1

func (o *ExternalSaml2IdentityProviderDTO) GetDescription() string

GetDescription returns the Description field value if set, zero value otherwise.

func (*ExternalSaml2IdentityProviderDTO) GetDescriptionOk ¶ added in v0.5.1

func (o *ExternalSaml2IdentityProviderDTO) GetDescriptionOk() (*string, bool)

GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExternalSaml2IdentityProviderDTO) GetDisplayName ¶ added in v0.5.1

func (o *ExternalSaml2IdentityProviderDTO) GetDisplayName() string

GetDisplayName returns the DisplayName field value if set, zero value otherwise.

func (*ExternalSaml2IdentityProviderDTO) GetDisplayNameOk ¶ added in v0.5.1

func (o *ExternalSaml2IdentityProviderDTO) GetDisplayNameOk() (*string, bool)

GetDisplayNameOk returns a tuple with the DisplayName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExternalSaml2IdentityProviderDTO) GetElementId ¶ added in v0.5.1

func (o *ExternalSaml2IdentityProviderDTO) GetElementId() string

GetElementId returns the ElementId field value if set, zero value otherwise.

func (*ExternalSaml2IdentityProviderDTO) GetElementIdOk ¶ added in v0.5.1

func (o *ExternalSaml2IdentityProviderDTO) GetElementIdOk() (*string, bool)

GetElementIdOk returns a tuple with the ElementId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExternalSaml2IdentityProviderDTO) GetFederatedConnectionsA ¶ added in v0.5.1

func (o *ExternalSaml2IdentityProviderDTO) GetFederatedConnectionsA() []FederatedConnectionDTO

GetFederatedConnectionsA returns the FederatedConnectionsA field value if set, zero value otherwise.

func (*ExternalSaml2IdentityProviderDTO) GetFederatedConnectionsAOk ¶ added in v0.5.1

func (o *ExternalSaml2IdentityProviderDTO) GetFederatedConnectionsAOk() ([]FederatedConnectionDTO, bool)

GetFederatedConnectionsAOk returns a tuple with the FederatedConnectionsA field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExternalSaml2IdentityProviderDTO) GetFederatedConnectionsB ¶ added in v0.5.1

func (o *ExternalSaml2IdentityProviderDTO) GetFederatedConnectionsB() []FederatedConnectionDTO

GetFederatedConnectionsB returns the FederatedConnectionsB field value if set, zero value otherwise.

func (*ExternalSaml2IdentityProviderDTO) GetFederatedConnectionsBOk ¶ added in v0.5.1

func (o *ExternalSaml2IdentityProviderDTO) GetFederatedConnectionsBOk() ([]FederatedConnectionDTO, bool)

GetFederatedConnectionsBOk returns a tuple with the FederatedConnectionsB field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExternalSaml2IdentityProviderDTO) GetId ¶ added in v0.5.1

GetId returns the Id field value if set, zero value otherwise.

func (*ExternalSaml2IdentityProviderDTO) GetIdOk ¶ added in v0.5.1

func (o *ExternalSaml2IdentityProviderDTO) GetIdOk() (*int64, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExternalSaml2IdentityProviderDTO) GetIdentityAppliance ¶ added in v0.5.1

GetIdentityAppliance returns the IdentityAppliance field value if set, zero value otherwise.

func (*ExternalSaml2IdentityProviderDTO) GetIdentityApplianceOk ¶ added in v0.5.1

GetIdentityApplianceOk returns a tuple with the IdentityAppliance field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExternalSaml2IdentityProviderDTO) GetIdentityLookups ¶ added in v0.5.1

func (o *ExternalSaml2IdentityProviderDTO) GetIdentityLookups() []IdentityLookupDTO

GetIdentityLookups returns the IdentityLookups field value if set, zero value otherwise.

func (*ExternalSaml2IdentityProviderDTO) GetIdentityLookupsOk ¶ added in v0.5.1

func (o *ExternalSaml2IdentityProviderDTO) GetIdentityLookupsOk() ([]IdentityLookupDTO, bool)

GetIdentityLookupsOk returns a tuple with the IdentityLookups field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExternalSaml2IdentityProviderDTO) GetIsRemote ¶ added in v0.5.1

func (o *ExternalSaml2IdentityProviderDTO) GetIsRemote() bool

GetIsRemote returns the IsRemote field value if set, zero value otherwise.

func (*ExternalSaml2IdentityProviderDTO) GetIsRemoteOk ¶ added in v0.5.1

func (o *ExternalSaml2IdentityProviderDTO) GetIsRemoteOk() (*bool, bool)

GetIsRemoteOk returns a tuple with the IsRemote field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExternalSaml2IdentityProviderDTO) GetLocation ¶ added in v0.5.1

GetLocation returns the Location field value if set, zero value otherwise.

func (*ExternalSaml2IdentityProviderDTO) GetLocationOk ¶ added in v0.5.1

func (o *ExternalSaml2IdentityProviderDTO) GetLocationOk() (*LocationDTO, bool)

GetLocationOk returns a tuple with the Location field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExternalSaml2IdentityProviderDTO) GetMetadata ¶ added in v0.5.1

GetMetadata returns the Metadata field value if set, zero value otherwise.

func (*ExternalSaml2IdentityProviderDTO) GetMetadataOk ¶ added in v0.5.1

func (o *ExternalSaml2IdentityProviderDTO) GetMetadataOk() (*ResourceDTO, bool)

GetMetadataOk returns a tuple with the Metadata field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExternalSaml2IdentityProviderDTO) GetName ¶ added in v0.5.1

GetName returns the Name field value if set, zero value otherwise.

func (*ExternalSaml2IdentityProviderDTO) GetNameOk ¶ added in v0.5.1

func (o *ExternalSaml2IdentityProviderDTO) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExternalSaml2IdentityProviderDTO) GetRemote ¶ added in v0.5.1

func (o *ExternalSaml2IdentityProviderDTO) GetRemote() bool

GetRemote returns the Remote field value if set, zero value otherwise.

func (*ExternalSaml2IdentityProviderDTO) GetRemoteOk ¶ added in v0.5.1

func (o *ExternalSaml2IdentityProviderDTO) GetRemoteOk() (*bool, bool)

GetRemoteOk returns a tuple with the Remote field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExternalSaml2IdentityProviderDTO) GetRole ¶ added in v0.5.1

GetRole returns the Role field value if set, zero value otherwise.

func (*ExternalSaml2IdentityProviderDTO) GetRoleOk ¶ added in v0.5.1

func (o *ExternalSaml2IdentityProviderDTO) GetRoleOk() (*string, bool)

GetRoleOk returns a tuple with the Role field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExternalSaml2IdentityProviderDTO) GetX ¶ added in v0.5.1

GetX returns the X field value if set, zero value otherwise.

func (*ExternalSaml2IdentityProviderDTO) GetXOk ¶ added in v0.5.1

GetXOk returns a tuple with the X field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExternalSaml2IdentityProviderDTO) GetY ¶ added in v0.5.1

GetY returns the Y field value if set, zero value otherwise.

func (*ExternalSaml2IdentityProviderDTO) GetYOk ¶ added in v0.5.1

GetYOk returns a tuple with the Y field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExternalSaml2IdentityProviderDTO) HasActiveBindings ¶ added in v0.5.1

func (o *ExternalSaml2IdentityProviderDTO) HasActiveBindings() bool

HasActiveBindings returns a boolean if a field has been set.

func (*ExternalSaml2IdentityProviderDTO) HasActiveProfiles ¶ added in v0.5.1

func (o *ExternalSaml2IdentityProviderDTO) HasActiveProfiles() bool

HasActiveProfiles returns a boolean if a field has been set.

func (*ExternalSaml2IdentityProviderDTO) HasConfig ¶ added in v0.5.1

func (o *ExternalSaml2IdentityProviderDTO) HasConfig() bool

HasConfig returns a boolean if a field has been set.

func (*ExternalSaml2IdentityProviderDTO) HasDescription ¶ added in v0.5.1

func (o *ExternalSaml2IdentityProviderDTO) HasDescription() bool

HasDescription returns a boolean if a field has been set.

func (*ExternalSaml2IdentityProviderDTO) HasDisplayName ¶ added in v0.5.1

func (o *ExternalSaml2IdentityProviderDTO) HasDisplayName() bool

HasDisplayName returns a boolean if a field has been set.

func (*ExternalSaml2IdentityProviderDTO) HasElementId ¶ added in v0.5.1

func (o *ExternalSaml2IdentityProviderDTO) HasElementId() bool

HasElementId returns a boolean if a field has been set.

func (*ExternalSaml2IdentityProviderDTO) HasFederatedConnectionsA ¶ added in v0.5.1

func (o *ExternalSaml2IdentityProviderDTO) HasFederatedConnectionsA() bool

HasFederatedConnectionsA returns a boolean if a field has been set.

func (*ExternalSaml2IdentityProviderDTO) HasFederatedConnectionsB ¶ added in v0.5.1

func (o *ExternalSaml2IdentityProviderDTO) HasFederatedConnectionsB() bool

HasFederatedConnectionsB returns a boolean if a field has been set.

func (*ExternalSaml2IdentityProviderDTO) HasId ¶ added in v0.5.1

HasId returns a boolean if a field has been set.

func (*ExternalSaml2IdentityProviderDTO) HasIdentityAppliance ¶ added in v0.5.1

func (o *ExternalSaml2IdentityProviderDTO) HasIdentityAppliance() bool

HasIdentityAppliance returns a boolean if a field has been set.

func (*ExternalSaml2IdentityProviderDTO) HasIdentityLookups ¶ added in v0.5.1

func (o *ExternalSaml2IdentityProviderDTO) HasIdentityLookups() bool

HasIdentityLookups returns a boolean if a field has been set.

func (*ExternalSaml2IdentityProviderDTO) HasIsRemote ¶ added in v0.5.1

func (o *ExternalSaml2IdentityProviderDTO) HasIsRemote() bool

HasIsRemote returns a boolean if a field has been set.

func (*ExternalSaml2IdentityProviderDTO) HasLocation ¶ added in v0.5.1

func (o *ExternalSaml2IdentityProviderDTO) HasLocation() bool

HasLocation returns a boolean if a field has been set.

func (*ExternalSaml2IdentityProviderDTO) HasMetadata ¶ added in v0.5.1

func (o *ExternalSaml2IdentityProviderDTO) HasMetadata() bool

HasMetadata returns a boolean if a field has been set.

func (*ExternalSaml2IdentityProviderDTO) HasName ¶ added in v0.5.1

HasName returns a boolean if a field has been set.

func (*ExternalSaml2IdentityProviderDTO) HasRemote ¶ added in v0.5.1

func (o *ExternalSaml2IdentityProviderDTO) HasRemote() bool

HasRemote returns a boolean if a field has been set.

func (*ExternalSaml2IdentityProviderDTO) HasRole ¶ added in v0.5.1

HasRole returns a boolean if a field has been set.

func (*ExternalSaml2IdentityProviderDTO) HasX ¶ added in v0.5.1

HasX returns a boolean if a field has been set.

func (*ExternalSaml2IdentityProviderDTO) HasY ¶ added in v0.5.1

HasY returns a boolean if a field has been set.

func (ExternalSaml2IdentityProviderDTO) MarshalJSON ¶ added in v0.5.1

func (o ExternalSaml2IdentityProviderDTO) MarshalJSON() ([]byte, error)

func (*ExternalSaml2IdentityProviderDTO) SetActiveBindings ¶ added in v0.5.1

func (o *ExternalSaml2IdentityProviderDTO) SetActiveBindings(v []string)

SetActiveBindings gets a reference to the given []string and assigns it to the ActiveBindings field.

func (*ExternalSaml2IdentityProviderDTO) SetActiveProfiles ¶ added in v0.5.1

func (o *ExternalSaml2IdentityProviderDTO) SetActiveProfiles(v []string)

SetActiveProfiles gets a reference to the given []string and assigns it to the ActiveProfiles field.

func (*ExternalSaml2IdentityProviderDTO) SetConfig ¶ added in v0.5.1

SetConfig gets a reference to the given ProviderConfigDTO and assigns it to the Config field.

func (*ExternalSaml2IdentityProviderDTO) SetDescription ¶ added in v0.5.1

func (o *ExternalSaml2IdentityProviderDTO) SetDescription(v string)

SetDescription gets a reference to the given string and assigns it to the Description field.

func (*ExternalSaml2IdentityProviderDTO) SetDisplayName ¶ added in v0.5.1

func (o *ExternalSaml2IdentityProviderDTO) SetDisplayName(v string)

SetDisplayName gets a reference to the given string and assigns it to the DisplayName field.

func (*ExternalSaml2IdentityProviderDTO) SetElementId ¶ added in v0.5.1

func (o *ExternalSaml2IdentityProviderDTO) SetElementId(v string)

SetElementId gets a reference to the given string and assigns it to the ElementId field.

func (*ExternalSaml2IdentityProviderDTO) SetFederatedConnectionsA ¶ added in v0.5.1

func (o *ExternalSaml2IdentityProviderDTO) SetFederatedConnectionsA(v []FederatedConnectionDTO)

SetFederatedConnectionsA gets a reference to the given []FederatedConnectionDTO and assigns it to the FederatedConnectionsA field.

func (*ExternalSaml2IdentityProviderDTO) SetFederatedConnectionsB ¶ added in v0.5.1

func (o *ExternalSaml2IdentityProviderDTO) SetFederatedConnectionsB(v []FederatedConnectionDTO)

SetFederatedConnectionsB gets a reference to the given []FederatedConnectionDTO and assigns it to the FederatedConnectionsB field.

func (*ExternalSaml2IdentityProviderDTO) SetId ¶ added in v0.5.1

SetId gets a reference to the given int64 and assigns it to the Id field.

func (*ExternalSaml2IdentityProviderDTO) SetIdentityAppliance ¶ added in v0.5.1

SetIdentityAppliance gets a reference to the given IdentityApplianceDefinitionDTO and assigns it to the IdentityAppliance field.

func (*ExternalSaml2IdentityProviderDTO) SetIdentityLookups ¶ added in v0.5.1

func (o *ExternalSaml2IdentityProviderDTO) SetIdentityLookups(v []IdentityLookupDTO)

SetIdentityLookups gets a reference to the given []IdentityLookupDTO and assigns it to the IdentityLookups field.

func (*ExternalSaml2IdentityProviderDTO) SetIsRemote ¶ added in v0.5.1

func (o *ExternalSaml2IdentityProviderDTO) SetIsRemote(v bool)

SetIsRemote gets a reference to the given bool and assigns it to the IsRemote field.

func (*ExternalSaml2IdentityProviderDTO) SetLocation ¶ added in v0.5.1

SetLocation gets a reference to the given LocationDTO and assigns it to the Location field.

func (*ExternalSaml2IdentityProviderDTO) SetMetadata ¶ added in v0.5.1

SetMetadata gets a reference to the given ResourceDTO and assigns it to the Metadata field.

func (*ExternalSaml2IdentityProviderDTO) SetName ¶ added in v0.5.1

SetName gets a reference to the given string and assigns it to the Name field.

func (*ExternalSaml2IdentityProviderDTO) SetRemote ¶ added in v0.5.1

func (o *ExternalSaml2IdentityProviderDTO) SetRemote(v bool)

SetRemote gets a reference to the given bool and assigns it to the Remote field.

func (*ExternalSaml2IdentityProviderDTO) SetRole ¶ added in v0.5.1

SetRole gets a reference to the given string and assigns it to the Role field.

func (*ExternalSaml2IdentityProviderDTO) SetX ¶ added in v0.5.1

SetX gets a reference to the given float64 and assigns it to the X field.

func (*ExternalSaml2IdentityProviderDTO) SetY ¶ added in v0.5.1

SetY gets a reference to the given float64 and assigns it to the Y field.

func (*ExternalSaml2IdentityProviderDTO) UnmarshalJSON ¶ added in v0.5.1

func (o *ExternalSaml2IdentityProviderDTO) UnmarshalJSON(bytes []byte) (err error)

type ExternalSaml2ServiceProviderDTO ¶

type ExternalSaml2ServiceProviderDTO struct {
	ActiveBindings        []string                        `json:"activeBindings,omitempty"`
	ActiveProfiles        []string                        `json:"activeProfiles,omitempty"`
	Config                *ProviderConfigDTO              `json:"config,omitempty"`
	Description           *string                         `json:"description,omitempty"`
	DisplayName           *string                         `json:"displayName,omitempty"`
	ElementId             *string                         `json:"elementId,omitempty"`
	FederatedConnectionsA []FederatedConnectionDTO        `json:"federatedConnectionsA,omitempty"`
	FederatedConnectionsB []FederatedConnectionDTO        `json:"federatedConnectionsB,omitempty"`
	Id                    *int64                          `json:"id,omitempty"`
	IdentityAppliance     *IdentityApplianceDefinitionDTO `json:"identityAppliance,omitempty"`
	IdentityLookups       []IdentityLookupDTO             `json:"identityLookups,omitempty"`
	IsRemote              *bool                           `json:"isRemote,omitempty"`
	Location              *LocationDTO                    `json:"location,omitempty"`
	Metadata              *ResourceDTO                    `json:"metadata,omitempty"`
	Name                  *string                         `json:"name,omitempty"`
	Remote                *bool                           `json:"remote,omitempty"`
	Role                  *string                         `json:"role,omitempty"`
	X                     *float64                        `json:"x,omitempty"`
	Y                     *float64                        `json:"y,omitempty"`
	AdditionalProperties  map[string]interface{}
}

ExternalSaml2ServiceProviderDTO struct for ExternalSaml2ServiceProviderDTO

func NewExternalSaml2ServiceProviderDTO ¶

func NewExternalSaml2ServiceProviderDTO() *ExternalSaml2ServiceProviderDTO

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

func NewExternalSaml2ServiceProviderDTOWithDefaults ¶

func NewExternalSaml2ServiceProviderDTOWithDefaults() *ExternalSaml2ServiceProviderDTO

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

func (*ExternalSaml2ServiceProviderDTO) AddFederatedConnection ¶

func (p *ExternalSaml2ServiceProviderDTO) AddFederatedConnection(target string,
	spChannel *InternalSaml2ServiceProviderChannelDTO,
	idpChannel *IdentityProviderChannelDTO) error

func (*ExternalSaml2ServiceProviderDTO) GetActiveBindings ¶

func (o *ExternalSaml2ServiceProviderDTO) GetActiveBindings() []string

GetActiveBindings returns the ActiveBindings field value if set, zero value otherwise.

func (*ExternalSaml2ServiceProviderDTO) GetActiveBindingsOk ¶

func (o *ExternalSaml2ServiceProviderDTO) GetActiveBindingsOk() ([]string, bool)

GetActiveBindingsOk returns a tuple with the ActiveBindings field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExternalSaml2ServiceProviderDTO) GetActiveProfiles ¶

func (o *ExternalSaml2ServiceProviderDTO) GetActiveProfiles() []string

GetActiveProfiles returns the ActiveProfiles field value if set, zero value otherwise.

func (*ExternalSaml2ServiceProviderDTO) GetActiveProfilesOk ¶

func (o *ExternalSaml2ServiceProviderDTO) GetActiveProfilesOk() ([]string, bool)

GetActiveProfilesOk returns a tuple with the ActiveProfiles field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExternalSaml2ServiceProviderDTO) GetConfig ¶

GetConfig returns the Config field value if set, zero value otherwise.

func (*ExternalSaml2ServiceProviderDTO) GetConfigOk ¶

GetConfigOk returns a tuple with the Config field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExternalSaml2ServiceProviderDTO) GetDescription ¶

func (o *ExternalSaml2ServiceProviderDTO) GetDescription() string

GetDescription returns the Description field value if set, zero value otherwise.

func (*ExternalSaml2ServiceProviderDTO) GetDescriptionOk ¶

func (o *ExternalSaml2ServiceProviderDTO) GetDescriptionOk() (*string, bool)

GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExternalSaml2ServiceProviderDTO) GetDisplayName ¶

func (o *ExternalSaml2ServiceProviderDTO) GetDisplayName() string

GetDisplayName returns the DisplayName field value if set, zero value otherwise.

func (*ExternalSaml2ServiceProviderDTO) GetDisplayNameOk ¶

func (o *ExternalSaml2ServiceProviderDTO) GetDisplayNameOk() (*string, bool)

GetDisplayNameOk returns a tuple with the DisplayName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExternalSaml2ServiceProviderDTO) GetElementId ¶

func (o *ExternalSaml2ServiceProviderDTO) GetElementId() string

GetElementId returns the ElementId field value if set, zero value otherwise.

func (*ExternalSaml2ServiceProviderDTO) GetElementIdOk ¶

func (o *ExternalSaml2ServiceProviderDTO) GetElementIdOk() (*string, bool)

GetElementIdOk returns a tuple with the ElementId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExternalSaml2ServiceProviderDTO) GetFederatedConnectionsA ¶

func (o *ExternalSaml2ServiceProviderDTO) GetFederatedConnectionsA() []FederatedConnectionDTO

GetFederatedConnectionsA returns the FederatedConnectionsA field value if set, zero value otherwise.

func (*ExternalSaml2ServiceProviderDTO) GetFederatedConnectionsAOk ¶

func (o *ExternalSaml2ServiceProviderDTO) GetFederatedConnectionsAOk() ([]FederatedConnectionDTO, bool)

GetFederatedConnectionsAOk returns a tuple with the FederatedConnectionsA field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExternalSaml2ServiceProviderDTO) GetFederatedConnectionsB ¶

func (o *ExternalSaml2ServiceProviderDTO) GetFederatedConnectionsB() []FederatedConnectionDTO

GetFederatedConnectionsB returns the FederatedConnectionsB field value if set, zero value otherwise.

func (*ExternalSaml2ServiceProviderDTO) GetFederatedConnectionsBOk ¶

func (o *ExternalSaml2ServiceProviderDTO) GetFederatedConnectionsBOk() ([]FederatedConnectionDTO, bool)

GetFederatedConnectionsBOk returns a tuple with the FederatedConnectionsB field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExternalSaml2ServiceProviderDTO) GetId ¶

GetId returns the Id field value if set, zero value otherwise.

func (*ExternalSaml2ServiceProviderDTO) GetIdOk ¶

func (o *ExternalSaml2ServiceProviderDTO) GetIdOk() (*int64, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExternalSaml2ServiceProviderDTO) GetIdentityAppliance ¶

GetIdentityAppliance returns the IdentityAppliance field value if set, zero value otherwise.

func (*ExternalSaml2ServiceProviderDTO) GetIdentityApplianceOk ¶

GetIdentityApplianceOk returns a tuple with the IdentityAppliance field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExternalSaml2ServiceProviderDTO) GetIdentityLookups ¶

func (o *ExternalSaml2ServiceProviderDTO) GetIdentityLookups() []IdentityLookupDTO

GetIdentityLookups returns the IdentityLookups field value if set, zero value otherwise.

func (*ExternalSaml2ServiceProviderDTO) GetIdentityLookupsOk ¶

func (o *ExternalSaml2ServiceProviderDTO) GetIdentityLookupsOk() ([]IdentityLookupDTO, bool)

GetIdentityLookupsOk returns a tuple with the IdentityLookups field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExternalSaml2ServiceProviderDTO) GetIsRemote ¶

func (o *ExternalSaml2ServiceProviderDTO) GetIsRemote() bool

GetIsRemote returns the IsRemote field value if set, zero value otherwise.

func (*ExternalSaml2ServiceProviderDTO) GetIsRemoteOk ¶

func (o *ExternalSaml2ServiceProviderDTO) GetIsRemoteOk() (*bool, bool)

GetIsRemoteOk returns a tuple with the IsRemote field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExternalSaml2ServiceProviderDTO) GetLocation ¶

GetLocation returns the Location field value if set, zero value otherwise.

func (*ExternalSaml2ServiceProviderDTO) GetLocationOk ¶

func (o *ExternalSaml2ServiceProviderDTO) GetLocationOk() (*LocationDTO, bool)

GetLocationOk returns a tuple with the Location field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExternalSaml2ServiceProviderDTO) GetMetadata ¶

GetMetadata returns the Metadata field value if set, zero value otherwise.

func (*ExternalSaml2ServiceProviderDTO) GetMetadataOk ¶

func (o *ExternalSaml2ServiceProviderDTO) GetMetadataOk() (*ResourceDTO, bool)

GetMetadataOk returns a tuple with the Metadata field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExternalSaml2ServiceProviderDTO) GetName ¶

GetName returns the Name field value if set, zero value otherwise.

func (*ExternalSaml2ServiceProviderDTO) GetNameOk ¶

func (o *ExternalSaml2ServiceProviderDTO) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExternalSaml2ServiceProviderDTO) GetRemote ¶

func (o *ExternalSaml2ServiceProviderDTO) GetRemote() bool

GetRemote returns the Remote field value if set, zero value otherwise.

func (*ExternalSaml2ServiceProviderDTO) GetRemoteOk ¶

func (o *ExternalSaml2ServiceProviderDTO) GetRemoteOk() (*bool, bool)

GetRemoteOk returns a tuple with the Remote field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExternalSaml2ServiceProviderDTO) GetRole ¶

GetRole returns the Role field value if set, zero value otherwise.

func (*ExternalSaml2ServiceProviderDTO) GetRoleOk ¶

func (o *ExternalSaml2ServiceProviderDTO) GetRoleOk() (*string, bool)

GetRoleOk returns a tuple with the Role field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExternalSaml2ServiceProviderDTO) GetX ¶

GetX returns the X field value if set, zero value otherwise.

func (*ExternalSaml2ServiceProviderDTO) GetXOk ¶

GetXOk returns a tuple with the X field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExternalSaml2ServiceProviderDTO) GetY ¶

GetY returns the Y field value if set, zero value otherwise.

func (*ExternalSaml2ServiceProviderDTO) GetYOk ¶

GetYOk returns a tuple with the Y field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExternalSaml2ServiceProviderDTO) HasActiveBindings ¶

func (o *ExternalSaml2ServiceProviderDTO) HasActiveBindings() bool

HasActiveBindings returns a boolean if a field has been set.

func (*ExternalSaml2ServiceProviderDTO) HasActiveProfiles ¶

func (o *ExternalSaml2ServiceProviderDTO) HasActiveProfiles() bool

HasActiveProfiles returns a boolean if a field has been set.

func (*ExternalSaml2ServiceProviderDTO) HasConfig ¶

func (o *ExternalSaml2ServiceProviderDTO) HasConfig() bool

HasConfig returns a boolean if a field has been set.

func (*ExternalSaml2ServiceProviderDTO) HasDescription ¶

func (o *ExternalSaml2ServiceProviderDTO) HasDescription() bool

HasDescription returns a boolean if a field has been set.

func (*ExternalSaml2ServiceProviderDTO) HasDisplayName ¶

func (o *ExternalSaml2ServiceProviderDTO) HasDisplayName() bool

HasDisplayName returns a boolean if a field has been set.

func (*ExternalSaml2ServiceProviderDTO) HasElementId ¶

func (o *ExternalSaml2ServiceProviderDTO) HasElementId() bool

HasElementId returns a boolean if a field has been set.

func (*ExternalSaml2ServiceProviderDTO) HasFederatedConnectionsA ¶

func (o *ExternalSaml2ServiceProviderDTO) HasFederatedConnectionsA() bool

HasFederatedConnectionsA returns a boolean if a field has been set.

func (*ExternalSaml2ServiceProviderDTO) HasFederatedConnectionsB ¶

func (o *ExternalSaml2ServiceProviderDTO) HasFederatedConnectionsB() bool

HasFederatedConnectionsB returns a boolean if a field has been set.

func (*ExternalSaml2ServiceProviderDTO) HasId ¶

HasId returns a boolean if a field has been set.

func (*ExternalSaml2ServiceProviderDTO) HasIdentityAppliance ¶

func (o *ExternalSaml2ServiceProviderDTO) HasIdentityAppliance() bool

HasIdentityAppliance returns a boolean if a field has been set.

func (*ExternalSaml2ServiceProviderDTO) HasIdentityLookups ¶

func (o *ExternalSaml2ServiceProviderDTO) HasIdentityLookups() bool

HasIdentityLookups returns a boolean if a field has been set.

func (*ExternalSaml2ServiceProviderDTO) HasIsRemote ¶

func (o *ExternalSaml2ServiceProviderDTO) HasIsRemote() bool

HasIsRemote returns a boolean if a field has been set.

func (*ExternalSaml2ServiceProviderDTO) HasLocation ¶

func (o *ExternalSaml2ServiceProviderDTO) HasLocation() bool

HasLocation returns a boolean if a field has been set.

func (*ExternalSaml2ServiceProviderDTO) HasMetadata ¶

func (o *ExternalSaml2ServiceProviderDTO) HasMetadata() bool

HasMetadata returns a boolean if a field has been set.

func (*ExternalSaml2ServiceProviderDTO) HasName ¶

HasName returns a boolean if a field has been set.

func (*ExternalSaml2ServiceProviderDTO) HasRemote ¶

func (o *ExternalSaml2ServiceProviderDTO) HasRemote() bool

HasRemote returns a boolean if a field has been set.

func (*ExternalSaml2ServiceProviderDTO) HasRole ¶

HasRole returns a boolean if a field has been set.

func (*ExternalSaml2ServiceProviderDTO) HasX ¶

HasX returns a boolean if a field has been set.

func (*ExternalSaml2ServiceProviderDTO) HasY ¶

HasY returns a boolean if a field has been set.

func (ExternalSaml2ServiceProviderDTO) MarshalJSON ¶

func (o ExternalSaml2ServiceProviderDTO) MarshalJSON() ([]byte, error)

func (*ExternalSaml2ServiceProviderDTO) RemoveFederatedConnection ¶

func (p *ExternalSaml2ServiceProviderDTO) RemoveFederatedConnection(target string) error

func (*ExternalSaml2ServiceProviderDTO) SetActiveBindings ¶

func (o *ExternalSaml2ServiceProviderDTO) SetActiveBindings(v []string)

SetActiveBindings gets a reference to the given []string and assigns it to the ActiveBindings field.

func (*ExternalSaml2ServiceProviderDTO) SetActiveProfiles ¶

func (o *ExternalSaml2ServiceProviderDTO) SetActiveProfiles(v []string)

SetActiveProfiles gets a reference to the given []string and assigns it to the ActiveProfiles field.

func (*ExternalSaml2ServiceProviderDTO) SetConfig ¶

SetConfig gets a reference to the given ProviderConfigDTO and assigns it to the Config field.

func (*ExternalSaml2ServiceProviderDTO) SetDescription ¶

func (o *ExternalSaml2ServiceProviderDTO) SetDescription(v string)

SetDescription gets a reference to the given string and assigns it to the Description field.

func (*ExternalSaml2ServiceProviderDTO) SetDisplayName ¶

func (o *ExternalSaml2ServiceProviderDTO) SetDisplayName(v string)

SetDisplayName gets a reference to the given string and assigns it to the DisplayName field.

func (*ExternalSaml2ServiceProviderDTO) SetElementId ¶

func (o *ExternalSaml2ServiceProviderDTO) SetElementId(v string)

SetElementId gets a reference to the given string and assigns it to the ElementId field.

func (*ExternalSaml2ServiceProviderDTO) SetFederatedConnectionsA ¶

func (o *ExternalSaml2ServiceProviderDTO) SetFederatedConnectionsA(v []FederatedConnectionDTO)

SetFederatedConnectionsA gets a reference to the given []FederatedConnectionDTO and assigns it to the FederatedConnectionsA field.

func (*ExternalSaml2ServiceProviderDTO) SetFederatedConnectionsB ¶

func (o *ExternalSaml2ServiceProviderDTO) SetFederatedConnectionsB(v []FederatedConnectionDTO)

SetFederatedConnectionsB gets a reference to the given []FederatedConnectionDTO and assigns it to the FederatedConnectionsB field.

func (*ExternalSaml2ServiceProviderDTO) SetId ¶

SetId gets a reference to the given int64 and assigns it to the Id field.

func (*ExternalSaml2ServiceProviderDTO) SetIdentityAppliance ¶

SetIdentityAppliance gets a reference to the given IdentityApplianceDefinitionDTO and assigns it to the IdentityAppliance field.

func (*ExternalSaml2ServiceProviderDTO) SetIdentityLookups ¶

func (o *ExternalSaml2ServiceProviderDTO) SetIdentityLookups(v []IdentityLookupDTO)

SetIdentityLookups gets a reference to the given []IdentityLookupDTO and assigns it to the IdentityLookups field.

func (*ExternalSaml2ServiceProviderDTO) SetIsRemote ¶

func (o *ExternalSaml2ServiceProviderDTO) SetIsRemote(v bool)

SetIsRemote gets a reference to the given bool and assigns it to the IsRemote field.

func (*ExternalSaml2ServiceProviderDTO) SetLocation ¶

func (o *ExternalSaml2ServiceProviderDTO) SetLocation(v LocationDTO)

SetLocation gets a reference to the given LocationDTO and assigns it to the Location field.

func (*ExternalSaml2ServiceProviderDTO) SetMetadata ¶

func (o *ExternalSaml2ServiceProviderDTO) SetMetadata(v ResourceDTO)

SetMetadata gets a reference to the given ResourceDTO and assigns it to the Metadata field.

func (*ExternalSaml2ServiceProviderDTO) SetName ¶

SetName gets a reference to the given string and assigns it to the Name field.

func (*ExternalSaml2ServiceProviderDTO) SetRemote ¶

func (o *ExternalSaml2ServiceProviderDTO) SetRemote(v bool)

SetRemote gets a reference to the given bool and assigns it to the Remote field.

func (*ExternalSaml2ServiceProviderDTO) SetRole ¶

SetRole gets a reference to the given string and assigns it to the Role field.

func (*ExternalSaml2ServiceProviderDTO) SetX ¶

SetX gets a reference to the given float64 and assigns it to the X field.

func (*ExternalSaml2ServiceProviderDTO) SetY ¶

SetY gets a reference to the given float64 and assigns it to the Y field.

func (*ExternalSaml2ServiceProviderDTO) UnmarshalJSON ¶

func (o *ExternalSaml2ServiceProviderDTO) UnmarshalJSON(bytes []byte) (err error)

type FacebookOpenIDConnectIdentityProviderDTO ¶ added in v0.2.2

type FacebookOpenIDConnectIdentityProviderDTO struct {
	AccessTokenService      *LocationDTO                    `json:"accessTokenService,omitempty"`
	ActiveBindings          []string                        `json:"activeBindings,omitempty"`
	ActiveProfiles          []string                        `json:"activeProfiles,omitempty"`
	AuthzTokenService       *LocationDTO                    `json:"authzTokenService,omitempty"`
	ClientId                *string                         `json:"clientId,omitempty"`
	ClientSecret            *string                         `json:"clientSecret,omitempty"`
	Config                  *ProviderConfigDTO              `json:"config,omitempty"`
	Description             *string                         `json:"description,omitempty"`
	DisplayName             *string                         `json:"displayName,omitempty"`
	ElementId               *string                         `json:"elementId,omitempty"`
	FederatedConnectionsA   []FederatedConnectionDTO        `json:"federatedConnectionsA,omitempty"`
	FederatedConnectionsB   []FederatedConnectionDTO        `json:"federatedConnectionsB,omitempty"`
	Id                      *int64                          `json:"id,omitempty"`
	IdentityAppliance       *IdentityApplianceDefinitionDTO `json:"identityAppliance,omitempty"`
	IdentityLookups         []IdentityLookupDTO             `json:"identityLookups,omitempty"`
	IsRemote                *bool                           `json:"isRemote,omitempty"`
	Location                *LocationDTO                    `json:"location,omitempty"`
	Metadata                *ResourceDTO                    `json:"metadata,omitempty"`
	MobileAuthzTokenService *LocationDTO                    `json:"mobileAuthzTokenService,omitempty"`
	Name                    *string                         `json:"name,omitempty"`
	Remote                  *bool                           `json:"remote,omitempty"`
	Role                    *string                         `json:"role,omitempty"`
	Scopes                  *string                         `json:"scopes,omitempty"`
	ServerKey               *string                         `json:"serverKey,omitempty"`
	UserFields              *string                         `json:"userFields,omitempty"`
	X                       *float64                        `json:"x,omitempty"`
	Y                       *float64                        `json:"y,omitempty"`
	AdditionalProperties    map[string]interface{}
}

FacebookOpenIDConnectIdentityProviderDTO struct for FacebookOpenIDConnectIdentityProviderDTO

func NewFacebookOpenIDConnectIdentityProviderDTO ¶ added in v0.2.2

func NewFacebookOpenIDConnectIdentityProviderDTO() *FacebookOpenIDConnectIdentityProviderDTO

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

func NewFacebookOpenIDConnectIdentityProviderDTOWithDefaults ¶ added in v0.2.2

func NewFacebookOpenIDConnectIdentityProviderDTOWithDefaults() *FacebookOpenIDConnectIdentityProviderDTO

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

func (*FacebookOpenIDConnectIdentityProviderDTO) GetAccessTokenService ¶ added in v0.2.2

func (o *FacebookOpenIDConnectIdentityProviderDTO) GetAccessTokenService() LocationDTO

GetAccessTokenService returns the AccessTokenService field value if set, zero value otherwise.

func (*FacebookOpenIDConnectIdentityProviderDTO) GetAccessTokenServiceOk ¶ added in v0.2.2

func (o *FacebookOpenIDConnectIdentityProviderDTO) GetAccessTokenServiceOk() (*LocationDTO, bool)

GetAccessTokenServiceOk returns a tuple with the AccessTokenService field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FacebookOpenIDConnectIdentityProviderDTO) GetActiveBindings ¶ added in v0.2.2

func (o *FacebookOpenIDConnectIdentityProviderDTO) GetActiveBindings() []string

GetActiveBindings returns the ActiveBindings field value if set, zero value otherwise.

func (*FacebookOpenIDConnectIdentityProviderDTO) GetActiveBindingsOk ¶ added in v0.2.2

func (o *FacebookOpenIDConnectIdentityProviderDTO) GetActiveBindingsOk() ([]string, bool)

GetActiveBindingsOk returns a tuple with the ActiveBindings field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FacebookOpenIDConnectIdentityProviderDTO) GetActiveProfiles ¶ added in v0.2.2

func (o *FacebookOpenIDConnectIdentityProviderDTO) GetActiveProfiles() []string

GetActiveProfiles returns the ActiveProfiles field value if set, zero value otherwise.

func (*FacebookOpenIDConnectIdentityProviderDTO) GetActiveProfilesOk ¶ added in v0.2.2

func (o *FacebookOpenIDConnectIdentityProviderDTO) GetActiveProfilesOk() ([]string, bool)

GetActiveProfilesOk returns a tuple with the ActiveProfiles field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FacebookOpenIDConnectIdentityProviderDTO) GetAuthzTokenService ¶ added in v0.2.2

func (o *FacebookOpenIDConnectIdentityProviderDTO) GetAuthzTokenService() LocationDTO

GetAuthzTokenService returns the AuthzTokenService field value if set, zero value otherwise.

func (*FacebookOpenIDConnectIdentityProviderDTO) GetAuthzTokenServiceOk ¶ added in v0.2.2

func (o *FacebookOpenIDConnectIdentityProviderDTO) GetAuthzTokenServiceOk() (*LocationDTO, bool)

GetAuthzTokenServiceOk returns a tuple with the AuthzTokenService field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FacebookOpenIDConnectIdentityProviderDTO) GetClientId ¶ added in v0.2.2

GetClientId returns the ClientId field value if set, zero value otherwise.

func (*FacebookOpenIDConnectIdentityProviderDTO) GetClientIdOk ¶ added in v0.2.2

func (o *FacebookOpenIDConnectIdentityProviderDTO) GetClientIdOk() (*string, bool)

GetClientIdOk returns a tuple with the ClientId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FacebookOpenIDConnectIdentityProviderDTO) GetClientSecret ¶ added in v0.2.2

func (o *FacebookOpenIDConnectIdentityProviderDTO) GetClientSecret() string

GetClientSecret returns the ClientSecret field value if set, zero value otherwise.

func (*FacebookOpenIDConnectIdentityProviderDTO) GetClientSecretOk ¶ added in v0.2.2

func (o *FacebookOpenIDConnectIdentityProviderDTO) GetClientSecretOk() (*string, bool)

GetClientSecretOk returns a tuple with the ClientSecret field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FacebookOpenIDConnectIdentityProviderDTO) GetConfig ¶ added in v0.2.2

GetConfig returns the Config field value if set, zero value otherwise.

func (*FacebookOpenIDConnectIdentityProviderDTO) GetConfigOk ¶ added in v0.2.2

GetConfigOk returns a tuple with the Config field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FacebookOpenIDConnectIdentityProviderDTO) GetDescription ¶ added in v0.2.2

GetDescription returns the Description field value if set, zero value otherwise.

func (*FacebookOpenIDConnectIdentityProviderDTO) GetDescriptionOk ¶ added in v0.2.2

func (o *FacebookOpenIDConnectIdentityProviderDTO) GetDescriptionOk() (*string, bool)

GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FacebookOpenIDConnectIdentityProviderDTO) GetDisplayName ¶ added in v0.2.2

GetDisplayName returns the DisplayName field value if set, zero value otherwise.

func (*FacebookOpenIDConnectIdentityProviderDTO) GetDisplayNameOk ¶ added in v0.2.2

func (o *FacebookOpenIDConnectIdentityProviderDTO) GetDisplayNameOk() (*string, bool)

GetDisplayNameOk returns a tuple with the DisplayName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FacebookOpenIDConnectIdentityProviderDTO) GetElementId ¶ added in v0.2.2

GetElementId returns the ElementId field value if set, zero value otherwise.

func (*FacebookOpenIDConnectIdentityProviderDTO) GetElementIdOk ¶ added in v0.2.2

func (o *FacebookOpenIDConnectIdentityProviderDTO) GetElementIdOk() (*string, bool)

GetElementIdOk returns a tuple with the ElementId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FacebookOpenIDConnectIdentityProviderDTO) GetFederatedConnectionsA ¶ added in v0.2.2

func (o *FacebookOpenIDConnectIdentityProviderDTO) GetFederatedConnectionsA() []FederatedConnectionDTO

GetFederatedConnectionsA returns the FederatedConnectionsA field value if set, zero value otherwise.

func (*FacebookOpenIDConnectIdentityProviderDTO) GetFederatedConnectionsAOk ¶ added in v0.2.2

func (o *FacebookOpenIDConnectIdentityProviderDTO) GetFederatedConnectionsAOk() ([]FederatedConnectionDTO, bool)

GetFederatedConnectionsAOk returns a tuple with the FederatedConnectionsA field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FacebookOpenIDConnectIdentityProviderDTO) GetFederatedConnectionsB ¶ added in v0.2.2

func (o *FacebookOpenIDConnectIdentityProviderDTO) GetFederatedConnectionsB() []FederatedConnectionDTO

GetFederatedConnectionsB returns the FederatedConnectionsB field value if set, zero value otherwise.

func (*FacebookOpenIDConnectIdentityProviderDTO) GetFederatedConnectionsBOk ¶ added in v0.2.2

func (o *FacebookOpenIDConnectIdentityProviderDTO) GetFederatedConnectionsBOk() ([]FederatedConnectionDTO, bool)

GetFederatedConnectionsBOk returns a tuple with the FederatedConnectionsB field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FacebookOpenIDConnectIdentityProviderDTO) GetId ¶ added in v0.2.2

GetId returns the Id field value if set, zero value otherwise.

func (*FacebookOpenIDConnectIdentityProviderDTO) GetIdOk ¶ added in v0.2.2

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FacebookOpenIDConnectIdentityProviderDTO) GetIdentityAppliance ¶ added in v0.2.2

GetIdentityAppliance returns the IdentityAppliance field value if set, zero value otherwise.

func (*FacebookOpenIDConnectIdentityProviderDTO) GetIdentityApplianceOk ¶ added in v0.2.2

GetIdentityApplianceOk returns a tuple with the IdentityAppliance field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FacebookOpenIDConnectIdentityProviderDTO) GetIdentityLookups ¶ added in v0.2.2

GetIdentityLookups returns the IdentityLookups field value if set, zero value otherwise.

func (*FacebookOpenIDConnectIdentityProviderDTO) GetIdentityLookupsOk ¶ added in v0.2.2

func (o *FacebookOpenIDConnectIdentityProviderDTO) GetIdentityLookupsOk() ([]IdentityLookupDTO, bool)

GetIdentityLookupsOk returns a tuple with the IdentityLookups field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FacebookOpenIDConnectIdentityProviderDTO) GetIsRemote ¶ added in v0.2.2

GetIsRemote returns the IsRemote field value if set, zero value otherwise.

func (*FacebookOpenIDConnectIdentityProviderDTO) GetIsRemoteOk ¶ added in v0.2.2

func (o *FacebookOpenIDConnectIdentityProviderDTO) GetIsRemoteOk() (*bool, bool)

GetIsRemoteOk returns a tuple with the IsRemote field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FacebookOpenIDConnectIdentityProviderDTO) GetLocation ¶ added in v0.2.2

GetLocation returns the Location field value if set, zero value otherwise.

func (*FacebookOpenIDConnectIdentityProviderDTO) GetLocationOk ¶ added in v0.2.2

GetLocationOk returns a tuple with the Location field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FacebookOpenIDConnectIdentityProviderDTO) GetMetadata ¶ added in v0.2.2

GetMetadata returns the Metadata field value if set, zero value otherwise.

func (*FacebookOpenIDConnectIdentityProviderDTO) GetMetadataOk ¶ added in v0.2.2

GetMetadataOk returns a tuple with the Metadata field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FacebookOpenIDConnectIdentityProviderDTO) GetMobileAuthzTokenService ¶ added in v0.2.2

func (o *FacebookOpenIDConnectIdentityProviderDTO) GetMobileAuthzTokenService() LocationDTO

GetMobileAuthzTokenService returns the MobileAuthzTokenService field value if set, zero value otherwise.

func (*FacebookOpenIDConnectIdentityProviderDTO) GetMobileAuthzTokenServiceOk ¶ added in v0.2.2

func (o *FacebookOpenIDConnectIdentityProviderDTO) GetMobileAuthzTokenServiceOk() (*LocationDTO, bool)

GetMobileAuthzTokenServiceOk returns a tuple with the MobileAuthzTokenService field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FacebookOpenIDConnectIdentityProviderDTO) GetName ¶ added in v0.2.2

GetName returns the Name field value if set, zero value otherwise.

func (*FacebookOpenIDConnectIdentityProviderDTO) GetNameOk ¶ added in v0.2.2

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FacebookOpenIDConnectIdentityProviderDTO) GetRemote ¶ added in v0.2.2

GetRemote returns the Remote field value if set, zero value otherwise.

func (*FacebookOpenIDConnectIdentityProviderDTO) GetRemoteOk ¶ added in v0.2.2

func (o *FacebookOpenIDConnectIdentityProviderDTO) GetRemoteOk() (*bool, bool)

GetRemoteOk returns a tuple with the Remote field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FacebookOpenIDConnectIdentityProviderDTO) GetRole ¶ added in v0.2.2

GetRole returns the Role field value if set, zero value otherwise.

func (*FacebookOpenIDConnectIdentityProviderDTO) GetRoleOk ¶ added in v0.2.2

GetRoleOk returns a tuple with the Role field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FacebookOpenIDConnectIdentityProviderDTO) GetScopes ¶ added in v0.2.2

GetScopes returns the Scopes field value if set, zero value otherwise.

func (*FacebookOpenIDConnectIdentityProviderDTO) GetScopesOk ¶ added in v0.2.2

GetScopesOk returns a tuple with the Scopes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FacebookOpenIDConnectIdentityProviderDTO) GetServerKey ¶ added in v0.2.2

GetServerKey returns the ServerKey field value if set, zero value otherwise.

func (*FacebookOpenIDConnectIdentityProviderDTO) GetServerKeyOk ¶ added in v0.2.2

func (o *FacebookOpenIDConnectIdentityProviderDTO) GetServerKeyOk() (*string, bool)

GetServerKeyOk returns a tuple with the ServerKey field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FacebookOpenIDConnectIdentityProviderDTO) GetUserFields ¶ added in v0.2.2

GetUserFields returns the UserFields field value if set, zero value otherwise.

func (*FacebookOpenIDConnectIdentityProviderDTO) GetUserFieldsOk ¶ added in v0.2.2

func (o *FacebookOpenIDConnectIdentityProviderDTO) GetUserFieldsOk() (*string, bool)

GetUserFieldsOk returns a tuple with the UserFields field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FacebookOpenIDConnectIdentityProviderDTO) GetX ¶ added in v0.2.2

GetX returns the X field value if set, zero value otherwise.

func (*FacebookOpenIDConnectIdentityProviderDTO) GetXOk ¶ added in v0.2.2

GetXOk returns a tuple with the X field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FacebookOpenIDConnectIdentityProviderDTO) GetY ¶ added in v0.2.2

GetY returns the Y field value if set, zero value otherwise.

func (*FacebookOpenIDConnectIdentityProviderDTO) GetYOk ¶ added in v0.2.2

GetYOk returns a tuple with the Y field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FacebookOpenIDConnectIdentityProviderDTO) HasAccessTokenService ¶ added in v0.2.2

func (o *FacebookOpenIDConnectIdentityProviderDTO) HasAccessTokenService() bool

HasAccessTokenService returns a boolean if a field has been set.

func (*FacebookOpenIDConnectIdentityProviderDTO) HasActiveBindings ¶ added in v0.2.2

func (o *FacebookOpenIDConnectIdentityProviderDTO) HasActiveBindings() bool

HasActiveBindings returns a boolean if a field has been set.

func (*FacebookOpenIDConnectIdentityProviderDTO) HasActiveProfiles ¶ added in v0.2.2

func (o *FacebookOpenIDConnectIdentityProviderDTO) HasActiveProfiles() bool

HasActiveProfiles returns a boolean if a field has been set.

func (*FacebookOpenIDConnectIdentityProviderDTO) HasAuthzTokenService ¶ added in v0.2.2

func (o *FacebookOpenIDConnectIdentityProviderDTO) HasAuthzTokenService() bool

HasAuthzTokenService returns a boolean if a field has been set.

func (*FacebookOpenIDConnectIdentityProviderDTO) HasClientId ¶ added in v0.2.2

HasClientId returns a boolean if a field has been set.

func (*FacebookOpenIDConnectIdentityProviderDTO) HasClientSecret ¶ added in v0.2.2

func (o *FacebookOpenIDConnectIdentityProviderDTO) HasClientSecret() bool

HasClientSecret returns a boolean if a field has been set.

func (*FacebookOpenIDConnectIdentityProviderDTO) HasConfig ¶ added in v0.2.2

HasConfig returns a boolean if a field has been set.

func (*FacebookOpenIDConnectIdentityProviderDTO) HasDescription ¶ added in v0.2.2

func (o *FacebookOpenIDConnectIdentityProviderDTO) HasDescription() bool

HasDescription returns a boolean if a field has been set.

func (*FacebookOpenIDConnectIdentityProviderDTO) HasDisplayName ¶ added in v0.2.2

func (o *FacebookOpenIDConnectIdentityProviderDTO) HasDisplayName() bool

HasDisplayName returns a boolean if a field has been set.

func (*FacebookOpenIDConnectIdentityProviderDTO) HasElementId ¶ added in v0.2.2

HasElementId returns a boolean if a field has been set.

func (*FacebookOpenIDConnectIdentityProviderDTO) HasFederatedConnectionsA ¶ added in v0.2.2

func (o *FacebookOpenIDConnectIdentityProviderDTO) HasFederatedConnectionsA() bool

HasFederatedConnectionsA returns a boolean if a field has been set.

func (*FacebookOpenIDConnectIdentityProviderDTO) HasFederatedConnectionsB ¶ added in v0.2.2

func (o *FacebookOpenIDConnectIdentityProviderDTO) HasFederatedConnectionsB() bool

HasFederatedConnectionsB returns a boolean if a field has been set.

func (*FacebookOpenIDConnectIdentityProviderDTO) HasId ¶ added in v0.2.2

HasId returns a boolean if a field has been set.

func (*FacebookOpenIDConnectIdentityProviderDTO) HasIdentityAppliance ¶ added in v0.2.2

func (o *FacebookOpenIDConnectIdentityProviderDTO) HasIdentityAppliance() bool

HasIdentityAppliance returns a boolean if a field has been set.

func (*FacebookOpenIDConnectIdentityProviderDTO) HasIdentityLookups ¶ added in v0.2.2

func (o *FacebookOpenIDConnectIdentityProviderDTO) HasIdentityLookups() bool

HasIdentityLookups returns a boolean if a field has been set.

func (*FacebookOpenIDConnectIdentityProviderDTO) HasIsRemote ¶ added in v0.2.2

HasIsRemote returns a boolean if a field has been set.

func (*FacebookOpenIDConnectIdentityProviderDTO) HasLocation ¶ added in v0.2.2

HasLocation returns a boolean if a field has been set.

func (*FacebookOpenIDConnectIdentityProviderDTO) HasMetadata ¶ added in v0.2.2

HasMetadata returns a boolean if a field has been set.

func (*FacebookOpenIDConnectIdentityProviderDTO) HasMobileAuthzTokenService ¶ added in v0.2.2

func (o *FacebookOpenIDConnectIdentityProviderDTO) HasMobileAuthzTokenService() bool

HasMobileAuthzTokenService returns a boolean if a field has been set.

func (*FacebookOpenIDConnectIdentityProviderDTO) HasName ¶ added in v0.2.2

HasName returns a boolean if a field has been set.

func (*FacebookOpenIDConnectIdentityProviderDTO) HasRemote ¶ added in v0.2.2

HasRemote returns a boolean if a field has been set.

func (*FacebookOpenIDConnectIdentityProviderDTO) HasRole ¶ added in v0.2.2

HasRole returns a boolean if a field has been set.

func (*FacebookOpenIDConnectIdentityProviderDTO) HasScopes ¶ added in v0.2.2

HasScopes returns a boolean if a field has been set.

func (*FacebookOpenIDConnectIdentityProviderDTO) HasServerKey ¶ added in v0.2.2

HasServerKey returns a boolean if a field has been set.

func (*FacebookOpenIDConnectIdentityProviderDTO) HasUserFields ¶ added in v0.2.2

HasUserFields returns a boolean if a field has been set.

func (*FacebookOpenIDConnectIdentityProviderDTO) HasX ¶ added in v0.2.2

HasX returns a boolean if a field has been set.

func (*FacebookOpenIDConnectIdentityProviderDTO) HasY ¶ added in v0.2.2

HasY returns a boolean if a field has been set.

func (FacebookOpenIDConnectIdentityProviderDTO) MarshalJSON ¶ added in v0.2.2

func (*FacebookOpenIDConnectIdentityProviderDTO) SetAccessTokenService ¶ added in v0.2.2

func (o *FacebookOpenIDConnectIdentityProviderDTO) SetAccessTokenService(v LocationDTO)

SetAccessTokenService gets a reference to the given LocationDTO and assigns it to the AccessTokenService field.

func (*FacebookOpenIDConnectIdentityProviderDTO) SetActiveBindings ¶ added in v0.2.2

func (o *FacebookOpenIDConnectIdentityProviderDTO) SetActiveBindings(v []string)

SetActiveBindings gets a reference to the given []string and assigns it to the ActiveBindings field.

func (*FacebookOpenIDConnectIdentityProviderDTO) SetActiveProfiles ¶ added in v0.2.2

func (o *FacebookOpenIDConnectIdentityProviderDTO) SetActiveProfiles(v []string)

SetActiveProfiles gets a reference to the given []string and assigns it to the ActiveProfiles field.

func (*FacebookOpenIDConnectIdentityProviderDTO) SetAuthzTokenService ¶ added in v0.2.2

func (o *FacebookOpenIDConnectIdentityProviderDTO) SetAuthzTokenService(v LocationDTO)

SetAuthzTokenService gets a reference to the given LocationDTO and assigns it to the AuthzTokenService field.

func (*FacebookOpenIDConnectIdentityProviderDTO) SetClientId ¶ added in v0.2.2

SetClientId gets a reference to the given string and assigns it to the ClientId field.

func (*FacebookOpenIDConnectIdentityProviderDTO) SetClientSecret ¶ added in v0.2.2

func (o *FacebookOpenIDConnectIdentityProviderDTO) SetClientSecret(v string)

SetClientSecret gets a reference to the given string and assigns it to the ClientSecret field.

func (*FacebookOpenIDConnectIdentityProviderDTO) SetConfig ¶ added in v0.2.2

SetConfig gets a reference to the given ProviderConfigDTO and assigns it to the Config field.

func (*FacebookOpenIDConnectIdentityProviderDTO) SetDescription ¶ added in v0.2.2

func (o *FacebookOpenIDConnectIdentityProviderDTO) SetDescription(v string)

SetDescription gets a reference to the given string and assigns it to the Description field.

func (*FacebookOpenIDConnectIdentityProviderDTO) SetDisplayName ¶ added in v0.2.2

func (o *FacebookOpenIDConnectIdentityProviderDTO) SetDisplayName(v string)

SetDisplayName gets a reference to the given string and assigns it to the DisplayName field.

func (*FacebookOpenIDConnectIdentityProviderDTO) SetElementId ¶ added in v0.2.2

SetElementId gets a reference to the given string and assigns it to the ElementId field.

func (*FacebookOpenIDConnectIdentityProviderDTO) SetFederatedConnectionsA ¶ added in v0.2.2

func (o *FacebookOpenIDConnectIdentityProviderDTO) SetFederatedConnectionsA(v []FederatedConnectionDTO)

SetFederatedConnectionsA gets a reference to the given []FederatedConnectionDTO and assigns it to the FederatedConnectionsA field.

func (*FacebookOpenIDConnectIdentityProviderDTO) SetFederatedConnectionsB ¶ added in v0.2.2

func (o *FacebookOpenIDConnectIdentityProviderDTO) SetFederatedConnectionsB(v []FederatedConnectionDTO)

SetFederatedConnectionsB gets a reference to the given []FederatedConnectionDTO and assigns it to the FederatedConnectionsB field.

func (*FacebookOpenIDConnectIdentityProviderDTO) SetId ¶ added in v0.2.2

SetId gets a reference to the given int64 and assigns it to the Id field.

func (*FacebookOpenIDConnectIdentityProviderDTO) SetIdentityAppliance ¶ added in v0.2.2

SetIdentityAppliance gets a reference to the given IdentityApplianceDefinitionDTO and assigns it to the IdentityAppliance field.

func (*FacebookOpenIDConnectIdentityProviderDTO) SetIdentityLookups ¶ added in v0.2.2

SetIdentityLookups gets a reference to the given []IdentityLookupDTO and assigns it to the IdentityLookups field.

func (*FacebookOpenIDConnectIdentityProviderDTO) SetIsRemote ¶ added in v0.2.2

SetIsRemote gets a reference to the given bool and assigns it to the IsRemote field.

func (*FacebookOpenIDConnectIdentityProviderDTO) SetLocation ¶ added in v0.2.2

SetLocation gets a reference to the given LocationDTO and assigns it to the Location field.

func (*FacebookOpenIDConnectIdentityProviderDTO) SetMetadata ¶ added in v0.2.2

SetMetadata gets a reference to the given ResourceDTO and assigns it to the Metadata field.

func (*FacebookOpenIDConnectIdentityProviderDTO) SetMobileAuthzTokenService ¶ added in v0.2.2

func (o *FacebookOpenIDConnectIdentityProviderDTO) SetMobileAuthzTokenService(v LocationDTO)

SetMobileAuthzTokenService gets a reference to the given LocationDTO and assigns it to the MobileAuthzTokenService field.

func (*FacebookOpenIDConnectIdentityProviderDTO) SetName ¶ added in v0.2.2

SetName gets a reference to the given string and assigns it to the Name field.

func (*FacebookOpenIDConnectIdentityProviderDTO) SetRemote ¶ added in v0.2.2

SetRemote gets a reference to the given bool and assigns it to the Remote field.

func (*FacebookOpenIDConnectIdentityProviderDTO) SetRole ¶ added in v0.2.2

SetRole gets a reference to the given string and assigns it to the Role field.

func (*FacebookOpenIDConnectIdentityProviderDTO) SetScopes ¶ added in v0.2.2

SetScopes gets a reference to the given string and assigns it to the Scopes field.

func (*FacebookOpenIDConnectIdentityProviderDTO) SetServerKey ¶ added in v0.2.2

SetServerKey gets a reference to the given string and assigns it to the ServerKey field.

func (*FacebookOpenIDConnectIdentityProviderDTO) SetUserFields ¶ added in v0.2.2

SetUserFields gets a reference to the given string and assigns it to the UserFields field.

func (*FacebookOpenIDConnectIdentityProviderDTO) SetX ¶ added in v0.2.2

SetX gets a reference to the given float64 and assigns it to the X field.

func (*FacebookOpenIDConnectIdentityProviderDTO) SetY ¶ added in v0.2.2

SetY gets a reference to the given float64 and assigns it to the Y field.

func (*FacebookOpenIDConnectIdentityProviderDTO) UnmarshalJSON ¶ added in v0.2.2

func (o *FacebookOpenIDConnectIdentityProviderDTO) UnmarshalJSON(bytes []byte) (err error)

type FederatedChannelDTO ¶

type FederatedChannelDTO struct {
	ActiveBindings        []string                `json:"activeBindings,omitempty"`
	ActiveProfiles        []string                `json:"activeProfiles,omitempty"`
	ConnectionA           *FederatedConnectionDTO `json:"connectionA,omitempty"`
	ConnectionB           *FederatedConnectionDTO `json:"connectionB,omitempty"`
	Description           *string                 `json:"description,omitempty"`
	DisplayName           *string                 `json:"displayName,omitempty"`
	ElementId             *string                 `json:"elementId,omitempty"`
	Id                    *int64                  `json:"id,omitempty"`
	Location              *LocationDTO            `json:"location,omitempty"`
	Name                  *string                 `json:"name,omitempty"`
	OverrideProviderSetup *bool                   `json:"overrideProviderSetup,omitempty"`
	AdditionalProperties  map[string]interface{}
}

FederatedChannelDTO struct for FederatedChannelDTO

func NewFederatedChannelDTO ¶

func NewFederatedChannelDTO() *FederatedChannelDTO

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

func NewFederatedChannelDTOWithDefaults ¶

func NewFederatedChannelDTOWithDefaults() *FederatedChannelDTO

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

func (*FederatedChannelDTO) GetActiveBindings ¶

func (o *FederatedChannelDTO) GetActiveBindings() []string

GetActiveBindings returns the ActiveBindings field value if set, zero value otherwise.

func (*FederatedChannelDTO) GetActiveBindingsOk ¶

func (o *FederatedChannelDTO) GetActiveBindingsOk() ([]string, bool)

GetActiveBindingsOk returns a tuple with the ActiveBindings field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FederatedChannelDTO) GetActiveProfiles ¶

func (o *FederatedChannelDTO) GetActiveProfiles() []string

GetActiveProfiles returns the ActiveProfiles field value if set, zero value otherwise.

func (*FederatedChannelDTO) GetActiveProfilesOk ¶

func (o *FederatedChannelDTO) GetActiveProfilesOk() ([]string, bool)

GetActiveProfilesOk returns a tuple with the ActiveProfiles field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FederatedChannelDTO) GetConnectionA ¶

func (o *FederatedChannelDTO) GetConnectionA() FederatedConnectionDTO

GetConnectionA returns the ConnectionA field value if set, zero value otherwise.

func (*FederatedChannelDTO) GetConnectionAOk ¶

func (o *FederatedChannelDTO) GetConnectionAOk() (*FederatedConnectionDTO, bool)

GetConnectionAOk returns a tuple with the ConnectionA field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FederatedChannelDTO) GetConnectionB ¶

func (o *FederatedChannelDTO) GetConnectionB() FederatedConnectionDTO

GetConnectionB returns the ConnectionB field value if set, zero value otherwise.

func (*FederatedChannelDTO) GetConnectionBOk ¶

func (o *FederatedChannelDTO) GetConnectionBOk() (*FederatedConnectionDTO, bool)

GetConnectionBOk returns a tuple with the ConnectionB field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FederatedChannelDTO) GetDescription ¶

func (o *FederatedChannelDTO) GetDescription() string

GetDescription returns the Description field value if set, zero value otherwise.

func (*FederatedChannelDTO) GetDescriptionOk ¶

func (o *FederatedChannelDTO) GetDescriptionOk() (*string, bool)

GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FederatedChannelDTO) GetDisplayName ¶

func (o *FederatedChannelDTO) GetDisplayName() string

GetDisplayName returns the DisplayName field value if set, zero value otherwise.

func (*FederatedChannelDTO) GetDisplayNameOk ¶

func (o *FederatedChannelDTO) GetDisplayNameOk() (*string, bool)

GetDisplayNameOk returns a tuple with the DisplayName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FederatedChannelDTO) GetElementId ¶

func (o *FederatedChannelDTO) GetElementId() string

GetElementId returns the ElementId field value if set, zero value otherwise.

func (*FederatedChannelDTO) GetElementIdOk ¶

func (o *FederatedChannelDTO) GetElementIdOk() (*string, bool)

GetElementIdOk returns a tuple with the ElementId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FederatedChannelDTO) GetId ¶

func (o *FederatedChannelDTO) GetId() int64

GetId returns the Id field value if set, zero value otherwise.

func (*FederatedChannelDTO) GetIdOk ¶

func (o *FederatedChannelDTO) GetIdOk() (*int64, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FederatedChannelDTO) GetLocation ¶

func (o *FederatedChannelDTO) GetLocation() LocationDTO

GetLocation returns the Location field value if set, zero value otherwise.

func (*FederatedChannelDTO) GetLocationOk ¶

func (o *FederatedChannelDTO) GetLocationOk() (*LocationDTO, bool)

GetLocationOk returns a tuple with the Location field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FederatedChannelDTO) GetName ¶

func (o *FederatedChannelDTO) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*FederatedChannelDTO) GetNameOk ¶

func (o *FederatedChannelDTO) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FederatedChannelDTO) GetOverrideProviderSetup ¶

func (o *FederatedChannelDTO) GetOverrideProviderSetup() bool

GetOverrideProviderSetup returns the OverrideProviderSetup field value if set, zero value otherwise.

func (*FederatedChannelDTO) GetOverrideProviderSetupOk ¶

func (o *FederatedChannelDTO) GetOverrideProviderSetupOk() (*bool, bool)

GetOverrideProviderSetupOk returns a tuple with the OverrideProviderSetup field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FederatedChannelDTO) HasActiveBindings ¶

func (o *FederatedChannelDTO) HasActiveBindings() bool

HasActiveBindings returns a boolean if a field has been set.

func (*FederatedChannelDTO) HasActiveProfiles ¶

func (o *FederatedChannelDTO) HasActiveProfiles() bool

HasActiveProfiles returns a boolean if a field has been set.

func (*FederatedChannelDTO) HasConnectionA ¶

func (o *FederatedChannelDTO) HasConnectionA() bool

HasConnectionA returns a boolean if a field has been set.

func (*FederatedChannelDTO) HasConnectionB ¶

func (o *FederatedChannelDTO) HasConnectionB() bool

HasConnectionB returns a boolean if a field has been set.

func (*FederatedChannelDTO) HasDescription ¶

func (o *FederatedChannelDTO) HasDescription() bool

HasDescription returns a boolean if a field has been set.

func (*FederatedChannelDTO) HasDisplayName ¶

func (o *FederatedChannelDTO) HasDisplayName() bool

HasDisplayName returns a boolean if a field has been set.

func (*FederatedChannelDTO) HasElementId ¶

func (o *FederatedChannelDTO) HasElementId() bool

HasElementId returns a boolean if a field has been set.

func (*FederatedChannelDTO) HasId ¶

func (o *FederatedChannelDTO) HasId() bool

HasId returns a boolean if a field has been set.

func (*FederatedChannelDTO) HasLocation ¶

func (o *FederatedChannelDTO) HasLocation() bool

HasLocation returns a boolean if a field has been set.

func (*FederatedChannelDTO) HasName ¶

func (o *FederatedChannelDTO) HasName() bool

HasName returns a boolean if a field has been set.

func (*FederatedChannelDTO) HasOverrideProviderSetup ¶

func (o *FederatedChannelDTO) HasOverrideProviderSetup() bool

HasOverrideProviderSetup returns a boolean if a field has been set.

func (FederatedChannelDTO) MarshalJSON ¶

func (o FederatedChannelDTO) MarshalJSON() ([]byte, error)

func (*FederatedChannelDTO) SetActiveBindings ¶

func (o *FederatedChannelDTO) SetActiveBindings(v []string)

SetActiveBindings gets a reference to the given []string and assigns it to the ActiveBindings field.

func (*FederatedChannelDTO) SetActiveProfiles ¶

func (o *FederatedChannelDTO) SetActiveProfiles(v []string)

SetActiveProfiles gets a reference to the given []string and assigns it to the ActiveProfiles field.

func (*FederatedChannelDTO) SetConnectionA ¶

func (o *FederatedChannelDTO) SetConnectionA(v FederatedConnectionDTO)

SetConnectionA gets a reference to the given FederatedConnectionDTO and assigns it to the ConnectionA field.

func (*FederatedChannelDTO) SetConnectionB ¶

func (o *FederatedChannelDTO) SetConnectionB(v FederatedConnectionDTO)

SetConnectionB gets a reference to the given FederatedConnectionDTO and assigns it to the ConnectionB field.

func (*FederatedChannelDTO) SetDescription ¶

func (o *FederatedChannelDTO) SetDescription(v string)

SetDescription gets a reference to the given string and assigns it to the Description field.

func (*FederatedChannelDTO) SetDisplayName ¶

func (o *FederatedChannelDTO) SetDisplayName(v string)

SetDisplayName gets a reference to the given string and assigns it to the DisplayName field.

func (*FederatedChannelDTO) SetElementId ¶

func (o *FederatedChannelDTO) SetElementId(v string)

SetElementId gets a reference to the given string and assigns it to the ElementId field.

func (*FederatedChannelDTO) SetId ¶

func (o *FederatedChannelDTO) SetId(v int64)

SetId gets a reference to the given int64 and assigns it to the Id field.

func (*FederatedChannelDTO) SetLocation ¶

func (o *FederatedChannelDTO) SetLocation(v LocationDTO)

SetLocation gets a reference to the given LocationDTO and assigns it to the Location field.

func (*FederatedChannelDTO) SetName ¶

func (o *FederatedChannelDTO) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*FederatedChannelDTO) SetOverrideProviderSetup ¶

func (o *FederatedChannelDTO) SetOverrideProviderSetup(v bool)

SetOverrideProviderSetup gets a reference to the given bool and assigns it to the OverrideProviderSetup field.

func (*FederatedChannelDTO) UnmarshalJSON ¶

func (o *FederatedChannelDTO) UnmarshalJSON(bytes []byte) (err error)

type FederatedConnectionDTO ¶

type FederatedConnectionDTO struct {
	ChannelA             *FederatedChannelDTO  `json:"channelA,omitempty"`
	ChannelB             *FederatedChannelDTO  `json:"channelB,omitempty"`
	Description          *string               `json:"description,omitempty"`
	ElementId            *string               `json:"elementId,omitempty"`
	Id                   *int64                `json:"id,omitempty"`
	Name                 *string               `json:"name,omitempty"`
	RoleA                *FederatedProviderDTO `json:"roleA,omitempty"`
	RoleB                *FederatedProviderDTO `json:"roleB,omitempty"`
	Waypoints            []PointDTO            `json:"waypoints,omitempty"`
	AdditionalProperties map[string]interface{}
}

FederatedConnectionDTO struct for FederatedConnectionDTO

func NewFederatedConnectionDTO ¶

func NewFederatedConnectionDTO() *FederatedConnectionDTO

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

func NewFederatedConnectionDTOWithDefaults ¶

func NewFederatedConnectionDTOWithDefaults() *FederatedConnectionDTO

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

func (*FederatedConnectionDTO) GetChannelA ¶

GetChannelA returns the ChannelA field value if set, zero value otherwise.

func (*FederatedConnectionDTO) GetChannelAOk ¶

func (o *FederatedConnectionDTO) GetChannelAOk() (*FederatedChannelDTO, bool)

GetChannelAOk returns a tuple with the ChannelA field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FederatedConnectionDTO) GetChannelB ¶

GetChannelB returns the ChannelB field value if set, zero value otherwise.

func (*FederatedConnectionDTO) GetChannelBOk ¶

func (o *FederatedConnectionDTO) GetChannelBOk() (*FederatedChannelDTO, bool)

GetChannelBOk returns a tuple with the ChannelB field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FederatedConnectionDTO) GetDescription ¶

func (o *FederatedConnectionDTO) GetDescription() string

GetDescription returns the Description field value if set, zero value otherwise.

func (*FederatedConnectionDTO) GetDescriptionOk ¶

func (o *FederatedConnectionDTO) GetDescriptionOk() (*string, bool)

GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FederatedConnectionDTO) GetElementId ¶

func (o *FederatedConnectionDTO) GetElementId() string

GetElementId returns the ElementId field value if set, zero value otherwise.

func (*FederatedConnectionDTO) GetElementIdOk ¶

func (o *FederatedConnectionDTO) GetElementIdOk() (*string, bool)

GetElementIdOk returns a tuple with the ElementId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FederatedConnectionDTO) GetIDPChannel ¶

Transforms the federated connection's channelA (FederatedChannelDTO) into a IdentityProviderChannelDTO

func (*FederatedConnectionDTO) GetId ¶

func (o *FederatedConnectionDTO) GetId() int64

GetId returns the Id field value if set, zero value otherwise.

func (*FederatedConnectionDTO) GetIdOk ¶

func (o *FederatedConnectionDTO) GetIdOk() (*int64, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FederatedConnectionDTO) GetName ¶

func (o *FederatedConnectionDTO) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*FederatedConnectionDTO) GetNameOk ¶

func (o *FederatedConnectionDTO) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FederatedConnectionDTO) GetRoleA ¶

GetRoleA returns the RoleA field value if set, zero value otherwise.

func (*FederatedConnectionDTO) GetRoleAOk ¶

func (o *FederatedConnectionDTO) GetRoleAOk() (*FederatedProviderDTO, bool)

GetRoleAOk returns a tuple with the RoleA field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FederatedConnectionDTO) GetRoleB ¶

GetRoleB returns the RoleB field value if set, zero value otherwise.

func (*FederatedConnectionDTO) GetRoleBOk ¶

func (o *FederatedConnectionDTO) GetRoleBOk() (*FederatedProviderDTO, bool)

GetRoleBOk returns a tuple with the RoleB field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FederatedConnectionDTO) GetSPChannel ¶

IDP Side, has an SP channel

func (*FederatedConnectionDTO) GetWaypoints ¶

func (o *FederatedConnectionDTO) GetWaypoints() []PointDTO

GetWaypoints returns the Waypoints field value if set, zero value otherwise.

func (*FederatedConnectionDTO) GetWaypointsOk ¶

func (o *FederatedConnectionDTO) GetWaypointsOk() ([]PointDTO, bool)

GetWaypointsOk returns a tuple with the Waypoints field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FederatedConnectionDTO) HasChannelA ¶

func (o *FederatedConnectionDTO) HasChannelA() bool

HasChannelA returns a boolean if a field has been set.

func (*FederatedConnectionDTO) HasChannelB ¶

func (o *FederatedConnectionDTO) HasChannelB() bool

HasChannelB returns a boolean if a field has been set.

func (*FederatedConnectionDTO) HasDescription ¶

func (o *FederatedConnectionDTO) HasDescription() bool

HasDescription returns a boolean if a field has been set.

func (*FederatedConnectionDTO) HasElementId ¶

func (o *FederatedConnectionDTO) HasElementId() bool

HasElementId returns a boolean if a field has been set.

func (*FederatedConnectionDTO) HasId ¶

func (o *FederatedConnectionDTO) HasId() bool

HasId returns a boolean if a field has been set.

func (*FederatedConnectionDTO) HasName ¶

func (o *FederatedConnectionDTO) HasName() bool

HasName returns a boolean if a field has been set.

func (*FederatedConnectionDTO) HasRoleA ¶

func (o *FederatedConnectionDTO) HasRoleA() bool

HasRoleA returns a boolean if a field has been set.

func (*FederatedConnectionDTO) HasRoleB ¶

func (o *FederatedConnectionDTO) HasRoleB() bool

HasRoleB returns a boolean if a field has been set.

func (*FederatedConnectionDTO) HasWaypoints ¶

func (o *FederatedConnectionDTO) HasWaypoints() bool

HasWaypoints returns a boolean if a field has been set.

func (FederatedConnectionDTO) MarshalJSON ¶

func (o FederatedConnectionDTO) MarshalJSON() ([]byte, error)

func (*FederatedConnectionDTO) SetChannelA ¶

func (o *FederatedConnectionDTO) SetChannelA(v FederatedChannelDTO)

SetChannelA gets a reference to the given FederatedChannelDTO and assigns it to the ChannelA field.

func (*FederatedConnectionDTO) SetChannelB ¶

func (o *FederatedConnectionDTO) SetChannelB(v FederatedChannelDTO)

SetChannelB gets a reference to the given FederatedChannelDTO and assigns it to the ChannelB field.

func (*FederatedConnectionDTO) SetDescription ¶

func (o *FederatedConnectionDTO) SetDescription(v string)

SetDescription gets a reference to the given string and assigns it to the Description field.

func (*FederatedConnectionDTO) SetElementId ¶

func (o *FederatedConnectionDTO) SetElementId(v string)

SetElementId gets a reference to the given string and assigns it to the ElementId field.

func (*FederatedConnectionDTO) SetIDPChannel ¶

Transforms the IdentityProviderChannelDTO into a FederatedChannel and sets it into channelA

func (*FederatedConnectionDTO) SetId ¶

func (o *FederatedConnectionDTO) SetId(v int64)

SetId gets a reference to the given int64 and assigns it to the Id field.

func (*FederatedConnectionDTO) SetName ¶

func (o *FederatedConnectionDTO) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*FederatedConnectionDTO) SetRoleA ¶

SetRoleA gets a reference to the given FederatedProviderDTO and assigns it to the RoleA field.

func (*FederatedConnectionDTO) SetRoleB ¶

SetRoleB gets a reference to the given FederatedProviderDTO and assigns it to the RoleB field.

func (*FederatedConnectionDTO) SetSPChannel ¶

Transforms the InternalSaml2ServiceProviderChannelDTO into a FederatedChannel and sets it into channelA

func (*FederatedConnectionDTO) SetWaypoints ¶

func (o *FederatedConnectionDTO) SetWaypoints(v []PointDTO)

SetWaypoints gets a reference to the given []PointDTO and assigns it to the Waypoints field.

func (*FederatedConnectionDTO) UnmarshalJSON ¶

func (o *FederatedConnectionDTO) UnmarshalJSON(bytes []byte) (err error)

type FederatedProviderDTO ¶

type FederatedProviderDTO struct {
	ActiveBindings       []string                        `json:"activeBindings,omitempty"`
	ActiveProfiles       []string                        `json:"activeProfiles,omitempty"`
	Config               *ProviderConfigDTO              `json:"config,omitempty"`
	Description          *string                         `json:"description,omitempty"`
	DisplayName          *string                         `json:"displayName,omitempty"`
	ElementId            *string                         `json:"elementId,omitempty"`
	Id                   *int64                          `json:"id,omitempty"`
	IdentityAppliance    *IdentityApplianceDefinitionDTO `json:"identityAppliance,omitempty"`
	IsRemote             *bool                           `json:"isRemote,omitempty"`
	Location             *LocationDTO                    `json:"location,omitempty"`
	Metadata             *ResourceDTO                    `json:"metadata,omitempty"`
	Name                 *string                         `json:"name,omitempty"`
	Remote               *bool                           `json:"remote,omitempty"`
	Role                 *string                         `json:"role,omitempty"`
	X                    *float64                        `json:"x,omitempty"`
	Y                    *float64                        `json:"y,omitempty"`
	AdditionalProperties map[string]interface{}
}

FederatedProviderDTO struct for FederatedProviderDTO

func NewFederatedProviderDTO ¶

func NewFederatedProviderDTO() *FederatedProviderDTO

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

func NewFederatedProviderDTOWithDefaults ¶

func NewFederatedProviderDTOWithDefaults() *FederatedProviderDTO

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

func (*FederatedProviderDTO) GetActiveBindings ¶

func (o *FederatedProviderDTO) GetActiveBindings() []string

GetActiveBindings returns the ActiveBindings field value if set, zero value otherwise.

func (*FederatedProviderDTO) GetActiveBindingsOk ¶

func (o *FederatedProviderDTO) GetActiveBindingsOk() ([]string, bool)

GetActiveBindingsOk returns a tuple with the ActiveBindings field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FederatedProviderDTO) GetActiveProfiles ¶

func (o *FederatedProviderDTO) GetActiveProfiles() []string

GetActiveProfiles returns the ActiveProfiles field value if set, zero value otherwise.

func (*FederatedProviderDTO) GetActiveProfilesOk ¶

func (o *FederatedProviderDTO) GetActiveProfilesOk() ([]string, bool)

GetActiveProfilesOk returns a tuple with the ActiveProfiles field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FederatedProviderDTO) GetConfig ¶

func (o *FederatedProviderDTO) GetConfig() ProviderConfigDTO

GetConfig returns the Config field value if set, zero value otherwise.

func (*FederatedProviderDTO) GetConfigOk ¶

func (o *FederatedProviderDTO) GetConfigOk() (*ProviderConfigDTO, bool)

GetConfigOk returns a tuple with the Config field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FederatedProviderDTO) GetDescription ¶

func (o *FederatedProviderDTO) GetDescription() string

GetDescription returns the Description field value if set, zero value otherwise.

func (*FederatedProviderDTO) GetDescriptionOk ¶

func (o *FederatedProviderDTO) GetDescriptionOk() (*string, bool)

GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FederatedProviderDTO) GetDisplayName ¶

func (o *FederatedProviderDTO) GetDisplayName() string

GetDisplayName returns the DisplayName field value if set, zero value otherwise.

func (*FederatedProviderDTO) GetDisplayNameOk ¶

func (o *FederatedProviderDTO) GetDisplayNameOk() (*string, bool)

GetDisplayNameOk returns a tuple with the DisplayName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FederatedProviderDTO) GetElementId ¶

func (o *FederatedProviderDTO) GetElementId() string

GetElementId returns the ElementId field value if set, zero value otherwise.

func (*FederatedProviderDTO) GetElementIdOk ¶

func (o *FederatedProviderDTO) GetElementIdOk() (*string, bool)

GetElementIdOk returns a tuple with the ElementId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FederatedProviderDTO) GetId ¶

func (o *FederatedProviderDTO) GetId() int64

GetId returns the Id field value if set, zero value otherwise.

func (*FederatedProviderDTO) GetIdOk ¶

func (o *FederatedProviderDTO) GetIdOk() (*int64, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FederatedProviderDTO) GetIdentityAppliance ¶

func (o *FederatedProviderDTO) GetIdentityAppliance() IdentityApplianceDefinitionDTO

GetIdentityAppliance returns the IdentityAppliance field value if set, zero value otherwise.

func (*FederatedProviderDTO) GetIdentityApplianceOk ¶

func (o *FederatedProviderDTO) GetIdentityApplianceOk() (*IdentityApplianceDefinitionDTO, bool)

GetIdentityApplianceOk returns a tuple with the IdentityAppliance field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FederatedProviderDTO) GetIsRemote ¶

func (o *FederatedProviderDTO) GetIsRemote() bool

GetIsRemote returns the IsRemote field value if set, zero value otherwise.

func (*FederatedProviderDTO) GetIsRemoteOk ¶

func (o *FederatedProviderDTO) GetIsRemoteOk() (*bool, bool)

GetIsRemoteOk returns a tuple with the IsRemote field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FederatedProviderDTO) GetLocation ¶

func (o *FederatedProviderDTO) GetLocation() LocationDTO

GetLocation returns the Location field value if set, zero value otherwise.

func (*FederatedProviderDTO) GetLocationOk ¶

func (o *FederatedProviderDTO) GetLocationOk() (*LocationDTO, bool)

GetLocationOk returns a tuple with the Location field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FederatedProviderDTO) GetMetadata ¶

func (o *FederatedProviderDTO) GetMetadata() ResourceDTO

GetMetadata returns the Metadata field value if set, zero value otherwise.

func (*FederatedProviderDTO) GetMetadataOk ¶

func (o *FederatedProviderDTO) GetMetadataOk() (*ResourceDTO, bool)

GetMetadataOk returns a tuple with the Metadata field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FederatedProviderDTO) GetName ¶

func (o *FederatedProviderDTO) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*FederatedProviderDTO) GetNameOk ¶

func (o *FederatedProviderDTO) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FederatedProviderDTO) GetRemote ¶

func (o *FederatedProviderDTO) GetRemote() bool

GetRemote returns the Remote field value if set, zero value otherwise.

func (*FederatedProviderDTO) GetRemoteOk ¶

func (o *FederatedProviderDTO) GetRemoteOk() (*bool, bool)

GetRemoteOk returns a tuple with the Remote field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FederatedProviderDTO) GetRole ¶

func (o *FederatedProviderDTO) GetRole() string

GetRole returns the Role field value if set, zero value otherwise.

func (*FederatedProviderDTO) GetRoleOk ¶

func (o *FederatedProviderDTO) GetRoleOk() (*string, bool)

GetRoleOk returns a tuple with the Role field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FederatedProviderDTO) GetX ¶

func (o *FederatedProviderDTO) GetX() float64

GetX returns the X field value if set, zero value otherwise.

func (*FederatedProviderDTO) GetXOk ¶

func (o *FederatedProviderDTO) GetXOk() (*float64, bool)

GetXOk returns a tuple with the X field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FederatedProviderDTO) GetY ¶

func (o *FederatedProviderDTO) GetY() float64

GetY returns the Y field value if set, zero value otherwise.

func (*FederatedProviderDTO) GetYOk ¶

func (o *FederatedProviderDTO) GetYOk() (*float64, bool)

GetYOk returns a tuple with the Y field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FederatedProviderDTO) HasActiveBindings ¶

func (o *FederatedProviderDTO) HasActiveBindings() bool

HasActiveBindings returns a boolean if a field has been set.

func (*FederatedProviderDTO) HasActiveProfiles ¶

func (o *FederatedProviderDTO) HasActiveProfiles() bool

HasActiveProfiles returns a boolean if a field has been set.

func (*FederatedProviderDTO) HasConfig ¶

func (o *FederatedProviderDTO) HasConfig() bool

HasConfig returns a boolean if a field has been set.

func (*FederatedProviderDTO) HasDescription ¶

func (o *FederatedProviderDTO) HasDescription() bool

HasDescription returns a boolean if a field has been set.

func (*FederatedProviderDTO) HasDisplayName ¶

func (o *FederatedProviderDTO) HasDisplayName() bool

HasDisplayName returns a boolean if a field has been set.

func (*FederatedProviderDTO) HasElementId ¶

func (o *FederatedProviderDTO) HasElementId() bool

HasElementId returns a boolean if a field has been set.

func (*FederatedProviderDTO) HasId ¶

func (o *FederatedProviderDTO) HasId() bool

HasId returns a boolean if a field has been set.

func (*FederatedProviderDTO) HasIdentityAppliance ¶

func (o *FederatedProviderDTO) HasIdentityAppliance() bool

HasIdentityAppliance returns a boolean if a field has been set.

func (*FederatedProviderDTO) HasIsRemote ¶

func (o *FederatedProviderDTO) HasIsRemote() bool

HasIsRemote returns a boolean if a field has been set.

func (*FederatedProviderDTO) HasLocation ¶

func (o *FederatedProviderDTO) HasLocation() bool

HasLocation returns a boolean if a field has been set.

func (*FederatedProviderDTO) HasMetadata ¶

func (o *FederatedProviderDTO) HasMetadata() bool

HasMetadata returns a boolean if a field has been set.

func (*FederatedProviderDTO) HasName ¶

func (o *FederatedProviderDTO) HasName() bool

HasName returns a boolean if a field has been set.

func (*FederatedProviderDTO) HasRemote ¶

func (o *FederatedProviderDTO) HasRemote() bool

HasRemote returns a boolean if a field has been set.

func (*FederatedProviderDTO) HasRole ¶

func (o *FederatedProviderDTO) HasRole() bool

HasRole returns a boolean if a field has been set.

func (*FederatedProviderDTO) HasX ¶

func (o *FederatedProviderDTO) HasX() bool

HasX returns a boolean if a field has been set.

func (*FederatedProviderDTO) HasY ¶

func (o *FederatedProviderDTO) HasY() bool

HasY returns a boolean if a field has been set.

func (FederatedProviderDTO) MarshalJSON ¶

func (o FederatedProviderDTO) MarshalJSON() ([]byte, error)

func (*FederatedProviderDTO) SetActiveBindings ¶

func (o *FederatedProviderDTO) SetActiveBindings(v []string)

SetActiveBindings gets a reference to the given []string and assigns it to the ActiveBindings field.

func (*FederatedProviderDTO) SetActiveProfiles ¶

func (o *FederatedProviderDTO) SetActiveProfiles(v []string)

SetActiveProfiles gets a reference to the given []string and assigns it to the ActiveProfiles field.

func (*FederatedProviderDTO) SetConfig ¶

func (o *FederatedProviderDTO) SetConfig(v ProviderConfigDTO)

SetConfig gets a reference to the given ProviderConfigDTO and assigns it to the Config field.

func (*FederatedProviderDTO) SetDescription ¶

func (o *FederatedProviderDTO) SetDescription(v string)

SetDescription gets a reference to the given string and assigns it to the Description field.

func (*FederatedProviderDTO) SetDisplayName ¶

func (o *FederatedProviderDTO) SetDisplayName(v string)

SetDisplayName gets a reference to the given string and assigns it to the DisplayName field.

func (*FederatedProviderDTO) SetElementId ¶

func (o *FederatedProviderDTO) SetElementId(v string)

SetElementId gets a reference to the given string and assigns it to the ElementId field.

func (*FederatedProviderDTO) SetId ¶

func (o *FederatedProviderDTO) SetId(v int64)

SetId gets a reference to the given int64 and assigns it to the Id field.

func (*FederatedProviderDTO) SetIdentityAppliance ¶

func (o *FederatedProviderDTO) SetIdentityAppliance(v IdentityApplianceDefinitionDTO)

SetIdentityAppliance gets a reference to the given IdentityApplianceDefinitionDTO and assigns it to the IdentityAppliance field.

func (*FederatedProviderDTO) SetIsRemote ¶

func (o *FederatedProviderDTO) SetIsRemote(v bool)

SetIsRemote gets a reference to the given bool and assigns it to the IsRemote field.

func (*FederatedProviderDTO) SetLocation ¶

func (o *FederatedProviderDTO) SetLocation(v LocationDTO)

SetLocation gets a reference to the given LocationDTO and assigns it to the Location field.

func (*FederatedProviderDTO) SetMetadata ¶

func (o *FederatedProviderDTO) SetMetadata(v ResourceDTO)

SetMetadata gets a reference to the given ResourceDTO and assigns it to the Metadata field.

func (*FederatedProviderDTO) SetName ¶

func (o *FederatedProviderDTO) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*FederatedProviderDTO) SetRemote ¶

func (o *FederatedProviderDTO) SetRemote(v bool)

SetRemote gets a reference to the given bool and assigns it to the Remote field.

func (*FederatedProviderDTO) SetRole ¶

func (o *FederatedProviderDTO) SetRole(v string)

SetRole gets a reference to the given string and assigns it to the Role field.

func (*FederatedProviderDTO) SetX ¶

func (o *FederatedProviderDTO) SetX(v float64)

SetX gets a reference to the given float64 and assigns it to the X field.

func (*FederatedProviderDTO) SetY ¶

func (o *FederatedProviderDTO) SetY(v float64)

SetY gets a reference to the given float64 and assigns it to the Y field.

func (*FederatedProviderDTO) UnmarshalJSON ¶

func (o *FederatedProviderDTO) UnmarshalJSON(bytes []byte) (err error)

type GenericOpenAPIError ¶

type GenericOpenAPIError struct {
	// contains filtered or unexported fields
}

GenericOpenAPIError Provides access to the body, error and model on returned errors.

func (GenericOpenAPIError) Body ¶

func (e GenericOpenAPIError) Body() []byte

Body returns the raw bytes of the response

func (GenericOpenAPIError) Error ¶

func (e GenericOpenAPIError) Error() string

Error returns non-empty string if there was an error.

func (GenericOpenAPIError) Model ¶

func (e GenericOpenAPIError) Model() interface{}

Model returns the unpacked model of the error

type GetAllBrandingsReq ¶ added in v0.2.3

type GetAllBrandingsReq struct {
	Type                 *string `json:"type,omitempty"`
	AdditionalProperties map[string]interface{}
}

GetAllBrandingsReq struct for GetAllBrandingsReq

func NewGetAllBrandingsReq ¶ added in v0.2.3

func NewGetAllBrandingsReq() *GetAllBrandingsReq

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

func NewGetAllBrandingsReqWithDefaults ¶ added in v0.2.3

func NewGetAllBrandingsReqWithDefaults() *GetAllBrandingsReq

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

func (*GetAllBrandingsReq) GetType ¶ added in v0.2.3

func (o *GetAllBrandingsReq) GetType() string

GetType returns the Type field value if set, zero value otherwise.

func (*GetAllBrandingsReq) GetTypeOk ¶ added in v0.2.3

func (o *GetAllBrandingsReq) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetAllBrandingsReq) HasType ¶ added in v0.2.3

func (o *GetAllBrandingsReq) HasType() bool

HasType returns a boolean if a field has been set.

func (GetAllBrandingsReq) MarshalJSON ¶ added in v0.2.3

func (o GetAllBrandingsReq) MarshalJSON() ([]byte, error)

func (*GetAllBrandingsReq) SetType ¶ added in v0.2.3

func (o *GetAllBrandingsReq) SetType(v string)

SetType gets a reference to the given string and assigns it to the Type field.

func (*GetAllBrandingsReq) UnmarshalJSON ¶ added in v0.2.3

func (o *GetAllBrandingsReq) UnmarshalJSON(bytes []byte) (err error)

type GetAllBrandingsRes ¶ added in v0.2.3

type GetAllBrandingsRes struct {
	Brandings            []CustomBrandingDefinitionDTO `json:"brandings,omitempty"`
	Error                *string                       `json:"error,omitempty"`
	AdditionalProperties map[string]interface{}
}

GetAllBrandingsRes struct for GetAllBrandingsRes

func NewGetAllBrandingsRes ¶ added in v0.2.3

func NewGetAllBrandingsRes() *GetAllBrandingsRes

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

func NewGetAllBrandingsResWithDefaults ¶ added in v0.2.3

func NewGetAllBrandingsResWithDefaults() *GetAllBrandingsRes

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

func (*GetAllBrandingsRes) GetBrandings ¶ added in v0.2.3

func (o *GetAllBrandingsRes) GetBrandings() []CustomBrandingDefinitionDTO

GetBrandings returns the Brandings field value if set, zero value otherwise.

func (*GetAllBrandingsRes) GetBrandingsOk ¶ added in v0.2.3

func (o *GetAllBrandingsRes) GetBrandingsOk() ([]CustomBrandingDefinitionDTO, bool)

GetBrandingsOk returns a tuple with the Brandings field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetAllBrandingsRes) GetError ¶ added in v0.2.3

func (o *GetAllBrandingsRes) GetError() string

GetError returns the Error field value if set, zero value otherwise.

func (*GetAllBrandingsRes) GetErrorOk ¶ added in v0.2.3

func (o *GetAllBrandingsRes) GetErrorOk() (*string, bool)

GetErrorOk returns a tuple with the Error field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetAllBrandingsRes) HasBrandings ¶ added in v0.2.3

func (o *GetAllBrandingsRes) HasBrandings() bool

HasBrandings returns a boolean if a field has been set.

func (*GetAllBrandingsRes) HasError ¶ added in v0.2.3

func (o *GetAllBrandingsRes) HasError() bool

HasError returns a boolean if a field has been set.

func (GetAllBrandingsRes) MarshalJSON ¶ added in v0.2.3

func (o GetAllBrandingsRes) MarshalJSON() ([]byte, error)

func (*GetAllBrandingsRes) SetBrandings ¶ added in v0.2.3

func (o *GetAllBrandingsRes) SetBrandings(v []CustomBrandingDefinitionDTO)

SetBrandings gets a reference to the given []CustomBrandingDefinitionDTO and assigns it to the Brandings field.

func (*GetAllBrandingsRes) SetError ¶ added in v0.2.3

func (o *GetAllBrandingsRes) SetError(v string)

SetError gets a reference to the given string and assigns it to the Error field.

func (*GetAllBrandingsRes) UnmarshalJSON ¶ added in v0.2.3

func (o *GetAllBrandingsRes) UnmarshalJSON(bytes []byte) (err error)

type GetApplianceContainerRes ¶

type GetApplianceContainerRes struct {
	Appliance            *IdentityApplianceContainerDTO `json:"appliance,omitempty"`
	Error                *string                        `json:"error,omitempty"`
	ValidationErrors     []string                       `json:"validationErrors,omitempty"`
	AdditionalProperties map[string]interface{}
}

GetApplianceContainerRes struct for GetApplianceContainerRes

func NewGetApplianceContainerRes ¶

func NewGetApplianceContainerRes() *GetApplianceContainerRes

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

func NewGetApplianceContainerResWithDefaults ¶

func NewGetApplianceContainerResWithDefaults() *GetApplianceContainerRes

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

func (*GetApplianceContainerRes) GetAppliance ¶

GetAppliance returns the Appliance field value if set, zero value otherwise.

func (*GetApplianceContainerRes) GetApplianceOk ¶

GetApplianceOk returns a tuple with the Appliance field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetApplianceContainerRes) GetError ¶

func (o *GetApplianceContainerRes) GetError() string

GetError returns the Error field value if set, zero value otherwise.

func (*GetApplianceContainerRes) GetErrorOk ¶

func (o *GetApplianceContainerRes) GetErrorOk() (*string, bool)

GetErrorOk returns a tuple with the Error field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetApplianceContainerRes) GetValidationErrors ¶

func (o *GetApplianceContainerRes) GetValidationErrors() []string

GetValidationErrors returns the ValidationErrors field value if set, zero value otherwise.

func (*GetApplianceContainerRes) GetValidationErrorsOk ¶

func (o *GetApplianceContainerRes) GetValidationErrorsOk() ([]string, bool)

GetValidationErrorsOk returns a tuple with the ValidationErrors field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetApplianceContainerRes) HasAppliance ¶

func (o *GetApplianceContainerRes) HasAppliance() bool

HasAppliance returns a boolean if a field has been set.

func (*GetApplianceContainerRes) HasError ¶

func (o *GetApplianceContainerRes) HasError() bool

HasError returns a boolean if a field has been set.

func (*GetApplianceContainerRes) HasValidationErrors ¶

func (o *GetApplianceContainerRes) HasValidationErrors() bool

HasValidationErrors returns a boolean if a field has been set.

func (GetApplianceContainerRes) MarshalJSON ¶

func (o GetApplianceContainerRes) MarshalJSON() ([]byte, error)

func (*GetApplianceContainerRes) SetAppliance ¶

SetAppliance gets a reference to the given IdentityApplianceContainerDTO and assigns it to the Appliance field.

func (*GetApplianceContainerRes) SetError ¶

func (o *GetApplianceContainerRes) SetError(v string)

SetError gets a reference to the given string and assigns it to the Error field.

func (*GetApplianceContainerRes) SetValidationErrors ¶

func (o *GetApplianceContainerRes) SetValidationErrors(v []string)

SetValidationErrors gets a reference to the given []string and assigns it to the ValidationErrors field.

func (*GetApplianceContainerRes) UnmarshalJSON ¶

func (o *GetApplianceContainerRes) UnmarshalJSON(bytes []byte) (err error)

type GetApplianceContainersRes ¶

type GetApplianceContainersRes struct {
	Appliances           []IdentityApplianceContainerDTO `json:"appliances,omitempty"`
	Error                *string                         `json:"error,omitempty"`
	ValidationErrors     []string                        `json:"validationErrors,omitempty"`
	AdditionalProperties map[string]interface{}
}

GetApplianceContainersRes struct for GetApplianceContainersRes

func NewGetApplianceContainersRes ¶

func NewGetApplianceContainersRes() *GetApplianceContainersRes

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

func NewGetApplianceContainersResWithDefaults ¶

func NewGetApplianceContainersResWithDefaults() *GetApplianceContainersRes

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

func (*GetApplianceContainersRes) GetAppliances ¶

GetAppliances returns the Appliances field value if set, zero value otherwise.

func (*GetApplianceContainersRes) GetAppliancesOk ¶

GetAppliancesOk returns a tuple with the Appliances field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetApplianceContainersRes) GetError ¶

func (o *GetApplianceContainersRes) GetError() string

GetError returns the Error field value if set, zero value otherwise.

func (*GetApplianceContainersRes) GetErrorOk ¶

func (o *GetApplianceContainersRes) GetErrorOk() (*string, bool)

GetErrorOk returns a tuple with the Error field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetApplianceContainersRes) GetValidationErrors ¶

func (o *GetApplianceContainersRes) GetValidationErrors() []string

GetValidationErrors returns the ValidationErrors field value if set, zero value otherwise.

func (*GetApplianceContainersRes) GetValidationErrorsOk ¶

func (o *GetApplianceContainersRes) GetValidationErrorsOk() ([]string, bool)

GetValidationErrorsOk returns a tuple with the ValidationErrors field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetApplianceContainersRes) HasAppliances ¶

func (o *GetApplianceContainersRes) HasAppliances() bool

HasAppliances returns a boolean if a field has been set.

func (*GetApplianceContainersRes) HasError ¶

func (o *GetApplianceContainersRes) HasError() bool

HasError returns a boolean if a field has been set.

func (*GetApplianceContainersRes) HasValidationErrors ¶

func (o *GetApplianceContainersRes) HasValidationErrors() bool

HasValidationErrors returns a boolean if a field has been set.

func (GetApplianceContainersRes) MarshalJSON ¶

func (o GetApplianceContainersRes) MarshalJSON() ([]byte, error)

func (*GetApplianceContainersRes) SetAppliances ¶

SetAppliances gets a reference to the given []IdentityApplianceContainerDTO and assigns it to the Appliances field.

func (*GetApplianceContainersRes) SetError ¶

func (o *GetApplianceContainersRes) SetError(v string)

SetError gets a reference to the given string and assigns it to the Error field.

func (*GetApplianceContainersRes) SetValidationErrors ¶

func (o *GetApplianceContainersRes) SetValidationErrors(v []string)

SetValidationErrors gets a reference to the given []string and assigns it to the ValidationErrors field.

func (*GetApplianceContainersRes) UnmarshalJSON ¶

func (o *GetApplianceContainersRes) UnmarshalJSON(bytes []byte) (err error)

type GetApplianceReq ¶

type GetApplianceReq struct {
	IdOrName             *string `json:"idOrName,omitempty"`
	AdditionalProperties map[string]interface{}
}

GetApplianceReq struct for GetApplianceReq

func NewGetApplianceReq ¶

func NewGetApplianceReq() *GetApplianceReq

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

func NewGetApplianceReqWithDefaults ¶

func NewGetApplianceReqWithDefaults() *GetApplianceReq

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

func (*GetApplianceReq) GetIdOrName ¶

func (o *GetApplianceReq) GetIdOrName() string

GetIdOrName returns the IdOrName field value if set, zero value otherwise.

func (*GetApplianceReq) GetIdOrNameOk ¶

func (o *GetApplianceReq) GetIdOrNameOk() (*string, bool)

GetIdOrNameOk returns a tuple with the IdOrName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetApplianceReq) HasIdOrName ¶

func (o *GetApplianceReq) HasIdOrName() bool

HasIdOrName returns a boolean if a field has been set.

func (GetApplianceReq) MarshalJSON ¶

func (o GetApplianceReq) MarshalJSON() ([]byte, error)

func (*GetApplianceReq) SetIdOrName ¶

func (o *GetApplianceReq) SetIdOrName(v string)

SetIdOrName gets a reference to the given string and assigns it to the IdOrName field.

func (*GetApplianceReq) UnmarshalJSON ¶

func (o *GetApplianceReq) UnmarshalJSON(bytes []byte) (err error)

type GetApplianceRes ¶

type GetApplianceRes struct {
	Appliance            *IdentityApplianceDefinitionDTO `json:"appliance,omitempty"`
	Error                *string                         `json:"error,omitempty"`
	ValidationErrors     []string                        `json:"validationErrors,omitempty"`
	AdditionalProperties map[string]interface{}
}

GetApplianceRes struct for GetApplianceRes

func NewGetApplianceRes ¶

func NewGetApplianceRes() *GetApplianceRes

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

func NewGetApplianceResWithDefaults ¶

func NewGetApplianceResWithDefaults() *GetApplianceRes

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

func (*GetApplianceRes) GetAppliance ¶

GetAppliance returns the Appliance field value if set, zero value otherwise.

func (*GetApplianceRes) GetApplianceOk ¶

func (o *GetApplianceRes) GetApplianceOk() (*IdentityApplianceDefinitionDTO, bool)

GetApplianceOk returns a tuple with the Appliance field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetApplianceRes) GetError ¶

func (o *GetApplianceRes) GetError() string

GetError returns the Error field value if set, zero value otherwise.

func (*GetApplianceRes) GetErrorOk ¶

func (o *GetApplianceRes) GetErrorOk() (*string, bool)

GetErrorOk returns a tuple with the Error field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetApplianceRes) GetValidationErrors ¶

func (o *GetApplianceRes) GetValidationErrors() []string

GetValidationErrors returns the ValidationErrors field value if set, zero value otherwise.

func (*GetApplianceRes) GetValidationErrorsOk ¶

func (o *GetApplianceRes) GetValidationErrorsOk() ([]string, bool)

GetValidationErrorsOk returns a tuple with the ValidationErrors field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetApplianceRes) HasAppliance ¶

func (o *GetApplianceRes) HasAppliance() bool

HasAppliance returns a boolean if a field has been set.

func (*GetApplianceRes) HasError ¶

func (o *GetApplianceRes) HasError() bool

HasError returns a boolean if a field has been set.

func (*GetApplianceRes) HasValidationErrors ¶

func (o *GetApplianceRes) HasValidationErrors() bool

HasValidationErrors returns a boolean if a field has been set.

func (GetApplianceRes) MarshalJSON ¶

func (o GetApplianceRes) MarshalJSON() ([]byte, error)

func (*GetApplianceRes) SetAppliance ¶

SetAppliance gets a reference to the given IdentityApplianceDefinitionDTO and assigns it to the Appliance field.

func (*GetApplianceRes) SetError ¶

func (o *GetApplianceRes) SetError(v string)

SetError gets a reference to the given string and assigns it to the Error field.

func (*GetApplianceRes) SetValidationErrors ¶

func (o *GetApplianceRes) SetValidationErrors(v []string)

SetValidationErrors gets a reference to the given []string and assigns it to the ValidationErrors field.

func (*GetApplianceRes) UnmarshalJSON ¶

func (o *GetApplianceRes) UnmarshalJSON(bytes []byte) (err error)

type GetApplianceStateRes ¶

type GetApplianceStateRes struct {
	Error                *string  `json:"error,omitempty"`
	State                *string  `json:"state,omitempty"`
	ValidationErrors     []string `json:"validationErrors,omitempty"`
	AdditionalProperties map[string]interface{}
}

GetApplianceStateRes struct for GetApplianceStateRes

func NewGetApplianceStateRes ¶

func NewGetApplianceStateRes() *GetApplianceStateRes

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

func NewGetApplianceStateResWithDefaults ¶

func NewGetApplianceStateResWithDefaults() *GetApplianceStateRes

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

func (*GetApplianceStateRes) GetError ¶

func (o *GetApplianceStateRes) GetError() string

GetError returns the Error field value if set, zero value otherwise.

func (*GetApplianceStateRes) GetErrorOk ¶

func (o *GetApplianceStateRes) GetErrorOk() (*string, bool)

GetErrorOk returns a tuple with the Error field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetApplianceStateRes) GetState ¶

func (o *GetApplianceStateRes) GetState() string

GetState returns the State field value if set, zero value otherwise.

func (*GetApplianceStateRes) GetStateOk ¶

func (o *GetApplianceStateRes) GetStateOk() (*string, bool)

GetStateOk returns a tuple with the State field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetApplianceStateRes) GetValidationErrors ¶

func (o *GetApplianceStateRes) GetValidationErrors() []string

GetValidationErrors returns the ValidationErrors field value if set, zero value otherwise.

func (*GetApplianceStateRes) GetValidationErrorsOk ¶

func (o *GetApplianceStateRes) GetValidationErrorsOk() ([]string, bool)

GetValidationErrorsOk returns a tuple with the ValidationErrors field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetApplianceStateRes) HasError ¶

func (o *GetApplianceStateRes) HasError() bool

HasError returns a boolean if a field has been set.

func (*GetApplianceStateRes) HasState ¶

func (o *GetApplianceStateRes) HasState() bool

HasState returns a boolean if a field has been set.

func (*GetApplianceStateRes) HasValidationErrors ¶

func (o *GetApplianceStateRes) HasValidationErrors() bool

HasValidationErrors returns a boolean if a field has been set.

func (GetApplianceStateRes) MarshalJSON ¶

func (o GetApplianceStateRes) MarshalJSON() ([]byte, error)

func (*GetApplianceStateRes) SetError ¶

func (o *GetApplianceStateRes) SetError(v string)

SetError gets a reference to the given string and assigns it to the Error field.

func (*GetApplianceStateRes) SetState ¶

func (o *GetApplianceStateRes) SetState(v string)

SetState gets a reference to the given string and assigns it to the State field.

func (*GetApplianceStateRes) SetValidationErrors ¶

func (o *GetApplianceStateRes) SetValidationErrors(v []string)

SetValidationErrors gets a reference to the given []string and assigns it to the ValidationErrors field.

func (*GetApplianceStateRes) UnmarshalJSON ¶

func (o *GetApplianceStateRes) UnmarshalJSON(bytes []byte) (err error)

type GetAppliancesRes ¶

type GetAppliancesRes struct {
	Appliances           []IdentityApplianceDefinitionDTO `json:"appliances,omitempty"`
	Error                *string                          `json:"error,omitempty"`
	ValidationErrors     []string                         `json:"validationErrors,omitempty"`
	AdditionalProperties map[string]interface{}
}

GetAppliancesRes struct for GetAppliancesRes

func NewGetAppliancesRes ¶

func NewGetAppliancesRes() *GetAppliancesRes

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

func NewGetAppliancesResWithDefaults ¶

func NewGetAppliancesResWithDefaults() *GetAppliancesRes

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

func (*GetAppliancesRes) GetAppliances ¶

func (o *GetAppliancesRes) GetAppliances() []IdentityApplianceDefinitionDTO

GetAppliances returns the Appliances field value if set, zero value otherwise.

func (*GetAppliancesRes) GetAppliancesOk ¶

func (o *GetAppliancesRes) GetAppliancesOk() ([]IdentityApplianceDefinitionDTO, bool)

GetAppliancesOk returns a tuple with the Appliances field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetAppliancesRes) GetError ¶

func (o *GetAppliancesRes) GetError() string

GetError returns the Error field value if set, zero value otherwise.

func (*GetAppliancesRes) GetErrorOk ¶

func (o *GetAppliancesRes) GetErrorOk() (*string, bool)

GetErrorOk returns a tuple with the Error field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetAppliancesRes) GetValidationErrors ¶

func (o *GetAppliancesRes) GetValidationErrors() []string

GetValidationErrors returns the ValidationErrors field value if set, zero value otherwise.

func (*GetAppliancesRes) GetValidationErrorsOk ¶

func (o *GetAppliancesRes) GetValidationErrorsOk() ([]string, bool)

GetValidationErrorsOk returns a tuple with the ValidationErrors field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetAppliancesRes) HasAppliances ¶

func (o *GetAppliancesRes) HasAppliances() bool

HasAppliances returns a boolean if a field has been set.

func (*GetAppliancesRes) HasError ¶

func (o *GetAppliancesRes) HasError() bool

HasError returns a boolean if a field has been set.

func (*GetAppliancesRes) HasValidationErrors ¶

func (o *GetAppliancesRes) HasValidationErrors() bool

HasValidationErrors returns a boolean if a field has been set.

func (GetAppliancesRes) MarshalJSON ¶

func (o GetAppliancesRes) MarshalJSON() ([]byte, error)

func (*GetAppliancesRes) SetAppliances ¶

func (o *GetAppliancesRes) SetAppliances(v []IdentityApplianceDefinitionDTO)

SetAppliances gets a reference to the given []IdentityApplianceDefinitionDTO and assigns it to the Appliances field.

func (*GetAppliancesRes) SetError ¶

func (o *GetAppliancesRes) SetError(v string)

SetError gets a reference to the given string and assigns it to the Error field.

func (*GetAppliancesRes) SetValidationErrors ¶

func (o *GetAppliancesRes) SetValidationErrors(v []string)

SetValidationErrors gets a reference to the given []string and assigns it to the ValidationErrors field.

func (*GetAppliancesRes) UnmarshalJSON ¶

func (o *GetAppliancesRes) UnmarshalJSON(bytes []byte) (err error)

type GetBrandingReq ¶ added in v0.2.3

type GetBrandingReq struct {
	NameOrId             *string `json:"nameOrId,omitempty"`
	AdditionalProperties map[string]interface{}
}

GetBrandingReq struct for GetBrandingReq

func NewGetBrandingReq ¶ added in v0.2.3

func NewGetBrandingReq() *GetBrandingReq

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

func NewGetBrandingReqWithDefaults ¶ added in v0.2.3

func NewGetBrandingReqWithDefaults() *GetBrandingReq

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

func (*GetBrandingReq) GetNameOrId ¶ added in v0.2.3

func (o *GetBrandingReq) GetNameOrId() string

GetNameOrId returns the NameOrId field value if set, zero value otherwise.

func (*GetBrandingReq) GetNameOrIdOk ¶ added in v0.2.3

func (o *GetBrandingReq) GetNameOrIdOk() (*string, bool)

GetNameOrIdOk returns a tuple with the NameOrId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetBrandingReq) HasNameOrId ¶ added in v0.2.3

func (o *GetBrandingReq) HasNameOrId() bool

HasNameOrId returns a boolean if a field has been set.

func (GetBrandingReq) MarshalJSON ¶ added in v0.2.3

func (o GetBrandingReq) MarshalJSON() ([]byte, error)

func (*GetBrandingReq) SetNameOrId ¶ added in v0.2.3

func (o *GetBrandingReq) SetNameOrId(v string)

SetNameOrId gets a reference to the given string and assigns it to the NameOrId field.

func (*GetBrandingReq) UnmarshalJSON ¶ added in v0.2.3

func (o *GetBrandingReq) UnmarshalJSON(bytes []byte) (err error)

type GetBrandingRes ¶ added in v0.2.3

type GetBrandingRes struct {
	BundleArtifact       *string `json:"bundleArtifact,omitempty"`
	BundleGroup          *string `json:"bundleGroup,omitempty"`
	BundleVersion        *string `json:"bundleVersion,omitempty"`
	CustomOpenIdAppClazz *string `json:"customOpenIdAppClazz,omitempty"`
	CustomSsoAppClazz    *string `json:"customSsoAppClazz,omitempty"`
	CustomSsoIdPAppClazz *string `json:"customSsoIdPAppClazz,omitempty"`
	Description          *string `json:"description,omitempty"`
	Error                *string `json:"error,omitempty"`
	Name                 *string `json:"name,omitempty"`
	Resource             *string `json:"resource,omitempty"`
	Type                 *string `json:"type,omitempty"`
	AdditionalProperties map[string]interface{}
}

GetBrandingRes struct for GetBrandingRes

func NewGetBrandingRes ¶ added in v0.2.3

func NewGetBrandingRes() *GetBrandingRes

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

func NewGetBrandingResWithDefaults ¶ added in v0.2.3

func NewGetBrandingResWithDefaults() *GetBrandingRes

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

func (*GetBrandingRes) GetBundleArtifact ¶ added in v0.2.3

func (o *GetBrandingRes) GetBundleArtifact() string

GetBundleArtifact returns the BundleArtifact field value if set, zero value otherwise.

func (*GetBrandingRes) GetBundleArtifactOk ¶ added in v0.2.3

func (o *GetBrandingRes) GetBundleArtifactOk() (*string, bool)

GetBundleArtifactOk returns a tuple with the BundleArtifact field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetBrandingRes) GetBundleGroup ¶ added in v0.2.3

func (o *GetBrandingRes) GetBundleGroup() string

GetBundleGroup returns the BundleGroup field value if set, zero value otherwise.

func (*GetBrandingRes) GetBundleGroupOk ¶ added in v0.2.3

func (o *GetBrandingRes) GetBundleGroupOk() (*string, bool)

GetBundleGroupOk returns a tuple with the BundleGroup field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetBrandingRes) GetBundleVersion ¶ added in v0.2.3

func (o *GetBrandingRes) GetBundleVersion() string

GetBundleVersion returns the BundleVersion field value if set, zero value otherwise.

func (*GetBrandingRes) GetBundleVersionOk ¶ added in v0.2.3

func (o *GetBrandingRes) GetBundleVersionOk() (*string, bool)

GetBundleVersionOk returns a tuple with the BundleVersion field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetBrandingRes) GetCustomOpenIdAppClazz ¶ added in v0.2.3

func (o *GetBrandingRes) GetCustomOpenIdAppClazz() string

GetCustomOpenIdAppClazz returns the CustomOpenIdAppClazz field value if set, zero value otherwise.

func (*GetBrandingRes) GetCustomOpenIdAppClazzOk ¶ added in v0.2.3

func (o *GetBrandingRes) GetCustomOpenIdAppClazzOk() (*string, bool)

GetCustomOpenIdAppClazzOk returns a tuple with the CustomOpenIdAppClazz field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetBrandingRes) GetCustomSsoAppClazz ¶ added in v0.2.3

func (o *GetBrandingRes) GetCustomSsoAppClazz() string

GetCustomSsoAppClazz returns the CustomSsoAppClazz field value if set, zero value otherwise.

func (*GetBrandingRes) GetCustomSsoAppClazzOk ¶ added in v0.2.3

func (o *GetBrandingRes) GetCustomSsoAppClazzOk() (*string, bool)

GetCustomSsoAppClazzOk returns a tuple with the CustomSsoAppClazz field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetBrandingRes) GetCustomSsoIdPAppClazz ¶ added in v0.2.3

func (o *GetBrandingRes) GetCustomSsoIdPAppClazz() string

GetCustomSsoIdPAppClazz returns the CustomSsoIdPAppClazz field value if set, zero value otherwise.

func (*GetBrandingRes) GetCustomSsoIdPAppClazzOk ¶ added in v0.2.3

func (o *GetBrandingRes) GetCustomSsoIdPAppClazzOk() (*string, bool)

GetCustomSsoIdPAppClazzOk returns a tuple with the CustomSsoIdPAppClazz field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetBrandingRes) GetDescription ¶ added in v0.2.3

func (o *GetBrandingRes) GetDescription() string

GetDescription returns the Description field value if set, zero value otherwise.

func (*GetBrandingRes) GetDescriptionOk ¶ added in v0.2.3

func (o *GetBrandingRes) GetDescriptionOk() (*string, bool)

GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetBrandingRes) GetError ¶ added in v0.2.3

func (o *GetBrandingRes) GetError() string

GetError returns the Error field value if set, zero value otherwise.

func (*GetBrandingRes) GetErrorOk ¶ added in v0.2.3

func (o *GetBrandingRes) GetErrorOk() (*string, bool)

GetErrorOk returns a tuple with the Error field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetBrandingRes) GetName ¶ added in v0.2.3

func (o *GetBrandingRes) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*GetBrandingRes) GetNameOk ¶ added in v0.2.3

func (o *GetBrandingRes) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetBrandingRes) GetResource ¶ added in v0.2.3

func (o *GetBrandingRes) GetResource() string

GetResource returns the Resource field value if set, zero value otherwise.

func (*GetBrandingRes) GetResourceOk ¶ added in v0.2.3

func (o *GetBrandingRes) GetResourceOk() (*string, bool)

GetResourceOk returns a tuple with the Resource field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetBrandingRes) GetType ¶ added in v0.2.3

func (o *GetBrandingRes) GetType() string

GetType returns the Type field value if set, zero value otherwise.

func (*GetBrandingRes) GetTypeOk ¶ added in v0.2.3

func (o *GetBrandingRes) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetBrandingRes) HasBundleArtifact ¶ added in v0.2.3

func (o *GetBrandingRes) HasBundleArtifact() bool

HasBundleArtifact returns a boolean if a field has been set.

func (*GetBrandingRes) HasBundleGroup ¶ added in v0.2.3

func (o *GetBrandingRes) HasBundleGroup() bool

HasBundleGroup returns a boolean if a field has been set.

func (*GetBrandingRes) HasBundleVersion ¶ added in v0.2.3

func (o *GetBrandingRes) HasBundleVersion() bool

HasBundleVersion returns a boolean if a field has been set.

func (*GetBrandingRes) HasCustomOpenIdAppClazz ¶ added in v0.2.3

func (o *GetBrandingRes) HasCustomOpenIdAppClazz() bool

HasCustomOpenIdAppClazz returns a boolean if a field has been set.

func (*GetBrandingRes) HasCustomSsoAppClazz ¶ added in v0.2.3

func (o *GetBrandingRes) HasCustomSsoAppClazz() bool

HasCustomSsoAppClazz returns a boolean if a field has been set.

func (*GetBrandingRes) HasCustomSsoIdPAppClazz ¶ added in v0.2.3

func (o *GetBrandingRes) HasCustomSsoIdPAppClazz() bool

HasCustomSsoIdPAppClazz returns a boolean if a field has been set.

func (*GetBrandingRes) HasDescription ¶ added in v0.2.3

func (o *GetBrandingRes) HasDescription() bool

HasDescription returns a boolean if a field has been set.

func (*GetBrandingRes) HasError ¶ added in v0.2.3

func (o *GetBrandingRes) HasError() bool

HasError returns a boolean if a field has been set.

func (*GetBrandingRes) HasName ¶ added in v0.2.3

func (o *GetBrandingRes) HasName() bool

HasName returns a boolean if a field has been set.

func (*GetBrandingRes) HasResource ¶ added in v0.2.3

func (o *GetBrandingRes) HasResource() bool

HasResource returns a boolean if a field has been set.

func (*GetBrandingRes) HasType ¶ added in v0.2.3

func (o *GetBrandingRes) HasType() bool

HasType returns a boolean if a field has been set.

func (GetBrandingRes) MarshalJSON ¶ added in v0.2.3

func (o GetBrandingRes) MarshalJSON() ([]byte, error)

func (*GetBrandingRes) SetBundleArtifact ¶ added in v0.2.3

func (o *GetBrandingRes) SetBundleArtifact(v string)

SetBundleArtifact gets a reference to the given string and assigns it to the BundleArtifact field.

func (*GetBrandingRes) SetBundleGroup ¶ added in v0.2.3

func (o *GetBrandingRes) SetBundleGroup(v string)

SetBundleGroup gets a reference to the given string and assigns it to the BundleGroup field.

func (*GetBrandingRes) SetBundleVersion ¶ added in v0.2.3

func (o *GetBrandingRes) SetBundleVersion(v string)

SetBundleVersion gets a reference to the given string and assigns it to the BundleVersion field.

func (*GetBrandingRes) SetCustomOpenIdAppClazz ¶ added in v0.2.3

func (o *GetBrandingRes) SetCustomOpenIdAppClazz(v string)

SetCustomOpenIdAppClazz gets a reference to the given string and assigns it to the CustomOpenIdAppClazz field.

func (*GetBrandingRes) SetCustomSsoAppClazz ¶ added in v0.2.3

func (o *GetBrandingRes) SetCustomSsoAppClazz(v string)

SetCustomSsoAppClazz gets a reference to the given string and assigns it to the CustomSsoAppClazz field.

func (*GetBrandingRes) SetCustomSsoIdPAppClazz ¶ added in v0.2.3

func (o *GetBrandingRes) SetCustomSsoIdPAppClazz(v string)

SetCustomSsoIdPAppClazz gets a reference to the given string and assigns it to the CustomSsoIdPAppClazz field.

func (*GetBrandingRes) SetDescription ¶ added in v0.2.3

func (o *GetBrandingRes) SetDescription(v string)

SetDescription gets a reference to the given string and assigns it to the Description field.

func (*GetBrandingRes) SetError ¶ added in v0.2.3

func (o *GetBrandingRes) SetError(v string)

SetError gets a reference to the given string and assigns it to the Error field.

func (*GetBrandingRes) SetName ¶ added in v0.2.3

func (o *GetBrandingRes) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*GetBrandingRes) SetResource ¶ added in v0.2.3

func (o *GetBrandingRes) SetResource(v string)

SetResource gets a reference to the given string and assigns it to the Resource field.

func (*GetBrandingRes) SetType ¶ added in v0.2.3

func (o *GetBrandingRes) SetType(v string)

SetType gets a reference to the given string and assigns it to the Type field.

func (*GetBrandingRes) UnmarshalJSON ¶ added in v0.2.3

func (o *GetBrandingRes) UnmarshalJSON(bytes []byte) (err error)

type GetBundlesReq ¶ added in v0.5.0

type GetBundlesReq struct {
	IdOrName             *string `json:"idOrName,omitempty"`
	AdditionalProperties map[string]interface{}
}

GetBundlesReq struct for GetBundlesReq

func NewGetBundlesReq ¶ added in v0.5.0

func NewGetBundlesReq() *GetBundlesReq

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

func NewGetBundlesReqWithDefaults ¶ added in v0.5.0

func NewGetBundlesReqWithDefaults() *GetBundlesReq

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

func (*GetBundlesReq) GetIdOrName ¶ added in v0.5.0

func (o *GetBundlesReq) GetIdOrName() string

GetIdOrName returns the IdOrName field value if set, zero value otherwise.

func (*GetBundlesReq) GetIdOrNameOk ¶ added in v0.5.0

func (o *GetBundlesReq) GetIdOrNameOk() (*string, bool)

GetIdOrNameOk returns a tuple with the IdOrName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetBundlesReq) HasIdOrName ¶ added in v0.5.0

func (o *GetBundlesReq) HasIdOrName() bool

HasIdOrName returns a boolean if a field has been set.

func (GetBundlesReq) MarshalJSON ¶ added in v0.5.0

func (o GetBundlesReq) MarshalJSON() ([]byte, error)

func (*GetBundlesReq) SetIdOrName ¶ added in v0.5.0

func (o *GetBundlesReq) SetIdOrName(v string)

SetIdOrName gets a reference to the given string and assigns it to the IdOrName field.

func (*GetBundlesReq) UnmarshalJSON ¶ added in v0.5.0

func (o *GetBundlesReq) UnmarshalJSON(bytes []byte) (err error)

type GetBundlesRes ¶ added in v0.5.0

type GetBundlesRes struct {
	Bundles              []BundleDescr `json:"bundles,omitempty"`
	Error                *string       `json:"error,omitempty"`
	ValidationErrors     []string      `json:"validationErrors,omitempty"`
	AdditionalProperties map[string]interface{}
}

GetBundlesRes struct for GetBundlesRes

func NewGetBundlesRes ¶ added in v0.5.0

func NewGetBundlesRes() *GetBundlesRes

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

func NewGetBundlesResWithDefaults ¶ added in v0.5.0

func NewGetBundlesResWithDefaults() *GetBundlesRes

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

func (*GetBundlesRes) GetBundles ¶ added in v0.5.0

func (o *GetBundlesRes) GetBundles() []BundleDescr

GetBundles returns the Bundles field value if set, zero value otherwise.

func (*GetBundlesRes) GetBundlesOk ¶ added in v0.5.0

func (o *GetBundlesRes) GetBundlesOk() ([]BundleDescr, bool)

GetBundlesOk returns a tuple with the Bundles field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetBundlesRes) GetError ¶ added in v0.5.0

func (o *GetBundlesRes) GetError() string

GetError returns the Error field value if set, zero value otherwise.

func (*GetBundlesRes) GetErrorOk ¶ added in v0.5.0

func (o *GetBundlesRes) GetErrorOk() (*string, bool)

GetErrorOk returns a tuple with the Error field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetBundlesRes) GetValidationErrors ¶ added in v0.5.0

func (o *GetBundlesRes) GetValidationErrors() []string

GetValidationErrors returns the ValidationErrors field value if set, zero value otherwise.

func (*GetBundlesRes) GetValidationErrorsOk ¶ added in v0.5.0

func (o *GetBundlesRes) GetValidationErrorsOk() ([]string, bool)

GetValidationErrorsOk returns a tuple with the ValidationErrors field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetBundlesRes) HasBundles ¶ added in v0.5.0

func (o *GetBundlesRes) HasBundles() bool

HasBundles returns a boolean if a field has been set.

func (*GetBundlesRes) HasError ¶ added in v0.5.0

func (o *GetBundlesRes) HasError() bool

HasError returns a boolean if a field has been set.

func (*GetBundlesRes) HasValidationErrors ¶ added in v0.5.0

func (o *GetBundlesRes) HasValidationErrors() bool

HasValidationErrors returns a boolean if a field has been set.

func (GetBundlesRes) MarshalJSON ¶ added in v0.5.0

func (o GetBundlesRes) MarshalJSON() ([]byte, error)

func (*GetBundlesRes) SetBundles ¶ added in v0.5.0

func (o *GetBundlesRes) SetBundles(v []BundleDescr)

SetBundles gets a reference to the given []BundleDescr and assigns it to the Bundles field.

func (*GetBundlesRes) SetError ¶ added in v0.5.0

func (o *GetBundlesRes) SetError(v string)

SetError gets a reference to the given string and assigns it to the Error field.

func (*GetBundlesRes) SetValidationErrors ¶ added in v0.5.0

func (o *GetBundlesRes) SetValidationErrors(v []string)

SetValidationErrors gets a reference to the given []string and assigns it to the ValidationErrors field.

func (*GetBundlesRes) UnmarshalJSON ¶ added in v0.5.0

func (o *GetBundlesRes) UnmarshalJSON(bytes []byte) (err error)

type GetDbIdVaultReq ¶

type GetDbIdVaultReq struct {
	IdOrName             *string `json:"idOrName,omitempty"`
	Name                 *string `json:"name,omitempty"`
	AdditionalProperties map[string]interface{}
}

GetDbIdVaultReq struct for GetDbIdVaultReq

func NewGetDbIdVaultReq ¶

func NewGetDbIdVaultReq() *GetDbIdVaultReq

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

func NewGetDbIdVaultReqWithDefaults ¶

func NewGetDbIdVaultReqWithDefaults() *GetDbIdVaultReq

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

func (*GetDbIdVaultReq) GetIdOrName ¶ added in v0.3.0

func (o *GetDbIdVaultReq) GetIdOrName() string

GetIdOrName returns the IdOrName field value if set, zero value otherwise.

func (*GetDbIdVaultReq) GetIdOrNameOk ¶ added in v0.3.0

func (o *GetDbIdVaultReq) GetIdOrNameOk() (*string, bool)

GetIdOrNameOk returns a tuple with the IdOrName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetDbIdVaultReq) GetName ¶

func (o *GetDbIdVaultReq) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*GetDbIdVaultReq) GetNameOk ¶

func (o *GetDbIdVaultReq) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetDbIdVaultReq) HasIdOrName ¶ added in v0.3.0

func (o *GetDbIdVaultReq) HasIdOrName() bool

HasIdOrName returns a boolean if a field has been set.

func (*GetDbIdVaultReq) HasName ¶

func (o *GetDbIdVaultReq) HasName() bool

HasName returns a boolean if a field has been set.

func (GetDbIdVaultReq) MarshalJSON ¶

func (o GetDbIdVaultReq) MarshalJSON() ([]byte, error)

func (*GetDbIdVaultReq) SetIdOrName ¶ added in v0.3.0

func (o *GetDbIdVaultReq) SetIdOrName(v string)

SetIdOrName gets a reference to the given string and assigns it to the IdOrName field.

func (*GetDbIdVaultReq) SetName ¶

func (o *GetDbIdVaultReq) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*GetDbIdVaultReq) UnmarshalJSON ¶

func (o *GetDbIdVaultReq) UnmarshalJSON(bytes []byte) (err error)

type GetDbIdVaultRes ¶

type GetDbIdVaultRes struct {
	Config               *SamlR2SPConfigDTO  `json:"config,omitempty"`
	DbIdVault            *DbIdentityVaultDTO `json:"dbIdVault,omitempty"`
	Error                *string             `json:"error,omitempty"`
	ValidationErrors     []string            `json:"validationErrors,omitempty"`
	AdditionalProperties map[string]interface{}
}

GetDbIdVaultRes struct for GetDbIdVaultRes

func NewGetDbIdVaultRes ¶

func NewGetDbIdVaultRes() *GetDbIdVaultRes

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

func NewGetDbIdVaultResWithDefaults ¶

func NewGetDbIdVaultResWithDefaults() *GetDbIdVaultRes

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

func (*GetDbIdVaultRes) GetConfig ¶

func (o *GetDbIdVaultRes) GetConfig() SamlR2SPConfigDTO

GetConfig returns the Config field value if set, zero value otherwise.

func (*GetDbIdVaultRes) GetConfigOk ¶

func (o *GetDbIdVaultRes) GetConfigOk() (*SamlR2SPConfigDTO, bool)

GetConfigOk returns a tuple with the Config field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetDbIdVaultRes) GetDbIdVault ¶

func (o *GetDbIdVaultRes) GetDbIdVault() DbIdentityVaultDTO

GetDbIdVault returns the DbIdVault field value if set, zero value otherwise.

func (*GetDbIdVaultRes) GetDbIdVaultOk ¶

func (o *GetDbIdVaultRes) GetDbIdVaultOk() (*DbIdentityVaultDTO, bool)

GetDbIdVaultOk returns a tuple with the DbIdVault field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetDbIdVaultRes) GetError ¶

func (o *GetDbIdVaultRes) GetError() string

GetError returns the Error field value if set, zero value otherwise.

func (*GetDbIdVaultRes) GetErrorOk ¶

func (o *GetDbIdVaultRes) GetErrorOk() (*string, bool)

GetErrorOk returns a tuple with the Error field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetDbIdVaultRes) GetValidationErrors ¶

func (o *GetDbIdVaultRes) GetValidationErrors() []string

GetValidationErrors returns the ValidationErrors field value if set, zero value otherwise.

func (*GetDbIdVaultRes) GetValidationErrorsOk ¶

func (o *GetDbIdVaultRes) GetValidationErrorsOk() ([]string, bool)

GetValidationErrorsOk returns a tuple with the ValidationErrors field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetDbIdVaultRes) HasConfig ¶

func (o *GetDbIdVaultRes) HasConfig() bool

HasConfig returns a boolean if a field has been set.

func (*GetDbIdVaultRes) HasDbIdVault ¶

func (o *GetDbIdVaultRes) HasDbIdVault() bool

HasDbIdVault returns a boolean if a field has been set.

func (*GetDbIdVaultRes) HasError ¶

func (o *GetDbIdVaultRes) HasError() bool

HasError returns a boolean if a field has been set.

func (*GetDbIdVaultRes) HasValidationErrors ¶

func (o *GetDbIdVaultRes) HasValidationErrors() bool

HasValidationErrors returns a boolean if a field has been set.

func (GetDbIdVaultRes) MarshalJSON ¶

func (o GetDbIdVaultRes) MarshalJSON() ([]byte, error)

func (*GetDbIdVaultRes) SetConfig ¶

func (o *GetDbIdVaultRes) SetConfig(v SamlR2SPConfigDTO)

SetConfig gets a reference to the given SamlR2SPConfigDTO and assigns it to the Config field.

func (*GetDbIdVaultRes) SetDbIdVault ¶

func (o *GetDbIdVaultRes) SetDbIdVault(v DbIdentityVaultDTO)

SetDbIdVault gets a reference to the given DbIdentityVaultDTO and assigns it to the DbIdVault field.

func (*GetDbIdVaultRes) SetError ¶

func (o *GetDbIdVaultRes) SetError(v string)

SetError gets a reference to the given string and assigns it to the Error field.

func (*GetDbIdVaultRes) SetValidationErrors ¶

func (o *GetDbIdVaultRes) SetValidationErrors(v []string)

SetValidationErrors gets a reference to the given []string and assigns it to the ValidationErrors field.

func (*GetDbIdVaultRes) UnmarshalJSON ¶

func (o *GetDbIdVaultRes) UnmarshalJSON(bytes []byte) (err error)

type GetDbIdVaultsRes ¶

type GetDbIdVaultsRes struct {
	DbIdVaults           []DbIdentityVaultDTO `json:"dbIdVaults,omitempty"`
	Error                *string              `json:"error,omitempty"`
	ValidationErrors     []string             `json:"validationErrors,omitempty"`
	AdditionalProperties map[string]interface{}
}

GetDbIdVaultsRes struct for GetDbIdVaultsRes

func NewGetDbIdVaultsRes ¶

func NewGetDbIdVaultsRes() *GetDbIdVaultsRes

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

func NewGetDbIdVaultsResWithDefaults ¶

func NewGetDbIdVaultsResWithDefaults() *GetDbIdVaultsRes

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

func (*GetDbIdVaultsRes) GetDbIdVaults ¶

func (o *GetDbIdVaultsRes) GetDbIdVaults() []DbIdentityVaultDTO

GetDbIdVaults returns the DbIdVaults field value if set, zero value otherwise.

func (*GetDbIdVaultsRes) GetDbIdVaultsOk ¶

func (o *GetDbIdVaultsRes) GetDbIdVaultsOk() ([]DbIdentityVaultDTO, bool)

GetDbIdVaultsOk returns a tuple with the DbIdVaults field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetDbIdVaultsRes) GetError ¶

func (o *GetDbIdVaultsRes) GetError() string

GetError returns the Error field value if set, zero value otherwise.

func (*GetDbIdVaultsRes) GetErrorOk ¶

func (o *GetDbIdVaultsRes) GetErrorOk() (*string, bool)

GetErrorOk returns a tuple with the Error field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetDbIdVaultsRes) GetValidationErrors ¶

func (o *GetDbIdVaultsRes) GetValidationErrors() []string

GetValidationErrors returns the ValidationErrors field value if set, zero value otherwise.

func (*GetDbIdVaultsRes) GetValidationErrorsOk ¶

func (o *GetDbIdVaultsRes) GetValidationErrorsOk() ([]string, bool)

GetValidationErrorsOk returns a tuple with the ValidationErrors field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetDbIdVaultsRes) HasDbIdVaults ¶

func (o *GetDbIdVaultsRes) HasDbIdVaults() bool

HasDbIdVaults returns a boolean if a field has been set.

func (*GetDbIdVaultsRes) HasError ¶

func (o *GetDbIdVaultsRes) HasError() bool

HasError returns a boolean if a field has been set.

func (*GetDbIdVaultsRes) HasValidationErrors ¶

func (o *GetDbIdVaultsRes) HasValidationErrors() bool

HasValidationErrors returns a boolean if a field has been set.

func (GetDbIdVaultsRes) MarshalJSON ¶

func (o GetDbIdVaultsRes) MarshalJSON() ([]byte, error)

func (*GetDbIdVaultsRes) SetDbIdVaults ¶

func (o *GetDbIdVaultsRes) SetDbIdVaults(v []DbIdentityVaultDTO)

SetDbIdVaults gets a reference to the given []DbIdentityVaultDTO and assigns it to the DbIdVaults field.

func (*GetDbIdVaultsRes) SetError ¶

func (o *GetDbIdVaultsRes) SetError(v string)

SetError gets a reference to the given string and assigns it to the Error field.

func (*GetDbIdVaultsRes) SetValidationErrors ¶

func (o *GetDbIdVaultsRes) SetValidationErrors(v []string)

SetValidationErrors gets a reference to the given []string and assigns it to the ValidationErrors field.

func (*GetDbIdVaultsRes) UnmarshalJSON ¶

func (o *GetDbIdVaultsRes) UnmarshalJSON(bytes []byte) (err error)

type GetExecEnvReq ¶ added in v0.4.4

type GetExecEnvReq struct {
	IdOrName             *string `json:"idOrName,omitempty"`
	Name                 *string `json:"name,omitempty"`
	AdditionalProperties map[string]interface{}
}

GetExecEnvReq struct for GetExecEnvReq

func NewGetExecEnvReq ¶ added in v0.4.4

func NewGetExecEnvReq() *GetExecEnvReq

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

func NewGetExecEnvReqWithDefaults ¶ added in v0.4.4

func NewGetExecEnvReqWithDefaults() *GetExecEnvReq

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

func (*GetExecEnvReq) GetIdOrName ¶ added in v0.4.4

func (o *GetExecEnvReq) GetIdOrName() string

GetIdOrName returns the IdOrName field value if set, zero value otherwise.

func (*GetExecEnvReq) GetIdOrNameOk ¶ added in v0.4.4

func (o *GetExecEnvReq) GetIdOrNameOk() (*string, bool)

GetIdOrNameOk returns a tuple with the IdOrName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetExecEnvReq) GetName ¶ added in v0.4.4

func (o *GetExecEnvReq) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*GetExecEnvReq) GetNameOk ¶ added in v0.4.4

func (o *GetExecEnvReq) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetExecEnvReq) HasIdOrName ¶ added in v0.4.4

func (o *GetExecEnvReq) HasIdOrName() bool

HasIdOrName returns a boolean if a field has been set.

func (*GetExecEnvReq) HasName ¶ added in v0.4.4

func (o *GetExecEnvReq) HasName() bool

HasName returns a boolean if a field has been set.

func (GetExecEnvReq) MarshalJSON ¶ added in v0.4.4

func (o GetExecEnvReq) MarshalJSON() ([]byte, error)

func (*GetExecEnvReq) SetIdOrName ¶ added in v0.4.4

func (o *GetExecEnvReq) SetIdOrName(v string)

SetIdOrName gets a reference to the given string and assigns it to the IdOrName field.

func (*GetExecEnvReq) SetName ¶ added in v0.4.4

func (o *GetExecEnvReq) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*GetExecEnvReq) UnmarshalJSON ¶ added in v0.4.4

func (o *GetExecEnvReq) UnmarshalJSON(bytes []byte) (err error)

type GetExecEnvRes ¶ added in v0.4.4

type GetExecEnvRes struct {
	Error                *string              `json:"error,omitempty"`
	ExecEnv              *ExecEnvContainerDTO `json:"execEnv,omitempty"`
	ValidationErrors     []string             `json:"validationErrors,omitempty"`
	AdditionalProperties map[string]interface{}
}

GetExecEnvRes struct for GetExecEnvRes

func NewGetExecEnvRes ¶ added in v0.4.4

func NewGetExecEnvRes() *GetExecEnvRes

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

func NewGetExecEnvResWithDefaults ¶ added in v0.4.4

func NewGetExecEnvResWithDefaults() *GetExecEnvRes

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

func (*GetExecEnvRes) GetError ¶ added in v0.4.4

func (o *GetExecEnvRes) GetError() string

GetError returns the Error field value if set, zero value otherwise.

func (*GetExecEnvRes) GetErrorOk ¶ added in v0.4.4

func (o *GetExecEnvRes) GetErrorOk() (*string, bool)

GetErrorOk returns a tuple with the Error field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetExecEnvRes) GetExecEnv ¶ added in v0.4.4

func (o *GetExecEnvRes) GetExecEnv() ExecEnvContainerDTO

GetExecEnv returns the ExecEnv field value if set, zero value otherwise.

func (*GetExecEnvRes) GetExecEnvOk ¶ added in v0.4.4

func (o *GetExecEnvRes) GetExecEnvOk() (*ExecEnvContainerDTO, bool)

GetExecEnvOk returns a tuple with the ExecEnv field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetExecEnvRes) GetValidationErrors ¶ added in v0.4.4

func (o *GetExecEnvRes) GetValidationErrors() []string

GetValidationErrors returns the ValidationErrors field value if set, zero value otherwise.

func (*GetExecEnvRes) GetValidationErrorsOk ¶ added in v0.4.4

func (o *GetExecEnvRes) GetValidationErrorsOk() ([]string, bool)

GetValidationErrorsOk returns a tuple with the ValidationErrors field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetExecEnvRes) HasError ¶ added in v0.4.4

func (o *GetExecEnvRes) HasError() bool

HasError returns a boolean if a field has been set.

func (*GetExecEnvRes) HasExecEnv ¶ added in v0.4.4

func (o *GetExecEnvRes) HasExecEnv() bool

HasExecEnv returns a boolean if a field has been set.

func (*GetExecEnvRes) HasValidationErrors ¶ added in v0.4.4

func (o *GetExecEnvRes) HasValidationErrors() bool

HasValidationErrors returns a boolean if a field has been set.

func (GetExecEnvRes) MarshalJSON ¶ added in v0.4.4

func (o GetExecEnvRes) MarshalJSON() ([]byte, error)

func (*GetExecEnvRes) SetError ¶ added in v0.4.4

func (o *GetExecEnvRes) SetError(v string)

SetError gets a reference to the given string and assigns it to the Error field.

func (*GetExecEnvRes) SetExecEnv ¶ added in v0.4.4

func (o *GetExecEnvRes) SetExecEnv(v ExecEnvContainerDTO)

SetExecEnv gets a reference to the given ExecEnvContainerDTO and assigns it to the ExecEnv field.

func (*GetExecEnvRes) SetValidationErrors ¶ added in v0.4.4

func (o *GetExecEnvRes) SetValidationErrors(v []string)

SetValidationErrors gets a reference to the given []string and assigns it to the ValidationErrors field.

func (*GetExecEnvRes) UnmarshalJSON ¶ added in v0.4.4

func (o *GetExecEnvRes) UnmarshalJSON(bytes []byte) (err error)

type GetExecEnvsRes ¶ added in v0.4.4

type GetExecEnvsRes struct {
	Error                *string               `json:"error,omitempty"`
	ExecEnvs             []ExecEnvContainerDTO `json:"execEnvs,omitempty"`
	ValidationErrors     []string              `json:"validationErrors,omitempty"`
	AdditionalProperties map[string]interface{}
}

GetExecEnvsRes struct for GetExecEnvsRes

func NewGetExecEnvsRes ¶ added in v0.4.4

func NewGetExecEnvsRes() *GetExecEnvsRes

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

func NewGetExecEnvsResWithDefaults ¶ added in v0.4.4

func NewGetExecEnvsResWithDefaults() *GetExecEnvsRes

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

func (*GetExecEnvsRes) GetError ¶ added in v0.4.4

func (o *GetExecEnvsRes) GetError() string

GetError returns the Error field value if set, zero value otherwise.

func (*GetExecEnvsRes) GetErrorOk ¶ added in v0.4.4

func (o *GetExecEnvsRes) GetErrorOk() (*string, bool)

GetErrorOk returns a tuple with the Error field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetExecEnvsRes) GetExecEnvs ¶ added in v0.4.4

func (o *GetExecEnvsRes) GetExecEnvs() []ExecEnvContainerDTO

GetExecEnvs returns the ExecEnvs field value if set, zero value otherwise.

func (*GetExecEnvsRes) GetExecEnvsOk ¶ added in v0.4.4

func (o *GetExecEnvsRes) GetExecEnvsOk() ([]ExecEnvContainerDTO, bool)

GetExecEnvsOk returns a tuple with the ExecEnvs field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetExecEnvsRes) GetValidationErrors ¶ added in v0.4.4

func (o *GetExecEnvsRes) GetValidationErrors() []string

GetValidationErrors returns the ValidationErrors field value if set, zero value otherwise.

func (*GetExecEnvsRes) GetValidationErrorsOk ¶ added in v0.4.4

func (o *GetExecEnvsRes) GetValidationErrorsOk() ([]string, bool)

GetValidationErrorsOk returns a tuple with the ValidationErrors field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetExecEnvsRes) HasError ¶ added in v0.4.4

func (o *GetExecEnvsRes) HasError() bool

HasError returns a boolean if a field has been set.

func (*GetExecEnvsRes) HasExecEnvs ¶ added in v0.4.4

func (o *GetExecEnvsRes) HasExecEnvs() bool

HasExecEnvs returns a boolean if a field has been set.

func (*GetExecEnvsRes) HasValidationErrors ¶ added in v0.4.4

func (o *GetExecEnvsRes) HasValidationErrors() bool

HasValidationErrors returns a boolean if a field has been set.

func (GetExecEnvsRes) MarshalJSON ¶ added in v0.4.4

func (o GetExecEnvsRes) MarshalJSON() ([]byte, error)

func (*GetExecEnvsRes) SetError ¶ added in v0.4.4

func (o *GetExecEnvsRes) SetError(v string)

SetError gets a reference to the given string and assigns it to the Error field.

func (*GetExecEnvsRes) SetExecEnvs ¶ added in v0.4.4

func (o *GetExecEnvsRes) SetExecEnvs(v []ExecEnvContainerDTO)

SetExecEnvs gets a reference to the given []ExecEnvContainerDTO and assigns it to the ExecEnvs field.

func (*GetExecEnvsRes) SetValidationErrors ¶ added in v0.4.4

func (o *GetExecEnvsRes) SetValidationErrors(v []string)

SetValidationErrors gets a reference to the given []string and assigns it to the ValidationErrors field.

func (*GetExecEnvsRes) UnmarshalJSON ¶ added in v0.4.4

func (o *GetExecEnvsRes) UnmarshalJSON(bytes []byte) (err error)

type GetExtSaml2SpReq ¶

type GetExtSaml2SpReq struct {
	IdOrName             *string `json:"idOrName,omitempty"`
	Name                 *string `json:"name,omitempty"`
	AdditionalProperties map[string]interface{}
}

GetExtSaml2SpReq struct for GetExtSaml2SpReq

func NewGetExtSaml2SpReq ¶

func NewGetExtSaml2SpReq() *GetExtSaml2SpReq

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

func NewGetExtSaml2SpReqWithDefaults ¶

func NewGetExtSaml2SpReqWithDefaults() *GetExtSaml2SpReq

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

func (*GetExtSaml2SpReq) GetIdOrName ¶ added in v0.3.0

func (o *GetExtSaml2SpReq) GetIdOrName() string

GetIdOrName returns the IdOrName field value if set, zero value otherwise.

func (*GetExtSaml2SpReq) GetIdOrNameOk ¶ added in v0.3.0

func (o *GetExtSaml2SpReq) GetIdOrNameOk() (*string, bool)

GetIdOrNameOk returns a tuple with the IdOrName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetExtSaml2SpReq) GetName ¶

func (o *GetExtSaml2SpReq) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*GetExtSaml2SpReq) GetNameOk ¶

func (o *GetExtSaml2SpReq) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetExtSaml2SpReq) HasIdOrName ¶ added in v0.3.0

func (o *GetExtSaml2SpReq) HasIdOrName() bool

HasIdOrName returns a boolean if a field has been set.

func (*GetExtSaml2SpReq) HasName ¶

func (o *GetExtSaml2SpReq) HasName() bool

HasName returns a boolean if a field has been set.

func (GetExtSaml2SpReq) MarshalJSON ¶

func (o GetExtSaml2SpReq) MarshalJSON() ([]byte, error)

func (*GetExtSaml2SpReq) SetIdOrName ¶ added in v0.3.0

func (o *GetExtSaml2SpReq) SetIdOrName(v string)

SetIdOrName gets a reference to the given string and assigns it to the IdOrName field.

func (*GetExtSaml2SpReq) SetName ¶

func (o *GetExtSaml2SpReq) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*GetExtSaml2SpReq) UnmarshalJSON ¶

func (o *GetExtSaml2SpReq) UnmarshalJSON(bytes []byte) (err error)

type GetExtSaml2SpRes ¶

type GetExtSaml2SpRes struct {
	Config               *SamlR2SPConfigDTO               `json:"config,omitempty"`
	Error                *string                          `json:"error,omitempty"`
	Sp                   *ExternalSaml2ServiceProviderDTO `json:"sp,omitempty"`
	ValidationErrors     []string                         `json:"validationErrors,omitempty"`
	AdditionalProperties map[string]interface{}
}

GetExtSaml2SpRes struct for GetExtSaml2SpRes

func NewGetExtSaml2SpRes ¶

func NewGetExtSaml2SpRes() *GetExtSaml2SpRes

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

func NewGetExtSaml2SpResWithDefaults ¶

func NewGetExtSaml2SpResWithDefaults() *GetExtSaml2SpRes

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

func (*GetExtSaml2SpRes) GetConfig ¶

func (o *GetExtSaml2SpRes) GetConfig() SamlR2SPConfigDTO

GetConfig returns the Config field value if set, zero value otherwise.

func (*GetExtSaml2SpRes) GetConfigOk ¶

func (o *GetExtSaml2SpRes) GetConfigOk() (*SamlR2SPConfigDTO, bool)

GetConfigOk returns a tuple with the Config field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetExtSaml2SpRes) GetError ¶

func (o *GetExtSaml2SpRes) GetError() string

GetError returns the Error field value if set, zero value otherwise.

func (*GetExtSaml2SpRes) GetErrorOk ¶

func (o *GetExtSaml2SpRes) GetErrorOk() (*string, bool)

GetErrorOk returns a tuple with the Error field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetExtSaml2SpRes) GetSp ¶

GetSp returns the Sp field value if set, zero value otherwise.

func (*GetExtSaml2SpRes) GetSpOk ¶

GetSpOk returns a tuple with the Sp field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetExtSaml2SpRes) GetValidationErrors ¶

func (o *GetExtSaml2SpRes) GetValidationErrors() []string

GetValidationErrors returns the ValidationErrors field value if set, zero value otherwise.

func (*GetExtSaml2SpRes) GetValidationErrorsOk ¶

func (o *GetExtSaml2SpRes) GetValidationErrorsOk() ([]string, bool)

GetValidationErrorsOk returns a tuple with the ValidationErrors field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetExtSaml2SpRes) HasConfig ¶

func (o *GetExtSaml2SpRes) HasConfig() bool

HasConfig returns a boolean if a field has been set.

func (*GetExtSaml2SpRes) HasError ¶

func (o *GetExtSaml2SpRes) HasError() bool

HasError returns a boolean if a field has been set.

func (*GetExtSaml2SpRes) HasSp ¶

func (o *GetExtSaml2SpRes) HasSp() bool

HasSp returns a boolean if a field has been set.

func (*GetExtSaml2SpRes) HasValidationErrors ¶

func (o *GetExtSaml2SpRes) HasValidationErrors() bool

HasValidationErrors returns a boolean if a field has been set.

func (GetExtSaml2SpRes) MarshalJSON ¶

func (o GetExtSaml2SpRes) MarshalJSON() ([]byte, error)

func (*GetExtSaml2SpRes) SetConfig ¶

func (o *GetExtSaml2SpRes) SetConfig(v SamlR2SPConfigDTO)

SetConfig gets a reference to the given SamlR2SPConfigDTO and assigns it to the Config field.

func (*GetExtSaml2SpRes) SetError ¶

func (o *GetExtSaml2SpRes) SetError(v string)

SetError gets a reference to the given string and assigns it to the Error field.

func (*GetExtSaml2SpRes) SetSp ¶

SetSp gets a reference to the given ExternalSaml2ServiceProviderDTO and assigns it to the Sp field.

func (*GetExtSaml2SpRes) SetValidationErrors ¶

func (o *GetExtSaml2SpRes) SetValidationErrors(v []string)

SetValidationErrors gets a reference to the given []string and assigns it to the ValidationErrors field.

func (*GetExtSaml2SpRes) UnmarshalJSON ¶

func (o *GetExtSaml2SpRes) UnmarshalJSON(bytes []byte) (err error)

type GetExtSaml2SpsRes ¶

type GetExtSaml2SpsRes struct {
	Error                *string                           `json:"error,omitempty"`
	Sps                  []ExternalSaml2ServiceProviderDTO `json:"sps,omitempty"`
	ValidationErrors     []string                          `json:"validationErrors,omitempty"`
	AdditionalProperties map[string]interface{}
}

GetExtSaml2SpsRes struct for GetExtSaml2SpsRes

func NewGetExtSaml2SpsRes ¶

func NewGetExtSaml2SpsRes() *GetExtSaml2SpsRes

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

func NewGetExtSaml2SpsResWithDefaults ¶

func NewGetExtSaml2SpsResWithDefaults() *GetExtSaml2SpsRes

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

func (*GetExtSaml2SpsRes) GetError ¶

func (o *GetExtSaml2SpsRes) GetError() string

GetError returns the Error field value if set, zero value otherwise.

func (*GetExtSaml2SpsRes) GetErrorOk ¶

func (o *GetExtSaml2SpsRes) GetErrorOk() (*string, bool)

GetErrorOk returns a tuple with the Error field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetExtSaml2SpsRes) GetSps ¶

GetSps returns the Sps field value if set, zero value otherwise.

func (*GetExtSaml2SpsRes) GetSpsOk ¶

GetSpsOk returns a tuple with the Sps field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetExtSaml2SpsRes) GetValidationErrors ¶

func (o *GetExtSaml2SpsRes) GetValidationErrors() []string

GetValidationErrors returns the ValidationErrors field value if set, zero value otherwise.

func (*GetExtSaml2SpsRes) GetValidationErrorsOk ¶

func (o *GetExtSaml2SpsRes) GetValidationErrorsOk() ([]string, bool)

GetValidationErrorsOk returns a tuple with the ValidationErrors field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetExtSaml2SpsRes) HasError ¶

func (o *GetExtSaml2SpsRes) HasError() bool

HasError returns a boolean if a field has been set.

func (*GetExtSaml2SpsRes) HasSps ¶

func (o *GetExtSaml2SpsRes) HasSps() bool

HasSps returns a boolean if a field has been set.

func (*GetExtSaml2SpsRes) HasValidationErrors ¶

func (o *GetExtSaml2SpsRes) HasValidationErrors() bool

HasValidationErrors returns a boolean if a field has been set.

func (GetExtSaml2SpsRes) MarshalJSON ¶

func (o GetExtSaml2SpsRes) MarshalJSON() ([]byte, error)

func (*GetExtSaml2SpsRes) SetError ¶

func (o *GetExtSaml2SpsRes) SetError(v string)

SetError gets a reference to the given string and assigns it to the Error field.

func (*GetExtSaml2SpsRes) SetSps ¶

SetSps gets a reference to the given []ExternalSaml2ServiceProviderDTO and assigns it to the Sps field.

func (*GetExtSaml2SpsRes) SetValidationErrors ¶

func (o *GetExtSaml2SpsRes) SetValidationErrors(v []string)

SetValidationErrors gets a reference to the given []string and assigns it to the ValidationErrors field.

func (*GetExtSaml2SpsRes) UnmarshalJSON ¶

func (o *GetExtSaml2SpsRes) UnmarshalJSON(bytes []byte) (err error)

type GetIdPReq ¶

type GetIdPReq struct {
	IdOrName             *string `json:"idOrName,omitempty"`
	Name                 *string `json:"name,omitempty"`
	AdditionalProperties map[string]interface{}
}

GetIdPReq struct for GetIdPReq

func NewGetIdPReq ¶

func NewGetIdPReq() *GetIdPReq

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

func NewGetIdPReqWithDefaults ¶

func NewGetIdPReqWithDefaults() *GetIdPReq

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

func (*GetIdPReq) GetIdOrName ¶ added in v0.3.0

func (o *GetIdPReq) GetIdOrName() string

GetIdOrName returns the IdOrName field value if set, zero value otherwise.

func (*GetIdPReq) GetIdOrNameOk ¶ added in v0.3.0

func (o *GetIdPReq) GetIdOrNameOk() (*string, bool)

GetIdOrNameOk returns a tuple with the IdOrName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetIdPReq) GetName ¶

func (o *GetIdPReq) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*GetIdPReq) GetNameOk ¶

func (o *GetIdPReq) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetIdPReq) HasIdOrName ¶ added in v0.3.0

func (o *GetIdPReq) HasIdOrName() bool

HasIdOrName returns a boolean if a field has been set.

func (*GetIdPReq) HasName ¶

func (o *GetIdPReq) HasName() bool

HasName returns a boolean if a field has been set.

func (GetIdPReq) MarshalJSON ¶

func (o GetIdPReq) MarshalJSON() ([]byte, error)

func (*GetIdPReq) SetIdOrName ¶ added in v0.3.0

func (o *GetIdPReq) SetIdOrName(v string)

SetIdOrName gets a reference to the given string and assigns it to the IdOrName field.

func (*GetIdPReq) SetName ¶

func (o *GetIdPReq) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*GetIdPReq) UnmarshalJSON ¶

func (o *GetIdPReq) UnmarshalJSON(bytes []byte) (err error)

type GetIdPRes ¶

type GetIdPRes struct {
	Config               *SamlR2IDPConfigDTO  `json:"config,omitempty"`
	Error                *string              `json:"error,omitempty"`
	Idp                  *IdentityProviderDTO `json:"idp,omitempty"`
	ValidationErrors     []string             `json:"validationErrors,omitempty"`
	AdditionalProperties map[string]interface{}
}

GetIdPRes struct for GetIdPRes

func NewGetIdPRes ¶

func NewGetIdPRes() *GetIdPRes

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

func NewGetIdPResWithDefaults ¶

func NewGetIdPResWithDefaults() *GetIdPRes

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

func (*GetIdPRes) GetConfig ¶

func (o *GetIdPRes) GetConfig() SamlR2IDPConfigDTO

GetConfig returns the Config field value if set, zero value otherwise.

func (*GetIdPRes) GetConfigOk ¶

func (o *GetIdPRes) GetConfigOk() (*SamlR2IDPConfigDTO, bool)

GetConfigOk returns a tuple with the Config field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetIdPRes) GetError ¶

func (o *GetIdPRes) GetError() string

GetError returns the Error field value if set, zero value otherwise.

func (*GetIdPRes) GetErrorOk ¶

func (o *GetIdPRes) GetErrorOk() (*string, bool)

GetErrorOk returns a tuple with the Error field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetIdPRes) GetIdp ¶

func (o *GetIdPRes) GetIdp() IdentityProviderDTO

GetIdp returns the Idp field value if set, zero value otherwise.

func (*GetIdPRes) GetIdpOk ¶

func (o *GetIdPRes) GetIdpOk() (*IdentityProviderDTO, bool)

GetIdpOk returns a tuple with the Idp field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetIdPRes) GetValidationErrors ¶

func (o *GetIdPRes) GetValidationErrors() []string

GetValidationErrors returns the ValidationErrors field value if set, zero value otherwise.

func (*GetIdPRes) GetValidationErrorsOk ¶

func (o *GetIdPRes) GetValidationErrorsOk() ([]string, bool)

GetValidationErrorsOk returns a tuple with the ValidationErrors field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetIdPRes) HasConfig ¶

func (o *GetIdPRes) HasConfig() bool

HasConfig returns a boolean if a field has been set.

func (*GetIdPRes) HasError ¶

func (o *GetIdPRes) HasError() bool

HasError returns a boolean if a field has been set.

func (*GetIdPRes) HasIdp ¶

func (o *GetIdPRes) HasIdp() bool

HasIdp returns a boolean if a field has been set.

func (*GetIdPRes) HasValidationErrors ¶

func (o *GetIdPRes) HasValidationErrors() bool

HasValidationErrors returns a boolean if a field has been set.

func (GetIdPRes) MarshalJSON ¶

func (o GetIdPRes) MarshalJSON() ([]byte, error)

func (*GetIdPRes) SetConfig ¶

func (o *GetIdPRes) SetConfig(v SamlR2IDPConfigDTO)

SetConfig gets a reference to the given SamlR2IDPConfigDTO and assigns it to the Config field.

func (*GetIdPRes) SetError ¶

func (o *GetIdPRes) SetError(v string)

SetError gets a reference to the given string and assigns it to the Error field.

func (*GetIdPRes) SetIdp ¶

func (o *GetIdPRes) SetIdp(v IdentityProviderDTO)

SetIdp gets a reference to the given IdentityProviderDTO and assigns it to the Idp field.

func (*GetIdPRes) SetValidationErrors ¶

func (o *GetIdPRes) SetValidationErrors(v []string)

SetValidationErrors gets a reference to the given []string and assigns it to the ValidationErrors field.

func (*GetIdPRes) UnmarshalJSON ¶

func (o *GetIdPRes) UnmarshalJSON(bytes []byte) (err error)

type GetIdPSaml2Req ¶ added in v0.5.1

type GetIdPSaml2Req struct {
	IdOrName             *string `json:"idOrName,omitempty"`
	Name                 *string `json:"name,omitempty"`
	AdditionalProperties map[string]interface{}
}

GetIdPSaml2Req struct for GetIdPSaml2Req

func NewGetIdPSaml2Req ¶ added in v0.5.1

func NewGetIdPSaml2Req() *GetIdPSaml2Req

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

func NewGetIdPSaml2ReqWithDefaults ¶ added in v0.5.1

func NewGetIdPSaml2ReqWithDefaults() *GetIdPSaml2Req

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

func (*GetIdPSaml2Req) GetIdOrName ¶ added in v0.5.1

func (o *GetIdPSaml2Req) GetIdOrName() string

GetIdOrName returns the IdOrName field value if set, zero value otherwise.

func (*GetIdPSaml2Req) GetIdOrNameOk ¶ added in v0.5.1

func (o *GetIdPSaml2Req) GetIdOrNameOk() (*string, bool)

GetIdOrNameOk returns a tuple with the IdOrName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetIdPSaml2Req) GetName ¶ added in v0.5.1

func (o *GetIdPSaml2Req) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*GetIdPSaml2Req) GetNameOk ¶ added in v0.5.1

func (o *GetIdPSaml2Req) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetIdPSaml2Req) HasIdOrName ¶ added in v0.5.1

func (o *GetIdPSaml2Req) HasIdOrName() bool

HasIdOrName returns a boolean if a field has been set.

func (*GetIdPSaml2Req) HasName ¶ added in v0.5.1

func (o *GetIdPSaml2Req) HasName() bool

HasName returns a boolean if a field has been set.

func (GetIdPSaml2Req) MarshalJSON ¶ added in v0.5.1

func (o GetIdPSaml2Req) MarshalJSON() ([]byte, error)

func (*GetIdPSaml2Req) SetIdOrName ¶ added in v0.5.1

func (o *GetIdPSaml2Req) SetIdOrName(v string)

SetIdOrName gets a reference to the given string and assigns it to the IdOrName field.

func (*GetIdPSaml2Req) SetName ¶ added in v0.5.1

func (o *GetIdPSaml2Req) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*GetIdPSaml2Req) UnmarshalJSON ¶ added in v0.5.1

func (o *GetIdPSaml2Req) UnmarshalJSON(bytes []byte) (err error)

type GetIdPSaml2Res ¶ added in v0.5.1

type GetIdPSaml2Res struct {
	Error                *string                           `json:"error,omitempty"`
	Idp                  *ExternalSaml2IdentityProviderDTO `json:"idp,omitempty"`
	ValidationErrors     []string                          `json:"validationErrors,omitempty"`
	AdditionalProperties map[string]interface{}
}

GetIdPSaml2Res struct for GetIdPSaml2Res

func NewGetIdPSaml2Res ¶ added in v0.5.1

func NewGetIdPSaml2Res() *GetIdPSaml2Res

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

func NewGetIdPSaml2ResWithDefaults ¶ added in v0.5.1

func NewGetIdPSaml2ResWithDefaults() *GetIdPSaml2Res

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

func (*GetIdPSaml2Res) GetError ¶ added in v0.5.1

func (o *GetIdPSaml2Res) GetError() string

GetError returns the Error field value if set, zero value otherwise.

func (*GetIdPSaml2Res) GetErrorOk ¶ added in v0.5.1

func (o *GetIdPSaml2Res) GetErrorOk() (*string, bool)

GetErrorOk returns a tuple with the Error field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetIdPSaml2Res) GetIdp ¶ added in v0.5.1

GetIdp returns the Idp field value if set, zero value otherwise.

func (*GetIdPSaml2Res) GetIdpOk ¶ added in v0.5.1

GetIdpOk returns a tuple with the Idp field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetIdPSaml2Res) GetValidationErrors ¶ added in v0.5.1

func (o *GetIdPSaml2Res) GetValidationErrors() []string

GetValidationErrors returns the ValidationErrors field value if set, zero value otherwise.

func (*GetIdPSaml2Res) GetValidationErrorsOk ¶ added in v0.5.1

func (o *GetIdPSaml2Res) GetValidationErrorsOk() ([]string, bool)

GetValidationErrorsOk returns a tuple with the ValidationErrors field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetIdPSaml2Res) HasError ¶ added in v0.5.1

func (o *GetIdPSaml2Res) HasError() bool

HasError returns a boolean if a field has been set.

func (*GetIdPSaml2Res) HasIdp ¶ added in v0.5.1

func (o *GetIdPSaml2Res) HasIdp() bool

HasIdp returns a boolean if a field has been set.

func (*GetIdPSaml2Res) HasValidationErrors ¶ added in v0.5.1

func (o *GetIdPSaml2Res) HasValidationErrors() bool

HasValidationErrors returns a boolean if a field has been set.

func (GetIdPSaml2Res) MarshalJSON ¶ added in v0.5.1

func (o GetIdPSaml2Res) MarshalJSON() ([]byte, error)

func (*GetIdPSaml2Res) SetError ¶ added in v0.5.1

func (o *GetIdPSaml2Res) SetError(v string)

SetError gets a reference to the given string and assigns it to the Error field.

func (*GetIdPSaml2Res) SetIdp ¶ added in v0.5.1

SetIdp gets a reference to the given ExternalSaml2IdentityProviderDTO and assigns it to the Idp field.

func (*GetIdPSaml2Res) SetValidationErrors ¶ added in v0.5.1

func (o *GetIdPSaml2Res) SetValidationErrors(v []string)

SetValidationErrors gets a reference to the given []string and assigns it to the ValidationErrors field.

func (*GetIdPSaml2Res) UnmarshalJSON ¶ added in v0.5.1

func (o *GetIdPSaml2Res) UnmarshalJSON(bytes []byte) (err error)

type GetIdPSaml2sRes ¶ added in v0.5.1

type GetIdPSaml2sRes struct {
	Error                *string                            `json:"error,omitempty"`
	Idps                 []ExternalSaml2IdentityProviderDTO `json:"idps,omitempty"`
	ValidationErrors     []string                           `json:"validationErrors,omitempty"`
	AdditionalProperties map[string]interface{}
}

GetIdPSaml2sRes struct for GetIdPSaml2sRes

func NewGetIdPSaml2sRes ¶ added in v0.5.1

func NewGetIdPSaml2sRes() *GetIdPSaml2sRes

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

func NewGetIdPSaml2sResWithDefaults ¶ added in v0.5.1

func NewGetIdPSaml2sResWithDefaults() *GetIdPSaml2sRes

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

func (*GetIdPSaml2sRes) GetError ¶ added in v0.5.1

func (o *GetIdPSaml2sRes) GetError() string

GetError returns the Error field value if set, zero value otherwise.

func (*GetIdPSaml2sRes) GetErrorOk ¶ added in v0.5.1

func (o *GetIdPSaml2sRes) GetErrorOk() (*string, bool)

GetErrorOk returns a tuple with the Error field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetIdPSaml2sRes) GetIdps ¶ added in v0.5.1

GetIdps returns the Idps field value if set, zero value otherwise.

func (*GetIdPSaml2sRes) GetIdpsOk ¶ added in v0.5.1

GetIdpsOk returns a tuple with the Idps field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetIdPSaml2sRes) GetValidationErrors ¶ added in v0.5.1

func (o *GetIdPSaml2sRes) GetValidationErrors() []string

GetValidationErrors returns the ValidationErrors field value if set, zero value otherwise.

func (*GetIdPSaml2sRes) GetValidationErrorsOk ¶ added in v0.5.1

func (o *GetIdPSaml2sRes) GetValidationErrorsOk() ([]string, bool)

GetValidationErrorsOk returns a tuple with the ValidationErrors field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetIdPSaml2sRes) HasError ¶ added in v0.5.1

func (o *GetIdPSaml2sRes) HasError() bool

HasError returns a boolean if a field has been set.

func (*GetIdPSaml2sRes) HasIdps ¶ added in v0.5.1

func (o *GetIdPSaml2sRes) HasIdps() bool

HasIdps returns a boolean if a field has been set.

func (*GetIdPSaml2sRes) HasValidationErrors ¶ added in v0.5.1

func (o *GetIdPSaml2sRes) HasValidationErrors() bool

HasValidationErrors returns a boolean if a field has been set.

func (GetIdPSaml2sRes) MarshalJSON ¶ added in v0.5.1

func (o GetIdPSaml2sRes) MarshalJSON() ([]byte, error)

func (*GetIdPSaml2sRes) SetError ¶ added in v0.5.1

func (o *GetIdPSaml2sRes) SetError(v string)

SetError gets a reference to the given string and assigns it to the Error field.

func (*GetIdPSaml2sRes) SetIdps ¶ added in v0.5.1

SetIdps gets a reference to the given []ExternalSaml2IdentityProviderDTO and assigns it to the Idps field.

func (*GetIdPSaml2sRes) SetValidationErrors ¶ added in v0.5.1

func (o *GetIdPSaml2sRes) SetValidationErrors(v []string)

SetValidationErrors gets a reference to the given []string and assigns it to the ValidationErrors field.

func (*GetIdPSaml2sRes) UnmarshalJSON ¶ added in v0.5.1

func (o *GetIdPSaml2sRes) UnmarshalJSON(bytes []byte) (err error)

type GetIdPsRes ¶

type GetIdPsRes struct {
	Error                *string               `json:"error,omitempty"`
	Idps                 []IdentityProviderDTO `json:"idps,omitempty"`
	ValidationErrors     []string              `json:"validationErrors,omitempty"`
	AdditionalProperties map[string]interface{}
}

GetIdPsRes struct for GetIdPsRes

func NewGetIdPsRes ¶

func NewGetIdPsRes() *GetIdPsRes

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

func NewGetIdPsResWithDefaults ¶

func NewGetIdPsResWithDefaults() *GetIdPsRes

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

func (*GetIdPsRes) GetError ¶

func (o *GetIdPsRes) GetError() string

GetError returns the Error field value if set, zero value otherwise.

func (*GetIdPsRes) GetErrorOk ¶

func (o *GetIdPsRes) GetErrorOk() (*string, bool)

GetErrorOk returns a tuple with the Error field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetIdPsRes) GetIdps ¶

func (o *GetIdPsRes) GetIdps() []IdentityProviderDTO

GetIdps returns the Idps field value if set, zero value otherwise.

func (*GetIdPsRes) GetIdpsOk ¶

func (o *GetIdPsRes) GetIdpsOk() ([]IdentityProviderDTO, bool)

GetIdpsOk returns a tuple with the Idps field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetIdPsRes) GetValidationErrors ¶

func (o *GetIdPsRes) GetValidationErrors() []string

GetValidationErrors returns the ValidationErrors field value if set, zero value otherwise.

func (*GetIdPsRes) GetValidationErrorsOk ¶

func (o *GetIdPsRes) GetValidationErrorsOk() ([]string, bool)

GetValidationErrorsOk returns a tuple with the ValidationErrors field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetIdPsRes) HasError ¶

func (o *GetIdPsRes) HasError() bool

HasError returns a boolean if a field has been set.

func (*GetIdPsRes) HasIdps ¶

func (o *GetIdPsRes) HasIdps() bool

HasIdps returns a boolean if a field has been set.

func (*GetIdPsRes) HasValidationErrors ¶

func (o *GetIdPsRes) HasValidationErrors() bool

HasValidationErrors returns a boolean if a field has been set.

func (GetIdPsRes) MarshalJSON ¶

func (o GetIdPsRes) MarshalJSON() ([]byte, error)

func (*GetIdPsRes) SetError ¶

func (o *GetIdPsRes) SetError(v string)

SetError gets a reference to the given string and assigns it to the Error field.

func (*GetIdPsRes) SetIdps ¶

func (o *GetIdPsRes) SetIdps(v []IdentityProviderDTO)

SetIdps gets a reference to the given []IdentityProviderDTO and assigns it to the Idps field.

func (*GetIdPsRes) SetValidationErrors ¶

func (o *GetIdPsRes) SetValidationErrors(v []string)

SetValidationErrors gets a reference to the given []string and assigns it to the ValidationErrors field.

func (*GetIdPsRes) UnmarshalJSON ¶

func (o *GetIdPsRes) UnmarshalJSON(bytes []byte) (err error)

type GetIdSourceDbReq ¶

type GetIdSourceDbReq struct {
	IdOrName             *string `json:"idOrName,omitempty"`
	Name                 *string `json:"name,omitempty"`
	AdditionalProperties map[string]interface{}
}

GetIdSourceDbReq struct for GetIdSourceDbReq

func NewGetIdSourceDbReq ¶

func NewGetIdSourceDbReq() *GetIdSourceDbReq

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

func NewGetIdSourceDbReqWithDefaults ¶

func NewGetIdSourceDbReqWithDefaults() *GetIdSourceDbReq

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

func (*GetIdSourceDbReq) GetIdOrName ¶ added in v0.3.0

func (o *GetIdSourceDbReq) GetIdOrName() string

GetIdOrName returns the IdOrName field value if set, zero value otherwise.

func (*GetIdSourceDbReq) GetIdOrNameOk ¶ added in v0.3.0

func (o *GetIdSourceDbReq) GetIdOrNameOk() (*string, bool)

GetIdOrNameOk returns a tuple with the IdOrName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetIdSourceDbReq) GetName ¶

func (o *GetIdSourceDbReq) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*GetIdSourceDbReq) GetNameOk ¶

func (o *GetIdSourceDbReq) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetIdSourceDbReq) HasIdOrName ¶ added in v0.3.0

func (o *GetIdSourceDbReq) HasIdOrName() bool

HasIdOrName returns a boolean if a field has been set.

func (*GetIdSourceDbReq) HasName ¶

func (o *GetIdSourceDbReq) HasName() bool

HasName returns a boolean if a field has been set.

func (GetIdSourceDbReq) MarshalJSON ¶

func (o GetIdSourceDbReq) MarshalJSON() ([]byte, error)

func (*GetIdSourceDbReq) SetIdOrName ¶ added in v0.3.0

func (o *GetIdSourceDbReq) SetIdOrName(v string)

SetIdOrName gets a reference to the given string and assigns it to the IdOrName field.

func (*GetIdSourceDbReq) SetName ¶

func (o *GetIdSourceDbReq) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*GetIdSourceDbReq) UnmarshalJSON ¶

func (o *GetIdSourceDbReq) UnmarshalJSON(bytes []byte) (err error)

type GetIdSourceDbRes ¶

type GetIdSourceDbRes struct {
	Error                *string              `json:"error,omitempty"`
	IdSourceDb           *DbIdentitySourceDTO `json:"idSourceDb,omitempty"`
	ValidationErrors     []string             `json:"validationErrors,omitempty"`
	AdditionalProperties map[string]interface{}
}

GetIdSourceDbRes struct for GetIdSourceDbRes

func NewGetIdSourceDbRes ¶

func NewGetIdSourceDbRes() *GetIdSourceDbRes

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

func NewGetIdSourceDbResWithDefaults ¶

func NewGetIdSourceDbResWithDefaults() *GetIdSourceDbRes

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

func (*GetIdSourceDbRes) GetError ¶

func (o *GetIdSourceDbRes) GetError() string

GetError returns the Error field value if set, zero value otherwise.

func (*GetIdSourceDbRes) GetErrorOk ¶

func (o *GetIdSourceDbRes) GetErrorOk() (*string, bool)

GetErrorOk returns a tuple with the Error field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetIdSourceDbRes) GetIdSourceDb ¶

func (o *GetIdSourceDbRes) GetIdSourceDb() DbIdentitySourceDTO

GetIdSourceDb returns the IdSourceDb field value if set, zero value otherwise.

func (*GetIdSourceDbRes) GetIdSourceDbOk ¶

func (o *GetIdSourceDbRes) GetIdSourceDbOk() (*DbIdentitySourceDTO, bool)

GetIdSourceDbOk returns a tuple with the IdSourceDb field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetIdSourceDbRes) GetValidationErrors ¶

func (o *GetIdSourceDbRes) GetValidationErrors() []string

GetValidationErrors returns the ValidationErrors field value if set, zero value otherwise.

func (*GetIdSourceDbRes) GetValidationErrorsOk ¶

func (o *GetIdSourceDbRes) GetValidationErrorsOk() ([]string, bool)

GetValidationErrorsOk returns a tuple with the ValidationErrors field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetIdSourceDbRes) HasError ¶

func (o *GetIdSourceDbRes) HasError() bool

HasError returns a boolean if a field has been set.

func (*GetIdSourceDbRes) HasIdSourceDb ¶

func (o *GetIdSourceDbRes) HasIdSourceDb() bool

HasIdSourceDb returns a boolean if a field has been set.

func (*GetIdSourceDbRes) HasValidationErrors ¶

func (o *GetIdSourceDbRes) HasValidationErrors() bool

HasValidationErrors returns a boolean if a field has been set.

func (GetIdSourceDbRes) MarshalJSON ¶

func (o GetIdSourceDbRes) MarshalJSON() ([]byte, error)

func (*GetIdSourceDbRes) SetError ¶

func (o *GetIdSourceDbRes) SetError(v string)

SetError gets a reference to the given string and assigns it to the Error field.

func (*GetIdSourceDbRes) SetIdSourceDb ¶

func (o *GetIdSourceDbRes) SetIdSourceDb(v DbIdentitySourceDTO)

SetIdSourceDb gets a reference to the given DbIdentitySourceDTO and assigns it to the IdSourceDb field.

func (*GetIdSourceDbRes) SetValidationErrors ¶

func (o *GetIdSourceDbRes) SetValidationErrors(v []string)

SetValidationErrors gets a reference to the given []string and assigns it to the ValidationErrors field.

func (*GetIdSourceDbRes) UnmarshalJSON ¶

func (o *GetIdSourceDbRes) UnmarshalJSON(bytes []byte) (err error)

type GetIdSourceDbsRes ¶

type GetIdSourceDbsRes struct {
	Error                *string               `json:"error,omitempty"`
	IdSourceDbs          []DbIdentitySourceDTO `json:"idSourceDbs,omitempty"`
	ValidationErrors     []string              `json:"validationErrors,omitempty"`
	AdditionalProperties map[string]interface{}
}

GetIdSourceDbsRes struct for GetIdSourceDbsRes

func NewGetIdSourceDbsRes ¶

func NewGetIdSourceDbsRes() *GetIdSourceDbsRes

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

func NewGetIdSourceDbsResWithDefaults ¶

func NewGetIdSourceDbsResWithDefaults() *GetIdSourceDbsRes

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

func (*GetIdSourceDbsRes) GetError ¶

func (o *GetIdSourceDbsRes) GetError() string

GetError returns the Error field value if set, zero value otherwise.

func (*GetIdSourceDbsRes) GetErrorOk ¶

func (o *GetIdSourceDbsRes) GetErrorOk() (*string, bool)

GetErrorOk returns a tuple with the Error field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetIdSourceDbsRes) GetIdSourceDbs ¶

func (o *GetIdSourceDbsRes) GetIdSourceDbs() []DbIdentitySourceDTO

GetIdSourceDbs returns the IdSourceDbs field value if set, zero value otherwise.

func (*GetIdSourceDbsRes) GetIdSourceDbsOk ¶

func (o *GetIdSourceDbsRes) GetIdSourceDbsOk() ([]DbIdentitySourceDTO, bool)

GetIdSourceDbsOk returns a tuple with the IdSourceDbs field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetIdSourceDbsRes) GetValidationErrors ¶

func (o *GetIdSourceDbsRes) GetValidationErrors() []string

GetValidationErrors returns the ValidationErrors field value if set, zero value otherwise.

func (*GetIdSourceDbsRes) GetValidationErrorsOk ¶

func (o *GetIdSourceDbsRes) GetValidationErrorsOk() ([]string, bool)

GetValidationErrorsOk returns a tuple with the ValidationErrors field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetIdSourceDbsRes) HasError ¶

func (o *GetIdSourceDbsRes) HasError() bool

HasError returns a boolean if a field has been set.

func (*GetIdSourceDbsRes) HasIdSourceDbs ¶

func (o *GetIdSourceDbsRes) HasIdSourceDbs() bool

HasIdSourceDbs returns a boolean if a field has been set.

func (*GetIdSourceDbsRes) HasValidationErrors ¶

func (o *GetIdSourceDbsRes) HasValidationErrors() bool

HasValidationErrors returns a boolean if a field has been set.

func (GetIdSourceDbsRes) MarshalJSON ¶

func (o GetIdSourceDbsRes) MarshalJSON() ([]byte, error)

func (*GetIdSourceDbsRes) SetError ¶

func (o *GetIdSourceDbsRes) SetError(v string)

SetError gets a reference to the given string and assigns it to the Error field.

func (*GetIdSourceDbsRes) SetIdSourceDbs ¶

func (o *GetIdSourceDbsRes) SetIdSourceDbs(v []DbIdentitySourceDTO)

SetIdSourceDbs gets a reference to the given []DbIdentitySourceDTO and assigns it to the IdSourceDbs field.

func (*GetIdSourceDbsRes) SetValidationErrors ¶

func (o *GetIdSourceDbsRes) SetValidationErrors(v []string)

SetValidationErrors gets a reference to the given []string and assigns it to the ValidationErrors field.

func (*GetIdSourceDbsRes) UnmarshalJSON ¶

func (o *GetIdSourceDbsRes) UnmarshalJSON(bytes []byte) (err error)

type GetIdSourceLdapReq ¶

type GetIdSourceLdapReq struct {
	IdOrName             *string `json:"idOrName,omitempty"`
	Name                 *string `json:"name,omitempty"`
	AdditionalProperties map[string]interface{}
}

GetIdSourceLdapReq struct for GetIdSourceLdapReq

func NewGetIdSourceLdapReq ¶

func NewGetIdSourceLdapReq() *GetIdSourceLdapReq

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

func NewGetIdSourceLdapReqWithDefaults ¶

func NewGetIdSourceLdapReqWithDefaults() *GetIdSourceLdapReq

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

func (*GetIdSourceLdapReq) GetIdOrName ¶ added in v0.3.0

func (o *GetIdSourceLdapReq) GetIdOrName() string

GetIdOrName returns the IdOrName field value if set, zero value otherwise.

func (*GetIdSourceLdapReq) GetIdOrNameOk ¶ added in v0.3.0

func (o *GetIdSourceLdapReq) GetIdOrNameOk() (*string, bool)

GetIdOrNameOk returns a tuple with the IdOrName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetIdSourceLdapReq) GetName ¶

func (o *GetIdSourceLdapReq) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*GetIdSourceLdapReq) GetNameOk ¶

func (o *GetIdSourceLdapReq) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetIdSourceLdapReq) HasIdOrName ¶ added in v0.3.0

func (o *GetIdSourceLdapReq) HasIdOrName() bool

HasIdOrName returns a boolean if a field has been set.

func (*GetIdSourceLdapReq) HasName ¶

func (o *GetIdSourceLdapReq) HasName() bool

HasName returns a boolean if a field has been set.

func (GetIdSourceLdapReq) MarshalJSON ¶

func (o GetIdSourceLdapReq) MarshalJSON() ([]byte, error)

func (*GetIdSourceLdapReq) SetIdOrName ¶ added in v0.3.0

func (o *GetIdSourceLdapReq) SetIdOrName(v string)

SetIdOrName gets a reference to the given string and assigns it to the IdOrName field.

func (*GetIdSourceLdapReq) SetName ¶

func (o *GetIdSourceLdapReq) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*GetIdSourceLdapReq) UnmarshalJSON ¶

func (o *GetIdSourceLdapReq) UnmarshalJSON(bytes []byte) (err error)

type GetIdSourceLdapRes ¶

type GetIdSourceLdapRes struct {
	Error                *string                `json:"error,omitempty"`
	IdSourceLdap         *LdapIdentitySourceDTO `json:"idSourceLdap,omitempty"`
	ValidationErrors     []string               `json:"validationErrors,omitempty"`
	AdditionalProperties map[string]interface{}
}

GetIdSourceLdapRes struct for GetIdSourceLdapRes

func NewGetIdSourceLdapRes ¶

func NewGetIdSourceLdapRes() *GetIdSourceLdapRes

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

func NewGetIdSourceLdapResWithDefaults ¶

func NewGetIdSourceLdapResWithDefaults() *GetIdSourceLdapRes

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

func (*GetIdSourceLdapRes) GetError ¶

func (o *GetIdSourceLdapRes) GetError() string

GetError returns the Error field value if set, zero value otherwise.

func (*GetIdSourceLdapRes) GetErrorOk ¶

func (o *GetIdSourceLdapRes) GetErrorOk() (*string, bool)

GetErrorOk returns a tuple with the Error field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetIdSourceLdapRes) GetIdSourceLdap ¶

func (o *GetIdSourceLdapRes) GetIdSourceLdap() LdapIdentitySourceDTO

GetIdSourceLdap returns the IdSourceLdap field value if set, zero value otherwise.

func (*GetIdSourceLdapRes) GetIdSourceLdapOk ¶

func (o *GetIdSourceLdapRes) GetIdSourceLdapOk() (*LdapIdentitySourceDTO, bool)

GetIdSourceLdapOk returns a tuple with the IdSourceLdap field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetIdSourceLdapRes) GetValidationErrors ¶

func (o *GetIdSourceLdapRes) GetValidationErrors() []string

GetValidationErrors returns the ValidationErrors field value if set, zero value otherwise.

func (*GetIdSourceLdapRes) GetValidationErrorsOk ¶

func (o *GetIdSourceLdapRes) GetValidationErrorsOk() ([]string, bool)

GetValidationErrorsOk returns a tuple with the ValidationErrors field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetIdSourceLdapRes) HasError ¶

func (o *GetIdSourceLdapRes) HasError() bool

HasError returns a boolean if a field has been set.

func (*GetIdSourceLdapRes) HasIdSourceLdap ¶

func (o *GetIdSourceLdapRes) HasIdSourceLdap() bool

HasIdSourceLdap returns a boolean if a field has been set.

func (*GetIdSourceLdapRes) HasValidationErrors ¶

func (o *GetIdSourceLdapRes) HasValidationErrors() bool

HasValidationErrors returns a boolean if a field has been set.

func (GetIdSourceLdapRes) MarshalJSON ¶

func (o GetIdSourceLdapRes) MarshalJSON() ([]byte, error)

func (*GetIdSourceLdapRes) SetError ¶

func (o *GetIdSourceLdapRes) SetError(v string)

SetError gets a reference to the given string and assigns it to the Error field.

func (*GetIdSourceLdapRes) SetIdSourceLdap ¶

func (o *GetIdSourceLdapRes) SetIdSourceLdap(v LdapIdentitySourceDTO)

SetIdSourceLdap gets a reference to the given LdapIdentitySourceDTO and assigns it to the IdSourceLdap field.

func (*GetIdSourceLdapRes) SetValidationErrors ¶

func (o *GetIdSourceLdapRes) SetValidationErrors(v []string)

SetValidationErrors gets a reference to the given []string and assigns it to the ValidationErrors field.

func (*GetIdSourceLdapRes) UnmarshalJSON ¶

func (o *GetIdSourceLdapRes) UnmarshalJSON(bytes []byte) (err error)

type GetIdSourceLdapsRes ¶

type GetIdSourceLdapsRes struct {
	Error                *string                 `json:"error,omitempty"`
	IdSourceLdaps        []LdapIdentitySourceDTO `json:"idSourceLdaps,omitempty"`
	ValidationErrors     []string                `json:"validationErrors,omitempty"`
	AdditionalProperties map[string]interface{}
}

GetIdSourceLdapsRes struct for GetIdSourceLdapsRes

func NewGetIdSourceLdapsRes ¶

func NewGetIdSourceLdapsRes() *GetIdSourceLdapsRes

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

func NewGetIdSourceLdapsResWithDefaults ¶

func NewGetIdSourceLdapsResWithDefaults() *GetIdSourceLdapsRes

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

func (*GetIdSourceLdapsRes) GetError ¶

func (o *GetIdSourceLdapsRes) GetError() string

GetError returns the Error field value if set, zero value otherwise.

func (*GetIdSourceLdapsRes) GetErrorOk ¶

func (o *GetIdSourceLdapsRes) GetErrorOk() (*string, bool)

GetErrorOk returns a tuple with the Error field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetIdSourceLdapsRes) GetIdSourceLdaps ¶

func (o *GetIdSourceLdapsRes) GetIdSourceLdaps() []LdapIdentitySourceDTO

GetIdSourceLdaps returns the IdSourceLdaps field value if set, zero value otherwise.

func (*GetIdSourceLdapsRes) GetIdSourceLdapsOk ¶

func (o *GetIdSourceLdapsRes) GetIdSourceLdapsOk() ([]LdapIdentitySourceDTO, bool)

GetIdSourceLdapsOk returns a tuple with the IdSourceLdaps field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetIdSourceLdapsRes) GetValidationErrors ¶

func (o *GetIdSourceLdapsRes) GetValidationErrors() []string

GetValidationErrors returns the ValidationErrors field value if set, zero value otherwise.

func (*GetIdSourceLdapsRes) GetValidationErrorsOk ¶

func (o *GetIdSourceLdapsRes) GetValidationErrorsOk() ([]string, bool)

GetValidationErrorsOk returns a tuple with the ValidationErrors field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetIdSourceLdapsRes) HasError ¶

func (o *GetIdSourceLdapsRes) HasError() bool

HasError returns a boolean if a field has been set.

func (*GetIdSourceLdapsRes) HasIdSourceLdaps ¶

func (o *GetIdSourceLdapsRes) HasIdSourceLdaps() bool

HasIdSourceLdaps returns a boolean if a field has been set.

func (*GetIdSourceLdapsRes) HasValidationErrors ¶

func (o *GetIdSourceLdapsRes) HasValidationErrors() bool

HasValidationErrors returns a boolean if a field has been set.

func (GetIdSourceLdapsRes) MarshalJSON ¶

func (o GetIdSourceLdapsRes) MarshalJSON() ([]byte, error)

func (*GetIdSourceLdapsRes) SetError ¶

func (o *GetIdSourceLdapsRes) SetError(v string)

SetError gets a reference to the given string and assigns it to the Error field.

func (*GetIdSourceLdapsRes) SetIdSourceLdaps ¶

func (o *GetIdSourceLdapsRes) SetIdSourceLdaps(v []LdapIdentitySourceDTO)

SetIdSourceLdaps gets a reference to the given []LdapIdentitySourceDTO and assigns it to the IdSourceLdaps field.

func (*GetIdSourceLdapsRes) SetValidationErrors ¶

func (o *GetIdSourceLdapsRes) SetValidationErrors(v []string)

SetValidationErrors gets a reference to the given []string and assigns it to the ValidationErrors field.

func (*GetIdSourceLdapsRes) UnmarshalJSON ¶

func (o *GetIdSourceLdapsRes) UnmarshalJSON(bytes []byte) (err error)

type GetIdSourceReq ¶ added in v0.2.4

type GetIdSourceReq struct {
	IdOrName             *string `json:"idOrName,omitempty"`
	Name                 *string `json:"name,omitempty"`
	AdditionalProperties map[string]interface{}
}

GetIdSourceReq struct for GetIdSourceReq

func NewGetIdSourceReq ¶ added in v0.2.4

func NewGetIdSourceReq() *GetIdSourceReq

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

func NewGetIdSourceReqWithDefaults ¶ added in v0.2.4

func NewGetIdSourceReqWithDefaults() *GetIdSourceReq

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

func (*GetIdSourceReq) GetIdOrName ¶ added in v0.3.0

func (o *GetIdSourceReq) GetIdOrName() string

GetIdOrName returns the IdOrName field value if set, zero value otherwise.

func (*GetIdSourceReq) GetIdOrNameOk ¶ added in v0.3.0

func (o *GetIdSourceReq) GetIdOrNameOk() (*string, bool)

GetIdOrNameOk returns a tuple with the IdOrName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetIdSourceReq) GetName ¶ added in v0.2.4

func (o *GetIdSourceReq) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*GetIdSourceReq) GetNameOk ¶ added in v0.2.4

func (o *GetIdSourceReq) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetIdSourceReq) HasIdOrName ¶ added in v0.3.0

func (o *GetIdSourceReq) HasIdOrName() bool

HasIdOrName returns a boolean if a field has been set.

func (*GetIdSourceReq) HasName ¶ added in v0.2.4

func (o *GetIdSourceReq) HasName() bool

HasName returns a boolean if a field has been set.

func (GetIdSourceReq) MarshalJSON ¶ added in v0.2.4

func (o GetIdSourceReq) MarshalJSON() ([]byte, error)

func (*GetIdSourceReq) SetIdOrName ¶ added in v0.3.0

func (o *GetIdSourceReq) SetIdOrName(v string)

SetIdOrName gets a reference to the given string and assigns it to the IdOrName field.

func (*GetIdSourceReq) SetName ¶ added in v0.2.4

func (o *GetIdSourceReq) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*GetIdSourceReq) UnmarshalJSON ¶ added in v0.2.4

func (o *GetIdSourceReq) UnmarshalJSON(bytes []byte) (err error)

type GetIdSourceRes ¶ added in v0.2.4

type GetIdSourceRes struct {
	Error                *string               `json:"error,omitempty"`
	IdSource             *IdSourceContainerDTO `json:"idSource,omitempty"`
	Type                 *string               `json:"type,omitempty"`
	ValidationErrors     []string              `json:"validationErrors,omitempty"`
	AdditionalProperties map[string]interface{}
}

GetIdSourceRes struct for GetIdSourceRes

func NewGetIdSourceRes ¶ added in v0.2.4

func NewGetIdSourceRes() *GetIdSourceRes

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

func NewGetIdSourceResWithDefaults ¶ added in v0.2.4

func NewGetIdSourceResWithDefaults() *GetIdSourceRes

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

func (*GetIdSourceRes) GetError ¶ added in v0.2.4

func (o *GetIdSourceRes) GetError() string

GetError returns the Error field value if set, zero value otherwise.

func (*GetIdSourceRes) GetErrorOk ¶ added in v0.2.4

func (o *GetIdSourceRes) GetErrorOk() (*string, bool)

GetErrorOk returns a tuple with the Error field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetIdSourceRes) GetIdSource ¶ added in v0.2.4

func (o *GetIdSourceRes) GetIdSource() IdSourceContainerDTO

GetIdSource returns the IdSource field value if set, zero value otherwise.

func (*GetIdSourceRes) GetIdSourceOk ¶ added in v0.2.4

func (o *GetIdSourceRes) GetIdSourceOk() (*IdSourceContainerDTO, bool)

GetIdSourceOk returns a tuple with the IdSource field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetIdSourceRes) GetType ¶ added in v0.2.4

func (o *GetIdSourceRes) GetType() string

GetType returns the Type field value if set, zero value otherwise.

func (*GetIdSourceRes) GetTypeOk ¶ added in v0.2.4

func (o *GetIdSourceRes) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetIdSourceRes) GetValidationErrors ¶ added in v0.2.4

func (o *GetIdSourceRes) GetValidationErrors() []string

GetValidationErrors returns the ValidationErrors field value if set, zero value otherwise.

func (*GetIdSourceRes) GetValidationErrorsOk ¶ added in v0.2.4

func (o *GetIdSourceRes) GetValidationErrorsOk() ([]string, bool)

GetValidationErrorsOk returns a tuple with the ValidationErrors field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetIdSourceRes) HasError ¶ added in v0.2.4

func (o *GetIdSourceRes) HasError() bool

HasError returns a boolean if a field has been set.

func (*GetIdSourceRes) HasIdSource ¶ added in v0.2.4

func (o *GetIdSourceRes) HasIdSource() bool

HasIdSource returns a boolean if a field has been set.

func (*GetIdSourceRes) HasType ¶ added in v0.2.4

func (o *GetIdSourceRes) HasType() bool

HasType returns a boolean if a field has been set.

func (*GetIdSourceRes) HasValidationErrors ¶ added in v0.2.4

func (o *GetIdSourceRes) HasValidationErrors() bool

HasValidationErrors returns a boolean if a field has been set.

func (GetIdSourceRes) MarshalJSON ¶ added in v0.2.4

func (o GetIdSourceRes) MarshalJSON() ([]byte, error)

func (*GetIdSourceRes) SetError ¶ added in v0.2.4

func (o *GetIdSourceRes) SetError(v string)

SetError gets a reference to the given string and assigns it to the Error field.

func (*GetIdSourceRes) SetIdSource ¶ added in v0.2.4

func (o *GetIdSourceRes) SetIdSource(v IdSourceContainerDTO)

SetIdSource gets a reference to the given IdSourceContainerDTO and assigns it to the IdSource field.

func (*GetIdSourceRes) SetType ¶ added in v0.2.4

func (o *GetIdSourceRes) SetType(v string)

SetType gets a reference to the given string and assigns it to the Type field.

func (*GetIdSourceRes) SetValidationErrors ¶ added in v0.2.4

func (o *GetIdSourceRes) SetValidationErrors(v []string)

SetValidationErrors gets a reference to the given []string and assigns it to the ValidationErrors field.

func (*GetIdSourceRes) UnmarshalJSON ¶ added in v0.2.4

func (o *GetIdSourceRes) UnmarshalJSON(bytes []byte) (err error)

type GetIdSourcesReq ¶ added in v0.2.4

type GetIdSourcesReq struct {
	IdOrName             *string `json:"idOrName,omitempty"`
	AdditionalProperties map[string]interface{}
}

GetIdSourcesReq struct for GetIdSourcesReq

func NewGetIdSourcesReq ¶ added in v0.2.4

func NewGetIdSourcesReq() *GetIdSourcesReq

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

func NewGetIdSourcesReqWithDefaults ¶ added in v0.2.4

func NewGetIdSourcesReqWithDefaults() *GetIdSourcesReq

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

func (*GetIdSourcesReq) GetIdOrName ¶ added in v0.3.0

func (o *GetIdSourcesReq) GetIdOrName() string

GetIdOrName returns the IdOrName field value if set, zero value otherwise.

func (*GetIdSourcesReq) GetIdOrNameOk ¶ added in v0.3.0

func (o *GetIdSourcesReq) GetIdOrNameOk() (*string, bool)

GetIdOrNameOk returns a tuple with the IdOrName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetIdSourcesReq) HasIdOrName ¶ added in v0.3.0

func (o *GetIdSourcesReq) HasIdOrName() bool

HasIdOrName returns a boolean if a field has been set.

func (GetIdSourcesReq) MarshalJSON ¶ added in v0.2.4

func (o GetIdSourcesReq) MarshalJSON() ([]byte, error)

func (*GetIdSourcesReq) SetIdOrName ¶ added in v0.3.0

func (o *GetIdSourcesReq) SetIdOrName(v string)

SetIdOrName gets a reference to the given string and assigns it to the IdOrName field.

func (*GetIdSourcesReq) UnmarshalJSON ¶ added in v0.2.4

func (o *GetIdSourcesReq) UnmarshalJSON(bytes []byte) (err error)

type GetIdSourcesRes ¶ added in v0.2.4

type GetIdSourcesRes struct {
	Error                *string                `json:"error,omitempty"`
	IdSources            []IdSourceContainerDTO `json:"idSources,omitempty"`
	ValidationErrors     []string               `json:"validationErrors,omitempty"`
	AdditionalProperties map[string]interface{}
}

GetIdSourcesRes struct for GetIdSourcesRes

func NewGetIdSourcesRes ¶ added in v0.2.4

func NewGetIdSourcesRes() *GetIdSourcesRes

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

func NewGetIdSourcesResWithDefaults ¶ added in v0.2.4

func NewGetIdSourcesResWithDefaults() *GetIdSourcesRes

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

func (*GetIdSourcesRes) GetError ¶ added in v0.2.4

func (o *GetIdSourcesRes) GetError() string

GetError returns the Error field value if set, zero value otherwise.

func (*GetIdSourcesRes) GetErrorOk ¶ added in v0.2.4

func (o *GetIdSourcesRes) GetErrorOk() (*string, bool)

GetErrorOk returns a tuple with the Error field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetIdSourcesRes) GetIdSources ¶ added in v0.2.4

func (o *GetIdSourcesRes) GetIdSources() []IdSourceContainerDTO

GetIdSources returns the IdSources field value if set, zero value otherwise.

func (*GetIdSourcesRes) GetIdSourcesOk ¶ added in v0.2.4

func (o *GetIdSourcesRes) GetIdSourcesOk() ([]IdSourceContainerDTO, bool)

GetIdSourcesOk returns a tuple with the IdSources field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetIdSourcesRes) GetValidationErrors ¶ added in v0.2.4

func (o *GetIdSourcesRes) GetValidationErrors() []string

GetValidationErrors returns the ValidationErrors field value if set, zero value otherwise.

func (*GetIdSourcesRes) GetValidationErrorsOk ¶ added in v0.2.4

func (o *GetIdSourcesRes) GetValidationErrorsOk() ([]string, bool)

GetValidationErrorsOk returns a tuple with the ValidationErrors field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetIdSourcesRes) HasError ¶ added in v0.2.4

func (o *GetIdSourcesRes) HasError() bool

HasError returns a boolean if a field has been set.

func (*GetIdSourcesRes) HasIdSources ¶ added in v0.2.4

func (o *GetIdSourcesRes) HasIdSources() bool

HasIdSources returns a boolean if a field has been set.

func (*GetIdSourcesRes) HasValidationErrors ¶ added in v0.2.4

func (o *GetIdSourcesRes) HasValidationErrors() bool

HasValidationErrors returns a boolean if a field has been set.

func (GetIdSourcesRes) MarshalJSON ¶ added in v0.2.4

func (o GetIdSourcesRes) MarshalJSON() ([]byte, error)

func (*GetIdSourcesRes) SetError ¶ added in v0.2.4

func (o *GetIdSourcesRes) SetError(v string)

SetError gets a reference to the given string and assigns it to the Error field.

func (*GetIdSourcesRes) SetIdSources ¶ added in v0.2.4

func (o *GetIdSourcesRes) SetIdSources(v []IdSourceContainerDTO)

SetIdSources gets a reference to the given []IdSourceContainerDTO and assigns it to the IdSources field.

func (*GetIdSourcesRes) SetValidationErrors ¶ added in v0.2.4

func (o *GetIdSourcesRes) SetValidationErrors(v []string)

SetValidationErrors gets a reference to the given []string and assigns it to the ValidationErrors field.

func (*GetIdSourcesRes) UnmarshalJSON ¶ added in v0.2.4

func (o *GetIdSourcesRes) UnmarshalJSON(bytes []byte) (err error)

type GetIdVaultReq ¶

type GetIdVaultReq struct {
	IdOrName             *string `json:"idOrName,omitempty"`
	Name                 *string `json:"name,omitempty"`
	AdditionalProperties map[string]interface{}
}

GetIdVaultReq struct for GetIdVaultReq

func NewGetIdVaultReq ¶

func NewGetIdVaultReq() *GetIdVaultReq

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

func NewGetIdVaultReqWithDefaults ¶

func NewGetIdVaultReqWithDefaults() *GetIdVaultReq

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

func (*GetIdVaultReq) GetIdOrName ¶ added in v0.3.0

func (o *GetIdVaultReq) GetIdOrName() string

GetIdOrName returns the IdOrName field value if set, zero value otherwise.

func (*GetIdVaultReq) GetIdOrNameOk ¶ added in v0.3.0

func (o *GetIdVaultReq) GetIdOrNameOk() (*string, bool)

GetIdOrNameOk returns a tuple with the IdOrName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetIdVaultReq) GetName ¶

func (o *GetIdVaultReq) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*GetIdVaultReq) GetNameOk ¶

func (o *GetIdVaultReq) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetIdVaultReq) HasIdOrName ¶ added in v0.3.0

func (o *GetIdVaultReq) HasIdOrName() bool

HasIdOrName returns a boolean if a field has been set.

func (*GetIdVaultReq) HasName ¶

func (o *GetIdVaultReq) HasName() bool

HasName returns a boolean if a field has been set.

func (GetIdVaultReq) MarshalJSON ¶

func (o GetIdVaultReq) MarshalJSON() ([]byte, error)

func (*GetIdVaultReq) SetIdOrName ¶ added in v0.3.0

func (o *GetIdVaultReq) SetIdOrName(v string)

SetIdOrName gets a reference to the given string and assigns it to the IdOrName field.

func (*GetIdVaultReq) SetName ¶

func (o *GetIdVaultReq) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*GetIdVaultReq) UnmarshalJSON ¶

func (o *GetIdVaultReq) UnmarshalJSON(bytes []byte) (err error)

type GetIdVaultRes ¶

type GetIdVaultRes struct {
	Error                *string                   `json:"error,omitempty"`
	IdVault              *EmbeddedIdentityVaultDTO `json:"idVault,omitempty"`
	ValidationErrors     []string                  `json:"validationErrors,omitempty"`
	AdditionalProperties map[string]interface{}
}

GetIdVaultRes struct for GetIdVaultRes

func NewGetIdVaultRes ¶

func NewGetIdVaultRes() *GetIdVaultRes

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

func NewGetIdVaultResWithDefaults ¶

func NewGetIdVaultResWithDefaults() *GetIdVaultRes

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

func (*GetIdVaultRes) GetError ¶

func (o *GetIdVaultRes) GetError() string

GetError returns the Error field value if set, zero value otherwise.

func (*GetIdVaultRes) GetErrorOk ¶

func (o *GetIdVaultRes) GetErrorOk() (*string, bool)

GetErrorOk returns a tuple with the Error field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetIdVaultRes) GetIdVault ¶

func (o *GetIdVaultRes) GetIdVault() EmbeddedIdentityVaultDTO

GetIdVault returns the IdVault field value if set, zero value otherwise.

func (*GetIdVaultRes) GetIdVaultOk ¶

func (o *GetIdVaultRes) GetIdVaultOk() (*EmbeddedIdentityVaultDTO, bool)

GetIdVaultOk returns a tuple with the IdVault field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetIdVaultRes) GetValidationErrors ¶

func (o *GetIdVaultRes) GetValidationErrors() []string

GetValidationErrors returns the ValidationErrors field value if set, zero value otherwise.

func (*GetIdVaultRes) GetValidationErrorsOk ¶

func (o *GetIdVaultRes) GetValidationErrorsOk() ([]string, bool)

GetValidationErrorsOk returns a tuple with the ValidationErrors field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetIdVaultRes) HasError ¶

func (o *GetIdVaultRes) HasError() bool

HasError returns a boolean if a field has been set.

func (*GetIdVaultRes) HasIdVault ¶

func (o *GetIdVaultRes) HasIdVault() bool

HasIdVault returns a boolean if a field has been set.

func (*GetIdVaultRes) HasValidationErrors ¶

func (o *GetIdVaultRes) HasValidationErrors() bool

HasValidationErrors returns a boolean if a field has been set.

func (GetIdVaultRes) MarshalJSON ¶

func (o GetIdVaultRes) MarshalJSON() ([]byte, error)

func (*GetIdVaultRes) SetError ¶

func (o *GetIdVaultRes) SetError(v string)

SetError gets a reference to the given string and assigns it to the Error field.

func (*GetIdVaultRes) SetIdVault ¶

func (o *GetIdVaultRes) SetIdVault(v EmbeddedIdentityVaultDTO)

SetIdVault gets a reference to the given EmbeddedIdentityVaultDTO and assigns it to the IdVault field.

func (*GetIdVaultRes) SetValidationErrors ¶

func (o *GetIdVaultRes) SetValidationErrors(v []string)

SetValidationErrors gets a reference to the given []string and assigns it to the ValidationErrors field.

func (*GetIdVaultRes) UnmarshalJSON ¶

func (o *GetIdVaultRes) UnmarshalJSON(bytes []byte) (err error)

type GetIdVaultsRes ¶

type GetIdVaultsRes struct {
	Error                *string                    `json:"error,omitempty"`
	IdVaults             []EmbeddedIdentityVaultDTO `json:"idVaults,omitempty"`
	ValidationErrors     []string                   `json:"validationErrors,omitempty"`
	AdditionalProperties map[string]interface{}
}

GetIdVaultsRes struct for GetIdVaultsRes

func NewGetIdVaultsRes ¶

func NewGetIdVaultsRes() *GetIdVaultsRes

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

func NewGetIdVaultsResWithDefaults ¶

func NewGetIdVaultsResWithDefaults() *GetIdVaultsRes

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

func (*GetIdVaultsRes) GetError ¶

func (o *GetIdVaultsRes) GetError() string

GetError returns the Error field value if set, zero value otherwise.

func (*GetIdVaultsRes) GetErrorOk ¶

func (o *GetIdVaultsRes) GetErrorOk() (*string, bool)

GetErrorOk returns a tuple with the Error field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetIdVaultsRes) GetIdVaults ¶

func (o *GetIdVaultsRes) GetIdVaults() []EmbeddedIdentityVaultDTO

GetIdVaults returns the IdVaults field value if set, zero value otherwise.

func (*GetIdVaultsRes) GetIdVaultsOk ¶

func (o *GetIdVaultsRes) GetIdVaultsOk() ([]EmbeddedIdentityVaultDTO, bool)

GetIdVaultsOk returns a tuple with the IdVaults field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetIdVaultsRes) GetValidationErrors ¶

func (o *GetIdVaultsRes) GetValidationErrors() []string

GetValidationErrors returns the ValidationErrors field value if set, zero value otherwise.

func (*GetIdVaultsRes) GetValidationErrorsOk ¶

func (o *GetIdVaultsRes) GetValidationErrorsOk() ([]string, bool)

GetValidationErrorsOk returns a tuple with the ValidationErrors field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetIdVaultsRes) HasError ¶

func (o *GetIdVaultsRes) HasError() bool

HasError returns a boolean if a field has been set.

func (*GetIdVaultsRes) HasIdVaults ¶

func (o *GetIdVaultsRes) HasIdVaults() bool

HasIdVaults returns a boolean if a field has been set.

func (*GetIdVaultsRes) HasValidationErrors ¶

func (o *GetIdVaultsRes) HasValidationErrors() bool

HasValidationErrors returns a boolean if a field has been set.

func (GetIdVaultsRes) MarshalJSON ¶

func (o GetIdVaultsRes) MarshalJSON() ([]byte, error)

func (*GetIdVaultsRes) SetError ¶

func (o *GetIdVaultsRes) SetError(v string)

SetError gets a reference to the given string and assigns it to the Error field.

func (*GetIdVaultsRes) SetIdVaults ¶

func (o *GetIdVaultsRes) SetIdVaults(v []EmbeddedIdentityVaultDTO)

SetIdVaults gets a reference to the given []EmbeddedIdentityVaultDTO and assigns it to the IdVaults field.

func (*GetIdVaultsRes) SetValidationErrors ¶

func (o *GetIdVaultsRes) SetValidationErrors(v []string)

SetValidationErrors gets a reference to the given []string and assigns it to the ValidationErrors field.

func (*GetIdVaultsRes) UnmarshalJSON ¶

func (o *GetIdVaultsRes) UnmarshalJSON(bytes []byte) (err error)

type GetIdpAzureReq ¶ added in v0.2.2

type GetIdpAzureReq struct {
	IdOrName             *string `json:"idOrName,omitempty"`
	Name                 *string `json:"name,omitempty"`
	AdditionalProperties map[string]interface{}
}

GetIdpAzureReq struct for GetIdpAzureReq

func NewGetIdpAzureReq ¶ added in v0.2.2

func NewGetIdpAzureReq() *GetIdpAzureReq

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

func NewGetIdpAzureReqWithDefaults ¶ added in v0.2.2

func NewGetIdpAzureReqWithDefaults() *GetIdpAzureReq

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

func (*GetIdpAzureReq) GetIdOrName ¶ added in v0.3.0

func (o *GetIdpAzureReq) GetIdOrName() string

GetIdOrName returns the IdOrName field value if set, zero value otherwise.

func (*GetIdpAzureReq) GetIdOrNameOk ¶ added in v0.3.0

func (o *GetIdpAzureReq) GetIdOrNameOk() (*string, bool)

GetIdOrNameOk returns a tuple with the IdOrName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetIdpAzureReq) GetName ¶ added in v0.2.2

func (o *GetIdpAzureReq) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*GetIdpAzureReq) GetNameOk ¶ added in v0.2.2

func (o *GetIdpAzureReq) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetIdpAzureReq) HasIdOrName ¶ added in v0.3.0

func (o *GetIdpAzureReq) HasIdOrName() bool

HasIdOrName returns a boolean if a field has been set.

func (*GetIdpAzureReq) HasName ¶ added in v0.2.2

func (o *GetIdpAzureReq) HasName() bool

HasName returns a boolean if a field has been set.

func (GetIdpAzureReq) MarshalJSON ¶ added in v0.2.2

func (o GetIdpAzureReq) MarshalJSON() ([]byte, error)

func (*GetIdpAzureReq) SetIdOrName ¶ added in v0.3.0

func (o *GetIdpAzureReq) SetIdOrName(v string)

SetIdOrName gets a reference to the given string and assigns it to the IdOrName field.

func (*GetIdpAzureReq) SetName ¶ added in v0.2.2

func (o *GetIdpAzureReq) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*GetIdpAzureReq) UnmarshalJSON ¶ added in v0.2.2

func (o *GetIdpAzureReq) UnmarshalJSON(bytes []byte) (err error)

type GetIdpAzureRes ¶ added in v0.2.2

type GetIdpAzureRes struct {
	Error                *string                                `json:"error,omitempty"`
	Idp                  *AzureOpenIDConnectIdentityProviderDTO `json:"idp,omitempty"`
	ValidationErrors     []string                               `json:"validationErrors,omitempty"`
	AdditionalProperties map[string]interface{}
}

GetIdpAzureRes struct for GetIdpAzureRes

func NewGetIdpAzureRes ¶ added in v0.2.2

func NewGetIdpAzureRes() *GetIdpAzureRes

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

func NewGetIdpAzureResWithDefaults ¶ added in v0.2.2

func NewGetIdpAzureResWithDefaults() *GetIdpAzureRes

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

func (*GetIdpAzureRes) GetError ¶ added in v0.2.2

func (o *GetIdpAzureRes) GetError() string

GetError returns the Error field value if set, zero value otherwise.

func (*GetIdpAzureRes) GetErrorOk ¶ added in v0.2.2

func (o *GetIdpAzureRes) GetErrorOk() (*string, bool)

GetErrorOk returns a tuple with the Error field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetIdpAzureRes) GetIdp ¶ added in v0.2.2

GetIdp returns the Idp field value if set, zero value otherwise.

func (*GetIdpAzureRes) GetIdpOk ¶ added in v0.2.2

GetIdpOk returns a tuple with the Idp field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetIdpAzureRes) GetValidationErrors ¶ added in v0.2.2

func (o *GetIdpAzureRes) GetValidationErrors() []string

GetValidationErrors returns the ValidationErrors field value if set, zero value otherwise.

func (*GetIdpAzureRes) GetValidationErrorsOk ¶ added in v0.2.2

func (o *GetIdpAzureRes) GetValidationErrorsOk() ([]string, bool)

GetValidationErrorsOk returns a tuple with the ValidationErrors field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetIdpAzureRes) HasError ¶ added in v0.2.2

func (o *GetIdpAzureRes) HasError() bool

HasError returns a boolean if a field has been set.

func (*GetIdpAzureRes) HasIdp ¶ added in v0.2.2

func (o *GetIdpAzureRes) HasIdp() bool

HasIdp returns a boolean if a field has been set.

func (*GetIdpAzureRes) HasValidationErrors ¶ added in v0.2.2

func (o *GetIdpAzureRes) HasValidationErrors() bool

HasValidationErrors returns a boolean if a field has been set.

func (GetIdpAzureRes) MarshalJSON ¶ added in v0.2.2

func (o GetIdpAzureRes) MarshalJSON() ([]byte, error)

func (*GetIdpAzureRes) SetError ¶ added in v0.2.2

func (o *GetIdpAzureRes) SetError(v string)

SetError gets a reference to the given string and assigns it to the Error field.

func (*GetIdpAzureRes) SetIdp ¶ added in v0.2.2

SetIdp gets a reference to the given AzureOpenIDConnectIdentityProviderDTO and assigns it to the Idp field.

func (*GetIdpAzureRes) SetValidationErrors ¶ added in v0.2.2

func (o *GetIdpAzureRes) SetValidationErrors(v []string)

SetValidationErrors gets a reference to the given []string and assigns it to the ValidationErrors field.

func (*GetIdpAzureRes) UnmarshalJSON ¶ added in v0.2.2

func (o *GetIdpAzureRes) UnmarshalJSON(bytes []byte) (err error)

type GetIdpAzuresRes ¶ added in v0.2.2

type GetIdpAzuresRes struct {
	Error                *string                                 `json:"error,omitempty"`
	Idps                 []AzureOpenIDConnectIdentityProviderDTO `json:"idps,omitempty"`
	ValidationErrors     []string                                `json:"validationErrors,omitempty"`
	AdditionalProperties map[string]interface{}
}

GetIdpAzuresRes struct for GetIdpAzuresRes

func NewGetIdpAzuresRes ¶ added in v0.2.2

func NewGetIdpAzuresRes() *GetIdpAzuresRes

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

func NewGetIdpAzuresResWithDefaults ¶ added in v0.2.2

func NewGetIdpAzuresResWithDefaults() *GetIdpAzuresRes

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

func (*GetIdpAzuresRes) GetError ¶ added in v0.2.2

func (o *GetIdpAzuresRes) GetError() string

GetError returns the Error field value if set, zero value otherwise.

func (*GetIdpAzuresRes) GetErrorOk ¶ added in v0.2.2

func (o *GetIdpAzuresRes) GetErrorOk() (*string, bool)

GetErrorOk returns a tuple with the Error field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetIdpAzuresRes) GetIdps ¶ added in v0.2.2

GetIdps returns the Idps field value if set, zero value otherwise.

func (*GetIdpAzuresRes) GetIdpsOk ¶ added in v0.2.2

GetIdpsOk returns a tuple with the Idps field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetIdpAzuresRes) GetValidationErrors ¶ added in v0.2.2

func (o *GetIdpAzuresRes) GetValidationErrors() []string

GetValidationErrors returns the ValidationErrors field value if set, zero value otherwise.

func (*GetIdpAzuresRes) GetValidationErrorsOk ¶ added in v0.2.2

func (o *GetIdpAzuresRes) GetValidationErrorsOk() ([]string, bool)

GetValidationErrorsOk returns a tuple with the ValidationErrors field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetIdpAzuresRes) HasError ¶ added in v0.2.2

func (o *GetIdpAzuresRes) HasError() bool

HasError returns a boolean if a field has been set.

func (*GetIdpAzuresRes) HasIdps ¶ added in v0.2.2

func (o *GetIdpAzuresRes) HasIdps() bool

HasIdps returns a boolean if a field has been set.

func (*GetIdpAzuresRes) HasValidationErrors ¶ added in v0.2.2

func (o *GetIdpAzuresRes) HasValidationErrors() bool

HasValidationErrors returns a boolean if a field has been set.

func (GetIdpAzuresRes) MarshalJSON ¶ added in v0.2.2

func (o GetIdpAzuresRes) MarshalJSON() ([]byte, error)

func (*GetIdpAzuresRes) SetError ¶ added in v0.2.2

func (o *GetIdpAzuresRes) SetError(v string)

SetError gets a reference to the given string and assigns it to the Error field.

func (*GetIdpAzuresRes) SetIdps ¶ added in v0.2.2

SetIdps gets a reference to the given []AzureOpenIDConnectIdentityProviderDTO and assigns it to the Idps field.

func (*GetIdpAzuresRes) SetValidationErrors ¶ added in v0.2.2

func (o *GetIdpAzuresRes) SetValidationErrors(v []string)

SetValidationErrors gets a reference to the given []string and assigns it to the ValidationErrors field.

func (*GetIdpAzuresRes) UnmarshalJSON ¶ added in v0.2.2

func (o *GetIdpAzuresRes) UnmarshalJSON(bytes []byte) (err error)

type GetIdpFacebookReq ¶ added in v0.2.2

type GetIdpFacebookReq struct {
	IdOrName             *string `json:"idOrName,omitempty"`
	Name                 *string `json:"name,omitempty"`
	AdditionalProperties map[string]interface{}
}

GetIdpFacebookReq struct for GetIdpFacebookReq

func NewGetIdpFacebookReq ¶ added in v0.2.2

func NewGetIdpFacebookReq() *GetIdpFacebookReq

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

func NewGetIdpFacebookReqWithDefaults ¶ added in v0.2.2

func NewGetIdpFacebookReqWithDefaults() *GetIdpFacebookReq

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

func (*GetIdpFacebookReq) GetIdOrName ¶ added in v0.3.0

func (o *GetIdpFacebookReq) GetIdOrName() string

GetIdOrName returns the IdOrName field value if set, zero value otherwise.

func (*GetIdpFacebookReq) GetIdOrNameOk ¶ added in v0.3.0

func (o *GetIdpFacebookReq) GetIdOrNameOk() (*string, bool)

GetIdOrNameOk returns a tuple with the IdOrName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetIdpFacebookReq) GetName ¶ added in v0.2.2

func (o *GetIdpFacebookReq) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*GetIdpFacebookReq) GetNameOk ¶ added in v0.2.2

func (o *GetIdpFacebookReq) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetIdpFacebookReq) HasIdOrName ¶ added in v0.3.0

func (o *GetIdpFacebookReq) HasIdOrName() bool

HasIdOrName returns a boolean if a field has been set.

func (*GetIdpFacebookReq) HasName ¶ added in v0.2.2

func (o *GetIdpFacebookReq) HasName() bool

HasName returns a boolean if a field has been set.

func (GetIdpFacebookReq) MarshalJSON ¶ added in v0.2.2

func (o GetIdpFacebookReq) MarshalJSON() ([]byte, error)

func (*GetIdpFacebookReq) SetIdOrName ¶ added in v0.3.0

func (o *GetIdpFacebookReq) SetIdOrName(v string)

SetIdOrName gets a reference to the given string and assigns it to the IdOrName field.

func (*GetIdpFacebookReq) SetName ¶ added in v0.2.2

func (o *GetIdpFacebookReq) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*GetIdpFacebookReq) UnmarshalJSON ¶ added in v0.2.2

func (o *GetIdpFacebookReq) UnmarshalJSON(bytes []byte) (err error)

type GetIdpFacebookRes ¶ added in v0.2.2

type GetIdpFacebookRes struct {
	Error                *string                                   `json:"error,omitempty"`
	Idp                  *FacebookOpenIDConnectIdentityProviderDTO `json:"idp,omitempty"`
	ValidationErrors     []string                                  `json:"validationErrors,omitempty"`
	AdditionalProperties map[string]interface{}
}

GetIdpFacebookRes struct for GetIdpFacebookRes

func NewGetIdpFacebookRes ¶ added in v0.2.2

func NewGetIdpFacebookRes() *GetIdpFacebookRes

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

func NewGetIdpFacebookResWithDefaults ¶ added in v0.2.2

func NewGetIdpFacebookResWithDefaults() *GetIdpFacebookRes

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

func (*GetIdpFacebookRes) GetError ¶ added in v0.2.2

func (o *GetIdpFacebookRes) GetError() string

GetError returns the Error field value if set, zero value otherwise.

func (*GetIdpFacebookRes) GetErrorOk ¶ added in v0.2.2

func (o *GetIdpFacebookRes) GetErrorOk() (*string, bool)

GetErrorOk returns a tuple with the Error field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetIdpFacebookRes) GetIdp ¶ added in v0.2.2

GetIdp returns the Idp field value if set, zero value otherwise.

func (*GetIdpFacebookRes) GetIdpOk ¶ added in v0.2.2

GetIdpOk returns a tuple with the Idp field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetIdpFacebookRes) GetValidationErrors ¶ added in v0.2.2

func (o *GetIdpFacebookRes) GetValidationErrors() []string

GetValidationErrors returns the ValidationErrors field value if set, zero value otherwise.

func (*GetIdpFacebookRes) GetValidationErrorsOk ¶ added in v0.2.2

func (o *GetIdpFacebookRes) GetValidationErrorsOk() ([]string, bool)

GetValidationErrorsOk returns a tuple with the ValidationErrors field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetIdpFacebookRes) HasError ¶ added in v0.2.2

func (o *GetIdpFacebookRes) HasError() bool

HasError returns a boolean if a field has been set.

func (*GetIdpFacebookRes) HasIdp ¶ added in v0.2.2

func (o *GetIdpFacebookRes) HasIdp() bool

HasIdp returns a boolean if a field has been set.

func (*GetIdpFacebookRes) HasValidationErrors ¶ added in v0.2.2

func (o *GetIdpFacebookRes) HasValidationErrors() bool

HasValidationErrors returns a boolean if a field has been set.

func (GetIdpFacebookRes) MarshalJSON ¶ added in v0.2.2

func (o GetIdpFacebookRes) MarshalJSON() ([]byte, error)

func (*GetIdpFacebookRes) SetError ¶ added in v0.2.2

func (o *GetIdpFacebookRes) SetError(v string)

SetError gets a reference to the given string and assigns it to the Error field.

func (*GetIdpFacebookRes) SetIdp ¶ added in v0.2.2

SetIdp gets a reference to the given FacebookOpenIDConnectIdentityProviderDTO and assigns it to the Idp field.

func (*GetIdpFacebookRes) SetValidationErrors ¶ added in v0.2.2

func (o *GetIdpFacebookRes) SetValidationErrors(v []string)

SetValidationErrors gets a reference to the given []string and assigns it to the ValidationErrors field.

func (*GetIdpFacebookRes) UnmarshalJSON ¶ added in v0.2.2

func (o *GetIdpFacebookRes) UnmarshalJSON(bytes []byte) (err error)

type GetIdpFacebooksRes ¶ added in v0.2.2

type GetIdpFacebooksRes struct {
	Error                *string                                    `json:"error,omitempty"`
	Idps                 []FacebookOpenIDConnectIdentityProviderDTO `json:"idps,omitempty"`
	ValidationErrors     []string                                   `json:"validationErrors,omitempty"`
	AdditionalProperties map[string]interface{}
}

GetIdpFacebooksRes struct for GetIdpFacebooksRes

func NewGetIdpFacebooksRes ¶ added in v0.2.2

func NewGetIdpFacebooksRes() *GetIdpFacebooksRes

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

func NewGetIdpFacebooksResWithDefaults ¶ added in v0.2.2

func NewGetIdpFacebooksResWithDefaults() *GetIdpFacebooksRes

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

func (*GetIdpFacebooksRes) GetError ¶ added in v0.2.2

func (o *GetIdpFacebooksRes) GetError() string

GetError returns the Error field value if set, zero value otherwise.

func (*GetIdpFacebooksRes) GetErrorOk ¶ added in v0.2.2

func (o *GetIdpFacebooksRes) GetErrorOk() (*string, bool)

GetErrorOk returns a tuple with the Error field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetIdpFacebooksRes) GetIdps ¶ added in v0.2.2

GetIdps returns the Idps field value if set, zero value otherwise.

func (*GetIdpFacebooksRes) GetIdpsOk ¶ added in v0.2.2

GetIdpsOk returns a tuple with the Idps field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetIdpFacebooksRes) GetValidationErrors ¶ added in v0.2.2

func (o *GetIdpFacebooksRes) GetValidationErrors() []string

GetValidationErrors returns the ValidationErrors field value if set, zero value otherwise.

func (*GetIdpFacebooksRes) GetValidationErrorsOk ¶ added in v0.2.2

func (o *GetIdpFacebooksRes) GetValidationErrorsOk() ([]string, bool)

GetValidationErrorsOk returns a tuple with the ValidationErrors field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetIdpFacebooksRes) HasError ¶ added in v0.2.2

func (o *GetIdpFacebooksRes) HasError() bool

HasError returns a boolean if a field has been set.

func (*GetIdpFacebooksRes) HasIdps ¶ added in v0.2.2

func (o *GetIdpFacebooksRes) HasIdps() bool

HasIdps returns a boolean if a field has been set.

func (*GetIdpFacebooksRes) HasValidationErrors ¶ added in v0.2.2

func (o *GetIdpFacebooksRes) HasValidationErrors() bool

HasValidationErrors returns a boolean if a field has been set.

func (GetIdpFacebooksRes) MarshalJSON ¶ added in v0.2.2

func (o GetIdpFacebooksRes) MarshalJSON() ([]byte, error)

func (*GetIdpFacebooksRes) SetError ¶ added in v0.2.2

func (o *GetIdpFacebooksRes) SetError(v string)

SetError gets a reference to the given string and assigns it to the Error field.

func (*GetIdpFacebooksRes) SetIdps ¶ added in v0.2.2

SetIdps gets a reference to the given []FacebookOpenIDConnectIdentityProviderDTO and assigns it to the Idps field.

func (*GetIdpFacebooksRes) SetValidationErrors ¶ added in v0.2.2

func (o *GetIdpFacebooksRes) SetValidationErrors(v []string)

SetValidationErrors gets a reference to the given []string and assigns it to the ValidationErrors field.

func (*GetIdpFacebooksRes) UnmarshalJSON ¶ added in v0.2.2

func (o *GetIdpFacebooksRes) UnmarshalJSON(bytes []byte) (err error)

type GetIdpGoogleReq ¶ added in v0.2.2

type GetIdpGoogleReq struct {
	IdOrName             *string `json:"idOrName,omitempty"`
	Name                 *string `json:"name,omitempty"`
	AdditionalProperties map[string]interface{}
}

GetIdpGoogleReq struct for GetIdpGoogleReq

func NewGetIdpGoogleReq ¶ added in v0.2.2

func NewGetIdpGoogleReq() *GetIdpGoogleReq

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

func NewGetIdpGoogleReqWithDefaults ¶ added in v0.2.2

func NewGetIdpGoogleReqWithDefaults() *GetIdpGoogleReq

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

func (*GetIdpGoogleReq) GetIdOrName ¶ added in v0.3.0

func (o *GetIdpGoogleReq) GetIdOrName() string

GetIdOrName returns the IdOrName field value if set, zero value otherwise.

func (*GetIdpGoogleReq) GetIdOrNameOk ¶ added in v0.3.0

func (o *GetIdpGoogleReq) GetIdOrNameOk() (*string, bool)

GetIdOrNameOk returns a tuple with the IdOrName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetIdpGoogleReq) GetName ¶ added in v0.2.2

func (o *GetIdpGoogleReq) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*GetIdpGoogleReq) GetNameOk ¶ added in v0.2.2

func (o *GetIdpGoogleReq) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetIdpGoogleReq) HasIdOrName ¶ added in v0.3.0

func (o *GetIdpGoogleReq) HasIdOrName() bool

HasIdOrName returns a boolean if a field has been set.

func (*GetIdpGoogleReq) HasName ¶ added in v0.2.2

func (o *GetIdpGoogleReq) HasName() bool

HasName returns a boolean if a field has been set.

func (GetIdpGoogleReq) MarshalJSON ¶ added in v0.2.2

func (o GetIdpGoogleReq) MarshalJSON() ([]byte, error)

func (*GetIdpGoogleReq) SetIdOrName ¶ added in v0.3.0

func (o *GetIdpGoogleReq) SetIdOrName(v string)

SetIdOrName gets a reference to the given string and assigns it to the IdOrName field.

func (*GetIdpGoogleReq) SetName ¶ added in v0.2.2

func (o *GetIdpGoogleReq) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*GetIdpGoogleReq) UnmarshalJSON ¶ added in v0.2.2

func (o *GetIdpGoogleReq) UnmarshalJSON(bytes []byte) (err error)

type GetIdpGoogleRes ¶ added in v0.2.2

type GetIdpGoogleRes struct {
	Error                *string                                 `json:"error,omitempty"`
	Idp                  *GoogleOpenIDConnectIdentityProviderDTO `json:"idp,omitempty"`
	ValidationErrors     []string                                `json:"validationErrors,omitempty"`
	AdditionalProperties map[string]interface{}
}

GetIdpGoogleRes struct for GetIdpGoogleRes

func NewGetIdpGoogleRes ¶ added in v0.2.2

func NewGetIdpGoogleRes() *GetIdpGoogleRes

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

func NewGetIdpGoogleResWithDefaults ¶ added in v0.2.2

func NewGetIdpGoogleResWithDefaults() *GetIdpGoogleRes

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

func (*GetIdpGoogleRes) GetError ¶ added in v0.2.2

func (o *GetIdpGoogleRes) GetError() string

GetError returns the Error field value if set, zero value otherwise.

func (*GetIdpGoogleRes) GetErrorOk ¶ added in v0.2.2

func (o *GetIdpGoogleRes) GetErrorOk() (*string, bool)

GetErrorOk returns a tuple with the Error field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetIdpGoogleRes) GetIdp ¶ added in v0.2.2

GetIdp returns the Idp field value if set, zero value otherwise.

func (*GetIdpGoogleRes) GetIdpOk ¶ added in v0.2.2

GetIdpOk returns a tuple with the Idp field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetIdpGoogleRes) GetValidationErrors ¶ added in v0.2.2

func (o *GetIdpGoogleRes) GetValidationErrors() []string

GetValidationErrors returns the ValidationErrors field value if set, zero value otherwise.

func (*GetIdpGoogleRes) GetValidationErrorsOk ¶ added in v0.2.2

func (o *GetIdpGoogleRes) GetValidationErrorsOk() ([]string, bool)

GetValidationErrorsOk returns a tuple with the ValidationErrors field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetIdpGoogleRes) HasError ¶ added in v0.2.2

func (o *GetIdpGoogleRes) HasError() bool

HasError returns a boolean if a field has been set.

func (*GetIdpGoogleRes) HasIdp ¶ added in v0.2.2

func (o *GetIdpGoogleRes) HasIdp() bool

HasIdp returns a boolean if a field has been set.

func (*GetIdpGoogleRes) HasValidationErrors ¶ added in v0.2.2

func (o *GetIdpGoogleRes) HasValidationErrors() bool

HasValidationErrors returns a boolean if a field has been set.

func (GetIdpGoogleRes) MarshalJSON ¶ added in v0.2.2

func (o GetIdpGoogleRes) MarshalJSON() ([]byte, error)

func (*GetIdpGoogleRes) SetError ¶ added in v0.2.2

func (o *GetIdpGoogleRes) SetError(v string)

SetError gets a reference to the given string and assigns it to the Error field.

func (*GetIdpGoogleRes) SetIdp ¶ added in v0.2.2

SetIdp gets a reference to the given GoogleOpenIDConnectIdentityProviderDTO and assigns it to the Idp field.

func (*GetIdpGoogleRes) SetValidationErrors ¶ added in v0.2.2

func (o *GetIdpGoogleRes) SetValidationErrors(v []string)

SetValidationErrors gets a reference to the given []string and assigns it to the ValidationErrors field.

func (*GetIdpGoogleRes) UnmarshalJSON ¶ added in v0.2.2

func (o *GetIdpGoogleRes) UnmarshalJSON(bytes []byte) (err error)

type GetIdpGooglesRes ¶ added in v0.2.2

type GetIdpGooglesRes struct {
	Error                *string                                  `json:"error,omitempty"`
	Idps                 []GoogleOpenIDConnectIdentityProviderDTO `json:"idps,omitempty"`
	ValidationErrors     []string                                 `json:"validationErrors,omitempty"`
	AdditionalProperties map[string]interface{}
}

GetIdpGooglesRes struct for GetIdpGooglesRes

func NewGetIdpGooglesRes ¶ added in v0.2.2

func NewGetIdpGooglesRes() *GetIdpGooglesRes

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

func NewGetIdpGooglesResWithDefaults ¶ added in v0.2.2

func NewGetIdpGooglesResWithDefaults() *GetIdpGooglesRes

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

func (*GetIdpGooglesRes) GetError ¶ added in v0.2.2

func (o *GetIdpGooglesRes) GetError() string

GetError returns the Error field value if set, zero value otherwise.

func (*GetIdpGooglesRes) GetErrorOk ¶ added in v0.2.2

func (o *GetIdpGooglesRes) GetErrorOk() (*string, bool)

GetErrorOk returns a tuple with the Error field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetIdpGooglesRes) GetIdps ¶ added in v0.2.2

GetIdps returns the Idps field value if set, zero value otherwise.

func (*GetIdpGooglesRes) GetIdpsOk ¶ added in v0.2.2

GetIdpsOk returns a tuple with the Idps field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetIdpGooglesRes) GetValidationErrors ¶ added in v0.2.2

func (o *GetIdpGooglesRes) GetValidationErrors() []string

GetValidationErrors returns the ValidationErrors field value if set, zero value otherwise.

func (*GetIdpGooglesRes) GetValidationErrorsOk ¶ added in v0.2.2

func (o *GetIdpGooglesRes) GetValidationErrorsOk() ([]string, bool)

GetValidationErrorsOk returns a tuple with the ValidationErrors field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetIdpGooglesRes) HasError ¶ added in v0.2.2

func (o *GetIdpGooglesRes) HasError() bool

HasError returns a boolean if a field has been set.

func (*GetIdpGooglesRes) HasIdps ¶ added in v0.2.2

func (o *GetIdpGooglesRes) HasIdps() bool

HasIdps returns a boolean if a field has been set.

func (*GetIdpGooglesRes) HasValidationErrors ¶ added in v0.2.2

func (o *GetIdpGooglesRes) HasValidationErrors() bool

HasValidationErrors returns a boolean if a field has been set.

func (GetIdpGooglesRes) MarshalJSON ¶ added in v0.2.2

func (o GetIdpGooglesRes) MarshalJSON() ([]byte, error)

func (*GetIdpGooglesRes) SetError ¶ added in v0.2.2

func (o *GetIdpGooglesRes) SetError(v string)

SetError gets a reference to the given string and assigns it to the Error field.

func (*GetIdpGooglesRes) SetIdps ¶ added in v0.2.2

SetIdps gets a reference to the given []GoogleOpenIDConnectIdentityProviderDTO and assigns it to the Idps field.

func (*GetIdpGooglesRes) SetValidationErrors ¶ added in v0.2.2

func (o *GetIdpGooglesRes) SetValidationErrors(v []string)

SetValidationErrors gets a reference to the given []string and assigns it to the ValidationErrors field.

func (*GetIdpGooglesRes) UnmarshalJSON ¶ added in v0.2.2

func (o *GetIdpGooglesRes) UnmarshalJSON(bytes []byte) (err error)

type GetIisExecEnvReq ¶ added in v0.1.1

type GetIisExecEnvReq struct {
	IdOrName             *string `json:"idOrName,omitempty"`
	Name                 *string `json:"name,omitempty"`
	AdditionalProperties map[string]interface{}
}

GetIisExecEnvReq struct for GetIisExecEnvReq

func NewGetIisExecEnvReq ¶ added in v0.1.1

func NewGetIisExecEnvReq() *GetIisExecEnvReq

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

func NewGetIisExecEnvReqWithDefaults ¶ added in v0.1.1

func NewGetIisExecEnvReqWithDefaults() *GetIisExecEnvReq

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

func (*GetIisExecEnvReq) GetIdOrName ¶ added in v0.3.0

func (o *GetIisExecEnvReq) GetIdOrName() string

GetIdOrName returns the IdOrName field value if set, zero value otherwise.

func (*GetIisExecEnvReq) GetIdOrNameOk ¶ added in v0.3.0

func (o *GetIisExecEnvReq) GetIdOrNameOk() (*string, bool)

GetIdOrNameOk returns a tuple with the IdOrName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetIisExecEnvReq) GetName ¶ added in v0.1.1

func (o *GetIisExecEnvReq) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*GetIisExecEnvReq) GetNameOk ¶ added in v0.1.1

func (o *GetIisExecEnvReq) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetIisExecEnvReq) HasIdOrName ¶ added in v0.3.0

func (o *GetIisExecEnvReq) HasIdOrName() bool

HasIdOrName returns a boolean if a field has been set.

func (*GetIisExecEnvReq) HasName ¶ added in v0.1.1

func (o *GetIisExecEnvReq) HasName() bool

HasName returns a boolean if a field has been set.

func (GetIisExecEnvReq) MarshalJSON ¶ added in v0.1.1

func (o GetIisExecEnvReq) MarshalJSON() ([]byte, error)

func (*GetIisExecEnvReq) SetIdOrName ¶ added in v0.3.0

func (o *GetIisExecEnvReq) SetIdOrName(v string)

SetIdOrName gets a reference to the given string and assigns it to the IdOrName field.

func (*GetIisExecEnvReq) SetName ¶ added in v0.1.1

func (o *GetIisExecEnvReq) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*GetIisExecEnvReq) UnmarshalJSON ¶ added in v0.1.1

func (o *GetIisExecEnvReq) UnmarshalJSON(bytes []byte) (err error)

type GetIisExecEnvRes ¶ added in v0.1.1

type GetIisExecEnvRes struct {
	Error                *string                            `json:"error,omitempty"`
	IisExecEnv           *WindowsIISExecutionEnvironmentDTO `json:"iisExecEnv,omitempty"`
	ValidationErrors     []string                           `json:"validationErrors,omitempty"`
	AdditionalProperties map[string]interface{}
}

GetIisExecEnvRes struct for GetIisExecEnvRes

func NewGetIisExecEnvRes ¶ added in v0.1.1

func NewGetIisExecEnvRes() *GetIisExecEnvRes

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

func NewGetIisExecEnvResWithDefaults ¶ added in v0.1.1

func NewGetIisExecEnvResWithDefaults() *GetIisExecEnvRes

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

func (*GetIisExecEnvRes) GetError ¶ added in v0.1.1

func (o *GetIisExecEnvRes) GetError() string

GetError returns the Error field value if set, zero value otherwise.

func (*GetIisExecEnvRes) GetErrorOk ¶ added in v0.1.1

func (o *GetIisExecEnvRes) GetErrorOk() (*string, bool)

GetErrorOk returns a tuple with the Error field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetIisExecEnvRes) GetIisExecEnv ¶ added in v0.1.1

GetIisExecEnv returns the IisExecEnv field value if set, zero value otherwise.

func (*GetIisExecEnvRes) GetIisExecEnvOk ¶ added in v0.1.1

func (o *GetIisExecEnvRes) GetIisExecEnvOk() (*WindowsIISExecutionEnvironmentDTO, bool)

GetIisExecEnvOk returns a tuple with the IisExecEnv field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetIisExecEnvRes) GetValidationErrors ¶ added in v0.1.1

func (o *GetIisExecEnvRes) GetValidationErrors() []string

GetValidationErrors returns the ValidationErrors field value if set, zero value otherwise.

func (*GetIisExecEnvRes) GetValidationErrorsOk ¶ added in v0.1.1

func (o *GetIisExecEnvRes) GetValidationErrorsOk() ([]string, bool)

GetValidationErrorsOk returns a tuple with the ValidationErrors field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetIisExecEnvRes) HasError ¶ added in v0.1.1

func (o *GetIisExecEnvRes) HasError() bool

HasError returns a boolean if a field has been set.

func (*GetIisExecEnvRes) HasIisExecEnv ¶ added in v0.1.1

func (o *GetIisExecEnvRes) HasIisExecEnv() bool

HasIisExecEnv returns a boolean if a field has been set.

func (*GetIisExecEnvRes) HasValidationErrors ¶ added in v0.1.1

func (o *GetIisExecEnvRes) HasValidationErrors() bool

HasValidationErrors returns a boolean if a field has been set.

func (GetIisExecEnvRes) MarshalJSON ¶ added in v0.1.1

func (o GetIisExecEnvRes) MarshalJSON() ([]byte, error)

func (*GetIisExecEnvRes) SetError ¶ added in v0.1.1

func (o *GetIisExecEnvRes) SetError(v string)

SetError gets a reference to the given string and assigns it to the Error field.

func (*GetIisExecEnvRes) SetIisExecEnv ¶ added in v0.1.1

SetIisExecEnv gets a reference to the given WindowsIISExecutionEnvironmentDTO and assigns it to the IisExecEnv field.

func (*GetIisExecEnvRes) SetValidationErrors ¶ added in v0.1.1

func (o *GetIisExecEnvRes) SetValidationErrors(v []string)

SetValidationErrors gets a reference to the given []string and assigns it to the ValidationErrors field.

func (*GetIisExecEnvRes) UnmarshalJSON ¶ added in v0.1.1

func (o *GetIisExecEnvRes) UnmarshalJSON(bytes []byte) (err error)

type GetIisExecEnvsRes ¶ added in v0.1.1

type GetIisExecEnvsRes struct {
	Error                *string                             `json:"error,omitempty"`
	IisExecEnv           []WindowsIISExecutionEnvironmentDTO `json:"iisExecEnv,omitempty"`
	ValidationErrors     []string                            `json:"validationErrors,omitempty"`
	AdditionalProperties map[string]interface{}
}

GetIisExecEnvsRes struct for GetIisExecEnvsRes

func NewGetIisExecEnvsRes ¶ added in v0.1.1

func NewGetIisExecEnvsRes() *GetIisExecEnvsRes

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

func NewGetIisExecEnvsResWithDefaults ¶ added in v0.1.1

func NewGetIisExecEnvsResWithDefaults() *GetIisExecEnvsRes

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

func (*GetIisExecEnvsRes) GetError ¶ added in v0.1.1

func (o *GetIisExecEnvsRes) GetError() string

GetError returns the Error field value if set, zero value otherwise.

func (*GetIisExecEnvsRes) GetErrorOk ¶ added in v0.1.1

func (o *GetIisExecEnvsRes) GetErrorOk() (*string, bool)

GetErrorOk returns a tuple with the Error field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetIisExecEnvsRes) GetIisExecEnv ¶ added in v0.1.1

GetIisExecEnv returns the IisExecEnv field value if set, zero value otherwise.

func (*GetIisExecEnvsRes) GetIisExecEnvOk ¶ added in v0.1.1

func (o *GetIisExecEnvsRes) GetIisExecEnvOk() ([]WindowsIISExecutionEnvironmentDTO, bool)

GetIisExecEnvOk returns a tuple with the IisExecEnv field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetIisExecEnvsRes) GetValidationErrors ¶ added in v0.1.1

func (o *GetIisExecEnvsRes) GetValidationErrors() []string

GetValidationErrors returns the ValidationErrors field value if set, zero value otherwise.

func (*GetIisExecEnvsRes) GetValidationErrorsOk ¶ added in v0.1.1

func (o *GetIisExecEnvsRes) GetValidationErrorsOk() ([]string, bool)

GetValidationErrorsOk returns a tuple with the ValidationErrors field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetIisExecEnvsRes) HasError ¶ added in v0.1.1

func (o *GetIisExecEnvsRes) HasError() bool

HasError returns a boolean if a field has been set.

func (*GetIisExecEnvsRes) HasIisExecEnv ¶ added in v0.1.1

func (o *GetIisExecEnvsRes) HasIisExecEnv() bool

HasIisExecEnv returns a boolean if a field has been set.

func (*GetIisExecEnvsRes) HasValidationErrors ¶ added in v0.1.1

func (o *GetIisExecEnvsRes) HasValidationErrors() bool

HasValidationErrors returns a boolean if a field has been set.

func (GetIisExecEnvsRes) MarshalJSON ¶ added in v0.1.1

func (o GetIisExecEnvsRes) MarshalJSON() ([]byte, error)

func (*GetIisExecEnvsRes) SetError ¶ added in v0.1.1

func (o *GetIisExecEnvsRes) SetError(v string)

SetError gets a reference to the given string and assigns it to the Error field.

func (*GetIisExecEnvsRes) SetIisExecEnv ¶ added in v0.1.1

SetIisExecEnv gets a reference to the given []WindowsIISExecutionEnvironmentDTO and assigns it to the IisExecEnv field.

func (*GetIisExecEnvsRes) SetValidationErrors ¶ added in v0.1.1

func (o *GetIisExecEnvsRes) SetValidationErrors(v []string)

SetValidationErrors gets a reference to the given []string and assigns it to the ValidationErrors field.

func (*GetIisExecEnvsRes) UnmarshalJSON ¶ added in v0.1.1

func (o *GetIisExecEnvsRes) UnmarshalJSON(bytes []byte) (err error)

type GetIntSaml2SpReq ¶

type GetIntSaml2SpReq struct {
	IdOrName             *string `json:"idOrName,omitempty"`
	Name                 *string `json:"name,omitempty"`
	AdditionalProperties map[string]interface{}
}

GetIntSaml2SpReq struct for GetIntSaml2SpReq

func NewGetIntSaml2SpReq ¶

func NewGetIntSaml2SpReq() *GetIntSaml2SpReq

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

func NewGetIntSaml2SpReqWithDefaults ¶

func NewGetIntSaml2SpReqWithDefaults() *GetIntSaml2SpReq

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

func (*GetIntSaml2SpReq) GetIdOrName ¶ added in v0.3.0

func (o *GetIntSaml2SpReq) GetIdOrName() string

GetIdOrName returns the IdOrName field value if set, zero value otherwise.

func (*GetIntSaml2SpReq) GetIdOrNameOk ¶ added in v0.3.0

func (o *GetIntSaml2SpReq) GetIdOrNameOk() (*string, bool)

GetIdOrNameOk returns a tuple with the IdOrName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetIntSaml2SpReq) GetName ¶

func (o *GetIntSaml2SpReq) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*GetIntSaml2SpReq) GetNameOk ¶

func (o *GetIntSaml2SpReq) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetIntSaml2SpReq) HasIdOrName ¶ added in v0.3.0

func (o *GetIntSaml2SpReq) HasIdOrName() bool

HasIdOrName returns a boolean if a field has been set.

func (*GetIntSaml2SpReq) HasName ¶

func (o *GetIntSaml2SpReq) HasName() bool

HasName returns a boolean if a field has been set.

func (GetIntSaml2SpReq) MarshalJSON ¶

func (o GetIntSaml2SpReq) MarshalJSON() ([]byte, error)

func (*GetIntSaml2SpReq) SetIdOrName ¶ added in v0.3.0

func (o *GetIntSaml2SpReq) SetIdOrName(v string)

SetIdOrName gets a reference to the given string and assigns it to the IdOrName field.

func (*GetIntSaml2SpReq) SetName ¶

func (o *GetIntSaml2SpReq) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*GetIntSaml2SpReq) UnmarshalJSON ¶

func (o *GetIntSaml2SpReq) UnmarshalJSON(bytes []byte) (err error)

type GetIntSaml2SpRes ¶

type GetIntSaml2SpRes struct {
	Config               *SamlR2SPConfigDTO               `json:"config,omitempty"`
	Error                *string                          `json:"error,omitempty"`
	Sp                   *InternalSaml2ServiceProviderDTO `json:"sp,omitempty"`
	ValidationErrors     []string                         `json:"validationErrors,omitempty"`
	AdditionalProperties map[string]interface{}
}

GetIntSaml2SpRes struct for GetIntSaml2SpRes

func NewGetIntSaml2SpRes ¶

func NewGetIntSaml2SpRes() *GetIntSaml2SpRes

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

func NewGetIntSaml2SpResWithDefaults ¶

func NewGetIntSaml2SpResWithDefaults() *GetIntSaml2SpRes

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

func (*GetIntSaml2SpRes) GetConfig ¶

func (o *GetIntSaml2SpRes) GetConfig() SamlR2SPConfigDTO

GetConfig returns the Config field value if set, zero value otherwise.

func (*GetIntSaml2SpRes) GetConfigOk ¶

func (o *GetIntSaml2SpRes) GetConfigOk() (*SamlR2SPConfigDTO, bool)

GetConfigOk returns a tuple with the Config field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetIntSaml2SpRes) GetError ¶

func (o *GetIntSaml2SpRes) GetError() string

GetError returns the Error field value if set, zero value otherwise.

func (*GetIntSaml2SpRes) GetErrorOk ¶

func (o *GetIntSaml2SpRes) GetErrorOk() (*string, bool)

GetErrorOk returns a tuple with the Error field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetIntSaml2SpRes) GetSp ¶

GetSp returns the Sp field value if set, zero value otherwise.

func (*GetIntSaml2SpRes) GetSpOk ¶

GetSpOk returns a tuple with the Sp field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetIntSaml2SpRes) GetValidationErrors ¶

func (o *GetIntSaml2SpRes) GetValidationErrors() []string

GetValidationErrors returns the ValidationErrors field value if set, zero value otherwise.

func (*GetIntSaml2SpRes) GetValidationErrorsOk ¶

func (o *GetIntSaml2SpRes) GetValidationErrorsOk() ([]string, bool)

GetValidationErrorsOk returns a tuple with the ValidationErrors field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetIntSaml2SpRes) HasConfig ¶

func (o *GetIntSaml2SpRes) HasConfig() bool

HasConfig returns a boolean if a field has been set.

func (*GetIntSaml2SpRes) HasError ¶

func (o *GetIntSaml2SpRes) HasError() bool

HasError returns a boolean if a field has been set.

func (*GetIntSaml2SpRes) HasSp ¶

func (o *GetIntSaml2SpRes) HasSp() bool

HasSp returns a boolean if a field has been set.

func (*GetIntSaml2SpRes) HasValidationErrors ¶

func (o *GetIntSaml2SpRes) HasValidationErrors() bool

HasValidationErrors returns a boolean if a field has been set.

func (GetIntSaml2SpRes) MarshalJSON ¶

func (o GetIntSaml2SpRes) MarshalJSON() ([]byte, error)

func (*GetIntSaml2SpRes) SetConfig ¶

func (o *GetIntSaml2SpRes) SetConfig(v SamlR2SPConfigDTO)

SetConfig gets a reference to the given SamlR2SPConfigDTO and assigns it to the Config field.

func (*GetIntSaml2SpRes) SetError ¶

func (o *GetIntSaml2SpRes) SetError(v string)

SetError gets a reference to the given string and assigns it to the Error field.

func (*GetIntSaml2SpRes) SetSp ¶

SetSp gets a reference to the given InternalSaml2ServiceProviderDTO and assigns it to the Sp field.

func (*GetIntSaml2SpRes) SetValidationErrors ¶

func (o *GetIntSaml2SpRes) SetValidationErrors(v []string)

SetValidationErrors gets a reference to the given []string and assigns it to the ValidationErrors field.

func (*GetIntSaml2SpRes) UnmarshalJSON ¶

func (o *GetIntSaml2SpRes) UnmarshalJSON(bytes []byte) (err error)

type GetIntSaml2SpsRes ¶

type GetIntSaml2SpsRes struct {
	Error                *string                           `json:"error,omitempty"`
	Sps                  []InternalSaml2ServiceProviderDTO `json:"sps,omitempty"`
	ValidationErrors     []string                          `json:"validationErrors,omitempty"`
	AdditionalProperties map[string]interface{}
}

GetIntSaml2SpsRes struct for GetIntSaml2SpsRes

func NewGetIntSaml2SpsRes ¶

func NewGetIntSaml2SpsRes() *GetIntSaml2SpsRes

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

func NewGetIntSaml2SpsResWithDefaults ¶

func NewGetIntSaml2SpsResWithDefaults() *GetIntSaml2SpsRes

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

func (*GetIntSaml2SpsRes) GetError ¶

func (o *GetIntSaml2SpsRes) GetError() string

GetError returns the Error field value if set, zero value otherwise.

func (*GetIntSaml2SpsRes) GetErrorOk ¶

func (o *GetIntSaml2SpsRes) GetErrorOk() (*string, bool)

GetErrorOk returns a tuple with the Error field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetIntSaml2SpsRes) GetSps ¶

GetSps returns the Sps field value if set, zero value otherwise.

func (*GetIntSaml2SpsRes) GetSpsOk ¶

GetSpsOk returns a tuple with the Sps field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetIntSaml2SpsRes) GetValidationErrors ¶

func (o *GetIntSaml2SpsRes) GetValidationErrors() []string

GetValidationErrors returns the ValidationErrors field value if set, zero value otherwise.

func (*GetIntSaml2SpsRes) GetValidationErrorsOk ¶

func (o *GetIntSaml2SpsRes) GetValidationErrorsOk() ([]string, bool)

GetValidationErrorsOk returns a tuple with the ValidationErrors field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetIntSaml2SpsRes) HasError ¶

func (o *GetIntSaml2SpsRes) HasError() bool

HasError returns a boolean if a field has been set.

func (*GetIntSaml2SpsRes) HasSps ¶

func (o *GetIntSaml2SpsRes) HasSps() bool

HasSps returns a boolean if a field has been set.

func (*GetIntSaml2SpsRes) HasValidationErrors ¶

func (o *GetIntSaml2SpsRes) HasValidationErrors() bool

HasValidationErrors returns a boolean if a field has been set.

func (GetIntSaml2SpsRes) MarshalJSON ¶

func (o GetIntSaml2SpsRes) MarshalJSON() ([]byte, error)

func (*GetIntSaml2SpsRes) SetError ¶

func (o *GetIntSaml2SpsRes) SetError(v string)

SetError gets a reference to the given string and assigns it to the Error field.

func (*GetIntSaml2SpsRes) SetSps ¶

SetSps gets a reference to the given []InternalSaml2ServiceProviderDTO and assigns it to the Sps field.

func (*GetIntSaml2SpsRes) SetValidationErrors ¶

func (o *GetIntSaml2SpsRes) SetValidationErrors(v []string)

SetValidationErrors gets a reference to the given []string and assigns it to the ValidationErrors field.

func (*GetIntSaml2SpsRes) UnmarshalJSON ¶

func (o *GetIntSaml2SpsRes) UnmarshalJSON(bytes []byte) (err error)

type GetJossoRsReq ¶

type GetJossoRsReq struct {
	IdOrName             *string `json:"idOrName,omitempty"`
	Name                 *string `json:"name,omitempty"`
	AdditionalProperties map[string]interface{}
}

GetJossoRsReq struct for GetJossoRsReq

func NewGetJossoRsReq ¶

func NewGetJossoRsReq() *GetJossoRsReq

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

func NewGetJossoRsReqWithDefaults ¶

func NewGetJossoRsReqWithDefaults() *GetJossoRsReq

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

func (*GetJossoRsReq) GetIdOrName ¶ added in v0.3.0

func (o *GetJossoRsReq) GetIdOrName() string

GetIdOrName returns the IdOrName field value if set, zero value otherwise.

func (*GetJossoRsReq) GetIdOrNameOk ¶ added in v0.3.0

func (o *GetJossoRsReq) GetIdOrNameOk() (*string, bool)

GetIdOrNameOk returns a tuple with the IdOrName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetJossoRsReq) GetName ¶

func (o *GetJossoRsReq) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*GetJossoRsReq) GetNameOk ¶

func (o *GetJossoRsReq) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetJossoRsReq) HasIdOrName ¶ added in v0.3.0

func (o *GetJossoRsReq) HasIdOrName() bool

HasIdOrName returns a boolean if a field has been set.

func (*GetJossoRsReq) HasName ¶

func (o *GetJossoRsReq) HasName() bool

HasName returns a boolean if a field has been set.

func (GetJossoRsReq) MarshalJSON ¶

func (o GetJossoRsReq) MarshalJSON() ([]byte, error)

func (*GetJossoRsReq) SetIdOrName ¶ added in v0.3.0

func (o *GetJossoRsReq) SetIdOrName(v string)

SetIdOrName gets a reference to the given string and assigns it to the IdOrName field.

func (*GetJossoRsReq) SetName ¶

func (o *GetJossoRsReq) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*GetJossoRsReq) UnmarshalJSON ¶

func (o *GetJossoRsReq) UnmarshalJSON(bytes []byte) (err error)

type GetJossoRsRes ¶

type GetJossoRsRes struct {
	Error                *string            `json:"error,omitempty"`
	Resource             *JOSSO1ResourceDTO `json:"resource,omitempty"`
	ValidationErrors     []string           `json:"validationErrors,omitempty"`
	AdditionalProperties map[string]interface{}
}

GetJossoRsRes struct for GetJossoRsRes

func NewGetJossoRsRes ¶

func NewGetJossoRsRes() *GetJossoRsRes

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

func NewGetJossoRsResWithDefaults ¶

func NewGetJossoRsResWithDefaults() *GetJossoRsRes

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

func (*GetJossoRsRes) GetError ¶

func (o *GetJossoRsRes) GetError() string

GetError returns the Error field value if set, zero value otherwise.

func (*GetJossoRsRes) GetErrorOk ¶

func (o *GetJossoRsRes) GetErrorOk() (*string, bool)

GetErrorOk returns a tuple with the Error field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetJossoRsRes) GetResource ¶

func (o *GetJossoRsRes) GetResource() JOSSO1ResourceDTO

GetResource returns the Resource field value if set, zero value otherwise.

func (*GetJossoRsRes) GetResourceOk ¶

func (o *GetJossoRsRes) GetResourceOk() (*JOSSO1ResourceDTO, bool)

GetResourceOk returns a tuple with the Resource field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetJossoRsRes) GetValidationErrors ¶

func (o *GetJossoRsRes) GetValidationErrors() []string

GetValidationErrors returns the ValidationErrors field value if set, zero value otherwise.

func (*GetJossoRsRes) GetValidationErrorsOk ¶

func (o *GetJossoRsRes) GetValidationErrorsOk() ([]string, bool)

GetValidationErrorsOk returns a tuple with the ValidationErrors field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetJossoRsRes) HasError ¶

func (o *GetJossoRsRes) HasError() bool

HasError returns a boolean if a field has been set.

func (*GetJossoRsRes) HasResource ¶

func (o *GetJossoRsRes) HasResource() bool

HasResource returns a boolean if a field has been set.

func (*GetJossoRsRes) HasValidationErrors ¶

func (o *GetJossoRsRes) HasValidationErrors() bool

HasValidationErrors returns a boolean if a field has been set.

func (GetJossoRsRes) MarshalJSON ¶

func (o GetJossoRsRes) MarshalJSON() ([]byte, error)

func (*GetJossoRsRes) SetError ¶

func (o *GetJossoRsRes) SetError(v string)

SetError gets a reference to the given string and assigns it to the Error field.

func (*GetJossoRsRes) SetResource ¶

func (o *GetJossoRsRes) SetResource(v JOSSO1ResourceDTO)

SetResource gets a reference to the given JOSSO1ResourceDTO and assigns it to the Resource field.

func (*GetJossoRsRes) SetValidationErrors ¶

func (o *GetJossoRsRes) SetValidationErrors(v []string)

SetValidationErrors gets a reference to the given []string and assigns it to the ValidationErrors field.

func (*GetJossoRsRes) UnmarshalJSON ¶

func (o *GetJossoRsRes) UnmarshalJSON(bytes []byte) (err error)

type GetJossoRssRes ¶

type GetJossoRssRes struct {
	Error                *string             `json:"error,omitempty"`
	Resources            []JOSSO1ResourceDTO `json:"resources,omitempty"`
	ValidationErrors     []string            `json:"validationErrors,omitempty"`
	AdditionalProperties map[string]interface{}
}

GetJossoRssRes struct for GetJossoRssRes

func NewGetJossoRssRes ¶

func NewGetJossoRssRes() *GetJossoRssRes

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

func NewGetJossoRssResWithDefaults ¶

func NewGetJossoRssResWithDefaults() *GetJossoRssRes

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

func (*GetJossoRssRes) GetError ¶

func (o *GetJossoRssRes) GetError() string

GetError returns the Error field value if set, zero value otherwise.

func (*GetJossoRssRes) GetErrorOk ¶

func (o *GetJossoRssRes) GetErrorOk() (*string, bool)

GetErrorOk returns a tuple with the Error field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetJossoRssRes) GetResources ¶

func (o *GetJossoRssRes) GetResources() []JOSSO1ResourceDTO

GetResources returns the Resources field value if set, zero value otherwise.

func (*GetJossoRssRes) GetResourcesOk ¶

func (o *GetJossoRssRes) GetResourcesOk() ([]JOSSO1ResourceDTO, bool)

GetResourcesOk returns a tuple with the Resources field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetJossoRssRes) GetValidationErrors ¶

func (o *GetJossoRssRes) GetValidationErrors() []string

GetValidationErrors returns the ValidationErrors field value if set, zero value otherwise.

func (*GetJossoRssRes) GetValidationErrorsOk ¶

func (o *GetJossoRssRes) GetValidationErrorsOk() ([]string, bool)

GetValidationErrorsOk returns a tuple with the ValidationErrors field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetJossoRssRes) HasError ¶

func (o *GetJossoRssRes) HasError() bool

HasError returns a boolean if a field has been set.

func (*GetJossoRssRes) HasResources ¶

func (o *GetJossoRssRes) HasResources() bool

HasResources returns a boolean if a field has been set.

func (*GetJossoRssRes) HasValidationErrors ¶

func (o *GetJossoRssRes) HasValidationErrors() bool

HasValidationErrors returns a boolean if a field has been set.

func (GetJossoRssRes) MarshalJSON ¶

func (o GetJossoRssRes) MarshalJSON() ([]byte, error)

func (*GetJossoRssRes) SetError ¶

func (o *GetJossoRssRes) SetError(v string)

SetError gets a reference to the given string and assigns it to the Error field.

func (*GetJossoRssRes) SetResources ¶

func (o *GetJossoRssRes) SetResources(v []JOSSO1ResourceDTO)

SetResources gets a reference to the given []JOSSO1ResourceDTO and assigns it to the Resources field.

func (*GetJossoRssRes) SetValidationErrors ¶

func (o *GetJossoRssRes) SetValidationErrors(v []string)

SetValidationErrors gets a reference to the given []string and assigns it to the ValidationErrors field.

func (*GetJossoRssRes) UnmarshalJSON ¶

func (o *GetJossoRssRes) UnmarshalJSON(bytes []byte) (err error)

type GetOidcRpReq ¶

type GetOidcRpReq struct {
	IdOrName             *string `json:"idOrName,omitempty"`
	Name                 *string `json:"name,omitempty"`
	AdditionalProperties map[string]interface{}
}

GetOidcRpReq struct for GetOidcRpReq

func NewGetOidcRpReq ¶

func NewGetOidcRpReq() *GetOidcRpReq

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

func NewGetOidcRpReqWithDefaults ¶

func NewGetOidcRpReqWithDefaults() *GetOidcRpReq

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

func (*GetOidcRpReq) GetIdOrName ¶ added in v0.3.0

func (o *GetOidcRpReq) GetIdOrName() string

GetIdOrName returns the IdOrName field value if set, zero value otherwise.

func (*GetOidcRpReq) GetIdOrNameOk ¶ added in v0.3.0

func (o *GetOidcRpReq) GetIdOrNameOk() (*string, bool)

GetIdOrNameOk returns a tuple with the IdOrName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetOidcRpReq) GetName ¶

func (o *GetOidcRpReq) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*GetOidcRpReq) GetNameOk ¶

func (o *GetOidcRpReq) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetOidcRpReq) HasIdOrName ¶ added in v0.3.0

func (o *GetOidcRpReq) HasIdOrName() bool

HasIdOrName returns a boolean if a field has been set.

func (*GetOidcRpReq) HasName ¶

func (o *GetOidcRpReq) HasName() bool

HasName returns a boolean if a field has been set.

func (GetOidcRpReq) MarshalJSON ¶

func (o GetOidcRpReq) MarshalJSON() ([]byte, error)

func (*GetOidcRpReq) SetIdOrName ¶ added in v0.3.0

func (o *GetOidcRpReq) SetIdOrName(v string)

SetIdOrName gets a reference to the given string and assigns it to the IdOrName field.

func (*GetOidcRpReq) SetName ¶

func (o *GetOidcRpReq) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*GetOidcRpReq) UnmarshalJSON ¶

func (o *GetOidcRpReq) UnmarshalJSON(bytes []byte) (err error)

type GetOidcRpRes ¶

type GetOidcRpRes struct {
	Error                *string                                `json:"error,omitempty"`
	OidcRp               *ExternalOpenIDConnectRelayingPartyDTO `json:"oidcRp,omitempty"`
	ValidationErrors     []string                               `json:"validationErrors,omitempty"`
	AdditionalProperties map[string]interface{}
}

GetOidcRpRes struct for GetOidcRpRes

func NewGetOidcRpRes ¶

func NewGetOidcRpRes() *GetOidcRpRes

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

func NewGetOidcRpResWithDefaults ¶

func NewGetOidcRpResWithDefaults() *GetOidcRpRes

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

func (*GetOidcRpRes) GetError ¶

func (o *GetOidcRpRes) GetError() string

GetError returns the Error field value if set, zero value otherwise.

func (*GetOidcRpRes) GetErrorOk ¶

func (o *GetOidcRpRes) GetErrorOk() (*string, bool)

GetErrorOk returns a tuple with the Error field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetOidcRpRes) GetOidcRp ¶

GetOidcRp returns the OidcRp field value if set, zero value otherwise.

func (*GetOidcRpRes) GetOidcRpOk ¶

GetOidcRpOk returns a tuple with the OidcRp field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetOidcRpRes) GetValidationErrors ¶

func (o *GetOidcRpRes) GetValidationErrors() []string

GetValidationErrors returns the ValidationErrors field value if set, zero value otherwise.

func (*GetOidcRpRes) GetValidationErrorsOk ¶

func (o *GetOidcRpRes) GetValidationErrorsOk() ([]string, bool)

GetValidationErrorsOk returns a tuple with the ValidationErrors field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetOidcRpRes) HasError ¶

func (o *GetOidcRpRes) HasError() bool

HasError returns a boolean if a field has been set.

func (*GetOidcRpRes) HasOidcRp ¶

func (o *GetOidcRpRes) HasOidcRp() bool

HasOidcRp returns a boolean if a field has been set.

func (*GetOidcRpRes) HasValidationErrors ¶

func (o *GetOidcRpRes) HasValidationErrors() bool

HasValidationErrors returns a boolean if a field has been set.

func (GetOidcRpRes) MarshalJSON ¶

func (o GetOidcRpRes) MarshalJSON() ([]byte, error)

func (*GetOidcRpRes) SetError ¶

func (o *GetOidcRpRes) SetError(v string)

SetError gets a reference to the given string and assigns it to the Error field.

func (*GetOidcRpRes) SetOidcRp ¶

SetOidcRp gets a reference to the given ExternalOpenIDConnectRelayingPartyDTO and assigns it to the OidcRp field.

func (*GetOidcRpRes) SetValidationErrors ¶

func (o *GetOidcRpRes) SetValidationErrors(v []string)

SetValidationErrors gets a reference to the given []string and assigns it to the ValidationErrors field.

func (*GetOidcRpRes) UnmarshalJSON ¶

func (o *GetOidcRpRes) UnmarshalJSON(bytes []byte) (err error)

type GetOidcRpsRes ¶

type GetOidcRpsRes struct {
	Error                *string                                 `json:"error,omitempty"`
	OidcRps              []ExternalOpenIDConnectRelayingPartyDTO `json:"oidcRps,omitempty"`
	ValidationErrors     []string                                `json:"validationErrors,omitempty"`
	AdditionalProperties map[string]interface{}
}

GetOidcRpsRes struct for GetOidcRpsRes

func NewGetOidcRpsRes ¶

func NewGetOidcRpsRes() *GetOidcRpsRes

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

func NewGetOidcRpsResWithDefaults ¶

func NewGetOidcRpsResWithDefaults() *GetOidcRpsRes

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

func (*GetOidcRpsRes) GetError ¶

func (o *GetOidcRpsRes) GetError() string

GetError returns the Error field value if set, zero value otherwise.

func (*GetOidcRpsRes) GetErrorOk ¶

func (o *GetOidcRpsRes) GetErrorOk() (*string, bool)

GetErrorOk returns a tuple with the Error field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetOidcRpsRes) GetOidcRps ¶

GetOidcRps returns the OidcRps field value if set, zero value otherwise.

func (*GetOidcRpsRes) GetOidcRpsOk ¶

GetOidcRpsOk returns a tuple with the OidcRps field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetOidcRpsRes) GetValidationErrors ¶

func (o *GetOidcRpsRes) GetValidationErrors() []string

GetValidationErrors returns the ValidationErrors field value if set, zero value otherwise.

func (*GetOidcRpsRes) GetValidationErrorsOk ¶

func (o *GetOidcRpsRes) GetValidationErrorsOk() ([]string, bool)

GetValidationErrorsOk returns a tuple with the ValidationErrors field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetOidcRpsRes) HasError ¶

func (o *GetOidcRpsRes) HasError() bool

HasError returns a boolean if a field has been set.

func (*GetOidcRpsRes) HasOidcRps ¶

func (o *GetOidcRpsRes) HasOidcRps() bool

HasOidcRps returns a boolean if a field has been set.

func (*GetOidcRpsRes) HasValidationErrors ¶

func (o *GetOidcRpsRes) HasValidationErrors() bool

HasValidationErrors returns a boolean if a field has been set.

func (GetOidcRpsRes) MarshalJSON ¶

func (o GetOidcRpsRes) MarshalJSON() ([]byte, error)

func (*GetOidcRpsRes) SetError ¶

func (o *GetOidcRpsRes) SetError(v string)

SetError gets a reference to the given string and assigns it to the Error field.

func (*GetOidcRpsRes) SetOidcRps ¶

SetOidcRps gets a reference to the given []ExternalOpenIDConnectRelayingPartyDTO and assigns it to the OidcRps field.

func (*GetOidcRpsRes) SetValidationErrors ¶

func (o *GetOidcRpsRes) SetValidationErrors(v []string)

SetValidationErrors gets a reference to the given []string and assigns it to the ValidationErrors field.

func (*GetOidcRpsRes) UnmarshalJSON ¶

func (o *GetOidcRpsRes) UnmarshalJSON(bytes []byte) (err error)

type GetPhpExecEnvReq ¶ added in v0.1.1

type GetPhpExecEnvReq struct {
	IdOrName             *string `json:"idOrName,omitempty"`
	Name                 *string `json:"name,omitempty"`
	AdditionalProperties map[string]interface{}
}

GetPhpExecEnvReq struct for GetPhpExecEnvReq

func NewGetPhpExecEnvReq ¶ added in v0.1.1

func NewGetPhpExecEnvReq() *GetPhpExecEnvReq

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

func NewGetPhpExecEnvReqWithDefaults ¶ added in v0.1.1

func NewGetPhpExecEnvReqWithDefaults() *GetPhpExecEnvReq

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

func (*GetPhpExecEnvReq) GetIdOrName ¶ added in v0.3.0

func (o *GetPhpExecEnvReq) GetIdOrName() string

GetIdOrName returns the IdOrName field value if set, zero value otherwise.

func (*GetPhpExecEnvReq) GetIdOrNameOk ¶ added in v0.3.0

func (o *GetPhpExecEnvReq) GetIdOrNameOk() (*string, bool)

GetIdOrNameOk returns a tuple with the IdOrName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetPhpExecEnvReq) GetName ¶ added in v0.1.1

func (o *GetPhpExecEnvReq) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*GetPhpExecEnvReq) GetNameOk ¶ added in v0.1.1

func (o *GetPhpExecEnvReq) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetPhpExecEnvReq) HasIdOrName ¶ added in v0.3.0

func (o *GetPhpExecEnvReq) HasIdOrName() bool

HasIdOrName returns a boolean if a field has been set.

func (*GetPhpExecEnvReq) HasName ¶ added in v0.1.1

func (o *GetPhpExecEnvReq) HasName() bool

HasName returns a boolean if a field has been set.

func (GetPhpExecEnvReq) MarshalJSON ¶ added in v0.1.1

func (o GetPhpExecEnvReq) MarshalJSON() ([]byte, error)

func (*GetPhpExecEnvReq) SetIdOrName ¶ added in v0.3.0

func (o *GetPhpExecEnvReq) SetIdOrName(v string)

SetIdOrName gets a reference to the given string and assigns it to the IdOrName field.

func (*GetPhpExecEnvReq) SetName ¶ added in v0.1.1

func (o *GetPhpExecEnvReq) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*GetPhpExecEnvReq) UnmarshalJSON ¶ added in v0.1.1

func (o *GetPhpExecEnvReq) UnmarshalJSON(bytes []byte) (err error)

type GetPhpExecEnvRes ¶ added in v0.1.1

type GetPhpExecEnvRes struct {
	Error                *string                     `json:"error,omitempty"`
	PhpExecEnv           *PHPExecutionEnvironmentDTO `json:"phpExecEnv,omitempty"`
	ValidationErrors     []string                    `json:"validationErrors,omitempty"`
	AdditionalProperties map[string]interface{}
}

GetPhpExecEnvRes struct for GetPhpExecEnvRes

func NewGetPhpExecEnvRes ¶ added in v0.1.1

func NewGetPhpExecEnvRes() *GetPhpExecEnvRes

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

func NewGetPhpExecEnvResWithDefaults ¶ added in v0.1.1

func NewGetPhpExecEnvResWithDefaults() *GetPhpExecEnvRes

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

func (*GetPhpExecEnvRes) GetError ¶ added in v0.1.1

func (o *GetPhpExecEnvRes) GetError() string

GetError returns the Error field value if set, zero value otherwise.

func (*GetPhpExecEnvRes) GetErrorOk ¶ added in v0.1.1

func (o *GetPhpExecEnvRes) GetErrorOk() (*string, bool)

GetErrorOk returns a tuple with the Error field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetPhpExecEnvRes) GetPhpExecEnv ¶ added in v0.1.1

func (o *GetPhpExecEnvRes) GetPhpExecEnv() PHPExecutionEnvironmentDTO

GetPhpExecEnv returns the PhpExecEnv field value if set, zero value otherwise.

func (*GetPhpExecEnvRes) GetPhpExecEnvOk ¶ added in v0.1.1

func (o *GetPhpExecEnvRes) GetPhpExecEnvOk() (*PHPExecutionEnvironmentDTO, bool)

GetPhpExecEnvOk returns a tuple with the PhpExecEnv field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetPhpExecEnvRes) GetValidationErrors ¶ added in v0.1.1

func (o *GetPhpExecEnvRes) GetValidationErrors() []string

GetValidationErrors returns the ValidationErrors field value if set, zero value otherwise.

func (*GetPhpExecEnvRes) GetValidationErrorsOk ¶ added in v0.1.1

func (o *GetPhpExecEnvRes) GetValidationErrorsOk() ([]string, bool)

GetValidationErrorsOk returns a tuple with the ValidationErrors field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetPhpExecEnvRes) HasError ¶ added in v0.1.1

func (o *GetPhpExecEnvRes) HasError() bool

HasError returns a boolean if a field has been set.

func (*GetPhpExecEnvRes) HasPhpExecEnv ¶ added in v0.1.1

func (o *GetPhpExecEnvRes) HasPhpExecEnv() bool

HasPhpExecEnv returns a boolean if a field has been set.

func (*GetPhpExecEnvRes) HasValidationErrors ¶ added in v0.1.1

func (o *GetPhpExecEnvRes) HasValidationErrors() bool

HasValidationErrors returns a boolean if a field has been set.

func (GetPhpExecEnvRes) MarshalJSON ¶ added in v0.1.1

func (o GetPhpExecEnvRes) MarshalJSON() ([]byte, error)

func (*GetPhpExecEnvRes) SetError ¶ added in v0.1.1

func (o *GetPhpExecEnvRes) SetError(v string)

SetError gets a reference to the given string and assigns it to the Error field.

func (*GetPhpExecEnvRes) SetPhpExecEnv ¶ added in v0.1.1

func (o *GetPhpExecEnvRes) SetPhpExecEnv(v PHPExecutionEnvironmentDTO)

SetPhpExecEnv gets a reference to the given PHPExecutionEnvironmentDTO and assigns it to the PhpExecEnv field.

func (*GetPhpExecEnvRes) SetValidationErrors ¶ added in v0.1.1

func (o *GetPhpExecEnvRes) SetValidationErrors(v []string)

SetValidationErrors gets a reference to the given []string and assigns it to the ValidationErrors field.

func (*GetPhpExecEnvRes) UnmarshalJSON ¶ added in v0.1.1

func (o *GetPhpExecEnvRes) UnmarshalJSON(bytes []byte) (err error)

type GetPhpExecEnvsRes ¶ added in v0.1.1

type GetPhpExecEnvsRes struct {
	Error                *string                      `json:"error,omitempty"`
	PhpExecEnv           []PHPExecutionEnvironmentDTO `json:"phpExecEnv,omitempty"`
	ValidationErrors     []string                     `json:"validationErrors,omitempty"`
	AdditionalProperties map[string]interface{}
}

GetPhpExecEnvsRes struct for GetPhpExecEnvsRes

func NewGetPhpExecEnvsRes ¶ added in v0.1.1

func NewGetPhpExecEnvsRes() *GetPhpExecEnvsRes

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

func NewGetPhpExecEnvsResWithDefaults ¶ added in v0.1.1

func NewGetPhpExecEnvsResWithDefaults() *GetPhpExecEnvsRes

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

func (*GetPhpExecEnvsRes) GetError ¶ added in v0.1.1

func (o *GetPhpExecEnvsRes) GetError() string

GetError returns the Error field value if set, zero value otherwise.

func (*GetPhpExecEnvsRes) GetErrorOk ¶ added in v0.1.1

func (o *GetPhpExecEnvsRes) GetErrorOk() (*string, bool)

GetErrorOk returns a tuple with the Error field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetPhpExecEnvsRes) GetPhpExecEnv ¶ added in v0.1.1

func (o *GetPhpExecEnvsRes) GetPhpExecEnv() []PHPExecutionEnvironmentDTO

GetPhpExecEnv returns the PhpExecEnv field value if set, zero value otherwise.

func (*GetPhpExecEnvsRes) GetPhpExecEnvOk ¶ added in v0.1.1

func (o *GetPhpExecEnvsRes) GetPhpExecEnvOk() ([]PHPExecutionEnvironmentDTO, bool)

GetPhpExecEnvOk returns a tuple with the PhpExecEnv field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetPhpExecEnvsRes) GetValidationErrors ¶ added in v0.1.1

func (o *GetPhpExecEnvsRes) GetValidationErrors() []string

GetValidationErrors returns the ValidationErrors field value if set, zero value otherwise.

func (*GetPhpExecEnvsRes) GetValidationErrorsOk ¶ added in v0.1.1

func (o *GetPhpExecEnvsRes) GetValidationErrorsOk() ([]string, bool)

GetValidationErrorsOk returns a tuple with the ValidationErrors field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetPhpExecEnvsRes) HasError ¶ added in v0.1.1

func (o *GetPhpExecEnvsRes) HasError() bool

HasError returns a boolean if a field has been set.

func (*GetPhpExecEnvsRes) HasPhpExecEnv ¶ added in v0.1.1

func (o *GetPhpExecEnvsRes) HasPhpExecEnv() bool

HasPhpExecEnv returns a boolean if a field has been set.

func (*GetPhpExecEnvsRes) HasValidationErrors ¶ added in v0.1.1

func (o *GetPhpExecEnvsRes) HasValidationErrors() bool

HasValidationErrors returns a boolean if a field has been set.

func (GetPhpExecEnvsRes) MarshalJSON ¶ added in v0.1.1

func (o GetPhpExecEnvsRes) MarshalJSON() ([]byte, error)

func (*GetPhpExecEnvsRes) SetError ¶ added in v0.1.1

func (o *GetPhpExecEnvsRes) SetError(v string)

SetError gets a reference to the given string and assigns it to the Error field.

func (*GetPhpExecEnvsRes) SetPhpExecEnv ¶ added in v0.1.1

func (o *GetPhpExecEnvsRes) SetPhpExecEnv(v []PHPExecutionEnvironmentDTO)

SetPhpExecEnv gets a reference to the given []PHPExecutionEnvironmentDTO and assigns it to the PhpExecEnv field.

func (*GetPhpExecEnvsRes) SetValidationErrors ¶ added in v0.1.1

func (o *GetPhpExecEnvsRes) SetValidationErrors(v []string)

SetValidationErrors gets a reference to the given []string and assigns it to the ValidationErrors field.

func (*GetPhpExecEnvsRes) UnmarshalJSON ¶ added in v0.1.1

func (o *GetPhpExecEnvsRes) UnmarshalJSON(bytes []byte) (err error)

type GetProviderReq ¶

type GetProviderReq struct {
	IdOrName             *string `json:"idOrName,omitempty"`
	Name                 *string `json:"name,omitempty"`
	AdditionalProperties map[string]interface{}
}

GetProviderReq struct for GetProviderReq

func NewGetProviderReq ¶

func NewGetProviderReq() *GetProviderReq

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

func NewGetProviderReqWithDefaults ¶

func NewGetProviderReqWithDefaults() *GetProviderReq

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

func (*GetProviderReq) GetIdOrName ¶

func (o *GetProviderReq) GetIdOrName() string

GetIdOrName returns the IdOrName field value if set, zero value otherwise.

func (*GetProviderReq) GetIdOrNameOk ¶

func (o *GetProviderReq) GetIdOrNameOk() (*string, bool)

GetIdOrNameOk returns a tuple with the IdOrName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetProviderReq) GetName ¶

func (o *GetProviderReq) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*GetProviderReq) GetNameOk ¶

func (o *GetProviderReq) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetProviderReq) HasIdOrName ¶

func (o *GetProviderReq) HasIdOrName() bool

HasIdOrName returns a boolean if a field has been set.

func (*GetProviderReq) HasName ¶

func (o *GetProviderReq) HasName() bool

HasName returns a boolean if a field has been set.

func (GetProviderReq) MarshalJSON ¶

func (o GetProviderReq) MarshalJSON() ([]byte, error)

func (*GetProviderReq) SetIdOrName ¶

func (o *GetProviderReq) SetIdOrName(v string)

SetIdOrName gets a reference to the given string and assigns it to the IdOrName field.

func (*GetProviderReq) SetName ¶

func (o *GetProviderReq) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*GetProviderReq) UnmarshalJSON ¶

func (o *GetProviderReq) UnmarshalJSON(bytes []byte) (err error)

type GetProviderRes ¶

type GetProviderRes struct {
	Error                *string               `json:"error,omitempty"`
	Provider             *ProviderContainerDTO `json:"provider,omitempty"`
	ValidationErrors     []string              `json:"validationErrors,omitempty"`
	AdditionalProperties map[string]interface{}
}

GetProviderRes struct for GetProviderRes

func NewGetProviderRes ¶

func NewGetProviderRes() *GetProviderRes

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

func NewGetProviderResWithDefaults ¶

func NewGetProviderResWithDefaults() *GetProviderRes

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

func (*GetProviderRes) GetError ¶

func (o *GetProviderRes) GetError() string

GetError returns the Error field value if set, zero value otherwise.

func (*GetProviderRes) GetErrorOk ¶

func (o *GetProviderRes) GetErrorOk() (*string, bool)

GetErrorOk returns a tuple with the Error field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetProviderRes) GetProvider ¶

func (o *GetProviderRes) GetProvider() ProviderContainerDTO

GetProvider returns the Provider field value if set, zero value otherwise.

func (*GetProviderRes) GetProviderOk ¶

func (o *GetProviderRes) GetProviderOk() (*ProviderContainerDTO, bool)

GetProviderOk returns a tuple with the Provider field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetProviderRes) GetValidationErrors ¶

func (o *GetProviderRes) GetValidationErrors() []string

GetValidationErrors returns the ValidationErrors field value if set, zero value otherwise.

func (*GetProviderRes) GetValidationErrorsOk ¶

func (o *GetProviderRes) GetValidationErrorsOk() ([]string, bool)

GetValidationErrorsOk returns a tuple with the ValidationErrors field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetProviderRes) HasError ¶

func (o *GetProviderRes) HasError() bool

HasError returns a boolean if a field has been set.

func (*GetProviderRes) HasProvider ¶

func (o *GetProviderRes) HasProvider() bool

HasProvider returns a boolean if a field has been set.

func (*GetProviderRes) HasValidationErrors ¶

func (o *GetProviderRes) HasValidationErrors() bool

HasValidationErrors returns a boolean if a field has been set.

func (GetProviderRes) MarshalJSON ¶

func (o GetProviderRes) MarshalJSON() ([]byte, error)

func (*GetProviderRes) SetError ¶

func (o *GetProviderRes) SetError(v string)

SetError gets a reference to the given string and assigns it to the Error field.

func (*GetProviderRes) SetProvider ¶

func (o *GetProviderRes) SetProvider(v ProviderContainerDTO)

SetProvider gets a reference to the given ProviderContainerDTO and assigns it to the Provider field.

func (*GetProviderRes) SetValidationErrors ¶

func (o *GetProviderRes) SetValidationErrors(v []string)

SetValidationErrors gets a reference to the given []string and assigns it to the ValidationErrors field.

func (*GetProviderRes) UnmarshalJSON ¶

func (o *GetProviderRes) UnmarshalJSON(bytes []byte) (err error)

type GetProvidersRes ¶

type GetProvidersRes struct {
	Error                *string                `json:"error,omitempty"`
	Providers            []ProviderContainerDTO `json:"providers,omitempty"`
	ValidationErrors     []string               `json:"validationErrors,omitempty"`
	AdditionalProperties map[string]interface{}
}

GetProvidersRes struct for GetProvidersRes

func NewGetProvidersRes ¶

func NewGetProvidersRes() *GetProvidersRes

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

func NewGetProvidersResWithDefaults ¶

func NewGetProvidersResWithDefaults() *GetProvidersRes

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

func (*GetProvidersRes) GetError ¶

func (o *GetProvidersRes) GetError() string

GetError returns the Error field value if set, zero value otherwise.

func (*GetProvidersRes) GetErrorOk ¶

func (o *GetProvidersRes) GetErrorOk() (*string, bool)

GetErrorOk returns a tuple with the Error field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetProvidersRes) GetProviders ¶

func (o *GetProvidersRes) GetProviders() []ProviderContainerDTO

GetProviders returns the Providers field value if set, zero value otherwise.

func (*GetProvidersRes) GetProvidersOk ¶

func (o *GetProvidersRes) GetProvidersOk() ([]ProviderContainerDTO, bool)

GetProvidersOk returns a tuple with the Providers field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetProvidersRes) GetValidationErrors ¶

func (o *GetProvidersRes) GetValidationErrors() []string

GetValidationErrors returns the ValidationErrors field value if set, zero value otherwise.

func (*GetProvidersRes) GetValidationErrorsOk ¶

func (o *GetProvidersRes) GetValidationErrorsOk() ([]string, bool)

GetValidationErrorsOk returns a tuple with the ValidationErrors field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetProvidersRes) HasError ¶

func (o *GetProvidersRes) HasError() bool

HasError returns a boolean if a field has been set.

func (*GetProvidersRes) HasProviders ¶

func (o *GetProvidersRes) HasProviders() bool

HasProviders returns a boolean if a field has been set.

func (*GetProvidersRes) HasValidationErrors ¶

func (o *GetProvidersRes) HasValidationErrors() bool

HasValidationErrors returns a boolean if a field has been set.

func (GetProvidersRes) MarshalJSON ¶

func (o GetProvidersRes) MarshalJSON() ([]byte, error)

func (*GetProvidersRes) SetError ¶

func (o *GetProvidersRes) SetError(v string)

SetError gets a reference to the given string and assigns it to the Error field.

func (*GetProvidersRes) SetProviders ¶

func (o *GetProvidersRes) SetProviders(v []ProviderContainerDTO)

SetProviders gets a reference to the given []ProviderContainerDTO and assigns it to the Providers field.

func (*GetProvidersRes) SetValidationErrors ¶

func (o *GetProvidersRes) SetValidationErrors(v []string)

SetValidationErrors gets a reference to the given []string and assigns it to the ValidationErrors field.

func (*GetProvidersRes) UnmarshalJSON ¶

func (o *GetProvidersRes) UnmarshalJSON(bytes []byte) (err error)

type GetSelfSvcRsReq ¶ added in v0.4.3

type GetSelfSvcRsReq struct {
	IdOrName             *string `json:"idOrName,omitempty"`
	Name                 *string `json:"name,omitempty"`
	AdditionalProperties map[string]interface{}
}

GetSelfSvcRsReq struct for GetSelfSvcRsReq

func NewGetSelfSvcRsReq ¶ added in v0.4.3

func NewGetSelfSvcRsReq() *GetSelfSvcRsReq

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

func NewGetSelfSvcRsReqWithDefaults ¶ added in v0.4.3

func NewGetSelfSvcRsReqWithDefaults() *GetSelfSvcRsReq

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

func (*GetSelfSvcRsReq) GetIdOrName ¶ added in v0.4.3

func (o *GetSelfSvcRsReq) GetIdOrName() string

GetIdOrName returns the IdOrName field value if set, zero value otherwise.

func (*GetSelfSvcRsReq) GetIdOrNameOk ¶ added in v0.4.3

func (o *GetSelfSvcRsReq) GetIdOrNameOk() (*string, bool)

GetIdOrNameOk returns a tuple with the IdOrName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetSelfSvcRsReq) GetName ¶ added in v0.4.3

func (o *GetSelfSvcRsReq) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*GetSelfSvcRsReq) GetNameOk ¶ added in v0.4.3

func (o *GetSelfSvcRsReq) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetSelfSvcRsReq) HasIdOrName ¶ added in v0.4.3

func (o *GetSelfSvcRsReq) HasIdOrName() bool

HasIdOrName returns a boolean if a field has been set.

func (*GetSelfSvcRsReq) HasName ¶ added in v0.4.3

func (o *GetSelfSvcRsReq) HasName() bool

HasName returns a boolean if a field has been set.

func (GetSelfSvcRsReq) MarshalJSON ¶ added in v0.4.3

func (o GetSelfSvcRsReq) MarshalJSON() ([]byte, error)

func (*GetSelfSvcRsReq) SetIdOrName ¶ added in v0.4.3

func (o *GetSelfSvcRsReq) SetIdOrName(v string)

SetIdOrName gets a reference to the given string and assigns it to the IdOrName field.

func (*GetSelfSvcRsReq) SetName ¶ added in v0.4.3

func (o *GetSelfSvcRsReq) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*GetSelfSvcRsReq) UnmarshalJSON ¶ added in v0.4.3

func (o *GetSelfSvcRsReq) UnmarshalJSON(bytes []byte) (err error)

type GetSelfSvcRsRes ¶ added in v0.4.3

type GetSelfSvcRsRes struct {
	Error                *string                  `json:"error,omitempty"`
	Resource             *SelfServicesResourceDTO `json:"resource,omitempty"`
	ValidationErrors     []string                 `json:"validationErrors,omitempty"`
	AdditionalProperties map[string]interface{}
}

GetSelfSvcRsRes struct for GetSelfSvcRsRes

func NewGetSelfSvcRsRes ¶ added in v0.4.3

func NewGetSelfSvcRsRes() *GetSelfSvcRsRes

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

func NewGetSelfSvcRsResWithDefaults ¶ added in v0.4.3

func NewGetSelfSvcRsResWithDefaults() *GetSelfSvcRsRes

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

func (*GetSelfSvcRsRes) GetError ¶ added in v0.4.3

func (o *GetSelfSvcRsRes) GetError() string

GetError returns the Error field value if set, zero value otherwise.

func (*GetSelfSvcRsRes) GetErrorOk ¶ added in v0.4.3

func (o *GetSelfSvcRsRes) GetErrorOk() (*string, bool)

GetErrorOk returns a tuple with the Error field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetSelfSvcRsRes) GetResource ¶ added in v0.4.3

func (o *GetSelfSvcRsRes) GetResource() SelfServicesResourceDTO

GetResource returns the Resource field value if set, zero value otherwise.

func (*GetSelfSvcRsRes) GetResourceOk ¶ added in v0.4.3

func (o *GetSelfSvcRsRes) GetResourceOk() (*SelfServicesResourceDTO, bool)

GetResourceOk returns a tuple with the Resource field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetSelfSvcRsRes) GetValidationErrors ¶ added in v0.4.3

func (o *GetSelfSvcRsRes) GetValidationErrors() []string

GetValidationErrors returns the ValidationErrors field value if set, zero value otherwise.

func (*GetSelfSvcRsRes) GetValidationErrorsOk ¶ added in v0.4.3

func (o *GetSelfSvcRsRes) GetValidationErrorsOk() ([]string, bool)

GetValidationErrorsOk returns a tuple with the ValidationErrors field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetSelfSvcRsRes) HasError ¶ added in v0.4.3

func (o *GetSelfSvcRsRes) HasError() bool

HasError returns a boolean if a field has been set.

func (*GetSelfSvcRsRes) HasResource ¶ added in v0.4.3

func (o *GetSelfSvcRsRes) HasResource() bool

HasResource returns a boolean if a field has been set.

func (*GetSelfSvcRsRes) HasValidationErrors ¶ added in v0.4.3

func (o *GetSelfSvcRsRes) HasValidationErrors() bool

HasValidationErrors returns a boolean if a field has been set.

func (GetSelfSvcRsRes) MarshalJSON ¶ added in v0.4.3

func (o GetSelfSvcRsRes) MarshalJSON() ([]byte, error)

func (*GetSelfSvcRsRes) SetError ¶ added in v0.4.3

func (o *GetSelfSvcRsRes) SetError(v string)

SetError gets a reference to the given string and assigns it to the Error field.

func (*GetSelfSvcRsRes) SetResource ¶ added in v0.4.3

func (o *GetSelfSvcRsRes) SetResource(v SelfServicesResourceDTO)

SetResource gets a reference to the given SelfServicesResourceDTO and assigns it to the Resource field.

func (*GetSelfSvcRsRes) SetValidationErrors ¶ added in v0.4.3

func (o *GetSelfSvcRsRes) SetValidationErrors(v []string)

SetValidationErrors gets a reference to the given []string and assigns it to the ValidationErrors field.

func (*GetSelfSvcRsRes) UnmarshalJSON ¶ added in v0.4.3

func (o *GetSelfSvcRsRes) UnmarshalJSON(bytes []byte) (err error)

type GetSelfSvcRssRes ¶ added in v0.4.3

type GetSelfSvcRssRes struct {
	Error                *string                   `json:"error,omitempty"`
	Resources            []SelfServicesResourceDTO `json:"resources,omitempty"`
	ValidationErrors     []string                  `json:"validationErrors,omitempty"`
	AdditionalProperties map[string]interface{}
}

GetSelfSvcRssRes struct for GetSelfSvcRssRes

func NewGetSelfSvcRssRes ¶ added in v0.4.3

func NewGetSelfSvcRssRes() *GetSelfSvcRssRes

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

func NewGetSelfSvcRssResWithDefaults ¶ added in v0.4.3

func NewGetSelfSvcRssResWithDefaults() *GetSelfSvcRssRes

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

func (*GetSelfSvcRssRes) GetError ¶ added in v0.4.3

func (o *GetSelfSvcRssRes) GetError() string

GetError returns the Error field value if set, zero value otherwise.

func (*GetSelfSvcRssRes) GetErrorOk ¶ added in v0.4.3

func (o *GetSelfSvcRssRes) GetErrorOk() (*string, bool)

GetErrorOk returns a tuple with the Error field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetSelfSvcRssRes) GetResources ¶ added in v0.4.3

func (o *GetSelfSvcRssRes) GetResources() []SelfServicesResourceDTO

GetResources returns the Resources field value if set, zero value otherwise.

func (*GetSelfSvcRssRes) GetResourcesOk ¶ added in v0.4.3

func (o *GetSelfSvcRssRes) GetResourcesOk() ([]SelfServicesResourceDTO, bool)

GetResourcesOk returns a tuple with the Resources field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetSelfSvcRssRes) GetValidationErrors ¶ added in v0.4.3

func (o *GetSelfSvcRssRes) GetValidationErrors() []string

GetValidationErrors returns the ValidationErrors field value if set, zero value otherwise.

func (*GetSelfSvcRssRes) GetValidationErrorsOk ¶ added in v0.4.3

func (o *GetSelfSvcRssRes) GetValidationErrorsOk() ([]string, bool)

GetValidationErrorsOk returns a tuple with the ValidationErrors field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetSelfSvcRssRes) HasError ¶ added in v0.4.3

func (o *GetSelfSvcRssRes) HasError() bool

HasError returns a boolean if a field has been set.

func (*GetSelfSvcRssRes) HasResources ¶ added in v0.4.3

func (o *GetSelfSvcRssRes) HasResources() bool

HasResources returns a boolean if a field has been set.

func (*GetSelfSvcRssRes) HasValidationErrors ¶ added in v0.4.3

func (o *GetSelfSvcRssRes) HasValidationErrors() bool

HasValidationErrors returns a boolean if a field has been set.

func (GetSelfSvcRssRes) MarshalJSON ¶ added in v0.4.3

func (o GetSelfSvcRssRes) MarshalJSON() ([]byte, error)

func (*GetSelfSvcRssRes) SetError ¶ added in v0.4.3

func (o *GetSelfSvcRssRes) SetError(v string)

SetError gets a reference to the given string and assigns it to the Error field.

func (*GetSelfSvcRssRes) SetResources ¶ added in v0.4.3

func (o *GetSelfSvcRssRes) SetResources(v []SelfServicesResourceDTO)

SetResources gets a reference to the given []SelfServicesResourceDTO and assigns it to the Resources field.

func (*GetSelfSvcRssRes) SetValidationErrors ¶ added in v0.4.3

func (o *GetSelfSvcRssRes) SetValidationErrors(v []string)

SetValidationErrors gets a reference to the given []string and assigns it to the ValidationErrors field.

func (*GetSelfSvcRssRes) UnmarshalJSON ¶ added in v0.4.3

func (o *GetSelfSvcRssRes) UnmarshalJSON(bytes []byte) (err error)

type GetServerInfoReq ¶ added in v0.5.0

type GetServerInfoReq struct {
	IdOrName             *string `json:"idOrName,omitempty"`
	AdditionalProperties map[string]interface{}
}

GetServerInfoReq struct for GetServerInfoReq

func NewGetServerInfoReq ¶ added in v0.5.0

func NewGetServerInfoReq() *GetServerInfoReq

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

func NewGetServerInfoReqWithDefaults ¶ added in v0.5.0

func NewGetServerInfoReqWithDefaults() *GetServerInfoReq

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

func (*GetServerInfoReq) GetIdOrName ¶ added in v0.5.0

func (o *GetServerInfoReq) GetIdOrName() string

GetIdOrName returns the IdOrName field value if set, zero value otherwise.

func (*GetServerInfoReq) GetIdOrNameOk ¶ added in v0.5.0

func (o *GetServerInfoReq) GetIdOrNameOk() (*string, bool)

GetIdOrNameOk returns a tuple with the IdOrName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetServerInfoReq) HasIdOrName ¶ added in v0.5.0

func (o *GetServerInfoReq) HasIdOrName() bool

HasIdOrName returns a boolean if a field has been set.

func (GetServerInfoReq) MarshalJSON ¶ added in v0.5.0

func (o GetServerInfoReq) MarshalJSON() ([]byte, error)

func (*GetServerInfoReq) SetIdOrName ¶ added in v0.5.0

func (o *GetServerInfoReq) SetIdOrName(v string)

SetIdOrName gets a reference to the given string and assigns it to the IdOrName field.

func (*GetServerInfoReq) UnmarshalJSON ¶ added in v0.5.0

func (o *GetServerInfoReq) UnmarshalJSON(bytes []byte) (err error)

type GetServerInfoRes ¶ added in v0.5.0

type GetServerInfoRes struct {
	Error                *string  `json:"error,omitempty"`
	NodeId               *string  `json:"nodeId,omitempty"`
	ValidationErrors     []string `json:"validationErrors,omitempty"`
	Version              *string  `json:"version,omitempty"`
	AdditionalProperties map[string]interface{}
}

GetServerInfoRes struct for GetServerInfoRes

func NewGetServerInfoRes ¶ added in v0.5.0

func NewGetServerInfoRes() *GetServerInfoRes

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

func NewGetServerInfoResWithDefaults ¶ added in v0.5.0

func NewGetServerInfoResWithDefaults() *GetServerInfoRes

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

func (*GetServerInfoRes) GetError ¶ added in v0.5.0

func (o *GetServerInfoRes) GetError() string

GetError returns the Error field value if set, zero value otherwise.

func (*GetServerInfoRes) GetErrorOk ¶ added in v0.5.0

func (o *GetServerInfoRes) GetErrorOk() (*string, bool)

GetErrorOk returns a tuple with the Error field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetServerInfoRes) GetNodeId ¶ added in v0.5.0

func (o *GetServerInfoRes) GetNodeId() string

GetNodeId returns the NodeId field value if set, zero value otherwise.

func (*GetServerInfoRes) GetNodeIdOk ¶ added in v0.5.0

func (o *GetServerInfoRes) GetNodeIdOk() (*string, bool)

GetNodeIdOk returns a tuple with the NodeId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetServerInfoRes) GetValidationErrors ¶ added in v0.5.0

func (o *GetServerInfoRes) GetValidationErrors() []string

GetValidationErrors returns the ValidationErrors field value if set, zero value otherwise.

func (*GetServerInfoRes) GetValidationErrorsOk ¶ added in v0.5.0

func (o *GetServerInfoRes) GetValidationErrorsOk() ([]string, bool)

GetValidationErrorsOk returns a tuple with the ValidationErrors field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetServerInfoRes) GetVersion ¶ added in v0.5.0

func (o *GetServerInfoRes) GetVersion() string

GetVersion returns the Version field value if set, zero value otherwise.

func (*GetServerInfoRes) GetVersionOk ¶ added in v0.5.0

func (o *GetServerInfoRes) GetVersionOk() (*string, bool)

GetVersionOk returns a tuple with the Version field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetServerInfoRes) HasError ¶ added in v0.5.0

func (o *GetServerInfoRes) HasError() bool

HasError returns a boolean if a field has been set.

func (*GetServerInfoRes) HasNodeId ¶ added in v0.5.0

func (o *GetServerInfoRes) HasNodeId() bool

HasNodeId returns a boolean if a field has been set.

func (*GetServerInfoRes) HasValidationErrors ¶ added in v0.5.0

func (o *GetServerInfoRes) HasValidationErrors() bool

HasValidationErrors returns a boolean if a field has been set.

func (*GetServerInfoRes) HasVersion ¶ added in v0.5.0

func (o *GetServerInfoRes) HasVersion() bool

HasVersion returns a boolean if a field has been set.

func (GetServerInfoRes) MarshalJSON ¶ added in v0.5.0

func (o GetServerInfoRes) MarshalJSON() ([]byte, error)

func (*GetServerInfoRes) SetError ¶ added in v0.5.0

func (o *GetServerInfoRes) SetError(v string)

SetError gets a reference to the given string and assigns it to the Error field.

func (*GetServerInfoRes) SetNodeId ¶ added in v0.5.0

func (o *GetServerInfoRes) SetNodeId(v string)

SetNodeId gets a reference to the given string and assigns it to the NodeId field.

func (*GetServerInfoRes) SetValidationErrors ¶ added in v0.5.0

func (o *GetServerInfoRes) SetValidationErrors(v []string)

SetValidationErrors gets a reference to the given []string and assigns it to the ValidationErrors field.

func (*GetServerInfoRes) SetVersion ¶ added in v0.5.0

func (o *GetServerInfoRes) SetVersion(v string)

SetVersion gets a reference to the given string and assigns it to the Version field.

func (*GetServerInfoRes) UnmarshalJSON ¶ added in v0.5.0

func (o *GetServerInfoRes) UnmarshalJSON(bytes []byte) (err error)

type GetSharepointRsReq ¶ added in v0.2.1

type GetSharepointRsReq struct {
	IdOrName             *string `json:"idOrName,omitempty"`
	Name                 *string `json:"name,omitempty"`
	AdditionalProperties map[string]interface{}
}

GetSharepointRsReq struct for GetSharepointRsReq

func NewGetSharepointRsReq ¶ added in v0.2.1

func NewGetSharepointRsReq() *GetSharepointRsReq

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

func NewGetSharepointRsReqWithDefaults ¶ added in v0.2.1

func NewGetSharepointRsReqWithDefaults() *GetSharepointRsReq

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

func (*GetSharepointRsReq) GetIdOrName ¶ added in v0.3.0

func (o *GetSharepointRsReq) GetIdOrName() string

GetIdOrName returns the IdOrName field value if set, zero value otherwise.

func (*GetSharepointRsReq) GetIdOrNameOk ¶ added in v0.3.0

func (o *GetSharepointRsReq) GetIdOrNameOk() (*string, bool)

GetIdOrNameOk returns a tuple with the IdOrName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetSharepointRsReq) GetName ¶ added in v0.2.1

func (o *GetSharepointRsReq) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*GetSharepointRsReq) GetNameOk ¶ added in v0.2.1

func (o *GetSharepointRsReq) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetSharepointRsReq) HasIdOrName ¶ added in v0.3.0

func (o *GetSharepointRsReq) HasIdOrName() bool

HasIdOrName returns a boolean if a field has been set.

func (*GetSharepointRsReq) HasName ¶ added in v0.2.1

func (o *GetSharepointRsReq) HasName() bool

HasName returns a boolean if a field has been set.

func (GetSharepointRsReq) MarshalJSON ¶ added in v0.2.1

func (o GetSharepointRsReq) MarshalJSON() ([]byte, error)

func (*GetSharepointRsReq) SetIdOrName ¶ added in v0.3.0

func (o *GetSharepointRsReq) SetIdOrName(v string)

SetIdOrName gets a reference to the given string and assigns it to the IdOrName field.

func (*GetSharepointRsReq) SetName ¶ added in v0.2.1

func (o *GetSharepointRsReq) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*GetSharepointRsReq) UnmarshalJSON ¶ added in v0.2.1

func (o *GetSharepointRsReq) UnmarshalJSON(bytes []byte) (err error)

type GetSharepointRsRes ¶ added in v0.2.1

type GetSharepointRsRes struct {
	Error                *string                `json:"error,omitempty"`
	Resource             *SharepointResourceDTO `json:"resource,omitempty"`
	ValidationErrors     []string               `json:"validationErrors,omitempty"`
	AdditionalProperties map[string]interface{}
}

GetSharepointRsRes struct for GetSharepointRsRes

func NewGetSharepointRsRes ¶ added in v0.2.1

func NewGetSharepointRsRes() *GetSharepointRsRes

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

func NewGetSharepointRsResWithDefaults ¶ added in v0.2.1

func NewGetSharepointRsResWithDefaults() *GetSharepointRsRes

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

func (*GetSharepointRsRes) GetError ¶ added in v0.2.1

func (o *GetSharepointRsRes) GetError() string

GetError returns the Error field value if set, zero value otherwise.

func (*GetSharepointRsRes) GetErrorOk ¶ added in v0.2.1

func (o *GetSharepointRsRes) GetErrorOk() (*string, bool)

GetErrorOk returns a tuple with the Error field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetSharepointRsRes) GetResource ¶ added in v0.2.1

func (o *GetSharepointRsRes) GetResource() SharepointResourceDTO

GetResource returns the Resource field value if set, zero value otherwise.

func (*GetSharepointRsRes) GetResourceOk ¶ added in v0.2.1

func (o *GetSharepointRsRes) GetResourceOk() (*SharepointResourceDTO, bool)

GetResourceOk returns a tuple with the Resource field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetSharepointRsRes) GetValidationErrors ¶ added in v0.2.1

func (o *GetSharepointRsRes) GetValidationErrors() []string

GetValidationErrors returns the ValidationErrors field value if set, zero value otherwise.

func (*GetSharepointRsRes) GetValidationErrorsOk ¶ added in v0.2.1

func (o *GetSharepointRsRes) GetValidationErrorsOk() ([]string, bool)

GetValidationErrorsOk returns a tuple with the ValidationErrors field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetSharepointRsRes) HasError ¶ added in v0.2.1

func (o *GetSharepointRsRes) HasError() bool

HasError returns a boolean if a field has been set.

func (*GetSharepointRsRes) HasResource ¶ added in v0.2.1

func (o *GetSharepointRsRes) HasResource() bool

HasResource returns a boolean if a field has been set.

func (*GetSharepointRsRes) HasValidationErrors ¶ added in v0.2.1

func (o *GetSharepointRsRes) HasValidationErrors() bool

HasValidationErrors returns a boolean if a field has been set.

func (GetSharepointRsRes) MarshalJSON ¶ added in v0.2.1

func (o GetSharepointRsRes) MarshalJSON() ([]byte, error)

func (*GetSharepointRsRes) SetError ¶ added in v0.2.1

func (o *GetSharepointRsRes) SetError(v string)

SetError gets a reference to the given string and assigns it to the Error field.

func (*GetSharepointRsRes) SetResource ¶ added in v0.2.1

func (o *GetSharepointRsRes) SetResource(v SharepointResourceDTO)

SetResource gets a reference to the given SharepointResourceDTO and assigns it to the Resource field.

func (*GetSharepointRsRes) SetValidationErrors ¶ added in v0.2.1

func (o *GetSharepointRsRes) SetValidationErrors(v []string)

SetValidationErrors gets a reference to the given []string and assigns it to the ValidationErrors field.

func (*GetSharepointRsRes) UnmarshalJSON ¶ added in v0.2.1

func (o *GetSharepointRsRes) UnmarshalJSON(bytes []byte) (err error)

type GetSharepointRssRes ¶ added in v0.2.1

type GetSharepointRssRes struct {
	Error                *string                 `json:"error,omitempty"`
	Resources            []SharepointResourceDTO `json:"resources,omitempty"`
	ValidationErrors     []string                `json:"validationErrors,omitempty"`
	AdditionalProperties map[string]interface{}
}

GetSharepointRssRes struct for GetSharepointRssRes

func NewGetSharepointRssRes ¶ added in v0.2.1

func NewGetSharepointRssRes() *GetSharepointRssRes

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

func NewGetSharepointRssResWithDefaults ¶ added in v0.2.1

func NewGetSharepointRssResWithDefaults() *GetSharepointRssRes

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

func (*GetSharepointRssRes) GetError ¶ added in v0.2.1

func (o *GetSharepointRssRes) GetError() string

GetError returns the Error field value if set, zero value otherwise.

func (*GetSharepointRssRes) GetErrorOk ¶ added in v0.2.1

func (o *GetSharepointRssRes) GetErrorOk() (*string, bool)

GetErrorOk returns a tuple with the Error field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetSharepointRssRes) GetResources ¶ added in v0.2.1

func (o *GetSharepointRssRes) GetResources() []SharepointResourceDTO

GetResources returns the Resources field value if set, zero value otherwise.

func (*GetSharepointRssRes) GetResourcesOk ¶ added in v0.2.1

func (o *GetSharepointRssRes) GetResourcesOk() ([]SharepointResourceDTO, bool)

GetResourcesOk returns a tuple with the Resources field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetSharepointRssRes) GetValidationErrors ¶ added in v0.2.1

func (o *GetSharepointRssRes) GetValidationErrors() []string

GetValidationErrors returns the ValidationErrors field value if set, zero value otherwise.

func (*GetSharepointRssRes) GetValidationErrorsOk ¶ added in v0.2.1

func (o *GetSharepointRssRes) GetValidationErrorsOk() ([]string, bool)

GetValidationErrorsOk returns a tuple with the ValidationErrors field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetSharepointRssRes) HasError ¶ added in v0.2.1

func (o *GetSharepointRssRes) HasError() bool

HasError returns a boolean if a field has been set.

func (*GetSharepointRssRes) HasResources ¶ added in v0.2.1

func (o *GetSharepointRssRes) HasResources() bool

HasResources returns a boolean if a field has been set.

func (*GetSharepointRssRes) HasValidationErrors ¶ added in v0.2.1

func (o *GetSharepointRssRes) HasValidationErrors() bool

HasValidationErrors returns a boolean if a field has been set.

func (GetSharepointRssRes) MarshalJSON ¶ added in v0.2.1

func (o GetSharepointRssRes) MarshalJSON() ([]byte, error)

func (*GetSharepointRssRes) SetError ¶ added in v0.2.1

func (o *GetSharepointRssRes) SetError(v string)

SetError gets a reference to the given string and assigns it to the Error field.

func (*GetSharepointRssRes) SetResources ¶ added in v0.2.1

func (o *GetSharepointRssRes) SetResources(v []SharepointResourceDTO)

SetResources gets a reference to the given []SharepointResourceDTO and assigns it to the Resources field.

func (*GetSharepointRssRes) SetValidationErrors ¶ added in v0.2.1

func (o *GetSharepointRssRes) SetValidationErrors(v []string)

SetValidationErrors gets a reference to the given []string and assigns it to the ValidationErrors field.

func (*GetSharepointRssRes) UnmarshalJSON ¶ added in v0.2.1

func (o *GetSharepointRssRes) UnmarshalJSON(bytes []byte) (err error)

type GetTomcatExecEnvReq ¶

type GetTomcatExecEnvReq struct {
	IdOrName             *string `json:"idOrName,omitempty"`
	Name                 *string `json:"name,omitempty"`
	AdditionalProperties map[string]interface{}
}

GetTomcatExecEnvReq struct for GetTomcatExecEnvReq

func NewGetTomcatExecEnvReq ¶

func NewGetTomcatExecEnvReq() *GetTomcatExecEnvReq

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

func NewGetTomcatExecEnvReqWithDefaults ¶

func NewGetTomcatExecEnvReqWithDefaults() *GetTomcatExecEnvReq

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

func (*GetTomcatExecEnvReq) GetIdOrName ¶ added in v0.3.0

func (o *GetTomcatExecEnvReq) GetIdOrName() string

GetIdOrName returns the IdOrName field value if set, zero value otherwise.

func (*GetTomcatExecEnvReq) GetIdOrNameOk ¶ added in v0.3.0

func (o *GetTomcatExecEnvReq) GetIdOrNameOk() (*string, bool)

GetIdOrNameOk returns a tuple with the IdOrName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetTomcatExecEnvReq) GetName ¶

func (o *GetTomcatExecEnvReq) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*GetTomcatExecEnvReq) GetNameOk ¶

func (o *GetTomcatExecEnvReq) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetTomcatExecEnvReq) HasIdOrName ¶ added in v0.3.0

func (o *GetTomcatExecEnvReq) HasIdOrName() bool

HasIdOrName returns a boolean if a field has been set.

func (*GetTomcatExecEnvReq) HasName ¶

func (o *GetTomcatExecEnvReq) HasName() bool

HasName returns a boolean if a field has been set.

func (GetTomcatExecEnvReq) MarshalJSON ¶

func (o GetTomcatExecEnvReq) MarshalJSON() ([]byte, error)

func (*GetTomcatExecEnvReq) SetIdOrName ¶ added in v0.3.0

func (o *GetTomcatExecEnvReq) SetIdOrName(v string)

SetIdOrName gets a reference to the given string and assigns it to the IdOrName field.

func (*GetTomcatExecEnvReq) SetName ¶

func (o *GetTomcatExecEnvReq) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*GetTomcatExecEnvReq) UnmarshalJSON ¶

func (o *GetTomcatExecEnvReq) UnmarshalJSON(bytes []byte) (err error)

type GetTomcatExecEnvRes ¶

type GetTomcatExecEnvRes struct {
	Error                *string                        `json:"error,omitempty"`
	TomcatExecEnv        *TomcatExecutionEnvironmentDTO `json:"tomcatExecEnv,omitempty"`
	ValidationErrors     []string                       `json:"validationErrors,omitempty"`
	AdditionalProperties map[string]interface{}
}

GetTomcatExecEnvRes struct for GetTomcatExecEnvRes

func NewGetTomcatExecEnvRes ¶

func NewGetTomcatExecEnvRes() *GetTomcatExecEnvRes

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

func NewGetTomcatExecEnvResWithDefaults ¶

func NewGetTomcatExecEnvResWithDefaults() *GetTomcatExecEnvRes

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

func (*GetTomcatExecEnvRes) GetError ¶

func (o *GetTomcatExecEnvRes) GetError() string

GetError returns the Error field value if set, zero value otherwise.

func (*GetTomcatExecEnvRes) GetErrorOk ¶

func (o *GetTomcatExecEnvRes) GetErrorOk() (*string, bool)

GetErrorOk returns a tuple with the Error field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetTomcatExecEnvRes) GetTomcatExecEnv ¶

func (o *GetTomcatExecEnvRes) GetTomcatExecEnv() TomcatExecutionEnvironmentDTO

GetTomcatExecEnv returns the TomcatExecEnv field value if set, zero value otherwise.

func (*GetTomcatExecEnvRes) GetTomcatExecEnvOk ¶

func (o *GetTomcatExecEnvRes) GetTomcatExecEnvOk() (*TomcatExecutionEnvironmentDTO, bool)

GetTomcatExecEnvOk returns a tuple with the TomcatExecEnv field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetTomcatExecEnvRes) GetValidationErrors ¶

func (o *GetTomcatExecEnvRes) GetValidationErrors() []string

GetValidationErrors returns the ValidationErrors field value if set, zero value otherwise.

func (*GetTomcatExecEnvRes) GetValidationErrorsOk ¶

func (o *GetTomcatExecEnvRes) GetValidationErrorsOk() ([]string, bool)

GetValidationErrorsOk returns a tuple with the ValidationErrors field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetTomcatExecEnvRes) HasError ¶

func (o *GetTomcatExecEnvRes) HasError() bool

HasError returns a boolean if a field has been set.

func (*GetTomcatExecEnvRes) HasTomcatExecEnv ¶

func (o *GetTomcatExecEnvRes) HasTomcatExecEnv() bool

HasTomcatExecEnv returns a boolean if a field has been set.

func (*GetTomcatExecEnvRes) HasValidationErrors ¶

func (o *GetTomcatExecEnvRes) HasValidationErrors() bool

HasValidationErrors returns a boolean if a field has been set.

func (GetTomcatExecEnvRes) MarshalJSON ¶

func (o GetTomcatExecEnvRes) MarshalJSON() ([]byte, error)

func (*GetTomcatExecEnvRes) SetError ¶

func (o *GetTomcatExecEnvRes) SetError(v string)

SetError gets a reference to the given string and assigns it to the Error field.

func (*GetTomcatExecEnvRes) SetTomcatExecEnv ¶

func (o *GetTomcatExecEnvRes) SetTomcatExecEnv(v TomcatExecutionEnvironmentDTO)

SetTomcatExecEnv gets a reference to the given TomcatExecutionEnvironmentDTO and assigns it to the TomcatExecEnv field.

func (*GetTomcatExecEnvRes) SetValidationErrors ¶

func (o *GetTomcatExecEnvRes) SetValidationErrors(v []string)

SetValidationErrors gets a reference to the given []string and assigns it to the ValidationErrors field.

func (*GetTomcatExecEnvRes) UnmarshalJSON ¶

func (o *GetTomcatExecEnvRes) UnmarshalJSON(bytes []byte) (err error)

type GetTomcatExecEnvsRes ¶

type GetTomcatExecEnvsRes struct {
	Error                *string                         `json:"error,omitempty"`
	TomcatExecEnv        []TomcatExecutionEnvironmentDTO `json:"tomcatExecEnv,omitempty"`
	ValidationErrors     []string                        `json:"validationErrors,omitempty"`
	AdditionalProperties map[string]interface{}
}

GetTomcatExecEnvsRes struct for GetTomcatExecEnvsRes

func NewGetTomcatExecEnvsRes ¶

func NewGetTomcatExecEnvsRes() *GetTomcatExecEnvsRes

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

func NewGetTomcatExecEnvsResWithDefaults ¶

func NewGetTomcatExecEnvsResWithDefaults() *GetTomcatExecEnvsRes

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

func (*GetTomcatExecEnvsRes) GetError ¶

func (o *GetTomcatExecEnvsRes) GetError() string

GetError returns the Error field value if set, zero value otherwise.

func (*GetTomcatExecEnvsRes) GetErrorOk ¶

func (o *GetTomcatExecEnvsRes) GetErrorOk() (*string, bool)

GetErrorOk returns a tuple with the Error field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetTomcatExecEnvsRes) GetTomcatExecEnv ¶

func (o *GetTomcatExecEnvsRes) GetTomcatExecEnv() []TomcatExecutionEnvironmentDTO

GetTomcatExecEnv returns the TomcatExecEnv field value if set, zero value otherwise.

func (*GetTomcatExecEnvsRes) GetTomcatExecEnvOk ¶

func (o *GetTomcatExecEnvsRes) GetTomcatExecEnvOk() ([]TomcatExecutionEnvironmentDTO, bool)

GetTomcatExecEnvOk returns a tuple with the TomcatExecEnv field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetTomcatExecEnvsRes) GetValidationErrors ¶

func (o *GetTomcatExecEnvsRes) GetValidationErrors() []string

GetValidationErrors returns the ValidationErrors field value if set, zero value otherwise.

func (*GetTomcatExecEnvsRes) GetValidationErrorsOk ¶

func (o *GetTomcatExecEnvsRes) GetValidationErrorsOk() ([]string, bool)

GetValidationErrorsOk returns a tuple with the ValidationErrors field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetTomcatExecEnvsRes) HasError ¶

func (o *GetTomcatExecEnvsRes) HasError() bool

HasError returns a boolean if a field has been set.

func (*GetTomcatExecEnvsRes) HasTomcatExecEnv ¶

func (o *GetTomcatExecEnvsRes) HasTomcatExecEnv() bool

HasTomcatExecEnv returns a boolean if a field has been set.

func (*GetTomcatExecEnvsRes) HasValidationErrors ¶

func (o *GetTomcatExecEnvsRes) HasValidationErrors() bool

HasValidationErrors returns a boolean if a field has been set.

func (GetTomcatExecEnvsRes) MarshalJSON ¶

func (o GetTomcatExecEnvsRes) MarshalJSON() ([]byte, error)

func (*GetTomcatExecEnvsRes) SetError ¶

func (o *GetTomcatExecEnvsRes) SetError(v string)

SetError gets a reference to the given string and assigns it to the Error field.

func (*GetTomcatExecEnvsRes) SetTomcatExecEnv ¶

func (o *GetTomcatExecEnvsRes) SetTomcatExecEnv(v []TomcatExecutionEnvironmentDTO)

SetTomcatExecEnv gets a reference to the given []TomcatExecutionEnvironmentDTO and assigns it to the TomcatExecEnv field.

func (*GetTomcatExecEnvsRes) SetValidationErrors ¶

func (o *GetTomcatExecEnvsRes) SetValidationErrors(v []string)

SetValidationErrors gets a reference to the given []string and assigns it to the ValidationErrors field.

func (*GetTomcatExecEnvsRes) UnmarshalJSON ¶

func (o *GetTomcatExecEnvsRes) UnmarshalJSON(bytes []byte) (err error)

type GetTypesRes ¶

type GetTypesRes struct {
	AttributeMapperProfileDTO *AttributeMapperProfileDTO              `json:"attributeMapperProfileDTO,omitempty"`
	BasicAuthnMechanism       *BasicAuthenticationDTO                 `json:"basicAuthnMechanism,omitempty"`
	BindAuthn                 *BindAuthenticationDTO                  `json:"bindAuthn,omitempty"`
	BuiltInAttributeProfile   *BuiltInAttributeProfileDTO             `json:"builtInAttributeProfile,omitempty"`
	CustomAuthSvc             *CustomAuthnServiceDTO                  `json:"customAuthSvc,omitempty"`
	DirectoryAuthnSvc         *DirectoryAuthenticationServiceDTO      `json:"directoryAuthnSvc,omitempty"`
	Idpc                      *IdentityProviderChannelDTO             `json:"idpc,omitempty"`
	Spc                       *InternalSaml2ServiceProviderChannelDTO `json:"spc,omitempty"`
	TotpAuthnSvc              *TOTPAuthenticationServiceDTO           `json:"totpAuthnSvc,omitempty"`
	AdditionalProperties      map[string]interface{}
}

GetTypesRes struct for GetTypesRes

func NewGetTypesRes ¶

func NewGetTypesRes() *GetTypesRes

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

func NewGetTypesResWithDefaults ¶

func NewGetTypesResWithDefaults() *GetTypesRes

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

func (*GetTypesRes) GetAttributeMapperProfileDTO ¶

func (o *GetTypesRes) GetAttributeMapperProfileDTO() AttributeMapperProfileDTO

GetAttributeMapperProfileDTO returns the AttributeMapperProfileDTO field value if set, zero value otherwise.

func (*GetTypesRes) GetAttributeMapperProfileDTOOk ¶

func (o *GetTypesRes) GetAttributeMapperProfileDTOOk() (*AttributeMapperProfileDTO, bool)

GetAttributeMapperProfileDTOOk returns a tuple with the AttributeMapperProfileDTO field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetTypesRes) GetBasicAuthnMechanism ¶

func (o *GetTypesRes) GetBasicAuthnMechanism() BasicAuthenticationDTO

GetBasicAuthnMechanism returns the BasicAuthnMechanism field value if set, zero value otherwise.

func (*GetTypesRes) GetBasicAuthnMechanismOk ¶

func (o *GetTypesRes) GetBasicAuthnMechanismOk() (*BasicAuthenticationDTO, bool)

GetBasicAuthnMechanismOk returns a tuple with the BasicAuthnMechanism field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetTypesRes) GetBindAuthn ¶ added in v0.2.0

func (o *GetTypesRes) GetBindAuthn() BindAuthenticationDTO

GetBindAuthn returns the BindAuthn field value if set, zero value otherwise.

func (*GetTypesRes) GetBindAuthnOk ¶ added in v0.2.0

func (o *GetTypesRes) GetBindAuthnOk() (*BindAuthenticationDTO, bool)

GetBindAuthnOk returns a tuple with the BindAuthn field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetTypesRes) GetBuiltInAttributeProfile ¶

func (o *GetTypesRes) GetBuiltInAttributeProfile() BuiltInAttributeProfileDTO

GetBuiltInAttributeProfile returns the BuiltInAttributeProfile field value if set, zero value otherwise.

func (*GetTypesRes) GetBuiltInAttributeProfileOk ¶

func (o *GetTypesRes) GetBuiltInAttributeProfileOk() (*BuiltInAttributeProfileDTO, bool)

GetBuiltInAttributeProfileOk returns a tuple with the BuiltInAttributeProfile field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetTypesRes) GetCustomAuthSvc ¶ added in v0.4.4

func (o *GetTypesRes) GetCustomAuthSvc() CustomAuthnServiceDTO

GetCustomAuthSvc returns the CustomAuthSvc field value if set, zero value otherwise.

func (*GetTypesRes) GetCustomAuthSvcOk ¶ added in v0.4.4

func (o *GetTypesRes) GetCustomAuthSvcOk() (*CustomAuthnServiceDTO, bool)

GetCustomAuthSvcOk returns a tuple with the CustomAuthSvc field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetTypesRes) GetDirectoryAuthnSvc ¶ added in v0.2.0

func (o *GetTypesRes) GetDirectoryAuthnSvc() DirectoryAuthenticationServiceDTO

GetDirectoryAuthnSvc returns the DirectoryAuthnSvc field value if set, zero value otherwise.

func (*GetTypesRes) GetDirectoryAuthnSvcOk ¶ added in v0.2.0

func (o *GetTypesRes) GetDirectoryAuthnSvcOk() (*DirectoryAuthenticationServiceDTO, bool)

GetDirectoryAuthnSvcOk returns a tuple with the DirectoryAuthnSvc field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetTypesRes) GetIdpc ¶

GetIdpc returns the Idpc field value if set, zero value otherwise.

func (*GetTypesRes) GetIdpcOk ¶

func (o *GetTypesRes) GetIdpcOk() (*IdentityProviderChannelDTO, bool)

GetIdpcOk returns a tuple with the Idpc field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetTypesRes) GetSpc ¶

GetSpc returns the Spc field value if set, zero value otherwise.

func (*GetTypesRes) GetSpcOk ¶

GetSpcOk returns a tuple with the Spc field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetTypesRes) GetTotpAuthnSvc ¶

func (o *GetTypesRes) GetTotpAuthnSvc() TOTPAuthenticationServiceDTO

GetTotpAuthnSvc returns the TotpAuthnSvc field value if set, zero value otherwise.

func (*GetTypesRes) GetTotpAuthnSvcOk ¶

func (o *GetTypesRes) GetTotpAuthnSvcOk() (*TOTPAuthenticationServiceDTO, bool)

GetTotpAuthnSvcOk returns a tuple with the TotpAuthnSvc field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetTypesRes) HasAttributeMapperProfileDTO ¶

func (o *GetTypesRes) HasAttributeMapperProfileDTO() bool

HasAttributeMapperProfileDTO returns a boolean if a field has been set.

func (*GetTypesRes) HasBasicAuthnMechanism ¶

func (o *GetTypesRes) HasBasicAuthnMechanism() bool

HasBasicAuthnMechanism returns a boolean if a field has been set.

func (*GetTypesRes) HasBindAuthn ¶ added in v0.2.0

func (o *GetTypesRes) HasBindAuthn() bool

HasBindAuthn returns a boolean if a field has been set.

func (*GetTypesRes) HasBuiltInAttributeProfile ¶

func (o *GetTypesRes) HasBuiltInAttributeProfile() bool

HasBuiltInAttributeProfile returns a boolean if a field has been set.

func (*GetTypesRes) HasCustomAuthSvc ¶ added in v0.4.4

func (o *GetTypesRes) HasCustomAuthSvc() bool

HasCustomAuthSvc returns a boolean if a field has been set.

func (*GetTypesRes) HasDirectoryAuthnSvc ¶ added in v0.2.0

func (o *GetTypesRes) HasDirectoryAuthnSvc() bool

HasDirectoryAuthnSvc returns a boolean if a field has been set.

func (*GetTypesRes) HasIdpc ¶

func (o *GetTypesRes) HasIdpc() bool

HasIdpc returns a boolean if a field has been set.

func (*GetTypesRes) HasSpc ¶

func (o *GetTypesRes) HasSpc() bool

HasSpc returns a boolean if a field has been set.

func (*GetTypesRes) HasTotpAuthnSvc ¶

func (o *GetTypesRes) HasTotpAuthnSvc() bool

HasTotpAuthnSvc returns a boolean if a field has been set.

func (GetTypesRes) MarshalJSON ¶

func (o GetTypesRes) MarshalJSON() ([]byte, error)

func (*GetTypesRes) SetAttributeMapperProfileDTO ¶

func (o *GetTypesRes) SetAttributeMapperProfileDTO(v AttributeMapperProfileDTO)

SetAttributeMapperProfileDTO gets a reference to the given AttributeMapperProfileDTO and assigns it to the AttributeMapperProfileDTO field.

func (*GetTypesRes) SetBasicAuthnMechanism ¶

func (o *GetTypesRes) SetBasicAuthnMechanism(v BasicAuthenticationDTO)

SetBasicAuthnMechanism gets a reference to the given BasicAuthenticationDTO and assigns it to the BasicAuthnMechanism field.

func (*GetTypesRes) SetBindAuthn ¶ added in v0.2.0

func (o *GetTypesRes) SetBindAuthn(v BindAuthenticationDTO)

SetBindAuthn gets a reference to the given BindAuthenticationDTO and assigns it to the BindAuthn field.

func (*GetTypesRes) SetBuiltInAttributeProfile ¶

func (o *GetTypesRes) SetBuiltInAttributeProfile(v BuiltInAttributeProfileDTO)

SetBuiltInAttributeProfile gets a reference to the given BuiltInAttributeProfileDTO and assigns it to the BuiltInAttributeProfile field.

func (*GetTypesRes) SetCustomAuthSvc ¶ added in v0.4.4

func (o *GetTypesRes) SetCustomAuthSvc(v CustomAuthnServiceDTO)

SetCustomAuthSvc gets a reference to the given CustomAuthnServiceDTO and assigns it to the CustomAuthSvc field.

func (*GetTypesRes) SetDirectoryAuthnSvc ¶ added in v0.2.0

func (o *GetTypesRes) SetDirectoryAuthnSvc(v DirectoryAuthenticationServiceDTO)

SetDirectoryAuthnSvc gets a reference to the given DirectoryAuthenticationServiceDTO and assigns it to the DirectoryAuthnSvc field.

func (*GetTypesRes) SetIdpc ¶

SetIdpc gets a reference to the given IdentityProviderChannelDTO and assigns it to the Idpc field.

func (*GetTypesRes) SetSpc ¶

SetSpc gets a reference to the given InternalSaml2ServiceProviderChannelDTO and assigns it to the Spc field.

func (*GetTypesRes) SetTotpAuthnSvc ¶

func (o *GetTypesRes) SetTotpAuthnSvc(v TOTPAuthenticationServiceDTO)

SetTotpAuthnSvc gets a reference to the given TOTPAuthenticationServiceDTO and assigns it to the TotpAuthnSvc field.

func (*GetTypesRes) UnmarshalJSON ¶

func (o *GetTypesRes) UnmarshalJSON(bytes []byte) (err error)

type GetVirtSaml2SpReq ¶

type GetVirtSaml2SpReq struct {
	IdOrName             *string `json:"idOrName,omitempty"`
	Name                 *string `json:"name,omitempty"`
	AdditionalProperties map[string]interface{}
}

GetVirtSaml2SpReq struct for GetVirtSaml2SpReq

func NewGetVirtSaml2SpReq ¶

func NewGetVirtSaml2SpReq() *GetVirtSaml2SpReq

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

func NewGetVirtSaml2SpReqWithDefaults ¶

func NewGetVirtSaml2SpReqWithDefaults() *GetVirtSaml2SpReq

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

func (*GetVirtSaml2SpReq) GetIdOrName ¶ added in v0.3.0

func (o *GetVirtSaml2SpReq) GetIdOrName() string

GetIdOrName returns the IdOrName field value if set, zero value otherwise.

func (*GetVirtSaml2SpReq) GetIdOrNameOk ¶ added in v0.3.0

func (o *GetVirtSaml2SpReq) GetIdOrNameOk() (*string, bool)

GetIdOrNameOk returns a tuple with the IdOrName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetVirtSaml2SpReq) GetName ¶

func (o *GetVirtSaml2SpReq) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*GetVirtSaml2SpReq) GetNameOk ¶

func (o *GetVirtSaml2SpReq) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetVirtSaml2SpReq) HasIdOrName ¶ added in v0.3.0

func (o *GetVirtSaml2SpReq) HasIdOrName() bool

HasIdOrName returns a boolean if a field has been set.

func (*GetVirtSaml2SpReq) HasName ¶

func (o *GetVirtSaml2SpReq) HasName() bool

HasName returns a boolean if a field has been set.

func (GetVirtSaml2SpReq) MarshalJSON ¶

func (o GetVirtSaml2SpReq) MarshalJSON() ([]byte, error)

func (*GetVirtSaml2SpReq) SetIdOrName ¶ added in v0.3.0

func (o *GetVirtSaml2SpReq) SetIdOrName(v string)

SetIdOrName gets a reference to the given string and assigns it to the IdOrName field.

func (*GetVirtSaml2SpReq) SetName ¶

func (o *GetVirtSaml2SpReq) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*GetVirtSaml2SpReq) UnmarshalJSON ¶

func (o *GetVirtSaml2SpReq) UnmarshalJSON(bytes []byte) (err error)

type GetVirtSaml2SpRes ¶

type GetVirtSaml2SpRes struct {
	Config               *SamlR2SPConfigDTO              `json:"config,omitempty"`
	Error                *string                         `json:"error,omitempty"`
	Sp                   *VirtualSaml2ServiceProviderDTO `json:"sp,omitempty"`
	ValidationErrors     []string                        `json:"validationErrors,omitempty"`
	AdditionalProperties map[string]interface{}
}

GetVirtSaml2SpRes struct for GetVirtSaml2SpRes

func NewGetVirtSaml2SpRes ¶

func NewGetVirtSaml2SpRes() *GetVirtSaml2SpRes

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

func NewGetVirtSaml2SpResWithDefaults ¶

func NewGetVirtSaml2SpResWithDefaults() *GetVirtSaml2SpRes

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

func (*GetVirtSaml2SpRes) GetConfig ¶

func (o *GetVirtSaml2SpRes) GetConfig() SamlR2SPConfigDTO

GetConfig returns the Config field value if set, zero value otherwise.

func (*GetVirtSaml2SpRes) GetConfigOk ¶

func (o *GetVirtSaml2SpRes) GetConfigOk() (*SamlR2SPConfigDTO, bool)

GetConfigOk returns a tuple with the Config field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetVirtSaml2SpRes) GetError ¶

func (o *GetVirtSaml2SpRes) GetError() string

GetError returns the Error field value if set, zero value otherwise.

func (*GetVirtSaml2SpRes) GetErrorOk ¶

func (o *GetVirtSaml2SpRes) GetErrorOk() (*string, bool)

GetErrorOk returns a tuple with the Error field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetVirtSaml2SpRes) GetSp ¶

GetSp returns the Sp field value if set, zero value otherwise.

func (*GetVirtSaml2SpRes) GetSpOk ¶

GetSpOk returns a tuple with the Sp field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetVirtSaml2SpRes) GetValidationErrors ¶

func (o *GetVirtSaml2SpRes) GetValidationErrors() []string

GetValidationErrors returns the ValidationErrors field value if set, zero value otherwise.

func (*GetVirtSaml2SpRes) GetValidationErrorsOk ¶

func (o *GetVirtSaml2SpRes) GetValidationErrorsOk() ([]string, bool)

GetValidationErrorsOk returns a tuple with the ValidationErrors field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetVirtSaml2SpRes) HasConfig ¶

func (o *GetVirtSaml2SpRes) HasConfig() bool

HasConfig returns a boolean if a field has been set.

func (*GetVirtSaml2SpRes) HasError ¶

func (o *GetVirtSaml2SpRes) HasError() bool

HasError returns a boolean if a field has been set.

func (*GetVirtSaml2SpRes) HasSp ¶

func (o *GetVirtSaml2SpRes) HasSp() bool

HasSp returns a boolean if a field has been set.

func (*GetVirtSaml2SpRes) HasValidationErrors ¶

func (o *GetVirtSaml2SpRes) HasValidationErrors() bool

HasValidationErrors returns a boolean if a field has been set.

func (GetVirtSaml2SpRes) MarshalJSON ¶

func (o GetVirtSaml2SpRes) MarshalJSON() ([]byte, error)

func (*GetVirtSaml2SpRes) SetConfig ¶

func (o *GetVirtSaml2SpRes) SetConfig(v SamlR2SPConfigDTO)

SetConfig gets a reference to the given SamlR2SPConfigDTO and assigns it to the Config field.

func (*GetVirtSaml2SpRes) SetError ¶

func (o *GetVirtSaml2SpRes) SetError(v string)

SetError gets a reference to the given string and assigns it to the Error field.

func (*GetVirtSaml2SpRes) SetSp ¶

SetSp gets a reference to the given VirtualSaml2ServiceProviderDTO and assigns it to the Sp field.

func (*GetVirtSaml2SpRes) SetValidationErrors ¶

func (o *GetVirtSaml2SpRes) SetValidationErrors(v []string)

SetValidationErrors gets a reference to the given []string and assigns it to the ValidationErrors field.

func (*GetVirtSaml2SpRes) UnmarshalJSON ¶

func (o *GetVirtSaml2SpRes) UnmarshalJSON(bytes []byte) (err error)

type GetVirtSaml2SpsRes ¶

type GetVirtSaml2SpsRes struct {
	Error                *string                          `json:"error,omitempty"`
	Sps                  []VirtualSaml2ServiceProviderDTO `json:"sps,omitempty"`
	ValidationErrors     []string                         `json:"validationErrors,omitempty"`
	AdditionalProperties map[string]interface{}
}

GetVirtSaml2SpsRes struct for GetVirtSaml2SpsRes

func NewGetVirtSaml2SpsRes ¶

func NewGetVirtSaml2SpsRes() *GetVirtSaml2SpsRes

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

func NewGetVirtSaml2SpsResWithDefaults ¶

func NewGetVirtSaml2SpsResWithDefaults() *GetVirtSaml2SpsRes

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

func (*GetVirtSaml2SpsRes) GetError ¶

func (o *GetVirtSaml2SpsRes) GetError() string

GetError returns the Error field value if set, zero value otherwise.

func (*GetVirtSaml2SpsRes) GetErrorOk ¶

func (o *GetVirtSaml2SpsRes) GetErrorOk() (*string, bool)

GetErrorOk returns a tuple with the Error field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetVirtSaml2SpsRes) GetSps ¶

GetSps returns the Sps field value if set, zero value otherwise.

func (*GetVirtSaml2SpsRes) GetSpsOk ¶

GetSpsOk returns a tuple with the Sps field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetVirtSaml2SpsRes) GetValidationErrors ¶

func (o *GetVirtSaml2SpsRes) GetValidationErrors() []string

GetValidationErrors returns the ValidationErrors field value if set, zero value otherwise.

func (*GetVirtSaml2SpsRes) GetValidationErrorsOk ¶

func (o *GetVirtSaml2SpsRes) GetValidationErrorsOk() ([]string, bool)

GetValidationErrorsOk returns a tuple with the ValidationErrors field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetVirtSaml2SpsRes) HasError ¶

func (o *GetVirtSaml2SpsRes) HasError() bool

HasError returns a boolean if a field has been set.

func (*GetVirtSaml2SpsRes) HasSps ¶

func (o *GetVirtSaml2SpsRes) HasSps() bool

HasSps returns a boolean if a field has been set.

func (*GetVirtSaml2SpsRes) HasValidationErrors ¶

func (o *GetVirtSaml2SpsRes) HasValidationErrors() bool

HasValidationErrors returns a boolean if a field has been set.

func (GetVirtSaml2SpsRes) MarshalJSON ¶

func (o GetVirtSaml2SpsRes) MarshalJSON() ([]byte, error)

func (*GetVirtSaml2SpsRes) SetError ¶

func (o *GetVirtSaml2SpsRes) SetError(v string)

SetError gets a reference to the given string and assigns it to the Error field.

func (*GetVirtSaml2SpsRes) SetSps ¶

SetSps gets a reference to the given []VirtualSaml2ServiceProviderDTO and assigns it to the Sps field.

func (*GetVirtSaml2SpsRes) SetValidationErrors ¶

func (o *GetVirtSaml2SpsRes) SetValidationErrors(v []string)

SetValidationErrors gets a reference to the given []string and assigns it to the ValidationErrors field.

func (*GetVirtSaml2SpsRes) UnmarshalJSON ¶

func (o *GetVirtSaml2SpsRes) UnmarshalJSON(bytes []byte) (err error)

type GetWeblogicExecEnvReq ¶ added in v0.2.1

type GetWeblogicExecEnvReq struct {
	IdOrName             *string `json:"idOrName,omitempty"`
	Name                 *string `json:"name,omitempty"`
	AdditionalProperties map[string]interface{}
}

GetWeblogicExecEnvReq struct for GetWeblogicExecEnvReq

func NewGetWeblogicExecEnvReq ¶ added in v0.2.1

func NewGetWeblogicExecEnvReq() *GetWeblogicExecEnvReq

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

func NewGetWeblogicExecEnvReqWithDefaults ¶ added in v0.2.1

func NewGetWeblogicExecEnvReqWithDefaults() *GetWeblogicExecEnvReq

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

func (*GetWeblogicExecEnvReq) GetIdOrName ¶ added in v0.3.0

func (o *GetWeblogicExecEnvReq) GetIdOrName() string

GetIdOrName returns the IdOrName field value if set, zero value otherwise.

func (*GetWeblogicExecEnvReq) GetIdOrNameOk ¶ added in v0.3.0

func (o *GetWeblogicExecEnvReq) GetIdOrNameOk() (*string, bool)

GetIdOrNameOk returns a tuple with the IdOrName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetWeblogicExecEnvReq) GetName ¶ added in v0.2.1

func (o *GetWeblogicExecEnvReq) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*GetWeblogicExecEnvReq) GetNameOk ¶ added in v0.2.1

func (o *GetWeblogicExecEnvReq) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetWeblogicExecEnvReq) HasIdOrName ¶ added in v0.3.0

func (o *GetWeblogicExecEnvReq) HasIdOrName() bool

HasIdOrName returns a boolean if a field has been set.

func (*GetWeblogicExecEnvReq) HasName ¶ added in v0.2.1

func (o *GetWeblogicExecEnvReq) HasName() bool

HasName returns a boolean if a field has been set.

func (GetWeblogicExecEnvReq) MarshalJSON ¶ added in v0.2.1

func (o GetWeblogicExecEnvReq) MarshalJSON() ([]byte, error)

func (*GetWeblogicExecEnvReq) SetIdOrName ¶ added in v0.3.0

func (o *GetWeblogicExecEnvReq) SetIdOrName(v string)

SetIdOrName gets a reference to the given string and assigns it to the IdOrName field.

func (*GetWeblogicExecEnvReq) SetName ¶ added in v0.2.1

func (o *GetWeblogicExecEnvReq) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*GetWeblogicExecEnvReq) UnmarshalJSON ¶ added in v0.2.1

func (o *GetWeblogicExecEnvReq) UnmarshalJSON(bytes []byte) (err error)

type GetWeblogicExecEnvRes ¶ added in v0.2.1

type GetWeblogicExecEnvRes struct {
	Error                *string                          `json:"error,omitempty"`
	ExecEnv              *WeblogicExecutionEnvironmentDTO `json:"execEnv,omitempty"`
	ValidationErrors     []string                         `json:"validationErrors,omitempty"`
	AdditionalProperties map[string]interface{}
}

GetWeblogicExecEnvRes struct for GetWeblogicExecEnvRes

func NewGetWeblogicExecEnvRes ¶ added in v0.2.1

func NewGetWeblogicExecEnvRes() *GetWeblogicExecEnvRes

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

func NewGetWeblogicExecEnvResWithDefaults ¶ added in v0.2.1

func NewGetWeblogicExecEnvResWithDefaults() *GetWeblogicExecEnvRes

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

func (*GetWeblogicExecEnvRes) GetError ¶ added in v0.2.1

func (o *GetWeblogicExecEnvRes) GetError() string

GetError returns the Error field value if set, zero value otherwise.

func (*GetWeblogicExecEnvRes) GetErrorOk ¶ added in v0.2.1

func (o *GetWeblogicExecEnvRes) GetErrorOk() (*string, bool)

GetErrorOk returns a tuple with the Error field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetWeblogicExecEnvRes) GetExecEnv ¶ added in v0.2.1

GetExecEnv returns the ExecEnv field value if set, zero value otherwise.

func (*GetWeblogicExecEnvRes) GetExecEnvOk ¶ added in v0.2.1

GetExecEnvOk returns a tuple with the ExecEnv field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetWeblogicExecEnvRes) GetValidationErrors ¶ added in v0.2.1

func (o *GetWeblogicExecEnvRes) GetValidationErrors() []string

GetValidationErrors returns the ValidationErrors field value if set, zero value otherwise.

func (*GetWeblogicExecEnvRes) GetValidationErrorsOk ¶ added in v0.2.1

func (o *GetWeblogicExecEnvRes) GetValidationErrorsOk() ([]string, bool)

GetValidationErrorsOk returns a tuple with the ValidationErrors field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetWeblogicExecEnvRes) HasError ¶ added in v0.2.1

func (o *GetWeblogicExecEnvRes) HasError() bool

HasError returns a boolean if a field has been set.

func (*GetWeblogicExecEnvRes) HasExecEnv ¶ added in v0.2.1

func (o *GetWeblogicExecEnvRes) HasExecEnv() bool

HasExecEnv returns a boolean if a field has been set.

func (*GetWeblogicExecEnvRes) HasValidationErrors ¶ added in v0.2.1

func (o *GetWeblogicExecEnvRes) HasValidationErrors() bool

HasValidationErrors returns a boolean if a field has been set.

func (GetWeblogicExecEnvRes) MarshalJSON ¶ added in v0.2.1

func (o GetWeblogicExecEnvRes) MarshalJSON() ([]byte, error)

func (*GetWeblogicExecEnvRes) SetError ¶ added in v0.2.1

func (o *GetWeblogicExecEnvRes) SetError(v string)

SetError gets a reference to the given string and assigns it to the Error field.

func (*GetWeblogicExecEnvRes) SetExecEnv ¶ added in v0.2.1

SetExecEnv gets a reference to the given WeblogicExecutionEnvironmentDTO and assigns it to the ExecEnv field.

func (*GetWeblogicExecEnvRes) SetValidationErrors ¶ added in v0.2.1

func (o *GetWeblogicExecEnvRes) SetValidationErrors(v []string)

SetValidationErrors gets a reference to the given []string and assigns it to the ValidationErrors field.

func (*GetWeblogicExecEnvRes) UnmarshalJSON ¶ added in v0.2.1

func (o *GetWeblogicExecEnvRes) UnmarshalJSON(bytes []byte) (err error)

type GetWeblogicExecEnvsRes ¶ added in v0.2.1

type GetWeblogicExecEnvsRes struct {
	Error                *string                           `json:"error,omitempty"`
	ExecEnv              []WeblogicExecutionEnvironmentDTO `json:"execEnv,omitempty"`
	ValidationErrors     []string                          `json:"validationErrors,omitempty"`
	AdditionalProperties map[string]interface{}
}

GetWeblogicExecEnvsRes struct for GetWeblogicExecEnvsRes

func NewGetWeblogicExecEnvsRes ¶ added in v0.2.1

func NewGetWeblogicExecEnvsRes() *GetWeblogicExecEnvsRes

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

func NewGetWeblogicExecEnvsResWithDefaults ¶ added in v0.2.1

func NewGetWeblogicExecEnvsResWithDefaults() *GetWeblogicExecEnvsRes

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

func (*GetWeblogicExecEnvsRes) GetError ¶ added in v0.2.1

func (o *GetWeblogicExecEnvsRes) GetError() string

GetError returns the Error field value if set, zero value otherwise.

func (*GetWeblogicExecEnvsRes) GetErrorOk ¶ added in v0.2.1

func (o *GetWeblogicExecEnvsRes) GetErrorOk() (*string, bool)

GetErrorOk returns a tuple with the Error field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetWeblogicExecEnvsRes) GetExecEnv ¶ added in v0.2.1

GetExecEnv returns the ExecEnv field value if set, zero value otherwise.

func (*GetWeblogicExecEnvsRes) GetExecEnvOk ¶ added in v0.2.1

GetExecEnvOk returns a tuple with the ExecEnv field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetWeblogicExecEnvsRes) GetValidationErrors ¶ added in v0.2.1

func (o *GetWeblogicExecEnvsRes) GetValidationErrors() []string

GetValidationErrors returns the ValidationErrors field value if set, zero value otherwise.

func (*GetWeblogicExecEnvsRes) GetValidationErrorsOk ¶ added in v0.2.1

func (o *GetWeblogicExecEnvsRes) GetValidationErrorsOk() ([]string, bool)

GetValidationErrorsOk returns a tuple with the ValidationErrors field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetWeblogicExecEnvsRes) HasError ¶ added in v0.2.1

func (o *GetWeblogicExecEnvsRes) HasError() bool

HasError returns a boolean if a field has been set.

func (*GetWeblogicExecEnvsRes) HasExecEnv ¶ added in v0.2.1

func (o *GetWeblogicExecEnvsRes) HasExecEnv() bool

HasExecEnv returns a boolean if a field has been set.

func (*GetWeblogicExecEnvsRes) HasValidationErrors ¶ added in v0.2.1

func (o *GetWeblogicExecEnvsRes) HasValidationErrors() bool

HasValidationErrors returns a boolean if a field has been set.

func (GetWeblogicExecEnvsRes) MarshalJSON ¶ added in v0.2.1

func (o GetWeblogicExecEnvsRes) MarshalJSON() ([]byte, error)

func (*GetWeblogicExecEnvsRes) SetError ¶ added in v0.2.1

func (o *GetWeblogicExecEnvsRes) SetError(v string)

SetError gets a reference to the given string and assigns it to the Error field.

func (*GetWeblogicExecEnvsRes) SetExecEnv ¶ added in v0.2.1

SetExecEnv gets a reference to the given []WeblogicExecutionEnvironmentDTO and assigns it to the ExecEnv field.

func (*GetWeblogicExecEnvsRes) SetValidationErrors ¶ added in v0.2.1

func (o *GetWeblogicExecEnvsRes) SetValidationErrors(v []string)

SetValidationErrors gets a reference to the given []string and assigns it to the ValidationErrors field.

func (*GetWeblogicExecEnvsRes) UnmarshalJSON ¶ added in v0.2.1

func (o *GetWeblogicExecEnvsRes) UnmarshalJSON(bytes []byte) (err error)

type GoogleOpenIDConnectIdentityProviderDTO ¶ added in v0.2.2

type GoogleOpenIDConnectIdentityProviderDTO struct {
	AccessTokenService      *LocationDTO                    `json:"accessTokenService,omitempty"`
	ActiveBindings          []string                        `json:"activeBindings,omitempty"`
	ActiveProfiles          []string                        `json:"activeProfiles,omitempty"`
	AuthzTokenService       *LocationDTO                    `json:"authzTokenService,omitempty"`
	ClientId                *string                         `json:"clientId,omitempty"`
	ClientSecret            *string                         `json:"clientSecret,omitempty"`
	Config                  *ProviderConfigDTO              `json:"config,omitempty"`
	Description             *string                         `json:"description,omitempty"`
	DisplayName             *string                         `json:"displayName,omitempty"`
	ElementId               *string                         `json:"elementId,omitempty"`
	FederatedConnectionsA   []FederatedConnectionDTO        `json:"federatedConnectionsA,omitempty"`
	FederatedConnectionsB   []FederatedConnectionDTO        `json:"federatedConnectionsB,omitempty"`
	GoogleAppsDomain        *string                         `json:"googleAppsDomain,omitempty"`
	Id                      *int64                          `json:"id,omitempty"`
	IdentityAppliance       *IdentityApplianceDefinitionDTO `json:"identityAppliance,omitempty"`
	IdentityLookups         []IdentityLookupDTO             `json:"identityLookups,omitempty"`
	IsRemote                *bool                           `json:"isRemote,omitempty"`
	Location                *LocationDTO                    `json:"location,omitempty"`
	Metadata                *ResourceDTO                    `json:"metadata,omitempty"`
	MobileAuthzTokenService *LocationDTO                    `json:"mobileAuthzTokenService,omitempty"`
	Name                    *string                         `json:"name,omitempty"`
	Remote                  *bool                           `json:"remote,omitempty"`
	Role                    *string                         `json:"role,omitempty"`
	Scopes                  *string                         `json:"scopes,omitempty"`
	ServerKey               *string                         `json:"serverKey,omitempty"`
	UserFields              *string                         `json:"userFields,omitempty"`
	X                       *float64                        `json:"x,omitempty"`
	Y                       *float64                        `json:"y,omitempty"`
	AdditionalProperties    map[string]interface{}
}

GoogleOpenIDConnectIdentityProviderDTO struct for GoogleOpenIDConnectIdentityProviderDTO

func NewGoogleOpenIDConnectIdentityProviderDTO ¶ added in v0.2.2

func NewGoogleOpenIDConnectIdentityProviderDTO() *GoogleOpenIDConnectIdentityProviderDTO

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

func NewGoogleOpenIDConnectIdentityProviderDTOWithDefaults ¶ added in v0.2.2

func NewGoogleOpenIDConnectIdentityProviderDTOWithDefaults() *GoogleOpenIDConnectIdentityProviderDTO

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

func (*GoogleOpenIDConnectIdentityProviderDTO) GetAccessTokenService ¶ added in v0.2.2

func (o *GoogleOpenIDConnectIdentityProviderDTO) GetAccessTokenService() LocationDTO

GetAccessTokenService returns the AccessTokenService field value if set, zero value otherwise.

func (*GoogleOpenIDConnectIdentityProviderDTO) GetAccessTokenServiceOk ¶ added in v0.2.2

func (o *GoogleOpenIDConnectIdentityProviderDTO) GetAccessTokenServiceOk() (*LocationDTO, bool)

GetAccessTokenServiceOk returns a tuple with the AccessTokenService field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GoogleOpenIDConnectIdentityProviderDTO) GetActiveBindings ¶ added in v0.2.2

func (o *GoogleOpenIDConnectIdentityProviderDTO) GetActiveBindings() []string

GetActiveBindings returns the ActiveBindings field value if set, zero value otherwise.

func (*GoogleOpenIDConnectIdentityProviderDTO) GetActiveBindingsOk ¶ added in v0.2.2

func (o *GoogleOpenIDConnectIdentityProviderDTO) GetActiveBindingsOk() ([]string, bool)

GetActiveBindingsOk returns a tuple with the ActiveBindings field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GoogleOpenIDConnectIdentityProviderDTO) GetActiveProfiles ¶ added in v0.2.2

func (o *GoogleOpenIDConnectIdentityProviderDTO) GetActiveProfiles() []string

GetActiveProfiles returns the ActiveProfiles field value if set, zero value otherwise.

func (*GoogleOpenIDConnectIdentityProviderDTO) GetActiveProfilesOk ¶ added in v0.2.2

func (o *GoogleOpenIDConnectIdentityProviderDTO) GetActiveProfilesOk() ([]string, bool)

GetActiveProfilesOk returns a tuple with the ActiveProfiles field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GoogleOpenIDConnectIdentityProviderDTO) GetAuthzTokenService ¶ added in v0.2.2

func (o *GoogleOpenIDConnectIdentityProviderDTO) GetAuthzTokenService() LocationDTO

GetAuthzTokenService returns the AuthzTokenService field value if set, zero value otherwise.

func (*GoogleOpenIDConnectIdentityProviderDTO) GetAuthzTokenServiceOk ¶ added in v0.2.2

func (o *GoogleOpenIDConnectIdentityProviderDTO) GetAuthzTokenServiceOk() (*LocationDTO, bool)

GetAuthzTokenServiceOk returns a tuple with the AuthzTokenService field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GoogleOpenIDConnectIdentityProviderDTO) GetClientId ¶ added in v0.2.2

GetClientId returns the ClientId field value if set, zero value otherwise.

func (*GoogleOpenIDConnectIdentityProviderDTO) GetClientIdOk ¶ added in v0.2.2

func (o *GoogleOpenIDConnectIdentityProviderDTO) GetClientIdOk() (*string, bool)

GetClientIdOk returns a tuple with the ClientId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GoogleOpenIDConnectIdentityProviderDTO) GetClientSecret ¶ added in v0.2.2

func (o *GoogleOpenIDConnectIdentityProviderDTO) GetClientSecret() string

GetClientSecret returns the ClientSecret field value if set, zero value otherwise.

func (*GoogleOpenIDConnectIdentityProviderDTO) GetClientSecretOk ¶ added in v0.2.2

func (o *GoogleOpenIDConnectIdentityProviderDTO) GetClientSecretOk() (*string, bool)

GetClientSecretOk returns a tuple with the ClientSecret field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GoogleOpenIDConnectIdentityProviderDTO) GetConfig ¶ added in v0.2.2

GetConfig returns the Config field value if set, zero value otherwise.

func (*GoogleOpenIDConnectIdentityProviderDTO) GetConfigOk ¶ added in v0.2.2

GetConfigOk returns a tuple with the Config field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GoogleOpenIDConnectIdentityProviderDTO) GetDescription ¶ added in v0.2.2

func (o *GoogleOpenIDConnectIdentityProviderDTO) GetDescription() string

GetDescription returns the Description field value if set, zero value otherwise.

func (*GoogleOpenIDConnectIdentityProviderDTO) GetDescriptionOk ¶ added in v0.2.2

func (o *GoogleOpenIDConnectIdentityProviderDTO) GetDescriptionOk() (*string, bool)

GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GoogleOpenIDConnectIdentityProviderDTO) GetDisplayName ¶ added in v0.2.2

func (o *GoogleOpenIDConnectIdentityProviderDTO) GetDisplayName() string

GetDisplayName returns the DisplayName field value if set, zero value otherwise.

func (*GoogleOpenIDConnectIdentityProviderDTO) GetDisplayNameOk ¶ added in v0.2.2

func (o *GoogleOpenIDConnectIdentityProviderDTO) GetDisplayNameOk() (*string, bool)

GetDisplayNameOk returns a tuple with the DisplayName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GoogleOpenIDConnectIdentityProviderDTO) GetElementId ¶ added in v0.2.2

GetElementId returns the ElementId field value if set, zero value otherwise.

func (*GoogleOpenIDConnectIdentityProviderDTO) GetElementIdOk ¶ added in v0.2.2

func (o *GoogleOpenIDConnectIdentityProviderDTO) GetElementIdOk() (*string, bool)

GetElementIdOk returns a tuple with the ElementId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GoogleOpenIDConnectIdentityProviderDTO) GetFederatedConnectionsA ¶ added in v0.2.2

func (o *GoogleOpenIDConnectIdentityProviderDTO) GetFederatedConnectionsA() []FederatedConnectionDTO

GetFederatedConnectionsA returns the FederatedConnectionsA field value if set, zero value otherwise.

func (*GoogleOpenIDConnectIdentityProviderDTO) GetFederatedConnectionsAOk ¶ added in v0.2.2

func (o *GoogleOpenIDConnectIdentityProviderDTO) GetFederatedConnectionsAOk() ([]FederatedConnectionDTO, bool)

GetFederatedConnectionsAOk returns a tuple with the FederatedConnectionsA field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GoogleOpenIDConnectIdentityProviderDTO) GetFederatedConnectionsB ¶ added in v0.2.2

func (o *GoogleOpenIDConnectIdentityProviderDTO) GetFederatedConnectionsB() []FederatedConnectionDTO

GetFederatedConnectionsB returns the FederatedConnectionsB field value if set, zero value otherwise.

func (*GoogleOpenIDConnectIdentityProviderDTO) GetFederatedConnectionsBOk ¶ added in v0.2.2

func (o *GoogleOpenIDConnectIdentityProviderDTO) GetFederatedConnectionsBOk() ([]FederatedConnectionDTO, bool)

GetFederatedConnectionsBOk returns a tuple with the FederatedConnectionsB field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GoogleOpenIDConnectIdentityProviderDTO) GetGoogleAppsDomain ¶ added in v0.2.2

func (o *GoogleOpenIDConnectIdentityProviderDTO) GetGoogleAppsDomain() string

GetGoogleAppsDomain returns the GoogleAppsDomain field value if set, zero value otherwise.

func (*GoogleOpenIDConnectIdentityProviderDTO) GetGoogleAppsDomainOk ¶ added in v0.2.2

func (o *GoogleOpenIDConnectIdentityProviderDTO) GetGoogleAppsDomainOk() (*string, bool)

GetGoogleAppsDomainOk returns a tuple with the GoogleAppsDomain field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GoogleOpenIDConnectIdentityProviderDTO) GetId ¶ added in v0.2.2

GetId returns the Id field value if set, zero value otherwise.

func (*GoogleOpenIDConnectIdentityProviderDTO) GetIdOk ¶ added in v0.2.2

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GoogleOpenIDConnectIdentityProviderDTO) GetIdentityAppliance ¶ added in v0.2.2

GetIdentityAppliance returns the IdentityAppliance field value if set, zero value otherwise.

func (*GoogleOpenIDConnectIdentityProviderDTO) GetIdentityApplianceOk ¶ added in v0.2.2

GetIdentityApplianceOk returns a tuple with the IdentityAppliance field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GoogleOpenIDConnectIdentityProviderDTO) GetIdentityLookups ¶ added in v0.2.2

GetIdentityLookups returns the IdentityLookups field value if set, zero value otherwise.

func (*GoogleOpenIDConnectIdentityProviderDTO) GetIdentityLookupsOk ¶ added in v0.2.2

func (o *GoogleOpenIDConnectIdentityProviderDTO) GetIdentityLookupsOk() ([]IdentityLookupDTO, bool)

GetIdentityLookupsOk returns a tuple with the IdentityLookups field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GoogleOpenIDConnectIdentityProviderDTO) GetIsRemote ¶ added in v0.2.2

GetIsRemote returns the IsRemote field value if set, zero value otherwise.

func (*GoogleOpenIDConnectIdentityProviderDTO) GetIsRemoteOk ¶ added in v0.2.2

func (o *GoogleOpenIDConnectIdentityProviderDTO) GetIsRemoteOk() (*bool, bool)

GetIsRemoteOk returns a tuple with the IsRemote field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GoogleOpenIDConnectIdentityProviderDTO) GetLocation ¶ added in v0.2.2

GetLocation returns the Location field value if set, zero value otherwise.

func (*GoogleOpenIDConnectIdentityProviderDTO) GetLocationOk ¶ added in v0.2.2

GetLocationOk returns a tuple with the Location field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GoogleOpenIDConnectIdentityProviderDTO) GetMetadata ¶ added in v0.2.2

GetMetadata returns the Metadata field value if set, zero value otherwise.

func (*GoogleOpenIDConnectIdentityProviderDTO) GetMetadataOk ¶ added in v0.2.2

GetMetadataOk returns a tuple with the Metadata field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GoogleOpenIDConnectIdentityProviderDTO) GetMobileAuthzTokenService ¶ added in v0.2.2

func (o *GoogleOpenIDConnectIdentityProviderDTO) GetMobileAuthzTokenService() LocationDTO

GetMobileAuthzTokenService returns the MobileAuthzTokenService field value if set, zero value otherwise.

func (*GoogleOpenIDConnectIdentityProviderDTO) GetMobileAuthzTokenServiceOk ¶ added in v0.2.2

func (o *GoogleOpenIDConnectIdentityProviderDTO) GetMobileAuthzTokenServiceOk() (*LocationDTO, bool)

GetMobileAuthzTokenServiceOk returns a tuple with the MobileAuthzTokenService field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GoogleOpenIDConnectIdentityProviderDTO) GetName ¶ added in v0.2.2

GetName returns the Name field value if set, zero value otherwise.

func (*GoogleOpenIDConnectIdentityProviderDTO) GetNameOk ¶ added in v0.2.2

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GoogleOpenIDConnectIdentityProviderDTO) GetRemote ¶ added in v0.2.2

GetRemote returns the Remote field value if set, zero value otherwise.

func (*GoogleOpenIDConnectIdentityProviderDTO) GetRemoteOk ¶ added in v0.2.2

func (o *GoogleOpenIDConnectIdentityProviderDTO) GetRemoteOk() (*bool, bool)

GetRemoteOk returns a tuple with the Remote field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GoogleOpenIDConnectIdentityProviderDTO) GetRole ¶ added in v0.2.2

GetRole returns the Role field value if set, zero value otherwise.

func (*GoogleOpenIDConnectIdentityProviderDTO) GetRoleOk ¶ added in v0.2.2

GetRoleOk returns a tuple with the Role field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GoogleOpenIDConnectIdentityProviderDTO) GetScopes ¶ added in v0.2.2

GetScopes returns the Scopes field value if set, zero value otherwise.

func (*GoogleOpenIDConnectIdentityProviderDTO) GetScopesOk ¶ added in v0.2.2

func (o *GoogleOpenIDConnectIdentityProviderDTO) GetScopesOk() (*string, bool)

GetScopesOk returns a tuple with the Scopes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GoogleOpenIDConnectIdentityProviderDTO) GetServerKey ¶ added in v0.2.2

GetServerKey returns the ServerKey field value if set, zero value otherwise.

func (*GoogleOpenIDConnectIdentityProviderDTO) GetServerKeyOk ¶ added in v0.2.2

func (o *GoogleOpenIDConnectIdentityProviderDTO) GetServerKeyOk() (*string, bool)

GetServerKeyOk returns a tuple with the ServerKey field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GoogleOpenIDConnectIdentityProviderDTO) GetUserFields ¶ added in v0.2.2

GetUserFields returns the UserFields field value if set, zero value otherwise.

func (*GoogleOpenIDConnectIdentityProviderDTO) GetUserFieldsOk ¶ added in v0.2.2

func (o *GoogleOpenIDConnectIdentityProviderDTO) GetUserFieldsOk() (*string, bool)

GetUserFieldsOk returns a tuple with the UserFields field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GoogleOpenIDConnectIdentityProviderDTO) GetX ¶ added in v0.2.2

GetX returns the X field value if set, zero value otherwise.

func (*GoogleOpenIDConnectIdentityProviderDTO) GetXOk ¶ added in v0.2.2

GetXOk returns a tuple with the X field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GoogleOpenIDConnectIdentityProviderDTO) GetY ¶ added in v0.2.2

GetY returns the Y field value if set, zero value otherwise.

func (*GoogleOpenIDConnectIdentityProviderDTO) GetYOk ¶ added in v0.2.2

GetYOk returns a tuple with the Y field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GoogleOpenIDConnectIdentityProviderDTO) HasAccessTokenService ¶ added in v0.2.2

func (o *GoogleOpenIDConnectIdentityProviderDTO) HasAccessTokenService() bool

HasAccessTokenService returns a boolean if a field has been set.

func (*GoogleOpenIDConnectIdentityProviderDTO) HasActiveBindings ¶ added in v0.2.2

func (o *GoogleOpenIDConnectIdentityProviderDTO) HasActiveBindings() bool

HasActiveBindings returns a boolean if a field has been set.

func (*GoogleOpenIDConnectIdentityProviderDTO) HasActiveProfiles ¶ added in v0.2.2

func (o *GoogleOpenIDConnectIdentityProviderDTO) HasActiveProfiles() bool

HasActiveProfiles returns a boolean if a field has been set.

func (*GoogleOpenIDConnectIdentityProviderDTO) HasAuthzTokenService ¶ added in v0.2.2

func (o *GoogleOpenIDConnectIdentityProviderDTO) HasAuthzTokenService() bool

HasAuthzTokenService returns a boolean if a field has been set.

func (*GoogleOpenIDConnectIdentityProviderDTO) HasClientId ¶ added in v0.2.2

HasClientId returns a boolean if a field has been set.

func (*GoogleOpenIDConnectIdentityProviderDTO) HasClientSecret ¶ added in v0.2.2

func (o *GoogleOpenIDConnectIdentityProviderDTO) HasClientSecret() bool

HasClientSecret returns a boolean if a field has been set.

func (*GoogleOpenIDConnectIdentityProviderDTO) HasConfig ¶ added in v0.2.2

HasConfig returns a boolean if a field has been set.

func (*GoogleOpenIDConnectIdentityProviderDTO) HasDescription ¶ added in v0.2.2

func (o *GoogleOpenIDConnectIdentityProviderDTO) HasDescription() bool

HasDescription returns a boolean if a field has been set.

func (*GoogleOpenIDConnectIdentityProviderDTO) HasDisplayName ¶ added in v0.2.2

func (o *GoogleOpenIDConnectIdentityProviderDTO) HasDisplayName() bool

HasDisplayName returns a boolean if a field has been set.

func (*GoogleOpenIDConnectIdentityProviderDTO) HasElementId ¶ added in v0.2.2

func (o *GoogleOpenIDConnectIdentityProviderDTO) HasElementId() bool

HasElementId returns a boolean if a field has been set.

func (*GoogleOpenIDConnectIdentityProviderDTO) HasFederatedConnectionsA ¶ added in v0.2.2

func (o *GoogleOpenIDConnectIdentityProviderDTO) HasFederatedConnectionsA() bool

HasFederatedConnectionsA returns a boolean if a field has been set.

func (*GoogleOpenIDConnectIdentityProviderDTO) HasFederatedConnectionsB ¶ added in v0.2.2

func (o *GoogleOpenIDConnectIdentityProviderDTO) HasFederatedConnectionsB() bool

HasFederatedConnectionsB returns a boolean if a field has been set.

func (*GoogleOpenIDConnectIdentityProviderDTO) HasGoogleAppsDomain ¶ added in v0.2.2

func (o *GoogleOpenIDConnectIdentityProviderDTO) HasGoogleAppsDomain() bool

HasGoogleAppsDomain returns a boolean if a field has been set.

func (*GoogleOpenIDConnectIdentityProviderDTO) HasId ¶ added in v0.2.2

HasId returns a boolean if a field has been set.

func (*GoogleOpenIDConnectIdentityProviderDTO) HasIdentityAppliance ¶ added in v0.2.2

func (o *GoogleOpenIDConnectIdentityProviderDTO) HasIdentityAppliance() bool

HasIdentityAppliance returns a boolean if a field has been set.

func (*GoogleOpenIDConnectIdentityProviderDTO) HasIdentityLookups ¶ added in v0.2.2

func (o *GoogleOpenIDConnectIdentityProviderDTO) HasIdentityLookups() bool

HasIdentityLookups returns a boolean if a field has been set.

func (*GoogleOpenIDConnectIdentityProviderDTO) HasIsRemote ¶ added in v0.2.2

HasIsRemote returns a boolean if a field has been set.

func (*GoogleOpenIDConnectIdentityProviderDTO) HasLocation ¶ added in v0.2.2

HasLocation returns a boolean if a field has been set.

func (*GoogleOpenIDConnectIdentityProviderDTO) HasMetadata ¶ added in v0.2.2

HasMetadata returns a boolean if a field has been set.

func (*GoogleOpenIDConnectIdentityProviderDTO) HasMobileAuthzTokenService ¶ added in v0.2.2

func (o *GoogleOpenIDConnectIdentityProviderDTO) HasMobileAuthzTokenService() bool

HasMobileAuthzTokenService returns a boolean if a field has been set.

func (*GoogleOpenIDConnectIdentityProviderDTO) HasName ¶ added in v0.2.2

HasName returns a boolean if a field has been set.

func (*GoogleOpenIDConnectIdentityProviderDTO) HasRemote ¶ added in v0.2.2

HasRemote returns a boolean if a field has been set.

func (*GoogleOpenIDConnectIdentityProviderDTO) HasRole ¶ added in v0.2.2

HasRole returns a boolean if a field has been set.

func (*GoogleOpenIDConnectIdentityProviderDTO) HasScopes ¶ added in v0.2.2

HasScopes returns a boolean if a field has been set.

func (*GoogleOpenIDConnectIdentityProviderDTO) HasServerKey ¶ added in v0.2.2

func (o *GoogleOpenIDConnectIdentityProviderDTO) HasServerKey() bool

HasServerKey returns a boolean if a field has been set.

func (*GoogleOpenIDConnectIdentityProviderDTO) HasUserFields ¶ added in v0.2.2

func (o *GoogleOpenIDConnectIdentityProviderDTO) HasUserFields() bool

HasUserFields returns a boolean if a field has been set.

func (*GoogleOpenIDConnectIdentityProviderDTO) HasX ¶ added in v0.2.2

HasX returns a boolean if a field has been set.

func (*GoogleOpenIDConnectIdentityProviderDTO) HasY ¶ added in v0.2.2

HasY returns a boolean if a field has been set.

func (GoogleOpenIDConnectIdentityProviderDTO) MarshalJSON ¶ added in v0.2.2

func (o GoogleOpenIDConnectIdentityProviderDTO) MarshalJSON() ([]byte, error)

func (*GoogleOpenIDConnectIdentityProviderDTO) SetAccessTokenService ¶ added in v0.2.2

func (o *GoogleOpenIDConnectIdentityProviderDTO) SetAccessTokenService(v LocationDTO)

SetAccessTokenService gets a reference to the given LocationDTO and assigns it to the AccessTokenService field.

func (*GoogleOpenIDConnectIdentityProviderDTO) SetActiveBindings ¶ added in v0.2.2

func (o *GoogleOpenIDConnectIdentityProviderDTO) SetActiveBindings(v []string)

SetActiveBindings gets a reference to the given []string and assigns it to the ActiveBindings field.

func (*GoogleOpenIDConnectIdentityProviderDTO) SetActiveProfiles ¶ added in v0.2.2

func (o *GoogleOpenIDConnectIdentityProviderDTO) SetActiveProfiles(v []string)

SetActiveProfiles gets a reference to the given []string and assigns it to the ActiveProfiles field.

func (*GoogleOpenIDConnectIdentityProviderDTO) SetAuthzTokenService ¶ added in v0.2.2

func (o *GoogleOpenIDConnectIdentityProviderDTO) SetAuthzTokenService(v LocationDTO)

SetAuthzTokenService gets a reference to the given LocationDTO and assigns it to the AuthzTokenService field.

func (*GoogleOpenIDConnectIdentityProviderDTO) SetClientId ¶ added in v0.2.2

SetClientId gets a reference to the given string and assigns it to the ClientId field.

func (*GoogleOpenIDConnectIdentityProviderDTO) SetClientSecret ¶ added in v0.2.2

func (o *GoogleOpenIDConnectIdentityProviderDTO) SetClientSecret(v string)

SetClientSecret gets a reference to the given string and assigns it to the ClientSecret field.

func (*GoogleOpenIDConnectIdentityProviderDTO) SetConfig ¶ added in v0.2.2

SetConfig gets a reference to the given ProviderConfigDTO and assigns it to the Config field.

func (*GoogleOpenIDConnectIdentityProviderDTO) SetDescription ¶ added in v0.2.2

func (o *GoogleOpenIDConnectIdentityProviderDTO) SetDescription(v string)

SetDescription gets a reference to the given string and assigns it to the Description field.

func (*GoogleOpenIDConnectIdentityProviderDTO) SetDisplayName ¶ added in v0.2.2

func (o *GoogleOpenIDConnectIdentityProviderDTO) SetDisplayName(v string)

SetDisplayName gets a reference to the given string and assigns it to the DisplayName field.

func (*GoogleOpenIDConnectIdentityProviderDTO) SetElementId ¶ added in v0.2.2

SetElementId gets a reference to the given string and assigns it to the ElementId field.

func (*GoogleOpenIDConnectIdentityProviderDTO) SetFederatedConnectionsA ¶ added in v0.2.2

func (o *GoogleOpenIDConnectIdentityProviderDTO) SetFederatedConnectionsA(v []FederatedConnectionDTO)

SetFederatedConnectionsA gets a reference to the given []FederatedConnectionDTO and assigns it to the FederatedConnectionsA field.

func (*GoogleOpenIDConnectIdentityProviderDTO) SetFederatedConnectionsB ¶ added in v0.2.2

func (o *GoogleOpenIDConnectIdentityProviderDTO) SetFederatedConnectionsB(v []FederatedConnectionDTO)

SetFederatedConnectionsB gets a reference to the given []FederatedConnectionDTO and assigns it to the FederatedConnectionsB field.

func (*GoogleOpenIDConnectIdentityProviderDTO) SetGoogleAppsDomain ¶ added in v0.2.2

func (o *GoogleOpenIDConnectIdentityProviderDTO) SetGoogleAppsDomain(v string)

SetGoogleAppsDomain gets a reference to the given string and assigns it to the GoogleAppsDomain field.

func (*GoogleOpenIDConnectIdentityProviderDTO) SetId ¶ added in v0.2.2

SetId gets a reference to the given int64 and assigns it to the Id field.

func (*GoogleOpenIDConnectIdentityProviderDTO) SetIdentityAppliance ¶ added in v0.2.2

SetIdentityAppliance gets a reference to the given IdentityApplianceDefinitionDTO and assigns it to the IdentityAppliance field.

func (*GoogleOpenIDConnectIdentityProviderDTO) SetIdentityLookups ¶ added in v0.2.2

func (o *GoogleOpenIDConnectIdentityProviderDTO) SetIdentityLookups(v []IdentityLookupDTO)

SetIdentityLookups gets a reference to the given []IdentityLookupDTO and assigns it to the IdentityLookups field.

func (*GoogleOpenIDConnectIdentityProviderDTO) SetIsRemote ¶ added in v0.2.2

func (o *GoogleOpenIDConnectIdentityProviderDTO) SetIsRemote(v bool)

SetIsRemote gets a reference to the given bool and assigns it to the IsRemote field.

func (*GoogleOpenIDConnectIdentityProviderDTO) SetLocation ¶ added in v0.2.2

SetLocation gets a reference to the given LocationDTO and assigns it to the Location field.

func (*GoogleOpenIDConnectIdentityProviderDTO) SetMetadata ¶ added in v0.2.2

SetMetadata gets a reference to the given ResourceDTO and assigns it to the Metadata field.

func (*GoogleOpenIDConnectIdentityProviderDTO) SetMobileAuthzTokenService ¶ added in v0.2.2

func (o *GoogleOpenIDConnectIdentityProviderDTO) SetMobileAuthzTokenService(v LocationDTO)

SetMobileAuthzTokenService gets a reference to the given LocationDTO and assigns it to the MobileAuthzTokenService field.

func (*GoogleOpenIDConnectIdentityProviderDTO) SetName ¶ added in v0.2.2

SetName gets a reference to the given string and assigns it to the Name field.

func (*GoogleOpenIDConnectIdentityProviderDTO) SetRemote ¶ added in v0.2.2

SetRemote gets a reference to the given bool and assigns it to the Remote field.

func (*GoogleOpenIDConnectIdentityProviderDTO) SetRole ¶ added in v0.2.2

SetRole gets a reference to the given string and assigns it to the Role field.

func (*GoogleOpenIDConnectIdentityProviderDTO) SetScopes ¶ added in v0.2.2

SetScopes gets a reference to the given string and assigns it to the Scopes field.

func (*GoogleOpenIDConnectIdentityProviderDTO) SetServerKey ¶ added in v0.2.2

SetServerKey gets a reference to the given string and assigns it to the ServerKey field.

func (*GoogleOpenIDConnectIdentityProviderDTO) SetUserFields ¶ added in v0.2.2

func (o *GoogleOpenIDConnectIdentityProviderDTO) SetUserFields(v string)

SetUserFields gets a reference to the given string and assigns it to the UserFields field.

func (*GoogleOpenIDConnectIdentityProviderDTO) SetX ¶ added in v0.2.2

SetX gets a reference to the given float64 and assigns it to the X field.

func (*GoogleOpenIDConnectIdentityProviderDTO) SetY ¶ added in v0.2.2

SetY gets a reference to the given float64 and assigns it to the Y field.

func (*GoogleOpenIDConnectIdentityProviderDTO) UnmarshalJSON ¶ added in v0.2.2

func (o *GoogleOpenIDConnectIdentityProviderDTO) UnmarshalJSON(bytes []byte) (err error)

type Graph ¶

type Graph struct {
	Kind  map[string]bool `json:"kind"`
	Nodes []NodeGraphData `json:"nodes"`
	Edges []EdgeGraphData `json:"edges"`
}

func NewGraph ¶

func NewGraph() *Graph

type GroupDTO ¶

type GroupDTO struct {
	Description          *string             `json:"description,omitempty"`
	ExtraAttributes      []AttributeValueDTO `json:"extraAttributes,omitempty"`
	Id                   *string             `json:"id,omitempty"`
	Name                 *string             `json:"name,omitempty"`
	AdditionalProperties map[string]interface{}
}

GroupDTO struct for GroupDTO

func NewGroupDTO ¶

func NewGroupDTO() *GroupDTO

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

func NewGroupDTOWithDefaults ¶

func NewGroupDTOWithDefaults() *GroupDTO

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

func (*GroupDTO) GetDescription ¶

func (o *GroupDTO) GetDescription() string

GetDescription returns the Description field value if set, zero value otherwise.

func (*GroupDTO) GetDescriptionOk ¶

func (o *GroupDTO) GetDescriptionOk() (*string, bool)

GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GroupDTO) GetExtraAttributes ¶

func (o *GroupDTO) GetExtraAttributes() []AttributeValueDTO

GetExtraAttributes returns the ExtraAttributes field value if set, zero value otherwise.

func (*GroupDTO) GetExtraAttributesOk ¶

func (o *GroupDTO) GetExtraAttributesOk() ([]AttributeValueDTO, bool)

GetExtraAttributesOk returns a tuple with the ExtraAttributes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GroupDTO) GetId ¶

func (o *GroupDTO) GetId() string

GetId returns the Id field value if set, zero value otherwise.

func (*GroupDTO) GetIdOk ¶

func (o *GroupDTO) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GroupDTO) GetName ¶

func (o *GroupDTO) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*GroupDTO) GetNameOk ¶

func (o *GroupDTO) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GroupDTO) HasDescription ¶

func (o *GroupDTO) HasDescription() bool

HasDescription returns a boolean if a field has been set.

func (*GroupDTO) HasExtraAttributes ¶

func (o *GroupDTO) HasExtraAttributes() bool

HasExtraAttributes returns a boolean if a field has been set.

func (*GroupDTO) HasId ¶

func (o *GroupDTO) HasId() bool

HasId returns a boolean if a field has been set.

func (*GroupDTO) HasName ¶

func (o *GroupDTO) HasName() bool

HasName returns a boolean if a field has been set.

func (GroupDTO) MarshalJSON ¶

func (o GroupDTO) MarshalJSON() ([]byte, error)

func (*GroupDTO) SetDescription ¶

func (o *GroupDTO) SetDescription(v string)

SetDescription gets a reference to the given string and assigns it to the Description field.

func (*GroupDTO) SetExtraAttributes ¶

func (o *GroupDTO) SetExtraAttributes(v []AttributeValueDTO)

SetExtraAttributes gets a reference to the given []AttributeValueDTO and assigns it to the ExtraAttributes field.

func (*GroupDTO) SetId ¶

func (o *GroupDTO) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*GroupDTO) SetName ¶

func (o *GroupDTO) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*GroupDTO) UnmarshalJSON ¶

func (o *GroupDTO) UnmarshalJSON(bytes []byte) (err error)

type IdSourceContainerDTO ¶ added in v0.2.4

type IdSourceContainerDTO struct {
	IdSource             *IdentitySourceDTO `json:"idSource,omitempty"`
	Name                 *string            `json:"name,omitempty"`
	Type                 *string            `json:"type,omitempty"`
	AdditionalProperties map[string]interface{}
}

IdSourceContainerDTO struct for IdSourceContainerDTO

func NewIdSourceContainerDTO ¶ added in v0.2.4

func NewIdSourceContainerDTO() *IdSourceContainerDTO

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

func NewIdSourceContainerDTOWithDefaults ¶ added in v0.2.4

func NewIdSourceContainerDTOWithDefaults() *IdSourceContainerDTO

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

func (*IdSourceContainerDTO) GetIdSource ¶ added in v0.2.4

func (o *IdSourceContainerDTO) GetIdSource() IdentitySourceDTO

GetIdSource returns the IdSource field value if set, zero value otherwise.

func (*IdSourceContainerDTO) GetIdSourceOk ¶ added in v0.2.4

func (o *IdSourceContainerDTO) GetIdSourceOk() (*IdentitySourceDTO, bool)

GetIdSourceOk returns a tuple with the IdSource field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IdSourceContainerDTO) GetName ¶ added in v0.2.4

func (o *IdSourceContainerDTO) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*IdSourceContainerDTO) GetNameOk ¶ added in v0.2.4

func (o *IdSourceContainerDTO) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IdSourceContainerDTO) GetType ¶ added in v0.2.4

func (o *IdSourceContainerDTO) GetType() string

GetType returns the Type field value if set, zero value otherwise.

func (*IdSourceContainerDTO) GetTypeOk ¶ added in v0.2.4

func (o *IdSourceContainerDTO) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IdSourceContainerDTO) HasIdSource ¶ added in v0.2.4

func (o *IdSourceContainerDTO) HasIdSource() bool

HasIdSource returns a boolean if a field has been set.

func (*IdSourceContainerDTO) HasName ¶ added in v0.2.4

func (o *IdSourceContainerDTO) HasName() bool

HasName returns a boolean if a field has been set.

func (*IdSourceContainerDTO) HasType ¶ added in v0.2.4

func (o *IdSourceContainerDTO) HasType() bool

HasType returns a boolean if a field has been set.

func (IdSourceContainerDTO) MarshalJSON ¶ added in v0.2.4

func (o IdSourceContainerDTO) MarshalJSON() ([]byte, error)

func (*IdSourceContainerDTO) SetIdSource ¶ added in v0.2.4

func (o *IdSourceContainerDTO) SetIdSource(v IdentitySourceDTO)

SetIdSource gets a reference to the given IdentitySourceDTO and assigns it to the IdSource field.

func (*IdSourceContainerDTO) SetName ¶ added in v0.2.4

func (o *IdSourceContainerDTO) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*IdSourceContainerDTO) SetType ¶ added in v0.2.4

func (o *IdSourceContainerDTO) SetType(v string)

SetType gets a reference to the given string and assigns it to the Type field.

func (*IdSourceContainerDTO) UnmarshalJSON ¶ added in v0.2.4

func (o *IdSourceContainerDTO) UnmarshalJSON(bytes []byte) (err error)

type IdentityApplianceContainerDTO ¶

type IdentityApplianceContainerDTO struct {
	Appliance            *IdentityApplianceDTO `json:"appliance,omitempty"`
	ExecEnvs             []string              `json:"execEnvs,omitempty"`
	IdSources            []string              `json:"idSources,omitempty"`
	Providers            []string              `json:"providers,omitempty"`
	AdditionalProperties map[string]interface{}
}

IdentityApplianceContainerDTO struct for IdentityApplianceContainerDTO

func NewIdentityApplianceContainerDTO ¶

func NewIdentityApplianceContainerDTO() *IdentityApplianceContainerDTO

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

func NewIdentityApplianceContainerDTOWithDefaults ¶

func NewIdentityApplianceContainerDTOWithDefaults() *IdentityApplianceContainerDTO

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

func (*IdentityApplianceContainerDTO) GetAppliance ¶

GetAppliance returns the Appliance field value if set, zero value otherwise.

func (*IdentityApplianceContainerDTO) GetApplianceOk ¶

GetApplianceOk returns a tuple with the Appliance field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IdentityApplianceContainerDTO) GetExecEnvs ¶ added in v0.4.4

func (o *IdentityApplianceContainerDTO) GetExecEnvs() []string

GetExecEnvs returns the ExecEnvs field value if set, zero value otherwise.

func (*IdentityApplianceContainerDTO) GetExecEnvsOk ¶ added in v0.4.4

func (o *IdentityApplianceContainerDTO) GetExecEnvsOk() ([]string, bool)

GetExecEnvsOk returns a tuple with the ExecEnvs field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IdentityApplianceContainerDTO) GetIdSources ¶

func (o *IdentityApplianceContainerDTO) GetIdSources() []string

GetIdSources returns the IdSources field value if set, zero value otherwise.

func (*IdentityApplianceContainerDTO) GetIdSourcesOk ¶

func (o *IdentityApplianceContainerDTO) GetIdSourcesOk() ([]string, bool)

GetIdSourcesOk returns a tuple with the IdSources field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IdentityApplianceContainerDTO) GetProviders ¶

func (o *IdentityApplianceContainerDTO) GetProviders() []string

GetProviders returns the Providers field value if set, zero value otherwise.

func (*IdentityApplianceContainerDTO) GetProvidersOk ¶

func (o *IdentityApplianceContainerDTO) GetProvidersOk() ([]string, bool)

GetProvidersOk returns a tuple with the Providers field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IdentityApplianceContainerDTO) HasAppliance ¶

func (o *IdentityApplianceContainerDTO) HasAppliance() bool

HasAppliance returns a boolean if a field has been set.

func (*IdentityApplianceContainerDTO) HasExecEnvs ¶ added in v0.4.4

func (o *IdentityApplianceContainerDTO) HasExecEnvs() bool

HasExecEnvs returns a boolean if a field has been set.

func (*IdentityApplianceContainerDTO) HasIdSources ¶

func (o *IdentityApplianceContainerDTO) HasIdSources() bool

HasIdSources returns a boolean if a field has been set.

func (*IdentityApplianceContainerDTO) HasProviders ¶

func (o *IdentityApplianceContainerDTO) HasProviders() bool

HasProviders returns a boolean if a field has been set.

func (IdentityApplianceContainerDTO) MarshalJSON ¶

func (o IdentityApplianceContainerDTO) MarshalJSON() ([]byte, error)

func (*IdentityApplianceContainerDTO) SetAppliance ¶

SetAppliance gets a reference to the given IdentityApplianceDTO and assigns it to the Appliance field.

func (*IdentityApplianceContainerDTO) SetExecEnvs ¶ added in v0.4.4

func (o *IdentityApplianceContainerDTO) SetExecEnvs(v []string)

SetExecEnvs gets a reference to the given []string and assigns it to the ExecEnvs field.

func (*IdentityApplianceContainerDTO) SetIdSources ¶

func (o *IdentityApplianceContainerDTO) SetIdSources(v []string)

SetIdSources gets a reference to the given []string and assigns it to the IdSources field.

func (*IdentityApplianceContainerDTO) SetProviders ¶

func (o *IdentityApplianceContainerDTO) SetProviders(v []string)

SetProviders gets a reference to the given []string and assigns it to the Providers field.

func (*IdentityApplianceContainerDTO) UnmarshalJSON ¶

func (o *IdentityApplianceContainerDTO) UnmarshalJSON(bytes []byte) (err error)

type IdentityApplianceDTO ¶

type IdentityApplianceDTO struct {
	Description              *string                         `json:"description,omitempty"`
	DisplayName              *string                         `json:"displayName,omitempty"`
	ElementId                *string                         `json:"elementId,omitempty"`
	Id                       *int64                          `json:"id,omitempty"`
	IdApplianceDefinition    *IdentityApplianceDefinitionDTO `json:"idApplianceDefinition,omitempty"`
	IdApplianceDefinitionBin *string                         `json:"idApplianceDefinitionBin,omitempty"`
	IdApplianceDeployment    *IdentityApplianceDeploymentDTO `json:"idApplianceDeployment,omitempty"`
	Name                     *string                         `json:"name,omitempty"`
	Namespace                *string                         `json:"namespace,omitempty"`
	State                    *string                         `json:"state,omitempty"`
	AdditionalProperties     map[string]interface{}
}

IdentityApplianceDTO struct for IdentityApplianceDTO

func NewIdentityApplianceDTO ¶

func NewIdentityApplianceDTO() *IdentityApplianceDTO

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

func NewIdentityApplianceDTOWithDefaults ¶

func NewIdentityApplianceDTOWithDefaults() *IdentityApplianceDTO

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

func (*IdentityApplianceDTO) GetDescription ¶

func (o *IdentityApplianceDTO) GetDescription() string

GetDescription returns the Description field value if set, zero value otherwise.

func (*IdentityApplianceDTO) GetDescriptionOk ¶

func (o *IdentityApplianceDTO) GetDescriptionOk() (*string, bool)

GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IdentityApplianceDTO) GetDisplayName ¶

func (o *IdentityApplianceDTO) GetDisplayName() string

GetDisplayName returns the DisplayName field value if set, zero value otherwise.

func (*IdentityApplianceDTO) GetDisplayNameOk ¶

func (o *IdentityApplianceDTO) GetDisplayNameOk() (*string, bool)

GetDisplayNameOk returns a tuple with the DisplayName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IdentityApplianceDTO) GetElementId ¶

func (o *IdentityApplianceDTO) GetElementId() string

GetElementId returns the ElementId field value if set, zero value otherwise.

func (*IdentityApplianceDTO) GetElementIdOk ¶

func (o *IdentityApplianceDTO) GetElementIdOk() (*string, bool)

GetElementIdOk returns a tuple with the ElementId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IdentityApplianceDTO) GetId ¶

func (o *IdentityApplianceDTO) GetId() int64

GetId returns the Id field value if set, zero value otherwise.

func (*IdentityApplianceDTO) GetIdApplianceDefinition ¶

func (o *IdentityApplianceDTO) GetIdApplianceDefinition() IdentityApplianceDefinitionDTO

GetIdApplianceDefinition returns the IdApplianceDefinition field value if set, zero value otherwise.

func (*IdentityApplianceDTO) GetIdApplianceDefinitionBin ¶

func (o *IdentityApplianceDTO) GetIdApplianceDefinitionBin() string

GetIdApplianceDefinitionBin returns the IdApplianceDefinitionBin field value if set, zero value otherwise.

func (*IdentityApplianceDTO) GetIdApplianceDefinitionBinOk ¶

func (o *IdentityApplianceDTO) GetIdApplianceDefinitionBinOk() (*string, bool)

GetIdApplianceDefinitionBinOk returns a tuple with the IdApplianceDefinitionBin field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IdentityApplianceDTO) GetIdApplianceDefinitionOk ¶

func (o *IdentityApplianceDTO) GetIdApplianceDefinitionOk() (*IdentityApplianceDefinitionDTO, bool)

GetIdApplianceDefinitionOk returns a tuple with the IdApplianceDefinition field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IdentityApplianceDTO) GetIdApplianceDeployment ¶

func (o *IdentityApplianceDTO) GetIdApplianceDeployment() IdentityApplianceDeploymentDTO

GetIdApplianceDeployment returns the IdApplianceDeployment field value if set, zero value otherwise.

func (*IdentityApplianceDTO) GetIdApplianceDeploymentOk ¶

func (o *IdentityApplianceDTO) GetIdApplianceDeploymentOk() (*IdentityApplianceDeploymentDTO, bool)

GetIdApplianceDeploymentOk returns a tuple with the IdApplianceDeployment field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IdentityApplianceDTO) GetIdOk ¶

func (o *IdentityApplianceDTO) GetIdOk() (*int64, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IdentityApplianceDTO) GetName ¶

func (o *IdentityApplianceDTO) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*IdentityApplianceDTO) GetNameOk ¶

func (o *IdentityApplianceDTO) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IdentityApplianceDTO) GetNamespace ¶

func (o *IdentityApplianceDTO) GetNamespace() string

GetNamespace returns the Namespace field value if set, zero value otherwise.

func (*IdentityApplianceDTO) GetNamespaceOk ¶

func (o *IdentityApplianceDTO) GetNamespaceOk() (*string, bool)

GetNamespaceOk returns a tuple with the Namespace field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IdentityApplianceDTO) GetState ¶

func (o *IdentityApplianceDTO) GetState() string

GetState returns the State field value if set, zero value otherwise.

func (*IdentityApplianceDTO) GetStateOk ¶

func (o *IdentityApplianceDTO) GetStateOk() (*string, bool)

GetStateOk returns a tuple with the State field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IdentityApplianceDTO) HasDescription ¶

func (o *IdentityApplianceDTO) HasDescription() bool

HasDescription returns a boolean if a field has been set.

func (*IdentityApplianceDTO) HasDisplayName ¶

func (o *IdentityApplianceDTO) HasDisplayName() bool

HasDisplayName returns a boolean if a field has been set.

func (*IdentityApplianceDTO) HasElementId ¶

func (o *IdentityApplianceDTO) HasElementId() bool

HasElementId returns a boolean if a field has been set.

func (*IdentityApplianceDTO) HasId ¶

func (o *IdentityApplianceDTO) HasId() bool

HasId returns a boolean if a field has been set.

func (*IdentityApplianceDTO) HasIdApplianceDefinition ¶

func (o *IdentityApplianceDTO) HasIdApplianceDefinition() bool

HasIdApplianceDefinition returns a boolean if a field has been set.

func (*IdentityApplianceDTO) HasIdApplianceDefinitionBin ¶

func (o *IdentityApplianceDTO) HasIdApplianceDefinitionBin() bool

HasIdApplianceDefinitionBin returns a boolean if a field has been set.

func (*IdentityApplianceDTO) HasIdApplianceDeployment ¶

func (o *IdentityApplianceDTO) HasIdApplianceDeployment() bool

HasIdApplianceDeployment returns a boolean if a field has been set.

func (*IdentityApplianceDTO) HasName ¶

func (o *IdentityApplianceDTO) HasName() bool

HasName returns a boolean if a field has been set.

func (*IdentityApplianceDTO) HasNamespace ¶

func (o *IdentityApplianceDTO) HasNamespace() bool

HasNamespace returns a boolean if a field has been set.

func (*IdentityApplianceDTO) HasState ¶

func (o *IdentityApplianceDTO) HasState() bool

HasState returns a boolean if a field has been set.

func (IdentityApplianceDTO) MarshalJSON ¶

func (o IdentityApplianceDTO) MarshalJSON() ([]byte, error)

func (*IdentityApplianceDTO) SetDescription ¶

func (o *IdentityApplianceDTO) SetDescription(v string)

SetDescription gets a reference to the given string and assigns it to the Description field.

func (*IdentityApplianceDTO) SetDisplayName ¶

func (o *IdentityApplianceDTO) SetDisplayName(v string)

SetDisplayName gets a reference to the given string and assigns it to the DisplayName field.

func (*IdentityApplianceDTO) SetElementId ¶

func (o *IdentityApplianceDTO) SetElementId(v string)

SetElementId gets a reference to the given string and assigns it to the ElementId field.

func (*IdentityApplianceDTO) SetId ¶

func (o *IdentityApplianceDTO) SetId(v int64)

SetId gets a reference to the given int64 and assigns it to the Id field.

func (*IdentityApplianceDTO) SetIdApplianceDefinition ¶

func (o *IdentityApplianceDTO) SetIdApplianceDefinition(v IdentityApplianceDefinitionDTO)

SetIdApplianceDefinition gets a reference to the given IdentityApplianceDefinitionDTO and assigns it to the IdApplianceDefinition field.

func (*IdentityApplianceDTO) SetIdApplianceDefinitionBin ¶

func (o *IdentityApplianceDTO) SetIdApplianceDefinitionBin(v string)

SetIdApplianceDefinitionBin gets a reference to the given string and assigns it to the IdApplianceDefinitionBin field.

func (*IdentityApplianceDTO) SetIdApplianceDeployment ¶

func (o *IdentityApplianceDTO) SetIdApplianceDeployment(v IdentityApplianceDeploymentDTO)

SetIdApplianceDeployment gets a reference to the given IdentityApplianceDeploymentDTO and assigns it to the IdApplianceDeployment field.

func (*IdentityApplianceDTO) SetName ¶

func (o *IdentityApplianceDTO) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*IdentityApplianceDTO) SetNamespace ¶

func (o *IdentityApplianceDTO) SetNamespace(v string)

SetNamespace gets a reference to the given string and assigns it to the Namespace field.

func (*IdentityApplianceDTO) SetState ¶

func (o *IdentityApplianceDTO) SetState(v string)

SetState gets a reference to the given string and assigns it to the State field.

func (*IdentityApplianceDTO) UnmarshalJSON ¶

func (o *IdentityApplianceDTO) UnmarshalJSON(bytes []byte) (err error)

type IdentityApplianceDefinitionDTO ¶

type IdentityApplianceDefinitionDTO struct {
	ActiveFeatures         []string                            `json:"activeFeatures,omitempty"`
	AuthenticationServices []AuthenticationServiceDTO          `json:"authenticationServices,omitempty"`
	Description            *string                             `json:"description,omitempty"`
	DisplayName            *string                             `json:"displayName,omitempty"`
	ElementId              *string                             `json:"elementId,omitempty"`
	ExecutionEnvironments  []ExecutionEnvironmentDTO           `json:"executionEnvironments,omitempty"`
	Id                     *int64                              `json:"id,omitempty"`
	IdentitySources        []IdentitySourceDTO                 `json:"identitySources,omitempty"`
	IdpSelector            *EntitySelectionStrategyDTO         `json:"idpSelector,omitempty"`
	Keystore               *KeystoreDTO                        `json:"keystore,omitempty"`
	LastModification       *time.Time                          `json:"lastModification,omitempty"`
	Location               *LocationDTO                        `json:"location,omitempty"`
	ModelVersion           *string                             `json:"modelVersion,omitempty"`
	Name                   *string                             `json:"name,omitempty"`
	Namespace              *string                             `json:"namespace,omitempty"`
	Providers              []ProviderDTO                       `json:"providers,omitempty"`
	RequiredBundles        []string                            `json:"requiredBundles,omitempty"`
	Revision               *int32                              `json:"revision,omitempty"`
	SecurityConfig         *IdentityApplianceSecurityConfigDTO `json:"securityConfig,omitempty"`
	ServiceResources       []ServiceResourceDTO                `json:"serviceResources,omitempty"`
	SupportedRoles         []string                            `json:"supportedRoles,omitempty"`
	UserDashboardBranding  *UserDashboardBrandingDTO           `json:"userDashboardBranding,omitempty"`
	AdditionalProperties   map[string]interface{}
}

IdentityApplianceDefinitionDTO struct for IdentityApplianceDefinitionDTO

func NewIdentityApplianceDefinitionDTO ¶

func NewIdentityApplianceDefinitionDTO() *IdentityApplianceDefinitionDTO

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

func NewIdentityApplianceDefinitionDTOWithDefaults ¶

func NewIdentityApplianceDefinitionDTOWithDefaults() *IdentityApplianceDefinitionDTO

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

func (*IdentityApplianceDefinitionDTO) GetActiveFeatures ¶

func (o *IdentityApplianceDefinitionDTO) GetActiveFeatures() []string

GetActiveFeatures returns the ActiveFeatures field value if set, zero value otherwise.

func (*IdentityApplianceDefinitionDTO) GetActiveFeaturesOk ¶

func (o *IdentityApplianceDefinitionDTO) GetActiveFeaturesOk() ([]string, bool)

GetActiveFeaturesOk returns a tuple with the ActiveFeatures field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IdentityApplianceDefinitionDTO) GetAuthenticationServices ¶

func (o *IdentityApplianceDefinitionDTO) GetAuthenticationServices() []AuthenticationServiceDTO

GetAuthenticationServices returns the AuthenticationServices field value if set, zero value otherwise.

func (*IdentityApplianceDefinitionDTO) GetAuthenticationServicesOk ¶

func (o *IdentityApplianceDefinitionDTO) GetAuthenticationServicesOk() ([]AuthenticationServiceDTO, bool)

GetAuthenticationServicesOk returns a tuple with the AuthenticationServices field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IdentityApplianceDefinitionDTO) GetDescription ¶

func (o *IdentityApplianceDefinitionDTO) GetDescription() string

GetDescription returns the Description field value if set, zero value otherwise.

func (*IdentityApplianceDefinitionDTO) GetDescriptionOk ¶

func (o *IdentityApplianceDefinitionDTO) GetDescriptionOk() (*string, bool)

GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IdentityApplianceDefinitionDTO) GetDisplayName ¶

func (o *IdentityApplianceDefinitionDTO) GetDisplayName() string

GetDisplayName returns the DisplayName field value if set, zero value otherwise.

func (*IdentityApplianceDefinitionDTO) GetDisplayNameOk ¶

func (o *IdentityApplianceDefinitionDTO) GetDisplayNameOk() (*string, bool)

GetDisplayNameOk returns a tuple with the DisplayName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IdentityApplianceDefinitionDTO) GetElementId ¶

func (o *IdentityApplianceDefinitionDTO) GetElementId() string

GetElementId returns the ElementId field value if set, zero value otherwise.

func (*IdentityApplianceDefinitionDTO) GetElementIdOk ¶

func (o *IdentityApplianceDefinitionDTO) GetElementIdOk() (*string, bool)

GetElementIdOk returns a tuple with the ElementId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IdentityApplianceDefinitionDTO) GetExecutionEnvironments ¶

func (o *IdentityApplianceDefinitionDTO) GetExecutionEnvironments() []ExecutionEnvironmentDTO

GetExecutionEnvironments returns the ExecutionEnvironments field value if set, zero value otherwise.

func (*IdentityApplianceDefinitionDTO) GetExecutionEnvironmentsOk ¶

func (o *IdentityApplianceDefinitionDTO) GetExecutionEnvironmentsOk() ([]ExecutionEnvironmentDTO, bool)

GetExecutionEnvironmentsOk returns a tuple with the ExecutionEnvironments field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IdentityApplianceDefinitionDTO) GetId ¶

GetId returns the Id field value if set, zero value otherwise.

func (*IdentityApplianceDefinitionDTO) GetIdOk ¶

func (o *IdentityApplianceDefinitionDTO) GetIdOk() (*int64, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IdentityApplianceDefinitionDTO) GetIdentitySources ¶

func (o *IdentityApplianceDefinitionDTO) GetIdentitySources() []IdentitySourceDTO

GetIdentitySources returns the IdentitySources field value if set, zero value otherwise.

func (*IdentityApplianceDefinitionDTO) GetIdentitySourcesOk ¶

func (o *IdentityApplianceDefinitionDTO) GetIdentitySourcesOk() ([]IdentitySourceDTO, bool)

GetIdentitySourcesOk returns a tuple with the IdentitySources field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IdentityApplianceDefinitionDTO) GetIdpSelector ¶

GetIdpSelector returns the IdpSelector field value if set, zero value otherwise.

func (*IdentityApplianceDefinitionDTO) GetIdpSelectorOk ¶

GetIdpSelectorOk returns a tuple with the IdpSelector field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IdentityApplianceDefinitionDTO) GetKeystore ¶

GetKeystore returns the Keystore field value if set, zero value otherwise.

func (*IdentityApplianceDefinitionDTO) GetKeystoreOk ¶

func (o *IdentityApplianceDefinitionDTO) GetKeystoreOk() (*KeystoreDTO, bool)

GetKeystoreOk returns a tuple with the Keystore field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IdentityApplianceDefinitionDTO) GetLastModification ¶

func (o *IdentityApplianceDefinitionDTO) GetLastModification() time.Time

GetLastModification returns the LastModification field value if set, zero value otherwise.

func (*IdentityApplianceDefinitionDTO) GetLastModificationOk ¶

func (o *IdentityApplianceDefinitionDTO) GetLastModificationOk() (*time.Time, bool)

GetLastModificationOk returns a tuple with the LastModification field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IdentityApplianceDefinitionDTO) GetLocation ¶

GetLocation returns the Location field value if set, zero value otherwise.

func (*IdentityApplianceDefinitionDTO) GetLocationOk ¶

func (o *IdentityApplianceDefinitionDTO) GetLocationOk() (*LocationDTO, bool)

GetLocationOk returns a tuple with the Location field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IdentityApplianceDefinitionDTO) GetModelVersion ¶

func (o *IdentityApplianceDefinitionDTO) GetModelVersion() string

GetModelVersion returns the ModelVersion field value if set, zero value otherwise.

func (*IdentityApplianceDefinitionDTO) GetModelVersionOk ¶

func (o *IdentityApplianceDefinitionDTO) GetModelVersionOk() (*string, bool)

GetModelVersionOk returns a tuple with the ModelVersion field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IdentityApplianceDefinitionDTO) GetName ¶

GetName returns the Name field value if set, zero value otherwise.

func (*IdentityApplianceDefinitionDTO) GetNameOk ¶

func (o *IdentityApplianceDefinitionDTO) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IdentityApplianceDefinitionDTO) GetNamespace ¶

func (o *IdentityApplianceDefinitionDTO) GetNamespace() string

GetNamespace returns the Namespace field value if set, zero value otherwise.

func (*IdentityApplianceDefinitionDTO) GetNamespaceOk ¶

func (o *IdentityApplianceDefinitionDTO) GetNamespaceOk() (*string, bool)

GetNamespaceOk returns a tuple with the Namespace field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IdentityApplianceDefinitionDTO) GetProviders ¶

func (o *IdentityApplianceDefinitionDTO) GetProviders() []ProviderDTO

GetProviders returns the Providers field value if set, zero value otherwise.

func (*IdentityApplianceDefinitionDTO) GetProvidersOk ¶

func (o *IdentityApplianceDefinitionDTO) GetProvidersOk() ([]ProviderDTO, bool)

GetProvidersOk returns a tuple with the Providers field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IdentityApplianceDefinitionDTO) GetRequiredBundles ¶

func (o *IdentityApplianceDefinitionDTO) GetRequiredBundles() []string

GetRequiredBundles returns the RequiredBundles field value if set, zero value otherwise.

func (*IdentityApplianceDefinitionDTO) GetRequiredBundlesOk ¶

func (o *IdentityApplianceDefinitionDTO) GetRequiredBundlesOk() ([]string, bool)

GetRequiredBundlesOk returns a tuple with the RequiredBundles field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IdentityApplianceDefinitionDTO) GetRevision ¶

func (o *IdentityApplianceDefinitionDTO) GetRevision() int32

GetRevision returns the Revision field value if set, zero value otherwise.

func (*IdentityApplianceDefinitionDTO) GetRevisionOk ¶

func (o *IdentityApplianceDefinitionDTO) GetRevisionOk() (*int32, bool)

GetRevisionOk returns a tuple with the Revision field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IdentityApplianceDefinitionDTO) GetSecurityConfig ¶

GetSecurityConfig returns the SecurityConfig field value if set, zero value otherwise.

func (*IdentityApplianceDefinitionDTO) GetSecurityConfigOk ¶

GetSecurityConfigOk returns a tuple with the SecurityConfig field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IdentityApplianceDefinitionDTO) GetServiceResources ¶

func (o *IdentityApplianceDefinitionDTO) GetServiceResources() []ServiceResourceDTO

GetServiceResources returns the ServiceResources field value if set, zero value otherwise.

func (*IdentityApplianceDefinitionDTO) GetServiceResourcesOk ¶

func (o *IdentityApplianceDefinitionDTO) GetServiceResourcesOk() ([]ServiceResourceDTO, bool)

GetServiceResourcesOk returns a tuple with the ServiceResources field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IdentityApplianceDefinitionDTO) GetSupportedRoles ¶

func (o *IdentityApplianceDefinitionDTO) GetSupportedRoles() []string

GetSupportedRoles returns the SupportedRoles field value if set, zero value otherwise.

func (*IdentityApplianceDefinitionDTO) GetSupportedRolesOk ¶

func (o *IdentityApplianceDefinitionDTO) GetSupportedRolesOk() ([]string, bool)

GetSupportedRolesOk returns a tuple with the SupportedRoles field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IdentityApplianceDefinitionDTO) GetUserDashboardBranding ¶

func (o *IdentityApplianceDefinitionDTO) GetUserDashboardBranding() UserDashboardBrandingDTO

GetUserDashboardBranding returns the UserDashboardBranding field value if set, zero value otherwise.

func (*IdentityApplianceDefinitionDTO) GetUserDashboardBrandingOk ¶

func (o *IdentityApplianceDefinitionDTO) GetUserDashboardBrandingOk() (*UserDashboardBrandingDTO, bool)

GetUserDashboardBrandingOk returns a tuple with the UserDashboardBranding field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IdentityApplianceDefinitionDTO) HasActiveFeatures ¶

func (o *IdentityApplianceDefinitionDTO) HasActiveFeatures() bool

HasActiveFeatures returns a boolean if a field has been set.

func (*IdentityApplianceDefinitionDTO) HasAuthenticationServices ¶

func (o *IdentityApplianceDefinitionDTO) HasAuthenticationServices() bool

HasAuthenticationServices returns a boolean if a field has been set.

func (*IdentityApplianceDefinitionDTO) HasDescription ¶

func (o *IdentityApplianceDefinitionDTO) HasDescription() bool

HasDescription returns a boolean if a field has been set.

func (*IdentityApplianceDefinitionDTO) HasDisplayName ¶

func (o *IdentityApplianceDefinitionDTO) HasDisplayName() bool

HasDisplayName returns a boolean if a field has been set.

func (*IdentityApplianceDefinitionDTO) HasElementId ¶

func (o *IdentityApplianceDefinitionDTO) HasElementId() bool

HasElementId returns a boolean if a field has been set.

func (*IdentityApplianceDefinitionDTO) HasExecutionEnvironments ¶

func (o *IdentityApplianceDefinitionDTO) HasExecutionEnvironments() bool

HasExecutionEnvironments returns a boolean if a field has been set.

func (*IdentityApplianceDefinitionDTO) HasId ¶

HasId returns a boolean if a field has been set.

func (*IdentityApplianceDefinitionDTO) HasIdentitySources ¶

func (o *IdentityApplianceDefinitionDTO) HasIdentitySources() bool

HasIdentitySources returns a boolean if a field has been set.

func (*IdentityApplianceDefinitionDTO) HasIdpSelector ¶

func (o *IdentityApplianceDefinitionDTO) HasIdpSelector() bool

HasIdpSelector returns a boolean if a field has been set.

func (*IdentityApplianceDefinitionDTO) HasKeystore ¶

func (o *IdentityApplianceDefinitionDTO) HasKeystore() bool

HasKeystore returns a boolean if a field has been set.

func (*IdentityApplianceDefinitionDTO) HasLastModification ¶

func (o *IdentityApplianceDefinitionDTO) HasLastModification() bool

HasLastModification returns a boolean if a field has been set.

func (*IdentityApplianceDefinitionDTO) HasLocation ¶

func (o *IdentityApplianceDefinitionDTO) HasLocation() bool

HasLocation returns a boolean if a field has been set.

func (*IdentityApplianceDefinitionDTO) HasModelVersion ¶

func (o *IdentityApplianceDefinitionDTO) HasModelVersion() bool

HasModelVersion returns a boolean if a field has been set.

func (*IdentityApplianceDefinitionDTO) HasName ¶

func (o *IdentityApplianceDefinitionDTO) HasName() bool

HasName returns a boolean if a field has been set.

func (*IdentityApplianceDefinitionDTO) HasNamespace ¶

func (o *IdentityApplianceDefinitionDTO) HasNamespace() bool

HasNamespace returns a boolean if a field has been set.

func (*IdentityApplianceDefinitionDTO) HasProviders ¶

func (o *IdentityApplianceDefinitionDTO) HasProviders() bool

HasProviders returns a boolean if a field has been set.

func (*IdentityApplianceDefinitionDTO) HasRequiredBundles ¶

func (o *IdentityApplianceDefinitionDTO) HasRequiredBundles() bool

HasRequiredBundles returns a boolean if a field has been set.

func (*IdentityApplianceDefinitionDTO) HasRevision ¶

func (o *IdentityApplianceDefinitionDTO) HasRevision() bool

HasRevision returns a boolean if a field has been set.

func (*IdentityApplianceDefinitionDTO) HasSecurityConfig ¶

func (o *IdentityApplianceDefinitionDTO) HasSecurityConfig() bool

HasSecurityConfig returns a boolean if a field has been set.

func (*IdentityApplianceDefinitionDTO) HasServiceResources ¶

func (o *IdentityApplianceDefinitionDTO) HasServiceResources() bool

HasServiceResources returns a boolean if a field has been set.

func (*IdentityApplianceDefinitionDTO) HasSupportedRoles ¶

func (o *IdentityApplianceDefinitionDTO) HasSupportedRoles() bool

HasSupportedRoles returns a boolean if a field has been set.

func (*IdentityApplianceDefinitionDTO) HasUserDashboardBranding ¶

func (o *IdentityApplianceDefinitionDTO) HasUserDashboardBranding() bool

HasUserDashboardBranding returns a boolean if a field has been set.

func (IdentityApplianceDefinitionDTO) MarshalJSON ¶

func (o IdentityApplianceDefinitionDTO) MarshalJSON() ([]byte, error)

func (*IdentityApplianceDefinitionDTO) SetActiveFeatures ¶

func (o *IdentityApplianceDefinitionDTO) SetActiveFeatures(v []string)

SetActiveFeatures gets a reference to the given []string and assigns it to the ActiveFeatures field.

func (*IdentityApplianceDefinitionDTO) SetAuthenticationServices ¶

func (o *IdentityApplianceDefinitionDTO) SetAuthenticationServices(v []AuthenticationServiceDTO)

SetAuthenticationServices gets a reference to the given []AuthenticationServiceDTO and assigns it to the AuthenticationServices field.

func (*IdentityApplianceDefinitionDTO) SetDescription ¶

func (o *IdentityApplianceDefinitionDTO) SetDescription(v string)

SetDescription gets a reference to the given string and assigns it to the Description field.

func (*IdentityApplianceDefinitionDTO) SetDisplayName ¶

func (o *IdentityApplianceDefinitionDTO) SetDisplayName(v string)

SetDisplayName gets a reference to the given string and assigns it to the DisplayName field.

func (*IdentityApplianceDefinitionDTO) SetElementId ¶

func (o *IdentityApplianceDefinitionDTO) SetElementId(v string)

SetElementId gets a reference to the given string and assigns it to the ElementId field.

func (*IdentityApplianceDefinitionDTO) SetExecutionEnvironments ¶

func (o *IdentityApplianceDefinitionDTO) SetExecutionEnvironments(v []ExecutionEnvironmentDTO)

SetExecutionEnvironments gets a reference to the given []ExecutionEnvironmentDTO and assigns it to the ExecutionEnvironments field.

func (*IdentityApplianceDefinitionDTO) SetId ¶

SetId gets a reference to the given int64 and assigns it to the Id field.

func (*IdentityApplianceDefinitionDTO) SetIdentitySources ¶

func (o *IdentityApplianceDefinitionDTO) SetIdentitySources(v []IdentitySourceDTO)

SetIdentitySources gets a reference to the given []IdentitySourceDTO and assigns it to the IdentitySources field.

func (*IdentityApplianceDefinitionDTO) SetIdpSelector ¶

SetIdpSelector gets a reference to the given EntitySelectionStrategyDTO and assigns it to the IdpSelector field.

func (*IdentityApplianceDefinitionDTO) SetKeystore ¶

func (o *IdentityApplianceDefinitionDTO) SetKeystore(v KeystoreDTO)

SetKeystore gets a reference to the given KeystoreDTO and assigns it to the Keystore field.

func (*IdentityApplianceDefinitionDTO) SetLastModification ¶

func (o *IdentityApplianceDefinitionDTO) SetLastModification(v time.Time)

SetLastModification gets a reference to the given time.Time and assigns it to the LastModification field.

func (*IdentityApplianceDefinitionDTO) SetLocation ¶

func (o *IdentityApplianceDefinitionDTO) SetLocation(v LocationDTO)

SetLocation gets a reference to the given LocationDTO and assigns it to the Location field.

func (*IdentityApplianceDefinitionDTO) SetModelVersion ¶

func (o *IdentityApplianceDefinitionDTO) SetModelVersion(v string)

SetModelVersion gets a reference to the given string and assigns it to the ModelVersion field.

func (*IdentityApplianceDefinitionDTO) SetName ¶

func (o *IdentityApplianceDefinitionDTO) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*IdentityApplianceDefinitionDTO) SetNamespace ¶

func (o *IdentityApplianceDefinitionDTO) SetNamespace(v string)

SetNamespace gets a reference to the given string and assigns it to the Namespace field.

func (*IdentityApplianceDefinitionDTO) SetProviders ¶

func (o *IdentityApplianceDefinitionDTO) SetProviders(v []ProviderDTO)

SetProviders gets a reference to the given []ProviderDTO and assigns it to the Providers field.

func (*IdentityApplianceDefinitionDTO) SetRequiredBundles ¶

func (o *IdentityApplianceDefinitionDTO) SetRequiredBundles(v []string)

SetRequiredBundles gets a reference to the given []string and assigns it to the RequiredBundles field.

func (*IdentityApplianceDefinitionDTO) SetRevision ¶

func (o *IdentityApplianceDefinitionDTO) SetRevision(v int32)

SetRevision gets a reference to the given int32 and assigns it to the Revision field.

func (*IdentityApplianceDefinitionDTO) SetSecurityConfig ¶

SetSecurityConfig gets a reference to the given IdentityApplianceSecurityConfigDTO and assigns it to the SecurityConfig field.

func (*IdentityApplianceDefinitionDTO) SetServiceResources ¶

func (o *IdentityApplianceDefinitionDTO) SetServiceResources(v []ServiceResourceDTO)

SetServiceResources gets a reference to the given []ServiceResourceDTO and assigns it to the ServiceResources field.

func (*IdentityApplianceDefinitionDTO) SetSupportedRoles ¶

func (o *IdentityApplianceDefinitionDTO) SetSupportedRoles(v []string)

SetSupportedRoles gets a reference to the given []string and assigns it to the SupportedRoles field.

func (*IdentityApplianceDefinitionDTO) SetUserDashboardBranding ¶

func (o *IdentityApplianceDefinitionDTO) SetUserDashboardBranding(v UserDashboardBrandingDTO)

SetUserDashboardBranding gets a reference to the given UserDashboardBrandingDTO and assigns it to the UserDashboardBranding field.

func (*IdentityApplianceDefinitionDTO) UnmarshalJSON ¶

func (o *IdentityApplianceDefinitionDTO) UnmarshalJSON(bytes []byte) (err error)

type IdentityApplianceDeploymentDTO ¶

type IdentityApplianceDeploymentDTO struct {
	DeployedRevision     *int32                     `json:"deployedRevision,omitempty"`
	DeploymentTime       *time.Time                 `json:"deploymentTime,omitempty"`
	Description          *string                    `json:"description,omitempty"`
	ElementId            *string                    `json:"elementId,omitempty"`
	FeatureName          *string                    `json:"featureName,omitempty"`
	FeatureUri           *string                    `json:"featureUri,omitempty"`
	Id                   *int64                     `json:"id,omitempty"`
	Idaus                []IdentityApplianceUnitDTO `json:"idaus,omitempty"`
	State                *string                    `json:"state,omitempty"`
	AdditionalProperties map[string]interface{}
}

IdentityApplianceDeploymentDTO struct for IdentityApplianceDeploymentDTO

func NewIdentityApplianceDeploymentDTO ¶

func NewIdentityApplianceDeploymentDTO() *IdentityApplianceDeploymentDTO

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

func NewIdentityApplianceDeploymentDTOWithDefaults ¶

func NewIdentityApplianceDeploymentDTOWithDefaults() *IdentityApplianceDeploymentDTO

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

func (*IdentityApplianceDeploymentDTO) GetDeployedRevision ¶

func (o *IdentityApplianceDeploymentDTO) GetDeployedRevision() int32

GetDeployedRevision returns the DeployedRevision field value if set, zero value otherwise.

func (*IdentityApplianceDeploymentDTO) GetDeployedRevisionOk ¶

func (o *IdentityApplianceDeploymentDTO) GetDeployedRevisionOk() (*int32, bool)

GetDeployedRevisionOk returns a tuple with the DeployedRevision field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IdentityApplianceDeploymentDTO) GetDeploymentTime ¶

func (o *IdentityApplianceDeploymentDTO) GetDeploymentTime() time.Time

GetDeploymentTime returns the DeploymentTime field value if set, zero value otherwise.

func (*IdentityApplianceDeploymentDTO) GetDeploymentTimeOk ¶

func (o *IdentityApplianceDeploymentDTO) GetDeploymentTimeOk() (*time.Time, bool)

GetDeploymentTimeOk returns a tuple with the DeploymentTime field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IdentityApplianceDeploymentDTO) GetDescription ¶

func (o *IdentityApplianceDeploymentDTO) GetDescription() string

GetDescription returns the Description field value if set, zero value otherwise.

func (*IdentityApplianceDeploymentDTO) GetDescriptionOk ¶

func (o *IdentityApplianceDeploymentDTO) GetDescriptionOk() (*string, bool)

GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IdentityApplianceDeploymentDTO) GetElementId ¶

func (o *IdentityApplianceDeploymentDTO) GetElementId() string

GetElementId returns the ElementId field value if set, zero value otherwise.

func (*IdentityApplianceDeploymentDTO) GetElementIdOk ¶

func (o *IdentityApplianceDeploymentDTO) GetElementIdOk() (*string, bool)

GetElementIdOk returns a tuple with the ElementId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IdentityApplianceDeploymentDTO) GetFeatureName ¶

func (o *IdentityApplianceDeploymentDTO) GetFeatureName() string

GetFeatureName returns the FeatureName field value if set, zero value otherwise.

func (*IdentityApplianceDeploymentDTO) GetFeatureNameOk ¶

func (o *IdentityApplianceDeploymentDTO) GetFeatureNameOk() (*string, bool)

GetFeatureNameOk returns a tuple with the FeatureName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IdentityApplianceDeploymentDTO) GetFeatureUri ¶

func (o *IdentityApplianceDeploymentDTO) GetFeatureUri() string

GetFeatureUri returns the FeatureUri field value if set, zero value otherwise.

func (*IdentityApplianceDeploymentDTO) GetFeatureUriOk ¶

func (o *IdentityApplianceDeploymentDTO) GetFeatureUriOk() (*string, bool)

GetFeatureUriOk returns a tuple with the FeatureUri field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IdentityApplianceDeploymentDTO) GetId ¶

GetId returns the Id field value if set, zero value otherwise.

func (*IdentityApplianceDeploymentDTO) GetIdOk ¶

func (o *IdentityApplianceDeploymentDTO) GetIdOk() (*int64, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IdentityApplianceDeploymentDTO) GetIdaus ¶

GetIdaus returns the Idaus field value if set, zero value otherwise.

func (*IdentityApplianceDeploymentDTO) GetIdausOk ¶

GetIdausOk returns a tuple with the Idaus field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IdentityApplianceDeploymentDTO) GetState ¶

func (o *IdentityApplianceDeploymentDTO) GetState() string

GetState returns the State field value if set, zero value otherwise.

func (*IdentityApplianceDeploymentDTO) GetStateOk ¶

func (o *IdentityApplianceDeploymentDTO) GetStateOk() (*string, bool)

GetStateOk returns a tuple with the State field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IdentityApplianceDeploymentDTO) HasDeployedRevision ¶

func (o *IdentityApplianceDeploymentDTO) HasDeployedRevision() bool

HasDeployedRevision returns a boolean if a field has been set.

func (*IdentityApplianceDeploymentDTO) HasDeploymentTime ¶

func (o *IdentityApplianceDeploymentDTO) HasDeploymentTime() bool

HasDeploymentTime returns a boolean if a field has been set.

func (*IdentityApplianceDeploymentDTO) HasDescription ¶

func (o *IdentityApplianceDeploymentDTO) HasDescription() bool

HasDescription returns a boolean if a field has been set.

func (*IdentityApplianceDeploymentDTO) HasElementId ¶

func (o *IdentityApplianceDeploymentDTO) HasElementId() bool

HasElementId returns a boolean if a field has been set.

func (*IdentityApplianceDeploymentDTO) HasFeatureName ¶

func (o *IdentityApplianceDeploymentDTO) HasFeatureName() bool

HasFeatureName returns a boolean if a field has been set.

func (*IdentityApplianceDeploymentDTO) HasFeatureUri ¶

func (o *IdentityApplianceDeploymentDTO) HasFeatureUri() bool

HasFeatureUri returns a boolean if a field has been set.

func (*IdentityApplianceDeploymentDTO) HasId ¶

HasId returns a boolean if a field has been set.

func (*IdentityApplianceDeploymentDTO) HasIdaus ¶

func (o *IdentityApplianceDeploymentDTO) HasIdaus() bool

HasIdaus returns a boolean if a field has been set.

func (*IdentityApplianceDeploymentDTO) HasState ¶

func (o *IdentityApplianceDeploymentDTO) HasState() bool

HasState returns a boolean if a field has been set.

func (IdentityApplianceDeploymentDTO) MarshalJSON ¶

func (o IdentityApplianceDeploymentDTO) MarshalJSON() ([]byte, error)

func (*IdentityApplianceDeploymentDTO) SetDeployedRevision ¶

func (o *IdentityApplianceDeploymentDTO) SetDeployedRevision(v int32)

SetDeployedRevision gets a reference to the given int32 and assigns it to the DeployedRevision field.

func (*IdentityApplianceDeploymentDTO) SetDeploymentTime ¶

func (o *IdentityApplianceDeploymentDTO) SetDeploymentTime(v time.Time)

SetDeploymentTime gets a reference to the given time.Time and assigns it to the DeploymentTime field.

func (*IdentityApplianceDeploymentDTO) SetDescription ¶

func (o *IdentityApplianceDeploymentDTO) SetDescription(v string)

SetDescription gets a reference to the given string and assigns it to the Description field.

func (*IdentityApplianceDeploymentDTO) SetElementId ¶

func (o *IdentityApplianceDeploymentDTO) SetElementId(v string)

SetElementId gets a reference to the given string and assigns it to the ElementId field.

func (*IdentityApplianceDeploymentDTO) SetFeatureName ¶

func (o *IdentityApplianceDeploymentDTO) SetFeatureName(v string)

SetFeatureName gets a reference to the given string and assigns it to the FeatureName field.

func (*IdentityApplianceDeploymentDTO) SetFeatureUri ¶

func (o *IdentityApplianceDeploymentDTO) SetFeatureUri(v string)

SetFeatureUri gets a reference to the given string and assigns it to the FeatureUri field.

func (*IdentityApplianceDeploymentDTO) SetId ¶

SetId gets a reference to the given int64 and assigns it to the Id field.

func (*IdentityApplianceDeploymentDTO) SetIdaus ¶

SetIdaus gets a reference to the given []IdentityApplianceUnitDTO and assigns it to the Idaus field.

func (*IdentityApplianceDeploymentDTO) SetState ¶

func (o *IdentityApplianceDeploymentDTO) SetState(v string)

SetState gets a reference to the given string and assigns it to the State field.

func (*IdentityApplianceDeploymentDTO) UnmarshalJSON ¶

func (o *IdentityApplianceDeploymentDTO) UnmarshalJSON(bytes []byte) (err error)

type IdentityApplianceSecurityConfigDTO ¶

type IdentityApplianceSecurityConfigDTO struct {
	EncryptSensitiveData *bool   `json:"encryptSensitiveData,omitempty"`
	Encryption           *string `json:"encryption,omitempty"`
	EncryptionConfig     *string `json:"encryptionConfig,omitempty"`
	EncryptionConfigFile *string `json:"encryptionConfigFile,omitempty"`
	EncryptionPassword   *string `json:"encryptionPassword,omitempty"`
	ExternalConfig       *bool   `json:"externalConfig,omitempty"`
	ExternalConfigFile   *string `json:"externalConfigFile,omitempty"`
	PasswordProperty     *string `json:"passwordProperty,omitempty"`
	Salt                 *string `json:"salt,omitempty"`
	SaltProperty         *string `json:"saltProperty,omitempty"`
	SaltValue            *string `json:"saltValue,omitempty"`
	AdditionalProperties map[string]interface{}
}

IdentityApplianceSecurityConfigDTO struct for IdentityApplianceSecurityConfigDTO

func NewIdentityApplianceSecurityConfigDTO ¶

func NewIdentityApplianceSecurityConfigDTO() *IdentityApplianceSecurityConfigDTO

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

func NewIdentityApplianceSecurityConfigDTOWithDefaults ¶

func NewIdentityApplianceSecurityConfigDTOWithDefaults() *IdentityApplianceSecurityConfigDTO

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

func (*IdentityApplianceSecurityConfigDTO) GetEncryptSensitiveData ¶

func (o *IdentityApplianceSecurityConfigDTO) GetEncryptSensitiveData() bool

GetEncryptSensitiveData returns the EncryptSensitiveData field value if set, zero value otherwise.

func (*IdentityApplianceSecurityConfigDTO) GetEncryptSensitiveDataOk ¶

func (o *IdentityApplianceSecurityConfigDTO) GetEncryptSensitiveDataOk() (*bool, bool)

GetEncryptSensitiveDataOk returns a tuple with the EncryptSensitiveData field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IdentityApplianceSecurityConfigDTO) GetEncryption ¶

func (o *IdentityApplianceSecurityConfigDTO) GetEncryption() string

GetEncryption returns the Encryption field value if set, zero value otherwise.

func (*IdentityApplianceSecurityConfigDTO) GetEncryptionConfig ¶

func (o *IdentityApplianceSecurityConfigDTO) GetEncryptionConfig() string

GetEncryptionConfig returns the EncryptionConfig field value if set, zero value otherwise.

func (*IdentityApplianceSecurityConfigDTO) GetEncryptionConfigFile ¶

func (o *IdentityApplianceSecurityConfigDTO) GetEncryptionConfigFile() string

GetEncryptionConfigFile returns the EncryptionConfigFile field value if set, zero value otherwise.

func (*IdentityApplianceSecurityConfigDTO) GetEncryptionConfigFileOk ¶

func (o *IdentityApplianceSecurityConfigDTO) GetEncryptionConfigFileOk() (*string, bool)

GetEncryptionConfigFileOk returns a tuple with the EncryptionConfigFile field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IdentityApplianceSecurityConfigDTO) GetEncryptionConfigOk ¶

func (o *IdentityApplianceSecurityConfigDTO) GetEncryptionConfigOk() (*string, bool)

GetEncryptionConfigOk returns a tuple with the EncryptionConfig field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IdentityApplianceSecurityConfigDTO) GetEncryptionOk ¶

func (o *IdentityApplianceSecurityConfigDTO) GetEncryptionOk() (*string, bool)

GetEncryptionOk returns a tuple with the Encryption field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IdentityApplianceSecurityConfigDTO) GetEncryptionPassword ¶

func (o *IdentityApplianceSecurityConfigDTO) GetEncryptionPassword() string

GetEncryptionPassword returns the EncryptionPassword field value if set, zero value otherwise.

func (*IdentityApplianceSecurityConfigDTO) GetEncryptionPasswordOk ¶

func (o *IdentityApplianceSecurityConfigDTO) GetEncryptionPasswordOk() (*string, bool)

GetEncryptionPasswordOk returns a tuple with the EncryptionPassword field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IdentityApplianceSecurityConfigDTO) GetExternalConfig ¶

func (o *IdentityApplianceSecurityConfigDTO) GetExternalConfig() bool

GetExternalConfig returns the ExternalConfig field value if set, zero value otherwise.

func (*IdentityApplianceSecurityConfigDTO) GetExternalConfigFile ¶

func (o *IdentityApplianceSecurityConfigDTO) GetExternalConfigFile() string

GetExternalConfigFile returns the ExternalConfigFile field value if set, zero value otherwise.

func (*IdentityApplianceSecurityConfigDTO) GetExternalConfigFileOk ¶

func (o *IdentityApplianceSecurityConfigDTO) GetExternalConfigFileOk() (*string, bool)

GetExternalConfigFileOk returns a tuple with the ExternalConfigFile field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IdentityApplianceSecurityConfigDTO) GetExternalConfigOk ¶

func (o *IdentityApplianceSecurityConfigDTO) GetExternalConfigOk() (*bool, bool)

GetExternalConfigOk returns a tuple with the ExternalConfig field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IdentityApplianceSecurityConfigDTO) GetPasswordProperty ¶

func (o *IdentityApplianceSecurityConfigDTO) GetPasswordProperty() string

GetPasswordProperty returns the PasswordProperty field value if set, zero value otherwise.

func (*IdentityApplianceSecurityConfigDTO) GetPasswordPropertyOk ¶

func (o *IdentityApplianceSecurityConfigDTO) GetPasswordPropertyOk() (*string, bool)

GetPasswordPropertyOk returns a tuple with the PasswordProperty field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IdentityApplianceSecurityConfigDTO) GetSalt ¶

GetSalt returns the Salt field value if set, zero value otherwise.

func (*IdentityApplianceSecurityConfigDTO) GetSaltOk ¶

func (o *IdentityApplianceSecurityConfigDTO) GetSaltOk() (*string, bool)

GetSaltOk returns a tuple with the Salt field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IdentityApplianceSecurityConfigDTO) GetSaltProperty ¶

func (o *IdentityApplianceSecurityConfigDTO) GetSaltProperty() string

GetSaltProperty returns the SaltProperty field value if set, zero value otherwise.

func (*IdentityApplianceSecurityConfigDTO) GetSaltPropertyOk ¶

func (o *IdentityApplianceSecurityConfigDTO) GetSaltPropertyOk() (*string, bool)

GetSaltPropertyOk returns a tuple with the SaltProperty field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IdentityApplianceSecurityConfigDTO) GetSaltValue ¶

func (o *IdentityApplianceSecurityConfigDTO) GetSaltValue() string

GetSaltValue returns the SaltValue field value if set, zero value otherwise.

func (*IdentityApplianceSecurityConfigDTO) GetSaltValueOk ¶

func (o *IdentityApplianceSecurityConfigDTO) GetSaltValueOk() (*string, bool)

GetSaltValueOk returns a tuple with the SaltValue field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IdentityApplianceSecurityConfigDTO) HasEncryptSensitiveData ¶

func (o *IdentityApplianceSecurityConfigDTO) HasEncryptSensitiveData() bool

HasEncryptSensitiveData returns a boolean if a field has been set.

func (*IdentityApplianceSecurityConfigDTO) HasEncryption ¶

func (o *IdentityApplianceSecurityConfigDTO) HasEncryption() bool

HasEncryption returns a boolean if a field has been set.

func (*IdentityApplianceSecurityConfigDTO) HasEncryptionConfig ¶

func (o *IdentityApplianceSecurityConfigDTO) HasEncryptionConfig() bool

HasEncryptionConfig returns a boolean if a field has been set.

func (*IdentityApplianceSecurityConfigDTO) HasEncryptionConfigFile ¶

func (o *IdentityApplianceSecurityConfigDTO) HasEncryptionConfigFile() bool

HasEncryptionConfigFile returns a boolean if a field has been set.

func (*IdentityApplianceSecurityConfigDTO) HasEncryptionPassword ¶

func (o *IdentityApplianceSecurityConfigDTO) HasEncryptionPassword() bool

HasEncryptionPassword returns a boolean if a field has been set.

func (*IdentityApplianceSecurityConfigDTO) HasExternalConfig ¶

func (o *IdentityApplianceSecurityConfigDTO) HasExternalConfig() bool

HasExternalConfig returns a boolean if a field has been set.

func (*IdentityApplianceSecurityConfigDTO) HasExternalConfigFile ¶

func (o *IdentityApplianceSecurityConfigDTO) HasExternalConfigFile() bool

HasExternalConfigFile returns a boolean if a field has been set.

func (*IdentityApplianceSecurityConfigDTO) HasPasswordProperty ¶

func (o *IdentityApplianceSecurityConfigDTO) HasPasswordProperty() bool

HasPasswordProperty returns a boolean if a field has been set.

func (*IdentityApplianceSecurityConfigDTO) HasSalt ¶

HasSalt returns a boolean if a field has been set.

func (*IdentityApplianceSecurityConfigDTO) HasSaltProperty ¶

func (o *IdentityApplianceSecurityConfigDTO) HasSaltProperty() bool

HasSaltProperty returns a boolean if a field has been set.

func (*IdentityApplianceSecurityConfigDTO) HasSaltValue ¶

func (o *IdentityApplianceSecurityConfigDTO) HasSaltValue() bool

HasSaltValue returns a boolean if a field has been set.

func (IdentityApplianceSecurityConfigDTO) MarshalJSON ¶

func (o IdentityApplianceSecurityConfigDTO) MarshalJSON() ([]byte, error)

func (*IdentityApplianceSecurityConfigDTO) SetEncryptSensitiveData ¶

func (o *IdentityApplianceSecurityConfigDTO) SetEncryptSensitiveData(v bool)

SetEncryptSensitiveData gets a reference to the given bool and assigns it to the EncryptSensitiveData field.

func (*IdentityApplianceSecurityConfigDTO) SetEncryption ¶

func (o *IdentityApplianceSecurityConfigDTO) SetEncryption(v string)

SetEncryption gets a reference to the given string and assigns it to the Encryption field.

func (*IdentityApplianceSecurityConfigDTO) SetEncryptionConfig ¶

func (o *IdentityApplianceSecurityConfigDTO) SetEncryptionConfig(v string)

SetEncryptionConfig gets a reference to the given string and assigns it to the EncryptionConfig field.

func (*IdentityApplianceSecurityConfigDTO) SetEncryptionConfigFile ¶

func (o *IdentityApplianceSecurityConfigDTO) SetEncryptionConfigFile(v string)

SetEncryptionConfigFile gets a reference to the given string and assigns it to the EncryptionConfigFile field.

func (*IdentityApplianceSecurityConfigDTO) SetEncryptionPassword ¶

func (o *IdentityApplianceSecurityConfigDTO) SetEncryptionPassword(v string)

SetEncryptionPassword gets a reference to the given string and assigns it to the EncryptionPassword field.

func (*IdentityApplianceSecurityConfigDTO) SetExternalConfig ¶

func (o *IdentityApplianceSecurityConfigDTO) SetExternalConfig(v bool)

SetExternalConfig gets a reference to the given bool and assigns it to the ExternalConfig field.

func (*IdentityApplianceSecurityConfigDTO) SetExternalConfigFile ¶

func (o *IdentityApplianceSecurityConfigDTO) SetExternalConfigFile(v string)

SetExternalConfigFile gets a reference to the given string and assigns it to the ExternalConfigFile field.

func (*IdentityApplianceSecurityConfigDTO) SetPasswordProperty ¶

func (o *IdentityApplianceSecurityConfigDTO) SetPasswordProperty(v string)

SetPasswordProperty gets a reference to the given string and assigns it to the PasswordProperty field.

func (*IdentityApplianceSecurityConfigDTO) SetSalt ¶

SetSalt gets a reference to the given string and assigns it to the Salt field.

func (*IdentityApplianceSecurityConfigDTO) SetSaltProperty ¶

func (o *IdentityApplianceSecurityConfigDTO) SetSaltProperty(v string)

SetSaltProperty gets a reference to the given string and assigns it to the SaltProperty field.

func (*IdentityApplianceSecurityConfigDTO) SetSaltValue ¶

func (o *IdentityApplianceSecurityConfigDTO) SetSaltValue(v string)

SetSaltValue gets a reference to the given string and assigns it to the SaltValue field.

func (*IdentityApplianceSecurityConfigDTO) UnmarshalJSON ¶

func (o *IdentityApplianceSecurityConfigDTO) UnmarshalJSON(bytes []byte) (err error)

type IdentityApplianceUnitDTO ¶

type IdentityApplianceUnitDTO struct {
	BundleName           *string       `json:"bundleName,omitempty"`
	Description          *string       `json:"description,omitempty"`
	ElementId            *string       `json:"elementId,omitempty"`
	Group                *string       `json:"group,omitempty"`
	Id                   *int64        `json:"id,omitempty"`
	Name                 *string       `json:"name,omitempty"`
	Providers            []ProviderDTO `json:"providers,omitempty"`
	Type                 *string       `json:"type,omitempty"`
	Version              *string       `json:"version,omitempty"`
	AdditionalProperties map[string]interface{}
}

IdentityApplianceUnitDTO struct for IdentityApplianceUnitDTO

func NewIdentityApplianceUnitDTO ¶

func NewIdentityApplianceUnitDTO() *IdentityApplianceUnitDTO

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

func NewIdentityApplianceUnitDTOWithDefaults ¶

func NewIdentityApplianceUnitDTOWithDefaults() *IdentityApplianceUnitDTO

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

func (*IdentityApplianceUnitDTO) GetBundleName ¶

func (o *IdentityApplianceUnitDTO) GetBundleName() string

GetBundleName returns the BundleName field value if set, zero value otherwise.

func (*IdentityApplianceUnitDTO) GetBundleNameOk ¶

func (o *IdentityApplianceUnitDTO) GetBundleNameOk() (*string, bool)

GetBundleNameOk returns a tuple with the BundleName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IdentityApplianceUnitDTO) GetDescription ¶

func (o *IdentityApplianceUnitDTO) GetDescription() string

GetDescription returns the Description field value if set, zero value otherwise.

func (*IdentityApplianceUnitDTO) GetDescriptionOk ¶

func (o *IdentityApplianceUnitDTO) GetDescriptionOk() (*string, bool)

GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IdentityApplianceUnitDTO) GetElementId ¶

func (o *IdentityApplianceUnitDTO) GetElementId() string

GetElementId returns the ElementId field value if set, zero value otherwise.

func (*IdentityApplianceUnitDTO) GetElementIdOk ¶

func (o *IdentityApplianceUnitDTO) GetElementIdOk() (*string, bool)

GetElementIdOk returns a tuple with the ElementId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IdentityApplianceUnitDTO) GetGroup ¶

func (o *IdentityApplianceUnitDTO) GetGroup() string

GetGroup returns the Group field value if set, zero value otherwise.

func (*IdentityApplianceUnitDTO) GetGroupOk ¶

func (o *IdentityApplianceUnitDTO) GetGroupOk() (*string, bool)

GetGroupOk returns a tuple with the Group field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IdentityApplianceUnitDTO) GetId ¶

func (o *IdentityApplianceUnitDTO) GetId() int64

GetId returns the Id field value if set, zero value otherwise.

func (*IdentityApplianceUnitDTO) GetIdOk ¶

func (o *IdentityApplianceUnitDTO) GetIdOk() (*int64, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IdentityApplianceUnitDTO) GetName ¶

func (o *IdentityApplianceUnitDTO) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*IdentityApplianceUnitDTO) GetNameOk ¶

func (o *IdentityApplianceUnitDTO) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IdentityApplianceUnitDTO) GetProviders ¶

func (o *IdentityApplianceUnitDTO) GetProviders() []ProviderDTO

GetProviders returns the Providers field value if set, zero value otherwise.

func (*IdentityApplianceUnitDTO) GetProvidersOk ¶

func (o *IdentityApplianceUnitDTO) GetProvidersOk() ([]ProviderDTO, bool)

GetProvidersOk returns a tuple with the Providers field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IdentityApplianceUnitDTO) GetType ¶

func (o *IdentityApplianceUnitDTO) GetType() string

GetType returns the Type field value if set, zero value otherwise.

func (*IdentityApplianceUnitDTO) GetTypeOk ¶

func (o *IdentityApplianceUnitDTO) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IdentityApplianceUnitDTO) GetVersion ¶

func (o *IdentityApplianceUnitDTO) GetVersion() string

GetVersion returns the Version field value if set, zero value otherwise.

func (*IdentityApplianceUnitDTO) GetVersionOk ¶

func (o *IdentityApplianceUnitDTO) GetVersionOk() (*string, bool)

GetVersionOk returns a tuple with the Version field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IdentityApplianceUnitDTO) HasBundleName ¶

func (o *IdentityApplianceUnitDTO) HasBundleName() bool

HasBundleName returns a boolean if a field has been set.

func (*IdentityApplianceUnitDTO) HasDescription ¶

func (o *IdentityApplianceUnitDTO) HasDescription() bool

HasDescription returns a boolean if a field has been set.

func (*IdentityApplianceUnitDTO) HasElementId ¶

func (o *IdentityApplianceUnitDTO) HasElementId() bool

HasElementId returns a boolean if a field has been set.

func (*IdentityApplianceUnitDTO) HasGroup ¶

func (o *IdentityApplianceUnitDTO) HasGroup() bool

HasGroup returns a boolean if a field has been set.

func (*IdentityApplianceUnitDTO) HasId ¶

func (o *IdentityApplianceUnitDTO) HasId() bool

HasId returns a boolean if a field has been set.

func (*IdentityApplianceUnitDTO) HasName ¶

func (o *IdentityApplianceUnitDTO) HasName() bool

HasName returns a boolean if a field has been set.

func (*IdentityApplianceUnitDTO) HasProviders ¶

func (o *IdentityApplianceUnitDTO) HasProviders() bool

HasProviders returns a boolean if a field has been set.

func (*IdentityApplianceUnitDTO) HasType ¶

func (o *IdentityApplianceUnitDTO) HasType() bool

HasType returns a boolean if a field has been set.

func (*IdentityApplianceUnitDTO) HasVersion ¶

func (o *IdentityApplianceUnitDTO) HasVersion() bool

HasVersion returns a boolean if a field has been set.

func (IdentityApplianceUnitDTO) MarshalJSON ¶

func (o IdentityApplianceUnitDTO) MarshalJSON() ([]byte, error)

func (*IdentityApplianceUnitDTO) SetBundleName ¶

func (o *IdentityApplianceUnitDTO) SetBundleName(v string)

SetBundleName gets a reference to the given string and assigns it to the BundleName field.

func (*IdentityApplianceUnitDTO) SetDescription ¶

func (o *IdentityApplianceUnitDTO) SetDescription(v string)

SetDescription gets a reference to the given string and assigns it to the Description field.

func (*IdentityApplianceUnitDTO) SetElementId ¶

func (o *IdentityApplianceUnitDTO) SetElementId(v string)

SetElementId gets a reference to the given string and assigns it to the ElementId field.

func (*IdentityApplianceUnitDTO) SetGroup ¶

func (o *IdentityApplianceUnitDTO) SetGroup(v string)

SetGroup gets a reference to the given string and assigns it to the Group field.

func (*IdentityApplianceUnitDTO) SetId ¶

func (o *IdentityApplianceUnitDTO) SetId(v int64)

SetId gets a reference to the given int64 and assigns it to the Id field.

func (*IdentityApplianceUnitDTO) SetName ¶

func (o *IdentityApplianceUnitDTO) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*IdentityApplianceUnitDTO) SetProviders ¶

func (o *IdentityApplianceUnitDTO) SetProviders(v []ProviderDTO)

SetProviders gets a reference to the given []ProviderDTO and assigns it to the Providers field.

func (*IdentityApplianceUnitDTO) SetType ¶

func (o *IdentityApplianceUnitDTO) SetType(v string)

SetType gets a reference to the given string and assigns it to the Type field.

func (*IdentityApplianceUnitDTO) SetVersion ¶

func (o *IdentityApplianceUnitDTO) SetVersion(v string)

SetVersion gets a reference to the given string and assigns it to the Version field.

func (*IdentityApplianceUnitDTO) UnmarshalJSON ¶

func (o *IdentityApplianceUnitDTO) UnmarshalJSON(bytes []byte) (err error)

type IdentityLookupDTO ¶

type IdentityLookupDTO struct {
	Description          *string            `json:"description,omitempty"`
	ElementId            *string            `json:"elementId,omitempty"`
	Id                   *int64             `json:"id,omitempty"`
	IdentitySource       *IdentitySourceDTO `json:"identitySource,omitempty"`
	Name                 *string            `json:"name,omitempty"`
	Provider             *ProviderDTO       `json:"provider,omitempty"`
	Waypoints            []PointDTO         `json:"waypoints,omitempty"`
	AdditionalProperties map[string]interface{}
}

IdentityLookupDTO struct for IdentityLookupDTO

func NewIdentityLookupDTO ¶

func NewIdentityLookupDTO() *IdentityLookupDTO

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

func NewIdentityLookupDTOWithDefaults ¶

func NewIdentityLookupDTOWithDefaults() *IdentityLookupDTO

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

func (*IdentityLookupDTO) GetDescription ¶

func (o *IdentityLookupDTO) GetDescription() string

GetDescription returns the Description field value if set, zero value otherwise.

func (*IdentityLookupDTO) GetDescriptionOk ¶

func (o *IdentityLookupDTO) GetDescriptionOk() (*string, bool)

GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IdentityLookupDTO) GetElementId ¶

func (o *IdentityLookupDTO) GetElementId() string

GetElementId returns the ElementId field value if set, zero value otherwise.

func (*IdentityLookupDTO) GetElementIdOk ¶

func (o *IdentityLookupDTO) GetElementIdOk() (*string, bool)

GetElementIdOk returns a tuple with the ElementId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IdentityLookupDTO) GetId ¶

func (o *IdentityLookupDTO) GetId() int64

GetId returns the Id field value if set, zero value otherwise.

func (*IdentityLookupDTO) GetIdOk ¶

func (o *IdentityLookupDTO) GetIdOk() (*int64, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IdentityLookupDTO) GetIdentitySource ¶

func (o *IdentityLookupDTO) GetIdentitySource() IdentitySourceDTO

GetIdentitySource returns the IdentitySource field value if set, zero value otherwise.

func (*IdentityLookupDTO) GetIdentitySourceOk ¶

func (o *IdentityLookupDTO) GetIdentitySourceOk() (*IdentitySourceDTO, bool)

GetIdentitySourceOk returns a tuple with the IdentitySource field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IdentityLookupDTO) GetName ¶

func (o *IdentityLookupDTO) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*IdentityLookupDTO) GetNameOk ¶

func (o *IdentityLookupDTO) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IdentityLookupDTO) GetProvider ¶

func (o *IdentityLookupDTO) GetProvider() ProviderDTO

GetProvider returns the Provider field value if set, zero value otherwise.

func (*IdentityLookupDTO) GetProviderOk ¶

func (o *IdentityLookupDTO) GetProviderOk() (*ProviderDTO, bool)

GetProviderOk returns a tuple with the Provider field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IdentityLookupDTO) GetWaypoints ¶

func (o *IdentityLookupDTO) GetWaypoints() []PointDTO

GetWaypoints returns the Waypoints field value if set, zero value otherwise.

func (*IdentityLookupDTO) GetWaypointsOk ¶

func (o *IdentityLookupDTO) GetWaypointsOk() ([]PointDTO, bool)

GetWaypointsOk returns a tuple with the Waypoints field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IdentityLookupDTO) HasDescription ¶

func (o *IdentityLookupDTO) HasDescription() bool

HasDescription returns a boolean if a field has been set.

func (*IdentityLookupDTO) HasElementId ¶

func (o *IdentityLookupDTO) HasElementId() bool

HasElementId returns a boolean if a field has been set.

func (*IdentityLookupDTO) HasId ¶

func (o *IdentityLookupDTO) HasId() bool

HasId returns a boolean if a field has been set.

func (*IdentityLookupDTO) HasIdentitySource ¶

func (o *IdentityLookupDTO) HasIdentitySource() bool

HasIdentitySource returns a boolean if a field has been set.

func (*IdentityLookupDTO) HasName ¶

func (o *IdentityLookupDTO) HasName() bool

HasName returns a boolean if a field has been set.

func (*IdentityLookupDTO) HasProvider ¶

func (o *IdentityLookupDTO) HasProvider() bool

HasProvider returns a boolean if a field has been set.

func (*IdentityLookupDTO) HasWaypoints ¶

func (o *IdentityLookupDTO) HasWaypoints() bool

HasWaypoints returns a boolean if a field has been set.

func (IdentityLookupDTO) MarshalJSON ¶

func (o IdentityLookupDTO) MarshalJSON() ([]byte, error)

func (*IdentityLookupDTO) SetDescription ¶

func (o *IdentityLookupDTO) SetDescription(v string)

SetDescription gets a reference to the given string and assigns it to the Description field.

func (*IdentityLookupDTO) SetElementId ¶

func (o *IdentityLookupDTO) SetElementId(v string)

SetElementId gets a reference to the given string and assigns it to the ElementId field.

func (*IdentityLookupDTO) SetId ¶

func (o *IdentityLookupDTO) SetId(v int64)

SetId gets a reference to the given int64 and assigns it to the Id field.

func (*IdentityLookupDTO) SetIdentitySource ¶

func (o *IdentityLookupDTO) SetIdentitySource(v IdentitySourceDTO)

SetIdentitySource gets a reference to the given IdentitySourceDTO and assigns it to the IdentitySource field.

func (*IdentityLookupDTO) SetName ¶

func (o *IdentityLookupDTO) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*IdentityLookupDTO) SetProvider ¶

func (o *IdentityLookupDTO) SetProvider(v ProviderDTO)

SetProvider gets a reference to the given ProviderDTO and assigns it to the Provider field.

func (*IdentityLookupDTO) SetWaypoints ¶

func (o *IdentityLookupDTO) SetWaypoints(v []PointDTO)

SetWaypoints gets a reference to the given []PointDTO and assigns it to the Waypoints field.

func (*IdentityLookupDTO) UnmarshalJSON ¶

func (o *IdentityLookupDTO) UnmarshalJSON(bytes []byte) (err error)

type IdentityMappingPolicyDTO ¶

type IdentityMappingPolicyDTO struct {
	CustomMapper         *string `json:"customMapper,omitempty"`
	ElementId            *string `json:"elementId,omitempty"`
	Id                   *int64  `json:"id,omitempty"`
	MappingType          *string `json:"mappingType,omitempty"`
	Name                 *string `json:"name,omitempty"`
	UseLocalId           *bool   `json:"useLocalId,omitempty"`
	AdditionalProperties map[string]interface{}
}

IdentityMappingPolicyDTO struct for IdentityMappingPolicyDTO

func NewIdentityMappingPolicyDTO ¶

func NewIdentityMappingPolicyDTO() *IdentityMappingPolicyDTO

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

func NewIdentityMappingPolicyDTOWithDefaults ¶

func NewIdentityMappingPolicyDTOWithDefaults() *IdentityMappingPolicyDTO

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

func (*IdentityMappingPolicyDTO) GetCustomMapper ¶

func (o *IdentityMappingPolicyDTO) GetCustomMapper() string

GetCustomMapper returns the CustomMapper field value if set, zero value otherwise.

func (*IdentityMappingPolicyDTO) GetCustomMapperOk ¶

func (o *IdentityMappingPolicyDTO) GetCustomMapperOk() (*string, bool)

GetCustomMapperOk returns a tuple with the CustomMapper field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IdentityMappingPolicyDTO) GetElementId ¶

func (o *IdentityMappingPolicyDTO) GetElementId() string

GetElementId returns the ElementId field value if set, zero value otherwise.

func (*IdentityMappingPolicyDTO) GetElementIdOk ¶

func (o *IdentityMappingPolicyDTO) GetElementIdOk() (*string, bool)

GetElementIdOk returns a tuple with the ElementId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IdentityMappingPolicyDTO) GetId ¶

func (o *IdentityMappingPolicyDTO) GetId() int64

GetId returns the Id field value if set, zero value otherwise.

func (*IdentityMappingPolicyDTO) GetIdOk ¶

func (o *IdentityMappingPolicyDTO) GetIdOk() (*int64, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IdentityMappingPolicyDTO) GetMappingType ¶

func (o *IdentityMappingPolicyDTO) GetMappingType() string

GetMappingType returns the MappingType field value if set, zero value otherwise.

func (*IdentityMappingPolicyDTO) GetMappingTypeOk ¶

func (o *IdentityMappingPolicyDTO) GetMappingTypeOk() (*string, bool)

GetMappingTypeOk returns a tuple with the MappingType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IdentityMappingPolicyDTO) GetName ¶

func (o *IdentityMappingPolicyDTO) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*IdentityMappingPolicyDTO) GetNameOk ¶

func (o *IdentityMappingPolicyDTO) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IdentityMappingPolicyDTO) GetUseLocalId ¶

func (o *IdentityMappingPolicyDTO) GetUseLocalId() bool

GetUseLocalId returns the UseLocalId field value if set, zero value otherwise.

func (*IdentityMappingPolicyDTO) GetUseLocalIdOk ¶

func (o *IdentityMappingPolicyDTO) GetUseLocalIdOk() (*bool, bool)

GetUseLocalIdOk returns a tuple with the UseLocalId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IdentityMappingPolicyDTO) HasCustomMapper ¶

func (o *IdentityMappingPolicyDTO) HasCustomMapper() bool

HasCustomMapper returns a boolean if a field has been set.

func (*IdentityMappingPolicyDTO) HasElementId ¶

func (o *IdentityMappingPolicyDTO) HasElementId() bool

HasElementId returns a boolean if a field has been set.

func (*IdentityMappingPolicyDTO) HasId ¶

func (o *IdentityMappingPolicyDTO) HasId() bool

HasId returns a boolean if a field has been set.

func (*IdentityMappingPolicyDTO) HasMappingType ¶

func (o *IdentityMappingPolicyDTO) HasMappingType() bool

HasMappingType returns a boolean if a field has been set.

func (*IdentityMappingPolicyDTO) HasName ¶

func (o *IdentityMappingPolicyDTO) HasName() bool

HasName returns a boolean if a field has been set.

func (*IdentityMappingPolicyDTO) HasUseLocalId ¶

func (o *IdentityMappingPolicyDTO) HasUseLocalId() bool

HasUseLocalId returns a boolean if a field has been set.

func (IdentityMappingPolicyDTO) MarshalJSON ¶

func (o IdentityMappingPolicyDTO) MarshalJSON() ([]byte, error)

func (*IdentityMappingPolicyDTO) SetCustomMapper ¶

func (o *IdentityMappingPolicyDTO) SetCustomMapper(v string)

SetCustomMapper gets a reference to the given string and assigns it to the CustomMapper field.

func (*IdentityMappingPolicyDTO) SetElementId ¶

func (o *IdentityMappingPolicyDTO) SetElementId(v string)

SetElementId gets a reference to the given string and assigns it to the ElementId field.

func (*IdentityMappingPolicyDTO) SetId ¶

func (o *IdentityMappingPolicyDTO) SetId(v int64)

SetId gets a reference to the given int64 and assigns it to the Id field.

func (*IdentityMappingPolicyDTO) SetMappingType ¶

func (o *IdentityMappingPolicyDTO) SetMappingType(v string)

SetMappingType gets a reference to the given string and assigns it to the MappingType field.

func (*IdentityMappingPolicyDTO) SetName ¶

func (o *IdentityMappingPolicyDTO) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*IdentityMappingPolicyDTO) SetUseLocalId ¶

func (o *IdentityMappingPolicyDTO) SetUseLocalId(v bool)

SetUseLocalId gets a reference to the given bool and assigns it to the UseLocalId field.

func (*IdentityMappingPolicyDTO) UnmarshalJSON ¶

func (o *IdentityMappingPolicyDTO) UnmarshalJSON(bytes []byte) (err error)

type IdentityProviderChannelDTO ¶

type IdentityProviderChannelDTO struct {
	AccountLinkagePolicy       *AccountLinkagePolicyDTO    `json:"accountLinkagePolicy,omitempty"`
	ActiveBindings             []string                    `json:"activeBindings,omitempty"`
	ActiveProfiles             []string                    `json:"activeProfiles,omitempty"`
	AuthenticationContract     *AuthenticationContractDTO  `json:"authenticationContract,omitempty"`
	AuthenticationMechanism    *AuthenticationMechanismDTO `json:"authenticationMechanism,omitempty"`
	ConnectionA                *FederatedConnectionDTO     `json:"connectionA,omitempty"`
	ConnectionB                *FederatedConnectionDTO     `json:"connectionB,omitempty"`
	Description                *string                     `json:"description,omitempty"`
	DisplayName                *string                     `json:"displayName,omitempty"`
	ElementId                  *string                     `json:"elementId,omitempty"`
	EnableProxyExtension       *bool                       `json:"enableProxyExtension,omitempty"`
	Id                         *int64                      `json:"id,omitempty"`
	IdentityMappingPolicy      *IdentityMappingPolicyDTO   `json:"identityMappingPolicy,omitempty"`
	Location                   *LocationDTO                `json:"location,omitempty"`
	MessageTtl                 *int32                      `json:"messageTtl,omitempty"`
	MessageTtlTolerance        *int32                      `json:"messageTtlTolerance,omitempty"`
	MultivaluedAttrGroups      *bool                       `json:"multivaluedAttrGroups,omitempty"`
	MultivaluedAttrInternal    *bool                       `json:"multivaluedAttrInternal,omitempty"`
	MultivaluedAttrUserDefined *bool                       `json:"multivaluedAttrUserDefined,omitempty"`
	Name                       *string                     `json:"name,omitempty"`
	OverrideProviderSetup      *bool                       `json:"overrideProviderSetup,omitempty"`
	Preferred                  *bool                       `json:"preferred,omitempty"`
	SignAuthenticationRequests *bool                       `json:"signAuthenticationRequests,omitempty"`
	SignatureHash              *string                     `json:"signatureHash,omitempty"`
	WantAssertionSigned        *bool                       `json:"wantAssertionSigned,omitempty"`
	AdditionalProperties       map[string]interface{}
}

IdentityProviderChannelDTO struct for IdentityProviderChannelDTO

func NewIdentityProviderChannelDTO ¶

func NewIdentityProviderChannelDTO() *IdentityProviderChannelDTO

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

func NewIdentityProviderChannelDTOWithDefaults ¶

func NewIdentityProviderChannelDTOWithDefaults() *IdentityProviderChannelDTO

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

func (*IdentityProviderChannelDTO) GetAccountLinkagePolicy ¶

func (o *IdentityProviderChannelDTO) GetAccountLinkagePolicy() AccountLinkagePolicyDTO

GetAccountLinkagePolicy returns the AccountLinkagePolicy field value if set, zero value otherwise.

func (*IdentityProviderChannelDTO) GetAccountLinkagePolicyOk ¶

func (o *IdentityProviderChannelDTO) GetAccountLinkagePolicyOk() (*AccountLinkagePolicyDTO, bool)

GetAccountLinkagePolicyOk returns a tuple with the AccountLinkagePolicy field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IdentityProviderChannelDTO) GetActiveBindings ¶

func (o *IdentityProviderChannelDTO) GetActiveBindings() []string

GetActiveBindings returns the ActiveBindings field value if set, zero value otherwise.

func (*IdentityProviderChannelDTO) GetActiveBindingsOk ¶

func (o *IdentityProviderChannelDTO) GetActiveBindingsOk() ([]string, bool)

GetActiveBindingsOk returns a tuple with the ActiveBindings field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IdentityProviderChannelDTO) GetActiveProfiles ¶

func (o *IdentityProviderChannelDTO) GetActiveProfiles() []string

GetActiveProfiles returns the ActiveProfiles field value if set, zero value otherwise.

func (*IdentityProviderChannelDTO) GetActiveProfilesOk ¶

func (o *IdentityProviderChannelDTO) GetActiveProfilesOk() ([]string, bool)

GetActiveProfilesOk returns a tuple with the ActiveProfiles field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IdentityProviderChannelDTO) GetAuthenticationContract ¶

func (o *IdentityProviderChannelDTO) GetAuthenticationContract() AuthenticationContractDTO

GetAuthenticationContract returns the AuthenticationContract field value if set, zero value otherwise.

func (*IdentityProviderChannelDTO) GetAuthenticationContractOk ¶

func (o *IdentityProviderChannelDTO) GetAuthenticationContractOk() (*AuthenticationContractDTO, bool)

GetAuthenticationContractOk returns a tuple with the AuthenticationContract field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IdentityProviderChannelDTO) GetAuthenticationMechanism ¶

func (o *IdentityProviderChannelDTO) GetAuthenticationMechanism() AuthenticationMechanismDTO

GetAuthenticationMechanism returns the AuthenticationMechanism field value if set, zero value otherwise.

func (*IdentityProviderChannelDTO) GetAuthenticationMechanismOk ¶

func (o *IdentityProviderChannelDTO) GetAuthenticationMechanismOk() (*AuthenticationMechanismDTO, bool)

GetAuthenticationMechanismOk returns a tuple with the AuthenticationMechanism field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IdentityProviderChannelDTO) GetConnectionA ¶

GetConnectionA returns the ConnectionA field value if set, zero value otherwise.

func (*IdentityProviderChannelDTO) GetConnectionAOk ¶

func (o *IdentityProviderChannelDTO) GetConnectionAOk() (*FederatedConnectionDTO, bool)

GetConnectionAOk returns a tuple with the ConnectionA field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IdentityProviderChannelDTO) GetConnectionB ¶

GetConnectionB returns the ConnectionB field value if set, zero value otherwise.

func (*IdentityProviderChannelDTO) GetConnectionBOk ¶

func (o *IdentityProviderChannelDTO) GetConnectionBOk() (*FederatedConnectionDTO, bool)

GetConnectionBOk returns a tuple with the ConnectionB field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IdentityProviderChannelDTO) GetDescription ¶

func (o *IdentityProviderChannelDTO) GetDescription() string

GetDescription returns the Description field value if set, zero value otherwise.

func (*IdentityProviderChannelDTO) GetDescriptionOk ¶

func (o *IdentityProviderChannelDTO) GetDescriptionOk() (*string, bool)

GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IdentityProviderChannelDTO) GetDisplayName ¶

func (o *IdentityProviderChannelDTO) GetDisplayName() string

GetDisplayName returns the DisplayName field value if set, zero value otherwise.

func (*IdentityProviderChannelDTO) GetDisplayNameOk ¶

func (o *IdentityProviderChannelDTO) GetDisplayNameOk() (*string, bool)

GetDisplayNameOk returns a tuple with the DisplayName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IdentityProviderChannelDTO) GetElementId ¶

func (o *IdentityProviderChannelDTO) GetElementId() string

GetElementId returns the ElementId field value if set, zero value otherwise.

func (*IdentityProviderChannelDTO) GetElementIdOk ¶

func (o *IdentityProviderChannelDTO) GetElementIdOk() (*string, bool)

GetElementIdOk returns a tuple with the ElementId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IdentityProviderChannelDTO) GetEnableProxyExtension ¶

func (o *IdentityProviderChannelDTO) GetEnableProxyExtension() bool

GetEnableProxyExtension returns the EnableProxyExtension field value if set, zero value otherwise.

func (*IdentityProviderChannelDTO) GetEnableProxyExtensionOk ¶

func (o *IdentityProviderChannelDTO) GetEnableProxyExtensionOk() (*bool, bool)

GetEnableProxyExtensionOk returns a tuple with the EnableProxyExtension field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IdentityProviderChannelDTO) GetId ¶

func (o *IdentityProviderChannelDTO) GetId() int64

GetId returns the Id field value if set, zero value otherwise.

func (*IdentityProviderChannelDTO) GetIdOk ¶

func (o *IdentityProviderChannelDTO) GetIdOk() (*int64, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IdentityProviderChannelDTO) GetIdentityMappingPolicy ¶

func (o *IdentityProviderChannelDTO) GetIdentityMappingPolicy() IdentityMappingPolicyDTO

GetIdentityMappingPolicy returns the IdentityMappingPolicy field value if set, zero value otherwise.

func (*IdentityProviderChannelDTO) GetIdentityMappingPolicyOk ¶

func (o *IdentityProviderChannelDTO) GetIdentityMappingPolicyOk() (*IdentityMappingPolicyDTO, bool)

GetIdentityMappingPolicyOk returns a tuple with the IdentityMappingPolicy field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IdentityProviderChannelDTO) GetLocation ¶

func (o *IdentityProviderChannelDTO) GetLocation() LocationDTO

GetLocation returns the Location field value if set, zero value otherwise.

func (*IdentityProviderChannelDTO) GetLocationOk ¶

func (o *IdentityProviderChannelDTO) GetLocationOk() (*LocationDTO, bool)

GetLocationOk returns a tuple with the Location field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IdentityProviderChannelDTO) GetMessageTtl ¶

func (o *IdentityProviderChannelDTO) GetMessageTtl() int32

GetMessageTtl returns the MessageTtl field value if set, zero value otherwise.

func (*IdentityProviderChannelDTO) GetMessageTtlOk ¶

func (o *IdentityProviderChannelDTO) GetMessageTtlOk() (*int32, bool)

GetMessageTtlOk returns a tuple with the MessageTtl field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IdentityProviderChannelDTO) GetMessageTtlTolerance ¶

func (o *IdentityProviderChannelDTO) GetMessageTtlTolerance() int32

GetMessageTtlTolerance returns the MessageTtlTolerance field value if set, zero value otherwise.

func (*IdentityProviderChannelDTO) GetMessageTtlToleranceOk ¶

func (o *IdentityProviderChannelDTO) GetMessageTtlToleranceOk() (*int32, bool)

GetMessageTtlToleranceOk returns a tuple with the MessageTtlTolerance field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IdentityProviderChannelDTO) GetMultivaluedAttrGroups ¶

func (o *IdentityProviderChannelDTO) GetMultivaluedAttrGroups() bool

GetMultivaluedAttrGroups returns the MultivaluedAttrGroups field value if set, zero value otherwise.

func (*IdentityProviderChannelDTO) GetMultivaluedAttrGroupsOk ¶

func (o *IdentityProviderChannelDTO) GetMultivaluedAttrGroupsOk() (*bool, bool)

GetMultivaluedAttrGroupsOk returns a tuple with the MultivaluedAttrGroups field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IdentityProviderChannelDTO) GetMultivaluedAttrInternal ¶

func (o *IdentityProviderChannelDTO) GetMultivaluedAttrInternal() bool

GetMultivaluedAttrInternal returns the MultivaluedAttrInternal field value if set, zero value otherwise.

func (*IdentityProviderChannelDTO) GetMultivaluedAttrInternalOk ¶

func (o *IdentityProviderChannelDTO) GetMultivaluedAttrInternalOk() (*bool, bool)

GetMultivaluedAttrInternalOk returns a tuple with the MultivaluedAttrInternal field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IdentityProviderChannelDTO) GetMultivaluedAttrUserDefined ¶

func (o *IdentityProviderChannelDTO) GetMultivaluedAttrUserDefined() bool

GetMultivaluedAttrUserDefined returns the MultivaluedAttrUserDefined field value if set, zero value otherwise.

func (*IdentityProviderChannelDTO) GetMultivaluedAttrUserDefinedOk ¶

func (o *IdentityProviderChannelDTO) GetMultivaluedAttrUserDefinedOk() (*bool, bool)

GetMultivaluedAttrUserDefinedOk returns a tuple with the MultivaluedAttrUserDefined field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IdentityProviderChannelDTO) GetName ¶

func (o *IdentityProviderChannelDTO) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*IdentityProviderChannelDTO) GetNameOk ¶

func (o *IdentityProviderChannelDTO) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IdentityProviderChannelDTO) GetOverrideProviderSetup ¶

func (o *IdentityProviderChannelDTO) GetOverrideProviderSetup() bool

GetOverrideProviderSetup returns the OverrideProviderSetup field value if set, zero value otherwise.

func (*IdentityProviderChannelDTO) GetOverrideProviderSetupOk ¶

func (o *IdentityProviderChannelDTO) GetOverrideProviderSetupOk() (*bool, bool)

GetOverrideProviderSetupOk returns a tuple with the OverrideProviderSetup field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IdentityProviderChannelDTO) GetPreferred ¶

func (o *IdentityProviderChannelDTO) GetPreferred() bool

GetPreferred returns the Preferred field value if set, zero value otherwise.

func (*IdentityProviderChannelDTO) GetPreferredOk ¶

func (o *IdentityProviderChannelDTO) GetPreferredOk() (*bool, bool)

GetPreferredOk returns a tuple with the Preferred field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IdentityProviderChannelDTO) GetSignAuthenticationRequests ¶

func (o *IdentityProviderChannelDTO) GetSignAuthenticationRequests() bool

GetSignAuthenticationRequests returns the SignAuthenticationRequests field value if set, zero value otherwise.

func (*IdentityProviderChannelDTO) GetSignAuthenticationRequestsOk ¶

func (o *IdentityProviderChannelDTO) GetSignAuthenticationRequestsOk() (*bool, bool)

GetSignAuthenticationRequestsOk returns a tuple with the SignAuthenticationRequests field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IdentityProviderChannelDTO) GetSignatureHash ¶

func (o *IdentityProviderChannelDTO) GetSignatureHash() string

GetSignatureHash returns the SignatureHash field value if set, zero value otherwise.

func (*IdentityProviderChannelDTO) GetSignatureHashOk ¶

func (o *IdentityProviderChannelDTO) GetSignatureHashOk() (*string, bool)

GetSignatureHashOk returns a tuple with the SignatureHash field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IdentityProviderChannelDTO) GetWantAssertionSigned ¶

func (o *IdentityProviderChannelDTO) GetWantAssertionSigned() bool

GetWantAssertionSigned returns the WantAssertionSigned field value if set, zero value otherwise.

func (*IdentityProviderChannelDTO) GetWantAssertionSignedOk ¶

func (o *IdentityProviderChannelDTO) GetWantAssertionSignedOk() (*bool, bool)

GetWantAssertionSignedOk returns a tuple with the WantAssertionSigned field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IdentityProviderChannelDTO) HasAccountLinkagePolicy ¶

func (o *IdentityProviderChannelDTO) HasAccountLinkagePolicy() bool

HasAccountLinkagePolicy returns a boolean if a field has been set.

func (*IdentityProviderChannelDTO) HasActiveBindings ¶

func (o *IdentityProviderChannelDTO) HasActiveBindings() bool

HasActiveBindings returns a boolean if a field has been set.

func (*IdentityProviderChannelDTO) HasActiveProfiles ¶

func (o *IdentityProviderChannelDTO) HasActiveProfiles() bool

HasActiveProfiles returns a boolean if a field has been set.

func (*IdentityProviderChannelDTO) HasAuthenticationContract ¶

func (o *IdentityProviderChannelDTO) HasAuthenticationContract() bool

HasAuthenticationContract returns a boolean if a field has been set.

func (*IdentityProviderChannelDTO) HasAuthenticationMechanism ¶

func (o *IdentityProviderChannelDTO) HasAuthenticationMechanism() bool

HasAuthenticationMechanism returns a boolean if a field has been set.

func (*IdentityProviderChannelDTO) HasConnectionA ¶

func (o *IdentityProviderChannelDTO) HasConnectionA() bool

HasConnectionA returns a boolean if a field has been set.

func (*IdentityProviderChannelDTO) HasConnectionB ¶

func (o *IdentityProviderChannelDTO) HasConnectionB() bool

HasConnectionB returns a boolean if a field has been set.

func (*IdentityProviderChannelDTO) HasDescription ¶

func (o *IdentityProviderChannelDTO) HasDescription() bool

HasDescription returns a boolean if a field has been set.

func (*IdentityProviderChannelDTO) HasDisplayName ¶

func (o *IdentityProviderChannelDTO) HasDisplayName() bool

HasDisplayName returns a boolean if a field has been set.

func (*IdentityProviderChannelDTO) HasElementId ¶

func (o *IdentityProviderChannelDTO) HasElementId() bool

HasElementId returns a boolean if a field has been set.

func (*IdentityProviderChannelDTO) HasEnableProxyExtension ¶

func (o *IdentityProviderChannelDTO) HasEnableProxyExtension() bool

HasEnableProxyExtension returns a boolean if a field has been set.

func (*IdentityProviderChannelDTO) HasId ¶

func (o *IdentityProviderChannelDTO) HasId() bool

HasId returns a boolean if a field has been set.

func (*IdentityProviderChannelDTO) HasIdentityMappingPolicy ¶

func (o *IdentityProviderChannelDTO) HasIdentityMappingPolicy() bool

HasIdentityMappingPolicy returns a boolean if a field has been set.

func (*IdentityProviderChannelDTO) HasLocation ¶

func (o *IdentityProviderChannelDTO) HasLocation() bool

HasLocation returns a boolean if a field has been set.

func (*IdentityProviderChannelDTO) HasMessageTtl ¶

func (o *IdentityProviderChannelDTO) HasMessageTtl() bool

HasMessageTtl returns a boolean if a field has been set.

func (*IdentityProviderChannelDTO) HasMessageTtlTolerance ¶

func (o *IdentityProviderChannelDTO) HasMessageTtlTolerance() bool

HasMessageTtlTolerance returns a boolean if a field has been set.

func (*IdentityProviderChannelDTO) HasMultivaluedAttrGroups ¶

func (o *IdentityProviderChannelDTO) HasMultivaluedAttrGroups() bool

HasMultivaluedAttrGroups returns a boolean if a field has been set.

func (*IdentityProviderChannelDTO) HasMultivaluedAttrInternal ¶

func (o *IdentityProviderChannelDTO) HasMultivaluedAttrInternal() bool

HasMultivaluedAttrInternal returns a boolean if a field has been set.

func (*IdentityProviderChannelDTO) HasMultivaluedAttrUserDefined ¶

func (o *IdentityProviderChannelDTO) HasMultivaluedAttrUserDefined() bool

HasMultivaluedAttrUserDefined returns a boolean if a field has been set.

func (*IdentityProviderChannelDTO) HasName ¶

func (o *IdentityProviderChannelDTO) HasName() bool

HasName returns a boolean if a field has been set.

func (*IdentityProviderChannelDTO) HasOverrideProviderSetup ¶

func (o *IdentityProviderChannelDTO) HasOverrideProviderSetup() bool

HasOverrideProviderSetup returns a boolean if a field has been set.

func (*IdentityProviderChannelDTO) HasPreferred ¶

func (o *IdentityProviderChannelDTO) HasPreferred() bool

HasPreferred returns a boolean if a field has been set.

func (*IdentityProviderChannelDTO) HasSignAuthenticationRequests ¶

func (o *IdentityProviderChannelDTO) HasSignAuthenticationRequests() bool

HasSignAuthenticationRequests returns a boolean if a field has been set.

func (*IdentityProviderChannelDTO) HasSignatureHash ¶

func (o *IdentityProviderChannelDTO) HasSignatureHash() bool

HasSignatureHash returns a boolean if a field has been set.

func (*IdentityProviderChannelDTO) HasWantAssertionSigned ¶

func (o *IdentityProviderChannelDTO) HasWantAssertionSigned() bool

HasWantAssertionSigned returns a boolean if a field has been set.

func (IdentityProviderChannelDTO) MarshalJSON ¶

func (o IdentityProviderChannelDTO) MarshalJSON() ([]byte, error)

func (*IdentityProviderChannelDTO) SetAccountLinkagePolicy ¶

func (o *IdentityProviderChannelDTO) SetAccountLinkagePolicy(v AccountLinkagePolicyDTO)

SetAccountLinkagePolicy gets a reference to the given AccountLinkagePolicyDTO and assigns it to the AccountLinkagePolicy field.

func (*IdentityProviderChannelDTO) SetActiveBindings ¶

func (o *IdentityProviderChannelDTO) SetActiveBindings(v []string)

SetActiveBindings gets a reference to the given []string and assigns it to the ActiveBindings field.

func (*IdentityProviderChannelDTO) SetActiveProfiles ¶

func (o *IdentityProviderChannelDTO) SetActiveProfiles(v []string)

SetActiveProfiles gets a reference to the given []string and assigns it to the ActiveProfiles field.

func (*IdentityProviderChannelDTO) SetAuthenticationContract ¶

func (o *IdentityProviderChannelDTO) SetAuthenticationContract(v AuthenticationContractDTO)

SetAuthenticationContract gets a reference to the given AuthenticationContractDTO and assigns it to the AuthenticationContract field.

func (*IdentityProviderChannelDTO) SetAuthenticationMechanism ¶

func (o *IdentityProviderChannelDTO) SetAuthenticationMechanism(v AuthenticationMechanismDTO)

SetAuthenticationMechanism gets a reference to the given AuthenticationMechanismDTO and assigns it to the AuthenticationMechanism field.

func (*IdentityProviderChannelDTO) SetConnectionA ¶

SetConnectionA gets a reference to the given FederatedConnectionDTO and assigns it to the ConnectionA field.

func (*IdentityProviderChannelDTO) SetConnectionB ¶

SetConnectionB gets a reference to the given FederatedConnectionDTO and assigns it to the ConnectionB field.

func (*IdentityProviderChannelDTO) SetDescription ¶

func (o *IdentityProviderChannelDTO) SetDescription(v string)

SetDescription gets a reference to the given string and assigns it to the Description field.

func (*IdentityProviderChannelDTO) SetDisplayName ¶

func (o *IdentityProviderChannelDTO) SetDisplayName(v string)

SetDisplayName gets a reference to the given string and assigns it to the DisplayName field.

func (*IdentityProviderChannelDTO) SetElementId ¶

func (o *IdentityProviderChannelDTO) SetElementId(v string)

SetElementId gets a reference to the given string and assigns it to the ElementId field.

func (*IdentityProviderChannelDTO) SetEnableProxyExtension ¶

func (o *IdentityProviderChannelDTO) SetEnableProxyExtension(v bool)

SetEnableProxyExtension gets a reference to the given bool and assigns it to the EnableProxyExtension field.

func (*IdentityProviderChannelDTO) SetId ¶

func (o *IdentityProviderChannelDTO) SetId(v int64)

SetId gets a reference to the given int64 and assigns it to the Id field.

func (*IdentityProviderChannelDTO) SetIdentityMappingPolicy ¶

func (o *IdentityProviderChannelDTO) SetIdentityMappingPolicy(v IdentityMappingPolicyDTO)

SetIdentityMappingPolicy gets a reference to the given IdentityMappingPolicyDTO and assigns it to the IdentityMappingPolicy field.

func (*IdentityProviderChannelDTO) SetLocation ¶

func (o *IdentityProviderChannelDTO) SetLocation(v LocationDTO)

SetLocation gets a reference to the given LocationDTO and assigns it to the Location field.

func (*IdentityProviderChannelDTO) SetMessageTtl ¶

func (o *IdentityProviderChannelDTO) SetMessageTtl(v int32)

SetMessageTtl gets a reference to the given int32 and assigns it to the MessageTtl field.

func (*IdentityProviderChannelDTO) SetMessageTtlTolerance ¶

func (o *IdentityProviderChannelDTO) SetMessageTtlTolerance(v int32)

SetMessageTtlTolerance gets a reference to the given int32 and assigns it to the MessageTtlTolerance field.

func (*IdentityProviderChannelDTO) SetMultivaluedAttrGroups ¶

func (o *IdentityProviderChannelDTO) SetMultivaluedAttrGroups(v bool)

SetMultivaluedAttrGroups gets a reference to the given bool and assigns it to the MultivaluedAttrGroups field.

func (*IdentityProviderChannelDTO) SetMultivaluedAttrInternal ¶

func (o *IdentityProviderChannelDTO) SetMultivaluedAttrInternal(v bool)

SetMultivaluedAttrInternal gets a reference to the given bool and assigns it to the MultivaluedAttrInternal field.

func (*IdentityProviderChannelDTO) SetMultivaluedAttrUserDefined ¶

func (o *IdentityProviderChannelDTO) SetMultivaluedAttrUserDefined(v bool)

SetMultivaluedAttrUserDefined gets a reference to the given bool and assigns it to the MultivaluedAttrUserDefined field.

func (*IdentityProviderChannelDTO) SetName ¶

func (o *IdentityProviderChannelDTO) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*IdentityProviderChannelDTO) SetOverrideProviderSetup ¶

func (o *IdentityProviderChannelDTO) SetOverrideProviderSetup(v bool)

SetOverrideProviderSetup gets a reference to the given bool and assigns it to the OverrideProviderSetup field.

func (*IdentityProviderChannelDTO) SetPreferred ¶

func (o *IdentityProviderChannelDTO) SetPreferred(v bool)

SetPreferred gets a reference to the given bool and assigns it to the Preferred field.

func (*IdentityProviderChannelDTO) SetSignAuthenticationRequests ¶

func (o *IdentityProviderChannelDTO) SetSignAuthenticationRequests(v bool)

SetSignAuthenticationRequests gets a reference to the given bool and assigns it to the SignAuthenticationRequests field.

func (*IdentityProviderChannelDTO) SetSignatureHash ¶

func (o *IdentityProviderChannelDTO) SetSignatureHash(v string)

SetSignatureHash gets a reference to the given string and assigns it to the SignatureHash field.

func (*IdentityProviderChannelDTO) SetWantAssertionSigned ¶

func (o *IdentityProviderChannelDTO) SetWantAssertionSigned(v bool)

SetWantAssertionSigned gets a reference to the given bool and assigns it to the WantAssertionSigned field.

func (*IdentityProviderChannelDTO) UnmarshalJSON ¶

func (o *IdentityProviderChannelDTO) UnmarshalJSON(bytes []byte) (err error)

type IdentityProviderDTO ¶

type IdentityProviderDTO struct {
	ActiveBindings                                        []string                                  `json:"activeBindings,omitempty"`
	ActiveProfiles                                        []string                                  `json:"activeProfiles,omitempty"`
	AttributeProfile                                      *AttributeProfileDTO                      `json:"attributeProfile,omitempty"`
	AuthenticationContract                                *AuthenticationContractDTO                `json:"authenticationContract,omitempty"`
	AuthenticationMechanisms                              []AuthenticationMechanismDTO              `json:"authenticationMechanisms,omitempty"`
	Config                                                *ProviderConfigDTO                        `json:"config,omitempty"`
	DashboardUrl                                          *string                                   `json:"dashboardUrl,omitempty"`
	Description                                           *string                                   `json:"description,omitempty"`
	DestroyPreviousSession                                *bool                                     `json:"destroyPreviousSession,omitempty"`
	DisplayName                                           *string                                   `json:"displayName,omitempty"`
	ElementId                                             *string                                   `json:"elementId,omitempty"`
	EmissionPolicy                                        *AuthenticationAssertionEmissionPolicyDTO `json:"emissionPolicy,omitempty"`
	EnableMetadataEndpoint                                *bool                                     `json:"enableMetadataEndpoint,omitempty"`
	EncryptAssertion                                      *bool                                     `json:"encryptAssertion,omitempty"`
	EncryptAssertionAlgorithm                             *string                                   `json:"encryptAssertionAlgorithm,omitempty"`
	ErrorBinding                                          *string                                   `json:"errorBinding,omitempty"`
	ExternallyHostedIdentityConfirmationTokenService      *bool                                     `json:"externallyHostedIdentityConfirmationTokenService,omitempty"`
	FederatedConnectionsA                                 []FederatedConnectionDTO                  `json:"federatedConnectionsA,omitempty"`
	FederatedConnectionsB                                 []FederatedConnectionDTO                  `json:"federatedConnectionsB,omitempty"`
	Id                                                    *int64                                    `json:"id,omitempty"`
	IdentityAppliance                                     *IdentityApplianceDefinitionDTO           `json:"identityAppliance,omitempty"`
	IdentityConfirmationEnabled                           *bool                                     `json:"identityConfirmationEnabled,omitempty"`
	IdentityConfirmationOAuth2AuthorizationServerEndpoint *string                                   `json:"identityConfirmationOAuth2AuthorizationServerEndpoint,omitempty"`
	IdentityConfirmationOAuth2ClientId                    *string                                   `json:"identityConfirmationOAuth2ClientId,omitempty"`
	IdentityConfirmationOAuth2ClientSecret                *string                                   `json:"identityConfirmationOAuth2ClientSecret,omitempty"`
	IdentityConfirmationPolicy                            *ExtensionDTO                             `json:"identityConfirmationPolicy,omitempty"`
	IdentityLookups                                       []IdentityLookupDTO                       `json:"identityLookups,omitempty"`
	IgnoreRequestedNameIDPolicy                           *bool                                     `json:"ignoreRequestedNameIDPolicy,omitempty"`
	IsRemote                                              *bool                                     `json:"isRemote,omitempty"`
	Location                                              *LocationDTO                              `json:"location,omitempty"`
	MaxSessionsPerUser                                    *int32                                    `json:"maxSessionsPerUser,omitempty"`
	MessageTtl                                            *int32                                    `json:"messageTtl,omitempty"`
	MessageTtlTolerance                                   *int32                                    `json:"messageTtlTolerance,omitempty"`
	Metadata                                              *ResourceDTO                              `json:"metadata,omitempty"`
	Name                                                  *string                                   `json:"name,omitempty"`
	Oauth2Clients                                         []OAuth2ClientDTO                         `json:"oauth2Clients,omitempty"`
	Oauth2ClientsConfig                                   *string                                   `json:"oauth2ClientsConfig,omitempty"`
	Oauth2Enabled                                         *bool                                     `json:"oauth2Enabled,omitempty"`
	Oauth2Key                                             *string                                   `json:"oauth2Key,omitempty"`
	Oauth2RememberMeTokenValidity                         *int64                                    `json:"oauth2RememberMeTokenValidity,omitempty"`
	Oauth2TokenValidity                                   *int64                                    `json:"oauth2TokenValidity,omitempty"`
	OidcAccessTokenTimeToLive                             *int32                                    `json:"oidcAccessTokenTimeToLive,omitempty"`
	OidcAuthzCodeTimeToLive                               *int32                                    `json:"oidcAuthzCodeTimeToLive,omitempty"`
	OidcIdTokenTimeToLive                                 *int32                                    `json:"oidcIdTokenTimeToLive,omitempty"`
	OidcIncludeUserClaimsInAccessToken                    *bool                                     `json:"oidcIncludeUserClaimsInAccessToken,omitempty"`
	OpenIdEnabled                                         *bool                                     `json:"openIdEnabled,omitempty"`
	PwdlessAuthnEnabled                                   *bool                                     `json:"pwdlessAuthnEnabled,omitempty"`
	PwdlessAuthnFrom                                      *string                                   `json:"pwdlessAuthnFrom,omitempty"`
	PwdlessAuthnSubject                                   *string                                   `json:"pwdlessAuthnSubject,omitempty"`
	PwdlessAuthnTemplate                                  *string                                   `json:"pwdlessAuthnTemplate,omitempty"`
	PwdlessAuthnTo                                        *string                                   `json:"pwdlessAuthnTo,omitempty"`
	Remote                                                *bool                                     `json:"remote,omitempty"`
	Role                                                  *string                                   `json:"role,omitempty"`
	SessionManagerFactory                                 *SessionManagerFactoryDTO                 `json:"sessionManagerFactory,omitempty"`
	SignRequests                                          *bool                                     `json:"signRequests,omitempty"`
	SignatureHash                                         *string                                   `json:"signatureHash,omitempty"`
	SsoSessionTimeout                                     *int32                                    `json:"ssoSessionTimeout,omitempty"`
	SubjectAuthnPolicies                                  []SubjectAuthenticationPolicyDTO          `json:"subjectAuthnPolicies,omitempty"`
	SubjectNameIDPolicy                                   *SubjectNameIdentifierPolicyDTO           `json:"subjectNameIDPolicy,omitempty"`
	UserDashboardBranding                                 *string                                   `json:"userDashboardBranding,omitempty"`
	WantAuthnRequestsSigned                               *bool                                     `json:"wantAuthnRequestsSigned,omitempty"`
	WantSignedRequests                                    *bool                                     `json:"wantSignedRequests,omitempty"`
	X                                                     *float64                                  `json:"x,omitempty"`
	Y                                                     *float64                                  `json:"y,omitempty"`
	AdditionalProperties                                  map[string]interface{}
}

IdentityProviderDTO struct for IdentityProviderDTO

func NewIdentityProviderDTO ¶

func NewIdentityProviderDTO() *IdentityProviderDTO

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

func NewIdentityProviderDTOWithDefaults ¶

func NewIdentityProviderDTOWithDefaults() *IdentityProviderDTO

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

func (*IdentityProviderDTO) AddBasicAuthn ¶

func (*IdentityProviderDTO) AddBasicAuthns ¶

func (p *IdentityProviderDTO) AddBasicAuthns(ms []*BasicAuthenticationDTO) error

func (*IdentityProviderDTO) AddClientCertAuthnSvs ¶ added in v0.2.0

func (p *IdentityProviderDTO) AddClientCertAuthnSvs(cas *ClientCertAuthnServiceDTO, pr int32) (*AuthenticationServiceDTO, error)

func (*IdentityProviderDTO) AddClientCertAuthnsSvs ¶ added in v0.2.0

func (p *IdentityProviderDTO) AddClientCertAuthnsSvs(ms []*ClientCertAuthnServiceDTO, pr int32) error

func (*IdentityProviderDTO) AddDirectoryAuthnSvc ¶ added in v0.2.0

func (*IdentityProviderDTO) AddDirectoryAuthnsSvc ¶ added in v0.2.0

func (p *IdentityProviderDTO) AddDirectoryAuthnsSvc(ms []*DirectoryAuthenticationServiceDTO, pr int32) error

func (*IdentityProviderDTO) AddIdentityLookup ¶

func (p *IdentityProviderDTO) AddIdentityLookup(name string) (IdentityLookupDTO, error)

func (*IdentityProviderDTO) AddOauth2PreAuthnSvs ¶ added in v0.2.0

func (*IdentityProviderDTO) AddOauth2PreAuthnsSvs ¶ added in v0.2.0

func (p *IdentityProviderDTO) AddOauth2PreAuthnsSvs(ms []*OAuth2PreAuthenticationServiceDTO, pr int32) error

func (*IdentityProviderDTO) AddWindowsIntegratedAuthn ¶ added in v0.2.0

func (*IdentityProviderDTO) AddWindowsIntegratedAuthns ¶ added in v0.2.0

func (p *IdentityProviderDTO) AddWindowsIntegratedAuthns(ms []*WindowsIntegratedAuthenticationDTO, pr int32) error

func (*IdentityProviderDTO) GetActiveBindings ¶

func (o *IdentityProviderDTO) GetActiveBindings() []string

GetActiveBindings returns the ActiveBindings field value if set, zero value otherwise.

func (*IdentityProviderDTO) GetActiveBindingsOk ¶

func (o *IdentityProviderDTO) GetActiveBindingsOk() ([]string, bool)

GetActiveBindingsOk returns a tuple with the ActiveBindings field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IdentityProviderDTO) GetActiveProfiles ¶

func (o *IdentityProviderDTO) GetActiveProfiles() []string

GetActiveProfiles returns the ActiveProfiles field value if set, zero value otherwise.

func (*IdentityProviderDTO) GetActiveProfilesOk ¶

func (o *IdentityProviderDTO) GetActiveProfilesOk() ([]string, bool)

GetActiveProfilesOk returns a tuple with the ActiveProfiles field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IdentityProviderDTO) GetAttributeProfile ¶

func (o *IdentityProviderDTO) GetAttributeProfile() AttributeProfileDTO

GetAttributeProfile returns the AttributeProfile field value if set, zero value otherwise.

func (*IdentityProviderDTO) GetAttributeProfileOk ¶

func (o *IdentityProviderDTO) GetAttributeProfileOk() (*AttributeProfileDTO, bool)

GetAttributeProfileOk returns a tuple with the AttributeProfile field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IdentityProviderDTO) GetAuthenticationContract ¶

func (o *IdentityProviderDTO) GetAuthenticationContract() AuthenticationContractDTO

GetAuthenticationContract returns the AuthenticationContract field value if set, zero value otherwise.

func (*IdentityProviderDTO) GetAuthenticationContractOk ¶

func (o *IdentityProviderDTO) GetAuthenticationContractOk() (*AuthenticationContractDTO, bool)

GetAuthenticationContractOk returns a tuple with the AuthenticationContract field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IdentityProviderDTO) GetAuthenticationMechanisms ¶

func (o *IdentityProviderDTO) GetAuthenticationMechanisms() []AuthenticationMechanismDTO

GetAuthenticationMechanisms returns the AuthenticationMechanisms field value if set, zero value otherwise.

func (*IdentityProviderDTO) GetAuthenticationMechanismsOk ¶

func (o *IdentityProviderDTO) GetAuthenticationMechanismsOk() ([]AuthenticationMechanismDTO, bool)

GetAuthenticationMechanismsOk returns a tuple with the AuthenticationMechanisms field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IdentityProviderDTO) GetBasicAuthns ¶

func (p *IdentityProviderDTO) GetBasicAuthns() ([]*BasicAuthenticationDTO, error)

func (*IdentityProviderDTO) GetClientCertAuthnSvs ¶ added in v0.2.0

func (p *IdentityProviderDTO) GetClientCertAuthnSvs() ([]*ClientCertAuthnServiceDTO, error)

func (*IdentityProviderDTO) GetConfig ¶

func (o *IdentityProviderDTO) GetConfig() ProviderConfigDTO

GetConfig returns the Config field value if set, zero value otherwise.

func (*IdentityProviderDTO) GetConfigOk ¶

func (o *IdentityProviderDTO) GetConfigOk() (*ProviderConfigDTO, bool)

GetConfigOk returns a tuple with the Config field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IdentityProviderDTO) GetDashboardUrl ¶

func (o *IdentityProviderDTO) GetDashboardUrl() string

GetDashboardUrl returns the DashboardUrl field value if set, zero value otherwise.

func (*IdentityProviderDTO) GetDashboardUrlOk ¶

func (o *IdentityProviderDTO) GetDashboardUrlOk() (*string, bool)

GetDashboardUrlOk returns a tuple with the DashboardUrl field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IdentityProviderDTO) GetDescription ¶

func (o *IdentityProviderDTO) GetDescription() string

GetDescription returns the Description field value if set, zero value otherwise.

func (*IdentityProviderDTO) GetDescriptionOk ¶

func (o *IdentityProviderDTO) GetDescriptionOk() (*string, bool)

GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IdentityProviderDTO) GetDestroyPreviousSession ¶

func (o *IdentityProviderDTO) GetDestroyPreviousSession() bool

GetDestroyPreviousSession returns the DestroyPreviousSession field value if set, zero value otherwise.

func (*IdentityProviderDTO) GetDestroyPreviousSessionOk ¶

func (o *IdentityProviderDTO) GetDestroyPreviousSessionOk() (*bool, bool)

GetDestroyPreviousSessionOk returns a tuple with the DestroyPreviousSession field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IdentityProviderDTO) GetDirectoryAuthnSvc ¶ added in v0.2.0

func (p *IdentityProviderDTO) GetDirectoryAuthnSvc() ([]*DirectoryAuthenticationServiceDTO, error)

func (*IdentityProviderDTO) GetDisplayName ¶

func (o *IdentityProviderDTO) GetDisplayName() string

GetDisplayName returns the DisplayName field value if set, zero value otherwise.

func (*IdentityProviderDTO) GetDisplayNameOk ¶

func (o *IdentityProviderDTO) GetDisplayNameOk() (*string, bool)

GetDisplayNameOk returns a tuple with the DisplayName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IdentityProviderDTO) GetElementId ¶

func (o *IdentityProviderDTO) GetElementId() string

GetElementId returns the ElementId field value if set, zero value otherwise.

func (*IdentityProviderDTO) GetElementIdOk ¶

func (o *IdentityProviderDTO) GetElementIdOk() (*string, bool)

GetElementIdOk returns a tuple with the ElementId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IdentityProviderDTO) GetEmissionPolicy ¶

GetEmissionPolicy returns the EmissionPolicy field value if set, zero value otherwise.

func (*IdentityProviderDTO) GetEmissionPolicyOk ¶

GetEmissionPolicyOk returns a tuple with the EmissionPolicy field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IdentityProviderDTO) GetEnableMetadataEndpoint ¶

func (o *IdentityProviderDTO) GetEnableMetadataEndpoint() bool

GetEnableMetadataEndpoint returns the EnableMetadataEndpoint field value if set, zero value otherwise.

func (*IdentityProviderDTO) GetEnableMetadataEndpointOk ¶

func (o *IdentityProviderDTO) GetEnableMetadataEndpointOk() (*bool, bool)

GetEnableMetadataEndpointOk returns a tuple with the EnableMetadataEndpoint field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IdentityProviderDTO) GetEncryptAssertion ¶

func (o *IdentityProviderDTO) GetEncryptAssertion() bool

GetEncryptAssertion returns the EncryptAssertion field value if set, zero value otherwise.

func (*IdentityProviderDTO) GetEncryptAssertionAlgorithm ¶

func (o *IdentityProviderDTO) GetEncryptAssertionAlgorithm() string

GetEncryptAssertionAlgorithm returns the EncryptAssertionAlgorithm field value if set, zero value otherwise.

func (*IdentityProviderDTO) GetEncryptAssertionAlgorithmOk ¶

func (o *IdentityProviderDTO) GetEncryptAssertionAlgorithmOk() (*string, bool)

GetEncryptAssertionAlgorithmOk returns a tuple with the EncryptAssertionAlgorithm field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IdentityProviderDTO) GetEncryptAssertionOk ¶

func (o *IdentityProviderDTO) GetEncryptAssertionOk() (*bool, bool)

GetEncryptAssertionOk returns a tuple with the EncryptAssertion field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IdentityProviderDTO) GetErrorBinding ¶

func (o *IdentityProviderDTO) GetErrorBinding() string

GetErrorBinding returns the ErrorBinding field value if set, zero value otherwise.

func (*IdentityProviderDTO) GetErrorBindingOk ¶

func (o *IdentityProviderDTO) GetErrorBindingOk() (*string, bool)

GetErrorBindingOk returns a tuple with the ErrorBinding field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IdentityProviderDTO) GetExternallyHostedIdentityConfirmationTokenService ¶

func (o *IdentityProviderDTO) GetExternallyHostedIdentityConfirmationTokenService() bool

GetExternallyHostedIdentityConfirmationTokenService returns the ExternallyHostedIdentityConfirmationTokenService field value if set, zero value otherwise.

func (*IdentityProviderDTO) GetExternallyHostedIdentityConfirmationTokenServiceOk ¶

func (o *IdentityProviderDTO) GetExternallyHostedIdentityConfirmationTokenServiceOk() (*bool, bool)

GetExternallyHostedIdentityConfirmationTokenServiceOk returns a tuple with the ExternallyHostedIdentityConfirmationTokenService field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IdentityProviderDTO) GetFederatedConnectionsA ¶

func (o *IdentityProviderDTO) GetFederatedConnectionsA() []FederatedConnectionDTO

GetFederatedConnectionsA returns the FederatedConnectionsA field value if set, zero value otherwise.

func (*IdentityProviderDTO) GetFederatedConnectionsAOk ¶

func (o *IdentityProviderDTO) GetFederatedConnectionsAOk() ([]FederatedConnectionDTO, bool)

GetFederatedConnectionsAOk returns a tuple with the FederatedConnectionsA field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IdentityProviderDTO) GetFederatedConnectionsB ¶

func (o *IdentityProviderDTO) GetFederatedConnectionsB() []FederatedConnectionDTO

GetFederatedConnectionsB returns the FederatedConnectionsB field value if set, zero value otherwise.

func (*IdentityProviderDTO) GetFederatedConnectionsBOk ¶

func (o *IdentityProviderDTO) GetFederatedConnectionsBOk() ([]FederatedConnectionDTO, bool)

GetFederatedConnectionsBOk returns a tuple with the FederatedConnectionsB field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IdentityProviderDTO) GetId ¶

func (o *IdentityProviderDTO) GetId() int64

GetId returns the Id field value if set, zero value otherwise.

func (*IdentityProviderDTO) GetIdOk ¶

func (o *IdentityProviderDTO) GetIdOk() (*int64, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IdentityProviderDTO) GetIdentityAppliance ¶

func (o *IdentityProviderDTO) GetIdentityAppliance() IdentityApplianceDefinitionDTO

GetIdentityAppliance returns the IdentityAppliance field value if set, zero value otherwise.

func (*IdentityProviderDTO) GetIdentityApplianceOk ¶

func (o *IdentityProviderDTO) GetIdentityApplianceOk() (*IdentityApplianceDefinitionDTO, bool)

GetIdentityApplianceOk returns a tuple with the IdentityAppliance field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IdentityProviderDTO) GetIdentityConfirmationEnabled ¶

func (o *IdentityProviderDTO) GetIdentityConfirmationEnabled() bool

GetIdentityConfirmationEnabled returns the IdentityConfirmationEnabled field value if set, zero value otherwise.

func (*IdentityProviderDTO) GetIdentityConfirmationEnabledOk ¶

func (o *IdentityProviderDTO) GetIdentityConfirmationEnabledOk() (*bool, bool)

GetIdentityConfirmationEnabledOk returns a tuple with the IdentityConfirmationEnabled field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IdentityProviderDTO) GetIdentityConfirmationOAuth2AuthorizationServerEndpoint ¶

func (o *IdentityProviderDTO) GetIdentityConfirmationOAuth2AuthorizationServerEndpoint() string

GetIdentityConfirmationOAuth2AuthorizationServerEndpoint returns the IdentityConfirmationOAuth2AuthorizationServerEndpoint field value if set, zero value otherwise.

func (*IdentityProviderDTO) GetIdentityConfirmationOAuth2AuthorizationServerEndpointOk ¶

func (o *IdentityProviderDTO) GetIdentityConfirmationOAuth2AuthorizationServerEndpointOk() (*string, bool)

GetIdentityConfirmationOAuth2AuthorizationServerEndpointOk returns a tuple with the IdentityConfirmationOAuth2AuthorizationServerEndpoint field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IdentityProviderDTO) GetIdentityConfirmationOAuth2ClientId ¶

func (o *IdentityProviderDTO) GetIdentityConfirmationOAuth2ClientId() string

GetIdentityConfirmationOAuth2ClientId returns the IdentityConfirmationOAuth2ClientId field value if set, zero value otherwise.

func (*IdentityProviderDTO) GetIdentityConfirmationOAuth2ClientIdOk ¶

func (o *IdentityProviderDTO) GetIdentityConfirmationOAuth2ClientIdOk() (*string, bool)

GetIdentityConfirmationOAuth2ClientIdOk returns a tuple with the IdentityConfirmationOAuth2ClientId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IdentityProviderDTO) GetIdentityConfirmationOAuth2ClientSecret ¶

func (o *IdentityProviderDTO) GetIdentityConfirmationOAuth2ClientSecret() string

GetIdentityConfirmationOAuth2ClientSecret returns the IdentityConfirmationOAuth2ClientSecret field value if set, zero value otherwise.

func (*IdentityProviderDTO) GetIdentityConfirmationOAuth2ClientSecretOk ¶

func (o *IdentityProviderDTO) GetIdentityConfirmationOAuth2ClientSecretOk() (*string, bool)

GetIdentityConfirmationOAuth2ClientSecretOk returns a tuple with the IdentityConfirmationOAuth2ClientSecret field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IdentityProviderDTO) GetIdentityConfirmationPolicy ¶

func (o *IdentityProviderDTO) GetIdentityConfirmationPolicy() ExtensionDTO

GetIdentityConfirmationPolicy returns the IdentityConfirmationPolicy field value if set, zero value otherwise.

func (*IdentityProviderDTO) GetIdentityConfirmationPolicyOk ¶

func (o *IdentityProviderDTO) GetIdentityConfirmationPolicyOk() (*ExtensionDTO, bool)

GetIdentityConfirmationPolicyOk returns a tuple with the IdentityConfirmationPolicy field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IdentityProviderDTO) GetIdentityLookup ¶

func (p *IdentityProviderDTO) GetIdentityLookup(name string) *IdentityLookupDTO

func (*IdentityProviderDTO) GetIdentityLookups ¶

func (o *IdentityProviderDTO) GetIdentityLookups() []IdentityLookupDTO

GetIdentityLookups returns the IdentityLookups field value if set, zero value otherwise.

func (*IdentityProviderDTO) GetIdentityLookupsOk ¶

func (o *IdentityProviderDTO) GetIdentityLookupsOk() ([]IdentityLookupDTO, bool)

GetIdentityLookupsOk returns a tuple with the IdentityLookups field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IdentityProviderDTO) GetIgnoreRequestedNameIDPolicy ¶

func (o *IdentityProviderDTO) GetIgnoreRequestedNameIDPolicy() bool

GetIgnoreRequestedNameIDPolicy returns the IgnoreRequestedNameIDPolicy field value if set, zero value otherwise.

func (*IdentityProviderDTO) GetIgnoreRequestedNameIDPolicyOk ¶

func (o *IdentityProviderDTO) GetIgnoreRequestedNameIDPolicyOk() (*bool, bool)

GetIgnoreRequestedNameIDPolicyOk returns a tuple with the IgnoreRequestedNameIDPolicy field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IdentityProviderDTO) GetIsRemote ¶

func (o *IdentityProviderDTO) GetIsRemote() bool

GetIsRemote returns the IsRemote field value if set, zero value otherwise.

func (*IdentityProviderDTO) GetIsRemoteOk ¶

func (o *IdentityProviderDTO) GetIsRemoteOk() (*bool, bool)

GetIsRemoteOk returns a tuple with the IsRemote field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IdentityProviderDTO) GetLocation ¶

func (o *IdentityProviderDTO) GetLocation() LocationDTO

GetLocation returns the Location field value if set, zero value otherwise.

func (*IdentityProviderDTO) GetLocationOk ¶

func (o *IdentityProviderDTO) GetLocationOk() (*LocationDTO, bool)

GetLocationOk returns a tuple with the Location field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IdentityProviderDTO) GetMaxSessionsPerUser ¶

func (o *IdentityProviderDTO) GetMaxSessionsPerUser() int32

GetMaxSessionsPerUser returns the MaxSessionsPerUser field value if set, zero value otherwise.

func (*IdentityProviderDTO) GetMaxSessionsPerUserOk ¶

func (o *IdentityProviderDTO) GetMaxSessionsPerUserOk() (*int32, bool)

GetMaxSessionsPerUserOk returns a tuple with the MaxSessionsPerUser field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IdentityProviderDTO) GetMessageTtl ¶

func (o *IdentityProviderDTO) GetMessageTtl() int32

GetMessageTtl returns the MessageTtl field value if set, zero value otherwise.

func (*IdentityProviderDTO) GetMessageTtlOk ¶

func (o *IdentityProviderDTO) GetMessageTtlOk() (*int32, bool)

GetMessageTtlOk returns a tuple with the MessageTtl field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IdentityProviderDTO) GetMessageTtlTolerance ¶

func (o *IdentityProviderDTO) GetMessageTtlTolerance() int32

GetMessageTtlTolerance returns the MessageTtlTolerance field value if set, zero value otherwise.

func (*IdentityProviderDTO) GetMessageTtlToleranceOk ¶

func (o *IdentityProviderDTO) GetMessageTtlToleranceOk() (*int32, bool)

GetMessageTtlToleranceOk returns a tuple with the MessageTtlTolerance field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IdentityProviderDTO) GetMetadata ¶

func (o *IdentityProviderDTO) GetMetadata() ResourceDTO

GetMetadata returns the Metadata field value if set, zero value otherwise.

func (*IdentityProviderDTO) GetMetadataOk ¶

func (o *IdentityProviderDTO) GetMetadataOk() (*ResourceDTO, bool)

GetMetadataOk returns a tuple with the Metadata field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IdentityProviderDTO) GetName ¶

func (o *IdentityProviderDTO) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*IdentityProviderDTO) GetNameOk ¶

func (o *IdentityProviderDTO) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IdentityProviderDTO) GetOauth2Clients ¶

func (o *IdentityProviderDTO) GetOauth2Clients() []OAuth2ClientDTO

GetOauth2Clients returns the Oauth2Clients field value if set, zero value otherwise.

func (*IdentityProviderDTO) GetOauth2ClientsConfig ¶

func (o *IdentityProviderDTO) GetOauth2ClientsConfig() string

GetOauth2ClientsConfig returns the Oauth2ClientsConfig field value if set, zero value otherwise.

func (*IdentityProviderDTO) GetOauth2ClientsConfigOk ¶

func (o *IdentityProviderDTO) GetOauth2ClientsConfigOk() (*string, bool)

GetOauth2ClientsConfigOk returns a tuple with the Oauth2ClientsConfig field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IdentityProviderDTO) GetOauth2ClientsOk ¶

func (o *IdentityProviderDTO) GetOauth2ClientsOk() ([]OAuth2ClientDTO, bool)

GetOauth2ClientsOk returns a tuple with the Oauth2Clients field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IdentityProviderDTO) GetOauth2Enabled ¶

func (o *IdentityProviderDTO) GetOauth2Enabled() bool

GetOauth2Enabled returns the Oauth2Enabled field value if set, zero value otherwise.

func (*IdentityProviderDTO) GetOauth2EnabledOk ¶

func (o *IdentityProviderDTO) GetOauth2EnabledOk() (*bool, bool)

GetOauth2EnabledOk returns a tuple with the Oauth2Enabled field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IdentityProviderDTO) GetOauth2Key ¶

func (o *IdentityProviderDTO) GetOauth2Key() string

GetOauth2Key returns the Oauth2Key field value if set, zero value otherwise.

func (*IdentityProviderDTO) GetOauth2KeyOk ¶

func (o *IdentityProviderDTO) GetOauth2KeyOk() (*string, bool)

GetOauth2KeyOk returns a tuple with the Oauth2Key field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IdentityProviderDTO) GetOauth2PreAuthnSvs ¶ added in v0.2.0

func (p *IdentityProviderDTO) GetOauth2PreAuthnSvs() ([]*OAuth2PreAuthenticationServiceDTO, error)

func (*IdentityProviderDTO) GetOauth2RememberMeTokenValidity ¶

func (o *IdentityProviderDTO) GetOauth2RememberMeTokenValidity() int64

GetOauth2RememberMeTokenValidity returns the Oauth2RememberMeTokenValidity field value if set, zero value otherwise.

func (*IdentityProviderDTO) GetOauth2RememberMeTokenValidityOk ¶

func (o *IdentityProviderDTO) GetOauth2RememberMeTokenValidityOk() (*int64, bool)

GetOauth2RememberMeTokenValidityOk returns a tuple with the Oauth2RememberMeTokenValidity field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IdentityProviderDTO) GetOauth2TokenValidity ¶

func (o *IdentityProviderDTO) GetOauth2TokenValidity() int64

GetOauth2TokenValidity returns the Oauth2TokenValidity field value if set, zero value otherwise.

func (*IdentityProviderDTO) GetOauth2TokenValidityOk ¶

func (o *IdentityProviderDTO) GetOauth2TokenValidityOk() (*int64, bool)

GetOauth2TokenValidityOk returns a tuple with the Oauth2TokenValidity field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IdentityProviderDTO) GetOidcAccessTokenTimeToLive ¶

func (o *IdentityProviderDTO) GetOidcAccessTokenTimeToLive() int32

GetOidcAccessTokenTimeToLive returns the OidcAccessTokenTimeToLive field value if set, zero value otherwise.

func (*IdentityProviderDTO) GetOidcAccessTokenTimeToLiveOk ¶

func (o *IdentityProviderDTO) GetOidcAccessTokenTimeToLiveOk() (*int32, bool)

GetOidcAccessTokenTimeToLiveOk returns a tuple with the OidcAccessTokenTimeToLive field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IdentityProviderDTO) GetOidcAuthzCodeTimeToLive ¶

func (o *IdentityProviderDTO) GetOidcAuthzCodeTimeToLive() int32

GetOidcAuthzCodeTimeToLive returns the OidcAuthzCodeTimeToLive field value if set, zero value otherwise.

func (*IdentityProviderDTO) GetOidcAuthzCodeTimeToLiveOk ¶

func (o *IdentityProviderDTO) GetOidcAuthzCodeTimeToLiveOk() (*int32, bool)

GetOidcAuthzCodeTimeToLiveOk returns a tuple with the OidcAuthzCodeTimeToLive field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IdentityProviderDTO) GetOidcIdTokenTimeToLive ¶

func (o *IdentityProviderDTO) GetOidcIdTokenTimeToLive() int32

GetOidcIdTokenTimeToLive returns the OidcIdTokenTimeToLive field value if set, zero value otherwise.

func (*IdentityProviderDTO) GetOidcIdTokenTimeToLiveOk ¶

func (o *IdentityProviderDTO) GetOidcIdTokenTimeToLiveOk() (*int32, bool)

GetOidcIdTokenTimeToLiveOk returns a tuple with the OidcIdTokenTimeToLive field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IdentityProviderDTO) GetOidcIncludeUserClaimsInAccessToken ¶ added in v0.4.3

func (o *IdentityProviderDTO) GetOidcIncludeUserClaimsInAccessToken() bool

GetOidcIncludeUserClaimsInAccessToken returns the OidcIncludeUserClaimsInAccessToken field value if set, zero value otherwise.

func (*IdentityProviderDTO) GetOidcIncludeUserClaimsInAccessTokenOk ¶ added in v0.4.3

func (o *IdentityProviderDTO) GetOidcIncludeUserClaimsInAccessTokenOk() (*bool, bool)

GetOidcIncludeUserClaimsInAccessTokenOk returns a tuple with the OidcIncludeUserClaimsInAccessToken field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IdentityProviderDTO) GetOpenIdEnabled ¶

func (o *IdentityProviderDTO) GetOpenIdEnabled() bool

GetOpenIdEnabled returns the OpenIdEnabled field value if set, zero value otherwise.

func (*IdentityProviderDTO) GetOpenIdEnabledOk ¶

func (o *IdentityProviderDTO) GetOpenIdEnabledOk() (*bool, bool)

GetOpenIdEnabledOk returns a tuple with the OpenIdEnabled field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IdentityProviderDTO) GetPwdlessAuthnEnabled ¶

func (o *IdentityProviderDTO) GetPwdlessAuthnEnabled() bool

GetPwdlessAuthnEnabled returns the PwdlessAuthnEnabled field value if set, zero value otherwise.

func (*IdentityProviderDTO) GetPwdlessAuthnEnabledOk ¶

func (o *IdentityProviderDTO) GetPwdlessAuthnEnabledOk() (*bool, bool)

GetPwdlessAuthnEnabledOk returns a tuple with the PwdlessAuthnEnabled field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IdentityProviderDTO) GetPwdlessAuthnFrom ¶

func (o *IdentityProviderDTO) GetPwdlessAuthnFrom() string

GetPwdlessAuthnFrom returns the PwdlessAuthnFrom field value if set, zero value otherwise.

func (*IdentityProviderDTO) GetPwdlessAuthnFromOk ¶

func (o *IdentityProviderDTO) GetPwdlessAuthnFromOk() (*string, bool)

GetPwdlessAuthnFromOk returns a tuple with the PwdlessAuthnFrom field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IdentityProviderDTO) GetPwdlessAuthnSubject ¶

func (o *IdentityProviderDTO) GetPwdlessAuthnSubject() string

GetPwdlessAuthnSubject returns the PwdlessAuthnSubject field value if set, zero value otherwise.

func (*IdentityProviderDTO) GetPwdlessAuthnSubjectOk ¶

func (o *IdentityProviderDTO) GetPwdlessAuthnSubjectOk() (*string, bool)

GetPwdlessAuthnSubjectOk returns a tuple with the PwdlessAuthnSubject field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IdentityProviderDTO) GetPwdlessAuthnTemplate ¶

func (o *IdentityProviderDTO) GetPwdlessAuthnTemplate() string

GetPwdlessAuthnTemplate returns the PwdlessAuthnTemplate field value if set, zero value otherwise.

func (*IdentityProviderDTO) GetPwdlessAuthnTemplateOk ¶

func (o *IdentityProviderDTO) GetPwdlessAuthnTemplateOk() (*string, bool)

GetPwdlessAuthnTemplateOk returns a tuple with the PwdlessAuthnTemplate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IdentityProviderDTO) GetPwdlessAuthnTo ¶

func (o *IdentityProviderDTO) GetPwdlessAuthnTo() string

GetPwdlessAuthnTo returns the PwdlessAuthnTo field value if set, zero value otherwise.

func (*IdentityProviderDTO) GetPwdlessAuthnToOk ¶

func (o *IdentityProviderDTO) GetPwdlessAuthnToOk() (*string, bool)

GetPwdlessAuthnToOk returns a tuple with the PwdlessAuthnTo field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IdentityProviderDTO) GetRemote ¶

func (o *IdentityProviderDTO) GetRemote() bool

GetRemote returns the Remote field value if set, zero value otherwise.

func (*IdentityProviderDTO) GetRemoteOk ¶

func (o *IdentityProviderDTO) GetRemoteOk() (*bool, bool)

GetRemoteOk returns a tuple with the Remote field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IdentityProviderDTO) GetRole ¶

func (o *IdentityProviderDTO) GetRole() string

GetRole returns the Role field value if set, zero value otherwise.

func (*IdentityProviderDTO) GetRoleOk ¶

func (o *IdentityProviderDTO) GetRoleOk() (*string, bool)

GetRoleOk returns a tuple with the Role field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IdentityProviderDTO) GetSamlR2IDPConfig ¶

func (p *IdentityProviderDTO) GetSamlR2IDPConfig() (*SamlR2IDPConfigDTO, error)

func (*IdentityProviderDTO) GetSessionManagerFactory ¶

func (o *IdentityProviderDTO) GetSessionManagerFactory() SessionManagerFactoryDTO

GetSessionManagerFactory returns the SessionManagerFactory field value if set, zero value otherwise.

func (*IdentityProviderDTO) GetSessionManagerFactoryOk ¶

func (o *IdentityProviderDTO) GetSessionManagerFactoryOk() (*SessionManagerFactoryDTO, bool)

GetSessionManagerFactoryOk returns a tuple with the SessionManagerFactory field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IdentityProviderDTO) GetSignRequests ¶

func (o *IdentityProviderDTO) GetSignRequests() bool

GetSignRequests returns the SignRequests field value if set, zero value otherwise.

func (*IdentityProviderDTO) GetSignRequestsOk ¶

func (o *IdentityProviderDTO) GetSignRequestsOk() (*bool, bool)

GetSignRequestsOk returns a tuple with the SignRequests field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IdentityProviderDTO) GetSignatureHash ¶

func (o *IdentityProviderDTO) GetSignatureHash() string

GetSignatureHash returns the SignatureHash field value if set, zero value otherwise.

func (*IdentityProviderDTO) GetSignatureHashOk ¶

func (o *IdentityProviderDTO) GetSignatureHashOk() (*string, bool)

GetSignatureHashOk returns a tuple with the SignatureHash field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IdentityProviderDTO) GetSsoSessionTimeout ¶

func (o *IdentityProviderDTO) GetSsoSessionTimeout() int32

GetSsoSessionTimeout returns the SsoSessionTimeout field value if set, zero value otherwise.

func (*IdentityProviderDTO) GetSsoSessionTimeoutOk ¶

func (o *IdentityProviderDTO) GetSsoSessionTimeoutOk() (*int32, bool)

GetSsoSessionTimeoutOk returns a tuple with the SsoSessionTimeout field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IdentityProviderDTO) GetSubjectAuthnPolicies ¶

func (o *IdentityProviderDTO) GetSubjectAuthnPolicies() []SubjectAuthenticationPolicyDTO

GetSubjectAuthnPolicies returns the SubjectAuthnPolicies field value if set, zero value otherwise.

func (*IdentityProviderDTO) GetSubjectAuthnPoliciesOk ¶

func (o *IdentityProviderDTO) GetSubjectAuthnPoliciesOk() ([]SubjectAuthenticationPolicyDTO, bool)

GetSubjectAuthnPoliciesOk returns a tuple with the SubjectAuthnPolicies field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IdentityProviderDTO) GetSubjectNameIDPolicy ¶

func (o *IdentityProviderDTO) GetSubjectNameIDPolicy() SubjectNameIdentifierPolicyDTO

GetSubjectNameIDPolicy returns the SubjectNameIDPolicy field value if set, zero value otherwise.

func (*IdentityProviderDTO) GetSubjectNameIDPolicyOk ¶

func (o *IdentityProviderDTO) GetSubjectNameIDPolicyOk() (*SubjectNameIdentifierPolicyDTO, bool)

GetSubjectNameIDPolicyOk returns a tuple with the SubjectNameIDPolicy field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IdentityProviderDTO) GetUserDashboardBranding ¶

func (o *IdentityProviderDTO) GetUserDashboardBranding() string

GetUserDashboardBranding returns the UserDashboardBranding field value if set, zero value otherwise.

func (*IdentityProviderDTO) GetUserDashboardBrandingOk ¶

func (o *IdentityProviderDTO) GetUserDashboardBrandingOk() (*string, bool)

GetUserDashboardBrandingOk returns a tuple with the UserDashboardBranding field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IdentityProviderDTO) GetWantAuthnRequestsSigned ¶

func (o *IdentityProviderDTO) GetWantAuthnRequestsSigned() bool

GetWantAuthnRequestsSigned returns the WantAuthnRequestsSigned field value if set, zero value otherwise.

func (*IdentityProviderDTO) GetWantAuthnRequestsSignedOk ¶

func (o *IdentityProviderDTO) GetWantAuthnRequestsSignedOk() (*bool, bool)

GetWantAuthnRequestsSignedOk returns a tuple with the WantAuthnRequestsSigned field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IdentityProviderDTO) GetWantSignedRequests ¶

func (o *IdentityProviderDTO) GetWantSignedRequests() bool

GetWantSignedRequests returns the WantSignedRequests field value if set, zero value otherwise.

func (*IdentityProviderDTO) GetWantSignedRequestsOk ¶

func (o *IdentityProviderDTO) GetWantSignedRequestsOk() (*bool, bool)

GetWantSignedRequestsOk returns a tuple with the WantSignedRequests field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IdentityProviderDTO) GetWindowsIntegratedAuthn ¶ added in v0.2.0

func (p *IdentityProviderDTO) GetWindowsIntegratedAuthn() ([]*WindowsIntegratedAuthenticationDTO, error)

func (*IdentityProviderDTO) GetX ¶

func (o *IdentityProviderDTO) GetX() float64

GetX returns the X field value if set, zero value otherwise.

func (*IdentityProviderDTO) GetXOk ¶

func (o *IdentityProviderDTO) GetXOk() (*float64, bool)

GetXOk returns a tuple with the X field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IdentityProviderDTO) GetY ¶

func (o *IdentityProviderDTO) GetY() float64

GetY returns the Y field value if set, zero value otherwise.

func (*IdentityProviderDTO) GetYOk ¶

func (o *IdentityProviderDTO) GetYOk() (*float64, bool)

GetYOk returns a tuple with the Y field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IdentityProviderDTO) HasActiveBindings ¶

func (o *IdentityProviderDTO) HasActiveBindings() bool

HasActiveBindings returns a boolean if a field has been set.

func (*IdentityProviderDTO) HasActiveProfiles ¶

func (o *IdentityProviderDTO) HasActiveProfiles() bool

HasActiveProfiles returns a boolean if a field has been set.

func (*IdentityProviderDTO) HasAttributeProfile ¶

func (o *IdentityProviderDTO) HasAttributeProfile() bool

HasAttributeProfile returns a boolean if a field has been set.

func (*IdentityProviderDTO) HasAuthenticationContract ¶

func (o *IdentityProviderDTO) HasAuthenticationContract() bool

HasAuthenticationContract returns a boolean if a field has been set.

func (*IdentityProviderDTO) HasAuthenticationMechanisms ¶

func (o *IdentityProviderDTO) HasAuthenticationMechanisms() bool

HasAuthenticationMechanisms returns a boolean if a field has been set.

func (*IdentityProviderDTO) HasConfig ¶

func (o *IdentityProviderDTO) HasConfig() bool

HasConfig returns a boolean if a field has been set.

func (*IdentityProviderDTO) HasDashboardUrl ¶

func (o *IdentityProviderDTO) HasDashboardUrl() bool

HasDashboardUrl returns a boolean if a field has been set.

func (*IdentityProviderDTO) HasDescription ¶

func (o *IdentityProviderDTO) HasDescription() bool

HasDescription returns a boolean if a field has been set.

func (*IdentityProviderDTO) HasDestroyPreviousSession ¶

func (o *IdentityProviderDTO) HasDestroyPreviousSession() bool

HasDestroyPreviousSession returns a boolean if a field has been set.

func (*IdentityProviderDTO) HasDisplayName ¶

func (o *IdentityProviderDTO) HasDisplayName() bool

HasDisplayName returns a boolean if a field has been set.

func (*IdentityProviderDTO) HasElementId ¶

func (o *IdentityProviderDTO) HasElementId() bool

HasElementId returns a boolean if a field has been set.

func (*IdentityProviderDTO) HasEmissionPolicy ¶

func (o *IdentityProviderDTO) HasEmissionPolicy() bool

HasEmissionPolicy returns a boolean if a field has been set.

func (*IdentityProviderDTO) HasEnableMetadataEndpoint ¶

func (o *IdentityProviderDTO) HasEnableMetadataEndpoint() bool

HasEnableMetadataEndpoint returns a boolean if a field has been set.

func (*IdentityProviderDTO) HasEncryptAssertion ¶

func (o *IdentityProviderDTO) HasEncryptAssertion() bool

HasEncryptAssertion returns a boolean if a field has been set.

func (*IdentityProviderDTO) HasEncryptAssertionAlgorithm ¶

func (o *IdentityProviderDTO) HasEncryptAssertionAlgorithm() bool

HasEncryptAssertionAlgorithm returns a boolean if a field has been set.

func (*IdentityProviderDTO) HasErrorBinding ¶

func (o *IdentityProviderDTO) HasErrorBinding() bool

HasErrorBinding returns a boolean if a field has been set.

func (*IdentityProviderDTO) HasExternallyHostedIdentityConfirmationTokenService ¶

func (o *IdentityProviderDTO) HasExternallyHostedIdentityConfirmationTokenService() bool

HasExternallyHostedIdentityConfirmationTokenService returns a boolean if a field has been set.

func (*IdentityProviderDTO) HasFederatedConnectionsA ¶

func (o *IdentityProviderDTO) HasFederatedConnectionsA() bool

HasFederatedConnectionsA returns a boolean if a field has been set.

func (*IdentityProviderDTO) HasFederatedConnectionsB ¶

func (o *IdentityProviderDTO) HasFederatedConnectionsB() bool

HasFederatedConnectionsB returns a boolean if a field has been set.

func (*IdentityProviderDTO) HasId ¶

func (o *IdentityProviderDTO) HasId() bool

HasId returns a boolean if a field has been set.

func (*IdentityProviderDTO) HasIdentityAppliance ¶

func (o *IdentityProviderDTO) HasIdentityAppliance() bool

HasIdentityAppliance returns a boolean if a field has been set.

func (*IdentityProviderDTO) HasIdentityConfirmationEnabled ¶

func (o *IdentityProviderDTO) HasIdentityConfirmationEnabled() bool

HasIdentityConfirmationEnabled returns a boolean if a field has been set.

func (*IdentityProviderDTO) HasIdentityConfirmationOAuth2AuthorizationServerEndpoint ¶

func (o *IdentityProviderDTO) HasIdentityConfirmationOAuth2AuthorizationServerEndpoint() bool

HasIdentityConfirmationOAuth2AuthorizationServerEndpoint returns a boolean if a field has been set.

func (*IdentityProviderDTO) HasIdentityConfirmationOAuth2ClientId ¶

func (o *IdentityProviderDTO) HasIdentityConfirmationOAuth2ClientId() bool

HasIdentityConfirmationOAuth2ClientId returns a boolean if a field has been set.

func (*IdentityProviderDTO) HasIdentityConfirmationOAuth2ClientSecret ¶

func (o *IdentityProviderDTO) HasIdentityConfirmationOAuth2ClientSecret() bool

HasIdentityConfirmationOAuth2ClientSecret returns a boolean if a field has been set.

func (*IdentityProviderDTO) HasIdentityConfirmationPolicy ¶

func (o *IdentityProviderDTO) HasIdentityConfirmationPolicy() bool

HasIdentityConfirmationPolicy returns a boolean if a field has been set.

func (*IdentityProviderDTO) HasIdentityLookups ¶

func (o *IdentityProviderDTO) HasIdentityLookups() bool

HasIdentityLookups returns a boolean if a field has been set.

func (*IdentityProviderDTO) HasIgnoreRequestedNameIDPolicy ¶

func (o *IdentityProviderDTO) HasIgnoreRequestedNameIDPolicy() bool

HasIgnoreRequestedNameIDPolicy returns a boolean if a field has been set.

func (*IdentityProviderDTO) HasIsRemote ¶

func (o *IdentityProviderDTO) HasIsRemote() bool

HasIsRemote returns a boolean if a field has been set.

func (*IdentityProviderDTO) HasLocation ¶

func (o *IdentityProviderDTO) HasLocation() bool

HasLocation returns a boolean if a field has been set.

func (*IdentityProviderDTO) HasMaxSessionsPerUser ¶

func (o *IdentityProviderDTO) HasMaxSessionsPerUser() bool

HasMaxSessionsPerUser returns a boolean if a field has been set.

func (*IdentityProviderDTO) HasMessageTtl ¶

func (o *IdentityProviderDTO) HasMessageTtl() bool

HasMessageTtl returns a boolean if a field has been set.

func (*IdentityProviderDTO) HasMessageTtlTolerance ¶

func (o *IdentityProviderDTO) HasMessageTtlTolerance() bool

HasMessageTtlTolerance returns a boolean if a field has been set.

func (*IdentityProviderDTO) HasMetadata ¶

func (o *IdentityProviderDTO) HasMetadata() bool

HasMetadata returns a boolean if a field has been set.

func (*IdentityProviderDTO) HasName ¶

func (o *IdentityProviderDTO) HasName() bool

HasName returns a boolean if a field has been set.

func (*IdentityProviderDTO) HasOauth2Clients ¶

func (o *IdentityProviderDTO) HasOauth2Clients() bool

HasOauth2Clients returns a boolean if a field has been set.

func (*IdentityProviderDTO) HasOauth2ClientsConfig ¶

func (o *IdentityProviderDTO) HasOauth2ClientsConfig() bool

HasOauth2ClientsConfig returns a boolean if a field has been set.

func (*IdentityProviderDTO) HasOauth2Enabled ¶

func (o *IdentityProviderDTO) HasOauth2Enabled() bool

HasOauth2Enabled returns a boolean if a field has been set.

func (*IdentityProviderDTO) HasOauth2Key ¶

func (o *IdentityProviderDTO) HasOauth2Key() bool

HasOauth2Key returns a boolean if a field has been set.

func (*IdentityProviderDTO) HasOauth2RememberMeTokenValidity ¶

func (o *IdentityProviderDTO) HasOauth2RememberMeTokenValidity() bool

HasOauth2RememberMeTokenValidity returns a boolean if a field has been set.

func (*IdentityProviderDTO) HasOauth2TokenValidity ¶

func (o *IdentityProviderDTO) HasOauth2TokenValidity() bool

HasOauth2TokenValidity returns a boolean if a field has been set.

func (*IdentityProviderDTO) HasOidcAccessTokenTimeToLive ¶

func (o *IdentityProviderDTO) HasOidcAccessTokenTimeToLive() bool

HasOidcAccessTokenTimeToLive returns a boolean if a field has been set.

func (*IdentityProviderDTO) HasOidcAuthzCodeTimeToLive ¶

func (o *IdentityProviderDTO) HasOidcAuthzCodeTimeToLive() bool

HasOidcAuthzCodeTimeToLive returns a boolean if a field has been set.

func (*IdentityProviderDTO) HasOidcIdTokenTimeToLive ¶

func (o *IdentityProviderDTO) HasOidcIdTokenTimeToLive() bool

HasOidcIdTokenTimeToLive returns a boolean if a field has been set.

func (*IdentityProviderDTO) HasOidcIncludeUserClaimsInAccessToken ¶ added in v0.4.3

func (o *IdentityProviderDTO) HasOidcIncludeUserClaimsInAccessToken() bool

HasOidcIncludeUserClaimsInAccessToken returns a boolean if a field has been set.

func (*IdentityProviderDTO) HasOpenIdEnabled ¶

func (o *IdentityProviderDTO) HasOpenIdEnabled() bool

HasOpenIdEnabled returns a boolean if a field has been set.

func (*IdentityProviderDTO) HasPwdlessAuthnEnabled ¶

func (o *IdentityProviderDTO) HasPwdlessAuthnEnabled() bool

HasPwdlessAuthnEnabled returns a boolean if a field has been set.

func (*IdentityProviderDTO) HasPwdlessAuthnFrom ¶

func (o *IdentityProviderDTO) HasPwdlessAuthnFrom() bool

HasPwdlessAuthnFrom returns a boolean if a field has been set.

func (*IdentityProviderDTO) HasPwdlessAuthnSubject ¶

func (o *IdentityProviderDTO) HasPwdlessAuthnSubject() bool

HasPwdlessAuthnSubject returns a boolean if a field has been set.

func (*IdentityProviderDTO) HasPwdlessAuthnTemplate ¶

func (o *IdentityProviderDTO) HasPwdlessAuthnTemplate() bool

HasPwdlessAuthnTemplate returns a boolean if a field has been set.

func (*IdentityProviderDTO) HasPwdlessAuthnTo ¶

func (o *IdentityProviderDTO) HasPwdlessAuthnTo() bool

HasPwdlessAuthnTo returns a boolean if a field has been set.

func (*IdentityProviderDTO) HasRemote ¶

func (o *IdentityProviderDTO) HasRemote() bool

HasRemote returns a boolean if a field has been set.

func (*IdentityProviderDTO) HasRole ¶

func (o *IdentityProviderDTO) HasRole() bool

HasRole returns a boolean if a field has been set.

func (*IdentityProviderDTO) HasSessionManagerFactory ¶

func (o *IdentityProviderDTO) HasSessionManagerFactory() bool

HasSessionManagerFactory returns a boolean if a field has been set.

func (*IdentityProviderDTO) HasSignRequests ¶

func (o *IdentityProviderDTO) HasSignRequests() bool

HasSignRequests returns a boolean if a field has been set.

func (*IdentityProviderDTO) HasSignatureHash ¶

func (o *IdentityProviderDTO) HasSignatureHash() bool

HasSignatureHash returns a boolean if a field has been set.

func (*IdentityProviderDTO) HasSsoSessionTimeout ¶

func (o *IdentityProviderDTO) HasSsoSessionTimeout() bool

HasSsoSessionTimeout returns a boolean if a field has been set.

func (*IdentityProviderDTO) HasSubjectAuthnPolicies ¶

func (o *IdentityProviderDTO) HasSubjectAuthnPolicies() bool

HasSubjectAuthnPolicies returns a boolean if a field has been set.

func (*IdentityProviderDTO) HasSubjectNameIDPolicy ¶

func (o *IdentityProviderDTO) HasSubjectNameIDPolicy() bool

HasSubjectNameIDPolicy returns a boolean if a field has been set.

func (*IdentityProviderDTO) HasUserDashboardBranding ¶

func (o *IdentityProviderDTO) HasUserDashboardBranding() bool

HasUserDashboardBranding returns a boolean if a field has been set.

func (*IdentityProviderDTO) HasWantAuthnRequestsSigned ¶

func (o *IdentityProviderDTO) HasWantAuthnRequestsSigned() bool

HasWantAuthnRequestsSigned returns a boolean if a field has been set.

func (*IdentityProviderDTO) HasWantSignedRequests ¶

func (o *IdentityProviderDTO) HasWantSignedRequests() bool

HasWantSignedRequests returns a boolean if a field has been set.

func (*IdentityProviderDTO) HasX ¶

func (o *IdentityProviderDTO) HasX() bool

HasX returns a boolean if a field has been set.

func (*IdentityProviderDTO) HasY ¶

func (o *IdentityProviderDTO) HasY() bool

HasY returns a boolean if a field has been set.

func (IdentityProviderDTO) MarshalJSON ¶

func (o IdentityProviderDTO) MarshalJSON() ([]byte, error)

func (*IdentityProviderDTO) RemoveIdentityLookup ¶

func (p *IdentityProviderDTO) RemoveIdentityLookup(name string) bool

Return true if the element was deleted, false otherwise

func (*IdentityProviderDTO) SetActiveBindings ¶

func (o *IdentityProviderDTO) SetActiveBindings(v []string)

SetActiveBindings gets a reference to the given []string and assigns it to the ActiveBindings field.

func (*IdentityProviderDTO) SetActiveProfiles ¶

func (o *IdentityProviderDTO) SetActiveProfiles(v []string)

SetActiveProfiles gets a reference to the given []string and assigns it to the ActiveProfiles field.

func (*IdentityProviderDTO) SetAttributeProfile ¶

func (o *IdentityProviderDTO) SetAttributeProfile(v AttributeProfileDTO)

SetAttributeProfile gets a reference to the given AttributeProfileDTO and assigns it to the AttributeProfile field.

func (*IdentityProviderDTO) SetAuthenticationContract ¶

func (o *IdentityProviderDTO) SetAuthenticationContract(v AuthenticationContractDTO)

SetAuthenticationContract gets a reference to the given AuthenticationContractDTO and assigns it to the AuthenticationContract field.

func (*IdentityProviderDTO) SetAuthenticationMechanisms ¶

func (o *IdentityProviderDTO) SetAuthenticationMechanisms(v []AuthenticationMechanismDTO)

SetAuthenticationMechanisms gets a reference to the given []AuthenticationMechanismDTO and assigns it to the AuthenticationMechanisms field.

func (*IdentityProviderDTO) SetConfig ¶

func (o *IdentityProviderDTO) SetConfig(v ProviderConfigDTO)

SetConfig gets a reference to the given ProviderConfigDTO and assigns it to the Config field.

func (*IdentityProviderDTO) SetDashboardUrl ¶

func (o *IdentityProviderDTO) SetDashboardUrl(v string)

SetDashboardUrl gets a reference to the given string and assigns it to the DashboardUrl field.

func (*IdentityProviderDTO) SetDescription ¶

func (o *IdentityProviderDTO) SetDescription(v string)

SetDescription gets a reference to the given string and assigns it to the Description field.

func (*IdentityProviderDTO) SetDestroyPreviousSession ¶

func (o *IdentityProviderDTO) SetDestroyPreviousSession(v bool)

SetDestroyPreviousSession gets a reference to the given bool and assigns it to the DestroyPreviousSession field.

func (*IdentityProviderDTO) SetDisplayName ¶

func (o *IdentityProviderDTO) SetDisplayName(v string)

SetDisplayName gets a reference to the given string and assigns it to the DisplayName field.

func (*IdentityProviderDTO) SetElementId ¶

func (o *IdentityProviderDTO) SetElementId(v string)

SetElementId gets a reference to the given string and assigns it to the ElementId field.

func (*IdentityProviderDTO) SetEmissionPolicy ¶

SetEmissionPolicy gets a reference to the given AuthenticationAssertionEmissionPolicyDTO and assigns it to the EmissionPolicy field.

func (*IdentityProviderDTO) SetEnableMetadataEndpoint ¶

func (o *IdentityProviderDTO) SetEnableMetadataEndpoint(v bool)

SetEnableMetadataEndpoint gets a reference to the given bool and assigns it to the EnableMetadataEndpoint field.

func (*IdentityProviderDTO) SetEncryptAssertion ¶

func (o *IdentityProviderDTO) SetEncryptAssertion(v bool)

SetEncryptAssertion gets a reference to the given bool and assigns it to the EncryptAssertion field.

func (*IdentityProviderDTO) SetEncryptAssertionAlgorithm ¶

func (o *IdentityProviderDTO) SetEncryptAssertionAlgorithm(v string)

SetEncryptAssertionAlgorithm gets a reference to the given string and assigns it to the EncryptAssertionAlgorithm field.

func (*IdentityProviderDTO) SetErrorBinding ¶

func (o *IdentityProviderDTO) SetErrorBinding(v string)

SetErrorBinding gets a reference to the given string and assigns it to the ErrorBinding field.

func (*IdentityProviderDTO) SetExternallyHostedIdentityConfirmationTokenService ¶

func (o *IdentityProviderDTO) SetExternallyHostedIdentityConfirmationTokenService(v bool)

SetExternallyHostedIdentityConfirmationTokenService gets a reference to the given bool and assigns it to the ExternallyHostedIdentityConfirmationTokenService field.

func (*IdentityProviderDTO) SetFederatedConnectionsA ¶

func (o *IdentityProviderDTO) SetFederatedConnectionsA(v []FederatedConnectionDTO)

SetFederatedConnectionsA gets a reference to the given []FederatedConnectionDTO and assigns it to the FederatedConnectionsA field.

func (*IdentityProviderDTO) SetFederatedConnectionsB ¶

func (o *IdentityProviderDTO) SetFederatedConnectionsB(v []FederatedConnectionDTO)

SetFederatedConnectionsB gets a reference to the given []FederatedConnectionDTO and assigns it to the FederatedConnectionsB field.

func (*IdentityProviderDTO) SetId ¶

func (o *IdentityProviderDTO) SetId(v int64)

SetId gets a reference to the given int64 and assigns it to the Id field.

func (*IdentityProviderDTO) SetIdentityAppliance ¶

func (o *IdentityProviderDTO) SetIdentityAppliance(v IdentityApplianceDefinitionDTO)

SetIdentityAppliance gets a reference to the given IdentityApplianceDefinitionDTO and assigns it to the IdentityAppliance field.

func (*IdentityProviderDTO) SetIdentityConfirmationEnabled ¶

func (o *IdentityProviderDTO) SetIdentityConfirmationEnabled(v bool)

SetIdentityConfirmationEnabled gets a reference to the given bool and assigns it to the IdentityConfirmationEnabled field.

func (*IdentityProviderDTO) SetIdentityConfirmationOAuth2AuthorizationServerEndpoint ¶

func (o *IdentityProviderDTO) SetIdentityConfirmationOAuth2AuthorizationServerEndpoint(v string)

SetIdentityConfirmationOAuth2AuthorizationServerEndpoint gets a reference to the given string and assigns it to the IdentityConfirmationOAuth2AuthorizationServerEndpoint field.

func (*IdentityProviderDTO) SetIdentityConfirmationOAuth2ClientId ¶

func (o *IdentityProviderDTO) SetIdentityConfirmationOAuth2ClientId(v string)

SetIdentityConfirmationOAuth2ClientId gets a reference to the given string and assigns it to the IdentityConfirmationOAuth2ClientId field.

func (*IdentityProviderDTO) SetIdentityConfirmationOAuth2ClientSecret ¶

func (o *IdentityProviderDTO) SetIdentityConfirmationOAuth2ClientSecret(v string)

SetIdentityConfirmationOAuth2ClientSecret gets a reference to the given string and assigns it to the IdentityConfirmationOAuth2ClientSecret field.

func (*IdentityProviderDTO) SetIdentityConfirmationPolicy ¶

func (o *IdentityProviderDTO) SetIdentityConfirmationPolicy(v ExtensionDTO)

SetIdentityConfirmationPolicy gets a reference to the given ExtensionDTO and assigns it to the IdentityConfirmationPolicy field.

func (*IdentityProviderDTO) SetIdentityLookups ¶

func (o *IdentityProviderDTO) SetIdentityLookups(v []IdentityLookupDTO)

SetIdentityLookups gets a reference to the given []IdentityLookupDTO and assigns it to the IdentityLookups field.

func (*IdentityProviderDTO) SetIgnoreRequestedNameIDPolicy ¶

func (o *IdentityProviderDTO) SetIgnoreRequestedNameIDPolicy(v bool)

SetIgnoreRequestedNameIDPolicy gets a reference to the given bool and assigns it to the IgnoreRequestedNameIDPolicy field.

func (*IdentityProviderDTO) SetIsRemote ¶

func (o *IdentityProviderDTO) SetIsRemote(v bool)

SetIsRemote gets a reference to the given bool and assigns it to the IsRemote field.

func (*IdentityProviderDTO) SetLocation ¶

func (o *IdentityProviderDTO) SetLocation(v LocationDTO)

SetLocation gets a reference to the given LocationDTO and assigns it to the Location field.

func (*IdentityProviderDTO) SetMaxSessionsPerUser ¶

func (o *IdentityProviderDTO) SetMaxSessionsPerUser(v int32)

SetMaxSessionsPerUser gets a reference to the given int32 and assigns it to the MaxSessionsPerUser field.

func (*IdentityProviderDTO) SetMessageTtl ¶

func (o *IdentityProviderDTO) SetMessageTtl(v int32)

SetMessageTtl gets a reference to the given int32 and assigns it to the MessageTtl field.

func (*IdentityProviderDTO) SetMessageTtlTolerance ¶

func (o *IdentityProviderDTO) SetMessageTtlTolerance(v int32)

SetMessageTtlTolerance gets a reference to the given int32 and assigns it to the MessageTtlTolerance field.

func (*IdentityProviderDTO) SetMetadata ¶

func (o *IdentityProviderDTO) SetMetadata(v ResourceDTO)

SetMetadata gets a reference to the given ResourceDTO and assigns it to the Metadata field.

func (*IdentityProviderDTO) SetName ¶

func (o *IdentityProviderDTO) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*IdentityProviderDTO) SetOauth2Clients ¶

func (o *IdentityProviderDTO) SetOauth2Clients(v []OAuth2ClientDTO)

SetOauth2Clients gets a reference to the given []OAuth2ClientDTO and assigns it to the Oauth2Clients field.

func (*IdentityProviderDTO) SetOauth2ClientsConfig ¶

func (o *IdentityProviderDTO) SetOauth2ClientsConfig(v string)

SetOauth2ClientsConfig gets a reference to the given string and assigns it to the Oauth2ClientsConfig field.

func (*IdentityProviderDTO) SetOauth2Enabled ¶

func (o *IdentityProviderDTO) SetOauth2Enabled(v bool)

SetOauth2Enabled gets a reference to the given bool and assigns it to the Oauth2Enabled field.

func (*IdentityProviderDTO) SetOauth2Key ¶

func (o *IdentityProviderDTO) SetOauth2Key(v string)

SetOauth2Key gets a reference to the given string and assigns it to the Oauth2Key field.

func (*IdentityProviderDTO) SetOauth2RememberMeTokenValidity ¶

func (o *IdentityProviderDTO) SetOauth2RememberMeTokenValidity(v int64)

SetOauth2RememberMeTokenValidity gets a reference to the given int64 and assigns it to the Oauth2RememberMeTokenValidity field.

func (*IdentityProviderDTO) SetOauth2TokenValidity ¶

func (o *IdentityProviderDTO) SetOauth2TokenValidity(v int64)

SetOauth2TokenValidity gets a reference to the given int64 and assigns it to the Oauth2TokenValidity field.

func (*IdentityProviderDTO) SetOidcAccessTokenTimeToLive ¶

func (o *IdentityProviderDTO) SetOidcAccessTokenTimeToLive(v int32)

SetOidcAccessTokenTimeToLive gets a reference to the given int32 and assigns it to the OidcAccessTokenTimeToLive field.

func (*IdentityProviderDTO) SetOidcAuthzCodeTimeToLive ¶

func (o *IdentityProviderDTO) SetOidcAuthzCodeTimeToLive(v int32)

SetOidcAuthzCodeTimeToLive gets a reference to the given int32 and assigns it to the OidcAuthzCodeTimeToLive field.

func (*IdentityProviderDTO) SetOidcIdTokenTimeToLive ¶

func (o *IdentityProviderDTO) SetOidcIdTokenTimeToLive(v int32)

SetOidcIdTokenTimeToLive gets a reference to the given int32 and assigns it to the OidcIdTokenTimeToLive field.

func (*IdentityProviderDTO) SetOidcIncludeUserClaimsInAccessToken ¶ added in v0.4.3

func (o *IdentityProviderDTO) SetOidcIncludeUserClaimsInAccessToken(v bool)

SetOidcIncludeUserClaimsInAccessToken gets a reference to the given bool and assigns it to the OidcIncludeUserClaimsInAccessToken field.

func (*IdentityProviderDTO) SetOpenIdEnabled ¶

func (o *IdentityProviderDTO) SetOpenIdEnabled(v bool)

SetOpenIdEnabled gets a reference to the given bool and assigns it to the OpenIdEnabled field.

func (*IdentityProviderDTO) SetPwdlessAuthnEnabled ¶

func (o *IdentityProviderDTO) SetPwdlessAuthnEnabled(v bool)

SetPwdlessAuthnEnabled gets a reference to the given bool and assigns it to the PwdlessAuthnEnabled field.

func (*IdentityProviderDTO) SetPwdlessAuthnFrom ¶

func (o *IdentityProviderDTO) SetPwdlessAuthnFrom(v string)

SetPwdlessAuthnFrom gets a reference to the given string and assigns it to the PwdlessAuthnFrom field.

func (*IdentityProviderDTO) SetPwdlessAuthnSubject ¶

func (o *IdentityProviderDTO) SetPwdlessAuthnSubject(v string)

SetPwdlessAuthnSubject gets a reference to the given string and assigns it to the PwdlessAuthnSubject field.

func (*IdentityProviderDTO) SetPwdlessAuthnTemplate ¶

func (o *IdentityProviderDTO) SetPwdlessAuthnTemplate(v string)

SetPwdlessAuthnTemplate gets a reference to the given string and assigns it to the PwdlessAuthnTemplate field.

func (*IdentityProviderDTO) SetPwdlessAuthnTo ¶

func (o *IdentityProviderDTO) SetPwdlessAuthnTo(v string)

SetPwdlessAuthnTo gets a reference to the given string and assigns it to the PwdlessAuthnTo field.

func (*IdentityProviderDTO) SetRemote ¶

func (o *IdentityProviderDTO) SetRemote(v bool)

SetRemote gets a reference to the given bool and assigns it to the Remote field.

func (*IdentityProviderDTO) SetRole ¶

func (o *IdentityProviderDTO) SetRole(v string)

SetRole gets a reference to the given string and assigns it to the Role field.

func (*IdentityProviderDTO) SetSamlR2IDPConfig ¶

func (p *IdentityProviderDTO) SetSamlR2IDPConfig(idpCfg *SamlR2IDPConfigDTO) error

func (*IdentityProviderDTO) SetSessionManagerFactory ¶

func (o *IdentityProviderDTO) SetSessionManagerFactory(v SessionManagerFactoryDTO)

SetSessionManagerFactory gets a reference to the given SessionManagerFactoryDTO and assigns it to the SessionManagerFactory field.

func (*IdentityProviderDTO) SetSignRequests ¶

func (o *IdentityProviderDTO) SetSignRequests(v bool)

SetSignRequests gets a reference to the given bool and assigns it to the SignRequests field.

func (*IdentityProviderDTO) SetSignatureHash ¶

func (o *IdentityProviderDTO) SetSignatureHash(v string)

SetSignatureHash gets a reference to the given string and assigns it to the SignatureHash field.

func (*IdentityProviderDTO) SetSsoSessionTimeout ¶

func (o *IdentityProviderDTO) SetSsoSessionTimeout(v int32)

SetSsoSessionTimeout gets a reference to the given int32 and assigns it to the SsoSessionTimeout field.

func (*IdentityProviderDTO) SetSubjectAuthnPolicies ¶

func (o *IdentityProviderDTO) SetSubjectAuthnPolicies(v []SubjectAuthenticationPolicyDTO)

SetSubjectAuthnPolicies gets a reference to the given []SubjectAuthenticationPolicyDTO and assigns it to the SubjectAuthnPolicies field.

func (*IdentityProviderDTO) SetSubjectNameIDPolicy ¶

func (o *IdentityProviderDTO) SetSubjectNameIDPolicy(v SubjectNameIdentifierPolicyDTO)

SetSubjectNameIDPolicy gets a reference to the given SubjectNameIdentifierPolicyDTO and assigns it to the SubjectNameIDPolicy field.

func (*IdentityProviderDTO) SetUserDashboardBranding ¶

func (o *IdentityProviderDTO) SetUserDashboardBranding(v string)

SetUserDashboardBranding gets a reference to the given string and assigns it to the UserDashboardBranding field.

func (*IdentityProviderDTO) SetWantAuthnRequestsSigned ¶

func (o *IdentityProviderDTO) SetWantAuthnRequestsSigned(v bool)

SetWantAuthnRequestsSigned gets a reference to the given bool and assigns it to the WantAuthnRequestsSigned field.

func (*IdentityProviderDTO) SetWantSignedRequests ¶

func (o *IdentityProviderDTO) SetWantSignedRequests(v bool)

SetWantSignedRequests gets a reference to the given bool and assigns it to the WantSignedRequests field.

func (*IdentityProviderDTO) SetX ¶

func (o *IdentityProviderDTO) SetX(v float64)

SetX gets a reference to the given float64 and assigns it to the X field.

func (*IdentityProviderDTO) SetY ¶

func (o *IdentityProviderDTO) SetY(v float64)

SetY gets a reference to the given float64 and assigns it to the Y field.

func (*IdentityProviderDTO) UnmarshalJSON ¶

func (o *IdentityProviderDTO) UnmarshalJSON(bytes []byte) (err error)

type IdentitySourceDTO ¶

type IdentitySourceDTO struct {
	Description          *string  `json:"description,omitempty"`
	ElementId            *string  `json:"elementId,omitempty"`
	Id                   *int64   `json:"id,omitempty"`
	Name                 *string  `json:"name,omitempty"`
	X                    *float64 `json:"x,omitempty"`
	Y                    *float64 `json:"y,omitempty"`
	AdditionalProperties map[string]interface{}
}

IdentitySourceDTO struct for IdentitySourceDTO

func NewIdentitySourceDTO ¶

func NewIdentitySourceDTO() *IdentitySourceDTO

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

func NewIdentitySourceDTOWithDefaults ¶

func NewIdentitySourceDTOWithDefaults() *IdentitySourceDTO

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

func (*IdentitySourceDTO) GetDescription ¶

func (o *IdentitySourceDTO) GetDescription() string

GetDescription returns the Description field value if set, zero value otherwise.

func (*IdentitySourceDTO) GetDescriptionOk ¶

func (o *IdentitySourceDTO) GetDescriptionOk() (*string, bool)

GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IdentitySourceDTO) GetElementId ¶

func (o *IdentitySourceDTO) GetElementId() string

GetElementId returns the ElementId field value if set, zero value otherwise.

func (*IdentitySourceDTO) GetElementIdOk ¶

func (o *IdentitySourceDTO) GetElementIdOk() (*string, bool)

GetElementIdOk returns a tuple with the ElementId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IdentitySourceDTO) GetId ¶

func (o *IdentitySourceDTO) GetId() int64

GetId returns the Id field value if set, zero value otherwise.

func (*IdentitySourceDTO) GetIdOk ¶

func (o *IdentitySourceDTO) GetIdOk() (*int64, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IdentitySourceDTO) GetName ¶

func (o *IdentitySourceDTO) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*IdentitySourceDTO) GetNameOk ¶

func (o *IdentitySourceDTO) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IdentitySourceDTO) GetX ¶

func (o *IdentitySourceDTO) GetX() float64

GetX returns the X field value if set, zero value otherwise.

func (*IdentitySourceDTO) GetXOk ¶

func (o *IdentitySourceDTO) GetXOk() (*float64, bool)

GetXOk returns a tuple with the X field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IdentitySourceDTO) GetY ¶

func (o *IdentitySourceDTO) GetY() float64

GetY returns the Y field value if set, zero value otherwise.

func (*IdentitySourceDTO) GetYOk ¶

func (o *IdentitySourceDTO) GetYOk() (*float64, bool)

GetYOk returns a tuple with the Y field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IdentitySourceDTO) HasDescription ¶

func (o *IdentitySourceDTO) HasDescription() bool

HasDescription returns a boolean if a field has been set.

func (*IdentitySourceDTO) HasElementId ¶

func (o *IdentitySourceDTO) HasElementId() bool

HasElementId returns a boolean if a field has been set.

func (*IdentitySourceDTO) HasId ¶

func (o *IdentitySourceDTO) HasId() bool

HasId returns a boolean if a field has been set.

func (*IdentitySourceDTO) HasName ¶

func (o *IdentitySourceDTO) HasName() bool

HasName returns a boolean if a field has been set.

func (*IdentitySourceDTO) HasX ¶

func (o *IdentitySourceDTO) HasX() bool

HasX returns a boolean if a field has been set.

func (*IdentitySourceDTO) HasY ¶

func (o *IdentitySourceDTO) HasY() bool

HasY returns a boolean if a field has been set.

func (IdentitySourceDTO) MarshalJSON ¶

func (o IdentitySourceDTO) MarshalJSON() ([]byte, error)

func (*IdentitySourceDTO) SetDescription ¶

func (o *IdentitySourceDTO) SetDescription(v string)

SetDescription gets a reference to the given string and assigns it to the Description field.

func (*IdentitySourceDTO) SetElementId ¶

func (o *IdentitySourceDTO) SetElementId(v string)

SetElementId gets a reference to the given string and assigns it to the ElementId field.

func (*IdentitySourceDTO) SetId ¶

func (o *IdentitySourceDTO) SetId(v int64)

SetId gets a reference to the given int64 and assigns it to the Id field.

func (*IdentitySourceDTO) SetName ¶

func (o *IdentitySourceDTO) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*IdentitySourceDTO) SetX ¶

func (o *IdentitySourceDTO) SetX(v float64)

SetX gets a reference to the given float64 and assigns it to the X field.

func (*IdentitySourceDTO) SetY ¶

func (o *IdentitySourceDTO) SetY(v float64)

SetY gets a reference to the given float64 and assigns it to the Y field.

func (*IdentitySourceDTO) UnmarshalJSON ¶

func (o *IdentitySourceDTO) UnmarshalJSON(bytes []byte) (err error)

type ImpersonateUserPolicyDTO ¶

type ImpersonateUserPolicyDTO struct {
	CustomImpersonateUserPolicy *string `json:"customImpersonateUserPolicy,omitempty"`
	ElementId                   *string `json:"elementId,omitempty"`
	Id                          *int64  `json:"id,omitempty"`
	ImpersonateUserPolicyType   *string `json:"impersonateUserPolicyType,omitempty"`
	Name                        *string `json:"name,omitempty"`
	AdditionalProperties        map[string]interface{}
}

ImpersonateUserPolicyDTO struct for ImpersonateUserPolicyDTO

func NewImpersonateUserPolicyDTO ¶

func NewImpersonateUserPolicyDTO() *ImpersonateUserPolicyDTO

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

func NewImpersonateUserPolicyDTOWithDefaults ¶

func NewImpersonateUserPolicyDTOWithDefaults() *ImpersonateUserPolicyDTO

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

func (*ImpersonateUserPolicyDTO) GetCustomImpersonateUserPolicy ¶

func (o *ImpersonateUserPolicyDTO) GetCustomImpersonateUserPolicy() string

GetCustomImpersonateUserPolicy returns the CustomImpersonateUserPolicy field value if set, zero value otherwise.

func (*ImpersonateUserPolicyDTO) GetCustomImpersonateUserPolicyOk ¶

func (o *ImpersonateUserPolicyDTO) GetCustomImpersonateUserPolicyOk() (*string, bool)

GetCustomImpersonateUserPolicyOk returns a tuple with the CustomImpersonateUserPolicy field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ImpersonateUserPolicyDTO) GetElementId ¶

func (o *ImpersonateUserPolicyDTO) GetElementId() string

GetElementId returns the ElementId field value if set, zero value otherwise.

func (*ImpersonateUserPolicyDTO) GetElementIdOk ¶

func (o *ImpersonateUserPolicyDTO) GetElementIdOk() (*string, bool)

GetElementIdOk returns a tuple with the ElementId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ImpersonateUserPolicyDTO) GetId ¶

func (o *ImpersonateUserPolicyDTO) GetId() int64

GetId returns the Id field value if set, zero value otherwise.

func (*ImpersonateUserPolicyDTO) GetIdOk ¶

func (o *ImpersonateUserPolicyDTO) GetIdOk() (*int64, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ImpersonateUserPolicyDTO) GetImpersonateUserPolicyType ¶

func (o *ImpersonateUserPolicyDTO) GetImpersonateUserPolicyType() string

GetImpersonateUserPolicyType returns the ImpersonateUserPolicyType field value if set, zero value otherwise.

func (*ImpersonateUserPolicyDTO) GetImpersonateUserPolicyTypeOk ¶

func (o *ImpersonateUserPolicyDTO) GetImpersonateUserPolicyTypeOk() (*string, bool)

GetImpersonateUserPolicyTypeOk returns a tuple with the ImpersonateUserPolicyType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ImpersonateUserPolicyDTO) GetName ¶

func (o *ImpersonateUserPolicyDTO) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*ImpersonateUserPolicyDTO) GetNameOk ¶

func (o *ImpersonateUserPolicyDTO) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ImpersonateUserPolicyDTO) HasCustomImpersonateUserPolicy ¶

func (o *ImpersonateUserPolicyDTO) HasCustomImpersonateUserPolicy() bool

HasCustomImpersonateUserPolicy returns a boolean if a field has been set.

func (*ImpersonateUserPolicyDTO) HasElementId ¶

func (o *ImpersonateUserPolicyDTO) HasElementId() bool

HasElementId returns a boolean if a field has been set.

func (*ImpersonateUserPolicyDTO) HasId ¶

func (o *ImpersonateUserPolicyDTO) HasId() bool

HasId returns a boolean if a field has been set.

func (*ImpersonateUserPolicyDTO) HasImpersonateUserPolicyType ¶

func (o *ImpersonateUserPolicyDTO) HasImpersonateUserPolicyType() bool

HasImpersonateUserPolicyType returns a boolean if a field has been set.

func (*ImpersonateUserPolicyDTO) HasName ¶

func (o *ImpersonateUserPolicyDTO) HasName() bool

HasName returns a boolean if a field has been set.

func (ImpersonateUserPolicyDTO) MarshalJSON ¶

func (o ImpersonateUserPolicyDTO) MarshalJSON() ([]byte, error)

func (*ImpersonateUserPolicyDTO) SetCustomImpersonateUserPolicy ¶

func (o *ImpersonateUserPolicyDTO) SetCustomImpersonateUserPolicy(v string)

SetCustomImpersonateUserPolicy gets a reference to the given string and assigns it to the CustomImpersonateUserPolicy field.

func (*ImpersonateUserPolicyDTO) SetElementId ¶

func (o *ImpersonateUserPolicyDTO) SetElementId(v string)

SetElementId gets a reference to the given string and assigns it to the ElementId field.

func (*ImpersonateUserPolicyDTO) SetId ¶

func (o *ImpersonateUserPolicyDTO) SetId(v int64)

SetId gets a reference to the given int64 and assigns it to the Id field.

func (*ImpersonateUserPolicyDTO) SetImpersonateUserPolicyType ¶

func (o *ImpersonateUserPolicyDTO) SetImpersonateUserPolicyType(v string)

SetImpersonateUserPolicyType gets a reference to the given string and assigns it to the ImpersonateUserPolicyType field.

func (*ImpersonateUserPolicyDTO) SetName ¶

func (o *ImpersonateUserPolicyDTO) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*ImpersonateUserPolicyDTO) UnmarshalJSON ¶

func (o *ImpersonateUserPolicyDTO) UnmarshalJSON(bytes []byte) (err error)

type ImportApplianceReq ¶

type ImportApplianceReq struct {
	Base64Value          *string `json:"base64Value,omitempty"`
	Format               *string `json:"format,omitempty"`
	IdOrName             *string `json:"idOrName,omitempty"`
	Modify               *bool   `json:"modify,omitempty"`
	NewDescription       *string `json:"newDescription,omitempty"`
	NewLocation          *string `json:"newLocation,omitempty"`
	NewName              *string `json:"newName,omitempty"`
	NewNamespace         *string `json:"newNamespace,omitempty"`
	AdditionalProperties map[string]interface{}
}

ImportApplianceReq struct for ImportApplianceReq

func NewImportApplianceReq ¶

func NewImportApplianceReq() *ImportApplianceReq

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

func NewImportApplianceReqWithDefaults ¶

func NewImportApplianceReqWithDefaults() *ImportApplianceReq

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

func (*ImportApplianceReq) GetBase64Value ¶ added in v0.4.1

func (o *ImportApplianceReq) GetBase64Value() string

GetBase64Value returns the Base64Value field value if set, zero value otherwise.

func (*ImportApplianceReq) GetBase64ValueOk ¶ added in v0.4.1

func (o *ImportApplianceReq) GetBase64ValueOk() (*string, bool)

GetBase64ValueOk returns a tuple with the Base64Value field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ImportApplianceReq) GetFormat ¶ added in v0.4.1

func (o *ImportApplianceReq) GetFormat() string

GetFormat returns the Format field value if set, zero value otherwise.

func (*ImportApplianceReq) GetFormatOk ¶ added in v0.4.1

func (o *ImportApplianceReq) GetFormatOk() (*string, bool)

GetFormatOk returns a tuple with the Format field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ImportApplianceReq) GetIdOrName ¶ added in v0.3.0

func (o *ImportApplianceReq) GetIdOrName() string

GetIdOrName returns the IdOrName field value if set, zero value otherwise.

func (*ImportApplianceReq) GetIdOrNameOk ¶ added in v0.3.0

func (o *ImportApplianceReq) GetIdOrNameOk() (*string, bool)

GetIdOrNameOk returns a tuple with the IdOrName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ImportApplianceReq) GetModify ¶

func (o *ImportApplianceReq) GetModify() bool

GetModify returns the Modify field value if set, zero value otherwise.

func (*ImportApplianceReq) GetModifyOk ¶

func (o *ImportApplianceReq) GetModifyOk() (*bool, bool)

GetModifyOk returns a tuple with the Modify field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ImportApplianceReq) GetNewDescription ¶

func (o *ImportApplianceReq) GetNewDescription() string

GetNewDescription returns the NewDescription field value if set, zero value otherwise.

func (*ImportApplianceReq) GetNewDescriptionOk ¶

func (o *ImportApplianceReq) GetNewDescriptionOk() (*string, bool)

GetNewDescriptionOk returns a tuple with the NewDescription field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ImportApplianceReq) GetNewLocation ¶

func (o *ImportApplianceReq) GetNewLocation() string

GetNewLocation returns the NewLocation field value if set, zero value otherwise.

func (*ImportApplianceReq) GetNewLocationOk ¶

func (o *ImportApplianceReq) GetNewLocationOk() (*string, bool)

GetNewLocationOk returns a tuple with the NewLocation field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ImportApplianceReq) GetNewName ¶

func (o *ImportApplianceReq) GetNewName() string

GetNewName returns the NewName field value if set, zero value otherwise.

func (*ImportApplianceReq) GetNewNameOk ¶

func (o *ImportApplianceReq) GetNewNameOk() (*string, bool)

GetNewNameOk returns a tuple with the NewName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ImportApplianceReq) GetNewNamespace ¶

func (o *ImportApplianceReq) GetNewNamespace() string

GetNewNamespace returns the NewNamespace field value if set, zero value otherwise.

func (*ImportApplianceReq) GetNewNamespaceOk ¶

func (o *ImportApplianceReq) GetNewNamespaceOk() (*string, bool)

GetNewNamespaceOk returns a tuple with the NewNamespace field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ImportApplianceReq) HasBase64Value ¶ added in v0.4.1

func (o *ImportApplianceReq) HasBase64Value() bool

HasBase64Value returns a boolean if a field has been set.

func (*ImportApplianceReq) HasFormat ¶ added in v0.4.1

func (o *ImportApplianceReq) HasFormat() bool

HasFormat returns a boolean if a field has been set.

func (*ImportApplianceReq) HasIdOrName ¶ added in v0.3.0

func (o *ImportApplianceReq) HasIdOrName() bool

HasIdOrName returns a boolean if a field has been set.

func (*ImportApplianceReq) HasModify ¶

func (o *ImportApplianceReq) HasModify() bool

HasModify returns a boolean if a field has been set.

func (*ImportApplianceReq) HasNewDescription ¶

func (o *ImportApplianceReq) HasNewDescription() bool

HasNewDescription returns a boolean if a field has been set.

func (*ImportApplianceReq) HasNewLocation ¶

func (o *ImportApplianceReq) HasNewLocation() bool

HasNewLocation returns a boolean if a field has been set.

func (*ImportApplianceReq) HasNewName ¶

func (o *ImportApplianceReq) HasNewName() bool

HasNewName returns a boolean if a field has been set.

func (*ImportApplianceReq) HasNewNamespace ¶

func (o *ImportApplianceReq) HasNewNamespace() bool

HasNewNamespace returns a boolean if a field has been set.

func (ImportApplianceReq) MarshalJSON ¶

func (o ImportApplianceReq) MarshalJSON() ([]byte, error)

func (*ImportApplianceReq) SetBase64Value ¶ added in v0.4.1

func (o *ImportApplianceReq) SetBase64Value(v string)

SetBase64Value gets a reference to the given string and assigns it to the Base64Value field.

func (*ImportApplianceReq) SetFormat ¶ added in v0.4.1

func (o *ImportApplianceReq) SetFormat(v string)

SetFormat gets a reference to the given string and assigns it to the Format field.

func (*ImportApplianceReq) SetIdOrName ¶ added in v0.3.0

func (o *ImportApplianceReq) SetIdOrName(v string)

SetIdOrName gets a reference to the given string and assigns it to the IdOrName field.

func (*ImportApplianceReq) SetModify ¶

func (o *ImportApplianceReq) SetModify(v bool)

SetModify gets a reference to the given bool and assigns it to the Modify field.

func (*ImportApplianceReq) SetNewDescription ¶

func (o *ImportApplianceReq) SetNewDescription(v string)

SetNewDescription gets a reference to the given string and assigns it to the NewDescription field.

func (*ImportApplianceReq) SetNewLocation ¶

func (o *ImportApplianceReq) SetNewLocation(v string)

SetNewLocation gets a reference to the given string and assigns it to the NewLocation field.

func (*ImportApplianceReq) SetNewName ¶

func (o *ImportApplianceReq) SetNewName(v string)

SetNewName gets a reference to the given string and assigns it to the NewName field.

func (*ImportApplianceReq) SetNewNamespace ¶

func (o *ImportApplianceReq) SetNewNamespace(v string)

SetNewNamespace gets a reference to the given string and assigns it to the NewNamespace field.

func (*ImportApplianceReq) UnmarshalJSON ¶

func (o *ImportApplianceReq) UnmarshalJSON(bytes []byte) (err error)

type ImportApplianceRes ¶

type ImportApplianceRes struct {
	Appliance            *IdentityApplianceDefinitionDTO `json:"appliance,omitempty"`
	Error                *string                         `json:"error,omitempty"`
	ValidationErrors     []string                        `json:"validationErrors,omitempty"`
	AdditionalProperties map[string]interface{}
}

ImportApplianceRes struct for ImportApplianceRes

func NewImportApplianceRes ¶

func NewImportApplianceRes() *ImportApplianceRes

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

func NewImportApplianceResWithDefaults ¶

func NewImportApplianceResWithDefaults() *ImportApplianceRes

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

func (*ImportApplianceRes) GetAppliance ¶

GetAppliance returns the Appliance field value if set, zero value otherwise.

func (*ImportApplianceRes) GetApplianceOk ¶

func (o *ImportApplianceRes) GetApplianceOk() (*IdentityApplianceDefinitionDTO, bool)

GetApplianceOk returns a tuple with the Appliance field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ImportApplianceRes) GetError ¶

func (o *ImportApplianceRes) GetError() string

GetError returns the Error field value if set, zero value otherwise.

func (*ImportApplianceRes) GetErrorOk ¶

func (o *ImportApplianceRes) GetErrorOk() (*string, bool)

GetErrorOk returns a tuple with the Error field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ImportApplianceRes) GetValidationErrors ¶

func (o *ImportApplianceRes) GetValidationErrors() []string

GetValidationErrors returns the ValidationErrors field value if set, zero value otherwise.

func (*ImportApplianceRes) GetValidationErrorsOk ¶

func (o *ImportApplianceRes) GetValidationErrorsOk() ([]string, bool)

GetValidationErrorsOk returns a tuple with the ValidationErrors field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ImportApplianceRes) HasAppliance ¶

func (o *ImportApplianceRes) HasAppliance() bool

HasAppliance returns a boolean if a field has been set.

func (*ImportApplianceRes) HasError ¶

func (o *ImportApplianceRes) HasError() bool

HasError returns a boolean if a field has been set.

func (*ImportApplianceRes) HasValidationErrors ¶

func (o *ImportApplianceRes) HasValidationErrors() bool

HasValidationErrors returns a boolean if a field has been set.

func (ImportApplianceRes) MarshalJSON ¶

func (o ImportApplianceRes) MarshalJSON() ([]byte, error)

func (*ImportApplianceRes) SetAppliance ¶

SetAppliance gets a reference to the given IdentityApplianceDefinitionDTO and assigns it to the Appliance field.

func (*ImportApplianceRes) SetError ¶

func (o *ImportApplianceRes) SetError(v string)

SetError gets a reference to the given string and assigns it to the Error field.

func (*ImportApplianceRes) SetValidationErrors ¶

func (o *ImportApplianceRes) SetValidationErrors(v []string)

SetValidationErrors gets a reference to the given []string and assigns it to the ValidationErrors field.

func (*ImportApplianceRes) UnmarshalJSON ¶

func (o *ImportApplianceRes) UnmarshalJSON(bytes []byte) (err error)

type InternalSaml2ServiceProviderChannelDTO ¶

type InternalSaml2ServiceProviderChannelDTO struct {
	ActiveBindings              []string                                  `json:"activeBindings,omitempty"`
	ActiveProfiles              []string                                  `json:"activeProfiles,omitempty"`
	AttributeProfile            *AttributeProfileDTO                      `json:"attributeProfile,omitempty"`
	AuthenticationContract      *AuthenticationContractDTO                `json:"authenticationContract,omitempty"`
	AuthenticationMechanism     *AuthenticationMechanismDTO               `json:"authenticationMechanism,omitempty"`
	ConnectionA                 *FederatedConnectionDTO                   `json:"connectionA,omitempty"`
	ConnectionB                 *FederatedConnectionDTO                   `json:"connectionB,omitempty"`
	Description                 *string                                   `json:"description,omitempty"`
	DisplayName                 *string                                   `json:"displayName,omitempty"`
	ElementId                   *string                                   `json:"elementId,omitempty"`
	EmissionPolicy              *AuthenticationAssertionEmissionPolicyDTO `json:"emissionPolicy,omitempty"`
	EncryptAssertion            *bool                                     `json:"encryptAssertion,omitempty"`
	EncryptAssertionAlgorithm   *string                                   `json:"encryptAssertionAlgorithm,omitempty"`
	Id                          *int64                                    `json:"id,omitempty"`
	IgnoreRequestedNameIDPolicy *bool                                     `json:"ignoreRequestedNameIDPolicy,omitempty"`
	Location                    *LocationDTO                              `json:"location,omitempty"`
	MessageTtl                  *int32                                    `json:"messageTtl,omitempty"`
	MessageTtlTolerance         *int32                                    `json:"messageTtlTolerance,omitempty"`
	Name                        *string                                   `json:"name,omitempty"`
	OverrideProviderSetup       *bool                                     `json:"overrideProviderSetup,omitempty"`
	RequiredRoles               []string                                  `json:"requiredRoles,omitempty"`
	RequiredRolesMatchMode      *int32                                    `json:"requiredRolesMatchMode,omitempty"`
	RestrictedRoles             []string                                  `json:"restrictedRoles,omitempty"`
	RestrictedRolesMatchMode    *int32                                    `json:"restrictedRolesMatchMode,omitempty"`
	SignatureHash               *string                                   `json:"signatureHash,omitempty"`
	SubjectNameIDPolicy         *SubjectNameIdentifierPolicyDTO           `json:"subjectNameIDPolicy,omitempty"`
	WantAuthnRequestsSigned     *bool                                     `json:"wantAuthnRequestsSigned,omitempty"`
	AdditionalProperties        map[string]interface{}
}

InternalSaml2ServiceProviderChannelDTO struct for InternalSaml2ServiceProviderChannelDTO

func NewInternalSaml2ServiceProviderChannelDTO ¶

func NewInternalSaml2ServiceProviderChannelDTO() *InternalSaml2ServiceProviderChannelDTO

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

func NewInternalSaml2ServiceProviderChannelDTOWithDefaults ¶

func NewInternalSaml2ServiceProviderChannelDTOWithDefaults() *InternalSaml2ServiceProviderChannelDTO

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

func (*InternalSaml2ServiceProviderChannelDTO) GetActiveBindings ¶

func (o *InternalSaml2ServiceProviderChannelDTO) GetActiveBindings() []string

GetActiveBindings returns the ActiveBindings field value if set, zero value otherwise.

func (*InternalSaml2ServiceProviderChannelDTO) GetActiveBindingsOk ¶

func (o *InternalSaml2ServiceProviderChannelDTO) GetActiveBindingsOk() ([]string, bool)

GetActiveBindingsOk returns a tuple with the ActiveBindings field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InternalSaml2ServiceProviderChannelDTO) GetActiveProfiles ¶

func (o *InternalSaml2ServiceProviderChannelDTO) GetActiveProfiles() []string

GetActiveProfiles returns the ActiveProfiles field value if set, zero value otherwise.

func (*InternalSaml2ServiceProviderChannelDTO) GetActiveProfilesOk ¶

func (o *InternalSaml2ServiceProviderChannelDTO) GetActiveProfilesOk() ([]string, bool)

GetActiveProfilesOk returns a tuple with the ActiveProfiles field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InternalSaml2ServiceProviderChannelDTO) GetAttributeProfile ¶

GetAttributeProfile returns the AttributeProfile field value if set, zero value otherwise.

func (*InternalSaml2ServiceProviderChannelDTO) GetAttributeProfileOk ¶

func (o *InternalSaml2ServiceProviderChannelDTO) GetAttributeProfileOk() (*AttributeProfileDTO, bool)

GetAttributeProfileOk returns a tuple with the AttributeProfile field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InternalSaml2ServiceProviderChannelDTO) GetAuthenticationContract ¶

GetAuthenticationContract returns the AuthenticationContract field value if set, zero value otherwise.

func (*InternalSaml2ServiceProviderChannelDTO) GetAuthenticationContractOk ¶

func (o *InternalSaml2ServiceProviderChannelDTO) GetAuthenticationContractOk() (*AuthenticationContractDTO, bool)

GetAuthenticationContractOk returns a tuple with the AuthenticationContract field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InternalSaml2ServiceProviderChannelDTO) GetAuthenticationMechanism ¶

GetAuthenticationMechanism returns the AuthenticationMechanism field value if set, zero value otherwise.

func (*InternalSaml2ServiceProviderChannelDTO) GetAuthenticationMechanismOk ¶

func (o *InternalSaml2ServiceProviderChannelDTO) GetAuthenticationMechanismOk() (*AuthenticationMechanismDTO, bool)

GetAuthenticationMechanismOk returns a tuple with the AuthenticationMechanism field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InternalSaml2ServiceProviderChannelDTO) GetConnectionA ¶

GetConnectionA returns the ConnectionA field value if set, zero value otherwise.

func (*InternalSaml2ServiceProviderChannelDTO) GetConnectionAOk ¶

GetConnectionAOk returns a tuple with the ConnectionA field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InternalSaml2ServiceProviderChannelDTO) GetConnectionB ¶

GetConnectionB returns the ConnectionB field value if set, zero value otherwise.

func (*InternalSaml2ServiceProviderChannelDTO) GetConnectionBOk ¶

GetConnectionBOk returns a tuple with the ConnectionB field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InternalSaml2ServiceProviderChannelDTO) GetDescription ¶

func (o *InternalSaml2ServiceProviderChannelDTO) GetDescription() string

GetDescription returns the Description field value if set, zero value otherwise.

func (*InternalSaml2ServiceProviderChannelDTO) GetDescriptionOk ¶

func (o *InternalSaml2ServiceProviderChannelDTO) GetDescriptionOk() (*string, bool)

GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InternalSaml2ServiceProviderChannelDTO) GetDisplayName ¶

func (o *InternalSaml2ServiceProviderChannelDTO) GetDisplayName() string

GetDisplayName returns the DisplayName field value if set, zero value otherwise.

func (*InternalSaml2ServiceProviderChannelDTO) GetDisplayNameOk ¶

func (o *InternalSaml2ServiceProviderChannelDTO) GetDisplayNameOk() (*string, bool)

GetDisplayNameOk returns a tuple with the DisplayName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InternalSaml2ServiceProviderChannelDTO) GetElementId ¶

GetElementId returns the ElementId field value if set, zero value otherwise.

func (*InternalSaml2ServiceProviderChannelDTO) GetElementIdOk ¶

func (o *InternalSaml2ServiceProviderChannelDTO) GetElementIdOk() (*string, bool)

GetElementIdOk returns a tuple with the ElementId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InternalSaml2ServiceProviderChannelDTO) GetEmissionPolicy ¶

GetEmissionPolicy returns the EmissionPolicy field value if set, zero value otherwise.

func (*InternalSaml2ServiceProviderChannelDTO) GetEmissionPolicyOk ¶

GetEmissionPolicyOk returns a tuple with the EmissionPolicy field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InternalSaml2ServiceProviderChannelDTO) GetEncryptAssertion ¶

func (o *InternalSaml2ServiceProviderChannelDTO) GetEncryptAssertion() bool

GetEncryptAssertion returns the EncryptAssertion field value if set, zero value otherwise.

func (*InternalSaml2ServiceProviderChannelDTO) GetEncryptAssertionAlgorithm ¶

func (o *InternalSaml2ServiceProviderChannelDTO) GetEncryptAssertionAlgorithm() string

GetEncryptAssertionAlgorithm returns the EncryptAssertionAlgorithm field value if set, zero value otherwise.

func (*InternalSaml2ServiceProviderChannelDTO) GetEncryptAssertionAlgorithmOk ¶

func (o *InternalSaml2ServiceProviderChannelDTO) GetEncryptAssertionAlgorithmOk() (*string, bool)

GetEncryptAssertionAlgorithmOk returns a tuple with the EncryptAssertionAlgorithm field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InternalSaml2ServiceProviderChannelDTO) GetEncryptAssertionOk ¶

func (o *InternalSaml2ServiceProviderChannelDTO) GetEncryptAssertionOk() (*bool, bool)

GetEncryptAssertionOk returns a tuple with the EncryptAssertion field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InternalSaml2ServiceProviderChannelDTO) GetId ¶

GetId returns the Id field value if set, zero value otherwise.

func (*InternalSaml2ServiceProviderChannelDTO) GetIdOk ¶

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InternalSaml2ServiceProviderChannelDTO) GetIgnoreRequestedNameIDPolicy ¶

func (o *InternalSaml2ServiceProviderChannelDTO) GetIgnoreRequestedNameIDPolicy() bool

GetIgnoreRequestedNameIDPolicy returns the IgnoreRequestedNameIDPolicy field value if set, zero value otherwise.

func (*InternalSaml2ServiceProviderChannelDTO) GetIgnoreRequestedNameIDPolicyOk ¶

func (o *InternalSaml2ServiceProviderChannelDTO) GetIgnoreRequestedNameIDPolicyOk() (*bool, bool)

GetIgnoreRequestedNameIDPolicyOk returns a tuple with the IgnoreRequestedNameIDPolicy field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InternalSaml2ServiceProviderChannelDTO) GetLocation ¶

GetLocation returns the Location field value if set, zero value otherwise.

func (*InternalSaml2ServiceProviderChannelDTO) GetLocationOk ¶

GetLocationOk returns a tuple with the Location field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InternalSaml2ServiceProviderChannelDTO) GetMessageTtl ¶

func (o *InternalSaml2ServiceProviderChannelDTO) GetMessageTtl() int32

GetMessageTtl returns the MessageTtl field value if set, zero value otherwise.

func (*InternalSaml2ServiceProviderChannelDTO) GetMessageTtlOk ¶

func (o *InternalSaml2ServiceProviderChannelDTO) GetMessageTtlOk() (*int32, bool)

GetMessageTtlOk returns a tuple with the MessageTtl field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InternalSaml2ServiceProviderChannelDTO) GetMessageTtlTolerance ¶

func (o *InternalSaml2ServiceProviderChannelDTO) GetMessageTtlTolerance() int32

GetMessageTtlTolerance returns the MessageTtlTolerance field value if set, zero value otherwise.

func (*InternalSaml2ServiceProviderChannelDTO) GetMessageTtlToleranceOk ¶

func (o *InternalSaml2ServiceProviderChannelDTO) GetMessageTtlToleranceOk() (*int32, bool)

GetMessageTtlToleranceOk returns a tuple with the MessageTtlTolerance field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InternalSaml2ServiceProviderChannelDTO) GetName ¶

GetName returns the Name field value if set, zero value otherwise.

func (*InternalSaml2ServiceProviderChannelDTO) GetNameOk ¶

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InternalSaml2ServiceProviderChannelDTO) GetOverrideProviderSetup ¶

func (o *InternalSaml2ServiceProviderChannelDTO) GetOverrideProviderSetup() bool

GetOverrideProviderSetup returns the OverrideProviderSetup field value if set, zero value otherwise.

func (*InternalSaml2ServiceProviderChannelDTO) GetOverrideProviderSetupOk ¶

func (o *InternalSaml2ServiceProviderChannelDTO) GetOverrideProviderSetupOk() (*bool, bool)

GetOverrideProviderSetupOk returns a tuple with the OverrideProviderSetup field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InternalSaml2ServiceProviderChannelDTO) GetRequiredRoles ¶

func (o *InternalSaml2ServiceProviderChannelDTO) GetRequiredRoles() []string

GetRequiredRoles returns the RequiredRoles field value if set, zero value otherwise.

func (*InternalSaml2ServiceProviderChannelDTO) GetRequiredRolesMatchMode ¶

func (o *InternalSaml2ServiceProviderChannelDTO) GetRequiredRolesMatchMode() int32

GetRequiredRolesMatchMode returns the RequiredRolesMatchMode field value if set, zero value otherwise.

func (*InternalSaml2ServiceProviderChannelDTO) GetRequiredRolesMatchModeOk ¶

func (o *InternalSaml2ServiceProviderChannelDTO) GetRequiredRolesMatchModeOk() (*int32, bool)

GetRequiredRolesMatchModeOk returns a tuple with the RequiredRolesMatchMode field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InternalSaml2ServiceProviderChannelDTO) GetRequiredRolesOk ¶

func (o *InternalSaml2ServiceProviderChannelDTO) GetRequiredRolesOk() ([]string, bool)

GetRequiredRolesOk returns a tuple with the RequiredRoles field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InternalSaml2ServiceProviderChannelDTO) GetRestrictedRoles ¶

func (o *InternalSaml2ServiceProviderChannelDTO) GetRestrictedRoles() []string

GetRestrictedRoles returns the RestrictedRoles field value if set, zero value otherwise.

func (*InternalSaml2ServiceProviderChannelDTO) GetRestrictedRolesMatchMode ¶

func (o *InternalSaml2ServiceProviderChannelDTO) GetRestrictedRolesMatchMode() int32

GetRestrictedRolesMatchMode returns the RestrictedRolesMatchMode field value if set, zero value otherwise.

func (*InternalSaml2ServiceProviderChannelDTO) GetRestrictedRolesMatchModeOk ¶

func (o *InternalSaml2ServiceProviderChannelDTO) GetRestrictedRolesMatchModeOk() (*int32, bool)

GetRestrictedRolesMatchModeOk returns a tuple with the RestrictedRolesMatchMode field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InternalSaml2ServiceProviderChannelDTO) GetRestrictedRolesOk ¶

func (o *InternalSaml2ServiceProviderChannelDTO) GetRestrictedRolesOk() ([]string, bool)

GetRestrictedRolesOk returns a tuple with the RestrictedRoles field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InternalSaml2ServiceProviderChannelDTO) GetSignatureHash ¶

func (o *InternalSaml2ServiceProviderChannelDTO) GetSignatureHash() string

GetSignatureHash returns the SignatureHash field value if set, zero value otherwise.

func (*InternalSaml2ServiceProviderChannelDTO) GetSignatureHashOk ¶

func (o *InternalSaml2ServiceProviderChannelDTO) GetSignatureHashOk() (*string, bool)

GetSignatureHashOk returns a tuple with the SignatureHash field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InternalSaml2ServiceProviderChannelDTO) GetSubjectNameIDPolicy ¶

GetSubjectNameIDPolicy returns the SubjectNameIDPolicy field value if set, zero value otherwise.

func (*InternalSaml2ServiceProviderChannelDTO) GetSubjectNameIDPolicyOk ¶

GetSubjectNameIDPolicyOk returns a tuple with the SubjectNameIDPolicy field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InternalSaml2ServiceProviderChannelDTO) GetWantAuthnRequestsSigned ¶

func (o *InternalSaml2ServiceProviderChannelDTO) GetWantAuthnRequestsSigned() bool

GetWantAuthnRequestsSigned returns the WantAuthnRequestsSigned field value if set, zero value otherwise.

func (*InternalSaml2ServiceProviderChannelDTO) GetWantAuthnRequestsSignedOk ¶

func (o *InternalSaml2ServiceProviderChannelDTO) GetWantAuthnRequestsSignedOk() (*bool, bool)

GetWantAuthnRequestsSignedOk returns a tuple with the WantAuthnRequestsSigned field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InternalSaml2ServiceProviderChannelDTO) HasActiveBindings ¶

func (o *InternalSaml2ServiceProviderChannelDTO) HasActiveBindings() bool

HasActiveBindings returns a boolean if a field has been set.

func (*InternalSaml2ServiceProviderChannelDTO) HasActiveProfiles ¶

func (o *InternalSaml2ServiceProviderChannelDTO) HasActiveProfiles() bool

HasActiveProfiles returns a boolean if a field has been set.

func (*InternalSaml2ServiceProviderChannelDTO) HasAttributeProfile ¶

func (o *InternalSaml2ServiceProviderChannelDTO) HasAttributeProfile() bool

HasAttributeProfile returns a boolean if a field has been set.

func (*InternalSaml2ServiceProviderChannelDTO) HasAuthenticationContract ¶

func (o *InternalSaml2ServiceProviderChannelDTO) HasAuthenticationContract() bool

HasAuthenticationContract returns a boolean if a field has been set.

func (*InternalSaml2ServiceProviderChannelDTO) HasAuthenticationMechanism ¶

func (o *InternalSaml2ServiceProviderChannelDTO) HasAuthenticationMechanism() bool

HasAuthenticationMechanism returns a boolean if a field has been set.

func (*InternalSaml2ServiceProviderChannelDTO) HasConnectionA ¶

func (o *InternalSaml2ServiceProviderChannelDTO) HasConnectionA() bool

HasConnectionA returns a boolean if a field has been set.

func (*InternalSaml2ServiceProviderChannelDTO) HasConnectionB ¶

func (o *InternalSaml2ServiceProviderChannelDTO) HasConnectionB() bool

HasConnectionB returns a boolean if a field has been set.

func (*InternalSaml2ServiceProviderChannelDTO) HasDescription ¶

func (o *InternalSaml2ServiceProviderChannelDTO) HasDescription() bool

HasDescription returns a boolean if a field has been set.

func (*InternalSaml2ServiceProviderChannelDTO) HasDisplayName ¶

func (o *InternalSaml2ServiceProviderChannelDTO) HasDisplayName() bool

HasDisplayName returns a boolean if a field has been set.

func (*InternalSaml2ServiceProviderChannelDTO) HasElementId ¶

func (o *InternalSaml2ServiceProviderChannelDTO) HasElementId() bool

HasElementId returns a boolean if a field has been set.

func (*InternalSaml2ServiceProviderChannelDTO) HasEmissionPolicy ¶

func (o *InternalSaml2ServiceProviderChannelDTO) HasEmissionPolicy() bool

HasEmissionPolicy returns a boolean if a field has been set.

func (*InternalSaml2ServiceProviderChannelDTO) HasEncryptAssertion ¶

func (o *InternalSaml2ServiceProviderChannelDTO) HasEncryptAssertion() bool

HasEncryptAssertion returns a boolean if a field has been set.

func (*InternalSaml2ServiceProviderChannelDTO) HasEncryptAssertionAlgorithm ¶

func (o *InternalSaml2ServiceProviderChannelDTO) HasEncryptAssertionAlgorithm() bool

HasEncryptAssertionAlgorithm returns a boolean if a field has been set.

func (*InternalSaml2ServiceProviderChannelDTO) HasId ¶

HasId returns a boolean if a field has been set.

func (*InternalSaml2ServiceProviderChannelDTO) HasIgnoreRequestedNameIDPolicy ¶

func (o *InternalSaml2ServiceProviderChannelDTO) HasIgnoreRequestedNameIDPolicy() bool

HasIgnoreRequestedNameIDPolicy returns a boolean if a field has been set.

func (*InternalSaml2ServiceProviderChannelDTO) HasLocation ¶

HasLocation returns a boolean if a field has been set.

func (*InternalSaml2ServiceProviderChannelDTO) HasMessageTtl ¶

func (o *InternalSaml2ServiceProviderChannelDTO) HasMessageTtl() bool

HasMessageTtl returns a boolean if a field has been set.

func (*InternalSaml2ServiceProviderChannelDTO) HasMessageTtlTolerance ¶

func (o *InternalSaml2ServiceProviderChannelDTO) HasMessageTtlTolerance() bool

HasMessageTtlTolerance returns a boolean if a field has been set.

func (*InternalSaml2ServiceProviderChannelDTO) HasName ¶

HasName returns a boolean if a field has been set.

func (*InternalSaml2ServiceProviderChannelDTO) HasOverrideProviderSetup ¶

func (o *InternalSaml2ServiceProviderChannelDTO) HasOverrideProviderSetup() bool

HasOverrideProviderSetup returns a boolean if a field has been set.

func (*InternalSaml2ServiceProviderChannelDTO) HasRequiredRoles ¶

func (o *InternalSaml2ServiceProviderChannelDTO) HasRequiredRoles() bool

HasRequiredRoles returns a boolean if a field has been set.

func (*InternalSaml2ServiceProviderChannelDTO) HasRequiredRolesMatchMode ¶

func (o *InternalSaml2ServiceProviderChannelDTO) HasRequiredRolesMatchMode() bool

HasRequiredRolesMatchMode returns a boolean if a field has been set.

func (*InternalSaml2ServiceProviderChannelDTO) HasRestrictedRoles ¶

func (o *InternalSaml2ServiceProviderChannelDTO) HasRestrictedRoles() bool

HasRestrictedRoles returns a boolean if a field has been set.

func (*InternalSaml2ServiceProviderChannelDTO) HasRestrictedRolesMatchMode ¶

func (o *InternalSaml2ServiceProviderChannelDTO) HasRestrictedRolesMatchMode() bool

HasRestrictedRolesMatchMode returns a boolean if a field has been set.

func (*InternalSaml2ServiceProviderChannelDTO) HasSignatureHash ¶

func (o *InternalSaml2ServiceProviderChannelDTO) HasSignatureHash() bool

HasSignatureHash returns a boolean if a field has been set.

func (*InternalSaml2ServiceProviderChannelDTO) HasSubjectNameIDPolicy ¶

func (o *InternalSaml2ServiceProviderChannelDTO) HasSubjectNameIDPolicy() bool

HasSubjectNameIDPolicy returns a boolean if a field has been set.

func (*InternalSaml2ServiceProviderChannelDTO) HasWantAuthnRequestsSigned ¶

func (o *InternalSaml2ServiceProviderChannelDTO) HasWantAuthnRequestsSigned() bool

HasWantAuthnRequestsSigned returns a boolean if a field has been set.

func (InternalSaml2ServiceProviderChannelDTO) MarshalJSON ¶

func (o InternalSaml2ServiceProviderChannelDTO) MarshalJSON() ([]byte, error)

func (*InternalSaml2ServiceProviderChannelDTO) SetActiveBindings ¶

func (o *InternalSaml2ServiceProviderChannelDTO) SetActiveBindings(v []string)

SetActiveBindings gets a reference to the given []string and assigns it to the ActiveBindings field.

func (*InternalSaml2ServiceProviderChannelDTO) SetActiveProfiles ¶

func (o *InternalSaml2ServiceProviderChannelDTO) SetActiveProfiles(v []string)

SetActiveProfiles gets a reference to the given []string and assigns it to the ActiveProfiles field.

func (*InternalSaml2ServiceProviderChannelDTO) SetAttributeProfile ¶

SetAttributeProfile gets a reference to the given AttributeProfileDTO and assigns it to the AttributeProfile field.

func (*InternalSaml2ServiceProviderChannelDTO) SetAuthenticationContract ¶

func (o *InternalSaml2ServiceProviderChannelDTO) SetAuthenticationContract(v AuthenticationContractDTO)

SetAuthenticationContract gets a reference to the given AuthenticationContractDTO and assigns it to the AuthenticationContract field.

func (*InternalSaml2ServiceProviderChannelDTO) SetAuthenticationMechanism ¶

func (o *InternalSaml2ServiceProviderChannelDTO) SetAuthenticationMechanism(v AuthenticationMechanismDTO)

SetAuthenticationMechanism gets a reference to the given AuthenticationMechanismDTO and assigns it to the AuthenticationMechanism field.

func (*InternalSaml2ServiceProviderChannelDTO) SetConnectionA ¶

SetConnectionA gets a reference to the given FederatedConnectionDTO and assigns it to the ConnectionA field.

func (*InternalSaml2ServiceProviderChannelDTO) SetConnectionB ¶

SetConnectionB gets a reference to the given FederatedConnectionDTO and assigns it to the ConnectionB field.

func (*InternalSaml2ServiceProviderChannelDTO) SetDescription ¶

func (o *InternalSaml2ServiceProviderChannelDTO) SetDescription(v string)

SetDescription gets a reference to the given string and assigns it to the Description field.

func (*InternalSaml2ServiceProviderChannelDTO) SetDisplayName ¶

func (o *InternalSaml2ServiceProviderChannelDTO) SetDisplayName(v string)

SetDisplayName gets a reference to the given string and assigns it to the DisplayName field.

func (*InternalSaml2ServiceProviderChannelDTO) SetElementId ¶

SetElementId gets a reference to the given string and assigns it to the ElementId field.

func (*InternalSaml2ServiceProviderChannelDTO) SetEmissionPolicy ¶

SetEmissionPolicy gets a reference to the given AuthenticationAssertionEmissionPolicyDTO and assigns it to the EmissionPolicy field.

func (*InternalSaml2ServiceProviderChannelDTO) SetEncryptAssertion ¶

func (o *InternalSaml2ServiceProviderChannelDTO) SetEncryptAssertion(v bool)

SetEncryptAssertion gets a reference to the given bool and assigns it to the EncryptAssertion field.

func (*InternalSaml2ServiceProviderChannelDTO) SetEncryptAssertionAlgorithm ¶

func (o *InternalSaml2ServiceProviderChannelDTO) SetEncryptAssertionAlgorithm(v string)

SetEncryptAssertionAlgorithm gets a reference to the given string and assigns it to the EncryptAssertionAlgorithm field.

func (*InternalSaml2ServiceProviderChannelDTO) SetId ¶

SetId gets a reference to the given int64 and assigns it to the Id field.

func (*InternalSaml2ServiceProviderChannelDTO) SetIgnoreRequestedNameIDPolicy ¶

func (o *InternalSaml2ServiceProviderChannelDTO) SetIgnoreRequestedNameIDPolicy(v bool)

SetIgnoreRequestedNameIDPolicy gets a reference to the given bool and assigns it to the IgnoreRequestedNameIDPolicy field.

func (*InternalSaml2ServiceProviderChannelDTO) SetLocation ¶

SetLocation gets a reference to the given LocationDTO and assigns it to the Location field.

func (*InternalSaml2ServiceProviderChannelDTO) SetMessageTtl ¶

func (o *InternalSaml2ServiceProviderChannelDTO) SetMessageTtl(v int32)

SetMessageTtl gets a reference to the given int32 and assigns it to the MessageTtl field.

func (*InternalSaml2ServiceProviderChannelDTO) SetMessageTtlTolerance ¶

func (o *InternalSaml2ServiceProviderChannelDTO) SetMessageTtlTolerance(v int32)

SetMessageTtlTolerance gets a reference to the given int32 and assigns it to the MessageTtlTolerance field.

func (*InternalSaml2ServiceProviderChannelDTO) SetName ¶

SetName gets a reference to the given string and assigns it to the Name field.

func (*InternalSaml2ServiceProviderChannelDTO) SetOverrideProviderSetup ¶

func (o *InternalSaml2ServiceProviderChannelDTO) SetOverrideProviderSetup(v bool)

SetOverrideProviderSetup gets a reference to the given bool and assigns it to the OverrideProviderSetup field.

func (*InternalSaml2ServiceProviderChannelDTO) SetRequiredRoles ¶

func (o *InternalSaml2ServiceProviderChannelDTO) SetRequiredRoles(v []string)

SetRequiredRoles gets a reference to the given []string and assigns it to the RequiredRoles field.

func (*InternalSaml2ServiceProviderChannelDTO) SetRequiredRolesMatchMode ¶

func (o *InternalSaml2ServiceProviderChannelDTO) SetRequiredRolesMatchMode(v int32)

SetRequiredRolesMatchMode gets a reference to the given int32 and assigns it to the RequiredRolesMatchMode field.

func (*InternalSaml2ServiceProviderChannelDTO) SetRestrictedRoles ¶

func (o *InternalSaml2ServiceProviderChannelDTO) SetRestrictedRoles(v []string)

SetRestrictedRoles gets a reference to the given []string and assigns it to the RestrictedRoles field.

func (*InternalSaml2ServiceProviderChannelDTO) SetRestrictedRolesMatchMode ¶

func (o *InternalSaml2ServiceProviderChannelDTO) SetRestrictedRolesMatchMode(v int32)

SetRestrictedRolesMatchMode gets a reference to the given int32 and assigns it to the RestrictedRolesMatchMode field.

func (*InternalSaml2ServiceProviderChannelDTO) SetSignatureHash ¶

func (o *InternalSaml2ServiceProviderChannelDTO) SetSignatureHash(v string)

SetSignatureHash gets a reference to the given string and assigns it to the SignatureHash field.

func (*InternalSaml2ServiceProviderChannelDTO) SetSubjectNameIDPolicy ¶

SetSubjectNameIDPolicy gets a reference to the given SubjectNameIdentifierPolicyDTO and assigns it to the SubjectNameIDPolicy field.

func (*InternalSaml2ServiceProviderChannelDTO) SetWantAuthnRequestsSigned ¶

func (o *InternalSaml2ServiceProviderChannelDTO) SetWantAuthnRequestsSigned(v bool)

SetWantAuthnRequestsSigned gets a reference to the given bool and assigns it to the WantAuthnRequestsSigned field.

func (*InternalSaml2ServiceProviderChannelDTO) UnmarshalJSON ¶

func (o *InternalSaml2ServiceProviderChannelDTO) UnmarshalJSON(bytes []byte) (err error)

type InternalSaml2ServiceProviderDTO ¶

type InternalSaml2ServiceProviderDTO struct {
	AccountLinkagePolicy       *AccountLinkagePolicyDTO        `json:"accountLinkagePolicy,omitempty"`
	ActiveBindings             []string                        `json:"activeBindings,omitempty"`
	ActiveProfiles             []string                        `json:"activeProfiles,omitempty"`
	AuthenticationContract     *AuthenticationContractDTO      `json:"authenticationContract,omitempty"`
	AuthenticationMechanism    *AuthenticationMechanismDTO     `json:"authenticationMechanism,omitempty"`
	Config                     *ProviderConfigDTO              `json:"config,omitempty"`
	DashboardUrl               *string                         `json:"dashboardUrl,omitempty"`
	Description                *string                         `json:"description,omitempty"`
	DisplayName                *string                         `json:"displayName,omitempty"`
	ElementId                  *string                         `json:"elementId,omitempty"`
	EnableMetadataEndpoint     *bool                           `json:"enableMetadataEndpoint,omitempty"`
	ErrorBinding               *string                         `json:"errorBinding,omitempty"`
	FederatedConnectionsA      []FederatedConnectionDTO        `json:"federatedConnectionsA,omitempty"`
	FederatedConnectionsB      []FederatedConnectionDTO        `json:"federatedConnectionsB,omitempty"`
	Id                         *int64                          `json:"id,omitempty"`
	IdentityAppliance          *IdentityApplianceDefinitionDTO `json:"identityAppliance,omitempty"`
	IdentityLookups            []IdentityLookupDTO             `json:"identityLookups,omitempty"`
	IdentityMappingPolicy      *IdentityMappingPolicyDTO       `json:"identityMappingPolicy,omitempty"`
	IsRemote                   *bool                           `json:"isRemote,omitempty"`
	Location                   *LocationDTO                    `json:"location,omitempty"`
	MessageTtl                 *int32                          `json:"messageTtl,omitempty"`
	MessageTtlTolerance        *int32                          `json:"messageTtlTolerance,omitempty"`
	Metadata                   *ResourceDTO                    `json:"metadata,omitempty"`
	MultivaluedAttrGroups      *bool                           `json:"multivaluedAttrGroups,omitempty"`
	MultivaluedAttrInternal    *bool                           `json:"multivaluedAttrInternal,omitempty"`
	MultivaluedAttrUserDefined *bool                           `json:"multivaluedAttrUserDefined,omitempty"`
	Name                       *string                         `json:"name,omitempty"`
	Remote                     *bool                           `json:"remote,omitempty"`
	Role                       *string                         `json:"role,omitempty"`
	ServiceConnection          *ServiceConnectionDTO           `json:"serviceConnection,omitempty"`
	SignAuthenticationRequests *bool                           `json:"signAuthenticationRequests,omitempty"`
	SignRequests               *bool                           `json:"signRequests,omitempty"`
	SignatureHash              *string                         `json:"signatureHash,omitempty"`
	WantAssertionSigned        *bool                           `json:"wantAssertionSigned,omitempty"`
	WantSLOResponseSigned      *bool                           `json:"wantSLOResponseSigned,omitempty"`
	WantSignedRequests         *bool                           `json:"wantSignedRequests,omitempty"`
	X                          *float64                        `json:"x,omitempty"`
	Y                          *float64                        `json:"y,omitempty"`
	AdditionalProperties       map[string]interface{}
}

InternalSaml2ServiceProviderDTO struct for InternalSaml2ServiceProviderDTO

func NewInternalSaml2ServiceProviderDTO ¶

func NewInternalSaml2ServiceProviderDTO() *InternalSaml2ServiceProviderDTO

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

func NewInternalSaml2ServiceProviderDTOWithDefaults ¶

func NewInternalSaml2ServiceProviderDTOWithDefaults() *InternalSaml2ServiceProviderDTO

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

func (*InternalSaml2ServiceProviderDTO) AddIdentityLookup ¶

func (p *InternalSaml2ServiceProviderDTO) AddIdentityLookup(name string) (IdentityLookupDTO, error)

func (*InternalSaml2ServiceProviderDTO) GetAccountLinkagePolicy ¶

func (o *InternalSaml2ServiceProviderDTO) GetAccountLinkagePolicy() AccountLinkagePolicyDTO

GetAccountLinkagePolicy returns the AccountLinkagePolicy field value if set, zero value otherwise.

func (*InternalSaml2ServiceProviderDTO) GetAccountLinkagePolicyOk ¶

func (o *InternalSaml2ServiceProviderDTO) GetAccountLinkagePolicyOk() (*AccountLinkagePolicyDTO, bool)

GetAccountLinkagePolicyOk returns a tuple with the AccountLinkagePolicy field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InternalSaml2ServiceProviderDTO) GetActiveBindings ¶

func (o *InternalSaml2ServiceProviderDTO) GetActiveBindings() []string

GetActiveBindings returns the ActiveBindings field value if set, zero value otherwise.

func (*InternalSaml2ServiceProviderDTO) GetActiveBindingsOk ¶

func (o *InternalSaml2ServiceProviderDTO) GetActiveBindingsOk() ([]string, bool)

GetActiveBindingsOk returns a tuple with the ActiveBindings field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InternalSaml2ServiceProviderDTO) GetActiveProfiles ¶

func (o *InternalSaml2ServiceProviderDTO) GetActiveProfiles() []string

GetActiveProfiles returns the ActiveProfiles field value if set, zero value otherwise.

func (*InternalSaml2ServiceProviderDTO) GetActiveProfilesOk ¶

func (o *InternalSaml2ServiceProviderDTO) GetActiveProfilesOk() ([]string, bool)

GetActiveProfilesOk returns a tuple with the ActiveProfiles field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InternalSaml2ServiceProviderDTO) GetAuthenticationContract ¶

func (o *InternalSaml2ServiceProviderDTO) GetAuthenticationContract() AuthenticationContractDTO

GetAuthenticationContract returns the AuthenticationContract field value if set, zero value otherwise.

func (*InternalSaml2ServiceProviderDTO) GetAuthenticationContractOk ¶

func (o *InternalSaml2ServiceProviderDTO) GetAuthenticationContractOk() (*AuthenticationContractDTO, bool)

GetAuthenticationContractOk returns a tuple with the AuthenticationContract field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InternalSaml2ServiceProviderDTO) GetAuthenticationMechanism ¶

func (o *InternalSaml2ServiceProviderDTO) GetAuthenticationMechanism() AuthenticationMechanismDTO

GetAuthenticationMechanism returns the AuthenticationMechanism field value if set, zero value otherwise.

func (*InternalSaml2ServiceProviderDTO) GetAuthenticationMechanismOk ¶

func (o *InternalSaml2ServiceProviderDTO) GetAuthenticationMechanismOk() (*AuthenticationMechanismDTO, bool)

GetAuthenticationMechanismOk returns a tuple with the AuthenticationMechanism field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InternalSaml2ServiceProviderDTO) GetConfig ¶

GetConfig returns the Config field value if set, zero value otherwise.

func (*InternalSaml2ServiceProviderDTO) GetConfigOk ¶

GetConfigOk returns a tuple with the Config field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InternalSaml2ServiceProviderDTO) GetDashboardUrl ¶

func (o *InternalSaml2ServiceProviderDTO) GetDashboardUrl() string

GetDashboardUrl returns the DashboardUrl field value if set, zero value otherwise.

func (*InternalSaml2ServiceProviderDTO) GetDashboardUrlOk ¶

func (o *InternalSaml2ServiceProviderDTO) GetDashboardUrlOk() (*string, bool)

GetDashboardUrlOk returns a tuple with the DashboardUrl field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InternalSaml2ServiceProviderDTO) GetDescription ¶

func (o *InternalSaml2ServiceProviderDTO) GetDescription() string

GetDescription returns the Description field value if set, zero value otherwise.

func (*InternalSaml2ServiceProviderDTO) GetDescriptionOk ¶

func (o *InternalSaml2ServiceProviderDTO) GetDescriptionOk() (*string, bool)

GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InternalSaml2ServiceProviderDTO) GetDisplayName ¶

func (o *InternalSaml2ServiceProviderDTO) GetDisplayName() string

GetDisplayName returns the DisplayName field value if set, zero value otherwise.

func (*InternalSaml2ServiceProviderDTO) GetDisplayNameOk ¶

func (o *InternalSaml2ServiceProviderDTO) GetDisplayNameOk() (*string, bool)

GetDisplayNameOk returns a tuple with the DisplayName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InternalSaml2ServiceProviderDTO) GetElementId ¶

func (o *InternalSaml2ServiceProviderDTO) GetElementId() string

GetElementId returns the ElementId field value if set, zero value otherwise.

func (*InternalSaml2ServiceProviderDTO) GetElementIdOk ¶

func (o *InternalSaml2ServiceProviderDTO) GetElementIdOk() (*string, bool)

GetElementIdOk returns a tuple with the ElementId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InternalSaml2ServiceProviderDTO) GetEnableMetadataEndpoint ¶

func (o *InternalSaml2ServiceProviderDTO) GetEnableMetadataEndpoint() bool

GetEnableMetadataEndpoint returns the EnableMetadataEndpoint field value if set, zero value otherwise.

func (*InternalSaml2ServiceProviderDTO) GetEnableMetadataEndpointOk ¶

func (o *InternalSaml2ServiceProviderDTO) GetEnableMetadataEndpointOk() (*bool, bool)

GetEnableMetadataEndpointOk returns a tuple with the EnableMetadataEndpoint field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InternalSaml2ServiceProviderDTO) GetErrorBinding ¶

func (o *InternalSaml2ServiceProviderDTO) GetErrorBinding() string

GetErrorBinding returns the ErrorBinding field value if set, zero value otherwise.

func (*InternalSaml2ServiceProviderDTO) GetErrorBindingOk ¶

func (o *InternalSaml2ServiceProviderDTO) GetErrorBindingOk() (*string, bool)

GetErrorBindingOk returns a tuple with the ErrorBinding field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InternalSaml2ServiceProviderDTO) GetFederatedConnectionsA ¶

func (o *InternalSaml2ServiceProviderDTO) GetFederatedConnectionsA() []FederatedConnectionDTO

GetFederatedConnectionsA returns the FederatedConnectionsA field value if set, zero value otherwise.

func (*InternalSaml2ServiceProviderDTO) GetFederatedConnectionsAOk ¶

func (o *InternalSaml2ServiceProviderDTO) GetFederatedConnectionsAOk() ([]FederatedConnectionDTO, bool)

GetFederatedConnectionsAOk returns a tuple with the FederatedConnectionsA field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InternalSaml2ServiceProviderDTO) GetFederatedConnectionsB ¶

func (o *InternalSaml2ServiceProviderDTO) GetFederatedConnectionsB() []FederatedConnectionDTO

GetFederatedConnectionsB returns the FederatedConnectionsB field value if set, zero value otherwise.

func (*InternalSaml2ServiceProviderDTO) GetFederatedConnectionsBOk ¶

func (o *InternalSaml2ServiceProviderDTO) GetFederatedConnectionsBOk() ([]FederatedConnectionDTO, bool)

GetFederatedConnectionsBOk returns a tuple with the FederatedConnectionsB field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InternalSaml2ServiceProviderDTO) GetId ¶

GetId returns the Id field value if set, zero value otherwise.

func (*InternalSaml2ServiceProviderDTO) GetIdOk ¶

func (o *InternalSaml2ServiceProviderDTO) GetIdOk() (*int64, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InternalSaml2ServiceProviderDTO) GetIdentityAppliance ¶

GetIdentityAppliance returns the IdentityAppliance field value if set, zero value otherwise.

func (*InternalSaml2ServiceProviderDTO) GetIdentityApplianceOk ¶

GetIdentityApplianceOk returns a tuple with the IdentityAppliance field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InternalSaml2ServiceProviderDTO) GetIdentityLookup ¶

func (p *InternalSaml2ServiceProviderDTO) GetIdentityLookup(name string) *IdentityLookupDTO

func (*InternalSaml2ServiceProviderDTO) GetIdentityLookups ¶

func (o *InternalSaml2ServiceProviderDTO) GetIdentityLookups() []IdentityLookupDTO

GetIdentityLookups returns the IdentityLookups field value if set, zero value otherwise.

func (*InternalSaml2ServiceProviderDTO) GetIdentityLookupsOk ¶

func (o *InternalSaml2ServiceProviderDTO) GetIdentityLookupsOk() ([]IdentityLookupDTO, bool)

GetIdentityLookupsOk returns a tuple with the IdentityLookups field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InternalSaml2ServiceProviderDTO) GetIdentityMappingPolicy ¶

func (o *InternalSaml2ServiceProviderDTO) GetIdentityMappingPolicy() IdentityMappingPolicyDTO

GetIdentityMappingPolicy returns the IdentityMappingPolicy field value if set, zero value otherwise.

func (*InternalSaml2ServiceProviderDTO) GetIdentityMappingPolicyOk ¶

func (o *InternalSaml2ServiceProviderDTO) GetIdentityMappingPolicyOk() (*IdentityMappingPolicyDTO, bool)

GetIdentityMappingPolicyOk returns a tuple with the IdentityMappingPolicy field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InternalSaml2ServiceProviderDTO) GetIsRemote ¶

func (o *InternalSaml2ServiceProviderDTO) GetIsRemote() bool

GetIsRemote returns the IsRemote field value if set, zero value otherwise.

func (*InternalSaml2ServiceProviderDTO) GetIsRemoteOk ¶

func (o *InternalSaml2ServiceProviderDTO) GetIsRemoteOk() (*bool, bool)

GetIsRemoteOk returns a tuple with the IsRemote field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InternalSaml2ServiceProviderDTO) GetLocation ¶

GetLocation returns the Location field value if set, zero value otherwise.

func (*InternalSaml2ServiceProviderDTO) GetLocationOk ¶

func (o *InternalSaml2ServiceProviderDTO) GetLocationOk() (*LocationDTO, bool)

GetLocationOk returns a tuple with the Location field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InternalSaml2ServiceProviderDTO) GetMessageTtl ¶

func (o *InternalSaml2ServiceProviderDTO) GetMessageTtl() int32

GetMessageTtl returns the MessageTtl field value if set, zero value otherwise.

func (*InternalSaml2ServiceProviderDTO) GetMessageTtlOk ¶

func (o *InternalSaml2ServiceProviderDTO) GetMessageTtlOk() (*int32, bool)

GetMessageTtlOk returns a tuple with the MessageTtl field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InternalSaml2ServiceProviderDTO) GetMessageTtlTolerance ¶

func (o *InternalSaml2ServiceProviderDTO) GetMessageTtlTolerance() int32

GetMessageTtlTolerance returns the MessageTtlTolerance field value if set, zero value otherwise.

func (*InternalSaml2ServiceProviderDTO) GetMessageTtlToleranceOk ¶

func (o *InternalSaml2ServiceProviderDTO) GetMessageTtlToleranceOk() (*int32, bool)

GetMessageTtlToleranceOk returns a tuple with the MessageTtlTolerance field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InternalSaml2ServiceProviderDTO) GetMetadata ¶

GetMetadata returns the Metadata field value if set, zero value otherwise.

func (*InternalSaml2ServiceProviderDTO) GetMetadataOk ¶

func (o *InternalSaml2ServiceProviderDTO) GetMetadataOk() (*ResourceDTO, bool)

GetMetadataOk returns a tuple with the Metadata field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InternalSaml2ServiceProviderDTO) GetMultivaluedAttrGroups ¶

func (o *InternalSaml2ServiceProviderDTO) GetMultivaluedAttrGroups() bool

GetMultivaluedAttrGroups returns the MultivaluedAttrGroups field value if set, zero value otherwise.

func (*InternalSaml2ServiceProviderDTO) GetMultivaluedAttrGroupsOk ¶

func (o *InternalSaml2ServiceProviderDTO) GetMultivaluedAttrGroupsOk() (*bool, bool)

GetMultivaluedAttrGroupsOk returns a tuple with the MultivaluedAttrGroups field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InternalSaml2ServiceProviderDTO) GetMultivaluedAttrInternal ¶

func (o *InternalSaml2ServiceProviderDTO) GetMultivaluedAttrInternal() bool

GetMultivaluedAttrInternal returns the MultivaluedAttrInternal field value if set, zero value otherwise.

func (*InternalSaml2ServiceProviderDTO) GetMultivaluedAttrInternalOk ¶

func (o *InternalSaml2ServiceProviderDTO) GetMultivaluedAttrInternalOk() (*bool, bool)

GetMultivaluedAttrInternalOk returns a tuple with the MultivaluedAttrInternal field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InternalSaml2ServiceProviderDTO) GetMultivaluedAttrUserDefined ¶

func (o *InternalSaml2ServiceProviderDTO) GetMultivaluedAttrUserDefined() bool

GetMultivaluedAttrUserDefined returns the MultivaluedAttrUserDefined field value if set, zero value otherwise.

func (*InternalSaml2ServiceProviderDTO) GetMultivaluedAttrUserDefinedOk ¶

func (o *InternalSaml2ServiceProviderDTO) GetMultivaluedAttrUserDefinedOk() (*bool, bool)

GetMultivaluedAttrUserDefinedOk returns a tuple with the MultivaluedAttrUserDefined field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InternalSaml2ServiceProviderDTO) GetName ¶

GetName returns the Name field value if set, zero value otherwise.

func (*InternalSaml2ServiceProviderDTO) GetNameOk ¶

func (o *InternalSaml2ServiceProviderDTO) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InternalSaml2ServiceProviderDTO) GetRemote ¶

func (o *InternalSaml2ServiceProviderDTO) GetRemote() bool

GetRemote returns the Remote field value if set, zero value otherwise.

func (*InternalSaml2ServiceProviderDTO) GetRemoteOk ¶

func (o *InternalSaml2ServiceProviderDTO) GetRemoteOk() (*bool, bool)

GetRemoteOk returns a tuple with the Remote field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InternalSaml2ServiceProviderDTO) GetRole ¶

GetRole returns the Role field value if set, zero value otherwise.

func (*InternalSaml2ServiceProviderDTO) GetRoleOk ¶

func (o *InternalSaml2ServiceProviderDTO) GetRoleOk() (*string, bool)

GetRoleOk returns a tuple with the Role field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InternalSaml2ServiceProviderDTO) GetSamlR2SPConfig ¶

func (p *InternalSaml2ServiceProviderDTO) GetSamlR2SPConfig() (*SamlR2SPConfigDTO, error)

func (*InternalSaml2ServiceProviderDTO) GetServiceConnection ¶

func (o *InternalSaml2ServiceProviderDTO) GetServiceConnection() ServiceConnectionDTO

GetServiceConnection returns the ServiceConnection field value if set, zero value otherwise.

func (*InternalSaml2ServiceProviderDTO) GetServiceConnectionOk ¶

func (o *InternalSaml2ServiceProviderDTO) GetServiceConnectionOk() (*ServiceConnectionDTO, bool)

GetServiceConnectionOk returns a tuple with the ServiceConnection field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InternalSaml2ServiceProviderDTO) GetSignAuthenticationRequests ¶

func (o *InternalSaml2ServiceProviderDTO) GetSignAuthenticationRequests() bool

GetSignAuthenticationRequests returns the SignAuthenticationRequests field value if set, zero value otherwise.

func (*InternalSaml2ServiceProviderDTO) GetSignAuthenticationRequestsOk ¶

func (o *InternalSaml2ServiceProviderDTO) GetSignAuthenticationRequestsOk() (*bool, bool)

GetSignAuthenticationRequestsOk returns a tuple with the SignAuthenticationRequests field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InternalSaml2ServiceProviderDTO) GetSignRequests ¶

func (o *InternalSaml2ServiceProviderDTO) GetSignRequests() bool

GetSignRequests returns the SignRequests field value if set, zero value otherwise.

func (*InternalSaml2ServiceProviderDTO) GetSignRequestsOk ¶

func (o *InternalSaml2ServiceProviderDTO) GetSignRequestsOk() (*bool, bool)

GetSignRequestsOk returns a tuple with the SignRequests field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InternalSaml2ServiceProviderDTO) GetSignatureHash ¶

func (o *InternalSaml2ServiceProviderDTO) GetSignatureHash() string

GetSignatureHash returns the SignatureHash field value if set, zero value otherwise.

func (*InternalSaml2ServiceProviderDTO) GetSignatureHashOk ¶

func (o *InternalSaml2ServiceProviderDTO) GetSignatureHashOk() (*string, bool)

GetSignatureHashOk returns a tuple with the SignatureHash field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InternalSaml2ServiceProviderDTO) GetWantAssertionSigned ¶

func (o *InternalSaml2ServiceProviderDTO) GetWantAssertionSigned() bool

GetWantAssertionSigned returns the WantAssertionSigned field value if set, zero value otherwise.

func (*InternalSaml2ServiceProviderDTO) GetWantAssertionSignedOk ¶

func (o *InternalSaml2ServiceProviderDTO) GetWantAssertionSignedOk() (*bool, bool)

GetWantAssertionSignedOk returns a tuple with the WantAssertionSigned field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InternalSaml2ServiceProviderDTO) GetWantSLOResponseSigned ¶

func (o *InternalSaml2ServiceProviderDTO) GetWantSLOResponseSigned() bool

GetWantSLOResponseSigned returns the WantSLOResponseSigned field value if set, zero value otherwise.

func (*InternalSaml2ServiceProviderDTO) GetWantSLOResponseSignedOk ¶

func (o *InternalSaml2ServiceProviderDTO) GetWantSLOResponseSignedOk() (*bool, bool)

GetWantSLOResponseSignedOk returns a tuple with the WantSLOResponseSigned field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InternalSaml2ServiceProviderDTO) GetWantSignedRequests ¶

func (o *InternalSaml2ServiceProviderDTO) GetWantSignedRequests() bool

GetWantSignedRequests returns the WantSignedRequests field value if set, zero value otherwise.

func (*InternalSaml2ServiceProviderDTO) GetWantSignedRequestsOk ¶

func (o *InternalSaml2ServiceProviderDTO) GetWantSignedRequestsOk() (*bool, bool)

GetWantSignedRequestsOk returns a tuple with the WantSignedRequests field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InternalSaml2ServiceProviderDTO) GetX ¶

GetX returns the X field value if set, zero value otherwise.

func (*InternalSaml2ServiceProviderDTO) GetXOk ¶

GetXOk returns a tuple with the X field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InternalSaml2ServiceProviderDTO) GetY ¶

GetY returns the Y field value if set, zero value otherwise.

func (*InternalSaml2ServiceProviderDTO) GetYOk ¶

GetYOk returns a tuple with the Y field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InternalSaml2ServiceProviderDTO) HasAccountLinkagePolicy ¶

func (o *InternalSaml2ServiceProviderDTO) HasAccountLinkagePolicy() bool

HasAccountLinkagePolicy returns a boolean if a field has been set.

func (*InternalSaml2ServiceProviderDTO) HasActiveBindings ¶

func (o *InternalSaml2ServiceProviderDTO) HasActiveBindings() bool

HasActiveBindings returns a boolean if a field has been set.

func (*InternalSaml2ServiceProviderDTO) HasActiveProfiles ¶

func (o *InternalSaml2ServiceProviderDTO) HasActiveProfiles() bool

HasActiveProfiles returns a boolean if a field has been set.

func (*InternalSaml2ServiceProviderDTO) HasAuthenticationContract ¶

func (o *InternalSaml2ServiceProviderDTO) HasAuthenticationContract() bool

HasAuthenticationContract returns a boolean if a field has been set.

func (*InternalSaml2ServiceProviderDTO) HasAuthenticationMechanism ¶

func (o *InternalSaml2ServiceProviderDTO) HasAuthenticationMechanism() bool

HasAuthenticationMechanism returns a boolean if a field has been set.

func (*InternalSaml2ServiceProviderDTO) HasConfig ¶

func (o *InternalSaml2ServiceProviderDTO) HasConfig() bool

HasConfig returns a boolean if a field has been set.

func (*InternalSaml2ServiceProviderDTO) HasDashboardUrl ¶

func (o *InternalSaml2ServiceProviderDTO) HasDashboardUrl() bool

HasDashboardUrl returns a boolean if a field has been set.

func (*InternalSaml2ServiceProviderDTO) HasDescription ¶

func (o *InternalSaml2ServiceProviderDTO) HasDescription() bool

HasDescription returns a boolean if a field has been set.

func (*InternalSaml2ServiceProviderDTO) HasDisplayName ¶

func (o *InternalSaml2ServiceProviderDTO) HasDisplayName() bool

HasDisplayName returns a boolean if a field has been set.

func (*InternalSaml2ServiceProviderDTO) HasElementId ¶

func (o *InternalSaml2ServiceProviderDTO) HasElementId() bool

HasElementId returns a boolean if a field has been set.

func (*InternalSaml2ServiceProviderDTO) HasEnableMetadataEndpoint ¶

func (o *InternalSaml2ServiceProviderDTO) HasEnableMetadataEndpoint() bool

HasEnableMetadataEndpoint returns a boolean if a field has been set.

func (*InternalSaml2ServiceProviderDTO) HasErrorBinding ¶

func (o *InternalSaml2ServiceProviderDTO) HasErrorBinding() bool

HasErrorBinding returns a boolean if a field has been set.

func (*InternalSaml2ServiceProviderDTO) HasFederatedConnectionsA ¶

func (o *InternalSaml2ServiceProviderDTO) HasFederatedConnectionsA() bool

HasFederatedConnectionsA returns a boolean if a field has been set.

func (*InternalSaml2ServiceProviderDTO) HasFederatedConnectionsB ¶

func (o *InternalSaml2ServiceProviderDTO) HasFederatedConnectionsB() bool

HasFederatedConnectionsB returns a boolean if a field has been set.

func (*InternalSaml2ServiceProviderDTO) HasId ¶

HasId returns a boolean if a field has been set.

func (*InternalSaml2ServiceProviderDTO) HasIdentityAppliance ¶

func (o *InternalSaml2ServiceProviderDTO) HasIdentityAppliance() bool

HasIdentityAppliance returns a boolean if a field has been set.

func (*InternalSaml2ServiceProviderDTO) HasIdentityLookups ¶

func (o *InternalSaml2ServiceProviderDTO) HasIdentityLookups() bool

HasIdentityLookups returns a boolean if a field has been set.

func (*InternalSaml2ServiceProviderDTO) HasIdentityMappingPolicy ¶

func (o *InternalSaml2ServiceProviderDTO) HasIdentityMappingPolicy() bool

HasIdentityMappingPolicy returns a boolean if a field has been set.

func (*InternalSaml2ServiceProviderDTO) HasIsRemote ¶

func (o *InternalSaml2ServiceProviderDTO) HasIsRemote() bool

HasIsRemote returns a boolean if a field has been set.

func (*InternalSaml2ServiceProviderDTO) HasLocation ¶

func (o *InternalSaml2ServiceProviderDTO) HasLocation() bool

HasLocation returns a boolean if a field has been set.

func (*InternalSaml2ServiceProviderDTO) HasMessageTtl ¶

func (o *InternalSaml2ServiceProviderDTO) HasMessageTtl() bool

HasMessageTtl returns a boolean if a field has been set.

func (*InternalSaml2ServiceProviderDTO) HasMessageTtlTolerance ¶

func (o *InternalSaml2ServiceProviderDTO) HasMessageTtlTolerance() bool

HasMessageTtlTolerance returns a boolean if a field has been set.

func (*InternalSaml2ServiceProviderDTO) HasMetadata ¶

func (o *InternalSaml2ServiceProviderDTO) HasMetadata() bool

HasMetadata returns a boolean if a field has been set.

func (*InternalSaml2ServiceProviderDTO) HasMultivaluedAttrGroups ¶

func (o *InternalSaml2ServiceProviderDTO) HasMultivaluedAttrGroups() bool

HasMultivaluedAttrGroups returns a boolean if a field has been set.

func (*InternalSaml2ServiceProviderDTO) HasMultivaluedAttrInternal ¶

func (o *InternalSaml2ServiceProviderDTO) HasMultivaluedAttrInternal() bool

HasMultivaluedAttrInternal returns a boolean if a field has been set.

func (*InternalSaml2ServiceProviderDTO) HasMultivaluedAttrUserDefined ¶

func (o *InternalSaml2ServiceProviderDTO) HasMultivaluedAttrUserDefined() bool

HasMultivaluedAttrUserDefined returns a boolean if a field has been set.

func (*InternalSaml2ServiceProviderDTO) HasName ¶

HasName returns a boolean if a field has been set.

func (*InternalSaml2ServiceProviderDTO) HasRemote ¶

func (o *InternalSaml2ServiceProviderDTO) HasRemote() bool

HasRemote returns a boolean if a field has been set.

func (*InternalSaml2ServiceProviderDTO) HasRole ¶

HasRole returns a boolean if a field has been set.

func (*InternalSaml2ServiceProviderDTO) HasServiceConnection ¶

func (o *InternalSaml2ServiceProviderDTO) HasServiceConnection() bool

HasServiceConnection returns a boolean if a field has been set.

func (*InternalSaml2ServiceProviderDTO) HasSignAuthenticationRequests ¶

func (o *InternalSaml2ServiceProviderDTO) HasSignAuthenticationRequests() bool

HasSignAuthenticationRequests returns a boolean if a field has been set.

func (*InternalSaml2ServiceProviderDTO) HasSignRequests ¶

func (o *InternalSaml2ServiceProviderDTO) HasSignRequests() bool

HasSignRequests returns a boolean if a field has been set.

func (*InternalSaml2ServiceProviderDTO) HasSignatureHash ¶

func (o *InternalSaml2ServiceProviderDTO) HasSignatureHash() bool

HasSignatureHash returns a boolean if a field has been set.

func (*InternalSaml2ServiceProviderDTO) HasWantAssertionSigned ¶

func (o *InternalSaml2ServiceProviderDTO) HasWantAssertionSigned() bool

HasWantAssertionSigned returns a boolean if a field has been set.

func (*InternalSaml2ServiceProviderDTO) HasWantSLOResponseSigned ¶

func (o *InternalSaml2ServiceProviderDTO) HasWantSLOResponseSigned() bool

HasWantSLOResponseSigned returns a boolean if a field has been set.

func (*InternalSaml2ServiceProviderDTO) HasWantSignedRequests ¶

func (o *InternalSaml2ServiceProviderDTO) HasWantSignedRequests() bool

HasWantSignedRequests returns a boolean if a field has been set.

func (*InternalSaml2ServiceProviderDTO) HasX ¶

HasX returns a boolean if a field has been set.

func (*InternalSaml2ServiceProviderDTO) HasY ¶

HasY returns a boolean if a field has been set.

func (InternalSaml2ServiceProviderDTO) MarshalJSON ¶

func (o InternalSaml2ServiceProviderDTO) MarshalJSON() ([]byte, error)

func (*InternalSaml2ServiceProviderDTO) RemoveIdentityLookup ¶

func (p *InternalSaml2ServiceProviderDTO) RemoveIdentityLookup(name string) bool

Return true if the element was deleted, false otherwise

func (*InternalSaml2ServiceProviderDTO) SetAccountLinkagePolicy ¶

func (o *InternalSaml2ServiceProviderDTO) SetAccountLinkagePolicy(v AccountLinkagePolicyDTO)

SetAccountLinkagePolicy gets a reference to the given AccountLinkagePolicyDTO and assigns it to the AccountLinkagePolicy field.

func (*InternalSaml2ServiceProviderDTO) SetActiveBindings ¶

func (o *InternalSaml2ServiceProviderDTO) SetActiveBindings(v []string)

SetActiveBindings gets a reference to the given []string and assigns it to the ActiveBindings field.

func (*InternalSaml2ServiceProviderDTO) SetActiveProfiles ¶

func (o *InternalSaml2ServiceProviderDTO) SetActiveProfiles(v []string)

SetActiveProfiles gets a reference to the given []string and assigns it to the ActiveProfiles field.

func (*InternalSaml2ServiceProviderDTO) SetAuthenticationContract ¶

func (o *InternalSaml2ServiceProviderDTO) SetAuthenticationContract(v AuthenticationContractDTO)

SetAuthenticationContract gets a reference to the given AuthenticationContractDTO and assigns it to the AuthenticationContract field.

func (*InternalSaml2ServiceProviderDTO) SetAuthenticationMechanism ¶

func (o *InternalSaml2ServiceProviderDTO) SetAuthenticationMechanism(v AuthenticationMechanismDTO)

SetAuthenticationMechanism gets a reference to the given AuthenticationMechanismDTO and assigns it to the AuthenticationMechanism field.

func (*InternalSaml2ServiceProviderDTO) SetConfig ¶

SetConfig gets a reference to the given ProviderConfigDTO and assigns it to the Config field.

func (*InternalSaml2ServiceProviderDTO) SetDashboardUrl ¶

func (o *InternalSaml2ServiceProviderDTO) SetDashboardUrl(v string)

SetDashboardUrl gets a reference to the given string and assigns it to the DashboardUrl field.

func (*InternalSaml2ServiceProviderDTO) SetDescription ¶

func (o *InternalSaml2ServiceProviderDTO) SetDescription(v string)

SetDescription gets a reference to the given string and assigns it to the Description field.

func (*InternalSaml2ServiceProviderDTO) SetDisplayName ¶

func (o *InternalSaml2ServiceProviderDTO) SetDisplayName(v string)

SetDisplayName gets a reference to the given string and assigns it to the DisplayName field.

func (*InternalSaml2ServiceProviderDTO) SetElementId ¶

func (o *InternalSaml2ServiceProviderDTO) SetElementId(v string)

SetElementId gets a reference to the given string and assigns it to the ElementId field.

func (*InternalSaml2ServiceProviderDTO) SetEnableMetadataEndpoint ¶

func (o *InternalSaml2ServiceProviderDTO) SetEnableMetadataEndpoint(v bool)

SetEnableMetadataEndpoint gets a reference to the given bool and assigns it to the EnableMetadataEndpoint field.

func (*InternalSaml2ServiceProviderDTO) SetErrorBinding ¶

func (o *InternalSaml2ServiceProviderDTO) SetErrorBinding(v string)

SetErrorBinding gets a reference to the given string and assigns it to the ErrorBinding field.

func (*InternalSaml2ServiceProviderDTO) SetFederatedConnectionsA ¶

func (o *InternalSaml2ServiceProviderDTO) SetFederatedConnectionsA(v []FederatedConnectionDTO)

SetFederatedConnectionsA gets a reference to the given []FederatedConnectionDTO and assigns it to the FederatedConnectionsA field.

func (*InternalSaml2ServiceProviderDTO) SetFederatedConnectionsB ¶

func (o *InternalSaml2ServiceProviderDTO) SetFederatedConnectionsB(v []FederatedConnectionDTO)

SetFederatedConnectionsB gets a reference to the given []FederatedConnectionDTO and assigns it to the FederatedConnectionsB field.

func (*InternalSaml2ServiceProviderDTO) SetId ¶

SetId gets a reference to the given int64 and assigns it to the Id field.

func (*InternalSaml2ServiceProviderDTO) SetIdentityAppliance ¶

SetIdentityAppliance gets a reference to the given IdentityApplianceDefinitionDTO and assigns it to the IdentityAppliance field.

func (*InternalSaml2ServiceProviderDTO) SetIdentityLookups ¶

func (o *InternalSaml2ServiceProviderDTO) SetIdentityLookups(v []IdentityLookupDTO)

SetIdentityLookups gets a reference to the given []IdentityLookupDTO and assigns it to the IdentityLookups field.

func (*InternalSaml2ServiceProviderDTO) SetIdentityMappingPolicy ¶

func (o *InternalSaml2ServiceProviderDTO) SetIdentityMappingPolicy(v IdentityMappingPolicyDTO)

SetIdentityMappingPolicy gets a reference to the given IdentityMappingPolicyDTO and assigns it to the IdentityMappingPolicy field.

func (*InternalSaml2ServiceProviderDTO) SetIsRemote ¶

func (o *InternalSaml2ServiceProviderDTO) SetIsRemote(v bool)

SetIsRemote gets a reference to the given bool and assigns it to the IsRemote field.

func (*InternalSaml2ServiceProviderDTO) SetLocation ¶

func (o *InternalSaml2ServiceProviderDTO) SetLocation(v LocationDTO)

SetLocation gets a reference to the given LocationDTO and assigns it to the Location field.

func (*InternalSaml2ServiceProviderDTO) SetMessageTtl ¶

func (o *InternalSaml2ServiceProviderDTO) SetMessageTtl(v int32)

SetMessageTtl gets a reference to the given int32 and assigns it to the MessageTtl field.

func (*InternalSaml2ServiceProviderDTO) SetMessageTtlTolerance ¶

func (o *InternalSaml2ServiceProviderDTO) SetMessageTtlTolerance(v int32)

SetMessageTtlTolerance gets a reference to the given int32 and assigns it to the MessageTtlTolerance field.

func (*InternalSaml2ServiceProviderDTO) SetMetadata ¶

func (o *InternalSaml2ServiceProviderDTO) SetMetadata(v ResourceDTO)

SetMetadata gets a reference to the given ResourceDTO and assigns it to the Metadata field.

func (*InternalSaml2ServiceProviderDTO) SetMultivaluedAttrGroups ¶

func (o *InternalSaml2ServiceProviderDTO) SetMultivaluedAttrGroups(v bool)

SetMultivaluedAttrGroups gets a reference to the given bool and assigns it to the MultivaluedAttrGroups field.

func (*InternalSaml2ServiceProviderDTO) SetMultivaluedAttrInternal ¶

func (o *InternalSaml2ServiceProviderDTO) SetMultivaluedAttrInternal(v bool)

SetMultivaluedAttrInternal gets a reference to the given bool and assigns it to the MultivaluedAttrInternal field.

func (*InternalSaml2ServiceProviderDTO) SetMultivaluedAttrUserDefined ¶

func (o *InternalSaml2ServiceProviderDTO) SetMultivaluedAttrUserDefined(v bool)

SetMultivaluedAttrUserDefined gets a reference to the given bool and assigns it to the MultivaluedAttrUserDefined field.

func (*InternalSaml2ServiceProviderDTO) SetName ¶

SetName gets a reference to the given string and assigns it to the Name field.

func (*InternalSaml2ServiceProviderDTO) SetRemote ¶

func (o *InternalSaml2ServiceProviderDTO) SetRemote(v bool)

SetRemote gets a reference to the given bool and assigns it to the Remote field.

func (*InternalSaml2ServiceProviderDTO) SetRole ¶

SetRole gets a reference to the given string and assigns it to the Role field.

func (*InternalSaml2ServiceProviderDTO) SetSamlR2SPConfig ¶

func (p *InternalSaml2ServiceProviderDTO) SetSamlR2SPConfig(spCfg *SamlR2SPConfigDTO) error

func (*InternalSaml2ServiceProviderDTO) SetServiceConnection ¶

func (o *InternalSaml2ServiceProviderDTO) SetServiceConnection(v ServiceConnectionDTO)

SetServiceConnection gets a reference to the given ServiceConnectionDTO and assigns it to the ServiceConnection field.

func (*InternalSaml2ServiceProviderDTO) SetSignAuthenticationRequests ¶

func (o *InternalSaml2ServiceProviderDTO) SetSignAuthenticationRequests(v bool)

SetSignAuthenticationRequests gets a reference to the given bool and assigns it to the SignAuthenticationRequests field.

func (*InternalSaml2ServiceProviderDTO) SetSignRequests ¶

func (o *InternalSaml2ServiceProviderDTO) SetSignRequests(v bool)

SetSignRequests gets a reference to the given bool and assigns it to the SignRequests field.

func (*InternalSaml2ServiceProviderDTO) SetSignatureHash ¶

func (o *InternalSaml2ServiceProviderDTO) SetSignatureHash(v string)

SetSignatureHash gets a reference to the given string and assigns it to the SignatureHash field.

func (*InternalSaml2ServiceProviderDTO) SetWantAssertionSigned ¶

func (o *InternalSaml2ServiceProviderDTO) SetWantAssertionSigned(v bool)

SetWantAssertionSigned gets a reference to the given bool and assigns it to the WantAssertionSigned field.

func (*InternalSaml2ServiceProviderDTO) SetWantSLOResponseSigned ¶

func (o *InternalSaml2ServiceProviderDTO) SetWantSLOResponseSigned(v bool)

SetWantSLOResponseSigned gets a reference to the given bool and assigns it to the WantSLOResponseSigned field.

func (*InternalSaml2ServiceProviderDTO) SetWantSignedRequests ¶

func (o *InternalSaml2ServiceProviderDTO) SetWantSignedRequests(v bool)

SetWantSignedRequests gets a reference to the given bool and assigns it to the WantSignedRequests field.

func (*InternalSaml2ServiceProviderDTO) SetX ¶

SetX gets a reference to the given float64 and assigns it to the X field.

func (*InternalSaml2ServiceProviderDTO) SetY ¶

SetY gets a reference to the given float64 and assigns it to the Y field.

func (*InternalSaml2ServiceProviderDTO) UnmarshalJSON ¶

func (o *InternalSaml2ServiceProviderDTO) UnmarshalJSON(bytes []byte) (err error)

type JOSSO1ResourceDTO ¶

type JOSSO1ResourceDTO struct {
	Activation           *ActivationDTO        `json:"activation,omitempty"`
	DefaultResource      *string               `json:"defaultResource,omitempty"`
	Description          *string               `json:"description,omitempty"`
	ElementId            *string               `json:"elementId,omitempty"`
	Id                   *int64                `json:"id,omitempty"`
	IgnoredWebResources  []string              `json:"ignoredWebResources,omitempty"`
	Name                 *string               `json:"name,omitempty"`
	PartnerAppLocation   *LocationDTO          `json:"partnerAppLocation,omitempty"`
	ServiceConnection    *ServiceConnectionDTO `json:"serviceConnection,omitempty"`
	SloLocation          *LocationDTO          `json:"sloLocation,omitempty"`
	SloLocationEnabled   *bool                 `json:"sloLocationEnabled,omitempty"`
	X                    *float64              `json:"x,omitempty"`
	Y                    *float64              `json:"y,omitempty"`
	AdditionalProperties map[string]interface{}
}

JOSSO1ResourceDTO struct for JOSSO1ResourceDTO

func NewJOSSO1ResourceDTO ¶

func NewJOSSO1ResourceDTO() *JOSSO1ResourceDTO

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

func NewJOSSO1ResourceDTOWithDefaults ¶

func NewJOSSO1ResourceDTOWithDefaults() *JOSSO1ResourceDTO

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

func (*JOSSO1ResourceDTO) GetActivation ¶

func (o *JOSSO1ResourceDTO) GetActivation() ActivationDTO

GetActivation returns the Activation field value if set, zero value otherwise.

func (*JOSSO1ResourceDTO) GetActivationOk ¶

func (o *JOSSO1ResourceDTO) GetActivationOk() (*ActivationDTO, bool)

GetActivationOk returns a tuple with the Activation field value if set, nil otherwise and a boolean to check if the value has been set.

func (*JOSSO1ResourceDTO) GetDefaultResource ¶

func (o *JOSSO1ResourceDTO) GetDefaultResource() string

GetDefaultResource returns the DefaultResource field value if set, zero value otherwise.

func (*JOSSO1ResourceDTO) GetDefaultResourceOk ¶

func (o *JOSSO1ResourceDTO) GetDefaultResourceOk() (*string, bool)

GetDefaultResourceOk returns a tuple with the DefaultResource field value if set, nil otherwise and a boolean to check if the value has been set.

func (*JOSSO1ResourceDTO) GetDescription ¶

func (o *JOSSO1ResourceDTO) GetDescription() string

GetDescription returns the Description field value if set, zero value otherwise.

func (*JOSSO1ResourceDTO) GetDescriptionOk ¶

func (o *JOSSO1ResourceDTO) GetDescriptionOk() (*string, bool)

GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.

func (*JOSSO1ResourceDTO) GetElementId ¶

func (o *JOSSO1ResourceDTO) GetElementId() string

GetElementId returns the ElementId field value if set, zero value otherwise.

func (*JOSSO1ResourceDTO) GetElementIdOk ¶

func (o *JOSSO1ResourceDTO) GetElementIdOk() (*string, bool)

GetElementIdOk returns a tuple with the ElementId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*JOSSO1ResourceDTO) GetId ¶

func (o *JOSSO1ResourceDTO) GetId() int64

GetId returns the Id field value if set, zero value otherwise.

func (*JOSSO1ResourceDTO) GetIdOk ¶

func (o *JOSSO1ResourceDTO) GetIdOk() (*int64, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*JOSSO1ResourceDTO) GetIgnoredWebResources ¶

func (o *JOSSO1ResourceDTO) GetIgnoredWebResources() []string

GetIgnoredWebResources returns the IgnoredWebResources field value if set, zero value otherwise.

func (*JOSSO1ResourceDTO) GetIgnoredWebResourcesOk ¶

func (o *JOSSO1ResourceDTO) GetIgnoredWebResourcesOk() ([]string, bool)

GetIgnoredWebResourcesOk returns a tuple with the IgnoredWebResources field value if set, nil otherwise and a boolean to check if the value has been set.

func (*JOSSO1ResourceDTO) GetName ¶

func (o *JOSSO1ResourceDTO) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*JOSSO1ResourceDTO) GetNameOk ¶

func (o *JOSSO1ResourceDTO) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*JOSSO1ResourceDTO) GetPartnerAppLocation ¶

func (o *JOSSO1ResourceDTO) GetPartnerAppLocation() LocationDTO

GetPartnerAppLocation returns the PartnerAppLocation field value if set, zero value otherwise.

func (*JOSSO1ResourceDTO) GetPartnerAppLocationOk ¶

func (o *JOSSO1ResourceDTO) GetPartnerAppLocationOk() (*LocationDTO, bool)

GetPartnerAppLocationOk returns a tuple with the PartnerAppLocation field value if set, nil otherwise and a boolean to check if the value has been set.

func (*JOSSO1ResourceDTO) GetServiceConnection ¶

func (o *JOSSO1ResourceDTO) GetServiceConnection() ServiceConnectionDTO

GetServiceConnection returns the ServiceConnection field value if set, zero value otherwise.

func (*JOSSO1ResourceDTO) GetServiceConnectionOk ¶

func (o *JOSSO1ResourceDTO) GetServiceConnectionOk() (*ServiceConnectionDTO, bool)

GetServiceConnectionOk returns a tuple with the ServiceConnection field value if set, nil otherwise and a boolean to check if the value has been set.

func (*JOSSO1ResourceDTO) GetSloLocation ¶

func (o *JOSSO1ResourceDTO) GetSloLocation() LocationDTO

GetSloLocation returns the SloLocation field value if set, zero value otherwise.

func (*JOSSO1ResourceDTO) GetSloLocationEnabled ¶

func (o *JOSSO1ResourceDTO) GetSloLocationEnabled() bool

GetSloLocationEnabled returns the SloLocationEnabled field value if set, zero value otherwise.

func (*JOSSO1ResourceDTO) GetSloLocationEnabledOk ¶

func (o *JOSSO1ResourceDTO) GetSloLocationEnabledOk() (*bool, bool)

GetSloLocationEnabledOk returns a tuple with the SloLocationEnabled field value if set, nil otherwise and a boolean to check if the value has been set.

func (*JOSSO1ResourceDTO) GetSloLocationOk ¶

func (o *JOSSO1ResourceDTO) GetSloLocationOk() (*LocationDTO, bool)

GetSloLocationOk returns a tuple with the SloLocation field value if set, nil otherwise and a boolean to check if the value has been set.

func (*JOSSO1ResourceDTO) GetX ¶

func (o *JOSSO1ResourceDTO) GetX() float64

GetX returns the X field value if set, zero value otherwise.

func (*JOSSO1ResourceDTO) GetXOk ¶

func (o *JOSSO1ResourceDTO) GetXOk() (*float64, bool)

GetXOk returns a tuple with the X field value if set, nil otherwise and a boolean to check if the value has been set.

func (*JOSSO1ResourceDTO) GetY ¶

func (o *JOSSO1ResourceDTO) GetY() float64

GetY returns the Y field value if set, zero value otherwise.

func (*JOSSO1ResourceDTO) GetYOk ¶

func (o *JOSSO1ResourceDTO) GetYOk() (*float64, bool)

GetYOk returns a tuple with the Y field value if set, nil otherwise and a boolean to check if the value has been set.

func (*JOSSO1ResourceDTO) HasActivation ¶

func (o *JOSSO1ResourceDTO) HasActivation() bool

HasActivation returns a boolean if a field has been set.

func (*JOSSO1ResourceDTO) HasDefaultResource ¶

func (o *JOSSO1ResourceDTO) HasDefaultResource() bool

HasDefaultResource returns a boolean if a field has been set.

func (*JOSSO1ResourceDTO) HasDescription ¶

func (o *JOSSO1ResourceDTO) HasDescription() bool

HasDescription returns a boolean if a field has been set.

func (*JOSSO1ResourceDTO) HasElementId ¶

func (o *JOSSO1ResourceDTO) HasElementId() bool

HasElementId returns a boolean if a field has been set.

func (*JOSSO1ResourceDTO) HasId ¶

func (o *JOSSO1ResourceDTO) HasId() bool

HasId returns a boolean if a field has been set.

func (*JOSSO1ResourceDTO) HasIgnoredWebResources ¶

func (o *JOSSO1ResourceDTO) HasIgnoredWebResources() bool

HasIgnoredWebResources returns a boolean if a field has been set.

func (*JOSSO1ResourceDTO) HasName ¶

func (o *JOSSO1ResourceDTO) HasName() bool

HasName returns a boolean if a field has been set.

func (*JOSSO1ResourceDTO) HasPartnerAppLocation ¶

func (o *JOSSO1ResourceDTO) HasPartnerAppLocation() bool

HasPartnerAppLocation returns a boolean if a field has been set.

func (*JOSSO1ResourceDTO) HasServiceConnection ¶

func (o *JOSSO1ResourceDTO) HasServiceConnection() bool

HasServiceConnection returns a boolean if a field has been set.

func (*JOSSO1ResourceDTO) HasSloLocation ¶

func (o *JOSSO1ResourceDTO) HasSloLocation() bool

HasSloLocation returns a boolean if a field has been set.

func (*JOSSO1ResourceDTO) HasSloLocationEnabled ¶

func (o *JOSSO1ResourceDTO) HasSloLocationEnabled() bool

HasSloLocationEnabled returns a boolean if a field has been set.

func (*JOSSO1ResourceDTO) HasX ¶

func (o *JOSSO1ResourceDTO) HasX() bool

HasX returns a boolean if a field has been set.

func (*JOSSO1ResourceDTO) HasY ¶

func (o *JOSSO1ResourceDTO) HasY() bool

HasY returns a boolean if a field has been set.

func (JOSSO1ResourceDTO) MarshalJSON ¶

func (o JOSSO1ResourceDTO) MarshalJSON() ([]byte, error)

func (*JOSSO1ResourceDTO) NewActivation ¶

func (rs *JOSSO1ResourceDTO) NewActivation(name string) (ActivationDTO, error)

func (*JOSSO1ResourceDTO) NewServiceConnection ¶

func (rs *JOSSO1ResourceDTO) NewServiceConnection(name string) (ServiceConnectionDTO, error)

func (*JOSSO1ResourceDTO) RemoveActivation ¶

func (rs *JOSSO1ResourceDTO) RemoveActivation() bool

func (*JOSSO1ResourceDTO) RemoveServiceConnection ¶

func (rs *JOSSO1ResourceDTO) RemoveServiceConnection() bool

func (*JOSSO1ResourceDTO) SetActivation ¶

func (o *JOSSO1ResourceDTO) SetActivation(v ActivationDTO)

SetActivation gets a reference to the given ActivationDTO and assigns it to the Activation field.

func (*JOSSO1ResourceDTO) SetDefaultResource ¶

func (o *JOSSO1ResourceDTO) SetDefaultResource(v string)

SetDefaultResource gets a reference to the given string and assigns it to the DefaultResource field.

func (*JOSSO1ResourceDTO) SetDescription ¶

func (o *JOSSO1ResourceDTO) SetDescription(v string)

SetDescription gets a reference to the given string and assigns it to the Description field.

func (*JOSSO1ResourceDTO) SetElementId ¶

func (o *JOSSO1ResourceDTO) SetElementId(v string)

SetElementId gets a reference to the given string and assigns it to the ElementId field.

func (*JOSSO1ResourceDTO) SetId ¶

func (o *JOSSO1ResourceDTO) SetId(v int64)

SetId gets a reference to the given int64 and assigns it to the Id field.

func (*JOSSO1ResourceDTO) SetIgnoredWebResources ¶

func (o *JOSSO1ResourceDTO) SetIgnoredWebResources(v []string)

SetIgnoredWebResources gets a reference to the given []string and assigns it to the IgnoredWebResources field.

func (*JOSSO1ResourceDTO) SetName ¶

func (o *JOSSO1ResourceDTO) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*JOSSO1ResourceDTO) SetPartnerAppLocation ¶

func (o *JOSSO1ResourceDTO) SetPartnerAppLocation(v LocationDTO)

SetPartnerAppLocation gets a reference to the given LocationDTO and assigns it to the PartnerAppLocation field.

func (*JOSSO1ResourceDTO) SetServiceConnection ¶

func (o *JOSSO1ResourceDTO) SetServiceConnection(v ServiceConnectionDTO)

SetServiceConnection gets a reference to the given ServiceConnectionDTO and assigns it to the ServiceConnection field.

func (*JOSSO1ResourceDTO) SetSloLocation ¶

func (o *JOSSO1ResourceDTO) SetSloLocation(v LocationDTO)

SetSloLocation gets a reference to the given LocationDTO and assigns it to the SloLocation field.

func (*JOSSO1ResourceDTO) SetSloLocationEnabled ¶

func (o *JOSSO1ResourceDTO) SetSloLocationEnabled(v bool)

SetSloLocationEnabled gets a reference to the given bool and assigns it to the SloLocationEnabled field.

func (*JOSSO1ResourceDTO) SetX ¶

func (o *JOSSO1ResourceDTO) SetX(v float64)

SetX gets a reference to the given float64 and assigns it to the X field.

func (*JOSSO1ResourceDTO) SetY ¶

func (o *JOSSO1ResourceDTO) SetY(v float64)

SetY gets a reference to the given float64 and assigns it to the Y field.

func (*JOSSO1ResourceDTO) UnmarshalJSON ¶

func (o *JOSSO1ResourceDTO) UnmarshalJSON(bytes []byte) (err error)

type KeystoreDTO ¶

type KeystoreDTO struct {
	CertificateAlias     *string      `json:"certificateAlias,omitempty"`
	DisplayName          *string      `json:"displayName,omitempty"`
	ElementId            *string      `json:"elementId,omitempty"`
	Id                   *int64       `json:"id,omitempty"`
	KeystorePassOnly     *bool        `json:"keystorePassOnly,omitempty"`
	Name                 *string      `json:"name,omitempty"`
	Password             *string      `json:"password,omitempty"`
	PrivateKeyName       *string      `json:"privateKeyName,omitempty"`
	PrivateKeyPassword   *string      `json:"privateKeyPassword,omitempty"`
	Store                *ResourceDTO `json:"store,omitempty"`
	Type                 *string      `json:"type,omitempty"`
	AdditionalProperties map[string]interface{}
}

KeystoreDTO struct for KeystoreDTO

func NewKeystoreDTO ¶

func NewKeystoreDTO() *KeystoreDTO

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

func NewKeystoreDTOInit ¶

func NewKeystoreDTOInit(n string, d string, s *ResourceDTO) *KeystoreDTO

func NewKeystoreDTOWithDefaults ¶

func NewKeystoreDTOWithDefaults() *KeystoreDTO

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

func (*KeystoreDTO) GetCertificateAlias ¶

func (o *KeystoreDTO) GetCertificateAlias() string

GetCertificateAlias returns the CertificateAlias field value if set, zero value otherwise.

func (*KeystoreDTO) GetCertificateAliasOk ¶

func (o *KeystoreDTO) GetCertificateAliasOk() (*string, bool)

GetCertificateAliasOk returns a tuple with the CertificateAlias field value if set, nil otherwise and a boolean to check if the value has been set.

func (*KeystoreDTO) GetDisplayName ¶

func (o *KeystoreDTO) GetDisplayName() string

GetDisplayName returns the DisplayName field value if set, zero value otherwise.

func (*KeystoreDTO) GetDisplayNameOk ¶

func (o *KeystoreDTO) GetDisplayNameOk() (*string, bool)

GetDisplayNameOk returns a tuple with the DisplayName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*KeystoreDTO) GetElementId ¶

func (o *KeystoreDTO) GetElementId() string

GetElementId returns the ElementId field value if set, zero value otherwise.

func (*KeystoreDTO) GetElementIdOk ¶

func (o *KeystoreDTO) GetElementIdOk() (*string, bool)

GetElementIdOk returns a tuple with the ElementId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*KeystoreDTO) GetId ¶

func (o *KeystoreDTO) GetId() int64

GetId returns the Id field value if set, zero value otherwise.

func (*KeystoreDTO) GetIdOk ¶

func (o *KeystoreDTO) GetIdOk() (*int64, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*KeystoreDTO) GetKeystorePassOnly ¶

func (o *KeystoreDTO) GetKeystorePassOnly() bool

GetKeystorePassOnly returns the KeystorePassOnly field value if set, zero value otherwise.

func (*KeystoreDTO) GetKeystorePassOnlyOk ¶

func (o *KeystoreDTO) GetKeystorePassOnlyOk() (*bool, bool)

GetKeystorePassOnlyOk returns a tuple with the KeystorePassOnly field value if set, nil otherwise and a boolean to check if the value has been set.

func (*KeystoreDTO) GetName ¶

func (o *KeystoreDTO) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*KeystoreDTO) GetNameOk ¶

func (o *KeystoreDTO) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*KeystoreDTO) GetPassword ¶

func (o *KeystoreDTO) GetPassword() string

GetPassword returns the Password field value if set, zero value otherwise.

func (*KeystoreDTO) GetPasswordOk ¶

func (o *KeystoreDTO) GetPasswordOk() (*string, bool)

GetPasswordOk returns a tuple with the Password field value if set, nil otherwise and a boolean to check if the value has been set.

func (*KeystoreDTO) GetPrivateKeyName ¶

func (o *KeystoreDTO) GetPrivateKeyName() string

GetPrivateKeyName returns the PrivateKeyName field value if set, zero value otherwise.

func (*KeystoreDTO) GetPrivateKeyNameOk ¶

func (o *KeystoreDTO) GetPrivateKeyNameOk() (*string, bool)

GetPrivateKeyNameOk returns a tuple with the PrivateKeyName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*KeystoreDTO) GetPrivateKeyPassword ¶

func (o *KeystoreDTO) GetPrivateKeyPassword() string

GetPrivateKeyPassword returns the PrivateKeyPassword field value if set, zero value otherwise.

func (*KeystoreDTO) GetPrivateKeyPasswordOk ¶

func (o *KeystoreDTO) GetPrivateKeyPasswordOk() (*string, bool)

GetPrivateKeyPasswordOk returns a tuple with the PrivateKeyPassword field value if set, nil otherwise and a boolean to check if the value has been set.

func (*KeystoreDTO) GetStore ¶

func (o *KeystoreDTO) GetStore() ResourceDTO

GetStore returns the Store field value if set, zero value otherwise.

func (*KeystoreDTO) GetStoreOk ¶

func (o *KeystoreDTO) GetStoreOk() (*ResourceDTO, bool)

GetStoreOk returns a tuple with the Store field value if set, nil otherwise and a boolean to check if the value has been set.

func (*KeystoreDTO) GetType ¶

func (o *KeystoreDTO) GetType() string

GetType returns the Type field value if set, zero value otherwise.

func (*KeystoreDTO) GetTypeOk ¶

func (o *KeystoreDTO) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.

func (*KeystoreDTO) HasCertificateAlias ¶

func (o *KeystoreDTO) HasCertificateAlias() bool

HasCertificateAlias returns a boolean if a field has been set.

func (*KeystoreDTO) HasDisplayName ¶

func (o *KeystoreDTO) HasDisplayName() bool

HasDisplayName returns a boolean if a field has been set.

func (*KeystoreDTO) HasElementId ¶

func (o *KeystoreDTO) HasElementId() bool

HasElementId returns a boolean if a field has been set.

func (*KeystoreDTO) HasId ¶

func (o *KeystoreDTO) HasId() bool

HasId returns a boolean if a field has been set.

func (*KeystoreDTO) HasKeystorePassOnly ¶

func (o *KeystoreDTO) HasKeystorePassOnly() bool

HasKeystorePassOnly returns a boolean if a field has been set.

func (*KeystoreDTO) HasName ¶

func (o *KeystoreDTO) HasName() bool

HasName returns a boolean if a field has been set.

func (*KeystoreDTO) HasPassword ¶

func (o *KeystoreDTO) HasPassword() bool

HasPassword returns a boolean if a field has been set.

func (*KeystoreDTO) HasPrivateKeyName ¶

func (o *KeystoreDTO) HasPrivateKeyName() bool

HasPrivateKeyName returns a boolean if a field has been set.

func (*KeystoreDTO) HasPrivateKeyPassword ¶

func (o *KeystoreDTO) HasPrivateKeyPassword() bool

HasPrivateKeyPassword returns a boolean if a field has been set.

func (*KeystoreDTO) HasStore ¶

func (o *KeystoreDTO) HasStore() bool

HasStore returns a boolean if a field has been set.

func (*KeystoreDTO) HasType ¶

func (o *KeystoreDTO) HasType() bool

HasType returns a boolean if a field has been set.

func (KeystoreDTO) MarshalJSON ¶

func (o KeystoreDTO) MarshalJSON() ([]byte, error)

func (*KeystoreDTO) SetCertificateAlias ¶

func (o *KeystoreDTO) SetCertificateAlias(v string)

SetCertificateAlias gets a reference to the given string and assigns it to the CertificateAlias field.

func (*KeystoreDTO) SetDisplayName ¶

func (o *KeystoreDTO) SetDisplayName(v string)

SetDisplayName gets a reference to the given string and assigns it to the DisplayName field.

func (*KeystoreDTO) SetElementId ¶

func (o *KeystoreDTO) SetElementId(v string)

SetElementId gets a reference to the given string and assigns it to the ElementId field.

func (*KeystoreDTO) SetId ¶

func (o *KeystoreDTO) SetId(v int64)

SetId gets a reference to the given int64 and assigns it to the Id field.

func (*KeystoreDTO) SetKeystorePassOnly ¶

func (o *KeystoreDTO) SetKeystorePassOnly(v bool)

SetKeystorePassOnly gets a reference to the given bool and assigns it to the KeystorePassOnly field.

func (*KeystoreDTO) SetName ¶

func (o *KeystoreDTO) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*KeystoreDTO) SetPassword ¶

func (o *KeystoreDTO) SetPassword(v string)

SetPassword gets a reference to the given string and assigns it to the Password field.

func (*KeystoreDTO) SetPrivateKeyName ¶

func (o *KeystoreDTO) SetPrivateKeyName(v string)

SetPrivateKeyName gets a reference to the given string and assigns it to the PrivateKeyName field.

func (*KeystoreDTO) SetPrivateKeyPassword ¶

func (o *KeystoreDTO) SetPrivateKeyPassword(v string)

SetPrivateKeyPassword gets a reference to the given string and assigns it to the PrivateKeyPassword field.

func (*KeystoreDTO) SetStore ¶

func (o *KeystoreDTO) SetStore(v ResourceDTO)

SetStore gets a reference to the given ResourceDTO and assigns it to the Store field.

func (*KeystoreDTO) SetType ¶

func (o *KeystoreDTO) SetType(v string)

SetType gets a reference to the given string and assigns it to the Type field.

func (*KeystoreDTO) UnmarshalJSON ¶

func (o *KeystoreDTO) UnmarshalJSON(bytes []byte) (err error)

type LdapIdentitySourceDTO ¶

type LdapIdentitySourceDTO struct {
	CredentialQueryString         *string         `json:"credentialQueryString,omitempty"`
	CustomClass                   *CustomClassDTO `json:"customClass,omitempty"`
	Description                   *string         `json:"description,omitempty"`
	ElementId                     *string         `json:"elementId,omitempty"`
	Id                            *int64          `json:"id,omitempty"`
	IncludeOperationalAttributes  *bool           `json:"includeOperationalAttributes,omitempty"`
	InitialContextFactory         *string         `json:"initialContextFactory,omitempty"`
	LdapSearchScope               *string         `json:"ldapSearchScope,omitempty"`
	Name                          *string         `json:"name,omitempty"`
	PrincipalUidAttributeID       *string         `json:"principalUidAttributeID,omitempty"`
	ProviderUrl                   *string         `json:"providerUrl,omitempty"`
	Referrals                     *string         `json:"referrals,omitempty"`
	RoleAttributeID               *string         `json:"roleAttributeID,omitempty"`
	RoleMatchingMode              *string         `json:"roleMatchingMode,omitempty"`
	RolesCtxDN                    *string         `json:"rolesCtxDN,omitempty"`
	SecurityAuthentication        *string         `json:"securityAuthentication,omitempty"`
	SecurityCredential            *string         `json:"securityCredential,omitempty"`
	SecurityPrincipal             *string         `json:"securityPrincipal,omitempty"`
	UidAttributeID                *string         `json:"uidAttributeID,omitempty"`
	UpdatePasswordEnabled         *bool           `json:"updatePasswordEnabled,omitempty"`
	UpdateableCredentialAttribute *string         `json:"updateableCredentialAttribute,omitempty"`
	UserPropertiesQueryString     *string         `json:"userPropertiesQueryString,omitempty"`
	UsersCtxDN                    *string         `json:"usersCtxDN,omitempty"`
	X                             *float64        `json:"x,omitempty"`
	Y                             *float64        `json:"y,omitempty"`
	AdditionalProperties          map[string]interface{}
}

LdapIdentitySourceDTO struct for LdapIdentitySourceDTO

func NewLdapIdentitySourceDTO ¶

func NewLdapIdentitySourceDTO() *LdapIdentitySourceDTO

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

func NewLdapIdentitySourceDTOWithDefaults ¶

func NewLdapIdentitySourceDTOWithDefaults() *LdapIdentitySourceDTO

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

func (*LdapIdentitySourceDTO) GetCredentialQueryString ¶

func (o *LdapIdentitySourceDTO) GetCredentialQueryString() string

GetCredentialQueryString returns the CredentialQueryString field value if set, zero value otherwise.

func (*LdapIdentitySourceDTO) GetCredentialQueryStringOk ¶

func (o *LdapIdentitySourceDTO) GetCredentialQueryStringOk() (*string, bool)

GetCredentialQueryStringOk returns a tuple with the CredentialQueryString field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LdapIdentitySourceDTO) GetCustomClass ¶

func (o *LdapIdentitySourceDTO) GetCustomClass() CustomClassDTO

GetCustomClass returns the CustomClass field value if set, zero value otherwise.

func (*LdapIdentitySourceDTO) GetCustomClassOk ¶

func (o *LdapIdentitySourceDTO) GetCustomClassOk() (*CustomClassDTO, bool)

GetCustomClassOk returns a tuple with the CustomClass field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LdapIdentitySourceDTO) GetDescription ¶

func (o *LdapIdentitySourceDTO) GetDescription() string

GetDescription returns the Description field value if set, zero value otherwise.

func (*LdapIdentitySourceDTO) GetDescriptionOk ¶

func (o *LdapIdentitySourceDTO) GetDescriptionOk() (*string, bool)

GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LdapIdentitySourceDTO) GetElementId ¶

func (o *LdapIdentitySourceDTO) GetElementId() string

GetElementId returns the ElementId field value if set, zero value otherwise.

func (*LdapIdentitySourceDTO) GetElementIdOk ¶

func (o *LdapIdentitySourceDTO) GetElementIdOk() (*string, bool)

GetElementIdOk returns a tuple with the ElementId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LdapIdentitySourceDTO) GetId ¶

func (o *LdapIdentitySourceDTO) GetId() int64

GetId returns the Id field value if set, zero value otherwise.

func (*LdapIdentitySourceDTO) GetIdOk ¶

func (o *LdapIdentitySourceDTO) GetIdOk() (*int64, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LdapIdentitySourceDTO) GetIncludeOperationalAttributes ¶

func (o *LdapIdentitySourceDTO) GetIncludeOperationalAttributes() bool

GetIncludeOperationalAttributes returns the IncludeOperationalAttributes field value if set, zero value otherwise.

func (*LdapIdentitySourceDTO) GetIncludeOperationalAttributesOk ¶

func (o *LdapIdentitySourceDTO) GetIncludeOperationalAttributesOk() (*bool, bool)

GetIncludeOperationalAttributesOk returns a tuple with the IncludeOperationalAttributes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LdapIdentitySourceDTO) GetInitialContextFactory ¶

func (o *LdapIdentitySourceDTO) GetInitialContextFactory() string

GetInitialContextFactory returns the InitialContextFactory field value if set, zero value otherwise.

func (*LdapIdentitySourceDTO) GetInitialContextFactoryOk ¶

func (o *LdapIdentitySourceDTO) GetInitialContextFactoryOk() (*string, bool)

GetInitialContextFactoryOk returns a tuple with the InitialContextFactory field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LdapIdentitySourceDTO) GetLdapSearchScope ¶

func (o *LdapIdentitySourceDTO) GetLdapSearchScope() string

GetLdapSearchScope returns the LdapSearchScope field value if set, zero value otherwise.

func (*LdapIdentitySourceDTO) GetLdapSearchScopeOk ¶

func (o *LdapIdentitySourceDTO) GetLdapSearchScopeOk() (*string, bool)

GetLdapSearchScopeOk returns a tuple with the LdapSearchScope field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LdapIdentitySourceDTO) GetName ¶

func (o *LdapIdentitySourceDTO) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*LdapIdentitySourceDTO) GetNameOk ¶

func (o *LdapIdentitySourceDTO) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LdapIdentitySourceDTO) GetPrincipalUidAttributeID ¶

func (o *LdapIdentitySourceDTO) GetPrincipalUidAttributeID() string

GetPrincipalUidAttributeID returns the PrincipalUidAttributeID field value if set, zero value otherwise.

func (*LdapIdentitySourceDTO) GetPrincipalUidAttributeIDOk ¶

func (o *LdapIdentitySourceDTO) GetPrincipalUidAttributeIDOk() (*string, bool)

GetPrincipalUidAttributeIDOk returns a tuple with the PrincipalUidAttributeID field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LdapIdentitySourceDTO) GetProviderUrl ¶

func (o *LdapIdentitySourceDTO) GetProviderUrl() string

GetProviderUrl returns the ProviderUrl field value if set, zero value otherwise.

func (*LdapIdentitySourceDTO) GetProviderUrlOk ¶

func (o *LdapIdentitySourceDTO) GetProviderUrlOk() (*string, bool)

GetProviderUrlOk returns a tuple with the ProviderUrl field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LdapIdentitySourceDTO) GetReferrals ¶

func (o *LdapIdentitySourceDTO) GetReferrals() string

GetReferrals returns the Referrals field value if set, zero value otherwise.

func (*LdapIdentitySourceDTO) GetReferralsOk ¶

func (o *LdapIdentitySourceDTO) GetReferralsOk() (*string, bool)

GetReferralsOk returns a tuple with the Referrals field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LdapIdentitySourceDTO) GetRoleAttributeID ¶

func (o *LdapIdentitySourceDTO) GetRoleAttributeID() string

GetRoleAttributeID returns the RoleAttributeID field value if set, zero value otherwise.

func (*LdapIdentitySourceDTO) GetRoleAttributeIDOk ¶

func (o *LdapIdentitySourceDTO) GetRoleAttributeIDOk() (*string, bool)

GetRoleAttributeIDOk returns a tuple with the RoleAttributeID field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LdapIdentitySourceDTO) GetRoleMatchingMode ¶

func (o *LdapIdentitySourceDTO) GetRoleMatchingMode() string

GetRoleMatchingMode returns the RoleMatchingMode field value if set, zero value otherwise.

func (*LdapIdentitySourceDTO) GetRoleMatchingModeOk ¶

func (o *LdapIdentitySourceDTO) GetRoleMatchingModeOk() (*string, bool)

GetRoleMatchingModeOk returns a tuple with the RoleMatchingMode field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LdapIdentitySourceDTO) GetRolesCtxDN ¶

func (o *LdapIdentitySourceDTO) GetRolesCtxDN() string

GetRolesCtxDN returns the RolesCtxDN field value if set, zero value otherwise.

func (*LdapIdentitySourceDTO) GetRolesCtxDNOk ¶

func (o *LdapIdentitySourceDTO) GetRolesCtxDNOk() (*string, bool)

GetRolesCtxDNOk returns a tuple with the RolesCtxDN field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LdapIdentitySourceDTO) GetSecurityAuthentication ¶

func (o *LdapIdentitySourceDTO) GetSecurityAuthentication() string

GetSecurityAuthentication returns the SecurityAuthentication field value if set, zero value otherwise.

func (*LdapIdentitySourceDTO) GetSecurityAuthenticationOk ¶

func (o *LdapIdentitySourceDTO) GetSecurityAuthenticationOk() (*string, bool)

GetSecurityAuthenticationOk returns a tuple with the SecurityAuthentication field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LdapIdentitySourceDTO) GetSecurityCredential ¶

func (o *LdapIdentitySourceDTO) GetSecurityCredential() string

GetSecurityCredential returns the SecurityCredential field value if set, zero value otherwise.

func (*LdapIdentitySourceDTO) GetSecurityCredentialOk ¶

func (o *LdapIdentitySourceDTO) GetSecurityCredentialOk() (*string, bool)

GetSecurityCredentialOk returns a tuple with the SecurityCredential field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LdapIdentitySourceDTO) GetSecurityPrincipal ¶

func (o *LdapIdentitySourceDTO) GetSecurityPrincipal() string

GetSecurityPrincipal returns the SecurityPrincipal field value if set, zero value otherwise.

func (*LdapIdentitySourceDTO) GetSecurityPrincipalOk ¶

func (o *LdapIdentitySourceDTO) GetSecurityPrincipalOk() (*string, bool)

GetSecurityPrincipalOk returns a tuple with the SecurityPrincipal field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LdapIdentitySourceDTO) GetUidAttributeID ¶

func (o *LdapIdentitySourceDTO) GetUidAttributeID() string

GetUidAttributeID returns the UidAttributeID field value if set, zero value otherwise.

func (*LdapIdentitySourceDTO) GetUidAttributeIDOk ¶

func (o *LdapIdentitySourceDTO) GetUidAttributeIDOk() (*string, bool)

GetUidAttributeIDOk returns a tuple with the UidAttributeID field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LdapIdentitySourceDTO) GetUpdatePasswordEnabled ¶

func (o *LdapIdentitySourceDTO) GetUpdatePasswordEnabled() bool

GetUpdatePasswordEnabled returns the UpdatePasswordEnabled field value if set, zero value otherwise.

func (*LdapIdentitySourceDTO) GetUpdatePasswordEnabledOk ¶

func (o *LdapIdentitySourceDTO) GetUpdatePasswordEnabledOk() (*bool, bool)

GetUpdatePasswordEnabledOk returns a tuple with the UpdatePasswordEnabled field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LdapIdentitySourceDTO) GetUpdateableCredentialAttribute ¶

func (o *LdapIdentitySourceDTO) GetUpdateableCredentialAttribute() string

GetUpdateableCredentialAttribute returns the UpdateableCredentialAttribute field value if set, zero value otherwise.

func (*LdapIdentitySourceDTO) GetUpdateableCredentialAttributeOk ¶

func (o *LdapIdentitySourceDTO) GetUpdateableCredentialAttributeOk() (*string, bool)

GetUpdateableCredentialAttributeOk returns a tuple with the UpdateableCredentialAttribute field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LdapIdentitySourceDTO) GetUserPropertiesQueryString ¶

func (o *LdapIdentitySourceDTO) GetUserPropertiesQueryString() string

GetUserPropertiesQueryString returns the UserPropertiesQueryString field value if set, zero value otherwise.

func (*LdapIdentitySourceDTO) GetUserPropertiesQueryStringOk ¶

func (o *LdapIdentitySourceDTO) GetUserPropertiesQueryStringOk() (*string, bool)

GetUserPropertiesQueryStringOk returns a tuple with the UserPropertiesQueryString field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LdapIdentitySourceDTO) GetUsersCtxDN ¶

func (o *LdapIdentitySourceDTO) GetUsersCtxDN() string

GetUsersCtxDN returns the UsersCtxDN field value if set, zero value otherwise.

func (*LdapIdentitySourceDTO) GetUsersCtxDNOk ¶

func (o *LdapIdentitySourceDTO) GetUsersCtxDNOk() (*string, bool)

GetUsersCtxDNOk returns a tuple with the UsersCtxDN field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LdapIdentitySourceDTO) GetX ¶

func (o *LdapIdentitySourceDTO) GetX() float64

GetX returns the X field value if set, zero value otherwise.

func (*LdapIdentitySourceDTO) GetXOk ¶

func (o *LdapIdentitySourceDTO) GetXOk() (*float64, bool)

GetXOk returns a tuple with the X field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LdapIdentitySourceDTO) GetY ¶

func (o *LdapIdentitySourceDTO) GetY() float64

GetY returns the Y field value if set, zero value otherwise.

func (*LdapIdentitySourceDTO) GetYOk ¶

func (o *LdapIdentitySourceDTO) GetYOk() (*float64, bool)

GetYOk returns a tuple with the Y field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LdapIdentitySourceDTO) HasCredentialQueryString ¶

func (o *LdapIdentitySourceDTO) HasCredentialQueryString() bool

HasCredentialQueryString returns a boolean if a field has been set.

func (*LdapIdentitySourceDTO) HasCustomClass ¶

func (o *LdapIdentitySourceDTO) HasCustomClass() bool

HasCustomClass returns a boolean if a field has been set.

func (*LdapIdentitySourceDTO) HasDescription ¶

func (o *LdapIdentitySourceDTO) HasDescription() bool

HasDescription returns a boolean if a field has been set.

func (*LdapIdentitySourceDTO) HasElementId ¶

func (o *LdapIdentitySourceDTO) HasElementId() bool

HasElementId returns a boolean if a field has been set.

func (*LdapIdentitySourceDTO) HasId ¶

func (o *LdapIdentitySourceDTO) HasId() bool

HasId returns a boolean if a field has been set.

func (*LdapIdentitySourceDTO) HasIncludeOperationalAttributes ¶

func (o *LdapIdentitySourceDTO) HasIncludeOperationalAttributes() bool

HasIncludeOperationalAttributes returns a boolean if a field has been set.

func (*LdapIdentitySourceDTO) HasInitialContextFactory ¶

func (o *LdapIdentitySourceDTO) HasInitialContextFactory() bool

HasInitialContextFactory returns a boolean if a field has been set.

func (*LdapIdentitySourceDTO) HasLdapSearchScope ¶

func (o *LdapIdentitySourceDTO) HasLdapSearchScope() bool

HasLdapSearchScope returns a boolean if a field has been set.

func (*LdapIdentitySourceDTO) HasName ¶

func (o *LdapIdentitySourceDTO) HasName() bool

HasName returns a boolean if a field has been set.

func (*LdapIdentitySourceDTO) HasPrincipalUidAttributeID ¶

func (o *LdapIdentitySourceDTO) HasPrincipalUidAttributeID() bool

HasPrincipalUidAttributeID returns a boolean if a field has been set.

func (*LdapIdentitySourceDTO) HasProviderUrl ¶

func (o *LdapIdentitySourceDTO) HasProviderUrl() bool

HasProviderUrl returns a boolean if a field has been set.

func (*LdapIdentitySourceDTO) HasReferrals ¶

func (o *LdapIdentitySourceDTO) HasReferrals() bool

HasReferrals returns a boolean if a field has been set.

func (*LdapIdentitySourceDTO) HasRoleAttributeID ¶

func (o *LdapIdentitySourceDTO) HasRoleAttributeID() bool

HasRoleAttributeID returns a boolean if a field has been set.

func (*LdapIdentitySourceDTO) HasRoleMatchingMode ¶

func (o *LdapIdentitySourceDTO) HasRoleMatchingMode() bool

HasRoleMatchingMode returns a boolean if a field has been set.

func (*LdapIdentitySourceDTO) HasRolesCtxDN ¶

func (o *LdapIdentitySourceDTO) HasRolesCtxDN() bool

HasRolesCtxDN returns a boolean if a field has been set.

func (*LdapIdentitySourceDTO) HasSecurityAuthentication ¶

func (o *LdapIdentitySourceDTO) HasSecurityAuthentication() bool

HasSecurityAuthentication returns a boolean if a field has been set.

func (*LdapIdentitySourceDTO) HasSecurityCredential ¶

func (o *LdapIdentitySourceDTO) HasSecurityCredential() bool

HasSecurityCredential returns a boolean if a field has been set.

func (*LdapIdentitySourceDTO) HasSecurityPrincipal ¶

func (o *LdapIdentitySourceDTO) HasSecurityPrincipal() bool

HasSecurityPrincipal returns a boolean if a field has been set.

func (*LdapIdentitySourceDTO) HasUidAttributeID ¶

func (o *LdapIdentitySourceDTO) HasUidAttributeID() bool

HasUidAttributeID returns a boolean if a field has been set.

func (*LdapIdentitySourceDTO) HasUpdatePasswordEnabled ¶

func (o *LdapIdentitySourceDTO) HasUpdatePasswordEnabled() bool

HasUpdatePasswordEnabled returns a boolean if a field has been set.

func (*LdapIdentitySourceDTO) HasUpdateableCredentialAttribute ¶

func (o *LdapIdentitySourceDTO) HasUpdateableCredentialAttribute() bool

HasUpdateableCredentialAttribute returns a boolean if a field has been set.

func (*LdapIdentitySourceDTO) HasUserPropertiesQueryString ¶

func (o *LdapIdentitySourceDTO) HasUserPropertiesQueryString() bool

HasUserPropertiesQueryString returns a boolean if a field has been set.

func (*LdapIdentitySourceDTO) HasUsersCtxDN ¶

func (o *LdapIdentitySourceDTO) HasUsersCtxDN() bool

HasUsersCtxDN returns a boolean if a field has been set.

func (*LdapIdentitySourceDTO) HasX ¶

func (o *LdapIdentitySourceDTO) HasX() bool

HasX returns a boolean if a field has been set.

func (*LdapIdentitySourceDTO) HasY ¶

func (o *LdapIdentitySourceDTO) HasY() bool

HasY returns a boolean if a field has been set.

func (LdapIdentitySourceDTO) MarshalJSON ¶

func (o LdapIdentitySourceDTO) MarshalJSON() ([]byte, error)

func (*LdapIdentitySourceDTO) SetCredentialQueryString ¶

func (o *LdapIdentitySourceDTO) SetCredentialQueryString(v string)

SetCredentialQueryString gets a reference to the given string and assigns it to the CredentialQueryString field.

func (*LdapIdentitySourceDTO) SetCustomClass ¶

func (o *LdapIdentitySourceDTO) SetCustomClass(v CustomClassDTO)

SetCustomClass gets a reference to the given CustomClassDTO and assigns it to the CustomClass field.

func (*LdapIdentitySourceDTO) SetDescription ¶

func (o *LdapIdentitySourceDTO) SetDescription(v string)

SetDescription gets a reference to the given string and assigns it to the Description field.

func (*LdapIdentitySourceDTO) SetElementId ¶

func (o *LdapIdentitySourceDTO) SetElementId(v string)

SetElementId gets a reference to the given string and assigns it to the ElementId field.

func (*LdapIdentitySourceDTO) SetId ¶

func (o *LdapIdentitySourceDTO) SetId(v int64)

SetId gets a reference to the given int64 and assigns it to the Id field.

func (*LdapIdentitySourceDTO) SetIncludeOperationalAttributes ¶

func (o *LdapIdentitySourceDTO) SetIncludeOperationalAttributes(v bool)

SetIncludeOperationalAttributes gets a reference to the given bool and assigns it to the IncludeOperationalAttributes field.

func (*LdapIdentitySourceDTO) SetInitialContextFactory ¶

func (o *LdapIdentitySourceDTO) SetInitialContextFactory(v string)

SetInitialContextFactory gets a reference to the given string and assigns it to the InitialContextFactory field.

func (*LdapIdentitySourceDTO) SetLdapSearchScope ¶

func (o *LdapIdentitySourceDTO) SetLdapSearchScope(v string)

SetLdapSearchScope gets a reference to the given string and assigns it to the LdapSearchScope field.

func (*LdapIdentitySourceDTO) SetName ¶

func (o *LdapIdentitySourceDTO) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*LdapIdentitySourceDTO) SetPrincipalUidAttributeID ¶

func (o *LdapIdentitySourceDTO) SetPrincipalUidAttributeID(v string)

SetPrincipalUidAttributeID gets a reference to the given string and assigns it to the PrincipalUidAttributeID field.

func (*LdapIdentitySourceDTO) SetProviderUrl ¶

func (o *LdapIdentitySourceDTO) SetProviderUrl(v string)

SetProviderUrl gets a reference to the given string and assigns it to the ProviderUrl field.

func (*LdapIdentitySourceDTO) SetReferrals ¶

func (o *LdapIdentitySourceDTO) SetReferrals(v string)

SetReferrals gets a reference to the given string and assigns it to the Referrals field.

func (*LdapIdentitySourceDTO) SetRoleAttributeID ¶

func (o *LdapIdentitySourceDTO) SetRoleAttributeID(v string)

SetRoleAttributeID gets a reference to the given string and assigns it to the RoleAttributeID field.

func (*LdapIdentitySourceDTO) SetRoleMatchingMode ¶

func (o *LdapIdentitySourceDTO) SetRoleMatchingMode(v string)

SetRoleMatchingMode gets a reference to the given string and assigns it to the RoleMatchingMode field.

func (*LdapIdentitySourceDTO) SetRolesCtxDN ¶

func (o *LdapIdentitySourceDTO) SetRolesCtxDN(v string)

SetRolesCtxDN gets a reference to the given string and assigns it to the RolesCtxDN field.

func (*LdapIdentitySourceDTO) SetSecurityAuthentication ¶

func (o *LdapIdentitySourceDTO) SetSecurityAuthentication(v string)

SetSecurityAuthentication gets a reference to the given string and assigns it to the SecurityAuthentication field.

func (*LdapIdentitySourceDTO) SetSecurityCredential ¶

func (o *LdapIdentitySourceDTO) SetSecurityCredential(v string)

SetSecurityCredential gets a reference to the given string and assigns it to the SecurityCredential field.

func (*LdapIdentitySourceDTO) SetSecurityPrincipal ¶

func (o *LdapIdentitySourceDTO) SetSecurityPrincipal(v string)

SetSecurityPrincipal gets a reference to the given string and assigns it to the SecurityPrincipal field.

func (*LdapIdentitySourceDTO) SetUidAttributeID ¶

func (o *LdapIdentitySourceDTO) SetUidAttributeID(v string)

SetUidAttributeID gets a reference to the given string and assigns it to the UidAttributeID field.

func (*LdapIdentitySourceDTO) SetUpdatePasswordEnabled ¶

func (o *LdapIdentitySourceDTO) SetUpdatePasswordEnabled(v bool)

SetUpdatePasswordEnabled gets a reference to the given bool and assigns it to the UpdatePasswordEnabled field.

func (*LdapIdentitySourceDTO) SetUpdateableCredentialAttribute ¶

func (o *LdapIdentitySourceDTO) SetUpdateableCredentialAttribute(v string)

SetUpdateableCredentialAttribute gets a reference to the given string and assigns it to the UpdateableCredentialAttribute field.

func (*LdapIdentitySourceDTO) SetUserPropertiesQueryString ¶

func (o *LdapIdentitySourceDTO) SetUserPropertiesQueryString(v string)

SetUserPropertiesQueryString gets a reference to the given string and assigns it to the UserPropertiesQueryString field.

func (*LdapIdentitySourceDTO) SetUsersCtxDN ¶

func (o *LdapIdentitySourceDTO) SetUsersCtxDN(v string)

SetUsersCtxDN gets a reference to the given string and assigns it to the UsersCtxDN field.

func (*LdapIdentitySourceDTO) SetX ¶

func (o *LdapIdentitySourceDTO) SetX(v float64)

SetX gets a reference to the given float64 and assigns it to the X field.

func (*LdapIdentitySourceDTO) SetY ¶

func (o *LdapIdentitySourceDTO) SetY(v float64)

SetY gets a reference to the given float64 and assigns it to the Y field.

func (*LdapIdentitySourceDTO) UnmarshalJSON ¶

func (o *LdapIdentitySourceDTO) UnmarshalJSON(bytes []byte) (err error)

type LocationDTO ¶

type LocationDTO struct {
	Context              *string `json:"context,omitempty"`
	ElementId            *string `json:"elementId,omitempty"`
	Host                 *string `json:"host,omitempty"`
	Id                   *int64  `json:"id,omitempty"`
	LocationAsString     *string `json:"locationAsString,omitempty"`
	Port                 *int32  `json:"port,omitempty"`
	Protocol             *string `json:"protocol,omitempty"`
	Uri                  *string `json:"uri,omitempty"`
	AdditionalProperties map[string]interface{}
}

LocationDTO struct for LocationDTO

func NewLocationDTO ¶

func NewLocationDTO() *LocationDTO

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

func NewLocationDTOWithDefaults ¶

func NewLocationDTOWithDefaults() *LocationDTO

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

func (*LocationDTO) GetContext ¶

func (o *LocationDTO) GetContext() string

GetContext returns the Context field value if set, zero value otherwise.

func (*LocationDTO) GetContextOk ¶

func (o *LocationDTO) GetContextOk() (*string, bool)

GetContextOk returns a tuple with the Context field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LocationDTO) GetElementId ¶

func (o *LocationDTO) GetElementId() string

GetElementId returns the ElementId field value if set, zero value otherwise.

func (*LocationDTO) GetElementIdOk ¶

func (o *LocationDTO) GetElementIdOk() (*string, bool)

GetElementIdOk returns a tuple with the ElementId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LocationDTO) GetHost ¶

func (o *LocationDTO) GetHost() string

GetHost returns the Host field value if set, zero value otherwise.

func (*LocationDTO) GetHostOk ¶

func (o *LocationDTO) GetHostOk() (*string, bool)

GetHostOk returns a tuple with the Host field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LocationDTO) GetId ¶

func (o *LocationDTO) GetId() int64

GetId returns the Id field value if set, zero value otherwise.

func (*LocationDTO) GetIdOk ¶

func (o *LocationDTO) GetIdOk() (*int64, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LocationDTO) GetLocationAsString ¶

func (o *LocationDTO) GetLocationAsString() string

GetLocationAsString returns the LocationAsString field value if set, zero value otherwise.

func (*LocationDTO) GetLocationAsStringOk ¶

func (o *LocationDTO) GetLocationAsStringOk() (*string, bool)

GetLocationAsStringOk returns a tuple with the LocationAsString field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LocationDTO) GetPort ¶

func (o *LocationDTO) GetPort() int32

GetPort returns the Port field value if set, zero value otherwise.

func (*LocationDTO) GetPortOk ¶

func (o *LocationDTO) GetPortOk() (*int32, bool)

GetPortOk returns a tuple with the Port field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LocationDTO) GetProtocol ¶

func (o *LocationDTO) GetProtocol() string

GetProtocol returns the Protocol field value if set, zero value otherwise.

func (*LocationDTO) GetProtocolOk ¶

func (o *LocationDTO) GetProtocolOk() (*string, bool)

GetProtocolOk returns a tuple with the Protocol field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LocationDTO) GetUri ¶

func (o *LocationDTO) GetUri() string

GetUri returns the Uri field value if set, zero value otherwise.

func (*LocationDTO) GetUriOk ¶

func (o *LocationDTO) GetUriOk() (*string, bool)

GetUriOk returns a tuple with the Uri field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LocationDTO) HasContext ¶

func (o *LocationDTO) HasContext() bool

HasContext returns a boolean if a field has been set.

func (*LocationDTO) HasElementId ¶

func (o *LocationDTO) HasElementId() bool

HasElementId returns a boolean if a field has been set.

func (*LocationDTO) HasHost ¶

func (o *LocationDTO) HasHost() bool

HasHost returns a boolean if a field has been set.

func (*LocationDTO) HasId ¶

func (o *LocationDTO) HasId() bool

HasId returns a boolean if a field has been set.

func (*LocationDTO) HasLocationAsString ¶

func (o *LocationDTO) HasLocationAsString() bool

HasLocationAsString returns a boolean if a field has been set.

func (*LocationDTO) HasPort ¶

func (o *LocationDTO) HasPort() bool

HasPort returns a boolean if a field has been set.

func (*LocationDTO) HasProtocol ¶

func (o *LocationDTO) HasProtocol() bool

HasProtocol returns a boolean if a field has been set.

func (*LocationDTO) HasUri ¶

func (o *LocationDTO) HasUri() bool

HasUri returns a boolean if a field has been set.

func (LocationDTO) MarshalJSON ¶

func (o LocationDTO) MarshalJSON() ([]byte, error)

func (*LocationDTO) SetContext ¶

func (o *LocationDTO) SetContext(v string)

SetContext gets a reference to the given string and assigns it to the Context field.

func (*LocationDTO) SetElementId ¶

func (o *LocationDTO) SetElementId(v string)

SetElementId gets a reference to the given string and assigns it to the ElementId field.

func (*LocationDTO) SetHost ¶

func (o *LocationDTO) SetHost(v string)

SetHost gets a reference to the given string and assigns it to the Host field.

func (*LocationDTO) SetId ¶

func (o *LocationDTO) SetId(v int64)

SetId gets a reference to the given int64 and assigns it to the Id field.

func (*LocationDTO) SetLocationAsString ¶

func (o *LocationDTO) SetLocationAsString(v string)

SetLocationAsString gets a reference to the given string and assigns it to the LocationAsString field.

func (*LocationDTO) SetPort ¶

func (o *LocationDTO) SetPort(v int32)

SetPort gets a reference to the given int32 and assigns it to the Port field.

func (*LocationDTO) SetProtocol ¶

func (o *LocationDTO) SetProtocol(v string)

SetProtocol gets a reference to the given string and assigns it to the Protocol field.

func (*LocationDTO) SetUri ¶

func (o *LocationDTO) SetUri(v string)

SetUri gets a reference to the given string and assigns it to the Uri field.

func (*LocationDTO) UnmarshalJSON ¶

func (o *LocationDTO) UnmarshalJSON(bytes []byte) (err error)

type NodeGraphData ¶

type NodeGraphData struct {
	ID    string `json:"id"`
	Label string `json:"label,omitempty"`
	Color string `json:"color,omitempty"`
	Shape string `json:"shape,omitempty"`
}

type NullableAccountLinkagePolicyDTO ¶

type NullableAccountLinkagePolicyDTO struct {
	// contains filtered or unexported fields
}

func (NullableAccountLinkagePolicyDTO) Get ¶

func (NullableAccountLinkagePolicyDTO) IsSet ¶

func (NullableAccountLinkagePolicyDTO) MarshalJSON ¶

func (v NullableAccountLinkagePolicyDTO) MarshalJSON() ([]byte, error)

func (*NullableAccountLinkagePolicyDTO) Set ¶

func (*NullableAccountLinkagePolicyDTO) UnmarshalJSON ¶

func (v *NullableAccountLinkagePolicyDTO) UnmarshalJSON(src []byte) error

func (*NullableAccountLinkagePolicyDTO) Unset ¶

type NullableActivateExecEnvReq ¶

type NullableActivateExecEnvReq struct {
	// contains filtered or unexported fields
}

func NewNullableActivateExecEnvReq ¶

func NewNullableActivateExecEnvReq(val *ActivateExecEnvReq) *NullableActivateExecEnvReq

func (NullableActivateExecEnvReq) Get ¶

func (NullableActivateExecEnvReq) IsSet ¶

func (v NullableActivateExecEnvReq) IsSet() bool

func (NullableActivateExecEnvReq) MarshalJSON ¶

func (v NullableActivateExecEnvReq) MarshalJSON() ([]byte, error)

func (*NullableActivateExecEnvReq) Set ¶

func (*NullableActivateExecEnvReq) UnmarshalJSON ¶

func (v *NullableActivateExecEnvReq) UnmarshalJSON(src []byte) error

func (*NullableActivateExecEnvReq) Unset ¶

func (v *NullableActivateExecEnvReq) Unset()

type NullableActivateExecEnvRes ¶

type NullableActivateExecEnvRes struct {
	// contains filtered or unexported fields
}

func NewNullableActivateExecEnvRes ¶

func NewNullableActivateExecEnvRes(val *ActivateExecEnvRes) *NullableActivateExecEnvRes

func (NullableActivateExecEnvRes) Get ¶

func (NullableActivateExecEnvRes) IsSet ¶

func (v NullableActivateExecEnvRes) IsSet() bool

func (NullableActivateExecEnvRes) MarshalJSON ¶

func (v NullableActivateExecEnvRes) MarshalJSON() ([]byte, error)

func (*NullableActivateExecEnvRes) Set ¶

func (*NullableActivateExecEnvRes) UnmarshalJSON ¶

func (v *NullableActivateExecEnvRes) UnmarshalJSON(src []byte) error

func (*NullableActivateExecEnvRes) Unset ¶

func (v *NullableActivateExecEnvRes) Unset()

type NullableActivationDTO ¶

type NullableActivationDTO struct {
	// contains filtered or unexported fields
}

func NewNullableActivationDTO ¶

func NewNullableActivationDTO(val *ActivationDTO) *NullableActivationDTO

func (NullableActivationDTO) Get ¶

func (NullableActivationDTO) IsSet ¶

func (v NullableActivationDTO) IsSet() bool

func (NullableActivationDTO) MarshalJSON ¶

func (v NullableActivationDTO) MarshalJSON() ([]byte, error)

func (*NullableActivationDTO) Set ¶

func (v *NullableActivationDTO) Set(val *ActivationDTO)

func (*NullableActivationDTO) UnmarshalJSON ¶

func (v *NullableActivationDTO) UnmarshalJSON(src []byte) error

func (*NullableActivationDTO) Unset ¶

func (v *NullableActivationDTO) Unset()

type NullableAttributeMapperProfileDTO ¶

type NullableAttributeMapperProfileDTO struct {
	// contains filtered or unexported fields
}

func (NullableAttributeMapperProfileDTO) Get ¶

func (NullableAttributeMapperProfileDTO) IsSet ¶

func (NullableAttributeMapperProfileDTO) MarshalJSON ¶

func (v NullableAttributeMapperProfileDTO) MarshalJSON() ([]byte, error)

func (*NullableAttributeMapperProfileDTO) Set ¶

func (*NullableAttributeMapperProfileDTO) UnmarshalJSON ¶

func (v *NullableAttributeMapperProfileDTO) UnmarshalJSON(src []byte) error

func (*NullableAttributeMapperProfileDTO) Unset ¶

type NullableAttributeMappingDTO ¶

type NullableAttributeMappingDTO struct {
	// contains filtered or unexported fields
}

func (NullableAttributeMappingDTO) Get ¶

func (NullableAttributeMappingDTO) IsSet ¶

func (NullableAttributeMappingDTO) MarshalJSON ¶

func (v NullableAttributeMappingDTO) MarshalJSON() ([]byte, error)

func (*NullableAttributeMappingDTO) Set ¶

func (*NullableAttributeMappingDTO) UnmarshalJSON ¶

func (v *NullableAttributeMappingDTO) UnmarshalJSON(src []byte) error

func (*NullableAttributeMappingDTO) Unset ¶

func (v *NullableAttributeMappingDTO) Unset()

type NullableAttributeProfileDTO ¶

type NullableAttributeProfileDTO struct {
	// contains filtered or unexported fields
}

func (NullableAttributeProfileDTO) Get ¶

func (NullableAttributeProfileDTO) IsSet ¶

func (NullableAttributeProfileDTO) MarshalJSON ¶

func (v NullableAttributeProfileDTO) MarshalJSON() ([]byte, error)

func (*NullableAttributeProfileDTO) Set ¶

func (*NullableAttributeProfileDTO) UnmarshalJSON ¶

func (v *NullableAttributeProfileDTO) UnmarshalJSON(src []byte) error

func (*NullableAttributeProfileDTO) Unset ¶

func (v *NullableAttributeProfileDTO) Unset()

type NullableAttributeValueDTO ¶

type NullableAttributeValueDTO struct {
	// contains filtered or unexported fields
}

func NewNullableAttributeValueDTO ¶

func NewNullableAttributeValueDTO(val *AttributeValueDTO) *NullableAttributeValueDTO

func (NullableAttributeValueDTO) Get ¶

func (NullableAttributeValueDTO) IsSet ¶

func (v NullableAttributeValueDTO) IsSet() bool

func (NullableAttributeValueDTO) MarshalJSON ¶

func (v NullableAttributeValueDTO) MarshalJSON() ([]byte, error)

func (*NullableAttributeValueDTO) Set ¶

func (*NullableAttributeValueDTO) UnmarshalJSON ¶

func (v *NullableAttributeValueDTO) UnmarshalJSON(src []byte) error

func (*NullableAttributeValueDTO) Unset ¶

func (v *NullableAttributeValueDTO) Unset()

type NullableAuthenticationAssertionEmissionPolicyDTO ¶

type NullableAuthenticationAssertionEmissionPolicyDTO struct {
	// contains filtered or unexported fields
}

func (NullableAuthenticationAssertionEmissionPolicyDTO) Get ¶

func (NullableAuthenticationAssertionEmissionPolicyDTO) IsSet ¶

func (NullableAuthenticationAssertionEmissionPolicyDTO) MarshalJSON ¶

func (*NullableAuthenticationAssertionEmissionPolicyDTO) Set ¶

func (*NullableAuthenticationAssertionEmissionPolicyDTO) UnmarshalJSON ¶

func (*NullableAuthenticationAssertionEmissionPolicyDTO) Unset ¶

type NullableAuthenticationContractDTO ¶

type NullableAuthenticationContractDTO struct {
	// contains filtered or unexported fields
}

func (NullableAuthenticationContractDTO) Get ¶

func (NullableAuthenticationContractDTO) IsSet ¶

func (NullableAuthenticationContractDTO) MarshalJSON ¶

func (v NullableAuthenticationContractDTO) MarshalJSON() ([]byte, error)

func (*NullableAuthenticationContractDTO) Set ¶

func (*NullableAuthenticationContractDTO) UnmarshalJSON ¶

func (v *NullableAuthenticationContractDTO) UnmarshalJSON(src []byte) error

func (*NullableAuthenticationContractDTO) Unset ¶

type NullableAuthenticationMechanismDTO ¶

type NullableAuthenticationMechanismDTO struct {
	// contains filtered or unexported fields
}

func (NullableAuthenticationMechanismDTO) Get ¶

func (NullableAuthenticationMechanismDTO) IsSet ¶

func (NullableAuthenticationMechanismDTO) MarshalJSON ¶

func (v NullableAuthenticationMechanismDTO) MarshalJSON() ([]byte, error)

func (*NullableAuthenticationMechanismDTO) Set ¶

func (*NullableAuthenticationMechanismDTO) UnmarshalJSON ¶

func (v *NullableAuthenticationMechanismDTO) UnmarshalJSON(src []byte) error

func (*NullableAuthenticationMechanismDTO) Unset ¶

type NullableAuthenticationServiceDTO ¶

type NullableAuthenticationServiceDTO struct {
	// contains filtered or unexported fields
}

func (NullableAuthenticationServiceDTO) Get ¶

func (NullableAuthenticationServiceDTO) IsSet ¶

func (NullableAuthenticationServiceDTO) MarshalJSON ¶

func (v NullableAuthenticationServiceDTO) MarshalJSON() ([]byte, error)

func (*NullableAuthenticationServiceDTO) Set ¶

func (*NullableAuthenticationServiceDTO) UnmarshalJSON ¶

func (v *NullableAuthenticationServiceDTO) UnmarshalJSON(src []byte) error

func (*NullableAuthenticationServiceDTO) Unset ¶

type NullableAzureOpenIDConnectIdentityProviderDTO ¶ added in v0.2.2

type NullableAzureOpenIDConnectIdentityProviderDTO struct {
	// contains filtered or unexported fields
}

func (NullableAzureOpenIDConnectIdentityProviderDTO) Get ¶ added in v0.2.2

func (NullableAzureOpenIDConnectIdentityProviderDTO) IsSet ¶ added in v0.2.2

func (NullableAzureOpenIDConnectIdentityProviderDTO) MarshalJSON ¶ added in v0.2.2

func (*NullableAzureOpenIDConnectIdentityProviderDTO) Set ¶ added in v0.2.2

func (*NullableAzureOpenIDConnectIdentityProviderDTO) UnmarshalJSON ¶ added in v0.2.2

func (*NullableAzureOpenIDConnectIdentityProviderDTO) Unset ¶ added in v0.2.2

type NullableBasicAuthenticationDTO ¶

type NullableBasicAuthenticationDTO struct {
	// contains filtered or unexported fields
}

func (NullableBasicAuthenticationDTO) Get ¶

func (NullableBasicAuthenticationDTO) IsSet ¶

func (NullableBasicAuthenticationDTO) MarshalJSON ¶

func (v NullableBasicAuthenticationDTO) MarshalJSON() ([]byte, error)

func (*NullableBasicAuthenticationDTO) Set ¶

func (*NullableBasicAuthenticationDTO) UnmarshalJSON ¶

func (v *NullableBasicAuthenticationDTO) UnmarshalJSON(src []byte) error

func (*NullableBasicAuthenticationDTO) Unset ¶

func (v *NullableBasicAuthenticationDTO) Unset()

type NullableBindAuthenticationDTO ¶ added in v0.2.0

type NullableBindAuthenticationDTO struct {
	// contains filtered or unexported fields
}

func NewNullableBindAuthenticationDTO ¶ added in v0.2.0

func NewNullableBindAuthenticationDTO(val *BindAuthenticationDTO) *NullableBindAuthenticationDTO

func (NullableBindAuthenticationDTO) Get ¶ added in v0.2.0

func (NullableBindAuthenticationDTO) IsSet ¶ added in v0.2.0

func (NullableBindAuthenticationDTO) MarshalJSON ¶ added in v0.2.0

func (v NullableBindAuthenticationDTO) MarshalJSON() ([]byte, error)

func (*NullableBindAuthenticationDTO) Set ¶ added in v0.2.0

func (*NullableBindAuthenticationDTO) UnmarshalJSON ¶ added in v0.2.0

func (v *NullableBindAuthenticationDTO) UnmarshalJSON(src []byte) error

func (*NullableBindAuthenticationDTO) Unset ¶ added in v0.2.0

func (v *NullableBindAuthenticationDTO) Unset()

type NullableBool ¶

type NullableBool struct {
	// contains filtered or unexported fields
}

func NewNullableBool ¶

func NewNullableBool(val *bool) *NullableBool

func (NullableBool) Get ¶

func (v NullableBool) Get() *bool

func (NullableBool) IsSet ¶

func (v NullableBool) IsSet() bool

func (NullableBool) MarshalJSON ¶

func (v NullableBool) MarshalJSON() ([]byte, error)

func (*NullableBool) Set ¶

func (v *NullableBool) Set(val *bool)

func (*NullableBool) UnmarshalJSON ¶

func (v *NullableBool) UnmarshalJSON(src []byte) error

func (*NullableBool) Unset ¶

func (v *NullableBool) Unset()

type NullableBuiltInAttributeProfileDTO ¶

type NullableBuiltInAttributeProfileDTO struct {
	// contains filtered or unexported fields
}

func (NullableBuiltInAttributeProfileDTO) Get ¶

func (NullableBuiltInAttributeProfileDTO) IsSet ¶

func (NullableBuiltInAttributeProfileDTO) MarshalJSON ¶

func (v NullableBuiltInAttributeProfileDTO) MarshalJSON() ([]byte, error)

func (*NullableBuiltInAttributeProfileDTO) Set ¶

func (*NullableBuiltInAttributeProfileDTO) UnmarshalJSON ¶

func (v *NullableBuiltInAttributeProfileDTO) UnmarshalJSON(src []byte) error

func (*NullableBuiltInAttributeProfileDTO) Unset ¶

type NullableBundleDescr ¶ added in v0.5.0

type NullableBundleDescr struct {
	// contains filtered or unexported fields
}

func NewNullableBundleDescr ¶ added in v0.5.0

func NewNullableBundleDescr(val *BundleDescr) *NullableBundleDescr

func (NullableBundleDescr) Get ¶ added in v0.5.0

func (NullableBundleDescr) IsSet ¶ added in v0.5.0

func (v NullableBundleDescr) IsSet() bool

func (NullableBundleDescr) MarshalJSON ¶ added in v0.5.0

func (v NullableBundleDescr) MarshalJSON() ([]byte, error)

func (*NullableBundleDescr) Set ¶ added in v0.5.0

func (v *NullableBundleDescr) Set(val *BundleDescr)

func (*NullableBundleDescr) UnmarshalJSON ¶ added in v0.5.0

func (v *NullableBundleDescr) UnmarshalJSON(src []byte) error

func (*NullableBundleDescr) Unset ¶ added in v0.5.0

func (v *NullableBundleDescr) Unset()

type NullableCalcLayoutReq ¶ added in v0.2.3

type NullableCalcLayoutReq struct {
	// contains filtered or unexported fields
}

func NewNullableCalcLayoutReq ¶ added in v0.2.3

func NewNullableCalcLayoutReq(val *CalcLayoutReq) *NullableCalcLayoutReq

func (NullableCalcLayoutReq) Get ¶ added in v0.2.3

func (NullableCalcLayoutReq) IsSet ¶ added in v0.2.3

func (v NullableCalcLayoutReq) IsSet() bool

func (NullableCalcLayoutReq) MarshalJSON ¶ added in v0.2.3

func (v NullableCalcLayoutReq) MarshalJSON() ([]byte, error)

func (*NullableCalcLayoutReq) Set ¶ added in v0.2.3

func (v *NullableCalcLayoutReq) Set(val *CalcLayoutReq)

func (*NullableCalcLayoutReq) UnmarshalJSON ¶ added in v0.2.3

func (v *NullableCalcLayoutReq) UnmarshalJSON(src []byte) error

func (*NullableCalcLayoutReq) Unset ¶ added in v0.2.3

func (v *NullableCalcLayoutReq) Unset()

type NullableCalcLayoutRes ¶ added in v0.2.3

type NullableCalcLayoutRes struct {
	// contains filtered or unexported fields
}

func NewNullableCalcLayoutRes ¶ added in v0.2.3

func NewNullableCalcLayoutRes(val *CalcLayoutRes) *NullableCalcLayoutRes

func (NullableCalcLayoutRes) Get ¶ added in v0.2.3

func (NullableCalcLayoutRes) IsSet ¶ added in v0.2.3

func (v NullableCalcLayoutRes) IsSet() bool

func (NullableCalcLayoutRes) MarshalJSON ¶ added in v0.2.3

func (v NullableCalcLayoutRes) MarshalJSON() ([]byte, error)

func (*NullableCalcLayoutRes) Set ¶ added in v0.2.3

func (v *NullableCalcLayoutRes) Set(val *CalcLayoutRes)

func (*NullableCalcLayoutRes) UnmarshalJSON ¶ added in v0.2.3

func (v *NullableCalcLayoutRes) UnmarshalJSON(src []byte) error

func (*NullableCalcLayoutRes) Unset ¶ added in v0.2.3

func (v *NullableCalcLayoutRes) Unset()

type NullableClientCertAuthnServiceDTO ¶ added in v0.2.0

type NullableClientCertAuthnServiceDTO struct {
	// contains filtered or unexported fields
}

func NewNullableClientCertAuthnServiceDTO ¶ added in v0.2.0

func NewNullableClientCertAuthnServiceDTO(val *ClientCertAuthnServiceDTO) *NullableClientCertAuthnServiceDTO

func (NullableClientCertAuthnServiceDTO) Get ¶ added in v0.2.0

func (NullableClientCertAuthnServiceDTO) IsSet ¶ added in v0.2.0

func (NullableClientCertAuthnServiceDTO) MarshalJSON ¶ added in v0.2.0

func (v NullableClientCertAuthnServiceDTO) MarshalJSON() ([]byte, error)

func (*NullableClientCertAuthnServiceDTO) Set ¶ added in v0.2.0

func (*NullableClientCertAuthnServiceDTO) UnmarshalJSON ¶ added in v0.2.0

func (v *NullableClientCertAuthnServiceDTO) UnmarshalJSON(src []byte) error

func (*NullableClientCertAuthnServiceDTO) Unset ¶ added in v0.2.0

type NullableCustomAuthnServiceDTO ¶ added in v0.4.4

type NullableCustomAuthnServiceDTO struct {
	// contains filtered or unexported fields
}

func NewNullableCustomAuthnServiceDTO ¶ added in v0.4.4

func NewNullableCustomAuthnServiceDTO(val *CustomAuthnServiceDTO) *NullableCustomAuthnServiceDTO

func (NullableCustomAuthnServiceDTO) Get ¶ added in v0.4.4

func (NullableCustomAuthnServiceDTO) IsSet ¶ added in v0.4.4

func (NullableCustomAuthnServiceDTO) MarshalJSON ¶ added in v0.4.4

func (v NullableCustomAuthnServiceDTO) MarshalJSON() ([]byte, error)

func (*NullableCustomAuthnServiceDTO) Set ¶ added in v0.4.4

func (*NullableCustomAuthnServiceDTO) UnmarshalJSON ¶ added in v0.4.4

func (v *NullableCustomAuthnServiceDTO) UnmarshalJSON(src []byte) error

func (*NullableCustomAuthnServiceDTO) Unset ¶ added in v0.4.4

func (v *NullableCustomAuthnServiceDTO) Unset()

type NullableCustomBrandingDefinitionDTO ¶ added in v0.2.3

type NullableCustomBrandingDefinitionDTO struct {
	// contains filtered or unexported fields
}

func NewNullableCustomBrandingDefinitionDTO ¶ added in v0.2.3

func NewNullableCustomBrandingDefinitionDTO(val *CustomBrandingDefinitionDTO) *NullableCustomBrandingDefinitionDTO

func (NullableCustomBrandingDefinitionDTO) Get ¶ added in v0.2.3

func (NullableCustomBrandingDefinitionDTO) IsSet ¶ added in v0.2.3

func (NullableCustomBrandingDefinitionDTO) MarshalJSON ¶ added in v0.2.3

func (v NullableCustomBrandingDefinitionDTO) MarshalJSON() ([]byte, error)

func (*NullableCustomBrandingDefinitionDTO) Set ¶ added in v0.2.3

func (*NullableCustomBrandingDefinitionDTO) UnmarshalJSON ¶ added in v0.2.3

func (v *NullableCustomBrandingDefinitionDTO) UnmarshalJSON(src []byte) error

func (*NullableCustomBrandingDefinitionDTO) Unset ¶ added in v0.2.3

type NullableCustomClassDTO ¶

type NullableCustomClassDTO struct {
	// contains filtered or unexported fields
}

func NewNullableCustomClassDTO ¶

func NewNullableCustomClassDTO(val *CustomClassDTO) *NullableCustomClassDTO

func (NullableCustomClassDTO) Get ¶

func (NullableCustomClassDTO) IsSet ¶

func (v NullableCustomClassDTO) IsSet() bool

func (NullableCustomClassDTO) MarshalJSON ¶

func (v NullableCustomClassDTO) MarshalJSON() ([]byte, error)

func (*NullableCustomClassDTO) Set ¶

func (*NullableCustomClassDTO) UnmarshalJSON ¶

func (v *NullableCustomClassDTO) UnmarshalJSON(src []byte) error

func (*NullableCustomClassDTO) Unset ¶

func (v *NullableCustomClassDTO) Unset()

type NullableCustomClassPropertyDTO ¶

type NullableCustomClassPropertyDTO struct {
	// contains filtered or unexported fields
}

func (NullableCustomClassPropertyDTO) Get ¶

func (NullableCustomClassPropertyDTO) IsSet ¶

func (NullableCustomClassPropertyDTO) MarshalJSON ¶

func (v NullableCustomClassPropertyDTO) MarshalJSON() ([]byte, error)

func (*NullableCustomClassPropertyDTO) Set ¶

func (*NullableCustomClassPropertyDTO) UnmarshalJSON ¶

func (v *NullableCustomClassPropertyDTO) UnmarshalJSON(src []byte) error

func (*NullableCustomClassPropertyDTO) Unset ¶

func (v *NullableCustomClassPropertyDTO) Unset()

type NullableDbIdentitySourceDTO ¶

type NullableDbIdentitySourceDTO struct {
	// contains filtered or unexported fields
}

func (NullableDbIdentitySourceDTO) Get ¶

func (NullableDbIdentitySourceDTO) IsSet ¶

func (NullableDbIdentitySourceDTO) MarshalJSON ¶

func (v NullableDbIdentitySourceDTO) MarshalJSON() ([]byte, error)

func (*NullableDbIdentitySourceDTO) Set ¶

func (*NullableDbIdentitySourceDTO) UnmarshalJSON ¶

func (v *NullableDbIdentitySourceDTO) UnmarshalJSON(src []byte) error

func (*NullableDbIdentitySourceDTO) Unset ¶

func (v *NullableDbIdentitySourceDTO) Unset()

type NullableDbIdentityVaultDTO ¶

type NullableDbIdentityVaultDTO struct {
	// contains filtered or unexported fields
}

func NewNullableDbIdentityVaultDTO ¶

func NewNullableDbIdentityVaultDTO(val *DbIdentityVaultDTO) *NullableDbIdentityVaultDTO

func (NullableDbIdentityVaultDTO) Get ¶

func (NullableDbIdentityVaultDTO) IsSet ¶

func (v NullableDbIdentityVaultDTO) IsSet() bool

func (NullableDbIdentityVaultDTO) MarshalJSON ¶

func (v NullableDbIdentityVaultDTO) MarshalJSON() ([]byte, error)

func (*NullableDbIdentityVaultDTO) Set ¶

func (*NullableDbIdentityVaultDTO) UnmarshalJSON ¶

func (v *NullableDbIdentityVaultDTO) UnmarshalJSON(src []byte) error

func (*NullableDbIdentityVaultDTO) Unset ¶

func (v *NullableDbIdentityVaultDTO) Unset()

type NullableDelegatedAuthenticationDTO ¶

type NullableDelegatedAuthenticationDTO struct {
	// contains filtered or unexported fields
}

func (NullableDelegatedAuthenticationDTO) Get ¶

func (NullableDelegatedAuthenticationDTO) IsSet ¶

func (NullableDelegatedAuthenticationDTO) MarshalJSON ¶

func (v NullableDelegatedAuthenticationDTO) MarshalJSON() ([]byte, error)

func (*NullableDelegatedAuthenticationDTO) Set ¶

func (*NullableDelegatedAuthenticationDTO) UnmarshalJSON ¶

func (v *NullableDelegatedAuthenticationDTO) UnmarshalJSON(src []byte) error

func (*NullableDelegatedAuthenticationDTO) Unset ¶

type NullableDeleteBrandingReq ¶ added in v0.2.3

type NullableDeleteBrandingReq struct {
	// contains filtered or unexported fields
}

func NewNullableDeleteBrandingReq ¶ added in v0.2.3

func NewNullableDeleteBrandingReq(val *DeleteBrandingReq) *NullableDeleteBrandingReq

func (NullableDeleteBrandingReq) Get ¶ added in v0.2.3

func (NullableDeleteBrandingReq) IsSet ¶ added in v0.2.3

func (v NullableDeleteBrandingReq) IsSet() bool

func (NullableDeleteBrandingReq) MarshalJSON ¶ added in v0.2.3

func (v NullableDeleteBrandingReq) MarshalJSON() ([]byte, error)

func (*NullableDeleteBrandingReq) Set ¶ added in v0.2.3

func (*NullableDeleteBrandingReq) UnmarshalJSON ¶ added in v0.2.3

func (v *NullableDeleteBrandingReq) UnmarshalJSON(src []byte) error

func (*NullableDeleteBrandingReq) Unset ¶ added in v0.2.3

func (v *NullableDeleteBrandingReq) Unset()

type NullableDeleteBrandingRes ¶ added in v0.2.3

type NullableDeleteBrandingRes struct {
	// contains filtered or unexported fields
}

func NewNullableDeleteBrandingRes ¶ added in v0.2.3

func NewNullableDeleteBrandingRes(val *DeleteBrandingRes) *NullableDeleteBrandingRes

func (NullableDeleteBrandingRes) Get ¶ added in v0.2.3

func (NullableDeleteBrandingRes) IsSet ¶ added in v0.2.3

func (v NullableDeleteBrandingRes) IsSet() bool

func (NullableDeleteBrandingRes) MarshalJSON ¶ added in v0.2.3

func (v NullableDeleteBrandingRes) MarshalJSON() ([]byte, error)

func (*NullableDeleteBrandingRes) Set ¶ added in v0.2.3

func (*NullableDeleteBrandingRes) UnmarshalJSON ¶ added in v0.2.3

func (v *NullableDeleteBrandingRes) UnmarshalJSON(src []byte) error

func (*NullableDeleteBrandingRes) Unset ¶ added in v0.2.3

func (v *NullableDeleteBrandingRes) Unset()

type NullableDeleteReq ¶

type NullableDeleteReq struct {
	// contains filtered or unexported fields
}

func NewNullableDeleteReq ¶

func NewNullableDeleteReq(val *DeleteReq) *NullableDeleteReq

func (NullableDeleteReq) Get ¶

func (v NullableDeleteReq) Get() *DeleteReq

func (NullableDeleteReq) IsSet ¶

func (v NullableDeleteReq) IsSet() bool

func (NullableDeleteReq) MarshalJSON ¶

func (v NullableDeleteReq) MarshalJSON() ([]byte, error)

func (*NullableDeleteReq) Set ¶

func (v *NullableDeleteReq) Set(val *DeleteReq)

func (*NullableDeleteReq) UnmarshalJSON ¶

func (v *NullableDeleteReq) UnmarshalJSON(src []byte) error

func (*NullableDeleteReq) Unset ¶

func (v *NullableDeleteReq) Unset()

type NullableDeleteRes ¶

type NullableDeleteRes struct {
	// contains filtered or unexported fields
}

func NewNullableDeleteRes ¶

func NewNullableDeleteRes(val *DeleteRes) *NullableDeleteRes

func (NullableDeleteRes) Get ¶

func (v NullableDeleteRes) Get() *DeleteRes

func (NullableDeleteRes) IsSet ¶

func (v NullableDeleteRes) IsSet() bool

func (NullableDeleteRes) MarshalJSON ¶

func (v NullableDeleteRes) MarshalJSON() ([]byte, error)

func (*NullableDeleteRes) Set ¶

func (v *NullableDeleteRes) Set(val *DeleteRes)

func (*NullableDeleteRes) UnmarshalJSON ¶

func (v *NullableDeleteRes) UnmarshalJSON(src []byte) error

func (*NullableDeleteRes) Unset ¶

func (v *NullableDeleteRes) Unset()

type NullableDirectoryAuthenticationServiceDTO ¶ added in v0.2.0

type NullableDirectoryAuthenticationServiceDTO struct {
	// contains filtered or unexported fields
}

func NewNullableDirectoryAuthenticationServiceDTO ¶ added in v0.2.0

func NewNullableDirectoryAuthenticationServiceDTO(val *DirectoryAuthenticationServiceDTO) *NullableDirectoryAuthenticationServiceDTO

func (NullableDirectoryAuthenticationServiceDTO) Get ¶ added in v0.2.0

func (NullableDirectoryAuthenticationServiceDTO) IsSet ¶ added in v0.2.0

func (NullableDirectoryAuthenticationServiceDTO) MarshalJSON ¶ added in v0.2.0

func (*NullableDirectoryAuthenticationServiceDTO) Set ¶ added in v0.2.0

func (*NullableDirectoryAuthenticationServiceDTO) UnmarshalJSON ¶ added in v0.2.0

func (v *NullableDirectoryAuthenticationServiceDTO) UnmarshalJSON(src []byte) error

func (*NullableDirectoryAuthenticationServiceDTO) Unset ¶ added in v0.2.0

type NullableEmbeddedIdentityVaultDTO ¶

type NullableEmbeddedIdentityVaultDTO struct {
	// contains filtered or unexported fields
}

func (NullableEmbeddedIdentityVaultDTO) Get ¶

func (NullableEmbeddedIdentityVaultDTO) IsSet ¶

func (NullableEmbeddedIdentityVaultDTO) MarshalJSON ¶

func (v NullableEmbeddedIdentityVaultDTO) MarshalJSON() ([]byte, error)

func (*NullableEmbeddedIdentityVaultDTO) Set ¶

func (*NullableEmbeddedIdentityVaultDTO) UnmarshalJSON ¶

func (v *NullableEmbeddedIdentityVaultDTO) UnmarshalJSON(src []byte) error

func (*NullableEmbeddedIdentityVaultDTO) Unset ¶

type NullableEntitySelectionStrategyDTO ¶

type NullableEntitySelectionStrategyDTO struct {
	// contains filtered or unexported fields
}

func (NullableEntitySelectionStrategyDTO) Get ¶

func (NullableEntitySelectionStrategyDTO) IsSet ¶

func (NullableEntitySelectionStrategyDTO) MarshalJSON ¶

func (v NullableEntitySelectionStrategyDTO) MarshalJSON() ([]byte, error)

func (*NullableEntitySelectionStrategyDTO) Set ¶

func (*NullableEntitySelectionStrategyDTO) UnmarshalJSON ¶

func (v *NullableEntitySelectionStrategyDTO) UnmarshalJSON(src []byte) error

func (*NullableEntitySelectionStrategyDTO) Unset ¶

type NullableExecEnvContainerDTO ¶ added in v0.4.4

type NullableExecEnvContainerDTO struct {
	// contains filtered or unexported fields
}

func NewNullableExecEnvContainerDTO ¶ added in v0.4.4

func NewNullableExecEnvContainerDTO(val *ExecEnvContainerDTO) *NullableExecEnvContainerDTO

func (NullableExecEnvContainerDTO) Get ¶ added in v0.4.4

func (NullableExecEnvContainerDTO) IsSet ¶ added in v0.4.4

func (NullableExecEnvContainerDTO) MarshalJSON ¶ added in v0.4.4

func (v NullableExecEnvContainerDTO) MarshalJSON() ([]byte, error)

func (*NullableExecEnvContainerDTO) Set ¶ added in v0.4.4

func (*NullableExecEnvContainerDTO) UnmarshalJSON ¶ added in v0.4.4

func (v *NullableExecEnvContainerDTO) UnmarshalJSON(src []byte) error

func (*NullableExecEnvContainerDTO) Unset ¶ added in v0.4.4

func (v *NullableExecEnvContainerDTO) Unset()

type NullableExecutionEnvironmentDTO ¶

type NullableExecutionEnvironmentDTO struct {
	// contains filtered or unexported fields
}

func (NullableExecutionEnvironmentDTO) Get ¶

func (NullableExecutionEnvironmentDTO) IsSet ¶

func (NullableExecutionEnvironmentDTO) MarshalJSON ¶

func (v NullableExecutionEnvironmentDTO) MarshalJSON() ([]byte, error)

func (*NullableExecutionEnvironmentDTO) Set ¶

func (*NullableExecutionEnvironmentDTO) UnmarshalJSON ¶

func (v *NullableExecutionEnvironmentDTO) UnmarshalJSON(src []byte) error

func (*NullableExecutionEnvironmentDTO) Unset ¶

type NullableExportApplianceReq ¶ added in v0.4.1

type NullableExportApplianceReq struct {
	// contains filtered or unexported fields
}

func NewNullableExportApplianceReq ¶ added in v0.4.1

func NewNullableExportApplianceReq(val *ExportApplianceReq) *NullableExportApplianceReq

func (NullableExportApplianceReq) Get ¶ added in v0.4.1

func (NullableExportApplianceReq) IsSet ¶ added in v0.4.1

func (v NullableExportApplianceReq) IsSet() bool

func (NullableExportApplianceReq) MarshalJSON ¶ added in v0.4.1

func (v NullableExportApplianceReq) MarshalJSON() ([]byte, error)

func (*NullableExportApplianceReq) Set ¶ added in v0.4.1

func (*NullableExportApplianceReq) UnmarshalJSON ¶ added in v0.4.1

func (v *NullableExportApplianceReq) UnmarshalJSON(src []byte) error

func (*NullableExportApplianceReq) Unset ¶ added in v0.4.1

func (v *NullableExportApplianceReq) Unset()

type NullableExportApplianceRes ¶ added in v0.4.1

type NullableExportApplianceRes struct {
	// contains filtered or unexported fields
}

func NewNullableExportApplianceRes ¶ added in v0.4.1

func NewNullableExportApplianceRes(val *ExportApplianceRes) *NullableExportApplianceRes

func (NullableExportApplianceRes) Get ¶ added in v0.4.1

func (NullableExportApplianceRes) IsSet ¶ added in v0.4.1

func (v NullableExportApplianceRes) IsSet() bool

func (NullableExportApplianceRes) MarshalJSON ¶ added in v0.4.1

func (v NullableExportApplianceRes) MarshalJSON() ([]byte, error)

func (*NullableExportApplianceRes) Set ¶ added in v0.4.1

func (*NullableExportApplianceRes) UnmarshalJSON ¶ added in v0.4.1

func (v *NullableExportApplianceRes) UnmarshalJSON(src []byte) error

func (*NullableExportApplianceRes) Unset ¶ added in v0.4.1

func (v *NullableExportApplianceRes) Unset()

type NullableExportExecEnvCfgReq ¶ added in v0.2.4

type NullableExportExecEnvCfgReq struct {
	// contains filtered or unexported fields
}

func NewNullableExportExecEnvCfgReq ¶ added in v0.2.4

func NewNullableExportExecEnvCfgReq(val *ExportExecEnvCfgReq) *NullableExportExecEnvCfgReq

func (NullableExportExecEnvCfgReq) Get ¶ added in v0.2.4

func (NullableExportExecEnvCfgReq) IsSet ¶ added in v0.2.4

func (NullableExportExecEnvCfgReq) MarshalJSON ¶ added in v0.2.4

func (v NullableExportExecEnvCfgReq) MarshalJSON() ([]byte, error)

func (*NullableExportExecEnvCfgReq) Set ¶ added in v0.2.4

func (*NullableExportExecEnvCfgReq) UnmarshalJSON ¶ added in v0.2.4

func (v *NullableExportExecEnvCfgReq) UnmarshalJSON(src []byte) error

func (*NullableExportExecEnvCfgReq) Unset ¶ added in v0.2.4

func (v *NullableExportExecEnvCfgReq) Unset()

type NullableExportExecEnvCfgRes ¶ added in v0.2.4

type NullableExportExecEnvCfgRes struct {
	// contains filtered or unexported fields
}

func NewNullableExportExecEnvCfgRes ¶ added in v0.2.4

func NewNullableExportExecEnvCfgRes(val *ExportExecEnvCfgRes) *NullableExportExecEnvCfgRes

func (NullableExportExecEnvCfgRes) Get ¶ added in v0.2.4

func (NullableExportExecEnvCfgRes) IsSet ¶ added in v0.2.4

func (NullableExportExecEnvCfgRes) MarshalJSON ¶ added in v0.2.4

func (v NullableExportExecEnvCfgRes) MarshalJSON() ([]byte, error)

func (*NullableExportExecEnvCfgRes) Set ¶ added in v0.2.4

func (*NullableExportExecEnvCfgRes) UnmarshalJSON ¶ added in v0.2.4

func (v *NullableExportExecEnvCfgRes) UnmarshalJSON(src []byte) error

func (*NullableExportExecEnvCfgRes) Unset ¶ added in v0.2.4

func (v *NullableExportExecEnvCfgRes) Unset()

type NullableExtensionDTO ¶

type NullableExtensionDTO struct {
	// contains filtered or unexported fields
}

func NewNullableExtensionDTO ¶

func NewNullableExtensionDTO(val *ExtensionDTO) *NullableExtensionDTO

func (NullableExtensionDTO) Get ¶

func (NullableExtensionDTO) IsSet ¶

func (v NullableExtensionDTO) IsSet() bool

func (NullableExtensionDTO) MarshalJSON ¶

func (v NullableExtensionDTO) MarshalJSON() ([]byte, error)

func (*NullableExtensionDTO) Set ¶

func (v *NullableExtensionDTO) Set(val *ExtensionDTO)

func (*NullableExtensionDTO) UnmarshalJSON ¶

func (v *NullableExtensionDTO) UnmarshalJSON(src []byte) error

func (*NullableExtensionDTO) Unset ¶

func (v *NullableExtensionDTO) Unset()

type NullableExternalOpenIDConnectRelayingPartyDTO ¶

type NullableExternalOpenIDConnectRelayingPartyDTO struct {
	// contains filtered or unexported fields
}

func (NullableExternalOpenIDConnectRelayingPartyDTO) Get ¶

func (NullableExternalOpenIDConnectRelayingPartyDTO) IsSet ¶

func (NullableExternalOpenIDConnectRelayingPartyDTO) MarshalJSON ¶

func (*NullableExternalOpenIDConnectRelayingPartyDTO) Set ¶

func (*NullableExternalOpenIDConnectRelayingPartyDTO) UnmarshalJSON ¶

func (*NullableExternalOpenIDConnectRelayingPartyDTO) Unset ¶

type NullableExternalSaml2IdentityProviderDTO ¶ added in v0.5.1

type NullableExternalSaml2IdentityProviderDTO struct {
	// contains filtered or unexported fields
}

func NewNullableExternalSaml2IdentityProviderDTO ¶ added in v0.5.1

func NewNullableExternalSaml2IdentityProviderDTO(val *ExternalSaml2IdentityProviderDTO) *NullableExternalSaml2IdentityProviderDTO

func (NullableExternalSaml2IdentityProviderDTO) Get ¶ added in v0.5.1

func (NullableExternalSaml2IdentityProviderDTO) IsSet ¶ added in v0.5.1

func (NullableExternalSaml2IdentityProviderDTO) MarshalJSON ¶ added in v0.5.1

func (*NullableExternalSaml2IdentityProviderDTO) Set ¶ added in v0.5.1

func (*NullableExternalSaml2IdentityProviderDTO) UnmarshalJSON ¶ added in v0.5.1

func (v *NullableExternalSaml2IdentityProviderDTO) UnmarshalJSON(src []byte) error

func (*NullableExternalSaml2IdentityProviderDTO) Unset ¶ added in v0.5.1

type NullableExternalSaml2ServiceProviderDTO ¶

type NullableExternalSaml2ServiceProviderDTO struct {
	// contains filtered or unexported fields
}

func (NullableExternalSaml2ServiceProviderDTO) Get ¶

func (NullableExternalSaml2ServiceProviderDTO) IsSet ¶

func (NullableExternalSaml2ServiceProviderDTO) MarshalJSON ¶

func (v NullableExternalSaml2ServiceProviderDTO) MarshalJSON() ([]byte, error)

func (*NullableExternalSaml2ServiceProviderDTO) Set ¶

func (*NullableExternalSaml2ServiceProviderDTO) UnmarshalJSON ¶

func (v *NullableExternalSaml2ServiceProviderDTO) UnmarshalJSON(src []byte) error

func (*NullableExternalSaml2ServiceProviderDTO) Unset ¶

type NullableFacebookOpenIDConnectIdentityProviderDTO ¶ added in v0.2.2

type NullableFacebookOpenIDConnectIdentityProviderDTO struct {
	// contains filtered or unexported fields
}

func (NullableFacebookOpenIDConnectIdentityProviderDTO) Get ¶ added in v0.2.2

func (NullableFacebookOpenIDConnectIdentityProviderDTO) IsSet ¶ added in v0.2.2

func (NullableFacebookOpenIDConnectIdentityProviderDTO) MarshalJSON ¶ added in v0.2.2

func (*NullableFacebookOpenIDConnectIdentityProviderDTO) Set ¶ added in v0.2.2

func (*NullableFacebookOpenIDConnectIdentityProviderDTO) UnmarshalJSON ¶ added in v0.2.2

func (*NullableFacebookOpenIDConnectIdentityProviderDTO) Unset ¶ added in v0.2.2

type NullableFederatedChannelDTO ¶

type NullableFederatedChannelDTO struct {
	// contains filtered or unexported fields
}

func (NullableFederatedChannelDTO) Get ¶

func (NullableFederatedChannelDTO) IsSet ¶

func (NullableFederatedChannelDTO) MarshalJSON ¶

func (v NullableFederatedChannelDTO) MarshalJSON() ([]byte, error)

func (*NullableFederatedChannelDTO) Set ¶

func (*NullableFederatedChannelDTO) UnmarshalJSON ¶

func (v *NullableFederatedChannelDTO) UnmarshalJSON(src []byte) error

func (*NullableFederatedChannelDTO) Unset ¶

func (v *NullableFederatedChannelDTO) Unset()

type NullableFederatedConnectionDTO ¶

type NullableFederatedConnectionDTO struct {
	// contains filtered or unexported fields
}

func (NullableFederatedConnectionDTO) Get ¶

func (NullableFederatedConnectionDTO) IsSet ¶

func (NullableFederatedConnectionDTO) MarshalJSON ¶

func (v NullableFederatedConnectionDTO) MarshalJSON() ([]byte, error)

func (*NullableFederatedConnectionDTO) Set ¶

func (*NullableFederatedConnectionDTO) UnmarshalJSON ¶

func (v *NullableFederatedConnectionDTO) UnmarshalJSON(src []byte) error

func (*NullableFederatedConnectionDTO) Unset ¶

func (v *NullableFederatedConnectionDTO) Unset()

type NullableFederatedProviderDTO ¶

type NullableFederatedProviderDTO struct {
	// contains filtered or unexported fields
}

func (NullableFederatedProviderDTO) Get ¶

func (NullableFederatedProviderDTO) IsSet ¶

func (NullableFederatedProviderDTO) MarshalJSON ¶

func (v NullableFederatedProviderDTO) MarshalJSON() ([]byte, error)

func (*NullableFederatedProviderDTO) Set ¶

func (*NullableFederatedProviderDTO) UnmarshalJSON ¶

func (v *NullableFederatedProviderDTO) UnmarshalJSON(src []byte) error

func (*NullableFederatedProviderDTO) Unset ¶

func (v *NullableFederatedProviderDTO) Unset()

type NullableFloat32 ¶

type NullableFloat32 struct {
	// contains filtered or unexported fields
}

func NewNullableFloat32 ¶

func NewNullableFloat32(val *float32) *NullableFloat32

func (NullableFloat32) Get ¶

func (v NullableFloat32) Get() *float32

func (NullableFloat32) IsSet ¶

func (v NullableFloat32) IsSet() bool

func (NullableFloat32) MarshalJSON ¶

func (v NullableFloat32) MarshalJSON() ([]byte, error)

func (*NullableFloat32) Set ¶

func (v *NullableFloat32) Set(val *float32)

func (*NullableFloat32) UnmarshalJSON ¶

func (v *NullableFloat32) UnmarshalJSON(src []byte) error

func (*NullableFloat32) Unset ¶

func (v *NullableFloat32) Unset()

type NullableFloat64 ¶

type NullableFloat64 struct {
	// contains filtered or unexported fields
}

func NewNullableFloat64 ¶

func NewNullableFloat64(val *float64) *NullableFloat64

func (NullableFloat64) Get ¶

func (v NullableFloat64) Get() *float64

func (NullableFloat64) IsSet ¶

func (v NullableFloat64) IsSet() bool

func (NullableFloat64) MarshalJSON ¶

func (v NullableFloat64) MarshalJSON() ([]byte, error)

func (*NullableFloat64) Set ¶

func (v *NullableFloat64) Set(val *float64)

func (*NullableFloat64) UnmarshalJSON ¶

func (v *NullableFloat64) UnmarshalJSON(src []byte) error

func (*NullableFloat64) Unset ¶

func (v *NullableFloat64) Unset()

type NullableGetAllBrandingsReq ¶ added in v0.2.3

type NullableGetAllBrandingsReq struct {
	// contains filtered or unexported fields
}

func NewNullableGetAllBrandingsReq ¶ added in v0.2.3

func NewNullableGetAllBrandingsReq(val *GetAllBrandingsReq) *NullableGetAllBrandingsReq

func (NullableGetAllBrandingsReq) Get ¶ added in v0.2.3

func (NullableGetAllBrandingsReq) IsSet ¶ added in v0.2.3

func (v NullableGetAllBrandingsReq) IsSet() bool

func (NullableGetAllBrandingsReq) MarshalJSON ¶ added in v0.2.3

func (v NullableGetAllBrandingsReq) MarshalJSON() ([]byte, error)

func (*NullableGetAllBrandingsReq) Set ¶ added in v0.2.3

func (*NullableGetAllBrandingsReq) UnmarshalJSON ¶ added in v0.2.3

func (v *NullableGetAllBrandingsReq) UnmarshalJSON(src []byte) error

func (*NullableGetAllBrandingsReq) Unset ¶ added in v0.2.3

func (v *NullableGetAllBrandingsReq) Unset()

type NullableGetAllBrandingsRes ¶ added in v0.2.3

type NullableGetAllBrandingsRes struct {
	// contains filtered or unexported fields
}

func NewNullableGetAllBrandingsRes ¶ added in v0.2.3

func NewNullableGetAllBrandingsRes(val *GetAllBrandingsRes) *NullableGetAllBrandingsRes

func (NullableGetAllBrandingsRes) Get ¶ added in v0.2.3

func (NullableGetAllBrandingsRes) IsSet ¶ added in v0.2.3

func (v NullableGetAllBrandingsRes) IsSet() bool

func (NullableGetAllBrandingsRes) MarshalJSON ¶ added in v0.2.3

func (v NullableGetAllBrandingsRes) MarshalJSON() ([]byte, error)

func (*NullableGetAllBrandingsRes) Set ¶ added in v0.2.3

func (*NullableGetAllBrandingsRes) UnmarshalJSON ¶ added in v0.2.3

func (v *NullableGetAllBrandingsRes) UnmarshalJSON(src []byte) error

func (*NullableGetAllBrandingsRes) Unset ¶ added in v0.2.3

func (v *NullableGetAllBrandingsRes) Unset()

type NullableGetApplianceContainerRes ¶

type NullableGetApplianceContainerRes struct {
	// contains filtered or unexported fields
}

func (NullableGetApplianceContainerRes) Get ¶

func (NullableGetApplianceContainerRes) IsSet ¶

func (NullableGetApplianceContainerRes) MarshalJSON ¶

func (v NullableGetApplianceContainerRes) MarshalJSON() ([]byte, error)

func (*NullableGetApplianceContainerRes) Set ¶

func (*NullableGetApplianceContainerRes) UnmarshalJSON ¶

func (v *NullableGetApplianceContainerRes) UnmarshalJSON(src []byte) error

func (*NullableGetApplianceContainerRes) Unset ¶

type NullableGetApplianceContainersRes ¶

type NullableGetApplianceContainersRes struct {
	// contains filtered or unexported fields
}

func (NullableGetApplianceContainersRes) Get ¶

func (NullableGetApplianceContainersRes) IsSet ¶

func (NullableGetApplianceContainersRes) MarshalJSON ¶

func (v NullableGetApplianceContainersRes) MarshalJSON() ([]byte, error)

func (*NullableGetApplianceContainersRes) Set ¶

func (*NullableGetApplianceContainersRes) UnmarshalJSON ¶

func (v *NullableGetApplianceContainersRes) UnmarshalJSON(src []byte) error

func (*NullableGetApplianceContainersRes) Unset ¶

type NullableGetApplianceReq ¶

type NullableGetApplianceReq struct {
	// contains filtered or unexported fields
}

func NewNullableGetApplianceReq ¶

func NewNullableGetApplianceReq(val *GetApplianceReq) *NullableGetApplianceReq

func (NullableGetApplianceReq) Get ¶

func (NullableGetApplianceReq) IsSet ¶

func (v NullableGetApplianceReq) IsSet() bool

func (NullableGetApplianceReq) MarshalJSON ¶

func (v NullableGetApplianceReq) MarshalJSON() ([]byte, error)

func (*NullableGetApplianceReq) Set ¶

func (*NullableGetApplianceReq) UnmarshalJSON ¶

func (v *NullableGetApplianceReq) UnmarshalJSON(src []byte) error

func (*NullableGetApplianceReq) Unset ¶

func (v *NullableGetApplianceReq) Unset()

type NullableGetApplianceRes ¶

type NullableGetApplianceRes struct {
	// contains filtered or unexported fields
}

func NewNullableGetApplianceRes ¶

func NewNullableGetApplianceRes(val *GetApplianceRes) *NullableGetApplianceRes

func (NullableGetApplianceRes) Get ¶

func (NullableGetApplianceRes) IsSet ¶

func (v NullableGetApplianceRes) IsSet() bool

func (NullableGetApplianceRes) MarshalJSON ¶

func (v NullableGetApplianceRes) MarshalJSON() ([]byte, error)

func (*NullableGetApplianceRes) Set ¶

func (*NullableGetApplianceRes) UnmarshalJSON ¶

func (v *NullableGetApplianceRes) UnmarshalJSON(src []byte) error

func (*NullableGetApplianceRes) Unset ¶

func (v *NullableGetApplianceRes) Unset()

type NullableGetApplianceStateRes ¶

type NullableGetApplianceStateRes struct {
	// contains filtered or unexported fields
}

func (NullableGetApplianceStateRes) Get ¶

func (NullableGetApplianceStateRes) IsSet ¶

func (NullableGetApplianceStateRes) MarshalJSON ¶

func (v NullableGetApplianceStateRes) MarshalJSON() ([]byte, error)

func (*NullableGetApplianceStateRes) Set ¶

func (*NullableGetApplianceStateRes) UnmarshalJSON ¶

func (v *NullableGetApplianceStateRes) UnmarshalJSON(src []byte) error

func (*NullableGetApplianceStateRes) Unset ¶

func (v *NullableGetApplianceStateRes) Unset()

type NullableGetAppliancesRes ¶

type NullableGetAppliancesRes struct {
	// contains filtered or unexported fields
}

func NewNullableGetAppliancesRes ¶

func NewNullableGetAppliancesRes(val *GetAppliancesRes) *NullableGetAppliancesRes

func (NullableGetAppliancesRes) Get ¶

func (NullableGetAppliancesRes) IsSet ¶

func (v NullableGetAppliancesRes) IsSet() bool

func (NullableGetAppliancesRes) MarshalJSON ¶

func (v NullableGetAppliancesRes) MarshalJSON() ([]byte, error)

func (*NullableGetAppliancesRes) Set ¶

func (*NullableGetAppliancesRes) UnmarshalJSON ¶

func (v *NullableGetAppliancesRes) UnmarshalJSON(src []byte) error

func (*NullableGetAppliancesRes) Unset ¶

func (v *NullableGetAppliancesRes) Unset()

type NullableGetBrandingReq ¶ added in v0.2.3

type NullableGetBrandingReq struct {
	// contains filtered or unexported fields
}

func NewNullableGetBrandingReq ¶ added in v0.2.3

func NewNullableGetBrandingReq(val *GetBrandingReq) *NullableGetBrandingReq

func (NullableGetBrandingReq) Get ¶ added in v0.2.3

func (NullableGetBrandingReq) IsSet ¶ added in v0.2.3

func (v NullableGetBrandingReq) IsSet() bool

func (NullableGetBrandingReq) MarshalJSON ¶ added in v0.2.3

func (v NullableGetBrandingReq) MarshalJSON() ([]byte, error)

func (*NullableGetBrandingReq) Set ¶ added in v0.2.3

func (*NullableGetBrandingReq) UnmarshalJSON ¶ added in v0.2.3

func (v *NullableGetBrandingReq) UnmarshalJSON(src []byte) error

func (*NullableGetBrandingReq) Unset ¶ added in v0.2.3

func (v *NullableGetBrandingReq) Unset()

type NullableGetBrandingRes ¶ added in v0.2.3

type NullableGetBrandingRes struct {
	// contains filtered or unexported fields
}

func NewNullableGetBrandingRes ¶ added in v0.2.3

func NewNullableGetBrandingRes(val *GetBrandingRes) *NullableGetBrandingRes

func (NullableGetBrandingRes) Get ¶ added in v0.2.3

func (NullableGetBrandingRes) IsSet ¶ added in v0.2.3

func (v NullableGetBrandingRes) IsSet() bool

func (NullableGetBrandingRes) MarshalJSON ¶ added in v0.2.3

func (v NullableGetBrandingRes) MarshalJSON() ([]byte, error)

func (*NullableGetBrandingRes) Set ¶ added in v0.2.3

func (*NullableGetBrandingRes) UnmarshalJSON ¶ added in v0.2.3

func (v *NullableGetBrandingRes) UnmarshalJSON(src []byte) error

func (*NullableGetBrandingRes) Unset ¶ added in v0.2.3

func (v *NullableGetBrandingRes) Unset()

type NullableGetBundlesReq ¶ added in v0.5.0

type NullableGetBundlesReq struct {
	// contains filtered or unexported fields
}

func NewNullableGetBundlesReq ¶ added in v0.5.0

func NewNullableGetBundlesReq(val *GetBundlesReq) *NullableGetBundlesReq

func (NullableGetBundlesReq) Get ¶ added in v0.5.0

func (NullableGetBundlesReq) IsSet ¶ added in v0.5.0

func (v NullableGetBundlesReq) IsSet() bool

func (NullableGetBundlesReq) MarshalJSON ¶ added in v0.5.0

func (v NullableGetBundlesReq) MarshalJSON() ([]byte, error)

func (*NullableGetBundlesReq) Set ¶ added in v0.5.0

func (v *NullableGetBundlesReq) Set(val *GetBundlesReq)

func (*NullableGetBundlesReq) UnmarshalJSON ¶ added in v0.5.0

func (v *NullableGetBundlesReq) UnmarshalJSON(src []byte) error

func (*NullableGetBundlesReq) Unset ¶ added in v0.5.0

func (v *NullableGetBundlesReq) Unset()

type NullableGetBundlesRes ¶ added in v0.5.0

type NullableGetBundlesRes struct {
	// contains filtered or unexported fields
}

func NewNullableGetBundlesRes ¶ added in v0.5.0

func NewNullableGetBundlesRes(val *GetBundlesRes) *NullableGetBundlesRes

func (NullableGetBundlesRes) Get ¶ added in v0.5.0

func (NullableGetBundlesRes) IsSet ¶ added in v0.5.0

func (v NullableGetBundlesRes) IsSet() bool

func (NullableGetBundlesRes) MarshalJSON ¶ added in v0.5.0

func (v NullableGetBundlesRes) MarshalJSON() ([]byte, error)

func (*NullableGetBundlesRes) Set ¶ added in v0.5.0

func (v *NullableGetBundlesRes) Set(val *GetBundlesRes)

func (*NullableGetBundlesRes) UnmarshalJSON ¶ added in v0.5.0

func (v *NullableGetBundlesRes) UnmarshalJSON(src []byte) error

func (*NullableGetBundlesRes) Unset ¶ added in v0.5.0

func (v *NullableGetBundlesRes) Unset()

type NullableGetDbIdVaultReq ¶

type NullableGetDbIdVaultReq struct {
	// contains filtered or unexported fields
}

func NewNullableGetDbIdVaultReq ¶

func NewNullableGetDbIdVaultReq(val *GetDbIdVaultReq) *NullableGetDbIdVaultReq

func (NullableGetDbIdVaultReq) Get ¶

func (NullableGetDbIdVaultReq) IsSet ¶

func (v NullableGetDbIdVaultReq) IsSet() bool

func (NullableGetDbIdVaultReq) MarshalJSON ¶

func (v NullableGetDbIdVaultReq) MarshalJSON() ([]byte, error)

func (*NullableGetDbIdVaultReq) Set ¶

func (*NullableGetDbIdVaultReq) UnmarshalJSON ¶

func (v *NullableGetDbIdVaultReq) UnmarshalJSON(src []byte) error

func (*NullableGetDbIdVaultReq) Unset ¶

func (v *NullableGetDbIdVaultReq) Unset()

type NullableGetDbIdVaultRes ¶

type NullableGetDbIdVaultRes struct {
	// contains filtered or unexported fields
}

func NewNullableGetDbIdVaultRes ¶

func NewNullableGetDbIdVaultRes(val *GetDbIdVaultRes) *NullableGetDbIdVaultRes

func (NullableGetDbIdVaultRes) Get ¶

func (NullableGetDbIdVaultRes) IsSet ¶

func (v NullableGetDbIdVaultRes) IsSet() bool

func (NullableGetDbIdVaultRes) MarshalJSON ¶

func (v NullableGetDbIdVaultRes) MarshalJSON() ([]byte, error)

func (*NullableGetDbIdVaultRes) Set ¶

func (*NullableGetDbIdVaultRes) UnmarshalJSON ¶

func (v *NullableGetDbIdVaultRes) UnmarshalJSON(src []byte) error

func (*NullableGetDbIdVaultRes) Unset ¶

func (v *NullableGetDbIdVaultRes) Unset()

type NullableGetDbIdVaultsRes ¶

type NullableGetDbIdVaultsRes struct {
	// contains filtered or unexported fields
}

func NewNullableGetDbIdVaultsRes ¶

func NewNullableGetDbIdVaultsRes(val *GetDbIdVaultsRes) *NullableGetDbIdVaultsRes

func (NullableGetDbIdVaultsRes) Get ¶

func (NullableGetDbIdVaultsRes) IsSet ¶

func (v NullableGetDbIdVaultsRes) IsSet() bool

func (NullableGetDbIdVaultsRes) MarshalJSON ¶

func (v NullableGetDbIdVaultsRes) MarshalJSON() ([]byte, error)

func (*NullableGetDbIdVaultsRes) Set ¶

func (*NullableGetDbIdVaultsRes) UnmarshalJSON ¶

func (v *NullableGetDbIdVaultsRes) UnmarshalJSON(src []byte) error

func (*NullableGetDbIdVaultsRes) Unset ¶

func (v *NullableGetDbIdVaultsRes) Unset()

type NullableGetExecEnvReq ¶ added in v0.4.4

type NullableGetExecEnvReq struct {
	// contains filtered or unexported fields
}

func NewNullableGetExecEnvReq ¶ added in v0.4.4

func NewNullableGetExecEnvReq(val *GetExecEnvReq) *NullableGetExecEnvReq

func (NullableGetExecEnvReq) Get ¶ added in v0.4.4

func (NullableGetExecEnvReq) IsSet ¶ added in v0.4.4

func (v NullableGetExecEnvReq) IsSet() bool

func (NullableGetExecEnvReq) MarshalJSON ¶ added in v0.4.4

func (v NullableGetExecEnvReq) MarshalJSON() ([]byte, error)

func (*NullableGetExecEnvReq) Set ¶ added in v0.4.4

func (v *NullableGetExecEnvReq) Set(val *GetExecEnvReq)

func (*NullableGetExecEnvReq) UnmarshalJSON ¶ added in v0.4.4

func (v *NullableGetExecEnvReq) UnmarshalJSON(src []byte) error

func (*NullableGetExecEnvReq) Unset ¶ added in v0.4.4

func (v *NullableGetExecEnvReq) Unset()

type NullableGetExecEnvRes ¶ added in v0.4.4

type NullableGetExecEnvRes struct {
	// contains filtered or unexported fields
}

func NewNullableGetExecEnvRes ¶ added in v0.4.4

func NewNullableGetExecEnvRes(val *GetExecEnvRes) *NullableGetExecEnvRes

func (NullableGetExecEnvRes) Get ¶ added in v0.4.4

func (NullableGetExecEnvRes) IsSet ¶ added in v0.4.4

func (v NullableGetExecEnvRes) IsSet() bool

func (NullableGetExecEnvRes) MarshalJSON ¶ added in v0.4.4

func (v NullableGetExecEnvRes) MarshalJSON() ([]byte, error)

func (*NullableGetExecEnvRes) Set ¶ added in v0.4.4

func (v *NullableGetExecEnvRes) Set(val *GetExecEnvRes)

func (*NullableGetExecEnvRes) UnmarshalJSON ¶ added in v0.4.4

func (v *NullableGetExecEnvRes) UnmarshalJSON(src []byte) error

func (*NullableGetExecEnvRes) Unset ¶ added in v0.4.4

func (v *NullableGetExecEnvRes) Unset()

type NullableGetExecEnvsRes ¶ added in v0.4.4

type NullableGetExecEnvsRes struct {
	// contains filtered or unexported fields
}

func NewNullableGetExecEnvsRes ¶ added in v0.4.4

func NewNullableGetExecEnvsRes(val *GetExecEnvsRes) *NullableGetExecEnvsRes

func (NullableGetExecEnvsRes) Get ¶ added in v0.4.4

func (NullableGetExecEnvsRes) IsSet ¶ added in v0.4.4

func (v NullableGetExecEnvsRes) IsSet() bool

func (NullableGetExecEnvsRes) MarshalJSON ¶ added in v0.4.4

func (v NullableGetExecEnvsRes) MarshalJSON() ([]byte, error)

func (*NullableGetExecEnvsRes) Set ¶ added in v0.4.4

func (*NullableGetExecEnvsRes) UnmarshalJSON ¶ added in v0.4.4

func (v *NullableGetExecEnvsRes) UnmarshalJSON(src []byte) error

func (*NullableGetExecEnvsRes) Unset ¶ added in v0.4.4

func (v *NullableGetExecEnvsRes) Unset()

type NullableGetExtSaml2SpReq ¶

type NullableGetExtSaml2SpReq struct {
	// contains filtered or unexported fields
}

func NewNullableGetExtSaml2SpReq ¶

func NewNullableGetExtSaml2SpReq(val *GetExtSaml2SpReq) *NullableGetExtSaml2SpReq

func (NullableGetExtSaml2SpReq) Get ¶

func (NullableGetExtSaml2SpReq) IsSet ¶

func (v NullableGetExtSaml2SpReq) IsSet() bool

func (NullableGetExtSaml2SpReq) MarshalJSON ¶

func (v NullableGetExtSaml2SpReq) MarshalJSON() ([]byte, error)

func (*NullableGetExtSaml2SpReq) Set ¶

func (*NullableGetExtSaml2SpReq) UnmarshalJSON ¶

func (v *NullableGetExtSaml2SpReq) UnmarshalJSON(src []byte) error

func (*NullableGetExtSaml2SpReq) Unset ¶

func (v *NullableGetExtSaml2SpReq) Unset()

type NullableGetExtSaml2SpRes ¶

type NullableGetExtSaml2SpRes struct {
	// contains filtered or unexported fields
}

func NewNullableGetExtSaml2SpRes ¶

func NewNullableGetExtSaml2SpRes(val *GetExtSaml2SpRes) *NullableGetExtSaml2SpRes

func (NullableGetExtSaml2SpRes) Get ¶

func (NullableGetExtSaml2SpRes) IsSet ¶

func (v NullableGetExtSaml2SpRes) IsSet() bool

func (NullableGetExtSaml2SpRes) MarshalJSON ¶

func (v NullableGetExtSaml2SpRes) MarshalJSON() ([]byte, error)

func (*NullableGetExtSaml2SpRes) Set ¶

func (*NullableGetExtSaml2SpRes) UnmarshalJSON ¶

func (v *NullableGetExtSaml2SpRes) UnmarshalJSON(src []byte) error

func (*NullableGetExtSaml2SpRes) Unset ¶

func (v *NullableGetExtSaml2SpRes) Unset()

type NullableGetExtSaml2SpsRes ¶

type NullableGetExtSaml2SpsRes struct {
	// contains filtered or unexported fields
}

func NewNullableGetExtSaml2SpsRes ¶

func NewNullableGetExtSaml2SpsRes(val *GetExtSaml2SpsRes) *NullableGetExtSaml2SpsRes

func (NullableGetExtSaml2SpsRes) Get ¶

func (NullableGetExtSaml2SpsRes) IsSet ¶

func (v NullableGetExtSaml2SpsRes) IsSet() bool

func (NullableGetExtSaml2SpsRes) MarshalJSON ¶

func (v NullableGetExtSaml2SpsRes) MarshalJSON() ([]byte, error)

func (*NullableGetExtSaml2SpsRes) Set ¶

func (*NullableGetExtSaml2SpsRes) UnmarshalJSON ¶

func (v *NullableGetExtSaml2SpsRes) UnmarshalJSON(src []byte) error

func (*NullableGetExtSaml2SpsRes) Unset ¶

func (v *NullableGetExtSaml2SpsRes) Unset()

type NullableGetIdPReq ¶

type NullableGetIdPReq struct {
	// contains filtered or unexported fields
}

func NewNullableGetIdPReq ¶

func NewNullableGetIdPReq(val *GetIdPReq) *NullableGetIdPReq

func (NullableGetIdPReq) Get ¶

func (v NullableGetIdPReq) Get() *GetIdPReq

func (NullableGetIdPReq) IsSet ¶

func (v NullableGetIdPReq) IsSet() bool

func (NullableGetIdPReq) MarshalJSON ¶

func (v NullableGetIdPReq) MarshalJSON() ([]byte, error)

func (*NullableGetIdPReq) Set ¶

func (v *NullableGetIdPReq) Set(val *GetIdPReq)

func (*NullableGetIdPReq) UnmarshalJSON ¶

func (v *NullableGetIdPReq) UnmarshalJSON(src []byte) error

func (*NullableGetIdPReq) Unset ¶

func (v *NullableGetIdPReq) Unset()

type NullableGetIdPRes ¶

type NullableGetIdPRes struct {
	// contains filtered or unexported fields
}

func NewNullableGetIdPRes ¶

func NewNullableGetIdPRes(val *GetIdPRes) *NullableGetIdPRes

func (NullableGetIdPRes) Get ¶

func (v NullableGetIdPRes) Get() *GetIdPRes

func (NullableGetIdPRes) IsSet ¶

func (v NullableGetIdPRes) IsSet() bool

func (NullableGetIdPRes) MarshalJSON ¶

func (v NullableGetIdPRes) MarshalJSON() ([]byte, error)

func (*NullableGetIdPRes) Set ¶

func (v *NullableGetIdPRes) Set(val *GetIdPRes)

func (*NullableGetIdPRes) UnmarshalJSON ¶

func (v *NullableGetIdPRes) UnmarshalJSON(src []byte) error

func (*NullableGetIdPRes) Unset ¶

func (v *NullableGetIdPRes) Unset()

type NullableGetIdPSaml2Req ¶ added in v0.5.1

type NullableGetIdPSaml2Req struct {
	// contains filtered or unexported fields
}

func NewNullableGetIdPSaml2Req ¶ added in v0.5.1

func NewNullableGetIdPSaml2Req(val *GetIdPSaml2Req) *NullableGetIdPSaml2Req

func (NullableGetIdPSaml2Req) Get ¶ added in v0.5.1

func (NullableGetIdPSaml2Req) IsSet ¶ added in v0.5.1

func (v NullableGetIdPSaml2Req) IsSet() bool

func (NullableGetIdPSaml2Req) MarshalJSON ¶ added in v0.5.1

func (v NullableGetIdPSaml2Req) MarshalJSON() ([]byte, error)

func (*NullableGetIdPSaml2Req) Set ¶ added in v0.5.1

func (*NullableGetIdPSaml2Req) UnmarshalJSON ¶ added in v0.5.1

func (v *NullableGetIdPSaml2Req) UnmarshalJSON(src []byte) error

func (*NullableGetIdPSaml2Req) Unset ¶ added in v0.5.1

func (v *NullableGetIdPSaml2Req) Unset()

type NullableGetIdPSaml2Res ¶ added in v0.5.1

type NullableGetIdPSaml2Res struct {
	// contains filtered or unexported fields
}

func NewNullableGetIdPSaml2Res ¶ added in v0.5.1

func NewNullableGetIdPSaml2Res(val *GetIdPSaml2Res) *NullableGetIdPSaml2Res

func (NullableGetIdPSaml2Res) Get ¶ added in v0.5.1

func (NullableGetIdPSaml2Res) IsSet ¶ added in v0.5.1

func (v NullableGetIdPSaml2Res) IsSet() bool

func (NullableGetIdPSaml2Res) MarshalJSON ¶ added in v0.5.1

func (v NullableGetIdPSaml2Res) MarshalJSON() ([]byte, error)

func (*NullableGetIdPSaml2Res) Set ¶ added in v0.5.1

func (*NullableGetIdPSaml2Res) UnmarshalJSON ¶ added in v0.5.1

func (v *NullableGetIdPSaml2Res) UnmarshalJSON(src []byte) error

func (*NullableGetIdPSaml2Res) Unset ¶ added in v0.5.1

func (v *NullableGetIdPSaml2Res) Unset()

type NullableGetIdPSaml2sRes ¶ added in v0.5.1

type NullableGetIdPSaml2sRes struct {
	// contains filtered or unexported fields
}

func NewNullableGetIdPSaml2sRes ¶ added in v0.5.1

func NewNullableGetIdPSaml2sRes(val *GetIdPSaml2sRes) *NullableGetIdPSaml2sRes

func (NullableGetIdPSaml2sRes) Get ¶ added in v0.5.1

func (NullableGetIdPSaml2sRes) IsSet ¶ added in v0.5.1

func (v NullableGetIdPSaml2sRes) IsSet() bool

func (NullableGetIdPSaml2sRes) MarshalJSON ¶ added in v0.5.1

func (v NullableGetIdPSaml2sRes) MarshalJSON() ([]byte, error)

func (*NullableGetIdPSaml2sRes) Set ¶ added in v0.5.1

func (*NullableGetIdPSaml2sRes) UnmarshalJSON ¶ added in v0.5.1

func (v *NullableGetIdPSaml2sRes) UnmarshalJSON(src []byte) error

func (*NullableGetIdPSaml2sRes) Unset ¶ added in v0.5.1

func (v *NullableGetIdPSaml2sRes) Unset()

type NullableGetIdPsRes ¶

type NullableGetIdPsRes struct {
	// contains filtered or unexported fields
}

func NewNullableGetIdPsRes ¶

func NewNullableGetIdPsRes(val *GetIdPsRes) *NullableGetIdPsRes

func (NullableGetIdPsRes) Get ¶

func (v NullableGetIdPsRes) Get() *GetIdPsRes

func (NullableGetIdPsRes) IsSet ¶

func (v NullableGetIdPsRes) IsSet() bool

func (NullableGetIdPsRes) MarshalJSON ¶

func (v NullableGetIdPsRes) MarshalJSON() ([]byte, error)

func (*NullableGetIdPsRes) Set ¶

func (v *NullableGetIdPsRes) Set(val *GetIdPsRes)

func (*NullableGetIdPsRes) UnmarshalJSON ¶

func (v *NullableGetIdPsRes) UnmarshalJSON(src []byte) error

func (*NullableGetIdPsRes) Unset ¶

func (v *NullableGetIdPsRes) Unset()

type NullableGetIdSourceDbReq ¶

type NullableGetIdSourceDbReq struct {
	// contains filtered or unexported fields
}

func NewNullableGetIdSourceDbReq ¶

func NewNullableGetIdSourceDbReq(val *GetIdSourceDbReq) *NullableGetIdSourceDbReq

func (NullableGetIdSourceDbReq) Get ¶

func (NullableGetIdSourceDbReq) IsSet ¶

func (v NullableGetIdSourceDbReq) IsSet() bool

func (NullableGetIdSourceDbReq) MarshalJSON ¶

func (v NullableGetIdSourceDbReq) MarshalJSON() ([]byte, error)

func (*NullableGetIdSourceDbReq) Set ¶

func (*NullableGetIdSourceDbReq) UnmarshalJSON ¶

func (v *NullableGetIdSourceDbReq) UnmarshalJSON(src []byte) error

func (*NullableGetIdSourceDbReq) Unset ¶

func (v *NullableGetIdSourceDbReq) Unset()

type NullableGetIdSourceDbRes ¶

type NullableGetIdSourceDbRes struct {
	// contains filtered or unexported fields
}

func NewNullableGetIdSourceDbRes ¶

func NewNullableGetIdSourceDbRes(val *GetIdSourceDbRes) *NullableGetIdSourceDbRes

func (NullableGetIdSourceDbRes) Get ¶

func (NullableGetIdSourceDbRes) IsSet ¶

func (v NullableGetIdSourceDbRes) IsSet() bool

func (NullableGetIdSourceDbRes) MarshalJSON ¶

func (v NullableGetIdSourceDbRes) MarshalJSON() ([]byte, error)

func (*NullableGetIdSourceDbRes) Set ¶

func (*NullableGetIdSourceDbRes) UnmarshalJSON ¶

func (v *NullableGetIdSourceDbRes) UnmarshalJSON(src []byte) error

func (*NullableGetIdSourceDbRes) Unset ¶

func (v *NullableGetIdSourceDbRes) Unset()

type NullableGetIdSourceDbsRes ¶

type NullableGetIdSourceDbsRes struct {
	// contains filtered or unexported fields
}

func NewNullableGetIdSourceDbsRes ¶

func NewNullableGetIdSourceDbsRes(val *GetIdSourceDbsRes) *NullableGetIdSourceDbsRes

func (NullableGetIdSourceDbsRes) Get ¶

func (NullableGetIdSourceDbsRes) IsSet ¶

func (v NullableGetIdSourceDbsRes) IsSet() bool

func (NullableGetIdSourceDbsRes) MarshalJSON ¶

func (v NullableGetIdSourceDbsRes) MarshalJSON() ([]byte, error)

func (*NullableGetIdSourceDbsRes) Set ¶

func (*NullableGetIdSourceDbsRes) UnmarshalJSON ¶

func (v *NullableGetIdSourceDbsRes) UnmarshalJSON(src []byte) error

func (*NullableGetIdSourceDbsRes) Unset ¶

func (v *NullableGetIdSourceDbsRes) Unset()

type NullableGetIdSourceLdapReq ¶

type NullableGetIdSourceLdapReq struct {
	// contains filtered or unexported fields
}

func NewNullableGetIdSourceLdapReq ¶

func NewNullableGetIdSourceLdapReq(val *GetIdSourceLdapReq) *NullableGetIdSourceLdapReq

func (NullableGetIdSourceLdapReq) Get ¶

func (NullableGetIdSourceLdapReq) IsSet ¶

func (v NullableGetIdSourceLdapReq) IsSet() bool

func (NullableGetIdSourceLdapReq) MarshalJSON ¶

func (v NullableGetIdSourceLdapReq) MarshalJSON() ([]byte, error)

func (*NullableGetIdSourceLdapReq) Set ¶

func (*NullableGetIdSourceLdapReq) UnmarshalJSON ¶

func (v *NullableGetIdSourceLdapReq) UnmarshalJSON(src []byte) error

func (*NullableGetIdSourceLdapReq) Unset ¶

func (v *NullableGetIdSourceLdapReq) Unset()

type NullableGetIdSourceLdapRes ¶

type NullableGetIdSourceLdapRes struct {
	// contains filtered or unexported fields
}

func NewNullableGetIdSourceLdapRes ¶

func NewNullableGetIdSourceLdapRes(val *GetIdSourceLdapRes) *NullableGetIdSourceLdapRes

func (NullableGetIdSourceLdapRes) Get ¶

func (NullableGetIdSourceLdapRes) IsSet ¶

func (v NullableGetIdSourceLdapRes) IsSet() bool

func (NullableGetIdSourceLdapRes) MarshalJSON ¶

func (v NullableGetIdSourceLdapRes) MarshalJSON() ([]byte, error)

func (*NullableGetIdSourceLdapRes) Set ¶

func (*NullableGetIdSourceLdapRes) UnmarshalJSON ¶

func (v *NullableGetIdSourceLdapRes) UnmarshalJSON(src []byte) error

func (*NullableGetIdSourceLdapRes) Unset ¶

func (v *NullableGetIdSourceLdapRes) Unset()

type NullableGetIdSourceLdapsRes ¶

type NullableGetIdSourceLdapsRes struct {
	// contains filtered or unexported fields
}

func (NullableGetIdSourceLdapsRes) Get ¶

func (NullableGetIdSourceLdapsRes) IsSet ¶

func (NullableGetIdSourceLdapsRes) MarshalJSON ¶

func (v NullableGetIdSourceLdapsRes) MarshalJSON() ([]byte, error)

func (*NullableGetIdSourceLdapsRes) Set ¶

func (*NullableGetIdSourceLdapsRes) UnmarshalJSON ¶

func (v *NullableGetIdSourceLdapsRes) UnmarshalJSON(src []byte) error

func (*NullableGetIdSourceLdapsRes) Unset ¶

func (v *NullableGetIdSourceLdapsRes) Unset()

type NullableGetIdSourceReq ¶ added in v0.2.4

type NullableGetIdSourceReq struct {
	// contains filtered or unexported fields
}

func NewNullableGetIdSourceReq ¶ added in v0.2.4

func NewNullableGetIdSourceReq(val *GetIdSourceReq) *NullableGetIdSourceReq

func (NullableGetIdSourceReq) Get ¶ added in v0.2.4

func (NullableGetIdSourceReq) IsSet ¶ added in v0.2.4

func (v NullableGetIdSourceReq) IsSet() bool

func (NullableGetIdSourceReq) MarshalJSON ¶ added in v0.2.4

func (v NullableGetIdSourceReq) MarshalJSON() ([]byte, error)

func (*NullableGetIdSourceReq) Set ¶ added in v0.2.4

func (*NullableGetIdSourceReq) UnmarshalJSON ¶ added in v0.2.4

func (v *NullableGetIdSourceReq) UnmarshalJSON(src []byte) error

func (*NullableGetIdSourceReq) Unset ¶ added in v0.2.4

func (v *NullableGetIdSourceReq) Unset()

type NullableGetIdSourceRes ¶ added in v0.2.4

type NullableGetIdSourceRes struct {
	// contains filtered or unexported fields
}

func NewNullableGetIdSourceRes ¶ added in v0.2.4

func NewNullableGetIdSourceRes(val *GetIdSourceRes) *NullableGetIdSourceRes

func (NullableGetIdSourceRes) Get ¶ added in v0.2.4

func (NullableGetIdSourceRes) IsSet ¶ added in v0.2.4

func (v NullableGetIdSourceRes) IsSet() bool

func (NullableGetIdSourceRes) MarshalJSON ¶ added in v0.2.4

func (v NullableGetIdSourceRes) MarshalJSON() ([]byte, error)

func (*NullableGetIdSourceRes) Set ¶ added in v0.2.4

func (*NullableGetIdSourceRes) UnmarshalJSON ¶ added in v0.2.4

func (v *NullableGetIdSourceRes) UnmarshalJSON(src []byte) error

func (*NullableGetIdSourceRes) Unset ¶ added in v0.2.4

func (v *NullableGetIdSourceRes) Unset()

type NullableGetIdSourcesReq ¶ added in v0.2.4

type NullableGetIdSourcesReq struct {
	// contains filtered or unexported fields
}

func NewNullableGetIdSourcesReq ¶ added in v0.2.4

func NewNullableGetIdSourcesReq(val *GetIdSourcesReq) *NullableGetIdSourcesReq

func (NullableGetIdSourcesReq) Get ¶ added in v0.2.4

func (NullableGetIdSourcesReq) IsSet ¶ added in v0.2.4

func (v NullableGetIdSourcesReq) IsSet() bool

func (NullableGetIdSourcesReq) MarshalJSON ¶ added in v0.2.4

func (v NullableGetIdSourcesReq) MarshalJSON() ([]byte, error)

func (*NullableGetIdSourcesReq) Set ¶ added in v0.2.4

func (*NullableGetIdSourcesReq) UnmarshalJSON ¶ added in v0.2.4

func (v *NullableGetIdSourcesReq) UnmarshalJSON(src []byte) error

func (*NullableGetIdSourcesReq) Unset ¶ added in v0.2.4

func (v *NullableGetIdSourcesReq) Unset()

type NullableGetIdSourcesRes ¶ added in v0.2.4

type NullableGetIdSourcesRes struct {
	// contains filtered or unexported fields
}

func NewNullableGetIdSourcesRes ¶ added in v0.2.4

func NewNullableGetIdSourcesRes(val *GetIdSourcesRes) *NullableGetIdSourcesRes

func (NullableGetIdSourcesRes) Get ¶ added in v0.2.4

func (NullableGetIdSourcesRes) IsSet ¶ added in v0.2.4

func (v NullableGetIdSourcesRes) IsSet() bool

func (NullableGetIdSourcesRes) MarshalJSON ¶ added in v0.2.4

func (v NullableGetIdSourcesRes) MarshalJSON() ([]byte, error)

func (*NullableGetIdSourcesRes) Set ¶ added in v0.2.4

func (*NullableGetIdSourcesRes) UnmarshalJSON ¶ added in v0.2.4

func (v *NullableGetIdSourcesRes) UnmarshalJSON(src []byte) error

func (*NullableGetIdSourcesRes) Unset ¶ added in v0.2.4

func (v *NullableGetIdSourcesRes) Unset()

type NullableGetIdVaultReq ¶

type NullableGetIdVaultReq struct {
	// contains filtered or unexported fields
}

func NewNullableGetIdVaultReq ¶

func NewNullableGetIdVaultReq(val *GetIdVaultReq) *NullableGetIdVaultReq

func (NullableGetIdVaultReq) Get ¶

func (NullableGetIdVaultReq) IsSet ¶

func (v NullableGetIdVaultReq) IsSet() bool

func (NullableGetIdVaultReq) MarshalJSON ¶

func (v NullableGetIdVaultReq) MarshalJSON() ([]byte, error)

func (*NullableGetIdVaultReq) Set ¶

func (v *NullableGetIdVaultReq) Set(val *GetIdVaultReq)

func (*NullableGetIdVaultReq) UnmarshalJSON ¶

func (v *NullableGetIdVaultReq) UnmarshalJSON(src []byte) error

func (*NullableGetIdVaultReq) Unset ¶

func (v *NullableGetIdVaultReq) Unset()

type NullableGetIdVaultRes ¶

type NullableGetIdVaultRes struct {
	// contains filtered or unexported fields
}

func NewNullableGetIdVaultRes ¶

func NewNullableGetIdVaultRes(val *GetIdVaultRes) *NullableGetIdVaultRes

func (NullableGetIdVaultRes) Get ¶

func (NullableGetIdVaultRes) IsSet ¶

func (v NullableGetIdVaultRes) IsSet() bool

func (NullableGetIdVaultRes) MarshalJSON ¶

func (v NullableGetIdVaultRes) MarshalJSON() ([]byte, error)

func (*NullableGetIdVaultRes) Set ¶

func (v *NullableGetIdVaultRes) Set(val *GetIdVaultRes)

func (*NullableGetIdVaultRes) UnmarshalJSON ¶

func (v *NullableGetIdVaultRes) UnmarshalJSON(src []byte) error

func (*NullableGetIdVaultRes) Unset ¶

func (v *NullableGetIdVaultRes) Unset()

type NullableGetIdVaultsRes ¶

type NullableGetIdVaultsRes struct {
	// contains filtered or unexported fields
}

func NewNullableGetIdVaultsRes ¶

func NewNullableGetIdVaultsRes(val *GetIdVaultsRes) *NullableGetIdVaultsRes

func (NullableGetIdVaultsRes) Get ¶

func (NullableGetIdVaultsRes) IsSet ¶

func (v NullableGetIdVaultsRes) IsSet() bool

func (NullableGetIdVaultsRes) MarshalJSON ¶

func (v NullableGetIdVaultsRes) MarshalJSON() ([]byte, error)

func (*NullableGetIdVaultsRes) Set ¶

func (*NullableGetIdVaultsRes) UnmarshalJSON ¶

func (v *NullableGetIdVaultsRes) UnmarshalJSON(src []byte) error

func (*NullableGetIdVaultsRes) Unset ¶

func (v *NullableGetIdVaultsRes) Unset()

type NullableGetIdpAzureReq ¶ added in v0.2.2

type NullableGetIdpAzureReq struct {
	// contains filtered or unexported fields
}

func NewNullableGetIdpAzureReq ¶ added in v0.2.2

func NewNullableGetIdpAzureReq(val *GetIdpAzureReq) *NullableGetIdpAzureReq

func (NullableGetIdpAzureReq) Get ¶ added in v0.2.2

func (NullableGetIdpAzureReq) IsSet ¶ added in v0.2.2

func (v NullableGetIdpAzureReq) IsSet() bool

func (NullableGetIdpAzureReq) MarshalJSON ¶ added in v0.2.2

func (v NullableGetIdpAzureReq) MarshalJSON() ([]byte, error)

func (*NullableGetIdpAzureReq) Set ¶ added in v0.2.2

func (*NullableGetIdpAzureReq) UnmarshalJSON ¶ added in v0.2.2

func (v *NullableGetIdpAzureReq) UnmarshalJSON(src []byte) error

func (*NullableGetIdpAzureReq) Unset ¶ added in v0.2.2

func (v *NullableGetIdpAzureReq) Unset()

type NullableGetIdpAzureRes ¶ added in v0.2.2

type NullableGetIdpAzureRes struct {
	// contains filtered or unexported fields
}

func NewNullableGetIdpAzureRes ¶ added in v0.2.2

func NewNullableGetIdpAzureRes(val *GetIdpAzureRes) *NullableGetIdpAzureRes

func (NullableGetIdpAzureRes) Get ¶ added in v0.2.2

func (NullableGetIdpAzureRes) IsSet ¶ added in v0.2.2

func (v NullableGetIdpAzureRes) IsSet() bool

func (NullableGetIdpAzureRes) MarshalJSON ¶ added in v0.2.2

func (v NullableGetIdpAzureRes) MarshalJSON() ([]byte, error)

func (*NullableGetIdpAzureRes) Set ¶ added in v0.2.2

func (*NullableGetIdpAzureRes) UnmarshalJSON ¶ added in v0.2.2

func (v *NullableGetIdpAzureRes) UnmarshalJSON(src []byte) error

func (*NullableGetIdpAzureRes) Unset ¶ added in v0.2.2

func (v *NullableGetIdpAzureRes) Unset()

type NullableGetIdpAzuresRes ¶ added in v0.2.2

type NullableGetIdpAzuresRes struct {
	// contains filtered or unexported fields
}

func NewNullableGetIdpAzuresRes ¶ added in v0.2.2

func NewNullableGetIdpAzuresRes(val *GetIdpAzuresRes) *NullableGetIdpAzuresRes

func (NullableGetIdpAzuresRes) Get ¶ added in v0.2.2

func (NullableGetIdpAzuresRes) IsSet ¶ added in v0.2.2

func (v NullableGetIdpAzuresRes) IsSet() bool

func (NullableGetIdpAzuresRes) MarshalJSON ¶ added in v0.2.2

func (v NullableGetIdpAzuresRes) MarshalJSON() ([]byte, error)

func (*NullableGetIdpAzuresRes) Set ¶ added in v0.2.2

func (*NullableGetIdpAzuresRes) UnmarshalJSON ¶ added in v0.2.2

func (v *NullableGetIdpAzuresRes) UnmarshalJSON(src []byte) error

func (*NullableGetIdpAzuresRes) Unset ¶ added in v0.2.2

func (v *NullableGetIdpAzuresRes) Unset()

type NullableGetIdpFacebookReq ¶ added in v0.2.2

type NullableGetIdpFacebookReq struct {
	// contains filtered or unexported fields
}

func NewNullableGetIdpFacebookReq ¶ added in v0.2.2

func NewNullableGetIdpFacebookReq(val *GetIdpFacebookReq) *NullableGetIdpFacebookReq

func (NullableGetIdpFacebookReq) Get ¶ added in v0.2.2

func (NullableGetIdpFacebookReq) IsSet ¶ added in v0.2.2

func (v NullableGetIdpFacebookReq) IsSet() bool

func (NullableGetIdpFacebookReq) MarshalJSON ¶ added in v0.2.2

func (v NullableGetIdpFacebookReq) MarshalJSON() ([]byte, error)

func (*NullableGetIdpFacebookReq) Set ¶ added in v0.2.2

func (*NullableGetIdpFacebookReq) UnmarshalJSON ¶ added in v0.2.2

func (v *NullableGetIdpFacebookReq) UnmarshalJSON(src []byte) error

func (*NullableGetIdpFacebookReq) Unset ¶ added in v0.2.2

func (v *NullableGetIdpFacebookReq) Unset()

type NullableGetIdpFacebookRes ¶ added in v0.2.2

type NullableGetIdpFacebookRes struct {
	// contains filtered or unexported fields
}

func NewNullableGetIdpFacebookRes ¶ added in v0.2.2

func NewNullableGetIdpFacebookRes(val *GetIdpFacebookRes) *NullableGetIdpFacebookRes

func (NullableGetIdpFacebookRes) Get ¶ added in v0.2.2

func (NullableGetIdpFacebookRes) IsSet ¶ added in v0.2.2

func (v NullableGetIdpFacebookRes) IsSet() bool

func (NullableGetIdpFacebookRes) MarshalJSON ¶ added in v0.2.2

func (v NullableGetIdpFacebookRes) MarshalJSON() ([]byte, error)

func (*NullableGetIdpFacebookRes) Set ¶ added in v0.2.2

func (*NullableGetIdpFacebookRes) UnmarshalJSON ¶ added in v0.2.2

func (v *NullableGetIdpFacebookRes) UnmarshalJSON(src []byte) error

func (*NullableGetIdpFacebookRes) Unset ¶ added in v0.2.2

func (v *NullableGetIdpFacebookRes) Unset()

type NullableGetIdpFacebooksRes ¶ added in v0.2.2

type NullableGetIdpFacebooksRes struct {
	// contains filtered or unexported fields
}

func NewNullableGetIdpFacebooksRes ¶ added in v0.2.2

func NewNullableGetIdpFacebooksRes(val *GetIdpFacebooksRes) *NullableGetIdpFacebooksRes

func (NullableGetIdpFacebooksRes) Get ¶ added in v0.2.2

func (NullableGetIdpFacebooksRes) IsSet ¶ added in v0.2.2

func (v NullableGetIdpFacebooksRes) IsSet() bool

func (NullableGetIdpFacebooksRes) MarshalJSON ¶ added in v0.2.2

func (v NullableGetIdpFacebooksRes) MarshalJSON() ([]byte, error)

func (*NullableGetIdpFacebooksRes) Set ¶ added in v0.2.2

func (*NullableGetIdpFacebooksRes) UnmarshalJSON ¶ added in v0.2.2

func (v *NullableGetIdpFacebooksRes) UnmarshalJSON(src []byte) error

func (*NullableGetIdpFacebooksRes) Unset ¶ added in v0.2.2

func (v *NullableGetIdpFacebooksRes) Unset()

type NullableGetIdpGoogleReq ¶ added in v0.2.2

type NullableGetIdpGoogleReq struct {
	// contains filtered or unexported fields
}

func NewNullableGetIdpGoogleReq ¶ added in v0.2.2

func NewNullableGetIdpGoogleReq(val *GetIdpGoogleReq) *NullableGetIdpGoogleReq

func (NullableGetIdpGoogleReq) Get ¶ added in v0.2.2

func (NullableGetIdpGoogleReq) IsSet ¶ added in v0.2.2

func (v NullableGetIdpGoogleReq) IsSet() bool

func (NullableGetIdpGoogleReq) MarshalJSON ¶ added in v0.2.2

func (v NullableGetIdpGoogleReq) MarshalJSON() ([]byte, error)

func (*NullableGetIdpGoogleReq) Set ¶ added in v0.2.2

func (*NullableGetIdpGoogleReq) UnmarshalJSON ¶ added in v0.2.2

func (v *NullableGetIdpGoogleReq) UnmarshalJSON(src []byte) error

func (*NullableGetIdpGoogleReq) Unset ¶ added in v0.2.2

func (v *NullableGetIdpGoogleReq) Unset()

type NullableGetIdpGoogleRes ¶ added in v0.2.2

type NullableGetIdpGoogleRes struct {
	// contains filtered or unexported fields
}

func NewNullableGetIdpGoogleRes ¶ added in v0.2.2

func NewNullableGetIdpGoogleRes(val *GetIdpGoogleRes) *NullableGetIdpGoogleRes

func (NullableGetIdpGoogleRes) Get ¶ added in v0.2.2

func (NullableGetIdpGoogleRes) IsSet ¶ added in v0.2.2

func (v NullableGetIdpGoogleRes) IsSet() bool

func (NullableGetIdpGoogleRes) MarshalJSON ¶ added in v0.2.2

func (v NullableGetIdpGoogleRes) MarshalJSON() ([]byte, error)

func (*NullableGetIdpGoogleRes) Set ¶ added in v0.2.2

func (*NullableGetIdpGoogleRes) UnmarshalJSON ¶ added in v0.2.2

func (v *NullableGetIdpGoogleRes) UnmarshalJSON(src []byte) error

func (*NullableGetIdpGoogleRes) Unset ¶ added in v0.2.2

func (v *NullableGetIdpGoogleRes) Unset()

type NullableGetIdpGooglesRes ¶ added in v0.2.2

type NullableGetIdpGooglesRes struct {
	// contains filtered or unexported fields
}

func NewNullableGetIdpGooglesRes ¶ added in v0.2.2

func NewNullableGetIdpGooglesRes(val *GetIdpGooglesRes) *NullableGetIdpGooglesRes

func (NullableGetIdpGooglesRes) Get ¶ added in v0.2.2

func (NullableGetIdpGooglesRes) IsSet ¶ added in v0.2.2

func (v NullableGetIdpGooglesRes) IsSet() bool

func (NullableGetIdpGooglesRes) MarshalJSON ¶ added in v0.2.2

func (v NullableGetIdpGooglesRes) MarshalJSON() ([]byte, error)

func (*NullableGetIdpGooglesRes) Set ¶ added in v0.2.2

func (*NullableGetIdpGooglesRes) UnmarshalJSON ¶ added in v0.2.2

func (v *NullableGetIdpGooglesRes) UnmarshalJSON(src []byte) error

func (*NullableGetIdpGooglesRes) Unset ¶ added in v0.2.2

func (v *NullableGetIdpGooglesRes) Unset()

type NullableGetIisExecEnvReq ¶ added in v0.1.1

type NullableGetIisExecEnvReq struct {
	// contains filtered or unexported fields
}

func NewNullableGetIisExecEnvReq ¶ added in v0.1.1

func NewNullableGetIisExecEnvReq(val *GetIisExecEnvReq) *NullableGetIisExecEnvReq

func (NullableGetIisExecEnvReq) Get ¶ added in v0.1.1

func (NullableGetIisExecEnvReq) IsSet ¶ added in v0.1.1

func (v NullableGetIisExecEnvReq) IsSet() bool

func (NullableGetIisExecEnvReq) MarshalJSON ¶ added in v0.1.1

func (v NullableGetIisExecEnvReq) MarshalJSON() ([]byte, error)

func (*NullableGetIisExecEnvReq) Set ¶ added in v0.1.1

func (*NullableGetIisExecEnvReq) UnmarshalJSON ¶ added in v0.1.1

func (v *NullableGetIisExecEnvReq) UnmarshalJSON(src []byte) error

func (*NullableGetIisExecEnvReq) Unset ¶ added in v0.1.1

func (v *NullableGetIisExecEnvReq) Unset()

type NullableGetIisExecEnvRes ¶ added in v0.1.1

type NullableGetIisExecEnvRes struct {
	// contains filtered or unexported fields
}

func NewNullableGetIisExecEnvRes ¶ added in v0.1.1

func NewNullableGetIisExecEnvRes(val *GetIisExecEnvRes) *NullableGetIisExecEnvRes

func (NullableGetIisExecEnvRes) Get ¶ added in v0.1.1

func (NullableGetIisExecEnvRes) IsSet ¶ added in v0.1.1

func (v NullableGetIisExecEnvRes) IsSet() bool

func (NullableGetIisExecEnvRes) MarshalJSON ¶ added in v0.1.1

func (v NullableGetIisExecEnvRes) MarshalJSON() ([]byte, error)

func (*NullableGetIisExecEnvRes) Set ¶ added in v0.1.1

func (*NullableGetIisExecEnvRes) UnmarshalJSON ¶ added in v0.1.1

func (v *NullableGetIisExecEnvRes) UnmarshalJSON(src []byte) error

func (*NullableGetIisExecEnvRes) Unset ¶ added in v0.1.1

func (v *NullableGetIisExecEnvRes) Unset()

type NullableGetIisExecEnvsRes ¶ added in v0.1.1

type NullableGetIisExecEnvsRes struct {
	// contains filtered or unexported fields
}

func NewNullableGetIisExecEnvsRes ¶ added in v0.1.1

func NewNullableGetIisExecEnvsRes(val *GetIisExecEnvsRes) *NullableGetIisExecEnvsRes

func (NullableGetIisExecEnvsRes) Get ¶ added in v0.1.1

func (NullableGetIisExecEnvsRes) IsSet ¶ added in v0.1.1

func (v NullableGetIisExecEnvsRes) IsSet() bool

func (NullableGetIisExecEnvsRes) MarshalJSON ¶ added in v0.1.1

func (v NullableGetIisExecEnvsRes) MarshalJSON() ([]byte, error)

func (*NullableGetIisExecEnvsRes) Set ¶ added in v0.1.1

func (*NullableGetIisExecEnvsRes) UnmarshalJSON ¶ added in v0.1.1

func (v *NullableGetIisExecEnvsRes) UnmarshalJSON(src []byte) error

func (*NullableGetIisExecEnvsRes) Unset ¶ added in v0.1.1

func (v *NullableGetIisExecEnvsRes) Unset()

type NullableGetIntSaml2SpReq ¶

type NullableGetIntSaml2SpReq struct {
	// contains filtered or unexported fields
}

func NewNullableGetIntSaml2SpReq ¶

func NewNullableGetIntSaml2SpReq(val *GetIntSaml2SpReq) *NullableGetIntSaml2SpReq

func (NullableGetIntSaml2SpReq) Get ¶

func (NullableGetIntSaml2SpReq) IsSet ¶

func (v NullableGetIntSaml2SpReq) IsSet() bool

func (NullableGetIntSaml2SpReq) MarshalJSON ¶

func (v NullableGetIntSaml2SpReq) MarshalJSON() ([]byte, error)

func (*NullableGetIntSaml2SpReq) Set ¶

func (*NullableGetIntSaml2SpReq) UnmarshalJSON ¶

func (v *NullableGetIntSaml2SpReq) UnmarshalJSON(src []byte) error

func (*NullableGetIntSaml2SpReq) Unset ¶

func (v *NullableGetIntSaml2SpReq) Unset()

type NullableGetIntSaml2SpRes ¶

type NullableGetIntSaml2SpRes struct {
	// contains filtered or unexported fields
}

func NewNullableGetIntSaml2SpRes ¶

func NewNullableGetIntSaml2SpRes(val *GetIntSaml2SpRes) *NullableGetIntSaml2SpRes

func (NullableGetIntSaml2SpRes) Get ¶

func (NullableGetIntSaml2SpRes) IsSet ¶

func (v NullableGetIntSaml2SpRes) IsSet() bool

func (NullableGetIntSaml2SpRes) MarshalJSON ¶

func (v NullableGetIntSaml2SpRes) MarshalJSON() ([]byte, error)

func (*NullableGetIntSaml2SpRes) Set ¶

func (*NullableGetIntSaml2SpRes) UnmarshalJSON ¶

func (v *NullableGetIntSaml2SpRes) UnmarshalJSON(src []byte) error

func (*NullableGetIntSaml2SpRes) Unset ¶

func (v *NullableGetIntSaml2SpRes) Unset()

type NullableGetIntSaml2SpsRes ¶

type NullableGetIntSaml2SpsRes struct {
	// contains filtered or unexported fields
}

func NewNullableGetIntSaml2SpsRes ¶

func NewNullableGetIntSaml2SpsRes(val *GetIntSaml2SpsRes) *NullableGetIntSaml2SpsRes

func (NullableGetIntSaml2SpsRes) Get ¶

func (NullableGetIntSaml2SpsRes) IsSet ¶

func (v NullableGetIntSaml2SpsRes) IsSet() bool

func (NullableGetIntSaml2SpsRes) MarshalJSON ¶

func (v NullableGetIntSaml2SpsRes) MarshalJSON() ([]byte, error)

func (*NullableGetIntSaml2SpsRes) Set ¶

func (*NullableGetIntSaml2SpsRes) UnmarshalJSON ¶

func (v *NullableGetIntSaml2SpsRes) UnmarshalJSON(src []byte) error

func (*NullableGetIntSaml2SpsRes) Unset ¶

func (v *NullableGetIntSaml2SpsRes) Unset()

type NullableGetJossoRsReq ¶

type NullableGetJossoRsReq struct {
	// contains filtered or unexported fields
}

func NewNullableGetJossoRsReq ¶

func NewNullableGetJossoRsReq(val *GetJossoRsReq) *NullableGetJossoRsReq

func (NullableGetJossoRsReq) Get ¶

func (NullableGetJossoRsReq) IsSet ¶

func (v NullableGetJossoRsReq) IsSet() bool

func (NullableGetJossoRsReq) MarshalJSON ¶

func (v NullableGetJossoRsReq) MarshalJSON() ([]byte, error)

func (*NullableGetJossoRsReq) Set ¶

func (v *NullableGetJossoRsReq) Set(val *GetJossoRsReq)

func (*NullableGetJossoRsReq) UnmarshalJSON ¶

func (v *NullableGetJossoRsReq) UnmarshalJSON(src []byte) error

func (*NullableGetJossoRsReq) Unset ¶

func (v *NullableGetJossoRsReq) Unset()

type NullableGetJossoRsRes ¶

type NullableGetJossoRsRes struct {
	// contains filtered or unexported fields
}

func NewNullableGetJossoRsRes ¶

func NewNullableGetJossoRsRes(val *GetJossoRsRes) *NullableGetJossoRsRes

func (NullableGetJossoRsRes) Get ¶

func (NullableGetJossoRsRes) IsSet ¶

func (v NullableGetJossoRsRes) IsSet() bool

func (NullableGetJossoRsRes) MarshalJSON ¶

func (v NullableGetJossoRsRes) MarshalJSON() ([]byte, error)

func (*NullableGetJossoRsRes) Set ¶

func (v *NullableGetJossoRsRes) Set(val *GetJossoRsRes)

func (*NullableGetJossoRsRes) UnmarshalJSON ¶

func (v *NullableGetJossoRsRes) UnmarshalJSON(src []byte) error

func (*NullableGetJossoRsRes) Unset ¶

func (v *NullableGetJossoRsRes) Unset()

type NullableGetJossoRssRes ¶

type NullableGetJossoRssRes struct {
	// contains filtered or unexported fields
}

func NewNullableGetJossoRssRes ¶

func NewNullableGetJossoRssRes(val *GetJossoRssRes) *NullableGetJossoRssRes

func (NullableGetJossoRssRes) Get ¶

func (NullableGetJossoRssRes) IsSet ¶

func (v NullableGetJossoRssRes) IsSet() bool

func (NullableGetJossoRssRes) MarshalJSON ¶

func (v NullableGetJossoRssRes) MarshalJSON() ([]byte, error)

func (*NullableGetJossoRssRes) Set ¶

func (*NullableGetJossoRssRes) UnmarshalJSON ¶

func (v *NullableGetJossoRssRes) UnmarshalJSON(src []byte) error

func (*NullableGetJossoRssRes) Unset ¶

func (v *NullableGetJossoRssRes) Unset()

type NullableGetOidcRpReq ¶

type NullableGetOidcRpReq struct {
	// contains filtered or unexported fields
}

func NewNullableGetOidcRpReq ¶

func NewNullableGetOidcRpReq(val *GetOidcRpReq) *NullableGetOidcRpReq

func (NullableGetOidcRpReq) Get ¶

func (NullableGetOidcRpReq) IsSet ¶

func (v NullableGetOidcRpReq) IsSet() bool

func (NullableGetOidcRpReq) MarshalJSON ¶

func (v NullableGetOidcRpReq) MarshalJSON() ([]byte, error)

func (*NullableGetOidcRpReq) Set ¶

func (v *NullableGetOidcRpReq) Set(val *GetOidcRpReq)

func (*NullableGetOidcRpReq) UnmarshalJSON ¶

func (v *NullableGetOidcRpReq) UnmarshalJSON(src []byte) error

func (*NullableGetOidcRpReq) Unset ¶

func (v *NullableGetOidcRpReq) Unset()

type NullableGetOidcRpRes ¶

type NullableGetOidcRpRes struct {
	// contains filtered or unexported fields
}

func NewNullableGetOidcRpRes ¶

func NewNullableGetOidcRpRes(val *GetOidcRpRes) *NullableGetOidcRpRes

func (NullableGetOidcRpRes) Get ¶

func (NullableGetOidcRpRes) IsSet ¶

func (v NullableGetOidcRpRes) IsSet() bool

func (NullableGetOidcRpRes) MarshalJSON ¶

func (v NullableGetOidcRpRes) MarshalJSON() ([]byte, error)

func (*NullableGetOidcRpRes) Set ¶

func (v *NullableGetOidcRpRes) Set(val *GetOidcRpRes)

func (*NullableGetOidcRpRes) UnmarshalJSON ¶

func (v *NullableGetOidcRpRes) UnmarshalJSON(src []byte) error

func (*NullableGetOidcRpRes) Unset ¶

func (v *NullableGetOidcRpRes) Unset()

type NullableGetOidcRpsRes ¶

type NullableGetOidcRpsRes struct {
	// contains filtered or unexported fields
}

func NewNullableGetOidcRpsRes ¶

func NewNullableGetOidcRpsRes(val *GetOidcRpsRes) *NullableGetOidcRpsRes

func (NullableGetOidcRpsRes) Get ¶

func (NullableGetOidcRpsRes) IsSet ¶

func (v NullableGetOidcRpsRes) IsSet() bool

func (NullableGetOidcRpsRes) MarshalJSON ¶

func (v NullableGetOidcRpsRes) MarshalJSON() ([]byte, error)

func (*NullableGetOidcRpsRes) Set ¶

func (v *NullableGetOidcRpsRes) Set(val *GetOidcRpsRes)

func (*NullableGetOidcRpsRes) UnmarshalJSON ¶

func (v *NullableGetOidcRpsRes) UnmarshalJSON(src []byte) error

func (*NullableGetOidcRpsRes) Unset ¶

func (v *NullableGetOidcRpsRes) Unset()

type NullableGetPhpExecEnvReq ¶ added in v0.1.1

type NullableGetPhpExecEnvReq struct {
	// contains filtered or unexported fields
}

func NewNullableGetPhpExecEnvReq ¶ added in v0.1.1

func NewNullableGetPhpExecEnvReq(val *GetPhpExecEnvReq) *NullableGetPhpExecEnvReq

func (NullableGetPhpExecEnvReq) Get ¶ added in v0.1.1

func (NullableGetPhpExecEnvReq) IsSet ¶ added in v0.1.1

func (v NullableGetPhpExecEnvReq) IsSet() bool

func (NullableGetPhpExecEnvReq) MarshalJSON ¶ added in v0.1.1

func (v NullableGetPhpExecEnvReq) MarshalJSON() ([]byte, error)

func (*NullableGetPhpExecEnvReq) Set ¶ added in v0.1.1

func (*NullableGetPhpExecEnvReq) UnmarshalJSON ¶ added in v0.1.1

func (v *NullableGetPhpExecEnvReq) UnmarshalJSON(src []byte) error

func (*NullableGetPhpExecEnvReq) Unset ¶ added in v0.1.1

func (v *NullableGetPhpExecEnvReq) Unset()

type NullableGetPhpExecEnvRes ¶ added in v0.1.1

type NullableGetPhpExecEnvRes struct {
	// contains filtered or unexported fields
}

func NewNullableGetPhpExecEnvRes ¶ added in v0.1.1

func NewNullableGetPhpExecEnvRes(val *GetPhpExecEnvRes) *NullableGetPhpExecEnvRes

func (NullableGetPhpExecEnvRes) Get ¶ added in v0.1.1

func (NullableGetPhpExecEnvRes) IsSet ¶ added in v0.1.1

func (v NullableGetPhpExecEnvRes) IsSet() bool

func (NullableGetPhpExecEnvRes) MarshalJSON ¶ added in v0.1.1

func (v NullableGetPhpExecEnvRes) MarshalJSON() ([]byte, error)

func (*NullableGetPhpExecEnvRes) Set ¶ added in v0.1.1

func (*NullableGetPhpExecEnvRes) UnmarshalJSON ¶ added in v0.1.1

func (v *NullableGetPhpExecEnvRes) UnmarshalJSON(src []byte) error

func (*NullableGetPhpExecEnvRes) Unset ¶ added in v0.1.1

func (v *NullableGetPhpExecEnvRes) Unset()

type NullableGetPhpExecEnvsRes ¶ added in v0.1.1

type NullableGetPhpExecEnvsRes struct {
	// contains filtered or unexported fields
}

func NewNullableGetPhpExecEnvsRes ¶ added in v0.1.1

func NewNullableGetPhpExecEnvsRes(val *GetPhpExecEnvsRes) *NullableGetPhpExecEnvsRes

func (NullableGetPhpExecEnvsRes) Get ¶ added in v0.1.1

func (NullableGetPhpExecEnvsRes) IsSet ¶ added in v0.1.1

func (v NullableGetPhpExecEnvsRes) IsSet() bool

func (NullableGetPhpExecEnvsRes) MarshalJSON ¶ added in v0.1.1

func (v NullableGetPhpExecEnvsRes) MarshalJSON() ([]byte, error)

func (*NullableGetPhpExecEnvsRes) Set ¶ added in v0.1.1

func (*NullableGetPhpExecEnvsRes) UnmarshalJSON ¶ added in v0.1.1

func (v *NullableGetPhpExecEnvsRes) UnmarshalJSON(src []byte) error

func (*NullableGetPhpExecEnvsRes) Unset ¶ added in v0.1.1

func (v *NullableGetPhpExecEnvsRes) Unset()

type NullableGetProviderReq ¶

type NullableGetProviderReq struct {
	// contains filtered or unexported fields
}

func NewNullableGetProviderReq ¶

func NewNullableGetProviderReq(val *GetProviderReq) *NullableGetProviderReq

func (NullableGetProviderReq) Get ¶

func (NullableGetProviderReq) IsSet ¶

func (v NullableGetProviderReq) IsSet() bool

func (NullableGetProviderReq) MarshalJSON ¶

func (v NullableGetProviderReq) MarshalJSON() ([]byte, error)

func (*NullableGetProviderReq) Set ¶

func (*NullableGetProviderReq) UnmarshalJSON ¶

func (v *NullableGetProviderReq) UnmarshalJSON(src []byte) error

func (*NullableGetProviderReq) Unset ¶

func (v *NullableGetProviderReq) Unset()

type NullableGetProviderRes ¶

type NullableGetProviderRes struct {
	// contains filtered or unexported fields
}

func NewNullableGetProviderRes ¶

func NewNullableGetProviderRes(val *GetProviderRes) *NullableGetProviderRes

func (NullableGetProviderRes) Get ¶

func (NullableGetProviderRes) IsSet ¶

func (v NullableGetProviderRes) IsSet() bool

func (NullableGetProviderRes) MarshalJSON ¶

func (v NullableGetProviderRes) MarshalJSON() ([]byte, error)

func (*NullableGetProviderRes) Set ¶

func (*NullableGetProviderRes) UnmarshalJSON ¶

func (v *NullableGetProviderRes) UnmarshalJSON(src []byte) error

func (*NullableGetProviderRes) Unset ¶

func (v *NullableGetProviderRes) Unset()

type NullableGetProvidersRes ¶

type NullableGetProvidersRes struct {
	// contains filtered or unexported fields
}

func NewNullableGetProvidersRes ¶

func NewNullableGetProvidersRes(val *GetProvidersRes) *NullableGetProvidersRes

func (NullableGetProvidersRes) Get ¶

func (NullableGetProvidersRes) IsSet ¶

func (v NullableGetProvidersRes) IsSet() bool

func (NullableGetProvidersRes) MarshalJSON ¶

func (v NullableGetProvidersRes) MarshalJSON() ([]byte, error)

func (*NullableGetProvidersRes) Set ¶

func (*NullableGetProvidersRes) UnmarshalJSON ¶

func (v *NullableGetProvidersRes) UnmarshalJSON(src []byte) error

func (*NullableGetProvidersRes) Unset ¶

func (v *NullableGetProvidersRes) Unset()

type NullableGetSelfSvcRsReq ¶ added in v0.4.3

type NullableGetSelfSvcRsReq struct {
	// contains filtered or unexported fields
}

func NewNullableGetSelfSvcRsReq ¶ added in v0.4.3

func NewNullableGetSelfSvcRsReq(val *GetSelfSvcRsReq) *NullableGetSelfSvcRsReq

func (NullableGetSelfSvcRsReq) Get ¶ added in v0.4.3

func (NullableGetSelfSvcRsReq) IsSet ¶ added in v0.4.3

func (v NullableGetSelfSvcRsReq) IsSet() bool

func (NullableGetSelfSvcRsReq) MarshalJSON ¶ added in v0.4.3

func (v NullableGetSelfSvcRsReq) MarshalJSON() ([]byte, error)

func (*NullableGetSelfSvcRsReq) Set ¶ added in v0.4.3

func (*NullableGetSelfSvcRsReq) UnmarshalJSON ¶ added in v0.4.3

func (v *NullableGetSelfSvcRsReq) UnmarshalJSON(src []byte) error

func (*NullableGetSelfSvcRsReq) Unset ¶ added in v0.4.3

func (v *NullableGetSelfSvcRsReq) Unset()

type NullableGetSelfSvcRsRes ¶ added in v0.4.3

type NullableGetSelfSvcRsRes struct {
	// contains filtered or unexported fields
}

func NewNullableGetSelfSvcRsRes ¶ added in v0.4.3

func NewNullableGetSelfSvcRsRes(val *GetSelfSvcRsRes) *NullableGetSelfSvcRsRes

func (NullableGetSelfSvcRsRes) Get ¶ added in v0.4.3

func (NullableGetSelfSvcRsRes) IsSet ¶ added in v0.4.3

func (v NullableGetSelfSvcRsRes) IsSet() bool

func (NullableGetSelfSvcRsRes) MarshalJSON ¶ added in v0.4.3

func (v NullableGetSelfSvcRsRes) MarshalJSON() ([]byte, error)

func (*NullableGetSelfSvcRsRes) Set ¶ added in v0.4.3

func (*NullableGetSelfSvcRsRes) UnmarshalJSON ¶ added in v0.4.3

func (v *NullableGetSelfSvcRsRes) UnmarshalJSON(src []byte) error

func (*NullableGetSelfSvcRsRes) Unset ¶ added in v0.4.3

func (v *NullableGetSelfSvcRsRes) Unset()

type NullableGetSelfSvcRssRes ¶ added in v0.4.3

type NullableGetSelfSvcRssRes struct {
	// contains filtered or unexported fields
}

func NewNullableGetSelfSvcRssRes ¶ added in v0.4.3

func NewNullableGetSelfSvcRssRes(val *GetSelfSvcRssRes) *NullableGetSelfSvcRssRes

func (NullableGetSelfSvcRssRes) Get ¶ added in v0.4.3

func (NullableGetSelfSvcRssRes) IsSet ¶ added in v0.4.3

func (v NullableGetSelfSvcRssRes) IsSet() bool

func (NullableGetSelfSvcRssRes) MarshalJSON ¶ added in v0.4.3

func (v NullableGetSelfSvcRssRes) MarshalJSON() ([]byte, error)

func (*NullableGetSelfSvcRssRes) Set ¶ added in v0.4.3

func (*NullableGetSelfSvcRssRes) UnmarshalJSON ¶ added in v0.4.3

func (v *NullableGetSelfSvcRssRes) UnmarshalJSON(src []byte) error

func (*NullableGetSelfSvcRssRes) Unset ¶ added in v0.4.3

func (v *NullableGetSelfSvcRssRes) Unset()

type NullableGetServerInfoReq ¶ added in v0.5.0

type NullableGetServerInfoReq struct {
	// contains filtered or unexported fields
}

func NewNullableGetServerInfoReq ¶ added in v0.5.0

func NewNullableGetServerInfoReq(val *GetServerInfoReq) *NullableGetServerInfoReq

func (NullableGetServerInfoReq) Get ¶ added in v0.5.0

func (NullableGetServerInfoReq) IsSet ¶ added in v0.5.0

func (v NullableGetServerInfoReq) IsSet() bool

func (NullableGetServerInfoReq) MarshalJSON ¶ added in v0.5.0

func (v NullableGetServerInfoReq) MarshalJSON() ([]byte, error)

func (*NullableGetServerInfoReq) Set ¶ added in v0.5.0

func (*NullableGetServerInfoReq) UnmarshalJSON ¶ added in v0.5.0

func (v *NullableGetServerInfoReq) UnmarshalJSON(src []byte) error

func (*NullableGetServerInfoReq) Unset ¶ added in v0.5.0

func (v *NullableGetServerInfoReq) Unset()

type NullableGetServerInfoRes ¶ added in v0.5.0

type NullableGetServerInfoRes struct {
	// contains filtered or unexported fields
}

func NewNullableGetServerInfoRes ¶ added in v0.5.0

func NewNullableGetServerInfoRes(val *GetServerInfoRes) *NullableGetServerInfoRes

func (NullableGetServerInfoRes) Get ¶ added in v0.5.0

func (NullableGetServerInfoRes) IsSet ¶ added in v0.5.0

func (v NullableGetServerInfoRes) IsSet() bool

func (NullableGetServerInfoRes) MarshalJSON ¶ added in v0.5.0

func (v NullableGetServerInfoRes) MarshalJSON() ([]byte, error)

func (*NullableGetServerInfoRes) Set ¶ added in v0.5.0

func (*NullableGetServerInfoRes) UnmarshalJSON ¶ added in v0.5.0

func (v *NullableGetServerInfoRes) UnmarshalJSON(src []byte) error

func (*NullableGetServerInfoRes) Unset ¶ added in v0.5.0

func (v *NullableGetServerInfoRes) Unset()

type NullableGetSharepointRsReq ¶ added in v0.2.1

type NullableGetSharepointRsReq struct {
	// contains filtered or unexported fields
}

func NewNullableGetSharepointRsReq ¶ added in v0.2.1

func NewNullableGetSharepointRsReq(val *GetSharepointRsReq) *NullableGetSharepointRsReq

func (NullableGetSharepointRsReq) Get ¶ added in v0.2.1

func (NullableGetSharepointRsReq) IsSet ¶ added in v0.2.1

func (v NullableGetSharepointRsReq) IsSet() bool

func (NullableGetSharepointRsReq) MarshalJSON ¶ added in v0.2.1

func (v NullableGetSharepointRsReq) MarshalJSON() ([]byte, error)

func (*NullableGetSharepointRsReq) Set ¶ added in v0.2.1

func (*NullableGetSharepointRsReq) UnmarshalJSON ¶ added in v0.2.1

func (v *NullableGetSharepointRsReq) UnmarshalJSON(src []byte) error

func (*NullableGetSharepointRsReq) Unset ¶ added in v0.2.1

func (v *NullableGetSharepointRsReq) Unset()

type NullableGetSharepointRsRes ¶ added in v0.2.1

type NullableGetSharepointRsRes struct {
	// contains filtered or unexported fields
}

func NewNullableGetSharepointRsRes ¶ added in v0.2.1

func NewNullableGetSharepointRsRes(val *GetSharepointRsRes) *NullableGetSharepointRsRes

func (NullableGetSharepointRsRes) Get ¶ added in v0.2.1

func (NullableGetSharepointRsRes) IsSet ¶ added in v0.2.1

func (v NullableGetSharepointRsRes) IsSet() bool

func (NullableGetSharepointRsRes) MarshalJSON ¶ added in v0.2.1

func (v NullableGetSharepointRsRes) MarshalJSON() ([]byte, error)

func (*NullableGetSharepointRsRes) Set ¶ added in v0.2.1

func (*NullableGetSharepointRsRes) UnmarshalJSON ¶ added in v0.2.1

func (v *NullableGetSharepointRsRes) UnmarshalJSON(src []byte) error

func (*NullableGetSharepointRsRes) Unset ¶ added in v0.2.1

func (v *NullableGetSharepointRsRes) Unset()

type NullableGetSharepointRssRes ¶ added in v0.2.1

type NullableGetSharepointRssRes struct {
	// contains filtered or unexported fields
}

func NewNullableGetSharepointRssRes ¶ added in v0.2.1

func NewNullableGetSharepointRssRes(val *GetSharepointRssRes) *NullableGetSharepointRssRes

func (NullableGetSharepointRssRes) Get ¶ added in v0.2.1

func (NullableGetSharepointRssRes) IsSet ¶ added in v0.2.1

func (NullableGetSharepointRssRes) MarshalJSON ¶ added in v0.2.1

func (v NullableGetSharepointRssRes) MarshalJSON() ([]byte, error)

func (*NullableGetSharepointRssRes) Set ¶ added in v0.2.1

func (*NullableGetSharepointRssRes) UnmarshalJSON ¶ added in v0.2.1

func (v *NullableGetSharepointRssRes) UnmarshalJSON(src []byte) error

func (*NullableGetSharepointRssRes) Unset ¶ added in v0.2.1

func (v *NullableGetSharepointRssRes) Unset()

type NullableGetTomcatExecEnvReq ¶

type NullableGetTomcatExecEnvReq struct {
	// contains filtered or unexported fields
}

func (NullableGetTomcatExecEnvReq) Get ¶

func (NullableGetTomcatExecEnvReq) IsSet ¶

func (NullableGetTomcatExecEnvReq) MarshalJSON ¶

func (v NullableGetTomcatExecEnvReq) MarshalJSON() ([]byte, error)

func (*NullableGetTomcatExecEnvReq) Set ¶

func (*NullableGetTomcatExecEnvReq) UnmarshalJSON ¶

func (v *NullableGetTomcatExecEnvReq) UnmarshalJSON(src []byte) error

func (*NullableGetTomcatExecEnvReq) Unset ¶

func (v *NullableGetTomcatExecEnvReq) Unset()

type NullableGetTomcatExecEnvRes ¶

type NullableGetTomcatExecEnvRes struct {
	// contains filtered or unexported fields
}

func (NullableGetTomcatExecEnvRes) Get ¶

func (NullableGetTomcatExecEnvRes) IsSet ¶

func (NullableGetTomcatExecEnvRes) MarshalJSON ¶

func (v NullableGetTomcatExecEnvRes) MarshalJSON() ([]byte, error)

func (*NullableGetTomcatExecEnvRes) Set ¶

func (*NullableGetTomcatExecEnvRes) UnmarshalJSON ¶

func (v *NullableGetTomcatExecEnvRes) UnmarshalJSON(src []byte) error

func (*NullableGetTomcatExecEnvRes) Unset ¶

func (v *NullableGetTomcatExecEnvRes) Unset()

type NullableGetTomcatExecEnvsRes ¶

type NullableGetTomcatExecEnvsRes struct {
	// contains filtered or unexported fields
}

func (NullableGetTomcatExecEnvsRes) Get ¶

func (NullableGetTomcatExecEnvsRes) IsSet ¶

func (NullableGetTomcatExecEnvsRes) MarshalJSON ¶

func (v NullableGetTomcatExecEnvsRes) MarshalJSON() ([]byte, error)

func (*NullableGetTomcatExecEnvsRes) Set ¶

func (*NullableGetTomcatExecEnvsRes) UnmarshalJSON ¶

func (v *NullableGetTomcatExecEnvsRes) UnmarshalJSON(src []byte) error

func (*NullableGetTomcatExecEnvsRes) Unset ¶

func (v *NullableGetTomcatExecEnvsRes) Unset()

type NullableGetTypesRes ¶

type NullableGetTypesRes struct {
	// contains filtered or unexported fields
}

func NewNullableGetTypesRes ¶

func NewNullableGetTypesRes(val *GetTypesRes) *NullableGetTypesRes

func (NullableGetTypesRes) Get ¶

func (NullableGetTypesRes) IsSet ¶

func (v NullableGetTypesRes) IsSet() bool

func (NullableGetTypesRes) MarshalJSON ¶

func (v NullableGetTypesRes) MarshalJSON() ([]byte, error)

func (*NullableGetTypesRes) Set ¶

func (v *NullableGetTypesRes) Set(val *GetTypesRes)

func (*NullableGetTypesRes) UnmarshalJSON ¶

func (v *NullableGetTypesRes) UnmarshalJSON(src []byte) error

func (*NullableGetTypesRes) Unset ¶

func (v *NullableGetTypesRes) Unset()

type NullableGetVirtSaml2SpReq ¶

type NullableGetVirtSaml2SpReq struct {
	// contains filtered or unexported fields
}

func NewNullableGetVirtSaml2SpReq ¶

func NewNullableGetVirtSaml2SpReq(val *GetVirtSaml2SpReq) *NullableGetVirtSaml2SpReq

func (NullableGetVirtSaml2SpReq) Get ¶

func (NullableGetVirtSaml2SpReq) IsSet ¶

func (v NullableGetVirtSaml2SpReq) IsSet() bool

func (NullableGetVirtSaml2SpReq) MarshalJSON ¶

func (v NullableGetVirtSaml2SpReq) MarshalJSON() ([]byte, error)

func (*NullableGetVirtSaml2SpReq) Set ¶

func (*NullableGetVirtSaml2SpReq) UnmarshalJSON ¶

func (v *NullableGetVirtSaml2SpReq) UnmarshalJSON(src []byte) error

func (*NullableGetVirtSaml2SpReq) Unset ¶

func (v *NullableGetVirtSaml2SpReq) Unset()

type NullableGetVirtSaml2SpRes ¶

type NullableGetVirtSaml2SpRes struct {
	// contains filtered or unexported fields
}

func NewNullableGetVirtSaml2SpRes ¶

func NewNullableGetVirtSaml2SpRes(val *GetVirtSaml2SpRes) *NullableGetVirtSaml2SpRes

func (NullableGetVirtSaml2SpRes) Get ¶

func (NullableGetVirtSaml2SpRes) IsSet ¶

func (v NullableGetVirtSaml2SpRes) IsSet() bool

func (NullableGetVirtSaml2SpRes) MarshalJSON ¶

func (v NullableGetVirtSaml2SpRes) MarshalJSON() ([]byte, error)

func (*NullableGetVirtSaml2SpRes) Set ¶

func (*NullableGetVirtSaml2SpRes) UnmarshalJSON ¶

func (v *NullableGetVirtSaml2SpRes) UnmarshalJSON(src []byte) error

func (*NullableGetVirtSaml2SpRes) Unset ¶

func (v *NullableGetVirtSaml2SpRes) Unset()

type NullableGetVirtSaml2SpsRes ¶

type NullableGetVirtSaml2SpsRes struct {
	// contains filtered or unexported fields
}

func NewNullableGetVirtSaml2SpsRes ¶

func NewNullableGetVirtSaml2SpsRes(val *GetVirtSaml2SpsRes) *NullableGetVirtSaml2SpsRes

func (NullableGetVirtSaml2SpsRes) Get ¶

func (NullableGetVirtSaml2SpsRes) IsSet ¶

func (v NullableGetVirtSaml2SpsRes) IsSet() bool

func (NullableGetVirtSaml2SpsRes) MarshalJSON ¶

func (v NullableGetVirtSaml2SpsRes) MarshalJSON() ([]byte, error)

func (*NullableGetVirtSaml2SpsRes) Set ¶

func (*NullableGetVirtSaml2SpsRes) UnmarshalJSON ¶

func (v *NullableGetVirtSaml2SpsRes) UnmarshalJSON(src []byte) error

func (*NullableGetVirtSaml2SpsRes) Unset ¶

func (v *NullableGetVirtSaml2SpsRes) Unset()

type NullableGetWeblogicExecEnvReq ¶ added in v0.2.1

type NullableGetWeblogicExecEnvReq struct {
	// contains filtered or unexported fields
}

func NewNullableGetWeblogicExecEnvReq ¶ added in v0.2.1

func NewNullableGetWeblogicExecEnvReq(val *GetWeblogicExecEnvReq) *NullableGetWeblogicExecEnvReq

func (NullableGetWeblogicExecEnvReq) Get ¶ added in v0.2.1

func (NullableGetWeblogicExecEnvReq) IsSet ¶ added in v0.2.1

func (NullableGetWeblogicExecEnvReq) MarshalJSON ¶ added in v0.2.1

func (v NullableGetWeblogicExecEnvReq) MarshalJSON() ([]byte, error)

func (*NullableGetWeblogicExecEnvReq) Set ¶ added in v0.2.1

func (*NullableGetWeblogicExecEnvReq) UnmarshalJSON ¶ added in v0.2.1

func (v *NullableGetWeblogicExecEnvReq) UnmarshalJSON(src []byte) error

func (*NullableGetWeblogicExecEnvReq) Unset ¶ added in v0.2.1

func (v *NullableGetWeblogicExecEnvReq) Unset()

type NullableGetWeblogicExecEnvRes ¶ added in v0.2.1

type NullableGetWeblogicExecEnvRes struct {
	// contains filtered or unexported fields
}

func NewNullableGetWeblogicExecEnvRes ¶ added in v0.2.1

func NewNullableGetWeblogicExecEnvRes(val *GetWeblogicExecEnvRes) *NullableGetWeblogicExecEnvRes

func (NullableGetWeblogicExecEnvRes) Get ¶ added in v0.2.1

func (NullableGetWeblogicExecEnvRes) IsSet ¶ added in v0.2.1

func (NullableGetWeblogicExecEnvRes) MarshalJSON ¶ added in v0.2.1

func (v NullableGetWeblogicExecEnvRes) MarshalJSON() ([]byte, error)

func (*NullableGetWeblogicExecEnvRes) Set ¶ added in v0.2.1

func (*NullableGetWeblogicExecEnvRes) UnmarshalJSON ¶ added in v0.2.1

func (v *NullableGetWeblogicExecEnvRes) UnmarshalJSON(src []byte) error

func (*NullableGetWeblogicExecEnvRes) Unset ¶ added in v0.2.1

func (v *NullableGetWeblogicExecEnvRes) Unset()

type NullableGetWeblogicExecEnvsRes ¶ added in v0.2.1

type NullableGetWeblogicExecEnvsRes struct {
	// contains filtered or unexported fields
}

func NewNullableGetWeblogicExecEnvsRes ¶ added in v0.2.1

func NewNullableGetWeblogicExecEnvsRes(val *GetWeblogicExecEnvsRes) *NullableGetWeblogicExecEnvsRes

func (NullableGetWeblogicExecEnvsRes) Get ¶ added in v0.2.1

func (NullableGetWeblogicExecEnvsRes) IsSet ¶ added in v0.2.1

func (NullableGetWeblogicExecEnvsRes) MarshalJSON ¶ added in v0.2.1

func (v NullableGetWeblogicExecEnvsRes) MarshalJSON() ([]byte, error)

func (*NullableGetWeblogicExecEnvsRes) Set ¶ added in v0.2.1

func (*NullableGetWeblogicExecEnvsRes) UnmarshalJSON ¶ added in v0.2.1

func (v *NullableGetWeblogicExecEnvsRes) UnmarshalJSON(src []byte) error

func (*NullableGetWeblogicExecEnvsRes) Unset ¶ added in v0.2.1

func (v *NullableGetWeblogicExecEnvsRes) Unset()

type NullableGoogleOpenIDConnectIdentityProviderDTO ¶ added in v0.2.2

type NullableGoogleOpenIDConnectIdentityProviderDTO struct {
	// contains filtered or unexported fields
}

func (NullableGoogleOpenIDConnectIdentityProviderDTO) Get ¶ added in v0.2.2

func (NullableGoogleOpenIDConnectIdentityProviderDTO) IsSet ¶ added in v0.2.2

func (NullableGoogleOpenIDConnectIdentityProviderDTO) MarshalJSON ¶ added in v0.2.2

func (*NullableGoogleOpenIDConnectIdentityProviderDTO) Set ¶ added in v0.2.2

func (*NullableGoogleOpenIDConnectIdentityProviderDTO) UnmarshalJSON ¶ added in v0.2.2

func (*NullableGoogleOpenIDConnectIdentityProviderDTO) Unset ¶ added in v0.2.2

type NullableGroupDTO ¶

type NullableGroupDTO struct {
	// contains filtered or unexported fields
}

func NewNullableGroupDTO ¶

func NewNullableGroupDTO(val *GroupDTO) *NullableGroupDTO

func (NullableGroupDTO) Get ¶

func (v NullableGroupDTO) Get() *GroupDTO

func (NullableGroupDTO) IsSet ¶

func (v NullableGroupDTO) IsSet() bool

func (NullableGroupDTO) MarshalJSON ¶

func (v NullableGroupDTO) MarshalJSON() ([]byte, error)

func (*NullableGroupDTO) Set ¶

func (v *NullableGroupDTO) Set(val *GroupDTO)

func (*NullableGroupDTO) UnmarshalJSON ¶

func (v *NullableGroupDTO) UnmarshalJSON(src []byte) error

func (*NullableGroupDTO) Unset ¶

func (v *NullableGroupDTO) Unset()

type NullableIdSourceContainerDTO ¶ added in v0.2.4

type NullableIdSourceContainerDTO struct {
	// contains filtered or unexported fields
}

func NewNullableIdSourceContainerDTO ¶ added in v0.2.4

func NewNullableIdSourceContainerDTO(val *IdSourceContainerDTO) *NullableIdSourceContainerDTO

func (NullableIdSourceContainerDTO) Get ¶ added in v0.2.4

func (NullableIdSourceContainerDTO) IsSet ¶ added in v0.2.4

func (NullableIdSourceContainerDTO) MarshalJSON ¶ added in v0.2.4

func (v NullableIdSourceContainerDTO) MarshalJSON() ([]byte, error)

func (*NullableIdSourceContainerDTO) Set ¶ added in v0.2.4

func (*NullableIdSourceContainerDTO) UnmarshalJSON ¶ added in v0.2.4

func (v *NullableIdSourceContainerDTO) UnmarshalJSON(src []byte) error

func (*NullableIdSourceContainerDTO) Unset ¶ added in v0.2.4

func (v *NullableIdSourceContainerDTO) Unset()

type NullableIdentityApplianceContainerDTO ¶

type NullableIdentityApplianceContainerDTO struct {
	// contains filtered or unexported fields
}

func (NullableIdentityApplianceContainerDTO) Get ¶

func (NullableIdentityApplianceContainerDTO) IsSet ¶

func (NullableIdentityApplianceContainerDTO) MarshalJSON ¶

func (v NullableIdentityApplianceContainerDTO) MarshalJSON() ([]byte, error)

func (*NullableIdentityApplianceContainerDTO) Set ¶

func (*NullableIdentityApplianceContainerDTO) UnmarshalJSON ¶

func (v *NullableIdentityApplianceContainerDTO) UnmarshalJSON(src []byte) error

func (*NullableIdentityApplianceContainerDTO) Unset ¶

type NullableIdentityApplianceDTO ¶

type NullableIdentityApplianceDTO struct {
	// contains filtered or unexported fields
}

func (NullableIdentityApplianceDTO) Get ¶

func (NullableIdentityApplianceDTO) IsSet ¶

func (NullableIdentityApplianceDTO) MarshalJSON ¶

func (v NullableIdentityApplianceDTO) MarshalJSON() ([]byte, error)

func (*NullableIdentityApplianceDTO) Set ¶

func (*NullableIdentityApplianceDTO) UnmarshalJSON ¶

func (v *NullableIdentityApplianceDTO) UnmarshalJSON(src []byte) error

func (*NullableIdentityApplianceDTO) Unset ¶

func (v *NullableIdentityApplianceDTO) Unset()

type NullableIdentityApplianceDefinitionDTO ¶

type NullableIdentityApplianceDefinitionDTO struct {
	// contains filtered or unexported fields
}

func (NullableIdentityApplianceDefinitionDTO) Get ¶

func (NullableIdentityApplianceDefinitionDTO) IsSet ¶

func (NullableIdentityApplianceDefinitionDTO) MarshalJSON ¶

func (v NullableIdentityApplianceDefinitionDTO) MarshalJSON() ([]byte, error)

func (*NullableIdentityApplianceDefinitionDTO) Set ¶

func (*NullableIdentityApplianceDefinitionDTO) UnmarshalJSON ¶

func (v *NullableIdentityApplianceDefinitionDTO) UnmarshalJSON(src []byte) error

func (*NullableIdentityApplianceDefinitionDTO) Unset ¶

type NullableIdentityApplianceDeploymentDTO ¶

type NullableIdentityApplianceDeploymentDTO struct {
	// contains filtered or unexported fields
}

func (NullableIdentityApplianceDeploymentDTO) Get ¶

func (NullableIdentityApplianceDeploymentDTO) IsSet ¶

func (NullableIdentityApplianceDeploymentDTO) MarshalJSON ¶

func (v NullableIdentityApplianceDeploymentDTO) MarshalJSON() ([]byte, error)

func (*NullableIdentityApplianceDeploymentDTO) Set ¶

func (*NullableIdentityApplianceDeploymentDTO) UnmarshalJSON ¶

func (v *NullableIdentityApplianceDeploymentDTO) UnmarshalJSON(src []byte) error

func (*NullableIdentityApplianceDeploymentDTO) Unset ¶

type NullableIdentityApplianceSecurityConfigDTO ¶

type NullableIdentityApplianceSecurityConfigDTO struct {
	// contains filtered or unexported fields
}

func (NullableIdentityApplianceSecurityConfigDTO) Get ¶

func (NullableIdentityApplianceSecurityConfigDTO) IsSet ¶

func (NullableIdentityApplianceSecurityConfigDTO) MarshalJSON ¶

func (*NullableIdentityApplianceSecurityConfigDTO) Set ¶

func (*NullableIdentityApplianceSecurityConfigDTO) UnmarshalJSON ¶

func (v *NullableIdentityApplianceSecurityConfigDTO) UnmarshalJSON(src []byte) error

func (*NullableIdentityApplianceSecurityConfigDTO) Unset ¶

type NullableIdentityApplianceUnitDTO ¶

type NullableIdentityApplianceUnitDTO struct {
	// contains filtered or unexported fields
}

func (NullableIdentityApplianceUnitDTO) Get ¶

func (NullableIdentityApplianceUnitDTO) IsSet ¶

func (NullableIdentityApplianceUnitDTO) MarshalJSON ¶

func (v NullableIdentityApplianceUnitDTO) MarshalJSON() ([]byte, error)

func (*NullableIdentityApplianceUnitDTO) Set ¶

func (*NullableIdentityApplianceUnitDTO) UnmarshalJSON ¶

func (v *NullableIdentityApplianceUnitDTO) UnmarshalJSON(src []byte) error

func (*NullableIdentityApplianceUnitDTO) Unset ¶

type NullableIdentityLookupDTO ¶

type NullableIdentityLookupDTO struct {
	// contains filtered or unexported fields
}

func NewNullableIdentityLookupDTO ¶

func NewNullableIdentityLookupDTO(val *IdentityLookupDTO) *NullableIdentityLookupDTO

func (NullableIdentityLookupDTO) Get ¶

func (NullableIdentityLookupDTO) IsSet ¶

func (v NullableIdentityLookupDTO) IsSet() bool

func (NullableIdentityLookupDTO) MarshalJSON ¶

func (v NullableIdentityLookupDTO) MarshalJSON() ([]byte, error)

func (*NullableIdentityLookupDTO) Set ¶

func (*NullableIdentityLookupDTO) UnmarshalJSON ¶

func (v *NullableIdentityLookupDTO) UnmarshalJSON(src []byte) error

func (*NullableIdentityLookupDTO) Unset ¶

func (v *NullableIdentityLookupDTO) Unset()

type NullableIdentityMappingPolicyDTO ¶

type NullableIdentityMappingPolicyDTO struct {
	// contains filtered or unexported fields
}

func (NullableIdentityMappingPolicyDTO) Get ¶

func (NullableIdentityMappingPolicyDTO) IsSet ¶

func (NullableIdentityMappingPolicyDTO) MarshalJSON ¶

func (v NullableIdentityMappingPolicyDTO) MarshalJSON() ([]byte, error)

func (*NullableIdentityMappingPolicyDTO) Set ¶

func (*NullableIdentityMappingPolicyDTO) UnmarshalJSON ¶

func (v *NullableIdentityMappingPolicyDTO) UnmarshalJSON(src []byte) error

func (*NullableIdentityMappingPolicyDTO) Unset ¶

type NullableIdentityProviderChannelDTO ¶

type NullableIdentityProviderChannelDTO struct {
	// contains filtered or unexported fields
}

func (NullableIdentityProviderChannelDTO) Get ¶

func (NullableIdentityProviderChannelDTO) IsSet ¶

func (NullableIdentityProviderChannelDTO) MarshalJSON ¶

func (v NullableIdentityProviderChannelDTO) MarshalJSON() ([]byte, error)

func (*NullableIdentityProviderChannelDTO) Set ¶

func (*NullableIdentityProviderChannelDTO) UnmarshalJSON ¶

func (v *NullableIdentityProviderChannelDTO) UnmarshalJSON(src []byte) error

func (*NullableIdentityProviderChannelDTO) Unset ¶

type NullableIdentityProviderDTO ¶

type NullableIdentityProviderDTO struct {
	// contains filtered or unexported fields
}

func (NullableIdentityProviderDTO) Get ¶

func (NullableIdentityProviderDTO) IsSet ¶

func (NullableIdentityProviderDTO) MarshalJSON ¶

func (v NullableIdentityProviderDTO) MarshalJSON() ([]byte, error)

func (*NullableIdentityProviderDTO) Set ¶

func (*NullableIdentityProviderDTO) UnmarshalJSON ¶

func (v *NullableIdentityProviderDTO) UnmarshalJSON(src []byte) error

func (*NullableIdentityProviderDTO) Unset ¶

func (v *NullableIdentityProviderDTO) Unset()

type NullableIdentitySourceDTO ¶

type NullableIdentitySourceDTO struct {
	// contains filtered or unexported fields
}

func NewNullableIdentitySourceDTO ¶

func NewNullableIdentitySourceDTO(val *IdentitySourceDTO) *NullableIdentitySourceDTO

func (NullableIdentitySourceDTO) Get ¶

func (NullableIdentitySourceDTO) IsSet ¶

func (v NullableIdentitySourceDTO) IsSet() bool

func (NullableIdentitySourceDTO) MarshalJSON ¶

func (v NullableIdentitySourceDTO) MarshalJSON() ([]byte, error)

func (*NullableIdentitySourceDTO) Set ¶

func (*NullableIdentitySourceDTO) UnmarshalJSON ¶

func (v *NullableIdentitySourceDTO) UnmarshalJSON(src []byte) error

func (*NullableIdentitySourceDTO) Unset ¶

func (v *NullableIdentitySourceDTO) Unset()

type NullableImpersonateUserPolicyDTO ¶

type NullableImpersonateUserPolicyDTO struct {
	// contains filtered or unexported fields
}

func (NullableImpersonateUserPolicyDTO) Get ¶

func (NullableImpersonateUserPolicyDTO) IsSet ¶

func (NullableImpersonateUserPolicyDTO) MarshalJSON ¶

func (v NullableImpersonateUserPolicyDTO) MarshalJSON() ([]byte, error)

func (*NullableImpersonateUserPolicyDTO) Set ¶

func (*NullableImpersonateUserPolicyDTO) UnmarshalJSON ¶

func (v *NullableImpersonateUserPolicyDTO) UnmarshalJSON(src []byte) error

func (*NullableImpersonateUserPolicyDTO) Unset ¶

type NullableImportApplianceReq ¶

type NullableImportApplianceReq struct {
	// contains filtered or unexported fields
}

func NewNullableImportApplianceReq ¶

func NewNullableImportApplianceReq(val *ImportApplianceReq) *NullableImportApplianceReq

func (NullableImportApplianceReq) Get ¶

func (NullableImportApplianceReq) IsSet ¶

func (v NullableImportApplianceReq) IsSet() bool

func (NullableImportApplianceReq) MarshalJSON ¶

func (v NullableImportApplianceReq) MarshalJSON() ([]byte, error)

func (*NullableImportApplianceReq) Set ¶

func (*NullableImportApplianceReq) UnmarshalJSON ¶

func (v *NullableImportApplianceReq) UnmarshalJSON(src []byte) error

func (*NullableImportApplianceReq) Unset ¶

func (v *NullableImportApplianceReq) Unset()

type NullableImportApplianceRes ¶

type NullableImportApplianceRes struct {
	// contains filtered or unexported fields
}

func NewNullableImportApplianceRes ¶

func NewNullableImportApplianceRes(val *ImportApplianceRes) *NullableImportApplianceRes

func (NullableImportApplianceRes) Get ¶

func (NullableImportApplianceRes) IsSet ¶

func (v NullableImportApplianceRes) IsSet() bool

func (NullableImportApplianceRes) MarshalJSON ¶

func (v NullableImportApplianceRes) MarshalJSON() ([]byte, error)

func (*NullableImportApplianceRes) Set ¶

func (*NullableImportApplianceRes) UnmarshalJSON ¶

func (v *NullableImportApplianceRes) UnmarshalJSON(src []byte) error

func (*NullableImportApplianceRes) Unset ¶

func (v *NullableImportApplianceRes) Unset()

type NullableInt ¶

type NullableInt struct {
	// contains filtered or unexported fields
}

func NewNullableInt ¶

func NewNullableInt(val *int) *NullableInt

func (NullableInt) Get ¶

func (v NullableInt) Get() *int

func (NullableInt) IsSet ¶

func (v NullableInt) IsSet() bool

func (NullableInt) MarshalJSON ¶

func (v NullableInt) MarshalJSON() ([]byte, error)

func (*NullableInt) Set ¶

func (v *NullableInt) Set(val *int)

func (*NullableInt) UnmarshalJSON ¶

func (v *NullableInt) UnmarshalJSON(src []byte) error

func (*NullableInt) Unset ¶

func (v *NullableInt) Unset()

type NullableInt32 ¶

type NullableInt32 struct {
	// contains filtered or unexported fields
}

func NewNullableInt32 ¶

func NewNullableInt32(val *int32) *NullableInt32

func (NullableInt32) Get ¶

func (v NullableInt32) Get() *int32

func (NullableInt32) IsSet ¶

func (v NullableInt32) IsSet() bool

func (NullableInt32) MarshalJSON ¶

func (v NullableInt32) MarshalJSON() ([]byte, error)

func (*NullableInt32) Set ¶

func (v *NullableInt32) Set(val *int32)

func (*NullableInt32) UnmarshalJSON ¶

func (v *NullableInt32) UnmarshalJSON(src []byte) error

func (*NullableInt32) Unset ¶

func (v *NullableInt32) Unset()

type NullableInt64 ¶

type NullableInt64 struct {
	// contains filtered or unexported fields
}

func NewNullableInt64 ¶

func NewNullableInt64(val *int64) *NullableInt64

func (NullableInt64) Get ¶

func (v NullableInt64) Get() *int64

func (NullableInt64) IsSet ¶

func (v NullableInt64) IsSet() bool

func (NullableInt64) MarshalJSON ¶

func (v NullableInt64) MarshalJSON() ([]byte, error)

func (*NullableInt64) Set ¶

func (v *NullableInt64) Set(val *int64)

func (*NullableInt64) UnmarshalJSON ¶

func (v *NullableInt64) UnmarshalJSON(src []byte) error

func (*NullableInt64) Unset ¶

func (v *NullableInt64) Unset()

type NullableInternalSaml2ServiceProviderChannelDTO ¶

type NullableInternalSaml2ServiceProviderChannelDTO struct {
	// contains filtered or unexported fields
}

func (NullableInternalSaml2ServiceProviderChannelDTO) Get ¶

func (NullableInternalSaml2ServiceProviderChannelDTO) IsSet ¶

func (NullableInternalSaml2ServiceProviderChannelDTO) MarshalJSON ¶

func (*NullableInternalSaml2ServiceProviderChannelDTO) Set ¶

func (*NullableInternalSaml2ServiceProviderChannelDTO) UnmarshalJSON ¶

func (*NullableInternalSaml2ServiceProviderChannelDTO) Unset ¶

type NullableInternalSaml2ServiceProviderDTO ¶

type NullableInternalSaml2ServiceProviderDTO struct {
	// contains filtered or unexported fields
}

func (NullableInternalSaml2ServiceProviderDTO) Get ¶

func (NullableInternalSaml2ServiceProviderDTO) IsSet ¶

func (NullableInternalSaml2ServiceProviderDTO) MarshalJSON ¶

func (v NullableInternalSaml2ServiceProviderDTO) MarshalJSON() ([]byte, error)

func (*NullableInternalSaml2ServiceProviderDTO) Set ¶

func (*NullableInternalSaml2ServiceProviderDTO) UnmarshalJSON ¶

func (v *NullableInternalSaml2ServiceProviderDTO) UnmarshalJSON(src []byte) error

func (*NullableInternalSaml2ServiceProviderDTO) Unset ¶

type NullableJOSSO1ResourceDTO ¶

type NullableJOSSO1ResourceDTO struct {
	// contains filtered or unexported fields
}

func NewNullableJOSSO1ResourceDTO ¶

func NewNullableJOSSO1ResourceDTO(val *JOSSO1ResourceDTO) *NullableJOSSO1ResourceDTO

func (NullableJOSSO1ResourceDTO) Get ¶

func (NullableJOSSO1ResourceDTO) IsSet ¶

func (v NullableJOSSO1ResourceDTO) IsSet() bool

func (NullableJOSSO1ResourceDTO) MarshalJSON ¶

func (v NullableJOSSO1ResourceDTO) MarshalJSON() ([]byte, error)

func (*NullableJOSSO1ResourceDTO) Set ¶

func (*NullableJOSSO1ResourceDTO) UnmarshalJSON ¶

func (v *NullableJOSSO1ResourceDTO) UnmarshalJSON(src []byte) error

func (*NullableJOSSO1ResourceDTO) Unset ¶

func (v *NullableJOSSO1ResourceDTO) Unset()

type NullableKeystoreDTO ¶

type NullableKeystoreDTO struct {
	// contains filtered or unexported fields
}

func NewNullableKeystoreDTO ¶

func NewNullableKeystoreDTO(val *KeystoreDTO) *NullableKeystoreDTO

func (NullableKeystoreDTO) Get ¶

func (NullableKeystoreDTO) IsSet ¶

func (v NullableKeystoreDTO) IsSet() bool

func (NullableKeystoreDTO) MarshalJSON ¶

func (v NullableKeystoreDTO) MarshalJSON() ([]byte, error)

func (*NullableKeystoreDTO) Set ¶

func (v *NullableKeystoreDTO) Set(val *KeystoreDTO)

func (*NullableKeystoreDTO) UnmarshalJSON ¶

func (v *NullableKeystoreDTO) UnmarshalJSON(src []byte) error

func (*NullableKeystoreDTO) Unset ¶

func (v *NullableKeystoreDTO) Unset()

type NullableLdapIdentitySourceDTO ¶

type NullableLdapIdentitySourceDTO struct {
	// contains filtered or unexported fields
}

func (NullableLdapIdentitySourceDTO) Get ¶

func (NullableLdapIdentitySourceDTO) IsSet ¶

func (NullableLdapIdentitySourceDTO) MarshalJSON ¶

func (v NullableLdapIdentitySourceDTO) MarshalJSON() ([]byte, error)

func (*NullableLdapIdentitySourceDTO) Set ¶

func (*NullableLdapIdentitySourceDTO) UnmarshalJSON ¶

func (v *NullableLdapIdentitySourceDTO) UnmarshalJSON(src []byte) error

func (*NullableLdapIdentitySourceDTO) Unset ¶

func (v *NullableLdapIdentitySourceDTO) Unset()

type NullableLocationDTO ¶

type NullableLocationDTO struct {
	// contains filtered or unexported fields
}

func NewNullableLocationDTO ¶

func NewNullableLocationDTO(val *LocationDTO) *NullableLocationDTO

func (NullableLocationDTO) Get ¶

func (NullableLocationDTO) IsSet ¶

func (v NullableLocationDTO) IsSet() bool

func (NullableLocationDTO) MarshalJSON ¶

func (v NullableLocationDTO) MarshalJSON() ([]byte, error)

func (*NullableLocationDTO) Set ¶

func (v *NullableLocationDTO) Set(val *LocationDTO)

func (*NullableLocationDTO) UnmarshalJSON ¶

func (v *NullableLocationDTO) UnmarshalJSON(src []byte) error

func (*NullableLocationDTO) Unset ¶

func (v *NullableLocationDTO) Unset()

type NullableOAuth2ClientDTO ¶

type NullableOAuth2ClientDTO struct {
	// contains filtered or unexported fields
}

func NewNullableOAuth2ClientDTO ¶

func NewNullableOAuth2ClientDTO(val *OAuth2ClientDTO) *NullableOAuth2ClientDTO

func (NullableOAuth2ClientDTO) Get ¶

func (NullableOAuth2ClientDTO) IsSet ¶

func (v NullableOAuth2ClientDTO) IsSet() bool

func (NullableOAuth2ClientDTO) MarshalJSON ¶

func (v NullableOAuth2ClientDTO) MarshalJSON() ([]byte, error)

func (*NullableOAuth2ClientDTO) Set ¶

func (*NullableOAuth2ClientDTO) UnmarshalJSON ¶

func (v *NullableOAuth2ClientDTO) UnmarshalJSON(src []byte) error

func (*NullableOAuth2ClientDTO) Unset ¶

func (v *NullableOAuth2ClientDTO) Unset()

type NullableOAuth2PreAuthenticationServiceDTO ¶ added in v0.2.0

type NullableOAuth2PreAuthenticationServiceDTO struct {
	// contains filtered or unexported fields
}

func NewNullableOAuth2PreAuthenticationServiceDTO ¶ added in v0.2.0

func NewNullableOAuth2PreAuthenticationServiceDTO(val *OAuth2PreAuthenticationServiceDTO) *NullableOAuth2PreAuthenticationServiceDTO

func (NullableOAuth2PreAuthenticationServiceDTO) Get ¶ added in v0.2.0

func (NullableOAuth2PreAuthenticationServiceDTO) IsSet ¶ added in v0.2.0

func (NullableOAuth2PreAuthenticationServiceDTO) MarshalJSON ¶ added in v0.2.0

func (*NullableOAuth2PreAuthenticationServiceDTO) Set ¶ added in v0.2.0

func (*NullableOAuth2PreAuthenticationServiceDTO) UnmarshalJSON ¶ added in v0.2.0

func (v *NullableOAuth2PreAuthenticationServiceDTO) UnmarshalJSON(src []byte) error

func (*NullableOAuth2PreAuthenticationServiceDTO) Unset ¶ added in v0.2.0

type NullableOIDCSignOnRequest ¶

type NullableOIDCSignOnRequest struct {
	// contains filtered or unexported fields
}

func NewNullableOIDCSignOnRequest ¶

func NewNullableOIDCSignOnRequest(val *OIDCSignOnRequest) *NullableOIDCSignOnRequest

func (NullableOIDCSignOnRequest) Get ¶

func (NullableOIDCSignOnRequest) IsSet ¶

func (v NullableOIDCSignOnRequest) IsSet() bool

func (NullableOIDCSignOnRequest) MarshalJSON ¶

func (v NullableOIDCSignOnRequest) MarshalJSON() ([]byte, error)

func (*NullableOIDCSignOnRequest) Set ¶

func (*NullableOIDCSignOnRequest) UnmarshalJSON ¶

func (v *NullableOIDCSignOnRequest) UnmarshalJSON(src []byte) error

func (*NullableOIDCSignOnRequest) Unset ¶

func (v *NullableOIDCSignOnRequest) Unset()

type NullableOIDCSignOnResponse ¶

type NullableOIDCSignOnResponse struct {
	// contains filtered or unexported fields
}

func NewNullableOIDCSignOnResponse ¶

func NewNullableOIDCSignOnResponse(val *OIDCSignOnResponse) *NullableOIDCSignOnResponse

func (NullableOIDCSignOnResponse) Get ¶

func (NullableOIDCSignOnResponse) IsSet ¶

func (v NullableOIDCSignOnResponse) IsSet() bool

func (NullableOIDCSignOnResponse) MarshalJSON ¶

func (v NullableOIDCSignOnResponse) MarshalJSON() ([]byte, error)

func (*NullableOIDCSignOnResponse) Set ¶

func (*NullableOIDCSignOnResponse) UnmarshalJSON ¶

func (v *NullableOIDCSignOnResponse) UnmarshalJSON(src []byte) error

func (*NullableOIDCSignOnResponse) Unset ¶

func (v *NullableOIDCSignOnResponse) Unset()

type NullablePHPExecutionEnvironmentDTO ¶ added in v0.1.1

type NullablePHPExecutionEnvironmentDTO struct {
	// contains filtered or unexported fields
}

func NewNullablePHPExecutionEnvironmentDTO ¶ added in v0.1.1

func NewNullablePHPExecutionEnvironmentDTO(val *PHPExecutionEnvironmentDTO) *NullablePHPExecutionEnvironmentDTO

func (NullablePHPExecutionEnvironmentDTO) Get ¶ added in v0.1.1

func (NullablePHPExecutionEnvironmentDTO) IsSet ¶ added in v0.1.1

func (NullablePHPExecutionEnvironmentDTO) MarshalJSON ¶ added in v0.1.1

func (v NullablePHPExecutionEnvironmentDTO) MarshalJSON() ([]byte, error)

func (*NullablePHPExecutionEnvironmentDTO) Set ¶ added in v0.1.1

func (*NullablePHPExecutionEnvironmentDTO) UnmarshalJSON ¶ added in v0.1.1

func (v *NullablePHPExecutionEnvironmentDTO) UnmarshalJSON(src []byte) error

func (*NullablePHPExecutionEnvironmentDTO) Unset ¶ added in v0.1.1

type NullablePointDTO ¶

type NullablePointDTO struct {
	// contains filtered or unexported fields
}

func NewNullablePointDTO ¶

func NewNullablePointDTO(val *PointDTO) *NullablePointDTO

func (NullablePointDTO) Get ¶

func (v NullablePointDTO) Get() *PointDTO

func (NullablePointDTO) IsSet ¶

func (v NullablePointDTO) IsSet() bool

func (NullablePointDTO) MarshalJSON ¶

func (v NullablePointDTO) MarshalJSON() ([]byte, error)

func (*NullablePointDTO) Set ¶

func (v *NullablePointDTO) Set(val *PointDTO)

func (*NullablePointDTO) UnmarshalJSON ¶

func (v *NullablePointDTO) UnmarshalJSON(src []byte) error

func (*NullablePointDTO) Unset ¶

func (v *NullablePointDTO) Unset()

type NullableProviderConfigDTO ¶

type NullableProviderConfigDTO struct {
	// contains filtered or unexported fields
}

func NewNullableProviderConfigDTO ¶

func NewNullableProviderConfigDTO(val *ProviderConfigDTO) *NullableProviderConfigDTO

func (NullableProviderConfigDTO) Get ¶

func (NullableProviderConfigDTO) IsSet ¶

func (v NullableProviderConfigDTO) IsSet() bool

func (NullableProviderConfigDTO) MarshalJSON ¶

func (v NullableProviderConfigDTO) MarshalJSON() ([]byte, error)

func (*NullableProviderConfigDTO) Set ¶

func (*NullableProviderConfigDTO) UnmarshalJSON ¶

func (v *NullableProviderConfigDTO) UnmarshalJSON(src []byte) error

func (*NullableProviderConfigDTO) Unset ¶

func (v *NullableProviderConfigDTO) Unset()

type NullableProviderContainerDTO ¶

type NullableProviderContainerDTO struct {
	// contains filtered or unexported fields
}

func (NullableProviderContainerDTO) Get ¶

func (NullableProviderContainerDTO) IsSet ¶

func (NullableProviderContainerDTO) MarshalJSON ¶

func (v NullableProviderContainerDTO) MarshalJSON() ([]byte, error)

func (*NullableProviderContainerDTO) Set ¶

func (*NullableProviderContainerDTO) UnmarshalJSON ¶

func (v *NullableProviderContainerDTO) UnmarshalJSON(src []byte) error

func (*NullableProviderContainerDTO) Unset ¶

func (v *NullableProviderContainerDTO) Unset()

type NullableProviderDTO ¶

type NullableProviderDTO struct {
	// contains filtered or unexported fields
}

func NewNullableProviderDTO ¶

func NewNullableProviderDTO(val *ProviderDTO) *NullableProviderDTO

func (NullableProviderDTO) Get ¶

func (NullableProviderDTO) IsSet ¶

func (v NullableProviderDTO) IsSet() bool

func (NullableProviderDTO) MarshalJSON ¶

func (v NullableProviderDTO) MarshalJSON() ([]byte, error)

func (*NullableProviderDTO) Set ¶

func (v *NullableProviderDTO) Set(val *ProviderDTO)

func (*NullableProviderDTO) UnmarshalJSON ¶

func (v *NullableProviderDTO) UnmarshalJSON(src []byte) error

func (*NullableProviderDTO) Unset ¶

func (v *NullableProviderDTO) Unset()

type NullableRefreshBrandingsRes ¶ added in v0.2.3

type NullableRefreshBrandingsRes struct {
	// contains filtered or unexported fields
}

func NewNullableRefreshBrandingsRes ¶ added in v0.2.3

func NewNullableRefreshBrandingsRes(val *RefreshBrandingsRes) *NullableRefreshBrandingsRes

func (NullableRefreshBrandingsRes) Get ¶ added in v0.2.3

func (NullableRefreshBrandingsRes) IsSet ¶ added in v0.2.3

func (NullableRefreshBrandingsRes) MarshalJSON ¶ added in v0.2.3

func (v NullableRefreshBrandingsRes) MarshalJSON() ([]byte, error)

func (*NullableRefreshBrandingsRes) Set ¶ added in v0.2.3

func (*NullableRefreshBrandingsRes) UnmarshalJSON ¶ added in v0.2.3

func (v *NullableRefreshBrandingsRes) UnmarshalJSON(src []byte) error

func (*NullableRefreshBrandingsRes) Unset ¶ added in v0.2.3

func (v *NullableRefreshBrandingsRes) Unset()

type NullableResourceDTO ¶

type NullableResourceDTO struct {
	// contains filtered or unexported fields
}

func NewNullableResourceDTO ¶

func NewNullableResourceDTO(val *ResourceDTO) *NullableResourceDTO

func (NullableResourceDTO) Get ¶

func (NullableResourceDTO) IsSet ¶

func (v NullableResourceDTO) IsSet() bool

func (NullableResourceDTO) MarshalJSON ¶

func (v NullableResourceDTO) MarshalJSON() ([]byte, error)

func (*NullableResourceDTO) Set ¶

func (v *NullableResourceDTO) Set(val *ResourceDTO)

func (*NullableResourceDTO) UnmarshalJSON ¶

func (v *NullableResourceDTO) UnmarshalJSON(src []byte) error

func (*NullableResourceDTO) Unset ¶

func (v *NullableResourceDTO) Unset()

type NullableSamlR2IDPConfigDTO ¶

type NullableSamlR2IDPConfigDTO struct {
	// contains filtered or unexported fields
}

func NewNullableSamlR2IDPConfigDTO ¶

func NewNullableSamlR2IDPConfigDTO(val *SamlR2IDPConfigDTO) *NullableSamlR2IDPConfigDTO

func (NullableSamlR2IDPConfigDTO) Get ¶

func (NullableSamlR2IDPConfigDTO) IsSet ¶

func (v NullableSamlR2IDPConfigDTO) IsSet() bool

func (NullableSamlR2IDPConfigDTO) MarshalJSON ¶

func (v NullableSamlR2IDPConfigDTO) MarshalJSON() ([]byte, error)

func (*NullableSamlR2IDPConfigDTO) Set ¶

func (*NullableSamlR2IDPConfigDTO) UnmarshalJSON ¶

func (v *NullableSamlR2IDPConfigDTO) UnmarshalJSON(src []byte) error

func (*NullableSamlR2IDPConfigDTO) Unset ¶

func (v *NullableSamlR2IDPConfigDTO) Unset()

type NullableSamlR2SPConfigDTO ¶

type NullableSamlR2SPConfigDTO struct {
	// contains filtered or unexported fields
}

func NewNullableSamlR2SPConfigDTO ¶

func NewNullableSamlR2SPConfigDTO(val *SamlR2SPConfigDTO) *NullableSamlR2SPConfigDTO

func (NullableSamlR2SPConfigDTO) Get ¶

func (NullableSamlR2SPConfigDTO) IsSet ¶

func (v NullableSamlR2SPConfigDTO) IsSet() bool

func (NullableSamlR2SPConfigDTO) MarshalJSON ¶

func (v NullableSamlR2SPConfigDTO) MarshalJSON() ([]byte, error)

func (*NullableSamlR2SPConfigDTO) Set ¶

func (*NullableSamlR2SPConfigDTO) UnmarshalJSON ¶

func (v *NullableSamlR2SPConfigDTO) UnmarshalJSON(src []byte) error

func (*NullableSamlR2SPConfigDTO) Unset ¶

func (v *NullableSamlR2SPConfigDTO) Unset()

type NullableSelfServicesResourceDTO ¶ added in v0.4.3

type NullableSelfServicesResourceDTO struct {
	// contains filtered or unexported fields
}

func NewNullableSelfServicesResourceDTO ¶ added in v0.4.3

func NewNullableSelfServicesResourceDTO(val *SelfServicesResourceDTO) *NullableSelfServicesResourceDTO

func (NullableSelfServicesResourceDTO) Get ¶ added in v0.4.3

func (NullableSelfServicesResourceDTO) IsSet ¶ added in v0.4.3

func (NullableSelfServicesResourceDTO) MarshalJSON ¶ added in v0.4.3

func (v NullableSelfServicesResourceDTO) MarshalJSON() ([]byte, error)

func (*NullableSelfServicesResourceDTO) Set ¶ added in v0.4.3

func (*NullableSelfServicesResourceDTO) UnmarshalJSON ¶ added in v0.4.3

func (v *NullableSelfServicesResourceDTO) UnmarshalJSON(src []byte) error

func (*NullableSelfServicesResourceDTO) Unset ¶ added in v0.4.3

type NullableServerContext ¶

type NullableServerContext struct {
	// contains filtered or unexported fields
}

func NewNullableServerContext ¶

func NewNullableServerContext(val *ServerContext) *NullableServerContext

func (NullableServerContext) Get ¶

func (NullableServerContext) IsSet ¶

func (v NullableServerContext) IsSet() bool

func (NullableServerContext) MarshalJSON ¶

func (v NullableServerContext) MarshalJSON() ([]byte, error)

func (*NullableServerContext) Set ¶

func (v *NullableServerContext) Set(val *ServerContext)

func (*NullableServerContext) UnmarshalJSON ¶

func (v *NullableServerContext) UnmarshalJSON(src []byte) error

func (*NullableServerContext) Unset ¶

func (v *NullableServerContext) Unset()

type NullableServerVersionRequest ¶ added in v0.4.2

type NullableServerVersionRequest struct {
	// contains filtered or unexported fields
}

func NewNullableServerVersionRequest ¶ added in v0.4.2

func NewNullableServerVersionRequest(val *ServerVersionRequest) *NullableServerVersionRequest

func (NullableServerVersionRequest) Get ¶ added in v0.4.2

func (NullableServerVersionRequest) IsSet ¶ added in v0.4.2

func (NullableServerVersionRequest) MarshalJSON ¶ added in v0.4.2

func (v NullableServerVersionRequest) MarshalJSON() ([]byte, error)

func (*NullableServerVersionRequest) Set ¶ added in v0.4.2

func (*NullableServerVersionRequest) UnmarshalJSON ¶ added in v0.4.2

func (v *NullableServerVersionRequest) UnmarshalJSON(src []byte) error

func (*NullableServerVersionRequest) Unset ¶ added in v0.4.2

func (v *NullableServerVersionRequest) Unset()

type NullableServerVersionResponse ¶ added in v0.4.2

type NullableServerVersionResponse struct {
	// contains filtered or unexported fields
}

func NewNullableServerVersionResponse ¶ added in v0.4.2

func NewNullableServerVersionResponse(val *ServerVersionResponse) *NullableServerVersionResponse

func (NullableServerVersionResponse) Get ¶ added in v0.4.2

func (NullableServerVersionResponse) IsSet ¶ added in v0.4.2

func (NullableServerVersionResponse) MarshalJSON ¶ added in v0.4.2

func (v NullableServerVersionResponse) MarshalJSON() ([]byte, error)

func (*NullableServerVersionResponse) Set ¶ added in v0.4.2

func (*NullableServerVersionResponse) UnmarshalJSON ¶ added in v0.4.2

func (v *NullableServerVersionResponse) UnmarshalJSON(src []byte) error

func (*NullableServerVersionResponse) Unset ¶ added in v0.4.2

func (v *NullableServerVersionResponse) Unset()

type NullableServiceConnectionDTO ¶

type NullableServiceConnectionDTO struct {
	// contains filtered or unexported fields
}

func (NullableServiceConnectionDTO) Get ¶

func (NullableServiceConnectionDTO) IsSet ¶

func (NullableServiceConnectionDTO) MarshalJSON ¶

func (v NullableServiceConnectionDTO) MarshalJSON() ([]byte, error)

func (*NullableServiceConnectionDTO) Set ¶

func (*NullableServiceConnectionDTO) UnmarshalJSON ¶

func (v *NullableServiceConnectionDTO) UnmarshalJSON(src []byte) error

func (*NullableServiceConnectionDTO) Unset ¶

func (v *NullableServiceConnectionDTO) Unset()

type NullableServiceResourceDTO ¶

type NullableServiceResourceDTO struct {
	// contains filtered or unexported fields
}

func NewNullableServiceResourceDTO ¶

func NewNullableServiceResourceDTO(val *ServiceResourceDTO) *NullableServiceResourceDTO

func (NullableServiceResourceDTO) Get ¶

func (NullableServiceResourceDTO) IsSet ¶

func (v NullableServiceResourceDTO) IsSet() bool

func (NullableServiceResourceDTO) MarshalJSON ¶

func (v NullableServiceResourceDTO) MarshalJSON() ([]byte, error)

func (*NullableServiceResourceDTO) Set ¶

func (*NullableServiceResourceDTO) UnmarshalJSON ¶

func (v *NullableServiceResourceDTO) UnmarshalJSON(src []byte) error

func (*NullableServiceResourceDTO) Unset ¶

func (v *NullableServiceResourceDTO) Unset()

type NullableSessionManagerFactoryDTO ¶

type NullableSessionManagerFactoryDTO struct {
	// contains filtered or unexported fields
}

func (NullableSessionManagerFactoryDTO) Get ¶

func (NullableSessionManagerFactoryDTO) IsSet ¶

func (NullableSessionManagerFactoryDTO) MarshalJSON ¶

func (v NullableSessionManagerFactoryDTO) MarshalJSON() ([]byte, error)

func (*NullableSessionManagerFactoryDTO) Set ¶

func (*NullableSessionManagerFactoryDTO) UnmarshalJSON ¶

func (v *NullableSessionManagerFactoryDTO) UnmarshalJSON(src []byte) error

func (*NullableSessionManagerFactoryDTO) Unset ¶

type NullableSetApplianceStateReq ¶

type NullableSetApplianceStateReq struct {
	// contains filtered or unexported fields
}

func (NullableSetApplianceStateReq) Get ¶

func (NullableSetApplianceStateReq) IsSet ¶

func (NullableSetApplianceStateReq) MarshalJSON ¶

func (v NullableSetApplianceStateReq) MarshalJSON() ([]byte, error)

func (*NullableSetApplianceStateReq) Set ¶

func (*NullableSetApplianceStateReq) UnmarshalJSON ¶

func (v *NullableSetApplianceStateReq) UnmarshalJSON(src []byte) error

func (*NullableSetApplianceStateReq) Unset ¶

func (v *NullableSetApplianceStateReq) Unset()

type NullableSharepointResourceDTO ¶ added in v0.2.1

type NullableSharepointResourceDTO struct {
	// contains filtered or unexported fields
}

func NewNullableSharepointResourceDTO ¶ added in v0.2.1

func NewNullableSharepointResourceDTO(val *SharepointResourceDTO) *NullableSharepointResourceDTO

func (NullableSharepointResourceDTO) Get ¶ added in v0.2.1

func (NullableSharepointResourceDTO) IsSet ¶ added in v0.2.1

func (NullableSharepointResourceDTO) MarshalJSON ¶ added in v0.2.1

func (v NullableSharepointResourceDTO) MarshalJSON() ([]byte, error)

func (*NullableSharepointResourceDTO) Set ¶ added in v0.2.1

func (*NullableSharepointResourceDTO) UnmarshalJSON ¶ added in v0.2.1

func (v *NullableSharepointResourceDTO) UnmarshalJSON(src []byte) error

func (*NullableSharepointResourceDTO) Unset ¶ added in v0.2.1

func (v *NullableSharepointResourceDTO) Unset()

type NullableStoreApplianceReq ¶

type NullableStoreApplianceReq struct {
	// contains filtered or unexported fields
}

func NewNullableStoreApplianceReq ¶

func NewNullableStoreApplianceReq(val *StoreApplianceReq) *NullableStoreApplianceReq

func (NullableStoreApplianceReq) Get ¶

func (NullableStoreApplianceReq) IsSet ¶

func (v NullableStoreApplianceReq) IsSet() bool

func (NullableStoreApplianceReq) MarshalJSON ¶

func (v NullableStoreApplianceReq) MarshalJSON() ([]byte, error)

func (*NullableStoreApplianceReq) Set ¶

func (*NullableStoreApplianceReq) UnmarshalJSON ¶

func (v *NullableStoreApplianceReq) UnmarshalJSON(src []byte) error

func (*NullableStoreApplianceReq) Unset ¶

func (v *NullableStoreApplianceReq) Unset()

type NullableStoreApplianceRes ¶

type NullableStoreApplianceRes struct {
	// contains filtered or unexported fields
}

func NewNullableStoreApplianceRes ¶

func NewNullableStoreApplianceRes(val *StoreApplianceRes) *NullableStoreApplianceRes

func (NullableStoreApplianceRes) Get ¶

func (NullableStoreApplianceRes) IsSet ¶

func (v NullableStoreApplianceRes) IsSet() bool

func (NullableStoreApplianceRes) MarshalJSON ¶

func (v NullableStoreApplianceRes) MarshalJSON() ([]byte, error)

func (*NullableStoreApplianceRes) Set ¶

func (*NullableStoreApplianceRes) UnmarshalJSON ¶

func (v *NullableStoreApplianceRes) UnmarshalJSON(src []byte) error

func (*NullableStoreApplianceRes) Unset ¶

func (v *NullableStoreApplianceRes) Unset()

type NullableStoreBrandingReq ¶ added in v0.2.3

type NullableStoreBrandingReq struct {
	// contains filtered or unexported fields
}

func NewNullableStoreBrandingReq ¶ added in v0.2.3

func NewNullableStoreBrandingReq(val *StoreBrandingReq) *NullableStoreBrandingReq

func (NullableStoreBrandingReq) Get ¶ added in v0.2.3

func (NullableStoreBrandingReq) IsSet ¶ added in v0.2.3

func (v NullableStoreBrandingReq) IsSet() bool

func (NullableStoreBrandingReq) MarshalJSON ¶ added in v0.2.3

func (v NullableStoreBrandingReq) MarshalJSON() ([]byte, error)

func (*NullableStoreBrandingReq) Set ¶ added in v0.2.3

func (*NullableStoreBrandingReq) UnmarshalJSON ¶ added in v0.2.3

func (v *NullableStoreBrandingReq) UnmarshalJSON(src []byte) error

func (*NullableStoreBrandingReq) Unset ¶ added in v0.2.3

func (v *NullableStoreBrandingReq) Unset()

type NullableStoreBrandingRes ¶ added in v0.2.3

type NullableStoreBrandingRes struct {
	// contains filtered or unexported fields
}

func NewNullableStoreBrandingRes ¶ added in v0.2.3

func NewNullableStoreBrandingRes(val *StoreBrandingRes) *NullableStoreBrandingRes

func (NullableStoreBrandingRes) Get ¶ added in v0.2.3

func (NullableStoreBrandingRes) IsSet ¶ added in v0.2.3

func (v NullableStoreBrandingRes) IsSet() bool

func (NullableStoreBrandingRes) MarshalJSON ¶ added in v0.2.3

func (v NullableStoreBrandingRes) MarshalJSON() ([]byte, error)

func (*NullableStoreBrandingRes) Set ¶ added in v0.2.3

func (*NullableStoreBrandingRes) UnmarshalJSON ¶ added in v0.2.3

func (v *NullableStoreBrandingRes) UnmarshalJSON(src []byte) error

func (*NullableStoreBrandingRes) Unset ¶ added in v0.2.3

func (v *NullableStoreBrandingRes) Unset()

type NullableStoreDbIdVaultReq ¶

type NullableStoreDbIdVaultReq struct {
	// contains filtered or unexported fields
}

func NewNullableStoreDbIdVaultReq ¶

func NewNullableStoreDbIdVaultReq(val *StoreDbIdVaultReq) *NullableStoreDbIdVaultReq

func (NullableStoreDbIdVaultReq) Get ¶

func (NullableStoreDbIdVaultReq) IsSet ¶

func (v NullableStoreDbIdVaultReq) IsSet() bool

func (NullableStoreDbIdVaultReq) MarshalJSON ¶

func (v NullableStoreDbIdVaultReq) MarshalJSON() ([]byte, error)

func (*NullableStoreDbIdVaultReq) Set ¶

func (*NullableStoreDbIdVaultReq) UnmarshalJSON ¶

func (v *NullableStoreDbIdVaultReq) UnmarshalJSON(src []byte) error

func (*NullableStoreDbIdVaultReq) Unset ¶

func (v *NullableStoreDbIdVaultReq) Unset()

type NullableStoreDbIdVaultRes ¶

type NullableStoreDbIdVaultRes struct {
	// contains filtered or unexported fields
}

func NewNullableStoreDbIdVaultRes ¶

func NewNullableStoreDbIdVaultRes(val *StoreDbIdVaultRes) *NullableStoreDbIdVaultRes

func (NullableStoreDbIdVaultRes) Get ¶

func (NullableStoreDbIdVaultRes) IsSet ¶

func (v NullableStoreDbIdVaultRes) IsSet() bool

func (NullableStoreDbIdVaultRes) MarshalJSON ¶

func (v NullableStoreDbIdVaultRes) MarshalJSON() ([]byte, error)

func (*NullableStoreDbIdVaultRes) Set ¶

func (*NullableStoreDbIdVaultRes) UnmarshalJSON ¶

func (v *NullableStoreDbIdVaultRes) UnmarshalJSON(src []byte) error

func (*NullableStoreDbIdVaultRes) Unset ¶

func (v *NullableStoreDbIdVaultRes) Unset()

type NullableStoreExtSaml2SpReq ¶

type NullableStoreExtSaml2SpReq struct {
	// contains filtered or unexported fields
}

func NewNullableStoreExtSaml2SpReq ¶

func NewNullableStoreExtSaml2SpReq(val *StoreExtSaml2SpReq) *NullableStoreExtSaml2SpReq

func (NullableStoreExtSaml2SpReq) Get ¶

func (NullableStoreExtSaml2SpReq) IsSet ¶

func (v NullableStoreExtSaml2SpReq) IsSet() bool

func (NullableStoreExtSaml2SpReq) MarshalJSON ¶

func (v NullableStoreExtSaml2SpReq) MarshalJSON() ([]byte, error)

func (*NullableStoreExtSaml2SpReq) Set ¶

func (*NullableStoreExtSaml2SpReq) UnmarshalJSON ¶

func (v *NullableStoreExtSaml2SpReq) UnmarshalJSON(src []byte) error

func (*NullableStoreExtSaml2SpReq) Unset ¶

func (v *NullableStoreExtSaml2SpReq) Unset()

type NullableStoreExtSaml2SpRes ¶

type NullableStoreExtSaml2SpRes struct {
	// contains filtered or unexported fields
}

func NewNullableStoreExtSaml2SpRes ¶

func NewNullableStoreExtSaml2SpRes(val *StoreExtSaml2SpRes) *NullableStoreExtSaml2SpRes

func (NullableStoreExtSaml2SpRes) Get ¶

func (NullableStoreExtSaml2SpRes) IsSet ¶

func (v NullableStoreExtSaml2SpRes) IsSet() bool

func (NullableStoreExtSaml2SpRes) MarshalJSON ¶

func (v NullableStoreExtSaml2SpRes) MarshalJSON() ([]byte, error)

func (*NullableStoreExtSaml2SpRes) Set ¶

func (*NullableStoreExtSaml2SpRes) UnmarshalJSON ¶

func (v *NullableStoreExtSaml2SpRes) UnmarshalJSON(src []byte) error

func (*NullableStoreExtSaml2SpRes) Unset ¶

func (v *NullableStoreExtSaml2SpRes) Unset()

type NullableStoreIdPReq ¶

type NullableStoreIdPReq struct {
	// contains filtered or unexported fields
}

func NewNullableStoreIdPReq ¶

func NewNullableStoreIdPReq(val *StoreIdPReq) *NullableStoreIdPReq

func (NullableStoreIdPReq) Get ¶

func (NullableStoreIdPReq) IsSet ¶

func (v NullableStoreIdPReq) IsSet() bool

func (NullableStoreIdPReq) MarshalJSON ¶

func (v NullableStoreIdPReq) MarshalJSON() ([]byte, error)

func (*NullableStoreIdPReq) Set ¶

func (v *NullableStoreIdPReq) Set(val *StoreIdPReq)

func (*NullableStoreIdPReq) UnmarshalJSON ¶

func (v *NullableStoreIdPReq) UnmarshalJSON(src []byte) error

func (*NullableStoreIdPReq) Unset ¶

func (v *NullableStoreIdPReq) Unset()

type NullableStoreIdPRes ¶

type NullableStoreIdPRes struct {
	// contains filtered or unexported fields
}

func NewNullableStoreIdPRes ¶

func NewNullableStoreIdPRes(val *StoreIdPRes) *NullableStoreIdPRes

func (NullableStoreIdPRes) Get ¶

func (NullableStoreIdPRes) IsSet ¶

func (v NullableStoreIdPRes) IsSet() bool

func (NullableStoreIdPRes) MarshalJSON ¶

func (v NullableStoreIdPRes) MarshalJSON() ([]byte, error)

func (*NullableStoreIdPRes) Set ¶

func (v *NullableStoreIdPRes) Set(val *StoreIdPRes)

func (*NullableStoreIdPRes) UnmarshalJSON ¶

func (v *NullableStoreIdPRes) UnmarshalJSON(src []byte) error

func (*NullableStoreIdPRes) Unset ¶

func (v *NullableStoreIdPRes) Unset()

type NullableStoreIdPSaml2Req ¶ added in v0.5.1

type NullableStoreIdPSaml2Req struct {
	// contains filtered or unexported fields
}

func NewNullableStoreIdPSaml2Req ¶ added in v0.5.1

func NewNullableStoreIdPSaml2Req(val *StoreIdPSaml2Req) *NullableStoreIdPSaml2Req

func (NullableStoreIdPSaml2Req) Get ¶ added in v0.5.1

func (NullableStoreIdPSaml2Req) IsSet ¶ added in v0.5.1

func (v NullableStoreIdPSaml2Req) IsSet() bool

func (NullableStoreIdPSaml2Req) MarshalJSON ¶ added in v0.5.1

func (v NullableStoreIdPSaml2Req) MarshalJSON() ([]byte, error)

func (*NullableStoreIdPSaml2Req) Set ¶ added in v0.5.1

func (*NullableStoreIdPSaml2Req) UnmarshalJSON ¶ added in v0.5.1

func (v *NullableStoreIdPSaml2Req) UnmarshalJSON(src []byte) error

func (*NullableStoreIdPSaml2Req) Unset ¶ added in v0.5.1

func (v *NullableStoreIdPSaml2Req) Unset()

type NullableStoreIdPSaml2Res ¶ added in v0.5.1

type NullableStoreIdPSaml2Res struct {
	// contains filtered or unexported fields
}

func NewNullableStoreIdPSaml2Res ¶ added in v0.5.1

func NewNullableStoreIdPSaml2Res(val *StoreIdPSaml2Res) *NullableStoreIdPSaml2Res

func (NullableStoreIdPSaml2Res) Get ¶ added in v0.5.1

func (NullableStoreIdPSaml2Res) IsSet ¶ added in v0.5.1

func (v NullableStoreIdPSaml2Res) IsSet() bool

func (NullableStoreIdPSaml2Res) MarshalJSON ¶ added in v0.5.1

func (v NullableStoreIdPSaml2Res) MarshalJSON() ([]byte, error)

func (*NullableStoreIdPSaml2Res) Set ¶ added in v0.5.1

func (*NullableStoreIdPSaml2Res) UnmarshalJSON ¶ added in v0.5.1

func (v *NullableStoreIdPSaml2Res) UnmarshalJSON(src []byte) error

func (*NullableStoreIdPSaml2Res) Unset ¶ added in v0.5.1

func (v *NullableStoreIdPSaml2Res) Unset()

type NullableStoreIdSourceDbReq ¶

type NullableStoreIdSourceDbReq struct {
	// contains filtered or unexported fields
}

func NewNullableStoreIdSourceDbReq ¶

func NewNullableStoreIdSourceDbReq(val *StoreIdSourceDbReq) *NullableStoreIdSourceDbReq

func (NullableStoreIdSourceDbReq) Get ¶

func (NullableStoreIdSourceDbReq) IsSet ¶

func (v NullableStoreIdSourceDbReq) IsSet() bool

func (NullableStoreIdSourceDbReq) MarshalJSON ¶

func (v NullableStoreIdSourceDbReq) MarshalJSON() ([]byte, error)

func (*NullableStoreIdSourceDbReq) Set ¶

func (*NullableStoreIdSourceDbReq) UnmarshalJSON ¶

func (v *NullableStoreIdSourceDbReq) UnmarshalJSON(src []byte) error

func (*NullableStoreIdSourceDbReq) Unset ¶

func (v *NullableStoreIdSourceDbReq) Unset()

type NullableStoreIdSourceDbRes ¶

type NullableStoreIdSourceDbRes struct {
	// contains filtered or unexported fields
}

func NewNullableStoreIdSourceDbRes ¶

func NewNullableStoreIdSourceDbRes(val *StoreIdSourceDbRes) *NullableStoreIdSourceDbRes

func (NullableStoreIdSourceDbRes) Get ¶

func (NullableStoreIdSourceDbRes) IsSet ¶

func (v NullableStoreIdSourceDbRes) IsSet() bool

func (NullableStoreIdSourceDbRes) MarshalJSON ¶

func (v NullableStoreIdSourceDbRes) MarshalJSON() ([]byte, error)

func (*NullableStoreIdSourceDbRes) Set ¶

func (*NullableStoreIdSourceDbRes) UnmarshalJSON ¶

func (v *NullableStoreIdSourceDbRes) UnmarshalJSON(src []byte) error

func (*NullableStoreIdSourceDbRes) Unset ¶

func (v *NullableStoreIdSourceDbRes) Unset()

type NullableStoreIdSourceLdapReq ¶

type NullableStoreIdSourceLdapReq struct {
	// contains filtered or unexported fields
}

func (NullableStoreIdSourceLdapReq) Get ¶

func (NullableStoreIdSourceLdapReq) IsSet ¶

func (NullableStoreIdSourceLdapReq) MarshalJSON ¶

func (v NullableStoreIdSourceLdapReq) MarshalJSON() ([]byte, error)

func (*NullableStoreIdSourceLdapReq) Set ¶

func (*NullableStoreIdSourceLdapReq) UnmarshalJSON ¶

func (v *NullableStoreIdSourceLdapReq) UnmarshalJSON(src []byte) error

func (*NullableStoreIdSourceLdapReq) Unset ¶

func (v *NullableStoreIdSourceLdapReq) Unset()

type NullableStoreIdSourceLdapRes ¶

type NullableStoreIdSourceLdapRes struct {
	// contains filtered or unexported fields
}

func (NullableStoreIdSourceLdapRes) Get ¶

func (NullableStoreIdSourceLdapRes) IsSet ¶

func (NullableStoreIdSourceLdapRes) MarshalJSON ¶

func (v NullableStoreIdSourceLdapRes) MarshalJSON() ([]byte, error)

func (*NullableStoreIdSourceLdapRes) Set ¶

func (*NullableStoreIdSourceLdapRes) UnmarshalJSON ¶

func (v *NullableStoreIdSourceLdapRes) UnmarshalJSON(src []byte) error

func (*NullableStoreIdSourceLdapRes) Unset ¶

func (v *NullableStoreIdSourceLdapRes) Unset()

type NullableStoreIdVaultReq ¶

type NullableStoreIdVaultReq struct {
	// contains filtered or unexported fields
}

func NewNullableStoreIdVaultReq ¶

func NewNullableStoreIdVaultReq(val *StoreIdVaultReq) *NullableStoreIdVaultReq

func (NullableStoreIdVaultReq) Get ¶

func (NullableStoreIdVaultReq) IsSet ¶

func (v NullableStoreIdVaultReq) IsSet() bool

func (NullableStoreIdVaultReq) MarshalJSON ¶

func (v NullableStoreIdVaultReq) MarshalJSON() ([]byte, error)

func (*NullableStoreIdVaultReq) Set ¶

func (*NullableStoreIdVaultReq) UnmarshalJSON ¶

func (v *NullableStoreIdVaultReq) UnmarshalJSON(src []byte) error

func (*NullableStoreIdVaultReq) Unset ¶

func (v *NullableStoreIdVaultReq) Unset()

type NullableStoreIdVaultRes ¶

type NullableStoreIdVaultRes struct {
	// contains filtered or unexported fields
}

func NewNullableStoreIdVaultRes ¶

func NewNullableStoreIdVaultRes(val *StoreIdVaultRes) *NullableStoreIdVaultRes

func (NullableStoreIdVaultRes) Get ¶

func (NullableStoreIdVaultRes) IsSet ¶

func (v NullableStoreIdVaultRes) IsSet() bool

func (NullableStoreIdVaultRes) MarshalJSON ¶

func (v NullableStoreIdVaultRes) MarshalJSON() ([]byte, error)

func (*NullableStoreIdVaultRes) Set ¶

func (*NullableStoreIdVaultRes) UnmarshalJSON ¶

func (v *NullableStoreIdVaultRes) UnmarshalJSON(src []byte) error

func (*NullableStoreIdVaultRes) Unset ¶

func (v *NullableStoreIdVaultRes) Unset()

type NullableStoreIdpAzureReq ¶ added in v0.2.2

type NullableStoreIdpAzureReq struct {
	// contains filtered or unexported fields
}

func NewNullableStoreIdpAzureReq ¶ added in v0.2.2

func NewNullableStoreIdpAzureReq(val *StoreIdpAzureReq) *NullableStoreIdpAzureReq

func (NullableStoreIdpAzureReq) Get ¶ added in v0.2.2

func (NullableStoreIdpAzureReq) IsSet ¶ added in v0.2.2

func (v NullableStoreIdpAzureReq) IsSet() bool

func (NullableStoreIdpAzureReq) MarshalJSON ¶ added in v0.2.2

func (v NullableStoreIdpAzureReq) MarshalJSON() ([]byte, error)

func (*NullableStoreIdpAzureReq) Set ¶ added in v0.2.2

func (*NullableStoreIdpAzureReq) UnmarshalJSON ¶ added in v0.2.2

func (v *NullableStoreIdpAzureReq) UnmarshalJSON(src []byte) error

func (*NullableStoreIdpAzureReq) Unset ¶ added in v0.2.2

func (v *NullableStoreIdpAzureReq) Unset()

type NullableStoreIdpAzureRes ¶ added in v0.2.2

type NullableStoreIdpAzureRes struct {
	// contains filtered or unexported fields
}

func NewNullableStoreIdpAzureRes ¶ added in v0.2.2

func NewNullableStoreIdpAzureRes(val *StoreIdpAzureRes) *NullableStoreIdpAzureRes

func (NullableStoreIdpAzureRes) Get ¶ added in v0.2.2

func (NullableStoreIdpAzureRes) IsSet ¶ added in v0.2.2

func (v NullableStoreIdpAzureRes) IsSet() bool

func (NullableStoreIdpAzureRes) MarshalJSON ¶ added in v0.2.2

func (v NullableStoreIdpAzureRes) MarshalJSON() ([]byte, error)

func (*NullableStoreIdpAzureRes) Set ¶ added in v0.2.2

func (*NullableStoreIdpAzureRes) UnmarshalJSON ¶ added in v0.2.2

func (v *NullableStoreIdpAzureRes) UnmarshalJSON(src []byte) error

func (*NullableStoreIdpAzureRes) Unset ¶ added in v0.2.2

func (v *NullableStoreIdpAzureRes) Unset()

type NullableStoreIdpFacebookReq ¶ added in v0.2.2

type NullableStoreIdpFacebookReq struct {
	// contains filtered or unexported fields
}

func NewNullableStoreIdpFacebookReq ¶ added in v0.2.2

func NewNullableStoreIdpFacebookReq(val *StoreIdpFacebookReq) *NullableStoreIdpFacebookReq

func (NullableStoreIdpFacebookReq) Get ¶ added in v0.2.2

func (NullableStoreIdpFacebookReq) IsSet ¶ added in v0.2.2

func (NullableStoreIdpFacebookReq) MarshalJSON ¶ added in v0.2.2

func (v NullableStoreIdpFacebookReq) MarshalJSON() ([]byte, error)

func (*NullableStoreIdpFacebookReq) Set ¶ added in v0.2.2

func (*NullableStoreIdpFacebookReq) UnmarshalJSON ¶ added in v0.2.2

func (v *NullableStoreIdpFacebookReq) UnmarshalJSON(src []byte) error

func (*NullableStoreIdpFacebookReq) Unset ¶ added in v0.2.2

func (v *NullableStoreIdpFacebookReq) Unset()

type NullableStoreIdpFacebookRes ¶ added in v0.2.2

type NullableStoreIdpFacebookRes struct {
	// contains filtered or unexported fields
}

func NewNullableStoreIdpFacebookRes ¶ added in v0.2.2

func NewNullableStoreIdpFacebookRes(val *StoreIdpFacebookRes) *NullableStoreIdpFacebookRes

func (NullableStoreIdpFacebookRes) Get ¶ added in v0.2.2

func (NullableStoreIdpFacebookRes) IsSet ¶ added in v0.2.2

func (NullableStoreIdpFacebookRes) MarshalJSON ¶ added in v0.2.2

func (v NullableStoreIdpFacebookRes) MarshalJSON() ([]byte, error)

func (*NullableStoreIdpFacebookRes) Set ¶ added in v0.2.2

func (*NullableStoreIdpFacebookRes) UnmarshalJSON ¶ added in v0.2.2

func (v *NullableStoreIdpFacebookRes) UnmarshalJSON(src []byte) error

func (*NullableStoreIdpFacebookRes) Unset ¶ added in v0.2.2

func (v *NullableStoreIdpFacebookRes) Unset()

type NullableStoreIdpGoogleReq ¶ added in v0.2.2

type NullableStoreIdpGoogleReq struct {
	// contains filtered or unexported fields
}

func NewNullableStoreIdpGoogleReq ¶ added in v0.2.2

func NewNullableStoreIdpGoogleReq(val *StoreIdpGoogleReq) *NullableStoreIdpGoogleReq

func (NullableStoreIdpGoogleReq) Get ¶ added in v0.2.2

func (NullableStoreIdpGoogleReq) IsSet ¶ added in v0.2.2

func (v NullableStoreIdpGoogleReq) IsSet() bool

func (NullableStoreIdpGoogleReq) MarshalJSON ¶ added in v0.2.2

func (v NullableStoreIdpGoogleReq) MarshalJSON() ([]byte, error)

func (*NullableStoreIdpGoogleReq) Set ¶ added in v0.2.2

func (*NullableStoreIdpGoogleReq) UnmarshalJSON ¶ added in v0.2.2

func (v *NullableStoreIdpGoogleReq) UnmarshalJSON(src []byte) error

func (*NullableStoreIdpGoogleReq) Unset ¶ added in v0.2.2

func (v *NullableStoreIdpGoogleReq) Unset()

type NullableStoreIdpGoogleRes ¶ added in v0.2.2

type NullableStoreIdpGoogleRes struct {
	// contains filtered or unexported fields
}

func NewNullableStoreIdpGoogleRes ¶ added in v0.2.2

func NewNullableStoreIdpGoogleRes(val *StoreIdpGoogleRes) *NullableStoreIdpGoogleRes

func (NullableStoreIdpGoogleRes) Get ¶ added in v0.2.2

func (NullableStoreIdpGoogleRes) IsSet ¶ added in v0.2.2

func (v NullableStoreIdpGoogleRes) IsSet() bool

func (NullableStoreIdpGoogleRes) MarshalJSON ¶ added in v0.2.2

func (v NullableStoreIdpGoogleRes) MarshalJSON() ([]byte, error)

func (*NullableStoreIdpGoogleRes) Set ¶ added in v0.2.2

func (*NullableStoreIdpGoogleRes) UnmarshalJSON ¶ added in v0.2.2

func (v *NullableStoreIdpGoogleRes) UnmarshalJSON(src []byte) error

func (*NullableStoreIdpGoogleRes) Unset ¶ added in v0.2.2

func (v *NullableStoreIdpGoogleRes) Unset()

type NullableStoreIisExecEnvReq ¶ added in v0.1.1

type NullableStoreIisExecEnvReq struct {
	// contains filtered or unexported fields
}

func NewNullableStoreIisExecEnvReq ¶ added in v0.1.1

func NewNullableStoreIisExecEnvReq(val *StoreIisExecEnvReq) *NullableStoreIisExecEnvReq

func (NullableStoreIisExecEnvReq) Get ¶ added in v0.1.1

func (NullableStoreIisExecEnvReq) IsSet ¶ added in v0.1.1

func (v NullableStoreIisExecEnvReq) IsSet() bool

func (NullableStoreIisExecEnvReq) MarshalJSON ¶ added in v0.1.1

func (v NullableStoreIisExecEnvReq) MarshalJSON() ([]byte, error)

func (*NullableStoreIisExecEnvReq) Set ¶ added in v0.1.1

func (*NullableStoreIisExecEnvReq) UnmarshalJSON ¶ added in v0.1.1

func (v *NullableStoreIisExecEnvReq) UnmarshalJSON(src []byte) error

func (*NullableStoreIisExecEnvReq) Unset ¶ added in v0.1.1

func (v *NullableStoreIisExecEnvReq) Unset()

type NullableStoreIisExecEnvRes ¶ added in v0.1.1

type NullableStoreIisExecEnvRes struct {
	// contains filtered or unexported fields
}

func NewNullableStoreIisExecEnvRes ¶ added in v0.1.1

func NewNullableStoreIisExecEnvRes(val *StoreIisExecEnvRes) *NullableStoreIisExecEnvRes

func (NullableStoreIisExecEnvRes) Get ¶ added in v0.1.1

func (NullableStoreIisExecEnvRes) IsSet ¶ added in v0.1.1

func (v NullableStoreIisExecEnvRes) IsSet() bool

func (NullableStoreIisExecEnvRes) MarshalJSON ¶ added in v0.1.1

func (v NullableStoreIisExecEnvRes) MarshalJSON() ([]byte, error)

func (*NullableStoreIisExecEnvRes) Set ¶ added in v0.1.1

func (*NullableStoreIisExecEnvRes) UnmarshalJSON ¶ added in v0.1.1

func (v *NullableStoreIisExecEnvRes) UnmarshalJSON(src []byte) error

func (*NullableStoreIisExecEnvRes) Unset ¶ added in v0.1.1

func (v *NullableStoreIisExecEnvRes) Unset()

type NullableStoreIntSaml2SpReq ¶

type NullableStoreIntSaml2SpReq struct {
	// contains filtered or unexported fields
}

func NewNullableStoreIntSaml2SpReq ¶

func NewNullableStoreIntSaml2SpReq(val *StoreIntSaml2SpReq) *NullableStoreIntSaml2SpReq

func (NullableStoreIntSaml2SpReq) Get ¶

func (NullableStoreIntSaml2SpReq) IsSet ¶

func (v NullableStoreIntSaml2SpReq) IsSet() bool

func (NullableStoreIntSaml2SpReq) MarshalJSON ¶

func (v NullableStoreIntSaml2SpReq) MarshalJSON() ([]byte, error)

func (*NullableStoreIntSaml2SpReq) Set ¶

func (*NullableStoreIntSaml2SpReq) UnmarshalJSON ¶

func (v *NullableStoreIntSaml2SpReq) UnmarshalJSON(src []byte) error

func (*NullableStoreIntSaml2SpReq) Unset ¶

func (v *NullableStoreIntSaml2SpReq) Unset()

type NullableStoreIntSaml2SpRes ¶

type NullableStoreIntSaml2SpRes struct {
	// contains filtered or unexported fields
}

func NewNullableStoreIntSaml2SpRes ¶

func NewNullableStoreIntSaml2SpRes(val *StoreIntSaml2SpRes) *NullableStoreIntSaml2SpRes

func (NullableStoreIntSaml2SpRes) Get ¶

func (NullableStoreIntSaml2SpRes) IsSet ¶

func (v NullableStoreIntSaml2SpRes) IsSet() bool

func (NullableStoreIntSaml2SpRes) MarshalJSON ¶

func (v NullableStoreIntSaml2SpRes) MarshalJSON() ([]byte, error)

func (*NullableStoreIntSaml2SpRes) Set ¶

func (*NullableStoreIntSaml2SpRes) UnmarshalJSON ¶

func (v *NullableStoreIntSaml2SpRes) UnmarshalJSON(src []byte) error

func (*NullableStoreIntSaml2SpRes) Unset ¶

func (v *NullableStoreIntSaml2SpRes) Unset()

type NullableStoreJossoRsReq ¶

type NullableStoreJossoRsReq struct {
	// contains filtered or unexported fields
}

func NewNullableStoreJossoRsReq ¶

func NewNullableStoreJossoRsReq(val *StoreJossoRsReq) *NullableStoreJossoRsReq

func (NullableStoreJossoRsReq) Get ¶

func (NullableStoreJossoRsReq) IsSet ¶

func (v NullableStoreJossoRsReq) IsSet() bool

func (NullableStoreJossoRsReq) MarshalJSON ¶

func (v NullableStoreJossoRsReq) MarshalJSON() ([]byte, error)

func (*NullableStoreJossoRsReq) Set ¶

func (*NullableStoreJossoRsReq) UnmarshalJSON ¶

func (v *NullableStoreJossoRsReq) UnmarshalJSON(src []byte) error

func (*NullableStoreJossoRsReq) Unset ¶

func (v *NullableStoreJossoRsReq) Unset()

type NullableStoreJossoRsRes ¶

type NullableStoreJossoRsRes struct {
	// contains filtered or unexported fields
}

func NewNullableStoreJossoRsRes ¶

func NewNullableStoreJossoRsRes(val *StoreJossoRsRes) *NullableStoreJossoRsRes

func (NullableStoreJossoRsRes) Get ¶

func (NullableStoreJossoRsRes) IsSet ¶

func (v NullableStoreJossoRsRes) IsSet() bool

func (NullableStoreJossoRsRes) MarshalJSON ¶

func (v NullableStoreJossoRsRes) MarshalJSON() ([]byte, error)

func (*NullableStoreJossoRsRes) Set ¶

func (*NullableStoreJossoRsRes) UnmarshalJSON ¶

func (v *NullableStoreJossoRsRes) UnmarshalJSON(src []byte) error

func (*NullableStoreJossoRsRes) Unset ¶

func (v *NullableStoreJossoRsRes) Unset()

type NullableStoreOidcRpReq ¶

type NullableStoreOidcRpReq struct {
	// contains filtered or unexported fields
}

func NewNullableStoreOidcRpReq ¶

func NewNullableStoreOidcRpReq(val *StoreOidcRpReq) *NullableStoreOidcRpReq

func (NullableStoreOidcRpReq) Get ¶

func (NullableStoreOidcRpReq) IsSet ¶

func (v NullableStoreOidcRpReq) IsSet() bool

func (NullableStoreOidcRpReq) MarshalJSON ¶

func (v NullableStoreOidcRpReq) MarshalJSON() ([]byte, error)

func (*NullableStoreOidcRpReq) Set ¶

func (*NullableStoreOidcRpReq) UnmarshalJSON ¶

func (v *NullableStoreOidcRpReq) UnmarshalJSON(src []byte) error

func (*NullableStoreOidcRpReq) Unset ¶

func (v *NullableStoreOidcRpReq) Unset()

type NullableStoreOidcRpRes ¶

type NullableStoreOidcRpRes struct {
	// contains filtered or unexported fields
}

func NewNullableStoreOidcRpRes ¶

func NewNullableStoreOidcRpRes(val *StoreOidcRpRes) *NullableStoreOidcRpRes

func (NullableStoreOidcRpRes) Get ¶

func (NullableStoreOidcRpRes) IsSet ¶

func (v NullableStoreOidcRpRes) IsSet() bool

func (NullableStoreOidcRpRes) MarshalJSON ¶

func (v NullableStoreOidcRpRes) MarshalJSON() ([]byte, error)

func (*NullableStoreOidcRpRes) Set ¶

func (*NullableStoreOidcRpRes) UnmarshalJSON ¶

func (v *NullableStoreOidcRpRes) UnmarshalJSON(src []byte) error

func (*NullableStoreOidcRpRes) Unset ¶

func (v *NullableStoreOidcRpRes) Unset()

type NullableStorePhpExecEnvReq ¶ added in v0.1.1

type NullableStorePhpExecEnvReq struct {
	// contains filtered or unexported fields
}

func NewNullableStorePhpExecEnvReq ¶ added in v0.1.1

func NewNullableStorePhpExecEnvReq(val *StorePhpExecEnvReq) *NullableStorePhpExecEnvReq

func (NullableStorePhpExecEnvReq) Get ¶ added in v0.1.1

func (NullableStorePhpExecEnvReq) IsSet ¶ added in v0.1.1

func (v NullableStorePhpExecEnvReq) IsSet() bool

func (NullableStorePhpExecEnvReq) MarshalJSON ¶ added in v0.1.1

func (v NullableStorePhpExecEnvReq) MarshalJSON() ([]byte, error)

func (*NullableStorePhpExecEnvReq) Set ¶ added in v0.1.1

func (*NullableStorePhpExecEnvReq) UnmarshalJSON ¶ added in v0.1.1

func (v *NullableStorePhpExecEnvReq) UnmarshalJSON(src []byte) error

func (*NullableStorePhpExecEnvReq) Unset ¶ added in v0.1.1

func (v *NullableStorePhpExecEnvReq) Unset()

type NullableStorePhpExecEnvRes ¶ added in v0.1.1

type NullableStorePhpExecEnvRes struct {
	// contains filtered or unexported fields
}

func NewNullableStorePhpExecEnvRes ¶ added in v0.1.1

func NewNullableStorePhpExecEnvRes(val *StorePhpExecEnvRes) *NullableStorePhpExecEnvRes

func (NullableStorePhpExecEnvRes) Get ¶ added in v0.1.1

func (NullableStorePhpExecEnvRes) IsSet ¶ added in v0.1.1

func (v NullableStorePhpExecEnvRes) IsSet() bool

func (NullableStorePhpExecEnvRes) MarshalJSON ¶ added in v0.1.1

func (v NullableStorePhpExecEnvRes) MarshalJSON() ([]byte, error)

func (*NullableStorePhpExecEnvRes) Set ¶ added in v0.1.1

func (*NullableStorePhpExecEnvRes) UnmarshalJSON ¶ added in v0.1.1

func (v *NullableStorePhpExecEnvRes) UnmarshalJSON(src []byte) error

func (*NullableStorePhpExecEnvRes) Unset ¶ added in v0.1.1

func (v *NullableStorePhpExecEnvRes) Unset()

type NullableStoreSelfSvcRsReq ¶ added in v0.4.3

type NullableStoreSelfSvcRsReq struct {
	// contains filtered or unexported fields
}

func NewNullableStoreSelfSvcRsReq ¶ added in v0.4.3

func NewNullableStoreSelfSvcRsReq(val *StoreSelfSvcRsReq) *NullableStoreSelfSvcRsReq

func (NullableStoreSelfSvcRsReq) Get ¶ added in v0.4.3

func (NullableStoreSelfSvcRsReq) IsSet ¶ added in v0.4.3

func (v NullableStoreSelfSvcRsReq) IsSet() bool

func (NullableStoreSelfSvcRsReq) MarshalJSON ¶ added in v0.4.3

func (v NullableStoreSelfSvcRsReq) MarshalJSON() ([]byte, error)

func (*NullableStoreSelfSvcRsReq) Set ¶ added in v0.4.3

func (*NullableStoreSelfSvcRsReq) UnmarshalJSON ¶ added in v0.4.3

func (v *NullableStoreSelfSvcRsReq) UnmarshalJSON(src []byte) error

func (*NullableStoreSelfSvcRsReq) Unset ¶ added in v0.4.3

func (v *NullableStoreSelfSvcRsReq) Unset()

type NullableStoreSelfSvcRsRes ¶ added in v0.4.3

type NullableStoreSelfSvcRsRes struct {
	// contains filtered or unexported fields
}

func NewNullableStoreSelfSvcRsRes ¶ added in v0.4.3

func NewNullableStoreSelfSvcRsRes(val *StoreSelfSvcRsRes) *NullableStoreSelfSvcRsRes

func (NullableStoreSelfSvcRsRes) Get ¶ added in v0.4.3

func (NullableStoreSelfSvcRsRes) IsSet ¶ added in v0.4.3

func (v NullableStoreSelfSvcRsRes) IsSet() bool

func (NullableStoreSelfSvcRsRes) MarshalJSON ¶ added in v0.4.3

func (v NullableStoreSelfSvcRsRes) MarshalJSON() ([]byte, error)

func (*NullableStoreSelfSvcRsRes) Set ¶ added in v0.4.3

func (*NullableStoreSelfSvcRsRes) UnmarshalJSON ¶ added in v0.4.3

func (v *NullableStoreSelfSvcRsRes) UnmarshalJSON(src []byte) error

func (*NullableStoreSelfSvcRsRes) Unset ¶ added in v0.4.3

func (v *NullableStoreSelfSvcRsRes) Unset()

type NullableStoreSharepointRsReq ¶ added in v0.2.1

type NullableStoreSharepointRsReq struct {
	// contains filtered or unexported fields
}

func NewNullableStoreSharepointRsReq ¶ added in v0.2.1

func NewNullableStoreSharepointRsReq(val *StoreSharepointRsReq) *NullableStoreSharepointRsReq

func (NullableStoreSharepointRsReq) Get ¶ added in v0.2.1

func (NullableStoreSharepointRsReq) IsSet ¶ added in v0.2.1

func (NullableStoreSharepointRsReq) MarshalJSON ¶ added in v0.2.1

func (v NullableStoreSharepointRsReq) MarshalJSON() ([]byte, error)

func (*NullableStoreSharepointRsReq) Set ¶ added in v0.2.1

func (*NullableStoreSharepointRsReq) UnmarshalJSON ¶ added in v0.2.1

func (v *NullableStoreSharepointRsReq) UnmarshalJSON(src []byte) error

func (*NullableStoreSharepointRsReq) Unset ¶ added in v0.2.1

func (v *NullableStoreSharepointRsReq) Unset()

type NullableStoreSharepointRsRes ¶ added in v0.2.1

type NullableStoreSharepointRsRes struct {
	// contains filtered or unexported fields
}

func NewNullableStoreSharepointRsRes ¶ added in v0.2.1

func NewNullableStoreSharepointRsRes(val *StoreSharepointRsRes) *NullableStoreSharepointRsRes

func (NullableStoreSharepointRsRes) Get ¶ added in v0.2.1

func (NullableStoreSharepointRsRes) IsSet ¶ added in v0.2.1

func (NullableStoreSharepointRsRes) MarshalJSON ¶ added in v0.2.1

func (v NullableStoreSharepointRsRes) MarshalJSON() ([]byte, error)

func (*NullableStoreSharepointRsRes) Set ¶ added in v0.2.1

func (*NullableStoreSharepointRsRes) UnmarshalJSON ¶ added in v0.2.1

func (v *NullableStoreSharepointRsRes) UnmarshalJSON(src []byte) error

func (*NullableStoreSharepointRsRes) Unset ¶ added in v0.2.1

func (v *NullableStoreSharepointRsRes) Unset()

type NullableStoreTomcatExecEnvReq ¶

type NullableStoreTomcatExecEnvReq struct {
	// contains filtered or unexported fields
}

func (NullableStoreTomcatExecEnvReq) Get ¶

func (NullableStoreTomcatExecEnvReq) IsSet ¶

func (NullableStoreTomcatExecEnvReq) MarshalJSON ¶

func (v NullableStoreTomcatExecEnvReq) MarshalJSON() ([]byte, error)

func (*NullableStoreTomcatExecEnvReq) Set ¶

func (*NullableStoreTomcatExecEnvReq) UnmarshalJSON ¶

func (v *NullableStoreTomcatExecEnvReq) UnmarshalJSON(src []byte) error

func (*NullableStoreTomcatExecEnvReq) Unset ¶

func (v *NullableStoreTomcatExecEnvReq) Unset()

type NullableStoreTomcatExecEnvRes ¶

type NullableStoreTomcatExecEnvRes struct {
	// contains filtered or unexported fields
}

func (NullableStoreTomcatExecEnvRes) Get ¶

func (NullableStoreTomcatExecEnvRes) IsSet ¶

func (NullableStoreTomcatExecEnvRes) MarshalJSON ¶

func (v NullableStoreTomcatExecEnvRes) MarshalJSON() ([]byte, error)

func (*NullableStoreTomcatExecEnvRes) Set ¶

func (*NullableStoreTomcatExecEnvRes) UnmarshalJSON ¶

func (v *NullableStoreTomcatExecEnvRes) UnmarshalJSON(src []byte) error

func (*NullableStoreTomcatExecEnvRes) Unset ¶

func (v *NullableStoreTomcatExecEnvRes) Unset()

type NullableStoreVirtSaml2SpReq ¶

type NullableStoreVirtSaml2SpReq struct {
	// contains filtered or unexported fields
}

func (NullableStoreVirtSaml2SpReq) Get ¶

func (NullableStoreVirtSaml2SpReq) IsSet ¶

func (NullableStoreVirtSaml2SpReq) MarshalJSON ¶

func (v NullableStoreVirtSaml2SpReq) MarshalJSON() ([]byte, error)

func (*NullableStoreVirtSaml2SpReq) Set ¶

func (*NullableStoreVirtSaml2SpReq) UnmarshalJSON ¶

func (v *NullableStoreVirtSaml2SpReq) UnmarshalJSON(src []byte) error

func (*NullableStoreVirtSaml2SpReq) Unset ¶

func (v *NullableStoreVirtSaml2SpReq) Unset()

type NullableStoreVirtSaml2SpRes ¶

type NullableStoreVirtSaml2SpRes struct {
	// contains filtered or unexported fields
}

func (NullableStoreVirtSaml2SpRes) Get ¶

func (NullableStoreVirtSaml2SpRes) IsSet ¶

func (NullableStoreVirtSaml2SpRes) MarshalJSON ¶

func (v NullableStoreVirtSaml2SpRes) MarshalJSON() ([]byte, error)

func (*NullableStoreVirtSaml2SpRes) Set ¶

func (*NullableStoreVirtSaml2SpRes) UnmarshalJSON ¶

func (v *NullableStoreVirtSaml2SpRes) UnmarshalJSON(src []byte) error

func (*NullableStoreVirtSaml2SpRes) Unset ¶

func (v *NullableStoreVirtSaml2SpRes) Unset()

type NullableStoreWeblogicExecEnvReq ¶ added in v0.2.1

type NullableStoreWeblogicExecEnvReq struct {
	// contains filtered or unexported fields
}

func NewNullableStoreWeblogicExecEnvReq ¶ added in v0.2.1

func NewNullableStoreWeblogicExecEnvReq(val *StoreWeblogicExecEnvReq) *NullableStoreWeblogicExecEnvReq

func (NullableStoreWeblogicExecEnvReq) Get ¶ added in v0.2.1

func (NullableStoreWeblogicExecEnvReq) IsSet ¶ added in v0.2.1

func (NullableStoreWeblogicExecEnvReq) MarshalJSON ¶ added in v0.2.1

func (v NullableStoreWeblogicExecEnvReq) MarshalJSON() ([]byte, error)

func (*NullableStoreWeblogicExecEnvReq) Set ¶ added in v0.2.1

func (*NullableStoreWeblogicExecEnvReq) UnmarshalJSON ¶ added in v0.2.1

func (v *NullableStoreWeblogicExecEnvReq) UnmarshalJSON(src []byte) error

func (*NullableStoreWeblogicExecEnvReq) Unset ¶ added in v0.2.1

type NullableStoreWeblogicExecEnvRes ¶ added in v0.2.1

type NullableStoreWeblogicExecEnvRes struct {
	// contains filtered or unexported fields
}

func NewNullableStoreWeblogicExecEnvRes ¶ added in v0.2.1

func NewNullableStoreWeblogicExecEnvRes(val *StoreWeblogicExecEnvRes) *NullableStoreWeblogicExecEnvRes

func (NullableStoreWeblogicExecEnvRes) Get ¶ added in v0.2.1

func (NullableStoreWeblogicExecEnvRes) IsSet ¶ added in v0.2.1

func (NullableStoreWeblogicExecEnvRes) MarshalJSON ¶ added in v0.2.1

func (v NullableStoreWeblogicExecEnvRes) MarshalJSON() ([]byte, error)

func (*NullableStoreWeblogicExecEnvRes) Set ¶ added in v0.2.1

func (*NullableStoreWeblogicExecEnvRes) UnmarshalJSON ¶ added in v0.2.1

func (v *NullableStoreWeblogicExecEnvRes) UnmarshalJSON(src []byte) error

func (*NullableStoreWeblogicExecEnvRes) Unset ¶ added in v0.2.1

type NullableString ¶

type NullableString struct {
	// contains filtered or unexported fields
}

func NewNullableString ¶

func NewNullableString(val *string) *NullableString

func (NullableString) Get ¶

func (v NullableString) Get() *string

func (NullableString) IsSet ¶

func (v NullableString) IsSet() bool

func (NullableString) MarshalJSON ¶

func (v NullableString) MarshalJSON() ([]byte, error)

func (*NullableString) Set ¶

func (v *NullableString) Set(val *string)

func (*NullableString) UnmarshalJSON ¶

func (v *NullableString) UnmarshalJSON(src []byte) error

func (*NullableString) Unset ¶

func (v *NullableString) Unset()

type NullableSubjectAuthenticationPolicyDTO ¶

type NullableSubjectAuthenticationPolicyDTO struct {
	// contains filtered or unexported fields
}

func (NullableSubjectAuthenticationPolicyDTO) Get ¶

func (NullableSubjectAuthenticationPolicyDTO) IsSet ¶

func (NullableSubjectAuthenticationPolicyDTO) MarshalJSON ¶

func (v NullableSubjectAuthenticationPolicyDTO) MarshalJSON() ([]byte, error)

func (*NullableSubjectAuthenticationPolicyDTO) Set ¶

func (*NullableSubjectAuthenticationPolicyDTO) UnmarshalJSON ¶

func (v *NullableSubjectAuthenticationPolicyDTO) UnmarshalJSON(src []byte) error

func (*NullableSubjectAuthenticationPolicyDTO) Unset ¶

type NullableSubjectNameIdentifierPolicyDTO ¶

type NullableSubjectNameIdentifierPolicyDTO struct {
	// contains filtered or unexported fields
}

func (NullableSubjectNameIdentifierPolicyDTO) Get ¶

func (NullableSubjectNameIdentifierPolicyDTO) IsSet ¶

func (NullableSubjectNameIdentifierPolicyDTO) MarshalJSON ¶

func (v NullableSubjectNameIdentifierPolicyDTO) MarshalJSON() ([]byte, error)

func (*NullableSubjectNameIdentifierPolicyDTO) Set ¶

func (*NullableSubjectNameIdentifierPolicyDTO) UnmarshalJSON ¶

func (v *NullableSubjectNameIdentifierPolicyDTO) UnmarshalJSON(src []byte) error

func (*NullableSubjectNameIdentifierPolicyDTO) Unset ¶

type NullableTOTPAuthenticationServiceDTO ¶

type NullableTOTPAuthenticationServiceDTO struct {
	// contains filtered or unexported fields
}

func (NullableTOTPAuthenticationServiceDTO) Get ¶

func (NullableTOTPAuthenticationServiceDTO) IsSet ¶

func (NullableTOTPAuthenticationServiceDTO) MarshalJSON ¶

func (v NullableTOTPAuthenticationServiceDTO) MarshalJSON() ([]byte, error)

func (*NullableTOTPAuthenticationServiceDTO) Set ¶

func (*NullableTOTPAuthenticationServiceDTO) UnmarshalJSON ¶

func (v *NullableTOTPAuthenticationServiceDTO) UnmarshalJSON(src []byte) error

func (*NullableTOTPAuthenticationServiceDTO) Unset ¶

type NullableTime ¶

type NullableTime struct {
	// contains filtered or unexported fields
}

func NewNullableTime ¶

func NewNullableTime(val *time.Time) *NullableTime

func (NullableTime) Get ¶

func (v NullableTime) Get() *time.Time

func (NullableTime) IsSet ¶

func (v NullableTime) IsSet() bool

func (NullableTime) MarshalJSON ¶

func (v NullableTime) MarshalJSON() ([]byte, error)

func (*NullableTime) Set ¶

func (v *NullableTime) Set(val *time.Time)

func (*NullableTime) UnmarshalJSON ¶

func (v *NullableTime) UnmarshalJSON(src []byte) error

func (*NullableTime) Unset ¶

func (v *NullableTime) Unset()

type NullableTomcatExecutionEnvironmentDTO ¶

type NullableTomcatExecutionEnvironmentDTO struct {
	// contains filtered or unexported fields
}

func (NullableTomcatExecutionEnvironmentDTO) Get ¶

func (NullableTomcatExecutionEnvironmentDTO) IsSet ¶

func (NullableTomcatExecutionEnvironmentDTO) MarshalJSON ¶

func (v NullableTomcatExecutionEnvironmentDTO) MarshalJSON() ([]byte, error)

func (*NullableTomcatExecutionEnvironmentDTO) Set ¶

func (*NullableTomcatExecutionEnvironmentDTO) UnmarshalJSON ¶

func (v *NullableTomcatExecutionEnvironmentDTO) UnmarshalJSON(src []byte) error

func (*NullableTomcatExecutionEnvironmentDTO) Unset ¶

type NullableUserDTO ¶

type NullableUserDTO struct {
	// contains filtered or unexported fields
}

func NewNullableUserDTO ¶

func NewNullableUserDTO(val *UserDTO) *NullableUserDTO

func (NullableUserDTO) Get ¶

func (v NullableUserDTO) Get() *UserDTO

func (NullableUserDTO) IsSet ¶

func (v NullableUserDTO) IsSet() bool

func (NullableUserDTO) MarshalJSON ¶

func (v NullableUserDTO) MarshalJSON() ([]byte, error)

func (*NullableUserDTO) Set ¶

func (v *NullableUserDTO) Set(val *UserDTO)

func (*NullableUserDTO) UnmarshalJSON ¶

func (v *NullableUserDTO) UnmarshalJSON(src []byte) error

func (*NullableUserDTO) Unset ¶

func (v *NullableUserDTO) Unset()

type NullableUserDashboardBrandingDTO ¶

type NullableUserDashboardBrandingDTO struct {
	// contains filtered or unexported fields
}

func (NullableUserDashboardBrandingDTO) Get ¶

func (NullableUserDashboardBrandingDTO) IsSet ¶

func (NullableUserDashboardBrandingDTO) MarshalJSON ¶

func (v NullableUserDashboardBrandingDTO) MarshalJSON() ([]byte, error)

func (*NullableUserDashboardBrandingDTO) Set ¶

func (*NullableUserDashboardBrandingDTO) UnmarshalJSON ¶

func (v *NullableUserDashboardBrandingDTO) UnmarshalJSON(src []byte) error

func (*NullableUserDashboardBrandingDTO) Unset ¶

type NullableVirtualSaml2ServiceProviderDTO ¶

type NullableVirtualSaml2ServiceProviderDTO struct {
	// contains filtered or unexported fields
}

func (NullableVirtualSaml2ServiceProviderDTO) Get ¶

func (NullableVirtualSaml2ServiceProviderDTO) IsSet ¶

func (NullableVirtualSaml2ServiceProviderDTO) MarshalJSON ¶

func (v NullableVirtualSaml2ServiceProviderDTO) MarshalJSON() ([]byte, error)

func (*NullableVirtualSaml2ServiceProviderDTO) Set ¶

func (*NullableVirtualSaml2ServiceProviderDTO) UnmarshalJSON ¶

func (v *NullableVirtualSaml2ServiceProviderDTO) UnmarshalJSON(src []byte) error

func (*NullableVirtualSaml2ServiceProviderDTO) Unset ¶

type NullableWeblogicExecutionEnvironmentDTO ¶ added in v0.2.1

type NullableWeblogicExecutionEnvironmentDTO struct {
	// contains filtered or unexported fields
}

func NewNullableWeblogicExecutionEnvironmentDTO ¶ added in v0.2.1

func NewNullableWeblogicExecutionEnvironmentDTO(val *WeblogicExecutionEnvironmentDTO) *NullableWeblogicExecutionEnvironmentDTO

func (NullableWeblogicExecutionEnvironmentDTO) Get ¶ added in v0.2.1

func (NullableWeblogicExecutionEnvironmentDTO) IsSet ¶ added in v0.2.1

func (NullableWeblogicExecutionEnvironmentDTO) MarshalJSON ¶ added in v0.2.1

func (v NullableWeblogicExecutionEnvironmentDTO) MarshalJSON() ([]byte, error)

func (*NullableWeblogicExecutionEnvironmentDTO) Set ¶ added in v0.2.1

func (*NullableWeblogicExecutionEnvironmentDTO) UnmarshalJSON ¶ added in v0.2.1

func (v *NullableWeblogicExecutionEnvironmentDTO) UnmarshalJSON(src []byte) error

func (*NullableWeblogicExecutionEnvironmentDTO) Unset ¶ added in v0.2.1

type NullableWindowsIISExecutionEnvironmentDTO ¶ added in v0.1.1

type NullableWindowsIISExecutionEnvironmentDTO struct {
	// contains filtered or unexported fields
}

func NewNullableWindowsIISExecutionEnvironmentDTO ¶ added in v0.1.1

func NewNullableWindowsIISExecutionEnvironmentDTO(val *WindowsIISExecutionEnvironmentDTO) *NullableWindowsIISExecutionEnvironmentDTO

func (NullableWindowsIISExecutionEnvironmentDTO) Get ¶ added in v0.1.1

func (NullableWindowsIISExecutionEnvironmentDTO) IsSet ¶ added in v0.1.1

func (NullableWindowsIISExecutionEnvironmentDTO) MarshalJSON ¶ added in v0.1.1

func (*NullableWindowsIISExecutionEnvironmentDTO) Set ¶ added in v0.1.1

func (*NullableWindowsIISExecutionEnvironmentDTO) UnmarshalJSON ¶ added in v0.1.1

func (v *NullableWindowsIISExecutionEnvironmentDTO) UnmarshalJSON(src []byte) error

func (*NullableWindowsIISExecutionEnvironmentDTO) Unset ¶ added in v0.1.1

type NullableWindowsIntegratedAuthenticationDTO ¶ added in v0.2.0

type NullableWindowsIntegratedAuthenticationDTO struct {
	// contains filtered or unexported fields
}

func NewNullableWindowsIntegratedAuthenticationDTO ¶ added in v0.2.0

func NewNullableWindowsIntegratedAuthenticationDTO(val *WindowsIntegratedAuthenticationDTO) *NullableWindowsIntegratedAuthenticationDTO

func (NullableWindowsIntegratedAuthenticationDTO) Get ¶ added in v0.2.0

func (NullableWindowsIntegratedAuthenticationDTO) IsSet ¶ added in v0.2.0

func (NullableWindowsIntegratedAuthenticationDTO) MarshalJSON ¶ added in v0.2.0

func (*NullableWindowsIntegratedAuthenticationDTO) Set ¶ added in v0.2.0

func (*NullableWindowsIntegratedAuthenticationDTO) UnmarshalJSON ¶ added in v0.2.0

func (v *NullableWindowsIntegratedAuthenticationDTO) UnmarshalJSON(src []byte) error

func (*NullableWindowsIntegratedAuthenticationDTO) Unset ¶ added in v0.2.0

type OAuth2ClientDTO ¶

type OAuth2ClientDTO struct {
	BaseURL              *string `json:"baseURL,omitempty"`
	Id                   *string `json:"id,omitempty"`
	Secret               *string `json:"secret,omitempty"`
	AdditionalProperties map[string]interface{}
}

OAuth2ClientDTO struct for OAuth2ClientDTO

func NewOAuth2ClientDTO ¶

func NewOAuth2ClientDTO() *OAuth2ClientDTO

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

func NewOAuth2ClientDTOWithDefaults ¶

func NewOAuth2ClientDTOWithDefaults() *OAuth2ClientDTO

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

func (*OAuth2ClientDTO) GetBaseURL ¶

func (o *OAuth2ClientDTO) GetBaseURL() string

GetBaseURL returns the BaseURL field value if set, zero value otherwise.

func (*OAuth2ClientDTO) GetBaseURLOk ¶

func (o *OAuth2ClientDTO) GetBaseURLOk() (*string, bool)

GetBaseURLOk returns a tuple with the BaseURL field value if set, nil otherwise and a boolean to check if the value has been set.

func (*OAuth2ClientDTO) GetId ¶

func (o *OAuth2ClientDTO) GetId() string

GetId returns the Id field value if set, zero value otherwise.

func (*OAuth2ClientDTO) GetIdOk ¶

func (o *OAuth2ClientDTO) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*OAuth2ClientDTO) GetSecret ¶

func (o *OAuth2ClientDTO) GetSecret() string

GetSecret returns the Secret field value if set, zero value otherwise.

func (*OAuth2ClientDTO) GetSecretOk ¶

func (o *OAuth2ClientDTO) GetSecretOk() (*string, bool)

GetSecretOk returns a tuple with the Secret field value if set, nil otherwise and a boolean to check if the value has been set.

func (*OAuth2ClientDTO) HasBaseURL ¶

func (o *OAuth2ClientDTO) HasBaseURL() bool

HasBaseURL returns a boolean if a field has been set.

func (*OAuth2ClientDTO) HasId ¶

func (o *OAuth2ClientDTO) HasId() bool

HasId returns a boolean if a field has been set.

func (*OAuth2ClientDTO) HasSecret ¶

func (o *OAuth2ClientDTO) HasSecret() bool

HasSecret returns a boolean if a field has been set.

func (OAuth2ClientDTO) MarshalJSON ¶

func (o OAuth2ClientDTO) MarshalJSON() ([]byte, error)

func (*OAuth2ClientDTO) SetBaseURL ¶

func (o *OAuth2ClientDTO) SetBaseURL(v string)

SetBaseURL gets a reference to the given string and assigns it to the BaseURL field.

func (*OAuth2ClientDTO) SetId ¶

func (o *OAuth2ClientDTO) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*OAuth2ClientDTO) SetSecret ¶

func (o *OAuth2ClientDTO) SetSecret(v string)

SetSecret gets a reference to the given string and assigns it to the Secret field.

func (*OAuth2ClientDTO) UnmarshalJSON ¶

func (o *OAuth2ClientDTO) UnmarshalJSON(bytes []byte) (err error)

type OAuth2PreAuthenticationServiceDTO ¶ added in v0.2.0

type OAuth2PreAuthenticationServiceDTO struct {
	AuthnService             *string                      `json:"authnService,omitempty"`
	DelegatedAuthentications []DelegatedAuthenticationDTO `json:"delegatedAuthentications,omitempty"`
	Description              *string                      `json:"description,omitempty"`
	DisplayName              *string                      `json:"displayName,omitempty"`
	ElementId                *string                      `json:"elementId,omitempty"`
	ExternalAuth             *bool                        `json:"externalAuth,omitempty"`
	Id                       *int64                       `json:"id,omitempty"`
	Name                     *string                      `json:"name,omitempty"`
	RememberMe               *bool                        `json:"rememberMe,omitempty"`
	X                        *float64                     `json:"x,omitempty"`
	Y                        *float64                     `json:"y,omitempty"`
	AdditionalProperties     map[string]interface{}
}

OAuth2PreAuthenticationServiceDTO struct for OAuth2PreAuthenticationServiceDTO

func NewOAuth2PreAuthenticationServiceDTO ¶ added in v0.2.0

func NewOAuth2PreAuthenticationServiceDTO() *OAuth2PreAuthenticationServiceDTO

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

func NewOAuth2PreAuthenticationServiceDTOWithDefaults ¶ added in v0.2.0

func NewOAuth2PreAuthenticationServiceDTOWithDefaults() *OAuth2PreAuthenticationServiceDTO

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

func NewOauth2PreAuthnSvcDTOInit ¶ added in v0.2.0

func NewOauth2PreAuthnSvcDTOInit() *OAuth2PreAuthenticationServiceDTO

func (*OAuth2PreAuthenticationServiceDTO) GetAuthnService ¶ added in v0.2.0

func (o *OAuth2PreAuthenticationServiceDTO) GetAuthnService() string

GetAuthnService returns the AuthnService field value if set, zero value otherwise.

func (*OAuth2PreAuthenticationServiceDTO) GetAuthnServiceOk ¶ added in v0.2.0

func (o *OAuth2PreAuthenticationServiceDTO) GetAuthnServiceOk() (*string, bool)

GetAuthnServiceOk returns a tuple with the AuthnService field value if set, nil otherwise and a boolean to check if the value has been set.

func (*OAuth2PreAuthenticationServiceDTO) GetDelegatedAuthentications ¶ added in v0.2.0

func (o *OAuth2PreAuthenticationServiceDTO) GetDelegatedAuthentications() []DelegatedAuthenticationDTO

GetDelegatedAuthentications returns the DelegatedAuthentications field value if set, zero value otherwise.

func (*OAuth2PreAuthenticationServiceDTO) GetDelegatedAuthenticationsOk ¶ added in v0.2.0

func (o *OAuth2PreAuthenticationServiceDTO) GetDelegatedAuthenticationsOk() ([]DelegatedAuthenticationDTO, bool)

GetDelegatedAuthenticationsOk returns a tuple with the DelegatedAuthentications field value if set, nil otherwise and a boolean to check if the value has been set.

func (*OAuth2PreAuthenticationServiceDTO) GetDescription ¶ added in v0.2.0

func (o *OAuth2PreAuthenticationServiceDTO) GetDescription() string

GetDescription returns the Description field value if set, zero value otherwise.

func (*OAuth2PreAuthenticationServiceDTO) GetDescriptionOk ¶ added in v0.2.0

func (o *OAuth2PreAuthenticationServiceDTO) GetDescriptionOk() (*string, bool)

GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.

func (*OAuth2PreAuthenticationServiceDTO) GetDisplayName ¶ added in v0.2.0

func (o *OAuth2PreAuthenticationServiceDTO) GetDisplayName() string

GetDisplayName returns the DisplayName field value if set, zero value otherwise.

func (*OAuth2PreAuthenticationServiceDTO) GetDisplayNameOk ¶ added in v0.2.0

func (o *OAuth2PreAuthenticationServiceDTO) GetDisplayNameOk() (*string, bool)

GetDisplayNameOk returns a tuple with the DisplayName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*OAuth2PreAuthenticationServiceDTO) GetElementId ¶ added in v0.2.0

func (o *OAuth2PreAuthenticationServiceDTO) GetElementId() string

GetElementId returns the ElementId field value if set, zero value otherwise.

func (*OAuth2PreAuthenticationServiceDTO) GetElementIdOk ¶ added in v0.2.0

func (o *OAuth2PreAuthenticationServiceDTO) GetElementIdOk() (*string, bool)

GetElementIdOk returns a tuple with the ElementId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*OAuth2PreAuthenticationServiceDTO) GetExternalAuth ¶ added in v0.2.0

func (o *OAuth2PreAuthenticationServiceDTO) GetExternalAuth() bool

GetExternalAuth returns the ExternalAuth field value if set, zero value otherwise.

func (*OAuth2PreAuthenticationServiceDTO) GetExternalAuthOk ¶ added in v0.2.0

func (o *OAuth2PreAuthenticationServiceDTO) GetExternalAuthOk() (*bool, bool)

GetExternalAuthOk returns a tuple with the ExternalAuth field value if set, nil otherwise and a boolean to check if the value has been set.

func (*OAuth2PreAuthenticationServiceDTO) GetId ¶ added in v0.2.0

GetId returns the Id field value if set, zero value otherwise.

func (*OAuth2PreAuthenticationServiceDTO) GetIdOk ¶ added in v0.2.0

func (o *OAuth2PreAuthenticationServiceDTO) GetIdOk() (*int64, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*OAuth2PreAuthenticationServiceDTO) GetName ¶ added in v0.2.0

GetName returns the Name field value if set, zero value otherwise.

func (*OAuth2PreAuthenticationServiceDTO) GetNameOk ¶ added in v0.2.0

func (o *OAuth2PreAuthenticationServiceDTO) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*OAuth2PreAuthenticationServiceDTO) GetRememberMe ¶ added in v0.2.0

func (o *OAuth2PreAuthenticationServiceDTO) GetRememberMe() bool

GetRememberMe returns the RememberMe field value if set, zero value otherwise.

func (*OAuth2PreAuthenticationServiceDTO) GetRememberMeOk ¶ added in v0.2.0

func (o *OAuth2PreAuthenticationServiceDTO) GetRememberMeOk() (*bool, bool)

GetRememberMeOk returns a tuple with the RememberMe field value if set, nil otherwise and a boolean to check if the value has been set.

func (*OAuth2PreAuthenticationServiceDTO) GetX ¶ added in v0.2.0

GetX returns the X field value if set, zero value otherwise.

func (*OAuth2PreAuthenticationServiceDTO) GetXOk ¶ added in v0.2.0

GetXOk returns a tuple with the X field value if set, nil otherwise and a boolean to check if the value has been set.

func (*OAuth2PreAuthenticationServiceDTO) GetY ¶ added in v0.2.0

GetY returns the Y field value if set, zero value otherwise.

func (*OAuth2PreAuthenticationServiceDTO) GetYOk ¶ added in v0.2.0

GetYOk returns a tuple with the Y field value if set, nil otherwise and a boolean to check if the value has been set.

func (*OAuth2PreAuthenticationServiceDTO) HasAuthnService ¶ added in v0.2.0

func (o *OAuth2PreAuthenticationServiceDTO) HasAuthnService() bool

HasAuthnService returns a boolean if a field has been set.

func (*OAuth2PreAuthenticationServiceDTO) HasDelegatedAuthentications ¶ added in v0.2.0

func (o *OAuth2PreAuthenticationServiceDTO) HasDelegatedAuthentications() bool

HasDelegatedAuthentications returns a boolean if a field has been set.

func (*OAuth2PreAuthenticationServiceDTO) HasDescription ¶ added in v0.2.0

func (o *OAuth2PreAuthenticationServiceDTO) HasDescription() bool

HasDescription returns a boolean if a field has been set.

func (*OAuth2PreAuthenticationServiceDTO) HasDisplayName ¶ added in v0.2.0

func (o *OAuth2PreAuthenticationServiceDTO) HasDisplayName() bool

HasDisplayName returns a boolean if a field has been set.

func (*OAuth2PreAuthenticationServiceDTO) HasElementId ¶ added in v0.2.0

func (o *OAuth2PreAuthenticationServiceDTO) HasElementId() bool

HasElementId returns a boolean if a field has been set.

func (*OAuth2PreAuthenticationServiceDTO) HasExternalAuth ¶ added in v0.2.0

func (o *OAuth2PreAuthenticationServiceDTO) HasExternalAuth() bool

HasExternalAuth returns a boolean if a field has been set.

func (*OAuth2PreAuthenticationServiceDTO) HasId ¶ added in v0.2.0

HasId returns a boolean if a field has been set.

func (*OAuth2PreAuthenticationServiceDTO) HasName ¶ added in v0.2.0

HasName returns a boolean if a field has been set.

func (*OAuth2PreAuthenticationServiceDTO) HasRememberMe ¶ added in v0.2.0

func (o *OAuth2PreAuthenticationServiceDTO) HasRememberMe() bool

HasRememberMe returns a boolean if a field has been set.

func (*OAuth2PreAuthenticationServiceDTO) HasX ¶ added in v0.2.0

HasX returns a boolean if a field has been set.

func (*OAuth2PreAuthenticationServiceDTO) HasY ¶ added in v0.2.0

HasY returns a boolean if a field has been set.

func (OAuth2PreAuthenticationServiceDTO) MarshalJSON ¶ added in v0.2.0

func (o OAuth2PreAuthenticationServiceDTO) MarshalJSON() ([]byte, error)

func (*OAuth2PreAuthenticationServiceDTO) SetAuthnService ¶ added in v0.2.0

func (o *OAuth2PreAuthenticationServiceDTO) SetAuthnService(v string)

SetAuthnService gets a reference to the given string and assigns it to the AuthnService field.

func (*OAuth2PreAuthenticationServiceDTO) SetDelegatedAuthentications ¶ added in v0.2.0

func (o *OAuth2PreAuthenticationServiceDTO) SetDelegatedAuthentications(v []DelegatedAuthenticationDTO)

SetDelegatedAuthentications gets a reference to the given []DelegatedAuthenticationDTO and assigns it to the DelegatedAuthentications field.

func (*OAuth2PreAuthenticationServiceDTO) SetDescription ¶ added in v0.2.0

func (o *OAuth2PreAuthenticationServiceDTO) SetDescription(v string)

SetDescription gets a reference to the given string and assigns it to the Description field.

func (*OAuth2PreAuthenticationServiceDTO) SetDisplayName ¶ added in v0.2.0

func (o *OAuth2PreAuthenticationServiceDTO) SetDisplayName(v string)

SetDisplayName gets a reference to the given string and assigns it to the DisplayName field.

func (*OAuth2PreAuthenticationServiceDTO) SetElementId ¶ added in v0.2.0

func (o *OAuth2PreAuthenticationServiceDTO) SetElementId(v string)

SetElementId gets a reference to the given string and assigns it to the ElementId field.

func (*OAuth2PreAuthenticationServiceDTO) SetExternalAuth ¶ added in v0.2.0

func (o *OAuth2PreAuthenticationServiceDTO) SetExternalAuth(v bool)

SetExternalAuth gets a reference to the given bool and assigns it to the ExternalAuth field.

func (*OAuth2PreAuthenticationServiceDTO) SetId ¶ added in v0.2.0

SetId gets a reference to the given int64 and assigns it to the Id field.

func (*OAuth2PreAuthenticationServiceDTO) SetName ¶ added in v0.2.0

SetName gets a reference to the given string and assigns it to the Name field.

func (*OAuth2PreAuthenticationServiceDTO) SetRememberMe ¶ added in v0.2.0

func (o *OAuth2PreAuthenticationServiceDTO) SetRememberMe(v bool)

SetRememberMe gets a reference to the given bool and assigns it to the RememberMe field.

func (*OAuth2PreAuthenticationServiceDTO) SetX ¶ added in v0.2.0

SetX gets a reference to the given float64 and assigns it to the X field.

func (*OAuth2PreAuthenticationServiceDTO) SetY ¶ added in v0.2.0

SetY gets a reference to the given float64 and assigns it to the Y field.

func (*OAuth2PreAuthenticationServiceDTO) UnmarshalJSON ¶ added in v0.2.0

func (o *OAuth2PreAuthenticationServiceDTO) UnmarshalJSON(bytes []byte) (err error)

type OIDCSignOnRequest ¶

type OIDCSignOnRequest struct {
	ClientId             *string        `json:"clientId,omitempty"`
	Password             *string        `json:"password,omitempty"`
	Secret               *string        `json:"secret,omitempty"`
	Server               *ServerContext `json:"server,omitempty"`
	Username             *string        `json:"username,omitempty"`
	AdditionalProperties map[string]interface{}
}

OIDCSignOnRequest struct for OIDCSignOnRequest

func NewOIDCSignOnRequest ¶

func NewOIDCSignOnRequest() *OIDCSignOnRequest

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

func NewOIDCSignOnRequestWithDefaults ¶

func NewOIDCSignOnRequestWithDefaults() *OIDCSignOnRequest

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

func (*OIDCSignOnRequest) GetClientId ¶

func (o *OIDCSignOnRequest) GetClientId() string

GetClientId returns the ClientId field value if set, zero value otherwise.

func (*OIDCSignOnRequest) GetClientIdOk ¶

func (o *OIDCSignOnRequest) GetClientIdOk() (*string, bool)

GetClientIdOk returns a tuple with the ClientId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*OIDCSignOnRequest) GetPassword ¶

func (o *OIDCSignOnRequest) GetPassword() string

GetPassword returns the Password field value if set, zero value otherwise.

func (*OIDCSignOnRequest) GetPasswordOk ¶

func (o *OIDCSignOnRequest) GetPasswordOk() (*string, bool)

GetPasswordOk returns a tuple with the Password field value if set, nil otherwise and a boolean to check if the value has been set.

func (*OIDCSignOnRequest) GetSecret ¶

func (o *OIDCSignOnRequest) GetSecret() string

GetSecret returns the Secret field value if set, zero value otherwise.

func (*OIDCSignOnRequest) GetSecretOk ¶

func (o *OIDCSignOnRequest) GetSecretOk() (*string, bool)

GetSecretOk returns a tuple with the Secret field value if set, nil otherwise and a boolean to check if the value has been set.

func (*OIDCSignOnRequest) GetServer ¶

func (o *OIDCSignOnRequest) GetServer() ServerContext

GetServer returns the Server field value if set, zero value otherwise.

func (*OIDCSignOnRequest) GetServerOk ¶

func (o *OIDCSignOnRequest) GetServerOk() (*ServerContext, bool)

GetServerOk returns a tuple with the Server field value if set, nil otherwise and a boolean to check if the value has been set.

func (*OIDCSignOnRequest) GetUsername ¶

func (o *OIDCSignOnRequest) GetUsername() string

GetUsername returns the Username field value if set, zero value otherwise.

func (*OIDCSignOnRequest) GetUsernameOk ¶

func (o *OIDCSignOnRequest) GetUsernameOk() (*string, bool)

GetUsernameOk returns a tuple with the Username field value if set, nil otherwise and a boolean to check if the value has been set.

func (*OIDCSignOnRequest) HasClientId ¶

func (o *OIDCSignOnRequest) HasClientId() bool

HasClientId returns a boolean if a field has been set.

func (*OIDCSignOnRequest) HasPassword ¶

func (o *OIDCSignOnRequest) HasPassword() bool

HasPassword returns a boolean if a field has been set.

func (*OIDCSignOnRequest) HasSecret ¶

func (o *OIDCSignOnRequest) HasSecret() bool

HasSecret returns a boolean if a field has been set.

func (*OIDCSignOnRequest) HasServer ¶

func (o *OIDCSignOnRequest) HasServer() bool

HasServer returns a boolean if a field has been set.

func (*OIDCSignOnRequest) HasUsername ¶

func (o *OIDCSignOnRequest) HasUsername() bool

HasUsername returns a boolean if a field has been set.

func (OIDCSignOnRequest) MarshalJSON ¶

func (o OIDCSignOnRequest) MarshalJSON() ([]byte, error)

func (*OIDCSignOnRequest) SetClientId ¶

func (o *OIDCSignOnRequest) SetClientId(v string)

SetClientId gets a reference to the given string and assigns it to the ClientId field.

func (*OIDCSignOnRequest) SetPassword ¶

func (o *OIDCSignOnRequest) SetPassword(v string)

SetPassword gets a reference to the given string and assigns it to the Password field.

func (*OIDCSignOnRequest) SetSecret ¶

func (o *OIDCSignOnRequest) SetSecret(v string)

SetSecret gets a reference to the given string and assigns it to the Secret field.

func (*OIDCSignOnRequest) SetServer ¶

func (o *OIDCSignOnRequest) SetServer(v ServerContext)

SetServer gets a reference to the given ServerContext and assigns it to the Server field.

func (*OIDCSignOnRequest) SetUsername ¶

func (o *OIDCSignOnRequest) SetUsername(v string)

SetUsername gets a reference to the given string and assigns it to the Username field.

func (*OIDCSignOnRequest) UnmarshalJSON ¶

func (o *OIDCSignOnRequest) UnmarshalJSON(bytes []byte) (err error)

type OIDCSignOnResponse ¶

type OIDCSignOnResponse struct {
	AccessToken          *string        `json:"accessToken,omitempty"`
	AuthenticatedUser    *UserDTO       `json:"authenticatedUser,omitempty"`
	IdToken              *string        `json:"idToken,omitempty"`
	RefreshToken         *string        `json:"refreshToken,omitempty"`
	Server               *ServerContext `json:"server,omitempty"`
	ValidationErrors     []string       `json:"validationErrors,omitempty"`
	AdditionalProperties map[string]interface{}
}

OIDCSignOnResponse struct for OIDCSignOnResponse

func NewOIDCSignOnResponse ¶

func NewOIDCSignOnResponse() *OIDCSignOnResponse

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

func NewOIDCSignOnResponseWithDefaults ¶

func NewOIDCSignOnResponseWithDefaults() *OIDCSignOnResponse

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

func (*OIDCSignOnResponse) GetAccessToken ¶

func (o *OIDCSignOnResponse) GetAccessToken() string

GetAccessToken returns the AccessToken field value if set, zero value otherwise.

func (*OIDCSignOnResponse) GetAccessTokenOk ¶

func (o *OIDCSignOnResponse) GetAccessTokenOk() (*string, bool)

GetAccessTokenOk returns a tuple with the AccessToken field value if set, nil otherwise and a boolean to check if the value has been set.

func (*OIDCSignOnResponse) GetAuthenticatedUser ¶

func (o *OIDCSignOnResponse) GetAuthenticatedUser() UserDTO

GetAuthenticatedUser returns the AuthenticatedUser field value if set, zero value otherwise.

func (*OIDCSignOnResponse) GetAuthenticatedUserOk ¶

func (o *OIDCSignOnResponse) GetAuthenticatedUserOk() (*UserDTO, bool)

GetAuthenticatedUserOk returns a tuple with the AuthenticatedUser field value if set, nil otherwise and a boolean to check if the value has been set.

func (*OIDCSignOnResponse) GetIdToken ¶

func (o *OIDCSignOnResponse) GetIdToken() string

GetIdToken returns the IdToken field value if set, zero value otherwise.

func (*OIDCSignOnResponse) GetIdTokenOk ¶

func (o *OIDCSignOnResponse) GetIdTokenOk() (*string, bool)

GetIdTokenOk returns a tuple with the IdToken field value if set, nil otherwise and a boolean to check if the value has been set.

func (*OIDCSignOnResponse) GetRefreshToken ¶

func (o *OIDCSignOnResponse) GetRefreshToken() string

GetRefreshToken returns the RefreshToken field value if set, zero value otherwise.

func (*OIDCSignOnResponse) GetRefreshTokenOk ¶

func (o *OIDCSignOnResponse) GetRefreshTokenOk() (*string, bool)

GetRefreshTokenOk returns a tuple with the RefreshToken field value if set, nil otherwise and a boolean to check if the value has been set.

func (*OIDCSignOnResponse) GetServer ¶

func (o *OIDCSignOnResponse) GetServer() ServerContext

GetServer returns the Server field value if set, zero value otherwise.

func (*OIDCSignOnResponse) GetServerOk ¶

func (o *OIDCSignOnResponse) GetServerOk() (*ServerContext, bool)

GetServerOk returns a tuple with the Server field value if set, nil otherwise and a boolean to check if the value has been set.

func (*OIDCSignOnResponse) GetValidationErrors ¶

func (o *OIDCSignOnResponse) GetValidationErrors() []string

GetValidationErrors returns the ValidationErrors field value if set, zero value otherwise.

func (*OIDCSignOnResponse) GetValidationErrorsOk ¶

func (o *OIDCSignOnResponse) GetValidationErrorsOk() ([]string, bool)

GetValidationErrorsOk returns a tuple with the ValidationErrors field value if set, nil otherwise and a boolean to check if the value has been set.

func (*OIDCSignOnResponse) HasAccessToken ¶

func (o *OIDCSignOnResponse) HasAccessToken() bool

HasAccessToken returns a boolean if a field has been set.

func (*OIDCSignOnResponse) HasAuthenticatedUser ¶

func (o *OIDCSignOnResponse) HasAuthenticatedUser() bool

HasAuthenticatedUser returns a boolean if a field has been set.

func (*OIDCSignOnResponse) HasIdToken ¶

func (o *OIDCSignOnResponse) HasIdToken() bool

HasIdToken returns a boolean if a field has been set.

func (*OIDCSignOnResponse) HasRefreshToken ¶

func (o *OIDCSignOnResponse) HasRefreshToken() bool

HasRefreshToken returns a boolean if a field has been set.

func (*OIDCSignOnResponse) HasServer ¶

func (o *OIDCSignOnResponse) HasServer() bool

HasServer returns a boolean if a field has been set.

func (*OIDCSignOnResponse) HasValidationErrors ¶

func (o *OIDCSignOnResponse) HasValidationErrors() bool

HasValidationErrors returns a boolean if a field has been set.

func (OIDCSignOnResponse) MarshalJSON ¶

func (o OIDCSignOnResponse) MarshalJSON() ([]byte, error)

func (*OIDCSignOnResponse) SetAccessToken ¶

func (o *OIDCSignOnResponse) SetAccessToken(v string)

SetAccessToken gets a reference to the given string and assigns it to the AccessToken field.

func (*OIDCSignOnResponse) SetAuthenticatedUser ¶

func (o *OIDCSignOnResponse) SetAuthenticatedUser(v UserDTO)

SetAuthenticatedUser gets a reference to the given UserDTO and assigns it to the AuthenticatedUser field.

func (*OIDCSignOnResponse) SetIdToken ¶

func (o *OIDCSignOnResponse) SetIdToken(v string)

SetIdToken gets a reference to the given string and assigns it to the IdToken field.

func (*OIDCSignOnResponse) SetRefreshToken ¶

func (o *OIDCSignOnResponse) SetRefreshToken(v string)

SetRefreshToken gets a reference to the given string and assigns it to the RefreshToken field.

func (*OIDCSignOnResponse) SetServer ¶

func (o *OIDCSignOnResponse) SetServer(v ServerContext)

SetServer gets a reference to the given ServerContext and assigns it to the Server field.

func (*OIDCSignOnResponse) SetValidationErrors ¶

func (o *OIDCSignOnResponse) SetValidationErrors(v []string)

SetValidationErrors gets a reference to the given []string and assigns it to the ValidationErrors field.

func (*OIDCSignOnResponse) UnmarshalJSON ¶

func (o *OIDCSignOnResponse) UnmarshalJSON(bytes []byte) (err error)

type PHPExecutionEnvironmentDTO ¶ added in v0.1.1

type PHPExecutionEnvironmentDTO struct {
	Activations            []ActivationDTO `json:"activations,omitempty"`
	Active                 *bool           `json:"active,omitempty"`
	BindingLocation        *LocationDTO    `json:"bindingLocation,omitempty"`
	Description            *string         `json:"description,omitempty"`
	DisplayName            *string         `json:"displayName,omitempty"`
	ElementId              *string         `json:"elementId,omitempty"`
	Id                     *int64          `json:"id,omitempty"`
	InstallDemoApps        *bool           `json:"installDemoApps,omitempty"`
	InstallUri             *string         `json:"installUri,omitempty"`
	Location               *string         `json:"location,omitempty"`
	Name                   *string         `json:"name,omitempty"`
	OverwriteOriginalSetup *bool           `json:"overwriteOriginalSetup,omitempty"`
	PhpEnvironmentType     *string         `json:"phpEnvironmentType,omitempty"`
	PlatformId             *string         `json:"platformId,omitempty"`
	TargetJDK              *string         `json:"targetJDK,omitempty"`
	Type                   *string         `json:"type,omitempty"`
	X                      *float64        `json:"x,omitempty"`
	Y                      *float64        `json:"y,omitempty"`
	AdditionalProperties   map[string]interface{}
}

PHPExecutionEnvironmentDTO struct for PHPExecutionEnvironmentDTO

func NewPHPExecutionEnvironmentDTO ¶ added in v0.1.1

func NewPHPExecutionEnvironmentDTO() *PHPExecutionEnvironmentDTO

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

func NewPHPExecutionEnvironmentDTOWithDefaults ¶ added in v0.1.1

func NewPHPExecutionEnvironmentDTOWithDefaults() *PHPExecutionEnvironmentDTO

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

func (*PHPExecutionEnvironmentDTO) GetActivations ¶ added in v0.1.1

func (o *PHPExecutionEnvironmentDTO) GetActivations() []ActivationDTO

GetActivations returns the Activations field value if set, zero value otherwise.

func (*PHPExecutionEnvironmentDTO) GetActivationsOk ¶ added in v0.1.1

func (o *PHPExecutionEnvironmentDTO) GetActivationsOk() ([]ActivationDTO, bool)

GetActivationsOk returns a tuple with the Activations field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PHPExecutionEnvironmentDTO) GetActive ¶ added in v0.1.1

func (o *PHPExecutionEnvironmentDTO) GetActive() bool

GetActive returns the Active field value if set, zero value otherwise.

func (*PHPExecutionEnvironmentDTO) GetActiveOk ¶ added in v0.1.1

func (o *PHPExecutionEnvironmentDTO) GetActiveOk() (*bool, bool)

GetActiveOk returns a tuple with the Active field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PHPExecutionEnvironmentDTO) GetBindingLocation ¶ added in v0.1.1

func (o *PHPExecutionEnvironmentDTO) GetBindingLocation() LocationDTO

GetBindingLocation returns the BindingLocation field value if set, zero value otherwise.

func (*PHPExecutionEnvironmentDTO) GetBindingLocationOk ¶ added in v0.1.1

func (o *PHPExecutionEnvironmentDTO) GetBindingLocationOk() (*LocationDTO, bool)

GetBindingLocationOk returns a tuple with the BindingLocation field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PHPExecutionEnvironmentDTO) GetDescription ¶ added in v0.1.1

func (o *PHPExecutionEnvironmentDTO) GetDescription() string

GetDescription returns the Description field value if set, zero value otherwise.

func (*PHPExecutionEnvironmentDTO) GetDescriptionOk ¶ added in v0.1.1

func (o *PHPExecutionEnvironmentDTO) GetDescriptionOk() (*string, bool)

GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PHPExecutionEnvironmentDTO) GetDisplayName ¶ added in v0.1.1

func (o *PHPExecutionEnvironmentDTO) GetDisplayName() string

GetDisplayName returns the DisplayName field value if set, zero value otherwise.

func (*PHPExecutionEnvironmentDTO) GetDisplayNameOk ¶ added in v0.1.1

func (o *PHPExecutionEnvironmentDTO) GetDisplayNameOk() (*string, bool)

GetDisplayNameOk returns a tuple with the DisplayName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PHPExecutionEnvironmentDTO) GetElementId ¶ added in v0.1.1

func (o *PHPExecutionEnvironmentDTO) GetElementId() string

GetElementId returns the ElementId field value if set, zero value otherwise.

func (*PHPExecutionEnvironmentDTO) GetElementIdOk ¶ added in v0.1.1

func (o *PHPExecutionEnvironmentDTO) GetElementIdOk() (*string, bool)

GetElementIdOk returns a tuple with the ElementId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PHPExecutionEnvironmentDTO) GetId ¶ added in v0.1.1

func (o *PHPExecutionEnvironmentDTO) GetId() int64

GetId returns the Id field value if set, zero value otherwise.

func (*PHPExecutionEnvironmentDTO) GetIdOk ¶ added in v0.1.1

func (o *PHPExecutionEnvironmentDTO) GetIdOk() (*int64, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PHPExecutionEnvironmentDTO) GetInstallDemoApps ¶ added in v0.1.1

func (o *PHPExecutionEnvironmentDTO) GetInstallDemoApps() bool

GetInstallDemoApps returns the InstallDemoApps field value if set, zero value otherwise.

func (*PHPExecutionEnvironmentDTO) GetInstallDemoAppsOk ¶ added in v0.1.1

func (o *PHPExecutionEnvironmentDTO) GetInstallDemoAppsOk() (*bool, bool)

GetInstallDemoAppsOk returns a tuple with the InstallDemoApps field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PHPExecutionEnvironmentDTO) GetInstallUri ¶ added in v0.1.1

func (o *PHPExecutionEnvironmentDTO) GetInstallUri() string

GetInstallUri returns the InstallUri field value if set, zero value otherwise.

func (*PHPExecutionEnvironmentDTO) GetInstallUriOk ¶ added in v0.1.1

func (o *PHPExecutionEnvironmentDTO) GetInstallUriOk() (*string, bool)

GetInstallUriOk returns a tuple with the InstallUri field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PHPExecutionEnvironmentDTO) GetLocation ¶ added in v0.1.1

func (o *PHPExecutionEnvironmentDTO) GetLocation() string

GetLocation returns the Location field value if set, zero value otherwise.

func (*PHPExecutionEnvironmentDTO) GetLocationOk ¶ added in v0.1.1

func (o *PHPExecutionEnvironmentDTO) GetLocationOk() (*string, bool)

GetLocationOk returns a tuple with the Location field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PHPExecutionEnvironmentDTO) GetName ¶ added in v0.1.1

func (o *PHPExecutionEnvironmentDTO) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*PHPExecutionEnvironmentDTO) GetNameOk ¶ added in v0.1.1

func (o *PHPExecutionEnvironmentDTO) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PHPExecutionEnvironmentDTO) GetOverwriteOriginalSetup ¶ added in v0.1.1

func (o *PHPExecutionEnvironmentDTO) GetOverwriteOriginalSetup() bool

GetOverwriteOriginalSetup returns the OverwriteOriginalSetup field value if set, zero value otherwise.

func (*PHPExecutionEnvironmentDTO) GetOverwriteOriginalSetupOk ¶ added in v0.1.1

func (o *PHPExecutionEnvironmentDTO) GetOverwriteOriginalSetupOk() (*bool, bool)

GetOverwriteOriginalSetupOk returns a tuple with the OverwriteOriginalSetup field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PHPExecutionEnvironmentDTO) GetPhpEnvironmentType ¶ added in v0.1.1

func (o *PHPExecutionEnvironmentDTO) GetPhpEnvironmentType() string

GetPhpEnvironmentType returns the PhpEnvironmentType field value if set, zero value otherwise.

func (*PHPExecutionEnvironmentDTO) GetPhpEnvironmentTypeOk ¶ added in v0.1.1

func (o *PHPExecutionEnvironmentDTO) GetPhpEnvironmentTypeOk() (*string, bool)

GetPhpEnvironmentTypeOk returns a tuple with the PhpEnvironmentType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PHPExecutionEnvironmentDTO) GetPlatformId ¶ added in v0.1.1

func (o *PHPExecutionEnvironmentDTO) GetPlatformId() string

GetPlatformId returns the PlatformId field value if set, zero value otherwise.

func (*PHPExecutionEnvironmentDTO) GetPlatformIdOk ¶ added in v0.1.1

func (o *PHPExecutionEnvironmentDTO) GetPlatformIdOk() (*string, bool)

GetPlatformIdOk returns a tuple with the PlatformId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PHPExecutionEnvironmentDTO) GetTargetJDK ¶ added in v0.1.1

func (o *PHPExecutionEnvironmentDTO) GetTargetJDK() string

GetTargetJDK returns the TargetJDK field value if set, zero value otherwise.

func (*PHPExecutionEnvironmentDTO) GetTargetJDKOk ¶ added in v0.1.1

func (o *PHPExecutionEnvironmentDTO) GetTargetJDKOk() (*string, bool)

GetTargetJDKOk returns a tuple with the TargetJDK field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PHPExecutionEnvironmentDTO) GetType ¶ added in v0.1.1

func (o *PHPExecutionEnvironmentDTO) GetType() string

GetType returns the Type field value if set, zero value otherwise.

func (*PHPExecutionEnvironmentDTO) GetTypeOk ¶ added in v0.1.1

func (o *PHPExecutionEnvironmentDTO) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PHPExecutionEnvironmentDTO) GetX ¶ added in v0.1.1

GetX returns the X field value if set, zero value otherwise.

func (*PHPExecutionEnvironmentDTO) GetXOk ¶ added in v0.1.1

func (o *PHPExecutionEnvironmentDTO) GetXOk() (*float64, bool)

GetXOk returns a tuple with the X field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PHPExecutionEnvironmentDTO) GetY ¶ added in v0.1.1

GetY returns the Y field value if set, zero value otherwise.

func (*PHPExecutionEnvironmentDTO) GetYOk ¶ added in v0.1.1

func (o *PHPExecutionEnvironmentDTO) GetYOk() (*float64, bool)

GetYOk returns a tuple with the Y field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PHPExecutionEnvironmentDTO) HasActivations ¶ added in v0.1.1

func (o *PHPExecutionEnvironmentDTO) HasActivations() bool

HasActivations returns a boolean if a field has been set.

func (*PHPExecutionEnvironmentDTO) HasActive ¶ added in v0.1.1

func (o *PHPExecutionEnvironmentDTO) HasActive() bool

HasActive returns a boolean if a field has been set.

func (*PHPExecutionEnvironmentDTO) HasBindingLocation ¶ added in v0.1.1

func (o *PHPExecutionEnvironmentDTO) HasBindingLocation() bool

HasBindingLocation returns a boolean if a field has been set.

func (*PHPExecutionEnvironmentDTO) HasDescription ¶ added in v0.1.1

func (o *PHPExecutionEnvironmentDTO) HasDescription() bool

HasDescription returns a boolean if a field has been set.

func (*PHPExecutionEnvironmentDTO) HasDisplayName ¶ added in v0.1.1

func (o *PHPExecutionEnvironmentDTO) HasDisplayName() bool

HasDisplayName returns a boolean if a field has been set.

func (*PHPExecutionEnvironmentDTO) HasElementId ¶ added in v0.1.1

func (o *PHPExecutionEnvironmentDTO) HasElementId() bool

HasElementId returns a boolean if a field has been set.

func (*PHPExecutionEnvironmentDTO) HasId ¶ added in v0.1.1

func (o *PHPExecutionEnvironmentDTO) HasId() bool

HasId returns a boolean if a field has been set.

func (*PHPExecutionEnvironmentDTO) HasInstallDemoApps ¶ added in v0.1.1

func (o *PHPExecutionEnvironmentDTO) HasInstallDemoApps() bool

HasInstallDemoApps returns a boolean if a field has been set.

func (*PHPExecutionEnvironmentDTO) HasInstallUri ¶ added in v0.1.1

func (o *PHPExecutionEnvironmentDTO) HasInstallUri() bool

HasInstallUri returns a boolean if a field has been set.

func (*PHPExecutionEnvironmentDTO) HasLocation ¶ added in v0.1.1

func (o *PHPExecutionEnvironmentDTO) HasLocation() bool

HasLocation returns a boolean if a field has been set.

func (*PHPExecutionEnvironmentDTO) HasName ¶ added in v0.1.1

func (o *PHPExecutionEnvironmentDTO) HasName() bool

HasName returns a boolean if a field has been set.

func (*PHPExecutionEnvironmentDTO) HasOverwriteOriginalSetup ¶ added in v0.1.1

func (o *PHPExecutionEnvironmentDTO) HasOverwriteOriginalSetup() bool

HasOverwriteOriginalSetup returns a boolean if a field has been set.

func (*PHPExecutionEnvironmentDTO) HasPhpEnvironmentType ¶ added in v0.1.1

func (o *PHPExecutionEnvironmentDTO) HasPhpEnvironmentType() bool

HasPhpEnvironmentType returns a boolean if a field has been set.

func (*PHPExecutionEnvironmentDTO) HasPlatformId ¶ added in v0.1.1

func (o *PHPExecutionEnvironmentDTO) HasPlatformId() bool

HasPlatformId returns a boolean if a field has been set.

func (*PHPExecutionEnvironmentDTO) HasTargetJDK ¶ added in v0.1.1

func (o *PHPExecutionEnvironmentDTO) HasTargetJDK() bool

HasTargetJDK returns a boolean if a field has been set.

func (*PHPExecutionEnvironmentDTO) HasType ¶ added in v0.1.1

func (o *PHPExecutionEnvironmentDTO) HasType() bool

HasType returns a boolean if a field has been set.

func (*PHPExecutionEnvironmentDTO) HasX ¶ added in v0.1.1

func (o *PHPExecutionEnvironmentDTO) HasX() bool

HasX returns a boolean if a field has been set.

func (*PHPExecutionEnvironmentDTO) HasY ¶ added in v0.1.1

func (o *PHPExecutionEnvironmentDTO) HasY() bool

HasY returns a boolean if a field has been set.

func (PHPExecutionEnvironmentDTO) MarshalJSON ¶ added in v0.1.1

func (o PHPExecutionEnvironmentDTO) MarshalJSON() ([]byte, error)

func (*PHPExecutionEnvironmentDTO) SetActivations ¶ added in v0.1.1

func (o *PHPExecutionEnvironmentDTO) SetActivations(v []ActivationDTO)

SetActivations gets a reference to the given []ActivationDTO and assigns it to the Activations field.

func (*PHPExecutionEnvironmentDTO) SetActive ¶ added in v0.1.1

func (o *PHPExecutionEnvironmentDTO) SetActive(v bool)

SetActive gets a reference to the given bool and assigns it to the Active field.

func (*PHPExecutionEnvironmentDTO) SetBindingLocation ¶ added in v0.1.1

func (o *PHPExecutionEnvironmentDTO) SetBindingLocation(v LocationDTO)

SetBindingLocation gets a reference to the given LocationDTO and assigns it to the BindingLocation field.

func (*PHPExecutionEnvironmentDTO) SetDescription ¶ added in v0.1.1

func (o *PHPExecutionEnvironmentDTO) SetDescription(v string)

SetDescription gets a reference to the given string and assigns it to the Description field.

func (*PHPExecutionEnvironmentDTO) SetDisplayName ¶ added in v0.1.1

func (o *PHPExecutionEnvironmentDTO) SetDisplayName(v string)

SetDisplayName gets a reference to the given string and assigns it to the DisplayName field.

func (*PHPExecutionEnvironmentDTO) SetElementId ¶ added in v0.1.1

func (o *PHPExecutionEnvironmentDTO) SetElementId(v string)

SetElementId gets a reference to the given string and assigns it to the ElementId field.

func (*PHPExecutionEnvironmentDTO) SetId ¶ added in v0.1.1

func (o *PHPExecutionEnvironmentDTO) SetId(v int64)

SetId gets a reference to the given int64 and assigns it to the Id field.

func (*PHPExecutionEnvironmentDTO) SetInstallDemoApps ¶ added in v0.1.1

func (o *PHPExecutionEnvironmentDTO) SetInstallDemoApps(v bool)

SetInstallDemoApps gets a reference to the given bool and assigns it to the InstallDemoApps field.

func (*PHPExecutionEnvironmentDTO) SetInstallUri ¶ added in v0.1.1

func (o *PHPExecutionEnvironmentDTO) SetInstallUri(v string)

SetInstallUri gets a reference to the given string and assigns it to the InstallUri field.

func (*PHPExecutionEnvironmentDTO) SetLocation ¶ added in v0.1.1

func (o *PHPExecutionEnvironmentDTO) SetLocation(v string)

SetLocation gets a reference to the given string and assigns it to the Location field.

func (*PHPExecutionEnvironmentDTO) SetName ¶ added in v0.1.1

func (o *PHPExecutionEnvironmentDTO) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*PHPExecutionEnvironmentDTO) SetOverwriteOriginalSetup ¶ added in v0.1.1

func (o *PHPExecutionEnvironmentDTO) SetOverwriteOriginalSetup(v bool)

SetOverwriteOriginalSetup gets a reference to the given bool and assigns it to the OverwriteOriginalSetup field.

func (*PHPExecutionEnvironmentDTO) SetPhpEnvironmentType ¶ added in v0.1.1

func (o *PHPExecutionEnvironmentDTO) SetPhpEnvironmentType(v string)

SetPhpEnvironmentType gets a reference to the given string and assigns it to the PhpEnvironmentType field.

func (*PHPExecutionEnvironmentDTO) SetPlatformId ¶ added in v0.1.1

func (o *PHPExecutionEnvironmentDTO) SetPlatformId(v string)

SetPlatformId gets a reference to the given string and assigns it to the PlatformId field.

func (*PHPExecutionEnvironmentDTO) SetTargetJDK ¶ added in v0.1.1

func (o *PHPExecutionEnvironmentDTO) SetTargetJDK(v string)

SetTargetJDK gets a reference to the given string and assigns it to the TargetJDK field.

func (*PHPExecutionEnvironmentDTO) SetType ¶ added in v0.1.1

func (o *PHPExecutionEnvironmentDTO) SetType(v string)

SetType gets a reference to the given string and assigns it to the Type field.

func (*PHPExecutionEnvironmentDTO) SetX ¶ added in v0.1.1

SetX gets a reference to the given float64 and assigns it to the X field.

func (*PHPExecutionEnvironmentDTO) SetY ¶ added in v0.1.1

SetY gets a reference to the given float64 and assigns it to the Y field.

func (*PHPExecutionEnvironmentDTO) UnmarshalJSON ¶ added in v0.1.1

func (o *PHPExecutionEnvironmentDTO) UnmarshalJSON(bytes []byte) (err error)

type PointDTO ¶

type PointDTO struct {
	X                    *int64 `json:"x,omitempty"`
	Y                    *int64 `json:"y,omitempty"`
	AdditionalProperties map[string]interface{}
}

PointDTO struct for PointDTO

func NewPointDTO ¶

func NewPointDTO() *PointDTO

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

func NewPointDTOWithDefaults ¶

func NewPointDTOWithDefaults() *PointDTO

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

func (*PointDTO) GetX ¶

func (o *PointDTO) GetX() int64

GetX returns the X field value if set, zero value otherwise.

func (*PointDTO) GetXOk ¶

func (o *PointDTO) GetXOk() (*int64, bool)

GetXOk returns a tuple with the X field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PointDTO) GetY ¶

func (o *PointDTO) GetY() int64

GetY returns the Y field value if set, zero value otherwise.

func (*PointDTO) GetYOk ¶

func (o *PointDTO) GetYOk() (*int64, bool)

GetYOk returns a tuple with the Y field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PointDTO) HasX ¶

func (o *PointDTO) HasX() bool

HasX returns a boolean if a field has been set.

func (*PointDTO) HasY ¶

func (o *PointDTO) HasY() bool

HasY returns a boolean if a field has been set.

func (PointDTO) MarshalJSON ¶

func (o PointDTO) MarshalJSON() ([]byte, error)

func (*PointDTO) SetX ¶

func (o *PointDTO) SetX(v int64)

SetX gets a reference to the given int64 and assigns it to the X field.

func (*PointDTO) SetY ¶

func (o *PointDTO) SetY(v int64)

SetY gets a reference to the given int64 and assigns it to the Y field.

func (*PointDTO) UnmarshalJSON ¶

func (o *PointDTO) UnmarshalJSON(bytes []byte) (err error)

type ProviderConfigDTO ¶

type ProviderConfigDTO struct {
	Description          *string `json:"description,omitempty"`
	DisplayName          *string `json:"displayName,omitempty"`
	ElementId            *string `json:"elementId,omitempty"`
	Id                   *int64  `json:"id,omitempty"`
	Name                 *string `json:"name,omitempty"`
	AdditionalProperties map[string]interface{}
}

ProviderConfigDTO struct for ProviderConfigDTO

func NewProviderConfigDTO ¶

func NewProviderConfigDTO() *ProviderConfigDTO

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

func NewProviderConfigDTOWithDefaults ¶

func NewProviderConfigDTOWithDefaults() *ProviderConfigDTO

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

func (*ProviderConfigDTO) GetDescription ¶

func (o *ProviderConfigDTO) GetDescription() string

GetDescription returns the Description field value if set, zero value otherwise.

func (*ProviderConfigDTO) GetDescriptionOk ¶

func (o *ProviderConfigDTO) GetDescriptionOk() (*string, bool)

GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProviderConfigDTO) GetDisplayName ¶

func (o *ProviderConfigDTO) GetDisplayName() string

GetDisplayName returns the DisplayName field value if set, zero value otherwise.

func (*ProviderConfigDTO) GetDisplayNameOk ¶

func (o *ProviderConfigDTO) GetDisplayNameOk() (*string, bool)

GetDisplayNameOk returns a tuple with the DisplayName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProviderConfigDTO) GetElementId ¶

func (o *ProviderConfigDTO) GetElementId() string

GetElementId returns the ElementId field value if set, zero value otherwise.

func (*ProviderConfigDTO) GetElementIdOk ¶

func (o *ProviderConfigDTO) GetElementIdOk() (*string, bool)

GetElementIdOk returns a tuple with the ElementId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProviderConfigDTO) GetId ¶

func (o *ProviderConfigDTO) GetId() int64

GetId returns the Id field value if set, zero value otherwise.

func (*ProviderConfigDTO) GetIdOk ¶

func (o *ProviderConfigDTO) GetIdOk() (*int64, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProviderConfigDTO) GetName ¶

func (o *ProviderConfigDTO) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*ProviderConfigDTO) GetNameOk ¶

func (o *ProviderConfigDTO) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (ProviderConfigDTO) GetStoreProps ¶

func (cfg ProviderConfigDTO) GetStoreProps() (map[string]interface{}, error)

func (*ProviderConfigDTO) HasDescription ¶

func (o *ProviderConfigDTO) HasDescription() bool

HasDescription returns a boolean if a field has been set.

func (*ProviderConfigDTO) HasDisplayName ¶

func (o *ProviderConfigDTO) HasDisplayName() bool

HasDisplayName returns a boolean if a field has been set.

func (*ProviderConfigDTO) HasElementId ¶

func (o *ProviderConfigDTO) HasElementId() bool

HasElementId returns a boolean if a field has been set.

func (*ProviderConfigDTO) HasId ¶

func (o *ProviderConfigDTO) HasId() bool

HasId returns a boolean if a field has been set.

func (*ProviderConfigDTO) HasName ¶

func (o *ProviderConfigDTO) HasName() bool

HasName returns a boolean if a field has been set.

func (ProviderConfigDTO) MarshalJSON ¶

func (o ProviderConfigDTO) MarshalJSON() ([]byte, error)

func (*ProviderConfigDTO) SetDescription ¶

func (o *ProviderConfigDTO) SetDescription(v string)

SetDescription gets a reference to the given string and assigns it to the Description field.

func (*ProviderConfigDTO) SetDisplayName ¶

func (o *ProviderConfigDTO) SetDisplayName(v string)

SetDisplayName gets a reference to the given string and assigns it to the DisplayName field.

func (*ProviderConfigDTO) SetElementId ¶

func (o *ProviderConfigDTO) SetElementId(v string)

SetElementId gets a reference to the given string and assigns it to the ElementId field.

func (*ProviderConfigDTO) SetId ¶

func (o *ProviderConfigDTO) SetId(v int64)

SetId gets a reference to the given int64 and assigns it to the Id field.

func (*ProviderConfigDTO) SetName ¶

func (o *ProviderConfigDTO) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (ProviderConfigDTO) ToSamlR2IDPConfig ¶

func (cfg ProviderConfigDTO) ToSamlR2IDPConfig() (*SamlR2IDPConfigDTO, error)

func (ProviderConfigDTO) ToSamlR2SPConfig ¶

func (cfg ProviderConfigDTO) ToSamlR2SPConfig() (*SamlR2SPConfigDTO, error)

func (*ProviderConfigDTO) UnmarshalJSON ¶

func (o *ProviderConfigDTO) UnmarshalJSON(bytes []byte) (err error)

type ProviderContainerDTO ¶

type ProviderContainerDTO struct {
	FederatedProvider    *FederatedProviderDTO `json:"federatedProvider,omitempty"`
	Location             *string               `json:"location,omitempty"`
	Name                 *string               `json:"name,omitempty"`
	ServiceResource      *ServiceResourceDTO   `json:"serviceResource,omitempty"`
	ServiceResourceType  *string               `json:"serviceResourceType,omitempty"`
	Type                 *string               `json:"type,omitempty"`
	AdditionalProperties map[string]interface{}
}

ProviderContainerDTO struct for ProviderContainerDTO

func NewProviderContainerDTO ¶

func NewProviderContainerDTO() *ProviderContainerDTO

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

func NewProviderContainerDTOWithDefaults ¶

func NewProviderContainerDTOWithDefaults() *ProviderContainerDTO

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

func (*ProviderContainerDTO) GetFederatedProvider ¶

func (o *ProviderContainerDTO) GetFederatedProvider() FederatedProviderDTO

GetFederatedProvider returns the FederatedProvider field value if set, zero value otherwise.

func (*ProviderContainerDTO) GetFederatedProviderOk ¶

func (o *ProviderContainerDTO) GetFederatedProviderOk() (*FederatedProviderDTO, bool)

GetFederatedProviderOk returns a tuple with the FederatedProvider field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProviderContainerDTO) GetLocation ¶

func (o *ProviderContainerDTO) GetLocation() string

GetLocation returns the Location field value if set, zero value otherwise.

func (*ProviderContainerDTO) GetLocationOk ¶

func (o *ProviderContainerDTO) GetLocationOk() (*string, bool)

GetLocationOk returns a tuple with the Location field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProviderContainerDTO) GetName ¶

func (o *ProviderContainerDTO) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*ProviderContainerDTO) GetNameOk ¶

func (o *ProviderContainerDTO) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProviderContainerDTO) GetServiceResource ¶ added in v0.4.4

func (o *ProviderContainerDTO) GetServiceResource() ServiceResourceDTO

GetServiceResource returns the ServiceResource field value if set, zero value otherwise.

func (*ProviderContainerDTO) GetServiceResourceOk ¶ added in v0.4.4

func (o *ProviderContainerDTO) GetServiceResourceOk() (*ServiceResourceDTO, bool)

GetServiceResourceOk returns a tuple with the ServiceResource field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProviderContainerDTO) GetServiceResourceType ¶ added in v0.4.4

func (o *ProviderContainerDTO) GetServiceResourceType() string

GetServiceResourceType returns the ServiceResourceType field value if set, zero value otherwise.

func (*ProviderContainerDTO) GetServiceResourceTypeOk ¶ added in v0.4.4

func (o *ProviderContainerDTO) GetServiceResourceTypeOk() (*string, bool)

GetServiceResourceTypeOk returns a tuple with the ServiceResourceType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProviderContainerDTO) GetType ¶

func (o *ProviderContainerDTO) GetType() string

GetType returns the Type field value if set, zero value otherwise.

func (*ProviderContainerDTO) GetTypeOk ¶

func (o *ProviderContainerDTO) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProviderContainerDTO) HasFederatedProvider ¶

func (o *ProviderContainerDTO) HasFederatedProvider() bool

HasFederatedProvider returns a boolean if a field has been set.

func (*ProviderContainerDTO) HasLocation ¶

func (o *ProviderContainerDTO) HasLocation() bool

HasLocation returns a boolean if a field has been set.

func (*ProviderContainerDTO) HasName ¶

func (o *ProviderContainerDTO) HasName() bool

HasName returns a boolean if a field has been set.

func (*ProviderContainerDTO) HasServiceResource ¶ added in v0.4.4

func (o *ProviderContainerDTO) HasServiceResource() bool

HasServiceResource returns a boolean if a field has been set.

func (*ProviderContainerDTO) HasServiceResourceType ¶ added in v0.4.4

func (o *ProviderContainerDTO) HasServiceResourceType() bool

HasServiceResourceType returns a boolean if a field has been set.

func (*ProviderContainerDTO) HasType ¶

func (o *ProviderContainerDTO) HasType() bool

HasType returns a boolean if a field has been set.

func (ProviderContainerDTO) MarshalJSON ¶

func (o ProviderContainerDTO) MarshalJSON() ([]byte, error)

func (*ProviderContainerDTO) SetFederatedProvider ¶

func (o *ProviderContainerDTO) SetFederatedProvider(v FederatedProviderDTO)

SetFederatedProvider gets a reference to the given FederatedProviderDTO and assigns it to the FederatedProvider field.

func (*ProviderContainerDTO) SetLocation ¶

func (o *ProviderContainerDTO) SetLocation(v string)

SetLocation gets a reference to the given string and assigns it to the Location field.

func (*ProviderContainerDTO) SetName ¶

func (o *ProviderContainerDTO) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*ProviderContainerDTO) SetServiceResource ¶ added in v0.4.4

func (o *ProviderContainerDTO) SetServiceResource(v ServiceResourceDTO)

SetServiceResource gets a reference to the given ServiceResourceDTO and assigns it to the ServiceResource field.

func (*ProviderContainerDTO) SetServiceResourceType ¶ added in v0.4.4

func (o *ProviderContainerDTO) SetServiceResourceType(v string)

SetServiceResourceType gets a reference to the given string and assigns it to the ServiceResourceType field.

func (*ProviderContainerDTO) SetType ¶

func (o *ProviderContainerDTO) SetType(v string)

SetType gets a reference to the given string and assigns it to the Type field.

func (*ProviderContainerDTO) UnmarshalJSON ¶

func (o *ProviderContainerDTO) UnmarshalJSON(bytes []byte) (err error)

type ProviderDTO ¶

type ProviderDTO struct {
	ActiveBindings       []string                        `json:"activeBindings,omitempty"`
	ActiveProfiles       []string                        `json:"activeProfiles,omitempty"`
	Config               *ProviderConfigDTO              `json:"config,omitempty"`
	Description          *string                         `json:"description,omitempty"`
	DisplayName          *string                         `json:"displayName,omitempty"`
	ElementId            *string                         `json:"elementId,omitempty"`
	Id                   *int64                          `json:"id,omitempty"`
	IdentityAppliance    *IdentityApplianceDefinitionDTO `json:"identityAppliance,omitempty"`
	IsRemote             *bool                           `json:"isRemote,omitempty"`
	Location             *LocationDTO                    `json:"location,omitempty"`
	Metadata             *ResourceDTO                    `json:"metadata,omitempty"`
	Name                 *string                         `json:"name,omitempty"`
	Remote               *bool                           `json:"remote,omitempty"`
	Role                 *string                         `json:"role,omitempty"`
	X                    *float64                        `json:"x,omitempty"`
	Y                    *float64                        `json:"y,omitempty"`
	AdditionalProperties map[string]interface{}
}

ProviderDTO struct for ProviderDTO

func NewProviderDTO ¶

func NewProviderDTO() *ProviderDTO

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

func NewProviderDTOWithDefaults ¶

func NewProviderDTOWithDefaults() *ProviderDTO

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

func (*ProviderDTO) GetActiveBindings ¶

func (o *ProviderDTO) GetActiveBindings() []string

GetActiveBindings returns the ActiveBindings field value if set, zero value otherwise.

func (*ProviderDTO) GetActiveBindingsOk ¶

func (o *ProviderDTO) GetActiveBindingsOk() ([]string, bool)

GetActiveBindingsOk returns a tuple with the ActiveBindings field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProviderDTO) GetActiveProfiles ¶

func (o *ProviderDTO) GetActiveProfiles() []string

GetActiveProfiles returns the ActiveProfiles field value if set, zero value otherwise.

func (*ProviderDTO) GetActiveProfilesOk ¶

func (o *ProviderDTO) GetActiveProfilesOk() ([]string, bool)

GetActiveProfilesOk returns a tuple with the ActiveProfiles field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProviderDTO) GetConfig ¶

func (o *ProviderDTO) GetConfig() ProviderConfigDTO

GetConfig returns the Config field value if set, zero value otherwise.

func (*ProviderDTO) GetConfigOk ¶

func (o *ProviderDTO) GetConfigOk() (*ProviderConfigDTO, bool)

GetConfigOk returns a tuple with the Config field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProviderDTO) GetDescription ¶

func (o *ProviderDTO) GetDescription() string

GetDescription returns the Description field value if set, zero value otherwise.

func (*ProviderDTO) GetDescriptionOk ¶

func (o *ProviderDTO) GetDescriptionOk() (*string, bool)

GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProviderDTO) GetDisplayName ¶

func (o *ProviderDTO) GetDisplayName() string

GetDisplayName returns the DisplayName field value if set, zero value otherwise.

func (*ProviderDTO) GetDisplayNameOk ¶

func (o *ProviderDTO) GetDisplayNameOk() (*string, bool)

GetDisplayNameOk returns a tuple with the DisplayName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProviderDTO) GetElementId ¶

func (o *ProviderDTO) GetElementId() string

GetElementId returns the ElementId field value if set, zero value otherwise.

func (*ProviderDTO) GetElementIdOk ¶

func (o *ProviderDTO) GetElementIdOk() (*string, bool)

GetElementIdOk returns a tuple with the ElementId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProviderDTO) GetId ¶

func (o *ProviderDTO) GetId() int64

GetId returns the Id field value if set, zero value otherwise.

func (*ProviderDTO) GetIdOk ¶

func (o *ProviderDTO) GetIdOk() (*int64, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProviderDTO) GetIdentityAppliance ¶

func (o *ProviderDTO) GetIdentityAppliance() IdentityApplianceDefinitionDTO

GetIdentityAppliance returns the IdentityAppliance field value if set, zero value otherwise.

func (*ProviderDTO) GetIdentityApplianceOk ¶

func (o *ProviderDTO) GetIdentityApplianceOk() (*IdentityApplianceDefinitionDTO, bool)

GetIdentityApplianceOk returns a tuple with the IdentityAppliance field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProviderDTO) GetIsRemote ¶

func (o *ProviderDTO) GetIsRemote() bool

GetIsRemote returns the IsRemote field value if set, zero value otherwise.

func (*ProviderDTO) GetIsRemoteOk ¶

func (o *ProviderDTO) GetIsRemoteOk() (*bool, bool)

GetIsRemoteOk returns a tuple with the IsRemote field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProviderDTO) GetLocation ¶

func (o *ProviderDTO) GetLocation() LocationDTO

GetLocation returns the Location field value if set, zero value otherwise.

func (*ProviderDTO) GetLocationOk ¶

func (o *ProviderDTO) GetLocationOk() (*LocationDTO, bool)

GetLocationOk returns a tuple with the Location field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProviderDTO) GetMetadata ¶

func (o *ProviderDTO) GetMetadata() ResourceDTO

GetMetadata returns the Metadata field value if set, zero value otherwise.

func (*ProviderDTO) GetMetadataOk ¶

func (o *ProviderDTO) GetMetadataOk() (*ResourceDTO, bool)

GetMetadataOk returns a tuple with the Metadata field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProviderDTO) GetName ¶

func (o *ProviderDTO) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*ProviderDTO) GetNameOk ¶

func (o *ProviderDTO) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProviderDTO) GetRemote ¶

func (o *ProviderDTO) GetRemote() bool

GetRemote returns the Remote field value if set, zero value otherwise.

func (*ProviderDTO) GetRemoteOk ¶

func (o *ProviderDTO) GetRemoteOk() (*bool, bool)

GetRemoteOk returns a tuple with the Remote field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProviderDTO) GetRole ¶

func (o *ProviderDTO) GetRole() string

GetRole returns the Role field value if set, zero value otherwise.

func (*ProviderDTO) GetRoleOk ¶

func (o *ProviderDTO) GetRoleOk() (*string, bool)

GetRoleOk returns a tuple with the Role field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProviderDTO) GetX ¶

func (o *ProviderDTO) GetX() float64

GetX returns the X field value if set, zero value otherwise.

func (*ProviderDTO) GetXOk ¶

func (o *ProviderDTO) GetXOk() (*float64, bool)

GetXOk returns a tuple with the X field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProviderDTO) GetY ¶

func (o *ProviderDTO) GetY() float64

GetY returns the Y field value if set, zero value otherwise.

func (*ProviderDTO) GetYOk ¶

func (o *ProviderDTO) GetYOk() (*float64, bool)

GetYOk returns a tuple with the Y field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProviderDTO) HasActiveBindings ¶

func (o *ProviderDTO) HasActiveBindings() bool

HasActiveBindings returns a boolean if a field has been set.

func (*ProviderDTO) HasActiveProfiles ¶

func (o *ProviderDTO) HasActiveProfiles() bool

HasActiveProfiles returns a boolean if a field has been set.

func (*ProviderDTO) HasConfig ¶

func (o *ProviderDTO) HasConfig() bool

HasConfig returns a boolean if a field has been set.

func (*ProviderDTO) HasDescription ¶

func (o *ProviderDTO) HasDescription() bool

HasDescription returns a boolean if a field has been set.

func (*ProviderDTO) HasDisplayName ¶

func (o *ProviderDTO) HasDisplayName() bool

HasDisplayName returns a boolean if a field has been set.

func (*ProviderDTO) HasElementId ¶

func (o *ProviderDTO) HasElementId() bool

HasElementId returns a boolean if a field has been set.

func (*ProviderDTO) HasId ¶

func (o *ProviderDTO) HasId() bool

HasId returns a boolean if a field has been set.

func (*ProviderDTO) HasIdentityAppliance ¶

func (o *ProviderDTO) HasIdentityAppliance() bool

HasIdentityAppliance returns a boolean if a field has been set.

func (*ProviderDTO) HasIsRemote ¶

func (o *ProviderDTO) HasIsRemote() bool

HasIsRemote returns a boolean if a field has been set.

func (*ProviderDTO) HasLocation ¶

func (o *ProviderDTO) HasLocation() bool

HasLocation returns a boolean if a field has been set.

func (*ProviderDTO) HasMetadata ¶

func (o *ProviderDTO) HasMetadata() bool

HasMetadata returns a boolean if a field has been set.

func (*ProviderDTO) HasName ¶

func (o *ProviderDTO) HasName() bool

HasName returns a boolean if a field has been set.

func (*ProviderDTO) HasRemote ¶

func (o *ProviderDTO) HasRemote() bool

HasRemote returns a boolean if a field has been set.

func (*ProviderDTO) HasRole ¶

func (o *ProviderDTO) HasRole() bool

HasRole returns a boolean if a field has been set.

func (*ProviderDTO) HasX ¶

func (o *ProviderDTO) HasX() bool

HasX returns a boolean if a field has been set.

func (*ProviderDTO) HasY ¶

func (o *ProviderDTO) HasY() bool

HasY returns a boolean if a field has been set.

func (ProviderDTO) MarshalJSON ¶

func (o ProviderDTO) MarshalJSON() ([]byte, error)

func (*ProviderDTO) SetActiveBindings ¶

func (o *ProviderDTO) SetActiveBindings(v []string)

SetActiveBindings gets a reference to the given []string and assigns it to the ActiveBindings field.

func (*ProviderDTO) SetActiveProfiles ¶

func (o *ProviderDTO) SetActiveProfiles(v []string)

SetActiveProfiles gets a reference to the given []string and assigns it to the ActiveProfiles field.

func (*ProviderDTO) SetConfig ¶

func (o *ProviderDTO) SetConfig(v ProviderConfigDTO)

SetConfig gets a reference to the given ProviderConfigDTO and assigns it to the Config field.

func (*ProviderDTO) SetDescription ¶

func (o *ProviderDTO) SetDescription(v string)

SetDescription gets a reference to the given string and assigns it to the Description field.

func (*ProviderDTO) SetDisplayName ¶

func (o *ProviderDTO) SetDisplayName(v string)

SetDisplayName gets a reference to the given string and assigns it to the DisplayName field.

func (*ProviderDTO) SetElementId ¶

func (o *ProviderDTO) SetElementId(v string)

SetElementId gets a reference to the given string and assigns it to the ElementId field.

func (*ProviderDTO) SetId ¶

func (o *ProviderDTO) SetId(v int64)

SetId gets a reference to the given int64 and assigns it to the Id field.

func (*ProviderDTO) SetIdentityAppliance ¶

func (o *ProviderDTO) SetIdentityAppliance(v IdentityApplianceDefinitionDTO)

SetIdentityAppliance gets a reference to the given IdentityApplianceDefinitionDTO and assigns it to the IdentityAppliance field.

func (*ProviderDTO) SetIsRemote ¶

func (o *ProviderDTO) SetIsRemote(v bool)

SetIsRemote gets a reference to the given bool and assigns it to the IsRemote field.

func (*ProviderDTO) SetLocation ¶

func (o *ProviderDTO) SetLocation(v LocationDTO)

SetLocation gets a reference to the given LocationDTO and assigns it to the Location field.

func (*ProviderDTO) SetMetadata ¶

func (o *ProviderDTO) SetMetadata(v ResourceDTO)

SetMetadata gets a reference to the given ResourceDTO and assigns it to the Metadata field.

func (*ProviderDTO) SetName ¶

func (o *ProviderDTO) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*ProviderDTO) SetRemote ¶

func (o *ProviderDTO) SetRemote(v bool)

SetRemote gets a reference to the given bool and assigns it to the Remote field.

func (*ProviderDTO) SetRole ¶

func (o *ProviderDTO) SetRole(v string)

SetRole gets a reference to the given string and assigns it to the Role field.

func (*ProviderDTO) SetX ¶

func (o *ProviderDTO) SetX(v float64)

SetX gets a reference to the given float64 and assigns it to the X field.

func (*ProviderDTO) SetY ¶

func (o *ProviderDTO) SetY(v float64)

SetY gets a reference to the given float64 and assigns it to the Y field.

func (*ProviderDTO) UnmarshalJSON ¶

func (o *ProviderDTO) UnmarshalJSON(bytes []byte) (err error)

type RefreshBrandingsRes ¶ added in v0.2.3

type RefreshBrandingsRes struct {
	Error                *string `json:"error,omitempty"`
	AdditionalProperties map[string]interface{}
}

RefreshBrandingsRes struct for RefreshBrandingsRes

func NewRefreshBrandingsRes ¶ added in v0.2.3

func NewRefreshBrandingsRes() *RefreshBrandingsRes

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

func NewRefreshBrandingsResWithDefaults ¶ added in v0.2.3

func NewRefreshBrandingsResWithDefaults() *RefreshBrandingsRes

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

func (*RefreshBrandingsRes) GetError ¶ added in v0.2.3

func (o *RefreshBrandingsRes) GetError() string

GetError returns the Error field value if set, zero value otherwise.

func (*RefreshBrandingsRes) GetErrorOk ¶ added in v0.2.3

func (o *RefreshBrandingsRes) GetErrorOk() (*string, bool)

GetErrorOk returns a tuple with the Error field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RefreshBrandingsRes) HasError ¶ added in v0.2.3

func (o *RefreshBrandingsRes) HasError() bool

HasError returns a boolean if a field has been set.

func (RefreshBrandingsRes) MarshalJSON ¶ added in v0.2.3

func (o RefreshBrandingsRes) MarshalJSON() ([]byte, error)

func (*RefreshBrandingsRes) SetError ¶ added in v0.2.3

func (o *RefreshBrandingsRes) SetError(v string)

SetError gets a reference to the given string and assigns it to the Error field.

func (*RefreshBrandingsRes) UnmarshalJSON ¶ added in v0.2.3

func (o *RefreshBrandingsRes) UnmarshalJSON(bytes []byte) (err error)

type ResourceDTO ¶

type ResourceDTO struct {
	DisplayName          *string `json:"displayName,omitempty"`
	ElementId            *string `json:"elementId,omitempty"`
	Id                   *int64  `json:"id,omitempty"`
	Name                 *string `json:"name,omitempty"`
	Uri                  *string `json:"uri,omitempty"`
	Value                *string `json:"value,omitempty"`
	AdditionalProperties map[string]interface{}
}

ResourceDTO struct for ResourceDTO

func NewResourceDTO ¶

func NewResourceDTO() *ResourceDTO

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

func NewResourceDTOInit ¶

func NewResourceDTOInit(n string, d string, v string) *ResourceDTO

Creates a new resource DTO with name, display name and value

func NewResourceDTOWithDefaults ¶

func NewResourceDTOWithDefaults() *ResourceDTO

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

func (*ResourceDTO) GetDisplayName ¶

func (o *ResourceDTO) GetDisplayName() string

GetDisplayName returns the DisplayName field value if set, zero value otherwise.

func (*ResourceDTO) GetDisplayNameOk ¶

func (o *ResourceDTO) GetDisplayNameOk() (*string, bool)

GetDisplayNameOk returns a tuple with the DisplayName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ResourceDTO) GetElementId ¶

func (o *ResourceDTO) GetElementId() string

GetElementId returns the ElementId field value if set, zero value otherwise.

func (*ResourceDTO) GetElementIdOk ¶

func (o *ResourceDTO) GetElementIdOk() (*string, bool)

GetElementIdOk returns a tuple with the ElementId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ResourceDTO) GetId ¶

func (o *ResourceDTO) GetId() int64

GetId returns the Id field value if set, zero value otherwise.

func (*ResourceDTO) GetIdOk ¶

func (o *ResourceDTO) GetIdOk() (*int64, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ResourceDTO) GetName ¶

func (o *ResourceDTO) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*ResourceDTO) GetNameOk ¶

func (o *ResourceDTO) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ResourceDTO) GetUri ¶

func (o *ResourceDTO) GetUri() string

GetUri returns the Uri field value if set, zero value otherwise.

func (*ResourceDTO) GetUriOk ¶

func (o *ResourceDTO) GetUriOk() (*string, bool)

GetUriOk returns a tuple with the Uri field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ResourceDTO) GetValue ¶

func (o *ResourceDTO) GetValue() string

GetValue returns the Value field value if set, zero value otherwise.

func (*ResourceDTO) GetValueOk ¶

func (o *ResourceDTO) GetValueOk() (*string, bool)

GetValueOk returns a tuple with the Value field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ResourceDTO) HasDisplayName ¶

func (o *ResourceDTO) HasDisplayName() bool

HasDisplayName returns a boolean if a field has been set.

func (*ResourceDTO) HasElementId ¶

func (o *ResourceDTO) HasElementId() bool

HasElementId returns a boolean if a field has been set.

func (*ResourceDTO) HasId ¶

func (o *ResourceDTO) HasId() bool

HasId returns a boolean if a field has been set.

func (*ResourceDTO) HasName ¶

func (o *ResourceDTO) HasName() bool

HasName returns a boolean if a field has been set.

func (*ResourceDTO) HasUri ¶

func (o *ResourceDTO) HasUri() bool

HasUri returns a boolean if a field has been set.

func (*ResourceDTO) HasValue ¶

func (o *ResourceDTO) HasValue() bool

HasValue returns a boolean if a field has been set.

func (ResourceDTO) MarshalJSON ¶

func (o ResourceDTO) MarshalJSON() ([]byte, error)

func (*ResourceDTO) SetDisplayName ¶

func (o *ResourceDTO) SetDisplayName(v string)

SetDisplayName gets a reference to the given string and assigns it to the DisplayName field.

func (*ResourceDTO) SetElementId ¶

func (o *ResourceDTO) SetElementId(v string)

SetElementId gets a reference to the given string and assigns it to the ElementId field.

func (*ResourceDTO) SetId ¶

func (o *ResourceDTO) SetId(v int64)

SetId gets a reference to the given int64 and assigns it to the Id field.

func (*ResourceDTO) SetName ¶

func (o *ResourceDTO) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*ResourceDTO) SetUri ¶

func (o *ResourceDTO) SetUri(v string)

SetUri gets a reference to the given string and assigns it to the Uri field.

func (*ResourceDTO) SetValue ¶

func (o *ResourceDTO) SetValue(v string)

SetValue gets a reference to the given string and assigns it to the Value field.

func (*ResourceDTO) UnmarshalJSON ¶

func (o *ResourceDTO) UnmarshalJSON(bytes []byte) (err error)

type SamlR2IDPConfigDTO ¶

type SamlR2IDPConfigDTO struct {
	Description          *string      `json:"description,omitempty"`
	DisplayName          *string      `json:"displayName,omitempty"`
	ElementId            *string      `json:"elementId,omitempty"`
	Encrypter            *KeystoreDTO `json:"encrypter,omitempty"`
	Id                   *int64       `json:"id,omitempty"`
	Name                 *string      `json:"name,omitempty"`
	Signer               *KeystoreDTO `json:"signer,omitempty"`
	UseSampleStore       *bool        `json:"useSampleStore,omitempty"`
	UseSystemStore       *bool        `json:"useSystemStore,omitempty"`
	AdditionalProperties map[string]interface{}
}

SamlR2IDPConfigDTO struct for SamlR2IDPConfigDTO

func NewSamlR2IDPConfigDTO ¶

func NewSamlR2IDPConfigDTO() *SamlR2IDPConfigDTO

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

func NewSamlR2IDPConfigDTOInit ¶

func NewSamlR2IDPConfigDTOInit() *SamlR2IDPConfigDTO

func NewSamlR2IDPConfigDTOWithDefaults ¶

func NewSamlR2IDPConfigDTOWithDefaults() *SamlR2IDPConfigDTO

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

func (*SamlR2IDPConfigDTO) GetDescription ¶

func (o *SamlR2IDPConfigDTO) GetDescription() string

GetDescription returns the Description field value if set, zero value otherwise.

func (*SamlR2IDPConfigDTO) GetDescriptionOk ¶

func (o *SamlR2IDPConfigDTO) GetDescriptionOk() (*string, bool)

GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SamlR2IDPConfigDTO) GetDisplayName ¶

func (o *SamlR2IDPConfigDTO) GetDisplayName() string

GetDisplayName returns the DisplayName field value if set, zero value otherwise.

func (*SamlR2IDPConfigDTO) GetDisplayNameOk ¶

func (o *SamlR2IDPConfigDTO) GetDisplayNameOk() (*string, bool)

GetDisplayNameOk returns a tuple with the DisplayName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SamlR2IDPConfigDTO) GetElementId ¶

func (o *SamlR2IDPConfigDTO) GetElementId() string

GetElementId returns the ElementId field value if set, zero value otherwise.

func (*SamlR2IDPConfigDTO) GetElementIdOk ¶

func (o *SamlR2IDPConfigDTO) GetElementIdOk() (*string, bool)

GetElementIdOk returns a tuple with the ElementId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SamlR2IDPConfigDTO) GetEncrypter ¶

func (o *SamlR2IDPConfigDTO) GetEncrypter() KeystoreDTO

GetEncrypter returns the Encrypter field value if set, zero value otherwise.

func (*SamlR2IDPConfigDTO) GetEncrypterOk ¶

func (o *SamlR2IDPConfigDTO) GetEncrypterOk() (*KeystoreDTO, bool)

GetEncrypterOk returns a tuple with the Encrypter field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SamlR2IDPConfigDTO) GetId ¶

func (o *SamlR2IDPConfigDTO) GetId() int64

GetId returns the Id field value if set, zero value otherwise.

func (*SamlR2IDPConfigDTO) GetIdOk ¶

func (o *SamlR2IDPConfigDTO) GetIdOk() (*int64, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SamlR2IDPConfigDTO) GetName ¶

func (o *SamlR2IDPConfigDTO) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*SamlR2IDPConfigDTO) GetNameOk ¶

func (o *SamlR2IDPConfigDTO) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SamlR2IDPConfigDTO) GetSigner ¶

func (o *SamlR2IDPConfigDTO) GetSigner() KeystoreDTO

GetSigner returns the Signer field value if set, zero value otherwise.

func (*SamlR2IDPConfigDTO) GetSignerOk ¶

func (o *SamlR2IDPConfigDTO) GetSignerOk() (*KeystoreDTO, bool)

GetSignerOk returns a tuple with the Signer field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SamlR2IDPConfigDTO) GetUseSampleStore ¶

func (o *SamlR2IDPConfigDTO) GetUseSampleStore() bool

GetUseSampleStore returns the UseSampleStore field value if set, zero value otherwise.

func (*SamlR2IDPConfigDTO) GetUseSampleStoreOk ¶

func (o *SamlR2IDPConfigDTO) GetUseSampleStoreOk() (*bool, bool)

GetUseSampleStoreOk returns a tuple with the UseSampleStore field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SamlR2IDPConfigDTO) GetUseSystemStore ¶

func (o *SamlR2IDPConfigDTO) GetUseSystemStore() bool

GetUseSystemStore returns the UseSystemStore field value if set, zero value otherwise.

func (*SamlR2IDPConfigDTO) GetUseSystemStoreOk ¶

func (o *SamlR2IDPConfigDTO) GetUseSystemStoreOk() (*bool, bool)

GetUseSystemStoreOk returns a tuple with the UseSystemStore field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SamlR2IDPConfigDTO) HasDescription ¶

func (o *SamlR2IDPConfigDTO) HasDescription() bool

HasDescription returns a boolean if a field has been set.

func (*SamlR2IDPConfigDTO) HasDisplayName ¶

func (o *SamlR2IDPConfigDTO) HasDisplayName() bool

HasDisplayName returns a boolean if a field has been set.

func (*SamlR2IDPConfigDTO) HasElementId ¶

func (o *SamlR2IDPConfigDTO) HasElementId() bool

HasElementId returns a boolean if a field has been set.

func (*SamlR2IDPConfigDTO) HasEncrypter ¶

func (o *SamlR2IDPConfigDTO) HasEncrypter() bool

HasEncrypter returns a boolean if a field has been set.

func (*SamlR2IDPConfigDTO) HasId ¶

func (o *SamlR2IDPConfigDTO) HasId() bool

HasId returns a boolean if a field has been set.

func (*SamlR2IDPConfigDTO) HasName ¶

func (o *SamlR2IDPConfigDTO) HasName() bool

HasName returns a boolean if a field has been set.

func (*SamlR2IDPConfigDTO) HasSigner ¶

func (o *SamlR2IDPConfigDTO) HasSigner() bool

HasSigner returns a boolean if a field has been set.

func (*SamlR2IDPConfigDTO) HasUseSampleStore ¶

func (o *SamlR2IDPConfigDTO) HasUseSampleStore() bool

HasUseSampleStore returns a boolean if a field has been set.

func (*SamlR2IDPConfigDTO) HasUseSystemStore ¶

func (o *SamlR2IDPConfigDTO) HasUseSystemStore() bool

HasUseSystemStore returns a boolean if a field has been set.

func (SamlR2IDPConfigDTO) MarshalJSON ¶

func (o SamlR2IDPConfigDTO) MarshalJSON() ([]byte, error)

func (*SamlR2IDPConfigDTO) SetDescription ¶

func (o *SamlR2IDPConfigDTO) SetDescription(v string)

SetDescription gets a reference to the given string and assigns it to the Description field.

func (*SamlR2IDPConfigDTO) SetDisplayName ¶

func (o *SamlR2IDPConfigDTO) SetDisplayName(v string)

SetDisplayName gets a reference to the given string and assigns it to the DisplayName field.

func (*SamlR2IDPConfigDTO) SetElementId ¶

func (o *SamlR2IDPConfigDTO) SetElementId(v string)

SetElementId gets a reference to the given string and assigns it to the ElementId field.

func (*SamlR2IDPConfigDTO) SetEncrypter ¶

func (o *SamlR2IDPConfigDTO) SetEncrypter(v KeystoreDTO)

SetEncrypter gets a reference to the given KeystoreDTO and assigns it to the Encrypter field.

func (*SamlR2IDPConfigDTO) SetId ¶

func (o *SamlR2IDPConfigDTO) SetId(v int64)

SetId gets a reference to the given int64 and assigns it to the Id field.

func (*SamlR2IDPConfigDTO) SetName ¶

func (o *SamlR2IDPConfigDTO) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*SamlR2IDPConfigDTO) SetSigner ¶

func (o *SamlR2IDPConfigDTO) SetSigner(v KeystoreDTO)

SetSigner gets a reference to the given KeystoreDTO and assigns it to the Signer field.

func (*SamlR2IDPConfigDTO) SetUseSampleStore ¶

func (o *SamlR2IDPConfigDTO) SetUseSampleStore(v bool)

SetUseSampleStore gets a reference to the given bool and assigns it to the UseSampleStore field.

func (*SamlR2IDPConfigDTO) SetUseSystemStore ¶

func (o *SamlR2IDPConfigDTO) SetUseSystemStore(v bool)

SetUseSystemStore gets a reference to the given bool and assigns it to the UseSystemStore field.

func (SamlR2IDPConfigDTO) ToProviderConfig ¶

func (idpCfg SamlR2IDPConfigDTO) ToProviderConfig() (*ProviderConfigDTO, error)

func (*SamlR2IDPConfigDTO) UnmarshalJSON ¶

func (o *SamlR2IDPConfigDTO) UnmarshalJSON(bytes []byte) (err error)

type SamlR2SPConfigDTO ¶

type SamlR2SPConfigDTO struct {
	Description          *string      `json:"description,omitempty"`
	DisplayName          *string      `json:"displayName,omitempty"`
	ElementId            *string      `json:"elementId,omitempty"`
	Encrypter            *KeystoreDTO `json:"encrypter,omitempty"`
	Id                   *int64       `json:"id,omitempty"`
	Name                 *string      `json:"name,omitempty"`
	Signer               *KeystoreDTO `json:"signer,omitempty"`
	UseSampleStore       *bool        `json:"useSampleStore,omitempty"`
	UseSystemStore       *bool        `json:"useSystemStore,omitempty"`
	AdditionalProperties map[string]interface{}
}

SamlR2SPConfigDTO struct for SamlR2SPConfigDTO

func NewSamlR2SPConfigDTO ¶

func NewSamlR2SPConfigDTO() *SamlR2SPConfigDTO

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

func NewSamlR2SPConfigDTOInit ¶

func NewSamlR2SPConfigDTOInit() *SamlR2SPConfigDTO

func NewSamlR2SPConfigDTOWithDefaults ¶

func NewSamlR2SPConfigDTOWithDefaults() *SamlR2SPConfigDTO

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

func (*SamlR2SPConfigDTO) GetDescription ¶

func (o *SamlR2SPConfigDTO) GetDescription() string

GetDescription returns the Description field value if set, zero value otherwise.

func (*SamlR2SPConfigDTO) GetDescriptionOk ¶

func (o *SamlR2SPConfigDTO) GetDescriptionOk() (*string, bool)

GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SamlR2SPConfigDTO) GetDisplayName ¶

func (o *SamlR2SPConfigDTO) GetDisplayName() string

GetDisplayName returns the DisplayName field value if set, zero value otherwise.

func (*SamlR2SPConfigDTO) GetDisplayNameOk ¶

func (o *SamlR2SPConfigDTO) GetDisplayNameOk() (*string, bool)

GetDisplayNameOk returns a tuple with the DisplayName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SamlR2SPConfigDTO) GetElementId ¶

func (o *SamlR2SPConfigDTO) GetElementId() string

GetElementId returns the ElementId field value if set, zero value otherwise.

func (*SamlR2SPConfigDTO) GetElementIdOk ¶

func (o *SamlR2SPConfigDTO) GetElementIdOk() (*string, bool)

GetElementIdOk returns a tuple with the ElementId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SamlR2SPConfigDTO) GetEncrypter ¶

func (o *SamlR2SPConfigDTO) GetEncrypter() KeystoreDTO

GetEncrypter returns the Encrypter field value if set, zero value otherwise.

func (*SamlR2SPConfigDTO) GetEncrypterOk ¶

func (o *SamlR2SPConfigDTO) GetEncrypterOk() (*KeystoreDTO, bool)

GetEncrypterOk returns a tuple with the Encrypter field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SamlR2SPConfigDTO) GetId ¶

func (o *SamlR2SPConfigDTO) GetId() int64

GetId returns the Id field value if set, zero value otherwise.

func (*SamlR2SPConfigDTO) GetIdOk ¶

func (o *SamlR2SPConfigDTO) GetIdOk() (*int64, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SamlR2SPConfigDTO) GetName ¶

func (o *SamlR2SPConfigDTO) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*SamlR2SPConfigDTO) GetNameOk ¶

func (o *SamlR2SPConfigDTO) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SamlR2SPConfigDTO) GetSigner ¶

func (o *SamlR2SPConfigDTO) GetSigner() KeystoreDTO

GetSigner returns the Signer field value if set, zero value otherwise.

func (*SamlR2SPConfigDTO) GetSignerOk ¶

func (o *SamlR2SPConfigDTO) GetSignerOk() (*KeystoreDTO, bool)

GetSignerOk returns a tuple with the Signer field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SamlR2SPConfigDTO) GetUseSampleStore ¶

func (o *SamlR2SPConfigDTO) GetUseSampleStore() bool

GetUseSampleStore returns the UseSampleStore field value if set, zero value otherwise.

func (*SamlR2SPConfigDTO) GetUseSampleStoreOk ¶

func (o *SamlR2SPConfigDTO) GetUseSampleStoreOk() (*bool, bool)

GetUseSampleStoreOk returns a tuple with the UseSampleStore field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SamlR2SPConfigDTO) GetUseSystemStore ¶

func (o *SamlR2SPConfigDTO) GetUseSystemStore() bool

GetUseSystemStore returns the UseSystemStore field value if set, zero value otherwise.

func (*SamlR2SPConfigDTO) GetUseSystemStoreOk ¶

func (o *SamlR2SPConfigDTO) GetUseSystemStoreOk() (*bool, bool)

GetUseSystemStoreOk returns a tuple with the UseSystemStore field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SamlR2SPConfigDTO) HasDescription ¶

func (o *SamlR2SPConfigDTO) HasDescription() bool

HasDescription returns a boolean if a field has been set.

func (*SamlR2SPConfigDTO) HasDisplayName ¶

func (o *SamlR2SPConfigDTO) HasDisplayName() bool

HasDisplayName returns a boolean if a field has been set.

func (*SamlR2SPConfigDTO) HasElementId ¶

func (o *SamlR2SPConfigDTO) HasElementId() bool

HasElementId returns a boolean if a field has been set.

func (*SamlR2SPConfigDTO) HasEncrypter ¶

func (o *SamlR2SPConfigDTO) HasEncrypter() bool

HasEncrypter returns a boolean if a field has been set.

func (*SamlR2SPConfigDTO) HasId ¶

func (o *SamlR2SPConfigDTO) HasId() bool

HasId returns a boolean if a field has been set.

func (*SamlR2SPConfigDTO) HasName ¶

func (o *SamlR2SPConfigDTO) HasName() bool

HasName returns a boolean if a field has been set.

func (*SamlR2SPConfigDTO) HasSigner ¶

func (o *SamlR2SPConfigDTO) HasSigner() bool

HasSigner returns a boolean if a field has been set.

func (*SamlR2SPConfigDTO) HasUseSampleStore ¶

func (o *SamlR2SPConfigDTO) HasUseSampleStore() bool

HasUseSampleStore returns a boolean if a field has been set.

func (*SamlR2SPConfigDTO) HasUseSystemStore ¶

func (o *SamlR2SPConfigDTO) HasUseSystemStore() bool

HasUseSystemStore returns a boolean if a field has been set.

func (SamlR2SPConfigDTO) MarshalJSON ¶

func (o SamlR2SPConfigDTO) MarshalJSON() ([]byte, error)

func (*SamlR2SPConfigDTO) SetDescription ¶

func (o *SamlR2SPConfigDTO) SetDescription(v string)

SetDescription gets a reference to the given string and assigns it to the Description field.

func (*SamlR2SPConfigDTO) SetDisplayName ¶

func (o *SamlR2SPConfigDTO) SetDisplayName(v string)

SetDisplayName gets a reference to the given string and assigns it to the DisplayName field.

func (*SamlR2SPConfigDTO) SetElementId ¶

func (o *SamlR2SPConfigDTO) SetElementId(v string)

SetElementId gets a reference to the given string and assigns it to the ElementId field.

func (*SamlR2SPConfigDTO) SetEncrypter ¶

func (o *SamlR2SPConfigDTO) SetEncrypter(v KeystoreDTO)

SetEncrypter gets a reference to the given KeystoreDTO and assigns it to the Encrypter field.

func (*SamlR2SPConfigDTO) SetId ¶

func (o *SamlR2SPConfigDTO) SetId(v int64)

SetId gets a reference to the given int64 and assigns it to the Id field.

func (*SamlR2SPConfigDTO) SetName ¶

func (o *SamlR2SPConfigDTO) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*SamlR2SPConfigDTO) SetSigner ¶

func (o *SamlR2SPConfigDTO) SetSigner(v KeystoreDTO)

SetSigner gets a reference to the given KeystoreDTO and assigns it to the Signer field.

func (*SamlR2SPConfigDTO) SetUseSampleStore ¶

func (o *SamlR2SPConfigDTO) SetUseSampleStore(v bool)

SetUseSampleStore gets a reference to the given bool and assigns it to the UseSampleStore field.

func (*SamlR2SPConfigDTO) SetUseSystemStore ¶

func (o *SamlR2SPConfigDTO) SetUseSystemStore(v bool)

SetUseSystemStore gets a reference to the given bool and assigns it to the UseSystemStore field.

func (SamlR2SPConfigDTO) ToProviderConfig ¶

func (spCfg SamlR2SPConfigDTO) ToProviderConfig() (*ProviderConfigDTO, error)

func (*SamlR2SPConfigDTO) UnmarshalJSON ¶

func (o *SamlR2SPConfigDTO) UnmarshalJSON(bytes []byte) (err error)

type SelfServicesResourceDTO ¶ added in v0.4.3

type SelfServicesResourceDTO struct {
	Activation           *ActivationDTO        `json:"activation,omitempty"`
	Description          *string               `json:"description,omitempty"`
	ElementId            *string               `json:"elementId,omitempty"`
	Id                   *int64                `json:"id,omitempty"`
	Location             *LocationDTO          `json:"location,omitempty"`
	Name                 *string               `json:"name,omitempty"`
	Secret               *string               `json:"secret,omitempty"`
	ServiceConnection    *ServiceConnectionDTO `json:"serviceConnection,omitempty"`
	X                    *float64              `json:"x,omitempty"`
	Y                    *float64              `json:"y,omitempty"`
	AdditionalProperties map[string]interface{}
}

SelfServicesResourceDTO struct for SelfServicesResourceDTO

func NewSelfServicesResourceDTO ¶ added in v0.4.3

func NewSelfServicesResourceDTO() *SelfServicesResourceDTO

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

func NewSelfServicesResourceDTOWithDefaults ¶ added in v0.4.3

func NewSelfServicesResourceDTOWithDefaults() *SelfServicesResourceDTO

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

func (*SelfServicesResourceDTO) GetActivation ¶ added in v0.4.3

func (o *SelfServicesResourceDTO) GetActivation() ActivationDTO

GetActivation returns the Activation field value if set, zero value otherwise.

func (*SelfServicesResourceDTO) GetActivationOk ¶ added in v0.4.3

func (o *SelfServicesResourceDTO) GetActivationOk() (*ActivationDTO, bool)

GetActivationOk returns a tuple with the Activation field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SelfServicesResourceDTO) GetDescription ¶ added in v0.4.3

func (o *SelfServicesResourceDTO) GetDescription() string

GetDescription returns the Description field value if set, zero value otherwise.

func (*SelfServicesResourceDTO) GetDescriptionOk ¶ added in v0.4.3

func (o *SelfServicesResourceDTO) GetDescriptionOk() (*string, bool)

GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SelfServicesResourceDTO) GetElementId ¶ added in v0.4.3

func (o *SelfServicesResourceDTO) GetElementId() string

GetElementId returns the ElementId field value if set, zero value otherwise.

func (*SelfServicesResourceDTO) GetElementIdOk ¶ added in v0.4.3

func (o *SelfServicesResourceDTO) GetElementIdOk() (*string, bool)

GetElementIdOk returns a tuple with the ElementId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SelfServicesResourceDTO) GetId ¶ added in v0.4.3

func (o *SelfServicesResourceDTO) GetId() int64

GetId returns the Id field value if set, zero value otherwise.

func (*SelfServicesResourceDTO) GetIdOk ¶ added in v0.4.3

func (o *SelfServicesResourceDTO) GetIdOk() (*int64, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SelfServicesResourceDTO) GetLocation ¶ added in v0.4.3

func (o *SelfServicesResourceDTO) GetLocation() LocationDTO

GetLocation returns the Location field value if set, zero value otherwise.

func (*SelfServicesResourceDTO) GetLocationOk ¶ added in v0.4.3

func (o *SelfServicesResourceDTO) GetLocationOk() (*LocationDTO, bool)

GetLocationOk returns a tuple with the Location field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SelfServicesResourceDTO) GetName ¶ added in v0.4.3

func (o *SelfServicesResourceDTO) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*SelfServicesResourceDTO) GetNameOk ¶ added in v0.4.3

func (o *SelfServicesResourceDTO) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SelfServicesResourceDTO) GetSecret ¶ added in v0.4.3

func (o *SelfServicesResourceDTO) GetSecret() string

GetSecret returns the Secret field value if set, zero value otherwise.

func (*SelfServicesResourceDTO) GetSecretOk ¶ added in v0.4.3

func (o *SelfServicesResourceDTO) GetSecretOk() (*string, bool)

GetSecretOk returns a tuple with the Secret field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SelfServicesResourceDTO) GetServiceConnection ¶ added in v0.4.3

func (o *SelfServicesResourceDTO) GetServiceConnection() ServiceConnectionDTO

GetServiceConnection returns the ServiceConnection field value if set, zero value otherwise.

func (*SelfServicesResourceDTO) GetServiceConnectionOk ¶ added in v0.4.3

func (o *SelfServicesResourceDTO) GetServiceConnectionOk() (*ServiceConnectionDTO, bool)

GetServiceConnectionOk returns a tuple with the ServiceConnection field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SelfServicesResourceDTO) GetX ¶ added in v0.4.3

func (o *SelfServicesResourceDTO) GetX() float64

GetX returns the X field value if set, zero value otherwise.

func (*SelfServicesResourceDTO) GetXOk ¶ added in v0.4.3

func (o *SelfServicesResourceDTO) GetXOk() (*float64, bool)

GetXOk returns a tuple with the X field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SelfServicesResourceDTO) GetY ¶ added in v0.4.3

func (o *SelfServicesResourceDTO) GetY() float64

GetY returns the Y field value if set, zero value otherwise.

func (*SelfServicesResourceDTO) GetYOk ¶ added in v0.4.3

func (o *SelfServicesResourceDTO) GetYOk() (*float64, bool)

GetYOk returns a tuple with the Y field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SelfServicesResourceDTO) HasActivation ¶ added in v0.4.3

func (o *SelfServicesResourceDTO) HasActivation() bool

HasActivation returns a boolean if a field has been set.

func (*SelfServicesResourceDTO) HasDescription ¶ added in v0.4.3

func (o *SelfServicesResourceDTO) HasDescription() bool

HasDescription returns a boolean if a field has been set.

func (*SelfServicesResourceDTO) HasElementId ¶ added in v0.4.3

func (o *SelfServicesResourceDTO) HasElementId() bool

HasElementId returns a boolean if a field has been set.

func (*SelfServicesResourceDTO) HasId ¶ added in v0.4.3

func (o *SelfServicesResourceDTO) HasId() bool

HasId returns a boolean if a field has been set.

func (*SelfServicesResourceDTO) HasLocation ¶ added in v0.4.3

func (o *SelfServicesResourceDTO) HasLocation() bool

HasLocation returns a boolean if a field has been set.

func (*SelfServicesResourceDTO) HasName ¶ added in v0.4.3

func (o *SelfServicesResourceDTO) HasName() bool

HasName returns a boolean if a field has been set.

func (*SelfServicesResourceDTO) HasSecret ¶ added in v0.4.3

func (o *SelfServicesResourceDTO) HasSecret() bool

HasSecret returns a boolean if a field has been set.

func (*SelfServicesResourceDTO) HasServiceConnection ¶ added in v0.4.3

func (o *SelfServicesResourceDTO) HasServiceConnection() bool

HasServiceConnection returns a boolean if a field has been set.

func (*SelfServicesResourceDTO) HasX ¶ added in v0.4.3

func (o *SelfServicesResourceDTO) HasX() bool

HasX returns a boolean if a field has been set.

func (*SelfServicesResourceDTO) HasY ¶ added in v0.4.3

func (o *SelfServicesResourceDTO) HasY() bool

HasY returns a boolean if a field has been set.

func (SelfServicesResourceDTO) MarshalJSON ¶ added in v0.4.3

func (o SelfServicesResourceDTO) MarshalJSON() ([]byte, error)

func (*SelfServicesResourceDTO) SetActivation ¶ added in v0.4.3

func (o *SelfServicesResourceDTO) SetActivation(v ActivationDTO)

SetActivation gets a reference to the given ActivationDTO and assigns it to the Activation field.

func (*SelfServicesResourceDTO) SetDescription ¶ added in v0.4.3

func (o *SelfServicesResourceDTO) SetDescription(v string)

SetDescription gets a reference to the given string and assigns it to the Description field.

func (*SelfServicesResourceDTO) SetElementId ¶ added in v0.4.3

func (o *SelfServicesResourceDTO) SetElementId(v string)

SetElementId gets a reference to the given string and assigns it to the ElementId field.

func (*SelfServicesResourceDTO) SetId ¶ added in v0.4.3

func (o *SelfServicesResourceDTO) SetId(v int64)

SetId gets a reference to the given int64 and assigns it to the Id field.

func (*SelfServicesResourceDTO) SetLocation ¶ added in v0.4.3

func (o *SelfServicesResourceDTO) SetLocation(v LocationDTO)

SetLocation gets a reference to the given LocationDTO and assigns it to the Location field.

func (*SelfServicesResourceDTO) SetName ¶ added in v0.4.3

func (o *SelfServicesResourceDTO) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*SelfServicesResourceDTO) SetSecret ¶ added in v0.4.3

func (o *SelfServicesResourceDTO) SetSecret(v string)

SetSecret gets a reference to the given string and assigns it to the Secret field.

func (*SelfServicesResourceDTO) SetServiceConnection ¶ added in v0.4.3

func (o *SelfServicesResourceDTO) SetServiceConnection(v ServiceConnectionDTO)

SetServiceConnection gets a reference to the given ServiceConnectionDTO and assigns it to the ServiceConnection field.

func (*SelfServicesResourceDTO) SetX ¶ added in v0.4.3

func (o *SelfServicesResourceDTO) SetX(v float64)

SetX gets a reference to the given float64 and assigns it to the X field.

func (*SelfServicesResourceDTO) SetY ¶ added in v0.4.3

func (o *SelfServicesResourceDTO) SetY(v float64)

SetY gets a reference to the given float64 and assigns it to the Y field.

func (*SelfServicesResourceDTO) UnmarshalJSON ¶ added in v0.4.3

func (o *SelfServicesResourceDTO) UnmarshalJSON(bytes []byte) (err error)

type ServerConfiguration ¶

type ServerConfiguration struct {
	URL         string
	Description string
	Variables   map[string]ServerVariable
}

ServerConfiguration stores the information about a server

type ServerConfigurations ¶

type ServerConfigurations []ServerConfiguration

ServerConfigurations stores multiple ServerConfiguration items

func (ServerConfigurations) URL ¶

func (sc ServerConfigurations) URL(index int, variables map[string]string) (string, error)

URL formats template on a index using given variables

type ServerContext ¶

type ServerContext struct {
	AccessToken          *string `json:"accessToken,omitempty"`
	RefreshToken         *string `json:"refreshToken,omitempty"`
	ServerId             *string `json:"serverId,omitempty"`
	AdditionalProperties map[string]interface{}
}

ServerContext struct for ServerContext

func NewServerContext ¶

func NewServerContext() *ServerContext

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

func NewServerContextWithDefaults ¶

func NewServerContextWithDefaults() *ServerContext

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

func (*ServerContext) GetAccessToken ¶

func (o *ServerContext) GetAccessToken() string

GetAccessToken returns the AccessToken field value if set, zero value otherwise.

func (*ServerContext) GetAccessTokenOk ¶

func (o *ServerContext) GetAccessTokenOk() (*string, bool)

GetAccessTokenOk returns a tuple with the AccessToken field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ServerContext) GetRefreshToken ¶

func (o *ServerContext) GetRefreshToken() string

GetRefreshToken returns the RefreshToken field value if set, zero value otherwise.

func (*ServerContext) GetRefreshTokenOk ¶

func (o *ServerContext) GetRefreshTokenOk() (*string, bool)

GetRefreshTokenOk returns a tuple with the RefreshToken field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ServerContext) GetServerId ¶

func (o *ServerContext) GetServerId() string

GetServerId returns the ServerId field value if set, zero value otherwise.

func (*ServerContext) GetServerIdOk ¶

func (o *ServerContext) GetServerIdOk() (*string, bool)

GetServerIdOk returns a tuple with the ServerId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ServerContext) HasAccessToken ¶

func (o *ServerContext) HasAccessToken() bool

HasAccessToken returns a boolean if a field has been set.

func (*ServerContext) HasRefreshToken ¶

func (o *ServerContext) HasRefreshToken() bool

HasRefreshToken returns a boolean if a field has been set.

func (*ServerContext) HasServerId ¶

func (o *ServerContext) HasServerId() bool

HasServerId returns a boolean if a field has been set.

func (ServerContext) MarshalJSON ¶

func (o ServerContext) MarshalJSON() ([]byte, error)

func (*ServerContext) SetAccessToken ¶

func (o *ServerContext) SetAccessToken(v string)

SetAccessToken gets a reference to the given string and assigns it to the AccessToken field.

func (*ServerContext) SetRefreshToken ¶

func (o *ServerContext) SetRefreshToken(v string)

SetRefreshToken gets a reference to the given string and assigns it to the RefreshToken field.

func (*ServerContext) SetServerId ¶

func (o *ServerContext) SetServerId(v string)

SetServerId gets a reference to the given string and assigns it to the ServerId field.

func (*ServerContext) UnmarshalJSON ¶

func (o *ServerContext) UnmarshalJSON(bytes []byte) (err error)

type ServerVariable ¶

type ServerVariable struct {
	Description  string
	DefaultValue string
	EnumValues   []string
}

ServerVariable stores the information about a server variable

type ServerVersionRequest ¶ added in v0.4.2

type ServerVersionRequest struct {
	Server               *ServerContext `json:"server,omitempty"`
	AdditionalProperties map[string]interface{}
}

ServerVersionRequest struct for ServerVersionRequest

func NewServerVersionRequest ¶ added in v0.4.2

func NewServerVersionRequest() *ServerVersionRequest

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

func NewServerVersionRequestWithDefaults ¶ added in v0.4.2

func NewServerVersionRequestWithDefaults() *ServerVersionRequest

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

func (*ServerVersionRequest) GetServer ¶ added in v0.4.2

func (o *ServerVersionRequest) GetServer() ServerContext

GetServer returns the Server field value if set, zero value otherwise.

func (*ServerVersionRequest) GetServerOk ¶ added in v0.4.2

func (o *ServerVersionRequest) GetServerOk() (*ServerContext, bool)

GetServerOk returns a tuple with the Server field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ServerVersionRequest) HasServer ¶ added in v0.4.2

func (o *ServerVersionRequest) HasServer() bool

HasServer returns a boolean if a field has been set.

func (ServerVersionRequest) MarshalJSON ¶ added in v0.4.2

func (o ServerVersionRequest) MarshalJSON() ([]byte, error)

func (*ServerVersionRequest) SetServer ¶ added in v0.4.2

func (o *ServerVersionRequest) SetServer(v ServerContext)

SetServer gets a reference to the given ServerContext and assigns it to the Server field.

func (*ServerVersionRequest) UnmarshalJSON ¶ added in v0.4.2

func (o *ServerVersionRequest) UnmarshalJSON(bytes []byte) (err error)

type ServerVersionResponse ¶ added in v0.4.2

type ServerVersionResponse struct {
	Server               *ServerContext `json:"server,omitempty"`
	ValidationErrors     []string       `json:"validationErrors,omitempty"`
	Version              *string        `json:"version,omitempty"`
	AdditionalProperties map[string]interface{}
}

ServerVersionResponse struct for ServerVersionResponse

func NewServerVersionResponse ¶ added in v0.4.2

func NewServerVersionResponse() *ServerVersionResponse

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

func NewServerVersionResponseWithDefaults ¶ added in v0.4.2

func NewServerVersionResponseWithDefaults() *ServerVersionResponse

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

func (*ServerVersionResponse) GetServer ¶ added in v0.4.2

func (o *ServerVersionResponse) GetServer() ServerContext

GetServer returns the Server field value if set, zero value otherwise.

func (*ServerVersionResponse) GetServerOk ¶ added in v0.4.2

func (o *ServerVersionResponse) GetServerOk() (*ServerContext, bool)

GetServerOk returns a tuple with the Server field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ServerVersionResponse) GetValidationErrors ¶ added in v0.4.2

func (o *ServerVersionResponse) GetValidationErrors() []string

GetValidationErrors returns the ValidationErrors field value if set, zero value otherwise.

func (*ServerVersionResponse) GetValidationErrorsOk ¶ added in v0.4.2

func (o *ServerVersionResponse) GetValidationErrorsOk() ([]string, bool)

GetValidationErrorsOk returns a tuple with the ValidationErrors field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ServerVersionResponse) GetVersion ¶ added in v0.4.2

func (o *ServerVersionResponse) GetVersion() string

GetVersion returns the Version field value if set, zero value otherwise.

func (*ServerVersionResponse) GetVersionOk ¶ added in v0.4.2

func (o *ServerVersionResponse) GetVersionOk() (*string, bool)

GetVersionOk returns a tuple with the Version field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ServerVersionResponse) HasServer ¶ added in v0.4.2

func (o *ServerVersionResponse) HasServer() bool

HasServer returns a boolean if a field has been set.

func (*ServerVersionResponse) HasValidationErrors ¶ added in v0.4.2

func (o *ServerVersionResponse) HasValidationErrors() bool

HasValidationErrors returns a boolean if a field has been set.

func (*ServerVersionResponse) HasVersion ¶ added in v0.4.2

func (o *ServerVersionResponse) HasVersion() bool

HasVersion returns a boolean if a field has been set.

func (ServerVersionResponse) MarshalJSON ¶ added in v0.4.2

func (o ServerVersionResponse) MarshalJSON() ([]byte, error)

func (*ServerVersionResponse) SetServer ¶ added in v0.4.2

func (o *ServerVersionResponse) SetServer(v ServerContext)

SetServer gets a reference to the given ServerContext and assigns it to the Server field.

func (*ServerVersionResponse) SetValidationErrors ¶ added in v0.4.2

func (o *ServerVersionResponse) SetValidationErrors(v []string)

SetValidationErrors gets a reference to the given []string and assigns it to the ValidationErrors field.

func (*ServerVersionResponse) SetVersion ¶ added in v0.4.2

func (o *ServerVersionResponse) SetVersion(v string)

SetVersion gets a reference to the given string and assigns it to the Version field.

func (*ServerVersionResponse) UnmarshalJSON ¶ added in v0.4.2

func (o *ServerVersionResponse) UnmarshalJSON(bytes []byte) (err error)

type ServiceConnectionDTO ¶

type ServiceConnectionDTO struct {
	Description          *string                          `json:"description,omitempty"`
	ElementId            *string                          `json:"elementId,omitempty"`
	Id                   *int64                           `json:"id,omitempty"`
	Name                 *string                          `json:"name,omitempty"`
	Resource             *ServiceResourceDTO              `json:"resource,omitempty"`
	Sp                   *InternalSaml2ServiceProviderDTO `json:"sp,omitempty"`
	Waypoints            []PointDTO                       `json:"waypoints,omitempty"`
	AdditionalProperties map[string]interface{}
}

ServiceConnectionDTO struct for ServiceConnectionDTO

func NewServiceConnectionDTO ¶

func NewServiceConnectionDTO() *ServiceConnectionDTO

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

func NewServiceConnectionDTOWithDefaults ¶

func NewServiceConnectionDTOWithDefaults() *ServiceConnectionDTO

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

func (*ServiceConnectionDTO) GetDescription ¶

func (o *ServiceConnectionDTO) GetDescription() string

GetDescription returns the Description field value if set, zero value otherwise.

func (*ServiceConnectionDTO) GetDescriptionOk ¶

func (o *ServiceConnectionDTO) GetDescriptionOk() (*string, bool)

GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ServiceConnectionDTO) GetElementId ¶

func (o *ServiceConnectionDTO) GetElementId() string

GetElementId returns the ElementId field value if set, zero value otherwise.

func (*ServiceConnectionDTO) GetElementIdOk ¶

func (o *ServiceConnectionDTO) GetElementIdOk() (*string, bool)

GetElementIdOk returns a tuple with the ElementId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ServiceConnectionDTO) GetId ¶

func (o *ServiceConnectionDTO) GetId() int64

GetId returns the Id field value if set, zero value otherwise.

func (*ServiceConnectionDTO) GetIdOk ¶

func (o *ServiceConnectionDTO) GetIdOk() (*int64, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ServiceConnectionDTO) GetName ¶

func (o *ServiceConnectionDTO) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*ServiceConnectionDTO) GetNameOk ¶

func (o *ServiceConnectionDTO) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ServiceConnectionDTO) GetResource ¶

func (o *ServiceConnectionDTO) GetResource() ServiceResourceDTO

GetResource returns the Resource field value if set, zero value otherwise.

func (*ServiceConnectionDTO) GetResourceOk ¶

func (o *ServiceConnectionDTO) GetResourceOk() (*ServiceResourceDTO, bool)

GetResourceOk returns a tuple with the Resource field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ServiceConnectionDTO) GetSp ¶

GetSp returns the Sp field value if set, zero value otherwise.

func (*ServiceConnectionDTO) GetSpOk ¶

GetSpOk returns a tuple with the Sp field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ServiceConnectionDTO) GetWaypoints ¶

func (o *ServiceConnectionDTO) GetWaypoints() []PointDTO

GetWaypoints returns the Waypoints field value if set, zero value otherwise.

func (*ServiceConnectionDTO) GetWaypointsOk ¶

func (o *ServiceConnectionDTO) GetWaypointsOk() ([]PointDTO, bool)

GetWaypointsOk returns a tuple with the Waypoints field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ServiceConnectionDTO) HasDescription ¶

func (o *ServiceConnectionDTO) HasDescription() bool

HasDescription returns a boolean if a field has been set.

func (*ServiceConnectionDTO) HasElementId ¶

func (o *ServiceConnectionDTO) HasElementId() bool

HasElementId returns a boolean if a field has been set.

func (*ServiceConnectionDTO) HasId ¶

func (o *ServiceConnectionDTO) HasId() bool

HasId returns a boolean if a field has been set.

func (*ServiceConnectionDTO) HasName ¶

func (o *ServiceConnectionDTO) HasName() bool

HasName returns a boolean if a field has been set.

func (*ServiceConnectionDTO) HasResource ¶

func (o *ServiceConnectionDTO) HasResource() bool

HasResource returns a boolean if a field has been set.

func (*ServiceConnectionDTO) HasSp ¶

func (o *ServiceConnectionDTO) HasSp() bool

HasSp returns a boolean if a field has been set.

func (*ServiceConnectionDTO) HasWaypoints ¶

func (o *ServiceConnectionDTO) HasWaypoints() bool

HasWaypoints returns a boolean if a field has been set.

func (ServiceConnectionDTO) MarshalJSON ¶

func (o ServiceConnectionDTO) MarshalJSON() ([]byte, error)

func (*ServiceConnectionDTO) SetDescription ¶

func (o *ServiceConnectionDTO) SetDescription(v string)

SetDescription gets a reference to the given string and assigns it to the Description field.

func (*ServiceConnectionDTO) SetElementId ¶

func (o *ServiceConnectionDTO) SetElementId(v string)

SetElementId gets a reference to the given string and assigns it to the ElementId field.

func (*ServiceConnectionDTO) SetId ¶

func (o *ServiceConnectionDTO) SetId(v int64)

SetId gets a reference to the given int64 and assigns it to the Id field.

func (*ServiceConnectionDTO) SetName ¶

func (o *ServiceConnectionDTO) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*ServiceConnectionDTO) SetResource ¶

func (o *ServiceConnectionDTO) SetResource(v ServiceResourceDTO)

SetResource gets a reference to the given ServiceResourceDTO and assigns it to the Resource field.

func (*ServiceConnectionDTO) SetSp ¶

SetSp gets a reference to the given InternalSaml2ServiceProviderDTO and assigns it to the Sp field.

func (*ServiceConnectionDTO) SetWaypoints ¶

func (o *ServiceConnectionDTO) SetWaypoints(v []PointDTO)

SetWaypoints gets a reference to the given []PointDTO and assigns it to the Waypoints field.

func (*ServiceConnectionDTO) UnmarshalJSON ¶

func (o *ServiceConnectionDTO) UnmarshalJSON(bytes []byte) (err error)

type ServiceResourceDTO ¶

type ServiceResourceDTO struct {
	Activation           *ActivationDTO        `json:"activation,omitempty"`
	Description          *string               `json:"description,omitempty"`
	ElementId            *string               `json:"elementId,omitempty"`
	Id                   *int64                `json:"id,omitempty"`
	Name                 *string               `json:"name,omitempty"`
	ServiceConnection    *ServiceConnectionDTO `json:"serviceConnection,omitempty"`
	X                    *float64              `json:"x,omitempty"`
	Y                    *float64              `json:"y,omitempty"`
	AdditionalProperties map[string]interface{}
}

ServiceResourceDTO struct for ServiceResourceDTO

func NewServiceResourceDTO ¶

func NewServiceResourceDTO() *ServiceResourceDTO

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

func NewServiceResourceDTOWithDefaults ¶

func NewServiceResourceDTOWithDefaults() *ServiceResourceDTO

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

func (*ServiceResourceDTO) GetActivation ¶

func (o *ServiceResourceDTO) GetActivation() ActivationDTO

GetActivation returns the Activation field value if set, zero value otherwise.

func (*ServiceResourceDTO) GetActivationOk ¶

func (o *ServiceResourceDTO) GetActivationOk() (*ActivationDTO, bool)

GetActivationOk returns a tuple with the Activation field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ServiceResourceDTO) GetDescription ¶

func (o *ServiceResourceDTO) GetDescription() string

GetDescription returns the Description field value if set, zero value otherwise.

func (*ServiceResourceDTO) GetDescriptionOk ¶

func (o *ServiceResourceDTO) GetDescriptionOk() (*string, bool)

GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ServiceResourceDTO) GetElementId ¶

func (o *ServiceResourceDTO) GetElementId() string

GetElementId returns the ElementId field value if set, zero value otherwise.

func (*ServiceResourceDTO) GetElementIdOk ¶

func (o *ServiceResourceDTO) GetElementIdOk() (*string, bool)

GetElementIdOk returns a tuple with the ElementId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ServiceResourceDTO) GetId ¶

func (o *ServiceResourceDTO) GetId() int64

GetId returns the Id field value if set, zero value otherwise.

func (*ServiceResourceDTO) GetIdOk ¶

func (o *ServiceResourceDTO) GetIdOk() (*int64, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ServiceResourceDTO) GetName ¶

func (o *ServiceResourceDTO) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*ServiceResourceDTO) GetNameOk ¶

func (o *ServiceResourceDTO) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ServiceResourceDTO) GetServiceConnection ¶

func (o *ServiceResourceDTO) GetServiceConnection() ServiceConnectionDTO

GetServiceConnection returns the ServiceConnection field value if set, zero value otherwise.

func (*ServiceResourceDTO) GetServiceConnectionOk ¶

func (o *ServiceResourceDTO) GetServiceConnectionOk() (*ServiceConnectionDTO, bool)

GetServiceConnectionOk returns a tuple with the ServiceConnection field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ServiceResourceDTO) GetX ¶

func (o *ServiceResourceDTO) GetX() float64

GetX returns the X field value if set, zero value otherwise.

func (*ServiceResourceDTO) GetXOk ¶

func (o *ServiceResourceDTO) GetXOk() (*float64, bool)

GetXOk returns a tuple with the X field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ServiceResourceDTO) GetY ¶

func (o *ServiceResourceDTO) GetY() float64

GetY returns the Y field value if set, zero value otherwise.

func (*ServiceResourceDTO) GetYOk ¶

func (o *ServiceResourceDTO) GetYOk() (*float64, bool)

GetYOk returns a tuple with the Y field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ServiceResourceDTO) HasActivation ¶

func (o *ServiceResourceDTO) HasActivation() bool

HasActivation returns a boolean if a field has been set.

func (*ServiceResourceDTO) HasDescription ¶

func (o *ServiceResourceDTO) HasDescription() bool

HasDescription returns a boolean if a field has been set.

func (*ServiceResourceDTO) HasElementId ¶

func (o *ServiceResourceDTO) HasElementId() bool

HasElementId returns a boolean if a field has been set.

func (*ServiceResourceDTO) HasId ¶

func (o *ServiceResourceDTO) HasId() bool

HasId returns a boolean if a field has been set.

func (*ServiceResourceDTO) HasName ¶

func (o *ServiceResourceDTO) HasName() bool

HasName returns a boolean if a field has been set.

func (*ServiceResourceDTO) HasServiceConnection ¶

func (o *ServiceResourceDTO) HasServiceConnection() bool

HasServiceConnection returns a boolean if a field has been set.

func (*ServiceResourceDTO) HasX ¶

func (o *ServiceResourceDTO) HasX() bool

HasX returns a boolean if a field has been set.

func (*ServiceResourceDTO) HasY ¶

func (o *ServiceResourceDTO) HasY() bool

HasY returns a boolean if a field has been set.

func (ServiceResourceDTO) MarshalJSON ¶

func (o ServiceResourceDTO) MarshalJSON() ([]byte, error)

func (*ServiceResourceDTO) SetActivation ¶

func (o *ServiceResourceDTO) SetActivation(v ActivationDTO)

SetActivation gets a reference to the given ActivationDTO and assigns it to the Activation field.

func (*ServiceResourceDTO) SetDescription ¶

func (o *ServiceResourceDTO) SetDescription(v string)

SetDescription gets a reference to the given string and assigns it to the Description field.

func (*ServiceResourceDTO) SetElementId ¶

func (o *ServiceResourceDTO) SetElementId(v string)

SetElementId gets a reference to the given string and assigns it to the ElementId field.

func (*ServiceResourceDTO) SetId ¶

func (o *ServiceResourceDTO) SetId(v int64)

SetId gets a reference to the given int64 and assigns it to the Id field.

func (*ServiceResourceDTO) SetName ¶

func (o *ServiceResourceDTO) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*ServiceResourceDTO) SetServiceConnection ¶

func (o *ServiceResourceDTO) SetServiceConnection(v ServiceConnectionDTO)

SetServiceConnection gets a reference to the given ServiceConnectionDTO and assigns it to the ServiceConnection field.

func (*ServiceResourceDTO) SetX ¶

func (o *ServiceResourceDTO) SetX(v float64)

SetX gets a reference to the given float64 and assigns it to the X field.

func (*ServiceResourceDTO) SetY ¶

func (o *ServiceResourceDTO) SetY(v float64)

SetY gets a reference to the given float64 and assigns it to the Y field.

func (*ServiceResourceDTO) UnmarshalJSON ¶

func (o *ServiceResourceDTO) UnmarshalJSON(bytes []byte) (err error)

type SessionManagerFactoryDTO ¶

type SessionManagerFactoryDTO struct {
	Description          *string `json:"description,omitempty"`
	Name                 *string `json:"name,omitempty"`
	AdditionalProperties map[string]interface{}
}

SessionManagerFactoryDTO struct for SessionManagerFactoryDTO

func NewSessionManagerFactoryDTO ¶

func NewSessionManagerFactoryDTO() *SessionManagerFactoryDTO

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

func NewSessionManagerFactoryDTOWithDefaults ¶

func NewSessionManagerFactoryDTOWithDefaults() *SessionManagerFactoryDTO

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

func (*SessionManagerFactoryDTO) GetDescription ¶

func (o *SessionManagerFactoryDTO) GetDescription() string

GetDescription returns the Description field value if set, zero value otherwise.

func (*SessionManagerFactoryDTO) GetDescriptionOk ¶

func (o *SessionManagerFactoryDTO) GetDescriptionOk() (*string, bool)

GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SessionManagerFactoryDTO) GetName ¶

func (o *SessionManagerFactoryDTO) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*SessionManagerFactoryDTO) GetNameOk ¶

func (o *SessionManagerFactoryDTO) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SessionManagerFactoryDTO) HasDescription ¶

func (o *SessionManagerFactoryDTO) HasDescription() bool

HasDescription returns a boolean if a field has been set.

func (*SessionManagerFactoryDTO) HasName ¶

func (o *SessionManagerFactoryDTO) HasName() bool

HasName returns a boolean if a field has been set.

func (SessionManagerFactoryDTO) MarshalJSON ¶

func (o SessionManagerFactoryDTO) MarshalJSON() ([]byte, error)

func (*SessionManagerFactoryDTO) SetDescription ¶

func (o *SessionManagerFactoryDTO) SetDescription(v string)

SetDescription gets a reference to the given string and assigns it to the Description field.

func (*SessionManagerFactoryDTO) SetName ¶

func (o *SessionManagerFactoryDTO) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*SessionManagerFactoryDTO) UnmarshalJSON ¶

func (o *SessionManagerFactoryDTO) UnmarshalJSON(bytes []byte) (err error)

type SetApplianceStateReq ¶

type SetApplianceStateReq struct {
	IdOrName             *string `json:"idOrName,omitempty"`
	State                *string `json:"state,omitempty"`
	AdditionalProperties map[string]interface{}
}

SetApplianceStateReq struct for SetApplianceStateReq

func NewSetApplianceStateReq ¶

func NewSetApplianceStateReq() *SetApplianceStateReq

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

func NewSetApplianceStateReqWithDefaults ¶

func NewSetApplianceStateReqWithDefaults() *SetApplianceStateReq

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

func (*SetApplianceStateReq) GetIdOrName ¶ added in v0.3.0

func (o *SetApplianceStateReq) GetIdOrName() string

GetIdOrName returns the IdOrName field value if set, zero value otherwise.

func (*SetApplianceStateReq) GetIdOrNameOk ¶ added in v0.3.0

func (o *SetApplianceStateReq) GetIdOrNameOk() (*string, bool)

GetIdOrNameOk returns a tuple with the IdOrName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SetApplianceStateReq) GetState ¶

func (o *SetApplianceStateReq) GetState() string

GetState returns the State field value if set, zero value otherwise.

func (*SetApplianceStateReq) GetStateOk ¶

func (o *SetApplianceStateReq) GetStateOk() (*string, bool)

GetStateOk returns a tuple with the State field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SetApplianceStateReq) HasIdOrName ¶ added in v0.3.0

func (o *SetApplianceStateReq) HasIdOrName() bool

HasIdOrName returns a boolean if a field has been set.

func (*SetApplianceStateReq) HasState ¶

func (o *SetApplianceStateReq) HasState() bool

HasState returns a boolean if a field has been set.

func (SetApplianceStateReq) MarshalJSON ¶

func (o SetApplianceStateReq) MarshalJSON() ([]byte, error)

func (*SetApplianceStateReq) SetIdOrName ¶ added in v0.3.0

func (o *SetApplianceStateReq) SetIdOrName(v string)

SetIdOrName gets a reference to the given string and assigns it to the IdOrName field.

func (*SetApplianceStateReq) SetState ¶

func (o *SetApplianceStateReq) SetState(v string)

SetState gets a reference to the given string and assigns it to the State field.

func (*SetApplianceStateReq) UnmarshalJSON ¶

func (o *SetApplianceStateReq) UnmarshalJSON(bytes []byte) (err error)

type SharepointResourceDTO ¶ added in v0.2.1

type SharepointResourceDTO struct {
	Activation               *ActivationDTO        `json:"activation,omitempty"`
	DefaultResource          *string               `json:"defaultResource,omitempty"`
	Description              *string               `json:"description,omitempty"`
	ElementId                *string               `json:"elementId,omitempty"`
	Id                       *int64                `json:"id,omitempty"`
	IgnoredWebResources      []string              `json:"ignoredWebResources,omitempty"`
	Name                     *string               `json:"name,omitempty"`
	PartnerAppLocation       *LocationDTO          `json:"partnerAppLocation,omitempty"`
	RelayingPartyLocation    *LocationDTO          `json:"relayingPartyLocation,omitempty"`
	ServiceConnection        *ServiceConnectionDTO `json:"serviceConnection,omitempty"`
	SloLocation              *LocationDTO          `json:"sloLocation,omitempty"`
	SloLocationEnabled       *bool                 `json:"sloLocationEnabled,omitempty"`
	StsEncryptingCertSubject *string               `json:"stsEncryptingCertSubject,omitempty"`
	StsMetadata              *ResourceDTO          `json:"stsMetadata,omitempty"`
	StsSigningCertSubject    *string               `json:"stsSigningCertSubject,omitempty"`
	X                        *float64              `json:"x,omitempty"`
	Y                        *float64              `json:"y,omitempty"`
	AdditionalProperties     map[string]interface{}
}

SharepointResourceDTO struct for SharepointResourceDTO

func NewSharepointResourceDTO ¶ added in v0.2.1

func NewSharepointResourceDTO() *SharepointResourceDTO

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

func NewSharepointResourceDTOWithDefaults ¶ added in v0.2.1

func NewSharepointResourceDTOWithDefaults() *SharepointResourceDTO

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

func (*SharepointResourceDTO) GetActivation ¶ added in v0.2.1

func (o *SharepointResourceDTO) GetActivation() ActivationDTO

GetActivation returns the Activation field value if set, zero value otherwise.

func (*SharepointResourceDTO) GetActivationOk ¶ added in v0.2.1

func (o *SharepointResourceDTO) GetActivationOk() (*ActivationDTO, bool)

GetActivationOk returns a tuple with the Activation field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SharepointResourceDTO) GetDefaultResource ¶ added in v0.2.1

func (o *SharepointResourceDTO) GetDefaultResource() string

GetDefaultResource returns the DefaultResource field value if set, zero value otherwise.

func (*SharepointResourceDTO) GetDefaultResourceOk ¶ added in v0.2.1

func (o *SharepointResourceDTO) GetDefaultResourceOk() (*string, bool)

GetDefaultResourceOk returns a tuple with the DefaultResource field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SharepointResourceDTO) GetDescription ¶ added in v0.2.1

func (o *SharepointResourceDTO) GetDescription() string

GetDescription returns the Description field value if set, zero value otherwise.

func (*SharepointResourceDTO) GetDescriptionOk ¶ added in v0.2.1

func (o *SharepointResourceDTO) GetDescriptionOk() (*string, bool)

GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SharepointResourceDTO) GetElementId ¶ added in v0.2.1

func (o *SharepointResourceDTO) GetElementId() string

GetElementId returns the ElementId field value if set, zero value otherwise.

func (*SharepointResourceDTO) GetElementIdOk ¶ added in v0.2.1

func (o *SharepointResourceDTO) GetElementIdOk() (*string, bool)

GetElementIdOk returns a tuple with the ElementId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SharepointResourceDTO) GetId ¶ added in v0.2.1

func (o *SharepointResourceDTO) GetId() int64

GetId returns the Id field value if set, zero value otherwise.

func (*SharepointResourceDTO) GetIdOk ¶ added in v0.2.1

func (o *SharepointResourceDTO) GetIdOk() (*int64, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SharepointResourceDTO) GetIgnoredWebResources ¶ added in v0.2.1

func (o *SharepointResourceDTO) GetIgnoredWebResources() []string

GetIgnoredWebResources returns the IgnoredWebResources field value if set, zero value otherwise.

func (*SharepointResourceDTO) GetIgnoredWebResourcesOk ¶ added in v0.2.1

func (o *SharepointResourceDTO) GetIgnoredWebResourcesOk() ([]string, bool)

GetIgnoredWebResourcesOk returns a tuple with the IgnoredWebResources field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SharepointResourceDTO) GetName ¶ added in v0.2.1

func (o *SharepointResourceDTO) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*SharepointResourceDTO) GetNameOk ¶ added in v0.2.1

func (o *SharepointResourceDTO) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SharepointResourceDTO) GetPartnerAppLocation ¶ added in v0.2.1

func (o *SharepointResourceDTO) GetPartnerAppLocation() LocationDTO

GetPartnerAppLocation returns the PartnerAppLocation field value if set, zero value otherwise.

func (*SharepointResourceDTO) GetPartnerAppLocationOk ¶ added in v0.2.1

func (o *SharepointResourceDTO) GetPartnerAppLocationOk() (*LocationDTO, bool)

GetPartnerAppLocationOk returns a tuple with the PartnerAppLocation field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SharepointResourceDTO) GetRelayingPartyLocation ¶ added in v0.2.1

func (o *SharepointResourceDTO) GetRelayingPartyLocation() LocationDTO

GetRelayingPartyLocation returns the RelayingPartyLocation field value if set, zero value otherwise.

func (*SharepointResourceDTO) GetRelayingPartyLocationOk ¶ added in v0.2.1

func (o *SharepointResourceDTO) GetRelayingPartyLocationOk() (*LocationDTO, bool)

GetRelayingPartyLocationOk returns a tuple with the RelayingPartyLocation field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SharepointResourceDTO) GetServiceConnection ¶ added in v0.2.1

func (o *SharepointResourceDTO) GetServiceConnection() ServiceConnectionDTO

GetServiceConnection returns the ServiceConnection field value if set, zero value otherwise.

func (*SharepointResourceDTO) GetServiceConnectionOk ¶ added in v0.2.1

func (o *SharepointResourceDTO) GetServiceConnectionOk() (*ServiceConnectionDTO, bool)

GetServiceConnectionOk returns a tuple with the ServiceConnection field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SharepointResourceDTO) GetSloLocation ¶ added in v0.2.1

func (o *SharepointResourceDTO) GetSloLocation() LocationDTO

GetSloLocation returns the SloLocation field value if set, zero value otherwise.

func (*SharepointResourceDTO) GetSloLocationEnabled ¶ added in v0.2.1

func (o *SharepointResourceDTO) GetSloLocationEnabled() bool

GetSloLocationEnabled returns the SloLocationEnabled field value if set, zero value otherwise.

func (*SharepointResourceDTO) GetSloLocationEnabledOk ¶ added in v0.2.1

func (o *SharepointResourceDTO) GetSloLocationEnabledOk() (*bool, bool)

GetSloLocationEnabledOk returns a tuple with the SloLocationEnabled field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SharepointResourceDTO) GetSloLocationOk ¶ added in v0.2.1

func (o *SharepointResourceDTO) GetSloLocationOk() (*LocationDTO, bool)

GetSloLocationOk returns a tuple with the SloLocation field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SharepointResourceDTO) GetStsEncryptingCertSubject ¶ added in v0.2.1

func (o *SharepointResourceDTO) GetStsEncryptingCertSubject() string

GetStsEncryptingCertSubject returns the StsEncryptingCertSubject field value if set, zero value otherwise.

func (*SharepointResourceDTO) GetStsEncryptingCertSubjectOk ¶ added in v0.2.1

func (o *SharepointResourceDTO) GetStsEncryptingCertSubjectOk() (*string, bool)

GetStsEncryptingCertSubjectOk returns a tuple with the StsEncryptingCertSubject field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SharepointResourceDTO) GetStsMetadata ¶ added in v0.2.1

func (o *SharepointResourceDTO) GetStsMetadata() ResourceDTO

GetStsMetadata returns the StsMetadata field value if set, zero value otherwise.

func (*SharepointResourceDTO) GetStsMetadataOk ¶ added in v0.2.1

func (o *SharepointResourceDTO) GetStsMetadataOk() (*ResourceDTO, bool)

GetStsMetadataOk returns a tuple with the StsMetadata field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SharepointResourceDTO) GetStsSigningCertSubject ¶ added in v0.2.1

func (o *SharepointResourceDTO) GetStsSigningCertSubject() string

GetStsSigningCertSubject returns the StsSigningCertSubject field value if set, zero value otherwise.

func (*SharepointResourceDTO) GetStsSigningCertSubjectOk ¶ added in v0.2.1

func (o *SharepointResourceDTO) GetStsSigningCertSubjectOk() (*string, bool)

GetStsSigningCertSubjectOk returns a tuple with the StsSigningCertSubject field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SharepointResourceDTO) GetX ¶ added in v0.2.1

func (o *SharepointResourceDTO) GetX() float64

GetX returns the X field value if set, zero value otherwise.

func (*SharepointResourceDTO) GetXOk ¶ added in v0.2.1

func (o *SharepointResourceDTO) GetXOk() (*float64, bool)

GetXOk returns a tuple with the X field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SharepointResourceDTO) GetY ¶ added in v0.2.1

func (o *SharepointResourceDTO) GetY() float64

GetY returns the Y field value if set, zero value otherwise.

func (*SharepointResourceDTO) GetYOk ¶ added in v0.2.1

func (o *SharepointResourceDTO) GetYOk() (*float64, bool)

GetYOk returns a tuple with the Y field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SharepointResourceDTO) HasActivation ¶ added in v0.2.1

func (o *SharepointResourceDTO) HasActivation() bool

HasActivation returns a boolean if a field has been set.

func (*SharepointResourceDTO) HasDefaultResource ¶ added in v0.2.1

func (o *SharepointResourceDTO) HasDefaultResource() bool

HasDefaultResource returns a boolean if a field has been set.

func (*SharepointResourceDTO) HasDescription ¶ added in v0.2.1

func (o *SharepointResourceDTO) HasDescription() bool

HasDescription returns a boolean if a field has been set.

func (*SharepointResourceDTO) HasElementId ¶ added in v0.2.1

func (o *SharepointResourceDTO) HasElementId() bool

HasElementId returns a boolean if a field has been set.

func (*SharepointResourceDTO) HasId ¶ added in v0.2.1

func (o *SharepointResourceDTO) HasId() bool

HasId returns a boolean if a field has been set.

func (*SharepointResourceDTO) HasIgnoredWebResources ¶ added in v0.2.1

func (o *SharepointResourceDTO) HasIgnoredWebResources() bool

HasIgnoredWebResources returns a boolean if a field has been set.

func (*SharepointResourceDTO) HasName ¶ added in v0.2.1

func (o *SharepointResourceDTO) HasName() bool

HasName returns a boolean if a field has been set.

func (*SharepointResourceDTO) HasPartnerAppLocation ¶ added in v0.2.1

func (o *SharepointResourceDTO) HasPartnerAppLocation() bool

HasPartnerAppLocation returns a boolean if a field has been set.

func (*SharepointResourceDTO) HasRelayingPartyLocation ¶ added in v0.2.1

func (o *SharepointResourceDTO) HasRelayingPartyLocation() bool

HasRelayingPartyLocation returns a boolean if a field has been set.

func (*SharepointResourceDTO) HasServiceConnection ¶ added in v0.2.1

func (o *SharepointResourceDTO) HasServiceConnection() bool

HasServiceConnection returns a boolean if a field has been set.

func (*SharepointResourceDTO) HasSloLocation ¶ added in v0.2.1

func (o *SharepointResourceDTO) HasSloLocation() bool

HasSloLocation returns a boolean if a field has been set.

func (*SharepointResourceDTO) HasSloLocationEnabled ¶ added in v0.2.1

func (o *SharepointResourceDTO) HasSloLocationEnabled() bool

HasSloLocationEnabled returns a boolean if a field has been set.

func (*SharepointResourceDTO) HasStsEncryptingCertSubject ¶ added in v0.2.1

func (o *SharepointResourceDTO) HasStsEncryptingCertSubject() bool

HasStsEncryptingCertSubject returns a boolean if a field has been set.

func (*SharepointResourceDTO) HasStsMetadata ¶ added in v0.2.1

func (o *SharepointResourceDTO) HasStsMetadata() bool

HasStsMetadata returns a boolean if a field has been set.

func (*SharepointResourceDTO) HasStsSigningCertSubject ¶ added in v0.2.1

func (o *SharepointResourceDTO) HasStsSigningCertSubject() bool

HasStsSigningCertSubject returns a boolean if a field has been set.

func (*SharepointResourceDTO) HasX ¶ added in v0.2.1

func (o *SharepointResourceDTO) HasX() bool

HasX returns a boolean if a field has been set.

func (*SharepointResourceDTO) HasY ¶ added in v0.2.1

func (o *SharepointResourceDTO) HasY() bool

HasY returns a boolean if a field has been set.

func (SharepointResourceDTO) MarshalJSON ¶ added in v0.2.1

func (o SharepointResourceDTO) MarshalJSON() ([]byte, error)

func (*SharepointResourceDTO) NewServiceConnection ¶ added in v0.2.2

func (rs *SharepointResourceDTO) NewServiceConnection(name string) (ServiceConnectionDTO, error)

func (*SharepointResourceDTO) SetActivation ¶ added in v0.2.1

func (o *SharepointResourceDTO) SetActivation(v ActivationDTO)

SetActivation gets a reference to the given ActivationDTO and assigns it to the Activation field.

func (*SharepointResourceDTO) SetDefaultResource ¶ added in v0.2.1

func (o *SharepointResourceDTO) SetDefaultResource(v string)

SetDefaultResource gets a reference to the given string and assigns it to the DefaultResource field.

func (*SharepointResourceDTO) SetDescription ¶ added in v0.2.1

func (o *SharepointResourceDTO) SetDescription(v string)

SetDescription gets a reference to the given string and assigns it to the Description field.

func (*SharepointResourceDTO) SetElementId ¶ added in v0.2.1

func (o *SharepointResourceDTO) SetElementId(v string)

SetElementId gets a reference to the given string and assigns it to the ElementId field.

func (*SharepointResourceDTO) SetId ¶ added in v0.2.1

func (o *SharepointResourceDTO) SetId(v int64)

SetId gets a reference to the given int64 and assigns it to the Id field.

func (*SharepointResourceDTO) SetIgnoredWebResources ¶ added in v0.2.1

func (o *SharepointResourceDTO) SetIgnoredWebResources(v []string)

SetIgnoredWebResources gets a reference to the given []string and assigns it to the IgnoredWebResources field.

func (*SharepointResourceDTO) SetName ¶ added in v0.2.1

func (o *SharepointResourceDTO) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*SharepointResourceDTO) SetPartnerAppLocation ¶ added in v0.2.1

func (o *SharepointResourceDTO) SetPartnerAppLocation(v LocationDTO)

SetPartnerAppLocation gets a reference to the given LocationDTO and assigns it to the PartnerAppLocation field.

func (*SharepointResourceDTO) SetRelayingPartyLocation ¶ added in v0.2.1

func (o *SharepointResourceDTO) SetRelayingPartyLocation(v LocationDTO)

SetRelayingPartyLocation gets a reference to the given LocationDTO and assigns it to the RelayingPartyLocation field.

func (*SharepointResourceDTO) SetServiceConnection ¶ added in v0.2.1

func (o *SharepointResourceDTO) SetServiceConnection(v ServiceConnectionDTO)

SetServiceConnection gets a reference to the given ServiceConnectionDTO and assigns it to the ServiceConnection field.

func (*SharepointResourceDTO) SetSloLocation ¶ added in v0.2.1

func (o *SharepointResourceDTO) SetSloLocation(v LocationDTO)

SetSloLocation gets a reference to the given LocationDTO and assigns it to the SloLocation field.

func (*SharepointResourceDTO) SetSloLocationEnabled ¶ added in v0.2.1

func (o *SharepointResourceDTO) SetSloLocationEnabled(v bool)

SetSloLocationEnabled gets a reference to the given bool and assigns it to the SloLocationEnabled field.

func (*SharepointResourceDTO) SetStsEncryptingCertSubject ¶ added in v0.2.1

func (o *SharepointResourceDTO) SetStsEncryptingCertSubject(v string)

SetStsEncryptingCertSubject gets a reference to the given string and assigns it to the StsEncryptingCertSubject field.

func (*SharepointResourceDTO) SetStsMetadata ¶ added in v0.2.1

func (o *SharepointResourceDTO) SetStsMetadata(v ResourceDTO)

SetStsMetadata gets a reference to the given ResourceDTO and assigns it to the StsMetadata field.

func (*SharepointResourceDTO) SetStsSigningCertSubject ¶ added in v0.2.1

func (o *SharepointResourceDTO) SetStsSigningCertSubject(v string)

SetStsSigningCertSubject gets a reference to the given string and assigns it to the StsSigningCertSubject field.

func (*SharepointResourceDTO) SetX ¶ added in v0.2.1

func (o *SharepointResourceDTO) SetX(v float64)

SetX gets a reference to the given float64 and assigns it to the X field.

func (*SharepointResourceDTO) SetY ¶ added in v0.2.1

func (o *SharepointResourceDTO) SetY(v float64)

SetY gets a reference to the given float64 and assigns it to the Y field.

func (*SharepointResourceDTO) UnmarshalJSON ¶ added in v0.2.1

func (o *SharepointResourceDTO) UnmarshalJSON(bytes []byte) (err error)

type StoreApplianceReq ¶

type StoreApplianceReq struct {
	Appliance            *IdentityApplianceDefinitionDTO `json:"appliance,omitempty"`
	IdOrName             *string                         `json:"idOrName,omitempty"`
	AdditionalProperties map[string]interface{}
}

StoreApplianceReq struct for StoreApplianceReq

func NewStoreApplianceReq ¶

func NewStoreApplianceReq() *StoreApplianceReq

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

func NewStoreApplianceReqWithDefaults ¶

func NewStoreApplianceReqWithDefaults() *StoreApplianceReq

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

func (*StoreApplianceReq) GetAppliance ¶

GetAppliance returns the Appliance field value if set, zero value otherwise.

func (*StoreApplianceReq) GetApplianceOk ¶

func (o *StoreApplianceReq) GetApplianceOk() (*IdentityApplianceDefinitionDTO, bool)

GetApplianceOk returns a tuple with the Appliance field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StoreApplianceReq) GetIdOrName ¶ added in v0.3.0

func (o *StoreApplianceReq) GetIdOrName() string

GetIdOrName returns the IdOrName field value if set, zero value otherwise.

func (*StoreApplianceReq) GetIdOrNameOk ¶ added in v0.3.0

func (o *StoreApplianceReq) GetIdOrNameOk() (*string, bool)

GetIdOrNameOk returns a tuple with the IdOrName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StoreApplianceReq) HasAppliance ¶

func (o *StoreApplianceReq) HasAppliance() bool

HasAppliance returns a boolean if a field has been set.

func (*StoreApplianceReq) HasIdOrName ¶ added in v0.3.0

func (o *StoreApplianceReq) HasIdOrName() bool

HasIdOrName returns a boolean if a field has been set.

func (StoreApplianceReq) MarshalJSON ¶

func (o StoreApplianceReq) MarshalJSON() ([]byte, error)

func (*StoreApplianceReq) SetAppliance ¶

SetAppliance gets a reference to the given IdentityApplianceDefinitionDTO and assigns it to the Appliance field.

func (*StoreApplianceReq) SetIdOrName ¶ added in v0.3.0

func (o *StoreApplianceReq) SetIdOrName(v string)

SetIdOrName gets a reference to the given string and assigns it to the IdOrName field.

func (*StoreApplianceReq) UnmarshalJSON ¶

func (o *StoreApplianceReq) UnmarshalJSON(bytes []byte) (err error)

type StoreApplianceRes ¶

type StoreApplianceRes struct {
	Appliance            *IdentityApplianceDefinitionDTO `json:"appliance,omitempty"`
	Error                *string                         `json:"error,omitempty"`
	ValidationErrors     []string                        `json:"validationErrors,omitempty"`
	AdditionalProperties map[string]interface{}
}

StoreApplianceRes struct for StoreApplianceRes

func NewStoreApplianceRes ¶

func NewStoreApplianceRes() *StoreApplianceRes

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

func NewStoreApplianceResWithDefaults ¶

func NewStoreApplianceResWithDefaults() *StoreApplianceRes

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

func (*StoreApplianceRes) GetAppliance ¶

GetAppliance returns the Appliance field value if set, zero value otherwise.

func (*StoreApplianceRes) GetApplianceOk ¶

func (o *StoreApplianceRes) GetApplianceOk() (*IdentityApplianceDefinitionDTO, bool)

GetApplianceOk returns a tuple with the Appliance field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StoreApplianceRes) GetError ¶

func (o *StoreApplianceRes) GetError() string

GetError returns the Error field value if set, zero value otherwise.

func (*StoreApplianceRes) GetErrorOk ¶

func (o *StoreApplianceRes) GetErrorOk() (*string, bool)

GetErrorOk returns a tuple with the Error field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StoreApplianceRes) GetValidationErrors ¶

func (o *StoreApplianceRes) GetValidationErrors() []string

GetValidationErrors returns the ValidationErrors field value if set, zero value otherwise.

func (*StoreApplianceRes) GetValidationErrorsOk ¶

func (o *StoreApplianceRes) GetValidationErrorsOk() ([]string, bool)

GetValidationErrorsOk returns a tuple with the ValidationErrors field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StoreApplianceRes) HasAppliance ¶

func (o *StoreApplianceRes) HasAppliance() bool

HasAppliance returns a boolean if a field has been set.

func (*StoreApplianceRes) HasError ¶

func (o *StoreApplianceRes) HasError() bool

HasError returns a boolean if a field has been set.

func (*StoreApplianceRes) HasValidationErrors ¶

func (o *StoreApplianceRes) HasValidationErrors() bool

HasValidationErrors returns a boolean if a field has been set.

func (StoreApplianceRes) MarshalJSON ¶

func (o StoreApplianceRes) MarshalJSON() ([]byte, error)

func (*StoreApplianceRes) SetAppliance ¶

SetAppliance gets a reference to the given IdentityApplianceDefinitionDTO and assigns it to the Appliance field.

func (*StoreApplianceRes) SetError ¶

func (o *StoreApplianceRes) SetError(v string)

SetError gets a reference to the given string and assigns it to the Error field.

func (*StoreApplianceRes) SetValidationErrors ¶

func (o *StoreApplianceRes) SetValidationErrors(v []string)

SetValidationErrors gets a reference to the given []string and assigns it to the ValidationErrors field.

func (*StoreApplianceRes) UnmarshalJSON ¶

func (o *StoreApplianceRes) UnmarshalJSON(bytes []byte) (err error)

type StoreBrandingReq ¶ added in v0.2.3

type StoreBrandingReq struct {
	BundleArtifact       *string `json:"bundleArtifact,omitempty"`
	BundleGroup          *string `json:"bundleGroup,omitempty"`
	BundleVersion        *string `json:"bundleVersion,omitempty"`
	CustomOpenIdAppClazz *string `json:"customOpenIdAppClazz,omitempty"`
	CustomSsoAppClazz    *string `json:"customSsoAppClazz,omitempty"`
	CustomSsoIdPAppClazz *string `json:"customSsoIdPAppClazz,omitempty"`
	Description          *string `json:"description,omitempty"`
	Name                 *string `json:"name,omitempty"`
	Resource             *string `json:"resource,omitempty"`
	AdditionalProperties map[string]interface{}
}

StoreBrandingReq struct for StoreBrandingReq

func NewStoreBrandingReq ¶ added in v0.2.3

func NewStoreBrandingReq() *StoreBrandingReq

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

func NewStoreBrandingReqWithDefaults ¶ added in v0.2.3

func NewStoreBrandingReqWithDefaults() *StoreBrandingReq

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

func (*StoreBrandingReq) GetBundleArtifact ¶ added in v0.2.3

func (o *StoreBrandingReq) GetBundleArtifact() string

GetBundleArtifact returns the BundleArtifact field value if set, zero value otherwise.

func (*StoreBrandingReq) GetBundleArtifactOk ¶ added in v0.2.3

func (o *StoreBrandingReq) GetBundleArtifactOk() (*string, bool)

GetBundleArtifactOk returns a tuple with the BundleArtifact field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StoreBrandingReq) GetBundleGroup ¶ added in v0.2.3

func (o *StoreBrandingReq) GetBundleGroup() string

GetBundleGroup returns the BundleGroup field value if set, zero value otherwise.

func (*StoreBrandingReq) GetBundleGroupOk ¶ added in v0.2.3

func (o *StoreBrandingReq) GetBundleGroupOk() (*string, bool)

GetBundleGroupOk returns a tuple with the BundleGroup field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StoreBrandingReq) GetBundleVersion ¶ added in v0.2.3

func (o *StoreBrandingReq) GetBundleVersion() string

GetBundleVersion returns the BundleVersion field value if set, zero value otherwise.

func (*StoreBrandingReq) GetBundleVersionOk ¶ added in v0.2.3

func (o *StoreBrandingReq) GetBundleVersionOk() (*string, bool)

GetBundleVersionOk returns a tuple with the BundleVersion field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StoreBrandingReq) GetCustomOpenIdAppClazz ¶ added in v0.2.3

func (o *StoreBrandingReq) GetCustomOpenIdAppClazz() string

GetCustomOpenIdAppClazz returns the CustomOpenIdAppClazz field value if set, zero value otherwise.

func (*StoreBrandingReq) GetCustomOpenIdAppClazzOk ¶ added in v0.2.3

func (o *StoreBrandingReq) GetCustomOpenIdAppClazzOk() (*string, bool)

GetCustomOpenIdAppClazzOk returns a tuple with the CustomOpenIdAppClazz field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StoreBrandingReq) GetCustomSsoAppClazz ¶ added in v0.2.3

func (o *StoreBrandingReq) GetCustomSsoAppClazz() string

GetCustomSsoAppClazz returns the CustomSsoAppClazz field value if set, zero value otherwise.

func (*StoreBrandingReq) GetCustomSsoAppClazzOk ¶ added in v0.2.3

func (o *StoreBrandingReq) GetCustomSsoAppClazzOk() (*string, bool)

GetCustomSsoAppClazzOk returns a tuple with the CustomSsoAppClazz field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StoreBrandingReq) GetCustomSsoIdPAppClazz ¶ added in v0.2.3

func (o *StoreBrandingReq) GetCustomSsoIdPAppClazz() string

GetCustomSsoIdPAppClazz returns the CustomSsoIdPAppClazz field value if set, zero value otherwise.

func (*StoreBrandingReq) GetCustomSsoIdPAppClazzOk ¶ added in v0.2.3

func (o *StoreBrandingReq) GetCustomSsoIdPAppClazzOk() (*string, bool)

GetCustomSsoIdPAppClazzOk returns a tuple with the CustomSsoIdPAppClazz field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StoreBrandingReq) GetDescription ¶ added in v0.2.3

func (o *StoreBrandingReq) GetDescription() string

GetDescription returns the Description field value if set, zero value otherwise.

func (*StoreBrandingReq) GetDescriptionOk ¶ added in v0.2.3

func (o *StoreBrandingReq) GetDescriptionOk() (*string, bool)

GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StoreBrandingReq) GetName ¶ added in v0.2.3

func (o *StoreBrandingReq) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*StoreBrandingReq) GetNameOk ¶ added in v0.2.3

func (o *StoreBrandingReq) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StoreBrandingReq) GetResource ¶ added in v0.2.3

func (o *StoreBrandingReq) GetResource() string

GetResource returns the Resource field value if set, zero value otherwise.

func (*StoreBrandingReq) GetResourceOk ¶ added in v0.2.3

func (o *StoreBrandingReq) GetResourceOk() (*string, bool)

GetResourceOk returns a tuple with the Resource field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StoreBrandingReq) HasBundleArtifact ¶ added in v0.2.3

func (o *StoreBrandingReq) HasBundleArtifact() bool

HasBundleArtifact returns a boolean if a field has been set.

func (*StoreBrandingReq) HasBundleGroup ¶ added in v0.2.3

func (o *StoreBrandingReq) HasBundleGroup() bool

HasBundleGroup returns a boolean if a field has been set.

func (*StoreBrandingReq) HasBundleVersion ¶ added in v0.2.3

func (o *StoreBrandingReq) HasBundleVersion() bool

HasBundleVersion returns a boolean if a field has been set.

func (*StoreBrandingReq) HasCustomOpenIdAppClazz ¶ added in v0.2.3

func (o *StoreBrandingReq) HasCustomOpenIdAppClazz() bool

HasCustomOpenIdAppClazz returns a boolean if a field has been set.

func (*StoreBrandingReq) HasCustomSsoAppClazz ¶ added in v0.2.3

func (o *StoreBrandingReq) HasCustomSsoAppClazz() bool

HasCustomSsoAppClazz returns a boolean if a field has been set.

func (*StoreBrandingReq) HasCustomSsoIdPAppClazz ¶ added in v0.2.3

func (o *StoreBrandingReq) HasCustomSsoIdPAppClazz() bool

HasCustomSsoIdPAppClazz returns a boolean if a field has been set.

func (*StoreBrandingReq) HasDescription ¶ added in v0.2.3

func (o *StoreBrandingReq) HasDescription() bool

HasDescription returns a boolean if a field has been set.

func (*StoreBrandingReq) HasName ¶ added in v0.2.3

func (o *StoreBrandingReq) HasName() bool

HasName returns a boolean if a field has been set.

func (*StoreBrandingReq) HasResource ¶ added in v0.2.3

func (o *StoreBrandingReq) HasResource() bool

HasResource returns a boolean if a field has been set.

func (StoreBrandingReq) MarshalJSON ¶ added in v0.2.3

func (o StoreBrandingReq) MarshalJSON() ([]byte, error)

func (*StoreBrandingReq) SetBundleArtifact ¶ added in v0.2.3

func (o *StoreBrandingReq) SetBundleArtifact(v string)

SetBundleArtifact gets a reference to the given string and assigns it to the BundleArtifact field.

func (*StoreBrandingReq) SetBundleGroup ¶ added in v0.2.3

func (o *StoreBrandingReq) SetBundleGroup(v string)

SetBundleGroup gets a reference to the given string and assigns it to the BundleGroup field.

func (*StoreBrandingReq) SetBundleVersion ¶ added in v0.2.3

func (o *StoreBrandingReq) SetBundleVersion(v string)

SetBundleVersion gets a reference to the given string and assigns it to the BundleVersion field.

func (*StoreBrandingReq) SetCustomOpenIdAppClazz ¶ added in v0.2.3

func (o *StoreBrandingReq) SetCustomOpenIdAppClazz(v string)

SetCustomOpenIdAppClazz gets a reference to the given string and assigns it to the CustomOpenIdAppClazz field.

func (*StoreBrandingReq) SetCustomSsoAppClazz ¶ added in v0.2.3

func (o *StoreBrandingReq) SetCustomSsoAppClazz(v string)

SetCustomSsoAppClazz gets a reference to the given string and assigns it to the CustomSsoAppClazz field.

func (*StoreBrandingReq) SetCustomSsoIdPAppClazz ¶ added in v0.2.3

func (o *StoreBrandingReq) SetCustomSsoIdPAppClazz(v string)

SetCustomSsoIdPAppClazz gets a reference to the given string and assigns it to the CustomSsoIdPAppClazz field.

func (*StoreBrandingReq) SetDescription ¶ added in v0.2.3

func (o *StoreBrandingReq) SetDescription(v string)

SetDescription gets a reference to the given string and assigns it to the Description field.

func (*StoreBrandingReq) SetName ¶ added in v0.2.3

func (o *StoreBrandingReq) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*StoreBrandingReq) SetResource ¶ added in v0.2.3

func (o *StoreBrandingReq) SetResource(v string)

SetResource gets a reference to the given string and assigns it to the Resource field.

func (*StoreBrandingReq) UnmarshalJSON ¶ added in v0.2.3

func (o *StoreBrandingReq) UnmarshalJSON(bytes []byte) (err error)

type StoreBrandingRes ¶ added in v0.2.3

type StoreBrandingRes struct {
	Branding             *CustomBrandingDefinitionDTO `json:"branding,omitempty"`
	Error                *string                      `json:"error,omitempty"`
	AdditionalProperties map[string]interface{}
}

StoreBrandingRes struct for StoreBrandingRes

func NewStoreBrandingRes ¶ added in v0.2.3

func NewStoreBrandingRes() *StoreBrandingRes

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

func NewStoreBrandingResWithDefaults ¶ added in v0.2.3

func NewStoreBrandingResWithDefaults() *StoreBrandingRes

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

func (*StoreBrandingRes) GetBranding ¶ added in v0.2.3

GetBranding returns the Branding field value if set, zero value otherwise.

func (*StoreBrandingRes) GetBrandingOk ¶ added in v0.2.3

func (o *StoreBrandingRes) GetBrandingOk() (*CustomBrandingDefinitionDTO, bool)

GetBrandingOk returns a tuple with the Branding field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StoreBrandingRes) GetError ¶ added in v0.2.3

func (o *StoreBrandingRes) GetError() string

GetError returns the Error field value if set, zero value otherwise.

func (*StoreBrandingRes) GetErrorOk ¶ added in v0.2.3

func (o *StoreBrandingRes) GetErrorOk() (*string, bool)

GetErrorOk returns a tuple with the Error field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StoreBrandingRes) HasBranding ¶ added in v0.2.3

func (o *StoreBrandingRes) HasBranding() bool

HasBranding returns a boolean if a field has been set.

func (*StoreBrandingRes) HasError ¶ added in v0.2.3

func (o *StoreBrandingRes) HasError() bool

HasError returns a boolean if a field has been set.

func (StoreBrandingRes) MarshalJSON ¶ added in v0.2.3

func (o StoreBrandingRes) MarshalJSON() ([]byte, error)

func (*StoreBrandingRes) SetBranding ¶ added in v0.2.3

SetBranding gets a reference to the given CustomBrandingDefinitionDTO and assigns it to the Branding field.

func (*StoreBrandingRes) SetError ¶ added in v0.2.3

func (o *StoreBrandingRes) SetError(v string)

SetError gets a reference to the given string and assigns it to the Error field.

func (*StoreBrandingRes) UnmarshalJSON ¶ added in v0.2.3

func (o *StoreBrandingRes) UnmarshalJSON(bytes []byte) (err error)

type StoreDbIdVaultReq ¶

type StoreDbIdVaultReq struct {
	DbIdVault            *DbIdentityVaultDTO `json:"dbIdVault,omitempty"`
	IdOrName             *string             `json:"idOrName,omitempty"`
	AdditionalProperties map[string]interface{}
}

StoreDbIdVaultReq struct for StoreDbIdVaultReq

func NewStoreDbIdVaultReq ¶

func NewStoreDbIdVaultReq() *StoreDbIdVaultReq

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

func NewStoreDbIdVaultReqWithDefaults ¶

func NewStoreDbIdVaultReqWithDefaults() *StoreDbIdVaultReq

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

func (*StoreDbIdVaultReq) GetDbIdVault ¶

func (o *StoreDbIdVaultReq) GetDbIdVault() DbIdentityVaultDTO

GetDbIdVault returns the DbIdVault field value if set, zero value otherwise.

func (*StoreDbIdVaultReq) GetDbIdVaultOk ¶

func (o *StoreDbIdVaultReq) GetDbIdVaultOk() (*DbIdentityVaultDTO, bool)

GetDbIdVaultOk returns a tuple with the DbIdVault field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StoreDbIdVaultReq) GetIdOrName ¶ added in v0.3.0

func (o *StoreDbIdVaultReq) GetIdOrName() string

GetIdOrName returns the IdOrName field value if set, zero value otherwise.

func (*StoreDbIdVaultReq) GetIdOrNameOk ¶ added in v0.3.0

func (o *StoreDbIdVaultReq) GetIdOrNameOk() (*string, bool)

GetIdOrNameOk returns a tuple with the IdOrName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StoreDbIdVaultReq) HasDbIdVault ¶

func (o *StoreDbIdVaultReq) HasDbIdVault() bool

HasDbIdVault returns a boolean if a field has been set.

func (*StoreDbIdVaultReq) HasIdOrName ¶ added in v0.3.0

func (o *StoreDbIdVaultReq) HasIdOrName() bool

HasIdOrName returns a boolean if a field has been set.

func (StoreDbIdVaultReq) MarshalJSON ¶

func (o StoreDbIdVaultReq) MarshalJSON() ([]byte, error)

func (*StoreDbIdVaultReq) SetDbIdVault ¶

func (o *StoreDbIdVaultReq) SetDbIdVault(v DbIdentityVaultDTO)

SetDbIdVault gets a reference to the given DbIdentityVaultDTO and assigns it to the DbIdVault field.

func (*StoreDbIdVaultReq) SetIdOrName ¶ added in v0.3.0

func (o *StoreDbIdVaultReq) SetIdOrName(v string)

SetIdOrName gets a reference to the given string and assigns it to the IdOrName field.

func (*StoreDbIdVaultReq) UnmarshalJSON ¶

func (o *StoreDbIdVaultReq) UnmarshalJSON(bytes []byte) (err error)

type StoreDbIdVaultRes ¶

type StoreDbIdVaultRes struct {
	DbIdVault            *DbIdentityVaultDTO `json:"dbIdVault,omitempty"`
	Error                *string             `json:"error,omitempty"`
	ValidationErrors     []string            `json:"validationErrors,omitempty"`
	AdditionalProperties map[string]interface{}
}

StoreDbIdVaultRes struct for StoreDbIdVaultRes

func NewStoreDbIdVaultRes ¶

func NewStoreDbIdVaultRes() *StoreDbIdVaultRes

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

func NewStoreDbIdVaultResWithDefaults ¶

func NewStoreDbIdVaultResWithDefaults() *StoreDbIdVaultRes

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

func (*StoreDbIdVaultRes) GetDbIdVault ¶

func (o *StoreDbIdVaultRes) GetDbIdVault() DbIdentityVaultDTO

GetDbIdVault returns the DbIdVault field value if set, zero value otherwise.

func (*StoreDbIdVaultRes) GetDbIdVaultOk ¶

func (o *StoreDbIdVaultRes) GetDbIdVaultOk() (*DbIdentityVaultDTO, bool)

GetDbIdVaultOk returns a tuple with the DbIdVault field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StoreDbIdVaultRes) GetError ¶

func (o *StoreDbIdVaultRes) GetError() string

GetError returns the Error field value if set, zero value otherwise.

func (*StoreDbIdVaultRes) GetErrorOk ¶

func (o *StoreDbIdVaultRes) GetErrorOk() (*string, bool)

GetErrorOk returns a tuple with the Error field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StoreDbIdVaultRes) GetValidationErrors ¶

func (o *StoreDbIdVaultRes) GetValidationErrors() []string

GetValidationErrors returns the ValidationErrors field value if set, zero value otherwise.

func (*StoreDbIdVaultRes) GetValidationErrorsOk ¶

func (o *StoreDbIdVaultRes) GetValidationErrorsOk() ([]string, bool)

GetValidationErrorsOk returns a tuple with the ValidationErrors field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StoreDbIdVaultRes) HasDbIdVault ¶

func (o *StoreDbIdVaultRes) HasDbIdVault() bool

HasDbIdVault returns a boolean if a field has been set.

func (*StoreDbIdVaultRes) HasError ¶

func (o *StoreDbIdVaultRes) HasError() bool

HasError returns a boolean if a field has been set.

func (*StoreDbIdVaultRes) HasValidationErrors ¶

func (o *StoreDbIdVaultRes) HasValidationErrors() bool

HasValidationErrors returns a boolean if a field has been set.

func (StoreDbIdVaultRes) MarshalJSON ¶

func (o StoreDbIdVaultRes) MarshalJSON() ([]byte, error)

func (*StoreDbIdVaultRes) SetDbIdVault ¶

func (o *StoreDbIdVaultRes) SetDbIdVault(v DbIdentityVaultDTO)

SetDbIdVault gets a reference to the given DbIdentityVaultDTO and assigns it to the DbIdVault field.

func (*StoreDbIdVaultRes) SetError ¶

func (o *StoreDbIdVaultRes) SetError(v string)

SetError gets a reference to the given string and assigns it to the Error field.

func (*StoreDbIdVaultRes) SetValidationErrors ¶

func (o *StoreDbIdVaultRes) SetValidationErrors(v []string)

SetValidationErrors gets a reference to the given []string and assigns it to the ValidationErrors field.

func (*StoreDbIdVaultRes) UnmarshalJSON ¶

func (o *StoreDbIdVaultRes) UnmarshalJSON(bytes []byte) (err error)

type StoreExtSaml2SpReq ¶

type StoreExtSaml2SpReq struct {
	IdOrName             *string                          `json:"idOrName,omitempty"`
	Sp                   *ExternalSaml2ServiceProviderDTO `json:"sp,omitempty"`
	AdditionalProperties map[string]interface{}
}

StoreExtSaml2SpReq struct for StoreExtSaml2SpReq

func NewStoreExtSaml2SpReq ¶

func NewStoreExtSaml2SpReq() *StoreExtSaml2SpReq

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

func NewStoreExtSaml2SpReqWithDefaults ¶

func NewStoreExtSaml2SpReqWithDefaults() *StoreExtSaml2SpReq

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

func (*StoreExtSaml2SpReq) GetIdOrName ¶ added in v0.3.0

func (o *StoreExtSaml2SpReq) GetIdOrName() string

GetIdOrName returns the IdOrName field value if set, zero value otherwise.

func (*StoreExtSaml2SpReq) GetIdOrNameOk ¶ added in v0.3.0

func (o *StoreExtSaml2SpReq) GetIdOrNameOk() (*string, bool)

GetIdOrNameOk returns a tuple with the IdOrName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StoreExtSaml2SpReq) GetSp ¶

GetSp returns the Sp field value if set, zero value otherwise.

func (*StoreExtSaml2SpReq) GetSpOk ¶

GetSpOk returns a tuple with the Sp field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StoreExtSaml2SpReq) HasIdOrName ¶ added in v0.3.0

func (o *StoreExtSaml2SpReq) HasIdOrName() bool

HasIdOrName returns a boolean if a field has been set.

func (*StoreExtSaml2SpReq) HasSp ¶

func (o *StoreExtSaml2SpReq) HasSp() bool

HasSp returns a boolean if a field has been set.

func (StoreExtSaml2SpReq) MarshalJSON ¶

func (o StoreExtSaml2SpReq) MarshalJSON() ([]byte, error)

func (*StoreExtSaml2SpReq) SetIdOrName ¶ added in v0.3.0

func (o *StoreExtSaml2SpReq) SetIdOrName(v string)

SetIdOrName gets a reference to the given string and assigns it to the IdOrName field.

func (*StoreExtSaml2SpReq) SetSp ¶

SetSp gets a reference to the given ExternalSaml2ServiceProviderDTO and assigns it to the Sp field.

func (*StoreExtSaml2SpReq) UnmarshalJSON ¶

func (o *StoreExtSaml2SpReq) UnmarshalJSON(bytes []byte) (err error)

type StoreExtSaml2SpRes ¶

type StoreExtSaml2SpRes struct {
	Error                *string                          `json:"error,omitempty"`
	Sp                   *ExternalSaml2ServiceProviderDTO `json:"sp,omitempty"`
	ValidationErrors     []string                         `json:"validationErrors,omitempty"`
	AdditionalProperties map[string]interface{}
}

StoreExtSaml2SpRes struct for StoreExtSaml2SpRes

func NewStoreExtSaml2SpRes ¶

func NewStoreExtSaml2SpRes() *StoreExtSaml2SpRes

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

func NewStoreExtSaml2SpResWithDefaults ¶

func NewStoreExtSaml2SpResWithDefaults() *StoreExtSaml2SpRes

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

func (*StoreExtSaml2SpRes) GetError ¶

func (o *StoreExtSaml2SpRes) GetError() string

GetError returns the Error field value if set, zero value otherwise.

func (*StoreExtSaml2SpRes) GetErrorOk ¶

func (o *StoreExtSaml2SpRes) GetErrorOk() (*string, bool)

GetErrorOk returns a tuple with the Error field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StoreExtSaml2SpRes) GetSp ¶

GetSp returns the Sp field value if set, zero value otherwise.

func (*StoreExtSaml2SpRes) GetSpOk ¶

GetSpOk returns a tuple with the Sp field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StoreExtSaml2SpRes) GetValidationErrors ¶

func (o *StoreExtSaml2SpRes) GetValidationErrors() []string

GetValidationErrors returns the ValidationErrors field value if set, zero value otherwise.

func (*StoreExtSaml2SpRes) GetValidationErrorsOk ¶

func (o *StoreExtSaml2SpRes) GetValidationErrorsOk() ([]string, bool)

GetValidationErrorsOk returns a tuple with the ValidationErrors field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StoreExtSaml2SpRes) HasError ¶

func (o *StoreExtSaml2SpRes) HasError() bool

HasError returns a boolean if a field has been set.

func (*StoreExtSaml2SpRes) HasSp ¶

func (o *StoreExtSaml2SpRes) HasSp() bool

HasSp returns a boolean if a field has been set.

func (*StoreExtSaml2SpRes) HasValidationErrors ¶

func (o *StoreExtSaml2SpRes) HasValidationErrors() bool

HasValidationErrors returns a boolean if a field has been set.

func (StoreExtSaml2SpRes) MarshalJSON ¶

func (o StoreExtSaml2SpRes) MarshalJSON() ([]byte, error)

func (*StoreExtSaml2SpRes) SetError ¶

func (o *StoreExtSaml2SpRes) SetError(v string)

SetError gets a reference to the given string and assigns it to the Error field.

func (*StoreExtSaml2SpRes) SetSp ¶

SetSp gets a reference to the given ExternalSaml2ServiceProviderDTO and assigns it to the Sp field.

func (*StoreExtSaml2SpRes) SetValidationErrors ¶

func (o *StoreExtSaml2SpRes) SetValidationErrors(v []string)

SetValidationErrors gets a reference to the given []string and assigns it to the ValidationErrors field.

func (*StoreExtSaml2SpRes) UnmarshalJSON ¶

func (o *StoreExtSaml2SpRes) UnmarshalJSON(bytes []byte) (err error)

type StoreIdPReq ¶

type StoreIdPReq struct {
	IdOrName             *string              `json:"idOrName,omitempty"`
	Idp                  *IdentityProviderDTO `json:"idp,omitempty"`
	AdditionalProperties map[string]interface{}
}

StoreIdPReq struct for StoreIdPReq

func NewStoreIdPReq ¶

func NewStoreIdPReq() *StoreIdPReq

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

func NewStoreIdPReqWithDefaults ¶

func NewStoreIdPReqWithDefaults() *StoreIdPReq

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

func (*StoreIdPReq) GetIdOrName ¶ added in v0.3.0

func (o *StoreIdPReq) GetIdOrName() string

GetIdOrName returns the IdOrName field value if set, zero value otherwise.

func (*StoreIdPReq) GetIdOrNameOk ¶ added in v0.3.0

func (o *StoreIdPReq) GetIdOrNameOk() (*string, bool)

GetIdOrNameOk returns a tuple with the IdOrName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StoreIdPReq) GetIdp ¶

func (o *StoreIdPReq) GetIdp() IdentityProviderDTO

GetIdp returns the Idp field value if set, zero value otherwise.

func (*StoreIdPReq) GetIdpOk ¶

func (o *StoreIdPReq) GetIdpOk() (*IdentityProviderDTO, bool)

GetIdpOk returns a tuple with the Idp field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StoreIdPReq) HasIdOrName ¶ added in v0.3.0

func (o *StoreIdPReq) HasIdOrName() bool

HasIdOrName returns a boolean if a field has been set.

func (*StoreIdPReq) HasIdp ¶

func (o *StoreIdPReq) HasIdp() bool

HasIdp returns a boolean if a field has been set.

func (StoreIdPReq) MarshalJSON ¶

func (o StoreIdPReq) MarshalJSON() ([]byte, error)

func (*StoreIdPReq) SetIdOrName ¶ added in v0.3.0

func (o *StoreIdPReq) SetIdOrName(v string)

SetIdOrName gets a reference to the given string and assigns it to the IdOrName field.

func (*StoreIdPReq) SetIdp ¶

func (o *StoreIdPReq) SetIdp(v IdentityProviderDTO)

SetIdp gets a reference to the given IdentityProviderDTO and assigns it to the Idp field.

func (*StoreIdPReq) UnmarshalJSON ¶

func (o *StoreIdPReq) UnmarshalJSON(bytes []byte) (err error)

type StoreIdPRes ¶

type StoreIdPRes struct {
	Error                *string              `json:"error,omitempty"`
	Idp                  *IdentityProviderDTO `json:"idp,omitempty"`
	ValidationErrors     []string             `json:"validationErrors,omitempty"`
	AdditionalProperties map[string]interface{}
}

StoreIdPRes struct for StoreIdPRes

func NewStoreIdPRes ¶

func NewStoreIdPRes() *StoreIdPRes

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

func NewStoreIdPResWithDefaults ¶

func NewStoreIdPResWithDefaults() *StoreIdPRes

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

func (*StoreIdPRes) GetError ¶

func (o *StoreIdPRes) GetError() string

GetError returns the Error field value if set, zero value otherwise.

func (*StoreIdPRes) GetErrorOk ¶

func (o *StoreIdPRes) GetErrorOk() (*string, bool)

GetErrorOk returns a tuple with the Error field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StoreIdPRes) GetIdp ¶

func (o *StoreIdPRes) GetIdp() IdentityProviderDTO

GetIdp returns the Idp field value if set, zero value otherwise.

func (*StoreIdPRes) GetIdpOk ¶

func (o *StoreIdPRes) GetIdpOk() (*IdentityProviderDTO, bool)

GetIdpOk returns a tuple with the Idp field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StoreIdPRes) GetValidationErrors ¶

func (o *StoreIdPRes) GetValidationErrors() []string

GetValidationErrors returns the ValidationErrors field value if set, zero value otherwise.

func (*StoreIdPRes) GetValidationErrorsOk ¶

func (o *StoreIdPRes) GetValidationErrorsOk() ([]string, bool)

GetValidationErrorsOk returns a tuple with the ValidationErrors field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StoreIdPRes) HasError ¶

func (o *StoreIdPRes) HasError() bool

HasError returns a boolean if a field has been set.

func (*StoreIdPRes) HasIdp ¶

func (o *StoreIdPRes) HasIdp() bool

HasIdp returns a boolean if a field has been set.

func (*StoreIdPRes) HasValidationErrors ¶

func (o *StoreIdPRes) HasValidationErrors() bool

HasValidationErrors returns a boolean if a field has been set.

func (StoreIdPRes) MarshalJSON ¶

func (o StoreIdPRes) MarshalJSON() ([]byte, error)

func (*StoreIdPRes) SetError ¶

func (o *StoreIdPRes) SetError(v string)

SetError gets a reference to the given string and assigns it to the Error field.

func (*StoreIdPRes) SetIdp ¶

func (o *StoreIdPRes) SetIdp(v IdentityProviderDTO)

SetIdp gets a reference to the given IdentityProviderDTO and assigns it to the Idp field.

func (*StoreIdPRes) SetValidationErrors ¶

func (o *StoreIdPRes) SetValidationErrors(v []string)

SetValidationErrors gets a reference to the given []string and assigns it to the ValidationErrors field.

func (*StoreIdPRes) UnmarshalJSON ¶

func (o *StoreIdPRes) UnmarshalJSON(bytes []byte) (err error)

type StoreIdPSaml2Req ¶ added in v0.5.1

type StoreIdPSaml2Req struct {
	IdOrName             *string                           `json:"idOrName,omitempty"`
	Idp                  *ExternalSaml2IdentityProviderDTO `json:"idp,omitempty"`
	AdditionalProperties map[string]interface{}
}

StoreIdPSaml2Req struct for StoreIdPSaml2Req

func NewStoreIdPSaml2Req ¶ added in v0.5.1

func NewStoreIdPSaml2Req() *StoreIdPSaml2Req

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

func NewStoreIdPSaml2ReqWithDefaults ¶ added in v0.5.1

func NewStoreIdPSaml2ReqWithDefaults() *StoreIdPSaml2Req

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

func (*StoreIdPSaml2Req) GetIdOrName ¶ added in v0.5.1

func (o *StoreIdPSaml2Req) GetIdOrName() string

GetIdOrName returns the IdOrName field value if set, zero value otherwise.

func (*StoreIdPSaml2Req) GetIdOrNameOk ¶ added in v0.5.1

func (o *StoreIdPSaml2Req) GetIdOrNameOk() (*string, bool)

GetIdOrNameOk returns a tuple with the IdOrName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StoreIdPSaml2Req) GetIdp ¶ added in v0.5.1

GetIdp returns the Idp field value if set, zero value otherwise.

func (*StoreIdPSaml2Req) GetIdpOk ¶ added in v0.5.1

GetIdpOk returns a tuple with the Idp field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StoreIdPSaml2Req) HasIdOrName ¶ added in v0.5.1

func (o *StoreIdPSaml2Req) HasIdOrName() bool

HasIdOrName returns a boolean if a field has been set.

func (*StoreIdPSaml2Req) HasIdp ¶ added in v0.5.1

func (o *StoreIdPSaml2Req) HasIdp() bool

HasIdp returns a boolean if a field has been set.

func (StoreIdPSaml2Req) MarshalJSON ¶ added in v0.5.1

func (o StoreIdPSaml2Req) MarshalJSON() ([]byte, error)

func (*StoreIdPSaml2Req) SetIdOrName ¶ added in v0.5.1

func (o *StoreIdPSaml2Req) SetIdOrName(v string)

SetIdOrName gets a reference to the given string and assigns it to the IdOrName field.

func (*StoreIdPSaml2Req) SetIdp ¶ added in v0.5.1

SetIdp gets a reference to the given ExternalSaml2IdentityProviderDTO and assigns it to the Idp field.

func (*StoreIdPSaml2Req) UnmarshalJSON ¶ added in v0.5.1

func (o *StoreIdPSaml2Req) UnmarshalJSON(bytes []byte) (err error)

type StoreIdPSaml2Res ¶ added in v0.5.1

type StoreIdPSaml2Res struct {
	Error                *string                           `json:"error,omitempty"`
	Idp                  *ExternalSaml2IdentityProviderDTO `json:"idp,omitempty"`
	ValidationErrors     []string                          `json:"validationErrors,omitempty"`
	AdditionalProperties map[string]interface{}
}

StoreIdPSaml2Res struct for StoreIdPSaml2Res

func NewStoreIdPSaml2Res ¶ added in v0.5.1

func NewStoreIdPSaml2Res() *StoreIdPSaml2Res

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

func NewStoreIdPSaml2ResWithDefaults ¶ added in v0.5.1

func NewStoreIdPSaml2ResWithDefaults() *StoreIdPSaml2Res

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

func (*StoreIdPSaml2Res) GetError ¶ added in v0.5.1

func (o *StoreIdPSaml2Res) GetError() string

GetError returns the Error field value if set, zero value otherwise.

func (*StoreIdPSaml2Res) GetErrorOk ¶ added in v0.5.1

func (o *StoreIdPSaml2Res) GetErrorOk() (*string, bool)

GetErrorOk returns a tuple with the Error field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StoreIdPSaml2Res) GetIdp ¶ added in v0.5.1

GetIdp returns the Idp field value if set, zero value otherwise.

func (*StoreIdPSaml2Res) GetIdpOk ¶ added in v0.5.1

GetIdpOk returns a tuple with the Idp field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StoreIdPSaml2Res) GetValidationErrors ¶ added in v0.5.1

func (o *StoreIdPSaml2Res) GetValidationErrors() []string

GetValidationErrors returns the ValidationErrors field value if set, zero value otherwise.

func (*StoreIdPSaml2Res) GetValidationErrorsOk ¶ added in v0.5.1

func (o *StoreIdPSaml2Res) GetValidationErrorsOk() ([]string, bool)

GetValidationErrorsOk returns a tuple with the ValidationErrors field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StoreIdPSaml2Res) HasError ¶ added in v0.5.1

func (o *StoreIdPSaml2Res) HasError() bool

HasError returns a boolean if a field has been set.

func (*StoreIdPSaml2Res) HasIdp ¶ added in v0.5.1

func (o *StoreIdPSaml2Res) HasIdp() bool

HasIdp returns a boolean if a field has been set.

func (*StoreIdPSaml2Res) HasValidationErrors ¶ added in v0.5.1

func (o *StoreIdPSaml2Res) HasValidationErrors() bool

HasValidationErrors returns a boolean if a field has been set.

func (StoreIdPSaml2Res) MarshalJSON ¶ added in v0.5.1

func (o StoreIdPSaml2Res) MarshalJSON() ([]byte, error)

func (*StoreIdPSaml2Res) SetError ¶ added in v0.5.1

func (o *StoreIdPSaml2Res) SetError(v string)

SetError gets a reference to the given string and assigns it to the Error field.

func (*StoreIdPSaml2Res) SetIdp ¶ added in v0.5.1

SetIdp gets a reference to the given ExternalSaml2IdentityProviderDTO and assigns it to the Idp field.

func (*StoreIdPSaml2Res) SetValidationErrors ¶ added in v0.5.1

func (o *StoreIdPSaml2Res) SetValidationErrors(v []string)

SetValidationErrors gets a reference to the given []string and assigns it to the ValidationErrors field.

func (*StoreIdPSaml2Res) UnmarshalJSON ¶ added in v0.5.1

func (o *StoreIdPSaml2Res) UnmarshalJSON(bytes []byte) (err error)

type StoreIdSourceDbReq ¶

type StoreIdSourceDbReq struct {
	IdOrName             *string              `json:"idOrName,omitempty"`
	IdSourceDb           *DbIdentitySourceDTO `json:"idSourceDb,omitempty"`
	IdSourceLdap         *DbIdentitySourceDTO `json:"idSourceLdap,omitempty"`
	AdditionalProperties map[string]interface{}
}

StoreIdSourceDbReq struct for StoreIdSourceDbReq

func NewStoreIdSourceDbReq ¶

func NewStoreIdSourceDbReq() *StoreIdSourceDbReq

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

func NewStoreIdSourceDbReqWithDefaults ¶

func NewStoreIdSourceDbReqWithDefaults() *StoreIdSourceDbReq

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

func (*StoreIdSourceDbReq) GetIdOrName ¶ added in v0.3.0

func (o *StoreIdSourceDbReq) GetIdOrName() string

GetIdOrName returns the IdOrName field value if set, zero value otherwise.

func (*StoreIdSourceDbReq) GetIdOrNameOk ¶ added in v0.3.0

func (o *StoreIdSourceDbReq) GetIdOrNameOk() (*string, bool)

GetIdOrNameOk returns a tuple with the IdOrName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StoreIdSourceDbReq) GetIdSourceDb ¶

func (o *StoreIdSourceDbReq) GetIdSourceDb() DbIdentitySourceDTO

GetIdSourceDb returns the IdSourceDb field value if set, zero value otherwise.

func (*StoreIdSourceDbReq) GetIdSourceDbOk ¶

func (o *StoreIdSourceDbReq) GetIdSourceDbOk() (*DbIdentitySourceDTO, bool)

GetIdSourceDbOk returns a tuple with the IdSourceDb field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StoreIdSourceDbReq) GetIdSourceLdap ¶

func (o *StoreIdSourceDbReq) GetIdSourceLdap() DbIdentitySourceDTO

GetIdSourceLdap returns the IdSourceLdap field value if set, zero value otherwise.

func (*StoreIdSourceDbReq) GetIdSourceLdapOk ¶

func (o *StoreIdSourceDbReq) GetIdSourceLdapOk() (*DbIdentitySourceDTO, bool)

GetIdSourceLdapOk returns a tuple with the IdSourceLdap field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StoreIdSourceDbReq) HasIdOrName ¶ added in v0.3.0

func (o *StoreIdSourceDbReq) HasIdOrName() bool

HasIdOrName returns a boolean if a field has been set.

func (*StoreIdSourceDbReq) HasIdSourceDb ¶

func (o *StoreIdSourceDbReq) HasIdSourceDb() bool

HasIdSourceDb returns a boolean if a field has been set.

func (*StoreIdSourceDbReq) HasIdSourceLdap ¶

func (o *StoreIdSourceDbReq) HasIdSourceLdap() bool

HasIdSourceLdap returns a boolean if a field has been set.

func (StoreIdSourceDbReq) MarshalJSON ¶

func (o StoreIdSourceDbReq) MarshalJSON() ([]byte, error)

func (*StoreIdSourceDbReq) SetIdOrName ¶ added in v0.3.0

func (o *StoreIdSourceDbReq) SetIdOrName(v string)

SetIdOrName gets a reference to the given string and assigns it to the IdOrName field.

func (*StoreIdSourceDbReq) SetIdSourceDb ¶

func (o *StoreIdSourceDbReq) SetIdSourceDb(v DbIdentitySourceDTO)

SetIdSourceDb gets a reference to the given DbIdentitySourceDTO and assigns it to the IdSourceDb field.

func (*StoreIdSourceDbReq) SetIdSourceLdap ¶

func (o *StoreIdSourceDbReq) SetIdSourceLdap(v DbIdentitySourceDTO)

SetIdSourceLdap gets a reference to the given DbIdentitySourceDTO and assigns it to the IdSourceLdap field.

func (*StoreIdSourceDbReq) UnmarshalJSON ¶

func (o *StoreIdSourceDbReq) UnmarshalJSON(bytes []byte) (err error)

type StoreIdSourceDbRes ¶

type StoreIdSourceDbRes struct {
	Error                *string              `json:"error,omitempty"`
	IdSourceDb           *DbIdentitySourceDTO `json:"idSourceDb,omitempty"`
	ValidationErrors     []string             `json:"validationErrors,omitempty"`
	AdditionalProperties map[string]interface{}
}

StoreIdSourceDbRes struct for StoreIdSourceDbRes

func NewStoreIdSourceDbRes ¶

func NewStoreIdSourceDbRes() *StoreIdSourceDbRes

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

func NewStoreIdSourceDbResWithDefaults ¶

func NewStoreIdSourceDbResWithDefaults() *StoreIdSourceDbRes

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

func (*StoreIdSourceDbRes) GetError ¶

func (o *StoreIdSourceDbRes) GetError() string

GetError returns the Error field value if set, zero value otherwise.

func (*StoreIdSourceDbRes) GetErrorOk ¶

func (o *StoreIdSourceDbRes) GetErrorOk() (*string, bool)

GetErrorOk returns a tuple with the Error field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StoreIdSourceDbRes) GetIdSourceDb ¶

func (o *StoreIdSourceDbRes) GetIdSourceDb() DbIdentitySourceDTO

GetIdSourceDb returns the IdSourceDb field value if set, zero value otherwise.

func (*StoreIdSourceDbRes) GetIdSourceDbOk ¶

func (o *StoreIdSourceDbRes) GetIdSourceDbOk() (*DbIdentitySourceDTO, bool)

GetIdSourceDbOk returns a tuple with the IdSourceDb field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StoreIdSourceDbRes) GetValidationErrors ¶

func (o *StoreIdSourceDbRes) GetValidationErrors() []string

GetValidationErrors returns the ValidationErrors field value if set, zero value otherwise.

func (*StoreIdSourceDbRes) GetValidationErrorsOk ¶

func (o *StoreIdSourceDbRes) GetValidationErrorsOk() ([]string, bool)

GetValidationErrorsOk returns a tuple with the ValidationErrors field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StoreIdSourceDbRes) HasError ¶

func (o *StoreIdSourceDbRes) HasError() bool

HasError returns a boolean if a field has been set.

func (*StoreIdSourceDbRes) HasIdSourceDb ¶

func (o *StoreIdSourceDbRes) HasIdSourceDb() bool

HasIdSourceDb returns a boolean if a field has been set.

func (*StoreIdSourceDbRes) HasValidationErrors ¶

func (o *StoreIdSourceDbRes) HasValidationErrors() bool

HasValidationErrors returns a boolean if a field has been set.

func (StoreIdSourceDbRes) MarshalJSON ¶

func (o StoreIdSourceDbRes) MarshalJSON() ([]byte, error)

func (*StoreIdSourceDbRes) SetError ¶

func (o *StoreIdSourceDbRes) SetError(v string)

SetError gets a reference to the given string and assigns it to the Error field.

func (*StoreIdSourceDbRes) SetIdSourceDb ¶

func (o *StoreIdSourceDbRes) SetIdSourceDb(v DbIdentitySourceDTO)

SetIdSourceDb gets a reference to the given DbIdentitySourceDTO and assigns it to the IdSourceDb field.

func (*StoreIdSourceDbRes) SetValidationErrors ¶

func (o *StoreIdSourceDbRes) SetValidationErrors(v []string)

SetValidationErrors gets a reference to the given []string and assigns it to the ValidationErrors field.

func (*StoreIdSourceDbRes) UnmarshalJSON ¶

func (o *StoreIdSourceDbRes) UnmarshalJSON(bytes []byte) (err error)

type StoreIdSourceLdapReq ¶

type StoreIdSourceLdapReq struct {
	IdOrName             *string                `json:"idOrName,omitempty"`
	IdSourceLdap         *LdapIdentitySourceDTO `json:"idSourceLdap,omitempty"`
	AdditionalProperties map[string]interface{}
}

StoreIdSourceLdapReq struct for StoreIdSourceLdapReq

func NewStoreIdSourceLdapReq ¶

func NewStoreIdSourceLdapReq() *StoreIdSourceLdapReq

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

func NewStoreIdSourceLdapReqWithDefaults ¶

func NewStoreIdSourceLdapReqWithDefaults() *StoreIdSourceLdapReq

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

func (*StoreIdSourceLdapReq) GetIdOrName ¶ added in v0.3.0

func (o *StoreIdSourceLdapReq) GetIdOrName() string

GetIdOrName returns the IdOrName field value if set, zero value otherwise.

func (*StoreIdSourceLdapReq) GetIdOrNameOk ¶ added in v0.3.0

func (o *StoreIdSourceLdapReq) GetIdOrNameOk() (*string, bool)

GetIdOrNameOk returns a tuple with the IdOrName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StoreIdSourceLdapReq) GetIdSourceLdap ¶

func (o *StoreIdSourceLdapReq) GetIdSourceLdap() LdapIdentitySourceDTO

GetIdSourceLdap returns the IdSourceLdap field value if set, zero value otherwise.

func (*StoreIdSourceLdapReq) GetIdSourceLdapOk ¶

func (o *StoreIdSourceLdapReq) GetIdSourceLdapOk() (*LdapIdentitySourceDTO, bool)

GetIdSourceLdapOk returns a tuple with the IdSourceLdap field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StoreIdSourceLdapReq) HasIdOrName ¶ added in v0.3.0

func (o *StoreIdSourceLdapReq) HasIdOrName() bool

HasIdOrName returns a boolean if a field has been set.

func (*StoreIdSourceLdapReq) HasIdSourceLdap ¶

func (o *StoreIdSourceLdapReq) HasIdSourceLdap() bool

HasIdSourceLdap returns a boolean if a field has been set.

func (StoreIdSourceLdapReq) MarshalJSON ¶

func (o StoreIdSourceLdapReq) MarshalJSON() ([]byte, error)

func (*StoreIdSourceLdapReq) SetIdOrName ¶ added in v0.3.0

func (o *StoreIdSourceLdapReq) SetIdOrName(v string)

SetIdOrName gets a reference to the given string and assigns it to the IdOrName field.

func (*StoreIdSourceLdapReq) SetIdSourceLdap ¶

func (o *StoreIdSourceLdapReq) SetIdSourceLdap(v LdapIdentitySourceDTO)

SetIdSourceLdap gets a reference to the given LdapIdentitySourceDTO and assigns it to the IdSourceLdap field.

func (*StoreIdSourceLdapReq) UnmarshalJSON ¶

func (o *StoreIdSourceLdapReq) UnmarshalJSON(bytes []byte) (err error)

type StoreIdSourceLdapRes ¶

type StoreIdSourceLdapRes struct {
	Error                *string                `json:"error,omitempty"`
	IdSourceLdap         *LdapIdentitySourceDTO `json:"idSourceLdap,omitempty"`
	ValidationErrors     []string               `json:"validationErrors,omitempty"`
	AdditionalProperties map[string]interface{}
}

StoreIdSourceLdapRes struct for StoreIdSourceLdapRes

func NewStoreIdSourceLdapRes ¶

func NewStoreIdSourceLdapRes() *StoreIdSourceLdapRes

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

func NewStoreIdSourceLdapResWithDefaults ¶

func NewStoreIdSourceLdapResWithDefaults() *StoreIdSourceLdapRes

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

func (*StoreIdSourceLdapRes) GetError ¶

func (o *StoreIdSourceLdapRes) GetError() string

GetError returns the Error field value if set, zero value otherwise.

func (*StoreIdSourceLdapRes) GetErrorOk ¶

func (o *StoreIdSourceLdapRes) GetErrorOk() (*string, bool)

GetErrorOk returns a tuple with the Error field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StoreIdSourceLdapRes) GetIdSourceLdap ¶

func (o *StoreIdSourceLdapRes) GetIdSourceLdap() LdapIdentitySourceDTO

GetIdSourceLdap returns the IdSourceLdap field value if set, zero value otherwise.

func (*StoreIdSourceLdapRes) GetIdSourceLdapOk ¶

func (o *StoreIdSourceLdapRes) GetIdSourceLdapOk() (*LdapIdentitySourceDTO, bool)

GetIdSourceLdapOk returns a tuple with the IdSourceLdap field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StoreIdSourceLdapRes) GetValidationErrors ¶

func (o *StoreIdSourceLdapRes) GetValidationErrors() []string

GetValidationErrors returns the ValidationErrors field value if set, zero value otherwise.

func (*StoreIdSourceLdapRes) GetValidationErrorsOk ¶

func (o *StoreIdSourceLdapRes) GetValidationErrorsOk() ([]string, bool)

GetValidationErrorsOk returns a tuple with the ValidationErrors field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StoreIdSourceLdapRes) HasError ¶

func (o *StoreIdSourceLdapRes) HasError() bool

HasError returns a boolean if a field has been set.

func (*StoreIdSourceLdapRes) HasIdSourceLdap ¶

func (o *StoreIdSourceLdapRes) HasIdSourceLdap() bool

HasIdSourceLdap returns a boolean if a field has been set.

func (*StoreIdSourceLdapRes) HasValidationErrors ¶

func (o *StoreIdSourceLdapRes) HasValidationErrors() bool

HasValidationErrors returns a boolean if a field has been set.

func (StoreIdSourceLdapRes) MarshalJSON ¶

func (o StoreIdSourceLdapRes) MarshalJSON() ([]byte, error)

func (*StoreIdSourceLdapRes) SetError ¶

func (o *StoreIdSourceLdapRes) SetError(v string)

SetError gets a reference to the given string and assigns it to the Error field.

func (*StoreIdSourceLdapRes) SetIdSourceLdap ¶

func (o *StoreIdSourceLdapRes) SetIdSourceLdap(v LdapIdentitySourceDTO)

SetIdSourceLdap gets a reference to the given LdapIdentitySourceDTO and assigns it to the IdSourceLdap field.

func (*StoreIdSourceLdapRes) SetValidationErrors ¶

func (o *StoreIdSourceLdapRes) SetValidationErrors(v []string)

SetValidationErrors gets a reference to the given []string and assigns it to the ValidationErrors field.

func (*StoreIdSourceLdapRes) UnmarshalJSON ¶

func (o *StoreIdSourceLdapRes) UnmarshalJSON(bytes []byte) (err error)

type StoreIdVaultReq ¶

type StoreIdVaultReq struct {
	IdOrName             *string                   `json:"idOrName,omitempty"`
	IdVault              *EmbeddedIdentityVaultDTO `json:"idVault,omitempty"`
	AdditionalProperties map[string]interface{}
}

StoreIdVaultReq struct for StoreIdVaultReq

func NewStoreIdVaultReq ¶

func NewStoreIdVaultReq() *StoreIdVaultReq

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

func NewStoreIdVaultReqWithDefaults ¶

func NewStoreIdVaultReqWithDefaults() *StoreIdVaultReq

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

func (*StoreIdVaultReq) GetIdOrName ¶ added in v0.3.0

func (o *StoreIdVaultReq) GetIdOrName() string

GetIdOrName returns the IdOrName field value if set, zero value otherwise.

func (*StoreIdVaultReq) GetIdOrNameOk ¶ added in v0.3.0

func (o *StoreIdVaultReq) GetIdOrNameOk() (*string, bool)

GetIdOrNameOk returns a tuple with the IdOrName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StoreIdVaultReq) GetIdVault ¶

func (o *StoreIdVaultReq) GetIdVault() EmbeddedIdentityVaultDTO

GetIdVault returns the IdVault field value if set, zero value otherwise.

func (*StoreIdVaultReq) GetIdVaultOk ¶

func (o *StoreIdVaultReq) GetIdVaultOk() (*EmbeddedIdentityVaultDTO, bool)

GetIdVaultOk returns a tuple with the IdVault field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StoreIdVaultReq) HasIdOrName ¶ added in v0.3.0

func (o *StoreIdVaultReq) HasIdOrName() bool

HasIdOrName returns a boolean if a field has been set.

func (*StoreIdVaultReq) HasIdVault ¶

func (o *StoreIdVaultReq) HasIdVault() bool

HasIdVault returns a boolean if a field has been set.

func (StoreIdVaultReq) MarshalJSON ¶

func (o StoreIdVaultReq) MarshalJSON() ([]byte, error)

func (*StoreIdVaultReq) SetIdOrName ¶ added in v0.3.0

func (o *StoreIdVaultReq) SetIdOrName(v string)

SetIdOrName gets a reference to the given string and assigns it to the IdOrName field.

func (*StoreIdVaultReq) SetIdVault ¶

func (o *StoreIdVaultReq) SetIdVault(v EmbeddedIdentityVaultDTO)

SetIdVault gets a reference to the given EmbeddedIdentityVaultDTO and assigns it to the IdVault field.

func (*StoreIdVaultReq) UnmarshalJSON ¶

func (o *StoreIdVaultReq) UnmarshalJSON(bytes []byte) (err error)

type StoreIdVaultRes ¶

type StoreIdVaultRes struct {
	Error                *string                   `json:"error,omitempty"`
	IdVault              *EmbeddedIdentityVaultDTO `json:"idVault,omitempty"`
	ValidationErrors     []string                  `json:"validationErrors,omitempty"`
	AdditionalProperties map[string]interface{}
}

StoreIdVaultRes struct for StoreIdVaultRes

func NewStoreIdVaultRes ¶

func NewStoreIdVaultRes() *StoreIdVaultRes

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

func NewStoreIdVaultResWithDefaults ¶

func NewStoreIdVaultResWithDefaults() *StoreIdVaultRes

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

func (*StoreIdVaultRes) GetError ¶

func (o *StoreIdVaultRes) GetError() string

GetError returns the Error field value if set, zero value otherwise.

func (*StoreIdVaultRes) GetErrorOk ¶

func (o *StoreIdVaultRes) GetErrorOk() (*string, bool)

GetErrorOk returns a tuple with the Error field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StoreIdVaultRes) GetIdVault ¶

func (o *StoreIdVaultRes) GetIdVault() EmbeddedIdentityVaultDTO

GetIdVault returns the IdVault field value if set, zero value otherwise.

func (*StoreIdVaultRes) GetIdVaultOk ¶

func (o *StoreIdVaultRes) GetIdVaultOk() (*EmbeddedIdentityVaultDTO, bool)

GetIdVaultOk returns a tuple with the IdVault field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StoreIdVaultRes) GetValidationErrors ¶

func (o *StoreIdVaultRes) GetValidationErrors() []string

GetValidationErrors returns the ValidationErrors field value if set, zero value otherwise.

func (*StoreIdVaultRes) GetValidationErrorsOk ¶

func (o *StoreIdVaultRes) GetValidationErrorsOk() ([]string, bool)

GetValidationErrorsOk returns a tuple with the ValidationErrors field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StoreIdVaultRes) HasError ¶

func (o *StoreIdVaultRes) HasError() bool

HasError returns a boolean if a field has been set.

func (*StoreIdVaultRes) HasIdVault ¶

func (o *StoreIdVaultRes) HasIdVault() bool

HasIdVault returns a boolean if a field has been set.

func (*StoreIdVaultRes) HasValidationErrors ¶

func (o *StoreIdVaultRes) HasValidationErrors() bool

HasValidationErrors returns a boolean if a field has been set.

func (StoreIdVaultRes) MarshalJSON ¶

func (o StoreIdVaultRes) MarshalJSON() ([]byte, error)

func (*StoreIdVaultRes) SetError ¶

func (o *StoreIdVaultRes) SetError(v string)

SetError gets a reference to the given string and assigns it to the Error field.

func (*StoreIdVaultRes) SetIdVault ¶

func (o *StoreIdVaultRes) SetIdVault(v EmbeddedIdentityVaultDTO)

SetIdVault gets a reference to the given EmbeddedIdentityVaultDTO and assigns it to the IdVault field.

func (*StoreIdVaultRes) SetValidationErrors ¶

func (o *StoreIdVaultRes) SetValidationErrors(v []string)

SetValidationErrors gets a reference to the given []string and assigns it to the ValidationErrors field.

func (*StoreIdVaultRes) UnmarshalJSON ¶

func (o *StoreIdVaultRes) UnmarshalJSON(bytes []byte) (err error)

type StoreIdpAzureReq ¶ added in v0.2.2

type StoreIdpAzureReq struct {
	IdOrName             *string                                `json:"idOrName,omitempty"`
	Idp                  *AzureOpenIDConnectIdentityProviderDTO `json:"idp,omitempty"`
	AdditionalProperties map[string]interface{}
}

StoreIdpAzureReq struct for StoreIdpAzureReq

func NewStoreIdpAzureReq ¶ added in v0.2.2

func NewStoreIdpAzureReq() *StoreIdpAzureReq

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

func NewStoreIdpAzureReqWithDefaults ¶ added in v0.2.2

func NewStoreIdpAzureReqWithDefaults() *StoreIdpAzureReq

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

func (*StoreIdpAzureReq) GetIdOrName ¶ added in v0.3.0

func (o *StoreIdpAzureReq) GetIdOrName() string

GetIdOrName returns the IdOrName field value if set, zero value otherwise.

func (*StoreIdpAzureReq) GetIdOrNameOk ¶ added in v0.3.0

func (o *StoreIdpAzureReq) GetIdOrNameOk() (*string, bool)

GetIdOrNameOk returns a tuple with the IdOrName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StoreIdpAzureReq) GetIdp ¶ added in v0.2.2

GetIdp returns the Idp field value if set, zero value otherwise.

func (*StoreIdpAzureReq) GetIdpOk ¶ added in v0.2.2

GetIdpOk returns a tuple with the Idp field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StoreIdpAzureReq) HasIdOrName ¶ added in v0.3.0

func (o *StoreIdpAzureReq) HasIdOrName() bool

HasIdOrName returns a boolean if a field has been set.

func (*StoreIdpAzureReq) HasIdp ¶ added in v0.2.2

func (o *StoreIdpAzureReq) HasIdp() bool

HasIdp returns a boolean if a field has been set.

func (StoreIdpAzureReq) MarshalJSON ¶ added in v0.2.2

func (o StoreIdpAzureReq) MarshalJSON() ([]byte, error)

func (*StoreIdpAzureReq) SetIdOrName ¶ added in v0.3.0

func (o *StoreIdpAzureReq) SetIdOrName(v string)

SetIdOrName gets a reference to the given string and assigns it to the IdOrName field.

func (*StoreIdpAzureReq) SetIdp ¶ added in v0.2.2

SetIdp gets a reference to the given AzureOpenIDConnectIdentityProviderDTO and assigns it to the Idp field.

func (*StoreIdpAzureReq) UnmarshalJSON ¶ added in v0.2.2

func (o *StoreIdpAzureReq) UnmarshalJSON(bytes []byte) (err error)

type StoreIdpAzureRes ¶ added in v0.2.2

type StoreIdpAzureRes struct {
	Error                *string                                `json:"error,omitempty"`
	Idp                  *AzureOpenIDConnectIdentityProviderDTO `json:"idp,omitempty"`
	ValidationErrors     []string                               `json:"validationErrors,omitempty"`
	AdditionalProperties map[string]interface{}
}

StoreIdpAzureRes struct for StoreIdpAzureRes

func NewStoreIdpAzureRes ¶ added in v0.2.2

func NewStoreIdpAzureRes() *StoreIdpAzureRes

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

func NewStoreIdpAzureResWithDefaults ¶ added in v0.2.2

func NewStoreIdpAzureResWithDefaults() *StoreIdpAzureRes

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

func (*StoreIdpAzureRes) GetError ¶ added in v0.2.2

func (o *StoreIdpAzureRes) GetError() string

GetError returns the Error field value if set, zero value otherwise.

func (*StoreIdpAzureRes) GetErrorOk ¶ added in v0.2.2

func (o *StoreIdpAzureRes) GetErrorOk() (*string, bool)

GetErrorOk returns a tuple with the Error field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StoreIdpAzureRes) GetIdp ¶ added in v0.2.2

GetIdp returns the Idp field value if set, zero value otherwise.

func (*StoreIdpAzureRes) GetIdpOk ¶ added in v0.2.2

GetIdpOk returns a tuple with the Idp field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StoreIdpAzureRes) GetValidationErrors ¶ added in v0.2.2

func (o *StoreIdpAzureRes) GetValidationErrors() []string

GetValidationErrors returns the ValidationErrors field value if set, zero value otherwise.

func (*StoreIdpAzureRes) GetValidationErrorsOk ¶ added in v0.2.2

func (o *StoreIdpAzureRes) GetValidationErrorsOk() ([]string, bool)

GetValidationErrorsOk returns a tuple with the ValidationErrors field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StoreIdpAzureRes) HasError ¶ added in v0.2.2

func (o *StoreIdpAzureRes) HasError() bool

HasError returns a boolean if a field has been set.

func (*StoreIdpAzureRes) HasIdp ¶ added in v0.2.2

func (o *StoreIdpAzureRes) HasIdp() bool

HasIdp returns a boolean if a field has been set.

func (*StoreIdpAzureRes) HasValidationErrors ¶ added in v0.2.2

func (o *StoreIdpAzureRes) HasValidationErrors() bool

HasValidationErrors returns a boolean if a field has been set.

func (StoreIdpAzureRes) MarshalJSON ¶ added in v0.2.2

func (o StoreIdpAzureRes) MarshalJSON() ([]byte, error)

func (*StoreIdpAzureRes) SetError ¶ added in v0.2.2

func (o *StoreIdpAzureRes) SetError(v string)

SetError gets a reference to the given string and assigns it to the Error field.

func (*StoreIdpAzureRes) SetIdp ¶ added in v0.2.2

SetIdp gets a reference to the given AzureOpenIDConnectIdentityProviderDTO and assigns it to the Idp field.

func (*StoreIdpAzureRes) SetValidationErrors ¶ added in v0.2.2

func (o *StoreIdpAzureRes) SetValidationErrors(v []string)

SetValidationErrors gets a reference to the given []string and assigns it to the ValidationErrors field.

func (*StoreIdpAzureRes) UnmarshalJSON ¶ added in v0.2.2

func (o *StoreIdpAzureRes) UnmarshalJSON(bytes []byte) (err error)

type StoreIdpFacebookReq ¶ added in v0.2.2

type StoreIdpFacebookReq struct {
	IdOrName             *string                                   `json:"idOrName,omitempty"`
	Idp                  *FacebookOpenIDConnectIdentityProviderDTO `json:"idp,omitempty"`
	AdditionalProperties map[string]interface{}
}

StoreIdpFacebookReq struct for StoreIdpFacebookReq

func NewStoreIdpFacebookReq ¶ added in v0.2.2

func NewStoreIdpFacebookReq() *StoreIdpFacebookReq

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

func NewStoreIdpFacebookReqWithDefaults ¶ added in v0.2.2

func NewStoreIdpFacebookReqWithDefaults() *StoreIdpFacebookReq

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

func (*StoreIdpFacebookReq) GetIdOrName ¶ added in v0.3.0

func (o *StoreIdpFacebookReq) GetIdOrName() string

GetIdOrName returns the IdOrName field value if set, zero value otherwise.

func (*StoreIdpFacebookReq) GetIdOrNameOk ¶ added in v0.3.0

func (o *StoreIdpFacebookReq) GetIdOrNameOk() (*string, bool)

GetIdOrNameOk returns a tuple with the IdOrName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StoreIdpFacebookReq) GetIdp ¶ added in v0.2.2

GetIdp returns the Idp field value if set, zero value otherwise.

func (*StoreIdpFacebookReq) GetIdpOk ¶ added in v0.2.2

GetIdpOk returns a tuple with the Idp field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StoreIdpFacebookReq) HasIdOrName ¶ added in v0.3.0

func (o *StoreIdpFacebookReq) HasIdOrName() bool

HasIdOrName returns a boolean if a field has been set.

func (*StoreIdpFacebookReq) HasIdp ¶ added in v0.2.2

func (o *StoreIdpFacebookReq) HasIdp() bool

HasIdp returns a boolean if a field has been set.

func (StoreIdpFacebookReq) MarshalJSON ¶ added in v0.2.2

func (o StoreIdpFacebookReq) MarshalJSON() ([]byte, error)

func (*StoreIdpFacebookReq) SetIdOrName ¶ added in v0.3.0

func (o *StoreIdpFacebookReq) SetIdOrName(v string)

SetIdOrName gets a reference to the given string and assigns it to the IdOrName field.

func (*StoreIdpFacebookReq) SetIdp ¶ added in v0.2.2

SetIdp gets a reference to the given FacebookOpenIDConnectIdentityProviderDTO and assigns it to the Idp field.

func (*StoreIdpFacebookReq) UnmarshalJSON ¶ added in v0.2.2

func (o *StoreIdpFacebookReq) UnmarshalJSON(bytes []byte) (err error)

type StoreIdpFacebookRes ¶ added in v0.2.2

type StoreIdpFacebookRes struct {
	Error                *string                                   `json:"error,omitempty"`
	Idp                  *FacebookOpenIDConnectIdentityProviderDTO `json:"idp,omitempty"`
	ValidationErrors     []string                                  `json:"validationErrors,omitempty"`
	AdditionalProperties map[string]interface{}
}

StoreIdpFacebookRes struct for StoreIdpFacebookRes

func NewStoreIdpFacebookRes ¶ added in v0.2.2

func NewStoreIdpFacebookRes() *StoreIdpFacebookRes

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

func NewStoreIdpFacebookResWithDefaults ¶ added in v0.2.2

func NewStoreIdpFacebookResWithDefaults() *StoreIdpFacebookRes

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

func (*StoreIdpFacebookRes) GetError ¶ added in v0.2.2

func (o *StoreIdpFacebookRes) GetError() string

GetError returns the Error field value if set, zero value otherwise.

func (*StoreIdpFacebookRes) GetErrorOk ¶ added in v0.2.2

func (o *StoreIdpFacebookRes) GetErrorOk() (*string, bool)

GetErrorOk returns a tuple with the Error field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StoreIdpFacebookRes) GetIdp ¶ added in v0.2.2

GetIdp returns the Idp field value if set, zero value otherwise.

func (*StoreIdpFacebookRes) GetIdpOk ¶ added in v0.2.2

GetIdpOk returns a tuple with the Idp field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StoreIdpFacebookRes) GetValidationErrors ¶ added in v0.2.2

func (o *StoreIdpFacebookRes) GetValidationErrors() []string

GetValidationErrors returns the ValidationErrors field value if set, zero value otherwise.

func (*StoreIdpFacebookRes) GetValidationErrorsOk ¶ added in v0.2.2

func (o *StoreIdpFacebookRes) GetValidationErrorsOk() ([]string, bool)

GetValidationErrorsOk returns a tuple with the ValidationErrors field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StoreIdpFacebookRes) HasError ¶ added in v0.2.2

func (o *StoreIdpFacebookRes) HasError() bool

HasError returns a boolean if a field has been set.

func (*StoreIdpFacebookRes) HasIdp ¶ added in v0.2.2

func (o *StoreIdpFacebookRes) HasIdp() bool

HasIdp returns a boolean if a field has been set.

func (*StoreIdpFacebookRes) HasValidationErrors ¶ added in v0.2.2

func (o *StoreIdpFacebookRes) HasValidationErrors() bool

HasValidationErrors returns a boolean if a field has been set.

func (StoreIdpFacebookRes) MarshalJSON ¶ added in v0.2.2

func (o StoreIdpFacebookRes) MarshalJSON() ([]byte, error)

func (*StoreIdpFacebookRes) SetError ¶ added in v0.2.2

func (o *StoreIdpFacebookRes) SetError(v string)

SetError gets a reference to the given string and assigns it to the Error field.

func (*StoreIdpFacebookRes) SetIdp ¶ added in v0.2.2

SetIdp gets a reference to the given FacebookOpenIDConnectIdentityProviderDTO and assigns it to the Idp field.

func (*StoreIdpFacebookRes) SetValidationErrors ¶ added in v0.2.2

func (o *StoreIdpFacebookRes) SetValidationErrors(v []string)

SetValidationErrors gets a reference to the given []string and assigns it to the ValidationErrors field.

func (*StoreIdpFacebookRes) UnmarshalJSON ¶ added in v0.2.2

func (o *StoreIdpFacebookRes) UnmarshalJSON(bytes []byte) (err error)

type StoreIdpGoogleReq ¶ added in v0.2.2

type StoreIdpGoogleReq struct {
	IdOrName             *string                                 `json:"idOrName,omitempty"`
	Idp                  *GoogleOpenIDConnectIdentityProviderDTO `json:"idp,omitempty"`
	AdditionalProperties map[string]interface{}
}

StoreIdpGoogleReq struct for StoreIdpGoogleReq

func NewStoreIdpGoogleReq ¶ added in v0.2.2

func NewStoreIdpGoogleReq() *StoreIdpGoogleReq

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

func NewStoreIdpGoogleReqWithDefaults ¶ added in v0.2.2

func NewStoreIdpGoogleReqWithDefaults() *StoreIdpGoogleReq

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

func (*StoreIdpGoogleReq) GetIdOrName ¶ added in v0.3.0

func (o *StoreIdpGoogleReq) GetIdOrName() string

GetIdOrName returns the IdOrName field value if set, zero value otherwise.

func (*StoreIdpGoogleReq) GetIdOrNameOk ¶ added in v0.3.0

func (o *StoreIdpGoogleReq) GetIdOrNameOk() (*string, bool)

GetIdOrNameOk returns a tuple with the IdOrName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StoreIdpGoogleReq) GetIdp ¶ added in v0.2.2

GetIdp returns the Idp field value if set, zero value otherwise.

func (*StoreIdpGoogleReq) GetIdpOk ¶ added in v0.2.2

GetIdpOk returns a tuple with the Idp field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StoreIdpGoogleReq) HasIdOrName ¶ added in v0.3.0

func (o *StoreIdpGoogleReq) HasIdOrName() bool

HasIdOrName returns a boolean if a field has been set.

func (*StoreIdpGoogleReq) HasIdp ¶ added in v0.2.2

func (o *StoreIdpGoogleReq) HasIdp() bool

HasIdp returns a boolean if a field has been set.

func (StoreIdpGoogleReq) MarshalJSON ¶ added in v0.2.2

func (o StoreIdpGoogleReq) MarshalJSON() ([]byte, error)

func (*StoreIdpGoogleReq) SetIdOrName ¶ added in v0.3.0

func (o *StoreIdpGoogleReq) SetIdOrName(v string)

SetIdOrName gets a reference to the given string and assigns it to the IdOrName field.

func (*StoreIdpGoogleReq) SetIdp ¶ added in v0.2.2

SetIdp gets a reference to the given GoogleOpenIDConnectIdentityProviderDTO and assigns it to the Idp field.

func (*StoreIdpGoogleReq) UnmarshalJSON ¶ added in v0.2.2

func (o *StoreIdpGoogleReq) UnmarshalJSON(bytes []byte) (err error)

type StoreIdpGoogleRes ¶ added in v0.2.2

type StoreIdpGoogleRes struct {
	Error                *string                                 `json:"error,omitempty"`
	Idp                  *GoogleOpenIDConnectIdentityProviderDTO `json:"idp,omitempty"`
	ValidationErrors     []string                                `json:"validationErrors,omitempty"`
	AdditionalProperties map[string]interface{}
}

StoreIdpGoogleRes struct for StoreIdpGoogleRes

func NewStoreIdpGoogleRes ¶ added in v0.2.2

func NewStoreIdpGoogleRes() *StoreIdpGoogleRes

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

func NewStoreIdpGoogleResWithDefaults ¶ added in v0.2.2

func NewStoreIdpGoogleResWithDefaults() *StoreIdpGoogleRes

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

func (*StoreIdpGoogleRes) GetError ¶ added in v0.2.2

func (o *StoreIdpGoogleRes) GetError() string

GetError returns the Error field value if set, zero value otherwise.

func (*StoreIdpGoogleRes) GetErrorOk ¶ added in v0.2.2

func (o *StoreIdpGoogleRes) GetErrorOk() (*string, bool)

GetErrorOk returns a tuple with the Error field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StoreIdpGoogleRes) GetIdp ¶ added in v0.2.2

GetIdp returns the Idp field value if set, zero value otherwise.

func (*StoreIdpGoogleRes) GetIdpOk ¶ added in v0.2.2

GetIdpOk returns a tuple with the Idp field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StoreIdpGoogleRes) GetValidationErrors ¶ added in v0.2.2

func (o *StoreIdpGoogleRes) GetValidationErrors() []string

GetValidationErrors returns the ValidationErrors field value if set, zero value otherwise.

func (*StoreIdpGoogleRes) GetValidationErrorsOk ¶ added in v0.2.2

func (o *StoreIdpGoogleRes) GetValidationErrorsOk() ([]string, bool)

GetValidationErrorsOk returns a tuple with the ValidationErrors field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StoreIdpGoogleRes) HasError ¶ added in v0.2.2

func (o *StoreIdpGoogleRes) HasError() bool

HasError returns a boolean if a field has been set.

func (*StoreIdpGoogleRes) HasIdp ¶ added in v0.2.2

func (o *StoreIdpGoogleRes) HasIdp() bool

HasIdp returns a boolean if a field has been set.

func (*StoreIdpGoogleRes) HasValidationErrors ¶ added in v0.2.2

func (o *StoreIdpGoogleRes) HasValidationErrors() bool

HasValidationErrors returns a boolean if a field has been set.

func (StoreIdpGoogleRes) MarshalJSON ¶ added in v0.2.2

func (o StoreIdpGoogleRes) MarshalJSON() ([]byte, error)

func (*StoreIdpGoogleRes) SetError ¶ added in v0.2.2

func (o *StoreIdpGoogleRes) SetError(v string)

SetError gets a reference to the given string and assigns it to the Error field.

func (*StoreIdpGoogleRes) SetIdp ¶ added in v0.2.2

SetIdp gets a reference to the given GoogleOpenIDConnectIdentityProviderDTO and assigns it to the Idp field.

func (*StoreIdpGoogleRes) SetValidationErrors ¶ added in v0.2.2

func (o *StoreIdpGoogleRes) SetValidationErrors(v []string)

SetValidationErrors gets a reference to the given []string and assigns it to the ValidationErrors field.

func (*StoreIdpGoogleRes) UnmarshalJSON ¶ added in v0.2.2

func (o *StoreIdpGoogleRes) UnmarshalJSON(bytes []byte) (err error)

type StoreIisExecEnvReq ¶ added in v0.1.1

type StoreIisExecEnvReq struct {
	IdOrName             *string                            `json:"idOrName,omitempty"`
	IisExecEnv           *WindowsIISExecutionEnvironmentDTO `json:"iisExecEnv,omitempty"`
	AdditionalProperties map[string]interface{}
}

StoreIisExecEnvReq struct for StoreIisExecEnvReq

func NewStoreIisExecEnvReq ¶ added in v0.1.1

func NewStoreIisExecEnvReq() *StoreIisExecEnvReq

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

func NewStoreIisExecEnvReqWithDefaults ¶ added in v0.1.1

func NewStoreIisExecEnvReqWithDefaults() *StoreIisExecEnvReq

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

func (*StoreIisExecEnvReq) GetIdOrName ¶ added in v0.3.0

func (o *StoreIisExecEnvReq) GetIdOrName() string

GetIdOrName returns the IdOrName field value if set, zero value otherwise.

func (*StoreIisExecEnvReq) GetIdOrNameOk ¶ added in v0.3.0

func (o *StoreIisExecEnvReq) GetIdOrNameOk() (*string, bool)

GetIdOrNameOk returns a tuple with the IdOrName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StoreIisExecEnvReq) GetIisExecEnv ¶ added in v0.1.1

GetIisExecEnv returns the IisExecEnv field value if set, zero value otherwise.

func (*StoreIisExecEnvReq) GetIisExecEnvOk ¶ added in v0.1.1

GetIisExecEnvOk returns a tuple with the IisExecEnv field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StoreIisExecEnvReq) HasIdOrName ¶ added in v0.3.0

func (o *StoreIisExecEnvReq) HasIdOrName() bool

HasIdOrName returns a boolean if a field has been set.

func (*StoreIisExecEnvReq) HasIisExecEnv ¶ added in v0.1.1

func (o *StoreIisExecEnvReq) HasIisExecEnv() bool

HasIisExecEnv returns a boolean if a field has been set.

func (StoreIisExecEnvReq) MarshalJSON ¶ added in v0.1.1

func (o StoreIisExecEnvReq) MarshalJSON() ([]byte, error)

func (*StoreIisExecEnvReq) SetIdOrName ¶ added in v0.3.0

func (o *StoreIisExecEnvReq) SetIdOrName(v string)

SetIdOrName gets a reference to the given string and assigns it to the IdOrName field.

func (*StoreIisExecEnvReq) SetIisExecEnv ¶ added in v0.1.1

SetIisExecEnv gets a reference to the given WindowsIISExecutionEnvironmentDTO and assigns it to the IisExecEnv field.

func (*StoreIisExecEnvReq) UnmarshalJSON ¶ added in v0.1.1

func (o *StoreIisExecEnvReq) UnmarshalJSON(bytes []byte) (err error)

type StoreIisExecEnvRes ¶ added in v0.1.1

type StoreIisExecEnvRes struct {
	Error                *string                            `json:"error,omitempty"`
	IisExecEnv           *WindowsIISExecutionEnvironmentDTO `json:"iisExecEnv,omitempty"`
	ValidationErrors     []string                           `json:"validationErrors,omitempty"`
	AdditionalProperties map[string]interface{}
}

StoreIisExecEnvRes struct for StoreIisExecEnvRes

func NewStoreIisExecEnvRes ¶ added in v0.1.1

func NewStoreIisExecEnvRes() *StoreIisExecEnvRes

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

func NewStoreIisExecEnvResWithDefaults ¶ added in v0.1.1

func NewStoreIisExecEnvResWithDefaults() *StoreIisExecEnvRes

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

func (*StoreIisExecEnvRes) GetError ¶ added in v0.1.1

func (o *StoreIisExecEnvRes) GetError() string

GetError returns the Error field value if set, zero value otherwise.

func (*StoreIisExecEnvRes) GetErrorOk ¶ added in v0.1.1

func (o *StoreIisExecEnvRes) GetErrorOk() (*string, bool)

GetErrorOk returns a tuple with the Error field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StoreIisExecEnvRes) GetIisExecEnv ¶ added in v0.1.1

GetIisExecEnv returns the IisExecEnv field value if set, zero value otherwise.

func (*StoreIisExecEnvRes) GetIisExecEnvOk ¶ added in v0.1.1

GetIisExecEnvOk returns a tuple with the IisExecEnv field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StoreIisExecEnvRes) GetValidationErrors ¶ added in v0.1.1

func (o *StoreIisExecEnvRes) GetValidationErrors() []string

GetValidationErrors returns the ValidationErrors field value if set, zero value otherwise.

func (*StoreIisExecEnvRes) GetValidationErrorsOk ¶ added in v0.1.1

func (o *StoreIisExecEnvRes) GetValidationErrorsOk() ([]string, bool)

GetValidationErrorsOk returns a tuple with the ValidationErrors field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StoreIisExecEnvRes) HasError ¶ added in v0.1.1

func (o *StoreIisExecEnvRes) HasError() bool

HasError returns a boolean if a field has been set.

func (*StoreIisExecEnvRes) HasIisExecEnv ¶ added in v0.1.1

func (o *StoreIisExecEnvRes) HasIisExecEnv() bool

HasIisExecEnv returns a boolean if a field has been set.

func (*StoreIisExecEnvRes) HasValidationErrors ¶ added in v0.1.1

func (o *StoreIisExecEnvRes) HasValidationErrors() bool

HasValidationErrors returns a boolean if a field has been set.

func (StoreIisExecEnvRes) MarshalJSON ¶ added in v0.1.1

func (o StoreIisExecEnvRes) MarshalJSON() ([]byte, error)

func (*StoreIisExecEnvRes) SetError ¶ added in v0.1.1

func (o *StoreIisExecEnvRes) SetError(v string)

SetError gets a reference to the given string and assigns it to the Error field.

func (*StoreIisExecEnvRes) SetIisExecEnv ¶ added in v0.1.1

SetIisExecEnv gets a reference to the given WindowsIISExecutionEnvironmentDTO and assigns it to the IisExecEnv field.

func (*StoreIisExecEnvRes) SetValidationErrors ¶ added in v0.1.1

func (o *StoreIisExecEnvRes) SetValidationErrors(v []string)

SetValidationErrors gets a reference to the given []string and assigns it to the ValidationErrors field.

func (*StoreIisExecEnvRes) UnmarshalJSON ¶ added in v0.1.1

func (o *StoreIisExecEnvRes) UnmarshalJSON(bytes []byte) (err error)

type StoreIntSaml2SpReq ¶

type StoreIntSaml2SpReq struct {
	IdOrName             *string                          `json:"idOrName,omitempty"`
	Sp                   *InternalSaml2ServiceProviderDTO `json:"sp,omitempty"`
	AdditionalProperties map[string]interface{}
}

StoreIntSaml2SpReq struct for StoreIntSaml2SpReq

func NewStoreIntSaml2SpReq ¶

func NewStoreIntSaml2SpReq() *StoreIntSaml2SpReq

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

func NewStoreIntSaml2SpReqWithDefaults ¶

func NewStoreIntSaml2SpReqWithDefaults() *StoreIntSaml2SpReq

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

func (*StoreIntSaml2SpReq) GetIdOrName ¶ added in v0.3.0

func (o *StoreIntSaml2SpReq) GetIdOrName() string

GetIdOrName returns the IdOrName field value if set, zero value otherwise.

func (*StoreIntSaml2SpReq) GetIdOrNameOk ¶ added in v0.3.0

func (o *StoreIntSaml2SpReq) GetIdOrNameOk() (*string, bool)

GetIdOrNameOk returns a tuple with the IdOrName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StoreIntSaml2SpReq) GetSp ¶

GetSp returns the Sp field value if set, zero value otherwise.

func (*StoreIntSaml2SpReq) GetSpOk ¶

GetSpOk returns a tuple with the Sp field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StoreIntSaml2SpReq) HasIdOrName ¶ added in v0.3.0

func (o *StoreIntSaml2SpReq) HasIdOrName() bool

HasIdOrName returns a boolean if a field has been set.

func (*StoreIntSaml2SpReq) HasSp ¶

func (o *StoreIntSaml2SpReq) HasSp() bool

HasSp returns a boolean if a field has been set.

func (StoreIntSaml2SpReq) MarshalJSON ¶

func (o StoreIntSaml2SpReq) MarshalJSON() ([]byte, error)

func (*StoreIntSaml2SpReq) SetIdOrName ¶ added in v0.3.0

func (o *StoreIntSaml2SpReq) SetIdOrName(v string)

SetIdOrName gets a reference to the given string and assigns it to the IdOrName field.

func (*StoreIntSaml2SpReq) SetSp ¶

SetSp gets a reference to the given InternalSaml2ServiceProviderDTO and assigns it to the Sp field.

func (*StoreIntSaml2SpReq) UnmarshalJSON ¶

func (o *StoreIntSaml2SpReq) UnmarshalJSON(bytes []byte) (err error)

type StoreIntSaml2SpRes ¶

type StoreIntSaml2SpRes struct {
	Error                *string                          `json:"error,omitempty"`
	Sp                   *InternalSaml2ServiceProviderDTO `json:"sp,omitempty"`
	ValidationErrors     []string                         `json:"validationErrors,omitempty"`
	AdditionalProperties map[string]interface{}
}

StoreIntSaml2SpRes struct for StoreIntSaml2SpRes

func NewStoreIntSaml2SpRes ¶

func NewStoreIntSaml2SpRes() *StoreIntSaml2SpRes

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

func NewStoreIntSaml2SpResWithDefaults ¶

func NewStoreIntSaml2SpResWithDefaults() *StoreIntSaml2SpRes

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

func (*StoreIntSaml2SpRes) GetError ¶

func (o *StoreIntSaml2SpRes) GetError() string

GetError returns the Error field value if set, zero value otherwise.

func (*StoreIntSaml2SpRes) GetErrorOk ¶

func (o *StoreIntSaml2SpRes) GetErrorOk() (*string, bool)

GetErrorOk returns a tuple with the Error field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StoreIntSaml2SpRes) GetSp ¶

GetSp returns the Sp field value if set, zero value otherwise.

func (*StoreIntSaml2SpRes) GetSpOk ¶

GetSpOk returns a tuple with the Sp field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StoreIntSaml2SpRes) GetValidationErrors ¶

func (o *StoreIntSaml2SpRes) GetValidationErrors() []string

GetValidationErrors returns the ValidationErrors field value if set, zero value otherwise.

func (*StoreIntSaml2SpRes) GetValidationErrorsOk ¶

func (o *StoreIntSaml2SpRes) GetValidationErrorsOk() ([]string, bool)

GetValidationErrorsOk returns a tuple with the ValidationErrors field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StoreIntSaml2SpRes) HasError ¶

func (o *StoreIntSaml2SpRes) HasError() bool

HasError returns a boolean if a field has been set.

func (*StoreIntSaml2SpRes) HasSp ¶

func (o *StoreIntSaml2SpRes) HasSp() bool

HasSp returns a boolean if a field has been set.

func (*StoreIntSaml2SpRes) HasValidationErrors ¶

func (o *StoreIntSaml2SpRes) HasValidationErrors() bool

HasValidationErrors returns a boolean if a field has been set.

func (StoreIntSaml2SpRes) MarshalJSON ¶

func (o StoreIntSaml2SpRes) MarshalJSON() ([]byte, error)

func (*StoreIntSaml2SpRes) SetError ¶

func (o *StoreIntSaml2SpRes) SetError(v string)

SetError gets a reference to the given string and assigns it to the Error field.

func (*StoreIntSaml2SpRes) SetSp ¶

SetSp gets a reference to the given InternalSaml2ServiceProviderDTO and assigns it to the Sp field.

func (*StoreIntSaml2SpRes) SetValidationErrors ¶

func (o *StoreIntSaml2SpRes) SetValidationErrors(v []string)

SetValidationErrors gets a reference to the given []string and assigns it to the ValidationErrors field.

func (*StoreIntSaml2SpRes) UnmarshalJSON ¶

func (o *StoreIntSaml2SpRes) UnmarshalJSON(bytes []byte) (err error)

type StoreJossoRsReq ¶

type StoreJossoRsReq struct {
	IdOrName             *string            `json:"idOrName,omitempty"`
	Resource             *JOSSO1ResourceDTO `json:"resource,omitempty"`
	AdditionalProperties map[string]interface{}
}

StoreJossoRsReq struct for StoreJossoRsReq

func NewStoreJossoRsReq ¶

func NewStoreJossoRsReq() *StoreJossoRsReq

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

func NewStoreJossoRsReqWithDefaults ¶

func NewStoreJossoRsReqWithDefaults() *StoreJossoRsReq

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

func (*StoreJossoRsReq) GetIdOrName ¶ added in v0.3.0

func (o *StoreJossoRsReq) GetIdOrName() string

GetIdOrName returns the IdOrName field value if set, zero value otherwise.

func (*StoreJossoRsReq) GetIdOrNameOk ¶ added in v0.3.0

func (o *StoreJossoRsReq) GetIdOrNameOk() (*string, bool)

GetIdOrNameOk returns a tuple with the IdOrName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StoreJossoRsReq) GetResource ¶

func (o *StoreJossoRsReq) GetResource() JOSSO1ResourceDTO

GetResource returns the Resource field value if set, zero value otherwise.

func (*StoreJossoRsReq) GetResourceOk ¶

func (o *StoreJossoRsReq) GetResourceOk() (*JOSSO1ResourceDTO, bool)

GetResourceOk returns a tuple with the Resource field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StoreJossoRsReq) HasIdOrName ¶ added in v0.3.0

func (o *StoreJossoRsReq) HasIdOrName() bool

HasIdOrName returns a boolean if a field has been set.

func (*StoreJossoRsReq) HasResource ¶

func (o *StoreJossoRsReq) HasResource() bool

HasResource returns a boolean if a field has been set.

func (StoreJossoRsReq) MarshalJSON ¶

func (o StoreJossoRsReq) MarshalJSON() ([]byte, error)

func (*StoreJossoRsReq) SetIdOrName ¶ added in v0.3.0

func (o *StoreJossoRsReq) SetIdOrName(v string)

SetIdOrName gets a reference to the given string and assigns it to the IdOrName field.

func (*StoreJossoRsReq) SetResource ¶

func (o *StoreJossoRsReq) SetResource(v JOSSO1ResourceDTO)

SetResource gets a reference to the given JOSSO1ResourceDTO and assigns it to the Resource field.

func (*StoreJossoRsReq) UnmarshalJSON ¶

func (o *StoreJossoRsReq) UnmarshalJSON(bytes []byte) (err error)

type StoreJossoRsRes ¶

type StoreJossoRsRes struct {
	Error                *string            `json:"error,omitempty"`
	Resource             *JOSSO1ResourceDTO `json:"resource,omitempty"`
	ValidationErrors     []string           `json:"validationErrors,omitempty"`
	AdditionalProperties map[string]interface{}
}

StoreJossoRsRes struct for StoreJossoRsRes

func NewStoreJossoRsRes ¶

func NewStoreJossoRsRes() *StoreJossoRsRes

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

func NewStoreJossoRsResWithDefaults ¶

func NewStoreJossoRsResWithDefaults() *StoreJossoRsRes

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

func (*StoreJossoRsRes) GetError ¶

func (o *StoreJossoRsRes) GetError() string

GetError returns the Error field value if set, zero value otherwise.

func (*StoreJossoRsRes) GetErrorOk ¶

func (o *StoreJossoRsRes) GetErrorOk() (*string, bool)

GetErrorOk returns a tuple with the Error field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StoreJossoRsRes) GetResource ¶

func (o *StoreJossoRsRes) GetResource() JOSSO1ResourceDTO

GetResource returns the Resource field value if set, zero value otherwise.

func (*StoreJossoRsRes) GetResourceOk ¶

func (o *StoreJossoRsRes) GetResourceOk() (*JOSSO1ResourceDTO, bool)

GetResourceOk returns a tuple with the Resource field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StoreJossoRsRes) GetValidationErrors ¶

func (o *StoreJossoRsRes) GetValidationErrors() []string

GetValidationErrors returns the ValidationErrors field value if set, zero value otherwise.

func (*StoreJossoRsRes) GetValidationErrorsOk ¶

func (o *StoreJossoRsRes) GetValidationErrorsOk() ([]string, bool)

GetValidationErrorsOk returns a tuple with the ValidationErrors field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StoreJossoRsRes) HasError ¶

func (o *StoreJossoRsRes) HasError() bool

HasError returns a boolean if a field has been set.

func (*StoreJossoRsRes) HasResource ¶

func (o *StoreJossoRsRes) HasResource() bool

HasResource returns a boolean if a field has been set.

func (*StoreJossoRsRes) HasValidationErrors ¶

func (o *StoreJossoRsRes) HasValidationErrors() bool

HasValidationErrors returns a boolean if a field has been set.

func (StoreJossoRsRes) MarshalJSON ¶

func (o StoreJossoRsRes) MarshalJSON() ([]byte, error)

func (*StoreJossoRsRes) SetError ¶

func (o *StoreJossoRsRes) SetError(v string)

SetError gets a reference to the given string and assigns it to the Error field.

func (*StoreJossoRsRes) SetResource ¶

func (o *StoreJossoRsRes) SetResource(v JOSSO1ResourceDTO)

SetResource gets a reference to the given JOSSO1ResourceDTO and assigns it to the Resource field.

func (*StoreJossoRsRes) SetValidationErrors ¶

func (o *StoreJossoRsRes) SetValidationErrors(v []string)

SetValidationErrors gets a reference to the given []string and assigns it to the ValidationErrors field.

func (*StoreJossoRsRes) UnmarshalJSON ¶

func (o *StoreJossoRsRes) UnmarshalJSON(bytes []byte) (err error)

type StoreOidcRpReq ¶

type StoreOidcRpReq struct {
	IdOrName             *string                                `json:"idOrName,omitempty"`
	OidcRp               *ExternalOpenIDConnectRelayingPartyDTO `json:"oidcRp,omitempty"`
	AdditionalProperties map[string]interface{}
}

StoreOidcRpReq struct for StoreOidcRpReq

func NewStoreOidcRpReq ¶

func NewStoreOidcRpReq() *StoreOidcRpReq

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

func NewStoreOidcRpReqWithDefaults ¶

func NewStoreOidcRpReqWithDefaults() *StoreOidcRpReq

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

func (*StoreOidcRpReq) GetIdOrName ¶ added in v0.3.0

func (o *StoreOidcRpReq) GetIdOrName() string

GetIdOrName returns the IdOrName field value if set, zero value otherwise.

func (*StoreOidcRpReq) GetIdOrNameOk ¶ added in v0.3.0

func (o *StoreOidcRpReq) GetIdOrNameOk() (*string, bool)

GetIdOrNameOk returns a tuple with the IdOrName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StoreOidcRpReq) GetOidcRp ¶

GetOidcRp returns the OidcRp field value if set, zero value otherwise.

func (*StoreOidcRpReq) GetOidcRpOk ¶

GetOidcRpOk returns a tuple with the OidcRp field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StoreOidcRpReq) HasIdOrName ¶ added in v0.3.0

func (o *StoreOidcRpReq) HasIdOrName() bool

HasIdOrName returns a boolean if a field has been set.

func (*StoreOidcRpReq) HasOidcRp ¶

func (o *StoreOidcRpReq) HasOidcRp() bool

HasOidcRp returns a boolean if a field has been set.

func (StoreOidcRpReq) MarshalJSON ¶

func (o StoreOidcRpReq) MarshalJSON() ([]byte, error)

func (*StoreOidcRpReq) SetIdOrName ¶ added in v0.3.0

func (o *StoreOidcRpReq) SetIdOrName(v string)

SetIdOrName gets a reference to the given string and assigns it to the IdOrName field.

func (*StoreOidcRpReq) SetOidcRp ¶

SetOidcRp gets a reference to the given ExternalOpenIDConnectRelayingPartyDTO and assigns it to the OidcRp field.

func (*StoreOidcRpReq) UnmarshalJSON ¶

func (o *StoreOidcRpReq) UnmarshalJSON(bytes []byte) (err error)

type StoreOidcRpRes ¶

type StoreOidcRpRes struct {
	Error                *string                                `json:"error,omitempty"`
	OidcRp               *ExternalOpenIDConnectRelayingPartyDTO `json:"oidcRp,omitempty"`
	ValidationErrors     []string                               `json:"validationErrors,omitempty"`
	AdditionalProperties map[string]interface{}
}

StoreOidcRpRes struct for StoreOidcRpRes

func NewStoreOidcRpRes ¶

func NewStoreOidcRpRes() *StoreOidcRpRes

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

func NewStoreOidcRpResWithDefaults ¶

func NewStoreOidcRpResWithDefaults() *StoreOidcRpRes

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

func (*StoreOidcRpRes) GetError ¶

func (o *StoreOidcRpRes) GetError() string

GetError returns the Error field value if set, zero value otherwise.

func (*StoreOidcRpRes) GetErrorOk ¶

func (o *StoreOidcRpRes) GetErrorOk() (*string, bool)

GetErrorOk returns a tuple with the Error field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StoreOidcRpRes) GetOidcRp ¶

GetOidcRp returns the OidcRp field value if set, zero value otherwise.

func (*StoreOidcRpRes) GetOidcRpOk ¶

GetOidcRpOk returns a tuple with the OidcRp field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StoreOidcRpRes) GetValidationErrors ¶

func (o *StoreOidcRpRes) GetValidationErrors() []string

GetValidationErrors returns the ValidationErrors field value if set, zero value otherwise.

func (*StoreOidcRpRes) GetValidationErrorsOk ¶

func (o *StoreOidcRpRes) GetValidationErrorsOk() ([]string, bool)

GetValidationErrorsOk returns a tuple with the ValidationErrors field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StoreOidcRpRes) HasError ¶

func (o *StoreOidcRpRes) HasError() bool

HasError returns a boolean if a field has been set.

func (*StoreOidcRpRes) HasOidcRp ¶

func (o *StoreOidcRpRes) HasOidcRp() bool

HasOidcRp returns a boolean if a field has been set.

func (*StoreOidcRpRes) HasValidationErrors ¶

func (o *StoreOidcRpRes) HasValidationErrors() bool

HasValidationErrors returns a boolean if a field has been set.

func (StoreOidcRpRes) MarshalJSON ¶

func (o StoreOidcRpRes) MarshalJSON() ([]byte, error)

func (*StoreOidcRpRes) SetError ¶

func (o *StoreOidcRpRes) SetError(v string)

SetError gets a reference to the given string and assigns it to the Error field.

func (*StoreOidcRpRes) SetOidcRp ¶

SetOidcRp gets a reference to the given ExternalOpenIDConnectRelayingPartyDTO and assigns it to the OidcRp field.

func (*StoreOidcRpRes) SetValidationErrors ¶

func (o *StoreOidcRpRes) SetValidationErrors(v []string)

SetValidationErrors gets a reference to the given []string and assigns it to the ValidationErrors field.

func (*StoreOidcRpRes) UnmarshalJSON ¶

func (o *StoreOidcRpRes) UnmarshalJSON(bytes []byte) (err error)

type StorePhpExecEnvReq ¶ added in v0.1.1

type StorePhpExecEnvReq struct {
	IdOrName             *string                     `json:"idOrName,omitempty"`
	PhpExecEnv           *PHPExecutionEnvironmentDTO `json:"phpExecEnv,omitempty"`
	AdditionalProperties map[string]interface{}
}

StorePhpExecEnvReq struct for StorePhpExecEnvReq

func NewStorePhpExecEnvReq ¶ added in v0.1.1

func NewStorePhpExecEnvReq() *StorePhpExecEnvReq

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

func NewStorePhpExecEnvReqWithDefaults ¶ added in v0.1.1

func NewStorePhpExecEnvReqWithDefaults() *StorePhpExecEnvReq

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

func (*StorePhpExecEnvReq) GetIdOrName ¶ added in v0.3.0

func (o *StorePhpExecEnvReq) GetIdOrName() string

GetIdOrName returns the IdOrName field value if set, zero value otherwise.

func (*StorePhpExecEnvReq) GetIdOrNameOk ¶ added in v0.3.0

func (o *StorePhpExecEnvReq) GetIdOrNameOk() (*string, bool)

GetIdOrNameOk returns a tuple with the IdOrName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StorePhpExecEnvReq) GetPhpExecEnv ¶ added in v0.1.1

GetPhpExecEnv returns the PhpExecEnv field value if set, zero value otherwise.

func (*StorePhpExecEnvReq) GetPhpExecEnvOk ¶ added in v0.1.1

func (o *StorePhpExecEnvReq) GetPhpExecEnvOk() (*PHPExecutionEnvironmentDTO, bool)

GetPhpExecEnvOk returns a tuple with the PhpExecEnv field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StorePhpExecEnvReq) HasIdOrName ¶ added in v0.3.0

func (o *StorePhpExecEnvReq) HasIdOrName() bool

HasIdOrName returns a boolean if a field has been set.

func (*StorePhpExecEnvReq) HasPhpExecEnv ¶ added in v0.1.1

func (o *StorePhpExecEnvReq) HasPhpExecEnv() bool

HasPhpExecEnv returns a boolean if a field has been set.

func (StorePhpExecEnvReq) MarshalJSON ¶ added in v0.1.1

func (o StorePhpExecEnvReq) MarshalJSON() ([]byte, error)

func (*StorePhpExecEnvReq) SetIdOrName ¶ added in v0.3.0

func (o *StorePhpExecEnvReq) SetIdOrName(v string)

SetIdOrName gets a reference to the given string and assigns it to the IdOrName field.

func (*StorePhpExecEnvReq) SetPhpExecEnv ¶ added in v0.1.1

func (o *StorePhpExecEnvReq) SetPhpExecEnv(v PHPExecutionEnvironmentDTO)

SetPhpExecEnv gets a reference to the given PHPExecutionEnvironmentDTO and assigns it to the PhpExecEnv field.

func (*StorePhpExecEnvReq) UnmarshalJSON ¶ added in v0.1.1

func (o *StorePhpExecEnvReq) UnmarshalJSON(bytes []byte) (err error)

type StorePhpExecEnvRes ¶ added in v0.1.1

type StorePhpExecEnvRes struct {
	Error                *string                     `json:"error,omitempty"`
	PhpExecEnv           *PHPExecutionEnvironmentDTO `json:"phpExecEnv,omitempty"`
	ValidationErrors     []string                    `json:"validationErrors,omitempty"`
	AdditionalProperties map[string]interface{}
}

StorePhpExecEnvRes struct for StorePhpExecEnvRes

func NewStorePhpExecEnvRes ¶ added in v0.1.1

func NewStorePhpExecEnvRes() *StorePhpExecEnvRes

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

func NewStorePhpExecEnvResWithDefaults ¶ added in v0.1.1

func NewStorePhpExecEnvResWithDefaults() *StorePhpExecEnvRes

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

func (*StorePhpExecEnvRes) GetError ¶ added in v0.1.1

func (o *StorePhpExecEnvRes) GetError() string

GetError returns the Error field value if set, zero value otherwise.

func (*StorePhpExecEnvRes) GetErrorOk ¶ added in v0.1.1

func (o *StorePhpExecEnvRes) GetErrorOk() (*string, bool)

GetErrorOk returns a tuple with the Error field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StorePhpExecEnvRes) GetPhpExecEnv ¶ added in v0.1.1

GetPhpExecEnv returns the PhpExecEnv field value if set, zero value otherwise.

func (*StorePhpExecEnvRes) GetPhpExecEnvOk ¶ added in v0.1.1

func (o *StorePhpExecEnvRes) GetPhpExecEnvOk() (*PHPExecutionEnvironmentDTO, bool)

GetPhpExecEnvOk returns a tuple with the PhpExecEnv field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StorePhpExecEnvRes) GetValidationErrors ¶ added in v0.1.1

func (o *StorePhpExecEnvRes) GetValidationErrors() []string

GetValidationErrors returns the ValidationErrors field value if set, zero value otherwise.

func (*StorePhpExecEnvRes) GetValidationErrorsOk ¶ added in v0.1.1

func (o *StorePhpExecEnvRes) GetValidationErrorsOk() ([]string, bool)

GetValidationErrorsOk returns a tuple with the ValidationErrors field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StorePhpExecEnvRes) HasError ¶ added in v0.1.1

func (o *StorePhpExecEnvRes) HasError() bool

HasError returns a boolean if a field has been set.

func (*StorePhpExecEnvRes) HasPhpExecEnv ¶ added in v0.1.1

func (o *StorePhpExecEnvRes) HasPhpExecEnv() bool

HasPhpExecEnv returns a boolean if a field has been set.

func (*StorePhpExecEnvRes) HasValidationErrors ¶ added in v0.1.1

func (o *StorePhpExecEnvRes) HasValidationErrors() bool

HasValidationErrors returns a boolean if a field has been set.

func (StorePhpExecEnvRes) MarshalJSON ¶ added in v0.1.1

func (o StorePhpExecEnvRes) MarshalJSON() ([]byte, error)

func (*StorePhpExecEnvRes) SetError ¶ added in v0.1.1

func (o *StorePhpExecEnvRes) SetError(v string)

SetError gets a reference to the given string and assigns it to the Error field.

func (*StorePhpExecEnvRes) SetPhpExecEnv ¶ added in v0.1.1

func (o *StorePhpExecEnvRes) SetPhpExecEnv(v PHPExecutionEnvironmentDTO)

SetPhpExecEnv gets a reference to the given PHPExecutionEnvironmentDTO and assigns it to the PhpExecEnv field.

func (*StorePhpExecEnvRes) SetValidationErrors ¶ added in v0.1.1

func (o *StorePhpExecEnvRes) SetValidationErrors(v []string)

SetValidationErrors gets a reference to the given []string and assigns it to the ValidationErrors field.

func (*StorePhpExecEnvRes) UnmarshalJSON ¶ added in v0.1.1

func (o *StorePhpExecEnvRes) UnmarshalJSON(bytes []byte) (err error)

type StoreSelfSvcRsReq ¶ added in v0.4.3

type StoreSelfSvcRsReq struct {
	IdOrName             *string                  `json:"idOrName,omitempty"`
	Resource             *SelfServicesResourceDTO `json:"resource,omitempty"`
	AdditionalProperties map[string]interface{}
}

StoreSelfSvcRsReq struct for StoreSelfSvcRsReq

func NewStoreSelfSvcRsReq ¶ added in v0.4.3

func NewStoreSelfSvcRsReq() *StoreSelfSvcRsReq

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

func NewStoreSelfSvcRsReqWithDefaults ¶ added in v0.4.3

func NewStoreSelfSvcRsReqWithDefaults() *StoreSelfSvcRsReq

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

func (*StoreSelfSvcRsReq) GetIdOrName ¶ added in v0.4.3

func (o *StoreSelfSvcRsReq) GetIdOrName() string

GetIdOrName returns the IdOrName field value if set, zero value otherwise.

func (*StoreSelfSvcRsReq) GetIdOrNameOk ¶ added in v0.4.3

func (o *StoreSelfSvcRsReq) GetIdOrNameOk() (*string, bool)

GetIdOrNameOk returns a tuple with the IdOrName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StoreSelfSvcRsReq) GetResource ¶ added in v0.4.3

func (o *StoreSelfSvcRsReq) GetResource() SelfServicesResourceDTO

GetResource returns the Resource field value if set, zero value otherwise.

func (*StoreSelfSvcRsReq) GetResourceOk ¶ added in v0.4.3

func (o *StoreSelfSvcRsReq) GetResourceOk() (*SelfServicesResourceDTO, bool)

GetResourceOk returns a tuple with the Resource field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StoreSelfSvcRsReq) HasIdOrName ¶ added in v0.4.3

func (o *StoreSelfSvcRsReq) HasIdOrName() bool

HasIdOrName returns a boolean if a field has been set.

func (*StoreSelfSvcRsReq) HasResource ¶ added in v0.4.3

func (o *StoreSelfSvcRsReq) HasResource() bool

HasResource returns a boolean if a field has been set.

func (StoreSelfSvcRsReq) MarshalJSON ¶ added in v0.4.3

func (o StoreSelfSvcRsReq) MarshalJSON() ([]byte, error)

func (*StoreSelfSvcRsReq) SetIdOrName ¶ added in v0.4.3

func (o *StoreSelfSvcRsReq) SetIdOrName(v string)

SetIdOrName gets a reference to the given string and assigns it to the IdOrName field.

func (*StoreSelfSvcRsReq) SetResource ¶ added in v0.4.3

func (o *StoreSelfSvcRsReq) SetResource(v SelfServicesResourceDTO)

SetResource gets a reference to the given SelfServicesResourceDTO and assigns it to the Resource field.

func (*StoreSelfSvcRsReq) UnmarshalJSON ¶ added in v0.4.3

func (o *StoreSelfSvcRsReq) UnmarshalJSON(bytes []byte) (err error)

type StoreSelfSvcRsRes ¶ added in v0.4.3

type StoreSelfSvcRsRes struct {
	Error                *string                  `json:"error,omitempty"`
	Resource             *SelfServicesResourceDTO `json:"resource,omitempty"`
	ValidationErrors     []string                 `json:"validationErrors,omitempty"`
	AdditionalProperties map[string]interface{}
}

StoreSelfSvcRsRes struct for StoreSelfSvcRsRes

func NewStoreSelfSvcRsRes ¶ added in v0.4.3

func NewStoreSelfSvcRsRes() *StoreSelfSvcRsRes

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

func NewStoreSelfSvcRsResWithDefaults ¶ added in v0.4.3

func NewStoreSelfSvcRsResWithDefaults() *StoreSelfSvcRsRes

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

func (*StoreSelfSvcRsRes) GetError ¶ added in v0.4.3

func (o *StoreSelfSvcRsRes) GetError() string

GetError returns the Error field value if set, zero value otherwise.

func (*StoreSelfSvcRsRes) GetErrorOk ¶ added in v0.4.3

func (o *StoreSelfSvcRsRes) GetErrorOk() (*string, bool)

GetErrorOk returns a tuple with the Error field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StoreSelfSvcRsRes) GetResource ¶ added in v0.4.3

func (o *StoreSelfSvcRsRes) GetResource() SelfServicesResourceDTO

GetResource returns the Resource field value if set, zero value otherwise.

func (*StoreSelfSvcRsRes) GetResourceOk ¶ added in v0.4.3

func (o *StoreSelfSvcRsRes) GetResourceOk() (*SelfServicesResourceDTO, bool)

GetResourceOk returns a tuple with the Resource field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StoreSelfSvcRsRes) GetValidationErrors ¶ added in v0.4.3

func (o *StoreSelfSvcRsRes) GetValidationErrors() []string

GetValidationErrors returns the ValidationErrors field value if set, zero value otherwise.

func (*StoreSelfSvcRsRes) GetValidationErrorsOk ¶ added in v0.4.3

func (o *StoreSelfSvcRsRes) GetValidationErrorsOk() ([]string, bool)

GetValidationErrorsOk returns a tuple with the ValidationErrors field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StoreSelfSvcRsRes) HasError ¶ added in v0.4.3

func (o *StoreSelfSvcRsRes) HasError() bool

HasError returns a boolean if a field has been set.

func (*StoreSelfSvcRsRes) HasResource ¶ added in v0.4.3

func (o *StoreSelfSvcRsRes) HasResource() bool

HasResource returns a boolean if a field has been set.

func (*StoreSelfSvcRsRes) HasValidationErrors ¶ added in v0.4.3

func (o *StoreSelfSvcRsRes) HasValidationErrors() bool

HasValidationErrors returns a boolean if a field has been set.

func (StoreSelfSvcRsRes) MarshalJSON ¶ added in v0.4.3

func (o StoreSelfSvcRsRes) MarshalJSON() ([]byte, error)

func (*StoreSelfSvcRsRes) SetError ¶ added in v0.4.3

func (o *StoreSelfSvcRsRes) SetError(v string)

SetError gets a reference to the given string and assigns it to the Error field.

func (*StoreSelfSvcRsRes) SetResource ¶ added in v0.4.3

func (o *StoreSelfSvcRsRes) SetResource(v SelfServicesResourceDTO)

SetResource gets a reference to the given SelfServicesResourceDTO and assigns it to the Resource field.

func (*StoreSelfSvcRsRes) SetValidationErrors ¶ added in v0.4.3

func (o *StoreSelfSvcRsRes) SetValidationErrors(v []string)

SetValidationErrors gets a reference to the given []string and assigns it to the ValidationErrors field.

func (*StoreSelfSvcRsRes) UnmarshalJSON ¶ added in v0.4.3

func (o *StoreSelfSvcRsRes) UnmarshalJSON(bytes []byte) (err error)

type StoreSharepointRsReq ¶ added in v0.2.1

type StoreSharepointRsReq struct {
	IdOrName             *string                `json:"idOrName,omitempty"`
	Resource             *SharepointResourceDTO `json:"resource,omitempty"`
	AdditionalProperties map[string]interface{}
}

StoreSharepointRsReq struct for StoreSharepointRsReq

func NewStoreSharepointRsReq ¶ added in v0.2.1

func NewStoreSharepointRsReq() *StoreSharepointRsReq

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

func NewStoreSharepointRsReqWithDefaults ¶ added in v0.2.1

func NewStoreSharepointRsReqWithDefaults() *StoreSharepointRsReq

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

func (*StoreSharepointRsReq) GetIdOrName ¶ added in v0.3.0

func (o *StoreSharepointRsReq) GetIdOrName() string

GetIdOrName returns the IdOrName field value if set, zero value otherwise.

func (*StoreSharepointRsReq) GetIdOrNameOk ¶ added in v0.3.0

func (o *StoreSharepointRsReq) GetIdOrNameOk() (*string, bool)

GetIdOrNameOk returns a tuple with the IdOrName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StoreSharepointRsReq) GetResource ¶ added in v0.2.1

GetResource returns the Resource field value if set, zero value otherwise.

func (*StoreSharepointRsReq) GetResourceOk ¶ added in v0.2.1

func (o *StoreSharepointRsReq) GetResourceOk() (*SharepointResourceDTO, bool)

GetResourceOk returns a tuple with the Resource field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StoreSharepointRsReq) HasIdOrName ¶ added in v0.3.0

func (o *StoreSharepointRsReq) HasIdOrName() bool

HasIdOrName returns a boolean if a field has been set.

func (*StoreSharepointRsReq) HasResource ¶ added in v0.2.1

func (o *StoreSharepointRsReq) HasResource() bool

HasResource returns a boolean if a field has been set.

func (StoreSharepointRsReq) MarshalJSON ¶ added in v0.2.1

func (o StoreSharepointRsReq) MarshalJSON() ([]byte, error)

func (*StoreSharepointRsReq) SetIdOrName ¶ added in v0.3.0

func (o *StoreSharepointRsReq) SetIdOrName(v string)

SetIdOrName gets a reference to the given string and assigns it to the IdOrName field.

func (*StoreSharepointRsReq) SetResource ¶ added in v0.2.1

func (o *StoreSharepointRsReq) SetResource(v SharepointResourceDTO)

SetResource gets a reference to the given SharepointResourceDTO and assigns it to the Resource field.

func (*StoreSharepointRsReq) UnmarshalJSON ¶ added in v0.2.1

func (o *StoreSharepointRsReq) UnmarshalJSON(bytes []byte) (err error)

type StoreSharepointRsRes ¶ added in v0.2.1

type StoreSharepointRsRes struct {
	Error                *string                `json:"error,omitempty"`
	Resource             *SharepointResourceDTO `json:"resource,omitempty"`
	ValidationErrors     []string               `json:"validationErrors,omitempty"`
	AdditionalProperties map[string]interface{}
}

StoreSharepointRsRes struct for StoreSharepointRsRes

func NewStoreSharepointRsRes ¶ added in v0.2.1

func NewStoreSharepointRsRes() *StoreSharepointRsRes

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

func NewStoreSharepointRsResWithDefaults ¶ added in v0.2.1

func NewStoreSharepointRsResWithDefaults() *StoreSharepointRsRes

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

func (*StoreSharepointRsRes) GetError ¶ added in v0.2.1

func (o *StoreSharepointRsRes) GetError() string

GetError returns the Error field value if set, zero value otherwise.

func (*StoreSharepointRsRes) GetErrorOk ¶ added in v0.2.1

func (o *StoreSharepointRsRes) GetErrorOk() (*string, bool)

GetErrorOk returns a tuple with the Error field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StoreSharepointRsRes) GetResource ¶ added in v0.2.1

GetResource returns the Resource field value if set, zero value otherwise.

func (*StoreSharepointRsRes) GetResourceOk ¶ added in v0.2.1

func (o *StoreSharepointRsRes) GetResourceOk() (*SharepointResourceDTO, bool)

GetResourceOk returns a tuple with the Resource field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StoreSharepointRsRes) GetValidationErrors ¶ added in v0.2.1

func (o *StoreSharepointRsRes) GetValidationErrors() []string

GetValidationErrors returns the ValidationErrors field value if set, zero value otherwise.

func (*StoreSharepointRsRes) GetValidationErrorsOk ¶ added in v0.2.1

func (o *StoreSharepointRsRes) GetValidationErrorsOk() ([]string, bool)

GetValidationErrorsOk returns a tuple with the ValidationErrors field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StoreSharepointRsRes) HasError ¶ added in v0.2.1

func (o *StoreSharepointRsRes) HasError() bool

HasError returns a boolean if a field has been set.

func (*StoreSharepointRsRes) HasResource ¶ added in v0.2.1

func (o *StoreSharepointRsRes) HasResource() bool

HasResource returns a boolean if a field has been set.

func (*StoreSharepointRsRes) HasValidationErrors ¶ added in v0.2.1

func (o *StoreSharepointRsRes) HasValidationErrors() bool

HasValidationErrors returns a boolean if a field has been set.

func (StoreSharepointRsRes) MarshalJSON ¶ added in v0.2.1

func (o StoreSharepointRsRes) MarshalJSON() ([]byte, error)

func (*StoreSharepointRsRes) SetError ¶ added in v0.2.1

func (o *StoreSharepointRsRes) SetError(v string)

SetError gets a reference to the given string and assigns it to the Error field.

func (*StoreSharepointRsRes) SetResource ¶ added in v0.2.1

func (o *StoreSharepointRsRes) SetResource(v SharepointResourceDTO)

SetResource gets a reference to the given SharepointResourceDTO and assigns it to the Resource field.

func (*StoreSharepointRsRes) SetValidationErrors ¶ added in v0.2.1

func (o *StoreSharepointRsRes) SetValidationErrors(v []string)

SetValidationErrors gets a reference to the given []string and assigns it to the ValidationErrors field.

func (*StoreSharepointRsRes) UnmarshalJSON ¶ added in v0.2.1

func (o *StoreSharepointRsRes) UnmarshalJSON(bytes []byte) (err error)

type StoreTomcatExecEnvReq ¶

type StoreTomcatExecEnvReq struct {
	IdOrName             *string                        `json:"idOrName,omitempty"`
	TomcatExecEnv        *TomcatExecutionEnvironmentDTO `json:"tomcatExecEnv,omitempty"`
	AdditionalProperties map[string]interface{}
}

StoreTomcatExecEnvReq struct for StoreTomcatExecEnvReq

func NewStoreTomcatExecEnvReq ¶

func NewStoreTomcatExecEnvReq() *StoreTomcatExecEnvReq

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

func NewStoreTomcatExecEnvReqWithDefaults ¶

func NewStoreTomcatExecEnvReqWithDefaults() *StoreTomcatExecEnvReq

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

func (*StoreTomcatExecEnvReq) GetIdOrName ¶ added in v0.3.0

func (o *StoreTomcatExecEnvReq) GetIdOrName() string

GetIdOrName returns the IdOrName field value if set, zero value otherwise.

func (*StoreTomcatExecEnvReq) GetIdOrNameOk ¶ added in v0.3.0

func (o *StoreTomcatExecEnvReq) GetIdOrNameOk() (*string, bool)

GetIdOrNameOk returns a tuple with the IdOrName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StoreTomcatExecEnvReq) GetTomcatExecEnv ¶

GetTomcatExecEnv returns the TomcatExecEnv field value if set, zero value otherwise.

func (*StoreTomcatExecEnvReq) GetTomcatExecEnvOk ¶

func (o *StoreTomcatExecEnvReq) GetTomcatExecEnvOk() (*TomcatExecutionEnvironmentDTO, bool)

GetTomcatExecEnvOk returns a tuple with the TomcatExecEnv field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StoreTomcatExecEnvReq) HasIdOrName ¶ added in v0.3.0

func (o *StoreTomcatExecEnvReq) HasIdOrName() bool

HasIdOrName returns a boolean if a field has been set.

func (*StoreTomcatExecEnvReq) HasTomcatExecEnv ¶

func (o *StoreTomcatExecEnvReq) HasTomcatExecEnv() bool

HasTomcatExecEnv returns a boolean if a field has been set.

func (StoreTomcatExecEnvReq) MarshalJSON ¶

func (o StoreTomcatExecEnvReq) MarshalJSON() ([]byte, error)

func (*StoreTomcatExecEnvReq) SetIdOrName ¶ added in v0.3.0

func (o *StoreTomcatExecEnvReq) SetIdOrName(v string)

SetIdOrName gets a reference to the given string and assigns it to the IdOrName field.

func (*StoreTomcatExecEnvReq) SetTomcatExecEnv ¶

SetTomcatExecEnv gets a reference to the given TomcatExecutionEnvironmentDTO and assigns it to the TomcatExecEnv field.

func (*StoreTomcatExecEnvReq) UnmarshalJSON ¶

func (o *StoreTomcatExecEnvReq) UnmarshalJSON(bytes []byte) (err error)

type StoreTomcatExecEnvRes ¶

type StoreTomcatExecEnvRes struct {
	Error                *string                        `json:"error,omitempty"`
	TomcatExecEnv        *TomcatExecutionEnvironmentDTO `json:"tomcatExecEnv,omitempty"`
	ValidationErrors     []string                       `json:"validationErrors,omitempty"`
	AdditionalProperties map[string]interface{}
}

StoreTomcatExecEnvRes struct for StoreTomcatExecEnvRes

func NewStoreTomcatExecEnvRes ¶

func NewStoreTomcatExecEnvRes() *StoreTomcatExecEnvRes

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

func NewStoreTomcatExecEnvResWithDefaults ¶

func NewStoreTomcatExecEnvResWithDefaults() *StoreTomcatExecEnvRes

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

func (*StoreTomcatExecEnvRes) GetError ¶

func (o *StoreTomcatExecEnvRes) GetError() string

GetError returns the Error field value if set, zero value otherwise.

func (*StoreTomcatExecEnvRes) GetErrorOk ¶

func (o *StoreTomcatExecEnvRes) GetErrorOk() (*string, bool)

GetErrorOk returns a tuple with the Error field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StoreTomcatExecEnvRes) GetTomcatExecEnv ¶

GetTomcatExecEnv returns the TomcatExecEnv field value if set, zero value otherwise.

func (*StoreTomcatExecEnvRes) GetTomcatExecEnvOk ¶

func (o *StoreTomcatExecEnvRes) GetTomcatExecEnvOk() (*TomcatExecutionEnvironmentDTO, bool)

GetTomcatExecEnvOk returns a tuple with the TomcatExecEnv field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StoreTomcatExecEnvRes) GetValidationErrors ¶

func (o *StoreTomcatExecEnvRes) GetValidationErrors() []string

GetValidationErrors returns the ValidationErrors field value if set, zero value otherwise.

func (*StoreTomcatExecEnvRes) GetValidationErrorsOk ¶

func (o *StoreTomcatExecEnvRes) GetValidationErrorsOk() ([]string, bool)

GetValidationErrorsOk returns a tuple with the ValidationErrors field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StoreTomcatExecEnvRes) HasError ¶

func (o *StoreTomcatExecEnvRes) HasError() bool

HasError returns a boolean if a field has been set.

func (*StoreTomcatExecEnvRes) HasTomcatExecEnv ¶

func (o *StoreTomcatExecEnvRes) HasTomcatExecEnv() bool

HasTomcatExecEnv returns a boolean if a field has been set.

func (*StoreTomcatExecEnvRes) HasValidationErrors ¶

func (o *StoreTomcatExecEnvRes) HasValidationErrors() bool

HasValidationErrors returns a boolean if a field has been set.

func (StoreTomcatExecEnvRes) MarshalJSON ¶

func (o StoreTomcatExecEnvRes) MarshalJSON() ([]byte, error)

func (*StoreTomcatExecEnvRes) SetError ¶

func (o *StoreTomcatExecEnvRes) SetError(v string)

SetError gets a reference to the given string and assigns it to the Error field.

func (*StoreTomcatExecEnvRes) SetTomcatExecEnv ¶

SetTomcatExecEnv gets a reference to the given TomcatExecutionEnvironmentDTO and assigns it to the TomcatExecEnv field.

func (*StoreTomcatExecEnvRes) SetValidationErrors ¶

func (o *StoreTomcatExecEnvRes) SetValidationErrors(v []string)

SetValidationErrors gets a reference to the given []string and assigns it to the ValidationErrors field.

func (*StoreTomcatExecEnvRes) UnmarshalJSON ¶

func (o *StoreTomcatExecEnvRes) UnmarshalJSON(bytes []byte) (err error)

type StoreVirtSaml2SpReq ¶

type StoreVirtSaml2SpReq struct {
	IdOrName             *string                         `json:"idOrName,omitempty"`
	Sp                   *VirtualSaml2ServiceProviderDTO `json:"sp,omitempty"`
	AdditionalProperties map[string]interface{}
}

StoreVirtSaml2SpReq struct for StoreVirtSaml2SpReq

func NewStoreVirtSaml2SpReq ¶

func NewStoreVirtSaml2SpReq() *StoreVirtSaml2SpReq

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

func NewStoreVirtSaml2SpReqWithDefaults ¶

func NewStoreVirtSaml2SpReqWithDefaults() *StoreVirtSaml2SpReq

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

func (*StoreVirtSaml2SpReq) GetIdOrName ¶ added in v0.3.0

func (o *StoreVirtSaml2SpReq) GetIdOrName() string

GetIdOrName returns the IdOrName field value if set, zero value otherwise.

func (*StoreVirtSaml2SpReq) GetIdOrNameOk ¶ added in v0.3.0

func (o *StoreVirtSaml2SpReq) GetIdOrNameOk() (*string, bool)

GetIdOrNameOk returns a tuple with the IdOrName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StoreVirtSaml2SpReq) GetSp ¶

GetSp returns the Sp field value if set, zero value otherwise.

func (*StoreVirtSaml2SpReq) GetSpOk ¶

GetSpOk returns a tuple with the Sp field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StoreVirtSaml2SpReq) HasIdOrName ¶ added in v0.3.0

func (o *StoreVirtSaml2SpReq) HasIdOrName() bool

HasIdOrName returns a boolean if a field has been set.

func (*StoreVirtSaml2SpReq) HasSp ¶

func (o *StoreVirtSaml2SpReq) HasSp() bool

HasSp returns a boolean if a field has been set.

func (StoreVirtSaml2SpReq) MarshalJSON ¶

func (o StoreVirtSaml2SpReq) MarshalJSON() ([]byte, error)

func (*StoreVirtSaml2SpReq) SetIdOrName ¶ added in v0.3.0

func (o *StoreVirtSaml2SpReq) SetIdOrName(v string)

SetIdOrName gets a reference to the given string and assigns it to the IdOrName field.

func (*StoreVirtSaml2SpReq) SetSp ¶

SetSp gets a reference to the given VirtualSaml2ServiceProviderDTO and assigns it to the Sp field.

func (*StoreVirtSaml2SpReq) UnmarshalJSON ¶

func (o *StoreVirtSaml2SpReq) UnmarshalJSON(bytes []byte) (err error)

type StoreVirtSaml2SpRes ¶

type StoreVirtSaml2SpRes struct {
	Error                *string                         `json:"error,omitempty"`
	Sp                   *VirtualSaml2ServiceProviderDTO `json:"sp,omitempty"`
	ValidationErrors     []string                        `json:"validationErrors,omitempty"`
	AdditionalProperties map[string]interface{}
}

StoreVirtSaml2SpRes struct for StoreVirtSaml2SpRes

func NewStoreVirtSaml2SpRes ¶

func NewStoreVirtSaml2SpRes() *StoreVirtSaml2SpRes

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

func NewStoreVirtSaml2SpResWithDefaults ¶

func NewStoreVirtSaml2SpResWithDefaults() *StoreVirtSaml2SpRes

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

func (*StoreVirtSaml2SpRes) GetError ¶

func (o *StoreVirtSaml2SpRes) GetError() string

GetError returns the Error field value if set, zero value otherwise.

func (*StoreVirtSaml2SpRes) GetErrorOk ¶

func (o *StoreVirtSaml2SpRes) GetErrorOk() (*string, bool)

GetErrorOk returns a tuple with the Error field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StoreVirtSaml2SpRes) GetSp ¶

GetSp returns the Sp field value if set, zero value otherwise.

func (*StoreVirtSaml2SpRes) GetSpOk ¶

GetSpOk returns a tuple with the Sp field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StoreVirtSaml2SpRes) GetValidationErrors ¶

func (o *StoreVirtSaml2SpRes) GetValidationErrors() []string

GetValidationErrors returns the ValidationErrors field value if set, zero value otherwise.

func (*StoreVirtSaml2SpRes) GetValidationErrorsOk ¶

func (o *StoreVirtSaml2SpRes) GetValidationErrorsOk() ([]string, bool)

GetValidationErrorsOk returns a tuple with the ValidationErrors field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StoreVirtSaml2SpRes) HasError ¶

func (o *StoreVirtSaml2SpRes) HasError() bool

HasError returns a boolean if a field has been set.

func (*StoreVirtSaml2SpRes) HasSp ¶

func (o *StoreVirtSaml2SpRes) HasSp() bool

HasSp returns a boolean if a field has been set.

func (*StoreVirtSaml2SpRes) HasValidationErrors ¶

func (o *StoreVirtSaml2SpRes) HasValidationErrors() bool

HasValidationErrors returns a boolean if a field has been set.

func (StoreVirtSaml2SpRes) MarshalJSON ¶

func (o StoreVirtSaml2SpRes) MarshalJSON() ([]byte, error)

func (*StoreVirtSaml2SpRes) SetError ¶

func (o *StoreVirtSaml2SpRes) SetError(v string)

SetError gets a reference to the given string and assigns it to the Error field.

func (*StoreVirtSaml2SpRes) SetSp ¶

SetSp gets a reference to the given VirtualSaml2ServiceProviderDTO and assigns it to the Sp field.

func (*StoreVirtSaml2SpRes) SetValidationErrors ¶

func (o *StoreVirtSaml2SpRes) SetValidationErrors(v []string)

SetValidationErrors gets a reference to the given []string and assigns it to the ValidationErrors field.

func (*StoreVirtSaml2SpRes) UnmarshalJSON ¶

func (o *StoreVirtSaml2SpRes) UnmarshalJSON(bytes []byte) (err error)

type StoreWeblogicExecEnvReq ¶ added in v0.2.1

type StoreWeblogicExecEnvReq struct {
	ExecEnv              *WeblogicExecutionEnvironmentDTO `json:"execEnv,omitempty"`
	IdOrName             *string                          `json:"idOrName,omitempty"`
	AdditionalProperties map[string]interface{}
}

StoreWeblogicExecEnvReq struct for StoreWeblogicExecEnvReq

func NewStoreWeblogicExecEnvReq ¶ added in v0.2.1

func NewStoreWeblogicExecEnvReq() *StoreWeblogicExecEnvReq

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

func NewStoreWeblogicExecEnvReqWithDefaults ¶ added in v0.2.1

func NewStoreWeblogicExecEnvReqWithDefaults() *StoreWeblogicExecEnvReq

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

func (*StoreWeblogicExecEnvReq) GetExecEnv ¶ added in v0.2.1

GetExecEnv returns the ExecEnv field value if set, zero value otherwise.

func (*StoreWeblogicExecEnvReq) GetExecEnvOk ¶ added in v0.2.1

GetExecEnvOk returns a tuple with the ExecEnv field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StoreWeblogicExecEnvReq) GetIdOrName ¶ added in v0.3.0

func (o *StoreWeblogicExecEnvReq) GetIdOrName() string

GetIdOrName returns the IdOrName field value if set, zero value otherwise.

func (*StoreWeblogicExecEnvReq) GetIdOrNameOk ¶ added in v0.3.0

func (o *StoreWeblogicExecEnvReq) GetIdOrNameOk() (*string, bool)

GetIdOrNameOk returns a tuple with the IdOrName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StoreWeblogicExecEnvReq) HasExecEnv ¶ added in v0.2.1

func (o *StoreWeblogicExecEnvReq) HasExecEnv() bool

HasExecEnv returns a boolean if a field has been set.

func (*StoreWeblogicExecEnvReq) HasIdOrName ¶ added in v0.3.0

func (o *StoreWeblogicExecEnvReq) HasIdOrName() bool

HasIdOrName returns a boolean if a field has been set.

func (StoreWeblogicExecEnvReq) MarshalJSON ¶ added in v0.2.1

func (o StoreWeblogicExecEnvReq) MarshalJSON() ([]byte, error)

func (*StoreWeblogicExecEnvReq) SetExecEnv ¶ added in v0.2.1

SetExecEnv gets a reference to the given WeblogicExecutionEnvironmentDTO and assigns it to the ExecEnv field.

func (*StoreWeblogicExecEnvReq) SetIdOrName ¶ added in v0.3.0

func (o *StoreWeblogicExecEnvReq) SetIdOrName(v string)

SetIdOrName gets a reference to the given string and assigns it to the IdOrName field.

func (*StoreWeblogicExecEnvReq) UnmarshalJSON ¶ added in v0.2.1

func (o *StoreWeblogicExecEnvReq) UnmarshalJSON(bytes []byte) (err error)

type StoreWeblogicExecEnvRes ¶ added in v0.2.1

type StoreWeblogicExecEnvRes struct {
	Error                *string                          `json:"error,omitempty"`
	ExecEnv              *WeblogicExecutionEnvironmentDTO `json:"execEnv,omitempty"`
	ValidationErrors     []string                         `json:"validationErrors,omitempty"`
	AdditionalProperties map[string]interface{}
}

StoreWeblogicExecEnvRes struct for StoreWeblogicExecEnvRes

func NewStoreWeblogicExecEnvRes ¶ added in v0.2.1

func NewStoreWeblogicExecEnvRes() *StoreWeblogicExecEnvRes

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

func NewStoreWeblogicExecEnvResWithDefaults ¶ added in v0.2.1

func NewStoreWeblogicExecEnvResWithDefaults() *StoreWeblogicExecEnvRes

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

func (*StoreWeblogicExecEnvRes) GetError ¶ added in v0.2.1

func (o *StoreWeblogicExecEnvRes) GetError() string

GetError returns the Error field value if set, zero value otherwise.

func (*StoreWeblogicExecEnvRes) GetErrorOk ¶ added in v0.2.1

func (o *StoreWeblogicExecEnvRes) GetErrorOk() (*string, bool)

GetErrorOk returns a tuple with the Error field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StoreWeblogicExecEnvRes) GetExecEnv ¶ added in v0.2.1

GetExecEnv returns the ExecEnv field value if set, zero value otherwise.

func (*StoreWeblogicExecEnvRes) GetExecEnvOk ¶ added in v0.2.1

GetExecEnvOk returns a tuple with the ExecEnv field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StoreWeblogicExecEnvRes) GetValidationErrors ¶ added in v0.2.1

func (o *StoreWeblogicExecEnvRes) GetValidationErrors() []string

GetValidationErrors returns the ValidationErrors field value if set, zero value otherwise.

func (*StoreWeblogicExecEnvRes) GetValidationErrorsOk ¶ added in v0.2.1

func (o *StoreWeblogicExecEnvRes) GetValidationErrorsOk() ([]string, bool)

GetValidationErrorsOk returns a tuple with the ValidationErrors field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StoreWeblogicExecEnvRes) HasError ¶ added in v0.2.1

func (o *StoreWeblogicExecEnvRes) HasError() bool

HasError returns a boolean if a field has been set.

func (*StoreWeblogicExecEnvRes) HasExecEnv ¶ added in v0.2.1

func (o *StoreWeblogicExecEnvRes) HasExecEnv() bool

HasExecEnv returns a boolean if a field has been set.

func (*StoreWeblogicExecEnvRes) HasValidationErrors ¶ added in v0.2.1

func (o *StoreWeblogicExecEnvRes) HasValidationErrors() bool

HasValidationErrors returns a boolean if a field has been set.

func (StoreWeblogicExecEnvRes) MarshalJSON ¶ added in v0.2.1

func (o StoreWeblogicExecEnvRes) MarshalJSON() ([]byte, error)

func (*StoreWeblogicExecEnvRes) SetError ¶ added in v0.2.1

func (o *StoreWeblogicExecEnvRes) SetError(v string)

SetError gets a reference to the given string and assigns it to the Error field.

func (*StoreWeblogicExecEnvRes) SetExecEnv ¶ added in v0.2.1

SetExecEnv gets a reference to the given WeblogicExecutionEnvironmentDTO and assigns it to the ExecEnv field.

func (*StoreWeblogicExecEnvRes) SetValidationErrors ¶ added in v0.2.1

func (o *StoreWeblogicExecEnvRes) SetValidationErrors(v []string)

SetValidationErrors gets a reference to the given []string and assigns it to the ValidationErrors field.

func (*StoreWeblogicExecEnvRes) UnmarshalJSON ¶ added in v0.2.1

func (o *StoreWeblogicExecEnvRes) UnmarshalJSON(bytes []byte) (err error)

type SubjectAuthenticationPolicyDTO ¶

type SubjectAuthenticationPolicyDTO struct {
	Description          *string `json:"description,omitempty"`
	Name                 *string `json:"name,omitempty"`
	AdditionalProperties map[string]interface{}
}

SubjectAuthenticationPolicyDTO struct for SubjectAuthenticationPolicyDTO

func NewSubjectAuthenticationPolicyDTO ¶

func NewSubjectAuthenticationPolicyDTO() *SubjectAuthenticationPolicyDTO

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

func NewSubjectAuthenticationPolicyDTOWithDefaults ¶

func NewSubjectAuthenticationPolicyDTOWithDefaults() *SubjectAuthenticationPolicyDTO

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

func (*SubjectAuthenticationPolicyDTO) GetDescription ¶

func (o *SubjectAuthenticationPolicyDTO) GetDescription() string

GetDescription returns the Description field value if set, zero value otherwise.

func (*SubjectAuthenticationPolicyDTO) GetDescriptionOk ¶

func (o *SubjectAuthenticationPolicyDTO) GetDescriptionOk() (*string, bool)

GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubjectAuthenticationPolicyDTO) GetName ¶

GetName returns the Name field value if set, zero value otherwise.

func (*SubjectAuthenticationPolicyDTO) GetNameOk ¶

func (o *SubjectAuthenticationPolicyDTO) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubjectAuthenticationPolicyDTO) HasDescription ¶

func (o *SubjectAuthenticationPolicyDTO) HasDescription() bool

HasDescription returns a boolean if a field has been set.

func (*SubjectAuthenticationPolicyDTO) HasName ¶

func (o *SubjectAuthenticationPolicyDTO) HasName() bool

HasName returns a boolean if a field has been set.

func (SubjectAuthenticationPolicyDTO) MarshalJSON ¶

func (o SubjectAuthenticationPolicyDTO) MarshalJSON() ([]byte, error)

func (*SubjectAuthenticationPolicyDTO) SetDescription ¶

func (o *SubjectAuthenticationPolicyDTO) SetDescription(v string)

SetDescription gets a reference to the given string and assigns it to the Description field.

func (*SubjectAuthenticationPolicyDTO) SetName ¶

func (o *SubjectAuthenticationPolicyDTO) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*SubjectAuthenticationPolicyDTO) UnmarshalJSON ¶

func (o *SubjectAuthenticationPolicyDTO) UnmarshalJSON(bytes []byte) (err error)

type SubjectNameIdentifierPolicyDTO ¶

type SubjectNameIdentifierPolicyDTO struct {
	DescriptionKey       *string `json:"descriptionKey,omitempty"`
	Id                   *string `json:"id,omitempty"`
	Name                 *string `json:"name,omitempty"`
	SubjectAttribute     *string `json:"subjectAttribute,omitempty"`
	Type                 *string `json:"type,omitempty"`
	AdditionalProperties map[string]interface{}
}

SubjectNameIdentifierPolicyDTO struct for SubjectNameIdentifierPolicyDTO

func NewSubjectNameIdentifierPolicyDTO ¶

func NewSubjectNameIdentifierPolicyDTO() *SubjectNameIdentifierPolicyDTO

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

func NewSubjectNameIdentifierPolicyDTOWithDefaults ¶

func NewSubjectNameIdentifierPolicyDTOWithDefaults() *SubjectNameIdentifierPolicyDTO

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

func (*SubjectNameIdentifierPolicyDTO) GetDescriptionKey ¶

func (o *SubjectNameIdentifierPolicyDTO) GetDescriptionKey() string

GetDescriptionKey returns the DescriptionKey field value if set, zero value otherwise.

func (*SubjectNameIdentifierPolicyDTO) GetDescriptionKeyOk ¶

func (o *SubjectNameIdentifierPolicyDTO) GetDescriptionKeyOk() (*string, bool)

GetDescriptionKeyOk returns a tuple with the DescriptionKey field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubjectNameIdentifierPolicyDTO) GetId ¶

GetId returns the Id field value if set, zero value otherwise.

func (*SubjectNameIdentifierPolicyDTO) GetIdOk ¶

func (o *SubjectNameIdentifierPolicyDTO) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubjectNameIdentifierPolicyDTO) GetName ¶

GetName returns the Name field value if set, zero value otherwise.

func (*SubjectNameIdentifierPolicyDTO) GetNameOk ¶

func (o *SubjectNameIdentifierPolicyDTO) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubjectNameIdentifierPolicyDTO) GetSubjectAttribute ¶

func (o *SubjectNameIdentifierPolicyDTO) GetSubjectAttribute() string

GetSubjectAttribute returns the SubjectAttribute field value if set, zero value otherwise.

func (*SubjectNameIdentifierPolicyDTO) GetSubjectAttributeOk ¶

func (o *SubjectNameIdentifierPolicyDTO) GetSubjectAttributeOk() (*string, bool)

GetSubjectAttributeOk returns a tuple with the SubjectAttribute field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubjectNameIdentifierPolicyDTO) GetType ¶

GetType returns the Type field value if set, zero value otherwise.

func (*SubjectNameIdentifierPolicyDTO) GetTypeOk ¶

func (o *SubjectNameIdentifierPolicyDTO) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubjectNameIdentifierPolicyDTO) HasDescriptionKey ¶

func (o *SubjectNameIdentifierPolicyDTO) HasDescriptionKey() bool

HasDescriptionKey returns a boolean if a field has been set.

func (*SubjectNameIdentifierPolicyDTO) HasId ¶

HasId returns a boolean if a field has been set.

func (*SubjectNameIdentifierPolicyDTO) HasName ¶

func (o *SubjectNameIdentifierPolicyDTO) HasName() bool

HasName returns a boolean if a field has been set.

func (*SubjectNameIdentifierPolicyDTO) HasSubjectAttribute ¶

func (o *SubjectNameIdentifierPolicyDTO) HasSubjectAttribute() bool

HasSubjectAttribute returns a boolean if a field has been set.

func (*SubjectNameIdentifierPolicyDTO) HasType ¶

func (o *SubjectNameIdentifierPolicyDTO) HasType() bool

HasType returns a boolean if a field has been set.

func (SubjectNameIdentifierPolicyDTO) MarshalJSON ¶

func (o SubjectNameIdentifierPolicyDTO) MarshalJSON() ([]byte, error)

func (*SubjectNameIdentifierPolicyDTO) SetDescriptionKey ¶

func (o *SubjectNameIdentifierPolicyDTO) SetDescriptionKey(v string)

SetDescriptionKey gets a reference to the given string and assigns it to the DescriptionKey field.

func (*SubjectNameIdentifierPolicyDTO) SetId ¶

SetId gets a reference to the given string and assigns it to the Id field.

func (*SubjectNameIdentifierPolicyDTO) SetName ¶

func (o *SubjectNameIdentifierPolicyDTO) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*SubjectNameIdentifierPolicyDTO) SetSubjectAttribute ¶

func (o *SubjectNameIdentifierPolicyDTO) SetSubjectAttribute(v string)

SetSubjectAttribute gets a reference to the given string and assigns it to the SubjectAttribute field.

func (*SubjectNameIdentifierPolicyDTO) SetType ¶

func (o *SubjectNameIdentifierPolicyDTO) SetType(v string)

SetType gets a reference to the given string and assigns it to the Type field.

func (*SubjectNameIdentifierPolicyDTO) UnmarshalJSON ¶

func (o *SubjectNameIdentifierPolicyDTO) UnmarshalJSON(bytes []byte) (err error)

type TOTPAuthenticationServiceDTO ¶

type TOTPAuthenticationServiceDTO struct {
	Crypto                   *string                      `json:"crypto,omitempty"`
	DelegatedAuthentications []DelegatedAuthenticationDTO `json:"delegatedAuthentications,omitempty"`
	Description              *string                      `json:"description,omitempty"`
	DisplayName              *string                      `json:"displayName,omitempty"`
	ElementId                *string                      `json:"elementId,omitempty"`
	Id                       *int64                       `json:"id,omitempty"`
	Name                     *string                      `json:"name,omitempty"`
	ReturnDigits             *int32                       `json:"returnDigits,omitempty"`
	SecretCredential         *string                      `json:"secretCredential,omitempty"`
	X                        *float64                     `json:"x,omitempty"`
	Y                        *float64                     `json:"y,omitempty"`
	AdditionalProperties     map[string]interface{}
}

TOTPAuthenticationServiceDTO struct for TOTPAuthenticationServiceDTO

func NewTOTPAuthenticationServiceDTO ¶

func NewTOTPAuthenticationServiceDTO() *TOTPAuthenticationServiceDTO

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

func NewTOTPAuthenticationServiceDTOWithDefaults ¶

func NewTOTPAuthenticationServiceDTOWithDefaults() *TOTPAuthenticationServiceDTO

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

func (*TOTPAuthenticationServiceDTO) GetCrypto ¶

func (o *TOTPAuthenticationServiceDTO) GetCrypto() string

GetCrypto returns the Crypto field value if set, zero value otherwise.

func (*TOTPAuthenticationServiceDTO) GetCryptoOk ¶

func (o *TOTPAuthenticationServiceDTO) GetCryptoOk() (*string, bool)

GetCryptoOk returns a tuple with the Crypto field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TOTPAuthenticationServiceDTO) GetDelegatedAuthentications ¶

func (o *TOTPAuthenticationServiceDTO) GetDelegatedAuthentications() []DelegatedAuthenticationDTO

GetDelegatedAuthentications returns the DelegatedAuthentications field value if set, zero value otherwise.

func (*TOTPAuthenticationServiceDTO) GetDelegatedAuthenticationsOk ¶

func (o *TOTPAuthenticationServiceDTO) GetDelegatedAuthenticationsOk() ([]DelegatedAuthenticationDTO, bool)

GetDelegatedAuthenticationsOk returns a tuple with the DelegatedAuthentications field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TOTPAuthenticationServiceDTO) GetDescription ¶

func (o *TOTPAuthenticationServiceDTO) GetDescription() string

GetDescription returns the Description field value if set, zero value otherwise.

func (*TOTPAuthenticationServiceDTO) GetDescriptionOk ¶

func (o *TOTPAuthenticationServiceDTO) GetDescriptionOk() (*string, bool)

GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TOTPAuthenticationServiceDTO) GetDisplayName ¶

func (o *TOTPAuthenticationServiceDTO) GetDisplayName() string

GetDisplayName returns the DisplayName field value if set, zero value otherwise.

func (*TOTPAuthenticationServiceDTO) GetDisplayNameOk ¶

func (o *TOTPAuthenticationServiceDTO) GetDisplayNameOk() (*string, bool)

GetDisplayNameOk returns a tuple with the DisplayName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TOTPAuthenticationServiceDTO) GetElementId ¶

func (o *TOTPAuthenticationServiceDTO) GetElementId() string

GetElementId returns the ElementId field value if set, zero value otherwise.

func (*TOTPAuthenticationServiceDTO) GetElementIdOk ¶

func (o *TOTPAuthenticationServiceDTO) GetElementIdOk() (*string, bool)

GetElementIdOk returns a tuple with the ElementId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TOTPAuthenticationServiceDTO) GetId ¶

GetId returns the Id field value if set, zero value otherwise.

func (*TOTPAuthenticationServiceDTO) GetIdOk ¶

func (o *TOTPAuthenticationServiceDTO) GetIdOk() (*int64, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TOTPAuthenticationServiceDTO) GetName ¶

func (o *TOTPAuthenticationServiceDTO) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*TOTPAuthenticationServiceDTO) GetNameOk ¶

func (o *TOTPAuthenticationServiceDTO) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TOTPAuthenticationServiceDTO) GetReturnDigits ¶

func (o *TOTPAuthenticationServiceDTO) GetReturnDigits() int32

GetReturnDigits returns the ReturnDigits field value if set, zero value otherwise.

func (*TOTPAuthenticationServiceDTO) GetReturnDigitsOk ¶

func (o *TOTPAuthenticationServiceDTO) GetReturnDigitsOk() (*int32, bool)

GetReturnDigitsOk returns a tuple with the ReturnDigits field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TOTPAuthenticationServiceDTO) GetSecretCredential ¶

func (o *TOTPAuthenticationServiceDTO) GetSecretCredential() string

GetSecretCredential returns the SecretCredential field value if set, zero value otherwise.

func (*TOTPAuthenticationServiceDTO) GetSecretCredentialOk ¶

func (o *TOTPAuthenticationServiceDTO) GetSecretCredentialOk() (*string, bool)

GetSecretCredentialOk returns a tuple with the SecretCredential field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TOTPAuthenticationServiceDTO) GetX ¶

GetX returns the X field value if set, zero value otherwise.

func (*TOTPAuthenticationServiceDTO) GetXOk ¶

func (o *TOTPAuthenticationServiceDTO) GetXOk() (*float64, bool)

GetXOk returns a tuple with the X field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TOTPAuthenticationServiceDTO) GetY ¶

GetY returns the Y field value if set, zero value otherwise.

func (*TOTPAuthenticationServiceDTO) GetYOk ¶

func (o *TOTPAuthenticationServiceDTO) GetYOk() (*float64, bool)

GetYOk returns a tuple with the Y field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TOTPAuthenticationServiceDTO) HasCrypto ¶

func (o *TOTPAuthenticationServiceDTO) HasCrypto() bool

HasCrypto returns a boolean if a field has been set.

func (*TOTPAuthenticationServiceDTO) HasDelegatedAuthentications ¶

func (o *TOTPAuthenticationServiceDTO) HasDelegatedAuthentications() bool

HasDelegatedAuthentications returns a boolean if a field has been set.

func (*TOTPAuthenticationServiceDTO) HasDescription ¶

func (o *TOTPAuthenticationServiceDTO) HasDescription() bool

HasDescription returns a boolean if a field has been set.

func (*TOTPAuthenticationServiceDTO) HasDisplayName ¶

func (o *TOTPAuthenticationServiceDTO) HasDisplayName() bool

HasDisplayName returns a boolean if a field has been set.

func (*TOTPAuthenticationServiceDTO) HasElementId ¶

func (o *TOTPAuthenticationServiceDTO) HasElementId() bool

HasElementId returns a boolean if a field has been set.

func (*TOTPAuthenticationServiceDTO) HasId ¶

HasId returns a boolean if a field has been set.

func (*TOTPAuthenticationServiceDTO) HasName ¶

func (o *TOTPAuthenticationServiceDTO) HasName() bool

HasName returns a boolean if a field has been set.

func (*TOTPAuthenticationServiceDTO) HasReturnDigits ¶

func (o *TOTPAuthenticationServiceDTO) HasReturnDigits() bool

HasReturnDigits returns a boolean if a field has been set.

func (*TOTPAuthenticationServiceDTO) HasSecretCredential ¶

func (o *TOTPAuthenticationServiceDTO) HasSecretCredential() bool

HasSecretCredential returns a boolean if a field has been set.

func (*TOTPAuthenticationServiceDTO) HasX ¶

HasX returns a boolean if a field has been set.

func (*TOTPAuthenticationServiceDTO) HasY ¶

HasY returns a boolean if a field has been set.

func (TOTPAuthenticationServiceDTO) MarshalJSON ¶

func (o TOTPAuthenticationServiceDTO) MarshalJSON() ([]byte, error)

func (*TOTPAuthenticationServiceDTO) SetCrypto ¶

func (o *TOTPAuthenticationServiceDTO) SetCrypto(v string)

SetCrypto gets a reference to the given string and assigns it to the Crypto field.

func (*TOTPAuthenticationServiceDTO) SetDelegatedAuthentications ¶

func (o *TOTPAuthenticationServiceDTO) SetDelegatedAuthentications(v []DelegatedAuthenticationDTO)

SetDelegatedAuthentications gets a reference to the given []DelegatedAuthenticationDTO and assigns it to the DelegatedAuthentications field.

func (*TOTPAuthenticationServiceDTO) SetDescription ¶

func (o *TOTPAuthenticationServiceDTO) SetDescription(v string)

SetDescription gets a reference to the given string and assigns it to the Description field.

func (*TOTPAuthenticationServiceDTO) SetDisplayName ¶

func (o *TOTPAuthenticationServiceDTO) SetDisplayName(v string)

SetDisplayName gets a reference to the given string and assigns it to the DisplayName field.

func (*TOTPAuthenticationServiceDTO) SetElementId ¶

func (o *TOTPAuthenticationServiceDTO) SetElementId(v string)

SetElementId gets a reference to the given string and assigns it to the ElementId field.

func (*TOTPAuthenticationServiceDTO) SetId ¶

func (o *TOTPAuthenticationServiceDTO) SetId(v int64)

SetId gets a reference to the given int64 and assigns it to the Id field.

func (*TOTPAuthenticationServiceDTO) SetName ¶

func (o *TOTPAuthenticationServiceDTO) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*TOTPAuthenticationServiceDTO) SetReturnDigits ¶

func (o *TOTPAuthenticationServiceDTO) SetReturnDigits(v int32)

SetReturnDigits gets a reference to the given int32 and assigns it to the ReturnDigits field.

func (*TOTPAuthenticationServiceDTO) SetSecretCredential ¶

func (o *TOTPAuthenticationServiceDTO) SetSecretCredential(v string)

SetSecretCredential gets a reference to the given string and assigns it to the SecretCredential field.

func (*TOTPAuthenticationServiceDTO) SetX ¶

SetX gets a reference to the given float64 and assigns it to the X field.

func (*TOTPAuthenticationServiceDTO) SetY ¶

SetY gets a reference to the given float64 and assigns it to the Y field.

func (*TOTPAuthenticationServiceDTO) UnmarshalJSON ¶

func (o *TOTPAuthenticationServiceDTO) UnmarshalJSON(bytes []byte) (err error)

type TomcatExecutionEnvironmentDTO ¶

type TomcatExecutionEnvironmentDTO struct {
	Activations            []ActivationDTO `json:"activations,omitempty"`
	Active                 *bool           `json:"active,omitempty"`
	BindingLocation        *LocationDTO    `json:"bindingLocation,omitempty"`
	Description            *string         `json:"description,omitempty"`
	DisplayName            *string         `json:"displayName,omitempty"`
	ElementId              *string         `json:"elementId,omitempty"`
	Id                     *int64          `json:"id,omitempty"`
	InstallDemoApps        *bool           `json:"installDemoApps,omitempty"`
	InstallUri             *string         `json:"installUri,omitempty"`
	Location               *string         `json:"location,omitempty"`
	Name                   *string         `json:"name,omitempty"`
	OverwriteOriginalSetup *bool           `json:"overwriteOriginalSetup,omitempty"`
	PlatformId             *string         `json:"platformId,omitempty"`
	TargetJDK              *string         `json:"targetJDK,omitempty"`
	Type                   *string         `json:"type,omitempty"`
	X                      *float64        `json:"x,omitempty"`
	Y                      *float64        `json:"y,omitempty"`
	AdditionalProperties   map[string]interface{}
}

TomcatExecutionEnvironmentDTO struct for TomcatExecutionEnvironmentDTO

func NewTomcatExecutionEnvironmentDTO ¶

func NewTomcatExecutionEnvironmentDTO() *TomcatExecutionEnvironmentDTO

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

func NewTomcatExecutionEnvironmentDTOWithDefaults ¶

func NewTomcatExecutionEnvironmentDTOWithDefaults() *TomcatExecutionEnvironmentDTO

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

func (*TomcatExecutionEnvironmentDTO) GetActivations ¶

func (o *TomcatExecutionEnvironmentDTO) GetActivations() []ActivationDTO

GetActivations returns the Activations field value if set, zero value otherwise.

func (*TomcatExecutionEnvironmentDTO) GetActivationsOk ¶

func (o *TomcatExecutionEnvironmentDTO) GetActivationsOk() ([]ActivationDTO, bool)

GetActivationsOk returns a tuple with the Activations field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TomcatExecutionEnvironmentDTO) GetActive ¶

func (o *TomcatExecutionEnvironmentDTO) GetActive() bool

GetActive returns the Active field value if set, zero value otherwise.

func (*TomcatExecutionEnvironmentDTO) GetActiveOk ¶

func (o *TomcatExecutionEnvironmentDTO) GetActiveOk() (*bool, bool)

GetActiveOk returns a tuple with the Active field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TomcatExecutionEnvironmentDTO) GetBindingLocation ¶

func (o *TomcatExecutionEnvironmentDTO) GetBindingLocation() LocationDTO

GetBindingLocation returns the BindingLocation field value if set, zero value otherwise.

func (*TomcatExecutionEnvironmentDTO) GetBindingLocationOk ¶

func (o *TomcatExecutionEnvironmentDTO) GetBindingLocationOk() (*LocationDTO, bool)

GetBindingLocationOk returns a tuple with the BindingLocation field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TomcatExecutionEnvironmentDTO) GetDescription ¶

func (o *TomcatExecutionEnvironmentDTO) GetDescription() string

GetDescription returns the Description field value if set, zero value otherwise.

func (*TomcatExecutionEnvironmentDTO) GetDescriptionOk ¶

func (o *TomcatExecutionEnvironmentDTO) GetDescriptionOk() (*string, bool)

GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TomcatExecutionEnvironmentDTO) GetDisplayName ¶

func (o *TomcatExecutionEnvironmentDTO) GetDisplayName() string

GetDisplayName returns the DisplayName field value if set, zero value otherwise.

func (*TomcatExecutionEnvironmentDTO) GetDisplayNameOk ¶

func (o *TomcatExecutionEnvironmentDTO) GetDisplayNameOk() (*string, bool)

GetDisplayNameOk returns a tuple with the DisplayName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TomcatExecutionEnvironmentDTO) GetElementId ¶

func (o *TomcatExecutionEnvironmentDTO) GetElementId() string

GetElementId returns the ElementId field value if set, zero value otherwise.

func (*TomcatExecutionEnvironmentDTO) GetElementIdOk ¶

func (o *TomcatExecutionEnvironmentDTO) GetElementIdOk() (*string, bool)

GetElementIdOk returns a tuple with the ElementId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TomcatExecutionEnvironmentDTO) GetId ¶

GetId returns the Id field value if set, zero value otherwise.

func (*TomcatExecutionEnvironmentDTO) GetIdOk ¶

func (o *TomcatExecutionEnvironmentDTO) GetIdOk() (*int64, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TomcatExecutionEnvironmentDTO) GetInstallDemoApps ¶

func (o *TomcatExecutionEnvironmentDTO) GetInstallDemoApps() bool

GetInstallDemoApps returns the InstallDemoApps field value if set, zero value otherwise.

func (*TomcatExecutionEnvironmentDTO) GetInstallDemoAppsOk ¶

func (o *TomcatExecutionEnvironmentDTO) GetInstallDemoAppsOk() (*bool, bool)

GetInstallDemoAppsOk returns a tuple with the InstallDemoApps field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TomcatExecutionEnvironmentDTO) GetInstallUri ¶

func (o *TomcatExecutionEnvironmentDTO) GetInstallUri() string

GetInstallUri returns the InstallUri field value if set, zero value otherwise.

func (*TomcatExecutionEnvironmentDTO) GetInstallUriOk ¶

func (o *TomcatExecutionEnvironmentDTO) GetInstallUriOk() (*string, bool)

GetInstallUriOk returns a tuple with the InstallUri field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TomcatExecutionEnvironmentDTO) GetLocation ¶

func (o *TomcatExecutionEnvironmentDTO) GetLocation() string

GetLocation returns the Location field value if set, zero value otherwise.

func (*TomcatExecutionEnvironmentDTO) GetLocationOk ¶

func (o *TomcatExecutionEnvironmentDTO) GetLocationOk() (*string, bool)

GetLocationOk returns a tuple with the Location field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TomcatExecutionEnvironmentDTO) GetName ¶

GetName returns the Name field value if set, zero value otherwise.

func (*TomcatExecutionEnvironmentDTO) GetNameOk ¶

func (o *TomcatExecutionEnvironmentDTO) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TomcatExecutionEnvironmentDTO) GetOverwriteOriginalSetup ¶

func (o *TomcatExecutionEnvironmentDTO) GetOverwriteOriginalSetup() bool

GetOverwriteOriginalSetup returns the OverwriteOriginalSetup field value if set, zero value otherwise.

func (*TomcatExecutionEnvironmentDTO) GetOverwriteOriginalSetupOk ¶

func (o *TomcatExecutionEnvironmentDTO) GetOverwriteOriginalSetupOk() (*bool, bool)

GetOverwriteOriginalSetupOk returns a tuple with the OverwriteOriginalSetup field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TomcatExecutionEnvironmentDTO) GetPlatformId ¶

func (o *TomcatExecutionEnvironmentDTO) GetPlatformId() string

GetPlatformId returns the PlatformId field value if set, zero value otherwise.

func (*TomcatExecutionEnvironmentDTO) GetPlatformIdOk ¶

func (o *TomcatExecutionEnvironmentDTO) GetPlatformIdOk() (*string, bool)

GetPlatformIdOk returns a tuple with the PlatformId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TomcatExecutionEnvironmentDTO) GetTargetJDK ¶

func (o *TomcatExecutionEnvironmentDTO) GetTargetJDK() string

GetTargetJDK returns the TargetJDK field value if set, zero value otherwise.

func (*TomcatExecutionEnvironmentDTO) GetTargetJDKOk ¶

func (o *TomcatExecutionEnvironmentDTO) GetTargetJDKOk() (*string, bool)

GetTargetJDKOk returns a tuple with the TargetJDK field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TomcatExecutionEnvironmentDTO) GetType ¶

GetType returns the Type field value if set, zero value otherwise.

func (*TomcatExecutionEnvironmentDTO) GetTypeOk ¶

func (o *TomcatExecutionEnvironmentDTO) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TomcatExecutionEnvironmentDTO) GetX ¶

GetX returns the X field value if set, zero value otherwise.

func (*TomcatExecutionEnvironmentDTO) GetXOk ¶

func (o *TomcatExecutionEnvironmentDTO) GetXOk() (*float64, bool)

GetXOk returns a tuple with the X field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TomcatExecutionEnvironmentDTO) GetY ¶

GetY returns the Y field value if set, zero value otherwise.

func (*TomcatExecutionEnvironmentDTO) GetYOk ¶

func (o *TomcatExecutionEnvironmentDTO) GetYOk() (*float64, bool)

GetYOk returns a tuple with the Y field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TomcatExecutionEnvironmentDTO) HasActivations ¶

func (o *TomcatExecutionEnvironmentDTO) HasActivations() bool

HasActivations returns a boolean if a field has been set.

func (*TomcatExecutionEnvironmentDTO) HasActive ¶

func (o *TomcatExecutionEnvironmentDTO) HasActive() bool

HasActive returns a boolean if a field has been set.

func (*TomcatExecutionEnvironmentDTO) HasBindingLocation ¶

func (o *TomcatExecutionEnvironmentDTO) HasBindingLocation() bool

HasBindingLocation returns a boolean if a field has been set.

func (*TomcatExecutionEnvironmentDTO) HasDescription ¶

func (o *TomcatExecutionEnvironmentDTO) HasDescription() bool

HasDescription returns a boolean if a field has been set.

func (*TomcatExecutionEnvironmentDTO) HasDisplayName ¶

func (o *TomcatExecutionEnvironmentDTO) HasDisplayName() bool

HasDisplayName returns a boolean if a field has been set.

func (*TomcatExecutionEnvironmentDTO) HasElementId ¶

func (o *TomcatExecutionEnvironmentDTO) HasElementId() bool

HasElementId returns a boolean if a field has been set.

func (*TomcatExecutionEnvironmentDTO) HasId ¶

HasId returns a boolean if a field has been set.

func (*TomcatExecutionEnvironmentDTO) HasInstallDemoApps ¶

func (o *TomcatExecutionEnvironmentDTO) HasInstallDemoApps() bool

HasInstallDemoApps returns a boolean if a field has been set.

func (*TomcatExecutionEnvironmentDTO) HasInstallUri ¶

func (o *TomcatExecutionEnvironmentDTO) HasInstallUri() bool

HasInstallUri returns a boolean if a field has been set.

func (*TomcatExecutionEnvironmentDTO) HasLocation ¶

func (o *TomcatExecutionEnvironmentDTO) HasLocation() bool

HasLocation returns a boolean if a field has been set.

func (*TomcatExecutionEnvironmentDTO) HasName ¶

func (o *TomcatExecutionEnvironmentDTO) HasName() bool

HasName returns a boolean if a field has been set.

func (*TomcatExecutionEnvironmentDTO) HasOverwriteOriginalSetup ¶

func (o *TomcatExecutionEnvironmentDTO) HasOverwriteOriginalSetup() bool

HasOverwriteOriginalSetup returns a boolean if a field has been set.

func (*TomcatExecutionEnvironmentDTO) HasPlatformId ¶

func (o *TomcatExecutionEnvironmentDTO) HasPlatformId() bool

HasPlatformId returns a boolean if a field has been set.

func (*TomcatExecutionEnvironmentDTO) HasTargetJDK ¶

func (o *TomcatExecutionEnvironmentDTO) HasTargetJDK() bool

HasTargetJDK returns a boolean if a field has been set.

func (*TomcatExecutionEnvironmentDTO) HasType ¶

func (o *TomcatExecutionEnvironmentDTO) HasType() bool

HasType returns a boolean if a field has been set.

func (*TomcatExecutionEnvironmentDTO) HasX ¶

HasX returns a boolean if a field has been set.

func (*TomcatExecutionEnvironmentDTO) HasY ¶

HasY returns a boolean if a field has been set.

func (TomcatExecutionEnvironmentDTO) MarshalJSON ¶

func (o TomcatExecutionEnvironmentDTO) MarshalJSON() ([]byte, error)

func (*TomcatExecutionEnvironmentDTO) SetActivations ¶

func (o *TomcatExecutionEnvironmentDTO) SetActivations(v []ActivationDTO)

SetActivations gets a reference to the given []ActivationDTO and assigns it to the Activations field.

func (*TomcatExecutionEnvironmentDTO) SetActive ¶

func (o *TomcatExecutionEnvironmentDTO) SetActive(v bool)

SetActive gets a reference to the given bool and assigns it to the Active field.

func (*TomcatExecutionEnvironmentDTO) SetBindingLocation ¶

func (o *TomcatExecutionEnvironmentDTO) SetBindingLocation(v LocationDTO)

SetBindingLocation gets a reference to the given LocationDTO and assigns it to the BindingLocation field.

func (*TomcatExecutionEnvironmentDTO) SetDescription ¶

func (o *TomcatExecutionEnvironmentDTO) SetDescription(v string)

SetDescription gets a reference to the given string and assigns it to the Description field.

func (*TomcatExecutionEnvironmentDTO) SetDisplayName ¶

func (o *TomcatExecutionEnvironmentDTO) SetDisplayName(v string)

SetDisplayName gets a reference to the given string and assigns it to the DisplayName field.

func (*TomcatExecutionEnvironmentDTO) SetElementId ¶

func (o *TomcatExecutionEnvironmentDTO) SetElementId(v string)

SetElementId gets a reference to the given string and assigns it to the ElementId field.

func (*TomcatExecutionEnvironmentDTO) SetId ¶

SetId gets a reference to the given int64 and assigns it to the Id field.

func (*TomcatExecutionEnvironmentDTO) SetInstallDemoApps ¶

func (o *TomcatExecutionEnvironmentDTO) SetInstallDemoApps(v bool)

SetInstallDemoApps gets a reference to the given bool and assigns it to the InstallDemoApps field.

func (*TomcatExecutionEnvironmentDTO) SetInstallUri ¶

func (o *TomcatExecutionEnvironmentDTO) SetInstallUri(v string)

SetInstallUri gets a reference to the given string and assigns it to the InstallUri field.

func (*TomcatExecutionEnvironmentDTO) SetLocation ¶

func (o *TomcatExecutionEnvironmentDTO) SetLocation(v string)

SetLocation gets a reference to the given string and assigns it to the Location field.

func (*TomcatExecutionEnvironmentDTO) SetName ¶

func (o *TomcatExecutionEnvironmentDTO) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*TomcatExecutionEnvironmentDTO) SetOverwriteOriginalSetup ¶

func (o *TomcatExecutionEnvironmentDTO) SetOverwriteOriginalSetup(v bool)

SetOverwriteOriginalSetup gets a reference to the given bool and assigns it to the OverwriteOriginalSetup field.

func (*TomcatExecutionEnvironmentDTO) SetPlatformId ¶

func (o *TomcatExecutionEnvironmentDTO) SetPlatformId(v string)

SetPlatformId gets a reference to the given string and assigns it to the PlatformId field.

func (*TomcatExecutionEnvironmentDTO) SetTargetJDK ¶

func (o *TomcatExecutionEnvironmentDTO) SetTargetJDK(v string)

SetTargetJDK gets a reference to the given string and assigns it to the TargetJDK field.

func (*TomcatExecutionEnvironmentDTO) SetType ¶

func (o *TomcatExecutionEnvironmentDTO) SetType(v string)

SetType gets a reference to the given string and assigns it to the Type field.

func (*TomcatExecutionEnvironmentDTO) SetX ¶

SetX gets a reference to the given float64 and assigns it to the X field.

func (*TomcatExecutionEnvironmentDTO) SetY ¶

SetY gets a reference to the given float64 and assigns it to the Y field.

func (*TomcatExecutionEnvironmentDTO) UnmarshalJSON ¶

func (o *TomcatExecutionEnvironmentDTO) UnmarshalJSON(bytes []byte) (err error)

type UserDTO ¶

type UserDTO struct {
	AccountDisabled               *bool               `json:"accountDisabled,omitempty"`
	AccountExpirationDate         *time.Time          `json:"accountExpirationDate,omitempty"`
	AccountExpires                *bool               `json:"accountExpires,omitempty"`
	AllowUserToChangePassword     *bool               `json:"allowUserToChangePassword,omitempty"`
	AutomaticallyGeneratePassword *bool               `json:"automaticallyGeneratePassword,omitempty"`
	BusinessCategory              *string             `json:"businessCategory,omitempty"`
	CommonName                    *string             `json:"commonName,omitempty"`
	CountryName                   *string             `json:"countryName,omitempty"`
	DaysBeforeExpiration          *int32              `json:"daysBeforeExpiration,omitempty"`
	DaysBetweenChanges            *int32              `json:"daysBetweenChanges,omitempty"`
	DistinguishedName             *string             `json:"distinguishedName,omitempty"`
	Email                         *string             `json:"email,omitempty"`
	EmailNewPasword               *bool               `json:"emailNewPasword,omitempty"`
	ExtraAttributes               []AttributeValueDTO `json:"extraAttributes,omitempty"`
	FacsimilTelephoneNumber       *string             `json:"facsimilTelephoneNumber,omitempty"`
	FirstName                     *string             `json:"firstName,omitempty"`
	ForcePeriodicPasswordChanges  *bool               `json:"forcePeriodicPasswordChanges,omitempty"`
	GenerationQualifier           *string             `json:"generationQualifier,omitempty"`
	GivenName                     *string             `json:"givenName,omitempty"`
	Groups                        []GroupDTO          `json:"groups,omitempty"`
	Id                            *string             `json:"id,omitempty"`
	Initials                      *string             `json:"initials,omitempty"`
	Language                      *string             `json:"language,omitempty"`
	LimitSimultaneousLogin        *bool               `json:"limitSimultaneousLogin,omitempty"`
	LocalityName                  *string             `json:"localityName,omitempty"`
	MaximunLogins                 *int32              `json:"maximunLogins,omitempty"`
	NotifyPasswordExpiration      *bool               `json:"notifyPasswordExpiration,omitempty"`
	OrganizationName              *string             `json:"organizationName,omitempty"`
	OrganizationUnitName          *string             `json:"organizationUnitName,omitempty"`
	PasswordExpirationDate        *time.Time          `json:"passwordExpirationDate,omitempty"`
	PersonalTitle                 *string             `json:"personalTitle,omitempty"`
	PostOfficeBox                 *string             `json:"postOfficeBox,omitempty"`
	PostalAddress                 *string             `json:"postalAddress,omitempty"`
	PostalCode                    *string             `json:"postalCode,omitempty"`
	PreventNewSession             *bool               `json:"preventNewSession,omitempty"`
	StateOrProvinceName           *string             `json:"stateOrProvinceName,omitempty"`
	StreetAddress                 *string             `json:"streetAddress,omitempty"`
	Surename                      *string             `json:"surename,omitempty"`
	TelephoneNumber               *string             `json:"telephoneNumber,omitempty"`
	TerminatePreviousSession      *bool               `json:"terminatePreviousSession,omitempty"`
	UserCertificate               []string            `json:"userCertificate,omitempty"`
	UserName                      *string             `json:"userName,omitempty"`
	UserPassword                  *string             `json:"userPassword,omitempty"`
	AdditionalProperties          map[string]interface{}
}

UserDTO struct for UserDTO

func NewUserDTO ¶

func NewUserDTO() *UserDTO

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

func NewUserDTOWithDefaults ¶

func NewUserDTOWithDefaults() *UserDTO

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

func (*UserDTO) GetAccountDisabled ¶

func (o *UserDTO) GetAccountDisabled() bool

GetAccountDisabled returns the AccountDisabled field value if set, zero value otherwise.

func (*UserDTO) GetAccountDisabledOk ¶

func (o *UserDTO) GetAccountDisabledOk() (*bool, bool)

GetAccountDisabledOk returns a tuple with the AccountDisabled field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UserDTO) GetAccountExpirationDate ¶

func (o *UserDTO) GetAccountExpirationDate() time.Time

GetAccountExpirationDate returns the AccountExpirationDate field value if set, zero value otherwise.

func (*UserDTO) GetAccountExpirationDateOk ¶

func (o *UserDTO) GetAccountExpirationDateOk() (*time.Time, bool)

GetAccountExpirationDateOk returns a tuple with the AccountExpirationDate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UserDTO) GetAccountExpires ¶

func (o *UserDTO) GetAccountExpires() bool

GetAccountExpires returns the AccountExpires field value if set, zero value otherwise.

func (*UserDTO) GetAccountExpiresOk ¶

func (o *UserDTO) GetAccountExpiresOk() (*bool, bool)

GetAccountExpiresOk returns a tuple with the AccountExpires field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UserDTO) GetAllowUserToChangePassword ¶

func (o *UserDTO) GetAllowUserToChangePassword() bool

GetAllowUserToChangePassword returns the AllowUserToChangePassword field value if set, zero value otherwise.

func (*UserDTO) GetAllowUserToChangePasswordOk ¶

func (o *UserDTO) GetAllowUserToChangePasswordOk() (*bool, bool)

GetAllowUserToChangePasswordOk returns a tuple with the AllowUserToChangePassword field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UserDTO) GetAutomaticallyGeneratePassword ¶

func (o *UserDTO) GetAutomaticallyGeneratePassword() bool

GetAutomaticallyGeneratePassword returns the AutomaticallyGeneratePassword field value if set, zero value otherwise.

func (*UserDTO) GetAutomaticallyGeneratePasswordOk ¶

func (o *UserDTO) GetAutomaticallyGeneratePasswordOk() (*bool, bool)

GetAutomaticallyGeneratePasswordOk returns a tuple with the AutomaticallyGeneratePassword field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UserDTO) GetBusinessCategory ¶

func (o *UserDTO) GetBusinessCategory() string

GetBusinessCategory returns the BusinessCategory field value if set, zero value otherwise.

func (*UserDTO) GetBusinessCategoryOk ¶

func (o *UserDTO) GetBusinessCategoryOk() (*string, bool)

GetBusinessCategoryOk returns a tuple with the BusinessCategory field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UserDTO) GetCommonName ¶

func (o *UserDTO) GetCommonName() string

GetCommonName returns the CommonName field value if set, zero value otherwise.

func (*UserDTO) GetCommonNameOk ¶

func (o *UserDTO) GetCommonNameOk() (*string, bool)

GetCommonNameOk returns a tuple with the CommonName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UserDTO) GetCountryName ¶

func (o *UserDTO) GetCountryName() string

GetCountryName returns the CountryName field value if set, zero value otherwise.

func (*UserDTO) GetCountryNameOk ¶

func (o *UserDTO) GetCountryNameOk() (*string, bool)

GetCountryNameOk returns a tuple with the CountryName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UserDTO) GetDaysBeforeExpiration ¶

func (o *UserDTO) GetDaysBeforeExpiration() int32

GetDaysBeforeExpiration returns the DaysBeforeExpiration field value if set, zero value otherwise.

func (*UserDTO) GetDaysBeforeExpirationOk ¶

func (o *UserDTO) GetDaysBeforeExpirationOk() (*int32, bool)

GetDaysBeforeExpirationOk returns a tuple with the DaysBeforeExpiration field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UserDTO) GetDaysBetweenChanges ¶

func (o *UserDTO) GetDaysBetweenChanges() int32

GetDaysBetweenChanges returns the DaysBetweenChanges field value if set, zero value otherwise.

func (*UserDTO) GetDaysBetweenChangesOk ¶

func (o *UserDTO) GetDaysBetweenChangesOk() (*int32, bool)

GetDaysBetweenChangesOk returns a tuple with the DaysBetweenChanges field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UserDTO) GetDistinguishedName ¶

func (o *UserDTO) GetDistinguishedName() string

GetDistinguishedName returns the DistinguishedName field value if set, zero value otherwise.

func (*UserDTO) GetDistinguishedNameOk ¶

func (o *UserDTO) GetDistinguishedNameOk() (*string, bool)

GetDistinguishedNameOk returns a tuple with the DistinguishedName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UserDTO) GetEmail ¶

func (o *UserDTO) GetEmail() string

GetEmail returns the Email field value if set, zero value otherwise.

func (*UserDTO) GetEmailNewPasword ¶

func (o *UserDTO) GetEmailNewPasword() bool

GetEmailNewPasword returns the EmailNewPasword field value if set, zero value otherwise.

func (*UserDTO) GetEmailNewPaswordOk ¶

func (o *UserDTO) GetEmailNewPaswordOk() (*bool, bool)

GetEmailNewPaswordOk returns a tuple with the EmailNewPasword field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UserDTO) GetEmailOk ¶

func (o *UserDTO) GetEmailOk() (*string, bool)

GetEmailOk returns a tuple with the Email field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UserDTO) GetExtraAttributes ¶

func (o *UserDTO) GetExtraAttributes() []AttributeValueDTO

GetExtraAttributes returns the ExtraAttributes field value if set, zero value otherwise.

func (*UserDTO) GetExtraAttributesOk ¶

func (o *UserDTO) GetExtraAttributesOk() ([]AttributeValueDTO, bool)

GetExtraAttributesOk returns a tuple with the ExtraAttributes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UserDTO) GetFacsimilTelephoneNumber ¶

func (o *UserDTO) GetFacsimilTelephoneNumber() string

GetFacsimilTelephoneNumber returns the FacsimilTelephoneNumber field value if set, zero value otherwise.

func (*UserDTO) GetFacsimilTelephoneNumberOk ¶

func (o *UserDTO) GetFacsimilTelephoneNumberOk() (*string, bool)

GetFacsimilTelephoneNumberOk returns a tuple with the FacsimilTelephoneNumber field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UserDTO) GetFirstName ¶

func (o *UserDTO) GetFirstName() string

GetFirstName returns the FirstName field value if set, zero value otherwise.

func (*UserDTO) GetFirstNameOk ¶

func (o *UserDTO) GetFirstNameOk() (*string, bool)

GetFirstNameOk returns a tuple with the FirstName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UserDTO) GetForcePeriodicPasswordChanges ¶

func (o *UserDTO) GetForcePeriodicPasswordChanges() bool

GetForcePeriodicPasswordChanges returns the ForcePeriodicPasswordChanges field value if set, zero value otherwise.

func (*UserDTO) GetForcePeriodicPasswordChangesOk ¶

func (o *UserDTO) GetForcePeriodicPasswordChangesOk() (*bool, bool)

GetForcePeriodicPasswordChangesOk returns a tuple with the ForcePeriodicPasswordChanges field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UserDTO) GetGenerationQualifier ¶

func (o *UserDTO) GetGenerationQualifier() string

GetGenerationQualifier returns the GenerationQualifier field value if set, zero value otherwise.

func (*UserDTO) GetGenerationQualifierOk ¶

func (o *UserDTO) GetGenerationQualifierOk() (*string, bool)

GetGenerationQualifierOk returns a tuple with the GenerationQualifier field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UserDTO) GetGivenName ¶

func (o *UserDTO) GetGivenName() string

GetGivenName returns the GivenName field value if set, zero value otherwise.

func (*UserDTO) GetGivenNameOk ¶

func (o *UserDTO) GetGivenNameOk() (*string, bool)

GetGivenNameOk returns a tuple with the GivenName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UserDTO) GetGroups ¶

func (o *UserDTO) GetGroups() []GroupDTO

GetGroups returns the Groups field value if set, zero value otherwise.

func (*UserDTO) GetGroupsOk ¶

func (o *UserDTO) GetGroupsOk() ([]GroupDTO, bool)

GetGroupsOk returns a tuple with the Groups field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UserDTO) GetId ¶

func (o *UserDTO) GetId() string

GetId returns the Id field value if set, zero value otherwise.

func (*UserDTO) GetIdOk ¶

func (o *UserDTO) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UserDTO) GetInitials ¶

func (o *UserDTO) GetInitials() string

GetInitials returns the Initials field value if set, zero value otherwise.

func (*UserDTO) GetInitialsOk ¶

func (o *UserDTO) GetInitialsOk() (*string, bool)

GetInitialsOk returns a tuple with the Initials field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UserDTO) GetLanguage ¶

func (o *UserDTO) GetLanguage() string

GetLanguage returns the Language field value if set, zero value otherwise.

func (*UserDTO) GetLanguageOk ¶

func (o *UserDTO) GetLanguageOk() (*string, bool)

GetLanguageOk returns a tuple with the Language field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UserDTO) GetLimitSimultaneousLogin ¶

func (o *UserDTO) GetLimitSimultaneousLogin() bool

GetLimitSimultaneousLogin returns the LimitSimultaneousLogin field value if set, zero value otherwise.

func (*UserDTO) GetLimitSimultaneousLoginOk ¶

func (o *UserDTO) GetLimitSimultaneousLoginOk() (*bool, bool)

GetLimitSimultaneousLoginOk returns a tuple with the LimitSimultaneousLogin field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UserDTO) GetLocalityName ¶

func (o *UserDTO) GetLocalityName() string

GetLocalityName returns the LocalityName field value if set, zero value otherwise.

func (*UserDTO) GetLocalityNameOk ¶

func (o *UserDTO) GetLocalityNameOk() (*string, bool)

GetLocalityNameOk returns a tuple with the LocalityName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UserDTO) GetMaximunLogins ¶

func (o *UserDTO) GetMaximunLogins() int32

GetMaximunLogins returns the MaximunLogins field value if set, zero value otherwise.

func (*UserDTO) GetMaximunLoginsOk ¶

func (o *UserDTO) GetMaximunLoginsOk() (*int32, bool)

GetMaximunLoginsOk returns a tuple with the MaximunLogins field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UserDTO) GetNotifyPasswordExpiration ¶

func (o *UserDTO) GetNotifyPasswordExpiration() bool

GetNotifyPasswordExpiration returns the NotifyPasswordExpiration field value if set, zero value otherwise.

func (*UserDTO) GetNotifyPasswordExpirationOk ¶

func (o *UserDTO) GetNotifyPasswordExpirationOk() (*bool, bool)

GetNotifyPasswordExpirationOk returns a tuple with the NotifyPasswordExpiration field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UserDTO) GetOrganizationName ¶

func (o *UserDTO) GetOrganizationName() string

GetOrganizationName returns the OrganizationName field value if set, zero value otherwise.

func (*UserDTO) GetOrganizationNameOk ¶

func (o *UserDTO) GetOrganizationNameOk() (*string, bool)

GetOrganizationNameOk returns a tuple with the OrganizationName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UserDTO) GetOrganizationUnitName ¶

func (o *UserDTO) GetOrganizationUnitName() string

GetOrganizationUnitName returns the OrganizationUnitName field value if set, zero value otherwise.

func (*UserDTO) GetOrganizationUnitNameOk ¶

func (o *UserDTO) GetOrganizationUnitNameOk() (*string, bool)

GetOrganizationUnitNameOk returns a tuple with the OrganizationUnitName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UserDTO) GetPasswordExpirationDate ¶

func (o *UserDTO) GetPasswordExpirationDate() time.Time

GetPasswordExpirationDate returns the PasswordExpirationDate field value if set, zero value otherwise.

func (*UserDTO) GetPasswordExpirationDateOk ¶

func (o *UserDTO) GetPasswordExpirationDateOk() (*time.Time, bool)

GetPasswordExpirationDateOk returns a tuple with the PasswordExpirationDate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UserDTO) GetPersonalTitle ¶

func (o *UserDTO) GetPersonalTitle() string

GetPersonalTitle returns the PersonalTitle field value if set, zero value otherwise.

func (*UserDTO) GetPersonalTitleOk ¶

func (o *UserDTO) GetPersonalTitleOk() (*string, bool)

GetPersonalTitleOk returns a tuple with the PersonalTitle field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UserDTO) GetPostOfficeBox ¶

func (o *UserDTO) GetPostOfficeBox() string

GetPostOfficeBox returns the PostOfficeBox field value if set, zero value otherwise.

func (*UserDTO) GetPostOfficeBoxOk ¶

func (o *UserDTO) GetPostOfficeBoxOk() (*string, bool)

GetPostOfficeBoxOk returns a tuple with the PostOfficeBox field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UserDTO) GetPostalAddress ¶

func (o *UserDTO) GetPostalAddress() string

GetPostalAddress returns the PostalAddress field value if set, zero value otherwise.

func (*UserDTO) GetPostalAddressOk ¶

func (o *UserDTO) GetPostalAddressOk() (*string, bool)

GetPostalAddressOk returns a tuple with the PostalAddress field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UserDTO) GetPostalCode ¶

func (o *UserDTO) GetPostalCode() string

GetPostalCode returns the PostalCode field value if set, zero value otherwise.

func (*UserDTO) GetPostalCodeOk ¶

func (o *UserDTO) GetPostalCodeOk() (*string, bool)

GetPostalCodeOk returns a tuple with the PostalCode field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UserDTO) GetPreventNewSession ¶

func (o *UserDTO) GetPreventNewSession() bool

GetPreventNewSession returns the PreventNewSession field value if set, zero value otherwise.

func (*UserDTO) GetPreventNewSessionOk ¶

func (o *UserDTO) GetPreventNewSessionOk() (*bool, bool)

GetPreventNewSessionOk returns a tuple with the PreventNewSession field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UserDTO) GetStateOrProvinceName ¶

func (o *UserDTO) GetStateOrProvinceName() string

GetStateOrProvinceName returns the StateOrProvinceName field value if set, zero value otherwise.

func (*UserDTO) GetStateOrProvinceNameOk ¶

func (o *UserDTO) GetStateOrProvinceNameOk() (*string, bool)

GetStateOrProvinceNameOk returns a tuple with the StateOrProvinceName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UserDTO) GetStreetAddress ¶

func (o *UserDTO) GetStreetAddress() string

GetStreetAddress returns the StreetAddress field value if set, zero value otherwise.

func (*UserDTO) GetStreetAddressOk ¶

func (o *UserDTO) GetStreetAddressOk() (*string, bool)

GetStreetAddressOk returns a tuple with the StreetAddress field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UserDTO) GetSurename ¶

func (o *UserDTO) GetSurename() string

GetSurename returns the Surename field value if set, zero value otherwise.

func (*UserDTO) GetSurenameOk ¶

func (o *UserDTO) GetSurenameOk() (*string, bool)

GetSurenameOk returns a tuple with the Surename field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UserDTO) GetTelephoneNumber ¶

func (o *UserDTO) GetTelephoneNumber() string

GetTelephoneNumber returns the TelephoneNumber field value if set, zero value otherwise.

func (*UserDTO) GetTelephoneNumberOk ¶

func (o *UserDTO) GetTelephoneNumberOk() (*string, bool)

GetTelephoneNumberOk returns a tuple with the TelephoneNumber field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UserDTO) GetTerminatePreviousSession ¶

func (o *UserDTO) GetTerminatePreviousSession() bool

GetTerminatePreviousSession returns the TerminatePreviousSession field value if set, zero value otherwise.

func (*UserDTO) GetTerminatePreviousSessionOk ¶

func (o *UserDTO) GetTerminatePreviousSessionOk() (*bool, bool)

GetTerminatePreviousSessionOk returns a tuple with the TerminatePreviousSession field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UserDTO) GetUserCertificate ¶

func (o *UserDTO) GetUserCertificate() []string

GetUserCertificate returns the UserCertificate field value if set, zero value otherwise.

func (*UserDTO) GetUserCertificateOk ¶

func (o *UserDTO) GetUserCertificateOk() ([]string, bool)

GetUserCertificateOk returns a tuple with the UserCertificate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UserDTO) GetUserName ¶

func (o *UserDTO) GetUserName() string

GetUserName returns the UserName field value if set, zero value otherwise.

func (*UserDTO) GetUserNameOk ¶

func (o *UserDTO) GetUserNameOk() (*string, bool)

GetUserNameOk returns a tuple with the UserName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UserDTO) GetUserPassword ¶

func (o *UserDTO) GetUserPassword() string

GetUserPassword returns the UserPassword field value if set, zero value otherwise.

func (*UserDTO) GetUserPasswordOk ¶

func (o *UserDTO) GetUserPasswordOk() (*string, bool)

GetUserPasswordOk returns a tuple with the UserPassword field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UserDTO) HasAccountDisabled ¶

func (o *UserDTO) HasAccountDisabled() bool

HasAccountDisabled returns a boolean if a field has been set.

func (*UserDTO) HasAccountExpirationDate ¶

func (o *UserDTO) HasAccountExpirationDate() bool

HasAccountExpirationDate returns a boolean if a field has been set.

func (*UserDTO) HasAccountExpires ¶

func (o *UserDTO) HasAccountExpires() bool

HasAccountExpires returns a boolean if a field has been set.

func (*UserDTO) HasAllowUserToChangePassword ¶

func (o *UserDTO) HasAllowUserToChangePassword() bool

HasAllowUserToChangePassword returns a boolean if a field has been set.

func (*UserDTO) HasAutomaticallyGeneratePassword ¶

func (o *UserDTO) HasAutomaticallyGeneratePassword() bool

HasAutomaticallyGeneratePassword returns a boolean if a field has been set.

func (*UserDTO) HasBusinessCategory ¶

func (o *UserDTO) HasBusinessCategory() bool

HasBusinessCategory returns a boolean if a field has been set.

func (*UserDTO) HasCommonName ¶

func (o *UserDTO) HasCommonName() bool

HasCommonName returns a boolean if a field has been set.

func (*UserDTO) HasCountryName ¶

func (o *UserDTO) HasCountryName() bool

HasCountryName returns a boolean if a field has been set.

func (*UserDTO) HasDaysBeforeExpiration ¶

func (o *UserDTO) HasDaysBeforeExpiration() bool

HasDaysBeforeExpiration returns a boolean if a field has been set.

func (*UserDTO) HasDaysBetweenChanges ¶

func (o *UserDTO) HasDaysBetweenChanges() bool

HasDaysBetweenChanges returns a boolean if a field has been set.

func (*UserDTO) HasDistinguishedName ¶

func (o *UserDTO) HasDistinguishedName() bool

HasDistinguishedName returns a boolean if a field has been set.

func (*UserDTO) HasEmail ¶

func (o *UserDTO) HasEmail() bool

HasEmail returns a boolean if a field has been set.

func (*UserDTO) HasEmailNewPasword ¶

func (o *UserDTO) HasEmailNewPasword() bool

HasEmailNewPasword returns a boolean if a field has been set.

func (*UserDTO) HasExtraAttributes ¶

func (o *UserDTO) HasExtraAttributes() bool

HasExtraAttributes returns a boolean if a field has been set.

func (*UserDTO) HasFacsimilTelephoneNumber ¶

func (o *UserDTO) HasFacsimilTelephoneNumber() bool

HasFacsimilTelephoneNumber returns a boolean if a field has been set.

func (*UserDTO) HasFirstName ¶

func (o *UserDTO) HasFirstName() bool

HasFirstName returns a boolean if a field has been set.

func (*UserDTO) HasForcePeriodicPasswordChanges ¶

func (o *UserDTO) HasForcePeriodicPasswordChanges() bool

HasForcePeriodicPasswordChanges returns a boolean if a field has been set.

func (*UserDTO) HasGenerationQualifier ¶

func (o *UserDTO) HasGenerationQualifier() bool

HasGenerationQualifier returns a boolean if a field has been set.

func (*UserDTO) HasGivenName ¶

func (o *UserDTO) HasGivenName() bool

HasGivenName returns a boolean if a field has been set.

func (*UserDTO) HasGroups ¶

func (o *UserDTO) HasGroups() bool

HasGroups returns a boolean if a field has been set.

func (*UserDTO) HasId ¶

func (o *UserDTO) HasId() bool

HasId returns a boolean if a field has been set.

func (*UserDTO) HasInitials ¶

func (o *UserDTO) HasInitials() bool

HasInitials returns a boolean if a field has been set.

func (*UserDTO) HasLanguage ¶

func (o *UserDTO) HasLanguage() bool

HasLanguage returns a boolean if a field has been set.

func (*UserDTO) HasLimitSimultaneousLogin ¶

func (o *UserDTO) HasLimitSimultaneousLogin() bool

HasLimitSimultaneousLogin returns a boolean if a field has been set.

func (*UserDTO) HasLocalityName ¶

func (o *UserDTO) HasLocalityName() bool

HasLocalityName returns a boolean if a field has been set.

func (*UserDTO) HasMaximunLogins ¶

func (o *UserDTO) HasMaximunLogins() bool

HasMaximunLogins returns a boolean if a field has been set.

func (*UserDTO) HasNotifyPasswordExpiration ¶

func (o *UserDTO) HasNotifyPasswordExpiration() bool

HasNotifyPasswordExpiration returns a boolean if a field has been set.

func (*UserDTO) HasOrganizationName ¶

func (o *UserDTO) HasOrganizationName() bool

HasOrganizationName returns a boolean if a field has been set.

func (*UserDTO) HasOrganizationUnitName ¶

func (o *UserDTO) HasOrganizationUnitName() bool

HasOrganizationUnitName returns a boolean if a field has been set.

func (*UserDTO) HasPasswordExpirationDate ¶

func (o *UserDTO) HasPasswordExpirationDate() bool

HasPasswordExpirationDate returns a boolean if a field has been set.

func (*UserDTO) HasPersonalTitle ¶

func (o *UserDTO) HasPersonalTitle() bool

HasPersonalTitle returns a boolean if a field has been set.

func (*UserDTO) HasPostOfficeBox ¶

func (o *UserDTO) HasPostOfficeBox() bool

HasPostOfficeBox returns a boolean if a field has been set.

func (*UserDTO) HasPostalAddress ¶

func (o *UserDTO) HasPostalAddress() bool

HasPostalAddress returns a boolean if a field has been set.

func (*UserDTO) HasPostalCode ¶

func (o *UserDTO) HasPostalCode() bool

HasPostalCode returns a boolean if a field has been set.

func (*UserDTO) HasPreventNewSession ¶

func (o *UserDTO) HasPreventNewSession() bool

HasPreventNewSession returns a boolean if a field has been set.

func (*UserDTO) HasStateOrProvinceName ¶

func (o *UserDTO) HasStateOrProvinceName() bool

HasStateOrProvinceName returns a boolean if a field has been set.

func (*UserDTO) HasStreetAddress ¶

func (o *UserDTO) HasStreetAddress() bool

HasStreetAddress returns a boolean if a field has been set.

func (*UserDTO) HasSurename ¶

func (o *UserDTO) HasSurename() bool

HasSurename returns a boolean if a field has been set.

func (*UserDTO) HasTelephoneNumber ¶

func (o *UserDTO) HasTelephoneNumber() bool

HasTelephoneNumber returns a boolean if a field has been set.

func (*UserDTO) HasTerminatePreviousSession ¶

func (o *UserDTO) HasTerminatePreviousSession() bool

HasTerminatePreviousSession returns a boolean if a field has been set.

func (*UserDTO) HasUserCertificate ¶

func (o *UserDTO) HasUserCertificate() bool

HasUserCertificate returns a boolean if a field has been set.

func (*UserDTO) HasUserName ¶

func (o *UserDTO) HasUserName() bool

HasUserName returns a boolean if a field has been set.

func (*UserDTO) HasUserPassword ¶

func (o *UserDTO) HasUserPassword() bool

HasUserPassword returns a boolean if a field has been set.

func (UserDTO) MarshalJSON ¶

func (o UserDTO) MarshalJSON() ([]byte, error)

func (*UserDTO) SetAccountDisabled ¶

func (o *UserDTO) SetAccountDisabled(v bool)

SetAccountDisabled gets a reference to the given bool and assigns it to the AccountDisabled field.

func (*UserDTO) SetAccountExpirationDate ¶

func (o *UserDTO) SetAccountExpirationDate(v time.Time)

SetAccountExpirationDate gets a reference to the given time.Time and assigns it to the AccountExpirationDate field.

func (*UserDTO) SetAccountExpires ¶

func (o *UserDTO) SetAccountExpires(v bool)

SetAccountExpires gets a reference to the given bool and assigns it to the AccountExpires field.

func (*UserDTO) SetAllowUserToChangePassword ¶

func (o *UserDTO) SetAllowUserToChangePassword(v bool)

SetAllowUserToChangePassword gets a reference to the given bool and assigns it to the AllowUserToChangePassword field.

func (*UserDTO) SetAutomaticallyGeneratePassword ¶

func (o *UserDTO) SetAutomaticallyGeneratePassword(v bool)

SetAutomaticallyGeneratePassword gets a reference to the given bool and assigns it to the AutomaticallyGeneratePassword field.

func (*UserDTO) SetBusinessCategory ¶

func (o *UserDTO) SetBusinessCategory(v string)

SetBusinessCategory gets a reference to the given string and assigns it to the BusinessCategory field.

func (*UserDTO) SetCommonName ¶

func (o *UserDTO) SetCommonName(v string)

SetCommonName gets a reference to the given string and assigns it to the CommonName field.

func (*UserDTO) SetCountryName ¶

func (o *UserDTO) SetCountryName(v string)

SetCountryName gets a reference to the given string and assigns it to the CountryName field.

func (*UserDTO) SetDaysBeforeExpiration ¶

func (o *UserDTO) SetDaysBeforeExpiration(v int32)

SetDaysBeforeExpiration gets a reference to the given int32 and assigns it to the DaysBeforeExpiration field.

func (*UserDTO) SetDaysBetweenChanges ¶

func (o *UserDTO) SetDaysBetweenChanges(v int32)

SetDaysBetweenChanges gets a reference to the given int32 and assigns it to the DaysBetweenChanges field.

func (*UserDTO) SetDistinguishedName ¶

func (o *UserDTO) SetDistinguishedName(v string)

SetDistinguishedName gets a reference to the given string and assigns it to the DistinguishedName field.

func (*UserDTO) SetEmail ¶

func (o *UserDTO) SetEmail(v string)

SetEmail gets a reference to the given string and assigns it to the Email field.

func (*UserDTO) SetEmailNewPasword ¶

func (o *UserDTO) SetEmailNewPasword(v bool)

SetEmailNewPasword gets a reference to the given bool and assigns it to the EmailNewPasword field.

func (*UserDTO) SetExtraAttributes ¶

func (o *UserDTO) SetExtraAttributes(v []AttributeValueDTO)

SetExtraAttributes gets a reference to the given []AttributeValueDTO and assigns it to the ExtraAttributes field.

func (*UserDTO) SetFacsimilTelephoneNumber ¶

func (o *UserDTO) SetFacsimilTelephoneNumber(v string)

SetFacsimilTelephoneNumber gets a reference to the given string and assigns it to the FacsimilTelephoneNumber field.

func (*UserDTO) SetFirstName ¶

func (o *UserDTO) SetFirstName(v string)

SetFirstName gets a reference to the given string and assigns it to the FirstName field.

func (*UserDTO) SetForcePeriodicPasswordChanges ¶

func (o *UserDTO) SetForcePeriodicPasswordChanges(v bool)

SetForcePeriodicPasswordChanges gets a reference to the given bool and assigns it to the ForcePeriodicPasswordChanges field.

func (*UserDTO) SetGenerationQualifier ¶

func (o *UserDTO) SetGenerationQualifier(v string)

SetGenerationQualifier gets a reference to the given string and assigns it to the GenerationQualifier field.

func (*UserDTO) SetGivenName ¶

func (o *UserDTO) SetGivenName(v string)

SetGivenName gets a reference to the given string and assigns it to the GivenName field.

func (*UserDTO) SetGroups ¶

func (o *UserDTO) SetGroups(v []GroupDTO)

SetGroups gets a reference to the given []GroupDTO and assigns it to the Groups field.

func (*UserDTO) SetId ¶

func (o *UserDTO) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*UserDTO) SetInitials ¶

func (o *UserDTO) SetInitials(v string)

SetInitials gets a reference to the given string and assigns it to the Initials field.

func (*UserDTO) SetLanguage ¶

func (o *UserDTO) SetLanguage(v string)

SetLanguage gets a reference to the given string and assigns it to the Language field.

func (*UserDTO) SetLimitSimultaneousLogin ¶

func (o *UserDTO) SetLimitSimultaneousLogin(v bool)

SetLimitSimultaneousLogin gets a reference to the given bool and assigns it to the LimitSimultaneousLogin field.

func (*UserDTO) SetLocalityName ¶

func (o *UserDTO) SetLocalityName(v string)

SetLocalityName gets a reference to the given string and assigns it to the LocalityName field.

func (*UserDTO) SetMaximunLogins ¶

func (o *UserDTO) SetMaximunLogins(v int32)

SetMaximunLogins gets a reference to the given int32 and assigns it to the MaximunLogins field.

func (*UserDTO) SetNotifyPasswordExpiration ¶

func (o *UserDTO) SetNotifyPasswordExpiration(v bool)

SetNotifyPasswordExpiration gets a reference to the given bool and assigns it to the NotifyPasswordExpiration field.

func (*UserDTO) SetOrganizationName ¶

func (o *UserDTO) SetOrganizationName(v string)

SetOrganizationName gets a reference to the given string and assigns it to the OrganizationName field.

func (*UserDTO) SetOrganizationUnitName ¶

func (o *UserDTO) SetOrganizationUnitName(v string)

SetOrganizationUnitName gets a reference to the given string and assigns it to the OrganizationUnitName field.

func (*UserDTO) SetPasswordExpirationDate ¶

func (o *UserDTO) SetPasswordExpirationDate(v time.Time)

SetPasswordExpirationDate gets a reference to the given time.Time and assigns it to the PasswordExpirationDate field.

func (*UserDTO) SetPersonalTitle ¶

func (o *UserDTO) SetPersonalTitle(v string)

SetPersonalTitle gets a reference to the given string and assigns it to the PersonalTitle field.

func (*UserDTO) SetPostOfficeBox ¶

func (o *UserDTO) SetPostOfficeBox(v string)

SetPostOfficeBox gets a reference to the given string and assigns it to the PostOfficeBox field.

func (*UserDTO) SetPostalAddress ¶

func (o *UserDTO) SetPostalAddress(v string)

SetPostalAddress gets a reference to the given string and assigns it to the PostalAddress field.

func (*UserDTO) SetPostalCode ¶

func (o *UserDTO) SetPostalCode(v string)

SetPostalCode gets a reference to the given string and assigns it to the PostalCode field.

func (*UserDTO) SetPreventNewSession ¶

func (o *UserDTO) SetPreventNewSession(v bool)

SetPreventNewSession gets a reference to the given bool and assigns it to the PreventNewSession field.

func (*UserDTO) SetStateOrProvinceName ¶

func (o *UserDTO) SetStateOrProvinceName(v string)

SetStateOrProvinceName gets a reference to the given string and assigns it to the StateOrProvinceName field.

func (*UserDTO) SetStreetAddress ¶

func (o *UserDTO) SetStreetAddress(v string)

SetStreetAddress gets a reference to the given string and assigns it to the StreetAddress field.

func (*UserDTO) SetSurename ¶

func (o *UserDTO) SetSurename(v string)

SetSurename gets a reference to the given string and assigns it to the Surename field.

func (*UserDTO) SetTelephoneNumber ¶

func (o *UserDTO) SetTelephoneNumber(v string)

SetTelephoneNumber gets a reference to the given string and assigns it to the TelephoneNumber field.

func (*UserDTO) SetTerminatePreviousSession ¶

func (o *UserDTO) SetTerminatePreviousSession(v bool)

SetTerminatePreviousSession gets a reference to the given bool and assigns it to the TerminatePreviousSession field.

func (*UserDTO) SetUserCertificate ¶

func (o *UserDTO) SetUserCertificate(v []string)

SetUserCertificate gets a reference to the given []string and assigns it to the UserCertificate field.

func (*UserDTO) SetUserName ¶

func (o *UserDTO) SetUserName(v string)

SetUserName gets a reference to the given string and assigns it to the UserName field.

func (*UserDTO) SetUserPassword ¶

func (o *UserDTO) SetUserPassword(v string)

SetUserPassword gets a reference to the given string and assigns it to the UserPassword field.

func (*UserDTO) UnmarshalJSON ¶

func (o *UserDTO) UnmarshalJSON(bytes []byte) (err error)

type UserDashboardBrandingDTO ¶

type UserDashboardBrandingDTO struct {
	Id                   *string `json:"id,omitempty"`
	Name                 *string `json:"name,omitempty"`
	AdditionalProperties map[string]interface{}
}

UserDashboardBrandingDTO struct for UserDashboardBrandingDTO

func NewUserDashboardBrandingDTO ¶

func NewUserDashboardBrandingDTO() *UserDashboardBrandingDTO

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

func NewUserDashboardBrandingDTOWithDefaults ¶

func NewUserDashboardBrandingDTOWithDefaults() *UserDashboardBrandingDTO

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

func (*UserDashboardBrandingDTO) GetId ¶

func (o *UserDashboardBrandingDTO) GetId() string

GetId returns the Id field value if set, zero value otherwise.

func (*UserDashboardBrandingDTO) GetIdOk ¶

func (o *UserDashboardBrandingDTO) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UserDashboardBrandingDTO) GetName ¶

func (o *UserDashboardBrandingDTO) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*UserDashboardBrandingDTO) GetNameOk ¶

func (o *UserDashboardBrandingDTO) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UserDashboardBrandingDTO) HasId ¶

func (o *UserDashboardBrandingDTO) HasId() bool

HasId returns a boolean if a field has been set.

func (*UserDashboardBrandingDTO) HasName ¶

func (o *UserDashboardBrandingDTO) HasName() bool

HasName returns a boolean if a field has been set.

func (UserDashboardBrandingDTO) MarshalJSON ¶

func (o UserDashboardBrandingDTO) MarshalJSON() ([]byte, error)

func (*UserDashboardBrandingDTO) SetId ¶

func (o *UserDashboardBrandingDTO) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*UserDashboardBrandingDTO) SetName ¶

func (o *UserDashboardBrandingDTO) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*UserDashboardBrandingDTO) UnmarshalJSON ¶

func (o *UserDashboardBrandingDTO) UnmarshalJSON(bytes []byte) (err error)

type VirtualSaml2ServiceProviderDTO ¶

type VirtualSaml2ServiceProviderDTO struct {
	AccountLinkagePolicy               *AccountLinkagePolicyDTO         `json:"accountLinkagePolicy,omitempty"`
	ActiveBindings                     []string                         `json:"activeBindings,omitempty"`
	ActiveProfiles                     []string                         `json:"activeProfiles,omitempty"`
	AttributeProfile                   *AttributeProfileDTO             `json:"attributeProfile,omitempty"`
	Config                             *ProviderConfigDTO               `json:"config,omitempty"`
	DashboardUrl                       *string                          `json:"dashboardUrl,omitempty"`
	Description                        *string                          `json:"description,omitempty"`
	DisplayName                        *string                          `json:"displayName,omitempty"`
	ElementId                          *string                          `json:"elementId,omitempty"`
	EnableMetadataEndpoint             *bool                            `json:"enableMetadataEndpoint,omitempty"`
	EnableProxyExtension               *bool                            `json:"enableProxyExtension,omitempty"`
	EncryptAssertion                   *bool                            `json:"encryptAssertion,omitempty"`
	EncryptAssertionAlgorithm          *string                          `json:"encryptAssertionAlgorithm,omitempty"`
	ErrorBinding                       *string                          `json:"errorBinding,omitempty"`
	FederatedConnectionsA              []FederatedConnectionDTO         `json:"federatedConnectionsA,omitempty"`
	FederatedConnectionsB              []FederatedConnectionDTO         `json:"federatedConnectionsB,omitempty"`
	Id                                 *int64                           `json:"id,omitempty"`
	IdentityAppliance                  *IdentityApplianceDefinitionDTO  `json:"identityAppliance,omitempty"`
	IdentityLookups                    []IdentityLookupDTO              `json:"identityLookups,omitempty"`
	IdentityMappingPolicy              *IdentityMappingPolicyDTO        `json:"identityMappingPolicy,omitempty"`
	IdpSignatureHash                   *string                          `json:"idpSignatureHash,omitempty"`
	IgnoreRequestedNameIDPolicy        *bool                            `json:"ignoreRequestedNameIDPolicy,omitempty"`
	IsRemote                           *bool                            `json:"isRemote,omitempty"`
	Location                           *LocationDTO                     `json:"location,omitempty"`
	MessageTtl                         *int32                           `json:"messageTtl,omitempty"`
	MessageTtlTolerance                *int32                           `json:"messageTtlTolerance,omitempty"`
	Metadata                           *ResourceDTO                     `json:"metadata,omitempty"`
	MultivaluedAttrGroups              *bool                            `json:"multivaluedAttrGroups,omitempty"`
	MultivaluedAttrInternal            *bool                            `json:"multivaluedAttrInternal,omitempty"`
	MultivaluedAttrUserDefined         *bool                            `json:"multivaluedAttrUserDefined,omitempty"`
	Name                               *string                          `json:"name,omitempty"`
	Oauth2Enabled                      *bool                            `json:"oauth2Enabled,omitempty"`
	Oauth2Key                          *string                          `json:"oauth2Key,omitempty"`
	Oauth2RememberMeTokenValidity      *int64                           `json:"oauth2RememberMeTokenValidity,omitempty"`
	Oauth2TokenValidity                *int64                           `json:"oauth2TokenValidity,omitempty"`
	OidcAccessTokenTimeToLive          *int32                           `json:"oidcAccessTokenTimeToLive,omitempty"`
	OidcAuthzCodeTimeToLive            *int32                           `json:"oidcAuthzCodeTimeToLive,omitempty"`
	OidcIdTokenTimeToLive              *int32                           `json:"oidcIdTokenTimeToLive,omitempty"`
	OidcIncludeUserClaimsInAccessToken *bool                            `json:"oidcIncludeUserClaimsInAccessToken,omitempty"`
	OpenIdEnabled                      *bool                            `json:"openIdEnabled,omitempty"`
	Remote                             *bool                            `json:"remote,omitempty"`
	Role                               *string                          `json:"role,omitempty"`
	SessionManagerFactory              *SessionManagerFactoryDTO        `json:"sessionManagerFactory,omitempty"`
	SignAuthenticationRequests         *bool                            `json:"signAuthenticationRequests,omitempty"`
	SignRequests                       *bool                            `json:"signRequests,omitempty"`
	SpSignatureHash                    *string                          `json:"spSignatureHash,omitempty"`
	SsoSessionTimeout                  *int32                           `json:"ssoSessionTimeout,omitempty"`
	SubjectAuthnPolicies               []SubjectAuthenticationPolicyDTO `json:"subjectAuthnPolicies,omitempty"`
	SubjectNameIDPolicy                *SubjectNameIdentifierPolicyDTO  `json:"subjectNameIDPolicy,omitempty"`
	WantAssertionSigned                *bool                            `json:"wantAssertionSigned,omitempty"`
	WantAuthnRequestsSigned            *bool                            `json:"wantAuthnRequestsSigned,omitempty"`
	WantSLOResponseSigned              *bool                            `json:"wantSLOResponseSigned,omitempty"`
	WantSignedRequests                 *bool                            `json:"wantSignedRequests,omitempty"`
	X                                  *float64                         `json:"x,omitempty"`
	Y                                  *float64                         `json:"y,omitempty"`
	AdditionalProperties               map[string]interface{}
}

VirtualSaml2ServiceProviderDTO struct for VirtualSaml2ServiceProviderDTO

func NewVirtualSaml2ServiceProviderDTO ¶

func NewVirtualSaml2ServiceProviderDTO() *VirtualSaml2ServiceProviderDTO

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

func NewVirtualSaml2ServiceProviderDTOWithDefaults ¶

func NewVirtualSaml2ServiceProviderDTOWithDefaults() *VirtualSaml2ServiceProviderDTO

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

func (*VirtualSaml2ServiceProviderDTO) AddFederatedConnection ¶

func (p *VirtualSaml2ServiceProviderDTO) AddFederatedConnection(target string,
	spChannel *InternalSaml2ServiceProviderChannelDTO,
	idpChannel *IdentityProviderChannelDTO) error

Add federated connection

func (*VirtualSaml2ServiceProviderDTO) GetAccountLinkagePolicy ¶

func (o *VirtualSaml2ServiceProviderDTO) GetAccountLinkagePolicy() AccountLinkagePolicyDTO

GetAccountLinkagePolicy returns the AccountLinkagePolicy field value if set, zero value otherwise.

func (*VirtualSaml2ServiceProviderDTO) GetAccountLinkagePolicyOk ¶

func (o *VirtualSaml2ServiceProviderDTO) GetAccountLinkagePolicyOk() (*AccountLinkagePolicyDTO, bool)

GetAccountLinkagePolicyOk returns a tuple with the AccountLinkagePolicy field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualSaml2ServiceProviderDTO) GetActiveBindings ¶

func (o *VirtualSaml2ServiceProviderDTO) GetActiveBindings() []string

GetActiveBindings returns the ActiveBindings field value if set, zero value otherwise.

func (*VirtualSaml2ServiceProviderDTO) GetActiveBindingsOk ¶

func (o *VirtualSaml2ServiceProviderDTO) GetActiveBindingsOk() ([]string, bool)

GetActiveBindingsOk returns a tuple with the ActiveBindings field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualSaml2ServiceProviderDTO) GetActiveProfiles ¶

func (o *VirtualSaml2ServiceProviderDTO) GetActiveProfiles() []string

GetActiveProfiles returns the ActiveProfiles field value if set, zero value otherwise.

func (*VirtualSaml2ServiceProviderDTO) GetActiveProfilesOk ¶

func (o *VirtualSaml2ServiceProviderDTO) GetActiveProfilesOk() ([]string, bool)

GetActiveProfilesOk returns a tuple with the ActiveProfiles field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualSaml2ServiceProviderDTO) GetAttributeProfile ¶

func (o *VirtualSaml2ServiceProviderDTO) GetAttributeProfile() AttributeProfileDTO

GetAttributeProfile returns the AttributeProfile field value if set, zero value otherwise.

func (*VirtualSaml2ServiceProviderDTO) GetAttributeProfileOk ¶

func (o *VirtualSaml2ServiceProviderDTO) GetAttributeProfileOk() (*AttributeProfileDTO, bool)

GetAttributeProfileOk returns a tuple with the AttributeProfile field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualSaml2ServiceProviderDTO) GetConfig ¶

GetConfig returns the Config field value if set, zero value otherwise.

func (*VirtualSaml2ServiceProviderDTO) GetConfigOk ¶

GetConfigOk returns a tuple with the Config field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualSaml2ServiceProviderDTO) GetDashboardUrl ¶

func (o *VirtualSaml2ServiceProviderDTO) GetDashboardUrl() string

GetDashboardUrl returns the DashboardUrl field value if set, zero value otherwise.

func (*VirtualSaml2ServiceProviderDTO) GetDashboardUrlOk ¶

func (o *VirtualSaml2ServiceProviderDTO) GetDashboardUrlOk() (*string, bool)

GetDashboardUrlOk returns a tuple with the DashboardUrl field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualSaml2ServiceProviderDTO) GetDescription ¶

func (o *VirtualSaml2ServiceProviderDTO) GetDescription() string

GetDescription returns the Description field value if set, zero value otherwise.

func (*VirtualSaml2ServiceProviderDTO) GetDescriptionOk ¶

func (o *VirtualSaml2ServiceProviderDTO) GetDescriptionOk() (*string, bool)

GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualSaml2ServiceProviderDTO) GetDisplayName ¶

func (o *VirtualSaml2ServiceProviderDTO) GetDisplayName() string

GetDisplayName returns the DisplayName field value if set, zero value otherwise.

func (*VirtualSaml2ServiceProviderDTO) GetDisplayNameOk ¶

func (o *VirtualSaml2ServiceProviderDTO) GetDisplayNameOk() (*string, bool)

GetDisplayNameOk returns a tuple with the DisplayName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualSaml2ServiceProviderDTO) GetElementId ¶

func (o *VirtualSaml2ServiceProviderDTO) GetElementId() string

GetElementId returns the ElementId field value if set, zero value otherwise.

func (*VirtualSaml2ServiceProviderDTO) GetElementIdOk ¶

func (o *VirtualSaml2ServiceProviderDTO) GetElementIdOk() (*string, bool)

GetElementIdOk returns a tuple with the ElementId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualSaml2ServiceProviderDTO) GetEnableMetadataEndpoint ¶

func (o *VirtualSaml2ServiceProviderDTO) GetEnableMetadataEndpoint() bool

GetEnableMetadataEndpoint returns the EnableMetadataEndpoint field value if set, zero value otherwise.

func (*VirtualSaml2ServiceProviderDTO) GetEnableMetadataEndpointOk ¶

func (o *VirtualSaml2ServiceProviderDTO) GetEnableMetadataEndpointOk() (*bool, bool)

GetEnableMetadataEndpointOk returns a tuple with the EnableMetadataEndpoint field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualSaml2ServiceProviderDTO) GetEnableProxyExtension ¶

func (o *VirtualSaml2ServiceProviderDTO) GetEnableProxyExtension() bool

GetEnableProxyExtension returns the EnableProxyExtension field value if set, zero value otherwise.

func (*VirtualSaml2ServiceProviderDTO) GetEnableProxyExtensionOk ¶

func (o *VirtualSaml2ServiceProviderDTO) GetEnableProxyExtensionOk() (*bool, bool)

GetEnableProxyExtensionOk returns a tuple with the EnableProxyExtension field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualSaml2ServiceProviderDTO) GetEncryptAssertion ¶

func (o *VirtualSaml2ServiceProviderDTO) GetEncryptAssertion() bool

GetEncryptAssertion returns the EncryptAssertion field value if set, zero value otherwise.

func (*VirtualSaml2ServiceProviderDTO) GetEncryptAssertionAlgorithm ¶

func (o *VirtualSaml2ServiceProviderDTO) GetEncryptAssertionAlgorithm() string

GetEncryptAssertionAlgorithm returns the EncryptAssertionAlgorithm field value if set, zero value otherwise.

func (*VirtualSaml2ServiceProviderDTO) GetEncryptAssertionAlgorithmOk ¶

func (o *VirtualSaml2ServiceProviderDTO) GetEncryptAssertionAlgorithmOk() (*string, bool)

GetEncryptAssertionAlgorithmOk returns a tuple with the EncryptAssertionAlgorithm field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualSaml2ServiceProviderDTO) GetEncryptAssertionOk ¶

func (o *VirtualSaml2ServiceProviderDTO) GetEncryptAssertionOk() (*bool, bool)

GetEncryptAssertionOk returns a tuple with the EncryptAssertion field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualSaml2ServiceProviderDTO) GetErrorBinding ¶

func (o *VirtualSaml2ServiceProviderDTO) GetErrorBinding() string

GetErrorBinding returns the ErrorBinding field value if set, zero value otherwise.

func (*VirtualSaml2ServiceProviderDTO) GetErrorBindingOk ¶

func (o *VirtualSaml2ServiceProviderDTO) GetErrorBindingOk() (*string, bool)

GetErrorBindingOk returns a tuple with the ErrorBinding field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualSaml2ServiceProviderDTO) GetFederatedConnectionsA ¶

func (o *VirtualSaml2ServiceProviderDTO) GetFederatedConnectionsA() []FederatedConnectionDTO

GetFederatedConnectionsA returns the FederatedConnectionsA field value if set, zero value otherwise.

func (*VirtualSaml2ServiceProviderDTO) GetFederatedConnectionsAOk ¶

func (o *VirtualSaml2ServiceProviderDTO) GetFederatedConnectionsAOk() ([]FederatedConnectionDTO, bool)

GetFederatedConnectionsAOk returns a tuple with the FederatedConnectionsA field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualSaml2ServiceProviderDTO) GetFederatedConnectionsB ¶

func (o *VirtualSaml2ServiceProviderDTO) GetFederatedConnectionsB() []FederatedConnectionDTO

GetFederatedConnectionsB returns the FederatedConnectionsB field value if set, zero value otherwise.

func (*VirtualSaml2ServiceProviderDTO) GetFederatedConnectionsBOk ¶

func (o *VirtualSaml2ServiceProviderDTO) GetFederatedConnectionsBOk() ([]FederatedConnectionDTO, bool)

GetFederatedConnectionsBOk returns a tuple with the FederatedConnectionsB field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualSaml2ServiceProviderDTO) GetId ¶

GetId returns the Id field value if set, zero value otherwise.

func (*VirtualSaml2ServiceProviderDTO) GetIdOk ¶

func (o *VirtualSaml2ServiceProviderDTO) GetIdOk() (*int64, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualSaml2ServiceProviderDTO) GetIdentityAppliance ¶

GetIdentityAppliance returns the IdentityAppliance field value if set, zero value otherwise.

func (*VirtualSaml2ServiceProviderDTO) GetIdentityApplianceOk ¶

func (o *VirtualSaml2ServiceProviderDTO) GetIdentityApplianceOk() (*IdentityApplianceDefinitionDTO, bool)

GetIdentityApplianceOk returns a tuple with the IdentityAppliance field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualSaml2ServiceProviderDTO) GetIdentityLookups ¶

func (o *VirtualSaml2ServiceProviderDTO) GetIdentityLookups() []IdentityLookupDTO

GetIdentityLookups returns the IdentityLookups field value if set, zero value otherwise.

func (*VirtualSaml2ServiceProviderDTO) GetIdentityLookupsOk ¶

func (o *VirtualSaml2ServiceProviderDTO) GetIdentityLookupsOk() ([]IdentityLookupDTO, bool)

GetIdentityLookupsOk returns a tuple with the IdentityLookups field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualSaml2ServiceProviderDTO) GetIdentityMappingPolicy ¶

func (o *VirtualSaml2ServiceProviderDTO) GetIdentityMappingPolicy() IdentityMappingPolicyDTO

GetIdentityMappingPolicy returns the IdentityMappingPolicy field value if set, zero value otherwise.

func (*VirtualSaml2ServiceProviderDTO) GetIdentityMappingPolicyOk ¶

func (o *VirtualSaml2ServiceProviderDTO) GetIdentityMappingPolicyOk() (*IdentityMappingPolicyDTO, bool)

GetIdentityMappingPolicyOk returns a tuple with the IdentityMappingPolicy field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualSaml2ServiceProviderDTO) GetIdpSignatureHash ¶

func (o *VirtualSaml2ServiceProviderDTO) GetIdpSignatureHash() string

GetIdpSignatureHash returns the IdpSignatureHash field value if set, zero value otherwise.

func (*VirtualSaml2ServiceProviderDTO) GetIdpSignatureHashOk ¶

func (o *VirtualSaml2ServiceProviderDTO) GetIdpSignatureHashOk() (*string, bool)

GetIdpSignatureHashOk returns a tuple with the IdpSignatureHash field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualSaml2ServiceProviderDTO) GetIgnoreRequestedNameIDPolicy ¶

func (o *VirtualSaml2ServiceProviderDTO) GetIgnoreRequestedNameIDPolicy() bool

GetIgnoreRequestedNameIDPolicy returns the IgnoreRequestedNameIDPolicy field value if set, zero value otherwise.

func (*VirtualSaml2ServiceProviderDTO) GetIgnoreRequestedNameIDPolicyOk ¶

func (o *VirtualSaml2ServiceProviderDTO) GetIgnoreRequestedNameIDPolicyOk() (*bool, bool)

GetIgnoreRequestedNameIDPolicyOk returns a tuple with the IgnoreRequestedNameIDPolicy field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualSaml2ServiceProviderDTO) GetIsRemote ¶

func (o *VirtualSaml2ServiceProviderDTO) GetIsRemote() bool

GetIsRemote returns the IsRemote field value if set, zero value otherwise.

func (*VirtualSaml2ServiceProviderDTO) GetIsRemoteOk ¶

func (o *VirtualSaml2ServiceProviderDTO) GetIsRemoteOk() (*bool, bool)

GetIsRemoteOk returns a tuple with the IsRemote field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualSaml2ServiceProviderDTO) GetLocation ¶

GetLocation returns the Location field value if set, zero value otherwise.

func (*VirtualSaml2ServiceProviderDTO) GetLocationOk ¶

func (o *VirtualSaml2ServiceProviderDTO) GetLocationOk() (*LocationDTO, bool)

GetLocationOk returns a tuple with the Location field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualSaml2ServiceProviderDTO) GetMessageTtl ¶

func (o *VirtualSaml2ServiceProviderDTO) GetMessageTtl() int32

GetMessageTtl returns the MessageTtl field value if set, zero value otherwise.

func (*VirtualSaml2ServiceProviderDTO) GetMessageTtlOk ¶

func (o *VirtualSaml2ServiceProviderDTO) GetMessageTtlOk() (*int32, bool)

GetMessageTtlOk returns a tuple with the MessageTtl field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualSaml2ServiceProviderDTO) GetMessageTtlTolerance ¶

func (o *VirtualSaml2ServiceProviderDTO) GetMessageTtlTolerance() int32

GetMessageTtlTolerance returns the MessageTtlTolerance field value if set, zero value otherwise.

func (*VirtualSaml2ServiceProviderDTO) GetMessageTtlToleranceOk ¶

func (o *VirtualSaml2ServiceProviderDTO) GetMessageTtlToleranceOk() (*int32, bool)

GetMessageTtlToleranceOk returns a tuple with the MessageTtlTolerance field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualSaml2ServiceProviderDTO) GetMetadata ¶

GetMetadata returns the Metadata field value if set, zero value otherwise.

func (*VirtualSaml2ServiceProviderDTO) GetMetadataOk ¶

func (o *VirtualSaml2ServiceProviderDTO) GetMetadataOk() (*ResourceDTO, bool)

GetMetadataOk returns a tuple with the Metadata field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualSaml2ServiceProviderDTO) GetMultivaluedAttrGroups ¶

func (o *VirtualSaml2ServiceProviderDTO) GetMultivaluedAttrGroups() bool

GetMultivaluedAttrGroups returns the MultivaluedAttrGroups field value if set, zero value otherwise.

func (*VirtualSaml2ServiceProviderDTO) GetMultivaluedAttrGroupsOk ¶

func (o *VirtualSaml2ServiceProviderDTO) GetMultivaluedAttrGroupsOk() (*bool, bool)

GetMultivaluedAttrGroupsOk returns a tuple with the MultivaluedAttrGroups field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualSaml2ServiceProviderDTO) GetMultivaluedAttrInternal ¶

func (o *VirtualSaml2ServiceProviderDTO) GetMultivaluedAttrInternal() bool

GetMultivaluedAttrInternal returns the MultivaluedAttrInternal field value if set, zero value otherwise.

func (*VirtualSaml2ServiceProviderDTO) GetMultivaluedAttrInternalOk ¶

func (o *VirtualSaml2ServiceProviderDTO) GetMultivaluedAttrInternalOk() (*bool, bool)

GetMultivaluedAttrInternalOk returns a tuple with the MultivaluedAttrInternal field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualSaml2ServiceProviderDTO) GetMultivaluedAttrUserDefined ¶

func (o *VirtualSaml2ServiceProviderDTO) GetMultivaluedAttrUserDefined() bool

GetMultivaluedAttrUserDefined returns the MultivaluedAttrUserDefined field value if set, zero value otherwise.

func (*VirtualSaml2ServiceProviderDTO) GetMultivaluedAttrUserDefinedOk ¶

func (o *VirtualSaml2ServiceProviderDTO) GetMultivaluedAttrUserDefinedOk() (*bool, bool)

GetMultivaluedAttrUserDefinedOk returns a tuple with the MultivaluedAttrUserDefined field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualSaml2ServiceProviderDTO) GetName ¶

GetName returns the Name field value if set, zero value otherwise.

func (*VirtualSaml2ServiceProviderDTO) GetNameOk ¶

func (o *VirtualSaml2ServiceProviderDTO) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualSaml2ServiceProviderDTO) GetOauth2Enabled ¶

func (o *VirtualSaml2ServiceProviderDTO) GetOauth2Enabled() bool

GetOauth2Enabled returns the Oauth2Enabled field value if set, zero value otherwise.

func (*VirtualSaml2ServiceProviderDTO) GetOauth2EnabledOk ¶

func (o *VirtualSaml2ServiceProviderDTO) GetOauth2EnabledOk() (*bool, bool)

GetOauth2EnabledOk returns a tuple with the Oauth2Enabled field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualSaml2ServiceProviderDTO) GetOauth2Key ¶

func (o *VirtualSaml2ServiceProviderDTO) GetOauth2Key() string

GetOauth2Key returns the Oauth2Key field value if set, zero value otherwise.

func (*VirtualSaml2ServiceProviderDTO) GetOauth2KeyOk ¶

func (o *VirtualSaml2ServiceProviderDTO) GetOauth2KeyOk() (*string, bool)

GetOauth2KeyOk returns a tuple with the Oauth2Key field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualSaml2ServiceProviderDTO) GetOauth2RememberMeTokenValidity ¶

func (o *VirtualSaml2ServiceProviderDTO) GetOauth2RememberMeTokenValidity() int64

GetOauth2RememberMeTokenValidity returns the Oauth2RememberMeTokenValidity field value if set, zero value otherwise.

func (*VirtualSaml2ServiceProviderDTO) GetOauth2RememberMeTokenValidityOk ¶

func (o *VirtualSaml2ServiceProviderDTO) GetOauth2RememberMeTokenValidityOk() (*int64, bool)

GetOauth2RememberMeTokenValidityOk returns a tuple with the Oauth2RememberMeTokenValidity field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualSaml2ServiceProviderDTO) GetOauth2TokenValidity ¶

func (o *VirtualSaml2ServiceProviderDTO) GetOauth2TokenValidity() int64

GetOauth2TokenValidity returns the Oauth2TokenValidity field value if set, zero value otherwise.

func (*VirtualSaml2ServiceProviderDTO) GetOauth2TokenValidityOk ¶

func (o *VirtualSaml2ServiceProviderDTO) GetOauth2TokenValidityOk() (*int64, bool)

GetOauth2TokenValidityOk returns a tuple with the Oauth2TokenValidity field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualSaml2ServiceProviderDTO) GetOidcAccessTokenTimeToLive ¶

func (o *VirtualSaml2ServiceProviderDTO) GetOidcAccessTokenTimeToLive() int32

GetOidcAccessTokenTimeToLive returns the OidcAccessTokenTimeToLive field value if set, zero value otherwise.

func (*VirtualSaml2ServiceProviderDTO) GetOidcAccessTokenTimeToLiveOk ¶

func (o *VirtualSaml2ServiceProviderDTO) GetOidcAccessTokenTimeToLiveOk() (*int32, bool)

GetOidcAccessTokenTimeToLiveOk returns a tuple with the OidcAccessTokenTimeToLive field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualSaml2ServiceProviderDTO) GetOidcAuthzCodeTimeToLive ¶

func (o *VirtualSaml2ServiceProviderDTO) GetOidcAuthzCodeTimeToLive() int32

GetOidcAuthzCodeTimeToLive returns the OidcAuthzCodeTimeToLive field value if set, zero value otherwise.

func (*VirtualSaml2ServiceProviderDTO) GetOidcAuthzCodeTimeToLiveOk ¶

func (o *VirtualSaml2ServiceProviderDTO) GetOidcAuthzCodeTimeToLiveOk() (*int32, bool)

GetOidcAuthzCodeTimeToLiveOk returns a tuple with the OidcAuthzCodeTimeToLive field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualSaml2ServiceProviderDTO) GetOidcIdTokenTimeToLive ¶

func (o *VirtualSaml2ServiceProviderDTO) GetOidcIdTokenTimeToLive() int32

GetOidcIdTokenTimeToLive returns the OidcIdTokenTimeToLive field value if set, zero value otherwise.

func (*VirtualSaml2ServiceProviderDTO) GetOidcIdTokenTimeToLiveOk ¶

func (o *VirtualSaml2ServiceProviderDTO) GetOidcIdTokenTimeToLiveOk() (*int32, bool)

GetOidcIdTokenTimeToLiveOk returns a tuple with the OidcIdTokenTimeToLive field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualSaml2ServiceProviderDTO) GetOidcIncludeUserClaimsInAccessToken ¶ added in v0.4.3

func (o *VirtualSaml2ServiceProviderDTO) GetOidcIncludeUserClaimsInAccessToken() bool

GetOidcIncludeUserClaimsInAccessToken returns the OidcIncludeUserClaimsInAccessToken field value if set, zero value otherwise.

func (*VirtualSaml2ServiceProviderDTO) GetOidcIncludeUserClaimsInAccessTokenOk ¶ added in v0.4.3

func (o *VirtualSaml2ServiceProviderDTO) GetOidcIncludeUserClaimsInAccessTokenOk() (*bool, bool)

GetOidcIncludeUserClaimsInAccessTokenOk returns a tuple with the OidcIncludeUserClaimsInAccessToken field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualSaml2ServiceProviderDTO) GetOpenIdEnabled ¶

func (o *VirtualSaml2ServiceProviderDTO) GetOpenIdEnabled() bool

GetOpenIdEnabled returns the OpenIdEnabled field value if set, zero value otherwise.

func (*VirtualSaml2ServiceProviderDTO) GetOpenIdEnabledOk ¶

func (o *VirtualSaml2ServiceProviderDTO) GetOpenIdEnabledOk() (*bool, bool)

GetOpenIdEnabledOk returns a tuple with the OpenIdEnabled field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualSaml2ServiceProviderDTO) GetRemote ¶

func (o *VirtualSaml2ServiceProviderDTO) GetRemote() bool

GetRemote returns the Remote field value if set, zero value otherwise.

func (*VirtualSaml2ServiceProviderDTO) GetRemoteOk ¶

func (o *VirtualSaml2ServiceProviderDTO) GetRemoteOk() (*bool, bool)

GetRemoteOk returns a tuple with the Remote field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualSaml2ServiceProviderDTO) GetRole ¶

GetRole returns the Role field value if set, zero value otherwise.

func (*VirtualSaml2ServiceProviderDTO) GetRoleOk ¶

func (o *VirtualSaml2ServiceProviderDTO) GetRoleOk() (*string, bool)

GetRoleOk returns a tuple with the Role field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualSaml2ServiceProviderDTO) GetSamlR2IDPConfig ¶

func (p *VirtualSaml2ServiceProviderDTO) GetSamlR2IDPConfig() (*SamlR2IDPConfigDTO, error)

func (*VirtualSaml2ServiceProviderDTO) GetSessionManagerFactory ¶

func (o *VirtualSaml2ServiceProviderDTO) GetSessionManagerFactory() SessionManagerFactoryDTO

GetSessionManagerFactory returns the SessionManagerFactory field value if set, zero value otherwise.

func (*VirtualSaml2ServiceProviderDTO) GetSessionManagerFactoryOk ¶

func (o *VirtualSaml2ServiceProviderDTO) GetSessionManagerFactoryOk() (*SessionManagerFactoryDTO, bool)

GetSessionManagerFactoryOk returns a tuple with the SessionManagerFactory field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualSaml2ServiceProviderDTO) GetSignAuthenticationRequests ¶

func (o *VirtualSaml2ServiceProviderDTO) GetSignAuthenticationRequests() bool

GetSignAuthenticationRequests returns the SignAuthenticationRequests field value if set, zero value otherwise.

func (*VirtualSaml2ServiceProviderDTO) GetSignAuthenticationRequestsOk ¶

func (o *VirtualSaml2ServiceProviderDTO) GetSignAuthenticationRequestsOk() (*bool, bool)

GetSignAuthenticationRequestsOk returns a tuple with the SignAuthenticationRequests field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualSaml2ServiceProviderDTO) GetSignRequests ¶

func (o *VirtualSaml2ServiceProviderDTO) GetSignRequests() bool

GetSignRequests returns the SignRequests field value if set, zero value otherwise.

func (*VirtualSaml2ServiceProviderDTO) GetSignRequestsOk ¶

func (o *VirtualSaml2ServiceProviderDTO) GetSignRequestsOk() (*bool, bool)

GetSignRequestsOk returns a tuple with the SignRequests field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualSaml2ServiceProviderDTO) GetSpSignatureHash ¶

func (o *VirtualSaml2ServiceProviderDTO) GetSpSignatureHash() string

GetSpSignatureHash returns the SpSignatureHash field value if set, zero value otherwise.

func (*VirtualSaml2ServiceProviderDTO) GetSpSignatureHashOk ¶

func (o *VirtualSaml2ServiceProviderDTO) GetSpSignatureHashOk() (*string, bool)

GetSpSignatureHashOk returns a tuple with the SpSignatureHash field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualSaml2ServiceProviderDTO) GetSsoSessionTimeout ¶

func (o *VirtualSaml2ServiceProviderDTO) GetSsoSessionTimeout() int32

GetSsoSessionTimeout returns the SsoSessionTimeout field value if set, zero value otherwise.

func (*VirtualSaml2ServiceProviderDTO) GetSsoSessionTimeoutOk ¶

func (o *VirtualSaml2ServiceProviderDTO) GetSsoSessionTimeoutOk() (*int32, bool)

GetSsoSessionTimeoutOk returns a tuple with the SsoSessionTimeout field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualSaml2ServiceProviderDTO) GetSubjectAuthnPolicies ¶

func (o *VirtualSaml2ServiceProviderDTO) GetSubjectAuthnPolicies() []SubjectAuthenticationPolicyDTO

GetSubjectAuthnPolicies returns the SubjectAuthnPolicies field value if set, zero value otherwise.

func (*VirtualSaml2ServiceProviderDTO) GetSubjectAuthnPoliciesOk ¶

func (o *VirtualSaml2ServiceProviderDTO) GetSubjectAuthnPoliciesOk() ([]SubjectAuthenticationPolicyDTO, bool)

GetSubjectAuthnPoliciesOk returns a tuple with the SubjectAuthnPolicies field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualSaml2ServiceProviderDTO) GetSubjectNameIDPolicy ¶

GetSubjectNameIDPolicy returns the SubjectNameIDPolicy field value if set, zero value otherwise.

func (*VirtualSaml2ServiceProviderDTO) GetSubjectNameIDPolicyOk ¶

func (o *VirtualSaml2ServiceProviderDTO) GetSubjectNameIDPolicyOk() (*SubjectNameIdentifierPolicyDTO, bool)

GetSubjectNameIDPolicyOk returns a tuple with the SubjectNameIDPolicy field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualSaml2ServiceProviderDTO) GetWantAssertionSigned ¶

func (o *VirtualSaml2ServiceProviderDTO) GetWantAssertionSigned() bool

GetWantAssertionSigned returns the WantAssertionSigned field value if set, zero value otherwise.

func (*VirtualSaml2ServiceProviderDTO) GetWantAssertionSignedOk ¶

func (o *VirtualSaml2ServiceProviderDTO) GetWantAssertionSignedOk() (*bool, bool)

GetWantAssertionSignedOk returns a tuple with the WantAssertionSigned field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualSaml2ServiceProviderDTO) GetWantAuthnRequestsSigned ¶

func (o *VirtualSaml2ServiceProviderDTO) GetWantAuthnRequestsSigned() bool

GetWantAuthnRequestsSigned returns the WantAuthnRequestsSigned field value if set, zero value otherwise.

func (*VirtualSaml2ServiceProviderDTO) GetWantAuthnRequestsSignedOk ¶

func (o *VirtualSaml2ServiceProviderDTO) GetWantAuthnRequestsSignedOk() (*bool, bool)

GetWantAuthnRequestsSignedOk returns a tuple with the WantAuthnRequestsSigned field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualSaml2ServiceProviderDTO) GetWantSLOResponseSigned ¶

func (o *VirtualSaml2ServiceProviderDTO) GetWantSLOResponseSigned() bool

GetWantSLOResponseSigned returns the WantSLOResponseSigned field value if set, zero value otherwise.

func (*VirtualSaml2ServiceProviderDTO) GetWantSLOResponseSignedOk ¶

func (o *VirtualSaml2ServiceProviderDTO) GetWantSLOResponseSignedOk() (*bool, bool)

GetWantSLOResponseSignedOk returns a tuple with the WantSLOResponseSigned field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualSaml2ServiceProviderDTO) GetWantSignedRequests ¶

func (o *VirtualSaml2ServiceProviderDTO) GetWantSignedRequests() bool

GetWantSignedRequests returns the WantSignedRequests field value if set, zero value otherwise.

func (*VirtualSaml2ServiceProviderDTO) GetWantSignedRequestsOk ¶

func (o *VirtualSaml2ServiceProviderDTO) GetWantSignedRequestsOk() (*bool, bool)

GetWantSignedRequestsOk returns a tuple with the WantSignedRequests field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualSaml2ServiceProviderDTO) GetX ¶

GetX returns the X field value if set, zero value otherwise.

func (*VirtualSaml2ServiceProviderDTO) GetXOk ¶

GetXOk returns a tuple with the X field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualSaml2ServiceProviderDTO) GetY ¶

GetY returns the Y field value if set, zero value otherwise.

func (*VirtualSaml2ServiceProviderDTO) GetYOk ¶

GetYOk returns a tuple with the Y field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualSaml2ServiceProviderDTO) HasAccountLinkagePolicy ¶

func (o *VirtualSaml2ServiceProviderDTO) HasAccountLinkagePolicy() bool

HasAccountLinkagePolicy returns a boolean if a field has been set.

func (*VirtualSaml2ServiceProviderDTO) HasActiveBindings ¶

func (o *VirtualSaml2ServiceProviderDTO) HasActiveBindings() bool

HasActiveBindings returns a boolean if a field has been set.

func (*VirtualSaml2ServiceProviderDTO) HasActiveProfiles ¶

func (o *VirtualSaml2ServiceProviderDTO) HasActiveProfiles() bool

HasActiveProfiles returns a boolean if a field has been set.

func (*VirtualSaml2ServiceProviderDTO) HasAttributeProfile ¶

func (o *VirtualSaml2ServiceProviderDTO) HasAttributeProfile() bool

HasAttributeProfile returns a boolean if a field has been set.

func (*VirtualSaml2ServiceProviderDTO) HasConfig ¶

func (o *VirtualSaml2ServiceProviderDTO) HasConfig() bool

HasConfig returns a boolean if a field has been set.

func (*VirtualSaml2ServiceProviderDTO) HasDashboardUrl ¶

func (o *VirtualSaml2ServiceProviderDTO) HasDashboardUrl() bool

HasDashboardUrl returns a boolean if a field has been set.

func (*VirtualSaml2ServiceProviderDTO) HasDescription ¶

func (o *VirtualSaml2ServiceProviderDTO) HasDescription() bool

HasDescription returns a boolean if a field has been set.

func (*VirtualSaml2ServiceProviderDTO) HasDisplayName ¶

func (o *VirtualSaml2ServiceProviderDTO) HasDisplayName() bool

HasDisplayName returns a boolean if a field has been set.

func (*VirtualSaml2ServiceProviderDTO) HasElementId ¶

func (o *VirtualSaml2ServiceProviderDTO) HasElementId() bool

HasElementId returns a boolean if a field has been set.

func (*VirtualSaml2ServiceProviderDTO) HasEnableMetadataEndpoint ¶

func (o *VirtualSaml2ServiceProviderDTO) HasEnableMetadataEndpoint() bool

HasEnableMetadataEndpoint returns a boolean if a field has been set.

func (*VirtualSaml2ServiceProviderDTO) HasEnableProxyExtension ¶

func (o *VirtualSaml2ServiceProviderDTO) HasEnableProxyExtension() bool

HasEnableProxyExtension returns a boolean if a field has been set.

func (*VirtualSaml2ServiceProviderDTO) HasEncryptAssertion ¶

func (o *VirtualSaml2ServiceProviderDTO) HasEncryptAssertion() bool

HasEncryptAssertion returns a boolean if a field has been set.

func (*VirtualSaml2ServiceProviderDTO) HasEncryptAssertionAlgorithm ¶

func (o *VirtualSaml2ServiceProviderDTO) HasEncryptAssertionAlgorithm() bool

HasEncryptAssertionAlgorithm returns a boolean if a field has been set.

func (*VirtualSaml2ServiceProviderDTO) HasErrorBinding ¶

func (o *VirtualSaml2ServiceProviderDTO) HasErrorBinding() bool

HasErrorBinding returns a boolean if a field has been set.

func (*VirtualSaml2ServiceProviderDTO) HasFederatedConnectionsA ¶

func (o *VirtualSaml2ServiceProviderDTO) HasFederatedConnectionsA() bool

HasFederatedConnectionsA returns a boolean if a field has been set.

func (*VirtualSaml2ServiceProviderDTO) HasFederatedConnectionsB ¶

func (o *VirtualSaml2ServiceProviderDTO) HasFederatedConnectionsB() bool

HasFederatedConnectionsB returns a boolean if a field has been set.

func (*VirtualSaml2ServiceProviderDTO) HasId ¶

HasId returns a boolean if a field has been set.

func (*VirtualSaml2ServiceProviderDTO) HasIdentityAppliance ¶

func (o *VirtualSaml2ServiceProviderDTO) HasIdentityAppliance() bool

HasIdentityAppliance returns a boolean if a field has been set.

func (*VirtualSaml2ServiceProviderDTO) HasIdentityLookups ¶

func (o *VirtualSaml2ServiceProviderDTO) HasIdentityLookups() bool

HasIdentityLookups returns a boolean if a field has been set.

func (*VirtualSaml2ServiceProviderDTO) HasIdentityMappingPolicy ¶

func (o *VirtualSaml2ServiceProviderDTO) HasIdentityMappingPolicy() bool

HasIdentityMappingPolicy returns a boolean if a field has been set.

func (*VirtualSaml2ServiceProviderDTO) HasIdpSignatureHash ¶

func (o *VirtualSaml2ServiceProviderDTO) HasIdpSignatureHash() bool

HasIdpSignatureHash returns a boolean if a field has been set.

func (*VirtualSaml2ServiceProviderDTO) HasIgnoreRequestedNameIDPolicy ¶

func (o *VirtualSaml2ServiceProviderDTO) HasIgnoreRequestedNameIDPolicy() bool

HasIgnoreRequestedNameIDPolicy returns a boolean if a field has been set.

func (*VirtualSaml2ServiceProviderDTO) HasIsRemote ¶

func (o *VirtualSaml2ServiceProviderDTO) HasIsRemote() bool

HasIsRemote returns a boolean if a field has been set.

func (*VirtualSaml2ServiceProviderDTO) HasLocation ¶

func (o *VirtualSaml2ServiceProviderDTO) HasLocation() bool

HasLocation returns a boolean if a field has been set.

func (*VirtualSaml2ServiceProviderDTO) HasMessageTtl ¶

func (o *VirtualSaml2ServiceProviderDTO) HasMessageTtl() bool

HasMessageTtl returns a boolean if a field has been set.

func (*VirtualSaml2ServiceProviderDTO) HasMessageTtlTolerance ¶

func (o *VirtualSaml2ServiceProviderDTO) HasMessageTtlTolerance() bool

HasMessageTtlTolerance returns a boolean if a field has been set.

func (*VirtualSaml2ServiceProviderDTO) HasMetadata ¶

func (o *VirtualSaml2ServiceProviderDTO) HasMetadata() bool

HasMetadata returns a boolean if a field has been set.

func (*VirtualSaml2ServiceProviderDTO) HasMultivaluedAttrGroups ¶

func (o *VirtualSaml2ServiceProviderDTO) HasMultivaluedAttrGroups() bool

HasMultivaluedAttrGroups returns a boolean if a field has been set.

func (*VirtualSaml2ServiceProviderDTO) HasMultivaluedAttrInternal ¶

func (o *VirtualSaml2ServiceProviderDTO) HasMultivaluedAttrInternal() bool

HasMultivaluedAttrInternal returns a boolean if a field has been set.

func (*VirtualSaml2ServiceProviderDTO) HasMultivaluedAttrUserDefined ¶

func (o *VirtualSaml2ServiceProviderDTO) HasMultivaluedAttrUserDefined() bool

HasMultivaluedAttrUserDefined returns a boolean if a field has been set.

func (*VirtualSaml2ServiceProviderDTO) HasName ¶

func (o *VirtualSaml2ServiceProviderDTO) HasName() bool

HasName returns a boolean if a field has been set.

func (*VirtualSaml2ServiceProviderDTO) HasOauth2Enabled ¶

func (o *VirtualSaml2ServiceProviderDTO) HasOauth2Enabled() bool

HasOauth2Enabled returns a boolean if a field has been set.

func (*VirtualSaml2ServiceProviderDTO) HasOauth2Key ¶

func (o *VirtualSaml2ServiceProviderDTO) HasOauth2Key() bool

HasOauth2Key returns a boolean if a field has been set.

func (*VirtualSaml2ServiceProviderDTO) HasOauth2RememberMeTokenValidity ¶

func (o *VirtualSaml2ServiceProviderDTO) HasOauth2RememberMeTokenValidity() bool

HasOauth2RememberMeTokenValidity returns a boolean if a field has been set.

func (*VirtualSaml2ServiceProviderDTO) HasOauth2TokenValidity ¶

func (o *VirtualSaml2ServiceProviderDTO) HasOauth2TokenValidity() bool

HasOauth2TokenValidity returns a boolean if a field has been set.

func (*VirtualSaml2ServiceProviderDTO) HasOidcAccessTokenTimeToLive ¶

func (o *VirtualSaml2ServiceProviderDTO) HasOidcAccessTokenTimeToLive() bool

HasOidcAccessTokenTimeToLive returns a boolean if a field has been set.

func (*VirtualSaml2ServiceProviderDTO) HasOidcAuthzCodeTimeToLive ¶

func (o *VirtualSaml2ServiceProviderDTO) HasOidcAuthzCodeTimeToLive() bool

HasOidcAuthzCodeTimeToLive returns a boolean if a field has been set.

func (*VirtualSaml2ServiceProviderDTO) HasOidcIdTokenTimeToLive ¶

func (o *VirtualSaml2ServiceProviderDTO) HasOidcIdTokenTimeToLive() bool

HasOidcIdTokenTimeToLive returns a boolean if a field has been set.

func (*VirtualSaml2ServiceProviderDTO) HasOidcIncludeUserClaimsInAccessToken ¶ added in v0.4.3

func (o *VirtualSaml2ServiceProviderDTO) HasOidcIncludeUserClaimsInAccessToken() bool

HasOidcIncludeUserClaimsInAccessToken returns a boolean if a field has been set.

func (*VirtualSaml2ServiceProviderDTO) HasOpenIdEnabled ¶

func (o *VirtualSaml2ServiceProviderDTO) HasOpenIdEnabled() bool

HasOpenIdEnabled returns a boolean if a field has been set.

func (*VirtualSaml2ServiceProviderDTO) HasRemote ¶

func (o *VirtualSaml2ServiceProviderDTO) HasRemote() bool

HasRemote returns a boolean if a field has been set.

func (*VirtualSaml2ServiceProviderDTO) HasRole ¶

func (o *VirtualSaml2ServiceProviderDTO) HasRole() bool

HasRole returns a boolean if a field has been set.

func (*VirtualSaml2ServiceProviderDTO) HasSessionManagerFactory ¶

func (o *VirtualSaml2ServiceProviderDTO) HasSessionManagerFactory() bool

HasSessionManagerFactory returns a boolean if a field has been set.

func (*VirtualSaml2ServiceProviderDTO) HasSignAuthenticationRequests ¶

func (o *VirtualSaml2ServiceProviderDTO) HasSignAuthenticationRequests() bool

HasSignAuthenticationRequests returns a boolean if a field has been set.

func (*VirtualSaml2ServiceProviderDTO) HasSignRequests ¶

func (o *VirtualSaml2ServiceProviderDTO) HasSignRequests() bool

HasSignRequests returns a boolean if a field has been set.

func (*VirtualSaml2ServiceProviderDTO) HasSpSignatureHash ¶

func (o *VirtualSaml2ServiceProviderDTO) HasSpSignatureHash() bool

HasSpSignatureHash returns a boolean if a field has been set.

func (*VirtualSaml2ServiceProviderDTO) HasSsoSessionTimeout ¶

func (o *VirtualSaml2ServiceProviderDTO) HasSsoSessionTimeout() bool

HasSsoSessionTimeout returns a boolean if a field has been set.

func (*VirtualSaml2ServiceProviderDTO) HasSubjectAuthnPolicies ¶

func (o *VirtualSaml2ServiceProviderDTO) HasSubjectAuthnPolicies() bool

HasSubjectAuthnPolicies returns a boolean if a field has been set.

func (*VirtualSaml2ServiceProviderDTO) HasSubjectNameIDPolicy ¶

func (o *VirtualSaml2ServiceProviderDTO) HasSubjectNameIDPolicy() bool

HasSubjectNameIDPolicy returns a boolean if a field has been set.

func (*VirtualSaml2ServiceProviderDTO) HasWantAssertionSigned ¶

func (o *VirtualSaml2ServiceProviderDTO) HasWantAssertionSigned() bool

HasWantAssertionSigned returns a boolean if a field has been set.

func (*VirtualSaml2ServiceProviderDTO) HasWantAuthnRequestsSigned ¶

func (o *VirtualSaml2ServiceProviderDTO) HasWantAuthnRequestsSigned() bool

HasWantAuthnRequestsSigned returns a boolean if a field has been set.

func (*VirtualSaml2ServiceProviderDTO) HasWantSLOResponseSigned ¶

func (o *VirtualSaml2ServiceProviderDTO) HasWantSLOResponseSigned() bool

HasWantSLOResponseSigned returns a boolean if a field has been set.

func (*VirtualSaml2ServiceProviderDTO) HasWantSignedRequests ¶

func (o *VirtualSaml2ServiceProviderDTO) HasWantSignedRequests() bool

HasWantSignedRequests returns a boolean if a field has been set.

func (*VirtualSaml2ServiceProviderDTO) HasX ¶

HasX returns a boolean if a field has been set.

func (*VirtualSaml2ServiceProviderDTO) HasY ¶

HasY returns a boolean if a field has been set.

func (VirtualSaml2ServiceProviderDTO) MarshalJSON ¶

func (o VirtualSaml2ServiceProviderDTO) MarshalJSON() ([]byte, error)

func (*VirtualSaml2ServiceProviderDTO) RemoveFederatedConnection ¶

func (p *VirtualSaml2ServiceProviderDTO) RemoveFederatedConnection(target string) error

Remove federated connection

func (*VirtualSaml2ServiceProviderDTO) SetAccountLinkagePolicy ¶

func (o *VirtualSaml2ServiceProviderDTO) SetAccountLinkagePolicy(v AccountLinkagePolicyDTO)

SetAccountLinkagePolicy gets a reference to the given AccountLinkagePolicyDTO and assigns it to the AccountLinkagePolicy field.

func (*VirtualSaml2ServiceProviderDTO) SetActiveBindings ¶

func (o *VirtualSaml2ServiceProviderDTO) SetActiveBindings(v []string)

SetActiveBindings gets a reference to the given []string and assigns it to the ActiveBindings field.

func (*VirtualSaml2ServiceProviderDTO) SetActiveProfiles ¶

func (o *VirtualSaml2ServiceProviderDTO) SetActiveProfiles(v []string)

SetActiveProfiles gets a reference to the given []string and assigns it to the ActiveProfiles field.

func (*VirtualSaml2ServiceProviderDTO) SetAttributeProfile ¶

func (o *VirtualSaml2ServiceProviderDTO) SetAttributeProfile(v AttributeProfileDTO)

SetAttributeProfile gets a reference to the given AttributeProfileDTO and assigns it to the AttributeProfile field.

func (*VirtualSaml2ServiceProviderDTO) SetConfig ¶

SetConfig gets a reference to the given ProviderConfigDTO and assigns it to the Config field.

func (*VirtualSaml2ServiceProviderDTO) SetDashboardUrl ¶

func (o *VirtualSaml2ServiceProviderDTO) SetDashboardUrl(v string)

SetDashboardUrl gets a reference to the given string and assigns it to the DashboardUrl field.

func (*VirtualSaml2ServiceProviderDTO) SetDescription ¶

func (o *VirtualSaml2ServiceProviderDTO) SetDescription(v string)

SetDescription gets a reference to the given string and assigns it to the Description field.

func (*VirtualSaml2ServiceProviderDTO) SetDisplayName ¶

func (o *VirtualSaml2ServiceProviderDTO) SetDisplayName(v string)

SetDisplayName gets a reference to the given string and assigns it to the DisplayName field.

func (*VirtualSaml2ServiceProviderDTO) SetElementId ¶

func (o *VirtualSaml2ServiceProviderDTO) SetElementId(v string)

SetElementId gets a reference to the given string and assigns it to the ElementId field.

func (*VirtualSaml2ServiceProviderDTO) SetEnableMetadataEndpoint ¶

func (o *VirtualSaml2ServiceProviderDTO) SetEnableMetadataEndpoint(v bool)

SetEnableMetadataEndpoint gets a reference to the given bool and assigns it to the EnableMetadataEndpoint field.

func (*VirtualSaml2ServiceProviderDTO) SetEnableProxyExtension ¶

func (o *VirtualSaml2ServiceProviderDTO) SetEnableProxyExtension(v bool)

SetEnableProxyExtension gets a reference to the given bool and assigns it to the EnableProxyExtension field.

func (*VirtualSaml2ServiceProviderDTO) SetEncryptAssertion ¶

func (o *VirtualSaml2ServiceProviderDTO) SetEncryptAssertion(v bool)

SetEncryptAssertion gets a reference to the given bool and assigns it to the EncryptAssertion field.

func (*VirtualSaml2ServiceProviderDTO) SetEncryptAssertionAlgorithm ¶

func (o *VirtualSaml2ServiceProviderDTO) SetEncryptAssertionAlgorithm(v string)

SetEncryptAssertionAlgorithm gets a reference to the given string and assigns it to the EncryptAssertionAlgorithm field.

func (*VirtualSaml2ServiceProviderDTO) SetErrorBinding ¶

func (o *VirtualSaml2ServiceProviderDTO) SetErrorBinding(v string)

SetErrorBinding gets a reference to the given string and assigns it to the ErrorBinding field.

func (*VirtualSaml2ServiceProviderDTO) SetFederatedConnectionsA ¶

func (o *VirtualSaml2ServiceProviderDTO) SetFederatedConnectionsA(v []FederatedConnectionDTO)

SetFederatedConnectionsA gets a reference to the given []FederatedConnectionDTO and assigns it to the FederatedConnectionsA field.

func (*VirtualSaml2ServiceProviderDTO) SetFederatedConnectionsB ¶

func (o *VirtualSaml2ServiceProviderDTO) SetFederatedConnectionsB(v []FederatedConnectionDTO)

SetFederatedConnectionsB gets a reference to the given []FederatedConnectionDTO and assigns it to the FederatedConnectionsB field.

func (*VirtualSaml2ServiceProviderDTO) SetId ¶

SetId gets a reference to the given int64 and assigns it to the Id field.

func (*VirtualSaml2ServiceProviderDTO) SetIdentityAppliance ¶

SetIdentityAppliance gets a reference to the given IdentityApplianceDefinitionDTO and assigns it to the IdentityAppliance field.

func (*VirtualSaml2ServiceProviderDTO) SetIdentityLookups ¶

func (o *VirtualSaml2ServiceProviderDTO) SetIdentityLookups(v []IdentityLookupDTO)

SetIdentityLookups gets a reference to the given []IdentityLookupDTO and assigns it to the IdentityLookups field.

func (*VirtualSaml2ServiceProviderDTO) SetIdentityMappingPolicy ¶

func (o *VirtualSaml2ServiceProviderDTO) SetIdentityMappingPolicy(v IdentityMappingPolicyDTO)

SetIdentityMappingPolicy gets a reference to the given IdentityMappingPolicyDTO and assigns it to the IdentityMappingPolicy field.

func (*VirtualSaml2ServiceProviderDTO) SetIdpSignatureHash ¶

func (o *VirtualSaml2ServiceProviderDTO) SetIdpSignatureHash(v string)

SetIdpSignatureHash gets a reference to the given string and assigns it to the IdpSignatureHash field.

func (*VirtualSaml2ServiceProviderDTO) SetIgnoreRequestedNameIDPolicy ¶

func (o *VirtualSaml2ServiceProviderDTO) SetIgnoreRequestedNameIDPolicy(v bool)

SetIgnoreRequestedNameIDPolicy gets a reference to the given bool and assigns it to the IgnoreRequestedNameIDPolicy field.

func (*VirtualSaml2ServiceProviderDTO) SetIsRemote ¶

func (o *VirtualSaml2ServiceProviderDTO) SetIsRemote(v bool)

SetIsRemote gets a reference to the given bool and assigns it to the IsRemote field.

func (*VirtualSaml2ServiceProviderDTO) SetLocation ¶

func (o *VirtualSaml2ServiceProviderDTO) SetLocation(v LocationDTO)

SetLocation gets a reference to the given LocationDTO and assigns it to the Location field.

func (*VirtualSaml2ServiceProviderDTO) SetMessageTtl ¶

func (o *VirtualSaml2ServiceProviderDTO) SetMessageTtl(v int32)

SetMessageTtl gets a reference to the given int32 and assigns it to the MessageTtl field.

func (*VirtualSaml2ServiceProviderDTO) SetMessageTtlTolerance ¶

func (o *VirtualSaml2ServiceProviderDTO) SetMessageTtlTolerance(v int32)

SetMessageTtlTolerance gets a reference to the given int32 and assigns it to the MessageTtlTolerance field.

func (*VirtualSaml2ServiceProviderDTO) SetMetadata ¶

func (o *VirtualSaml2ServiceProviderDTO) SetMetadata(v ResourceDTO)

SetMetadata gets a reference to the given ResourceDTO and assigns it to the Metadata field.

func (*VirtualSaml2ServiceProviderDTO) SetMultivaluedAttrGroups ¶

func (o *VirtualSaml2ServiceProviderDTO) SetMultivaluedAttrGroups(v bool)

SetMultivaluedAttrGroups gets a reference to the given bool and assigns it to the MultivaluedAttrGroups field.

func (*VirtualSaml2ServiceProviderDTO) SetMultivaluedAttrInternal ¶

func (o *VirtualSaml2ServiceProviderDTO) SetMultivaluedAttrInternal(v bool)

SetMultivaluedAttrInternal gets a reference to the given bool and assigns it to the MultivaluedAttrInternal field.

func (*VirtualSaml2ServiceProviderDTO) SetMultivaluedAttrUserDefined ¶

func (o *VirtualSaml2ServiceProviderDTO) SetMultivaluedAttrUserDefined(v bool)

SetMultivaluedAttrUserDefined gets a reference to the given bool and assigns it to the MultivaluedAttrUserDefined field.

func (*VirtualSaml2ServiceProviderDTO) SetName ¶

func (o *VirtualSaml2ServiceProviderDTO) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*VirtualSaml2ServiceProviderDTO) SetOauth2Enabled ¶

func (o *VirtualSaml2ServiceProviderDTO) SetOauth2Enabled(v bool)

SetOauth2Enabled gets a reference to the given bool and assigns it to the Oauth2Enabled field.

func (*VirtualSaml2ServiceProviderDTO) SetOauth2Key ¶

func (o *VirtualSaml2ServiceProviderDTO) SetOauth2Key(v string)

SetOauth2Key gets a reference to the given string and assigns it to the Oauth2Key field.

func (*VirtualSaml2ServiceProviderDTO) SetOauth2RememberMeTokenValidity ¶

func (o *VirtualSaml2ServiceProviderDTO) SetOauth2RememberMeTokenValidity(v int64)

SetOauth2RememberMeTokenValidity gets a reference to the given int64 and assigns it to the Oauth2RememberMeTokenValidity field.

func (*VirtualSaml2ServiceProviderDTO) SetOauth2TokenValidity ¶

func (o *VirtualSaml2ServiceProviderDTO) SetOauth2TokenValidity(v int64)

SetOauth2TokenValidity gets a reference to the given int64 and assigns it to the Oauth2TokenValidity field.

func (*VirtualSaml2ServiceProviderDTO) SetOidcAccessTokenTimeToLive ¶

func (o *VirtualSaml2ServiceProviderDTO) SetOidcAccessTokenTimeToLive(v int32)

SetOidcAccessTokenTimeToLive gets a reference to the given int32 and assigns it to the OidcAccessTokenTimeToLive field.

func (*VirtualSaml2ServiceProviderDTO) SetOidcAuthzCodeTimeToLive ¶

func (o *VirtualSaml2ServiceProviderDTO) SetOidcAuthzCodeTimeToLive(v int32)

SetOidcAuthzCodeTimeToLive gets a reference to the given int32 and assigns it to the OidcAuthzCodeTimeToLive field.

func (*VirtualSaml2ServiceProviderDTO) SetOidcIdTokenTimeToLive ¶

func (o *VirtualSaml2ServiceProviderDTO) SetOidcIdTokenTimeToLive(v int32)

SetOidcIdTokenTimeToLive gets a reference to the given int32 and assigns it to the OidcIdTokenTimeToLive field.

func (*VirtualSaml2ServiceProviderDTO) SetOidcIncludeUserClaimsInAccessToken ¶ added in v0.4.3

func (o *VirtualSaml2ServiceProviderDTO) SetOidcIncludeUserClaimsInAccessToken(v bool)

SetOidcIncludeUserClaimsInAccessToken gets a reference to the given bool and assigns it to the OidcIncludeUserClaimsInAccessToken field.

func (*VirtualSaml2ServiceProviderDTO) SetOpenIdEnabled ¶

func (o *VirtualSaml2ServiceProviderDTO) SetOpenIdEnabled(v bool)

SetOpenIdEnabled gets a reference to the given bool and assigns it to the OpenIdEnabled field.

func (*VirtualSaml2ServiceProviderDTO) SetRemote ¶

func (o *VirtualSaml2ServiceProviderDTO) SetRemote(v bool)

SetRemote gets a reference to the given bool and assigns it to the Remote field.

func (*VirtualSaml2ServiceProviderDTO) SetRole ¶

func (o *VirtualSaml2ServiceProviderDTO) SetRole(v string)

SetRole gets a reference to the given string and assigns it to the Role field.

func (*VirtualSaml2ServiceProviderDTO) SetSamlR2IDPConfig ¶

func (p *VirtualSaml2ServiceProviderDTO) SetSamlR2IDPConfig(idpCfg *SamlR2IDPConfigDTO) error

func (*VirtualSaml2ServiceProviderDTO) SetSessionManagerFactory ¶

func (o *VirtualSaml2ServiceProviderDTO) SetSessionManagerFactory(v SessionManagerFactoryDTO)

SetSessionManagerFactory gets a reference to the given SessionManagerFactoryDTO and assigns it to the SessionManagerFactory field.

func (*VirtualSaml2ServiceProviderDTO) SetSignAuthenticationRequests ¶

func (o *VirtualSaml2ServiceProviderDTO) SetSignAuthenticationRequests(v bool)

SetSignAuthenticationRequests gets a reference to the given bool and assigns it to the SignAuthenticationRequests field.

func (*VirtualSaml2ServiceProviderDTO) SetSignRequests ¶

func (o *VirtualSaml2ServiceProviderDTO) SetSignRequests(v bool)

SetSignRequests gets a reference to the given bool and assigns it to the SignRequests field.

func (*VirtualSaml2ServiceProviderDTO) SetSpSignatureHash ¶

func (o *VirtualSaml2ServiceProviderDTO) SetSpSignatureHash(v string)

SetSpSignatureHash gets a reference to the given string and assigns it to the SpSignatureHash field.

func (*VirtualSaml2ServiceProviderDTO) SetSsoSessionTimeout ¶

func (o *VirtualSaml2ServiceProviderDTO) SetSsoSessionTimeout(v int32)

SetSsoSessionTimeout gets a reference to the given int32 and assigns it to the SsoSessionTimeout field.

func (*VirtualSaml2ServiceProviderDTO) SetSubjectAuthnPolicies ¶

func (o *VirtualSaml2ServiceProviderDTO) SetSubjectAuthnPolicies(v []SubjectAuthenticationPolicyDTO)

SetSubjectAuthnPolicies gets a reference to the given []SubjectAuthenticationPolicyDTO and assigns it to the SubjectAuthnPolicies field.

func (*VirtualSaml2ServiceProviderDTO) SetSubjectNameIDPolicy ¶

SetSubjectNameIDPolicy gets a reference to the given SubjectNameIdentifierPolicyDTO and assigns it to the SubjectNameIDPolicy field.

func (*VirtualSaml2ServiceProviderDTO) SetWantAssertionSigned ¶

func (o *VirtualSaml2ServiceProviderDTO) SetWantAssertionSigned(v bool)

SetWantAssertionSigned gets a reference to the given bool and assigns it to the WantAssertionSigned field.

func (*VirtualSaml2ServiceProviderDTO) SetWantAuthnRequestsSigned ¶

func (o *VirtualSaml2ServiceProviderDTO) SetWantAuthnRequestsSigned(v bool)

SetWantAuthnRequestsSigned gets a reference to the given bool and assigns it to the WantAuthnRequestsSigned field.

func (*VirtualSaml2ServiceProviderDTO) SetWantSLOResponseSigned ¶

func (o *VirtualSaml2ServiceProviderDTO) SetWantSLOResponseSigned(v bool)

SetWantSLOResponseSigned gets a reference to the given bool and assigns it to the WantSLOResponseSigned field.

func (*VirtualSaml2ServiceProviderDTO) SetWantSignedRequests ¶

func (o *VirtualSaml2ServiceProviderDTO) SetWantSignedRequests(v bool)

SetWantSignedRequests gets a reference to the given bool and assigns it to the WantSignedRequests field.

func (*VirtualSaml2ServiceProviderDTO) SetX ¶

SetX gets a reference to the given float64 and assigns it to the X field.

func (*VirtualSaml2ServiceProviderDTO) SetY ¶

SetY gets a reference to the given float64 and assigns it to the Y field.

func (*VirtualSaml2ServiceProviderDTO) UnmarshalJSON ¶

func (o *VirtualSaml2ServiceProviderDTO) UnmarshalJSON(bytes []byte) (err error)

type WeblogicExecutionEnvironmentDTO ¶ added in v0.2.1

type WeblogicExecutionEnvironmentDTO struct {
	Activations            []ActivationDTO `json:"activations,omitempty"`
	Active                 *bool           `json:"active,omitempty"`
	BindingLocation        *LocationDTO    `json:"bindingLocation,omitempty"`
	Description            *string         `json:"description,omitempty"`
	DisplayName            *string         `json:"displayName,omitempty"`
	Domain                 *string         `json:"domain,omitempty"`
	ElementId              *string         `json:"elementId,omitempty"`
	Id                     *int64          `json:"id,omitempty"`
	InstallDemoApps        *bool           `json:"installDemoApps,omitempty"`
	InstallUri             *string         `json:"installUri,omitempty"`
	Location               *string         `json:"location,omitempty"`
	Name                   *string         `json:"name,omitempty"`
	OverwriteOriginalSetup *bool           `json:"overwriteOriginalSetup,omitempty"`
	PlatformId             *string         `json:"platformId,omitempty"`
	TargetJDK              *string         `json:"targetJDK,omitempty"`
	Type                   *string         `json:"type,omitempty"`
	X                      *float64        `json:"x,omitempty"`
	Y                      *float64        `json:"y,omitempty"`
	AdditionalProperties   map[string]interface{}
}

WeblogicExecutionEnvironmentDTO struct for WeblogicExecutionEnvironmentDTO

func NewWeblogicExecutionEnvironmentDTO ¶ added in v0.2.1

func NewWeblogicExecutionEnvironmentDTO() *WeblogicExecutionEnvironmentDTO

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

func NewWeblogicExecutionEnvironmentDTOWithDefaults ¶ added in v0.2.1

func NewWeblogicExecutionEnvironmentDTOWithDefaults() *WeblogicExecutionEnvironmentDTO

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

func (*WeblogicExecutionEnvironmentDTO) GetActivations ¶ added in v0.2.1

func (o *WeblogicExecutionEnvironmentDTO) GetActivations() []ActivationDTO

GetActivations returns the Activations field value if set, zero value otherwise.

func (*WeblogicExecutionEnvironmentDTO) GetActivationsOk ¶ added in v0.2.1

func (o *WeblogicExecutionEnvironmentDTO) GetActivationsOk() ([]ActivationDTO, bool)

GetActivationsOk returns a tuple with the Activations field value if set, nil otherwise and a boolean to check if the value has been set.

func (*WeblogicExecutionEnvironmentDTO) GetActive ¶ added in v0.2.1

func (o *WeblogicExecutionEnvironmentDTO) GetActive() bool

GetActive returns the Active field value if set, zero value otherwise.

func (*WeblogicExecutionEnvironmentDTO) GetActiveOk ¶ added in v0.2.1

func (o *WeblogicExecutionEnvironmentDTO) GetActiveOk() (*bool, bool)

GetActiveOk returns a tuple with the Active field value if set, nil otherwise and a boolean to check if the value has been set.

func (*WeblogicExecutionEnvironmentDTO) GetBindingLocation ¶ added in v0.2.1

func (o *WeblogicExecutionEnvironmentDTO) GetBindingLocation() LocationDTO

GetBindingLocation returns the BindingLocation field value if set, zero value otherwise.

func (*WeblogicExecutionEnvironmentDTO) GetBindingLocationOk ¶ added in v0.2.1

func (o *WeblogicExecutionEnvironmentDTO) GetBindingLocationOk() (*LocationDTO, bool)

GetBindingLocationOk returns a tuple with the BindingLocation field value if set, nil otherwise and a boolean to check if the value has been set.

func (*WeblogicExecutionEnvironmentDTO) GetDescription ¶ added in v0.2.1

func (o *WeblogicExecutionEnvironmentDTO) GetDescription() string

GetDescription returns the Description field value if set, zero value otherwise.

func (*WeblogicExecutionEnvironmentDTO) GetDescriptionOk ¶ added in v0.2.1

func (o *WeblogicExecutionEnvironmentDTO) GetDescriptionOk() (*string, bool)

GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.

func (*WeblogicExecutionEnvironmentDTO) GetDisplayName ¶ added in v0.2.1

func (o *WeblogicExecutionEnvironmentDTO) GetDisplayName() string

GetDisplayName returns the DisplayName field value if set, zero value otherwise.

func (*WeblogicExecutionEnvironmentDTO) GetDisplayNameOk ¶ added in v0.2.1

func (o *WeblogicExecutionEnvironmentDTO) GetDisplayNameOk() (*string, bool)

GetDisplayNameOk returns a tuple with the DisplayName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*WeblogicExecutionEnvironmentDTO) GetDomain ¶ added in v0.2.1

func (o *WeblogicExecutionEnvironmentDTO) GetDomain() string

GetDomain returns the Domain field value if set, zero value otherwise.

func (*WeblogicExecutionEnvironmentDTO) GetDomainOk ¶ added in v0.2.1

func (o *WeblogicExecutionEnvironmentDTO) GetDomainOk() (*string, bool)

GetDomainOk returns a tuple with the Domain field value if set, nil otherwise and a boolean to check if the value has been set.

func (*WeblogicExecutionEnvironmentDTO) GetElementId ¶ added in v0.2.1

func (o *WeblogicExecutionEnvironmentDTO) GetElementId() string

GetElementId returns the ElementId field value if set, zero value otherwise.

func (*WeblogicExecutionEnvironmentDTO) GetElementIdOk ¶ added in v0.2.1

func (o *WeblogicExecutionEnvironmentDTO) GetElementIdOk() (*string, bool)

GetElementIdOk returns a tuple with the ElementId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*WeblogicExecutionEnvironmentDTO) GetId ¶ added in v0.2.1

GetId returns the Id field value if set, zero value otherwise.

func (*WeblogicExecutionEnvironmentDTO) GetIdOk ¶ added in v0.2.1

func (o *WeblogicExecutionEnvironmentDTO) GetIdOk() (*int64, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*WeblogicExecutionEnvironmentDTO) GetInstallDemoApps ¶ added in v0.2.1

func (o *WeblogicExecutionEnvironmentDTO) GetInstallDemoApps() bool

GetInstallDemoApps returns the InstallDemoApps field value if set, zero value otherwise.

func (*WeblogicExecutionEnvironmentDTO) GetInstallDemoAppsOk ¶ added in v0.2.1

func (o *WeblogicExecutionEnvironmentDTO) GetInstallDemoAppsOk() (*bool, bool)

GetInstallDemoAppsOk returns a tuple with the InstallDemoApps field value if set, nil otherwise and a boolean to check if the value has been set.

func (*WeblogicExecutionEnvironmentDTO) GetInstallUri ¶ added in v0.2.1

func (o *WeblogicExecutionEnvironmentDTO) GetInstallUri() string

GetInstallUri returns the InstallUri field value if set, zero value otherwise.

func (*WeblogicExecutionEnvironmentDTO) GetInstallUriOk ¶ added in v0.2.1

func (o *WeblogicExecutionEnvironmentDTO) GetInstallUriOk() (*string, bool)

GetInstallUriOk returns a tuple with the InstallUri field value if set, nil otherwise and a boolean to check if the value has been set.

func (*WeblogicExecutionEnvironmentDTO) GetLocation ¶ added in v0.2.1

func (o *WeblogicExecutionEnvironmentDTO) GetLocation() string

GetLocation returns the Location field value if set, zero value otherwise.

func (*WeblogicExecutionEnvironmentDTO) GetLocationOk ¶ added in v0.2.1

func (o *WeblogicExecutionEnvironmentDTO) GetLocationOk() (*string, bool)

GetLocationOk returns a tuple with the Location field value if set, nil otherwise and a boolean to check if the value has been set.

func (*WeblogicExecutionEnvironmentDTO) GetName ¶ added in v0.2.1

GetName returns the Name field value if set, zero value otherwise.

func (*WeblogicExecutionEnvironmentDTO) GetNameOk ¶ added in v0.2.1

func (o *WeblogicExecutionEnvironmentDTO) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*WeblogicExecutionEnvironmentDTO) GetOverwriteOriginalSetup ¶ added in v0.2.1

func (o *WeblogicExecutionEnvironmentDTO) GetOverwriteOriginalSetup() bool

GetOverwriteOriginalSetup returns the OverwriteOriginalSetup field value if set, zero value otherwise.

func (*WeblogicExecutionEnvironmentDTO) GetOverwriteOriginalSetupOk ¶ added in v0.2.1

func (o *WeblogicExecutionEnvironmentDTO) GetOverwriteOriginalSetupOk() (*bool, bool)

GetOverwriteOriginalSetupOk returns a tuple with the OverwriteOriginalSetup field value if set, nil otherwise and a boolean to check if the value has been set.

func (*WeblogicExecutionEnvironmentDTO) GetPlatformId ¶ added in v0.2.1

func (o *WeblogicExecutionEnvironmentDTO) GetPlatformId() string

GetPlatformId returns the PlatformId field value if set, zero value otherwise.

func (*WeblogicExecutionEnvironmentDTO) GetPlatformIdOk ¶ added in v0.2.1

func (o *WeblogicExecutionEnvironmentDTO) GetPlatformIdOk() (*string, bool)

GetPlatformIdOk returns a tuple with the PlatformId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*WeblogicExecutionEnvironmentDTO) GetTargetJDK ¶ added in v0.2.1

func (o *WeblogicExecutionEnvironmentDTO) GetTargetJDK() string

GetTargetJDK returns the TargetJDK field value if set, zero value otherwise.

func (*WeblogicExecutionEnvironmentDTO) GetTargetJDKOk ¶ added in v0.2.1

func (o *WeblogicExecutionEnvironmentDTO) GetTargetJDKOk() (*string, bool)

GetTargetJDKOk returns a tuple with the TargetJDK field value if set, nil otherwise and a boolean to check if the value has been set.

func (*WeblogicExecutionEnvironmentDTO) GetType ¶ added in v0.2.1

GetType returns the Type field value if set, zero value otherwise.

func (*WeblogicExecutionEnvironmentDTO) GetTypeOk ¶ added in v0.2.1

func (o *WeblogicExecutionEnvironmentDTO) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.

func (*WeblogicExecutionEnvironmentDTO) GetX ¶ added in v0.2.1

GetX returns the X field value if set, zero value otherwise.

func (*WeblogicExecutionEnvironmentDTO) GetXOk ¶ added in v0.2.1

GetXOk returns a tuple with the X field value if set, nil otherwise and a boolean to check if the value has been set.

func (*WeblogicExecutionEnvironmentDTO) GetY ¶ added in v0.2.1

GetY returns the Y field value if set, zero value otherwise.

func (*WeblogicExecutionEnvironmentDTO) GetYOk ¶ added in v0.2.1

GetYOk returns a tuple with the Y field value if set, nil otherwise and a boolean to check if the value has been set.

func (*WeblogicExecutionEnvironmentDTO) HasActivations ¶ added in v0.2.1

func (o *WeblogicExecutionEnvironmentDTO) HasActivations() bool

HasActivations returns a boolean if a field has been set.

func (*WeblogicExecutionEnvironmentDTO) HasActive ¶ added in v0.2.1

func (o *WeblogicExecutionEnvironmentDTO) HasActive() bool

HasActive returns a boolean if a field has been set.

func (*WeblogicExecutionEnvironmentDTO) HasBindingLocation ¶ added in v0.2.1

func (o *WeblogicExecutionEnvironmentDTO) HasBindingLocation() bool

HasBindingLocation returns a boolean if a field has been set.

func (*WeblogicExecutionEnvironmentDTO) HasDescription ¶ added in v0.2.1

func (o *WeblogicExecutionEnvironmentDTO) HasDescription() bool

HasDescription returns a boolean if a field has been set.

func (*WeblogicExecutionEnvironmentDTO) HasDisplayName ¶ added in v0.2.1

func (o *WeblogicExecutionEnvironmentDTO) HasDisplayName() bool

HasDisplayName returns a boolean if a field has been set.

func (*WeblogicExecutionEnvironmentDTO) HasDomain ¶ added in v0.2.1

func (o *WeblogicExecutionEnvironmentDTO) HasDomain() bool

HasDomain returns a boolean if a field has been set.

func (*WeblogicExecutionEnvironmentDTO) HasElementId ¶ added in v0.2.1

func (o *WeblogicExecutionEnvironmentDTO) HasElementId() bool

HasElementId returns a boolean if a field has been set.

func (*WeblogicExecutionEnvironmentDTO) HasId ¶ added in v0.2.1

HasId returns a boolean if a field has been set.

func (*WeblogicExecutionEnvironmentDTO) HasInstallDemoApps ¶ added in v0.2.1

func (o *WeblogicExecutionEnvironmentDTO) HasInstallDemoApps() bool

HasInstallDemoApps returns a boolean if a field has been set.

func (*WeblogicExecutionEnvironmentDTO) HasInstallUri ¶ added in v0.2.1

func (o *WeblogicExecutionEnvironmentDTO) HasInstallUri() bool

HasInstallUri returns a boolean if a field has been set.

func (*WeblogicExecutionEnvironmentDTO) HasLocation ¶ added in v0.2.1

func (o *WeblogicExecutionEnvironmentDTO) HasLocation() bool

HasLocation returns a boolean if a field has been set.

func (*WeblogicExecutionEnvironmentDTO) HasName ¶ added in v0.2.1

HasName returns a boolean if a field has been set.

func (*WeblogicExecutionEnvironmentDTO) HasOverwriteOriginalSetup ¶ added in v0.2.1

func (o *WeblogicExecutionEnvironmentDTO) HasOverwriteOriginalSetup() bool

HasOverwriteOriginalSetup returns a boolean if a field has been set.

func (*WeblogicExecutionEnvironmentDTO) HasPlatformId ¶ added in v0.2.1

func (o *WeblogicExecutionEnvironmentDTO) HasPlatformId() bool

HasPlatformId returns a boolean if a field has been set.

func (*WeblogicExecutionEnvironmentDTO) HasTargetJDK ¶ added in v0.2.1

func (o *WeblogicExecutionEnvironmentDTO) HasTargetJDK() bool

HasTargetJDK returns a boolean if a field has been set.

func (*WeblogicExecutionEnvironmentDTO) HasType ¶ added in v0.2.1

HasType returns a boolean if a field has been set.

func (*WeblogicExecutionEnvironmentDTO) HasX ¶ added in v0.2.1

HasX returns a boolean if a field has been set.

func (*WeblogicExecutionEnvironmentDTO) HasY ¶ added in v0.2.1

HasY returns a boolean if a field has been set.

func (WeblogicExecutionEnvironmentDTO) MarshalJSON ¶ added in v0.2.1

func (o WeblogicExecutionEnvironmentDTO) MarshalJSON() ([]byte, error)

func (*WeblogicExecutionEnvironmentDTO) SetActivations ¶ added in v0.2.1

func (o *WeblogicExecutionEnvironmentDTO) SetActivations(v []ActivationDTO)

SetActivations gets a reference to the given []ActivationDTO and assigns it to the Activations field.

func (*WeblogicExecutionEnvironmentDTO) SetActive ¶ added in v0.2.1

func (o *WeblogicExecutionEnvironmentDTO) SetActive(v bool)

SetActive gets a reference to the given bool and assigns it to the Active field.

func (*WeblogicExecutionEnvironmentDTO) SetBindingLocation ¶ added in v0.2.1

func (o *WeblogicExecutionEnvironmentDTO) SetBindingLocation(v LocationDTO)

SetBindingLocation gets a reference to the given LocationDTO and assigns it to the BindingLocation field.

func (*WeblogicExecutionEnvironmentDTO) SetDescription ¶ added in v0.2.1

func (o *WeblogicExecutionEnvironmentDTO) SetDescription(v string)

SetDescription gets a reference to the given string and assigns it to the Description field.

func (*WeblogicExecutionEnvironmentDTO) SetDisplayName ¶ added in v0.2.1

func (o *WeblogicExecutionEnvironmentDTO) SetDisplayName(v string)

SetDisplayName gets a reference to the given string and assigns it to the DisplayName field.

func (*WeblogicExecutionEnvironmentDTO) SetDomain ¶ added in v0.2.1

func (o *WeblogicExecutionEnvironmentDTO) SetDomain(v string)

SetDomain gets a reference to the given string and assigns it to the Domain field.

func (*WeblogicExecutionEnvironmentDTO) SetElementId ¶ added in v0.2.1

func (o *WeblogicExecutionEnvironmentDTO) SetElementId(v string)

SetElementId gets a reference to the given string and assigns it to the ElementId field.

func (*WeblogicExecutionEnvironmentDTO) SetId ¶ added in v0.2.1

SetId gets a reference to the given int64 and assigns it to the Id field.

func (*WeblogicExecutionEnvironmentDTO) SetInstallDemoApps ¶ added in v0.2.1

func (o *WeblogicExecutionEnvironmentDTO) SetInstallDemoApps(v bool)

SetInstallDemoApps gets a reference to the given bool and assigns it to the InstallDemoApps field.

func (*WeblogicExecutionEnvironmentDTO) SetInstallUri ¶ added in v0.2.1

func (o *WeblogicExecutionEnvironmentDTO) SetInstallUri(v string)

SetInstallUri gets a reference to the given string and assigns it to the InstallUri field.

func (*WeblogicExecutionEnvironmentDTO) SetLocation ¶ added in v0.2.1

func (o *WeblogicExecutionEnvironmentDTO) SetLocation(v string)

SetLocation gets a reference to the given string and assigns it to the Location field.

func (*WeblogicExecutionEnvironmentDTO) SetName ¶ added in v0.2.1

SetName gets a reference to the given string and assigns it to the Name field.

func (*WeblogicExecutionEnvironmentDTO) SetOverwriteOriginalSetup ¶ added in v0.2.1

func (o *WeblogicExecutionEnvironmentDTO) SetOverwriteOriginalSetup(v bool)

SetOverwriteOriginalSetup gets a reference to the given bool and assigns it to the OverwriteOriginalSetup field.

func (*WeblogicExecutionEnvironmentDTO) SetPlatformId ¶ added in v0.2.1

func (o *WeblogicExecutionEnvironmentDTO) SetPlatformId(v string)

SetPlatformId gets a reference to the given string and assigns it to the PlatformId field.

func (*WeblogicExecutionEnvironmentDTO) SetTargetJDK ¶ added in v0.2.1

func (o *WeblogicExecutionEnvironmentDTO) SetTargetJDK(v string)

SetTargetJDK gets a reference to the given string and assigns it to the TargetJDK field.

func (*WeblogicExecutionEnvironmentDTO) SetType ¶ added in v0.2.1

SetType gets a reference to the given string and assigns it to the Type field.

func (*WeblogicExecutionEnvironmentDTO) SetX ¶ added in v0.2.1

SetX gets a reference to the given float64 and assigns it to the X field.

func (*WeblogicExecutionEnvironmentDTO) SetY ¶ added in v0.2.1

SetY gets a reference to the given float64 and assigns it to the Y field.

func (*WeblogicExecutionEnvironmentDTO) UnmarshalJSON ¶ added in v0.2.1

func (o *WeblogicExecutionEnvironmentDTO) UnmarshalJSON(bytes []byte) (err error)

type WindowsIISExecutionEnvironmentDTO ¶ added in v0.1.1

type WindowsIISExecutionEnvironmentDTO struct {
	Activations            []ActivationDTO `json:"activations,omitempty"`
	Active                 *bool           `json:"active,omitempty"`
	BindingLocation        *LocationDTO    `json:"bindingLocation,omitempty"`
	Description            *string         `json:"description,omitempty"`
	DisplayName            *string         `json:"displayName,omitempty"`
	ElementId              *string         `json:"elementId,omitempty"`
	Id                     *int64          `json:"id,omitempty"`
	InstallDemoApps        *bool           `json:"installDemoApps,omitempty"`
	InstallUri             *string         `json:"installUri,omitempty"`
	IsapiExtensionPath     *string         `json:"isapiExtensionPath,omitempty"`
	Location               *string         `json:"location,omitempty"`
	Name                   *string         `json:"name,omitempty"`
	OverwriteOriginalSetup *bool           `json:"overwriteOriginalSetup,omitempty"`
	PlatformId             *string         `json:"platformId,omitempty"`
	TargetJDK              *string         `json:"targetJDK,omitempty"`
	Type                   *string         `json:"type,omitempty"`
	X                      *float64        `json:"x,omitempty"`
	Y                      *float64        `json:"y,omitempty"`
	AdditionalProperties   map[string]interface{}
}

WindowsIISExecutionEnvironmentDTO struct for WindowsIISExecutionEnvironmentDTO

func NewWindowsIISExecutionEnvironmentDTO ¶ added in v0.1.1

func NewWindowsIISExecutionEnvironmentDTO() *WindowsIISExecutionEnvironmentDTO

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

func NewWindowsIISExecutionEnvironmentDTOWithDefaults ¶ added in v0.1.1

func NewWindowsIISExecutionEnvironmentDTOWithDefaults() *WindowsIISExecutionEnvironmentDTO

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

func (*WindowsIISExecutionEnvironmentDTO) GetActivations ¶ added in v0.1.1

func (o *WindowsIISExecutionEnvironmentDTO) GetActivations() []ActivationDTO

GetActivations returns the Activations field value if set, zero value otherwise.

func (*WindowsIISExecutionEnvironmentDTO) GetActivationsOk ¶ added in v0.1.1

func (o *WindowsIISExecutionEnvironmentDTO) GetActivationsOk() ([]ActivationDTO, bool)

GetActivationsOk returns a tuple with the Activations field value if set, nil otherwise and a boolean to check if the value has been set.

func (*WindowsIISExecutionEnvironmentDTO) GetActive ¶ added in v0.1.1

func (o *WindowsIISExecutionEnvironmentDTO) GetActive() bool

GetActive returns the Active field value if set, zero value otherwise.

func (*WindowsIISExecutionEnvironmentDTO) GetActiveOk ¶ added in v0.1.1

func (o *WindowsIISExecutionEnvironmentDTO) GetActiveOk() (*bool, bool)

GetActiveOk returns a tuple with the Active field value if set, nil otherwise and a boolean to check if the value has been set.

func (*WindowsIISExecutionEnvironmentDTO) GetBindingLocation ¶ added in v0.1.1

func (o *WindowsIISExecutionEnvironmentDTO) GetBindingLocation() LocationDTO

GetBindingLocation returns the BindingLocation field value if set, zero value otherwise.

func (*WindowsIISExecutionEnvironmentDTO) GetBindingLocationOk ¶ added in v0.1.1

func (o *WindowsIISExecutionEnvironmentDTO) GetBindingLocationOk() (*LocationDTO, bool)

GetBindingLocationOk returns a tuple with the BindingLocation field value if set, nil otherwise and a boolean to check if the value has been set.

func (*WindowsIISExecutionEnvironmentDTO) GetDescription ¶ added in v0.1.1

func (o *WindowsIISExecutionEnvironmentDTO) GetDescription() string

GetDescription returns the Description field value if set, zero value otherwise.

func (*WindowsIISExecutionEnvironmentDTO) GetDescriptionOk ¶ added in v0.1.1

func (o *WindowsIISExecutionEnvironmentDTO) GetDescriptionOk() (*string, bool)

GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.

func (*WindowsIISExecutionEnvironmentDTO) GetDisplayName ¶ added in v0.1.1

func (o *WindowsIISExecutionEnvironmentDTO) GetDisplayName() string

GetDisplayName returns the DisplayName field value if set, zero value otherwise.

func (*WindowsIISExecutionEnvironmentDTO) GetDisplayNameOk ¶ added in v0.1.1

func (o *WindowsIISExecutionEnvironmentDTO) GetDisplayNameOk() (*string, bool)

GetDisplayNameOk returns a tuple with the DisplayName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*WindowsIISExecutionEnvironmentDTO) GetElementId ¶ added in v0.1.1

func (o *WindowsIISExecutionEnvironmentDTO) GetElementId() string

GetElementId returns the ElementId field value if set, zero value otherwise.

func (*WindowsIISExecutionEnvironmentDTO) GetElementIdOk ¶ added in v0.1.1

func (o *WindowsIISExecutionEnvironmentDTO) GetElementIdOk() (*string, bool)

GetElementIdOk returns a tuple with the ElementId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*WindowsIISExecutionEnvironmentDTO) GetId ¶ added in v0.1.1

GetId returns the Id field value if set, zero value otherwise.

func (*WindowsIISExecutionEnvironmentDTO) GetIdOk ¶ added in v0.1.1

func (o *WindowsIISExecutionEnvironmentDTO) GetIdOk() (*int64, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*WindowsIISExecutionEnvironmentDTO) GetInstallDemoApps ¶ added in v0.1.1

func (o *WindowsIISExecutionEnvironmentDTO) GetInstallDemoApps() bool

GetInstallDemoApps returns the InstallDemoApps field value if set, zero value otherwise.

func (*WindowsIISExecutionEnvironmentDTO) GetInstallDemoAppsOk ¶ added in v0.1.1

func (o *WindowsIISExecutionEnvironmentDTO) GetInstallDemoAppsOk() (*bool, bool)

GetInstallDemoAppsOk returns a tuple with the InstallDemoApps field value if set, nil otherwise and a boolean to check if the value has been set.

func (*WindowsIISExecutionEnvironmentDTO) GetInstallUri ¶ added in v0.1.1

func (o *WindowsIISExecutionEnvironmentDTO) GetInstallUri() string

GetInstallUri returns the InstallUri field value if set, zero value otherwise.

func (*WindowsIISExecutionEnvironmentDTO) GetInstallUriOk ¶ added in v0.1.1

func (o *WindowsIISExecutionEnvironmentDTO) GetInstallUriOk() (*string, bool)

GetInstallUriOk returns a tuple with the InstallUri field value if set, nil otherwise and a boolean to check if the value has been set.

func (*WindowsIISExecutionEnvironmentDTO) GetIsapiExtensionPath ¶ added in v0.1.1

func (o *WindowsIISExecutionEnvironmentDTO) GetIsapiExtensionPath() string

GetIsapiExtensionPath returns the IsapiExtensionPath field value if set, zero value otherwise.

func (*WindowsIISExecutionEnvironmentDTO) GetIsapiExtensionPathOk ¶ added in v0.1.1

func (o *WindowsIISExecutionEnvironmentDTO) GetIsapiExtensionPathOk() (*string, bool)

GetIsapiExtensionPathOk returns a tuple with the IsapiExtensionPath field value if set, nil otherwise and a boolean to check if the value has been set.

func (*WindowsIISExecutionEnvironmentDTO) GetLocation ¶ added in v0.1.1

func (o *WindowsIISExecutionEnvironmentDTO) GetLocation() string

GetLocation returns the Location field value if set, zero value otherwise.

func (*WindowsIISExecutionEnvironmentDTO) GetLocationOk ¶ added in v0.1.1

func (o *WindowsIISExecutionEnvironmentDTO) GetLocationOk() (*string, bool)

GetLocationOk returns a tuple with the Location field value if set, nil otherwise and a boolean to check if the value has been set.

func (*WindowsIISExecutionEnvironmentDTO) GetName ¶ added in v0.1.1

GetName returns the Name field value if set, zero value otherwise.

func (*WindowsIISExecutionEnvironmentDTO) GetNameOk ¶ added in v0.1.1

func (o *WindowsIISExecutionEnvironmentDTO) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*WindowsIISExecutionEnvironmentDTO) GetOverwriteOriginalSetup ¶ added in v0.1.1

func (o *WindowsIISExecutionEnvironmentDTO) GetOverwriteOriginalSetup() bool

GetOverwriteOriginalSetup returns the OverwriteOriginalSetup field value if set, zero value otherwise.

func (*WindowsIISExecutionEnvironmentDTO) GetOverwriteOriginalSetupOk ¶ added in v0.1.1

func (o *WindowsIISExecutionEnvironmentDTO) GetOverwriteOriginalSetupOk() (*bool, bool)

GetOverwriteOriginalSetupOk returns a tuple with the OverwriteOriginalSetup field value if set, nil otherwise and a boolean to check if the value has been set.

func (*WindowsIISExecutionEnvironmentDTO) GetPlatformId ¶ added in v0.1.1

func (o *WindowsIISExecutionEnvironmentDTO) GetPlatformId() string

GetPlatformId returns the PlatformId field value if set, zero value otherwise.

func (*WindowsIISExecutionEnvironmentDTO) GetPlatformIdOk ¶ added in v0.1.1

func (o *WindowsIISExecutionEnvironmentDTO) GetPlatformIdOk() (*string, bool)

GetPlatformIdOk returns a tuple with the PlatformId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*WindowsIISExecutionEnvironmentDTO) GetTargetJDK ¶ added in v0.1.1

func (o *WindowsIISExecutionEnvironmentDTO) GetTargetJDK() string

GetTargetJDK returns the TargetJDK field value if set, zero value otherwise.

func (*WindowsIISExecutionEnvironmentDTO) GetTargetJDKOk ¶ added in v0.1.1

func (o *WindowsIISExecutionEnvironmentDTO) GetTargetJDKOk() (*string, bool)

GetTargetJDKOk returns a tuple with the TargetJDK field value if set, nil otherwise and a boolean to check if the value has been set.

func (*WindowsIISExecutionEnvironmentDTO) GetType ¶ added in v0.1.1

GetType returns the Type field value if set, zero value otherwise.

func (*WindowsIISExecutionEnvironmentDTO) GetTypeOk ¶ added in v0.1.1

func (o *WindowsIISExecutionEnvironmentDTO) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.

func (*WindowsIISExecutionEnvironmentDTO) GetX ¶ added in v0.1.1

GetX returns the X field value if set, zero value otherwise.

func (*WindowsIISExecutionEnvironmentDTO) GetXOk ¶ added in v0.1.1

GetXOk returns a tuple with the X field value if set, nil otherwise and a boolean to check if the value has been set.

func (*WindowsIISExecutionEnvironmentDTO) GetY ¶ added in v0.1.1

GetY returns the Y field value if set, zero value otherwise.

func (*WindowsIISExecutionEnvironmentDTO) GetYOk ¶ added in v0.1.1

GetYOk returns a tuple with the Y field value if set, nil otherwise and a boolean to check if the value has been set.

func (*WindowsIISExecutionEnvironmentDTO) HasActivations ¶ added in v0.1.1

func (o *WindowsIISExecutionEnvironmentDTO) HasActivations() bool

HasActivations returns a boolean if a field has been set.

func (*WindowsIISExecutionEnvironmentDTO) HasActive ¶ added in v0.1.1

func (o *WindowsIISExecutionEnvironmentDTO) HasActive() bool

HasActive returns a boolean if a field has been set.

func (*WindowsIISExecutionEnvironmentDTO) HasBindingLocation ¶ added in v0.1.1

func (o *WindowsIISExecutionEnvironmentDTO) HasBindingLocation() bool

HasBindingLocation returns a boolean if a field has been set.

func (*WindowsIISExecutionEnvironmentDTO) HasDescription ¶ added in v0.1.1

func (o *WindowsIISExecutionEnvironmentDTO) HasDescription() bool

HasDescription returns a boolean if a field has been set.

func (*WindowsIISExecutionEnvironmentDTO) HasDisplayName ¶ added in v0.1.1

func (o *WindowsIISExecutionEnvironmentDTO) HasDisplayName() bool

HasDisplayName returns a boolean if a field has been set.

func (*WindowsIISExecutionEnvironmentDTO) HasElementId ¶ added in v0.1.1

func (o *WindowsIISExecutionEnvironmentDTO) HasElementId() bool

HasElementId returns a boolean if a field has been set.

func (*WindowsIISExecutionEnvironmentDTO) HasId ¶ added in v0.1.1

HasId returns a boolean if a field has been set.

func (*WindowsIISExecutionEnvironmentDTO) HasInstallDemoApps ¶ added in v0.1.1

func (o *WindowsIISExecutionEnvironmentDTO) HasInstallDemoApps() bool

HasInstallDemoApps returns a boolean if a field has been set.

func (*WindowsIISExecutionEnvironmentDTO) HasInstallUri ¶ added in v0.1.1

func (o *WindowsIISExecutionEnvironmentDTO) HasInstallUri() bool

HasInstallUri returns a boolean if a field has been set.

func (*WindowsIISExecutionEnvironmentDTO) HasIsapiExtensionPath ¶ added in v0.1.1

func (o *WindowsIISExecutionEnvironmentDTO) HasIsapiExtensionPath() bool

HasIsapiExtensionPath returns a boolean if a field has been set.

func (*WindowsIISExecutionEnvironmentDTO) HasLocation ¶ added in v0.1.1

func (o *WindowsIISExecutionEnvironmentDTO) HasLocation() bool

HasLocation returns a boolean if a field has been set.

func (*WindowsIISExecutionEnvironmentDTO) HasName ¶ added in v0.1.1

HasName returns a boolean if a field has been set.

func (*WindowsIISExecutionEnvironmentDTO) HasOverwriteOriginalSetup ¶ added in v0.1.1

func (o *WindowsIISExecutionEnvironmentDTO) HasOverwriteOriginalSetup() bool

HasOverwriteOriginalSetup returns a boolean if a field has been set.

func (*WindowsIISExecutionEnvironmentDTO) HasPlatformId ¶ added in v0.1.1

func (o *WindowsIISExecutionEnvironmentDTO) HasPlatformId() bool

HasPlatformId returns a boolean if a field has been set.

func (*WindowsIISExecutionEnvironmentDTO) HasTargetJDK ¶ added in v0.1.1

func (o *WindowsIISExecutionEnvironmentDTO) HasTargetJDK() bool

HasTargetJDK returns a boolean if a field has been set.

func (*WindowsIISExecutionEnvironmentDTO) HasType ¶ added in v0.1.1

HasType returns a boolean if a field has been set.

func (*WindowsIISExecutionEnvironmentDTO) HasX ¶ added in v0.1.1

HasX returns a boolean if a field has been set.

func (*WindowsIISExecutionEnvironmentDTO) HasY ¶ added in v0.1.1

HasY returns a boolean if a field has been set.

func (WindowsIISExecutionEnvironmentDTO) MarshalJSON ¶ added in v0.1.1

func (o WindowsIISExecutionEnvironmentDTO) MarshalJSON() ([]byte, error)

func (*WindowsIISExecutionEnvironmentDTO) SetActivations ¶ added in v0.1.1

func (o *WindowsIISExecutionEnvironmentDTO) SetActivations(v []ActivationDTO)

SetActivations gets a reference to the given []ActivationDTO and assigns it to the Activations field.

func (*WindowsIISExecutionEnvironmentDTO) SetActive ¶ added in v0.1.1

func (o *WindowsIISExecutionEnvironmentDTO) SetActive(v bool)

SetActive gets a reference to the given bool and assigns it to the Active field.

func (*WindowsIISExecutionEnvironmentDTO) SetBindingLocation ¶ added in v0.1.1

func (o *WindowsIISExecutionEnvironmentDTO) SetBindingLocation(v LocationDTO)

SetBindingLocation gets a reference to the given LocationDTO and assigns it to the BindingLocation field.

func (*WindowsIISExecutionEnvironmentDTO) SetDescription ¶ added in v0.1.1

func (o *WindowsIISExecutionEnvironmentDTO) SetDescription(v string)

SetDescription gets a reference to the given string and assigns it to the Description field.

func (*WindowsIISExecutionEnvironmentDTO) SetDisplayName ¶ added in v0.1.1

func (o *WindowsIISExecutionEnvironmentDTO) SetDisplayName(v string)

SetDisplayName gets a reference to the given string and assigns it to the DisplayName field.

func (*WindowsIISExecutionEnvironmentDTO) SetElementId ¶ added in v0.1.1

func (o *WindowsIISExecutionEnvironmentDTO) SetElementId(v string)

SetElementId gets a reference to the given string and assigns it to the ElementId field.

func (*WindowsIISExecutionEnvironmentDTO) SetId ¶ added in v0.1.1

SetId gets a reference to the given int64 and assigns it to the Id field.

func (*WindowsIISExecutionEnvironmentDTO) SetInstallDemoApps ¶ added in v0.1.1

func (o *WindowsIISExecutionEnvironmentDTO) SetInstallDemoApps(v bool)

SetInstallDemoApps gets a reference to the given bool and assigns it to the InstallDemoApps field.

func (*WindowsIISExecutionEnvironmentDTO) SetInstallUri ¶ added in v0.1.1

func (o *WindowsIISExecutionEnvironmentDTO) SetInstallUri(v string)

SetInstallUri gets a reference to the given string and assigns it to the InstallUri field.

func (*WindowsIISExecutionEnvironmentDTO) SetIsapiExtensionPath ¶ added in v0.1.1

func (o *WindowsIISExecutionEnvironmentDTO) SetIsapiExtensionPath(v string)

SetIsapiExtensionPath gets a reference to the given string and assigns it to the IsapiExtensionPath field.

func (*WindowsIISExecutionEnvironmentDTO) SetLocation ¶ added in v0.1.1

func (o *WindowsIISExecutionEnvironmentDTO) SetLocation(v string)

SetLocation gets a reference to the given string and assigns it to the Location field.

func (*WindowsIISExecutionEnvironmentDTO) SetName ¶ added in v0.1.1

SetName gets a reference to the given string and assigns it to the Name field.

func (*WindowsIISExecutionEnvironmentDTO) SetOverwriteOriginalSetup ¶ added in v0.1.1

func (o *WindowsIISExecutionEnvironmentDTO) SetOverwriteOriginalSetup(v bool)

SetOverwriteOriginalSetup gets a reference to the given bool and assigns it to the OverwriteOriginalSetup field.

func (*WindowsIISExecutionEnvironmentDTO) SetPlatformId ¶ added in v0.1.1

func (o *WindowsIISExecutionEnvironmentDTO) SetPlatformId(v string)

SetPlatformId gets a reference to the given string and assigns it to the PlatformId field.

func (*WindowsIISExecutionEnvironmentDTO) SetTargetJDK ¶ added in v0.1.1

func (o *WindowsIISExecutionEnvironmentDTO) SetTargetJDK(v string)

SetTargetJDK gets a reference to the given string and assigns it to the TargetJDK field.

func (*WindowsIISExecutionEnvironmentDTO) SetType ¶ added in v0.1.1

SetType gets a reference to the given string and assigns it to the Type field.

func (*WindowsIISExecutionEnvironmentDTO) SetX ¶ added in v0.1.1

SetX gets a reference to the given float64 and assigns it to the X field.

func (*WindowsIISExecutionEnvironmentDTO) SetY ¶ added in v0.1.1

SetY gets a reference to the given float64 and assigns it to the Y field.

func (*WindowsIISExecutionEnvironmentDTO) UnmarshalJSON ¶ added in v0.1.1

func (o *WindowsIISExecutionEnvironmentDTO) UnmarshalJSON(bytes []byte) (err error)

type WindowsIntegratedAuthenticationDTO ¶ added in v0.2.0

type WindowsIntegratedAuthenticationDTO struct {
	DelegatedAuthentications []DelegatedAuthenticationDTO `json:"delegatedAuthentications,omitempty"`
	Description              *string                      `json:"description,omitempty"`
	DisplayName              *string                      `json:"displayName,omitempty"`
	Domain                   *string                      `json:"domain,omitempty"`
	DomainController         *string                      `json:"domainController,omitempty"`
	ElementId                *string                      `json:"elementId,omitempty"`
	Host                     *string                      `json:"host,omitempty"`
	Id                       *int64                       `json:"id,omitempty"`
	KeyTab                   *ResourceDTO                 `json:"keyTab,omitempty"`
	Name                     *string                      `json:"name,omitempty"`
	OverwriteKerberosSetup   *bool                        `json:"overwriteKerberosSetup,omitempty"`
	Port                     *int32                       `json:"port,omitempty"`
	Protocol                 *string                      `json:"protocol,omitempty"`
	ServiceClass             *string                      `json:"serviceClass,omitempty"`
	ServiceName              *string                      `json:"serviceName,omitempty"`
	X                        *float64                     `json:"x,omitempty"`
	Y                        *float64                     `json:"y,omitempty"`
	AdditionalProperties     map[string]interface{}
}

WindowsIntegratedAuthenticationDTO struct for WindowsIntegratedAuthenticationDTO

func NewWindowsIntegratedAuthenticationDTO ¶ added in v0.2.0

func NewWindowsIntegratedAuthenticationDTO() *WindowsIntegratedAuthenticationDTO

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

func NewWindowsIntegratedAuthenticationDTOWithDefaults ¶ added in v0.2.0

func NewWindowsIntegratedAuthenticationDTOWithDefaults() *WindowsIntegratedAuthenticationDTO

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

func NewWindowsintegratedAuthnDTOInit ¶ added in v0.2.0

func NewWindowsintegratedAuthnDTOInit() *WindowsIntegratedAuthenticationDTO

func (*WindowsIntegratedAuthenticationDTO) GetDelegatedAuthentications ¶ added in v0.2.0

func (o *WindowsIntegratedAuthenticationDTO) GetDelegatedAuthentications() []DelegatedAuthenticationDTO

GetDelegatedAuthentications returns the DelegatedAuthentications field value if set, zero value otherwise.

func (*WindowsIntegratedAuthenticationDTO) GetDelegatedAuthenticationsOk ¶ added in v0.2.0

func (o *WindowsIntegratedAuthenticationDTO) GetDelegatedAuthenticationsOk() ([]DelegatedAuthenticationDTO, bool)

GetDelegatedAuthenticationsOk returns a tuple with the DelegatedAuthentications field value if set, nil otherwise and a boolean to check if the value has been set.

func (*WindowsIntegratedAuthenticationDTO) GetDescription ¶ added in v0.2.0

func (o *WindowsIntegratedAuthenticationDTO) GetDescription() string

GetDescription returns the Description field value if set, zero value otherwise.

func (*WindowsIntegratedAuthenticationDTO) GetDescriptionOk ¶ added in v0.2.0

func (o *WindowsIntegratedAuthenticationDTO) GetDescriptionOk() (*string, bool)

GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.

func (*WindowsIntegratedAuthenticationDTO) GetDisplayName ¶ added in v0.2.0

func (o *WindowsIntegratedAuthenticationDTO) GetDisplayName() string

GetDisplayName returns the DisplayName field value if set, zero value otherwise.

func (*WindowsIntegratedAuthenticationDTO) GetDisplayNameOk ¶ added in v0.2.0

func (o *WindowsIntegratedAuthenticationDTO) GetDisplayNameOk() (*string, bool)

GetDisplayNameOk returns a tuple with the DisplayName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*WindowsIntegratedAuthenticationDTO) GetDomain ¶ added in v0.2.0

GetDomain returns the Domain field value if set, zero value otherwise.

func (*WindowsIntegratedAuthenticationDTO) GetDomainController ¶ added in v0.2.0

func (o *WindowsIntegratedAuthenticationDTO) GetDomainController() string

GetDomainController returns the DomainController field value if set, zero value otherwise.

func (*WindowsIntegratedAuthenticationDTO) GetDomainControllerOk ¶ added in v0.2.0

func (o *WindowsIntegratedAuthenticationDTO) GetDomainControllerOk() (*string, bool)

GetDomainControllerOk returns a tuple with the DomainController field value if set, nil otherwise and a boolean to check if the value has been set.

func (*WindowsIntegratedAuthenticationDTO) GetDomainOk ¶ added in v0.2.0

func (o *WindowsIntegratedAuthenticationDTO) GetDomainOk() (*string, bool)

GetDomainOk returns a tuple with the Domain field value if set, nil otherwise and a boolean to check if the value has been set.

func (*WindowsIntegratedAuthenticationDTO) GetElementId ¶ added in v0.2.0

func (o *WindowsIntegratedAuthenticationDTO) GetElementId() string

GetElementId returns the ElementId field value if set, zero value otherwise.

func (*WindowsIntegratedAuthenticationDTO) GetElementIdOk ¶ added in v0.2.0

func (o *WindowsIntegratedAuthenticationDTO) GetElementIdOk() (*string, bool)

GetElementIdOk returns a tuple with the ElementId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*WindowsIntegratedAuthenticationDTO) GetHost ¶ added in v0.2.0

GetHost returns the Host field value if set, zero value otherwise.

func (*WindowsIntegratedAuthenticationDTO) GetHostOk ¶ added in v0.2.0

func (o *WindowsIntegratedAuthenticationDTO) GetHostOk() (*string, bool)

GetHostOk returns a tuple with the Host field value if set, nil otherwise and a boolean to check if the value has been set.

func (*WindowsIntegratedAuthenticationDTO) GetId ¶ added in v0.2.0

GetId returns the Id field value if set, zero value otherwise.

func (*WindowsIntegratedAuthenticationDTO) GetIdOk ¶ added in v0.2.0

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*WindowsIntegratedAuthenticationDTO) GetKeyTab ¶ added in v0.2.0

GetKeyTab returns the KeyTab field value if set, zero value otherwise.

func (*WindowsIntegratedAuthenticationDTO) GetKeyTabOk ¶ added in v0.2.0

GetKeyTabOk returns a tuple with the KeyTab field value if set, nil otherwise and a boolean to check if the value has been set.

func (*WindowsIntegratedAuthenticationDTO) GetName ¶ added in v0.2.0

GetName returns the Name field value if set, zero value otherwise.

func (*WindowsIntegratedAuthenticationDTO) GetNameOk ¶ added in v0.2.0

func (o *WindowsIntegratedAuthenticationDTO) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*WindowsIntegratedAuthenticationDTO) GetOverwriteKerberosSetup ¶ added in v0.2.0

func (o *WindowsIntegratedAuthenticationDTO) GetOverwriteKerberosSetup() bool

GetOverwriteKerberosSetup returns the OverwriteKerberosSetup field value if set, zero value otherwise.

func (*WindowsIntegratedAuthenticationDTO) GetOverwriteKerberosSetupOk ¶ added in v0.2.0

func (o *WindowsIntegratedAuthenticationDTO) GetOverwriteKerberosSetupOk() (*bool, bool)

GetOverwriteKerberosSetupOk returns a tuple with the OverwriteKerberosSetup field value if set, nil otherwise and a boolean to check if the value has been set.

func (*WindowsIntegratedAuthenticationDTO) GetPort ¶ added in v0.2.0

GetPort returns the Port field value if set, zero value otherwise.

func (*WindowsIntegratedAuthenticationDTO) GetPortOk ¶ added in v0.2.0

func (o *WindowsIntegratedAuthenticationDTO) GetPortOk() (*int32, bool)

GetPortOk returns a tuple with the Port field value if set, nil otherwise and a boolean to check if the value has been set.

func (*WindowsIntegratedAuthenticationDTO) GetProtocol ¶ added in v0.2.0

func (o *WindowsIntegratedAuthenticationDTO) GetProtocol() string

GetProtocol returns the Protocol field value if set, zero value otherwise.

func (*WindowsIntegratedAuthenticationDTO) GetProtocolOk ¶ added in v0.2.0

func (o *WindowsIntegratedAuthenticationDTO) GetProtocolOk() (*string, bool)

GetProtocolOk returns a tuple with the Protocol field value if set, nil otherwise and a boolean to check if the value has been set.

func (*WindowsIntegratedAuthenticationDTO) GetServiceClass ¶ added in v0.2.0

func (o *WindowsIntegratedAuthenticationDTO) GetServiceClass() string

GetServiceClass returns the ServiceClass field value if set, zero value otherwise.

func (*WindowsIntegratedAuthenticationDTO) GetServiceClassOk ¶ added in v0.2.0

func (o *WindowsIntegratedAuthenticationDTO) GetServiceClassOk() (*string, bool)

GetServiceClassOk returns a tuple with the ServiceClass field value if set, nil otherwise and a boolean to check if the value has been set.

func (*WindowsIntegratedAuthenticationDTO) GetServiceName ¶ added in v0.2.0

func (o *WindowsIntegratedAuthenticationDTO) GetServiceName() string

GetServiceName returns the ServiceName field value if set, zero value otherwise.

func (*WindowsIntegratedAuthenticationDTO) GetServiceNameOk ¶ added in v0.2.0

func (o *WindowsIntegratedAuthenticationDTO) GetServiceNameOk() (*string, bool)

GetServiceNameOk returns a tuple with the ServiceName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*WindowsIntegratedAuthenticationDTO) GetX ¶ added in v0.2.0

GetX returns the X field value if set, zero value otherwise.

func (*WindowsIntegratedAuthenticationDTO) GetXOk ¶ added in v0.2.0

GetXOk returns a tuple with the X field value if set, nil otherwise and a boolean to check if the value has been set.

func (*WindowsIntegratedAuthenticationDTO) GetY ¶ added in v0.2.0

GetY returns the Y field value if set, zero value otherwise.

func (*WindowsIntegratedAuthenticationDTO) GetYOk ¶ added in v0.2.0

GetYOk returns a tuple with the Y field value if set, nil otherwise and a boolean to check if the value has been set.

func (*WindowsIntegratedAuthenticationDTO) HasDelegatedAuthentications ¶ added in v0.2.0

func (o *WindowsIntegratedAuthenticationDTO) HasDelegatedAuthentications() bool

HasDelegatedAuthentications returns a boolean if a field has been set.

func (*WindowsIntegratedAuthenticationDTO) HasDescription ¶ added in v0.2.0

func (o *WindowsIntegratedAuthenticationDTO) HasDescription() bool

HasDescription returns a boolean if a field has been set.

func (*WindowsIntegratedAuthenticationDTO) HasDisplayName ¶ added in v0.2.0

func (o *WindowsIntegratedAuthenticationDTO) HasDisplayName() bool

HasDisplayName returns a boolean if a field has been set.

func (*WindowsIntegratedAuthenticationDTO) HasDomain ¶ added in v0.2.0

HasDomain returns a boolean if a field has been set.

func (*WindowsIntegratedAuthenticationDTO) HasDomainController ¶ added in v0.2.0

func (o *WindowsIntegratedAuthenticationDTO) HasDomainController() bool

HasDomainController returns a boolean if a field has been set.

func (*WindowsIntegratedAuthenticationDTO) HasElementId ¶ added in v0.2.0

func (o *WindowsIntegratedAuthenticationDTO) HasElementId() bool

HasElementId returns a boolean if a field has been set.

func (*WindowsIntegratedAuthenticationDTO) HasHost ¶ added in v0.2.0

HasHost returns a boolean if a field has been set.

func (*WindowsIntegratedAuthenticationDTO) HasId ¶ added in v0.2.0

HasId returns a boolean if a field has been set.

func (*WindowsIntegratedAuthenticationDTO) HasKeyTab ¶ added in v0.2.0

HasKeyTab returns a boolean if a field has been set.

func (*WindowsIntegratedAuthenticationDTO) HasName ¶ added in v0.2.0

HasName returns a boolean if a field has been set.

func (*WindowsIntegratedAuthenticationDTO) HasOverwriteKerberosSetup ¶ added in v0.2.0

func (o *WindowsIntegratedAuthenticationDTO) HasOverwriteKerberosSetup() bool

HasOverwriteKerberosSetup returns a boolean if a field has been set.

func (*WindowsIntegratedAuthenticationDTO) HasPort ¶ added in v0.2.0

HasPort returns a boolean if a field has been set.

func (*WindowsIntegratedAuthenticationDTO) HasProtocol ¶ added in v0.2.0

func (o *WindowsIntegratedAuthenticationDTO) HasProtocol() bool

HasProtocol returns a boolean if a field has been set.

func (*WindowsIntegratedAuthenticationDTO) HasServiceClass ¶ added in v0.2.0

func (o *WindowsIntegratedAuthenticationDTO) HasServiceClass() bool

HasServiceClass returns a boolean if a field has been set.

func (*WindowsIntegratedAuthenticationDTO) HasServiceName ¶ added in v0.2.0

func (o *WindowsIntegratedAuthenticationDTO) HasServiceName() bool

HasServiceName returns a boolean if a field has been set.

func (*WindowsIntegratedAuthenticationDTO) HasX ¶ added in v0.2.0

HasX returns a boolean if a field has been set.

func (*WindowsIntegratedAuthenticationDTO) HasY ¶ added in v0.2.0

HasY returns a boolean if a field has been set.

func (WindowsIntegratedAuthenticationDTO) MarshalJSON ¶ added in v0.2.0

func (o WindowsIntegratedAuthenticationDTO) MarshalJSON() ([]byte, error)

func (*WindowsIntegratedAuthenticationDTO) SetDelegatedAuthentications ¶ added in v0.2.0

func (o *WindowsIntegratedAuthenticationDTO) SetDelegatedAuthentications(v []DelegatedAuthenticationDTO)

SetDelegatedAuthentications gets a reference to the given []DelegatedAuthenticationDTO and assigns it to the DelegatedAuthentications field.

func (*WindowsIntegratedAuthenticationDTO) SetDescription ¶ added in v0.2.0

func (o *WindowsIntegratedAuthenticationDTO) SetDescription(v string)

SetDescription gets a reference to the given string and assigns it to the Description field.

func (*WindowsIntegratedAuthenticationDTO) SetDisplayName ¶ added in v0.2.0

func (o *WindowsIntegratedAuthenticationDTO) SetDisplayName(v string)

SetDisplayName gets a reference to the given string and assigns it to the DisplayName field.

func (*WindowsIntegratedAuthenticationDTO) SetDomain ¶ added in v0.2.0

SetDomain gets a reference to the given string and assigns it to the Domain field.

func (*WindowsIntegratedAuthenticationDTO) SetDomainController ¶ added in v0.2.0

func (o *WindowsIntegratedAuthenticationDTO) SetDomainController(v string)

SetDomainController gets a reference to the given string and assigns it to the DomainController field.

func (*WindowsIntegratedAuthenticationDTO) SetElementId ¶ added in v0.2.0

func (o *WindowsIntegratedAuthenticationDTO) SetElementId(v string)

SetElementId gets a reference to the given string and assigns it to the ElementId field.

func (*WindowsIntegratedAuthenticationDTO) SetHost ¶ added in v0.2.0

SetHost gets a reference to the given string and assigns it to the Host field.

func (*WindowsIntegratedAuthenticationDTO) SetId ¶ added in v0.2.0

SetId gets a reference to the given int64 and assigns it to the Id field.

func (*WindowsIntegratedAuthenticationDTO) SetKeyTab ¶ added in v0.2.0

SetKeyTab gets a reference to the given ResourceDTO and assigns it to the KeyTab field.

func (*WindowsIntegratedAuthenticationDTO) SetName ¶ added in v0.2.0

SetName gets a reference to the given string and assigns it to the Name field.

func (*WindowsIntegratedAuthenticationDTO) SetOverwriteKerberosSetup ¶ added in v0.2.0

func (o *WindowsIntegratedAuthenticationDTO) SetOverwriteKerberosSetup(v bool)

SetOverwriteKerberosSetup gets a reference to the given bool and assigns it to the OverwriteKerberosSetup field.

func (*WindowsIntegratedAuthenticationDTO) SetPort ¶ added in v0.2.0

SetPort gets a reference to the given int32 and assigns it to the Port field.

func (*WindowsIntegratedAuthenticationDTO) SetProtocol ¶ added in v0.2.0

func (o *WindowsIntegratedAuthenticationDTO) SetProtocol(v string)

SetProtocol gets a reference to the given string and assigns it to the Protocol field.

func (*WindowsIntegratedAuthenticationDTO) SetServiceClass ¶ added in v0.2.0

func (o *WindowsIntegratedAuthenticationDTO) SetServiceClass(v string)

SetServiceClass gets a reference to the given string and assigns it to the ServiceClass field.

func (*WindowsIntegratedAuthenticationDTO) SetServiceName ¶ added in v0.2.0

func (o *WindowsIntegratedAuthenticationDTO) SetServiceName(v string)

SetServiceName gets a reference to the given string and assigns it to the ServiceName field.

func (*WindowsIntegratedAuthenticationDTO) SetX ¶ added in v0.2.0

SetX gets a reference to the given float64 and assigns it to the X field.

func (*WindowsIntegratedAuthenticationDTO) SetY ¶ added in v0.2.0

SetY gets a reference to the given float64 and assigns it to the Y field.

func (*WindowsIntegratedAuthenticationDTO) UnmarshalJSON ¶ added in v0.2.0

func (o *WindowsIntegratedAuthenticationDTO) UnmarshalJSON(bytes []byte) (err error)

Source Files ¶

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL