openapi

package
v1.2.4 Latest Latest
Warning

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

Go to latest
Published: Apr 17, 2024 License: MIT Imports: 23 Imported by: 1

Documentation ¶

Overview ¶

Code generated by Go Generator (https://github.com/appgate/sdp-api-client-go); DO NOT EDIT.

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")

	// ContextAcceptHeader takes a string and use it as Accept value
	ContextAcceptHeader = contextKey("acceptheader")

	// 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 CacheExpires ¶

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

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

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.

Types ¶

type APIClient ¶

type APIClient struct {
	ActiveDevicesApi *ActiveDevicesApiService

	ActiveSessionsApi *ActiveSessionsApiService

	AdminMessagesApi *AdminMessagesApiService

	AdminRolesApi *AdminRolesApiService

	ApplianceApi *ApplianceApiService

	ApplianceBackupApi *ApplianceBackupApiService

	ApplianceChangeApi *ApplianceChangeApiService

	ApplianceCustomizationsApi *ApplianceCustomizationsApiService

	ApplianceMaintenanceApi *ApplianceMaintenanceApiService

	ApplianceMetricsApi *ApplianceMetricsApiService

	ApplianceStatsApi *ApplianceStatsApiService

	ApplianceUpgradeApi *ApplianceUpgradeApiService

	AppliancesApi *AppliancesApiService

	BlacklistedUsersApi *BlacklistedUsersApiService

	CertificateAuthorityApi *CertificateAuthorityApiService

	ClientAutoUpdateApi *ClientAutoUpdateApiService

	ClientLogsApi *ClientLogsApiService

	ClientProfilesApi *ClientProfilesApiService

	ConditionsApi *ConditionsApiService

	CriteriaScriptsApi *CriteriaScriptsApiService

	DefaultTimeBasedOTPProviderSeedsApi *DefaultTimeBasedOTPProviderSeedsApiService

	DeviceClaimScriptsApi *DeviceClaimScriptsApiService

	DevicesOnBoardedPerHourApi *DevicesOnBoardedPerHourApiService

	DiscoveredAppsApi *DiscoveredAppsApiService

	EntitlementScriptsApi *EntitlementScriptsApiService

	EntitlementsApi *EntitlementsApiService

	FIDO2DevicesApi *FIDO2DevicesApiService

	FailedAuthenticationsPerHourApi *FailedAuthenticationsPerHourApiService

	GlobalSettingsApi *GlobalSettingsApiService

	IPPoolsApi *IPPoolsApiService

	IdentityProvidersApi *IdentityProvidersApiService

	IssuedCertificatesApi *IssuedCertificatesApiService

	LicenseApi *LicenseApiService

	LicensedUsersApi *LicensedUsersApiService

	LocalUsersApi *LocalUsersApiService

	LoginApi *LoginApiService

	MFAForAdminsApi *MFAForAdminsApiService

	MFAProvidersApi *MFAProvidersApiService

	MyPreferencesApi *MyPreferencesApiService

	PoliciesApi *PoliciesApiService

	RegisteredDevicesApi *RegisteredDevicesApiService

	RingfenceRulesApi *RingfenceRulesApiService

	RiskModelApi *RiskModelApiService

	ServiceUsersApi *ServiceUsersApiService

	SitesApi *SitesApiService

	TopEntitlementsApi *TopEntitlementsApiService

	TrustedCertificatesApi *TrustedCertificatesApiService

	UserClaimScriptsApi *UserClaimScriptsApiService

	UserLoginsPerHourApi *UserLoginsPerHourApiService

	ZTPApi *ZTPApiService
	// PATCH seperate API services for each discriminator identity provider
	LdapIdentityProvidersApi *LdapIdentityProvidersApiService

	RadiusIdentityProvidersApi *RadiusIdentityProvidersApiService

	SamlIdentityProvidersApi *SamlIdentityProvidersApiService

	LocalDatabaseIdentityProvidersApi *LocalDatabaseIdentityProvidersApiService

	LdapCertificateIdentityProvidersApi *LdapCertificateIdentityProvidersApiService

	ConnectorIdentityProvidersApi *ConnectorIdentityProvidersApiService
	// contains filtered or unexported fields
}

APIClient manages communication with the Appgate SDP Controller REST API API vAPI version 18.5 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 ActiveDevicesApiService ¶

type ActiveDevicesApiService service

ActiveDevicesApiService ActiveDevicesApi service

func (*ActiveDevicesApiService) TokenRecordsDnGet ¶

TokenRecordsDnGet List all Distinguished Names active in the past 24 hour.

List all Distinguished Names active in the past 24 hour. Includes the users who has at least one token that has not expired past 24 hours. If a token was created 30 hours ago and it has 10 hours expiration time, it will be in this list.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiTokenRecordsDnGetRequest

func (*ActiveDevicesApiService) TokenRecordsDnGetExecute ¶

Execute executes the request

@return DistinguishedNameList

func (*ActiveDevicesApiService) TokenRecordsReevalByDnDistinguishedNamePost ¶

func (a *ActiveDevicesApiService) TokenRecordsReevalByDnDistinguishedNamePost(ctx context.Context, distinguishedName string) ApiTokenRecordsReevalByDnDistinguishedNamePostRequest

TokenRecordsReevalByDnDistinguishedNamePost Reevaluate all sessions with given Distinguished Name substring.

Reevaluate all sessions belongs to the user&devices ending with the given Distinguished Name substring.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param distinguishedName Distinguished name of the user&devices which will be affected by the operation. Format: 'CN=\\<device ID\\>,CN=\\<username\\>,OU=\\<provider name\\>'
@return ApiTokenRecordsReevalByDnDistinguishedNamePostRequest

func (*ActiveDevicesApiService) TokenRecordsReevalByDnDistinguishedNamePostExecute ¶

Execute executes the request

@return TokenRecordsReevalByDnDistinguishedNamePost200Response

func (*ActiveDevicesApiService) TokenRecordsRevokedByDnDistinguishedNamePut ¶

func (a *ActiveDevicesApiService) TokenRecordsRevokedByDnDistinguishedNamePut(ctx context.Context, distinguishedName string) ApiTokenRecordsRevokedByDnDistinguishedNamePutRequest

TokenRecordsRevokedByDnDistinguishedNamePut Revoke all Tokens ending with the given Distinguished Name substring.

Revoke all Tokens belong to the user&devices ending with the given Distinguished Name substring.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param distinguishedName Distinguished name of the user&devices which will be affected by the operation. Format: 'CN=\\<device ID\\>,CN=\\<username\\>,OU=\\<provider name\\>'
@return ApiTokenRecordsRevokedByDnDistinguishedNamePutRequest

func (*ActiveDevicesApiService) TokenRecordsRevokedByDnDistinguishedNamePutExecute ¶

Execute executes the request

@return TokenRevocationResponse

func (*ActiveDevicesApiService) TokenRecordsRevokedByTypeTokenTypePut ¶

func (a *ActiveDevicesApiService) TokenRecordsRevokedByTypeTokenTypePut(ctx context.Context, tokenType string) ApiTokenRecordsRevokedByTypeTokenTypePutRequest

TokenRecordsRevokedByTypeTokenTypePut Revoke all Tokens with given type.

Revoke all Tokens with given type.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param tokenType The type of the tokens.
@return ApiTokenRecordsRevokedByTypeTokenTypePutRequest

func (*ActiveDevicesApiService) TokenRecordsRevokedByTypeTokenTypePutExecute ¶

Execute executes the request

@return TokenRevocationResponse

type ActiveSessions ¶

type ActiveSessions struct {
	// User-friendly name for the stats.
	Name *string `json:"name,omitempty"`
	// The time the stats was generated.
	CreationDate *time.Time `json:"creationDate,omitempty"`
	// Recommended refresh interval in minutes.
	RefreshInterval *float32 `json:"refreshInterval,omitempty"`
	// 'The range applied to the list. Format: -/. 3-5/8 means, out of 8 count (query affects the total), the items between (including) the 3rd and the 5th are returned.'
	Range *string `json:"range,omitempty"`
	// The field name used to sort the list.
	OrderBy *string `json:"orderBy,omitempty"`
	// Whether the sorting is applied descending or ascending.
	Descending *bool `json:"descending,omitempty"`
	// The first query applied to the list.
	Query *string `json:"query,omitempty"`
	// The number of total Distinct Users currently active.
	DistinctUserCount *float32        `json:"distinctUserCount,omitempty"`
	Data              []DeviceAndUser `json:"data,omitempty"`
}

ActiveSessions struct for ActiveSessions

func NewActiveSessions ¶

func NewActiveSessions() *ActiveSessions

NewActiveSessions instantiates a new ActiveSessions object This constructor will assign default values to properties that have it defined, 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 NewActiveSessionsWithDefaults ¶

func NewActiveSessionsWithDefaults() *ActiveSessions

NewActiveSessionsWithDefaults instantiates a new ActiveSessions object This 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 (*ActiveSessions) GetCreationDate ¶

func (o *ActiveSessions) GetCreationDate() time.Time

GetCreationDate returns the CreationDate field value if set, zero value otherwise.

func (*ActiveSessions) GetCreationDateOk ¶

func (o *ActiveSessions) GetCreationDateOk() (*time.Time, bool)

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

func (*ActiveSessions) GetData ¶

func (o *ActiveSessions) GetData() []DeviceAndUser

GetData returns the Data field value if set, zero value otherwise.

func (*ActiveSessions) GetDataOk ¶

func (o *ActiveSessions) GetDataOk() ([]DeviceAndUser, bool)

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

func (*ActiveSessions) GetDescending ¶

func (o *ActiveSessions) GetDescending() bool

GetDescending returns the Descending field value if set, zero value otherwise.

func (*ActiveSessions) GetDescendingOk ¶

func (o *ActiveSessions) GetDescendingOk() (*bool, bool)

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

func (*ActiveSessions) GetDistinctUserCount ¶

func (o *ActiveSessions) GetDistinctUserCount() float32

GetDistinctUserCount returns the DistinctUserCount field value if set, zero value otherwise.

func (*ActiveSessions) GetDistinctUserCountOk ¶

func (o *ActiveSessions) GetDistinctUserCountOk() (*float32, bool)

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

func (*ActiveSessions) GetName ¶

func (o *ActiveSessions) GetName() string

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

func (*ActiveSessions) GetNameOk ¶

func (o *ActiveSessions) 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 (*ActiveSessions) GetOrderBy ¶

func (o *ActiveSessions) GetOrderBy() string

GetOrderBy returns the OrderBy field value if set, zero value otherwise.

func (*ActiveSessions) GetOrderByOk ¶

func (o *ActiveSessions) GetOrderByOk() (*string, bool)

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

func (*ActiveSessions) GetQuery ¶

func (o *ActiveSessions) GetQuery() string

GetQuery returns the Query field value if set, zero value otherwise.

func (*ActiveSessions) GetQueryOk ¶

func (o *ActiveSessions) GetQueryOk() (*string, bool)

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

func (*ActiveSessions) GetRange ¶

func (o *ActiveSessions) GetRange() string

GetRange returns the Range field value if set, zero value otherwise.

func (*ActiveSessions) GetRangeOk ¶

func (o *ActiveSessions) GetRangeOk() (*string, bool)

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

func (*ActiveSessions) GetRefreshInterval ¶

func (o *ActiveSessions) GetRefreshInterval() float32

GetRefreshInterval returns the RefreshInterval field value if set, zero value otherwise.

func (*ActiveSessions) GetRefreshIntervalOk ¶

func (o *ActiveSessions) GetRefreshIntervalOk() (*float32, bool)

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

func (*ActiveSessions) HasCreationDate ¶

func (o *ActiveSessions) HasCreationDate() bool

HasCreationDate returns a boolean if a field has been set.

func (*ActiveSessions) HasData ¶

func (o *ActiveSessions) HasData() bool

HasData returns a boolean if a field has been set.

func (*ActiveSessions) HasDescending ¶

func (o *ActiveSessions) HasDescending() bool

HasDescending returns a boolean if a field has been set.

func (*ActiveSessions) HasDistinctUserCount ¶

func (o *ActiveSessions) HasDistinctUserCount() bool

HasDistinctUserCount returns a boolean if a field has been set.

func (*ActiveSessions) HasName ¶

func (o *ActiveSessions) HasName() bool

HasName returns a boolean if a field has been set.

func (*ActiveSessions) HasOrderBy ¶

func (o *ActiveSessions) HasOrderBy() bool

HasOrderBy returns a boolean if a field has been set.

func (*ActiveSessions) HasQuery ¶

func (o *ActiveSessions) HasQuery() bool

HasQuery returns a boolean if a field has been set.

func (*ActiveSessions) HasRange ¶

func (o *ActiveSessions) HasRange() bool

HasRange returns a boolean if a field has been set.

func (*ActiveSessions) HasRefreshInterval ¶

func (o *ActiveSessions) HasRefreshInterval() bool

HasRefreshInterval returns a boolean if a field has been set.

func (ActiveSessions) MarshalJSON ¶

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

func (*ActiveSessions) SetCreationDate ¶

func (o *ActiveSessions) SetCreationDate(v time.Time)

SetCreationDate gets a reference to the given time.Time and assigns it to the CreationDate field.

func (*ActiveSessions) SetData ¶

func (o *ActiveSessions) SetData(v []DeviceAndUser)

SetData gets a reference to the given []DeviceAndUser and assigns it to the Data field.

func (*ActiveSessions) SetDescending ¶

func (o *ActiveSessions) SetDescending(v bool)

SetDescending gets a reference to the given bool and assigns it to the Descending field.

func (*ActiveSessions) SetDistinctUserCount ¶

func (o *ActiveSessions) SetDistinctUserCount(v float32)

SetDistinctUserCount gets a reference to the given float32 and assigns it to the DistinctUserCount field.

func (*ActiveSessions) SetName ¶

func (o *ActiveSessions) SetName(v string)

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

func (*ActiveSessions) SetOrderBy ¶

func (o *ActiveSessions) SetOrderBy(v string)

SetOrderBy gets a reference to the given string and assigns it to the OrderBy field.

func (*ActiveSessions) SetQuery ¶

func (o *ActiveSessions) SetQuery(v string)

SetQuery gets a reference to the given string and assigns it to the Query field.

func (*ActiveSessions) SetRange ¶

func (o *ActiveSessions) SetRange(v string)

SetRange gets a reference to the given string and assigns it to the Range field.

func (*ActiveSessions) SetRefreshInterval ¶

func (o *ActiveSessions) SetRefreshInterval(v float32)

SetRefreshInterval gets a reference to the given float32 and assigns it to the RefreshInterval field.

type ActiveSessionsAllOf ¶

type ActiveSessionsAllOf struct {
	// The first query applied to the list.
	Query *string `json:"query,omitempty"`
	// The number of total Distinct Users currently active.
	DistinctUserCount *float32        `json:"distinctUserCount,omitempty"`
	Data              []DeviceAndUser `json:"data,omitempty"`
}

ActiveSessionsAllOf struct for ActiveSessionsAllOf

func NewActiveSessionsAllOf ¶

func NewActiveSessionsAllOf() *ActiveSessionsAllOf

NewActiveSessionsAllOf instantiates a new ActiveSessionsAllOf object This constructor will assign default values to properties that have it defined, 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 NewActiveSessionsAllOfWithDefaults ¶

func NewActiveSessionsAllOfWithDefaults() *ActiveSessionsAllOf

NewActiveSessionsAllOfWithDefaults instantiates a new ActiveSessionsAllOf object This 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 (*ActiveSessionsAllOf) GetData ¶

func (o *ActiveSessionsAllOf) GetData() []DeviceAndUser

GetData returns the Data field value if set, zero value otherwise.

func (*ActiveSessionsAllOf) GetDataOk ¶

func (o *ActiveSessionsAllOf) GetDataOk() ([]DeviceAndUser, bool)

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

func (*ActiveSessionsAllOf) GetDistinctUserCount ¶

func (o *ActiveSessionsAllOf) GetDistinctUserCount() float32

GetDistinctUserCount returns the DistinctUserCount field value if set, zero value otherwise.

func (*ActiveSessionsAllOf) GetDistinctUserCountOk ¶

func (o *ActiveSessionsAllOf) GetDistinctUserCountOk() (*float32, bool)

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

func (*ActiveSessionsAllOf) GetQuery ¶

func (o *ActiveSessionsAllOf) GetQuery() string

GetQuery returns the Query field value if set, zero value otherwise.

func (*ActiveSessionsAllOf) GetQueryOk ¶

func (o *ActiveSessionsAllOf) GetQueryOk() (*string, bool)

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

func (*ActiveSessionsAllOf) HasData ¶

func (o *ActiveSessionsAllOf) HasData() bool

HasData returns a boolean if a field has been set.

func (*ActiveSessionsAllOf) HasDistinctUserCount ¶

func (o *ActiveSessionsAllOf) HasDistinctUserCount() bool

HasDistinctUserCount returns a boolean if a field has been set.

func (*ActiveSessionsAllOf) HasQuery ¶

func (o *ActiveSessionsAllOf) HasQuery() bool

HasQuery returns a boolean if a field has been set.

func (ActiveSessionsAllOf) MarshalJSON ¶

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

func (*ActiveSessionsAllOf) SetData ¶

func (o *ActiveSessionsAllOf) SetData(v []DeviceAndUser)

SetData gets a reference to the given []DeviceAndUser and assigns it to the Data field.

func (*ActiveSessionsAllOf) SetDistinctUserCount ¶

func (o *ActiveSessionsAllOf) SetDistinctUserCount(v float32)

SetDistinctUserCount gets a reference to the given float32 and assigns it to the DistinctUserCount field.

func (*ActiveSessionsAllOf) SetQuery ¶

func (o *ActiveSessionsAllOf) SetQuery(v string)

SetQuery gets a reference to the given string and assigns it to the Query field.

type ActiveSessionsApiService ¶

type ActiveSessionsApiService service

ActiveSessionsApiService ActiveSessionsApi service

func (*ActiveSessionsApiService) SessionInfoDistinguishedNameGet ¶

func (a *ActiveSessionsApiService) SessionInfoDistinguishedNameGet(ctx context.Context, distinguishedName string) ApiSessionInfoDistinguishedNameGetRequest

SessionInfoDistinguishedNameGet Get details of a specific Active Client Session.

Get the details of a specific Active Client Session from all Gateways. This API makes the Controller to query very Gateway in the system to collect the session data. The operation may take long if one or more Gateways take long to respond.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param distinguishedName Distinguished name of the user&devices which will be affected by the operation. Format: 'CN=\\<device ID\\>,CN=\\<username\\>,OU=\\<provider name\\>'
@return ApiSessionInfoDistinguishedNameGetRequest

func (*ActiveSessionsApiService) SessionInfoDistinguishedNameGetExecute ¶

Execute executes the request

@return SessionInfoDistinguishedName

func (*ActiveSessionsApiService) StatsActiveSessionsDnGet ¶

StatsActiveSessionsDnGet Get Active Client Sessions grouped by Distinguished Names.

Get session data from currently Active Client Sessions grouped by distinguished name. This API makes the Controller to query every Gateway in the system to collect the session data. The operation may take long if one or more Gateways take long to respond.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiStatsActiveSessionsDnGetRequest

func (*ActiveSessionsApiService) StatsActiveSessionsDnGetExecute ¶

Execute executes the request

@return ActiveSessionsDn

func (*ActiveSessionsApiService) StatsActiveSessionsGet ¶

StatsActiveSessionsGet Get Active Client Sessions.

Get currently Active Client Sessions. This API makes the Controller to query every Gateway in the system to collect the session data. The operation may take long if one or more Gateways take long to respond.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiStatsActiveSessionsGetRequest

func (*ActiveSessionsApiService) StatsActiveSessionsGetExecute ¶

Execute executes the request

@return ActiveSessions

type ActiveSessionsDn ¶

type ActiveSessionsDn struct {
	// User-friendly name for the stats.
	Name *string `json:"name,omitempty"`
	// The time the stats was generated.
	CreationDate *time.Time `json:"creationDate,omitempty"`
	// Recommended refresh interval in minutes.
	RefreshInterval *float32 `json:"refreshInterval,omitempty"`
	// 'The range applied to the list. Format: -/. 3-5/8 means, out of 8 count (query affects the total), the items between (including) the 3rd and the 5th are returned.'
	Range *string `json:"range,omitempty"`
	// The field name used to sort the list.
	OrderBy *string `json:"orderBy,omitempty"`
	// Whether the sorting is applied descending or ascending.
	Descending *bool `json:"descending,omitempty"`
	// The first query applied to the list.
	Query *string         `json:"query,omitempty"`
	Data  []DeviceAndUser `json:"data,omitempty"`
}

ActiveSessionsDn struct for ActiveSessionsDn

func NewActiveSessionsDn ¶

func NewActiveSessionsDn() *ActiveSessionsDn

NewActiveSessionsDn instantiates a new ActiveSessionsDn object This constructor will assign default values to properties that have it defined, 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 NewActiveSessionsDnWithDefaults ¶

func NewActiveSessionsDnWithDefaults() *ActiveSessionsDn

NewActiveSessionsDnWithDefaults instantiates a new ActiveSessionsDn object This 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 (*ActiveSessionsDn) GetCreationDate ¶

func (o *ActiveSessionsDn) GetCreationDate() time.Time

GetCreationDate returns the CreationDate field value if set, zero value otherwise.

func (*ActiveSessionsDn) GetCreationDateOk ¶

func (o *ActiveSessionsDn) GetCreationDateOk() (*time.Time, bool)

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

func (*ActiveSessionsDn) GetData ¶

func (o *ActiveSessionsDn) GetData() []DeviceAndUser

GetData returns the Data field value if set, zero value otherwise.

func (*ActiveSessionsDn) GetDataOk ¶

func (o *ActiveSessionsDn) GetDataOk() ([]DeviceAndUser, bool)

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

func (*ActiveSessionsDn) GetDescending ¶

func (o *ActiveSessionsDn) GetDescending() bool

GetDescending returns the Descending field value if set, zero value otherwise.

func (*ActiveSessionsDn) GetDescendingOk ¶

func (o *ActiveSessionsDn) GetDescendingOk() (*bool, bool)

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

func (*ActiveSessionsDn) GetName ¶

func (o *ActiveSessionsDn) GetName() string

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

func (*ActiveSessionsDn) GetNameOk ¶

func (o *ActiveSessionsDn) 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 (*ActiveSessionsDn) GetOrderBy ¶

func (o *ActiveSessionsDn) GetOrderBy() string

GetOrderBy returns the OrderBy field value if set, zero value otherwise.

func (*ActiveSessionsDn) GetOrderByOk ¶

func (o *ActiveSessionsDn) GetOrderByOk() (*string, bool)

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

func (*ActiveSessionsDn) GetQuery ¶

func (o *ActiveSessionsDn) GetQuery() string

GetQuery returns the Query field value if set, zero value otherwise.

func (*ActiveSessionsDn) GetQueryOk ¶

func (o *ActiveSessionsDn) GetQueryOk() (*string, bool)

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

func (*ActiveSessionsDn) GetRange ¶

func (o *ActiveSessionsDn) GetRange() string

GetRange returns the Range field value if set, zero value otherwise.

func (*ActiveSessionsDn) GetRangeOk ¶

func (o *ActiveSessionsDn) GetRangeOk() (*string, bool)

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

func (*ActiveSessionsDn) GetRefreshInterval ¶

func (o *ActiveSessionsDn) GetRefreshInterval() float32

GetRefreshInterval returns the RefreshInterval field value if set, zero value otherwise.

func (*ActiveSessionsDn) GetRefreshIntervalOk ¶

func (o *ActiveSessionsDn) GetRefreshIntervalOk() (*float32, bool)

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

func (*ActiveSessionsDn) HasCreationDate ¶

func (o *ActiveSessionsDn) HasCreationDate() bool

HasCreationDate returns a boolean if a field has been set.

func (*ActiveSessionsDn) HasData ¶

func (o *ActiveSessionsDn) HasData() bool

HasData returns a boolean if a field has been set.

func (*ActiveSessionsDn) HasDescending ¶

func (o *ActiveSessionsDn) HasDescending() bool

HasDescending returns a boolean if a field has been set.

func (*ActiveSessionsDn) HasName ¶

func (o *ActiveSessionsDn) HasName() bool

HasName returns a boolean if a field has been set.

func (*ActiveSessionsDn) HasOrderBy ¶

func (o *ActiveSessionsDn) HasOrderBy() bool

HasOrderBy returns a boolean if a field has been set.

func (*ActiveSessionsDn) HasQuery ¶

func (o *ActiveSessionsDn) HasQuery() bool

HasQuery returns a boolean if a field has been set.

func (*ActiveSessionsDn) HasRange ¶

func (o *ActiveSessionsDn) HasRange() bool

HasRange returns a boolean if a field has been set.

func (*ActiveSessionsDn) HasRefreshInterval ¶

func (o *ActiveSessionsDn) HasRefreshInterval() bool

HasRefreshInterval returns a boolean if a field has been set.

func (ActiveSessionsDn) MarshalJSON ¶

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

func (*ActiveSessionsDn) SetCreationDate ¶

func (o *ActiveSessionsDn) SetCreationDate(v time.Time)

SetCreationDate gets a reference to the given time.Time and assigns it to the CreationDate field.

func (*ActiveSessionsDn) SetData ¶

func (o *ActiveSessionsDn) SetData(v []DeviceAndUser)

SetData gets a reference to the given []DeviceAndUser and assigns it to the Data field.

func (*ActiveSessionsDn) SetDescending ¶

func (o *ActiveSessionsDn) SetDescending(v bool)

SetDescending gets a reference to the given bool and assigns it to the Descending field.

func (*ActiveSessionsDn) SetName ¶

func (o *ActiveSessionsDn) SetName(v string)

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

func (*ActiveSessionsDn) SetOrderBy ¶

func (o *ActiveSessionsDn) SetOrderBy(v string)

SetOrderBy gets a reference to the given string and assigns it to the OrderBy field.

func (*ActiveSessionsDn) SetQuery ¶

func (o *ActiveSessionsDn) SetQuery(v string)

SetQuery gets a reference to the given string and assigns it to the Query field.

func (*ActiveSessionsDn) SetRange ¶

func (o *ActiveSessionsDn) SetRange(v string)

SetRange gets a reference to the given string and assigns it to the Range field.

func (*ActiveSessionsDn) SetRefreshInterval ¶

func (o *ActiveSessionsDn) SetRefreshInterval(v float32)

SetRefreshInterval gets a reference to the given float32 and assigns it to the RefreshInterval field.

type ActiveSessionsDnAllOf ¶

type ActiveSessionsDnAllOf struct {
	// The first query applied to the list.
	Query *string         `json:"query,omitempty"`
	Data  []DeviceAndUser `json:"data,omitempty"`
}

ActiveSessionsDnAllOf struct for ActiveSessionsDnAllOf

func NewActiveSessionsDnAllOf ¶

func NewActiveSessionsDnAllOf() *ActiveSessionsDnAllOf

NewActiveSessionsDnAllOf instantiates a new ActiveSessionsDnAllOf object This constructor will assign default values to properties that have it defined, 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 NewActiveSessionsDnAllOfWithDefaults ¶

func NewActiveSessionsDnAllOfWithDefaults() *ActiveSessionsDnAllOf

NewActiveSessionsDnAllOfWithDefaults instantiates a new ActiveSessionsDnAllOf object This 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 (*ActiveSessionsDnAllOf) GetData ¶

func (o *ActiveSessionsDnAllOf) GetData() []DeviceAndUser

GetData returns the Data field value if set, zero value otherwise.

func (*ActiveSessionsDnAllOf) GetDataOk ¶

func (o *ActiveSessionsDnAllOf) GetDataOk() ([]DeviceAndUser, bool)

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

func (*ActiveSessionsDnAllOf) GetQuery ¶

func (o *ActiveSessionsDnAllOf) GetQuery() string

GetQuery returns the Query field value if set, zero value otherwise.

func (*ActiveSessionsDnAllOf) GetQueryOk ¶

func (o *ActiveSessionsDnAllOf) GetQueryOk() (*string, bool)

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

func (*ActiveSessionsDnAllOf) HasData ¶

func (o *ActiveSessionsDnAllOf) HasData() bool

HasData returns a boolean if a field has been set.

func (*ActiveSessionsDnAllOf) HasQuery ¶

func (o *ActiveSessionsDnAllOf) HasQuery() bool

HasQuery returns a boolean if a field has been set.

func (ActiveSessionsDnAllOf) MarshalJSON ¶

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

func (*ActiveSessionsDnAllOf) SetData ¶

func (o *ActiveSessionsDnAllOf) SetData(v []DeviceAndUser)

SetData gets a reference to the given []DeviceAndUser and assigns it to the Data field.

func (*ActiveSessionsDnAllOf) SetQuery ¶

func (o *ActiveSessionsDnAllOf) SetQuery(v string)

SetQuery gets a reference to the given string and assigns it to the Query field.

type AdminMessagesApiService ¶

type AdminMessagesApiService service

AdminMessagesApiService AdminMessagesApi service

func (*AdminMessagesApiService) AdminMessagesDelete ¶

AdminMessagesDelete Delete Admin Messages.

Deletes all Admin Messages by default. If **both** `message` and `source` query parameters are present, deletes only messages matching these parameters.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiAdminMessagesDeleteRequest

func (*AdminMessagesApiService) AdminMessagesDeleteExecute ¶

func (a *AdminMessagesApiService) AdminMessagesDeleteExecute(r ApiAdminMessagesDeleteRequest) (*http.Response, error)

Execute executes the request

func (*AdminMessagesApiService) AdminMessagesGet ¶

AdminMessagesGet Get the Admin Messages.

Get a list of all Admin Messages generated by the system. It includes duplicate messages generated over time. Use "/summarize" to get distinct messages like the Admin UI.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiAdminMessagesGetRequest

func (*AdminMessagesApiService) AdminMessagesGetExecute ¶

Execute executes the request

@return AdminMessagesList

func (*AdminMessagesApiService) AdminMessagesSummarizeGet ¶

AdminMessagesSummarizeGet Get a summary of Admin Messages.

List all summarized Admin Messages generated by the system. This API call is recommended as some of the Admin Messages may be duplicated too much in case of a configuration problem on a heavy loaded system.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiAdminMessagesSummarizeGetRequest

func (*AdminMessagesApiService) AdminMessagesSummarizeGetExecute ¶

Execute executes the request

@return []AdminMessagesSummarizeInner

type AdminMessagesList ¶

type AdminMessagesList struct {
	Data []AdminMessagesListDataInner `json:"data,omitempty"`
}

AdminMessagesList struct for AdminMessagesList

func NewAdminMessagesList ¶

func NewAdminMessagesList() *AdminMessagesList

NewAdminMessagesList instantiates a new AdminMessagesList object This constructor will assign default values to properties that have it defined, 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 NewAdminMessagesListWithDefaults ¶

func NewAdminMessagesListWithDefaults() *AdminMessagesList

NewAdminMessagesListWithDefaults instantiates a new AdminMessagesList object This 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 (*AdminMessagesList) GetData ¶

GetData returns the Data field value if set, zero value otherwise.

func (*AdminMessagesList) GetDataOk ¶

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

func (*AdminMessagesList) HasData ¶

func (o *AdminMessagesList) HasData() bool

HasData returns a boolean if a field has been set.

func (AdminMessagesList) MarshalJSON ¶

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

func (*AdminMessagesList) SetData ¶

SetData gets a reference to the given []AdminMessagesListDataInner and assigns it to the Data field.

type AdminMessagesListDataInner ¶

type AdminMessagesListDataInner struct {
	// Randomly generated UUID.
	Id *string `json:"id,omitempty"`
	// The severity of the message.
	Level *string `json:"level,omitempty"`
	// Message category.
	Category *string `json:"category,omitempty"`
	// The message.
	Message *string `json:"message,omitempty"`
	// The source of the message. If it's Controller specific message, it will be \"Controller\". Otherwise it will be the hostname of the source Appliance.
	Source *string `json:"source,omitempty"`
	// When the Admin Message generated.
	Created *time.Time `json:"created,omitempty"`
}

AdminMessagesListDataInner struct for AdminMessagesListDataInner

func NewAdminMessagesListDataInner ¶

func NewAdminMessagesListDataInner() *AdminMessagesListDataInner

NewAdminMessagesListDataInner instantiates a new AdminMessagesListDataInner object This constructor will assign default values to properties that have it defined, 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 NewAdminMessagesListDataInnerWithDefaults ¶

func NewAdminMessagesListDataInnerWithDefaults() *AdminMessagesListDataInner

NewAdminMessagesListDataInnerWithDefaults instantiates a new AdminMessagesListDataInner object This 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 (*AdminMessagesListDataInner) GetCategory ¶

func (o *AdminMessagesListDataInner) GetCategory() string

GetCategory returns the Category field value if set, zero value otherwise.

func (*AdminMessagesListDataInner) GetCategoryOk ¶

func (o *AdminMessagesListDataInner) GetCategoryOk() (*string, bool)

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

func (*AdminMessagesListDataInner) GetCreated ¶

func (o *AdminMessagesListDataInner) GetCreated() time.Time

GetCreated returns the Created field value if set, zero value otherwise.

func (*AdminMessagesListDataInner) GetCreatedOk ¶

func (o *AdminMessagesListDataInner) GetCreatedOk() (*time.Time, bool)

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

func (*AdminMessagesListDataInner) GetId ¶

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

func (*AdminMessagesListDataInner) GetIdOk ¶

func (o *AdminMessagesListDataInner) 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 (*AdminMessagesListDataInner) GetLevel ¶

func (o *AdminMessagesListDataInner) GetLevel() string

GetLevel returns the Level field value if set, zero value otherwise.

func (*AdminMessagesListDataInner) GetLevelOk ¶

func (o *AdminMessagesListDataInner) 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 (*AdminMessagesListDataInner) GetMessage ¶

func (o *AdminMessagesListDataInner) GetMessage() string

GetMessage returns the Message field value if set, zero value otherwise.

func (*AdminMessagesListDataInner) GetMessageOk ¶

func (o *AdminMessagesListDataInner) GetMessageOk() (*string, bool)

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

func (*AdminMessagesListDataInner) GetSource ¶

func (o *AdminMessagesListDataInner) GetSource() string

GetSource returns the Source field value if set, zero value otherwise.

func (*AdminMessagesListDataInner) GetSourceOk ¶

func (o *AdminMessagesListDataInner) GetSourceOk() (*string, bool)

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

func (*AdminMessagesListDataInner) HasCategory ¶

func (o *AdminMessagesListDataInner) HasCategory() bool

HasCategory returns a boolean if a field has been set.

func (*AdminMessagesListDataInner) HasCreated ¶

func (o *AdminMessagesListDataInner) HasCreated() bool

HasCreated returns a boolean if a field has been set.

func (*AdminMessagesListDataInner) HasId ¶

func (o *AdminMessagesListDataInner) HasId() bool

HasId returns a boolean if a field has been set.

func (*AdminMessagesListDataInner) HasLevel ¶

func (o *AdminMessagesListDataInner) HasLevel() bool

HasLevel returns a boolean if a field has been set.

func (*AdminMessagesListDataInner) HasMessage ¶

func (o *AdminMessagesListDataInner) HasMessage() bool

HasMessage returns a boolean if a field has been set.

func (*AdminMessagesListDataInner) HasSource ¶

func (o *AdminMessagesListDataInner) HasSource() bool

HasSource returns a boolean if a field has been set.

func (AdminMessagesListDataInner) MarshalJSON ¶

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

func (*AdminMessagesListDataInner) SetCategory ¶

func (o *AdminMessagesListDataInner) SetCategory(v string)

SetCategory gets a reference to the given string and assigns it to the Category field.

func (*AdminMessagesListDataInner) SetCreated ¶

func (o *AdminMessagesListDataInner) SetCreated(v time.Time)

SetCreated gets a reference to the given time.Time and assigns it to the Created field.

func (*AdminMessagesListDataInner) SetId ¶

func (o *AdminMessagesListDataInner) SetId(v string)

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

func (*AdminMessagesListDataInner) SetLevel ¶

func (o *AdminMessagesListDataInner) SetLevel(v string)

SetLevel gets a reference to the given string and assigns it to the Level field.

func (*AdminMessagesListDataInner) SetMessage ¶

func (o *AdminMessagesListDataInner) SetMessage(v string)

SetMessage gets a reference to the given string and assigns it to the Message field.

func (*AdminMessagesListDataInner) SetSource ¶

func (o *AdminMessagesListDataInner) SetSource(v string)

SetSource gets a reference to the given string and assigns it to the Source field.

type AdminMessagesSummarizeInner ¶

type AdminMessagesSummarizeInner struct {
	Data []AdminMessagesSummarizeInnerDataInner `json:"data,omitempty"`
}

AdminMessagesSummarizeInner struct for AdminMessagesSummarizeInner

func NewAdminMessagesSummarizeInner ¶

func NewAdminMessagesSummarizeInner() *AdminMessagesSummarizeInner

NewAdminMessagesSummarizeInner instantiates a new AdminMessagesSummarizeInner object This constructor will assign default values to properties that have it defined, 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 NewAdminMessagesSummarizeInnerWithDefaults ¶

func NewAdminMessagesSummarizeInnerWithDefaults() *AdminMessagesSummarizeInner

NewAdminMessagesSummarizeInnerWithDefaults instantiates a new AdminMessagesSummarizeInner object This 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 (*AdminMessagesSummarizeInner) GetData ¶

GetData returns the Data field value if set, zero value otherwise.

func (*AdminMessagesSummarizeInner) GetDataOk ¶

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

func (*AdminMessagesSummarizeInner) HasData ¶

func (o *AdminMessagesSummarizeInner) HasData() bool

HasData returns a boolean if a field has been set.

func (AdminMessagesSummarizeInner) MarshalJSON ¶

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

func (*AdminMessagesSummarizeInner) SetData ¶

SetData gets a reference to the given []AdminMessagesSummarizeInnerDataInner and assigns it to the Data field.

type AdminMessagesSummarizeInnerDataInner ¶

type AdminMessagesSummarizeInnerDataInner struct {
	// The severity of the Admin Message.
	Level *string `json:"level,omitempty"`
	// Message category.
	Category *string `json:"category,omitempty"`
	// The Admin Message.
	Message *string `json:"message,omitempty"`
	// The source of the Admin Message. If it's a Controller specific message, it will be \"Controller\". Otherwise it will be the hostname of the source appliance.
	Source *string `json:"source,omitempty"`
	// When the Admin Message generated the last time.
	Created *time.Time `json:"created,omitempty"`
	// Number of times this Admin Message was generated.
	Count *float32 `json:"count,omitempty"`
}

AdminMessagesSummarizeInnerDataInner struct for AdminMessagesSummarizeInnerDataInner

func NewAdminMessagesSummarizeInnerDataInner ¶

func NewAdminMessagesSummarizeInnerDataInner() *AdminMessagesSummarizeInnerDataInner

NewAdminMessagesSummarizeInnerDataInner instantiates a new AdminMessagesSummarizeInnerDataInner object This constructor will assign default values to properties that have it defined, 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 NewAdminMessagesSummarizeInnerDataInnerWithDefaults ¶

func NewAdminMessagesSummarizeInnerDataInnerWithDefaults() *AdminMessagesSummarizeInnerDataInner

NewAdminMessagesSummarizeInnerDataInnerWithDefaults instantiates a new AdminMessagesSummarizeInnerDataInner object This 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 (*AdminMessagesSummarizeInnerDataInner) GetCategory ¶

GetCategory returns the Category field value if set, zero value otherwise.

func (*AdminMessagesSummarizeInnerDataInner) GetCategoryOk ¶

func (o *AdminMessagesSummarizeInnerDataInner) GetCategoryOk() (*string, bool)

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

func (*AdminMessagesSummarizeInnerDataInner) GetCount ¶

GetCount returns the Count field value if set, zero value otherwise.

func (*AdminMessagesSummarizeInnerDataInner) GetCountOk ¶

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

func (*AdminMessagesSummarizeInnerDataInner) GetCreated ¶

GetCreated returns the Created field value if set, zero value otherwise.

func (*AdminMessagesSummarizeInnerDataInner) GetCreatedOk ¶

func (o *AdminMessagesSummarizeInnerDataInner) GetCreatedOk() (*time.Time, bool)

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

func (*AdminMessagesSummarizeInnerDataInner) GetLevel ¶

GetLevel returns the Level field value if set, zero value otherwise.

func (*AdminMessagesSummarizeInnerDataInner) GetLevelOk ¶

func (o *AdminMessagesSummarizeInnerDataInner) 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 (*AdminMessagesSummarizeInnerDataInner) GetMessage ¶

GetMessage returns the Message field value if set, zero value otherwise.

func (*AdminMessagesSummarizeInnerDataInner) GetMessageOk ¶

func (o *AdminMessagesSummarizeInnerDataInner) GetMessageOk() (*string, bool)

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

func (*AdminMessagesSummarizeInnerDataInner) GetSource ¶

GetSource returns the Source field value if set, zero value otherwise.

func (*AdminMessagesSummarizeInnerDataInner) GetSourceOk ¶

func (o *AdminMessagesSummarizeInnerDataInner) GetSourceOk() (*string, bool)

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

func (*AdminMessagesSummarizeInnerDataInner) HasCategory ¶

func (o *AdminMessagesSummarizeInnerDataInner) HasCategory() bool

HasCategory returns a boolean if a field has been set.

func (*AdminMessagesSummarizeInnerDataInner) HasCount ¶

HasCount returns a boolean if a field has been set.

func (*AdminMessagesSummarizeInnerDataInner) HasCreated ¶

HasCreated returns a boolean if a field has been set.

func (*AdminMessagesSummarizeInnerDataInner) HasLevel ¶

HasLevel returns a boolean if a field has been set.

func (*AdminMessagesSummarizeInnerDataInner) HasMessage ¶

HasMessage returns a boolean if a field has been set.

func (*AdminMessagesSummarizeInnerDataInner) HasSource ¶

HasSource returns a boolean if a field has been set.

func (AdminMessagesSummarizeInnerDataInner) MarshalJSON ¶

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

func (*AdminMessagesSummarizeInnerDataInner) SetCategory ¶

func (o *AdminMessagesSummarizeInnerDataInner) SetCategory(v string)

SetCategory gets a reference to the given string and assigns it to the Category field.

func (*AdminMessagesSummarizeInnerDataInner) SetCount ¶

SetCount gets a reference to the given float32 and assigns it to the Count field.

func (*AdminMessagesSummarizeInnerDataInner) SetCreated ¶

SetCreated gets a reference to the given time.Time and assigns it to the Created field.

func (*AdminMessagesSummarizeInnerDataInner) SetLevel ¶

SetLevel gets a reference to the given string and assigns it to the Level field.

func (*AdminMessagesSummarizeInnerDataInner) SetMessage ¶

SetMessage gets a reference to the given string and assigns it to the Message field.

func (*AdminMessagesSummarizeInnerDataInner) SetSource ¶

SetSource gets a reference to the given string and assigns it to the Source field.

type AdminMfaSettings ¶

type AdminMfaSettings struct {
	// The MFA provider ID to use during Multi-Factor Authentication. If null, Admin MFA is disabled.
	ProviderId *string `json:"providerId,omitempty"`
	// List of users to be excluded from MFA during admin login.
	ExemptedUsers []string `json:"exemptedUsers,omitempty"`
}

AdminMfaSettings struct for AdminMfaSettings

func NewAdminMfaSettings ¶

func NewAdminMfaSettings() *AdminMfaSettings

NewAdminMfaSettings instantiates a new AdminMfaSettings object This constructor will assign default values to properties that have it defined, 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 NewAdminMfaSettingsWithDefaults ¶

func NewAdminMfaSettingsWithDefaults() *AdminMfaSettings

NewAdminMfaSettingsWithDefaults instantiates a new AdminMfaSettings object This 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 (*AdminMfaSettings) GetExemptedUsers ¶

func (o *AdminMfaSettings) GetExemptedUsers() []string

GetExemptedUsers returns the ExemptedUsers field value if set, zero value otherwise.

func (*AdminMfaSettings) GetExemptedUsersOk ¶

func (o *AdminMfaSettings) GetExemptedUsersOk() ([]string, bool)

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

func (*AdminMfaSettings) GetProviderId ¶

func (o *AdminMfaSettings) GetProviderId() string

GetProviderId returns the ProviderId field value if set, zero value otherwise.

func (*AdminMfaSettings) GetProviderIdOk ¶

func (o *AdminMfaSettings) GetProviderIdOk() (*string, bool)

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

func (*AdminMfaSettings) HasExemptedUsers ¶

func (o *AdminMfaSettings) HasExemptedUsers() bool

HasExemptedUsers returns a boolean if a field has been set.

func (*AdminMfaSettings) HasProviderId ¶

func (o *AdminMfaSettings) HasProviderId() bool

HasProviderId returns a boolean if a field has been set.

func (AdminMfaSettings) MarshalJSON ¶

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

func (*AdminMfaSettings) SetExemptedUsers ¶

func (o *AdminMfaSettings) SetExemptedUsers(v []string)

SetExemptedUsers gets a reference to the given []string and assigns it to the ExemptedUsers field.

func (*AdminMfaSettings) SetProviderId ¶

func (o *AdminMfaSettings) SetProviderId(v string)

SetProviderId gets a reference to the given string and assigns it to the ProviderId field.

type AdminRolesApiService ¶

type AdminRolesApiService service

AdminRolesApiService AdminRolesApi service

func (*AdminRolesApiService) AdministrativeRolesGet ¶

AdministrativeRolesGet List all Administrative Roles.

List all Administrative Roles visible to current user.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiAdministrativeRolesGetRequest

func (*AdminRolesApiService) AdministrativeRolesGetExecute ¶

Execute executes the request

@return AdministrativeRoleList

func (*AdminRolesApiService) AdministrativeRolesIdDelete ¶

func (a *AdminRolesApiService) AdministrativeRolesIdDelete(ctx context.Context, id string) ApiAdministrativeRolesIdDeleteRequest

AdministrativeRolesIdDelete Delete a specific Administrative Role.

Delete a specific Administrative Role.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id ID of the object.
@return ApiAdministrativeRolesIdDeleteRequest

func (*AdminRolesApiService) AdministrativeRolesIdDeleteExecute ¶

func (a *AdminRolesApiService) AdministrativeRolesIdDeleteExecute(r ApiAdministrativeRolesIdDeleteRequest) (*http.Response, error)

Execute executes the request

func (*AdminRolesApiService) AdministrativeRolesIdGet ¶

func (a *AdminRolesApiService) AdministrativeRolesIdGet(ctx context.Context, id string) ApiAdministrativeRolesIdGetRequest

AdministrativeRolesIdGet Get a specific Administrative Role.

Get a specific Administrative Role.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id ID of the object.
@return ApiAdministrativeRolesIdGetRequest

func (*AdminRolesApiService) AdministrativeRolesIdGetExecute ¶

Execute executes the request

@return AdministrativeRole

func (*AdminRolesApiService) AdministrativeRolesIdPut ¶

func (a *AdminRolesApiService) AdministrativeRolesIdPut(ctx context.Context, id string) ApiAdministrativeRolesIdPutRequest

AdministrativeRolesIdPut Update an existing Administrative Role.

Update an existing Administrative Role.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id ID of the object.
@return ApiAdministrativeRolesIdPutRequest

func (*AdminRolesApiService) AdministrativeRolesIdPutExecute ¶

Execute executes the request

@return AdministrativeRole

func (*AdminRolesApiService) AdministrativeRolesPost ¶

AdministrativeRolesPost Create a new Administrative Role.

Create a new Administrative Role.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiAdministrativeRolesPostRequest

func (*AdminRolesApiService) AdministrativeRolesPostExecute ¶

Execute executes the request

@return AdministrativeRole

func (*AdminRolesApiService) AdministrativeRolesTypeTargetMapGet ¶

func (a *AdminRolesApiService) AdministrativeRolesTypeTargetMapGet(ctx context.Context) ApiAdministrativeRolesTypeTargetMapGetRequest

AdministrativeRolesTypeTargetMapGet Get Administrative Privilege type target map. For internal use.

The type target map summarizes what kind of Privileges one can create.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiAdministrativeRolesTypeTargetMapGetRequest

func (*AdminRolesApiService) AdministrativeRolesTypeTargetMapGetExecute ¶

Execute executes the request

@return AdministrativeRolesTypeTargetMapGet200Response

type AdministrativePrivilege ¶

type AdministrativePrivilege struct {
	// The type of the Privilege defines the possible administrator actions.
	Type string `json:"type"`
	// The target of the Privilege defines the possible target objects for that type.
	Target string                        `json:"target"`
	Scope  *AdministrativePrivilegeScope `json:"scope,omitempty"`
	// The items in this list would be added automatically to the newly created objects' tags. Only applicable on \"Create\" type and targets with tagging capability. This field must be omitted if not applicable.
	DefaultTags []string `json:"defaultTags,omitempty"`
	// Privilege for changing Appliance Functions. Only applicable on \"AssignFunction\" type with Appliance or All target. This field must be omitted if not applicable.
	Functions []string `json:"functions,omitempty"`
}

AdministrativePrivilege Administrative Privilege item. Use type-target-map API to get the details on which types are valid for which targets and their scopes.

func NewAdministrativePrivilege ¶

func NewAdministrativePrivilege(type_ string, target string) *AdministrativePrivilege

NewAdministrativePrivilege instantiates a new AdministrativePrivilege object This constructor will assign default values to properties that have it defined, 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 NewAdministrativePrivilegeWithDefaults ¶

func NewAdministrativePrivilegeWithDefaults() *AdministrativePrivilege

NewAdministrativePrivilegeWithDefaults instantiates a new AdministrativePrivilege object This 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 (*AdministrativePrivilege) GetDefaultTags ¶

func (o *AdministrativePrivilege) GetDefaultTags() []string

GetDefaultTags returns the DefaultTags field value if set, zero value otherwise.

func (*AdministrativePrivilege) GetDefaultTagsOk ¶

func (o *AdministrativePrivilege) GetDefaultTagsOk() ([]string, bool)

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

func (*AdministrativePrivilege) GetFunctions ¶

func (o *AdministrativePrivilege) GetFunctions() []string

GetFunctions returns the Functions field value if set, zero value otherwise.

func (*AdministrativePrivilege) GetFunctionsOk ¶

func (o *AdministrativePrivilege) GetFunctionsOk() ([]string, bool)

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

func (*AdministrativePrivilege) GetScope ¶

GetScope returns the Scope field value if set, zero value otherwise.

func (*AdministrativePrivilege) GetScopeOk ¶

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

func (*AdministrativePrivilege) GetTarget ¶

func (o *AdministrativePrivilege) GetTarget() string

GetTarget returns the Target field value

func (*AdministrativePrivilege) GetTargetOk ¶

func (o *AdministrativePrivilege) GetTargetOk() (*string, bool)

GetTargetOk returns a tuple with the Target field value and a boolean to check if the value has been set.

func (*AdministrativePrivilege) GetType ¶

func (o *AdministrativePrivilege) GetType() string

GetType returns the Type field value

func (*AdministrativePrivilege) GetTypeOk ¶

func (o *AdministrativePrivilege) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (*AdministrativePrivilege) HasDefaultTags ¶

func (o *AdministrativePrivilege) HasDefaultTags() bool

HasDefaultTags returns a boolean if a field has been set.

func (*AdministrativePrivilege) HasFunctions ¶

func (o *AdministrativePrivilege) HasFunctions() bool

HasFunctions returns a boolean if a field has been set.

func (*AdministrativePrivilege) HasScope ¶

func (o *AdministrativePrivilege) HasScope() bool

HasScope returns a boolean if a field has been set.

func (AdministrativePrivilege) MarshalJSON ¶

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

func (*AdministrativePrivilege) SetDefaultTags ¶

func (o *AdministrativePrivilege) SetDefaultTags(v []string)

SetDefaultTags gets a reference to the given []string and assigns it to the DefaultTags field.

func (*AdministrativePrivilege) SetFunctions ¶

func (o *AdministrativePrivilege) SetFunctions(v []string)

SetFunctions gets a reference to the given []string and assigns it to the Functions field.

func (*AdministrativePrivilege) SetScope ¶

SetScope gets a reference to the given AdministrativePrivilegeScope and assigns it to the Scope field.

func (*AdministrativePrivilege) SetTarget ¶

func (o *AdministrativePrivilege) SetTarget(v string)

SetTarget sets field value

func (*AdministrativePrivilege) SetType ¶

func (o *AdministrativePrivilege) SetType(v string)

SetType sets field value

type AdministrativePrivilegeScope ¶

type AdministrativePrivilegeScope struct {
	// 'If \"true\", all objects are accessible. For example, \"type: Edit - target: Condition - scope.all: true\" means the administrator can edit all Conditions in the system.'
	All *bool `json:"all,omitempty"`
	// Specific object IDs this Privilege would have access to.
	Ids []string `json:"ids,omitempty"`
	// Object tags this privilege would have access to.
	Tags []string `json:"tags,omitempty"`
}

AdministrativePrivilegeScope The scope of the Privilege. Only applicable to certain type-target combinations. Some types depend on the IdP/MFA type, such as GetUserAttributes. This field must be omitted if not applicable.

func NewAdministrativePrivilegeScope ¶

func NewAdministrativePrivilegeScope() *AdministrativePrivilegeScope

NewAdministrativePrivilegeScope instantiates a new AdministrativePrivilegeScope object This constructor will assign default values to properties that have it defined, 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 NewAdministrativePrivilegeScopeWithDefaults ¶

func NewAdministrativePrivilegeScopeWithDefaults() *AdministrativePrivilegeScope

NewAdministrativePrivilegeScopeWithDefaults instantiates a new AdministrativePrivilegeScope object This 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 (*AdministrativePrivilegeScope) GetAll ¶

func (o *AdministrativePrivilegeScope) GetAll() bool

GetAll returns the All field value if set, zero value otherwise.

func (*AdministrativePrivilegeScope) GetAllOk ¶

func (o *AdministrativePrivilegeScope) GetAllOk() (*bool, bool)

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

func (*AdministrativePrivilegeScope) GetIds ¶

func (o *AdministrativePrivilegeScope) GetIds() []string

GetIds returns the Ids field value if set, zero value otherwise.

func (*AdministrativePrivilegeScope) GetIdsOk ¶

func (o *AdministrativePrivilegeScope) GetIdsOk() ([]string, bool)

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

func (*AdministrativePrivilegeScope) GetTags ¶

func (o *AdministrativePrivilegeScope) GetTags() []string

GetTags returns the Tags field value if set, zero value otherwise.

func (*AdministrativePrivilegeScope) GetTagsOk ¶

func (o *AdministrativePrivilegeScope) GetTagsOk() ([]string, bool)

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

func (*AdministrativePrivilegeScope) HasAll ¶

func (o *AdministrativePrivilegeScope) HasAll() bool

HasAll returns a boolean if a field has been set.

func (*AdministrativePrivilegeScope) HasIds ¶

func (o *AdministrativePrivilegeScope) HasIds() bool

HasIds returns a boolean if a field has been set.

func (*AdministrativePrivilegeScope) HasTags ¶

func (o *AdministrativePrivilegeScope) HasTags() bool

HasTags returns a boolean if a field has been set.

func (AdministrativePrivilegeScope) MarshalJSON ¶

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

func (*AdministrativePrivilegeScope) SetAll ¶

func (o *AdministrativePrivilegeScope) SetAll(v bool)

SetAll gets a reference to the given bool and assigns it to the All field.

func (*AdministrativePrivilegeScope) SetIds ¶

func (o *AdministrativePrivilegeScope) SetIds(v []string)

SetIds gets a reference to the given []string and assigns it to the Ids field.

func (*AdministrativePrivilegeScope) SetTags ¶

func (o *AdministrativePrivilegeScope) SetTags(v []string)

SetTags gets a reference to the given []string and assigns it to the Tags field.

type AdministrativeRole ¶

type AdministrativeRole struct {
	// ID of the object.
	Id *string `json:"id,omitempty"`
	// Name of the object.
	Name string `json:"name"`
	// Notes for the object. Used for documentation purposes.
	Notes *string `json:"notes,omitempty"`
	// Create date.
	Created *time.Time `json:"created,omitempty"`
	// Last update date.
	Updated *time.Time `json:"updated,omitempty"`
	// Array of tags.
	Tags []string `json:"tags,omitempty"`
	// Administrative privilege list.
	Privileges []AdministrativePrivilege `json:"privileges"`
}

AdministrativeRole struct for AdministrativeRole

func NewAdministrativeRole ¶

func NewAdministrativeRole(name string, privileges []AdministrativePrivilege) *AdministrativeRole

NewAdministrativeRole instantiates a new AdministrativeRole object This constructor will assign default values to properties that have it defined, 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 NewAdministrativeRoleWithDefaults ¶

func NewAdministrativeRoleWithDefaults() *AdministrativeRole

NewAdministrativeRoleWithDefaults instantiates a new AdministrativeRole object This 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 (*AdministrativeRole) GetCreated ¶

func (o *AdministrativeRole) GetCreated() time.Time

GetCreated returns the Created field value if set, zero value otherwise.

func (*AdministrativeRole) GetCreatedOk ¶

func (o *AdministrativeRole) GetCreatedOk() (*time.Time, bool)

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

func (*AdministrativeRole) GetId ¶

func (o *AdministrativeRole) GetId() string

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

func (*AdministrativeRole) GetIdOk ¶

func (o *AdministrativeRole) 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 (*AdministrativeRole) GetName ¶

func (o *AdministrativeRole) GetName() string

GetName returns the Name field value

func (*AdministrativeRole) GetNameOk ¶

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

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

func (*AdministrativeRole) GetNotes ¶

func (o *AdministrativeRole) GetNotes() string

GetNotes returns the Notes field value if set, zero value otherwise.

func (*AdministrativeRole) GetNotesOk ¶

func (o *AdministrativeRole) GetNotesOk() (*string, bool)

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

func (*AdministrativeRole) GetPrivileges ¶

func (o *AdministrativeRole) GetPrivileges() []AdministrativePrivilege

GetPrivileges returns the Privileges field value

func (*AdministrativeRole) GetPrivilegesOk ¶

func (o *AdministrativeRole) GetPrivilegesOk() ([]AdministrativePrivilege, bool)

GetPrivilegesOk returns a tuple with the Privileges field value and a boolean to check if the value has been set.

func (*AdministrativeRole) GetTags ¶

func (o *AdministrativeRole) GetTags() []string

GetTags returns the Tags field value if set, zero value otherwise.

func (*AdministrativeRole) GetTagsOk ¶

func (o *AdministrativeRole) GetTagsOk() ([]string, bool)

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

func (*AdministrativeRole) GetUpdated ¶

func (o *AdministrativeRole) GetUpdated() time.Time

GetUpdated returns the Updated field value if set, zero value otherwise.

func (*AdministrativeRole) GetUpdatedOk ¶

func (o *AdministrativeRole) GetUpdatedOk() (*time.Time, bool)

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

func (*AdministrativeRole) HasCreated ¶

func (o *AdministrativeRole) HasCreated() bool

HasCreated returns a boolean if a field has been set.

func (*AdministrativeRole) HasId ¶

func (o *AdministrativeRole) HasId() bool

HasId returns a boolean if a field has been set.

func (*AdministrativeRole) HasNotes ¶

func (o *AdministrativeRole) HasNotes() bool

HasNotes returns a boolean if a field has been set.

func (*AdministrativeRole) HasTags ¶

func (o *AdministrativeRole) HasTags() bool

HasTags returns a boolean if a field has been set.

func (*AdministrativeRole) HasUpdated ¶

func (o *AdministrativeRole) HasUpdated() bool

HasUpdated returns a boolean if a field has been set.

func (AdministrativeRole) MarshalJSON ¶

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

func (*AdministrativeRole) SetCreated ¶

func (o *AdministrativeRole) SetCreated(v time.Time)

SetCreated gets a reference to the given time.Time and assigns it to the Created field.

func (*AdministrativeRole) SetId ¶

func (o *AdministrativeRole) SetId(v string)

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

func (*AdministrativeRole) SetName ¶

func (o *AdministrativeRole) SetName(v string)

SetName sets field value

func (*AdministrativeRole) SetNotes ¶

func (o *AdministrativeRole) SetNotes(v string)

SetNotes gets a reference to the given string and assigns it to the Notes field.

func (*AdministrativeRole) SetPrivileges ¶

func (o *AdministrativeRole) SetPrivileges(v []AdministrativePrivilege)

SetPrivileges sets field value

func (*AdministrativeRole) SetTags ¶

func (o *AdministrativeRole) SetTags(v []string)

SetTags gets a reference to the given []string and assigns it to the Tags field.

func (*AdministrativeRole) SetUpdated ¶

func (o *AdministrativeRole) SetUpdated(v time.Time)

SetUpdated gets a reference to the given time.Time and assigns it to the Updated field.

type AdministrativeRoleAllOf ¶

type AdministrativeRoleAllOf struct {
	// Administrative privilege list.
	Privileges []AdministrativePrivilege `json:"privileges"`
}

AdministrativeRoleAllOf Represents an Administrative Role.

func NewAdministrativeRoleAllOf ¶

func NewAdministrativeRoleAllOf(privileges []AdministrativePrivilege) *AdministrativeRoleAllOf

NewAdministrativeRoleAllOf instantiates a new AdministrativeRoleAllOf object This constructor will assign default values to properties that have it defined, 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 NewAdministrativeRoleAllOfWithDefaults ¶

func NewAdministrativeRoleAllOfWithDefaults() *AdministrativeRoleAllOf

NewAdministrativeRoleAllOfWithDefaults instantiates a new AdministrativeRoleAllOf object This 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 (*AdministrativeRoleAllOf) GetPrivileges ¶

func (o *AdministrativeRoleAllOf) GetPrivileges() []AdministrativePrivilege

GetPrivileges returns the Privileges field value

func (*AdministrativeRoleAllOf) GetPrivilegesOk ¶

func (o *AdministrativeRoleAllOf) GetPrivilegesOk() ([]AdministrativePrivilege, bool)

GetPrivilegesOk returns a tuple with the Privileges field value and a boolean to check if the value has been set.

func (AdministrativeRoleAllOf) MarshalJSON ¶

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

func (*AdministrativeRoleAllOf) SetPrivileges ¶

func (o *AdministrativeRoleAllOf) SetPrivileges(v []AdministrativePrivilege)

SetPrivileges sets field value

type AdministrativeRoleList ¶

type AdministrativeRoleList struct {
	// 'The range applied to the list. Format: -/. 3-5/8 means, out of 8 count (query affects the total), the items between (including) the 3rd and the 5th are returned.'
	Range *string `json:"range,omitempty"`
	// The field name used to sort the list.
	OrderBy *string `json:"orderBy,omitempty"`
	// Whether the sorting is applied descending or ascending.
	Descending *bool `json:"descending,omitempty"`
	// The queries applied to the list.
	Queries []string `json:"queries,omitempty"`
	// The filters applied to the list.
	FilterBy []FilterBy `json:"filterBy,omitempty"`
	// List of Administrative Roles.
	Data []AdministrativeRole `json:"data,omitempty"`
}

AdministrativeRoleList struct for AdministrativeRoleList

func NewAdministrativeRoleList ¶

func NewAdministrativeRoleList() *AdministrativeRoleList

NewAdministrativeRoleList instantiates a new AdministrativeRoleList object This constructor will assign default values to properties that have it defined, 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 NewAdministrativeRoleListWithDefaults ¶

func NewAdministrativeRoleListWithDefaults() *AdministrativeRoleList

NewAdministrativeRoleListWithDefaults instantiates a new AdministrativeRoleList object This 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 (*AdministrativeRoleList) GetData ¶

GetData returns the Data field value if set, zero value otherwise.

func (*AdministrativeRoleList) GetDataOk ¶

func (o *AdministrativeRoleList) GetDataOk() ([]AdministrativeRole, bool)

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

func (*AdministrativeRoleList) GetDescending ¶

func (o *AdministrativeRoleList) GetDescending() bool

GetDescending returns the Descending field value if set, zero value otherwise.

func (*AdministrativeRoleList) GetDescendingOk ¶

func (o *AdministrativeRoleList) GetDescendingOk() (*bool, bool)

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

func (*AdministrativeRoleList) GetFilterBy ¶

func (o *AdministrativeRoleList) GetFilterBy() []FilterBy

GetFilterBy returns the FilterBy field value if set, zero value otherwise.

func (*AdministrativeRoleList) GetFilterByOk ¶

func (o *AdministrativeRoleList) GetFilterByOk() ([]FilterBy, bool)

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

func (*AdministrativeRoleList) GetOrderBy ¶

func (o *AdministrativeRoleList) GetOrderBy() string

GetOrderBy returns the OrderBy field value if set, zero value otherwise.

func (*AdministrativeRoleList) GetOrderByOk ¶

func (o *AdministrativeRoleList) GetOrderByOk() (*string, bool)

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

func (*AdministrativeRoleList) GetQueries ¶

func (o *AdministrativeRoleList) GetQueries() []string

GetQueries returns the Queries field value if set, zero value otherwise.

func (*AdministrativeRoleList) GetQueriesOk ¶

func (o *AdministrativeRoleList) GetQueriesOk() ([]string, bool)

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

func (*AdministrativeRoleList) GetRange ¶

func (o *AdministrativeRoleList) GetRange() string

GetRange returns the Range field value if set, zero value otherwise.

func (*AdministrativeRoleList) GetRangeOk ¶

func (o *AdministrativeRoleList) GetRangeOk() (*string, bool)

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

func (*AdministrativeRoleList) HasData ¶

func (o *AdministrativeRoleList) HasData() bool

HasData returns a boolean if a field has been set.

func (*AdministrativeRoleList) HasDescending ¶

func (o *AdministrativeRoleList) HasDescending() bool

HasDescending returns a boolean if a field has been set.

func (*AdministrativeRoleList) HasFilterBy ¶

func (o *AdministrativeRoleList) HasFilterBy() bool

HasFilterBy returns a boolean if a field has been set.

func (*AdministrativeRoleList) HasOrderBy ¶

func (o *AdministrativeRoleList) HasOrderBy() bool

HasOrderBy returns a boolean if a field has been set.

func (*AdministrativeRoleList) HasQueries ¶

func (o *AdministrativeRoleList) HasQueries() bool

HasQueries returns a boolean if a field has been set.

func (*AdministrativeRoleList) HasRange ¶

func (o *AdministrativeRoleList) HasRange() bool

HasRange returns a boolean if a field has been set.

func (AdministrativeRoleList) MarshalJSON ¶

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

func (*AdministrativeRoleList) SetData ¶

SetData gets a reference to the given []AdministrativeRole and assigns it to the Data field.

func (*AdministrativeRoleList) SetDescending ¶

func (o *AdministrativeRoleList) SetDescending(v bool)

SetDescending gets a reference to the given bool and assigns it to the Descending field.

func (*AdministrativeRoleList) SetFilterBy ¶

func (o *AdministrativeRoleList) SetFilterBy(v []FilterBy)

SetFilterBy gets a reference to the given []FilterBy and assigns it to the FilterBy field.

func (*AdministrativeRoleList) SetOrderBy ¶

func (o *AdministrativeRoleList) SetOrderBy(v string)

SetOrderBy gets a reference to the given string and assigns it to the OrderBy field.

func (*AdministrativeRoleList) SetQueries ¶

func (o *AdministrativeRoleList) SetQueries(v []string)

SetQueries gets a reference to the given []string and assigns it to the Queries field.

func (*AdministrativeRoleList) SetRange ¶

func (o *AdministrativeRoleList) SetRange(v string)

SetRange gets a reference to the given string and assigns it to the Range field.

type AdministrativeRoleListAllOf ¶

type AdministrativeRoleListAllOf struct {
	// List of Administrative Roles.
	Data []AdministrativeRole `json:"data,omitempty"`
}

AdministrativeRoleListAllOf Represents a list of Administrative Roles.

func NewAdministrativeRoleListAllOf ¶

func NewAdministrativeRoleListAllOf() *AdministrativeRoleListAllOf

NewAdministrativeRoleListAllOf instantiates a new AdministrativeRoleListAllOf object This constructor will assign default values to properties that have it defined, 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 NewAdministrativeRoleListAllOfWithDefaults ¶

func NewAdministrativeRoleListAllOfWithDefaults() *AdministrativeRoleListAllOf

NewAdministrativeRoleListAllOfWithDefaults instantiates a new AdministrativeRoleListAllOf object This 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 (*AdministrativeRoleListAllOf) GetData ¶

GetData returns the Data field value if set, zero value otherwise.

func (*AdministrativeRoleListAllOf) GetDataOk ¶

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

func (*AdministrativeRoleListAllOf) HasData ¶

func (o *AdministrativeRoleListAllOf) HasData() bool

HasData returns a boolean if a field has been set.

func (AdministrativeRoleListAllOf) MarshalJSON ¶

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

func (*AdministrativeRoleListAllOf) SetData ¶

SetData gets a reference to the given []AdministrativeRole and assigns it to the Data field.

type AdministrativeRolesTypeTargetMapGet200Response ¶

type AdministrativeRolesTypeTargetMapGet200Response struct {
	// Administrative Privileges action matrix. It is a static dictionary object that may change between Controller versions.
	ActionMatrixMap map[string]interface{} `json:"actionMatrixMap,omitempty"`
}

AdministrativeRolesTypeTargetMapGet200Response struct for AdministrativeRolesTypeTargetMapGet200Response

func NewAdministrativeRolesTypeTargetMapGet200Response ¶

func NewAdministrativeRolesTypeTargetMapGet200Response() *AdministrativeRolesTypeTargetMapGet200Response

NewAdministrativeRolesTypeTargetMapGet200Response instantiates a new AdministrativeRolesTypeTargetMapGet200Response object This constructor will assign default values to properties that have it defined, 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 NewAdministrativeRolesTypeTargetMapGet200ResponseWithDefaults ¶

func NewAdministrativeRolesTypeTargetMapGet200ResponseWithDefaults() *AdministrativeRolesTypeTargetMapGet200Response

NewAdministrativeRolesTypeTargetMapGet200ResponseWithDefaults instantiates a new AdministrativeRolesTypeTargetMapGet200Response object This 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 (*AdministrativeRolesTypeTargetMapGet200Response) GetActionMatrixMap ¶

func (o *AdministrativeRolesTypeTargetMapGet200Response) GetActionMatrixMap() map[string]interface{}

GetActionMatrixMap returns the ActionMatrixMap field value if set, zero value otherwise.

func (*AdministrativeRolesTypeTargetMapGet200Response) GetActionMatrixMapOk ¶

func (o *AdministrativeRolesTypeTargetMapGet200Response) GetActionMatrixMapOk() (map[string]interface{}, bool)

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

func (*AdministrativeRolesTypeTargetMapGet200Response) HasActionMatrixMap ¶

func (o *AdministrativeRolesTypeTargetMapGet200Response) HasActionMatrixMap() bool

HasActionMatrixMap returns a boolean if a field has been set.

func (AdministrativeRolesTypeTargetMapGet200Response) MarshalJSON ¶

func (*AdministrativeRolesTypeTargetMapGet200Response) SetActionMatrixMap ¶

func (o *AdministrativeRolesTypeTargetMapGet200Response) SetActionMatrixMap(v map[string]interface{})

SetActionMatrixMap gets a reference to the given map[string]interface{} and assigns it to the ActionMatrixMap field.

type AllocatedIp ¶

type AllocatedIp struct {
	// Distinguished name of a user&device combination. Format: \"CN=,CN=,OU=\"
	DistinguishedName *string `json:"distinguishedName,omitempty"`
	// The device ID, same as the one in the Distinguished Name.
	DeviceId *string `json:"deviceId,omitempty"`
	// The username, same as the one in the Distinguished Name.
	Username *string `json:"username,omitempty"`
	// The provider name of the user, same as the one in the Distinguished Name.
	ProviderName *string `json:"providerName,omitempty"`
	// ID of the IP Pool that has allocated this address.
	PoolId *string `json:"poolId,omitempty"`
	// IP address either version 4 or 6 assigned to the tunnel.
	IpAddress *string `json:"ipAddress,omitempty"`
	// When the IP was allocated.
	AllocationTime *time.Time `json:"allocationTime,omitempty"`
	// When the IP allocation will be expired. It's equal to the last Entitlement Token's expiration date. Note that the allocation will still be reserved for the device & user according to the IP Pool settings.
	ExpirationTime *time.Time `json:"expirationTime,omitempty"`
}

AllocatedIp struct for AllocatedIp

func NewAllocatedIp ¶

func NewAllocatedIp() *AllocatedIp

NewAllocatedIp instantiates a new AllocatedIp object This constructor will assign default values to properties that have it defined, 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 NewAllocatedIpWithDefaults ¶

func NewAllocatedIpWithDefaults() *AllocatedIp

NewAllocatedIpWithDefaults instantiates a new AllocatedIp object This 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 (*AllocatedIp) GetAllocationTime ¶

func (o *AllocatedIp) GetAllocationTime() time.Time

GetAllocationTime returns the AllocationTime field value if set, zero value otherwise.

func (*AllocatedIp) GetAllocationTimeOk ¶

func (o *AllocatedIp) GetAllocationTimeOk() (*time.Time, bool)

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

func (*AllocatedIp) GetDeviceId ¶

func (o *AllocatedIp) GetDeviceId() string

GetDeviceId returns the DeviceId field value if set, zero value otherwise.

func (*AllocatedIp) GetDeviceIdOk ¶

func (o *AllocatedIp) GetDeviceIdOk() (*string, bool)

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

func (*AllocatedIp) GetDistinguishedName ¶

func (o *AllocatedIp) GetDistinguishedName() string

GetDistinguishedName returns the DistinguishedName field value if set, zero value otherwise.

func (*AllocatedIp) GetDistinguishedNameOk ¶

func (o *AllocatedIp) 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 (*AllocatedIp) GetExpirationTime ¶

func (o *AllocatedIp) GetExpirationTime() time.Time

GetExpirationTime returns the ExpirationTime field value if set, zero value otherwise.

func (*AllocatedIp) GetExpirationTimeOk ¶

func (o *AllocatedIp) GetExpirationTimeOk() (*time.Time, bool)

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

func (*AllocatedIp) GetIpAddress ¶

func (o *AllocatedIp) GetIpAddress() string

GetIpAddress returns the IpAddress field value if set, zero value otherwise.

func (*AllocatedIp) GetIpAddressOk ¶

func (o *AllocatedIp) GetIpAddressOk() (*string, bool)

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

func (*AllocatedIp) GetPoolId ¶

func (o *AllocatedIp) GetPoolId() string

GetPoolId returns the PoolId field value if set, zero value otherwise.

func (*AllocatedIp) GetPoolIdOk ¶

func (o *AllocatedIp) GetPoolIdOk() (*string, bool)

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

func (*AllocatedIp) GetProviderName ¶

func (o *AllocatedIp) GetProviderName() string

GetProviderName returns the ProviderName field value if set, zero value otherwise.

func (*AllocatedIp) GetProviderNameOk ¶

func (o *AllocatedIp) GetProviderNameOk() (*string, bool)

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

func (*AllocatedIp) GetUsername ¶

func (o *AllocatedIp) GetUsername() string

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

func (*AllocatedIp) GetUsernameOk ¶

func (o *AllocatedIp) 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 (*AllocatedIp) HasAllocationTime ¶

func (o *AllocatedIp) HasAllocationTime() bool

HasAllocationTime returns a boolean if a field has been set.

func (*AllocatedIp) HasDeviceId ¶

func (o *AllocatedIp) HasDeviceId() bool

HasDeviceId returns a boolean if a field has been set.

func (*AllocatedIp) HasDistinguishedName ¶

func (o *AllocatedIp) HasDistinguishedName() bool

HasDistinguishedName returns a boolean if a field has been set.

func (*AllocatedIp) HasExpirationTime ¶

func (o *AllocatedIp) HasExpirationTime() bool

HasExpirationTime returns a boolean if a field has been set.

func (*AllocatedIp) HasIpAddress ¶

func (o *AllocatedIp) HasIpAddress() bool

HasIpAddress returns a boolean if a field has been set.

func (*AllocatedIp) HasPoolId ¶

func (o *AllocatedIp) HasPoolId() bool

HasPoolId returns a boolean if a field has been set.

func (*AllocatedIp) HasProviderName ¶

func (o *AllocatedIp) HasProviderName() bool

HasProviderName returns a boolean if a field has been set.

func (*AllocatedIp) HasUsername ¶

func (o *AllocatedIp) HasUsername() bool

HasUsername returns a boolean if a field has been set.

func (AllocatedIp) MarshalJSON ¶

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

func (*AllocatedIp) SetAllocationTime ¶

func (o *AllocatedIp) SetAllocationTime(v time.Time)

SetAllocationTime gets a reference to the given time.Time and assigns it to the AllocationTime field.

func (*AllocatedIp) SetDeviceId ¶

func (o *AllocatedIp) SetDeviceId(v string)

SetDeviceId gets a reference to the given string and assigns it to the DeviceId field.

func (*AllocatedIp) SetDistinguishedName ¶

func (o *AllocatedIp) SetDistinguishedName(v string)

SetDistinguishedName gets a reference to the given string and assigns it to the DistinguishedName field.

func (*AllocatedIp) SetExpirationTime ¶

func (o *AllocatedIp) SetExpirationTime(v time.Time)

SetExpirationTime gets a reference to the given time.Time and assigns it to the ExpirationTime field.

func (*AllocatedIp) SetIpAddress ¶

func (o *AllocatedIp) SetIpAddress(v string)

SetIpAddress gets a reference to the given string and assigns it to the IpAddress field.

func (*AllocatedIp) SetPoolId ¶

func (o *AllocatedIp) SetPoolId(v string)

SetPoolId gets a reference to the given string and assigns it to the PoolId field.

func (*AllocatedIp) SetProviderName ¶

func (o *AllocatedIp) SetProviderName(v string)

SetProviderName gets a reference to the given string and assigns it to the ProviderName field.

func (*AllocatedIp) SetUsername ¶

func (o *AllocatedIp) SetUsername(v string)

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

type AllocatedIpAllOf ¶

type AllocatedIpAllOf struct {
	// ID of the IP Pool that has allocated this address.
	PoolId *string `json:"poolId,omitempty"`
	// IP address either version 4 or 6 assigned to the tunnel.
	IpAddress *string `json:"ipAddress,omitempty"`
	// When the IP was allocated.
	AllocationTime *time.Time `json:"allocationTime,omitempty"`
	// When the IP allocation will be expired. It's equal to the last Entitlement Token's expiration date. Note that the allocation will still be reserved for the device & user according to the IP Pool settings.
	ExpirationTime *time.Time `json:"expirationTime,omitempty"`
}

AllocatedIpAllOf struct for AllocatedIpAllOf

func NewAllocatedIpAllOf ¶

func NewAllocatedIpAllOf() *AllocatedIpAllOf

NewAllocatedIpAllOf instantiates a new AllocatedIpAllOf object This constructor will assign default values to properties that have it defined, 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 NewAllocatedIpAllOfWithDefaults ¶

func NewAllocatedIpAllOfWithDefaults() *AllocatedIpAllOf

NewAllocatedIpAllOfWithDefaults instantiates a new AllocatedIpAllOf object This 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 (*AllocatedIpAllOf) GetAllocationTime ¶

func (o *AllocatedIpAllOf) GetAllocationTime() time.Time

GetAllocationTime returns the AllocationTime field value if set, zero value otherwise.

func (*AllocatedIpAllOf) GetAllocationTimeOk ¶

func (o *AllocatedIpAllOf) GetAllocationTimeOk() (*time.Time, bool)

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

func (*AllocatedIpAllOf) GetExpirationTime ¶

func (o *AllocatedIpAllOf) GetExpirationTime() time.Time

GetExpirationTime returns the ExpirationTime field value if set, zero value otherwise.

func (*AllocatedIpAllOf) GetExpirationTimeOk ¶

func (o *AllocatedIpAllOf) GetExpirationTimeOk() (*time.Time, bool)

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

func (*AllocatedIpAllOf) GetIpAddress ¶

func (o *AllocatedIpAllOf) GetIpAddress() string

GetIpAddress returns the IpAddress field value if set, zero value otherwise.

func (*AllocatedIpAllOf) GetIpAddressOk ¶

func (o *AllocatedIpAllOf) GetIpAddressOk() (*string, bool)

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

func (*AllocatedIpAllOf) GetPoolId ¶

func (o *AllocatedIpAllOf) GetPoolId() string

GetPoolId returns the PoolId field value if set, zero value otherwise.

func (*AllocatedIpAllOf) GetPoolIdOk ¶

func (o *AllocatedIpAllOf) GetPoolIdOk() (*string, bool)

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

func (*AllocatedIpAllOf) HasAllocationTime ¶

func (o *AllocatedIpAllOf) HasAllocationTime() bool

HasAllocationTime returns a boolean if a field has been set.

func (*AllocatedIpAllOf) HasExpirationTime ¶

func (o *AllocatedIpAllOf) HasExpirationTime() bool

HasExpirationTime returns a boolean if a field has been set.

func (*AllocatedIpAllOf) HasIpAddress ¶

func (o *AllocatedIpAllOf) HasIpAddress() bool

HasIpAddress returns a boolean if a field has been set.

func (*AllocatedIpAllOf) HasPoolId ¶

func (o *AllocatedIpAllOf) HasPoolId() bool

HasPoolId returns a boolean if a field has been set.

func (AllocatedIpAllOf) MarshalJSON ¶

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

func (*AllocatedIpAllOf) SetAllocationTime ¶

func (o *AllocatedIpAllOf) SetAllocationTime(v time.Time)

SetAllocationTime gets a reference to the given time.Time and assigns it to the AllocationTime field.

func (*AllocatedIpAllOf) SetExpirationTime ¶

func (o *AllocatedIpAllOf) SetExpirationTime(v time.Time)

SetExpirationTime gets a reference to the given time.Time and assigns it to the ExpirationTime field.

func (*AllocatedIpAllOf) SetIpAddress ¶

func (o *AllocatedIpAllOf) SetIpAddress(v string)

SetIpAddress gets a reference to the given string and assigns it to the IpAddress field.

func (*AllocatedIpAllOf) SetPoolId ¶

func (o *AllocatedIpAllOf) SetPoolId(v string)

SetPoolId gets a reference to the given string and assigns it to the PoolId field.

type AllocatedIpList ¶

type AllocatedIpList struct {
	// 'The range applied to the list. Format: -/. 3-5/8 means, out of 8 count (query affects the total), the items between (including) the 3rd and the 5th are returned.'
	Range *string `json:"range,omitempty"`
	// The field name used to sort the list.
	OrderBy *string `json:"orderBy,omitempty"`
	// Whether the sorting is applied descending or ascending.
	Descending *bool `json:"descending,omitempty"`
	// The queries applied to the list.
	Queries []string `json:"queries,omitempty"`
	// The filters applied to the list.
	FilterBy []FilterBy `json:"filterBy,omitempty"`
	// List of Allocated IPs.
	Data []AllocatedIp `json:"data,omitempty"`
}

AllocatedIpList struct for AllocatedIpList

func NewAllocatedIpList ¶

func NewAllocatedIpList() *AllocatedIpList

NewAllocatedIpList instantiates a new AllocatedIpList object This constructor will assign default values to properties that have it defined, 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 NewAllocatedIpListWithDefaults ¶

func NewAllocatedIpListWithDefaults() *AllocatedIpList

NewAllocatedIpListWithDefaults instantiates a new AllocatedIpList object This 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 (*AllocatedIpList) GetData ¶

func (o *AllocatedIpList) GetData() []AllocatedIp

GetData returns the Data field value if set, zero value otherwise.

func (*AllocatedIpList) GetDataOk ¶

func (o *AllocatedIpList) GetDataOk() ([]AllocatedIp, bool)

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

func (*AllocatedIpList) GetDescending ¶

func (o *AllocatedIpList) GetDescending() bool

GetDescending returns the Descending field value if set, zero value otherwise.

func (*AllocatedIpList) GetDescendingOk ¶

func (o *AllocatedIpList) GetDescendingOk() (*bool, bool)

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

func (*AllocatedIpList) GetFilterBy ¶

func (o *AllocatedIpList) GetFilterBy() []FilterBy

GetFilterBy returns the FilterBy field value if set, zero value otherwise.

func (*AllocatedIpList) GetFilterByOk ¶

func (o *AllocatedIpList) GetFilterByOk() ([]FilterBy, bool)

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

func (*AllocatedIpList) GetOrderBy ¶

func (o *AllocatedIpList) GetOrderBy() string

GetOrderBy returns the OrderBy field value if set, zero value otherwise.

func (*AllocatedIpList) GetOrderByOk ¶

func (o *AllocatedIpList) GetOrderByOk() (*string, bool)

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

func (*AllocatedIpList) GetQueries ¶

func (o *AllocatedIpList) GetQueries() []string

GetQueries returns the Queries field value if set, zero value otherwise.

func (*AllocatedIpList) GetQueriesOk ¶

func (o *AllocatedIpList) GetQueriesOk() ([]string, bool)

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

func (*AllocatedIpList) GetRange ¶

func (o *AllocatedIpList) GetRange() string

GetRange returns the Range field value if set, zero value otherwise.

func (*AllocatedIpList) GetRangeOk ¶

func (o *AllocatedIpList) GetRangeOk() (*string, bool)

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

func (*AllocatedIpList) HasData ¶

func (o *AllocatedIpList) HasData() bool

HasData returns a boolean if a field has been set.

func (*AllocatedIpList) HasDescending ¶

func (o *AllocatedIpList) HasDescending() bool

HasDescending returns a boolean if a field has been set.

func (*AllocatedIpList) HasFilterBy ¶

func (o *AllocatedIpList) HasFilterBy() bool

HasFilterBy returns a boolean if a field has been set.

func (*AllocatedIpList) HasOrderBy ¶

func (o *AllocatedIpList) HasOrderBy() bool

HasOrderBy returns a boolean if a field has been set.

func (*AllocatedIpList) HasQueries ¶

func (o *AllocatedIpList) HasQueries() bool

HasQueries returns a boolean if a field has been set.

func (*AllocatedIpList) HasRange ¶

func (o *AllocatedIpList) HasRange() bool

HasRange returns a boolean if a field has been set.

func (AllocatedIpList) MarshalJSON ¶

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

func (*AllocatedIpList) SetData ¶

func (o *AllocatedIpList) SetData(v []AllocatedIp)

SetData gets a reference to the given []AllocatedIp and assigns it to the Data field.

func (*AllocatedIpList) SetDescending ¶

func (o *AllocatedIpList) SetDescending(v bool)

SetDescending gets a reference to the given bool and assigns it to the Descending field.

func (*AllocatedIpList) SetFilterBy ¶

func (o *AllocatedIpList) SetFilterBy(v []FilterBy)

SetFilterBy gets a reference to the given []FilterBy and assigns it to the FilterBy field.

func (*AllocatedIpList) SetOrderBy ¶

func (o *AllocatedIpList) SetOrderBy(v string)

SetOrderBy gets a reference to the given string and assigns it to the OrderBy field.

func (*AllocatedIpList) SetQueries ¶

func (o *AllocatedIpList) SetQueries(v []string)

SetQueries gets a reference to the given []string and assigns it to the Queries field.

func (*AllocatedIpList) SetRange ¶

func (o *AllocatedIpList) SetRange(v string)

SetRange gets a reference to the given string and assigns it to the Range field.

type AllocatedIpListAllOf ¶

type AllocatedIpListAllOf struct {
	// List of Allocated IPs.
	Data []AllocatedIp `json:"data,omitempty"`
}

AllocatedIpListAllOf Represents a list of Allocated IPs.

func NewAllocatedIpListAllOf ¶

func NewAllocatedIpListAllOf() *AllocatedIpListAllOf

NewAllocatedIpListAllOf instantiates a new AllocatedIpListAllOf object This constructor will assign default values to properties that have it defined, 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 NewAllocatedIpListAllOfWithDefaults ¶

func NewAllocatedIpListAllOfWithDefaults() *AllocatedIpListAllOf

NewAllocatedIpListAllOfWithDefaults instantiates a new AllocatedIpListAllOf object This 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 (*AllocatedIpListAllOf) GetData ¶

func (o *AllocatedIpListAllOf) GetData() []AllocatedIp

GetData returns the Data field value if set, zero value otherwise.

func (*AllocatedIpListAllOf) GetDataOk ¶

func (o *AllocatedIpListAllOf) GetDataOk() ([]AllocatedIp, bool)

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

func (*AllocatedIpListAllOf) HasData ¶

func (o *AllocatedIpListAllOf) HasData() bool

HasData returns a boolean if a field has been set.

func (AllocatedIpListAllOf) MarshalJSON ¶

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

func (*AllocatedIpListAllOf) SetData ¶

func (o *AllocatedIpListAllOf) SetData(v []AllocatedIp)

SetData gets a reference to the given []AllocatedIp and assigns it to the Data field.

type AllowResourcesInner ¶

type AllowResourcesInner struct {
	// IP address
	Address string `json:"address"`
	// netmask
	Netmask int32 `json:"netmask"`
}

AllowResourcesInner struct for AllowResourcesInner

func NewAllowResourcesInner ¶

func NewAllowResourcesInner(address string, netmask int32) *AllowResourcesInner

NewAllowResourcesInner instantiates a new AllowResourcesInner object This constructor will assign default values to properties that have it defined, 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 NewAllowResourcesInnerWithDefaults ¶

func NewAllowResourcesInnerWithDefaults() *AllowResourcesInner

NewAllowResourcesInnerWithDefaults instantiates a new AllowResourcesInner object This 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 (*AllowResourcesInner) GetAddress ¶

func (o *AllowResourcesInner) GetAddress() string

GetAddress returns the Address field value

func (*AllowResourcesInner) GetAddressOk ¶

func (o *AllowResourcesInner) GetAddressOk() (*string, bool)

GetAddressOk returns a tuple with the Address field value and a boolean to check if the value has been set.

func (*AllowResourcesInner) GetNetmask ¶

func (o *AllowResourcesInner) GetNetmask() int32

GetNetmask returns the Netmask field value

func (*AllowResourcesInner) GetNetmaskOk ¶

func (o *AllowResourcesInner) GetNetmaskOk() (*int32, bool)

GetNetmaskOk returns a tuple with the Netmask field value and a boolean to check if the value has been set.

func (AllowResourcesInner) MarshalJSON ¶

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

func (*AllowResourcesInner) SetAddress ¶

func (o *AllowResourcesInner) SetAddress(v string)

SetAddress sets field value

func (*AllowResourcesInner) SetNetmask ¶

func (o *AllowResourcesInner) SetNetmask(v int32)

SetNetmask sets field value

type AllowSourcesInner ¶

type AllowSourcesInner struct {
	// IP address to allow connection.
	Address *string `json:"address,omitempty"`
	// Netmask to use with address for allowing connections.
	Netmask *int32 `json:"netmask,omitempty"`
	// NIC name to accept connections on.
	Nic *string `json:"nic,omitempty"`
}

AllowSourcesInner struct for AllowSourcesInner

func NewAllowSourcesInner ¶

func NewAllowSourcesInner() *AllowSourcesInner

NewAllowSourcesInner instantiates a new AllowSourcesInner object This constructor will assign default values to properties that have it defined, 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 NewAllowSourcesInnerWithDefaults ¶

func NewAllowSourcesInnerWithDefaults() *AllowSourcesInner

NewAllowSourcesInnerWithDefaults instantiates a new AllowSourcesInner object This 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 (*AllowSourcesInner) GetAddress ¶

func (o *AllowSourcesInner) GetAddress() string

GetAddress returns the Address field value if set, zero value otherwise.

func (*AllowSourcesInner) GetAddressOk ¶

func (o *AllowSourcesInner) GetAddressOk() (*string, bool)

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

func (*AllowSourcesInner) GetNetmask ¶

func (o *AllowSourcesInner) GetNetmask() int32

GetNetmask returns the Netmask field value if set, zero value otherwise.

func (*AllowSourcesInner) GetNetmaskOk ¶

func (o *AllowSourcesInner) GetNetmaskOk() (*int32, bool)

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

func (*AllowSourcesInner) GetNic ¶

func (o *AllowSourcesInner) GetNic() string

GetNic returns the Nic field value if set, zero value otherwise.

func (*AllowSourcesInner) GetNicOk ¶

func (o *AllowSourcesInner) GetNicOk() (*string, bool)

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

func (*AllowSourcesInner) HasAddress ¶

func (o *AllowSourcesInner) HasAddress() bool

HasAddress returns a boolean if a field has been set.

func (*AllowSourcesInner) HasNetmask ¶

func (o *AllowSourcesInner) HasNetmask() bool

HasNetmask returns a boolean if a field has been set.

func (*AllowSourcesInner) HasNic ¶

func (o *AllowSourcesInner) HasNic() bool

HasNic returns a boolean if a field has been set.

func (AllowSourcesInner) MarshalJSON ¶

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

func (*AllowSourcesInner) SetAddress ¶

func (o *AllowSourcesInner) SetAddress(v string)

SetAddress gets a reference to the given string and assigns it to the Address field.

func (*AllowSourcesInner) SetNetmask ¶

func (o *AllowSourcesInner) SetNetmask(v int32)

SetNetmask gets a reference to the given int32 and assigns it to the Netmask field.

func (*AllowSourcesInner) SetNic ¶

func (o *AllowSourcesInner) SetNic(v string)

SetNic gets a reference to the given string and assigns it to the Nic field.

type ApiAdminMessagesDeleteRequest ¶

type ApiAdminMessagesDeleteRequest struct {
	ApiService *AdminMessagesApiService
	// contains filtered or unexported fields
}

func (ApiAdminMessagesDeleteRequest) Authorization ¶

The Token from the LoginResponse.

func (ApiAdminMessagesDeleteRequest) Execute ¶

func (ApiAdminMessagesDeleteRequest) Message ¶

The message text of an Admin Message.

func (ApiAdminMessagesDeleteRequest) Source ¶

Source of the Admin Message.

type ApiAdminMessagesGetRequest ¶

type ApiAdminMessagesGetRequest struct {
	ApiService *AdminMessagesApiService
	// contains filtered or unexported fields
}

func (ApiAdminMessagesGetRequest) Authorization ¶

func (r ApiAdminMessagesGetRequest) Authorization(authorization string) ApiAdminMessagesGetRequest

The Token from the LoginResponse.

func (ApiAdminMessagesGetRequest) Execute ¶

type ApiAdminMessagesSummarizeGetRequest ¶

type ApiAdminMessagesSummarizeGetRequest struct {
	ApiService *AdminMessagesApiService
	// contains filtered or unexported fields
}

func (ApiAdminMessagesSummarizeGetRequest) Authorization ¶

The Token from the LoginResponse.

func (ApiAdminMessagesSummarizeGetRequest) Execute ¶

type ApiAdminMfaSettingsDeleteRequest ¶

type ApiAdminMfaSettingsDeleteRequest struct {
	ApiService *MFAForAdminsApiService
	// contains filtered or unexported fields
}

func (ApiAdminMfaSettingsDeleteRequest) Authorization ¶

The Token from the LoginResponse.

func (ApiAdminMfaSettingsDeleteRequest) Execute ¶

type ApiAdminMfaSettingsGetRequest ¶

type ApiAdminMfaSettingsGetRequest struct {
	ApiService *MFAForAdminsApiService
	// contains filtered or unexported fields
}

func (ApiAdminMfaSettingsGetRequest) Authorization ¶

The Token from the LoginResponse.

func (ApiAdminMfaSettingsGetRequest) Execute ¶

type ApiAdminMfaSettingsPutRequest ¶

type ApiAdminMfaSettingsPutRequest struct {
	ApiService *MFAForAdminsApiService
	// contains filtered or unexported fields
}

func (ApiAdminMfaSettingsPutRequest) AdminMfaSettings ¶

Admin MFA settings.

func (ApiAdminMfaSettingsPutRequest) Authorization ¶

The Token from the LoginResponse.

func (ApiAdminMfaSettingsPutRequest) Execute ¶

type ApiAdministrativeRolesGetRequest ¶

type ApiAdministrativeRolesGetRequest struct {
	ApiService *AdminRolesApiService
	// contains filtered or unexported fields
}

func (ApiAdministrativeRolesGetRequest) Authorization ¶

The Token from the LoginResponse.

func (ApiAdministrativeRolesGetRequest) Descending ¶

Whether the sorting is applied descending or ascending. Defaults to certain field depending on the object type.

func (ApiAdministrativeRolesGetRequest) Execute ¶

func (ApiAdministrativeRolesGetRequest) FilterBy ¶

Filters the result list by the given field and value. Supported fields vary from API to API. The filters can be combined with each other as well as the generic query parameter. The given value is checked for inclusion.

func (ApiAdministrativeRolesGetRequest) OrderBy ¶

The field name to sort the result list. Supported fields vary from object to object. Defaults to certain field depending on the object type.

func (ApiAdministrativeRolesGetRequest) Query ¶

Query string to filter the result list. It&#39;s used for various fields depending on the object type. Send multiple query parameters to make the queries more specific.

func (ApiAdministrativeRolesGetRequest) Range_ ¶

&#39;Range string to limit the result list. Format: -. 3-10 means he items between the (including) 3rd and the 10th will be returned. Defaults to all objects.&#39;

type ApiAdministrativeRolesIdDeleteRequest ¶

type ApiAdministrativeRolesIdDeleteRequest struct {
	ApiService *AdminRolesApiService
	// contains filtered or unexported fields
}

func (ApiAdministrativeRolesIdDeleteRequest) Authorization ¶

The Token from the LoginResponse.

func (ApiAdministrativeRolesIdDeleteRequest) Execute ¶

type ApiAdministrativeRolesIdGetRequest ¶

type ApiAdministrativeRolesIdGetRequest struct {
	ApiService *AdminRolesApiService
	// contains filtered or unexported fields
}

func (ApiAdministrativeRolesIdGetRequest) Authorization ¶

The Token from the LoginResponse.

func (ApiAdministrativeRolesIdGetRequest) Execute ¶

type ApiAdministrativeRolesIdPutRequest ¶

type ApiAdministrativeRolesIdPutRequest struct {
	ApiService *AdminRolesApiService
	// contains filtered or unexported fields
}

func (ApiAdministrativeRolesIdPutRequest) AdministrativeRole ¶

Administrative Role object.

func (ApiAdministrativeRolesIdPutRequest) Authorization ¶

The Token from the LoginResponse.

func (ApiAdministrativeRolesIdPutRequest) Execute ¶

type ApiAdministrativeRolesPostRequest ¶

type ApiAdministrativeRolesPostRequest struct {
	ApiService *AdminRolesApiService
	// contains filtered or unexported fields
}

func (ApiAdministrativeRolesPostRequest) AdministrativeRole ¶

Administrative Role object.

func (ApiAdministrativeRolesPostRequest) Authorization ¶

The Token from the LoginResponse.

func (ApiAdministrativeRolesPostRequest) Execute ¶

type ApiAdministrativeRolesTypeTargetMapGetRequest ¶

type ApiAdministrativeRolesTypeTargetMapGetRequest struct {
	ApiService *AdminRolesApiService
	// contains filtered or unexported fields
}

func (ApiAdministrativeRolesTypeTargetMapGetRequest) Authorization ¶

The Token from the LoginResponse.

func (ApiAdministrativeRolesTypeTargetMapGetRequest) Execute ¶

type ApiApplianceCustomizationsGetRequest ¶

type ApiApplianceCustomizationsGetRequest struct {
	ApiService *ApplianceCustomizationsApiService
	// contains filtered or unexported fields
}

func (ApiApplianceCustomizationsGetRequest) Authorization ¶

The Token from the LoginResponse.

func (ApiApplianceCustomizationsGetRequest) Descending ¶

Whether the sorting is applied descending or ascending. Defaults to certain field depending on the object type.

func (ApiApplianceCustomizationsGetRequest) Execute ¶

func (ApiApplianceCustomizationsGetRequest) FilterBy ¶

Filters the result list by the given field and value. Supported fields vary from API to API. The filters can be combined with each other as well as the generic query parameter. The given value is checked for inclusion.

func (ApiApplianceCustomizationsGetRequest) OrderBy ¶

The field name to sort the result list. Supported fields vary from object to object. Defaults to certain field depending on the object type.

func (ApiApplianceCustomizationsGetRequest) Query ¶

Query string to filter the result list. It&#39;s used for various fields depending on the object type. Send multiple query parameters to make the queries more specific.

func (ApiApplianceCustomizationsGetRequest) Range_ ¶

&#39;Range string to limit the result list. Format: -. 3-10 means he items between the (including) 3rd and the 10th will be returned. Defaults to all objects.&#39;

type ApiApplianceCustomizationsIdDeleteRequest ¶

type ApiApplianceCustomizationsIdDeleteRequest struct {
	ApiService *ApplianceCustomizationsApiService
	// contains filtered or unexported fields
}

func (ApiApplianceCustomizationsIdDeleteRequest) Authorization ¶

The Token from the LoginResponse.

func (ApiApplianceCustomizationsIdDeleteRequest) Execute ¶

type ApiApplianceCustomizationsIdGetRequest ¶

type ApiApplianceCustomizationsIdGetRequest struct {
	ApiService *ApplianceCustomizationsApiService
	// contains filtered or unexported fields
}

func (ApiApplianceCustomizationsIdGetRequest) Authorization ¶

The Token from the LoginResponse.

func (ApiApplianceCustomizationsIdGetRequest) Execute ¶

type ApiApplianceCustomizationsIdPutRequest ¶

type ApiApplianceCustomizationsIdPutRequest struct {
	ApiService *ApplianceCustomizationsApiService
	// contains filtered or unexported fields
}

func (ApiApplianceCustomizationsIdPutRequest) ApplianceCustomization ¶

Appliance Customization object.

func (ApiApplianceCustomizationsIdPutRequest) Authorization ¶

The Token from the LoginResponse.

func (ApiApplianceCustomizationsIdPutRequest) Execute ¶

type ApiApplianceCustomizationsPostRequest ¶

type ApiApplianceCustomizationsPostRequest struct {
	ApiService *ApplianceCustomizationsApiService
	// contains filtered or unexported fields
}

func (ApiApplianceCustomizationsPostRequest) ApplianceCustomization ¶

Appliance Customization object.

func (ApiApplianceCustomizationsPostRequest) Authorization ¶

The Token from the LoginResponse.

func (ApiApplianceCustomizationsPostRequest) Execute ¶

type ApiAppliancesForceDisableControllersPostRequest ¶

type ApiAppliancesForceDisableControllersPostRequest struct {
	ApiService *AppliancesApiService
	// contains filtered or unexported fields
}

func (ApiAppliancesForceDisableControllersPostRequest) AppliancesForceDisableControllersPostRequest ¶

func (r ApiAppliancesForceDisableControllersPostRequest) AppliancesForceDisableControllersPostRequest(appliancesForceDisableControllersPostRequest AppliancesForceDisableControllersPostRequest) ApiAppliancesForceDisableControllersPostRequest

Active Appliances to disable the Controller function for.

func (ApiAppliancesForceDisableControllersPostRequest) Authorization ¶

The Token from the LoginResponse.

func (ApiAppliancesForceDisableControllersPostRequest) Execute ¶

type ApiAppliancesGetRequest ¶

type ApiAppliancesGetRequest struct {
	ApiService *AppliancesApiService
	// contains filtered or unexported fields
}

func (ApiAppliancesGetRequest) Authorization ¶

func (r ApiAppliancesGetRequest) Authorization(authorization string) ApiAppliancesGetRequest

The Token from the LoginResponse.

func (ApiAppliancesGetRequest) Descending ¶

func (r ApiAppliancesGetRequest) Descending(descending string) ApiAppliancesGetRequest

Whether the sorting is applied descending or ascending. Defaults to certain field depending on the object type.

func (ApiAppliancesGetRequest) Execute ¶

func (ApiAppliancesGetRequest) FilterBy ¶

Filters the result list by the given field and value. Supported fields vary from API to API. The filters can be combined with each other as well as the generic query parameter. The given value is checked for inclusion.

func (ApiAppliancesGetRequest) OrderBy ¶

The field name to sort the result list. Supported fields vary from object to object. Defaults to certain field depending on the object type.

func (ApiAppliancesGetRequest) Query ¶

Query string to filter the result list. It&#39;s used for various fields depending on the object type. Send multiple query parameters to make the queries more specific.

func (ApiAppliancesGetRequest) Range_ ¶

&#39;Range string to limit the result list. Format: -. 3-10 means he items between the (including) 3rd and the 10th will be returned. Defaults to all objects.&#39;

type ApiAppliancesIdAdminInterfaceP12PostRequest ¶

type ApiAppliancesIdAdminInterfaceP12PostRequest struct {
	ApiService *AppliancesApiService
	// contains filtered or unexported fields
}

func (ApiAppliancesIdAdminInterfaceP12PostRequest) Authorization ¶

The Token from the LoginResponse.

func (ApiAppliancesIdAdminInterfaceP12PostRequest) Execute ¶

func (ApiAppliancesIdAdminInterfaceP12PostRequest) P121 ¶

type ApiAppliancesIdBackupBackupIdDeleteRequest ¶

type ApiAppliancesIdBackupBackupIdDeleteRequest struct {
	ApiService *ApplianceBackupApiService
	// contains filtered or unexported fields
}

func (ApiAppliancesIdBackupBackupIdDeleteRequest) Authorization ¶

The Token from the LoginResponse.

func (ApiAppliancesIdBackupBackupIdDeleteRequest) Execute ¶

type ApiAppliancesIdBackupBackupIdGetRequest ¶

type ApiAppliancesIdBackupBackupIdGetRequest struct {
	ApiService *ApplianceBackupApiService
	// contains filtered or unexported fields
}

func (ApiAppliancesIdBackupBackupIdGetRequest) Authorization ¶

The Token from the LoginResponse.

func (ApiAppliancesIdBackupBackupIdGetRequest) Execute ¶

type ApiAppliancesIdBackupBackupIdStatusGetRequest ¶

type ApiAppliancesIdBackupBackupIdStatusGetRequest struct {
	ApiService *ApplianceBackupApiService
	// contains filtered or unexported fields
}

func (ApiAppliancesIdBackupBackupIdStatusGetRequest) Authorization ¶

The Token from the LoginResponse.

func (ApiAppliancesIdBackupBackupIdStatusGetRequest) Execute ¶

type ApiAppliancesIdBackupPostRequest ¶

type ApiAppliancesIdBackupPostRequest struct {
	ApiService *ApplianceBackupApiService
	// contains filtered or unexported fields
}

func (ApiAppliancesIdBackupPostRequest) AppliancesIdBackupPostRequest ¶

func (r ApiAppliancesIdBackupPostRequest) AppliancesIdBackupPostRequest(appliancesIdBackupPostRequest AppliancesIdBackupPostRequest) ApiAppliancesIdBackupPostRequest

Appliance Backup parameters.

func (ApiAppliancesIdBackupPostRequest) Authorization ¶

The Token from the LoginResponse.

func (ApiAppliancesIdBackupPostRequest) Execute ¶

type ApiAppliancesIdChangeChangeIdGetRequest ¶

type ApiAppliancesIdChangeChangeIdGetRequest struct {
	ApiService *ApplianceChangeApiService
	// contains filtered or unexported fields
}

func (ApiAppliancesIdChangeChangeIdGetRequest) Authorization ¶

The Token from the LoginResponse.

func (ApiAppliancesIdChangeChangeIdGetRequest) Execute ¶

type ApiAppliancesIdCommandDigPostRequest ¶

type ApiAppliancesIdCommandDigPostRequest struct {
	ApiService *AppliancesApiService
	// contains filtered or unexported fields
}

func (ApiAppliancesIdCommandDigPostRequest) AppliancesIdCommandDigPostRequest ¶

func (r ApiAppliancesIdCommandDigPostRequest) AppliancesIdCommandDigPostRequest(appliancesIdCommandDigPostRequest AppliancesIdCommandDigPostRequest) ApiAppliancesIdCommandDigPostRequest

Dig parameters

func (ApiAppliancesIdCommandDigPostRequest) Authorization ¶

The Token from the LoginResponse.

func (ApiAppliancesIdCommandDigPostRequest) Execute ¶

type ApiAppliancesIdCommandNetcatPostRequest ¶

type ApiAppliancesIdCommandNetcatPostRequest struct {
	ApiService *AppliancesApiService
	// contains filtered or unexported fields
}

func (ApiAppliancesIdCommandNetcatPostRequest) AppliancesIdCommandNetcatPostRequest ¶

func (r ApiAppliancesIdCommandNetcatPostRequest) AppliancesIdCommandNetcatPostRequest(appliancesIdCommandNetcatPostRequest AppliancesIdCommandNetcatPostRequest) ApiAppliancesIdCommandNetcatPostRequest

Netcat parameters

func (ApiAppliancesIdCommandNetcatPostRequest) Authorization ¶

The Token from the LoginResponse.

func (ApiAppliancesIdCommandNetcatPostRequest) Execute ¶

type ApiAppliancesIdCommandPingPostRequest ¶

type ApiAppliancesIdCommandPingPostRequest struct {
	ApiService *AppliancesApiService
	// contains filtered or unexported fields
}

func (ApiAppliancesIdCommandPingPostRequest) AppliancesIdCommandPingPostRequest ¶

func (r ApiAppliancesIdCommandPingPostRequest) AppliancesIdCommandPingPostRequest(appliancesIdCommandPingPostRequest AppliancesIdCommandPingPostRequest) ApiAppliancesIdCommandPingPostRequest

Ping parameters

func (ApiAppliancesIdCommandPingPostRequest) Authorization ¶

The Token from the LoginResponse.

func (ApiAppliancesIdCommandPingPostRequest) Execute ¶

type ApiAppliancesIdCommandTcpdumpPostRequest ¶

type ApiAppliancesIdCommandTcpdumpPostRequest struct {
	ApiService *AppliancesApiService
	// contains filtered or unexported fields
}

func (ApiAppliancesIdCommandTcpdumpPostRequest) AppliancesIdCommandTcpdumpPostRequest ¶

func (r ApiAppliancesIdCommandTcpdumpPostRequest) AppliancesIdCommandTcpdumpPostRequest(appliancesIdCommandTcpdumpPostRequest AppliancesIdCommandTcpdumpPostRequest) ApiAppliancesIdCommandTcpdumpPostRequest

Tcpdump parameters

func (ApiAppliancesIdCommandTcpdumpPostRequest) Authorization ¶

The Token from the LoginResponse.

func (ApiAppliancesIdCommandTcpdumpPostRequest) Execute ¶

type ApiAppliancesIdDeactivatePostRequest ¶

type ApiAppliancesIdDeactivatePostRequest struct {
	ApiService *AppliancesApiService
	// contains filtered or unexported fields
}

func (ApiAppliancesIdDeactivatePostRequest) Authorization ¶

The Token from the LoginResponse.

func (ApiAppliancesIdDeactivatePostRequest) Execute ¶

func (ApiAppliancesIdDeactivatePostRequest) Wipe ¶

Sends wipe command to the Appliance. Equivalent to &#39;cz-config wipe-appliance&#39; command on the Appliance. True by default.

type ApiAppliancesIdDeleteRequest ¶

type ApiAppliancesIdDeleteRequest struct {
	ApiService *AppliancesApiService
	// contains filtered or unexported fields
}

func (ApiAppliancesIdDeleteRequest) Authorization ¶

func (r ApiAppliancesIdDeleteRequest) Authorization(authorization string) ApiAppliancesIdDeleteRequest

The Token from the LoginResponse.

func (ApiAppliancesIdDeleteRequest) Execute ¶

type ApiAppliancesIdExportIsoPostRequest ¶

type ApiAppliancesIdExportIsoPostRequest struct {
	ApiService *AppliancesApiService
	// contains filtered or unexported fields
}

func (ApiAppliancesIdExportIsoPostRequest) Authorization ¶

The Token from the LoginResponse.

func (ApiAppliancesIdExportIsoPostRequest) Execute ¶

func (ApiAppliancesIdExportIsoPostRequest) LatestVersion ¶

When a Controller creates an appliance object it is saved with the current API version. This API version will be used when the seed for that appliance is generated. If the appliance version is now newer than this, the correct API version must be used for the seed. Use latestVersion to override the default API version. The latest API version is shown at the top of this API specification. Deprecated since the seed is version agnostic as of 5.5. Deprecated

func (ApiAppliancesIdExportIsoPostRequest) SSHConfig ¶

Export seed config object.

func (ApiAppliancesIdExportIsoPostRequest) Version ¶

Can be used to set a specific version to the Appliance prior to exporting the seed. Deprecated since the seed is version agnostic as of 5.5. Deprecated

type ApiAppliancesIdExportPostRequest ¶

type ApiAppliancesIdExportPostRequest struct {
	ApiService *AppliancesApiService
	// contains filtered or unexported fields
}

func (ApiAppliancesIdExportPostRequest) Authorization ¶

The Token from the LoginResponse.

func (ApiAppliancesIdExportPostRequest) Execute ¶

func (r ApiAppliancesIdExportPostRequest) Execute() (map[string]interface{}, *http.Response, error)

func (ApiAppliancesIdExportPostRequest) LatestVersion ¶

When a Controller creates an appliance object it is saved with the current API version. This API version will be used when the seed for that appliance is generated. If the appliance version is now newer than this, the correct API version must be used for the seed. Use latestVersion to override the default API version. The latest API version is shown at the top of this API specification. Deprecated since the seed is version agnostic as of 5.5. Deprecated

func (ApiAppliancesIdExportPostRequest) SSHConfig ¶

Export seed config object.

func (ApiAppliancesIdExportPostRequest) Version ¶

Can be used to set a specific version to the Appliance prior to exporting the seed. Deprecated since the seed is version agnostic as of 5.5. Deprecated

type ApiAppliancesIdGetRequest ¶

type ApiAppliancesIdGetRequest struct {
	ApiService *AppliancesApiService
	// contains filtered or unexported fields
}

func (ApiAppliancesIdGetRequest) Authorization ¶

func (r ApiAppliancesIdGetRequest) Authorization(authorization string) ApiAppliancesIdGetRequest

The Token from the LoginResponse.

func (ApiAppliancesIdGetRequest) Execute ¶

type ApiAppliancesIdMaintenancePostRequest ¶

type ApiAppliancesIdMaintenancePostRequest struct {
	ApiService *ApplianceMaintenanceApiService
	// contains filtered or unexported fields
}

func (ApiAppliancesIdMaintenancePostRequest) AppliancesIdMaintenancePostRequest ¶

func (r ApiAppliancesIdMaintenancePostRequest) AppliancesIdMaintenancePostRequest(appliancesIdMaintenancePostRequest AppliancesIdMaintenancePostRequest) ApiAppliancesIdMaintenancePostRequest

Enable/disable maintenance mode on Appliance

func (ApiAppliancesIdMaintenancePostRequest) Authorization ¶

The Token from the LoginResponse.

func (ApiAppliancesIdMaintenancePostRequest) Execute ¶

type ApiAppliancesIdMetricsGetRequest ¶

type ApiAppliancesIdMetricsGetRequest struct {
	ApiService *ApplianceMetricsApiService
	// contains filtered or unexported fields
}

func (ApiAppliancesIdMetricsGetRequest) Authorization ¶

The Token from the LoginResponse.

func (ApiAppliancesIdMetricsGetRequest) Execute ¶

type ApiAppliancesIdMetricsNameGetRequest ¶

type ApiAppliancesIdMetricsNameGetRequest struct {
	ApiService *ApplianceMetricsApiService
	// contains filtered or unexported fields
}

func (ApiAppliancesIdMetricsNameGetRequest) Authorization ¶

The Token from the LoginResponse.

func (ApiAppliancesIdMetricsNameGetRequest) Execute ¶

type ApiAppliancesIdNameResolutionStatusGetRequest ¶

type ApiAppliancesIdNameResolutionStatusGetRequest struct {
	ApiService *AppliancesApiService
	// contains filtered or unexported fields
}

func (ApiAppliancesIdNameResolutionStatusGetRequest) Authorization ¶

The Token from the LoginResponse.

func (ApiAppliancesIdNameResolutionStatusGetRequest) Execute ¶

type ApiAppliancesIdPutRequest ¶

type ApiAppliancesIdPutRequest struct {
	ApiService *AppliancesApiService
	// contains filtered or unexported fields
}

func (ApiAppliancesIdPutRequest) Appliance ¶

Appliance object.

func (ApiAppliancesIdPutRequest) Authorization ¶

func (r ApiAppliancesIdPutRequest) Authorization(authorization string) ApiAppliancesIdPutRequest

The Token from the LoginResponse.

func (ApiAppliancesIdPutRequest) Execute ¶

type ApiAppliancesIdRebootPostRequest ¶

type ApiAppliancesIdRebootPostRequest struct {
	ApiService *AppliancesApiService
	// contains filtered or unexported fields
}

func (ApiAppliancesIdRebootPostRequest) Authorization ¶

The Token from the LoginResponse.

func (ApiAppliancesIdRebootPostRequest) Execute ¶

type ApiAppliancesIdRenewCertificatePostRequest ¶

type ApiAppliancesIdRenewCertificatePostRequest struct {
	ApiService *AppliancesApiService
	// contains filtered or unexported fields
}

func (ApiAppliancesIdRenewCertificatePostRequest) Authorization ¶

The Token from the LoginResponse.

func (ApiAppliancesIdRenewCertificatePostRequest) Execute ¶

type ApiAppliancesIdSwitchPartitionPostRequest ¶

type ApiAppliancesIdSwitchPartitionPostRequest struct {
	ApiService *ApplianceApiService
	// contains filtered or unexported fields
}

func (ApiAppliancesIdSwitchPartitionPostRequest) Authorization ¶

The Token from the LoginResponse.

func (ApiAppliancesIdSwitchPartitionPostRequest) Execute ¶

type ApiAppliancesIdTestResolverNamePostRequest ¶

type ApiAppliancesIdTestResolverNamePostRequest struct {
	ApiService *AppliancesApiService
	// contains filtered or unexported fields
}

func (ApiAppliancesIdTestResolverNamePostRequest) AppliancesIdTestResolverNamePostRequest ¶

func (r ApiAppliancesIdTestResolverNamePostRequest) AppliancesIdTestResolverNamePostRequest(appliancesIdTestResolverNamePostRequest AppliancesIdTestResolverNamePostRequest) ApiAppliancesIdTestResolverNamePostRequest

What to test on name resolvers.

func (ApiAppliancesIdTestResolverNamePostRequest) Authorization ¶

The Token from the LoginResponse.

func (ApiAppliancesIdTestResolverNamePostRequest) Execute ¶

type ApiAppliancesIdUpgradeCompletePostRequest ¶

type ApiAppliancesIdUpgradeCompletePostRequest struct {
	ApiService *ApplianceUpgradeApiService
	// contains filtered or unexported fields
}

func (ApiAppliancesIdUpgradeCompletePostRequest) AppliancesIdUpgradeCompletePostRequest ¶

func (r ApiAppliancesIdUpgradeCompletePostRequest) AppliancesIdUpgradeCompletePostRequest(appliancesIdUpgradeCompletePostRequest AppliancesIdUpgradeCompletePostRequest) ApiAppliancesIdUpgradeCompletePostRequest

func (ApiAppliancesIdUpgradeCompletePostRequest) Authorization ¶

The Token from the LoginResponse.

func (ApiAppliancesIdUpgradeCompletePostRequest) Execute ¶

type ApiAppliancesIdUpgradeDeleteRequest ¶

type ApiAppliancesIdUpgradeDeleteRequest struct {
	ApiService *ApplianceUpgradeApiService
	// contains filtered or unexported fields
}

func (ApiAppliancesIdUpgradeDeleteRequest) Authorization ¶

The Token from the LoginResponse.

func (ApiAppliancesIdUpgradeDeleteRequest) Execute ¶

type ApiAppliancesIdUpgradeGetRequest ¶

type ApiAppliancesIdUpgradeGetRequest struct {
	ApiService *ApplianceUpgradeApiService
	// contains filtered or unexported fields
}

func (ApiAppliancesIdUpgradeGetRequest) Authorization ¶

The Token from the LoginResponse.

func (ApiAppliancesIdUpgradeGetRequest) Execute ¶

type ApiAppliancesIdUpgradePostRequest ¶

type ApiAppliancesIdUpgradePostRequest struct {
	ApiService *ApplianceUpgradeApiService
	// contains filtered or unexported fields
}

func (ApiAppliancesIdUpgradePostRequest) ApplianceUpgrade ¶

func (ApiAppliancesIdUpgradePostRequest) Authorization ¶

The Token from the LoginResponse.

func (ApiAppliancesIdUpgradePostRequest) Execute ¶

type ApiAppliancesIdUpgradePreparePostRequest ¶

type ApiAppliancesIdUpgradePreparePostRequest struct {
	ApiService *ApplianceUpgradeApiService
	// contains filtered or unexported fields
}

func (ApiAppliancesIdUpgradePreparePostRequest) ApplianceUpgrade ¶

func (ApiAppliancesIdUpgradePreparePostRequest) Authorization ¶

The Token from the LoginResponse.

func (ApiAppliancesIdUpgradePreparePostRequest) Execute ¶

type ApiAppliancesIdUpgradeSwitchPartitionPostRequest ¶

type ApiAppliancesIdUpgradeSwitchPartitionPostRequest struct {
	ApiService *ApplianceUpgradeApiService
	// contains filtered or unexported fields
}

func (ApiAppliancesIdUpgradeSwitchPartitionPostRequest) Authorization ¶

The Token from the LoginResponse.

func (ApiAppliancesIdUpgradeSwitchPartitionPostRequest) Execute ¶

type ApiAppliancesPostRequest ¶

type ApiAppliancesPostRequest struct {
	ApiService *AppliancesApiService
	// contains filtered or unexported fields
}

func (ApiAppliancesPostRequest) Appliance ¶

Appliance object.

func (ApiAppliancesPostRequest) Authorization ¶

func (r ApiAppliancesPostRequest) Authorization(authorization string) ApiAppliancesPostRequest

The Token from the LoginResponse.

func (ApiAppliancesPostRequest) Execute ¶

type ApiAppliancesRepartitionIpAllocationsPostRequest ¶

type ApiAppliancesRepartitionIpAllocationsPostRequest struct {
	ApiService *AppliancesApiService
	// contains filtered or unexported fields
}

func (ApiAppliancesRepartitionIpAllocationsPostRequest) Authorization ¶

The Token from the LoginResponse.

func (ApiAppliancesRepartitionIpAllocationsPostRequest) Execute ¶

type ApiAuthenticationLogoutPostRequest ¶

type ApiAuthenticationLogoutPostRequest struct {
	ApiService *LoginApiService
	// contains filtered or unexported fields
}

func (ApiAuthenticationLogoutPostRequest) Authorization ¶

The Token from the LoginResponse.

func (ApiAuthenticationLogoutPostRequest) Execute ¶

type ApiAuthenticationOtpInitializePostRequest ¶

type ApiAuthenticationOtpInitializePostRequest struct {
	ApiService *LoginApiService
	// contains filtered or unexported fields
}

func (ApiAuthenticationOtpInitializePostRequest) AuthenticationOtpInitializePostRequest ¶

func (r ApiAuthenticationOtpInitializePostRequest) AuthenticationOtpInitializePostRequest(authenticationOtpInitializePostRequest AuthenticationOtpInitializePostRequest) ApiAuthenticationOtpInitializePostRequest

Optional MFA initialization details.

func (ApiAuthenticationOtpInitializePostRequest) Authorization ¶

The Token from the LoginResponse.

func (ApiAuthenticationOtpInitializePostRequest) Execute ¶

type ApiAuthenticationOtpPostRequest ¶

type ApiAuthenticationOtpPostRequest struct {
	ApiService *LoginApiService
	// contains filtered or unexported fields
}

func (ApiAuthenticationOtpPostRequest) AuthenticationOtpPostRequest ¶

func (r ApiAuthenticationOtpPostRequest) AuthenticationOtpPostRequest(authenticationOtpPostRequest AuthenticationOtpPostRequest) ApiAuthenticationOtpPostRequest

MFA credentials.

func (ApiAuthenticationOtpPostRequest) Authorization ¶

The Token from the LoginResponse.

func (ApiAuthenticationOtpPostRequest) Execute ¶

type ApiAuthenticationPostRequest ¶

type ApiAuthenticationPostRequest struct {
	ApiService *LoginApiService
	// contains filtered or unexported fields
}

func (ApiAuthenticationPostRequest) Execute ¶

func (ApiAuthenticationPostRequest) LoginRequest ¶

Login Credentials.

type ApiAuthorizationGetRequest ¶

type ApiAuthorizationGetRequest struct {
	ApiService *LoginApiService
	// contains filtered or unexported fields
}

func (ApiAuthorizationGetRequest) Authorization ¶

func (r ApiAuthorizationGetRequest) Authorization(authorization string) ApiAuthorizationGetRequest

The Token from the LoginResponse.

func (ApiAuthorizationGetRequest) Execute ¶

type ApiAutoUpdateSettingsGetRequest ¶

type ApiAutoUpdateSettingsGetRequest struct {
	ApiService *ClientAutoUpdateApiService
	// contains filtered or unexported fields
}

func (ApiAutoUpdateSettingsGetRequest) Authorization ¶

The Token from the LoginResponse.

func (ApiAutoUpdateSettingsGetRequest) Execute ¶

type ApiAutoUpdateSettingsPutRequest ¶

type ApiAutoUpdateSettingsPutRequest struct {
	ApiService *ClientAutoUpdateApiService
	// contains filtered or unexported fields
}

func (ApiAutoUpdateSettingsPutRequest) Authorization ¶

The Token from the LoginResponse.

func (ApiAutoUpdateSettingsPutRequest) AutoUpdateSettings ¶

Client Auto-Update settings.

func (ApiAutoUpdateSettingsPutRequest) Execute ¶

type ApiBlacklistDistinguishedNameDeleteRequest ¶

type ApiBlacklistDistinguishedNameDeleteRequest struct {
	ApiService *BlacklistedUsersApiService
	// contains filtered or unexported fields
}

func (ApiBlacklistDistinguishedNameDeleteRequest) Authorization ¶

The Token from the LoginResponse.

func (ApiBlacklistDistinguishedNameDeleteRequest) Execute ¶

type ApiBlacklistGetRequest ¶

type ApiBlacklistGetRequest struct {
	ApiService *BlacklistedUsersApiService
	// contains filtered or unexported fields
}

func (ApiBlacklistGetRequest) Authorization ¶

func (r ApiBlacklistGetRequest) Authorization(authorization string) ApiBlacklistGetRequest

The Token from the LoginResponse.

func (ApiBlacklistGetRequest) Descending ¶

func (r ApiBlacklistGetRequest) Descending(descending string) ApiBlacklistGetRequest

Whether the sorting is applied descending or ascending. Defaults to certain field depending on the object type.

func (ApiBlacklistGetRequest) Execute ¶

func (ApiBlacklistGetRequest) FilterBy ¶

Filters the result list by the given field and value. Supported fields vary from API to API. The filters can be combined with each other as well as the generic query parameter. The given value is checked for inclusion.

func (ApiBlacklistGetRequest) OrderBy ¶

The field name to sort the result list. Supported fields vary from object to object. Defaults to certain field depending on the object type.

func (ApiBlacklistGetRequest) Query ¶

Query string to filter the result list. It&#39;s used for various fields depending on the object type. Send multiple query parameters to make the queries more specific.

func (ApiBlacklistGetRequest) Range_ ¶

&#39;Range string to limit the result list. Format: -. 3-10 means he items between the (including) 3rd and the 10th will be returned. Defaults to all objects.&#39;

type ApiBlacklistPostRequest ¶

type ApiBlacklistPostRequest struct {
	ApiService *BlacklistedUsersApiService
	// contains filtered or unexported fields
}

func (ApiBlacklistPostRequest) Authorization ¶

func (r ApiBlacklistPostRequest) Authorization(authorization string) ApiBlacklistPostRequest

The Token from the LoginResponse.

func (ApiBlacklistPostRequest) BlacklistEntry ¶

func (r ApiBlacklistPostRequest) BlacklistEntry(blacklistEntry BlacklistEntry) ApiBlacklistPostRequest

Blacklisting details

func (ApiBlacklistPostRequest) Execute ¶

type ApiCertificateAuthorityCaGetRequest ¶

type ApiCertificateAuthorityCaGetRequest struct {
	ApiService *CertificateAuthorityApiService
	// contains filtered or unexported fields
}

func (ApiCertificateAuthorityCaGetRequest) Execute ¶

type ApiCertificateAuthorityCaNextDeleteRequest ¶

type ApiCertificateAuthorityCaNextDeleteRequest struct {
	ApiService *CertificateAuthorityApiService
	// contains filtered or unexported fields
}

func (ApiCertificateAuthorityCaNextDeleteRequest) Authorization ¶

The Token from the LoginResponse.

func (ApiCertificateAuthorityCaNextDeleteRequest) Execute ¶

type ApiCertificateAuthorityCaNextGeneratePostRequest ¶

type ApiCertificateAuthorityCaNextGeneratePostRequest struct {
	ApiService *CertificateAuthorityApiService
	// contains filtered or unexported fields
}

func (ApiCertificateAuthorityCaNextGeneratePostRequest) Authorization ¶

The Token from the LoginResponse.

func (ApiCertificateAuthorityCaNextGeneratePostRequest) CertificateAuthorityCaNextGeneratePostRequest ¶

func (r ApiCertificateAuthorityCaNextGeneratePostRequest) CertificateAuthorityCaNextGeneratePostRequest(certificateAuthorityCaNextGeneratePostRequest CertificateAuthorityCaNextGeneratePostRequest) ApiCertificateAuthorityCaNextGeneratePostRequest

CA parameters.

func (ApiCertificateAuthorityCaNextGeneratePostRequest) Execute ¶

type ApiCertificateAuthorityCaNextGetRequest ¶

type ApiCertificateAuthorityCaNextGetRequest struct {
	ApiService *CertificateAuthorityApiService
	// contains filtered or unexported fields
}

func (ApiCertificateAuthorityCaNextGetRequest) Authorization ¶

The Token from the LoginResponse.

func (ApiCertificateAuthorityCaNextGetRequest) Execute ¶

type ApiCertificateAuthorityCaNextSwitchPostRequest ¶

type ApiCertificateAuthorityCaNextSwitchPostRequest struct {
	ApiService *CertificateAuthorityApiService
	// contains filtered or unexported fields
}

func (ApiCertificateAuthorityCaNextSwitchPostRequest) Authorization ¶

The Token from the LoginResponse.

func (ApiCertificateAuthorityCaNextSwitchPostRequest) CertificateAuthorityCaNextSwitchPostRequest ¶

func (r ApiCertificateAuthorityCaNextSwitchPostRequest) CertificateAuthorityCaNextSwitchPostRequest(certificateAuthorityCaNextSwitchPostRequest CertificateAuthorityCaNextSwitchPostRequest) ApiCertificateAuthorityCaNextSwitchPostRequest

CA switch parameters.

func (ApiCertificateAuthorityCaNextSwitchPostRequest) Execute ¶

type ApiCertificateAuthorityCaNextUploadPostRequest ¶

type ApiCertificateAuthorityCaNextUploadPostRequest struct {
	ApiService *CertificateAuthorityApiService
	// contains filtered or unexported fields
}

func (ApiCertificateAuthorityCaNextUploadPostRequest) Authorization ¶

The Token from the LoginResponse.

func (ApiCertificateAuthorityCaNextUploadPostRequest) Execute ¶

func (ApiCertificateAuthorityCaNextUploadPostRequest) UploadCa ¶

type ApiCertificateAuthorityCaPemGetRequest ¶

type ApiCertificateAuthorityCaPemGetRequest struct {
	ApiService *CertificateAuthorityApiService
	// contains filtered or unexported fields
}

func (ApiCertificateAuthorityCaPemGetRequest) Execute ¶

type ApiCertificateAuthorityCrlGetRequest ¶

type ApiCertificateAuthorityCrlGetRequest struct {
	ApiService *CertificateAuthorityApiService
	// contains filtered or unexported fields
}

func (ApiCertificateAuthorityCrlGetRequest) Authorization ¶

The Token from the LoginResponse.

func (ApiCertificateAuthorityCrlGetRequest) Execute ¶

type ApiCertificateAuthorityCrlNextGetRequest ¶

type ApiCertificateAuthorityCrlNextGetRequest struct {
	ApiService *CertificateAuthorityApiService
	// contains filtered or unexported fields
}

func (ApiCertificateAuthorityCrlNextGetRequest) Authorization ¶

The Token from the LoginResponse.

func (ApiCertificateAuthorityCrlNextGetRequest) Execute ¶

type ApiCertificateAuthorityIssuedCertificatesGetRequest ¶

type ApiCertificateAuthorityIssuedCertificatesGetRequest struct {
	ApiService *IssuedCertificatesApiService
	// contains filtered or unexported fields
}

func (ApiCertificateAuthorityIssuedCertificatesGetRequest) Authorization ¶

The Token from the LoginResponse.

func (ApiCertificateAuthorityIssuedCertificatesGetRequest) Execute ¶

type ApiCertificateAuthorityIssuedCertificatesRevokedCertificateIdPutRequest ¶

type ApiCertificateAuthorityIssuedCertificatesRevokedCertificateIdPutRequest struct {
	ApiService *IssuedCertificatesApiService
	// contains filtered or unexported fields
}

func (ApiCertificateAuthorityIssuedCertificatesRevokedCertificateIdPutRequest) Authorization ¶

The Token from the LoginResponse.

func (ApiCertificateAuthorityIssuedCertificatesRevokedCertificateIdPutRequest) CertificateAuthorityIssuedCertificatesRevokedCertificateIdPutRequest ¶

func (r ApiCertificateAuthorityIssuedCertificatesRevokedCertificateIdPutRequest) CertificateAuthorityIssuedCertificatesRevokedCertificateIdPutRequest(certificateAuthorityIssuedCertificatesRevokedCertificateIdPutRequest CertificateAuthorityIssuedCertificatesRevokedCertificateIdPutRequest) ApiCertificateAuthorityIssuedCertificatesRevokedCertificateIdPutRequest

Revocation details.

func (ApiCertificateAuthorityIssuedCertificatesRevokedCertificateIdPutRequest) Execute ¶

type ApiClaimsNamesGetRequest ¶

type ApiClaimsNamesGetRequest struct {
	ApiService *ConditionsApiService
	// contains filtered or unexported fields
}

func (ApiClaimsNamesGetRequest) Authorization ¶

func (r ApiClaimsNamesGetRequest) Authorization(authorization string) ApiClaimsNamesGetRequest

The Token from the LoginResponse.

func (ApiClaimsNamesGetRequest) Execute ¶

type ApiClientConnectionsDeleteRequest ¶

type ApiClientConnectionsDeleteRequest struct {
	ApiService *ClientProfilesApiService
	// contains filtered or unexported fields
}

func (ApiClientConnectionsDeleteRequest) Authorization ¶

The Token from the LoginResponse.

func (ApiClientConnectionsDeleteRequest) Execute ¶

type ApiClientConnectionsGetRequest ¶

type ApiClientConnectionsGetRequest struct {
	ApiService *ClientProfilesApiService
	// contains filtered or unexported fields
}

func (ApiClientConnectionsGetRequest) Authorization ¶

The Token from the LoginResponse.

func (ApiClientConnectionsGetRequest) Execute ¶

type ApiClientConnectionsProfileNameBarcodeGetRequest ¶

type ApiClientConnectionsProfileNameBarcodeGetRequest struct {
	ApiService *ClientProfilesApiService
	// contains filtered or unexported fields
}

func (ApiClientConnectionsProfileNameBarcodeGetRequest) Authorization ¶

The Token from the LoginResponse.

func (ApiClientConnectionsProfileNameBarcodeGetRequest) Execute ¶

type ApiClientConnectionsProfileNameUrlGetRequest ¶

type ApiClientConnectionsProfileNameUrlGetRequest struct {
	ApiService *ClientProfilesApiService
	// contains filtered or unexported fields
}

func (ApiClientConnectionsProfileNameUrlGetRequest) Authorization ¶

The Token from the LoginResponse.

func (ApiClientConnectionsProfileNameUrlGetRequest) Execute ¶

type ApiClientConnectionsPutRequest ¶

type ApiClientConnectionsPutRequest struct {
	ApiService *ClientProfilesApiService
	// contains filtered or unexported fields
}

func (ApiClientConnectionsPutRequest) Authorization ¶

The Token from the LoginResponse.

func (ApiClientConnectionsPutRequest) ClientConnections ¶

Client Connection settings.

func (ApiClientConnectionsPutRequest) Execute ¶

type ApiClientLogsDistinguishedNameGetRequest ¶

type ApiClientLogsDistinguishedNameGetRequest struct {
	ApiService *ClientLogsApiService
	// contains filtered or unexported fields
}

func (ApiClientLogsDistinguishedNameGetRequest) Authorization ¶

The Token from the LoginResponse.

func (ApiClientLogsDistinguishedNameGetRequest) Execute ¶

type ApiClientProfilesGetRequest ¶

type ApiClientProfilesGetRequest struct {
	ApiService *ClientProfilesApiService
	// contains filtered or unexported fields
}

func (ApiClientProfilesGetRequest) Authorization ¶

func (r ApiClientProfilesGetRequest) Authorization(authorization string) ApiClientProfilesGetRequest

The Token from the LoginResponse.

func (ApiClientProfilesGetRequest) Descending ¶

Whether the sorting is applied descending or ascending. Defaults to certain field depending on the object type.

func (ApiClientProfilesGetRequest) Execute ¶

func (ApiClientProfilesGetRequest) FilterBy ¶

Filters the result list by the given field and value. Supported fields vary from API to API. The filters can be combined with each other as well as the generic query parameter. The given value is checked for inclusion.

func (ApiClientProfilesGetRequest) OrderBy ¶

The field name to sort the result list. Supported fields vary from object to object. Defaults to certain field depending on the object type.

func (ApiClientProfilesGetRequest) Query ¶

Query string to filter the result list. It&#39;s used for various fields depending on the object type. Send multiple query parameters to make the queries more specific.

func (ApiClientProfilesGetRequest) Range_ ¶

&#39;Range string to limit the result list. Format: -. 3-10 means he items between the (including) 3rd and the 10th will be returned. Defaults to all objects.&#39;

type ApiClientProfilesIdBarcodeGetRequest ¶

type ApiClientProfilesIdBarcodeGetRequest struct {
	ApiService *ClientProfilesApiService
	// contains filtered or unexported fields
}

func (ApiClientProfilesIdBarcodeGetRequest) Authorization ¶

The Token from the LoginResponse.

func (ApiClientProfilesIdBarcodeGetRequest) Execute ¶

type ApiClientProfilesIdDeleteRequest ¶

type ApiClientProfilesIdDeleteRequest struct {
	ApiService *ClientProfilesApiService
	// contains filtered or unexported fields
}

func (ApiClientProfilesIdDeleteRequest) Authorization ¶

The Token from the LoginResponse.

func (ApiClientProfilesIdDeleteRequest) Execute ¶

type ApiClientProfilesIdGetRequest ¶

type ApiClientProfilesIdGetRequest struct {
	ApiService *ClientProfilesApiService
	// contains filtered or unexported fields
}

func (ApiClientProfilesIdGetRequest) Authorization ¶

The Token from the LoginResponse.

func (ApiClientProfilesIdGetRequest) Execute ¶

type ApiClientProfilesIdPutRequest ¶

type ApiClientProfilesIdPutRequest struct {
	ApiService *ClientProfilesApiService
	// contains filtered or unexported fields
}

func (ApiClientProfilesIdPutRequest) Authorization ¶

The Token from the LoginResponse.

func (ApiClientProfilesIdPutRequest) ClientProfile ¶

Client Profile object.

func (ApiClientProfilesIdPutRequest) Execute ¶

type ApiClientProfilesIdUrlGetRequest ¶

type ApiClientProfilesIdUrlGetRequest struct {
	ApiService *ClientProfilesApiService
	// contains filtered or unexported fields
}

func (ApiClientProfilesIdUrlGetRequest) Authorization ¶

The Token from the LoginResponse.

func (ApiClientProfilesIdUrlGetRequest) Execute ¶

type ApiClientProfilesPostRequest ¶

type ApiClientProfilesPostRequest struct {
	ApiService *ClientProfilesApiService
	// contains filtered or unexported fields
}

func (ApiClientProfilesPostRequest) Authorization ¶

func (r ApiClientProfilesPostRequest) Authorization(authorization string) ApiClientProfilesPostRequest

The Token from the LoginResponse.

func (ApiClientProfilesPostRequest) ClientProfile ¶

Client Profile object.

func (ApiClientProfilesPostRequest) Execute ¶

type ApiConditionsGetRequest ¶

type ApiConditionsGetRequest struct {
	ApiService *ConditionsApiService
	// contains filtered or unexported fields
}

func (ApiConditionsGetRequest) Authorization ¶

func (r ApiConditionsGetRequest) Authorization(authorization string) ApiConditionsGetRequest

The Token from the LoginResponse.

func (ApiConditionsGetRequest) Descending ¶

func (r ApiConditionsGetRequest) Descending(descending string) ApiConditionsGetRequest

Whether the sorting is applied descending or ascending. Defaults to certain field depending on the object type.

func (ApiConditionsGetRequest) Execute ¶

func (ApiConditionsGetRequest) FilterBy ¶

Filters the result list by the given field and value. Supported fields vary from API to API. The filters can be combined with each other as well as the generic query parameter. The given value is checked for inclusion.

func (ApiConditionsGetRequest) OrderBy ¶

The field name to sort the result list. Supported fields vary from object to object. Defaults to certain field depending on the object type.

func (ApiConditionsGetRequest) Query ¶

Query string to filter the result list. It&#39;s used for various fields depending on the object type. Send multiple query parameters to make the queries more specific.

func (ApiConditionsGetRequest) Range_ ¶

&#39;Range string to limit the result list. Format: -. 3-10 means he items between the (including) 3rd and the 10th will be returned. Defaults to all objects.&#39;

type ApiConditionsIdDeleteRequest ¶

type ApiConditionsIdDeleteRequest struct {
	ApiService *ConditionsApiService
	// contains filtered or unexported fields
}

func (ApiConditionsIdDeleteRequest) Authorization ¶

func (r ApiConditionsIdDeleteRequest) Authorization(authorization string) ApiConditionsIdDeleteRequest

The Token from the LoginResponse.

func (ApiConditionsIdDeleteRequest) Execute ¶

type ApiConditionsIdGetRequest ¶

type ApiConditionsIdGetRequest struct {
	ApiService *ConditionsApiService
	// contains filtered or unexported fields
}

func (ApiConditionsIdGetRequest) Authorization ¶

func (r ApiConditionsIdGetRequest) Authorization(authorization string) ApiConditionsIdGetRequest

The Token from the LoginResponse.

func (ApiConditionsIdGetRequest) Execute ¶

type ApiConditionsIdPutRequest ¶

type ApiConditionsIdPutRequest struct {
	ApiService *ConditionsApiService
	// contains filtered or unexported fields
}

func (ApiConditionsIdPutRequest) Authorization ¶

func (r ApiConditionsIdPutRequest) Authorization(authorization string) ApiConditionsIdPutRequest

The Token from the LoginResponse.

func (ApiConditionsIdPutRequest) Condition ¶

Condition object.

func (ApiConditionsIdPutRequest) Execute ¶

type ApiConditionsPostRequest ¶

type ApiConditionsPostRequest struct {
	ApiService *ConditionsApiService
	// contains filtered or unexported fields
}

func (ApiConditionsPostRequest) Authorization ¶

func (r ApiConditionsPostRequest) Authorization(authorization string) ApiConditionsPostRequest

The Token from the LoginResponse.

func (ApiConditionsPostRequest) Condition ¶

Condition object.

func (ApiConditionsPostRequest) Execute ¶

type ApiConditionsTestPostRequest ¶

type ApiConditionsTestPostRequest struct {
	ApiService *ConditionsApiService
	// contains filtered or unexported fields
}

func (ApiConditionsTestPostRequest) Authorization ¶

func (r ApiConditionsTestPostRequest) Authorization(authorization string) ApiConditionsTestPostRequest

The Token from the LoginResponse.

func (ApiConditionsTestPostRequest) Execute ¶

func (ApiConditionsTestPostRequest) TestRequest ¶

The evaluation details.

type ApiConnectorIdentityProvidersGetRequest ¶

type ApiConnectorIdentityProvidersGetRequest struct {
	ApiService *ConnectorIdentityProvidersApiService
	// contains filtered or unexported fields
}

func (ApiConnectorIdentityProvidersGetRequest) Authorization ¶

The Token from the LoginResponse.

func (ApiConnectorIdentityProvidersGetRequest) Descending ¶

Whether the sorting is applied descending or ascending. Defaults to certain field depending on the object type.

func (ApiConnectorIdentityProvidersGetRequest) Execute ¶

func (ApiConnectorIdentityProvidersGetRequest) FilterBy ¶

Filters the result list by the given field and value. Supported fields vary from object to object. The filters can be combined with each other as well as the generic query field. The given value is checked for inclusion. The representation of the dynamic query parameters is not correct at the moment. See the example for getting a better idea.

func (ApiConnectorIdentityProvidersGetRequest) OrderBy ¶

The field name to sort the result list. Supported fields vary from object to object. Defaults to certain field depending on the object type.

func (ApiConnectorIdentityProvidersGetRequest) Query ¶

Query string to filter the result list. It&#39;s used for various fields depending on the object type. Send multiple Send multiple query parameters to make the queries more specific.

func (ApiConnectorIdentityProvidersGetRequest) Range_ ¶

&#39;Range string to limit the result list. Format: -. 3-10 means he items between the (including) 3rd and the 10th will be returned. Defaults to all objects.&#39;

type ApiConnectorIdentityProvidersIdAttributesPostRequest ¶

type ApiConnectorIdentityProvidersIdAttributesPostRequest struct {
	ApiService *ConnectorIdentityProvidersApiService
	// contains filtered or unexported fields
}

func (ApiConnectorIdentityProvidersIdAttributesPostRequest) Authorization ¶

The Token from the LoginResponse.

func (ApiConnectorIdentityProvidersIdAttributesPostRequest) Execute ¶

func (ApiConnectorIdentityProvidersIdAttributesPostRequest) IdentityProvidersIdAttributesPostRequest ¶

func (r ApiConnectorIdentityProvidersIdAttributesPostRequest) IdentityProvidersIdAttributesPostRequest(identityProvidersIdAttributesPostRequest IdentityProvidersIdAttributesPostRequest) ApiConnectorIdentityProvidersIdAttributesPostRequest

User details to get attributes for.

type ApiConnectorIdentityProvidersIdDeleteRequest ¶

type ApiConnectorIdentityProvidersIdDeleteRequest struct {
	ApiService *ConnectorIdentityProvidersApiService
	// contains filtered or unexported fields
}

func (ApiConnectorIdentityProvidersIdDeleteRequest) Authorization ¶

The Token from the LoginResponse.

func (ApiConnectorIdentityProvidersIdDeleteRequest) Execute ¶

type ApiConnectorIdentityProvidersIdGetRequest ¶

type ApiConnectorIdentityProvidersIdGetRequest struct {
	ApiService *ConnectorIdentityProvidersApiService
	// contains filtered or unexported fields
}

func (ApiConnectorIdentityProvidersIdGetRequest) Authorization ¶

The Token from the LoginResponse.

func (ApiConnectorIdentityProvidersIdGetRequest) Execute ¶

type ApiConnectorIdentityProvidersIdPutRequest ¶

type ApiConnectorIdentityProvidersIdPutRequest struct {
	ApiService *ConnectorIdentityProvidersApiService
	// contains filtered or unexported fields
}

func (ApiConnectorIdentityProvidersIdPutRequest) Authorization ¶

The Token from the LoginResponse.

func (ApiConnectorIdentityProvidersIdPutRequest) Body ¶

Identity Provider object.

func (ApiConnectorIdentityProvidersIdPutRequest) Execute ¶

type ApiConnectorIdentityProvidersPostRequest ¶

type ApiConnectorIdentityProvidersPostRequest struct {
	ApiService *ConnectorIdentityProvidersApiService
	// contains filtered or unexported fields
}

func (ApiConnectorIdentityProvidersPostRequest) Authorization ¶

The Token from the LoginResponse.

func (ApiConnectorIdentityProvidersPostRequest) Body ¶

Identity Provider object.

func (ApiConnectorIdentityProvidersPostRequest) Execute ¶

type ApiConnectorIdentityProvidersTestPostRequest ¶

type ApiConnectorIdentityProvidersTestPostRequest struct {
	ApiService *ConnectorIdentityProvidersApiService
	// contains filtered or unexported fields
}

func (ApiConnectorIdentityProvidersTestPostRequest) Authorization ¶

The Token from the LoginResponse.

func (ApiConnectorIdentityProvidersTestPostRequest) Body ¶

Identity Provider object.

func (ApiConnectorIdentityProvidersTestPostRequest) Execute ¶

type ApiCriteriaScriptsGetRequest ¶

type ApiCriteriaScriptsGetRequest struct {
	ApiService *CriteriaScriptsApiService
	// contains filtered or unexported fields
}

func (ApiCriteriaScriptsGetRequest) Authorization ¶

func (r ApiCriteriaScriptsGetRequest) Authorization(authorization string) ApiCriteriaScriptsGetRequest

The Token from the LoginResponse.

func (ApiCriteriaScriptsGetRequest) Descending ¶

Whether the sorting is applied descending or ascending. Defaults to certain field depending on the object type.

func (ApiCriteriaScriptsGetRequest) Execute ¶

func (ApiCriteriaScriptsGetRequest) FilterBy ¶

Filters the result list by the given field and value. Supported fields vary from API to API. The filters can be combined with each other as well as the generic query parameter. The given value is checked for inclusion.

func (ApiCriteriaScriptsGetRequest) OrderBy ¶

The field name to sort the result list. Supported fields vary from object to object. Defaults to certain field depending on the object type.

func (ApiCriteriaScriptsGetRequest) Query ¶

Query string to filter the result list. It&#39;s used for various fields depending on the object type. Send multiple query parameters to make the queries more specific.

func (ApiCriteriaScriptsGetRequest) Range_ ¶

&#39;Range string to limit the result list. Format: -. 3-10 means he items between the (including) 3rd and the 10th will be returned. Defaults to all objects.&#39;

type ApiCriteriaScriptsIdDeleteRequest ¶

type ApiCriteriaScriptsIdDeleteRequest struct {
	ApiService *CriteriaScriptsApiService
	// contains filtered or unexported fields
}

func (ApiCriteriaScriptsIdDeleteRequest) Authorization ¶

The Token from the LoginResponse.

func (ApiCriteriaScriptsIdDeleteRequest) Execute ¶

type ApiCriteriaScriptsIdGetRequest ¶

type ApiCriteriaScriptsIdGetRequest struct {
	ApiService *CriteriaScriptsApiService
	// contains filtered or unexported fields
}

func (ApiCriteriaScriptsIdGetRequest) Authorization ¶

The Token from the LoginResponse.

func (ApiCriteriaScriptsIdGetRequest) Execute ¶

type ApiCriteriaScriptsIdPutRequest ¶

type ApiCriteriaScriptsIdPutRequest struct {
	ApiService *CriteriaScriptsApiService
	// contains filtered or unexported fields
}

func (ApiCriteriaScriptsIdPutRequest) Authorization ¶

The Token from the LoginResponse.

func (ApiCriteriaScriptsIdPutRequest) CriteriaScript ¶

Criteria Script object.

func (ApiCriteriaScriptsIdPutRequest) Execute ¶

type ApiCriteriaScriptsPostRequest ¶

type ApiCriteriaScriptsPostRequest struct {
	ApiService *CriteriaScriptsApiService
	// contains filtered or unexported fields
}

func (ApiCriteriaScriptsPostRequest) Authorization ¶

The Token from the LoginResponse.

func (ApiCriteriaScriptsPostRequest) CriteriaScript ¶

Criteria Script object.

func (ApiCriteriaScriptsPostRequest) Execute ¶

type ApiDeviceScriptsDownloadIdGetRequest ¶

type ApiDeviceScriptsDownloadIdGetRequest struct {
	ApiService *DeviceClaimScriptsApiService
	// contains filtered or unexported fields
}

func (ApiDeviceScriptsDownloadIdGetRequest) Authorization ¶

The Token from the LoginResponse.

func (ApiDeviceScriptsDownloadIdGetRequest) Execute ¶

type ApiDeviceScriptsGetRequest ¶

type ApiDeviceScriptsGetRequest struct {
	ApiService *DeviceClaimScriptsApiService
	// contains filtered or unexported fields
}

func (ApiDeviceScriptsGetRequest) Authorization ¶

func (r ApiDeviceScriptsGetRequest) Authorization(authorization string) ApiDeviceScriptsGetRequest

The Token from the LoginResponse.

func (ApiDeviceScriptsGetRequest) Descending ¶

Whether the sorting is applied descending or ascending. Defaults to certain field depending on the object type.

func (ApiDeviceScriptsGetRequest) Execute ¶

func (ApiDeviceScriptsGetRequest) FilterBy ¶

Filters the result list by the given field and value. Supported fields vary from API to API. The filters can be combined with each other as well as the generic query parameter. The given value is checked for inclusion.

func (ApiDeviceScriptsGetRequest) OrderBy ¶

The field name to sort the result list. Supported fields vary from object to object. Defaults to certain field depending on the object type.

func (ApiDeviceScriptsGetRequest) Query ¶

Query string to filter the result list. It&#39;s used for various fields depending on the object type. Send multiple query parameters to make the queries more specific.

func (ApiDeviceScriptsGetRequest) Range_ ¶

&#39;Range string to limit the result list. Format: -. 3-10 means he items between the (including) 3rd and the 10th will be returned. Defaults to all objects.&#39;

type ApiDeviceScriptsIdDeleteRequest ¶

type ApiDeviceScriptsIdDeleteRequest struct {
	ApiService *DeviceClaimScriptsApiService
	// contains filtered or unexported fields
}

func (ApiDeviceScriptsIdDeleteRequest) Authorization ¶

The Token from the LoginResponse.

func (ApiDeviceScriptsIdDeleteRequest) Execute ¶

type ApiDeviceScriptsIdGetRequest ¶

type ApiDeviceScriptsIdGetRequest struct {
	ApiService *DeviceClaimScriptsApiService
	// contains filtered or unexported fields
}

func (ApiDeviceScriptsIdGetRequest) Authorization ¶

func (r ApiDeviceScriptsIdGetRequest) Authorization(authorization string) ApiDeviceScriptsIdGetRequest

The Token from the LoginResponse.

func (ApiDeviceScriptsIdGetRequest) Execute ¶

type ApiDeviceScriptsIdPutRequest ¶

type ApiDeviceScriptsIdPutRequest struct {
	ApiService *DeviceClaimScriptsApiService
	// contains filtered or unexported fields
}

func (ApiDeviceScriptsIdPutRequest) Authorization ¶

func (r ApiDeviceScriptsIdPutRequest) Authorization(authorization string) ApiDeviceScriptsIdPutRequest

The Token from the LoginResponse.

func (ApiDeviceScriptsIdPutRequest) DeviceScript ¶

Device Claim Script object.

func (ApiDeviceScriptsIdPutRequest) Execute ¶

type ApiDeviceScriptsPostRequest ¶

type ApiDeviceScriptsPostRequest struct {
	ApiService *DeviceClaimScriptsApiService
	// contains filtered or unexported fields
}

func (ApiDeviceScriptsPostRequest) Authorization ¶

func (r ApiDeviceScriptsPostRequest) Authorization(authorization string) ApiDeviceScriptsPostRequest

The Token from the LoginResponse.

func (ApiDeviceScriptsPostRequest) DeviceScript ¶

Device Claim Script object.

func (ApiDeviceScriptsPostRequest) Execute ¶

type ApiEntitlementScriptsGetRequest ¶

type ApiEntitlementScriptsGetRequest struct {
	ApiService *EntitlementScriptsApiService
	// contains filtered or unexported fields
}

func (ApiEntitlementScriptsGetRequest) Authorization ¶

The Token from the LoginResponse.

func (ApiEntitlementScriptsGetRequest) Descending ¶

Whether the sorting is applied descending or ascending. Defaults to certain field depending on the object type.

func (ApiEntitlementScriptsGetRequest) Execute ¶

func (ApiEntitlementScriptsGetRequest) FilterBy ¶

Filters the result list by the given field and value. Supported fields vary from API to API. The filters can be combined with each other as well as the generic query parameter. The given value is checked for inclusion.

func (ApiEntitlementScriptsGetRequest) OrderBy ¶

The field name to sort the result list. Supported fields vary from object to object. Defaults to certain field depending on the object type.

func (ApiEntitlementScriptsGetRequest) Query ¶

Query string to filter the result list. It&#39;s used for various fields depending on the object type. Send multiple query parameters to make the queries more specific.

func (ApiEntitlementScriptsGetRequest) Range_ ¶

&#39;Range string to limit the result list. Format: -. 3-10 means he items between the (including) 3rd and the 10th will be returned. Defaults to all objects.&#39;

type ApiEntitlementScriptsIdDeleteRequest ¶

type ApiEntitlementScriptsIdDeleteRequest struct {
	ApiService *EntitlementScriptsApiService
	// contains filtered or unexported fields
}

func (ApiEntitlementScriptsIdDeleteRequest) Authorization ¶

The Token from the LoginResponse.

func (ApiEntitlementScriptsIdDeleteRequest) Execute ¶

type ApiEntitlementScriptsIdGetRequest ¶

type ApiEntitlementScriptsIdGetRequest struct {
	ApiService *EntitlementScriptsApiService
	// contains filtered or unexported fields
}

func (ApiEntitlementScriptsIdGetRequest) Authorization ¶

The Token from the LoginResponse.

func (ApiEntitlementScriptsIdGetRequest) Execute ¶

type ApiEntitlementScriptsIdPutRequest ¶

type ApiEntitlementScriptsIdPutRequest struct {
	ApiService *EntitlementScriptsApiService
	// contains filtered or unexported fields
}

func (ApiEntitlementScriptsIdPutRequest) Authorization ¶

The Token from the LoginResponse.

func (ApiEntitlementScriptsIdPutRequest) EntitlementScript ¶

Entitlement Script object.

func (ApiEntitlementScriptsIdPutRequest) Execute ¶

type ApiEntitlementScriptsPostRequest ¶

type ApiEntitlementScriptsPostRequest struct {
	ApiService *EntitlementScriptsApiService
	// contains filtered or unexported fields
}

func (ApiEntitlementScriptsPostRequest) Authorization ¶

The Token from the LoginResponse.

func (ApiEntitlementScriptsPostRequest) EntitlementScript ¶

Entitlement Script object.

func (ApiEntitlementScriptsPostRequest) Execute ¶

type ApiEntitlementScriptsTestPostRequest ¶

type ApiEntitlementScriptsTestPostRequest struct {
	ApiService *EntitlementScriptsApiService
	// contains filtered or unexported fields
}

func (ApiEntitlementScriptsTestPostRequest) Authorization ¶

The Token from the LoginResponse.

func (ApiEntitlementScriptsTestPostRequest) EntitlementScriptsTest ¶

The evaluation details.

func (ApiEntitlementScriptsTestPostRequest) Execute ¶

type ApiEntitlementsGetRequest ¶

type ApiEntitlementsGetRequest struct {
	ApiService *EntitlementsApiService
	// contains filtered or unexported fields
}

func (ApiEntitlementsGetRequest) Authorization ¶

func (r ApiEntitlementsGetRequest) Authorization(authorization string) ApiEntitlementsGetRequest

The Token from the LoginResponse.

func (ApiEntitlementsGetRequest) Descending ¶

Whether the sorting is applied descending or ascending. Defaults to certain field depending on the object type.

func (ApiEntitlementsGetRequest) Execute ¶

func (ApiEntitlementsGetRequest) FilterBy ¶

Filters the result list by the given field and value. Supported fields vary from API to API. The filters can be combined with each other as well as the generic query parameter. The given value is checked for inclusion.

func (ApiEntitlementsGetRequest) OrderBy ¶

The field name to sort the result list. Supported fields vary from object to object. Defaults to certain field depending on the object type.

func (ApiEntitlementsGetRequest) Query ¶

Query string to filter the result list. It&#39;s used for various fields depending on the object type. Send multiple query parameters to make the queries more specific.

func (ApiEntitlementsGetRequest) Range_ ¶

&#39;Range string to limit the result list. Format: -. 3-10 means he items between the (including) 3rd and the 10th will be returned. Defaults to all objects.&#39;

type ApiEntitlementsIdDeleteRequest ¶

type ApiEntitlementsIdDeleteRequest struct {
	ApiService *EntitlementsApiService
	// contains filtered or unexported fields
}

func (ApiEntitlementsIdDeleteRequest) Authorization ¶

The Token from the LoginResponse.

func (ApiEntitlementsIdDeleteRequest) Execute ¶

type ApiEntitlementsIdGetRequest ¶

type ApiEntitlementsIdGetRequest struct {
	ApiService *EntitlementsApiService
	// contains filtered or unexported fields
}

func (ApiEntitlementsIdGetRequest) Authorization ¶

func (r ApiEntitlementsIdGetRequest) Authorization(authorization string) ApiEntitlementsIdGetRequest

The Token from the LoginResponse.

func (ApiEntitlementsIdGetRequest) Execute ¶

type ApiEntitlementsIdPutRequest ¶

type ApiEntitlementsIdPutRequest struct {
	ApiService *EntitlementsApiService
	// contains filtered or unexported fields
}

func (ApiEntitlementsIdPutRequest) Authorization ¶

func (r ApiEntitlementsIdPutRequest) Authorization(authorization string) ApiEntitlementsIdPutRequest

The Token from the LoginResponse.

func (ApiEntitlementsIdPutRequest) Entitlement ¶

Entitlement object.

func (ApiEntitlementsIdPutRequest) Execute ¶

type ApiEntitlementsPostRequest ¶

type ApiEntitlementsPostRequest struct {
	ApiService *EntitlementsApiService
	// contains filtered or unexported fields
}

func (ApiEntitlementsPostRequest) Authorization ¶

func (r ApiEntitlementsPostRequest) Authorization(authorization string) ApiEntitlementsPostRequest

The Token from the LoginResponse.

func (ApiEntitlementsPostRequest) Entitlement ¶

Entitlement object.

func (ApiEntitlementsPostRequest) Execute ¶

type ApiFido2DevicesDistinguishedNameDeleteRequest ¶

type ApiFido2DevicesDistinguishedNameDeleteRequest struct {
	ApiService *FIDO2DevicesApiService
	// contains filtered or unexported fields
}

func (ApiFido2DevicesDistinguishedNameDeleteRequest) Authorization ¶

The Token from the LoginResponse.

func (ApiFido2DevicesDistinguishedNameDeleteRequest) Execute ¶

type ApiFido2DevicesGetRequest ¶

type ApiFido2DevicesGetRequest struct {
	ApiService *FIDO2DevicesApiService
	// contains filtered or unexported fields
}

func (ApiFido2DevicesGetRequest) Authorization ¶

func (r ApiFido2DevicesGetRequest) Authorization(authorization string) ApiFido2DevicesGetRequest

The Token from the LoginResponse.

func (ApiFido2DevicesGetRequest) Descending ¶

Whether the sorting is applied descending or ascending. Defaults to certain field depending on the object type.

func (ApiFido2DevicesGetRequest) Execute ¶

func (ApiFido2DevicesGetRequest) FilterBy ¶

Filters the result list by the given field and value. Supported fields vary from API to API. The filters can be combined with each other as well as the generic query parameter. The given value is checked for inclusion.

func (ApiFido2DevicesGetRequest) OrderBy ¶

The field name to sort the result list. Supported fields vary from object to object. Defaults to certain field depending on the object type.

func (ApiFido2DevicesGetRequest) Query ¶

Query string to filter the result list. It&#39;s used for various fields depending on the object type. Send multiple query parameters to make the queries more specific.

func (ApiFido2DevicesGetRequest) Range_ ¶

&#39;Range string to limit the result list. Format: -. 3-10 means he items between the (including) 3rd and the 10th will be returned. Defaults to all objects.&#39;

type ApiFilesFilenameDeleteRequest ¶

type ApiFilesFilenameDeleteRequest struct {
	ApiService *ApplianceUpgradeApiService
	// contains filtered or unexported fields
}

func (ApiFilesFilenameDeleteRequest) Authorization ¶

The Token from the LoginResponse.

func (ApiFilesFilenameDeleteRequest) Checksum ¶

Whether to calculate checksum of the File(s) and include in the response. If true, response take may long depending on the File sizes.

func (ApiFilesFilenameDeleteRequest) Execute ¶

type ApiFilesFilenameGetRequest ¶

type ApiFilesFilenameGetRequest struct {
	ApiService *ApplianceUpgradeApiService
	// contains filtered or unexported fields
}

func (ApiFilesFilenameGetRequest) Authorization ¶

func (r ApiFilesFilenameGetRequest) Authorization(authorization string) ApiFilesFilenameGetRequest

The Token from the LoginResponse.

func (ApiFilesFilenameGetRequest) Checksum ¶

Whether to calculate checksum of the File(s) and include in the response. If true, response take may long depending on the File sizes.

func (ApiFilesFilenameGetRequest) Execute ¶

type ApiFilesGetRequest ¶

type ApiFilesGetRequest struct {
	ApiService *ApplianceUpgradeApiService
	// contains filtered or unexported fields
}

func (ApiFilesGetRequest) Authorization ¶

func (r ApiFilesGetRequest) Authorization(authorization string) ApiFilesGetRequest

The Token from the LoginResponse.

func (ApiFilesGetRequest) Checksum ¶

func (r ApiFilesGetRequest) Checksum(checksum bool) ApiFilesGetRequest

Whether to calculate checksum of the File(s) and include in the response. If true, response take may long depending on the File sizes.

func (ApiFilesGetRequest) Execute ¶

func (r ApiFilesGetRequest) Execute() (*FileList, *http.Response, error)

type ApiFilesPostRequest ¶

type ApiFilesPostRequest struct {
	ApiService *ApplianceUpgradeApiService
	// contains filtered or unexported fields
}

func (ApiFilesPostRequest) Authorization ¶

func (r ApiFilesPostRequest) Authorization(authorization string) ApiFilesPostRequest

The Token from the LoginResponse.

func (ApiFilesPostRequest) Execute ¶

func (r ApiFilesPostRequest) Execute() (*http.Response, error)

func (ApiFilesPostRequest) FilesGetRequest1 ¶

func (r ApiFilesPostRequest) FilesGetRequest1(filesGetRequest1 FilesGetRequest1) ApiFilesPostRequest

type ApiFilesPutRequest ¶

type ApiFilesPutRequest struct {
	ApiService *ApplianceUpgradeApiService
	// contains filtered or unexported fields
}

func (ApiFilesPutRequest) Authorization ¶

func (r ApiFilesPutRequest) Authorization(authorization string) ApiFilesPutRequest

The Token from the LoginResponse.

func (ApiFilesPutRequest) Execute ¶

func (r ApiFilesPutRequest) Execute() (*http.Response, error)

func (ApiFilesPutRequest) File ¶

The File to upload. \\\&quot;filename\\\&quot;w must be included in in Content-Disposition.

type ApiGlobalSettingsDeleteRequest ¶

type ApiGlobalSettingsDeleteRequest struct {
	ApiService *GlobalSettingsApiService
	// contains filtered or unexported fields
}

func (ApiGlobalSettingsDeleteRequest) Authorization ¶

The Token from the LoginResponse.

func (ApiGlobalSettingsDeleteRequest) Execute ¶

type ApiGlobalSettingsGetRequest ¶

type ApiGlobalSettingsGetRequest struct {
	ApiService *GlobalSettingsApiService
	// contains filtered or unexported fields
}

func (ApiGlobalSettingsGetRequest) Authorization ¶

func (r ApiGlobalSettingsGetRequest) Authorization(authorization string) ApiGlobalSettingsGetRequest

The Token from the LoginResponse.

func (ApiGlobalSettingsGetRequest) Execute ¶

type ApiGlobalSettingsPutRequest ¶

type ApiGlobalSettingsPutRequest struct {
	ApiService *GlobalSettingsApiService
	// contains filtered or unexported fields
}

func (ApiGlobalSettingsPutRequest) Authorization ¶

func (r ApiGlobalSettingsPutRequest) Authorization(authorization string) ApiGlobalSettingsPutRequest

The Token from the LoginResponse.

func (ApiGlobalSettingsPutRequest) Execute ¶

func (ApiGlobalSettingsPutRequest) GlobalSettings ¶

Global settings.

type ApiIdentityProvidersGetRequest ¶

type ApiIdentityProvidersGetRequest struct {
	ApiService *IdentityProvidersApiService
	// contains filtered or unexported fields
}

func (ApiIdentityProvidersGetRequest) Authorization ¶

The Token from the LoginResponse.

func (ApiIdentityProvidersGetRequest) Descending ¶

Whether the sorting is applied descending or ascending. Defaults to certain field depending on the object type.

func (ApiIdentityProvidersGetRequest) Execute ¶

func (ApiIdentityProvidersGetRequest) FilterBy ¶

Filters the result list by the given field and value. Supported fields vary from API to API. The filters can be combined with each other as well as the generic query parameter. The given value is checked for inclusion.

func (ApiIdentityProvidersGetRequest) OrderBy ¶

The field name to sort the result list. Supported fields vary from object to object. Defaults to certain field depending on the object type.

func (ApiIdentityProvidersGetRequest) Query ¶

Query string to filter the result list. It&#39;s used for various fields depending on the object type. Send multiple query parameters to make the queries more specific.

func (ApiIdentityProvidersGetRequest) Range_ ¶

&#39;Range string to limit the result list. Format: -. 3-10 means he items between the (including) 3rd and the 10th will be returned. Defaults to all objects.&#39;

type ApiIdentityProvidersIdAttributesPostRequest ¶

type ApiIdentityProvidersIdAttributesPostRequest struct {
	ApiService *IdentityProvidersApiService
	// contains filtered or unexported fields
}

func (ApiIdentityProvidersIdAttributesPostRequest) Authorization ¶

The Token from the LoginResponse.

func (ApiIdentityProvidersIdAttributesPostRequest) Execute ¶

func (ApiIdentityProvidersIdAttributesPostRequest) IdentityProvidersIdAttributesPostRequest ¶

func (r ApiIdentityProvidersIdAttributesPostRequest) IdentityProvidersIdAttributesPostRequest(identityProvidersIdAttributesPostRequest IdentityProvidersIdAttributesPostRequest) ApiIdentityProvidersIdAttributesPostRequest

User details to get attributes for.

type ApiIdentityProvidersIdDeleteRequest ¶

type ApiIdentityProvidersIdDeleteRequest struct {
	ApiService *IdentityProvidersApiService
	// contains filtered or unexported fields
}

func (ApiIdentityProvidersIdDeleteRequest) Authorization ¶

The Token from the LoginResponse.

func (ApiIdentityProvidersIdDeleteRequest) Execute ¶

type ApiIdentityProvidersIdGetRequest ¶

type ApiIdentityProvidersIdGetRequest struct {
	ApiService *IdentityProvidersApiService
	// contains filtered or unexported fields
}

func (ApiIdentityProvidersIdGetRequest) Authorization ¶

The Token from the LoginResponse.

func (ApiIdentityProvidersIdGetRequest) Execute ¶

func (r ApiIdentityProvidersIdGetRequest) Execute() (map[string]interface{}, *http.Response, error)

type ApiIdentityProvidersIdPutRequest ¶

type ApiIdentityProvidersIdPutRequest struct {
	ApiService *IdentityProvidersApiService
	// contains filtered or unexported fields
}

func (ApiIdentityProvidersIdPutRequest) Authorization ¶

The Token from the LoginResponse.

func (ApiIdentityProvidersIdPutRequest) Body ¶

Identity Provider object.

func (ApiIdentityProvidersIdPutRequest) Execute ¶

func (r ApiIdentityProvidersIdPutRequest) Execute() (map[string]interface{}, *http.Response, error)

type ApiIdentityProvidersNamesGetRequest ¶

type ApiIdentityProvidersNamesGetRequest struct {
	ApiService *LoginApiService
	// contains filtered or unexported fields
}

func (ApiIdentityProvidersNamesGetRequest) Execute ¶

type ApiIdentityProvidersPostRequest ¶

type ApiIdentityProvidersPostRequest struct {
	ApiService *IdentityProvidersApiService
	// contains filtered or unexported fields
}

func (ApiIdentityProvidersPostRequest) Authorization ¶

The Token from the LoginResponse.

func (ApiIdentityProvidersPostRequest) Body ¶

Identity Provider object.

func (ApiIdentityProvidersPostRequest) Execute ¶

func (r ApiIdentityProvidersPostRequest) Execute() (map[string]interface{}, *http.Response, error)

type ApiIdentityProvidersTestPostRequest ¶

type ApiIdentityProvidersTestPostRequest struct {
	ApiService *IdentityProvidersApiService
	// contains filtered or unexported fields
}

func (ApiIdentityProvidersTestPostRequest) Authorization ¶

The Token from the LoginResponse.

func (ApiIdentityProvidersTestPostRequest) Body ¶

Identity Provider object.

func (ApiIdentityProvidersTestPostRequest) Execute ¶

type ApiIpPoolsAllocatedIpsByDnDistinguishedNameGetRequest ¶

type ApiIpPoolsAllocatedIpsByDnDistinguishedNameGetRequest struct {
	ApiService *IPPoolsApiService
	// contains filtered or unexported fields
}

func (ApiIpPoolsAllocatedIpsByDnDistinguishedNameGetRequest) Authorization ¶

The Token from the LoginResponse.

func (ApiIpPoolsAllocatedIpsByDnDistinguishedNameGetRequest) Execute ¶

type ApiIpPoolsAllocatedIpsGetRequest ¶

type ApiIpPoolsAllocatedIpsGetRequest struct {
	ApiService *IPPoolsApiService
	// contains filtered or unexported fields
}

func (ApiIpPoolsAllocatedIpsGetRequest) Authorization ¶

The Token from the LoginResponse.

func (ApiIpPoolsAllocatedIpsGetRequest) Descending ¶

Whether the sorting is applied descending or ascending. Defaults to certain field depending on the object type.

func (ApiIpPoolsAllocatedIpsGetRequest) Execute ¶

func (ApiIpPoolsAllocatedIpsGetRequest) FilterBy ¶

Filters the result list by the given field and value. Supported fields vary from API to API. The filters can be combined with each other as well as the generic query parameter. The given value is checked for inclusion.

func (ApiIpPoolsAllocatedIpsGetRequest) OrderBy ¶

The field name to sort the result list. Supported fields vary from object to object. Defaults to certain field depending on the object type.

func (ApiIpPoolsAllocatedIpsGetRequest) Query ¶

Query string to filter the result list. It&#39;s used for various fields depending on the object type. Send multiple query parameters to make the queries more specific.

func (ApiIpPoolsAllocatedIpsGetRequest) Range_ ¶

&#39;Range string to limit the result list. Format: -. 3-10 means he items between the (including) 3rd and the 10th will be returned. Defaults to all objects.&#39;

type ApiIpPoolsGetRequest ¶

type ApiIpPoolsGetRequest struct {
	ApiService *IPPoolsApiService
	// contains filtered or unexported fields
}

func (ApiIpPoolsGetRequest) Authorization ¶

func (r ApiIpPoolsGetRequest) Authorization(authorization string) ApiIpPoolsGetRequest

The Token from the LoginResponse.

func (ApiIpPoolsGetRequest) Descending ¶

func (r ApiIpPoolsGetRequest) Descending(descending string) ApiIpPoolsGetRequest

Whether the sorting is applied descending or ascending. Defaults to certain field depending on the object type.

func (ApiIpPoolsGetRequest) Execute ¶

func (ApiIpPoolsGetRequest) FilterBy ¶

func (r ApiIpPoolsGetRequest) FilterBy(filterBy map[string]string) ApiIpPoolsGetRequest

Filters the result list by the given field and value. Supported fields vary from API to API. The filters can be combined with each other as well as the generic query parameter. The given value is checked for inclusion.

func (ApiIpPoolsGetRequest) OrderBy ¶

The field name to sort the result list. Supported fields vary from object to object. Defaults to certain field depending on the object type.

func (ApiIpPoolsGetRequest) Query ¶

Query string to filter the result list. It&#39;s used for various fields depending on the object type. Send multiple query parameters to make the queries more specific.

func (ApiIpPoolsGetRequest) Range_ ¶

&#39;Range string to limit the result list. Format: -. 3-10 means he items between the (including) 3rd and the 10th will be returned. Defaults to all objects.&#39;

type ApiIpPoolsIdDeleteRequest ¶

type ApiIpPoolsIdDeleteRequest struct {
	ApiService *IPPoolsApiService
	// contains filtered or unexported fields
}

func (ApiIpPoolsIdDeleteRequest) Authorization ¶

func (r ApiIpPoolsIdDeleteRequest) Authorization(authorization string) ApiIpPoolsIdDeleteRequest

The Token from the LoginResponse.

func (ApiIpPoolsIdDeleteRequest) Execute ¶

func (r ApiIpPoolsIdDeleteRequest) Execute() (*http.Response, error)

type ApiIpPoolsIdGetRequest ¶

type ApiIpPoolsIdGetRequest struct {
	ApiService *IPPoolsApiService
	// contains filtered or unexported fields
}

func (ApiIpPoolsIdGetRequest) Authorization ¶

func (r ApiIpPoolsIdGetRequest) Authorization(authorization string) ApiIpPoolsIdGetRequest

The Token from the LoginResponse.

func (ApiIpPoolsIdGetRequest) Execute ¶

func (r ApiIpPoolsIdGetRequest) Execute() (*IpPool, *http.Response, error)

type ApiIpPoolsIdPutRequest ¶

type ApiIpPoolsIdPutRequest struct {
	ApiService *IPPoolsApiService
	// contains filtered or unexported fields
}

func (ApiIpPoolsIdPutRequest) Authorization ¶

func (r ApiIpPoolsIdPutRequest) Authorization(authorization string) ApiIpPoolsIdPutRequest

The Token from the LoginResponse.

func (ApiIpPoolsIdPutRequest) Execute ¶

func (r ApiIpPoolsIdPutRequest) Execute() (*IpPool, *http.Response, error)

func (ApiIpPoolsIdPutRequest) IpPool ¶

IP Pool object.

type ApiIpPoolsPostRequest ¶

type ApiIpPoolsPostRequest struct {
	ApiService *IPPoolsApiService
	// contains filtered or unexported fields
}

func (ApiIpPoolsPostRequest) Authorization ¶

func (r ApiIpPoolsPostRequest) Authorization(authorization string) ApiIpPoolsPostRequest

The Token from the LoginResponse.

func (ApiIpPoolsPostRequest) Execute ¶

func (r ApiIpPoolsPostRequest) Execute() (*IpPool, *http.Response, error)

func (ApiIpPoolsPostRequest) IpPool ¶

IP Pool object.

type ApiLdapCertificateIdentityProvidersGetRequest ¶

type ApiLdapCertificateIdentityProvidersGetRequest struct {
	ApiService *LdapCertificateIdentityProvidersApiService
	// contains filtered or unexported fields
}

func (ApiLdapCertificateIdentityProvidersGetRequest) Authorization ¶

The Token from the LoginResponse.

func (ApiLdapCertificateIdentityProvidersGetRequest) Descending ¶

Whether the sorting is applied descending or ascending. Defaults to certain field depending on the object type.

func (ApiLdapCertificateIdentityProvidersGetRequest) Execute ¶

func (ApiLdapCertificateIdentityProvidersGetRequest) FilterBy ¶

Filters the result list by the given field and value. Supported fields vary from object to object. The filters can be combined with each other as well as the generic query field. The given value is checked for inclusion. The representation of the dynamic query parameters is not correct at the moment. See the example for getting a better idea.

func (ApiLdapCertificateIdentityProvidersGetRequest) OrderBy ¶

The field name to sort the result list. Supported fields vary from object to object. Defaults to certain field depending on the object type.

func (ApiLdapCertificateIdentityProvidersGetRequest) Query ¶

Query string to filter the result list. It&#39;s used for various fields depending on the object type. Send multiple Send multiple query parameters to make the queries more specific.

func (ApiLdapCertificateIdentityProvidersGetRequest) Range_ ¶

&#39;Range string to limit the result list. Format: -. 3-10 means he items between the (including) 3rd and the 10th will be returned. Defaults to all objects.&#39;

type ApiLdapCertificateIdentityProvidersIdAttributesPostRequest ¶

type ApiLdapCertificateIdentityProvidersIdAttributesPostRequest struct {
	ApiService *LdapCertificateIdentityProvidersApiService
	// contains filtered or unexported fields
}

func (ApiLdapCertificateIdentityProvidersIdAttributesPostRequest) Authorization ¶

The Token from the LoginResponse.

func (ApiLdapCertificateIdentityProvidersIdAttributesPostRequest) Execute ¶

func (ApiLdapCertificateIdentityProvidersIdAttributesPostRequest) IdentityProvidersIdAttributesPostRequest ¶

User details to get attributes for.

type ApiLdapCertificateIdentityProvidersIdDeleteRequest ¶

type ApiLdapCertificateIdentityProvidersIdDeleteRequest struct {
	ApiService *LdapCertificateIdentityProvidersApiService
	// contains filtered or unexported fields
}

func (ApiLdapCertificateIdentityProvidersIdDeleteRequest) Authorization ¶

The Token from the LoginResponse.

func (ApiLdapCertificateIdentityProvidersIdDeleteRequest) Execute ¶

type ApiLdapCertificateIdentityProvidersIdGetRequest ¶

type ApiLdapCertificateIdentityProvidersIdGetRequest struct {
	ApiService *LdapCertificateIdentityProvidersApiService
	// contains filtered or unexported fields
}

func (ApiLdapCertificateIdentityProvidersIdGetRequest) Authorization ¶

The Token from the LoginResponse.

func (ApiLdapCertificateIdentityProvidersIdGetRequest) Execute ¶

type ApiLdapCertificateIdentityProvidersIdPutRequest ¶ added in v1.1.1

type ApiLdapCertificateIdentityProvidersIdPutRequest struct {
	ApiService *LdapCertificateIdentityProvidersApiService
	// contains filtered or unexported fields
}

func (ApiLdapCertificateIdentityProvidersIdPutRequest) Authorization ¶ added in v1.1.1

The Token from the LoginResponse.

func (ApiLdapCertificateIdentityProvidersIdPutRequest) Body ¶ added in v1.1.1

Identity Provider object.

func (ApiLdapCertificateIdentityProvidersIdPutRequest) Execute ¶ added in v1.1.1

type ApiLdapCertificateIdentityProvidersPostRequest ¶

type ApiLdapCertificateIdentityProvidersPostRequest struct {
	ApiService *LdapCertificateIdentityProvidersApiService
	// contains filtered or unexported fields
}

func (ApiLdapCertificateIdentityProvidersPostRequest) Authorization ¶

The Token from the LoginResponse.

func (ApiLdapCertificateIdentityProvidersPostRequest) Body ¶

Identity Provider object.

func (ApiLdapCertificateIdentityProvidersPostRequest) Execute ¶

type ApiLdapCertificateIdentityProvidersTestPostRequest ¶

type ApiLdapCertificateIdentityProvidersTestPostRequest struct {
	ApiService *LdapCertificateIdentityProvidersApiService
	// contains filtered or unexported fields
}

func (ApiLdapCertificateIdentityProvidersTestPostRequest) Authorization ¶

The Token from the LoginResponse.

func (ApiLdapCertificateIdentityProvidersTestPostRequest) Body ¶

Identity Provider object.

func (ApiLdapCertificateIdentityProvidersTestPostRequest) Execute ¶

type ApiLdapIdentityProvidersGetRequest ¶

type ApiLdapIdentityProvidersGetRequest struct {
	ApiService *LdapIdentityProvidersApiService
	// contains filtered or unexported fields
}

func (ApiLdapIdentityProvidersGetRequest) Authorization ¶

The Token from the LoginResponse.

func (ApiLdapIdentityProvidersGetRequest) Descending ¶

Whether the sorting is applied descending or ascending. Defaults to certain field depending on the object type.

func (ApiLdapIdentityProvidersGetRequest) Execute ¶

func (ApiLdapIdentityProvidersGetRequest) FilterBy ¶

Filters the result list by the given field and value. Supported fields vary from object to object. The filters can be combined with each other as well as the generic query field. The given value is checked for inclusion. The representation of the dynamic query parameters is not correct at the moment. See the example for getting a better idea.

func (ApiLdapIdentityProvidersGetRequest) OrderBy ¶

The field name to sort the result list. Supported fields vary from object to object. Defaults to certain field depending on the object type.

func (ApiLdapIdentityProvidersGetRequest) Query ¶

Query string to filter the result list. It&#39;s used for various fields depending on the object type. Send multiple Send multiple query parameters to make the queries more specific.

func (ApiLdapIdentityProvidersGetRequest) Range_ ¶

&#39;Range string to limit the result list. Format: -. 3-10 means he items between the (including) 3rd and the 10th will be returned. Defaults to all objects.&#39;

type ApiLdapIdentityProvidersIdAttributesPostRequest ¶

type ApiLdapIdentityProvidersIdAttributesPostRequest struct {
	ApiService *LdapIdentityProvidersApiService
	// contains filtered or unexported fields
}

func (ApiLdapIdentityProvidersIdAttributesPostRequest) Authorization ¶

The Token from the LoginResponse.

func (ApiLdapIdentityProvidersIdAttributesPostRequest) Execute ¶

func (ApiLdapIdentityProvidersIdAttributesPostRequest) IdentityProvidersIdAttributesPostRequest ¶

func (r ApiLdapIdentityProvidersIdAttributesPostRequest) IdentityProvidersIdAttributesPostRequest(identityProvidersIdAttributesPostRequest IdentityProvidersIdAttributesPostRequest) ApiLdapIdentityProvidersIdAttributesPostRequest

User details to get attributes for.

type ApiLdapIdentityProvidersIdDeleteRequest ¶

type ApiLdapIdentityProvidersIdDeleteRequest struct {
	ApiService *LdapIdentityProvidersApiService
	// contains filtered or unexported fields
}

func (ApiLdapIdentityProvidersIdDeleteRequest) Authorization ¶

The Token from the LoginResponse.

func (ApiLdapIdentityProvidersIdDeleteRequest) Execute ¶

type ApiLdapIdentityProvidersIdGetRequest ¶

type ApiLdapIdentityProvidersIdGetRequest struct {
	ApiService *LdapIdentityProvidersApiService
	// contains filtered or unexported fields
}

func (ApiLdapIdentityProvidersIdGetRequest) Authorization ¶

The Token from the LoginResponse.

func (ApiLdapIdentityProvidersIdGetRequest) Execute ¶

type ApiLdapIdentityProvidersIdPutRequest ¶

type ApiLdapIdentityProvidersIdPutRequest struct {
	ApiService *LdapIdentityProvidersApiService
	// contains filtered or unexported fields
}

func (ApiLdapIdentityProvidersIdPutRequest) Authorization ¶

The Token from the LoginResponse.

func (ApiLdapIdentityProvidersIdPutRequest) Body ¶

Identity Provider object.

func (ApiLdapIdentityProvidersIdPutRequest) Execute ¶

type ApiLdapIdentityProvidersPostRequest ¶

type ApiLdapIdentityProvidersPostRequest struct {
	ApiService *LdapIdentityProvidersApiService
	// contains filtered or unexported fields
}

func (ApiLdapIdentityProvidersPostRequest) Authorization ¶

The Token from the LoginResponse.

func (ApiLdapIdentityProvidersPostRequest) Body ¶

Identity Provider object.

func (ApiLdapIdentityProvidersPostRequest) Execute ¶

type ApiLdapIdentityProvidersTestPostRequest ¶

type ApiLdapIdentityProvidersTestPostRequest struct {
	ApiService *LdapIdentityProvidersApiService
	// contains filtered or unexported fields
}

func (ApiLdapIdentityProvidersTestPostRequest) Authorization ¶

The Token from the LoginResponse.

func (ApiLdapIdentityProvidersTestPostRequest) Body ¶

Identity Provider object.

func (ApiLdapIdentityProvidersTestPostRequest) Execute ¶

type ApiLicenseDeleteRequest ¶

type ApiLicenseDeleteRequest struct {
	ApiService *LicenseApiService
	// contains filtered or unexported fields
}

func (ApiLicenseDeleteRequest) Authorization ¶

func (r ApiLicenseDeleteRequest) Authorization(authorization string) ApiLicenseDeleteRequest

The Token from the LoginResponse.

func (ApiLicenseDeleteRequest) Execute ¶

func (r ApiLicenseDeleteRequest) Execute() (*http.Response, error)

type ApiLicenseGetRequest ¶

type ApiLicenseGetRequest struct {
	ApiService *LicenseApiService
	// contains filtered or unexported fields
}

func (ApiLicenseGetRequest) Authorization ¶

func (r ApiLicenseGetRequest) Authorization(authorization string) ApiLicenseGetRequest

The Token from the LoginResponse.

func (ApiLicenseGetRequest) Execute ¶

type ApiLicenseIdDeleteRequest ¶

type ApiLicenseIdDeleteRequest struct {
	ApiService *LicenseApiService
	// contains filtered or unexported fields
}

func (ApiLicenseIdDeleteRequest) Authorization ¶

func (r ApiLicenseIdDeleteRequest) Authorization(authorization string) ApiLicenseIdDeleteRequest

The Token from the LoginResponse.

func (ApiLicenseIdDeleteRequest) Execute ¶

func (r ApiLicenseIdDeleteRequest) Execute() (*http.Response, error)

type ApiLicenseNextDeleteRequest ¶

type ApiLicenseNextDeleteRequest struct {
	ApiService *LicenseApiService
	// contains filtered or unexported fields
}

func (ApiLicenseNextDeleteRequest) Authorization ¶

func (r ApiLicenseNextDeleteRequest) Authorization(authorization string) ApiLicenseNextDeleteRequest

The Token from the LoginResponse.

func (ApiLicenseNextDeleteRequest) Execute ¶

type ApiLicenseNextGetRequest ¶

type ApiLicenseNextGetRequest struct {
	ApiService *LicenseApiService
	// contains filtered or unexported fields
}

func (ApiLicenseNextGetRequest) Authorization ¶

func (r ApiLicenseNextGetRequest) Authorization(authorization string) ApiLicenseNextGetRequest

The Token from the LoginResponse.

func (ApiLicenseNextGetRequest) Execute ¶

type ApiLicenseNextPostRequest ¶

type ApiLicenseNextPostRequest struct {
	ApiService *LicenseApiService
	// contains filtered or unexported fields
}

func (ApiLicenseNextPostRequest) Authorization ¶

func (r ApiLicenseNextPostRequest) Authorization(authorization string) ApiLicenseNextPostRequest

The Token from the LoginResponse.

func (ApiLicenseNextPostRequest) Execute ¶

func (ApiLicenseNextPostRequest) LicenseImport ¶

func (r ApiLicenseNextPostRequest) LicenseImport(licenseImport LicenseImport) ApiLicenseNextPostRequest

License import.

type ApiLicensePostRequest ¶

type ApiLicensePostRequest struct {
	ApiService *LicenseApiService
	// contains filtered or unexported fields
}

func (ApiLicensePostRequest) Authorization ¶

func (r ApiLicensePostRequest) Authorization(authorization string) ApiLicensePostRequest

The Token from the LoginResponse.

func (ApiLicensePostRequest) Execute ¶

func (r ApiLicensePostRequest) Execute() (*License, *http.Response, error)

func (ApiLicensePostRequest) LicenseImport ¶

func (r ApiLicensePostRequest) LicenseImport(licenseImport LicenseImport) ApiLicensePostRequest

License import.

type ApiLicenseUsersGetRequest ¶

type ApiLicenseUsersGetRequest struct {
	ApiService *LicensedUsersApiService
	// contains filtered or unexported fields
}

func (ApiLicenseUsersGetRequest) Authorization ¶

func (r ApiLicenseUsersGetRequest) Authorization(authorization string) ApiLicenseUsersGetRequest

The Token from the LoginResponse.

func (ApiLicenseUsersGetRequest) Descending ¶

Whether the sorting is applied descending or ascending. Defaults to certain field depending on the object type.

func (ApiLicenseUsersGetRequest) Execute ¶

func (ApiLicenseUsersGetRequest) FilterBy ¶

Filters the result list by the given field and value. Supported fields vary from API to API. The filters can be combined with each other as well as the generic query parameter. The given value is checked for inclusion.

func (ApiLicenseUsersGetRequest) OrderBy ¶

The field name to sort the result list. Supported fields vary from object to object. Defaults to certain field depending on the object type.

func (ApiLicenseUsersGetRequest) Query ¶

Query string to filter the result list. It&#39;s used for various fields depending on the object type. Send multiple query parameters to make the queries more specific.

func (ApiLicenseUsersGetRequest) Range_ ¶

&#39;Range string to limit the result list. Format: -. 3-10 means he items between the (including) 3rd and the 10th will be returned. Defaults to all objects.&#39;

type ApiLocalDatabaseIdentityProvidersGetRequest ¶

type ApiLocalDatabaseIdentityProvidersGetRequest struct {
	ApiService *LocalDatabaseIdentityProvidersApiService
	// contains filtered or unexported fields
}

func (ApiLocalDatabaseIdentityProvidersGetRequest) Authorization ¶

The Token from the LoginResponse.

func (ApiLocalDatabaseIdentityProvidersGetRequest) Descending ¶

Whether the sorting is applied descending or ascending. Defaults to certain field depending on the object type.

func (ApiLocalDatabaseIdentityProvidersGetRequest) Execute ¶

func (ApiLocalDatabaseIdentityProvidersGetRequest) FilterBy ¶

Filters the result list by the given field and value. Supported fields vary from object to object. The filters can be combined with each other as well as the generic query field. The given value is checked for inclusion. The representation of the dynamic query parameters is not correct at the moment. See the example for getting a better idea.

func (ApiLocalDatabaseIdentityProvidersGetRequest) OrderBy ¶

The field name to sort the result list. Supported fields vary from object to object. Defaults to certain field depending on the object type.

func (ApiLocalDatabaseIdentityProvidersGetRequest) Query ¶

Query string to filter the result list. It&#39;s used for various fields depending on the object type. Send multiple Send multiple query parameters to make the queries more specific.

func (ApiLocalDatabaseIdentityProvidersGetRequest) Range_ ¶

&#39;Range string to limit the result list. Format: -. 3-10 means he items between the (including) 3rd and the 10th will be returned. Defaults to all objects.&#39;

type ApiLocalDatabaseIdentityProvidersIdAttributesPostRequest ¶ added in v1.1.1

type ApiLocalDatabaseIdentityProvidersIdAttributesPostRequest struct {
	ApiService *LocalDatabaseIdentityProvidersApiService
	// contains filtered or unexported fields
}

func (ApiLocalDatabaseIdentityProvidersIdAttributesPostRequest) Authorization ¶ added in v1.1.1

The Token from the LoginResponse.

func (ApiLocalDatabaseIdentityProvidersIdAttributesPostRequest) Execute ¶ added in v1.1.1

func (ApiLocalDatabaseIdentityProvidersIdAttributesPostRequest) IdentityProvidersIdAttributesPostRequest ¶ added in v1.1.1

User details to get attributes for.

type ApiLocalDatabaseIdentityProvidersIdDeleteRequest ¶ added in v1.1.1

type ApiLocalDatabaseIdentityProvidersIdDeleteRequest struct {
	ApiService *LocalDatabaseIdentityProvidersApiService
	// contains filtered or unexported fields
}

func (ApiLocalDatabaseIdentityProvidersIdDeleteRequest) Authorization ¶ added in v1.1.1

The Token from the LoginResponse.

func (ApiLocalDatabaseIdentityProvidersIdDeleteRequest) Execute ¶ added in v1.1.1

type ApiLocalDatabaseIdentityProvidersIdGetRequest ¶ added in v1.1.1

type ApiLocalDatabaseIdentityProvidersIdGetRequest struct {
	ApiService *LocalDatabaseIdentityProvidersApiService
	// contains filtered or unexported fields
}

func (ApiLocalDatabaseIdentityProvidersIdGetRequest) Authorization ¶ added in v1.1.1

The Token from the LoginResponse.

func (ApiLocalDatabaseIdentityProvidersIdGetRequest) Execute ¶ added in v1.1.1

type ApiLocalDatabaseIdentityProvidersIdPutRequest ¶ added in v1.1.1

type ApiLocalDatabaseIdentityProvidersIdPutRequest struct {
	ApiService *LocalDatabaseIdentityProvidersApiService
	// contains filtered or unexported fields
}

func (ApiLocalDatabaseIdentityProvidersIdPutRequest) Authorization ¶ added in v1.1.1

The Token from the LoginResponse.

func (ApiLocalDatabaseIdentityProvidersIdPutRequest) Body ¶ added in v1.1.1

Identity Provider object.

func (ApiLocalDatabaseIdentityProvidersIdPutRequest) Execute ¶ added in v1.1.1

type ApiLocalDatabaseIdentityProvidersPostRequest ¶ added in v1.1.1

type ApiLocalDatabaseIdentityProvidersPostRequest struct {
	ApiService *LocalDatabaseIdentityProvidersApiService
	// contains filtered or unexported fields
}

func (ApiLocalDatabaseIdentityProvidersPostRequest) Authorization ¶ added in v1.1.1

The Token from the LoginResponse.

func (ApiLocalDatabaseIdentityProvidersPostRequest) Body ¶ added in v1.1.1

Identity Provider object.

func (ApiLocalDatabaseIdentityProvidersPostRequest) Execute ¶ added in v1.1.1

type ApiLocalDatabaseIdentityProvidersTestPostRequest ¶ added in v1.1.1

type ApiLocalDatabaseIdentityProvidersTestPostRequest struct {
	ApiService *LocalDatabaseIdentityProvidersApiService
	// contains filtered or unexported fields
}

func (ApiLocalDatabaseIdentityProvidersTestPostRequest) Authorization ¶ added in v1.1.1

The Token from the LoginResponse.

func (ApiLocalDatabaseIdentityProvidersTestPostRequest) Body ¶ added in v1.1.1

Identity Provider object.

func (ApiLocalDatabaseIdentityProvidersTestPostRequest) Execute ¶ added in v1.1.1

type ApiLocalUsersGetRequest ¶

type ApiLocalUsersGetRequest struct {
	ApiService *LocalUsersApiService
	// contains filtered or unexported fields
}

func (ApiLocalUsersGetRequest) Authorization ¶

func (r ApiLocalUsersGetRequest) Authorization(authorization string) ApiLocalUsersGetRequest

The Token from the LoginResponse.

func (ApiLocalUsersGetRequest) Descending ¶

func (r ApiLocalUsersGetRequest) Descending(descending string) ApiLocalUsersGetRequest

Whether the sorting is applied descending or ascending. Defaults to certain field depending on the object type.

func (ApiLocalUsersGetRequest) Execute ¶

func (ApiLocalUsersGetRequest) FilterBy ¶

Filters the result list by the given field and value. Supported fields vary from API to API. The filters can be combined with each other as well as the generic query parameter. The given value is checked for inclusion.

func (ApiLocalUsersGetRequest) OrderBy ¶

The field name to sort the result list. Supported fields vary from object to object. Defaults to certain field depending on the object type.

func (ApiLocalUsersGetRequest) Query ¶

Query string to filter the result list. It&#39;s used for various fields depending on the object type. Send multiple query parameters to make the queries more specific.

func (ApiLocalUsersGetRequest) Range_ ¶

&#39;Range string to limit the result list. Format: -. 3-10 means he items between the (including) 3rd and the 10th will be returned. Defaults to all objects.&#39;

type ApiLocalUsersIdDeleteRequest ¶

type ApiLocalUsersIdDeleteRequest struct {
	ApiService *LocalUsersApiService
	// contains filtered or unexported fields
}

func (ApiLocalUsersIdDeleteRequest) Authorization ¶

func (r ApiLocalUsersIdDeleteRequest) Authorization(authorization string) ApiLocalUsersIdDeleteRequest

The Token from the LoginResponse.

func (ApiLocalUsersIdDeleteRequest) Execute ¶

type ApiLocalUsersIdGetRequest ¶

type ApiLocalUsersIdGetRequest struct {
	ApiService *LocalUsersApiService
	// contains filtered or unexported fields
}

func (ApiLocalUsersIdGetRequest) Authorization ¶

func (r ApiLocalUsersIdGetRequest) Authorization(authorization string) ApiLocalUsersIdGetRequest

The Token from the LoginResponse.

func (ApiLocalUsersIdGetRequest) Execute ¶

type ApiLocalUsersIdPutRequest ¶

type ApiLocalUsersIdPutRequest struct {
	ApiService *LocalUsersApiService
	// contains filtered or unexported fields
}

func (ApiLocalUsersIdPutRequest) Authorization ¶

func (r ApiLocalUsersIdPutRequest) Authorization(authorization string) ApiLocalUsersIdPutRequest

The Token from the LoginResponse.

func (ApiLocalUsersIdPutRequest) Execute ¶

func (ApiLocalUsersIdPutRequest) LocalUser ¶

Local User object.

type ApiLocalUsersPostRequest ¶

type ApiLocalUsersPostRequest struct {
	ApiService *LocalUsersApiService
	// contains filtered or unexported fields
}

func (ApiLocalUsersPostRequest) Authorization ¶

func (r ApiLocalUsersPostRequest) Authorization(authorization string) ApiLocalUsersPostRequest

The Token from the LoginResponse.

func (ApiLocalUsersPostRequest) Execute ¶

func (ApiLocalUsersPostRequest) LocalUsersGetRequest ¶

func (r ApiLocalUsersPostRequest) LocalUsersGetRequest(localUsersGetRequest LocalUsersGetRequest) ApiLocalUsersPostRequest

Local User object.

type ApiLoginPostRequest ¶

type ApiLoginPostRequest struct {
	ApiService *LoginApiService
	// contains filtered or unexported fields
}

func (ApiLoginPostRequest) Execute ¶

func (ApiLoginPostRequest) LoginRequest ¶

func (r ApiLoginPostRequest) LoginRequest(loginRequest LoginRequest) ApiLoginPostRequest

Login Credentials.

type ApiMfaProvidersGetRequest ¶

type ApiMfaProvidersGetRequest struct {
	ApiService *MFAProvidersApiService
	// contains filtered or unexported fields
}

func (ApiMfaProvidersGetRequest) Authorization ¶

func (r ApiMfaProvidersGetRequest) Authorization(authorization string) ApiMfaProvidersGetRequest

The Token from the LoginResponse.

func (ApiMfaProvidersGetRequest) Descending ¶

Whether the sorting is applied descending or ascending. Defaults to certain field depending on the object type.

func (ApiMfaProvidersGetRequest) Execute ¶

func (ApiMfaProvidersGetRequest) FilterBy ¶

Filters the result list by the given field and value. Supported fields vary from API to API. The filters can be combined with each other as well as the generic query parameter. The given value is checked for inclusion.

func (ApiMfaProvidersGetRequest) OrderBy ¶

The field name to sort the result list. Supported fields vary from object to object. Defaults to certain field depending on the object type.

func (ApiMfaProvidersGetRequest) Query ¶

Query string to filter the result list. It&#39;s used for various fields depending on the object type. Send multiple query parameters to make the queries more specific.

func (ApiMfaProvidersGetRequest) Range_ ¶

&#39;Range string to limit the result list. Format: -. 3-10 means he items between the (including) 3rd and the 10th will be returned. Defaults to all objects.&#39;

type ApiMfaProvidersIdDeleteRequest ¶

type ApiMfaProvidersIdDeleteRequest struct {
	ApiService *MFAProvidersApiService
	// contains filtered or unexported fields
}

func (ApiMfaProvidersIdDeleteRequest) Authorization ¶

The Token from the LoginResponse.

func (ApiMfaProvidersIdDeleteRequest) Execute ¶

type ApiMfaProvidersIdGetRequest ¶

type ApiMfaProvidersIdGetRequest struct {
	ApiService *MFAProvidersApiService
	// contains filtered or unexported fields
}

func (ApiMfaProvidersIdGetRequest) Authorization ¶

func (r ApiMfaProvidersIdGetRequest) Authorization(authorization string) ApiMfaProvidersIdGetRequest

The Token from the LoginResponse.

func (ApiMfaProvidersIdGetRequest) Execute ¶

type ApiMfaProvidersIdPutRequest ¶

type ApiMfaProvidersIdPutRequest struct {
	ApiService *MFAProvidersApiService
	// contains filtered or unexported fields
}

func (ApiMfaProvidersIdPutRequest) Authorization ¶

func (r ApiMfaProvidersIdPutRequest) Authorization(authorization string) ApiMfaProvidersIdPutRequest

The Token from the LoginResponse.

func (ApiMfaProvidersIdPutRequest) Execute ¶

func (ApiMfaProvidersIdPutRequest) MfaProvider ¶

MFA Provider object.

type ApiMfaProvidersPostRequest ¶

type ApiMfaProvidersPostRequest struct {
	ApiService *MFAProvidersApiService
	// contains filtered or unexported fields
}

func (ApiMfaProvidersPostRequest) Authorization ¶

func (r ApiMfaProvidersPostRequest) Authorization(authorization string) ApiMfaProvidersPostRequest

The Token from the LoginResponse.

func (ApiMfaProvidersPostRequest) Execute ¶

func (ApiMfaProvidersPostRequest) MfaProvider ¶

MFA Provider object.

type ApiMfaProvidersTestPostRequest ¶

type ApiMfaProvidersTestPostRequest struct {
	ApiService *MFAProvidersApiService
	// contains filtered or unexported fields
}

func (ApiMfaProvidersTestPostRequest) Authorization ¶

The Token from the LoginResponse.

func (ApiMfaProvidersTestPostRequest) Execute ¶

func (ApiMfaProvidersTestPostRequest) MfaProvider ¶

MFA Provider object.

type ApiMyPreferencesGetRequest ¶

type ApiMyPreferencesGetRequest struct {
	ApiService *MyPreferencesApiService
	// contains filtered or unexported fields
}

func (ApiMyPreferencesGetRequest) Authorization ¶

func (r ApiMyPreferencesGetRequest) Authorization(authorization string) ApiMyPreferencesGetRequest

The Token from the LoginResponse.

func (ApiMyPreferencesGetRequest) Execute ¶

func (r ApiMyPreferencesGetRequest) Execute() (map[string]interface{}, *http.Response, error)

type ApiMyPreferencesPutRequest ¶

type ApiMyPreferencesPutRequest struct {
	ApiService *MyPreferencesApiService
	// contains filtered or unexported fields
}

func (ApiMyPreferencesPutRequest) Authorization ¶

func (r ApiMyPreferencesPutRequest) Authorization(authorization string) ApiMyPreferencesPutRequest

The Token from the LoginResponse.

func (ApiMyPreferencesPutRequest) Execute ¶

func (ApiMyPreferencesPutRequest) RequestBody ¶

func (r ApiMyPreferencesPutRequest) RequestBody(requestBody map[string]interface{}) ApiMyPreferencesPutRequest

type ApiOnBoardedDevicesDistinguishedNameDeleteRequest ¶

type ApiOnBoardedDevicesDistinguishedNameDeleteRequest struct {
	ApiService *RegisteredDevicesApiService
	// contains filtered or unexported fields
}

func (ApiOnBoardedDevicesDistinguishedNameDeleteRequest) Authorization ¶

The Token from the LoginResponse.

func (ApiOnBoardedDevicesDistinguishedNameDeleteRequest) Execute ¶

type ApiOnBoardedDevicesGetRequest ¶

type ApiOnBoardedDevicesGetRequest struct {
	ApiService *RegisteredDevicesApiService
	// contains filtered or unexported fields
}

func (ApiOnBoardedDevicesGetRequest) Authorization ¶

The Token from the LoginResponse.

func (ApiOnBoardedDevicesGetRequest) Descending ¶

Whether the sorting is applied descending or ascending. Defaults to certain field depending on the object type.

func (ApiOnBoardedDevicesGetRequest) Execute ¶

func (ApiOnBoardedDevicesGetRequest) FilterBy ¶

Filters the result list by the given field and value. Supported fields vary from API to API. The filters can be combined with each other as well as the generic query parameter. The given value is checked for inclusion.

func (ApiOnBoardedDevicesGetRequest) OrderBy ¶

The field name to sort the result list. Supported fields vary from object to object. Defaults to certain field depending on the object type.

func (ApiOnBoardedDevicesGetRequest) Query ¶

Query string to filter the result list. It&#39;s used for various fields depending on the object type. Send multiple query parameters to make the queries more specific.

func (ApiOnBoardedDevicesGetRequest) Range_ ¶

&#39;Range string to limit the result list. Format: -. 3-10 means he items between the (including) 3rd and the 10th will be returned. Defaults to all objects.&#39;

type ApiOtpSeedsDistinguishedNameDeleteRequest ¶

type ApiOtpSeedsDistinguishedNameDeleteRequest struct {
	ApiService *DefaultTimeBasedOTPProviderSeedsApiService
	// contains filtered or unexported fields
}

func (ApiOtpSeedsDistinguishedNameDeleteRequest) Authorization ¶

The Token from the LoginResponse.

func (ApiOtpSeedsDistinguishedNameDeleteRequest) Execute ¶

type ApiOtpSeedsGetRequest ¶

type ApiOtpSeedsGetRequest struct {
	ApiService *DefaultTimeBasedOTPProviderSeedsApiService
	// contains filtered or unexported fields
}

func (ApiOtpSeedsGetRequest) Authorization ¶

func (r ApiOtpSeedsGetRequest) Authorization(authorization string) ApiOtpSeedsGetRequest

The Token from the LoginResponse.

func (ApiOtpSeedsGetRequest) Descending ¶

func (r ApiOtpSeedsGetRequest) Descending(descending string) ApiOtpSeedsGetRequest

Whether the sorting is applied descending or ascending. Defaults to certain field depending on the object type.

func (ApiOtpSeedsGetRequest) Execute ¶

func (ApiOtpSeedsGetRequest) FilterBy ¶

func (r ApiOtpSeedsGetRequest) FilterBy(filterBy map[string]string) ApiOtpSeedsGetRequest

Filters the result list by the given field and value. Supported fields vary from API to API. The filters can be combined with each other as well as the generic query parameter. The given value is checked for inclusion.

func (ApiOtpSeedsGetRequest) OrderBy ¶

The field name to sort the result list. Supported fields vary from object to object. Defaults to certain field depending on the object type.

func (ApiOtpSeedsGetRequest) Query ¶

Query string to filter the result list. It&#39;s used for various fields depending on the object type. Send multiple query parameters to make the queries more specific.

func (ApiOtpSeedsGetRequest) Range_ ¶

&#39;Range string to limit the result list. Format: -. 3-10 means he items between the (including) 3rd and the 10th will be returned. Defaults to all objects.&#39;

type ApiPoliciesGetRequest ¶

type ApiPoliciesGetRequest struct {
	ApiService *PoliciesApiService
	// contains filtered or unexported fields
}

func (ApiPoliciesGetRequest) Authorization ¶

func (r ApiPoliciesGetRequest) Authorization(authorization string) ApiPoliciesGetRequest

The Token from the LoginResponse.

func (ApiPoliciesGetRequest) Descending ¶

func (r ApiPoliciesGetRequest) Descending(descending string) ApiPoliciesGetRequest

Whether the sorting is applied descending or ascending. Defaults to certain field depending on the object type.

func (ApiPoliciesGetRequest) Execute ¶

func (ApiPoliciesGetRequest) FilterBy ¶

func (r ApiPoliciesGetRequest) FilterBy(filterBy map[string]string) ApiPoliciesGetRequest

Filters the result list by the given field and value. Supported fields vary from API to API. The filters can be combined with each other as well as the generic query parameter. The given value is checked for inclusion.

func (ApiPoliciesGetRequest) OrderBy ¶

The field name to sort the result list. Supported fields vary from object to object. Defaults to certain field depending on the object type.

func (ApiPoliciesGetRequest) Query ¶

Query string to filter the result list. It&#39;s used for various fields depending on the object type. Send multiple query parameters to make the queries more specific.

func (ApiPoliciesGetRequest) Range_ ¶

&#39;Range string to limit the result list. Format: -. 3-10 means he items between the (including) 3rd and the 10th will be returned. Defaults to all objects.&#39;

type ApiPoliciesIdDeleteRequest ¶

type ApiPoliciesIdDeleteRequest struct {
	ApiService *PoliciesApiService
	// contains filtered or unexported fields
}

func (ApiPoliciesIdDeleteRequest) Authorization ¶

func (r ApiPoliciesIdDeleteRequest) Authorization(authorization string) ApiPoliciesIdDeleteRequest

The Token from the LoginResponse.

func (ApiPoliciesIdDeleteRequest) Execute ¶

type ApiPoliciesIdGetRequest ¶

type ApiPoliciesIdGetRequest struct {
	ApiService *PoliciesApiService
	// contains filtered or unexported fields
}

func (ApiPoliciesIdGetRequest) Authorization ¶

func (r ApiPoliciesIdGetRequest) Authorization(authorization string) ApiPoliciesIdGetRequest

The Token from the LoginResponse.

func (ApiPoliciesIdGetRequest) Execute ¶

func (r ApiPoliciesIdGetRequest) Execute() (*Policy, *http.Response, error)

type ApiPoliciesIdPutRequest ¶

type ApiPoliciesIdPutRequest struct {
	ApiService *PoliciesApiService
	// contains filtered or unexported fields
}

func (ApiPoliciesIdPutRequest) Authorization ¶

func (r ApiPoliciesIdPutRequest) Authorization(authorization string) ApiPoliciesIdPutRequest

The Token from the LoginResponse.

func (ApiPoliciesIdPutRequest) Execute ¶

func (r ApiPoliciesIdPutRequest) Execute() (*Policy, *http.Response, error)

func (ApiPoliciesIdPutRequest) Policy ¶

Policy object.

type ApiPoliciesPostRequest ¶

type ApiPoliciesPostRequest struct {
	ApiService *PoliciesApiService
	// contains filtered or unexported fields
}

func (ApiPoliciesPostRequest) Authorization ¶

func (r ApiPoliciesPostRequest) Authorization(authorization string) ApiPoliciesPostRequest

The Token from the LoginResponse.

func (ApiPoliciesPostRequest) Execute ¶

func (r ApiPoliciesPostRequest) Execute() (*Policy, *http.Response, error)

func (ApiPoliciesPostRequest) Policy ¶

Policy object.

type ApiRadiusIdentityProvidersGetRequest ¶

type ApiRadiusIdentityProvidersGetRequest struct {
	ApiService *RadiusIdentityProvidersApiService
	// contains filtered or unexported fields
}

func (ApiRadiusIdentityProvidersGetRequest) Authorization ¶

The Token from the LoginResponse.

func (ApiRadiusIdentityProvidersGetRequest) Descending ¶

Whether the sorting is applied descending or ascending. Defaults to certain field depending on the object type.

func (ApiRadiusIdentityProvidersGetRequest) Execute ¶

func (ApiRadiusIdentityProvidersGetRequest) FilterBy ¶

Filters the result list by the given field and value. Supported fields vary from object to object. The filters can be combined with each other as well as the generic query field. The given value is checked for inclusion. The representation of the dynamic query parameters is not correct at the moment. See the example for getting a better idea.

func (ApiRadiusIdentityProvidersGetRequest) OrderBy ¶

The field name to sort the result list. Supported fields vary from object to object. Defaults to certain field depending on the object type.

func (ApiRadiusIdentityProvidersGetRequest) Query ¶

Query string to filter the result list. It&#39;s used for various fields depending on the object type. Send multiple Send multiple query parameters to make the queries more specific.

func (ApiRadiusIdentityProvidersGetRequest) Range_ ¶

&#39;Range string to limit the result list. Format: -. 3-10 means he items between the (including) 3rd and the 10th will be returned. Defaults to all objects.&#39;

type ApiRadiusIdentityProvidersIdAttributesPostRequest ¶

type ApiRadiusIdentityProvidersIdAttributesPostRequest struct {
	ApiService *RadiusIdentityProvidersApiService
	// contains filtered or unexported fields
}

func (ApiRadiusIdentityProvidersIdAttributesPostRequest) Authorization ¶

The Token from the LoginResponse.

func (ApiRadiusIdentityProvidersIdAttributesPostRequest) Execute ¶

func (ApiRadiusIdentityProvidersIdAttributesPostRequest) IdentityProvidersIdAttributesPostRequest ¶

func (r ApiRadiusIdentityProvidersIdAttributesPostRequest) IdentityProvidersIdAttributesPostRequest(identityProvidersIdAttributesPostRequest IdentityProvidersIdAttributesPostRequest) ApiRadiusIdentityProvidersIdAttributesPostRequest

User details to get attributes for.

type ApiRadiusIdentityProvidersIdDeleteRequest ¶

type ApiRadiusIdentityProvidersIdDeleteRequest struct {
	ApiService *RadiusIdentityProvidersApiService
	// contains filtered or unexported fields
}

func (ApiRadiusIdentityProvidersIdDeleteRequest) Authorization ¶

The Token from the LoginResponse.

func (ApiRadiusIdentityProvidersIdDeleteRequest) Execute ¶

type ApiRadiusIdentityProvidersIdGetRequest ¶

type ApiRadiusIdentityProvidersIdGetRequest struct {
	ApiService *RadiusIdentityProvidersApiService
	// contains filtered or unexported fields
}

func (ApiRadiusIdentityProvidersIdGetRequest) Authorization ¶

The Token from the LoginResponse.

func (ApiRadiusIdentityProvidersIdGetRequest) Execute ¶

type ApiRadiusIdentityProvidersIdPutRequest ¶

type ApiRadiusIdentityProvidersIdPutRequest struct {
	ApiService *RadiusIdentityProvidersApiService
	// contains filtered or unexported fields
}

func (ApiRadiusIdentityProvidersIdPutRequest) Authorization ¶

The Token from the LoginResponse.

func (ApiRadiusIdentityProvidersIdPutRequest) Body ¶

Identity Provider object.

func (ApiRadiusIdentityProvidersIdPutRequest) Execute ¶

type ApiRadiusIdentityProvidersPostRequest ¶

type ApiRadiusIdentityProvidersPostRequest struct {
	ApiService *RadiusIdentityProvidersApiService
	// contains filtered or unexported fields
}

func (ApiRadiusIdentityProvidersPostRequest) Authorization ¶

The Token from the LoginResponse.

func (ApiRadiusIdentityProvidersPostRequest) Body ¶

Identity Provider object.

func (ApiRadiusIdentityProvidersPostRequest) Execute ¶

type ApiRadiusIdentityProvidersTestPostRequest ¶

type ApiRadiusIdentityProvidersTestPostRequest struct {
	ApiService *RadiusIdentityProvidersApiService
	// contains filtered or unexported fields
}

func (ApiRadiusIdentityProvidersTestPostRequest) Authorization ¶

The Token from the LoginResponse.

func (ApiRadiusIdentityProvidersTestPostRequest) Body ¶

Identity Provider object.

func (ApiRadiusIdentityProvidersTestPostRequest) Execute ¶

type ApiRingfenceRulesGetRequest ¶

type ApiRingfenceRulesGetRequest struct {
	ApiService *RingfenceRulesApiService
	// contains filtered or unexported fields
}

func (ApiRingfenceRulesGetRequest) Authorization ¶

func (r ApiRingfenceRulesGetRequest) Authorization(authorization string) ApiRingfenceRulesGetRequest

The Token from the LoginResponse.

func (ApiRingfenceRulesGetRequest) Descending ¶

Whether the sorting is applied descending or ascending. Defaults to certain field depending on the object type.

func (ApiRingfenceRulesGetRequest) Execute ¶

func (ApiRingfenceRulesGetRequest) FilterBy ¶

Filters the result list by the given field and value. Supported fields vary from API to API. The filters can be combined with each other as well as the generic query parameter. The given value is checked for inclusion.

func (ApiRingfenceRulesGetRequest) OrderBy ¶

The field name to sort the result list. Supported fields vary from object to object. Defaults to certain field depending on the object type.

func (ApiRingfenceRulesGetRequest) Query ¶

Query string to filter the result list. It&#39;s used for various fields depending on the object type. Send multiple query parameters to make the queries more specific.

func (ApiRingfenceRulesGetRequest) Range_ ¶

&#39;Range string to limit the result list. Format: -. 3-10 means he items between the (including) 3rd and the 10th will be returned. Defaults to all objects.&#39;

type ApiRingfenceRulesIdDeleteRequest ¶

type ApiRingfenceRulesIdDeleteRequest struct {
	ApiService *RingfenceRulesApiService
	// contains filtered or unexported fields
}

func (ApiRingfenceRulesIdDeleteRequest) Authorization ¶

The Token from the LoginResponse.

func (ApiRingfenceRulesIdDeleteRequest) Execute ¶

type ApiRingfenceRulesIdGetRequest ¶

type ApiRingfenceRulesIdGetRequest struct {
	ApiService *RingfenceRulesApiService
	// contains filtered or unexported fields
}

func (ApiRingfenceRulesIdGetRequest) Authorization ¶

The Token from the LoginResponse.

func (ApiRingfenceRulesIdGetRequest) Execute ¶

type ApiRingfenceRulesIdPutRequest ¶

type ApiRingfenceRulesIdPutRequest struct {
	ApiService *RingfenceRulesApiService
	// contains filtered or unexported fields
}

func (ApiRingfenceRulesIdPutRequest) Authorization ¶

The Token from the LoginResponse.

func (ApiRingfenceRulesIdPutRequest) Execute ¶

func (ApiRingfenceRulesIdPutRequest) RingfenceRule ¶

Ringfence Rule object.

type ApiRingfenceRulesPostRequest ¶

type ApiRingfenceRulesPostRequest struct {
	ApiService *RingfenceRulesApiService
	// contains filtered or unexported fields
}

func (ApiRingfenceRulesPostRequest) Authorization ¶

func (r ApiRingfenceRulesPostRequest) Authorization(authorization string) ApiRingfenceRulesPostRequest

The Token from the LoginResponse.

func (ApiRingfenceRulesPostRequest) Execute ¶

func (ApiRingfenceRulesPostRequest) RingfenceRule ¶

Ringfence Rule object.

type ApiRiskModelGetRequest ¶

type ApiRiskModelGetRequest struct {
	ApiService *RiskModelApiService
	// contains filtered or unexported fields
}

func (ApiRiskModelGetRequest) Authorization ¶

func (r ApiRiskModelGetRequest) Authorization(authorization string) ApiRiskModelGetRequest

The Token from the LoginResponse.

func (ApiRiskModelGetRequest) Execute ¶

type ApiRiskModelPutRequest ¶

type ApiRiskModelPutRequest struct {
	ApiService *RiskModelApiService
	// contains filtered or unexported fields
}

func (ApiRiskModelPutRequest) Authorization ¶

func (r ApiRiskModelPutRequest) Authorization(authorization string) ApiRiskModelPutRequest

The Token from the LoginResponse.

func (ApiRiskModelPutRequest) Execute ¶

func (r ApiRiskModelPutRequest) Execute() (*http.Response, error)

func (ApiRiskModelPutRequest) RiskModel ¶

Risk Model.

type ApiSamlIdentityProvidersGetRequest ¶

type ApiSamlIdentityProvidersGetRequest struct {
	ApiService *SamlIdentityProvidersApiService
	// contains filtered or unexported fields
}

func (ApiSamlIdentityProvidersGetRequest) Authorization ¶

The Token from the LoginResponse.

func (ApiSamlIdentityProvidersGetRequest) Descending ¶

Whether the sorting is applied descending or ascending. Defaults to certain field depending on the object type.

func (ApiSamlIdentityProvidersGetRequest) Execute ¶

func (ApiSamlIdentityProvidersGetRequest) FilterBy ¶

Filters the result list by the given field and value. Supported fields vary from object to object. The filters can be combined with each other as well as the generic query field. The given value is checked for inclusion. The representation of the dynamic query parameters is not correct at the moment. See the example for getting a better idea.

func (ApiSamlIdentityProvidersGetRequest) OrderBy ¶

The field name to sort the result list. Supported fields vary from object to object. Defaults to certain field depending on the object type.

func (ApiSamlIdentityProvidersGetRequest) Query ¶

Query string to filter the result list. It&#39;s used for various fields depending on the object type. Send multiple Send multiple query parameters to make the queries more specific.

func (ApiSamlIdentityProvidersGetRequest) Range_ ¶

&#39;Range string to limit the result list. Format: -. 3-10 means he items between the (including) 3rd and the 10th will be returned. Defaults to all objects.&#39;

type ApiSamlIdentityProvidersIdAttributesPostRequest ¶

type ApiSamlIdentityProvidersIdAttributesPostRequest struct {
	ApiService *SamlIdentityProvidersApiService
	// contains filtered or unexported fields
}

func (ApiSamlIdentityProvidersIdAttributesPostRequest) Authorization ¶

The Token from the LoginResponse.

func (ApiSamlIdentityProvidersIdAttributesPostRequest) Execute ¶

func (ApiSamlIdentityProvidersIdAttributesPostRequest) IdentityProvidersIdAttributesPostRequest ¶

func (r ApiSamlIdentityProvidersIdAttributesPostRequest) IdentityProvidersIdAttributesPostRequest(identityProvidersIdAttributesPostRequest IdentityProvidersIdAttributesPostRequest) ApiSamlIdentityProvidersIdAttributesPostRequest

User details to get attributes for.

type ApiSamlIdentityProvidersIdDeleteRequest ¶

type ApiSamlIdentityProvidersIdDeleteRequest struct {
	ApiService *SamlIdentityProvidersApiService
	// contains filtered or unexported fields
}

func (ApiSamlIdentityProvidersIdDeleteRequest) Authorization ¶

The Token from the LoginResponse.

func (ApiSamlIdentityProvidersIdDeleteRequest) Execute ¶

type ApiSamlIdentityProvidersIdGetRequest ¶

type ApiSamlIdentityProvidersIdGetRequest struct {
	ApiService *SamlIdentityProvidersApiService
	// contains filtered or unexported fields
}

func (ApiSamlIdentityProvidersIdGetRequest) Authorization ¶

The Token from the LoginResponse.

func (ApiSamlIdentityProvidersIdGetRequest) Execute ¶

type ApiSamlIdentityProvidersIdPutRequest ¶

type ApiSamlIdentityProvidersIdPutRequest struct {
	ApiService *SamlIdentityProvidersApiService
	// contains filtered or unexported fields
}

func (ApiSamlIdentityProvidersIdPutRequest) Authorization ¶

The Token from the LoginResponse.

func (ApiSamlIdentityProvidersIdPutRequest) Body ¶

Identity Provider object.

func (ApiSamlIdentityProvidersIdPutRequest) Execute ¶

type ApiSamlIdentityProvidersPostRequest ¶

type ApiSamlIdentityProvidersPostRequest struct {
	ApiService *SamlIdentityProvidersApiService
	// contains filtered or unexported fields
}

func (ApiSamlIdentityProvidersPostRequest) Authorization ¶

The Token from the LoginResponse.

func (ApiSamlIdentityProvidersPostRequest) Body ¶

Identity Provider object.

func (ApiSamlIdentityProvidersPostRequest) Execute ¶

type ApiSamlIdentityProvidersTestPostRequest ¶

type ApiSamlIdentityProvidersTestPostRequest struct {
	ApiService *SamlIdentityProvidersApiService
	// contains filtered or unexported fields
}

func (ApiSamlIdentityProvidersTestPostRequest) Authorization ¶

The Token from the LoginResponse.

func (ApiSamlIdentityProvidersTestPostRequest) Body ¶

Identity Provider object.

func (ApiSamlIdentityProvidersTestPostRequest) Execute ¶

type ApiServiceUsersGetRequest ¶

type ApiServiceUsersGetRequest struct {
	ApiService *ServiceUsersApiService
	// contains filtered or unexported fields
}

func (ApiServiceUsersGetRequest) Authorization ¶

func (r ApiServiceUsersGetRequest) Authorization(authorization string) ApiServiceUsersGetRequest

The Token from the LoginResponse.

func (ApiServiceUsersGetRequest) Descending ¶

Whether the sorting is applied descending or ascending. Defaults to certain field depending on the object type.

func (ApiServiceUsersGetRequest) Execute ¶

func (ApiServiceUsersGetRequest) FilterBy ¶

Filters the result list by the given field and value. Supported fields vary from API to API. The filters can be combined with each other as well as the generic query parameter. The given value is checked for inclusion.

func (ApiServiceUsersGetRequest) OrderBy ¶

The field name to sort the result list. Supported fields vary from object to object. Defaults to certain field depending on the object type.

func (ApiServiceUsersGetRequest) Query ¶

Query string to filter the result list. It&#39;s used for various fields depending on the object type. Send multiple query parameters to make the queries more specific.

func (ApiServiceUsersGetRequest) Range_ ¶

&#39;Range string to limit the result list. Format: -. 3-10 means he items between the (including) 3rd and the 10th will be returned. Defaults to all objects.&#39;

type ApiServiceUsersIdDeleteRequest ¶

type ApiServiceUsersIdDeleteRequest struct {
	ApiService *ServiceUsersApiService
	// contains filtered or unexported fields
}

func (ApiServiceUsersIdDeleteRequest) Authorization ¶

The Token from the LoginResponse.

func (ApiServiceUsersIdDeleteRequest) Execute ¶

type ApiServiceUsersIdGetRequest ¶

type ApiServiceUsersIdGetRequest struct {
	ApiService *ServiceUsersApiService
	// contains filtered or unexported fields
}

func (ApiServiceUsersIdGetRequest) Authorization ¶

func (r ApiServiceUsersIdGetRequest) Authorization(authorization string) ApiServiceUsersIdGetRequest

The Token from the LoginResponse.

func (ApiServiceUsersIdGetRequest) Execute ¶

type ApiServiceUsersIdPutRequest ¶

type ApiServiceUsersIdPutRequest struct {
	ApiService *ServiceUsersApiService
	// contains filtered or unexported fields
}

func (ApiServiceUsersIdPutRequest) Authorization ¶

func (r ApiServiceUsersIdPutRequest) Authorization(authorization string) ApiServiceUsersIdPutRequest

The Token from the LoginResponse.

func (ApiServiceUsersIdPutRequest) Execute ¶

func (ApiServiceUsersIdPutRequest) ServiceUser ¶

Service User object.

type ApiServiceUsersPostRequest ¶

type ApiServiceUsersPostRequest struct {
	ApiService *ServiceUsersApiService
	// contains filtered or unexported fields
}

func (ApiServiceUsersPostRequest) Authorization ¶

func (r ApiServiceUsersPostRequest) Authorization(authorization string) ApiServiceUsersPostRequest

The Token from the LoginResponse.

func (ApiServiceUsersPostRequest) Execute ¶

func (ApiServiceUsersPostRequest) ServiceUsersGetRequest ¶

func (r ApiServiceUsersPostRequest) ServiceUsersGetRequest(serviceUsersGetRequest ServiceUsersGetRequest) ApiServiceUsersPostRequest

Service User object.

type ApiSessionInfoDistinguishedNameGetRequest ¶

type ApiSessionInfoDistinguishedNameGetRequest struct {
	ApiService *ActiveSessionsApiService
	// contains filtered or unexported fields
}

func (ApiSessionInfoDistinguishedNameGetRequest) Authorization ¶

The Token from the LoginResponse.

func (ApiSessionInfoDistinguishedNameGetRequest) Execute ¶

type ApiSitesGetRequest ¶

type ApiSitesGetRequest struct {
	ApiService *SitesApiService
	// contains filtered or unexported fields
}

func (ApiSitesGetRequest) Authorization ¶

func (r ApiSitesGetRequest) Authorization(authorization string) ApiSitesGetRequest

The Token from the LoginResponse.

func (ApiSitesGetRequest) Descending ¶

func (r ApiSitesGetRequest) Descending(descending string) ApiSitesGetRequest

Whether the sorting is applied descending or ascending. Defaults to certain field depending on the object type.

func (ApiSitesGetRequest) Execute ¶

func (r ApiSitesGetRequest) Execute() (*SiteList, *http.Response, error)

func (ApiSitesGetRequest) FilterBy ¶

func (r ApiSitesGetRequest) FilterBy(filterBy map[string]string) ApiSitesGetRequest

Filters the result list by the given field and value. Supported fields vary from API to API. The filters can be combined with each other as well as the generic query parameter. The given value is checked for inclusion.

func (ApiSitesGetRequest) OrderBy ¶

func (r ApiSitesGetRequest) OrderBy(orderBy string) ApiSitesGetRequest

The field name to sort the result list. Supported fields vary from object to object. Defaults to certain field depending on the object type.

func (ApiSitesGetRequest) Query ¶

Query string to filter the result list. It&#39;s used for various fields depending on the object type. Send multiple query parameters to make the queries more specific.

func (ApiSitesGetRequest) Range_ ¶

func (r ApiSitesGetRequest) Range_(range_ string) ApiSitesGetRequest

&#39;Range string to limit the result list. Format: -. 3-10 means he items between the (including) 3rd and the 10th will be returned. Defaults to all objects.&#39;

type ApiSitesIdDeleteRequest ¶

type ApiSitesIdDeleteRequest struct {
	ApiService *SitesApiService
	// contains filtered or unexported fields
}

func (ApiSitesIdDeleteRequest) Authorization ¶

func (r ApiSitesIdDeleteRequest) Authorization(authorization string) ApiSitesIdDeleteRequest

The Token from the LoginResponse.

func (ApiSitesIdDeleteRequest) Execute ¶

func (r ApiSitesIdDeleteRequest) Execute() (*http.Response, error)

type ApiSitesIdGetRequest ¶

type ApiSitesIdGetRequest struct {
	ApiService *SitesApiService
	// contains filtered or unexported fields
}

func (ApiSitesIdGetRequest) Authorization ¶

func (r ApiSitesIdGetRequest) Authorization(authorization string) ApiSitesIdGetRequest

The Token from the LoginResponse.

func (ApiSitesIdGetRequest) Execute ¶

func (r ApiSitesIdGetRequest) Execute() (*Site, *http.Response, error)

type ApiSitesIdPutRequest ¶

type ApiSitesIdPutRequest struct {
	ApiService *SitesApiService
	// contains filtered or unexported fields
}

func (ApiSitesIdPutRequest) Authorization ¶

func (r ApiSitesIdPutRequest) Authorization(authorization string) ApiSitesIdPutRequest

The Token from the LoginResponse.

func (ApiSitesIdPutRequest) Execute ¶

func (r ApiSitesIdPutRequest) Execute() (*Site, *http.Response, error)

func (ApiSitesIdPutRequest) Site ¶

Site object.

type ApiSitesPostRequest ¶

type ApiSitesPostRequest struct {
	ApiService *SitesApiService
	// contains filtered or unexported fields
}

func (ApiSitesPostRequest) Authorization ¶

func (r ApiSitesPostRequest) Authorization(authorization string) ApiSitesPostRequest

The Token from the LoginResponse.

func (ApiSitesPostRequest) Execute ¶

func (r ApiSitesPostRequest) Execute() (*Site, *http.Response, error)

func (ApiSitesPostRequest) Site ¶

Site object.

type ApiStatsActiveSessionsDnGetRequest ¶

type ApiStatsActiveSessionsDnGetRequest struct {
	ApiService *ActiveSessionsApiService
	// contains filtered or unexported fields
}

func (ApiStatsActiveSessionsDnGetRequest) Authorization ¶

The Token from the LoginResponse.

func (ApiStatsActiveSessionsDnGetRequest) Descending ¶

Whether the sorting is applied descending or ascending. Defaults to certain field depending on the object type.

func (ApiStatsActiveSessionsDnGetRequest) Execute ¶

func (ApiStatsActiveSessionsDnGetRequest) OrderBy ¶

The field name to sort the result list. Supported fields vary from object to object. Defaults to certain field depending on the object type.

func (ApiStatsActiveSessionsDnGetRequest) Query ¶

Query string to filter the result list. It&#39;s used for various fields depending on the object type. Send multiple query parameters to make the queries more specific.

func (ApiStatsActiveSessionsDnGetRequest) Range_ ¶

&#39;Range string to limit the result list. Format: -. 3-10 means he items between the (including) 3rd and the 10th will be returned. Defaults to all objects.&#39;

type ApiStatsActiveSessionsGetRequest ¶

type ApiStatsActiveSessionsGetRequest struct {
	ApiService *ActiveSessionsApiService
	// contains filtered or unexported fields
}

func (ApiStatsActiveSessionsGetRequest) Authorization ¶

The Token from the LoginResponse.

func (ApiStatsActiveSessionsGetRequest) Descending ¶

Whether the sorting is applied descending or ascending. Defaults to certain field depending on the object type.

func (ApiStatsActiveSessionsGetRequest) Execute ¶

func (ApiStatsActiveSessionsGetRequest) OrderBy ¶

The field name to sort the result list. Supported fields vary from object to object. Defaults to certain field depending on the object type.

func (ApiStatsActiveSessionsGetRequest) Query ¶

Query string to filter the result list. It&#39;s used for various fields depending on the object type. Send multiple query parameters to make the queries more specific.

func (ApiStatsActiveSessionsGetRequest) Range_ ¶

&#39;Range string to limit the result list. Format: -. 3-10 means he items between the (including) 3rd and the 10th will be returned. Defaults to all objects.&#39;

type ApiStatsAppDiscoveryGetRequest ¶

type ApiStatsAppDiscoveryGetRequest struct {
	ApiService *DiscoveredAppsApiService
	// contains filtered or unexported fields
}

func (ApiStatsAppDiscoveryGetRequest) Authorization ¶

The Token from the LoginResponse.

func (ApiStatsAppDiscoveryGetRequest) Descending ¶

Whether the sorting is applied descending or ascending. Defaults to certain field depending on the object type.

func (ApiStatsAppDiscoveryGetRequest) Execute ¶

func (ApiStatsAppDiscoveryGetRequest) OrderBy ¶

The field name to sort the result list. Supported fields vary from object to object. Defaults to certain field depending on the object type.

func (ApiStatsAppDiscoveryGetRequest) Query ¶

Query string to filter the result list. It&#39;s used for various fields depending on the object type. Send multiple query parameters to make the queries more specific.

func (ApiStatsAppDiscoveryGetRequest) Range_ ¶

&#39;Range string to limit the result list. Format: -. 3-10 means he items between the (including) 3rd and the 10th will be returned. Defaults to all objects.&#39;

type ApiStatsAppliancesGetRequest ¶

type ApiStatsAppliancesGetRequest struct {
	ApiService *ApplianceStatsApiService
	// contains filtered or unexported fields
}

func (ApiStatsAppliancesGetRequest) Authorization ¶

func (r ApiStatsAppliancesGetRequest) Authorization(authorization string) ApiStatsAppliancesGetRequest

The Token from the LoginResponse.

func (ApiStatsAppliancesGetRequest) Descending ¶

Whether the sorting is applied descending or ascending. Defaults to certain field depending on the object type.

func (ApiStatsAppliancesGetRequest) Execute ¶

func (ApiStatsAppliancesGetRequest) OrderBy ¶

The field name to sort the result list. Supported fields vary from object to object. Defaults to certain field depending on the object type.

func (ApiStatsAppliancesGetRequest) Query ¶

Query string to filter the result list. It&#39;s used for various fields depending on the object type. Send multiple query parameters to make the queries more specific.

func (ApiStatsAppliancesGetRequest) Range_ ¶

&#39;Range string to limit the result list. Format: -. 3-10 means he items between the (including) 3rd and the 10th will be returned. Defaults to all objects.&#39;

type ApiStatsFailedAuthenticationsGetRequest ¶

type ApiStatsFailedAuthenticationsGetRequest struct {
	ApiService *FailedAuthenticationsPerHourApiService
	// contains filtered or unexported fields
}

func (ApiStatsFailedAuthenticationsGetRequest) Authorization ¶

The Token from the LoginResponse.

func (ApiStatsFailedAuthenticationsGetRequest) Execute ¶

type ApiStatsOnBoardedDevicesGetRequest ¶

type ApiStatsOnBoardedDevicesGetRequest struct {
	ApiService *DevicesOnBoardedPerHourApiService
	// contains filtered or unexported fields
}

func (ApiStatsOnBoardedDevicesGetRequest) Authorization ¶

The Token from the LoginResponse.

func (ApiStatsOnBoardedDevicesGetRequest) Execute ¶

type ApiStatsTopEntitlementsGetRequest ¶

type ApiStatsTopEntitlementsGetRequest struct {
	ApiService *TopEntitlementsApiService
	// contains filtered or unexported fields
}

func (ApiStatsTopEntitlementsGetRequest) Authorization ¶

The Token from the LoginResponse.

func (ApiStatsTopEntitlementsGetRequest) Descending ¶

Whether the sorting is applied descending or ascending. Defaults to certain field depending on the object type.

func (ApiStatsTopEntitlementsGetRequest) Execute ¶

func (ApiStatsTopEntitlementsGetRequest) OrderBy ¶

The field name to sort the result list. Supported fields vary from object to object. Defaults to certain field depending on the object type.

func (ApiStatsTopEntitlementsGetRequest) Range_ ¶

&#39;Range string to limit the result list. Format: -. 3-10 means he items between the (including) 3rd and the 10th will be returned. Defaults to all objects.&#39;

type ApiStatsUserLoginsGetRequest ¶

type ApiStatsUserLoginsGetRequest struct {
	ApiService *UserLoginsPerHourApiService
	// contains filtered or unexported fields
}

func (ApiStatsUserLoginsGetRequest) Authorization ¶

func (r ApiStatsUserLoginsGetRequest) Authorization(authorization string) ApiStatsUserLoginsGetRequest

The Token from the LoginResponse.

func (ApiStatsUserLoginsGetRequest) Execute ¶

type ApiTokenRecordsDnGetRequest ¶

type ApiTokenRecordsDnGetRequest struct {
	ApiService *ActiveDevicesApiService
	// contains filtered or unexported fields
}

func (ApiTokenRecordsDnGetRequest) Authorization ¶

func (r ApiTokenRecordsDnGetRequest) Authorization(authorization string) ApiTokenRecordsDnGetRequest

The Token from the LoginResponse.

func (ApiTokenRecordsDnGetRequest) Descending ¶

Whether the sorting is applied descending or ascending. Defaults to certain field depending on the object type.

func (ApiTokenRecordsDnGetRequest) Execute ¶

func (ApiTokenRecordsDnGetRequest) FilterBy ¶

Filters the result list by the given field and value. Supported fields vary from API to API. The filters can be combined with each other as well as the generic query parameter. The given value is checked for inclusion.

func (ApiTokenRecordsDnGetRequest) OrderBy ¶

The field name to sort the result list. Supported fields vary from object to object. Defaults to certain field depending on the object type.

func (ApiTokenRecordsDnGetRequest) Query ¶

Query string to filter the result list. It&#39;s used for various fields depending on the object type. Send multiple query parameters to make the queries more specific.

func (ApiTokenRecordsDnGetRequest) Range_ ¶

&#39;Range string to limit the result list. Format: -. 3-10 means he items between the (including) 3rd and the 10th will be returned. Defaults to all objects.&#39;

type ApiTokenRecordsReevalByDnDistinguishedNamePostRequest ¶

type ApiTokenRecordsReevalByDnDistinguishedNamePostRequest struct {
	ApiService *ActiveDevicesApiService
	// contains filtered or unexported fields
}

func (ApiTokenRecordsReevalByDnDistinguishedNamePostRequest) Authorization ¶

The Token from the LoginResponse.

func (ApiTokenRecordsReevalByDnDistinguishedNamePostRequest) Execute ¶

type ApiTokenRecordsRevokedByDnDistinguishedNamePutRequest ¶

type ApiTokenRecordsRevokedByDnDistinguishedNamePutRequest struct {
	ApiService *ActiveDevicesApiService
	// contains filtered or unexported fields
}

func (ApiTokenRecordsRevokedByDnDistinguishedNamePutRequest) Authorization ¶

The Token from the LoginResponse.

func (ApiTokenRecordsRevokedByDnDistinguishedNamePutRequest) Execute ¶

func (ApiTokenRecordsRevokedByDnDistinguishedNamePutRequest) SiteId ¶

Optional query parameter to revoke only entitlement tokens for the given Site ID.

func (ApiTokenRecordsRevokedByDnDistinguishedNamePutRequest) TokenRevocationRequest ¶

Token revocation details.

func (ApiTokenRecordsRevokedByDnDistinguishedNamePutRequest) TokenType ¶

Optional query parameter to revoke only certain types of tokens.

type ApiTokenRecordsRevokedByTypeTokenTypePutRequest ¶

type ApiTokenRecordsRevokedByTypeTokenTypePutRequest struct {
	ApiService *ActiveDevicesApiService
	// contains filtered or unexported fields
}

func (ApiTokenRecordsRevokedByTypeTokenTypePutRequest) Authorization ¶

The Token from the LoginResponse.

func (ApiTokenRecordsRevokedByTypeTokenTypePutRequest) Execute ¶

func (ApiTokenRecordsRevokedByTypeTokenTypePutRequest) SiteId ¶

Optional query parameter to revoke only entitlement tokens for the given Site ID.

func (ApiTokenRecordsRevokedByTypeTokenTypePutRequest) TokenRevocationRequest ¶

Token revocation details.

type ApiTrustedCertificatesGetRequest ¶

type ApiTrustedCertificatesGetRequest struct {
	ApiService *TrustedCertificatesApiService
	// contains filtered or unexported fields
}

func (ApiTrustedCertificatesGetRequest) Authorization ¶

The Token from the LoginResponse.

func (ApiTrustedCertificatesGetRequest) Descending ¶

Whether the sorting is applied descending or ascending. Defaults to certain field depending on the object type.

func (ApiTrustedCertificatesGetRequest) Execute ¶

func (ApiTrustedCertificatesGetRequest) FilterBy ¶

Filters the result list by the given field and value. Supported fields vary from API to API. The filters can be combined with each other as well as the generic query parameter. The given value is checked for inclusion.

func (ApiTrustedCertificatesGetRequest) OrderBy ¶

The field name to sort the result list. Supported fields vary from object to object. Defaults to certain field depending on the object type.

func (ApiTrustedCertificatesGetRequest) Query ¶

Query string to filter the result list. It&#39;s used for various fields depending on the object type. Send multiple query parameters to make the queries more specific.

func (ApiTrustedCertificatesGetRequest) Range_ ¶

&#39;Range string to limit the result list. Format: -. 3-10 means he items between the (including) 3rd and the 10th will be returned. Defaults to all objects.&#39;

type ApiTrustedCertificatesIdDeleteRequest ¶

type ApiTrustedCertificatesIdDeleteRequest struct {
	ApiService *TrustedCertificatesApiService
	// contains filtered or unexported fields
}

func (ApiTrustedCertificatesIdDeleteRequest) Authorization ¶

The Token from the LoginResponse.

func (ApiTrustedCertificatesIdDeleteRequest) Execute ¶

type ApiTrustedCertificatesIdGetRequest ¶

type ApiTrustedCertificatesIdGetRequest struct {
	ApiService *TrustedCertificatesApiService
	// contains filtered or unexported fields
}

func (ApiTrustedCertificatesIdGetRequest) Authorization ¶

The Token from the LoginResponse.

func (ApiTrustedCertificatesIdGetRequest) Execute ¶

type ApiTrustedCertificatesIdPutRequest ¶

type ApiTrustedCertificatesIdPutRequest struct {
	ApiService *TrustedCertificatesApiService
	// contains filtered or unexported fields
}

func (ApiTrustedCertificatesIdPutRequest) Authorization ¶

The Token from the LoginResponse.

func (ApiTrustedCertificatesIdPutRequest) Execute ¶

func (ApiTrustedCertificatesIdPutRequest) TrustedCertificate ¶

Trusted Certificate object.

type ApiTrustedCertificatesPostRequest ¶

type ApiTrustedCertificatesPostRequest struct {
	ApiService *TrustedCertificatesApiService
	// contains filtered or unexported fields
}

func (ApiTrustedCertificatesPostRequest) Authorization ¶

The Token from the LoginResponse.

func (ApiTrustedCertificatesPostRequest) Execute ¶

func (ApiTrustedCertificatesPostRequest) TrustedCertificate ¶

Trusted Certificate object.

type ApiUserScriptsGetRequest ¶

type ApiUserScriptsGetRequest struct {
	ApiService *UserClaimScriptsApiService
	// contains filtered or unexported fields
}

func (ApiUserScriptsGetRequest) Authorization ¶

func (r ApiUserScriptsGetRequest) Authorization(authorization string) ApiUserScriptsGetRequest

The Token from the LoginResponse.

func (ApiUserScriptsGetRequest) Descending ¶

func (r ApiUserScriptsGetRequest) Descending(descending string) ApiUserScriptsGetRequest

Whether the sorting is applied descending or ascending. Defaults to certain field depending on the object type.

func (ApiUserScriptsGetRequest) Execute ¶

func (ApiUserScriptsGetRequest) FilterBy ¶

Filters the result list by the given field and value. Supported fields vary from API to API. The filters can be combined with each other as well as the generic query parameter. The given value is checked for inclusion.

func (ApiUserScriptsGetRequest) OrderBy ¶

The field name to sort the result list. Supported fields vary from object to object. Defaults to certain field depending on the object type.

func (ApiUserScriptsGetRequest) Query ¶

Query string to filter the result list. It&#39;s used for various fields depending on the object type. Send multiple query parameters to make the queries more specific.

func (ApiUserScriptsGetRequest) Range_ ¶

&#39;Range string to limit the result list. Format: -. 3-10 means he items between the (including) 3rd and the 10th will be returned. Defaults to all objects.&#39;

type ApiUserScriptsIdDeleteRequest ¶

type ApiUserScriptsIdDeleteRequest struct {
	ApiService *UserClaimScriptsApiService
	// contains filtered or unexported fields
}

func (ApiUserScriptsIdDeleteRequest) Authorization ¶

The Token from the LoginResponse.

func (ApiUserScriptsIdDeleteRequest) Execute ¶

type ApiUserScriptsIdGetRequest ¶

type ApiUserScriptsIdGetRequest struct {
	ApiService *UserClaimScriptsApiService
	// contains filtered or unexported fields
}

func (ApiUserScriptsIdGetRequest) Authorization ¶

func (r ApiUserScriptsIdGetRequest) Authorization(authorization string) ApiUserScriptsIdGetRequest

The Token from the LoginResponse.

func (ApiUserScriptsIdGetRequest) Execute ¶

type ApiUserScriptsIdPutRequest ¶

type ApiUserScriptsIdPutRequest struct {
	ApiService *UserClaimScriptsApiService
	// contains filtered or unexported fields
}

func (ApiUserScriptsIdPutRequest) Authorization ¶

func (r ApiUserScriptsIdPutRequest) Authorization(authorization string) ApiUserScriptsIdPutRequest

The Token from the LoginResponse.

func (ApiUserScriptsIdPutRequest) Execute ¶

func (ApiUserScriptsIdPutRequest) UserScript ¶

User Claim Script object.

type ApiUserScriptsPostRequest ¶

type ApiUserScriptsPostRequest struct {
	ApiService *UserClaimScriptsApiService
	// contains filtered or unexported fields
}

func (ApiUserScriptsPostRequest) Authorization ¶

func (r ApiUserScriptsPostRequest) Authorization(authorization string) ApiUserScriptsPostRequest

The Token from the LoginResponse.

func (ApiUserScriptsPostRequest) Execute ¶

func (ApiUserScriptsPostRequest) UserScript ¶

User Claim Script object.

type ApiZtpDeleteRequest ¶

type ApiZtpDeleteRequest struct {
	ApiService *ZTPApiService
	// contains filtered or unexported fields
}

func (ApiZtpDeleteRequest) Authorization ¶

func (r ApiZtpDeleteRequest) Authorization(authorization string) ApiZtpDeleteRequest

The Token from the LoginResponse.

func (ApiZtpDeleteRequest) Execute ¶

func (r ApiZtpDeleteRequest) Execute() (*ZtpStatus, *http.Response, error)

type ApiZtpGetRequest ¶

type ApiZtpGetRequest struct {
	ApiService *ZTPApiService
	// contains filtered or unexported fields
}

func (ApiZtpGetRequest) Authorization ¶

func (r ApiZtpGetRequest) Authorization(authorization string) ApiZtpGetRequest

The Token from the LoginResponse.

func (ApiZtpGetRequest) Execute ¶

func (r ApiZtpGetRequest) Execute() (*ZtpStatus, *http.Response, error)

type ApiZtpPostRequest ¶

type ApiZtpPostRequest struct {
	ApiService *ZTPApiService
	// contains filtered or unexported fields
}

func (ApiZtpPostRequest) Authorization ¶

func (r ApiZtpPostRequest) Authorization(authorization string) ApiZtpPostRequest

The Token from the LoginResponse.

func (ApiZtpPostRequest) Execute ¶

func (r ApiZtpPostRequest) Execute() (*ZtpStatus, *http.Response, error)

func (ApiZtpPostRequest) RegistrationToken ¶

func (r ApiZtpPostRequest) RegistrationToken(registrationToken RegistrationToken) ApiZtpPostRequest

Token to register to ZTP with.

type ApiZtpServicesVersionGetRequest ¶

type ApiZtpServicesVersionGetRequest struct {
	ApiService *ZTPApiService
	// contains filtered or unexported fields
}

func (ApiZtpServicesVersionGetRequest) Authorization ¶

The Token from the LoginResponse.

func (ApiZtpServicesVersionGetRequest) Execute ¶

type ApiZtpServicesVersionPostRequest ¶

type ApiZtpServicesVersionPostRequest struct {
	ApiService *ZTPApiService
	// contains filtered or unexported fields
}

func (ApiZtpServicesVersionPostRequest) Authorization ¶

The Token from the LoginResponse.

func (ApiZtpServicesVersionPostRequest) Execute ¶

type ApiZtpSettingsGetRequest ¶

type ApiZtpSettingsGetRequest struct {
	ApiService *ZTPApiService
	// contains filtered or unexported fields
}

func (ApiZtpSettingsGetRequest) Authorization ¶

func (r ApiZtpSettingsGetRequest) Authorization(authorization string) ApiZtpSettingsGetRequest

The Token from the LoginResponse.

func (ApiZtpSettingsGetRequest) Execute ¶

type ApiZtpSettingsPutRequest ¶

type ApiZtpSettingsPutRequest struct {
	ApiService *ZTPApiService
	// contains filtered or unexported fields
}

func (ApiZtpSettingsPutRequest) Authorization ¶

func (r ApiZtpSettingsPutRequest) Authorization(authorization string) ApiZtpSettingsPutRequest

The Token from the LoginResponse.

func (ApiZtpSettingsPutRequest) Execute ¶

func (ApiZtpSettingsPutRequest) ZtpSettings ¶

type AppDiscovery ¶

type AppDiscovery struct {
	// User-friendly name for the stats.
	Name *string `json:"name,omitempty"`
	// The time the stats was generated.
	CreationDate *time.Time `json:"creationDate,omitempty"`
	// Recommended refresh interval in minutes.
	RefreshInterval *float32 `json:"refreshInterval,omitempty"`
	// 'The range applied to the list. Format: -/. 3-5/8 means, out of 8 count (query affects the total), the items between (including) the 3rd and the 5th are returned.'
	Range *string `json:"range,omitempty"`
	// The field name used to sort the list.
	OrderBy *string `json:"orderBy,omitempty"`
	// Whether the sorting is applied descending or ascending.
	Descending *bool `json:"descending,omitempty"`
	// The first query applied to the list.
	Query *string `json:"query,omitempty"`
	// The number of total distinct Discovered Apps.
	DistinctAppCount *float32                `json:"distinctAppCount,omitempty"`
	Data             []AppDiscoveryAllOfData `json:"data,omitempty"`
}

AppDiscovery struct for AppDiscovery

func NewAppDiscovery ¶

func NewAppDiscovery() *AppDiscovery

NewAppDiscovery instantiates a new AppDiscovery object This constructor will assign default values to properties that have it defined, 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 NewAppDiscoveryWithDefaults ¶

func NewAppDiscoveryWithDefaults() *AppDiscovery

NewAppDiscoveryWithDefaults instantiates a new AppDiscovery object This 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 (*AppDiscovery) GetCreationDate ¶

func (o *AppDiscovery) GetCreationDate() time.Time

GetCreationDate returns the CreationDate field value if set, zero value otherwise.

func (*AppDiscovery) GetCreationDateOk ¶

func (o *AppDiscovery) GetCreationDateOk() (*time.Time, bool)

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

func (*AppDiscovery) GetData ¶

func (o *AppDiscovery) GetData() []AppDiscoveryAllOfData

GetData returns the Data field value if set, zero value otherwise.

func (*AppDiscovery) GetDataOk ¶

func (o *AppDiscovery) GetDataOk() ([]AppDiscoveryAllOfData, bool)

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

func (*AppDiscovery) GetDescending ¶

func (o *AppDiscovery) GetDescending() bool

GetDescending returns the Descending field value if set, zero value otherwise.

func (*AppDiscovery) GetDescendingOk ¶

func (o *AppDiscovery) GetDescendingOk() (*bool, bool)

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

func (*AppDiscovery) GetDistinctAppCount ¶

func (o *AppDiscovery) GetDistinctAppCount() float32

GetDistinctAppCount returns the DistinctAppCount field value if set, zero value otherwise.

func (*AppDiscovery) GetDistinctAppCountOk ¶

func (o *AppDiscovery) GetDistinctAppCountOk() (*float32, bool)

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

func (*AppDiscovery) GetName ¶

func (o *AppDiscovery) GetName() string

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

func (*AppDiscovery) GetNameOk ¶

func (o *AppDiscovery) 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 (*AppDiscovery) GetOrderBy ¶

func (o *AppDiscovery) GetOrderBy() string

GetOrderBy returns the OrderBy field value if set, zero value otherwise.

func (*AppDiscovery) GetOrderByOk ¶

func (o *AppDiscovery) GetOrderByOk() (*string, bool)

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

func (*AppDiscovery) GetQuery ¶

func (o *AppDiscovery) GetQuery() string

GetQuery returns the Query field value if set, zero value otherwise.

func (*AppDiscovery) GetQueryOk ¶

func (o *AppDiscovery) GetQueryOk() (*string, bool)

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

func (*AppDiscovery) GetRange ¶

func (o *AppDiscovery) GetRange() string

GetRange returns the Range field value if set, zero value otherwise.

func (*AppDiscovery) GetRangeOk ¶

func (o *AppDiscovery) GetRangeOk() (*string, bool)

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

func (*AppDiscovery) GetRefreshInterval ¶

func (o *AppDiscovery) GetRefreshInterval() float32

GetRefreshInterval returns the RefreshInterval field value if set, zero value otherwise.

func (*AppDiscovery) GetRefreshIntervalOk ¶

func (o *AppDiscovery) GetRefreshIntervalOk() (*float32, bool)

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

func (*AppDiscovery) HasCreationDate ¶

func (o *AppDiscovery) HasCreationDate() bool

HasCreationDate returns a boolean if a field has been set.

func (*AppDiscovery) HasData ¶

func (o *AppDiscovery) HasData() bool

HasData returns a boolean if a field has been set.

func (*AppDiscovery) HasDescending ¶

func (o *AppDiscovery) HasDescending() bool

HasDescending returns a boolean if a field has been set.

func (*AppDiscovery) HasDistinctAppCount ¶

func (o *AppDiscovery) HasDistinctAppCount() bool

HasDistinctAppCount returns a boolean if a field has been set.

func (*AppDiscovery) HasName ¶

func (o *AppDiscovery) HasName() bool

HasName returns a boolean if a field has been set.

func (*AppDiscovery) HasOrderBy ¶

func (o *AppDiscovery) HasOrderBy() bool

HasOrderBy returns a boolean if a field has been set.

func (*AppDiscovery) HasQuery ¶

func (o *AppDiscovery) HasQuery() bool

HasQuery returns a boolean if a field has been set.

func (*AppDiscovery) HasRange ¶

func (o *AppDiscovery) HasRange() bool

HasRange returns a boolean if a field has been set.

func (*AppDiscovery) HasRefreshInterval ¶

func (o *AppDiscovery) HasRefreshInterval() bool

HasRefreshInterval returns a boolean if a field has been set.

func (AppDiscovery) MarshalJSON ¶

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

func (*AppDiscovery) SetCreationDate ¶

func (o *AppDiscovery) SetCreationDate(v time.Time)

SetCreationDate gets a reference to the given time.Time and assigns it to the CreationDate field.

func (*AppDiscovery) SetData ¶

func (o *AppDiscovery) SetData(v []AppDiscoveryAllOfData)

SetData gets a reference to the given []AppDiscoveryAllOfData and assigns it to the Data field.

func (*AppDiscovery) SetDescending ¶

func (o *AppDiscovery) SetDescending(v bool)

SetDescending gets a reference to the given bool and assigns it to the Descending field.

func (*AppDiscovery) SetDistinctAppCount ¶

func (o *AppDiscovery) SetDistinctAppCount(v float32)

SetDistinctAppCount gets a reference to the given float32 and assigns it to the DistinctAppCount field.

func (*AppDiscovery) SetName ¶

func (o *AppDiscovery) SetName(v string)

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

func (*AppDiscovery) SetOrderBy ¶

func (o *AppDiscovery) SetOrderBy(v string)

SetOrderBy gets a reference to the given string and assigns it to the OrderBy field.

func (*AppDiscovery) SetQuery ¶

func (o *AppDiscovery) SetQuery(v string)

SetQuery gets a reference to the given string and assigns it to the Query field.

func (*AppDiscovery) SetRange ¶

func (o *AppDiscovery) SetRange(v string)

SetRange gets a reference to the given string and assigns it to the Range field.

func (*AppDiscovery) SetRefreshInterval ¶

func (o *AppDiscovery) SetRefreshInterval(v float32)

SetRefreshInterval gets a reference to the given float32 and assigns it to the RefreshInterval field.

type AppDiscoveryAllOf ¶

type AppDiscoveryAllOf struct {
	// The first query applied to the list.
	Query *string `json:"query,omitempty"`
	// The number of total distinct Discovered Apps.
	DistinctAppCount *float32                `json:"distinctAppCount,omitempty"`
	Data             []AppDiscoveryAllOfData `json:"data,omitempty"`
}

AppDiscoveryAllOf struct for AppDiscoveryAllOf

func NewAppDiscoveryAllOf ¶

func NewAppDiscoveryAllOf() *AppDiscoveryAllOf

NewAppDiscoveryAllOf instantiates a new AppDiscoveryAllOf object This constructor will assign default values to properties that have it defined, 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 NewAppDiscoveryAllOfWithDefaults ¶

func NewAppDiscoveryAllOfWithDefaults() *AppDiscoveryAllOf

NewAppDiscoveryAllOfWithDefaults instantiates a new AppDiscoveryAllOf object This 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 (*AppDiscoveryAllOf) GetData ¶

GetData returns the Data field value if set, zero value otherwise.

func (*AppDiscoveryAllOf) GetDataOk ¶

func (o *AppDiscoveryAllOf) GetDataOk() ([]AppDiscoveryAllOfData, bool)

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

func (*AppDiscoveryAllOf) GetDistinctAppCount ¶

func (o *AppDiscoveryAllOf) GetDistinctAppCount() float32

GetDistinctAppCount returns the DistinctAppCount field value if set, zero value otherwise.

func (*AppDiscoveryAllOf) GetDistinctAppCountOk ¶

func (o *AppDiscoveryAllOf) GetDistinctAppCountOk() (*float32, bool)

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

func (*AppDiscoveryAllOf) GetQuery ¶

func (o *AppDiscoveryAllOf) GetQuery() string

GetQuery returns the Query field value if set, zero value otherwise.

func (*AppDiscoveryAllOf) GetQueryOk ¶

func (o *AppDiscoveryAllOf) GetQueryOk() (*string, bool)

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

func (*AppDiscoveryAllOf) HasData ¶

func (o *AppDiscoveryAllOf) HasData() bool

HasData returns a boolean if a field has been set.

func (*AppDiscoveryAllOf) HasDistinctAppCount ¶

func (o *AppDiscoveryAllOf) HasDistinctAppCount() bool

HasDistinctAppCount returns a boolean if a field has been set.

func (*AppDiscoveryAllOf) HasQuery ¶

func (o *AppDiscoveryAllOf) HasQuery() bool

HasQuery returns a boolean if a field has been set.

func (AppDiscoveryAllOf) MarshalJSON ¶

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

func (*AppDiscoveryAllOf) SetData ¶

func (o *AppDiscoveryAllOf) SetData(v []AppDiscoveryAllOfData)

SetData gets a reference to the given []AppDiscoveryAllOfData and assigns it to the Data field.

func (*AppDiscoveryAllOf) SetDistinctAppCount ¶

func (o *AppDiscoveryAllOf) SetDistinctAppCount(v float32)

SetDistinctAppCount gets a reference to the given float32 and assigns it to the DistinctAppCount field.

func (*AppDiscoveryAllOf) SetQuery ¶

func (o *AppDiscoveryAllOf) SetQuery(v string)

SetQuery gets a reference to the given string and assigns it to the Query field.

type AppDiscoveryAllOfData ¶

type AppDiscoveryAllOfData struct {
	// The app name, with the domain field it makes up the discovered hostname.
	App *string `json:"app,omitempty"`
	// The domain name as configured.
	Domain *string `json:"domain,omitempty"`
	// Number of unique users have attempted to access this app.
	AccessCount *float32 `json:"accessCount,omitempty"`
	// The resolved IP addresses for this app.
	Ips []string `json:"ips,omitempty"`
	// A list of distinguished names that tried to access this app.
	DistinguishedNames []AppDiscoveryAllOfDistinguishedNames `json:"distinguishedNames,omitempty"`
}

AppDiscoveryAllOfData A Discovered App.

func NewAppDiscoveryAllOfData ¶

func NewAppDiscoveryAllOfData() *AppDiscoveryAllOfData

NewAppDiscoveryAllOfData instantiates a new AppDiscoveryAllOfData object This constructor will assign default values to properties that have it defined, 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 NewAppDiscoveryAllOfDataWithDefaults ¶

func NewAppDiscoveryAllOfDataWithDefaults() *AppDiscoveryAllOfData

NewAppDiscoveryAllOfDataWithDefaults instantiates a new AppDiscoveryAllOfData object This 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 (*AppDiscoveryAllOfData) GetAccessCount ¶

func (o *AppDiscoveryAllOfData) GetAccessCount() float32

GetAccessCount returns the AccessCount field value if set, zero value otherwise.

func (*AppDiscoveryAllOfData) GetAccessCountOk ¶

func (o *AppDiscoveryAllOfData) GetAccessCountOk() (*float32, bool)

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

func (*AppDiscoveryAllOfData) GetApp ¶

func (o *AppDiscoveryAllOfData) GetApp() string

GetApp returns the App field value if set, zero value otherwise.

func (*AppDiscoveryAllOfData) GetAppOk ¶

func (o *AppDiscoveryAllOfData) GetAppOk() (*string, bool)

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

func (*AppDiscoveryAllOfData) GetDistinguishedNames ¶

func (o *AppDiscoveryAllOfData) GetDistinguishedNames() []AppDiscoveryAllOfDistinguishedNames

GetDistinguishedNames returns the DistinguishedNames field value if set, zero value otherwise.

func (*AppDiscoveryAllOfData) GetDistinguishedNamesOk ¶

func (o *AppDiscoveryAllOfData) GetDistinguishedNamesOk() ([]AppDiscoveryAllOfDistinguishedNames, bool)

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

func (*AppDiscoveryAllOfData) GetDomain ¶

func (o *AppDiscoveryAllOfData) GetDomain() string

GetDomain returns the Domain field value if set, zero value otherwise.

func (*AppDiscoveryAllOfData) GetDomainOk ¶

func (o *AppDiscoveryAllOfData) 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 (*AppDiscoveryAllOfData) GetIps ¶

func (o *AppDiscoveryAllOfData) GetIps() []string

GetIps returns the Ips field value if set, zero value otherwise.

func (*AppDiscoveryAllOfData) GetIpsOk ¶

func (o *AppDiscoveryAllOfData) GetIpsOk() ([]string, bool)

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

func (*AppDiscoveryAllOfData) HasAccessCount ¶

func (o *AppDiscoveryAllOfData) HasAccessCount() bool

HasAccessCount returns a boolean if a field has been set.

func (*AppDiscoveryAllOfData) HasApp ¶

func (o *AppDiscoveryAllOfData) HasApp() bool

HasApp returns a boolean if a field has been set.

func (*AppDiscoveryAllOfData) HasDistinguishedNames ¶

func (o *AppDiscoveryAllOfData) HasDistinguishedNames() bool

HasDistinguishedNames returns a boolean if a field has been set.

func (*AppDiscoveryAllOfData) HasDomain ¶

func (o *AppDiscoveryAllOfData) HasDomain() bool

HasDomain returns a boolean if a field has been set.

func (*AppDiscoveryAllOfData) HasIps ¶

func (o *AppDiscoveryAllOfData) HasIps() bool

HasIps returns a boolean if a field has been set.

func (AppDiscoveryAllOfData) MarshalJSON ¶

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

func (*AppDiscoveryAllOfData) SetAccessCount ¶

func (o *AppDiscoveryAllOfData) SetAccessCount(v float32)

SetAccessCount gets a reference to the given float32 and assigns it to the AccessCount field.

func (*AppDiscoveryAllOfData) SetApp ¶

func (o *AppDiscoveryAllOfData) SetApp(v string)

SetApp gets a reference to the given string and assigns it to the App field.

func (*AppDiscoveryAllOfData) SetDistinguishedNames ¶

func (o *AppDiscoveryAllOfData) SetDistinguishedNames(v []AppDiscoveryAllOfDistinguishedNames)

SetDistinguishedNames gets a reference to the given []AppDiscoveryAllOfDistinguishedNames and assigns it to the DistinguishedNames field.

func (*AppDiscoveryAllOfData) SetDomain ¶

func (o *AppDiscoveryAllOfData) SetDomain(v string)

SetDomain gets a reference to the given string and assigns it to the Domain field.

func (*AppDiscoveryAllOfData) SetIps ¶

func (o *AppDiscoveryAllOfData) SetIps(v []string)

SetIps gets a reference to the given []string and assigns it to the Ips field.

type AppDiscoveryAllOfDistinguishedNames ¶

type AppDiscoveryAllOfDistinguishedNames struct {
	// The distinguished user name.
	Username *string `json:"username,omitempty"`
	// The device ID.
	DeviceId *string `json:"deviceId,omitempty"`
	// The provider name.
	Provider *string `json:"provider,omitempty"`
}

AppDiscoveryAllOfDistinguishedNames struct for AppDiscoveryAllOfDistinguishedNames

func NewAppDiscoveryAllOfDistinguishedNames ¶

func NewAppDiscoveryAllOfDistinguishedNames() *AppDiscoveryAllOfDistinguishedNames

NewAppDiscoveryAllOfDistinguishedNames instantiates a new AppDiscoveryAllOfDistinguishedNames object This constructor will assign default values to properties that have it defined, 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 NewAppDiscoveryAllOfDistinguishedNamesWithDefaults ¶

func NewAppDiscoveryAllOfDistinguishedNamesWithDefaults() *AppDiscoveryAllOfDistinguishedNames

NewAppDiscoveryAllOfDistinguishedNamesWithDefaults instantiates a new AppDiscoveryAllOfDistinguishedNames object This 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 (*AppDiscoveryAllOfDistinguishedNames) GetDeviceId ¶

GetDeviceId returns the DeviceId field value if set, zero value otherwise.

func (*AppDiscoveryAllOfDistinguishedNames) GetDeviceIdOk ¶

func (o *AppDiscoveryAllOfDistinguishedNames) GetDeviceIdOk() (*string, bool)

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

func (*AppDiscoveryAllOfDistinguishedNames) GetProvider ¶

GetProvider returns the Provider field value if set, zero value otherwise.

func (*AppDiscoveryAllOfDistinguishedNames) GetProviderOk ¶

func (o *AppDiscoveryAllOfDistinguishedNames) 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 (*AppDiscoveryAllOfDistinguishedNames) GetUsername ¶

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

func (*AppDiscoveryAllOfDistinguishedNames) GetUsernameOk ¶

func (o *AppDiscoveryAllOfDistinguishedNames) 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 (*AppDiscoveryAllOfDistinguishedNames) HasDeviceId ¶

func (o *AppDiscoveryAllOfDistinguishedNames) HasDeviceId() bool

HasDeviceId returns a boolean if a field has been set.

func (*AppDiscoveryAllOfDistinguishedNames) HasProvider ¶

func (o *AppDiscoveryAllOfDistinguishedNames) HasProvider() bool

HasProvider returns a boolean if a field has been set.

func (*AppDiscoveryAllOfDistinguishedNames) HasUsername ¶

func (o *AppDiscoveryAllOfDistinguishedNames) HasUsername() bool

HasUsername returns a boolean if a field has been set.

func (AppDiscoveryAllOfDistinguishedNames) MarshalJSON ¶

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

func (*AppDiscoveryAllOfDistinguishedNames) SetDeviceId ¶

func (o *AppDiscoveryAllOfDistinguishedNames) SetDeviceId(v string)

SetDeviceId gets a reference to the given string and assigns it to the DeviceId field.

func (*AppDiscoveryAllOfDistinguishedNames) SetProvider ¶

func (o *AppDiscoveryAllOfDistinguishedNames) SetProvider(v string)

SetProvider gets a reference to the given string and assigns it to the Provider field.

func (*AppDiscoveryAllOfDistinguishedNames) SetUsername ¶

func (o *AppDiscoveryAllOfDistinguishedNames) SetUsername(v string)

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

type AppShortcut ¶

type AppShortcut struct {
	// Name for the App Shortcut which will be visible on the Client UI.
	Name string `json:"name"`
	// Description for the App Shortcut which will be visible on the Client UI.
	Description *string `json:"description,omitempty"`
	// The URL that will be triggered on the OS to be handled. For example, an HTTPS URL will start the browser for the given URL.
	Url string `json:"url"`
	// The code of the published app on the client. - 1: Light Green - 2: Green - 3: Indigo - 4: Deep Purple - 5: Yellow - 6: Lime - 7: Light Blue - 8: Blue - 9: Amber - 10: Orange - 11: Cyan - 12: Teal - 13: Deep Orange - 14: Red - 15: Gray - 16: Brown - 17: Pink - 18: Purple - 19: Blue Gray - 20: Near Black
	ColorCode *int32 `json:"colorCode,omitempty"`
}

AppShortcut Publishes the configured URL as an app on the client using the display name as the app name.

func NewAppShortcut ¶

func NewAppShortcut(name string, url string) *AppShortcut

NewAppShortcut instantiates a new AppShortcut object This constructor will assign default values to properties that have it defined, 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 NewAppShortcutWithDefaults ¶

func NewAppShortcutWithDefaults() *AppShortcut

NewAppShortcutWithDefaults instantiates a new AppShortcut object This 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 (*AppShortcut) GetColorCode ¶

func (o *AppShortcut) GetColorCode() int32

GetColorCode returns the ColorCode field value if set, zero value otherwise.

func (*AppShortcut) GetColorCodeOk ¶

func (o *AppShortcut) GetColorCodeOk() (*int32, bool)

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

func (*AppShortcut) GetDescription ¶

func (o *AppShortcut) GetDescription() string

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

func (*AppShortcut) GetDescriptionOk ¶

func (o *AppShortcut) 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 (*AppShortcut) GetName ¶

func (o *AppShortcut) GetName() string

GetName returns the Name field value

func (*AppShortcut) GetNameOk ¶

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

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

func (*AppShortcut) GetUrl ¶

func (o *AppShortcut) GetUrl() string

GetUrl returns the Url field value

func (*AppShortcut) GetUrlOk ¶

func (o *AppShortcut) GetUrlOk() (*string, bool)

GetUrlOk returns a tuple with the Url field value and a boolean to check if the value has been set.

func (*AppShortcut) HasColorCode ¶

func (o *AppShortcut) HasColorCode() bool

HasColorCode returns a boolean if a field has been set.

func (*AppShortcut) HasDescription ¶

func (o *AppShortcut) HasDescription() bool

HasDescription returns a boolean if a field has been set.

func (AppShortcut) MarshalJSON ¶

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

func (*AppShortcut) SetColorCode ¶

func (o *AppShortcut) SetColorCode(v int32)

SetColorCode gets a reference to the given int32 and assigns it to the ColorCode field.

func (*AppShortcut) SetDescription ¶

func (o *AppShortcut) SetDescription(v string)

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

func (*AppShortcut) SetName ¶

func (o *AppShortcut) SetName(v string)

SetName sets field value

func (*AppShortcut) SetUrl ¶

func (o *AppShortcut) SetUrl(v string)

SetUrl sets field value

type Appliance ¶

type Appliance struct {
	// ID of the object.
	Id *string `json:"id,omitempty"`
	// Name of the object.
	Name string `json:"name"`
	// Notes for the object. Used for documentation purposes.
	Notes *string `json:"notes,omitempty"`
	// Create date.
	Created *time.Time `json:"created,omitempty"`
	// Last update date.
	Updated *time.Time `json:"updated,omitempty"`
	// Array of tags.
	Tags []string `json:"tags,omitempty"`
	// Makes the Appliance to connect to Controller/LogServer/LogForwarders using their clientInterface.httpsPort instead of peerInterface.httpsPort. The Appliance uses SPA to connect. This field is deprecated as of 5.4. It will always be enabled when the support for peerInterface is removed.
	// Deprecated
	ConnectToPeersUsingClientPortWithSpa *bool `json:"connectToPeersUsingClientPortWithSpa,omitempty"`
	// Deprecated
	PeerInterface *ApplianceAllOfPeerInterface `json:"peerInterface,omitempty"`
	// Whether the Appliance is activated or not. If it is not activated, it won't be accessible by the Clients.
	Activated *bool `json:"activated,omitempty"`
	// Whether the Appliance is pending certificate renewal or not. Should be true for a very short period on certificate renewal.
	PendingCertificateRenewal *bool `json:"pendingCertificateRenewal,omitempty"`
	// Peer version of the Appliance.
	Version *int32 `json:"version,omitempty"`
	// Hostname of the Appliance. It's used by other Appliances to communicate with and identify this Appliances.
	Hostname string `json:"hostname"`
	// Site served by the Appliance. Entitlements on this Site will be included in the Entitlement Token for this Appliance. Not useful if Gateway role is not enabled.
	Site *string `json:"site,omitempty"`
	// Name of the Site for this Appliance. For convenience only.
	SiteName *string `json:"siteName,omitempty"`
	// Customization assigned to this Appliance.
	Customization      *string                           `json:"customization,omitempty"`
	ClientInterface    ApplianceAllOfClientInterface     `json:"clientInterface"`
	AdminInterface     *ApplianceAllOfAdminInterface     `json:"adminInterface,omitempty"`
	Networking         ApplianceAllOfNetworking          `json:"networking"`
	Ntp                *ApplianceAllOfNtp                `json:"ntp,omitempty"`
	SshServer          *ApplianceAllOfSshServer          `json:"sshServer,omitempty"`
	SnmpServer         *ApplianceAllOfSnmpServer         `json:"snmpServer,omitempty"`
	HealthcheckServer  *ApplianceAllOfHealthcheckServer  `json:"healthcheckServer,omitempty"`
	PrometheusExporter *ApplianceAllOfPrometheusExporter `json:"prometheusExporter,omitempty"`
	Ping               *ApplianceAllOfPing               `json:"ping,omitempty"`
	LogServer          *ApplianceAllOfLogServer          `json:"logServer,omitempty"`
	Controller         *ApplianceAllOfController         `json:"controller,omitempty"`
	Gateway            *ApplianceAllOfGateway            `json:"gateway,omitempty"`
	LogForwarder       *ApplianceAllOfLogForwarder       `json:"logForwarder,omitempty"`
	Connector          *ApplianceAllOfConnector          `json:"connector,omitempty"`
	Portal             *Portal                           `json:"portal,omitempty"`
	// Rsyslog destination settings to forward appliance logs.
	RsyslogDestinations []ApplianceAllOfRsyslogDestinations `json:"rsyslogDestinations,omitempty"`
	// Hostname aliases. They are added to the Appliance certificate as Subject Alternative Names so it is trusted using different IPs or hostnames. Requires manual certificate renewal to apply changes to the certificate.
	HostnameAliases []string `json:"hostnameAliases,omitempty"`
}

Appliance struct for Appliance

func NewAppliance ¶

func NewAppliance(name string, hostname string, clientInterface ApplianceAllOfClientInterface, networking ApplianceAllOfNetworking) *Appliance

NewAppliance instantiates a new Appliance object This constructor will assign default values to properties that have it defined, 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 NewApplianceWithDefaults ¶

func NewApplianceWithDefaults() *Appliance

NewApplianceWithDefaults instantiates a new Appliance object This 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 (*Appliance) GetActivated ¶

func (o *Appliance) GetActivated() bool

GetActivated returns the Activated field value if set, zero value otherwise.

func (*Appliance) GetActivatedOk ¶

func (o *Appliance) GetActivatedOk() (*bool, bool)

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

func (*Appliance) GetAdminInterface ¶

func (o *Appliance) GetAdminInterface() ApplianceAllOfAdminInterface

GetAdminInterface returns the AdminInterface field value if set, zero value otherwise.

func (*Appliance) GetAdminInterfaceOk ¶

func (o *Appliance) GetAdminInterfaceOk() (*ApplianceAllOfAdminInterface, bool)

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

func (*Appliance) GetClientInterface ¶

func (o *Appliance) GetClientInterface() ApplianceAllOfClientInterface

GetClientInterface returns the ClientInterface field value

func (*Appliance) GetClientInterfaceOk ¶

func (o *Appliance) GetClientInterfaceOk() (*ApplianceAllOfClientInterface, bool)

GetClientInterfaceOk returns a tuple with the ClientInterface field value and a boolean to check if the value has been set.

func (*Appliance) GetConnectToPeersUsingClientPortWithSpa ¶

func (o *Appliance) GetConnectToPeersUsingClientPortWithSpa() bool

GetConnectToPeersUsingClientPortWithSpa returns the ConnectToPeersUsingClientPortWithSpa field value if set, zero value otherwise. Deprecated

func (*Appliance) GetConnectToPeersUsingClientPortWithSpaOk ¶

func (o *Appliance) GetConnectToPeersUsingClientPortWithSpaOk() (*bool, bool)

GetConnectToPeersUsingClientPortWithSpaOk returns a tuple with the ConnectToPeersUsingClientPortWithSpa field value if set, nil otherwise and a boolean to check if the value has been set. Deprecated

func (*Appliance) GetConnector ¶

func (o *Appliance) GetConnector() ApplianceAllOfConnector

GetConnector returns the Connector field value if set, zero value otherwise.

func (*Appliance) GetConnectorOk ¶

func (o *Appliance) GetConnectorOk() (*ApplianceAllOfConnector, bool)

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

func (*Appliance) GetController ¶

func (o *Appliance) GetController() ApplianceAllOfController

GetController returns the Controller field value if set, zero value otherwise.

func (*Appliance) GetControllerOk ¶

func (o *Appliance) GetControllerOk() (*ApplianceAllOfController, bool)

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

func (*Appliance) GetCreated ¶

func (o *Appliance) GetCreated() time.Time

GetCreated returns the Created field value if set, zero value otherwise.

func (*Appliance) GetCreatedOk ¶

func (o *Appliance) GetCreatedOk() (*time.Time, bool)

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

func (*Appliance) GetCustomization ¶

func (o *Appliance) GetCustomization() string

GetCustomization returns the Customization field value if set, zero value otherwise.

func (*Appliance) GetCustomizationOk ¶

func (o *Appliance) GetCustomizationOk() (*string, bool)

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

func (*Appliance) GetGateway ¶

func (o *Appliance) GetGateway() ApplianceAllOfGateway

GetGateway returns the Gateway field value if set, zero value otherwise.

func (*Appliance) GetGatewayOk ¶

func (o *Appliance) GetGatewayOk() (*ApplianceAllOfGateway, bool)

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

func (*Appliance) GetHealthcheckServer ¶

func (o *Appliance) GetHealthcheckServer() ApplianceAllOfHealthcheckServer

GetHealthcheckServer returns the HealthcheckServer field value if set, zero value otherwise.

func (*Appliance) GetHealthcheckServerOk ¶

func (o *Appliance) GetHealthcheckServerOk() (*ApplianceAllOfHealthcheckServer, bool)

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

func (*Appliance) GetHostname ¶

func (o *Appliance) GetHostname() string

GetHostname returns the Hostname field value

func (*Appliance) GetHostnameAliases ¶

func (o *Appliance) GetHostnameAliases() []string

GetHostnameAliases returns the HostnameAliases field value if set, zero value otherwise.

func (*Appliance) GetHostnameAliasesOk ¶

func (o *Appliance) GetHostnameAliasesOk() ([]string, bool)

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

func (*Appliance) GetHostnameOk ¶

func (o *Appliance) GetHostnameOk() (*string, bool)

GetHostnameOk returns a tuple with the Hostname field value and a boolean to check if the value has been set.

func (*Appliance) GetId ¶

func (o *Appliance) GetId() string

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

func (*Appliance) GetIdOk ¶

func (o *Appliance) 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 (*Appliance) GetLogForwarder ¶

func (o *Appliance) GetLogForwarder() ApplianceAllOfLogForwarder

GetLogForwarder returns the LogForwarder field value if set, zero value otherwise.

func (*Appliance) GetLogForwarderOk ¶

func (o *Appliance) GetLogForwarderOk() (*ApplianceAllOfLogForwarder, bool)

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

func (*Appliance) GetLogServer ¶

func (o *Appliance) GetLogServer() ApplianceAllOfLogServer

GetLogServer returns the LogServer field value if set, zero value otherwise.

func (*Appliance) GetLogServerOk ¶

func (o *Appliance) GetLogServerOk() (*ApplianceAllOfLogServer, bool)

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

func (*Appliance) GetName ¶

func (o *Appliance) GetName() string

GetName returns the Name field value

func (*Appliance) GetNameOk ¶

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

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

func (*Appliance) GetNetworking ¶

func (o *Appliance) GetNetworking() ApplianceAllOfNetworking

GetNetworking returns the Networking field value

func (*Appliance) GetNetworkingOk ¶

func (o *Appliance) GetNetworkingOk() (*ApplianceAllOfNetworking, bool)

GetNetworkingOk returns a tuple with the Networking field value and a boolean to check if the value has been set.

func (*Appliance) GetNotes ¶

func (o *Appliance) GetNotes() string

GetNotes returns the Notes field value if set, zero value otherwise.

func (*Appliance) GetNotesOk ¶

func (o *Appliance) GetNotesOk() (*string, bool)

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

func (*Appliance) GetNtp ¶

func (o *Appliance) GetNtp() ApplianceAllOfNtp

GetNtp returns the Ntp field value if set, zero value otherwise.

func (*Appliance) GetNtpOk ¶

func (o *Appliance) GetNtpOk() (*ApplianceAllOfNtp, bool)

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

func (*Appliance) GetPeerInterface ¶

func (o *Appliance) GetPeerInterface() ApplianceAllOfPeerInterface

GetPeerInterface returns the PeerInterface field value if set, zero value otherwise. Deprecated

func (*Appliance) GetPeerInterfaceOk ¶

func (o *Appliance) GetPeerInterfaceOk() (*ApplianceAllOfPeerInterface, bool)

GetPeerInterfaceOk returns a tuple with the PeerInterface field value if set, nil otherwise and a boolean to check if the value has been set. Deprecated

func (*Appliance) GetPendingCertificateRenewal ¶

func (o *Appliance) GetPendingCertificateRenewal() bool

GetPendingCertificateRenewal returns the PendingCertificateRenewal field value if set, zero value otherwise.

func (*Appliance) GetPendingCertificateRenewalOk ¶

func (o *Appliance) GetPendingCertificateRenewalOk() (*bool, bool)

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

func (*Appliance) GetPing ¶

func (o *Appliance) GetPing() ApplianceAllOfPing

GetPing returns the Ping field value if set, zero value otherwise.

func (*Appliance) GetPingOk ¶

func (o *Appliance) GetPingOk() (*ApplianceAllOfPing, bool)

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

func (*Appliance) GetPortal ¶

func (o *Appliance) GetPortal() Portal

GetPortal returns the Portal field value if set, zero value otherwise.

func (*Appliance) GetPortalOk ¶

func (o *Appliance) GetPortalOk() (*Portal, bool)

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

func (*Appliance) GetPrometheusExporter ¶

func (o *Appliance) GetPrometheusExporter() ApplianceAllOfPrometheusExporter

GetPrometheusExporter returns the PrometheusExporter field value if set, zero value otherwise.

func (*Appliance) GetPrometheusExporterOk ¶

func (o *Appliance) GetPrometheusExporterOk() (*ApplianceAllOfPrometheusExporter, bool)

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

func (*Appliance) GetRsyslogDestinations ¶

func (o *Appliance) GetRsyslogDestinations() []ApplianceAllOfRsyslogDestinations

GetRsyslogDestinations returns the RsyslogDestinations field value if set, zero value otherwise.

func (*Appliance) GetRsyslogDestinationsOk ¶

func (o *Appliance) GetRsyslogDestinationsOk() ([]ApplianceAllOfRsyslogDestinations, bool)

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

func (*Appliance) GetSite ¶

func (o *Appliance) GetSite() string

GetSite returns the Site field value if set, zero value otherwise.

func (*Appliance) GetSiteName ¶

func (o *Appliance) GetSiteName() string

GetSiteName returns the SiteName field value if set, zero value otherwise.

func (*Appliance) GetSiteNameOk ¶

func (o *Appliance) GetSiteNameOk() (*string, bool)

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

func (*Appliance) GetSiteOk ¶

func (o *Appliance) GetSiteOk() (*string, bool)

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

func (*Appliance) GetSnmpServer ¶

func (o *Appliance) GetSnmpServer() ApplianceAllOfSnmpServer

GetSnmpServer returns the SnmpServer field value if set, zero value otherwise.

func (*Appliance) GetSnmpServerOk ¶

func (o *Appliance) GetSnmpServerOk() (*ApplianceAllOfSnmpServer, bool)

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

func (*Appliance) GetSshServer ¶

func (o *Appliance) GetSshServer() ApplianceAllOfSshServer

GetSshServer returns the SshServer field value if set, zero value otherwise.

func (*Appliance) GetSshServerOk ¶

func (o *Appliance) GetSshServerOk() (*ApplianceAllOfSshServer, bool)

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

func (*Appliance) GetTags ¶

func (o *Appliance) GetTags() []string

GetTags returns the Tags field value if set, zero value otherwise.

func (*Appliance) GetTagsOk ¶

func (o *Appliance) GetTagsOk() ([]string, bool)

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

func (*Appliance) GetUpdated ¶

func (o *Appliance) GetUpdated() time.Time

GetUpdated returns the Updated field value if set, zero value otherwise.

func (*Appliance) GetUpdatedOk ¶

func (o *Appliance) GetUpdatedOk() (*time.Time, bool)

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

func (*Appliance) GetVersion ¶

func (o *Appliance) GetVersion() int32

GetVersion returns the Version field value if set, zero value otherwise.

func (*Appliance) GetVersionOk ¶

func (o *Appliance) GetVersionOk() (*int32, 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 (*Appliance) HasActivated ¶

func (o *Appliance) HasActivated() bool

HasActivated returns a boolean if a field has been set.

func (*Appliance) HasAdminInterface ¶

func (o *Appliance) HasAdminInterface() bool

HasAdminInterface returns a boolean if a field has been set.

func (*Appliance) HasConnectToPeersUsingClientPortWithSpa ¶

func (o *Appliance) HasConnectToPeersUsingClientPortWithSpa() bool

HasConnectToPeersUsingClientPortWithSpa returns a boolean if a field has been set.

func (*Appliance) HasConnector ¶

func (o *Appliance) HasConnector() bool

HasConnector returns a boolean if a field has been set.

func (*Appliance) HasController ¶

func (o *Appliance) HasController() bool

HasController returns a boolean if a field has been set.

func (*Appliance) HasCreated ¶

func (o *Appliance) HasCreated() bool

HasCreated returns a boolean if a field has been set.

func (*Appliance) HasCustomization ¶

func (o *Appliance) HasCustomization() bool

HasCustomization returns a boolean if a field has been set.

func (*Appliance) HasGateway ¶

func (o *Appliance) HasGateway() bool

HasGateway returns a boolean if a field has been set.

func (*Appliance) HasHealthcheckServer ¶

func (o *Appliance) HasHealthcheckServer() bool

HasHealthcheckServer returns a boolean if a field has been set.

func (*Appliance) HasHostnameAliases ¶

func (o *Appliance) HasHostnameAliases() bool

HasHostnameAliases returns a boolean if a field has been set.

func (*Appliance) HasId ¶

func (o *Appliance) HasId() bool

HasId returns a boolean if a field has been set.

func (*Appliance) HasLogForwarder ¶

func (o *Appliance) HasLogForwarder() bool

HasLogForwarder returns a boolean if a field has been set.

func (*Appliance) HasLogServer ¶

func (o *Appliance) HasLogServer() bool

HasLogServer returns a boolean if a field has been set.

func (*Appliance) HasNotes ¶

func (o *Appliance) HasNotes() bool

HasNotes returns a boolean if a field has been set.

func (*Appliance) HasNtp ¶

func (o *Appliance) HasNtp() bool

HasNtp returns a boolean if a field has been set.

func (*Appliance) HasPeerInterface ¶

func (o *Appliance) HasPeerInterface() bool

HasPeerInterface returns a boolean if a field has been set.

func (*Appliance) HasPendingCertificateRenewal ¶

func (o *Appliance) HasPendingCertificateRenewal() bool

HasPendingCertificateRenewal returns a boolean if a field has been set.

func (*Appliance) HasPing ¶

func (o *Appliance) HasPing() bool

HasPing returns a boolean if a field has been set.

func (*Appliance) HasPortal ¶

func (o *Appliance) HasPortal() bool

HasPortal returns a boolean if a field has been set.

func (*Appliance) HasPrometheusExporter ¶

func (o *Appliance) HasPrometheusExporter() bool

HasPrometheusExporter returns a boolean if a field has been set.

func (*Appliance) HasRsyslogDestinations ¶

func (o *Appliance) HasRsyslogDestinations() bool

HasRsyslogDestinations returns a boolean if a field has been set.

func (*Appliance) HasSite ¶

func (o *Appliance) HasSite() bool

HasSite returns a boolean if a field has been set.

func (*Appliance) HasSiteName ¶

func (o *Appliance) HasSiteName() bool

HasSiteName returns a boolean if a field has been set.

func (*Appliance) HasSnmpServer ¶

func (o *Appliance) HasSnmpServer() bool

HasSnmpServer returns a boolean if a field has been set.

func (*Appliance) HasSshServer ¶

func (o *Appliance) HasSshServer() bool

HasSshServer returns a boolean if a field has been set.

func (*Appliance) HasTags ¶

func (o *Appliance) HasTags() bool

HasTags returns a boolean if a field has been set.

func (*Appliance) HasUpdated ¶

func (o *Appliance) HasUpdated() bool

HasUpdated returns a boolean if a field has been set.

func (*Appliance) HasVersion ¶

func (o *Appliance) HasVersion() bool

HasVersion returns a boolean if a field has been set.

func (Appliance) MarshalJSON ¶

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

func (*Appliance) SetActivated ¶

func (o *Appliance) SetActivated(v bool)

SetActivated gets a reference to the given bool and assigns it to the Activated field.

func (*Appliance) SetAdminInterface ¶

func (o *Appliance) SetAdminInterface(v ApplianceAllOfAdminInterface)

SetAdminInterface gets a reference to the given ApplianceAllOfAdminInterface and assigns it to the AdminInterface field.

func (*Appliance) SetClientInterface ¶

func (o *Appliance) SetClientInterface(v ApplianceAllOfClientInterface)

SetClientInterface sets field value

func (*Appliance) SetConnectToPeersUsingClientPortWithSpa ¶

func (o *Appliance) SetConnectToPeersUsingClientPortWithSpa(v bool)

SetConnectToPeersUsingClientPortWithSpa gets a reference to the given bool and assigns it to the ConnectToPeersUsingClientPortWithSpa field. Deprecated

func (*Appliance) SetConnector ¶

func (o *Appliance) SetConnector(v ApplianceAllOfConnector)

SetConnector gets a reference to the given ApplianceAllOfConnector and assigns it to the Connector field.

func (*Appliance) SetController ¶

func (o *Appliance) SetController(v ApplianceAllOfController)

SetController gets a reference to the given ApplianceAllOfController and assigns it to the Controller field.

func (*Appliance) SetCreated ¶

func (o *Appliance) SetCreated(v time.Time)

SetCreated gets a reference to the given time.Time and assigns it to the Created field.

func (*Appliance) SetCustomization ¶

func (o *Appliance) SetCustomization(v string)

SetCustomization gets a reference to the given string and assigns it to the Customization field.

func (*Appliance) SetGateway ¶

func (o *Appliance) SetGateway(v ApplianceAllOfGateway)

SetGateway gets a reference to the given ApplianceAllOfGateway and assigns it to the Gateway field.

func (*Appliance) SetHealthcheckServer ¶

func (o *Appliance) SetHealthcheckServer(v ApplianceAllOfHealthcheckServer)

SetHealthcheckServer gets a reference to the given ApplianceAllOfHealthcheckServer and assigns it to the HealthcheckServer field.

func (*Appliance) SetHostname ¶

func (o *Appliance) SetHostname(v string)

SetHostname sets field value

func (*Appliance) SetHostnameAliases ¶

func (o *Appliance) SetHostnameAliases(v []string)

SetHostnameAliases gets a reference to the given []string and assigns it to the HostnameAliases field.

func (*Appliance) SetId ¶

func (o *Appliance) SetId(v string)

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

func (*Appliance) SetLogForwarder ¶

func (o *Appliance) SetLogForwarder(v ApplianceAllOfLogForwarder)

SetLogForwarder gets a reference to the given ApplianceAllOfLogForwarder and assigns it to the LogForwarder field.

func (*Appliance) SetLogServer ¶

func (o *Appliance) SetLogServer(v ApplianceAllOfLogServer)

SetLogServer gets a reference to the given ApplianceAllOfLogServer and assigns it to the LogServer field.

func (*Appliance) SetName ¶

func (o *Appliance) SetName(v string)

SetName sets field value

func (*Appliance) SetNetworking ¶

func (o *Appliance) SetNetworking(v ApplianceAllOfNetworking)

SetNetworking sets field value

func (*Appliance) SetNotes ¶

func (o *Appliance) SetNotes(v string)

SetNotes gets a reference to the given string and assigns it to the Notes field.

func (*Appliance) SetNtp ¶

func (o *Appliance) SetNtp(v ApplianceAllOfNtp)

SetNtp gets a reference to the given ApplianceAllOfNtp and assigns it to the Ntp field.

func (*Appliance) SetPeerInterface ¶

func (o *Appliance) SetPeerInterface(v ApplianceAllOfPeerInterface)

SetPeerInterface gets a reference to the given ApplianceAllOfPeerInterface and assigns it to the PeerInterface field. Deprecated

func (*Appliance) SetPendingCertificateRenewal ¶

func (o *Appliance) SetPendingCertificateRenewal(v bool)

SetPendingCertificateRenewal gets a reference to the given bool and assigns it to the PendingCertificateRenewal field.

func (*Appliance) SetPing ¶

func (o *Appliance) SetPing(v ApplianceAllOfPing)

SetPing gets a reference to the given ApplianceAllOfPing and assigns it to the Ping field.

func (*Appliance) SetPortal ¶

func (o *Appliance) SetPortal(v Portal)

SetPortal gets a reference to the given Portal and assigns it to the Portal field.

func (*Appliance) SetPrometheusExporter ¶

func (o *Appliance) SetPrometheusExporter(v ApplianceAllOfPrometheusExporter)

SetPrometheusExporter gets a reference to the given ApplianceAllOfPrometheusExporter and assigns it to the PrometheusExporter field.

func (*Appliance) SetRsyslogDestinations ¶

func (o *Appliance) SetRsyslogDestinations(v []ApplianceAllOfRsyslogDestinations)

SetRsyslogDestinations gets a reference to the given []ApplianceAllOfRsyslogDestinations and assigns it to the RsyslogDestinations field.

func (*Appliance) SetSite ¶

func (o *Appliance) SetSite(v string)

SetSite gets a reference to the given string and assigns it to the Site field.

func (*Appliance) SetSiteName ¶

func (o *Appliance) SetSiteName(v string)

SetSiteName gets a reference to the given string and assigns it to the SiteName field.

func (*Appliance) SetSnmpServer ¶

func (o *Appliance) SetSnmpServer(v ApplianceAllOfSnmpServer)

SetSnmpServer gets a reference to the given ApplianceAllOfSnmpServer and assigns it to the SnmpServer field.

func (*Appliance) SetSshServer ¶

func (o *Appliance) SetSshServer(v ApplianceAllOfSshServer)

SetSshServer gets a reference to the given ApplianceAllOfSshServer and assigns it to the SshServer field.

func (*Appliance) SetTags ¶

func (o *Appliance) SetTags(v []string)

SetTags gets a reference to the given []string and assigns it to the Tags field.

func (*Appliance) SetUpdated ¶

func (o *Appliance) SetUpdated(v time.Time)

SetUpdated gets a reference to the given time.Time and assigns it to the Updated field.

func (*Appliance) SetVersion ¶

func (o *Appliance) SetVersion(v int32)

SetVersion gets a reference to the given int32 and assigns it to the Version field.

type ApplianceAllOf ¶

type ApplianceAllOf struct {
	// Makes the Appliance to connect to Controller/LogServer/LogForwarders using their clientInterface.httpsPort instead of peerInterface.httpsPort. The Appliance uses SPA to connect. This field is deprecated as of 5.4. It will always be enabled when the support for peerInterface is removed.
	// Deprecated
	ConnectToPeersUsingClientPortWithSpa *bool `json:"connectToPeersUsingClientPortWithSpa,omitempty"`
	// Deprecated
	PeerInterface *ApplianceAllOfPeerInterface `json:"peerInterface,omitempty"`
	// Whether the Appliance is activated or not. If it is not activated, it won't be accessible by the Clients.
	Activated *bool `json:"activated,omitempty"`
	// Whether the Appliance is pending certificate renewal or not. Should be true for a very short period on certificate renewal.
	PendingCertificateRenewal *bool `json:"pendingCertificateRenewal,omitempty"`
	// Peer version of the Appliance.
	Version *int32 `json:"version,omitempty"`
	// Hostname of the Appliance. It's used by other Appliances to communicate with and identify this Appliances.
	Hostname string `json:"hostname"`
	// Site served by the Appliance. Entitlements on this Site will be included in the Entitlement Token for this Appliance. Not useful if Gateway role is not enabled.
	Site *string `json:"site,omitempty"`
	// Name of the Site for this Appliance. For convenience only.
	SiteName *string `json:"siteName,omitempty"`
	// Customization assigned to this Appliance.
	Customization      *string                           `json:"customization,omitempty"`
	ClientInterface    ApplianceAllOfClientInterface     `json:"clientInterface"`
	AdminInterface     *ApplianceAllOfAdminInterface     `json:"adminInterface,omitempty"`
	Networking         ApplianceAllOfNetworking          `json:"networking"`
	Ntp                *ApplianceAllOfNtp                `json:"ntp,omitempty"`
	SshServer          *ApplianceAllOfSshServer          `json:"sshServer,omitempty"`
	SnmpServer         *ApplianceAllOfSnmpServer         `json:"snmpServer,omitempty"`
	HealthcheckServer  *ApplianceAllOfHealthcheckServer  `json:"healthcheckServer,omitempty"`
	PrometheusExporter *ApplianceAllOfPrometheusExporter `json:"prometheusExporter,omitempty"`
	Ping               *ApplianceAllOfPing               `json:"ping,omitempty"`
	LogServer          *ApplianceAllOfLogServer          `json:"logServer,omitempty"`
	Controller         *ApplianceAllOfController         `json:"controller,omitempty"`
	Gateway            *ApplianceAllOfGateway            `json:"gateway,omitempty"`
	LogForwarder       *ApplianceAllOfLogForwarder       `json:"logForwarder,omitempty"`
	Connector          *ApplianceAllOfConnector          `json:"connector,omitempty"`
	Portal             *Portal                           `json:"portal,omitempty"`
	// Rsyslog destination settings to forward appliance logs.
	RsyslogDestinations []ApplianceAllOfRsyslogDestinations `json:"rsyslogDestinations,omitempty"`
	// Hostname aliases. They are added to the Appliance certificate as Subject Alternative Names so it is trusted using different IPs or hostnames. Requires manual certificate renewal to apply changes to the certificate.
	HostnameAliases []string `json:"hostnameAliases,omitempty"`
}

ApplianceAllOf Represents an Appliance.

func NewApplianceAllOf ¶

func NewApplianceAllOf(hostname string, clientInterface ApplianceAllOfClientInterface, networking ApplianceAllOfNetworking) *ApplianceAllOf

NewApplianceAllOf instantiates a new ApplianceAllOf object This constructor will assign default values to properties that have it defined, 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 NewApplianceAllOfWithDefaults ¶

func NewApplianceAllOfWithDefaults() *ApplianceAllOf

NewApplianceAllOfWithDefaults instantiates a new ApplianceAllOf object This 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 (*ApplianceAllOf) GetActivated ¶

func (o *ApplianceAllOf) GetActivated() bool

GetActivated returns the Activated field value if set, zero value otherwise.

func (*ApplianceAllOf) GetActivatedOk ¶

func (o *ApplianceAllOf) GetActivatedOk() (*bool, bool)

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

func (*ApplianceAllOf) GetAdminInterface ¶

func (o *ApplianceAllOf) GetAdminInterface() ApplianceAllOfAdminInterface

GetAdminInterface returns the AdminInterface field value if set, zero value otherwise.

func (*ApplianceAllOf) GetAdminInterfaceOk ¶

func (o *ApplianceAllOf) GetAdminInterfaceOk() (*ApplianceAllOfAdminInterface, bool)

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

func (*ApplianceAllOf) GetClientInterface ¶

func (o *ApplianceAllOf) GetClientInterface() ApplianceAllOfClientInterface

GetClientInterface returns the ClientInterface field value

func (*ApplianceAllOf) GetClientInterfaceOk ¶

func (o *ApplianceAllOf) GetClientInterfaceOk() (*ApplianceAllOfClientInterface, bool)

GetClientInterfaceOk returns a tuple with the ClientInterface field value and a boolean to check if the value has been set.

func (*ApplianceAllOf) GetConnectToPeersUsingClientPortWithSpa ¶

func (o *ApplianceAllOf) GetConnectToPeersUsingClientPortWithSpa() bool

GetConnectToPeersUsingClientPortWithSpa returns the ConnectToPeersUsingClientPortWithSpa field value if set, zero value otherwise. Deprecated

func (*ApplianceAllOf) GetConnectToPeersUsingClientPortWithSpaOk ¶

func (o *ApplianceAllOf) GetConnectToPeersUsingClientPortWithSpaOk() (*bool, bool)

GetConnectToPeersUsingClientPortWithSpaOk returns a tuple with the ConnectToPeersUsingClientPortWithSpa field value if set, nil otherwise and a boolean to check if the value has been set. Deprecated

func (*ApplianceAllOf) GetConnector ¶

func (o *ApplianceAllOf) GetConnector() ApplianceAllOfConnector

GetConnector returns the Connector field value if set, zero value otherwise.

func (*ApplianceAllOf) GetConnectorOk ¶

func (o *ApplianceAllOf) GetConnectorOk() (*ApplianceAllOfConnector, bool)

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

func (*ApplianceAllOf) GetController ¶

func (o *ApplianceAllOf) GetController() ApplianceAllOfController

GetController returns the Controller field value if set, zero value otherwise.

func (*ApplianceAllOf) GetControllerOk ¶

func (o *ApplianceAllOf) GetControllerOk() (*ApplianceAllOfController, bool)

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

func (*ApplianceAllOf) GetCustomization ¶

func (o *ApplianceAllOf) GetCustomization() string

GetCustomization returns the Customization field value if set, zero value otherwise.

func (*ApplianceAllOf) GetCustomizationOk ¶

func (o *ApplianceAllOf) GetCustomizationOk() (*string, bool)

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

func (*ApplianceAllOf) GetGateway ¶

func (o *ApplianceAllOf) GetGateway() ApplianceAllOfGateway

GetGateway returns the Gateway field value if set, zero value otherwise.

func (*ApplianceAllOf) GetGatewayOk ¶

func (o *ApplianceAllOf) GetGatewayOk() (*ApplianceAllOfGateway, bool)

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

func (*ApplianceAllOf) GetHealthcheckServer ¶

func (o *ApplianceAllOf) GetHealthcheckServer() ApplianceAllOfHealthcheckServer

GetHealthcheckServer returns the HealthcheckServer field value if set, zero value otherwise.

func (*ApplianceAllOf) GetHealthcheckServerOk ¶

func (o *ApplianceAllOf) GetHealthcheckServerOk() (*ApplianceAllOfHealthcheckServer, bool)

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

func (*ApplianceAllOf) GetHostname ¶

func (o *ApplianceAllOf) GetHostname() string

GetHostname returns the Hostname field value

func (*ApplianceAllOf) GetHostnameAliases ¶

func (o *ApplianceAllOf) GetHostnameAliases() []string

GetHostnameAliases returns the HostnameAliases field value if set, zero value otherwise.

func (*ApplianceAllOf) GetHostnameAliasesOk ¶

func (o *ApplianceAllOf) GetHostnameAliasesOk() ([]string, bool)

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

func (*ApplianceAllOf) GetHostnameOk ¶

func (o *ApplianceAllOf) GetHostnameOk() (*string, bool)

GetHostnameOk returns a tuple with the Hostname field value and a boolean to check if the value has been set.

func (*ApplianceAllOf) GetLogForwarder ¶

func (o *ApplianceAllOf) GetLogForwarder() ApplianceAllOfLogForwarder

GetLogForwarder returns the LogForwarder field value if set, zero value otherwise.

func (*ApplianceAllOf) GetLogForwarderOk ¶

func (o *ApplianceAllOf) GetLogForwarderOk() (*ApplianceAllOfLogForwarder, bool)

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

func (*ApplianceAllOf) GetLogServer ¶

func (o *ApplianceAllOf) GetLogServer() ApplianceAllOfLogServer

GetLogServer returns the LogServer field value if set, zero value otherwise.

func (*ApplianceAllOf) GetLogServerOk ¶

func (o *ApplianceAllOf) GetLogServerOk() (*ApplianceAllOfLogServer, bool)

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

func (*ApplianceAllOf) GetNetworking ¶

func (o *ApplianceAllOf) GetNetworking() ApplianceAllOfNetworking

GetNetworking returns the Networking field value

func (*ApplianceAllOf) GetNetworkingOk ¶

func (o *ApplianceAllOf) GetNetworkingOk() (*ApplianceAllOfNetworking, bool)

GetNetworkingOk returns a tuple with the Networking field value and a boolean to check if the value has been set.

func (*ApplianceAllOf) GetNtp ¶

func (o *ApplianceAllOf) GetNtp() ApplianceAllOfNtp

GetNtp returns the Ntp field value if set, zero value otherwise.

func (*ApplianceAllOf) GetNtpOk ¶

func (o *ApplianceAllOf) GetNtpOk() (*ApplianceAllOfNtp, bool)

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

func (*ApplianceAllOf) GetPeerInterface ¶

func (o *ApplianceAllOf) GetPeerInterface() ApplianceAllOfPeerInterface

GetPeerInterface returns the PeerInterface field value if set, zero value otherwise. Deprecated

func (*ApplianceAllOf) GetPeerInterfaceOk ¶

func (o *ApplianceAllOf) GetPeerInterfaceOk() (*ApplianceAllOfPeerInterface, bool)

GetPeerInterfaceOk returns a tuple with the PeerInterface field value if set, nil otherwise and a boolean to check if the value has been set. Deprecated

func (*ApplianceAllOf) GetPendingCertificateRenewal ¶

func (o *ApplianceAllOf) GetPendingCertificateRenewal() bool

GetPendingCertificateRenewal returns the PendingCertificateRenewal field value if set, zero value otherwise.

func (*ApplianceAllOf) GetPendingCertificateRenewalOk ¶

func (o *ApplianceAllOf) GetPendingCertificateRenewalOk() (*bool, bool)

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

func (*ApplianceAllOf) GetPing ¶

func (o *ApplianceAllOf) GetPing() ApplianceAllOfPing

GetPing returns the Ping field value if set, zero value otherwise.

func (*ApplianceAllOf) GetPingOk ¶

func (o *ApplianceAllOf) GetPingOk() (*ApplianceAllOfPing, bool)

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

func (*ApplianceAllOf) GetPortal ¶

func (o *ApplianceAllOf) GetPortal() Portal

GetPortal returns the Portal field value if set, zero value otherwise.

func (*ApplianceAllOf) GetPortalOk ¶

func (o *ApplianceAllOf) GetPortalOk() (*Portal, bool)

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

func (*ApplianceAllOf) GetPrometheusExporter ¶

func (o *ApplianceAllOf) GetPrometheusExporter() ApplianceAllOfPrometheusExporter

GetPrometheusExporter returns the PrometheusExporter field value if set, zero value otherwise.

func (*ApplianceAllOf) GetPrometheusExporterOk ¶

func (o *ApplianceAllOf) GetPrometheusExporterOk() (*ApplianceAllOfPrometheusExporter, bool)

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

func (*ApplianceAllOf) GetRsyslogDestinations ¶

func (o *ApplianceAllOf) GetRsyslogDestinations() []ApplianceAllOfRsyslogDestinations

GetRsyslogDestinations returns the RsyslogDestinations field value if set, zero value otherwise.

func (*ApplianceAllOf) GetRsyslogDestinationsOk ¶

func (o *ApplianceAllOf) GetRsyslogDestinationsOk() ([]ApplianceAllOfRsyslogDestinations, bool)

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

func (*ApplianceAllOf) GetSite ¶

func (o *ApplianceAllOf) GetSite() string

GetSite returns the Site field value if set, zero value otherwise.

func (*ApplianceAllOf) GetSiteName ¶

func (o *ApplianceAllOf) GetSiteName() string

GetSiteName returns the SiteName field value if set, zero value otherwise.

func (*ApplianceAllOf) GetSiteNameOk ¶

func (o *ApplianceAllOf) GetSiteNameOk() (*string, bool)

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

func (*ApplianceAllOf) GetSiteOk ¶

func (o *ApplianceAllOf) GetSiteOk() (*string, bool)

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

func (*ApplianceAllOf) GetSnmpServer ¶

func (o *ApplianceAllOf) GetSnmpServer() ApplianceAllOfSnmpServer

GetSnmpServer returns the SnmpServer field value if set, zero value otherwise.

func (*ApplianceAllOf) GetSnmpServerOk ¶

func (o *ApplianceAllOf) GetSnmpServerOk() (*ApplianceAllOfSnmpServer, bool)

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

func (*ApplianceAllOf) GetSshServer ¶

func (o *ApplianceAllOf) GetSshServer() ApplianceAllOfSshServer

GetSshServer returns the SshServer field value if set, zero value otherwise.

func (*ApplianceAllOf) GetSshServerOk ¶

func (o *ApplianceAllOf) GetSshServerOk() (*ApplianceAllOfSshServer, bool)

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

func (*ApplianceAllOf) GetVersion ¶

func (o *ApplianceAllOf) GetVersion() int32

GetVersion returns the Version field value if set, zero value otherwise.

func (*ApplianceAllOf) GetVersionOk ¶

func (o *ApplianceAllOf) GetVersionOk() (*int32, 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 (*ApplianceAllOf) HasActivated ¶

func (o *ApplianceAllOf) HasActivated() bool

HasActivated returns a boolean if a field has been set.

func (*ApplianceAllOf) HasAdminInterface ¶

func (o *ApplianceAllOf) HasAdminInterface() bool

HasAdminInterface returns a boolean if a field has been set.

func (*ApplianceAllOf) HasConnectToPeersUsingClientPortWithSpa ¶

func (o *ApplianceAllOf) HasConnectToPeersUsingClientPortWithSpa() bool

HasConnectToPeersUsingClientPortWithSpa returns a boolean if a field has been set.

func (*ApplianceAllOf) HasConnector ¶

func (o *ApplianceAllOf) HasConnector() bool

HasConnector returns a boolean if a field has been set.

func (*ApplianceAllOf) HasController ¶

func (o *ApplianceAllOf) HasController() bool

HasController returns a boolean if a field has been set.

func (*ApplianceAllOf) HasCustomization ¶

func (o *ApplianceAllOf) HasCustomization() bool

HasCustomization returns a boolean if a field has been set.

func (*ApplianceAllOf) HasGateway ¶

func (o *ApplianceAllOf) HasGateway() bool

HasGateway returns a boolean if a field has been set.

func (*ApplianceAllOf) HasHealthcheckServer ¶

func (o *ApplianceAllOf) HasHealthcheckServer() bool

HasHealthcheckServer returns a boolean if a field has been set.

func (*ApplianceAllOf) HasHostnameAliases ¶

func (o *ApplianceAllOf) HasHostnameAliases() bool

HasHostnameAliases returns a boolean if a field has been set.

func (*ApplianceAllOf) HasLogForwarder ¶

func (o *ApplianceAllOf) HasLogForwarder() bool

HasLogForwarder returns a boolean if a field has been set.

func (*ApplianceAllOf) HasLogServer ¶

func (o *ApplianceAllOf) HasLogServer() bool

HasLogServer returns a boolean if a field has been set.

func (*ApplianceAllOf) HasNtp ¶

func (o *ApplianceAllOf) HasNtp() bool

HasNtp returns a boolean if a field has been set.

func (*ApplianceAllOf) HasPeerInterface ¶

func (o *ApplianceAllOf) HasPeerInterface() bool

HasPeerInterface returns a boolean if a field has been set.

func (*ApplianceAllOf) HasPendingCertificateRenewal ¶

func (o *ApplianceAllOf) HasPendingCertificateRenewal() bool

HasPendingCertificateRenewal returns a boolean if a field has been set.

func (*ApplianceAllOf) HasPing ¶

func (o *ApplianceAllOf) HasPing() bool

HasPing returns a boolean if a field has been set.

func (*ApplianceAllOf) HasPortal ¶

func (o *ApplianceAllOf) HasPortal() bool

HasPortal returns a boolean if a field has been set.

func (*ApplianceAllOf) HasPrometheusExporter ¶

func (o *ApplianceAllOf) HasPrometheusExporter() bool

HasPrometheusExporter returns a boolean if a field has been set.

func (*ApplianceAllOf) HasRsyslogDestinations ¶

func (o *ApplianceAllOf) HasRsyslogDestinations() bool

HasRsyslogDestinations returns a boolean if a field has been set.

func (*ApplianceAllOf) HasSite ¶

func (o *ApplianceAllOf) HasSite() bool

HasSite returns a boolean if a field has been set.

func (*ApplianceAllOf) HasSiteName ¶

func (o *ApplianceAllOf) HasSiteName() bool

HasSiteName returns a boolean if a field has been set.

func (*ApplianceAllOf) HasSnmpServer ¶

func (o *ApplianceAllOf) HasSnmpServer() bool

HasSnmpServer returns a boolean if a field has been set.

func (*ApplianceAllOf) HasSshServer ¶

func (o *ApplianceAllOf) HasSshServer() bool

HasSshServer returns a boolean if a field has been set.

func (*ApplianceAllOf) HasVersion ¶

func (o *ApplianceAllOf) HasVersion() bool

HasVersion returns a boolean if a field has been set.

func (ApplianceAllOf) MarshalJSON ¶

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

func (*ApplianceAllOf) SetActivated ¶

func (o *ApplianceAllOf) SetActivated(v bool)

SetActivated gets a reference to the given bool and assigns it to the Activated field.

func (*ApplianceAllOf) SetAdminInterface ¶

func (o *ApplianceAllOf) SetAdminInterface(v ApplianceAllOfAdminInterface)

SetAdminInterface gets a reference to the given ApplianceAllOfAdminInterface and assigns it to the AdminInterface field.

func (*ApplianceAllOf) SetClientInterface ¶

func (o *ApplianceAllOf) SetClientInterface(v ApplianceAllOfClientInterface)

SetClientInterface sets field value

func (*ApplianceAllOf) SetConnectToPeersUsingClientPortWithSpa ¶

func (o *ApplianceAllOf) SetConnectToPeersUsingClientPortWithSpa(v bool)

SetConnectToPeersUsingClientPortWithSpa gets a reference to the given bool and assigns it to the ConnectToPeersUsingClientPortWithSpa field. Deprecated

func (*ApplianceAllOf) SetConnector ¶

func (o *ApplianceAllOf) SetConnector(v ApplianceAllOfConnector)

SetConnector gets a reference to the given ApplianceAllOfConnector and assigns it to the Connector field.

func (*ApplianceAllOf) SetController ¶

func (o *ApplianceAllOf) SetController(v ApplianceAllOfController)

SetController gets a reference to the given ApplianceAllOfController and assigns it to the Controller field.

func (*ApplianceAllOf) SetCustomization ¶

func (o *ApplianceAllOf) SetCustomization(v string)

SetCustomization gets a reference to the given string and assigns it to the Customization field.

func (*ApplianceAllOf) SetGateway ¶

func (o *ApplianceAllOf) SetGateway(v ApplianceAllOfGateway)

SetGateway gets a reference to the given ApplianceAllOfGateway and assigns it to the Gateway field.

func (*ApplianceAllOf) SetHealthcheckServer ¶

func (o *ApplianceAllOf) SetHealthcheckServer(v ApplianceAllOfHealthcheckServer)

SetHealthcheckServer gets a reference to the given ApplianceAllOfHealthcheckServer and assigns it to the HealthcheckServer field.

func (*ApplianceAllOf) SetHostname ¶

func (o *ApplianceAllOf) SetHostname(v string)

SetHostname sets field value

func (*ApplianceAllOf) SetHostnameAliases ¶

func (o *ApplianceAllOf) SetHostnameAliases(v []string)

SetHostnameAliases gets a reference to the given []string and assigns it to the HostnameAliases field.

func (*ApplianceAllOf) SetLogForwarder ¶

func (o *ApplianceAllOf) SetLogForwarder(v ApplianceAllOfLogForwarder)

SetLogForwarder gets a reference to the given ApplianceAllOfLogForwarder and assigns it to the LogForwarder field.

func (*ApplianceAllOf) SetLogServer ¶

func (o *ApplianceAllOf) SetLogServer(v ApplianceAllOfLogServer)

SetLogServer gets a reference to the given ApplianceAllOfLogServer and assigns it to the LogServer field.

func (*ApplianceAllOf) SetNetworking ¶

func (o *ApplianceAllOf) SetNetworking(v ApplianceAllOfNetworking)

SetNetworking sets field value

func (*ApplianceAllOf) SetNtp ¶

func (o *ApplianceAllOf) SetNtp(v ApplianceAllOfNtp)

SetNtp gets a reference to the given ApplianceAllOfNtp and assigns it to the Ntp field.

func (*ApplianceAllOf) SetPeerInterface ¶

func (o *ApplianceAllOf) SetPeerInterface(v ApplianceAllOfPeerInterface)

SetPeerInterface gets a reference to the given ApplianceAllOfPeerInterface and assigns it to the PeerInterface field. Deprecated

func (*ApplianceAllOf) SetPendingCertificateRenewal ¶

func (o *ApplianceAllOf) SetPendingCertificateRenewal(v bool)

SetPendingCertificateRenewal gets a reference to the given bool and assigns it to the PendingCertificateRenewal field.

func (*ApplianceAllOf) SetPing ¶

func (o *ApplianceAllOf) SetPing(v ApplianceAllOfPing)

SetPing gets a reference to the given ApplianceAllOfPing and assigns it to the Ping field.

func (*ApplianceAllOf) SetPortal ¶

func (o *ApplianceAllOf) SetPortal(v Portal)

SetPortal gets a reference to the given Portal and assigns it to the Portal field.

func (*ApplianceAllOf) SetPrometheusExporter ¶

func (o *ApplianceAllOf) SetPrometheusExporter(v ApplianceAllOfPrometheusExporter)

SetPrometheusExporter gets a reference to the given ApplianceAllOfPrometheusExporter and assigns it to the PrometheusExporter field.

func (*ApplianceAllOf) SetRsyslogDestinations ¶

func (o *ApplianceAllOf) SetRsyslogDestinations(v []ApplianceAllOfRsyslogDestinations)

SetRsyslogDestinations gets a reference to the given []ApplianceAllOfRsyslogDestinations and assigns it to the RsyslogDestinations field.

func (*ApplianceAllOf) SetSite ¶

func (o *ApplianceAllOf) SetSite(v string)

SetSite gets a reference to the given string and assigns it to the Site field.

func (*ApplianceAllOf) SetSiteName ¶

func (o *ApplianceAllOf) SetSiteName(v string)

SetSiteName gets a reference to the given string and assigns it to the SiteName field.

func (*ApplianceAllOf) SetSnmpServer ¶

func (o *ApplianceAllOf) SetSnmpServer(v ApplianceAllOfSnmpServer)

SetSnmpServer gets a reference to the given ApplianceAllOfSnmpServer and assigns it to the SnmpServer field.

func (*ApplianceAllOf) SetSshServer ¶

func (o *ApplianceAllOf) SetSshServer(v ApplianceAllOfSshServer)

SetSshServer gets a reference to the given ApplianceAllOfSshServer and assigns it to the SshServer field.

func (*ApplianceAllOf) SetVersion ¶

func (o *ApplianceAllOf) SetVersion(v int32)

SetVersion gets a reference to the given int32 and assigns it to the Version field.

type ApplianceAllOfAdminInterface ¶

type ApplianceAllOfAdminInterface struct {
	// Hostname to connect to the admin interface. This hostname will be used to validate the appliance certificate.
	Hostname string `json:"hostname"`
	// Port to connect for admin services.
	HttpsPort *int32 `json:"httpsPort,omitempty"`
	// The type of TLS ciphers to allow. See: https://www.openssl.org/docs/man1.0.2/apps/ciphers.html for all supported ciphers.
	HttpsCiphers []string `json:"httpsCiphers"`
	// Source configuration to allow via iptables.
	AllowSources []AllowSourcesInner `json:"allowSources,omitempty"`
	HttpsP12     *P12                `json:"httpsP12,omitempty"`
}

ApplianceAllOfAdminInterface The details of the admin connection interface. Required on Controllers and LogServers.

func NewApplianceAllOfAdminInterface ¶

func NewApplianceAllOfAdminInterface(hostname string, httpsCiphers []string) *ApplianceAllOfAdminInterface

NewApplianceAllOfAdminInterface instantiates a new ApplianceAllOfAdminInterface object This constructor will assign default values to properties that have it defined, 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 NewApplianceAllOfAdminInterfaceWithDefaults ¶

func NewApplianceAllOfAdminInterfaceWithDefaults() *ApplianceAllOfAdminInterface

NewApplianceAllOfAdminInterfaceWithDefaults instantiates a new ApplianceAllOfAdminInterface object This 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 (*ApplianceAllOfAdminInterface) GetAllowSources ¶

func (o *ApplianceAllOfAdminInterface) GetAllowSources() []AllowSourcesInner

GetAllowSources returns the AllowSources field value if set, zero value otherwise.

func (*ApplianceAllOfAdminInterface) GetAllowSourcesOk ¶

func (o *ApplianceAllOfAdminInterface) GetAllowSourcesOk() ([]AllowSourcesInner, bool)

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

func (*ApplianceAllOfAdminInterface) GetHostname ¶

func (o *ApplianceAllOfAdminInterface) GetHostname() string

GetHostname returns the Hostname field value

func (*ApplianceAllOfAdminInterface) GetHostnameOk ¶

func (o *ApplianceAllOfAdminInterface) GetHostnameOk() (*string, bool)

GetHostnameOk returns a tuple with the Hostname field value and a boolean to check if the value has been set.

func (*ApplianceAllOfAdminInterface) GetHttpsCiphers ¶

func (o *ApplianceAllOfAdminInterface) GetHttpsCiphers() []string

GetHttpsCiphers returns the HttpsCiphers field value

func (*ApplianceAllOfAdminInterface) GetHttpsCiphersOk ¶

func (o *ApplianceAllOfAdminInterface) GetHttpsCiphersOk() ([]string, bool)

GetHttpsCiphersOk returns a tuple with the HttpsCiphers field value and a boolean to check if the value has been set.

func (*ApplianceAllOfAdminInterface) GetHttpsP12 ¶

func (o *ApplianceAllOfAdminInterface) GetHttpsP12() P12

GetHttpsP12 returns the HttpsP12 field value if set, zero value otherwise.

func (*ApplianceAllOfAdminInterface) GetHttpsP12Ok ¶

func (o *ApplianceAllOfAdminInterface) GetHttpsP12Ok() (*P12, bool)

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

func (*ApplianceAllOfAdminInterface) GetHttpsPort ¶

func (o *ApplianceAllOfAdminInterface) GetHttpsPort() int32

GetHttpsPort returns the HttpsPort field value if set, zero value otherwise.

func (*ApplianceAllOfAdminInterface) GetHttpsPortOk ¶

func (o *ApplianceAllOfAdminInterface) GetHttpsPortOk() (*int32, bool)

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

func (*ApplianceAllOfAdminInterface) HasAllowSources ¶

func (o *ApplianceAllOfAdminInterface) HasAllowSources() bool

HasAllowSources returns a boolean if a field has been set.

func (*ApplianceAllOfAdminInterface) HasHttpsP12 ¶

func (o *ApplianceAllOfAdminInterface) HasHttpsP12() bool

HasHttpsP12 returns a boolean if a field has been set.

func (*ApplianceAllOfAdminInterface) HasHttpsPort ¶

func (o *ApplianceAllOfAdminInterface) HasHttpsPort() bool

HasHttpsPort returns a boolean if a field has been set.

func (ApplianceAllOfAdminInterface) MarshalJSON ¶

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

func (*ApplianceAllOfAdminInterface) SetAllowSources ¶

func (o *ApplianceAllOfAdminInterface) SetAllowSources(v []AllowSourcesInner)

SetAllowSources gets a reference to the given []AllowSourcesInner and assigns it to the AllowSources field.

func (*ApplianceAllOfAdminInterface) SetHostname ¶

func (o *ApplianceAllOfAdminInterface) SetHostname(v string)

SetHostname sets field value

func (*ApplianceAllOfAdminInterface) SetHttpsCiphers ¶

func (o *ApplianceAllOfAdminInterface) SetHttpsCiphers(v []string)

SetHttpsCiphers sets field value

func (*ApplianceAllOfAdminInterface) SetHttpsP12 ¶

func (o *ApplianceAllOfAdminInterface) SetHttpsP12(v P12)

SetHttpsP12 gets a reference to the given P12 and assigns it to the HttpsP12 field.

func (*ApplianceAllOfAdminInterface) SetHttpsPort ¶

func (o *ApplianceAllOfAdminInterface) SetHttpsPort(v int32)

SetHttpsPort gets a reference to the given int32 and assigns it to the HttpsPort field.

type ApplianceAllOfClientInterface ¶

type ApplianceAllOfClientInterface struct {
	// To enable/disable Proxy protocol on this Appliance.
	ProxyProtocol *bool `json:"proxyProtocol,omitempty"`
	// Hostname to connect by the Clients. It will be used to validate the Appliance Certificate.
	Hostname string `json:"hostname"`
	// Port to connect for the Client specific services.
	HttpsPort *int32 `json:"httpsPort,omitempty"`
	// Port to connect for the Clients that connects to vpnd on DTLS if enabled.
	DtlsPort *int32 `json:"dtlsPort,omitempty"`
	// Source configuration to allow via iptables.
	AllowSources []AllowSourcesInner `json:"allowSources,omitempty"`
	// Override SPA mode for this appliance.
	OverrideSpaMode *string `json:"overrideSpaMode,omitempty"`
}

ApplianceAllOfClientInterface The details of the Client connection interface.

func NewApplianceAllOfClientInterface ¶

func NewApplianceAllOfClientInterface(hostname string) *ApplianceAllOfClientInterface

NewApplianceAllOfClientInterface instantiates a new ApplianceAllOfClientInterface object This constructor will assign default values to properties that have it defined, 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 NewApplianceAllOfClientInterfaceWithDefaults ¶

func NewApplianceAllOfClientInterfaceWithDefaults() *ApplianceAllOfClientInterface

NewApplianceAllOfClientInterfaceWithDefaults instantiates a new ApplianceAllOfClientInterface object This 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 (*ApplianceAllOfClientInterface) GetAllowSources ¶

func (o *ApplianceAllOfClientInterface) GetAllowSources() []AllowSourcesInner

GetAllowSources returns the AllowSources field value if set, zero value otherwise.

func (*ApplianceAllOfClientInterface) GetAllowSourcesOk ¶

func (o *ApplianceAllOfClientInterface) GetAllowSourcesOk() ([]AllowSourcesInner, bool)

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

func (*ApplianceAllOfClientInterface) GetDtlsPort ¶

func (o *ApplianceAllOfClientInterface) GetDtlsPort() int32

GetDtlsPort returns the DtlsPort field value if set, zero value otherwise.

func (*ApplianceAllOfClientInterface) GetDtlsPortOk ¶

func (o *ApplianceAllOfClientInterface) GetDtlsPortOk() (*int32, bool)

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

func (*ApplianceAllOfClientInterface) GetHostname ¶

func (o *ApplianceAllOfClientInterface) GetHostname() string

GetHostname returns the Hostname field value

func (*ApplianceAllOfClientInterface) GetHostnameOk ¶

func (o *ApplianceAllOfClientInterface) GetHostnameOk() (*string, bool)

GetHostnameOk returns a tuple with the Hostname field value and a boolean to check if the value has been set.

func (*ApplianceAllOfClientInterface) GetHttpsPort ¶

func (o *ApplianceAllOfClientInterface) GetHttpsPort() int32

GetHttpsPort returns the HttpsPort field value if set, zero value otherwise.

func (*ApplianceAllOfClientInterface) GetHttpsPortOk ¶

func (o *ApplianceAllOfClientInterface) GetHttpsPortOk() (*int32, bool)

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

func (*ApplianceAllOfClientInterface) GetOverrideSpaMode ¶

func (o *ApplianceAllOfClientInterface) GetOverrideSpaMode() string

GetOverrideSpaMode returns the OverrideSpaMode field value if set, zero value otherwise.

func (*ApplianceAllOfClientInterface) GetOverrideSpaModeOk ¶

func (o *ApplianceAllOfClientInterface) GetOverrideSpaModeOk() (*string, bool)

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

func (*ApplianceAllOfClientInterface) GetProxyProtocol ¶

func (o *ApplianceAllOfClientInterface) GetProxyProtocol() bool

GetProxyProtocol returns the ProxyProtocol field value if set, zero value otherwise.

func (*ApplianceAllOfClientInterface) GetProxyProtocolOk ¶

func (o *ApplianceAllOfClientInterface) GetProxyProtocolOk() (*bool, bool)

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

func (*ApplianceAllOfClientInterface) HasAllowSources ¶

func (o *ApplianceAllOfClientInterface) HasAllowSources() bool

HasAllowSources returns a boolean if a field has been set.

func (*ApplianceAllOfClientInterface) HasDtlsPort ¶

func (o *ApplianceAllOfClientInterface) HasDtlsPort() bool

HasDtlsPort returns a boolean if a field has been set.

func (*ApplianceAllOfClientInterface) HasHttpsPort ¶

func (o *ApplianceAllOfClientInterface) HasHttpsPort() bool

HasHttpsPort returns a boolean if a field has been set.

func (*ApplianceAllOfClientInterface) HasOverrideSpaMode ¶

func (o *ApplianceAllOfClientInterface) HasOverrideSpaMode() bool

HasOverrideSpaMode returns a boolean if a field has been set.

func (*ApplianceAllOfClientInterface) HasProxyProtocol ¶

func (o *ApplianceAllOfClientInterface) HasProxyProtocol() bool

HasProxyProtocol returns a boolean if a field has been set.

func (ApplianceAllOfClientInterface) MarshalJSON ¶

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

func (*ApplianceAllOfClientInterface) SetAllowSources ¶

func (o *ApplianceAllOfClientInterface) SetAllowSources(v []AllowSourcesInner)

SetAllowSources gets a reference to the given []AllowSourcesInner and assigns it to the AllowSources field.

func (*ApplianceAllOfClientInterface) SetDtlsPort ¶

func (o *ApplianceAllOfClientInterface) SetDtlsPort(v int32)

SetDtlsPort gets a reference to the given int32 and assigns it to the DtlsPort field.

func (*ApplianceAllOfClientInterface) SetHostname ¶

func (o *ApplianceAllOfClientInterface) SetHostname(v string)

SetHostname sets field value

func (*ApplianceAllOfClientInterface) SetHttpsPort ¶

func (o *ApplianceAllOfClientInterface) SetHttpsPort(v int32)

SetHttpsPort gets a reference to the given int32 and assigns it to the HttpsPort field.

func (*ApplianceAllOfClientInterface) SetOverrideSpaMode ¶

func (o *ApplianceAllOfClientInterface) SetOverrideSpaMode(v string)

SetOverrideSpaMode gets a reference to the given string and assigns it to the OverrideSpaMode field.

func (*ApplianceAllOfClientInterface) SetProxyProtocol ¶

func (o *ApplianceAllOfClientInterface) SetProxyProtocol(v bool)

SetProxyProtocol gets a reference to the given bool and assigns it to the ProxyProtocol field.

type ApplianceAllOfConnector ¶

type ApplianceAllOfConnector struct {
	// Whether the Connector is enabled on this appliance or not.
	Enabled *bool `json:"enabled,omitempty"`
	// A list of Clients to run on the appliance with the given configuration. The Clients will get the necessary tokens automatically according to the Site assigned to this Appliance. Currently only one allowed.
	ExpressClients []ApplianceAllOfConnectorExpressClients `json:"expressClients,omitempty"`
	// A list of Clients to run on the appliance with the given configuration. Requires manual Policy configuration.
	AdvancedClients []ApplianceAllOfConnectorAdvancedClients `json:"advancedClients,omitempty"`
}

ApplianceAllOfConnector Connector settings.

func NewApplianceAllOfConnector ¶

func NewApplianceAllOfConnector() *ApplianceAllOfConnector

NewApplianceAllOfConnector instantiates a new ApplianceAllOfConnector object This constructor will assign default values to properties that have it defined, 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 NewApplianceAllOfConnectorWithDefaults ¶

func NewApplianceAllOfConnectorWithDefaults() *ApplianceAllOfConnector

NewApplianceAllOfConnectorWithDefaults instantiates a new ApplianceAllOfConnector object This 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 (*ApplianceAllOfConnector) GetAdvancedClients ¶

GetAdvancedClients returns the AdvancedClients field value if set, zero value otherwise.

func (*ApplianceAllOfConnector) GetAdvancedClientsOk ¶

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

func (*ApplianceAllOfConnector) GetEnabled ¶

func (o *ApplianceAllOfConnector) GetEnabled() bool

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

func (*ApplianceAllOfConnector) GetEnabledOk ¶

func (o *ApplianceAllOfConnector) 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 (*ApplianceAllOfConnector) GetExpressClients ¶

GetExpressClients returns the ExpressClients field value if set, zero value otherwise.

func (*ApplianceAllOfConnector) GetExpressClientsOk ¶

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

func (*ApplianceAllOfConnector) HasAdvancedClients ¶

func (o *ApplianceAllOfConnector) HasAdvancedClients() bool

HasAdvancedClients returns a boolean if a field has been set.

func (*ApplianceAllOfConnector) HasEnabled ¶

func (o *ApplianceAllOfConnector) HasEnabled() bool

HasEnabled returns a boolean if a field has been set.

func (*ApplianceAllOfConnector) HasExpressClients ¶

func (o *ApplianceAllOfConnector) HasExpressClients() bool

HasExpressClients returns a boolean if a field has been set.

func (ApplianceAllOfConnector) MarshalJSON ¶

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

func (*ApplianceAllOfConnector) SetAdvancedClients ¶

SetAdvancedClients gets a reference to the given []ApplianceAllOfConnectorAdvancedClients and assigns it to the AdvancedClients field.

func (*ApplianceAllOfConnector) SetEnabled ¶

func (o *ApplianceAllOfConnector) SetEnabled(v bool)

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

func (*ApplianceAllOfConnector) SetExpressClients ¶

SetExpressClients gets a reference to the given []ApplianceAllOfConnectorExpressClients and assigns it to the ExpressClients field.

type ApplianceAllOfConnectorAdvancedClients ¶

type ApplianceAllOfConnectorAdvancedClients struct {
	// Name for the Client. It will be mapped to the user claim 'clientName'.
	Name string `json:"name"`
	// The device ID to assign to this Client. It will be used to generate device distinguished name.
	DeviceId *string `json:"deviceId,omitempty"`
	// Source configuration to allow via iptables.
	AllowResources []AllowSourcesInner `json:"allowResources,omitempty"`
	// Use Source NAT for the Client tunnel.
	SnatToTunnel *bool `json:"snatToTunnel,omitempty"`
	// Use SNAT for outgoing traffic from the Express Connector, endpoints will see traffic as coming from the Connector itself
	SnatToResources *bool `json:"snatToResources,omitempty"`
	// Apply destination NAT to traffic from tunnel into a resource
	DnatToResource *bool `json:"dnatToResource,omitempty"`
	// Use this connector client as a default gw for local resources
	DefaultGateway *bool `json:"defaultGateway,omitempty"`
}

ApplianceAllOfConnectorAdvancedClients struct for ApplianceAllOfConnectorAdvancedClients

func NewApplianceAllOfConnectorAdvancedClients ¶

func NewApplianceAllOfConnectorAdvancedClients(name string) *ApplianceAllOfConnectorAdvancedClients

NewApplianceAllOfConnectorAdvancedClients instantiates a new ApplianceAllOfConnectorAdvancedClients object This constructor will assign default values to properties that have it defined, 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 NewApplianceAllOfConnectorAdvancedClientsWithDefaults ¶

func NewApplianceAllOfConnectorAdvancedClientsWithDefaults() *ApplianceAllOfConnectorAdvancedClients

NewApplianceAllOfConnectorAdvancedClientsWithDefaults instantiates a new ApplianceAllOfConnectorAdvancedClients object This 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 (*ApplianceAllOfConnectorAdvancedClients) GetAllowResources ¶

GetAllowResources returns the AllowResources field value if set, zero value otherwise.

func (*ApplianceAllOfConnectorAdvancedClients) GetAllowResourcesOk ¶

func (o *ApplianceAllOfConnectorAdvancedClients) GetAllowResourcesOk() ([]AllowSourcesInner, bool)

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

func (*ApplianceAllOfConnectorAdvancedClients) GetDefaultGateway ¶

func (o *ApplianceAllOfConnectorAdvancedClients) GetDefaultGateway() bool

GetDefaultGateway returns the DefaultGateway field value if set, zero value otherwise.

func (*ApplianceAllOfConnectorAdvancedClients) GetDefaultGatewayOk ¶

func (o *ApplianceAllOfConnectorAdvancedClients) GetDefaultGatewayOk() (*bool, bool)

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

func (*ApplianceAllOfConnectorAdvancedClients) GetDeviceId ¶

GetDeviceId returns the DeviceId field value if set, zero value otherwise.

func (*ApplianceAllOfConnectorAdvancedClients) GetDeviceIdOk ¶

func (o *ApplianceAllOfConnectorAdvancedClients) GetDeviceIdOk() (*string, bool)

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

func (*ApplianceAllOfConnectorAdvancedClients) GetDnatToResource ¶

func (o *ApplianceAllOfConnectorAdvancedClients) GetDnatToResource() bool

GetDnatToResource returns the DnatToResource field value if set, zero value otherwise.

func (*ApplianceAllOfConnectorAdvancedClients) GetDnatToResourceOk ¶

func (o *ApplianceAllOfConnectorAdvancedClients) GetDnatToResourceOk() (*bool, bool)

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

func (*ApplianceAllOfConnectorAdvancedClients) GetName ¶

GetName returns the Name field value

func (*ApplianceAllOfConnectorAdvancedClients) GetNameOk ¶

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

func (*ApplianceAllOfConnectorAdvancedClients) GetSnatToResources ¶

func (o *ApplianceAllOfConnectorAdvancedClients) GetSnatToResources() bool

GetSnatToResources returns the SnatToResources field value if set, zero value otherwise.

func (*ApplianceAllOfConnectorAdvancedClients) GetSnatToResourcesOk ¶

func (o *ApplianceAllOfConnectorAdvancedClients) GetSnatToResourcesOk() (*bool, bool)

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

func (*ApplianceAllOfConnectorAdvancedClients) GetSnatToTunnel ¶

func (o *ApplianceAllOfConnectorAdvancedClients) GetSnatToTunnel() bool

GetSnatToTunnel returns the SnatToTunnel field value if set, zero value otherwise.

func (*ApplianceAllOfConnectorAdvancedClients) GetSnatToTunnelOk ¶

func (o *ApplianceAllOfConnectorAdvancedClients) GetSnatToTunnelOk() (*bool, bool)

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

func (*ApplianceAllOfConnectorAdvancedClients) HasAllowResources ¶

func (o *ApplianceAllOfConnectorAdvancedClients) HasAllowResources() bool

HasAllowResources returns a boolean if a field has been set.

func (*ApplianceAllOfConnectorAdvancedClients) HasDefaultGateway ¶

func (o *ApplianceAllOfConnectorAdvancedClients) HasDefaultGateway() bool

HasDefaultGateway returns a boolean if a field has been set.

func (*ApplianceAllOfConnectorAdvancedClients) HasDeviceId ¶

HasDeviceId returns a boolean if a field has been set.

func (*ApplianceAllOfConnectorAdvancedClients) HasDnatToResource ¶

func (o *ApplianceAllOfConnectorAdvancedClients) HasDnatToResource() bool

HasDnatToResource returns a boolean if a field has been set.

func (*ApplianceAllOfConnectorAdvancedClients) HasSnatToResources ¶

func (o *ApplianceAllOfConnectorAdvancedClients) HasSnatToResources() bool

HasSnatToResources returns a boolean if a field has been set.

func (*ApplianceAllOfConnectorAdvancedClients) HasSnatToTunnel ¶

func (o *ApplianceAllOfConnectorAdvancedClients) HasSnatToTunnel() bool

HasSnatToTunnel returns a boolean if a field has been set.

func (ApplianceAllOfConnectorAdvancedClients) MarshalJSON ¶

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

func (*ApplianceAllOfConnectorAdvancedClients) SetAllowResources ¶

SetAllowResources gets a reference to the given []AllowSourcesInner and assigns it to the AllowResources field.

func (*ApplianceAllOfConnectorAdvancedClients) SetDefaultGateway ¶

func (o *ApplianceAllOfConnectorAdvancedClients) SetDefaultGateway(v bool)

SetDefaultGateway gets a reference to the given bool and assigns it to the DefaultGateway field.

func (*ApplianceAllOfConnectorAdvancedClients) SetDeviceId ¶

SetDeviceId gets a reference to the given string and assigns it to the DeviceId field.

func (*ApplianceAllOfConnectorAdvancedClients) SetDnatToResource ¶

func (o *ApplianceAllOfConnectorAdvancedClients) SetDnatToResource(v bool)

SetDnatToResource gets a reference to the given bool and assigns it to the DnatToResource field.

func (*ApplianceAllOfConnectorAdvancedClients) SetName ¶

SetName sets field value

func (*ApplianceAllOfConnectorAdvancedClients) SetSnatToResources ¶

func (o *ApplianceAllOfConnectorAdvancedClients) SetSnatToResources(v bool)

SetSnatToResources gets a reference to the given bool and assigns it to the SnatToResources field.

func (*ApplianceAllOfConnectorAdvancedClients) SetSnatToTunnel ¶

func (o *ApplianceAllOfConnectorAdvancedClients) SetSnatToTunnel(v bool)

SetSnatToTunnel gets a reference to the given bool and assigns it to the SnatToTunnel field.

type ApplianceAllOfConnectorExpressClients ¶

type ApplianceAllOfConnectorExpressClients struct {
	// Name for the Client. It will be mapped to the user claim 'clientName'.
	Name string `json:"name"`
	// The device ID to assign to this Client. It will be used to generate device distinguished name.
	DeviceId *string `json:"deviceId,omitempty"`
	// A list of subnets to allow access.
	AllowResources []AllowResourcesInner `json:"allowResources,omitempty"`
	// Use Source NAT for the resources.
	SnatToResources *bool `json:"snatToResources,omitempty"`
	// Apply destination NAT to traffic from tunnel into a resource
	DnatToResource *bool `json:"dnatToResource,omitempty"`
}

ApplianceAllOfConnectorExpressClients struct for ApplianceAllOfConnectorExpressClients

func NewApplianceAllOfConnectorExpressClients ¶

func NewApplianceAllOfConnectorExpressClients(name string) *ApplianceAllOfConnectorExpressClients

NewApplianceAllOfConnectorExpressClients instantiates a new ApplianceAllOfConnectorExpressClients object This constructor will assign default values to properties that have it defined, 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 NewApplianceAllOfConnectorExpressClientsWithDefaults ¶

func NewApplianceAllOfConnectorExpressClientsWithDefaults() *ApplianceAllOfConnectorExpressClients

NewApplianceAllOfConnectorExpressClientsWithDefaults instantiates a new ApplianceAllOfConnectorExpressClients object This 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 (*ApplianceAllOfConnectorExpressClients) GetAllowResources ¶

GetAllowResources returns the AllowResources field value if set, zero value otherwise.

func (*ApplianceAllOfConnectorExpressClients) GetAllowResourcesOk ¶

func (o *ApplianceAllOfConnectorExpressClients) GetAllowResourcesOk() ([]AllowResourcesInner, bool)

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

func (*ApplianceAllOfConnectorExpressClients) GetDeviceId ¶

GetDeviceId returns the DeviceId field value if set, zero value otherwise.

func (*ApplianceAllOfConnectorExpressClients) GetDeviceIdOk ¶

func (o *ApplianceAllOfConnectorExpressClients) GetDeviceIdOk() (*string, bool)

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

func (*ApplianceAllOfConnectorExpressClients) GetDnatToResource ¶

func (o *ApplianceAllOfConnectorExpressClients) GetDnatToResource() bool

GetDnatToResource returns the DnatToResource field value if set, zero value otherwise.

func (*ApplianceAllOfConnectorExpressClients) GetDnatToResourceOk ¶

func (o *ApplianceAllOfConnectorExpressClients) GetDnatToResourceOk() (*bool, bool)

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

func (*ApplianceAllOfConnectorExpressClients) GetName ¶

GetName returns the Name field value

func (*ApplianceAllOfConnectorExpressClients) GetNameOk ¶

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

func (*ApplianceAllOfConnectorExpressClients) GetSnatToResources ¶

func (o *ApplianceAllOfConnectorExpressClients) GetSnatToResources() bool

GetSnatToResources returns the SnatToResources field value if set, zero value otherwise.

func (*ApplianceAllOfConnectorExpressClients) GetSnatToResourcesOk ¶

func (o *ApplianceAllOfConnectorExpressClients) GetSnatToResourcesOk() (*bool, bool)

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

func (*ApplianceAllOfConnectorExpressClients) HasAllowResources ¶

func (o *ApplianceAllOfConnectorExpressClients) HasAllowResources() bool

HasAllowResources returns a boolean if a field has been set.

func (*ApplianceAllOfConnectorExpressClients) HasDeviceId ¶

HasDeviceId returns a boolean if a field has been set.

func (*ApplianceAllOfConnectorExpressClients) HasDnatToResource ¶

func (o *ApplianceAllOfConnectorExpressClients) HasDnatToResource() bool

HasDnatToResource returns a boolean if a field has been set.

func (*ApplianceAllOfConnectorExpressClients) HasSnatToResources ¶

func (o *ApplianceAllOfConnectorExpressClients) HasSnatToResources() bool

HasSnatToResources returns a boolean if a field has been set.

func (ApplianceAllOfConnectorExpressClients) MarshalJSON ¶

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

func (*ApplianceAllOfConnectorExpressClients) SetAllowResources ¶

SetAllowResources gets a reference to the given []AllowResourcesInner and assigns it to the AllowResources field.

func (*ApplianceAllOfConnectorExpressClients) SetDeviceId ¶

SetDeviceId gets a reference to the given string and assigns it to the DeviceId field.

func (*ApplianceAllOfConnectorExpressClients) SetDnatToResource ¶

func (o *ApplianceAllOfConnectorExpressClients) SetDnatToResource(v bool)

SetDnatToResource gets a reference to the given bool and assigns it to the DnatToResource field.

func (*ApplianceAllOfConnectorExpressClients) SetName ¶

SetName sets field value

func (*ApplianceAllOfConnectorExpressClients) SetSnatToResources ¶

func (o *ApplianceAllOfConnectorExpressClients) SetSnatToResources(v bool)

SetSnatToResources gets a reference to the given bool and assigns it to the SnatToResources field.

type ApplianceAllOfController ¶

type ApplianceAllOfController struct {
	// Whether the Controller is enabled on this appliance or not. Cannot be enabled on an inactive Appliance since some checks need to be done first.
	Enabled *bool `json:"enabled,omitempty"`
}

ApplianceAllOfController Controller settings.

func NewApplianceAllOfController ¶

func NewApplianceAllOfController() *ApplianceAllOfController

NewApplianceAllOfController instantiates a new ApplianceAllOfController object This constructor will assign default values to properties that have it defined, 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 NewApplianceAllOfControllerWithDefaults ¶

func NewApplianceAllOfControllerWithDefaults() *ApplianceAllOfController

NewApplianceAllOfControllerWithDefaults instantiates a new ApplianceAllOfController object This 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 (*ApplianceAllOfController) GetEnabled ¶

func (o *ApplianceAllOfController) GetEnabled() bool

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

func (*ApplianceAllOfController) GetEnabledOk ¶

func (o *ApplianceAllOfController) 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 (*ApplianceAllOfController) HasEnabled ¶

func (o *ApplianceAllOfController) HasEnabled() bool

HasEnabled returns a boolean if a field has been set.

func (ApplianceAllOfController) MarshalJSON ¶

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

func (*ApplianceAllOfController) SetEnabled ¶

func (o *ApplianceAllOfController) SetEnabled(v bool)

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

type ApplianceAllOfGateway ¶

type ApplianceAllOfGateway struct {
	// Whether the Gateway is enabled on this appliance or not.
	Enabled *bool `json:"enabled,omitempty"`
	// Whether the Gateway is in suspended mode or not. Suspended state will keep the existing Client connections but will reject new ones.
	Suspended *bool                     `json:"suspended,omitempty"`
	Vpn       *ApplianceAllOfGatewayVpn `json:"vpn,omitempty"`
}

ApplianceAllOfGateway Gateway settings.

func NewApplianceAllOfGateway ¶

func NewApplianceAllOfGateway() *ApplianceAllOfGateway

NewApplianceAllOfGateway instantiates a new ApplianceAllOfGateway object This constructor will assign default values to properties that have it defined, 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 NewApplianceAllOfGatewayWithDefaults ¶

func NewApplianceAllOfGatewayWithDefaults() *ApplianceAllOfGateway

NewApplianceAllOfGatewayWithDefaults instantiates a new ApplianceAllOfGateway object This 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 (*ApplianceAllOfGateway) GetEnabled ¶

func (o *ApplianceAllOfGateway) GetEnabled() bool

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

func (*ApplianceAllOfGateway) GetEnabledOk ¶

func (o *ApplianceAllOfGateway) 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 (*ApplianceAllOfGateway) GetSuspended ¶

func (o *ApplianceAllOfGateway) GetSuspended() bool

GetSuspended returns the Suspended field value if set, zero value otherwise.

func (*ApplianceAllOfGateway) GetSuspendedOk ¶

func (o *ApplianceAllOfGateway) GetSuspendedOk() (*bool, bool)

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

func (*ApplianceAllOfGateway) GetVpn ¶

GetVpn returns the Vpn field value if set, zero value otherwise.

func (*ApplianceAllOfGateway) GetVpnOk ¶

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

func (*ApplianceAllOfGateway) HasEnabled ¶

func (o *ApplianceAllOfGateway) HasEnabled() bool

HasEnabled returns a boolean if a field has been set.

func (*ApplianceAllOfGateway) HasSuspended ¶

func (o *ApplianceAllOfGateway) HasSuspended() bool

HasSuspended returns a boolean if a field has been set.

func (*ApplianceAllOfGateway) HasVpn ¶

func (o *ApplianceAllOfGateway) HasVpn() bool

HasVpn returns a boolean if a field has been set.

func (ApplianceAllOfGateway) MarshalJSON ¶

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

func (*ApplianceAllOfGateway) SetEnabled ¶

func (o *ApplianceAllOfGateway) SetEnabled(v bool)

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

func (*ApplianceAllOfGateway) SetSuspended ¶

func (o *ApplianceAllOfGateway) SetSuspended(v bool)

SetSuspended gets a reference to the given bool and assigns it to the Suspended field.

func (*ApplianceAllOfGateway) SetVpn ¶

SetVpn gets a reference to the given ApplianceAllOfGatewayVpn and assigns it to the Vpn field.

type ApplianceAllOfGatewayVpn ¶

type ApplianceAllOfGatewayVpn struct {
	// Load balancing weight.
	Weight *int32 `json:"weight,omitempty"`
	// Destinations to allow tunnels to.
	AllowDestinations []ApplianceAllOfGatewayVpnAllowDestinations `json:"allowDestinations,omitempty"`
}

ApplianceAllOfGatewayVpn VPN configuration.

func NewApplianceAllOfGatewayVpn ¶

func NewApplianceAllOfGatewayVpn() *ApplianceAllOfGatewayVpn

NewApplianceAllOfGatewayVpn instantiates a new ApplianceAllOfGatewayVpn object This constructor will assign default values to properties that have it defined, 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 NewApplianceAllOfGatewayVpnWithDefaults ¶

func NewApplianceAllOfGatewayVpnWithDefaults() *ApplianceAllOfGatewayVpn

NewApplianceAllOfGatewayVpnWithDefaults instantiates a new ApplianceAllOfGatewayVpn object This 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 (*ApplianceAllOfGatewayVpn) GetAllowDestinations ¶

GetAllowDestinations returns the AllowDestinations field value if set, zero value otherwise.

func (*ApplianceAllOfGatewayVpn) GetAllowDestinationsOk ¶

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

func (*ApplianceAllOfGatewayVpn) GetWeight ¶

func (o *ApplianceAllOfGatewayVpn) GetWeight() int32

GetWeight returns the Weight field value if set, zero value otherwise.

func (*ApplianceAllOfGatewayVpn) GetWeightOk ¶

func (o *ApplianceAllOfGatewayVpn) GetWeightOk() (*int32, bool)

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

func (*ApplianceAllOfGatewayVpn) HasAllowDestinations ¶

func (o *ApplianceAllOfGatewayVpn) HasAllowDestinations() bool

HasAllowDestinations returns a boolean if a field has been set.

func (*ApplianceAllOfGatewayVpn) HasWeight ¶

func (o *ApplianceAllOfGatewayVpn) HasWeight() bool

HasWeight returns a boolean if a field has been set.

func (ApplianceAllOfGatewayVpn) MarshalJSON ¶

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

func (*ApplianceAllOfGatewayVpn) SetAllowDestinations ¶

SetAllowDestinations gets a reference to the given []ApplianceAllOfGatewayVpnAllowDestinations and assigns it to the AllowDestinations field.

func (*ApplianceAllOfGatewayVpn) SetWeight ¶

func (o *ApplianceAllOfGatewayVpn) SetWeight(v int32)

SetWeight gets a reference to the given int32 and assigns it to the Weight field.

type ApplianceAllOfGatewayVpnAllowDestinations ¶

type ApplianceAllOfGatewayVpnAllowDestinations struct {
	// IP address to allow connection.
	Address *string `json:"address,omitempty"`
	// Netmask to use with address for allowing connections.
	Netmask *int32 `json:"netmask,omitempty"`
	// NIC name to accept connections on.
	Nic string `json:"nic"`
}

ApplianceAllOfGatewayVpnAllowDestinations struct for ApplianceAllOfGatewayVpnAllowDestinations

func NewApplianceAllOfGatewayVpnAllowDestinations ¶

func NewApplianceAllOfGatewayVpnAllowDestinations(nic string) *ApplianceAllOfGatewayVpnAllowDestinations

NewApplianceAllOfGatewayVpnAllowDestinations instantiates a new ApplianceAllOfGatewayVpnAllowDestinations object This constructor will assign default values to properties that have it defined, 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 NewApplianceAllOfGatewayVpnAllowDestinationsWithDefaults ¶

func NewApplianceAllOfGatewayVpnAllowDestinationsWithDefaults() *ApplianceAllOfGatewayVpnAllowDestinations

NewApplianceAllOfGatewayVpnAllowDestinationsWithDefaults instantiates a new ApplianceAllOfGatewayVpnAllowDestinations object This 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 (*ApplianceAllOfGatewayVpnAllowDestinations) GetAddress ¶

GetAddress returns the Address field value if set, zero value otherwise.

func (*ApplianceAllOfGatewayVpnAllowDestinations) GetAddressOk ¶

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

func (*ApplianceAllOfGatewayVpnAllowDestinations) GetNetmask ¶

GetNetmask returns the Netmask field value if set, zero value otherwise.

func (*ApplianceAllOfGatewayVpnAllowDestinations) GetNetmaskOk ¶

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

func (*ApplianceAllOfGatewayVpnAllowDestinations) GetNic ¶

GetNic returns the Nic field value

func (*ApplianceAllOfGatewayVpnAllowDestinations) GetNicOk ¶

GetNicOk returns a tuple with the Nic field value and a boolean to check if the value has been set.

func (*ApplianceAllOfGatewayVpnAllowDestinations) HasAddress ¶

HasAddress returns a boolean if a field has been set.

func (*ApplianceAllOfGatewayVpnAllowDestinations) HasNetmask ¶

HasNetmask returns a boolean if a field has been set.

func (ApplianceAllOfGatewayVpnAllowDestinations) MarshalJSON ¶

func (*ApplianceAllOfGatewayVpnAllowDestinations) SetAddress ¶

SetAddress gets a reference to the given string and assigns it to the Address field.

func (*ApplianceAllOfGatewayVpnAllowDestinations) SetNetmask ¶

SetNetmask gets a reference to the given int32 and assigns it to the Netmask field.

func (*ApplianceAllOfGatewayVpnAllowDestinations) SetNic ¶

SetNic sets field value

type ApplianceAllOfHealthcheckServer ¶

type ApplianceAllOfHealthcheckServer struct {
	// Whether the Healthcheck Server is enabled on this appliance or not.
	Enabled *bool `json:"enabled,omitempty"`
	// Port to connect for Healthcheck Server.
	Port *int32 `json:"port,omitempty"`
	// Source configuration to allow via iptables.
	AllowSources []AllowSourcesInner `json:"allowSources,omitempty"`
}

ApplianceAllOfHealthcheckServer Healthcheck Server configuration.

func NewApplianceAllOfHealthcheckServer ¶

func NewApplianceAllOfHealthcheckServer() *ApplianceAllOfHealthcheckServer

NewApplianceAllOfHealthcheckServer instantiates a new ApplianceAllOfHealthcheckServer object This constructor will assign default values to properties that have it defined, 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 NewApplianceAllOfHealthcheckServerWithDefaults ¶

func NewApplianceAllOfHealthcheckServerWithDefaults() *ApplianceAllOfHealthcheckServer

NewApplianceAllOfHealthcheckServerWithDefaults instantiates a new ApplianceAllOfHealthcheckServer object This 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 (*ApplianceAllOfHealthcheckServer) GetAllowSources ¶

func (o *ApplianceAllOfHealthcheckServer) GetAllowSources() []AllowSourcesInner

GetAllowSources returns the AllowSources field value if set, zero value otherwise.

func (*ApplianceAllOfHealthcheckServer) GetAllowSourcesOk ¶

func (o *ApplianceAllOfHealthcheckServer) GetAllowSourcesOk() ([]AllowSourcesInner, bool)

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

func (*ApplianceAllOfHealthcheckServer) GetEnabled ¶

func (o *ApplianceAllOfHealthcheckServer) GetEnabled() bool

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

func (*ApplianceAllOfHealthcheckServer) GetEnabledOk ¶

func (o *ApplianceAllOfHealthcheckServer) 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 (*ApplianceAllOfHealthcheckServer) GetPort ¶

GetPort returns the Port field value if set, zero value otherwise.

func (*ApplianceAllOfHealthcheckServer) GetPortOk ¶

func (o *ApplianceAllOfHealthcheckServer) 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 (*ApplianceAllOfHealthcheckServer) HasAllowSources ¶

func (o *ApplianceAllOfHealthcheckServer) HasAllowSources() bool

HasAllowSources returns a boolean if a field has been set.

func (*ApplianceAllOfHealthcheckServer) HasEnabled ¶

func (o *ApplianceAllOfHealthcheckServer) HasEnabled() bool

HasEnabled returns a boolean if a field has been set.

func (*ApplianceAllOfHealthcheckServer) HasPort ¶

HasPort returns a boolean if a field has been set.

func (ApplianceAllOfHealthcheckServer) MarshalJSON ¶

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

func (*ApplianceAllOfHealthcheckServer) SetAllowSources ¶

func (o *ApplianceAllOfHealthcheckServer) SetAllowSources(v []AllowSourcesInner)

SetAllowSources gets a reference to the given []AllowSourcesInner and assigns it to the AllowSources field.

func (*ApplianceAllOfHealthcheckServer) SetEnabled ¶

func (o *ApplianceAllOfHealthcheckServer) SetEnabled(v bool)

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

func (*ApplianceAllOfHealthcheckServer) SetPort ¶

func (o *ApplianceAllOfHealthcheckServer) SetPort(v int32)

SetPort gets a reference to the given int32 and assigns it to the Port field.

type ApplianceAllOfLogForwarder ¶

type ApplianceAllOfLogForwarder struct {
	// Whether the LogForwarder is enabled on this appliance or not.
	Enabled       *bool                 `json:"enabled,omitempty"`
	Elasticsearch NullableElasticsearch `json:"elasticsearch,omitempty"`
	// TCP endpoints to connect and send the audit logs with the given format.
	TcpClients []TcpClient `json:"tcpClients,omitempty"`
	// AWS Kinesis endpoints to connect and send the audit logs with the given format.
	AwsKineses []AwsKinesis `json:"awsKineses,omitempty"`
	// SumoLogic endpoints to connect and send the audit logs to.
	SumoLogicClients []SumoLogic `json:"sumoLogicClients,omitempty"`
	// Splunk endpoints to connect and send the audit logs to.
	SplunkClients []Splunk `json:"splunkClients,omitempty"`
	// The sites to collect logs from and forward.
	Sites []string `json:"sites,omitempty"`
}

ApplianceAllOfLogForwarder LogForwarder settings. LogForwarder collects audit logs from the appliances in the given sites and sends them to the given endpoints.

func NewApplianceAllOfLogForwarder ¶

func NewApplianceAllOfLogForwarder() *ApplianceAllOfLogForwarder

NewApplianceAllOfLogForwarder instantiates a new ApplianceAllOfLogForwarder object This constructor will assign default values to properties that have it defined, 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 NewApplianceAllOfLogForwarderWithDefaults ¶

func NewApplianceAllOfLogForwarderWithDefaults() *ApplianceAllOfLogForwarder

NewApplianceAllOfLogForwarderWithDefaults instantiates a new ApplianceAllOfLogForwarder object This 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 (*ApplianceAllOfLogForwarder) GetAwsKineses ¶

func (o *ApplianceAllOfLogForwarder) GetAwsKineses() []AwsKinesis

GetAwsKineses returns the AwsKineses field value if set, zero value otherwise.

func (*ApplianceAllOfLogForwarder) GetAwsKinesesOk ¶

func (o *ApplianceAllOfLogForwarder) GetAwsKinesesOk() ([]AwsKinesis, bool)

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

func (*ApplianceAllOfLogForwarder) GetElasticsearch ¶

func (o *ApplianceAllOfLogForwarder) GetElasticsearch() Elasticsearch

GetElasticsearch returns the Elasticsearch field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ApplianceAllOfLogForwarder) GetElasticsearchOk ¶

func (o *ApplianceAllOfLogForwarder) GetElasticsearchOk() (*Elasticsearch, bool)

GetElasticsearchOk returns a tuple with the Elasticsearch field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ApplianceAllOfLogForwarder) GetEnabled ¶

func (o *ApplianceAllOfLogForwarder) GetEnabled() bool

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

func (*ApplianceAllOfLogForwarder) GetEnabledOk ¶

func (o *ApplianceAllOfLogForwarder) 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 (*ApplianceAllOfLogForwarder) GetSites ¶

func (o *ApplianceAllOfLogForwarder) GetSites() []string

GetSites returns the Sites field value if set, zero value otherwise.

func (*ApplianceAllOfLogForwarder) GetSitesOk ¶

func (o *ApplianceAllOfLogForwarder) GetSitesOk() ([]string, bool)

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

func (*ApplianceAllOfLogForwarder) GetSplunkClients ¶

func (o *ApplianceAllOfLogForwarder) GetSplunkClients() []Splunk

GetSplunkClients returns the SplunkClients field value if set, zero value otherwise.

func (*ApplianceAllOfLogForwarder) GetSplunkClientsOk ¶

func (o *ApplianceAllOfLogForwarder) GetSplunkClientsOk() ([]Splunk, bool)

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

func (*ApplianceAllOfLogForwarder) GetSumoLogicClients ¶

func (o *ApplianceAllOfLogForwarder) GetSumoLogicClients() []SumoLogic

GetSumoLogicClients returns the SumoLogicClients field value if set, zero value otherwise.

func (*ApplianceAllOfLogForwarder) GetSumoLogicClientsOk ¶

func (o *ApplianceAllOfLogForwarder) GetSumoLogicClientsOk() ([]SumoLogic, bool)

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

func (*ApplianceAllOfLogForwarder) GetTcpClients ¶

func (o *ApplianceAllOfLogForwarder) GetTcpClients() []TcpClient

GetTcpClients returns the TcpClients field value if set, zero value otherwise.

func (*ApplianceAllOfLogForwarder) GetTcpClientsOk ¶

func (o *ApplianceAllOfLogForwarder) GetTcpClientsOk() ([]TcpClient, bool)

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

func (*ApplianceAllOfLogForwarder) HasAwsKineses ¶

func (o *ApplianceAllOfLogForwarder) HasAwsKineses() bool

HasAwsKineses returns a boolean if a field has been set.

func (*ApplianceAllOfLogForwarder) HasElasticsearch ¶

func (o *ApplianceAllOfLogForwarder) HasElasticsearch() bool

HasElasticsearch returns a boolean if a field has been set.

func (*ApplianceAllOfLogForwarder) HasEnabled ¶

func (o *ApplianceAllOfLogForwarder) HasEnabled() bool

HasEnabled returns a boolean if a field has been set.

func (*ApplianceAllOfLogForwarder) HasSites ¶

func (o *ApplianceAllOfLogForwarder) HasSites() bool

HasSites returns a boolean if a field has been set.

func (*ApplianceAllOfLogForwarder) HasSplunkClients ¶

func (o *ApplianceAllOfLogForwarder) HasSplunkClients() bool

HasSplunkClients returns a boolean if a field has been set.

func (*ApplianceAllOfLogForwarder) HasSumoLogicClients ¶

func (o *ApplianceAllOfLogForwarder) HasSumoLogicClients() bool

HasSumoLogicClients returns a boolean if a field has been set.

func (*ApplianceAllOfLogForwarder) HasTcpClients ¶

func (o *ApplianceAllOfLogForwarder) HasTcpClients() bool

HasTcpClients returns a boolean if a field has been set.

func (ApplianceAllOfLogForwarder) MarshalJSON ¶

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

func (*ApplianceAllOfLogForwarder) SetAwsKineses ¶

func (o *ApplianceAllOfLogForwarder) SetAwsKineses(v []AwsKinesis)

SetAwsKineses gets a reference to the given []AwsKinesis and assigns it to the AwsKineses field.

func (*ApplianceAllOfLogForwarder) SetElasticsearch ¶

func (o *ApplianceAllOfLogForwarder) SetElasticsearch(v Elasticsearch)

SetElasticsearch gets a reference to the given NullableElasticsearch and assigns it to the Elasticsearch field.

func (*ApplianceAllOfLogForwarder) SetElasticsearchNil ¶

func (o *ApplianceAllOfLogForwarder) SetElasticsearchNil()

SetElasticsearchNil sets the value for Elasticsearch to be an explicit nil

func (*ApplianceAllOfLogForwarder) SetEnabled ¶

func (o *ApplianceAllOfLogForwarder) SetEnabled(v bool)

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

func (*ApplianceAllOfLogForwarder) SetSites ¶

func (o *ApplianceAllOfLogForwarder) SetSites(v []string)

SetSites gets a reference to the given []string and assigns it to the Sites field.

func (*ApplianceAllOfLogForwarder) SetSplunkClients ¶

func (o *ApplianceAllOfLogForwarder) SetSplunkClients(v []Splunk)

SetSplunkClients gets a reference to the given []Splunk and assigns it to the SplunkClients field.

func (*ApplianceAllOfLogForwarder) SetSumoLogicClients ¶

func (o *ApplianceAllOfLogForwarder) SetSumoLogicClients(v []SumoLogic)

SetSumoLogicClients gets a reference to the given []SumoLogic and assigns it to the SumoLogicClients field.

func (*ApplianceAllOfLogForwarder) SetTcpClients ¶

func (o *ApplianceAllOfLogForwarder) SetTcpClients(v []TcpClient)

SetTcpClients gets a reference to the given []TcpClient and assigns it to the TcpClients field.

func (*ApplianceAllOfLogForwarder) UnsetElasticsearch ¶

func (o *ApplianceAllOfLogForwarder) UnsetElasticsearch()

UnsetElasticsearch ensures that no value is present for Elasticsearch, not even an explicit nil

type ApplianceAllOfLogServer ¶

type ApplianceAllOfLogServer struct {
	// Whether the Log Server is enabled on this appliance or not.
	Enabled *bool `json:"enabled,omitempty"`
	// How many days of audit logs will be kept.
	RetentionDays *int32 `json:"retentionDays,omitempty"`
}

ApplianceAllOfLogServer Log Server settings. Log Server collects audit logs from all the appliances and stores them.

func NewApplianceAllOfLogServer ¶

func NewApplianceAllOfLogServer() *ApplianceAllOfLogServer

NewApplianceAllOfLogServer instantiates a new ApplianceAllOfLogServer object This constructor will assign default values to properties that have it defined, 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 NewApplianceAllOfLogServerWithDefaults ¶

func NewApplianceAllOfLogServerWithDefaults() *ApplianceAllOfLogServer

NewApplianceAllOfLogServerWithDefaults instantiates a new ApplianceAllOfLogServer object This 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 (*ApplianceAllOfLogServer) GetEnabled ¶

func (o *ApplianceAllOfLogServer) GetEnabled() bool

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

func (*ApplianceAllOfLogServer) GetEnabledOk ¶

func (o *ApplianceAllOfLogServer) 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 (*ApplianceAllOfLogServer) GetRetentionDays ¶

func (o *ApplianceAllOfLogServer) GetRetentionDays() int32

GetRetentionDays returns the RetentionDays field value if set, zero value otherwise.

func (*ApplianceAllOfLogServer) GetRetentionDaysOk ¶

func (o *ApplianceAllOfLogServer) GetRetentionDaysOk() (*int32, bool)

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

func (*ApplianceAllOfLogServer) HasEnabled ¶

func (o *ApplianceAllOfLogServer) HasEnabled() bool

HasEnabled returns a boolean if a field has been set.

func (*ApplianceAllOfLogServer) HasRetentionDays ¶

func (o *ApplianceAllOfLogServer) HasRetentionDays() bool

HasRetentionDays returns a boolean if a field has been set.

func (ApplianceAllOfLogServer) MarshalJSON ¶

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

func (*ApplianceAllOfLogServer) SetEnabled ¶

func (o *ApplianceAllOfLogServer) SetEnabled(v bool)

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

func (*ApplianceAllOfLogServer) SetRetentionDays ¶

func (o *ApplianceAllOfLogServer) SetRetentionDays(v int32)

SetRetentionDays gets a reference to the given int32 and assigns it to the RetentionDays field.

type ApplianceAllOfNetworking ¶

type ApplianceAllOfNetworking struct {
	// /etc/hosts configuration
	Hosts []ApplianceAllOfNetworkingHosts `json:"hosts,omitempty"`
	// System NIC configuration
	Nics []ApplianceAllOfNetworkingNics `json:"nics,omitempty"`
	// DNS Server addresses.
	DnsServers []string `json:"dnsServers,omitempty"`
	// DNS Search domains.
	DnsDomains []string `json:"dnsDomains,omitempty"`
	// System route settings.
	Routes []ApplianceAllOfNetworkingRoutes `json:"routes,omitempty"`
}

ApplianceAllOfNetworking Networking configuration of the system.

func NewApplianceAllOfNetworking ¶

func NewApplianceAllOfNetworking() *ApplianceAllOfNetworking

NewApplianceAllOfNetworking instantiates a new ApplianceAllOfNetworking object This constructor will assign default values to properties that have it defined, 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 NewApplianceAllOfNetworkingWithDefaults ¶

func NewApplianceAllOfNetworkingWithDefaults() *ApplianceAllOfNetworking

NewApplianceAllOfNetworkingWithDefaults instantiates a new ApplianceAllOfNetworking object This 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 (*ApplianceAllOfNetworking) GetDnsDomains ¶

func (o *ApplianceAllOfNetworking) GetDnsDomains() []string

GetDnsDomains returns the DnsDomains field value if set, zero value otherwise.

func (*ApplianceAllOfNetworking) GetDnsDomainsOk ¶

func (o *ApplianceAllOfNetworking) GetDnsDomainsOk() ([]string, bool)

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

func (*ApplianceAllOfNetworking) GetDnsServers ¶

func (o *ApplianceAllOfNetworking) GetDnsServers() []string

GetDnsServers returns the DnsServers field value if set, zero value otherwise.

func (*ApplianceAllOfNetworking) GetDnsServersOk ¶

func (o *ApplianceAllOfNetworking) GetDnsServersOk() ([]string, bool)

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

func (*ApplianceAllOfNetworking) GetHosts ¶

GetHosts returns the Hosts field value if set, zero value otherwise.

func (*ApplianceAllOfNetworking) GetHostsOk ¶

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

func (*ApplianceAllOfNetworking) GetNics ¶

GetNics returns the Nics field value if set, zero value otherwise.

func (*ApplianceAllOfNetworking) GetNicsOk ¶

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

func (*ApplianceAllOfNetworking) GetRoutes ¶

GetRoutes returns the Routes field value if set, zero value otherwise.

func (*ApplianceAllOfNetworking) GetRoutesOk ¶

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

func (*ApplianceAllOfNetworking) HasDnsDomains ¶

func (o *ApplianceAllOfNetworking) HasDnsDomains() bool

HasDnsDomains returns a boolean if a field has been set.

func (*ApplianceAllOfNetworking) HasDnsServers ¶

func (o *ApplianceAllOfNetworking) HasDnsServers() bool

HasDnsServers returns a boolean if a field has been set.

func (*ApplianceAllOfNetworking) HasHosts ¶

func (o *ApplianceAllOfNetworking) HasHosts() bool

HasHosts returns a boolean if a field has been set.

func (*ApplianceAllOfNetworking) HasNics ¶

func (o *ApplianceAllOfNetworking) HasNics() bool

HasNics returns a boolean if a field has been set.

func (*ApplianceAllOfNetworking) HasRoutes ¶

func (o *ApplianceAllOfNetworking) HasRoutes() bool

HasRoutes returns a boolean if a field has been set.

func (ApplianceAllOfNetworking) MarshalJSON ¶

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

func (*ApplianceAllOfNetworking) SetDnsDomains ¶

func (o *ApplianceAllOfNetworking) SetDnsDomains(v []string)

SetDnsDomains gets a reference to the given []string and assigns it to the DnsDomains field.

func (*ApplianceAllOfNetworking) SetDnsServers ¶

func (o *ApplianceAllOfNetworking) SetDnsServers(v []string)

SetDnsServers gets a reference to the given []string and assigns it to the DnsServers field.

func (*ApplianceAllOfNetworking) SetHosts ¶

SetHosts gets a reference to the given []ApplianceAllOfNetworkingHosts and assigns it to the Hosts field.

func (*ApplianceAllOfNetworking) SetNics ¶

SetNics gets a reference to the given []ApplianceAllOfNetworkingNics and assigns it to the Nics field.

func (*ApplianceAllOfNetworking) SetRoutes ¶

SetRoutes gets a reference to the given []ApplianceAllOfNetworkingRoutes and assigns it to the Routes field.

type ApplianceAllOfNetworkingHosts ¶

type ApplianceAllOfNetworkingHosts struct {
	// Hostname to map IP to.
	Hostname string `json:"hostname"`
	// IP for the given hostname for appliance to resolve.
	Address string `json:"address"`
}

ApplianceAllOfNetworkingHosts struct for ApplianceAllOfNetworkingHosts

func NewApplianceAllOfNetworkingHosts ¶

func NewApplianceAllOfNetworkingHosts(hostname string, address string) *ApplianceAllOfNetworkingHosts

NewApplianceAllOfNetworkingHosts instantiates a new ApplianceAllOfNetworkingHosts object This constructor will assign default values to properties that have it defined, 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 NewApplianceAllOfNetworkingHostsWithDefaults ¶

func NewApplianceAllOfNetworkingHostsWithDefaults() *ApplianceAllOfNetworkingHosts

NewApplianceAllOfNetworkingHostsWithDefaults instantiates a new ApplianceAllOfNetworkingHosts object This 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 (*ApplianceAllOfNetworkingHosts) GetAddress ¶

func (o *ApplianceAllOfNetworkingHosts) GetAddress() string

GetAddress returns the Address field value

func (*ApplianceAllOfNetworkingHosts) GetAddressOk ¶

func (o *ApplianceAllOfNetworkingHosts) GetAddressOk() (*string, bool)

GetAddressOk returns a tuple with the Address field value and a boolean to check if the value has been set.

func (*ApplianceAllOfNetworkingHosts) GetHostname ¶

func (o *ApplianceAllOfNetworkingHosts) GetHostname() string

GetHostname returns the Hostname field value

func (*ApplianceAllOfNetworkingHosts) GetHostnameOk ¶

func (o *ApplianceAllOfNetworkingHosts) GetHostnameOk() (*string, bool)

GetHostnameOk returns a tuple with the Hostname field value and a boolean to check if the value has been set.

func (ApplianceAllOfNetworkingHosts) MarshalJSON ¶

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

func (*ApplianceAllOfNetworkingHosts) SetAddress ¶

func (o *ApplianceAllOfNetworkingHosts) SetAddress(v string)

SetAddress sets field value

func (*ApplianceAllOfNetworkingHosts) SetHostname ¶

func (o *ApplianceAllOfNetworkingHosts) SetHostname(v string)

SetHostname sets field value

type ApplianceAllOfNetworkingIpv4 ¶

type ApplianceAllOfNetworkingIpv4 struct {
	Dhcp *ApplianceAllOfNetworkingIpv4Dhcp `json:"dhcp,omitempty"`
	// IPv4 static NIC configuration for the NIC.
	Static []ApplianceAllOfNetworkingIpv4Static `json:"static,omitempty"`
	// Virtual IP to use for IPv4.
	VirtualIp *string `json:"virtualIp,omitempty"`
}

ApplianceAllOfNetworkingIpv4 IPv4 settings for this NIC.

func NewApplianceAllOfNetworkingIpv4 ¶

func NewApplianceAllOfNetworkingIpv4() *ApplianceAllOfNetworkingIpv4

NewApplianceAllOfNetworkingIpv4 instantiates a new ApplianceAllOfNetworkingIpv4 object This constructor will assign default values to properties that have it defined, 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 NewApplianceAllOfNetworkingIpv4WithDefaults ¶

func NewApplianceAllOfNetworkingIpv4WithDefaults() *ApplianceAllOfNetworkingIpv4

NewApplianceAllOfNetworkingIpv4WithDefaults instantiates a new ApplianceAllOfNetworkingIpv4 object This 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 (*ApplianceAllOfNetworkingIpv4) GetDhcp ¶

GetDhcp returns the Dhcp field value if set, zero value otherwise.

func (*ApplianceAllOfNetworkingIpv4) GetDhcpOk ¶

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

func (*ApplianceAllOfNetworkingIpv4) GetStatic ¶

GetStatic returns the Static field value if set, zero value otherwise.

func (*ApplianceAllOfNetworkingIpv4) GetStaticOk ¶

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

func (*ApplianceAllOfNetworkingIpv4) GetVirtualIp ¶

func (o *ApplianceAllOfNetworkingIpv4) GetVirtualIp() string

GetVirtualIp returns the VirtualIp field value if set, zero value otherwise.

func (*ApplianceAllOfNetworkingIpv4) GetVirtualIpOk ¶

func (o *ApplianceAllOfNetworkingIpv4) GetVirtualIpOk() (*string, bool)

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

func (*ApplianceAllOfNetworkingIpv4) HasDhcp ¶

func (o *ApplianceAllOfNetworkingIpv4) HasDhcp() bool

HasDhcp returns a boolean if a field has been set.

func (*ApplianceAllOfNetworkingIpv4) HasStatic ¶

func (o *ApplianceAllOfNetworkingIpv4) HasStatic() bool

HasStatic returns a boolean if a field has been set.

func (*ApplianceAllOfNetworkingIpv4) HasVirtualIp ¶

func (o *ApplianceAllOfNetworkingIpv4) HasVirtualIp() bool

HasVirtualIp returns a boolean if a field has been set.

func (ApplianceAllOfNetworkingIpv4) MarshalJSON ¶

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

func (*ApplianceAllOfNetworkingIpv4) SetDhcp ¶

SetDhcp gets a reference to the given ApplianceAllOfNetworkingIpv4Dhcp and assigns it to the Dhcp field.

func (*ApplianceAllOfNetworkingIpv4) SetStatic ¶

SetStatic gets a reference to the given []ApplianceAllOfNetworkingIpv4Static and assigns it to the Static field.

func (*ApplianceAllOfNetworkingIpv4) SetVirtualIp ¶

func (o *ApplianceAllOfNetworkingIpv4) SetVirtualIp(v string)

SetVirtualIp gets a reference to the given string and assigns it to the VirtualIp field.

type ApplianceAllOfNetworkingIpv4Dhcp ¶

type ApplianceAllOfNetworkingIpv4Dhcp struct {
	// Whether DHCP for IPv4 is enabled.
	Enabled *bool `json:"enabled,omitempty"`
	// Whether to use DHCP for setting IPv4 DNS settings on the appliance.
	Dns *bool `json:"dns,omitempty"`
	// Whether to use DHCP for setting IPv4 default gateway on the appliance.
	Routers *bool `json:"routers,omitempty"`
	// Whether to use DHCP for setting NTP on the appliance.
	Ntp *bool `json:"ntp,omitempty"`
	// Whether to use DHCP for setting MTU on the appliance.
	Mtu *bool `json:"mtu,omitempty"`
}

ApplianceAllOfNetworkingIpv4Dhcp IPv4 DHCP configuration for the NIC.

func NewApplianceAllOfNetworkingIpv4Dhcp ¶

func NewApplianceAllOfNetworkingIpv4Dhcp() *ApplianceAllOfNetworkingIpv4Dhcp

NewApplianceAllOfNetworkingIpv4Dhcp instantiates a new ApplianceAllOfNetworkingIpv4Dhcp object This constructor will assign default values to properties that have it defined, 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 NewApplianceAllOfNetworkingIpv4DhcpWithDefaults ¶

func NewApplianceAllOfNetworkingIpv4DhcpWithDefaults() *ApplianceAllOfNetworkingIpv4Dhcp

NewApplianceAllOfNetworkingIpv4DhcpWithDefaults instantiates a new ApplianceAllOfNetworkingIpv4Dhcp object This 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 (*ApplianceAllOfNetworkingIpv4Dhcp) GetDns ¶

GetDns returns the Dns field value if set, zero value otherwise.

func (*ApplianceAllOfNetworkingIpv4Dhcp) GetDnsOk ¶

func (o *ApplianceAllOfNetworkingIpv4Dhcp) GetDnsOk() (*bool, bool)

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

func (*ApplianceAllOfNetworkingIpv4Dhcp) GetEnabled ¶

func (o *ApplianceAllOfNetworkingIpv4Dhcp) GetEnabled() bool

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

func (*ApplianceAllOfNetworkingIpv4Dhcp) GetEnabledOk ¶

func (o *ApplianceAllOfNetworkingIpv4Dhcp) 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 (*ApplianceAllOfNetworkingIpv4Dhcp) GetMtu ¶

GetMtu returns the Mtu field value if set, zero value otherwise.

func (*ApplianceAllOfNetworkingIpv4Dhcp) GetMtuOk ¶

func (o *ApplianceAllOfNetworkingIpv4Dhcp) GetMtuOk() (*bool, bool)

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

func (*ApplianceAllOfNetworkingIpv4Dhcp) GetNtp ¶

GetNtp returns the Ntp field value if set, zero value otherwise.

func (*ApplianceAllOfNetworkingIpv4Dhcp) GetNtpOk ¶

func (o *ApplianceAllOfNetworkingIpv4Dhcp) GetNtpOk() (*bool, bool)

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

func (*ApplianceAllOfNetworkingIpv4Dhcp) GetRouters ¶

func (o *ApplianceAllOfNetworkingIpv4Dhcp) GetRouters() bool

GetRouters returns the Routers field value if set, zero value otherwise.

func (*ApplianceAllOfNetworkingIpv4Dhcp) GetRoutersOk ¶

func (o *ApplianceAllOfNetworkingIpv4Dhcp) GetRoutersOk() (*bool, bool)

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

func (*ApplianceAllOfNetworkingIpv4Dhcp) HasDns ¶

HasDns returns a boolean if a field has been set.

func (*ApplianceAllOfNetworkingIpv4Dhcp) HasEnabled ¶

func (o *ApplianceAllOfNetworkingIpv4Dhcp) HasEnabled() bool

HasEnabled returns a boolean if a field has been set.

func (*ApplianceAllOfNetworkingIpv4Dhcp) HasMtu ¶

HasMtu returns a boolean if a field has been set.

func (*ApplianceAllOfNetworkingIpv4Dhcp) HasNtp ¶

HasNtp returns a boolean if a field has been set.

func (*ApplianceAllOfNetworkingIpv4Dhcp) HasRouters ¶

func (o *ApplianceAllOfNetworkingIpv4Dhcp) HasRouters() bool

HasRouters returns a boolean if a field has been set.

func (ApplianceAllOfNetworkingIpv4Dhcp) MarshalJSON ¶

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

func (*ApplianceAllOfNetworkingIpv4Dhcp) SetDns ¶

SetDns gets a reference to the given bool and assigns it to the Dns field.

func (*ApplianceAllOfNetworkingIpv4Dhcp) SetEnabled ¶

func (o *ApplianceAllOfNetworkingIpv4Dhcp) SetEnabled(v bool)

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

func (*ApplianceAllOfNetworkingIpv4Dhcp) SetMtu ¶

SetMtu gets a reference to the given bool and assigns it to the Mtu field.

func (*ApplianceAllOfNetworkingIpv4Dhcp) SetNtp ¶

SetNtp gets a reference to the given bool and assigns it to the Ntp field.

func (*ApplianceAllOfNetworkingIpv4Dhcp) SetRouters ¶

func (o *ApplianceAllOfNetworkingIpv4Dhcp) SetRouters(v bool)

SetRouters gets a reference to the given bool and assigns it to the Routers field.

type ApplianceAllOfNetworkingIpv4Static ¶

type ApplianceAllOfNetworkingIpv4Static struct {
	// IPv4 Address of the network interface.
	Address *string `json:"address,omitempty"`
	// Netmask of the network interface.
	Netmask *int32 `json:"netmask,omitempty"`
	// Enable SNAT on this IP.
	Snat *bool `json:"snat,omitempty"`
}

ApplianceAllOfNetworkingIpv4Static struct for ApplianceAllOfNetworkingIpv4Static

func NewApplianceAllOfNetworkingIpv4Static ¶

func NewApplianceAllOfNetworkingIpv4Static() *ApplianceAllOfNetworkingIpv4Static

NewApplianceAllOfNetworkingIpv4Static instantiates a new ApplianceAllOfNetworkingIpv4Static object This constructor will assign default values to properties that have it defined, 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 NewApplianceAllOfNetworkingIpv4StaticWithDefaults ¶

func NewApplianceAllOfNetworkingIpv4StaticWithDefaults() *ApplianceAllOfNetworkingIpv4Static

NewApplianceAllOfNetworkingIpv4StaticWithDefaults instantiates a new ApplianceAllOfNetworkingIpv4Static object This 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 (*ApplianceAllOfNetworkingIpv4Static) GetAddress ¶

GetAddress returns the Address field value if set, zero value otherwise.

func (*ApplianceAllOfNetworkingIpv4Static) GetAddressOk ¶

func (o *ApplianceAllOfNetworkingIpv4Static) GetAddressOk() (*string, bool)

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

func (*ApplianceAllOfNetworkingIpv4Static) GetNetmask ¶

func (o *ApplianceAllOfNetworkingIpv4Static) GetNetmask() int32

GetNetmask returns the Netmask field value if set, zero value otherwise.

func (*ApplianceAllOfNetworkingIpv4Static) GetNetmaskOk ¶

func (o *ApplianceAllOfNetworkingIpv4Static) GetNetmaskOk() (*int32, bool)

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

func (*ApplianceAllOfNetworkingIpv4Static) GetSnat ¶

GetSnat returns the Snat field value if set, zero value otherwise.

func (*ApplianceAllOfNetworkingIpv4Static) GetSnatOk ¶

func (o *ApplianceAllOfNetworkingIpv4Static) GetSnatOk() (*bool, bool)

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

func (*ApplianceAllOfNetworkingIpv4Static) HasAddress ¶

func (o *ApplianceAllOfNetworkingIpv4Static) HasAddress() bool

HasAddress returns a boolean if a field has been set.

func (*ApplianceAllOfNetworkingIpv4Static) HasNetmask ¶

func (o *ApplianceAllOfNetworkingIpv4Static) HasNetmask() bool

HasNetmask returns a boolean if a field has been set.

func (*ApplianceAllOfNetworkingIpv4Static) HasSnat ¶

HasSnat returns a boolean if a field has been set.

func (ApplianceAllOfNetworkingIpv4Static) MarshalJSON ¶

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

func (*ApplianceAllOfNetworkingIpv4Static) SetAddress ¶

func (o *ApplianceAllOfNetworkingIpv4Static) SetAddress(v string)

SetAddress gets a reference to the given string and assigns it to the Address field.

func (*ApplianceAllOfNetworkingIpv4Static) SetNetmask ¶

func (o *ApplianceAllOfNetworkingIpv4Static) SetNetmask(v int32)

SetNetmask gets a reference to the given int32 and assigns it to the Netmask field.

func (*ApplianceAllOfNetworkingIpv4Static) SetSnat ¶

SetSnat gets a reference to the given bool and assigns it to the Snat field.

type ApplianceAllOfNetworkingIpv6 ¶

type ApplianceAllOfNetworkingIpv6 struct {
	Dhcp *ApplianceAllOfNetworkingIpv6Dhcp `json:"dhcp,omitempty"`
	// IPv6 static NIC configuration for the NIC.
	Static []ApplianceAllOfNetworkingIpv6Static `json:"static,omitempty"`
	// Virtual IP to use for IPv6.
	VirtualIp *string `json:"virtualIp,omitempty"`
}

ApplianceAllOfNetworkingIpv6 IPv6 settings for this NIC.

func NewApplianceAllOfNetworkingIpv6 ¶

func NewApplianceAllOfNetworkingIpv6() *ApplianceAllOfNetworkingIpv6

NewApplianceAllOfNetworkingIpv6 instantiates a new ApplianceAllOfNetworkingIpv6 object This constructor will assign default values to properties that have it defined, 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 NewApplianceAllOfNetworkingIpv6WithDefaults ¶

func NewApplianceAllOfNetworkingIpv6WithDefaults() *ApplianceAllOfNetworkingIpv6

NewApplianceAllOfNetworkingIpv6WithDefaults instantiates a new ApplianceAllOfNetworkingIpv6 object This 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 (*ApplianceAllOfNetworkingIpv6) GetDhcp ¶

GetDhcp returns the Dhcp field value if set, zero value otherwise.

func (*ApplianceAllOfNetworkingIpv6) GetDhcpOk ¶

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

func (*ApplianceAllOfNetworkingIpv6) GetStatic ¶

GetStatic returns the Static field value if set, zero value otherwise.

func (*ApplianceAllOfNetworkingIpv6) GetStaticOk ¶

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

func (*ApplianceAllOfNetworkingIpv6) GetVirtualIp ¶

func (o *ApplianceAllOfNetworkingIpv6) GetVirtualIp() string

GetVirtualIp returns the VirtualIp field value if set, zero value otherwise.

func (*ApplianceAllOfNetworkingIpv6) GetVirtualIpOk ¶

func (o *ApplianceAllOfNetworkingIpv6) GetVirtualIpOk() (*string, bool)

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

func (*ApplianceAllOfNetworkingIpv6) HasDhcp ¶

func (o *ApplianceAllOfNetworkingIpv6) HasDhcp() bool

HasDhcp returns a boolean if a field has been set.

func (*ApplianceAllOfNetworkingIpv6) HasStatic ¶

func (o *ApplianceAllOfNetworkingIpv6) HasStatic() bool

HasStatic returns a boolean if a field has been set.

func (*ApplianceAllOfNetworkingIpv6) HasVirtualIp ¶

func (o *ApplianceAllOfNetworkingIpv6) HasVirtualIp() bool

HasVirtualIp returns a boolean if a field has been set.

func (ApplianceAllOfNetworkingIpv6) MarshalJSON ¶

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

func (*ApplianceAllOfNetworkingIpv6) SetDhcp ¶

SetDhcp gets a reference to the given ApplianceAllOfNetworkingIpv6Dhcp and assigns it to the Dhcp field.

func (*ApplianceAllOfNetworkingIpv6) SetStatic ¶

SetStatic gets a reference to the given []ApplianceAllOfNetworkingIpv6Static and assigns it to the Static field.

func (*ApplianceAllOfNetworkingIpv6) SetVirtualIp ¶

func (o *ApplianceAllOfNetworkingIpv6) SetVirtualIp(v string)

SetVirtualIp gets a reference to the given string and assigns it to the VirtualIp field.

type ApplianceAllOfNetworkingIpv6Dhcp ¶

type ApplianceAllOfNetworkingIpv6Dhcp struct {
	// Whether DHCP for IPv6 is enabled.
	Enabled *bool `json:"enabled,omitempty"`
	// Whether to use DHCP for setting IPv6 DNS settings on the Appliance.
	Dns *bool `json:"dns,omitempty"`
	// Whether to use DHCP for setting NTP on the appliance.
	Ntp *bool `json:"ntp,omitempty"`
	// Whether to use DHCP for setting MTU on the appliance.
	Mtu *bool `json:"mtu,omitempty"`
}

ApplianceAllOfNetworkingIpv6Dhcp IPv6 DHCP configuration for the NIC.

func NewApplianceAllOfNetworkingIpv6Dhcp ¶

func NewApplianceAllOfNetworkingIpv6Dhcp() *ApplianceAllOfNetworkingIpv6Dhcp

NewApplianceAllOfNetworkingIpv6Dhcp instantiates a new ApplianceAllOfNetworkingIpv6Dhcp object This constructor will assign default values to properties that have it defined, 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 NewApplianceAllOfNetworkingIpv6DhcpWithDefaults ¶

func NewApplianceAllOfNetworkingIpv6DhcpWithDefaults() *ApplianceAllOfNetworkingIpv6Dhcp

NewApplianceAllOfNetworkingIpv6DhcpWithDefaults instantiates a new ApplianceAllOfNetworkingIpv6Dhcp object This 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 (*ApplianceAllOfNetworkingIpv6Dhcp) GetDns ¶

GetDns returns the Dns field value if set, zero value otherwise.

func (*ApplianceAllOfNetworkingIpv6Dhcp) GetDnsOk ¶

func (o *ApplianceAllOfNetworkingIpv6Dhcp) GetDnsOk() (*bool, bool)

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

func (*ApplianceAllOfNetworkingIpv6Dhcp) GetEnabled ¶

func (o *ApplianceAllOfNetworkingIpv6Dhcp) GetEnabled() bool

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

func (*ApplianceAllOfNetworkingIpv6Dhcp) GetEnabledOk ¶

func (o *ApplianceAllOfNetworkingIpv6Dhcp) 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 (*ApplianceAllOfNetworkingIpv6Dhcp) GetMtu ¶

GetMtu returns the Mtu field value if set, zero value otherwise.

func (*ApplianceAllOfNetworkingIpv6Dhcp) GetMtuOk ¶

func (o *ApplianceAllOfNetworkingIpv6Dhcp) GetMtuOk() (*bool, bool)

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

func (*ApplianceAllOfNetworkingIpv6Dhcp) GetNtp ¶

GetNtp returns the Ntp field value if set, zero value otherwise.

func (*ApplianceAllOfNetworkingIpv6Dhcp) GetNtpOk ¶

func (o *ApplianceAllOfNetworkingIpv6Dhcp) GetNtpOk() (*bool, bool)

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

func (*ApplianceAllOfNetworkingIpv6Dhcp) HasDns ¶

HasDns returns a boolean if a field has been set.

func (*ApplianceAllOfNetworkingIpv6Dhcp) HasEnabled ¶

func (o *ApplianceAllOfNetworkingIpv6Dhcp) HasEnabled() bool

HasEnabled returns a boolean if a field has been set.

func (*ApplianceAllOfNetworkingIpv6Dhcp) HasMtu ¶

HasMtu returns a boolean if a field has been set.

func (*ApplianceAllOfNetworkingIpv6Dhcp) HasNtp ¶

HasNtp returns a boolean if a field has been set.

func (ApplianceAllOfNetworkingIpv6Dhcp) MarshalJSON ¶

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

func (*ApplianceAllOfNetworkingIpv6Dhcp) SetDns ¶

SetDns gets a reference to the given bool and assigns it to the Dns field.

func (*ApplianceAllOfNetworkingIpv6Dhcp) SetEnabled ¶

func (o *ApplianceAllOfNetworkingIpv6Dhcp) SetEnabled(v bool)

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

func (*ApplianceAllOfNetworkingIpv6Dhcp) SetMtu ¶

SetMtu gets a reference to the given bool and assigns it to the Mtu field.

func (*ApplianceAllOfNetworkingIpv6Dhcp) SetNtp ¶

SetNtp gets a reference to the given bool and assigns it to the Ntp field.

type ApplianceAllOfNetworkingIpv6Static ¶

type ApplianceAllOfNetworkingIpv6Static struct {
	// IPv6 Address of the network interface.
	Address string `json:"address"`
	// Netmask of the network interface.
	Netmask int32 `json:"netmask"`
	// Enable SNAT on this IP.
	Snat *bool `json:"snat,omitempty"`
}

ApplianceAllOfNetworkingIpv6Static struct for ApplianceAllOfNetworkingIpv6Static

func NewApplianceAllOfNetworkingIpv6Static ¶

func NewApplianceAllOfNetworkingIpv6Static(address string, netmask int32) *ApplianceAllOfNetworkingIpv6Static

NewApplianceAllOfNetworkingIpv6Static instantiates a new ApplianceAllOfNetworkingIpv6Static object This constructor will assign default values to properties that have it defined, 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 NewApplianceAllOfNetworkingIpv6StaticWithDefaults ¶

func NewApplianceAllOfNetworkingIpv6StaticWithDefaults() *ApplianceAllOfNetworkingIpv6Static

NewApplianceAllOfNetworkingIpv6StaticWithDefaults instantiates a new ApplianceAllOfNetworkingIpv6Static object This 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 (*ApplianceAllOfNetworkingIpv6Static) GetAddress ¶

GetAddress returns the Address field value

func (*ApplianceAllOfNetworkingIpv6Static) GetAddressOk ¶

func (o *ApplianceAllOfNetworkingIpv6Static) GetAddressOk() (*string, bool)

GetAddressOk returns a tuple with the Address field value and a boolean to check if the value has been set.

func (*ApplianceAllOfNetworkingIpv6Static) GetNetmask ¶

func (o *ApplianceAllOfNetworkingIpv6Static) GetNetmask() int32

GetNetmask returns the Netmask field value

func (*ApplianceAllOfNetworkingIpv6Static) GetNetmaskOk ¶

func (o *ApplianceAllOfNetworkingIpv6Static) GetNetmaskOk() (*int32, bool)

GetNetmaskOk returns a tuple with the Netmask field value and a boolean to check if the value has been set.

func (*ApplianceAllOfNetworkingIpv6Static) GetSnat ¶

GetSnat returns the Snat field value if set, zero value otherwise.

func (*ApplianceAllOfNetworkingIpv6Static) GetSnatOk ¶

func (o *ApplianceAllOfNetworkingIpv6Static) GetSnatOk() (*bool, bool)

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

func (*ApplianceAllOfNetworkingIpv6Static) HasSnat ¶

HasSnat returns a boolean if a field has been set.

func (ApplianceAllOfNetworkingIpv6Static) MarshalJSON ¶

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

func (*ApplianceAllOfNetworkingIpv6Static) SetAddress ¶

func (o *ApplianceAllOfNetworkingIpv6Static) SetAddress(v string)

SetAddress sets field value

func (*ApplianceAllOfNetworkingIpv6Static) SetNetmask ¶

func (o *ApplianceAllOfNetworkingIpv6Static) SetNetmask(v int32)

SetNetmask sets field value

func (*ApplianceAllOfNetworkingIpv6Static) SetSnat ¶

SetSnat gets a reference to the given bool and assigns it to the Snat field.

type ApplianceAllOfNetworkingNics ¶

type ApplianceAllOfNetworkingNics struct {
	// Whether the NIC is active or not.
	Enabled *bool `json:"enabled,omitempty"`
	// NIC name
	Name string                        `json:"name"`
	Ipv4 *ApplianceAllOfNetworkingIpv4 `json:"ipv4,omitempty"`
	Ipv6 *ApplianceAllOfNetworkingIpv6 `json:"ipv6,omitempty"`
	// MTU setting for the NIC. If left empty, appliance default will be used.
	Mtu *int32 `json:"mtu,omitempty"`
}

ApplianceAllOfNetworkingNics struct for ApplianceAllOfNetworkingNics

func NewApplianceAllOfNetworkingNics ¶

func NewApplianceAllOfNetworkingNics(name string) *ApplianceAllOfNetworkingNics

NewApplianceAllOfNetworkingNics instantiates a new ApplianceAllOfNetworkingNics object This constructor will assign default values to properties that have it defined, 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 NewApplianceAllOfNetworkingNicsWithDefaults ¶

func NewApplianceAllOfNetworkingNicsWithDefaults() *ApplianceAllOfNetworkingNics

NewApplianceAllOfNetworkingNicsWithDefaults instantiates a new ApplianceAllOfNetworkingNics object This 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 (*ApplianceAllOfNetworkingNics) GetEnabled ¶

func (o *ApplianceAllOfNetworkingNics) GetEnabled() bool

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

func (*ApplianceAllOfNetworkingNics) GetEnabledOk ¶

func (o *ApplianceAllOfNetworkingNics) 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 (*ApplianceAllOfNetworkingNics) GetIpv4 ¶

GetIpv4 returns the Ipv4 field value if set, zero value otherwise.

func (*ApplianceAllOfNetworkingNics) GetIpv4Ok ¶

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

func (*ApplianceAllOfNetworkingNics) GetIpv6 ¶

GetIpv6 returns the Ipv6 field value if set, zero value otherwise.

func (*ApplianceAllOfNetworkingNics) GetIpv6Ok ¶

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

func (*ApplianceAllOfNetworkingNics) GetMtu ¶

func (o *ApplianceAllOfNetworkingNics) GetMtu() int32

GetMtu returns the Mtu field value if set, zero value otherwise.

func (*ApplianceAllOfNetworkingNics) GetMtuOk ¶

func (o *ApplianceAllOfNetworkingNics) GetMtuOk() (*int32, bool)

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

func (*ApplianceAllOfNetworkingNics) GetName ¶

func (o *ApplianceAllOfNetworkingNics) GetName() string

GetName returns the Name field value

func (*ApplianceAllOfNetworkingNics) GetNameOk ¶

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

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

func (*ApplianceAllOfNetworkingNics) HasEnabled ¶

func (o *ApplianceAllOfNetworkingNics) HasEnabled() bool

HasEnabled returns a boolean if a field has been set.

func (*ApplianceAllOfNetworkingNics) HasIpv4 ¶

func (o *ApplianceAllOfNetworkingNics) HasIpv4() bool

HasIpv4 returns a boolean if a field has been set.

func (*ApplianceAllOfNetworkingNics) HasIpv6 ¶

func (o *ApplianceAllOfNetworkingNics) HasIpv6() bool

HasIpv6 returns a boolean if a field has been set.

func (*ApplianceAllOfNetworkingNics) HasMtu ¶

func (o *ApplianceAllOfNetworkingNics) HasMtu() bool

HasMtu returns a boolean if a field has been set.

func (ApplianceAllOfNetworkingNics) MarshalJSON ¶

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

func (*ApplianceAllOfNetworkingNics) SetEnabled ¶

func (o *ApplianceAllOfNetworkingNics) SetEnabled(v bool)

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

func (*ApplianceAllOfNetworkingNics) SetIpv4 ¶

SetIpv4 gets a reference to the given ApplianceAllOfNetworkingIpv4 and assigns it to the Ipv4 field.

func (*ApplianceAllOfNetworkingNics) SetIpv6 ¶

SetIpv6 gets a reference to the given ApplianceAllOfNetworkingIpv6 and assigns it to the Ipv6 field.

func (*ApplianceAllOfNetworkingNics) SetMtu ¶

func (o *ApplianceAllOfNetworkingNics) SetMtu(v int32)

SetMtu gets a reference to the given int32 and assigns it to the Mtu field.

func (*ApplianceAllOfNetworkingNics) SetName ¶

func (o *ApplianceAllOfNetworkingNics) SetName(v string)

SetName sets field value

type ApplianceAllOfNetworkingRoutes ¶

type ApplianceAllOfNetworkingRoutes struct {
	// Address to route.
	Address string `json:"address"`
	// Netmask for the subnet to route.
	Netmask int32 `json:"netmask"`
	// Gateway to use for routing.
	Gateway *string `json:"gateway,omitempty"`
	// NIC name to use for routing.
	Nic *string `json:"nic,omitempty"`
}

ApplianceAllOfNetworkingRoutes struct for ApplianceAllOfNetworkingRoutes

func NewApplianceAllOfNetworkingRoutes ¶

func NewApplianceAllOfNetworkingRoutes(address string, netmask int32) *ApplianceAllOfNetworkingRoutes

NewApplianceAllOfNetworkingRoutes instantiates a new ApplianceAllOfNetworkingRoutes object This constructor will assign default values to properties that have it defined, 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 NewApplianceAllOfNetworkingRoutesWithDefaults ¶

func NewApplianceAllOfNetworkingRoutesWithDefaults() *ApplianceAllOfNetworkingRoutes

NewApplianceAllOfNetworkingRoutesWithDefaults instantiates a new ApplianceAllOfNetworkingRoutes object This 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 (*ApplianceAllOfNetworkingRoutes) GetAddress ¶

func (o *ApplianceAllOfNetworkingRoutes) GetAddress() string

GetAddress returns the Address field value

func (*ApplianceAllOfNetworkingRoutes) GetAddressOk ¶

func (o *ApplianceAllOfNetworkingRoutes) GetAddressOk() (*string, bool)

GetAddressOk returns a tuple with the Address field value and a boolean to check if the value has been set.

func (*ApplianceAllOfNetworkingRoutes) GetGateway ¶

func (o *ApplianceAllOfNetworkingRoutes) GetGateway() string

GetGateway returns the Gateway field value if set, zero value otherwise.

func (*ApplianceAllOfNetworkingRoutes) GetGatewayOk ¶

func (o *ApplianceAllOfNetworkingRoutes) GetGatewayOk() (*string, bool)

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

func (*ApplianceAllOfNetworkingRoutes) GetNetmask ¶

func (o *ApplianceAllOfNetworkingRoutes) GetNetmask() int32

GetNetmask returns the Netmask field value

func (*ApplianceAllOfNetworkingRoutes) GetNetmaskOk ¶

func (o *ApplianceAllOfNetworkingRoutes) GetNetmaskOk() (*int32, bool)

GetNetmaskOk returns a tuple with the Netmask field value and a boolean to check if the value has been set.

func (*ApplianceAllOfNetworkingRoutes) GetNic ¶

GetNic returns the Nic field value if set, zero value otherwise.

func (*ApplianceAllOfNetworkingRoutes) GetNicOk ¶

func (o *ApplianceAllOfNetworkingRoutes) GetNicOk() (*string, bool)

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

func (*ApplianceAllOfNetworkingRoutes) HasGateway ¶

func (o *ApplianceAllOfNetworkingRoutes) HasGateway() bool

HasGateway returns a boolean if a field has been set.

func (*ApplianceAllOfNetworkingRoutes) HasNic ¶

HasNic returns a boolean if a field has been set.

func (ApplianceAllOfNetworkingRoutes) MarshalJSON ¶

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

func (*ApplianceAllOfNetworkingRoutes) SetAddress ¶

func (o *ApplianceAllOfNetworkingRoutes) SetAddress(v string)

SetAddress sets field value

func (*ApplianceAllOfNetworkingRoutes) SetGateway ¶

func (o *ApplianceAllOfNetworkingRoutes) SetGateway(v string)

SetGateway gets a reference to the given string and assigns it to the Gateway field.

func (*ApplianceAllOfNetworkingRoutes) SetNetmask ¶

func (o *ApplianceAllOfNetworkingRoutes) SetNetmask(v int32)

SetNetmask sets field value

func (*ApplianceAllOfNetworkingRoutes) SetNic ¶

SetNic gets a reference to the given string and assigns it to the Nic field.

type ApplianceAllOfNtp ¶

type ApplianceAllOfNtp struct {
	Servers []ApplianceAllOfNtpServers `json:"servers,omitempty"`
}

ApplianceAllOfNtp NTP configuration.

func NewApplianceAllOfNtp ¶

func NewApplianceAllOfNtp() *ApplianceAllOfNtp

NewApplianceAllOfNtp instantiates a new ApplianceAllOfNtp object This constructor will assign default values to properties that have it defined, 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 NewApplianceAllOfNtpWithDefaults ¶

func NewApplianceAllOfNtpWithDefaults() *ApplianceAllOfNtp

NewApplianceAllOfNtpWithDefaults instantiates a new ApplianceAllOfNtp object This 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 (*ApplianceAllOfNtp) GetServers ¶

func (o *ApplianceAllOfNtp) GetServers() []ApplianceAllOfNtpServers

GetServers returns the Servers field value if set, zero value otherwise.

func (*ApplianceAllOfNtp) GetServersOk ¶

func (o *ApplianceAllOfNtp) GetServersOk() ([]ApplianceAllOfNtpServers, bool)

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

func (*ApplianceAllOfNtp) HasServers ¶

func (o *ApplianceAllOfNtp) HasServers() bool

HasServers returns a boolean if a field has been set.

func (ApplianceAllOfNtp) MarshalJSON ¶

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

func (*ApplianceAllOfNtp) SetServers ¶

func (o *ApplianceAllOfNtp) SetServers(v []ApplianceAllOfNtpServers)

SetServers gets a reference to the given []ApplianceAllOfNtpServers and assigns it to the Servers field.

type ApplianceAllOfNtpServers ¶

type ApplianceAllOfNtpServers struct {
	// Hostname or IP of the NTP server.
	Hostname string `json:"hostname"`
	// Type of key to use for secure NTP communication.
	KeyType *string `json:"keyType,omitempty"`
	// Identifier number for the key.
	KeyNo *int32 `json:"keyNo,omitempty"`
	// Key to use for secure NTP communication.
	Key *string `json:"key,omitempty"`
}

ApplianceAllOfNtpServers NTP server.

func NewApplianceAllOfNtpServers ¶

func NewApplianceAllOfNtpServers(hostname string) *ApplianceAllOfNtpServers

NewApplianceAllOfNtpServers instantiates a new ApplianceAllOfNtpServers object This constructor will assign default values to properties that have it defined, 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 NewApplianceAllOfNtpServersWithDefaults ¶

func NewApplianceAllOfNtpServersWithDefaults() *ApplianceAllOfNtpServers

NewApplianceAllOfNtpServersWithDefaults instantiates a new ApplianceAllOfNtpServers object This 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 (*ApplianceAllOfNtpServers) GetHostname ¶

func (o *ApplianceAllOfNtpServers) GetHostname() string

GetHostname returns the Hostname field value

func (*ApplianceAllOfNtpServers) GetHostnameOk ¶

func (o *ApplianceAllOfNtpServers) GetHostnameOk() (*string, bool)

GetHostnameOk returns a tuple with the Hostname field value and a boolean to check if the value has been set.

func (*ApplianceAllOfNtpServers) GetKey ¶

func (o *ApplianceAllOfNtpServers) GetKey() string

GetKey returns the Key field value if set, zero value otherwise.

func (*ApplianceAllOfNtpServers) GetKeyNo ¶

func (o *ApplianceAllOfNtpServers) GetKeyNo() int32

GetKeyNo returns the KeyNo field value if set, zero value otherwise.

func (*ApplianceAllOfNtpServers) GetKeyNoOk ¶

func (o *ApplianceAllOfNtpServers) GetKeyNoOk() (*int32, bool)

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

func (*ApplianceAllOfNtpServers) GetKeyOk ¶

func (o *ApplianceAllOfNtpServers) GetKeyOk() (*string, bool)

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

func (*ApplianceAllOfNtpServers) GetKeyType ¶

func (o *ApplianceAllOfNtpServers) GetKeyType() string

GetKeyType returns the KeyType field value if set, zero value otherwise.

func (*ApplianceAllOfNtpServers) GetKeyTypeOk ¶

func (o *ApplianceAllOfNtpServers) GetKeyTypeOk() (*string, bool)

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

func (*ApplianceAllOfNtpServers) HasKey ¶

func (o *ApplianceAllOfNtpServers) HasKey() bool

HasKey returns a boolean if a field has been set.

func (*ApplianceAllOfNtpServers) HasKeyNo ¶

func (o *ApplianceAllOfNtpServers) HasKeyNo() bool

HasKeyNo returns a boolean if a field has been set.

func (*ApplianceAllOfNtpServers) HasKeyType ¶

func (o *ApplianceAllOfNtpServers) HasKeyType() bool

HasKeyType returns a boolean if a field has been set.

func (ApplianceAllOfNtpServers) MarshalJSON ¶

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

func (*ApplianceAllOfNtpServers) SetHostname ¶

func (o *ApplianceAllOfNtpServers) SetHostname(v string)

SetHostname sets field value

func (*ApplianceAllOfNtpServers) SetKey ¶

func (o *ApplianceAllOfNtpServers) SetKey(v string)

SetKey gets a reference to the given string and assigns it to the Key field.

func (*ApplianceAllOfNtpServers) SetKeyNo ¶

func (o *ApplianceAllOfNtpServers) SetKeyNo(v int32)

SetKeyNo gets a reference to the given int32 and assigns it to the KeyNo field.

func (*ApplianceAllOfNtpServers) SetKeyType ¶

func (o *ApplianceAllOfNtpServers) SetKeyType(v string)

SetKeyType gets a reference to the given string and assigns it to the KeyType field.

type ApplianceAllOfPeerInterface ¶

type ApplianceAllOfPeerInterface struct {
	// Hostname to connect by the peers. It will be used to validate the appliance certificate.
	Hostname string `json:"hostname"`
	// Port to connect for peer specific services.
	HttpsPort *int32 `json:"httpsPort,omitempty"`
	// Source configuration to allow via iptables.
	AllowSources []AllowSourcesInner `json:"allowSources,omitempty"`
}

ApplianceAllOfPeerInterface The details of peer connection interface. Used by other appliances and administrative UI. This interface is deprecated as of 5.4. All connections will be handled by clientInterface and adminInterface in the future. The hostname field is used as identifier and will take over the hostname field in the root of Appliance when this interface is removed.

func NewApplianceAllOfPeerInterface ¶

func NewApplianceAllOfPeerInterface(hostname string) *ApplianceAllOfPeerInterface

NewApplianceAllOfPeerInterface instantiates a new ApplianceAllOfPeerInterface object This constructor will assign default values to properties that have it defined, 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 NewApplianceAllOfPeerInterfaceWithDefaults ¶

func NewApplianceAllOfPeerInterfaceWithDefaults() *ApplianceAllOfPeerInterface

NewApplianceAllOfPeerInterfaceWithDefaults instantiates a new ApplianceAllOfPeerInterface object This 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 (*ApplianceAllOfPeerInterface) GetAllowSources ¶

func (o *ApplianceAllOfPeerInterface) GetAllowSources() []AllowSourcesInner

GetAllowSources returns the AllowSources field value if set, zero value otherwise.

func (*ApplianceAllOfPeerInterface) GetAllowSourcesOk ¶

func (o *ApplianceAllOfPeerInterface) GetAllowSourcesOk() ([]AllowSourcesInner, bool)

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

func (*ApplianceAllOfPeerInterface) GetHostname ¶

func (o *ApplianceAllOfPeerInterface) GetHostname() string

GetHostname returns the Hostname field value

func (*ApplianceAllOfPeerInterface) GetHostnameOk ¶

func (o *ApplianceAllOfPeerInterface) GetHostnameOk() (*string, bool)

GetHostnameOk returns a tuple with the Hostname field value and a boolean to check if the value has been set.

func (*ApplianceAllOfPeerInterface) GetHttpsPort ¶

func (o *ApplianceAllOfPeerInterface) GetHttpsPort() int32

GetHttpsPort returns the HttpsPort field value if set, zero value otherwise.

func (*ApplianceAllOfPeerInterface) GetHttpsPortOk ¶

func (o *ApplianceAllOfPeerInterface) GetHttpsPortOk() (*int32, bool)

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

func (*ApplianceAllOfPeerInterface) HasAllowSources ¶

func (o *ApplianceAllOfPeerInterface) HasAllowSources() bool

HasAllowSources returns a boolean if a field has been set.

func (*ApplianceAllOfPeerInterface) HasHttpsPort ¶

func (o *ApplianceAllOfPeerInterface) HasHttpsPort() bool

HasHttpsPort returns a boolean if a field has been set.

func (ApplianceAllOfPeerInterface) MarshalJSON ¶

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

func (*ApplianceAllOfPeerInterface) SetAllowSources ¶

func (o *ApplianceAllOfPeerInterface) SetAllowSources(v []AllowSourcesInner)

SetAllowSources gets a reference to the given []AllowSourcesInner and assigns it to the AllowSources field.

func (*ApplianceAllOfPeerInterface) SetHostname ¶

func (o *ApplianceAllOfPeerInterface) SetHostname(v string)

SetHostname sets field value

func (*ApplianceAllOfPeerInterface) SetHttpsPort ¶

func (o *ApplianceAllOfPeerInterface) SetHttpsPort(v int32)

SetHttpsPort gets a reference to the given int32 and assigns it to the HttpsPort field.

type ApplianceAllOfPing ¶

type ApplianceAllOfPing struct {
	// Source configuration to allow via iptables.
	AllowSources []AllowSourcesInner `json:"allowSources,omitempty"`
}

ApplianceAllOfPing Rules for allowing ping.

func NewApplianceAllOfPing ¶

func NewApplianceAllOfPing() *ApplianceAllOfPing

NewApplianceAllOfPing instantiates a new ApplianceAllOfPing object This constructor will assign default values to properties that have it defined, 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 NewApplianceAllOfPingWithDefaults ¶

func NewApplianceAllOfPingWithDefaults() *ApplianceAllOfPing

NewApplianceAllOfPingWithDefaults instantiates a new ApplianceAllOfPing object This 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 (*ApplianceAllOfPing) GetAllowSources ¶

func (o *ApplianceAllOfPing) GetAllowSources() []AllowSourcesInner

GetAllowSources returns the AllowSources field value if set, zero value otherwise.

func (*ApplianceAllOfPing) GetAllowSourcesOk ¶

func (o *ApplianceAllOfPing) GetAllowSourcesOk() ([]AllowSourcesInner, bool)

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

func (*ApplianceAllOfPing) HasAllowSources ¶

func (o *ApplianceAllOfPing) HasAllowSources() bool

HasAllowSources returns a boolean if a field has been set.

func (ApplianceAllOfPing) MarshalJSON ¶

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

func (*ApplianceAllOfPing) SetAllowSources ¶

func (o *ApplianceAllOfPing) SetAllowSources(v []AllowSourcesInner)

SetAllowSources gets a reference to the given []AllowSourcesInner and assigns it to the AllowSources field.

type ApplianceAllOfPrometheusExporter ¶

type ApplianceAllOfPrometheusExporter struct {
	// Whether the Prometheus Exporter is enabled on this appliance or not.
	Enabled *bool `json:"enabled,omitempty"`
	// Port to connect for Prometheus Exporter.
	Port *int32 `json:"port,omitempty"`
	// Source configuration to allow via iptables.
	AllowSources []AllowSourcesInner `json:"allowSources,omitempty"`
}

ApplianceAllOfPrometheusExporter Prometheus Exporter configuration.

func NewApplianceAllOfPrometheusExporter ¶

func NewApplianceAllOfPrometheusExporter() *ApplianceAllOfPrometheusExporter

NewApplianceAllOfPrometheusExporter instantiates a new ApplianceAllOfPrometheusExporter object This constructor will assign default values to properties that have it defined, 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 NewApplianceAllOfPrometheusExporterWithDefaults ¶

func NewApplianceAllOfPrometheusExporterWithDefaults() *ApplianceAllOfPrometheusExporter

NewApplianceAllOfPrometheusExporterWithDefaults instantiates a new ApplianceAllOfPrometheusExporter object This 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 (*ApplianceAllOfPrometheusExporter) GetAllowSources ¶

func (o *ApplianceAllOfPrometheusExporter) GetAllowSources() []AllowSourcesInner

GetAllowSources returns the AllowSources field value if set, zero value otherwise.

func (*ApplianceAllOfPrometheusExporter) GetAllowSourcesOk ¶

func (o *ApplianceAllOfPrometheusExporter) GetAllowSourcesOk() ([]AllowSourcesInner, bool)

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

func (*ApplianceAllOfPrometheusExporter) GetEnabled ¶

func (o *ApplianceAllOfPrometheusExporter) GetEnabled() bool

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

func (*ApplianceAllOfPrometheusExporter) GetEnabledOk ¶

func (o *ApplianceAllOfPrometheusExporter) 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 (*ApplianceAllOfPrometheusExporter) GetPort ¶

GetPort returns the Port field value if set, zero value otherwise.

func (*ApplianceAllOfPrometheusExporter) GetPortOk ¶

func (o *ApplianceAllOfPrometheusExporter) 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 (*ApplianceAllOfPrometheusExporter) HasAllowSources ¶

func (o *ApplianceAllOfPrometheusExporter) HasAllowSources() bool

HasAllowSources returns a boolean if a field has been set.

func (*ApplianceAllOfPrometheusExporter) HasEnabled ¶

func (o *ApplianceAllOfPrometheusExporter) HasEnabled() bool

HasEnabled returns a boolean if a field has been set.

func (*ApplianceAllOfPrometheusExporter) HasPort ¶

HasPort returns a boolean if a field has been set.

func (ApplianceAllOfPrometheusExporter) MarshalJSON ¶

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

func (*ApplianceAllOfPrometheusExporter) SetAllowSources ¶

func (o *ApplianceAllOfPrometheusExporter) SetAllowSources(v []AllowSourcesInner)

SetAllowSources gets a reference to the given []AllowSourcesInner and assigns it to the AllowSources field.

func (*ApplianceAllOfPrometheusExporter) SetEnabled ¶

func (o *ApplianceAllOfPrometheusExporter) SetEnabled(v bool)

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

func (*ApplianceAllOfPrometheusExporter) SetPort ¶

SetPort gets a reference to the given int32 and assigns it to the Port field.

type ApplianceAllOfRsyslogDestinations ¶

type ApplianceAllOfRsyslogDestinations struct {
	// Rsyslog selector.
	Selector *string `json:"selector,omitempty"`
	// Rsyslog template to forward logs with.
	Template *string `json:"template,omitempty"`
	// Rsyslog server destination.
	Destination string `json:"destination"`
}

ApplianceAllOfRsyslogDestinations struct for ApplianceAllOfRsyslogDestinations

func NewApplianceAllOfRsyslogDestinations ¶

func NewApplianceAllOfRsyslogDestinations(destination string) *ApplianceAllOfRsyslogDestinations

NewApplianceAllOfRsyslogDestinations instantiates a new ApplianceAllOfRsyslogDestinations object This constructor will assign default values to properties that have it defined, 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 NewApplianceAllOfRsyslogDestinationsWithDefaults ¶

func NewApplianceAllOfRsyslogDestinationsWithDefaults() *ApplianceAllOfRsyslogDestinations

NewApplianceAllOfRsyslogDestinationsWithDefaults instantiates a new ApplianceAllOfRsyslogDestinations object This 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 (*ApplianceAllOfRsyslogDestinations) GetDestination ¶

func (o *ApplianceAllOfRsyslogDestinations) GetDestination() string

GetDestination returns the Destination field value

func (*ApplianceAllOfRsyslogDestinations) GetDestinationOk ¶

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

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

func (*ApplianceAllOfRsyslogDestinations) GetSelector ¶

func (o *ApplianceAllOfRsyslogDestinations) GetSelector() string

GetSelector returns the Selector field value if set, zero value otherwise.

func (*ApplianceAllOfRsyslogDestinations) GetSelectorOk ¶

func (o *ApplianceAllOfRsyslogDestinations) GetSelectorOk() (*string, bool)

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

func (*ApplianceAllOfRsyslogDestinations) GetTemplate ¶

func (o *ApplianceAllOfRsyslogDestinations) GetTemplate() string

GetTemplate returns the Template field value if set, zero value otherwise.

func (*ApplianceAllOfRsyslogDestinations) GetTemplateOk ¶

func (o *ApplianceAllOfRsyslogDestinations) GetTemplateOk() (*string, bool)

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

func (*ApplianceAllOfRsyslogDestinations) HasSelector ¶

func (o *ApplianceAllOfRsyslogDestinations) HasSelector() bool

HasSelector returns a boolean if a field has been set.

func (*ApplianceAllOfRsyslogDestinations) HasTemplate ¶

func (o *ApplianceAllOfRsyslogDestinations) HasTemplate() bool

HasTemplate returns a boolean if a field has been set.

func (ApplianceAllOfRsyslogDestinations) MarshalJSON ¶

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

func (*ApplianceAllOfRsyslogDestinations) SetDestination ¶

func (o *ApplianceAllOfRsyslogDestinations) SetDestination(v string)

SetDestination sets field value

func (*ApplianceAllOfRsyslogDestinations) SetSelector ¶

func (o *ApplianceAllOfRsyslogDestinations) SetSelector(v string)

SetSelector gets a reference to the given string and assigns it to the Selector field.

func (*ApplianceAllOfRsyslogDestinations) SetTemplate ¶

func (o *ApplianceAllOfRsyslogDestinations) SetTemplate(v string)

SetTemplate gets a reference to the given string and assigns it to the Template field.

type ApplianceAllOfSnmpServer ¶

type ApplianceAllOfSnmpServer struct {
	// Whether the SNMP Server os enabled on this appliance or not.
	Enabled *bool `json:"enabled,omitempty"`
	// TCP port for SNMP Server.
	TcpPort *int32 `json:"tcpPort,omitempty"`
	// UDP port for SNMP Server.
	UdpPort *int32 `json:"udpPort,omitempty"`
	// Raw SNMP configuration.
	SnmpdConf *string `json:"snmpd.conf,omitempty"`
	// Source configuration to allow via iptables.
	AllowSources []AllowSourcesInner `json:"allowSources,omitempty"`
}

ApplianceAllOfSnmpServer SNMP Server configuration.

func NewApplianceAllOfSnmpServer ¶

func NewApplianceAllOfSnmpServer() *ApplianceAllOfSnmpServer

NewApplianceAllOfSnmpServer instantiates a new ApplianceAllOfSnmpServer object This constructor will assign default values to properties that have it defined, 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 NewApplianceAllOfSnmpServerWithDefaults ¶

func NewApplianceAllOfSnmpServerWithDefaults() *ApplianceAllOfSnmpServer

NewApplianceAllOfSnmpServerWithDefaults instantiates a new ApplianceAllOfSnmpServer object This 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 (*ApplianceAllOfSnmpServer) GetAllowSources ¶

func (o *ApplianceAllOfSnmpServer) GetAllowSources() []AllowSourcesInner

GetAllowSources returns the AllowSources field value if set, zero value otherwise.

func (*ApplianceAllOfSnmpServer) GetAllowSourcesOk ¶

func (o *ApplianceAllOfSnmpServer) GetAllowSourcesOk() ([]AllowSourcesInner, bool)

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

func (*ApplianceAllOfSnmpServer) GetEnabled ¶

func (o *ApplianceAllOfSnmpServer) GetEnabled() bool

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

func (*ApplianceAllOfSnmpServer) GetEnabledOk ¶

func (o *ApplianceAllOfSnmpServer) 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 (*ApplianceAllOfSnmpServer) GetSnmpdConf ¶

func (o *ApplianceAllOfSnmpServer) GetSnmpdConf() string

GetSnmpdConf returns the SnmpdConf field value if set, zero value otherwise.

func (*ApplianceAllOfSnmpServer) GetSnmpdConfOk ¶

func (o *ApplianceAllOfSnmpServer) GetSnmpdConfOk() (*string, bool)

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

func (*ApplianceAllOfSnmpServer) GetTcpPort ¶

func (o *ApplianceAllOfSnmpServer) GetTcpPort() int32

GetTcpPort returns the TcpPort field value if set, zero value otherwise.

func (*ApplianceAllOfSnmpServer) GetTcpPortOk ¶

func (o *ApplianceAllOfSnmpServer) GetTcpPortOk() (*int32, bool)

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

func (*ApplianceAllOfSnmpServer) GetUdpPort ¶

func (o *ApplianceAllOfSnmpServer) GetUdpPort() int32

GetUdpPort returns the UdpPort field value if set, zero value otherwise.

func (*ApplianceAllOfSnmpServer) GetUdpPortOk ¶

func (o *ApplianceAllOfSnmpServer) GetUdpPortOk() (*int32, bool)

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

func (*ApplianceAllOfSnmpServer) HasAllowSources ¶

func (o *ApplianceAllOfSnmpServer) HasAllowSources() bool

HasAllowSources returns a boolean if a field has been set.

func (*ApplianceAllOfSnmpServer) HasEnabled ¶

func (o *ApplianceAllOfSnmpServer) HasEnabled() bool

HasEnabled returns a boolean if a field has been set.

func (*ApplianceAllOfSnmpServer) HasSnmpdConf ¶

func (o *ApplianceAllOfSnmpServer) HasSnmpdConf() bool

HasSnmpdConf returns a boolean if a field has been set.

func (*ApplianceAllOfSnmpServer) HasTcpPort ¶

func (o *ApplianceAllOfSnmpServer) HasTcpPort() bool

HasTcpPort returns a boolean if a field has been set.

func (*ApplianceAllOfSnmpServer) HasUdpPort ¶

func (o *ApplianceAllOfSnmpServer) HasUdpPort() bool

HasUdpPort returns a boolean if a field has been set.

func (ApplianceAllOfSnmpServer) MarshalJSON ¶

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

func (*ApplianceAllOfSnmpServer) SetAllowSources ¶

func (o *ApplianceAllOfSnmpServer) SetAllowSources(v []AllowSourcesInner)

SetAllowSources gets a reference to the given []AllowSourcesInner and assigns it to the AllowSources field.

func (*ApplianceAllOfSnmpServer) SetEnabled ¶

func (o *ApplianceAllOfSnmpServer) SetEnabled(v bool)

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

func (*ApplianceAllOfSnmpServer) SetSnmpdConf ¶

func (o *ApplianceAllOfSnmpServer) SetSnmpdConf(v string)

SetSnmpdConf gets a reference to the given string and assigns it to the SnmpdConf field.

func (*ApplianceAllOfSnmpServer) SetTcpPort ¶

func (o *ApplianceAllOfSnmpServer) SetTcpPort(v int32)

SetTcpPort gets a reference to the given int32 and assigns it to the TcpPort field.

func (*ApplianceAllOfSnmpServer) SetUdpPort ¶

func (o *ApplianceAllOfSnmpServer) SetUdpPort(v int32)

SetUdpPort gets a reference to the given int32 and assigns it to the UdpPort field.

type ApplianceAllOfSshServer ¶

type ApplianceAllOfSshServer struct {
	// Whether the SSH Server is enabled on this appliance or not.
	Enabled *bool `json:"enabled,omitempty"`
	// SSH port.
	Port *int32 `json:"port,omitempty"`
	// Source configuration to allow via iptables.
	AllowSources []AllowSourcesInner `json:"allowSources,omitempty"`
	// Whether SSH allows password authentication or not.
	PasswordAuthentication *bool `json:"passwordAuthentication,omitempty"`
}

ApplianceAllOfSshServer SSH server configuration.

func NewApplianceAllOfSshServer ¶

func NewApplianceAllOfSshServer() *ApplianceAllOfSshServer

NewApplianceAllOfSshServer instantiates a new ApplianceAllOfSshServer object This constructor will assign default values to properties that have it defined, 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 NewApplianceAllOfSshServerWithDefaults ¶

func NewApplianceAllOfSshServerWithDefaults() *ApplianceAllOfSshServer

NewApplianceAllOfSshServerWithDefaults instantiates a new ApplianceAllOfSshServer object This 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 (*ApplianceAllOfSshServer) GetAllowSources ¶

func (o *ApplianceAllOfSshServer) GetAllowSources() []AllowSourcesInner

GetAllowSources returns the AllowSources field value if set, zero value otherwise.

func (*ApplianceAllOfSshServer) GetAllowSourcesOk ¶

func (o *ApplianceAllOfSshServer) GetAllowSourcesOk() ([]AllowSourcesInner, bool)

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

func (*ApplianceAllOfSshServer) GetEnabled ¶

func (o *ApplianceAllOfSshServer) GetEnabled() bool

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

func (*ApplianceAllOfSshServer) GetEnabledOk ¶

func (o *ApplianceAllOfSshServer) 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 (*ApplianceAllOfSshServer) GetPasswordAuthentication ¶

func (o *ApplianceAllOfSshServer) GetPasswordAuthentication() bool

GetPasswordAuthentication returns the PasswordAuthentication field value if set, zero value otherwise.

func (*ApplianceAllOfSshServer) GetPasswordAuthenticationOk ¶

func (o *ApplianceAllOfSshServer) GetPasswordAuthenticationOk() (*bool, bool)

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

func (*ApplianceAllOfSshServer) GetPort ¶

func (o *ApplianceAllOfSshServer) GetPort() int32

GetPort returns the Port field value if set, zero value otherwise.

func (*ApplianceAllOfSshServer) GetPortOk ¶

func (o *ApplianceAllOfSshServer) 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 (*ApplianceAllOfSshServer) HasAllowSources ¶

func (o *ApplianceAllOfSshServer) HasAllowSources() bool

HasAllowSources returns a boolean if a field has been set.

func (*ApplianceAllOfSshServer) HasEnabled ¶

func (o *ApplianceAllOfSshServer) HasEnabled() bool

HasEnabled returns a boolean if a field has been set.

func (*ApplianceAllOfSshServer) HasPasswordAuthentication ¶

func (o *ApplianceAllOfSshServer) HasPasswordAuthentication() bool

HasPasswordAuthentication returns a boolean if a field has been set.

func (*ApplianceAllOfSshServer) HasPort ¶

func (o *ApplianceAllOfSshServer) HasPort() bool

HasPort returns a boolean if a field has been set.

func (ApplianceAllOfSshServer) MarshalJSON ¶

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

func (*ApplianceAllOfSshServer) SetAllowSources ¶

func (o *ApplianceAllOfSshServer) SetAllowSources(v []AllowSourcesInner)

SetAllowSources gets a reference to the given []AllowSourcesInner and assigns it to the AllowSources field.

func (*ApplianceAllOfSshServer) SetEnabled ¶

func (o *ApplianceAllOfSshServer) SetEnabled(v bool)

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

func (*ApplianceAllOfSshServer) SetPasswordAuthentication ¶

func (o *ApplianceAllOfSshServer) SetPasswordAuthentication(v bool)

SetPasswordAuthentication gets a reference to the given bool and assigns it to the PasswordAuthentication field.

func (*ApplianceAllOfSshServer) SetPort ¶

func (o *ApplianceAllOfSshServer) SetPort(v int32)

SetPort gets a reference to the given int32 and assigns it to the Port field.

type ApplianceApiService ¶

type ApplianceApiService service

ApplianceApiService ApplianceApi service

func (*ApplianceApiService) AppliancesIdSwitchPartitionPost ¶

func (a *ApplianceApiService) AppliancesIdSwitchPartitionPost(ctx context.Context, id string) ApiAppliancesIdSwitchPartitionPostRequest

AppliancesIdSwitchPartitionPost Switch partition on the Appliance, regardless of the upgrade status.

Reboot and switch partition on the Appliance.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id ID of the object.
@return ApiAppliancesIdSwitchPartitionPostRequest

func (*ApplianceApiService) AppliancesIdSwitchPartitionPostExecute ¶

func (a *ApplianceApiService) AppliancesIdSwitchPartitionPostExecute(r ApiAppliancesIdSwitchPartitionPostRequest) (*http.Response, error)

Execute executes the request

type ApplianceBackupApiService ¶

type ApplianceBackupApiService service

ApplianceBackupApiService ApplianceBackupApi service

func (*ApplianceBackupApiService) AppliancesIdBackupBackupIdDelete ¶

func (a *ApplianceBackupApiService) AppliancesIdBackupBackupIdDelete(ctx context.Context, id string, backupId string) ApiAppliancesIdBackupBackupIdDeleteRequest

AppliancesIdBackupBackupIdDelete Delete an Appliance Backup.

Delete an Appliance Backup file from an Appliance. This API call must be made with **Accept** header of **application/vnd.appgate.peer-v18+gpg**.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id ID of the object.
@param backupId The Appliance Backup ID given in the initiation response.
@return ApiAppliancesIdBackupBackupIdDeleteRequest

func (*ApplianceBackupApiService) AppliancesIdBackupBackupIdDeleteExecute ¶

func (a *ApplianceBackupApiService) AppliancesIdBackupBackupIdDeleteExecute(r ApiAppliancesIdBackupBackupIdDeleteRequest) (*http.Response, error)

Execute executes the request

func (*ApplianceBackupApiService) AppliancesIdBackupBackupIdGet ¶

func (a *ApplianceBackupApiService) AppliancesIdBackupBackupIdGet(ctx context.Context, id string, backupId string) ApiAppliancesIdBackupBackupIdGetRequest

AppliancesIdBackupBackupIdGet Download an Appliance Backup.

Download a completed Appliance Backup with the given ID of an Appliance. This API call must be made with **Accept** header of **application/vnd.appgate.peer-v18+gpg** as it returns a GPG file as blob instead of JSON.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id ID of the object.
@param backupId The Appliance Backup ID given in the initiation response.
@return ApiAppliancesIdBackupBackupIdGetRequest

func (*ApplianceBackupApiService) AppliancesIdBackupBackupIdGetExecute ¶

func (a *ApplianceBackupApiService) AppliancesIdBackupBackupIdGetExecute(r ApiAppliancesIdBackupBackupIdGetRequest) (**os.File, *http.Response, error)

Execute executes the request

@return *os.File

func (*ApplianceBackupApiService) AppliancesIdBackupBackupIdStatusGet ¶

func (a *ApplianceBackupApiService) AppliancesIdBackupBackupIdStatusGet(ctx context.Context, id string, backupId string) ApiAppliancesIdBackupBackupIdStatusGetRequest

AppliancesIdBackupBackupIdStatusGet Get the status of a Appliance Backup.

Get the status of the given Appliance Backup ID. If the status is "done", it can be downloaded using "GET appliances/{id}/backup/{backupId}".

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id ID of the object.
@param backupId The Appliance Backup ID given in the initiation response.
@return ApiAppliancesIdBackupBackupIdStatusGetRequest

func (*ApplianceBackupApiService) AppliancesIdBackupBackupIdStatusGetExecute ¶

Execute executes the request

@return AppliancesIdBackupBackupIdStatusGet200Response

func (*ApplianceBackupApiService) AppliancesIdBackupPost ¶

AppliancesIdBackupPost Initiate an Appliance Backup.

Initiate an Appliance Backup. The progress can be followed by polling the Appliance via "GET appliances/{id}/backup/{backupId}/status".

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id ID of the object.
@return ApiAppliancesIdBackupPostRequest

func (*ApplianceBackupApiService) AppliancesIdBackupPostExecute ¶

Execute executes the request

@return AppliancesIdBackupPost200Response

type ApplianceChangeApiService ¶

type ApplianceChangeApiService service

ApplianceChangeApiService ApplianceChangeApi service

func (*ApplianceChangeApiService) AppliancesIdChangeChangeIdGet ¶

func (a *ApplianceChangeApiService) AppliancesIdChangeChangeIdGet(ctx context.Context, changeId string, id string) ApiAppliancesIdChangeChangeIdGetRequest

AppliancesIdChangeChangeIdGet Get all change information from an Appliance.

When a change is requested on an appliance it returns a change id. We can use that change id to get information about that change.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param changeId Change id
@param id ID of the object.
@return ApiAppliancesIdChangeChangeIdGetRequest

func (*ApplianceChangeApiService) AppliancesIdChangeChangeIdGetExecute ¶

Execute executes the request

@return AppliancesIdChangeChangeIdGet200Response

type ApplianceCustomization ¶

type ApplianceCustomization struct {
	// ID of the object.
	Id *string `json:"id,omitempty"`
	// Name of the object.
	Name string `json:"name"`
	// Notes for the object. Used for documentation purposes.
	Notes *string `json:"notes,omitempty"`
	// Create date.
	Created *time.Time `json:"created,omitempty"`
	// Last update date.
	Updated *time.Time `json:"updated,omitempty"`
	// Array of tags.
	Tags []string `json:"tags,omitempty"`
	// The Appliance Customization binary in Base64 format.
	File *string `json:"file,omitempty"`
	// SHA256 checksum of the file.
	Checksum *string `json:"checksum,omitempty"`
	// Binary file's size in bytes.
	Size *float32 `json:"size,omitempty"`
}

ApplianceCustomization struct for ApplianceCustomization

func NewApplianceCustomization ¶

func NewApplianceCustomization(name string) *ApplianceCustomization

NewApplianceCustomization instantiates a new ApplianceCustomization object This constructor will assign default values to properties that have it defined, 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 NewApplianceCustomizationWithDefaults ¶

func NewApplianceCustomizationWithDefaults() *ApplianceCustomization

NewApplianceCustomizationWithDefaults instantiates a new ApplianceCustomization object This 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 (*ApplianceCustomization) GetChecksum ¶

func (o *ApplianceCustomization) GetChecksum() string

GetChecksum returns the Checksum field value if set, zero value otherwise.

func (*ApplianceCustomization) GetChecksumOk ¶

func (o *ApplianceCustomization) GetChecksumOk() (*string, bool)

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

func (*ApplianceCustomization) GetCreated ¶

func (o *ApplianceCustomization) GetCreated() time.Time

GetCreated returns the Created field value if set, zero value otherwise.

func (*ApplianceCustomization) GetCreatedOk ¶

func (o *ApplianceCustomization) GetCreatedOk() (*time.Time, bool)

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

func (*ApplianceCustomization) GetFile ¶

func (o *ApplianceCustomization) GetFile() string

GetFile returns the File field value if set, zero value otherwise.

func (*ApplianceCustomization) GetFileOk ¶

func (o *ApplianceCustomization) GetFileOk() (*string, bool)

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

func (*ApplianceCustomization) GetId ¶

func (o *ApplianceCustomization) GetId() string

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

func (*ApplianceCustomization) GetIdOk ¶

func (o *ApplianceCustomization) 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 (*ApplianceCustomization) GetName ¶

func (o *ApplianceCustomization) GetName() string

GetName returns the Name field value

func (*ApplianceCustomization) GetNameOk ¶

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

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

func (*ApplianceCustomization) GetNotes ¶

func (o *ApplianceCustomization) GetNotes() string

GetNotes returns the Notes field value if set, zero value otherwise.

func (*ApplianceCustomization) GetNotesOk ¶

func (o *ApplianceCustomization) GetNotesOk() (*string, bool)

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

func (*ApplianceCustomization) GetSize ¶

func (o *ApplianceCustomization) GetSize() float32

GetSize returns the Size field value if set, zero value otherwise.

func (*ApplianceCustomization) GetSizeOk ¶

func (o *ApplianceCustomization) GetSizeOk() (*float32, bool)

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

func (*ApplianceCustomization) GetTags ¶

func (o *ApplianceCustomization) GetTags() []string

GetTags returns the Tags field value if set, zero value otherwise.

func (*ApplianceCustomization) GetTagsOk ¶

func (o *ApplianceCustomization) GetTagsOk() ([]string, bool)

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

func (*ApplianceCustomization) GetUpdated ¶

func (o *ApplianceCustomization) GetUpdated() time.Time

GetUpdated returns the Updated field value if set, zero value otherwise.

func (*ApplianceCustomization) GetUpdatedOk ¶

func (o *ApplianceCustomization) GetUpdatedOk() (*time.Time, bool)

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

func (*ApplianceCustomization) HasChecksum ¶

func (o *ApplianceCustomization) HasChecksum() bool

HasChecksum returns a boolean if a field has been set.

func (*ApplianceCustomization) HasCreated ¶

func (o *ApplianceCustomization) HasCreated() bool

HasCreated returns a boolean if a field has been set.

func (*ApplianceCustomization) HasFile ¶

func (o *ApplianceCustomization) HasFile() bool

HasFile returns a boolean if a field has been set.

func (*ApplianceCustomization) HasId ¶

func (o *ApplianceCustomization) HasId() bool

HasId returns a boolean if a field has been set.

func (*ApplianceCustomization) HasNotes ¶

func (o *ApplianceCustomization) HasNotes() bool

HasNotes returns a boolean if a field has been set.

func (*ApplianceCustomization) HasSize ¶

func (o *ApplianceCustomization) HasSize() bool

HasSize returns a boolean if a field has been set.

func (*ApplianceCustomization) HasTags ¶

func (o *ApplianceCustomization) HasTags() bool

HasTags returns a boolean if a field has been set.

func (*ApplianceCustomization) HasUpdated ¶

func (o *ApplianceCustomization) HasUpdated() bool

HasUpdated returns a boolean if a field has been set.

func (ApplianceCustomization) MarshalJSON ¶

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

func (*ApplianceCustomization) SetChecksum ¶

func (o *ApplianceCustomization) SetChecksum(v string)

SetChecksum gets a reference to the given string and assigns it to the Checksum field.

func (*ApplianceCustomization) SetCreated ¶

func (o *ApplianceCustomization) SetCreated(v time.Time)

SetCreated gets a reference to the given time.Time and assigns it to the Created field.

func (*ApplianceCustomization) SetFile ¶

func (o *ApplianceCustomization) SetFile(v string)

SetFile gets a reference to the given string and assigns it to the File field.

func (*ApplianceCustomization) SetId ¶

func (o *ApplianceCustomization) SetId(v string)

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

func (*ApplianceCustomization) SetName ¶

func (o *ApplianceCustomization) SetName(v string)

SetName sets field value

func (*ApplianceCustomization) SetNotes ¶

func (o *ApplianceCustomization) SetNotes(v string)

SetNotes gets a reference to the given string and assigns it to the Notes field.

func (*ApplianceCustomization) SetSize ¶

func (o *ApplianceCustomization) SetSize(v float32)

SetSize gets a reference to the given float32 and assigns it to the Size field.

func (*ApplianceCustomization) SetTags ¶

func (o *ApplianceCustomization) SetTags(v []string)

SetTags gets a reference to the given []string and assigns it to the Tags field.

func (*ApplianceCustomization) SetUpdated ¶

func (o *ApplianceCustomization) SetUpdated(v time.Time)

SetUpdated gets a reference to the given time.Time and assigns it to the Updated field.

type ApplianceCustomizationAllOf ¶

type ApplianceCustomizationAllOf struct {
	// The Appliance Customization binary in Base64 format.
	File *string `json:"file,omitempty"`
	// SHA256 checksum of the file.
	Checksum *string `json:"checksum,omitempty"`
	// Binary file's size in bytes.
	Size *float32 `json:"size,omitempty"`
}

ApplianceCustomizationAllOf Represents an Appliance Customization.

func NewApplianceCustomizationAllOf ¶

func NewApplianceCustomizationAllOf() *ApplianceCustomizationAllOf

NewApplianceCustomizationAllOf instantiates a new ApplianceCustomizationAllOf object This constructor will assign default values to properties that have it defined, 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 NewApplianceCustomizationAllOfWithDefaults ¶

func NewApplianceCustomizationAllOfWithDefaults() *ApplianceCustomizationAllOf

NewApplianceCustomizationAllOfWithDefaults instantiates a new ApplianceCustomizationAllOf object This 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 (*ApplianceCustomizationAllOf) GetChecksum ¶

func (o *ApplianceCustomizationAllOf) GetChecksum() string

GetChecksum returns the Checksum field value if set, zero value otherwise.

func (*ApplianceCustomizationAllOf) GetChecksumOk ¶

func (o *ApplianceCustomizationAllOf) GetChecksumOk() (*string, bool)

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

func (*ApplianceCustomizationAllOf) GetFile ¶

func (o *ApplianceCustomizationAllOf) GetFile() string

GetFile returns the File field value if set, zero value otherwise.

func (*ApplianceCustomizationAllOf) GetFileOk ¶

func (o *ApplianceCustomizationAllOf) GetFileOk() (*string, bool)

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

func (*ApplianceCustomizationAllOf) GetSize ¶

func (o *ApplianceCustomizationAllOf) GetSize() float32

GetSize returns the Size field value if set, zero value otherwise.

func (*ApplianceCustomizationAllOf) GetSizeOk ¶

func (o *ApplianceCustomizationAllOf) GetSizeOk() (*float32, bool)

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

func (*ApplianceCustomizationAllOf) HasChecksum ¶

func (o *ApplianceCustomizationAllOf) HasChecksum() bool

HasChecksum returns a boolean if a field has been set.

func (*ApplianceCustomizationAllOf) HasFile ¶

func (o *ApplianceCustomizationAllOf) HasFile() bool

HasFile returns a boolean if a field has been set.

func (*ApplianceCustomizationAllOf) HasSize ¶

func (o *ApplianceCustomizationAllOf) HasSize() bool

HasSize returns a boolean if a field has been set.

func (ApplianceCustomizationAllOf) MarshalJSON ¶

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

func (*ApplianceCustomizationAllOf) SetChecksum ¶

func (o *ApplianceCustomizationAllOf) SetChecksum(v string)

SetChecksum gets a reference to the given string and assigns it to the Checksum field.

func (*ApplianceCustomizationAllOf) SetFile ¶

func (o *ApplianceCustomizationAllOf) SetFile(v string)

SetFile gets a reference to the given string and assigns it to the File field.

func (*ApplianceCustomizationAllOf) SetSize ¶

func (o *ApplianceCustomizationAllOf) SetSize(v float32)

SetSize gets a reference to the given float32 and assigns it to the Size field.

type ApplianceCustomizationList ¶

type ApplianceCustomizationList struct {
	// 'The range applied to the list. Format: -/. 3-5/8 means, out of 8 count (query affects the total), the items between (including) the 3rd and the 5th are returned.'
	Range *string `json:"range,omitempty"`
	// The field name used to sort the list.
	OrderBy *string `json:"orderBy,omitempty"`
	// Whether the sorting is applied descending or ascending.
	Descending *bool `json:"descending,omitempty"`
	// The queries applied to the list.
	Queries []string `json:"queries,omitempty"`
	// The filters applied to the list.
	FilterBy []FilterBy `json:"filterBy,omitempty"`
	// List of Appliance Customizations.
	Data []ApplianceCustomization `json:"data,omitempty"`
}

ApplianceCustomizationList struct for ApplianceCustomizationList

func NewApplianceCustomizationList ¶

func NewApplianceCustomizationList() *ApplianceCustomizationList

NewApplianceCustomizationList instantiates a new ApplianceCustomizationList object This constructor will assign default values to properties that have it defined, 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 NewApplianceCustomizationListWithDefaults ¶

func NewApplianceCustomizationListWithDefaults() *ApplianceCustomizationList

NewApplianceCustomizationListWithDefaults instantiates a new ApplianceCustomizationList object This 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 (*ApplianceCustomizationList) GetData ¶

GetData returns the Data field value if set, zero value otherwise.

func (*ApplianceCustomizationList) GetDataOk ¶

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

func (*ApplianceCustomizationList) GetDescending ¶

func (o *ApplianceCustomizationList) GetDescending() bool

GetDescending returns the Descending field value if set, zero value otherwise.

func (*ApplianceCustomizationList) GetDescendingOk ¶

func (o *ApplianceCustomizationList) GetDescendingOk() (*bool, bool)

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

func (*ApplianceCustomizationList) GetFilterBy ¶

func (o *ApplianceCustomizationList) GetFilterBy() []FilterBy

GetFilterBy returns the FilterBy field value if set, zero value otherwise.

func (*ApplianceCustomizationList) GetFilterByOk ¶

func (o *ApplianceCustomizationList) GetFilterByOk() ([]FilterBy, bool)

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

func (*ApplianceCustomizationList) GetOrderBy ¶

func (o *ApplianceCustomizationList) GetOrderBy() string

GetOrderBy returns the OrderBy field value if set, zero value otherwise.

func (*ApplianceCustomizationList) GetOrderByOk ¶

func (o *ApplianceCustomizationList) GetOrderByOk() (*string, bool)

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

func (*ApplianceCustomizationList) GetQueries ¶

func (o *ApplianceCustomizationList) GetQueries() []string

GetQueries returns the Queries field value if set, zero value otherwise.

func (*ApplianceCustomizationList) GetQueriesOk ¶

func (o *ApplianceCustomizationList) GetQueriesOk() ([]string, bool)

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

func (*ApplianceCustomizationList) GetRange ¶

func (o *ApplianceCustomizationList) GetRange() string

GetRange returns the Range field value if set, zero value otherwise.

func (*ApplianceCustomizationList) GetRangeOk ¶

func (o *ApplianceCustomizationList) GetRangeOk() (*string, bool)

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

func (*ApplianceCustomizationList) HasData ¶

func (o *ApplianceCustomizationList) HasData() bool

HasData returns a boolean if a field has been set.

func (*ApplianceCustomizationList) HasDescending ¶

func (o *ApplianceCustomizationList) HasDescending() bool

HasDescending returns a boolean if a field has been set.

func (*ApplianceCustomizationList) HasFilterBy ¶

func (o *ApplianceCustomizationList) HasFilterBy() bool

HasFilterBy returns a boolean if a field has been set.

func (*ApplianceCustomizationList) HasOrderBy ¶

func (o *ApplianceCustomizationList) HasOrderBy() bool

HasOrderBy returns a boolean if a field has been set.

func (*ApplianceCustomizationList) HasQueries ¶

func (o *ApplianceCustomizationList) HasQueries() bool

HasQueries returns a boolean if a field has been set.

func (*ApplianceCustomizationList) HasRange ¶

func (o *ApplianceCustomizationList) HasRange() bool

HasRange returns a boolean if a field has been set.

func (ApplianceCustomizationList) MarshalJSON ¶

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

func (*ApplianceCustomizationList) SetData ¶

SetData gets a reference to the given []ApplianceCustomization and assigns it to the Data field.

func (*ApplianceCustomizationList) SetDescending ¶

func (o *ApplianceCustomizationList) SetDescending(v bool)

SetDescending gets a reference to the given bool and assigns it to the Descending field.

func (*ApplianceCustomizationList) SetFilterBy ¶

func (o *ApplianceCustomizationList) SetFilterBy(v []FilterBy)

SetFilterBy gets a reference to the given []FilterBy and assigns it to the FilterBy field.

func (*ApplianceCustomizationList) SetOrderBy ¶

func (o *ApplianceCustomizationList) SetOrderBy(v string)

SetOrderBy gets a reference to the given string and assigns it to the OrderBy field.

func (*ApplianceCustomizationList) SetQueries ¶

func (o *ApplianceCustomizationList) SetQueries(v []string)

SetQueries gets a reference to the given []string and assigns it to the Queries field.

func (*ApplianceCustomizationList) SetRange ¶

func (o *ApplianceCustomizationList) SetRange(v string)

SetRange gets a reference to the given string and assigns it to the Range field.

type ApplianceCustomizationListAllOf ¶

type ApplianceCustomizationListAllOf struct {
	// List of Appliance Customizations.
	Data []ApplianceCustomization `json:"data,omitempty"`
}

ApplianceCustomizationListAllOf Represents a list of Appliance Customizations.

func NewApplianceCustomizationListAllOf ¶

func NewApplianceCustomizationListAllOf() *ApplianceCustomizationListAllOf

NewApplianceCustomizationListAllOf instantiates a new ApplianceCustomizationListAllOf object This constructor will assign default values to properties that have it defined, 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 NewApplianceCustomizationListAllOfWithDefaults ¶

func NewApplianceCustomizationListAllOfWithDefaults() *ApplianceCustomizationListAllOf

NewApplianceCustomizationListAllOfWithDefaults instantiates a new ApplianceCustomizationListAllOf object This 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 (*ApplianceCustomizationListAllOf) GetData ¶

GetData returns the Data field value if set, zero value otherwise.

func (*ApplianceCustomizationListAllOf) GetDataOk ¶

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

func (*ApplianceCustomizationListAllOf) HasData ¶

HasData returns a boolean if a field has been set.

func (ApplianceCustomizationListAllOf) MarshalJSON ¶

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

func (*ApplianceCustomizationListAllOf) SetData ¶

SetData gets a reference to the given []ApplianceCustomization and assigns it to the Data field.

type ApplianceCustomizationsApiService ¶

type ApplianceCustomizationsApiService service

ApplianceCustomizationsApiService ApplianceCustomizationsApi service

func (*ApplianceCustomizationsApiService) ApplianceCustomizationsGet ¶

ApplianceCustomizationsGet List all Appliance Customizations.

List all Appliance Customizations visible to current user.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiApplianceCustomizationsGetRequest

func (*ApplianceCustomizationsApiService) ApplianceCustomizationsGetExecute ¶

Execute executes the request

@return ApplianceCustomizationList

func (*ApplianceCustomizationsApiService) ApplianceCustomizationsIdDelete ¶

ApplianceCustomizationsIdDelete Delete a specific Appliance Customization.

Delete a specific Appliance Customization.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id ID of the object.
@return ApiApplianceCustomizationsIdDeleteRequest

func (*ApplianceCustomizationsApiService) ApplianceCustomizationsIdDeleteExecute ¶

func (a *ApplianceCustomizationsApiService) ApplianceCustomizationsIdDeleteExecute(r ApiApplianceCustomizationsIdDeleteRequest) (*http.Response, error)

Execute executes the request

func (*ApplianceCustomizationsApiService) ApplianceCustomizationsIdGet ¶

ApplianceCustomizationsIdGet Get a specific Appliance Customization.

Get a specific Appliance Customization.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id ID of the object.
@return ApiApplianceCustomizationsIdGetRequest

func (*ApplianceCustomizationsApiService) ApplianceCustomizationsIdGetExecute ¶

Execute executes the request

@return ApplianceCustomization

func (*ApplianceCustomizationsApiService) ApplianceCustomizationsIdPut ¶

ApplianceCustomizationsIdPut Update an existing Appliance Customization.

Update an existing Appliance Customization.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id ID of the object.
@return ApiApplianceCustomizationsIdPutRequest

func (*ApplianceCustomizationsApiService) ApplianceCustomizationsIdPutExecute ¶

Execute executes the request

@return ApplianceCustomization

func (*ApplianceCustomizationsApiService) ApplianceCustomizationsPost ¶

ApplianceCustomizationsPost Create a new Appliance Customization.

Create a new Appliance Customization.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiApplianceCustomizationsPostRequest

func (*ApplianceCustomizationsApiService) ApplianceCustomizationsPostExecute ¶

Execute executes the request

@return ApplianceCustomization

type ApplianceList ¶

type ApplianceList struct {
	// 'The range applied to the list. Format: -/. 3-5/8 means, out of 8 count (query affects the total), the items between (including) the 3rd and the 5th are returned.'
	Range *string `json:"range,omitempty"`
	// The field name used to sort the list.
	OrderBy *string `json:"orderBy,omitempty"`
	// Whether the sorting is applied descending or ascending.
	Descending *bool `json:"descending,omitempty"`
	// The queries applied to the list.
	Queries []string `json:"queries,omitempty"`
	// The filters applied to the list.
	FilterBy []FilterBy `json:"filterBy,omitempty"`
	// List of Appliances.
	Data []Appliance `json:"data,omitempty"`
}

ApplianceList struct for ApplianceList

func NewApplianceList ¶

func NewApplianceList() *ApplianceList

NewApplianceList instantiates a new ApplianceList object This constructor will assign default values to properties that have it defined, 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 NewApplianceListWithDefaults ¶

func NewApplianceListWithDefaults() *ApplianceList

NewApplianceListWithDefaults instantiates a new ApplianceList object This 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 (*ApplianceList) GetData ¶

func (o *ApplianceList) GetData() []Appliance

GetData returns the Data field value if set, zero value otherwise.

func (*ApplianceList) GetDataOk ¶

func (o *ApplianceList) GetDataOk() ([]Appliance, bool)

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

func (*ApplianceList) GetDescending ¶

func (o *ApplianceList) GetDescending() bool

GetDescending returns the Descending field value if set, zero value otherwise.

func (*ApplianceList) GetDescendingOk ¶

func (o *ApplianceList) GetDescendingOk() (*bool, bool)

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

func (*ApplianceList) GetFilterBy ¶

func (o *ApplianceList) GetFilterBy() []FilterBy

GetFilterBy returns the FilterBy field value if set, zero value otherwise.

func (*ApplianceList) GetFilterByOk ¶

func (o *ApplianceList) GetFilterByOk() ([]FilterBy, bool)

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

func (*ApplianceList) GetOrderBy ¶

func (o *ApplianceList) GetOrderBy() string

GetOrderBy returns the OrderBy field value if set, zero value otherwise.

func (*ApplianceList) GetOrderByOk ¶

func (o *ApplianceList) GetOrderByOk() (*string, bool)

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

func (*ApplianceList) GetQueries ¶

func (o *ApplianceList) GetQueries() []string

GetQueries returns the Queries field value if set, zero value otherwise.

func (*ApplianceList) GetQueriesOk ¶

func (o *ApplianceList) GetQueriesOk() ([]string, bool)

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

func (*ApplianceList) GetRange ¶

func (o *ApplianceList) GetRange() string

GetRange returns the Range field value if set, zero value otherwise.

func (*ApplianceList) GetRangeOk ¶

func (o *ApplianceList) GetRangeOk() (*string, bool)

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

func (*ApplianceList) HasData ¶

func (o *ApplianceList) HasData() bool

HasData returns a boolean if a field has been set.

func (*ApplianceList) HasDescending ¶

func (o *ApplianceList) HasDescending() bool

HasDescending returns a boolean if a field has been set.

func (*ApplianceList) HasFilterBy ¶

func (o *ApplianceList) HasFilterBy() bool

HasFilterBy returns a boolean if a field has been set.

func (*ApplianceList) HasOrderBy ¶

func (o *ApplianceList) HasOrderBy() bool

HasOrderBy returns a boolean if a field has been set.

func (*ApplianceList) HasQueries ¶

func (o *ApplianceList) HasQueries() bool

HasQueries returns a boolean if a field has been set.

func (*ApplianceList) HasRange ¶

func (o *ApplianceList) HasRange() bool

HasRange returns a boolean if a field has been set.

func (ApplianceList) MarshalJSON ¶

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

func (*ApplianceList) SetData ¶

func (o *ApplianceList) SetData(v []Appliance)

SetData gets a reference to the given []Appliance and assigns it to the Data field.

func (*ApplianceList) SetDescending ¶

func (o *ApplianceList) SetDescending(v bool)

SetDescending gets a reference to the given bool and assigns it to the Descending field.

func (*ApplianceList) SetFilterBy ¶

func (o *ApplianceList) SetFilterBy(v []FilterBy)

SetFilterBy gets a reference to the given []FilterBy and assigns it to the FilterBy field.

func (*ApplianceList) SetOrderBy ¶

func (o *ApplianceList) SetOrderBy(v string)

SetOrderBy gets a reference to the given string and assigns it to the OrderBy field.

func (*ApplianceList) SetQueries ¶

func (o *ApplianceList) SetQueries(v []string)

SetQueries gets a reference to the given []string and assigns it to the Queries field.

func (*ApplianceList) SetRange ¶

func (o *ApplianceList) SetRange(v string)

SetRange gets a reference to the given string and assigns it to the Range field.

type ApplianceListAllOf ¶

type ApplianceListAllOf struct {
	// List of Appliances.
	Data []Appliance `json:"data,omitempty"`
}

ApplianceListAllOf Represents a list of Appliances.

func NewApplianceListAllOf ¶

func NewApplianceListAllOf() *ApplianceListAllOf

NewApplianceListAllOf instantiates a new ApplianceListAllOf object This constructor will assign default values to properties that have it defined, 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 NewApplianceListAllOfWithDefaults ¶

func NewApplianceListAllOfWithDefaults() *ApplianceListAllOf

NewApplianceListAllOfWithDefaults instantiates a new ApplianceListAllOf object This 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 (*ApplianceListAllOf) GetData ¶

func (o *ApplianceListAllOf) GetData() []Appliance

GetData returns the Data field value if set, zero value otherwise.

func (*ApplianceListAllOf) GetDataOk ¶

func (o *ApplianceListAllOf) GetDataOk() ([]Appliance, bool)

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

func (*ApplianceListAllOf) HasData ¶

func (o *ApplianceListAllOf) HasData() bool

HasData returns a boolean if a field has been set.

func (ApplianceListAllOf) MarshalJSON ¶

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

func (*ApplianceListAllOf) SetData ¶

func (o *ApplianceListAllOf) SetData(v []Appliance)

SetData gets a reference to the given []Appliance and assigns it to the Data field.

type ApplianceMaintenanceApiService ¶

type ApplianceMaintenanceApiService service

ApplianceMaintenanceApiService ApplianceMaintenanceApi service

func (*ApplianceMaintenanceApiService) AppliancesIdMaintenancePost ¶

AppliancesIdMaintenancePost Enable or disable maintenance mode on Appliance

Enable or disable maintenance mode on Appliance An appliance in maintenance mode won't allow to perform POST, PUT, PATCH or DELETE methods.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id ID of the object.
@return ApiAppliancesIdMaintenancePostRequest

func (*ApplianceMaintenanceApiService) AppliancesIdMaintenancePostExecute ¶

Execute executes the request

@return AppliancesIdMaintenancePost202Response

type ApplianceMetricsApiService ¶

type ApplianceMetricsApiService service

ApplianceMetricsApiService ApplianceMetricsApi service

func (*ApplianceMetricsApiService) AppliancesIdMetricsGet ¶

AppliancesIdMetricsGet Get all the Prometheus metrics for an Appliance.

Get all the Prometheus metrics for the given Appliance. This API call must be made with **Accept** header of **application/vnd.appgate.peer-v18+text** as it returns plain text instead of JSON.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id ID of the object.
@return ApiAppliancesIdMetricsGetRequest

func (*ApplianceMetricsApiService) AppliancesIdMetricsGetExecute ¶

func (a *ApplianceMetricsApiService) AppliancesIdMetricsGetExecute(r ApiAppliancesIdMetricsGetRequest) (string, *http.Response, error)

Execute executes the request

@return string

func (*ApplianceMetricsApiService) AppliancesIdMetricsNameGet ¶

func (a *ApplianceMetricsApiService) AppliancesIdMetricsNameGet(ctx context.Context, id string, name string) ApiAppliancesIdMetricsNameGetRequest

AppliancesIdMetricsNameGet Get a specific Prometheus metric for an Appliance.

Get a specific Prometheus metrics for the given Appliance. This API call must be made with **Accept** header of **application/vnd.appgate.peer-v18+text** as it returns plain text instead of JSON.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id ID of the object.
@param name Metric name
@return ApiAppliancesIdMetricsNameGetRequest

func (*ApplianceMetricsApiService) AppliancesIdMetricsNameGetExecute ¶

func (a *ApplianceMetricsApiService) AppliancesIdMetricsNameGetExecute(r ApiAppliancesIdMetricsNameGetRequest) (string, *http.Response, error)

Execute executes the request

@return string

type ApplianceRole ¶

type ApplianceRole struct {
	// Status of the role.
	Status *string `json:"status,omitempty"`
	// Optional details for extra information like error messages.
	Details *string `json:"details,omitempty"`
}

ApplianceRole Status of the given role for an Appliance.

func NewApplianceRole ¶

func NewApplianceRole() *ApplianceRole

NewApplianceRole instantiates a new ApplianceRole object This constructor will assign default values to properties that have it defined, 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 NewApplianceRoleWithDefaults ¶

func NewApplianceRoleWithDefaults() *ApplianceRole

NewApplianceRoleWithDefaults instantiates a new ApplianceRole object This 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 (*ApplianceRole) GetDetails ¶

func (o *ApplianceRole) GetDetails() string

GetDetails returns the Details field value if set, zero value otherwise.

func (*ApplianceRole) GetDetailsOk ¶

func (o *ApplianceRole) GetDetailsOk() (*string, bool)

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

func (*ApplianceRole) GetStatus ¶

func (o *ApplianceRole) GetStatus() string

GetStatus returns the Status field value if set, zero value otherwise.

func (*ApplianceRole) GetStatusOk ¶

func (o *ApplianceRole) GetStatusOk() (*string, bool)

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

func (*ApplianceRole) HasDetails ¶

func (o *ApplianceRole) HasDetails() bool

HasDetails returns a boolean if a field has been set.

func (*ApplianceRole) HasStatus ¶

func (o *ApplianceRole) HasStatus() bool

HasStatus returns a boolean if a field has been set.

func (ApplianceRole) MarshalJSON ¶

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

func (*ApplianceRole) SetDetails ¶

func (o *ApplianceRole) SetDetails(v string)

SetDetails gets a reference to the given string and assigns it to the Details field.

func (*ApplianceRole) SetStatus ¶

func (o *ApplianceRole) SetStatus(v string)

SetStatus gets a reference to the given string and assigns it to the Status field.

type ApplianceSeedISO ¶

type ApplianceSeedISO struct {
	// The ISO file in base64 format. Response must be Base64 decoded and saved as an ISO file.
	Iso *string `json:"iso,omitempty"`
}

ApplianceSeedISO The ISO file blob in JSON.

func NewApplianceSeedISO ¶

func NewApplianceSeedISO() *ApplianceSeedISO

NewApplianceSeedISO instantiates a new ApplianceSeedISO object This constructor will assign default values to properties that have it defined, 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 NewApplianceSeedISOWithDefaults ¶

func NewApplianceSeedISOWithDefaults() *ApplianceSeedISO

NewApplianceSeedISOWithDefaults instantiates a new ApplianceSeedISO object This 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 (*ApplianceSeedISO) GetIso ¶

func (o *ApplianceSeedISO) GetIso() string

GetIso returns the Iso field value if set, zero value otherwise.

func (*ApplianceSeedISO) GetIsoOk ¶

func (o *ApplianceSeedISO) GetIsoOk() (*string, bool)

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

func (*ApplianceSeedISO) HasIso ¶

func (o *ApplianceSeedISO) HasIso() bool

HasIso returns a boolean if a field has been set.

func (ApplianceSeedISO) MarshalJSON ¶

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

func (*ApplianceSeedISO) SetIso ¶

func (o *ApplianceSeedISO) SetIso(v string)

SetIso gets a reference to the given string and assigns it to the Iso field.

type ApplianceStatsApiService ¶

type ApplianceStatsApiService service

ApplianceStatsApiService ApplianceStatsApi service

func (*ApplianceStatsApiService) StatsAppliancesGet ¶

StatsAppliancesGet Get Appliance Stats.

Get Stats and status of the active appliances. This API makes the controller to query every active appliance for status. The operation may take long if one or more appliances take long to respond.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiStatsAppliancesGetRequest

func (*ApplianceStatsApiService) StatsAppliancesGetExecute ¶

Execute executes the request

@return StatsAppliancesList

type ApplianceUpgrade ¶

type ApplianceUpgrade struct {
	// Disclaimer of Warranty - internal use only. This is not a supported property. Use the development keyring to verify the upgrade image.
	DevKeyring *bool `json:"devKeyring,omitempty"`
	// The URL for the Appliance the download the Upgrade image from. The URL may be a public HTTP URL or it could be a file uploaded to the Controller. See \"files\" APIs for uploading to Controller. In order to use a Controller based file, set this field to \"controller://\\<controller-peer-hostname:port\\>/{filename}\". The Appliance will authenticate itself to the Controller and download the file.
	ImageUrl string `json:"imageUrl"`
}

ApplianceUpgrade Appliance Upgrade request.

func NewApplianceUpgrade ¶

func NewApplianceUpgrade(imageUrl string) *ApplianceUpgrade

NewApplianceUpgrade instantiates a new ApplianceUpgrade object This constructor will assign default values to properties that have it defined, 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 NewApplianceUpgradeWithDefaults ¶

func NewApplianceUpgradeWithDefaults() *ApplianceUpgrade

NewApplianceUpgradeWithDefaults instantiates a new ApplianceUpgrade object This 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 (*ApplianceUpgrade) GetDevKeyring ¶

func (o *ApplianceUpgrade) GetDevKeyring() bool

GetDevKeyring returns the DevKeyring field value if set, zero value otherwise.

func (*ApplianceUpgrade) GetDevKeyringOk ¶

func (o *ApplianceUpgrade) GetDevKeyringOk() (*bool, bool)

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

func (*ApplianceUpgrade) GetImageUrl ¶

func (o *ApplianceUpgrade) GetImageUrl() string

GetImageUrl returns the ImageUrl field value

func (*ApplianceUpgrade) GetImageUrlOk ¶

func (o *ApplianceUpgrade) GetImageUrlOk() (*string, bool)

GetImageUrlOk returns a tuple with the ImageUrl field value and a boolean to check if the value has been set.

func (*ApplianceUpgrade) HasDevKeyring ¶

func (o *ApplianceUpgrade) HasDevKeyring() bool

HasDevKeyring returns a boolean if a field has been set.

func (ApplianceUpgrade) MarshalJSON ¶

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

func (*ApplianceUpgrade) SetDevKeyring ¶

func (o *ApplianceUpgrade) SetDevKeyring(v bool)

SetDevKeyring gets a reference to the given bool and assigns it to the DevKeyring field.

func (*ApplianceUpgrade) SetImageUrl ¶

func (o *ApplianceUpgrade) SetImageUrl(v string)

SetImageUrl sets field value

type ApplianceUpgradeApiService ¶

type ApplianceUpgradeApiService service

ApplianceUpgradeApiService ApplianceUpgradeApi service

func (*ApplianceUpgradeApiService) AppliancesIdUpgradeCompletePost ¶

AppliancesIdUpgradeCompletePost Install the prepared Appliance Upgrade.

Install the downloaded to Upgrade image to the other partition. This will stop the Controller and other services which may be affected by the Upgrade. "GET appliances/{id}/upgrade" must return "status":"ready" before accepting the complete command. The progress can be followed by polling the appliance via "GET appliances/{id}/upgrade". Unless "switchPartition" field is sent as true, the appliance will stay in the same partition, waiting for the "POST appliances/{id}/switch-partition" request to finalize the Upgrade.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id ID of the object.
@return ApiAppliancesIdUpgradeCompletePostRequest

func (*ApplianceUpgradeApiService) AppliancesIdUpgradeCompletePostExecute ¶

Execute executes the request

@return ApplianceUpgradeInternal

func (*ApplianceUpgradeApiService) AppliancesIdUpgradeDelete ¶

AppliancesIdUpgradeDelete Cancel an Appliance Upgrade.

Cancel an Appliance Upgrade. The request is rejected if 'GET appliances/{id}/upgrade' returns '"status":"installing"'.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id ID of the object.
@return ApiAppliancesIdUpgradeDeleteRequest

func (*ApplianceUpgradeApiService) AppliancesIdUpgradeDeleteExecute ¶

func (a *ApplianceUpgradeApiService) AppliancesIdUpgradeDeleteExecute(r ApiAppliancesIdUpgradeDeleteRequest) (*http.Response, error)

Execute executes the request

func (*ApplianceUpgradeApiService) AppliancesIdUpgradeGet ¶

AppliancesIdUpgradeGet Get the status of an Appliance Upgrade.

Get the status of an Appliance Upgrade.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id ID of the object.
@return ApiAppliancesIdUpgradeGetRequest

func (*ApplianceUpgradeApiService) AppliancesIdUpgradeGetExecute ¶

Execute executes the request

@return AppliancesIdUpgradeDelete200Response

func (*ApplianceUpgradeApiService) AppliancesIdUpgradePost ¶

AppliancesIdUpgradePost Initiate an Appliance Upgrade.

Initiate an Appliance Upgrade. This API call does what "prepare", "complete" and "switchPartition" API calls do all at once. "GET appliances/{id}/upgrade" must return "status":"idle|failed" before accepting the complete command. The progress can be followed by by polling the appliance via "GET appliances/{id}/upgrade".

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id ID of the object.
@return ApiAppliancesIdUpgradePostRequest

func (*ApplianceUpgradeApiService) AppliancesIdUpgradePostExecute ¶

Execute executes the request

@return ApplianceUpgradeInternal

func (*ApplianceUpgradeApiService) AppliancesIdUpgradePreparePost ¶

AppliancesIdUpgradePreparePost Prepare an Appliance Upgrade.

Prepare an Appliance Upgrade. Appliance will download the Upgrade image and wait for the "complete" call before starting the Upgrade. The appliance will be functional until the "complete" call is made. "GET appliances/{id}/upgrade" must return "status":"idle|failed" before accepting the complete command. The progress can be followed by polling the appliance via "GET appliances/{id}/upgrade".

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id ID of the object.
@return ApiAppliancesIdUpgradePreparePostRequest

func (*ApplianceUpgradeApiService) AppliancesIdUpgradePreparePostExecute ¶

Execute executes the request

@return ApplianceUpgradeInternal

func (*ApplianceUpgradeApiService) AppliancesIdUpgradeSwitchPartitionPost ¶

func (a *ApplianceUpgradeApiService) AppliancesIdUpgradeSwitchPartitionPost(ctx context.Context, id string) ApiAppliancesIdUpgradeSwitchPartitionPostRequest

AppliancesIdUpgradeSwitchPartitionPost Switch partition on the Appliance for completing upgrade.

Reboot and switch partition on the appliance to finalize the Upgrade. "GET appliances/{id}/upgrade" must return "status":"success" before accepting the complete command. Since the appliance will be rebooted, the status cannot be queried directly. The Upgrade Script utilizes the Appliance Status dashboard APIs to verify the status after this.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id ID of the object.
@return ApiAppliancesIdUpgradeSwitchPartitionPostRequest

func (*ApplianceUpgradeApiService) AppliancesIdUpgradeSwitchPartitionPostExecute ¶

Execute executes the request

@return ApplianceUpgradeInternal

func (*ApplianceUpgradeApiService) FilesFilenameDelete ¶

func (a *ApplianceUpgradeApiService) FilesFilenameDelete(ctx context.Context, filename string) ApiFilesFilenameDeleteRequest

FilesFilenameDelete Delete a File.

Delete a File from the current Controller.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param filename The filename as it's uploaded to the Controller.
@return ApiFilesFilenameDeleteRequest

func (*ApplianceUpgradeApiService) FilesFilenameDeleteExecute ¶

func (a *ApplianceUpgradeApiService) FilesFilenameDeleteExecute(r ApiFilesFilenameDeleteRequest) (*http.Response, error)

Execute executes the request

func (*ApplianceUpgradeApiService) FilesFilenameGet ¶

func (a *ApplianceUpgradeApiService) FilesFilenameGet(ctx context.Context, filename string) ApiFilesFilenameGetRequest

FilesFilenameGet Get the status of a File.

Get the status of a File uploaded to the current Controller.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param filename The filename as it's uploaded to the Controller.
@return ApiFilesFilenameGetRequest

func (*ApplianceUpgradeApiService) FilesFilenameGetExecute ¶

func (a *ApplianceUpgradeApiService) FilesFilenameGetExecute(r ApiFilesFilenameGetRequest) (*File, *http.Response, error)

Execute executes the request

@return File

func (*ApplianceUpgradeApiService) FilesGet ¶

FilesGet List all Files.

List all Files uploaded to the current Controller and their details.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiFilesGetRequest

func (*ApplianceUpgradeApiService) FilesGetExecute ¶

Execute executes the request

@return FileList

func (*ApplianceUpgradeApiService) FilesPost ¶

FilesPost Make Controller download a File from a given URL.

Make the current Controller download a File from a given URL. Note that the File is downloaded and stored only on the current Controller, not synced between Controllers.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiFilesPostRequest

func (*ApplianceUpgradeApiService) FilesPostExecute ¶

Execute executes the request

func (*ApplianceUpgradeApiService) FilesPut ¶

FilesPut Upload a File directly to the Controller.

Upload a File directly to the current Controller. Note that the File is stored only on the current Controller, not synced between Controllers.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiFilesPutRequest

func (*ApplianceUpgradeApiService) FilesPutExecute ¶

Execute executes the request

type ApplianceUpgradeInternal ¶

type ApplianceUpgradeInternal struct {
	// Internal Upgrade ID for the appliance.
	Id *string `json:"id,omitempty"`
}

ApplianceUpgradeInternal Internal Upgrade initiation details.

func NewApplianceUpgradeInternal ¶

func NewApplianceUpgradeInternal() *ApplianceUpgradeInternal

NewApplianceUpgradeInternal instantiates a new ApplianceUpgradeInternal object This constructor will assign default values to properties that have it defined, 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 NewApplianceUpgradeInternalWithDefaults ¶

func NewApplianceUpgradeInternalWithDefaults() *ApplianceUpgradeInternal

NewApplianceUpgradeInternalWithDefaults instantiates a new ApplianceUpgradeInternal object This 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 (*ApplianceUpgradeInternal) GetId ¶

func (o *ApplianceUpgradeInternal) GetId() string

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

func (*ApplianceUpgradeInternal) GetIdOk ¶

func (o *ApplianceUpgradeInternal) 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 (*ApplianceUpgradeInternal) HasId ¶

func (o *ApplianceUpgradeInternal) HasId() bool

HasId returns a boolean if a field has been set.

func (ApplianceUpgradeInternal) MarshalJSON ¶

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

func (*ApplianceUpgradeInternal) SetId ¶

func (o *ApplianceUpgradeInternal) SetId(v string)

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

type ApplianceWithSessionsRole ¶

type ApplianceWithSessionsRole struct {
	// Status of the role.
	Status *string `json:"status,omitempty"`
	// Optional details for extra information like error messages.
	Details *string `json:"details,omitempty"`
	// Number of active sessions on the Gateway or Portal.
	NumberOfSessions *int32 `json:"numberOfSessions,omitempty"`
}

ApplianceWithSessionsRole struct for ApplianceWithSessionsRole

func NewApplianceWithSessionsRole ¶

func NewApplianceWithSessionsRole() *ApplianceWithSessionsRole

NewApplianceWithSessionsRole instantiates a new ApplianceWithSessionsRole object This constructor will assign default values to properties that have it defined, 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 NewApplianceWithSessionsRoleWithDefaults ¶

func NewApplianceWithSessionsRoleWithDefaults() *ApplianceWithSessionsRole

NewApplianceWithSessionsRoleWithDefaults instantiates a new ApplianceWithSessionsRole object This 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 (*ApplianceWithSessionsRole) GetDetails ¶

func (o *ApplianceWithSessionsRole) GetDetails() string

GetDetails returns the Details field value if set, zero value otherwise.

func (*ApplianceWithSessionsRole) GetDetailsOk ¶

func (o *ApplianceWithSessionsRole) GetDetailsOk() (*string, bool)

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

func (*ApplianceWithSessionsRole) GetNumberOfSessions ¶

func (o *ApplianceWithSessionsRole) GetNumberOfSessions() int32

GetNumberOfSessions returns the NumberOfSessions field value if set, zero value otherwise.

func (*ApplianceWithSessionsRole) GetNumberOfSessionsOk ¶

func (o *ApplianceWithSessionsRole) GetNumberOfSessionsOk() (*int32, bool)

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

func (*ApplianceWithSessionsRole) GetStatus ¶

func (o *ApplianceWithSessionsRole) GetStatus() string

GetStatus returns the Status field value if set, zero value otherwise.

func (*ApplianceWithSessionsRole) GetStatusOk ¶

func (o *ApplianceWithSessionsRole) GetStatusOk() (*string, bool)

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

func (*ApplianceWithSessionsRole) HasDetails ¶

func (o *ApplianceWithSessionsRole) HasDetails() bool

HasDetails returns a boolean if a field has been set.

func (*ApplianceWithSessionsRole) HasNumberOfSessions ¶

func (o *ApplianceWithSessionsRole) HasNumberOfSessions() bool

HasNumberOfSessions returns a boolean if a field has been set.

func (*ApplianceWithSessionsRole) HasStatus ¶

func (o *ApplianceWithSessionsRole) HasStatus() bool

HasStatus returns a boolean if a field has been set.

func (ApplianceWithSessionsRole) MarshalJSON ¶

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

func (*ApplianceWithSessionsRole) SetDetails ¶

func (o *ApplianceWithSessionsRole) SetDetails(v string)

SetDetails gets a reference to the given string and assigns it to the Details field.

func (*ApplianceWithSessionsRole) SetNumberOfSessions ¶

func (o *ApplianceWithSessionsRole) SetNumberOfSessions(v int32)

SetNumberOfSessions gets a reference to the given int32 and assigns it to the NumberOfSessions field.

func (*ApplianceWithSessionsRole) SetStatus ¶

func (o *ApplianceWithSessionsRole) SetStatus(v string)

SetStatus gets a reference to the given string and assigns it to the Status field.

type ApplianceWithSessionsRoleAllOf ¶

type ApplianceWithSessionsRoleAllOf struct {
	// Number of active sessions on the Gateway or Portal.
	NumberOfSessions *int32 `json:"numberOfSessions,omitempty"`
}

ApplianceWithSessionsRoleAllOf struct for ApplianceWithSessionsRoleAllOf

func NewApplianceWithSessionsRoleAllOf ¶

func NewApplianceWithSessionsRoleAllOf() *ApplianceWithSessionsRoleAllOf

NewApplianceWithSessionsRoleAllOf instantiates a new ApplianceWithSessionsRoleAllOf object This constructor will assign default values to properties that have it defined, 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 NewApplianceWithSessionsRoleAllOfWithDefaults ¶

func NewApplianceWithSessionsRoleAllOfWithDefaults() *ApplianceWithSessionsRoleAllOf

NewApplianceWithSessionsRoleAllOfWithDefaults instantiates a new ApplianceWithSessionsRoleAllOf object This 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 (*ApplianceWithSessionsRoleAllOf) GetNumberOfSessions ¶

func (o *ApplianceWithSessionsRoleAllOf) GetNumberOfSessions() int32

GetNumberOfSessions returns the NumberOfSessions field value if set, zero value otherwise.

func (*ApplianceWithSessionsRoleAllOf) GetNumberOfSessionsOk ¶

func (o *ApplianceWithSessionsRoleAllOf) GetNumberOfSessionsOk() (*int32, bool)

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

func (*ApplianceWithSessionsRoleAllOf) HasNumberOfSessions ¶

func (o *ApplianceWithSessionsRoleAllOf) HasNumberOfSessions() bool

HasNumberOfSessions returns a boolean if a field has been set.

func (ApplianceWithSessionsRoleAllOf) MarshalJSON ¶

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

func (*ApplianceWithSessionsRoleAllOf) SetNumberOfSessions ¶

func (o *ApplianceWithSessionsRoleAllOf) SetNumberOfSessions(v int32)

SetNumberOfSessions gets a reference to the given int32 and assigns it to the NumberOfSessions field.

type AppliancesApiService ¶

type AppliancesApiService service

AppliancesApiService AppliancesApi service

func (*AppliancesApiService) AppliancesForceDisableControllersPost ¶

func (a *AppliancesApiService) AppliancesForceDisableControllersPost(ctx context.Context) ApiAppliancesForceDisableControllersPostRequest

AppliancesForceDisableControllersPost Forcefully disables one or more Controller functions.

This API is supposed to be used when one or more Controller functions cannot be removed either because the Appliances are unresponsive or database status is not fixable. Use of the API by itself is not recommended. Use sdpctl instead.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiAppliancesForceDisableControllersPostRequest

func (*AppliancesApiService) AppliancesForceDisableControllersPostExecute ¶

Execute executes the request

@return AppliancesForceDisableControllersPost200Response

func (*AppliancesApiService) AppliancesGet ¶

AppliancesGet List all Appliances.

List all Appliances visible to current user.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiAppliancesGetRequest

func (*AppliancesApiService) AppliancesGetExecute ¶

Execute executes the request

@return ApplianceList

func (*AppliancesApiService) AppliancesIdAdminInterfaceP12Post ¶

func (a *AppliancesApiService) AppliancesIdAdminInterfaceP12Post(ctx context.Context, id string) ApiAppliancesIdAdminInterfaceP12PostRequest

AppliancesIdAdminInterfaceP12Post Upload and apply HTTPS certificate on the admin interface of an active Appliance.

Upload and apply HTTPS certificate on the admin interface of an active Appliance. Deprecated as of 5.4. Use adminInterface.httpsP12 field instead.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id ID of the object.
@return ApiAppliancesIdAdminInterfaceP12PostRequest

Deprecated

func (*AppliancesApiService) AppliancesIdAdminInterfaceP12PostExecute ¶

func (a *AppliancesApiService) AppliancesIdAdminInterfaceP12PostExecute(r ApiAppliancesIdAdminInterfaceP12PostRequest) (*http.Response, error)

Execute executes the request Deprecated

func (*AppliancesApiService) AppliancesIdCommandDigPost ¶

func (a *AppliancesApiService) AppliancesIdCommandDigPost(ctx context.Context, id string) ApiAppliancesIdCommandDigPostRequest

AppliancesIdCommandDigPost Runs dig command on an Appliance

Run dig command on an Appliance. This API call must be made with **Accept** header of **application/vnd.appgate.com.peer-v18+text** as it returns plain text instead of JSON.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id ID of the object.
@return ApiAppliancesIdCommandDigPostRequest

func (*AppliancesApiService) AppliancesIdCommandDigPostExecute ¶

func (a *AppliancesApiService) AppliancesIdCommandDigPostExecute(r ApiAppliancesIdCommandDigPostRequest) (string, *http.Response, error)

Execute executes the request

@return string

func (*AppliancesApiService) AppliancesIdCommandNetcatPost ¶

func (a *AppliancesApiService) AppliancesIdCommandNetcatPost(ctx context.Context, id string) ApiAppliancesIdCommandNetcatPostRequest

AppliancesIdCommandNetcatPost Runs netcat command on an Appliance

Run netcat command on an Appliance. This API call must be made with **Accept** header of **application/vnd.appgate.com.peer-v18+text** as it returns plain text instead of JSON.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id ID of the object.
@return ApiAppliancesIdCommandNetcatPostRequest

func (*AppliancesApiService) AppliancesIdCommandNetcatPostExecute ¶

func (a *AppliancesApiService) AppliancesIdCommandNetcatPostExecute(r ApiAppliancesIdCommandNetcatPostRequest) (string, *http.Response, error)

Execute executes the request

@return string

func (*AppliancesApiService) AppliancesIdCommandPingPost ¶

func (a *AppliancesApiService) AppliancesIdCommandPingPost(ctx context.Context, id string) ApiAppliancesIdCommandPingPostRequest

AppliancesIdCommandPingPost Runs ICMP ping command on an Appliance.

Runs ICMP ping command on an Appliance. This API call must be made with **Accept** header of **application/vnd.appgate.peer-v18+text** as it returns plain text instead of JSON.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id ID of the object.
@return ApiAppliancesIdCommandPingPostRequest

func (*AppliancesApiService) AppliancesIdCommandPingPostExecute ¶

func (a *AppliancesApiService) AppliancesIdCommandPingPostExecute(r ApiAppliancesIdCommandPingPostRequest) (string, *http.Response, error)

Execute executes the request

@return string

func (*AppliancesApiService) AppliancesIdCommandTcpdumpPost ¶

func (a *AppliancesApiService) AppliancesIdCommandTcpdumpPost(ctx context.Context, id string) ApiAppliancesIdCommandTcpdumpPostRequest

AppliancesIdCommandTcpdumpPost Runs tcpdump command on an Appliance.

Runs tcpdump command on an Appliance. This API call must be made with **Accept** header of **application/vnd.appgate.peer-v18+text** as it returns plain text instead of JSON.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id ID of the object.
@return ApiAppliancesIdCommandTcpdumpPostRequest

func (*AppliancesApiService) AppliancesIdCommandTcpdumpPostExecute ¶

func (a *AppliancesApiService) AppliancesIdCommandTcpdumpPostExecute(r ApiAppliancesIdCommandTcpdumpPostRequest) (string, *http.Response, error)

Execute executes the request

@return string

func (*AppliancesApiService) AppliancesIdDeactivatePost ¶

func (a *AppliancesApiService) AppliancesIdDeactivatePost(ctx context.Context, id string) ApiAppliancesIdDeactivatePostRequest

AppliancesIdDeactivatePost Deactivate an active Appliance.

Deactivate an active Appliance. If the appliance is still reachable, it will get a wipe command.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id ID of the object.
@return ApiAppliancesIdDeactivatePostRequest

func (*AppliancesApiService) AppliancesIdDeactivatePostExecute ¶

func (a *AppliancesApiService) AppliancesIdDeactivatePostExecute(r ApiAppliancesIdDeactivatePostRequest) (*http.Response, error)

Execute executes the request

func (*AppliancesApiService) AppliancesIdDelete ¶

AppliancesIdDelete Delete a specific Appliance.

Delete a specific Appliance.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id ID of the object.
@return ApiAppliancesIdDeleteRequest

func (*AppliancesApiService) AppliancesIdDeleteExecute ¶

func (a *AppliancesApiService) AppliancesIdDeleteExecute(r ApiAppliancesIdDeleteRequest) (*http.Response, error)

Execute executes the request

func (*AppliancesApiService) AppliancesIdExportIsoPost ¶

func (a *AppliancesApiService) AppliancesIdExportIsoPost(ctx context.Context, id string) ApiAppliancesIdExportIsoPostRequest

AppliancesIdExportIsoPost Export ISO seed for an inactive Appliance.

Export ISO seed for an inactive Appliance.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id ID of the object.
@return ApiAppliancesIdExportIsoPostRequest

func (*AppliancesApiService) AppliancesIdExportIsoPostExecute ¶

func (a *AppliancesApiService) AppliancesIdExportIsoPostExecute(r ApiAppliancesIdExportIsoPostRequest) (*ApplianceSeedISO, *http.Response, error)

Execute executes the request

@return ApplianceSeedISO

func (*AppliancesApiService) AppliancesIdExportPost ¶

func (a *AppliancesApiService) AppliancesIdExportPost(ctx context.Context, id string) ApiAppliancesIdExportPostRequest

AppliancesIdExportPost Export JSON seed for an inactive Appliance.

Export JSON seed for an inactive Appliance.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id ID of the object.
@return ApiAppliancesIdExportPostRequest

func (*AppliancesApiService) AppliancesIdExportPostExecute ¶

func (a *AppliancesApiService) AppliancesIdExportPostExecute(r ApiAppliancesIdExportPostRequest) (map[string]interface{}, *http.Response, error)

Execute executes the request

@return map[string]interface{}

func (*AppliancesApiService) AppliancesIdGet ¶

AppliancesIdGet Get a specific Appliance.

Get a specific Appliance.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id ID of the object.
@return ApiAppliancesIdGetRequest

func (*AppliancesApiService) AppliancesIdGetExecute ¶

func (a *AppliancesApiService) AppliancesIdGetExecute(r ApiAppliancesIdGetRequest) (*Appliance, *http.Response, error)

Execute executes the request

@return Appliance

func (*AppliancesApiService) AppliancesIdNameResolutionStatusGet ¶

func (a *AppliancesApiService) AppliancesIdNameResolutionStatusGet(ctx context.Context, id string) ApiAppliancesIdNameResolutionStatusGetRequest

AppliancesIdNameResolutionStatusGet Get the status of name resolution on a Gateway.

Get the status of name resolution on a Gateway. It lists all the subscribed resource names from all the connected Clients and shows the resolution results.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id ID of the object.
@return ApiAppliancesIdNameResolutionStatusGetRequest

func (*AppliancesApiService) AppliancesIdNameResolutionStatusGetExecute ¶

Execute executes the request

@return AppliancesIdNameResolutionStatusGet200Response

func (*AppliancesApiService) AppliancesIdPut ¶

AppliancesIdPut Update an existing Appliance.

Update an existing Appliance.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id ID of the object.
@return ApiAppliancesIdPutRequest

func (*AppliancesApiService) AppliancesIdPutExecute ¶

func (a *AppliancesApiService) AppliancesIdPutExecute(r ApiAppliancesIdPutRequest) (*Appliance, *http.Response, error)

Execute executes the request

@return Appliance

func (*AppliancesApiService) AppliancesIdRebootPost ¶

func (a *AppliancesApiService) AppliancesIdRebootPost(ctx context.Context, id string) ApiAppliancesIdRebootPostRequest

AppliancesIdRebootPost Reboot an active Appliance.

Reboot an active Appliance.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id ID of the object.
@return ApiAppliancesIdRebootPostRequest

func (*AppliancesApiService) AppliancesIdRebootPostExecute ¶

func (a *AppliancesApiService) AppliancesIdRebootPostExecute(r ApiAppliancesIdRebootPostRequest) (*http.Response, error)

Execute executes the request

func (*AppliancesApiService) AppliancesIdRenewCertificatePost ¶

func (a *AppliancesApiService) AppliancesIdRenewCertificatePost(ctx context.Context, id string) ApiAppliancesIdRenewCertificatePostRequest

AppliancesIdRenewCertificatePost Renew certificate of an active Appliance.

Renew certificate of an active Appliance.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id ID of the object.
@return ApiAppliancesIdRenewCertificatePostRequest

func (*AppliancesApiService) AppliancesIdRenewCertificatePostExecute ¶

func (a *AppliancesApiService) AppliancesIdRenewCertificatePostExecute(r ApiAppliancesIdRenewCertificatePostRequest) (*http.Response, error)

Execute executes the request

func (*AppliancesApiService) AppliancesIdTestResolverNamePost ¶

func (a *AppliancesApiService) AppliancesIdTestResolverNamePost(ctx context.Context, id string) ApiAppliancesIdTestResolverNamePostRequest

AppliancesIdTestResolverNamePost Test a resolver name on a Gateway.

Test a resolver name on a Gateway.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id ID of the object.
@return ApiAppliancesIdTestResolverNamePostRequest

func (*AppliancesApiService) AppliancesIdTestResolverNamePostExecute ¶

Execute executes the request

@return AppliancesIdTestResolverNamePost200Response

func (*AppliancesApiService) AppliancesPost ¶

AppliancesPost Create a new inactive Appliance.

Create a new inactive Appliance.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiAppliancesPostRequest

func (*AppliancesApiService) AppliancesPostExecute ¶

func (a *AppliancesApiService) AppliancesPostExecute(r ApiAppliancesPostRequest) (*Appliance, *http.Response, error)

Execute executes the request

@return Appliance

func (*AppliancesApiService) AppliancesRepartitionIpAllocationsPost ¶

func (a *AppliancesApiService) AppliancesRepartitionIpAllocationsPost(ctx context.Context) ApiAppliancesRepartitionIpAllocationsPostRequest

AppliancesRepartitionIpAllocationsPost Repartition IP allocations on newly modified Controller list.

Typically used after force-disable-controller API calls to fix the IP allocation strategy on the Controllers left. Use of the API by itself is not recommended. Use sdpctl instead.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiAppliancesRepartitionIpAllocationsPostRequest

func (*AppliancesApiService) AppliancesRepartitionIpAllocationsPostExecute ¶

func (a *AppliancesApiService) AppliancesRepartitionIpAllocationsPostExecute(r ApiAppliancesRepartitionIpAllocationsPostRequest) (*http.Response, error)

Execute executes the request

type AppliancesForceDisableControllersPost200Response ¶

type AppliancesForceDisableControllersPost200Response struct {
	// IDs of the Controllers that were offline during the process and as a result, did not receive the update.
	OfflineControllers []string `json:"offlineControllers,omitempty"`
}

AppliancesForceDisableControllersPost200Response The result of the disabling action.

func NewAppliancesForceDisableControllersPost200Response ¶

func NewAppliancesForceDisableControllersPost200Response() *AppliancesForceDisableControllersPost200Response

NewAppliancesForceDisableControllersPost200Response instantiates a new AppliancesForceDisableControllersPost200Response object This constructor will assign default values to properties that have it defined, 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 NewAppliancesForceDisableControllersPost200ResponseWithDefaults ¶

func NewAppliancesForceDisableControllersPost200ResponseWithDefaults() *AppliancesForceDisableControllersPost200Response

NewAppliancesForceDisableControllersPost200ResponseWithDefaults instantiates a new AppliancesForceDisableControllersPost200Response object This 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 (*AppliancesForceDisableControllersPost200Response) GetOfflineControllers ¶

func (o *AppliancesForceDisableControllersPost200Response) GetOfflineControllers() []string

GetOfflineControllers returns the OfflineControllers field value if set, zero value otherwise.

func (*AppliancesForceDisableControllersPost200Response) GetOfflineControllersOk ¶

func (o *AppliancesForceDisableControllersPost200Response) GetOfflineControllersOk() ([]string, bool)

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

func (*AppliancesForceDisableControllersPost200Response) HasOfflineControllers ¶

func (o *AppliancesForceDisableControllersPost200Response) HasOfflineControllers() bool

HasOfflineControllers returns a boolean if a field has been set.

func (AppliancesForceDisableControllersPost200Response) MarshalJSON ¶

func (*AppliancesForceDisableControllersPost200Response) SetOfflineControllers ¶

func (o *AppliancesForceDisableControllersPost200Response) SetOfflineControllers(v []string)

SetOfflineControllers gets a reference to the given []string and assigns it to the OfflineControllers field.

type AppliancesForceDisableControllersPostRequest ¶

type AppliancesForceDisableControllersPostRequest struct {
	// IDs of the Controller Appliance's to disable the function for.
	ApplianceIds []string `json:"applianceIds"`
}

AppliancesForceDisableControllersPostRequest struct for AppliancesForceDisableControllersPostRequest

func NewAppliancesForceDisableControllersPostRequest ¶

func NewAppliancesForceDisableControllersPostRequest(applianceIds []string) *AppliancesForceDisableControllersPostRequest

NewAppliancesForceDisableControllersPostRequest instantiates a new AppliancesForceDisableControllersPostRequest object This constructor will assign default values to properties that have it defined, 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 NewAppliancesForceDisableControllersPostRequestWithDefaults ¶

func NewAppliancesForceDisableControllersPostRequestWithDefaults() *AppliancesForceDisableControllersPostRequest

NewAppliancesForceDisableControllersPostRequestWithDefaults instantiates a new AppliancesForceDisableControllersPostRequest object This 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 (*AppliancesForceDisableControllersPostRequest) GetApplianceIds ¶

GetApplianceIds returns the ApplianceIds field value

func (*AppliancesForceDisableControllersPostRequest) GetApplianceIdsOk ¶

func (o *AppliancesForceDisableControllersPostRequest) GetApplianceIdsOk() ([]string, bool)

GetApplianceIdsOk returns a tuple with the ApplianceIds field value and a boolean to check if the value has been set.

func (AppliancesForceDisableControllersPostRequest) MarshalJSON ¶

func (*AppliancesForceDisableControllersPostRequest) SetApplianceIds ¶

func (o *AppliancesForceDisableControllersPostRequest) SetApplianceIds(v []string)

SetApplianceIds sets field value

type AppliancesIdBackupBackupIdStatusGet200Response ¶

type AppliancesIdBackupBackupIdStatusGet200Response struct {
	// Encoding used for the output field
	Encoding *string `json:"encoding,omitempty"`
	// The output of the command. Must be checked if result is failure
	Output *string `json:"output,omitempty"`
	// Only set when status is done.
	Result *string `json:"result,omitempty"`
	// A free text field that shows what internally the backup is doing.
	Message *string `json:"message,omitempty"`
	// Current status of the Appliance Backup.
	Status *string `json:"status,omitempty"`
}

AppliancesIdBackupBackupIdStatusGet200Response Backups status.

func NewAppliancesIdBackupBackupIdStatusGet200Response ¶

func NewAppliancesIdBackupBackupIdStatusGet200Response() *AppliancesIdBackupBackupIdStatusGet200Response

NewAppliancesIdBackupBackupIdStatusGet200Response instantiates a new AppliancesIdBackupBackupIdStatusGet200Response object This constructor will assign default values to properties that have it defined, 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 NewAppliancesIdBackupBackupIdStatusGet200ResponseWithDefaults ¶

func NewAppliancesIdBackupBackupIdStatusGet200ResponseWithDefaults() *AppliancesIdBackupBackupIdStatusGet200Response

NewAppliancesIdBackupBackupIdStatusGet200ResponseWithDefaults instantiates a new AppliancesIdBackupBackupIdStatusGet200Response object This 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 (*AppliancesIdBackupBackupIdStatusGet200Response) GetEncoding ¶

GetEncoding returns the Encoding field value if set, zero value otherwise.

func (*AppliancesIdBackupBackupIdStatusGet200Response) GetEncodingOk ¶

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

func (*AppliancesIdBackupBackupIdStatusGet200Response) GetMessage ¶

GetMessage returns the Message field value if set, zero value otherwise.

func (*AppliancesIdBackupBackupIdStatusGet200Response) GetMessageOk ¶

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

func (*AppliancesIdBackupBackupIdStatusGet200Response) GetOutput ¶

GetOutput returns the Output field value if set, zero value otherwise.

func (*AppliancesIdBackupBackupIdStatusGet200Response) GetOutputOk ¶

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

func (*AppliancesIdBackupBackupIdStatusGet200Response) GetResult ¶

GetResult returns the Result field value if set, zero value otherwise.

func (*AppliancesIdBackupBackupIdStatusGet200Response) GetResultOk ¶

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

func (*AppliancesIdBackupBackupIdStatusGet200Response) GetStatus ¶

GetStatus returns the Status field value if set, zero value otherwise.

func (*AppliancesIdBackupBackupIdStatusGet200Response) GetStatusOk ¶

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

func (*AppliancesIdBackupBackupIdStatusGet200Response) HasEncoding ¶

HasEncoding returns a boolean if a field has been set.

func (*AppliancesIdBackupBackupIdStatusGet200Response) HasMessage ¶

HasMessage returns a boolean if a field has been set.

func (*AppliancesIdBackupBackupIdStatusGet200Response) HasOutput ¶

HasOutput returns a boolean if a field has been set.

func (*AppliancesIdBackupBackupIdStatusGet200Response) HasResult ¶

HasResult returns a boolean if a field has been set.

func (*AppliancesIdBackupBackupIdStatusGet200Response) HasStatus ¶

HasStatus returns a boolean if a field has been set.

func (AppliancesIdBackupBackupIdStatusGet200Response) MarshalJSON ¶

func (*AppliancesIdBackupBackupIdStatusGet200Response) SetEncoding ¶

SetEncoding gets a reference to the given string and assigns it to the Encoding field.

func (*AppliancesIdBackupBackupIdStatusGet200Response) SetMessage ¶

SetMessage gets a reference to the given string and assigns it to the Message field.

func (*AppliancesIdBackupBackupIdStatusGet200Response) SetOutput ¶

SetOutput gets a reference to the given string and assigns it to the Output field.

func (*AppliancesIdBackupBackupIdStatusGet200Response) SetResult ¶

SetResult gets a reference to the given string and assigns it to the Result field.

func (*AppliancesIdBackupBackupIdStatusGet200Response) SetStatus ¶

SetStatus gets a reference to the given string and assigns it to the Status field.

type AppliancesIdBackupPost200Response ¶

type AppliancesIdBackupPost200Response struct {
	// Appliance Backup ID to  be used as path parameter {backupId} to follow the progress.
	Id *string `json:"id,omitempty"`
}

AppliancesIdBackupPost200Response struct for AppliancesIdBackupPost200Response

func NewAppliancesIdBackupPost200Response ¶

func NewAppliancesIdBackupPost200Response() *AppliancesIdBackupPost200Response

NewAppliancesIdBackupPost200Response instantiates a new AppliancesIdBackupPost200Response object This constructor will assign default values to properties that have it defined, 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 NewAppliancesIdBackupPost200ResponseWithDefaults ¶

func NewAppliancesIdBackupPost200ResponseWithDefaults() *AppliancesIdBackupPost200Response

NewAppliancesIdBackupPost200ResponseWithDefaults instantiates a new AppliancesIdBackupPost200Response object This 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 (*AppliancesIdBackupPost200Response) GetId ¶

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

func (*AppliancesIdBackupPost200Response) 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 (*AppliancesIdBackupPost200Response) HasId ¶

HasId returns a boolean if a field has been set.

func (AppliancesIdBackupPost200Response) MarshalJSON ¶

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

func (*AppliancesIdBackupPost200Response) SetId ¶

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

type AppliancesIdBackupPostRequest ¶

type AppliancesIdBackupPostRequest struct {
	// Whether the Appliance Backup should include syslog or not.
	Logs *bool `json:"logs,omitempty"`
	// Whether the Appliance Backup should include the audit logs or not.
	Audit *bool `json:"audit,omitempty"`
	// URL to send a POST request to notify about the completion of the backup, that it can now be downloaded and deleted.
	NotifyUrl *string `json:"notifyUrl,omitempty"`
}

AppliancesIdBackupPostRequest struct for AppliancesIdBackupPostRequest

func NewAppliancesIdBackupPostRequest ¶

func NewAppliancesIdBackupPostRequest() *AppliancesIdBackupPostRequest

NewAppliancesIdBackupPostRequest instantiates a new AppliancesIdBackupPostRequest object This constructor will assign default values to properties that have it defined, 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 NewAppliancesIdBackupPostRequestWithDefaults ¶

func NewAppliancesIdBackupPostRequestWithDefaults() *AppliancesIdBackupPostRequest

NewAppliancesIdBackupPostRequestWithDefaults instantiates a new AppliancesIdBackupPostRequest object This 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 (*AppliancesIdBackupPostRequest) GetAudit ¶

func (o *AppliancesIdBackupPostRequest) GetAudit() bool

GetAudit returns the Audit field value if set, zero value otherwise.

func (*AppliancesIdBackupPostRequest) GetAuditOk ¶

func (o *AppliancesIdBackupPostRequest) GetAuditOk() (*bool, bool)

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

func (*AppliancesIdBackupPostRequest) GetLogs ¶

func (o *AppliancesIdBackupPostRequest) GetLogs() bool

GetLogs returns the Logs field value if set, zero value otherwise.

func (*AppliancesIdBackupPostRequest) GetLogsOk ¶

func (o *AppliancesIdBackupPostRequest) GetLogsOk() (*bool, bool)

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

func (*AppliancesIdBackupPostRequest) GetNotifyUrl ¶

func (o *AppliancesIdBackupPostRequest) GetNotifyUrl() string

GetNotifyUrl returns the NotifyUrl field value if set, zero value otherwise.

func (*AppliancesIdBackupPostRequest) GetNotifyUrlOk ¶

func (o *AppliancesIdBackupPostRequest) GetNotifyUrlOk() (*string, bool)

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

func (*AppliancesIdBackupPostRequest) HasAudit ¶

func (o *AppliancesIdBackupPostRequest) HasAudit() bool

HasAudit returns a boolean if a field has been set.

func (*AppliancesIdBackupPostRequest) HasLogs ¶

func (o *AppliancesIdBackupPostRequest) HasLogs() bool

HasLogs returns a boolean if a field has been set.

func (*AppliancesIdBackupPostRequest) HasNotifyUrl ¶

func (o *AppliancesIdBackupPostRequest) HasNotifyUrl() bool

HasNotifyUrl returns a boolean if a field has been set.

func (AppliancesIdBackupPostRequest) MarshalJSON ¶

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

func (*AppliancesIdBackupPostRequest) SetAudit ¶

func (o *AppliancesIdBackupPostRequest) SetAudit(v bool)

SetAudit gets a reference to the given bool and assigns it to the Audit field.

func (*AppliancesIdBackupPostRequest) SetLogs ¶

func (o *AppliancesIdBackupPostRequest) SetLogs(v bool)

SetLogs gets a reference to the given bool and assigns it to the Logs field.

func (*AppliancesIdBackupPostRequest) SetNotifyUrl ¶

func (o *AppliancesIdBackupPostRequest) SetNotifyUrl(v string)

SetNotifyUrl gets a reference to the given string and assigns it to the NotifyUrl field.

type AppliancesIdChangeChangeIdGet200Response ¶

type AppliancesIdChangeChangeIdGet200Response struct {
	// Id for this change
	Id string `json:"id"`
	// Result of the requested change
	Result *string `json:"result,omitempty"`
	// Status of the requested change
	Status string `json:"status"`
	// Description of the requested change
	Details *string `json:"details,omitempty"`
}

AppliancesIdChangeChangeIdGet200Response Appliance Change information

func NewAppliancesIdChangeChangeIdGet200Response ¶

func NewAppliancesIdChangeChangeIdGet200Response(id string, status string) *AppliancesIdChangeChangeIdGet200Response

NewAppliancesIdChangeChangeIdGet200Response instantiates a new AppliancesIdChangeChangeIdGet200Response object This constructor will assign default values to properties that have it defined, 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 NewAppliancesIdChangeChangeIdGet200ResponseWithDefaults ¶

func NewAppliancesIdChangeChangeIdGet200ResponseWithDefaults() *AppliancesIdChangeChangeIdGet200Response

NewAppliancesIdChangeChangeIdGet200ResponseWithDefaults instantiates a new AppliancesIdChangeChangeIdGet200Response object This 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 (*AppliancesIdChangeChangeIdGet200Response) GetDetails ¶

GetDetails returns the Details field value if set, zero value otherwise.

func (*AppliancesIdChangeChangeIdGet200Response) GetDetailsOk ¶

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

func (*AppliancesIdChangeChangeIdGet200Response) GetId ¶

GetId returns the Id field value

func (*AppliancesIdChangeChangeIdGet200Response) GetIdOk ¶

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

func (*AppliancesIdChangeChangeIdGet200Response) GetResult ¶

GetResult returns the Result field value if set, zero value otherwise.

func (*AppliancesIdChangeChangeIdGet200Response) GetResultOk ¶

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

func (*AppliancesIdChangeChangeIdGet200Response) GetStatus ¶

GetStatus returns the Status field value

func (*AppliancesIdChangeChangeIdGet200Response) GetStatusOk ¶

GetStatusOk returns a tuple with the Status field value and a boolean to check if the value has been set.

func (*AppliancesIdChangeChangeIdGet200Response) HasDetails ¶

HasDetails returns a boolean if a field has been set.

func (*AppliancesIdChangeChangeIdGet200Response) HasResult ¶

HasResult returns a boolean if a field has been set.

func (AppliancesIdChangeChangeIdGet200Response) MarshalJSON ¶

func (*AppliancesIdChangeChangeIdGet200Response) SetDetails ¶

SetDetails gets a reference to the given string and assigns it to the Details field.

func (*AppliancesIdChangeChangeIdGet200Response) SetId ¶

SetId sets field value

func (*AppliancesIdChangeChangeIdGet200Response) SetResult ¶

SetResult gets a reference to the given string and assigns it to the Result field.

func (*AppliancesIdChangeChangeIdGet200Response) SetStatus ¶

SetStatus sets field value

type AppliancesIdCommandDigPostRequest ¶

type AppliancesIdCommandDigPostRequest struct {
	// The host to query.
	Host string `json:"host"`
	// The DNS server to use for querying.
	Server *string `json:"server,omitempty"`
	// Select DNS request type.
	Type *string `json:"type,omitempty"`
	// Select protocol.
	Protocol *string `json:"protocol,omitempty"`
}

AppliancesIdCommandDigPostRequest struct for AppliancesIdCommandDigPostRequest

func NewAppliancesIdCommandDigPostRequest ¶

func NewAppliancesIdCommandDigPostRequest(host string) *AppliancesIdCommandDigPostRequest

NewAppliancesIdCommandDigPostRequest instantiates a new AppliancesIdCommandDigPostRequest object This constructor will assign default values to properties that have it defined, 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 NewAppliancesIdCommandDigPostRequestWithDefaults ¶

func NewAppliancesIdCommandDigPostRequestWithDefaults() *AppliancesIdCommandDigPostRequest

NewAppliancesIdCommandDigPostRequestWithDefaults instantiates a new AppliancesIdCommandDigPostRequest object This 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 (*AppliancesIdCommandDigPostRequest) GetHost ¶

GetHost returns the Host field value

func (*AppliancesIdCommandDigPostRequest) GetHostOk ¶

func (o *AppliancesIdCommandDigPostRequest) GetHostOk() (*string, bool)

GetHostOk returns a tuple with the Host field value and a boolean to check if the value has been set.

func (*AppliancesIdCommandDigPostRequest) GetProtocol ¶

func (o *AppliancesIdCommandDigPostRequest) GetProtocol() string

GetProtocol returns the Protocol field value if set, zero value otherwise.

func (*AppliancesIdCommandDigPostRequest) GetProtocolOk ¶

func (o *AppliancesIdCommandDigPostRequest) 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 (*AppliancesIdCommandDigPostRequest) GetServer ¶

GetServer returns the Server field value if set, zero value otherwise.

func (*AppliancesIdCommandDigPostRequest) GetServerOk ¶

func (o *AppliancesIdCommandDigPostRequest) GetServerOk() (*string, 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 (*AppliancesIdCommandDigPostRequest) GetType ¶

GetType returns the Type field value if set, zero value otherwise.

func (*AppliancesIdCommandDigPostRequest) GetTypeOk ¶

func (o *AppliancesIdCommandDigPostRequest) 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 (*AppliancesIdCommandDigPostRequest) HasProtocol ¶

func (o *AppliancesIdCommandDigPostRequest) HasProtocol() bool

HasProtocol returns a boolean if a field has been set.

func (*AppliancesIdCommandDigPostRequest) HasServer ¶

func (o *AppliancesIdCommandDigPostRequest) HasServer() bool

HasServer returns a boolean if a field has been set.

func (*AppliancesIdCommandDigPostRequest) HasType ¶

HasType returns a boolean if a field has been set.

func (AppliancesIdCommandDigPostRequest) MarshalJSON ¶

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

func (*AppliancesIdCommandDigPostRequest) SetHost ¶

SetHost sets field value

func (*AppliancesIdCommandDigPostRequest) SetProtocol ¶

func (o *AppliancesIdCommandDigPostRequest) SetProtocol(v string)

SetProtocol gets a reference to the given string and assigns it to the Protocol field.

func (*AppliancesIdCommandDigPostRequest) SetServer ¶

func (o *AppliancesIdCommandDigPostRequest) SetServer(v string)

SetServer gets a reference to the given string and assigns it to the Server field.

func (*AppliancesIdCommandDigPostRequest) SetType ¶

SetType gets a reference to the given string and assigns it to the Type field.

type AppliancesIdCommandNetcatPostRequest ¶

type AppliancesIdCommandNetcatPostRequest struct {
	// The destination to connect. Can be numerical IP address or a symbolic hostname.
	Destination string `json:"destination"`
	// The port to run command.
	Port int32 `json:"port"`
	// Select IP version explicitly.
	Version *int32 `json:"version,omitempty"`
	// Select protocol.
	Protocol *string `json:"protocol,omitempty"`
}

AppliancesIdCommandNetcatPostRequest struct for AppliancesIdCommandNetcatPostRequest

func NewAppliancesIdCommandNetcatPostRequest ¶

func NewAppliancesIdCommandNetcatPostRequest(destination string, port int32) *AppliancesIdCommandNetcatPostRequest

NewAppliancesIdCommandNetcatPostRequest instantiates a new AppliancesIdCommandNetcatPostRequest object This constructor will assign default values to properties that have it defined, 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 NewAppliancesIdCommandNetcatPostRequestWithDefaults ¶

func NewAppliancesIdCommandNetcatPostRequestWithDefaults() *AppliancesIdCommandNetcatPostRequest

NewAppliancesIdCommandNetcatPostRequestWithDefaults instantiates a new AppliancesIdCommandNetcatPostRequest object This 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 (*AppliancesIdCommandNetcatPostRequest) GetDestination ¶

func (o *AppliancesIdCommandNetcatPostRequest) GetDestination() string

GetDestination returns the Destination field value

func (*AppliancesIdCommandNetcatPostRequest) GetDestinationOk ¶

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

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

func (*AppliancesIdCommandNetcatPostRequest) GetPort ¶

GetPort returns the Port field value

func (*AppliancesIdCommandNetcatPostRequest) GetPortOk ¶

func (o *AppliancesIdCommandNetcatPostRequest) GetPortOk() (*int32, bool)

GetPortOk returns a tuple with the Port field value and a boolean to check if the value has been set.

func (*AppliancesIdCommandNetcatPostRequest) GetProtocol ¶

GetProtocol returns the Protocol field value if set, zero value otherwise.

func (*AppliancesIdCommandNetcatPostRequest) GetProtocolOk ¶

func (o *AppliancesIdCommandNetcatPostRequest) 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 (*AppliancesIdCommandNetcatPostRequest) GetVersion ¶

GetVersion returns the Version field value if set, zero value otherwise.

func (*AppliancesIdCommandNetcatPostRequest) GetVersionOk ¶

func (o *AppliancesIdCommandNetcatPostRequest) GetVersionOk() (*int32, 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 (*AppliancesIdCommandNetcatPostRequest) HasProtocol ¶

func (o *AppliancesIdCommandNetcatPostRequest) HasProtocol() bool

HasProtocol returns a boolean if a field has been set.

func (*AppliancesIdCommandNetcatPostRequest) HasVersion ¶

HasVersion returns a boolean if a field has been set.

func (AppliancesIdCommandNetcatPostRequest) MarshalJSON ¶

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

func (*AppliancesIdCommandNetcatPostRequest) SetDestination ¶

func (o *AppliancesIdCommandNetcatPostRequest) SetDestination(v string)

SetDestination sets field value

func (*AppliancesIdCommandNetcatPostRequest) SetPort ¶

SetPort sets field value

func (*AppliancesIdCommandNetcatPostRequest) SetProtocol ¶

func (o *AppliancesIdCommandNetcatPostRequest) SetProtocol(v string)

SetProtocol gets a reference to the given string and assigns it to the Protocol field.

func (*AppliancesIdCommandNetcatPostRequest) SetVersion ¶

SetVersion gets a reference to the given int32 and assigns it to the Version field.

type AppliancesIdCommandPingPostRequest ¶

type AppliancesIdCommandPingPostRequest struct {
	// The destination to ping.
	Destination string `json:"destination"`
	// The network interface to use for pinging.
	Interface *string `json:"interface,omitempty"`
}

AppliancesIdCommandPingPostRequest struct for AppliancesIdCommandPingPostRequest

func NewAppliancesIdCommandPingPostRequest ¶

func NewAppliancesIdCommandPingPostRequest(destination string) *AppliancesIdCommandPingPostRequest

NewAppliancesIdCommandPingPostRequest instantiates a new AppliancesIdCommandPingPostRequest object This constructor will assign default values to properties that have it defined, 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 NewAppliancesIdCommandPingPostRequestWithDefaults ¶

func NewAppliancesIdCommandPingPostRequestWithDefaults() *AppliancesIdCommandPingPostRequest

NewAppliancesIdCommandPingPostRequestWithDefaults instantiates a new AppliancesIdCommandPingPostRequest object This 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 (*AppliancesIdCommandPingPostRequest) GetDestination ¶

func (o *AppliancesIdCommandPingPostRequest) GetDestination() string

GetDestination returns the Destination field value

func (*AppliancesIdCommandPingPostRequest) GetDestinationOk ¶

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

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

func (*AppliancesIdCommandPingPostRequest) GetInterface ¶

func (o *AppliancesIdCommandPingPostRequest) GetInterface() string

GetInterface returns the Interface field value if set, zero value otherwise.

func (*AppliancesIdCommandPingPostRequest) GetInterfaceOk ¶

func (o *AppliancesIdCommandPingPostRequest) GetInterfaceOk() (*string, bool)

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

func (*AppliancesIdCommandPingPostRequest) HasInterface ¶

func (o *AppliancesIdCommandPingPostRequest) HasInterface() bool

HasInterface returns a boolean if a field has been set.

func (AppliancesIdCommandPingPostRequest) MarshalJSON ¶

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

func (*AppliancesIdCommandPingPostRequest) SetDestination ¶

func (o *AppliancesIdCommandPingPostRequest) SetDestination(v string)

SetDestination sets field value

func (*AppliancesIdCommandPingPostRequest) SetInterface ¶

func (o *AppliancesIdCommandPingPostRequest) SetInterface(v string)

SetInterface gets a reference to the given string and assigns it to the Interface field.

type AppliancesIdCommandTcpdumpPostRequest ¶

type AppliancesIdCommandTcpdumpPostRequest struct {
	// The expression to filter tcpdump.
	Expression *string `json:"expression,omitempty"`
	// The network interface to tcpdump on.
	Interface *string `json:"interface,omitempty"`
}

AppliancesIdCommandTcpdumpPostRequest struct for AppliancesIdCommandTcpdumpPostRequest

func NewAppliancesIdCommandTcpdumpPostRequest ¶

func NewAppliancesIdCommandTcpdumpPostRequest() *AppliancesIdCommandTcpdumpPostRequest

NewAppliancesIdCommandTcpdumpPostRequest instantiates a new AppliancesIdCommandTcpdumpPostRequest object This constructor will assign default values to properties that have it defined, 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 NewAppliancesIdCommandTcpdumpPostRequestWithDefaults ¶

func NewAppliancesIdCommandTcpdumpPostRequestWithDefaults() *AppliancesIdCommandTcpdumpPostRequest

NewAppliancesIdCommandTcpdumpPostRequestWithDefaults instantiates a new AppliancesIdCommandTcpdumpPostRequest object This 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 (*AppliancesIdCommandTcpdumpPostRequest) GetExpression ¶

func (o *AppliancesIdCommandTcpdumpPostRequest) GetExpression() string

GetExpression returns the Expression field value if set, zero value otherwise.

func (*AppliancesIdCommandTcpdumpPostRequest) GetExpressionOk ¶

func (o *AppliancesIdCommandTcpdumpPostRequest) GetExpressionOk() (*string, bool)

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

func (*AppliancesIdCommandTcpdumpPostRequest) GetInterface ¶

GetInterface returns the Interface field value if set, zero value otherwise.

func (*AppliancesIdCommandTcpdumpPostRequest) GetInterfaceOk ¶

func (o *AppliancesIdCommandTcpdumpPostRequest) GetInterfaceOk() (*string, bool)

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

func (*AppliancesIdCommandTcpdumpPostRequest) HasExpression ¶

func (o *AppliancesIdCommandTcpdumpPostRequest) HasExpression() bool

HasExpression returns a boolean if a field has been set.

func (*AppliancesIdCommandTcpdumpPostRequest) HasInterface ¶

func (o *AppliancesIdCommandTcpdumpPostRequest) HasInterface() bool

HasInterface returns a boolean if a field has been set.

func (AppliancesIdCommandTcpdumpPostRequest) MarshalJSON ¶

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

func (*AppliancesIdCommandTcpdumpPostRequest) SetExpression ¶

func (o *AppliancesIdCommandTcpdumpPostRequest) SetExpression(v string)

SetExpression gets a reference to the given string and assigns it to the Expression field.

func (*AppliancesIdCommandTcpdumpPostRequest) SetInterface ¶

func (o *AppliancesIdCommandTcpdumpPostRequest) SetInterface(v string)

SetInterface gets a reference to the given string and assigns it to the Interface field.

type AppliancesIdMaintenancePost202Response ¶

type AppliancesIdMaintenancePost202Response struct {
	// Id for this change
	Id *string `json:"id,omitempty"`
}

AppliancesIdMaintenancePost202Response Appliance change id for the result of the maintenance mode

func NewAppliancesIdMaintenancePost202Response ¶

func NewAppliancesIdMaintenancePost202Response() *AppliancesIdMaintenancePost202Response

NewAppliancesIdMaintenancePost202Response instantiates a new AppliancesIdMaintenancePost202Response object This constructor will assign default values to properties that have it defined, 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 NewAppliancesIdMaintenancePost202ResponseWithDefaults ¶

func NewAppliancesIdMaintenancePost202ResponseWithDefaults() *AppliancesIdMaintenancePost202Response

NewAppliancesIdMaintenancePost202ResponseWithDefaults instantiates a new AppliancesIdMaintenancePost202Response object This 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 (*AppliancesIdMaintenancePost202Response) GetId ¶

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

func (*AppliancesIdMaintenancePost202Response) 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 (*AppliancesIdMaintenancePost202Response) HasId ¶

HasId returns a boolean if a field has been set.

func (AppliancesIdMaintenancePost202Response) MarshalJSON ¶

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

func (*AppliancesIdMaintenancePost202Response) SetId ¶

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

type AppliancesIdMaintenancePostRequest ¶

type AppliancesIdMaintenancePostRequest struct {
	// Flag to enable or disable the maintenance mode.
	Enabled bool `json:"enabled"`
}

AppliancesIdMaintenancePostRequest struct for AppliancesIdMaintenancePostRequest

func NewAppliancesIdMaintenancePostRequest ¶

func NewAppliancesIdMaintenancePostRequest(enabled bool) *AppliancesIdMaintenancePostRequest

NewAppliancesIdMaintenancePostRequest instantiates a new AppliancesIdMaintenancePostRequest object This constructor will assign default values to properties that have it defined, 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 NewAppliancesIdMaintenancePostRequestWithDefaults ¶

func NewAppliancesIdMaintenancePostRequestWithDefaults() *AppliancesIdMaintenancePostRequest

NewAppliancesIdMaintenancePostRequestWithDefaults instantiates a new AppliancesIdMaintenancePostRequest object This 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 (*AppliancesIdMaintenancePostRequest) GetEnabled ¶

func (o *AppliancesIdMaintenancePostRequest) GetEnabled() bool

GetEnabled returns the Enabled field value

func (*AppliancesIdMaintenancePostRequest) GetEnabledOk ¶

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

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

func (AppliancesIdMaintenancePostRequest) MarshalJSON ¶

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

func (*AppliancesIdMaintenancePostRequest) SetEnabled ¶

func (o *AppliancesIdMaintenancePostRequest) SetEnabled(v bool)

SetEnabled sets field value

type AppliancesIdNameResolutionStatusGet200Response ¶

type AppliancesIdNameResolutionStatusGet200Response struct {
	// Dictionary of resource name and respective results.
	Resolutions *map[string]AppliancesIdNameResolutionStatusGet200ResponseResolutionsValue `json:"resolutions,omitempty"`
}

AppliancesIdNameResolutionStatusGet200Response The name resolution status.

func NewAppliancesIdNameResolutionStatusGet200Response ¶

func NewAppliancesIdNameResolutionStatusGet200Response() *AppliancesIdNameResolutionStatusGet200Response

NewAppliancesIdNameResolutionStatusGet200Response instantiates a new AppliancesIdNameResolutionStatusGet200Response object This constructor will assign default values to properties that have it defined, 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 NewAppliancesIdNameResolutionStatusGet200ResponseWithDefaults ¶

func NewAppliancesIdNameResolutionStatusGet200ResponseWithDefaults() *AppliancesIdNameResolutionStatusGet200Response

NewAppliancesIdNameResolutionStatusGet200ResponseWithDefaults instantiates a new AppliancesIdNameResolutionStatusGet200Response object This 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 (*AppliancesIdNameResolutionStatusGet200Response) GetResolutions ¶

GetResolutions returns the Resolutions field value if set, zero value otherwise.

func (*AppliancesIdNameResolutionStatusGet200Response) GetResolutionsOk ¶

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

func (*AppliancesIdNameResolutionStatusGet200Response) HasResolutions ¶

HasResolutions returns a boolean if a field has been set.

func (AppliancesIdNameResolutionStatusGet200Response) MarshalJSON ¶

func (*AppliancesIdNameResolutionStatusGet200Response) SetResolutions ¶

SetResolutions gets a reference to the given map[string]AppliancesIdNameResolutionStatusGet200ResponseResolutionsValue and assigns it to the Resolutions field.

type AppliancesIdNameResolutionStatusGet200ResponseResolutionsValue ¶

type AppliancesIdNameResolutionStatusGet200ResponseResolutionsValue struct {
	// Whether the resolution is for the resource is complete or partial.
	Partial *bool `json:"partial,omitempty"`
	// Completely resolved IPs.
	Finals []string `json:"finals,omitempty"`
	// Partially resolved names.
	Partials []string `json:"partials,omitempty"`
	// Errors occurred during resolution.
	Errors []string `json:"errors,omitempty"`
}

AppliancesIdNameResolutionStatusGet200ResponseResolutionsValue Resolution result.

func NewAppliancesIdNameResolutionStatusGet200ResponseResolutionsValue ¶

func NewAppliancesIdNameResolutionStatusGet200ResponseResolutionsValue() *AppliancesIdNameResolutionStatusGet200ResponseResolutionsValue

NewAppliancesIdNameResolutionStatusGet200ResponseResolutionsValue instantiates a new AppliancesIdNameResolutionStatusGet200ResponseResolutionsValue object This constructor will assign default values to properties that have it defined, 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 NewAppliancesIdNameResolutionStatusGet200ResponseResolutionsValueWithDefaults ¶

func NewAppliancesIdNameResolutionStatusGet200ResponseResolutionsValueWithDefaults() *AppliancesIdNameResolutionStatusGet200ResponseResolutionsValue

NewAppliancesIdNameResolutionStatusGet200ResponseResolutionsValueWithDefaults instantiates a new AppliancesIdNameResolutionStatusGet200ResponseResolutionsValue object This 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 (*AppliancesIdNameResolutionStatusGet200ResponseResolutionsValue) GetErrors ¶

GetErrors returns the Errors field value if set, zero value otherwise.

func (*AppliancesIdNameResolutionStatusGet200ResponseResolutionsValue) GetErrorsOk ¶

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

func (*AppliancesIdNameResolutionStatusGet200ResponseResolutionsValue) GetFinals ¶

GetFinals returns the Finals field value if set, zero value otherwise.

func (*AppliancesIdNameResolutionStatusGet200ResponseResolutionsValue) GetFinalsOk ¶

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

func (*AppliancesIdNameResolutionStatusGet200ResponseResolutionsValue) GetPartial ¶

GetPartial returns the Partial field value if set, zero value otherwise.

func (*AppliancesIdNameResolutionStatusGet200ResponseResolutionsValue) GetPartialOk ¶

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

func (*AppliancesIdNameResolutionStatusGet200ResponseResolutionsValue) GetPartials ¶

GetPartials returns the Partials field value if set, zero value otherwise.

func (*AppliancesIdNameResolutionStatusGet200ResponseResolutionsValue) GetPartialsOk ¶

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

func (*AppliancesIdNameResolutionStatusGet200ResponseResolutionsValue) HasErrors ¶

HasErrors returns a boolean if a field has been set.

func (*AppliancesIdNameResolutionStatusGet200ResponseResolutionsValue) HasFinals ¶

HasFinals returns a boolean if a field has been set.

func (*AppliancesIdNameResolutionStatusGet200ResponseResolutionsValue) HasPartial ¶

HasPartial returns a boolean if a field has been set.

func (*AppliancesIdNameResolutionStatusGet200ResponseResolutionsValue) HasPartials ¶

HasPartials returns a boolean if a field has been set.

func (AppliancesIdNameResolutionStatusGet200ResponseResolutionsValue) MarshalJSON ¶

func (*AppliancesIdNameResolutionStatusGet200ResponseResolutionsValue) SetErrors ¶

SetErrors gets a reference to the given []string and assigns it to the Errors field.

func (*AppliancesIdNameResolutionStatusGet200ResponseResolutionsValue) SetFinals ¶

SetFinals gets a reference to the given []string and assigns it to the Finals field.

func (*AppliancesIdNameResolutionStatusGet200ResponseResolutionsValue) SetPartial ¶

SetPartial gets a reference to the given bool and assigns it to the Partial field.

func (*AppliancesIdNameResolutionStatusGet200ResponseResolutionsValue) SetPartials ¶

SetPartials gets a reference to the given []string and assigns it to the Partials field.

type AppliancesIdTestResolverNamePost200Response ¶

type AppliancesIdTestResolverNamePost200Response struct {
	// List of IPs resolved for the given name.
	Ips []string `json:"ips,omitempty"`
	// Error message if the resolution failed.
	Error *string `json:"error,omitempty"`
}

AppliancesIdTestResolverNamePost200Response The test result.

func NewAppliancesIdTestResolverNamePost200Response ¶

func NewAppliancesIdTestResolverNamePost200Response() *AppliancesIdTestResolverNamePost200Response

NewAppliancesIdTestResolverNamePost200Response instantiates a new AppliancesIdTestResolverNamePost200Response object This constructor will assign default values to properties that have it defined, 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 NewAppliancesIdTestResolverNamePost200ResponseWithDefaults ¶

func NewAppliancesIdTestResolverNamePost200ResponseWithDefaults() *AppliancesIdTestResolverNamePost200Response

NewAppliancesIdTestResolverNamePost200ResponseWithDefaults instantiates a new AppliancesIdTestResolverNamePost200Response object This 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 (*AppliancesIdTestResolverNamePost200Response) GetError ¶

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

func (*AppliancesIdTestResolverNamePost200Response) GetErrorOk ¶

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 (*AppliancesIdTestResolverNamePost200Response) GetIps ¶

GetIps returns the Ips field value if set, zero value otherwise.

func (*AppliancesIdTestResolverNamePost200Response) GetIpsOk ¶

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

func (*AppliancesIdTestResolverNamePost200Response) HasError ¶

HasError returns a boolean if a field has been set.

func (*AppliancesIdTestResolverNamePost200Response) HasIps ¶

HasIps returns a boolean if a field has been set.

func (AppliancesIdTestResolverNamePost200Response) MarshalJSON ¶

func (*AppliancesIdTestResolverNamePost200Response) SetError ¶

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

func (*AppliancesIdTestResolverNamePost200Response) SetIps ¶

SetIps gets a reference to the given []string and assigns it to the Ips field.

type AppliancesIdTestResolverNamePostRequest ¶

type AppliancesIdTestResolverNamePostRequest struct {
	// The resource name to test on the Gateway.
	ResourceName *string `json:"resourceName,omitempty"`
}

AppliancesIdTestResolverNamePostRequest struct for AppliancesIdTestResolverNamePostRequest

func NewAppliancesIdTestResolverNamePostRequest ¶

func NewAppliancesIdTestResolverNamePostRequest() *AppliancesIdTestResolverNamePostRequest

NewAppliancesIdTestResolverNamePostRequest instantiates a new AppliancesIdTestResolverNamePostRequest object This constructor will assign default values to properties that have it defined, 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 NewAppliancesIdTestResolverNamePostRequestWithDefaults ¶

func NewAppliancesIdTestResolverNamePostRequestWithDefaults() *AppliancesIdTestResolverNamePostRequest

NewAppliancesIdTestResolverNamePostRequestWithDefaults instantiates a new AppliancesIdTestResolverNamePostRequest object This 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 (*AppliancesIdTestResolverNamePostRequest) GetResourceName ¶

func (o *AppliancesIdTestResolverNamePostRequest) GetResourceName() string

GetResourceName returns the ResourceName field value if set, zero value otherwise.

func (*AppliancesIdTestResolverNamePostRequest) GetResourceNameOk ¶

func (o *AppliancesIdTestResolverNamePostRequest) GetResourceNameOk() (*string, bool)

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

func (*AppliancesIdTestResolverNamePostRequest) HasResourceName ¶

func (o *AppliancesIdTestResolverNamePostRequest) HasResourceName() bool

HasResourceName returns a boolean if a field has been set.

func (AppliancesIdTestResolverNamePostRequest) MarshalJSON ¶

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

func (*AppliancesIdTestResolverNamePostRequest) SetResourceName ¶

func (o *AppliancesIdTestResolverNamePostRequest) SetResourceName(v string)

SetResourceName gets a reference to the given string and assigns it to the ResourceName field.

type AppliancesIdUpgradeCompletePostRequest ¶

type AppliancesIdUpgradeCompletePostRequest struct {
	// Whether to reboot and switch partition to finalize the Upgrade.
	SwitchPartition *bool `json:"switchPartition,omitempty"`
}

AppliancesIdUpgradeCompletePostRequest struct for AppliancesIdUpgradeCompletePostRequest

func NewAppliancesIdUpgradeCompletePostRequest ¶

func NewAppliancesIdUpgradeCompletePostRequest() *AppliancesIdUpgradeCompletePostRequest

NewAppliancesIdUpgradeCompletePostRequest instantiates a new AppliancesIdUpgradeCompletePostRequest object This constructor will assign default values to properties that have it defined, 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 NewAppliancesIdUpgradeCompletePostRequestWithDefaults ¶

func NewAppliancesIdUpgradeCompletePostRequestWithDefaults() *AppliancesIdUpgradeCompletePostRequest

NewAppliancesIdUpgradeCompletePostRequestWithDefaults instantiates a new AppliancesIdUpgradeCompletePostRequest object This 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 (*AppliancesIdUpgradeCompletePostRequest) GetSwitchPartition ¶

func (o *AppliancesIdUpgradeCompletePostRequest) GetSwitchPartition() bool

GetSwitchPartition returns the SwitchPartition field value if set, zero value otherwise.

func (*AppliancesIdUpgradeCompletePostRequest) GetSwitchPartitionOk ¶

func (o *AppliancesIdUpgradeCompletePostRequest) GetSwitchPartitionOk() (*bool, bool)

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

func (*AppliancesIdUpgradeCompletePostRequest) HasSwitchPartition ¶

func (o *AppliancesIdUpgradeCompletePostRequest) HasSwitchPartition() bool

HasSwitchPartition returns a boolean if a field has been set.

func (AppliancesIdUpgradeCompletePostRequest) MarshalJSON ¶

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

func (*AppliancesIdUpgradeCompletePostRequest) SetSwitchPartition ¶

func (o *AppliancesIdUpgradeCompletePostRequest) SetSwitchPartition(v bool)

SetSwitchPartition gets a reference to the given bool and assigns it to the SwitchPartition field.

type AppliancesIdUpgradeDelete200Response ¶

type AppliancesIdUpgradeDelete200Response struct {
	// Current status of the Appliance Upgrade.
	Status *string `json:"status,omitempty"`
	// Optional details for the current status.
	Details *string `json:"details,omitempty"`
}

AppliancesIdUpgradeDelete200Response Upgrade details.

func NewAppliancesIdUpgradeDelete200Response ¶

func NewAppliancesIdUpgradeDelete200Response() *AppliancesIdUpgradeDelete200Response

NewAppliancesIdUpgradeDelete200Response instantiates a new AppliancesIdUpgradeDelete200Response object This constructor will assign default values to properties that have it defined, 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 NewAppliancesIdUpgradeDelete200ResponseWithDefaults ¶

func NewAppliancesIdUpgradeDelete200ResponseWithDefaults() *AppliancesIdUpgradeDelete200Response

NewAppliancesIdUpgradeDelete200ResponseWithDefaults instantiates a new AppliancesIdUpgradeDelete200Response object This 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 (*AppliancesIdUpgradeDelete200Response) GetDetails ¶

GetDetails returns the Details field value if set, zero value otherwise.

func (*AppliancesIdUpgradeDelete200Response) GetDetailsOk ¶

func (o *AppliancesIdUpgradeDelete200Response) GetDetailsOk() (*string, bool)

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

func (*AppliancesIdUpgradeDelete200Response) GetStatus ¶

GetStatus returns the Status field value if set, zero value otherwise.

func (*AppliancesIdUpgradeDelete200Response) GetStatusOk ¶

func (o *AppliancesIdUpgradeDelete200Response) GetStatusOk() (*string, bool)

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

func (*AppliancesIdUpgradeDelete200Response) HasDetails ¶

HasDetails returns a boolean if a field has been set.

func (*AppliancesIdUpgradeDelete200Response) HasStatus ¶

HasStatus returns a boolean if a field has been set.

func (AppliancesIdUpgradeDelete200Response) MarshalJSON ¶

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

func (*AppliancesIdUpgradeDelete200Response) SetDetails ¶

SetDetails gets a reference to the given string and assigns it to the Details field.

func (*AppliancesIdUpgradeDelete200Response) SetStatus ¶

SetStatus gets a reference to the given string and assigns it to the Status field.

type AuthenticationOtpInitializePost200Response ¶

type AuthenticationOtpInitializePost200Response struct {
	// The type of the Multi-Factor Authentication. * 'AlreadySeeded': The MFA provider is the built-in Time-based OTP provider and the user has already a seed in the system. OTP is required on the next step. * 'Secret': The MFA provider is the built-in Time-based OTP provider and this is the first time the user is doing an MFA. It includes details about the seed. OTP is required on the next step. * 'Challenge': The MFA provider is a RADIUS provider. It might include a challenge that needs to be sent back. OTP is required on the next step. * 'Push': The MFA provider is a RADIUS provider but the authentication is done externally, such as a  mobile app that prompts. Send a dummy OTP right away to trigger the external authentication.
	Type *string `json:"type,omitempty"`
	// The seed for the built-in Time-based OTP provider. Used when configuring TOTP apps manually. Only available in Secret type.
	Secret *string `json:"secret,omitempty"`
	// A URL for triggering TOTP apps directly and configuring an entry automatically. Only available in Secret type.
	OtpAuthUrl *string `json:"otpAuthUrl,omitempty"`
	// The barcode image in jpg format. Base64 encoded. Only available in Secret type.
	Barcode *string `json:"barcode,omitempty"`
	// A message from the RADIUS MFA provider. Only available in Challenge type.
	ResponseMessage *string `json:"responseMessage,omitempty"`
	// State send by the RADIUS MFA provider as challenge. It needs to be sent back during MFA authentication. Only available in Challenge type.
	State *string `json:"state,omitempty"`
	// How long the Controller wait for RADIUS response. Especially useful for external authentication mechanism. Clients waiting shorter than this timeout will fail with a wrong error. Only available in Challenge and Push type.
	Timeout *float32 `json:"timeout,omitempty"`
	// Whether the RADIUS MFA provider expecting the user password for authentication. If true, the user password needs to be sent as otp instead of a dummy value. Only available in Push type.
	SendPassword *bool `json:"sendPassword,omitempty"`
}

AuthenticationOtpInitializePost200Response struct for AuthenticationOtpInitializePost200Response

func NewAuthenticationOtpInitializePost200Response ¶

func NewAuthenticationOtpInitializePost200Response() *AuthenticationOtpInitializePost200Response

NewAuthenticationOtpInitializePost200Response instantiates a new AuthenticationOtpInitializePost200Response object This constructor will assign default values to properties that have it defined, 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 NewAuthenticationOtpInitializePost200ResponseWithDefaults ¶

func NewAuthenticationOtpInitializePost200ResponseWithDefaults() *AuthenticationOtpInitializePost200Response

NewAuthenticationOtpInitializePost200ResponseWithDefaults instantiates a new AuthenticationOtpInitializePost200Response object This 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 (*AuthenticationOtpInitializePost200Response) GetBarcode ¶

GetBarcode returns the Barcode field value if set, zero value otherwise.

func (*AuthenticationOtpInitializePost200Response) GetBarcodeOk ¶

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

func (*AuthenticationOtpInitializePost200Response) GetOtpAuthUrl ¶

GetOtpAuthUrl returns the OtpAuthUrl field value if set, zero value otherwise.

func (*AuthenticationOtpInitializePost200Response) GetOtpAuthUrlOk ¶

func (o *AuthenticationOtpInitializePost200Response) GetOtpAuthUrlOk() (*string, bool)

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

func (*AuthenticationOtpInitializePost200Response) GetResponseMessage ¶

func (o *AuthenticationOtpInitializePost200Response) GetResponseMessage() string

GetResponseMessage returns the ResponseMessage field value if set, zero value otherwise.

func (*AuthenticationOtpInitializePost200Response) GetResponseMessageOk ¶

func (o *AuthenticationOtpInitializePost200Response) GetResponseMessageOk() (*string, bool)

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

func (*AuthenticationOtpInitializePost200Response) GetSecret ¶

GetSecret returns the Secret field value if set, zero value otherwise.

func (*AuthenticationOtpInitializePost200Response) GetSecretOk ¶

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 (*AuthenticationOtpInitializePost200Response) GetSendPassword ¶

func (o *AuthenticationOtpInitializePost200Response) GetSendPassword() bool

GetSendPassword returns the SendPassword field value if set, zero value otherwise.

func (*AuthenticationOtpInitializePost200Response) GetSendPasswordOk ¶

func (o *AuthenticationOtpInitializePost200Response) GetSendPasswordOk() (*bool, bool)

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

func (*AuthenticationOtpInitializePost200Response) GetState ¶

GetState returns the State field value if set, zero value otherwise.

func (*AuthenticationOtpInitializePost200Response) GetStateOk ¶

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 (*AuthenticationOtpInitializePost200Response) GetTimeout ¶

GetTimeout returns the Timeout field value if set, zero value otherwise.

func (*AuthenticationOtpInitializePost200Response) GetTimeoutOk ¶

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

func (*AuthenticationOtpInitializePost200Response) GetType ¶

GetType returns the Type field value if set, zero value otherwise.

func (*AuthenticationOtpInitializePost200Response) GetTypeOk ¶

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 (*AuthenticationOtpInitializePost200Response) HasBarcode ¶

HasBarcode returns a boolean if a field has been set.

func (*AuthenticationOtpInitializePost200Response) HasOtpAuthUrl ¶

HasOtpAuthUrl returns a boolean if a field has been set.

func (*AuthenticationOtpInitializePost200Response) HasResponseMessage ¶

func (o *AuthenticationOtpInitializePost200Response) HasResponseMessage() bool

HasResponseMessage returns a boolean if a field has been set.

func (*AuthenticationOtpInitializePost200Response) HasSecret ¶

HasSecret returns a boolean if a field has been set.

func (*AuthenticationOtpInitializePost200Response) HasSendPassword ¶

func (o *AuthenticationOtpInitializePost200Response) HasSendPassword() bool

HasSendPassword returns a boolean if a field has been set.

func (*AuthenticationOtpInitializePost200Response) HasState ¶

HasState returns a boolean if a field has been set.

func (*AuthenticationOtpInitializePost200Response) HasTimeout ¶

HasTimeout returns a boolean if a field has been set.

func (*AuthenticationOtpInitializePost200Response) HasType ¶

HasType returns a boolean if a field has been set.

func (AuthenticationOtpInitializePost200Response) MarshalJSON ¶

func (*AuthenticationOtpInitializePost200Response) SetBarcode ¶

SetBarcode gets a reference to the given string and assigns it to the Barcode field.

func (*AuthenticationOtpInitializePost200Response) SetOtpAuthUrl ¶

SetOtpAuthUrl gets a reference to the given string and assigns it to the OtpAuthUrl field.

func (*AuthenticationOtpInitializePost200Response) SetResponseMessage ¶

func (o *AuthenticationOtpInitializePost200Response) SetResponseMessage(v string)

SetResponseMessage gets a reference to the given string and assigns it to the ResponseMessage field.

func (*AuthenticationOtpInitializePost200Response) SetSecret ¶

SetSecret gets a reference to the given string and assigns it to the Secret field.

func (*AuthenticationOtpInitializePost200Response) SetSendPassword ¶

func (o *AuthenticationOtpInitializePost200Response) SetSendPassword(v bool)

SetSendPassword gets a reference to the given bool and assigns it to the SendPassword field.

func (*AuthenticationOtpInitializePost200Response) SetState ¶

SetState gets a reference to the given string and assigns it to the State field.

func (*AuthenticationOtpInitializePost200Response) SetTimeout ¶

SetTimeout gets a reference to the given float32 and assigns it to the Timeout field.

func (*AuthenticationOtpInitializePost200Response) SetType ¶

SetType gets a reference to the given string and assigns it to the Type field.

type AuthenticationOtpInitializePostRequest ¶

type AuthenticationOtpInitializePostRequest struct {
	// Some MFA configurations require user password in order to authenticate the user along with the multi-factor. Otherwise not required.
	UserPassword *string `json:"userPassword,omitempty"`
}

AuthenticationOtpInitializePostRequest struct for AuthenticationOtpInitializePostRequest

func NewAuthenticationOtpInitializePostRequest ¶

func NewAuthenticationOtpInitializePostRequest() *AuthenticationOtpInitializePostRequest

NewAuthenticationOtpInitializePostRequest instantiates a new AuthenticationOtpInitializePostRequest object This constructor will assign default values to properties that have it defined, 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 NewAuthenticationOtpInitializePostRequestWithDefaults ¶

func NewAuthenticationOtpInitializePostRequestWithDefaults() *AuthenticationOtpInitializePostRequest

NewAuthenticationOtpInitializePostRequestWithDefaults instantiates a new AuthenticationOtpInitializePostRequest object This 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 (*AuthenticationOtpInitializePostRequest) GetUserPassword ¶

func (o *AuthenticationOtpInitializePostRequest) GetUserPassword() string

GetUserPassword returns the UserPassword field value if set, zero value otherwise.

func (*AuthenticationOtpInitializePostRequest) GetUserPasswordOk ¶

func (o *AuthenticationOtpInitializePostRequest) 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 (*AuthenticationOtpInitializePostRequest) HasUserPassword ¶

func (o *AuthenticationOtpInitializePostRequest) HasUserPassword() bool

HasUserPassword returns a boolean if a field has been set.

func (AuthenticationOtpInitializePostRequest) MarshalJSON ¶

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

func (*AuthenticationOtpInitializePostRequest) SetUserPassword ¶

func (o *AuthenticationOtpInitializePostRequest) SetUserPassword(v string)

SetUserPassword gets a reference to the given string and assigns it to the UserPassword field.

type AuthenticationOtpPostRequest ¶

type AuthenticationOtpPostRequest struct {
	// Depending on the type of the MFA flow, this could be an OTP generated from a device, user password or some dummy value.
	Otp string `json:"otp"`
	// The state value if it was received during initialization.
	State *string `json:"state,omitempty"`
}

AuthenticationOtpPostRequest struct for AuthenticationOtpPostRequest

func NewAuthenticationOtpPostRequest ¶

func NewAuthenticationOtpPostRequest(otp string) *AuthenticationOtpPostRequest

NewAuthenticationOtpPostRequest instantiates a new AuthenticationOtpPostRequest object This constructor will assign default values to properties that have it defined, 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 NewAuthenticationOtpPostRequestWithDefaults ¶

func NewAuthenticationOtpPostRequestWithDefaults() *AuthenticationOtpPostRequest

NewAuthenticationOtpPostRequestWithDefaults instantiates a new AuthenticationOtpPostRequest object This 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 (*AuthenticationOtpPostRequest) GetOtp ¶

GetOtp returns the Otp field value

func (*AuthenticationOtpPostRequest) GetOtpOk ¶

func (o *AuthenticationOtpPostRequest) GetOtpOk() (*string, bool)

GetOtpOk returns a tuple with the Otp field value and a boolean to check if the value has been set.

func (*AuthenticationOtpPostRequest) GetState ¶

func (o *AuthenticationOtpPostRequest) GetState() string

GetState returns the State field value if set, zero value otherwise.

func (*AuthenticationOtpPostRequest) GetStateOk ¶

func (o *AuthenticationOtpPostRequest) 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 (*AuthenticationOtpPostRequest) HasState ¶

func (o *AuthenticationOtpPostRequest) HasState() bool

HasState returns a boolean if a field has been set.

func (AuthenticationOtpPostRequest) MarshalJSON ¶

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

func (*AuthenticationOtpPostRequest) SetOtp ¶

func (o *AuthenticationOtpPostRequest) SetOtp(v string)

SetOtp sets field value

func (*AuthenticationOtpPostRequest) SetState ¶

func (o *AuthenticationOtpPostRequest) SetState(v string)

SetState gets a reference to the given string and assigns it to the State field.

type AuthenticationPost401Response ¶

type AuthenticationPost401Response struct {
	// Machine readable error code.
	Id *string `json:"id,omitempty"`
	// Human readable error details.
	Message *string `json:"message,omitempty"`
	// The authentication failure reason.
	Reason *string `json:"reason,omitempty"`
}

AuthenticationPost401Response struct for AuthenticationPost401Response

func NewAuthenticationPost401Response ¶

func NewAuthenticationPost401Response() *AuthenticationPost401Response

NewAuthenticationPost401Response instantiates a new AuthenticationPost401Response object This constructor will assign default values to properties that have it defined, 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 NewAuthenticationPost401ResponseWithDefaults ¶

func NewAuthenticationPost401ResponseWithDefaults() *AuthenticationPost401Response

NewAuthenticationPost401ResponseWithDefaults instantiates a new AuthenticationPost401Response object This 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 (*AuthenticationPost401Response) GetId ¶

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

func (*AuthenticationPost401Response) GetIdOk ¶

func (o *AuthenticationPost401Response) 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 (*AuthenticationPost401Response) GetMessage ¶

func (o *AuthenticationPost401Response) GetMessage() string

GetMessage returns the Message field value if set, zero value otherwise.

func (*AuthenticationPost401Response) GetMessageOk ¶

func (o *AuthenticationPost401Response) GetMessageOk() (*string, bool)

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

func (*AuthenticationPost401Response) GetReason ¶

func (o *AuthenticationPost401Response) GetReason() string

GetReason returns the Reason field value if set, zero value otherwise.

func (*AuthenticationPost401Response) GetReasonOk ¶

func (o *AuthenticationPost401Response) GetReasonOk() (*string, bool)

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

func (*AuthenticationPost401Response) HasId ¶

HasId returns a boolean if a field has been set.

func (*AuthenticationPost401Response) HasMessage ¶

func (o *AuthenticationPost401Response) HasMessage() bool

HasMessage returns a boolean if a field has been set.

func (*AuthenticationPost401Response) HasReason ¶

func (o *AuthenticationPost401Response) HasReason() bool

HasReason returns a boolean if a field has been set.

func (AuthenticationPost401Response) MarshalJSON ¶

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

func (*AuthenticationPost401Response) SetId ¶

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

func (*AuthenticationPost401Response) SetMessage ¶

func (o *AuthenticationPost401Response) SetMessage(v string)

SetMessage gets a reference to the given string and assigns it to the Message field.

func (*AuthenticationPost401Response) SetReason ¶

func (o *AuthenticationPost401Response) SetReason(v string)

SetReason gets a reference to the given string and assigns it to the Reason field.

type AuthenticationPost401ResponseAllOf ¶

type AuthenticationPost401ResponseAllOf struct {
	// The authentication failure reason.
	Reason *string `json:"reason,omitempty"`
}

AuthenticationPost401ResponseAllOf struct for AuthenticationPost401ResponseAllOf

func NewAuthenticationPost401ResponseAllOf ¶

func NewAuthenticationPost401ResponseAllOf() *AuthenticationPost401ResponseAllOf

NewAuthenticationPost401ResponseAllOf instantiates a new AuthenticationPost401ResponseAllOf object This constructor will assign default values to properties that have it defined, 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 NewAuthenticationPost401ResponseAllOfWithDefaults ¶

func NewAuthenticationPost401ResponseAllOfWithDefaults() *AuthenticationPost401ResponseAllOf

NewAuthenticationPost401ResponseAllOfWithDefaults instantiates a new AuthenticationPost401ResponseAllOf object This 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 (*AuthenticationPost401ResponseAllOf) GetReason ¶

GetReason returns the Reason field value if set, zero value otherwise.

func (*AuthenticationPost401ResponseAllOf) GetReasonOk ¶

func (o *AuthenticationPost401ResponseAllOf) GetReasonOk() (*string, bool)

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

func (*AuthenticationPost401ResponseAllOf) HasReason ¶

HasReason returns a boolean if a field has been set.

func (AuthenticationPost401ResponseAllOf) MarshalJSON ¶

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

func (*AuthenticationPost401ResponseAllOf) SetReason ¶

SetReason gets a reference to the given string and assigns it to the Reason field.

type AutoUpdateSettings ¶

type AutoUpdateSettings struct {
	// Whether the Client Auto-Update is enabled or not.
	Enabled *bool `json:"enabled,omitempty"`
	// The Criteria Script to evaluate the Client claims during authorization in order to decide whether the Client Auto-Update will be applied or not.
	CriteriaScript *string `json:"criteriaScript,omitempty"`
	Windows        *Client `json:"windows,omitempty"`
	MacOS          *Client `json:"macOS,omitempty"`
	Ubuntu         *Client `json:"ubuntu,omitempty"`
	Fedora         *Client `json:"fedora,omitempty"`
	RedHat8        *Client `json:"redHat8,omitempty"`
}

AutoUpdateSettings struct for AutoUpdateSettings

func NewAutoUpdateSettings ¶

func NewAutoUpdateSettings() *AutoUpdateSettings

NewAutoUpdateSettings instantiates a new AutoUpdateSettings object This constructor will assign default values to properties that have it defined, 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 NewAutoUpdateSettingsWithDefaults ¶

func NewAutoUpdateSettingsWithDefaults() *AutoUpdateSettings

NewAutoUpdateSettingsWithDefaults instantiates a new AutoUpdateSettings object This 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 (*AutoUpdateSettings) GetCriteriaScript ¶

func (o *AutoUpdateSettings) GetCriteriaScript() string

GetCriteriaScript returns the CriteriaScript field value if set, zero value otherwise.

func (*AutoUpdateSettings) GetCriteriaScriptOk ¶

func (o *AutoUpdateSettings) GetCriteriaScriptOk() (*string, bool)

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

func (*AutoUpdateSettings) GetEnabled ¶

func (o *AutoUpdateSettings) GetEnabled() bool

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

func (*AutoUpdateSettings) GetEnabledOk ¶

func (o *AutoUpdateSettings) 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 (*AutoUpdateSettings) GetFedora ¶

func (o *AutoUpdateSettings) GetFedora() Client

GetFedora returns the Fedora field value if set, zero value otherwise.

func (*AutoUpdateSettings) GetFedoraOk ¶

func (o *AutoUpdateSettings) GetFedoraOk() (*Client, bool)

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

func (*AutoUpdateSettings) GetMacOS ¶

func (o *AutoUpdateSettings) GetMacOS() Client

GetMacOS returns the MacOS field value if set, zero value otherwise.

func (*AutoUpdateSettings) GetMacOSOk ¶

func (o *AutoUpdateSettings) GetMacOSOk() (*Client, bool)

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

func (*AutoUpdateSettings) GetRedHat8 ¶

func (o *AutoUpdateSettings) GetRedHat8() Client

GetRedHat8 returns the RedHat8 field value if set, zero value otherwise.

func (*AutoUpdateSettings) GetRedHat8Ok ¶

func (o *AutoUpdateSettings) GetRedHat8Ok() (*Client, bool)

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

func (*AutoUpdateSettings) GetUbuntu ¶

func (o *AutoUpdateSettings) GetUbuntu() Client

GetUbuntu returns the Ubuntu field value if set, zero value otherwise.

func (*AutoUpdateSettings) GetUbuntuOk ¶

func (o *AutoUpdateSettings) GetUbuntuOk() (*Client, bool)

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

func (*AutoUpdateSettings) GetWindows ¶

func (o *AutoUpdateSettings) GetWindows() Client

GetWindows returns the Windows field value if set, zero value otherwise.

func (*AutoUpdateSettings) GetWindowsOk ¶

func (o *AutoUpdateSettings) GetWindowsOk() (*Client, bool)

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

func (*AutoUpdateSettings) HasCriteriaScript ¶

func (o *AutoUpdateSettings) HasCriteriaScript() bool

HasCriteriaScript returns a boolean if a field has been set.

func (*AutoUpdateSettings) HasEnabled ¶

func (o *AutoUpdateSettings) HasEnabled() bool

HasEnabled returns a boolean if a field has been set.

func (*AutoUpdateSettings) HasFedora ¶

func (o *AutoUpdateSettings) HasFedora() bool

HasFedora returns a boolean if a field has been set.

func (*AutoUpdateSettings) HasMacOS ¶

func (o *AutoUpdateSettings) HasMacOS() bool

HasMacOS returns a boolean if a field has been set.

func (*AutoUpdateSettings) HasRedHat8 ¶

func (o *AutoUpdateSettings) HasRedHat8() bool

HasRedHat8 returns a boolean if a field has been set.

func (*AutoUpdateSettings) HasUbuntu ¶

func (o *AutoUpdateSettings) HasUbuntu() bool

HasUbuntu returns a boolean if a field has been set.

func (*AutoUpdateSettings) HasWindows ¶

func (o *AutoUpdateSettings) HasWindows() bool

HasWindows returns a boolean if a field has been set.

func (AutoUpdateSettings) MarshalJSON ¶

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

func (*AutoUpdateSettings) SetCriteriaScript ¶

func (o *AutoUpdateSettings) SetCriteriaScript(v string)

SetCriteriaScript gets a reference to the given string and assigns it to the CriteriaScript field.

func (*AutoUpdateSettings) SetEnabled ¶

func (o *AutoUpdateSettings) SetEnabled(v bool)

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

func (*AutoUpdateSettings) SetFedora ¶

func (o *AutoUpdateSettings) SetFedora(v Client)

SetFedora gets a reference to the given Client and assigns it to the Fedora field.

func (*AutoUpdateSettings) SetMacOS ¶

func (o *AutoUpdateSettings) SetMacOS(v Client)

SetMacOS gets a reference to the given Client and assigns it to the MacOS field.

func (*AutoUpdateSettings) SetRedHat8 ¶

func (o *AutoUpdateSettings) SetRedHat8(v Client)

SetRedHat8 gets a reference to the given Client and assigns it to the RedHat8 field.

func (*AutoUpdateSettings) SetUbuntu ¶

func (o *AutoUpdateSettings) SetUbuntu(v Client)

SetUbuntu gets a reference to the given Client and assigns it to the Ubuntu field.

func (*AutoUpdateSettings) SetWindows ¶

func (o *AutoUpdateSettings) SetWindows(v Client)

SetWindows gets a reference to the given Client and assigns it to the Windows field.

type AwsBase ¶

type AwsBase struct {
	// AWS ID to login. Only required if AWS Access Keys are being used to authenticate.
	AwsId *string `json:"awsId,omitempty"`
	// AWS secret to login. Only required if AWS Access Keys are being used to authenticate.
	AwsSecret *string `json:"awsSecret,omitempty"`
	// AWS region. Only required if AWS Access Keys are being used to authenticate.
	AwsRegion *string `json:"awsRegion,omitempty"`
	// Whether to use the credentials from the AWS instance or not.
	UseInstanceCredentials *bool `json:"useInstanceCredentials,omitempty"`
}

AwsBase struct for AwsBase

func NewAwsBase ¶

func NewAwsBase() *AwsBase

NewAwsBase instantiates a new AwsBase object This constructor will assign default values to properties that have it defined, 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 NewAwsBaseWithDefaults ¶

func NewAwsBaseWithDefaults() *AwsBase

NewAwsBaseWithDefaults instantiates a new AwsBase object This 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 (*AwsBase) GetAwsId ¶

func (o *AwsBase) GetAwsId() string

GetAwsId returns the AwsId field value if set, zero value otherwise.

func (*AwsBase) GetAwsIdOk ¶

func (o *AwsBase) GetAwsIdOk() (*string, bool)

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

func (*AwsBase) GetAwsRegion ¶

func (o *AwsBase) GetAwsRegion() string

GetAwsRegion returns the AwsRegion field value if set, zero value otherwise.

func (*AwsBase) GetAwsRegionOk ¶

func (o *AwsBase) GetAwsRegionOk() (*string, bool)

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

func (*AwsBase) GetAwsSecret ¶

func (o *AwsBase) GetAwsSecret() string

GetAwsSecret returns the AwsSecret field value if set, zero value otherwise.

func (*AwsBase) GetAwsSecretOk ¶

func (o *AwsBase) GetAwsSecretOk() (*string, bool)

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

func (*AwsBase) GetUseInstanceCredentials ¶

func (o *AwsBase) GetUseInstanceCredentials() bool

GetUseInstanceCredentials returns the UseInstanceCredentials field value if set, zero value otherwise.

func (*AwsBase) GetUseInstanceCredentialsOk ¶

func (o *AwsBase) GetUseInstanceCredentialsOk() (*bool, bool)

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

func (*AwsBase) HasAwsId ¶

func (o *AwsBase) HasAwsId() bool

HasAwsId returns a boolean if a field has been set.

func (*AwsBase) HasAwsRegion ¶

func (o *AwsBase) HasAwsRegion() bool

HasAwsRegion returns a boolean if a field has been set.

func (*AwsBase) HasAwsSecret ¶

func (o *AwsBase) HasAwsSecret() bool

HasAwsSecret returns a boolean if a field has been set.

func (*AwsBase) HasUseInstanceCredentials ¶

func (o *AwsBase) HasUseInstanceCredentials() bool

HasUseInstanceCredentials returns a boolean if a field has been set.

func (AwsBase) MarshalJSON ¶

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

func (*AwsBase) SetAwsId ¶

func (o *AwsBase) SetAwsId(v string)

SetAwsId gets a reference to the given string and assigns it to the AwsId field.

func (*AwsBase) SetAwsRegion ¶

func (o *AwsBase) SetAwsRegion(v string)

SetAwsRegion gets a reference to the given string and assigns it to the AwsRegion field.

func (*AwsBase) SetAwsSecret ¶

func (o *AwsBase) SetAwsSecret(v string)

SetAwsSecret gets a reference to the given string and assigns it to the AwsSecret field.

func (*AwsBase) SetUseInstanceCredentials ¶

func (o *AwsBase) SetUseInstanceCredentials(v bool)

SetUseInstanceCredentials gets a reference to the given bool and assigns it to the UseInstanceCredentials field.

type AwsKinesis ¶

type AwsKinesis struct {
	// AWS ID to login. Only required if AWS Access Keys are being used to authenticate.
	AwsId *string `json:"awsId,omitempty"`
	// AWS secret to login. Only required if AWS Access Keys are being used to authenticate.
	AwsSecret *string `json:"awsSecret,omitempty"`
	// AWS region. Only required if AWS Access Keys are being used to authenticate.
	AwsRegion *string `json:"awsRegion,omitempty"`
	// Whether to use the credentials from the AWS instance or not.
	UseInstanceCredentials *bool `json:"useInstanceCredentials,omitempty"`
	// AWS Kinesis type
	Type string `json:"type"`
	// Name of the stream.
	StreamName string `json:"streamName"`
	// Batch size for the stream. Used only for \"Stream\" type.
	BatchSize *int32 `json:"batchSize,omitempty"`
	// Number of partition keys to use for the stream. Used only for \"Stream\" type.
	NumberOfPartitionKeys *int32 `json:"numberOfPartitionKeys,omitempty"`
	// JMESPath expression to filter audit logs to forward.
	Filter *string `json:"filter,omitempty"`
}

AwsKinesis struct for AwsKinesis

func NewAwsKinesis ¶

func NewAwsKinesis(type_ string, streamName string) *AwsKinesis

NewAwsKinesis instantiates a new AwsKinesis object This constructor will assign default values to properties that have it defined, 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 NewAwsKinesisWithDefaults ¶

func NewAwsKinesisWithDefaults() *AwsKinesis

NewAwsKinesisWithDefaults instantiates a new AwsKinesis object This 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 (*AwsKinesis) GetAwsId ¶

func (o *AwsKinesis) GetAwsId() string

GetAwsId returns the AwsId field value if set, zero value otherwise.

func (*AwsKinesis) GetAwsIdOk ¶

func (o *AwsKinesis) GetAwsIdOk() (*string, bool)

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

func (*AwsKinesis) GetAwsRegion ¶

func (o *AwsKinesis) GetAwsRegion() string

GetAwsRegion returns the AwsRegion field value if set, zero value otherwise.

func (*AwsKinesis) GetAwsRegionOk ¶

func (o *AwsKinesis) GetAwsRegionOk() (*string, bool)

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

func (*AwsKinesis) GetAwsSecret ¶

func (o *AwsKinesis) GetAwsSecret() string

GetAwsSecret returns the AwsSecret field value if set, zero value otherwise.

func (*AwsKinesis) GetAwsSecretOk ¶

func (o *AwsKinesis) GetAwsSecretOk() (*string, bool)

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

func (*AwsKinesis) GetBatchSize ¶

func (o *AwsKinesis) GetBatchSize() int32

GetBatchSize returns the BatchSize field value if set, zero value otherwise.

func (*AwsKinesis) GetBatchSizeOk ¶

func (o *AwsKinesis) GetBatchSizeOk() (*int32, bool)

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

func (*AwsKinesis) GetFilter ¶

func (o *AwsKinesis) GetFilter() string

GetFilter returns the Filter field value if set, zero value otherwise.

func (*AwsKinesis) GetFilterOk ¶

func (o *AwsKinesis) GetFilterOk() (*string, bool)

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

func (*AwsKinesis) GetNumberOfPartitionKeys ¶

func (o *AwsKinesis) GetNumberOfPartitionKeys() int32

GetNumberOfPartitionKeys returns the NumberOfPartitionKeys field value if set, zero value otherwise.

func (*AwsKinesis) GetNumberOfPartitionKeysOk ¶

func (o *AwsKinesis) GetNumberOfPartitionKeysOk() (*int32, bool)

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

func (*AwsKinesis) GetStreamName ¶

func (o *AwsKinesis) GetStreamName() string

GetStreamName returns the StreamName field value

func (*AwsKinesis) GetStreamNameOk ¶

func (o *AwsKinesis) GetStreamNameOk() (*string, bool)

GetStreamNameOk returns a tuple with the StreamName field value and a boolean to check if the value has been set.

func (*AwsKinesis) GetType ¶

func (o *AwsKinesis) GetType() string

GetType returns the Type field value

func (*AwsKinesis) GetTypeOk ¶

func (o *AwsKinesis) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (*AwsKinesis) GetUseInstanceCredentials ¶

func (o *AwsKinesis) GetUseInstanceCredentials() bool

GetUseInstanceCredentials returns the UseInstanceCredentials field value if set, zero value otherwise.

func (*AwsKinesis) GetUseInstanceCredentialsOk ¶

func (o *AwsKinesis) GetUseInstanceCredentialsOk() (*bool, bool)

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

func (*AwsKinesis) HasAwsId ¶

func (o *AwsKinesis) HasAwsId() bool

HasAwsId returns a boolean if a field has been set.

func (*AwsKinesis) HasAwsRegion ¶

func (o *AwsKinesis) HasAwsRegion() bool

HasAwsRegion returns a boolean if a field has been set.

func (*AwsKinesis) HasAwsSecret ¶

func (o *AwsKinesis) HasAwsSecret() bool

HasAwsSecret returns a boolean if a field has been set.

func (*AwsKinesis) HasBatchSize ¶

func (o *AwsKinesis) HasBatchSize() bool

HasBatchSize returns a boolean if a field has been set.

func (*AwsKinesis) HasFilter ¶

func (o *AwsKinesis) HasFilter() bool

HasFilter returns a boolean if a field has been set.

func (*AwsKinesis) HasNumberOfPartitionKeys ¶

func (o *AwsKinesis) HasNumberOfPartitionKeys() bool

HasNumberOfPartitionKeys returns a boolean if a field has been set.

func (*AwsKinesis) HasUseInstanceCredentials ¶

func (o *AwsKinesis) HasUseInstanceCredentials() bool

HasUseInstanceCredentials returns a boolean if a field has been set.

func (AwsKinesis) MarshalJSON ¶

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

func (*AwsKinesis) SetAwsId ¶

func (o *AwsKinesis) SetAwsId(v string)

SetAwsId gets a reference to the given string and assigns it to the AwsId field.

func (*AwsKinesis) SetAwsRegion ¶

func (o *AwsKinesis) SetAwsRegion(v string)

SetAwsRegion gets a reference to the given string and assigns it to the AwsRegion field.

func (*AwsKinesis) SetAwsSecret ¶

func (o *AwsKinesis) SetAwsSecret(v string)

SetAwsSecret gets a reference to the given string and assigns it to the AwsSecret field.

func (*AwsKinesis) SetBatchSize ¶

func (o *AwsKinesis) SetBatchSize(v int32)

SetBatchSize gets a reference to the given int32 and assigns it to the BatchSize field.

func (*AwsKinesis) SetFilter ¶

func (o *AwsKinesis) SetFilter(v string)

SetFilter gets a reference to the given string and assigns it to the Filter field.

func (*AwsKinesis) SetNumberOfPartitionKeys ¶

func (o *AwsKinesis) SetNumberOfPartitionKeys(v int32)

SetNumberOfPartitionKeys gets a reference to the given int32 and assigns it to the NumberOfPartitionKeys field.

func (*AwsKinesis) SetStreamName ¶

func (o *AwsKinesis) SetStreamName(v string)

SetStreamName sets field value

func (*AwsKinesis) SetType ¶

func (o *AwsKinesis) SetType(v string)

SetType sets field value

func (*AwsKinesis) SetUseInstanceCredentials ¶

func (o *AwsKinesis) SetUseInstanceCredentials(v bool)

SetUseInstanceCredentials gets a reference to the given bool and assigns it to the UseInstanceCredentials field.

type AwsKinesisAllOf ¶

type AwsKinesisAllOf struct {
	// AWS Kinesis type
	Type string `json:"type"`
	// Name of the stream.
	StreamName string `json:"streamName"`
	// Batch size for the stream. Used only for \"Stream\" type.
	BatchSize *int32 `json:"batchSize,omitempty"`
	// Number of partition keys to use for the stream. Used only for \"Stream\" type.
	NumberOfPartitionKeys *int32 `json:"numberOfPartitionKeys,omitempty"`
	// JMESPath expression to filter audit logs to forward.
	Filter *string `json:"filter,omitempty"`
}

AwsKinesisAllOf struct for AwsKinesisAllOf

func NewAwsKinesisAllOf ¶

func NewAwsKinesisAllOf(type_ string, streamName string) *AwsKinesisAllOf

NewAwsKinesisAllOf instantiates a new AwsKinesisAllOf object This constructor will assign default values to properties that have it defined, 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 NewAwsKinesisAllOfWithDefaults ¶

func NewAwsKinesisAllOfWithDefaults() *AwsKinesisAllOf

NewAwsKinesisAllOfWithDefaults instantiates a new AwsKinesisAllOf object This 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 (*AwsKinesisAllOf) GetBatchSize ¶

func (o *AwsKinesisAllOf) GetBatchSize() int32

GetBatchSize returns the BatchSize field value if set, zero value otherwise.

func (*AwsKinesisAllOf) GetBatchSizeOk ¶

func (o *AwsKinesisAllOf) GetBatchSizeOk() (*int32, bool)

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

func (*AwsKinesisAllOf) GetFilter ¶

func (o *AwsKinesisAllOf) GetFilter() string

GetFilter returns the Filter field value if set, zero value otherwise.

func (*AwsKinesisAllOf) GetFilterOk ¶

func (o *AwsKinesisAllOf) GetFilterOk() (*string, bool)

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

func (*AwsKinesisAllOf) GetNumberOfPartitionKeys ¶

func (o *AwsKinesisAllOf) GetNumberOfPartitionKeys() int32

GetNumberOfPartitionKeys returns the NumberOfPartitionKeys field value if set, zero value otherwise.

func (*AwsKinesisAllOf) GetNumberOfPartitionKeysOk ¶

func (o *AwsKinesisAllOf) GetNumberOfPartitionKeysOk() (*int32, bool)

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

func (*AwsKinesisAllOf) GetStreamName ¶

func (o *AwsKinesisAllOf) GetStreamName() string

GetStreamName returns the StreamName field value

func (*AwsKinesisAllOf) GetStreamNameOk ¶

func (o *AwsKinesisAllOf) GetStreamNameOk() (*string, bool)

GetStreamNameOk returns a tuple with the StreamName field value and a boolean to check if the value has been set.

func (*AwsKinesisAllOf) GetType ¶

func (o *AwsKinesisAllOf) GetType() string

GetType returns the Type field value

func (*AwsKinesisAllOf) GetTypeOk ¶

func (o *AwsKinesisAllOf) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (*AwsKinesisAllOf) HasBatchSize ¶

func (o *AwsKinesisAllOf) HasBatchSize() bool

HasBatchSize returns a boolean if a field has been set.

func (*AwsKinesisAllOf) HasFilter ¶

func (o *AwsKinesisAllOf) HasFilter() bool

HasFilter returns a boolean if a field has been set.

func (*AwsKinesisAllOf) HasNumberOfPartitionKeys ¶

func (o *AwsKinesisAllOf) HasNumberOfPartitionKeys() bool

HasNumberOfPartitionKeys returns a boolean if a field has been set.

func (AwsKinesisAllOf) MarshalJSON ¶

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

func (*AwsKinesisAllOf) SetBatchSize ¶

func (o *AwsKinesisAllOf) SetBatchSize(v int32)

SetBatchSize gets a reference to the given int32 and assigns it to the BatchSize field.

func (*AwsKinesisAllOf) SetFilter ¶

func (o *AwsKinesisAllOf) SetFilter(v string)

SetFilter gets a reference to the given string and assigns it to the Filter field.

func (*AwsKinesisAllOf) SetNumberOfPartitionKeys ¶

func (o *AwsKinesisAllOf) SetNumberOfPartitionKeys(v int32)

SetNumberOfPartitionKeys gets a reference to the given int32 and assigns it to the NumberOfPartitionKeys field.

func (*AwsKinesisAllOf) SetStreamName ¶

func (o *AwsKinesisAllOf) SetStreamName(v string)

SetStreamName sets field value

func (*AwsKinesisAllOf) SetType ¶

func (o *AwsKinesisAllOf) SetType(v string)

SetType sets field value

type BaseEntity ¶

type BaseEntity struct {
	// ID of the object.
	Id *string `json:"id,omitempty"`
	// Name of the object.
	Name string `json:"name"`
	// Notes for the object. Used for documentation purposes.
	Notes *string `json:"notes,omitempty"`
	// Create date.
	Created *time.Time `json:"created,omitempty"`
	// Last update date.
	Updated *time.Time `json:"updated,omitempty"`
	// Array of tags.
	Tags []string `json:"tags,omitempty"`
}

BaseEntity struct for BaseEntity

func NewBaseEntity ¶

func NewBaseEntity(name string) *BaseEntity

NewBaseEntity instantiates a new BaseEntity object This constructor will assign default values to properties that have it defined, 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 NewBaseEntityWithDefaults ¶

func NewBaseEntityWithDefaults() *BaseEntity

NewBaseEntityWithDefaults instantiates a new BaseEntity object This 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 (*BaseEntity) GetCreated ¶

func (o *BaseEntity) GetCreated() time.Time

GetCreated returns the Created field value if set, zero value otherwise.

func (*BaseEntity) GetCreatedOk ¶

func (o *BaseEntity) GetCreatedOk() (*time.Time, bool)

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

func (*BaseEntity) GetId ¶

func (o *BaseEntity) GetId() string

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

func (*BaseEntity) GetIdOk ¶

func (o *BaseEntity) 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 (*BaseEntity) GetName ¶

func (o *BaseEntity) GetName() string

GetName returns the Name field value

func (*BaseEntity) GetNameOk ¶

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

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

func (*BaseEntity) GetNotes ¶

func (o *BaseEntity) GetNotes() string

GetNotes returns the Notes field value if set, zero value otherwise.

func (*BaseEntity) GetNotesOk ¶

func (o *BaseEntity) GetNotesOk() (*string, bool)

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

func (*BaseEntity) GetTags ¶

func (o *BaseEntity) GetTags() []string

GetTags returns the Tags field value if set, zero value otherwise.

func (*BaseEntity) GetTagsOk ¶

func (o *BaseEntity) GetTagsOk() ([]string, bool)

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

func (*BaseEntity) GetUpdated ¶

func (o *BaseEntity) GetUpdated() time.Time

GetUpdated returns the Updated field value if set, zero value otherwise.

func (*BaseEntity) GetUpdatedOk ¶

func (o *BaseEntity) GetUpdatedOk() (*time.Time, bool)

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

func (*BaseEntity) HasCreated ¶

func (o *BaseEntity) HasCreated() bool

HasCreated returns a boolean if a field has been set.

func (*BaseEntity) HasId ¶

func (o *BaseEntity) HasId() bool

HasId returns a boolean if a field has been set.

func (*BaseEntity) HasNotes ¶

func (o *BaseEntity) HasNotes() bool

HasNotes returns a boolean if a field has been set.

func (*BaseEntity) HasTags ¶

func (o *BaseEntity) HasTags() bool

HasTags returns a boolean if a field has been set.

func (*BaseEntity) HasUpdated ¶

func (o *BaseEntity) HasUpdated() bool

HasUpdated returns a boolean if a field has been set.

func (BaseEntity) MarshalJSON ¶

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

func (*BaseEntity) SetCreated ¶

func (o *BaseEntity) SetCreated(v time.Time)

SetCreated gets a reference to the given time.Time and assigns it to the Created field.

func (*BaseEntity) SetId ¶

func (o *BaseEntity) SetId(v string)

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

func (*BaseEntity) SetName ¶

func (o *BaseEntity) SetName(v string)

SetName sets field value

func (*BaseEntity) SetNotes ¶

func (o *BaseEntity) SetNotes(v string)

SetNotes gets a reference to the given string and assigns it to the Notes field.

func (*BaseEntity) SetTags ¶

func (o *BaseEntity) SetTags(v []string)

SetTags gets a reference to the given []string and assigns it to the Tags field.

func (*BaseEntity) SetUpdated ¶

func (o *BaseEntity) SetUpdated(v time.Time)

SetUpdated gets a reference to the given time.Time and assigns it to the Updated field.

type BaseIdentityProvider ¶

type BaseIdentityProvider struct {
	// ID of the object.
	Id *string `json:"id,omitempty"`
	// Name of the object.
	Name string `json:"name"`
	// Notes for the object. Used for documentation purposes.
	Notes *string `json:"notes,omitempty"`
	// Create date.
	Created *time.Time `json:"created,omitempty"`
	// Last update date.
	Updated *time.Time `json:"updated,omitempty"`
	// Array of tags.
	Tags []string `json:"tags,omitempty"`
	// The type of the Identity Provider.
	Type string `json:"type"`
	// The IPv4 Pool ID the users in this Identity Provider are going to use to allocate IP addresses for the tunnels.
	IpPoolV4 *string `json:"ipPoolV4,omitempty"`
	// The IPv6 Pool ID the users in this Identity Provider are going to use to allocate IP addresses for the tunnels.
	IpPoolV6 *string `json:"ipPoolV6,omitempty"`
	// The mapping of Identity Provider attributes to claims.
	ClaimMappings []ClaimMappingsInner `json:"claimMappings,omitempty"`
	// ID of the User Claim Scripts to run during authorization.
	UserScripts []string `json:"userScripts,omitempty"`
}

BaseIdentityProvider struct for BaseIdentityProvider

func NewBaseIdentityProvider ¶

func NewBaseIdentityProvider(name string, type_ string) *BaseIdentityProvider

NewBaseIdentityProvider instantiates a new BaseIdentityProvider object This constructor will assign default values to properties that have it defined, 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 NewBaseIdentityProviderWithDefaults ¶

func NewBaseIdentityProviderWithDefaults() *BaseIdentityProvider

NewBaseIdentityProviderWithDefaults instantiates a new BaseIdentityProvider object This 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 (*BaseIdentityProvider) GetClaimMappings ¶

func (o *BaseIdentityProvider) GetClaimMappings() []ClaimMappingsInner

GetClaimMappings returns the ClaimMappings field value if set, zero value otherwise.

func (*BaseIdentityProvider) GetClaimMappingsOk ¶

func (o *BaseIdentityProvider) GetClaimMappingsOk() ([]ClaimMappingsInner, bool)

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

func (*BaseIdentityProvider) GetCreated ¶

func (o *BaseIdentityProvider) GetCreated() time.Time

GetCreated returns the Created field value if set, zero value otherwise.

func (*BaseIdentityProvider) GetCreatedOk ¶

func (o *BaseIdentityProvider) GetCreatedOk() (*time.Time, bool)

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

func (*BaseIdentityProvider) GetId ¶

func (o *BaseIdentityProvider) GetId() string

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

func (*BaseIdentityProvider) GetIdOk ¶

func (o *BaseIdentityProvider) 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 (*BaseIdentityProvider) GetIpPoolV4 ¶

func (o *BaseIdentityProvider) GetIpPoolV4() string

GetIpPoolV4 returns the IpPoolV4 field value if set, zero value otherwise.

func (*BaseIdentityProvider) GetIpPoolV4Ok ¶

func (o *BaseIdentityProvider) GetIpPoolV4Ok() (*string, bool)

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

func (*BaseIdentityProvider) GetIpPoolV6 ¶

func (o *BaseIdentityProvider) GetIpPoolV6() string

GetIpPoolV6 returns the IpPoolV6 field value if set, zero value otherwise.

func (*BaseIdentityProvider) GetIpPoolV6Ok ¶

func (o *BaseIdentityProvider) GetIpPoolV6Ok() (*string, bool)

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

func (*BaseIdentityProvider) GetName ¶

func (o *BaseIdentityProvider) GetName() string

GetName returns the Name field value

func (*BaseIdentityProvider) GetNameOk ¶

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

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

func (*BaseIdentityProvider) GetNotes ¶

func (o *BaseIdentityProvider) GetNotes() string

GetNotes returns the Notes field value if set, zero value otherwise.

func (*BaseIdentityProvider) GetNotesOk ¶

func (o *BaseIdentityProvider) GetNotesOk() (*string, bool)

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

func (*BaseIdentityProvider) GetTags ¶

func (o *BaseIdentityProvider) GetTags() []string

GetTags returns the Tags field value if set, zero value otherwise.

func (*BaseIdentityProvider) GetTagsOk ¶

func (o *BaseIdentityProvider) GetTagsOk() ([]string, bool)

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

func (*BaseIdentityProvider) GetType ¶

func (o *BaseIdentityProvider) GetType() string

GetType returns the Type field value

func (*BaseIdentityProvider) GetTypeOk ¶

func (o *BaseIdentityProvider) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (*BaseIdentityProvider) GetUpdated ¶

func (o *BaseIdentityProvider) GetUpdated() time.Time

GetUpdated returns the Updated field value if set, zero value otherwise.

func (*BaseIdentityProvider) GetUpdatedOk ¶

func (o *BaseIdentityProvider) GetUpdatedOk() (*time.Time, bool)

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

func (*BaseIdentityProvider) GetUserScripts ¶

func (o *BaseIdentityProvider) GetUserScripts() []string

GetUserScripts returns the UserScripts field value if set, zero value otherwise.

func (*BaseIdentityProvider) GetUserScriptsOk ¶

func (o *BaseIdentityProvider) GetUserScriptsOk() ([]string, bool)

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

func (*BaseIdentityProvider) HasClaimMappings ¶

func (o *BaseIdentityProvider) HasClaimMappings() bool

HasClaimMappings returns a boolean if a field has been set.

func (*BaseIdentityProvider) HasCreated ¶

func (o *BaseIdentityProvider) HasCreated() bool

HasCreated returns a boolean if a field has been set.

func (*BaseIdentityProvider) HasId ¶

func (o *BaseIdentityProvider) HasId() bool

HasId returns a boolean if a field has been set.

func (*BaseIdentityProvider) HasIpPoolV4 ¶

func (o *BaseIdentityProvider) HasIpPoolV4() bool

HasIpPoolV4 returns a boolean if a field has been set.

func (*BaseIdentityProvider) HasIpPoolV6 ¶

func (o *BaseIdentityProvider) HasIpPoolV6() bool

HasIpPoolV6 returns a boolean if a field has been set.

func (*BaseIdentityProvider) HasNotes ¶

func (o *BaseIdentityProvider) HasNotes() bool

HasNotes returns a boolean if a field has been set.

func (*BaseIdentityProvider) HasTags ¶

func (o *BaseIdentityProvider) HasTags() bool

HasTags returns a boolean if a field has been set.

func (*BaseIdentityProvider) HasUpdated ¶

func (o *BaseIdentityProvider) HasUpdated() bool

HasUpdated returns a boolean if a field has been set.

func (*BaseIdentityProvider) HasUserScripts ¶

func (o *BaseIdentityProvider) HasUserScripts() bool

HasUserScripts returns a boolean if a field has been set.

func (BaseIdentityProvider) MarshalJSON ¶

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

func (*BaseIdentityProvider) SetClaimMappings ¶

func (o *BaseIdentityProvider) SetClaimMappings(v []ClaimMappingsInner)

SetClaimMappings gets a reference to the given []ClaimMappingsInner and assigns it to the ClaimMappings field.

func (*BaseIdentityProvider) SetCreated ¶

func (o *BaseIdentityProvider) SetCreated(v time.Time)

SetCreated gets a reference to the given time.Time and assigns it to the Created field.

func (*BaseIdentityProvider) SetId ¶

func (o *BaseIdentityProvider) SetId(v string)

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

func (*BaseIdentityProvider) SetIpPoolV4 ¶

func (o *BaseIdentityProvider) SetIpPoolV4(v string)

SetIpPoolV4 gets a reference to the given string and assigns it to the IpPoolV4 field.

func (*BaseIdentityProvider) SetIpPoolV6 ¶

func (o *BaseIdentityProvider) SetIpPoolV6(v string)

SetIpPoolV6 gets a reference to the given string and assigns it to the IpPoolV6 field.

func (*BaseIdentityProvider) SetName ¶

func (o *BaseIdentityProvider) SetName(v string)

SetName sets field value

func (*BaseIdentityProvider) SetNotes ¶

func (o *BaseIdentityProvider) SetNotes(v string)

SetNotes gets a reference to the given string and assigns it to the Notes field.

func (*BaseIdentityProvider) SetTags ¶

func (o *BaseIdentityProvider) SetTags(v []string)

SetTags gets a reference to the given []string and assigns it to the Tags field.

func (*BaseIdentityProvider) SetType ¶

func (o *BaseIdentityProvider) SetType(v string)

SetType sets field value

func (*BaseIdentityProvider) SetUpdated ¶

func (o *BaseIdentityProvider) SetUpdated(v time.Time)

SetUpdated gets a reference to the given time.Time and assigns it to the Updated field.

func (*BaseIdentityProvider) SetUserScripts ¶

func (o *BaseIdentityProvider) SetUserScripts(v []string)

SetUserScripts gets a reference to the given []string and assigns it to the UserScripts field.

type BaseIdentityProviderAllOf ¶

type BaseIdentityProviderAllOf struct {
	// The type of the Identity Provider.
	Type string `json:"type"`
	// The IPv4 Pool ID the users in this Identity Provider are going to use to allocate IP addresses for the tunnels.
	IpPoolV4 *string `json:"ipPoolV4,omitempty"`
	// The IPv6 Pool ID the users in this Identity Provider are going to use to allocate IP addresses for the tunnels.
	IpPoolV6 *string `json:"ipPoolV6,omitempty"`
	// The mapping of Identity Provider attributes to claims.
	ClaimMappings []ClaimMappingsInner `json:"claimMappings,omitempty"`
	// ID of the User Claim Scripts to run during authorization.
	UserScripts []string `json:"userScripts,omitempty"`
}

BaseIdentityProviderAllOf Represents an Identity Provider.

func NewBaseIdentityProviderAllOf ¶

func NewBaseIdentityProviderAllOf(type_ string) *BaseIdentityProviderAllOf

NewBaseIdentityProviderAllOf instantiates a new BaseIdentityProviderAllOf object This constructor will assign default values to properties that have it defined, 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 NewBaseIdentityProviderAllOfWithDefaults ¶

func NewBaseIdentityProviderAllOfWithDefaults() *BaseIdentityProviderAllOf

NewBaseIdentityProviderAllOfWithDefaults instantiates a new BaseIdentityProviderAllOf object This 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 (*BaseIdentityProviderAllOf) GetClaimMappings ¶

func (o *BaseIdentityProviderAllOf) GetClaimMappings() []ClaimMappingsInner

GetClaimMappings returns the ClaimMappings field value if set, zero value otherwise.

func (*BaseIdentityProviderAllOf) GetClaimMappingsOk ¶

func (o *BaseIdentityProviderAllOf) GetClaimMappingsOk() ([]ClaimMappingsInner, bool)

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

func (*BaseIdentityProviderAllOf) GetIpPoolV4 ¶

func (o *BaseIdentityProviderAllOf) GetIpPoolV4() string

GetIpPoolV4 returns the IpPoolV4 field value if set, zero value otherwise.

func (*BaseIdentityProviderAllOf) GetIpPoolV4Ok ¶

func (o *BaseIdentityProviderAllOf) GetIpPoolV4Ok() (*string, bool)

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

func (*BaseIdentityProviderAllOf) GetIpPoolV6 ¶

func (o *BaseIdentityProviderAllOf) GetIpPoolV6() string

GetIpPoolV6 returns the IpPoolV6 field value if set, zero value otherwise.

func (*BaseIdentityProviderAllOf) GetIpPoolV6Ok ¶

func (o *BaseIdentityProviderAllOf) GetIpPoolV6Ok() (*string, bool)

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

func (*BaseIdentityProviderAllOf) GetType ¶

func (o *BaseIdentityProviderAllOf) GetType() string

GetType returns the Type field value

func (*BaseIdentityProviderAllOf) GetTypeOk ¶

func (o *BaseIdentityProviderAllOf) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (*BaseIdentityProviderAllOf) GetUserScripts ¶

func (o *BaseIdentityProviderAllOf) GetUserScripts() []string

GetUserScripts returns the UserScripts field value if set, zero value otherwise.

func (*BaseIdentityProviderAllOf) GetUserScriptsOk ¶

func (o *BaseIdentityProviderAllOf) GetUserScriptsOk() ([]string, bool)

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

func (*BaseIdentityProviderAllOf) HasClaimMappings ¶

func (o *BaseIdentityProviderAllOf) HasClaimMappings() bool

HasClaimMappings returns a boolean if a field has been set.

func (*BaseIdentityProviderAllOf) HasIpPoolV4 ¶

func (o *BaseIdentityProviderAllOf) HasIpPoolV4() bool

HasIpPoolV4 returns a boolean if a field has been set.

func (*BaseIdentityProviderAllOf) HasIpPoolV6 ¶

func (o *BaseIdentityProviderAllOf) HasIpPoolV6() bool

HasIpPoolV6 returns a boolean if a field has been set.

func (*BaseIdentityProviderAllOf) HasUserScripts ¶

func (o *BaseIdentityProviderAllOf) HasUserScripts() bool

HasUserScripts returns a boolean if a field has been set.

func (BaseIdentityProviderAllOf) MarshalJSON ¶

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

func (*BaseIdentityProviderAllOf) SetClaimMappings ¶

func (o *BaseIdentityProviderAllOf) SetClaimMappings(v []ClaimMappingsInner)

SetClaimMappings gets a reference to the given []ClaimMappingsInner and assigns it to the ClaimMappings field.

func (*BaseIdentityProviderAllOf) SetIpPoolV4 ¶

func (o *BaseIdentityProviderAllOf) SetIpPoolV4(v string)

SetIpPoolV4 gets a reference to the given string and assigns it to the IpPoolV4 field.

func (*BaseIdentityProviderAllOf) SetIpPoolV6 ¶

func (o *BaseIdentityProviderAllOf) SetIpPoolV6(v string)

SetIpPoolV6 gets a reference to the given string and assigns it to the IpPoolV6 field.

func (*BaseIdentityProviderAllOf) SetType ¶

func (o *BaseIdentityProviderAllOf) SetType(v string)

SetType sets field value

func (*BaseIdentityProviderAllOf) SetUserScripts ¶

func (o *BaseIdentityProviderAllOf) SetUserScripts(v []string)

SetUserScripts gets a reference to the given []string and assigns it to the UserScripts field.

type BaseStats ¶

type BaseStats struct {
	// User-friendly name for the stats.
	Name *string `json:"name,omitempty"`
	// The time the stats was generated.
	CreationDate *time.Time `json:"creationDate,omitempty"`
	// Recommended refresh interval in minutes.
	RefreshInterval *float32 `json:"refreshInterval,omitempty"`
}

BaseStats struct for BaseStats

func NewBaseStats ¶

func NewBaseStats() *BaseStats

NewBaseStats instantiates a new BaseStats object This constructor will assign default values to properties that have it defined, 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 NewBaseStatsWithDefaults ¶

func NewBaseStatsWithDefaults() *BaseStats

NewBaseStatsWithDefaults instantiates a new BaseStats object This 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 (*BaseStats) GetCreationDate ¶

func (o *BaseStats) GetCreationDate() time.Time

GetCreationDate returns the CreationDate field value if set, zero value otherwise.

func (*BaseStats) GetCreationDateOk ¶

func (o *BaseStats) GetCreationDateOk() (*time.Time, bool)

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

func (*BaseStats) GetName ¶

func (o *BaseStats) GetName() string

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

func (*BaseStats) GetNameOk ¶

func (o *BaseStats) 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 (*BaseStats) GetRefreshInterval ¶

func (o *BaseStats) GetRefreshInterval() float32

GetRefreshInterval returns the RefreshInterval field value if set, zero value otherwise.

func (*BaseStats) GetRefreshIntervalOk ¶

func (o *BaseStats) GetRefreshIntervalOk() (*float32, bool)

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

func (*BaseStats) HasCreationDate ¶

func (o *BaseStats) HasCreationDate() bool

HasCreationDate returns a boolean if a field has been set.

func (*BaseStats) HasName ¶

func (o *BaseStats) HasName() bool

HasName returns a boolean if a field has been set.

func (*BaseStats) HasRefreshInterval ¶

func (o *BaseStats) HasRefreshInterval() bool

HasRefreshInterval returns a boolean if a field has been set.

func (BaseStats) MarshalJSON ¶

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

func (*BaseStats) SetCreationDate ¶

func (o *BaseStats) SetCreationDate(v time.Time)

SetCreationDate gets a reference to the given time.Time and assigns it to the CreationDate field.

func (*BaseStats) SetName ¶

func (o *BaseStats) SetName(v string)

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

func (*BaseStats) SetRefreshInterval ¶

func (o *BaseStats) SetRefreshInterval(v float32)

SetRefreshInterval gets a reference to the given float32 and assigns it to the RefreshInterval field.

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 BigInt ¶

type BigInt struct {
	big.Int
}

func (BigInt) MarshalJSON ¶

func (b BigInt) MarshalJSON() ([]byte, error)

func (BigInt) String ¶

func (b BigInt) String() string

func (*BigInt) UnmarshalJSON ¶

func (b *BigInt) UnmarshalJSON(p []byte) error

type BlackListList ¶

type BlackListList struct {
	// 'The range applied to the list. Format: -/. 3-5/8 means, out of 8 count (query affects the total), the items between (including) the 3rd and the 5th are returned.'
	Range *string `json:"range,omitempty"`
	// The field name used to sort the list.
	OrderBy *string `json:"orderBy,omitempty"`
	// Whether the sorting is applied descending or ascending.
	Descending *bool `json:"descending,omitempty"`
	// The queries applied to the list.
	Queries []string `json:"queries,omitempty"`
	// The filters applied to the list.
	FilterBy []FilterBy `json:"filterBy,omitempty"`
	// List of blacklisted users.
	Data []BlacklistEntry `json:"data,omitempty"`
}

BlackListList struct for BlackListList

func NewBlackListList ¶

func NewBlackListList() *BlackListList

NewBlackListList instantiates a new BlackListList object This constructor will assign default values to properties that have it defined, 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 NewBlackListListWithDefaults ¶

func NewBlackListListWithDefaults() *BlackListList

NewBlackListListWithDefaults instantiates a new BlackListList object This 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 (*BlackListList) GetData ¶

func (o *BlackListList) GetData() []BlacklistEntry

GetData returns the Data field value if set, zero value otherwise.

func (*BlackListList) GetDataOk ¶

func (o *BlackListList) GetDataOk() ([]BlacklistEntry, bool)

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

func (*BlackListList) GetDescending ¶

func (o *BlackListList) GetDescending() bool

GetDescending returns the Descending field value if set, zero value otherwise.

func (*BlackListList) GetDescendingOk ¶

func (o *BlackListList) GetDescendingOk() (*bool, bool)

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

func (*BlackListList) GetFilterBy ¶

func (o *BlackListList) GetFilterBy() []FilterBy

GetFilterBy returns the FilterBy field value if set, zero value otherwise.

func (*BlackListList) GetFilterByOk ¶

func (o *BlackListList) GetFilterByOk() ([]FilterBy, bool)

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

func (*BlackListList) GetOrderBy ¶

func (o *BlackListList) GetOrderBy() string

GetOrderBy returns the OrderBy field value if set, zero value otherwise.

func (*BlackListList) GetOrderByOk ¶

func (o *BlackListList) GetOrderByOk() (*string, bool)

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

func (*BlackListList) GetQueries ¶

func (o *BlackListList) GetQueries() []string

GetQueries returns the Queries field value if set, zero value otherwise.

func (*BlackListList) GetQueriesOk ¶

func (o *BlackListList) GetQueriesOk() ([]string, bool)

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

func (*BlackListList) GetRange ¶

func (o *BlackListList) GetRange() string

GetRange returns the Range field value if set, zero value otherwise.

func (*BlackListList) GetRangeOk ¶

func (o *BlackListList) GetRangeOk() (*string, bool)

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

func (*BlackListList) HasData ¶

func (o *BlackListList) HasData() bool

HasData returns a boolean if a field has been set.

func (*BlackListList) HasDescending ¶

func (o *BlackListList) HasDescending() bool

HasDescending returns a boolean if a field has been set.

func (*BlackListList) HasFilterBy ¶

func (o *BlackListList) HasFilterBy() bool

HasFilterBy returns a boolean if a field has been set.

func (*BlackListList) HasOrderBy ¶

func (o *BlackListList) HasOrderBy() bool

HasOrderBy returns a boolean if a field has been set.

func (*BlackListList) HasQueries ¶

func (o *BlackListList) HasQueries() bool

HasQueries returns a boolean if a field has been set.

func (*BlackListList) HasRange ¶

func (o *BlackListList) HasRange() bool

HasRange returns a boolean if a field has been set.

func (BlackListList) MarshalJSON ¶

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

func (*BlackListList) SetData ¶

func (o *BlackListList) SetData(v []BlacklistEntry)

SetData gets a reference to the given []BlacklistEntry and assigns it to the Data field.

func (*BlackListList) SetDescending ¶

func (o *BlackListList) SetDescending(v bool)

SetDescending gets a reference to the given bool and assigns it to the Descending field.

func (*BlackListList) SetFilterBy ¶

func (o *BlackListList) SetFilterBy(v []FilterBy)

SetFilterBy gets a reference to the given []FilterBy and assigns it to the FilterBy field.

func (*BlackListList) SetOrderBy ¶

func (o *BlackListList) SetOrderBy(v string)

SetOrderBy gets a reference to the given string and assigns it to the OrderBy field.

func (*BlackListList) SetQueries ¶

func (o *BlackListList) SetQueries(v []string)

SetQueries gets a reference to the given []string and assigns it to the Queries field.

func (*BlackListList) SetRange ¶

func (o *BlackListList) SetRange(v string)

SetRange gets a reference to the given string and assigns it to the Range field.

type BlackListListAllOf ¶

type BlackListListAllOf struct {
	// List of blacklisted users.
	Data []BlacklistEntry `json:"data,omitempty"`
}

BlackListListAllOf Represents a list of blacklisted users.

func NewBlackListListAllOf ¶

func NewBlackListListAllOf() *BlackListListAllOf

NewBlackListListAllOf instantiates a new BlackListListAllOf object This constructor will assign default values to properties that have it defined, 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 NewBlackListListAllOfWithDefaults ¶

func NewBlackListListAllOfWithDefaults() *BlackListListAllOf

NewBlackListListAllOfWithDefaults instantiates a new BlackListListAllOf object This 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 (*BlackListListAllOf) GetData ¶

func (o *BlackListListAllOf) GetData() []BlacklistEntry

GetData returns the Data field value if set, zero value otherwise.

func (*BlackListListAllOf) GetDataOk ¶

func (o *BlackListListAllOf) GetDataOk() ([]BlacklistEntry, bool)

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

func (*BlackListListAllOf) HasData ¶

func (o *BlackListListAllOf) HasData() bool

HasData returns a boolean if a field has been set.

func (BlackListListAllOf) MarshalJSON ¶

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

func (*BlackListListAllOf) SetData ¶

func (o *BlackListListAllOf) SetData(v []BlacklistEntry)

SetData gets a reference to the given []BlacklistEntry and assigns it to the Data field.

type BlacklistEntry ¶

type BlacklistEntry struct {
	// Distinguished name of a user. Format: \"CN=,OU=\"
	UserDistinguishedName *string `json:"userDistinguishedName,omitempty"`
	// The username, same as the one in the user Distinguished Name.
	Username *string `json:"username,omitempty"`
	// The provider name of the user, same as the one in the user Distinguished Name.
	ProviderName *string `json:"providerName,omitempty"`
	// The date and time of the blacklisting.
	BlacklistedAt *time.Time `json:"blacklistedAt,omitempty"`
	// The reason for blacklisting. The value is stored and logged.
	Reason *string `json:"reason,omitempty"`
}

BlacklistEntry struct for BlacklistEntry

func NewBlacklistEntry ¶

func NewBlacklistEntry() *BlacklistEntry

NewBlacklistEntry instantiates a new BlacklistEntry object This constructor will assign default values to properties that have it defined, 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 NewBlacklistEntryWithDefaults ¶

func NewBlacklistEntryWithDefaults() *BlacklistEntry

NewBlacklistEntryWithDefaults instantiates a new BlacklistEntry object This 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 (*BlacklistEntry) GetBlacklistedAt ¶

func (o *BlacklistEntry) GetBlacklistedAt() time.Time

GetBlacklistedAt returns the BlacklistedAt field value if set, zero value otherwise.

func (*BlacklistEntry) GetBlacklistedAtOk ¶

func (o *BlacklistEntry) GetBlacklistedAtOk() (*time.Time, bool)

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

func (*BlacklistEntry) GetProviderName ¶

func (o *BlacklistEntry) GetProviderName() string

GetProviderName returns the ProviderName field value if set, zero value otherwise.

func (*BlacklistEntry) GetProviderNameOk ¶

func (o *BlacklistEntry) GetProviderNameOk() (*string, bool)

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

func (*BlacklistEntry) GetReason ¶

func (o *BlacklistEntry) GetReason() string

GetReason returns the Reason field value if set, zero value otherwise.

func (*BlacklistEntry) GetReasonOk ¶

func (o *BlacklistEntry) GetReasonOk() (*string, bool)

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

func (*BlacklistEntry) GetUserDistinguishedName ¶

func (o *BlacklistEntry) GetUserDistinguishedName() string

GetUserDistinguishedName returns the UserDistinguishedName field value if set, zero value otherwise.

func (*BlacklistEntry) GetUserDistinguishedNameOk ¶

func (o *BlacklistEntry) GetUserDistinguishedNameOk() (*string, bool)

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

func (*BlacklistEntry) GetUsername ¶

func (o *BlacklistEntry) GetUsername() string

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

func (*BlacklistEntry) GetUsernameOk ¶

func (o *BlacklistEntry) 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 (*BlacklistEntry) HasBlacklistedAt ¶

func (o *BlacklistEntry) HasBlacklistedAt() bool

HasBlacklistedAt returns a boolean if a field has been set.

func (*BlacklistEntry) HasProviderName ¶

func (o *BlacklistEntry) HasProviderName() bool

HasProviderName returns a boolean if a field has been set.

func (*BlacklistEntry) HasReason ¶

func (o *BlacklistEntry) HasReason() bool

HasReason returns a boolean if a field has been set.

func (*BlacklistEntry) HasUserDistinguishedName ¶

func (o *BlacklistEntry) HasUserDistinguishedName() bool

HasUserDistinguishedName returns a boolean if a field has been set.

func (*BlacklistEntry) HasUsername ¶

func (o *BlacklistEntry) HasUsername() bool

HasUsername returns a boolean if a field has been set.

func (BlacklistEntry) MarshalJSON ¶

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

func (*BlacklistEntry) SetBlacklistedAt ¶

func (o *BlacklistEntry) SetBlacklistedAt(v time.Time)

SetBlacklistedAt gets a reference to the given time.Time and assigns it to the BlacklistedAt field.

func (*BlacklistEntry) SetProviderName ¶

func (o *BlacklistEntry) SetProviderName(v string)

SetProviderName gets a reference to the given string and assigns it to the ProviderName field.

func (*BlacklistEntry) SetReason ¶

func (o *BlacklistEntry) SetReason(v string)

SetReason gets a reference to the given string and assigns it to the Reason field.

func (*BlacklistEntry) SetUserDistinguishedName ¶

func (o *BlacklistEntry) SetUserDistinguishedName(v string)

SetUserDistinguishedName gets a reference to the given string and assigns it to the UserDistinguishedName field.

func (*BlacklistEntry) SetUsername ¶

func (o *BlacklistEntry) SetUsername(v string)

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

type BlacklistEntryAllOf ¶

type BlacklistEntryAllOf struct {
	// The date and time of the blacklisting.
	BlacklistedAt *time.Time `json:"blacklistedAt,omitempty"`
	// The reason for blacklisting. The value is stored and logged.
	Reason *string `json:"reason,omitempty"`
}

BlacklistEntryAllOf Blacklisting details.

func NewBlacklistEntryAllOf ¶

func NewBlacklistEntryAllOf() *BlacklistEntryAllOf

NewBlacklistEntryAllOf instantiates a new BlacklistEntryAllOf object This constructor will assign default values to properties that have it defined, 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 NewBlacklistEntryAllOfWithDefaults ¶

func NewBlacklistEntryAllOfWithDefaults() *BlacklistEntryAllOf

NewBlacklistEntryAllOfWithDefaults instantiates a new BlacklistEntryAllOf object This 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 (*BlacklistEntryAllOf) GetBlacklistedAt ¶

func (o *BlacklistEntryAllOf) GetBlacklistedAt() time.Time

GetBlacklistedAt returns the BlacklistedAt field value if set, zero value otherwise.

func (*BlacklistEntryAllOf) GetBlacklistedAtOk ¶

func (o *BlacklistEntryAllOf) GetBlacklistedAtOk() (*time.Time, bool)

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

func (*BlacklistEntryAllOf) GetReason ¶

func (o *BlacklistEntryAllOf) GetReason() string

GetReason returns the Reason field value if set, zero value otherwise.

func (*BlacklistEntryAllOf) GetReasonOk ¶

func (o *BlacklistEntryAllOf) GetReasonOk() (*string, bool)

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

func (*BlacklistEntryAllOf) HasBlacklistedAt ¶

func (o *BlacklistEntryAllOf) HasBlacklistedAt() bool

HasBlacklistedAt returns a boolean if a field has been set.

func (*BlacklistEntryAllOf) HasReason ¶

func (o *BlacklistEntryAllOf) HasReason() bool

HasReason returns a boolean if a field has been set.

func (BlacklistEntryAllOf) MarshalJSON ¶

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

func (*BlacklistEntryAllOf) SetBlacklistedAt ¶

func (o *BlacklistEntryAllOf) SetBlacklistedAt(v time.Time)

SetBlacklistedAt gets a reference to the given time.Time and assigns it to the BlacklistedAt field.

func (*BlacklistEntryAllOf) SetReason ¶

func (o *BlacklistEntryAllOf) SetReason(v string)

SetReason gets a reference to the given string and assigns it to the Reason field.

type BlacklistedUsersApiService ¶

type BlacklistedUsersApiService service

BlacklistedUsersApiService BlacklistedUsersApi service

func (*BlacklistedUsersApiService) BlacklistDistinguishedNameDelete ¶

func (a *BlacklistedUsersApiService) BlacklistDistinguishedNameDelete(ctx context.Context, distinguishedName string) ApiBlacklistDistinguishedNameDeleteRequest

BlacklistDistinguishedNameDelete Remove the blacklist of a User for the given Distinguished Name.

Remove the blacklist of a User for the given Distinguished Name.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param distinguishedName Distinguished name of the user whose blacklist is to be removed. Format: \"CN=,OU=\"
@return ApiBlacklistDistinguishedNameDeleteRequest

func (*BlacklistedUsersApiService) BlacklistDistinguishedNameDeleteExecute ¶

func (a *BlacklistedUsersApiService) BlacklistDistinguishedNameDeleteExecute(r ApiBlacklistDistinguishedNameDeleteRequest) (*http.Response, error)

Execute executes the request

func (*BlacklistedUsersApiService) BlacklistGet ¶

BlacklistGet List all blacklisted Users.

List all blacklisted Users.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiBlacklistGetRequest

func (*BlacklistedUsersApiService) BlacklistGetExecute ¶

Execute executes the request

@return BlackListList

func (*BlacklistedUsersApiService) BlacklistPost ¶

BlacklistPost Blacklists a User.

Blacklists a User.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiBlacklistPostRequest

func (*BlacklistedUsersApiService) BlacklistPostExecute ¶

Execute executes the request

@return BlacklistEntry

type CaConfig ¶

type CaConfig struct {
	// X.509 certificate version.
	Version *float32 `json:"version,omitempty"`
	// X.509 certificate serial number.
	Serial *string `json:"serial,omitempty"`
	// The issuer name of the certificate.
	Issuer *string `json:"issuer,omitempty"`
	// The subject name of the certificate.
	Subject *string `json:"subject,omitempty"`
	// Since when the certificate is valid from.
	ValidFrom *time.Time `json:"validFrom,omitempty"`
	// Until when the certificate is valid.
	ValidTo *time.Time `json:"validTo,omitempty"`
	// SHA256 fingerprint of the certificate.
	Fingerprint *string `json:"fingerprint,omitempty"`
	// Base64 encoded binary of the certificate. Either DER or PEM formatted depending on the request.
	Certificate *string `json:"certificate,omitempty"`
	// Base64 encoded public key of the certificate.
	SubjectPublicKey *string `json:"subjectPublicKey,omitempty"`
	// Name constraints extension details for permitted hostnames or IPs.
	NameConstraintsPermitted []string `json:"nameConstraintsPermitted,omitempty"`
	// Name constraints extension details for excluded hostnames or IPs.
	NameConstraintsExcluded []string `json:"nameConstraintsExcluded,omitempty"`
	// The URL where the CRL is hosted.
	CrlUrl *string `json:"crlUrl,omitempty"`
}

CaConfig struct for CaConfig

func NewCaConfig ¶

func NewCaConfig() *CaConfig

NewCaConfig instantiates a new CaConfig object This constructor will assign default values to properties that have it defined, 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 NewCaConfigWithDefaults ¶

func NewCaConfigWithDefaults() *CaConfig

NewCaConfigWithDefaults instantiates a new CaConfig object This 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 (*CaConfig) GetCertificate ¶

func (o *CaConfig) GetCertificate() string

GetCertificate returns the Certificate field value if set, zero value otherwise.

func (*CaConfig) GetCertificateOk ¶

func (o *CaConfig) GetCertificateOk() (*string, bool)

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

func (*CaConfig) GetCrlUrl ¶

func (o *CaConfig) GetCrlUrl() string

GetCrlUrl returns the CrlUrl field value if set, zero value otherwise.

func (*CaConfig) GetCrlUrlOk ¶

func (o *CaConfig) 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 (*CaConfig) GetFingerprint ¶

func (o *CaConfig) GetFingerprint() string

GetFingerprint returns the Fingerprint field value if set, zero value otherwise.

func (*CaConfig) GetFingerprintOk ¶

func (o *CaConfig) GetFingerprintOk() (*string, bool)

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

func (*CaConfig) GetIssuer ¶

func (o *CaConfig) GetIssuer() string

GetIssuer returns the Issuer field value if set, zero value otherwise.

func (*CaConfig) GetIssuerOk ¶

func (o *CaConfig) GetIssuerOk() (*string, bool)

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

func (*CaConfig) GetNameConstraintsExcluded ¶

func (o *CaConfig) GetNameConstraintsExcluded() []string

GetNameConstraintsExcluded returns the NameConstraintsExcluded field value if set, zero value otherwise.

func (*CaConfig) GetNameConstraintsExcludedOk ¶

func (o *CaConfig) GetNameConstraintsExcludedOk() ([]string, bool)

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

func (*CaConfig) GetNameConstraintsPermitted ¶

func (o *CaConfig) GetNameConstraintsPermitted() []string

GetNameConstraintsPermitted returns the NameConstraintsPermitted field value if set, zero value otherwise.

func (*CaConfig) GetNameConstraintsPermittedOk ¶

func (o *CaConfig) GetNameConstraintsPermittedOk() ([]string, bool)

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

func (*CaConfig) GetSerial ¶

func (o *CaConfig) GetSerial() string

GetSerial returns the Serial field value if set, zero value otherwise.

func (*CaConfig) GetSerialOk ¶

func (o *CaConfig) GetSerialOk() (*string, bool)

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

func (*CaConfig) GetSubject ¶

func (o *CaConfig) GetSubject() string

GetSubject returns the Subject field value if set, zero value otherwise.

func (*CaConfig) GetSubjectOk ¶

func (o *CaConfig) GetSubjectOk() (*string, bool)

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

func (*CaConfig) GetSubjectPublicKey ¶

func (o *CaConfig) GetSubjectPublicKey() string

GetSubjectPublicKey returns the SubjectPublicKey field value if set, zero value otherwise.

func (*CaConfig) GetSubjectPublicKeyOk ¶

func (o *CaConfig) GetSubjectPublicKeyOk() (*string, bool)

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

func (*CaConfig) GetValidFrom ¶

func (o *CaConfig) GetValidFrom() time.Time

GetValidFrom returns the ValidFrom field value if set, zero value otherwise.

func (*CaConfig) GetValidFromOk ¶

func (o *CaConfig) GetValidFromOk() (*time.Time, bool)

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

func (*CaConfig) GetValidTo ¶

func (o *CaConfig) GetValidTo() time.Time

GetValidTo returns the ValidTo field value if set, zero value otherwise.

func (*CaConfig) GetValidToOk ¶

func (o *CaConfig) GetValidToOk() (*time.Time, bool)

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

func (*CaConfig) GetVersion ¶

func (o *CaConfig) GetVersion() float32

GetVersion returns the Version field value if set, zero value otherwise.

func (*CaConfig) GetVersionOk ¶

func (o *CaConfig) GetVersionOk() (*float32, 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 (*CaConfig) HasCertificate ¶

func (o *CaConfig) HasCertificate() bool

HasCertificate returns a boolean if a field has been set.

func (*CaConfig) HasCrlUrl ¶

func (o *CaConfig) HasCrlUrl() bool

HasCrlUrl returns a boolean if a field has been set.

func (*CaConfig) HasFingerprint ¶

func (o *CaConfig) HasFingerprint() bool

HasFingerprint returns a boolean if a field has been set.

func (*CaConfig) HasIssuer ¶

func (o *CaConfig) HasIssuer() bool

HasIssuer returns a boolean if a field has been set.

func (*CaConfig) HasNameConstraintsExcluded ¶

func (o *CaConfig) HasNameConstraintsExcluded() bool

HasNameConstraintsExcluded returns a boolean if a field has been set.

func (*CaConfig) HasNameConstraintsPermitted ¶

func (o *CaConfig) HasNameConstraintsPermitted() bool

HasNameConstraintsPermitted returns a boolean if a field has been set.

func (*CaConfig) HasSerial ¶

func (o *CaConfig) HasSerial() bool

HasSerial returns a boolean if a field has been set.

func (*CaConfig) HasSubject ¶

func (o *CaConfig) HasSubject() bool

HasSubject returns a boolean if a field has been set.

func (*CaConfig) HasSubjectPublicKey ¶

func (o *CaConfig) HasSubjectPublicKey() bool

HasSubjectPublicKey returns a boolean if a field has been set.

func (*CaConfig) HasValidFrom ¶

func (o *CaConfig) HasValidFrom() bool

HasValidFrom returns a boolean if a field has been set.

func (*CaConfig) HasValidTo ¶

func (o *CaConfig) HasValidTo() bool

HasValidTo returns a boolean if a field has been set.

func (*CaConfig) HasVersion ¶

func (o *CaConfig) HasVersion() bool

HasVersion returns a boolean if a field has been set.

func (CaConfig) MarshalJSON ¶

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

func (*CaConfig) SetCertificate ¶

func (o *CaConfig) SetCertificate(v string)

SetCertificate gets a reference to the given string and assigns it to the Certificate field.

func (*CaConfig) SetCrlUrl ¶

func (o *CaConfig) SetCrlUrl(v string)

SetCrlUrl gets a reference to the given string and assigns it to the CrlUrl field.

func (*CaConfig) SetFingerprint ¶

func (o *CaConfig) SetFingerprint(v string)

SetFingerprint gets a reference to the given string and assigns it to the Fingerprint field.

func (*CaConfig) SetIssuer ¶

func (o *CaConfig) SetIssuer(v string)

SetIssuer gets a reference to the given string and assigns it to the Issuer field.

func (*CaConfig) SetNameConstraintsExcluded ¶

func (o *CaConfig) SetNameConstraintsExcluded(v []string)

SetNameConstraintsExcluded gets a reference to the given []string and assigns it to the NameConstraintsExcluded field.

func (*CaConfig) SetNameConstraintsPermitted ¶

func (o *CaConfig) SetNameConstraintsPermitted(v []string)

SetNameConstraintsPermitted gets a reference to the given []string and assigns it to the NameConstraintsPermitted field.

func (*CaConfig) SetSerial ¶

func (o *CaConfig) SetSerial(v string)

SetSerial gets a reference to the given string and assigns it to the Serial field.

func (*CaConfig) SetSubject ¶

func (o *CaConfig) SetSubject(v string)

SetSubject gets a reference to the given string and assigns it to the Subject field.

func (*CaConfig) SetSubjectPublicKey ¶

func (o *CaConfig) SetSubjectPublicKey(v string)

SetSubjectPublicKey gets a reference to the given string and assigns it to the SubjectPublicKey field.

func (*CaConfig) SetValidFrom ¶

func (o *CaConfig) SetValidFrom(v time.Time)

SetValidFrom gets a reference to the given time.Time and assigns it to the ValidFrom field.

func (*CaConfig) SetValidTo ¶

func (o *CaConfig) SetValidTo(v time.Time)

SetValidTo gets a reference to the given time.Time and assigns it to the ValidTo field.

func (*CaConfig) SetVersion ¶

func (o *CaConfig) SetVersion(v float32)

SetVersion gets a reference to the given float32 and assigns it to the Version field.

type CaConfigAllOf ¶

type CaConfigAllOf struct {
	// Name constraints extension details for permitted hostnames or IPs.
	NameConstraintsPermitted []string `json:"nameConstraintsPermitted,omitempty"`
	// Name constraints extension details for excluded hostnames or IPs.
	NameConstraintsExcluded []string `json:"nameConstraintsExcluded,omitempty"`
	// The URL where the CRL is hosted.
	CrlUrl *string `json:"crlUrl,omitempty"`
}

CaConfigAllOf CA details.

func NewCaConfigAllOf ¶

func NewCaConfigAllOf() *CaConfigAllOf

NewCaConfigAllOf instantiates a new CaConfigAllOf object This constructor will assign default values to properties that have it defined, 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 NewCaConfigAllOfWithDefaults ¶

func NewCaConfigAllOfWithDefaults() *CaConfigAllOf

NewCaConfigAllOfWithDefaults instantiates a new CaConfigAllOf object This 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 (*CaConfigAllOf) GetCrlUrl ¶

func (o *CaConfigAllOf) GetCrlUrl() string

GetCrlUrl returns the CrlUrl field value if set, zero value otherwise.

func (*CaConfigAllOf) GetCrlUrlOk ¶

func (o *CaConfigAllOf) 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 (*CaConfigAllOf) GetNameConstraintsExcluded ¶

func (o *CaConfigAllOf) GetNameConstraintsExcluded() []string

GetNameConstraintsExcluded returns the NameConstraintsExcluded field value if set, zero value otherwise.

func (*CaConfigAllOf) GetNameConstraintsExcludedOk ¶

func (o *CaConfigAllOf) GetNameConstraintsExcludedOk() ([]string, bool)

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

func (*CaConfigAllOf) GetNameConstraintsPermitted ¶

func (o *CaConfigAllOf) GetNameConstraintsPermitted() []string

GetNameConstraintsPermitted returns the NameConstraintsPermitted field value if set, zero value otherwise.

func (*CaConfigAllOf) GetNameConstraintsPermittedOk ¶

func (o *CaConfigAllOf) GetNameConstraintsPermittedOk() ([]string, bool)

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

func (*CaConfigAllOf) HasCrlUrl ¶

func (o *CaConfigAllOf) HasCrlUrl() bool

HasCrlUrl returns a boolean if a field has been set.

func (*CaConfigAllOf) HasNameConstraintsExcluded ¶

func (o *CaConfigAllOf) HasNameConstraintsExcluded() bool

HasNameConstraintsExcluded returns a boolean if a field has been set.

func (*CaConfigAllOf) HasNameConstraintsPermitted ¶

func (o *CaConfigAllOf) HasNameConstraintsPermitted() bool

HasNameConstraintsPermitted returns a boolean if a field has been set.

func (CaConfigAllOf) MarshalJSON ¶

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

func (*CaConfigAllOf) SetCrlUrl ¶

func (o *CaConfigAllOf) SetCrlUrl(v string)

SetCrlUrl gets a reference to the given string and assigns it to the CrlUrl field.

func (*CaConfigAllOf) SetNameConstraintsExcluded ¶

func (o *CaConfigAllOf) SetNameConstraintsExcluded(v []string)

SetNameConstraintsExcluded gets a reference to the given []string and assigns it to the NameConstraintsExcluded field.

func (*CaConfigAllOf) SetNameConstraintsPermitted ¶

func (o *CaConfigAllOf) SetNameConstraintsPermitted(v []string)

SetNameConstraintsPermitted gets a reference to the given []string and assigns it to the NameConstraintsPermitted field.

type CertificateAuthorityApiService ¶

type CertificateAuthorityApiService service

CertificateAuthorityApiService CertificateAuthorityApi service

func (*CertificateAuthorityApiService) CertificateAuthorityCaGet ¶

CertificateAuthorityCaGet Get the current CA Certificate.

Get the current CA Certificate.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCertificateAuthorityCaGetRequest

func (*CertificateAuthorityApiService) CertificateAuthorityCaGetExecute ¶

Execute executes the request

@return CaConfig

func (*CertificateAuthorityApiService) CertificateAuthorityCaNextDelete ¶

CertificateAuthorityCaNextDelete Delete the next CA certificate.

Delete the next CA certificate in order to be able to generate a new one.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCertificateAuthorityCaNextDeleteRequest

func (*CertificateAuthorityApiService) CertificateAuthorityCaNextDeleteExecute ¶

func (a *CertificateAuthorityApiService) CertificateAuthorityCaNextDeleteExecute(r ApiCertificateAuthorityCaNextDeleteRequest) (*http.Response, error)

Execute executes the request

func (*CertificateAuthorityApiService) CertificateAuthorityCaNextGeneratePost ¶

CertificateAuthorityCaNextGeneratePost Generate next CA Certificate.

Generate a new self-signed next CA certificate for migration.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCertificateAuthorityCaNextGeneratePostRequest

func (*CertificateAuthorityApiService) CertificateAuthorityCaNextGeneratePostExecute ¶

func (a *CertificateAuthorityApiService) CertificateAuthorityCaNextGeneratePostExecute(r ApiCertificateAuthorityCaNextGeneratePostRequest) (*CaConfig, *http.Response, error)

Execute executes the request

@return CaConfig

func (*CertificateAuthorityApiService) CertificateAuthorityCaNextGet ¶

CertificateAuthorityCaNextGet Get the next CA Certificate.

Get the next CA Certificate which will be migrated.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCertificateAuthorityCaNextGetRequest

func (*CertificateAuthorityApiService) CertificateAuthorityCaNextGetExecute ¶

func (a *CertificateAuthorityApiService) CertificateAuthorityCaNextGetExecute(r ApiCertificateAuthorityCaNextGetRequest) (*CaConfig, *http.Response, error)

Execute executes the request

@return CaConfig

func (*CertificateAuthorityApiService) CertificateAuthorityCaNextSwitchPost ¶

CertificateAuthorityCaNextSwitchPost Switch to the next CA certificate.

Switch to the next CA certificate. Note that this is a highly disruptive action. Read the manual before proceeding.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCertificateAuthorityCaNextSwitchPostRequest

func (*CertificateAuthorityApiService) CertificateAuthorityCaNextSwitchPostExecute ¶

func (a *CertificateAuthorityApiService) CertificateAuthorityCaNextSwitchPostExecute(r ApiCertificateAuthorityCaNextSwitchPostRequest) (*http.Response, error)

Execute executes the request

func (*CertificateAuthorityApiService) CertificateAuthorityCaNextUploadPost ¶

CertificateAuthorityCaNextUploadPost Upload your own CA Certificate.

Upload your own next CA certificate and private key for migration. The certificate attributes will be validated to match the expected attributes.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCertificateAuthorityCaNextUploadPostRequest

func (*CertificateAuthorityApiService) CertificateAuthorityCaNextUploadPostExecute ¶

func (a *CertificateAuthorityApiService) CertificateAuthorityCaNextUploadPostExecute(r ApiCertificateAuthorityCaNextUploadPostRequest) (*CaConfig, *http.Response, error)

Execute executes the request

@return CaConfig

func (*CertificateAuthorityApiService) CertificateAuthorityCaPemGet ¶

CertificateAuthorityCaPemGet Get the current CA Certificate in PEM format.

Get the current CA Certificate in PEM format.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCertificateAuthorityCaPemGetRequest

func (*CertificateAuthorityApiService) CertificateAuthorityCaPemGetExecute ¶

func (a *CertificateAuthorityApiService) CertificateAuthorityCaPemGetExecute(r ApiCertificateAuthorityCaPemGetRequest) (*CaConfig, *http.Response, error)

Execute executes the request

@return CaConfig

func (*CertificateAuthorityApiService) CertificateAuthorityCrlGet ¶

CertificateAuthorityCrlGet Download CRL file.

Generate and download CRL file for revoked certificates. Valid for a day.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCertificateAuthorityCrlGetRequest

func (*CertificateAuthorityApiService) CertificateAuthorityCrlGetExecute ¶

Execute executes the request

@return CertificateAuthorityCrlGet200Response

func (*CertificateAuthorityApiService) CertificateAuthorityCrlNextGet ¶

CertificateAuthorityCrlNextGet Download CRL file for next CA.

Generate and download an empty CRL file signed by the next CA. The file needs to be available at the CRL server at the time of CA switch. Valid for 1 year.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCertificateAuthorityCrlNextGetRequest

func (*CertificateAuthorityApiService) CertificateAuthorityCrlNextGetExecute ¶

Execute executes the request

@return CertificateAuthorityCrlGet200Response

type CertificateAuthorityCaNextGeneratePostRequest ¶

type CertificateAuthorityCaNextGeneratePostRequest struct {
	// X509 subject name for the CA certificate.
	Subject *string `json:"subject,omitempty"`
	// How long the new CA certificate will be valid.
	ValidityYears *float32 `json:"validityYears,omitempty"`
}

CertificateAuthorityCaNextGeneratePostRequest struct for CertificateAuthorityCaNextGeneratePostRequest

func NewCertificateAuthorityCaNextGeneratePostRequest ¶

func NewCertificateAuthorityCaNextGeneratePostRequest() *CertificateAuthorityCaNextGeneratePostRequest

NewCertificateAuthorityCaNextGeneratePostRequest instantiates a new CertificateAuthorityCaNextGeneratePostRequest object This constructor will assign default values to properties that have it defined, 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 NewCertificateAuthorityCaNextGeneratePostRequestWithDefaults ¶

func NewCertificateAuthorityCaNextGeneratePostRequestWithDefaults() *CertificateAuthorityCaNextGeneratePostRequest

NewCertificateAuthorityCaNextGeneratePostRequestWithDefaults instantiates a new CertificateAuthorityCaNextGeneratePostRequest object This 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 (*CertificateAuthorityCaNextGeneratePostRequest) GetSubject ¶

GetSubject returns the Subject field value if set, zero value otherwise.

func (*CertificateAuthorityCaNextGeneratePostRequest) GetSubjectOk ¶

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

func (*CertificateAuthorityCaNextGeneratePostRequest) GetValidityYears ¶

GetValidityYears returns the ValidityYears field value if set, zero value otherwise.

func (*CertificateAuthorityCaNextGeneratePostRequest) GetValidityYearsOk ¶

func (o *CertificateAuthorityCaNextGeneratePostRequest) GetValidityYearsOk() (*float32, bool)

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

func (*CertificateAuthorityCaNextGeneratePostRequest) HasSubject ¶

HasSubject returns a boolean if a field has been set.

func (*CertificateAuthorityCaNextGeneratePostRequest) HasValidityYears ¶

HasValidityYears returns a boolean if a field has been set.

func (CertificateAuthorityCaNextGeneratePostRequest) MarshalJSON ¶

func (*CertificateAuthorityCaNextGeneratePostRequest) SetSubject ¶

SetSubject gets a reference to the given string and assigns it to the Subject field.

func (*CertificateAuthorityCaNextGeneratePostRequest) SetValidityYears ¶

SetValidityYears gets a reference to the given float32 and assigns it to the ValidityYears field.

type CertificateAuthorityCaNextSwitchPost412Response ¶

type CertificateAuthorityCaNextSwitchPost412Response struct {
	// Machine readable error code.
	Id *string `json:"id,omitempty"`
	// Human readable error details.
	Message *string `json:"message,omitempty"`
	// A dictionary of Appliance name and failure reason.
	FailedAppliances map[string]interface{} `json:"failedAppliances,omitempty"`
}

CertificateAuthorityCaNextSwitchPost412Response struct for CertificateAuthorityCaNextSwitchPost412Response

func NewCertificateAuthorityCaNextSwitchPost412Response ¶

func NewCertificateAuthorityCaNextSwitchPost412Response() *CertificateAuthorityCaNextSwitchPost412Response

NewCertificateAuthorityCaNextSwitchPost412Response instantiates a new CertificateAuthorityCaNextSwitchPost412Response object This constructor will assign default values to properties that have it defined, 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 NewCertificateAuthorityCaNextSwitchPost412ResponseWithDefaults ¶

func NewCertificateAuthorityCaNextSwitchPost412ResponseWithDefaults() *CertificateAuthorityCaNextSwitchPost412Response

NewCertificateAuthorityCaNextSwitchPost412ResponseWithDefaults instantiates a new CertificateAuthorityCaNextSwitchPost412Response object This 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 (*CertificateAuthorityCaNextSwitchPost412Response) GetFailedAppliances ¶

func (o *CertificateAuthorityCaNextSwitchPost412Response) GetFailedAppliances() map[string]interface{}

GetFailedAppliances returns the FailedAppliances field value if set, zero value otherwise.

func (*CertificateAuthorityCaNextSwitchPost412Response) GetFailedAppliancesOk ¶

func (o *CertificateAuthorityCaNextSwitchPost412Response) GetFailedAppliancesOk() (map[string]interface{}, bool)

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

func (*CertificateAuthorityCaNextSwitchPost412Response) GetId ¶

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

func (*CertificateAuthorityCaNextSwitchPost412Response) 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 (*CertificateAuthorityCaNextSwitchPost412Response) GetMessage ¶

GetMessage returns the Message field value if set, zero value otherwise.

func (*CertificateAuthorityCaNextSwitchPost412Response) GetMessageOk ¶

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

func (*CertificateAuthorityCaNextSwitchPost412Response) HasFailedAppliances ¶

func (o *CertificateAuthorityCaNextSwitchPost412Response) HasFailedAppliances() bool

HasFailedAppliances returns a boolean if a field has been set.

func (*CertificateAuthorityCaNextSwitchPost412Response) HasId ¶

HasId returns a boolean if a field has been set.

func (*CertificateAuthorityCaNextSwitchPost412Response) HasMessage ¶

HasMessage returns a boolean if a field has been set.

func (CertificateAuthorityCaNextSwitchPost412Response) MarshalJSON ¶

func (*CertificateAuthorityCaNextSwitchPost412Response) SetFailedAppliances ¶

func (o *CertificateAuthorityCaNextSwitchPost412Response) SetFailedAppliances(v map[string]interface{})

SetFailedAppliances gets a reference to the given map[string]interface{} and assigns it to the FailedAppliances field.

func (*CertificateAuthorityCaNextSwitchPost412Response) SetId ¶

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

func (*CertificateAuthorityCaNextSwitchPost412Response) SetMessage ¶

SetMessage gets a reference to the given string and assigns it to the Message field.

type CertificateAuthorityCaNextSwitchPost412ResponseAllOf ¶

type CertificateAuthorityCaNextSwitchPost412ResponseAllOf struct {
	// A dictionary of Appliance name and failure reason.
	FailedAppliances map[string]interface{} `json:"failedAppliances,omitempty"`
}

CertificateAuthorityCaNextSwitchPost412ResponseAllOf struct for CertificateAuthorityCaNextSwitchPost412ResponseAllOf

func NewCertificateAuthorityCaNextSwitchPost412ResponseAllOf ¶

func NewCertificateAuthorityCaNextSwitchPost412ResponseAllOf() *CertificateAuthorityCaNextSwitchPost412ResponseAllOf

NewCertificateAuthorityCaNextSwitchPost412ResponseAllOf instantiates a new CertificateAuthorityCaNextSwitchPost412ResponseAllOf object This constructor will assign default values to properties that have it defined, 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 NewCertificateAuthorityCaNextSwitchPost412ResponseAllOfWithDefaults ¶

func NewCertificateAuthorityCaNextSwitchPost412ResponseAllOfWithDefaults() *CertificateAuthorityCaNextSwitchPost412ResponseAllOf

NewCertificateAuthorityCaNextSwitchPost412ResponseAllOfWithDefaults instantiates a new CertificateAuthorityCaNextSwitchPost412ResponseAllOf object This 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 (*CertificateAuthorityCaNextSwitchPost412ResponseAllOf) GetFailedAppliances ¶

func (o *CertificateAuthorityCaNextSwitchPost412ResponseAllOf) GetFailedAppliances() map[string]interface{}

GetFailedAppliances returns the FailedAppliances field value if set, zero value otherwise.

func (*CertificateAuthorityCaNextSwitchPost412ResponseAllOf) GetFailedAppliancesOk ¶

func (o *CertificateAuthorityCaNextSwitchPost412ResponseAllOf) GetFailedAppliancesOk() (map[string]interface{}, bool)

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

func (*CertificateAuthorityCaNextSwitchPost412ResponseAllOf) HasFailedAppliances ¶

HasFailedAppliances returns a boolean if a field has been set.

func (CertificateAuthorityCaNextSwitchPost412ResponseAllOf) MarshalJSON ¶

func (*CertificateAuthorityCaNextSwitchPost412ResponseAllOf) SetFailedAppliances ¶

func (o *CertificateAuthorityCaNextSwitchPost412ResponseAllOf) SetFailedAppliances(v map[string]interface{})

SetFailedAppliances gets a reference to the given map[string]interface{} and assigns it to the FailedAppliances field.

type CertificateAuthorityCaNextSwitchPostRequest ¶

type CertificateAuthorityCaNextSwitchPostRequest struct {
	// Force the CA switch without making sure all Appliances are ready.
	Force *bool `json:"force,omitempty"`
}

CertificateAuthorityCaNextSwitchPostRequest struct for CertificateAuthorityCaNextSwitchPostRequest

func NewCertificateAuthorityCaNextSwitchPostRequest ¶

func NewCertificateAuthorityCaNextSwitchPostRequest() *CertificateAuthorityCaNextSwitchPostRequest

NewCertificateAuthorityCaNextSwitchPostRequest instantiates a new CertificateAuthorityCaNextSwitchPostRequest object This constructor will assign default values to properties that have it defined, 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 NewCertificateAuthorityCaNextSwitchPostRequestWithDefaults ¶

func NewCertificateAuthorityCaNextSwitchPostRequestWithDefaults() *CertificateAuthorityCaNextSwitchPostRequest

NewCertificateAuthorityCaNextSwitchPostRequestWithDefaults instantiates a new CertificateAuthorityCaNextSwitchPostRequest object This 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 (*CertificateAuthorityCaNextSwitchPostRequest) GetForce ¶

GetForce returns the Force field value if set, zero value otherwise.

func (*CertificateAuthorityCaNextSwitchPostRequest) GetForceOk ¶

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

func (*CertificateAuthorityCaNextSwitchPostRequest) HasForce ¶

HasForce returns a boolean if a field has been set.

func (CertificateAuthorityCaNextSwitchPostRequest) MarshalJSON ¶

func (*CertificateAuthorityCaNextSwitchPostRequest) SetForce ¶

SetForce gets a reference to the given bool and assigns it to the Force field.

type CertificateAuthorityCrlGet200Response ¶

type CertificateAuthorityCrlGet200Response struct {
	// CRL file in base64 format.
	File *string `json:"file,omitempty"`
}

CertificateAuthorityCrlGet200Response struct for CertificateAuthorityCrlGet200Response

func NewCertificateAuthorityCrlGet200Response ¶

func NewCertificateAuthorityCrlGet200Response() *CertificateAuthorityCrlGet200Response

NewCertificateAuthorityCrlGet200Response instantiates a new CertificateAuthorityCrlGet200Response object This constructor will assign default values to properties that have it defined, 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 NewCertificateAuthorityCrlGet200ResponseWithDefaults ¶

func NewCertificateAuthorityCrlGet200ResponseWithDefaults() *CertificateAuthorityCrlGet200Response

NewCertificateAuthorityCrlGet200ResponseWithDefaults instantiates a new CertificateAuthorityCrlGet200Response object This 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 (*CertificateAuthorityCrlGet200Response) GetFile ¶

GetFile returns the File field value if set, zero value otherwise.

func (*CertificateAuthorityCrlGet200Response) GetFileOk ¶

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

func (*CertificateAuthorityCrlGet200Response) HasFile ¶

HasFile returns a boolean if a field has been set.

func (CertificateAuthorityCrlGet200Response) MarshalJSON ¶

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

func (*CertificateAuthorityCrlGet200Response) SetFile ¶

SetFile gets a reference to the given string and assigns it to the File field.

type CertificateAuthorityIssuedCertificatesRevokedCertificateIdPutRequest ¶

type CertificateAuthorityIssuedCertificatesRevokedCertificateIdPutRequest struct {
	// X509 certificate revocation reason. See RFC 5280.
	Reason *string `json:"reason,omitempty"`
	// Free-text notes for revocation reason.
	Notes *string `json:"notes,omitempty"`
}

CertificateAuthorityIssuedCertificatesRevokedCertificateIdPutRequest struct for CertificateAuthorityIssuedCertificatesRevokedCertificateIdPutRequest

func NewCertificateAuthorityIssuedCertificatesRevokedCertificateIdPutRequest ¶

func NewCertificateAuthorityIssuedCertificatesRevokedCertificateIdPutRequest() *CertificateAuthorityIssuedCertificatesRevokedCertificateIdPutRequest

NewCertificateAuthorityIssuedCertificatesRevokedCertificateIdPutRequest instantiates a new CertificateAuthorityIssuedCertificatesRevokedCertificateIdPutRequest object This constructor will assign default values to properties that have it defined, 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 NewCertificateAuthorityIssuedCertificatesRevokedCertificateIdPutRequestWithDefaults ¶

func NewCertificateAuthorityIssuedCertificatesRevokedCertificateIdPutRequestWithDefaults() *CertificateAuthorityIssuedCertificatesRevokedCertificateIdPutRequest

NewCertificateAuthorityIssuedCertificatesRevokedCertificateIdPutRequestWithDefaults instantiates a new CertificateAuthorityIssuedCertificatesRevokedCertificateIdPutRequest object This 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 (*CertificateAuthorityIssuedCertificatesRevokedCertificateIdPutRequest) GetNotes ¶

GetNotes returns the Notes field value if set, zero value otherwise.

func (*CertificateAuthorityIssuedCertificatesRevokedCertificateIdPutRequest) GetNotesOk ¶

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

func (*CertificateAuthorityIssuedCertificatesRevokedCertificateIdPutRequest) GetReason ¶

GetReason returns the Reason field value if set, zero value otherwise.

func (*CertificateAuthorityIssuedCertificatesRevokedCertificateIdPutRequest) GetReasonOk ¶

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

func (*CertificateAuthorityIssuedCertificatesRevokedCertificateIdPutRequest) HasNotes ¶

HasNotes returns a boolean if a field has been set.

func (*CertificateAuthorityIssuedCertificatesRevokedCertificateIdPutRequest) HasReason ¶

HasReason returns a boolean if a field has been set.

func (CertificateAuthorityIssuedCertificatesRevokedCertificateIdPutRequest) MarshalJSON ¶

func (*CertificateAuthorityIssuedCertificatesRevokedCertificateIdPutRequest) SetNotes ¶

SetNotes gets a reference to the given string and assigns it to the Notes field.

func (*CertificateAuthorityIssuedCertificatesRevokedCertificateIdPutRequest) SetReason ¶

SetReason gets a reference to the given string and assigns it to the Reason field.

type CertificateDetails ¶

type CertificateDetails struct {
	// X.509 certificate version.
	Version *float32 `json:"version,omitempty"`
	// X.509 certificate serial number.
	Serial *string `json:"serial,omitempty"`
	// The issuer name of the certificate.
	Issuer *string `json:"issuer,omitempty"`
	// The subject name of the certificate.
	Subject *string `json:"subject,omitempty"`
	// Since when the certificate is valid from.
	ValidFrom *time.Time `json:"validFrom,omitempty"`
	// Until when the certificate is valid.
	ValidTo *time.Time `json:"validTo,omitempty"`
	// SHA256 fingerprint of the certificate.
	Fingerprint *string `json:"fingerprint,omitempty"`
	// Base64 encoded binary of the certificate. Either DER or PEM formatted depending on the request.
	Certificate *string `json:"certificate,omitempty"`
	// Base64 encoded public key of the certificate.
	SubjectPublicKey *string `json:"subjectPublicKey,omitempty"`
}

CertificateDetails X509 certificate details.

func NewCertificateDetails ¶

func NewCertificateDetails() *CertificateDetails

NewCertificateDetails instantiates a new CertificateDetails object This constructor will assign default values to properties that have it defined, 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 NewCertificateDetailsWithDefaults ¶

func NewCertificateDetailsWithDefaults() *CertificateDetails

NewCertificateDetailsWithDefaults instantiates a new CertificateDetails object This 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 (*CertificateDetails) GetCertificate ¶

func (o *CertificateDetails) GetCertificate() string

GetCertificate returns the Certificate field value if set, zero value otherwise.

func (*CertificateDetails) GetCertificateOk ¶

func (o *CertificateDetails) GetCertificateOk() (*string, bool)

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

func (*CertificateDetails) GetFingerprint ¶

func (o *CertificateDetails) GetFingerprint() string

GetFingerprint returns the Fingerprint field value if set, zero value otherwise.

func (*CertificateDetails) GetFingerprintOk ¶

func (o *CertificateDetails) GetFingerprintOk() (*string, bool)

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

func (*CertificateDetails) GetIssuer ¶

func (o *CertificateDetails) GetIssuer() string

GetIssuer returns the Issuer field value if set, zero value otherwise.

func (*CertificateDetails) GetIssuerOk ¶

func (o *CertificateDetails) GetIssuerOk() (*string, bool)

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

func (*CertificateDetails) GetSerial ¶

func (o *CertificateDetails) GetSerial() string

GetSerial returns the Serial field value if set, zero value otherwise.

func (*CertificateDetails) GetSerialOk ¶

func (o *CertificateDetails) GetSerialOk() (*string, bool)

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

func (*CertificateDetails) GetSubject ¶

func (o *CertificateDetails) GetSubject() string

GetSubject returns the Subject field value if set, zero value otherwise.

func (*CertificateDetails) GetSubjectOk ¶

func (o *CertificateDetails) GetSubjectOk() (*string, bool)

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

func (*CertificateDetails) GetSubjectPublicKey ¶

func (o *CertificateDetails) GetSubjectPublicKey() string

GetSubjectPublicKey returns the SubjectPublicKey field value if set, zero value otherwise.

func (*CertificateDetails) GetSubjectPublicKeyOk ¶

func (o *CertificateDetails) GetSubjectPublicKeyOk() (*string, bool)

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

func (*CertificateDetails) GetValidFrom ¶

func (o *CertificateDetails) GetValidFrom() time.Time

GetValidFrom returns the ValidFrom field value if set, zero value otherwise.

func (*CertificateDetails) GetValidFromOk ¶

func (o *CertificateDetails) GetValidFromOk() (*time.Time, bool)

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

func (*CertificateDetails) GetValidTo ¶

func (o *CertificateDetails) GetValidTo() time.Time

GetValidTo returns the ValidTo field value if set, zero value otherwise.

func (*CertificateDetails) GetValidToOk ¶

func (o *CertificateDetails) GetValidToOk() (*time.Time, bool)

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

func (*CertificateDetails) GetVersion ¶

func (o *CertificateDetails) GetVersion() float32

GetVersion returns the Version field value if set, zero value otherwise.

func (*CertificateDetails) GetVersionOk ¶

func (o *CertificateDetails) GetVersionOk() (*float32, 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 (*CertificateDetails) HasCertificate ¶

func (o *CertificateDetails) HasCertificate() bool

HasCertificate returns a boolean if a field has been set.

func (*CertificateDetails) HasFingerprint ¶

func (o *CertificateDetails) HasFingerprint() bool

HasFingerprint returns a boolean if a field has been set.

func (*CertificateDetails) HasIssuer ¶

func (o *CertificateDetails) HasIssuer() bool

HasIssuer returns a boolean if a field has been set.

func (*CertificateDetails) HasSerial ¶

func (o *CertificateDetails) HasSerial() bool

HasSerial returns a boolean if a field has been set.

func (*CertificateDetails) HasSubject ¶

func (o *CertificateDetails) HasSubject() bool

HasSubject returns a boolean if a field has been set.

func (*CertificateDetails) HasSubjectPublicKey ¶

func (o *CertificateDetails) HasSubjectPublicKey() bool

HasSubjectPublicKey returns a boolean if a field has been set.

func (*CertificateDetails) HasValidFrom ¶

func (o *CertificateDetails) HasValidFrom() bool

HasValidFrom returns a boolean if a field has been set.

func (*CertificateDetails) HasValidTo ¶

func (o *CertificateDetails) HasValidTo() bool

HasValidTo returns a boolean if a field has been set.

func (*CertificateDetails) HasVersion ¶

func (o *CertificateDetails) HasVersion() bool

HasVersion returns a boolean if a field has been set.

func (CertificateDetails) MarshalJSON ¶

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

func (*CertificateDetails) SetCertificate ¶

func (o *CertificateDetails) SetCertificate(v string)

SetCertificate gets a reference to the given string and assigns it to the Certificate field.

func (*CertificateDetails) SetFingerprint ¶

func (o *CertificateDetails) SetFingerprint(v string)

SetFingerprint gets a reference to the given string and assigns it to the Fingerprint field.

func (*CertificateDetails) SetIssuer ¶

func (o *CertificateDetails) SetIssuer(v string)

SetIssuer gets a reference to the given string and assigns it to the Issuer field.

func (*CertificateDetails) SetSerial ¶

func (o *CertificateDetails) SetSerial(v string)

SetSerial gets a reference to the given string and assigns it to the Serial field.

func (*CertificateDetails) SetSubject ¶

func (o *CertificateDetails) SetSubject(v string)

SetSubject gets a reference to the given string and assigns it to the Subject field.

func (*CertificateDetails) SetSubjectPublicKey ¶

func (o *CertificateDetails) SetSubjectPublicKey(v string)

SetSubjectPublicKey gets a reference to the given string and assigns it to the SubjectPublicKey field.

func (*CertificateDetails) SetValidFrom ¶

func (o *CertificateDetails) SetValidFrom(v time.Time)

SetValidFrom gets a reference to the given time.Time and assigns it to the ValidFrom field.

func (*CertificateDetails) SetValidTo ¶

func (o *CertificateDetails) SetValidTo(v time.Time)

SetValidTo gets a reference to the given time.Time and assigns it to the ValidTo field.

func (*CertificateDetails) SetVersion ¶

func (o *CertificateDetails) SetVersion(v float32)

SetVersion gets a reference to the given float32 and assigns it to the Version field.

type ClaimMappingsInner ¶

type ClaimMappingsInner struct {
	// The name of the attribute coming from the Identity Provider.
	AttributeName string `json:"attributeName"`
	// The name of the user claim to be used in Appgate SDP.
	ClaimName string `json:"claimName"`
	// Whether the claim is expected to be a list and have multiple values or not.
	List *bool `json:"list,omitempty"`
	// Whether the claim should be encrypted or not.
	Encrypt *bool `json:"encrypt,omitempty"`
}

ClaimMappingsInner struct for ClaimMappingsInner

func NewClaimMappingsInner ¶

func NewClaimMappingsInner(attributeName string, claimName string) *ClaimMappingsInner

NewClaimMappingsInner instantiates a new ClaimMappingsInner object This constructor will assign default values to properties that have it defined, 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 NewClaimMappingsInnerWithDefaults ¶

func NewClaimMappingsInnerWithDefaults() *ClaimMappingsInner

NewClaimMappingsInnerWithDefaults instantiates a new ClaimMappingsInner object This 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 (*ClaimMappingsInner) GetAttributeName ¶

func (o *ClaimMappingsInner) GetAttributeName() string

GetAttributeName returns the AttributeName field value

func (*ClaimMappingsInner) GetAttributeNameOk ¶

func (o *ClaimMappingsInner) GetAttributeNameOk() (*string, bool)

GetAttributeNameOk returns a tuple with the AttributeName field value and a boolean to check if the value has been set.

func (*ClaimMappingsInner) GetClaimName ¶

func (o *ClaimMappingsInner) GetClaimName() string

GetClaimName returns the ClaimName field value

func (*ClaimMappingsInner) GetClaimNameOk ¶

func (o *ClaimMappingsInner) GetClaimNameOk() (*string, bool)

GetClaimNameOk returns a tuple with the ClaimName field value and a boolean to check if the value has been set.

func (*ClaimMappingsInner) GetEncrypt ¶

func (o *ClaimMappingsInner) GetEncrypt() bool

GetEncrypt returns the Encrypt field value if set, zero value otherwise.

func (*ClaimMappingsInner) GetEncryptOk ¶

func (o *ClaimMappingsInner) GetEncryptOk() (*bool, bool)

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

func (*ClaimMappingsInner) GetList ¶

func (o *ClaimMappingsInner) GetList() bool

GetList returns the List field value if set, zero value otherwise.

func (*ClaimMappingsInner) GetListOk ¶

func (o *ClaimMappingsInner) GetListOk() (*bool, bool)

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

func (*ClaimMappingsInner) HasEncrypt ¶

func (o *ClaimMappingsInner) HasEncrypt() bool

HasEncrypt returns a boolean if a field has been set.

func (*ClaimMappingsInner) HasList ¶

func (o *ClaimMappingsInner) HasList() bool

HasList returns a boolean if a field has been set.

func (ClaimMappingsInner) MarshalJSON ¶

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

func (*ClaimMappingsInner) SetAttributeName ¶

func (o *ClaimMappingsInner) SetAttributeName(v string)

SetAttributeName sets field value

func (*ClaimMappingsInner) SetClaimName ¶

func (o *ClaimMappingsInner) SetClaimName(v string)

SetClaimName sets field value

func (*ClaimMappingsInner) SetEncrypt ¶

func (o *ClaimMappingsInner) SetEncrypt(v bool)

SetEncrypt gets a reference to the given bool and assigns it to the Encrypt field.

func (*ClaimMappingsInner) SetList ¶

func (o *ClaimMappingsInner) SetList(v bool)

SetList gets a reference to the given bool and assigns it to the List field.

type ClaimNamesInner ¶

type ClaimNamesInner struct {
	// Name of the Claim that's available to the JavaScript engine.
	ClaimName *string `json:"claimName,omitempty"`
	// Data type of the Claim.
	Type *string `json:"type,omitempty"`
	// Whether the claim is available to Policy and Criteria Scripts or not. All Claims are available to Conditions and Entitlement Scripts.
	AvailableForPolicy *bool `json:"availableForPolicy,omitempty"`
}

ClaimNamesInner Details of a Claim.

func NewClaimNamesInner ¶

func NewClaimNamesInner() *ClaimNamesInner

NewClaimNamesInner instantiates a new ClaimNamesInner object This constructor will assign default values to properties that have it defined, 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 NewClaimNamesInnerWithDefaults ¶

func NewClaimNamesInnerWithDefaults() *ClaimNamesInner

NewClaimNamesInnerWithDefaults instantiates a new ClaimNamesInner object This 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 (*ClaimNamesInner) GetAvailableForPolicy ¶

func (o *ClaimNamesInner) GetAvailableForPolicy() bool

GetAvailableForPolicy returns the AvailableForPolicy field value if set, zero value otherwise.

func (*ClaimNamesInner) GetAvailableForPolicyOk ¶

func (o *ClaimNamesInner) GetAvailableForPolicyOk() (*bool, bool)

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

func (*ClaimNamesInner) GetClaimName ¶

func (o *ClaimNamesInner) GetClaimName() string

GetClaimName returns the ClaimName field value if set, zero value otherwise.

func (*ClaimNamesInner) GetClaimNameOk ¶

func (o *ClaimNamesInner) GetClaimNameOk() (*string, bool)

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

func (*ClaimNamesInner) GetType ¶

func (o *ClaimNamesInner) GetType() string

GetType returns the Type field value if set, zero value otherwise.

func (*ClaimNamesInner) GetTypeOk ¶

func (o *ClaimNamesInner) 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 (*ClaimNamesInner) HasAvailableForPolicy ¶

func (o *ClaimNamesInner) HasAvailableForPolicy() bool

HasAvailableForPolicy returns a boolean if a field has been set.

func (*ClaimNamesInner) HasClaimName ¶

func (o *ClaimNamesInner) HasClaimName() bool

HasClaimName returns a boolean if a field has been set.

func (*ClaimNamesInner) HasType ¶

func (o *ClaimNamesInner) HasType() bool

HasType returns a boolean if a field has been set.

func (ClaimNamesInner) MarshalJSON ¶

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

func (*ClaimNamesInner) SetAvailableForPolicy ¶

func (o *ClaimNamesInner) SetAvailableForPolicy(v bool)

SetAvailableForPolicy gets a reference to the given bool and assigns it to the AvailableForPolicy field.

func (*ClaimNamesInner) SetClaimName ¶

func (o *ClaimNamesInner) SetClaimName(v string)

SetClaimName gets a reference to the given string and assigns it to the ClaimName field.

func (*ClaimNamesInner) SetType ¶

func (o *ClaimNamesInner) SetType(v string)

SetType gets a reference to the given string and assigns it to the Type field.

type ClaimNamesList ¶

type ClaimNamesList struct {
	User     []ClaimNamesInner `json:"user,omitempty"`
	Device   []ClaimNamesInner `json:"device,omitempty"`
	System   []ClaimNamesInner `json:"system,omitempty"`
	OnDemand []ClaimNamesInner `json:"onDemand,omitempty"`
	// Risk Rules available via ZTP integration.
	ZtpRiskRules []ClaimNamesListZtpRiskRulesInner `json:"ztpRiskRules,omitempty"`
}

ClaimNamesList struct for ClaimNamesList

func NewClaimNamesList ¶

func NewClaimNamesList() *ClaimNamesList

NewClaimNamesList instantiates a new ClaimNamesList object This constructor will assign default values to properties that have it defined, 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 NewClaimNamesListWithDefaults ¶

func NewClaimNamesListWithDefaults() *ClaimNamesList

NewClaimNamesListWithDefaults instantiates a new ClaimNamesList object This 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 (*ClaimNamesList) GetDevice ¶

func (o *ClaimNamesList) GetDevice() []ClaimNamesInner

GetDevice returns the Device field value if set, zero value otherwise.

func (*ClaimNamesList) GetDeviceOk ¶

func (o *ClaimNamesList) GetDeviceOk() ([]ClaimNamesInner, bool)

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

func (*ClaimNamesList) GetOnDemand ¶

func (o *ClaimNamesList) GetOnDemand() []ClaimNamesInner

GetOnDemand returns the OnDemand field value if set, zero value otherwise.

func (*ClaimNamesList) GetOnDemandOk ¶

func (o *ClaimNamesList) GetOnDemandOk() ([]ClaimNamesInner, bool)

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

func (*ClaimNamesList) GetSystem ¶

func (o *ClaimNamesList) GetSystem() []ClaimNamesInner

GetSystem returns the System field value if set, zero value otherwise.

func (*ClaimNamesList) GetSystemOk ¶

func (o *ClaimNamesList) GetSystemOk() ([]ClaimNamesInner, bool)

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

func (*ClaimNamesList) GetUser ¶

func (o *ClaimNamesList) GetUser() []ClaimNamesInner

GetUser returns the User field value if set, zero value otherwise.

func (*ClaimNamesList) GetUserOk ¶

func (o *ClaimNamesList) GetUserOk() ([]ClaimNamesInner, bool)

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

func (*ClaimNamesList) GetZtpRiskRules ¶

func (o *ClaimNamesList) GetZtpRiskRules() []ClaimNamesListZtpRiskRulesInner

GetZtpRiskRules returns the ZtpRiskRules field value if set, zero value otherwise.

func (*ClaimNamesList) GetZtpRiskRulesOk ¶

func (o *ClaimNamesList) GetZtpRiskRulesOk() ([]ClaimNamesListZtpRiskRulesInner, bool)

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

func (*ClaimNamesList) HasDevice ¶

func (o *ClaimNamesList) HasDevice() bool

HasDevice returns a boolean if a field has been set.

func (*ClaimNamesList) HasOnDemand ¶

func (o *ClaimNamesList) HasOnDemand() bool

HasOnDemand returns a boolean if a field has been set.

func (*ClaimNamesList) HasSystem ¶

func (o *ClaimNamesList) HasSystem() bool

HasSystem returns a boolean if a field has been set.

func (*ClaimNamesList) HasUser ¶

func (o *ClaimNamesList) HasUser() bool

HasUser returns a boolean if a field has been set.

func (*ClaimNamesList) HasZtpRiskRules ¶

func (o *ClaimNamesList) HasZtpRiskRules() bool

HasZtpRiskRules returns a boolean if a field has been set.

func (ClaimNamesList) MarshalJSON ¶

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

func (*ClaimNamesList) SetDevice ¶

func (o *ClaimNamesList) SetDevice(v []ClaimNamesInner)

SetDevice gets a reference to the given []ClaimNamesInner and assigns it to the Device field.

func (*ClaimNamesList) SetOnDemand ¶

func (o *ClaimNamesList) SetOnDemand(v []ClaimNamesInner)

SetOnDemand gets a reference to the given []ClaimNamesInner and assigns it to the OnDemand field.

func (*ClaimNamesList) SetSystem ¶

func (o *ClaimNamesList) SetSystem(v []ClaimNamesInner)

SetSystem gets a reference to the given []ClaimNamesInner and assigns it to the System field.

func (*ClaimNamesList) SetUser ¶

func (o *ClaimNamesList) SetUser(v []ClaimNamesInner)

SetUser gets a reference to the given []ClaimNamesInner and assigns it to the User field.

func (*ClaimNamesList) SetZtpRiskRules ¶

func (o *ClaimNamesList) SetZtpRiskRules(v []ClaimNamesListZtpRiskRulesInner)

SetZtpRiskRules gets a reference to the given []ClaimNamesListZtpRiskRulesInner and assigns it to the ZtpRiskRules field.

type ClaimNamesListZtpRiskRulesInner ¶

type ClaimNamesListZtpRiskRulesInner struct {
	// ID of the rule.
	Id *string `json:"id,omitempty"`
	// Name of the rule
	Name *string `json:"name,omitempty"`
}

ClaimNamesListZtpRiskRulesInner struct for ClaimNamesListZtpRiskRulesInner

func NewClaimNamesListZtpRiskRulesInner ¶

func NewClaimNamesListZtpRiskRulesInner() *ClaimNamesListZtpRiskRulesInner

NewClaimNamesListZtpRiskRulesInner instantiates a new ClaimNamesListZtpRiskRulesInner object This constructor will assign default values to properties that have it defined, 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 NewClaimNamesListZtpRiskRulesInnerWithDefaults ¶

func NewClaimNamesListZtpRiskRulesInnerWithDefaults() *ClaimNamesListZtpRiskRulesInner

NewClaimNamesListZtpRiskRulesInnerWithDefaults instantiates a new ClaimNamesListZtpRiskRulesInner object This 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 (*ClaimNamesListZtpRiskRulesInner) GetId ¶

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

func (*ClaimNamesListZtpRiskRulesInner) GetIdOk ¶

func (o *ClaimNamesListZtpRiskRulesInner) 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 (*ClaimNamesListZtpRiskRulesInner) GetName ¶

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

func (*ClaimNamesListZtpRiskRulesInner) GetNameOk ¶

func (o *ClaimNamesListZtpRiskRulesInner) 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 (*ClaimNamesListZtpRiskRulesInner) HasId ¶

HasId returns a boolean if a field has been set.

func (*ClaimNamesListZtpRiskRulesInner) HasName ¶

HasName returns a boolean if a field has been set.

func (ClaimNamesListZtpRiskRulesInner) MarshalJSON ¶

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

func (*ClaimNamesListZtpRiskRulesInner) SetId ¶

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

func (*ClaimNamesListZtpRiskRulesInner) SetName ¶

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

type Client ¶

type Client struct {
	// A publicly acceessible URL for Clients to download the installer from.
	Url *string `json:"url,omitempty"`
	// The version string to compare the Client version. If the Client version is lower than the setting (and the Criteria Script returns true), Client will receive the update notification with the URL setting.
	Version *string `json:"version,omitempty"`
}

Client Client Auto-Update settings for the specified platform.

func NewClient ¶

func NewClient() *Client

NewClient instantiates a new Client object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewClientWithDefaults ¶

func NewClientWithDefaults() *Client

NewClientWithDefaults instantiates a new Client object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*Client) GetUrl ¶

func (o *Client) GetUrl() string

GetUrl returns the Url field value if set, zero value otherwise.

func (*Client) GetUrlOk ¶

func (o *Client) GetUrlOk() (*string, bool)

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

func (*Client) GetVersion ¶

func (o *Client) GetVersion() string

GetVersion returns the Version field value if set, zero value otherwise.

func (*Client) GetVersionOk ¶

func (o *Client) 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 (*Client) HasUrl ¶

func (o *Client) HasUrl() bool

HasUrl returns a boolean if a field has been set.

func (*Client) HasVersion ¶

func (o *Client) HasVersion() bool

HasVersion returns a boolean if a field has been set.

func (Client) MarshalJSON ¶

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

func (*Client) SetUrl ¶

func (o *Client) SetUrl(v string)

SetUrl gets a reference to the given string and assigns it to the Url field.

func (*Client) SetVersion ¶

func (o *Client) SetVersion(v string)

SetVersion gets a reference to the given string and assigns it to the Version field.

type ClientAutoUpdateApiService ¶

type ClientAutoUpdateApiService service

ClientAutoUpdateApiService ClientAutoUpdateApi service

func (*ClientAutoUpdateApiService) AutoUpdateSettingsGet ¶

AutoUpdateSettingsGet View Client Auto-Update settings.

View Client Auto-Update settings.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiAutoUpdateSettingsGetRequest

func (*ClientAutoUpdateApiService) AutoUpdateSettingsGetExecute ¶

Execute executes the request

@return AutoUpdateSettings

func (*ClientAutoUpdateApiService) AutoUpdateSettingsPut ¶

AutoUpdateSettingsPut Update Client Auto-Update settings.

Update Client Auto-Update settings.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiAutoUpdateSettingsPutRequest

func (*ClientAutoUpdateApiService) AutoUpdateSettingsPutExecute ¶

func (a *ClientAutoUpdateApiService) AutoUpdateSettingsPutExecute(r ApiAutoUpdateSettingsPutRequest) (*http.Response, error)

Execute executes the request

type ClientConnections ¶

type ClientConnections struct {
	// SPA mode. Deprecated as of 5.4. Use global-settings API instead.
	// Deprecated
	SpaMode *string `json:"spaMode,omitempty"`
	// The hostname to use for generating profile URLs.
	ProfileHostname *string `json:"profileHostname,omitempty"`
	// Client Profiles.
	Profiles []ClientConnectionsProfilesInner `json:"profiles,omitempty"`
}

ClientConnections struct for ClientConnections

func NewClientConnections ¶

func NewClientConnections() *ClientConnections

NewClientConnections instantiates a new ClientConnections object This constructor will assign default values to properties that have it defined, 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 NewClientConnectionsWithDefaults ¶

func NewClientConnectionsWithDefaults() *ClientConnections

NewClientConnectionsWithDefaults instantiates a new ClientConnections object This 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 (*ClientConnections) GetProfileHostname ¶

func (o *ClientConnections) GetProfileHostname() string

GetProfileHostname returns the ProfileHostname field value if set, zero value otherwise.

func (*ClientConnections) GetProfileHostnameOk ¶

func (o *ClientConnections) GetProfileHostnameOk() (*string, bool)

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

func (*ClientConnections) GetProfiles ¶

GetProfiles returns the Profiles field value if set, zero value otherwise.

func (*ClientConnections) GetProfilesOk ¶

func (o *ClientConnections) GetProfilesOk() ([]ClientConnectionsProfilesInner, bool)

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

func (*ClientConnections) GetSpaMode ¶

func (o *ClientConnections) GetSpaMode() string

GetSpaMode returns the SpaMode field value if set, zero value otherwise. Deprecated

func (*ClientConnections) GetSpaModeOk ¶

func (o *ClientConnections) GetSpaModeOk() (*string, bool)

GetSpaModeOk returns a tuple with the SpaMode field value if set, nil otherwise and a boolean to check if the value has been set. Deprecated

func (*ClientConnections) HasProfileHostname ¶

func (o *ClientConnections) HasProfileHostname() bool

HasProfileHostname returns a boolean if a field has been set.

func (*ClientConnections) HasProfiles ¶

func (o *ClientConnections) HasProfiles() bool

HasProfiles returns a boolean if a field has been set.

func (*ClientConnections) HasSpaMode ¶

func (o *ClientConnections) HasSpaMode() bool

HasSpaMode returns a boolean if a field has been set.

func (ClientConnections) MarshalJSON ¶

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

func (*ClientConnections) SetProfileHostname ¶

func (o *ClientConnections) SetProfileHostname(v string)

SetProfileHostname gets a reference to the given string and assigns it to the ProfileHostname field.

func (*ClientConnections) SetProfiles ¶

SetProfiles gets a reference to the given []ClientConnectionsProfilesInner and assigns it to the Profiles field.

func (*ClientConnections) SetSpaMode ¶

func (o *ClientConnections) SetSpaMode(v string)

SetSpaMode gets a reference to the given string and assigns it to the SpaMode field. Deprecated

type ClientConnectionsProfileNameBarcodeGet200Response ¶

type ClientConnectionsProfileNameBarcodeGet200Response struct {
	// The QR code image in JPG format, in base64 format.
	Barcode *string `json:"barcode,omitempty"`
}

ClientConnectionsProfileNameBarcodeGet200Response struct for ClientConnectionsProfileNameBarcodeGet200Response

func NewClientConnectionsProfileNameBarcodeGet200Response ¶

func NewClientConnectionsProfileNameBarcodeGet200Response() *ClientConnectionsProfileNameBarcodeGet200Response

NewClientConnectionsProfileNameBarcodeGet200Response instantiates a new ClientConnectionsProfileNameBarcodeGet200Response object This constructor will assign default values to properties that have it defined, 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 NewClientConnectionsProfileNameBarcodeGet200ResponseWithDefaults ¶

func NewClientConnectionsProfileNameBarcodeGet200ResponseWithDefaults() *ClientConnectionsProfileNameBarcodeGet200Response

NewClientConnectionsProfileNameBarcodeGet200ResponseWithDefaults instantiates a new ClientConnectionsProfileNameBarcodeGet200Response object This 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 (*ClientConnectionsProfileNameBarcodeGet200Response) GetBarcode ¶

GetBarcode returns the Barcode field value if set, zero value otherwise.

func (*ClientConnectionsProfileNameBarcodeGet200Response) GetBarcodeOk ¶

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

func (*ClientConnectionsProfileNameBarcodeGet200Response) HasBarcode ¶

HasBarcode returns a boolean if a field has been set.

func (ClientConnectionsProfileNameBarcodeGet200Response) MarshalJSON ¶

func (*ClientConnectionsProfileNameBarcodeGet200Response) SetBarcode ¶

SetBarcode gets a reference to the given string and assigns it to the Barcode field.

type ClientConnectionsProfileNameUrlGet200Response ¶

type ClientConnectionsProfileNameUrlGet200Response struct {
	// Connection URL for the profile.
	Url *string `json:"url,omitempty"`
}

ClientConnectionsProfileNameUrlGet200Response struct for ClientConnectionsProfileNameUrlGet200Response

func NewClientConnectionsProfileNameUrlGet200Response ¶

func NewClientConnectionsProfileNameUrlGet200Response() *ClientConnectionsProfileNameUrlGet200Response

NewClientConnectionsProfileNameUrlGet200Response instantiates a new ClientConnectionsProfileNameUrlGet200Response object This constructor will assign default values to properties that have it defined, 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 NewClientConnectionsProfileNameUrlGet200ResponseWithDefaults ¶

func NewClientConnectionsProfileNameUrlGet200ResponseWithDefaults() *ClientConnectionsProfileNameUrlGet200Response

NewClientConnectionsProfileNameUrlGet200ResponseWithDefaults instantiates a new ClientConnectionsProfileNameUrlGet200Response object This 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 (*ClientConnectionsProfileNameUrlGet200Response) GetUrl ¶

GetUrl returns the Url field value if set, zero value otherwise.

func (*ClientConnectionsProfileNameUrlGet200Response) GetUrlOk ¶

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

func (*ClientConnectionsProfileNameUrlGet200Response) HasUrl ¶

HasUrl returns a boolean if a field has been set.

func (ClientConnectionsProfileNameUrlGet200Response) MarshalJSON ¶

func (*ClientConnectionsProfileNameUrlGet200Response) SetUrl ¶

SetUrl gets a reference to the given string and assigns it to the Url field.

type ClientConnectionsProfilesInner ¶

type ClientConnectionsProfilesInner struct {
	// A name to identify the client profile. It will appear on the client UI.
	Name string `json:"name"`
	// SPA key name to be used in the profile. Same key names in different profiles will have the same SPA key. SPA key is used by the client to connect to the controllers.
	SpaKeyName string `json:"spaKeyName"`
	// Name of the Identity Provider to be used to authenticate.
	IdentityProviderName string `json:"identityProviderName"`
	// Connection URL for the profile.
	Url *string `json:"url,omitempty"`
}

ClientConnectionsProfilesInner struct for ClientConnectionsProfilesInner

func NewClientConnectionsProfilesInner ¶

func NewClientConnectionsProfilesInner(name string, spaKeyName string, identityProviderName string) *ClientConnectionsProfilesInner

NewClientConnectionsProfilesInner instantiates a new ClientConnectionsProfilesInner object This constructor will assign default values to properties that have it defined, 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 NewClientConnectionsProfilesInnerWithDefaults ¶

func NewClientConnectionsProfilesInnerWithDefaults() *ClientConnectionsProfilesInner

NewClientConnectionsProfilesInnerWithDefaults instantiates a new ClientConnectionsProfilesInner object This 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 (*ClientConnectionsProfilesInner) GetIdentityProviderName ¶

func (o *ClientConnectionsProfilesInner) GetIdentityProviderName() string

GetIdentityProviderName returns the IdentityProviderName field value

func (*ClientConnectionsProfilesInner) GetIdentityProviderNameOk ¶

func (o *ClientConnectionsProfilesInner) GetIdentityProviderNameOk() (*string, bool)

GetIdentityProviderNameOk returns a tuple with the IdentityProviderName field value and a boolean to check if the value has been set.

func (*ClientConnectionsProfilesInner) GetName ¶

GetName returns the Name field value

func (*ClientConnectionsProfilesInner) GetNameOk ¶

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

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

func (*ClientConnectionsProfilesInner) GetSpaKeyName ¶

func (o *ClientConnectionsProfilesInner) GetSpaKeyName() string

GetSpaKeyName returns the SpaKeyName field value

func (*ClientConnectionsProfilesInner) GetSpaKeyNameOk ¶

func (o *ClientConnectionsProfilesInner) GetSpaKeyNameOk() (*string, bool)

GetSpaKeyNameOk returns a tuple with the SpaKeyName field value and a boolean to check if the value has been set.

func (*ClientConnectionsProfilesInner) GetUrl ¶

GetUrl returns the Url field value if set, zero value otherwise.

func (*ClientConnectionsProfilesInner) GetUrlOk ¶

func (o *ClientConnectionsProfilesInner) GetUrlOk() (*string, bool)

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

func (*ClientConnectionsProfilesInner) HasUrl ¶

HasUrl returns a boolean if a field has been set.

func (ClientConnectionsProfilesInner) MarshalJSON ¶

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

func (*ClientConnectionsProfilesInner) SetIdentityProviderName ¶

func (o *ClientConnectionsProfilesInner) SetIdentityProviderName(v string)

SetIdentityProviderName sets field value

func (*ClientConnectionsProfilesInner) SetName ¶

func (o *ClientConnectionsProfilesInner) SetName(v string)

SetName sets field value

func (*ClientConnectionsProfilesInner) SetSpaKeyName ¶

func (o *ClientConnectionsProfilesInner) SetSpaKeyName(v string)

SetSpaKeyName sets field value

func (*ClientConnectionsProfilesInner) SetUrl ¶

SetUrl gets a reference to the given string and assigns it to the Url field.

type ClientLogsApiService ¶

type ClientLogsApiService service

ClientLogsApiService ClientLogsApi service

func (*ClientLogsApiService) ClientLogsDistinguishedNameGet ¶

func (a *ClientLogsApiService) ClientLogsDistinguishedNameGet(ctx context.Context, distinguishedName string) ApiClientLogsDistinguishedNameGetRequest

ClientLogsDistinguishedNameGet Download log files from Client by Distinguished Name.

Sends a message to Client with the specified Distinguished Name to upload its logs. The logs are collected in a zip archive and returned as a byte stream in the response. This API call must be made with **Accept** header of **application/vnd.appgate.peer-v18+zip**.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param distinguishedName Distinguished name of the user&devices which will be affected by the operation. Format: 'CN=\\<device ID\\>,CN=\\<username\\>,OU=\\<provider name\\>'
@return ApiClientLogsDistinguishedNameGetRequest

func (*ClientLogsApiService) ClientLogsDistinguishedNameGetExecute ¶

func (a *ClientLogsApiService) ClientLogsDistinguishedNameGetExecute(r ApiClientLogsDistinguishedNameGetRequest) (**os.File, *http.Response, error)

Execute executes the request

@return *os.File

type ClientProfile ¶

type ClientProfile struct {
	// ID of the object.
	Id *string `json:"id,omitempty"`
	// A name to identify the client profile. It will appear on the client UI.
	Name string `json:"name"`
	// Notes for the object. Used for documentation purposes.
	Notes *string `json:"notes,omitempty"`
	// Create date.
	Created *time.Time `json:"created,omitempty"`
	// Last update date.
	Updated *time.Time `json:"updated,omitempty"`
	// Array of tags.
	Tags []string `json:"tags,omitempty"`
	// SPA key name to be used in the profile. Same key names in different profiles will have the same SPA key. SPA key is used by the client to connect to the controllers. If left empty, the name will be generated by the controller using the profile name.
	// Deprecated
	SpaKeyName *string `json:"spaKeyName,omitempty"`
	// Name of the Identity Provider to be used to authenticate.
	IdentityProviderName string `json:"identityProviderName"`
	// Overrides the Profile Hostname in global settings for this specific profile. Generated URLs will use this hostname instead.
	Hostname *string `json:"hostname,omitempty"`
	// The Global Profile Hostname as defined in global settings. Generated URLs will use this hostname.
	GlobalHostname *string `json:"globalHostname,omitempty"`
	// Exported time is the last time when the client profile is exported either using  the URL or Barcode.
	Exported *time.Time `json:"exported,omitempty"`
}

ClientProfile struct for ClientProfile

func NewClientProfile ¶

func NewClientProfile(name string, identityProviderName string) *ClientProfile

NewClientProfile instantiates a new ClientProfile object This constructor will assign default values to properties that have it defined, 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 NewClientProfileWithDefaults ¶

func NewClientProfileWithDefaults() *ClientProfile

NewClientProfileWithDefaults instantiates a new ClientProfile object This 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 (*ClientProfile) GetCreated ¶

func (o *ClientProfile) GetCreated() time.Time

GetCreated returns the Created field value if set, zero value otherwise.

func (*ClientProfile) GetCreatedOk ¶

func (o *ClientProfile) GetCreatedOk() (*time.Time, bool)

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

func (*ClientProfile) GetExported ¶

func (o *ClientProfile) GetExported() time.Time

GetExported returns the Exported field value if set, zero value otherwise.

func (*ClientProfile) GetExportedOk ¶

func (o *ClientProfile) GetExportedOk() (*time.Time, bool)

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

func (*ClientProfile) GetGlobalHostname ¶

func (o *ClientProfile) GetGlobalHostname() string

GetGlobalHostname returns the GlobalHostname field value if set, zero value otherwise.

func (*ClientProfile) GetGlobalHostnameOk ¶

func (o *ClientProfile) GetGlobalHostnameOk() (*string, bool)

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

func (*ClientProfile) GetHostname ¶

func (o *ClientProfile) GetHostname() string

GetHostname returns the Hostname field value if set, zero value otherwise.

func (*ClientProfile) GetHostnameOk ¶

func (o *ClientProfile) GetHostnameOk() (*string, bool)

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

func (*ClientProfile) GetId ¶

func (o *ClientProfile) GetId() string

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

func (*ClientProfile) GetIdOk ¶

func (o *ClientProfile) 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 (*ClientProfile) GetIdentityProviderName ¶

func (o *ClientProfile) GetIdentityProviderName() string

GetIdentityProviderName returns the IdentityProviderName field value

func (*ClientProfile) GetIdentityProviderNameOk ¶

func (o *ClientProfile) GetIdentityProviderNameOk() (*string, bool)

GetIdentityProviderNameOk returns a tuple with the IdentityProviderName field value and a boolean to check if the value has been set.

func (*ClientProfile) GetName ¶

func (o *ClientProfile) GetName() string

GetName returns the Name field value

func (*ClientProfile) GetNameOk ¶

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

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

func (*ClientProfile) GetNotes ¶

func (o *ClientProfile) GetNotes() string

GetNotes returns the Notes field value if set, zero value otherwise.

func (*ClientProfile) GetNotesOk ¶

func (o *ClientProfile) GetNotesOk() (*string, bool)

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

func (*ClientProfile) GetSpaKeyName ¶

func (o *ClientProfile) GetSpaKeyName() string

GetSpaKeyName returns the SpaKeyName field value if set, zero value otherwise. Deprecated

func (*ClientProfile) GetSpaKeyNameOk ¶

func (o *ClientProfile) GetSpaKeyNameOk() (*string, bool)

GetSpaKeyNameOk returns a tuple with the SpaKeyName field value if set, nil otherwise and a boolean to check if the value has been set. Deprecated

func (*ClientProfile) GetTags ¶

func (o *ClientProfile) GetTags() []string

GetTags returns the Tags field value if set, zero value otherwise.

func (*ClientProfile) GetTagsOk ¶

func (o *ClientProfile) GetTagsOk() ([]string, bool)

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

func (*ClientProfile) GetUpdated ¶

func (o *ClientProfile) GetUpdated() time.Time

GetUpdated returns the Updated field value if set, zero value otherwise.

func (*ClientProfile) GetUpdatedOk ¶

func (o *ClientProfile) GetUpdatedOk() (*time.Time, bool)

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

func (*ClientProfile) HasCreated ¶

func (o *ClientProfile) HasCreated() bool

HasCreated returns a boolean if a field has been set.

func (*ClientProfile) HasExported ¶

func (o *ClientProfile) HasExported() bool

HasExported returns a boolean if a field has been set.

func (*ClientProfile) HasGlobalHostname ¶

func (o *ClientProfile) HasGlobalHostname() bool

HasGlobalHostname returns a boolean if a field has been set.

func (*ClientProfile) HasHostname ¶

func (o *ClientProfile) HasHostname() bool

HasHostname returns a boolean if a field has been set.

func (*ClientProfile) HasId ¶

func (o *ClientProfile) HasId() bool

HasId returns a boolean if a field has been set.

func (*ClientProfile) HasNotes ¶

func (o *ClientProfile) HasNotes() bool

HasNotes returns a boolean if a field has been set.

func (*ClientProfile) HasSpaKeyName ¶ added in v1.1.1

func (o *ClientProfile) HasSpaKeyName() bool

HasSpaKeyName returns a boolean if a field has been set.

func (*ClientProfile) HasTags ¶

func (o *ClientProfile) HasTags() bool

HasTags returns a boolean if a field has been set.

func (*ClientProfile) HasUpdated ¶

func (o *ClientProfile) HasUpdated() bool

HasUpdated returns a boolean if a field has been set.

func (ClientProfile) MarshalJSON ¶

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

func (*ClientProfile) SetCreated ¶

func (o *ClientProfile) SetCreated(v time.Time)

SetCreated gets a reference to the given time.Time and assigns it to the Created field.

func (*ClientProfile) SetExported ¶

func (o *ClientProfile) SetExported(v time.Time)

SetExported gets a reference to the given time.Time and assigns it to the Exported field.

func (*ClientProfile) SetGlobalHostname ¶

func (o *ClientProfile) SetGlobalHostname(v string)

SetGlobalHostname gets a reference to the given string and assigns it to the GlobalHostname field.

func (*ClientProfile) SetHostname ¶

func (o *ClientProfile) SetHostname(v string)

SetHostname gets a reference to the given string and assigns it to the Hostname field.

func (*ClientProfile) SetId ¶

func (o *ClientProfile) SetId(v string)

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

func (*ClientProfile) SetIdentityProviderName ¶

func (o *ClientProfile) SetIdentityProviderName(v string)

SetIdentityProviderName sets field value

func (*ClientProfile) SetName ¶

func (o *ClientProfile) SetName(v string)

SetName sets field value

func (*ClientProfile) SetNotes ¶

func (o *ClientProfile) SetNotes(v string)

SetNotes gets a reference to the given string and assigns it to the Notes field.

func (*ClientProfile) SetSpaKeyName ¶

func (o *ClientProfile) SetSpaKeyName(v string)

SetSpaKeyName gets a reference to the given string and assigns it to the SpaKeyName field. Deprecated

func (*ClientProfile) SetTags ¶

func (o *ClientProfile) SetTags(v []string)

SetTags gets a reference to the given []string and assigns it to the Tags field.

func (*ClientProfile) SetUpdated ¶

func (o *ClientProfile) SetUpdated(v time.Time)

SetUpdated gets a reference to the given time.Time and assigns it to the Updated field.

type ClientProfileAllOf ¶

type ClientProfileAllOf struct {
	// A name to identify the client profile. It will appear on the client UI.
	Name string `json:"name"`
	// SPA key name to be used in the profile. Same key names in different profiles will have the same SPA key. SPA key is used by the client to connect to the controllers. If left empty, the name will be generated by the controller using the profile name.
	// Deprecated
	SpaKeyName *string `json:"spaKeyName,omitempty"`
	// Name of the Identity Provider to be used to authenticate.
	IdentityProviderName string `json:"identityProviderName"`
	// Overrides the Profile Hostname in global settings for this specific profile. Generated URLs will use this hostname instead.
	Hostname *string `json:"hostname,omitempty"`
	// The Global Profile Hostname as defined in global settings. Generated URLs will use this hostname.
	GlobalHostname *string `json:"globalHostname,omitempty"`
	// Exported time is the last time when the client profile is exported either using  the URL or Barcode.
	Exported *time.Time `json:"exported,omitempty"`
}

ClientProfileAllOf Represents a Client Profile.

func NewClientProfileAllOf ¶

func NewClientProfileAllOf(name string, identityProviderName string) *ClientProfileAllOf

NewClientProfileAllOf instantiates a new ClientProfileAllOf object This constructor will assign default values to properties that have it defined, 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 NewClientProfileAllOfWithDefaults ¶

func NewClientProfileAllOfWithDefaults() *ClientProfileAllOf

NewClientProfileAllOfWithDefaults instantiates a new ClientProfileAllOf object This 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 (*ClientProfileAllOf) GetExported ¶

func (o *ClientProfileAllOf) GetExported() time.Time

GetExported returns the Exported field value if set, zero value otherwise.

func (*ClientProfileAllOf) GetExportedOk ¶

func (o *ClientProfileAllOf) GetExportedOk() (*time.Time, bool)

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

func (*ClientProfileAllOf) GetGlobalHostname ¶

func (o *ClientProfileAllOf) GetGlobalHostname() string

GetGlobalHostname returns the GlobalHostname field value if set, zero value otherwise.

func (*ClientProfileAllOf) GetGlobalHostnameOk ¶

func (o *ClientProfileAllOf) GetGlobalHostnameOk() (*string, bool)

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

func (*ClientProfileAllOf) GetHostname ¶

func (o *ClientProfileAllOf) GetHostname() string

GetHostname returns the Hostname field value if set, zero value otherwise.

func (*ClientProfileAllOf) GetHostnameOk ¶

func (o *ClientProfileAllOf) GetHostnameOk() (*string, bool)

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

func (*ClientProfileAllOf) GetIdentityProviderName ¶

func (o *ClientProfileAllOf) GetIdentityProviderName() string

GetIdentityProviderName returns the IdentityProviderName field value

func (*ClientProfileAllOf) GetIdentityProviderNameOk ¶

func (o *ClientProfileAllOf) GetIdentityProviderNameOk() (*string, bool)

GetIdentityProviderNameOk returns a tuple with the IdentityProviderName field value and a boolean to check if the value has been set.

func (*ClientProfileAllOf) GetName ¶

func (o *ClientProfileAllOf) GetName() string

GetName returns the Name field value

func (*ClientProfileAllOf) GetNameOk ¶

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

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

func (*ClientProfileAllOf) GetSpaKeyName ¶

func (o *ClientProfileAllOf) GetSpaKeyName() string

GetSpaKeyName returns the SpaKeyName field value if set, zero value otherwise. Deprecated

func (*ClientProfileAllOf) GetSpaKeyNameOk ¶

func (o *ClientProfileAllOf) GetSpaKeyNameOk() (*string, bool)

GetSpaKeyNameOk returns a tuple with the SpaKeyName field value if set, nil otherwise and a boolean to check if the value has been set. Deprecated

func (*ClientProfileAllOf) HasExported ¶

func (o *ClientProfileAllOf) HasExported() bool

HasExported returns a boolean if a field has been set.

func (*ClientProfileAllOf) HasGlobalHostname ¶

func (o *ClientProfileAllOf) HasGlobalHostname() bool

HasGlobalHostname returns a boolean if a field has been set.

func (*ClientProfileAllOf) HasHostname ¶

func (o *ClientProfileAllOf) HasHostname() bool

HasHostname returns a boolean if a field has been set.

func (*ClientProfileAllOf) HasSpaKeyName ¶ added in v1.1.1

func (o *ClientProfileAllOf) HasSpaKeyName() bool

HasSpaKeyName returns a boolean if a field has been set.

func (ClientProfileAllOf) MarshalJSON ¶

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

func (*ClientProfileAllOf) SetExported ¶

func (o *ClientProfileAllOf) SetExported(v time.Time)

SetExported gets a reference to the given time.Time and assigns it to the Exported field.

func (*ClientProfileAllOf) SetGlobalHostname ¶

func (o *ClientProfileAllOf) SetGlobalHostname(v string)

SetGlobalHostname gets a reference to the given string and assigns it to the GlobalHostname field.

func (*ClientProfileAllOf) SetHostname ¶

func (o *ClientProfileAllOf) SetHostname(v string)

SetHostname gets a reference to the given string and assigns it to the Hostname field.

func (*ClientProfileAllOf) SetIdentityProviderName ¶

func (o *ClientProfileAllOf) SetIdentityProviderName(v string)

SetIdentityProviderName sets field value

func (*ClientProfileAllOf) SetName ¶

func (o *ClientProfileAllOf) SetName(v string)

SetName sets field value

func (*ClientProfileAllOf) SetSpaKeyName ¶

func (o *ClientProfileAllOf) SetSpaKeyName(v string)

SetSpaKeyName gets a reference to the given string and assigns it to the SpaKeyName field. Deprecated

type ClientProfileList ¶

type ClientProfileList struct {
	// 'The range applied to the list. Format: -/. 3-5/8 means, out of 8 count (query affects the total), the items between (including) the 3rd and the 5th are returned.'
	Range *string `json:"range,omitempty"`
	// The field name used to sort the list.
	OrderBy *string `json:"orderBy,omitempty"`
	// Whether the sorting is applied descending or ascending.
	Descending *bool `json:"descending,omitempty"`
	// The queries applied to the list.
	Queries []string `json:"queries,omitempty"`
	// The filters applied to the list.
	FilterBy []FilterBy `json:"filterBy,omitempty"`
	// List of Client Profiles.
	Data []ClientProfile `json:"data,omitempty"`
}

ClientProfileList struct for ClientProfileList

func NewClientProfileList ¶

func NewClientProfileList() *ClientProfileList

NewClientProfileList instantiates a new ClientProfileList object This constructor will assign default values to properties that have it defined, 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 NewClientProfileListWithDefaults ¶

func NewClientProfileListWithDefaults() *ClientProfileList

NewClientProfileListWithDefaults instantiates a new ClientProfileList object This 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 (*ClientProfileList) GetData ¶

func (o *ClientProfileList) GetData() []ClientProfile

GetData returns the Data field value if set, zero value otherwise.

func (*ClientProfileList) GetDataOk ¶

func (o *ClientProfileList) GetDataOk() ([]ClientProfile, bool)

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

func (*ClientProfileList) GetDescending ¶

func (o *ClientProfileList) GetDescending() bool

GetDescending returns the Descending field value if set, zero value otherwise.

func (*ClientProfileList) GetDescendingOk ¶

func (o *ClientProfileList) GetDescendingOk() (*bool, bool)

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

func (*ClientProfileList) GetFilterBy ¶

func (o *ClientProfileList) GetFilterBy() []FilterBy

GetFilterBy returns the FilterBy field value if set, zero value otherwise.

func (*ClientProfileList) GetFilterByOk ¶

func (o *ClientProfileList) GetFilterByOk() ([]FilterBy, bool)

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

func (*ClientProfileList) GetOrderBy ¶

func (o *ClientProfileList) GetOrderBy() string

GetOrderBy returns the OrderBy field value if set, zero value otherwise.

func (*ClientProfileList) GetOrderByOk ¶

func (o *ClientProfileList) GetOrderByOk() (*string, bool)

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

func (*ClientProfileList) GetQueries ¶

func (o *ClientProfileList) GetQueries() []string

GetQueries returns the Queries field value if set, zero value otherwise.

func (*ClientProfileList) GetQueriesOk ¶

func (o *ClientProfileList) GetQueriesOk() ([]string, bool)

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

func (*ClientProfileList) GetRange ¶

func (o *ClientProfileList) GetRange() string

GetRange returns the Range field value if set, zero value otherwise.

func (*ClientProfileList) GetRangeOk ¶

func (o *ClientProfileList) GetRangeOk() (*string, bool)

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

func (*ClientProfileList) HasData ¶

func (o *ClientProfileList) HasData() bool

HasData returns a boolean if a field has been set.

func (*ClientProfileList) HasDescending ¶

func (o *ClientProfileList) HasDescending() bool

HasDescending returns a boolean if a field has been set.

func (*ClientProfileList) HasFilterBy ¶

func (o *ClientProfileList) HasFilterBy() bool

HasFilterBy returns a boolean if a field has been set.

func (*ClientProfileList) HasOrderBy ¶

func (o *ClientProfileList) HasOrderBy() bool

HasOrderBy returns a boolean if a field has been set.

func (*ClientProfileList) HasQueries ¶

func (o *ClientProfileList) HasQueries() bool

HasQueries returns a boolean if a field has been set.

func (*ClientProfileList) HasRange ¶

func (o *ClientProfileList) HasRange() bool

HasRange returns a boolean if a field has been set.

func (ClientProfileList) MarshalJSON ¶

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

func (*ClientProfileList) SetData ¶

func (o *ClientProfileList) SetData(v []ClientProfile)

SetData gets a reference to the given []ClientProfile and assigns it to the Data field.

func (*ClientProfileList) SetDescending ¶

func (o *ClientProfileList) SetDescending(v bool)

SetDescending gets a reference to the given bool and assigns it to the Descending field.

func (*ClientProfileList) SetFilterBy ¶

func (o *ClientProfileList) SetFilterBy(v []FilterBy)

SetFilterBy gets a reference to the given []FilterBy and assigns it to the FilterBy field.

func (*ClientProfileList) SetOrderBy ¶

func (o *ClientProfileList) SetOrderBy(v string)

SetOrderBy gets a reference to the given string and assigns it to the OrderBy field.

func (*ClientProfileList) SetQueries ¶

func (o *ClientProfileList) SetQueries(v []string)

SetQueries gets a reference to the given []string and assigns it to the Queries field.

func (*ClientProfileList) SetRange ¶

func (o *ClientProfileList) SetRange(v string)

SetRange gets a reference to the given string and assigns it to the Range field.

type ClientProfileListAllOf ¶

type ClientProfileListAllOf struct {
	// List of Client Profiles.
	Data []ClientProfile `json:"data,omitempty"`
}

ClientProfileListAllOf Represents a list of Client Profiles.

func NewClientProfileListAllOf ¶

func NewClientProfileListAllOf() *ClientProfileListAllOf

NewClientProfileListAllOf instantiates a new ClientProfileListAllOf object This constructor will assign default values to properties that have it defined, 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 NewClientProfileListAllOfWithDefaults ¶

func NewClientProfileListAllOfWithDefaults() *ClientProfileListAllOf

NewClientProfileListAllOfWithDefaults instantiates a new ClientProfileListAllOf object This 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 (*ClientProfileListAllOf) GetData ¶

func (o *ClientProfileListAllOf) GetData() []ClientProfile

GetData returns the Data field value if set, zero value otherwise.

func (*ClientProfileListAllOf) GetDataOk ¶

func (o *ClientProfileListAllOf) GetDataOk() ([]ClientProfile, bool)

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

func (*ClientProfileListAllOf) HasData ¶

func (o *ClientProfileListAllOf) HasData() bool

HasData returns a boolean if a field has been set.

func (ClientProfileListAllOf) MarshalJSON ¶

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

func (*ClientProfileListAllOf) SetData ¶

func (o *ClientProfileListAllOf) SetData(v []ClientProfile)

SetData gets a reference to the given []ClientProfile and assigns it to the Data field.

type ClientProfilesApiService ¶

type ClientProfilesApiService service

ClientProfilesApiService ClientProfilesApi service

func (*ClientProfilesApiService) ClientConnectionsDelete ¶

ClientConnectionsDelete Reset Client Connections to the default settings.

Reset Client Connections to the default settings.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiClientConnectionsDeleteRequest

Deprecated

func (*ClientProfilesApiService) ClientConnectionsDeleteExecute ¶

func (a *ClientProfilesApiService) ClientConnectionsDeleteExecute(r ApiClientConnectionsDeleteRequest) (*http.Response, error)

Execute executes the request Deprecated

func (*ClientProfilesApiService) ClientConnectionsGet ¶

ClientConnectionsGet View Client Connection settings.

View Client Connection settings.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiClientConnectionsGetRequest

Deprecated

func (*ClientProfilesApiService) ClientConnectionsGetExecute ¶

Execute executes the request

@return ClientConnections

Deprecated

func (*ClientProfilesApiService) ClientConnectionsProfileNameBarcodeGet ¶

func (a *ClientProfilesApiService) ClientConnectionsProfileNameBarcodeGet(ctx context.Context, profileName string) ApiClientConnectionsProfileNameBarcodeGetRequest

ClientConnectionsProfileNameBarcodeGet Get QR code for connection URL.

Get QR code for connection URL.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param profileName Name of the profile.
@return ApiClientConnectionsProfileNameBarcodeGetRequest

Deprecated

func (*ClientProfilesApiService) ClientConnectionsProfileNameBarcodeGetExecute ¶

Execute executes the request

@return ClientConnectionsProfileNameBarcodeGet200Response

Deprecated

func (*ClientProfilesApiService) ClientConnectionsProfileNameUrlGet ¶

func (a *ClientProfilesApiService) ClientConnectionsProfileNameUrlGet(ctx context.Context, profileName string) ApiClientConnectionsProfileNameUrlGetRequest

ClientConnectionsProfileNameUrlGet Get connection URL for the profile.

Get connection URL for the profile.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param profileName Name of the profile.
@return ApiClientConnectionsProfileNameUrlGetRequest

Deprecated

func (*ClientProfilesApiService) ClientConnectionsProfileNameUrlGetExecute ¶

Execute executes the request

@return ClientConnectionsProfileNameUrlGet200Response

Deprecated

func (*ClientProfilesApiService) ClientConnectionsPut ¶

ClientConnectionsPut Update Client Connection settings.

Update Client Connection settings.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiClientConnectionsPutRequest

Deprecated

func (*ClientProfilesApiService) ClientConnectionsPutExecute ¶

Execute executes the request

@return ClientConnections

Deprecated

func (*ClientProfilesApiService) ClientProfilesGet ¶

ClientProfilesGet List all Client Profiles.

List all Client Profiles visible to current user.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiClientProfilesGetRequest

func (*ClientProfilesApiService) ClientProfilesGetExecute ¶

Execute executes the request

@return ClientProfileList

func (*ClientProfilesApiService) ClientProfilesIdBarcodeGet ¶

ClientProfilesIdBarcodeGet Get QR code for a Client Profile URL.

Get QR code for Client Profile URL.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id ID of the object.
@return ApiClientProfilesIdBarcodeGetRequest

func (*ClientProfilesApiService) ClientProfilesIdBarcodeGetExecute ¶

Execute executes the request

@return ClientProfilesIdBarcodeGet200Response

func (*ClientProfilesApiService) ClientProfilesIdDelete ¶

ClientProfilesIdDelete Delete a specific Client Profile.

Delete a specific Client Profile.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id ID of the object.
@return ApiClientProfilesIdDeleteRequest

func (*ClientProfilesApiService) ClientProfilesIdDeleteExecute ¶

func (a *ClientProfilesApiService) ClientProfilesIdDeleteExecute(r ApiClientProfilesIdDeleteRequest) (*http.Response, error)

Execute executes the request

func (*ClientProfilesApiService) ClientProfilesIdGet ¶

ClientProfilesIdGet Get a specific Client Profile.

Get a specific Client Profile.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id ID of the object.
@return ApiClientProfilesIdGetRequest

func (*ClientProfilesApiService) ClientProfilesIdGetExecute ¶

Execute executes the request

@return ClientProfile

func (*ClientProfilesApiService) ClientProfilesIdPut ¶

ClientProfilesIdPut Update an existing Client Profile.

Update an existing Client Profile.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id ID of the object.
@return ApiClientProfilesIdPutRequest

func (*ClientProfilesApiService) ClientProfilesIdPutExecute ¶

Execute executes the request

@return ClientProfile

func (*ClientProfilesApiService) ClientProfilesIdUrlGet ¶

ClientProfilesIdUrlGet Get connection URL for the Client Profile.

Get connection URL for the Client Profile.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id ID of the object.
@return ApiClientProfilesIdUrlGetRequest

func (*ClientProfilesApiService) ClientProfilesIdUrlGetExecute ¶

Execute executes the request

@return ClientProfilesIdUrlGet200Response

func (*ClientProfilesApiService) ClientProfilesPost ¶

ClientProfilesPost Create a new Client Profile.

Create a new Client Profile.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiClientProfilesPostRequest

func (*ClientProfilesApiService) ClientProfilesPostExecute ¶

Execute executes the request

@return ClientProfile

type ClientProfilesIdBarcodeGet200Response ¶

type ClientProfilesIdBarcodeGet200Response struct {
	// The QR code image in PNG format, in base64 format.
	Barcode *string `json:"barcode,omitempty"`
}

ClientProfilesIdBarcodeGet200Response struct for ClientProfilesIdBarcodeGet200Response

func NewClientProfilesIdBarcodeGet200Response ¶

func NewClientProfilesIdBarcodeGet200Response() *ClientProfilesIdBarcodeGet200Response

NewClientProfilesIdBarcodeGet200Response instantiates a new ClientProfilesIdBarcodeGet200Response object This constructor will assign default values to properties that have it defined, 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 NewClientProfilesIdBarcodeGet200ResponseWithDefaults ¶

func NewClientProfilesIdBarcodeGet200ResponseWithDefaults() *ClientProfilesIdBarcodeGet200Response

NewClientProfilesIdBarcodeGet200ResponseWithDefaults instantiates a new ClientProfilesIdBarcodeGet200Response object This 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 (*ClientProfilesIdBarcodeGet200Response) GetBarcode ¶

GetBarcode returns the Barcode field value if set, zero value otherwise.

func (*ClientProfilesIdBarcodeGet200Response) GetBarcodeOk ¶

func (o *ClientProfilesIdBarcodeGet200Response) GetBarcodeOk() (*string, bool)

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

func (*ClientProfilesIdBarcodeGet200Response) HasBarcode ¶

HasBarcode returns a boolean if a field has been set.

func (ClientProfilesIdBarcodeGet200Response) MarshalJSON ¶

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

func (*ClientProfilesIdBarcodeGet200Response) SetBarcode ¶

SetBarcode gets a reference to the given string and assigns it to the Barcode field.

type ClientProfilesIdUrlGet200Response ¶

type ClientProfilesIdUrlGet200Response struct {
	// Connection URL for the Client Profile.
	Url *string `json:"url,omitempty"`
}

ClientProfilesIdUrlGet200Response struct for ClientProfilesIdUrlGet200Response

func NewClientProfilesIdUrlGet200Response ¶

func NewClientProfilesIdUrlGet200Response() *ClientProfilesIdUrlGet200Response

NewClientProfilesIdUrlGet200Response instantiates a new ClientProfilesIdUrlGet200Response object This constructor will assign default values to properties that have it defined, 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 NewClientProfilesIdUrlGet200ResponseWithDefaults ¶

func NewClientProfilesIdUrlGet200ResponseWithDefaults() *ClientProfilesIdUrlGet200Response

NewClientProfilesIdUrlGet200ResponseWithDefaults instantiates a new ClientProfilesIdUrlGet200Response object This 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 (*ClientProfilesIdUrlGet200Response) GetUrl ¶

GetUrl returns the Url field value if set, zero value otherwise.

func (*ClientProfilesIdUrlGet200Response) GetUrlOk ¶

func (o *ClientProfilesIdUrlGet200Response) GetUrlOk() (*string, bool)

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

func (*ClientProfilesIdUrlGet200Response) HasUrl ¶

HasUrl returns a boolean if a field has been set.

func (ClientProfilesIdUrlGet200Response) MarshalJSON ¶

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

func (*ClientProfilesIdUrlGet200Response) SetUrl ¶

SetUrl gets a reference to the given string and assigns it to the Url field.

type Condition ¶

type Condition struct {
	// ID of the object.
	Id *string `json:"id,omitempty"`
	// Name of the object.
	Name string `json:"name"`
	// Notes for the object. Used for documentation purposes.
	Notes *string `json:"notes,omitempty"`
	// Create date.
	Created *time.Time `json:"created,omitempty"`
	// Last update date.
	Updated *time.Time `json:"updated,omitempty"`
	// Array of tags.
	Tags []string `json:"tags,omitempty"`
	// Boolean expression in JavaScript.
	Expression string `json:"expression"`
	// A list of schedules that decides when to reevaluate the Condition. All the scheduled times will be effective. One will not override the other. - It can be a time of the day, e.g. 13:00, 10:25, 2:10 etc. - It can be one of the predefined   intervals, e.g. 1m, 5m, 15m, 1h. These intervals   will be always rounded up, i.e. if it's 15m and the   time is 12:07 when the Condition is evaluated   first, then the next evaluation will occur at   12:15, and the next one will be at   12:30 and so on.
	RepeatSchedules []string `json:"repeatSchedules,omitempty"`
	// Whether all the Remedy Methods must succeed to pass this Condition or just one.
	RemedyLogic *string `json:"remedyLogic,omitempty"`
	// The remedy methods that will be triggered if the evaluation fails.
	RemedyMethods []RemedyMethod `json:"remedyMethods,omitempty"`
}

Condition struct for Condition

func NewCondition ¶

func NewCondition(name string, expression string) *Condition

NewCondition instantiates a new Condition object This constructor will assign default values to properties that have it defined, 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 NewConditionWithDefaults ¶

func NewConditionWithDefaults() *Condition

NewConditionWithDefaults instantiates a new Condition object This 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 (*Condition) GetCreated ¶

func (o *Condition) GetCreated() time.Time

GetCreated returns the Created field value if set, zero value otherwise.

func (*Condition) GetCreatedOk ¶

func (o *Condition) GetCreatedOk() (*time.Time, bool)

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

func (*Condition) GetExpression ¶

func (o *Condition) GetExpression() string

GetExpression returns the Expression field value

func (*Condition) GetExpressionOk ¶

func (o *Condition) GetExpressionOk() (*string, bool)

GetExpressionOk returns a tuple with the Expression field value and a boolean to check if the value has been set.

func (*Condition) GetId ¶

func (o *Condition) GetId() string

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

func (*Condition) GetIdOk ¶

func (o *Condition) 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 (*Condition) GetName ¶

func (o *Condition) GetName() string

GetName returns the Name field value

func (*Condition) GetNameOk ¶

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

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

func (*Condition) GetNotes ¶

func (o *Condition) GetNotes() string

GetNotes returns the Notes field value if set, zero value otherwise.

func (*Condition) GetNotesOk ¶

func (o *Condition) GetNotesOk() (*string, bool)

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

func (*Condition) GetRemedyLogic ¶

func (o *Condition) GetRemedyLogic() string

GetRemedyLogic returns the RemedyLogic field value if set, zero value otherwise.

func (*Condition) GetRemedyLogicOk ¶

func (o *Condition) GetRemedyLogicOk() (*string, bool)

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

func (*Condition) GetRemedyMethods ¶

func (o *Condition) GetRemedyMethods() []RemedyMethod

GetRemedyMethods returns the RemedyMethods field value if set, zero value otherwise.

func (*Condition) GetRemedyMethodsOk ¶

func (o *Condition) GetRemedyMethodsOk() ([]RemedyMethod, bool)

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

func (*Condition) GetRepeatSchedules ¶

func (o *Condition) GetRepeatSchedules() []string

GetRepeatSchedules returns the RepeatSchedules field value if set, zero value otherwise.

func (*Condition) GetRepeatSchedulesOk ¶

func (o *Condition) GetRepeatSchedulesOk() ([]string, bool)

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

func (*Condition) GetTags ¶

func (o *Condition) GetTags() []string

GetTags returns the Tags field value if set, zero value otherwise.

func (*Condition) GetTagsOk ¶

func (o *Condition) GetTagsOk() ([]string, bool)

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

func (*Condition) GetUpdated ¶

func (o *Condition) GetUpdated() time.Time

GetUpdated returns the Updated field value if set, zero value otherwise.

func (*Condition) GetUpdatedOk ¶

func (o *Condition) GetUpdatedOk() (*time.Time, bool)

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

func (*Condition) HasCreated ¶

func (o *Condition) HasCreated() bool

HasCreated returns a boolean if a field has been set.

func (*Condition) HasId ¶

func (o *Condition) HasId() bool

HasId returns a boolean if a field has been set.

func (*Condition) HasNotes ¶

func (o *Condition) HasNotes() bool

HasNotes returns a boolean if a field has been set.

func (*Condition) HasRemedyLogic ¶

func (o *Condition) HasRemedyLogic() bool

HasRemedyLogic returns a boolean if a field has been set.

func (*Condition) HasRemedyMethods ¶

func (o *Condition) HasRemedyMethods() bool

HasRemedyMethods returns a boolean if a field has been set.

func (*Condition) HasRepeatSchedules ¶

func (o *Condition) HasRepeatSchedules() bool

HasRepeatSchedules returns a boolean if a field has been set.

func (*Condition) HasTags ¶

func (o *Condition) HasTags() bool

HasTags returns a boolean if a field has been set.

func (*Condition) HasUpdated ¶

func (o *Condition) HasUpdated() bool

HasUpdated returns a boolean if a field has been set.

func (Condition) MarshalJSON ¶

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

func (*Condition) SetCreated ¶

func (o *Condition) SetCreated(v time.Time)

SetCreated gets a reference to the given time.Time and assigns it to the Created field.

func (*Condition) SetExpression ¶

func (o *Condition) SetExpression(v string)

SetExpression sets field value

func (*Condition) SetId ¶

func (o *Condition) SetId(v string)

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

func (*Condition) SetName ¶

func (o *Condition) SetName(v string)

SetName sets field value

func (*Condition) SetNotes ¶

func (o *Condition) SetNotes(v string)

SetNotes gets a reference to the given string and assigns it to the Notes field.

func (*Condition) SetRemedyLogic ¶

func (o *Condition) SetRemedyLogic(v string)

SetRemedyLogic gets a reference to the given string and assigns it to the RemedyLogic field.

func (*Condition) SetRemedyMethods ¶

func (o *Condition) SetRemedyMethods(v []RemedyMethod)

SetRemedyMethods gets a reference to the given []RemedyMethod and assigns it to the RemedyMethods field.

func (*Condition) SetRepeatSchedules ¶

func (o *Condition) SetRepeatSchedules(v []string)

SetRepeatSchedules gets a reference to the given []string and assigns it to the RepeatSchedules field.

func (*Condition) SetTags ¶

func (o *Condition) SetTags(v []string)

SetTags gets a reference to the given []string and assigns it to the Tags field.

func (*Condition) SetUpdated ¶

func (o *Condition) SetUpdated(v time.Time)

SetUpdated gets a reference to the given time.Time and assigns it to the Updated field.

type ConditionAllOf ¶

type ConditionAllOf struct {
	// Boolean expression in JavaScript.
	Expression string `json:"expression"`
	// A list of schedules that decides when to reevaluate the Condition. All the scheduled times will be effective. One will not override the other. - It can be a time of the day, e.g. 13:00, 10:25, 2:10 etc. - It can be one of the predefined   intervals, e.g. 1m, 5m, 15m, 1h. These intervals   will be always rounded up, i.e. if it's 15m and the   time is 12:07 when the Condition is evaluated   first, then the next evaluation will occur at   12:15, and the next one will be at   12:30 and so on.
	RepeatSchedules []string `json:"repeatSchedules,omitempty"`
	// Whether all the Remedy Methods must succeed to pass this Condition or just one.
	RemedyLogic *string `json:"remedyLogic,omitempty"`
	// The remedy methods that will be triggered if the evaluation fails.
	RemedyMethods []RemedyMethod `json:"remedyMethods,omitempty"`
}

ConditionAllOf Represents a Condition.

func NewConditionAllOf ¶

func NewConditionAllOf(expression string) *ConditionAllOf

NewConditionAllOf instantiates a new ConditionAllOf object This constructor will assign default values to properties that have it defined, 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 NewConditionAllOfWithDefaults ¶

func NewConditionAllOfWithDefaults() *ConditionAllOf

NewConditionAllOfWithDefaults instantiates a new ConditionAllOf object This 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 (*ConditionAllOf) GetExpression ¶

func (o *ConditionAllOf) GetExpression() string

GetExpression returns the Expression field value

func (*ConditionAllOf) GetExpressionOk ¶

func (o *ConditionAllOf) GetExpressionOk() (*string, bool)

GetExpressionOk returns a tuple with the Expression field value and a boolean to check if the value has been set.

func (*ConditionAllOf) GetRemedyLogic ¶

func (o *ConditionAllOf) GetRemedyLogic() string

GetRemedyLogic returns the RemedyLogic field value if set, zero value otherwise.

func (*ConditionAllOf) GetRemedyLogicOk ¶

func (o *ConditionAllOf) GetRemedyLogicOk() (*string, bool)

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

func (*ConditionAllOf) GetRemedyMethods ¶

func (o *ConditionAllOf) GetRemedyMethods() []RemedyMethod

GetRemedyMethods returns the RemedyMethods field value if set, zero value otherwise.

func (*ConditionAllOf) GetRemedyMethodsOk ¶

func (o *ConditionAllOf) GetRemedyMethodsOk() ([]RemedyMethod, bool)

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

func (*ConditionAllOf) GetRepeatSchedules ¶

func (o *ConditionAllOf) GetRepeatSchedules() []string

GetRepeatSchedules returns the RepeatSchedules field value if set, zero value otherwise.

func (*ConditionAllOf) GetRepeatSchedulesOk ¶

func (o *ConditionAllOf) GetRepeatSchedulesOk() ([]string, bool)

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

func (*ConditionAllOf) HasRemedyLogic ¶

func (o *ConditionAllOf) HasRemedyLogic() bool

HasRemedyLogic returns a boolean if a field has been set.

func (*ConditionAllOf) HasRemedyMethods ¶

func (o *ConditionAllOf) HasRemedyMethods() bool

HasRemedyMethods returns a boolean if a field has been set.

func (*ConditionAllOf) HasRepeatSchedules ¶

func (o *ConditionAllOf) HasRepeatSchedules() bool

HasRepeatSchedules returns a boolean if a field has been set.

func (ConditionAllOf) MarshalJSON ¶

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

func (*ConditionAllOf) SetExpression ¶

func (o *ConditionAllOf) SetExpression(v string)

SetExpression sets field value

func (*ConditionAllOf) SetRemedyLogic ¶

func (o *ConditionAllOf) SetRemedyLogic(v string)

SetRemedyLogic gets a reference to the given string and assigns it to the RemedyLogic field.

func (*ConditionAllOf) SetRemedyMethods ¶

func (o *ConditionAllOf) SetRemedyMethods(v []RemedyMethod)

SetRemedyMethods gets a reference to the given []RemedyMethod and assigns it to the RemedyMethods field.

func (*ConditionAllOf) SetRepeatSchedules ¶

func (o *ConditionAllOf) SetRepeatSchedules(v []string)

SetRepeatSchedules gets a reference to the given []string and assigns it to the RepeatSchedules field.

type ConditionList ¶

type ConditionList struct {
	// 'The range applied to the list. Format: -/. 3-5/8 means, out of 8 count (query affects the total), the items between (including) the 3rd and the 5th are returned.'
	Range *string `json:"range,omitempty"`
	// The field name used to sort the list.
	OrderBy *string `json:"orderBy,omitempty"`
	// Whether the sorting is applied descending or ascending.
	Descending *bool `json:"descending,omitempty"`
	// The queries applied to the list.
	Queries []string `json:"queries,omitempty"`
	// The filters applied to the list.
	FilterBy []FilterBy `json:"filterBy,omitempty"`
	// List of Conditions.
	Data []Condition `json:"data,omitempty"`
}

ConditionList struct for ConditionList

func NewConditionList ¶

func NewConditionList() *ConditionList

NewConditionList instantiates a new ConditionList object This constructor will assign default values to properties that have it defined, 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 NewConditionListWithDefaults ¶

func NewConditionListWithDefaults() *ConditionList

NewConditionListWithDefaults instantiates a new ConditionList object This 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 (*ConditionList) GetData ¶

func (o *ConditionList) GetData() []Condition

GetData returns the Data field value if set, zero value otherwise.

func (*ConditionList) GetDataOk ¶

func (o *ConditionList) GetDataOk() ([]Condition, bool)

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

func (*ConditionList) GetDescending ¶

func (o *ConditionList) GetDescending() bool

GetDescending returns the Descending field value if set, zero value otherwise.

func (*ConditionList) GetDescendingOk ¶

func (o *ConditionList) GetDescendingOk() (*bool, bool)

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

func (*ConditionList) GetFilterBy ¶

func (o *ConditionList) GetFilterBy() []FilterBy

GetFilterBy returns the FilterBy field value if set, zero value otherwise.

func (*ConditionList) GetFilterByOk ¶

func (o *ConditionList) GetFilterByOk() ([]FilterBy, bool)

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

func (*ConditionList) GetOrderBy ¶

func (o *ConditionList) GetOrderBy() string

GetOrderBy returns the OrderBy field value if set, zero value otherwise.

func (*ConditionList) GetOrderByOk ¶

func (o *ConditionList) GetOrderByOk() (*string, bool)

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

func (*ConditionList) GetQueries ¶

func (o *ConditionList) GetQueries() []string

GetQueries returns the Queries field value if set, zero value otherwise.

func (*ConditionList) GetQueriesOk ¶

func (o *ConditionList) GetQueriesOk() ([]string, bool)

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

func (*ConditionList) GetRange ¶

func (o *ConditionList) GetRange() string

GetRange returns the Range field value if set, zero value otherwise.

func (*ConditionList) GetRangeOk ¶

func (o *ConditionList) GetRangeOk() (*string, bool)

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

func (*ConditionList) HasData ¶

func (o *ConditionList) HasData() bool

HasData returns a boolean if a field has been set.

func (*ConditionList) HasDescending ¶

func (o *ConditionList) HasDescending() bool

HasDescending returns a boolean if a field has been set.

func (*ConditionList) HasFilterBy ¶

func (o *ConditionList) HasFilterBy() bool

HasFilterBy returns a boolean if a field has been set.

func (*ConditionList) HasOrderBy ¶

func (o *ConditionList) HasOrderBy() bool

HasOrderBy returns a boolean if a field has been set.

func (*ConditionList) HasQueries ¶

func (o *ConditionList) HasQueries() bool

HasQueries returns a boolean if a field has been set.

func (*ConditionList) HasRange ¶

func (o *ConditionList) HasRange() bool

HasRange returns a boolean if a field has been set.

func (ConditionList) MarshalJSON ¶

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

func (*ConditionList) SetData ¶

func (o *ConditionList) SetData(v []Condition)

SetData gets a reference to the given []Condition and assigns it to the Data field.

func (*ConditionList) SetDescending ¶

func (o *ConditionList) SetDescending(v bool)

SetDescending gets a reference to the given bool and assigns it to the Descending field.

func (*ConditionList) SetFilterBy ¶

func (o *ConditionList) SetFilterBy(v []FilterBy)

SetFilterBy gets a reference to the given []FilterBy and assigns it to the FilterBy field.

func (*ConditionList) SetOrderBy ¶

func (o *ConditionList) SetOrderBy(v string)

SetOrderBy gets a reference to the given string and assigns it to the OrderBy field.

func (*ConditionList) SetQueries ¶

func (o *ConditionList) SetQueries(v []string)

SetQueries gets a reference to the given []string and assigns it to the Queries field.

func (*ConditionList) SetRange ¶

func (o *ConditionList) SetRange(v string)

SetRange gets a reference to the given string and assigns it to the Range field.

type ConditionListAllOf ¶

type ConditionListAllOf struct {
	// List of Conditions.
	Data []Condition `json:"data,omitempty"`
}

ConditionListAllOf Represents a list of Conditions.

func NewConditionListAllOf ¶

func NewConditionListAllOf() *ConditionListAllOf

NewConditionListAllOf instantiates a new ConditionListAllOf object This constructor will assign default values to properties that have it defined, 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 NewConditionListAllOfWithDefaults ¶

func NewConditionListAllOfWithDefaults() *ConditionListAllOf

NewConditionListAllOfWithDefaults instantiates a new ConditionListAllOf object This 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 (*ConditionListAllOf) GetData ¶

func (o *ConditionListAllOf) GetData() []Condition

GetData returns the Data field value if set, zero value otherwise.

func (*ConditionListAllOf) GetDataOk ¶

func (o *ConditionListAllOf) GetDataOk() ([]Condition, bool)

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

func (*ConditionListAllOf) HasData ¶

func (o *ConditionListAllOf) HasData() bool

HasData returns a boolean if a field has been set.

func (ConditionListAllOf) MarshalJSON ¶

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

func (*ConditionListAllOf) SetData ¶

func (o *ConditionListAllOf) SetData(v []Condition)

SetData gets a reference to the given []Condition and assigns it to the Data field.

type ConditionsApiService ¶

type ConditionsApiService service

ConditionsApiService ConditionsApi service

func (*ConditionsApiService) ClaimsNamesGet ¶

ClaimsNamesGet List all Claim Names.

Claim Names list includes available User, Device and System claims. Some of these claims are static and some change according to the Identity Provider configurations.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiClaimsNamesGetRequest

func (*ConditionsApiService) ClaimsNamesGetExecute ¶

Execute executes the request

@return ClaimNamesList

func (*ConditionsApiService) ConditionsGet ¶

ConditionsGet List all Conditions.

List all Conditions visible to current user.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiConditionsGetRequest

func (*ConditionsApiService) ConditionsGetExecute ¶

Execute executes the request

@return ConditionList

func (*ConditionsApiService) ConditionsIdDelete ¶

ConditionsIdDelete Delete a specific Condition.

Delete a specific Condition.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id ID of the object.
@return ApiConditionsIdDeleteRequest

func (*ConditionsApiService) ConditionsIdDeleteExecute ¶

func (a *ConditionsApiService) ConditionsIdDeleteExecute(r ApiConditionsIdDeleteRequest) (*http.Response, error)

Execute executes the request

func (*ConditionsApiService) ConditionsIdGet ¶

ConditionsIdGet Get a specific Condition.

Get a specific Condition.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id ID of the object.
@return ApiConditionsIdGetRequest

func (*ConditionsApiService) ConditionsIdGetExecute ¶

func (a *ConditionsApiService) ConditionsIdGetExecute(r ApiConditionsIdGetRequest) (*Condition, *http.Response, error)

Execute executes the request

@return Condition

func (*ConditionsApiService) ConditionsIdPut ¶

ConditionsIdPut Update an existing Condition.

Update an existing Condition.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id ID of the object.
@return ApiConditionsIdPutRequest

func (*ConditionsApiService) ConditionsIdPutExecute ¶

func (a *ConditionsApiService) ConditionsIdPutExecute(r ApiConditionsIdPutRequest) (*Condition, *http.Response, error)

Execute executes the request

@return Condition

func (*ConditionsApiService) ConditionsPost ¶

ConditionsPost Create a new Condition.

Create a new Condition.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiConditionsPostRequest

func (*ConditionsApiService) ConditionsPostExecute ¶

func (a *ConditionsApiService) ConditionsPostExecute(r ApiConditionsPostRequest) (*Condition, *http.Response, error)

Execute executes the request

@return Condition

func (*ConditionsApiService) ConditionsTestPost ¶

ConditionsTestPost Simulate a given expression for a Condition, Policy or Criteria Script.

Simulate a given expression for a Condition, Policy or Criteria Script.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiConditionsTestPostRequest

func (*ConditionsApiService) ConditionsTestPostExecute ¶

Execute executes the request

@return ConditionsTestPost200Response

type ConditionsTestPost200Response ¶

type ConditionsTestPost200Response struct {
	// Whether the evaluation succeeded or not.
	Result *bool `json:"result,omitempty"`
	// The output logs from the evaluation. Generated by \"console.log\" and \"print\" functions.
	Output *string `json:"output,omitempty"`
	// The error text. Available if the evaluation has an error.
	Error *string `json:"error,omitempty"`
	// How long it took to evaluate the expression.
	ExecutionMs *float32 `json:"executionMs,omitempty"`
}

ConditionsTestPost200Response struct for ConditionsTestPost200Response

func NewConditionsTestPost200Response ¶

func NewConditionsTestPost200Response() *ConditionsTestPost200Response

NewConditionsTestPost200Response instantiates a new ConditionsTestPost200Response object This constructor will assign default values to properties that have it defined, 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 NewConditionsTestPost200ResponseWithDefaults ¶

func NewConditionsTestPost200ResponseWithDefaults() *ConditionsTestPost200Response

NewConditionsTestPost200ResponseWithDefaults instantiates a new ConditionsTestPost200Response object This 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 (*ConditionsTestPost200Response) GetError ¶

func (o *ConditionsTestPost200Response) GetError() string

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

func (*ConditionsTestPost200Response) GetErrorOk ¶

func (o *ConditionsTestPost200Response) 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 (*ConditionsTestPost200Response) GetExecutionMs ¶

func (o *ConditionsTestPost200Response) GetExecutionMs() float32

GetExecutionMs returns the ExecutionMs field value if set, zero value otherwise.

func (*ConditionsTestPost200Response) GetExecutionMsOk ¶

func (o *ConditionsTestPost200Response) GetExecutionMsOk() (*float32, bool)

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

func (*ConditionsTestPost200Response) GetOutput ¶

func (o *ConditionsTestPost200Response) GetOutput() string

GetOutput returns the Output field value if set, zero value otherwise.

func (*ConditionsTestPost200Response) GetOutputOk ¶

func (o *ConditionsTestPost200Response) GetOutputOk() (*string, bool)

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

func (*ConditionsTestPost200Response) GetResult ¶

func (o *ConditionsTestPost200Response) GetResult() bool

GetResult returns the Result field value if set, zero value otherwise.

func (*ConditionsTestPost200Response) GetResultOk ¶

func (o *ConditionsTestPost200Response) GetResultOk() (*bool, bool)

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

func (*ConditionsTestPost200Response) HasError ¶

func (o *ConditionsTestPost200Response) HasError() bool

HasError returns a boolean if a field has been set.

func (*ConditionsTestPost200Response) HasExecutionMs ¶

func (o *ConditionsTestPost200Response) HasExecutionMs() bool

HasExecutionMs returns a boolean if a field has been set.

func (*ConditionsTestPost200Response) HasOutput ¶

func (o *ConditionsTestPost200Response) HasOutput() bool

HasOutput returns a boolean if a field has been set.

func (*ConditionsTestPost200Response) HasResult ¶

func (o *ConditionsTestPost200Response) HasResult() bool

HasResult returns a boolean if a field has been set.

func (ConditionsTestPost200Response) MarshalJSON ¶

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

func (*ConditionsTestPost200Response) SetError ¶

func (o *ConditionsTestPost200Response) SetError(v string)

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

func (*ConditionsTestPost200Response) SetExecutionMs ¶

func (o *ConditionsTestPost200Response) SetExecutionMs(v float32)

SetExecutionMs gets a reference to the given float32 and assigns it to the ExecutionMs field.

func (*ConditionsTestPost200Response) SetOutput ¶

func (o *ConditionsTestPost200Response) SetOutput(v string)

SetOutput gets a reference to the given string and assigns it to the Output field.

func (*ConditionsTestPost200Response) SetResult ¶

func (o *ConditionsTestPost200Response) SetResult(v bool)

SetResult gets a reference to the given bool and assigns it to the Result field.

type ConfigurableIdentityProvider ¶

type ConfigurableIdentityProvider struct {
	// ID of the object.
	Id *string `json:"id,omitempty"`
	// Name of the object.
	Name string `json:"name"`
	// Notes for the object. Used for documentation purposes.
	Notes *string `json:"notes,omitempty"`
	// Create date.
	Created *time.Time `json:"created,omitempty"`
	// Last update date.
	Updated *time.Time `json:"updated,omitempty"`
	// Array of tags.
	Tags []string `json:"tags,omitempty"`
	// The type of the Identity Provider.
	Type string `json:"type"`
	// The IPv4 Pool ID the users in this Identity Provider are going to use to allocate IP addresses for the tunnels.
	IpPoolV4 *string `json:"ipPoolV4,omitempty"`
	// The IPv6 Pool ID the users in this Identity Provider are going to use to allocate IP addresses for the tunnels.
	IpPoolV6 *string `json:"ipPoolV6,omitempty"`
	// The mapping of Identity Provider attributes to claims.
	ClaimMappings []ClaimMappingsInner `json:"claimMappings,omitempty"`
	// ID of the User Claim Scripts to run during authorization.
	UserScripts []string `json:"userScripts,omitempty"`
	// The DNS servers to be assigned to the Clients of the users in this Identity Provider.
	DnsServers []string `json:"dnsServers,omitempty"`
	// The DNS search domains to be assigned to Clients of the users in this Identity Provider.
	DnsSearchDomains []string `json:"dnsSearchDomains,omitempty"`
	// Whether the provider will be listed in the Admin UI or not.
	AdminProvider *bool `json:"adminProvider,omitempty"`
	// The device limit per user. The existing on-boarded devices will still be able to sign in even if the limit is exceeded.
	DeviceLimitPerUser *int32                                          `json:"deviceLimitPerUser,omitempty"`
	OnBoarding2FA      *ConfigurableIdentityProviderAllOfOnBoarding2FA `json:"onBoarding2FA,omitempty"`
	// (Desktop) clients will sign out automatically after the user has been inactive on the device for the configured duration. Set it to 0 to disable.
	InactivityTimeoutMinutes *int32 `json:"inactivityTimeoutMinutes,omitempty"`
	// Whether or not to take network inactivity into account when measuring client inactivity timeout.
	NetworkInactivityTimeoutEnabled *bool `json:"networkInactivityTimeoutEnabled,omitempty"`
	// If enabled, Windows Client will configure the network profile as \"DomainAuthenticated\".
	EnforceWindowsNetworkProfileAsDomain *bool `json:"enforceWindowsNetworkProfileAsDomain,omitempty"`
	// Whether the Windows Client will block local DNS requests or not.
	BlockLocalDnsRequests *bool `json:"blockLocalDnsRequests,omitempty"`
	// The mapping of Identity Provider on demand attributes to claims.
	OnDemandClaimMappings []OnDemandClaimMappingsInner `json:"onDemandClaimMappings,omitempty"`
}

ConfigurableIdentityProvider struct for ConfigurableIdentityProvider

func NewConfigurableIdentityProvider ¶

func NewConfigurableIdentityProvider(name string, type_ string) *ConfigurableIdentityProvider

NewConfigurableIdentityProvider instantiates a new ConfigurableIdentityProvider object This constructor will assign default values to properties that have it defined, 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 NewConfigurableIdentityProviderWithDefaults ¶

func NewConfigurableIdentityProviderWithDefaults() *ConfigurableIdentityProvider

NewConfigurableIdentityProviderWithDefaults instantiates a new ConfigurableIdentityProvider object This 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 (*ConfigurableIdentityProvider) GetAdminProvider ¶

func (o *ConfigurableIdentityProvider) GetAdminProvider() bool

GetAdminProvider returns the AdminProvider field value if set, zero value otherwise.

func (*ConfigurableIdentityProvider) GetAdminProviderOk ¶

func (o *ConfigurableIdentityProvider) GetAdminProviderOk() (*bool, bool)

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

func (*ConfigurableIdentityProvider) GetBlockLocalDnsRequests ¶

func (o *ConfigurableIdentityProvider) GetBlockLocalDnsRequests() bool

GetBlockLocalDnsRequests returns the BlockLocalDnsRequests field value if set, zero value otherwise.

func (*ConfigurableIdentityProvider) GetBlockLocalDnsRequestsOk ¶

func (o *ConfigurableIdentityProvider) GetBlockLocalDnsRequestsOk() (*bool, bool)

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

func (*ConfigurableIdentityProvider) GetClaimMappings ¶

func (o *ConfigurableIdentityProvider) GetClaimMappings() []ClaimMappingsInner

GetClaimMappings returns the ClaimMappings field value if set, zero value otherwise.

func (*ConfigurableIdentityProvider) GetClaimMappingsOk ¶

func (o *ConfigurableIdentityProvider) GetClaimMappingsOk() ([]ClaimMappingsInner, bool)

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

func (*ConfigurableIdentityProvider) GetCreated ¶

func (o *ConfigurableIdentityProvider) GetCreated() time.Time

GetCreated returns the Created field value if set, zero value otherwise.

func (*ConfigurableIdentityProvider) GetCreatedOk ¶

func (o *ConfigurableIdentityProvider) GetCreatedOk() (*time.Time, bool)

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

func (*ConfigurableIdentityProvider) GetDeviceLimitPerUser ¶

func (o *ConfigurableIdentityProvider) GetDeviceLimitPerUser() int32

GetDeviceLimitPerUser returns the DeviceLimitPerUser field value if set, zero value otherwise.

func (*ConfigurableIdentityProvider) GetDeviceLimitPerUserOk ¶

func (o *ConfigurableIdentityProvider) GetDeviceLimitPerUserOk() (*int32, bool)

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

func (*ConfigurableIdentityProvider) GetDnsSearchDomains ¶

func (o *ConfigurableIdentityProvider) GetDnsSearchDomains() []string

GetDnsSearchDomains returns the DnsSearchDomains field value if set, zero value otherwise.

func (*ConfigurableIdentityProvider) GetDnsSearchDomainsOk ¶

func (o *ConfigurableIdentityProvider) GetDnsSearchDomainsOk() ([]string, bool)

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

func (*ConfigurableIdentityProvider) GetDnsServers ¶

func (o *ConfigurableIdentityProvider) GetDnsServers() []string

GetDnsServers returns the DnsServers field value if set, zero value otherwise.

func (*ConfigurableIdentityProvider) GetDnsServersOk ¶

func (o *ConfigurableIdentityProvider) GetDnsServersOk() ([]string, bool)

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

func (*ConfigurableIdentityProvider) GetEnforceWindowsNetworkProfileAsDomain ¶

func (o *ConfigurableIdentityProvider) GetEnforceWindowsNetworkProfileAsDomain() bool

GetEnforceWindowsNetworkProfileAsDomain returns the EnforceWindowsNetworkProfileAsDomain field value if set, zero value otherwise.

func (*ConfigurableIdentityProvider) GetEnforceWindowsNetworkProfileAsDomainOk ¶

func (o *ConfigurableIdentityProvider) GetEnforceWindowsNetworkProfileAsDomainOk() (*bool, bool)

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

func (*ConfigurableIdentityProvider) GetId ¶

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

func (*ConfigurableIdentityProvider) GetIdOk ¶

func (o *ConfigurableIdentityProvider) 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 (*ConfigurableIdentityProvider) GetInactivityTimeoutMinutes ¶

func (o *ConfigurableIdentityProvider) GetInactivityTimeoutMinutes() int32

GetInactivityTimeoutMinutes returns the InactivityTimeoutMinutes field value if set, zero value otherwise.

func (*ConfigurableIdentityProvider) GetInactivityTimeoutMinutesOk ¶

func (o *ConfigurableIdentityProvider) GetInactivityTimeoutMinutesOk() (*int32, bool)

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

func (*ConfigurableIdentityProvider) GetIpPoolV4 ¶

func (o *ConfigurableIdentityProvider) GetIpPoolV4() string

GetIpPoolV4 returns the IpPoolV4 field value if set, zero value otherwise.

func (*ConfigurableIdentityProvider) GetIpPoolV4Ok ¶

func (o *ConfigurableIdentityProvider) GetIpPoolV4Ok() (*string, bool)

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

func (*ConfigurableIdentityProvider) GetIpPoolV6 ¶

func (o *ConfigurableIdentityProvider) GetIpPoolV6() string

GetIpPoolV6 returns the IpPoolV6 field value if set, zero value otherwise.

func (*ConfigurableIdentityProvider) GetIpPoolV6Ok ¶

func (o *ConfigurableIdentityProvider) GetIpPoolV6Ok() (*string, bool)

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

func (*ConfigurableIdentityProvider) GetName ¶

func (o *ConfigurableIdentityProvider) GetName() string

GetName returns the Name field value

func (*ConfigurableIdentityProvider) GetNameOk ¶

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

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

func (*ConfigurableIdentityProvider) GetNetworkInactivityTimeoutEnabled ¶

func (o *ConfigurableIdentityProvider) GetNetworkInactivityTimeoutEnabled() bool

GetNetworkInactivityTimeoutEnabled returns the NetworkInactivityTimeoutEnabled field value if set, zero value otherwise.

func (*ConfigurableIdentityProvider) GetNetworkInactivityTimeoutEnabledOk ¶

func (o *ConfigurableIdentityProvider) GetNetworkInactivityTimeoutEnabledOk() (*bool, bool)

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

func (*ConfigurableIdentityProvider) GetNotes ¶

func (o *ConfigurableIdentityProvider) GetNotes() string

GetNotes returns the Notes field value if set, zero value otherwise.

func (*ConfigurableIdentityProvider) GetNotesOk ¶

func (o *ConfigurableIdentityProvider) GetNotesOk() (*string, bool)

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

func (*ConfigurableIdentityProvider) GetOnBoarding2FA ¶

GetOnBoarding2FA returns the OnBoarding2FA field value if set, zero value otherwise.

func (*ConfigurableIdentityProvider) GetOnBoarding2FAOk ¶

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

func (*ConfigurableIdentityProvider) GetOnDemandClaimMappings ¶

func (o *ConfigurableIdentityProvider) GetOnDemandClaimMappings() []OnDemandClaimMappingsInner

GetOnDemandClaimMappings returns the OnDemandClaimMappings field value if set, zero value otherwise.

func (*ConfigurableIdentityProvider) GetOnDemandClaimMappingsOk ¶

func (o *ConfigurableIdentityProvider) GetOnDemandClaimMappingsOk() ([]OnDemandClaimMappingsInner, bool)

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

func (*ConfigurableIdentityProvider) GetTags ¶

func (o *ConfigurableIdentityProvider) GetTags() []string

GetTags returns the Tags field value if set, zero value otherwise.

func (*ConfigurableIdentityProvider) GetTagsOk ¶

func (o *ConfigurableIdentityProvider) GetTagsOk() ([]string, bool)

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

func (*ConfigurableIdentityProvider) GetType ¶

func (o *ConfigurableIdentityProvider) GetType() string

GetType returns the Type field value

func (*ConfigurableIdentityProvider) GetTypeOk ¶

func (o *ConfigurableIdentityProvider) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (*ConfigurableIdentityProvider) GetUpdated ¶

func (o *ConfigurableIdentityProvider) GetUpdated() time.Time

GetUpdated returns the Updated field value if set, zero value otherwise.

func (*ConfigurableIdentityProvider) GetUpdatedOk ¶

func (o *ConfigurableIdentityProvider) GetUpdatedOk() (*time.Time, bool)

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

func (*ConfigurableIdentityProvider) GetUserScripts ¶

func (o *ConfigurableIdentityProvider) GetUserScripts() []string

GetUserScripts returns the UserScripts field value if set, zero value otherwise.

func (*ConfigurableIdentityProvider) GetUserScriptsOk ¶

func (o *ConfigurableIdentityProvider) GetUserScriptsOk() ([]string, bool)

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

func (*ConfigurableIdentityProvider) HasAdminProvider ¶

func (o *ConfigurableIdentityProvider) HasAdminProvider() bool

HasAdminProvider returns a boolean if a field has been set.

func (*ConfigurableIdentityProvider) HasBlockLocalDnsRequests ¶

func (o *ConfigurableIdentityProvider) HasBlockLocalDnsRequests() bool

HasBlockLocalDnsRequests returns a boolean if a field has been set.

func (*ConfigurableIdentityProvider) HasClaimMappings ¶

func (o *ConfigurableIdentityProvider) HasClaimMappings() bool

HasClaimMappings returns a boolean if a field has been set.

func (*ConfigurableIdentityProvider) HasCreated ¶

func (o *ConfigurableIdentityProvider) HasCreated() bool

HasCreated returns a boolean if a field has been set.

func (*ConfigurableIdentityProvider) HasDeviceLimitPerUser ¶

func (o *ConfigurableIdentityProvider) HasDeviceLimitPerUser() bool

HasDeviceLimitPerUser returns a boolean if a field has been set.

func (*ConfigurableIdentityProvider) HasDnsSearchDomains ¶

func (o *ConfigurableIdentityProvider) HasDnsSearchDomains() bool

HasDnsSearchDomains returns a boolean if a field has been set.

func (*ConfigurableIdentityProvider) HasDnsServers ¶

func (o *ConfigurableIdentityProvider) HasDnsServers() bool

HasDnsServers returns a boolean if a field has been set.

func (*ConfigurableIdentityProvider) HasEnforceWindowsNetworkProfileAsDomain ¶

func (o *ConfigurableIdentityProvider) HasEnforceWindowsNetworkProfileAsDomain() bool

HasEnforceWindowsNetworkProfileAsDomain returns a boolean if a field has been set.

func (*ConfigurableIdentityProvider) HasId ¶

HasId returns a boolean if a field has been set.

func (*ConfigurableIdentityProvider) HasInactivityTimeoutMinutes ¶

func (o *ConfigurableIdentityProvider) HasInactivityTimeoutMinutes() bool

HasInactivityTimeoutMinutes returns a boolean if a field has been set.

func (*ConfigurableIdentityProvider) HasIpPoolV4 ¶

func (o *ConfigurableIdentityProvider) HasIpPoolV4() bool

HasIpPoolV4 returns a boolean if a field has been set.

func (*ConfigurableIdentityProvider) HasIpPoolV6 ¶

func (o *ConfigurableIdentityProvider) HasIpPoolV6() bool

HasIpPoolV6 returns a boolean if a field has been set.

func (*ConfigurableIdentityProvider) HasNetworkInactivityTimeoutEnabled ¶

func (o *ConfigurableIdentityProvider) HasNetworkInactivityTimeoutEnabled() bool

HasNetworkInactivityTimeoutEnabled returns a boolean if a field has been set.

func (*ConfigurableIdentityProvider) HasNotes ¶

func (o *ConfigurableIdentityProvider) HasNotes() bool

HasNotes returns a boolean if a field has been set.

func (*ConfigurableIdentityProvider) HasOnBoarding2FA ¶

func (o *ConfigurableIdentityProvider) HasOnBoarding2FA() bool

HasOnBoarding2FA returns a boolean if a field has been set.

func (*ConfigurableIdentityProvider) HasOnDemandClaimMappings ¶

func (o *ConfigurableIdentityProvider) HasOnDemandClaimMappings() bool

HasOnDemandClaimMappings returns a boolean if a field has been set.

func (*ConfigurableIdentityProvider) HasTags ¶

func (o *ConfigurableIdentityProvider) HasTags() bool

HasTags returns a boolean if a field has been set.

func (*ConfigurableIdentityProvider) HasUpdated ¶

func (o *ConfigurableIdentityProvider) HasUpdated() bool

HasUpdated returns a boolean if a field has been set.

func (*ConfigurableIdentityProvider) HasUserScripts ¶

func (o *ConfigurableIdentityProvider) HasUserScripts() bool

HasUserScripts returns a boolean if a field has been set.

func (ConfigurableIdentityProvider) MarshalJSON ¶

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

func (*ConfigurableIdentityProvider) SetAdminProvider ¶

func (o *ConfigurableIdentityProvider) SetAdminProvider(v bool)

SetAdminProvider gets a reference to the given bool and assigns it to the AdminProvider field.

func (*ConfigurableIdentityProvider) SetBlockLocalDnsRequests ¶

func (o *ConfigurableIdentityProvider) SetBlockLocalDnsRequests(v bool)

SetBlockLocalDnsRequests gets a reference to the given bool and assigns it to the BlockLocalDnsRequests field.

func (*ConfigurableIdentityProvider) SetClaimMappings ¶

func (o *ConfigurableIdentityProvider) SetClaimMappings(v []ClaimMappingsInner)

SetClaimMappings gets a reference to the given []ClaimMappingsInner and assigns it to the ClaimMappings field.

func (*ConfigurableIdentityProvider) SetCreated ¶

func (o *ConfigurableIdentityProvider) SetCreated(v time.Time)

SetCreated gets a reference to the given time.Time and assigns it to the Created field.

func (*ConfigurableIdentityProvider) SetDeviceLimitPerUser ¶

func (o *ConfigurableIdentityProvider) SetDeviceLimitPerUser(v int32)

SetDeviceLimitPerUser gets a reference to the given int32 and assigns it to the DeviceLimitPerUser field.

func (*ConfigurableIdentityProvider) SetDnsSearchDomains ¶

func (o *ConfigurableIdentityProvider) SetDnsSearchDomains(v []string)

SetDnsSearchDomains gets a reference to the given []string and assigns it to the DnsSearchDomains field.

func (*ConfigurableIdentityProvider) SetDnsServers ¶

func (o *ConfigurableIdentityProvider) SetDnsServers(v []string)

SetDnsServers gets a reference to the given []string and assigns it to the DnsServers field.

func (*ConfigurableIdentityProvider) SetEnforceWindowsNetworkProfileAsDomain ¶

func (o *ConfigurableIdentityProvider) SetEnforceWindowsNetworkProfileAsDomain(v bool)

SetEnforceWindowsNetworkProfileAsDomain gets a reference to the given bool and assigns it to the EnforceWindowsNetworkProfileAsDomain field.

func (*ConfigurableIdentityProvider) SetId ¶

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

func (*ConfigurableIdentityProvider) SetInactivityTimeoutMinutes ¶

func (o *ConfigurableIdentityProvider) SetInactivityTimeoutMinutes(v int32)

SetInactivityTimeoutMinutes gets a reference to the given int32 and assigns it to the InactivityTimeoutMinutes field.

func (*ConfigurableIdentityProvider) SetIpPoolV4 ¶

func (o *ConfigurableIdentityProvider) SetIpPoolV4(v string)

SetIpPoolV4 gets a reference to the given string and assigns it to the IpPoolV4 field.

func (*ConfigurableIdentityProvider) SetIpPoolV6 ¶

func (o *ConfigurableIdentityProvider) SetIpPoolV6(v string)

SetIpPoolV6 gets a reference to the given string and assigns it to the IpPoolV6 field.

func (*ConfigurableIdentityProvider) SetName ¶

func (o *ConfigurableIdentityProvider) SetName(v string)

SetName sets field value

func (*ConfigurableIdentityProvider) SetNetworkInactivityTimeoutEnabled ¶

func (o *ConfigurableIdentityProvider) SetNetworkInactivityTimeoutEnabled(v bool)

SetNetworkInactivityTimeoutEnabled gets a reference to the given bool and assigns it to the NetworkInactivityTimeoutEnabled field.

func (*ConfigurableIdentityProvider) SetNotes ¶

func (o *ConfigurableIdentityProvider) SetNotes(v string)

SetNotes gets a reference to the given string and assigns it to the Notes field.

func (*ConfigurableIdentityProvider) SetOnBoarding2FA ¶

SetOnBoarding2FA gets a reference to the given ConfigurableIdentityProviderAllOfOnBoarding2FA and assigns it to the OnBoarding2FA field.

func (*ConfigurableIdentityProvider) SetOnDemandClaimMappings ¶

func (o *ConfigurableIdentityProvider) SetOnDemandClaimMappings(v []OnDemandClaimMappingsInner)

SetOnDemandClaimMappings gets a reference to the given []OnDemandClaimMappingsInner and assigns it to the OnDemandClaimMappings field.

func (*ConfigurableIdentityProvider) SetTags ¶

func (o *ConfigurableIdentityProvider) SetTags(v []string)

SetTags gets a reference to the given []string and assigns it to the Tags field.

func (*ConfigurableIdentityProvider) SetType ¶

func (o *ConfigurableIdentityProvider) SetType(v string)

SetType sets field value

func (*ConfigurableIdentityProvider) SetUpdated ¶

func (o *ConfigurableIdentityProvider) SetUpdated(v time.Time)

SetUpdated gets a reference to the given time.Time and assigns it to the Updated field.

func (*ConfigurableIdentityProvider) SetUserScripts ¶

func (o *ConfigurableIdentityProvider) SetUserScripts(v []string)

SetUserScripts gets a reference to the given []string and assigns it to the UserScripts field.

type ConfigurableIdentityProviderAllOf ¶

type ConfigurableIdentityProviderAllOf struct {
	// Whether the provider will be listed in the Admin UI or not.
	AdminProvider *bool `json:"adminProvider,omitempty"`
	// The device limit per user. The existing on-boarded devices will still be able to sign in even if the limit is exceeded.
	DeviceLimitPerUser *int32                                          `json:"deviceLimitPerUser,omitempty"`
	OnBoarding2FA      *ConfigurableIdentityProviderAllOfOnBoarding2FA `json:"onBoarding2FA,omitempty"`
	// (Desktop) clients will sign out automatically after the user has been inactive on the device for the configured duration. Set it to 0 to disable.
	InactivityTimeoutMinutes *int32 `json:"inactivityTimeoutMinutes,omitempty"`
	// Whether or not to take network inactivity into account when measuring client inactivity timeout.
	NetworkInactivityTimeoutEnabled *bool `json:"networkInactivityTimeoutEnabled,omitempty"`
	// If enabled, Windows Client will configure the network profile as \"DomainAuthenticated\".
	EnforceWindowsNetworkProfileAsDomain *bool `json:"enforceWindowsNetworkProfileAsDomain,omitempty"`
	// Whether the Windows Client will block local DNS requests or not.
	BlockLocalDnsRequests *bool `json:"blockLocalDnsRequests,omitempty"`
	// The mapping of Identity Provider on demand attributes to claims.
	OnDemandClaimMappings []OnDemandClaimMappingsInner `json:"onDemandClaimMappings,omitempty"`
}

ConfigurableIdentityProviderAllOf struct for ConfigurableIdentityProviderAllOf

func NewConfigurableIdentityProviderAllOf ¶

func NewConfigurableIdentityProviderAllOf() *ConfigurableIdentityProviderAllOf

NewConfigurableIdentityProviderAllOf instantiates a new ConfigurableIdentityProviderAllOf object This constructor will assign default values to properties that have it defined, 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 NewConfigurableIdentityProviderAllOfWithDefaults ¶

func NewConfigurableIdentityProviderAllOfWithDefaults() *ConfigurableIdentityProviderAllOf

NewConfigurableIdentityProviderAllOfWithDefaults instantiates a new ConfigurableIdentityProviderAllOf object This 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 (*ConfigurableIdentityProviderAllOf) GetAdminProvider ¶

func (o *ConfigurableIdentityProviderAllOf) GetAdminProvider() bool

GetAdminProvider returns the AdminProvider field value if set, zero value otherwise.

func (*ConfigurableIdentityProviderAllOf) GetAdminProviderOk ¶

func (o *ConfigurableIdentityProviderAllOf) GetAdminProviderOk() (*bool, bool)

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

func (*ConfigurableIdentityProviderAllOf) GetBlockLocalDnsRequests ¶

func (o *ConfigurableIdentityProviderAllOf) GetBlockLocalDnsRequests() bool

GetBlockLocalDnsRequests returns the BlockLocalDnsRequests field value if set, zero value otherwise.

func (*ConfigurableIdentityProviderAllOf) GetBlockLocalDnsRequestsOk ¶

func (o *ConfigurableIdentityProviderAllOf) GetBlockLocalDnsRequestsOk() (*bool, bool)

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

func (*ConfigurableIdentityProviderAllOf) GetDeviceLimitPerUser ¶

func (o *ConfigurableIdentityProviderAllOf) GetDeviceLimitPerUser() int32

GetDeviceLimitPerUser returns the DeviceLimitPerUser field value if set, zero value otherwise.

func (*ConfigurableIdentityProviderAllOf) GetDeviceLimitPerUserOk ¶

func (o *ConfigurableIdentityProviderAllOf) GetDeviceLimitPerUserOk() (*int32, bool)

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

func (*ConfigurableIdentityProviderAllOf) GetEnforceWindowsNetworkProfileAsDomain ¶

func (o *ConfigurableIdentityProviderAllOf) GetEnforceWindowsNetworkProfileAsDomain() bool

GetEnforceWindowsNetworkProfileAsDomain returns the EnforceWindowsNetworkProfileAsDomain field value if set, zero value otherwise.

func (*ConfigurableIdentityProviderAllOf) GetEnforceWindowsNetworkProfileAsDomainOk ¶

func (o *ConfigurableIdentityProviderAllOf) GetEnforceWindowsNetworkProfileAsDomainOk() (*bool, bool)

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

func (*ConfigurableIdentityProviderAllOf) GetInactivityTimeoutMinutes ¶

func (o *ConfigurableIdentityProviderAllOf) GetInactivityTimeoutMinutes() int32

GetInactivityTimeoutMinutes returns the InactivityTimeoutMinutes field value if set, zero value otherwise.

func (*ConfigurableIdentityProviderAllOf) GetInactivityTimeoutMinutesOk ¶

func (o *ConfigurableIdentityProviderAllOf) GetInactivityTimeoutMinutesOk() (*int32, bool)

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

func (*ConfigurableIdentityProviderAllOf) GetNetworkInactivityTimeoutEnabled ¶

func (o *ConfigurableIdentityProviderAllOf) GetNetworkInactivityTimeoutEnabled() bool

GetNetworkInactivityTimeoutEnabled returns the NetworkInactivityTimeoutEnabled field value if set, zero value otherwise.

func (*ConfigurableIdentityProviderAllOf) GetNetworkInactivityTimeoutEnabledOk ¶

func (o *ConfigurableIdentityProviderAllOf) GetNetworkInactivityTimeoutEnabledOk() (*bool, bool)

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

func (*ConfigurableIdentityProviderAllOf) GetOnBoarding2FA ¶

GetOnBoarding2FA returns the OnBoarding2FA field value if set, zero value otherwise.

func (*ConfigurableIdentityProviderAllOf) GetOnBoarding2FAOk ¶

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

func (*ConfigurableIdentityProviderAllOf) GetOnDemandClaimMappings ¶

func (o *ConfigurableIdentityProviderAllOf) GetOnDemandClaimMappings() []OnDemandClaimMappingsInner

GetOnDemandClaimMappings returns the OnDemandClaimMappings field value if set, zero value otherwise.

func (*ConfigurableIdentityProviderAllOf) GetOnDemandClaimMappingsOk ¶

func (o *ConfigurableIdentityProviderAllOf) GetOnDemandClaimMappingsOk() ([]OnDemandClaimMappingsInner, bool)

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

func (*ConfigurableIdentityProviderAllOf) HasAdminProvider ¶

func (o *ConfigurableIdentityProviderAllOf) HasAdminProvider() bool

HasAdminProvider returns a boolean if a field has been set.

func (*ConfigurableIdentityProviderAllOf) HasBlockLocalDnsRequests ¶

func (o *ConfigurableIdentityProviderAllOf) HasBlockLocalDnsRequests() bool

HasBlockLocalDnsRequests returns a boolean if a field has been set.

func (*ConfigurableIdentityProviderAllOf) HasDeviceLimitPerUser ¶

func (o *ConfigurableIdentityProviderAllOf) HasDeviceLimitPerUser() bool

HasDeviceLimitPerUser returns a boolean if a field has been set.

func (*ConfigurableIdentityProviderAllOf) HasEnforceWindowsNetworkProfileAsDomain ¶

func (o *ConfigurableIdentityProviderAllOf) HasEnforceWindowsNetworkProfileAsDomain() bool

HasEnforceWindowsNetworkProfileAsDomain returns a boolean if a field has been set.

func (*ConfigurableIdentityProviderAllOf) HasInactivityTimeoutMinutes ¶

func (o *ConfigurableIdentityProviderAllOf) HasInactivityTimeoutMinutes() bool

HasInactivityTimeoutMinutes returns a boolean if a field has been set.

func (*ConfigurableIdentityProviderAllOf) HasNetworkInactivityTimeoutEnabled ¶

func (o *ConfigurableIdentityProviderAllOf) HasNetworkInactivityTimeoutEnabled() bool

HasNetworkInactivityTimeoutEnabled returns a boolean if a field has been set.

func (*ConfigurableIdentityProviderAllOf) HasOnBoarding2FA ¶

func (o *ConfigurableIdentityProviderAllOf) HasOnBoarding2FA() bool

HasOnBoarding2FA returns a boolean if a field has been set.

func (*ConfigurableIdentityProviderAllOf) HasOnDemandClaimMappings ¶

func (o *ConfigurableIdentityProviderAllOf) HasOnDemandClaimMappings() bool

HasOnDemandClaimMappings returns a boolean if a field has been set.

func (ConfigurableIdentityProviderAllOf) MarshalJSON ¶

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

func (*ConfigurableIdentityProviderAllOf) SetAdminProvider ¶

func (o *ConfigurableIdentityProviderAllOf) SetAdminProvider(v bool)

SetAdminProvider gets a reference to the given bool and assigns it to the AdminProvider field.

func (*ConfigurableIdentityProviderAllOf) SetBlockLocalDnsRequests ¶

func (o *ConfigurableIdentityProviderAllOf) SetBlockLocalDnsRequests(v bool)

SetBlockLocalDnsRequests gets a reference to the given bool and assigns it to the BlockLocalDnsRequests field.

func (*ConfigurableIdentityProviderAllOf) SetDeviceLimitPerUser ¶

func (o *ConfigurableIdentityProviderAllOf) SetDeviceLimitPerUser(v int32)

SetDeviceLimitPerUser gets a reference to the given int32 and assigns it to the DeviceLimitPerUser field.

func (*ConfigurableIdentityProviderAllOf) SetEnforceWindowsNetworkProfileAsDomain ¶

func (o *ConfigurableIdentityProviderAllOf) SetEnforceWindowsNetworkProfileAsDomain(v bool)

SetEnforceWindowsNetworkProfileAsDomain gets a reference to the given bool and assigns it to the EnforceWindowsNetworkProfileAsDomain field.

func (*ConfigurableIdentityProviderAllOf) SetInactivityTimeoutMinutes ¶

func (o *ConfigurableIdentityProviderAllOf) SetInactivityTimeoutMinutes(v int32)

SetInactivityTimeoutMinutes gets a reference to the given int32 and assigns it to the InactivityTimeoutMinutes field.

func (*ConfigurableIdentityProviderAllOf) SetNetworkInactivityTimeoutEnabled ¶

func (o *ConfigurableIdentityProviderAllOf) SetNetworkInactivityTimeoutEnabled(v bool)

SetNetworkInactivityTimeoutEnabled gets a reference to the given bool and assigns it to the NetworkInactivityTimeoutEnabled field.

func (*ConfigurableIdentityProviderAllOf) SetOnBoarding2FA ¶

SetOnBoarding2FA gets a reference to the given ConfigurableIdentityProviderAllOfOnBoarding2FA and assigns it to the OnBoarding2FA field.

func (*ConfigurableIdentityProviderAllOf) SetOnDemandClaimMappings ¶

func (o *ConfigurableIdentityProviderAllOf) SetOnDemandClaimMappings(v []OnDemandClaimMappingsInner)

SetOnDemandClaimMappings gets a reference to the given []OnDemandClaimMappingsInner and assigns it to the OnDemandClaimMappings field.

type ConfigurableIdentityProviderAllOfOnBoarding2FA ¶

type ConfigurableIdentityProviderAllOfOnBoarding2FA struct {
	// MFA provider ID to use for the authentication.
	MfaProviderId string `json:"mfaProviderId"`
	// On-boarding MFA message to be displayed on the Client UI during the second-factor authentication.
	Message *string `json:"message,omitempty"`
	// Upon successful on-boarding, the claim will be added as if MFA remedy action is fulfilled.
	ClaimSuffix *string `json:"claimSuffix,omitempty"`
	// If enabled, MFA will be required on every authentication.
	AlwaysRequired *bool `json:"alwaysRequired,omitempty"`
	// The device limit per user. The existing on-boarded devices will still be able to sign in even if the limit is exceeded. Deprecated. Use root level field instead.
	// Deprecated
	DeviceLimitPerUser *int32 `json:"deviceLimitPerUser,omitempty"`
}

ConfigurableIdentityProviderAllOfOnBoarding2FA On-boarding two-factor authentication settings. Leave it empty keep it disabled.

func NewConfigurableIdentityProviderAllOfOnBoarding2FA ¶

func NewConfigurableIdentityProviderAllOfOnBoarding2FA(mfaProviderId string) *ConfigurableIdentityProviderAllOfOnBoarding2FA

NewConfigurableIdentityProviderAllOfOnBoarding2FA instantiates a new ConfigurableIdentityProviderAllOfOnBoarding2FA object This constructor will assign default values to properties that have it defined, 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 NewConfigurableIdentityProviderAllOfOnBoarding2FAWithDefaults ¶

func NewConfigurableIdentityProviderAllOfOnBoarding2FAWithDefaults() *ConfigurableIdentityProviderAllOfOnBoarding2FA

NewConfigurableIdentityProviderAllOfOnBoarding2FAWithDefaults instantiates a new ConfigurableIdentityProviderAllOfOnBoarding2FA object This 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 (*ConfigurableIdentityProviderAllOfOnBoarding2FA) GetAlwaysRequired ¶

GetAlwaysRequired returns the AlwaysRequired field value if set, zero value otherwise.

func (*ConfigurableIdentityProviderAllOfOnBoarding2FA) GetAlwaysRequiredOk ¶

func (o *ConfigurableIdentityProviderAllOfOnBoarding2FA) GetAlwaysRequiredOk() (*bool, bool)

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

func (*ConfigurableIdentityProviderAllOfOnBoarding2FA) GetClaimSuffix ¶

GetClaimSuffix returns the ClaimSuffix field value if set, zero value otherwise.

func (*ConfigurableIdentityProviderAllOfOnBoarding2FA) GetClaimSuffixOk ¶

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

func (*ConfigurableIdentityProviderAllOfOnBoarding2FA) GetDeviceLimitPerUser ¶

func (o *ConfigurableIdentityProviderAllOfOnBoarding2FA) GetDeviceLimitPerUser() int32

GetDeviceLimitPerUser returns the DeviceLimitPerUser field value if set, zero value otherwise. Deprecated

func (*ConfigurableIdentityProviderAllOfOnBoarding2FA) GetDeviceLimitPerUserOk ¶

func (o *ConfigurableIdentityProviderAllOfOnBoarding2FA) GetDeviceLimitPerUserOk() (*int32, bool)

GetDeviceLimitPerUserOk returns a tuple with the DeviceLimitPerUser field value if set, nil otherwise and a boolean to check if the value has been set. Deprecated

func (*ConfigurableIdentityProviderAllOfOnBoarding2FA) GetMessage ¶

GetMessage returns the Message field value if set, zero value otherwise.

func (*ConfigurableIdentityProviderAllOfOnBoarding2FA) GetMessageOk ¶

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

func (*ConfigurableIdentityProviderAllOfOnBoarding2FA) GetMfaProviderId ¶

GetMfaProviderId returns the MfaProviderId field value

func (*ConfigurableIdentityProviderAllOfOnBoarding2FA) GetMfaProviderIdOk ¶

func (o *ConfigurableIdentityProviderAllOfOnBoarding2FA) GetMfaProviderIdOk() (*string, bool)

GetMfaProviderIdOk returns a tuple with the MfaProviderId field value and a boolean to check if the value has been set.

func (*ConfigurableIdentityProviderAllOfOnBoarding2FA) HasAlwaysRequired ¶

HasAlwaysRequired returns a boolean if a field has been set.

func (*ConfigurableIdentityProviderAllOfOnBoarding2FA) HasClaimSuffix ¶

HasClaimSuffix returns a boolean if a field has been set.

func (*ConfigurableIdentityProviderAllOfOnBoarding2FA) HasDeviceLimitPerUser ¶

func (o *ConfigurableIdentityProviderAllOfOnBoarding2FA) HasDeviceLimitPerUser() bool

HasDeviceLimitPerUser returns a boolean if a field has been set.

func (*ConfigurableIdentityProviderAllOfOnBoarding2FA) HasMessage ¶

HasMessage returns a boolean if a field has been set.

func (ConfigurableIdentityProviderAllOfOnBoarding2FA) MarshalJSON ¶

func (*ConfigurableIdentityProviderAllOfOnBoarding2FA) SetAlwaysRequired ¶

func (o *ConfigurableIdentityProviderAllOfOnBoarding2FA) SetAlwaysRequired(v bool)

SetAlwaysRequired gets a reference to the given bool and assigns it to the AlwaysRequired field.

func (*ConfigurableIdentityProviderAllOfOnBoarding2FA) SetClaimSuffix ¶

SetClaimSuffix gets a reference to the given string and assigns it to the ClaimSuffix field.

func (*ConfigurableIdentityProviderAllOfOnBoarding2FA) SetDeviceLimitPerUser ¶

func (o *ConfigurableIdentityProviderAllOfOnBoarding2FA) SetDeviceLimitPerUser(v int32)

SetDeviceLimitPerUser gets a reference to the given int32 and assigns it to the DeviceLimitPerUser field. Deprecated

func (*ConfigurableIdentityProviderAllOfOnBoarding2FA) SetMessage ¶

SetMessage gets a reference to the given string and assigns it to the Message field.

func (*ConfigurableIdentityProviderAllOfOnBoarding2FA) SetMfaProviderId ¶

SetMfaProviderId sets field value

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 ConnectorIdentityProviderList ¶

type ConnectorIdentityProviderList struct {
	// The queries applied to the list.
	Queries []string `json:"queries,omitempty"`
	// The first query applied to the list. Deprecated as of 6.0. Use queries instead.
	// Deprecated
	Query *string `json:"query,omitempty"`
	// 'The range applied to the list. Format: -/. 3-5/8 means, out of 8 count (query affects the total), the items between (including) the 3rd and the 5th are returned.'
	Range *string `json:"range,omitempty"`
	// The field name used to sort the list.
	OrderBy *string `json:"orderBy,omitempty"`
	// Whether the sorting is applied descending or ascending.
	Descending *bool `json:"descending,omitempty"`
	// The filters applied to the list.
	FilterBy []FilterBy `json:"filterBy,omitempty"`
	// List of Identity Providers.
	Data []ConnectorProvider `json:"data,omitempty"`
}

ConnectorIdentityProviderList struct for ConnectorIdentityProviderList

func NewConnectorIdentityProviderList ¶

func NewConnectorIdentityProviderList() *ConnectorIdentityProviderList

NewConnectorIdentityProviderList instantiates a new ConnectorIdentityProviderList object This constructor will assign default values to properties that have it defined, 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 NewConnectorIdentityProviderListWithDefaults ¶

func NewConnectorIdentityProviderListWithDefaults() *ConnectorIdentityProviderList

NewConnectorIdentityProviderListWithDefaults instantiates a new ConnectorIdentityProviderList object This 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 (*ConnectorIdentityProviderList) GetData ¶

GetData returns the Data field value if set, zero value otherwise.

func (*ConnectorIdentityProviderList) GetDataOk ¶

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

func (*ConnectorIdentityProviderList) GetDescending ¶

func (o *ConnectorIdentityProviderList) GetDescending() bool

GetDescending returns the Descending field value if set, zero value otherwise.

func (*ConnectorIdentityProviderList) GetDescendingOk ¶

func (o *ConnectorIdentityProviderList) GetDescendingOk() (*bool, bool)

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

func (*ConnectorIdentityProviderList) GetFilterBy ¶

func (o *ConnectorIdentityProviderList) GetFilterBy() []FilterBy

GetFilterBy returns the FilterBy field value if set, zero value otherwise.

func (*ConnectorIdentityProviderList) GetFilterByOk ¶

func (o *ConnectorIdentityProviderList) GetFilterByOk() ([]FilterBy, bool)

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

func (*ConnectorIdentityProviderList) GetOrderBy ¶

func (o *ConnectorIdentityProviderList) GetOrderBy() string

GetOrderBy returns the OrderBy field value if set, zero value otherwise.

func (*ConnectorIdentityProviderList) GetOrderByOk ¶

func (o *ConnectorIdentityProviderList) GetOrderByOk() (*string, bool)

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

func (*ConnectorIdentityProviderList) GetQueries ¶

func (o *ConnectorIdentityProviderList) GetQueries() []string

GetQueries returns the Queries field value if set, zero value otherwise.

func (*ConnectorIdentityProviderList) GetQueriesOk ¶

func (o *ConnectorIdentityProviderList) GetQueriesOk() ([]string, bool)

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

func (*ConnectorIdentityProviderList) GetQuery ¶

func (o *ConnectorIdentityProviderList) GetQuery() string

GetQuery returns the Query field value if set, zero value otherwise. Deprecated

func (*ConnectorIdentityProviderList) GetQueryOk ¶

func (o *ConnectorIdentityProviderList) GetQueryOk() (*string, bool)

GetQueryOk returns a tuple with the Query field value if set, nil otherwise and a boolean to check if the value has been set. Deprecated

func (*ConnectorIdentityProviderList) GetRange ¶

func (o *ConnectorIdentityProviderList) GetRange() string

GetRange returns the Range field value if set, zero value otherwise.

func (*ConnectorIdentityProviderList) GetRangeOk ¶

func (o *ConnectorIdentityProviderList) GetRangeOk() (*string, bool)

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

func (*ConnectorIdentityProviderList) HasData ¶

func (o *ConnectorIdentityProviderList) HasData() bool

HasData returns a boolean if a field has been set.

func (*ConnectorIdentityProviderList) HasDescending ¶

func (o *ConnectorIdentityProviderList) HasDescending() bool

HasDescending returns a boolean if a field has been set.

func (*ConnectorIdentityProviderList) HasFilterBy ¶

func (o *ConnectorIdentityProviderList) HasFilterBy() bool

HasFilterBy returns a boolean if a field has been set.

func (*ConnectorIdentityProviderList) HasOrderBy ¶

func (o *ConnectorIdentityProviderList) HasOrderBy() bool

HasOrderBy returns a boolean if a field has been set.

func (*ConnectorIdentityProviderList) HasQueries ¶

func (o *ConnectorIdentityProviderList) HasQueries() bool

HasQueries returns a boolean if a field has been set.

func (*ConnectorIdentityProviderList) HasQuery ¶

func (o *ConnectorIdentityProviderList) HasQuery() bool

HasQuery returns a boolean if a field has been set.

func (*ConnectorIdentityProviderList) HasRange ¶

func (o *ConnectorIdentityProviderList) HasRange() bool

HasRange returns a boolean if a field has been set.

func (ConnectorIdentityProviderList) MarshalJSON ¶

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

func (*ConnectorIdentityProviderList) SetData ¶

SetData gets a reference to the given []ConnectorProvider and assigns it to the Data field.

func (*ConnectorIdentityProviderList) SetDescending ¶

func (o *ConnectorIdentityProviderList) SetDescending(v bool)

SetDescending gets a reference to the given bool and assigns it to the Descending field.

func (*ConnectorIdentityProviderList) SetFilterBy ¶

func (o *ConnectorIdentityProviderList) SetFilterBy(v []FilterBy)

SetFilterBy gets a reference to the given []FilterBy and assigns it to the FilterBy field.

func (*ConnectorIdentityProviderList) SetOrderBy ¶

func (o *ConnectorIdentityProviderList) SetOrderBy(v string)

SetOrderBy gets a reference to the given string and assigns it to the OrderBy field.

func (*ConnectorIdentityProviderList) SetQueries ¶

func (o *ConnectorIdentityProviderList) SetQueries(v []string)

SetQueries gets a reference to the given []string and assigns it to the Queries field.

func (*ConnectorIdentityProviderList) SetQuery ¶

func (o *ConnectorIdentityProviderList) SetQuery(v string)

SetQuery gets a reference to the given string and assigns it to the Query field. Deprecated

func (*ConnectorIdentityProviderList) SetRange ¶

func (o *ConnectorIdentityProviderList) SetRange(v string)

SetRange gets a reference to the given string and assigns it to the Range field.

type ConnectorIdentityProvidersApiService ¶

type ConnectorIdentityProvidersApiService service

ConnectorIdentityProvidersApiService IdentityProvidersApi service

func (*ConnectorIdentityProvidersApiService) IdentityProvidersGet ¶

IdentityProvidersGet List all Identity Providers.

List all Identity Providers visible to current user.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiConnectorIdentityProvidersGetRequest

func (*ConnectorIdentityProvidersApiService) IdentityProvidersGetExecute ¶

Execute executes the request

@return ConnectorIdentityProviderList

func (*ConnectorIdentityProvidersApiService) IdentityProvidersIdAttributesPost ¶

IdentityProvidersIdAttributesPost Get user attributes from an existing Identity Provider.

Get raw attributes and mapped claims for a user.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id ID of the object.
@return ApiConnectorIdentityProvidersIdAttributesPostRequest

func (*ConnectorIdentityProvidersApiService) IdentityProvidersIdAttributesPostExecute ¶

Execute executes the request

@return IdentityProvidersIdAttributesPost200Response

func (*ConnectorIdentityProvidersApiService) IdentityProvidersIdDelete ¶

IdentityProvidersIdDelete Delete a specific Identity Provider.

Delete a specific Identity Provider.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id ID of the object.
@return ApiConnectorIdentityProvidersIdDeleteRequest

func (*ConnectorIdentityProvidersApiService) IdentityProvidersIdDeleteExecute ¶

Execute executes the request

func (*ConnectorIdentityProvidersApiService) IdentityProvidersIdGet ¶

IdentityProvidersIdGet Get a specific Identity Provider.

Get a specific Identity Provider.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id ID of the object.
@return ApiConnectorIdentityProvidersIdGetRequest

func (*ConnectorIdentityProvidersApiService) IdentityProvidersIdGetExecute ¶

Execute executes the request

@return ConnectorProvider

func (*ConnectorIdentityProvidersApiService) IdentityProvidersIdPut ¶

IdentityProvidersIdPut Update an existing Identity Provider.

Update an existing Identity Provider.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id ID of the object.
@return ApiConnectorIdentityProvidersIdPutRequest

func (*ConnectorIdentityProvidersApiService) IdentityProvidersIdPutExecute ¶

Execute executes the request

@return ConnectorProvider

func (*ConnectorIdentityProvidersApiService) IdentityProvidersPost ¶

IdentityProvidersPost Create a new Identity Provider.

Create a new Identity Provider.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiConnectorIdentityProvidersPostRequest

func (*ConnectorIdentityProvidersApiService) IdentityProvidersPostExecute ¶

Execute executes the request

@return ConnectorProvider

func (*ConnectorIdentityProvidersApiService) IdentityProvidersTestPost ¶

IdentityProvidersTestPost Test an Identity Provider connection.

Test connection for the given Identity Provider JSON.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiConnectorIdentityProvidersTestPostRequest

func (*ConnectorIdentityProvidersApiService) IdentityProvidersTestPostExecute ¶

Execute executes the request

@return IdentityProvidersTestPost200Response

type ConnectorProvider ¶

type ConnectorProvider struct {
	// ID of the object.
	Id *string `json:"id,omitempty"`
	// Name of the object.
	Name string `json:"name"`
	// Notes for the object. Used for documentation purposes.
	Notes *string `json:"notes,omitempty"`
	// Create date.
	Created *time.Time `json:"created,omitempty"`
	// Last update date.
	Updated *time.Time `json:"updated,omitempty"`
	// Array of tags.
	Tags []string `json:"tags,omitempty"`
	// The type of the Identity Provider.
	Type string `json:"type"`
	// The IPv4 Pool ID the users in this Identity Provider are going to use to allocate IP addresses for the tunnels.
	IpPoolV4 *string `json:"ipPoolV4,omitempty"`
	// The IPv6 Pool ID the users in this Identity Provider are going to use to allocate IP addresses for the tunnels.
	IpPoolV6 *string `json:"ipPoolV6,omitempty"`
	// The mapping of Identity Provider attributes to claims.
	ClaimMappings []ClaimMappingsInner `json:"claimMappings,omitempty"`
	// ID of the User Claim Scripts to run during authorization.
	UserScripts []string `json:"userScripts,omitempty"`
}

ConnectorProvider struct for ConnectorProvider

func NewConnectorProvider ¶

func NewConnectorProvider(name string, type_ string) *ConnectorProvider

NewConnectorProvider instantiates a new ConnectorProvider object This constructor will assign default values to properties that have it defined, 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 NewConnectorProviderWithDefaults ¶

func NewConnectorProviderWithDefaults() *ConnectorProvider

NewConnectorProviderWithDefaults instantiates a new ConnectorProvider object This 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 (*ConnectorProvider) GetClaimMappings ¶

func (o *ConnectorProvider) GetClaimMappings() []ClaimMappingsInner

GetClaimMappings returns the ClaimMappings field value if set, zero value otherwise.

func (*ConnectorProvider) GetClaimMappingsOk ¶

func (o *ConnectorProvider) GetClaimMappingsOk() ([]ClaimMappingsInner, bool)

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

func (*ConnectorProvider) GetCreated ¶

func (o *ConnectorProvider) GetCreated() time.Time

GetCreated returns the Created field value if set, zero value otherwise.

func (*ConnectorProvider) GetCreatedOk ¶

func (o *ConnectorProvider) GetCreatedOk() (*time.Time, bool)

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

func (*ConnectorProvider) GetId ¶

func (o *ConnectorProvider) GetId() string

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

func (*ConnectorProvider) GetIdOk ¶

func (o *ConnectorProvider) 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 (*ConnectorProvider) GetIpPoolV4 ¶

func (o *ConnectorProvider) GetIpPoolV4() string

GetIpPoolV4 returns the IpPoolV4 field value if set, zero value otherwise.

func (*ConnectorProvider) GetIpPoolV4Ok ¶

func (o *ConnectorProvider) GetIpPoolV4Ok() (*string, bool)

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

func (*ConnectorProvider) GetIpPoolV6 ¶

func (o *ConnectorProvider) GetIpPoolV6() string

GetIpPoolV6 returns the IpPoolV6 field value if set, zero value otherwise.

func (*ConnectorProvider) GetIpPoolV6Ok ¶

func (o *ConnectorProvider) GetIpPoolV6Ok() (*string, bool)

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

func (*ConnectorProvider) GetName ¶

func (o *ConnectorProvider) GetName() string

GetName returns the Name field value

func (*ConnectorProvider) GetNameOk ¶

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

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

func (*ConnectorProvider) GetNotes ¶

func (o *ConnectorProvider) GetNotes() string

GetNotes returns the Notes field value if set, zero value otherwise.

func (*ConnectorProvider) GetNotesOk ¶

func (o *ConnectorProvider) GetNotesOk() (*string, bool)

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

func (*ConnectorProvider) GetTags ¶

func (o *ConnectorProvider) GetTags() []string

GetTags returns the Tags field value if set, zero value otherwise.

func (*ConnectorProvider) GetTagsOk ¶

func (o *ConnectorProvider) GetTagsOk() ([]string, bool)

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

func (*ConnectorProvider) GetType ¶

func (o *ConnectorProvider) GetType() string

GetType returns the Type field value

func (*ConnectorProvider) GetTypeOk ¶

func (o *ConnectorProvider) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (*ConnectorProvider) GetUpdated ¶

func (o *ConnectorProvider) GetUpdated() time.Time

GetUpdated returns the Updated field value if set, zero value otherwise.

func (*ConnectorProvider) GetUpdatedOk ¶

func (o *ConnectorProvider) GetUpdatedOk() (*time.Time, bool)

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

func (*ConnectorProvider) GetUserScripts ¶

func (o *ConnectorProvider) GetUserScripts() []string

GetUserScripts returns the UserScripts field value if set, zero value otherwise.

func (*ConnectorProvider) GetUserScriptsOk ¶

func (o *ConnectorProvider) GetUserScriptsOk() ([]string, bool)

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

func (*ConnectorProvider) HasClaimMappings ¶

func (o *ConnectorProvider) HasClaimMappings() bool

HasClaimMappings returns a boolean if a field has been set.

func (*ConnectorProvider) HasCreated ¶

func (o *ConnectorProvider) HasCreated() bool

HasCreated returns a boolean if a field has been set.

func (*ConnectorProvider) HasId ¶

func (o *ConnectorProvider) HasId() bool

HasId returns a boolean if a field has been set.

func (*ConnectorProvider) HasIpPoolV4 ¶

func (o *ConnectorProvider) HasIpPoolV4() bool

HasIpPoolV4 returns a boolean if a field has been set.

func (*ConnectorProvider) HasIpPoolV6 ¶

func (o *ConnectorProvider) HasIpPoolV6() bool

HasIpPoolV6 returns a boolean if a field has been set.

func (*ConnectorProvider) HasNotes ¶

func (o *ConnectorProvider) HasNotes() bool

HasNotes returns a boolean if a field has been set.

func (*ConnectorProvider) HasTags ¶

func (o *ConnectorProvider) HasTags() bool

HasTags returns a boolean if a field has been set.

func (*ConnectorProvider) HasUpdated ¶

func (o *ConnectorProvider) HasUpdated() bool

HasUpdated returns a boolean if a field has been set.

func (*ConnectorProvider) HasUserScripts ¶

func (o *ConnectorProvider) HasUserScripts() bool

HasUserScripts returns a boolean if a field has been set.

func (ConnectorProvider) MarshalJSON ¶

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

func (*ConnectorProvider) SetClaimMappings ¶

func (o *ConnectorProvider) SetClaimMappings(v []ClaimMappingsInner)

SetClaimMappings gets a reference to the given []ClaimMappingsInner and assigns it to the ClaimMappings field.

func (*ConnectorProvider) SetCreated ¶

func (o *ConnectorProvider) SetCreated(v time.Time)

SetCreated gets a reference to the given time.Time and assigns it to the Created field.

func (*ConnectorProvider) SetId ¶

func (o *ConnectorProvider) SetId(v string)

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

func (*ConnectorProvider) SetIpPoolV4 ¶

func (o *ConnectorProvider) SetIpPoolV4(v string)

SetIpPoolV4 gets a reference to the given string and assigns it to the IpPoolV4 field.

func (*ConnectorProvider) SetIpPoolV6 ¶

func (o *ConnectorProvider) SetIpPoolV6(v string)

SetIpPoolV6 gets a reference to the given string and assigns it to the IpPoolV6 field.

func (*ConnectorProvider) SetName ¶

func (o *ConnectorProvider) SetName(v string)

SetName sets field value

func (*ConnectorProvider) SetNotes ¶

func (o *ConnectorProvider) SetNotes(v string)

SetNotes gets a reference to the given string and assigns it to the Notes field.

func (*ConnectorProvider) SetTags ¶

func (o *ConnectorProvider) SetTags(v []string)

SetTags gets a reference to the given []string and assigns it to the Tags field.

func (*ConnectorProvider) SetType ¶

func (o *ConnectorProvider) SetType(v string)

SetType sets field value

func (*ConnectorProvider) SetUpdated ¶

func (o *ConnectorProvider) SetUpdated(v time.Time)

SetUpdated gets a reference to the given time.Time and assigns it to the Updated field.

func (*ConnectorProvider) SetUserScripts ¶

func (o *ConnectorProvider) SetUserScripts(v []string)

SetUserScripts gets a reference to the given []string and assigns it to the UserScripts field.

type ControllerRole ¶

type ControllerRole struct {
	// Status of the role.
	Status *string `json:"status,omitempty"`
	// Optional details for extra information like error messages.
	Details *string `json:"details,omitempty"`
	// Whether the maintenance mode is active or not on this Controller.
	MaintenanceMode *bool `json:"maintenanceMode,omitempty"`
}

ControllerRole struct for ControllerRole

func NewControllerRole ¶

func NewControllerRole() *ControllerRole

NewControllerRole instantiates a new ControllerRole object This constructor will assign default values to properties that have it defined, 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 NewControllerRoleWithDefaults ¶

func NewControllerRoleWithDefaults() *ControllerRole

NewControllerRoleWithDefaults instantiates a new ControllerRole object This 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 (*ControllerRole) GetDetails ¶

func (o *ControllerRole) GetDetails() string

GetDetails returns the Details field value if set, zero value otherwise.

func (*ControllerRole) GetDetailsOk ¶

func (o *ControllerRole) GetDetailsOk() (*string, bool)

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

func (*ControllerRole) GetMaintenanceMode ¶

func (o *ControllerRole) GetMaintenanceMode() bool

GetMaintenanceMode returns the MaintenanceMode field value if set, zero value otherwise.

func (*ControllerRole) GetMaintenanceModeOk ¶

func (o *ControllerRole) GetMaintenanceModeOk() (*bool, bool)

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

func (*ControllerRole) GetStatus ¶

func (o *ControllerRole) GetStatus() string

GetStatus returns the Status field value if set, zero value otherwise.

func (*ControllerRole) GetStatusOk ¶

func (o *ControllerRole) GetStatusOk() (*string, bool)

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

func (*ControllerRole) HasDetails ¶

func (o *ControllerRole) HasDetails() bool

HasDetails returns a boolean if a field has been set.

func (*ControllerRole) HasMaintenanceMode ¶

func (o *ControllerRole) HasMaintenanceMode() bool

HasMaintenanceMode returns a boolean if a field has been set.

func (*ControllerRole) HasStatus ¶

func (o *ControllerRole) HasStatus() bool

HasStatus returns a boolean if a field has been set.

func (ControllerRole) MarshalJSON ¶

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

func (*ControllerRole) SetDetails ¶

func (o *ControllerRole) SetDetails(v string)

SetDetails gets a reference to the given string and assigns it to the Details field.

func (*ControllerRole) SetMaintenanceMode ¶

func (o *ControllerRole) SetMaintenanceMode(v bool)

SetMaintenanceMode gets a reference to the given bool and assigns it to the MaintenanceMode field.

func (*ControllerRole) SetStatus ¶

func (o *ControllerRole) SetStatus(v string)

SetStatus gets a reference to the given string and assigns it to the Status field.

type ControllerRoleAllOf ¶

type ControllerRoleAllOf struct {
	// Whether the maintenance mode is active or not on this Controller.
	MaintenanceMode *bool `json:"maintenanceMode,omitempty"`
}

ControllerRoleAllOf struct for ControllerRoleAllOf

func NewControllerRoleAllOf ¶

func NewControllerRoleAllOf() *ControllerRoleAllOf

NewControllerRoleAllOf instantiates a new ControllerRoleAllOf object This constructor will assign default values to properties that have it defined, 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 NewControllerRoleAllOfWithDefaults ¶

func NewControllerRoleAllOfWithDefaults() *ControllerRoleAllOf

NewControllerRoleAllOfWithDefaults instantiates a new ControllerRoleAllOf object This 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 (*ControllerRoleAllOf) GetMaintenanceMode ¶

func (o *ControllerRoleAllOf) GetMaintenanceMode() bool

GetMaintenanceMode returns the MaintenanceMode field value if set, zero value otherwise.

func (*ControllerRoleAllOf) GetMaintenanceModeOk ¶

func (o *ControllerRoleAllOf) GetMaintenanceModeOk() (*bool, bool)

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

func (*ControllerRoleAllOf) HasMaintenanceMode ¶

func (o *ControllerRoleAllOf) HasMaintenanceMode() bool

HasMaintenanceMode returns a boolean if a field has been set.

func (ControllerRoleAllOf) MarshalJSON ¶

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

func (*ControllerRoleAllOf) SetMaintenanceMode ¶

func (o *ControllerRoleAllOf) SetMaintenanceMode(v bool)

SetMaintenanceMode gets a reference to the given bool and assigns it to the MaintenanceMode field.

type CriteriaScript ¶

type CriteriaScript struct {
	// ID of the object.
	Id *string `json:"id,omitempty"`
	// Name of the object.
	Name string `json:"name"`
	// Notes for the object. Used for documentation purposes.
	Notes *string `json:"notes,omitempty"`
	// Create date.
	Created *time.Time `json:"created,omitempty"`
	// Last update date.
	Updated *time.Time `json:"updated,omitempty"`
	// Array of tags.
	Tags []string `json:"tags,omitempty"`
	// A JavaScript expression that returns boolean.
	Expression string `json:"expression"`
}

CriteriaScript struct for CriteriaScript

func NewCriteriaScript ¶

func NewCriteriaScript(name string, expression string) *CriteriaScript

NewCriteriaScript instantiates a new CriteriaScript object This constructor will assign default values to properties that have it defined, 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 NewCriteriaScriptWithDefaults ¶

func NewCriteriaScriptWithDefaults() *CriteriaScript

NewCriteriaScriptWithDefaults instantiates a new CriteriaScript object This 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 (*CriteriaScript) GetCreated ¶

func (o *CriteriaScript) GetCreated() time.Time

GetCreated returns the Created field value if set, zero value otherwise.

func (*CriteriaScript) GetCreatedOk ¶

func (o *CriteriaScript) GetCreatedOk() (*time.Time, bool)

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

func (*CriteriaScript) GetExpression ¶

func (o *CriteriaScript) GetExpression() string

GetExpression returns the Expression field value

func (*CriteriaScript) GetExpressionOk ¶

func (o *CriteriaScript) GetExpressionOk() (*string, bool)

GetExpressionOk returns a tuple with the Expression field value and a boolean to check if the value has been set.

func (*CriteriaScript) GetId ¶

func (o *CriteriaScript) GetId() string

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

func (*CriteriaScript) GetIdOk ¶

func (o *CriteriaScript) 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 (*CriteriaScript) GetName ¶

func (o *CriteriaScript) GetName() string

GetName returns the Name field value

func (*CriteriaScript) GetNameOk ¶

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

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

func (*CriteriaScript) GetNotes ¶

func (o *CriteriaScript) GetNotes() string

GetNotes returns the Notes field value if set, zero value otherwise.

func (*CriteriaScript) GetNotesOk ¶

func (o *CriteriaScript) GetNotesOk() (*string, bool)

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

func (*CriteriaScript) GetTags ¶

func (o *CriteriaScript) GetTags() []string

GetTags returns the Tags field value if set, zero value otherwise.

func (*CriteriaScript) GetTagsOk ¶

func (o *CriteriaScript) GetTagsOk() ([]string, bool)

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

func (*CriteriaScript) GetUpdated ¶

func (o *CriteriaScript) GetUpdated() time.Time

GetUpdated returns the Updated field value if set, zero value otherwise.

func (*CriteriaScript) GetUpdatedOk ¶

func (o *CriteriaScript) GetUpdatedOk() (*time.Time, bool)

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

func (*CriteriaScript) HasCreated ¶

func (o *CriteriaScript) HasCreated() bool

HasCreated returns a boolean if a field has been set.

func (*CriteriaScript) HasId ¶

func (o *CriteriaScript) HasId() bool

HasId returns a boolean if a field has been set.

func (*CriteriaScript) HasNotes ¶

func (o *CriteriaScript) HasNotes() bool

HasNotes returns a boolean if a field has been set.

func (*CriteriaScript) HasTags ¶

func (o *CriteriaScript) HasTags() bool

HasTags returns a boolean if a field has been set.

func (*CriteriaScript) HasUpdated ¶

func (o *CriteriaScript) HasUpdated() bool

HasUpdated returns a boolean if a field has been set.

func (CriteriaScript) MarshalJSON ¶

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

func (*CriteriaScript) SetCreated ¶

func (o *CriteriaScript) SetCreated(v time.Time)

SetCreated gets a reference to the given time.Time and assigns it to the Created field.

func (*CriteriaScript) SetExpression ¶

func (o *CriteriaScript) SetExpression(v string)

SetExpression sets field value

func (*CriteriaScript) SetId ¶

func (o *CriteriaScript) SetId(v string)

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

func (*CriteriaScript) SetName ¶

func (o *CriteriaScript) SetName(v string)

SetName sets field value

func (*CriteriaScript) SetNotes ¶

func (o *CriteriaScript) SetNotes(v string)

SetNotes gets a reference to the given string and assigns it to the Notes field.

func (*CriteriaScript) SetTags ¶

func (o *CriteriaScript) SetTags(v []string)

SetTags gets a reference to the given []string and assigns it to the Tags field.

func (*CriteriaScript) SetUpdated ¶

func (o *CriteriaScript) SetUpdated(v time.Time)

SetUpdated gets a reference to the given time.Time and assigns it to the Updated field.

type CriteriaScriptAllOf ¶

type CriteriaScriptAllOf struct {
	// A JavaScript expression that returns boolean.
	Expression string `json:"expression"`
}

CriteriaScriptAllOf Represents a Criteria Script.

func NewCriteriaScriptAllOf ¶

func NewCriteriaScriptAllOf(expression string) *CriteriaScriptAllOf

NewCriteriaScriptAllOf instantiates a new CriteriaScriptAllOf object This constructor will assign default values to properties that have it defined, 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 NewCriteriaScriptAllOfWithDefaults ¶

func NewCriteriaScriptAllOfWithDefaults() *CriteriaScriptAllOf

NewCriteriaScriptAllOfWithDefaults instantiates a new CriteriaScriptAllOf object This 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 (*CriteriaScriptAllOf) GetExpression ¶

func (o *CriteriaScriptAllOf) GetExpression() string

GetExpression returns the Expression field value

func (*CriteriaScriptAllOf) GetExpressionOk ¶

func (o *CriteriaScriptAllOf) GetExpressionOk() (*string, bool)

GetExpressionOk returns a tuple with the Expression field value and a boolean to check if the value has been set.

func (CriteriaScriptAllOf) MarshalJSON ¶

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

func (*CriteriaScriptAllOf) SetExpression ¶

func (o *CriteriaScriptAllOf) SetExpression(v string)

SetExpression sets field value

type CriteriaScriptList ¶

type CriteriaScriptList struct {
	// 'The range applied to the list. Format: -/. 3-5/8 means, out of 8 count (query affects the total), the items between (including) the 3rd and the 5th are returned.'
	Range *string `json:"range,omitempty"`
	// The field name used to sort the list.
	OrderBy *string `json:"orderBy,omitempty"`
	// Whether the sorting is applied descending or ascending.
	Descending *bool `json:"descending,omitempty"`
	// The queries applied to the list.
	Queries []string `json:"queries,omitempty"`
	// The filters applied to the list.
	FilterBy []FilterBy `json:"filterBy,omitempty"`
	// List of Criteria Scripts.
	Data []CriteriaScript `json:"data,omitempty"`
}

CriteriaScriptList struct for CriteriaScriptList

func NewCriteriaScriptList ¶

func NewCriteriaScriptList() *CriteriaScriptList

NewCriteriaScriptList instantiates a new CriteriaScriptList object This constructor will assign default values to properties that have it defined, 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 NewCriteriaScriptListWithDefaults ¶

func NewCriteriaScriptListWithDefaults() *CriteriaScriptList

NewCriteriaScriptListWithDefaults instantiates a new CriteriaScriptList object This 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 (*CriteriaScriptList) GetData ¶

func (o *CriteriaScriptList) GetData() []CriteriaScript

GetData returns the Data field value if set, zero value otherwise.

func (*CriteriaScriptList) GetDataOk ¶

func (o *CriteriaScriptList) GetDataOk() ([]CriteriaScript, bool)

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

func (*CriteriaScriptList) GetDescending ¶

func (o *CriteriaScriptList) GetDescending() bool

GetDescending returns the Descending field value if set, zero value otherwise.

func (*CriteriaScriptList) GetDescendingOk ¶

func (o *CriteriaScriptList) GetDescendingOk() (*bool, bool)

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

func (*CriteriaScriptList) GetFilterBy ¶

func (o *CriteriaScriptList) GetFilterBy() []FilterBy

GetFilterBy returns the FilterBy field value if set, zero value otherwise.

func (*CriteriaScriptList) GetFilterByOk ¶

func (o *CriteriaScriptList) GetFilterByOk() ([]FilterBy, bool)

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

func (*CriteriaScriptList) GetOrderBy ¶

func (o *CriteriaScriptList) GetOrderBy() string

GetOrderBy returns the OrderBy field value if set, zero value otherwise.

func (*CriteriaScriptList) GetOrderByOk ¶

func (o *CriteriaScriptList) GetOrderByOk() (*string, bool)

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

func (*CriteriaScriptList) GetQueries ¶

func (o *CriteriaScriptList) GetQueries() []string

GetQueries returns the Queries field value if set, zero value otherwise.

func (*CriteriaScriptList) GetQueriesOk ¶

func (o *CriteriaScriptList) GetQueriesOk() ([]string, bool)

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

func (*CriteriaScriptList) GetRange ¶

func (o *CriteriaScriptList) GetRange() string

GetRange returns the Range field value if set, zero value otherwise.

func (*CriteriaScriptList) GetRangeOk ¶

func (o *CriteriaScriptList) GetRangeOk() (*string, bool)

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

func (*CriteriaScriptList) HasData ¶

func (o *CriteriaScriptList) HasData() bool

HasData returns a boolean if a field has been set.

func (*CriteriaScriptList) HasDescending ¶

func (o *CriteriaScriptList) HasDescending() bool

HasDescending returns a boolean if a field has been set.

func (*CriteriaScriptList) HasFilterBy ¶

func (o *CriteriaScriptList) HasFilterBy() bool

HasFilterBy returns a boolean if a field has been set.

func (*CriteriaScriptList) HasOrderBy ¶

func (o *CriteriaScriptList) HasOrderBy() bool

HasOrderBy returns a boolean if a field has been set.

func (*CriteriaScriptList) HasQueries ¶

func (o *CriteriaScriptList) HasQueries() bool

HasQueries returns a boolean if a field has been set.

func (*CriteriaScriptList) HasRange ¶

func (o *CriteriaScriptList) HasRange() bool

HasRange returns a boolean if a field has been set.

func (CriteriaScriptList) MarshalJSON ¶

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

func (*CriteriaScriptList) SetData ¶

func (o *CriteriaScriptList) SetData(v []CriteriaScript)

SetData gets a reference to the given []CriteriaScript and assigns it to the Data field.

func (*CriteriaScriptList) SetDescending ¶

func (o *CriteriaScriptList) SetDescending(v bool)

SetDescending gets a reference to the given bool and assigns it to the Descending field.

func (*CriteriaScriptList) SetFilterBy ¶

func (o *CriteriaScriptList) SetFilterBy(v []FilterBy)

SetFilterBy gets a reference to the given []FilterBy and assigns it to the FilterBy field.

func (*CriteriaScriptList) SetOrderBy ¶

func (o *CriteriaScriptList) SetOrderBy(v string)

SetOrderBy gets a reference to the given string and assigns it to the OrderBy field.

func (*CriteriaScriptList) SetQueries ¶

func (o *CriteriaScriptList) SetQueries(v []string)

SetQueries gets a reference to the given []string and assigns it to the Queries field.

func (*CriteriaScriptList) SetRange ¶

func (o *CriteriaScriptList) SetRange(v string)

SetRange gets a reference to the given string and assigns it to the Range field.

type CriteriaScriptListAllOf ¶

type CriteriaScriptListAllOf struct {
	// List of Criteria Scripts.
	Data []CriteriaScript `json:"data,omitempty"`
}

CriteriaScriptListAllOf Represents a list of Criteria Scripts.

func NewCriteriaScriptListAllOf ¶

func NewCriteriaScriptListAllOf() *CriteriaScriptListAllOf

NewCriteriaScriptListAllOf instantiates a new CriteriaScriptListAllOf object This constructor will assign default values to properties that have it defined, 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 NewCriteriaScriptListAllOfWithDefaults ¶

func NewCriteriaScriptListAllOfWithDefaults() *CriteriaScriptListAllOf

NewCriteriaScriptListAllOfWithDefaults instantiates a new CriteriaScriptListAllOf object This 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 (*CriteriaScriptListAllOf) GetData ¶

func (o *CriteriaScriptListAllOf) GetData() []CriteriaScript

GetData returns the Data field value if set, zero value otherwise.

func (*CriteriaScriptListAllOf) GetDataOk ¶

func (o *CriteriaScriptListAllOf) GetDataOk() ([]CriteriaScript, bool)

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

func (*CriteriaScriptListAllOf) HasData ¶

func (o *CriteriaScriptListAllOf) HasData() bool

HasData returns a boolean if a field has been set.

func (CriteriaScriptListAllOf) MarshalJSON ¶

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

func (*CriteriaScriptListAllOf) SetData ¶

func (o *CriteriaScriptListAllOf) SetData(v []CriteriaScript)

SetData gets a reference to the given []CriteriaScript and assigns it to the Data field.

type CriteriaScriptsApiService ¶

type CriteriaScriptsApiService service

CriteriaScriptsApiService CriteriaScriptsApi service

func (*CriteriaScriptsApiService) CriteriaScriptsGet ¶

CriteriaScriptsGet List all Criteria Scripts.

List all Criteria Scripts visible to current user.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCriteriaScriptsGetRequest

func (*CriteriaScriptsApiService) CriteriaScriptsGetExecute ¶

Execute executes the request

@return CriteriaScriptList

func (*CriteriaScriptsApiService) CriteriaScriptsIdDelete ¶

CriteriaScriptsIdDelete Delete a specific Criteria Script.

Delete a specific Criteria Script.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id ID of the object.
@return ApiCriteriaScriptsIdDeleteRequest

func (*CriteriaScriptsApiService) CriteriaScriptsIdDeleteExecute ¶

func (a *CriteriaScriptsApiService) CriteriaScriptsIdDeleteExecute(r ApiCriteriaScriptsIdDeleteRequest) (*http.Response, error)

Execute executes the request

func (*CriteriaScriptsApiService) CriteriaScriptsIdGet ¶

CriteriaScriptsIdGet Get a specific Criteria Script.

Get a specific Criteria Script.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id ID of the object.
@return ApiCriteriaScriptsIdGetRequest

func (*CriteriaScriptsApiService) CriteriaScriptsIdGetExecute ¶

Execute executes the request

@return CriteriaScript

func (*CriteriaScriptsApiService) CriteriaScriptsIdPut ¶

CriteriaScriptsIdPut Update an existing Criteria Script.

Update an existing Criteria Script.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id ID of the object.
@return ApiCriteriaScriptsIdPutRequest

func (*CriteriaScriptsApiService) CriteriaScriptsIdPutExecute ¶

Execute executes the request

@return CriteriaScript

func (*CriteriaScriptsApiService) CriteriaScriptsPost ¶

CriteriaScriptsPost Create a new Criteria Script.

Create a new Criteria Script.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCriteriaScriptsPostRequest

func (*CriteriaScriptsApiService) CriteriaScriptsPostExecute ¶

Execute executes the request

@return CriteriaScript

type DefaultTimeBasedOTPProviderSeedsApiService ¶

type DefaultTimeBasedOTPProviderSeedsApiService service

DefaultTimeBasedOTPProviderSeedsApiService DefaultTimeBasedOTPProviderSeedsApi service

func (*DefaultTimeBasedOTPProviderSeedsApiService) OtpSeedsDistinguishedNameDelete ¶

func (a *DefaultTimeBasedOTPProviderSeedsApiService) OtpSeedsDistinguishedNameDelete(ctx context.Context, distinguishedName string) ApiOtpSeedsDistinguishedNameDeleteRequest

OtpSeedsDistinguishedNameDelete Delete a Default Time-Based OTP Provider Seed for the given Distinguished Name.

Delete a Default Time-Based OTP Provider Seed for the given Distinguished Name.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param distinguishedName 'Distinguished name of the user whose Default Time-Based OTP Provider Seed to be deleted. Format: \"CN=,OU=\"'
@return ApiOtpSeedsDistinguishedNameDeleteRequest

func (*DefaultTimeBasedOTPProviderSeedsApiService) OtpSeedsDistinguishedNameDeleteExecute ¶

Execute executes the request

func (*DefaultTimeBasedOTPProviderSeedsApiService) OtpSeedsGet ¶

OtpSeedsGet List all Default Time-Based OTP Provider Seeds.

List all Default Time-Based OTP Provider Seeds.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiOtpSeedsGetRequest

func (*DefaultTimeBasedOTPProviderSeedsApiService) OtpSeedsGetExecute ¶

Execute executes the request

@return OtpSeedList

type DeviceAndUser ¶

type DeviceAndUser struct {
	// Distinguished name of a user&device combination. Format: \"CN=,CN=,OU=\"
	DistinguishedName *string `json:"distinguishedName,omitempty"`
	// The device ID, same as the one in the Distinguished Name.
	DeviceId *string `json:"deviceId,omitempty"`
	// The username, same as the one in the Distinguished Name.
	Username *string `json:"username,omitempty"`
	// The provider name of the user, same as the one in the Distinguished Name.
	ProviderName *string `json:"providerName,omitempty"`
}

DeviceAndUser struct for DeviceAndUser

func NewDeviceAndUser ¶

func NewDeviceAndUser() *DeviceAndUser

NewDeviceAndUser instantiates a new DeviceAndUser object This constructor will assign default values to properties that have it defined, 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 NewDeviceAndUserWithDefaults ¶

func NewDeviceAndUserWithDefaults() *DeviceAndUser

NewDeviceAndUserWithDefaults instantiates a new DeviceAndUser object This 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 (*DeviceAndUser) GetDeviceId ¶

func (o *DeviceAndUser) GetDeviceId() string

GetDeviceId returns the DeviceId field value if set, zero value otherwise.

func (*DeviceAndUser) GetDeviceIdOk ¶

func (o *DeviceAndUser) GetDeviceIdOk() (*string, bool)

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

func (*DeviceAndUser) GetDistinguishedName ¶

func (o *DeviceAndUser) GetDistinguishedName() string

GetDistinguishedName returns the DistinguishedName field value if set, zero value otherwise.

func (*DeviceAndUser) GetDistinguishedNameOk ¶

func (o *DeviceAndUser) 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 (*DeviceAndUser) GetProviderName ¶

func (o *DeviceAndUser) GetProviderName() string

GetProviderName returns the ProviderName field value if set, zero value otherwise.

func (*DeviceAndUser) GetProviderNameOk ¶

func (o *DeviceAndUser) GetProviderNameOk() (*string, bool)

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

func (*DeviceAndUser) GetUsername ¶

func (o *DeviceAndUser) GetUsername() string

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

func (*DeviceAndUser) GetUsernameOk ¶

func (o *DeviceAndUser) 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 (*DeviceAndUser) HasDeviceId ¶

func (o *DeviceAndUser) HasDeviceId() bool

HasDeviceId returns a boolean if a field has been set.

func (*DeviceAndUser) HasDistinguishedName ¶

func (o *DeviceAndUser) HasDistinguishedName() bool

HasDistinguishedName returns a boolean if a field has been set.

func (*DeviceAndUser) HasProviderName ¶

func (o *DeviceAndUser) HasProviderName() bool

HasProviderName returns a boolean if a field has been set.

func (*DeviceAndUser) HasUsername ¶

func (o *DeviceAndUser) HasUsername() bool

HasUsername returns a boolean if a field has been set.

func (DeviceAndUser) MarshalJSON ¶

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

func (*DeviceAndUser) SetDeviceId ¶

func (o *DeviceAndUser) SetDeviceId(v string)

SetDeviceId gets a reference to the given string and assigns it to the DeviceId field.

func (*DeviceAndUser) SetDistinguishedName ¶

func (o *DeviceAndUser) SetDistinguishedName(v string)

SetDistinguishedName gets a reference to the given string and assigns it to the DistinguishedName field.

func (*DeviceAndUser) SetProviderName ¶

func (o *DeviceAndUser) SetProviderName(v string)

SetProviderName gets a reference to the given string and assigns it to the ProviderName field.

func (*DeviceAndUser) SetUsername ¶

func (o *DeviceAndUser) SetUsername(v string)

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

type DeviceClaimScriptsApiService ¶

type DeviceClaimScriptsApiService service

DeviceClaimScriptsApiService DeviceClaimScriptsApi service

func (*DeviceClaimScriptsApiService) DeviceScriptsDownloadIdGet ¶

DeviceScriptsDownloadIdGet Download a Device Claim Script.

Download the raw script.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id ID of the object.
@return ApiDeviceScriptsDownloadIdGetRequest

func (*DeviceClaimScriptsApiService) DeviceScriptsDownloadIdGetExecute ¶

Execute executes the request

@return DeviceScriptsDownloadIdGet200Response

func (*DeviceClaimScriptsApiService) DeviceScriptsGet ¶

DeviceScriptsGet List all Device Claim Scripts.

List all Device Claim Scripts visible to current user.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiDeviceScriptsGetRequest

func (*DeviceClaimScriptsApiService) DeviceScriptsGetExecute ¶

Execute executes the request

@return DeviceScriptList

func (*DeviceClaimScriptsApiService) DeviceScriptsIdDelete ¶

DeviceScriptsIdDelete Delete a specific Device Claim Script.

Delete a specific Device Claim Script.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id ID of the object.
@return ApiDeviceScriptsIdDeleteRequest

func (*DeviceClaimScriptsApiService) DeviceScriptsIdDeleteExecute ¶

func (a *DeviceClaimScriptsApiService) DeviceScriptsIdDeleteExecute(r ApiDeviceScriptsIdDeleteRequest) (*http.Response, error)

Execute executes the request

func (*DeviceClaimScriptsApiService) DeviceScriptsIdGet ¶

DeviceScriptsIdGet Get a specific Device Claim Script.

Get a specific Device Claim Script.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id ID of the object.
@return ApiDeviceScriptsIdGetRequest

func (*DeviceClaimScriptsApiService) DeviceScriptsIdGetExecute ¶

Execute executes the request

@return DeviceScript

func (*DeviceClaimScriptsApiService) DeviceScriptsIdPut ¶

DeviceScriptsIdPut Update an existing Device Claim Script.

Update an existing Device Claim Script.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id ID of the object.
@return ApiDeviceScriptsIdPutRequest

func (*DeviceClaimScriptsApiService) DeviceScriptsIdPutExecute ¶

Execute executes the request

@return DeviceScript

func (*DeviceClaimScriptsApiService) DeviceScriptsPost ¶

DeviceScriptsPost Create a new Device Claim Script.

Create a new Device Claim Script.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiDeviceScriptsPostRequest

func (*DeviceClaimScriptsApiService) DeviceScriptsPostExecute ¶

Execute executes the request

@return DeviceScript

type DeviceScript ¶

type DeviceScript struct {
	// ID of the object.
	Id *string `json:"id,omitempty"`
	// Name of the object.
	Name string `json:"name"`
	// Notes for the object. Used for documentation purposes.
	Notes *string `json:"notes,omitempty"`
	// Create date.
	Created *time.Time `json:"created,omitempty"`
	// Last update date.
	Updated *time.Time `json:"updated,omitempty"`
	// Array of tags.
	Tags []string `json:"tags,omitempty"`
	// The name of the file to be downloaded as to the client devices.
	Filename string `json:"filename"`
	// The Device Claim Script binary in Base64 format.
	File *string `json:"file,omitempty"`
	// SHA256 checksum of the file. It's used by the Client to decide whether to download the script again or not.
	ChecksumSha256 *string `json:"checksumSha256,omitempty"`
}

DeviceScript struct for DeviceScript

func NewDeviceScript ¶

func NewDeviceScript(name string, filename string) *DeviceScript

NewDeviceScript instantiates a new DeviceScript object This constructor will assign default values to properties that have it defined, 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 NewDeviceScriptWithDefaults ¶

func NewDeviceScriptWithDefaults() *DeviceScript

NewDeviceScriptWithDefaults instantiates a new DeviceScript object This 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 (*DeviceScript) GetChecksumSha256 ¶

func (o *DeviceScript) GetChecksumSha256() string

GetChecksumSha256 returns the ChecksumSha256 field value if set, zero value otherwise.

func (*DeviceScript) GetChecksumSha256Ok ¶

func (o *DeviceScript) GetChecksumSha256Ok() (*string, bool)

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

func (*DeviceScript) GetCreated ¶

func (o *DeviceScript) GetCreated() time.Time

GetCreated returns the Created field value if set, zero value otherwise.

func (*DeviceScript) GetCreatedOk ¶

func (o *DeviceScript) GetCreatedOk() (*time.Time, bool)

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

func (*DeviceScript) GetFile ¶

func (o *DeviceScript) GetFile() string

GetFile returns the File field value if set, zero value otherwise.

func (*DeviceScript) GetFileOk ¶

func (o *DeviceScript) GetFileOk() (*string, bool)

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

func (*DeviceScript) GetFilename ¶

func (o *DeviceScript) GetFilename() string

GetFilename returns the Filename field value

func (*DeviceScript) GetFilenameOk ¶

func (o *DeviceScript) GetFilenameOk() (*string, bool)

GetFilenameOk returns a tuple with the Filename field value and a boolean to check if the value has been set.

func (*DeviceScript) GetId ¶

func (o *DeviceScript) GetId() string

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

func (*DeviceScript) GetIdOk ¶

func (o *DeviceScript) 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 (*DeviceScript) GetName ¶

func (o *DeviceScript) GetName() string

GetName returns the Name field value

func (*DeviceScript) GetNameOk ¶

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

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

func (*DeviceScript) GetNotes ¶

func (o *DeviceScript) GetNotes() string

GetNotes returns the Notes field value if set, zero value otherwise.

func (*DeviceScript) GetNotesOk ¶

func (o *DeviceScript) GetNotesOk() (*string, bool)

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

func (*DeviceScript) GetTags ¶

func (o *DeviceScript) GetTags() []string

GetTags returns the Tags field value if set, zero value otherwise.

func (*DeviceScript) GetTagsOk ¶

func (o *DeviceScript) GetTagsOk() ([]string, bool)

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

func (*DeviceScript) GetUpdated ¶

func (o *DeviceScript) GetUpdated() time.Time

GetUpdated returns the Updated field value if set, zero value otherwise.

func (*DeviceScript) GetUpdatedOk ¶

func (o *DeviceScript) GetUpdatedOk() (*time.Time, bool)

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

func (*DeviceScript) HasChecksumSha256 ¶

func (o *DeviceScript) HasChecksumSha256() bool

HasChecksumSha256 returns a boolean if a field has been set.

func (*DeviceScript) HasCreated ¶

func (o *DeviceScript) HasCreated() bool

HasCreated returns a boolean if a field has been set.

func (*DeviceScript) HasFile ¶

func (o *DeviceScript) HasFile() bool

HasFile returns a boolean if a field has been set.

func (*DeviceScript) HasId ¶

func (o *DeviceScript) HasId() bool

HasId returns a boolean if a field has been set.

func (*DeviceScript) HasNotes ¶

func (o *DeviceScript) HasNotes() bool

HasNotes returns a boolean if a field has been set.

func (*DeviceScript) HasTags ¶

func (o *DeviceScript) HasTags() bool

HasTags returns a boolean if a field has been set.

func (*DeviceScript) HasUpdated ¶

func (o *DeviceScript) HasUpdated() bool

HasUpdated returns a boolean if a field has been set.

func (DeviceScript) MarshalJSON ¶

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

func (*DeviceScript) SetChecksumSha256 ¶

func (o *DeviceScript) SetChecksumSha256(v string)

SetChecksumSha256 gets a reference to the given string and assigns it to the ChecksumSha256 field.

func (*DeviceScript) SetCreated ¶

func (o *DeviceScript) SetCreated(v time.Time)

SetCreated gets a reference to the given time.Time and assigns it to the Created field.

func (*DeviceScript) SetFile ¶

func (o *DeviceScript) SetFile(v string)

SetFile gets a reference to the given string and assigns it to the File field.

func (*DeviceScript) SetFilename ¶

func (o *DeviceScript) SetFilename(v string)

SetFilename sets field value

func (*DeviceScript) SetId ¶

func (o *DeviceScript) SetId(v string)

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

func (*DeviceScript) SetName ¶

func (o *DeviceScript) SetName(v string)

SetName sets field value

func (*DeviceScript) SetNotes ¶

func (o *DeviceScript) SetNotes(v string)

SetNotes gets a reference to the given string and assigns it to the Notes field.

func (*DeviceScript) SetTags ¶

func (o *DeviceScript) SetTags(v []string)

SetTags gets a reference to the given []string and assigns it to the Tags field.

func (*DeviceScript) SetUpdated ¶

func (o *DeviceScript) SetUpdated(v time.Time)

SetUpdated gets a reference to the given time.Time and assigns it to the Updated field.

type DeviceScriptAllOf ¶

type DeviceScriptAllOf struct {
	// The name of the file to be downloaded as to the client devices.
	Filename string `json:"filename"`
	// The Device Claim Script binary in Base64 format.
	File *string `json:"file,omitempty"`
	// SHA256 checksum of the file. It's used by the Client to decide whether to download the script again or not.
	ChecksumSha256 *string `json:"checksumSha256,omitempty"`
}

DeviceScriptAllOf Represents a Device Claim Script.

func NewDeviceScriptAllOf ¶

func NewDeviceScriptAllOf(filename string) *DeviceScriptAllOf

NewDeviceScriptAllOf instantiates a new DeviceScriptAllOf object This constructor will assign default values to properties that have it defined, 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 NewDeviceScriptAllOfWithDefaults ¶

func NewDeviceScriptAllOfWithDefaults() *DeviceScriptAllOf

NewDeviceScriptAllOfWithDefaults instantiates a new DeviceScriptAllOf object This 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 (*DeviceScriptAllOf) GetChecksumSha256 ¶

func (o *DeviceScriptAllOf) GetChecksumSha256() string

GetChecksumSha256 returns the ChecksumSha256 field value if set, zero value otherwise.

func (*DeviceScriptAllOf) GetChecksumSha256Ok ¶

func (o *DeviceScriptAllOf) GetChecksumSha256Ok() (*string, bool)

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

func (*DeviceScriptAllOf) GetFile ¶

func (o *DeviceScriptAllOf) GetFile() string

GetFile returns the File field value if set, zero value otherwise.

func (*DeviceScriptAllOf) GetFileOk ¶

func (o *DeviceScriptAllOf) GetFileOk() (*string, bool)

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

func (*DeviceScriptAllOf) GetFilename ¶

func (o *DeviceScriptAllOf) GetFilename() string

GetFilename returns the Filename field value

func (*DeviceScriptAllOf) GetFilenameOk ¶

func (o *DeviceScriptAllOf) GetFilenameOk() (*string, bool)

GetFilenameOk returns a tuple with the Filename field value and a boolean to check if the value has been set.

func (*DeviceScriptAllOf) HasChecksumSha256 ¶

func (o *DeviceScriptAllOf) HasChecksumSha256() bool

HasChecksumSha256 returns a boolean if a field has been set.

func (*DeviceScriptAllOf) HasFile ¶

func (o *DeviceScriptAllOf) HasFile() bool

HasFile returns a boolean if a field has been set.

func (DeviceScriptAllOf) MarshalJSON ¶

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

func (*DeviceScriptAllOf) SetChecksumSha256 ¶

func (o *DeviceScriptAllOf) SetChecksumSha256(v string)

SetChecksumSha256 gets a reference to the given string and assigns it to the ChecksumSha256 field.

func (*DeviceScriptAllOf) SetFile ¶

func (o *DeviceScriptAllOf) SetFile(v string)

SetFile gets a reference to the given string and assigns it to the File field.

func (*DeviceScriptAllOf) SetFilename ¶

func (o *DeviceScriptAllOf) SetFilename(v string)

SetFilename sets field value

type DeviceScriptList ¶

type DeviceScriptList struct {
	// 'The range applied to the list. Format: -/. 3-5/8 means, out of 8 count (query affects the total), the items between (including) the 3rd and the 5th are returned.'
	Range *string `json:"range,omitempty"`
	// The field name used to sort the list.
	OrderBy *string `json:"orderBy,omitempty"`
	// Whether the sorting is applied descending or ascending.
	Descending *bool `json:"descending,omitempty"`
	// The queries applied to the list.
	Queries []string `json:"queries,omitempty"`
	// The filters applied to the list.
	FilterBy []FilterBy `json:"filterBy,omitempty"`
	// List of Device Claim Scripts.
	Data []DeviceScript `json:"data,omitempty"`
}

DeviceScriptList struct for DeviceScriptList

func NewDeviceScriptList ¶

func NewDeviceScriptList() *DeviceScriptList

NewDeviceScriptList instantiates a new DeviceScriptList object This constructor will assign default values to properties that have it defined, 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 NewDeviceScriptListWithDefaults ¶

func NewDeviceScriptListWithDefaults() *DeviceScriptList

NewDeviceScriptListWithDefaults instantiates a new DeviceScriptList object This 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 (*DeviceScriptList) GetData ¶

func (o *DeviceScriptList) GetData() []DeviceScript

GetData returns the Data field value if set, zero value otherwise.

func (*DeviceScriptList) GetDataOk ¶

func (o *DeviceScriptList) GetDataOk() ([]DeviceScript, bool)

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

func (*DeviceScriptList) GetDescending ¶

func (o *DeviceScriptList) GetDescending() bool

GetDescending returns the Descending field value if set, zero value otherwise.

func (*DeviceScriptList) GetDescendingOk ¶

func (o *DeviceScriptList) GetDescendingOk() (*bool, bool)

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

func (*DeviceScriptList) GetFilterBy ¶

func (o *DeviceScriptList) GetFilterBy() []FilterBy

GetFilterBy returns the FilterBy field value if set, zero value otherwise.

func (*DeviceScriptList) GetFilterByOk ¶

func (o *DeviceScriptList) GetFilterByOk() ([]FilterBy, bool)

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

func (*DeviceScriptList) GetOrderBy ¶

func (o *DeviceScriptList) GetOrderBy() string

GetOrderBy returns the OrderBy field value if set, zero value otherwise.

func (*DeviceScriptList) GetOrderByOk ¶

func (o *DeviceScriptList) GetOrderByOk() (*string, bool)

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

func (*DeviceScriptList) GetQueries ¶

func (o *DeviceScriptList) GetQueries() []string

GetQueries returns the Queries field value if set, zero value otherwise.

func (*DeviceScriptList) GetQueriesOk ¶

func (o *DeviceScriptList) GetQueriesOk() ([]string, bool)

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

func (*DeviceScriptList) GetRange ¶

func (o *DeviceScriptList) GetRange() string

GetRange returns the Range field value if set, zero value otherwise.

func (*DeviceScriptList) GetRangeOk ¶

func (o *DeviceScriptList) GetRangeOk() (*string, bool)

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

func (*DeviceScriptList) HasData ¶

func (o *DeviceScriptList) HasData() bool

HasData returns a boolean if a field has been set.

func (*DeviceScriptList) HasDescending ¶

func (o *DeviceScriptList) HasDescending() bool

HasDescending returns a boolean if a field has been set.

func (*DeviceScriptList) HasFilterBy ¶

func (o *DeviceScriptList) HasFilterBy() bool

HasFilterBy returns a boolean if a field has been set.

func (*DeviceScriptList) HasOrderBy ¶

func (o *DeviceScriptList) HasOrderBy() bool

HasOrderBy returns a boolean if a field has been set.

func (*DeviceScriptList) HasQueries ¶

func (o *DeviceScriptList) HasQueries() bool

HasQueries returns a boolean if a field has been set.

func (*DeviceScriptList) HasRange ¶

func (o *DeviceScriptList) HasRange() bool

HasRange returns a boolean if a field has been set.

func (DeviceScriptList) MarshalJSON ¶

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

func (*DeviceScriptList) SetData ¶

func (o *DeviceScriptList) SetData(v []DeviceScript)

SetData gets a reference to the given []DeviceScript and assigns it to the Data field.

func (*DeviceScriptList) SetDescending ¶

func (o *DeviceScriptList) SetDescending(v bool)

SetDescending gets a reference to the given bool and assigns it to the Descending field.

func (*DeviceScriptList) SetFilterBy ¶

func (o *DeviceScriptList) SetFilterBy(v []FilterBy)

SetFilterBy gets a reference to the given []FilterBy and assigns it to the FilterBy field.

func (*DeviceScriptList) SetOrderBy ¶

func (o *DeviceScriptList) SetOrderBy(v string)

SetOrderBy gets a reference to the given string and assigns it to the OrderBy field.

func (*DeviceScriptList) SetQueries ¶

func (o *DeviceScriptList) SetQueries(v []string)

SetQueries gets a reference to the given []string and assigns it to the Queries field.

func (*DeviceScriptList) SetRange ¶

func (o *DeviceScriptList) SetRange(v string)

SetRange gets a reference to the given string and assigns it to the Range field.

type DeviceScriptListAllOf ¶

type DeviceScriptListAllOf struct {
	// List of Device Claim Scripts.
	Data []DeviceScript `json:"data,omitempty"`
}

DeviceScriptListAllOf Represents a list of Device Claim Scripts.

func NewDeviceScriptListAllOf ¶

func NewDeviceScriptListAllOf() *DeviceScriptListAllOf

NewDeviceScriptListAllOf instantiates a new DeviceScriptListAllOf object This constructor will assign default values to properties that have it defined, 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 NewDeviceScriptListAllOfWithDefaults ¶

func NewDeviceScriptListAllOfWithDefaults() *DeviceScriptListAllOf

NewDeviceScriptListAllOfWithDefaults instantiates a new DeviceScriptListAllOf object This 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 (*DeviceScriptListAllOf) GetData ¶

func (o *DeviceScriptListAllOf) GetData() []DeviceScript

GetData returns the Data field value if set, zero value otherwise.

func (*DeviceScriptListAllOf) GetDataOk ¶

func (o *DeviceScriptListAllOf) GetDataOk() ([]DeviceScript, bool)

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

func (*DeviceScriptListAllOf) HasData ¶

func (o *DeviceScriptListAllOf) HasData() bool

HasData returns a boolean if a field has been set.

func (DeviceScriptListAllOf) MarshalJSON ¶

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

func (*DeviceScriptListAllOf) SetData ¶

func (o *DeviceScriptListAllOf) SetData(v []DeviceScript)

SetData gets a reference to the given []DeviceScript and assigns it to the Data field.

type DeviceScriptsDownloadIdGet200Response ¶

type DeviceScriptsDownloadIdGet200Response struct {
	// Name of the Device Claim Script object.
	Name *string `json:"name,omitempty"`
	// The name of the file to be downloaded as to the client devices.
	Filename *string `json:"filename,omitempty"`
	// The Device Claim Script binary in Base64 format.
	File *string `json:"file,omitempty"`
}

DeviceScriptsDownloadIdGet200Response struct for DeviceScriptsDownloadIdGet200Response

func NewDeviceScriptsDownloadIdGet200Response ¶

func NewDeviceScriptsDownloadIdGet200Response() *DeviceScriptsDownloadIdGet200Response

NewDeviceScriptsDownloadIdGet200Response instantiates a new DeviceScriptsDownloadIdGet200Response object This constructor will assign default values to properties that have it defined, 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 NewDeviceScriptsDownloadIdGet200ResponseWithDefaults ¶

func NewDeviceScriptsDownloadIdGet200ResponseWithDefaults() *DeviceScriptsDownloadIdGet200Response

NewDeviceScriptsDownloadIdGet200ResponseWithDefaults instantiates a new DeviceScriptsDownloadIdGet200Response object This 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 (*DeviceScriptsDownloadIdGet200Response) GetFile ¶

GetFile returns the File field value if set, zero value otherwise.

func (*DeviceScriptsDownloadIdGet200Response) GetFileOk ¶

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

func (*DeviceScriptsDownloadIdGet200Response) GetFilename ¶

GetFilename returns the Filename field value if set, zero value otherwise.

func (*DeviceScriptsDownloadIdGet200Response) GetFilenameOk ¶

func (o *DeviceScriptsDownloadIdGet200Response) 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 (*DeviceScriptsDownloadIdGet200Response) GetName ¶

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

func (*DeviceScriptsDownloadIdGet200Response) 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 (*DeviceScriptsDownloadIdGet200Response) HasFile ¶

HasFile returns a boolean if a field has been set.

func (*DeviceScriptsDownloadIdGet200Response) HasFilename ¶

HasFilename returns a boolean if a field has been set.

func (*DeviceScriptsDownloadIdGet200Response) HasName ¶

HasName returns a boolean if a field has been set.

func (DeviceScriptsDownloadIdGet200Response) MarshalJSON ¶

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

func (*DeviceScriptsDownloadIdGet200Response) SetFile ¶

SetFile gets a reference to the given string and assigns it to the File field.

func (*DeviceScriptsDownloadIdGet200Response) SetFilename ¶

SetFilename gets a reference to the given string and assigns it to the Filename field.

func (*DeviceScriptsDownloadIdGet200Response) SetName ¶

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

type DevicesOnBoardedPerHourApiService ¶

type DevicesOnBoardedPerHourApiService service

DevicesOnBoardedPerHourApiService DevicesOnBoardedPerHourApi service

func (*DevicesOnBoardedPerHourApiService) StatsOnBoardedDevicesGet ¶

StatsOnBoardedDevicesGet Get Device On-Boardings Per Hour.

Get the Device On-Boardings Per Hour for the last 24 hours.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiStatsOnBoardedDevicesGetRequest

func (*DevicesOnBoardedPerHourApiService) StatsOnBoardedDevicesGetExecute ¶

Execute executes the request

@return OnBoardedDevices

type DiscoveredAppsApiService ¶

type DiscoveredAppsApiService service

DiscoveredAppsApiService DiscoveredAppsApi service

func (*DiscoveredAppsApiService) StatsAppDiscoveryGet ¶

StatsAppDiscoveryGet Get Discovered Apps.

Get Discovered Apps for the last 7 days. Rebooting a Gateway resets the Discovered Apps for that Gateway. This API makes the Controller to query every Gateway in the system to collect the statistics. The operation may take long if one or more appliances take long to respond.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiStatsAppDiscoveryGetRequest

func (*DiscoveredAppsApiService) StatsAppDiscoveryGetExecute ¶

Execute executes the request

@return AppDiscovery

type DistinguishedName ¶

type DistinguishedName struct {
	// Distinguished name of a user&device combination. Format: \"CN=,CN=,OU=\"
	DistinguishedName *string `json:"distinguishedName,omitempty"`
	// The device ID, same as the one in the Distinguished Name.
	DeviceId *string `json:"deviceId,omitempty"`
	// The username, same as the one in the Distinguished Name.
	Username *string `json:"username,omitempty"`
	// The provider name of the user, same as the one in the Distinguished Name.
	ProviderName *string `json:"providerName,omitempty"`
	// The last time a Token issued to this user&device.
	LastTokenIssuedAt *string `json:"lastTokenIssuedAt,omitempty"`
	// The hostname recorded for the given user&device during On-Boarding. It may be empty if the Client cannot resolve or Token belongs to an Admin UI session.
	Hostname *string `json:"hostname,omitempty"`
}

DistinguishedName struct for DistinguishedName

func NewDistinguishedName ¶

func NewDistinguishedName() *DistinguishedName

NewDistinguishedName instantiates a new DistinguishedName object This constructor will assign default values to properties that have it defined, 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 NewDistinguishedNameWithDefaults ¶

func NewDistinguishedNameWithDefaults() *DistinguishedName

NewDistinguishedNameWithDefaults instantiates a new DistinguishedName object This 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 (*DistinguishedName) GetDeviceId ¶

func (o *DistinguishedName) GetDeviceId() string

GetDeviceId returns the DeviceId field value if set, zero value otherwise.

func (*DistinguishedName) GetDeviceIdOk ¶

func (o *DistinguishedName) GetDeviceIdOk() (*string, bool)

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

func (*DistinguishedName) GetDistinguishedName ¶

func (o *DistinguishedName) GetDistinguishedName() string

GetDistinguishedName returns the DistinguishedName field value if set, zero value otherwise.

func (*DistinguishedName) GetDistinguishedNameOk ¶

func (o *DistinguishedName) 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 (*DistinguishedName) GetHostname ¶

func (o *DistinguishedName) GetHostname() string

GetHostname returns the Hostname field value if set, zero value otherwise.

func (*DistinguishedName) GetHostnameOk ¶

func (o *DistinguishedName) GetHostnameOk() (*string, bool)

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

func (*DistinguishedName) GetLastTokenIssuedAt ¶

func (o *DistinguishedName) GetLastTokenIssuedAt() string

GetLastTokenIssuedAt returns the LastTokenIssuedAt field value if set, zero value otherwise.

func (*DistinguishedName) GetLastTokenIssuedAtOk ¶

func (o *DistinguishedName) GetLastTokenIssuedAtOk() (*string, bool)

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

func (*DistinguishedName) GetProviderName ¶

func (o *DistinguishedName) GetProviderName() string

GetProviderName returns the ProviderName field value if set, zero value otherwise.

func (*DistinguishedName) GetProviderNameOk ¶

func (o *DistinguishedName) GetProviderNameOk() (*string, bool)

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

func (*DistinguishedName) GetUsername ¶

func (o *DistinguishedName) GetUsername() string

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

func (*DistinguishedName) GetUsernameOk ¶

func (o *DistinguishedName) 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 (*DistinguishedName) HasDeviceId ¶

func (o *DistinguishedName) HasDeviceId() bool

HasDeviceId returns a boolean if a field has been set.

func (*DistinguishedName) HasDistinguishedName ¶

func (o *DistinguishedName) HasDistinguishedName() bool

HasDistinguishedName returns a boolean if a field has been set.

func (*DistinguishedName) HasHostname ¶

func (o *DistinguishedName) HasHostname() bool

HasHostname returns a boolean if a field has been set.

func (*DistinguishedName) HasLastTokenIssuedAt ¶

func (o *DistinguishedName) HasLastTokenIssuedAt() bool

HasLastTokenIssuedAt returns a boolean if a field has been set.

func (*DistinguishedName) HasProviderName ¶

func (o *DistinguishedName) HasProviderName() bool

HasProviderName returns a boolean if a field has been set.

func (*DistinguishedName) HasUsername ¶

func (o *DistinguishedName) HasUsername() bool

HasUsername returns a boolean if a field has been set.

func (DistinguishedName) MarshalJSON ¶

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

func (*DistinguishedName) SetDeviceId ¶

func (o *DistinguishedName) SetDeviceId(v string)

SetDeviceId gets a reference to the given string and assigns it to the DeviceId field.

func (*DistinguishedName) SetDistinguishedName ¶

func (o *DistinguishedName) SetDistinguishedName(v string)

SetDistinguishedName gets a reference to the given string and assigns it to the DistinguishedName field.

func (*DistinguishedName) SetHostname ¶

func (o *DistinguishedName) SetHostname(v string)

SetHostname gets a reference to the given string and assigns it to the Hostname field.

func (*DistinguishedName) SetLastTokenIssuedAt ¶

func (o *DistinguishedName) SetLastTokenIssuedAt(v string)

SetLastTokenIssuedAt gets a reference to the given string and assigns it to the LastTokenIssuedAt field.

func (*DistinguishedName) SetProviderName ¶

func (o *DistinguishedName) SetProviderName(v string)

SetProviderName gets a reference to the given string and assigns it to the ProviderName field.

func (*DistinguishedName) SetUsername ¶

func (o *DistinguishedName) SetUsername(v string)

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

type DistinguishedNameAllOf ¶

type DistinguishedNameAllOf struct {
	// The last time a Token issued to this user&device.
	LastTokenIssuedAt *string `json:"lastTokenIssuedAt,omitempty"`
	// The hostname recorded for the given user&device during On-Boarding. It may be empty if the Client cannot resolve or Token belongs to an Admin UI session.
	Hostname *string `json:"hostname,omitempty"`
}

DistinguishedNameAllOf Represents a user and device combination.

func NewDistinguishedNameAllOf ¶

func NewDistinguishedNameAllOf() *DistinguishedNameAllOf

NewDistinguishedNameAllOf instantiates a new DistinguishedNameAllOf object This constructor will assign default values to properties that have it defined, 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 NewDistinguishedNameAllOfWithDefaults ¶

func NewDistinguishedNameAllOfWithDefaults() *DistinguishedNameAllOf

NewDistinguishedNameAllOfWithDefaults instantiates a new DistinguishedNameAllOf object This 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 (*DistinguishedNameAllOf) GetHostname ¶

func (o *DistinguishedNameAllOf) GetHostname() string

GetHostname returns the Hostname field value if set, zero value otherwise.

func (*DistinguishedNameAllOf) GetHostnameOk ¶

func (o *DistinguishedNameAllOf) GetHostnameOk() (*string, bool)

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

func (*DistinguishedNameAllOf) GetLastTokenIssuedAt ¶

func (o *DistinguishedNameAllOf) GetLastTokenIssuedAt() string

GetLastTokenIssuedAt returns the LastTokenIssuedAt field value if set, zero value otherwise.

func (*DistinguishedNameAllOf) GetLastTokenIssuedAtOk ¶

func (o *DistinguishedNameAllOf) GetLastTokenIssuedAtOk() (*string, bool)

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

func (*DistinguishedNameAllOf) HasHostname ¶

func (o *DistinguishedNameAllOf) HasHostname() bool

HasHostname returns a boolean if a field has been set.

func (*DistinguishedNameAllOf) HasLastTokenIssuedAt ¶

func (o *DistinguishedNameAllOf) HasLastTokenIssuedAt() bool

HasLastTokenIssuedAt returns a boolean if a field has been set.

func (DistinguishedNameAllOf) MarshalJSON ¶

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

func (*DistinguishedNameAllOf) SetHostname ¶

func (o *DistinguishedNameAllOf) SetHostname(v string)

SetHostname gets a reference to the given string and assigns it to the Hostname field.

func (*DistinguishedNameAllOf) SetLastTokenIssuedAt ¶

func (o *DistinguishedNameAllOf) SetLastTokenIssuedAt(v string)

SetLastTokenIssuedAt gets a reference to the given string and assigns it to the LastTokenIssuedAt field.

type DistinguishedNameList ¶

type DistinguishedNameList struct {
	// 'The range applied to the list. Format: -/. 3-5/8 means, out of 8 count (query affects the total), the items between (including) the 3rd and the 5th are returned.'
	Range *string `json:"range,omitempty"`
	// The field name used to sort the list.
	OrderBy *string `json:"orderBy,omitempty"`
	// Whether the sorting is applied descending or ascending.
	Descending *bool `json:"descending,omitempty"`
	// The queries applied to the list.
	Queries []string `json:"queries,omitempty"`
	// The filters applied to the list.
	FilterBy []FilterBy `json:"filterBy,omitempty"`
	// List of Distinguished Names.
	Data []DistinguishedName `json:"data,omitempty"`
}

DistinguishedNameList struct for DistinguishedNameList

func NewDistinguishedNameList ¶

func NewDistinguishedNameList() *DistinguishedNameList

NewDistinguishedNameList instantiates a new DistinguishedNameList object This constructor will assign default values to properties that have it defined, 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 NewDistinguishedNameListWithDefaults ¶

func NewDistinguishedNameListWithDefaults() *DistinguishedNameList

NewDistinguishedNameListWithDefaults instantiates a new DistinguishedNameList object This 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 (*DistinguishedNameList) GetData ¶

GetData returns the Data field value if set, zero value otherwise.

func (*DistinguishedNameList) GetDataOk ¶

func (o *DistinguishedNameList) GetDataOk() ([]DistinguishedName, bool)

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

func (*DistinguishedNameList) GetDescending ¶

func (o *DistinguishedNameList) GetDescending() bool

GetDescending returns the Descending field value if set, zero value otherwise.

func (*DistinguishedNameList) GetDescendingOk ¶

func (o *DistinguishedNameList) GetDescendingOk() (*bool, bool)

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

func (*DistinguishedNameList) GetFilterBy ¶

func (o *DistinguishedNameList) GetFilterBy() []FilterBy

GetFilterBy returns the FilterBy field value if set, zero value otherwise.

func (*DistinguishedNameList) GetFilterByOk ¶

func (o *DistinguishedNameList) GetFilterByOk() ([]FilterBy, bool)

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

func (*DistinguishedNameList) GetOrderBy ¶

func (o *DistinguishedNameList) GetOrderBy() string

GetOrderBy returns the OrderBy field value if set, zero value otherwise.

func (*DistinguishedNameList) GetOrderByOk ¶

func (o *DistinguishedNameList) GetOrderByOk() (*string, bool)

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

func (*DistinguishedNameList) GetQueries ¶

func (o *DistinguishedNameList) GetQueries() []string

GetQueries returns the Queries field value if set, zero value otherwise.

func (*DistinguishedNameList) GetQueriesOk ¶

func (o *DistinguishedNameList) GetQueriesOk() ([]string, bool)

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

func (*DistinguishedNameList) GetRange ¶

func (o *DistinguishedNameList) GetRange() string

GetRange returns the Range field value if set, zero value otherwise.

func (*DistinguishedNameList) GetRangeOk ¶

func (o *DistinguishedNameList) GetRangeOk() (*string, bool)

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

func (*DistinguishedNameList) HasData ¶

func (o *DistinguishedNameList) HasData() bool

HasData returns a boolean if a field has been set.

func (*DistinguishedNameList) HasDescending ¶

func (o *DistinguishedNameList) HasDescending() bool

HasDescending returns a boolean if a field has been set.

func (*DistinguishedNameList) HasFilterBy ¶

func (o *DistinguishedNameList) HasFilterBy() bool

HasFilterBy returns a boolean if a field has been set.

func (*DistinguishedNameList) HasOrderBy ¶

func (o *DistinguishedNameList) HasOrderBy() bool

HasOrderBy returns a boolean if a field has been set.

func (*DistinguishedNameList) HasQueries ¶

func (o *DistinguishedNameList) HasQueries() bool

HasQueries returns a boolean if a field has been set.

func (*DistinguishedNameList) HasRange ¶

func (o *DistinguishedNameList) HasRange() bool

HasRange returns a boolean if a field has been set.

func (DistinguishedNameList) MarshalJSON ¶

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

func (*DistinguishedNameList) SetData ¶

func (o *DistinguishedNameList) SetData(v []DistinguishedName)

SetData gets a reference to the given []DistinguishedName and assigns it to the Data field.

func (*DistinguishedNameList) SetDescending ¶

func (o *DistinguishedNameList) SetDescending(v bool)

SetDescending gets a reference to the given bool and assigns it to the Descending field.

func (*DistinguishedNameList) SetFilterBy ¶

func (o *DistinguishedNameList) SetFilterBy(v []FilterBy)

SetFilterBy gets a reference to the given []FilterBy and assigns it to the FilterBy field.

func (*DistinguishedNameList) SetOrderBy ¶

func (o *DistinguishedNameList) SetOrderBy(v string)

SetOrderBy gets a reference to the given string and assigns it to the OrderBy field.

func (*DistinguishedNameList) SetQueries ¶

func (o *DistinguishedNameList) SetQueries(v []string)

SetQueries gets a reference to the given []string and assigns it to the Queries field.

func (*DistinguishedNameList) SetRange ¶

func (o *DistinguishedNameList) SetRange(v string)

SetRange gets a reference to the given string and assigns it to the Range field.

type DistinguishedNameListAllOf ¶

type DistinguishedNameListAllOf struct {
	// List of Distinguished Names.
	Data []DistinguishedName `json:"data,omitempty"`
}

DistinguishedNameListAllOf Represents a list of Distinguished Names.

func NewDistinguishedNameListAllOf ¶

func NewDistinguishedNameListAllOf() *DistinguishedNameListAllOf

NewDistinguishedNameListAllOf instantiates a new DistinguishedNameListAllOf object This constructor will assign default values to properties that have it defined, 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 NewDistinguishedNameListAllOfWithDefaults ¶

func NewDistinguishedNameListAllOfWithDefaults() *DistinguishedNameListAllOf

NewDistinguishedNameListAllOfWithDefaults instantiates a new DistinguishedNameListAllOf object This 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 (*DistinguishedNameListAllOf) GetData ¶

GetData returns the Data field value if set, zero value otherwise.

func (*DistinguishedNameListAllOf) GetDataOk ¶

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

func (*DistinguishedNameListAllOf) HasData ¶

func (o *DistinguishedNameListAllOf) HasData() bool

HasData returns a boolean if a field has been set.

func (DistinguishedNameListAllOf) MarshalJSON ¶

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

func (*DistinguishedNameListAllOf) SetData ¶

SetData gets a reference to the given []DistinguishedName and assigns it to the Data field.

type DnsSettings ¶

type DnsSettings struct {
	// The DNS servers to be assigned to the Clients of the users in this Identity Provider.
	DnsServers []string `json:"dnsServers,omitempty"`
	// The DNS search domains to be assigned to Clients of the users in this Identity Provider.
	DnsSearchDomains []string `json:"dnsSearchDomains,omitempty"`
}

DnsSettings struct for DnsSettings

func NewDnsSettings ¶

func NewDnsSettings() *DnsSettings

NewDnsSettings instantiates a new DnsSettings object This constructor will assign default values to properties that have it defined, 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 NewDnsSettingsWithDefaults ¶

func NewDnsSettingsWithDefaults() *DnsSettings

NewDnsSettingsWithDefaults instantiates a new DnsSettings object This 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 (*DnsSettings) GetDnsSearchDomains ¶

func (o *DnsSettings) GetDnsSearchDomains() []string

GetDnsSearchDomains returns the DnsSearchDomains field value if set, zero value otherwise.

func (*DnsSettings) GetDnsSearchDomainsOk ¶

func (o *DnsSettings) GetDnsSearchDomainsOk() ([]string, bool)

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

func (*DnsSettings) GetDnsServers ¶

func (o *DnsSettings) GetDnsServers() []string

GetDnsServers returns the DnsServers field value if set, zero value otherwise.

func (*DnsSettings) GetDnsServersOk ¶

func (o *DnsSettings) GetDnsServersOk() ([]string, bool)

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

func (*DnsSettings) HasDnsSearchDomains ¶

func (o *DnsSettings) HasDnsSearchDomains() bool

HasDnsSearchDomains returns a boolean if a field has been set.

func (*DnsSettings) HasDnsServers ¶

func (o *DnsSettings) HasDnsServers() bool

HasDnsServers returns a boolean if a field has been set.

func (DnsSettings) MarshalJSON ¶

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

func (*DnsSettings) SetDnsSearchDomains ¶

func (o *DnsSettings) SetDnsSearchDomains(v []string)

SetDnsSearchDomains gets a reference to the given []string and assigns it to the DnsSearchDomains field.

func (*DnsSettings) SetDnsServers ¶

func (o *DnsSettings) SetDnsServers(v []string)

SetDnsServers gets a reference to the given []string and assigns it to the DnsServers field.

type Elasticsearch ¶

type Elasticsearch struct {
	// AWS ID to login. Only required if AWS Access Keys are being used to authenticate.
	AwsId *string `json:"awsId,omitempty"`
	// AWS secret to login. Only required if AWS Access Keys are being used to authenticate.
	AwsSecret *string `json:"awsSecret,omitempty"`
	// AWS region. Only required if AWS Access Keys are being used to authenticate.
	AwsRegion *string `json:"awsRegion,omitempty"`
	// Whether to use the credentials from the AWS instance or not.
	UseInstanceCredentials *bool `json:"useInstanceCredentials,omitempty"`
	// The URL of the elasticsearch server.
	Url string `json:"url"`
	// Optional field to enable log retention on the configured AWS elasticsearch. Defines how many days the audit logs will be kept.
	RetentionDays *int32 `json:"retentionDays,omitempty"`
	// Which version of Elasticsearch that logs are forwarded to.
	CompatibilityMode *int32                            `json:"compatibilityMode,omitempty"`
	Authentication    *ElasticsearchAllOfAuthentication `json:"authentication,omitempty"`
}

Elasticsearch struct for Elasticsearch

func NewElasticsearch ¶

func NewElasticsearch(url string) *Elasticsearch

NewElasticsearch instantiates a new Elasticsearch object This constructor will assign default values to properties that have it defined, 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 NewElasticsearchWithDefaults ¶

func NewElasticsearchWithDefaults() *Elasticsearch

NewElasticsearchWithDefaults instantiates a new Elasticsearch object This 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 (*Elasticsearch) GetAuthentication ¶

func (o *Elasticsearch) GetAuthentication() ElasticsearchAllOfAuthentication

GetAuthentication returns the Authentication field value if set, zero value otherwise.

func (*Elasticsearch) GetAuthenticationOk ¶

func (o *Elasticsearch) GetAuthenticationOk() (*ElasticsearchAllOfAuthentication, bool)

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

func (*Elasticsearch) GetAwsId ¶

func (o *Elasticsearch) GetAwsId() string

GetAwsId returns the AwsId field value if set, zero value otherwise.

func (*Elasticsearch) GetAwsIdOk ¶

func (o *Elasticsearch) GetAwsIdOk() (*string, bool)

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

func (*Elasticsearch) GetAwsRegion ¶

func (o *Elasticsearch) GetAwsRegion() string

GetAwsRegion returns the AwsRegion field value if set, zero value otherwise.

func (*Elasticsearch) GetAwsRegionOk ¶

func (o *Elasticsearch) GetAwsRegionOk() (*string, bool)

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

func (*Elasticsearch) GetAwsSecret ¶

func (o *Elasticsearch) GetAwsSecret() string

GetAwsSecret returns the AwsSecret field value if set, zero value otherwise.

func (*Elasticsearch) GetAwsSecretOk ¶

func (o *Elasticsearch) GetAwsSecretOk() (*string, bool)

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

func (*Elasticsearch) GetCompatibilityMode ¶

func (o *Elasticsearch) GetCompatibilityMode() int32

GetCompatibilityMode returns the CompatibilityMode field value if set, zero value otherwise.

func (*Elasticsearch) GetCompatibilityModeOk ¶

func (o *Elasticsearch) GetCompatibilityModeOk() (*int32, bool)

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

func (*Elasticsearch) GetRetentionDays ¶

func (o *Elasticsearch) GetRetentionDays() int32

GetRetentionDays returns the RetentionDays field value if set, zero value otherwise.

func (*Elasticsearch) GetRetentionDaysOk ¶

func (o *Elasticsearch) GetRetentionDaysOk() (*int32, bool)

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

func (*Elasticsearch) GetUrl ¶

func (o *Elasticsearch) GetUrl() string

GetUrl returns the Url field value

func (*Elasticsearch) GetUrlOk ¶

func (o *Elasticsearch) GetUrlOk() (*string, bool)

GetUrlOk returns a tuple with the Url field value and a boolean to check if the value has been set.

func (*Elasticsearch) GetUseInstanceCredentials ¶

func (o *Elasticsearch) GetUseInstanceCredentials() bool

GetUseInstanceCredentials returns the UseInstanceCredentials field value if set, zero value otherwise.

func (*Elasticsearch) GetUseInstanceCredentialsOk ¶

func (o *Elasticsearch) GetUseInstanceCredentialsOk() (*bool, bool)

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

func (*Elasticsearch) HasAuthentication ¶

func (o *Elasticsearch) HasAuthentication() bool

HasAuthentication returns a boolean if a field has been set.

func (*Elasticsearch) HasAwsId ¶

func (o *Elasticsearch) HasAwsId() bool

HasAwsId returns a boolean if a field has been set.

func (*Elasticsearch) HasAwsRegion ¶

func (o *Elasticsearch) HasAwsRegion() bool

HasAwsRegion returns a boolean if a field has been set.

func (*Elasticsearch) HasAwsSecret ¶

func (o *Elasticsearch) HasAwsSecret() bool

HasAwsSecret returns a boolean if a field has been set.

func (*Elasticsearch) HasCompatibilityMode ¶

func (o *Elasticsearch) HasCompatibilityMode() bool

HasCompatibilityMode returns a boolean if a field has been set.

func (*Elasticsearch) HasRetentionDays ¶

func (o *Elasticsearch) HasRetentionDays() bool

HasRetentionDays returns a boolean if a field has been set.

func (*Elasticsearch) HasUseInstanceCredentials ¶

func (o *Elasticsearch) HasUseInstanceCredentials() bool

HasUseInstanceCredentials returns a boolean if a field has been set.

func (Elasticsearch) MarshalJSON ¶

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

func (*Elasticsearch) SetAuthentication ¶

func (o *Elasticsearch) SetAuthentication(v ElasticsearchAllOfAuthentication)

SetAuthentication gets a reference to the given ElasticsearchAllOfAuthentication and assigns it to the Authentication field.

func (*Elasticsearch) SetAwsId ¶

func (o *Elasticsearch) SetAwsId(v string)

SetAwsId gets a reference to the given string and assigns it to the AwsId field.

func (*Elasticsearch) SetAwsRegion ¶

func (o *Elasticsearch) SetAwsRegion(v string)

SetAwsRegion gets a reference to the given string and assigns it to the AwsRegion field.

func (*Elasticsearch) SetAwsSecret ¶

func (o *Elasticsearch) SetAwsSecret(v string)

SetAwsSecret gets a reference to the given string and assigns it to the AwsSecret field.

func (*Elasticsearch) SetCompatibilityMode ¶

func (o *Elasticsearch) SetCompatibilityMode(v int32)

SetCompatibilityMode gets a reference to the given int32 and assigns it to the CompatibilityMode field.

func (*Elasticsearch) SetRetentionDays ¶

func (o *Elasticsearch) SetRetentionDays(v int32)

SetRetentionDays gets a reference to the given int32 and assigns it to the RetentionDays field.

func (*Elasticsearch) SetUrl ¶

func (o *Elasticsearch) SetUrl(v string)

SetUrl sets field value

func (*Elasticsearch) SetUseInstanceCredentials ¶

func (o *Elasticsearch) SetUseInstanceCredentials(v bool)

SetUseInstanceCredentials gets a reference to the given bool and assigns it to the UseInstanceCredentials field.

type ElasticsearchAllOf ¶

type ElasticsearchAllOf struct {
	// The URL of the elasticsearch server.
	Url string `json:"url"`
	// Optional field to enable log retention on the configured AWS elasticsearch. Defines how many days the audit logs will be kept.
	RetentionDays *int32 `json:"retentionDays,omitempty"`
	// Which version of Elasticsearch that logs are forwarded to.
	CompatibilityMode *int32                            `json:"compatibilityMode,omitempty"`
	Authentication    *ElasticsearchAllOfAuthentication `json:"authentication,omitempty"`
}

ElasticsearchAllOf Elasticsearch endpoint configuration on AWS.

func NewElasticsearchAllOf ¶

func NewElasticsearchAllOf(url string) *ElasticsearchAllOf

NewElasticsearchAllOf instantiates a new ElasticsearchAllOf object This constructor will assign default values to properties that have it defined, 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 NewElasticsearchAllOfWithDefaults ¶

func NewElasticsearchAllOfWithDefaults() *ElasticsearchAllOf

NewElasticsearchAllOfWithDefaults instantiates a new ElasticsearchAllOf object This 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 (*ElasticsearchAllOf) GetAuthentication ¶

GetAuthentication returns the Authentication field value if set, zero value otherwise.

func (*ElasticsearchAllOf) GetAuthenticationOk ¶

func (o *ElasticsearchAllOf) GetAuthenticationOk() (*ElasticsearchAllOfAuthentication, bool)

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

func (*ElasticsearchAllOf) GetCompatibilityMode ¶

func (o *ElasticsearchAllOf) GetCompatibilityMode() int32

GetCompatibilityMode returns the CompatibilityMode field value if set, zero value otherwise.

func (*ElasticsearchAllOf) GetCompatibilityModeOk ¶

func (o *ElasticsearchAllOf) GetCompatibilityModeOk() (*int32, bool)

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

func (*ElasticsearchAllOf) GetRetentionDays ¶

func (o *ElasticsearchAllOf) GetRetentionDays() int32

GetRetentionDays returns the RetentionDays field value if set, zero value otherwise.

func (*ElasticsearchAllOf) GetRetentionDaysOk ¶

func (o *ElasticsearchAllOf) GetRetentionDaysOk() (*int32, bool)

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

func (*ElasticsearchAllOf) GetUrl ¶

func (o *ElasticsearchAllOf) GetUrl() string

GetUrl returns the Url field value

func (*ElasticsearchAllOf) GetUrlOk ¶

func (o *ElasticsearchAllOf) GetUrlOk() (*string, bool)

GetUrlOk returns a tuple with the Url field value and a boolean to check if the value has been set.

func (*ElasticsearchAllOf) HasAuthentication ¶

func (o *ElasticsearchAllOf) HasAuthentication() bool

HasAuthentication returns a boolean if a field has been set.

func (*ElasticsearchAllOf) HasCompatibilityMode ¶

func (o *ElasticsearchAllOf) HasCompatibilityMode() bool

HasCompatibilityMode returns a boolean if a field has been set.

func (*ElasticsearchAllOf) HasRetentionDays ¶

func (o *ElasticsearchAllOf) HasRetentionDays() bool

HasRetentionDays returns a boolean if a field has been set.

func (ElasticsearchAllOf) MarshalJSON ¶

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

func (*ElasticsearchAllOf) SetAuthentication ¶

func (o *ElasticsearchAllOf) SetAuthentication(v ElasticsearchAllOfAuthentication)

SetAuthentication gets a reference to the given ElasticsearchAllOfAuthentication and assigns it to the Authentication field.

func (*ElasticsearchAllOf) SetCompatibilityMode ¶

func (o *ElasticsearchAllOf) SetCompatibilityMode(v int32)

SetCompatibilityMode gets a reference to the given int32 and assigns it to the CompatibilityMode field.

func (*ElasticsearchAllOf) SetRetentionDays ¶

func (o *ElasticsearchAllOf) SetRetentionDays(v int32)

SetRetentionDays gets a reference to the given int32 and assigns it to the RetentionDays field.

func (*ElasticsearchAllOf) SetUrl ¶

func (o *ElasticsearchAllOf) SetUrl(v string)

SetUrl sets field value

type ElasticsearchAllOfAuthentication ¶

type ElasticsearchAllOfAuthentication struct {
	// The type of authentication to use.
	Type string `json:"type"`
	// The token to be used for authentication.
	Token string `json:"token"`
}

ElasticsearchAllOfAuthentication Optional authentication settings used when sending logs to an elasticsearch instance.

func NewElasticsearchAllOfAuthentication ¶

func NewElasticsearchAllOfAuthentication(type_ string, token string) *ElasticsearchAllOfAuthentication

NewElasticsearchAllOfAuthentication instantiates a new ElasticsearchAllOfAuthentication object This constructor will assign default values to properties that have it defined, 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 NewElasticsearchAllOfAuthenticationWithDefaults ¶

func NewElasticsearchAllOfAuthenticationWithDefaults() *ElasticsearchAllOfAuthentication

NewElasticsearchAllOfAuthenticationWithDefaults instantiates a new ElasticsearchAllOfAuthentication object This 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 (*ElasticsearchAllOfAuthentication) GetToken ¶

GetToken returns the Token field value

func (*ElasticsearchAllOfAuthentication) GetTokenOk ¶

func (o *ElasticsearchAllOfAuthentication) GetTokenOk() (*string, bool)

GetTokenOk returns a tuple with the Token field value and a boolean to check if the value has been set.

func (*ElasticsearchAllOfAuthentication) GetType ¶

GetType returns the Type field value

func (*ElasticsearchAllOfAuthentication) GetTypeOk ¶

func (o *ElasticsearchAllOfAuthentication) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (ElasticsearchAllOfAuthentication) MarshalJSON ¶

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

func (*ElasticsearchAllOfAuthentication) SetToken ¶

SetToken sets field value

func (*ElasticsearchAllOfAuthentication) SetType ¶

SetType sets field value

type Entitlement ¶

type Entitlement struct {
	// ID of the object.
	Id *string `json:"id,omitempty"`
	// Name of the object.
	Name string `json:"name"`
	// Notes for the object. Used for documentation purposes.
	Notes *string `json:"notes,omitempty"`
	// Create date.
	Created *time.Time `json:"created,omitempty"`
	// Last update date.
	Updated *time.Time `json:"updated,omitempty"`
	// Array of tags.
	Tags []string `json:"tags,omitempty"`
	// If true, the Entitlement will be disregarded during authorization.
	Disabled *bool `json:"disabled,omitempty"`
	// ID of the Site for this Entitlement.
	Site string `json:"site"`
	// Name of the Site for this Entitlement. For convenience only.
	SiteName *string `json:"siteName,omitempty"`
	// Generate Conditions for the Entitlement based on the Risk Model. Cannot be combined with other Conditions.
	RiskSensitivity *string `json:"riskSensitivity,omitempty"`
	// Whether all the Conditions must succeed to have access to this Entitlement or just one.
	ConditionLogic *string `json:"conditionLogic,omitempty"`
	// List of Condition IDs applies to this Entitlement.
	Conditions []string `json:"conditions"`
	// List of all IP Access actions in this Entitlement.
	Actions []EntitlementAllOfActions `json:"actions"`
	// Array of App Shortcuts.
	AppShortcuts []AppShortcut `json:"appShortcuts,omitempty"`
	// List of Entitlement Script IDs used for creating App Shortcuts dynamically.
	AppShortcutScripts []string `json:"appShortcutScripts,omitempty"`
}

Entitlement struct for Entitlement

func NewEntitlement ¶

func NewEntitlement(name string, site string, conditions []string, actions []EntitlementAllOfActions) *Entitlement

NewEntitlement instantiates a new Entitlement object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewEntitlementWithDefaults ¶

func NewEntitlementWithDefaults() *Entitlement

NewEntitlementWithDefaults instantiates a new Entitlement object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*Entitlement) GetActions ¶

func (o *Entitlement) GetActions() []EntitlementAllOfActions

GetActions returns the Actions field value

func (*Entitlement) GetActionsOk ¶

func (o *Entitlement) GetActionsOk() ([]EntitlementAllOfActions, bool)

GetActionsOk returns a tuple with the Actions field value and a boolean to check if the value has been set.

func (*Entitlement) GetAppShortcutScripts ¶

func (o *Entitlement) GetAppShortcutScripts() []string

GetAppShortcutScripts returns the AppShortcutScripts field value if set, zero value otherwise.

func (*Entitlement) GetAppShortcutScriptsOk ¶

func (o *Entitlement) GetAppShortcutScriptsOk() ([]string, bool)

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

func (*Entitlement) GetAppShortcuts ¶

func (o *Entitlement) GetAppShortcuts() []AppShortcut

GetAppShortcuts returns the AppShortcuts field value if set, zero value otherwise.

func (*Entitlement) GetAppShortcutsOk ¶

func (o *Entitlement) GetAppShortcutsOk() ([]AppShortcut, bool)

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

func (*Entitlement) GetConditionLogic ¶

func (o *Entitlement) GetConditionLogic() string

GetConditionLogic returns the ConditionLogic field value if set, zero value otherwise.

func (*Entitlement) GetConditionLogicOk ¶

func (o *Entitlement) GetConditionLogicOk() (*string, bool)

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

func (*Entitlement) GetConditions ¶

func (o *Entitlement) GetConditions() []string

GetConditions returns the Conditions field value

func (*Entitlement) GetConditionsOk ¶

func (o *Entitlement) GetConditionsOk() ([]string, bool)

GetConditionsOk returns a tuple with the Conditions field value and a boolean to check if the value has been set.

func (*Entitlement) GetCreated ¶

func (o *Entitlement) GetCreated() time.Time

GetCreated returns the Created field value if set, zero value otherwise.

func (*Entitlement) GetCreatedOk ¶

func (o *Entitlement) GetCreatedOk() (*time.Time, bool)

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

func (*Entitlement) GetDisabled ¶

func (o *Entitlement) GetDisabled() bool

GetDisabled returns the Disabled field value if set, zero value otherwise.

func (*Entitlement) GetDisabledOk ¶

func (o *Entitlement) GetDisabledOk() (*bool, bool)

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

func (*Entitlement) GetId ¶

func (o *Entitlement) GetId() string

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

func (*Entitlement) GetIdOk ¶

func (o *Entitlement) 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 (*Entitlement) GetName ¶

func (o *Entitlement) GetName() string

GetName returns the Name field value

func (*Entitlement) GetNameOk ¶

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

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

func (*Entitlement) GetNotes ¶

func (o *Entitlement) GetNotes() string

GetNotes returns the Notes field value if set, zero value otherwise.

func (*Entitlement) GetNotesOk ¶

func (o *Entitlement) GetNotesOk() (*string, bool)

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

func (*Entitlement) GetRiskSensitivity ¶

func (o *Entitlement) GetRiskSensitivity() string

GetRiskSensitivity returns the RiskSensitivity field value if set, zero value otherwise.

func (*Entitlement) GetRiskSensitivityOk ¶

func (o *Entitlement) GetRiskSensitivityOk() (*string, bool)

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

func (*Entitlement) GetSite ¶

func (o *Entitlement) GetSite() string

GetSite returns the Site field value

func (*Entitlement) GetSiteName ¶

func (o *Entitlement) GetSiteName() string

GetSiteName returns the SiteName field value if set, zero value otherwise.

func (*Entitlement) GetSiteNameOk ¶

func (o *Entitlement) GetSiteNameOk() (*string, bool)

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

func (*Entitlement) GetSiteOk ¶

func (o *Entitlement) GetSiteOk() (*string, bool)

GetSiteOk returns a tuple with the Site field value and a boolean to check if the value has been set.

func (*Entitlement) GetTags ¶

func (o *Entitlement) GetTags() []string

GetTags returns the Tags field value if set, zero value otherwise.

func (*Entitlement) GetTagsOk ¶

func (o *Entitlement) GetTagsOk() ([]string, bool)

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

func (*Entitlement) GetUpdated ¶

func (o *Entitlement) GetUpdated() time.Time

GetUpdated returns the Updated field value if set, zero value otherwise.

func (*Entitlement) GetUpdatedOk ¶

func (o *Entitlement) GetUpdatedOk() (*time.Time, bool)

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

func (*Entitlement) HasAppShortcutScripts ¶

func (o *Entitlement) HasAppShortcutScripts() bool

HasAppShortcutScripts returns a boolean if a field has been set.

func (*Entitlement) HasAppShortcuts ¶

func (o *Entitlement) HasAppShortcuts() bool

HasAppShortcuts returns a boolean if a field has been set.

func (*Entitlement) HasConditionLogic ¶

func (o *Entitlement) HasConditionLogic() bool

HasConditionLogic returns a boolean if a field has been set.

func (*Entitlement) HasCreated ¶

func (o *Entitlement) HasCreated() bool

HasCreated returns a boolean if a field has been set.

func (*Entitlement) HasDisabled ¶

func (o *Entitlement) HasDisabled() bool

HasDisabled returns a boolean if a field has been set.

func (*Entitlement) HasId ¶

func (o *Entitlement) HasId() bool

HasId returns a boolean if a field has been set.

func (*Entitlement) HasNotes ¶

func (o *Entitlement) HasNotes() bool

HasNotes returns a boolean if a field has been set.

func (*Entitlement) HasRiskSensitivity ¶

func (o *Entitlement) HasRiskSensitivity() bool

HasRiskSensitivity returns a boolean if a field has been set.

func (*Entitlement) HasSiteName ¶

func (o *Entitlement) HasSiteName() bool

HasSiteName returns a boolean if a field has been set.

func (*Entitlement) HasTags ¶

func (o *Entitlement) HasTags() bool

HasTags returns a boolean if a field has been set.

func (*Entitlement) HasUpdated ¶

func (o *Entitlement) HasUpdated() bool

HasUpdated returns a boolean if a field has been set.

func (Entitlement) MarshalJSON ¶

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

func (*Entitlement) SetActions ¶

func (o *Entitlement) SetActions(v []EntitlementAllOfActions)

SetActions sets field value

func (*Entitlement) SetAppShortcutScripts ¶

func (o *Entitlement) SetAppShortcutScripts(v []string)

SetAppShortcutScripts gets a reference to the given []string and assigns it to the AppShortcutScripts field.

func (*Entitlement) SetAppShortcuts ¶

func (o *Entitlement) SetAppShortcuts(v []AppShortcut)

SetAppShortcuts gets a reference to the given []AppShortcut and assigns it to the AppShortcuts field.

func (*Entitlement) SetConditionLogic ¶

func (o *Entitlement) SetConditionLogic(v string)

SetConditionLogic gets a reference to the given string and assigns it to the ConditionLogic field.

func (*Entitlement) SetConditions ¶

func (o *Entitlement) SetConditions(v []string)

SetConditions sets field value

func (*Entitlement) SetCreated ¶

func (o *Entitlement) SetCreated(v time.Time)

SetCreated gets a reference to the given time.Time and assigns it to the Created field.

func (*Entitlement) SetDisabled ¶

func (o *Entitlement) SetDisabled(v bool)

SetDisabled gets a reference to the given bool and assigns it to the Disabled field.

func (*Entitlement) SetId ¶

func (o *Entitlement) SetId(v string)

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

func (*Entitlement) SetName ¶

func (o *Entitlement) SetName(v string)

SetName sets field value

func (*Entitlement) SetNotes ¶

func (o *Entitlement) SetNotes(v string)

SetNotes gets a reference to the given string and assigns it to the Notes field.

func (*Entitlement) SetRiskSensitivity ¶

func (o *Entitlement) SetRiskSensitivity(v string)

SetRiskSensitivity gets a reference to the given string and assigns it to the RiskSensitivity field.

func (*Entitlement) SetSite ¶

func (o *Entitlement) SetSite(v string)

SetSite sets field value

func (*Entitlement) SetSiteName ¶

func (o *Entitlement) SetSiteName(v string)

SetSiteName gets a reference to the given string and assigns it to the SiteName field.

func (*Entitlement) SetTags ¶

func (o *Entitlement) SetTags(v []string)

SetTags gets a reference to the given []string and assigns it to the Tags field.

func (*Entitlement) SetUpdated ¶

func (o *Entitlement) SetUpdated(v time.Time)

SetUpdated gets a reference to the given time.Time and assigns it to the Updated field.

type EntitlementAllOf ¶

type EntitlementAllOf struct {
	// If true, the Entitlement will be disregarded during authorization.
	Disabled *bool `json:"disabled,omitempty"`
	// ID of the Site for this Entitlement.
	Site string `json:"site"`
	// Name of the Site for this Entitlement. For convenience only.
	SiteName *string `json:"siteName,omitempty"`
	// Generate Conditions for the Entitlement based on the Risk Model. Cannot be combined with other Conditions.
	RiskSensitivity *string `json:"riskSensitivity,omitempty"`
	// Whether all the Conditions must succeed to have access to this Entitlement or just one.
	ConditionLogic *string `json:"conditionLogic,omitempty"`
	// List of Condition IDs applies to this Entitlement.
	Conditions []string `json:"conditions"`
	// List of all IP Access actions in this Entitlement.
	Actions []EntitlementAllOfActions `json:"actions"`
	// Array of App Shortcuts.
	AppShortcuts []AppShortcut `json:"appShortcuts,omitempty"`
	// List of Entitlement Script IDs used for creating App Shortcuts dynamically.
	AppShortcutScripts []string `json:"appShortcutScripts,omitempty"`
}

EntitlementAllOf Represents an Entitlement.

func NewEntitlementAllOf ¶

func NewEntitlementAllOf(site string, conditions []string, actions []EntitlementAllOfActions) *EntitlementAllOf

NewEntitlementAllOf instantiates a new EntitlementAllOf object This constructor will assign default values to properties that have it defined, 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 NewEntitlementAllOfWithDefaults ¶

func NewEntitlementAllOfWithDefaults() *EntitlementAllOf

NewEntitlementAllOfWithDefaults instantiates a new EntitlementAllOf object This 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 (*EntitlementAllOf) GetActions ¶

func (o *EntitlementAllOf) GetActions() []EntitlementAllOfActions

GetActions returns the Actions field value

func (*EntitlementAllOf) GetActionsOk ¶

func (o *EntitlementAllOf) GetActionsOk() ([]EntitlementAllOfActions, bool)

GetActionsOk returns a tuple with the Actions field value and a boolean to check if the value has been set.

func (*EntitlementAllOf) GetAppShortcutScripts ¶

func (o *EntitlementAllOf) GetAppShortcutScripts() []string

GetAppShortcutScripts returns the AppShortcutScripts field value if set, zero value otherwise.

func (*EntitlementAllOf) GetAppShortcutScriptsOk ¶

func (o *EntitlementAllOf) GetAppShortcutScriptsOk() ([]string, bool)

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

func (*EntitlementAllOf) GetAppShortcuts ¶

func (o *EntitlementAllOf) GetAppShortcuts() []AppShortcut

GetAppShortcuts returns the AppShortcuts field value if set, zero value otherwise.

func (*EntitlementAllOf) GetAppShortcutsOk ¶

func (o *EntitlementAllOf) GetAppShortcutsOk() ([]AppShortcut, bool)

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

func (*EntitlementAllOf) GetConditionLogic ¶

func (o *EntitlementAllOf) GetConditionLogic() string

GetConditionLogic returns the ConditionLogic field value if set, zero value otherwise.

func (*EntitlementAllOf) GetConditionLogicOk ¶

func (o *EntitlementAllOf) GetConditionLogicOk() (*string, bool)

GetConditionLogicOk returns a tuple with the ConditionLogic field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EntitlementAllOf) GetConditions ¶

func (o *EntitlementAllOf) GetConditions() []string

GetConditions returns the Conditions field value

func (*EntitlementAllOf) GetConditionsOk ¶

func (o *EntitlementAllOf) GetConditionsOk() ([]string, bool)

GetConditionsOk returns a tuple with the Conditions field value and a boolean to check if the value has been set.

func (*EntitlementAllOf) GetDisabled ¶

func (o *EntitlementAllOf) GetDisabled() bool

GetDisabled returns the Disabled field value if set, zero value otherwise.

func (*EntitlementAllOf) GetDisabledOk ¶

func (o *EntitlementAllOf) GetDisabledOk() (*bool, bool)

GetDisabledOk returns a tuple with the Disabled field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EntitlementAllOf) GetRiskSensitivity ¶

func (o *EntitlementAllOf) GetRiskSensitivity() string

GetRiskSensitivity returns the RiskSensitivity field value if set, zero value otherwise.

func (*EntitlementAllOf) GetRiskSensitivityOk ¶

func (o *EntitlementAllOf) GetRiskSensitivityOk() (*string, bool)

GetRiskSensitivityOk returns a tuple with the RiskSensitivity field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EntitlementAllOf) GetSite ¶

func (o *EntitlementAllOf) GetSite() string

GetSite returns the Site field value

func (*EntitlementAllOf) GetSiteName ¶

func (o *EntitlementAllOf) GetSiteName() string

GetSiteName returns the SiteName field value if set, zero value otherwise.

func (*EntitlementAllOf) GetSiteNameOk ¶

func (o *EntitlementAllOf) GetSiteNameOk() (*string, bool)

GetSiteNameOk returns a tuple with the SiteName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EntitlementAllOf) GetSiteOk ¶

func (o *EntitlementAllOf) GetSiteOk() (*string, bool)

GetSiteOk returns a tuple with the Site field value and a boolean to check if the value has been set.

func (*EntitlementAllOf) HasAppShortcutScripts ¶

func (o *EntitlementAllOf) HasAppShortcutScripts() bool

HasAppShortcutScripts returns a boolean if a field has been set.

func (*EntitlementAllOf) HasAppShortcuts ¶

func (o *EntitlementAllOf) HasAppShortcuts() bool

HasAppShortcuts returns a boolean if a field has been set.

func (*EntitlementAllOf) HasConditionLogic ¶

func (o *EntitlementAllOf) HasConditionLogic() bool

HasConditionLogic returns a boolean if a field has been set.

func (*EntitlementAllOf) HasDisabled ¶

func (o *EntitlementAllOf) HasDisabled() bool

HasDisabled returns a boolean if a field has been set.

func (*EntitlementAllOf) HasRiskSensitivity ¶

func (o *EntitlementAllOf) HasRiskSensitivity() bool

HasRiskSensitivity returns a boolean if a field has been set.

func (*EntitlementAllOf) HasSiteName ¶

func (o *EntitlementAllOf) HasSiteName() bool

HasSiteName returns a boolean if a field has been set.

func (EntitlementAllOf) MarshalJSON ¶

func (o EntitlementAllOf) MarshalJSON() ([]byte, error)

func (*EntitlementAllOf) SetActions ¶

func (o *EntitlementAllOf) SetActions(v []EntitlementAllOfActions)

SetActions sets field value

func (*EntitlementAllOf) SetAppShortcutScripts ¶

func (o *EntitlementAllOf) SetAppShortcutScripts(v []string)

SetAppShortcutScripts gets a reference to the given []string and assigns it to the AppShortcutScripts field.

func (*EntitlementAllOf) SetAppShortcuts ¶

func (o *EntitlementAllOf) SetAppShortcuts(v []AppShortcut)

SetAppShortcuts gets a reference to the given []AppShortcut and assigns it to the AppShortcuts field.

func (*EntitlementAllOf) SetConditionLogic ¶

func (o *EntitlementAllOf) SetConditionLogic(v string)

SetConditionLogic gets a reference to the given string and assigns it to the ConditionLogic field.

func (*EntitlementAllOf) SetConditions ¶

func (o *EntitlementAllOf) SetConditions(v []string)

SetConditions sets field value

func (*EntitlementAllOf) SetDisabled ¶

func (o *EntitlementAllOf) SetDisabled(v bool)

SetDisabled gets a reference to the given bool and assigns it to the Disabled field.

func (*EntitlementAllOf) SetRiskSensitivity ¶

func (o *EntitlementAllOf) SetRiskSensitivity(v string)

SetRiskSensitivity gets a reference to the given string and assigns it to the RiskSensitivity field.

func (*EntitlementAllOf) SetSite ¶

func (o *EntitlementAllOf) SetSite(v string)

SetSite sets field value

func (*EntitlementAllOf) SetSiteName ¶

func (o *EntitlementAllOf) SetSiteName(v string)

SetSiteName gets a reference to the given string and assigns it to the SiteName field.

type EntitlementAllOfActions ¶

type EntitlementAllOfActions struct {
	// Type of the IP Access action. Required unless the action is exclude.
	Subtype *string `json:"subtype,omitempty"`
	// Applied action to the traffic.
	Action string `json:"action"`
	// Hosts to apply the action to. See admin manual for possible values.
	Hosts []string `json:"hosts"`
	// Destination port. Multiple ports can be entered comma separated. Port ranges can be entered dash separated. Only valid for tcp and udp subtypes
	Ports []string `json:"ports,omitempty"`
	// ICMP type. Only valid for icmp subtypes.
	Types []string `json:"types,omitempty"`
	// HTTP method. Only valid for http subtypes. Leave it empty to allow all types.
	Methods []string                 `json:"methods,omitempty"`
	Monitor *EntitlementAllOfMonitor `json:"monitor,omitempty"`
}

EntitlementAllOfActions IP Access action.

func NewEntitlementAllOfActions ¶

func NewEntitlementAllOfActions(action string, hosts []string) *EntitlementAllOfActions

NewEntitlementAllOfActions instantiates a new EntitlementAllOfActions object This constructor will assign default values to properties that have it defined, 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 NewEntitlementAllOfActionsWithDefaults ¶

func NewEntitlementAllOfActionsWithDefaults() *EntitlementAllOfActions

NewEntitlementAllOfActionsWithDefaults instantiates a new EntitlementAllOfActions object This 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 (*EntitlementAllOfActions) GetAction ¶

func (o *EntitlementAllOfActions) GetAction() string

GetAction returns the Action field value

func (*EntitlementAllOfActions) GetActionOk ¶

func (o *EntitlementAllOfActions) GetActionOk() (*string, bool)

GetActionOk returns a tuple with the Action field value and a boolean to check if the value has been set.

func (*EntitlementAllOfActions) GetHosts ¶

func (o *EntitlementAllOfActions) GetHosts() []string

GetHosts returns the Hosts field value

func (*EntitlementAllOfActions) GetHostsOk ¶

func (o *EntitlementAllOfActions) GetHostsOk() ([]string, bool)

GetHostsOk returns a tuple with the Hosts field value and a boolean to check if the value has been set.

func (*EntitlementAllOfActions) GetMethods ¶

func (o *EntitlementAllOfActions) GetMethods() []string

GetMethods returns the Methods field value if set, zero value otherwise.

func (*EntitlementAllOfActions) GetMethodsOk ¶

func (o *EntitlementAllOfActions) GetMethodsOk() ([]string, bool)

GetMethodsOk returns a tuple with the Methods field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EntitlementAllOfActions) GetMonitor ¶

GetMonitor returns the Monitor field value if set, zero value otherwise.

func (*EntitlementAllOfActions) GetMonitorOk ¶

GetMonitorOk returns a tuple with the Monitor field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EntitlementAllOfActions) GetPorts ¶

func (o *EntitlementAllOfActions) GetPorts() []string

GetPorts returns the Ports field value if set, zero value otherwise.

func (*EntitlementAllOfActions) GetPortsOk ¶

func (o *EntitlementAllOfActions) GetPortsOk() ([]string, bool)

GetPortsOk returns a tuple with the Ports field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EntitlementAllOfActions) GetSubtype ¶

func (o *EntitlementAllOfActions) GetSubtype() string

GetSubtype returns the Subtype field value if set, zero value otherwise.

func (*EntitlementAllOfActions) GetSubtypeOk ¶

func (o *EntitlementAllOfActions) GetSubtypeOk() (*string, bool)

GetSubtypeOk returns a tuple with the Subtype field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EntitlementAllOfActions) GetTypes ¶

func (o *EntitlementAllOfActions) GetTypes() []string

GetTypes returns the Types field value if set, zero value otherwise.

func (*EntitlementAllOfActions) GetTypesOk ¶

func (o *EntitlementAllOfActions) GetTypesOk() ([]string, bool)

GetTypesOk returns a tuple with the Types field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EntitlementAllOfActions) HasMethods ¶

func (o *EntitlementAllOfActions) HasMethods() bool

HasMethods returns a boolean if a field has been set.

func (*EntitlementAllOfActions) HasMonitor ¶

func (o *EntitlementAllOfActions) HasMonitor() bool

HasMonitor returns a boolean if a field has been set.

func (*EntitlementAllOfActions) HasPorts ¶

func (o *EntitlementAllOfActions) HasPorts() bool

HasPorts returns a boolean if a field has been set.

func (*EntitlementAllOfActions) HasSubtype ¶

func (o *EntitlementAllOfActions) HasSubtype() bool

HasSubtype returns a boolean if a field has been set.

func (*EntitlementAllOfActions) HasTypes ¶

func (o *EntitlementAllOfActions) HasTypes() bool

HasTypes returns a boolean if a field has been set.

func (EntitlementAllOfActions) MarshalJSON ¶

func (o EntitlementAllOfActions) MarshalJSON() ([]byte, error)

func (*EntitlementAllOfActions) SetAction ¶

func (o *EntitlementAllOfActions) SetAction(v string)

SetAction sets field value

func (*EntitlementAllOfActions) SetHosts ¶

func (o *EntitlementAllOfActions) SetHosts(v []string)

SetHosts sets field value

func (*EntitlementAllOfActions) SetMethods ¶

func (o *EntitlementAllOfActions) SetMethods(v []string)

SetMethods gets a reference to the given []string and assigns it to the Methods field.

func (*EntitlementAllOfActions) SetMonitor ¶

SetMonitor gets a reference to the given EntitlementAllOfMonitor and assigns it to the Monitor field.

func (*EntitlementAllOfActions) SetPorts ¶

func (o *EntitlementAllOfActions) SetPorts(v []string)

SetPorts gets a reference to the given []string and assigns it to the Ports field.

func (*EntitlementAllOfActions) SetSubtype ¶

func (o *EntitlementAllOfActions) SetSubtype(v string)

SetSubtype gets a reference to the given string and assigns it to the Subtype field.

func (*EntitlementAllOfActions) SetTypes ¶

func (o *EntitlementAllOfActions) SetTypes(v []string)

SetTypes gets a reference to the given []string and assigns it to the Types field.

type EntitlementAllOfMonitor ¶

type EntitlementAllOfMonitor struct {
	Enabled *bool `json:"enabled,omitempty"`
	// Number of seconds the action needs to be unresponsive to mark the action unhealthy.
	Timeout *int32 `json:"timeout,omitempty"`
}

EntitlementAllOfMonitor Only available for tcp_up and http_up subtypes. If enabled, Gateways will monitor this action for responsiveness and act accordingly. See admin manual for more details.

func NewEntitlementAllOfMonitor ¶

func NewEntitlementAllOfMonitor() *EntitlementAllOfMonitor

NewEntitlementAllOfMonitor instantiates a new EntitlementAllOfMonitor object This constructor will assign default values to properties that have it defined, 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 NewEntitlementAllOfMonitorWithDefaults ¶

func NewEntitlementAllOfMonitorWithDefaults() *EntitlementAllOfMonitor

NewEntitlementAllOfMonitorWithDefaults instantiates a new EntitlementAllOfMonitor object This 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 (*EntitlementAllOfMonitor) GetEnabled ¶

func (o *EntitlementAllOfMonitor) GetEnabled() bool

GetEnabled returns the Enabled field value if set, zero value otherwise.

func (*EntitlementAllOfMonitor) GetEnabledOk ¶

func (o *EntitlementAllOfMonitor) 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 (*EntitlementAllOfMonitor) GetTimeout ¶

func (o *EntitlementAllOfMonitor) GetTimeout() int32

GetTimeout returns the Timeout field value if set, zero value otherwise.

func (*EntitlementAllOfMonitor) GetTimeoutOk ¶

func (o *EntitlementAllOfMonitor) GetTimeoutOk() (*int32, bool)

GetTimeoutOk returns a tuple with the Timeout field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EntitlementAllOfMonitor) HasEnabled ¶

func (o *EntitlementAllOfMonitor) HasEnabled() bool

HasEnabled returns a boolean if a field has been set.

func (*EntitlementAllOfMonitor) HasTimeout ¶

func (o *EntitlementAllOfMonitor) HasTimeout() bool

HasTimeout returns a boolean if a field has been set.

func (EntitlementAllOfMonitor) MarshalJSON ¶

func (o EntitlementAllOfMonitor) MarshalJSON() ([]byte, error)

func (*EntitlementAllOfMonitor) SetEnabled ¶

func (o *EntitlementAllOfMonitor) SetEnabled(v bool)

SetEnabled gets a reference to the given bool and assigns it to the Enabled field.

func (*EntitlementAllOfMonitor) SetTimeout ¶

func (o *EntitlementAllOfMonitor) SetTimeout(v int32)

SetTimeout gets a reference to the given int32 and assigns it to the Timeout field.

type EntitlementList ¶

type EntitlementList struct {
	// 'The range applied to the list. Format: -/. 3-5/8 means, out of 8 count (query affects the total), the items between (including) the 3rd and the 5th are returned.'
	Range *string `json:"range,omitempty"`
	// The field name used to sort the list.
	OrderBy *string `json:"orderBy,omitempty"`
	// Whether the sorting is applied descending or ascending.
	Descending *bool `json:"descending,omitempty"`
	// The queries applied to the list.
	Queries []string `json:"queries,omitempty"`
	// The filters applied to the list.
	FilterBy []FilterBy `json:"filterBy,omitempty"`
	// List of Entitlements.
	Data []Entitlement `json:"data,omitempty"`
}

EntitlementList struct for EntitlementList

func NewEntitlementList ¶

func NewEntitlementList() *EntitlementList

NewEntitlementList instantiates a new EntitlementList object This constructor will assign default values to properties that have it defined, 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 NewEntitlementListWithDefaults ¶

func NewEntitlementListWithDefaults() *EntitlementList

NewEntitlementListWithDefaults instantiates a new EntitlementList object This 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 (*EntitlementList) GetData ¶

func (o *EntitlementList) GetData() []Entitlement

GetData returns the Data field value if set, zero value otherwise.

func (*EntitlementList) GetDataOk ¶

func (o *EntitlementList) GetDataOk() ([]Entitlement, bool)

GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EntitlementList) GetDescending ¶

func (o *EntitlementList) GetDescending() bool

GetDescending returns the Descending field value if set, zero value otherwise.

func (*EntitlementList) GetDescendingOk ¶

func (o *EntitlementList) GetDescendingOk() (*bool, bool)

GetDescendingOk returns a tuple with the Descending field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EntitlementList) GetFilterBy ¶

func (o *EntitlementList) GetFilterBy() []FilterBy

GetFilterBy returns the FilterBy field value if set, zero value otherwise.

func (*EntitlementList) GetFilterByOk ¶

func (o *EntitlementList) GetFilterByOk() ([]FilterBy, bool)

GetFilterByOk returns a tuple with the FilterBy field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EntitlementList) GetOrderBy ¶

func (o *EntitlementList) GetOrderBy() string

GetOrderBy returns the OrderBy field value if set, zero value otherwise.

func (*EntitlementList) GetOrderByOk ¶

func (o *EntitlementList) GetOrderByOk() (*string, bool)

GetOrderByOk returns a tuple with the OrderBy field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EntitlementList) GetQueries ¶

func (o *EntitlementList) GetQueries() []string

GetQueries returns the Queries field value if set, zero value otherwise.

func (*EntitlementList) GetQueriesOk ¶

func (o *EntitlementList) GetQueriesOk() ([]string, bool)

GetQueriesOk returns a tuple with the Queries field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EntitlementList) GetRange ¶

func (o *EntitlementList) GetRange() string

GetRange returns the Range field value if set, zero value otherwise.

func (*EntitlementList) GetRangeOk ¶

func (o *EntitlementList) GetRangeOk() (*string, bool)

GetRangeOk returns a tuple with the Range field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EntitlementList) HasData ¶

func (o *EntitlementList) HasData() bool

HasData returns a boolean if a field has been set.

func (*EntitlementList) HasDescending ¶

func (o *EntitlementList) HasDescending() bool

HasDescending returns a boolean if a field has been set.

func (*EntitlementList) HasFilterBy ¶

func (o *EntitlementList) HasFilterBy() bool

HasFilterBy returns a boolean if a field has been set.

func (*EntitlementList) HasOrderBy ¶

func (o *EntitlementList) HasOrderBy() bool

HasOrderBy returns a boolean if a field has been set.

func (*EntitlementList) HasQueries ¶

func (o *EntitlementList) HasQueries() bool

HasQueries returns a boolean if a field has been set.

func (*EntitlementList) HasRange ¶

func (o *EntitlementList) HasRange() bool

HasRange returns a boolean if a field has been set.

func (EntitlementList) MarshalJSON ¶

func (o EntitlementList) MarshalJSON() ([]byte, error)

func (*EntitlementList) SetData ¶

func (o *EntitlementList) SetData(v []Entitlement)

SetData gets a reference to the given []Entitlement and assigns it to the Data field.

func (*EntitlementList) SetDescending ¶

func (o *EntitlementList) SetDescending(v bool)

SetDescending gets a reference to the given bool and assigns it to the Descending field.

func (*EntitlementList) SetFilterBy ¶

func (o *EntitlementList) SetFilterBy(v []FilterBy)

SetFilterBy gets a reference to the given []FilterBy and assigns it to the FilterBy field.

func (*EntitlementList) SetOrderBy ¶

func (o *EntitlementList) SetOrderBy(v string)

SetOrderBy gets a reference to the given string and assigns it to the OrderBy field.

func (*EntitlementList) SetQueries ¶

func (o *EntitlementList) SetQueries(v []string)

SetQueries gets a reference to the given []string and assigns it to the Queries field.

func (*EntitlementList) SetRange ¶

func (o *EntitlementList) SetRange(v string)

SetRange gets a reference to the given string and assigns it to the Range field.

type EntitlementListAllOf ¶

type EntitlementListAllOf struct {
	// List of Entitlements.
	Data []Entitlement `json:"data,omitempty"`
}

EntitlementListAllOf Represents a list of Entitlements.

func NewEntitlementListAllOf ¶

func NewEntitlementListAllOf() *EntitlementListAllOf

NewEntitlementListAllOf instantiates a new EntitlementListAllOf object This constructor will assign default values to properties that have it defined, 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 NewEntitlementListAllOfWithDefaults ¶

func NewEntitlementListAllOfWithDefaults() *EntitlementListAllOf

NewEntitlementListAllOfWithDefaults instantiates a new EntitlementListAllOf object This 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 (*EntitlementListAllOf) GetData ¶

func (o *EntitlementListAllOf) GetData() []Entitlement

GetData returns the Data field value if set, zero value otherwise.

func (*EntitlementListAllOf) GetDataOk ¶

func (o *EntitlementListAllOf) GetDataOk() ([]Entitlement, bool)

GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EntitlementListAllOf) HasData ¶

func (o *EntitlementListAllOf) HasData() bool

HasData returns a boolean if a field has been set.

func (EntitlementListAllOf) MarshalJSON ¶

func (o EntitlementListAllOf) MarshalJSON() ([]byte, error)

func (*EntitlementListAllOf) SetData ¶

func (o *EntitlementListAllOf) SetData(v []Entitlement)

SetData gets a reference to the given []Entitlement and assigns it to the Data field.

type EntitlementScript ¶

type EntitlementScript struct {
	// ID of the object.
	Id *string `json:"id,omitempty"`
	// Name of the object.
	Name string `json:"name"`
	// Notes for the object. Used for documentation purposes.
	Notes *string `json:"notes,omitempty"`
	// Create date.
	Created *time.Time `json:"created,omitempty"`
	// Last update date.
	Updated *time.Time `json:"updated,omitempty"`
	// Array of tags.
	Tags []string `json:"tags,omitempty"`
	// The type of the field to use the script for.
	Type *string `json:"type,omitempty"`
	// A JavaScript expression that returns a list of IPs and names.
	Expression string `json:"expression"`
}

EntitlementScript struct for EntitlementScript

func NewEntitlementScript ¶

func NewEntitlementScript(name string, expression string) *EntitlementScript

NewEntitlementScript instantiates a new EntitlementScript object This constructor will assign default values to properties that have it defined, 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 NewEntitlementScriptWithDefaults ¶

func NewEntitlementScriptWithDefaults() *EntitlementScript

NewEntitlementScriptWithDefaults instantiates a new EntitlementScript object This 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 (*EntitlementScript) GetCreated ¶

func (o *EntitlementScript) GetCreated() time.Time

GetCreated returns the Created field value if set, zero value otherwise.

func (*EntitlementScript) GetCreatedOk ¶

func (o *EntitlementScript) GetCreatedOk() (*time.Time, bool)

GetCreatedOk returns a tuple with the Created field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EntitlementScript) GetExpression ¶

func (o *EntitlementScript) GetExpression() string

GetExpression returns the Expression field value

func (*EntitlementScript) GetExpressionOk ¶

func (o *EntitlementScript) GetExpressionOk() (*string, bool)

GetExpressionOk returns a tuple with the Expression field value and a boolean to check if the value has been set.

func (*EntitlementScript) GetId ¶

func (o *EntitlementScript) GetId() string

GetId returns the Id field value if set, zero value otherwise.

func (*EntitlementScript) GetIdOk ¶

func (o *EntitlementScript) 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 (*EntitlementScript) GetName ¶

func (o *EntitlementScript) GetName() string

GetName returns the Name field value

func (*EntitlementScript) GetNameOk ¶

func (o *EntitlementScript) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.

func (*EntitlementScript) GetNotes ¶

func (o *EntitlementScript) GetNotes() string

GetNotes returns the Notes field value if set, zero value otherwise.

func (*EntitlementScript) GetNotesOk ¶

func (o *EntitlementScript) GetNotesOk() (*string, bool)

GetNotesOk returns a tuple with the Notes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EntitlementScript) GetTags ¶

func (o *EntitlementScript) GetTags() []string

GetTags returns the Tags field value if set, zero value otherwise.

func (*EntitlementScript) GetTagsOk ¶

func (o *EntitlementScript) GetTagsOk() ([]string, bool)

GetTagsOk returns a tuple with the Tags field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EntitlementScript) GetType ¶

func (o *EntitlementScript) GetType() string

GetType returns the Type field value if set, zero value otherwise.

func (*EntitlementScript) GetTypeOk ¶

func (o *EntitlementScript) 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 (*EntitlementScript) GetUpdated ¶

func (o *EntitlementScript) GetUpdated() time.Time

GetUpdated returns the Updated field value if set, zero value otherwise.

func (*EntitlementScript) GetUpdatedOk ¶

func (o *EntitlementScript) GetUpdatedOk() (*time.Time, bool)

GetUpdatedOk returns a tuple with the Updated field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EntitlementScript) HasCreated ¶

func (o *EntitlementScript) HasCreated() bool

HasCreated returns a boolean if a field has been set.

func (*EntitlementScript) HasId ¶

func (o *EntitlementScript) HasId() bool

HasId returns a boolean if a field has been set.

func (*EntitlementScript) HasNotes ¶

func (o *EntitlementScript) HasNotes() bool

HasNotes returns a boolean if a field has been set.

func (*EntitlementScript) HasTags ¶

func (o *EntitlementScript) HasTags() bool

HasTags returns a boolean if a field has been set.

func (*EntitlementScript) HasType ¶

func (o *EntitlementScript) HasType() bool

HasType returns a boolean if a field has been set.

func (*EntitlementScript) HasUpdated ¶

func (o *EntitlementScript) HasUpdated() bool

HasUpdated returns a boolean if a field has been set.

func (EntitlementScript) MarshalJSON ¶

func (o EntitlementScript) MarshalJSON() ([]byte, error)

func (*EntitlementScript) SetCreated ¶

func (o *EntitlementScript) SetCreated(v time.Time)

SetCreated gets a reference to the given time.Time and assigns it to the Created field.

func (*EntitlementScript) SetExpression ¶

func (o *EntitlementScript) SetExpression(v string)

SetExpression sets field value

func (*EntitlementScript) SetId ¶

func (o *EntitlementScript) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*EntitlementScript) SetName ¶

func (o *EntitlementScript) SetName(v string)

SetName sets field value

func (*EntitlementScript) SetNotes ¶

func (o *EntitlementScript) SetNotes(v string)

SetNotes gets a reference to the given string and assigns it to the Notes field.

func (*EntitlementScript) SetTags ¶

func (o *EntitlementScript) SetTags(v []string)

SetTags gets a reference to the given []string and assigns it to the Tags field.

func (*EntitlementScript) SetType ¶

func (o *EntitlementScript) SetType(v string)

SetType gets a reference to the given string and assigns it to the Type field.

func (*EntitlementScript) SetUpdated ¶

func (o *EntitlementScript) SetUpdated(v time.Time)

SetUpdated gets a reference to the given time.Time and assigns it to the Updated field.

type EntitlementScriptAllOf ¶

type EntitlementScriptAllOf struct {
	// The type of the field to use the script for.
	Type *string `json:"type,omitempty"`
	// A JavaScript expression that returns a list of IPs and names.
	Expression string `json:"expression"`
}

EntitlementScriptAllOf Represents an Entitlement Script.

func NewEntitlementScriptAllOf ¶

func NewEntitlementScriptAllOf(expression string) *EntitlementScriptAllOf

NewEntitlementScriptAllOf instantiates a new EntitlementScriptAllOf object This constructor will assign default values to properties that have it defined, 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 NewEntitlementScriptAllOfWithDefaults ¶

func NewEntitlementScriptAllOfWithDefaults() *EntitlementScriptAllOf

NewEntitlementScriptAllOfWithDefaults instantiates a new EntitlementScriptAllOf object This 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 (*EntitlementScriptAllOf) GetExpression ¶

func (o *EntitlementScriptAllOf) GetExpression() string

GetExpression returns the Expression field value

func (*EntitlementScriptAllOf) GetExpressionOk ¶

func (o *EntitlementScriptAllOf) GetExpressionOk() (*string, bool)

GetExpressionOk returns a tuple with the Expression field value and a boolean to check if the value has been set.

func (*EntitlementScriptAllOf) GetType ¶

func (o *EntitlementScriptAllOf) GetType() string

GetType returns the Type field value if set, zero value otherwise.

func (*EntitlementScriptAllOf) GetTypeOk ¶

func (o *EntitlementScriptAllOf) 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 (*EntitlementScriptAllOf) HasType ¶

func (o *EntitlementScriptAllOf) HasType() bool

HasType returns a boolean if a field has been set.

func (EntitlementScriptAllOf) MarshalJSON ¶

func (o EntitlementScriptAllOf) MarshalJSON() ([]byte, error)

func (*EntitlementScriptAllOf) SetExpression ¶

func (o *EntitlementScriptAllOf) SetExpression(v string)

SetExpression sets field value

func (*EntitlementScriptAllOf) SetType ¶

func (o *EntitlementScriptAllOf) SetType(v string)

SetType gets a reference to the given string and assigns it to the Type field.

type EntitlementScriptList ¶

type EntitlementScriptList struct {
	// 'The range applied to the list. Format: -/. 3-5/8 means, out of 8 count (query affects the total), the items between (including) the 3rd and the 5th are returned.'
	Range *string `json:"range,omitempty"`
	// The field name used to sort the list.
	OrderBy *string `json:"orderBy,omitempty"`
	// Whether the sorting is applied descending or ascending.
	Descending *bool `json:"descending,omitempty"`
	// The queries applied to the list.
	Queries []string `json:"queries,omitempty"`
	// The filters applied to the list.
	FilterBy []FilterBy `json:"filterBy,omitempty"`
	// List of Entitlement Scripts.
	Data []EntitlementScript `json:"data,omitempty"`
}

EntitlementScriptList struct for EntitlementScriptList

func NewEntitlementScriptList ¶

func NewEntitlementScriptList() *EntitlementScriptList

NewEntitlementScriptList instantiates a new EntitlementScriptList object This constructor will assign default values to properties that have it defined, 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 NewEntitlementScriptListWithDefaults ¶

func NewEntitlementScriptListWithDefaults() *EntitlementScriptList

NewEntitlementScriptListWithDefaults instantiates a new EntitlementScriptList object This 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 (*EntitlementScriptList) GetData ¶

GetData returns the Data field value if set, zero value otherwise.

func (*EntitlementScriptList) GetDataOk ¶

func (o *EntitlementScriptList) GetDataOk() ([]EntitlementScript, bool)

GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EntitlementScriptList) GetDescending ¶

func (o *EntitlementScriptList) GetDescending() bool

GetDescending returns the Descending field value if set, zero value otherwise.

func (*EntitlementScriptList) GetDescendingOk ¶

func (o *EntitlementScriptList) GetDescendingOk() (*bool, bool)

GetDescendingOk returns a tuple with the Descending field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EntitlementScriptList) GetFilterBy ¶

func (o *EntitlementScriptList) GetFilterBy() []FilterBy

GetFilterBy returns the FilterBy field value if set, zero value otherwise.

func (*EntitlementScriptList) GetFilterByOk ¶

func (o *EntitlementScriptList) GetFilterByOk() ([]FilterBy, bool)

GetFilterByOk returns a tuple with the FilterBy field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EntitlementScriptList) GetOrderBy ¶

func (o *EntitlementScriptList) GetOrderBy() string

GetOrderBy returns the OrderBy field value if set, zero value otherwise.

func (*EntitlementScriptList) GetOrderByOk ¶

func (o *EntitlementScriptList) GetOrderByOk() (*string, bool)

GetOrderByOk returns a tuple with the OrderBy field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EntitlementScriptList) GetQueries ¶

func (o *EntitlementScriptList) GetQueries() []string

GetQueries returns the Queries field value if set, zero value otherwise.

func (*EntitlementScriptList) GetQueriesOk ¶

func (o *EntitlementScriptList) GetQueriesOk() ([]string, bool)

GetQueriesOk returns a tuple with the Queries field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EntitlementScriptList) GetRange ¶

func (o *EntitlementScriptList) GetRange() string

GetRange returns the Range field value if set, zero value otherwise.

func (*EntitlementScriptList) GetRangeOk ¶

func (o *EntitlementScriptList) GetRangeOk() (*string, bool)

GetRangeOk returns a tuple with the Range field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EntitlementScriptList) HasData ¶

func (o *EntitlementScriptList) HasData() bool

HasData returns a boolean if a field has been set.

func (*EntitlementScriptList) HasDescending ¶

func (o *EntitlementScriptList) HasDescending() bool

HasDescending returns a boolean if a field has been set.

func (*EntitlementScriptList) HasFilterBy ¶

func (o *EntitlementScriptList) HasFilterBy() bool

HasFilterBy returns a boolean if a field has been set.

func (*EntitlementScriptList) HasOrderBy ¶

func (o *EntitlementScriptList) HasOrderBy() bool

HasOrderBy returns a boolean if a field has been set.

func (*EntitlementScriptList) HasQueries ¶

func (o *EntitlementScriptList) HasQueries() bool

HasQueries returns a boolean if a field has been set.

func (*EntitlementScriptList) HasRange ¶

func (o *EntitlementScriptList) HasRange() bool

HasRange returns a boolean if a field has been set.

func (EntitlementScriptList) MarshalJSON ¶

func (o EntitlementScriptList) MarshalJSON() ([]byte, error)

func (*EntitlementScriptList) SetData ¶

func (o *EntitlementScriptList) SetData(v []EntitlementScript)

SetData gets a reference to the given []EntitlementScript and assigns it to the Data field.

func (*EntitlementScriptList) SetDescending ¶

func (o *EntitlementScriptList) SetDescending(v bool)

SetDescending gets a reference to the given bool and assigns it to the Descending field.

func (*EntitlementScriptList) SetFilterBy ¶

func (o *EntitlementScriptList) SetFilterBy(v []FilterBy)

SetFilterBy gets a reference to the given []FilterBy and assigns it to the FilterBy field.

func (*EntitlementScriptList) SetOrderBy ¶

func (o *EntitlementScriptList) SetOrderBy(v string)

SetOrderBy gets a reference to the given string and assigns it to the OrderBy field.

func (*EntitlementScriptList) SetQueries ¶

func (o *EntitlementScriptList) SetQueries(v []string)

SetQueries gets a reference to the given []string and assigns it to the Queries field.

func (*EntitlementScriptList) SetRange ¶

func (o *EntitlementScriptList) SetRange(v string)

SetRange gets a reference to the given string and assigns it to the Range field.

type EntitlementScriptListAllOf ¶

type EntitlementScriptListAllOf struct {
	// List of Entitlement Scripts.
	Data []EntitlementScript `json:"data,omitempty"`
}

EntitlementScriptListAllOf Represents a list of Entitlement Scripts.

func NewEntitlementScriptListAllOf ¶

func NewEntitlementScriptListAllOf() *EntitlementScriptListAllOf

NewEntitlementScriptListAllOf instantiates a new EntitlementScriptListAllOf object This constructor will assign default values to properties that have it defined, 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 NewEntitlementScriptListAllOfWithDefaults ¶

func NewEntitlementScriptListAllOfWithDefaults() *EntitlementScriptListAllOf

NewEntitlementScriptListAllOfWithDefaults instantiates a new EntitlementScriptListAllOf object This 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 (*EntitlementScriptListAllOf) GetData ¶

GetData returns the Data field value if set, zero value otherwise.

func (*EntitlementScriptListAllOf) GetDataOk ¶

GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EntitlementScriptListAllOf) HasData ¶

func (o *EntitlementScriptListAllOf) HasData() bool

HasData returns a boolean if a field has been set.

func (EntitlementScriptListAllOf) MarshalJSON ¶

func (o EntitlementScriptListAllOf) MarshalJSON() ([]byte, error)

func (*EntitlementScriptListAllOf) SetData ¶

SetData gets a reference to the given []EntitlementScript and assigns it to the Data field.

type EntitlementScriptTestResult ¶

type EntitlementScriptTestResult struct {
	// What the evaluation returned as a list.
	Result []EntitlementScriptTestResultResultInner `json:"result,omitempty"`
	// The output logs from the evaluation. Generated by \"console.log\" and \"print\" functions.
	Output *string `json:"output,omitempty"`
	// The error text. Available if the evaluation has an error.
	Error *string `json:"error,omitempty"`
	// How long it took to evaluate the expression.
	ExecutionMs *float32 `json:"executionMs,omitempty"`
}

EntitlementScriptTestResult struct for EntitlementScriptTestResult

func NewEntitlementScriptTestResult ¶

func NewEntitlementScriptTestResult() *EntitlementScriptTestResult

NewEntitlementScriptTestResult instantiates a new EntitlementScriptTestResult object This constructor will assign default values to properties that have it defined, 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 NewEntitlementScriptTestResultWithDefaults ¶

func NewEntitlementScriptTestResultWithDefaults() *EntitlementScriptTestResult

NewEntitlementScriptTestResultWithDefaults instantiates a new EntitlementScriptTestResult object This 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 (*EntitlementScriptTestResult) GetError ¶

func (o *EntitlementScriptTestResult) GetError() string

GetError returns the Error field value if set, zero value otherwise.

func (*EntitlementScriptTestResult) GetErrorOk ¶

func (o *EntitlementScriptTestResult) 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 (*EntitlementScriptTestResult) GetExecutionMs ¶

func (o *EntitlementScriptTestResult) GetExecutionMs() float32

GetExecutionMs returns the ExecutionMs field value if set, zero value otherwise.

func (*EntitlementScriptTestResult) GetExecutionMsOk ¶

func (o *EntitlementScriptTestResult) GetExecutionMsOk() (*float32, bool)

GetExecutionMsOk returns a tuple with the ExecutionMs field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EntitlementScriptTestResult) GetOutput ¶

func (o *EntitlementScriptTestResult) GetOutput() string

GetOutput returns the Output field value if set, zero value otherwise.

func (*EntitlementScriptTestResult) GetOutputOk ¶

func (o *EntitlementScriptTestResult) GetOutputOk() (*string, bool)

GetOutputOk returns a tuple with the Output field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EntitlementScriptTestResult) GetResult ¶

GetResult returns the Result field value if set, zero value otherwise.

func (*EntitlementScriptTestResult) GetResultOk ¶

GetResultOk returns a tuple with the Result field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EntitlementScriptTestResult) HasError ¶

func (o *EntitlementScriptTestResult) HasError() bool

HasError returns a boolean if a field has been set.

func (*EntitlementScriptTestResult) HasExecutionMs ¶

func (o *EntitlementScriptTestResult) HasExecutionMs() bool

HasExecutionMs returns a boolean if a field has been set.

func (*EntitlementScriptTestResult) HasOutput ¶

func (o *EntitlementScriptTestResult) HasOutput() bool

HasOutput returns a boolean if a field has been set.

func (*EntitlementScriptTestResult) HasResult ¶

func (o *EntitlementScriptTestResult) HasResult() bool

HasResult returns a boolean if a field has been set.

func (EntitlementScriptTestResult) MarshalJSON ¶

func (o EntitlementScriptTestResult) MarshalJSON() ([]byte, error)

func (*EntitlementScriptTestResult) SetError ¶

func (o *EntitlementScriptTestResult) SetError(v string)

SetError gets a reference to the given string and assigns it to the Error field.

func (*EntitlementScriptTestResult) SetExecutionMs ¶

func (o *EntitlementScriptTestResult) SetExecutionMs(v float32)

SetExecutionMs gets a reference to the given float32 and assigns it to the ExecutionMs field.

func (*EntitlementScriptTestResult) SetOutput ¶

func (o *EntitlementScriptTestResult) SetOutput(v string)

SetOutput gets a reference to the given string and assigns it to the Output field.

func (*EntitlementScriptTestResult) SetResult ¶

SetResult gets a reference to the given []EntitlementScriptTestResultResultInner and assigns it to the Result field.

type EntitlementScriptTestResultResultInner ¶

type EntitlementScriptTestResultResultInner struct {
	AppShortcut *AppShortcut
	// contains filtered or unexported fields
}

EntitlementScriptTestResultResultInner struct for EntitlementScriptTestResultResultInner

func (*EntitlementScriptTestResultResultInner) MarshalJSON ¶

func (src *EntitlementScriptTestResultResultInner) MarshalJSON() ([]byte, error)

Marshal data from the first non-nil pointers in the struct to JSON

func (*EntitlementScriptTestResultResultInner) UnmarshalJSON ¶

func (dst *EntitlementScriptTestResultResultInner) UnmarshalJSON(data []byte) error

Unmarshal JSON data into any of the pointers in the struct

type EntitlementScriptsApiService ¶

type EntitlementScriptsApiService service

EntitlementScriptsApiService EntitlementScriptsApi service

func (*EntitlementScriptsApiService) EntitlementScriptsGet ¶

EntitlementScriptsGet List all Entitlement Scripts.

List all Entitlement Scripts visible to current user.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiEntitlementScriptsGetRequest

func (*EntitlementScriptsApiService) EntitlementScriptsGetExecute ¶

Execute executes the request

@return EntitlementScriptList

func (*EntitlementScriptsApiService) EntitlementScriptsIdDelete ¶

EntitlementScriptsIdDelete Delete a specific Entitlement Script.

Delete a specific Entitlement Script.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id ID of the object.
@return ApiEntitlementScriptsIdDeleteRequest

func (*EntitlementScriptsApiService) EntitlementScriptsIdDeleteExecute ¶

func (a *EntitlementScriptsApiService) EntitlementScriptsIdDeleteExecute(r ApiEntitlementScriptsIdDeleteRequest) (*http.Response, error)

Execute executes the request

func (*EntitlementScriptsApiService) EntitlementScriptsIdGet ¶

EntitlementScriptsIdGet Get a specific Entitlement Script.

Get a specific Entitlement Script.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id ID of the object.
@return ApiEntitlementScriptsIdGetRequest

func (*EntitlementScriptsApiService) EntitlementScriptsIdGetExecute ¶

Execute executes the request

@return EntitlementScript

func (*EntitlementScriptsApiService) EntitlementScriptsIdPut ¶

EntitlementScriptsIdPut Update an existing Entitlement Script.

Update an existing Entitlement Script.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id ID of the object.
@return ApiEntitlementScriptsIdPutRequest

func (*EntitlementScriptsApiService) EntitlementScriptsIdPutExecute ¶

Execute executes the request

@return EntitlementScript

func (*EntitlementScriptsApiService) EntitlementScriptsPost ¶

EntitlementScriptsPost Create a new Entitlement Script.

Create a new Entitlement Script.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiEntitlementScriptsPostRequest

func (*EntitlementScriptsApiService) EntitlementScriptsPostExecute ¶

Execute executes the request

@return EntitlementScript

func (*EntitlementScriptsApiService) EntitlementScriptsTestPost ¶

EntitlementScriptsTestPost Simulate a given expression for an Entitlement Script.

Simulate a given expression for an Entitlement Script.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiEntitlementScriptsTestPostRequest

func (*EntitlementScriptsApiService) EntitlementScriptsTestPostExecute ¶

Execute executes the request

@return EntitlementScriptTestResult

type EntitlementScriptsTest ¶

type EntitlementScriptsTest struct {
	// The javascript expression to evaluate.
	Expression   string                 `json:"expression"`
	UserClaims   map[string]interface{} `json:"userClaims,omitempty"`
	DeviceClaims map[string]interface{} `json:"deviceClaims,omitempty"`
	SystemClaims map[string]interface{} `json:"systemClaims,omitempty"`
	Time         *time.Time             `json:"time,omitempty"`
	// The type of the Entitlement Script.
	Type string `json:"type"`
}

EntitlementScriptsTest struct for EntitlementScriptsTest

func NewEntitlementScriptsTest ¶

func NewEntitlementScriptsTest(expression string, type_ string) *EntitlementScriptsTest

NewEntitlementScriptsTest instantiates a new EntitlementScriptsTest object This constructor will assign default values to properties that have it defined, 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 NewEntitlementScriptsTestWithDefaults ¶

func NewEntitlementScriptsTestWithDefaults() *EntitlementScriptsTest

NewEntitlementScriptsTestWithDefaults instantiates a new EntitlementScriptsTest object This 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 (*EntitlementScriptsTest) GetDeviceClaims ¶

func (o *EntitlementScriptsTest) GetDeviceClaims() map[string]interface{}

GetDeviceClaims returns the DeviceClaims field value if set, zero value otherwise.

func (*EntitlementScriptsTest) GetDeviceClaimsOk ¶

func (o *EntitlementScriptsTest) GetDeviceClaimsOk() (map[string]interface{}, bool)

GetDeviceClaimsOk returns a tuple with the DeviceClaims field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EntitlementScriptsTest) GetExpression ¶

func (o *EntitlementScriptsTest) GetExpression() string

GetExpression returns the Expression field value

func (*EntitlementScriptsTest) GetExpressionOk ¶

func (o *EntitlementScriptsTest) GetExpressionOk() (*string, bool)

GetExpressionOk returns a tuple with the Expression field value and a boolean to check if the value has been set.

func (*EntitlementScriptsTest) GetSystemClaims ¶

func (o *EntitlementScriptsTest) GetSystemClaims() map[string]interface{}

GetSystemClaims returns the SystemClaims field value if set, zero value otherwise.

func (*EntitlementScriptsTest) GetSystemClaimsOk ¶

func (o *EntitlementScriptsTest) GetSystemClaimsOk() (map[string]interface{}, bool)

GetSystemClaimsOk returns a tuple with the SystemClaims field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EntitlementScriptsTest) GetTime ¶

func (o *EntitlementScriptsTest) GetTime() time.Time

GetTime returns the Time field value if set, zero value otherwise.

func (*EntitlementScriptsTest) GetTimeOk ¶

func (o *EntitlementScriptsTest) GetTimeOk() (*time.Time, bool)

GetTimeOk returns a tuple with the Time field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EntitlementScriptsTest) GetType ¶

func (o *EntitlementScriptsTest) GetType() string

GetType returns the Type field value

func (*EntitlementScriptsTest) GetTypeOk ¶

func (o *EntitlementScriptsTest) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (*EntitlementScriptsTest) GetUserClaims ¶

func (o *EntitlementScriptsTest) GetUserClaims() map[string]interface{}

GetUserClaims returns the UserClaims field value if set, zero value otherwise.

func (*EntitlementScriptsTest) GetUserClaimsOk ¶

func (o *EntitlementScriptsTest) GetUserClaimsOk() (map[string]interface{}, bool)

GetUserClaimsOk returns a tuple with the UserClaims field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EntitlementScriptsTest) HasDeviceClaims ¶

func (o *EntitlementScriptsTest) HasDeviceClaims() bool

HasDeviceClaims returns a boolean if a field has been set.

func (*EntitlementScriptsTest) HasSystemClaims ¶

func (o *EntitlementScriptsTest) HasSystemClaims() bool

HasSystemClaims returns a boolean if a field has been set.

func (*EntitlementScriptsTest) HasTime ¶

func (o *EntitlementScriptsTest) HasTime() bool

HasTime returns a boolean if a field has been set.

func (*EntitlementScriptsTest) HasUserClaims ¶

func (o *EntitlementScriptsTest) HasUserClaims() bool

HasUserClaims returns a boolean if a field has been set.

func (EntitlementScriptsTest) MarshalJSON ¶

func (o EntitlementScriptsTest) MarshalJSON() ([]byte, error)

func (*EntitlementScriptsTest) SetDeviceClaims ¶

func (o *EntitlementScriptsTest) SetDeviceClaims(v map[string]interface{})

SetDeviceClaims gets a reference to the given map[string]interface{} and assigns it to the DeviceClaims field.

func (*EntitlementScriptsTest) SetExpression ¶

func (o *EntitlementScriptsTest) SetExpression(v string)

SetExpression sets field value

func (*EntitlementScriptsTest) SetSystemClaims ¶

func (o *EntitlementScriptsTest) SetSystemClaims(v map[string]interface{})

SetSystemClaims gets a reference to the given map[string]interface{} and assigns it to the SystemClaims field.

func (*EntitlementScriptsTest) SetTime ¶

func (o *EntitlementScriptsTest) SetTime(v time.Time)

SetTime gets a reference to the given time.Time and assigns it to the Time field.

func (*EntitlementScriptsTest) SetType ¶

func (o *EntitlementScriptsTest) SetType(v string)

SetType sets field value

func (*EntitlementScriptsTest) SetUserClaims ¶

func (o *EntitlementScriptsTest) SetUserClaims(v map[string]interface{})

SetUserClaims gets a reference to the given map[string]interface{} and assigns it to the UserClaims field.

type EntitlementScriptsTestAllOf ¶

type EntitlementScriptsTestAllOf struct {
	// The type of the Entitlement Script.
	Type string `json:"type"`
}

EntitlementScriptsTestAllOf struct for EntitlementScriptsTestAllOf

func NewEntitlementScriptsTestAllOf ¶

func NewEntitlementScriptsTestAllOf(type_ string) *EntitlementScriptsTestAllOf

NewEntitlementScriptsTestAllOf instantiates a new EntitlementScriptsTestAllOf object This constructor will assign default values to properties that have it defined, 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 NewEntitlementScriptsTestAllOfWithDefaults ¶

func NewEntitlementScriptsTestAllOfWithDefaults() *EntitlementScriptsTestAllOf

NewEntitlementScriptsTestAllOfWithDefaults instantiates a new EntitlementScriptsTestAllOf object This 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 (*EntitlementScriptsTestAllOf) GetType ¶

func (o *EntitlementScriptsTestAllOf) GetType() string

GetType returns the Type field value

func (*EntitlementScriptsTestAllOf) GetTypeOk ¶

func (o *EntitlementScriptsTestAllOf) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (EntitlementScriptsTestAllOf) MarshalJSON ¶

func (o EntitlementScriptsTestAllOf) MarshalJSON() ([]byte, error)

func (*EntitlementScriptsTestAllOf) SetType ¶

func (o *EntitlementScriptsTestAllOf) SetType(v string)

SetType sets field value

type EntitlementsApiService ¶

type EntitlementsApiService service

EntitlementsApiService EntitlementsApi service

func (*EntitlementsApiService) EntitlementsGet ¶

EntitlementsGet List all Entitlements.

List all Entitlements visible to current user.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiEntitlementsGetRequest

func (*EntitlementsApiService) EntitlementsGetExecute ¶

Execute executes the request

@return EntitlementList

func (*EntitlementsApiService) EntitlementsIdDelete ¶

EntitlementsIdDelete Delete a specific Entitlement.

Delete a specific Entitlement.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id ID of the object.
@return ApiEntitlementsIdDeleteRequest

func (*EntitlementsApiService) EntitlementsIdDeleteExecute ¶

func (a *EntitlementsApiService) EntitlementsIdDeleteExecute(r ApiEntitlementsIdDeleteRequest) (*http.Response, error)

Execute executes the request

func (*EntitlementsApiService) EntitlementsIdGet ¶

EntitlementsIdGet Get a specific Entitlement.

Get a specific Entitlement.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id ID of the object.
@return ApiEntitlementsIdGetRequest

func (*EntitlementsApiService) EntitlementsIdGetExecute ¶

Execute executes the request

@return Entitlement

func (*EntitlementsApiService) EntitlementsIdPut ¶

EntitlementsIdPut Update an existing Entitlement.

Update an existing Entitlement.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id ID of the object.
@return ApiEntitlementsIdPutRequest

func (*EntitlementsApiService) EntitlementsIdPutExecute ¶

Execute executes the request

@return Entitlement

func (*EntitlementsApiService) EntitlementsPost ¶

EntitlementsPost Create a new Entitlement.

Create a new Entitlement.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiEntitlementsPostRequest

func (*EntitlementsApiService) EntitlementsPostExecute ¶

Execute executes the request

@return Entitlement

type Error ¶

type Error struct {
	// Machine readable error code.
	Id *string `json:"id,omitempty"`
	// Human readable error details.
	Message *string `json:"message,omitempty"`
}

Error Generic HTTP error.

func NewError ¶

func NewError() *Error

NewError instantiates a new Error object This constructor will assign default values to properties that have it defined, 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 NewErrorWithDefaults ¶

func NewErrorWithDefaults() *Error

NewErrorWithDefaults instantiates a new Error object This 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 (*Error) GetId ¶

func (o *Error) GetId() string

GetId returns the Id field value if set, zero value otherwise.

func (*Error) GetIdOk ¶

func (o *Error) 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 (*Error) GetMessage ¶

func (o *Error) GetMessage() string

GetMessage returns the Message field value if set, zero value otherwise.

func (*Error) GetMessageOk ¶

func (o *Error) GetMessageOk() (*string, bool)

GetMessageOk returns a tuple with the Message field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Error) HasId ¶

func (o *Error) HasId() bool

HasId returns a boolean if a field has been set.

func (*Error) HasMessage ¶

func (o *Error) HasMessage() bool

HasMessage returns a boolean if a field has been set.

func (Error) MarshalJSON ¶

func (o Error) MarshalJSON() ([]byte, error)

func (*Error) SetId ¶

func (o *Error) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*Error) SetMessage ¶

func (o *Error) SetMessage(v string)

SetMessage gets a reference to the given string and assigns it to the Message field.

type FIDO2DevicesApiService ¶

type FIDO2DevicesApiService service

FIDO2DevicesApiService FIDO2DevicesApi service

func (*FIDO2DevicesApiService) Fido2DevicesDistinguishedNameDelete ¶

func (a *FIDO2DevicesApiService) Fido2DevicesDistinguishedNameDelete(ctx context.Context, distinguishedName string) ApiFido2DevicesDistinguishedNameDeleteRequest

Fido2DevicesDistinguishedNameDelete Delete a registered FIDO2 Device for the given Distinguished Name.

Delete a registered FIDO2 Device for the given Distinguished Name.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param distinguishedName 'Distinguished name of the user whose registered FIDO2 Device to be deleted. Format: \"CN=,OU=\"'
@return ApiFido2DevicesDistinguishedNameDeleteRequest

func (*FIDO2DevicesApiService) Fido2DevicesDistinguishedNameDeleteExecute ¶

func (a *FIDO2DevicesApiService) Fido2DevicesDistinguishedNameDeleteExecute(r ApiFido2DevicesDistinguishedNameDeleteRequest) (*http.Response, error)

Execute executes the request

func (*FIDO2DevicesApiService) Fido2DevicesGet ¶

Fido2DevicesGet List all registered FIDO2 Devices.

List all registered FIDO2 Devices.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiFido2DevicesGetRequest

func (*FIDO2DevicesApiService) Fido2DevicesGetExecute ¶

Execute executes the request

@return Fido2DeviceList

type FailedAuthentications ¶

type FailedAuthentications struct {
	// User-friendly name for the stats.
	Name *string `json:"name,omitempty"`
	// The time the stats was generated.
	CreationDate *time.Time `json:"creationDate,omitempty"`
	// Recommended refresh interval in minutes.
	RefreshInterval *float32 `json:"refreshInterval,omitempty"`
	// A dictionary of failed authentications per hour. The key is the hour, the value is the amount of failed authentications. For example '\"8\":24' means, between 08:00 - 09:00, 24 failed authentications have occurred. Times are UTC based and if the hour number is after the current time, it represents the day before.
	Data *map[string]float32 `json:"data,omitempty"`
}

FailedAuthentications struct for FailedAuthentications

func NewFailedAuthentications ¶

func NewFailedAuthentications() *FailedAuthentications

NewFailedAuthentications instantiates a new FailedAuthentications object This constructor will assign default values to properties that have it defined, 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 NewFailedAuthenticationsWithDefaults ¶

func NewFailedAuthenticationsWithDefaults() *FailedAuthentications

NewFailedAuthenticationsWithDefaults instantiates a new FailedAuthentications object This 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 (*FailedAuthentications) GetCreationDate ¶

func (o *FailedAuthentications) GetCreationDate() time.Time

GetCreationDate returns the CreationDate field value if set, zero value otherwise.

func (*FailedAuthentications) GetCreationDateOk ¶

func (o *FailedAuthentications) GetCreationDateOk() (*time.Time, bool)

GetCreationDateOk returns a tuple with the CreationDate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FailedAuthentications) GetData ¶

func (o *FailedAuthentications) GetData() map[string]float32

GetData returns the Data field value if set, zero value otherwise.

func (*FailedAuthentications) GetDataOk ¶

func (o *FailedAuthentications) GetDataOk() (*map[string]float32, bool)

GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FailedAuthentications) GetName ¶

func (o *FailedAuthentications) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*FailedAuthentications) GetNameOk ¶

func (o *FailedAuthentications) 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 (*FailedAuthentications) GetRefreshInterval ¶

func (o *FailedAuthentications) GetRefreshInterval() float32

GetRefreshInterval returns the RefreshInterval field value if set, zero value otherwise.

func (*FailedAuthentications) GetRefreshIntervalOk ¶

func (o *FailedAuthentications) GetRefreshIntervalOk() (*float32, bool)

GetRefreshIntervalOk returns a tuple with the RefreshInterval field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FailedAuthentications) HasCreationDate ¶

func (o *FailedAuthentications) HasCreationDate() bool

HasCreationDate returns a boolean if a field has been set.

func (*FailedAuthentications) HasData ¶

func (o *FailedAuthentications) HasData() bool

HasData returns a boolean if a field has been set.

func (*FailedAuthentications) HasName ¶

func (o *FailedAuthentications) HasName() bool

HasName returns a boolean if a field has been set.

func (*FailedAuthentications) HasRefreshInterval ¶

func (o *FailedAuthentications) HasRefreshInterval() bool

HasRefreshInterval returns a boolean if a field has been set.

func (FailedAuthentications) MarshalJSON ¶

func (o FailedAuthentications) MarshalJSON() ([]byte, error)

func (*FailedAuthentications) SetCreationDate ¶

func (o *FailedAuthentications) SetCreationDate(v time.Time)

SetCreationDate gets a reference to the given time.Time and assigns it to the CreationDate field.

func (*FailedAuthentications) SetData ¶

func (o *FailedAuthentications) SetData(v map[string]float32)

SetData gets a reference to the given map[string]float32 and assigns it to the Data field.

func (*FailedAuthentications) SetName ¶

func (o *FailedAuthentications) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*FailedAuthentications) SetRefreshInterval ¶

func (o *FailedAuthentications) SetRefreshInterval(v float32)

SetRefreshInterval gets a reference to the given float32 and assigns it to the RefreshInterval field.

type FailedAuthenticationsAllOf ¶

type FailedAuthenticationsAllOf struct {
	// A dictionary of failed authentications per hour. The key is the hour, the value is the amount of failed authentications. For example '\"8\":24' means, between 08:00 - 09:00, 24 failed authentications have occurred. Times are UTC based and if the hour number is after the current time, it represents the day before.
	Data *map[string]float32 `json:"data,omitempty"`
}

FailedAuthenticationsAllOf struct for FailedAuthenticationsAllOf

func NewFailedAuthenticationsAllOf ¶

func NewFailedAuthenticationsAllOf() *FailedAuthenticationsAllOf

NewFailedAuthenticationsAllOf instantiates a new FailedAuthenticationsAllOf object This constructor will assign default values to properties that have it defined, 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 NewFailedAuthenticationsAllOfWithDefaults ¶

func NewFailedAuthenticationsAllOfWithDefaults() *FailedAuthenticationsAllOf

NewFailedAuthenticationsAllOfWithDefaults instantiates a new FailedAuthenticationsAllOf object This 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 (*FailedAuthenticationsAllOf) GetData ¶

func (o *FailedAuthenticationsAllOf) GetData() map[string]float32

GetData returns the Data field value if set, zero value otherwise.

func (*FailedAuthenticationsAllOf) GetDataOk ¶

func (o *FailedAuthenticationsAllOf) GetDataOk() (*map[string]float32, bool)

GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FailedAuthenticationsAllOf) HasData ¶

func (o *FailedAuthenticationsAllOf) HasData() bool

HasData returns a boolean if a field has been set.

func (FailedAuthenticationsAllOf) MarshalJSON ¶

func (o FailedAuthenticationsAllOf) MarshalJSON() ([]byte, error)

func (*FailedAuthenticationsAllOf) SetData ¶

func (o *FailedAuthenticationsAllOf) SetData(v map[string]float32)

SetData gets a reference to the given map[string]float32 and assigns it to the Data field.

type FailedAuthenticationsPerHourApiService ¶

type FailedAuthenticationsPerHourApiService service

FailedAuthenticationsPerHourApiService FailedAuthenticationsPerHourApi service

func (*FailedAuthenticationsPerHourApiService) StatsFailedAuthenticationsGet ¶

StatsFailedAuthenticationsGet Get failed authentications per hour.

Get the failed authentications per hour for the last 24 hours. Deprecated as of 6.1.0. Use monitoring tools or audit logs instead.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiStatsFailedAuthenticationsGetRequest

Deprecated

func (*FailedAuthenticationsPerHourApiService) StatsFailedAuthenticationsGetExecute ¶

Execute executes the request

@return FailedAuthentications

Deprecated

type Fido2Device ¶

type Fido2Device struct {
	// Distinguished name of a user. Format: \"CN=,OU=\"
	UserDistinguishedName *string `json:"userDistinguishedName,omitempty"`
	// The username, same as the one in the user Distinguished Name.
	Username *string `json:"username,omitempty"`
	// The provider name of the user, same as the one in the user Distinguished Name.
	ProviderName *string `json:"providerName,omitempty"`
	// The device ID reported by the FIDO2 device during registration. May be empty.
	DeviceId *string `json:"deviceId,omitempty"`
	// The device name reported by the FIDO2 device during registration. May be empty.
	DeviceName *string `json:"deviceName,omitempty"`
}

Fido2Device struct for Fido2Device

func NewFido2Device ¶

func NewFido2Device() *Fido2Device

NewFido2Device instantiates a new Fido2Device object This constructor will assign default values to properties that have it defined, 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 NewFido2DeviceWithDefaults ¶

func NewFido2DeviceWithDefaults() *Fido2Device

NewFido2DeviceWithDefaults instantiates a new Fido2Device object This 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 (*Fido2Device) GetDeviceId ¶

func (o *Fido2Device) GetDeviceId() string

GetDeviceId returns the DeviceId field value if set, zero value otherwise.

func (*Fido2Device) GetDeviceIdOk ¶

func (o *Fido2Device) GetDeviceIdOk() (*string, bool)

GetDeviceIdOk returns a tuple with the DeviceId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Fido2Device) GetDeviceName ¶

func (o *Fido2Device) GetDeviceName() string

GetDeviceName returns the DeviceName field value if set, zero value otherwise.

func (*Fido2Device) GetDeviceNameOk ¶

func (o *Fido2Device) GetDeviceNameOk() (*string, bool)

GetDeviceNameOk returns a tuple with the DeviceName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Fido2Device) GetProviderName ¶

func (o *Fido2Device) GetProviderName() string

GetProviderName returns the ProviderName field value if set, zero value otherwise.

func (*Fido2Device) GetProviderNameOk ¶

func (o *Fido2Device) GetProviderNameOk() (*string, bool)

GetProviderNameOk returns a tuple with the ProviderName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Fido2Device) GetUserDistinguishedName ¶

func (o *Fido2Device) GetUserDistinguishedName() string

GetUserDistinguishedName returns the UserDistinguishedName field value if set, zero value otherwise.

func (*Fido2Device) GetUserDistinguishedNameOk ¶

func (o *Fido2Device) GetUserDistinguishedNameOk() (*string, bool)

GetUserDistinguishedNameOk returns a tuple with the UserDistinguishedName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Fido2Device) GetUsername ¶

func (o *Fido2Device) GetUsername() string

GetUsername returns the Username field value if set, zero value otherwise.

func (*Fido2Device) GetUsernameOk ¶

func (o *Fido2Device) 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 (*Fido2Device) HasDeviceId ¶

func (o *Fido2Device) HasDeviceId() bool

HasDeviceId returns a boolean if a field has been set.

func (*Fido2Device) HasDeviceName ¶

func (o *Fido2Device) HasDeviceName() bool

HasDeviceName returns a boolean if a field has been set.

func (*Fido2Device) HasProviderName ¶

func (o *Fido2Device) HasProviderName() bool

HasProviderName returns a boolean if a field has been set.

func (*Fido2Device) HasUserDistinguishedName ¶

func (o *Fido2Device) HasUserDistinguishedName() bool

HasUserDistinguishedName returns a boolean if a field has been set.

func (*Fido2Device) HasUsername ¶

func (o *Fido2Device) HasUsername() bool

HasUsername returns a boolean if a field has been set.

func (Fido2Device) MarshalJSON ¶

func (o Fido2Device) MarshalJSON() ([]byte, error)

func (*Fido2Device) SetDeviceId ¶

func (o *Fido2Device) SetDeviceId(v string)

SetDeviceId gets a reference to the given string and assigns it to the DeviceId field.

func (*Fido2Device) SetDeviceName ¶

func (o *Fido2Device) SetDeviceName(v string)

SetDeviceName gets a reference to the given string and assigns it to the DeviceName field.

func (*Fido2Device) SetProviderName ¶

func (o *Fido2Device) SetProviderName(v string)

SetProviderName gets a reference to the given string and assigns it to the ProviderName field.

func (*Fido2Device) SetUserDistinguishedName ¶

func (o *Fido2Device) SetUserDistinguishedName(v string)

SetUserDistinguishedName gets a reference to the given string and assigns it to the UserDistinguishedName field.

func (*Fido2Device) SetUsername ¶

func (o *Fido2Device) SetUsername(v string)

SetUsername gets a reference to the given string and assigns it to the Username field.

type Fido2DeviceAllOf ¶

type Fido2DeviceAllOf struct {
	// The device ID reported by the FIDO2 device during registration. May be empty.
	DeviceId *string `json:"deviceId,omitempty"`
	// The device name reported by the FIDO2 device during registration. May be empty.
	DeviceName *string `json:"deviceName,omitempty"`
}

Fido2DeviceAllOf struct for Fido2DeviceAllOf

func NewFido2DeviceAllOf ¶

func NewFido2DeviceAllOf() *Fido2DeviceAllOf

NewFido2DeviceAllOf instantiates a new Fido2DeviceAllOf object This constructor will assign default values to properties that have it defined, 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 NewFido2DeviceAllOfWithDefaults ¶

func NewFido2DeviceAllOfWithDefaults() *Fido2DeviceAllOf

NewFido2DeviceAllOfWithDefaults instantiates a new Fido2DeviceAllOf object This 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 (*Fido2DeviceAllOf) GetDeviceId ¶

func (o *Fido2DeviceAllOf) GetDeviceId() string

GetDeviceId returns the DeviceId field value if set, zero value otherwise.

func (*Fido2DeviceAllOf) GetDeviceIdOk ¶

func (o *Fido2DeviceAllOf) GetDeviceIdOk() (*string, bool)

GetDeviceIdOk returns a tuple with the DeviceId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Fido2DeviceAllOf) GetDeviceName ¶

func (o *Fido2DeviceAllOf) GetDeviceName() string

GetDeviceName returns the DeviceName field value if set, zero value otherwise.

func (*Fido2DeviceAllOf) GetDeviceNameOk ¶

func (o *Fido2DeviceAllOf) GetDeviceNameOk() (*string, bool)

GetDeviceNameOk returns a tuple with the DeviceName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Fido2DeviceAllOf) HasDeviceId ¶

func (o *Fido2DeviceAllOf) HasDeviceId() bool

HasDeviceId returns a boolean if a field has been set.

func (*Fido2DeviceAllOf) HasDeviceName ¶

func (o *Fido2DeviceAllOf) HasDeviceName() bool

HasDeviceName returns a boolean if a field has been set.

func (Fido2DeviceAllOf) MarshalJSON ¶

func (o Fido2DeviceAllOf) MarshalJSON() ([]byte, error)

func (*Fido2DeviceAllOf) SetDeviceId ¶

func (o *Fido2DeviceAllOf) SetDeviceId(v string)

SetDeviceId gets a reference to the given string and assigns it to the DeviceId field.

func (*Fido2DeviceAllOf) SetDeviceName ¶

func (o *Fido2DeviceAllOf) SetDeviceName(v string)

SetDeviceName gets a reference to the given string and assigns it to the DeviceName field.

type Fido2DeviceList ¶

type Fido2DeviceList struct {
	// 'The range applied to the list. Format: -/. 3-5/8 means, out of 8 count (query affects the total), the items between (including) the 3rd and the 5th are returned.'
	Range *string `json:"range,omitempty"`
	// The field name used to sort the list.
	OrderBy *string `json:"orderBy,omitempty"`
	// Whether the sorting is applied descending or ascending.
	Descending *bool `json:"descending,omitempty"`
	// The queries applied to the list.
	Queries []string `json:"queries,omitempty"`
	// The filters applied to the list.
	FilterBy []FilterBy `json:"filterBy,omitempty"`
	// List of registered FIDO2 Devices.
	Data []Fido2Device `json:"data,omitempty"`
}

Fido2DeviceList struct for Fido2DeviceList

func NewFido2DeviceList ¶

func NewFido2DeviceList() *Fido2DeviceList

NewFido2DeviceList instantiates a new Fido2DeviceList object This constructor will assign default values to properties that have it defined, 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 NewFido2DeviceListWithDefaults ¶

func NewFido2DeviceListWithDefaults() *Fido2DeviceList

NewFido2DeviceListWithDefaults instantiates a new Fido2DeviceList object This 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 (*Fido2DeviceList) GetData ¶

func (o *Fido2DeviceList) GetData() []Fido2Device

GetData returns the Data field value if set, zero value otherwise.

func (*Fido2DeviceList) GetDataOk ¶

func (o *Fido2DeviceList) GetDataOk() ([]Fido2Device, bool)

GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Fido2DeviceList) GetDescending ¶

func (o *Fido2DeviceList) GetDescending() bool

GetDescending returns the Descending field value if set, zero value otherwise.

func (*Fido2DeviceList) GetDescendingOk ¶

func (o *Fido2DeviceList) GetDescendingOk() (*bool, bool)

GetDescendingOk returns a tuple with the Descending field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Fido2DeviceList) GetFilterBy ¶

func (o *Fido2DeviceList) GetFilterBy() []FilterBy

GetFilterBy returns the FilterBy field value if set, zero value otherwise.

func (*Fido2DeviceList) GetFilterByOk ¶

func (o *Fido2DeviceList) GetFilterByOk() ([]FilterBy, bool)

GetFilterByOk returns a tuple with the FilterBy field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Fido2DeviceList) GetOrderBy ¶

func (o *Fido2DeviceList) GetOrderBy() string

GetOrderBy returns the OrderBy field value if set, zero value otherwise.

func (*Fido2DeviceList) GetOrderByOk ¶

func (o *Fido2DeviceList) GetOrderByOk() (*string, bool)

GetOrderByOk returns a tuple with the OrderBy field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Fido2DeviceList) GetQueries ¶

func (o *Fido2DeviceList) GetQueries() []string

GetQueries returns the Queries field value if set, zero value otherwise.

func (*Fido2DeviceList) GetQueriesOk ¶

func (o *Fido2DeviceList) GetQueriesOk() ([]string, bool)

GetQueriesOk returns a tuple with the Queries field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Fido2DeviceList) GetRange ¶

func (o *Fido2DeviceList) GetRange() string

GetRange returns the Range field value if set, zero value otherwise.

func (*Fido2DeviceList) GetRangeOk ¶

func (o *Fido2DeviceList) GetRangeOk() (*string, bool)

GetRangeOk returns a tuple with the Range field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Fido2DeviceList) HasData ¶

func (o *Fido2DeviceList) HasData() bool

HasData returns a boolean if a field has been set.

func (*Fido2DeviceList) HasDescending ¶

func (o *Fido2DeviceList) HasDescending() bool

HasDescending returns a boolean if a field has been set.

func (*Fido2DeviceList) HasFilterBy ¶

func (o *Fido2DeviceList) HasFilterBy() bool

HasFilterBy returns a boolean if a field has been set.

func (*Fido2DeviceList) HasOrderBy ¶

func (o *Fido2DeviceList) HasOrderBy() bool

HasOrderBy returns a boolean if a field has been set.

func (*Fido2DeviceList) HasQueries ¶

func (o *Fido2DeviceList) HasQueries() bool

HasQueries returns a boolean if a field has been set.

func (*Fido2DeviceList) HasRange ¶

func (o *Fido2DeviceList) HasRange() bool

HasRange returns a boolean if a field has been set.

func (Fido2DeviceList) MarshalJSON ¶

func (o Fido2DeviceList) MarshalJSON() ([]byte, error)

func (*Fido2DeviceList) SetData ¶

func (o *Fido2DeviceList) SetData(v []Fido2Device)

SetData gets a reference to the given []Fido2Device and assigns it to the Data field.

func (*Fido2DeviceList) SetDescending ¶

func (o *Fido2DeviceList) SetDescending(v bool)

SetDescending gets a reference to the given bool and assigns it to the Descending field.

func (*Fido2DeviceList) SetFilterBy ¶

func (o *Fido2DeviceList) SetFilterBy(v []FilterBy)

SetFilterBy gets a reference to the given []FilterBy and assigns it to the FilterBy field.

func (*Fido2DeviceList) SetOrderBy ¶

func (o *Fido2DeviceList) SetOrderBy(v string)

SetOrderBy gets a reference to the given string and assigns it to the OrderBy field.

func (*Fido2DeviceList) SetQueries ¶

func (o *Fido2DeviceList) SetQueries(v []string)

SetQueries gets a reference to the given []string and assigns it to the Queries field.

func (*Fido2DeviceList) SetRange ¶

func (o *Fido2DeviceList) SetRange(v string)

SetRange gets a reference to the given string and assigns it to the Range field.

type Fido2DeviceListAllOf ¶

type Fido2DeviceListAllOf struct {
	// List of registered FIDO2 Devices.
	Data []Fido2Device `json:"data,omitempty"`
}

Fido2DeviceListAllOf Represents a list of registered FIDO2 Devices.

func NewFido2DeviceListAllOf ¶

func NewFido2DeviceListAllOf() *Fido2DeviceListAllOf

NewFido2DeviceListAllOf instantiates a new Fido2DeviceListAllOf object This constructor will assign default values to properties that have it defined, 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 NewFido2DeviceListAllOfWithDefaults ¶

func NewFido2DeviceListAllOfWithDefaults() *Fido2DeviceListAllOf

NewFido2DeviceListAllOfWithDefaults instantiates a new Fido2DeviceListAllOf object This 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 (*Fido2DeviceListAllOf) GetData ¶

func (o *Fido2DeviceListAllOf) GetData() []Fido2Device

GetData returns the Data field value if set, zero value otherwise.

func (*Fido2DeviceListAllOf) GetDataOk ¶

func (o *Fido2DeviceListAllOf) GetDataOk() ([]Fido2Device, bool)

GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Fido2DeviceListAllOf) HasData ¶

func (o *Fido2DeviceListAllOf) HasData() bool

HasData returns a boolean if a field has been set.

func (Fido2DeviceListAllOf) MarshalJSON ¶

func (o Fido2DeviceListAllOf) MarshalJSON() ([]byte, error)

func (*Fido2DeviceListAllOf) SetData ¶

func (o *Fido2DeviceListAllOf) SetData(v []Fido2Device)

SetData gets a reference to the given []Fido2Device and assigns it to the Data field.

type File ¶

type File struct {
	// Filename.
	Name *string `json:"name,omitempty"`
	// Status of the File.
	Status *string `json:"status,omitempty"`
	// The reason of failure.
	FailureReason *string `json:"failureReason,omitempty"`
	// SHA256 checksum of the File.
	Checksum *string `json:"checksum,omitempty"`
	// The creation time of the File.
	CreationTime *time.Time `json:"creationTime,omitempty"`
	// The last modified time of the File.
	LastModifiedTime *time.Time `json:"lastModifiedTime,omitempty"`
}

File File details and status.

func NewFile ¶

func NewFile() *File

NewFile instantiates a new File object This constructor will assign default values to properties that have it defined, 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 NewFileWithDefaults ¶

func NewFileWithDefaults() *File

NewFileWithDefaults instantiates a new File object This 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 (*File) GetChecksum ¶

func (o *File) GetChecksum() string

GetChecksum returns the Checksum field value if set, zero value otherwise.

func (*File) GetChecksumOk ¶

func (o *File) GetChecksumOk() (*string, bool)

GetChecksumOk returns a tuple with the Checksum field value if set, nil otherwise and a boolean to check if the value has been set.

func (*File) GetCreationTime ¶

func (o *File) GetCreationTime() time.Time

GetCreationTime returns the CreationTime field value if set, zero value otherwise.

func (*File) GetCreationTimeOk ¶

func (o *File) GetCreationTimeOk() (*time.Time, bool)

GetCreationTimeOk returns a tuple with the CreationTime field value if set, nil otherwise and a boolean to check if the value has been set.

func (*File) GetFailureReason ¶

func (o *File) GetFailureReason() string

GetFailureReason returns the FailureReason field value if set, zero value otherwise.

func (*File) GetFailureReasonOk ¶

func (o *File) GetFailureReasonOk() (*string, bool)

GetFailureReasonOk returns a tuple with the FailureReason field value if set, nil otherwise and a boolean to check if the value has been set.

func (*File) GetLastModifiedTime ¶

func (o *File) GetLastModifiedTime() time.Time

GetLastModifiedTime returns the LastModifiedTime field value if set, zero value otherwise.

func (*File) GetLastModifiedTimeOk ¶

func (o *File) GetLastModifiedTimeOk() (*time.Time, bool)

GetLastModifiedTimeOk returns a tuple with the LastModifiedTime field value if set, nil otherwise and a boolean to check if the value has been set.

func (*File) GetName ¶

func (o *File) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*File) GetNameOk ¶

func (o *File) 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 (*File) GetStatus ¶

func (o *File) GetStatus() string

GetStatus returns the Status field value if set, zero value otherwise.

func (*File) GetStatusOk ¶

func (o *File) GetStatusOk() (*string, bool)

GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set.

func (*File) HasChecksum ¶

func (o *File) HasChecksum() bool

HasChecksum returns a boolean if a field has been set.

func (*File) HasCreationTime ¶

func (o *File) HasCreationTime() bool

HasCreationTime returns a boolean if a field has been set.

func (*File) HasFailureReason ¶

func (o *File) HasFailureReason() bool

HasFailureReason returns a boolean if a field has been set.

func (*File) HasLastModifiedTime ¶

func (o *File) HasLastModifiedTime() bool

HasLastModifiedTime returns a boolean if a field has been set.

func (*File) HasName ¶

func (o *File) HasName() bool

HasName returns a boolean if a field has been set.

func (*File) HasStatus ¶

func (o *File) HasStatus() bool

HasStatus returns a boolean if a field has been set.

func (File) MarshalJSON ¶

func (o File) MarshalJSON() ([]byte, error)

func (*File) SetChecksum ¶

func (o *File) SetChecksum(v string)

SetChecksum gets a reference to the given string and assigns it to the Checksum field.

func (*File) SetCreationTime ¶

func (o *File) SetCreationTime(v time.Time)

SetCreationTime gets a reference to the given time.Time and assigns it to the CreationTime field.

func (*File) SetFailureReason ¶

func (o *File) SetFailureReason(v string)

SetFailureReason gets a reference to the given string and assigns it to the FailureReason field.

func (*File) SetLastModifiedTime ¶

func (o *File) SetLastModifiedTime(v time.Time)

SetLastModifiedTime gets a reference to the given time.Time and assigns it to the LastModifiedTime field.

func (*File) SetName ¶

func (o *File) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*File) SetStatus ¶

func (o *File) SetStatus(v string)

SetStatus gets a reference to the given string and assigns it to the Status field.

type FileList ¶

type FileList struct {
	// List of Files.
	Data []File `json:"data,omitempty"`
}

FileList Represents a list of Files and their details.

func NewFileList ¶

func NewFileList() *FileList

NewFileList instantiates a new FileList object This constructor will assign default values to properties that have it defined, 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 NewFileListWithDefaults ¶

func NewFileListWithDefaults() *FileList

NewFileListWithDefaults instantiates a new FileList object This 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 (*FileList) GetData ¶

func (o *FileList) GetData() []File

GetData returns the Data field value if set, zero value otherwise.

func (*FileList) GetDataOk ¶

func (o *FileList) GetDataOk() ([]File, bool)

GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FileList) HasData ¶

func (o *FileList) HasData() bool

HasData returns a boolean if a field has been set.

func (FileList) MarshalJSON ¶

func (o FileList) MarshalJSON() ([]byte, error)

func (*FileList) SetData ¶

func (o *FileList) SetData(v []File)

SetData gets a reference to the given []File and assigns it to the Data field.

type FilesGetRequest1 ¶

type FilesGetRequest1 struct {
	// The URL for Controller to download the File from.
	Url string `json:"url"`
	// The filename to save the File as.
	Filename string `json:"filename"`
}

FilesGetRequest1 struct for FilesGetRequest1

func NewFilesGetRequest1 ¶

func NewFilesGetRequest1(url string, filename string) *FilesGetRequest1

NewFilesGetRequest1 instantiates a new FilesGetRequest1 object This constructor will assign default values to properties that have it defined, 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 NewFilesGetRequest1WithDefaults ¶

func NewFilesGetRequest1WithDefaults() *FilesGetRequest1

NewFilesGetRequest1WithDefaults instantiates a new FilesGetRequest1 object This 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 (*FilesGetRequest1) GetFilename ¶

func (o *FilesGetRequest1) GetFilename() string

GetFilename returns the Filename field value

func (*FilesGetRequest1) GetFilenameOk ¶

func (o *FilesGetRequest1) GetFilenameOk() (*string, bool)

GetFilenameOk returns a tuple with the Filename field value and a boolean to check if the value has been set.

func (*FilesGetRequest1) GetUrl ¶

func (o *FilesGetRequest1) GetUrl() string

GetUrl returns the Url field value

func (*FilesGetRequest1) GetUrlOk ¶

func (o *FilesGetRequest1) GetUrlOk() (*string, bool)

GetUrlOk returns a tuple with the Url field value and a boolean to check if the value has been set.

func (FilesGetRequest1) MarshalJSON ¶

func (o FilesGetRequest1) MarshalJSON() ([]byte, error)

func (*FilesGetRequest1) SetFilename ¶

func (o *FilesGetRequest1) SetFilename(v string)

SetFilename sets field value

func (*FilesGetRequest1) SetUrl ¶

func (o *FilesGetRequest1) SetUrl(v string)

SetUrl sets field value

type FilterBy ¶

type FilterBy struct {
	// The field name the filter is applied to.
	Name *string `json:"name,omitempty"`
	// The value used for comparison.
	Value *string `json:"value,omitempty"`
}

FilterBy struct for FilterBy

func NewFilterBy ¶

func NewFilterBy() *FilterBy

NewFilterBy instantiates a new FilterBy object This constructor will assign default values to properties that have it defined, 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 NewFilterByWithDefaults ¶

func NewFilterByWithDefaults() *FilterBy

NewFilterByWithDefaults instantiates a new FilterBy object This 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 (*FilterBy) GetName ¶

func (o *FilterBy) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*FilterBy) GetNameOk ¶

func (o *FilterBy) 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 (*FilterBy) GetValue ¶

func (o *FilterBy) GetValue() string

GetValue returns the Value field value if set, zero value otherwise.

func (*FilterBy) GetValueOk ¶

func (o *FilterBy) 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 (*FilterBy) HasName ¶

func (o *FilterBy) HasName() bool

HasName returns a boolean if a field has been set.

func (*FilterBy) HasValue ¶

func (o *FilterBy) HasValue() bool

HasValue returns a boolean if a field has been set.

func (FilterBy) MarshalJSON ¶

func (o FilterBy) MarshalJSON() ([]byte, error)

func (*FilterBy) SetName ¶

func (o *FilterBy) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*FilterBy) SetValue ¶

func (o *FilterBy) SetValue(v string)

SetValue gets a reference to the given string and assigns it to the Value field.

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 GlobalSettings ¶

type GlobalSettings struct {
	// Number of minutes the Claims Token is valid both for administrators and clients.
	ClaimsTokenExpiration float32 `json:"claimsTokenExpiration"`
	// Number of minutes the Entitlement Token is valid for clients.
	EntitlementTokenExpiration float32 `json:"entitlementTokenExpiration"`
	// Number of minutes the administration Token is valid for administrators.
	AdministrationTokenExpiration float32 `json:"administrationTokenExpiration"`
	// Number of minutes the VPN certificates is valid for clients.
	VpnCertificateExpiration float32 `json:"vpnCertificateExpiration"`
	// SPA mode.
	SpaMode *string `json:"spaMode,omitempty"`
	// Number of seconds the time skew SPA will allow.
	SpaTimeWindowSeconds *float32 `json:"spaTimeWindowSeconds,omitempty"`
	// The configured message will be displayed on the sign-in UI.
	LoginBannerMessage *string `json:"loginBannerMessage,omitempty"`
	// The configured message will be displayed after a successful login.
	MessageOfTheDay *string `json:"messageOfTheDay,omitempty"`
	// Whether the backup API is enabled or not.
	BackupApiEnabled *bool `json:"backupApiEnabled,omitempty"`
	// The passphrase to encrypt Appliance Backups when backup API is used.
	BackupPassphrase *string `json:"backupPassphrase,omitempty"`
	// FIPS 140-2 Compliant Tunneling.
	// Deprecated
	Fips *bool `json:"fips,omitempty"`
	// Whether the automatic GeoIp updates are enabled or not.
	GeoIpUpdates *bool `json:"geoIpUpdates,omitempty"`
	// Audit Log persistence mode.
	AuditLogPersistenceMode string `json:"auditLogPersistenceMode"`
	// Domains to monitor for the App Discovery feature.
	AppDiscoveryDomains []string `json:"appDiscoveryDomains,omitempty"`
	// The hostname to use for generating profile URLs.
	ProfileHostname *string `json:"profileHostname,omitempty"`
	// Friendly name for the Collective.
	CollectiveName *string `json:"collectiveName,omitempty"`
	// A randomly generated ID during first installation to identify the Collective.
	CollectiveId *string `json:"collectiveId,omitempty"`
}

GlobalSettings struct for GlobalSettings

func NewGlobalSettings ¶

func NewGlobalSettings(claimsTokenExpiration float32, entitlementTokenExpiration float32, administrationTokenExpiration float32, vpnCertificateExpiration float32, auditLogPersistenceMode string) *GlobalSettings

NewGlobalSettings instantiates a new GlobalSettings object This constructor will assign default values to properties that have it defined, 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 NewGlobalSettingsWithDefaults ¶

func NewGlobalSettingsWithDefaults() *GlobalSettings

NewGlobalSettingsWithDefaults instantiates a new GlobalSettings object This 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 (*GlobalSettings) GetAdministrationTokenExpiration ¶

func (o *GlobalSettings) GetAdministrationTokenExpiration() float32

GetAdministrationTokenExpiration returns the AdministrationTokenExpiration field value

func (*GlobalSettings) GetAdministrationTokenExpirationOk ¶

func (o *GlobalSettings) GetAdministrationTokenExpirationOk() (*float32, bool)

GetAdministrationTokenExpirationOk returns a tuple with the AdministrationTokenExpiration field value and a boolean to check if the value has been set.

func (*GlobalSettings) GetAppDiscoveryDomains ¶

func (o *GlobalSettings) GetAppDiscoveryDomains() []string

GetAppDiscoveryDomains returns the AppDiscoveryDomains field value if set, zero value otherwise.

func (*GlobalSettings) GetAppDiscoveryDomainsOk ¶

func (o *GlobalSettings) GetAppDiscoveryDomainsOk() ([]string, bool)

GetAppDiscoveryDomainsOk returns a tuple with the AppDiscoveryDomains field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GlobalSettings) GetAuditLogPersistenceMode ¶

func (o *GlobalSettings) GetAuditLogPersistenceMode() string

GetAuditLogPersistenceMode returns the AuditLogPersistenceMode field value

func (*GlobalSettings) GetAuditLogPersistenceModeOk ¶

func (o *GlobalSettings) GetAuditLogPersistenceModeOk() (*string, bool)

GetAuditLogPersistenceModeOk returns a tuple with the AuditLogPersistenceMode field value and a boolean to check if the value has been set.

func (*GlobalSettings) GetBackupApiEnabled ¶

func (o *GlobalSettings) GetBackupApiEnabled() bool

GetBackupApiEnabled returns the BackupApiEnabled field value if set, zero value otherwise.

func (*GlobalSettings) GetBackupApiEnabledOk ¶

func (o *GlobalSettings) GetBackupApiEnabledOk() (*bool, bool)

GetBackupApiEnabledOk returns a tuple with the BackupApiEnabled field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GlobalSettings) GetBackupPassphrase ¶

func (o *GlobalSettings) GetBackupPassphrase() string

GetBackupPassphrase returns the BackupPassphrase field value if set, zero value otherwise.

func (*GlobalSettings) GetBackupPassphraseOk ¶

func (o *GlobalSettings) GetBackupPassphraseOk() (*string, bool)

GetBackupPassphraseOk returns a tuple with the BackupPassphrase field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GlobalSettings) GetClaimsTokenExpiration ¶

func (o *GlobalSettings) GetClaimsTokenExpiration() float32

GetClaimsTokenExpiration returns the ClaimsTokenExpiration field value

func (*GlobalSettings) GetClaimsTokenExpirationOk ¶

func (o *GlobalSettings) GetClaimsTokenExpirationOk() (*float32, bool)

GetClaimsTokenExpirationOk returns a tuple with the ClaimsTokenExpiration field value and a boolean to check if the value has been set.

func (*GlobalSettings) GetCollectiveId ¶

func (o *GlobalSettings) GetCollectiveId() string

GetCollectiveId returns the CollectiveId field value if set, zero value otherwise.

func (*GlobalSettings) GetCollectiveIdOk ¶

func (o *GlobalSettings) GetCollectiveIdOk() (*string, bool)

GetCollectiveIdOk returns a tuple with the CollectiveId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GlobalSettings) GetCollectiveName ¶

func (o *GlobalSettings) GetCollectiveName() string

GetCollectiveName returns the CollectiveName field value if set, zero value otherwise.

func (*GlobalSettings) GetCollectiveNameOk ¶

func (o *GlobalSettings) GetCollectiveNameOk() (*string, bool)

GetCollectiveNameOk returns a tuple with the CollectiveName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GlobalSettings) GetEntitlementTokenExpiration ¶

func (o *GlobalSettings) GetEntitlementTokenExpiration() float32

GetEntitlementTokenExpiration returns the EntitlementTokenExpiration field value

func (*GlobalSettings) GetEntitlementTokenExpirationOk ¶

func (o *GlobalSettings) GetEntitlementTokenExpirationOk() (*float32, bool)

GetEntitlementTokenExpirationOk returns a tuple with the EntitlementTokenExpiration field value and a boolean to check if the value has been set.

func (*GlobalSettings) GetFips ¶

func (o *GlobalSettings) GetFips() bool

GetFips returns the Fips field value if set, zero value otherwise. Deprecated

func (*GlobalSettings) GetFipsOk ¶

func (o *GlobalSettings) GetFipsOk() (*bool, bool)

GetFipsOk returns a tuple with the Fips field value if set, nil otherwise and a boolean to check if the value has been set. Deprecated

func (*GlobalSettings) GetGeoIpUpdates ¶

func (o *GlobalSettings) GetGeoIpUpdates() bool

GetGeoIpUpdates returns the GeoIpUpdates field value if set, zero value otherwise.

func (*GlobalSettings) GetGeoIpUpdatesOk ¶

func (o *GlobalSettings) GetGeoIpUpdatesOk() (*bool, bool)

GetGeoIpUpdatesOk returns a tuple with the GeoIpUpdates field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GlobalSettings) GetLoginBannerMessage ¶

func (o *GlobalSettings) GetLoginBannerMessage() string

GetLoginBannerMessage returns the LoginBannerMessage field value if set, zero value otherwise.

func (*GlobalSettings) GetLoginBannerMessageOk ¶

func (o *GlobalSettings) GetLoginBannerMessageOk() (*string, bool)

GetLoginBannerMessageOk returns a tuple with the LoginBannerMessage field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GlobalSettings) GetMessageOfTheDay ¶

func (o *GlobalSettings) GetMessageOfTheDay() string

GetMessageOfTheDay returns the MessageOfTheDay field value if set, zero value otherwise.

func (*GlobalSettings) GetMessageOfTheDayOk ¶

func (o *GlobalSettings) GetMessageOfTheDayOk() (*string, bool)

GetMessageOfTheDayOk returns a tuple with the MessageOfTheDay field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GlobalSettings) GetProfileHostname ¶

func (o *GlobalSettings) GetProfileHostname() string

GetProfileHostname returns the ProfileHostname field value if set, zero value otherwise.

func (*GlobalSettings) GetProfileHostnameOk ¶

func (o *GlobalSettings) GetProfileHostnameOk() (*string, bool)

GetProfileHostnameOk returns a tuple with the ProfileHostname field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GlobalSettings) GetSpaMode ¶

func (o *GlobalSettings) GetSpaMode() string

GetSpaMode returns the SpaMode field value if set, zero value otherwise.

func (*GlobalSettings) GetSpaModeOk ¶

func (o *GlobalSettings) GetSpaModeOk() (*string, bool)

GetSpaModeOk returns a tuple with the SpaMode field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GlobalSettings) GetSpaTimeWindowSeconds ¶

func (o *GlobalSettings) GetSpaTimeWindowSeconds() float32

GetSpaTimeWindowSeconds returns the SpaTimeWindowSeconds field value if set, zero value otherwise.

func (*GlobalSettings) GetSpaTimeWindowSecondsOk ¶

func (o *GlobalSettings) GetSpaTimeWindowSecondsOk() (*float32, bool)

GetSpaTimeWindowSecondsOk returns a tuple with the SpaTimeWindowSeconds field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GlobalSettings) GetVpnCertificateExpiration ¶

func (o *GlobalSettings) GetVpnCertificateExpiration() float32

GetVpnCertificateExpiration returns the VpnCertificateExpiration field value

func (*GlobalSettings) GetVpnCertificateExpirationOk ¶

func (o *GlobalSettings) GetVpnCertificateExpirationOk() (*float32, bool)

GetVpnCertificateExpirationOk returns a tuple with the VpnCertificateExpiration field value and a boolean to check if the value has been set.

func (*GlobalSettings) HasAppDiscoveryDomains ¶

func (o *GlobalSettings) HasAppDiscoveryDomains() bool

HasAppDiscoveryDomains returns a boolean if a field has been set.

func (*GlobalSettings) HasBackupApiEnabled ¶

func (o *GlobalSettings) HasBackupApiEnabled() bool

HasBackupApiEnabled returns a boolean if a field has been set.

func (*GlobalSettings) HasBackupPassphrase ¶

func (o *GlobalSettings) HasBackupPassphrase() bool

HasBackupPassphrase returns a boolean if a field has been set.

func (*GlobalSettings) HasCollectiveId ¶

func (o *GlobalSettings) HasCollectiveId() bool

HasCollectiveId returns a boolean if a field has been set.

func (*GlobalSettings) HasCollectiveName ¶

func (o *GlobalSettings) HasCollectiveName() bool

HasCollectiveName returns a boolean if a field has been set.

func (*GlobalSettings) HasFips ¶

func (o *GlobalSettings) HasFips() bool

HasFips returns a boolean if a field has been set.

func (*GlobalSettings) HasGeoIpUpdates ¶

func (o *GlobalSettings) HasGeoIpUpdates() bool

HasGeoIpUpdates returns a boolean if a field has been set.

func (*GlobalSettings) HasLoginBannerMessage ¶

func (o *GlobalSettings) HasLoginBannerMessage() bool

HasLoginBannerMessage returns a boolean if a field has been set.

func (*GlobalSettings) HasMessageOfTheDay ¶

func (o *GlobalSettings) HasMessageOfTheDay() bool

HasMessageOfTheDay returns a boolean if a field has been set.

func (*GlobalSettings) HasProfileHostname ¶

func (o *GlobalSettings) HasProfileHostname() bool

HasProfileHostname returns a boolean if a field has been set.

func (*GlobalSettings) HasSpaMode ¶

func (o *GlobalSettings) HasSpaMode() bool

HasSpaMode returns a boolean if a field has been set.

func (*GlobalSettings) HasSpaTimeWindowSeconds ¶

func (o *GlobalSettings) HasSpaTimeWindowSeconds() bool

HasSpaTimeWindowSeconds returns a boolean if a field has been set.

func (GlobalSettings) MarshalJSON ¶

func (o GlobalSettings) MarshalJSON() ([]byte, error)

func (*GlobalSettings) SetAdministrationTokenExpiration ¶

func (o *GlobalSettings) SetAdministrationTokenExpiration(v float32)

SetAdministrationTokenExpiration sets field value

func (*GlobalSettings) SetAppDiscoveryDomains ¶

func (o *GlobalSettings) SetAppDiscoveryDomains(v []string)

SetAppDiscoveryDomains gets a reference to the given []string and assigns it to the AppDiscoveryDomains field.

func (*GlobalSettings) SetAuditLogPersistenceMode ¶

func (o *GlobalSettings) SetAuditLogPersistenceMode(v string)

SetAuditLogPersistenceMode sets field value

func (*GlobalSettings) SetBackupApiEnabled ¶

func (o *GlobalSettings) SetBackupApiEnabled(v bool)

SetBackupApiEnabled gets a reference to the given bool and assigns it to the BackupApiEnabled field.

func (*GlobalSettings) SetBackupPassphrase ¶

func (o *GlobalSettings) SetBackupPassphrase(v string)

SetBackupPassphrase gets a reference to the given string and assigns it to the BackupPassphrase field.

func (*GlobalSettings) SetClaimsTokenExpiration ¶

func (o *GlobalSettings) SetClaimsTokenExpiration(v float32)

SetClaimsTokenExpiration sets field value

func (*GlobalSettings) SetCollectiveId ¶

func (o *GlobalSettings) SetCollectiveId(v string)

SetCollectiveId gets a reference to the given string and assigns it to the CollectiveId field.

func (*GlobalSettings) SetCollectiveName ¶

func (o *GlobalSettings) SetCollectiveName(v string)

SetCollectiveName gets a reference to the given string and assigns it to the CollectiveName field.

func (*GlobalSettings) SetEntitlementTokenExpiration ¶

func (o *GlobalSettings) SetEntitlementTokenExpiration(v float32)

SetEntitlementTokenExpiration sets field value

func (*GlobalSettings) SetFips ¶

func (o *GlobalSettings) SetFips(v bool)

SetFips gets a reference to the given bool and assigns it to the Fips field. Deprecated

func (*GlobalSettings) SetGeoIpUpdates ¶

func (o *GlobalSettings) SetGeoIpUpdates(v bool)

SetGeoIpUpdates gets a reference to the given bool and assigns it to the GeoIpUpdates field.

func (*GlobalSettings) SetLoginBannerMessage ¶

func (o *GlobalSettings) SetLoginBannerMessage(v string)

SetLoginBannerMessage gets a reference to the given string and assigns it to the LoginBannerMessage field.

func (*GlobalSettings) SetMessageOfTheDay ¶

func (o *GlobalSettings) SetMessageOfTheDay(v string)

SetMessageOfTheDay gets a reference to the given string and assigns it to the MessageOfTheDay field.

func (*GlobalSettings) SetProfileHostname ¶

func (o *GlobalSettings) SetProfileHostname(v string)

SetProfileHostname gets a reference to the given string and assigns it to the ProfileHostname field.

func (*GlobalSettings) SetSpaMode ¶

func (o *GlobalSettings) SetSpaMode(v string)

SetSpaMode gets a reference to the given string and assigns it to the SpaMode field.

func (*GlobalSettings) SetSpaTimeWindowSeconds ¶

func (o *GlobalSettings) SetSpaTimeWindowSeconds(v float32)

SetSpaTimeWindowSeconds gets a reference to the given float32 and assigns it to the SpaTimeWindowSeconds field.

func (*GlobalSettings) SetVpnCertificateExpiration ¶

func (o *GlobalSettings) SetVpnCertificateExpiration(v float32)

SetVpnCertificateExpiration sets field value

type GlobalSettingsApiService ¶

type GlobalSettingsApiService service

GlobalSettingsApiService GlobalSettingsApi service

func (*GlobalSettingsApiService) GlobalSettingsDelete ¶

GlobalSettingsDelete Reset all Global Settings to the default values.

Reset all Global Settings to the default values.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGlobalSettingsDeleteRequest

func (*GlobalSettingsApiService) GlobalSettingsDeleteExecute ¶

func (a *GlobalSettingsApiService) GlobalSettingsDeleteExecute(r ApiGlobalSettingsDeleteRequest) (*http.Response, error)

Execute executes the request

func (*GlobalSettingsApiService) GlobalSettingsGet ¶

GlobalSettingsGet View various Global Settings.

View various Global Settings.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGlobalSettingsGetRequest

func (*GlobalSettingsApiService) GlobalSettingsGetExecute ¶

Execute executes the request

@return GlobalSettings

func (*GlobalSettingsApiService) GlobalSettingsPut ¶

GlobalSettingsPut Update all Global Settings.

Update all Global Settings.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGlobalSettingsPutRequest

func (*GlobalSettingsApiService) GlobalSettingsPutExecute ¶

func (a *GlobalSettingsApiService) GlobalSettingsPutExecute(r ApiGlobalSettingsPutRequest) (*http.Response, error)

Execute executes the request

type IPPoolsApiService ¶

type IPPoolsApiService service

IPPoolsApiService IPPoolsApi service

func (*IPPoolsApiService) IpPoolsAllocatedIpsByDnDistinguishedNameGet ¶

func (a *IPPoolsApiService) IpPoolsAllocatedIpsByDnDistinguishedNameGet(ctx context.Context, distinguishedName string) ApiIpPoolsAllocatedIpsByDnDistinguishedNameGetRequest

IpPoolsAllocatedIpsByDnDistinguishedNameGet List all Allocated IPs by Distinguished Name.

List all Allocated IPs by Distinguished Name. Deprecated as of 6.1. Use the querying capabilities of the regular list API.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param distinguishedName Distinguished name of the user&devices which will be affected by the operation. Format: 'CN=\\<device ID\\>,CN=\\<username\\>,OU=\\<provider name\\>'
@return ApiIpPoolsAllocatedIpsByDnDistinguishedNameGetRequest

Deprecated

func (*IPPoolsApiService) IpPoolsAllocatedIpsByDnDistinguishedNameGetExecute ¶

func (a *IPPoolsApiService) IpPoolsAllocatedIpsByDnDistinguishedNameGetExecute(r ApiIpPoolsAllocatedIpsByDnDistinguishedNameGetRequest) (*AllocatedIpList, *http.Response, error)

Execute executes the request

@return AllocatedIpList

Deprecated

func (*IPPoolsApiService) IpPoolsAllocatedIpsGet ¶

func (a *IPPoolsApiService) IpPoolsAllocatedIpsGet(ctx context.Context) ApiIpPoolsAllocatedIpsGetRequest

IpPoolsAllocatedIpsGet List all Allocated IPs in the system.

List all Allocated IPs in the system

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiIpPoolsAllocatedIpsGetRequest

func (*IPPoolsApiService) IpPoolsAllocatedIpsGetExecute ¶

func (a *IPPoolsApiService) IpPoolsAllocatedIpsGetExecute(r ApiIpPoolsAllocatedIpsGetRequest) (*AllocatedIpList, *http.Response, error)

Execute executes the request

@return AllocatedIpList

func (*IPPoolsApiService) IpPoolsGet ¶

IpPoolsGet List all IP Pools.

List all IP Pools visible to current user.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiIpPoolsGetRequest

func (*IPPoolsApiService) IpPoolsGetExecute ¶

func (a *IPPoolsApiService) IpPoolsGetExecute(r ApiIpPoolsGetRequest) (*IpPoolList, *http.Response, error)

Execute executes the request

@return IpPoolList

func (*IPPoolsApiService) IpPoolsIdDelete ¶

IpPoolsIdDelete Delete a specific IP Pool.

Delete a specific IP Pool.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id ID of the object.
@return ApiIpPoolsIdDeleteRequest

func (*IPPoolsApiService) IpPoolsIdDeleteExecute ¶

func (a *IPPoolsApiService) IpPoolsIdDeleteExecute(r ApiIpPoolsIdDeleteRequest) (*http.Response, error)

Execute executes the request

func (*IPPoolsApiService) IpPoolsIdGet ¶

IpPoolsIdGet Get a specific IP Pool.

Get a specific IP Pool.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id ID of the object.
@return ApiIpPoolsIdGetRequest

func (*IPPoolsApiService) IpPoolsIdGetExecute ¶

func (a *IPPoolsApiService) IpPoolsIdGetExecute(r ApiIpPoolsIdGetRequest) (*IpPool, *http.Response, error)

Execute executes the request

@return IpPool

func (*IPPoolsApiService) IpPoolsIdPut ¶

IpPoolsIdPut Update an existing IP Pool.

Update an existing IP Pool.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id ID of the object.
@return ApiIpPoolsIdPutRequest

func (*IPPoolsApiService) IpPoolsIdPutExecute ¶

func (a *IPPoolsApiService) IpPoolsIdPutExecute(r ApiIpPoolsIdPutRequest) (*IpPool, *http.Response, error)

Execute executes the request

@return IpPool

func (*IPPoolsApiService) IpPoolsPost ¶

IpPoolsPost Create a new IP Pool.

Create a new IP Pool.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiIpPoolsPostRequest

func (*IPPoolsApiService) IpPoolsPostExecute ¶

func (a *IPPoolsApiService) IpPoolsPostExecute(r ApiIpPoolsPostRequest) (*IpPool, *http.Response, error)

Execute executes the request

@return IpPool

type IdentityProviderList ¶

type IdentityProviderList struct {
	// 'The range applied to the list. Format: -/. 3-5/8 means, out of 8 count (query affects the total), the items between (including) the 3rd and the 5th are returned.'
	Range *string `json:"range,omitempty"`
	// The field name used to sort the list.
	OrderBy *string `json:"orderBy,omitempty"`
	// Whether the sorting is applied descending or ascending.
	Descending *bool `json:"descending,omitempty"`
	// The queries applied to the list.
	Queries []string `json:"queries,omitempty"`
	// The filters applied to the list.
	FilterBy []FilterBy `json:"filterBy,omitempty"`
	// List of Identity Providers.
	Data []map[string]interface{} `json:"data,omitempty"`
}

IdentityProviderList struct for IdentityProviderList

func NewIdentityProviderList ¶

func NewIdentityProviderList() *IdentityProviderList

NewIdentityProviderList instantiates a new IdentityProviderList object This constructor will assign default values to properties that have it defined, 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 NewIdentityProviderListWithDefaults ¶

func NewIdentityProviderListWithDefaults() *IdentityProviderList

NewIdentityProviderListWithDefaults instantiates a new IdentityProviderList object This 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 (*IdentityProviderList) GetData ¶

func (o *IdentityProviderList) GetData() []map[string]interface{}

GetData returns the Data field value if set, zero value otherwise.

func (*IdentityProviderList) GetDataOk ¶

func (o *IdentityProviderList) GetDataOk() ([]map[string]interface{}, bool)

GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IdentityProviderList) GetDescending ¶

func (o *IdentityProviderList) GetDescending() bool

GetDescending returns the Descending field value if set, zero value otherwise.

func (*IdentityProviderList) GetDescendingOk ¶

func (o *IdentityProviderList) GetDescendingOk() (*bool, bool)

GetDescendingOk returns a tuple with the Descending field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IdentityProviderList) GetFilterBy ¶

func (o *IdentityProviderList) GetFilterBy() []FilterBy

GetFilterBy returns the FilterBy field value if set, zero value otherwise.

func (*IdentityProviderList) GetFilterByOk ¶

func (o *IdentityProviderList) GetFilterByOk() ([]FilterBy, bool)

GetFilterByOk returns a tuple with the FilterBy field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IdentityProviderList) GetOrderBy ¶

func (o *IdentityProviderList) GetOrderBy() string

GetOrderBy returns the OrderBy field value if set, zero value otherwise.

func (*IdentityProviderList) GetOrderByOk ¶

func (o *IdentityProviderList) GetOrderByOk() (*string, bool)

GetOrderByOk returns a tuple with the OrderBy field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IdentityProviderList) GetQueries ¶

func (o *IdentityProviderList) GetQueries() []string

GetQueries returns the Queries field value if set, zero value otherwise.

func (*IdentityProviderList) GetQueriesOk ¶

func (o *IdentityProviderList) GetQueriesOk() ([]string, bool)

GetQueriesOk returns a tuple with the Queries field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IdentityProviderList) GetRange ¶

func (o *IdentityProviderList) GetRange() string

GetRange returns the Range field value if set, zero value otherwise.

func (*IdentityProviderList) GetRangeOk ¶

func (o *IdentityProviderList) GetRangeOk() (*string, bool)

GetRangeOk returns a tuple with the Range field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IdentityProviderList) HasData ¶

func (o *IdentityProviderList) HasData() bool

HasData returns a boolean if a field has been set.

func (*IdentityProviderList) HasDescending ¶

func (o *IdentityProviderList) HasDescending() bool

HasDescending returns a boolean if a field has been set.

func (*IdentityProviderList) HasFilterBy ¶

func (o *IdentityProviderList) HasFilterBy() bool

HasFilterBy returns a boolean if a field has been set.

func (*IdentityProviderList) HasOrderBy ¶

func (o *IdentityProviderList) HasOrderBy() bool

HasOrderBy returns a boolean if a field has been set.

func (*IdentityProviderList) HasQueries ¶

func (o *IdentityProviderList) HasQueries() bool

HasQueries returns a boolean if a field has been set.

func (*IdentityProviderList) HasRange ¶

func (o *IdentityProviderList) HasRange() bool

HasRange returns a boolean if a field has been set.

func (IdentityProviderList) MarshalJSON ¶

func (o IdentityProviderList) MarshalJSON() ([]byte, error)

func (*IdentityProviderList) SetData ¶

func (o *IdentityProviderList) SetData(v []map[string]interface{})

SetData gets a reference to the given []map[string]interface{} and assigns it to the Data field.

func (*IdentityProviderList) SetDescending ¶

func (o *IdentityProviderList) SetDescending(v bool)

SetDescending gets a reference to the given bool and assigns it to the Descending field.

func (*IdentityProviderList) SetFilterBy ¶

func (o *IdentityProviderList) SetFilterBy(v []FilterBy)

SetFilterBy gets a reference to the given []FilterBy and assigns it to the FilterBy field.

func (*IdentityProviderList) SetOrderBy ¶

func (o *IdentityProviderList) SetOrderBy(v string)

SetOrderBy gets a reference to the given string and assigns it to the OrderBy field.

func (*IdentityProviderList) SetQueries ¶

func (o *IdentityProviderList) SetQueries(v []string)

SetQueries gets a reference to the given []string and assigns it to the Queries field.

func (*IdentityProviderList) SetRange ¶

func (o *IdentityProviderList) SetRange(v string)

SetRange gets a reference to the given string and assigns it to the Range field.

type IdentityProviderListAllOf ¶

type IdentityProviderListAllOf struct {
	// List of Identity Providers.
	Data []map[string]interface{} `json:"data,omitempty"`
}

IdentityProviderListAllOf Represents a list of Identity Providers.

func NewIdentityProviderListAllOf ¶

func NewIdentityProviderListAllOf() *IdentityProviderListAllOf

NewIdentityProviderListAllOf instantiates a new IdentityProviderListAllOf object This constructor will assign default values to properties that have it defined, 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 NewIdentityProviderListAllOfWithDefaults ¶

func NewIdentityProviderListAllOfWithDefaults() *IdentityProviderListAllOf

NewIdentityProviderListAllOfWithDefaults instantiates a new IdentityProviderListAllOf object This 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 (*IdentityProviderListAllOf) GetData ¶

func (o *IdentityProviderListAllOf) GetData() []map[string]interface{}

GetData returns the Data field value if set, zero value otherwise.

func (*IdentityProviderListAllOf) GetDataOk ¶

func (o *IdentityProviderListAllOf) GetDataOk() ([]map[string]interface{}, bool)

GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IdentityProviderListAllOf) HasData ¶

func (o *IdentityProviderListAllOf) HasData() bool

HasData returns a boolean if a field has been set.

func (IdentityProviderListAllOf) MarshalJSON ¶

func (o IdentityProviderListAllOf) MarshalJSON() ([]byte, error)

func (*IdentityProviderListAllOf) SetData ¶

func (o *IdentityProviderListAllOf) SetData(v []map[string]interface{})

SetData gets a reference to the given []map[string]interface{} and assigns it to the Data field.

type IdentityProvidersApiService ¶

type IdentityProvidersApiService service

IdentityProvidersApiService IdentityProvidersApi service

func (*IdentityProvidersApiService) IdentityProvidersGet ¶

IdentityProvidersGet List all Identity Providers.

List all Identity Providers visible to current user.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiIdentityProvidersGetRequest

func (*IdentityProvidersApiService) IdentityProvidersGetExecute ¶

Execute executes the request

@return IdentityProviderList

func (*IdentityProvidersApiService) IdentityProvidersIdAttributesPost ¶

IdentityProvidersIdAttributesPost Get user attributes from an existing Identity Provider.

Get raw attributes and mapped claims for a user.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id ID of the object.
@return ApiIdentityProvidersIdAttributesPostRequest

func (*IdentityProvidersApiService) IdentityProvidersIdAttributesPostExecute ¶

Execute executes the request

@return IdentityProvidersIdAttributesPost200Response

func (*IdentityProvidersApiService) IdentityProvidersIdDelete ¶

IdentityProvidersIdDelete Delete a specific Identity Provider.

Delete a specific Identity Provider.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id ID of the object.
@return ApiIdentityProvidersIdDeleteRequest

func (*IdentityProvidersApiService) IdentityProvidersIdDeleteExecute ¶

func (a *IdentityProvidersApiService) IdentityProvidersIdDeleteExecute(r ApiIdentityProvidersIdDeleteRequest) (*http.Response, error)

Execute executes the request

func (*IdentityProvidersApiService) IdentityProvidersIdGet ¶

IdentityProvidersIdGet Get a specific Identity Provider.

Get a specific Identity Provider.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id ID of the object.
@return ApiIdentityProvidersIdGetRequest

func (*IdentityProvidersApiService) IdentityProvidersIdGetExecute ¶

func (a *IdentityProvidersApiService) IdentityProvidersIdGetExecute(r ApiIdentityProvidersIdGetRequest) (map[string]interface{}, *http.Response, error)

Execute executes the request

@return map[string]interface{}

func (*IdentityProvidersApiService) IdentityProvidersIdPut ¶

IdentityProvidersIdPut Update an existing Identity Provider.

Update an existing Identity Provider.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id ID of the object.
@return ApiIdentityProvidersIdPutRequest

func (*IdentityProvidersApiService) IdentityProvidersIdPutExecute ¶

func (a *IdentityProvidersApiService) IdentityProvidersIdPutExecute(r ApiIdentityProvidersIdPutRequest) (map[string]interface{}, *http.Response, error)

Execute executes the request

@return map[string]interface{}

func (*IdentityProvidersApiService) IdentityProvidersPost ¶

IdentityProvidersPost Create a new Identity Provider.

Create a new Identity Provider.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiIdentityProvidersPostRequest

func (*IdentityProvidersApiService) IdentityProvidersPostExecute ¶

func (a *IdentityProvidersApiService) IdentityProvidersPostExecute(r ApiIdentityProvidersPostRequest) (map[string]interface{}, *http.Response, error)

Execute executes the request

@return map[string]interface{}

func (*IdentityProvidersApiService) IdentityProvidersTestPost ¶

IdentityProvidersTestPost Test an Identity Provider connection.

Test connection for the given Identity Provider JSON.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiIdentityProvidersTestPostRequest

func (*IdentityProvidersApiService) IdentityProvidersTestPostExecute ¶

Execute executes the request

@return IdentityProvidersTestPost200Response

type IdentityProvidersIdAttributesPost200Response ¶

type IdentityProvidersIdAttributesPost200Response struct {
	// The attributes received and unchanged by the Identity Provider.
	RawAttributes *map[string][]string `json:"rawAttributes,omitempty"`
	// The attributes received and mapped by the Identity Provider according to claimMappings.
	MappedAttributes *map[string]string `json:"mappedAttributes,omitempty"`
}

IdentityProvidersIdAttributesPost200Response struct for IdentityProvidersIdAttributesPost200Response

func NewIdentityProvidersIdAttributesPost200Response ¶

func NewIdentityProvidersIdAttributesPost200Response() *IdentityProvidersIdAttributesPost200Response

NewIdentityProvidersIdAttributesPost200Response instantiates a new IdentityProvidersIdAttributesPost200Response object This constructor will assign default values to properties that have it defined, 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 NewIdentityProvidersIdAttributesPost200ResponseWithDefaults ¶

func NewIdentityProvidersIdAttributesPost200ResponseWithDefaults() *IdentityProvidersIdAttributesPost200Response

NewIdentityProvidersIdAttributesPost200ResponseWithDefaults instantiates a new IdentityProvidersIdAttributesPost200Response object This 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 (*IdentityProvidersIdAttributesPost200Response) GetMappedAttributes ¶

func (o *IdentityProvidersIdAttributesPost200Response) GetMappedAttributes() map[string]string

GetMappedAttributes returns the MappedAttributes field value if set, zero value otherwise.

func (*IdentityProvidersIdAttributesPost200Response) GetMappedAttributesOk ¶

func (o *IdentityProvidersIdAttributesPost200Response) GetMappedAttributesOk() (*map[string]string, bool)

GetMappedAttributesOk returns a tuple with the MappedAttributes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IdentityProvidersIdAttributesPost200Response) GetRawAttributes ¶

func (o *IdentityProvidersIdAttributesPost200Response) GetRawAttributes() map[string][]string

GetRawAttributes returns the RawAttributes field value if set, zero value otherwise.

func (*IdentityProvidersIdAttributesPost200Response) GetRawAttributesOk ¶

func (o *IdentityProvidersIdAttributesPost200Response) GetRawAttributesOk() (*map[string][]string, bool)

GetRawAttributesOk returns a tuple with the RawAttributes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IdentityProvidersIdAttributesPost200Response) HasMappedAttributes ¶

func (o *IdentityProvidersIdAttributesPost200Response) HasMappedAttributes() bool

HasMappedAttributes returns a boolean if a field has been set.

func (*IdentityProvidersIdAttributesPost200Response) HasRawAttributes ¶

func (o *IdentityProvidersIdAttributesPost200Response) HasRawAttributes() bool

HasRawAttributes returns a boolean if a field has been set.

func (IdentityProvidersIdAttributesPost200Response) MarshalJSON ¶

func (*IdentityProvidersIdAttributesPost200Response) SetMappedAttributes ¶

func (o *IdentityProvidersIdAttributesPost200Response) SetMappedAttributes(v map[string]string)

SetMappedAttributes gets a reference to the given map[string]string and assigns it to the MappedAttributes field.

func (*IdentityProvidersIdAttributesPost200Response) SetRawAttributes ¶

func (o *IdentityProvidersIdAttributesPost200Response) SetRawAttributes(v map[string][]string)

SetRawAttributes gets a reference to the given map[string][]string and assigns it to the RawAttributes field.

type IdentityProvidersIdAttributesPostRequest ¶

type IdentityProvidersIdAttributesPostRequest struct {
	// Required for Ldap, Radius and LocalDatabase providers.
	Username *string `json:"username,omitempty"`
	// Required for Radius provider.
	Password *string `json:"password,omitempty"`
	// A sample SAML token to extract attributes from. Required for SAML provider.
	SamlResponse *string `json:"samlResponse,omitempty"`
}

IdentityProvidersIdAttributesPostRequest struct for IdentityProvidersIdAttributesPostRequest

func NewIdentityProvidersIdAttributesPostRequest ¶

func NewIdentityProvidersIdAttributesPostRequest() *IdentityProvidersIdAttributesPostRequest

NewIdentityProvidersIdAttributesPostRequest instantiates a new IdentityProvidersIdAttributesPostRequest object This constructor will assign default values to properties that have it defined, 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 NewIdentityProvidersIdAttributesPostRequestWithDefaults ¶

func NewIdentityProvidersIdAttributesPostRequestWithDefaults() *IdentityProvidersIdAttributesPostRequest

NewIdentityProvidersIdAttributesPostRequestWithDefaults instantiates a new IdentityProvidersIdAttributesPostRequest object This 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 (*IdentityProvidersIdAttributesPostRequest) GetPassword ¶

GetPassword returns the Password field value if set, zero value otherwise.

func (*IdentityProvidersIdAttributesPostRequest) GetPasswordOk ¶

func (o *IdentityProvidersIdAttributesPostRequest) 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 (*IdentityProvidersIdAttributesPostRequest) GetSamlResponse ¶

func (o *IdentityProvidersIdAttributesPostRequest) GetSamlResponse() string

GetSamlResponse returns the SamlResponse field value if set, zero value otherwise.

func (*IdentityProvidersIdAttributesPostRequest) GetSamlResponseOk ¶

func (o *IdentityProvidersIdAttributesPostRequest) GetSamlResponseOk() (*string, bool)

GetSamlResponseOk returns a tuple with the SamlResponse field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IdentityProvidersIdAttributesPostRequest) GetUsername ¶

GetUsername returns the Username field value if set, zero value otherwise.

func (*IdentityProvidersIdAttributesPostRequest) GetUsernameOk ¶

func (o *IdentityProvidersIdAttributesPostRequest) 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 (*IdentityProvidersIdAttributesPostRequest) HasPassword ¶

HasPassword returns a boolean if a field has been set.

func (*IdentityProvidersIdAttributesPostRequest) HasSamlResponse ¶

func (o *IdentityProvidersIdAttributesPostRequest) HasSamlResponse() bool

HasSamlResponse returns a boolean if a field has been set.

func (*IdentityProvidersIdAttributesPostRequest) HasUsername ¶

HasUsername returns a boolean if a field has been set.

func (IdentityProvidersIdAttributesPostRequest) MarshalJSON ¶

func (*IdentityProvidersIdAttributesPostRequest) SetPassword ¶

SetPassword gets a reference to the given string and assigns it to the Password field.

func (*IdentityProvidersIdAttributesPostRequest) SetSamlResponse ¶

func (o *IdentityProvidersIdAttributesPostRequest) SetSamlResponse(v string)

SetSamlResponse gets a reference to the given string and assigns it to the SamlResponse field.

func (*IdentityProvidersIdAttributesPostRequest) SetUsername ¶

SetUsername gets a reference to the given string and assigns it to the Username field.

type IdentityProvidersNamesGet200Response ¶

type IdentityProvidersNamesGet200Response struct {
	// The list of the identity providers.
	Data []IdentityProvidersNamesGet200ResponseDataInner `json:"data,omitempty"`
	// Configured banner message to display before login.
	BannerMessage *string `json:"bannerMessage,omitempty"`
}

IdentityProvidersNamesGet200Response struct for IdentityProvidersNamesGet200Response

func NewIdentityProvidersNamesGet200Response ¶

func NewIdentityProvidersNamesGet200Response() *IdentityProvidersNamesGet200Response

NewIdentityProvidersNamesGet200Response instantiates a new IdentityProvidersNamesGet200Response object This constructor will assign default values to properties that have it defined, 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 NewIdentityProvidersNamesGet200ResponseWithDefaults ¶

func NewIdentityProvidersNamesGet200ResponseWithDefaults() *IdentityProvidersNamesGet200Response

NewIdentityProvidersNamesGet200ResponseWithDefaults instantiates a new IdentityProvidersNamesGet200Response object This 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 (*IdentityProvidersNamesGet200Response) GetBannerMessage ¶

func (o *IdentityProvidersNamesGet200Response) GetBannerMessage() string

GetBannerMessage returns the BannerMessage field value if set, zero value otherwise.

func (*IdentityProvidersNamesGet200Response) GetBannerMessageOk ¶

func (o *IdentityProvidersNamesGet200Response) GetBannerMessageOk() (*string, bool)

GetBannerMessageOk returns a tuple with the BannerMessage field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IdentityProvidersNamesGet200Response) GetData ¶

GetData returns the Data field value if set, zero value otherwise.

func (*IdentityProvidersNamesGet200Response) GetDataOk ¶

GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IdentityProvidersNamesGet200Response) HasBannerMessage ¶

func (o *IdentityProvidersNamesGet200Response) HasBannerMessage() bool

HasBannerMessage returns a boolean if a field has been set.

func (*IdentityProvidersNamesGet200Response) HasData ¶

HasData returns a boolean if a field has been set.

func (IdentityProvidersNamesGet200Response) MarshalJSON ¶

func (o IdentityProvidersNamesGet200Response) MarshalJSON() ([]byte, error)

func (*IdentityProvidersNamesGet200Response) SetBannerMessage ¶

func (o *IdentityProvidersNamesGet200Response) SetBannerMessage(v string)

SetBannerMessage gets a reference to the given string and assigns it to the BannerMessage field.

func (*IdentityProvidersNamesGet200Response) SetData ¶

SetData gets a reference to the given []IdentityProvidersNamesGet200ResponseDataInner and assigns it to the Data field.

type IdentityProvidersNamesGet200ResponseDataInner ¶

type IdentityProvidersNamesGet200ResponseDataInner struct {
	// Name of the identity provider.
	Name *string `json:"name,omitempty"`
	// The type of the identity provider.
	Type *string `json:"type,omitempty"`
	// The SAML login URL.
	RedirectUrl *string `json:"redirectUrl,omitempty"`
	// The prioritization of which client certificate to use.
	CertificatePriorities []map[string]interface{} `json:"certificatePriorities,omitempty"`
	// Authorization endpoint URL for OIDC login.
	AuthUrl *string `json:"authUrl,omitempty"`
	// Token endpoint URL for OIDC login.
	TokenUrl *string `json:"tokenUrl,omitempty"`
	// Client ID for OIDC login.
	ClientId *string `json:"clientId,omitempty"`
	// OIDC scope for getting user information.
	Scope *string `json:"scope,omitempty"`
}

IdentityProvidersNamesGet200ResponseDataInner Details of an identity provider required for logging in.

func NewIdentityProvidersNamesGet200ResponseDataInner ¶

func NewIdentityProvidersNamesGet200ResponseDataInner() *IdentityProvidersNamesGet200ResponseDataInner

NewIdentityProvidersNamesGet200ResponseDataInner instantiates a new IdentityProvidersNamesGet200ResponseDataInner object This constructor will assign default values to properties that have it defined, 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 NewIdentityProvidersNamesGet200ResponseDataInnerWithDefaults ¶

func NewIdentityProvidersNamesGet200ResponseDataInnerWithDefaults() *IdentityProvidersNamesGet200ResponseDataInner

NewIdentityProvidersNamesGet200ResponseDataInnerWithDefaults instantiates a new IdentityProvidersNamesGet200ResponseDataInner object This 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 (*IdentityProvidersNamesGet200ResponseDataInner) GetAuthUrl ¶

GetAuthUrl returns the AuthUrl field value if set, zero value otherwise.

func (*IdentityProvidersNamesGet200ResponseDataInner) GetAuthUrlOk ¶

GetAuthUrlOk returns a tuple with the AuthUrl field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IdentityProvidersNamesGet200ResponseDataInner) GetCertificatePriorities ¶

func (o *IdentityProvidersNamesGet200ResponseDataInner) GetCertificatePriorities() []map[string]interface{}

GetCertificatePriorities returns the CertificatePriorities field value if set, zero value otherwise.

func (*IdentityProvidersNamesGet200ResponseDataInner) GetCertificatePrioritiesOk ¶

func (o *IdentityProvidersNamesGet200ResponseDataInner) GetCertificatePrioritiesOk() ([]map[string]interface{}, bool)

GetCertificatePrioritiesOk returns a tuple with the CertificatePriorities field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IdentityProvidersNamesGet200ResponseDataInner) GetClientId ¶

GetClientId returns the ClientId field value if set, zero value otherwise.

func (*IdentityProvidersNamesGet200ResponseDataInner) GetClientIdOk ¶

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 (*IdentityProvidersNamesGet200ResponseDataInner) GetName ¶

GetName returns the Name field value if set, zero value otherwise.

func (*IdentityProvidersNamesGet200ResponseDataInner) 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 (*IdentityProvidersNamesGet200ResponseDataInner) GetRedirectUrl ¶

GetRedirectUrl returns the RedirectUrl field value if set, zero value otherwise.

func (*IdentityProvidersNamesGet200ResponseDataInner) GetRedirectUrlOk ¶

func (o *IdentityProvidersNamesGet200ResponseDataInner) GetRedirectUrlOk() (*string, bool)

GetRedirectUrlOk returns a tuple with the RedirectUrl field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IdentityProvidersNamesGet200ResponseDataInner) GetScope ¶

GetScope returns the Scope field value if set, zero value otherwise.

func (*IdentityProvidersNamesGet200ResponseDataInner) GetScopeOk ¶

GetScopeOk returns a tuple with the Scope field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IdentityProvidersNamesGet200ResponseDataInner) GetTokenUrl ¶

GetTokenUrl returns the TokenUrl field value if set, zero value otherwise.

func (*IdentityProvidersNamesGet200ResponseDataInner) GetTokenUrlOk ¶

GetTokenUrlOk returns a tuple with the TokenUrl field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IdentityProvidersNamesGet200ResponseDataInner) GetType ¶

GetType returns the Type field value if set, zero value otherwise.

func (*IdentityProvidersNamesGet200ResponseDataInner) GetTypeOk ¶

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 (*IdentityProvidersNamesGet200ResponseDataInner) HasAuthUrl ¶

HasAuthUrl returns a boolean if a field has been set.

func (*IdentityProvidersNamesGet200ResponseDataInner) HasCertificatePriorities ¶

func (o *IdentityProvidersNamesGet200ResponseDataInner) HasCertificatePriorities() bool

HasCertificatePriorities returns a boolean if a field has been set.

func (*IdentityProvidersNamesGet200ResponseDataInner) HasClientId ¶

HasClientId returns a boolean if a field has been set.

func (*IdentityProvidersNamesGet200ResponseDataInner) HasName ¶

HasName returns a boolean if a field has been set.

func (*IdentityProvidersNamesGet200ResponseDataInner) HasRedirectUrl ¶

HasRedirectUrl returns a boolean if a field has been set.

func (*IdentityProvidersNamesGet200ResponseDataInner) HasScope ¶

HasScope returns a boolean if a field has been set.

func (*IdentityProvidersNamesGet200ResponseDataInner) HasTokenUrl ¶

HasTokenUrl returns a boolean if a field has been set.

func (*IdentityProvidersNamesGet200ResponseDataInner) HasType ¶

HasType returns a boolean if a field has been set.

func (IdentityProvidersNamesGet200ResponseDataInner) MarshalJSON ¶

func (*IdentityProvidersNamesGet200ResponseDataInner) SetAuthUrl ¶

SetAuthUrl gets a reference to the given string and assigns it to the AuthUrl field.

func (*IdentityProvidersNamesGet200ResponseDataInner) SetCertificatePriorities ¶

func (o *IdentityProvidersNamesGet200ResponseDataInner) SetCertificatePriorities(v []map[string]interface{})

SetCertificatePriorities gets a reference to the given []map[string]interface{} and assigns it to the CertificatePriorities field.

func (*IdentityProvidersNamesGet200ResponseDataInner) SetClientId ¶

SetClientId gets a reference to the given string and assigns it to the ClientId field.

func (*IdentityProvidersNamesGet200ResponseDataInner) SetName ¶

SetName gets a reference to the given string and assigns it to the Name field.

func (*IdentityProvidersNamesGet200ResponseDataInner) SetRedirectUrl ¶

SetRedirectUrl gets a reference to the given string and assigns it to the RedirectUrl field.

func (*IdentityProvidersNamesGet200ResponseDataInner) SetScope ¶

SetScope gets a reference to the given string and assigns it to the Scope field.

func (*IdentityProvidersNamesGet200ResponseDataInner) SetTokenUrl ¶

SetTokenUrl gets a reference to the given string and assigns it to the TokenUrl field.

func (*IdentityProvidersNamesGet200ResponseDataInner) SetType ¶

SetType gets a reference to the given string and assigns it to the Type field.

type IdentityProvidersTestPost200Response ¶

type IdentityProvidersTestPost200Response struct {
	// Whether the connection succeeded or not.
	Success *bool `json:"success,omitempty"`
	// The error text if the connection fails.
	Error *bool `json:"error,omitempty"`
}

IdentityProvidersTestPost200Response struct for IdentityProvidersTestPost200Response

func NewIdentityProvidersTestPost200Response ¶

func NewIdentityProvidersTestPost200Response() *IdentityProvidersTestPost200Response

NewIdentityProvidersTestPost200Response instantiates a new IdentityProvidersTestPost200Response object This constructor will assign default values to properties that have it defined, 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 NewIdentityProvidersTestPost200ResponseWithDefaults ¶

func NewIdentityProvidersTestPost200ResponseWithDefaults() *IdentityProvidersTestPost200Response

NewIdentityProvidersTestPost200ResponseWithDefaults instantiates a new IdentityProvidersTestPost200Response object This 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 (*IdentityProvidersTestPost200Response) GetError ¶

GetError returns the Error field value if set, zero value otherwise.

func (*IdentityProvidersTestPost200Response) GetErrorOk ¶

func (o *IdentityProvidersTestPost200Response) GetErrorOk() (*bool, 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 (*IdentityProvidersTestPost200Response) GetSuccess ¶

GetSuccess returns the Success field value if set, zero value otherwise.

func (*IdentityProvidersTestPost200Response) GetSuccessOk ¶

func (o *IdentityProvidersTestPost200Response) GetSuccessOk() (*bool, bool)

GetSuccessOk returns a tuple with the Success field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IdentityProvidersTestPost200Response) HasError ¶

HasError returns a boolean if a field has been set.

func (*IdentityProvidersTestPost200Response) HasSuccess ¶

HasSuccess returns a boolean if a field has been set.

func (IdentityProvidersTestPost200Response) MarshalJSON ¶

func (o IdentityProvidersTestPost200Response) MarshalJSON() ([]byte, error)

func (*IdentityProvidersTestPost200Response) SetError ¶

SetError gets a reference to the given bool and assigns it to the Error field.

func (*IdentityProvidersTestPost200Response) SetSuccess ¶

func (o *IdentityProvidersTestPost200Response) SetSuccess(v bool)

SetSuccess gets a reference to the given bool and assigns it to the Success field.

type IpPool ¶

type IpPool struct {
	// ID of the object.
	Id *string `json:"id,omitempty"`
	// Name of the object.
	Name string `json:"name"`
	// Notes for the object. Used for documentation purposes.
	Notes *string `json:"notes,omitempty"`
	// Create date.
	Created *time.Time `json:"created,omitempty"`
	// Last update date.
	Updated *time.Time `json:"updated,omitempty"`
	// Array of tags.
	Tags []string `json:"tags,omitempty"`
	// Whether the IP pool is for v4 or v6.
	IpVersion6     *bool              `json:"ipVersion6,omitempty"`
	Ranges         []IpPoolRangeInner `json:"ranges,omitempty"`
	ExcludedRanges []IpPoolRangeInner `json:"excludedRanges,omitempty"`
	// Number of days Allocated IPs will be reserved for device&users before they are reclaimable by others.
	LeaseTimeDays *int32 `json:"leaseTimeDays,omitempty"`
	// The total size of the IP Pool.
	Total *BigInt `json:"total,omitempty"`
	// Number of IPs in the pool are currently in use by device&users.
	CurrentlyUsed *int64 `json:"currentlyUsed,omitempty"`
	// Number of IPs in the pool are not currently in use but reserved for device&users according to the \"leaseTimeDays\" setting.
	Reserved *int64 `json:"reserved,omitempty"`
}

IpPool struct for IpPool

func NewIpPool ¶

func NewIpPool(name string) *IpPool

NewIpPool instantiates a new IpPool object This constructor will assign default values to properties that have it defined, 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 NewIpPoolWithDefaults ¶

func NewIpPoolWithDefaults() *IpPool

NewIpPoolWithDefaults instantiates a new IpPool object This 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 (*IpPool) GetCreated ¶

func (o *IpPool) GetCreated() time.Time

GetCreated returns the Created field value if set, zero value otherwise.

func (*IpPool) GetCreatedOk ¶

func (o *IpPool) GetCreatedOk() (*time.Time, bool)

GetCreatedOk returns a tuple with the Created field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IpPool) GetCurrentlyUsed ¶

func (o *IpPool) GetCurrentlyUsed() int64

GetCurrentlyUsed returns the CurrentlyUsed field value if set, zero value otherwise.

func (*IpPool) GetCurrentlyUsedOk ¶

func (o *IpPool) GetCurrentlyUsedOk() (*int64, bool)

GetCurrentlyUsedOk returns a tuple with the CurrentlyUsed field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IpPool) GetExcludedRanges ¶

func (o *IpPool) GetExcludedRanges() []IpPoolRangeInner

GetExcludedRanges returns the ExcludedRanges field value if set, zero value otherwise.

func (*IpPool) GetExcludedRangesOk ¶

func (o *IpPool) GetExcludedRangesOk() ([]IpPoolRangeInner, bool)

GetExcludedRangesOk returns a tuple with the ExcludedRanges field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IpPool) GetId ¶

func (o *IpPool) GetId() string

GetId returns the Id field value if set, zero value otherwise.

func (*IpPool) GetIdOk ¶

func (o *IpPool) 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 (*IpPool) GetIpVersion6 ¶

func (o *IpPool) GetIpVersion6() bool

GetIpVersion6 returns the IpVersion6 field value if set, zero value otherwise.

func (*IpPool) GetIpVersion6Ok ¶

func (o *IpPool) GetIpVersion6Ok() (*bool, bool)

GetIpVersion6Ok returns a tuple with the IpVersion6 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IpPool) GetLeaseTimeDays ¶

func (o *IpPool) GetLeaseTimeDays() int32

GetLeaseTimeDays returns the LeaseTimeDays field value if set, zero value otherwise.

func (*IpPool) GetLeaseTimeDaysOk ¶

func (o *IpPool) GetLeaseTimeDaysOk() (*int32, bool)

GetLeaseTimeDaysOk returns a tuple with the LeaseTimeDays field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IpPool) GetName ¶

func (o *IpPool) GetName() string

GetName returns the Name field value

func (*IpPool) GetNameOk ¶

func (o *IpPool) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.

func (*IpPool) GetNotes ¶

func (o *IpPool) GetNotes() string

GetNotes returns the Notes field value if set, zero value otherwise.

func (*IpPool) GetNotesOk ¶

func (o *IpPool) GetNotesOk() (*string, bool)

GetNotesOk returns a tuple with the Notes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IpPool) GetRanges ¶

func (o *IpPool) GetRanges() []IpPoolRangeInner

GetRanges returns the Ranges field value if set, zero value otherwise.

func (*IpPool) GetRangesOk ¶

func (o *IpPool) GetRangesOk() ([]IpPoolRangeInner, bool)

GetRangesOk returns a tuple with the Ranges field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IpPool) GetReserved ¶

func (o *IpPool) GetReserved() int64

GetReserved returns the Reserved field value if set, zero value otherwise.

func (*IpPool) GetReservedOk ¶

func (o *IpPool) GetReservedOk() (*int64, bool)

GetReservedOk returns a tuple with the Reserved field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IpPool) GetTags ¶

func (o *IpPool) GetTags() []string

GetTags returns the Tags field value if set, zero value otherwise.

func (*IpPool) GetTagsOk ¶

func (o *IpPool) GetTagsOk() ([]string, bool)

GetTagsOk returns a tuple with the Tags field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IpPool) GetTotal ¶

func (o *IpPool) GetTotal() BigInt

GetTotal returns the Total field value if set, zero value otherwise.

func (*IpPool) GetTotalOk ¶

func (o *IpPool) GetTotalOk() (*BigInt, bool)

GetTotalOk returns a tuple with the Total field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IpPool) GetUpdated ¶

func (o *IpPool) GetUpdated() time.Time

GetUpdated returns the Updated field value if set, zero value otherwise.

func (*IpPool) GetUpdatedOk ¶

func (o *IpPool) GetUpdatedOk() (*time.Time, bool)

GetUpdatedOk returns a tuple with the Updated field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IpPool) HasCreated ¶

func (o *IpPool) HasCreated() bool

HasCreated returns a boolean if a field has been set.

func (*IpPool) HasCurrentlyUsed ¶

func (o *IpPool) HasCurrentlyUsed() bool

HasCurrentlyUsed returns a boolean if a field has been set.

func (*IpPool) HasExcludedRanges ¶

func (o *IpPool) HasExcludedRanges() bool

HasExcludedRanges returns a boolean if a field has been set.

func (*IpPool) HasId ¶

func (o *IpPool) HasId() bool

HasId returns a boolean if a field has been set.

func (*IpPool) HasIpVersion6 ¶

func (o *IpPool) HasIpVersion6() bool

HasIpVersion6 returns a boolean if a field has been set.

func (*IpPool) HasLeaseTimeDays ¶

func (o *IpPool) HasLeaseTimeDays() bool

HasLeaseTimeDays returns a boolean if a field has been set.

func (*IpPool) HasNotes ¶

func (o *IpPool) HasNotes() bool

HasNotes returns a boolean if a field has been set.

func (*IpPool) HasRanges ¶

func (o *IpPool) HasRanges() bool

HasRanges returns a boolean if a field has been set.

func (*IpPool) HasReserved ¶

func (o *IpPool) HasReserved() bool

HasReserved returns a boolean if a field has been set.

func (*IpPool) HasTags ¶

func (o *IpPool) HasTags() bool

HasTags returns a boolean if a field has been set.

func (*IpPool) HasTotal ¶

func (o *IpPool) HasTotal() bool

HasTotal returns a boolean if a field has been set.

func (*IpPool) HasUpdated ¶

func (o *IpPool) HasUpdated() bool

HasUpdated returns a boolean if a field has been set.

func (IpPool) MarshalJSON ¶

func (o IpPool) MarshalJSON() ([]byte, error)

func (*IpPool) SetCreated ¶

func (o *IpPool) SetCreated(v time.Time)

SetCreated gets a reference to the given time.Time and assigns it to the Created field.

func (*IpPool) SetCurrentlyUsed ¶

func (o *IpPool) SetCurrentlyUsed(v int64)

SetCurrentlyUsed gets a reference to the given int64 and assigns it to the CurrentlyUsed field.

func (*IpPool) SetExcludedRanges ¶

func (o *IpPool) SetExcludedRanges(v []IpPoolRangeInner)

SetExcludedRanges gets a reference to the given []IpPoolRangeInner and assigns it to the ExcludedRanges field.

func (*IpPool) SetId ¶

func (o *IpPool) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*IpPool) SetIpVersion6 ¶

func (o *IpPool) SetIpVersion6(v bool)

SetIpVersion6 gets a reference to the given bool and assigns it to the IpVersion6 field.

func (*IpPool) SetLeaseTimeDays ¶

func (o *IpPool) SetLeaseTimeDays(v int32)

SetLeaseTimeDays gets a reference to the given int32 and assigns it to the LeaseTimeDays field.

func (*IpPool) SetName ¶

func (o *IpPool) SetName(v string)

SetName sets field value

func (*IpPool) SetNotes ¶

func (o *IpPool) SetNotes(v string)

SetNotes gets a reference to the given string and assigns it to the Notes field.

func (*IpPool) SetRanges ¶

func (o *IpPool) SetRanges(v []IpPoolRangeInner)

SetRanges gets a reference to the given []IpPoolRangeInner and assigns it to the Ranges field.

func (*IpPool) SetReserved ¶

func (o *IpPool) SetReserved(v int64)

SetReserved gets a reference to the given int64 and assigns it to the Reserved field.

func (*IpPool) SetTags ¶

func (o *IpPool) SetTags(v []string)

SetTags gets a reference to the given []string and assigns it to the Tags field.

func (*IpPool) SetTotal ¶

func (o *IpPool) SetTotal(v BigInt)

SetTotal gets a reference to the given int64 and assigns it to the Total field.

func (*IpPool) SetUpdated ¶

func (o *IpPool) SetUpdated(v time.Time)

SetUpdated gets a reference to the given time.Time and assigns it to the Updated field.

type IpPoolAllOf ¶

type IpPoolAllOf struct {
	// Whether the IP pool is for v4 or v6.
	IpVersion6     *bool              `json:"ipVersion6,omitempty"`
	Ranges         []IpPoolRangeInner `json:"ranges,omitempty"`
	ExcludedRanges []IpPoolRangeInner `json:"excludedRanges,omitempty"`
	// Number of days Allocated IPs will be reserved for device&users before they are reclaimable by others.
	LeaseTimeDays *int32 `json:"leaseTimeDays,omitempty"`
	// The total size of the IP Pool.
	Total *BigInt `json:"total,omitempty"`
	// Number of IPs in the pool are currently in use by device&users.
	CurrentlyUsed *int64 `json:"currentlyUsed,omitempty"`
	// Number of IPs in the pool are not currently in use but reserved for device&users according to the \"leaseTimeDays\" setting.
	Reserved *int64 `json:"reserved,omitempty"`
}

IpPoolAllOf Represents an IP Pool.

func NewIpPoolAllOf ¶

func NewIpPoolAllOf() *IpPoolAllOf

NewIpPoolAllOf instantiates a new IpPoolAllOf object This constructor will assign default values to properties that have it defined, 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 NewIpPoolAllOfWithDefaults ¶

func NewIpPoolAllOfWithDefaults() *IpPoolAllOf

NewIpPoolAllOfWithDefaults instantiates a new IpPoolAllOf object This 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 (*IpPoolAllOf) GetCurrentlyUsed ¶

func (o *IpPoolAllOf) GetCurrentlyUsed() int64

GetCurrentlyUsed returns the CurrentlyUsed field value if set, zero value otherwise.

func (*IpPoolAllOf) GetCurrentlyUsedOk ¶

func (o *IpPoolAllOf) GetCurrentlyUsedOk() (*int64, bool)

GetCurrentlyUsedOk returns a tuple with the CurrentlyUsed field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IpPoolAllOf) GetExcludedRanges ¶

func (o *IpPoolAllOf) GetExcludedRanges() []IpPoolRangeInner

GetExcludedRanges returns the ExcludedRanges field value if set, zero value otherwise.

func (*IpPoolAllOf) GetExcludedRangesOk ¶

func (o *IpPoolAllOf) GetExcludedRangesOk() ([]IpPoolRangeInner, bool)

GetExcludedRangesOk returns a tuple with the ExcludedRanges field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IpPoolAllOf) GetIpVersion6 ¶

func (o *IpPoolAllOf) GetIpVersion6() bool

GetIpVersion6 returns the IpVersion6 field value if set, zero value otherwise.

func (*IpPoolAllOf) GetIpVersion6Ok ¶

func (o *IpPoolAllOf) GetIpVersion6Ok() (*bool, bool)

GetIpVersion6Ok returns a tuple with the IpVersion6 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IpPoolAllOf) GetLeaseTimeDays ¶

func (o *IpPoolAllOf) GetLeaseTimeDays() int32

GetLeaseTimeDays returns the LeaseTimeDays field value if set, zero value otherwise.

func (*IpPoolAllOf) GetLeaseTimeDaysOk ¶

func (o *IpPoolAllOf) GetLeaseTimeDaysOk() (*int32, bool)

GetLeaseTimeDaysOk returns a tuple with the LeaseTimeDays field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IpPoolAllOf) GetRanges ¶

func (o *IpPoolAllOf) GetRanges() []IpPoolRangeInner

GetRanges returns the Ranges field value if set, zero value otherwise.

func (*IpPoolAllOf) GetRangesOk ¶

func (o *IpPoolAllOf) GetRangesOk() ([]IpPoolRangeInner, bool)

GetRangesOk returns a tuple with the Ranges field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IpPoolAllOf) GetReserved ¶

func (o *IpPoolAllOf) GetReserved() int64

GetReserved returns the Reserved field value if set, zero value otherwise.

func (*IpPoolAllOf) GetReservedOk ¶

func (o *IpPoolAllOf) GetReservedOk() (*int64, bool)

GetReservedOk returns a tuple with the Reserved field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IpPoolAllOf) GetTotal ¶

func (o *IpPoolAllOf) GetTotal() BigInt

GetTotal returns the Total field value if set, zero value otherwise.

func (*IpPoolAllOf) GetTotalOk ¶

func (o *IpPoolAllOf) GetTotalOk() (*BigInt, bool)

GetTotalOk returns a tuple with the Total field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IpPoolAllOf) HasCurrentlyUsed ¶

func (o *IpPoolAllOf) HasCurrentlyUsed() bool

HasCurrentlyUsed returns a boolean if a field has been set.

func (*IpPoolAllOf) HasExcludedRanges ¶

func (o *IpPoolAllOf) HasExcludedRanges() bool

HasExcludedRanges returns a boolean if a field has been set.

func (*IpPoolAllOf) HasIpVersion6 ¶

func (o *IpPoolAllOf) HasIpVersion6() bool

HasIpVersion6 returns a boolean if a field has been set.

func (*IpPoolAllOf) HasLeaseTimeDays ¶

func (o *IpPoolAllOf) HasLeaseTimeDays() bool

HasLeaseTimeDays returns a boolean if a field has been set.

func (*IpPoolAllOf) HasRanges ¶

func (o *IpPoolAllOf) HasRanges() bool

HasRanges returns a boolean if a field has been set.

func (*IpPoolAllOf) HasReserved ¶

func (o *IpPoolAllOf) HasReserved() bool

HasReserved returns a boolean if a field has been set.

func (*IpPoolAllOf) HasTotal ¶

func (o *IpPoolAllOf) HasTotal() bool

HasTotal returns a boolean if a field has been set.

func (IpPoolAllOf) MarshalJSON ¶

func (o IpPoolAllOf) MarshalJSON() ([]byte, error)

func (*IpPoolAllOf) SetCurrentlyUsed ¶

func (o *IpPoolAllOf) SetCurrentlyUsed(v int64)

SetCurrentlyUsed gets a reference to the given int64 and assigns it to the CurrentlyUsed field.

func (*IpPoolAllOf) SetExcludedRanges ¶

func (o *IpPoolAllOf) SetExcludedRanges(v []IpPoolRangeInner)

SetExcludedRanges gets a reference to the given []IpPoolRangeInner and assigns it to the ExcludedRanges field.

func (*IpPoolAllOf) SetIpVersion6 ¶

func (o *IpPoolAllOf) SetIpVersion6(v bool)

SetIpVersion6 gets a reference to the given bool and assigns it to the IpVersion6 field.

func (*IpPoolAllOf) SetLeaseTimeDays ¶

func (o *IpPoolAllOf) SetLeaseTimeDays(v int32)

SetLeaseTimeDays gets a reference to the given int32 and assigns it to the LeaseTimeDays field.

func (*IpPoolAllOf) SetRanges ¶

func (o *IpPoolAllOf) SetRanges(v []IpPoolRangeInner)

SetRanges gets a reference to the given []IpPoolRangeInner and assigns it to the Ranges field.

func (*IpPoolAllOf) SetReserved ¶

func (o *IpPoolAllOf) SetReserved(v int64)

SetReserved gets a reference to the given int64 and assigns it to the Reserved field.

func (*IpPoolAllOf) SetTotal ¶

func (o *IpPoolAllOf) SetTotal(v BigInt)

SetTotal gets a reference to the given int64 and assigns it to the Total field.

type IpPoolList ¶

type IpPoolList struct {
	// 'The range applied to the list. Format: -/. 3-5/8 means, out of 8 count (query affects the total), the items between (including) the 3rd and the 5th are returned.'
	Range *string `json:"range,omitempty"`
	// The field name used to sort the list.
	OrderBy *string `json:"orderBy,omitempty"`
	// Whether the sorting is applied descending or ascending.
	Descending *bool `json:"descending,omitempty"`
	// The queries applied to the list.
	Queries []string `json:"queries,omitempty"`
	// The filters applied to the list.
	FilterBy []FilterBy `json:"filterBy,omitempty"`
	// List of IP Pools.
	Data []IpPool `json:"data,omitempty"`
}

IpPoolList struct for IpPoolList

func NewIpPoolList ¶

func NewIpPoolList() *IpPoolList

NewIpPoolList instantiates a new IpPoolList object This constructor will assign default values to properties that have it defined, 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 NewIpPoolListWithDefaults ¶

func NewIpPoolListWithDefaults() *IpPoolList

NewIpPoolListWithDefaults instantiates a new IpPoolList object This 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 (*IpPoolList) GetData ¶

func (o *IpPoolList) GetData() []IpPool

GetData returns the Data field value if set, zero value otherwise.

func (*IpPoolList) GetDataOk ¶

func (o *IpPoolList) GetDataOk() ([]IpPool, bool)

GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IpPoolList) GetDescending ¶

func (o *IpPoolList) GetDescending() bool

GetDescending returns the Descending field value if set, zero value otherwise.

func (*IpPoolList) GetDescendingOk ¶

func (o *IpPoolList) GetDescendingOk() (*bool, bool)

GetDescendingOk returns a tuple with the Descending field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IpPoolList) GetFilterBy ¶

func (o *IpPoolList) GetFilterBy() []FilterBy

GetFilterBy returns the FilterBy field value if set, zero value otherwise.

func (*IpPoolList) GetFilterByOk ¶

func (o *IpPoolList) GetFilterByOk() ([]FilterBy, bool)

GetFilterByOk returns a tuple with the FilterBy field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IpPoolList) GetOrderBy ¶

func (o *IpPoolList) GetOrderBy() string

GetOrderBy returns the OrderBy field value if set, zero value otherwise.

func (*IpPoolList) GetOrderByOk ¶

func (o *IpPoolList) GetOrderByOk() (*string, bool)

GetOrderByOk returns a tuple with the OrderBy field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IpPoolList) GetQueries ¶

func (o *IpPoolList) GetQueries() []string

GetQueries returns the Queries field value if set, zero value otherwise.

func (*IpPoolList) GetQueriesOk ¶

func (o *IpPoolList) GetQueriesOk() ([]string, bool)

GetQueriesOk returns a tuple with the Queries field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IpPoolList) GetRange ¶

func (o *IpPoolList) GetRange() string

GetRange returns the Range field value if set, zero value otherwise.

func (*IpPoolList) GetRangeOk ¶

func (o *IpPoolList) GetRangeOk() (*string, bool)

GetRangeOk returns a tuple with the Range field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IpPoolList) HasData ¶

func (o *IpPoolList) HasData() bool

HasData returns a boolean if a field has been set.

func (*IpPoolList) HasDescending ¶

func (o *IpPoolList) HasDescending() bool

HasDescending returns a boolean if a field has been set.

func (*IpPoolList) HasFilterBy ¶

func (o *IpPoolList) HasFilterBy() bool

HasFilterBy returns a boolean if a field has been set.

func (*IpPoolList) HasOrderBy ¶

func (o *IpPoolList) HasOrderBy() bool

HasOrderBy returns a boolean if a field has been set.

func (*IpPoolList) HasQueries ¶

func (o *IpPoolList) HasQueries() bool

HasQueries returns a boolean if a field has been set.

func (*IpPoolList) HasRange ¶

func (o *IpPoolList) HasRange() bool

HasRange returns a boolean if a field has been set.

func (IpPoolList) MarshalJSON ¶

func (o IpPoolList) MarshalJSON() ([]byte, error)

func (*IpPoolList) SetData ¶

func (o *IpPoolList) SetData(v []IpPool)

SetData gets a reference to the given []IpPool and assigns it to the Data field.

func (*IpPoolList) SetDescending ¶

func (o *IpPoolList) SetDescending(v bool)

SetDescending gets a reference to the given bool and assigns it to the Descending field.

func (*IpPoolList) SetFilterBy ¶

func (o *IpPoolList) SetFilterBy(v []FilterBy)

SetFilterBy gets a reference to the given []FilterBy and assigns it to the FilterBy field.

func (*IpPoolList) SetOrderBy ¶

func (o *IpPoolList) SetOrderBy(v string)

SetOrderBy gets a reference to the given string and assigns it to the OrderBy field.

func (*IpPoolList) SetQueries ¶

func (o *IpPoolList) SetQueries(v []string)

SetQueries gets a reference to the given []string and assigns it to the Queries field.

func (*IpPoolList) SetRange ¶

func (o *IpPoolList) SetRange(v string)

SetRange gets a reference to the given string and assigns it to the Range field.

type IpPoolListAllOf ¶

type IpPoolListAllOf struct {
	// List of IP Pools.
	Data []IpPool `json:"data,omitempty"`
}

IpPoolListAllOf Represents a list of IP Pools.

func NewIpPoolListAllOf ¶

func NewIpPoolListAllOf() *IpPoolListAllOf

NewIpPoolListAllOf instantiates a new IpPoolListAllOf object This constructor will assign default values to properties that have it defined, 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 NewIpPoolListAllOfWithDefaults ¶

func NewIpPoolListAllOfWithDefaults() *IpPoolListAllOf

NewIpPoolListAllOfWithDefaults instantiates a new IpPoolListAllOf object This 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 (*IpPoolListAllOf) GetData ¶

func (o *IpPoolListAllOf) GetData() []IpPool

GetData returns the Data field value if set, zero value otherwise.

func (*IpPoolListAllOf) GetDataOk ¶

func (o *IpPoolListAllOf) GetDataOk() ([]IpPool, bool)

GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IpPoolListAllOf) HasData ¶

func (o *IpPoolListAllOf) HasData() bool

HasData returns a boolean if a field has been set.

func (IpPoolListAllOf) MarshalJSON ¶

func (o IpPoolListAllOf) MarshalJSON() ([]byte, error)

func (*IpPoolListAllOf) SetData ¶

func (o *IpPoolListAllOf) SetData(v []IpPool)

SetData gets a reference to the given []IpPool and assigns it to the Data field.

type IpPoolRangeInner ¶

type IpPoolRangeInner struct {
	// IP subnet in CIDR format.
	Cidr *string `json:"cidr,omitempty"`
	// The beginning of the IP range.
	First *string `json:"first,omitempty"`
	// The end of the IP range.
	Last *string `json:"last,omitempty"`
}

IpPoolRangeInner Represents an IP range. Either \"cidr\" or \"first-last\" format can be used.

func NewIpPoolRangeInner ¶

func NewIpPoolRangeInner() *IpPoolRangeInner

NewIpPoolRangeInner instantiates a new IpPoolRangeInner object This constructor will assign default values to properties that have it defined, 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 NewIpPoolRangeInnerWithDefaults ¶

func NewIpPoolRangeInnerWithDefaults() *IpPoolRangeInner

NewIpPoolRangeInnerWithDefaults instantiates a new IpPoolRangeInner object This 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 (*IpPoolRangeInner) GetCidr ¶

func (o *IpPoolRangeInner) GetCidr() string

GetCidr returns the Cidr field value if set, zero value otherwise.

func (*IpPoolRangeInner) GetCidrOk ¶

func (o *IpPoolRangeInner) GetCidrOk() (*string, bool)

GetCidrOk returns a tuple with the Cidr field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IpPoolRangeInner) GetFirst ¶

func (o *IpPoolRangeInner) GetFirst() string

GetFirst returns the First field value if set, zero value otherwise.

func (*IpPoolRangeInner) GetFirstOk ¶

func (o *IpPoolRangeInner) GetFirstOk() (*string, bool)

GetFirstOk returns a tuple with the First field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IpPoolRangeInner) GetLast ¶

func (o *IpPoolRangeInner) GetLast() string

GetLast returns the Last field value if set, zero value otherwise.

func (*IpPoolRangeInner) GetLastOk ¶

func (o *IpPoolRangeInner) GetLastOk() (*string, bool)

GetLastOk returns a tuple with the Last field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IpPoolRangeInner) HasCidr ¶

func (o *IpPoolRangeInner) HasCidr() bool

HasCidr returns a boolean if a field has been set.

func (*IpPoolRangeInner) HasFirst ¶

func (o *IpPoolRangeInner) HasFirst() bool

HasFirst returns a boolean if a field has been set.

func (*IpPoolRangeInner) HasLast ¶

func (o *IpPoolRangeInner) HasLast() bool

HasLast returns a boolean if a field has been set.

func (IpPoolRangeInner) MarshalJSON ¶

func (o IpPoolRangeInner) MarshalJSON() ([]byte, error)

func (*IpPoolRangeInner) SetCidr ¶

func (o *IpPoolRangeInner) SetCidr(v string)

SetCidr gets a reference to the given string and assigns it to the Cidr field.

func (*IpPoolRangeInner) SetFirst ¶

func (o *IpPoolRangeInner) SetFirst(v string)

SetFirst gets a reference to the given string and assigns it to the First field.

func (*IpPoolRangeInner) SetLast ¶

func (o *IpPoolRangeInner) SetLast(v string)

SetLast gets a reference to the given string and assigns it to the Last field.

type IssuedCertificate ¶

type IssuedCertificate struct {
	// Random ID assigned to the certificate.
	Id *string `json:"id,omitempty"`
	// Type of the certificate.
	Type *string `json:"type,omitempty"`
	// The subject name of the certificate.
	Subject *string `json:"subject,omitempty"`
	// The issuer name of the certificate.
	Issuer *string `json:"issuer,omitempty"`
	// X.509 certificate serial number.
	Serial *string `json:"serial,omitempty"`
	// SHA256 fingerprint of the certificate.
	FingerprintSha256 *string `json:"fingerprintSha256,omitempty"`
	// Since when the certificate is valid from.
	ValidFrom *time.Time `json:"validFrom,omitempty"`
	// Until when the certificate is valid.
	ValidTo *time.Time `json:"validTo,omitempty"`
	// PEM formatted public certificate.
	Pem *string `json:"pem,omitempty"`
	// When the Controller issued the certificate.
	IssueTime *time.Time `json:"issueTime,omitempty"`
	// Whether the certificate is revoked or not.
	Revoked *bool `json:"revoked,omitempty"`
	// X509 certificate revocation reason. See RFC 5280.
	RevocationReason *float32 `json:"revocationReason,omitempty"`
	// The revocation time of the certificate.
	RevocationTime *time.Time `json:"revocationTime,omitempty"`
	// Free-text notes for revocation reason.
	RevocationNotes *string `json:"revocationNotes,omitempty"`
}

IssuedCertificate Issued Certificate by Appgate CA.

func NewIssuedCertificate ¶

func NewIssuedCertificate() *IssuedCertificate

NewIssuedCertificate instantiates a new IssuedCertificate object This constructor will assign default values to properties that have it defined, 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 NewIssuedCertificateWithDefaults ¶

func NewIssuedCertificateWithDefaults() *IssuedCertificate

NewIssuedCertificateWithDefaults instantiates a new IssuedCertificate object This 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 (*IssuedCertificate) GetFingerprintSha256 ¶

func (o *IssuedCertificate) GetFingerprintSha256() string

GetFingerprintSha256 returns the FingerprintSha256 field value if set, zero value otherwise.

func (*IssuedCertificate) GetFingerprintSha256Ok ¶

func (o *IssuedCertificate) GetFingerprintSha256Ok() (*string, bool)

GetFingerprintSha256Ok returns a tuple with the FingerprintSha256 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IssuedCertificate) GetId ¶

func (o *IssuedCertificate) GetId() string

GetId returns the Id field value if set, zero value otherwise.

func (*IssuedCertificate) GetIdOk ¶

func (o *IssuedCertificate) 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 (*IssuedCertificate) GetIssueTime ¶

func (o *IssuedCertificate) GetIssueTime() time.Time

GetIssueTime returns the IssueTime field value if set, zero value otherwise.

func (*IssuedCertificate) GetIssueTimeOk ¶

func (o *IssuedCertificate) GetIssueTimeOk() (*time.Time, bool)

GetIssueTimeOk returns a tuple with the IssueTime field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IssuedCertificate) GetIssuer ¶

func (o *IssuedCertificate) GetIssuer() string

GetIssuer returns the Issuer field value if set, zero value otherwise.

func (*IssuedCertificate) GetIssuerOk ¶

func (o *IssuedCertificate) GetIssuerOk() (*string, bool)

GetIssuerOk returns a tuple with the Issuer field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IssuedCertificate) GetPem ¶

func (o *IssuedCertificate) GetPem() string

GetPem returns the Pem field value if set, zero value otherwise.

func (*IssuedCertificate) GetPemOk ¶

func (o *IssuedCertificate) GetPemOk() (*string, bool)

GetPemOk returns a tuple with the Pem field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IssuedCertificate) GetRevocationNotes ¶

func (o *IssuedCertificate) GetRevocationNotes() string

GetRevocationNotes returns the RevocationNotes field value if set, zero value otherwise.

func (*IssuedCertificate) GetRevocationNotesOk ¶

func (o *IssuedCertificate) GetRevocationNotesOk() (*string, bool)

GetRevocationNotesOk returns a tuple with the RevocationNotes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IssuedCertificate) GetRevocationReason ¶

func (o *IssuedCertificate) GetRevocationReason() float32

GetRevocationReason returns the RevocationReason field value if set, zero value otherwise.

func (*IssuedCertificate) GetRevocationReasonOk ¶

func (o *IssuedCertificate) GetRevocationReasonOk() (*float32, bool)

GetRevocationReasonOk returns a tuple with the RevocationReason field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IssuedCertificate) GetRevocationTime ¶

func (o *IssuedCertificate) GetRevocationTime() time.Time

GetRevocationTime returns the RevocationTime field value if set, zero value otherwise.

func (*IssuedCertificate) GetRevocationTimeOk ¶

func (o *IssuedCertificate) GetRevocationTimeOk() (*time.Time, bool)

GetRevocationTimeOk returns a tuple with the RevocationTime field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IssuedCertificate) GetRevoked ¶

func (o *IssuedCertificate) GetRevoked() bool

GetRevoked returns the Revoked field value if set, zero value otherwise.

func (*IssuedCertificate) GetRevokedOk ¶

func (o *IssuedCertificate) GetRevokedOk() (*bool, bool)

GetRevokedOk returns a tuple with the Revoked field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IssuedCertificate) GetSerial ¶

func (o *IssuedCertificate) GetSerial() string

GetSerial returns the Serial field value if set, zero value otherwise.

func (*IssuedCertificate) GetSerialOk ¶

func (o *IssuedCertificate) GetSerialOk() (*string, bool)

GetSerialOk returns a tuple with the Serial field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IssuedCertificate) GetSubject ¶

func (o *IssuedCertificate) GetSubject() string

GetSubject returns the Subject field value if set, zero value otherwise.

func (*IssuedCertificate) GetSubjectOk ¶

func (o *IssuedCertificate) GetSubjectOk() (*string, bool)

GetSubjectOk returns a tuple with the Subject field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IssuedCertificate) GetType ¶

func (o *IssuedCertificate) GetType() string

GetType returns the Type field value if set, zero value otherwise.

func (*IssuedCertificate) GetTypeOk ¶

func (o *IssuedCertificate) 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 (*IssuedCertificate) GetValidFrom ¶

func (o *IssuedCertificate) GetValidFrom() time.Time

GetValidFrom returns the ValidFrom field value if set, zero value otherwise.

func (*IssuedCertificate) GetValidFromOk ¶

func (o *IssuedCertificate) GetValidFromOk() (*time.Time, bool)

GetValidFromOk returns a tuple with the ValidFrom field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IssuedCertificate) GetValidTo ¶

func (o *IssuedCertificate) GetValidTo() time.Time

GetValidTo returns the ValidTo field value if set, zero value otherwise.

func (*IssuedCertificate) GetValidToOk ¶

func (o *IssuedCertificate) GetValidToOk() (*time.Time, bool)

GetValidToOk returns a tuple with the ValidTo field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IssuedCertificate) HasFingerprintSha256 ¶

func (o *IssuedCertificate) HasFingerprintSha256() bool

HasFingerprintSha256 returns a boolean if a field has been set.

func (*IssuedCertificate) HasId ¶

func (o *IssuedCertificate) HasId() bool

HasId returns a boolean if a field has been set.

func (*IssuedCertificate) HasIssueTime ¶

func (o *IssuedCertificate) HasIssueTime() bool

HasIssueTime returns a boolean if a field has been set.

func (*IssuedCertificate) HasIssuer ¶

func (o *IssuedCertificate) HasIssuer() bool

HasIssuer returns a boolean if a field has been set.

func (*IssuedCertificate) HasPem ¶

func (o *IssuedCertificate) HasPem() bool

HasPem returns a boolean if a field has been set.

func (*IssuedCertificate) HasRevocationNotes ¶

func (o *IssuedCertificate) HasRevocationNotes() bool

HasRevocationNotes returns a boolean if a field has been set.

func (*IssuedCertificate) HasRevocationReason ¶

func (o *IssuedCertificate) HasRevocationReason() bool

HasRevocationReason returns a boolean if a field has been set.

func (*IssuedCertificate) HasRevocationTime ¶

func (o *IssuedCertificate) HasRevocationTime() bool

HasRevocationTime returns a boolean if a field has been set.

func (*IssuedCertificate) HasRevoked ¶

func (o *IssuedCertificate) HasRevoked() bool

HasRevoked returns a boolean if a field has been set.

func (*IssuedCertificate) HasSerial ¶

func (o *IssuedCertificate) HasSerial() bool

HasSerial returns a boolean if a field has been set.

func (*IssuedCertificate) HasSubject ¶

func (o *IssuedCertificate) HasSubject() bool

HasSubject returns a boolean if a field has been set.

func (*IssuedCertificate) HasType ¶

func (o *IssuedCertificate) HasType() bool

HasType returns a boolean if a field has been set.

func (*IssuedCertificate) HasValidFrom ¶

func (o *IssuedCertificate) HasValidFrom() bool

HasValidFrom returns a boolean if a field has been set.

func (*IssuedCertificate) HasValidTo ¶

func (o *IssuedCertificate) HasValidTo() bool

HasValidTo returns a boolean if a field has been set.

func (IssuedCertificate) MarshalJSON ¶

func (o IssuedCertificate) MarshalJSON() ([]byte, error)

func (*IssuedCertificate) SetFingerprintSha256 ¶

func (o *IssuedCertificate) SetFingerprintSha256(v string)

SetFingerprintSha256 gets a reference to the given string and assigns it to the FingerprintSha256 field.

func (*IssuedCertificate) SetId ¶

func (o *IssuedCertificate) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*IssuedCertificate) SetIssueTime ¶

func (o *IssuedCertificate) SetIssueTime(v time.Time)

SetIssueTime gets a reference to the given time.Time and assigns it to the IssueTime field.

func (*IssuedCertificate) SetIssuer ¶

func (o *IssuedCertificate) SetIssuer(v string)

SetIssuer gets a reference to the given string and assigns it to the Issuer field.

func (*IssuedCertificate) SetPem ¶

func (o *IssuedCertificate) SetPem(v string)

SetPem gets a reference to the given string and assigns it to the Pem field.

func (*IssuedCertificate) SetRevocationNotes ¶

func (o *IssuedCertificate) SetRevocationNotes(v string)

SetRevocationNotes gets a reference to the given string and assigns it to the RevocationNotes field.

func (*IssuedCertificate) SetRevocationReason ¶

func (o *IssuedCertificate) SetRevocationReason(v float32)

SetRevocationReason gets a reference to the given float32 and assigns it to the RevocationReason field.

func (*IssuedCertificate) SetRevocationTime ¶

func (o *IssuedCertificate) SetRevocationTime(v time.Time)

SetRevocationTime gets a reference to the given time.Time and assigns it to the RevocationTime field.

func (*IssuedCertificate) SetRevoked ¶

func (o *IssuedCertificate) SetRevoked(v bool)

SetRevoked gets a reference to the given bool and assigns it to the Revoked field.

func (*IssuedCertificate) SetSerial ¶

func (o *IssuedCertificate) SetSerial(v string)

SetSerial gets a reference to the given string and assigns it to the Serial field.

func (*IssuedCertificate) SetSubject ¶

func (o *IssuedCertificate) SetSubject(v string)

SetSubject gets a reference to the given string and assigns it to the Subject field.

func (*IssuedCertificate) SetType ¶

func (o *IssuedCertificate) SetType(v string)

SetType gets a reference to the given string and assigns it to the Type field.

func (*IssuedCertificate) SetValidFrom ¶

func (o *IssuedCertificate) SetValidFrom(v time.Time)

SetValidFrom gets a reference to the given time.Time and assigns it to the ValidFrom field.

func (*IssuedCertificate) SetValidTo ¶

func (o *IssuedCertificate) SetValidTo(v time.Time)

SetValidTo gets a reference to the given time.Time and assigns it to the ValidTo field.

type IssuedCertificateList ¶

type IssuedCertificateList struct {
	// 'The range applied to the list. Format: -/. 3-5/8 means, out of 8 count (query affects the total), the items between (including) the 3rd and the 5th are returned.'
	Range *string `json:"range,omitempty"`
	// The field name used to sort the list.
	OrderBy *string `json:"orderBy,omitempty"`
	// Whether the sorting is applied descending or ascending.
	Descending *bool `json:"descending,omitempty"`
	// The queries applied to the list.
	Queries []string `json:"queries,omitempty"`
	// The filters applied to the list.
	FilterBy []FilterBy `json:"filterBy,omitempty"`
	// List of issued certificates.
	Data []IssuedCertificate `json:"data,omitempty"`
}

IssuedCertificateList struct for IssuedCertificateList

func NewIssuedCertificateList ¶

func NewIssuedCertificateList() *IssuedCertificateList

NewIssuedCertificateList instantiates a new IssuedCertificateList object This constructor will assign default values to properties that have it defined, 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 NewIssuedCertificateListWithDefaults ¶

func NewIssuedCertificateListWithDefaults() *IssuedCertificateList

NewIssuedCertificateListWithDefaults instantiates a new IssuedCertificateList object This 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 (*IssuedCertificateList) GetData ¶

GetData returns the Data field value if set, zero value otherwise.

func (*IssuedCertificateList) GetDataOk ¶

func (o *IssuedCertificateList) GetDataOk() ([]IssuedCertificate, bool)

GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IssuedCertificateList) GetDescending ¶

func (o *IssuedCertificateList) GetDescending() bool

GetDescending returns the Descending field value if set, zero value otherwise.

func (*IssuedCertificateList) GetDescendingOk ¶

func (o *IssuedCertificateList) GetDescendingOk() (*bool, bool)

GetDescendingOk returns a tuple with the Descending field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IssuedCertificateList) GetFilterBy ¶

func (o *IssuedCertificateList) GetFilterBy() []FilterBy

GetFilterBy returns the FilterBy field value if set, zero value otherwise.

func (*IssuedCertificateList) GetFilterByOk ¶

func (o *IssuedCertificateList) GetFilterByOk() ([]FilterBy, bool)

GetFilterByOk returns a tuple with the FilterBy field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IssuedCertificateList) GetOrderBy ¶

func (o *IssuedCertificateList) GetOrderBy() string

GetOrderBy returns the OrderBy field value if set, zero value otherwise.

func (*IssuedCertificateList) GetOrderByOk ¶

func (o *IssuedCertificateList) GetOrderByOk() (*string, bool)

GetOrderByOk returns a tuple with the OrderBy field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IssuedCertificateList) GetQueries ¶

func (o *IssuedCertificateList) GetQueries() []string

GetQueries returns the Queries field value if set, zero value otherwise.

func (*IssuedCertificateList) GetQueriesOk ¶

func (o *IssuedCertificateList) GetQueriesOk() ([]string, bool)

GetQueriesOk returns a tuple with the Queries field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IssuedCertificateList) GetRange ¶

func (o *IssuedCertificateList) GetRange() string

GetRange returns the Range field value if set, zero value otherwise.

func (*IssuedCertificateList) GetRangeOk ¶

func (o *IssuedCertificateList) GetRangeOk() (*string, bool)

GetRangeOk returns a tuple with the Range field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IssuedCertificateList) HasData ¶

func (o *IssuedCertificateList) HasData() bool

HasData returns a boolean if a field has been set.

func (*IssuedCertificateList) HasDescending ¶

func (o *IssuedCertificateList) HasDescending() bool

HasDescending returns a boolean if a field has been set.

func (*IssuedCertificateList) HasFilterBy ¶

func (o *IssuedCertificateList) HasFilterBy() bool

HasFilterBy returns a boolean if a field has been set.

func (*IssuedCertificateList) HasOrderBy ¶

func (o *IssuedCertificateList) HasOrderBy() bool

HasOrderBy returns a boolean if a field has been set.

func (*IssuedCertificateList) HasQueries ¶

func (o *IssuedCertificateList) HasQueries() bool

HasQueries returns a boolean if a field has been set.

func (*IssuedCertificateList) HasRange ¶

func (o *IssuedCertificateList) HasRange() bool

HasRange returns a boolean if a field has been set.

func (IssuedCertificateList) MarshalJSON ¶

func (o IssuedCertificateList) MarshalJSON() ([]byte, error)

func (*IssuedCertificateList) SetData ¶

func (o *IssuedCertificateList) SetData(v []IssuedCertificate)

SetData gets a reference to the given []IssuedCertificate and assigns it to the Data field.

func (*IssuedCertificateList) SetDescending ¶

func (o *IssuedCertificateList) SetDescending(v bool)

SetDescending gets a reference to the given bool and assigns it to the Descending field.

func (*IssuedCertificateList) SetFilterBy ¶

func (o *IssuedCertificateList) SetFilterBy(v []FilterBy)

SetFilterBy gets a reference to the given []FilterBy and assigns it to the FilterBy field.

func (*IssuedCertificateList) SetOrderBy ¶

func (o *IssuedCertificateList) SetOrderBy(v string)

SetOrderBy gets a reference to the given string and assigns it to the OrderBy field.

func (*IssuedCertificateList) SetQueries ¶

func (o *IssuedCertificateList) SetQueries(v []string)

SetQueries gets a reference to the given []string and assigns it to the Queries field.

func (*IssuedCertificateList) SetRange ¶

func (o *IssuedCertificateList) SetRange(v string)

SetRange gets a reference to the given string and assigns it to the Range field.

type IssuedCertificateListAllOf ¶

type IssuedCertificateListAllOf struct {
	// List of issued certificates.
	Data []IssuedCertificate `json:"data,omitempty"`
}

IssuedCertificateListAllOf Represents a list of issued certificates.

func NewIssuedCertificateListAllOf ¶

func NewIssuedCertificateListAllOf() *IssuedCertificateListAllOf

NewIssuedCertificateListAllOf instantiates a new IssuedCertificateListAllOf object This constructor will assign default values to properties that have it defined, 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 NewIssuedCertificateListAllOfWithDefaults ¶

func NewIssuedCertificateListAllOfWithDefaults() *IssuedCertificateListAllOf

NewIssuedCertificateListAllOfWithDefaults instantiates a new IssuedCertificateListAllOf object This 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 (*IssuedCertificateListAllOf) GetData ¶

GetData returns the Data field value if set, zero value otherwise.

func (*IssuedCertificateListAllOf) GetDataOk ¶

GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IssuedCertificateListAllOf) HasData ¶

func (o *IssuedCertificateListAllOf) HasData() bool

HasData returns a boolean if a field has been set.

func (IssuedCertificateListAllOf) MarshalJSON ¶

func (o IssuedCertificateListAllOf) MarshalJSON() ([]byte, error)

func (*IssuedCertificateListAllOf) SetData ¶

SetData gets a reference to the given []IssuedCertificate and assigns it to the Data field.

type IssuedCertificatesApiService ¶

type IssuedCertificatesApiService service

IssuedCertificatesApiService IssuedCertificatesApi service

func (*IssuedCertificatesApiService) CertificateAuthorityIssuedCertificatesGet ¶

func (a *IssuedCertificatesApiService) CertificateAuthorityIssuedCertificatesGet(ctx context.Context) ApiCertificateAuthorityIssuedCertificatesGetRequest

CertificateAuthorityIssuedCertificatesGet Get the list of issued certificates by CA.

Get the list of issued certificates by CA.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCertificateAuthorityIssuedCertificatesGetRequest

func (*IssuedCertificatesApiService) CertificateAuthorityIssuedCertificatesGetExecute ¶

Execute executes the request

@return IssuedCertificateList

func (*IssuedCertificatesApiService) CertificateAuthorityIssuedCertificatesRevokedCertificateIdPut ¶

func (a *IssuedCertificatesApiService) CertificateAuthorityIssuedCertificatesRevokedCertificateIdPut(ctx context.Context, certificateId string) ApiCertificateAuthorityIssuedCertificatesRevokedCertificateIdPutRequest

CertificateAuthorityIssuedCertificatesRevokedCertificateIdPut Revoke an issued certificate.

Revoke an issued certificate.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param certificateId ID of the issued certificate.
@return ApiCertificateAuthorityIssuedCertificatesRevokedCertificateIdPutRequest

func (*IssuedCertificatesApiService) CertificateAuthorityIssuedCertificatesRevokedCertificateIdPutExecute ¶

func (a *IssuedCertificatesApiService) CertificateAuthorityIssuedCertificatesRevokedCertificateIdPutExecute(r ApiCertificateAuthorityIssuedCertificatesRevokedCertificateIdPutRequest) (*IssuedCertificate, *http.Response, error)

Execute executes the request

@return IssuedCertificate

type LdapCertificateIdentityProviderList ¶

type LdapCertificateIdentityProviderList struct {
	// The queries applied to the list.
	Queries []string `json:"queries,omitempty"`
	// The first query applied to the list. Deprecated as of 6.0. Use queries instead.
	// Deprecated
	Query *string `json:"query,omitempty"`
	// 'The range applied to the list. Format: -/. 3-5/8 means, out of 8 count (query affects the total), the items between (including) the 3rd and the 5th are returned.'
	Range *string `json:"range,omitempty"`
	// The field name used to sort the list.
	OrderBy *string `json:"orderBy,omitempty"`
	// Whether the sorting is applied descending or ascending.
	Descending *bool `json:"descending,omitempty"`
	// The filters applied to the list.
	FilterBy []FilterBy `json:"filterBy,omitempty"`
	// List of Identity Providers.
	Data []LdapCertificateProvider `json:"data,omitempty"`
}

LdapCertificateIdentityProviderList struct for LdapCertificateIdentityProviderList

func NewLdapCertificateIdentityProviderList ¶

func NewLdapCertificateIdentityProviderList() *LdapCertificateIdentityProviderList

NewLdapCertificateIdentityProviderList instantiates a new LdapCertificateIdentityProviderList object This constructor will assign default values to properties that have it defined, 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 NewLdapCertificateIdentityProviderListWithDefaults ¶

func NewLdapCertificateIdentityProviderListWithDefaults() *LdapCertificateIdentityProviderList

NewLdapCertificateIdentityProviderListWithDefaults instantiates a new LdapCertificateIdentityProviderList object This 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 (*LdapCertificateIdentityProviderList) GetData ¶

GetData returns the Data field value if set, zero value otherwise.

func (*LdapCertificateIdentityProviderList) GetDataOk ¶

GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LdapCertificateIdentityProviderList) GetDescending ¶

func (o *LdapCertificateIdentityProviderList) GetDescending() bool

GetDescending returns the Descending field value if set, zero value otherwise.

func (*LdapCertificateIdentityProviderList) GetDescendingOk ¶

func (o *LdapCertificateIdentityProviderList) GetDescendingOk() (*bool, bool)

GetDescendingOk returns a tuple with the Descending field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LdapCertificateIdentityProviderList) GetFilterBy ¶

func (o *LdapCertificateIdentityProviderList) GetFilterBy() []FilterBy

GetFilterBy returns the FilterBy field value if set, zero value otherwise.

func (*LdapCertificateIdentityProviderList) GetFilterByOk ¶

func (o *LdapCertificateIdentityProviderList) GetFilterByOk() ([]FilterBy, bool)

GetFilterByOk returns a tuple with the FilterBy field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LdapCertificateIdentityProviderList) GetOrderBy ¶

GetOrderBy returns the OrderBy field value if set, zero value otherwise.

func (*LdapCertificateIdentityProviderList) GetOrderByOk ¶

func (o *LdapCertificateIdentityProviderList) GetOrderByOk() (*string, bool)

GetOrderByOk returns a tuple with the OrderBy field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LdapCertificateIdentityProviderList) GetQueries ¶

func (o *LdapCertificateIdentityProviderList) GetQueries() []string

GetQueries returns the Queries field value if set, zero value otherwise.

func (*LdapCertificateIdentityProviderList) GetQueriesOk ¶

func (o *LdapCertificateIdentityProviderList) GetQueriesOk() ([]string, bool)

GetQueriesOk returns a tuple with the Queries field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LdapCertificateIdentityProviderList) GetQuery ¶

GetQuery returns the Query field value if set, zero value otherwise. Deprecated

func (*LdapCertificateIdentityProviderList) GetQueryOk ¶

func (o *LdapCertificateIdentityProviderList) GetQueryOk() (*string, bool)

GetQueryOk returns a tuple with the Query field value if set, nil otherwise and a boolean to check if the value has been set. Deprecated

func (*LdapCertificateIdentityProviderList) GetRange ¶

GetRange returns the Range field value if set, zero value otherwise.

func (*LdapCertificateIdentityProviderList) GetRangeOk ¶

func (o *LdapCertificateIdentityProviderList) GetRangeOk() (*string, bool)

GetRangeOk returns a tuple with the Range field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LdapCertificateIdentityProviderList) HasData ¶

HasData returns a boolean if a field has been set.

func (*LdapCertificateIdentityProviderList) HasDescending ¶

func (o *LdapCertificateIdentityProviderList) HasDescending() bool

HasDescending returns a boolean if a field has been set.

func (*LdapCertificateIdentityProviderList) HasFilterBy ¶

func (o *LdapCertificateIdentityProviderList) HasFilterBy() bool

HasFilterBy returns a boolean if a field has been set.

func (*LdapCertificateIdentityProviderList) HasOrderBy ¶

func (o *LdapCertificateIdentityProviderList) HasOrderBy() bool

HasOrderBy returns a boolean if a field has been set.

func (*LdapCertificateIdentityProviderList) HasQueries ¶

func (o *LdapCertificateIdentityProviderList) HasQueries() bool

HasQueries returns a boolean if a field has been set.

func (*LdapCertificateIdentityProviderList) HasQuery ¶

HasQuery returns a boolean if a field has been set.

func (*LdapCertificateIdentityProviderList) HasRange ¶

HasRange returns a boolean if a field has been set.

func (LdapCertificateIdentityProviderList) MarshalJSON ¶

func (o LdapCertificateIdentityProviderList) MarshalJSON() ([]byte, error)

func (*LdapCertificateIdentityProviderList) SetData ¶

SetData gets a reference to the given []LdapCertificateProvider and assigns it to the Data field.

func (*LdapCertificateIdentityProviderList) SetDescending ¶

func (o *LdapCertificateIdentityProviderList) SetDescending(v bool)

SetDescending gets a reference to the given bool and assigns it to the Descending field.

func (*LdapCertificateIdentityProviderList) SetFilterBy ¶

func (o *LdapCertificateIdentityProviderList) SetFilterBy(v []FilterBy)

SetFilterBy gets a reference to the given []FilterBy and assigns it to the FilterBy field.

func (*LdapCertificateIdentityProviderList) SetOrderBy ¶

SetOrderBy gets a reference to the given string and assigns it to the OrderBy field.

func (*LdapCertificateIdentityProviderList) SetQueries ¶

func (o *LdapCertificateIdentityProviderList) SetQueries(v []string)

SetQueries gets a reference to the given []string and assigns it to the Queries field.

func (*LdapCertificateIdentityProviderList) SetQuery ¶

SetQuery gets a reference to the given string and assigns it to the Query field. Deprecated

func (*LdapCertificateIdentityProviderList) SetRange ¶

SetRange gets a reference to the given string and assigns it to the Range field.

type LdapCertificateIdentityProvidersApiService ¶

type LdapCertificateIdentityProvidersApiService service

LdapCertificateIdentityProvidersApiService IdentityProvidersApi service

func (*LdapCertificateIdentityProvidersApiService) IdentityProvidersGet ¶

IdentityProvidersGet List all Identity Providers.

List all Identity Providers visible to current user.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiLdapCertificateIdentityProvidersGetRequest

func (*LdapCertificateIdentityProvidersApiService) IdentityProvidersGetExecute ¶

Execute executes the request

@return LdapCertificateIdentityProviderList

func (*LdapCertificateIdentityProvidersApiService) IdentityProvidersIdAttributesPost ¶

IdentityProvidersIdAttributesPost Get user attributes from an existing Identity Provider.

Get raw attributes and mapped claims for a user.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id ID of the object.
@return ApiLdapCertificateIdentityProvidersIdAttributesPostRequest

func (*LdapCertificateIdentityProvidersApiService) IdentityProvidersIdAttributesPostExecute ¶

Execute executes the request

@return IdentityProvidersIdAttributesPost200Response

func (*LdapCertificateIdentityProvidersApiService) IdentityProvidersIdDelete ¶

IdentityProvidersIdDelete Delete a specific Identity Provider.

Delete a specific Identity Provider.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id ID of the object.
@return ApiLdapCertificateIdentityProvidersIdDeleteRequest

func (*LdapCertificateIdentityProvidersApiService) IdentityProvidersIdDeleteExecute ¶

Execute executes the request

func (*LdapCertificateIdentityProvidersApiService) IdentityProvidersIdGet ¶

IdentityProvidersIdGet Get a specific Identity Provider.

Get a specific Identity Provider.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id ID of the object.
@return ApiLdapCertificateIdentityProvidersIdGetRequest

func (*LdapCertificateIdentityProvidersApiService) IdentityProvidersIdGetExecute ¶

Execute executes the request

@return LdapCertificateProvider

func (*LdapCertificateIdentityProvidersApiService) IdentityProvidersIdPut ¶

IdentityProvidersIdPut Update an existing Identity Provider.

Update an existing Identity Provider.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id ID of the object.
@return ApiLdapCertificateIdentityProvidersIdPutRequest

func (*LdapCertificateIdentityProvidersApiService) IdentityProvidersIdPutExecute ¶

Execute executes the request

@return LdapCertificateProvider

func (*LdapCertificateIdentityProvidersApiService) IdentityProvidersPost ¶

IdentityProvidersPost Create a new Identity Provider.

Create a new Identity Provider.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiLdapCertificateIdentityProvidersPostRequest

func (*LdapCertificateIdentityProvidersApiService) IdentityProvidersPostExecute ¶

Execute executes the request

@return LdapCertificateProvider

func (*LdapCertificateIdentityProvidersApiService) IdentityProvidersTestPost ¶

IdentityProvidersTestPost Test an Identity Provider connection.

Test connection for the given Identity Provider JSON.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiLdapCertificateIdentityProvidersTestPostRequest

func (*LdapCertificateIdentityProvidersApiService) IdentityProvidersTestPostExecute ¶

Execute executes the request

@return IdentityProvidersTestPost200Response

type LdapCertificateProvider ¶

type LdapCertificateProvider struct {
	// ID of the object.
	Id *string `json:"id,omitempty"`
	// Name of the object.
	Name string `json:"name"`
	// Notes for the object. Used for documentation purposes.
	Notes *string `json:"notes,omitempty"`
	// Create date.
	Created *time.Time `json:"created,omitempty"`
	// Last update date.
	Updated *time.Time `json:"updated,omitempty"`
	// Array of tags.
	Tags []string `json:"tags,omitempty"`
	// The type of the Identity Provider.
	Type string `json:"type"`
	// The IPv4 Pool ID the users in this Identity Provider are going to use to allocate IP addresses for the tunnels.
	IpPoolV4 *string `json:"ipPoolV4,omitempty"`
	// The IPv6 Pool ID the users in this Identity Provider are going to use to allocate IP addresses for the tunnels.
	IpPoolV6 *string `json:"ipPoolV6,omitempty"`
	// The mapping of Identity Provider attributes to claims.
	ClaimMappings []ClaimMappingsInner `json:"claimMappings,omitempty"`
	// ID of the User Claim Scripts to run during authorization.
	UserScripts []string `json:"userScripts,omitempty"`
	// The DNS servers to be assigned to the Clients of the users in this Identity Provider.
	DnsServers []string `json:"dnsServers,omitempty"`
	// The DNS search domains to be assigned to Clients of the users in this Identity Provider.
	DnsSearchDomains []string `json:"dnsSearchDomains,omitempty"`
	// Whether the provider will be listed in the Admin UI or not.
	AdminProvider *bool `json:"adminProvider,omitempty"`
	// The device limit per user. The existing on-boarded devices will still be able to sign in even if the limit is exceeded.
	DeviceLimitPerUser *int32                                          `json:"deviceLimitPerUser,omitempty"`
	OnBoarding2FA      *ConfigurableIdentityProviderAllOfOnBoarding2FA `json:"onBoarding2FA,omitempty"`
	// (Desktop) clients will sign out automatically after the user has been inactive on the device for the configured duration. Set it to 0 to disable.
	InactivityTimeoutMinutes *int32 `json:"inactivityTimeoutMinutes,omitempty"`
	// Whether or not to take network inactivity into account when measuring client inactivity timeout.
	NetworkInactivityTimeoutEnabled *bool `json:"networkInactivityTimeoutEnabled,omitempty"`
	// If enabled, Windows Client will configure the network profile as \"DomainAuthenticated\".
	EnforceWindowsNetworkProfileAsDomain *bool `json:"enforceWindowsNetworkProfileAsDomain,omitempty"`
	// Whether the Windows Client will block local DNS requests or not.
	BlockLocalDnsRequests *bool `json:"blockLocalDnsRequests,omitempty"`
	// The mapping of Identity Provider on demand attributes to claims.
	OnDemandClaimMappings []OnDemandClaimMappingsInner `json:"onDemandClaimMappings,omitempty"`
	// Hostnames/IP addresses to connect.
	Hostnames []string `json:"hostnames"`
	// Port to connect.
	Port int32 `json:"port"`
	// Whether to use LDAPS protocol or not.
	SslEnabled *bool `json:"sslEnabled,omitempty"`
	// The Distinguished Name to login to LDAP and query users with.
	AdminDistinguishedName string `json:"adminDistinguishedName"`
	// The password to login to LDAP and query users with. Required on creation.
	AdminPassword *string `json:"adminPassword,omitempty"`
	// The subset of the LDAP server to search users from. If not set, root of the server is used.
	BaseDn *string `json:"baseDn,omitempty"`
	// The object class of the users to be authenticated and queried.
	ObjectClass *string `json:"objectClass,omitempty"`
	// The name of the attribute to get the exact username from the LDAP server.
	UsernameAttribute *string `json:"usernameAttribute,omitempty"`
	// The filter to use while querying users' nested groups.
	MembershipFilter *string `json:"membershipFilter,omitempty"`
	// The subset of the LDAP server to search groups from. If not set, \"baseDn\" is used.
	MembershipBaseDn *string                           `json:"membershipBaseDn,omitempty"`
	PasswordWarning  *LdapProviderAllOfPasswordWarning `json:"passwordWarning,omitempty"`
	// CA certificates to verify the Client certificates. In PEM format.
	CaCertificates []string `json:"caCertificates"`
	// The LDAP attribute to compare the Client certificate's Subject Alternative Name.
	CertificateUserAttribute *string `json:"certificateUserAttribute,omitempty"`
	// The LDAP attribute to compare the Client certificate binary. Leave it null to skip this comparison.
	CertificateAttribute *string `json:"certificateAttribute,omitempty"`
	// By default, Controller contacts the endpoints on the certificate extensions in order to verify revocation status and pull the intermediate CA certificates. Set this flag in order to skip them.
	SkipX509ExternalChecks *bool `json:"skipX509ExternalChecks,omitempty"`
	// Client will order the available certificates according to the given priority list.
	CertificatePriorities []LdapCertificateProviderAllOfCertificatePriorities `json:"certificatePriorities,omitempty"`
}

LdapCertificateProvider struct for LdapCertificateProvider

func NewLdapCertificateProvider ¶

func NewLdapCertificateProvider(name string, type_ string, hostnames []string, port int32, adminDistinguishedName string, caCertificates []string) *LdapCertificateProvider

NewLdapCertificateProvider instantiates a new LdapCertificateProvider object This constructor will assign default values to properties that have it defined, 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 NewLdapCertificateProviderWithDefaults ¶

func NewLdapCertificateProviderWithDefaults() *LdapCertificateProvider

NewLdapCertificateProviderWithDefaults instantiates a new LdapCertificateProvider object This 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 (*LdapCertificateProvider) GetAdminDistinguishedName ¶

func (o *LdapCertificateProvider) GetAdminDistinguishedName() string

GetAdminDistinguishedName returns the AdminDistinguishedName field value

func (*LdapCertificateProvider) GetAdminDistinguishedNameOk ¶

func (o *LdapCertificateProvider) GetAdminDistinguishedNameOk() (*string, bool)

GetAdminDistinguishedNameOk returns a tuple with the AdminDistinguishedName field value and a boolean to check if the value has been set.

func (*LdapCertificateProvider) GetAdminPassword ¶

func (o *LdapCertificateProvider) GetAdminPassword() string

GetAdminPassword returns the AdminPassword field value if set, zero value otherwise.

func (*LdapCertificateProvider) GetAdminPasswordOk ¶

func (o *LdapCertificateProvider) GetAdminPasswordOk() (*string, bool)

GetAdminPasswordOk returns a tuple with the AdminPassword field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LdapCertificateProvider) GetAdminProvider ¶

func (o *LdapCertificateProvider) GetAdminProvider() bool

GetAdminProvider returns the AdminProvider field value if set, zero value otherwise.

func (*LdapCertificateProvider) GetAdminProviderOk ¶

func (o *LdapCertificateProvider) GetAdminProviderOk() (*bool, bool)

GetAdminProviderOk returns a tuple with the AdminProvider field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LdapCertificateProvider) GetBaseDn ¶

func (o *LdapCertificateProvider) GetBaseDn() string

GetBaseDn returns the BaseDn field value if set, zero value otherwise.

func (*LdapCertificateProvider) GetBaseDnOk ¶

func (o *LdapCertificateProvider) GetBaseDnOk() (*string, bool)

GetBaseDnOk returns a tuple with the BaseDn field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LdapCertificateProvider) GetBlockLocalDnsRequests ¶

func (o *LdapCertificateProvider) GetBlockLocalDnsRequests() bool

GetBlockLocalDnsRequests returns the BlockLocalDnsRequests field value if set, zero value otherwise.

func (*LdapCertificateProvider) GetBlockLocalDnsRequestsOk ¶

func (o *LdapCertificateProvider) GetBlockLocalDnsRequestsOk() (*bool, bool)

GetBlockLocalDnsRequestsOk returns a tuple with the BlockLocalDnsRequests field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LdapCertificateProvider) GetCaCertificates ¶

func (o *LdapCertificateProvider) GetCaCertificates() []string

GetCaCertificates returns the CaCertificates field value

func (*LdapCertificateProvider) GetCaCertificatesOk ¶

func (o *LdapCertificateProvider) GetCaCertificatesOk() ([]string, bool)

GetCaCertificatesOk returns a tuple with the CaCertificates field value and a boolean to check if the value has been set.

func (*LdapCertificateProvider) GetCertificateAttribute ¶

func (o *LdapCertificateProvider) GetCertificateAttribute() string

GetCertificateAttribute returns the CertificateAttribute field value if set, zero value otherwise.

func (*LdapCertificateProvider) GetCertificateAttributeOk ¶

func (o *LdapCertificateProvider) GetCertificateAttributeOk() (*string, bool)

GetCertificateAttributeOk returns a tuple with the CertificateAttribute field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LdapCertificateProvider) GetCertificatePriorities ¶

GetCertificatePriorities returns the CertificatePriorities field value if set, zero value otherwise.

func (*LdapCertificateProvider) GetCertificatePrioritiesOk ¶

GetCertificatePrioritiesOk returns a tuple with the CertificatePriorities field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LdapCertificateProvider) GetCertificateUserAttribute ¶

func (o *LdapCertificateProvider) GetCertificateUserAttribute() string

GetCertificateUserAttribute returns the CertificateUserAttribute field value if set, zero value otherwise.

func (*LdapCertificateProvider) GetCertificateUserAttributeOk ¶

func (o *LdapCertificateProvider) GetCertificateUserAttributeOk() (*string, bool)

GetCertificateUserAttributeOk returns a tuple with the CertificateUserAttribute field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LdapCertificateProvider) GetClaimMappings ¶

func (o *LdapCertificateProvider) GetClaimMappings() []ClaimMappingsInner

GetClaimMappings returns the ClaimMappings field value if set, zero value otherwise.

func (*LdapCertificateProvider) GetClaimMappingsOk ¶

func (o *LdapCertificateProvider) GetClaimMappingsOk() ([]ClaimMappingsInner, bool)

GetClaimMappingsOk returns a tuple with the ClaimMappings field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LdapCertificateProvider) GetCreated ¶

func (o *LdapCertificateProvider) GetCreated() time.Time

GetCreated returns the Created field value if set, zero value otherwise.

func (*LdapCertificateProvider) GetCreatedOk ¶

func (o *LdapCertificateProvider) GetCreatedOk() (*time.Time, bool)

GetCreatedOk returns a tuple with the Created field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LdapCertificateProvider) GetDeviceLimitPerUser ¶

func (o *LdapCertificateProvider) GetDeviceLimitPerUser() int32

GetDeviceLimitPerUser returns the DeviceLimitPerUser field value if set, zero value otherwise.

func (*LdapCertificateProvider) GetDeviceLimitPerUserOk ¶

func (o *LdapCertificateProvider) GetDeviceLimitPerUserOk() (*int32, bool)

GetDeviceLimitPerUserOk returns a tuple with the DeviceLimitPerUser field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LdapCertificateProvider) GetDnsSearchDomains ¶

func (o *LdapCertificateProvider) GetDnsSearchDomains() []string

GetDnsSearchDomains returns the DnsSearchDomains field value if set, zero value otherwise.

func (*LdapCertificateProvider) GetDnsSearchDomainsOk ¶

func (o *LdapCertificateProvider) GetDnsSearchDomainsOk() ([]string, bool)

GetDnsSearchDomainsOk returns a tuple with the DnsSearchDomains field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LdapCertificateProvider) GetDnsServers ¶

func (o *LdapCertificateProvider) GetDnsServers() []string

GetDnsServers returns the DnsServers field value if set, zero value otherwise.

func (*LdapCertificateProvider) GetDnsServersOk ¶

func (o *LdapCertificateProvider) GetDnsServersOk() ([]string, bool)

GetDnsServersOk returns a tuple with the DnsServers field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LdapCertificateProvider) GetEnforceWindowsNetworkProfileAsDomain ¶

func (o *LdapCertificateProvider) GetEnforceWindowsNetworkProfileAsDomain() bool

GetEnforceWindowsNetworkProfileAsDomain returns the EnforceWindowsNetworkProfileAsDomain field value if set, zero value otherwise.

func (*LdapCertificateProvider) GetEnforceWindowsNetworkProfileAsDomainOk ¶

func (o *LdapCertificateProvider) GetEnforceWindowsNetworkProfileAsDomainOk() (*bool, bool)

GetEnforceWindowsNetworkProfileAsDomainOk returns a tuple with the EnforceWindowsNetworkProfileAsDomain field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LdapCertificateProvider) GetHostnames ¶

func (o *LdapCertificateProvider) GetHostnames() []string

GetHostnames returns the Hostnames field value

func (*LdapCertificateProvider) GetHostnamesOk ¶

func (o *LdapCertificateProvider) GetHostnamesOk() ([]string, bool)

GetHostnamesOk returns a tuple with the Hostnames field value and a boolean to check if the value has been set.

func (*LdapCertificateProvider) GetId ¶

func (o *LdapCertificateProvider) GetId() string

GetId returns the Id field value if set, zero value otherwise.

func (*LdapCertificateProvider) GetIdOk ¶

func (o *LdapCertificateProvider) 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 (*LdapCertificateProvider) GetInactivityTimeoutMinutes ¶

func (o *LdapCertificateProvider) GetInactivityTimeoutMinutes() int32

GetInactivityTimeoutMinutes returns the InactivityTimeoutMinutes field value if set, zero value otherwise.

func (*LdapCertificateProvider) GetInactivityTimeoutMinutesOk ¶

func (o *LdapCertificateProvider) GetInactivityTimeoutMinutesOk() (*int32, bool)

GetInactivityTimeoutMinutesOk returns a tuple with the InactivityTimeoutMinutes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LdapCertificateProvider) GetIpPoolV4 ¶

func (o *LdapCertificateProvider) GetIpPoolV4() string

GetIpPoolV4 returns the IpPoolV4 field value if set, zero value otherwise.

func (*LdapCertificateProvider) GetIpPoolV4Ok ¶

func (o *LdapCertificateProvider) GetIpPoolV4Ok() (*string, bool)

GetIpPoolV4Ok returns a tuple with the IpPoolV4 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LdapCertificateProvider) GetIpPoolV6 ¶

func (o *LdapCertificateProvider) GetIpPoolV6() string

GetIpPoolV6 returns the IpPoolV6 field value if set, zero value otherwise.

func (*LdapCertificateProvider) GetIpPoolV6Ok ¶

func (o *LdapCertificateProvider) GetIpPoolV6Ok() (*string, bool)

GetIpPoolV6Ok returns a tuple with the IpPoolV6 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LdapCertificateProvider) GetMembershipBaseDn ¶

func (o *LdapCertificateProvider) GetMembershipBaseDn() string

GetMembershipBaseDn returns the MembershipBaseDn field value if set, zero value otherwise.

func (*LdapCertificateProvider) GetMembershipBaseDnOk ¶

func (o *LdapCertificateProvider) GetMembershipBaseDnOk() (*string, bool)

GetMembershipBaseDnOk returns a tuple with the MembershipBaseDn field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LdapCertificateProvider) GetMembershipFilter ¶

func (o *LdapCertificateProvider) GetMembershipFilter() string

GetMembershipFilter returns the MembershipFilter field value if set, zero value otherwise.

func (*LdapCertificateProvider) GetMembershipFilterOk ¶

func (o *LdapCertificateProvider) GetMembershipFilterOk() (*string, bool)

GetMembershipFilterOk returns a tuple with the MembershipFilter field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LdapCertificateProvider) GetName ¶

func (o *LdapCertificateProvider) GetName() string

GetName returns the Name field value

func (*LdapCertificateProvider) GetNameOk ¶

func (o *LdapCertificateProvider) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.

func (*LdapCertificateProvider) GetNetworkInactivityTimeoutEnabled ¶

func (o *LdapCertificateProvider) GetNetworkInactivityTimeoutEnabled() bool

GetNetworkInactivityTimeoutEnabled returns the NetworkInactivityTimeoutEnabled field value if set, zero value otherwise.

func (*LdapCertificateProvider) GetNetworkInactivityTimeoutEnabledOk ¶

func (o *LdapCertificateProvider) GetNetworkInactivityTimeoutEnabledOk() (*bool, bool)

GetNetworkInactivityTimeoutEnabledOk returns a tuple with the NetworkInactivityTimeoutEnabled field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LdapCertificateProvider) GetNotes ¶

func (o *LdapCertificateProvider) GetNotes() string

GetNotes returns the Notes field value if set, zero value otherwise.

func (*LdapCertificateProvider) GetNotesOk ¶

func (o *LdapCertificateProvider) GetNotesOk() (*string, bool)

GetNotesOk returns a tuple with the Notes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LdapCertificateProvider) GetObjectClass ¶

func (o *LdapCertificateProvider) GetObjectClass() string

GetObjectClass returns the ObjectClass field value if set, zero value otherwise.

func (*LdapCertificateProvider) GetObjectClassOk ¶

func (o *LdapCertificateProvider) GetObjectClassOk() (*string, bool)

GetObjectClassOk returns a tuple with the ObjectClass field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LdapCertificateProvider) GetOnBoarding2FA ¶

GetOnBoarding2FA returns the OnBoarding2FA field value if set, zero value otherwise.

func (*LdapCertificateProvider) GetOnBoarding2FAOk ¶

GetOnBoarding2FAOk returns a tuple with the OnBoarding2FA field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LdapCertificateProvider) GetOnDemandClaimMappings ¶

func (o *LdapCertificateProvider) GetOnDemandClaimMappings() []OnDemandClaimMappingsInner

GetOnDemandClaimMappings returns the OnDemandClaimMappings field value if set, zero value otherwise.

func (*LdapCertificateProvider) GetOnDemandClaimMappingsOk ¶

func (o *LdapCertificateProvider) GetOnDemandClaimMappingsOk() ([]OnDemandClaimMappingsInner, bool)

GetOnDemandClaimMappingsOk returns a tuple with the OnDemandClaimMappings field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LdapCertificateProvider) GetPasswordWarning ¶

GetPasswordWarning returns the PasswordWarning field value if set, zero value otherwise.

func (*LdapCertificateProvider) GetPasswordWarningOk ¶

func (o *LdapCertificateProvider) GetPasswordWarningOk() (*LdapProviderAllOfPasswordWarning, bool)

GetPasswordWarningOk returns a tuple with the PasswordWarning field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LdapCertificateProvider) GetPort ¶

func (o *LdapCertificateProvider) GetPort() int32

GetPort returns the Port field value

func (*LdapCertificateProvider) GetPortOk ¶

func (o *LdapCertificateProvider) GetPortOk() (*int32, bool)

GetPortOk returns a tuple with the Port field value and a boolean to check if the value has been set.

func (*LdapCertificateProvider) GetSkipX509ExternalChecks ¶

func (o *LdapCertificateProvider) GetSkipX509ExternalChecks() bool

GetSkipX509ExternalChecks returns the SkipX509ExternalChecks field value if set, zero value otherwise.

func (*LdapCertificateProvider) GetSkipX509ExternalChecksOk ¶

func (o *LdapCertificateProvider) GetSkipX509ExternalChecksOk() (*bool, bool)

GetSkipX509ExternalChecksOk returns a tuple with the SkipX509ExternalChecks field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LdapCertificateProvider) GetSslEnabled ¶

func (o *LdapCertificateProvider) GetSslEnabled() bool

GetSslEnabled returns the SslEnabled field value if set, zero value otherwise.

func (*LdapCertificateProvider) GetSslEnabledOk ¶

func (o *LdapCertificateProvider) GetSslEnabledOk() (*bool, bool)

GetSslEnabledOk returns a tuple with the SslEnabled field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LdapCertificateProvider) GetTags ¶

func (o *LdapCertificateProvider) GetTags() []string

GetTags returns the Tags field value if set, zero value otherwise.

func (*LdapCertificateProvider) GetTagsOk ¶

func (o *LdapCertificateProvider) GetTagsOk() ([]string, bool)

GetTagsOk returns a tuple with the Tags field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LdapCertificateProvider) GetType ¶

func (o *LdapCertificateProvider) GetType() string

GetType returns the Type field value

func (*LdapCertificateProvider) GetTypeOk ¶

func (o *LdapCertificateProvider) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (*LdapCertificateProvider) GetUpdated ¶

func (o *LdapCertificateProvider) GetUpdated() time.Time

GetUpdated returns the Updated field value if set, zero value otherwise.

func (*LdapCertificateProvider) GetUpdatedOk ¶

func (o *LdapCertificateProvider) GetUpdatedOk() (*time.Time, bool)

GetUpdatedOk returns a tuple with the Updated field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LdapCertificateProvider) GetUserScripts ¶

func (o *LdapCertificateProvider) GetUserScripts() []string

GetUserScripts returns the UserScripts field value if set, zero value otherwise.

func (*LdapCertificateProvider) GetUserScriptsOk ¶

func (o *LdapCertificateProvider) GetUserScriptsOk() ([]string, bool)

GetUserScriptsOk returns a tuple with the UserScripts field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LdapCertificateProvider) GetUsernameAttribute ¶

func (o *LdapCertificateProvider) GetUsernameAttribute() string

GetUsernameAttribute returns the UsernameAttribute field value if set, zero value otherwise.

func (*LdapCertificateProvider) GetUsernameAttributeOk ¶

func (o *LdapCertificateProvider) GetUsernameAttributeOk() (*string, bool)

GetUsernameAttributeOk returns a tuple with the UsernameAttribute field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LdapCertificateProvider) HasAdminPassword ¶

func (o *LdapCertificateProvider) HasAdminPassword() bool

HasAdminPassword returns a boolean if a field has been set.

func (*LdapCertificateProvider) HasAdminProvider ¶

func (o *LdapCertificateProvider) HasAdminProvider() bool

HasAdminProvider returns a boolean if a field has been set.

func (*LdapCertificateProvider) HasBaseDn ¶

func (o *LdapCertificateProvider) HasBaseDn() bool

HasBaseDn returns a boolean if a field has been set.

func (*LdapCertificateProvider) HasBlockLocalDnsRequests ¶

func (o *LdapCertificateProvider) HasBlockLocalDnsRequests() bool

HasBlockLocalDnsRequests returns a boolean if a field has been set.

func (*LdapCertificateProvider) HasCertificateAttribute ¶

func (o *LdapCertificateProvider) HasCertificateAttribute() bool

HasCertificateAttribute returns a boolean if a field has been set.

func (*LdapCertificateProvider) HasCertificatePriorities ¶

func (o *LdapCertificateProvider) HasCertificatePriorities() bool

HasCertificatePriorities returns a boolean if a field has been set.

func (*LdapCertificateProvider) HasCertificateUserAttribute ¶

func (o *LdapCertificateProvider) HasCertificateUserAttribute() bool

HasCertificateUserAttribute returns a boolean if a field has been set.

func (*LdapCertificateProvider) HasClaimMappings ¶

func (o *LdapCertificateProvider) HasClaimMappings() bool

HasClaimMappings returns a boolean if a field has been set.

func (*LdapCertificateProvider) HasCreated ¶

func (o *LdapCertificateProvider) HasCreated() bool

HasCreated returns a boolean if a field has been set.

func (*LdapCertificateProvider) HasDeviceLimitPerUser ¶

func (o *LdapCertificateProvider) HasDeviceLimitPerUser() bool

HasDeviceLimitPerUser returns a boolean if a field has been set.

func (*LdapCertificateProvider) HasDnsSearchDomains ¶

func (o *LdapCertificateProvider) HasDnsSearchDomains() bool

HasDnsSearchDomains returns a boolean if a field has been set.

func (*LdapCertificateProvider) HasDnsServers ¶

func (o *LdapCertificateProvider) HasDnsServers() bool

HasDnsServers returns a boolean if a field has been set.

func (*LdapCertificateProvider) HasEnforceWindowsNetworkProfileAsDomain ¶

func (o *LdapCertificateProvider) HasEnforceWindowsNetworkProfileAsDomain() bool

HasEnforceWindowsNetworkProfileAsDomain returns a boolean if a field has been set.

func (*LdapCertificateProvider) HasId ¶

func (o *LdapCertificateProvider) HasId() bool

HasId returns a boolean if a field has been set.

func (*LdapCertificateProvider) HasInactivityTimeoutMinutes ¶

func (o *LdapCertificateProvider) HasInactivityTimeoutMinutes() bool

HasInactivityTimeoutMinutes returns a boolean if a field has been set.

func (*LdapCertificateProvider) HasIpPoolV4 ¶

func (o *LdapCertificateProvider) HasIpPoolV4() bool

HasIpPoolV4 returns a boolean if a field has been set.

func (*LdapCertificateProvider) HasIpPoolV6 ¶

func (o *LdapCertificateProvider) HasIpPoolV6() bool

HasIpPoolV6 returns a boolean if a field has been set.

func (*LdapCertificateProvider) HasMembershipBaseDn ¶

func (o *LdapCertificateProvider) HasMembershipBaseDn() bool

HasMembershipBaseDn returns a boolean if a field has been set.

func (*LdapCertificateProvider) HasMembershipFilter ¶

func (o *LdapCertificateProvider) HasMembershipFilter() bool

HasMembershipFilter returns a boolean if a field has been set.

func (*LdapCertificateProvider) HasNetworkInactivityTimeoutEnabled ¶

func (o *LdapCertificateProvider) HasNetworkInactivityTimeoutEnabled() bool

HasNetworkInactivityTimeoutEnabled returns a boolean if a field has been set.

func (*LdapCertificateProvider) HasNotes ¶

func (o *LdapCertificateProvider) HasNotes() bool

HasNotes returns a boolean if a field has been set.

func (*LdapCertificateProvider) HasObjectClass ¶

func (o *LdapCertificateProvider) HasObjectClass() bool

HasObjectClass returns a boolean if a field has been set.

func (*LdapCertificateProvider) HasOnBoarding2FA ¶

func (o *LdapCertificateProvider) HasOnBoarding2FA() bool

HasOnBoarding2FA returns a boolean if a field has been set.

func (*LdapCertificateProvider) HasOnDemandClaimMappings ¶

func (o *LdapCertificateProvider) HasOnDemandClaimMappings() bool

HasOnDemandClaimMappings returns a boolean if a field has been set.

func (*LdapCertificateProvider) HasPasswordWarning ¶

func (o *LdapCertificateProvider) HasPasswordWarning() bool

HasPasswordWarning returns a boolean if a field has been set.

func (*LdapCertificateProvider) HasSkipX509ExternalChecks ¶

func (o *LdapCertificateProvider) HasSkipX509ExternalChecks() bool

HasSkipX509ExternalChecks returns a boolean if a field has been set.

func (*LdapCertificateProvider) HasSslEnabled ¶

func (o *LdapCertificateProvider) HasSslEnabled() bool

HasSslEnabled returns a boolean if a field has been set.

func (*LdapCertificateProvider) HasTags ¶

func (o *LdapCertificateProvider) HasTags() bool

HasTags returns a boolean if a field has been set.

func (*LdapCertificateProvider) HasUpdated ¶

func (o *LdapCertificateProvider) HasUpdated() bool

HasUpdated returns a boolean if a field has been set.

func (*LdapCertificateProvider) HasUserScripts ¶

func (o *LdapCertificateProvider) HasUserScripts() bool

HasUserScripts returns a boolean if a field has been set.

func (*LdapCertificateProvider) HasUsernameAttribute ¶

func (o *LdapCertificateProvider) HasUsernameAttribute() bool

HasUsernameAttribute returns a boolean if a field has been set.

func (LdapCertificateProvider) MarshalJSON ¶

func (o LdapCertificateProvider) MarshalJSON() ([]byte, error)

func (*LdapCertificateProvider) SetAdminDistinguishedName ¶

func (o *LdapCertificateProvider) SetAdminDistinguishedName(v string)

SetAdminDistinguishedName sets field value

func (*LdapCertificateProvider) SetAdminPassword ¶

func (o *LdapCertificateProvider) SetAdminPassword(v string)

SetAdminPassword gets a reference to the given string and assigns it to the AdminPassword field.

func (*LdapCertificateProvider) SetAdminProvider ¶

func (o *LdapCertificateProvider) SetAdminProvider(v bool)

SetAdminProvider gets a reference to the given bool and assigns it to the AdminProvider field.

func (*LdapCertificateProvider) SetBaseDn ¶

func (o *LdapCertificateProvider) SetBaseDn(v string)

SetBaseDn gets a reference to the given string and assigns it to the BaseDn field.

func (*LdapCertificateProvider) SetBlockLocalDnsRequests ¶

func (o *LdapCertificateProvider) SetBlockLocalDnsRequests(v bool)

SetBlockLocalDnsRequests gets a reference to the given bool and assigns it to the BlockLocalDnsRequests field.

func (*LdapCertificateProvider) SetCaCertificates ¶

func (o *LdapCertificateProvider) SetCaCertificates(v []string)

SetCaCertificates sets field value

func (*LdapCertificateProvider) SetCertificateAttribute ¶

func (o *LdapCertificateProvider) SetCertificateAttribute(v string)

SetCertificateAttribute gets a reference to the given string and assigns it to the CertificateAttribute field.

func (*LdapCertificateProvider) SetCertificatePriorities ¶

SetCertificatePriorities gets a reference to the given []LdapCertificateProviderAllOfCertificatePriorities and assigns it to the CertificatePriorities field.

func (*LdapCertificateProvider) SetCertificateUserAttribute ¶

func (o *LdapCertificateProvider) SetCertificateUserAttribute(v string)

SetCertificateUserAttribute gets a reference to the given string and assigns it to the CertificateUserAttribute field.

func (*LdapCertificateProvider) SetClaimMappings ¶

func (o *LdapCertificateProvider) SetClaimMappings(v []ClaimMappingsInner)

SetClaimMappings gets a reference to the given []ClaimMappingsInner and assigns it to the ClaimMappings field.

func (*LdapCertificateProvider) SetCreated ¶

func (o *LdapCertificateProvider) SetCreated(v time.Time)

SetCreated gets a reference to the given time.Time and assigns it to the Created field.

func (*LdapCertificateProvider) SetDeviceLimitPerUser ¶

func (o *LdapCertificateProvider) SetDeviceLimitPerUser(v int32)

SetDeviceLimitPerUser gets a reference to the given int32 and assigns it to the DeviceLimitPerUser field.

func (*LdapCertificateProvider) SetDnsSearchDomains ¶

func (o *LdapCertificateProvider) SetDnsSearchDomains(v []string)

SetDnsSearchDomains gets a reference to the given []string and assigns it to the DnsSearchDomains field.

func (*LdapCertificateProvider) SetDnsServers ¶

func (o *LdapCertificateProvider) SetDnsServers(v []string)

SetDnsServers gets a reference to the given []string and assigns it to the DnsServers field.

func (*LdapCertificateProvider) SetEnforceWindowsNetworkProfileAsDomain ¶

func (o *LdapCertificateProvider) SetEnforceWindowsNetworkProfileAsDomain(v bool)

SetEnforceWindowsNetworkProfileAsDomain gets a reference to the given bool and assigns it to the EnforceWindowsNetworkProfileAsDomain field.

func (*LdapCertificateProvider) SetHostnames ¶

func (o *LdapCertificateProvider) SetHostnames(v []string)

SetHostnames sets field value

func (*LdapCertificateProvider) SetId ¶

func (o *LdapCertificateProvider) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*LdapCertificateProvider) SetInactivityTimeoutMinutes ¶

func (o *LdapCertificateProvider) SetInactivityTimeoutMinutes(v int32)

SetInactivityTimeoutMinutes gets a reference to the given int32 and assigns it to the InactivityTimeoutMinutes field.

func (*LdapCertificateProvider) SetIpPoolV4 ¶

func (o *LdapCertificateProvider) SetIpPoolV4(v string)

SetIpPoolV4 gets a reference to the given string and assigns it to the IpPoolV4 field.

func (*LdapCertificateProvider) SetIpPoolV6 ¶

func (o *LdapCertificateProvider) SetIpPoolV6(v string)

SetIpPoolV6 gets a reference to the given string and assigns it to the IpPoolV6 field.

func (*LdapCertificateProvider) SetMembershipBaseDn ¶

func (o *LdapCertificateProvider) SetMembershipBaseDn(v string)

SetMembershipBaseDn gets a reference to the given string and assigns it to the MembershipBaseDn field.

func (*LdapCertificateProvider) SetMembershipFilter ¶

func (o *LdapCertificateProvider) SetMembershipFilter(v string)

SetMembershipFilter gets a reference to the given string and assigns it to the MembershipFilter field.

func (*LdapCertificateProvider) SetName ¶

func (o *LdapCertificateProvider) SetName(v string)

SetName sets field value

func (*LdapCertificateProvider) SetNetworkInactivityTimeoutEnabled ¶

func (o *LdapCertificateProvider) SetNetworkInactivityTimeoutEnabled(v bool)

SetNetworkInactivityTimeoutEnabled gets a reference to the given bool and assigns it to the NetworkInactivityTimeoutEnabled field.

func (*LdapCertificateProvider) SetNotes ¶

func (o *LdapCertificateProvider) SetNotes(v string)

SetNotes gets a reference to the given string and assigns it to the Notes field.

func (*LdapCertificateProvider) SetObjectClass ¶

func (o *LdapCertificateProvider) SetObjectClass(v string)

SetObjectClass gets a reference to the given string and assigns it to the ObjectClass field.

func (*LdapCertificateProvider) SetOnBoarding2FA ¶

SetOnBoarding2FA gets a reference to the given ConfigurableIdentityProviderAllOfOnBoarding2FA and assigns it to the OnBoarding2FA field.

func (*LdapCertificateProvider) SetOnDemandClaimMappings ¶

func (o *LdapCertificateProvider) SetOnDemandClaimMappings(v []OnDemandClaimMappingsInner)

SetOnDemandClaimMappings gets a reference to the given []OnDemandClaimMappingsInner and assigns it to the OnDemandClaimMappings field.

func (*LdapCertificateProvider) SetPasswordWarning ¶

SetPasswordWarning gets a reference to the given LdapProviderAllOfPasswordWarning and assigns it to the PasswordWarning field.

func (*LdapCertificateProvider) SetPort ¶

func (o *LdapCertificateProvider) SetPort(v int32)

SetPort sets field value

func (*LdapCertificateProvider) SetSkipX509ExternalChecks ¶

func (o *LdapCertificateProvider) SetSkipX509ExternalChecks(v bool)

SetSkipX509ExternalChecks gets a reference to the given bool and assigns it to the SkipX509ExternalChecks field.

func (*LdapCertificateProvider) SetSslEnabled ¶

func (o *LdapCertificateProvider) SetSslEnabled(v bool)

SetSslEnabled gets a reference to the given bool and assigns it to the SslEnabled field.

func (*LdapCertificateProvider) SetTags ¶

func (o *LdapCertificateProvider) SetTags(v []string)

SetTags gets a reference to the given []string and assigns it to the Tags field.

func (*LdapCertificateProvider) SetType ¶

func (o *LdapCertificateProvider) SetType(v string)

SetType sets field value

func (*LdapCertificateProvider) SetUpdated ¶

func (o *LdapCertificateProvider) SetUpdated(v time.Time)

SetUpdated gets a reference to the given time.Time and assigns it to the Updated field.

func (*LdapCertificateProvider) SetUserScripts ¶

func (o *LdapCertificateProvider) SetUserScripts(v []string)

SetUserScripts gets a reference to the given []string and assigns it to the UserScripts field.

func (*LdapCertificateProvider) SetUsernameAttribute ¶

func (o *LdapCertificateProvider) SetUsernameAttribute(v string)

SetUsernameAttribute gets a reference to the given string and assigns it to the UsernameAttribute field.

type LdapCertificateProviderAllOf ¶

type LdapCertificateProviderAllOf struct {
	// CA certificates to verify the Client certificates. In PEM format.
	CaCertificates []string `json:"caCertificates"`
	// The LDAP attribute to compare the Client certificate's Subject Alternative Name.
	CertificateUserAttribute *string `json:"certificateUserAttribute,omitempty"`
	// The LDAP attribute to compare the Client certificate binary. Leave it null to skip this comparison.
	CertificateAttribute *string `json:"certificateAttribute,omitempty"`
	// By default, Controller contacts the endpoints on the certificate extensions in order to verify revocation status and pull the intermediate CA certificates. Set this flag in order to skip them.
	SkipX509ExternalChecks *bool `json:"skipX509ExternalChecks,omitempty"`
	// Client will order the available certificates according to the given priority list.
	CertificatePriorities []LdapCertificateProviderAllOfCertificatePriorities `json:"certificatePriorities,omitempty"`
}

LdapCertificateProviderAllOf Represents an LDAP Certificate Identity Provider.

func NewLdapCertificateProviderAllOf ¶

func NewLdapCertificateProviderAllOf(caCertificates []string) *LdapCertificateProviderAllOf

NewLdapCertificateProviderAllOf instantiates a new LdapCertificateProviderAllOf object This constructor will assign default values to properties that have it defined, 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 NewLdapCertificateProviderAllOfWithDefaults ¶

func NewLdapCertificateProviderAllOfWithDefaults() *LdapCertificateProviderAllOf

NewLdapCertificateProviderAllOfWithDefaults instantiates a new LdapCertificateProviderAllOf object This 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 (*LdapCertificateProviderAllOf) GetCaCertificates ¶

func (o *LdapCertificateProviderAllOf) GetCaCertificates() []string

GetCaCertificates returns the CaCertificates field value

func (*LdapCertificateProviderAllOf) GetCaCertificatesOk ¶

func (o *LdapCertificateProviderAllOf) GetCaCertificatesOk() ([]string, bool)

GetCaCertificatesOk returns a tuple with the CaCertificates field value and a boolean to check if the value has been set.

func (*LdapCertificateProviderAllOf) GetCertificateAttribute ¶

func (o *LdapCertificateProviderAllOf) GetCertificateAttribute() string

GetCertificateAttribute returns the CertificateAttribute field value if set, zero value otherwise.

func (*LdapCertificateProviderAllOf) GetCertificateAttributeOk ¶

func (o *LdapCertificateProviderAllOf) GetCertificateAttributeOk() (*string, bool)

GetCertificateAttributeOk returns a tuple with the CertificateAttribute field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LdapCertificateProviderAllOf) GetCertificatePriorities ¶

GetCertificatePriorities returns the CertificatePriorities field value if set, zero value otherwise.

func (*LdapCertificateProviderAllOf) GetCertificatePrioritiesOk ¶

GetCertificatePrioritiesOk returns a tuple with the CertificatePriorities field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LdapCertificateProviderAllOf) GetCertificateUserAttribute ¶

func (o *LdapCertificateProviderAllOf) GetCertificateUserAttribute() string

GetCertificateUserAttribute returns the CertificateUserAttribute field value if set, zero value otherwise.

func (*LdapCertificateProviderAllOf) GetCertificateUserAttributeOk ¶

func (o *LdapCertificateProviderAllOf) GetCertificateUserAttributeOk() (*string, bool)

GetCertificateUserAttributeOk returns a tuple with the CertificateUserAttribute field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LdapCertificateProviderAllOf) GetSkipX509ExternalChecks ¶

func (o *LdapCertificateProviderAllOf) GetSkipX509ExternalChecks() bool

GetSkipX509ExternalChecks returns the SkipX509ExternalChecks field value if set, zero value otherwise.

func (*LdapCertificateProviderAllOf) GetSkipX509ExternalChecksOk ¶

func (o *LdapCertificateProviderAllOf) GetSkipX509ExternalChecksOk() (*bool, bool)

GetSkipX509ExternalChecksOk returns a tuple with the SkipX509ExternalChecks field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LdapCertificateProviderAllOf) HasCertificateAttribute ¶

func (o *LdapCertificateProviderAllOf) HasCertificateAttribute() bool

HasCertificateAttribute returns a boolean if a field has been set.

func (*LdapCertificateProviderAllOf) HasCertificatePriorities ¶

func (o *LdapCertificateProviderAllOf) HasCertificatePriorities() bool

HasCertificatePriorities returns a boolean if a field has been set.

func (*LdapCertificateProviderAllOf) HasCertificateUserAttribute ¶

func (o *LdapCertificateProviderAllOf) HasCertificateUserAttribute() bool

HasCertificateUserAttribute returns a boolean if a field has been set.

func (*LdapCertificateProviderAllOf) HasSkipX509ExternalChecks ¶

func (o *LdapCertificateProviderAllOf) HasSkipX509ExternalChecks() bool

HasSkipX509ExternalChecks returns a boolean if a field has been set.

func (LdapCertificateProviderAllOf) MarshalJSON ¶

func (o LdapCertificateProviderAllOf) MarshalJSON() ([]byte, error)

func (*LdapCertificateProviderAllOf) SetCaCertificates ¶

func (o *LdapCertificateProviderAllOf) SetCaCertificates(v []string)

SetCaCertificates sets field value

func (*LdapCertificateProviderAllOf) SetCertificateAttribute ¶

func (o *LdapCertificateProviderAllOf) SetCertificateAttribute(v string)

SetCertificateAttribute gets a reference to the given string and assigns it to the CertificateAttribute field.

func (*LdapCertificateProviderAllOf) SetCertificatePriorities ¶

SetCertificatePriorities gets a reference to the given []LdapCertificateProviderAllOfCertificatePriorities and assigns it to the CertificatePriorities field.

func (*LdapCertificateProviderAllOf) SetCertificateUserAttribute ¶

func (o *LdapCertificateProviderAllOf) SetCertificateUserAttribute(v string)

SetCertificateUserAttribute gets a reference to the given string and assigns it to the CertificateUserAttribute field.

func (*LdapCertificateProviderAllOf) SetSkipX509ExternalChecks ¶

func (o *LdapCertificateProviderAllOf) SetSkipX509ExternalChecks(v bool)

SetSkipX509ExternalChecks gets a reference to the given bool and assigns it to the SkipX509ExternalChecks field.

type LdapCertificateProviderAllOfCertificatePriorities ¶

type LdapCertificateProviderAllOfCertificatePriorities struct {
	// Which attribute to compare.
	Type *string `json:"type,omitempty"`
	// The value to compare to the certificate attribute.
	Value string `json:"value"`
}

LdapCertificateProviderAllOfCertificatePriorities struct for LdapCertificateProviderAllOfCertificatePriorities

func NewLdapCertificateProviderAllOfCertificatePriorities ¶

func NewLdapCertificateProviderAllOfCertificatePriorities(value string) *LdapCertificateProviderAllOfCertificatePriorities

NewLdapCertificateProviderAllOfCertificatePriorities instantiates a new LdapCertificateProviderAllOfCertificatePriorities object This constructor will assign default values to properties that have it defined, 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 NewLdapCertificateProviderAllOfCertificatePrioritiesWithDefaults ¶

func NewLdapCertificateProviderAllOfCertificatePrioritiesWithDefaults() *LdapCertificateProviderAllOfCertificatePriorities

NewLdapCertificateProviderAllOfCertificatePrioritiesWithDefaults instantiates a new LdapCertificateProviderAllOfCertificatePriorities object This 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 (*LdapCertificateProviderAllOfCertificatePriorities) GetType ¶

GetType returns the Type field value if set, zero value otherwise.

func (*LdapCertificateProviderAllOfCertificatePriorities) GetTypeOk ¶

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 (*LdapCertificateProviderAllOfCertificatePriorities) GetValue ¶

GetValue returns the Value field value

func (*LdapCertificateProviderAllOfCertificatePriorities) GetValueOk ¶

GetValueOk returns a tuple with the Value field value and a boolean to check if the value has been set.

func (*LdapCertificateProviderAllOfCertificatePriorities) HasType ¶

HasType returns a boolean if a field has been set.

func (LdapCertificateProviderAllOfCertificatePriorities) MarshalJSON ¶

func (*LdapCertificateProviderAllOfCertificatePriorities) SetType ¶

SetType gets a reference to the given string and assigns it to the Type field.

func (*LdapCertificateProviderAllOfCertificatePriorities) SetValue ¶

SetValue sets field value

type LdapIdentityProviderList ¶

type LdapIdentityProviderList struct {
	// The queries applied to the list.
	Queries []string `json:"queries,omitempty"`
	// The first query applied to the list. Deprecated as of 6.0. Use queries instead.
	// Deprecated
	Query *string `json:"query,omitempty"`
	// 'The range applied to the list. Format: -/. 3-5/8 means, out of 8 count (query affects the total), the items between (including) the 3rd and the 5th are returned.'
	Range *string `json:"range,omitempty"`
	// The field name used to sort the list.
	OrderBy *string `json:"orderBy,omitempty"`
	// Whether the sorting is applied descending or ascending.
	Descending *bool `json:"descending,omitempty"`
	// The filters applied to the list.
	FilterBy []FilterBy `json:"filterBy,omitempty"`
	// List of Identity Providers.
	Data []LdapProvider `json:"data,omitempty"`
}

LdapIdentityProviderList struct for LdapIdentityProviderList

func NewLdapIdentityProviderList ¶

func NewLdapIdentityProviderList() *LdapIdentityProviderList

NewLdapIdentityProviderList instantiates a new LdapIdentityProviderList object This constructor will assign default values to properties that have it defined, 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 NewLdapIdentityProviderListWithDefaults ¶

func NewLdapIdentityProviderListWithDefaults() *LdapIdentityProviderList

NewLdapIdentityProviderListWithDefaults instantiates a new LdapIdentityProviderList object This 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 (*LdapIdentityProviderList) GetData ¶

func (o *LdapIdentityProviderList) GetData() []LdapProvider

GetData returns the Data field value if set, zero value otherwise.

func (*LdapIdentityProviderList) GetDataOk ¶

func (o *LdapIdentityProviderList) GetDataOk() ([]LdapProvider, bool)

GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LdapIdentityProviderList) GetDescending ¶

func (o *LdapIdentityProviderList) GetDescending() bool

GetDescending returns the Descending field value if set, zero value otherwise.

func (*LdapIdentityProviderList) GetDescendingOk ¶

func (o *LdapIdentityProviderList) GetDescendingOk() (*bool, bool)

GetDescendingOk returns a tuple with the Descending field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LdapIdentityProviderList) GetFilterBy ¶

func (o *LdapIdentityProviderList) GetFilterBy() []FilterBy

GetFilterBy returns the FilterBy field value if set, zero value otherwise.

func (*LdapIdentityProviderList) GetFilterByOk ¶

func (o *LdapIdentityProviderList) GetFilterByOk() ([]FilterBy, bool)

GetFilterByOk returns a tuple with the FilterBy field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LdapIdentityProviderList) GetOrderBy ¶

func (o *LdapIdentityProviderList) GetOrderBy() string

GetOrderBy returns the OrderBy field value if set, zero value otherwise.

func (*LdapIdentityProviderList) GetOrderByOk ¶

func (o *LdapIdentityProviderList) GetOrderByOk() (*string, bool)

GetOrderByOk returns a tuple with the OrderBy field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LdapIdentityProviderList) GetQueries ¶

func (o *LdapIdentityProviderList) GetQueries() []string

GetQueries returns the Queries field value if set, zero value otherwise.

func (*LdapIdentityProviderList) GetQueriesOk ¶

func (o *LdapIdentityProviderList) GetQueriesOk() ([]string, bool)

GetQueriesOk returns a tuple with the Queries field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LdapIdentityProviderList) GetQuery ¶

func (o *LdapIdentityProviderList) GetQuery() string

GetQuery returns the Query field value if set, zero value otherwise. Deprecated

func (*LdapIdentityProviderList) GetQueryOk ¶

func (o *LdapIdentityProviderList) GetQueryOk() (*string, bool)

GetQueryOk returns a tuple with the Query field value if set, nil otherwise and a boolean to check if the value has been set. Deprecated

func (*LdapIdentityProviderList) GetRange ¶

func (o *LdapIdentityProviderList) GetRange() string

GetRange returns the Range field value if set, zero value otherwise.

func (*LdapIdentityProviderList) GetRangeOk ¶

func (o *LdapIdentityProviderList) GetRangeOk() (*string, bool)

GetRangeOk returns a tuple with the Range field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LdapIdentityProviderList) HasData ¶

func (o *LdapIdentityProviderList) HasData() bool

HasData returns a boolean if a field has been set.

func (*LdapIdentityProviderList) HasDescending ¶

func (o *LdapIdentityProviderList) HasDescending() bool

HasDescending returns a boolean if a field has been set.

func (*LdapIdentityProviderList) HasFilterBy ¶

func (o *LdapIdentityProviderList) HasFilterBy() bool

HasFilterBy returns a boolean if a field has been set.

func (*LdapIdentityProviderList) HasOrderBy ¶

func (o *LdapIdentityProviderList) HasOrderBy() bool

HasOrderBy returns a boolean if a field has been set.

func (*LdapIdentityProviderList) HasQueries ¶

func (o *LdapIdentityProviderList) HasQueries() bool

HasQueries returns a boolean if a field has been set.

func (*LdapIdentityProviderList) HasQuery ¶

func (o *LdapIdentityProviderList) HasQuery() bool

HasQuery returns a boolean if a field has been set.

func (*LdapIdentityProviderList) HasRange ¶

func (o *LdapIdentityProviderList) HasRange() bool

HasRange returns a boolean if a field has been set.

func (LdapIdentityProviderList) MarshalJSON ¶

func (o LdapIdentityProviderList) MarshalJSON() ([]byte, error)

func (*LdapIdentityProviderList) SetData ¶

func (o *LdapIdentityProviderList) SetData(v []LdapProvider)

SetData gets a reference to the given []LdapProvider and assigns it to the Data field.

func (*LdapIdentityProviderList) SetDescending ¶

func (o *LdapIdentityProviderList) SetDescending(v bool)

SetDescending gets a reference to the given bool and assigns it to the Descending field.

func (*LdapIdentityProviderList) SetFilterBy ¶

func (o *LdapIdentityProviderList) SetFilterBy(v []FilterBy)

SetFilterBy gets a reference to the given []FilterBy and assigns it to the FilterBy field.

func (*LdapIdentityProviderList) SetOrderBy ¶

func (o *LdapIdentityProviderList) SetOrderBy(v string)

SetOrderBy gets a reference to the given string and assigns it to the OrderBy field.

func (*LdapIdentityProviderList) SetQueries ¶

func (o *LdapIdentityProviderList) SetQueries(v []string)

SetQueries gets a reference to the given []string and assigns it to the Queries field.

func (*LdapIdentityProviderList) SetQuery ¶

func (o *LdapIdentityProviderList) SetQuery(v string)

SetQuery gets a reference to the given string and assigns it to the Query field. Deprecated

func (*LdapIdentityProviderList) SetRange ¶

func (o *LdapIdentityProviderList) SetRange(v string)

SetRange gets a reference to the given string and assigns it to the Range field.

type LdapIdentityProvidersApiService ¶

type LdapIdentityProvidersApiService service

LdapIdentityProvidersApiService IdentityProvidersApi service

func (*LdapIdentityProvidersApiService) IdentityProvidersGet ¶

IdentityProvidersGet List all Identity Providers.

List all Identity Providers visible to current user.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiLdapIdentityProvidersGetRequest

func (*LdapIdentityProvidersApiService) IdentityProvidersGetExecute ¶

Execute executes the request

@return LdapIdentityProviderList

func (*LdapIdentityProvidersApiService) IdentityProvidersIdAttributesPost ¶

IdentityProvidersIdAttributesPost Get user attributes from an existing Identity Provider.

Get raw attributes and mapped claims for a user.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id ID of the object.
@return ApiLdapIdentityProvidersIdAttributesPostRequest

func (*LdapIdentityProvidersApiService) IdentityProvidersIdAttributesPostExecute ¶

Execute executes the request

@return IdentityProvidersIdAttributesPost200Response

func (*LdapIdentityProvidersApiService) IdentityProvidersIdDelete ¶

IdentityProvidersIdDelete Delete a specific Identity Provider.

Delete a specific Identity Provider.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id ID of the object.
@return ApiLdapIdentityProvidersIdDeleteRequest

func (*LdapIdentityProvidersApiService) IdentityProvidersIdDeleteExecute ¶

Execute executes the request

func (*LdapIdentityProvidersApiService) IdentityProvidersIdGet ¶

IdentityProvidersIdGet Get a specific Identity Provider.

Get a specific Identity Provider.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id ID of the object.
@return ApiLdapIdentityProvidersIdGetRequest

func (*LdapIdentityProvidersApiService) IdentityProvidersIdGetExecute ¶

Execute executes the request

@return LdapProvider

func (*LdapIdentityProvidersApiService) IdentityProvidersIdPut ¶

IdentityProvidersIdPut Update an existing Identity Provider.

Update an existing Identity Provider.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id ID of the object.
@return ApiLdapIdentityProvidersIdPutRequest

func (*LdapIdentityProvidersApiService) IdentityProvidersIdPutExecute ¶

Execute executes the request

@return LdapProvider

func (*LdapIdentityProvidersApiService) IdentityProvidersPost ¶

IdentityProvidersPost Create a new Identity Provider.

Create a new Identity Provider.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiLdapIdentityProvidersPostRequest

func (*LdapIdentityProvidersApiService) IdentityProvidersPostExecute ¶

Execute executes the request

@return LdapProvider

func (*LdapIdentityProvidersApiService) IdentityProvidersTestPost ¶

IdentityProvidersTestPost Test an Identity Provider connection.

Test connection for the given Identity Provider JSON.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiLdapIdentityProvidersTestPostRequest

func (*LdapIdentityProvidersApiService) IdentityProvidersTestPostExecute ¶

Execute executes the request

@return IdentityProvidersTestPost200Response

type LdapProvider ¶

type LdapProvider struct {
	// ID of the object.
	Id *string `json:"id,omitempty"`
	// Name of the object.
	Name string `json:"name"`
	// Notes for the object. Used for documentation purposes.
	Notes *string `json:"notes,omitempty"`
	// Create date.
	Created *time.Time `json:"created,omitempty"`
	// Last update date.
	Updated *time.Time `json:"updated,omitempty"`
	// Array of tags.
	Tags []string `json:"tags,omitempty"`
	// The type of the Identity Provider.
	Type string `json:"type"`
	// The IPv4 Pool ID the users in this Identity Provider are going to use to allocate IP addresses for the tunnels.
	IpPoolV4 *string `json:"ipPoolV4,omitempty"`
	// The IPv6 Pool ID the users in this Identity Provider are going to use to allocate IP addresses for the tunnels.
	IpPoolV6 *string `json:"ipPoolV6,omitempty"`
	// The mapping of Identity Provider attributes to claims.
	ClaimMappings []ClaimMappingsInner `json:"claimMappings,omitempty"`
	// ID of the User Claim Scripts to run during authorization.
	UserScripts []string `json:"userScripts,omitempty"`
	// The DNS servers to be assigned to the Clients of the users in this Identity Provider.
	DnsServers []string `json:"dnsServers,omitempty"`
	// The DNS search domains to be assigned to Clients of the users in this Identity Provider.
	DnsSearchDomains []string `json:"dnsSearchDomains,omitempty"`
	// Whether the provider will be listed in the Admin UI or not.
	AdminProvider *bool `json:"adminProvider,omitempty"`
	// The device limit per user. The existing on-boarded devices will still be able to sign in even if the limit is exceeded.
	DeviceLimitPerUser *int32                                          `json:"deviceLimitPerUser,omitempty"`
	OnBoarding2FA      *ConfigurableIdentityProviderAllOfOnBoarding2FA `json:"onBoarding2FA,omitempty"`
	// (Desktop) clients will sign out automatically after the user has been inactive on the device for the configured duration. Set it to 0 to disable.
	InactivityTimeoutMinutes *int32 `json:"inactivityTimeoutMinutes,omitempty"`
	// Whether or not to take network inactivity into account when measuring client inactivity timeout.
	NetworkInactivityTimeoutEnabled *bool `json:"networkInactivityTimeoutEnabled,omitempty"`
	// If enabled, Windows Client will configure the network profile as \"DomainAuthenticated\".
	EnforceWindowsNetworkProfileAsDomain *bool `json:"enforceWindowsNetworkProfileAsDomain,omitempty"`
	// Whether the Windows Client will block local DNS requests or not.
	BlockLocalDnsRequests *bool `json:"blockLocalDnsRequests,omitempty"`
	// The mapping of Identity Provider on demand attributes to claims.
	OnDemandClaimMappings []OnDemandClaimMappingsInner `json:"onDemandClaimMappings,omitempty"`
	// Hostnames/IP addresses to connect.
	Hostnames []string `json:"hostnames"`
	// Port to connect.
	Port int32 `json:"port"`
	// Whether to use LDAPS protocol or not.
	SslEnabled *bool `json:"sslEnabled,omitempty"`
	// The Distinguished Name to login to LDAP and query users with.
	AdminDistinguishedName string `json:"adminDistinguishedName"`
	// The password to login to LDAP and query users with. Required on creation.
	AdminPassword *string `json:"adminPassword,omitempty"`
	// The subset of the LDAP server to search users from. If not set, root of the server is used.
	BaseDn *string `json:"baseDn,omitempty"`
	// The object class of the users to be authenticated and queried.
	ObjectClass *string `json:"objectClass,omitempty"`
	// The name of the attribute to get the exact username from the LDAP server.
	UsernameAttribute *string `json:"usernameAttribute,omitempty"`
	// The filter to use while querying users' nested groups.
	MembershipFilter *string `json:"membershipFilter,omitempty"`
	// The subset of the LDAP server to search groups from. If not set, \"baseDn\" is used.
	MembershipBaseDn *string                           `json:"membershipBaseDn,omitempty"`
	PasswordWarning  *LdapProviderAllOfPasswordWarning `json:"passwordWarning,omitempty"`
}

LdapProvider struct for LdapProvider

func NewLdapProvider ¶

func NewLdapProvider(name string, type_ string, hostnames []string, port int32, adminDistinguishedName string) *LdapProvider

NewLdapProvider instantiates a new LdapProvider object This constructor will assign default values to properties that have it defined, 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 NewLdapProviderWithDefaults ¶

func NewLdapProviderWithDefaults() *LdapProvider

NewLdapProviderWithDefaults instantiates a new LdapProvider object This 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 (*LdapProvider) GetAdminDistinguishedName ¶

func (o *LdapProvider) GetAdminDistinguishedName() string

GetAdminDistinguishedName returns the AdminDistinguishedName field value

func (*LdapProvider) GetAdminDistinguishedNameOk ¶

func (o *LdapProvider) GetAdminDistinguishedNameOk() (*string, bool)

GetAdminDistinguishedNameOk returns a tuple with the AdminDistinguishedName field value and a boolean to check if the value has been set.

func (*LdapProvider) GetAdminPassword ¶

func (o *LdapProvider) GetAdminPassword() string

GetAdminPassword returns the AdminPassword field value if set, zero value otherwise.

func (*LdapProvider) GetAdminPasswordOk ¶

func (o *LdapProvider) GetAdminPasswordOk() (*string, bool)

GetAdminPasswordOk returns a tuple with the AdminPassword field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LdapProvider) GetAdminProvider ¶

func (o *LdapProvider) GetAdminProvider() bool

GetAdminProvider returns the AdminProvider field value if set, zero value otherwise.

func (*LdapProvider) GetAdminProviderOk ¶

func (o *LdapProvider) GetAdminProviderOk() (*bool, bool)

GetAdminProviderOk returns a tuple with the AdminProvider field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LdapProvider) GetBaseDn ¶

func (o *LdapProvider) GetBaseDn() string

GetBaseDn returns the BaseDn field value if set, zero value otherwise.

func (*LdapProvider) GetBaseDnOk ¶

func (o *LdapProvider) GetBaseDnOk() (*string, bool)

GetBaseDnOk returns a tuple with the BaseDn field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LdapProvider) GetBlockLocalDnsRequests ¶

func (o *LdapProvider) GetBlockLocalDnsRequests() bool

GetBlockLocalDnsRequests returns the BlockLocalDnsRequests field value if set, zero value otherwise.

func (*LdapProvider) GetBlockLocalDnsRequestsOk ¶

func (o *LdapProvider) GetBlockLocalDnsRequestsOk() (*bool, bool)

GetBlockLocalDnsRequestsOk returns a tuple with the BlockLocalDnsRequests field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LdapProvider) GetClaimMappings ¶

func (o *LdapProvider) GetClaimMappings() []ClaimMappingsInner

GetClaimMappings returns the ClaimMappings field value if set, zero value otherwise.

func (*LdapProvider) GetClaimMappingsOk ¶

func (o *LdapProvider) GetClaimMappingsOk() ([]ClaimMappingsInner, bool)

GetClaimMappingsOk returns a tuple with the ClaimMappings field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LdapProvider) GetCreated ¶

func (o *LdapProvider) GetCreated() time.Time

GetCreated returns the Created field value if set, zero value otherwise.

func (*LdapProvider) GetCreatedOk ¶

func (o *LdapProvider) GetCreatedOk() (*time.Time, bool)

GetCreatedOk returns a tuple with the Created field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LdapProvider) GetDeviceLimitPerUser ¶

func (o *LdapProvider) GetDeviceLimitPerUser() int32

GetDeviceLimitPerUser returns the DeviceLimitPerUser field value if set, zero value otherwise.

func (*LdapProvider) GetDeviceLimitPerUserOk ¶

func (o *LdapProvider) GetDeviceLimitPerUserOk() (*int32, bool)

GetDeviceLimitPerUserOk returns a tuple with the DeviceLimitPerUser field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LdapProvider) GetDnsSearchDomains ¶

func (o *LdapProvider) GetDnsSearchDomains() []string

GetDnsSearchDomains returns the DnsSearchDomains field value if set, zero value otherwise.

func (*LdapProvider) GetDnsSearchDomainsOk ¶

func (o *LdapProvider) GetDnsSearchDomainsOk() ([]string, bool)

GetDnsSearchDomainsOk returns a tuple with the DnsSearchDomains field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LdapProvider) GetDnsServers ¶

func (o *LdapProvider) GetDnsServers() []string

GetDnsServers returns the DnsServers field value if set, zero value otherwise.

func (*LdapProvider) GetDnsServersOk ¶

func (o *LdapProvider) GetDnsServersOk() ([]string, bool)

GetDnsServersOk returns a tuple with the DnsServers field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LdapProvider) GetEnforceWindowsNetworkProfileAsDomain ¶

func (o *LdapProvider) GetEnforceWindowsNetworkProfileAsDomain() bool

GetEnforceWindowsNetworkProfileAsDomain returns the EnforceWindowsNetworkProfileAsDomain field value if set, zero value otherwise.

func (*LdapProvider) GetEnforceWindowsNetworkProfileAsDomainOk ¶

func (o *LdapProvider) GetEnforceWindowsNetworkProfileAsDomainOk() (*bool, bool)

GetEnforceWindowsNetworkProfileAsDomainOk returns a tuple with the EnforceWindowsNetworkProfileAsDomain field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LdapProvider) GetHostnames ¶

func (o *LdapProvider) GetHostnames() []string

GetHostnames returns the Hostnames field value

func (*LdapProvider) GetHostnamesOk ¶

func (o *LdapProvider) GetHostnamesOk() ([]string, bool)

GetHostnamesOk returns a tuple with the Hostnames field value and a boolean to check if the value has been set.

func (*LdapProvider) GetId ¶

func (o *LdapProvider) GetId() string

GetId returns the Id field value if set, zero value otherwise.

func (*LdapProvider) GetIdOk ¶

func (o *LdapProvider) 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 (*LdapProvider) GetInactivityTimeoutMinutes ¶

func (o *LdapProvider) GetInactivityTimeoutMinutes() int32

GetInactivityTimeoutMinutes returns the InactivityTimeoutMinutes field value if set, zero value otherwise.

func (*LdapProvider) GetInactivityTimeoutMinutesOk ¶

func (o *LdapProvider) GetInactivityTimeoutMinutesOk() (*int32, bool)

GetInactivityTimeoutMinutesOk returns a tuple with the InactivityTimeoutMinutes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LdapProvider) GetIpPoolV4 ¶

func (o *LdapProvider) GetIpPoolV4() string

GetIpPoolV4 returns the IpPoolV4 field value if set, zero value otherwise.

func (*LdapProvider) GetIpPoolV4Ok ¶

func (o *LdapProvider) GetIpPoolV4Ok() (*string, bool)

GetIpPoolV4Ok returns a tuple with the IpPoolV4 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LdapProvider) GetIpPoolV6 ¶

func (o *LdapProvider) GetIpPoolV6() string

GetIpPoolV6 returns the IpPoolV6 field value if set, zero value otherwise.

func (*LdapProvider) GetIpPoolV6Ok ¶

func (o *LdapProvider) GetIpPoolV6Ok() (*string, bool)

GetIpPoolV6Ok returns a tuple with the IpPoolV6 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LdapProvider) GetMembershipBaseDn ¶

func (o *LdapProvider) GetMembershipBaseDn() string

GetMembershipBaseDn returns the MembershipBaseDn field value if set, zero value otherwise.

func (*LdapProvider) GetMembershipBaseDnOk ¶

func (o *LdapProvider) GetMembershipBaseDnOk() (*string, bool)

GetMembershipBaseDnOk returns a tuple with the MembershipBaseDn field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LdapProvider) GetMembershipFilter ¶

func (o *LdapProvider) GetMembershipFilter() string

GetMembershipFilter returns the MembershipFilter field value if set, zero value otherwise.

func (*LdapProvider) GetMembershipFilterOk ¶

func (o *LdapProvider) GetMembershipFilterOk() (*string, bool)

GetMembershipFilterOk returns a tuple with the MembershipFilter field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LdapProvider) GetName ¶

func (o *LdapProvider) GetName() string

GetName returns the Name field value

func (*LdapProvider) GetNameOk ¶

func (o *LdapProvider) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.

func (*LdapProvider) GetNetworkInactivityTimeoutEnabled ¶

func (o *LdapProvider) GetNetworkInactivityTimeoutEnabled() bool

GetNetworkInactivityTimeoutEnabled returns the NetworkInactivityTimeoutEnabled field value if set, zero value otherwise.

func (*LdapProvider) GetNetworkInactivityTimeoutEnabledOk ¶

func (o *LdapProvider) GetNetworkInactivityTimeoutEnabledOk() (*bool, bool)

GetNetworkInactivityTimeoutEnabledOk returns a tuple with the NetworkInactivityTimeoutEnabled field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LdapProvider) GetNotes ¶

func (o *LdapProvider) GetNotes() string

GetNotes returns the Notes field value if set, zero value otherwise.

func (*LdapProvider) GetNotesOk ¶

func (o *LdapProvider) GetNotesOk() (*string, bool)

GetNotesOk returns a tuple with the Notes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LdapProvider) GetObjectClass ¶

func (o *LdapProvider) GetObjectClass() string

GetObjectClass returns the ObjectClass field value if set, zero value otherwise.

func (*LdapProvider) GetObjectClassOk ¶

func (o *LdapProvider) GetObjectClassOk() (*string, bool)

GetObjectClassOk returns a tuple with the ObjectClass field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LdapProvider) GetOnBoarding2FA ¶

GetOnBoarding2FA returns the OnBoarding2FA field value if set, zero value otherwise.

func (*LdapProvider) GetOnBoarding2FAOk ¶

GetOnBoarding2FAOk returns a tuple with the OnBoarding2FA field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LdapProvider) GetOnDemandClaimMappings ¶

func (o *LdapProvider) GetOnDemandClaimMappings() []OnDemandClaimMappingsInner

GetOnDemandClaimMappings returns the OnDemandClaimMappings field value if set, zero value otherwise.

func (*LdapProvider) GetOnDemandClaimMappingsOk ¶

func (o *LdapProvider) GetOnDemandClaimMappingsOk() ([]OnDemandClaimMappingsInner, bool)

GetOnDemandClaimMappingsOk returns a tuple with the OnDemandClaimMappings field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LdapProvider) GetPasswordWarning ¶

func (o *LdapProvider) GetPasswordWarning() LdapProviderAllOfPasswordWarning

GetPasswordWarning returns the PasswordWarning field value if set, zero value otherwise.

func (*LdapProvider) GetPasswordWarningOk ¶

func (o *LdapProvider) GetPasswordWarningOk() (*LdapProviderAllOfPasswordWarning, bool)

GetPasswordWarningOk returns a tuple with the PasswordWarning field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LdapProvider) GetPort ¶

func (o *LdapProvider) GetPort() int32

GetPort returns the Port field value

func (*LdapProvider) GetPortOk ¶

func (o *LdapProvider) GetPortOk() (*int32, bool)

GetPortOk returns a tuple with the Port field value and a boolean to check if the value has been set.

func (*LdapProvider) GetSslEnabled ¶

func (o *LdapProvider) GetSslEnabled() bool

GetSslEnabled returns the SslEnabled field value if set, zero value otherwise.

func (*LdapProvider) GetSslEnabledOk ¶

func (o *LdapProvider) GetSslEnabledOk() (*bool, bool)

GetSslEnabledOk returns a tuple with the SslEnabled field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LdapProvider) GetTags ¶

func (o *LdapProvider) GetTags() []string

GetTags returns the Tags field value if set, zero value otherwise.

func (*LdapProvider) GetTagsOk ¶

func (o *LdapProvider) GetTagsOk() ([]string, bool)

GetTagsOk returns a tuple with the Tags field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LdapProvider) GetType ¶

func (o *LdapProvider) GetType() string

GetType returns the Type field value

func (*LdapProvider) GetTypeOk ¶

func (o *LdapProvider) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (*LdapProvider) GetUpdated ¶

func (o *LdapProvider) GetUpdated() time.Time

GetUpdated returns the Updated field value if set, zero value otherwise.

func (*LdapProvider) GetUpdatedOk ¶

func (o *LdapProvider) GetUpdatedOk() (*time.Time, bool)

GetUpdatedOk returns a tuple with the Updated field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LdapProvider) GetUserScripts ¶

func (o *LdapProvider) GetUserScripts() []string

GetUserScripts returns the UserScripts field value if set, zero value otherwise.

func (*LdapProvider) GetUserScriptsOk ¶

func (o *LdapProvider) GetUserScriptsOk() ([]string, bool)

GetUserScriptsOk returns a tuple with the UserScripts field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LdapProvider) GetUsernameAttribute ¶

func (o *LdapProvider) GetUsernameAttribute() string

GetUsernameAttribute returns the UsernameAttribute field value if set, zero value otherwise.

func (*LdapProvider) GetUsernameAttributeOk ¶

func (o *LdapProvider) GetUsernameAttributeOk() (*string, bool)

GetUsernameAttributeOk returns a tuple with the UsernameAttribute field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LdapProvider) HasAdminPassword ¶

func (o *LdapProvider) HasAdminPassword() bool

HasAdminPassword returns a boolean if a field has been set.

func (*LdapProvider) HasAdminProvider ¶

func (o *LdapProvider) HasAdminProvider() bool

HasAdminProvider returns a boolean if a field has been set.

func (*LdapProvider) HasBaseDn ¶

func (o *LdapProvider) HasBaseDn() bool

HasBaseDn returns a boolean if a field has been set.

func (*LdapProvider) HasBlockLocalDnsRequests ¶

func (o *LdapProvider) HasBlockLocalDnsRequests() bool

HasBlockLocalDnsRequests returns a boolean if a field has been set.

func (*LdapProvider) HasClaimMappings ¶

func (o *LdapProvider) HasClaimMappings() bool

HasClaimMappings returns a boolean if a field has been set.

func (*LdapProvider) HasCreated ¶

func (o *LdapProvider) HasCreated() bool

HasCreated returns a boolean if a field has been set.

func (*LdapProvider) HasDeviceLimitPerUser ¶

func (o *LdapProvider) HasDeviceLimitPerUser() bool

HasDeviceLimitPerUser returns a boolean if a field has been set.

func (*LdapProvider) HasDnsSearchDomains ¶

func (o *LdapProvider) HasDnsSearchDomains() bool

HasDnsSearchDomains returns a boolean if a field has been set.

func (*LdapProvider) HasDnsServers ¶

func (o *LdapProvider) HasDnsServers() bool

HasDnsServers returns a boolean if a field has been set.

func (*LdapProvider) HasEnforceWindowsNetworkProfileAsDomain ¶

func (o *LdapProvider) HasEnforceWindowsNetworkProfileAsDomain() bool

HasEnforceWindowsNetworkProfileAsDomain returns a boolean if a field has been set.

func (*LdapProvider) HasId ¶

func (o *LdapProvider) HasId() bool

HasId returns a boolean if a field has been set.

func (*LdapProvider) HasInactivityTimeoutMinutes ¶

func (o *LdapProvider) HasInactivityTimeoutMinutes() bool

HasInactivityTimeoutMinutes returns a boolean if a field has been set.

func (*LdapProvider) HasIpPoolV4 ¶

func (o *LdapProvider) HasIpPoolV4() bool

HasIpPoolV4 returns a boolean if a field has been set.

func (*LdapProvider) HasIpPoolV6 ¶

func (o *LdapProvider) HasIpPoolV6() bool

HasIpPoolV6 returns a boolean if a field has been set.

func (*LdapProvider) HasMembershipBaseDn ¶

func (o *LdapProvider) HasMembershipBaseDn() bool

HasMembershipBaseDn returns a boolean if a field has been set.

func (*LdapProvider) HasMembershipFilter ¶

func (o *LdapProvider) HasMembershipFilter() bool

HasMembershipFilter returns a boolean if a field has been set.

func (*LdapProvider) HasNetworkInactivityTimeoutEnabled ¶

func (o *LdapProvider) HasNetworkInactivityTimeoutEnabled() bool

HasNetworkInactivityTimeoutEnabled returns a boolean if a field has been set.

func (*LdapProvider) HasNotes ¶

func (o *LdapProvider) HasNotes() bool

HasNotes returns a boolean if a field has been set.

func (*LdapProvider) HasObjectClass ¶

func (o *LdapProvider) HasObjectClass() bool

HasObjectClass returns a boolean if a field has been set.

func (*LdapProvider) HasOnBoarding2FA ¶

func (o *LdapProvider) HasOnBoarding2FA() bool

HasOnBoarding2FA returns a boolean if a field has been set.

func (*LdapProvider) HasOnDemandClaimMappings ¶

func (o *LdapProvider) HasOnDemandClaimMappings() bool

HasOnDemandClaimMappings returns a boolean if a field has been set.

func (*LdapProvider) HasPasswordWarning ¶

func (o *LdapProvider) HasPasswordWarning() bool

HasPasswordWarning returns a boolean if a field has been set.

func (*LdapProvider) HasSslEnabled ¶

func (o *LdapProvider) HasSslEnabled() bool

HasSslEnabled returns a boolean if a field has been set.

func (*LdapProvider) HasTags ¶

func (o *LdapProvider) HasTags() bool

HasTags returns a boolean if a field has been set.

func (*LdapProvider) HasUpdated ¶

func (o *LdapProvider) HasUpdated() bool

HasUpdated returns a boolean if a field has been set.

func (*LdapProvider) HasUserScripts ¶

func (o *LdapProvider) HasUserScripts() bool

HasUserScripts returns a boolean if a field has been set.

func (*LdapProvider) HasUsernameAttribute ¶

func (o *LdapProvider) HasUsernameAttribute() bool

HasUsernameAttribute returns a boolean if a field has been set.

func (LdapProvider) MarshalJSON ¶

func (o LdapProvider) MarshalJSON() ([]byte, error)

func (*LdapProvider) SetAdminDistinguishedName ¶

func (o *LdapProvider) SetAdminDistinguishedName(v string)

SetAdminDistinguishedName sets field value

func (*LdapProvider) SetAdminPassword ¶

func (o *LdapProvider) SetAdminPassword(v string)

SetAdminPassword gets a reference to the given string and assigns it to the AdminPassword field.

func (*LdapProvider) SetAdminProvider ¶

func (o *LdapProvider) SetAdminProvider(v bool)

SetAdminProvider gets a reference to the given bool and assigns it to the AdminProvider field.

func (*LdapProvider) SetBaseDn ¶

func (o *LdapProvider) SetBaseDn(v string)

SetBaseDn gets a reference to the given string and assigns it to the BaseDn field.

func (*LdapProvider) SetBlockLocalDnsRequests ¶

func (o *LdapProvider) SetBlockLocalDnsRequests(v bool)

SetBlockLocalDnsRequests gets a reference to the given bool and assigns it to the BlockLocalDnsRequests field.

func (*LdapProvider) SetClaimMappings ¶

func (o *LdapProvider) SetClaimMappings(v []ClaimMappingsInner)

SetClaimMappings gets a reference to the given []ClaimMappingsInner and assigns it to the ClaimMappings field.

func (*LdapProvider) SetCreated ¶

func (o *LdapProvider) SetCreated(v time.Time)

SetCreated gets a reference to the given time.Time and assigns it to the Created field.

func (*LdapProvider) SetDeviceLimitPerUser ¶

func (o *LdapProvider) SetDeviceLimitPerUser(v int32)

SetDeviceLimitPerUser gets a reference to the given int32 and assigns it to the DeviceLimitPerUser field.

func (*LdapProvider) SetDnsSearchDomains ¶

func (o *LdapProvider) SetDnsSearchDomains(v []string)

SetDnsSearchDomains gets a reference to the given []string and assigns it to the DnsSearchDomains field.

func (*LdapProvider) SetDnsServers ¶

func (o *LdapProvider) SetDnsServers(v []string)

SetDnsServers gets a reference to the given []string and assigns it to the DnsServers field.

func (*LdapProvider) SetEnforceWindowsNetworkProfileAsDomain ¶

func (o *LdapProvider) SetEnforceWindowsNetworkProfileAsDomain(v bool)

SetEnforceWindowsNetworkProfileAsDomain gets a reference to the given bool and assigns it to the EnforceWindowsNetworkProfileAsDomain field.

func (*LdapProvider) SetHostnames ¶

func (o *LdapProvider) SetHostnames(v []string)

SetHostnames sets field value

func (*LdapProvider) SetId ¶

func (o *LdapProvider) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*LdapProvider) SetInactivityTimeoutMinutes ¶

func (o *LdapProvider) SetInactivityTimeoutMinutes(v int32)

SetInactivityTimeoutMinutes gets a reference to the given int32 and assigns it to the InactivityTimeoutMinutes field.

func (*LdapProvider) SetIpPoolV4 ¶

func (o *LdapProvider) SetIpPoolV4(v string)

SetIpPoolV4 gets a reference to the given string and assigns it to the IpPoolV4 field.

func (*LdapProvider) SetIpPoolV6 ¶

func (o *LdapProvider) SetIpPoolV6(v string)

SetIpPoolV6 gets a reference to the given string and assigns it to the IpPoolV6 field.

func (*LdapProvider) SetMembershipBaseDn ¶

func (o *LdapProvider) SetMembershipBaseDn(v string)

SetMembershipBaseDn gets a reference to the given string and assigns it to the MembershipBaseDn field.

func (*LdapProvider) SetMembershipFilter ¶

func (o *LdapProvider) SetMembershipFilter(v string)

SetMembershipFilter gets a reference to the given string and assigns it to the MembershipFilter field.

func (*LdapProvider) SetName ¶

func (o *LdapProvider) SetName(v string)

SetName sets field value

func (*LdapProvider) SetNetworkInactivityTimeoutEnabled ¶

func (o *LdapProvider) SetNetworkInactivityTimeoutEnabled(v bool)

SetNetworkInactivityTimeoutEnabled gets a reference to the given bool and assigns it to the NetworkInactivityTimeoutEnabled field.

func (*LdapProvider) SetNotes ¶

func (o *LdapProvider) SetNotes(v string)

SetNotes gets a reference to the given string and assigns it to the Notes field.

func (*LdapProvider) SetObjectClass ¶

func (o *LdapProvider) SetObjectClass(v string)

SetObjectClass gets a reference to the given string and assigns it to the ObjectClass field.

func (*LdapProvider) SetOnBoarding2FA ¶

SetOnBoarding2FA gets a reference to the given ConfigurableIdentityProviderAllOfOnBoarding2FA and assigns it to the OnBoarding2FA field.

func (*LdapProvider) SetOnDemandClaimMappings ¶

func (o *LdapProvider) SetOnDemandClaimMappings(v []OnDemandClaimMappingsInner)

SetOnDemandClaimMappings gets a reference to the given []OnDemandClaimMappingsInner and assigns it to the OnDemandClaimMappings field.

func (*LdapProvider) SetPasswordWarning ¶

func (o *LdapProvider) SetPasswordWarning(v LdapProviderAllOfPasswordWarning)

SetPasswordWarning gets a reference to the given LdapProviderAllOfPasswordWarning and assigns it to the PasswordWarning field.

func (*LdapProvider) SetPort ¶

func (o *LdapProvider) SetPort(v int32)

SetPort sets field value

func (*LdapProvider) SetSslEnabled ¶

func (o *LdapProvider) SetSslEnabled(v bool)

SetSslEnabled gets a reference to the given bool and assigns it to the SslEnabled field.

func (*LdapProvider) SetTags ¶

func (o *LdapProvider) SetTags(v []string)

SetTags gets a reference to the given []string and assigns it to the Tags field.

func (*LdapProvider) SetType ¶

func (o *LdapProvider) SetType(v string)

SetType sets field value

func (*LdapProvider) SetUpdated ¶

func (o *LdapProvider) SetUpdated(v time.Time)

SetUpdated gets a reference to the given time.Time and assigns it to the Updated field.

func (*LdapProvider) SetUserScripts ¶

func (o *LdapProvider) SetUserScripts(v []string)

SetUserScripts gets a reference to the given []string and assigns it to the UserScripts field.

func (*LdapProvider) SetUsernameAttribute ¶

func (o *LdapProvider) SetUsernameAttribute(v string)

SetUsernameAttribute gets a reference to the given string and assigns it to the UsernameAttribute field.

type LdapProviderAllOf ¶

type LdapProviderAllOf struct {
	// Hostnames/IP addresses to connect.
	Hostnames []string `json:"hostnames"`
	// Port to connect.
	Port int32 `json:"port"`
	// Whether to use LDAPS protocol or not.
	SslEnabled *bool `json:"sslEnabled,omitempty"`
	// The Distinguished Name to login to LDAP and query users with.
	AdminDistinguishedName string `json:"adminDistinguishedName"`
	// The password to login to LDAP and query users with. Required on creation.
	AdminPassword *string `json:"adminPassword,omitempty"`
	// The subset of the LDAP server to search users from. If not set, root of the server is used.
	BaseDn *string `json:"baseDn,omitempty"`
	// The object class of the users to be authenticated and queried.
	ObjectClass *string `json:"objectClass,omitempty"`
	// The name of the attribute to get the exact username from the LDAP server.
	UsernameAttribute *string `json:"usernameAttribute,omitempty"`
	// The filter to use while querying users' nested groups.
	MembershipFilter *string `json:"membershipFilter,omitempty"`
	// The subset of the LDAP server to search groups from. If not set, \"baseDn\" is used.
	MembershipBaseDn *string                           `json:"membershipBaseDn,omitempty"`
	PasswordWarning  *LdapProviderAllOfPasswordWarning `json:"passwordWarning,omitempty"`
}

LdapProviderAllOf Represents an LDAP Identity Provider.

func NewLdapProviderAllOf ¶

func NewLdapProviderAllOf(hostnames []string, port int32, adminDistinguishedName string) *LdapProviderAllOf

NewLdapProviderAllOf instantiates a new LdapProviderAllOf object This constructor will assign default values to properties that have it defined, 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 NewLdapProviderAllOfWithDefaults ¶

func NewLdapProviderAllOfWithDefaults() *LdapProviderAllOf

NewLdapProviderAllOfWithDefaults instantiates a new LdapProviderAllOf object This 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 (*LdapProviderAllOf) GetAdminDistinguishedName ¶

func (o *LdapProviderAllOf) GetAdminDistinguishedName() string

GetAdminDistinguishedName returns the AdminDistinguishedName field value

func (*LdapProviderAllOf) GetAdminDistinguishedNameOk ¶

func (o *LdapProviderAllOf) GetAdminDistinguishedNameOk() (*string, bool)

GetAdminDistinguishedNameOk returns a tuple with the AdminDistinguishedName field value and a boolean to check if the value has been set.

func (*LdapProviderAllOf) GetAdminPassword ¶

func (o *LdapProviderAllOf) GetAdminPassword() string

GetAdminPassword returns the AdminPassword field value if set, zero value otherwise.

func (*LdapProviderAllOf) GetAdminPasswordOk ¶

func (o *LdapProviderAllOf) GetAdminPasswordOk() (*string, bool)

GetAdminPasswordOk returns a tuple with the AdminPassword field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LdapProviderAllOf) GetBaseDn ¶

func (o *LdapProviderAllOf) GetBaseDn() string

GetBaseDn returns the BaseDn field value if set, zero value otherwise.

func (*LdapProviderAllOf) GetBaseDnOk ¶

func (o *LdapProviderAllOf) GetBaseDnOk() (*string, bool)

GetBaseDnOk returns a tuple with the BaseDn field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LdapProviderAllOf) GetHostnames ¶

func (o *LdapProviderAllOf) GetHostnames() []string

GetHostnames returns the Hostnames field value

func (*LdapProviderAllOf) GetHostnamesOk ¶

func (o *LdapProviderAllOf) GetHostnamesOk() ([]string, bool)

GetHostnamesOk returns a tuple with the Hostnames field value and a boolean to check if the value has been set.

func (*LdapProviderAllOf) GetMembershipBaseDn ¶

func (o *LdapProviderAllOf) GetMembershipBaseDn() string

GetMembershipBaseDn returns the MembershipBaseDn field value if set, zero value otherwise.

func (*LdapProviderAllOf) GetMembershipBaseDnOk ¶

func (o *LdapProviderAllOf) GetMembershipBaseDnOk() (*string, bool)

GetMembershipBaseDnOk returns a tuple with the MembershipBaseDn field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LdapProviderAllOf) GetMembershipFilter ¶

func (o *LdapProviderAllOf) GetMembershipFilter() string

GetMembershipFilter returns the MembershipFilter field value if set, zero value otherwise.

func (*LdapProviderAllOf) GetMembershipFilterOk ¶

func (o *LdapProviderAllOf) GetMembershipFilterOk() (*string, bool)

GetMembershipFilterOk returns a tuple with the MembershipFilter field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LdapProviderAllOf) GetObjectClass ¶

func (o *LdapProviderAllOf) GetObjectClass() string

GetObjectClass returns the ObjectClass field value if set, zero value otherwise.

func (*LdapProviderAllOf) GetObjectClassOk ¶

func (o *LdapProviderAllOf) GetObjectClassOk() (*string, bool)

GetObjectClassOk returns a tuple with the ObjectClass field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LdapProviderAllOf) GetPasswordWarning ¶

func (o *LdapProviderAllOf) GetPasswordWarning() LdapProviderAllOfPasswordWarning

GetPasswordWarning returns the PasswordWarning field value if set, zero value otherwise.

func (*LdapProviderAllOf) GetPasswordWarningOk ¶

func (o *LdapProviderAllOf) GetPasswordWarningOk() (*LdapProviderAllOfPasswordWarning, bool)

GetPasswordWarningOk returns a tuple with the PasswordWarning field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LdapProviderAllOf) GetPort ¶

func (o *LdapProviderAllOf) GetPort() int32

GetPort returns the Port field value

func (*LdapProviderAllOf) GetPortOk ¶

func (o *LdapProviderAllOf) GetPortOk() (*int32, bool)

GetPortOk returns a tuple with the Port field value and a boolean to check if the value has been set.

func (*LdapProviderAllOf) GetSslEnabled ¶

func (o *LdapProviderAllOf) GetSslEnabled() bool

GetSslEnabled returns the SslEnabled field value if set, zero value otherwise.

func (*LdapProviderAllOf) GetSslEnabledOk ¶

func (o *LdapProviderAllOf) GetSslEnabledOk() (*bool, bool)

GetSslEnabledOk returns a tuple with the SslEnabled field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LdapProviderAllOf) GetUsernameAttribute ¶

func (o *LdapProviderAllOf) GetUsernameAttribute() string

GetUsernameAttribute returns the UsernameAttribute field value if set, zero value otherwise.

func (*LdapProviderAllOf) GetUsernameAttributeOk ¶

func (o *LdapProviderAllOf) GetUsernameAttributeOk() (*string, bool)

GetUsernameAttributeOk returns a tuple with the UsernameAttribute field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LdapProviderAllOf) HasAdminPassword ¶

func (o *LdapProviderAllOf) HasAdminPassword() bool

HasAdminPassword returns a boolean if a field has been set.

func (*LdapProviderAllOf) HasBaseDn ¶

func (o *LdapProviderAllOf) HasBaseDn() bool

HasBaseDn returns a boolean if a field has been set.

func (*LdapProviderAllOf) HasMembershipBaseDn ¶

func (o *LdapProviderAllOf) HasMembershipBaseDn() bool

HasMembershipBaseDn returns a boolean if a field has been set.

func (*LdapProviderAllOf) HasMembershipFilter ¶

func (o *LdapProviderAllOf) HasMembershipFilter() bool

HasMembershipFilter returns a boolean if a field has been set.

func (*LdapProviderAllOf) HasObjectClass ¶

func (o *LdapProviderAllOf) HasObjectClass() bool

HasObjectClass returns a boolean if a field has been set.

func (*LdapProviderAllOf) HasPasswordWarning ¶

func (o *LdapProviderAllOf) HasPasswordWarning() bool

HasPasswordWarning returns a boolean if a field has been set.

func (*LdapProviderAllOf) HasSslEnabled ¶

func (o *LdapProviderAllOf) HasSslEnabled() bool

HasSslEnabled returns a boolean if a field has been set.

func (*LdapProviderAllOf) HasUsernameAttribute ¶

func (o *LdapProviderAllOf) HasUsernameAttribute() bool

HasUsernameAttribute returns a boolean if a field has been set.

func (LdapProviderAllOf) MarshalJSON ¶

func (o LdapProviderAllOf) MarshalJSON() ([]byte, error)

func (*LdapProviderAllOf) SetAdminDistinguishedName ¶

func (o *LdapProviderAllOf) SetAdminDistinguishedName(v string)

SetAdminDistinguishedName sets field value

func (*LdapProviderAllOf) SetAdminPassword ¶

func (o *LdapProviderAllOf) SetAdminPassword(v string)

SetAdminPassword gets a reference to the given string and assigns it to the AdminPassword field.

func (*LdapProviderAllOf) SetBaseDn ¶

func (o *LdapProviderAllOf) SetBaseDn(v string)

SetBaseDn gets a reference to the given string and assigns it to the BaseDn field.

func (*LdapProviderAllOf) SetHostnames ¶

func (o *LdapProviderAllOf) SetHostnames(v []string)

SetHostnames sets field value

func (*LdapProviderAllOf) SetMembershipBaseDn ¶

func (o *LdapProviderAllOf) SetMembershipBaseDn(v string)

SetMembershipBaseDn gets a reference to the given string and assigns it to the MembershipBaseDn field.

func (*LdapProviderAllOf) SetMembershipFilter ¶

func (o *LdapProviderAllOf) SetMembershipFilter(v string)

SetMembershipFilter gets a reference to the given string and assigns it to the MembershipFilter field.

func (*LdapProviderAllOf) SetObjectClass ¶

func (o *LdapProviderAllOf) SetObjectClass(v string)

SetObjectClass gets a reference to the given string and assigns it to the ObjectClass field.

func (*LdapProviderAllOf) SetPasswordWarning ¶

func (o *LdapProviderAllOf) SetPasswordWarning(v LdapProviderAllOfPasswordWarning)

SetPasswordWarning gets a reference to the given LdapProviderAllOfPasswordWarning and assigns it to the PasswordWarning field.

func (*LdapProviderAllOf) SetPort ¶

func (o *LdapProviderAllOf) SetPort(v int32)

SetPort sets field value

func (*LdapProviderAllOf) SetSslEnabled ¶

func (o *LdapProviderAllOf) SetSslEnabled(v bool)

SetSslEnabled gets a reference to the given bool and assigns it to the SslEnabled field.

func (*LdapProviderAllOf) SetUsernameAttribute ¶

func (o *LdapProviderAllOf) SetUsernameAttribute(v string)

SetUsernameAttribute gets a reference to the given string and assigns it to the UsernameAttribute field.

type LdapProviderAllOfPasswordWarning ¶

type LdapProviderAllOfPasswordWarning struct {
	// Whether to check and warn the users for password expiration.
	Enabled *bool `json:"enabled,omitempty"`
	// How many days before the password warning to be displayed to the user.
	ThresholdDays *int32 `json:"thresholdDays,omitempty"`
	// The given message will be displayed to the user. Use this field to guide the users on how to change their passwords. The expiration time will displayed on the client on a separate section.
	Message *string `json:"message,omitempty"`
}

LdapProviderAllOfPasswordWarning Password warning configuration for Active Directory. If enabled, the client will display the configured message before the password expiration.

func NewLdapProviderAllOfPasswordWarning ¶

func NewLdapProviderAllOfPasswordWarning() *LdapProviderAllOfPasswordWarning

NewLdapProviderAllOfPasswordWarning instantiates a new LdapProviderAllOfPasswordWarning object This constructor will assign default values to properties that have it defined, 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 NewLdapProviderAllOfPasswordWarningWithDefaults ¶

func NewLdapProviderAllOfPasswordWarningWithDefaults() *LdapProviderAllOfPasswordWarning

NewLdapProviderAllOfPasswordWarningWithDefaults instantiates a new LdapProviderAllOfPasswordWarning object This 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 (*LdapProviderAllOfPasswordWarning) GetEnabled ¶

func (o *LdapProviderAllOfPasswordWarning) GetEnabled() bool

GetEnabled returns the Enabled field value if set, zero value otherwise.

func (*LdapProviderAllOfPasswordWarning) GetEnabledOk ¶

func (o *LdapProviderAllOfPasswordWarning) 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 (*LdapProviderAllOfPasswordWarning) GetMessage ¶

func (o *LdapProviderAllOfPasswordWarning) GetMessage() string

GetMessage returns the Message field value if set, zero value otherwise.

func (*LdapProviderAllOfPasswordWarning) GetMessageOk ¶

func (o *LdapProviderAllOfPasswordWarning) GetMessageOk() (*string, bool)

GetMessageOk returns a tuple with the Message field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LdapProviderAllOfPasswordWarning) GetThresholdDays ¶

func (o *LdapProviderAllOfPasswordWarning) GetThresholdDays() int32

GetThresholdDays returns the ThresholdDays field value if set, zero value otherwise.

func (*LdapProviderAllOfPasswordWarning) GetThresholdDaysOk ¶

func (o *LdapProviderAllOfPasswordWarning) GetThresholdDaysOk() (*int32, bool)

GetThresholdDaysOk returns a tuple with the ThresholdDays field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LdapProviderAllOfPasswordWarning) HasEnabled ¶

func (o *LdapProviderAllOfPasswordWarning) HasEnabled() bool

HasEnabled returns a boolean if a field has been set.

func (*LdapProviderAllOfPasswordWarning) HasMessage ¶

func (o *LdapProviderAllOfPasswordWarning) HasMessage() bool

HasMessage returns a boolean if a field has been set.

func (*LdapProviderAllOfPasswordWarning) HasThresholdDays ¶

func (o *LdapProviderAllOfPasswordWarning) HasThresholdDays() bool

HasThresholdDays returns a boolean if a field has been set.

func (LdapProviderAllOfPasswordWarning) MarshalJSON ¶

func (o LdapProviderAllOfPasswordWarning) MarshalJSON() ([]byte, error)

func (*LdapProviderAllOfPasswordWarning) SetEnabled ¶

func (o *LdapProviderAllOfPasswordWarning) SetEnabled(v bool)

SetEnabled gets a reference to the given bool and assigns it to the Enabled field.

func (*LdapProviderAllOfPasswordWarning) SetMessage ¶

func (o *LdapProviderAllOfPasswordWarning) SetMessage(v string)

SetMessage gets a reference to the given string and assigns it to the Message field.

func (*LdapProviderAllOfPasswordWarning) SetThresholdDays ¶

func (o *LdapProviderAllOfPasswordWarning) SetThresholdDays(v int32)

SetThresholdDays gets a reference to the given int32 and assigns it to the ThresholdDays field.

type License ¶

type License struct {
	// The maximum users allowed by the license.
	MaxUsers *float32 `json:"maxUsers,omitempty"`
	// The maximum Portal users allowed by the license.
	MaxPortalUsers *float32 `json:"maxPortalUsers,omitempty"`
	// The maximum Service users allowed by the license.
	MaxServiceUsers *float32 `json:"maxServiceUsers,omitempty"`
	// Number of hours User Licenses will be reserved for users before they are reclaimable by others.
	UsersLeaseTimeHours *float32 `json:"usersLeaseTimeHours,omitempty"`
	// Number of hours User Licenses will be reserved for Portal users before they are reclaimable by others.
	PortalUsersLeaseTimeHours *float32 `json:"portalUsersLeaseTimeHours,omitempty"`
	// Number of hours User Licenses will be reserved for Service users before they are reclaimable by others.
	ServiceUsersLeaseTimeHours *float32 `json:"serviceUsersLeaseTimeHours,omitempty"`
	// The maximum sites allowed by the license. If it's the usage details, then it's the amount of sites in the system currently.
	MaxSites *float32 `json:"maxSites,omitempty"`
	// The maximum Connector groups allowed by the license.
	MaxConnectorGroups *float32 `json:"maxConnectorGroups,omitempty"`
	// Unique ID for the license.
	Id *string `json:"id,omitempty"`
	// License version. There can be only one v1 License in the system, while v2 Licenses can be added as extra.
	Version *float32 `json:"version,omitempty"`
	// Type of the license. 1: production, 2: installation, 3: test, 4: built-in, 5: aws built-in
	Type *float32 `json:"type,omitempty"`
	// Request code for the license. If built-in license is in place, use this code to get a license. It's based on the CA certificate.
	Request *string `json:"request,omitempty"`
	// The expiration date of the license.
	Expiration *time.Time `json:"expiration,omitempty"`
	// Error message if the License is not invalid.
	Error *string `json:"error,omitempty"`
}

License struct for License

func NewLicense ¶

func NewLicense() *License

NewLicense instantiates a new License object This constructor will assign default values to properties that have it defined, 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 NewLicenseWithDefaults ¶

func NewLicenseWithDefaults() *License

NewLicenseWithDefaults instantiates a new License object This 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 (*License) GetError ¶

func (o *License) GetError() string

GetError returns the Error field value if set, zero value otherwise.

func (*License) GetErrorOk ¶

func (o *License) 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 (*License) GetExpiration ¶

func (o *License) GetExpiration() time.Time

GetExpiration returns the Expiration field value if set, zero value otherwise.

func (*License) GetExpirationOk ¶

func (o *License) GetExpirationOk() (*time.Time, bool)

GetExpirationOk returns a tuple with the Expiration field value if set, nil otherwise and a boolean to check if the value has been set.

func (*License) GetId ¶

func (o *License) GetId() string

GetId returns the Id field value if set, zero value otherwise.

func (*License) GetIdOk ¶

func (o *License) 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 (*License) GetMaxConnectorGroups ¶

func (o *License) GetMaxConnectorGroups() float32

GetMaxConnectorGroups returns the MaxConnectorGroups field value if set, zero value otherwise.

func (*License) GetMaxConnectorGroupsOk ¶

func (o *License) GetMaxConnectorGroupsOk() (*float32, bool)

GetMaxConnectorGroupsOk returns a tuple with the MaxConnectorGroups field value if set, nil otherwise and a boolean to check if the value has been set.

func (*License) GetMaxPortalUsers ¶

func (o *License) GetMaxPortalUsers() float32

GetMaxPortalUsers returns the MaxPortalUsers field value if set, zero value otherwise.

func (*License) GetMaxPortalUsersOk ¶

func (o *License) GetMaxPortalUsersOk() (*float32, bool)

GetMaxPortalUsersOk returns a tuple with the MaxPortalUsers field value if set, nil otherwise and a boolean to check if the value has been set.

func (*License) GetMaxServiceUsers ¶

func (o *License) GetMaxServiceUsers() float32

GetMaxServiceUsers returns the MaxServiceUsers field value if set, zero value otherwise.

func (*License) GetMaxServiceUsersOk ¶

func (o *License) GetMaxServiceUsersOk() (*float32, bool)

GetMaxServiceUsersOk returns a tuple with the MaxServiceUsers field value if set, nil otherwise and a boolean to check if the value has been set.

func (*License) GetMaxSites ¶

func (o *License) GetMaxSites() float32

GetMaxSites returns the MaxSites field value if set, zero value otherwise.

func (*License) GetMaxSitesOk ¶

func (o *License) GetMaxSitesOk() (*float32, bool)

GetMaxSitesOk returns a tuple with the MaxSites field value if set, nil otherwise and a boolean to check if the value has been set.

func (*License) GetMaxUsers ¶

func (o *License) GetMaxUsers() float32

GetMaxUsers returns the MaxUsers field value if set, zero value otherwise.

func (*License) GetMaxUsersOk ¶

func (o *License) GetMaxUsersOk() (*float32, bool)

GetMaxUsersOk returns a tuple with the MaxUsers field value if set, nil otherwise and a boolean to check if the value has been set.

func (*License) GetPortalUsersLeaseTimeHours ¶

func (o *License) GetPortalUsersLeaseTimeHours() float32

GetPortalUsersLeaseTimeHours returns the PortalUsersLeaseTimeHours field value if set, zero value otherwise.

func (*License) GetPortalUsersLeaseTimeHoursOk ¶

func (o *License) GetPortalUsersLeaseTimeHoursOk() (*float32, bool)

GetPortalUsersLeaseTimeHoursOk returns a tuple with the PortalUsersLeaseTimeHours field value if set, nil otherwise and a boolean to check if the value has been set.

func (*License) GetRequest ¶

func (o *License) GetRequest() string

GetRequest returns the Request field value if set, zero value otherwise.

func (*License) GetRequestOk ¶

func (o *License) GetRequestOk() (*string, bool)

GetRequestOk returns a tuple with the Request field value if set, nil otherwise and a boolean to check if the value has been set.

func (*License) GetServiceUsersLeaseTimeHours ¶

func (o *License) GetServiceUsersLeaseTimeHours() float32

GetServiceUsersLeaseTimeHours returns the ServiceUsersLeaseTimeHours field value if set, zero value otherwise.

func (*License) GetServiceUsersLeaseTimeHoursOk ¶

func (o *License) GetServiceUsersLeaseTimeHoursOk() (*float32, bool)

GetServiceUsersLeaseTimeHoursOk returns a tuple with the ServiceUsersLeaseTimeHours field value if set, nil otherwise and a boolean to check if the value has been set.

func (*License) GetType ¶

func (o *License) GetType() float32

GetType returns the Type field value if set, zero value otherwise.

func (*License) GetTypeOk ¶

func (o *License) GetTypeOk() (*float32, 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 (*License) GetUsersLeaseTimeHours ¶

func (o *License) GetUsersLeaseTimeHours() float32

GetUsersLeaseTimeHours returns the UsersLeaseTimeHours field value if set, zero value otherwise.

func (*License) GetUsersLeaseTimeHoursOk ¶

func (o *License) GetUsersLeaseTimeHoursOk() (*float32, bool)

GetUsersLeaseTimeHoursOk returns a tuple with the UsersLeaseTimeHours field value if set, nil otherwise and a boolean to check if the value has been set.

func (*License) GetVersion ¶

func (o *License) GetVersion() float32

GetVersion returns the Version field value if set, zero value otherwise.

func (*License) GetVersionOk ¶

func (o *License) GetVersionOk() (*float32, 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 (*License) HasError ¶

func (o *License) HasError() bool

HasError returns a boolean if a field has been set.

func (*License) HasExpiration ¶

func (o *License) HasExpiration() bool

HasExpiration returns a boolean if a field has been set.

func (*License) HasId ¶

func (o *License) HasId() bool

HasId returns a boolean if a field has been set.

func (*License) HasMaxConnectorGroups ¶

func (o *License) HasMaxConnectorGroups() bool

HasMaxConnectorGroups returns a boolean if a field has been set.

func (*License) HasMaxPortalUsers ¶

func (o *License) HasMaxPortalUsers() bool

HasMaxPortalUsers returns a boolean if a field has been set.

func (*License) HasMaxServiceUsers ¶

func (o *License) HasMaxServiceUsers() bool

HasMaxServiceUsers returns a boolean if a field has been set.

func (*License) HasMaxSites ¶

func (o *License) HasMaxSites() bool

HasMaxSites returns a boolean if a field has been set.

func (*License) HasMaxUsers ¶

func (o *License) HasMaxUsers() bool

HasMaxUsers returns a boolean if a field has been set.

func (*License) HasPortalUsersLeaseTimeHours ¶

func (o *License) HasPortalUsersLeaseTimeHours() bool

HasPortalUsersLeaseTimeHours returns a boolean if a field has been set.

func (*License) HasRequest ¶

func (o *License) HasRequest() bool

HasRequest returns a boolean if a field has been set.

func (*License) HasServiceUsersLeaseTimeHours ¶

func (o *License) HasServiceUsersLeaseTimeHours() bool

HasServiceUsersLeaseTimeHours returns a boolean if a field has been set.

func (*License) HasType ¶

func (o *License) HasType() bool

HasType returns a boolean if a field has been set.

func (*License) HasUsersLeaseTimeHours ¶

func (o *License) HasUsersLeaseTimeHours() bool

HasUsersLeaseTimeHours returns a boolean if a field has been set.

func (*License) HasVersion ¶

func (o *License) HasVersion() bool

HasVersion returns a boolean if a field has been set.

func (License) MarshalJSON ¶

func (o License) MarshalJSON() ([]byte, error)

func (*License) SetError ¶

func (o *License) SetError(v string)

SetError gets a reference to the given string and assigns it to the Error field.

func (*License) SetExpiration ¶

func (o *License) SetExpiration(v time.Time)

SetExpiration gets a reference to the given time.Time and assigns it to the Expiration field.

func (*License) SetId ¶

func (o *License) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*License) SetMaxConnectorGroups ¶

func (o *License) SetMaxConnectorGroups(v float32)

SetMaxConnectorGroups gets a reference to the given float32 and assigns it to the MaxConnectorGroups field.

func (*License) SetMaxPortalUsers ¶

func (o *License) SetMaxPortalUsers(v float32)

SetMaxPortalUsers gets a reference to the given float32 and assigns it to the MaxPortalUsers field.

func (*License) SetMaxServiceUsers ¶

func (o *License) SetMaxServiceUsers(v float32)

SetMaxServiceUsers gets a reference to the given float32 and assigns it to the MaxServiceUsers field.

func (*License) SetMaxSites ¶

func (o *License) SetMaxSites(v float32)

SetMaxSites gets a reference to the given float32 and assigns it to the MaxSites field.

func (*License) SetMaxUsers ¶

func (o *License) SetMaxUsers(v float32)

SetMaxUsers gets a reference to the given float32 and assigns it to the MaxUsers field.

func (*License) SetPortalUsersLeaseTimeHours ¶

func (o *License) SetPortalUsersLeaseTimeHours(v float32)

SetPortalUsersLeaseTimeHours gets a reference to the given float32 and assigns it to the PortalUsersLeaseTimeHours field.

func (*License) SetRequest ¶

func (o *License) SetRequest(v string)

SetRequest gets a reference to the given string and assigns it to the Request field.

func (*License) SetServiceUsersLeaseTimeHours ¶

func (o *License) SetServiceUsersLeaseTimeHours(v float32)

SetServiceUsersLeaseTimeHours gets a reference to the given float32 and assigns it to the ServiceUsersLeaseTimeHours field.

func (*License) SetType ¶

func (o *License) SetType(v float32)

SetType gets a reference to the given float32 and assigns it to the Type field.

func (*License) SetUsersLeaseTimeHours ¶

func (o *License) SetUsersLeaseTimeHours(v float32)

SetUsersLeaseTimeHours gets a reference to the given float32 and assigns it to the UsersLeaseTimeHours field.

func (*License) SetVersion ¶

func (o *License) SetVersion(v float32)

SetVersion gets a reference to the given float32 and assigns it to the Version field.

type LicenseAllOf ¶

type LicenseAllOf struct {
	// Unique ID for the license.
	Id *string `json:"id,omitempty"`
	// License version. There can be only one v1 License in the system, while v2 Licenses can be added as extra.
	Version *float32 `json:"version,omitempty"`
	// Type of the license. 1: production, 2: installation, 3: test, 4: built-in, 5: aws built-in
	Type *float32 `json:"type,omitempty"`
	// Request code for the license. If built-in license is in place, use this code to get a license. It's based on the CA certificate.
	Request *string `json:"request,omitempty"`
	// The expiration date of the license.
	Expiration *time.Time `json:"expiration,omitempty"`
	// Error message if the License is not invalid.
	Error *string `json:"error,omitempty"`
}

LicenseAllOf License details.

func NewLicenseAllOf ¶

func NewLicenseAllOf() *LicenseAllOf

NewLicenseAllOf instantiates a new LicenseAllOf object This constructor will assign default values to properties that have it defined, 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 NewLicenseAllOfWithDefaults ¶

func NewLicenseAllOfWithDefaults() *LicenseAllOf

NewLicenseAllOfWithDefaults instantiates a new LicenseAllOf object This 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 (*LicenseAllOf) GetError ¶

func (o *LicenseAllOf) GetError() string

GetError returns the Error field value if set, zero value otherwise.

func (*LicenseAllOf) GetErrorOk ¶

func (o *LicenseAllOf) 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 (*LicenseAllOf) GetExpiration ¶

func (o *LicenseAllOf) GetExpiration() time.Time

GetExpiration returns the Expiration field value if set, zero value otherwise.

func (*LicenseAllOf) GetExpirationOk ¶

func (o *LicenseAllOf) GetExpirationOk() (*time.Time, bool)

GetExpirationOk returns a tuple with the Expiration field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LicenseAllOf) GetId ¶

func (o *LicenseAllOf) GetId() string

GetId returns the Id field value if set, zero value otherwise.

func (*LicenseAllOf) GetIdOk ¶

func (o *LicenseAllOf) 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 (*LicenseAllOf) GetRequest ¶

func (o *LicenseAllOf) GetRequest() string

GetRequest returns the Request field value if set, zero value otherwise.

func (*LicenseAllOf) GetRequestOk ¶

func (o *LicenseAllOf) GetRequestOk() (*string, bool)

GetRequestOk returns a tuple with the Request field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LicenseAllOf) GetType ¶

func (o *LicenseAllOf) GetType() float32

GetType returns the Type field value if set, zero value otherwise.

func (*LicenseAllOf) GetTypeOk ¶

func (o *LicenseAllOf) GetTypeOk() (*float32, 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 (*LicenseAllOf) GetVersion ¶

func (o *LicenseAllOf) GetVersion() float32

GetVersion returns the Version field value if set, zero value otherwise.

func (*LicenseAllOf) GetVersionOk ¶

func (o *LicenseAllOf) GetVersionOk() (*float32, 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 (*LicenseAllOf) HasError ¶

func (o *LicenseAllOf) HasError() bool

HasError returns a boolean if a field has been set.

func (*LicenseAllOf) HasExpiration ¶

func (o *LicenseAllOf) HasExpiration() bool

HasExpiration returns a boolean if a field has been set.

func (*LicenseAllOf) HasId ¶

func (o *LicenseAllOf) HasId() bool

HasId returns a boolean if a field has been set.

func (*LicenseAllOf) HasRequest ¶

func (o *LicenseAllOf) HasRequest() bool

HasRequest returns a boolean if a field has been set.

func (*LicenseAllOf) HasType ¶

func (o *LicenseAllOf) HasType() bool

HasType returns a boolean if a field has been set.

func (*LicenseAllOf) HasVersion ¶

func (o *LicenseAllOf) HasVersion() bool

HasVersion returns a boolean if a field has been set.

func (LicenseAllOf) MarshalJSON ¶

func (o LicenseAllOf) MarshalJSON() ([]byte, error)

func (*LicenseAllOf) SetError ¶

func (o *LicenseAllOf) SetError(v string)

SetError gets a reference to the given string and assigns it to the Error field.

func (*LicenseAllOf) SetExpiration ¶

func (o *LicenseAllOf) SetExpiration(v time.Time)

SetExpiration gets a reference to the given time.Time and assigns it to the Expiration field.

func (*LicenseAllOf) SetId ¶

func (o *LicenseAllOf) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*LicenseAllOf) SetRequest ¶

func (o *LicenseAllOf) SetRequest(v string)

SetRequest gets a reference to the given string and assigns it to the Request field.

func (*LicenseAllOf) SetType ¶

func (o *LicenseAllOf) SetType(v float32)

SetType gets a reference to the given float32 and assigns it to the Type field.

func (*LicenseAllOf) SetVersion ¶

func (o *LicenseAllOf) SetVersion(v float32)

SetVersion gets a reference to the given float32 and assigns it to the Version field.

type LicenseApiService ¶

type LicenseApiService service

LicenseApiService LicenseApi service

func (*LicenseApiService) LicenseDelete ¶

LicenseDelete Delete all Licenses.

Delete all Licenses to revert to the Built-in License.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiLicenseDeleteRequest

Deprecated

func (*LicenseApiService) LicenseDeleteExecute ¶

func (a *LicenseApiService) LicenseDeleteExecute(r ApiLicenseDeleteRequest) (*http.Response, error)

Execute executes the request Deprecated

func (*LicenseApiService) LicenseGet ¶

LicenseGet Get the current License.

Get the current License.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiLicenseGetRequest

func (*LicenseApiService) LicenseGetExecute ¶

Execute executes the request

@return LicenseDetails

func (*LicenseApiService) LicenseIdDelete ¶

LicenseIdDelete Delete a specific License.

Delete a specific License from list of Licenses.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id ID of the object.
@return ApiLicenseIdDeleteRequest

func (*LicenseApiService) LicenseIdDeleteExecute ¶

func (a *LicenseApiService) LicenseIdDeleteExecute(r ApiLicenseIdDeleteRequest) (*http.Response, error)

Execute executes the request

func (*LicenseApiService) LicenseNextDelete ¶

LicenseNextDelete Delete the next License.

Delete the next License.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiLicenseNextDeleteRequest

func (*LicenseApiService) LicenseNextDeleteExecute ¶

func (a *LicenseApiService) LicenseNextDeleteExecute(r ApiLicenseNextDeleteRequest) (*http.Response, error)

Execute executes the request

func (*LicenseApiService) LicenseNextGet ¶

LicenseNextGet Get the next License.

Get the next License which will be activated when CA certificate switch occurs. Licenses are bound to the CA Certificate.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiLicenseNextGetRequest

func (*LicenseApiService) LicenseNextGetExecute ¶

func (a *LicenseApiService) LicenseNextGetExecute(r ApiLicenseNextGetRequest) (*LicenseDetails, *http.Response, error)

Execute executes the request

@return LicenseDetails

func (*LicenseApiService) LicenseNextPost ¶

LicenseNextPost Upload a new next License.

Upload a new next License to be switched when CA certificate is switched.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiLicenseNextPostRequest

func (*LicenseApiService) LicenseNextPostExecute ¶

func (a *LicenseApiService) LicenseNextPostExecute(r ApiLicenseNextPostRequest) (*License, *http.Response, error)

Execute executes the request

@return License

func (*LicenseApiService) LicensePost ¶

LicensePost Upload a new License.

Upload a new License and override the existing one.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiLicensePostRequest

func (*LicenseApiService) LicensePostExecute ¶

func (a *LicenseApiService) LicensePostExecute(r ApiLicensePostRequest) (*License, *http.Response, error)

Execute executes the request

@return License

type LicenseDetails ¶

type LicenseDetails struct {
	Licenses []License           `json:"licenses,omitempty"`
	Entitled *LicenseEntitlement `json:"entitled,omitempty"`
	// Request code for the license. Use this code to get a license. It's based on the CA certificate.
	RequestCode *string              `json:"requestCode,omitempty"`
	Usage       *LicenseDetailsUsage `json:"usage,omitempty"`
}

LicenseDetails License details and current usage.

func NewLicenseDetails ¶

func NewLicenseDetails() *LicenseDetails

NewLicenseDetails instantiates a new LicenseDetails object This constructor will assign default values to properties that have it defined, 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 NewLicenseDetailsWithDefaults ¶

func NewLicenseDetailsWithDefaults() *LicenseDetails

NewLicenseDetailsWithDefaults instantiates a new LicenseDetails object This 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 (*LicenseDetails) GetEntitled ¶

func (o *LicenseDetails) GetEntitled() LicenseEntitlement

GetEntitled returns the Entitled field value if set, zero value otherwise.

func (*LicenseDetails) GetEntitledOk ¶

func (o *LicenseDetails) GetEntitledOk() (*LicenseEntitlement, bool)

GetEntitledOk returns a tuple with the Entitled field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LicenseDetails) GetLicenses ¶

func (o *LicenseDetails) GetLicenses() []License

GetLicenses returns the Licenses field value if set, zero value otherwise.

func (*LicenseDetails) GetLicensesOk ¶

func (o *LicenseDetails) GetLicensesOk() ([]License, bool)

GetLicensesOk returns a tuple with the Licenses field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LicenseDetails) GetRequestCode ¶

func (o *LicenseDetails) GetRequestCode() string

GetRequestCode returns the RequestCode field value if set, zero value otherwise.

func (*LicenseDetails) GetRequestCodeOk ¶

func (o *LicenseDetails) GetRequestCodeOk() (*string, bool)

GetRequestCodeOk returns a tuple with the RequestCode field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LicenseDetails) GetUsage ¶

func (o *LicenseDetails) GetUsage() LicenseDetailsUsage

GetUsage returns the Usage field value if set, zero value otherwise.

func (*LicenseDetails) GetUsageOk ¶

func (o *LicenseDetails) GetUsageOk() (*LicenseDetailsUsage, bool)

GetUsageOk returns a tuple with the Usage field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LicenseDetails) HasEntitled ¶

func (o *LicenseDetails) HasEntitled() bool

HasEntitled returns a boolean if a field has been set.

func (*LicenseDetails) HasLicenses ¶

func (o *LicenseDetails) HasLicenses() bool

HasLicenses returns a boolean if a field has been set.

func (*LicenseDetails) HasRequestCode ¶

func (o *LicenseDetails) HasRequestCode() bool

HasRequestCode returns a boolean if a field has been set.

func (*LicenseDetails) HasUsage ¶

func (o *LicenseDetails) HasUsage() bool

HasUsage returns a boolean if a field has been set.

func (LicenseDetails) MarshalJSON ¶

func (o LicenseDetails) MarshalJSON() ([]byte, error)

func (*LicenseDetails) SetEntitled ¶

func (o *LicenseDetails) SetEntitled(v LicenseEntitlement)

SetEntitled gets a reference to the given LicenseEntitlement and assigns it to the Entitled field.

func (*LicenseDetails) SetLicenses ¶

func (o *LicenseDetails) SetLicenses(v []License)

SetLicenses gets a reference to the given []License and assigns it to the Licenses field.

func (*LicenseDetails) SetRequestCode ¶

func (o *LicenseDetails) SetRequestCode(v string)

SetRequestCode gets a reference to the given string and assigns it to the RequestCode field.

func (*LicenseDetails) SetUsage ¶

func (o *LicenseDetails) SetUsage(v LicenseDetailsUsage)

SetUsage gets a reference to the given LicenseDetailsUsage and assigns it to the Usage field.

type LicenseDetailsUsage ¶

type LicenseDetailsUsage struct {
	// The amount of licensed users in the system currently.
	Users *float32 `json:"users,omitempty"`
	// The amount of licensed portal users in the system currently.
	PortalUsers *float32 `json:"portalUsers,omitempty"`
	// The amount of licensed service users in the system currently.
	ServiceUsers *float32 `json:"serviceUsers,omitempty"`
	// The amount of Sites in the system currently.
	Sites *float32 `json:"sites,omitempty"`
	// The amount of grouped Connector clients in the system currently.
	ConnectorGroups *float32 `json:"connectorGroups,omitempty"`
}

LicenseDetailsUsage License usage information.

func NewLicenseDetailsUsage ¶

func NewLicenseDetailsUsage() *LicenseDetailsUsage

NewLicenseDetailsUsage instantiates a new LicenseDetailsUsage object This constructor will assign default values to properties that have it defined, 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 NewLicenseDetailsUsageWithDefaults ¶

func NewLicenseDetailsUsageWithDefaults() *LicenseDetailsUsage

NewLicenseDetailsUsageWithDefaults instantiates a new LicenseDetailsUsage object This 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 (*LicenseDetailsUsage) GetConnectorGroups ¶

func (o *LicenseDetailsUsage) GetConnectorGroups() float32

GetConnectorGroups returns the ConnectorGroups field value if set, zero value otherwise.

func (*LicenseDetailsUsage) GetConnectorGroupsOk ¶

func (o *LicenseDetailsUsage) GetConnectorGroupsOk() (*float32, bool)

GetConnectorGroupsOk returns a tuple with the ConnectorGroups field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LicenseDetailsUsage) GetPortalUsers ¶

func (o *LicenseDetailsUsage) GetPortalUsers() float32

GetPortalUsers returns the PortalUsers field value if set, zero value otherwise.

func (*LicenseDetailsUsage) GetPortalUsersOk ¶

func (o *LicenseDetailsUsage) GetPortalUsersOk() (*float32, bool)

GetPortalUsersOk returns a tuple with the PortalUsers field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LicenseDetailsUsage) GetServiceUsers ¶

func (o *LicenseDetailsUsage) GetServiceUsers() float32

GetServiceUsers returns the ServiceUsers field value if set, zero value otherwise.

func (*LicenseDetailsUsage) GetServiceUsersOk ¶

func (o *LicenseDetailsUsage) GetServiceUsersOk() (*float32, bool)

GetServiceUsersOk returns a tuple with the ServiceUsers field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LicenseDetailsUsage) GetSites ¶

func (o *LicenseDetailsUsage) GetSites() float32

GetSites returns the Sites field value if set, zero value otherwise.

func (*LicenseDetailsUsage) GetSitesOk ¶

func (o *LicenseDetailsUsage) GetSitesOk() (*float32, bool)

GetSitesOk returns a tuple with the Sites field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LicenseDetailsUsage) GetUsers ¶

func (o *LicenseDetailsUsage) GetUsers() float32

GetUsers returns the Users field value if set, zero value otherwise.

func (*LicenseDetailsUsage) GetUsersOk ¶

func (o *LicenseDetailsUsage) GetUsersOk() (*float32, bool)

GetUsersOk returns a tuple with the Users field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LicenseDetailsUsage) HasConnectorGroups ¶

func (o *LicenseDetailsUsage) HasConnectorGroups() bool

HasConnectorGroups returns a boolean if a field has been set.

func (*LicenseDetailsUsage) HasPortalUsers ¶

func (o *LicenseDetailsUsage) HasPortalUsers() bool

HasPortalUsers returns a boolean if a field has been set.

func (*LicenseDetailsUsage) HasServiceUsers ¶

func (o *LicenseDetailsUsage) HasServiceUsers() bool

HasServiceUsers returns a boolean if a field has been set.

func (*LicenseDetailsUsage) HasSites ¶

func (o *LicenseDetailsUsage) HasSites() bool

HasSites returns a boolean if a field has been set.

func (*LicenseDetailsUsage) HasUsers ¶

func (o *LicenseDetailsUsage) HasUsers() bool

HasUsers returns a boolean if a field has been set.

func (LicenseDetailsUsage) MarshalJSON ¶

func (o LicenseDetailsUsage) MarshalJSON() ([]byte, error)

func (*LicenseDetailsUsage) SetConnectorGroups ¶

func (o *LicenseDetailsUsage) SetConnectorGroups(v float32)

SetConnectorGroups gets a reference to the given float32 and assigns it to the ConnectorGroups field.

func (*LicenseDetailsUsage) SetPortalUsers ¶

func (o *LicenseDetailsUsage) SetPortalUsers(v float32)

SetPortalUsers gets a reference to the given float32 and assigns it to the PortalUsers field.

func (*LicenseDetailsUsage) SetServiceUsers ¶

func (o *LicenseDetailsUsage) SetServiceUsers(v float32)

SetServiceUsers gets a reference to the given float32 and assigns it to the ServiceUsers field.

func (*LicenseDetailsUsage) SetSites ¶

func (o *LicenseDetailsUsage) SetSites(v float32)

SetSites gets a reference to the given float32 and assigns it to the Sites field.

func (*LicenseDetailsUsage) SetUsers ¶

func (o *LicenseDetailsUsage) SetUsers(v float32)

SetUsers gets a reference to the given float32 and assigns it to the Users field.

type LicenseEntitlement ¶

type LicenseEntitlement struct {
	// The maximum users allowed by the license.
	MaxUsers *float32 `json:"maxUsers,omitempty"`
	// The maximum Portal users allowed by the license.
	MaxPortalUsers *float32 `json:"maxPortalUsers,omitempty"`
	// The maximum Service users allowed by the license.
	MaxServiceUsers *float32 `json:"maxServiceUsers,omitempty"`
	// Number of hours User Licenses will be reserved for users before they are reclaimable by others.
	UsersLeaseTimeHours *float32 `json:"usersLeaseTimeHours,omitempty"`
	// Number of hours User Licenses will be reserved for Portal users before they are reclaimable by others.
	PortalUsersLeaseTimeHours *float32 `json:"portalUsersLeaseTimeHours,omitempty"`
	// Number of hours User Licenses will be reserved for Service users before they are reclaimable by others.
	ServiceUsersLeaseTimeHours *float32 `json:"serviceUsersLeaseTimeHours,omitempty"`
	// The maximum sites allowed by the license. If it's the usage details, then it's the amount of sites in the system currently.
	MaxSites *float32 `json:"maxSites,omitempty"`
	// The maximum Connector groups allowed by the license.
	MaxConnectorGroups *float32 `json:"maxConnectorGroups,omitempty"`
}

LicenseEntitlement License entitlement details.

func NewLicenseEntitlement ¶

func NewLicenseEntitlement() *LicenseEntitlement

NewLicenseEntitlement instantiates a new LicenseEntitlement object This constructor will assign default values to properties that have it defined, 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 NewLicenseEntitlementWithDefaults ¶

func NewLicenseEntitlementWithDefaults() *LicenseEntitlement

NewLicenseEntitlementWithDefaults instantiates a new LicenseEntitlement object This 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 (*LicenseEntitlement) GetMaxConnectorGroups ¶

func (o *LicenseEntitlement) GetMaxConnectorGroups() float32

GetMaxConnectorGroups returns the MaxConnectorGroups field value if set, zero value otherwise.

func (*LicenseEntitlement) GetMaxConnectorGroupsOk ¶

func (o *LicenseEntitlement) GetMaxConnectorGroupsOk() (*float32, bool)

GetMaxConnectorGroupsOk returns a tuple with the MaxConnectorGroups field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LicenseEntitlement) GetMaxPortalUsers ¶

func (o *LicenseEntitlement) GetMaxPortalUsers() float32

GetMaxPortalUsers returns the MaxPortalUsers field value if set, zero value otherwise.

func (*LicenseEntitlement) GetMaxPortalUsersOk ¶

func (o *LicenseEntitlement) GetMaxPortalUsersOk() (*float32, bool)

GetMaxPortalUsersOk returns a tuple with the MaxPortalUsers field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LicenseEntitlement) GetMaxServiceUsers ¶

func (o *LicenseEntitlement) GetMaxServiceUsers() float32

GetMaxServiceUsers returns the MaxServiceUsers field value if set, zero value otherwise.

func (*LicenseEntitlement) GetMaxServiceUsersOk ¶

func (o *LicenseEntitlement) GetMaxServiceUsersOk() (*float32, bool)

GetMaxServiceUsersOk returns a tuple with the MaxServiceUsers field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LicenseEntitlement) GetMaxSites ¶

func (o *LicenseEntitlement) GetMaxSites() float32

GetMaxSites returns the MaxSites field value if set, zero value otherwise.

func (*LicenseEntitlement) GetMaxSitesOk ¶

func (o *LicenseEntitlement) GetMaxSitesOk() (*float32, bool)

GetMaxSitesOk returns a tuple with the MaxSites field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LicenseEntitlement) GetMaxUsers ¶

func (o *LicenseEntitlement) GetMaxUsers() float32

GetMaxUsers returns the MaxUsers field value if set, zero value otherwise.

func (*LicenseEntitlement) GetMaxUsersOk ¶

func (o *LicenseEntitlement) GetMaxUsersOk() (*float32, bool)

GetMaxUsersOk returns a tuple with the MaxUsers field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LicenseEntitlement) GetPortalUsersLeaseTimeHours ¶

func (o *LicenseEntitlement) GetPortalUsersLeaseTimeHours() float32

GetPortalUsersLeaseTimeHours returns the PortalUsersLeaseTimeHours field value if set, zero value otherwise.

func (*LicenseEntitlement) GetPortalUsersLeaseTimeHoursOk ¶

func (o *LicenseEntitlement) GetPortalUsersLeaseTimeHoursOk() (*float32, bool)

GetPortalUsersLeaseTimeHoursOk returns a tuple with the PortalUsersLeaseTimeHours field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LicenseEntitlement) GetServiceUsersLeaseTimeHours ¶

func (o *LicenseEntitlement) GetServiceUsersLeaseTimeHours() float32

GetServiceUsersLeaseTimeHours returns the ServiceUsersLeaseTimeHours field value if set, zero value otherwise.

func (*LicenseEntitlement) GetServiceUsersLeaseTimeHoursOk ¶

func (o *LicenseEntitlement) GetServiceUsersLeaseTimeHoursOk() (*float32, bool)

GetServiceUsersLeaseTimeHoursOk returns a tuple with the ServiceUsersLeaseTimeHours field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LicenseEntitlement) GetUsersLeaseTimeHours ¶

func (o *LicenseEntitlement) GetUsersLeaseTimeHours() float32

GetUsersLeaseTimeHours returns the UsersLeaseTimeHours field value if set, zero value otherwise.

func (*LicenseEntitlement) GetUsersLeaseTimeHoursOk ¶

func (o *LicenseEntitlement) GetUsersLeaseTimeHoursOk() (*float32, bool)

GetUsersLeaseTimeHoursOk returns a tuple with the UsersLeaseTimeHours field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LicenseEntitlement) HasMaxConnectorGroups ¶

func (o *LicenseEntitlement) HasMaxConnectorGroups() bool

HasMaxConnectorGroups returns a boolean if a field has been set.

func (*LicenseEntitlement) HasMaxPortalUsers ¶

func (o *LicenseEntitlement) HasMaxPortalUsers() bool

HasMaxPortalUsers returns a boolean if a field has been set.

func (*LicenseEntitlement) HasMaxServiceUsers ¶

func (o *LicenseEntitlement) HasMaxServiceUsers() bool

HasMaxServiceUsers returns a boolean if a field has been set.

func (*LicenseEntitlement) HasMaxSites ¶

func (o *LicenseEntitlement) HasMaxSites() bool

HasMaxSites returns a boolean if a field has been set.

func (*LicenseEntitlement) HasMaxUsers ¶

func (o *LicenseEntitlement) HasMaxUsers() bool

HasMaxUsers returns a boolean if a field has been set.

func (*LicenseEntitlement) HasPortalUsersLeaseTimeHours ¶

func (o *LicenseEntitlement) HasPortalUsersLeaseTimeHours() bool

HasPortalUsersLeaseTimeHours returns a boolean if a field has been set.

func (*LicenseEntitlement) HasServiceUsersLeaseTimeHours ¶

func (o *LicenseEntitlement) HasServiceUsersLeaseTimeHours() bool

HasServiceUsersLeaseTimeHours returns a boolean if a field has been set.

func (*LicenseEntitlement) HasUsersLeaseTimeHours ¶

func (o *LicenseEntitlement) HasUsersLeaseTimeHours() bool

HasUsersLeaseTimeHours returns a boolean if a field has been set.

func (LicenseEntitlement) MarshalJSON ¶

func (o LicenseEntitlement) MarshalJSON() ([]byte, error)

func (*LicenseEntitlement) SetMaxConnectorGroups ¶

func (o *LicenseEntitlement) SetMaxConnectorGroups(v float32)

SetMaxConnectorGroups gets a reference to the given float32 and assigns it to the MaxConnectorGroups field.

func (*LicenseEntitlement) SetMaxPortalUsers ¶

func (o *LicenseEntitlement) SetMaxPortalUsers(v float32)

SetMaxPortalUsers gets a reference to the given float32 and assigns it to the MaxPortalUsers field.

func (*LicenseEntitlement) SetMaxServiceUsers ¶

func (o *LicenseEntitlement) SetMaxServiceUsers(v float32)

SetMaxServiceUsers gets a reference to the given float32 and assigns it to the MaxServiceUsers field.

func (*LicenseEntitlement) SetMaxSites ¶

func (o *LicenseEntitlement) SetMaxSites(v float32)

SetMaxSites gets a reference to the given float32 and assigns it to the MaxSites field.

func (*LicenseEntitlement) SetMaxUsers ¶

func (o *LicenseEntitlement) SetMaxUsers(v float32)

SetMaxUsers gets a reference to the given float32 and assigns it to the MaxUsers field.

func (*LicenseEntitlement) SetPortalUsersLeaseTimeHours ¶

func (o *LicenseEntitlement) SetPortalUsersLeaseTimeHours(v float32)

SetPortalUsersLeaseTimeHours gets a reference to the given float32 and assigns it to the PortalUsersLeaseTimeHours field.

func (*LicenseEntitlement) SetServiceUsersLeaseTimeHours ¶

func (o *LicenseEntitlement) SetServiceUsersLeaseTimeHours(v float32)

SetServiceUsersLeaseTimeHours gets a reference to the given float32 and assigns it to the ServiceUsersLeaseTimeHours field.

func (*LicenseEntitlement) SetUsersLeaseTimeHours ¶

func (o *LicenseEntitlement) SetUsersLeaseTimeHours(v float32)

SetUsersLeaseTimeHours gets a reference to the given float32 and assigns it to the UsersLeaseTimeHours field.

type LicenseImport ¶

type LicenseImport struct {
	// The license file contents for this Controller (with the matching request code).
	License string `json:"license"`
}

LicenseImport Object to import a new license.

func NewLicenseImport ¶

func NewLicenseImport(license string) *LicenseImport

NewLicenseImport instantiates a new LicenseImport object This constructor will assign default values to properties that have it defined, 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 NewLicenseImportWithDefaults ¶

func NewLicenseImportWithDefaults() *LicenseImport

NewLicenseImportWithDefaults instantiates a new LicenseImport object This 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 (*LicenseImport) GetLicense ¶

func (o *LicenseImport) GetLicense() string

GetLicense returns the License field value

func (*LicenseImport) GetLicenseOk ¶

func (o *LicenseImport) GetLicenseOk() (*string, bool)

GetLicenseOk returns a tuple with the License field value and a boolean to check if the value has been set.

func (LicenseImport) MarshalJSON ¶

func (o LicenseImport) MarshalJSON() ([]byte, error)

func (*LicenseImport) SetLicense ¶

func (o *LicenseImport) SetLicense(v string)

SetLicense sets field value

type LicensedUsersApiService ¶

type LicensedUsersApiService service

LicensedUsersApiService LicensedUsersApi service

func (*LicensedUsersApiService) LicenseUsersGet ¶

LicenseUsersGet List all User Licenses.

List all User Licenses.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiLicenseUsersGetRequest

func (*LicensedUsersApiService) LicenseUsersGetExecute ¶

Execute executes the request

@return UserLicenseList

type LocalDatabaseIdentityProviderList ¶

type LocalDatabaseIdentityProviderList struct {
	// The queries applied to the list.
	Queries []string `json:"queries,omitempty"`
	// The first query applied to the list. Deprecated as of 6.0. Use queries instead.
	// Deprecated
	Query *string `json:"query,omitempty"`
	// 'The range applied to the list. Format: -/. 3-5/8 means, out of 8 count (query affects the total), the items between (including) the 3rd and the 5th are returned.'
	Range *string `json:"range,omitempty"`
	// The field name used to sort the list.
	OrderBy *string `json:"orderBy,omitempty"`
	// Whether the sorting is applied descending or ascending.
	Descending *bool `json:"descending,omitempty"`
	// The filters applied to the list.
	FilterBy []FilterBy `json:"filterBy,omitempty"`
	// List of Identity Providers.
	Data []LocalDatabaseProvider `json:"data,omitempty"`
}

LocalDatabaseIdentityProviderList struct for LocalDatabaseIdentityProviderList

func NewLocalDatabaseIdentityProviderList ¶

func NewLocalDatabaseIdentityProviderList() *LocalDatabaseIdentityProviderList

NewLocalDatabaseIdentityProviderList instantiates a new LocalDatabaseIdentityProviderList object This constructor will assign default values to properties that have it defined, 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 NewLocalDatabaseIdentityProviderListWithDefaults ¶

func NewLocalDatabaseIdentityProviderListWithDefaults() *LocalDatabaseIdentityProviderList

NewLocalDatabaseIdentityProviderListWithDefaults instantiates a new LocalDatabaseIdentityProviderList object This 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 (*LocalDatabaseIdentityProviderList) GetData ¶

GetData returns the Data field value if set, zero value otherwise.

func (*LocalDatabaseIdentityProviderList) GetDataOk ¶

GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LocalDatabaseIdentityProviderList) GetDescending ¶

func (o *LocalDatabaseIdentityProviderList) GetDescending() bool

GetDescending returns the Descending field value if set, zero value otherwise.

func (*LocalDatabaseIdentityProviderList) GetDescendingOk ¶

func (o *LocalDatabaseIdentityProviderList) GetDescendingOk() (*bool, bool)

GetDescendingOk returns a tuple with the Descending field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LocalDatabaseIdentityProviderList) GetFilterBy ¶

func (o *LocalDatabaseIdentityProviderList) GetFilterBy() []FilterBy

GetFilterBy returns the FilterBy field value if set, zero value otherwise.

func (*LocalDatabaseIdentityProviderList) GetFilterByOk ¶

func (o *LocalDatabaseIdentityProviderList) GetFilterByOk() ([]FilterBy, bool)

GetFilterByOk returns a tuple with the FilterBy field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LocalDatabaseIdentityProviderList) GetOrderBy ¶

func (o *LocalDatabaseIdentityProviderList) GetOrderBy() string

GetOrderBy returns the OrderBy field value if set, zero value otherwise.

func (*LocalDatabaseIdentityProviderList) GetOrderByOk ¶

func (o *LocalDatabaseIdentityProviderList) GetOrderByOk() (*string, bool)

GetOrderByOk returns a tuple with the OrderBy field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LocalDatabaseIdentityProviderList) GetQueries ¶

func (o *LocalDatabaseIdentityProviderList) GetQueries() []string

GetQueries returns the Queries field value if set, zero value otherwise.

func (*LocalDatabaseIdentityProviderList) GetQueriesOk ¶

func (o *LocalDatabaseIdentityProviderList) GetQueriesOk() ([]string, bool)

GetQueriesOk returns a tuple with the Queries field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LocalDatabaseIdentityProviderList) GetQuery ¶

GetQuery returns the Query field value if set, zero value otherwise. Deprecated

func (*LocalDatabaseIdentityProviderList) GetQueryOk ¶

func (o *LocalDatabaseIdentityProviderList) GetQueryOk() (*string, bool)

GetQueryOk returns a tuple with the Query field value if set, nil otherwise and a boolean to check if the value has been set. Deprecated

func (*LocalDatabaseIdentityProviderList) GetRange ¶

GetRange returns the Range field value if set, zero value otherwise.

func (*LocalDatabaseIdentityProviderList) GetRangeOk ¶

func (o *LocalDatabaseIdentityProviderList) GetRangeOk() (*string, bool)

GetRangeOk returns a tuple with the Range field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LocalDatabaseIdentityProviderList) HasData ¶

HasData returns a boolean if a field has been set.

func (*LocalDatabaseIdentityProviderList) HasDescending ¶

func (o *LocalDatabaseIdentityProviderList) HasDescending() bool

HasDescending returns a boolean if a field has been set.

func (*LocalDatabaseIdentityProviderList) HasFilterBy ¶

func (o *LocalDatabaseIdentityProviderList) HasFilterBy() bool

HasFilterBy returns a boolean if a field has been set.

func (*LocalDatabaseIdentityProviderList) HasOrderBy ¶

func (o *LocalDatabaseIdentityProviderList) HasOrderBy() bool

HasOrderBy returns a boolean if a field has been set.

func (*LocalDatabaseIdentityProviderList) HasQueries ¶

func (o *LocalDatabaseIdentityProviderList) HasQueries() bool

HasQueries returns a boolean if a field has been set.

func (*LocalDatabaseIdentityProviderList) HasQuery ¶

HasQuery returns a boolean if a field has been set.

func (*LocalDatabaseIdentityProviderList) HasRange ¶

HasRange returns a boolean if a field has been set.

func (LocalDatabaseIdentityProviderList) MarshalJSON ¶

func (o LocalDatabaseIdentityProviderList) MarshalJSON() ([]byte, error)

func (*LocalDatabaseIdentityProviderList) SetData ¶

SetData gets a reference to the given []LocalDatabaseProvider and assigns it to the Data field.

func (*LocalDatabaseIdentityProviderList) SetDescending ¶

func (o *LocalDatabaseIdentityProviderList) SetDescending(v bool)

SetDescending gets a reference to the given bool and assigns it to the Descending field.

func (*LocalDatabaseIdentityProviderList) SetFilterBy ¶

func (o *LocalDatabaseIdentityProviderList) SetFilterBy(v []FilterBy)

SetFilterBy gets a reference to the given []FilterBy and assigns it to the FilterBy field.

func (*LocalDatabaseIdentityProviderList) SetOrderBy ¶

func (o *LocalDatabaseIdentityProviderList) SetOrderBy(v string)

SetOrderBy gets a reference to the given string and assigns it to the OrderBy field.

func (*LocalDatabaseIdentityProviderList) SetQueries ¶

func (o *LocalDatabaseIdentityProviderList) SetQueries(v []string)

SetQueries gets a reference to the given []string and assigns it to the Queries field.

func (*LocalDatabaseIdentityProviderList) SetQuery ¶

SetQuery gets a reference to the given string and assigns it to the Query field. Deprecated

func (*LocalDatabaseIdentityProviderList) SetRange ¶

SetRange gets a reference to the given string and assigns it to the Range field.

type LocalDatabaseIdentityProvidersApiService ¶

type LocalDatabaseIdentityProvidersApiService service

LocalDatabaseIdentityProvidersApiService IdentityProvidersApi service

func (*LocalDatabaseIdentityProvidersApiService) IdentityProvidersGet ¶

IdentityProvidersGet List all Identity Providers.

List all Identity Providers visible to current user.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiLocalDatabaseIdentityProvidersGetRequest

func (*LocalDatabaseIdentityProvidersApiService) IdentityProvidersGetExecute ¶

Execute executes the request

@return LocalDatabaseIdentityProviderList

func (*LocalDatabaseIdentityProvidersApiService) IdentityProvidersIdAttributesPost ¶

IdentityProvidersIdAttributesPost Get user attributes from an existing Identity Provider.

Get raw attributes and mapped claims for a user.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id ID of the object.
@return ApiLocalDatabaseIdentityProvidersIdAttributesPostRequest

func (*LocalDatabaseIdentityProvidersApiService) IdentityProvidersIdAttributesPostExecute ¶

Execute executes the request

@return IdentityProvidersIdAttributesPost200Response

func (*LocalDatabaseIdentityProvidersApiService) IdentityProvidersIdDelete ¶

IdentityProvidersIdDelete Delete a specific Identity Provider.

Delete a specific Identity Provider.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id ID of the object.
@return ApiLocalDatabaseIdentityProvidersIdDeleteRequest

func (*LocalDatabaseIdentityProvidersApiService) IdentityProvidersIdDeleteExecute ¶

Execute executes the request

func (*LocalDatabaseIdentityProvidersApiService) IdentityProvidersIdGet ¶

IdentityProvidersIdGet Get a specific Identity Provider.

Get a specific Identity Provider.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id ID of the object.
@return ApiLocalDatabaseIdentityProvidersIdGetRequest

func (*LocalDatabaseIdentityProvidersApiService) IdentityProvidersIdGetExecute ¶

Execute executes the request

@return LocalDatabaseProvider

func (*LocalDatabaseIdentityProvidersApiService) IdentityProvidersIdPut ¶

IdentityProvidersIdPut Update an existing Identity Provider.

Update an existing Identity Provider.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id ID of the object.
@return ApiLocalDatabaseIdentityProvidersIdPutRequest

func (*LocalDatabaseIdentityProvidersApiService) IdentityProvidersIdPutExecute ¶

Execute executes the request

@return LocalDatabaseProvider

func (*LocalDatabaseIdentityProvidersApiService) IdentityProvidersPost ¶

IdentityProvidersPost Create a new Identity Provider.

Create a new Identity Provider.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiLocalDatabaseIdentityProvidersPostRequest

func (*LocalDatabaseIdentityProvidersApiService) IdentityProvidersPostExecute ¶

Execute executes the request

@return LocalDatabaseProvider

func (*LocalDatabaseIdentityProvidersApiService) IdentityProvidersTestPost ¶

IdentityProvidersTestPost Test an Identity Provider connection.

Test connection for the given Identity Provider JSON.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiLocalDatabaseIdentityProvidersTestPostRequest

func (*LocalDatabaseIdentityProvidersApiService) IdentityProvidersTestPostExecute ¶

Execute executes the request

@return IdentityProvidersTestPost200Response

type LocalDatabaseProvider ¶

type LocalDatabaseProvider struct {
	// ID of the object.
	Id *string `json:"id,omitempty"`
	// Name of the object.
	Name string `json:"name"`
	// Notes for the object. Used for documentation purposes.
	Notes *string `json:"notes,omitempty"`
	// Create date.
	Created *time.Time `json:"created,omitempty"`
	// Last update date.
	Updated *time.Time `json:"updated,omitempty"`
	// Array of tags.
	Tags []string `json:"tags,omitempty"`
	// The type of the Identity Provider.
	Type string `json:"type"`
	// The IPv4 Pool ID the users in this Identity Provider are going to use to allocate IP addresses for the tunnels.
	IpPoolV4 *string `json:"ipPoolV4,omitempty"`
	// The IPv6 Pool ID the users in this Identity Provider are going to use to allocate IP addresses for the tunnels.
	IpPoolV6 *string `json:"ipPoolV6,omitempty"`
	// The mapping of Identity Provider attributes to claims.
	ClaimMappings []ClaimMappingsInner `json:"claimMappings,omitempty"`
	// ID of the User Claim Scripts to run during authorization.
	UserScripts []string `json:"userScripts,omitempty"`
	// The DNS servers to be assigned to the Clients of the users in this Identity Provider.
	DnsServers []string `json:"dnsServers,omitempty"`
	// The DNS search domains to be assigned to Clients of the users in this Identity Provider.
	DnsSearchDomains []string `json:"dnsSearchDomains,omitempty"`
	// Whether the provider will be listed in the Admin UI or not.
	AdminProvider *bool `json:"adminProvider,omitempty"`
	// The device limit per user. The existing on-boarded devices will still be able to sign in even if the limit is exceeded.
	DeviceLimitPerUser *int32                                          `json:"deviceLimitPerUser,omitempty"`
	OnBoarding2FA      *ConfigurableIdentityProviderAllOfOnBoarding2FA `json:"onBoarding2FA,omitempty"`
	// (Desktop) clients will sign out automatically after the user has been inactive on the device for the configured duration. Set it to 0 to disable.
	InactivityTimeoutMinutes *int32 `json:"inactivityTimeoutMinutes,omitempty"`
	// Whether or not to take network inactivity into account when measuring client inactivity timeout.
	NetworkInactivityTimeoutEnabled *bool `json:"networkInactivityTimeoutEnabled,omitempty"`
	// If enabled, Windows Client will configure the network profile as \"DomainAuthenticated\".
	EnforceWindowsNetworkProfileAsDomain *bool `json:"enforceWindowsNetworkProfileAsDomain,omitempty"`
	// Whether the Windows Client will block local DNS requests or not.
	BlockLocalDnsRequests *bool `json:"blockLocalDnsRequests,omitempty"`
	// The mapping of Identity Provider on demand attributes to claims.
	OnDemandClaimMappings []OnDemandClaimMappingsInner `json:"onDemandClaimMappings,omitempty"`
	// After how many failed authentication attempts will a local user be locked out from authenticating again.
	UserLockoutThreshold *int32 `json:"userLockoutThreshold,omitempty"`
	// For how long lockout will last for local users.
	UserLockoutDurationMinutes *int32 `json:"userLockoutDurationMinutes,omitempty"`
	// Minimum password length requirement for local users.
	MinPasswordLength *int32 `json:"minPasswordLength,omitempty"`
}

LocalDatabaseProvider struct for LocalDatabaseProvider

func NewLocalDatabaseProvider ¶

func NewLocalDatabaseProvider(name string, type_ string) *LocalDatabaseProvider

NewLocalDatabaseProvider instantiates a new LocalDatabaseProvider object This constructor will assign default values to properties that have it defined, 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 NewLocalDatabaseProviderWithDefaults ¶

func NewLocalDatabaseProviderWithDefaults() *LocalDatabaseProvider

NewLocalDatabaseProviderWithDefaults instantiates a new LocalDatabaseProvider object This 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 (*LocalDatabaseProvider) GetAdminProvider ¶

func (o *LocalDatabaseProvider) GetAdminProvider() bool

GetAdminProvider returns the AdminProvider field value if set, zero value otherwise.

func (*LocalDatabaseProvider) GetAdminProviderOk ¶

func (o *LocalDatabaseProvider) GetAdminProviderOk() (*bool, bool)

GetAdminProviderOk returns a tuple with the AdminProvider field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LocalDatabaseProvider) GetBlockLocalDnsRequests ¶

func (o *LocalDatabaseProvider) GetBlockLocalDnsRequests() bool

GetBlockLocalDnsRequests returns the BlockLocalDnsRequests field value if set, zero value otherwise.

func (*LocalDatabaseProvider) GetBlockLocalDnsRequestsOk ¶

func (o *LocalDatabaseProvider) GetBlockLocalDnsRequestsOk() (*bool, bool)

GetBlockLocalDnsRequestsOk returns a tuple with the BlockLocalDnsRequests field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LocalDatabaseProvider) GetClaimMappings ¶

func (o *LocalDatabaseProvider) GetClaimMappings() []ClaimMappingsInner

GetClaimMappings returns the ClaimMappings field value if set, zero value otherwise.

func (*LocalDatabaseProvider) GetClaimMappingsOk ¶

func (o *LocalDatabaseProvider) GetClaimMappingsOk() ([]ClaimMappingsInner, bool)

GetClaimMappingsOk returns a tuple with the ClaimMappings field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LocalDatabaseProvider) GetCreated ¶

func (o *LocalDatabaseProvider) GetCreated() time.Time

GetCreated returns the Created field value if set, zero value otherwise.

func (*LocalDatabaseProvider) GetCreatedOk ¶

func (o *LocalDatabaseProvider) GetCreatedOk() (*time.Time, bool)

GetCreatedOk returns a tuple with the Created field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LocalDatabaseProvider) GetDeviceLimitPerUser ¶

func (o *LocalDatabaseProvider) GetDeviceLimitPerUser() int32

GetDeviceLimitPerUser returns the DeviceLimitPerUser field value if set, zero value otherwise.

func (*LocalDatabaseProvider) GetDeviceLimitPerUserOk ¶

func (o *LocalDatabaseProvider) GetDeviceLimitPerUserOk() (*int32, bool)

GetDeviceLimitPerUserOk returns a tuple with the DeviceLimitPerUser field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LocalDatabaseProvider) GetDnsSearchDomains ¶

func (o *LocalDatabaseProvider) GetDnsSearchDomains() []string

GetDnsSearchDomains returns the DnsSearchDomains field value if set, zero value otherwise.

func (*LocalDatabaseProvider) GetDnsSearchDomainsOk ¶

func (o *LocalDatabaseProvider) GetDnsSearchDomainsOk() ([]string, bool)

GetDnsSearchDomainsOk returns a tuple with the DnsSearchDomains field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LocalDatabaseProvider) GetDnsServers ¶

func (o *LocalDatabaseProvider) GetDnsServers() []string

GetDnsServers returns the DnsServers field value if set, zero value otherwise.

func (*LocalDatabaseProvider) GetDnsServersOk ¶

func (o *LocalDatabaseProvider) GetDnsServersOk() ([]string, bool)

GetDnsServersOk returns a tuple with the DnsServers field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LocalDatabaseProvider) GetEnforceWindowsNetworkProfileAsDomain ¶

func (o *LocalDatabaseProvider) GetEnforceWindowsNetworkProfileAsDomain() bool

GetEnforceWindowsNetworkProfileAsDomain returns the EnforceWindowsNetworkProfileAsDomain field value if set, zero value otherwise.

func (*LocalDatabaseProvider) GetEnforceWindowsNetworkProfileAsDomainOk ¶

func (o *LocalDatabaseProvider) GetEnforceWindowsNetworkProfileAsDomainOk() (*bool, bool)

GetEnforceWindowsNetworkProfileAsDomainOk returns a tuple with the EnforceWindowsNetworkProfileAsDomain field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LocalDatabaseProvider) GetId ¶

func (o *LocalDatabaseProvider) GetId() string

GetId returns the Id field value if set, zero value otherwise.

func (*LocalDatabaseProvider) GetIdOk ¶

func (o *LocalDatabaseProvider) 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 (*LocalDatabaseProvider) GetInactivityTimeoutMinutes ¶

func (o *LocalDatabaseProvider) GetInactivityTimeoutMinutes() int32

GetInactivityTimeoutMinutes returns the InactivityTimeoutMinutes field value if set, zero value otherwise.

func (*LocalDatabaseProvider) GetInactivityTimeoutMinutesOk ¶

func (o *LocalDatabaseProvider) GetInactivityTimeoutMinutesOk() (*int32, bool)

GetInactivityTimeoutMinutesOk returns a tuple with the InactivityTimeoutMinutes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LocalDatabaseProvider) GetIpPoolV4 ¶

func (o *LocalDatabaseProvider) GetIpPoolV4() string

GetIpPoolV4 returns the IpPoolV4 field value if set, zero value otherwise.

func (*LocalDatabaseProvider) GetIpPoolV4Ok ¶

func (o *LocalDatabaseProvider) GetIpPoolV4Ok() (*string, bool)

GetIpPoolV4Ok returns a tuple with the IpPoolV4 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LocalDatabaseProvider) GetIpPoolV6 ¶

func (o *LocalDatabaseProvider) GetIpPoolV6() string

GetIpPoolV6 returns the IpPoolV6 field value if set, zero value otherwise.

func (*LocalDatabaseProvider) GetIpPoolV6Ok ¶

func (o *LocalDatabaseProvider) GetIpPoolV6Ok() (*string, bool)

GetIpPoolV6Ok returns a tuple with the IpPoolV6 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LocalDatabaseProvider) GetMinPasswordLength ¶

func (o *LocalDatabaseProvider) GetMinPasswordLength() int32

GetMinPasswordLength returns the MinPasswordLength field value if set, zero value otherwise.

func (*LocalDatabaseProvider) GetMinPasswordLengthOk ¶

func (o *LocalDatabaseProvider) GetMinPasswordLengthOk() (*int32, bool)

GetMinPasswordLengthOk returns a tuple with the MinPasswordLength field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LocalDatabaseProvider) GetName ¶

func (o *LocalDatabaseProvider) GetName() string

GetName returns the Name field value

func (*LocalDatabaseProvider) GetNameOk ¶

func (o *LocalDatabaseProvider) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.

func (*LocalDatabaseProvider) GetNetworkInactivityTimeoutEnabled ¶

func (o *LocalDatabaseProvider) GetNetworkInactivityTimeoutEnabled() bool

GetNetworkInactivityTimeoutEnabled returns the NetworkInactivityTimeoutEnabled field value if set, zero value otherwise.

func (*LocalDatabaseProvider) GetNetworkInactivityTimeoutEnabledOk ¶

func (o *LocalDatabaseProvider) GetNetworkInactivityTimeoutEnabledOk() (*bool, bool)

GetNetworkInactivityTimeoutEnabledOk returns a tuple with the NetworkInactivityTimeoutEnabled field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LocalDatabaseProvider) GetNotes ¶

func (o *LocalDatabaseProvider) GetNotes() string

GetNotes returns the Notes field value if set, zero value otherwise.

func (*LocalDatabaseProvider) GetNotesOk ¶

func (o *LocalDatabaseProvider) GetNotesOk() (*string, bool)

GetNotesOk returns a tuple with the Notes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LocalDatabaseProvider) GetOnBoarding2FA ¶

GetOnBoarding2FA returns the OnBoarding2FA field value if set, zero value otherwise.

func (*LocalDatabaseProvider) GetOnBoarding2FAOk ¶

GetOnBoarding2FAOk returns a tuple with the OnBoarding2FA field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LocalDatabaseProvider) GetOnDemandClaimMappings ¶

func (o *LocalDatabaseProvider) GetOnDemandClaimMappings() []OnDemandClaimMappingsInner

GetOnDemandClaimMappings returns the OnDemandClaimMappings field value if set, zero value otherwise.

func (*LocalDatabaseProvider) GetOnDemandClaimMappingsOk ¶

func (o *LocalDatabaseProvider) GetOnDemandClaimMappingsOk() ([]OnDemandClaimMappingsInner, bool)

GetOnDemandClaimMappingsOk returns a tuple with the OnDemandClaimMappings field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LocalDatabaseProvider) GetTags ¶

func (o *LocalDatabaseProvider) GetTags() []string

GetTags returns the Tags field value if set, zero value otherwise.

func (*LocalDatabaseProvider) GetTagsOk ¶

func (o *LocalDatabaseProvider) GetTagsOk() ([]string, bool)

GetTagsOk returns a tuple with the Tags field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LocalDatabaseProvider) GetType ¶

func (o *LocalDatabaseProvider) GetType() string

GetType returns the Type field value

func (*LocalDatabaseProvider) GetTypeOk ¶

func (o *LocalDatabaseProvider) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (*LocalDatabaseProvider) GetUpdated ¶

func (o *LocalDatabaseProvider) GetUpdated() time.Time

GetUpdated returns the Updated field value if set, zero value otherwise.

func (*LocalDatabaseProvider) GetUpdatedOk ¶

func (o *LocalDatabaseProvider) GetUpdatedOk() (*time.Time, bool)

GetUpdatedOk returns a tuple with the Updated field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LocalDatabaseProvider) GetUserLockoutDurationMinutes ¶

func (o *LocalDatabaseProvider) GetUserLockoutDurationMinutes() int32

GetUserLockoutDurationMinutes returns the UserLockoutDurationMinutes field value if set, zero value otherwise.

func (*LocalDatabaseProvider) GetUserLockoutDurationMinutesOk ¶

func (o *LocalDatabaseProvider) GetUserLockoutDurationMinutesOk() (*int32, bool)

GetUserLockoutDurationMinutesOk returns a tuple with the UserLockoutDurationMinutes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LocalDatabaseProvider) GetUserLockoutThreshold ¶

func (o *LocalDatabaseProvider) GetUserLockoutThreshold() int32

GetUserLockoutThreshold returns the UserLockoutThreshold field value if set, zero value otherwise.

func (*LocalDatabaseProvider) GetUserLockoutThresholdOk ¶

func (o *LocalDatabaseProvider) GetUserLockoutThresholdOk() (*int32, bool)

GetUserLockoutThresholdOk returns a tuple with the UserLockoutThreshold field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LocalDatabaseProvider) GetUserScripts ¶

func (o *LocalDatabaseProvider) GetUserScripts() []string

GetUserScripts returns the UserScripts field value if set, zero value otherwise.

func (*LocalDatabaseProvider) GetUserScriptsOk ¶

func (o *LocalDatabaseProvider) GetUserScriptsOk() ([]string, bool)

GetUserScriptsOk returns a tuple with the UserScripts field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LocalDatabaseProvider) HasAdminProvider ¶

func (o *LocalDatabaseProvider) HasAdminProvider() bool

HasAdminProvider returns a boolean if a field has been set.

func (*LocalDatabaseProvider) HasBlockLocalDnsRequests ¶

func (o *LocalDatabaseProvider) HasBlockLocalDnsRequests() bool

HasBlockLocalDnsRequests returns a boolean if a field has been set.

func (*LocalDatabaseProvider) HasClaimMappings ¶

func (o *LocalDatabaseProvider) HasClaimMappings() bool

HasClaimMappings returns a boolean if a field has been set.

func (*LocalDatabaseProvider) HasCreated ¶

func (o *LocalDatabaseProvider) HasCreated() bool

HasCreated returns a boolean if a field has been set.

func (*LocalDatabaseProvider) HasDeviceLimitPerUser ¶

func (o *LocalDatabaseProvider) HasDeviceLimitPerUser() bool

HasDeviceLimitPerUser returns a boolean if a field has been set.

func (*LocalDatabaseProvider) HasDnsSearchDomains ¶

func (o *LocalDatabaseProvider) HasDnsSearchDomains() bool

HasDnsSearchDomains returns a boolean if a field has been set.

func (*LocalDatabaseProvider) HasDnsServers ¶

func (o *LocalDatabaseProvider) HasDnsServers() bool

HasDnsServers returns a boolean if a field has been set.

func (*LocalDatabaseProvider) HasEnforceWindowsNetworkProfileAsDomain ¶

func (o *LocalDatabaseProvider) HasEnforceWindowsNetworkProfileAsDomain() bool

HasEnforceWindowsNetworkProfileAsDomain returns a boolean if a field has been set.

func (*LocalDatabaseProvider) HasId ¶

func (o *LocalDatabaseProvider) HasId() bool

HasId returns a boolean if a field has been set.

func (*LocalDatabaseProvider) HasInactivityTimeoutMinutes ¶

func (o *LocalDatabaseProvider) HasInactivityTimeoutMinutes() bool

HasInactivityTimeoutMinutes returns a boolean if a field has been set.

func (*LocalDatabaseProvider) HasIpPoolV4 ¶

func (o *LocalDatabaseProvider) HasIpPoolV4() bool

HasIpPoolV4 returns a boolean if a field has been set.

func (*LocalDatabaseProvider) HasIpPoolV6 ¶

func (o *LocalDatabaseProvider) HasIpPoolV6() bool

HasIpPoolV6 returns a boolean if a field has been set.

func (*LocalDatabaseProvider) HasMinPasswordLength ¶

func (o *LocalDatabaseProvider) HasMinPasswordLength() bool

HasMinPasswordLength returns a boolean if a field has been set.

func (*LocalDatabaseProvider) HasNetworkInactivityTimeoutEnabled ¶

func (o *LocalDatabaseProvider) HasNetworkInactivityTimeoutEnabled() bool

HasNetworkInactivityTimeoutEnabled returns a boolean if a field has been set.

func (*LocalDatabaseProvider) HasNotes ¶

func (o *LocalDatabaseProvider) HasNotes() bool

HasNotes returns a boolean if a field has been set.

func (*LocalDatabaseProvider) HasOnBoarding2FA ¶

func (o *LocalDatabaseProvider) HasOnBoarding2FA() bool

HasOnBoarding2FA returns a boolean if a field has been set.

func (*LocalDatabaseProvider) HasOnDemandClaimMappings ¶

func (o *LocalDatabaseProvider) HasOnDemandClaimMappings() bool

HasOnDemandClaimMappings returns a boolean if a field has been set.

func (*LocalDatabaseProvider) HasTags ¶

func (o *LocalDatabaseProvider) HasTags() bool

HasTags returns a boolean if a field has been set.

func (*LocalDatabaseProvider) HasUpdated ¶

func (o *LocalDatabaseProvider) HasUpdated() bool

HasUpdated returns a boolean if a field has been set.

func (*LocalDatabaseProvider) HasUserLockoutDurationMinutes ¶

func (o *LocalDatabaseProvider) HasUserLockoutDurationMinutes() bool

HasUserLockoutDurationMinutes returns a boolean if a field has been set.

func (*LocalDatabaseProvider) HasUserLockoutThreshold ¶

func (o *LocalDatabaseProvider) HasUserLockoutThreshold() bool

HasUserLockoutThreshold returns a boolean if a field has been set.

func (*LocalDatabaseProvider) HasUserScripts ¶

func (o *LocalDatabaseProvider) HasUserScripts() bool

HasUserScripts returns a boolean if a field has been set.

func (LocalDatabaseProvider) MarshalJSON ¶

func (o LocalDatabaseProvider) MarshalJSON() ([]byte, error)

func (*LocalDatabaseProvider) SetAdminProvider ¶

func (o *LocalDatabaseProvider) SetAdminProvider(v bool)

SetAdminProvider gets a reference to the given bool and assigns it to the AdminProvider field.

func (*LocalDatabaseProvider) SetBlockLocalDnsRequests ¶

func (o *LocalDatabaseProvider) SetBlockLocalDnsRequests(v bool)

SetBlockLocalDnsRequests gets a reference to the given bool and assigns it to the BlockLocalDnsRequests field.

func (*LocalDatabaseProvider) SetClaimMappings ¶

func (o *LocalDatabaseProvider) SetClaimMappings(v []ClaimMappingsInner)

SetClaimMappings gets a reference to the given []ClaimMappingsInner and assigns it to the ClaimMappings field.

func (*LocalDatabaseProvider) SetCreated ¶

func (o *LocalDatabaseProvider) SetCreated(v time.Time)

SetCreated gets a reference to the given time.Time and assigns it to the Created field.

func (*LocalDatabaseProvider) SetDeviceLimitPerUser ¶

func (o *LocalDatabaseProvider) SetDeviceLimitPerUser(v int32)

SetDeviceLimitPerUser gets a reference to the given int32 and assigns it to the DeviceLimitPerUser field.

func (*LocalDatabaseProvider) SetDnsSearchDomains ¶

func (o *LocalDatabaseProvider) SetDnsSearchDomains(v []string)

SetDnsSearchDomains gets a reference to the given []string and assigns it to the DnsSearchDomains field.

func (*LocalDatabaseProvider) SetDnsServers ¶

func (o *LocalDatabaseProvider) SetDnsServers(v []string)

SetDnsServers gets a reference to the given []string and assigns it to the DnsServers field.

func (*LocalDatabaseProvider) SetEnforceWindowsNetworkProfileAsDomain ¶

func (o *LocalDatabaseProvider) SetEnforceWindowsNetworkProfileAsDomain(v bool)

SetEnforceWindowsNetworkProfileAsDomain gets a reference to the given bool and assigns it to the EnforceWindowsNetworkProfileAsDomain field.

func (*LocalDatabaseProvider) SetId ¶

func (o *LocalDatabaseProvider) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*LocalDatabaseProvider) SetInactivityTimeoutMinutes ¶

func (o *LocalDatabaseProvider) SetInactivityTimeoutMinutes(v int32)

SetInactivityTimeoutMinutes gets a reference to the given int32 and assigns it to the InactivityTimeoutMinutes field.

func (*LocalDatabaseProvider) SetIpPoolV4 ¶

func (o *LocalDatabaseProvider) SetIpPoolV4(v string)

SetIpPoolV4 gets a reference to the given string and assigns it to the IpPoolV4 field.

func (*LocalDatabaseProvider) SetIpPoolV6 ¶

func (o *LocalDatabaseProvider) SetIpPoolV6(v string)

SetIpPoolV6 gets a reference to the given string and assigns it to the IpPoolV6 field.

func (*LocalDatabaseProvider) SetMinPasswordLength ¶

func (o *LocalDatabaseProvider) SetMinPasswordLength(v int32)

SetMinPasswordLength gets a reference to the given int32 and assigns it to the MinPasswordLength field.

func (*LocalDatabaseProvider) SetName ¶

func (o *LocalDatabaseProvider) SetName(v string)

SetName sets field value

func (*LocalDatabaseProvider) SetNetworkInactivityTimeoutEnabled ¶

func (o *LocalDatabaseProvider) SetNetworkInactivityTimeoutEnabled(v bool)

SetNetworkInactivityTimeoutEnabled gets a reference to the given bool and assigns it to the NetworkInactivityTimeoutEnabled field.

func (*LocalDatabaseProvider) SetNotes ¶

func (o *LocalDatabaseProvider) SetNotes(v string)

SetNotes gets a reference to the given string and assigns it to the Notes field.

func (*LocalDatabaseProvider) SetOnBoarding2FA ¶

SetOnBoarding2FA gets a reference to the given ConfigurableIdentityProviderAllOfOnBoarding2FA and assigns it to the OnBoarding2FA field.

func (*LocalDatabaseProvider) SetOnDemandClaimMappings ¶

func (o *LocalDatabaseProvider) SetOnDemandClaimMappings(v []OnDemandClaimMappingsInner)

SetOnDemandClaimMappings gets a reference to the given []OnDemandClaimMappingsInner and assigns it to the OnDemandClaimMappings field.

func (*LocalDatabaseProvider) SetTags ¶

func (o *LocalDatabaseProvider) SetTags(v []string)

SetTags gets a reference to the given []string and assigns it to the Tags field.

func (*LocalDatabaseProvider) SetType ¶

func (o *LocalDatabaseProvider) SetType(v string)

SetType sets field value

func (*LocalDatabaseProvider) SetUpdated ¶

func (o *LocalDatabaseProvider) SetUpdated(v time.Time)

SetUpdated gets a reference to the given time.Time and assigns it to the Updated field.

func (*LocalDatabaseProvider) SetUserLockoutDurationMinutes ¶

func (o *LocalDatabaseProvider) SetUserLockoutDurationMinutes(v int32)

SetUserLockoutDurationMinutes gets a reference to the given int32 and assigns it to the UserLockoutDurationMinutes field.

func (*LocalDatabaseProvider) SetUserLockoutThreshold ¶

func (o *LocalDatabaseProvider) SetUserLockoutThreshold(v int32)

SetUserLockoutThreshold gets a reference to the given int32 and assigns it to the UserLockoutThreshold field.

func (*LocalDatabaseProvider) SetUserScripts ¶

func (o *LocalDatabaseProvider) SetUserScripts(v []string)

SetUserScripts gets a reference to the given []string and assigns it to the UserScripts field.

type LocalProviderSettings ¶

type LocalProviderSettings struct {
	// After how many failed authentication attempts will a local user be locked out from authenticating again.
	UserLockoutThreshold *int32 `json:"userLockoutThreshold,omitempty"`
	// For how long lockout will last for local users.
	UserLockoutDurationMinutes *int32 `json:"userLockoutDurationMinutes,omitempty"`
	// Minimum password length requirement for local users.
	MinPasswordLength *int32 `json:"minPasswordLength,omitempty"`
}

LocalProviderSettings struct for LocalProviderSettings

func NewLocalProviderSettings ¶

func NewLocalProviderSettings() *LocalProviderSettings

NewLocalProviderSettings instantiates a new LocalProviderSettings object This constructor will assign default values to properties that have it defined, 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 NewLocalProviderSettingsWithDefaults ¶

func NewLocalProviderSettingsWithDefaults() *LocalProviderSettings

NewLocalProviderSettingsWithDefaults instantiates a new LocalProviderSettings object This 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 (*LocalProviderSettings) GetMinPasswordLength ¶

func (o *LocalProviderSettings) GetMinPasswordLength() int32

GetMinPasswordLength returns the MinPasswordLength field value if set, zero value otherwise.

func (*LocalProviderSettings) GetMinPasswordLengthOk ¶

func (o *LocalProviderSettings) GetMinPasswordLengthOk() (*int32, bool)

GetMinPasswordLengthOk returns a tuple with the MinPasswordLength field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LocalProviderSettings) GetUserLockoutDurationMinutes ¶

func (o *LocalProviderSettings) GetUserLockoutDurationMinutes() int32

GetUserLockoutDurationMinutes returns the UserLockoutDurationMinutes field value if set, zero value otherwise.

func (*LocalProviderSettings) GetUserLockoutDurationMinutesOk ¶

func (o *LocalProviderSettings) GetUserLockoutDurationMinutesOk() (*int32, bool)

GetUserLockoutDurationMinutesOk returns a tuple with the UserLockoutDurationMinutes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LocalProviderSettings) GetUserLockoutThreshold ¶

func (o *LocalProviderSettings) GetUserLockoutThreshold() int32

GetUserLockoutThreshold returns the UserLockoutThreshold field value if set, zero value otherwise.

func (*LocalProviderSettings) GetUserLockoutThresholdOk ¶

func (o *LocalProviderSettings) GetUserLockoutThresholdOk() (*int32, bool)

GetUserLockoutThresholdOk returns a tuple with the UserLockoutThreshold field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LocalProviderSettings) HasMinPasswordLength ¶

func (o *LocalProviderSettings) HasMinPasswordLength() bool

HasMinPasswordLength returns a boolean if a field has been set.

func (*LocalProviderSettings) HasUserLockoutDurationMinutes ¶

func (o *LocalProviderSettings) HasUserLockoutDurationMinutes() bool

HasUserLockoutDurationMinutes returns a boolean if a field has been set.

func (*LocalProviderSettings) HasUserLockoutThreshold ¶

func (o *LocalProviderSettings) HasUserLockoutThreshold() bool

HasUserLockoutThreshold returns a boolean if a field has been set.

func (LocalProviderSettings) MarshalJSON ¶

func (o LocalProviderSettings) MarshalJSON() ([]byte, error)

func (*LocalProviderSettings) SetMinPasswordLength ¶

func (o *LocalProviderSettings) SetMinPasswordLength(v int32)

SetMinPasswordLength gets a reference to the given int32 and assigns it to the MinPasswordLength field.

func (*LocalProviderSettings) SetUserLockoutDurationMinutes ¶

func (o *LocalProviderSettings) SetUserLockoutDurationMinutes(v int32)

SetUserLockoutDurationMinutes gets a reference to the given int32 and assigns it to the UserLockoutDurationMinutes field.

func (*LocalProviderSettings) SetUserLockoutThreshold ¶

func (o *LocalProviderSettings) SetUserLockoutThreshold(v int32)

SetUserLockoutThreshold gets a reference to the given int32 and assigns it to the UserLockoutThreshold field.

type LocalUser ¶

type LocalUser struct {
	// ID of the object.
	Id *string `json:"id,omitempty"`
	// Name of the object.
	Name string `json:"name"`
	// Notes for the object. Used for documentation purposes.
	Notes *string `json:"notes,omitempty"`
	// Create date.
	Created *time.Time `json:"created,omitempty"`
	// Last update date.
	Updated *time.Time `json:"updated,omitempty"`
	// Array of tags.
	Tags []string `json:"tags,omitempty"`
	// First name of the user. May be used as claim.
	FirstName string `json:"firstName"`
	// Last name of the user. May be used as claim.
	LastName string `json:"lastName"`
	// Password for the user. Omit the field to keep the old password when updating a user.
	Password *string `json:"password,omitempty"`
	// E-mail address for the user. May be used as claim.
	Email *string `json:"email,omitempty"`
	// Phone number for the user. May be used as claim.
	Phone *string `json:"phone,omitempty"`
	// If true, the user will not be able to login.
	Disabled *bool `json:"disabled,omitempty"`
	// Number of wrong password login attempts since last successiful login.
	FailedLoginAttempts *float32 `json:"failedLoginAttempts,omitempty"`
	// The date time when the user got locked out. A local user is locked out of the system after X amount of consecutive failed login attempts, where X is configurable in the local Identity Provider. The lock is in effect for Y minute(s), where Y is configurable in the local Identity Provider. When the user logs in successfully, this field becomes null.
	LockStart *time.Time `json:"lockStart,omitempty"`
}

LocalUser struct for LocalUser

func NewLocalUser ¶

func NewLocalUser(name string, firstName string, lastName string) *LocalUser

NewLocalUser instantiates a new LocalUser object This constructor will assign default values to properties that have it defined, 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 NewLocalUserWithDefaults ¶

func NewLocalUserWithDefaults() *LocalUser

NewLocalUserWithDefaults instantiates a new LocalUser object This 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 (*LocalUser) GetCreated ¶

func (o *LocalUser) GetCreated() time.Time

GetCreated returns the Created field value if set, zero value otherwise.

func (*LocalUser) GetCreatedOk ¶

func (o *LocalUser) GetCreatedOk() (*time.Time, bool)

GetCreatedOk returns a tuple with the Created field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LocalUser) GetDisabled ¶

func (o *LocalUser) GetDisabled() bool

GetDisabled returns the Disabled field value if set, zero value otherwise.

func (*LocalUser) GetDisabledOk ¶

func (o *LocalUser) GetDisabledOk() (*bool, bool)

GetDisabledOk returns a tuple with the Disabled field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LocalUser) GetEmail ¶

func (o *LocalUser) GetEmail() string

GetEmail returns the Email field value if set, zero value otherwise.

func (*LocalUser) GetEmailOk ¶

func (o *LocalUser) 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 (*LocalUser) GetFailedLoginAttempts ¶

func (o *LocalUser) GetFailedLoginAttempts() float32

GetFailedLoginAttempts returns the FailedLoginAttempts field value if set, zero value otherwise.

func (*LocalUser) GetFailedLoginAttemptsOk ¶

func (o *LocalUser) GetFailedLoginAttemptsOk() (*float32, bool)

GetFailedLoginAttemptsOk returns a tuple with the FailedLoginAttempts field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LocalUser) GetFirstName ¶

func (o *LocalUser) GetFirstName() string

GetFirstName returns the FirstName field value

func (*LocalUser) GetFirstNameOk ¶

func (o *LocalUser) GetFirstNameOk() (*string, bool)

GetFirstNameOk returns a tuple with the FirstName field value and a boolean to check if the value has been set.

func (*LocalUser) GetId ¶

func (o *LocalUser) GetId() string

GetId returns the Id field value if set, zero value otherwise.

func (*LocalUser) GetIdOk ¶

func (o *LocalUser) 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 (*LocalUser) GetLastName ¶

func (o *LocalUser) GetLastName() string

GetLastName returns the LastName field value

func (*LocalUser) GetLastNameOk ¶

func (o *LocalUser) GetLastNameOk() (*string, bool)

GetLastNameOk returns a tuple with the LastName field value and a boolean to check if the value has been set.

func (*LocalUser) GetLockStart ¶

func (o *LocalUser) GetLockStart() time.Time

GetLockStart returns the LockStart field value if set, zero value otherwise.

func (*LocalUser) GetLockStartOk ¶

func (o *LocalUser) GetLockStartOk() (*time.Time, bool)

GetLockStartOk returns a tuple with the LockStart field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LocalUser) GetName ¶

func (o *LocalUser) GetName() string

GetName returns the Name field value

func (*LocalUser) GetNameOk ¶

func (o *LocalUser) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.

func (*LocalUser) GetNotes ¶

func (o *LocalUser) GetNotes() string

GetNotes returns the Notes field value if set, zero value otherwise.

func (*LocalUser) GetNotesOk ¶

func (o *LocalUser) GetNotesOk() (*string, bool)

GetNotesOk returns a tuple with the Notes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LocalUser) GetPassword ¶

func (o *LocalUser) GetPassword() string

GetPassword returns the Password field value if set, zero value otherwise.

func (*LocalUser) GetPasswordOk ¶

func (o *LocalUser) 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 (*LocalUser) GetPhone ¶

func (o *LocalUser) GetPhone() string

GetPhone returns the Phone field value if set, zero value otherwise.

func (*LocalUser) GetPhoneOk ¶

func (o *LocalUser) GetPhoneOk() (*string, bool)

GetPhoneOk returns a tuple with the Phone field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LocalUser) GetTags ¶

func (o *LocalUser) GetTags() []string

GetTags returns the Tags field value if set, zero value otherwise.

func (*LocalUser) GetTagsOk ¶

func (o *LocalUser) GetTagsOk() ([]string, bool)

GetTagsOk returns a tuple with the Tags field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LocalUser) GetUpdated ¶

func (o *LocalUser) GetUpdated() time.Time

GetUpdated returns the Updated field value if set, zero value otherwise.

func (*LocalUser) GetUpdatedOk ¶

func (o *LocalUser) GetUpdatedOk() (*time.Time, bool)

GetUpdatedOk returns a tuple with the Updated field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LocalUser) HasCreated ¶

func (o *LocalUser) HasCreated() bool

HasCreated returns a boolean if a field has been set.

func (*LocalUser) HasDisabled ¶

func (o *LocalUser) HasDisabled() bool

HasDisabled returns a boolean if a field has been set.

func (*LocalUser) HasEmail ¶

func (o *LocalUser) HasEmail() bool

HasEmail returns a boolean if a field has been set.

func (*LocalUser) HasFailedLoginAttempts ¶

func (o *LocalUser) HasFailedLoginAttempts() bool

HasFailedLoginAttempts returns a boolean if a field has been set.

func (*LocalUser) HasId ¶

func (o *LocalUser) HasId() bool

HasId returns a boolean if a field has been set.

func (*LocalUser) HasLockStart ¶

func (o *LocalUser) HasLockStart() bool

HasLockStart returns a boolean if a field has been set.

func (*LocalUser) HasNotes ¶

func (o *LocalUser) HasNotes() bool

HasNotes returns a boolean if a field has been set.

func (*LocalUser) HasPassword ¶

func (o *LocalUser) HasPassword() bool

HasPassword returns a boolean if a field has been set.

func (*LocalUser) HasPhone ¶

func (o *LocalUser) HasPhone() bool

HasPhone returns a boolean if a field has been set.

func (*LocalUser) HasTags ¶

func (o *LocalUser) HasTags() bool

HasTags returns a boolean if a field has been set.

func (*LocalUser) HasUpdated ¶

func (o *LocalUser) HasUpdated() bool

HasUpdated returns a boolean if a field has been set.

func (LocalUser) MarshalJSON ¶

func (o LocalUser) MarshalJSON() ([]byte, error)

func (*LocalUser) SetCreated ¶

func (o *LocalUser) SetCreated(v time.Time)

SetCreated gets a reference to the given time.Time and assigns it to the Created field.

func (*LocalUser) SetDisabled ¶

func (o *LocalUser) SetDisabled(v bool)

SetDisabled gets a reference to the given bool and assigns it to the Disabled field.

func (*LocalUser) SetEmail ¶

func (o *LocalUser) SetEmail(v string)

SetEmail gets a reference to the given string and assigns it to the Email field.

func (*LocalUser) SetFailedLoginAttempts ¶

func (o *LocalUser) SetFailedLoginAttempts(v float32)

SetFailedLoginAttempts gets a reference to the given float32 and assigns it to the FailedLoginAttempts field.

func (*LocalUser) SetFirstName ¶

func (o *LocalUser) SetFirstName(v string)

SetFirstName sets field value

func (*LocalUser) SetId ¶

func (o *LocalUser) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*LocalUser) SetLastName ¶

func (o *LocalUser) SetLastName(v string)

SetLastName sets field value

func (*LocalUser) SetLockStart ¶

func (o *LocalUser) SetLockStart(v time.Time)

SetLockStart gets a reference to the given time.Time and assigns it to the LockStart field.

func (*LocalUser) SetName ¶

func (o *LocalUser) SetName(v string)

SetName sets field value

func (*LocalUser) SetNotes ¶

func (o *LocalUser) SetNotes(v string)

SetNotes gets a reference to the given string and assigns it to the Notes field.

func (*LocalUser) SetPassword ¶

func (o *LocalUser) SetPassword(v string)

SetPassword gets a reference to the given string and assigns it to the Password field.

func (*LocalUser) SetPhone ¶

func (o *LocalUser) SetPhone(v string)

SetPhone gets a reference to the given string and assigns it to the Phone field.

func (*LocalUser) SetTags ¶

func (o *LocalUser) SetTags(v []string)

SetTags gets a reference to the given []string and assigns it to the Tags field.

func (*LocalUser) SetUpdated ¶

func (o *LocalUser) SetUpdated(v time.Time)

SetUpdated gets a reference to the given time.Time and assigns it to the Updated field.

type LocalUserAllOf ¶

type LocalUserAllOf struct {
	// First name of the user. May be used as claim.
	FirstName string `json:"firstName"`
	// Last name of the user. May be used as claim.
	LastName string `json:"lastName"`
	// Password for the user. Omit the field to keep the old password when updating a user.
	Password *string `json:"password,omitempty"`
	// E-mail address for the user. May be used as claim.
	Email *string `json:"email,omitempty"`
	// Phone number for the user. May be used as claim.
	Phone *string `json:"phone,omitempty"`
	// If true, the user will not be able to login.
	Disabled *bool `json:"disabled,omitempty"`
	// Number of wrong password login attempts since last successiful login.
	FailedLoginAttempts *float32 `json:"failedLoginAttempts,omitempty"`
	// The date time when the user got locked out. A local user is locked out of the system after X amount of consecutive failed login attempts, where X is configurable in the local Identity Provider. The lock is in effect for Y minute(s), where Y is configurable in the local Identity Provider. When the user logs in successfully, this field becomes null.
	LockStart *time.Time `json:"lockStart,omitempty"`
}

LocalUserAllOf Represents a Local User.

func NewLocalUserAllOf ¶

func NewLocalUserAllOf(firstName string, lastName string) *LocalUserAllOf

NewLocalUserAllOf instantiates a new LocalUserAllOf object This constructor will assign default values to properties that have it defined, 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 NewLocalUserAllOfWithDefaults ¶

func NewLocalUserAllOfWithDefaults() *LocalUserAllOf

NewLocalUserAllOfWithDefaults instantiates a new LocalUserAllOf object This 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 (*LocalUserAllOf) GetDisabled ¶

func (o *LocalUserAllOf) GetDisabled() bool

GetDisabled returns the Disabled field value if set, zero value otherwise.

func (*LocalUserAllOf) GetDisabledOk ¶

func (o *LocalUserAllOf) GetDisabledOk() (*bool, bool)

GetDisabledOk returns a tuple with the Disabled field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LocalUserAllOf) GetEmail ¶

func (o *LocalUserAllOf) GetEmail() string

GetEmail returns the Email field value if set, zero value otherwise.

func (*LocalUserAllOf) GetEmailOk ¶

func (o *LocalUserAllOf) 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 (*LocalUserAllOf) GetFailedLoginAttempts ¶

func (o *LocalUserAllOf) GetFailedLoginAttempts() float32

GetFailedLoginAttempts returns the FailedLoginAttempts field value if set, zero value otherwise.

func (*LocalUserAllOf) GetFailedLoginAttemptsOk ¶

func (o *LocalUserAllOf) GetFailedLoginAttemptsOk() (*float32, bool)

GetFailedLoginAttemptsOk returns a tuple with the FailedLoginAttempts field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LocalUserAllOf) GetFirstName ¶

func (o *LocalUserAllOf) GetFirstName() string

GetFirstName returns the FirstName field value

func (*LocalUserAllOf) GetFirstNameOk ¶

func (o *LocalUserAllOf) GetFirstNameOk() (*string, bool)

GetFirstNameOk returns a tuple with the FirstName field value and a boolean to check if the value has been set.

func (*LocalUserAllOf) GetLastName ¶

func (o *LocalUserAllOf) GetLastName() string

GetLastName returns the LastName field value

func (*LocalUserAllOf) GetLastNameOk ¶

func (o *LocalUserAllOf) GetLastNameOk() (*string, bool)

GetLastNameOk returns a tuple with the LastName field value and a boolean to check if the value has been set.

func (*LocalUserAllOf) GetLockStart ¶

func (o *LocalUserAllOf) GetLockStart() time.Time

GetLockStart returns the LockStart field value if set, zero value otherwise.

func (*LocalUserAllOf) GetLockStartOk ¶

func (o *LocalUserAllOf) GetLockStartOk() (*time.Time, bool)

GetLockStartOk returns a tuple with the LockStart field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LocalUserAllOf) GetPassword ¶

func (o *LocalUserAllOf) GetPassword() string

GetPassword returns the Password field value if set, zero value otherwise.

func (*LocalUserAllOf) GetPasswordOk ¶

func (o *LocalUserAllOf) 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 (*LocalUserAllOf) GetPhone ¶

func (o *LocalUserAllOf) GetPhone() string

GetPhone returns the Phone field value if set, zero value otherwise.

func (*LocalUserAllOf) GetPhoneOk ¶

func (o *LocalUserAllOf) GetPhoneOk() (*string, bool)

GetPhoneOk returns a tuple with the Phone field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LocalUserAllOf) HasDisabled ¶

func (o *LocalUserAllOf) HasDisabled() bool

HasDisabled returns a boolean if a field has been set.

func (*LocalUserAllOf) HasEmail ¶

func (o *LocalUserAllOf) HasEmail() bool

HasEmail returns a boolean if a field has been set.

func (*LocalUserAllOf) HasFailedLoginAttempts ¶

func (o *LocalUserAllOf) HasFailedLoginAttempts() bool

HasFailedLoginAttempts returns a boolean if a field has been set.

func (*LocalUserAllOf) HasLockStart ¶

func (o *LocalUserAllOf) HasLockStart() bool

HasLockStart returns a boolean if a field has been set.

func (*LocalUserAllOf) HasPassword ¶

func (o *LocalUserAllOf) HasPassword() bool

HasPassword returns a boolean if a field has been set.

func (*LocalUserAllOf) HasPhone ¶

func (o *LocalUserAllOf) HasPhone() bool

HasPhone returns a boolean if a field has been set.

func (LocalUserAllOf) MarshalJSON ¶

func (o LocalUserAllOf) MarshalJSON() ([]byte, error)

func (*LocalUserAllOf) SetDisabled ¶

func (o *LocalUserAllOf) SetDisabled(v bool)

SetDisabled gets a reference to the given bool and assigns it to the Disabled field.

func (*LocalUserAllOf) SetEmail ¶

func (o *LocalUserAllOf) SetEmail(v string)

SetEmail gets a reference to the given string and assigns it to the Email field.

func (*LocalUserAllOf) SetFailedLoginAttempts ¶

func (o *LocalUserAllOf) SetFailedLoginAttempts(v float32)

SetFailedLoginAttempts gets a reference to the given float32 and assigns it to the FailedLoginAttempts field.

func (*LocalUserAllOf) SetFirstName ¶

func (o *LocalUserAllOf) SetFirstName(v string)

SetFirstName sets field value

func (*LocalUserAllOf) SetLastName ¶

func (o *LocalUserAllOf) SetLastName(v string)

SetLastName sets field value

func (*LocalUserAllOf) SetLockStart ¶

func (o *LocalUserAllOf) SetLockStart(v time.Time)

SetLockStart gets a reference to the given time.Time and assigns it to the LockStart field.

func (*LocalUserAllOf) SetPassword ¶

func (o *LocalUserAllOf) SetPassword(v string)

SetPassword gets a reference to the given string and assigns it to the Password field.

func (*LocalUserAllOf) SetPhone ¶

func (o *LocalUserAllOf) SetPhone(v string)

SetPhone gets a reference to the given string and assigns it to the Phone field.

type LocalUserList ¶

type LocalUserList struct {
	// 'The range applied to the list. Format: -/. 3-5/8 means, out of 8 count (query affects the total), the items between (including) the 3rd and the 5th are returned.'
	Range *string `json:"range,omitempty"`
	// The field name used to sort the list.
	OrderBy *string `json:"orderBy,omitempty"`
	// Whether the sorting is applied descending or ascending.
	Descending *bool `json:"descending,omitempty"`
	// The queries applied to the list.
	Queries []string `json:"queries,omitempty"`
	// The filters applied to the list.
	FilterBy []FilterBy `json:"filterBy,omitempty"`
	// List of Local Users.
	Data []LocalUser `json:"data,omitempty"`
}

LocalUserList struct for LocalUserList

func NewLocalUserList ¶

func NewLocalUserList() *LocalUserList

NewLocalUserList instantiates a new LocalUserList object This constructor will assign default values to properties that have it defined, 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 NewLocalUserListWithDefaults ¶

func NewLocalUserListWithDefaults() *LocalUserList

NewLocalUserListWithDefaults instantiates a new LocalUserList object This 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 (*LocalUserList) GetData ¶

func (o *LocalUserList) GetData() []LocalUser

GetData returns the Data field value if set, zero value otherwise.

func (*LocalUserList) GetDataOk ¶

func (o *LocalUserList) GetDataOk() ([]LocalUser, bool)

GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LocalUserList) GetDescending ¶

func (o *LocalUserList) GetDescending() bool

GetDescending returns the Descending field value if set, zero value otherwise.

func (*LocalUserList) GetDescendingOk ¶

func (o *LocalUserList) GetDescendingOk() (*bool, bool)

GetDescendingOk returns a tuple with the Descending field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LocalUserList) GetFilterBy ¶

func (o *LocalUserList) GetFilterBy() []FilterBy

GetFilterBy returns the FilterBy field value if set, zero value otherwise.

func (*LocalUserList) GetFilterByOk ¶

func (o *LocalUserList) GetFilterByOk() ([]FilterBy, bool)

GetFilterByOk returns a tuple with the FilterBy field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LocalUserList) GetOrderBy ¶

func (o *LocalUserList) GetOrderBy() string

GetOrderBy returns the OrderBy field value if set, zero value otherwise.

func (*LocalUserList) GetOrderByOk ¶

func (o *LocalUserList) GetOrderByOk() (*string, bool)

GetOrderByOk returns a tuple with the OrderBy field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LocalUserList) GetQueries ¶

func (o *LocalUserList) GetQueries() []string

GetQueries returns the Queries field value if set, zero value otherwise.

func (*LocalUserList) GetQueriesOk ¶

func (o *LocalUserList) GetQueriesOk() ([]string, bool)

GetQueriesOk returns a tuple with the Queries field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LocalUserList) GetRange ¶

func (o *LocalUserList) GetRange() string

GetRange returns the Range field value if set, zero value otherwise.

func (*LocalUserList) GetRangeOk ¶

func (o *LocalUserList) GetRangeOk() (*string, bool)

GetRangeOk returns a tuple with the Range field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LocalUserList) HasData ¶

func (o *LocalUserList) HasData() bool

HasData returns a boolean if a field has been set.

func (*LocalUserList) HasDescending ¶

func (o *LocalUserList) HasDescending() bool

HasDescending returns a boolean if a field has been set.

func (*LocalUserList) HasFilterBy ¶

func (o *LocalUserList) HasFilterBy() bool

HasFilterBy returns a boolean if a field has been set.

func (*LocalUserList) HasOrderBy ¶

func (o *LocalUserList) HasOrderBy() bool

HasOrderBy returns a boolean if a field has been set.

func (*LocalUserList) HasQueries ¶

func (o *LocalUserList) HasQueries() bool

HasQueries returns a boolean if a field has been set.

func (*LocalUserList) HasRange ¶

func (o *LocalUserList) HasRange() bool

HasRange returns a boolean if a field has been set.

func (LocalUserList) MarshalJSON ¶

func (o LocalUserList) MarshalJSON() ([]byte, error)

func (*LocalUserList) SetData ¶

func (o *LocalUserList) SetData(v []LocalUser)

SetData gets a reference to the given []LocalUser and assigns it to the Data field.

func (*LocalUserList) SetDescending ¶

func (o *LocalUserList) SetDescending(v bool)

SetDescending gets a reference to the given bool and assigns it to the Descending field.

func (*LocalUserList) SetFilterBy ¶

func (o *LocalUserList) SetFilterBy(v []FilterBy)

SetFilterBy gets a reference to the given []FilterBy and assigns it to the FilterBy field.

func (*LocalUserList) SetOrderBy ¶

func (o *LocalUserList) SetOrderBy(v string)

SetOrderBy gets a reference to the given string and assigns it to the OrderBy field.

func (*LocalUserList) SetQueries ¶

func (o *LocalUserList) SetQueries(v []string)

SetQueries gets a reference to the given []string and assigns it to the Queries field.

func (*LocalUserList) SetRange ¶

func (o *LocalUserList) SetRange(v string)

SetRange gets a reference to the given string and assigns it to the Range field.

type LocalUserListAllOf ¶

type LocalUserListAllOf struct {
	// List of Local Users.
	Data []LocalUser `json:"data,omitempty"`
}

LocalUserListAllOf Represents a list of Local Users.

func NewLocalUserListAllOf ¶

func NewLocalUserListAllOf() *LocalUserListAllOf

NewLocalUserListAllOf instantiates a new LocalUserListAllOf object This constructor will assign default values to properties that have it defined, 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 NewLocalUserListAllOfWithDefaults ¶

func NewLocalUserListAllOfWithDefaults() *LocalUserListAllOf

NewLocalUserListAllOfWithDefaults instantiates a new LocalUserListAllOf object This 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 (*LocalUserListAllOf) GetData ¶

func (o *LocalUserListAllOf) GetData() []LocalUser

GetData returns the Data field value if set, zero value otherwise.

func (*LocalUserListAllOf) GetDataOk ¶

func (o *LocalUserListAllOf) GetDataOk() ([]LocalUser, bool)

GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LocalUserListAllOf) HasData ¶

func (o *LocalUserListAllOf) HasData() bool

HasData returns a boolean if a field has been set.

func (LocalUserListAllOf) MarshalJSON ¶

func (o LocalUserListAllOf) MarshalJSON() ([]byte, error)

func (*LocalUserListAllOf) SetData ¶

func (o *LocalUserListAllOf) SetData(v []LocalUser)

SetData gets a reference to the given []LocalUser and assigns it to the Data field.

type LocalUsersApiService ¶

type LocalUsersApiService service

LocalUsersApiService LocalUsersApi service

func (*LocalUsersApiService) LocalUsersGet ¶

LocalUsersGet List all Local Users.

List all Local Users visible to current user.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiLocalUsersGetRequest

func (*LocalUsersApiService) LocalUsersGetExecute ¶

Execute executes the request

@return LocalUserList

func (*LocalUsersApiService) LocalUsersIdDelete ¶

LocalUsersIdDelete Delete a specific Local User.

Delete a specific Local User.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id ID of the object.
@return ApiLocalUsersIdDeleteRequest

func (*LocalUsersApiService) LocalUsersIdDeleteExecute ¶

func (a *LocalUsersApiService) LocalUsersIdDeleteExecute(r ApiLocalUsersIdDeleteRequest) (*http.Response, error)

Execute executes the request

func (*LocalUsersApiService) LocalUsersIdGet ¶

LocalUsersIdGet Get a specific Local User.

Get a specific Local User.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id ID of the object.
@return ApiLocalUsersIdGetRequest

func (*LocalUsersApiService) LocalUsersIdGetExecute ¶

func (a *LocalUsersApiService) LocalUsersIdGetExecute(r ApiLocalUsersIdGetRequest) (*LocalUser, *http.Response, error)

Execute executes the request

@return LocalUser

func (*LocalUsersApiService) LocalUsersIdPut ¶

LocalUsersIdPut Update an existing Local User.

Update an existing Local User.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id ID of the object.
@return ApiLocalUsersIdPutRequest

func (*LocalUsersApiService) LocalUsersIdPutExecute ¶

func (a *LocalUsersApiService) LocalUsersIdPutExecute(r ApiLocalUsersIdPutRequest) (*LocalUser, *http.Response, error)

Execute executes the request

@return LocalUser

func (*LocalUsersApiService) LocalUsersPost ¶

LocalUsersPost Create a new Local User.

Create a new Local User.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiLocalUsersPostRequest

func (*LocalUsersApiService) LocalUsersPostExecute ¶

func (a *LocalUsersApiService) LocalUsersPostExecute(r ApiLocalUsersPostRequest) (*LocalUser, *http.Response, error)

Execute executes the request

@return LocalUser

type LocalUsersGetRequest ¶

type LocalUsersGetRequest struct {
	// ID of the object.
	Id *string `json:"id,omitempty"`
	// Name of the object.
	Name string `json:"name"`
	// Notes for the object. Used for documentation purposes.
	Notes *string `json:"notes,omitempty"`
	// Create date.
	Created *time.Time `json:"created,omitempty"`
	// Last update date.
	Updated *time.Time `json:"updated,omitempty"`
	// Array of tags.
	Tags []string `json:"tags,omitempty"`
	// First name of the user. May be used as claim.
	FirstName string `json:"firstName"`
	// Last name of the user. May be used as claim.
	LastName string `json:"lastName"`
	// Password for the user. Omit the field to keep the old password when updating a user.
	Password string `json:"password"`
	// E-mail address for the user. May be used as claim.
	Email *string `json:"email,omitempty"`
	// Phone number for the user. May be used as claim.
	Phone *string `json:"phone,omitempty"`
	// If true, the user will not be able to login.
	Disabled *bool `json:"disabled,omitempty"`
	// Number of wrong password login attempts since last successiful login.
	FailedLoginAttempts *float32 `json:"failedLoginAttempts,omitempty"`
	// The date time when the user got locked out. A local user is locked out of the system after X amount of consecutive failed login attempts, where X is configurable in the local Identity Provider. The lock is in effect for Y minute(s), where Y is configurable in the local Identity Provider. When the user logs in successfully, this field becomes null.
	LockStart *time.Time `json:"lockStart,omitempty"`
}

LocalUsersGetRequest struct for LocalUsersGetRequest

func NewLocalUsersGetRequest ¶

func NewLocalUsersGetRequest(name string, firstName string, lastName string, password string) *LocalUsersGetRequest

NewLocalUsersGetRequest instantiates a new LocalUsersGetRequest object This constructor will assign default values to properties that have it defined, 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 NewLocalUsersGetRequestWithDefaults ¶

func NewLocalUsersGetRequestWithDefaults() *LocalUsersGetRequest

NewLocalUsersGetRequestWithDefaults instantiates a new LocalUsersGetRequest object This 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 (*LocalUsersGetRequest) GetCreated ¶

func (o *LocalUsersGetRequest) GetCreated() time.Time

GetCreated returns the Created field value if set, zero value otherwise.

func (*LocalUsersGetRequest) GetCreatedOk ¶

func (o *LocalUsersGetRequest) GetCreatedOk() (*time.Time, bool)

GetCreatedOk returns a tuple with the Created field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LocalUsersGetRequest) GetDisabled ¶

func (o *LocalUsersGetRequest) GetDisabled() bool

GetDisabled returns the Disabled field value if set, zero value otherwise.

func (*LocalUsersGetRequest) GetDisabledOk ¶

func (o *LocalUsersGetRequest) GetDisabledOk() (*bool, bool)

GetDisabledOk returns a tuple with the Disabled field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LocalUsersGetRequest) GetEmail ¶

func (o *LocalUsersGetRequest) GetEmail() string

GetEmail returns the Email field value if set, zero value otherwise.

func (*LocalUsersGetRequest) GetEmailOk ¶

func (o *LocalUsersGetRequest) 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 (*LocalUsersGetRequest) GetFailedLoginAttempts ¶

func (o *LocalUsersGetRequest) GetFailedLoginAttempts() float32

GetFailedLoginAttempts returns the FailedLoginAttempts field value if set, zero value otherwise.

func (*LocalUsersGetRequest) GetFailedLoginAttemptsOk ¶

func (o *LocalUsersGetRequest) GetFailedLoginAttemptsOk() (*float32, bool)

GetFailedLoginAttemptsOk returns a tuple with the FailedLoginAttempts field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LocalUsersGetRequest) GetFirstName ¶

func (o *LocalUsersGetRequest) GetFirstName() string

GetFirstName returns the FirstName field value

func (*LocalUsersGetRequest) GetFirstNameOk ¶

func (o *LocalUsersGetRequest) GetFirstNameOk() (*string, bool)

GetFirstNameOk returns a tuple with the FirstName field value and a boolean to check if the value has been set.

func (*LocalUsersGetRequest) GetId ¶

func (o *LocalUsersGetRequest) GetId() string

GetId returns the Id field value if set, zero value otherwise.

func (*LocalUsersGetRequest) GetIdOk ¶

func (o *LocalUsersGetRequest) 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 (*LocalUsersGetRequest) GetLastName ¶

func (o *LocalUsersGetRequest) GetLastName() string

GetLastName returns the LastName field value

func (*LocalUsersGetRequest) GetLastNameOk ¶

func (o *LocalUsersGetRequest) GetLastNameOk() (*string, bool)

GetLastNameOk returns a tuple with the LastName field value and a boolean to check if the value has been set.

func (*LocalUsersGetRequest) GetLockStart ¶

func (o *LocalUsersGetRequest) GetLockStart() time.Time

GetLockStart returns the LockStart field value if set, zero value otherwise.

func (*LocalUsersGetRequest) GetLockStartOk ¶

func (o *LocalUsersGetRequest) GetLockStartOk() (*time.Time, bool)

GetLockStartOk returns a tuple with the LockStart field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LocalUsersGetRequest) GetName ¶

func (o *LocalUsersGetRequest) GetName() string

GetName returns the Name field value

func (*LocalUsersGetRequest) GetNameOk ¶

func (o *LocalUsersGetRequest) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.

func (*LocalUsersGetRequest) GetNotes ¶

func (o *LocalUsersGetRequest) GetNotes() string

GetNotes returns the Notes field value if set, zero value otherwise.

func (*LocalUsersGetRequest) GetNotesOk ¶

func (o *LocalUsersGetRequest) GetNotesOk() (*string, bool)

GetNotesOk returns a tuple with the Notes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LocalUsersGetRequest) GetPassword ¶

func (o *LocalUsersGetRequest) GetPassword() string

GetPassword returns the Password field value

func (*LocalUsersGetRequest) GetPasswordOk ¶

func (o *LocalUsersGetRequest) GetPasswordOk() (*string, bool)

GetPasswordOk returns a tuple with the Password field value and a boolean to check if the value has been set.

func (*LocalUsersGetRequest) GetPhone ¶

func (o *LocalUsersGetRequest) GetPhone() string

GetPhone returns the Phone field value if set, zero value otherwise.

func (*LocalUsersGetRequest) GetPhoneOk ¶

func (o *LocalUsersGetRequest) GetPhoneOk() (*string, bool)

GetPhoneOk returns a tuple with the Phone field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LocalUsersGetRequest) GetTags ¶

func (o *LocalUsersGetRequest) GetTags() []string

GetTags returns the Tags field value if set, zero value otherwise.

func (*LocalUsersGetRequest) GetTagsOk ¶

func (o *LocalUsersGetRequest) GetTagsOk() ([]string, bool)

GetTagsOk returns a tuple with the Tags field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LocalUsersGetRequest) GetUpdated ¶

func (o *LocalUsersGetRequest) GetUpdated() time.Time

GetUpdated returns the Updated field value if set, zero value otherwise.

func (*LocalUsersGetRequest) GetUpdatedOk ¶

func (o *LocalUsersGetRequest) GetUpdatedOk() (*time.Time, bool)

GetUpdatedOk returns a tuple with the Updated field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LocalUsersGetRequest) HasCreated ¶

func (o *LocalUsersGetRequest) HasCreated() bool

HasCreated returns a boolean if a field has been set.

func (*LocalUsersGetRequest) HasDisabled ¶

func (o *LocalUsersGetRequest) HasDisabled() bool

HasDisabled returns a boolean if a field has been set.

func (*LocalUsersGetRequest) HasEmail ¶

func (o *LocalUsersGetRequest) HasEmail() bool

HasEmail returns a boolean if a field has been set.

func (*LocalUsersGetRequest) HasFailedLoginAttempts ¶

func (o *LocalUsersGetRequest) HasFailedLoginAttempts() bool

HasFailedLoginAttempts returns a boolean if a field has been set.

func (*LocalUsersGetRequest) HasId ¶

func (o *LocalUsersGetRequest) HasId() bool

HasId returns a boolean if a field has been set.

func (*LocalUsersGetRequest) HasLockStart ¶

func (o *LocalUsersGetRequest) HasLockStart() bool

HasLockStart returns a boolean if a field has been set.

func (*LocalUsersGetRequest) HasNotes ¶

func (o *LocalUsersGetRequest) HasNotes() bool

HasNotes returns a boolean if a field has been set.

func (*LocalUsersGetRequest) HasPhone ¶

func (o *LocalUsersGetRequest) HasPhone() bool

HasPhone returns a boolean if a field has been set.

func (*LocalUsersGetRequest) HasTags ¶

func (o *LocalUsersGetRequest) HasTags() bool

HasTags returns a boolean if a field has been set.

func (*LocalUsersGetRequest) HasUpdated ¶

func (o *LocalUsersGetRequest) HasUpdated() bool

HasUpdated returns a boolean if a field has been set.

func (LocalUsersGetRequest) MarshalJSON ¶

func (o LocalUsersGetRequest) MarshalJSON() ([]byte, error)

func (*LocalUsersGetRequest) SetCreated ¶

func (o *LocalUsersGetRequest) SetCreated(v time.Time)

SetCreated gets a reference to the given time.Time and assigns it to the Created field.

func (*LocalUsersGetRequest) SetDisabled ¶

func (o *LocalUsersGetRequest) SetDisabled(v bool)

SetDisabled gets a reference to the given bool and assigns it to the Disabled field.

func (*LocalUsersGetRequest) SetEmail ¶

func (o *LocalUsersGetRequest) SetEmail(v string)

SetEmail gets a reference to the given string and assigns it to the Email field.

func (*LocalUsersGetRequest) SetFailedLoginAttempts ¶

func (o *LocalUsersGetRequest) SetFailedLoginAttempts(v float32)

SetFailedLoginAttempts gets a reference to the given float32 and assigns it to the FailedLoginAttempts field.

func (*LocalUsersGetRequest) SetFirstName ¶

func (o *LocalUsersGetRequest) SetFirstName(v string)

SetFirstName sets field value

func (*LocalUsersGetRequest) SetId ¶

func (o *LocalUsersGetRequest) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*LocalUsersGetRequest) SetLastName ¶

func (o *LocalUsersGetRequest) SetLastName(v string)

SetLastName sets field value

func (*LocalUsersGetRequest) SetLockStart ¶

func (o *LocalUsersGetRequest) SetLockStart(v time.Time)

SetLockStart gets a reference to the given time.Time and assigns it to the LockStart field.

func (*LocalUsersGetRequest) SetName ¶

func (o *LocalUsersGetRequest) SetName(v string)

SetName sets field value

func (*LocalUsersGetRequest) SetNotes ¶

func (o *LocalUsersGetRequest) SetNotes(v string)

SetNotes gets a reference to the given string and assigns it to the Notes field.

func (*LocalUsersGetRequest) SetPassword ¶

func (o *LocalUsersGetRequest) SetPassword(v string)

SetPassword sets field value

func (*LocalUsersGetRequest) SetPhone ¶

func (o *LocalUsersGetRequest) SetPhone(v string)

SetPhone gets a reference to the given string and assigns it to the Phone field.

func (*LocalUsersGetRequest) SetTags ¶

func (o *LocalUsersGetRequest) SetTags(v []string)

SetTags gets a reference to the given []string and assigns it to the Tags field.

func (*LocalUsersGetRequest) SetUpdated ¶

func (o *LocalUsersGetRequest) SetUpdated(v time.Time)

SetUpdated gets a reference to the given time.Time and assigns it to the Updated field.

type LoginApiService ¶

type LoginApiService service

LoginApiService LoginApi service

func (*LoginApiService) AuthenticationLogoutPost ¶

func (a *LoginApiService) AuthenticationLogoutPost(ctx context.Context) ApiAuthenticationLogoutPostRequest

AuthenticationLogoutPost Logout

The tokens for this session will be revoked

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiAuthenticationLogoutPostRequest

func (*LoginApiService) AuthenticationLogoutPostExecute ¶

func (a *LoginApiService) AuthenticationLogoutPostExecute(r ApiAuthenticationLogoutPostRequest) (*http.Response, error)

Execute executes the request

func (*LoginApiService) AuthenticationOtpInitializePost ¶

func (a *LoginApiService) AuthenticationOtpInitializePost(ctx context.Context) ApiAuthenticationOtpInitializePostRequest

AuthenticationOtpInitializePost Initialize the MFA. For internal use.

This API starts the Multi-Factor Authentication process. It requires the partial AuthToken from Authentication call. The Controller will initiate the flow and return details required to continue MFA.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiAuthenticationOtpInitializePostRequest

func (*LoginApiService) AuthenticationOtpInitializePostExecute ¶

Execute executes the request

@return AuthenticationOtpInitializePost200Response

func (*LoginApiService) AuthenticationOtpPost ¶

func (a *LoginApiService) AuthenticationOtpPost(ctx context.Context) ApiAuthenticationOtpPostRequest

AuthenticationOtpPost Finalize the MFA. For internal use.

This API starts the Multi-Factor Authentication process. It requires the partial AuthToken from Authentication call. The fields required depends on the initialization.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiAuthenticationOtpPostRequest

func (*LoginApiService) AuthenticationOtpPostExecute ¶

func (a *LoginApiService) AuthenticationOtpPostExecute(r ApiAuthenticationOtpPostRequest) (*LoginResponse, *http.Response, error)

Execute executes the request

@return LoginResponse

func (*LoginApiService) AuthenticationPost ¶

func (a *LoginApiService) AuthenticationPost(ctx context.Context) ApiAuthenticationPostRequest

AuthenticationPost Authenticate. For internal use.

API Scripts are recommended to use the Login call instead of separate Authentication & Authorization calls.

First step for logging in is sending the credentials and retrieving partial AuthToken. If the response has the "needTwoFactorAuth:true", then either API user must be extempt from Admin MFA or two-step MFA process must be completed before Authorization.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiAuthenticationPostRequest

func (*LoginApiService) AuthenticationPostExecute ¶

func (a *LoginApiService) AuthenticationPostExecute(r ApiAuthenticationPostRequest) (*LoginResponse, *http.Response, error)

Execute executes the request

@return LoginResponse

func (*LoginApiService) AuthorizationGet ¶

func (a *LoginApiService) AuthorizationGet(ctx context.Context) ApiAuthorizationGetRequest

AuthorizationGet Authorize. For internal use.

API Scripts are recommended to use the Login call instead of separate Authentication & Authorization calls. Last step for logging in is sending the partial AuthToken for authorization and retrieving the AuthToken.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiAuthorizationGetRequest

func (*LoginApiService) AuthorizationGetExecute ¶

func (a *LoginApiService) AuthorizationGetExecute(r ApiAuthorizationGetRequest) (*LoginResponse, *http.Response, error)

Execute executes the request

@return LoginResponse

func (*LoginApiService) IdentityProvidersNamesGet ¶

func (a *LoginApiService) IdentityProvidersNamesGet(ctx context.Context) ApiIdentityProvidersNamesGetRequest

IdentityProvidersNamesGet Get the list of identity providers available for admin login.

Get the list of identity providers available for admin login.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiIdentityProvidersNamesGetRequest

func (*LoginApiService) IdentityProvidersNamesGetExecute ¶

Execute executes the request

@return IdentityProvidersNamesGet200Response

func (*LoginApiService) LoginPost ¶

LoginPost Simplified Login

First step for any API call is retrieving AuthToken using Login API. All other calls require the AuthToken. Client is advised to **securely store** the AuthToken and reuse until it expires. Multi-Factor Authentication is not supported by Login call, API user must be exempt from Admin MFA requirement. It is important to restrict API user's permissions strictly as-needed basis and restrict IP access to API port to trusted networks.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiLoginPostRequest

func (*LoginApiService) LoginPostExecute ¶

func (a *LoginApiService) LoginPostExecute(r ApiLoginPostRequest) (*LoginResponse, *http.Response, error)

Execute executes the request

@return LoginResponse

type LoginPost406Response ¶

type LoginPost406Response struct {
	// N/A
	Id *string `json:"id,omitempty"`
	// Human readable error details.
	Message *string `json:"message,omitempty"`
	// Minimum supported version.
	MinSupportedVersion *int32 `json:"minSupportedVersion,omitempty"`
	// Maximum supported version.
	MaxSupportedVersion *int32 `json:"maxSupportedVersion,omitempty"`
}

LoginPost406Response struct for LoginPost406Response

func NewLoginPost406Response ¶

func NewLoginPost406Response() *LoginPost406Response

NewLoginPost406Response instantiates a new LoginPost406Response object This constructor will assign default values to properties that have it defined, 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 NewLoginPost406ResponseWithDefaults ¶

func NewLoginPost406ResponseWithDefaults() *LoginPost406Response

NewLoginPost406ResponseWithDefaults instantiates a new LoginPost406Response object This 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 (*LoginPost406Response) GetId ¶

func (o *LoginPost406Response) GetId() string

GetId returns the Id field value if set, zero value otherwise.

func (*LoginPost406Response) GetIdOk ¶

func (o *LoginPost406Response) 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 (*LoginPost406Response) GetMaxSupportedVersion ¶

func (o *LoginPost406Response) GetMaxSupportedVersion() int32

GetMaxSupportedVersion returns the MaxSupportedVersion field value if set, zero value otherwise.

func (*LoginPost406Response) GetMaxSupportedVersionOk ¶

func (o *LoginPost406Response) GetMaxSupportedVersionOk() (*int32, bool)

GetMaxSupportedVersionOk returns a tuple with the MaxSupportedVersion field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LoginPost406Response) GetMessage ¶

func (o *LoginPost406Response) GetMessage() string

GetMessage returns the Message field value if set, zero value otherwise.

func (*LoginPost406Response) GetMessageOk ¶

func (o *LoginPost406Response) GetMessageOk() (*string, bool)

GetMessageOk returns a tuple with the Message field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LoginPost406Response) GetMinSupportedVersion ¶

func (o *LoginPost406Response) GetMinSupportedVersion() int32

GetMinSupportedVersion returns the MinSupportedVersion field value if set, zero value otherwise.

func (*LoginPost406Response) GetMinSupportedVersionOk ¶

func (o *LoginPost406Response) GetMinSupportedVersionOk() (*int32, bool)

GetMinSupportedVersionOk returns a tuple with the MinSupportedVersion field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LoginPost406Response) HasId ¶

func (o *LoginPost406Response) HasId() bool

HasId returns a boolean if a field has been set.

func (*LoginPost406Response) HasMaxSupportedVersion ¶

func (o *LoginPost406Response) HasMaxSupportedVersion() bool

HasMaxSupportedVersion returns a boolean if a field has been set.

func (*LoginPost406Response) HasMessage ¶

func (o *LoginPost406Response) HasMessage() bool

HasMessage returns a boolean if a field has been set.

func (*LoginPost406Response) HasMinSupportedVersion ¶

func (o *LoginPost406Response) HasMinSupportedVersion() bool

HasMinSupportedVersion returns a boolean if a field has been set.

func (LoginPost406Response) MarshalJSON ¶

func (o LoginPost406Response) MarshalJSON() ([]byte, error)

func (*LoginPost406Response) SetId ¶

func (o *LoginPost406Response) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*LoginPost406Response) SetMaxSupportedVersion ¶

func (o *LoginPost406Response) SetMaxSupportedVersion(v int32)

SetMaxSupportedVersion gets a reference to the given int32 and assigns it to the MaxSupportedVersion field.

func (*LoginPost406Response) SetMessage ¶

func (o *LoginPost406Response) SetMessage(v string)

SetMessage gets a reference to the given string and assigns it to the Message field.

func (*LoginPost406Response) SetMinSupportedVersion ¶

func (o *LoginPost406Response) SetMinSupportedVersion(v int32)

SetMinSupportedVersion gets a reference to the given int32 and assigns it to the MinSupportedVersion field.

type LoginRequest ¶

type LoginRequest struct {
	// Display name of the Identity Provider name.
	ProviderName string `json:"providerName"`
	// Username. Required if a credentials based Identity Provider is used.
	Username *string `json:"username,omitempty"`
	// Password. Required if a credentials based Identity Provider is used.
	Password *string `json:"password,omitempty"`
	// UUID to distinguish the Client device making the request. It is supposed to be same for every login request from the same server.
	DeviceId string `json:"deviceId"`
	// SAMLResponse received from SAML provider. Required if a SAML based Identity Provider is used.
	SamlResponse *string `json:"samlResponse,omitempty"`
	// ID Token received from OIDC provider. Required if an OIDC based Identity Provider is used.
	IdToken *string `json:"idToken,omitempty"`
	// Access Token received from OIDC provider. Required if an OIDC based Identity Provider is used.
	AccessToken *string `json:"accessToken,omitempty"`
}

LoginRequest struct for LoginRequest

func NewLoginRequest ¶

func NewLoginRequest(providerName string, deviceId string) *LoginRequest

NewLoginRequest instantiates a new LoginRequest object This constructor will assign default values to properties that have it defined, 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 NewLoginRequestWithDefaults ¶

func NewLoginRequestWithDefaults() *LoginRequest

NewLoginRequestWithDefaults instantiates a new LoginRequest object This 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 (*LoginRequest) GetAccessToken ¶

func (o *LoginRequest) GetAccessToken() string

GetAccessToken returns the AccessToken field value if set, zero value otherwise.

func (*LoginRequest) GetAccessTokenOk ¶

func (o *LoginRequest) 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 (*LoginRequest) GetDeviceId ¶

func (o *LoginRequest) GetDeviceId() string

GetDeviceId returns the DeviceId field value

func (*LoginRequest) GetDeviceIdOk ¶

func (o *LoginRequest) GetDeviceIdOk() (*string, bool)

GetDeviceIdOk returns a tuple with the DeviceId field value and a boolean to check if the value has been set.

func (*LoginRequest) GetIdToken ¶

func (o *LoginRequest) GetIdToken() string

GetIdToken returns the IdToken field value if set, zero value otherwise.

func (*LoginRequest) GetIdTokenOk ¶

func (o *LoginRequest) 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 (*LoginRequest) GetPassword ¶

func (o *LoginRequest) GetPassword() string

GetPassword returns the Password field value if set, zero value otherwise.

func (*LoginRequest) GetPasswordOk ¶

func (o *LoginRequest) 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 (*LoginRequest) GetProviderName ¶

func (o *LoginRequest) GetProviderName() string

GetProviderName returns the ProviderName field value

func (*LoginRequest) GetProviderNameOk ¶

func (o *LoginRequest) GetProviderNameOk() (*string, bool)

GetProviderNameOk returns a tuple with the ProviderName field value and a boolean to check if the value has been set.

func (*LoginRequest) GetSamlResponse ¶

func (o *LoginRequest) GetSamlResponse() string

GetSamlResponse returns the SamlResponse field value if set, zero value otherwise.

func (*LoginRequest) GetSamlResponseOk ¶

func (o *LoginRequest) GetSamlResponseOk() (*string, bool)

GetSamlResponseOk returns a tuple with the SamlResponse field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LoginRequest) GetUsername ¶

func (o *LoginRequest) GetUsername() string

GetUsername returns the Username field value if set, zero value otherwise.

func (*LoginRequest) GetUsernameOk ¶

func (o *LoginRequest) 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 (*LoginRequest) HasAccessToken ¶

func (o *LoginRequest) HasAccessToken() bool

HasAccessToken returns a boolean if a field has been set.

func (*LoginRequest) HasIdToken ¶

func (o *LoginRequest) HasIdToken() bool

HasIdToken returns a boolean if a field has been set.

func (*LoginRequest) HasPassword ¶

func (o *LoginRequest) HasPassword() bool

HasPassword returns a boolean if a field has been set.

func (*LoginRequest) HasSamlResponse ¶

func (o *LoginRequest) HasSamlResponse() bool

HasSamlResponse returns a boolean if a field has been set.

func (*LoginRequest) HasUsername ¶

func (o *LoginRequest) HasUsername() bool

HasUsername returns a boolean if a field has been set.

func (LoginRequest) MarshalJSON ¶

func (o LoginRequest) MarshalJSON() ([]byte, error)

func (*LoginRequest) SetAccessToken ¶

func (o *LoginRequest) SetAccessToken(v string)

SetAccessToken gets a reference to the given string and assigns it to the AccessToken field.

func (*LoginRequest) SetDeviceId ¶

func (o *LoginRequest) SetDeviceId(v string)

SetDeviceId sets field value

func (*LoginRequest) SetIdToken ¶

func (o *LoginRequest) SetIdToken(v string)

SetIdToken gets a reference to the given string and assigns it to the IdToken field.

func (*LoginRequest) SetPassword ¶

func (o *LoginRequest) SetPassword(v string)

SetPassword gets a reference to the given string and assigns it to the Password field.

func (*LoginRequest) SetProviderName ¶

func (o *LoginRequest) SetProviderName(v string)

SetProviderName sets field value

func (*LoginRequest) SetSamlResponse ¶

func (o *LoginRequest) SetSamlResponse(v string)

SetSamlResponse gets a reference to the given string and assigns it to the SamlResponse field.

func (*LoginRequest) SetUsername ¶

func (o *LoginRequest) SetUsername(v string)

SetUsername gets a reference to the given string and assigns it to the Username field.

type LoginResponse ¶

type LoginResponse struct {
	User *LoginResponseUser `json:"user,omitempty"`
	// The AuthToken required for subsequent API calls.
	Token *string `json:"token,omitempty"`
	// Token expiration time.
	Expires *time.Time `json:"expires,omitempty"`
	// Message of the day configured by an admin.
	MessageOfTheDay *string `json:"messageOfTheDay,omitempty"`
}

LoginResponse struct for LoginResponse

func NewLoginResponse ¶

func NewLoginResponse() *LoginResponse

NewLoginResponse instantiates a new LoginResponse object This constructor will assign default values to properties that have it defined, 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 NewLoginResponseWithDefaults ¶

func NewLoginResponseWithDefaults() *LoginResponse

NewLoginResponseWithDefaults instantiates a new LoginResponse object This 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 (*LoginResponse) GetExpires ¶

func (o *LoginResponse) GetExpires() time.Time

GetExpires returns the Expires field value if set, zero value otherwise.

func (*LoginResponse) GetExpiresOk ¶

func (o *LoginResponse) GetExpiresOk() (*time.Time, bool)

GetExpiresOk returns a tuple with the Expires field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LoginResponse) GetMessageOfTheDay ¶

func (o *LoginResponse) GetMessageOfTheDay() string

GetMessageOfTheDay returns the MessageOfTheDay field value if set, zero value otherwise.

func (*LoginResponse) GetMessageOfTheDayOk ¶

func (o *LoginResponse) GetMessageOfTheDayOk() (*string, bool)

GetMessageOfTheDayOk returns a tuple with the MessageOfTheDay field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LoginResponse) GetToken ¶

func (o *LoginResponse) GetToken() string

GetToken returns the Token field value if set, zero value otherwise.

func (*LoginResponse) GetTokenOk ¶

func (o *LoginResponse) GetTokenOk() (*string, bool)

GetTokenOk returns a tuple with the Token field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LoginResponse) GetUser ¶

func (o *LoginResponse) GetUser() LoginResponseUser

GetUser returns the User field value if set, zero value otherwise.

func (*LoginResponse) GetUserOk ¶

func (o *LoginResponse) GetUserOk() (*LoginResponseUser, bool)

GetUserOk returns a tuple with the User field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LoginResponse) HasExpires ¶

func (o *LoginResponse) HasExpires() bool

HasExpires returns a boolean if a field has been set.

func (*LoginResponse) HasMessageOfTheDay ¶

func (o *LoginResponse) HasMessageOfTheDay() bool

HasMessageOfTheDay returns a boolean if a field has been set.

func (*LoginResponse) HasToken ¶

func (o *LoginResponse) HasToken() bool

HasToken returns a boolean if a field has been set.

func (*LoginResponse) HasUser ¶

func (o *LoginResponse) HasUser() bool

HasUser returns a boolean if a field has been set.

func (LoginResponse) MarshalJSON ¶

func (o LoginResponse) MarshalJSON() ([]byte, error)

func (*LoginResponse) SetExpires ¶

func (o *LoginResponse) SetExpires(v time.Time)

SetExpires gets a reference to the given time.Time and assigns it to the Expires field.

func (*LoginResponse) SetMessageOfTheDay ¶

func (o *LoginResponse) SetMessageOfTheDay(v string)

SetMessageOfTheDay gets a reference to the given string and assigns it to the MessageOfTheDay field.

func (*LoginResponse) SetToken ¶

func (o *LoginResponse) SetToken(v string)

SetToken gets a reference to the given string and assigns it to the Token field.

func (*LoginResponse) SetUser ¶

func (o *LoginResponse) SetUser(v LoginResponseUser)

SetUser gets a reference to the given LoginResponseUser and assigns it to the User field.

type LoginResponseUser ¶

type LoginResponseUser struct {
	// Username.
	Name *string `json:"name,omitempty"`
	// If true, it is not possible to complete login process without providing MFA.
	NeedTwoFactorAuth *bool `json:"needTwoFactorAuth,omitempty"`
	// Whether there is a LogServer deployed and the user has privileges to access to it.
	CanAccessAuditLogs *bool `json:"canAccessAuditLogs,omitempty"`
	// The privileges the user has.
	Privileges []AdministrativePrivilege `json:"privileges,omitempty"`
}

LoginResponseUser Information about logged in user, such as username and email address, if exists.

func NewLoginResponseUser ¶

func NewLoginResponseUser() *LoginResponseUser

NewLoginResponseUser instantiates a new LoginResponseUser object This constructor will assign default values to properties that have it defined, 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 NewLoginResponseUserWithDefaults ¶

func NewLoginResponseUserWithDefaults() *LoginResponseUser

NewLoginResponseUserWithDefaults instantiates a new LoginResponseUser object This 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 (*LoginResponseUser) GetCanAccessAuditLogs ¶

func (o *LoginResponseUser) GetCanAccessAuditLogs() bool

GetCanAccessAuditLogs returns the CanAccessAuditLogs field value if set, zero value otherwise.

func (*LoginResponseUser) GetCanAccessAuditLogsOk ¶

func (o *LoginResponseUser) GetCanAccessAuditLogsOk() (*bool, bool)

GetCanAccessAuditLogsOk returns a tuple with the CanAccessAuditLogs field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LoginResponseUser) GetName ¶

func (o *LoginResponseUser) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*LoginResponseUser) GetNameOk ¶

func (o *LoginResponseUser) 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 (*LoginResponseUser) GetNeedTwoFactorAuth ¶

func (o *LoginResponseUser) GetNeedTwoFactorAuth() bool

GetNeedTwoFactorAuth returns the NeedTwoFactorAuth field value if set, zero value otherwise.

func (*LoginResponseUser) GetNeedTwoFactorAuthOk ¶

func (o *LoginResponseUser) GetNeedTwoFactorAuthOk() (*bool, bool)

GetNeedTwoFactorAuthOk returns a tuple with the NeedTwoFactorAuth field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LoginResponseUser) GetPrivileges ¶

func (o *LoginResponseUser) GetPrivileges() []AdministrativePrivilege

GetPrivileges returns the Privileges field value if set, zero value otherwise.

func (*LoginResponseUser) GetPrivilegesOk ¶

func (o *LoginResponseUser) GetPrivilegesOk() ([]AdministrativePrivilege, bool)

GetPrivilegesOk returns a tuple with the Privileges field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LoginResponseUser) HasCanAccessAuditLogs ¶

func (o *LoginResponseUser) HasCanAccessAuditLogs() bool

HasCanAccessAuditLogs returns a boolean if a field has been set.

func (*LoginResponseUser) HasName ¶

func (o *LoginResponseUser) HasName() bool

HasName returns a boolean if a field has been set.

func (*LoginResponseUser) HasNeedTwoFactorAuth ¶

func (o *LoginResponseUser) HasNeedTwoFactorAuth() bool

HasNeedTwoFactorAuth returns a boolean if a field has been set.

func (*LoginResponseUser) HasPrivileges ¶

func (o *LoginResponseUser) HasPrivileges() bool

HasPrivileges returns a boolean if a field has been set.

func (LoginResponseUser) MarshalJSON ¶

func (o LoginResponseUser) MarshalJSON() ([]byte, error)

func (*LoginResponseUser) SetCanAccessAuditLogs ¶

func (o *LoginResponseUser) SetCanAccessAuditLogs(v bool)

SetCanAccessAuditLogs gets a reference to the given bool and assigns it to the CanAccessAuditLogs field.

func (*LoginResponseUser) SetName ¶

func (o *LoginResponseUser) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*LoginResponseUser) SetNeedTwoFactorAuth ¶

func (o *LoginResponseUser) SetNeedTwoFactorAuth(v bool)

SetNeedTwoFactorAuth gets a reference to the given bool and assigns it to the NeedTwoFactorAuth field.

func (*LoginResponseUser) SetPrivileges ¶

func (o *LoginResponseUser) SetPrivileges(v []AdministrativePrivilege)

SetPrivileges gets a reference to the given []AdministrativePrivilege and assigns it to the Privileges field.

type MFAForAdminsApiService ¶

type MFAForAdminsApiService service

MFAForAdminsApiService MFAForAdminsApi service

func (*MFAForAdminsApiService) AdminMfaSettingsDelete ¶

AdminMfaSettingsDelete Reset Admin MFA settings to disabled.

Reset Admin MFA settings to disabled.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiAdminMfaSettingsDeleteRequest

func (*MFAForAdminsApiService) AdminMfaSettingsDeleteExecute ¶

func (a *MFAForAdminsApiService) AdminMfaSettingsDeleteExecute(r ApiAdminMfaSettingsDeleteRequest) (*http.Response, error)

Execute executes the request

func (*MFAForAdminsApiService) AdminMfaSettingsGet ¶

AdminMfaSettingsGet View Admin MFA settings.

View Admin MFA settings.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiAdminMfaSettingsGetRequest

func (*MFAForAdminsApiService) AdminMfaSettingsGetExecute ¶

Execute executes the request

@return AdminMfaSettings

func (*MFAForAdminsApiService) AdminMfaSettingsPut ¶

AdminMfaSettingsPut Update Admin MFA settings.

Update Admin MFA settings.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiAdminMfaSettingsPutRequest

func (*MFAForAdminsApiService) AdminMfaSettingsPutExecute ¶

func (a *MFAForAdminsApiService) AdminMfaSettingsPutExecute(r ApiAdminMfaSettingsPutRequest) (*http.Response, error)

Execute executes the request

type MFAProvidersApiService ¶

type MFAProvidersApiService service

MFAProvidersApiService MFAProvidersApi service

func (*MFAProvidersApiService) MfaProvidersGet ¶

MfaProvidersGet List all MFA Providers.

List all MFA Providers visible to current user.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiMfaProvidersGetRequest

func (*MFAProvidersApiService) MfaProvidersGetExecute ¶

Execute executes the request

@return MfaProviderList

func (*MFAProvidersApiService) MfaProvidersIdDelete ¶

MfaProvidersIdDelete Delete a specific MFA Provider.

Delete a specific MFA Provider.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id ID of the object.
@return ApiMfaProvidersIdDeleteRequest

func (*MFAProvidersApiService) MfaProvidersIdDeleteExecute ¶

func (a *MFAProvidersApiService) MfaProvidersIdDeleteExecute(r ApiMfaProvidersIdDeleteRequest) (*http.Response, error)

Execute executes the request

func (*MFAProvidersApiService) MfaProvidersIdGet ¶

MfaProvidersIdGet Get a specific MFA Provider.

Get a specific MFA Provider.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id ID of the object.
@return ApiMfaProvidersIdGetRequest

func (*MFAProvidersApiService) MfaProvidersIdGetExecute ¶

Execute executes the request

@return MfaProvider

func (*MFAProvidersApiService) MfaProvidersIdPut ¶

MfaProvidersIdPut Update an existing MFA Provider.

Update an existing MFA Provider.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id ID of the object.
@return ApiMfaProvidersIdPutRequest

func (*MFAProvidersApiService) MfaProvidersIdPutExecute ¶

Execute executes the request

@return MfaProvider

func (*MFAProvidersApiService) MfaProvidersPost ¶

MfaProvidersPost Create a new MFA Provider.

Create a new MFA Provider.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiMfaProvidersPostRequest

func (*MFAProvidersApiService) MfaProvidersPostExecute ¶

Execute executes the request

@return MfaProvider

func (*MFAProvidersApiService) MfaProvidersTestPost ¶

MfaProvidersTestPost Test a MFA Provider connection.

Test connection for the given MFA Provider JSON.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiMfaProvidersTestPostRequest

func (*MFAProvidersApiService) MfaProvidersTestPostExecute ¶

Execute executes the request

@return IdentityProvidersTestPost200Response

type MfaProvider ¶

type MfaProvider struct {
	// ID of the object.
	Id *string `json:"id,omitempty"`
	// Name of the object.
	Name string `json:"name"`
	// Notes for the object. Used for documentation purposes.
	Notes *string `json:"notes,omitempty"`
	// Create date.
	Created *time.Time `json:"created,omitempty"`
	// Last update date.
	Updated *time.Time `json:"updated,omitempty"`
	// Array of tags.
	Tags []string `json:"tags,omitempty"`
	// The type of the MFA Provider. \"DefaultTimeBased\" and \"Fido2\" are built-in, new ones cannot be created.
	Type string `json:"type"`
	// Hostnames/IP addresses to connect.
	Hostnames []string `json:"hostnames,omitempty"`
	// Port to connect.
	Port *float32 `json:"port,omitempty"`
	// The input type used in the client to enter the MFA code.   * \"Masked\" - The input is masked the same way as a password field.  * \"Numeric\" - The input is marked as a numeric input.  * \"Text\" - The input is handled as a regular plain text field.
	InputType *string `json:"inputType,omitempty"`
	// Radius shared secret to authenticate to the server.
	SharedSecret *string `json:"sharedSecret,omitempty"`
	// Radius protocol to use while authenticating users.
	AuthenticationProtocol *string `json:"authenticationProtocol,omitempty"`
	// Timeout in seconds before giving up on response.
	Timeout *float32 `json:"timeout,omitempty"`
	// Defines the multi-factor authentication flow for RADIUS.  * \"OneFactor\" - The input from the user is sent as password and the response is used for result.  * \"Challenge\" - Before prompting the user, Controller sends a challenge request to the RADIUS server  using \"challengeSharedSecret\" or the user password. Data from the response is used with user input to  send the second RADIUS authentication request.  * \"Push\" - \"challengeSharedSecret\" or the user password is sent to RADIUS which triggers an external  authentication flow. When the external authentication flow returns success, the MFA attempt is  authenticated.
	Mode *string `json:"mode,omitempty"`
	// -> If enabled, the Client will send the cached password instead of using challengeSharedSecret\" to initiate the multi-factor authentication.
	UseUserPassword *bool `json:"useUserPassword,omitempty"`
	// -> Password sent to RADIUS to initiate multi-factor authentication. Required if \"useUserPassword\" is not enabled.
	ChallengeSharedSecret *string `json:"challengeSharedSecret,omitempty"`
}

MfaProvider struct for MfaProvider

func NewMfaProvider ¶

func NewMfaProvider(name string, type_ string) *MfaProvider

NewMfaProvider instantiates a new MfaProvider object This constructor will assign default values to properties that have it defined, 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 NewMfaProviderWithDefaults ¶

func NewMfaProviderWithDefaults() *MfaProvider

NewMfaProviderWithDefaults instantiates a new MfaProvider object This 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 (*MfaProvider) GetAuthenticationProtocol ¶

func (o *MfaProvider) GetAuthenticationProtocol() string

GetAuthenticationProtocol returns the AuthenticationProtocol field value if set, zero value otherwise.

func (*MfaProvider) GetAuthenticationProtocolOk ¶

func (o *MfaProvider) GetAuthenticationProtocolOk() (*string, bool)

GetAuthenticationProtocolOk returns a tuple with the AuthenticationProtocol field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MfaProvider) GetChallengeSharedSecret ¶

func (o *MfaProvider) GetChallengeSharedSecret() string

GetChallengeSharedSecret returns the ChallengeSharedSecret field value if set, zero value otherwise.

func (*MfaProvider) GetChallengeSharedSecretOk ¶

func (o *MfaProvider) GetChallengeSharedSecretOk() (*string, bool)

GetChallengeSharedSecretOk returns a tuple with the ChallengeSharedSecret field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MfaProvider) GetCreated ¶

func (o *MfaProvider) GetCreated() time.Time

GetCreated returns the Created field value if set, zero value otherwise.

func (*MfaProvider) GetCreatedOk ¶

func (o *MfaProvider) GetCreatedOk() (*time.Time, bool)

GetCreatedOk returns a tuple with the Created field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MfaProvider) GetHostnames ¶

func (o *MfaProvider) GetHostnames() []string

GetHostnames returns the Hostnames field value if set, zero value otherwise.

func (*MfaProvider) GetHostnamesOk ¶

func (o *MfaProvider) GetHostnamesOk() ([]string, bool)

GetHostnamesOk returns a tuple with the Hostnames field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MfaProvider) GetId ¶

func (o *MfaProvider) GetId() string

GetId returns the Id field value if set, zero value otherwise.

func (*MfaProvider) GetIdOk ¶

func (o *MfaProvider) 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 (*MfaProvider) GetInputType ¶

func (o *MfaProvider) GetInputType() string

GetInputType returns the InputType field value if set, zero value otherwise.

func (*MfaProvider) GetInputTypeOk ¶

func (o *MfaProvider) GetInputTypeOk() (*string, bool)

GetInputTypeOk returns a tuple with the InputType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MfaProvider) GetMode ¶

func (o *MfaProvider) GetMode() string

GetMode returns the Mode field value if set, zero value otherwise.

func (*MfaProvider) GetModeOk ¶

func (o *MfaProvider) GetModeOk() (*string, bool)

GetModeOk returns a tuple with the Mode field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MfaProvider) GetName ¶

func (o *MfaProvider) GetName() string

GetName returns the Name field value

func (*MfaProvider) GetNameOk ¶

func (o *MfaProvider) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.

func (*MfaProvider) GetNotes ¶

func (o *MfaProvider) GetNotes() string

GetNotes returns the Notes field value if set, zero value otherwise.

func (*MfaProvider) GetNotesOk ¶

func (o *MfaProvider) GetNotesOk() (*string, bool)

GetNotesOk returns a tuple with the Notes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MfaProvider) GetPort ¶

func (o *MfaProvider) GetPort() float32

GetPort returns the Port field value if set, zero value otherwise.

func (*MfaProvider) GetPortOk ¶

func (o *MfaProvider) GetPortOk() (*float32, 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 (*MfaProvider) GetSharedSecret ¶

func (o *MfaProvider) GetSharedSecret() string

GetSharedSecret returns the SharedSecret field value if set, zero value otherwise.

func (*MfaProvider) GetSharedSecretOk ¶

func (o *MfaProvider) GetSharedSecretOk() (*string, bool)

GetSharedSecretOk returns a tuple with the SharedSecret field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MfaProvider) GetTags ¶

func (o *MfaProvider) GetTags() []string

GetTags returns the Tags field value if set, zero value otherwise.

func (*MfaProvider) GetTagsOk ¶

func (o *MfaProvider) GetTagsOk() ([]string, bool)

GetTagsOk returns a tuple with the Tags field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MfaProvider) GetTimeout ¶

func (o *MfaProvider) GetTimeout() float32

GetTimeout returns the Timeout field value if set, zero value otherwise.

func (*MfaProvider) GetTimeoutOk ¶

func (o *MfaProvider) GetTimeoutOk() (*float32, bool)

GetTimeoutOk returns a tuple with the Timeout field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MfaProvider) GetType ¶

func (o *MfaProvider) GetType() string

GetType returns the Type field value

func (*MfaProvider) GetTypeOk ¶

func (o *MfaProvider) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (*MfaProvider) GetUpdated ¶

func (o *MfaProvider) GetUpdated() time.Time

GetUpdated returns the Updated field value if set, zero value otherwise.

func (*MfaProvider) GetUpdatedOk ¶

func (o *MfaProvider) GetUpdatedOk() (*time.Time, bool)

GetUpdatedOk returns a tuple with the Updated field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MfaProvider) GetUseUserPassword ¶

func (o *MfaProvider) GetUseUserPassword() bool

GetUseUserPassword returns the UseUserPassword field value if set, zero value otherwise.

func (*MfaProvider) GetUseUserPasswordOk ¶

func (o *MfaProvider) GetUseUserPasswordOk() (*bool, bool)

GetUseUserPasswordOk returns a tuple with the UseUserPassword field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MfaProvider) HasAuthenticationProtocol ¶

func (o *MfaProvider) HasAuthenticationProtocol() bool

HasAuthenticationProtocol returns a boolean if a field has been set.

func (*MfaProvider) HasChallengeSharedSecret ¶

func (o *MfaProvider) HasChallengeSharedSecret() bool

HasChallengeSharedSecret returns a boolean if a field has been set.

func (*MfaProvider) HasCreated ¶

func (o *MfaProvider) HasCreated() bool

HasCreated returns a boolean if a field has been set.

func (*MfaProvider) HasHostnames ¶

func (o *MfaProvider) HasHostnames() bool

HasHostnames returns a boolean if a field has been set.

func (*MfaProvider) HasId ¶

func (o *MfaProvider) HasId() bool

HasId returns a boolean if a field has been set.

func (*MfaProvider) HasInputType ¶

func (o *MfaProvider) HasInputType() bool

HasInputType returns a boolean if a field has been set.

func (*MfaProvider) HasMode ¶

func (o *MfaProvider) HasMode() bool

HasMode returns a boolean if a field has been set.

func (*MfaProvider) HasNotes ¶

func (o *MfaProvider) HasNotes() bool

HasNotes returns a boolean if a field has been set.

func (*MfaProvider) HasPort ¶

func (o *MfaProvider) HasPort() bool

HasPort returns a boolean if a field has been set.

func (*MfaProvider) HasSharedSecret ¶

func (o *MfaProvider) HasSharedSecret() bool

HasSharedSecret returns a boolean if a field has been set.

func (*MfaProvider) HasTags ¶

func (o *MfaProvider) HasTags() bool

HasTags returns a boolean if a field has been set.

func (*MfaProvider) HasTimeout ¶

func (o *MfaProvider) HasTimeout() bool

HasTimeout returns a boolean if a field has been set.

func (*MfaProvider) HasUpdated ¶

func (o *MfaProvider) HasUpdated() bool

HasUpdated returns a boolean if a field has been set.

func (*MfaProvider) HasUseUserPassword ¶

func (o *MfaProvider) HasUseUserPassword() bool

HasUseUserPassword returns a boolean if a field has been set.

func (MfaProvider) MarshalJSON ¶

func (o MfaProvider) MarshalJSON() ([]byte, error)

func (*MfaProvider) SetAuthenticationProtocol ¶

func (o *MfaProvider) SetAuthenticationProtocol(v string)

SetAuthenticationProtocol gets a reference to the given string and assigns it to the AuthenticationProtocol field.

func (*MfaProvider) SetChallengeSharedSecret ¶

func (o *MfaProvider) SetChallengeSharedSecret(v string)

SetChallengeSharedSecret gets a reference to the given string and assigns it to the ChallengeSharedSecret field.

func (*MfaProvider) SetCreated ¶

func (o *MfaProvider) SetCreated(v time.Time)

SetCreated gets a reference to the given time.Time and assigns it to the Created field.

func (*MfaProvider) SetHostnames ¶

func (o *MfaProvider) SetHostnames(v []string)

SetHostnames gets a reference to the given []string and assigns it to the Hostnames field.

func (*MfaProvider) SetId ¶

func (o *MfaProvider) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*MfaProvider) SetInputType ¶

func (o *MfaProvider) SetInputType(v string)

SetInputType gets a reference to the given string and assigns it to the InputType field.

func (*MfaProvider) SetMode ¶

func (o *MfaProvider) SetMode(v string)

SetMode gets a reference to the given string and assigns it to the Mode field.

func (*MfaProvider) SetName ¶

func (o *MfaProvider) SetName(v string)

SetName sets field value

func (*MfaProvider) SetNotes ¶

func (o *MfaProvider) SetNotes(v string)

SetNotes gets a reference to the given string and assigns it to the Notes field.

func (*MfaProvider) SetPort ¶

func (o *MfaProvider) SetPort(v float32)

SetPort gets a reference to the given float32 and assigns it to the Port field.

func (*MfaProvider) SetSharedSecret ¶

func (o *MfaProvider) SetSharedSecret(v string)

SetSharedSecret gets a reference to the given string and assigns it to the SharedSecret field.

func (*MfaProvider) SetTags ¶

func (o *MfaProvider) SetTags(v []string)

SetTags gets a reference to the given []string and assigns it to the Tags field.

func (*MfaProvider) SetTimeout ¶

func (o *MfaProvider) SetTimeout(v float32)

SetTimeout gets a reference to the given float32 and assigns it to the Timeout field.

func (*MfaProvider) SetType ¶

func (o *MfaProvider) SetType(v string)

SetType sets field value

func (*MfaProvider) SetUpdated ¶

func (o *MfaProvider) SetUpdated(v time.Time)

SetUpdated gets a reference to the given time.Time and assigns it to the Updated field.

func (*MfaProvider) SetUseUserPassword ¶

func (o *MfaProvider) SetUseUserPassword(v bool)

SetUseUserPassword gets a reference to the given bool and assigns it to the UseUserPassword field.

type MfaProviderAllOf ¶

type MfaProviderAllOf struct {
	// The type of the MFA Provider. \"DefaultTimeBased\" and \"Fido2\" are built-in, new ones cannot be created.
	Type string `json:"type"`
	// Hostnames/IP addresses to connect.
	Hostnames []string `json:"hostnames,omitempty"`
	// Port to connect.
	Port *float32 `json:"port,omitempty"`
	// The input type used in the client to enter the MFA code.   * \"Masked\" - The input is masked the same way as a password field.  * \"Numeric\" - The input is marked as a numeric input.  * \"Text\" - The input is handled as a regular plain text field.
	InputType *string `json:"inputType,omitempty"`
	// Radius shared secret to authenticate to the server.
	SharedSecret *string `json:"sharedSecret,omitempty"`
	// Radius protocol to use while authenticating users.
	AuthenticationProtocol *string `json:"authenticationProtocol,omitempty"`
	// Timeout in seconds before giving up on response.
	Timeout *float32 `json:"timeout,omitempty"`
	// Defines the multi-factor authentication flow for RADIUS.  * \"OneFactor\" - The input from the user is sent as password and the response is used for result.  * \"Challenge\" - Before prompting the user, Controller sends a challenge request to the RADIUS server  using \"challengeSharedSecret\" or the user password. Data from the response is used with user input to  send the second RADIUS authentication request.  * \"Push\" - \"challengeSharedSecret\" or the user password is sent to RADIUS which triggers an external  authentication flow. When the external authentication flow returns success, the MFA attempt is  authenticated.
	Mode *string `json:"mode,omitempty"`
	// -> If enabled, the Client will send the cached password instead of using challengeSharedSecret\" to initiate the multi-factor authentication.
	UseUserPassword *bool `json:"useUserPassword,omitempty"`
	// -> Password sent to RADIUS to initiate multi-factor authentication. Required if \"useUserPassword\" is not enabled.
	ChallengeSharedSecret *string `json:"challengeSharedSecret,omitempty"`
}

MfaProviderAllOf Represents a MFA Provider.

func NewMfaProviderAllOf ¶

func NewMfaProviderAllOf(type_ string) *MfaProviderAllOf

NewMfaProviderAllOf instantiates a new MfaProviderAllOf object This constructor will assign default values to properties that have it defined, 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 NewMfaProviderAllOfWithDefaults ¶

func NewMfaProviderAllOfWithDefaults() *MfaProviderAllOf

NewMfaProviderAllOfWithDefaults instantiates a new MfaProviderAllOf object This 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 (*MfaProviderAllOf) GetAuthenticationProtocol ¶

func (o *MfaProviderAllOf) GetAuthenticationProtocol() string

GetAuthenticationProtocol returns the AuthenticationProtocol field value if set, zero value otherwise.

func (*MfaProviderAllOf) GetAuthenticationProtocolOk ¶

func (o *MfaProviderAllOf) GetAuthenticationProtocolOk() (*string, bool)

GetAuthenticationProtocolOk returns a tuple with the AuthenticationProtocol field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MfaProviderAllOf) GetChallengeSharedSecret ¶

func (o *MfaProviderAllOf) GetChallengeSharedSecret() string

GetChallengeSharedSecret returns the ChallengeSharedSecret field value if set, zero value otherwise.

func (*MfaProviderAllOf) GetChallengeSharedSecretOk ¶

func (o *MfaProviderAllOf) GetChallengeSharedSecretOk() (*string, bool)

GetChallengeSharedSecretOk returns a tuple with the ChallengeSharedSecret field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MfaProviderAllOf) GetHostnames ¶

func (o *MfaProviderAllOf) GetHostnames() []string

GetHostnames returns the Hostnames field value if set, zero value otherwise.

func (*MfaProviderAllOf) GetHostnamesOk ¶

func (o *MfaProviderAllOf) GetHostnamesOk() ([]string, bool)

GetHostnamesOk returns a tuple with the Hostnames field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MfaProviderAllOf) GetInputType ¶

func (o *MfaProviderAllOf) GetInputType() string

GetInputType returns the InputType field value if set, zero value otherwise.

func (*MfaProviderAllOf) GetInputTypeOk ¶

func (o *MfaProviderAllOf) GetInputTypeOk() (*string, bool)

GetInputTypeOk returns a tuple with the InputType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MfaProviderAllOf) GetMode ¶

func (o *MfaProviderAllOf) GetMode() string

GetMode returns the Mode field value if set, zero value otherwise.

func (*MfaProviderAllOf) GetModeOk ¶

func (o *MfaProviderAllOf) GetModeOk() (*string, bool)

GetModeOk returns a tuple with the Mode field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MfaProviderAllOf) GetPort ¶

func (o *MfaProviderAllOf) GetPort() float32

GetPort returns the Port field value if set, zero value otherwise.

func (*MfaProviderAllOf) GetPortOk ¶

func (o *MfaProviderAllOf) GetPortOk() (*float32, 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 (*MfaProviderAllOf) GetSharedSecret ¶

func (o *MfaProviderAllOf) GetSharedSecret() string

GetSharedSecret returns the SharedSecret field value if set, zero value otherwise.

func (*MfaProviderAllOf) GetSharedSecretOk ¶

func (o *MfaProviderAllOf) GetSharedSecretOk() (*string, bool)

GetSharedSecretOk returns a tuple with the SharedSecret field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MfaProviderAllOf) GetTimeout ¶

func (o *MfaProviderAllOf) GetTimeout() float32

GetTimeout returns the Timeout field value if set, zero value otherwise.

func (*MfaProviderAllOf) GetTimeoutOk ¶

func (o *MfaProviderAllOf) GetTimeoutOk() (*float32, bool)

GetTimeoutOk returns a tuple with the Timeout field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MfaProviderAllOf) GetType ¶

func (o *MfaProviderAllOf) GetType() string

GetType returns the Type field value

func (*MfaProviderAllOf) GetTypeOk ¶

func (o *MfaProviderAllOf) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (*MfaProviderAllOf) GetUseUserPassword ¶

func (o *MfaProviderAllOf) GetUseUserPassword() bool

GetUseUserPassword returns the UseUserPassword field value if set, zero value otherwise.

func (*MfaProviderAllOf) GetUseUserPasswordOk ¶

func (o *MfaProviderAllOf) GetUseUserPasswordOk() (*bool, bool)

GetUseUserPasswordOk returns a tuple with the UseUserPassword field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MfaProviderAllOf) HasAuthenticationProtocol ¶

func (o *MfaProviderAllOf) HasAuthenticationProtocol() bool

HasAuthenticationProtocol returns a boolean if a field has been set.

func (*MfaProviderAllOf) HasChallengeSharedSecret ¶

func (o *MfaProviderAllOf) HasChallengeSharedSecret() bool

HasChallengeSharedSecret returns a boolean if a field has been set.

func (*MfaProviderAllOf) HasHostnames ¶

func (o *MfaProviderAllOf) HasHostnames() bool

HasHostnames returns a boolean if a field has been set.

func (*MfaProviderAllOf) HasInputType ¶

func (o *MfaProviderAllOf) HasInputType() bool

HasInputType returns a boolean if a field has been set.

func (*MfaProviderAllOf) HasMode ¶

func (o *MfaProviderAllOf) HasMode() bool

HasMode returns a boolean if a field has been set.

func (*MfaProviderAllOf) HasPort ¶

func (o *MfaProviderAllOf) HasPort() bool

HasPort returns a boolean if a field has been set.

func (*MfaProviderAllOf) HasSharedSecret ¶

func (o *MfaProviderAllOf) HasSharedSecret() bool

HasSharedSecret returns a boolean if a field has been set.

func (*MfaProviderAllOf) HasTimeout ¶

func (o *MfaProviderAllOf) HasTimeout() bool

HasTimeout returns a boolean if a field has been set.

func (*MfaProviderAllOf) HasUseUserPassword ¶

func (o *MfaProviderAllOf) HasUseUserPassword() bool

HasUseUserPassword returns a boolean if a field has been set.

func (MfaProviderAllOf) MarshalJSON ¶

func (o MfaProviderAllOf) MarshalJSON() ([]byte, error)

func (*MfaProviderAllOf) SetAuthenticationProtocol ¶

func (o *MfaProviderAllOf) SetAuthenticationProtocol(v string)

SetAuthenticationProtocol gets a reference to the given string and assigns it to the AuthenticationProtocol field.

func (*MfaProviderAllOf) SetChallengeSharedSecret ¶

func (o *MfaProviderAllOf) SetChallengeSharedSecret(v string)

SetChallengeSharedSecret gets a reference to the given string and assigns it to the ChallengeSharedSecret field.

func (*MfaProviderAllOf) SetHostnames ¶

func (o *MfaProviderAllOf) SetHostnames(v []string)

SetHostnames gets a reference to the given []string and assigns it to the Hostnames field.

func (*MfaProviderAllOf) SetInputType ¶

func (o *MfaProviderAllOf) SetInputType(v string)

SetInputType gets a reference to the given string and assigns it to the InputType field.

func (*MfaProviderAllOf) SetMode ¶

func (o *MfaProviderAllOf) SetMode(v string)

SetMode gets a reference to the given string and assigns it to the Mode field.

func (*MfaProviderAllOf) SetPort ¶

func (o *MfaProviderAllOf) SetPort(v float32)

SetPort gets a reference to the given float32 and assigns it to the Port field.

func (*MfaProviderAllOf) SetSharedSecret ¶

func (o *MfaProviderAllOf) SetSharedSecret(v string)

SetSharedSecret gets a reference to the given string and assigns it to the SharedSecret field.

func (*MfaProviderAllOf) SetTimeout ¶

func (o *MfaProviderAllOf) SetTimeout(v float32)

SetTimeout gets a reference to the given float32 and assigns it to the Timeout field.

func (*MfaProviderAllOf) SetType ¶

func (o *MfaProviderAllOf) SetType(v string)

SetType sets field value

func (*MfaProviderAllOf) SetUseUserPassword ¶

func (o *MfaProviderAllOf) SetUseUserPassword(v bool)

SetUseUserPassword gets a reference to the given bool and assigns it to the UseUserPassword field.

type MfaProviderList ¶

type MfaProviderList struct {
	// 'The range applied to the list. Format: -/. 3-5/8 means, out of 8 count (query affects the total), the items between (including) the 3rd and the 5th are returned.'
	Range *string `json:"range,omitempty"`
	// The field name used to sort the list.
	OrderBy *string `json:"orderBy,omitempty"`
	// Whether the sorting is applied descending or ascending.
	Descending *bool `json:"descending,omitempty"`
	// The queries applied to the list.
	Queries []string `json:"queries,omitempty"`
	// The filters applied to the list.
	FilterBy []FilterBy `json:"filterBy,omitempty"`
	// List of MFA Providers.
	Data []MfaProvider `json:"data,omitempty"`
}

MfaProviderList struct for MfaProviderList

func NewMfaProviderList ¶

func NewMfaProviderList() *MfaProviderList

NewMfaProviderList instantiates a new MfaProviderList object This constructor will assign default values to properties that have it defined, 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 NewMfaProviderListWithDefaults ¶

func NewMfaProviderListWithDefaults() *MfaProviderList

NewMfaProviderListWithDefaults instantiates a new MfaProviderList object This 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 (*MfaProviderList) GetData ¶

func (o *MfaProviderList) GetData() []MfaProvider

GetData returns the Data field value if set, zero value otherwise.

func (*MfaProviderList) GetDataOk ¶

func (o *MfaProviderList) GetDataOk() ([]MfaProvider, bool)

GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MfaProviderList) GetDescending ¶

func (o *MfaProviderList) GetDescending() bool

GetDescending returns the Descending field value if set, zero value otherwise.

func (*MfaProviderList) GetDescendingOk ¶

func (o *MfaProviderList) GetDescendingOk() (*bool, bool)

GetDescendingOk returns a tuple with the Descending field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MfaProviderList) GetFilterBy ¶

func (o *MfaProviderList) GetFilterBy() []FilterBy

GetFilterBy returns the FilterBy field value if set, zero value otherwise.

func (*MfaProviderList) GetFilterByOk ¶

func (o *MfaProviderList) GetFilterByOk() ([]FilterBy, bool)

GetFilterByOk returns a tuple with the FilterBy field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MfaProviderList) GetOrderBy ¶

func (o *MfaProviderList) GetOrderBy() string

GetOrderBy returns the OrderBy field value if set, zero value otherwise.

func (*MfaProviderList) GetOrderByOk ¶

func (o *MfaProviderList) GetOrderByOk() (*string, bool)

GetOrderByOk returns a tuple with the OrderBy field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MfaProviderList) GetQueries ¶

func (o *MfaProviderList) GetQueries() []string

GetQueries returns the Queries field value if set, zero value otherwise.

func (*MfaProviderList) GetQueriesOk ¶

func (o *MfaProviderList) GetQueriesOk() ([]string, bool)

GetQueriesOk returns a tuple with the Queries field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MfaProviderList) GetRange ¶

func (o *MfaProviderList) GetRange() string

GetRange returns the Range field value if set, zero value otherwise.

func (*MfaProviderList) GetRangeOk ¶

func (o *MfaProviderList) GetRangeOk() (*string, bool)

GetRangeOk returns a tuple with the Range field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MfaProviderList) HasData ¶

func (o *MfaProviderList) HasData() bool

HasData returns a boolean if a field has been set.

func (*MfaProviderList) HasDescending ¶

func (o *MfaProviderList) HasDescending() bool

HasDescending returns a boolean if a field has been set.

func (*MfaProviderList) HasFilterBy ¶

func (o *MfaProviderList) HasFilterBy() bool

HasFilterBy returns a boolean if a field has been set.

func (*MfaProviderList) HasOrderBy ¶

func (o *MfaProviderList) HasOrderBy() bool

HasOrderBy returns a boolean if a field has been set.

func (*MfaProviderList) HasQueries ¶

func (o *MfaProviderList) HasQueries() bool

HasQueries returns a boolean if a field has been set.

func (*MfaProviderList) HasRange ¶

func (o *MfaProviderList) HasRange() bool

HasRange returns a boolean if a field has been set.

func (MfaProviderList) MarshalJSON ¶

func (o MfaProviderList) MarshalJSON() ([]byte, error)

func (*MfaProviderList) SetData ¶

func (o *MfaProviderList) SetData(v []MfaProvider)

SetData gets a reference to the given []MfaProvider and assigns it to the Data field.

func (*MfaProviderList) SetDescending ¶

func (o *MfaProviderList) SetDescending(v bool)

SetDescending gets a reference to the given bool and assigns it to the Descending field.

func (*MfaProviderList) SetFilterBy ¶

func (o *MfaProviderList) SetFilterBy(v []FilterBy)

SetFilterBy gets a reference to the given []FilterBy and assigns it to the FilterBy field.

func (*MfaProviderList) SetOrderBy ¶

func (o *MfaProviderList) SetOrderBy(v string)

SetOrderBy gets a reference to the given string and assigns it to the OrderBy field.

func (*MfaProviderList) SetQueries ¶

func (o *MfaProviderList) SetQueries(v []string)

SetQueries gets a reference to the given []string and assigns it to the Queries field.

func (*MfaProviderList) SetRange ¶

func (o *MfaProviderList) SetRange(v string)

SetRange gets a reference to the given string and assigns it to the Range field.

type MfaProviderListAllOf ¶

type MfaProviderListAllOf struct {
	// List of MFA Providers.
	Data []MfaProvider `json:"data,omitempty"`
}

MfaProviderListAllOf Represents a list of MFA Providers.

func NewMfaProviderListAllOf ¶

func NewMfaProviderListAllOf() *MfaProviderListAllOf

NewMfaProviderListAllOf instantiates a new MfaProviderListAllOf object This constructor will assign default values to properties that have it defined, 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 NewMfaProviderListAllOfWithDefaults ¶

func NewMfaProviderListAllOfWithDefaults() *MfaProviderListAllOf

NewMfaProviderListAllOfWithDefaults instantiates a new MfaProviderListAllOf object This 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 (*MfaProviderListAllOf) GetData ¶

func (o *MfaProviderListAllOf) GetData() []MfaProvider

GetData returns the Data field value if set, zero value otherwise.

func (*MfaProviderListAllOf) GetDataOk ¶

func (o *MfaProviderListAllOf) GetDataOk() ([]MfaProvider, bool)

GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MfaProviderListAllOf) HasData ¶

func (o *MfaProviderListAllOf) HasData() bool

HasData returns a boolean if a field has been set.

func (MfaProviderListAllOf) MarshalJSON ¶

func (o MfaProviderListAllOf) MarshalJSON() ([]byte, error)

func (*MfaProviderListAllOf) SetData ¶

func (o *MfaProviderListAllOf) SetData(v []MfaProvider)

SetData gets a reference to the given []MfaProvider and assigns it to the Data field.

type MyPreferencesApiService ¶

type MyPreferencesApiService service

MyPreferencesApiService MyPreferencesApi service

func (*MyPreferencesApiService) MyPreferencesGet ¶

MyPreferencesGet Get Admin UI User Preferences.

Get UI user preferences (including search history) of the authorized user.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiMyPreferencesGetRequest

func (*MyPreferencesApiService) MyPreferencesGetExecute ¶

func (a *MyPreferencesApiService) MyPreferencesGetExecute(r ApiMyPreferencesGetRequest) (map[string]interface{}, *http.Response, error)

Execute executes the request

@return map[string]interface{}

func (*MyPreferencesApiService) MyPreferencesPut ¶

MyPreferencesPut Update Admin UI User Preferences.

Update Admin UI user preferences and search history of admin user. Note that this endpoint does not validate keys or values but a max length of **10000** characters is enforced.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiMyPreferencesPutRequest

func (*MyPreferencesApiService) MyPreferencesPutExecute ¶

func (a *MyPreferencesApiService) MyPreferencesPutExecute(r ApiMyPreferencesPutRequest) (*http.Response, error)

Execute executes the request

type NullableActiveSessions ¶

type NullableActiveSessions struct {
	// contains filtered or unexported fields
}

func NewNullableActiveSessions ¶

func NewNullableActiveSessions(val *ActiveSessions) *NullableActiveSessions

func (NullableActiveSessions) Get ¶

func (NullableActiveSessions) IsSet ¶

func (v NullableActiveSessions) IsSet() bool

func (NullableActiveSessions) MarshalJSON ¶

func (v NullableActiveSessions) MarshalJSON() ([]byte, error)

func (*NullableActiveSessions) Set ¶

func (*NullableActiveSessions) UnmarshalJSON ¶

func (v *NullableActiveSessions) UnmarshalJSON(src []byte) error

func (*NullableActiveSessions) Unset ¶

func (v *NullableActiveSessions) Unset()

type NullableActiveSessionsAllOf ¶

type NullableActiveSessionsAllOf struct {
	// contains filtered or unexported fields
}

func (NullableActiveSessionsAllOf) Get ¶

func (NullableActiveSessionsAllOf) IsSet ¶

func (NullableActiveSessionsAllOf) MarshalJSON ¶

func (v NullableActiveSessionsAllOf) MarshalJSON() ([]byte, error)

func (*NullableActiveSessionsAllOf) Set ¶

func (*NullableActiveSessionsAllOf) UnmarshalJSON ¶

func (v *NullableActiveSessionsAllOf) UnmarshalJSON(src []byte) error

func (*NullableActiveSessionsAllOf) Unset ¶

func (v *NullableActiveSessionsAllOf) Unset()

type NullableActiveSessionsDn ¶

type NullableActiveSessionsDn struct {
	// contains filtered or unexported fields
}

func NewNullableActiveSessionsDn ¶

func NewNullableActiveSessionsDn(val *ActiveSessionsDn) *NullableActiveSessionsDn

func (NullableActiveSessionsDn) Get ¶

func (NullableActiveSessionsDn) IsSet ¶

func (v NullableActiveSessionsDn) IsSet() bool

func (NullableActiveSessionsDn) MarshalJSON ¶

func (v NullableActiveSessionsDn) MarshalJSON() ([]byte, error)

func (*NullableActiveSessionsDn) Set ¶

func (*NullableActiveSessionsDn) UnmarshalJSON ¶

func (v *NullableActiveSessionsDn) UnmarshalJSON(src []byte) error

func (*NullableActiveSessionsDn) Unset ¶

func (v *NullableActiveSessionsDn) Unset()

type NullableActiveSessionsDnAllOf ¶

type NullableActiveSessionsDnAllOf struct {
	// contains filtered or unexported fields
}

func (NullableActiveSessionsDnAllOf) Get ¶

func (NullableActiveSessionsDnAllOf) IsSet ¶

func (NullableActiveSessionsDnAllOf) MarshalJSON ¶

func (v NullableActiveSessionsDnAllOf) MarshalJSON() ([]byte, error)

func (*NullableActiveSessionsDnAllOf) Set ¶

func (*NullableActiveSessionsDnAllOf) UnmarshalJSON ¶

func (v *NullableActiveSessionsDnAllOf) UnmarshalJSON(src []byte) error

func (*NullableActiveSessionsDnAllOf) Unset ¶

func (v *NullableActiveSessionsDnAllOf) Unset()

type NullableAdminMessagesList ¶

type NullableAdminMessagesList struct {
	// contains filtered or unexported fields
}

func NewNullableAdminMessagesList ¶

func NewNullableAdminMessagesList(val *AdminMessagesList) *NullableAdminMessagesList

func (NullableAdminMessagesList) Get ¶

func (NullableAdminMessagesList) IsSet ¶

func (v NullableAdminMessagesList) IsSet() bool

func (NullableAdminMessagesList) MarshalJSON ¶

func (v NullableAdminMessagesList) MarshalJSON() ([]byte, error)

func (*NullableAdminMessagesList) Set ¶

func (*NullableAdminMessagesList) UnmarshalJSON ¶

func (v *NullableAdminMessagesList) UnmarshalJSON(src []byte) error

func (*NullableAdminMessagesList) Unset ¶

func (v *NullableAdminMessagesList) Unset()

type NullableAdminMessagesListDataInner ¶

type NullableAdminMessagesListDataInner struct {
	// contains filtered or unexported fields
}

func (NullableAdminMessagesListDataInner) Get ¶

func (NullableAdminMessagesListDataInner) IsSet ¶

func (NullableAdminMessagesListDataInner) MarshalJSON ¶

func (v NullableAdminMessagesListDataInner) MarshalJSON() ([]byte, error)

func (*NullableAdminMessagesListDataInner) Set ¶

func (*NullableAdminMessagesListDataInner) UnmarshalJSON ¶

func (v *NullableAdminMessagesListDataInner) UnmarshalJSON(src []byte) error

func (*NullableAdminMessagesListDataInner) Unset ¶

type NullableAdminMessagesSummarizeInner ¶

type NullableAdminMessagesSummarizeInner struct {
	// contains filtered or unexported fields
}

func (NullableAdminMessagesSummarizeInner) Get ¶

func (NullableAdminMessagesSummarizeInner) IsSet ¶

func (NullableAdminMessagesSummarizeInner) MarshalJSON ¶

func (v NullableAdminMessagesSummarizeInner) MarshalJSON() ([]byte, error)

func (*NullableAdminMessagesSummarizeInner) Set ¶

func (*NullableAdminMessagesSummarizeInner) UnmarshalJSON ¶

func (v *NullableAdminMessagesSummarizeInner) UnmarshalJSON(src []byte) error

func (*NullableAdminMessagesSummarizeInner) Unset ¶

type NullableAdminMessagesSummarizeInnerDataInner ¶

type NullableAdminMessagesSummarizeInnerDataInner struct {
	// contains filtered or unexported fields
}

func (NullableAdminMessagesSummarizeInnerDataInner) Get ¶

func (NullableAdminMessagesSummarizeInnerDataInner) IsSet ¶

func (NullableAdminMessagesSummarizeInnerDataInner) MarshalJSON ¶

func (*NullableAdminMessagesSummarizeInnerDataInner) Set ¶

func (*NullableAdminMessagesSummarizeInnerDataInner) UnmarshalJSON ¶

func (*NullableAdminMessagesSummarizeInnerDataInner) Unset ¶

type NullableAdminMfaSettings ¶

type NullableAdminMfaSettings struct {
	// contains filtered or unexported fields
}

func NewNullableAdminMfaSettings ¶

func NewNullableAdminMfaSettings(val *AdminMfaSettings) *NullableAdminMfaSettings

func (NullableAdminMfaSettings) Get ¶

func (NullableAdminMfaSettings) IsSet ¶

func (v NullableAdminMfaSettings) IsSet() bool

func (NullableAdminMfaSettings) MarshalJSON ¶

func (v NullableAdminMfaSettings) MarshalJSON() ([]byte, error)

func (*NullableAdminMfaSettings) Set ¶

func (*NullableAdminMfaSettings) UnmarshalJSON ¶

func (v *NullableAdminMfaSettings) UnmarshalJSON(src []byte) error

func (*NullableAdminMfaSettings) Unset ¶

func (v *NullableAdminMfaSettings) Unset()

type NullableAdministrativePrivilege ¶

type NullableAdministrativePrivilege struct {
	// contains filtered or unexported fields
}

func (NullableAdministrativePrivilege) Get ¶

func (NullableAdministrativePrivilege) IsSet ¶

func (NullableAdministrativePrivilege) MarshalJSON ¶

func (v NullableAdministrativePrivilege) MarshalJSON() ([]byte, error)

func (*NullableAdministrativePrivilege) Set ¶

func (*NullableAdministrativePrivilege) UnmarshalJSON ¶

func (v *NullableAdministrativePrivilege) UnmarshalJSON(src []byte) error

func (*NullableAdministrativePrivilege) Unset ¶

type NullableAdministrativePrivilegeScope ¶

type NullableAdministrativePrivilegeScope struct {
	// contains filtered or unexported fields
}

func (NullableAdministrativePrivilegeScope) Get ¶

func (NullableAdministrativePrivilegeScope) IsSet ¶

func (NullableAdministrativePrivilegeScope) MarshalJSON ¶

func (v NullableAdministrativePrivilegeScope) MarshalJSON() ([]byte, error)

func (*NullableAdministrativePrivilegeScope) Set ¶

func (*NullableAdministrativePrivilegeScope) UnmarshalJSON ¶

func (v *NullableAdministrativePrivilegeScope) UnmarshalJSON(src []byte) error

func (*NullableAdministrativePrivilegeScope) Unset ¶

type NullableAdministrativeRole ¶

type NullableAdministrativeRole struct {
	// contains filtered or unexported fields
}

func NewNullableAdministrativeRole ¶

func NewNullableAdministrativeRole(val *AdministrativeRole) *NullableAdministrativeRole

func (NullableAdministrativeRole) Get ¶

func (NullableAdministrativeRole) IsSet ¶

func (v NullableAdministrativeRole) IsSet() bool

func (NullableAdministrativeRole) MarshalJSON ¶

func (v NullableAdministrativeRole) MarshalJSON() ([]byte, error)

func (*NullableAdministrativeRole) Set ¶

func (*NullableAdministrativeRole) UnmarshalJSON ¶

func (v *NullableAdministrativeRole) UnmarshalJSON(src []byte) error

func (*NullableAdministrativeRole) Unset ¶

func (v *NullableAdministrativeRole) Unset()

type NullableAdministrativeRoleAllOf ¶

type NullableAdministrativeRoleAllOf struct {
	// contains filtered or unexported fields
}

func (NullableAdministrativeRoleAllOf) Get ¶

func (NullableAdministrativeRoleAllOf) IsSet ¶

func (NullableAdministrativeRoleAllOf) MarshalJSON ¶

func (v NullableAdministrativeRoleAllOf) MarshalJSON() ([]byte, error)

func (*NullableAdministrativeRoleAllOf) Set ¶

func (*NullableAdministrativeRoleAllOf) UnmarshalJSON ¶

func (v *NullableAdministrativeRoleAllOf) UnmarshalJSON(src []byte) error

func (*NullableAdministrativeRoleAllOf) Unset ¶

type NullableAdministrativeRoleList ¶

type NullableAdministrativeRoleList struct {
	// contains filtered or unexported fields
}

func (NullableAdministrativeRoleList) Get ¶

func (NullableAdministrativeRoleList) IsSet ¶

func (NullableAdministrativeRoleList) MarshalJSON ¶

func (v NullableAdministrativeRoleList) MarshalJSON() ([]byte, error)

func (*NullableAdministrativeRoleList) Set ¶

func (*NullableAdministrativeRoleList) UnmarshalJSON ¶

func (v *NullableAdministrativeRoleList) UnmarshalJSON(src []byte) error

func (*NullableAdministrativeRoleList) Unset ¶

func (v *NullableAdministrativeRoleList) Unset()

type NullableAdministrativeRoleListAllOf ¶

type NullableAdministrativeRoleListAllOf struct {
	// contains filtered or unexported fields
}

func (NullableAdministrativeRoleListAllOf) Get ¶

func (NullableAdministrativeRoleListAllOf) IsSet ¶

func (NullableAdministrativeRoleListAllOf) MarshalJSON ¶

func (v NullableAdministrativeRoleListAllOf) MarshalJSON() ([]byte, error)

func (*NullableAdministrativeRoleListAllOf) Set ¶

func (*NullableAdministrativeRoleListAllOf) UnmarshalJSON ¶

func (v *NullableAdministrativeRoleListAllOf) UnmarshalJSON(src []byte) error

func (*NullableAdministrativeRoleListAllOf) Unset ¶

type NullableAdministrativeRolesTypeTargetMapGet200Response ¶

type NullableAdministrativeRolesTypeTargetMapGet200Response struct {
	// contains filtered or unexported fields
}

func (NullableAdministrativeRolesTypeTargetMapGet200Response) Get ¶

func (NullableAdministrativeRolesTypeTargetMapGet200Response) IsSet ¶

func (NullableAdministrativeRolesTypeTargetMapGet200Response) MarshalJSON ¶

func (*NullableAdministrativeRolesTypeTargetMapGet200Response) Set ¶

func (*NullableAdministrativeRolesTypeTargetMapGet200Response) UnmarshalJSON ¶

func (*NullableAdministrativeRolesTypeTargetMapGet200Response) Unset ¶

type NullableAllocatedIp ¶

type NullableAllocatedIp struct {
	// contains filtered or unexported fields
}

func NewNullableAllocatedIp ¶

func NewNullableAllocatedIp(val *AllocatedIp) *NullableAllocatedIp

func (NullableAllocatedIp) Get ¶

func (NullableAllocatedIp) IsSet ¶

func (v NullableAllocatedIp) IsSet() bool

func (NullableAllocatedIp) MarshalJSON ¶

func (v NullableAllocatedIp) MarshalJSON() ([]byte, error)

func (*NullableAllocatedIp) Set ¶

func (v *NullableAllocatedIp) Set(val *AllocatedIp)

func (*NullableAllocatedIp) UnmarshalJSON ¶

func (v *NullableAllocatedIp) UnmarshalJSON(src []byte) error

func (*NullableAllocatedIp) Unset ¶

func (v *NullableAllocatedIp) Unset()

type NullableAllocatedIpAllOf ¶

type NullableAllocatedIpAllOf struct {
	// contains filtered or unexported fields
}

func NewNullableAllocatedIpAllOf ¶

func NewNullableAllocatedIpAllOf(val *AllocatedIpAllOf) *NullableAllocatedIpAllOf

func (NullableAllocatedIpAllOf) Get ¶

func (NullableAllocatedIpAllOf) IsSet ¶

func (v NullableAllocatedIpAllOf) IsSet() bool

func (NullableAllocatedIpAllOf) MarshalJSON ¶

func (v NullableAllocatedIpAllOf) MarshalJSON() ([]byte, error)

func (*NullableAllocatedIpAllOf) Set ¶

func (*NullableAllocatedIpAllOf) UnmarshalJSON ¶

func (v *NullableAllocatedIpAllOf) UnmarshalJSON(src []byte) error

func (*NullableAllocatedIpAllOf) Unset ¶

func (v *NullableAllocatedIpAllOf) Unset()

type NullableAllocatedIpList ¶

type NullableAllocatedIpList struct {
	// contains filtered or unexported fields
}

func NewNullableAllocatedIpList ¶

func NewNullableAllocatedIpList(val *AllocatedIpList) *NullableAllocatedIpList

func (NullableAllocatedIpList) Get ¶

func (NullableAllocatedIpList) IsSet ¶

func (v NullableAllocatedIpList) IsSet() bool

func (NullableAllocatedIpList) MarshalJSON ¶

func (v NullableAllocatedIpList) MarshalJSON() ([]byte, error)

func (*NullableAllocatedIpList) Set ¶

func (*NullableAllocatedIpList) UnmarshalJSON ¶

func (v *NullableAllocatedIpList) UnmarshalJSON(src []byte) error

func (*NullableAllocatedIpList) Unset ¶

func (v *NullableAllocatedIpList) Unset()

type NullableAllocatedIpListAllOf ¶

type NullableAllocatedIpListAllOf struct {
	// contains filtered or unexported fields
}

func (NullableAllocatedIpListAllOf) Get ¶

func (NullableAllocatedIpListAllOf) IsSet ¶

func (NullableAllocatedIpListAllOf) MarshalJSON ¶

func (v NullableAllocatedIpListAllOf) MarshalJSON() ([]byte, error)

func (*NullableAllocatedIpListAllOf) Set ¶

func (*NullableAllocatedIpListAllOf) UnmarshalJSON ¶

func (v *NullableAllocatedIpListAllOf) UnmarshalJSON(src []byte) error

func (*NullableAllocatedIpListAllOf) Unset ¶

func (v *NullableAllocatedIpListAllOf) Unset()

type NullableAllowResourcesInner ¶

type NullableAllowResourcesInner struct {
	// contains filtered or unexported fields
}

func (NullableAllowResourcesInner) Get ¶

func (NullableAllowResourcesInner) IsSet ¶

func (NullableAllowResourcesInner) MarshalJSON ¶

func (v NullableAllowResourcesInner) MarshalJSON() ([]byte, error)

func (*NullableAllowResourcesInner) Set ¶

func (*NullableAllowResourcesInner) UnmarshalJSON ¶

func (v *NullableAllowResourcesInner) UnmarshalJSON(src []byte) error

func (*NullableAllowResourcesInner) Unset ¶

func (v *NullableAllowResourcesInner) Unset()

type NullableAllowSourcesInner ¶

type NullableAllowSourcesInner struct {
	// contains filtered or unexported fields
}

func NewNullableAllowSourcesInner ¶

func NewNullableAllowSourcesInner(val *AllowSourcesInner) *NullableAllowSourcesInner

func (NullableAllowSourcesInner) Get ¶

func (NullableAllowSourcesInner) IsSet ¶

func (v NullableAllowSourcesInner) IsSet() bool

func (NullableAllowSourcesInner) MarshalJSON ¶

func (v NullableAllowSourcesInner) MarshalJSON() ([]byte, error)

func (*NullableAllowSourcesInner) Set ¶

func (*NullableAllowSourcesInner) UnmarshalJSON ¶

func (v *NullableAllowSourcesInner) UnmarshalJSON(src []byte) error

func (*NullableAllowSourcesInner) Unset ¶

func (v *NullableAllowSourcesInner) Unset()

type NullableAppDiscovery ¶

type NullableAppDiscovery struct {
	// contains filtered or unexported fields
}

func NewNullableAppDiscovery ¶

func NewNullableAppDiscovery(val *AppDiscovery) *NullableAppDiscovery

func (NullableAppDiscovery) Get ¶

func (NullableAppDiscovery) IsSet ¶

func (v NullableAppDiscovery) IsSet() bool

func (NullableAppDiscovery) MarshalJSON ¶

func (v NullableAppDiscovery) MarshalJSON() ([]byte, error)

func (*NullableAppDiscovery) Set ¶

func (v *NullableAppDiscovery) Set(val *AppDiscovery)

func (*NullableAppDiscovery) UnmarshalJSON ¶

func (v *NullableAppDiscovery) UnmarshalJSON(src []byte) error

func (*NullableAppDiscovery) Unset ¶

func (v *NullableAppDiscovery) Unset()

type NullableAppDiscoveryAllOf ¶

type NullableAppDiscoveryAllOf struct {
	// contains filtered or unexported fields
}

func NewNullableAppDiscoveryAllOf ¶

func NewNullableAppDiscoveryAllOf(val *AppDiscoveryAllOf) *NullableAppDiscoveryAllOf

func (NullableAppDiscoveryAllOf) Get ¶

func (NullableAppDiscoveryAllOf) IsSet ¶

func (v NullableAppDiscoveryAllOf) IsSet() bool

func (NullableAppDiscoveryAllOf) MarshalJSON ¶

func (v NullableAppDiscoveryAllOf) MarshalJSON() ([]byte, error)

func (*NullableAppDiscoveryAllOf) Set ¶

func (*NullableAppDiscoveryAllOf) UnmarshalJSON ¶

func (v *NullableAppDiscoveryAllOf) UnmarshalJSON(src []byte) error

func (*NullableAppDiscoveryAllOf) Unset ¶

func (v *NullableAppDiscoveryAllOf) Unset()

type NullableAppDiscoveryAllOfData ¶

type NullableAppDiscoveryAllOfData struct {
	// contains filtered or unexported fields
}

func (NullableAppDiscoveryAllOfData) Get ¶

func (NullableAppDiscoveryAllOfData) IsSet ¶

func (NullableAppDiscoveryAllOfData) MarshalJSON ¶

func (v NullableAppDiscoveryAllOfData) MarshalJSON() ([]byte, error)

func (*NullableAppDiscoveryAllOfData) Set ¶

func (*NullableAppDiscoveryAllOfData) UnmarshalJSON ¶

func (v *NullableAppDiscoveryAllOfData) UnmarshalJSON(src []byte) error

func (*NullableAppDiscoveryAllOfData) Unset ¶

func (v *NullableAppDiscoveryAllOfData) Unset()

type NullableAppDiscoveryAllOfDistinguishedNames ¶

type NullableAppDiscoveryAllOfDistinguishedNames struct {
	// contains filtered or unexported fields
}

func (NullableAppDiscoveryAllOfDistinguishedNames) Get ¶

func (NullableAppDiscoveryAllOfDistinguishedNames) IsSet ¶

func (NullableAppDiscoveryAllOfDistinguishedNames) MarshalJSON ¶

func (*NullableAppDiscoveryAllOfDistinguishedNames) Set ¶

func (*NullableAppDiscoveryAllOfDistinguishedNames) UnmarshalJSON ¶

func (v *NullableAppDiscoveryAllOfDistinguishedNames) UnmarshalJSON(src []byte) error

func (*NullableAppDiscoveryAllOfDistinguishedNames) Unset ¶

type NullableAppShortcut ¶

type NullableAppShortcut struct {
	// contains filtered or unexported fields
}

func NewNullableAppShortcut ¶

func NewNullableAppShortcut(val *AppShortcut) *NullableAppShortcut

func (NullableAppShortcut) Get ¶

func (NullableAppShortcut) IsSet ¶

func (v NullableAppShortcut) IsSet() bool

func (NullableAppShortcut) MarshalJSON ¶

func (v NullableAppShortcut) MarshalJSON() ([]byte, error)

func (*NullableAppShortcut) Set ¶

func (v *NullableAppShortcut) Set(val *AppShortcut)

func (*NullableAppShortcut) UnmarshalJSON ¶

func (v *NullableAppShortcut) UnmarshalJSON(src []byte) error

func (*NullableAppShortcut) Unset ¶

func (v *NullableAppShortcut) Unset()

type NullableAppliance ¶

type NullableAppliance struct {
	// contains filtered or unexported fields
}

func NewNullableAppliance ¶

func NewNullableAppliance(val *Appliance) *NullableAppliance

func (NullableAppliance) Get ¶

func (v NullableAppliance) Get() *Appliance

func (NullableAppliance) IsSet ¶

func (v NullableAppliance) IsSet() bool

func (NullableAppliance) MarshalJSON ¶

func (v NullableAppliance) MarshalJSON() ([]byte, error)

func (*NullableAppliance) Set ¶

func (v *NullableAppliance) Set(val *Appliance)

func (*NullableAppliance) UnmarshalJSON ¶

func (v *NullableAppliance) UnmarshalJSON(src []byte) error

func (*NullableAppliance) Unset ¶

func (v *NullableAppliance) Unset()

type NullableApplianceAllOf ¶

type NullableApplianceAllOf struct {
	// contains filtered or unexported fields
}

func NewNullableApplianceAllOf ¶

func NewNullableApplianceAllOf(val *ApplianceAllOf) *NullableApplianceAllOf

func (NullableApplianceAllOf) Get ¶

func (NullableApplianceAllOf) IsSet ¶

func (v NullableApplianceAllOf) IsSet() bool

func (NullableApplianceAllOf) MarshalJSON ¶

func (v NullableApplianceAllOf) MarshalJSON() ([]byte, error)

func (*NullableApplianceAllOf) Set ¶

func (*NullableApplianceAllOf) UnmarshalJSON ¶

func (v *NullableApplianceAllOf) UnmarshalJSON(src []byte) error

func (*NullableApplianceAllOf) Unset ¶

func (v *NullableApplianceAllOf) Unset()

type NullableApplianceAllOfAdminInterface ¶

type NullableApplianceAllOfAdminInterface struct {
	// contains filtered or unexported fields
}

func (NullableApplianceAllOfAdminInterface) Get ¶

func (NullableApplianceAllOfAdminInterface) IsSet ¶

func (NullableApplianceAllOfAdminInterface) MarshalJSON ¶

func (v NullableApplianceAllOfAdminInterface) MarshalJSON() ([]byte, error)

func (*NullableApplianceAllOfAdminInterface) Set ¶

func (*NullableApplianceAllOfAdminInterface) UnmarshalJSON ¶

func (v *NullableApplianceAllOfAdminInterface) UnmarshalJSON(src []byte) error

func (*NullableApplianceAllOfAdminInterface) Unset ¶

type NullableApplianceAllOfClientInterface ¶

type NullableApplianceAllOfClientInterface struct {
	// contains filtered or unexported fields
}

func (NullableApplianceAllOfClientInterface) Get ¶

func (NullableApplianceAllOfClientInterface) IsSet ¶

func (NullableApplianceAllOfClientInterface) MarshalJSON ¶

func (v NullableApplianceAllOfClientInterface) MarshalJSON() ([]byte, error)

func (*NullableApplianceAllOfClientInterface) Set ¶

func (*NullableApplianceAllOfClientInterface) UnmarshalJSON ¶

func (v *NullableApplianceAllOfClientInterface) UnmarshalJSON(src []byte) error

func (*NullableApplianceAllOfClientInterface) Unset ¶

type NullableApplianceAllOfConnector ¶

type NullableApplianceAllOfConnector struct {
	// contains filtered or unexported fields
}

func (NullableApplianceAllOfConnector) Get ¶

func (NullableApplianceAllOfConnector) IsSet ¶

func (NullableApplianceAllOfConnector) MarshalJSON ¶

func (v NullableApplianceAllOfConnector) MarshalJSON() ([]byte, error)

func (*NullableApplianceAllOfConnector) Set ¶

func (*NullableApplianceAllOfConnector) UnmarshalJSON ¶

func (v *NullableApplianceAllOfConnector) UnmarshalJSON(src []byte) error

func (*NullableApplianceAllOfConnector) Unset ¶

type NullableApplianceAllOfConnectorAdvancedClients ¶

type NullableApplianceAllOfConnectorAdvancedClients struct {
	// contains filtered or unexported fields
}

func (NullableApplianceAllOfConnectorAdvancedClients) Get ¶

func (NullableApplianceAllOfConnectorAdvancedClients) IsSet ¶

func (NullableApplianceAllOfConnectorAdvancedClients) MarshalJSON ¶

func (*NullableApplianceAllOfConnectorAdvancedClients) Set ¶

func (*NullableApplianceAllOfConnectorAdvancedClients) UnmarshalJSON ¶

func (*NullableApplianceAllOfConnectorAdvancedClients) Unset ¶

type NullableApplianceAllOfConnectorExpressClients ¶

type NullableApplianceAllOfConnectorExpressClients struct {
	// contains filtered or unexported fields
}

func (NullableApplianceAllOfConnectorExpressClients) Get ¶

func (NullableApplianceAllOfConnectorExpressClients) IsSet ¶

func (NullableApplianceAllOfConnectorExpressClients) MarshalJSON ¶

func (*NullableApplianceAllOfConnectorExpressClients) Set ¶

func (*NullableApplianceAllOfConnectorExpressClients) UnmarshalJSON ¶

func (*NullableApplianceAllOfConnectorExpressClients) Unset ¶

type NullableApplianceAllOfController ¶

type NullableApplianceAllOfController struct {
	// contains filtered or unexported fields
}

func (NullableApplianceAllOfController) Get ¶

func (NullableApplianceAllOfController) IsSet ¶

func (NullableApplianceAllOfController) MarshalJSON ¶

func (v NullableApplianceAllOfController) MarshalJSON() ([]byte, error)

func (*NullableApplianceAllOfController) Set ¶

func (*NullableApplianceAllOfController) UnmarshalJSON ¶

func (v *NullableApplianceAllOfController) UnmarshalJSON(src []byte) error

func (*NullableApplianceAllOfController) Unset ¶

type NullableApplianceAllOfGateway ¶

type NullableApplianceAllOfGateway struct {
	// contains filtered or unexported fields
}

func (NullableApplianceAllOfGateway) Get ¶

func (NullableApplianceAllOfGateway) IsSet ¶

func (NullableApplianceAllOfGateway) MarshalJSON ¶

func (v NullableApplianceAllOfGateway) MarshalJSON() ([]byte, error)

func (*NullableApplianceAllOfGateway) Set ¶

func (*NullableApplianceAllOfGateway) UnmarshalJSON ¶

func (v *NullableApplianceAllOfGateway) UnmarshalJSON(src []byte) error

func (*NullableApplianceAllOfGateway) Unset ¶

func (v *NullableApplianceAllOfGateway) Unset()

type NullableApplianceAllOfGatewayVpn ¶

type NullableApplianceAllOfGatewayVpn struct {
	// contains filtered or unexported fields
}

func (NullableApplianceAllOfGatewayVpn) Get ¶

func (NullableApplianceAllOfGatewayVpn) IsSet ¶

func (NullableApplianceAllOfGatewayVpn) MarshalJSON ¶

func (v NullableApplianceAllOfGatewayVpn) MarshalJSON() ([]byte, error)

func (*NullableApplianceAllOfGatewayVpn) Set ¶

func (*NullableApplianceAllOfGatewayVpn) UnmarshalJSON ¶

func (v *NullableApplianceAllOfGatewayVpn) UnmarshalJSON(src []byte) error

func (*NullableApplianceAllOfGatewayVpn) Unset ¶

type NullableApplianceAllOfGatewayVpnAllowDestinations ¶

type NullableApplianceAllOfGatewayVpnAllowDestinations struct {
	// contains filtered or unexported fields
}

func (NullableApplianceAllOfGatewayVpnAllowDestinations) Get ¶

func (NullableApplianceAllOfGatewayVpnAllowDestinations) IsSet ¶

func (NullableApplianceAllOfGatewayVpnAllowDestinations) MarshalJSON ¶

func (*NullableApplianceAllOfGatewayVpnAllowDestinations) Set ¶

func (*NullableApplianceAllOfGatewayVpnAllowDestinations) UnmarshalJSON ¶

func (*NullableApplianceAllOfGatewayVpnAllowDestinations) Unset ¶

type NullableApplianceAllOfHealthcheckServer ¶

type NullableApplianceAllOfHealthcheckServer struct {
	// contains filtered or unexported fields
}

func (NullableApplianceAllOfHealthcheckServer) Get ¶

func (NullableApplianceAllOfHealthcheckServer) IsSet ¶

func (NullableApplianceAllOfHealthcheckServer) MarshalJSON ¶

func (v NullableApplianceAllOfHealthcheckServer) MarshalJSON() ([]byte, error)

func (*NullableApplianceAllOfHealthcheckServer) Set ¶

func (*NullableApplianceAllOfHealthcheckServer) UnmarshalJSON ¶

func (v *NullableApplianceAllOfHealthcheckServer) UnmarshalJSON(src []byte) error

func (*NullableApplianceAllOfHealthcheckServer) Unset ¶

type NullableApplianceAllOfLogForwarder ¶

type NullableApplianceAllOfLogForwarder struct {
	// contains filtered or unexported fields
}

func (NullableApplianceAllOfLogForwarder) Get ¶

func (NullableApplianceAllOfLogForwarder) IsSet ¶

func (NullableApplianceAllOfLogForwarder) MarshalJSON ¶

func (v NullableApplianceAllOfLogForwarder) MarshalJSON() ([]byte, error)

func (*NullableApplianceAllOfLogForwarder) Set ¶

func (*NullableApplianceAllOfLogForwarder) UnmarshalJSON ¶

func (v *NullableApplianceAllOfLogForwarder) UnmarshalJSON(src []byte) error

func (*NullableApplianceAllOfLogForwarder) Unset ¶

type NullableApplianceAllOfLogServer ¶

type NullableApplianceAllOfLogServer struct {
	// contains filtered or unexported fields
}

func (NullableApplianceAllOfLogServer) Get ¶

func (NullableApplianceAllOfLogServer) IsSet ¶

func (NullableApplianceAllOfLogServer) MarshalJSON ¶

func (v NullableApplianceAllOfLogServer) MarshalJSON() ([]byte, error)

func (*NullableApplianceAllOfLogServer) Set ¶

func (*NullableApplianceAllOfLogServer) UnmarshalJSON ¶

func (v *NullableApplianceAllOfLogServer) UnmarshalJSON(src []byte) error

func (*NullableApplianceAllOfLogServer) Unset ¶

type NullableApplianceAllOfNetworking ¶

type NullableApplianceAllOfNetworking struct {
	// contains filtered or unexported fields
}

func (NullableApplianceAllOfNetworking) Get ¶

func (NullableApplianceAllOfNetworking) IsSet ¶

func (NullableApplianceAllOfNetworking) MarshalJSON ¶

func (v NullableApplianceAllOfNetworking) MarshalJSON() ([]byte, error)

func (*NullableApplianceAllOfNetworking) Set ¶

func (*NullableApplianceAllOfNetworking) UnmarshalJSON ¶

func (v *NullableApplianceAllOfNetworking) UnmarshalJSON(src []byte) error

func (*NullableApplianceAllOfNetworking) Unset ¶

type NullableApplianceAllOfNetworkingHosts ¶

type NullableApplianceAllOfNetworkingHosts struct {
	// contains filtered or unexported fields
}

func (NullableApplianceAllOfNetworkingHosts) Get ¶

func (NullableApplianceAllOfNetworkingHosts) IsSet ¶

func (NullableApplianceAllOfNetworkingHosts) MarshalJSON ¶

func (v NullableApplianceAllOfNetworkingHosts) MarshalJSON() ([]byte, error)

func (*NullableApplianceAllOfNetworkingHosts) Set ¶

func (*NullableApplianceAllOfNetworkingHosts) UnmarshalJSON ¶

func (v *NullableApplianceAllOfNetworkingHosts) UnmarshalJSON(src []byte) error

func (*NullableApplianceAllOfNetworkingHosts) Unset ¶

type NullableApplianceAllOfNetworkingIpv4 ¶

type NullableApplianceAllOfNetworkingIpv4 struct {
	// contains filtered or unexported fields
}

func (NullableApplianceAllOfNetworkingIpv4) Get ¶

func (NullableApplianceAllOfNetworkingIpv4) IsSet ¶

func (NullableApplianceAllOfNetworkingIpv4) MarshalJSON ¶

func (v NullableApplianceAllOfNetworkingIpv4) MarshalJSON() ([]byte, error)

func (*NullableApplianceAllOfNetworkingIpv4) Set ¶

func (*NullableApplianceAllOfNetworkingIpv4) UnmarshalJSON ¶

func (v *NullableApplianceAllOfNetworkingIpv4) UnmarshalJSON(src []byte) error

func (*NullableApplianceAllOfNetworkingIpv4) Unset ¶

type NullableApplianceAllOfNetworkingIpv4Dhcp ¶

type NullableApplianceAllOfNetworkingIpv4Dhcp struct {
	// contains filtered or unexported fields
}

func (NullableApplianceAllOfNetworkingIpv4Dhcp) Get ¶

func (NullableApplianceAllOfNetworkingIpv4Dhcp) IsSet ¶

func (NullableApplianceAllOfNetworkingIpv4Dhcp) MarshalJSON ¶

func (*NullableApplianceAllOfNetworkingIpv4Dhcp) Set ¶

func (*NullableApplianceAllOfNetworkingIpv4Dhcp) UnmarshalJSON ¶

func (v *NullableApplianceAllOfNetworkingIpv4Dhcp) UnmarshalJSON(src []byte) error

func (*NullableApplianceAllOfNetworkingIpv4Dhcp) Unset ¶

type NullableApplianceAllOfNetworkingIpv4Static ¶

type NullableApplianceAllOfNetworkingIpv4Static struct {
	// contains filtered or unexported fields
}

func (NullableApplianceAllOfNetworkingIpv4Static) Get ¶

func (NullableApplianceAllOfNetworkingIpv4Static) IsSet ¶

func (NullableApplianceAllOfNetworkingIpv4Static) MarshalJSON ¶

func (*NullableApplianceAllOfNetworkingIpv4Static) Set ¶

func (*NullableApplianceAllOfNetworkingIpv4Static) UnmarshalJSON ¶

func (v *NullableApplianceAllOfNetworkingIpv4Static) UnmarshalJSON(src []byte) error

func (*NullableApplianceAllOfNetworkingIpv4Static) Unset ¶

type NullableApplianceAllOfNetworkingIpv6 ¶

type NullableApplianceAllOfNetworkingIpv6 struct {
	// contains filtered or unexported fields
}

func (NullableApplianceAllOfNetworkingIpv6) Get ¶

func (NullableApplianceAllOfNetworkingIpv6) IsSet ¶

func (NullableApplianceAllOfNetworkingIpv6) MarshalJSON ¶

func (v NullableApplianceAllOfNetworkingIpv6) MarshalJSON() ([]byte, error)

func (*NullableApplianceAllOfNetworkingIpv6) Set ¶

func (*NullableApplianceAllOfNetworkingIpv6) UnmarshalJSON ¶

func (v *NullableApplianceAllOfNetworkingIpv6) UnmarshalJSON(src []byte) error

func (*NullableApplianceAllOfNetworkingIpv6) Unset ¶

type NullableApplianceAllOfNetworkingIpv6Dhcp ¶

type NullableApplianceAllOfNetworkingIpv6Dhcp struct {
	// contains filtered or unexported fields
}

func (NullableApplianceAllOfNetworkingIpv6Dhcp) Get ¶

func (NullableApplianceAllOfNetworkingIpv6Dhcp) IsSet ¶

func (NullableApplianceAllOfNetworkingIpv6Dhcp) MarshalJSON ¶

func (*NullableApplianceAllOfNetworkingIpv6Dhcp) Set ¶

func (*NullableApplianceAllOfNetworkingIpv6Dhcp) UnmarshalJSON ¶

func (v *NullableApplianceAllOfNetworkingIpv6Dhcp) UnmarshalJSON(src []byte) error

func (*NullableApplianceAllOfNetworkingIpv6Dhcp) Unset ¶

type NullableApplianceAllOfNetworkingIpv6Static ¶

type NullableApplianceAllOfNetworkingIpv6Static struct {
	// contains filtered or unexported fields
}

func (NullableApplianceAllOfNetworkingIpv6Static) Get ¶

func (NullableApplianceAllOfNetworkingIpv6Static) IsSet ¶

func (NullableApplianceAllOfNetworkingIpv6Static) MarshalJSON ¶

func (*NullableApplianceAllOfNetworkingIpv6Static) Set ¶

func (*NullableApplianceAllOfNetworkingIpv6Static) UnmarshalJSON ¶

func (v *NullableApplianceAllOfNetworkingIpv6Static) UnmarshalJSON(src []byte) error

func (*NullableApplianceAllOfNetworkingIpv6Static) Unset ¶

type NullableApplianceAllOfNetworkingNics ¶

type NullableApplianceAllOfNetworkingNics struct {
	// contains filtered or unexported fields
}

func (NullableApplianceAllOfNetworkingNics) Get ¶

func (NullableApplianceAllOfNetworkingNics) IsSet ¶

func (NullableApplianceAllOfNetworkingNics) MarshalJSON ¶

func (v NullableApplianceAllOfNetworkingNics) MarshalJSON() ([]byte, error)

func (*NullableApplianceAllOfNetworkingNics) Set ¶

func (*NullableApplianceAllOfNetworkingNics) UnmarshalJSON ¶

func (v *NullableApplianceAllOfNetworkingNics) UnmarshalJSON(src []byte) error

func (*NullableApplianceAllOfNetworkingNics) Unset ¶

type NullableApplianceAllOfNetworkingRoutes ¶

type NullableApplianceAllOfNetworkingRoutes struct {
	// contains filtered or unexported fields
}

func (NullableApplianceAllOfNetworkingRoutes) Get ¶

func (NullableApplianceAllOfNetworkingRoutes) IsSet ¶

func (NullableApplianceAllOfNetworkingRoutes) MarshalJSON ¶

func (v NullableApplianceAllOfNetworkingRoutes) MarshalJSON() ([]byte, error)

func (*NullableApplianceAllOfNetworkingRoutes) Set ¶

func (*NullableApplianceAllOfNetworkingRoutes) UnmarshalJSON ¶

func (v *NullableApplianceAllOfNetworkingRoutes) UnmarshalJSON(src []byte) error

func (*NullableApplianceAllOfNetworkingRoutes) Unset ¶

type NullableApplianceAllOfNtp ¶

type NullableApplianceAllOfNtp struct {
	// contains filtered or unexported fields
}

func NewNullableApplianceAllOfNtp ¶

func NewNullableApplianceAllOfNtp(val *ApplianceAllOfNtp) *NullableApplianceAllOfNtp

func (NullableApplianceAllOfNtp) Get ¶

func (NullableApplianceAllOfNtp) IsSet ¶

func (v NullableApplianceAllOfNtp) IsSet() bool

func (NullableApplianceAllOfNtp) MarshalJSON ¶

func (v NullableApplianceAllOfNtp) MarshalJSON() ([]byte, error)

func (*NullableApplianceAllOfNtp) Set ¶

func (*NullableApplianceAllOfNtp) UnmarshalJSON ¶

func (v *NullableApplianceAllOfNtp) UnmarshalJSON(src []byte) error

func (*NullableApplianceAllOfNtp) Unset ¶

func (v *NullableApplianceAllOfNtp) Unset()

type NullableApplianceAllOfNtpServers ¶

type NullableApplianceAllOfNtpServers struct {
	// contains filtered or unexported fields
}

func (NullableApplianceAllOfNtpServers) Get ¶

func (NullableApplianceAllOfNtpServers) IsSet ¶

func (NullableApplianceAllOfNtpServers) MarshalJSON ¶

func (v NullableApplianceAllOfNtpServers) MarshalJSON() ([]byte, error)

func (*NullableApplianceAllOfNtpServers) Set ¶

func (*NullableApplianceAllOfNtpServers) UnmarshalJSON ¶

func (v *NullableApplianceAllOfNtpServers) UnmarshalJSON(src []byte) error

func (*NullableApplianceAllOfNtpServers) Unset ¶

type NullableApplianceAllOfPeerInterface ¶

type NullableApplianceAllOfPeerInterface struct {
	// contains filtered or unexported fields
}

func (NullableApplianceAllOfPeerInterface) Get ¶

func (NullableApplianceAllOfPeerInterface) IsSet ¶

func (NullableApplianceAllOfPeerInterface) MarshalJSON ¶

func (v NullableApplianceAllOfPeerInterface) MarshalJSON() ([]byte, error)

func (*NullableApplianceAllOfPeerInterface) Set ¶

func (*NullableApplianceAllOfPeerInterface) UnmarshalJSON ¶

func (v *NullableApplianceAllOfPeerInterface) UnmarshalJSON(src []byte) error

func (*NullableApplianceAllOfPeerInterface) Unset ¶

type NullableApplianceAllOfPing ¶

type NullableApplianceAllOfPing struct {
	// contains filtered or unexported fields
}

func NewNullableApplianceAllOfPing ¶

func NewNullableApplianceAllOfPing(val *ApplianceAllOfPing) *NullableApplianceAllOfPing

func (NullableApplianceAllOfPing) Get ¶

func (NullableApplianceAllOfPing) IsSet ¶

func (v NullableApplianceAllOfPing) IsSet() bool

func (NullableApplianceAllOfPing) MarshalJSON ¶

func (v NullableApplianceAllOfPing) MarshalJSON() ([]byte, error)

func (*NullableApplianceAllOfPing) Set ¶

func (*NullableApplianceAllOfPing) UnmarshalJSON ¶

func (v *NullableApplianceAllOfPing) UnmarshalJSON(src []byte) error

func (*NullableApplianceAllOfPing) Unset ¶

func (v *NullableApplianceAllOfPing) Unset()

type NullableApplianceAllOfPrometheusExporter ¶

type NullableApplianceAllOfPrometheusExporter struct {
	// contains filtered or unexported fields
}

func (NullableApplianceAllOfPrometheusExporter) Get ¶

func (NullableApplianceAllOfPrometheusExporter) IsSet ¶

func (NullableApplianceAllOfPrometheusExporter) MarshalJSON ¶

func (*NullableApplianceAllOfPrometheusExporter) Set ¶

func (*NullableApplianceAllOfPrometheusExporter) UnmarshalJSON ¶

func (v *NullableApplianceAllOfPrometheusExporter) UnmarshalJSON(src []byte) error

func (*NullableApplianceAllOfPrometheusExporter) Unset ¶

type NullableApplianceAllOfRsyslogDestinations ¶

type NullableApplianceAllOfRsyslogDestinations struct {
	// contains filtered or unexported fields
}

func (NullableApplianceAllOfRsyslogDestinations) Get ¶

func (NullableApplianceAllOfRsyslogDestinations) IsSet ¶

func (NullableApplianceAllOfRsyslogDestinations) MarshalJSON ¶

func (*NullableApplianceAllOfRsyslogDestinations) Set ¶

func (*NullableApplianceAllOfRsyslogDestinations) UnmarshalJSON ¶

func (v *NullableApplianceAllOfRsyslogDestinations) UnmarshalJSON(src []byte) error

func (*NullableApplianceAllOfRsyslogDestinations) Unset ¶

type NullableApplianceAllOfSnmpServer ¶

type NullableApplianceAllOfSnmpServer struct {
	// contains filtered or unexported fields
}

func (NullableApplianceAllOfSnmpServer) Get ¶

func (NullableApplianceAllOfSnmpServer) IsSet ¶

func (NullableApplianceAllOfSnmpServer) MarshalJSON ¶

func (v NullableApplianceAllOfSnmpServer) MarshalJSON() ([]byte, error)

func (*NullableApplianceAllOfSnmpServer) Set ¶

func (*NullableApplianceAllOfSnmpServer) UnmarshalJSON ¶

func (v *NullableApplianceAllOfSnmpServer) UnmarshalJSON(src []byte) error

func (*NullableApplianceAllOfSnmpServer) Unset ¶

type NullableApplianceAllOfSshServer ¶

type NullableApplianceAllOfSshServer struct {
	// contains filtered or unexported fields
}

func (NullableApplianceAllOfSshServer) Get ¶

func (NullableApplianceAllOfSshServer) IsSet ¶

func (NullableApplianceAllOfSshServer) MarshalJSON ¶

func (v NullableApplianceAllOfSshServer) MarshalJSON() ([]byte, error)

func (*NullableApplianceAllOfSshServer) Set ¶

func (*NullableApplianceAllOfSshServer) UnmarshalJSON ¶

func (v *NullableApplianceAllOfSshServer) UnmarshalJSON(src []byte) error

func (*NullableApplianceAllOfSshServer) Unset ¶

type NullableApplianceCustomization ¶

type NullableApplianceCustomization struct {
	// contains filtered or unexported fields
}

func (NullableApplianceCustomization) Get ¶

func (NullableApplianceCustomization) IsSet ¶

func (NullableApplianceCustomization) MarshalJSON ¶

func (v NullableApplianceCustomization) MarshalJSON() ([]byte, error)

func (*NullableApplianceCustomization) Set ¶

func (*NullableApplianceCustomization) UnmarshalJSON ¶

func (v *NullableApplianceCustomization) UnmarshalJSON(src []byte) error

func (*NullableApplianceCustomization) Unset ¶

func (v *NullableApplianceCustomization) Unset()

type NullableApplianceCustomizationAllOf ¶

type NullableApplianceCustomizationAllOf struct {
	// contains filtered or unexported fields
}

func (NullableApplianceCustomizationAllOf) Get ¶

func (NullableApplianceCustomizationAllOf) IsSet ¶

func (NullableApplianceCustomizationAllOf) MarshalJSON ¶

func (v NullableApplianceCustomizationAllOf) MarshalJSON() ([]byte, error)

func (*NullableApplianceCustomizationAllOf) Set ¶

func (*NullableApplianceCustomizationAllOf) UnmarshalJSON ¶

func (v *NullableApplianceCustomizationAllOf) UnmarshalJSON(src []byte) error

func (*NullableApplianceCustomizationAllOf) Unset ¶

type NullableApplianceCustomizationList ¶

type NullableApplianceCustomizationList struct {
	// contains filtered or unexported fields
}

func (NullableApplianceCustomizationList) Get ¶

func (NullableApplianceCustomizationList) IsSet ¶

func (NullableApplianceCustomizationList) MarshalJSON ¶

func (v NullableApplianceCustomizationList) MarshalJSON() ([]byte, error)

func (*NullableApplianceCustomizationList) Set ¶

func (*NullableApplianceCustomizationList) UnmarshalJSON ¶

func (v *NullableApplianceCustomizationList) UnmarshalJSON(src []byte) error

func (*NullableApplianceCustomizationList) Unset ¶

type NullableApplianceCustomizationListAllOf ¶

type NullableApplianceCustomizationListAllOf struct {
	// contains filtered or unexported fields
}

func (NullableApplianceCustomizationListAllOf) Get ¶

func (NullableApplianceCustomizationListAllOf) IsSet ¶

func (NullableApplianceCustomizationListAllOf) MarshalJSON ¶

func (v NullableApplianceCustomizationListAllOf) MarshalJSON() ([]byte, error)

func (*NullableApplianceCustomizationListAllOf) Set ¶

func (*NullableApplianceCustomizationListAllOf) UnmarshalJSON ¶

func (v *NullableApplianceCustomizationListAllOf) UnmarshalJSON(src []byte) error

func (*NullableApplianceCustomizationListAllOf) Unset ¶

type NullableApplianceList ¶

type NullableApplianceList struct {
	// contains filtered or unexported fields
}

func NewNullableApplianceList ¶

func NewNullableApplianceList(val *ApplianceList) *NullableApplianceList

func (NullableApplianceList) Get ¶

func (NullableApplianceList) IsSet ¶

func (v NullableApplianceList) IsSet() bool

func (NullableApplianceList) MarshalJSON ¶

func (v NullableApplianceList) MarshalJSON() ([]byte, error)

func (*NullableApplianceList) Set ¶

func (v *NullableApplianceList) Set(val *ApplianceList)

func (*NullableApplianceList) UnmarshalJSON ¶

func (v *NullableApplianceList) UnmarshalJSON(src []byte) error

func (*NullableApplianceList) Unset ¶

func (v *NullableApplianceList) Unset()

type NullableApplianceListAllOf ¶

type NullableApplianceListAllOf struct {
	// contains filtered or unexported fields
}

func NewNullableApplianceListAllOf ¶

func NewNullableApplianceListAllOf(val *ApplianceListAllOf) *NullableApplianceListAllOf

func (NullableApplianceListAllOf) Get ¶

func (NullableApplianceListAllOf) IsSet ¶

func (v NullableApplianceListAllOf) IsSet() bool

func (NullableApplianceListAllOf) MarshalJSON ¶

func (v NullableApplianceListAllOf) MarshalJSON() ([]byte, error)

func (*NullableApplianceListAllOf) Set ¶

func (*NullableApplianceListAllOf) UnmarshalJSON ¶

func (v *NullableApplianceListAllOf) UnmarshalJSON(src []byte) error

func (*NullableApplianceListAllOf) Unset ¶

func (v *NullableApplianceListAllOf) Unset()

type NullableApplianceRole ¶

type NullableApplianceRole struct {
	// contains filtered or unexported fields
}

func NewNullableApplianceRole ¶

func NewNullableApplianceRole(val *ApplianceRole) *NullableApplianceRole

func (NullableApplianceRole) Get ¶

func (NullableApplianceRole) IsSet ¶

func (v NullableApplianceRole) IsSet() bool

func (NullableApplianceRole) MarshalJSON ¶

func (v NullableApplianceRole) MarshalJSON() ([]byte, error)

func (*NullableApplianceRole) Set ¶

func (v *NullableApplianceRole) Set(val *ApplianceRole)

func (*NullableApplianceRole) UnmarshalJSON ¶

func (v *NullableApplianceRole) UnmarshalJSON(src []byte) error

func (*NullableApplianceRole) Unset ¶

func (v *NullableApplianceRole) Unset()

type NullableApplianceSeedISO ¶

type NullableApplianceSeedISO struct {
	// contains filtered or unexported fields
}

func NewNullableApplianceSeedISO ¶

func NewNullableApplianceSeedISO(val *ApplianceSeedISO) *NullableApplianceSeedISO

func (NullableApplianceSeedISO) Get ¶

func (NullableApplianceSeedISO) IsSet ¶

func (v NullableApplianceSeedISO) IsSet() bool

func (NullableApplianceSeedISO) MarshalJSON ¶

func (v NullableApplianceSeedISO) MarshalJSON() ([]byte, error)

func (*NullableApplianceSeedISO) Set ¶

func (*NullableApplianceSeedISO) UnmarshalJSON ¶

func (v *NullableApplianceSeedISO) UnmarshalJSON(src []byte) error

func (*NullableApplianceSeedISO) Unset ¶

func (v *NullableApplianceSeedISO) Unset()

type NullableApplianceUpgrade ¶

type NullableApplianceUpgrade struct {
	// contains filtered or unexported fields
}

func NewNullableApplianceUpgrade ¶

func NewNullableApplianceUpgrade(val *ApplianceUpgrade) *NullableApplianceUpgrade

func (NullableApplianceUpgrade) Get ¶

func (NullableApplianceUpgrade) IsSet ¶

func (v NullableApplianceUpgrade) IsSet() bool

func (NullableApplianceUpgrade) MarshalJSON ¶

func (v NullableApplianceUpgrade) MarshalJSON() ([]byte, error)

func (*NullableApplianceUpgrade) Set ¶

func (*NullableApplianceUpgrade) UnmarshalJSON ¶

func (v *NullableApplianceUpgrade) UnmarshalJSON(src []byte) error

func (*NullableApplianceUpgrade) Unset ¶

func (v *NullableApplianceUpgrade) Unset()

type NullableApplianceUpgradeInternal ¶

type NullableApplianceUpgradeInternal struct {
	// contains filtered or unexported fields
}

func (NullableApplianceUpgradeInternal) Get ¶

func (NullableApplianceUpgradeInternal) IsSet ¶

func (NullableApplianceUpgradeInternal) MarshalJSON ¶

func (v NullableApplianceUpgradeInternal) MarshalJSON() ([]byte, error)

func (*NullableApplianceUpgradeInternal) Set ¶

func (*NullableApplianceUpgradeInternal) UnmarshalJSON ¶

func (v *NullableApplianceUpgradeInternal) UnmarshalJSON(src []byte) error

func (*NullableApplianceUpgradeInternal) Unset ¶

type NullableApplianceWithSessionsRole ¶

type NullableApplianceWithSessionsRole struct {
	// contains filtered or unexported fields
}

func (NullableApplianceWithSessionsRole) Get ¶

func (NullableApplianceWithSessionsRole) IsSet ¶

func (NullableApplianceWithSessionsRole) MarshalJSON ¶

func (v NullableApplianceWithSessionsRole) MarshalJSON() ([]byte, error)

func (*NullableApplianceWithSessionsRole) Set ¶

func (*NullableApplianceWithSessionsRole) UnmarshalJSON ¶

func (v *NullableApplianceWithSessionsRole) UnmarshalJSON(src []byte) error

func (*NullableApplianceWithSessionsRole) Unset ¶

type NullableApplianceWithSessionsRoleAllOf ¶

type NullableApplianceWithSessionsRoleAllOf struct {
	// contains filtered or unexported fields
}

func (NullableApplianceWithSessionsRoleAllOf) Get ¶

func (NullableApplianceWithSessionsRoleAllOf) IsSet ¶

func (NullableApplianceWithSessionsRoleAllOf) MarshalJSON ¶

func (v NullableApplianceWithSessionsRoleAllOf) MarshalJSON() ([]byte, error)

func (*NullableApplianceWithSessionsRoleAllOf) Set ¶

func (*NullableApplianceWithSessionsRoleAllOf) UnmarshalJSON ¶

func (v *NullableApplianceWithSessionsRoleAllOf) UnmarshalJSON(src []byte) error

func (*NullableApplianceWithSessionsRoleAllOf) Unset ¶

type NullableAppliancesForceDisableControllersPost200Response ¶

type NullableAppliancesForceDisableControllersPost200Response struct {
	// contains filtered or unexported fields
}

func (NullableAppliancesForceDisableControllersPost200Response) Get ¶

func (NullableAppliancesForceDisableControllersPost200Response) IsSet ¶

func (NullableAppliancesForceDisableControllersPost200Response) MarshalJSON ¶

func (*NullableAppliancesForceDisableControllersPost200Response) Set ¶

func (*NullableAppliancesForceDisableControllersPost200Response) UnmarshalJSON ¶

func (*NullableAppliancesForceDisableControllersPost200Response) Unset ¶

type NullableAppliancesForceDisableControllersPostRequest ¶

type NullableAppliancesForceDisableControllersPostRequest struct {
	// contains filtered or unexported fields
}

func (NullableAppliancesForceDisableControllersPostRequest) Get ¶

func (NullableAppliancesForceDisableControllersPostRequest) IsSet ¶

func (NullableAppliancesForceDisableControllersPostRequest) MarshalJSON ¶

func (*NullableAppliancesForceDisableControllersPostRequest) Set ¶

func (*NullableAppliancesForceDisableControllersPostRequest) UnmarshalJSON ¶

func (*NullableAppliancesForceDisableControllersPostRequest) Unset ¶

type NullableAppliancesIdBackupBackupIdStatusGet200Response ¶

type NullableAppliancesIdBackupBackupIdStatusGet200Response struct {
	// contains filtered or unexported fields
}

func (NullableAppliancesIdBackupBackupIdStatusGet200Response) Get ¶

func (NullableAppliancesIdBackupBackupIdStatusGet200Response) IsSet ¶

func (NullableAppliancesIdBackupBackupIdStatusGet200Response) MarshalJSON ¶

func (*NullableAppliancesIdBackupBackupIdStatusGet200Response) Set ¶

func (*NullableAppliancesIdBackupBackupIdStatusGet200Response) UnmarshalJSON ¶

func (*NullableAppliancesIdBackupBackupIdStatusGet200Response) Unset ¶

type NullableAppliancesIdBackupPost200Response ¶

type NullableAppliancesIdBackupPost200Response struct {
	// contains filtered or unexported fields
}

func (NullableAppliancesIdBackupPost200Response) Get ¶

func (NullableAppliancesIdBackupPost200Response) IsSet ¶

func (NullableAppliancesIdBackupPost200Response) MarshalJSON ¶

func (*NullableAppliancesIdBackupPost200Response) Set ¶

func (*NullableAppliancesIdBackupPost200Response) UnmarshalJSON ¶

func (v *NullableAppliancesIdBackupPost200Response) UnmarshalJSON(src []byte) error

func (*NullableAppliancesIdBackupPost200Response) Unset ¶

type NullableAppliancesIdBackupPostRequest ¶

type NullableAppliancesIdBackupPostRequest struct {
	// contains filtered or unexported fields
}

func (NullableAppliancesIdBackupPostRequest) Get ¶

func (NullableAppliancesIdBackupPostRequest) IsSet ¶

func (NullableAppliancesIdBackupPostRequest) MarshalJSON ¶

func (v NullableAppliancesIdBackupPostRequest) MarshalJSON() ([]byte, error)

func (*NullableAppliancesIdBackupPostRequest) Set ¶

func (*NullableAppliancesIdBackupPostRequest) UnmarshalJSON ¶

func (v *NullableAppliancesIdBackupPostRequest) UnmarshalJSON(src []byte) error

func (*NullableAppliancesIdBackupPostRequest) Unset ¶

type NullableAppliancesIdChangeChangeIdGet200Response ¶

type NullableAppliancesIdChangeChangeIdGet200Response struct {
	// contains filtered or unexported fields
}

func (NullableAppliancesIdChangeChangeIdGet200Response) Get ¶

func (NullableAppliancesIdChangeChangeIdGet200Response) IsSet ¶

func (NullableAppliancesIdChangeChangeIdGet200Response) MarshalJSON ¶

func (*NullableAppliancesIdChangeChangeIdGet200Response) Set ¶

func (*NullableAppliancesIdChangeChangeIdGet200Response) UnmarshalJSON ¶

func (*NullableAppliancesIdChangeChangeIdGet200Response) Unset ¶

type NullableAppliancesIdCommandDigPostRequest ¶

type NullableAppliancesIdCommandDigPostRequest struct {
	// contains filtered or unexported fields
}

func (NullableAppliancesIdCommandDigPostRequest) Get ¶

func (NullableAppliancesIdCommandDigPostRequest) IsSet ¶

func (NullableAppliancesIdCommandDigPostRequest) MarshalJSON ¶

func (*NullableAppliancesIdCommandDigPostRequest) Set ¶

func (*NullableAppliancesIdCommandDigPostRequest) UnmarshalJSON ¶

func (v *NullableAppliancesIdCommandDigPostRequest) UnmarshalJSON(src []byte) error

func (*NullableAppliancesIdCommandDigPostRequest) Unset ¶

type NullableAppliancesIdCommandNetcatPostRequest ¶

type NullableAppliancesIdCommandNetcatPostRequest struct {
	// contains filtered or unexported fields
}

func (NullableAppliancesIdCommandNetcatPostRequest) Get ¶

func (NullableAppliancesIdCommandNetcatPostRequest) IsSet ¶

func (NullableAppliancesIdCommandNetcatPostRequest) MarshalJSON ¶

func (*NullableAppliancesIdCommandNetcatPostRequest) Set ¶

func (*NullableAppliancesIdCommandNetcatPostRequest) UnmarshalJSON ¶

func (*NullableAppliancesIdCommandNetcatPostRequest) Unset ¶

type NullableAppliancesIdCommandPingPostRequest ¶

type NullableAppliancesIdCommandPingPostRequest struct {
	// contains filtered or unexported fields
}

func (NullableAppliancesIdCommandPingPostRequest) Get ¶

func (NullableAppliancesIdCommandPingPostRequest) IsSet ¶

func (NullableAppliancesIdCommandPingPostRequest) MarshalJSON ¶

func (*NullableAppliancesIdCommandPingPostRequest) Set ¶

func (*NullableAppliancesIdCommandPingPostRequest) UnmarshalJSON ¶

func (v *NullableAppliancesIdCommandPingPostRequest) UnmarshalJSON(src []byte) error

func (*NullableAppliancesIdCommandPingPostRequest) Unset ¶

type NullableAppliancesIdCommandTcpdumpPostRequest ¶

type NullableAppliancesIdCommandTcpdumpPostRequest struct {
	// contains filtered or unexported fields
}

func (NullableAppliancesIdCommandTcpdumpPostRequest) Get ¶

func (NullableAppliancesIdCommandTcpdumpPostRequest) IsSet ¶

func (NullableAppliancesIdCommandTcpdumpPostRequest) MarshalJSON ¶

func (*NullableAppliancesIdCommandTcpdumpPostRequest) Set ¶

func (*NullableAppliancesIdCommandTcpdumpPostRequest) UnmarshalJSON ¶

func (*NullableAppliancesIdCommandTcpdumpPostRequest) Unset ¶

type NullableAppliancesIdMaintenancePost202Response ¶

type NullableAppliancesIdMaintenancePost202Response struct {
	// contains filtered or unexported fields
}

func (NullableAppliancesIdMaintenancePost202Response) Get ¶

func (NullableAppliancesIdMaintenancePost202Response) IsSet ¶

func (NullableAppliancesIdMaintenancePost202Response) MarshalJSON ¶

func (*NullableAppliancesIdMaintenancePost202Response) Set ¶

func (*NullableAppliancesIdMaintenancePost202Response) UnmarshalJSON ¶

func (*NullableAppliancesIdMaintenancePost202Response) Unset ¶

type NullableAppliancesIdMaintenancePostRequest ¶

type NullableAppliancesIdMaintenancePostRequest struct {
	// contains filtered or unexported fields
}

func (NullableAppliancesIdMaintenancePostRequest) Get ¶

func (NullableAppliancesIdMaintenancePostRequest) IsSet ¶

func (NullableAppliancesIdMaintenancePostRequest) MarshalJSON ¶

func (*NullableAppliancesIdMaintenancePostRequest) Set ¶

func (*NullableAppliancesIdMaintenancePostRequest) UnmarshalJSON ¶

func (v *NullableAppliancesIdMaintenancePostRequest) UnmarshalJSON(src []byte) error

func (*NullableAppliancesIdMaintenancePostRequest) Unset ¶

type NullableAppliancesIdNameResolutionStatusGet200Response ¶

type NullableAppliancesIdNameResolutionStatusGet200Response struct {
	// contains filtered or unexported fields
}

func (NullableAppliancesIdNameResolutionStatusGet200Response) Get ¶

func (NullableAppliancesIdNameResolutionStatusGet200Response) IsSet ¶

func (NullableAppliancesIdNameResolutionStatusGet200Response) MarshalJSON ¶

func (*NullableAppliancesIdNameResolutionStatusGet200Response) Set ¶

func (*NullableAppliancesIdNameResolutionStatusGet200Response) UnmarshalJSON ¶

func (*NullableAppliancesIdNameResolutionStatusGet200Response) Unset ¶

type NullableAppliancesIdNameResolutionStatusGet200ResponseResolutionsValue ¶

type NullableAppliancesIdNameResolutionStatusGet200ResponseResolutionsValue struct {
	// contains filtered or unexported fields
}

func (NullableAppliancesIdNameResolutionStatusGet200ResponseResolutionsValue) Get ¶

func (NullableAppliancesIdNameResolutionStatusGet200ResponseResolutionsValue) IsSet ¶

func (NullableAppliancesIdNameResolutionStatusGet200ResponseResolutionsValue) MarshalJSON ¶

func (*NullableAppliancesIdNameResolutionStatusGet200ResponseResolutionsValue) Set ¶

func (*NullableAppliancesIdNameResolutionStatusGet200ResponseResolutionsValue) UnmarshalJSON ¶

func (*NullableAppliancesIdNameResolutionStatusGet200ResponseResolutionsValue) Unset ¶

type NullableAppliancesIdTestResolverNamePost200Response ¶

type NullableAppliancesIdTestResolverNamePost200Response struct {
	// contains filtered or unexported fields
}

func (NullableAppliancesIdTestResolverNamePost200Response) Get ¶

func (NullableAppliancesIdTestResolverNamePost200Response) IsSet ¶

func (NullableAppliancesIdTestResolverNamePost200Response) MarshalJSON ¶

func (*NullableAppliancesIdTestResolverNamePost200Response) Set ¶

func (*NullableAppliancesIdTestResolverNamePost200Response) UnmarshalJSON ¶

func (*NullableAppliancesIdTestResolverNamePost200Response) Unset ¶

type NullableAppliancesIdTestResolverNamePostRequest ¶

type NullableAppliancesIdTestResolverNamePostRequest struct {
	// contains filtered or unexported fields
}

func (NullableAppliancesIdTestResolverNamePostRequest) Get ¶

func (NullableAppliancesIdTestResolverNamePostRequest) IsSet ¶

func (NullableAppliancesIdTestResolverNamePostRequest) MarshalJSON ¶

func (*NullableAppliancesIdTestResolverNamePostRequest) Set ¶

func (*NullableAppliancesIdTestResolverNamePostRequest) UnmarshalJSON ¶

func (*NullableAppliancesIdTestResolverNamePostRequest) Unset ¶

type NullableAppliancesIdUpgradeCompletePostRequest ¶

type NullableAppliancesIdUpgradeCompletePostRequest struct {
	// contains filtered or unexported fields
}

func (NullableAppliancesIdUpgradeCompletePostRequest) Get ¶

func (NullableAppliancesIdUpgradeCompletePostRequest) IsSet ¶

func (NullableAppliancesIdUpgradeCompletePostRequest) MarshalJSON ¶

func (*NullableAppliancesIdUpgradeCompletePostRequest) Set ¶

func (*NullableAppliancesIdUpgradeCompletePostRequest) UnmarshalJSON ¶

func (*NullableAppliancesIdUpgradeCompletePostRequest) Unset ¶

type NullableAppliancesIdUpgradeDelete200Response ¶

type NullableAppliancesIdUpgradeDelete200Response struct {
	// contains filtered or unexported fields
}

func (NullableAppliancesIdUpgradeDelete200Response) Get ¶

func (NullableAppliancesIdUpgradeDelete200Response) IsSet ¶

func (NullableAppliancesIdUpgradeDelete200Response) MarshalJSON ¶

func (*NullableAppliancesIdUpgradeDelete200Response) Set ¶

func (*NullableAppliancesIdUpgradeDelete200Response) UnmarshalJSON ¶

func (*NullableAppliancesIdUpgradeDelete200Response) Unset ¶

type NullableAuthenticationOtpInitializePost200Response ¶

type NullableAuthenticationOtpInitializePost200Response struct {
	// contains filtered or unexported fields
}

func (NullableAuthenticationOtpInitializePost200Response) Get ¶

func (NullableAuthenticationOtpInitializePost200Response) IsSet ¶

func (NullableAuthenticationOtpInitializePost200Response) MarshalJSON ¶

func (*NullableAuthenticationOtpInitializePost200Response) Set ¶

func (*NullableAuthenticationOtpInitializePost200Response) UnmarshalJSON ¶

func (*NullableAuthenticationOtpInitializePost200Response) Unset ¶

type NullableAuthenticationOtpInitializePostRequest ¶

type NullableAuthenticationOtpInitializePostRequest struct {
	// contains filtered or unexported fields
}

func (NullableAuthenticationOtpInitializePostRequest) Get ¶

func (NullableAuthenticationOtpInitializePostRequest) IsSet ¶

func (NullableAuthenticationOtpInitializePostRequest) MarshalJSON ¶

func (*NullableAuthenticationOtpInitializePostRequest) Set ¶

func (*NullableAuthenticationOtpInitializePostRequest) UnmarshalJSON ¶

func (*NullableAuthenticationOtpInitializePostRequest) Unset ¶

type NullableAuthenticationOtpPostRequest ¶

type NullableAuthenticationOtpPostRequest struct {
	// contains filtered or unexported fields
}

func (NullableAuthenticationOtpPostRequest) Get ¶

func (NullableAuthenticationOtpPostRequest) IsSet ¶

func (NullableAuthenticationOtpPostRequest) MarshalJSON ¶

func (v NullableAuthenticationOtpPostRequest) MarshalJSON() ([]byte, error)

func (*NullableAuthenticationOtpPostRequest) Set ¶

func (*NullableAuthenticationOtpPostRequest) UnmarshalJSON ¶

func (v *NullableAuthenticationOtpPostRequest) UnmarshalJSON(src []byte) error

func (*NullableAuthenticationOtpPostRequest) Unset ¶

type NullableAuthenticationPost401Response ¶

type NullableAuthenticationPost401Response struct {
	// contains filtered or unexported fields
}

func (NullableAuthenticationPost401Response) Get ¶

func (NullableAuthenticationPost401Response) IsSet ¶

func (NullableAuthenticationPost401Response) MarshalJSON ¶

func (v NullableAuthenticationPost401Response) MarshalJSON() ([]byte, error)

func (*NullableAuthenticationPost401Response) Set ¶

func (*NullableAuthenticationPost401Response) UnmarshalJSON ¶

func (v *NullableAuthenticationPost401Response) UnmarshalJSON(src []byte) error

func (*NullableAuthenticationPost401Response) Unset ¶

type NullableAuthenticationPost401ResponseAllOf ¶

type NullableAuthenticationPost401ResponseAllOf struct {
	// contains filtered or unexported fields
}

func (NullableAuthenticationPost401ResponseAllOf) Get ¶

func (NullableAuthenticationPost401ResponseAllOf) IsSet ¶

func (NullableAuthenticationPost401ResponseAllOf) MarshalJSON ¶

func (*NullableAuthenticationPost401ResponseAllOf) Set ¶

func (*NullableAuthenticationPost401ResponseAllOf) UnmarshalJSON ¶

func (v *NullableAuthenticationPost401ResponseAllOf) UnmarshalJSON(src []byte) error

func (*NullableAuthenticationPost401ResponseAllOf) Unset ¶

type NullableAutoUpdateSettings ¶

type NullableAutoUpdateSettings struct {
	// contains filtered or unexported fields
}

func NewNullableAutoUpdateSettings ¶

func NewNullableAutoUpdateSettings(val *AutoUpdateSettings) *NullableAutoUpdateSettings

func (NullableAutoUpdateSettings) Get ¶

func (NullableAutoUpdateSettings) IsSet ¶

func (v NullableAutoUpdateSettings) IsSet() bool

func (NullableAutoUpdateSettings) MarshalJSON ¶

func (v NullableAutoUpdateSettings) MarshalJSON() ([]byte, error)

func (*NullableAutoUpdateSettings) Set ¶

func (*NullableAutoUpdateSettings) UnmarshalJSON ¶

func (v *NullableAutoUpdateSettings) UnmarshalJSON(src []byte) error

func (*NullableAutoUpdateSettings) Unset ¶

func (v *NullableAutoUpdateSettings) Unset()

type NullableAwsBase ¶

type NullableAwsBase struct {
	// contains filtered or unexported fields
}

func NewNullableAwsBase ¶

func NewNullableAwsBase(val *AwsBase) *NullableAwsBase

func (NullableAwsBase) Get ¶

func (v NullableAwsBase) Get() *AwsBase

func (NullableAwsBase) IsSet ¶

func (v NullableAwsBase) IsSet() bool

func (NullableAwsBase) MarshalJSON ¶

func (v NullableAwsBase) MarshalJSON() ([]byte, error)

func (*NullableAwsBase) Set ¶

func (v *NullableAwsBase) Set(val *AwsBase)

func (*NullableAwsBase) UnmarshalJSON ¶

func (v *NullableAwsBase) UnmarshalJSON(src []byte) error

func (*NullableAwsBase) Unset ¶

func (v *NullableAwsBase) Unset()

type NullableAwsKinesis ¶

type NullableAwsKinesis struct {
	// contains filtered or unexported fields
}

func NewNullableAwsKinesis ¶

func NewNullableAwsKinesis(val *AwsKinesis) *NullableAwsKinesis

func (NullableAwsKinesis) Get ¶

func (v NullableAwsKinesis) Get() *AwsKinesis

func (NullableAwsKinesis) IsSet ¶

func (v NullableAwsKinesis) IsSet() bool

func (NullableAwsKinesis) MarshalJSON ¶

func (v NullableAwsKinesis) MarshalJSON() ([]byte, error)

func (*NullableAwsKinesis) Set ¶

func (v *NullableAwsKinesis) Set(val *AwsKinesis)

func (*NullableAwsKinesis) UnmarshalJSON ¶

func (v *NullableAwsKinesis) UnmarshalJSON(src []byte) error

func (*NullableAwsKinesis) Unset ¶

func (v *NullableAwsKinesis) Unset()

type NullableAwsKinesisAllOf ¶

type NullableAwsKinesisAllOf struct {
	// contains filtered or unexported fields
}

func NewNullableAwsKinesisAllOf ¶

func NewNullableAwsKinesisAllOf(val *AwsKinesisAllOf) *NullableAwsKinesisAllOf

func (NullableAwsKinesisAllOf) Get ¶

func (NullableAwsKinesisAllOf) IsSet ¶

func (v NullableAwsKinesisAllOf) IsSet() bool

func (NullableAwsKinesisAllOf) MarshalJSON ¶

func (v NullableAwsKinesisAllOf) MarshalJSON() ([]byte, error)

func (*NullableAwsKinesisAllOf) Set ¶

func (*NullableAwsKinesisAllOf) UnmarshalJSON ¶

func (v *NullableAwsKinesisAllOf) UnmarshalJSON(src []byte) error

func (*NullableAwsKinesisAllOf) Unset ¶

func (v *NullableAwsKinesisAllOf) Unset()

type NullableBaseEntity ¶

type NullableBaseEntity struct {
	// contains filtered or unexported fields
}

func NewNullableBaseEntity ¶

func NewNullableBaseEntity(val *BaseEntity) *NullableBaseEntity

func (NullableBaseEntity) Get ¶

func (v NullableBaseEntity) Get() *BaseEntity

func (NullableBaseEntity) IsSet ¶

func (v NullableBaseEntity) IsSet() bool

func (NullableBaseEntity) MarshalJSON ¶

func (v NullableBaseEntity) MarshalJSON() ([]byte, error)

func (*NullableBaseEntity) Set ¶

func (v *NullableBaseEntity) Set(val *BaseEntity)

func (*NullableBaseEntity) UnmarshalJSON ¶

func (v *NullableBaseEntity) UnmarshalJSON(src []byte) error

func (*NullableBaseEntity) Unset ¶

func (v *NullableBaseEntity) Unset()

type NullableBaseIdentityProvider ¶

type NullableBaseIdentityProvider struct {
	// contains filtered or unexported fields
}

func (NullableBaseIdentityProvider) Get ¶

func (NullableBaseIdentityProvider) IsSet ¶

func (NullableBaseIdentityProvider) MarshalJSON ¶

func (v NullableBaseIdentityProvider) MarshalJSON() ([]byte, error)

func (*NullableBaseIdentityProvider) Set ¶

func (*NullableBaseIdentityProvider) UnmarshalJSON ¶

func (v *NullableBaseIdentityProvider) UnmarshalJSON(src []byte) error

func (*NullableBaseIdentityProvider) Unset ¶

func (v *NullableBaseIdentityProvider) Unset()

type NullableBaseIdentityProviderAllOf ¶

type NullableBaseIdentityProviderAllOf struct {
	// contains filtered or unexported fields
}

func (NullableBaseIdentityProviderAllOf) Get ¶

func (NullableBaseIdentityProviderAllOf) IsSet ¶

func (NullableBaseIdentityProviderAllOf) MarshalJSON ¶

func (v NullableBaseIdentityProviderAllOf) MarshalJSON() ([]byte, error)

func (*NullableBaseIdentityProviderAllOf) Set ¶

func (*NullableBaseIdentityProviderAllOf) UnmarshalJSON ¶

func (v *NullableBaseIdentityProviderAllOf) UnmarshalJSON(src []byte) error

func (*NullableBaseIdentityProviderAllOf) Unset ¶

type NullableBaseStats ¶

type NullableBaseStats struct {
	// contains filtered or unexported fields
}

func NewNullableBaseStats ¶

func NewNullableBaseStats(val *BaseStats) *NullableBaseStats

func (NullableBaseStats) Get ¶

func (v NullableBaseStats) Get() *BaseStats

func (NullableBaseStats) IsSet ¶

func (v NullableBaseStats) IsSet() bool

func (NullableBaseStats) MarshalJSON ¶

func (v NullableBaseStats) MarshalJSON() ([]byte, error)

func (*NullableBaseStats) Set ¶

func (v *NullableBaseStats) Set(val *BaseStats)

func (*NullableBaseStats) UnmarshalJSON ¶

func (v *NullableBaseStats) UnmarshalJSON(src []byte) error

func (*NullableBaseStats) Unset ¶

func (v *NullableBaseStats) Unset()

type NullableBlackListList ¶

type NullableBlackListList struct {
	// contains filtered or unexported fields
}

func NewNullableBlackListList ¶

func NewNullableBlackListList(val *BlackListList) *NullableBlackListList

func (NullableBlackListList) Get ¶

func (NullableBlackListList) IsSet ¶

func (v NullableBlackListList) IsSet() bool

func (NullableBlackListList) MarshalJSON ¶

func (v NullableBlackListList) MarshalJSON() ([]byte, error)

func (*NullableBlackListList) Set ¶

func (v *NullableBlackListList) Set(val *BlackListList)

func (*NullableBlackListList) UnmarshalJSON ¶

func (v *NullableBlackListList) UnmarshalJSON(src []byte) error

func (*NullableBlackListList) Unset ¶

func (v *NullableBlackListList) Unset()

type NullableBlackListListAllOf ¶

type NullableBlackListListAllOf struct {
	// contains filtered or unexported fields
}

func NewNullableBlackListListAllOf ¶

func NewNullableBlackListListAllOf(val *BlackListListAllOf) *NullableBlackListListAllOf

func (NullableBlackListListAllOf) Get ¶

func (NullableBlackListListAllOf) IsSet ¶

func (v NullableBlackListListAllOf) IsSet() bool

func (NullableBlackListListAllOf) MarshalJSON ¶

func (v NullableBlackListListAllOf) MarshalJSON() ([]byte, error)

func (*NullableBlackListListAllOf) Set ¶

func (*NullableBlackListListAllOf) UnmarshalJSON ¶

func (v *NullableBlackListListAllOf) UnmarshalJSON(src []byte) error

func (*NullableBlackListListAllOf) Unset ¶

func (v *NullableBlackListListAllOf) Unset()

type NullableBlacklistEntry ¶

type NullableBlacklistEntry struct {
	// contains filtered or unexported fields
}

func NewNullableBlacklistEntry ¶

func NewNullableBlacklistEntry(val *BlacklistEntry) *NullableBlacklistEntry

func (NullableBlacklistEntry) Get ¶

func (NullableBlacklistEntry) IsSet ¶

func (v NullableBlacklistEntry) IsSet() bool

func (NullableBlacklistEntry) MarshalJSON ¶

func (v NullableBlacklistEntry) MarshalJSON() ([]byte, error)

func (*NullableBlacklistEntry) Set ¶

func (*NullableBlacklistEntry) UnmarshalJSON ¶

func (v *NullableBlacklistEntry) UnmarshalJSON(src []byte) error

func (*NullableBlacklistEntry) Unset ¶

func (v *NullableBlacklistEntry) Unset()

type NullableBlacklistEntryAllOf ¶

type NullableBlacklistEntryAllOf struct {
	// contains filtered or unexported fields
}

func (NullableBlacklistEntryAllOf) Get ¶

func (NullableBlacklistEntryAllOf) IsSet ¶

func (NullableBlacklistEntryAllOf) MarshalJSON ¶

func (v NullableBlacklistEntryAllOf) MarshalJSON() ([]byte, error)

func (*NullableBlacklistEntryAllOf) Set ¶

func (*NullableBlacklistEntryAllOf) UnmarshalJSON ¶

func (v *NullableBlacklistEntryAllOf) UnmarshalJSON(src []byte) error

func (*NullableBlacklistEntryAllOf) Unset ¶

func (v *NullableBlacklistEntryAllOf) 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 NullableCaConfig ¶

type NullableCaConfig struct {
	// contains filtered or unexported fields
}

func NewNullableCaConfig ¶

func NewNullableCaConfig(val *CaConfig) *NullableCaConfig

func (NullableCaConfig) Get ¶

func (v NullableCaConfig) Get() *CaConfig

func (NullableCaConfig) IsSet ¶

func (v NullableCaConfig) IsSet() bool

func (NullableCaConfig) MarshalJSON ¶

func (v NullableCaConfig) MarshalJSON() ([]byte, error)

func (*NullableCaConfig) Set ¶

func (v *NullableCaConfig) Set(val *CaConfig)

func (*NullableCaConfig) UnmarshalJSON ¶

func (v *NullableCaConfig) UnmarshalJSON(src []byte) error

func (*NullableCaConfig) Unset ¶

func (v *NullableCaConfig) Unset()

type NullableCaConfigAllOf ¶

type NullableCaConfigAllOf struct {
	// contains filtered or unexported fields
}

func NewNullableCaConfigAllOf ¶

func NewNullableCaConfigAllOf(val *CaConfigAllOf) *NullableCaConfigAllOf

func (NullableCaConfigAllOf) Get ¶

func (NullableCaConfigAllOf) IsSet ¶

func (v NullableCaConfigAllOf) IsSet() bool

func (NullableCaConfigAllOf) MarshalJSON ¶

func (v NullableCaConfigAllOf) MarshalJSON() ([]byte, error)

func (*NullableCaConfigAllOf) Set ¶

func (v *NullableCaConfigAllOf) Set(val *CaConfigAllOf)

func (*NullableCaConfigAllOf) UnmarshalJSON ¶

func (v *NullableCaConfigAllOf) UnmarshalJSON(src []byte) error

func (*NullableCaConfigAllOf) Unset ¶

func (v *NullableCaConfigAllOf) Unset()

type NullableCertificateAuthorityCaNextGeneratePostRequest ¶

type NullableCertificateAuthorityCaNextGeneratePostRequest struct {
	// contains filtered or unexported fields
}

func (NullableCertificateAuthorityCaNextGeneratePostRequest) Get ¶

func (NullableCertificateAuthorityCaNextGeneratePostRequest) IsSet ¶

func (NullableCertificateAuthorityCaNextGeneratePostRequest) MarshalJSON ¶

func (*NullableCertificateAuthorityCaNextGeneratePostRequest) Set ¶

func (*NullableCertificateAuthorityCaNextGeneratePostRequest) UnmarshalJSON ¶

func (*NullableCertificateAuthorityCaNextGeneratePostRequest) Unset ¶

type NullableCertificateAuthorityCaNextSwitchPost412Response ¶

type NullableCertificateAuthorityCaNextSwitchPost412Response struct {
	// contains filtered or unexported fields
}

func (NullableCertificateAuthorityCaNextSwitchPost412Response) Get ¶

func (NullableCertificateAuthorityCaNextSwitchPost412Response) IsSet ¶

func (NullableCertificateAuthorityCaNextSwitchPost412Response) MarshalJSON ¶

func (*NullableCertificateAuthorityCaNextSwitchPost412Response) Set ¶

func (*NullableCertificateAuthorityCaNextSwitchPost412Response) UnmarshalJSON ¶

func (*NullableCertificateAuthorityCaNextSwitchPost412Response) Unset ¶

type NullableCertificateAuthorityCaNextSwitchPost412ResponseAllOf ¶

type NullableCertificateAuthorityCaNextSwitchPost412ResponseAllOf struct {
	// contains filtered or unexported fields
}

func (NullableCertificateAuthorityCaNextSwitchPost412ResponseAllOf) Get ¶

func (NullableCertificateAuthorityCaNextSwitchPost412ResponseAllOf) IsSet ¶

func (NullableCertificateAuthorityCaNextSwitchPost412ResponseAllOf) MarshalJSON ¶

func (*NullableCertificateAuthorityCaNextSwitchPost412ResponseAllOf) Set ¶

func (*NullableCertificateAuthorityCaNextSwitchPost412ResponseAllOf) UnmarshalJSON ¶

func (*NullableCertificateAuthorityCaNextSwitchPost412ResponseAllOf) Unset ¶

type NullableCertificateAuthorityCaNextSwitchPostRequest ¶

type NullableCertificateAuthorityCaNextSwitchPostRequest struct {
	// contains filtered or unexported fields
}

func (NullableCertificateAuthorityCaNextSwitchPostRequest) Get ¶

func (NullableCertificateAuthorityCaNextSwitchPostRequest) IsSet ¶

func (NullableCertificateAuthorityCaNextSwitchPostRequest) MarshalJSON ¶

func (*NullableCertificateAuthorityCaNextSwitchPostRequest) Set ¶

func (*NullableCertificateAuthorityCaNextSwitchPostRequest) UnmarshalJSON ¶

func (*NullableCertificateAuthorityCaNextSwitchPostRequest) Unset ¶

type NullableCertificateAuthorityCrlGet200Response ¶

type NullableCertificateAuthorityCrlGet200Response struct {
	// contains filtered or unexported fields
}

func (NullableCertificateAuthorityCrlGet200Response) Get ¶

func (NullableCertificateAuthorityCrlGet200Response) IsSet ¶

func (NullableCertificateAuthorityCrlGet200Response) MarshalJSON ¶

func (*NullableCertificateAuthorityCrlGet200Response) Set ¶

func (*NullableCertificateAuthorityCrlGet200Response) UnmarshalJSON ¶

func (*NullableCertificateAuthorityCrlGet200Response) Unset ¶

type NullableCertificateAuthorityIssuedCertificatesRevokedCertificateIdPutRequest ¶

type NullableCertificateAuthorityIssuedCertificatesRevokedCertificateIdPutRequest struct {
	// contains filtered or unexported fields
}

func (NullableCertificateAuthorityIssuedCertificatesRevokedCertificateIdPutRequest) Get ¶

func (NullableCertificateAuthorityIssuedCertificatesRevokedCertificateIdPutRequest) IsSet ¶

func (NullableCertificateAuthorityIssuedCertificatesRevokedCertificateIdPutRequest) MarshalJSON ¶

func (*NullableCertificateAuthorityIssuedCertificatesRevokedCertificateIdPutRequest) Set ¶

func (*NullableCertificateAuthorityIssuedCertificatesRevokedCertificateIdPutRequest) UnmarshalJSON ¶

func (*NullableCertificateAuthorityIssuedCertificatesRevokedCertificateIdPutRequest) Unset ¶

type NullableCertificateDetails ¶

type NullableCertificateDetails struct {
	// contains filtered or unexported fields
}

func NewNullableCertificateDetails ¶

func NewNullableCertificateDetails(val *CertificateDetails) *NullableCertificateDetails

func (NullableCertificateDetails) Get ¶

func (NullableCertificateDetails) IsSet ¶

func (v NullableCertificateDetails) IsSet() bool

func (NullableCertificateDetails) MarshalJSON ¶

func (v NullableCertificateDetails) MarshalJSON() ([]byte, error)

func (*NullableCertificateDetails) Set ¶

func (*NullableCertificateDetails) UnmarshalJSON ¶

func (v *NullableCertificateDetails) UnmarshalJSON(src []byte) error

func (*NullableCertificateDetails) Unset ¶

func (v *NullableCertificateDetails) Unset()

type NullableClaimMappingsInner ¶

type NullableClaimMappingsInner struct {
	// contains filtered or unexported fields
}

func NewNullableClaimMappingsInner ¶

func NewNullableClaimMappingsInner(val *ClaimMappingsInner) *NullableClaimMappingsInner

func (NullableClaimMappingsInner) Get ¶

func (NullableClaimMappingsInner) IsSet ¶

func (v NullableClaimMappingsInner) IsSet() bool

func (NullableClaimMappingsInner) MarshalJSON ¶

func (v NullableClaimMappingsInner) MarshalJSON() ([]byte, error)

func (*NullableClaimMappingsInner) Set ¶

func (*NullableClaimMappingsInner) UnmarshalJSON ¶

func (v *NullableClaimMappingsInner) UnmarshalJSON(src []byte) error

func (*NullableClaimMappingsInner) Unset ¶

func (v *NullableClaimMappingsInner) Unset()

type NullableClaimNamesInner ¶

type NullableClaimNamesInner struct {
	// contains filtered or unexported fields
}

func NewNullableClaimNamesInner ¶

func NewNullableClaimNamesInner(val *ClaimNamesInner) *NullableClaimNamesInner

func (NullableClaimNamesInner) Get ¶

func (NullableClaimNamesInner) IsSet ¶

func (v NullableClaimNamesInner) IsSet() bool

func (NullableClaimNamesInner) MarshalJSON ¶

func (v NullableClaimNamesInner) MarshalJSON() ([]byte, error)

func (*NullableClaimNamesInner) Set ¶

func (*NullableClaimNamesInner) UnmarshalJSON ¶

func (v *NullableClaimNamesInner) UnmarshalJSON(src []byte) error

func (*NullableClaimNamesInner) Unset ¶

func (v *NullableClaimNamesInner) Unset()

type NullableClaimNamesList ¶

type NullableClaimNamesList struct {
	// contains filtered or unexported fields
}

func NewNullableClaimNamesList ¶

func NewNullableClaimNamesList(val *ClaimNamesList) *NullableClaimNamesList

func (NullableClaimNamesList) Get ¶

func (NullableClaimNamesList) IsSet ¶

func (v NullableClaimNamesList) IsSet() bool

func (NullableClaimNamesList) MarshalJSON ¶

func (v NullableClaimNamesList) MarshalJSON() ([]byte, error)

func (*NullableClaimNamesList) Set ¶

func (*NullableClaimNamesList) UnmarshalJSON ¶

func (v *NullableClaimNamesList) UnmarshalJSON(src []byte) error

func (*NullableClaimNamesList) Unset ¶

func (v *NullableClaimNamesList) Unset()

type NullableClaimNamesListZtpRiskRulesInner ¶

type NullableClaimNamesListZtpRiskRulesInner struct {
	// contains filtered or unexported fields
}

func (NullableClaimNamesListZtpRiskRulesInner) Get ¶

func (NullableClaimNamesListZtpRiskRulesInner) IsSet ¶

func (NullableClaimNamesListZtpRiskRulesInner) MarshalJSON ¶

func (v NullableClaimNamesListZtpRiskRulesInner) MarshalJSON() ([]byte, error)

func (*NullableClaimNamesListZtpRiskRulesInner) Set ¶

func (*NullableClaimNamesListZtpRiskRulesInner) UnmarshalJSON ¶

func (v *NullableClaimNamesListZtpRiskRulesInner) UnmarshalJSON(src []byte) error

func (*NullableClaimNamesListZtpRiskRulesInner) Unset ¶

type NullableClient ¶

type NullableClient struct {
	// contains filtered or unexported fields
}

func NewNullableClient ¶

func NewNullableClient(val *Client) *NullableClient

func (NullableClient) Get ¶

func (v NullableClient) Get() *Client

func (NullableClient) IsSet ¶

func (v NullableClient) IsSet() bool

func (NullableClient) MarshalJSON ¶

func (v NullableClient) MarshalJSON() ([]byte, error)

func (*NullableClient) Set ¶

func (v *NullableClient) Set(val *Client)

func (*NullableClient) UnmarshalJSON ¶

func (v *NullableClient) UnmarshalJSON(src []byte) error

func (*NullableClient) Unset ¶

func (v *NullableClient) Unset()

type NullableClientConnections ¶

type NullableClientConnections struct {
	// contains filtered or unexported fields
}

func NewNullableClientConnections ¶

func NewNullableClientConnections(val *ClientConnections) *NullableClientConnections

func (NullableClientConnections) Get ¶

func (NullableClientConnections) IsSet ¶

func (v NullableClientConnections) IsSet() bool

func (NullableClientConnections) MarshalJSON ¶

func (v NullableClientConnections) MarshalJSON() ([]byte, error)

func (*NullableClientConnections) Set ¶

func (*NullableClientConnections) UnmarshalJSON ¶

func (v *NullableClientConnections) UnmarshalJSON(src []byte) error

func (*NullableClientConnections) Unset ¶

func (v *NullableClientConnections) Unset()

type NullableClientConnectionsProfileNameBarcodeGet200Response ¶

type NullableClientConnectionsProfileNameBarcodeGet200Response struct {
	// contains filtered or unexported fields
}

func (NullableClientConnectionsProfileNameBarcodeGet200Response) Get ¶

func (NullableClientConnectionsProfileNameBarcodeGet200Response) IsSet ¶

func (NullableClientConnectionsProfileNameBarcodeGet200Response) MarshalJSON ¶

func (*NullableClientConnectionsProfileNameBarcodeGet200Response) Set ¶

func (*NullableClientConnectionsProfileNameBarcodeGet200Response) UnmarshalJSON ¶

func (*NullableClientConnectionsProfileNameBarcodeGet200Response) Unset ¶

type NullableClientConnectionsProfileNameUrlGet200Response ¶

type NullableClientConnectionsProfileNameUrlGet200Response struct {
	// contains filtered or unexported fields
}

func (NullableClientConnectionsProfileNameUrlGet200Response) Get ¶

func (NullableClientConnectionsProfileNameUrlGet200Response) IsSet ¶

func (NullableClientConnectionsProfileNameUrlGet200Response) MarshalJSON ¶

func (*NullableClientConnectionsProfileNameUrlGet200Response) Set ¶

func (*NullableClientConnectionsProfileNameUrlGet200Response) UnmarshalJSON ¶

func (*NullableClientConnectionsProfileNameUrlGet200Response) Unset ¶

type NullableClientConnectionsProfilesInner ¶

type NullableClientConnectionsProfilesInner struct {
	// contains filtered or unexported fields
}

func (NullableClientConnectionsProfilesInner) Get ¶

func (NullableClientConnectionsProfilesInner) IsSet ¶

func (NullableClientConnectionsProfilesInner) MarshalJSON ¶

func (v NullableClientConnectionsProfilesInner) MarshalJSON() ([]byte, error)

func (*NullableClientConnectionsProfilesInner) Set ¶

func (*NullableClientConnectionsProfilesInner) UnmarshalJSON ¶

func (v *NullableClientConnectionsProfilesInner) UnmarshalJSON(src []byte) error

func (*NullableClientConnectionsProfilesInner) Unset ¶

type NullableClientProfile ¶

type NullableClientProfile struct {
	// contains filtered or unexported fields
}

func NewNullableClientProfile ¶

func NewNullableClientProfile(val *ClientProfile) *NullableClientProfile

func (NullableClientProfile) Get ¶

func (NullableClientProfile) IsSet ¶

func (v NullableClientProfile) IsSet() bool

func (NullableClientProfile) MarshalJSON ¶

func (v NullableClientProfile) MarshalJSON() ([]byte, error)

func (*NullableClientProfile) Set ¶

func (v *NullableClientProfile) Set(val *ClientProfile)

func (*NullableClientProfile) UnmarshalJSON ¶

func (v *NullableClientProfile) UnmarshalJSON(src []byte) error

func (*NullableClientProfile) Unset ¶

func (v *NullableClientProfile) Unset()

type NullableClientProfileAllOf ¶

type NullableClientProfileAllOf struct {
	// contains filtered or unexported fields
}

func NewNullableClientProfileAllOf ¶

func NewNullableClientProfileAllOf(val *ClientProfileAllOf) *NullableClientProfileAllOf

func (NullableClientProfileAllOf) Get ¶

func (NullableClientProfileAllOf) IsSet ¶

func (v NullableClientProfileAllOf) IsSet() bool

func (NullableClientProfileAllOf) MarshalJSON ¶

func (v NullableClientProfileAllOf) MarshalJSON() ([]byte, error)

func (*NullableClientProfileAllOf) Set ¶

func (*NullableClientProfileAllOf) UnmarshalJSON ¶

func (v *NullableClientProfileAllOf) UnmarshalJSON(src []byte) error

func (*NullableClientProfileAllOf) Unset ¶

func (v *NullableClientProfileAllOf) Unset()

type NullableClientProfileList ¶

type NullableClientProfileList struct {
	// contains filtered or unexported fields
}

func NewNullableClientProfileList ¶

func NewNullableClientProfileList(val *ClientProfileList) *NullableClientProfileList

func (NullableClientProfileList) Get ¶

func (NullableClientProfileList) IsSet ¶

func (v NullableClientProfileList) IsSet() bool

func (NullableClientProfileList) MarshalJSON ¶

func (v NullableClientProfileList) MarshalJSON() ([]byte, error)

func (*NullableClientProfileList) Set ¶

func (*NullableClientProfileList) UnmarshalJSON ¶

func (v *NullableClientProfileList) UnmarshalJSON(src []byte) error

func (*NullableClientProfileList) Unset ¶

func (v *NullableClientProfileList) Unset()

type NullableClientProfileListAllOf ¶

type NullableClientProfileListAllOf struct {
	// contains filtered or unexported fields
}

func (NullableClientProfileListAllOf) Get ¶

func (NullableClientProfileListAllOf) IsSet ¶

func (NullableClientProfileListAllOf) MarshalJSON ¶

func (v NullableClientProfileListAllOf) MarshalJSON() ([]byte, error)

func (*NullableClientProfileListAllOf) Set ¶

func (*NullableClientProfileListAllOf) UnmarshalJSON ¶

func (v *NullableClientProfileListAllOf) UnmarshalJSON(src []byte) error

func (*NullableClientProfileListAllOf) Unset ¶

func (v *NullableClientProfileListAllOf) Unset()

type NullableClientProfilesIdBarcodeGet200Response ¶

type NullableClientProfilesIdBarcodeGet200Response struct {
	// contains filtered or unexported fields
}

func (NullableClientProfilesIdBarcodeGet200Response) Get ¶

func (NullableClientProfilesIdBarcodeGet200Response) IsSet ¶

func (NullableClientProfilesIdBarcodeGet200Response) MarshalJSON ¶

func (*NullableClientProfilesIdBarcodeGet200Response) Set ¶

func (*NullableClientProfilesIdBarcodeGet200Response) UnmarshalJSON ¶

func (*NullableClientProfilesIdBarcodeGet200Response) Unset ¶

type NullableClientProfilesIdUrlGet200Response ¶

type NullableClientProfilesIdUrlGet200Response struct {
	// contains filtered or unexported fields
}

func (NullableClientProfilesIdUrlGet200Response) Get ¶

func (NullableClientProfilesIdUrlGet200Response) IsSet ¶

func (NullableClientProfilesIdUrlGet200Response) MarshalJSON ¶

func (*NullableClientProfilesIdUrlGet200Response) Set ¶

func (*NullableClientProfilesIdUrlGet200Response) UnmarshalJSON ¶

func (v *NullableClientProfilesIdUrlGet200Response) UnmarshalJSON(src []byte) error

func (*NullableClientProfilesIdUrlGet200Response) Unset ¶

type NullableCondition ¶

type NullableCondition struct {
	// contains filtered or unexported fields
}

func NewNullableCondition ¶

func NewNullableCondition(val *Condition) *NullableCondition

func (NullableCondition) Get ¶

func (v NullableCondition) Get() *Condition

func (NullableCondition) IsSet ¶

func (v NullableCondition) IsSet() bool

func (NullableCondition) MarshalJSON ¶

func (v NullableCondition) MarshalJSON() ([]byte, error)

func (*NullableCondition) Set ¶

func (v *NullableCondition) Set(val *Condition)

func (*NullableCondition) UnmarshalJSON ¶

func (v *NullableCondition) UnmarshalJSON(src []byte) error

func (*NullableCondition) Unset ¶

func (v *NullableCondition) Unset()

type NullableConditionAllOf ¶

type NullableConditionAllOf struct {
	// contains filtered or unexported fields
}

func NewNullableConditionAllOf ¶

func NewNullableConditionAllOf(val *ConditionAllOf) *NullableConditionAllOf

func (NullableConditionAllOf) Get ¶

func (NullableConditionAllOf) IsSet ¶

func (v NullableConditionAllOf) IsSet() bool

func (NullableConditionAllOf) MarshalJSON ¶

func (v NullableConditionAllOf) MarshalJSON() ([]byte, error)

func (*NullableConditionAllOf) Set ¶

func (*NullableConditionAllOf) UnmarshalJSON ¶

func (v *NullableConditionAllOf) UnmarshalJSON(src []byte) error

func (*NullableConditionAllOf) Unset ¶

func (v *NullableConditionAllOf) Unset()

type NullableConditionList ¶

type NullableConditionList struct {
	// contains filtered or unexported fields
}

func NewNullableConditionList ¶

func NewNullableConditionList(val *ConditionList) *NullableConditionList

func (NullableConditionList) Get ¶

func (NullableConditionList) IsSet ¶

func (v NullableConditionList) IsSet() bool

func (NullableConditionList) MarshalJSON ¶

func (v NullableConditionList) MarshalJSON() ([]byte, error)

func (*NullableConditionList) Set ¶

func (v *NullableConditionList) Set(val *ConditionList)

func (*NullableConditionList) UnmarshalJSON ¶

func (v *NullableConditionList) UnmarshalJSON(src []byte) error

func (*NullableConditionList) Unset ¶

func (v *NullableConditionList) Unset()

type NullableConditionListAllOf ¶

type NullableConditionListAllOf struct {
	// contains filtered or unexported fields
}

func NewNullableConditionListAllOf ¶

func NewNullableConditionListAllOf(val *ConditionListAllOf) *NullableConditionListAllOf

func (NullableConditionListAllOf) Get ¶

func (NullableConditionListAllOf) IsSet ¶

func (v NullableConditionListAllOf) IsSet() bool

func (NullableConditionListAllOf) MarshalJSON ¶

func (v NullableConditionListAllOf) MarshalJSON() ([]byte, error)

func (*NullableConditionListAllOf) Set ¶

func (*NullableConditionListAllOf) UnmarshalJSON ¶

func (v *NullableConditionListAllOf) UnmarshalJSON(src []byte) error

func (*NullableConditionListAllOf) Unset ¶

func (v *NullableConditionListAllOf) Unset()

type NullableConditionsTestPost200Response ¶

type NullableConditionsTestPost200Response struct {
	// contains filtered or unexported fields
}

func (NullableConditionsTestPost200Response) Get ¶

func (NullableConditionsTestPost200Response) IsSet ¶

func (NullableConditionsTestPost200Response) MarshalJSON ¶

func (v NullableConditionsTestPost200Response) MarshalJSON() ([]byte, error)

func (*NullableConditionsTestPost200Response) Set ¶

func (*NullableConditionsTestPost200Response) UnmarshalJSON ¶

func (v *NullableConditionsTestPost200Response) UnmarshalJSON(src []byte) error

func (*NullableConditionsTestPost200Response) Unset ¶

type NullableConfigurableIdentityProvider ¶

type NullableConfigurableIdentityProvider struct {
	// contains filtered or unexported fields
}

func (NullableConfigurableIdentityProvider) Get ¶

func (NullableConfigurableIdentityProvider) IsSet ¶

func (NullableConfigurableIdentityProvider) MarshalJSON ¶

func (v NullableConfigurableIdentityProvider) MarshalJSON() ([]byte, error)

func (*NullableConfigurableIdentityProvider) Set ¶

func (*NullableConfigurableIdentityProvider) UnmarshalJSON ¶

func (v *NullableConfigurableIdentityProvider) UnmarshalJSON(src []byte) error

func (*NullableConfigurableIdentityProvider) Unset ¶

type NullableConfigurableIdentityProviderAllOf ¶

type NullableConfigurableIdentityProviderAllOf struct {
	// contains filtered or unexported fields
}

func (NullableConfigurableIdentityProviderAllOf) Get ¶

func (NullableConfigurableIdentityProviderAllOf) IsSet ¶

func (NullableConfigurableIdentityProviderAllOf) MarshalJSON ¶

func (*NullableConfigurableIdentityProviderAllOf) Set ¶

func (*NullableConfigurableIdentityProviderAllOf) UnmarshalJSON ¶

func (v *NullableConfigurableIdentityProviderAllOf) UnmarshalJSON(src []byte) error

func (*NullableConfigurableIdentityProviderAllOf) Unset ¶

type NullableConfigurableIdentityProviderAllOfOnBoarding2FA ¶

type NullableConfigurableIdentityProviderAllOfOnBoarding2FA struct {
	// contains filtered or unexported fields
}

func (NullableConfigurableIdentityProviderAllOfOnBoarding2FA) Get ¶

func (NullableConfigurableIdentityProviderAllOfOnBoarding2FA) IsSet ¶

func (NullableConfigurableIdentityProviderAllOfOnBoarding2FA) MarshalJSON ¶

func (*NullableConfigurableIdentityProviderAllOfOnBoarding2FA) Set ¶

func (*NullableConfigurableIdentityProviderAllOfOnBoarding2FA) UnmarshalJSON ¶

func (*NullableConfigurableIdentityProviderAllOfOnBoarding2FA) Unset ¶

type NullableConnectorIdentityProviderList ¶

type NullableConnectorIdentityProviderList struct {
	// contains filtered or unexported fields
}

func (NullableConnectorIdentityProviderList) Get ¶

func (NullableConnectorIdentityProviderList) IsSet ¶

func (NullableConnectorIdentityProviderList) MarshalJSON ¶

func (v NullableConnectorIdentityProviderList) MarshalJSON() ([]byte, error)

func (*NullableConnectorIdentityProviderList) Set ¶

func (*NullableConnectorIdentityProviderList) UnmarshalJSON ¶

func (v *NullableConnectorIdentityProviderList) UnmarshalJSON(src []byte) error

func (*NullableConnectorIdentityProviderList) Unset ¶

type NullableConnectorProvider ¶

type NullableConnectorProvider struct {
	// contains filtered or unexported fields
}

func NewNullableConnectorProvider ¶

func NewNullableConnectorProvider(val *ConnectorProvider) *NullableConnectorProvider

func (NullableConnectorProvider) Get ¶

func (NullableConnectorProvider) IsSet ¶

func (v NullableConnectorProvider) IsSet() bool

func (NullableConnectorProvider) MarshalJSON ¶

func (v NullableConnectorProvider) MarshalJSON() ([]byte, error)

func (*NullableConnectorProvider) Set ¶

func (*NullableConnectorProvider) UnmarshalJSON ¶

func (v *NullableConnectorProvider) UnmarshalJSON(src []byte) error

func (*NullableConnectorProvider) Unset ¶

func (v *NullableConnectorProvider) Unset()

type NullableControllerRole ¶

type NullableControllerRole struct {
	// contains filtered or unexported fields
}

func NewNullableControllerRole ¶

func NewNullableControllerRole(val *ControllerRole) *NullableControllerRole

func (NullableControllerRole) Get ¶

func (NullableControllerRole) IsSet ¶

func (v NullableControllerRole) IsSet() bool

func (NullableControllerRole) MarshalJSON ¶

func (v NullableControllerRole) MarshalJSON() ([]byte, error)

func (*NullableControllerRole) Set ¶

func (*NullableControllerRole) UnmarshalJSON ¶

func (v *NullableControllerRole) UnmarshalJSON(src []byte) error

func (*NullableControllerRole) Unset ¶

func (v *NullableControllerRole) Unset()

type NullableControllerRoleAllOf ¶

type NullableControllerRoleAllOf struct {
	// contains filtered or unexported fields
}

func (NullableControllerRoleAllOf) Get ¶

func (NullableControllerRoleAllOf) IsSet ¶

func (NullableControllerRoleAllOf) MarshalJSON ¶

func (v NullableControllerRoleAllOf) MarshalJSON() ([]byte, error)

func (*NullableControllerRoleAllOf) Set ¶

func (*NullableControllerRoleAllOf) UnmarshalJSON ¶

func (v *NullableControllerRoleAllOf) UnmarshalJSON(src []byte) error

func (*NullableControllerRoleAllOf) Unset ¶

func (v *NullableControllerRoleAllOf) Unset()

type NullableCriteriaScript ¶

type NullableCriteriaScript struct {
	// contains filtered or unexported fields
}

func NewNullableCriteriaScript ¶

func NewNullableCriteriaScript(val *CriteriaScript) *NullableCriteriaScript

func (NullableCriteriaScript) Get ¶

func (NullableCriteriaScript) IsSet ¶

func (v NullableCriteriaScript) IsSet() bool

func (NullableCriteriaScript) MarshalJSON ¶

func (v NullableCriteriaScript) MarshalJSON() ([]byte, error)

func (*NullableCriteriaScript) Set ¶

func (*NullableCriteriaScript) UnmarshalJSON ¶

func (v *NullableCriteriaScript) UnmarshalJSON(src []byte) error

func (*NullableCriteriaScript) Unset ¶

func (v *NullableCriteriaScript) Unset()

type NullableCriteriaScriptAllOf ¶

type NullableCriteriaScriptAllOf struct {
	// contains filtered or unexported fields
}

func (NullableCriteriaScriptAllOf) Get ¶

func (NullableCriteriaScriptAllOf) IsSet ¶

func (NullableCriteriaScriptAllOf) MarshalJSON ¶

func (v NullableCriteriaScriptAllOf) MarshalJSON() ([]byte, error)

func (*NullableCriteriaScriptAllOf) Set ¶

func (*NullableCriteriaScriptAllOf) UnmarshalJSON ¶

func (v *NullableCriteriaScriptAllOf) UnmarshalJSON(src []byte) error

func (*NullableCriteriaScriptAllOf) Unset ¶

func (v *NullableCriteriaScriptAllOf) Unset()

type NullableCriteriaScriptList ¶

type NullableCriteriaScriptList struct {
	// contains filtered or unexported fields
}

func NewNullableCriteriaScriptList ¶

func NewNullableCriteriaScriptList(val *CriteriaScriptList) *NullableCriteriaScriptList

func (NullableCriteriaScriptList) Get ¶

func (NullableCriteriaScriptList) IsSet ¶

func (v NullableCriteriaScriptList) IsSet() bool

func (NullableCriteriaScriptList) MarshalJSON ¶

func (v NullableCriteriaScriptList) MarshalJSON() ([]byte, error)

func (*NullableCriteriaScriptList) Set ¶

func (*NullableCriteriaScriptList) UnmarshalJSON ¶

func (v *NullableCriteriaScriptList) UnmarshalJSON(src []byte) error

func (*NullableCriteriaScriptList) Unset ¶

func (v *NullableCriteriaScriptList) Unset()

type NullableCriteriaScriptListAllOf ¶

type NullableCriteriaScriptListAllOf struct {
	// contains filtered or unexported fields
}

func (NullableCriteriaScriptListAllOf) Get ¶

func (NullableCriteriaScriptListAllOf) IsSet ¶

func (NullableCriteriaScriptListAllOf) MarshalJSON ¶

func (v NullableCriteriaScriptListAllOf) MarshalJSON() ([]byte, error)

func (*NullableCriteriaScriptListAllOf) Set ¶

func (*NullableCriteriaScriptListAllOf) UnmarshalJSON ¶

func (v *NullableCriteriaScriptListAllOf) UnmarshalJSON(src []byte) error

func (*NullableCriteriaScriptListAllOf) Unset ¶

type NullableDeviceAndUser ¶

type NullableDeviceAndUser struct {
	// contains filtered or unexported fields
}

func NewNullableDeviceAndUser ¶

func NewNullableDeviceAndUser(val *DeviceAndUser) *NullableDeviceAndUser

func (NullableDeviceAndUser) Get ¶

func (NullableDeviceAndUser) IsSet ¶

func (v NullableDeviceAndUser) IsSet() bool

func (NullableDeviceAndUser) MarshalJSON ¶

func (v NullableDeviceAndUser) MarshalJSON() ([]byte, error)

func (*NullableDeviceAndUser) Set ¶

func (v *NullableDeviceAndUser) Set(val *DeviceAndUser)

func (*NullableDeviceAndUser) UnmarshalJSON ¶

func (v *NullableDeviceAndUser) UnmarshalJSON(src []byte) error

func (*NullableDeviceAndUser) Unset ¶

func (v *NullableDeviceAndUser) Unset()

type NullableDeviceScript ¶

type NullableDeviceScript struct {
	// contains filtered or unexported fields
}

func NewNullableDeviceScript ¶

func NewNullableDeviceScript(val *DeviceScript) *NullableDeviceScript

func (NullableDeviceScript) Get ¶

func (NullableDeviceScript) IsSet ¶

func (v NullableDeviceScript) IsSet() bool

func (NullableDeviceScript) MarshalJSON ¶

func (v NullableDeviceScript) MarshalJSON() ([]byte, error)

func (*NullableDeviceScript) Set ¶

func (v *NullableDeviceScript) Set(val *DeviceScript)

func (*NullableDeviceScript) UnmarshalJSON ¶

func (v *NullableDeviceScript) UnmarshalJSON(src []byte) error

func (*NullableDeviceScript) Unset ¶

func (v *NullableDeviceScript) Unset()

type NullableDeviceScriptAllOf ¶

type NullableDeviceScriptAllOf struct {
	// contains filtered or unexported fields
}

func NewNullableDeviceScriptAllOf ¶

func NewNullableDeviceScriptAllOf(val *DeviceScriptAllOf) *NullableDeviceScriptAllOf

func (NullableDeviceScriptAllOf) Get ¶

func (NullableDeviceScriptAllOf) IsSet ¶

func (v NullableDeviceScriptAllOf) IsSet() bool

func (NullableDeviceScriptAllOf) MarshalJSON ¶

func (v NullableDeviceScriptAllOf) MarshalJSON() ([]byte, error)

func (*NullableDeviceScriptAllOf) Set ¶

func (*NullableDeviceScriptAllOf) UnmarshalJSON ¶

func (v *NullableDeviceScriptAllOf) UnmarshalJSON(src []byte) error

func (*NullableDeviceScriptAllOf) Unset ¶

func (v *NullableDeviceScriptAllOf) Unset()

type NullableDeviceScriptList ¶

type NullableDeviceScriptList struct {
	// contains filtered or unexported fields
}

func NewNullableDeviceScriptList ¶

func NewNullableDeviceScriptList(val *DeviceScriptList) *NullableDeviceScriptList

func (NullableDeviceScriptList) Get ¶

func (NullableDeviceScriptList) IsSet ¶

func (v NullableDeviceScriptList) IsSet() bool

func (NullableDeviceScriptList) MarshalJSON ¶

func (v NullableDeviceScriptList) MarshalJSON() ([]byte, error)

func (*NullableDeviceScriptList) Set ¶

func (*NullableDeviceScriptList) UnmarshalJSON ¶

func (v *NullableDeviceScriptList) UnmarshalJSON(src []byte) error

func (*NullableDeviceScriptList) Unset ¶

func (v *NullableDeviceScriptList) Unset()

type NullableDeviceScriptListAllOf ¶

type NullableDeviceScriptListAllOf struct {
	// contains filtered or unexported fields
}

func (NullableDeviceScriptListAllOf) Get ¶

func (NullableDeviceScriptListAllOf) IsSet ¶

func (NullableDeviceScriptListAllOf) MarshalJSON ¶

func (v NullableDeviceScriptListAllOf) MarshalJSON() ([]byte, error)

func (*NullableDeviceScriptListAllOf) Set ¶

func (*NullableDeviceScriptListAllOf) UnmarshalJSON ¶

func (v *NullableDeviceScriptListAllOf) UnmarshalJSON(src []byte) error

func (*NullableDeviceScriptListAllOf) Unset ¶

func (v *NullableDeviceScriptListAllOf) Unset()

type NullableDeviceScriptsDownloadIdGet200Response ¶

type NullableDeviceScriptsDownloadIdGet200Response struct {
	// contains filtered or unexported fields
}

func (NullableDeviceScriptsDownloadIdGet200Response) Get ¶

func (NullableDeviceScriptsDownloadIdGet200Response) IsSet ¶

func (NullableDeviceScriptsDownloadIdGet200Response) MarshalJSON ¶

func (*NullableDeviceScriptsDownloadIdGet200Response) Set ¶

func (*NullableDeviceScriptsDownloadIdGet200Response) UnmarshalJSON ¶

func (*NullableDeviceScriptsDownloadIdGet200Response) Unset ¶

type NullableDistinguishedName ¶

type NullableDistinguishedName struct {
	// contains filtered or unexported fields
}

func NewNullableDistinguishedName ¶

func NewNullableDistinguishedName(val *DistinguishedName) *NullableDistinguishedName

func (NullableDistinguishedName) Get ¶

func (NullableDistinguishedName) IsSet ¶

func (v NullableDistinguishedName) IsSet() bool

func (NullableDistinguishedName) MarshalJSON ¶

func (v NullableDistinguishedName) MarshalJSON() ([]byte, error)

func (*NullableDistinguishedName) Set ¶

func (*NullableDistinguishedName) UnmarshalJSON ¶

func (v *NullableDistinguishedName) UnmarshalJSON(src []byte) error

func (*NullableDistinguishedName) Unset ¶

func (v *NullableDistinguishedName) Unset()

type NullableDistinguishedNameAllOf ¶

type NullableDistinguishedNameAllOf struct {
	// contains filtered or unexported fields
}

func (NullableDistinguishedNameAllOf) Get ¶

func (NullableDistinguishedNameAllOf) IsSet ¶

func (NullableDistinguishedNameAllOf) MarshalJSON ¶

func (v NullableDistinguishedNameAllOf) MarshalJSON() ([]byte, error)

func (*NullableDistinguishedNameAllOf) Set ¶

func (*NullableDistinguishedNameAllOf) UnmarshalJSON ¶

func (v *NullableDistinguishedNameAllOf) UnmarshalJSON(src []byte) error

func (*NullableDistinguishedNameAllOf) Unset ¶

func (v *NullableDistinguishedNameAllOf) Unset()

type NullableDistinguishedNameList ¶

type NullableDistinguishedNameList struct {
	// contains filtered or unexported fields
}

func (NullableDistinguishedNameList) Get ¶

func (NullableDistinguishedNameList) IsSet ¶

func (NullableDistinguishedNameList) MarshalJSON ¶

func (v NullableDistinguishedNameList) MarshalJSON() ([]byte, error)

func (*NullableDistinguishedNameList) Set ¶

func (*NullableDistinguishedNameList) UnmarshalJSON ¶

func (v *NullableDistinguishedNameList) UnmarshalJSON(src []byte) error

func (*NullableDistinguishedNameList) Unset ¶

func (v *NullableDistinguishedNameList) Unset()

type NullableDistinguishedNameListAllOf ¶

type NullableDistinguishedNameListAllOf struct {
	// contains filtered or unexported fields
}

func (NullableDistinguishedNameListAllOf) Get ¶

func (NullableDistinguishedNameListAllOf) IsSet ¶

func (NullableDistinguishedNameListAllOf) MarshalJSON ¶

func (v NullableDistinguishedNameListAllOf) MarshalJSON() ([]byte, error)

func (*NullableDistinguishedNameListAllOf) Set ¶

func (*NullableDistinguishedNameListAllOf) UnmarshalJSON ¶

func (v *NullableDistinguishedNameListAllOf) UnmarshalJSON(src []byte) error

func (*NullableDistinguishedNameListAllOf) Unset ¶

type NullableDnsSettings ¶

type NullableDnsSettings struct {
	// contains filtered or unexported fields
}

func NewNullableDnsSettings ¶

func NewNullableDnsSettings(val *DnsSettings) *NullableDnsSettings

func (NullableDnsSettings) Get ¶

func (NullableDnsSettings) IsSet ¶

func (v NullableDnsSettings) IsSet() bool

func (NullableDnsSettings) MarshalJSON ¶

func (v NullableDnsSettings) MarshalJSON() ([]byte, error)

func (*NullableDnsSettings) Set ¶

func (v *NullableDnsSettings) Set(val *DnsSettings)

func (*NullableDnsSettings) UnmarshalJSON ¶

func (v *NullableDnsSettings) UnmarshalJSON(src []byte) error

func (*NullableDnsSettings) Unset ¶

func (v *NullableDnsSettings) Unset()

type NullableElasticsearch ¶

type NullableElasticsearch struct {
	// contains filtered or unexported fields
}

func NewNullableElasticsearch ¶

func NewNullableElasticsearch(val *Elasticsearch) *NullableElasticsearch

func (NullableElasticsearch) Get ¶

func (NullableElasticsearch) IsSet ¶

func (v NullableElasticsearch) IsSet() bool

func (NullableElasticsearch) MarshalJSON ¶

func (v NullableElasticsearch) MarshalJSON() ([]byte, error)

func (*NullableElasticsearch) Set ¶

func (v *NullableElasticsearch) Set(val *Elasticsearch)

func (*NullableElasticsearch) UnmarshalJSON ¶

func (v *NullableElasticsearch) UnmarshalJSON(src []byte) error

func (*NullableElasticsearch) Unset ¶

func (v *NullableElasticsearch) Unset()

type NullableElasticsearchAllOf ¶

type NullableElasticsearchAllOf struct {
	// contains filtered or unexported fields
}

func NewNullableElasticsearchAllOf ¶

func NewNullableElasticsearchAllOf(val *ElasticsearchAllOf) *NullableElasticsearchAllOf

func (NullableElasticsearchAllOf) Get ¶

func (NullableElasticsearchAllOf) IsSet ¶

func (v NullableElasticsearchAllOf) IsSet() bool

func (NullableElasticsearchAllOf) MarshalJSON ¶

func (v NullableElasticsearchAllOf) MarshalJSON() ([]byte, error)

func (*NullableElasticsearchAllOf) Set ¶

func (*NullableElasticsearchAllOf) UnmarshalJSON ¶

func (v *NullableElasticsearchAllOf) UnmarshalJSON(src []byte) error

func (*NullableElasticsearchAllOf) Unset ¶

func (v *NullableElasticsearchAllOf) Unset()

type NullableElasticsearchAllOfAuthentication ¶

type NullableElasticsearchAllOfAuthentication struct {
	// contains filtered or unexported fields
}

func (NullableElasticsearchAllOfAuthentication) Get ¶

func (NullableElasticsearchAllOfAuthentication) IsSet ¶

func (NullableElasticsearchAllOfAuthentication) MarshalJSON ¶

func (*NullableElasticsearchAllOfAuthentication) Set ¶

func (*NullableElasticsearchAllOfAuthentication) UnmarshalJSON ¶

func (v *NullableElasticsearchAllOfAuthentication) UnmarshalJSON(src []byte) error

func (*NullableElasticsearchAllOfAuthentication) Unset ¶

type NullableEntitlement ¶

type NullableEntitlement struct {
	// contains filtered or unexported fields
}

func NewNullableEntitlement ¶

func NewNullableEntitlement(val *Entitlement) *NullableEntitlement

func (NullableEntitlement) Get ¶

func (NullableEntitlement) IsSet ¶

func (v NullableEntitlement) IsSet() bool

func (NullableEntitlement) MarshalJSON ¶

func (v NullableEntitlement) MarshalJSON() ([]byte, error)

func (*NullableEntitlement) Set ¶

func (v *NullableEntitlement) Set(val *Entitlement)

func (*NullableEntitlement) UnmarshalJSON ¶

func (v *NullableEntitlement) UnmarshalJSON(src []byte) error

func (*NullableEntitlement) Unset ¶

func (v *NullableEntitlement) Unset()

type NullableEntitlementAllOf ¶

type NullableEntitlementAllOf struct {
	// contains filtered or unexported fields
}

func NewNullableEntitlementAllOf ¶

func NewNullableEntitlementAllOf(val *EntitlementAllOf) *NullableEntitlementAllOf

func (NullableEntitlementAllOf) Get ¶

func (NullableEntitlementAllOf) IsSet ¶

func (v NullableEntitlementAllOf) IsSet() bool

func (NullableEntitlementAllOf) MarshalJSON ¶

func (v NullableEntitlementAllOf) MarshalJSON() ([]byte, error)

func (*NullableEntitlementAllOf) Set ¶

func (*NullableEntitlementAllOf) UnmarshalJSON ¶

func (v *NullableEntitlementAllOf) UnmarshalJSON(src []byte) error

func (*NullableEntitlementAllOf) Unset ¶

func (v *NullableEntitlementAllOf) Unset()

type NullableEntitlementAllOfActions ¶

type NullableEntitlementAllOfActions struct {
	// contains filtered or unexported fields
}

func (NullableEntitlementAllOfActions) Get ¶

func (NullableEntitlementAllOfActions) IsSet ¶

func (NullableEntitlementAllOfActions) MarshalJSON ¶

func (v NullableEntitlementAllOfActions) MarshalJSON() ([]byte, error)

func (*NullableEntitlementAllOfActions) Set ¶

func (*NullableEntitlementAllOfActions) UnmarshalJSON ¶

func (v *NullableEntitlementAllOfActions) UnmarshalJSON(src []byte) error

func (*NullableEntitlementAllOfActions) Unset ¶

type NullableEntitlementAllOfMonitor ¶

type NullableEntitlementAllOfMonitor struct {
	// contains filtered or unexported fields
}

func (NullableEntitlementAllOfMonitor) Get ¶

func (NullableEntitlementAllOfMonitor) IsSet ¶

func (NullableEntitlementAllOfMonitor) MarshalJSON ¶

func (v NullableEntitlementAllOfMonitor) MarshalJSON() ([]byte, error)

func (*NullableEntitlementAllOfMonitor) Set ¶

func (*NullableEntitlementAllOfMonitor) UnmarshalJSON ¶

func (v *NullableEntitlementAllOfMonitor) UnmarshalJSON(src []byte) error

func (*NullableEntitlementAllOfMonitor) Unset ¶

type NullableEntitlementList ¶

type NullableEntitlementList struct {
	// contains filtered or unexported fields
}

func NewNullableEntitlementList ¶

func NewNullableEntitlementList(val *EntitlementList) *NullableEntitlementList

func (NullableEntitlementList) Get ¶

func (NullableEntitlementList) IsSet ¶

func (v NullableEntitlementList) IsSet() bool

func (NullableEntitlementList) MarshalJSON ¶

func (v NullableEntitlementList) MarshalJSON() ([]byte, error)

func (*NullableEntitlementList) Set ¶

func (*NullableEntitlementList) UnmarshalJSON ¶

func (v *NullableEntitlementList) UnmarshalJSON(src []byte) error

func (*NullableEntitlementList) Unset ¶

func (v *NullableEntitlementList) Unset()

type NullableEntitlementListAllOf ¶

type NullableEntitlementListAllOf struct {
	// contains filtered or unexported fields
}

func (NullableEntitlementListAllOf) Get ¶

func (NullableEntitlementListAllOf) IsSet ¶

func (NullableEntitlementListAllOf) MarshalJSON ¶

func (v NullableEntitlementListAllOf) MarshalJSON() ([]byte, error)

func (*NullableEntitlementListAllOf) Set ¶

func (*NullableEntitlementListAllOf) UnmarshalJSON ¶

func (v *NullableEntitlementListAllOf) UnmarshalJSON(src []byte) error

func (*NullableEntitlementListAllOf) Unset ¶

func (v *NullableEntitlementListAllOf) Unset()

type NullableEntitlementScript ¶

type NullableEntitlementScript struct {
	// contains filtered or unexported fields
}

func NewNullableEntitlementScript ¶

func NewNullableEntitlementScript(val *EntitlementScript) *NullableEntitlementScript

func (NullableEntitlementScript) Get ¶

func (NullableEntitlementScript) IsSet ¶

func (v NullableEntitlementScript) IsSet() bool

func (NullableEntitlementScript) MarshalJSON ¶

func (v NullableEntitlementScript) MarshalJSON() ([]byte, error)

func (*NullableEntitlementScript) Set ¶

func (*NullableEntitlementScript) UnmarshalJSON ¶

func (v *NullableEntitlementScript) UnmarshalJSON(src []byte) error

func (*NullableEntitlementScript) Unset ¶

func (v *NullableEntitlementScript) Unset()

type NullableEntitlementScriptAllOf ¶

type NullableEntitlementScriptAllOf struct {
	// contains filtered or unexported fields
}

func (NullableEntitlementScriptAllOf) Get ¶

func (NullableEntitlementScriptAllOf) IsSet ¶

func (NullableEntitlementScriptAllOf) MarshalJSON ¶

func (v NullableEntitlementScriptAllOf) MarshalJSON() ([]byte, error)

func (*NullableEntitlementScriptAllOf) Set ¶

func (*NullableEntitlementScriptAllOf) UnmarshalJSON ¶

func (v *NullableEntitlementScriptAllOf) UnmarshalJSON(src []byte) error

func (*NullableEntitlementScriptAllOf) Unset ¶

func (v *NullableEntitlementScriptAllOf) Unset()

type NullableEntitlementScriptList ¶

type NullableEntitlementScriptList struct {
	// contains filtered or unexported fields
}

func (NullableEntitlementScriptList) Get ¶

func (NullableEntitlementScriptList) IsSet ¶

func (NullableEntitlementScriptList) MarshalJSON ¶

func (v NullableEntitlementScriptList) MarshalJSON() ([]byte, error)

func (*NullableEntitlementScriptList) Set ¶

func (*NullableEntitlementScriptList) UnmarshalJSON ¶

func (v *NullableEntitlementScriptList) UnmarshalJSON(src []byte) error

func (*NullableEntitlementScriptList) Unset ¶

func (v *NullableEntitlementScriptList) Unset()

type NullableEntitlementScriptListAllOf ¶

type NullableEntitlementScriptListAllOf struct {
	// contains filtered or unexported fields
}

func (NullableEntitlementScriptListAllOf) Get ¶

func (NullableEntitlementScriptListAllOf) IsSet ¶

func (NullableEntitlementScriptListAllOf) MarshalJSON ¶

func (v NullableEntitlementScriptListAllOf) MarshalJSON() ([]byte, error)

func (*NullableEntitlementScriptListAllOf) Set ¶

func (*NullableEntitlementScriptListAllOf) UnmarshalJSON ¶

func (v *NullableEntitlementScriptListAllOf) UnmarshalJSON(src []byte) error

func (*NullableEntitlementScriptListAllOf) Unset ¶

type NullableEntitlementScriptTestResult ¶

type NullableEntitlementScriptTestResult struct {
	// contains filtered or unexported fields
}

func (NullableEntitlementScriptTestResult) Get ¶

func (NullableEntitlementScriptTestResult) IsSet ¶

func (NullableEntitlementScriptTestResult) MarshalJSON ¶

func (v NullableEntitlementScriptTestResult) MarshalJSON() ([]byte, error)

func (*NullableEntitlementScriptTestResult) Set ¶

func (*NullableEntitlementScriptTestResult) UnmarshalJSON ¶

func (v *NullableEntitlementScriptTestResult) UnmarshalJSON(src []byte) error

func (*NullableEntitlementScriptTestResult) Unset ¶

type NullableEntitlementScriptTestResultResultInner ¶

type NullableEntitlementScriptTestResultResultInner struct {
	// contains filtered or unexported fields
}

func (NullableEntitlementScriptTestResultResultInner) Get ¶

func (NullableEntitlementScriptTestResultResultInner) IsSet ¶

func (NullableEntitlementScriptTestResultResultInner) MarshalJSON ¶

func (*NullableEntitlementScriptTestResultResultInner) Set ¶

func (*NullableEntitlementScriptTestResultResultInner) UnmarshalJSON ¶

func (*NullableEntitlementScriptTestResultResultInner) Unset ¶

type NullableEntitlementScriptsTest ¶

type NullableEntitlementScriptsTest struct {
	// contains filtered or unexported fields
}

func (NullableEntitlementScriptsTest) Get ¶

func (NullableEntitlementScriptsTest) IsSet ¶

func (NullableEntitlementScriptsTest) MarshalJSON ¶

func (v NullableEntitlementScriptsTest) MarshalJSON() ([]byte, error)

func (*NullableEntitlementScriptsTest) Set ¶

func (*NullableEntitlementScriptsTest) UnmarshalJSON ¶

func (v *NullableEntitlementScriptsTest) UnmarshalJSON(src []byte) error

func (*NullableEntitlementScriptsTest) Unset ¶

func (v *NullableEntitlementScriptsTest) Unset()

type NullableEntitlementScriptsTestAllOf ¶

type NullableEntitlementScriptsTestAllOf struct {
	// contains filtered or unexported fields
}

func (NullableEntitlementScriptsTestAllOf) Get ¶

func (NullableEntitlementScriptsTestAllOf) IsSet ¶

func (NullableEntitlementScriptsTestAllOf) MarshalJSON ¶

func (v NullableEntitlementScriptsTestAllOf) MarshalJSON() ([]byte, error)

func (*NullableEntitlementScriptsTestAllOf) Set ¶

func (*NullableEntitlementScriptsTestAllOf) UnmarshalJSON ¶

func (v *NullableEntitlementScriptsTestAllOf) UnmarshalJSON(src []byte) error

func (*NullableEntitlementScriptsTestAllOf) Unset ¶

type NullableError ¶

type NullableError struct {
	// contains filtered or unexported fields
}

func NewNullableError ¶

func NewNullableError(val *Error) *NullableError

func (NullableError) Get ¶

func (v NullableError) Get() *Error

func (NullableError) IsSet ¶

func (v NullableError) IsSet() bool

func (NullableError) MarshalJSON ¶

func (v NullableError) MarshalJSON() ([]byte, error)

func (*NullableError) Set ¶

func (v *NullableError) Set(val *Error)

func (*NullableError) UnmarshalJSON ¶

func (v *NullableError) UnmarshalJSON(src []byte) error

func (*NullableError) Unset ¶

func (v *NullableError) Unset()

type NullableFailedAuthentications ¶

type NullableFailedAuthentications struct {
	// contains filtered or unexported fields
}

func (NullableFailedAuthentications) Get ¶

func (NullableFailedAuthentications) IsSet ¶

func (NullableFailedAuthentications) MarshalJSON ¶

func (v NullableFailedAuthentications) MarshalJSON() ([]byte, error)

func (*NullableFailedAuthentications) Set ¶

func (*NullableFailedAuthentications) UnmarshalJSON ¶

func (v *NullableFailedAuthentications) UnmarshalJSON(src []byte) error

func (*NullableFailedAuthentications) Unset ¶

func (v *NullableFailedAuthentications) Unset()

type NullableFailedAuthenticationsAllOf ¶

type NullableFailedAuthenticationsAllOf struct {
	// contains filtered or unexported fields
}

func (NullableFailedAuthenticationsAllOf) Get ¶

func (NullableFailedAuthenticationsAllOf) IsSet ¶

func (NullableFailedAuthenticationsAllOf) MarshalJSON ¶

func (v NullableFailedAuthenticationsAllOf) MarshalJSON() ([]byte, error)

func (*NullableFailedAuthenticationsAllOf) Set ¶

func (*NullableFailedAuthenticationsAllOf) UnmarshalJSON ¶

func (v *NullableFailedAuthenticationsAllOf) UnmarshalJSON(src []byte) error

func (*NullableFailedAuthenticationsAllOf) Unset ¶

type NullableFido2Device ¶

type NullableFido2Device struct {
	// contains filtered or unexported fields
}

func NewNullableFido2Device ¶

func NewNullableFido2Device(val *Fido2Device) *NullableFido2Device

func (NullableFido2Device) Get ¶

func (NullableFido2Device) IsSet ¶

func (v NullableFido2Device) IsSet() bool

func (NullableFido2Device) MarshalJSON ¶

func (v NullableFido2Device) MarshalJSON() ([]byte, error)

func (*NullableFido2Device) Set ¶

func (v *NullableFido2Device) Set(val *Fido2Device)

func (*NullableFido2Device) UnmarshalJSON ¶

func (v *NullableFido2Device) UnmarshalJSON(src []byte) error

func (*NullableFido2Device) Unset ¶

func (v *NullableFido2Device) Unset()

type NullableFido2DeviceAllOf ¶

type NullableFido2DeviceAllOf struct {
	// contains filtered or unexported fields
}

func NewNullableFido2DeviceAllOf ¶

func NewNullableFido2DeviceAllOf(val *Fido2DeviceAllOf) *NullableFido2DeviceAllOf

func (NullableFido2DeviceAllOf) Get ¶

func (NullableFido2DeviceAllOf) IsSet ¶

func (v NullableFido2DeviceAllOf) IsSet() bool

func (NullableFido2DeviceAllOf) MarshalJSON ¶

func (v NullableFido2DeviceAllOf) MarshalJSON() ([]byte, error)

func (*NullableFido2DeviceAllOf) Set ¶

func (*NullableFido2DeviceAllOf) UnmarshalJSON ¶

func (v *NullableFido2DeviceAllOf) UnmarshalJSON(src []byte) error

func (*NullableFido2DeviceAllOf) Unset ¶

func (v *NullableFido2DeviceAllOf) Unset()

type NullableFido2DeviceList ¶

type NullableFido2DeviceList struct {
	// contains filtered or unexported fields
}

func NewNullableFido2DeviceList ¶

func NewNullableFido2DeviceList(val *Fido2DeviceList) *NullableFido2DeviceList

func (NullableFido2DeviceList) Get ¶

func (NullableFido2DeviceList) IsSet ¶

func (v NullableFido2DeviceList) IsSet() bool

func (NullableFido2DeviceList) MarshalJSON ¶

func (v NullableFido2DeviceList) MarshalJSON() ([]byte, error)

func (*NullableFido2DeviceList) Set ¶

func (*NullableFido2DeviceList) UnmarshalJSON ¶

func (v *NullableFido2DeviceList) UnmarshalJSON(src []byte) error

func (*NullableFido2DeviceList) Unset ¶

func (v *NullableFido2DeviceList) Unset()

type NullableFido2DeviceListAllOf ¶

type NullableFido2DeviceListAllOf struct {
	// contains filtered or unexported fields
}

func (NullableFido2DeviceListAllOf) Get ¶

func (NullableFido2DeviceListAllOf) IsSet ¶

func (NullableFido2DeviceListAllOf) MarshalJSON ¶

func (v NullableFido2DeviceListAllOf) MarshalJSON() ([]byte, error)

func (*NullableFido2DeviceListAllOf) Set ¶

func (*NullableFido2DeviceListAllOf) UnmarshalJSON ¶

func (v *NullableFido2DeviceListAllOf) UnmarshalJSON(src []byte) error

func (*NullableFido2DeviceListAllOf) Unset ¶

func (v *NullableFido2DeviceListAllOf) Unset()

type NullableFile ¶

type NullableFile struct {
	// contains filtered or unexported fields
}

func NewNullableFile ¶

func NewNullableFile(val *File) *NullableFile

func (NullableFile) Get ¶

func (v NullableFile) Get() *File

func (NullableFile) IsSet ¶

func (v NullableFile) IsSet() bool

func (NullableFile) MarshalJSON ¶

func (v NullableFile) MarshalJSON() ([]byte, error)

func (*NullableFile) Set ¶

func (v *NullableFile) Set(val *File)

func (*NullableFile) UnmarshalJSON ¶

func (v *NullableFile) UnmarshalJSON(src []byte) error

func (*NullableFile) Unset ¶

func (v *NullableFile) Unset()

type NullableFileList ¶

type NullableFileList struct {
	// contains filtered or unexported fields
}

func NewNullableFileList ¶

func NewNullableFileList(val *FileList) *NullableFileList

func (NullableFileList) Get ¶

func (v NullableFileList) Get() *FileList

func (NullableFileList) IsSet ¶

func (v NullableFileList) IsSet() bool

func (NullableFileList) MarshalJSON ¶

func (v NullableFileList) MarshalJSON() ([]byte, error)

func (*NullableFileList) Set ¶

func (v *NullableFileList) Set(val *FileList)

func (*NullableFileList) UnmarshalJSON ¶

func (v *NullableFileList) UnmarshalJSON(src []byte) error

func (*NullableFileList) Unset ¶

func (v *NullableFileList) Unset()

type NullableFilesGetRequest1 ¶

type NullableFilesGetRequest1 struct {
	// contains filtered or unexported fields
}

func NewNullableFilesGetRequest1 ¶

func NewNullableFilesGetRequest1(val *FilesGetRequest1) *NullableFilesGetRequest1

func (NullableFilesGetRequest1) Get ¶

func (NullableFilesGetRequest1) IsSet ¶

func (v NullableFilesGetRequest1) IsSet() bool

func (NullableFilesGetRequest1) MarshalJSON ¶

func (v NullableFilesGetRequest1) MarshalJSON() ([]byte, error)

func (*NullableFilesGetRequest1) Set ¶

func (*NullableFilesGetRequest1) UnmarshalJSON ¶

func (v *NullableFilesGetRequest1) UnmarshalJSON(src []byte) error

func (*NullableFilesGetRequest1) Unset ¶

func (v *NullableFilesGetRequest1) Unset()

type NullableFilterBy ¶

type NullableFilterBy struct {
	// contains filtered or unexported fields
}

func NewNullableFilterBy ¶

func NewNullableFilterBy(val *FilterBy) *NullableFilterBy

func (NullableFilterBy) Get ¶

func (v NullableFilterBy) Get() *FilterBy

func (NullableFilterBy) IsSet ¶

func (v NullableFilterBy) IsSet() bool

func (NullableFilterBy) MarshalJSON ¶

func (v NullableFilterBy) MarshalJSON() ([]byte, error)

func (*NullableFilterBy) Set ¶

func (v *NullableFilterBy) Set(val *FilterBy)

func (*NullableFilterBy) UnmarshalJSON ¶

func (v *NullableFilterBy) UnmarshalJSON(src []byte) error

func (*NullableFilterBy) Unset ¶

func (v *NullableFilterBy) 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 NullableGlobalSettings ¶

type NullableGlobalSettings struct {
	// contains filtered or unexported fields
}

func NewNullableGlobalSettings ¶

func NewNullableGlobalSettings(val *GlobalSettings) *NullableGlobalSettings

func (NullableGlobalSettings) Get ¶

func (NullableGlobalSettings) IsSet ¶

func (v NullableGlobalSettings) IsSet() bool

func (NullableGlobalSettings) MarshalJSON ¶

func (v NullableGlobalSettings) MarshalJSON() ([]byte, error)

func (*NullableGlobalSettings) Set ¶

func (*NullableGlobalSettings) UnmarshalJSON ¶

func (v *NullableGlobalSettings) UnmarshalJSON(src []byte) error

func (*NullableGlobalSettings) Unset ¶

func (v *NullableGlobalSettings) Unset()

type NullableIdentityProviderList ¶

type NullableIdentityProviderList struct {
	// contains filtered or unexported fields
}

func (NullableIdentityProviderList) Get ¶

func (NullableIdentityProviderList) IsSet ¶

func (NullableIdentityProviderList) MarshalJSON ¶

func (v NullableIdentityProviderList) MarshalJSON() ([]byte, error)

func (*NullableIdentityProviderList) Set ¶

func (*NullableIdentityProviderList) UnmarshalJSON ¶

func (v *NullableIdentityProviderList) UnmarshalJSON(src []byte) error

func (*NullableIdentityProviderList) Unset ¶

func (v *NullableIdentityProviderList) Unset()

type NullableIdentityProviderListAllOf ¶

type NullableIdentityProviderListAllOf struct {
	// contains filtered or unexported fields
}

func (NullableIdentityProviderListAllOf) Get ¶

func (NullableIdentityProviderListAllOf) IsSet ¶

func (NullableIdentityProviderListAllOf) MarshalJSON ¶

func (v NullableIdentityProviderListAllOf) MarshalJSON() ([]byte, error)

func (*NullableIdentityProviderListAllOf) Set ¶

func (*NullableIdentityProviderListAllOf) UnmarshalJSON ¶

func (v *NullableIdentityProviderListAllOf) UnmarshalJSON(src []byte) error

func (*NullableIdentityProviderListAllOf) Unset ¶

type NullableIdentityProvidersIdAttributesPost200Response ¶

type NullableIdentityProvidersIdAttributesPost200Response struct {
	// contains filtered or unexported fields
}

func (NullableIdentityProvidersIdAttributesPost200Response) Get ¶

func (NullableIdentityProvidersIdAttributesPost200Response) IsSet ¶

func (NullableIdentityProvidersIdAttributesPost200Response) MarshalJSON ¶

func (*NullableIdentityProvidersIdAttributesPost200Response) Set ¶

func (*NullableIdentityProvidersIdAttributesPost200Response) UnmarshalJSON ¶

func (*NullableIdentityProvidersIdAttributesPost200Response) Unset ¶

type NullableIdentityProvidersIdAttributesPostRequest ¶

type NullableIdentityProvidersIdAttributesPostRequest struct {
	// contains filtered or unexported fields
}

func (NullableIdentityProvidersIdAttributesPostRequest) Get ¶

func (NullableIdentityProvidersIdAttributesPostRequest) IsSet ¶

func (NullableIdentityProvidersIdAttributesPostRequest) MarshalJSON ¶

func (*NullableIdentityProvidersIdAttributesPostRequest) Set ¶

func (*NullableIdentityProvidersIdAttributesPostRequest) UnmarshalJSON ¶

func (*NullableIdentityProvidersIdAttributesPostRequest) Unset ¶

type NullableIdentityProvidersNamesGet200Response ¶

type NullableIdentityProvidersNamesGet200Response struct {
	// contains filtered or unexported fields
}

func (NullableIdentityProvidersNamesGet200Response) Get ¶

func (NullableIdentityProvidersNamesGet200Response) IsSet ¶

func (NullableIdentityProvidersNamesGet200Response) MarshalJSON ¶

func (*NullableIdentityProvidersNamesGet200Response) Set ¶

func (*NullableIdentityProvidersNamesGet200Response) UnmarshalJSON ¶

func (*NullableIdentityProvidersNamesGet200Response) Unset ¶

type NullableIdentityProvidersNamesGet200ResponseDataInner ¶

type NullableIdentityProvidersNamesGet200ResponseDataInner struct {
	// contains filtered or unexported fields
}

func (NullableIdentityProvidersNamesGet200ResponseDataInner) Get ¶

func (NullableIdentityProvidersNamesGet200ResponseDataInner) IsSet ¶

func (NullableIdentityProvidersNamesGet200ResponseDataInner) MarshalJSON ¶

func (*NullableIdentityProvidersNamesGet200ResponseDataInner) Set ¶

func (*NullableIdentityProvidersNamesGet200ResponseDataInner) UnmarshalJSON ¶

func (*NullableIdentityProvidersNamesGet200ResponseDataInner) Unset ¶

type NullableIdentityProvidersTestPost200Response ¶

type NullableIdentityProvidersTestPost200Response struct {
	// contains filtered or unexported fields
}

func (NullableIdentityProvidersTestPost200Response) Get ¶

func (NullableIdentityProvidersTestPost200Response) IsSet ¶

func (NullableIdentityProvidersTestPost200Response) MarshalJSON ¶

func (*NullableIdentityProvidersTestPost200Response) Set ¶

func (*NullableIdentityProvidersTestPost200Response) UnmarshalJSON ¶

func (*NullableIdentityProvidersTestPost200Response) 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 NullableIpPool ¶

type NullableIpPool struct {
	// contains filtered or unexported fields
}

func NewNullableIpPool ¶

func NewNullableIpPool(val *IpPool) *NullableIpPool

func (NullableIpPool) Get ¶

func (v NullableIpPool) Get() *IpPool

func (NullableIpPool) IsSet ¶

func (v NullableIpPool) IsSet() bool

func (NullableIpPool) MarshalJSON ¶

func (v NullableIpPool) MarshalJSON() ([]byte, error)

func (*NullableIpPool) Set ¶

func (v *NullableIpPool) Set(val *IpPool)

func (*NullableIpPool) UnmarshalJSON ¶

func (v *NullableIpPool) UnmarshalJSON(src []byte) error

func (*NullableIpPool) Unset ¶

func (v *NullableIpPool) Unset()

type NullableIpPoolAllOf ¶

type NullableIpPoolAllOf struct {
	// contains filtered or unexported fields
}

func NewNullableIpPoolAllOf ¶

func NewNullableIpPoolAllOf(val *IpPoolAllOf) *NullableIpPoolAllOf

func (NullableIpPoolAllOf) Get ¶

func (NullableIpPoolAllOf) IsSet ¶

func (v NullableIpPoolAllOf) IsSet() bool

func (NullableIpPoolAllOf) MarshalJSON ¶

func (v NullableIpPoolAllOf) MarshalJSON() ([]byte, error)

func (*NullableIpPoolAllOf) Set ¶

func (v *NullableIpPoolAllOf) Set(val *IpPoolAllOf)

func (*NullableIpPoolAllOf) UnmarshalJSON ¶

func (v *NullableIpPoolAllOf) UnmarshalJSON(src []byte) error

func (*NullableIpPoolAllOf) Unset ¶

func (v *NullableIpPoolAllOf) Unset()

type NullableIpPoolList ¶

type NullableIpPoolList struct {
	// contains filtered or unexported fields
}

func NewNullableIpPoolList ¶

func NewNullableIpPoolList(val *IpPoolList) *NullableIpPoolList

func (NullableIpPoolList) Get ¶

func (v NullableIpPoolList) Get() *IpPoolList

func (NullableIpPoolList) IsSet ¶

func (v NullableIpPoolList) IsSet() bool

func (NullableIpPoolList) MarshalJSON ¶

func (v NullableIpPoolList) MarshalJSON() ([]byte, error)

func (*NullableIpPoolList) Set ¶

func (v *NullableIpPoolList) Set(val *IpPoolList)

func (*NullableIpPoolList) UnmarshalJSON ¶

func (v *NullableIpPoolList) UnmarshalJSON(src []byte) error

func (*NullableIpPoolList) Unset ¶

func (v *NullableIpPoolList) Unset()

type NullableIpPoolListAllOf ¶

type NullableIpPoolListAllOf struct {
	// contains filtered or unexported fields
}

func NewNullableIpPoolListAllOf ¶

func NewNullableIpPoolListAllOf(val *IpPoolListAllOf) *NullableIpPoolListAllOf

func (NullableIpPoolListAllOf) Get ¶

func (NullableIpPoolListAllOf) IsSet ¶

func (v NullableIpPoolListAllOf) IsSet() bool

func (NullableIpPoolListAllOf) MarshalJSON ¶

func (v NullableIpPoolListAllOf) MarshalJSON() ([]byte, error)

func (*NullableIpPoolListAllOf) Set ¶

func (*NullableIpPoolListAllOf) UnmarshalJSON ¶

func (v *NullableIpPoolListAllOf) UnmarshalJSON(src []byte) error

func (*NullableIpPoolListAllOf) Unset ¶

func (v *NullableIpPoolListAllOf) Unset()

type NullableIpPoolRangeInner ¶

type NullableIpPoolRangeInner struct {
	// contains filtered or unexported fields
}

func NewNullableIpPoolRangeInner ¶

func NewNullableIpPoolRangeInner(val *IpPoolRangeInner) *NullableIpPoolRangeInner

func (NullableIpPoolRangeInner) Get ¶

func (NullableIpPoolRangeInner) IsSet ¶

func (v NullableIpPoolRangeInner) IsSet() bool

func (NullableIpPoolRangeInner) MarshalJSON ¶

func (v NullableIpPoolRangeInner) MarshalJSON() ([]byte, error)

func (*NullableIpPoolRangeInner) Set ¶

func (*NullableIpPoolRangeInner) UnmarshalJSON ¶

func (v *NullableIpPoolRangeInner) UnmarshalJSON(src []byte) error

func (*NullableIpPoolRangeInner) Unset ¶

func (v *NullableIpPoolRangeInner) Unset()

type NullableIssuedCertificate ¶

type NullableIssuedCertificate struct {
	// contains filtered or unexported fields
}

func NewNullableIssuedCertificate ¶

func NewNullableIssuedCertificate(val *IssuedCertificate) *NullableIssuedCertificate

func (NullableIssuedCertificate) Get ¶

func (NullableIssuedCertificate) IsSet ¶

func (v NullableIssuedCertificate) IsSet() bool

func (NullableIssuedCertificate) MarshalJSON ¶

func (v NullableIssuedCertificate) MarshalJSON() ([]byte, error)

func (*NullableIssuedCertificate) Set ¶

func (*NullableIssuedCertificate) UnmarshalJSON ¶

func (v *NullableIssuedCertificate) UnmarshalJSON(src []byte) error

func (*NullableIssuedCertificate) Unset ¶

func (v *NullableIssuedCertificate) Unset()

type NullableIssuedCertificateList ¶

type NullableIssuedCertificateList struct {
	// contains filtered or unexported fields
}

func (NullableIssuedCertificateList) Get ¶

func (NullableIssuedCertificateList) IsSet ¶

func (NullableIssuedCertificateList) MarshalJSON ¶

func (v NullableIssuedCertificateList) MarshalJSON() ([]byte, error)

func (*NullableIssuedCertificateList) Set ¶

func (*NullableIssuedCertificateList) UnmarshalJSON ¶

func (v *NullableIssuedCertificateList) UnmarshalJSON(src []byte) error

func (*NullableIssuedCertificateList) Unset ¶

func (v *NullableIssuedCertificateList) Unset()

type NullableIssuedCertificateListAllOf ¶

type NullableIssuedCertificateListAllOf struct {
	// contains filtered or unexported fields
}

func (NullableIssuedCertificateListAllOf) Get ¶

func (NullableIssuedCertificateListAllOf) IsSet ¶

func (NullableIssuedCertificateListAllOf) MarshalJSON ¶

func (v NullableIssuedCertificateListAllOf) MarshalJSON() ([]byte, error)

func (*NullableIssuedCertificateListAllOf) Set ¶

func (*NullableIssuedCertificateListAllOf) UnmarshalJSON ¶

func (v *NullableIssuedCertificateListAllOf) UnmarshalJSON(src []byte) error

func (*NullableIssuedCertificateListAllOf) Unset ¶

type NullableLdapCertificateIdentityProviderList ¶

type NullableLdapCertificateIdentityProviderList struct {
	// contains filtered or unexported fields
}

func (NullableLdapCertificateIdentityProviderList) Get ¶

func (NullableLdapCertificateIdentityProviderList) IsSet ¶

func (NullableLdapCertificateIdentityProviderList) MarshalJSON ¶

func (*NullableLdapCertificateIdentityProviderList) Set ¶

func (*NullableLdapCertificateIdentityProviderList) UnmarshalJSON ¶

func (v *NullableLdapCertificateIdentityProviderList) UnmarshalJSON(src []byte) error

func (*NullableLdapCertificateIdentityProviderList) Unset ¶

type NullableLdapCertificateProvider ¶

type NullableLdapCertificateProvider struct {
	// contains filtered or unexported fields
}

func (NullableLdapCertificateProvider) Get ¶

func (NullableLdapCertificateProvider) IsSet ¶

func (NullableLdapCertificateProvider) MarshalJSON ¶

func (v NullableLdapCertificateProvider) MarshalJSON() ([]byte, error)

func (*NullableLdapCertificateProvider) Set ¶

func (*NullableLdapCertificateProvider) UnmarshalJSON ¶

func (v *NullableLdapCertificateProvider) UnmarshalJSON(src []byte) error

func (*NullableLdapCertificateProvider) Unset ¶

type NullableLdapCertificateProviderAllOf ¶

type NullableLdapCertificateProviderAllOf struct {
	// contains filtered or unexported fields
}

func (NullableLdapCertificateProviderAllOf) Get ¶

func (NullableLdapCertificateProviderAllOf) IsSet ¶

func (NullableLdapCertificateProviderAllOf) MarshalJSON ¶

func (v NullableLdapCertificateProviderAllOf) MarshalJSON() ([]byte, error)

func (*NullableLdapCertificateProviderAllOf) Set ¶

func (*NullableLdapCertificateProviderAllOf) UnmarshalJSON ¶

func (v *NullableLdapCertificateProviderAllOf) UnmarshalJSON(src []byte) error

func (*NullableLdapCertificateProviderAllOf) Unset ¶

type NullableLdapCertificateProviderAllOfCertificatePriorities ¶

type NullableLdapCertificateProviderAllOfCertificatePriorities struct {
	// contains filtered or unexported fields
}

func (NullableLdapCertificateProviderAllOfCertificatePriorities) Get ¶

func (NullableLdapCertificateProviderAllOfCertificatePriorities) IsSet ¶

func (NullableLdapCertificateProviderAllOfCertificatePriorities) MarshalJSON ¶

func (*NullableLdapCertificateProviderAllOfCertificatePriorities) Set ¶

func (*NullableLdapCertificateProviderAllOfCertificatePriorities) UnmarshalJSON ¶

func (*NullableLdapCertificateProviderAllOfCertificatePriorities) Unset ¶

type NullableLdapIdentityProviderList ¶

type NullableLdapIdentityProviderList struct {
	// contains filtered or unexported fields
}

func (NullableLdapIdentityProviderList) Get ¶

func (NullableLdapIdentityProviderList) IsSet ¶

func (NullableLdapIdentityProviderList) MarshalJSON ¶

func (v NullableLdapIdentityProviderList) MarshalJSON() ([]byte, error)

func (*NullableLdapIdentityProviderList) Set ¶

func (*NullableLdapIdentityProviderList) UnmarshalJSON ¶

func (v *NullableLdapIdentityProviderList) UnmarshalJSON(src []byte) error

func (*NullableLdapIdentityProviderList) Unset ¶

type NullableLdapProvider ¶

type NullableLdapProvider struct {
	// contains filtered or unexported fields
}

func NewNullableLdapProvider ¶

func NewNullableLdapProvider(val *LdapProvider) *NullableLdapProvider

func (NullableLdapProvider) Get ¶

func (NullableLdapProvider) IsSet ¶

func (v NullableLdapProvider) IsSet() bool

func (NullableLdapProvider) MarshalJSON ¶

func (v NullableLdapProvider) MarshalJSON() ([]byte, error)

func (*NullableLdapProvider) Set ¶

func (v *NullableLdapProvider) Set(val *LdapProvider)

func (*NullableLdapProvider) UnmarshalJSON ¶

func (v *NullableLdapProvider) UnmarshalJSON(src []byte) error

func (*NullableLdapProvider) Unset ¶

func (v *NullableLdapProvider) Unset()

type NullableLdapProviderAllOf ¶

type NullableLdapProviderAllOf struct {
	// contains filtered or unexported fields
}

func NewNullableLdapProviderAllOf ¶

func NewNullableLdapProviderAllOf(val *LdapProviderAllOf) *NullableLdapProviderAllOf

func (NullableLdapProviderAllOf) Get ¶

func (NullableLdapProviderAllOf) IsSet ¶

func (v NullableLdapProviderAllOf) IsSet() bool

func (NullableLdapProviderAllOf) MarshalJSON ¶

func (v NullableLdapProviderAllOf) MarshalJSON() ([]byte, error)

func (*NullableLdapProviderAllOf) Set ¶

func (*NullableLdapProviderAllOf) UnmarshalJSON ¶

func (v *NullableLdapProviderAllOf) UnmarshalJSON(src []byte) error

func (*NullableLdapProviderAllOf) Unset ¶

func (v *NullableLdapProviderAllOf) Unset()

type NullableLdapProviderAllOfPasswordWarning ¶

type NullableLdapProviderAllOfPasswordWarning struct {
	// contains filtered or unexported fields
}

func (NullableLdapProviderAllOfPasswordWarning) Get ¶

func (NullableLdapProviderAllOfPasswordWarning) IsSet ¶

func (NullableLdapProviderAllOfPasswordWarning) MarshalJSON ¶

func (*NullableLdapProviderAllOfPasswordWarning) Set ¶

func (*NullableLdapProviderAllOfPasswordWarning) UnmarshalJSON ¶

func (v *NullableLdapProviderAllOfPasswordWarning) UnmarshalJSON(src []byte) error

func (*NullableLdapProviderAllOfPasswordWarning) Unset ¶

type NullableLicense ¶

type NullableLicense struct {
	// contains filtered or unexported fields
}

func NewNullableLicense ¶

func NewNullableLicense(val *License) *NullableLicense

func (NullableLicense) Get ¶

func (v NullableLicense) Get() *License

func (NullableLicense) IsSet ¶

func (v NullableLicense) IsSet() bool

func (NullableLicense) MarshalJSON ¶

func (v NullableLicense) MarshalJSON() ([]byte, error)

func (*NullableLicense) Set ¶

func (v *NullableLicense) Set(val *License)

func (*NullableLicense) UnmarshalJSON ¶

func (v *NullableLicense) UnmarshalJSON(src []byte) error

func (*NullableLicense) Unset ¶

func (v *NullableLicense) Unset()

type NullableLicenseAllOf ¶

type NullableLicenseAllOf struct {
	// contains filtered or unexported fields
}

func NewNullableLicenseAllOf ¶

func NewNullableLicenseAllOf(val *LicenseAllOf) *NullableLicenseAllOf

func (NullableLicenseAllOf) Get ¶

func (NullableLicenseAllOf) IsSet ¶

func (v NullableLicenseAllOf) IsSet() bool

func (NullableLicenseAllOf) MarshalJSON ¶

func (v NullableLicenseAllOf) MarshalJSON() ([]byte, error)

func (*NullableLicenseAllOf) Set ¶

func (v *NullableLicenseAllOf) Set(val *LicenseAllOf)

func (*NullableLicenseAllOf) UnmarshalJSON ¶

func (v *NullableLicenseAllOf) UnmarshalJSON(src []byte) error

func (*NullableLicenseAllOf) Unset ¶

func (v *NullableLicenseAllOf) Unset()

type NullableLicenseDetails ¶

type NullableLicenseDetails struct {
	// contains filtered or unexported fields
}

func NewNullableLicenseDetails ¶

func NewNullableLicenseDetails(val *LicenseDetails) *NullableLicenseDetails

func (NullableLicenseDetails) Get ¶

func (NullableLicenseDetails) IsSet ¶

func (v NullableLicenseDetails) IsSet() bool

func (NullableLicenseDetails) MarshalJSON ¶

func (v NullableLicenseDetails) MarshalJSON() ([]byte, error)

func (*NullableLicenseDetails) Set ¶

func (*NullableLicenseDetails) UnmarshalJSON ¶

func (v *NullableLicenseDetails) UnmarshalJSON(src []byte) error

func (*NullableLicenseDetails) Unset ¶

func (v *NullableLicenseDetails) Unset()

type NullableLicenseDetailsUsage ¶

type NullableLicenseDetailsUsage struct {
	// contains filtered or unexported fields
}

func (NullableLicenseDetailsUsage) Get ¶

func (NullableLicenseDetailsUsage) IsSet ¶

func (NullableLicenseDetailsUsage) MarshalJSON ¶

func (v NullableLicenseDetailsUsage) MarshalJSON() ([]byte, error)

func (*NullableLicenseDetailsUsage) Set ¶

func (*NullableLicenseDetailsUsage) UnmarshalJSON ¶

func (v *NullableLicenseDetailsUsage) UnmarshalJSON(src []byte) error

func (*NullableLicenseDetailsUsage) Unset ¶

func (v *NullableLicenseDetailsUsage) Unset()

type NullableLicenseEntitlement ¶

type NullableLicenseEntitlement struct {
	// contains filtered or unexported fields
}

func NewNullableLicenseEntitlement ¶

func NewNullableLicenseEntitlement(val *LicenseEntitlement) *NullableLicenseEntitlement

func (NullableLicenseEntitlement) Get ¶

func (NullableLicenseEntitlement) IsSet ¶

func (v NullableLicenseEntitlement) IsSet() bool

func (NullableLicenseEntitlement) MarshalJSON ¶

func (v NullableLicenseEntitlement) MarshalJSON() ([]byte, error)

func (*NullableLicenseEntitlement) Set ¶

func (*NullableLicenseEntitlement) UnmarshalJSON ¶

func (v *NullableLicenseEntitlement) UnmarshalJSON(src []byte) error

func (*NullableLicenseEntitlement) Unset ¶

func (v *NullableLicenseEntitlement) Unset()

type NullableLicenseImport ¶

type NullableLicenseImport struct {
	// contains filtered or unexported fields
}

func NewNullableLicenseImport ¶

func NewNullableLicenseImport(val *LicenseImport) *NullableLicenseImport

func (NullableLicenseImport) Get ¶

func (NullableLicenseImport) IsSet ¶

func (v NullableLicenseImport) IsSet() bool

func (NullableLicenseImport) MarshalJSON ¶

func (v NullableLicenseImport) MarshalJSON() ([]byte, error)

func (*NullableLicenseImport) Set ¶

func (v *NullableLicenseImport) Set(val *LicenseImport)

func (*NullableLicenseImport) UnmarshalJSON ¶

func (v *NullableLicenseImport) UnmarshalJSON(src []byte) error

func (*NullableLicenseImport) Unset ¶

func (v *NullableLicenseImport) Unset()

type NullableLocalDatabaseIdentityProviderList ¶

type NullableLocalDatabaseIdentityProviderList struct {
	// contains filtered or unexported fields
}

func (NullableLocalDatabaseIdentityProviderList) Get ¶

func (NullableLocalDatabaseIdentityProviderList) IsSet ¶

func (NullableLocalDatabaseIdentityProviderList) MarshalJSON ¶

func (*NullableLocalDatabaseIdentityProviderList) Set ¶

func (*NullableLocalDatabaseIdentityProviderList) UnmarshalJSON ¶

func (v *NullableLocalDatabaseIdentityProviderList) UnmarshalJSON(src []byte) error

func (*NullableLocalDatabaseIdentityProviderList) Unset ¶

type NullableLocalDatabaseProvider ¶

type NullableLocalDatabaseProvider struct {
	// contains filtered or unexported fields
}

func (NullableLocalDatabaseProvider) Get ¶

func (NullableLocalDatabaseProvider) IsSet ¶

func (NullableLocalDatabaseProvider) MarshalJSON ¶

func (v NullableLocalDatabaseProvider) MarshalJSON() ([]byte, error)

func (*NullableLocalDatabaseProvider) Set ¶

func (*NullableLocalDatabaseProvider) UnmarshalJSON ¶

func (v *NullableLocalDatabaseProvider) UnmarshalJSON(src []byte) error

func (*NullableLocalDatabaseProvider) Unset ¶

func (v *NullableLocalDatabaseProvider) Unset()

type NullableLocalProviderSettings ¶

type NullableLocalProviderSettings struct {
	// contains filtered or unexported fields
}

func (NullableLocalProviderSettings) Get ¶

func (NullableLocalProviderSettings) IsSet ¶

func (NullableLocalProviderSettings) MarshalJSON ¶

func (v NullableLocalProviderSettings) MarshalJSON() ([]byte, error)

func (*NullableLocalProviderSettings) Set ¶

func (*NullableLocalProviderSettings) UnmarshalJSON ¶

func (v *NullableLocalProviderSettings) UnmarshalJSON(src []byte) error

func (*NullableLocalProviderSettings) Unset ¶

func (v *NullableLocalProviderSettings) Unset()

type NullableLocalUser ¶

type NullableLocalUser struct {
	// contains filtered or unexported fields
}

func NewNullableLocalUser ¶

func NewNullableLocalUser(val *LocalUser) *NullableLocalUser

func (NullableLocalUser) Get ¶

func (v NullableLocalUser) Get() *LocalUser

func (NullableLocalUser) IsSet ¶

func (v NullableLocalUser) IsSet() bool

func (NullableLocalUser) MarshalJSON ¶

func (v NullableLocalUser) MarshalJSON() ([]byte, error)

func (*NullableLocalUser) Set ¶

func (v *NullableLocalUser) Set(val *LocalUser)

func (*NullableLocalUser) UnmarshalJSON ¶

func (v *NullableLocalUser) UnmarshalJSON(src []byte) error

func (*NullableLocalUser) Unset ¶

func (v *NullableLocalUser) Unset()

type NullableLocalUserAllOf ¶

type NullableLocalUserAllOf struct {
	// contains filtered or unexported fields
}

func NewNullableLocalUserAllOf ¶

func NewNullableLocalUserAllOf(val *LocalUserAllOf) *NullableLocalUserAllOf

func (NullableLocalUserAllOf) Get ¶

func (NullableLocalUserAllOf) IsSet ¶

func (v NullableLocalUserAllOf) IsSet() bool

func (NullableLocalUserAllOf) MarshalJSON ¶

func (v NullableLocalUserAllOf) MarshalJSON() ([]byte, error)

func (*NullableLocalUserAllOf) Set ¶

func (*NullableLocalUserAllOf) UnmarshalJSON ¶

func (v *NullableLocalUserAllOf) UnmarshalJSON(src []byte) error

func (*NullableLocalUserAllOf) Unset ¶

func (v *NullableLocalUserAllOf) Unset()

type NullableLocalUserList ¶

type NullableLocalUserList struct {
	// contains filtered or unexported fields
}

func NewNullableLocalUserList ¶

func NewNullableLocalUserList(val *LocalUserList) *NullableLocalUserList

func (NullableLocalUserList) Get ¶

func (NullableLocalUserList) IsSet ¶

func (v NullableLocalUserList) IsSet() bool

func (NullableLocalUserList) MarshalJSON ¶

func (v NullableLocalUserList) MarshalJSON() ([]byte, error)

func (*NullableLocalUserList) Set ¶

func (v *NullableLocalUserList) Set(val *LocalUserList)

func (*NullableLocalUserList) UnmarshalJSON ¶

func (v *NullableLocalUserList) UnmarshalJSON(src []byte) error

func (*NullableLocalUserList) Unset ¶

func (v *NullableLocalUserList) Unset()

type NullableLocalUserListAllOf ¶

type NullableLocalUserListAllOf struct {
	// contains filtered or unexported fields
}

func NewNullableLocalUserListAllOf ¶

func NewNullableLocalUserListAllOf(val *LocalUserListAllOf) *NullableLocalUserListAllOf

func (NullableLocalUserListAllOf) Get ¶

func (NullableLocalUserListAllOf) IsSet ¶

func (v NullableLocalUserListAllOf) IsSet() bool

func (NullableLocalUserListAllOf) MarshalJSON ¶

func (v NullableLocalUserListAllOf) MarshalJSON() ([]byte, error)

func (*NullableLocalUserListAllOf) Set ¶

func (*NullableLocalUserListAllOf) UnmarshalJSON ¶

func (v *NullableLocalUserListAllOf) UnmarshalJSON(src []byte) error

func (*NullableLocalUserListAllOf) Unset ¶

func (v *NullableLocalUserListAllOf) Unset()

type NullableLocalUsersGetRequest ¶

type NullableLocalUsersGetRequest struct {
	// contains filtered or unexported fields
}

func (NullableLocalUsersGetRequest) Get ¶

func (NullableLocalUsersGetRequest) IsSet ¶

func (NullableLocalUsersGetRequest) MarshalJSON ¶

func (v NullableLocalUsersGetRequest) MarshalJSON() ([]byte, error)

func (*NullableLocalUsersGetRequest) Set ¶

func (*NullableLocalUsersGetRequest) UnmarshalJSON ¶

func (v *NullableLocalUsersGetRequest) UnmarshalJSON(src []byte) error

func (*NullableLocalUsersGetRequest) Unset ¶

func (v *NullableLocalUsersGetRequest) Unset()

type NullableLoginPost406Response ¶

type NullableLoginPost406Response struct {
	// contains filtered or unexported fields
}

func (NullableLoginPost406Response) Get ¶

func (NullableLoginPost406Response) IsSet ¶

func (NullableLoginPost406Response) MarshalJSON ¶

func (v NullableLoginPost406Response) MarshalJSON() ([]byte, error)

func (*NullableLoginPost406Response) Set ¶

func (*NullableLoginPost406Response) UnmarshalJSON ¶

func (v *NullableLoginPost406Response) UnmarshalJSON(src []byte) error

func (*NullableLoginPost406Response) Unset ¶

func (v *NullableLoginPost406Response) Unset()

type NullableLoginRequest ¶

type NullableLoginRequest struct {
	// contains filtered or unexported fields
}

func NewNullableLoginRequest ¶

func NewNullableLoginRequest(val *LoginRequest) *NullableLoginRequest

func (NullableLoginRequest) Get ¶

func (NullableLoginRequest) IsSet ¶

func (v NullableLoginRequest) IsSet() bool

func (NullableLoginRequest) MarshalJSON ¶

func (v NullableLoginRequest) MarshalJSON() ([]byte, error)

func (*NullableLoginRequest) Set ¶

func (v *NullableLoginRequest) Set(val *LoginRequest)

func (*NullableLoginRequest) UnmarshalJSON ¶

func (v *NullableLoginRequest) UnmarshalJSON(src []byte) error

func (*NullableLoginRequest) Unset ¶

func (v *NullableLoginRequest) Unset()

type NullableLoginResponse ¶

type NullableLoginResponse struct {
	// contains filtered or unexported fields
}

func NewNullableLoginResponse ¶

func NewNullableLoginResponse(val *LoginResponse) *NullableLoginResponse

func (NullableLoginResponse) Get ¶

func (NullableLoginResponse) IsSet ¶

func (v NullableLoginResponse) IsSet() bool

func (NullableLoginResponse) MarshalJSON ¶

func (v NullableLoginResponse) MarshalJSON() ([]byte, error)

func (*NullableLoginResponse) Set ¶

func (v *NullableLoginResponse) Set(val *LoginResponse)

func (*NullableLoginResponse) UnmarshalJSON ¶

func (v *NullableLoginResponse) UnmarshalJSON(src []byte) error

func (*NullableLoginResponse) Unset ¶

func (v *NullableLoginResponse) Unset()

type NullableLoginResponseUser ¶

type NullableLoginResponseUser struct {
	// contains filtered or unexported fields
}

func NewNullableLoginResponseUser ¶

func NewNullableLoginResponseUser(val *LoginResponseUser) *NullableLoginResponseUser

func (NullableLoginResponseUser) Get ¶

func (NullableLoginResponseUser) IsSet ¶

func (v NullableLoginResponseUser) IsSet() bool

func (NullableLoginResponseUser) MarshalJSON ¶

func (v NullableLoginResponseUser) MarshalJSON() ([]byte, error)

func (*NullableLoginResponseUser) Set ¶

func (*NullableLoginResponseUser) UnmarshalJSON ¶

func (v *NullableLoginResponseUser) UnmarshalJSON(src []byte) error

func (*NullableLoginResponseUser) Unset ¶

func (v *NullableLoginResponseUser) Unset()

type NullableMfaProvider ¶

type NullableMfaProvider struct {
	// contains filtered or unexported fields
}

func NewNullableMfaProvider ¶

func NewNullableMfaProvider(val *MfaProvider) *NullableMfaProvider

func (NullableMfaProvider) Get ¶

func (NullableMfaProvider) IsSet ¶

func (v NullableMfaProvider) IsSet() bool

func (NullableMfaProvider) MarshalJSON ¶

func (v NullableMfaProvider) MarshalJSON() ([]byte, error)

func (*NullableMfaProvider) Set ¶

func (v *NullableMfaProvider) Set(val *MfaProvider)

func (*NullableMfaProvider) UnmarshalJSON ¶

func (v *NullableMfaProvider) UnmarshalJSON(src []byte) error

func (*NullableMfaProvider) Unset ¶

func (v *NullableMfaProvider) Unset()

type NullableMfaProviderAllOf ¶

type NullableMfaProviderAllOf struct {
	// contains filtered or unexported fields
}

func NewNullableMfaProviderAllOf ¶

func NewNullableMfaProviderAllOf(val *MfaProviderAllOf) *NullableMfaProviderAllOf

func (NullableMfaProviderAllOf) Get ¶

func (NullableMfaProviderAllOf) IsSet ¶

func (v NullableMfaProviderAllOf) IsSet() bool

func (NullableMfaProviderAllOf) MarshalJSON ¶

func (v NullableMfaProviderAllOf) MarshalJSON() ([]byte, error)

func (*NullableMfaProviderAllOf) Set ¶

func (*NullableMfaProviderAllOf) UnmarshalJSON ¶

func (v *NullableMfaProviderAllOf) UnmarshalJSON(src []byte) error

func (*NullableMfaProviderAllOf) Unset ¶

func (v *NullableMfaProviderAllOf) Unset()

type NullableMfaProviderList ¶

type NullableMfaProviderList struct {
	// contains filtered or unexported fields
}

func NewNullableMfaProviderList ¶

func NewNullableMfaProviderList(val *MfaProviderList) *NullableMfaProviderList

func (NullableMfaProviderList) Get ¶

func (NullableMfaProviderList) IsSet ¶

func (v NullableMfaProviderList) IsSet() bool

func (NullableMfaProviderList) MarshalJSON ¶

func (v NullableMfaProviderList) MarshalJSON() ([]byte, error)

func (*NullableMfaProviderList) Set ¶

func (*NullableMfaProviderList) UnmarshalJSON ¶

func (v *NullableMfaProviderList) UnmarshalJSON(src []byte) error

func (*NullableMfaProviderList) Unset ¶

func (v *NullableMfaProviderList) Unset()

type NullableMfaProviderListAllOf ¶

type NullableMfaProviderListAllOf struct {
	// contains filtered or unexported fields
}

func (NullableMfaProviderListAllOf) Get ¶

func (NullableMfaProviderListAllOf) IsSet ¶

func (NullableMfaProviderListAllOf) MarshalJSON ¶

func (v NullableMfaProviderListAllOf) MarshalJSON() ([]byte, error)

func (*NullableMfaProviderListAllOf) Set ¶

func (*NullableMfaProviderListAllOf) UnmarshalJSON ¶

func (v *NullableMfaProviderListAllOf) UnmarshalJSON(src []byte) error

func (*NullableMfaProviderListAllOf) Unset ¶

func (v *NullableMfaProviderListAllOf) Unset()

type NullableOidcProvider ¶

type NullableOidcProvider struct {
	// contains filtered or unexported fields
}

func NewNullableOidcProvider ¶

func NewNullableOidcProvider(val *OidcProvider) *NullableOidcProvider

func (NullableOidcProvider) Get ¶

func (NullableOidcProvider) IsSet ¶

func (v NullableOidcProvider) IsSet() bool

func (NullableOidcProvider) MarshalJSON ¶

func (v NullableOidcProvider) MarshalJSON() ([]byte, error)

func (*NullableOidcProvider) Set ¶

func (v *NullableOidcProvider) Set(val *OidcProvider)

func (*NullableOidcProvider) UnmarshalJSON ¶

func (v *NullableOidcProvider) UnmarshalJSON(src []byte) error

func (*NullableOidcProvider) Unset ¶

func (v *NullableOidcProvider) Unset()

type NullableOidcProviderAllOf ¶

type NullableOidcProviderAllOf struct {
	// contains filtered or unexported fields
}

func NewNullableOidcProviderAllOf ¶

func NewNullableOidcProviderAllOf(val *OidcProviderAllOf) *NullableOidcProviderAllOf

func (NullableOidcProviderAllOf) Get ¶

func (NullableOidcProviderAllOf) IsSet ¶

func (v NullableOidcProviderAllOf) IsSet() bool

func (NullableOidcProviderAllOf) MarshalJSON ¶

func (v NullableOidcProviderAllOf) MarshalJSON() ([]byte, error)

func (*NullableOidcProviderAllOf) Set ¶

func (*NullableOidcProviderAllOf) UnmarshalJSON ¶

func (v *NullableOidcProviderAllOf) UnmarshalJSON(src []byte) error

func (*NullableOidcProviderAllOf) Unset ¶

func (v *NullableOidcProviderAllOf) Unset()

type NullableOnBoardedDevice ¶

type NullableOnBoardedDevice struct {
	// contains filtered or unexported fields
}

func NewNullableOnBoardedDevice ¶

func NewNullableOnBoardedDevice(val *OnBoardedDevice) *NullableOnBoardedDevice

func (NullableOnBoardedDevice) Get ¶

func (NullableOnBoardedDevice) IsSet ¶

func (v NullableOnBoardedDevice) IsSet() bool

func (NullableOnBoardedDevice) MarshalJSON ¶

func (v NullableOnBoardedDevice) MarshalJSON() ([]byte, error)

func (*NullableOnBoardedDevice) Set ¶

func (*NullableOnBoardedDevice) UnmarshalJSON ¶

func (v *NullableOnBoardedDevice) UnmarshalJSON(src []byte) error

func (*NullableOnBoardedDevice) Unset ¶

func (v *NullableOnBoardedDevice) Unset()

type NullableOnBoardedDeviceAllOf ¶

type NullableOnBoardedDeviceAllOf struct {
	// contains filtered or unexported fields
}

func (NullableOnBoardedDeviceAllOf) Get ¶

func (NullableOnBoardedDeviceAllOf) IsSet ¶

func (NullableOnBoardedDeviceAllOf) MarshalJSON ¶

func (v NullableOnBoardedDeviceAllOf) MarshalJSON() ([]byte, error)

func (*NullableOnBoardedDeviceAllOf) Set ¶

func (*NullableOnBoardedDeviceAllOf) UnmarshalJSON ¶

func (v *NullableOnBoardedDeviceAllOf) UnmarshalJSON(src []byte) error

func (*NullableOnBoardedDeviceAllOf) Unset ¶

func (v *NullableOnBoardedDeviceAllOf) Unset()

type NullableOnBoardedDeviceList ¶

type NullableOnBoardedDeviceList struct {
	// contains filtered or unexported fields
}

func (NullableOnBoardedDeviceList) Get ¶

func (NullableOnBoardedDeviceList) IsSet ¶

func (NullableOnBoardedDeviceList) MarshalJSON ¶

func (v NullableOnBoardedDeviceList) MarshalJSON() ([]byte, error)

func (*NullableOnBoardedDeviceList) Set ¶

func (*NullableOnBoardedDeviceList) UnmarshalJSON ¶

func (v *NullableOnBoardedDeviceList) UnmarshalJSON(src []byte) error

func (*NullableOnBoardedDeviceList) Unset ¶

func (v *NullableOnBoardedDeviceList) Unset()

type NullableOnBoardedDeviceListAllOf ¶

type NullableOnBoardedDeviceListAllOf struct {
	// contains filtered or unexported fields
}

func (NullableOnBoardedDeviceListAllOf) Get ¶

func (NullableOnBoardedDeviceListAllOf) IsSet ¶

func (NullableOnBoardedDeviceListAllOf) MarshalJSON ¶

func (v NullableOnBoardedDeviceListAllOf) MarshalJSON() ([]byte, error)

func (*NullableOnBoardedDeviceListAllOf) Set ¶

func (*NullableOnBoardedDeviceListAllOf) UnmarshalJSON ¶

func (v *NullableOnBoardedDeviceListAllOf) UnmarshalJSON(src []byte) error

func (*NullableOnBoardedDeviceListAllOf) Unset ¶

type NullableOnBoardedDevices ¶

type NullableOnBoardedDevices struct {
	// contains filtered or unexported fields
}

func NewNullableOnBoardedDevices ¶

func NewNullableOnBoardedDevices(val *OnBoardedDevices) *NullableOnBoardedDevices

func (NullableOnBoardedDevices) Get ¶

func (NullableOnBoardedDevices) IsSet ¶

func (v NullableOnBoardedDevices) IsSet() bool

func (NullableOnBoardedDevices) MarshalJSON ¶

func (v NullableOnBoardedDevices) MarshalJSON() ([]byte, error)

func (*NullableOnBoardedDevices) Set ¶

func (*NullableOnBoardedDevices) UnmarshalJSON ¶

func (v *NullableOnBoardedDevices) UnmarshalJSON(src []byte) error

func (*NullableOnBoardedDevices) Unset ¶

func (v *NullableOnBoardedDevices) Unset()

type NullableOnBoardedDevicesAllOf ¶

type NullableOnBoardedDevicesAllOf struct {
	// contains filtered or unexported fields
}

func (NullableOnBoardedDevicesAllOf) Get ¶

func (NullableOnBoardedDevicesAllOf) IsSet ¶

func (NullableOnBoardedDevicesAllOf) MarshalJSON ¶

func (v NullableOnBoardedDevicesAllOf) MarshalJSON() ([]byte, error)

func (*NullableOnBoardedDevicesAllOf) Set ¶

func (*NullableOnBoardedDevicesAllOf) UnmarshalJSON ¶

func (v *NullableOnBoardedDevicesAllOf) UnmarshalJSON(src []byte) error

func (*NullableOnBoardedDevicesAllOf) Unset ¶

func (v *NullableOnBoardedDevicesAllOf) Unset()

type NullableOnDemandClaimMappingsInner ¶

type NullableOnDemandClaimMappingsInner struct {
	// contains filtered or unexported fields
}

func (NullableOnDemandClaimMappingsInner) Get ¶

func (NullableOnDemandClaimMappingsInner) IsSet ¶

func (NullableOnDemandClaimMappingsInner) MarshalJSON ¶

func (v NullableOnDemandClaimMappingsInner) MarshalJSON() ([]byte, error)

func (*NullableOnDemandClaimMappingsInner) Set ¶

func (*NullableOnDemandClaimMappingsInner) UnmarshalJSON ¶

func (v *NullableOnDemandClaimMappingsInner) UnmarshalJSON(src []byte) error

func (*NullableOnDemandClaimMappingsInner) Unset ¶

type NullableOnDemandClaimMappingsInnerParameters ¶

type NullableOnDemandClaimMappingsInnerParameters struct {
	// contains filtered or unexported fields
}

func (NullableOnDemandClaimMappingsInnerParameters) Get ¶

func (NullableOnDemandClaimMappingsInnerParameters) IsSet ¶

func (NullableOnDemandClaimMappingsInnerParameters) MarshalJSON ¶

func (*NullableOnDemandClaimMappingsInnerParameters) Set ¶

func (*NullableOnDemandClaimMappingsInnerParameters) UnmarshalJSON ¶

func (*NullableOnDemandClaimMappingsInnerParameters) Unset ¶

type NullableOtpSeed ¶

type NullableOtpSeed struct {
	// contains filtered or unexported fields
}

func NewNullableOtpSeed ¶

func NewNullableOtpSeed(val *OtpSeed) *NullableOtpSeed

func (NullableOtpSeed) Get ¶

func (v NullableOtpSeed) Get() *OtpSeed

func (NullableOtpSeed) IsSet ¶

func (v NullableOtpSeed) IsSet() bool

func (NullableOtpSeed) MarshalJSON ¶

func (v NullableOtpSeed) MarshalJSON() ([]byte, error)

func (*NullableOtpSeed) Set ¶

func (v *NullableOtpSeed) Set(val *OtpSeed)

func (*NullableOtpSeed) UnmarshalJSON ¶

func (v *NullableOtpSeed) UnmarshalJSON(src []byte) error

func (*NullableOtpSeed) Unset ¶

func (v *NullableOtpSeed) Unset()

type NullableOtpSeedAllOf ¶

type NullableOtpSeedAllOf struct {
	// contains filtered or unexported fields
}

func NewNullableOtpSeedAllOf ¶

func NewNullableOtpSeedAllOf(val *OtpSeedAllOf) *NullableOtpSeedAllOf

func (NullableOtpSeedAllOf) Get ¶

func (NullableOtpSeedAllOf) IsSet ¶

func (v NullableOtpSeedAllOf) IsSet() bool

func (NullableOtpSeedAllOf) MarshalJSON ¶

func (v NullableOtpSeedAllOf) MarshalJSON() ([]byte, error)

func (*NullableOtpSeedAllOf) Set ¶

func (v *NullableOtpSeedAllOf) Set(val *OtpSeedAllOf)

func (*NullableOtpSeedAllOf) UnmarshalJSON ¶

func (v *NullableOtpSeedAllOf) UnmarshalJSON(src []byte) error

func (*NullableOtpSeedAllOf) Unset ¶

func (v *NullableOtpSeedAllOf) Unset()

type NullableOtpSeedList ¶

type NullableOtpSeedList struct {
	// contains filtered or unexported fields
}

func NewNullableOtpSeedList ¶

func NewNullableOtpSeedList(val *OtpSeedList) *NullableOtpSeedList

func (NullableOtpSeedList) Get ¶

func (NullableOtpSeedList) IsSet ¶

func (v NullableOtpSeedList) IsSet() bool

func (NullableOtpSeedList) MarshalJSON ¶

func (v NullableOtpSeedList) MarshalJSON() ([]byte, error)

func (*NullableOtpSeedList) Set ¶

func (v *NullableOtpSeedList) Set(val *OtpSeedList)

func (*NullableOtpSeedList) UnmarshalJSON ¶

func (v *NullableOtpSeedList) UnmarshalJSON(src []byte) error

func (*NullableOtpSeedList) Unset ¶

func (v *NullableOtpSeedList) Unset()

type NullableOtpSeedListAllOf ¶

type NullableOtpSeedListAllOf struct {
	// contains filtered or unexported fields
}

func NewNullableOtpSeedListAllOf ¶

func NewNullableOtpSeedListAllOf(val *OtpSeedListAllOf) *NullableOtpSeedListAllOf

func (NullableOtpSeedListAllOf) Get ¶

func (NullableOtpSeedListAllOf) IsSet ¶

func (v NullableOtpSeedListAllOf) IsSet() bool

func (NullableOtpSeedListAllOf) MarshalJSON ¶

func (v NullableOtpSeedListAllOf) MarshalJSON() ([]byte, error)

func (*NullableOtpSeedListAllOf) Set ¶

func (*NullableOtpSeedListAllOf) UnmarshalJSON ¶

func (v *NullableOtpSeedListAllOf) UnmarshalJSON(src []byte) error

func (*NullableOtpSeedListAllOf) Unset ¶

func (v *NullableOtpSeedListAllOf) Unset()

type NullableP12 ¶

type NullableP12 struct {
	// contains filtered or unexported fields
}

func NewNullableP12 ¶

func NewNullableP12(val *P12) *NullableP12

func (NullableP12) Get ¶

func (v NullableP12) Get() *P12

func (NullableP12) IsSet ¶

func (v NullableP12) IsSet() bool

func (NullableP12) MarshalJSON ¶

func (v NullableP12) MarshalJSON() ([]byte, error)

func (*NullableP12) Set ¶

func (v *NullableP12) Set(val *P12)

func (*NullableP12) UnmarshalJSON ¶

func (v *NullableP12) UnmarshalJSON(src []byte) error

func (*NullableP12) Unset ¶

func (v *NullableP12) Unset()

type NullableP121 ¶

type NullableP121 struct {
	// contains filtered or unexported fields
}

func NewNullableP121 ¶

func NewNullableP121(val *P121) *NullableP121

func (NullableP121) Get ¶

func (v NullableP121) Get() *P121

func (NullableP121) IsSet ¶

func (v NullableP121) IsSet() bool

func (NullableP121) MarshalJSON ¶

func (v NullableP121) MarshalJSON() ([]byte, error)

func (*NullableP121) Set ¶

func (v *NullableP121) Set(val *P121)

func (*NullableP121) UnmarshalJSON ¶

func (v *NullableP121) UnmarshalJSON(src []byte) error

func (*NullableP121) Unset ¶

func (v *NullableP121) Unset()

type NullablePolicy ¶

type NullablePolicy struct {
	// contains filtered or unexported fields
}

func NewNullablePolicy ¶

func NewNullablePolicy(val *Policy) *NullablePolicy

func (NullablePolicy) Get ¶

func (v NullablePolicy) Get() *Policy

func (NullablePolicy) IsSet ¶

func (v NullablePolicy) IsSet() bool

func (NullablePolicy) MarshalJSON ¶

func (v NullablePolicy) MarshalJSON() ([]byte, error)

func (*NullablePolicy) Set ¶

func (v *NullablePolicy) Set(val *Policy)

func (*NullablePolicy) UnmarshalJSON ¶

func (v *NullablePolicy) UnmarshalJSON(src []byte) error

func (*NullablePolicy) Unset ¶

func (v *NullablePolicy) Unset()

type NullablePolicyAllOf ¶

type NullablePolicyAllOf struct {
	// contains filtered or unexported fields
}

func NewNullablePolicyAllOf ¶

func NewNullablePolicyAllOf(val *PolicyAllOf) *NullablePolicyAllOf

func (NullablePolicyAllOf) Get ¶

func (NullablePolicyAllOf) IsSet ¶

func (v NullablePolicyAllOf) IsSet() bool

func (NullablePolicyAllOf) MarshalJSON ¶

func (v NullablePolicyAllOf) MarshalJSON() ([]byte, error)

func (*NullablePolicyAllOf) Set ¶

func (v *NullablePolicyAllOf) Set(val *PolicyAllOf)

func (*NullablePolicyAllOf) UnmarshalJSON ¶

func (v *NullablePolicyAllOf) UnmarshalJSON(src []byte) error

func (*NullablePolicyAllOf) Unset ¶

func (v *NullablePolicyAllOf) Unset()

type NullablePolicyAllOfClientProfileSettings ¶

type NullablePolicyAllOfClientProfileSettings struct {
	// contains filtered or unexported fields
}

func (NullablePolicyAllOfClientProfileSettings) Get ¶

func (NullablePolicyAllOfClientProfileSettings) IsSet ¶

func (NullablePolicyAllOfClientProfileSettings) MarshalJSON ¶

func (*NullablePolicyAllOfClientProfileSettings) Set ¶

func (*NullablePolicyAllOfClientProfileSettings) UnmarshalJSON ¶

func (v *NullablePolicyAllOfClientProfileSettings) UnmarshalJSON(src []byte) error

func (*NullablePolicyAllOfClientProfileSettings) Unset ¶

type NullablePolicyAllOfClientSettings ¶

type NullablePolicyAllOfClientSettings struct {
	// contains filtered or unexported fields
}

func (NullablePolicyAllOfClientSettings) Get ¶

func (NullablePolicyAllOfClientSettings) IsSet ¶

func (NullablePolicyAllOfClientSettings) MarshalJSON ¶

func (v NullablePolicyAllOfClientSettings) MarshalJSON() ([]byte, error)

func (*NullablePolicyAllOfClientSettings) Set ¶

func (*NullablePolicyAllOfClientSettings) UnmarshalJSON ¶

func (v *NullablePolicyAllOfClientSettings) UnmarshalJSON(src []byte) error

func (*NullablePolicyAllOfClientSettings) Unset ¶

type NullablePolicyAllOfDnsSettings ¶

type NullablePolicyAllOfDnsSettings struct {
	// contains filtered or unexported fields
}

func (NullablePolicyAllOfDnsSettings) Get ¶

func (NullablePolicyAllOfDnsSettings) IsSet ¶

func (NullablePolicyAllOfDnsSettings) MarshalJSON ¶

func (v NullablePolicyAllOfDnsSettings) MarshalJSON() ([]byte, error)

func (*NullablePolicyAllOfDnsSettings) Set ¶

func (*NullablePolicyAllOfDnsSettings) UnmarshalJSON ¶

func (v *NullablePolicyAllOfDnsSettings) UnmarshalJSON(src []byte) error

func (*NullablePolicyAllOfDnsSettings) Unset ¶

func (v *NullablePolicyAllOfDnsSettings) Unset()

type NullablePolicyAllOfProxyAutoConfig ¶

type NullablePolicyAllOfProxyAutoConfig struct {
	// contains filtered or unexported fields
}

func (NullablePolicyAllOfProxyAutoConfig) Get ¶

func (NullablePolicyAllOfProxyAutoConfig) IsSet ¶

func (NullablePolicyAllOfProxyAutoConfig) MarshalJSON ¶

func (v NullablePolicyAllOfProxyAutoConfig) MarshalJSON() ([]byte, error)

func (*NullablePolicyAllOfProxyAutoConfig) Set ¶

func (*NullablePolicyAllOfProxyAutoConfig) UnmarshalJSON ¶

func (v *NullablePolicyAllOfProxyAutoConfig) UnmarshalJSON(src []byte) error

func (*NullablePolicyAllOfProxyAutoConfig) Unset ¶

type NullablePolicyAllOfTrustedNetworkCheck ¶

type NullablePolicyAllOfTrustedNetworkCheck struct {
	// contains filtered or unexported fields
}

func (NullablePolicyAllOfTrustedNetworkCheck) Get ¶

func (NullablePolicyAllOfTrustedNetworkCheck) IsSet ¶

func (NullablePolicyAllOfTrustedNetworkCheck) MarshalJSON ¶

func (v NullablePolicyAllOfTrustedNetworkCheck) MarshalJSON() ([]byte, error)

func (*NullablePolicyAllOfTrustedNetworkCheck) Set ¶

func (*NullablePolicyAllOfTrustedNetworkCheck) UnmarshalJSON ¶

func (v *NullablePolicyAllOfTrustedNetworkCheck) UnmarshalJSON(src []byte) error

func (*NullablePolicyAllOfTrustedNetworkCheck) Unset ¶

type NullablePolicyList ¶

type NullablePolicyList struct {
	// contains filtered or unexported fields
}

func NewNullablePolicyList ¶

func NewNullablePolicyList(val *PolicyList) *NullablePolicyList

func (NullablePolicyList) Get ¶

func (v NullablePolicyList) Get() *PolicyList

func (NullablePolicyList) IsSet ¶

func (v NullablePolicyList) IsSet() bool

func (NullablePolicyList) MarshalJSON ¶

func (v NullablePolicyList) MarshalJSON() ([]byte, error)

func (*NullablePolicyList) Set ¶

func (v *NullablePolicyList) Set(val *PolicyList)

func (*NullablePolicyList) UnmarshalJSON ¶

func (v *NullablePolicyList) UnmarshalJSON(src []byte) error

func (*NullablePolicyList) Unset ¶

func (v *NullablePolicyList) Unset()

type NullablePolicyListAllOf ¶

type NullablePolicyListAllOf struct {
	// contains filtered or unexported fields
}

func NewNullablePolicyListAllOf ¶

func NewNullablePolicyListAllOf(val *PolicyListAllOf) *NullablePolicyListAllOf

func (NullablePolicyListAllOf) Get ¶

func (NullablePolicyListAllOf) IsSet ¶

func (v NullablePolicyListAllOf) IsSet() bool

func (NullablePolicyListAllOf) MarshalJSON ¶

func (v NullablePolicyListAllOf) MarshalJSON() ([]byte, error)

func (*NullablePolicyListAllOf) Set ¶

func (*NullablePolicyListAllOf) UnmarshalJSON ¶

func (v *NullablePolicyListAllOf) UnmarshalJSON(src []byte) error

func (*NullablePolicyListAllOf) Unset ¶

func (v *NullablePolicyListAllOf) Unset()

type NullablePortal ¶

type NullablePortal struct {
	// contains filtered or unexported fields
}

func NewNullablePortal ¶

func NewNullablePortal(val *Portal) *NullablePortal

func (NullablePortal) Get ¶

func (v NullablePortal) Get() *Portal

func (NullablePortal) IsSet ¶

func (v NullablePortal) IsSet() bool

func (NullablePortal) MarshalJSON ¶

func (v NullablePortal) MarshalJSON() ([]byte, error)

func (*NullablePortal) Set ¶

func (v *NullablePortal) Set(val *Portal)

func (*NullablePortal) UnmarshalJSON ¶

func (v *NullablePortal) UnmarshalJSON(src []byte) error

func (*NullablePortal) Unset ¶

func (v *NullablePortal) Unset()

type NullablePortal12 ¶

type NullablePortal12 struct {
	// contains filtered or unexported fields
}

func NewNullablePortal12 ¶

func NewNullablePortal12(val *Portal12) *NullablePortal12

func (NullablePortal12) Get ¶

func (v NullablePortal12) Get() *Portal12

func (NullablePortal12) IsSet ¶

func (v NullablePortal12) IsSet() bool

func (NullablePortal12) MarshalJSON ¶

func (v NullablePortal12) MarshalJSON() ([]byte, error)

func (*NullablePortal12) Set ¶

func (v *NullablePortal12) Set(val *Portal12)

func (*NullablePortal12) UnmarshalJSON ¶

func (v *NullablePortal12) UnmarshalJSON(src []byte) error

func (*NullablePortal12) Unset ¶

func (v *NullablePortal12) Unset()

type NullablePortal12AllOf ¶

type NullablePortal12AllOf struct {
	// contains filtered or unexported fields
}

func NewNullablePortal12AllOf ¶

func NewNullablePortal12AllOf(val *Portal12AllOf) *NullablePortal12AllOf

func (NullablePortal12AllOf) Get ¶

func (NullablePortal12AllOf) IsSet ¶

func (v NullablePortal12AllOf) IsSet() bool

func (NullablePortal12AllOf) MarshalJSON ¶

func (v NullablePortal12AllOf) MarshalJSON() ([]byte, error)

func (*NullablePortal12AllOf) Set ¶

func (v *NullablePortal12AllOf) Set(val *Portal12AllOf)

func (*NullablePortal12AllOf) UnmarshalJSON ¶

func (v *NullablePortal12AllOf) UnmarshalJSON(src []byte) error

func (*NullablePortal12AllOf) Unset ¶

func (v *NullablePortal12AllOf) Unset()

type NullablePortalExternalProfilesInner ¶

type NullablePortalExternalProfilesInner struct {
	// contains filtered or unexported fields
}

func (NullablePortalExternalProfilesInner) Get ¶

func (NullablePortalExternalProfilesInner) IsSet ¶

func (NullablePortalExternalProfilesInner) MarshalJSON ¶

func (v NullablePortalExternalProfilesInner) MarshalJSON() ([]byte, error)

func (*NullablePortalExternalProfilesInner) Set ¶

func (*NullablePortalExternalProfilesInner) UnmarshalJSON ¶

func (v *NullablePortalExternalProfilesInner) UnmarshalJSON(src []byte) error

func (*NullablePortalExternalProfilesInner) Unset ¶

type NullablePortalSignInCustomization ¶

type NullablePortalSignInCustomization struct {
	// contains filtered or unexported fields
}

func (NullablePortalSignInCustomization) Get ¶

func (NullablePortalSignInCustomization) IsSet ¶

func (NullablePortalSignInCustomization) MarshalJSON ¶

func (v NullablePortalSignInCustomization) MarshalJSON() ([]byte, error)

func (*NullablePortalSignInCustomization) Set ¶

func (*NullablePortalSignInCustomization) UnmarshalJSON ¶

func (v *NullablePortalSignInCustomization) UnmarshalJSON(src []byte) error

func (*NullablePortalSignInCustomization) Unset ¶

type NullableRadiusIdentityProviderList ¶

type NullableRadiusIdentityProviderList struct {
	// contains filtered or unexported fields
}

func (NullableRadiusIdentityProviderList) Get ¶

func (NullableRadiusIdentityProviderList) IsSet ¶

func (NullableRadiusIdentityProviderList) MarshalJSON ¶

func (v NullableRadiusIdentityProviderList) MarshalJSON() ([]byte, error)

func (*NullableRadiusIdentityProviderList) Set ¶

func (*NullableRadiusIdentityProviderList) UnmarshalJSON ¶

func (v *NullableRadiusIdentityProviderList) UnmarshalJSON(src []byte) error

func (*NullableRadiusIdentityProviderList) Unset ¶

type NullableRadiusProvider ¶

type NullableRadiusProvider struct {
	// contains filtered or unexported fields
}

func NewNullableRadiusProvider ¶

func NewNullableRadiusProvider(val *RadiusProvider) *NullableRadiusProvider

func (NullableRadiusProvider) Get ¶

func (NullableRadiusProvider) IsSet ¶

func (v NullableRadiusProvider) IsSet() bool

func (NullableRadiusProvider) MarshalJSON ¶

func (v NullableRadiusProvider) MarshalJSON() ([]byte, error)

func (*NullableRadiusProvider) Set ¶

func (*NullableRadiusProvider) UnmarshalJSON ¶

func (v *NullableRadiusProvider) UnmarshalJSON(src []byte) error

func (*NullableRadiusProvider) Unset ¶

func (v *NullableRadiusProvider) Unset()

type NullableRadiusProviderAllOf ¶

type NullableRadiusProviderAllOf struct {
	// contains filtered or unexported fields
}

func (NullableRadiusProviderAllOf) Get ¶

func (NullableRadiusProviderAllOf) IsSet ¶

func (NullableRadiusProviderAllOf) MarshalJSON ¶

func (v NullableRadiusProviderAllOf) MarshalJSON() ([]byte, error)

func (*NullableRadiusProviderAllOf) Set ¶

func (*NullableRadiusProviderAllOf) UnmarshalJSON ¶

func (v *NullableRadiusProviderAllOf) UnmarshalJSON(src []byte) error

func (*NullableRadiusProviderAllOf) Unset ¶

func (v *NullableRadiusProviderAllOf) Unset()

type NullableRegistrationToken ¶

type NullableRegistrationToken struct {
	// contains filtered or unexported fields
}

func NewNullableRegistrationToken ¶

func NewNullableRegistrationToken(val *RegistrationToken) *NullableRegistrationToken

func (NullableRegistrationToken) Get ¶

func (NullableRegistrationToken) IsSet ¶

func (v NullableRegistrationToken) IsSet() bool

func (NullableRegistrationToken) MarshalJSON ¶

func (v NullableRegistrationToken) MarshalJSON() ([]byte, error)

func (*NullableRegistrationToken) Set ¶

func (*NullableRegistrationToken) UnmarshalJSON ¶

func (v *NullableRegistrationToken) UnmarshalJSON(src []byte) error

func (*NullableRegistrationToken) Unset ¶

func (v *NullableRegistrationToken) Unset()

type NullableRemedyMethod ¶

type NullableRemedyMethod struct {
	// contains filtered or unexported fields
}

func NewNullableRemedyMethod ¶

func NewNullableRemedyMethod(val *RemedyMethod) *NullableRemedyMethod

func (NullableRemedyMethod) Get ¶

func (NullableRemedyMethod) IsSet ¶

func (v NullableRemedyMethod) IsSet() bool

func (NullableRemedyMethod) MarshalJSON ¶

func (v NullableRemedyMethod) MarshalJSON() ([]byte, error)

func (*NullableRemedyMethod) Set ¶

func (v *NullableRemedyMethod) Set(val *RemedyMethod)

func (*NullableRemedyMethod) UnmarshalJSON ¶

func (v *NullableRemedyMethod) UnmarshalJSON(src []byte) error

func (*NullableRemedyMethod) Unset ¶

func (v *NullableRemedyMethod) Unset()

type NullableResultList ¶

type NullableResultList struct {
	// contains filtered or unexported fields
}

func NewNullableResultList ¶

func NewNullableResultList(val *ResultList) *NullableResultList

func (NullableResultList) Get ¶

func (v NullableResultList) Get() *ResultList

func (NullableResultList) IsSet ¶

func (v NullableResultList) IsSet() bool

func (NullableResultList) MarshalJSON ¶

func (v NullableResultList) MarshalJSON() ([]byte, error)

func (*NullableResultList) Set ¶

func (v *NullableResultList) Set(val *ResultList)

func (*NullableResultList) UnmarshalJSON ¶

func (v *NullableResultList) UnmarshalJSON(src []byte) error

func (*NullableResultList) Unset ¶

func (v *NullableResultList) Unset()

type NullableResultListAllOf ¶

type NullableResultListAllOf struct {
	// contains filtered or unexported fields
}

func NewNullableResultListAllOf ¶

func NewNullableResultListAllOf(val *ResultListAllOf) *NullableResultListAllOf

func (NullableResultListAllOf) Get ¶

func (NullableResultListAllOf) IsSet ¶

func (v NullableResultListAllOf) IsSet() bool

func (NullableResultListAllOf) MarshalJSON ¶

func (v NullableResultListAllOf) MarshalJSON() ([]byte, error)

func (*NullableResultListAllOf) Set ¶

func (*NullableResultListAllOf) UnmarshalJSON ¶

func (v *NullableResultListAllOf) UnmarshalJSON(src []byte) error

func (*NullableResultListAllOf) Unset ¶

func (v *NullableResultListAllOf) Unset()

type NullableResultListBase ¶

type NullableResultListBase struct {
	// contains filtered or unexported fields
}

func NewNullableResultListBase ¶

func NewNullableResultListBase(val *ResultListBase) *NullableResultListBase

func (NullableResultListBase) Get ¶

func (NullableResultListBase) IsSet ¶

func (v NullableResultListBase) IsSet() bool

func (NullableResultListBase) MarshalJSON ¶

func (v NullableResultListBase) MarshalJSON() ([]byte, error)

func (*NullableResultListBase) Set ¶

func (*NullableResultListBase) UnmarshalJSON ¶

func (v *NullableResultListBase) UnmarshalJSON(src []byte) error

func (*NullableResultListBase) Unset ¶

func (v *NullableResultListBase) Unset()

type NullableResultListWithoutFilterBy ¶

type NullableResultListWithoutFilterBy struct {
	// contains filtered or unexported fields
}

func (NullableResultListWithoutFilterBy) Get ¶

func (NullableResultListWithoutFilterBy) IsSet ¶

func (NullableResultListWithoutFilterBy) MarshalJSON ¶

func (v NullableResultListWithoutFilterBy) MarshalJSON() ([]byte, error)

func (*NullableResultListWithoutFilterBy) Set ¶

func (*NullableResultListWithoutFilterBy) UnmarshalJSON ¶

func (v *NullableResultListWithoutFilterBy) UnmarshalJSON(src []byte) error

func (*NullableResultListWithoutFilterBy) Unset ¶

type NullableRingfenceRule ¶

type NullableRingfenceRule struct {
	// contains filtered or unexported fields
}

func NewNullableRingfenceRule ¶

func NewNullableRingfenceRule(val *RingfenceRule) *NullableRingfenceRule

func (NullableRingfenceRule) Get ¶

func (NullableRingfenceRule) IsSet ¶

func (v NullableRingfenceRule) IsSet() bool

func (NullableRingfenceRule) MarshalJSON ¶

func (v NullableRingfenceRule) MarshalJSON() ([]byte, error)

func (*NullableRingfenceRule) Set ¶

func (v *NullableRingfenceRule) Set(val *RingfenceRule)

func (*NullableRingfenceRule) UnmarshalJSON ¶

func (v *NullableRingfenceRule) UnmarshalJSON(src []byte) error

func (*NullableRingfenceRule) Unset ¶

func (v *NullableRingfenceRule) Unset()

type NullableRingfenceRuleAllOf ¶

type NullableRingfenceRuleAllOf struct {
	// contains filtered or unexported fields
}

func NewNullableRingfenceRuleAllOf ¶

func NewNullableRingfenceRuleAllOf(val *RingfenceRuleAllOf) *NullableRingfenceRuleAllOf

func (NullableRingfenceRuleAllOf) Get ¶

func (NullableRingfenceRuleAllOf) IsSet ¶

func (v NullableRingfenceRuleAllOf) IsSet() bool

func (NullableRingfenceRuleAllOf) MarshalJSON ¶

func (v NullableRingfenceRuleAllOf) MarshalJSON() ([]byte, error)

func (*NullableRingfenceRuleAllOf) Set ¶

func (*NullableRingfenceRuleAllOf) UnmarshalJSON ¶

func (v *NullableRingfenceRuleAllOf) UnmarshalJSON(src []byte) error

func (*NullableRingfenceRuleAllOf) Unset ¶

func (v *NullableRingfenceRuleAllOf) Unset()

type NullableRingfenceRuleAllOfActions ¶

type NullableRingfenceRuleAllOfActions struct {
	// contains filtered or unexported fields
}

func (NullableRingfenceRuleAllOfActions) Get ¶

func (NullableRingfenceRuleAllOfActions) IsSet ¶

func (NullableRingfenceRuleAllOfActions) MarshalJSON ¶

func (v NullableRingfenceRuleAllOfActions) MarshalJSON() ([]byte, error)

func (*NullableRingfenceRuleAllOfActions) Set ¶

func (*NullableRingfenceRuleAllOfActions) UnmarshalJSON ¶

func (v *NullableRingfenceRuleAllOfActions) UnmarshalJSON(src []byte) error

func (*NullableRingfenceRuleAllOfActions) Unset ¶

type NullableRingfenceRuleList ¶

type NullableRingfenceRuleList struct {
	// contains filtered or unexported fields
}

func NewNullableRingfenceRuleList ¶

func NewNullableRingfenceRuleList(val *RingfenceRuleList) *NullableRingfenceRuleList

func (NullableRingfenceRuleList) Get ¶

func (NullableRingfenceRuleList) IsSet ¶

func (v NullableRingfenceRuleList) IsSet() bool

func (NullableRingfenceRuleList) MarshalJSON ¶

func (v NullableRingfenceRuleList) MarshalJSON() ([]byte, error)

func (*NullableRingfenceRuleList) Set ¶

func (*NullableRingfenceRuleList) UnmarshalJSON ¶

func (v *NullableRingfenceRuleList) UnmarshalJSON(src []byte) error

func (*NullableRingfenceRuleList) Unset ¶

func (v *NullableRingfenceRuleList) Unset()

type NullableRingfenceRuleListAllOf ¶

type NullableRingfenceRuleListAllOf struct {
	// contains filtered or unexported fields
}

func (NullableRingfenceRuleListAllOf) Get ¶

func (NullableRingfenceRuleListAllOf) IsSet ¶

func (NullableRingfenceRuleListAllOf) MarshalJSON ¶

func (v NullableRingfenceRuleListAllOf) MarshalJSON() ([]byte, error)

func (*NullableRingfenceRuleListAllOf) Set ¶

func (*NullableRingfenceRuleListAllOf) UnmarshalJSON ¶

func (v *NullableRingfenceRuleListAllOf) UnmarshalJSON(src []byte) error

func (*NullableRingfenceRuleListAllOf) Unset ¶

func (v *NullableRingfenceRuleListAllOf) Unset()

type NullableRisk ¶

type NullableRisk struct {
	// contains filtered or unexported fields
}

func NewNullableRisk ¶

func NewNullableRisk(val *Risk) *NullableRisk

func (NullableRisk) Get ¶

func (v NullableRisk) Get() *Risk

func (NullableRisk) IsSet ¶

func (v NullableRisk) IsSet() bool

func (NullableRisk) MarshalJSON ¶

func (v NullableRisk) MarshalJSON() ([]byte, error)

func (*NullableRisk) Set ¶

func (v *NullableRisk) Set(val *Risk)

func (*NullableRisk) UnmarshalJSON ¶

func (v *NullableRisk) UnmarshalJSON(src []byte) error

func (*NullableRisk) Unset ¶

func (v *NullableRisk) Unset()

type NullableRiskModel ¶

type NullableRiskModel struct {
	// contains filtered or unexported fields
}

func NewNullableRiskModel ¶

func NewNullableRiskModel(val *RiskModel) *NullableRiskModel

func (NullableRiskModel) Get ¶

func (v NullableRiskModel) Get() *RiskModel

func (NullableRiskModel) IsSet ¶

func (v NullableRiskModel) IsSet() bool

func (NullableRiskModel) MarshalJSON ¶

func (v NullableRiskModel) MarshalJSON() ([]byte, error)

func (*NullableRiskModel) Set ¶

func (v *NullableRiskModel) Set(val *RiskModel)

func (*NullableRiskModel) UnmarshalJSON ¶

func (v *NullableRiskModel) UnmarshalJSON(src []byte) error

func (*NullableRiskModel) Unset ¶

func (v *NullableRiskModel) Unset()

type NullableRiskUserAction ¶

type NullableRiskUserAction struct {
	// contains filtered or unexported fields
}

func NewNullableRiskUserAction ¶

func NewNullableRiskUserAction(val *RiskUserAction) *NullableRiskUserAction

func (NullableRiskUserAction) Get ¶

func (NullableRiskUserAction) IsSet ¶

func (v NullableRiskUserAction) IsSet() bool

func (NullableRiskUserAction) MarshalJSON ¶

func (v NullableRiskUserAction) MarshalJSON() ([]byte, error)

func (*NullableRiskUserAction) Set ¶

func (*NullableRiskUserAction) UnmarshalJSON ¶

func (v *NullableRiskUserAction) UnmarshalJSON(src []byte) error

func (*NullableRiskUserAction) Unset ¶

func (v *NullableRiskUserAction) Unset()

type NullableRiskUserActionAllOf ¶

type NullableRiskUserActionAllOf struct {
	// contains filtered or unexported fields
}

func (NullableRiskUserActionAllOf) Get ¶

func (NullableRiskUserActionAllOf) IsSet ¶

func (NullableRiskUserActionAllOf) MarshalJSON ¶

func (v NullableRiskUserActionAllOf) MarshalJSON() ([]byte, error)

func (*NullableRiskUserActionAllOf) Set ¶

func (*NullableRiskUserActionAllOf) UnmarshalJSON ¶

func (v *NullableRiskUserActionAllOf) UnmarshalJSON(src []byte) error

func (*NullableRiskUserActionAllOf) Unset ¶

func (v *NullableRiskUserActionAllOf) Unset()

type NullableSSHConfig ¶

type NullableSSHConfig struct {
	// contains filtered or unexported fields
}

func NewNullableSSHConfig ¶

func NewNullableSSHConfig(val *SSHConfig) *NullableSSHConfig

func (NullableSSHConfig) Get ¶

func (v NullableSSHConfig) Get() *SSHConfig

func (NullableSSHConfig) IsSet ¶

func (v NullableSSHConfig) IsSet() bool

func (NullableSSHConfig) MarshalJSON ¶

func (v NullableSSHConfig) MarshalJSON() ([]byte, error)

func (*NullableSSHConfig) Set ¶

func (v *NullableSSHConfig) Set(val *SSHConfig)

func (*NullableSSHConfig) UnmarshalJSON ¶

func (v *NullableSSHConfig) UnmarshalJSON(src []byte) error

func (*NullableSSHConfig) Unset ¶

func (v *NullableSSHConfig) Unset()

type NullableSamlIdentityProviderList ¶

type NullableSamlIdentityProviderList struct {
	// contains filtered or unexported fields
}

func (NullableSamlIdentityProviderList) Get ¶

func (NullableSamlIdentityProviderList) IsSet ¶

func (NullableSamlIdentityProviderList) MarshalJSON ¶

func (v NullableSamlIdentityProviderList) MarshalJSON() ([]byte, error)

func (*NullableSamlIdentityProviderList) Set ¶

func (*NullableSamlIdentityProviderList) UnmarshalJSON ¶

func (v *NullableSamlIdentityProviderList) UnmarshalJSON(src []byte) error

func (*NullableSamlIdentityProviderList) Unset ¶

type NullableSamlProvider ¶

type NullableSamlProvider struct {
	// contains filtered or unexported fields
}

func NewNullableSamlProvider ¶

func NewNullableSamlProvider(val *SamlProvider) *NullableSamlProvider

func (NullableSamlProvider) Get ¶

func (NullableSamlProvider) IsSet ¶

func (v NullableSamlProvider) IsSet() bool

func (NullableSamlProvider) MarshalJSON ¶

func (v NullableSamlProvider) MarshalJSON() ([]byte, error)

func (*NullableSamlProvider) Set ¶

func (v *NullableSamlProvider) Set(val *SamlProvider)

func (*NullableSamlProvider) UnmarshalJSON ¶

func (v *NullableSamlProvider) UnmarshalJSON(src []byte) error

func (*NullableSamlProvider) Unset ¶

func (v *NullableSamlProvider) Unset()

type NullableSamlProviderAllOf ¶

type NullableSamlProviderAllOf struct {
	// contains filtered or unexported fields
}

func NewNullableSamlProviderAllOf ¶

func NewNullableSamlProviderAllOf(val *SamlProviderAllOf) *NullableSamlProviderAllOf

func (NullableSamlProviderAllOf) Get ¶

func (NullableSamlProviderAllOf) IsSet ¶

func (v NullableSamlProviderAllOf) IsSet() bool

func (NullableSamlProviderAllOf) MarshalJSON ¶

func (v NullableSamlProviderAllOf) MarshalJSON() ([]byte, error)

func (*NullableSamlProviderAllOf) Set ¶

func (*NullableSamlProviderAllOf) UnmarshalJSON ¶

func (v *NullableSamlProviderAllOf) UnmarshalJSON(src []byte) error

func (*NullableSamlProviderAllOf) Unset ¶

func (v *NullableSamlProviderAllOf) Unset()

type NullableSensitivity ¶

type NullableSensitivity struct {
	// contains filtered or unexported fields
}

func NewNullableSensitivity ¶

func NewNullableSensitivity(val *Sensitivity) *NullableSensitivity

func (NullableSensitivity) Get ¶

func (NullableSensitivity) IsSet ¶

func (v NullableSensitivity) IsSet() bool

func (NullableSensitivity) MarshalJSON ¶

func (v NullableSensitivity) MarshalJSON() ([]byte, error)

func (*NullableSensitivity) Set ¶

func (v *NullableSensitivity) Set(val *Sensitivity)

func (*NullableSensitivity) UnmarshalJSON ¶

func (v *NullableSensitivity) UnmarshalJSON(src []byte) error

func (*NullableSensitivity) Unset ¶

func (v *NullableSensitivity) Unset()

type NullableServiceDatabaseProvider ¶

type NullableServiceDatabaseProvider struct {
	// contains filtered or unexported fields
}

func (NullableServiceDatabaseProvider) Get ¶

func (NullableServiceDatabaseProvider) IsSet ¶

func (NullableServiceDatabaseProvider) MarshalJSON ¶

func (v NullableServiceDatabaseProvider) MarshalJSON() ([]byte, error)

func (*NullableServiceDatabaseProvider) Set ¶

func (*NullableServiceDatabaseProvider) UnmarshalJSON ¶

func (v *NullableServiceDatabaseProvider) UnmarshalJSON(src []byte) error

func (*NullableServiceDatabaseProvider) Unset ¶

type NullableServiceUser ¶

type NullableServiceUser struct {
	// contains filtered or unexported fields
}

func NewNullableServiceUser ¶

func NewNullableServiceUser(val *ServiceUser) *NullableServiceUser

func (NullableServiceUser) Get ¶

func (NullableServiceUser) IsSet ¶

func (v NullableServiceUser) IsSet() bool

func (NullableServiceUser) MarshalJSON ¶

func (v NullableServiceUser) MarshalJSON() ([]byte, error)

func (*NullableServiceUser) Set ¶

func (v *NullableServiceUser) Set(val *ServiceUser)

func (*NullableServiceUser) UnmarshalJSON ¶

func (v *NullableServiceUser) UnmarshalJSON(src []byte) error

func (*NullableServiceUser) Unset ¶

func (v *NullableServiceUser) Unset()

type NullableServiceUserAllOf ¶

type NullableServiceUserAllOf struct {
	// contains filtered or unexported fields
}

func NewNullableServiceUserAllOf ¶

func NewNullableServiceUserAllOf(val *ServiceUserAllOf) *NullableServiceUserAllOf

func (NullableServiceUserAllOf) Get ¶

func (NullableServiceUserAllOf) IsSet ¶

func (v NullableServiceUserAllOf) IsSet() bool

func (NullableServiceUserAllOf) MarshalJSON ¶

func (v NullableServiceUserAllOf) MarshalJSON() ([]byte, error)

func (*NullableServiceUserAllOf) Set ¶

func (*NullableServiceUserAllOf) UnmarshalJSON ¶

func (v *NullableServiceUserAllOf) UnmarshalJSON(src []byte) error

func (*NullableServiceUserAllOf) Unset ¶

func (v *NullableServiceUserAllOf) Unset()

type NullableServiceUserList ¶

type NullableServiceUserList struct {
	// contains filtered or unexported fields
}

func NewNullableServiceUserList ¶

func NewNullableServiceUserList(val *ServiceUserList) *NullableServiceUserList

func (NullableServiceUserList) Get ¶

func (NullableServiceUserList) IsSet ¶

func (v NullableServiceUserList) IsSet() bool

func (NullableServiceUserList) MarshalJSON ¶

func (v NullableServiceUserList) MarshalJSON() ([]byte, error)

func (*NullableServiceUserList) Set ¶

func (*NullableServiceUserList) UnmarshalJSON ¶

func (v *NullableServiceUserList) UnmarshalJSON(src []byte) error

func (*NullableServiceUserList) Unset ¶

func (v *NullableServiceUserList) Unset()

type NullableServiceUserListAllOf ¶

type NullableServiceUserListAllOf struct {
	// contains filtered or unexported fields
}

func (NullableServiceUserListAllOf) Get ¶

func (NullableServiceUserListAllOf) IsSet ¶

func (NullableServiceUserListAllOf) MarshalJSON ¶

func (v NullableServiceUserListAllOf) MarshalJSON() ([]byte, error)

func (*NullableServiceUserListAllOf) Set ¶

func (*NullableServiceUserListAllOf) UnmarshalJSON ¶

func (v *NullableServiceUserListAllOf) UnmarshalJSON(src []byte) error

func (*NullableServiceUserListAllOf) Unset ¶

func (v *NullableServiceUserListAllOf) Unset()

type NullableServiceUsersGetRequest ¶

type NullableServiceUsersGetRequest struct {
	// contains filtered or unexported fields
}

func (NullableServiceUsersGetRequest) Get ¶

func (NullableServiceUsersGetRequest) IsSet ¶

func (NullableServiceUsersGetRequest) MarshalJSON ¶

func (v NullableServiceUsersGetRequest) MarshalJSON() ([]byte, error)

func (*NullableServiceUsersGetRequest) Set ¶

func (*NullableServiceUsersGetRequest) UnmarshalJSON ¶

func (v *NullableServiceUsersGetRequest) UnmarshalJSON(src []byte) error

func (*NullableServiceUsersGetRequest) Unset ¶

func (v *NullableServiceUsersGetRequest) Unset()

type NullableSessionInfoDistinguishedName ¶

type NullableSessionInfoDistinguishedName struct {
	// contains filtered or unexported fields
}

func (NullableSessionInfoDistinguishedName) Get ¶

func (NullableSessionInfoDistinguishedName) IsSet ¶

func (NullableSessionInfoDistinguishedName) MarshalJSON ¶

func (v NullableSessionInfoDistinguishedName) MarshalJSON() ([]byte, error)

func (*NullableSessionInfoDistinguishedName) Set ¶

func (*NullableSessionInfoDistinguishedName) UnmarshalJSON ¶

func (v *NullableSessionInfoDistinguishedName) UnmarshalJSON(src []byte) error

func (*NullableSessionInfoDistinguishedName) Unset ¶

type NullableSessionInfoDistinguishedNameDataValue ¶

type NullableSessionInfoDistinguishedNameDataValue struct {
	// contains filtered or unexported fields
}

func (NullableSessionInfoDistinguishedNameDataValue) Get ¶

func (NullableSessionInfoDistinguishedNameDataValue) IsSet ¶

func (NullableSessionInfoDistinguishedNameDataValue) MarshalJSON ¶

func (*NullableSessionInfoDistinguishedNameDataValue) Set ¶

func (*NullableSessionInfoDistinguishedNameDataValue) UnmarshalJSON ¶

func (*NullableSessionInfoDistinguishedNameDataValue) Unset ¶

type NullableSessionInfoDistinguishedNameDataValueEntitlementInfosValue ¶

type NullableSessionInfoDistinguishedNameDataValueEntitlementInfosValue struct {
	// contains filtered or unexported fields
}

func (NullableSessionInfoDistinguishedNameDataValueEntitlementInfosValue) Get ¶

func (NullableSessionInfoDistinguishedNameDataValueEntitlementInfosValue) IsSet ¶

func (NullableSessionInfoDistinguishedNameDataValueEntitlementInfosValue) MarshalJSON ¶

func (*NullableSessionInfoDistinguishedNameDataValueEntitlementInfosValue) Set ¶

func (*NullableSessionInfoDistinguishedNameDataValueEntitlementInfosValue) UnmarshalJSON ¶

func (*NullableSessionInfoDistinguishedNameDataValueEntitlementInfosValue) Unset ¶

type NullableSessionInfoDistinguishedNameDataValueEntitlementInfosValueFirewallRulesInner ¶

type NullableSessionInfoDistinguishedNameDataValueEntitlementInfosValueFirewallRulesInner struct {
	// contains filtered or unexported fields
}

func (NullableSessionInfoDistinguishedNameDataValueEntitlementInfosValueFirewallRulesInner) Get ¶

func (NullableSessionInfoDistinguishedNameDataValueEntitlementInfosValueFirewallRulesInner) IsSet ¶

func (NullableSessionInfoDistinguishedNameDataValueEntitlementInfosValueFirewallRulesInner) MarshalJSON ¶

func (*NullableSessionInfoDistinguishedNameDataValueEntitlementInfosValueFirewallRulesInner) Set ¶

func (*NullableSessionInfoDistinguishedNameDataValueEntitlementInfosValueFirewallRulesInner) UnmarshalJSON ¶

func (*NullableSessionInfoDistinguishedNameDataValueEntitlementInfosValueFirewallRulesInner) Unset ¶

type NullableSite ¶

type NullableSite struct {
	// contains filtered or unexported fields
}

func NewNullableSite ¶

func NewNullableSite(val *Site) *NullableSite

func (NullableSite) Get ¶

func (v NullableSite) Get() *Site

func (NullableSite) IsSet ¶

func (v NullableSite) IsSet() bool

func (NullableSite) MarshalJSON ¶

func (v NullableSite) MarshalJSON() ([]byte, error)

func (*NullableSite) Set ¶

func (v *NullableSite) Set(val *Site)

func (*NullableSite) UnmarshalJSON ¶

func (v *NullableSite) UnmarshalJSON(src []byte) error

func (*NullableSite) Unset ¶

func (v *NullableSite) Unset()

type NullableSiteAllOf ¶

type NullableSiteAllOf struct {
	// contains filtered or unexported fields
}

func NewNullableSiteAllOf ¶

func NewNullableSiteAllOf(val *SiteAllOf) *NullableSiteAllOf

func (NullableSiteAllOf) Get ¶

func (v NullableSiteAllOf) Get() *SiteAllOf

func (NullableSiteAllOf) IsSet ¶

func (v NullableSiteAllOf) IsSet() bool

func (NullableSiteAllOf) MarshalJSON ¶

func (v NullableSiteAllOf) MarshalJSON() ([]byte, error)

func (*NullableSiteAllOf) Set ¶

func (v *NullableSiteAllOf) Set(val *SiteAllOf)

func (*NullableSiteAllOf) UnmarshalJSON ¶

func (v *NullableSiteAllOf) UnmarshalJSON(src []byte) error

func (*NullableSiteAllOf) Unset ¶

func (v *NullableSiteAllOf) Unset()

type NullableSiteAllOfDefaultGateway ¶

type NullableSiteAllOfDefaultGateway struct {
	// contains filtered or unexported fields
}

func (NullableSiteAllOfDefaultGateway) Get ¶

func (NullableSiteAllOfDefaultGateway) IsSet ¶

func (NullableSiteAllOfDefaultGateway) MarshalJSON ¶

func (v NullableSiteAllOfDefaultGateway) MarshalJSON() ([]byte, error)

func (*NullableSiteAllOfDefaultGateway) Set ¶

func (*NullableSiteAllOfDefaultGateway) UnmarshalJSON ¶

func (v *NullableSiteAllOfDefaultGateway) UnmarshalJSON(src []byte) error

func (*NullableSiteAllOfDefaultGateway) Unset ¶

type NullableSiteAllOfIpPoolMappings ¶

type NullableSiteAllOfIpPoolMappings struct {
	// contains filtered or unexported fields
}

func (NullableSiteAllOfIpPoolMappings) Get ¶

func (NullableSiteAllOfIpPoolMappings) IsSet ¶

func (NullableSiteAllOfIpPoolMappings) MarshalJSON ¶

func (v NullableSiteAllOfIpPoolMappings) MarshalJSON() ([]byte, error)

func (*NullableSiteAllOfIpPoolMappings) Set ¶

func (*NullableSiteAllOfIpPoolMappings) UnmarshalJSON ¶

func (v *NullableSiteAllOfIpPoolMappings) UnmarshalJSON(src []byte) error

func (*NullableSiteAllOfIpPoolMappings) Unset ¶

type NullableSiteAllOfNameResolution ¶

type NullableSiteAllOfNameResolution struct {
	// contains filtered or unexported fields
}

func (NullableSiteAllOfNameResolution) Get ¶

func (NullableSiteAllOfNameResolution) IsSet ¶

func (NullableSiteAllOfNameResolution) MarshalJSON ¶

func (v NullableSiteAllOfNameResolution) MarshalJSON() ([]byte, error)

func (*NullableSiteAllOfNameResolution) Set ¶

func (*NullableSiteAllOfNameResolution) UnmarshalJSON ¶

func (v *NullableSiteAllOfNameResolution) UnmarshalJSON(src []byte) error

func (*NullableSiteAllOfNameResolution) Unset ¶

type NullableSiteAllOfNameResolutionAssumedRoles ¶

type NullableSiteAllOfNameResolutionAssumedRoles struct {
	// contains filtered or unexported fields
}

func (NullableSiteAllOfNameResolutionAssumedRoles) Get ¶

func (NullableSiteAllOfNameResolutionAssumedRoles) IsSet ¶

func (NullableSiteAllOfNameResolutionAssumedRoles) MarshalJSON ¶

func (*NullableSiteAllOfNameResolutionAssumedRoles) Set ¶

func (*NullableSiteAllOfNameResolutionAssumedRoles) UnmarshalJSON ¶

func (v *NullableSiteAllOfNameResolutionAssumedRoles) UnmarshalJSON(src []byte) error

func (*NullableSiteAllOfNameResolutionAssumedRoles) Unset ¶

type NullableSiteAllOfNameResolutionAwsResolvers ¶

type NullableSiteAllOfNameResolutionAwsResolvers struct {
	// contains filtered or unexported fields
}

func (NullableSiteAllOfNameResolutionAwsResolvers) Get ¶

func (NullableSiteAllOfNameResolutionAwsResolvers) IsSet ¶

func (NullableSiteAllOfNameResolutionAwsResolvers) MarshalJSON ¶

func (*NullableSiteAllOfNameResolutionAwsResolvers) Set ¶

func (*NullableSiteAllOfNameResolutionAwsResolvers) UnmarshalJSON ¶

func (v *NullableSiteAllOfNameResolutionAwsResolvers) UnmarshalJSON(src []byte) error

func (*NullableSiteAllOfNameResolutionAwsResolvers) Unset ¶

type NullableSiteAllOfNameResolutionAzureResolvers ¶

type NullableSiteAllOfNameResolutionAzureResolvers struct {
	// contains filtered or unexported fields
}

func (NullableSiteAllOfNameResolutionAzureResolvers) Get ¶

func (NullableSiteAllOfNameResolutionAzureResolvers) IsSet ¶

func (NullableSiteAllOfNameResolutionAzureResolvers) MarshalJSON ¶

func (*NullableSiteAllOfNameResolutionAzureResolvers) Set ¶

func (*NullableSiteAllOfNameResolutionAzureResolvers) UnmarshalJSON ¶

func (*NullableSiteAllOfNameResolutionAzureResolvers) Unset ¶

type NullableSiteAllOfNameResolutionDnsForwarding ¶

type NullableSiteAllOfNameResolutionDnsForwarding struct {
	// contains filtered or unexported fields
}

func (NullableSiteAllOfNameResolutionDnsForwarding) Get ¶

func (NullableSiteAllOfNameResolutionDnsForwarding) IsSet ¶

func (NullableSiteAllOfNameResolutionDnsForwarding) MarshalJSON ¶

func (*NullableSiteAllOfNameResolutionDnsForwarding) Set ¶

func (*NullableSiteAllOfNameResolutionDnsForwarding) UnmarshalJSON ¶

func (*NullableSiteAllOfNameResolutionDnsForwarding) Unset ¶

type NullableSiteAllOfNameResolutionDnsResolvers ¶

type NullableSiteAllOfNameResolutionDnsResolvers struct {
	// contains filtered or unexported fields
}

func (NullableSiteAllOfNameResolutionDnsResolvers) Get ¶

func (NullableSiteAllOfNameResolutionDnsResolvers) IsSet ¶

func (NullableSiteAllOfNameResolutionDnsResolvers) MarshalJSON ¶

func (*NullableSiteAllOfNameResolutionDnsResolvers) Set ¶

func (*NullableSiteAllOfNameResolutionDnsResolvers) UnmarshalJSON ¶

func (v *NullableSiteAllOfNameResolutionDnsResolvers) UnmarshalJSON(src []byte) error

func (*NullableSiteAllOfNameResolutionDnsResolvers) Unset ¶

type NullableSiteAllOfNameResolutionEsxResolvers ¶

type NullableSiteAllOfNameResolutionEsxResolvers struct {
	// contains filtered or unexported fields
}

func (NullableSiteAllOfNameResolutionEsxResolvers) Get ¶

func (NullableSiteAllOfNameResolutionEsxResolvers) IsSet ¶

func (NullableSiteAllOfNameResolutionEsxResolvers) MarshalJSON ¶

func (*NullableSiteAllOfNameResolutionEsxResolvers) Set ¶

func (*NullableSiteAllOfNameResolutionEsxResolvers) UnmarshalJSON ¶

func (v *NullableSiteAllOfNameResolutionEsxResolvers) UnmarshalJSON(src []byte) error

func (*NullableSiteAllOfNameResolutionEsxResolvers) Unset ¶

type NullableSiteAllOfNameResolutionGcpResolvers ¶

type NullableSiteAllOfNameResolutionGcpResolvers struct {
	// contains filtered or unexported fields
}

func (NullableSiteAllOfNameResolutionGcpResolvers) Get ¶

func (NullableSiteAllOfNameResolutionGcpResolvers) IsSet ¶

func (NullableSiteAllOfNameResolutionGcpResolvers) MarshalJSON ¶

func (*NullableSiteAllOfNameResolutionGcpResolvers) Set ¶

func (*NullableSiteAllOfNameResolutionGcpResolvers) UnmarshalJSON ¶

func (v *NullableSiteAllOfNameResolutionGcpResolvers) UnmarshalJSON(src []byte) error

func (*NullableSiteAllOfNameResolutionGcpResolvers) Unset ¶

type NullableSiteAllOfNameResolutionIllumioResolvers ¶

type NullableSiteAllOfNameResolutionIllumioResolvers struct {
	// contains filtered or unexported fields
}

func (NullableSiteAllOfNameResolutionIllumioResolvers) Get ¶

func (NullableSiteAllOfNameResolutionIllumioResolvers) IsSet ¶

func (NullableSiteAllOfNameResolutionIllumioResolvers) MarshalJSON ¶

func (*NullableSiteAllOfNameResolutionIllumioResolvers) Set ¶

func (*NullableSiteAllOfNameResolutionIllumioResolvers) UnmarshalJSON ¶

func (*NullableSiteAllOfNameResolutionIllumioResolvers) Unset ¶

type NullableSiteAllOfVpn ¶

type NullableSiteAllOfVpn struct {
	// contains filtered or unexported fields
}

func NewNullableSiteAllOfVpn ¶

func NewNullableSiteAllOfVpn(val *SiteAllOfVpn) *NullableSiteAllOfVpn

func (NullableSiteAllOfVpn) Get ¶

func (NullableSiteAllOfVpn) IsSet ¶

func (v NullableSiteAllOfVpn) IsSet() bool

func (NullableSiteAllOfVpn) MarshalJSON ¶

func (v NullableSiteAllOfVpn) MarshalJSON() ([]byte, error)

func (*NullableSiteAllOfVpn) Set ¶

func (v *NullableSiteAllOfVpn) Set(val *SiteAllOfVpn)

func (*NullableSiteAllOfVpn) UnmarshalJSON ¶

func (v *NullableSiteAllOfVpn) UnmarshalJSON(src []byte) error

func (*NullableSiteAllOfVpn) Unset ¶

func (v *NullableSiteAllOfVpn) Unset()

type NullableSiteAllOfVpnDtls ¶

type NullableSiteAllOfVpnDtls struct {
	// contains filtered or unexported fields
}

func NewNullableSiteAllOfVpnDtls ¶

func NewNullableSiteAllOfVpnDtls(val *SiteAllOfVpnDtls) *NullableSiteAllOfVpnDtls

func (NullableSiteAllOfVpnDtls) Get ¶

func (NullableSiteAllOfVpnDtls) IsSet ¶

func (v NullableSiteAllOfVpnDtls) IsSet() bool

func (NullableSiteAllOfVpnDtls) MarshalJSON ¶

func (v NullableSiteAllOfVpnDtls) MarshalJSON() ([]byte, error)

func (*NullableSiteAllOfVpnDtls) Set ¶

func (*NullableSiteAllOfVpnDtls) UnmarshalJSON ¶

func (v *NullableSiteAllOfVpnDtls) UnmarshalJSON(src []byte) error

func (*NullableSiteAllOfVpnDtls) Unset ¶

func (v *NullableSiteAllOfVpnDtls) Unset()

type NullableSiteAllOfVpnRouteVia ¶

type NullableSiteAllOfVpnRouteVia struct {
	// contains filtered or unexported fields
}

func (NullableSiteAllOfVpnRouteVia) Get ¶

func (NullableSiteAllOfVpnRouteVia) IsSet ¶

func (NullableSiteAllOfVpnRouteVia) MarshalJSON ¶

func (v NullableSiteAllOfVpnRouteVia) MarshalJSON() ([]byte, error)

func (*NullableSiteAllOfVpnRouteVia) Set ¶

func (*NullableSiteAllOfVpnRouteVia) UnmarshalJSON ¶

func (v *NullableSiteAllOfVpnRouteVia) UnmarshalJSON(src []byte) error

func (*NullableSiteAllOfVpnRouteVia) Unset ¶

func (v *NullableSiteAllOfVpnRouteVia) Unset()

type NullableSiteAllOfVpnTls ¶

type NullableSiteAllOfVpnTls struct {
	// contains filtered or unexported fields
}

func NewNullableSiteAllOfVpnTls ¶

func NewNullableSiteAllOfVpnTls(val *SiteAllOfVpnTls) *NullableSiteAllOfVpnTls

func (NullableSiteAllOfVpnTls) Get ¶

func (NullableSiteAllOfVpnTls) IsSet ¶

func (v NullableSiteAllOfVpnTls) IsSet() bool

func (NullableSiteAllOfVpnTls) MarshalJSON ¶

func (v NullableSiteAllOfVpnTls) MarshalJSON() ([]byte, error)

func (*NullableSiteAllOfVpnTls) Set ¶

func (*NullableSiteAllOfVpnTls) UnmarshalJSON ¶

func (v *NullableSiteAllOfVpnTls) UnmarshalJSON(src []byte) error

func (*NullableSiteAllOfVpnTls) Unset ¶

func (v *NullableSiteAllOfVpnTls) Unset()

type NullableSiteList ¶

type NullableSiteList struct {
	// contains filtered or unexported fields
}

func NewNullableSiteList ¶

func NewNullableSiteList(val *SiteList) *NullableSiteList

func (NullableSiteList) Get ¶

func (v NullableSiteList) Get() *SiteList

func (NullableSiteList) IsSet ¶

func (v NullableSiteList) IsSet() bool

func (NullableSiteList) MarshalJSON ¶

func (v NullableSiteList) MarshalJSON() ([]byte, error)

func (*NullableSiteList) Set ¶

func (v *NullableSiteList) Set(val *SiteList)

func (*NullableSiteList) UnmarshalJSON ¶

func (v *NullableSiteList) UnmarshalJSON(src []byte) error

func (*NullableSiteList) Unset ¶

func (v *NullableSiteList) Unset()

type NullableSiteListAllOf ¶

type NullableSiteListAllOf struct {
	// contains filtered or unexported fields
}

func NewNullableSiteListAllOf ¶

func NewNullableSiteListAllOf(val *SiteListAllOf) *NullableSiteListAllOf

func (NullableSiteListAllOf) Get ¶

func (NullableSiteListAllOf) IsSet ¶

func (v NullableSiteListAllOf) IsSet() bool

func (NullableSiteListAllOf) MarshalJSON ¶

func (v NullableSiteListAllOf) MarshalJSON() ([]byte, error)

func (*NullableSiteListAllOf) Set ¶

func (v *NullableSiteListAllOf) Set(val *SiteListAllOf)

func (*NullableSiteListAllOf) UnmarshalJSON ¶

func (v *NullableSiteListAllOf) UnmarshalJSON(src []byte) error

func (*NullableSiteListAllOf) Unset ¶

func (v *NullableSiteListAllOf) Unset()

type NullableSplunk ¶

type NullableSplunk struct {
	// contains filtered or unexported fields
}

func NewNullableSplunk ¶

func NewNullableSplunk(val *Splunk) *NullableSplunk

func (NullableSplunk) Get ¶

func (v NullableSplunk) Get() *Splunk

func (NullableSplunk) IsSet ¶

func (v NullableSplunk) IsSet() bool

func (NullableSplunk) MarshalJSON ¶

func (v NullableSplunk) MarshalJSON() ([]byte, error)

func (*NullableSplunk) Set ¶

func (v *NullableSplunk) Set(val *Splunk)

func (*NullableSplunk) UnmarshalJSON ¶

func (v *NullableSplunk) UnmarshalJSON(src []byte) error

func (*NullableSplunk) Unset ¶

func (v *NullableSplunk) Unset()

type NullableStatsAppliancesList ¶

type NullableStatsAppliancesList struct {
	// contains filtered or unexported fields
}

func (NullableStatsAppliancesList) Get ¶

func (NullableStatsAppliancesList) IsSet ¶

func (NullableStatsAppliancesList) MarshalJSON ¶

func (v NullableStatsAppliancesList) MarshalJSON() ([]byte, error)

func (*NullableStatsAppliancesList) Set ¶

func (*NullableStatsAppliancesList) UnmarshalJSON ¶

func (v *NullableStatsAppliancesList) UnmarshalJSON(src []byte) error

func (*NullableStatsAppliancesList) Unset ¶

func (v *NullableStatsAppliancesList) Unset()

type NullableStatsAppliancesListAllOf ¶

type NullableStatsAppliancesListAllOf struct {
	// contains filtered or unexported fields
}

func (NullableStatsAppliancesListAllOf) Get ¶

func (NullableStatsAppliancesListAllOf) IsSet ¶

func (NullableStatsAppliancesListAllOf) MarshalJSON ¶

func (v NullableStatsAppliancesListAllOf) MarshalJSON() ([]byte, error)

func (*NullableStatsAppliancesListAllOf) Set ¶

func (*NullableStatsAppliancesListAllOf) UnmarshalJSON ¶

func (v *NullableStatsAppliancesListAllOf) UnmarshalJSON(src []byte) error

func (*NullableStatsAppliancesListAllOf) Unset ¶

type NullableStatsAppliancesListAllOfData ¶

type NullableStatsAppliancesListAllOfData struct {
	// contains filtered or unexported fields
}

func (NullableStatsAppliancesListAllOfData) Get ¶

func (NullableStatsAppliancesListAllOfData) IsSet ¶

func (NullableStatsAppliancesListAllOfData) MarshalJSON ¶

func (v NullableStatsAppliancesListAllOfData) MarshalJSON() ([]byte, error)

func (*NullableStatsAppliancesListAllOfData) Set ¶

func (*NullableStatsAppliancesListAllOfData) UnmarshalJSON ¶

func (v *NullableStatsAppliancesListAllOfData) UnmarshalJSON(src []byte) error

func (*NullableStatsAppliancesListAllOfData) Unset ¶

type NullableStatsAppliancesListAllOfDiskInfo ¶

type NullableStatsAppliancesListAllOfDiskInfo struct {
	// contains filtered or unexported fields
}

func (NullableStatsAppliancesListAllOfDiskInfo) Get ¶

func (NullableStatsAppliancesListAllOfDiskInfo) IsSet ¶

func (NullableStatsAppliancesListAllOfDiskInfo) MarshalJSON ¶

func (*NullableStatsAppliancesListAllOfDiskInfo) Set ¶

func (*NullableStatsAppliancesListAllOfDiskInfo) UnmarshalJSON ¶

func (v *NullableStatsAppliancesListAllOfDiskInfo) UnmarshalJSON(src []byte) error

func (*NullableStatsAppliancesListAllOfDiskInfo) Unset ¶

type NullableStatsAppliancesListAllOfNetwork ¶

type NullableStatsAppliancesListAllOfNetwork struct {
	// contains filtered or unexported fields
}

func (NullableStatsAppliancesListAllOfNetwork) Get ¶

func (NullableStatsAppliancesListAllOfNetwork) IsSet ¶

func (NullableStatsAppliancesListAllOfNetwork) MarshalJSON ¶

func (v NullableStatsAppliancesListAllOfNetwork) MarshalJSON() ([]byte, error)

func (*NullableStatsAppliancesListAllOfNetwork) Set ¶

func (*NullableStatsAppliancesListAllOfNetwork) UnmarshalJSON ¶

func (v *NullableStatsAppliancesListAllOfNetwork) UnmarshalJSON(src []byte) error

func (*NullableStatsAppliancesListAllOfNetwork) Unset ¶

type NullableStatsAppliancesListAllOfUpgrade ¶

type NullableStatsAppliancesListAllOfUpgrade struct {
	// contains filtered or unexported fields
}

func (NullableStatsAppliancesListAllOfUpgrade) Get ¶

func (NullableStatsAppliancesListAllOfUpgrade) IsSet ¶

func (NullableStatsAppliancesListAllOfUpgrade) MarshalJSON ¶

func (v NullableStatsAppliancesListAllOfUpgrade) MarshalJSON() ([]byte, error)

func (*NullableStatsAppliancesListAllOfUpgrade) Set ¶

func (*NullableStatsAppliancesListAllOfUpgrade) UnmarshalJSON ¶

func (v *NullableStatsAppliancesListAllOfUpgrade) UnmarshalJSON(src []byte) error

func (*NullableStatsAppliancesListAllOfUpgrade) Unset ¶

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 NullableSumoLogic ¶

type NullableSumoLogic struct {
	// contains filtered or unexported fields
}

func NewNullableSumoLogic ¶

func NewNullableSumoLogic(val *SumoLogic) *NullableSumoLogic

func (NullableSumoLogic) Get ¶

func (v NullableSumoLogic) Get() *SumoLogic

func (NullableSumoLogic) IsSet ¶

func (v NullableSumoLogic) IsSet() bool

func (NullableSumoLogic) MarshalJSON ¶

func (v NullableSumoLogic) MarshalJSON() ([]byte, error)

func (*NullableSumoLogic) Set ¶

func (v *NullableSumoLogic) Set(val *SumoLogic)

func (*NullableSumoLogic) UnmarshalJSON ¶

func (v *NullableSumoLogic) UnmarshalJSON(src []byte) error

func (*NullableSumoLogic) Unset ¶

func (v *NullableSumoLogic) Unset()

type NullableTcpClient ¶

type NullableTcpClient struct {
	// contains filtered or unexported fields
}

func NewNullableTcpClient ¶

func NewNullableTcpClient(val *TcpClient) *NullableTcpClient

func (NullableTcpClient) Get ¶

func (v NullableTcpClient) Get() *TcpClient

func (NullableTcpClient) IsSet ¶

func (v NullableTcpClient) IsSet() bool

func (NullableTcpClient) MarshalJSON ¶

func (v NullableTcpClient) MarshalJSON() ([]byte, error)

func (*NullableTcpClient) Set ¶

func (v *NullableTcpClient) Set(val *TcpClient)

func (*NullableTcpClient) UnmarshalJSON ¶

func (v *NullableTcpClient) UnmarshalJSON(src []byte) error

func (*NullableTcpClient) Unset ¶

func (v *NullableTcpClient) Unset()

type NullableTestRequest ¶

type NullableTestRequest struct {
	// contains filtered or unexported fields
}

func NewNullableTestRequest ¶

func NewNullableTestRequest(val *TestRequest) *NullableTestRequest

func (NullableTestRequest) Get ¶

func (NullableTestRequest) IsSet ¶

func (v NullableTestRequest) IsSet() bool

func (NullableTestRequest) MarshalJSON ¶

func (v NullableTestRequest) MarshalJSON() ([]byte, error)

func (*NullableTestRequest) Set ¶

func (v *NullableTestRequest) Set(val *TestRequest)

func (*NullableTestRequest) UnmarshalJSON ¶

func (v *NullableTestRequest) UnmarshalJSON(src []byte) error

func (*NullableTestRequest) Unset ¶

func (v *NullableTestRequest) 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 NullableTokenRecordsReevalByDnDistinguishedNamePost200Response ¶

type NullableTokenRecordsReevalByDnDistinguishedNamePost200Response struct {
	// contains filtered or unexported fields
}

func (NullableTokenRecordsReevalByDnDistinguishedNamePost200Response) Get ¶

func (NullableTokenRecordsReevalByDnDistinguishedNamePost200Response) IsSet ¶

func (NullableTokenRecordsReevalByDnDistinguishedNamePost200Response) MarshalJSON ¶

func (*NullableTokenRecordsReevalByDnDistinguishedNamePost200Response) Set ¶

func (*NullableTokenRecordsReevalByDnDistinguishedNamePost200Response) UnmarshalJSON ¶

func (*NullableTokenRecordsReevalByDnDistinguishedNamePost200Response) Unset ¶

type NullableTokenRevocation ¶

type NullableTokenRevocation struct {
	// contains filtered or unexported fields
}

func NewNullableTokenRevocation ¶

func NewNullableTokenRevocation(val *TokenRevocation) *NullableTokenRevocation

func (NullableTokenRevocation) Get ¶

func (NullableTokenRevocation) IsSet ¶

func (v NullableTokenRevocation) IsSet() bool

func (NullableTokenRevocation) MarshalJSON ¶

func (v NullableTokenRevocation) MarshalJSON() ([]byte, error)

func (*NullableTokenRevocation) Set ¶

func (*NullableTokenRevocation) UnmarshalJSON ¶

func (v *NullableTokenRevocation) UnmarshalJSON(src []byte) error

func (*NullableTokenRevocation) Unset ¶

func (v *NullableTokenRevocation) Unset()

type NullableTokenRevocationRequest ¶

type NullableTokenRevocationRequest struct {
	// contains filtered or unexported fields
}

func (NullableTokenRevocationRequest) Get ¶

func (NullableTokenRevocationRequest) IsSet ¶

func (NullableTokenRevocationRequest) MarshalJSON ¶

func (v NullableTokenRevocationRequest) MarshalJSON() ([]byte, error)

func (*NullableTokenRevocationRequest) Set ¶

func (*NullableTokenRevocationRequest) UnmarshalJSON ¶

func (v *NullableTokenRevocationRequest) UnmarshalJSON(src []byte) error

func (*NullableTokenRevocationRequest) Unset ¶

func (v *NullableTokenRevocationRequest) Unset()

type NullableTokenRevocationResponse ¶

type NullableTokenRevocationResponse struct {
	// contains filtered or unexported fields
}

func (NullableTokenRevocationResponse) Get ¶

func (NullableTokenRevocationResponse) IsSet ¶

func (NullableTokenRevocationResponse) MarshalJSON ¶

func (v NullableTokenRevocationResponse) MarshalJSON() ([]byte, error)

func (*NullableTokenRevocationResponse) Set ¶

func (*NullableTokenRevocationResponse) UnmarshalJSON ¶

func (v *NullableTokenRevocationResponse) UnmarshalJSON(src []byte) error

func (*NullableTokenRevocationResponse) Unset ¶

type NullableTokenRevocationResponseAllOf ¶

type NullableTokenRevocationResponseAllOf struct {
	// contains filtered or unexported fields
}

func (NullableTokenRevocationResponseAllOf) Get ¶

func (NullableTokenRevocationResponseAllOf) IsSet ¶

func (NullableTokenRevocationResponseAllOf) MarshalJSON ¶

func (v NullableTokenRevocationResponseAllOf) MarshalJSON() ([]byte, error)

func (*NullableTokenRevocationResponseAllOf) Set ¶

func (*NullableTokenRevocationResponseAllOf) UnmarshalJSON ¶

func (v *NullableTokenRevocationResponseAllOf) UnmarshalJSON(src []byte) error

func (*NullableTokenRevocationResponseAllOf) Unset ¶

type NullableTopEntitlements ¶

type NullableTopEntitlements struct {
	// contains filtered or unexported fields
}

func NewNullableTopEntitlements ¶

func NewNullableTopEntitlements(val *TopEntitlements) *NullableTopEntitlements

func (NullableTopEntitlements) Get ¶

func (NullableTopEntitlements) IsSet ¶

func (v NullableTopEntitlements) IsSet() bool

func (NullableTopEntitlements) MarshalJSON ¶

func (v NullableTopEntitlements) MarshalJSON() ([]byte, error)

func (*NullableTopEntitlements) Set ¶

func (*NullableTopEntitlements) UnmarshalJSON ¶

func (v *NullableTopEntitlements) UnmarshalJSON(src []byte) error

func (*NullableTopEntitlements) Unset ¶

func (v *NullableTopEntitlements) Unset()

type NullableTopEntitlementsAllOf ¶

type NullableTopEntitlementsAllOf struct {
	// contains filtered or unexported fields
}

func (NullableTopEntitlementsAllOf) Get ¶

func (NullableTopEntitlementsAllOf) IsSet ¶

func (NullableTopEntitlementsAllOf) MarshalJSON ¶

func (v NullableTopEntitlementsAllOf) MarshalJSON() ([]byte, error)

func (*NullableTopEntitlementsAllOf) Set ¶

func (*NullableTopEntitlementsAllOf) UnmarshalJSON ¶

func (v *NullableTopEntitlementsAllOf) UnmarshalJSON(src []byte) error

func (*NullableTopEntitlementsAllOf) Unset ¶

func (v *NullableTopEntitlementsAllOf) Unset()

type NullableTrustedCertificate ¶

type NullableTrustedCertificate struct {
	// contains filtered or unexported fields
}

func NewNullableTrustedCertificate ¶

func NewNullableTrustedCertificate(val *TrustedCertificate) *NullableTrustedCertificate

func (NullableTrustedCertificate) Get ¶

func (NullableTrustedCertificate) IsSet ¶

func (v NullableTrustedCertificate) IsSet() bool

func (NullableTrustedCertificate) MarshalJSON ¶

func (v NullableTrustedCertificate) MarshalJSON() ([]byte, error)

func (*NullableTrustedCertificate) Set ¶

func (*NullableTrustedCertificate) UnmarshalJSON ¶

func (v *NullableTrustedCertificate) UnmarshalJSON(src []byte) error

func (*NullableTrustedCertificate) Unset ¶

func (v *NullableTrustedCertificate) Unset()

type NullableTrustedCertificateAllOf ¶

type NullableTrustedCertificateAllOf struct {
	// contains filtered or unexported fields
}

func (NullableTrustedCertificateAllOf) Get ¶

func (NullableTrustedCertificateAllOf) IsSet ¶

func (NullableTrustedCertificateAllOf) MarshalJSON ¶

func (v NullableTrustedCertificateAllOf) MarshalJSON() ([]byte, error)

func (*NullableTrustedCertificateAllOf) Set ¶

func (*NullableTrustedCertificateAllOf) UnmarshalJSON ¶

func (v *NullableTrustedCertificateAllOf) UnmarshalJSON(src []byte) error

func (*NullableTrustedCertificateAllOf) Unset ¶

type NullableTrustedCertificateList ¶

type NullableTrustedCertificateList struct {
	// contains filtered or unexported fields
}

func (NullableTrustedCertificateList) Get ¶

func (NullableTrustedCertificateList) IsSet ¶

func (NullableTrustedCertificateList) MarshalJSON ¶

func (v NullableTrustedCertificateList) MarshalJSON() ([]byte, error)

func (*NullableTrustedCertificateList) Set ¶

func (*NullableTrustedCertificateList) UnmarshalJSON ¶

func (v *NullableTrustedCertificateList) UnmarshalJSON(src []byte) error

func (*NullableTrustedCertificateList) Unset ¶

func (v *NullableTrustedCertificateList) Unset()

type NullableTrustedCertificateListAllOf ¶

type NullableTrustedCertificateListAllOf struct {
	// contains filtered or unexported fields
}

func (NullableTrustedCertificateListAllOf) Get ¶

func (NullableTrustedCertificateListAllOf) IsSet ¶

func (NullableTrustedCertificateListAllOf) MarshalJSON ¶

func (v NullableTrustedCertificateListAllOf) MarshalJSON() ([]byte, error)

func (*NullableTrustedCertificateListAllOf) Set ¶

func (*NullableTrustedCertificateListAllOf) UnmarshalJSON ¶

func (v *NullableTrustedCertificateListAllOf) UnmarshalJSON(src []byte) error

func (*NullableTrustedCertificateListAllOf) Unset ¶

type NullableUploadCa ¶

type NullableUploadCa struct {
	// contains filtered or unexported fields
}

func NewNullableUploadCa ¶

func NewNullableUploadCa(val *UploadCa) *NullableUploadCa

func (NullableUploadCa) Get ¶

func (v NullableUploadCa) Get() *UploadCa

func (NullableUploadCa) IsSet ¶

func (v NullableUploadCa) IsSet() bool

func (NullableUploadCa) MarshalJSON ¶

func (v NullableUploadCa) MarshalJSON() ([]byte, error)

func (*NullableUploadCa) Set ¶

func (v *NullableUploadCa) Set(val *UploadCa)

func (*NullableUploadCa) UnmarshalJSON ¶

func (v *NullableUploadCa) UnmarshalJSON(src []byte) error

func (*NullableUploadCa) Unset ¶

func (v *NullableUploadCa) Unset()

type NullableUploadCaAllOf ¶

type NullableUploadCaAllOf struct {
	// contains filtered or unexported fields
}

func NewNullableUploadCaAllOf ¶

func NewNullableUploadCaAllOf(val *UploadCaAllOf) *NullableUploadCaAllOf

func (NullableUploadCaAllOf) Get ¶

func (NullableUploadCaAllOf) IsSet ¶

func (v NullableUploadCaAllOf) IsSet() bool

func (NullableUploadCaAllOf) MarshalJSON ¶

func (v NullableUploadCaAllOf) MarshalJSON() ([]byte, error)

func (*NullableUploadCaAllOf) Set ¶

func (v *NullableUploadCaAllOf) Set(val *UploadCaAllOf)

func (*NullableUploadCaAllOf) UnmarshalJSON ¶

func (v *NullableUploadCaAllOf) UnmarshalJSON(src []byte) error

func (*NullableUploadCaAllOf) Unset ¶

func (v *NullableUploadCaAllOf) Unset()

type NullableUser ¶

type NullableUser struct {
	// contains filtered or unexported fields
}

func NewNullableUser ¶

func NewNullableUser(val *User) *NullableUser

func (NullableUser) Get ¶

func (v NullableUser) Get() *User

func (NullableUser) IsSet ¶

func (v NullableUser) IsSet() bool

func (NullableUser) MarshalJSON ¶

func (v NullableUser) MarshalJSON() ([]byte, error)

func (*NullableUser) Set ¶

func (v *NullableUser) Set(val *User)

func (*NullableUser) UnmarshalJSON ¶

func (v *NullableUser) UnmarshalJSON(src []byte) error

func (*NullableUser) Unset ¶

func (v *NullableUser) Unset()

type NullableUserLicense ¶

type NullableUserLicense struct {
	// contains filtered or unexported fields
}

func NewNullableUserLicense ¶

func NewNullableUserLicense(val *UserLicense) *NullableUserLicense

func (NullableUserLicense) Get ¶

func (NullableUserLicense) IsSet ¶

func (v NullableUserLicense) IsSet() bool

func (NullableUserLicense) MarshalJSON ¶

func (v NullableUserLicense) MarshalJSON() ([]byte, error)

func (*NullableUserLicense) Set ¶

func (v *NullableUserLicense) Set(val *UserLicense)

func (*NullableUserLicense) UnmarshalJSON ¶

func (v *NullableUserLicense) UnmarshalJSON(src []byte) error

func (*NullableUserLicense) Unset ¶

func (v *NullableUserLicense) Unset()

type NullableUserLicenseAllOf ¶

type NullableUserLicenseAllOf struct {
	// contains filtered or unexported fields
}

func NewNullableUserLicenseAllOf ¶

func NewNullableUserLicenseAllOf(val *UserLicenseAllOf) *NullableUserLicenseAllOf

func (NullableUserLicenseAllOf) Get ¶

func (NullableUserLicenseAllOf) IsSet ¶

func (v NullableUserLicenseAllOf) IsSet() bool

func (NullableUserLicenseAllOf) MarshalJSON ¶

func (v NullableUserLicenseAllOf) MarshalJSON() ([]byte, error)

func (*NullableUserLicenseAllOf) Set ¶

func (*NullableUserLicenseAllOf) UnmarshalJSON ¶

func (v *NullableUserLicenseAllOf) UnmarshalJSON(src []byte) error

func (*NullableUserLicenseAllOf) Unset ¶

func (v *NullableUserLicenseAllOf) Unset()

type NullableUserLicenseList ¶

type NullableUserLicenseList struct {
	// contains filtered or unexported fields
}

func NewNullableUserLicenseList ¶

func NewNullableUserLicenseList(val *UserLicenseList) *NullableUserLicenseList

func (NullableUserLicenseList) Get ¶

func (NullableUserLicenseList) IsSet ¶

func (v NullableUserLicenseList) IsSet() bool

func (NullableUserLicenseList) MarshalJSON ¶

func (v NullableUserLicenseList) MarshalJSON() ([]byte, error)

func (*NullableUserLicenseList) Set ¶

func (*NullableUserLicenseList) UnmarshalJSON ¶

func (v *NullableUserLicenseList) UnmarshalJSON(src []byte) error

func (*NullableUserLicenseList) Unset ¶

func (v *NullableUserLicenseList) Unset()

type NullableUserLicenseListAllOf ¶

type NullableUserLicenseListAllOf struct {
	// contains filtered or unexported fields
}

func (NullableUserLicenseListAllOf) Get ¶

func (NullableUserLicenseListAllOf) IsSet ¶

func (NullableUserLicenseListAllOf) MarshalJSON ¶

func (v NullableUserLicenseListAllOf) MarshalJSON() ([]byte, error)

func (*NullableUserLicenseListAllOf) Set ¶

func (*NullableUserLicenseListAllOf) UnmarshalJSON ¶

func (v *NullableUserLicenseListAllOf) UnmarshalJSON(src []byte) error

func (*NullableUserLicenseListAllOf) Unset ¶

func (v *NullableUserLicenseListAllOf) Unset()

type NullableUserLogins ¶

type NullableUserLogins struct {
	// contains filtered or unexported fields
}

func NewNullableUserLogins ¶

func NewNullableUserLogins(val *UserLogins) *NullableUserLogins

func (NullableUserLogins) Get ¶

func (v NullableUserLogins) Get() *UserLogins

func (NullableUserLogins) IsSet ¶

func (v NullableUserLogins) IsSet() bool

func (NullableUserLogins) MarshalJSON ¶

func (v NullableUserLogins) MarshalJSON() ([]byte, error)

func (*NullableUserLogins) Set ¶

func (v *NullableUserLogins) Set(val *UserLogins)

func (*NullableUserLogins) UnmarshalJSON ¶

func (v *NullableUserLogins) UnmarshalJSON(src []byte) error

func (*NullableUserLogins) Unset ¶

func (v *NullableUserLogins) Unset()

type NullableUserLoginsAllOf ¶

type NullableUserLoginsAllOf struct {
	// contains filtered or unexported fields
}

func NewNullableUserLoginsAllOf ¶

func NewNullableUserLoginsAllOf(val *UserLoginsAllOf) *NullableUserLoginsAllOf

func (NullableUserLoginsAllOf) Get ¶

func (NullableUserLoginsAllOf) IsSet ¶

func (v NullableUserLoginsAllOf) IsSet() bool

func (NullableUserLoginsAllOf) MarshalJSON ¶

func (v NullableUserLoginsAllOf) MarshalJSON() ([]byte, error)

func (*NullableUserLoginsAllOf) Set ¶

func (*NullableUserLoginsAllOf) UnmarshalJSON ¶

func (v *NullableUserLoginsAllOf) UnmarshalJSON(src []byte) error

func (*NullableUserLoginsAllOf) Unset ¶

func (v *NullableUserLoginsAllOf) Unset()

type NullableUserScript ¶

type NullableUserScript struct {
	// contains filtered or unexported fields
}

func NewNullableUserScript ¶

func NewNullableUserScript(val *UserScript) *NullableUserScript

func (NullableUserScript) Get ¶

func (v NullableUserScript) Get() *UserScript

func (NullableUserScript) IsSet ¶

func (v NullableUserScript) IsSet() bool

func (NullableUserScript) MarshalJSON ¶

func (v NullableUserScript) MarshalJSON() ([]byte, error)

func (*NullableUserScript) Set ¶

func (v *NullableUserScript) Set(val *UserScript)

func (*NullableUserScript) UnmarshalJSON ¶

func (v *NullableUserScript) UnmarshalJSON(src []byte) error

func (*NullableUserScript) Unset ¶

func (v *NullableUserScript) Unset()

type NullableUserScriptAllOf ¶

type NullableUserScriptAllOf struct {
	// contains filtered or unexported fields
}

func NewNullableUserScriptAllOf ¶

func NewNullableUserScriptAllOf(val *UserScriptAllOf) *NullableUserScriptAllOf

func (NullableUserScriptAllOf) Get ¶

func (NullableUserScriptAllOf) IsSet ¶

func (v NullableUserScriptAllOf) IsSet() bool

func (NullableUserScriptAllOf) MarshalJSON ¶

func (v NullableUserScriptAllOf) MarshalJSON() ([]byte, error)

func (*NullableUserScriptAllOf) Set ¶

func (*NullableUserScriptAllOf) UnmarshalJSON ¶

func (v *NullableUserScriptAllOf) UnmarshalJSON(src []byte) error

func (*NullableUserScriptAllOf) Unset ¶

func (v *NullableUserScriptAllOf) Unset()

type NullableUserScriptList ¶

type NullableUserScriptList struct {
	// contains filtered or unexported fields
}

func NewNullableUserScriptList ¶

func NewNullableUserScriptList(val *UserScriptList) *NullableUserScriptList

func (NullableUserScriptList) Get ¶

func (NullableUserScriptList) IsSet ¶

func (v NullableUserScriptList) IsSet() bool

func (NullableUserScriptList) MarshalJSON ¶

func (v NullableUserScriptList) MarshalJSON() ([]byte, error)

func (*NullableUserScriptList) Set ¶

func (*NullableUserScriptList) UnmarshalJSON ¶

func (v *NullableUserScriptList) UnmarshalJSON(src []byte) error

func (*NullableUserScriptList) Unset ¶

func (v *NullableUserScriptList) Unset()

type NullableUserScriptListAllOf ¶

type NullableUserScriptListAllOf struct {
	// contains filtered or unexported fields
}

func (NullableUserScriptListAllOf) Get ¶

func (NullableUserScriptListAllOf) IsSet ¶

func (NullableUserScriptListAllOf) MarshalJSON ¶

func (v NullableUserScriptListAllOf) MarshalJSON() ([]byte, error)

func (*NullableUserScriptListAllOf) Set ¶

func (*NullableUserScriptListAllOf) UnmarshalJSON ¶

func (v *NullableUserScriptListAllOf) UnmarshalJSON(src []byte) error

func (*NullableUserScriptListAllOf) Unset ¶

func (v *NullableUserScriptListAllOf) Unset()

type NullableValidationError ¶

type NullableValidationError struct {
	// contains filtered or unexported fields
}

func NewNullableValidationError ¶

func NewNullableValidationError(val *ValidationError) *NullableValidationError

func (NullableValidationError) Get ¶

func (NullableValidationError) IsSet ¶

func (v NullableValidationError) IsSet() bool

func (NullableValidationError) MarshalJSON ¶

func (v NullableValidationError) MarshalJSON() ([]byte, error)

func (*NullableValidationError) Set ¶

func (*NullableValidationError) UnmarshalJSON ¶

func (v *NullableValidationError) UnmarshalJSON(src []byte) error

func (*NullableValidationError) Unset ¶

func (v *NullableValidationError) Unset()

type NullableValidationErrorErrorsInner ¶

type NullableValidationErrorErrorsInner struct {
	// contains filtered or unexported fields
}

func (NullableValidationErrorErrorsInner) Get ¶

func (NullableValidationErrorErrorsInner) IsSet ¶

func (NullableValidationErrorErrorsInner) MarshalJSON ¶

func (v NullableValidationErrorErrorsInner) MarshalJSON() ([]byte, error)

func (*NullableValidationErrorErrorsInner) Set ¶

func (*NullableValidationErrorErrorsInner) UnmarshalJSON ¶

func (v *NullableValidationErrorErrorsInner) UnmarshalJSON(src []byte) error

func (*NullableValidationErrorErrorsInner) Unset ¶

type NullableZtpSettings ¶

type NullableZtpSettings struct {
	// contains filtered or unexported fields
}

func NewNullableZtpSettings ¶

func NewNullableZtpSettings(val *ZtpSettings) *NullableZtpSettings

func (NullableZtpSettings) Get ¶

func (NullableZtpSettings) IsSet ¶

func (v NullableZtpSettings) IsSet() bool

func (NullableZtpSettings) MarshalJSON ¶

func (v NullableZtpSettings) MarshalJSON() ([]byte, error)

func (*NullableZtpSettings) Set ¶

func (v *NullableZtpSettings) Set(val *ZtpSettings)

func (*NullableZtpSettings) UnmarshalJSON ¶

func (v *NullableZtpSettings) UnmarshalJSON(src []byte) error

func (*NullableZtpSettings) Unset ¶

func (v *NullableZtpSettings) Unset()

type NullableZtpSettingsRiskEngine ¶

type NullableZtpSettingsRiskEngine struct {
	// contains filtered or unexported fields
}

func (NullableZtpSettingsRiskEngine) Get ¶

func (NullableZtpSettingsRiskEngine) IsSet ¶

func (NullableZtpSettingsRiskEngine) MarshalJSON ¶

func (v NullableZtpSettingsRiskEngine) MarshalJSON() ([]byte, error)

func (*NullableZtpSettingsRiskEngine) Set ¶

func (*NullableZtpSettingsRiskEngine) UnmarshalJSON ¶

func (v *NullableZtpSettingsRiskEngine) UnmarshalJSON(src []byte) error

func (*NullableZtpSettingsRiskEngine) Unset ¶

func (v *NullableZtpSettingsRiskEngine) Unset()

type NullableZtpSettingsRiskEngineFallbackValues ¶

type NullableZtpSettingsRiskEngineFallbackValues struct {
	// contains filtered or unexported fields
}

func (NullableZtpSettingsRiskEngineFallbackValues) Get ¶

func (NullableZtpSettingsRiskEngineFallbackValues) IsSet ¶

func (NullableZtpSettingsRiskEngineFallbackValues) MarshalJSON ¶

func (*NullableZtpSettingsRiskEngineFallbackValues) Set ¶

func (*NullableZtpSettingsRiskEngineFallbackValues) UnmarshalJSON ¶

func (v *NullableZtpSettingsRiskEngineFallbackValues) UnmarshalJSON(src []byte) error

func (*NullableZtpSettingsRiskEngineFallbackValues) Unset ¶

type NullableZtpStatus ¶

type NullableZtpStatus struct {
	// contains filtered or unexported fields
}

func NewNullableZtpStatus ¶

func NewNullableZtpStatus(val *ZtpStatus) *NullableZtpStatus

func (NullableZtpStatus) Get ¶

func (v NullableZtpStatus) Get() *ZtpStatus

func (NullableZtpStatus) IsSet ¶

func (v NullableZtpStatus) IsSet() bool

func (NullableZtpStatus) MarshalJSON ¶

func (v NullableZtpStatus) MarshalJSON() ([]byte, error)

func (*NullableZtpStatus) Set ¶

func (v *NullableZtpStatus) Set(val *ZtpStatus)

func (*NullableZtpStatus) UnmarshalJSON ¶

func (v *NullableZtpStatus) UnmarshalJSON(src []byte) error

func (*NullableZtpStatus) Unset ¶

func (v *NullableZtpStatus) Unset()

type NullableZtpVersionStatus ¶

type NullableZtpVersionStatus struct {
	// contains filtered or unexported fields
}

func NewNullableZtpVersionStatus ¶

func NewNullableZtpVersionStatus(val *ZtpVersionStatus) *NullableZtpVersionStatus

func (NullableZtpVersionStatus) Get ¶

func (NullableZtpVersionStatus) IsSet ¶

func (v NullableZtpVersionStatus) IsSet() bool

func (NullableZtpVersionStatus) MarshalJSON ¶

func (v NullableZtpVersionStatus) MarshalJSON() ([]byte, error)

func (*NullableZtpVersionStatus) Set ¶

func (*NullableZtpVersionStatus) UnmarshalJSON ¶

func (v *NullableZtpVersionStatus) UnmarshalJSON(src []byte) error

func (*NullableZtpVersionStatus) Unset ¶

func (v *NullableZtpVersionStatus) Unset()

type OidcProvider ¶

type OidcProvider struct {
	// ID of the object.
	Id *string `json:"id,omitempty"`
	// Name of the object.
	Name string `json:"name"`
	// Notes for the object. Used for documentation purposes.
	Notes *string `json:"notes,omitempty"`
	// Create date.
	Created *time.Time `json:"created,omitempty"`
	// Last update date.
	Updated *time.Time `json:"updated,omitempty"`
	// Array of tags.
	Tags []string `json:"tags,omitempty"`
	// The type of the Identity Provider.
	Type string `json:"type"`
	// The IPv4 Pool ID the users in this Identity Provider are going to use to allocate IP addresses for the tunnels.
	IpPoolV4 *string `json:"ipPoolV4,omitempty"`
	// The IPv6 Pool ID the users in this Identity Provider are going to use to allocate IP addresses for the tunnels.
	IpPoolV6 *string `json:"ipPoolV6,omitempty"`
	// The mapping of Identity Provider attributes to claims.
	ClaimMappings []ClaimMappingsInner `json:"claimMappings,omitempty"`
	// ID of the User Claim Scripts to run during authorization.
	UserScripts []string `json:"userScripts,omitempty"`
	// The DNS servers to be assigned to the Clients of the users in this Identity Provider.
	DnsServers []string `json:"dnsServers,omitempty"`
	// The DNS search domains to be assigned to Clients of the users in this Identity Provider.
	DnsSearchDomains []string `json:"dnsSearchDomains,omitempty"`
	// Whether the provider will be listed in the Admin UI or not.
	AdminProvider *bool `json:"adminProvider,omitempty"`
	// The device limit per user. The existing on-boarded devices will still be able to sign in even if the limit is exceeded.
	DeviceLimitPerUser *int32                                          `json:"deviceLimitPerUser,omitempty"`
	OnBoarding2FA      *ConfigurableIdentityProviderAllOfOnBoarding2FA `json:"onBoarding2FA,omitempty"`
	// (Desktop) clients will sign out automatically after the user has been inactive on the device for the configured duration. Set it to 0 to disable.
	InactivityTimeoutMinutes *int32 `json:"inactivityTimeoutMinutes,omitempty"`
	// Whether or not to take network inactivity into account when measuring client inactivity timeout.
	NetworkInactivityTimeoutEnabled *bool `json:"networkInactivityTimeoutEnabled,omitempty"`
	// If enabled, Windows Client will configure the network profile as \"DomainAuthenticated\".
	EnforceWindowsNetworkProfileAsDomain *bool `json:"enforceWindowsNetworkProfileAsDomain,omitempty"`
	// Whether the Windows Client will block local DNS requests or not.
	BlockLocalDnsRequests *bool `json:"blockLocalDnsRequests,omitempty"`
	// The mapping of Identity Provider on demand attributes to claims.
	OnDemandClaimMappings []OnDemandClaimMappingsInner `json:"onDemandClaimMappings,omitempty"`
	// OIDC issuer URL.
	Issuer string `json:"issuer"`
	// Audience/Client ID to make sure the recipient of the Token is this Controller.
	Audience string `json:"audience"`
	// Scope to use for tokens.
	Scope *string `json:"scope,omitempty"`
}

OidcProvider struct for OidcProvider

func NewOidcProvider ¶

func NewOidcProvider(name string, type_ string, issuer string, audience string) *OidcProvider

NewOidcProvider instantiates a new OidcProvider object This constructor will assign default values to properties that have it defined, 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 NewOidcProviderWithDefaults ¶

func NewOidcProviderWithDefaults() *OidcProvider

NewOidcProviderWithDefaults instantiates a new OidcProvider object This 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 (*OidcProvider) GetAdminProvider ¶

func (o *OidcProvider) GetAdminProvider() bool

GetAdminProvider returns the AdminProvider field value if set, zero value otherwise.

func (*OidcProvider) GetAdminProviderOk ¶

func (o *OidcProvider) GetAdminProviderOk() (*bool, bool)

GetAdminProviderOk returns a tuple with the AdminProvider field value if set, nil otherwise and a boolean to check if the value has been set.

func (*OidcProvider) GetAudience ¶

func (o *OidcProvider) GetAudience() string

GetAudience returns the Audience field value

func (*OidcProvider) GetAudienceOk ¶

func (o *OidcProvider) GetAudienceOk() (*string, bool)

GetAudienceOk returns a tuple with the Audience field value and a boolean to check if the value has been set.

func (*OidcProvider) GetBlockLocalDnsRequests ¶

func (o *OidcProvider) GetBlockLocalDnsRequests() bool

GetBlockLocalDnsRequests returns the BlockLocalDnsRequests field value if set, zero value otherwise.

func (*OidcProvider) GetBlockLocalDnsRequestsOk ¶

func (o *OidcProvider) GetBlockLocalDnsRequestsOk() (*bool, bool)

GetBlockLocalDnsRequestsOk returns a tuple with the BlockLocalDnsRequests field value if set, nil otherwise and a boolean to check if the value has been set.

func (*OidcProvider) GetClaimMappings ¶

func (o *OidcProvider) GetClaimMappings() []ClaimMappingsInner

GetClaimMappings returns the ClaimMappings field value if set, zero value otherwise.

func (*OidcProvider) GetClaimMappingsOk ¶

func (o *OidcProvider) GetClaimMappingsOk() ([]ClaimMappingsInner, bool)

GetClaimMappingsOk returns a tuple with the ClaimMappings field value if set, nil otherwise and a boolean to check if the value has been set.

func (*OidcProvider) GetCreated ¶

func (o *OidcProvider) GetCreated() time.Time

GetCreated returns the Created field value if set, zero value otherwise.

func (*OidcProvider) GetCreatedOk ¶

func (o *OidcProvider) GetCreatedOk() (*time.Time, bool)

GetCreatedOk returns a tuple with the Created field value if set, nil otherwise and a boolean to check if the value has been set.

func (*OidcProvider) GetDeviceLimitPerUser ¶

func (o *OidcProvider) GetDeviceLimitPerUser() int32

GetDeviceLimitPerUser returns the DeviceLimitPerUser field value if set, zero value otherwise.

func (*OidcProvider) GetDeviceLimitPerUserOk ¶

func (o *OidcProvider) GetDeviceLimitPerUserOk() (*int32, bool)

GetDeviceLimitPerUserOk returns a tuple with the DeviceLimitPerUser field value if set, nil otherwise and a boolean to check if the value has been set.

func (*OidcProvider) GetDnsSearchDomains ¶

func (o *OidcProvider) GetDnsSearchDomains() []string

GetDnsSearchDomains returns the DnsSearchDomains field value if set, zero value otherwise.

func (*OidcProvider) GetDnsSearchDomainsOk ¶

func (o *OidcProvider) GetDnsSearchDomainsOk() ([]string, bool)

GetDnsSearchDomainsOk returns a tuple with the DnsSearchDomains field value if set, nil otherwise and a boolean to check if the value has been set.

func (*OidcProvider) GetDnsServers ¶

func (o *OidcProvider) GetDnsServers() []string

GetDnsServers returns the DnsServers field value if set, zero value otherwise.

func (*OidcProvider) GetDnsServersOk ¶

func (o *OidcProvider) GetDnsServersOk() ([]string, bool)

GetDnsServersOk returns a tuple with the DnsServers field value if set, nil otherwise and a boolean to check if the value has been set.

func (*OidcProvider) GetEnforceWindowsNetworkProfileAsDomain ¶

func (o *OidcProvider) GetEnforceWindowsNetworkProfileAsDomain() bool

GetEnforceWindowsNetworkProfileAsDomain returns the EnforceWindowsNetworkProfileAsDomain field value if set, zero value otherwise.

func (*OidcProvider) GetEnforceWindowsNetworkProfileAsDomainOk ¶

func (o *OidcProvider) GetEnforceWindowsNetworkProfileAsDomainOk() (*bool, bool)

GetEnforceWindowsNetworkProfileAsDomainOk returns a tuple with the EnforceWindowsNetworkProfileAsDomain field value if set, nil otherwise and a boolean to check if the value has been set.

func (*OidcProvider) GetId ¶

func (o *OidcProvider) GetId() string

GetId returns the Id field value if set, zero value otherwise.

func (*OidcProvider) GetIdOk ¶

func (o *OidcProvider) 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 (*OidcProvider) GetInactivityTimeoutMinutes ¶

func (o *OidcProvider) GetInactivityTimeoutMinutes() int32

GetInactivityTimeoutMinutes returns the InactivityTimeoutMinutes field value if set, zero value otherwise.

func (*OidcProvider) GetInactivityTimeoutMinutesOk ¶

func (o *OidcProvider) GetInactivityTimeoutMinutesOk() (*int32, bool)

GetInactivityTimeoutMinutesOk returns a tuple with the InactivityTimeoutMinutes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*OidcProvider) GetIpPoolV4 ¶

func (o *OidcProvider) GetIpPoolV4() string

GetIpPoolV4 returns the IpPoolV4 field value if set, zero value otherwise.

func (*OidcProvider) GetIpPoolV4Ok ¶

func (o *OidcProvider) GetIpPoolV4Ok() (*string, bool)

GetIpPoolV4Ok returns a tuple with the IpPoolV4 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*OidcProvider) GetIpPoolV6 ¶

func (o *OidcProvider) GetIpPoolV6() string

GetIpPoolV6 returns the IpPoolV6 field value if set, zero value otherwise.

func (*OidcProvider) GetIpPoolV6Ok ¶

func (o *OidcProvider) GetIpPoolV6Ok() (*string, bool)

GetIpPoolV6Ok returns a tuple with the IpPoolV6 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*OidcProvider) GetIssuer ¶

func (o *OidcProvider) GetIssuer() string

GetIssuer returns the Issuer field value

func (*OidcProvider) GetIssuerOk ¶

func (o *OidcProvider) GetIssuerOk() (*string, bool)

GetIssuerOk returns a tuple with the Issuer field value and a boolean to check if the value has been set.

func (*OidcProvider) GetName ¶

func (o *OidcProvider) GetName() string

GetName returns the Name field value

func (*OidcProvider) GetNameOk ¶

func (o *OidcProvider) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.

func (*OidcProvider) GetNetworkInactivityTimeoutEnabled ¶

func (o *OidcProvider) GetNetworkInactivityTimeoutEnabled() bool

GetNetworkInactivityTimeoutEnabled returns the NetworkInactivityTimeoutEnabled field value if set, zero value otherwise.

func (*OidcProvider) GetNetworkInactivityTimeoutEnabledOk ¶

func (o *OidcProvider) GetNetworkInactivityTimeoutEnabledOk() (*bool, bool)

GetNetworkInactivityTimeoutEnabledOk returns a tuple with the NetworkInactivityTimeoutEnabled field value if set, nil otherwise and a boolean to check if the value has been set.

func (*OidcProvider) GetNotes ¶

func (o *OidcProvider) GetNotes() string

GetNotes returns the Notes field value if set, zero value otherwise.

func (*OidcProvider) GetNotesOk ¶

func (o *OidcProvider) GetNotesOk() (*string, bool)

GetNotesOk returns a tuple with the Notes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*OidcProvider) GetOnBoarding2FA ¶

GetOnBoarding2FA returns the OnBoarding2FA field value if set, zero value otherwise.

func (*OidcProvider) GetOnBoarding2FAOk ¶

GetOnBoarding2FAOk returns a tuple with the OnBoarding2FA field value if set, nil otherwise and a boolean to check if the value has been set.

func (*OidcProvider) GetOnDemandClaimMappings ¶

func (o *OidcProvider) GetOnDemandClaimMappings() []OnDemandClaimMappingsInner

GetOnDemandClaimMappings returns the OnDemandClaimMappings field value if set, zero value otherwise.

func (*OidcProvider) GetOnDemandClaimMappingsOk ¶

func (o *OidcProvider) GetOnDemandClaimMappingsOk() ([]OnDemandClaimMappingsInner, bool)

GetOnDemandClaimMappingsOk returns a tuple with the OnDemandClaimMappings field value if set, nil otherwise and a boolean to check if the value has been set.

func (*OidcProvider) GetScope ¶

func (o *OidcProvider) GetScope() string

GetScope returns the Scope field value if set, zero value otherwise.

func (*OidcProvider) GetScopeOk ¶

func (o *OidcProvider) GetScopeOk() (*string, bool)

GetScopeOk returns a tuple with the Scope field value if set, nil otherwise and a boolean to check if the value has been set.

func (*OidcProvider) GetTags ¶

func (o *OidcProvider) GetTags() []string

GetTags returns the Tags field value if set, zero value otherwise.

func (*OidcProvider) GetTagsOk ¶

func (o *OidcProvider) GetTagsOk() ([]string, bool)

GetTagsOk returns a tuple with the Tags field value if set, nil otherwise and a boolean to check if the value has been set.

func (*OidcProvider) GetType ¶

func (o *OidcProvider) GetType() string

GetType returns the Type field value

func (*OidcProvider) GetTypeOk ¶

func (o *OidcProvider) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (*OidcProvider) GetUpdated ¶

func (o *OidcProvider) GetUpdated() time.Time

GetUpdated returns the Updated field value if set, zero value otherwise.

func (*OidcProvider) GetUpdatedOk ¶

func (o *OidcProvider) GetUpdatedOk() (*time.Time, bool)

GetUpdatedOk returns a tuple with the Updated field value if set, nil otherwise and a boolean to check if the value has been set.

func (*OidcProvider) GetUserScripts ¶

func (o *OidcProvider) GetUserScripts() []string

GetUserScripts returns the UserScripts field value if set, zero value otherwise.

func (*OidcProvider) GetUserScriptsOk ¶

func (o *OidcProvider) GetUserScriptsOk() ([]string, bool)

GetUserScriptsOk returns a tuple with the UserScripts field value if set, nil otherwise and a boolean to check if the value has been set.

func (*OidcProvider) HasAdminProvider ¶

func (o *OidcProvider) HasAdminProvider() bool

HasAdminProvider returns a boolean if a field has been set.

func (*OidcProvider) HasBlockLocalDnsRequests ¶

func (o *OidcProvider) HasBlockLocalDnsRequests() bool

HasBlockLocalDnsRequests returns a boolean if a field has been set.

func (*OidcProvider) HasClaimMappings ¶

func (o *OidcProvider) HasClaimMappings() bool

HasClaimMappings returns a boolean if a field has been set.

func (*OidcProvider) HasCreated ¶

func (o *OidcProvider) HasCreated() bool

HasCreated returns a boolean if a field has been set.

func (*OidcProvider) HasDeviceLimitPerUser ¶

func (o *OidcProvider) HasDeviceLimitPerUser() bool

HasDeviceLimitPerUser returns a boolean if a field has been set.

func (*OidcProvider) HasDnsSearchDomains ¶

func (o *OidcProvider) HasDnsSearchDomains() bool

HasDnsSearchDomains returns a boolean if a field has been set.

func (*OidcProvider) HasDnsServers ¶

func (o *OidcProvider) HasDnsServers() bool

HasDnsServers returns a boolean if a field has been set.

func (*OidcProvider) HasEnforceWindowsNetworkProfileAsDomain ¶

func (o *OidcProvider) HasEnforceWindowsNetworkProfileAsDomain() bool

HasEnforceWindowsNetworkProfileAsDomain returns a boolean if a field has been set.

func (*OidcProvider) HasId ¶

func (o *OidcProvider) HasId() bool

HasId returns a boolean if a field has been set.

func (*OidcProvider) HasInactivityTimeoutMinutes ¶

func (o *OidcProvider) HasInactivityTimeoutMinutes() bool

HasInactivityTimeoutMinutes returns a boolean if a field has been set.

func (*OidcProvider) HasIpPoolV4 ¶

func (o *OidcProvider) HasIpPoolV4() bool

HasIpPoolV4 returns a boolean if a field has been set.

func (*OidcProvider) HasIpPoolV6 ¶

func (o *OidcProvider) HasIpPoolV6() bool

HasIpPoolV6 returns a boolean if a field has been set.

func (*OidcProvider) HasNetworkInactivityTimeoutEnabled ¶

func (o *OidcProvider) HasNetworkInactivityTimeoutEnabled() bool

HasNetworkInactivityTimeoutEnabled returns a boolean if a field has been set.

func (*OidcProvider) HasNotes ¶

func (o *OidcProvider) HasNotes() bool

HasNotes returns a boolean if a field has been set.

func (*OidcProvider) HasOnBoarding2FA ¶

func (o *OidcProvider) HasOnBoarding2FA() bool

HasOnBoarding2FA returns a boolean if a field has been set.

func (*OidcProvider) HasOnDemandClaimMappings ¶

func (o *OidcProvider) HasOnDemandClaimMappings() bool

HasOnDemandClaimMappings returns a boolean if a field has been set.

func (*OidcProvider) HasScope ¶

func (o *OidcProvider) HasScope() bool

HasScope returns a boolean if a field has been set.

func (*OidcProvider) HasTags ¶

func (o *OidcProvider) HasTags() bool

HasTags returns a boolean if a field has been set.

func (*OidcProvider) HasUpdated ¶

func (o *OidcProvider) HasUpdated() bool

HasUpdated returns a boolean if a field has been set.

func (*OidcProvider) HasUserScripts ¶

func (o *OidcProvider) HasUserScripts() bool

HasUserScripts returns a boolean if a field has been set.

func (OidcProvider) MarshalJSON ¶

func (o OidcProvider) MarshalJSON() ([]byte, error)

func (*OidcProvider) SetAdminProvider ¶

func (o *OidcProvider) SetAdminProvider(v bool)

SetAdminProvider gets a reference to the given bool and assigns it to the AdminProvider field.

func (*OidcProvider) SetAudience ¶

func (o *OidcProvider) SetAudience(v string)

SetAudience sets field value

func (*OidcProvider) SetBlockLocalDnsRequests ¶

func (o *OidcProvider) SetBlockLocalDnsRequests(v bool)

SetBlockLocalDnsRequests gets a reference to the given bool and assigns it to the BlockLocalDnsRequests field.

func (*OidcProvider) SetClaimMappings ¶

func (o *OidcProvider) SetClaimMappings(v []ClaimMappingsInner)

SetClaimMappings gets a reference to the given []ClaimMappingsInner and assigns it to the ClaimMappings field.

func (*OidcProvider) SetCreated ¶

func (o *OidcProvider) SetCreated(v time.Time)

SetCreated gets a reference to the given time.Time and assigns it to the Created field.

func (*OidcProvider) SetDeviceLimitPerUser ¶

func (o *OidcProvider) SetDeviceLimitPerUser(v int32)

SetDeviceLimitPerUser gets a reference to the given int32 and assigns it to the DeviceLimitPerUser field.

func (*OidcProvider) SetDnsSearchDomains ¶

func (o *OidcProvider) SetDnsSearchDomains(v []string)

SetDnsSearchDomains gets a reference to the given []string and assigns it to the DnsSearchDomains field.

func (*OidcProvider) SetDnsServers ¶

func (o *OidcProvider) SetDnsServers(v []string)

SetDnsServers gets a reference to the given []string and assigns it to the DnsServers field.

func (*OidcProvider) SetEnforceWindowsNetworkProfileAsDomain ¶

func (o *OidcProvider) SetEnforceWindowsNetworkProfileAsDomain(v bool)

SetEnforceWindowsNetworkProfileAsDomain gets a reference to the given bool and assigns it to the EnforceWindowsNetworkProfileAsDomain field.

func (*OidcProvider) SetId ¶

func (o *OidcProvider) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*OidcProvider) SetInactivityTimeoutMinutes ¶

func (o *OidcProvider) SetInactivityTimeoutMinutes(v int32)

SetInactivityTimeoutMinutes gets a reference to the given int32 and assigns it to the InactivityTimeoutMinutes field.

func (*OidcProvider) SetIpPoolV4 ¶

func (o *OidcProvider) SetIpPoolV4(v string)

SetIpPoolV4 gets a reference to the given string and assigns it to the IpPoolV4 field.

func (*OidcProvider) SetIpPoolV6 ¶

func (o *OidcProvider) SetIpPoolV6(v string)

SetIpPoolV6 gets a reference to the given string and assigns it to the IpPoolV6 field.

func (*OidcProvider) SetIssuer ¶

func (o *OidcProvider) SetIssuer(v string)

SetIssuer sets field value

func (*OidcProvider) SetName ¶

func (o *OidcProvider) SetName(v string)

SetName sets field value

func (*OidcProvider) SetNetworkInactivityTimeoutEnabled ¶

func (o *OidcProvider) SetNetworkInactivityTimeoutEnabled(v bool)

SetNetworkInactivityTimeoutEnabled gets a reference to the given bool and assigns it to the NetworkInactivityTimeoutEnabled field.

func (*OidcProvider) SetNotes ¶

func (o *OidcProvider) SetNotes(v string)

SetNotes gets a reference to the given string and assigns it to the Notes field.

func (*OidcProvider) SetOnBoarding2FA ¶

SetOnBoarding2FA gets a reference to the given ConfigurableIdentityProviderAllOfOnBoarding2FA and assigns it to the OnBoarding2FA field.

func (*OidcProvider) SetOnDemandClaimMappings ¶

func (o *OidcProvider) SetOnDemandClaimMappings(v []OnDemandClaimMappingsInner)

SetOnDemandClaimMappings gets a reference to the given []OnDemandClaimMappingsInner and assigns it to the OnDemandClaimMappings field.

func (*OidcProvider) SetScope ¶

func (o *OidcProvider) SetScope(v string)

SetScope gets a reference to the given string and assigns it to the Scope field.

func (*OidcProvider) SetTags ¶

func (o *OidcProvider) SetTags(v []string)

SetTags gets a reference to the given []string and assigns it to the Tags field.

func (*OidcProvider) SetType ¶

func (o *OidcProvider) SetType(v string)

SetType sets field value

func (*OidcProvider) SetUpdated ¶

func (o *OidcProvider) SetUpdated(v time.Time)

SetUpdated gets a reference to the given time.Time and assigns it to the Updated field.

func (*OidcProvider) SetUserScripts ¶

func (o *OidcProvider) SetUserScripts(v []string)

SetUserScripts gets a reference to the given []string and assigns it to the UserScripts field.

type OidcProviderAllOf ¶

type OidcProviderAllOf struct {
	// OIDC issuer URL.
	Issuer string `json:"issuer"`
	// Audience/Client ID to make sure the recipient of the Token is this Controller.
	Audience string `json:"audience"`
	// Scope to use for tokens.
	Scope *string `json:"scope,omitempty"`
}

OidcProviderAllOf Represents an OIDC Identity Provider.

func NewOidcProviderAllOf ¶

func NewOidcProviderAllOf(issuer string, audience string) *OidcProviderAllOf

NewOidcProviderAllOf instantiates a new OidcProviderAllOf object This constructor will assign default values to properties that have it defined, 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 NewOidcProviderAllOfWithDefaults ¶

func NewOidcProviderAllOfWithDefaults() *OidcProviderAllOf

NewOidcProviderAllOfWithDefaults instantiates a new OidcProviderAllOf object This 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 (*OidcProviderAllOf) GetAudience ¶

func (o *OidcProviderAllOf) GetAudience() string

GetAudience returns the Audience field value

func (*OidcProviderAllOf) GetAudienceOk ¶

func (o *OidcProviderAllOf) GetAudienceOk() (*string, bool)

GetAudienceOk returns a tuple with the Audience field value and a boolean to check if the value has been set.

func (*OidcProviderAllOf) GetIssuer ¶

func (o *OidcProviderAllOf) GetIssuer() string

GetIssuer returns the Issuer field value

func (*OidcProviderAllOf) GetIssuerOk ¶

func (o *OidcProviderAllOf) GetIssuerOk() (*string, bool)

GetIssuerOk returns a tuple with the Issuer field value and a boolean to check if the value has been set.

func (*OidcProviderAllOf) GetScope ¶

func (o *OidcProviderAllOf) GetScope() string

GetScope returns the Scope field value if set, zero value otherwise.

func (*OidcProviderAllOf) GetScopeOk ¶

func (o *OidcProviderAllOf) GetScopeOk() (*string, bool)

GetScopeOk returns a tuple with the Scope field value if set, nil otherwise and a boolean to check if the value has been set.

func (*OidcProviderAllOf) HasScope ¶

func (o *OidcProviderAllOf) HasScope() bool

HasScope returns a boolean if a field has been set.

func (OidcProviderAllOf) MarshalJSON ¶

func (o OidcProviderAllOf) MarshalJSON() ([]byte, error)

func (*OidcProviderAllOf) SetAudience ¶

func (o *OidcProviderAllOf) SetAudience(v string)

SetAudience sets field value

func (*OidcProviderAllOf) SetIssuer ¶

func (o *OidcProviderAllOf) SetIssuer(v string)

SetIssuer sets field value

func (*OidcProviderAllOf) SetScope ¶

func (o *OidcProviderAllOf) SetScope(v string)

SetScope gets a reference to the given string and assigns it to the Scope field.

type OnBoardedDevice ¶

type OnBoardedDevice struct {
	// Distinguished name of a user&device combination. Format: \"CN=,CN=,OU=\"
	DistinguishedName *string `json:"distinguishedName,omitempty"`
	// The device ID, same as the one in the Distinguished Name.
	DeviceId *string `json:"deviceId,omitempty"`
	// The username, same as the one in the Distinguished Name.
	Username *string `json:"username,omitempty"`
	// The provider name of the user, same as the one in the Distinguished Name.
	ProviderName *string `json:"providerName,omitempty"`
	// Hostname of the Device at the time of registration, sent by the Device.
	Hostname *string `json:"hostname,omitempty"`
	// Registration time.
	OnBoardedAt *time.Time `json:"onBoardedAt,omitempty"`
	// The time when the device last signed in. 'null' if it has signed in last on a Controller that was older than 5.4 at the time.
	LastSeenAt *time.Time `json:"lastSeenAt,omitempty"`
}

OnBoardedDevice struct for OnBoardedDevice

func NewOnBoardedDevice ¶

func NewOnBoardedDevice() *OnBoardedDevice

NewOnBoardedDevice instantiates a new OnBoardedDevice object This constructor will assign default values to properties that have it defined, 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 NewOnBoardedDeviceWithDefaults ¶

func NewOnBoardedDeviceWithDefaults() *OnBoardedDevice

NewOnBoardedDeviceWithDefaults instantiates a new OnBoardedDevice object This 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 (*OnBoardedDevice) GetDeviceId ¶

func (o *OnBoardedDevice) GetDeviceId() string

GetDeviceId returns the DeviceId field value if set, zero value otherwise.

func (*OnBoardedDevice) GetDeviceIdOk ¶

func (o *OnBoardedDevice) GetDeviceIdOk() (*string, bool)

GetDeviceIdOk returns a tuple with the DeviceId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*OnBoardedDevice) GetDistinguishedName ¶

func (o *OnBoardedDevice) GetDistinguishedName() string

GetDistinguishedName returns the DistinguishedName field value if set, zero value otherwise.

func (*OnBoardedDevice) GetDistinguishedNameOk ¶

func (o *OnBoardedDevice) 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 (*OnBoardedDevice) GetHostname ¶

func (o *OnBoardedDevice) GetHostname() string

GetHostname returns the Hostname field value if set, zero value otherwise.

func (*OnBoardedDevice) GetHostnameOk ¶

func (o *OnBoardedDevice) GetHostnameOk() (*string, bool)

GetHostnameOk returns a tuple with the Hostname field value if set, nil otherwise and a boolean to check if the value has been set.

func (*OnBoardedDevice) GetLastSeenAt ¶

func (o *OnBoardedDevice) GetLastSeenAt() time.Time

GetLastSeenAt returns the LastSeenAt field value if set, zero value otherwise.

func (*OnBoardedDevice) GetLastSeenAtOk ¶

func (o *OnBoardedDevice) GetLastSeenAtOk() (*time.Time, bool)

GetLastSeenAtOk returns a tuple with the LastSeenAt field value if set, nil otherwise and a boolean to check if the value has been set.

func (*OnBoardedDevice) GetOnBoardedAt ¶

func (o *OnBoardedDevice) GetOnBoardedAt() time.Time

GetOnBoardedAt returns the OnBoardedAt field value if set, zero value otherwise.

func (*OnBoardedDevice) GetOnBoardedAtOk ¶

func (o *OnBoardedDevice) GetOnBoardedAtOk() (*time.Time, bool)

GetOnBoardedAtOk returns a tuple with the OnBoardedAt field value if set, nil otherwise and a boolean to check if the value has been set.

func (*OnBoardedDevice) GetProviderName ¶

func (o *OnBoardedDevice) GetProviderName() string

GetProviderName returns the ProviderName field value if set, zero value otherwise.

func (*OnBoardedDevice) GetProviderNameOk ¶

func (o *OnBoardedDevice) GetProviderNameOk() (*string, bool)

GetProviderNameOk returns a tuple with the ProviderName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*OnBoardedDevice) GetUsername ¶

func (o *OnBoardedDevice) GetUsername() string

GetUsername returns the Username field value if set, zero value otherwise.

func (*OnBoardedDevice) GetUsernameOk ¶

func (o *OnBoardedDevice) 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 (*OnBoardedDevice) HasDeviceId ¶

func (o *OnBoardedDevice) HasDeviceId() bool

HasDeviceId returns a boolean if a field has been set.

func (*OnBoardedDevice) HasDistinguishedName ¶

func (o *OnBoardedDevice) HasDistinguishedName() bool

HasDistinguishedName returns a boolean if a field has been set.

func (*OnBoardedDevice) HasHostname ¶

func (o *OnBoardedDevice) HasHostname() bool

HasHostname returns a boolean if a field has been set.

func (*OnBoardedDevice) HasLastSeenAt ¶

func (o *OnBoardedDevice) HasLastSeenAt() bool

HasLastSeenAt returns a boolean if a field has been set.

func (*OnBoardedDevice) HasOnBoardedAt ¶

func (o *OnBoardedDevice) HasOnBoardedAt() bool

HasOnBoardedAt returns a boolean if a field has been set.

func (*OnBoardedDevice) HasProviderName ¶

func (o *OnBoardedDevice) HasProviderName() bool

HasProviderName returns a boolean if a field has been set.

func (*OnBoardedDevice) HasUsername ¶

func (o *OnBoardedDevice) HasUsername() bool

HasUsername returns a boolean if a field has been set.

func (OnBoardedDevice) MarshalJSON ¶

func (o OnBoardedDevice) MarshalJSON() ([]byte, error)

func (*OnBoardedDevice) SetDeviceId ¶

func (o *OnBoardedDevice) SetDeviceId(v string)

SetDeviceId gets a reference to the given string and assigns it to the DeviceId field.

func (*OnBoardedDevice) SetDistinguishedName ¶

func (o *OnBoardedDevice) SetDistinguishedName(v string)

SetDistinguishedName gets a reference to the given string and assigns it to the DistinguishedName field.

func (*OnBoardedDevice) SetHostname ¶

func (o *OnBoardedDevice) SetHostname(v string)

SetHostname gets a reference to the given string and assigns it to the Hostname field.

func (*OnBoardedDevice) SetLastSeenAt ¶

func (o *OnBoardedDevice) SetLastSeenAt(v time.Time)

SetLastSeenAt gets a reference to the given time.Time and assigns it to the LastSeenAt field.

func (*OnBoardedDevice) SetOnBoardedAt ¶

func (o *OnBoardedDevice) SetOnBoardedAt(v time.Time)

SetOnBoardedAt gets a reference to the given time.Time and assigns it to the OnBoardedAt field.

func (*OnBoardedDevice) SetProviderName ¶

func (o *OnBoardedDevice) SetProviderName(v string)

SetProviderName gets a reference to the given string and assigns it to the ProviderName field.

func (*OnBoardedDevice) SetUsername ¶

func (o *OnBoardedDevice) SetUsername(v string)

SetUsername gets a reference to the given string and assigns it to the Username field.

type OnBoardedDeviceAllOf ¶

type OnBoardedDeviceAllOf struct {
	// Hostname of the Device at the time of registration, sent by the Device.
	Hostname *string `json:"hostname,omitempty"`
	// Registration time.
	OnBoardedAt *time.Time `json:"onBoardedAt,omitempty"`
	// The time when the device last signed in. 'null' if it has signed in last on a Controller that was older than 5.4 at the time.
	LastSeenAt *time.Time `json:"lastSeenAt,omitempty"`
}

OnBoardedDeviceAllOf struct for OnBoardedDeviceAllOf

func NewOnBoardedDeviceAllOf ¶

func NewOnBoardedDeviceAllOf() *OnBoardedDeviceAllOf

NewOnBoardedDeviceAllOf instantiates a new OnBoardedDeviceAllOf object This constructor will assign default values to properties that have it defined, 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 NewOnBoardedDeviceAllOfWithDefaults ¶

func NewOnBoardedDeviceAllOfWithDefaults() *OnBoardedDeviceAllOf

NewOnBoardedDeviceAllOfWithDefaults instantiates a new OnBoardedDeviceAllOf object This 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 (*OnBoardedDeviceAllOf) GetHostname ¶

func (o *OnBoardedDeviceAllOf) GetHostname() string

GetHostname returns the Hostname field value if set, zero value otherwise.

func (*OnBoardedDeviceAllOf) GetHostnameOk ¶

func (o *OnBoardedDeviceAllOf) GetHostnameOk() (*string, bool)

GetHostnameOk returns a tuple with the Hostname field value if set, nil otherwise and a boolean to check if the value has been set.

func (*OnBoardedDeviceAllOf) GetLastSeenAt ¶

func (o *OnBoardedDeviceAllOf) GetLastSeenAt() time.Time

GetLastSeenAt returns the LastSeenAt field value if set, zero value otherwise.

func (*OnBoardedDeviceAllOf) GetLastSeenAtOk ¶

func (o *OnBoardedDeviceAllOf) GetLastSeenAtOk() (*time.Time, bool)

GetLastSeenAtOk returns a tuple with the LastSeenAt field value if set, nil otherwise and a boolean to check if the value has been set.

func (*OnBoardedDeviceAllOf) GetOnBoardedAt ¶

func (o *OnBoardedDeviceAllOf) GetOnBoardedAt() time.Time

GetOnBoardedAt returns the OnBoardedAt field value if set, zero value otherwise.

func (*OnBoardedDeviceAllOf) GetOnBoardedAtOk ¶

func (o *OnBoardedDeviceAllOf) GetOnBoardedAtOk() (*time.Time, bool)

GetOnBoardedAtOk returns a tuple with the OnBoardedAt field value if set, nil otherwise and a boolean to check if the value has been set.

func (*OnBoardedDeviceAllOf) HasHostname ¶

func (o *OnBoardedDeviceAllOf) HasHostname() bool

HasHostname returns a boolean if a field has been set.

func (*OnBoardedDeviceAllOf) HasLastSeenAt ¶

func (o *OnBoardedDeviceAllOf) HasLastSeenAt() bool

HasLastSeenAt returns a boolean if a field has been set.

func (*OnBoardedDeviceAllOf) HasOnBoardedAt ¶

func (o *OnBoardedDeviceAllOf) HasOnBoardedAt() bool

HasOnBoardedAt returns a boolean if a field has been set.

func (OnBoardedDeviceAllOf) MarshalJSON ¶

func (o OnBoardedDeviceAllOf) MarshalJSON() ([]byte, error)

func (*OnBoardedDeviceAllOf) SetHostname ¶

func (o *OnBoardedDeviceAllOf) SetHostname(v string)

SetHostname gets a reference to the given string and assigns it to the Hostname field.

func (*OnBoardedDeviceAllOf) SetLastSeenAt ¶

func (o *OnBoardedDeviceAllOf) SetLastSeenAt(v time.Time)

SetLastSeenAt gets a reference to the given time.Time and assigns it to the LastSeenAt field.

func (*OnBoardedDeviceAllOf) SetOnBoardedAt ¶

func (o *OnBoardedDeviceAllOf) SetOnBoardedAt(v time.Time)

SetOnBoardedAt gets a reference to the given time.Time and assigns it to the OnBoardedAt field.

type OnBoardedDeviceList ¶

type OnBoardedDeviceList struct {
	// 'The range applied to the list. Format: -/. 3-5/8 means, out of 8 count (query affects the total), the items between (including) the 3rd and the 5th are returned.'
	Range *string `json:"range,omitempty"`
	// The field name used to sort the list.
	OrderBy *string `json:"orderBy,omitempty"`
	// Whether the sorting is applied descending or ascending.
	Descending *bool `json:"descending,omitempty"`
	// The queries applied to the list.
	Queries []string `json:"queries,omitempty"`
	// The filters applied to the list.
	FilterBy []FilterBy `json:"filterBy,omitempty"`
	// List of Registered Devices.
	Data []OnBoardedDevice `json:"data,omitempty"`
}

OnBoardedDeviceList struct for OnBoardedDeviceList

func NewOnBoardedDeviceList ¶

func NewOnBoardedDeviceList() *OnBoardedDeviceList

NewOnBoardedDeviceList instantiates a new OnBoardedDeviceList object This constructor will assign default values to properties that have it defined, 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 NewOnBoardedDeviceListWithDefaults ¶

func NewOnBoardedDeviceListWithDefaults() *OnBoardedDeviceList

NewOnBoardedDeviceListWithDefaults instantiates a new OnBoardedDeviceList object This 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 (*OnBoardedDeviceList) GetData ¶

func (o *OnBoardedDeviceList) GetData() []OnBoardedDevice

GetData returns the Data field value if set, zero value otherwise.

func (*OnBoardedDeviceList) GetDataOk ¶

func (o *OnBoardedDeviceList) GetDataOk() ([]OnBoardedDevice, bool)

GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.

func (*OnBoardedDeviceList) GetDescending ¶

func (o *OnBoardedDeviceList) GetDescending() bool

GetDescending returns the Descending field value if set, zero value otherwise.

func (*OnBoardedDeviceList) GetDescendingOk ¶

func (o *OnBoardedDeviceList) GetDescendingOk() (*bool, bool)

GetDescendingOk returns a tuple with the Descending field value if set, nil otherwise and a boolean to check if the value has been set.

func (*OnBoardedDeviceList) GetFilterBy ¶

func (o *OnBoardedDeviceList) GetFilterBy() []FilterBy

GetFilterBy returns the FilterBy field value if set, zero value otherwise.

func (*OnBoardedDeviceList) GetFilterByOk ¶

func (o *OnBoardedDeviceList) GetFilterByOk() ([]FilterBy, bool)

GetFilterByOk returns a tuple with the FilterBy field value if set, nil otherwise and a boolean to check if the value has been set.

func (*OnBoardedDeviceList) GetOrderBy ¶

func (o *OnBoardedDeviceList) GetOrderBy() string

GetOrderBy returns the OrderBy field value if set, zero value otherwise.

func (*OnBoardedDeviceList) GetOrderByOk ¶

func (o *OnBoardedDeviceList) GetOrderByOk() (*string, bool)

GetOrderByOk returns a tuple with the OrderBy field value if set, nil otherwise and a boolean to check if the value has been set.

func (*OnBoardedDeviceList) GetQueries ¶

func (o *OnBoardedDeviceList) GetQueries() []string

GetQueries returns the Queries field value if set, zero value otherwise.

func (*OnBoardedDeviceList) GetQueriesOk ¶

func (o *OnBoardedDeviceList) GetQueriesOk() ([]string, bool)

GetQueriesOk returns a tuple with the Queries field value if set, nil otherwise and a boolean to check if the value has been set.

func (*OnBoardedDeviceList) GetRange ¶

func (o *OnBoardedDeviceList) GetRange() string

GetRange returns the Range field value if set, zero value otherwise.

func (*OnBoardedDeviceList) GetRangeOk ¶

func (o *OnBoardedDeviceList) GetRangeOk() (*string, bool)

GetRangeOk returns a tuple with the Range field value if set, nil otherwise and a boolean to check if the value has been set.

func (*OnBoardedDeviceList) HasData ¶

func (o *OnBoardedDeviceList) HasData() bool

HasData returns a boolean if a field has been set.

func (*OnBoardedDeviceList) HasDescending ¶

func (o *OnBoardedDeviceList) HasDescending() bool

HasDescending returns a boolean if a field has been set.

func (*OnBoardedDeviceList) HasFilterBy ¶

func (o *OnBoardedDeviceList) HasFilterBy() bool

HasFilterBy returns a boolean if a field has been set.

func (*OnBoardedDeviceList) HasOrderBy ¶

func (o *OnBoardedDeviceList) HasOrderBy() bool

HasOrderBy returns a boolean if a field has been set.

func (*OnBoardedDeviceList) HasQueries ¶

func (o *OnBoardedDeviceList) HasQueries() bool

HasQueries returns a boolean if a field has been set.

func (*OnBoardedDeviceList) HasRange ¶

func (o *OnBoardedDeviceList) HasRange() bool

HasRange returns a boolean if a field has been set.

func (OnBoardedDeviceList) MarshalJSON ¶

func (o OnBoardedDeviceList) MarshalJSON() ([]byte, error)

func (*OnBoardedDeviceList) SetData ¶

func (o *OnBoardedDeviceList) SetData(v []OnBoardedDevice)

SetData gets a reference to the given []OnBoardedDevice and assigns it to the Data field.

func (*OnBoardedDeviceList) SetDescending ¶

func (o *OnBoardedDeviceList) SetDescending(v bool)

SetDescending gets a reference to the given bool and assigns it to the Descending field.

func (*OnBoardedDeviceList) SetFilterBy ¶

func (o *OnBoardedDeviceList) SetFilterBy(v []FilterBy)

SetFilterBy gets a reference to the given []FilterBy and assigns it to the FilterBy field.

func (*OnBoardedDeviceList) SetOrderBy ¶

func (o *OnBoardedDeviceList) SetOrderBy(v string)

SetOrderBy gets a reference to the given string and assigns it to the OrderBy field.

func (*OnBoardedDeviceList) SetQueries ¶

func (o *OnBoardedDeviceList) SetQueries(v []string)

SetQueries gets a reference to the given []string and assigns it to the Queries field.

func (*OnBoardedDeviceList) SetRange ¶

func (o *OnBoardedDeviceList) SetRange(v string)

SetRange gets a reference to the given string and assigns it to the Range field.

type OnBoardedDeviceListAllOf ¶

type OnBoardedDeviceListAllOf struct {
	// List of Registered Devices.
	Data []OnBoardedDevice `json:"data,omitempty"`
}

OnBoardedDeviceListAllOf Represents a list of Registered Devices.

func NewOnBoardedDeviceListAllOf ¶

func NewOnBoardedDeviceListAllOf() *OnBoardedDeviceListAllOf

NewOnBoardedDeviceListAllOf instantiates a new OnBoardedDeviceListAllOf object This constructor will assign default values to properties that have it defined, 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 NewOnBoardedDeviceListAllOfWithDefaults ¶

func NewOnBoardedDeviceListAllOfWithDefaults() *OnBoardedDeviceListAllOf

NewOnBoardedDeviceListAllOfWithDefaults instantiates a new OnBoardedDeviceListAllOf object This 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 (*OnBoardedDeviceListAllOf) GetData ¶

GetData returns the Data field value if set, zero value otherwise.

func (*OnBoardedDeviceListAllOf) GetDataOk ¶

func (o *OnBoardedDeviceListAllOf) GetDataOk() ([]OnBoardedDevice, bool)

GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.

func (*OnBoardedDeviceListAllOf) HasData ¶

func (o *OnBoardedDeviceListAllOf) HasData() bool

HasData returns a boolean if a field has been set.

func (OnBoardedDeviceListAllOf) MarshalJSON ¶

func (o OnBoardedDeviceListAllOf) MarshalJSON() ([]byte, error)

func (*OnBoardedDeviceListAllOf) SetData ¶

func (o *OnBoardedDeviceListAllOf) SetData(v []OnBoardedDevice)

SetData gets a reference to the given []OnBoardedDevice and assigns it to the Data field.

type OnBoardedDevices ¶

type OnBoardedDevices struct {
	// User-friendly name for the stats.
	Name *string `json:"name,omitempty"`
	// The time the stats was generated.
	CreationDate *time.Time `json:"creationDate,omitempty"`
	// Recommended refresh interval in minutes.
	RefreshInterval *float32 `json:"refreshInterval,omitempty"`
	// A dictionary of Device On-Boardings Per hour. The key is the hour, the value is the amount of on-boards. For example 8:24 means, between 08:00 - 09:00, 24 on-boards have occurred. Times are UTC based and if the hour number is after the current time, it represents the day before.
	Data *map[string]float32 `json:"data,omitempty"`
}

OnBoardedDevices struct for OnBoardedDevices

func NewOnBoardedDevices ¶

func NewOnBoardedDevices() *OnBoardedDevices

NewOnBoardedDevices instantiates a new OnBoardedDevices object This constructor will assign default values to properties that have it defined, 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 NewOnBoardedDevicesWithDefaults ¶

func NewOnBoardedDevicesWithDefaults() *OnBoardedDevices

NewOnBoardedDevicesWithDefaults instantiates a new OnBoardedDevices object This 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 (*OnBoardedDevices) GetCreationDate ¶

func (o *OnBoardedDevices) GetCreationDate() time.Time

GetCreationDate returns the CreationDate field value if set, zero value otherwise.

func (*OnBoardedDevices) GetCreationDateOk ¶

func (o *OnBoardedDevices) GetCreationDateOk() (*time.Time, bool)

GetCreationDateOk returns a tuple with the CreationDate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*OnBoardedDevices) GetData ¶

func (o *OnBoardedDevices) GetData() map[string]float32

GetData returns the Data field value if set, zero value otherwise.

func (*OnBoardedDevices) GetDataOk ¶

func (o *OnBoardedDevices) GetDataOk() (*map[string]float32, bool)

GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.

func (*OnBoardedDevices) GetName ¶

func (o *OnBoardedDevices) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*OnBoardedDevices) GetNameOk ¶

func (o *OnBoardedDevices) 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 (*OnBoardedDevices) GetRefreshInterval ¶

func (o *OnBoardedDevices) GetRefreshInterval() float32

GetRefreshInterval returns the RefreshInterval field value if set, zero value otherwise.

func (*OnBoardedDevices) GetRefreshIntervalOk ¶

func (o *OnBoardedDevices) GetRefreshIntervalOk() (*float32, bool)

GetRefreshIntervalOk returns a tuple with the RefreshInterval field value if set, nil otherwise and a boolean to check if the value has been set.

func (*OnBoardedDevices) HasCreationDate ¶

func (o *OnBoardedDevices) HasCreationDate() bool

HasCreationDate returns a boolean if a field has been set.

func (*OnBoardedDevices) HasData ¶

func (o *OnBoardedDevices) HasData() bool

HasData returns a boolean if a field has been set.

func (*OnBoardedDevices) HasName ¶

func (o *OnBoardedDevices) HasName() bool

HasName returns a boolean if a field has been set.

func (*OnBoardedDevices) HasRefreshInterval ¶

func (o *OnBoardedDevices) HasRefreshInterval() bool

HasRefreshInterval returns a boolean if a field has been set.

func (OnBoardedDevices) MarshalJSON ¶

func (o OnBoardedDevices) MarshalJSON() ([]byte, error)

func (*OnBoardedDevices) SetCreationDate ¶

func (o *OnBoardedDevices) SetCreationDate(v time.Time)

SetCreationDate gets a reference to the given time.Time and assigns it to the CreationDate field.

func (*OnBoardedDevices) SetData ¶

func (o *OnBoardedDevices) SetData(v map[string]float32)

SetData gets a reference to the given map[string]float32 and assigns it to the Data field.

func (*OnBoardedDevices) SetName ¶

func (o *OnBoardedDevices) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*OnBoardedDevices) SetRefreshInterval ¶

func (o *OnBoardedDevices) SetRefreshInterval(v float32)

SetRefreshInterval gets a reference to the given float32 and assigns it to the RefreshInterval field.

type OnBoardedDevicesAllOf ¶

type OnBoardedDevicesAllOf struct {
	// A dictionary of Device On-Boardings Per hour. The key is the hour, the value is the amount of on-boards. For example 8:24 means, between 08:00 - 09:00, 24 on-boards have occurred. Times are UTC based and if the hour number is after the current time, it represents the day before.
	Data *map[string]float32 `json:"data,omitempty"`
}

OnBoardedDevicesAllOf struct for OnBoardedDevicesAllOf

func NewOnBoardedDevicesAllOf ¶

func NewOnBoardedDevicesAllOf() *OnBoardedDevicesAllOf

NewOnBoardedDevicesAllOf instantiates a new OnBoardedDevicesAllOf object This constructor will assign default values to properties that have it defined, 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 NewOnBoardedDevicesAllOfWithDefaults ¶

func NewOnBoardedDevicesAllOfWithDefaults() *OnBoardedDevicesAllOf

NewOnBoardedDevicesAllOfWithDefaults instantiates a new OnBoardedDevicesAllOf object This 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 (*OnBoardedDevicesAllOf) GetData ¶

func (o *OnBoardedDevicesAllOf) GetData() map[string]float32

GetData returns the Data field value if set, zero value otherwise.

func (*OnBoardedDevicesAllOf) GetDataOk ¶

func (o *OnBoardedDevicesAllOf) GetDataOk() (*map[string]float32, bool)

GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.

func (*OnBoardedDevicesAllOf) HasData ¶

func (o *OnBoardedDevicesAllOf) HasData() bool

HasData returns a boolean if a field has been set.

func (OnBoardedDevicesAllOf) MarshalJSON ¶

func (o OnBoardedDevicesAllOf) MarshalJSON() ([]byte, error)

func (*OnBoardedDevicesAllOf) SetData ¶

func (o *OnBoardedDevicesAllOf) SetData(v map[string]float32)

SetData gets a reference to the given map[string]float32 and assigns it to the Data field.

type OnDemandClaimMappingsInner ¶

type OnDemandClaimMappingsInner struct {
	// The name of the command.
	Command string `json:"command"`
	// The name of the device claim to be used in Appgate SDP.
	ClaimName  string                                `json:"claimName"`
	Parameters *OnDemandClaimMappingsInnerParameters `json:"parameters,omitempty"`
	// The platform(s) to run the on-demand claim.
	Platform string `json:"platform"`
}

OnDemandClaimMappingsInner struct for OnDemandClaimMappingsInner

func NewOnDemandClaimMappingsInner ¶

func NewOnDemandClaimMappingsInner(command string, claimName string, platform string) *OnDemandClaimMappingsInner

NewOnDemandClaimMappingsInner instantiates a new OnDemandClaimMappingsInner object This constructor will assign default values to properties that have it defined, 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 NewOnDemandClaimMappingsInnerWithDefaults ¶

func NewOnDemandClaimMappingsInnerWithDefaults() *OnDemandClaimMappingsInner

NewOnDemandClaimMappingsInnerWithDefaults instantiates a new OnDemandClaimMappingsInner object This 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 (*OnDemandClaimMappingsInner) GetClaimName ¶

func (o *OnDemandClaimMappingsInner) GetClaimName() string

GetClaimName returns the ClaimName field value

func (*OnDemandClaimMappingsInner) GetClaimNameOk ¶

func (o *OnDemandClaimMappingsInner) GetClaimNameOk() (*string, bool)

GetClaimNameOk returns a tuple with the ClaimName field value and a boolean to check if the value has been set.

func (*OnDemandClaimMappingsInner) GetCommand ¶

func (o *OnDemandClaimMappingsInner) GetCommand() string

GetCommand returns the Command field value

func (*OnDemandClaimMappingsInner) GetCommandOk ¶

func (o *OnDemandClaimMappingsInner) GetCommandOk() (*string, bool)

GetCommandOk returns a tuple with the Command field value and a boolean to check if the value has been set.

func (*OnDemandClaimMappingsInner) GetParameters ¶

GetParameters returns the Parameters field value if set, zero value otherwise.

func (*OnDemandClaimMappingsInner) GetParametersOk ¶

GetParametersOk returns a tuple with the Parameters field value if set, nil otherwise and a boolean to check if the value has been set.

func (*OnDemandClaimMappingsInner) GetPlatform ¶

func (o *OnDemandClaimMappingsInner) GetPlatform() string

GetPlatform returns the Platform field value

func (*OnDemandClaimMappingsInner) GetPlatformOk ¶

func (o *OnDemandClaimMappingsInner) GetPlatformOk() (*string, bool)

GetPlatformOk returns a tuple with the Platform field value and a boolean to check if the value has been set.

func (*OnDemandClaimMappingsInner) HasParameters ¶

func (o *OnDemandClaimMappingsInner) HasParameters() bool

HasParameters returns a boolean if a field has been set.

func (OnDemandClaimMappingsInner) MarshalJSON ¶

func (o OnDemandClaimMappingsInner) MarshalJSON() ([]byte, error)

func (*OnDemandClaimMappingsInner) SetClaimName ¶

func (o *OnDemandClaimMappingsInner) SetClaimName(v string)

SetClaimName sets field value

func (*OnDemandClaimMappingsInner) SetCommand ¶

func (o *OnDemandClaimMappingsInner) SetCommand(v string)

SetCommand sets field value

func (*OnDemandClaimMappingsInner) SetParameters ¶

SetParameters gets a reference to the given OnDemandClaimMappingsInnerParameters and assigns it to the Parameters field.

func (*OnDemandClaimMappingsInner) SetPlatform ¶

func (o *OnDemandClaimMappingsInner) SetPlatform(v string)

SetPlatform sets field value

type OnDemandClaimMappingsInnerParameters ¶

type OnDemandClaimMappingsInnerParameters struct {
	// 'Used for the following commands: \"serviceRunning\", \"processRunning\", \"runScript\". Name of the service, process or device claim script respectively.'
	Name *string `json:"name,omitempty"`
	// 'Used for the following commands: \"fileSize\", \"fileExists\", \"fileCreated\", \"fileUpdated\", \"fileVersion\", \"fileSha512\", \"regExists\", \"regQuery\".' Path for the file or registry.
	Path *string `json:"path,omitempty"`
	// Used as device claim script args/parameters for \"runScript\" command.
	Args *string `json:"args,omitempty"`
}

OnDemandClaimMappingsInnerParameters Depending on the command type, extra parameters to pass to the on-demand claim.

func NewOnDemandClaimMappingsInnerParameters ¶

func NewOnDemandClaimMappingsInnerParameters() *OnDemandClaimMappingsInnerParameters

NewOnDemandClaimMappingsInnerParameters instantiates a new OnDemandClaimMappingsInnerParameters object This constructor will assign default values to properties that have it defined, 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 NewOnDemandClaimMappingsInnerParametersWithDefaults ¶

func NewOnDemandClaimMappingsInnerParametersWithDefaults() *OnDemandClaimMappingsInnerParameters

NewOnDemandClaimMappingsInnerParametersWithDefaults instantiates a new OnDemandClaimMappingsInnerParameters object This 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 (*OnDemandClaimMappingsInnerParameters) GetArgs ¶

GetArgs returns the Args field value if set, zero value otherwise.

func (*OnDemandClaimMappingsInnerParameters) GetArgsOk ¶

GetArgsOk returns a tuple with the Args field value if set, nil otherwise and a boolean to check if the value has been set.

func (*OnDemandClaimMappingsInnerParameters) GetName ¶

GetName returns the Name field value if set, zero value otherwise.

func (*OnDemandClaimMappingsInnerParameters) 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 (*OnDemandClaimMappingsInnerParameters) GetPath ¶

GetPath returns the Path field value if set, zero value otherwise.

func (*OnDemandClaimMappingsInnerParameters) GetPathOk ¶

GetPathOk returns a tuple with the Path field value if set, nil otherwise and a boolean to check if the value has been set.

func (*OnDemandClaimMappingsInnerParameters) HasArgs ¶

HasArgs returns a boolean if a field has been set.

func (*OnDemandClaimMappingsInnerParameters) HasName ¶

HasName returns a boolean if a field has been set.

func (*OnDemandClaimMappingsInnerParameters) HasPath ¶

HasPath returns a boolean if a field has been set.

func (OnDemandClaimMappingsInnerParameters) MarshalJSON ¶

func (o OnDemandClaimMappingsInnerParameters) MarshalJSON() ([]byte, error)

func (*OnDemandClaimMappingsInnerParameters) SetArgs ¶

SetArgs gets a reference to the given string and assigns it to the Args field.

func (*OnDemandClaimMappingsInnerParameters) SetName ¶

SetName gets a reference to the given string and assigns it to the Name field.

func (*OnDemandClaimMappingsInnerParameters) SetPath ¶

SetPath gets a reference to the given string and assigns it to the Path field.

type OtpSeed ¶

type OtpSeed struct {
	// Distinguished name of a user. Format: \"CN=,OU=\"
	UserDistinguishedName *string `json:"userDistinguishedName,omitempty"`
	// The username, same as the one in the user Distinguished Name.
	Username *string `json:"username,omitempty"`
	// The provider name of the user, same as the one in the user Distinguished Name.
	ProviderName *string `json:"providerName,omitempty"`
	// Whether the generated Seed successfully used by the User at least once or not.
	Verified *bool `json:"verified,omitempty"`
}

OtpSeed struct for OtpSeed

func NewOtpSeed ¶

func NewOtpSeed() *OtpSeed

NewOtpSeed instantiates a new OtpSeed object This constructor will assign default values to properties that have it defined, 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 NewOtpSeedWithDefaults ¶

func NewOtpSeedWithDefaults() *OtpSeed

NewOtpSeedWithDefaults instantiates a new OtpSeed object This 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 (*OtpSeed) GetProviderName ¶

func (o *OtpSeed) GetProviderName() string

GetProviderName returns the ProviderName field value if set, zero value otherwise.

func (*OtpSeed) GetProviderNameOk ¶

func (o *OtpSeed) GetProviderNameOk() (*string, bool)

GetProviderNameOk returns a tuple with the ProviderName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*OtpSeed) GetUserDistinguishedName ¶

func (o *OtpSeed) GetUserDistinguishedName() string

GetUserDistinguishedName returns the UserDistinguishedName field value if set, zero value otherwise.

func (*OtpSeed) GetUserDistinguishedNameOk ¶

func (o *OtpSeed) GetUserDistinguishedNameOk() (*string, bool)

GetUserDistinguishedNameOk returns a tuple with the UserDistinguishedName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*OtpSeed) GetUsername ¶

func (o *OtpSeed) GetUsername() string

GetUsername returns the Username field value if set, zero value otherwise.

func (*OtpSeed) GetUsernameOk ¶

func (o *OtpSeed) 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 (*OtpSeed) GetVerified ¶

func (o *OtpSeed) GetVerified() bool

GetVerified returns the Verified field value if set, zero value otherwise.

func (*OtpSeed) GetVerifiedOk ¶

func (o *OtpSeed) GetVerifiedOk() (*bool, bool)

GetVerifiedOk returns a tuple with the Verified field value if set, nil otherwise and a boolean to check if the value has been set.

func (*OtpSeed) HasProviderName ¶

func (o *OtpSeed) HasProviderName() bool

HasProviderName returns a boolean if a field has been set.

func (*OtpSeed) HasUserDistinguishedName ¶

func (o *OtpSeed) HasUserDistinguishedName() bool

HasUserDistinguishedName returns a boolean if a field has been set.

func (*OtpSeed) HasUsername ¶

func (o *OtpSeed) HasUsername() bool

HasUsername returns a boolean if a field has been set.

func (*OtpSeed) HasVerified ¶

func (o *OtpSeed) HasVerified() bool

HasVerified returns a boolean if a field has been set.

func (OtpSeed) MarshalJSON ¶

func (o OtpSeed) MarshalJSON() ([]byte, error)

func (*OtpSeed) SetProviderName ¶

func (o *OtpSeed) SetProviderName(v string)

SetProviderName gets a reference to the given string and assigns it to the ProviderName field.

func (*OtpSeed) SetUserDistinguishedName ¶

func (o *OtpSeed) SetUserDistinguishedName(v string)

SetUserDistinguishedName gets a reference to the given string and assigns it to the UserDistinguishedName field.

func (*OtpSeed) SetUsername ¶

func (o *OtpSeed) SetUsername(v string)

SetUsername gets a reference to the given string and assigns it to the Username field.

func (*OtpSeed) SetVerified ¶

func (o *OtpSeed) SetVerified(v bool)

SetVerified gets a reference to the given bool and assigns it to the Verified field.

type OtpSeedAllOf ¶

type OtpSeedAllOf struct {
	// Whether the generated Seed successfully used by the User at least once or not.
	Verified *bool `json:"verified,omitempty"`
}

OtpSeedAllOf struct for OtpSeedAllOf

func NewOtpSeedAllOf ¶

func NewOtpSeedAllOf() *OtpSeedAllOf

NewOtpSeedAllOf instantiates a new OtpSeedAllOf object This constructor will assign default values to properties that have it defined, 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 NewOtpSeedAllOfWithDefaults ¶

func NewOtpSeedAllOfWithDefaults() *OtpSeedAllOf

NewOtpSeedAllOfWithDefaults instantiates a new OtpSeedAllOf object This 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 (*OtpSeedAllOf) GetVerified ¶

func (o *OtpSeedAllOf) GetVerified() bool

GetVerified returns the Verified field value if set, zero value otherwise.

func (*OtpSeedAllOf) GetVerifiedOk ¶

func (o *OtpSeedAllOf) GetVerifiedOk() (*bool, bool)

GetVerifiedOk returns a tuple with the Verified field value if set, nil otherwise and a boolean to check if the value has been set.

func (*OtpSeedAllOf) HasVerified ¶

func (o *OtpSeedAllOf) HasVerified() bool

HasVerified returns a boolean if a field has been set.

func (OtpSeedAllOf) MarshalJSON ¶

func (o OtpSeedAllOf) MarshalJSON() ([]byte, error)

func (*OtpSeedAllOf) SetVerified ¶

func (o *OtpSeedAllOf) SetVerified(v bool)

SetVerified gets a reference to the given bool and assigns it to the Verified field.

type OtpSeedList ¶

type OtpSeedList struct {
	// 'The range applied to the list. Format: -/. 3-5/8 means, out of 8 count (query affects the total), the items between (including) the 3rd and the 5th are returned.'
	Range *string `json:"range,omitempty"`
	// The field name used to sort the list.
	OrderBy *string `json:"orderBy,omitempty"`
	// Whether the sorting is applied descending or ascending.
	Descending *bool `json:"descending,omitempty"`
	// The queries applied to the list.
	Queries []string `json:"queries,omitempty"`
	// The filters applied to the list.
	FilterBy []FilterBy `json:"filterBy,omitempty"`
	// List of Default Time-Based OTP Provider Seeds.
	Data []OtpSeed `json:"data,omitempty"`
}

OtpSeedList struct for OtpSeedList

func NewOtpSeedList ¶

func NewOtpSeedList() *OtpSeedList

NewOtpSeedList instantiates a new OtpSeedList object This constructor will assign default values to properties that have it defined, 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 NewOtpSeedListWithDefaults ¶

func NewOtpSeedListWithDefaults() *OtpSeedList

NewOtpSeedListWithDefaults instantiates a new OtpSeedList object This 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 (*OtpSeedList) GetData ¶

func (o *OtpSeedList) GetData() []OtpSeed

GetData returns the Data field value if set, zero value otherwise.

func (*OtpSeedList) GetDataOk ¶

func (o *OtpSeedList) GetDataOk() ([]OtpSeed, bool)

GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.

func (*OtpSeedList) GetDescending ¶

func (o *OtpSeedList) GetDescending() bool

GetDescending returns the Descending field value if set, zero value otherwise.

func (*OtpSeedList) GetDescendingOk ¶

func (o *OtpSeedList) GetDescendingOk() (*bool, bool)

GetDescendingOk returns a tuple with the Descending field value if set, nil otherwise and a boolean to check if the value has been set.

func (*OtpSeedList) GetFilterBy ¶

func (o *OtpSeedList) GetFilterBy() []FilterBy

GetFilterBy returns the FilterBy field value if set, zero value otherwise.

func (*OtpSeedList) GetFilterByOk ¶

func (o *OtpSeedList) GetFilterByOk() ([]FilterBy, bool)

GetFilterByOk returns a tuple with the FilterBy field value if set, nil otherwise and a boolean to check if the value has been set.

func (*OtpSeedList) GetOrderBy ¶

func (o *OtpSeedList) GetOrderBy() string

GetOrderBy returns the OrderBy field value if set, zero value otherwise.

func (*OtpSeedList) GetOrderByOk ¶

func (o *OtpSeedList) GetOrderByOk() (*string, bool)

GetOrderByOk returns a tuple with the OrderBy field value if set, nil otherwise and a boolean to check if the value has been set.

func (*OtpSeedList) GetQueries ¶

func (o *OtpSeedList) GetQueries() []string

GetQueries returns the Queries field value if set, zero value otherwise.

func (*OtpSeedList) GetQueriesOk ¶

func (o *OtpSeedList) GetQueriesOk() ([]string, bool)

GetQueriesOk returns a tuple with the Queries field value if set, nil otherwise and a boolean to check if the value has been set.

func (*OtpSeedList) GetRange ¶

func (o *OtpSeedList) GetRange() string

GetRange returns the Range field value if set, zero value otherwise.

func (*OtpSeedList) GetRangeOk ¶

func (o *OtpSeedList) GetRangeOk() (*string, bool)

GetRangeOk returns a tuple with the Range field value if set, nil otherwise and a boolean to check if the value has been set.

func (*OtpSeedList) HasData ¶

func (o *OtpSeedList) HasData() bool

HasData returns a boolean if a field has been set.

func (*OtpSeedList) HasDescending ¶

func (o *OtpSeedList) HasDescending() bool

HasDescending returns a boolean if a field has been set.

func (*OtpSeedList) HasFilterBy ¶

func (o *OtpSeedList) HasFilterBy() bool

HasFilterBy returns a boolean if a field has been set.

func (*OtpSeedList) HasOrderBy ¶

func (o *OtpSeedList) HasOrderBy() bool

HasOrderBy returns a boolean if a field has been set.

func (*OtpSeedList) HasQueries ¶

func (o *OtpSeedList) HasQueries() bool

HasQueries returns a boolean if a field has been set.

func (*OtpSeedList) HasRange ¶

func (o *OtpSeedList) HasRange() bool

HasRange returns a boolean if a field has been set.

func (OtpSeedList) MarshalJSON ¶

func (o OtpSeedList) MarshalJSON() ([]byte, error)

func (*OtpSeedList) SetData ¶

func (o *OtpSeedList) SetData(v []OtpSeed)

SetData gets a reference to the given []OtpSeed and assigns it to the Data field.

func (*OtpSeedList) SetDescending ¶

func (o *OtpSeedList) SetDescending(v bool)

SetDescending gets a reference to the given bool and assigns it to the Descending field.

func (*OtpSeedList) SetFilterBy ¶

func (o *OtpSeedList) SetFilterBy(v []FilterBy)

SetFilterBy gets a reference to the given []FilterBy and assigns it to the FilterBy field.

func (*OtpSeedList) SetOrderBy ¶

func (o *OtpSeedList) SetOrderBy(v string)

SetOrderBy gets a reference to the given string and assigns it to the OrderBy field.

func (*OtpSeedList) SetQueries ¶

func (o *OtpSeedList) SetQueries(v []string)

SetQueries gets a reference to the given []string and assigns it to the Queries field.

func (*OtpSeedList) SetRange ¶

func (o *OtpSeedList) SetRange(v string)

SetRange gets a reference to the given string and assigns it to the Range field.

type OtpSeedListAllOf ¶

type OtpSeedListAllOf struct {
	// List of Default Time-Based OTP Provider Seeds.
	Data []OtpSeed `json:"data,omitempty"`
}

OtpSeedListAllOf Represents a list of Default Time-Based OTP Provider Seeds.

func NewOtpSeedListAllOf ¶

func NewOtpSeedListAllOf() *OtpSeedListAllOf

NewOtpSeedListAllOf instantiates a new OtpSeedListAllOf object This constructor will assign default values to properties that have it defined, 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 NewOtpSeedListAllOfWithDefaults ¶

func NewOtpSeedListAllOfWithDefaults() *OtpSeedListAllOf

NewOtpSeedListAllOfWithDefaults instantiates a new OtpSeedListAllOf object This 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 (*OtpSeedListAllOf) GetData ¶

func (o *OtpSeedListAllOf) GetData() []OtpSeed

GetData returns the Data field value if set, zero value otherwise.

func (*OtpSeedListAllOf) GetDataOk ¶

func (o *OtpSeedListAllOf) GetDataOk() ([]OtpSeed, bool)

GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.

func (*OtpSeedListAllOf) HasData ¶

func (o *OtpSeedListAllOf) HasData() bool

HasData returns a boolean if a field has been set.

func (OtpSeedListAllOf) MarshalJSON ¶

func (o OtpSeedListAllOf) MarshalJSON() ([]byte, error)

func (*OtpSeedListAllOf) SetData ¶

func (o *OtpSeedListAllOf) SetData(v []OtpSeed)

SetData gets a reference to the given []OtpSeed and assigns it to the Data field.

type P12 ¶

type P12 struct {
	// Identifier to track the object on update since all the other fields are write-only. A random one will be assigned if left empty.
	Id *string `json:"id,omitempty"`
	// Contents of the P12 file in Base64 format.
	Content *string `json:"content,omitempty"`
	// Password for the P12 file.
	Password *string `json:"password,omitempty"`
	// Subject name of the certificate in the file.
	SubjectName *string `json:"subjectName,omitempty"`
}

P12 PKCS12 object with X.509 certificate and private key.

func NewP12 ¶

func NewP12() *P12

NewP12 instantiates a new P12 object This constructor will assign default values to properties that have it defined, 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 NewP12WithDefaults ¶

func NewP12WithDefaults() *P12

NewP12WithDefaults instantiates a new P12 object This 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 (*P12) GetContent ¶

func (o *P12) GetContent() string

GetContent returns the Content field value if set, zero value otherwise.

func (*P12) GetContentOk ¶

func (o *P12) GetContentOk() (*string, bool)

GetContentOk returns a tuple with the Content field value if set, nil otherwise and a boolean to check if the value has been set.

func (*P12) GetId ¶

func (o *P12) GetId() string

GetId returns the Id field value if set, zero value otherwise.

func (*P12) GetIdOk ¶

func (o *P12) 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 (*P12) GetPassword ¶

func (o *P12) GetPassword() string

GetPassword returns the Password field value if set, zero value otherwise.

func (*P12) GetPasswordOk ¶

func (o *P12) 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 (*P12) GetSubjectName ¶

func (o *P12) GetSubjectName() string

GetSubjectName returns the SubjectName field value if set, zero value otherwise.

func (*P12) GetSubjectNameOk ¶

func (o *P12) GetSubjectNameOk() (*string, bool)

GetSubjectNameOk returns a tuple with the SubjectName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*P12) HasContent ¶

func (o *P12) HasContent() bool

HasContent returns a boolean if a field has been set.

func (*P12) HasId ¶

func (o *P12) HasId() bool

HasId returns a boolean if a field has been set.

func (*P12) HasPassword ¶

func (o *P12) HasPassword() bool

HasPassword returns a boolean if a field has been set.

func (*P12) HasSubjectName ¶

func (o *P12) HasSubjectName() bool

HasSubjectName returns a boolean if a field has been set.

func (P12) MarshalJSON ¶

func (o P12) MarshalJSON() ([]byte, error)

func (*P12) SetContent ¶

func (o *P12) SetContent(v string)

SetContent gets a reference to the given string and assigns it to the Content field.

func (*P12) SetId ¶

func (o *P12) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*P12) SetPassword ¶

func (o *P12) SetPassword(v string)

SetPassword gets a reference to the given string and assigns it to the Password field.

func (*P12) SetSubjectName ¶

func (o *P12) SetSubjectName(v string)

SetSubjectName gets a reference to the given string and assigns it to the SubjectName field.

type P121 ¶

type P121 struct {
	// P12 binary in Base64 format.
	P12 *string `json:"p12,omitempty"`
	// Password for the p12 file.
	Password *string `json:"password,omitempty"`
}

P121 struct for P121

func NewP121 ¶

func NewP121() *P121

NewP121 instantiates a new P121 object This constructor will assign default values to properties that have it defined, 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 NewP121WithDefaults ¶

func NewP121WithDefaults() *P121

NewP121WithDefaults instantiates a new P121 object This 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 (*P121) GetP12 ¶

func (o *P121) GetP12() string

GetP12 returns the P12 field value if set, zero value otherwise.

func (*P121) GetP12Ok ¶

func (o *P121) GetP12Ok() (*string, bool)

GetP12Ok returns a tuple with the P12 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*P121) GetPassword ¶

func (o *P121) GetPassword() string

GetPassword returns the Password field value if set, zero value otherwise.

func (*P121) GetPasswordOk ¶

func (o *P121) 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 (*P121) HasP12 ¶

func (o *P121) HasP12() bool

HasP12 returns a boolean if a field has been set.

func (*P121) HasPassword ¶

func (o *P121) HasPassword() bool

HasPassword returns a boolean if a field has been set.

func (P121) MarshalJSON ¶

func (o P121) MarshalJSON() ([]byte, error)

func (*P121) SetP12 ¶

func (o *P121) SetP12(v string)

SetP12 gets a reference to the given string and assigns it to the P12 field.

func (*P121) SetPassword ¶

func (o *P121) SetPassword(v string)

SetPassword gets a reference to the given string and assigns it to the Password field.

type PoliciesApiService ¶

type PoliciesApiService service

PoliciesApiService PoliciesApi service

func (*PoliciesApiService) PoliciesGet ¶

PoliciesGet List all Policies.

List all Policies visible to current user.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiPoliciesGetRequest

func (*PoliciesApiService) PoliciesGetExecute ¶

func (a *PoliciesApiService) PoliciesGetExecute(r ApiPoliciesGetRequest) (*PolicyList, *http.Response, error)

Execute executes the request

@return PolicyList

func (*PoliciesApiService) PoliciesIdDelete ¶

PoliciesIdDelete Delete a specific Policy.

Delete a specific Policy.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id ID of the object.
@return ApiPoliciesIdDeleteRequest

func (*PoliciesApiService) PoliciesIdDeleteExecute ¶

func (a *PoliciesApiService) PoliciesIdDeleteExecute(r ApiPoliciesIdDeleteRequest) (*http.Response, error)

Execute executes the request

func (*PoliciesApiService) PoliciesIdGet ¶

PoliciesIdGet Get a specific Policy.

Get a specific Policy.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id ID of the object.
@return ApiPoliciesIdGetRequest

func (*PoliciesApiService) PoliciesIdGetExecute ¶

func (a *PoliciesApiService) PoliciesIdGetExecute(r ApiPoliciesIdGetRequest) (*Policy, *http.Response, error)

Execute executes the request

@return Policy

func (*PoliciesApiService) PoliciesIdPut ¶

PoliciesIdPut Update an existing Policy.

Update an existing Policy.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id ID of the object.
@return ApiPoliciesIdPutRequest

func (*PoliciesApiService) PoliciesIdPutExecute ¶

func (a *PoliciesApiService) PoliciesIdPutExecute(r ApiPoliciesIdPutRequest) (*Policy, *http.Response, error)

Execute executes the request

@return Policy

func (*PoliciesApiService) PoliciesPost ¶

PoliciesPost Create a new Policy.

Create a new Policy.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiPoliciesPostRequest

func (*PoliciesApiService) PoliciesPostExecute ¶

func (a *PoliciesApiService) PoliciesPostExecute(r ApiPoliciesPostRequest) (*Policy, *http.Response, error)

Execute executes the request

@return Policy

type Policy ¶

type Policy struct {
	// ID of the object.
	Id *string `json:"id,omitempty"`
	// Name of the object.
	Name string `json:"name"`
	// Notes for the object. Used for documentation purposes.
	Notes *string `json:"notes,omitempty"`
	// Create date.
	Created *time.Time `json:"created,omitempty"`
	// Last update date.
	Updated *time.Time `json:"updated,omitempty"`
	// Array of tags.
	Tags []string `json:"tags,omitempty"`
	// If true, the Policy will be disregarded during authorization.
	Disabled *bool `json:"disabled,omitempty"`
	// A JavaScript expression that returns boolean. Criteria Scripts may be used by calling them as functions.
	Expression string `json:"expression"`
	// Type of the Policy. The assigned type will be enforced by not allowing enabling other types of features on the Policy.
	Type *string `json:"type,omitempty"`
	// List of Entitlement IDs in this Policy.
	Entitlements []string `json:"entitlements,omitempty"`
	// List of Entitlement tags in this Policy.
	EntitlementLinks []string `json:"entitlementLinks,omitempty"`
	// List of Ringfence Rule IDs in this Policy.
	RingfenceRules []string `json:"ringfenceRules,omitempty"`
	// List of Ringfence Rule tags in this Policy.
	RingfenceRuleLinks []string `json:"ringfenceRuleLinks,omitempty"`
	// Will enable Tamper Proofing on desktop clients which will make sure the routes and ringfence configurations are not changed. Will be set to true if it's not provided and the type is \"Device\".
	TamperProofing *bool `json:"tamperProofing,omitempty"`
	// Site ID where all the Entitlements of this Policy must be deployed. This overrides Entitlement's own Site and to be used only in specific network layouts. Otherwise the assigned site on individual Entitlements will be used.
	OverrideSite *string `json:"overrideSite,omitempty"`
	// The path of a claim that contains the UUID of an override site. It should be defined as \"claims.xxx.xxx\" or \"claims.xxx.xxx.xxx\".
	OverrideSiteClaim   *string                         `json:"overrideSiteClaim,omitempty"`
	ProxyAutoConfig     *PolicyAllOfProxyAutoConfig     `json:"proxyAutoConfig,omitempty"`
	TrustedNetworkCheck *PolicyAllOfTrustedNetworkCheck `json:"trustedNetworkCheck,omitempty"`
	// List of domain names with DNS server IPs that the Client should be using.
	DnsSettings           []PolicyAllOfDnsSettings          `json:"dnsSettings,omitempty"`
	ClientSettings        *PolicyAllOfClientSettings        `json:"clientSettings,omitempty"`
	ClientProfileSettings *PolicyAllOfClientProfileSettings `json:"clientProfileSettings,omitempty"`
	// Set custom help URL on Client UI.
	CustomClientHelpUrl *string `json:"customClientHelpUrl,omitempty"`
	// List of Administrative Role IDs in this Policy.
	AdministrativeRoles []string `json:"administrativeRoles,omitempty"`
}

Policy struct for Policy

func NewPolicy ¶

func NewPolicy(name string, expression string) *Policy

NewPolicy instantiates a new Policy object This constructor will assign default values to properties that have it defined, 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 NewPolicyWithDefaults ¶

func NewPolicyWithDefaults() *Policy

NewPolicyWithDefaults instantiates a new Policy object This 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 (*Policy) GetAdministrativeRoles ¶

func (o *Policy) GetAdministrativeRoles() []string

GetAdministrativeRoles returns the AdministrativeRoles field value if set, zero value otherwise.

func (*Policy) GetAdministrativeRolesOk ¶

func (o *Policy) GetAdministrativeRolesOk() ([]string, bool)

GetAdministrativeRolesOk returns a tuple with the AdministrativeRoles field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Policy) GetClientProfileSettings ¶

func (o *Policy) GetClientProfileSettings() PolicyAllOfClientProfileSettings

GetClientProfileSettings returns the ClientProfileSettings field value if set, zero value otherwise.

func (*Policy) GetClientProfileSettingsOk ¶

func (o *Policy) GetClientProfileSettingsOk() (*PolicyAllOfClientProfileSettings, bool)

GetClientProfileSettingsOk returns a tuple with the ClientProfileSettings field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Policy) GetClientSettings ¶

func (o *Policy) GetClientSettings() PolicyAllOfClientSettings

GetClientSettings returns the ClientSettings field value if set, zero value otherwise.

func (*Policy) GetClientSettingsOk ¶

func (o *Policy) GetClientSettingsOk() (*PolicyAllOfClientSettings, bool)

GetClientSettingsOk returns a tuple with the ClientSettings field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Policy) GetCreated ¶

func (o *Policy) GetCreated() time.Time

GetCreated returns the Created field value if set, zero value otherwise.

func (*Policy) GetCreatedOk ¶

func (o *Policy) GetCreatedOk() (*time.Time, bool)

GetCreatedOk returns a tuple with the Created field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Policy) GetCustomClientHelpUrl ¶

func (o *Policy) GetCustomClientHelpUrl() string

GetCustomClientHelpUrl returns the CustomClientHelpUrl field value if set, zero value otherwise.

func (*Policy) GetCustomClientHelpUrlOk ¶

func (o *Policy) GetCustomClientHelpUrlOk() (*string, bool)

GetCustomClientHelpUrlOk returns a tuple with the CustomClientHelpUrl field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Policy) GetDisabled ¶

func (o *Policy) GetDisabled() bool

GetDisabled returns the Disabled field value if set, zero value otherwise.

func (*Policy) GetDisabledOk ¶

func (o *Policy) GetDisabledOk() (*bool, bool)

GetDisabledOk returns a tuple with the Disabled field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Policy) GetDnsSettings ¶

func (o *Policy) GetDnsSettings() []PolicyAllOfDnsSettings

GetDnsSettings returns the DnsSettings field value if set, zero value otherwise.

func (*Policy) GetDnsSettingsOk ¶

func (o *Policy) GetDnsSettingsOk() ([]PolicyAllOfDnsSettings, bool)

GetDnsSettingsOk returns a tuple with the DnsSettings field value if set, nil otherwise and a boolean to check if the value has been set.

func (o *Policy) GetEntitlementLinks() []string

GetEntitlementLinks returns the EntitlementLinks field value if set, zero value otherwise.

func (*Policy) GetEntitlementLinksOk ¶

func (o *Policy) GetEntitlementLinksOk() ([]string, bool)

GetEntitlementLinksOk returns a tuple with the EntitlementLinks field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Policy) GetEntitlements ¶

func (o *Policy) GetEntitlements() []string

GetEntitlements returns the Entitlements field value if set, zero value otherwise.

func (*Policy) GetEntitlementsOk ¶

func (o *Policy) GetEntitlementsOk() ([]string, bool)

GetEntitlementsOk returns a tuple with the Entitlements field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Policy) GetExpression ¶

func (o *Policy) GetExpression() string

GetExpression returns the Expression field value

func (*Policy) GetExpressionOk ¶

func (o *Policy) GetExpressionOk() (*string, bool)

GetExpressionOk returns a tuple with the Expression field value and a boolean to check if the value has been set.

func (*Policy) GetId ¶

func (o *Policy) GetId() string

GetId returns the Id field value if set, zero value otherwise.

func (*Policy) GetIdOk ¶

func (o *Policy) 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 (*Policy) GetName ¶

func (o *Policy) GetName() string

GetName returns the Name field value

func (*Policy) GetNameOk ¶

func (o *Policy) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.

func (*Policy) GetNotes ¶

func (o *Policy) GetNotes() string

GetNotes returns the Notes field value if set, zero value otherwise.

func (*Policy) GetNotesOk ¶

func (o *Policy) GetNotesOk() (*string, bool)

GetNotesOk returns a tuple with the Notes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Policy) GetOverrideSite ¶

func (o *Policy) GetOverrideSite() string

GetOverrideSite returns the OverrideSite field value if set, zero value otherwise.

func (*Policy) GetOverrideSiteClaim ¶

func (o *Policy) GetOverrideSiteClaim() string

GetOverrideSiteClaim returns the OverrideSiteClaim field value if set, zero value otherwise.

func (*Policy) GetOverrideSiteClaimOk ¶

func (o *Policy) GetOverrideSiteClaimOk() (*string, bool)

GetOverrideSiteClaimOk returns a tuple with the OverrideSiteClaim field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Policy) GetOverrideSiteOk ¶

func (o *Policy) GetOverrideSiteOk() (*string, bool)

GetOverrideSiteOk returns a tuple with the OverrideSite field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Policy) GetProxyAutoConfig ¶

func (o *Policy) GetProxyAutoConfig() PolicyAllOfProxyAutoConfig

GetProxyAutoConfig returns the ProxyAutoConfig field value if set, zero value otherwise.

func (*Policy) GetProxyAutoConfigOk ¶

func (o *Policy) GetProxyAutoConfigOk() (*PolicyAllOfProxyAutoConfig, bool)

GetProxyAutoConfigOk returns a tuple with the ProxyAutoConfig field value if set, nil otherwise and a boolean to check if the value has been set.

func (o *Policy) GetRingfenceRuleLinks() []string

GetRingfenceRuleLinks returns the RingfenceRuleLinks field value if set, zero value otherwise.

func (*Policy) GetRingfenceRuleLinksOk ¶

func (o *Policy) GetRingfenceRuleLinksOk() ([]string, bool)

GetRingfenceRuleLinksOk returns a tuple with the RingfenceRuleLinks field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Policy) GetRingfenceRules ¶

func (o *Policy) GetRingfenceRules() []string

GetRingfenceRules returns the RingfenceRules field value if set, zero value otherwise.

func (*Policy) GetRingfenceRulesOk ¶

func (o *Policy) GetRingfenceRulesOk() ([]string, bool)

GetRingfenceRulesOk returns a tuple with the RingfenceRules field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Policy) GetTags ¶

func (o *Policy) GetTags() []string

GetTags returns the Tags field value if set, zero value otherwise.

func (*Policy) GetTagsOk ¶

func (o *Policy) GetTagsOk() ([]string, bool)

GetTagsOk returns a tuple with the Tags field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Policy) GetTamperProofing ¶

func (o *Policy) GetTamperProofing() bool

GetTamperProofing returns the TamperProofing field value if set, zero value otherwise.

func (*Policy) GetTamperProofingOk ¶

func (o *Policy) GetTamperProofingOk() (*bool, bool)

GetTamperProofingOk returns a tuple with the TamperProofing field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Policy) GetTrustedNetworkCheck ¶

func (o *Policy) GetTrustedNetworkCheck() PolicyAllOfTrustedNetworkCheck

GetTrustedNetworkCheck returns the TrustedNetworkCheck field value if set, zero value otherwise.

func (*Policy) GetTrustedNetworkCheckOk ¶

func (o *Policy) GetTrustedNetworkCheckOk() (*PolicyAllOfTrustedNetworkCheck, bool)

GetTrustedNetworkCheckOk returns a tuple with the TrustedNetworkCheck field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Policy) GetType ¶

func (o *Policy) GetType() string

GetType returns the Type field value if set, zero value otherwise.

func (*Policy) GetTypeOk ¶

func (o *Policy) 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 (*Policy) GetUpdated ¶

func (o *Policy) GetUpdated() time.Time

GetUpdated returns the Updated field value if set, zero value otherwise.

func (*Policy) GetUpdatedOk ¶

func (o *Policy) GetUpdatedOk() (*time.Time, bool)

GetUpdatedOk returns a tuple with the Updated field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Policy) HasAdministrativeRoles ¶

func (o *Policy) HasAdministrativeRoles() bool

HasAdministrativeRoles returns a boolean if a field has been set.

func (*Policy) HasClientProfileSettings ¶

func (o *Policy) HasClientProfileSettings() bool

HasClientProfileSettings returns a boolean if a field has been set.

func (*Policy) HasClientSettings ¶

func (o *Policy) HasClientSettings() bool

HasClientSettings returns a boolean if a field has been set.

func (*Policy) HasCreated ¶

func (o *Policy) HasCreated() bool

HasCreated returns a boolean if a field has been set.

func (*Policy) HasCustomClientHelpUrl ¶

func (o *Policy) HasCustomClientHelpUrl() bool

HasCustomClientHelpUrl returns a boolean if a field has been set.

func (*Policy) HasDisabled ¶

func (o *Policy) HasDisabled() bool

HasDisabled returns a boolean if a field has been set.

func (*Policy) HasDnsSettings ¶

func (o *Policy) HasDnsSettings() bool

HasDnsSettings returns a boolean if a field has been set.

func (o *Policy) HasEntitlementLinks() bool

HasEntitlementLinks returns a boolean if a field has been set.

func (*Policy) HasEntitlements ¶

func (o *Policy) HasEntitlements() bool

HasEntitlements returns a boolean if a field has been set.

func (*Policy) HasId ¶

func (o *Policy) HasId() bool

HasId returns a boolean if a field has been set.

func (*Policy) HasNotes ¶

func (o *Policy) HasNotes() bool

HasNotes returns a boolean if a field has been set.

func (*Policy) HasOverrideSite ¶

func (o *Policy) HasOverrideSite() bool

HasOverrideSite returns a boolean if a field has been set.

func (*Policy) HasOverrideSiteClaim ¶

func (o *Policy) HasOverrideSiteClaim() bool

HasOverrideSiteClaim returns a boolean if a field has been set.

func (*Policy) HasProxyAutoConfig ¶

func (o *Policy) HasProxyAutoConfig() bool

HasProxyAutoConfig returns a boolean if a field has been set.

func (o *Policy) HasRingfenceRuleLinks() bool

HasRingfenceRuleLinks returns a boolean if a field has been set.

func (*Policy) HasRingfenceRules ¶

func (o *Policy) HasRingfenceRules() bool

HasRingfenceRules returns a boolean if a field has been set.

func (*Policy) HasTags ¶

func (o *Policy) HasTags() bool

HasTags returns a boolean if a field has been set.

func (*Policy) HasTamperProofing ¶

func (o *Policy) HasTamperProofing() bool

HasTamperProofing returns a boolean if a field has been set.

func (*Policy) HasTrustedNetworkCheck ¶

func (o *Policy) HasTrustedNetworkCheck() bool

HasTrustedNetworkCheck returns a boolean if a field has been set.

func (*Policy) HasType ¶

func (o *Policy) HasType() bool

HasType returns a boolean if a field has been set.

func (*Policy) HasUpdated ¶

func (o *Policy) HasUpdated() bool

HasUpdated returns a boolean if a field has been set.

func (Policy) MarshalJSON ¶

func (o Policy) MarshalJSON() ([]byte, error)

func (*Policy) SetAdministrativeRoles ¶

func (o *Policy) SetAdministrativeRoles(v []string)

SetAdministrativeRoles gets a reference to the given []string and assigns it to the AdministrativeRoles field.

func (*Policy) SetClientProfileSettings ¶

func (o *Policy) SetClientProfileSettings(v PolicyAllOfClientProfileSettings)

SetClientProfileSettings gets a reference to the given PolicyAllOfClientProfileSettings and assigns it to the ClientProfileSettings field.

func (*Policy) SetClientSettings ¶

func (o *Policy) SetClientSettings(v PolicyAllOfClientSettings)

SetClientSettings gets a reference to the given PolicyAllOfClientSettings and assigns it to the ClientSettings field.

func (*Policy) SetCreated ¶

func (o *Policy) SetCreated(v time.Time)

SetCreated gets a reference to the given time.Time and assigns it to the Created field.

func (*Policy) SetCustomClientHelpUrl ¶

func (o *Policy) SetCustomClientHelpUrl(v string)

SetCustomClientHelpUrl gets a reference to the given string and assigns it to the CustomClientHelpUrl field.

func (*Policy) SetDisabled ¶

func (o *Policy) SetDisabled(v bool)

SetDisabled gets a reference to the given bool and assigns it to the Disabled field.

func (*Policy) SetDnsSettings ¶

func (o *Policy) SetDnsSettings(v []PolicyAllOfDnsSettings)

SetDnsSettings gets a reference to the given []PolicyAllOfDnsSettings and assigns it to the DnsSettings field.

func (o *Policy) SetEntitlementLinks(v []string)

SetEntitlementLinks gets a reference to the given []string and assigns it to the EntitlementLinks field.

func (*Policy) SetEntitlements ¶

func (o *Policy) SetEntitlements(v []string)

SetEntitlements gets a reference to the given []string and assigns it to the Entitlements field.

func (*Policy) SetExpression ¶

func (o *Policy) SetExpression(v string)

SetExpression sets field value

func (*Policy) SetId ¶

func (o *Policy) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*Policy) SetName ¶

func (o *Policy) SetName(v string)

SetName sets field value

func (*Policy) SetNotes ¶

func (o *Policy) SetNotes(v string)

SetNotes gets a reference to the given string and assigns it to the Notes field.

func (*Policy) SetOverrideSite ¶

func (o *Policy) SetOverrideSite(v string)

SetOverrideSite gets a reference to the given string and assigns it to the OverrideSite field.

func (*Policy) SetOverrideSiteClaim ¶

func (o *Policy) SetOverrideSiteClaim(v string)

SetOverrideSiteClaim gets a reference to the given string and assigns it to the OverrideSiteClaim field.

func (*Policy) SetProxyAutoConfig ¶

func (o *Policy) SetProxyAutoConfig(v PolicyAllOfProxyAutoConfig)

SetProxyAutoConfig gets a reference to the given PolicyAllOfProxyAutoConfig and assigns it to the ProxyAutoConfig field.

func (o *Policy) SetRingfenceRuleLinks(v []string)

SetRingfenceRuleLinks gets a reference to the given []string and assigns it to the RingfenceRuleLinks field.

func (*Policy) SetRingfenceRules ¶

func (o *Policy) SetRingfenceRules(v []string)

SetRingfenceRules gets a reference to the given []string and assigns it to the RingfenceRules field.

func (*Policy) SetTags ¶

func (o *Policy) SetTags(v []string)

SetTags gets a reference to the given []string and assigns it to the Tags field.

func (*Policy) SetTamperProofing ¶

func (o *Policy) SetTamperProofing(v bool)

SetTamperProofing gets a reference to the given bool and assigns it to the TamperProofing field.

func (*Policy) SetTrustedNetworkCheck ¶

func (o *Policy) SetTrustedNetworkCheck(v PolicyAllOfTrustedNetworkCheck)

SetTrustedNetworkCheck gets a reference to the given PolicyAllOfTrustedNetworkCheck and assigns it to the TrustedNetworkCheck field.

func (*Policy) SetType ¶

func (o *Policy) SetType(v string)

SetType gets a reference to the given string and assigns it to the Type field.

func (*Policy) SetUpdated ¶

func (o *Policy) SetUpdated(v time.Time)

SetUpdated gets a reference to the given time.Time and assigns it to the Updated field.

type PolicyAllOf ¶

type PolicyAllOf struct {
	// If true, the Policy will be disregarded during authorization.
	Disabled *bool `json:"disabled,omitempty"`
	// A JavaScript expression that returns boolean. Criteria Scripts may be used by calling them as functions.
	Expression string `json:"expression"`
	// Type of the Policy. The assigned type will be enforced by not allowing enabling other types of features on the Policy.
	Type *string `json:"type,omitempty"`
	// List of Entitlement IDs in this Policy.
	Entitlements []string `json:"entitlements,omitempty"`
	// List of Entitlement tags in this Policy.
	EntitlementLinks []string `json:"entitlementLinks,omitempty"`
	// List of Ringfence Rule IDs in this Policy.
	RingfenceRules []string `json:"ringfenceRules,omitempty"`
	// List of Ringfence Rule tags in this Policy.
	RingfenceRuleLinks []string `json:"ringfenceRuleLinks,omitempty"`
	// Will enable Tamper Proofing on desktop clients which will make sure the routes and ringfence configurations are not changed. Will be set to true if it's not provided and the type is \"Device\".
	TamperProofing *bool `json:"tamperProofing,omitempty"`
	// Site ID where all the Entitlements of this Policy must be deployed. This overrides Entitlement's own Site and to be used only in specific network layouts. Otherwise the assigned site on individual Entitlements will be used.
	OverrideSite *string `json:"overrideSite,omitempty"`
	// The path of a claim that contains the UUID of an override site. It should be defined as \"claims.xxx.xxx\" or \"claims.xxx.xxx.xxx\".
	OverrideSiteClaim   *string                         `json:"overrideSiteClaim,omitempty"`
	ProxyAutoConfig     *PolicyAllOfProxyAutoConfig     `json:"proxyAutoConfig,omitempty"`
	TrustedNetworkCheck *PolicyAllOfTrustedNetworkCheck `json:"trustedNetworkCheck,omitempty"`
	// List of domain names with DNS server IPs that the Client should be using.
	DnsSettings           []PolicyAllOfDnsSettings          `json:"dnsSettings,omitempty"`
	ClientSettings        *PolicyAllOfClientSettings        `json:"clientSettings,omitempty"`
	ClientProfileSettings *PolicyAllOfClientProfileSettings `json:"clientProfileSettings,omitempty"`
	// Set custom help URL on Client UI.
	CustomClientHelpUrl *string `json:"customClientHelpUrl,omitempty"`
	// List of Administrative Role IDs in this Policy.
	AdministrativeRoles []string `json:"administrativeRoles,omitempty"`
}

PolicyAllOf Represents a Policy.

func NewPolicyAllOf ¶

func NewPolicyAllOf(expression string) *PolicyAllOf

NewPolicyAllOf instantiates a new PolicyAllOf object This constructor will assign default values to properties that have it defined, 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 NewPolicyAllOfWithDefaults ¶

func NewPolicyAllOfWithDefaults() *PolicyAllOf

NewPolicyAllOfWithDefaults instantiates a new PolicyAllOf object This 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 (*PolicyAllOf) GetAdministrativeRoles ¶

func (o *PolicyAllOf) GetAdministrativeRoles() []string

GetAdministrativeRoles returns the AdministrativeRoles field value if set, zero value otherwise.

func (*PolicyAllOf) GetAdministrativeRolesOk ¶

func (o *PolicyAllOf) GetAdministrativeRolesOk() ([]string, bool)

GetAdministrativeRolesOk returns a tuple with the AdministrativeRoles field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PolicyAllOf) GetClientProfileSettings ¶

func (o *PolicyAllOf) GetClientProfileSettings() PolicyAllOfClientProfileSettings

GetClientProfileSettings returns the ClientProfileSettings field value if set, zero value otherwise.

func (*PolicyAllOf) GetClientProfileSettingsOk ¶

func (o *PolicyAllOf) GetClientProfileSettingsOk() (*PolicyAllOfClientProfileSettings, bool)

GetClientProfileSettingsOk returns a tuple with the ClientProfileSettings field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PolicyAllOf) GetClientSettings ¶

func (o *PolicyAllOf) GetClientSettings() PolicyAllOfClientSettings

GetClientSettings returns the ClientSettings field value if set, zero value otherwise.

func (*PolicyAllOf) GetClientSettingsOk ¶

func (o *PolicyAllOf) GetClientSettingsOk() (*PolicyAllOfClientSettings, bool)

GetClientSettingsOk returns a tuple with the ClientSettings field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PolicyAllOf) GetCustomClientHelpUrl ¶

func (o *PolicyAllOf) GetCustomClientHelpUrl() string

GetCustomClientHelpUrl returns the CustomClientHelpUrl field value if set, zero value otherwise.

func (*PolicyAllOf) GetCustomClientHelpUrlOk ¶

func (o *PolicyAllOf) GetCustomClientHelpUrlOk() (*string, bool)

GetCustomClientHelpUrlOk returns a tuple with the CustomClientHelpUrl field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PolicyAllOf) GetDisabled ¶

func (o *PolicyAllOf) GetDisabled() bool

GetDisabled returns the Disabled field value if set, zero value otherwise.

func (*PolicyAllOf) GetDisabledOk ¶

func (o *PolicyAllOf) GetDisabledOk() (*bool, bool)

GetDisabledOk returns a tuple with the Disabled field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PolicyAllOf) GetDnsSettings ¶

func (o *PolicyAllOf) GetDnsSettings() []PolicyAllOfDnsSettings

GetDnsSettings returns the DnsSettings field value if set, zero value otherwise.

func (*PolicyAllOf) GetDnsSettingsOk ¶

func (o *PolicyAllOf) GetDnsSettingsOk() ([]PolicyAllOfDnsSettings, bool)

GetDnsSettingsOk returns a tuple with the DnsSettings field value if set, nil otherwise and a boolean to check if the value has been set.

func (o *PolicyAllOf) GetEntitlementLinks() []string

GetEntitlementLinks returns the EntitlementLinks field value if set, zero value otherwise.

func (*PolicyAllOf) GetEntitlementLinksOk ¶

func (o *PolicyAllOf) GetEntitlementLinksOk() ([]string, bool)

GetEntitlementLinksOk returns a tuple with the EntitlementLinks field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PolicyAllOf) GetEntitlements ¶

func (o *PolicyAllOf) GetEntitlements() []string

GetEntitlements returns the Entitlements field value if set, zero value otherwise.

func (*PolicyAllOf) GetEntitlementsOk ¶

func (o *PolicyAllOf) GetEntitlementsOk() ([]string, bool)

GetEntitlementsOk returns a tuple with the Entitlements field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PolicyAllOf) GetExpression ¶

func (o *PolicyAllOf) GetExpression() string

GetExpression returns the Expression field value

func (*PolicyAllOf) GetExpressionOk ¶

func (o *PolicyAllOf) GetExpressionOk() (*string, bool)

GetExpressionOk returns a tuple with the Expression field value and a boolean to check if the value has been set.

func (*PolicyAllOf) GetOverrideSite ¶

func (o *PolicyAllOf) GetOverrideSite() string

GetOverrideSite returns the OverrideSite field value if set, zero value otherwise.

func (*PolicyAllOf) GetOverrideSiteClaim ¶

func (o *PolicyAllOf) GetOverrideSiteClaim() string

GetOverrideSiteClaim returns the OverrideSiteClaim field value if set, zero value otherwise.

func (*PolicyAllOf) GetOverrideSiteClaimOk ¶

func (o *PolicyAllOf) GetOverrideSiteClaimOk() (*string, bool)

GetOverrideSiteClaimOk returns a tuple with the OverrideSiteClaim field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PolicyAllOf) GetOverrideSiteOk ¶

func (o *PolicyAllOf) GetOverrideSiteOk() (*string, bool)

GetOverrideSiteOk returns a tuple with the OverrideSite field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PolicyAllOf) GetProxyAutoConfig ¶

func (o *PolicyAllOf) GetProxyAutoConfig() PolicyAllOfProxyAutoConfig

GetProxyAutoConfig returns the ProxyAutoConfig field value if set, zero value otherwise.

func (*PolicyAllOf) GetProxyAutoConfigOk ¶

func (o *PolicyAllOf) GetProxyAutoConfigOk() (*PolicyAllOfProxyAutoConfig, bool)

GetProxyAutoConfigOk returns a tuple with the ProxyAutoConfig field value if set, nil otherwise and a boolean to check if the value has been set.

func (o *PolicyAllOf) GetRingfenceRuleLinks() []string

GetRingfenceRuleLinks returns the RingfenceRuleLinks field value if set, zero value otherwise.

func (*PolicyAllOf) GetRingfenceRuleLinksOk ¶

func (o *PolicyAllOf) GetRingfenceRuleLinksOk() ([]string, bool)

GetRingfenceRuleLinksOk returns a tuple with the RingfenceRuleLinks field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PolicyAllOf) GetRingfenceRules ¶

func (o *PolicyAllOf) GetRingfenceRules() []string

GetRingfenceRules returns the RingfenceRules field value if set, zero value otherwise.

func (*PolicyAllOf) GetRingfenceRulesOk ¶

func (o *PolicyAllOf) GetRingfenceRulesOk() ([]string, bool)

GetRingfenceRulesOk returns a tuple with the RingfenceRules field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PolicyAllOf) GetTamperProofing ¶

func (o *PolicyAllOf) GetTamperProofing() bool

GetTamperProofing returns the TamperProofing field value if set, zero value otherwise.

func (*PolicyAllOf) GetTamperProofingOk ¶

func (o *PolicyAllOf) GetTamperProofingOk() (*bool, bool)

GetTamperProofingOk returns a tuple with the TamperProofing field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PolicyAllOf) GetTrustedNetworkCheck ¶

func (o *PolicyAllOf) GetTrustedNetworkCheck() PolicyAllOfTrustedNetworkCheck

GetTrustedNetworkCheck returns the TrustedNetworkCheck field value if set, zero value otherwise.

func (*PolicyAllOf) GetTrustedNetworkCheckOk ¶

func (o *PolicyAllOf) GetTrustedNetworkCheckOk() (*PolicyAllOfTrustedNetworkCheck, bool)

GetTrustedNetworkCheckOk returns a tuple with the TrustedNetworkCheck field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PolicyAllOf) GetType ¶

func (o *PolicyAllOf) GetType() string

GetType returns the Type field value if set, zero value otherwise.

func (*PolicyAllOf) GetTypeOk ¶

func (o *PolicyAllOf) 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 (*PolicyAllOf) HasAdministrativeRoles ¶

func (o *PolicyAllOf) HasAdministrativeRoles() bool

HasAdministrativeRoles returns a boolean if a field has been set.

func (*PolicyAllOf) HasClientProfileSettings ¶

func (o *PolicyAllOf) HasClientProfileSettings() bool

HasClientProfileSettings returns a boolean if a field has been set.

func (*PolicyAllOf) HasClientSettings ¶

func (o *PolicyAllOf) HasClientSettings() bool

HasClientSettings returns a boolean if a field has been set.

func (*PolicyAllOf) HasCustomClientHelpUrl ¶

func (o *PolicyAllOf) HasCustomClientHelpUrl() bool

HasCustomClientHelpUrl returns a boolean if a field has been set.

func (*PolicyAllOf) HasDisabled ¶

func (o *PolicyAllOf) HasDisabled() bool

HasDisabled returns a boolean if a field has been set.

func (*PolicyAllOf) HasDnsSettings ¶

func (o *PolicyAllOf) HasDnsSettings() bool

HasDnsSettings returns a boolean if a field has been set.

func (o *PolicyAllOf) HasEntitlementLinks() bool

HasEntitlementLinks returns a boolean if a field has been set.

func (*PolicyAllOf) HasEntitlements ¶

func (o *PolicyAllOf) HasEntitlements() bool

HasEntitlements returns a boolean if a field has been set.

func (*PolicyAllOf) HasOverrideSite ¶

func (o *PolicyAllOf) HasOverrideSite() bool

HasOverrideSite returns a boolean if a field has been set.

func (*PolicyAllOf) HasOverrideSiteClaim ¶

func (o *PolicyAllOf) HasOverrideSiteClaim() bool

HasOverrideSiteClaim returns a boolean if a field has been set.

func (*PolicyAllOf) HasProxyAutoConfig ¶

func (o *PolicyAllOf) HasProxyAutoConfig() bool

HasProxyAutoConfig returns a boolean if a field has been set.

func (o *PolicyAllOf) HasRingfenceRuleLinks() bool

HasRingfenceRuleLinks returns a boolean if a field has been set.

func (*PolicyAllOf) HasRingfenceRules ¶

func (o *PolicyAllOf) HasRingfenceRules() bool

HasRingfenceRules returns a boolean if a field has been set.

func (*PolicyAllOf) HasTamperProofing ¶

func (o *PolicyAllOf) HasTamperProofing() bool

HasTamperProofing returns a boolean if a field has been set.

func (*PolicyAllOf) HasTrustedNetworkCheck ¶

func (o *PolicyAllOf) HasTrustedNetworkCheck() bool

HasTrustedNetworkCheck returns a boolean if a field has been set.

func (*PolicyAllOf) HasType ¶

func (o *PolicyAllOf) HasType() bool

HasType returns a boolean if a field has been set.

func (PolicyAllOf) MarshalJSON ¶

func (o PolicyAllOf) MarshalJSON() ([]byte, error)

func (*PolicyAllOf) SetAdministrativeRoles ¶

func (o *PolicyAllOf) SetAdministrativeRoles(v []string)

SetAdministrativeRoles gets a reference to the given []string and assigns it to the AdministrativeRoles field.

func (*PolicyAllOf) SetClientProfileSettings ¶

func (o *PolicyAllOf) SetClientProfileSettings(v PolicyAllOfClientProfileSettings)

SetClientProfileSettings gets a reference to the given PolicyAllOfClientProfileSettings and assigns it to the ClientProfileSettings field.

func (*PolicyAllOf) SetClientSettings ¶

func (o *PolicyAllOf) SetClientSettings(v PolicyAllOfClientSettings)

SetClientSettings gets a reference to the given PolicyAllOfClientSettings and assigns it to the ClientSettings field.

func (*PolicyAllOf) SetCustomClientHelpUrl ¶

func (o *PolicyAllOf) SetCustomClientHelpUrl(v string)

SetCustomClientHelpUrl gets a reference to the given string and assigns it to the CustomClientHelpUrl field.

func (*PolicyAllOf) SetDisabled ¶

func (o *PolicyAllOf) SetDisabled(v bool)

SetDisabled gets a reference to the given bool and assigns it to the Disabled field.

func (*PolicyAllOf) SetDnsSettings ¶

func (o *PolicyAllOf) SetDnsSettings(v []PolicyAllOfDnsSettings)

SetDnsSettings gets a reference to the given []PolicyAllOfDnsSettings and assigns it to the DnsSettings field.

func (o *PolicyAllOf) SetEntitlementLinks(v []string)

SetEntitlementLinks gets a reference to the given []string and assigns it to the EntitlementLinks field.

func (*PolicyAllOf) SetEntitlements ¶

func (o *PolicyAllOf) SetEntitlements(v []string)

SetEntitlements gets a reference to the given []string and assigns it to the Entitlements field.

func (*PolicyAllOf) SetExpression ¶

func (o *PolicyAllOf) SetExpression(v string)

SetExpression sets field value

func (*PolicyAllOf) SetOverrideSite ¶

func (o *PolicyAllOf) SetOverrideSite(v string)

SetOverrideSite gets a reference to the given string and assigns it to the OverrideSite field.

func (*PolicyAllOf) SetOverrideSiteClaim ¶

func (o *PolicyAllOf) SetOverrideSiteClaim(v string)

SetOverrideSiteClaim gets a reference to the given string and assigns it to the OverrideSiteClaim field.

func (*PolicyAllOf) SetProxyAutoConfig ¶

func (o *PolicyAllOf) SetProxyAutoConfig(v PolicyAllOfProxyAutoConfig)

SetProxyAutoConfig gets a reference to the given PolicyAllOfProxyAutoConfig and assigns it to the ProxyAutoConfig field.

func (o *PolicyAllOf) SetRingfenceRuleLinks(v []string)

SetRingfenceRuleLinks gets a reference to the given []string and assigns it to the RingfenceRuleLinks field.

func (*PolicyAllOf) SetRingfenceRules ¶

func (o *PolicyAllOf) SetRingfenceRules(v []string)

SetRingfenceRules gets a reference to the given []string and assigns it to the RingfenceRules field.

func (*PolicyAllOf) SetTamperProofing ¶

func (o *PolicyAllOf) SetTamperProofing(v bool)

SetTamperProofing gets a reference to the given bool and assigns it to the TamperProofing field.

func (*PolicyAllOf) SetTrustedNetworkCheck ¶

func (o *PolicyAllOf) SetTrustedNetworkCheck(v PolicyAllOfTrustedNetworkCheck)

SetTrustedNetworkCheck gets a reference to the given PolicyAllOfTrustedNetworkCheck and assigns it to the TrustedNetworkCheck field.

func (*PolicyAllOf) SetType ¶

func (o *PolicyAllOf) SetType(v string)

SetType gets a reference to the given string and assigns it to the Type field.

type PolicyAllOfClientProfileSettings ¶

type PolicyAllOfClientProfileSettings struct {
	// Enable Client Profile Settings for this Policy.
	Enabled *bool `json:"enabled,omitempty"`
	// List of profiles.
	Profiles []string `json:"profiles,omitempty"`
}

PolicyAllOfClientProfileSettings Profiles that admins can apply to the Client.

func NewPolicyAllOfClientProfileSettings ¶

func NewPolicyAllOfClientProfileSettings() *PolicyAllOfClientProfileSettings

NewPolicyAllOfClientProfileSettings instantiates a new PolicyAllOfClientProfileSettings object This constructor will assign default values to properties that have it defined, 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 NewPolicyAllOfClientProfileSettingsWithDefaults ¶

func NewPolicyAllOfClientProfileSettingsWithDefaults() *PolicyAllOfClientProfileSettings

NewPolicyAllOfClientProfileSettingsWithDefaults instantiates a new PolicyAllOfClientProfileSettings object This 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 (*PolicyAllOfClientProfileSettings) GetEnabled ¶

func (o *PolicyAllOfClientProfileSettings) GetEnabled() bool

GetEnabled returns the Enabled field value if set, zero value otherwise.

func (*PolicyAllOfClientProfileSettings) GetEnabledOk ¶

func (o *PolicyAllOfClientProfileSettings) 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 (*PolicyAllOfClientProfileSettings) GetProfiles ¶

func (o *PolicyAllOfClientProfileSettings) GetProfiles() []string

GetProfiles returns the Profiles field value if set, zero value otherwise.

func (*PolicyAllOfClientProfileSettings) GetProfilesOk ¶

func (o *PolicyAllOfClientProfileSettings) GetProfilesOk() ([]string, bool)

GetProfilesOk returns a tuple with the Profiles field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PolicyAllOfClientProfileSettings) HasEnabled ¶

func (o *PolicyAllOfClientProfileSettings) HasEnabled() bool

HasEnabled returns a boolean if a field has been set.

func (*PolicyAllOfClientProfileSettings) HasProfiles ¶

func (o *PolicyAllOfClientProfileSettings) HasProfiles() bool

HasProfiles returns a boolean if a field has been set.

func (PolicyAllOfClientProfileSettings) MarshalJSON ¶

func (o PolicyAllOfClientProfileSettings) MarshalJSON() ([]byte, error)

func (*PolicyAllOfClientProfileSettings) SetEnabled ¶

func (o *PolicyAllOfClientProfileSettings) SetEnabled(v bool)

SetEnabled gets a reference to the given bool and assigns it to the Enabled field.

func (*PolicyAllOfClientProfileSettings) SetProfiles ¶

func (o *PolicyAllOfClientProfileSettings) SetProfiles(v []string)

SetProfiles gets a reference to the given []string and assigns it to the Profiles field.

type PolicyAllOfClientSettings ¶

type PolicyAllOfClientSettings struct {
	// Enable Client Settings for this Policy.
	Enabled *bool `json:"enabled,omitempty"`
	// Show or hide Entitlement List on Client UI.
	EntitlementsList *string `json:"entitlementsList,omitempty"`
	// Set the Attention Level automatically on Client and hide the option. \"Show\" will leave option to the user.
	AttentionLevel *string `json:"attentionLevel,omitempty"`
	// Set the Autostart setting automatically on Client and hide the option. \"Show\" will leave option to the user.
	AutoStart *string `json:"autoStart,omitempty"`
	// Allow adding and removing profiles on Client.
	AddRemoveProfiles *string `json:"addRemoveProfiles,omitempty"`
	// Set the \"Keep me signed-in\" setting for credential providers automatically on Client and hide the option. \"Show\" will leave option to the user.
	KeepMeSignedIn *string `json:"keepMeSignedIn,omitempty"`
	// Set the \"SAML/Certificate auto sign-in\" setting automatically on Client and hide the option. \"Show\" will leave option the user.
	SamlAutoSignIn *string `json:"samlAutoSignIn,omitempty"`
	// Show or hide \"Quit\" on Client UI.
	Quit *string `json:"quit,omitempty"`
	// Show or hide \"Sign out\" on Client UI.
	SignOut *string `json:"signOut,omitempty"`
	// Show or hide \"Suspend\" feature on Client UI.
	Suspend *string `json:"suspend,omitempty"`
}

PolicyAllOfClientSettings Settings that admins can apply to the Client.

func NewPolicyAllOfClientSettings ¶

func NewPolicyAllOfClientSettings() *PolicyAllOfClientSettings

NewPolicyAllOfClientSettings instantiates a new PolicyAllOfClientSettings object This constructor will assign default values to properties that have it defined, 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 NewPolicyAllOfClientSettingsWithDefaults ¶

func NewPolicyAllOfClientSettingsWithDefaults() *PolicyAllOfClientSettings

NewPolicyAllOfClientSettingsWithDefaults instantiates a new PolicyAllOfClientSettings object This 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 (*PolicyAllOfClientSettings) GetAddRemoveProfiles ¶

func (o *PolicyAllOfClientSettings) GetAddRemoveProfiles() string

GetAddRemoveProfiles returns the AddRemoveProfiles field value if set, zero value otherwise.

func (*PolicyAllOfClientSettings) GetAddRemoveProfilesOk ¶

func (o *PolicyAllOfClientSettings) GetAddRemoveProfilesOk() (*string, bool)

GetAddRemoveProfilesOk returns a tuple with the AddRemoveProfiles field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PolicyAllOfClientSettings) GetAttentionLevel ¶

func (o *PolicyAllOfClientSettings) GetAttentionLevel() string

GetAttentionLevel returns the AttentionLevel field value if set, zero value otherwise.

func (*PolicyAllOfClientSettings) GetAttentionLevelOk ¶

func (o *PolicyAllOfClientSettings) GetAttentionLevelOk() (*string, bool)

GetAttentionLevelOk returns a tuple with the AttentionLevel field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PolicyAllOfClientSettings) GetAutoStart ¶

func (o *PolicyAllOfClientSettings) GetAutoStart() string

GetAutoStart returns the AutoStart field value if set, zero value otherwise.

func (*PolicyAllOfClientSettings) GetAutoStartOk ¶

func (o *PolicyAllOfClientSettings) GetAutoStartOk() (*string, bool)

GetAutoStartOk returns a tuple with the AutoStart field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PolicyAllOfClientSettings) GetEnabled ¶

func (o *PolicyAllOfClientSettings) GetEnabled() bool

GetEnabled returns the Enabled field value if set, zero value otherwise.

func (*PolicyAllOfClientSettings) GetEnabledOk ¶

func (o *PolicyAllOfClientSettings) 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 (*PolicyAllOfClientSettings) GetEntitlementsList ¶

func (o *PolicyAllOfClientSettings) GetEntitlementsList() string

GetEntitlementsList returns the EntitlementsList field value if set, zero value otherwise.

func (*PolicyAllOfClientSettings) GetEntitlementsListOk ¶

func (o *PolicyAllOfClientSettings) GetEntitlementsListOk() (*string, bool)

GetEntitlementsListOk returns a tuple with the EntitlementsList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PolicyAllOfClientSettings) GetKeepMeSignedIn ¶

func (o *PolicyAllOfClientSettings) GetKeepMeSignedIn() string

GetKeepMeSignedIn returns the KeepMeSignedIn field value if set, zero value otherwise.

func (*PolicyAllOfClientSettings) GetKeepMeSignedInOk ¶

func (o *PolicyAllOfClientSettings) GetKeepMeSignedInOk() (*string, bool)

GetKeepMeSignedInOk returns a tuple with the KeepMeSignedIn field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PolicyAllOfClientSettings) GetQuit ¶

func (o *PolicyAllOfClientSettings) GetQuit() string

GetQuit returns the Quit field value if set, zero value otherwise.

func (*PolicyAllOfClientSettings) GetQuitOk ¶

func (o *PolicyAllOfClientSettings) GetQuitOk() (*string, bool)

GetQuitOk returns a tuple with the Quit field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PolicyAllOfClientSettings) GetSamlAutoSignIn ¶

func (o *PolicyAllOfClientSettings) GetSamlAutoSignIn() string

GetSamlAutoSignIn returns the SamlAutoSignIn field value if set, zero value otherwise.

func (*PolicyAllOfClientSettings) GetSamlAutoSignInOk ¶

func (o *PolicyAllOfClientSettings) GetSamlAutoSignInOk() (*string, bool)

GetSamlAutoSignInOk returns a tuple with the SamlAutoSignIn field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PolicyAllOfClientSettings) GetSignOut ¶

func (o *PolicyAllOfClientSettings) GetSignOut() string

GetSignOut returns the SignOut field value if set, zero value otherwise.

func (*PolicyAllOfClientSettings) GetSignOutOk ¶

func (o *PolicyAllOfClientSettings) GetSignOutOk() (*string, bool)

GetSignOutOk returns a tuple with the SignOut field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PolicyAllOfClientSettings) GetSuspend ¶

func (o *PolicyAllOfClientSettings) GetSuspend() string

GetSuspend returns the Suspend field value if set, zero value otherwise.

func (*PolicyAllOfClientSettings) GetSuspendOk ¶

func (o *PolicyAllOfClientSettings) GetSuspendOk() (*string, bool)

GetSuspendOk returns a tuple with the Suspend field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PolicyAllOfClientSettings) HasAddRemoveProfiles ¶

func (o *PolicyAllOfClientSettings) HasAddRemoveProfiles() bool

HasAddRemoveProfiles returns a boolean if a field has been set.

func (*PolicyAllOfClientSettings) HasAttentionLevel ¶

func (o *PolicyAllOfClientSettings) HasAttentionLevel() bool

HasAttentionLevel returns a boolean if a field has been set.

func (*PolicyAllOfClientSettings) HasAutoStart ¶

func (o *PolicyAllOfClientSettings) HasAutoStart() bool

HasAutoStart returns a boolean if a field has been set.

func (*PolicyAllOfClientSettings) HasEnabled ¶

func (o *PolicyAllOfClientSettings) HasEnabled() bool

HasEnabled returns a boolean if a field has been set.

func (*PolicyAllOfClientSettings) HasEntitlementsList ¶

func (o *PolicyAllOfClientSettings) HasEntitlementsList() bool

HasEntitlementsList returns a boolean if a field has been set.

func (*PolicyAllOfClientSettings) HasKeepMeSignedIn ¶

func (o *PolicyAllOfClientSettings) HasKeepMeSignedIn() bool

HasKeepMeSignedIn returns a boolean if a field has been set.

func (*PolicyAllOfClientSettings) HasQuit ¶

func (o *PolicyAllOfClientSettings) HasQuit() bool

HasQuit returns a boolean if a field has been set.

func (*PolicyAllOfClientSettings) HasSamlAutoSignIn ¶

func (o *PolicyAllOfClientSettings) HasSamlAutoSignIn() bool

HasSamlAutoSignIn returns a boolean if a field has been set.

func (*PolicyAllOfClientSettings) HasSignOut ¶

func (o *PolicyAllOfClientSettings) HasSignOut() bool

HasSignOut returns a boolean if a field has been set.

func (*PolicyAllOfClientSettings) HasSuspend ¶

func (o *PolicyAllOfClientSettings) HasSuspend() bool

HasSuspend returns a boolean if a field has been set.

func (PolicyAllOfClientSettings) MarshalJSON ¶

func (o PolicyAllOfClientSettings) MarshalJSON() ([]byte, error)

func (*PolicyAllOfClientSettings) SetAddRemoveProfiles ¶

func (o *PolicyAllOfClientSettings) SetAddRemoveProfiles(v string)

SetAddRemoveProfiles gets a reference to the given string and assigns it to the AddRemoveProfiles field.

func (*PolicyAllOfClientSettings) SetAttentionLevel ¶

func (o *PolicyAllOfClientSettings) SetAttentionLevel(v string)

SetAttentionLevel gets a reference to the given string and assigns it to the AttentionLevel field.

func (*PolicyAllOfClientSettings) SetAutoStart ¶

func (o *PolicyAllOfClientSettings) SetAutoStart(v string)

SetAutoStart gets a reference to the given string and assigns it to the AutoStart field.

func (*PolicyAllOfClientSettings) SetEnabled ¶

func (o *PolicyAllOfClientSettings) SetEnabled(v bool)

SetEnabled gets a reference to the given bool and assigns it to the Enabled field.

func (*PolicyAllOfClientSettings) SetEntitlementsList ¶

func (o *PolicyAllOfClientSettings) SetEntitlementsList(v string)

SetEntitlementsList gets a reference to the given string and assigns it to the EntitlementsList field.

func (*PolicyAllOfClientSettings) SetKeepMeSignedIn ¶

func (o *PolicyAllOfClientSettings) SetKeepMeSignedIn(v string)

SetKeepMeSignedIn gets a reference to the given string and assigns it to the KeepMeSignedIn field.

func (*PolicyAllOfClientSettings) SetQuit ¶

func (o *PolicyAllOfClientSettings) SetQuit(v string)

SetQuit gets a reference to the given string and assigns it to the Quit field.

func (*PolicyAllOfClientSettings) SetSamlAutoSignIn ¶

func (o *PolicyAllOfClientSettings) SetSamlAutoSignIn(v string)

SetSamlAutoSignIn gets a reference to the given string and assigns it to the SamlAutoSignIn field.

func (*PolicyAllOfClientSettings) SetSignOut ¶

func (o *PolicyAllOfClientSettings) SetSignOut(v string)

SetSignOut gets a reference to the given string and assigns it to the SignOut field.

func (*PolicyAllOfClientSettings) SetSuspend ¶

func (o *PolicyAllOfClientSettings) SetSuspend(v string)

SetSuspend gets a reference to the given string and assigns it to the Suspend field.

type PolicyAllOfDnsSettings ¶

type PolicyAllOfDnsSettings struct {
	// The domain for which the DNS servers should be used by the client.
	Domain  string   `json:"domain"`
	Servers []string `json:"servers"`
}

PolicyAllOfDnsSettings A domain name and a list of DNS servers.

func NewPolicyAllOfDnsSettings ¶

func NewPolicyAllOfDnsSettings(domain string, servers []string) *PolicyAllOfDnsSettings

NewPolicyAllOfDnsSettings instantiates a new PolicyAllOfDnsSettings object This constructor will assign default values to properties that have it defined, 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 NewPolicyAllOfDnsSettingsWithDefaults ¶

func NewPolicyAllOfDnsSettingsWithDefaults() *PolicyAllOfDnsSettings

NewPolicyAllOfDnsSettingsWithDefaults instantiates a new PolicyAllOfDnsSettings object This 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 (*PolicyAllOfDnsSettings) GetDomain ¶

func (o *PolicyAllOfDnsSettings) GetDomain() string

GetDomain returns the Domain field value

func (*PolicyAllOfDnsSettings) GetDomainOk ¶

func (o *PolicyAllOfDnsSettings) GetDomainOk() (*string, bool)

GetDomainOk returns a tuple with the Domain field value and a boolean to check if the value has been set.

func (*PolicyAllOfDnsSettings) GetServers ¶

func (o *PolicyAllOfDnsSettings) GetServers() []string

GetServers returns the Servers field value

func (*PolicyAllOfDnsSettings) GetServersOk ¶

func (o *PolicyAllOfDnsSettings) GetServersOk() ([]string, bool)

GetServersOk returns a tuple with the Servers field value and a boolean to check if the value has been set.

func (PolicyAllOfDnsSettings) MarshalJSON ¶

func (o PolicyAllOfDnsSettings) MarshalJSON() ([]byte, error)

func (*PolicyAllOfDnsSettings) SetDomain ¶

func (o *PolicyAllOfDnsSettings) SetDomain(v string)

SetDomain sets field value

func (*PolicyAllOfDnsSettings) SetServers ¶

func (o *PolicyAllOfDnsSettings) SetServers(v []string)

SetServers sets field value

type PolicyAllOfProxyAutoConfig ¶

type PolicyAllOfProxyAutoConfig struct {
	Enabled *bool `json:"enabled,omitempty"`
	// The URL to set on the Client OS.
	Url *string `json:"url,omitempty"`
	// If true Client will leave the PAC URL configured after signing out.
	Persist *bool `json:"persist,omitempty"`
}

PolicyAllOfProxyAutoConfig Client configures PAC URL on the client OS.

func NewPolicyAllOfProxyAutoConfig ¶

func NewPolicyAllOfProxyAutoConfig() *PolicyAllOfProxyAutoConfig

NewPolicyAllOfProxyAutoConfig instantiates a new PolicyAllOfProxyAutoConfig object This constructor will assign default values to properties that have it defined, 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 NewPolicyAllOfProxyAutoConfigWithDefaults ¶

func NewPolicyAllOfProxyAutoConfigWithDefaults() *PolicyAllOfProxyAutoConfig

NewPolicyAllOfProxyAutoConfigWithDefaults instantiates a new PolicyAllOfProxyAutoConfig object This 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 (*PolicyAllOfProxyAutoConfig) GetEnabled ¶

func (o *PolicyAllOfProxyAutoConfig) GetEnabled() bool

GetEnabled returns the Enabled field value if set, zero value otherwise.

func (*PolicyAllOfProxyAutoConfig) GetEnabledOk ¶

func (o *PolicyAllOfProxyAutoConfig) 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 (*PolicyAllOfProxyAutoConfig) GetPersist ¶

func (o *PolicyAllOfProxyAutoConfig) GetPersist() bool

GetPersist returns the Persist field value if set, zero value otherwise.

func (*PolicyAllOfProxyAutoConfig) GetPersistOk ¶

func (o *PolicyAllOfProxyAutoConfig) GetPersistOk() (*bool, bool)

GetPersistOk returns a tuple with the Persist field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PolicyAllOfProxyAutoConfig) GetUrl ¶

func (o *PolicyAllOfProxyAutoConfig) GetUrl() string

GetUrl returns the Url field value if set, zero value otherwise.

func (*PolicyAllOfProxyAutoConfig) GetUrlOk ¶

func (o *PolicyAllOfProxyAutoConfig) GetUrlOk() (*string, bool)

GetUrlOk returns a tuple with the Url field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PolicyAllOfProxyAutoConfig) HasEnabled ¶

func (o *PolicyAllOfProxyAutoConfig) HasEnabled() bool

HasEnabled returns a boolean if a field has been set.

func (*PolicyAllOfProxyAutoConfig) HasPersist ¶

func (o *PolicyAllOfProxyAutoConfig) HasPersist() bool

HasPersist returns a boolean if a field has been set.

func (*PolicyAllOfProxyAutoConfig) HasUrl ¶

func (o *PolicyAllOfProxyAutoConfig) HasUrl() bool

HasUrl returns a boolean if a field has been set.

func (PolicyAllOfProxyAutoConfig) MarshalJSON ¶

func (o PolicyAllOfProxyAutoConfig) MarshalJSON() ([]byte, error)

func (*PolicyAllOfProxyAutoConfig) SetEnabled ¶

func (o *PolicyAllOfProxyAutoConfig) SetEnabled(v bool)

SetEnabled gets a reference to the given bool and assigns it to the Enabled field.

func (*PolicyAllOfProxyAutoConfig) SetPersist ¶

func (o *PolicyAllOfProxyAutoConfig) SetPersist(v bool)

SetPersist gets a reference to the given bool and assigns it to the Persist field.

func (*PolicyAllOfProxyAutoConfig) SetUrl ¶

func (o *PolicyAllOfProxyAutoConfig) SetUrl(v string)

SetUrl gets a reference to the given string and assigns it to the Url field.

type PolicyAllOfTrustedNetworkCheck ¶

type PolicyAllOfTrustedNetworkCheck struct {
	Enabled *bool `json:"enabled,omitempty"`
	// Client checks if the DNS suffix has been configured on the OS to decide whether it's on a trusted network or not.
	DnsSuffix *string `json:"dnsSuffix,omitempty"`
}

PolicyAllOfTrustedNetworkCheck Client suspends operations when it's in a trusted network.

func NewPolicyAllOfTrustedNetworkCheck ¶

func NewPolicyAllOfTrustedNetworkCheck() *PolicyAllOfTrustedNetworkCheck

NewPolicyAllOfTrustedNetworkCheck instantiates a new PolicyAllOfTrustedNetworkCheck object This constructor will assign default values to properties that have it defined, 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 NewPolicyAllOfTrustedNetworkCheckWithDefaults ¶

func NewPolicyAllOfTrustedNetworkCheckWithDefaults() *PolicyAllOfTrustedNetworkCheck

NewPolicyAllOfTrustedNetworkCheckWithDefaults instantiates a new PolicyAllOfTrustedNetworkCheck object This 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 (*PolicyAllOfTrustedNetworkCheck) GetDnsSuffix ¶

func (o *PolicyAllOfTrustedNetworkCheck) GetDnsSuffix() string

GetDnsSuffix returns the DnsSuffix field value if set, zero value otherwise.

func (*PolicyAllOfTrustedNetworkCheck) GetDnsSuffixOk ¶

func (o *PolicyAllOfTrustedNetworkCheck) GetDnsSuffixOk() (*string, bool)

GetDnsSuffixOk returns a tuple with the DnsSuffix field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PolicyAllOfTrustedNetworkCheck) GetEnabled ¶

func (o *PolicyAllOfTrustedNetworkCheck) GetEnabled() bool

GetEnabled returns the Enabled field value if set, zero value otherwise.

func (*PolicyAllOfTrustedNetworkCheck) GetEnabledOk ¶

func (o *PolicyAllOfTrustedNetworkCheck) 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 (*PolicyAllOfTrustedNetworkCheck) HasDnsSuffix ¶

func (o *PolicyAllOfTrustedNetworkCheck) HasDnsSuffix() bool

HasDnsSuffix returns a boolean if a field has been set.

func (*PolicyAllOfTrustedNetworkCheck) HasEnabled ¶

func (o *PolicyAllOfTrustedNetworkCheck) HasEnabled() bool

HasEnabled returns a boolean if a field has been set.

func (PolicyAllOfTrustedNetworkCheck) MarshalJSON ¶

func (o PolicyAllOfTrustedNetworkCheck) MarshalJSON() ([]byte, error)

func (*PolicyAllOfTrustedNetworkCheck) SetDnsSuffix ¶

func (o *PolicyAllOfTrustedNetworkCheck) SetDnsSuffix(v string)

SetDnsSuffix gets a reference to the given string and assigns it to the DnsSuffix field.

func (*PolicyAllOfTrustedNetworkCheck) SetEnabled ¶

func (o *PolicyAllOfTrustedNetworkCheck) SetEnabled(v bool)

SetEnabled gets a reference to the given bool and assigns it to the Enabled field.

type PolicyList ¶

type PolicyList struct {
	// 'The range applied to the list. Format: -/. 3-5/8 means, out of 8 count (query affects the total), the items between (including) the 3rd and the 5th are returned.'
	Range *string `json:"range,omitempty"`
	// The field name used to sort the list.
	OrderBy *string `json:"orderBy,omitempty"`
	// Whether the sorting is applied descending or ascending.
	Descending *bool `json:"descending,omitempty"`
	// The queries applied to the list.
	Queries []string `json:"queries,omitempty"`
	// The filters applied to the list.
	FilterBy []FilterBy `json:"filterBy,omitempty"`
	// List of Policies.
	Data []Policy `json:"data,omitempty"`
}

PolicyList struct for PolicyList

func NewPolicyList ¶

func NewPolicyList() *PolicyList

NewPolicyList instantiates a new PolicyList object This constructor will assign default values to properties that have it defined, 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 NewPolicyListWithDefaults ¶

func NewPolicyListWithDefaults() *PolicyList

NewPolicyListWithDefaults instantiates a new PolicyList object This 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 (*PolicyList) GetData ¶

func (o *PolicyList) GetData() []Policy

GetData returns the Data field value if set, zero value otherwise.

func (*PolicyList) GetDataOk ¶

func (o *PolicyList) GetDataOk() ([]Policy, bool)

GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PolicyList) GetDescending ¶

func (o *PolicyList) GetDescending() bool

GetDescending returns the Descending field value if set, zero value otherwise.

func (*PolicyList) GetDescendingOk ¶

func (o *PolicyList) GetDescendingOk() (*bool, bool)

GetDescendingOk returns a tuple with the Descending field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PolicyList) GetFilterBy ¶

func (o *PolicyList) GetFilterBy() []FilterBy

GetFilterBy returns the FilterBy field value if set, zero value otherwise.

func (*PolicyList) GetFilterByOk ¶

func (o *PolicyList) GetFilterByOk() ([]FilterBy, bool)

GetFilterByOk returns a tuple with the FilterBy field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PolicyList) GetOrderBy ¶

func (o *PolicyList) GetOrderBy() string

GetOrderBy returns the OrderBy field value if set, zero value otherwise.

func (*PolicyList) GetOrderByOk ¶

func (o *PolicyList) GetOrderByOk() (*string, bool)

GetOrderByOk returns a tuple with the OrderBy field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PolicyList) GetQueries ¶

func (o *PolicyList) GetQueries() []string

GetQueries returns the Queries field value if set, zero value otherwise.

func (*PolicyList) GetQueriesOk ¶

func (o *PolicyList) GetQueriesOk() ([]string, bool)

GetQueriesOk returns a tuple with the Queries field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PolicyList) GetRange ¶

func (o *PolicyList) GetRange() string

GetRange returns the Range field value if set, zero value otherwise.

func (*PolicyList) GetRangeOk ¶

func (o *PolicyList) GetRangeOk() (*string, bool)

GetRangeOk returns a tuple with the Range field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PolicyList) HasData ¶

func (o *PolicyList) HasData() bool

HasData returns a boolean if a field has been set.

func (*PolicyList) HasDescending ¶

func (o *PolicyList) HasDescending() bool

HasDescending returns a boolean if a field has been set.

func (*PolicyList) HasFilterBy ¶

func (o *PolicyList) HasFilterBy() bool

HasFilterBy returns a boolean if a field has been set.

func (*PolicyList) HasOrderBy ¶

func (o *PolicyList) HasOrderBy() bool

HasOrderBy returns a boolean if a field has been set.

func (*PolicyList) HasQueries ¶

func (o *PolicyList) HasQueries() bool

HasQueries returns a boolean if a field has been set.

func (*PolicyList) HasRange ¶

func (o *PolicyList) HasRange() bool

HasRange returns a boolean if a field has been set.

func (PolicyList) MarshalJSON ¶

func (o PolicyList) MarshalJSON() ([]byte, error)

func (*PolicyList) SetData ¶

func (o *PolicyList) SetData(v []Policy)

SetData gets a reference to the given []Policy and assigns it to the Data field.

func (*PolicyList) SetDescending ¶

func (o *PolicyList) SetDescending(v bool)

SetDescending gets a reference to the given bool and assigns it to the Descending field.

func (*PolicyList) SetFilterBy ¶

func (o *PolicyList) SetFilterBy(v []FilterBy)

SetFilterBy gets a reference to the given []FilterBy and assigns it to the FilterBy field.

func (*PolicyList) SetOrderBy ¶

func (o *PolicyList) SetOrderBy(v string)

SetOrderBy gets a reference to the given string and assigns it to the OrderBy field.

func (*PolicyList) SetQueries ¶

func (o *PolicyList) SetQueries(v []string)

SetQueries gets a reference to the given []string and assigns it to the Queries field.

func (*PolicyList) SetRange ¶

func (o *PolicyList) SetRange(v string)

SetRange gets a reference to the given string and assigns it to the Range field.

type PolicyListAllOf ¶

type PolicyListAllOf struct {
	// List of Policies.
	Data []Policy `json:"data,omitempty"`
}

PolicyListAllOf Represents a list of Policies.

func NewPolicyListAllOf ¶

func NewPolicyListAllOf() *PolicyListAllOf

NewPolicyListAllOf instantiates a new PolicyListAllOf object This constructor will assign default values to properties that have it defined, 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 NewPolicyListAllOfWithDefaults ¶

func NewPolicyListAllOfWithDefaults() *PolicyListAllOf

NewPolicyListAllOfWithDefaults instantiates a new PolicyListAllOf object This 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 (*PolicyListAllOf) GetData ¶

func (o *PolicyListAllOf) GetData() []Policy

GetData returns the Data field value if set, zero value otherwise.

func (*PolicyListAllOf) GetDataOk ¶

func (o *PolicyListAllOf) GetDataOk() ([]Policy, bool)

GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PolicyListAllOf) HasData ¶

func (o *PolicyListAllOf) HasData() bool

HasData returns a boolean if a field has been set.

func (PolicyListAllOf) MarshalJSON ¶

func (o PolicyListAllOf) MarshalJSON() ([]byte, error)

func (*PolicyListAllOf) SetData ¶

func (o *PolicyListAllOf) SetData(v []Policy)

SetData gets a reference to the given []Policy and assigns it to the Data field.

type Portal ¶

type Portal struct {
	// Whether the Portal is enabled on this appliance or not.
	Enabled  *bool `json:"enabled,omitempty"`
	HttpsP12 *P12  `json:"httpsP12,omitempty"`
	// Automatic 80->443 redirection for Portal.
	HttpRedirect *bool `json:"httpRedirect,omitempty"`
	// Ports that can be proxied via Portal.
	ProxyPorts []int32 `json:"proxyPorts,omitempty"`
	// P12 files for proxying traffic to HTTPS endpoints.
	ProxyP12s []Portal12 `json:"proxyP12s,omitempty"`
	// Names of the profiles in this Collective to use in the Portal.
	Profiles []string `json:"profiles,omitempty"`
	// Profiles from other Collectives to use in the Portal.
	ExternalProfiles    []PortalExternalProfilesInner `json:"externalProfiles,omitempty"`
	SignInCustomization *PortalSignInCustomization    `json:"signInCustomization,omitempty"`
}

Portal Portal settings.

func NewPortal ¶

func NewPortal() *Portal

NewPortal instantiates a new Portal object This constructor will assign default values to properties that have it defined, 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 NewPortalWithDefaults ¶

func NewPortalWithDefaults() *Portal

NewPortalWithDefaults instantiates a new Portal object This 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 (*Portal) GetEnabled ¶

func (o *Portal) GetEnabled() bool

GetEnabled returns the Enabled field value if set, zero value otherwise.

func (*Portal) GetEnabledOk ¶

func (o *Portal) 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 (*Portal) GetExternalProfiles ¶

func (o *Portal) GetExternalProfiles() []PortalExternalProfilesInner

GetExternalProfiles returns the ExternalProfiles field value if set, zero value otherwise.

func (*Portal) GetExternalProfilesOk ¶

func (o *Portal) GetExternalProfilesOk() ([]PortalExternalProfilesInner, bool)

GetExternalProfilesOk returns a tuple with the ExternalProfiles field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Portal) GetHttpRedirect ¶

func (o *Portal) GetHttpRedirect() bool

GetHttpRedirect returns the HttpRedirect field value if set, zero value otherwise.

func (*Portal) GetHttpRedirectOk ¶

func (o *Portal) GetHttpRedirectOk() (*bool, bool)

GetHttpRedirectOk returns a tuple with the HttpRedirect field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Portal) GetHttpsP12 ¶

func (o *Portal) GetHttpsP12() P12

GetHttpsP12 returns the HttpsP12 field value if set, zero value otherwise.

func (*Portal) GetHttpsP12Ok ¶

func (o *Portal) GetHttpsP12Ok() (*P12, bool)

GetHttpsP12Ok returns a tuple with the HttpsP12 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Portal) GetProfiles ¶

func (o *Portal) GetProfiles() []string

GetProfiles returns the Profiles field value if set, zero value otherwise.

func (*Portal) GetProfilesOk ¶

func (o *Portal) GetProfilesOk() ([]string, bool)

GetProfilesOk returns a tuple with the Profiles field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Portal) GetProxyP12s ¶

func (o *Portal) GetProxyP12s() []Portal12

GetProxyP12s returns the ProxyP12s field value if set, zero value otherwise.

func (*Portal) GetProxyP12sOk ¶

func (o *Portal) GetProxyP12sOk() ([]Portal12, bool)

GetProxyP12sOk returns a tuple with the ProxyP12s field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Portal) GetProxyPorts ¶

func (o *Portal) GetProxyPorts() []int32

GetProxyPorts returns the ProxyPorts field value if set, zero value otherwise.

func (*Portal) GetProxyPortsOk ¶

func (o *Portal) GetProxyPortsOk() ([]int32, bool)

GetProxyPortsOk returns a tuple with the ProxyPorts field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Portal) GetSignInCustomization ¶

func (o *Portal) GetSignInCustomization() PortalSignInCustomization

GetSignInCustomization returns the SignInCustomization field value if set, zero value otherwise.

func (*Portal) GetSignInCustomizationOk ¶

func (o *Portal) GetSignInCustomizationOk() (*PortalSignInCustomization, bool)

GetSignInCustomizationOk returns a tuple with the SignInCustomization field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Portal) HasEnabled ¶

func (o *Portal) HasEnabled() bool

HasEnabled returns a boolean if a field has been set.

func (*Portal) HasExternalProfiles ¶

func (o *Portal) HasExternalProfiles() bool

HasExternalProfiles returns a boolean if a field has been set.

func (*Portal) HasHttpRedirect ¶

func (o *Portal) HasHttpRedirect() bool

HasHttpRedirect returns a boolean if a field has been set.

func (*Portal) HasHttpsP12 ¶

func (o *Portal) HasHttpsP12() bool

HasHttpsP12 returns a boolean if a field has been set.

func (*Portal) HasProfiles ¶

func (o *Portal) HasProfiles() bool

HasProfiles returns a boolean if a field has been set.

func (*Portal) HasProxyP12s ¶

func (o *Portal) HasProxyP12s() bool

HasProxyP12s returns a boolean if a field has been set.

func (*Portal) HasProxyPorts ¶

func (o *Portal) HasProxyPorts() bool

HasProxyPorts returns a boolean if a field has been set.

func (*Portal) HasSignInCustomization ¶

func (o *Portal) HasSignInCustomization() bool

HasSignInCustomization returns a boolean if a field has been set.

func (Portal) MarshalJSON ¶

func (o Portal) MarshalJSON() ([]byte, error)

func (*Portal) SetEnabled ¶

func (o *Portal) SetEnabled(v bool)

SetEnabled gets a reference to the given bool and assigns it to the Enabled field.

func (*Portal) SetExternalProfiles ¶

func (o *Portal) SetExternalProfiles(v []PortalExternalProfilesInner)

SetExternalProfiles gets a reference to the given []PortalExternalProfilesInner and assigns it to the ExternalProfiles field.

func (*Portal) SetHttpRedirect ¶

func (o *Portal) SetHttpRedirect(v bool)

SetHttpRedirect gets a reference to the given bool and assigns it to the HttpRedirect field.

func (*Portal) SetHttpsP12 ¶

func (o *Portal) SetHttpsP12(v P12)

SetHttpsP12 gets a reference to the given P12 and assigns it to the HttpsP12 field.

func (*Portal) SetProfiles ¶

func (o *Portal) SetProfiles(v []string)

SetProfiles gets a reference to the given []string and assigns it to the Profiles field.

func (*Portal) SetProxyP12s ¶

func (o *Portal) SetProxyP12s(v []Portal12)

SetProxyP12s gets a reference to the given []Portal12 and assigns it to the ProxyP12s field.

func (*Portal) SetProxyPorts ¶

func (o *Portal) SetProxyPorts(v []int32)

SetProxyPorts gets a reference to the given []int32 and assigns it to the ProxyPorts field.

func (*Portal) SetSignInCustomization ¶

func (o *Portal) SetSignInCustomization(v PortalSignInCustomization)

SetSignInCustomization gets a reference to the given PortalSignInCustomization and assigns it to the SignInCustomization field.

type Portal12 ¶

type Portal12 struct {
	// Identifier to track the object on update since all the other fields are write-only. A random one will be assigned if left empty.
	Id *string `json:"id,omitempty"`
	// Contents of the P12 file in Base64 format.
	Content *string `json:"content,omitempty"`
	// Password for the P12 file.
	Password *string `json:"password,omitempty"`
	// Subject name of the certificate in the file.
	SubjectName *string `json:"subjectName,omitempty"`
	// Portal will verify upstream certificate of the endpoints.
	VerifyUpstream *bool `json:"verifyUpstream,omitempty"`
}

Portal12 struct for Portal12

func NewPortal12 ¶

func NewPortal12() *Portal12

NewPortal12 instantiates a new Portal12 object This constructor will assign default values to properties that have it defined, 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 NewPortal12WithDefaults ¶

func NewPortal12WithDefaults() *Portal12

NewPortal12WithDefaults instantiates a new Portal12 object This 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 (*Portal12) GetContent ¶

func (o *Portal12) GetContent() string

GetContent returns the Content field value if set, zero value otherwise.

func (*Portal12) GetContentOk ¶

func (o *Portal12) GetContentOk() (*string, bool)

GetContentOk returns a tuple with the Content field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Portal12) GetId ¶

func (o *Portal12) GetId() string

GetId returns the Id field value if set, zero value otherwise.

func (*Portal12) GetIdOk ¶

func (o *Portal12) 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 (*Portal12) GetPassword ¶

func (o *Portal12) GetPassword() string

GetPassword returns the Password field value if set, zero value otherwise.

func (*Portal12) GetPasswordOk ¶

func (o *Portal12) 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 (*Portal12) GetSubjectName ¶

func (o *Portal12) GetSubjectName() string

GetSubjectName returns the SubjectName field value if set, zero value otherwise.

func (*Portal12) GetSubjectNameOk ¶

func (o *Portal12) GetSubjectNameOk() (*string, bool)

GetSubjectNameOk returns a tuple with the SubjectName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Portal12) GetVerifyUpstream ¶

func (o *Portal12) GetVerifyUpstream() bool

GetVerifyUpstream returns the VerifyUpstream field value if set, zero value otherwise.

func (*Portal12) GetVerifyUpstreamOk ¶

func (o *Portal12) GetVerifyUpstreamOk() (*bool, bool)

GetVerifyUpstreamOk returns a tuple with the VerifyUpstream field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Portal12) HasContent ¶

func (o *Portal12) HasContent() bool

HasContent returns a boolean if a field has been set.

func (*Portal12) HasId ¶

func (o *Portal12) HasId() bool

HasId returns a boolean if a field has been set.

func (*Portal12) HasPassword ¶

func (o *Portal12) HasPassword() bool

HasPassword returns a boolean if a field has been set.

func (*Portal12) HasSubjectName ¶

func (o *Portal12) HasSubjectName() bool

HasSubjectName returns a boolean if a field has been set.

func (*Portal12) HasVerifyUpstream ¶

func (o *Portal12) HasVerifyUpstream() bool

HasVerifyUpstream returns a boolean if a field has been set.

func (Portal12) MarshalJSON ¶

func (o Portal12) MarshalJSON() ([]byte, error)

func (*Portal12) SetContent ¶

func (o *Portal12) SetContent(v string)

SetContent gets a reference to the given string and assigns it to the Content field.

func (*Portal12) SetId ¶

func (o *Portal12) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*Portal12) SetPassword ¶

func (o *Portal12) SetPassword(v string)

SetPassword gets a reference to the given string and assigns it to the Password field.

func (*Portal12) SetSubjectName ¶

func (o *Portal12) SetSubjectName(v string)

SetSubjectName gets a reference to the given string and assigns it to the SubjectName field.

func (*Portal12) SetVerifyUpstream ¶

func (o *Portal12) SetVerifyUpstream(v bool)

SetVerifyUpstream gets a reference to the given bool and assigns it to the VerifyUpstream field.

type Portal12AllOf ¶

type Portal12AllOf struct {
	// Portal will verify upstream certificate of the endpoints.
	VerifyUpstream *bool `json:"verifyUpstream,omitempty"`
}

Portal12AllOf struct for Portal12AllOf

func NewPortal12AllOf ¶

func NewPortal12AllOf() *Portal12AllOf

NewPortal12AllOf instantiates a new Portal12AllOf object This constructor will assign default values to properties that have it defined, 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 NewPortal12AllOfWithDefaults ¶

func NewPortal12AllOfWithDefaults() *Portal12AllOf

NewPortal12AllOfWithDefaults instantiates a new Portal12AllOf object This 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 (*Portal12AllOf) GetVerifyUpstream ¶

func (o *Portal12AllOf) GetVerifyUpstream() bool

GetVerifyUpstream returns the VerifyUpstream field value if set, zero value otherwise.

func (*Portal12AllOf) GetVerifyUpstreamOk ¶

func (o *Portal12AllOf) GetVerifyUpstreamOk() (*bool, bool)

GetVerifyUpstreamOk returns a tuple with the VerifyUpstream field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Portal12AllOf) HasVerifyUpstream ¶

func (o *Portal12AllOf) HasVerifyUpstream() bool

HasVerifyUpstream returns a boolean if a field has been set.

func (Portal12AllOf) MarshalJSON ¶

func (o Portal12AllOf) MarshalJSON() ([]byte, error)

func (*Portal12AllOf) SetVerifyUpstream ¶

func (o *Portal12AllOf) SetVerifyUpstream(v bool)

SetVerifyUpstream gets a reference to the given bool and assigns it to the VerifyUpstream field.

type PortalExternalProfilesInner ¶

type PortalExternalProfilesInner struct {
	// Identifier to track the object on update since all the other fields are write-only. A random one will be assigned if left empty.
	Id *string `json:"id,omitempty"`
	// Appgate URL from Client Connections.
	Url *string `json:"url,omitempty"`
	// Hostname parsed from the given URL.
	Hostname *string `json:"hostname,omitempty"`
	// Profile name parsed from the given URL.
	ProfileName *string `json:"profileName,omitempty"`
}

PortalExternalProfilesInner struct for PortalExternalProfilesInner

func NewPortalExternalProfilesInner ¶

func NewPortalExternalProfilesInner() *PortalExternalProfilesInner

NewPortalExternalProfilesInner instantiates a new PortalExternalProfilesInner object This constructor will assign default values to properties that have it defined, 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 NewPortalExternalProfilesInnerWithDefaults ¶

func NewPortalExternalProfilesInnerWithDefaults() *PortalExternalProfilesInner

NewPortalExternalProfilesInnerWithDefaults instantiates a new PortalExternalProfilesInner object This 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 (*PortalExternalProfilesInner) GetHostname ¶

func (o *PortalExternalProfilesInner) GetHostname() string

GetHostname returns the Hostname field value if set, zero value otherwise.

func (*PortalExternalProfilesInner) GetHostnameOk ¶

func (o *PortalExternalProfilesInner) GetHostnameOk() (*string, bool)

GetHostnameOk returns a tuple with the Hostname field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PortalExternalProfilesInner) GetId ¶

GetId returns the Id field value if set, zero value otherwise.

func (*PortalExternalProfilesInner) GetIdOk ¶

func (o *PortalExternalProfilesInner) 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 (*PortalExternalProfilesInner) GetProfileName ¶

func (o *PortalExternalProfilesInner) GetProfileName() string

GetProfileName returns the ProfileName field value if set, zero value otherwise.

func (*PortalExternalProfilesInner) GetProfileNameOk ¶

func (o *PortalExternalProfilesInner) GetProfileNameOk() (*string, bool)

GetProfileNameOk returns a tuple with the ProfileName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PortalExternalProfilesInner) GetUrl ¶

func (o *PortalExternalProfilesInner) GetUrl() string

GetUrl returns the Url field value if set, zero value otherwise.

func (*PortalExternalProfilesInner) GetUrlOk ¶

func (o *PortalExternalProfilesInner) GetUrlOk() (*string, bool)

GetUrlOk returns a tuple with the Url field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PortalExternalProfilesInner) HasHostname ¶

func (o *PortalExternalProfilesInner) HasHostname() bool

HasHostname returns a boolean if a field has been set.

func (*PortalExternalProfilesInner) HasId ¶

func (o *PortalExternalProfilesInner) HasId() bool

HasId returns a boolean if a field has been set.

func (*PortalExternalProfilesInner) HasProfileName ¶

func (o *PortalExternalProfilesInner) HasProfileName() bool

HasProfileName returns a boolean if a field has been set.

func (*PortalExternalProfilesInner) HasUrl ¶

func (o *PortalExternalProfilesInner) HasUrl() bool

HasUrl returns a boolean if a field has been set.

func (PortalExternalProfilesInner) MarshalJSON ¶

func (o PortalExternalProfilesInner) MarshalJSON() ([]byte, error)

func (*PortalExternalProfilesInner) SetHostname ¶

func (o *PortalExternalProfilesInner) SetHostname(v string)

SetHostname gets a reference to the given string and assigns it to the Hostname field.

func (*PortalExternalProfilesInner) SetId ¶

func (o *PortalExternalProfilesInner) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*PortalExternalProfilesInner) SetProfileName ¶

func (o *PortalExternalProfilesInner) SetProfileName(v string)

SetProfileName gets a reference to the given string and assigns it to the ProfileName field.

func (*PortalExternalProfilesInner) SetUrl ¶

func (o *PortalExternalProfilesInner) SetUrl(v string)

SetUrl gets a reference to the given string and assigns it to the Url field.

type PortalSignInCustomization ¶

type PortalSignInCustomization struct {
	// Changes the background color on the sign-in page. In hexadecimal format.
	BackgroundColor *string `json:"backgroundColor,omitempty"`
	// Changes the background image on the sign-in page. Must be in PNG, JPEG or GIF format.
	BackgroundImage *string `json:"backgroundImage,omitempty"`
	Logo *string `json:"logo,omitempty"`
	// Adds a text to the sign-in page.
	Text *string `json:"text,omitempty"`
	// Changes the text color on the sign-in page. In hexadecimal format.
	TextColor *string `json:"textColor,omitempty"`
	// If enabled and the user lands on the Portal sign-in page by entering an endpoint URL on the browser, it will be redirected to the endpoint automatically after successfully signing in instead of the Portal Client overview page.
	AutoRedirect *bool `json:"autoRedirect,omitempty"`
}

PortalSignInCustomization Visual customizations to make on the Portal sign-in page.

func NewPortalSignInCustomization ¶

func NewPortalSignInCustomization() *PortalSignInCustomization

NewPortalSignInCustomization instantiates a new PortalSignInCustomization object This constructor will assign default values to properties that have it defined, 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 NewPortalSignInCustomizationWithDefaults ¶

func NewPortalSignInCustomizationWithDefaults() *PortalSignInCustomization

NewPortalSignInCustomizationWithDefaults instantiates a new PortalSignInCustomization object This 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 (*PortalSignInCustomization) GetAutoRedirect ¶

func (o *PortalSignInCustomization) GetAutoRedirect() bool

GetAutoRedirect returns the AutoRedirect field value if set, zero value otherwise.

func (*PortalSignInCustomization) GetAutoRedirectOk ¶

func (o *PortalSignInCustomization) GetAutoRedirectOk() (*bool, bool)

GetAutoRedirectOk returns a tuple with the AutoRedirect field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PortalSignInCustomization) GetBackgroundColor ¶

func (o *PortalSignInCustomization) GetBackgroundColor() string

GetBackgroundColor returns the BackgroundColor field value if set, zero value otherwise.

func (*PortalSignInCustomization) GetBackgroundColorOk ¶

func (o *PortalSignInCustomization) GetBackgroundColorOk() (*string, bool)

GetBackgroundColorOk returns a tuple with the BackgroundColor field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PortalSignInCustomization) GetBackgroundImage ¶

func (o *PortalSignInCustomization) GetBackgroundImage() string

GetBackgroundImage returns the BackgroundImage field value if set, zero value otherwise.

func (*PortalSignInCustomization) GetBackgroundImageOk ¶

func (o *PortalSignInCustomization) GetBackgroundImageOk() (*string, bool)

GetBackgroundImageOk returns a tuple with the BackgroundImage field value if set, nil otherwise and a boolean to check if the value has been set.

func (o *PortalSignInCustomization) GetLogo() string

GetLogo returns the Logo field value if set, zero value otherwise.

func (*PortalSignInCustomization) GetLogoOk ¶

func (o *PortalSignInCustomization) GetLogoOk() (*string, bool)

GetLogoOk returns a tuple with the Logo field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PortalSignInCustomization) GetText ¶

func (o *PortalSignInCustomization) GetText() string

GetText returns the Text field value if set, zero value otherwise.

func (*PortalSignInCustomization) GetTextColor ¶

func (o *PortalSignInCustomization) GetTextColor() string

GetTextColor returns the TextColor field value if set, zero value otherwise.

func (*PortalSignInCustomization) GetTextColorOk ¶

func (o *PortalSignInCustomization) GetTextColorOk() (*string, bool)

GetTextColorOk returns a tuple with the TextColor field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PortalSignInCustomization) GetTextOk ¶

func (o *PortalSignInCustomization) GetTextOk() (*string, bool)

GetTextOk returns a tuple with the Text field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PortalSignInCustomization) HasAutoRedirect ¶

func (o *PortalSignInCustomization) HasAutoRedirect() bool

HasAutoRedirect returns a boolean if a field has been set.

func (*PortalSignInCustomization) HasBackgroundColor ¶

func (o *PortalSignInCustomization) HasBackgroundColor() bool

HasBackgroundColor returns a boolean if a field has been set.

func (*PortalSignInCustomization) HasBackgroundImage ¶

func (o *PortalSignInCustomization) HasBackgroundImage() bool

HasBackgroundImage returns a boolean if a field has been set.

func (o *PortalSignInCustomization) HasLogo() bool

HasLogo returns a boolean if a field has been set.

func (*PortalSignInCustomization) HasText ¶

func (o *PortalSignInCustomization) HasText() bool

HasText returns a boolean if a field has been set.

func (*PortalSignInCustomization) HasTextColor ¶

func (o *PortalSignInCustomization) HasTextColor() bool

HasTextColor returns a boolean if a field has been set.

func (PortalSignInCustomization) MarshalJSON ¶

func (o PortalSignInCustomization) MarshalJSON() ([]byte, error)

func (*PortalSignInCustomization) SetAutoRedirect ¶

func (o *PortalSignInCustomization) SetAutoRedirect(v bool)

SetAutoRedirect gets a reference to the given bool and assigns it to the AutoRedirect field.

func (*PortalSignInCustomization) SetBackgroundColor ¶

func (o *PortalSignInCustomization) SetBackgroundColor(v string)

SetBackgroundColor gets a reference to the given string and assigns it to the BackgroundColor field.

func (*PortalSignInCustomization) SetBackgroundImage ¶

func (o *PortalSignInCustomization) SetBackgroundImage(v string)

SetBackgroundImage gets a reference to the given string and assigns it to the BackgroundImage field.

func (o *PortalSignInCustomization) SetLogo(v string)

SetLogo gets a reference to the given string and assigns it to the Logo field.

func (*PortalSignInCustomization) SetText ¶

func (o *PortalSignInCustomization) SetText(v string)

SetText gets a reference to the given string and assigns it to the Text field.

func (*PortalSignInCustomization) SetTextColor ¶

func (o *PortalSignInCustomization) SetTextColor(v string)

SetTextColor gets a reference to the given string and assigns it to the TextColor field.

type RadiusIdentityProviderList ¶

type RadiusIdentityProviderList struct {
	// The queries applied to the list.
	Queries []string `json:"queries,omitempty"`
	// The first query applied to the list. Deprecated as of 6.0. Use queries instead.
	// Deprecated
	Query *string `json:"query,omitempty"`
	// 'The range applied to the list. Format: -/. 3-5/8 means, out of 8 count (query affects the total), the items between (including) the 3rd and the 5th are returned.'
	Range *string `json:"range,omitempty"`
	// The field name used to sort the list.
	OrderBy *string `json:"orderBy,omitempty"`
	// Whether the sorting is applied descending or ascending.
	Descending *bool `json:"descending,omitempty"`
	// The filters applied to the list.
	FilterBy []FilterBy `json:"filterBy,omitempty"`
	// List of Identity Providers.
	Data []RadiusProvider `json:"data,omitempty"`
}

RadiusIdentityProviderList struct for RadiusIdentityProviderList

func NewRadiusIdentityProviderList ¶

func NewRadiusIdentityProviderList() *RadiusIdentityProviderList

NewRadiusIdentityProviderList instantiates a new RadiusIdentityProviderList object This constructor will assign default values to properties that have it defined, 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 NewRadiusIdentityProviderListWithDefaults ¶

func NewRadiusIdentityProviderListWithDefaults() *RadiusIdentityProviderList

NewRadiusIdentityProviderListWithDefaults instantiates a new RadiusIdentityProviderList object This 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 (*RadiusIdentityProviderList) GetData ¶

GetData returns the Data field value if set, zero value otherwise.

func (*RadiusIdentityProviderList) GetDataOk ¶

func (o *RadiusIdentityProviderList) GetDataOk() ([]RadiusProvider, bool)

GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RadiusIdentityProviderList) GetDescending ¶

func (o *RadiusIdentityProviderList) GetDescending() bool

GetDescending returns the Descending field value if set, zero value otherwise.

func (*RadiusIdentityProviderList) GetDescendingOk ¶

func (o *RadiusIdentityProviderList) GetDescendingOk() (*bool, bool)

GetDescendingOk returns a tuple with the Descending field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RadiusIdentityProviderList) GetFilterBy ¶

func (o *RadiusIdentityProviderList) GetFilterBy() []FilterBy

GetFilterBy returns the FilterBy field value if set, zero value otherwise.

func (*RadiusIdentityProviderList) GetFilterByOk ¶

func (o *RadiusIdentityProviderList) GetFilterByOk() ([]FilterBy, bool)

GetFilterByOk returns a tuple with the FilterBy field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RadiusIdentityProviderList) GetOrderBy ¶

func (o *RadiusIdentityProviderList) GetOrderBy() string

GetOrderBy returns the OrderBy field value if set, zero value otherwise.

func (*RadiusIdentityProviderList) GetOrderByOk ¶

func (o *RadiusIdentityProviderList) GetOrderByOk() (*string, bool)

GetOrderByOk returns a tuple with the OrderBy field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RadiusIdentityProviderList) GetQueries ¶

func (o *RadiusIdentityProviderList) GetQueries() []string

GetQueries returns the Queries field value if set, zero value otherwise.

func (*RadiusIdentityProviderList) GetQueriesOk ¶

func (o *RadiusIdentityProviderList) GetQueriesOk() ([]string, bool)

GetQueriesOk returns a tuple with the Queries field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RadiusIdentityProviderList) GetQuery ¶

func (o *RadiusIdentityProviderList) GetQuery() string

GetQuery returns the Query field value if set, zero value otherwise. Deprecated

func (*RadiusIdentityProviderList) GetQueryOk ¶

func (o *RadiusIdentityProviderList) GetQueryOk() (*string, bool)

GetQueryOk returns a tuple with the Query field value if set, nil otherwise and a boolean to check if the value has been set. Deprecated

func (*RadiusIdentityProviderList) GetRange ¶

func (o *RadiusIdentityProviderList) GetRange() string

GetRange returns the Range field value if set, zero value otherwise.

func (*RadiusIdentityProviderList) GetRangeOk ¶

func (o *RadiusIdentityProviderList) GetRangeOk() (*string, bool)

GetRangeOk returns a tuple with the Range field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RadiusIdentityProviderList) HasData ¶

func (o *RadiusIdentityProviderList) HasData() bool

HasData returns a boolean if a field has been set.

func (*RadiusIdentityProviderList) HasDescending ¶

func (o *RadiusIdentityProviderList) HasDescending() bool

HasDescending returns a boolean if a field has been set.

func (*RadiusIdentityProviderList) HasFilterBy ¶

func (o *RadiusIdentityProviderList) HasFilterBy() bool

HasFilterBy returns a boolean if a field has been set.

func (*RadiusIdentityProviderList) HasOrderBy ¶

func (o *RadiusIdentityProviderList) HasOrderBy() bool

HasOrderBy returns a boolean if a field has been set.

func (*RadiusIdentityProviderList) HasQueries ¶

func (o *RadiusIdentityProviderList) HasQueries() bool

HasQueries returns a boolean if a field has been set.

func (*RadiusIdentityProviderList) HasQuery ¶

func (o *RadiusIdentityProviderList) HasQuery() bool

HasQuery returns a boolean if a field has been set.

func (*RadiusIdentityProviderList) HasRange ¶

func (o *RadiusIdentityProviderList) HasRange() bool

HasRange returns a boolean if a field has been set.

func (RadiusIdentityProviderList) MarshalJSON ¶

func (o RadiusIdentityProviderList) MarshalJSON() ([]byte, error)

func (*RadiusIdentityProviderList) SetData ¶

SetData gets a reference to the given []RadiusProvider and assigns it to the Data field.

func (*RadiusIdentityProviderList) SetDescending ¶

func (o *RadiusIdentityProviderList) SetDescending(v bool)

SetDescending gets a reference to the given bool and assigns it to the Descending field.

func (*RadiusIdentityProviderList) SetFilterBy ¶

func (o *RadiusIdentityProviderList) SetFilterBy(v []FilterBy)

SetFilterBy gets a reference to the given []FilterBy and assigns it to the FilterBy field.

func (*RadiusIdentityProviderList) SetOrderBy ¶

func (o *RadiusIdentityProviderList) SetOrderBy(v string)

SetOrderBy gets a reference to the given string and assigns it to the OrderBy field.

func (*RadiusIdentityProviderList) SetQueries ¶

func (o *RadiusIdentityProviderList) SetQueries(v []string)

SetQueries gets a reference to the given []string and assigns it to the Queries field.

func (*RadiusIdentityProviderList) SetQuery ¶

func (o *RadiusIdentityProviderList) SetQuery(v string)

SetQuery gets a reference to the given string and assigns it to the Query field. Deprecated

func (*RadiusIdentityProviderList) SetRange ¶

func (o *RadiusIdentityProviderList) SetRange(v string)

SetRange gets a reference to the given string and assigns it to the Range field.

type RadiusIdentityProvidersApiService ¶

type RadiusIdentityProvidersApiService service

RadiusIdentityProvidersApiService IdentityProvidersApi service

func (*RadiusIdentityProvidersApiService) IdentityProvidersGet ¶

IdentityProvidersGet List all Identity Providers.

List all Identity Providers visible to current user.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiRadiusIdentityProvidersGetRequest

func (*RadiusIdentityProvidersApiService) IdentityProvidersGetExecute ¶

Execute executes the request

@return RadiusIdentityProviderList

func (*RadiusIdentityProvidersApiService) IdentityProvidersIdAttributesPost ¶

IdentityProvidersIdAttributesPost Get user attributes from an existing Identity Provider.

Get raw attributes and mapped claims for a user.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id ID of the object.
@return ApiRadiusIdentityProvidersIdAttributesPostRequest

func (*RadiusIdentityProvidersApiService) IdentityProvidersIdAttributesPostExecute ¶

Execute executes the request

@return IdentityProvidersIdAttributesPost200Response

func (*RadiusIdentityProvidersApiService) IdentityProvidersIdDelete ¶

IdentityProvidersIdDelete Delete a specific Identity Provider.

Delete a specific Identity Provider.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id ID of the object.
@return ApiRadiusIdentityProvidersIdDeleteRequest

func (*RadiusIdentityProvidersApiService) IdentityProvidersIdDeleteExecute ¶

Execute executes the request

func (*RadiusIdentityProvidersApiService) IdentityProvidersIdGet ¶

IdentityProvidersIdGet Get a specific Identity Provider.

Get a specific Identity Provider.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id ID of the object.
@return ApiRadiusIdentityProvidersIdGetRequest

func (*RadiusIdentityProvidersApiService) IdentityProvidersIdGetExecute ¶

Execute executes the request

@return RadiusProvider

func (*RadiusIdentityProvidersApiService) IdentityProvidersIdPut ¶

IdentityProvidersIdPut Update an existing Identity Provider.

Update an existing Identity Provider.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id ID of the object.
@return ApiRadiusIdentityProvidersIdPutRequest

func (*RadiusIdentityProvidersApiService) IdentityProvidersIdPutExecute ¶

Execute executes the request

@return RadiusProvider

func (*RadiusIdentityProvidersApiService) IdentityProvidersPost ¶

IdentityProvidersPost Create a new Identity Provider.

Create a new Identity Provider.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiRadiusIdentityProvidersPostRequest

func (*RadiusIdentityProvidersApiService) IdentityProvidersPostExecute ¶

Execute executes the request

@return RadiusProvider

func (*RadiusIdentityProvidersApiService) IdentityProvidersTestPost ¶

IdentityProvidersTestPost Test an Identity Provider connection.

Test connection for the given Identity Provider JSON.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiRadiusIdentityProvidersTestPostRequest

func (*RadiusIdentityProvidersApiService) IdentityProvidersTestPostExecute ¶

Execute executes the request

@return IdentityProvidersTestPost200Response

type RadiusProvider ¶

type RadiusProvider struct {
	// ID of the object.
	Id *string `json:"id,omitempty"`
	// Name of the object.
	Name string `json:"name"`
	// Notes for the object. Used for documentation purposes.
	Notes *string `json:"notes,omitempty"`
	// Create date.
	Created *time.Time `json:"created,omitempty"`
	// Last update date.
	Updated *time.Time `json:"updated,omitempty"`
	// Array of tags.
	Tags []string `json:"tags,omitempty"`
	// The type of the Identity Provider.
	Type string `json:"type"`
	// The IPv4 Pool ID the users in this Identity Provider are going to use to allocate IP addresses for the tunnels.
	IpPoolV4 *string `json:"ipPoolV4,omitempty"`
	// The IPv6 Pool ID the users in this Identity Provider are going to use to allocate IP addresses for the tunnels.
	IpPoolV6 *string `json:"ipPoolV6,omitempty"`
	// The mapping of Identity Provider attributes to claims.
	ClaimMappings []ClaimMappingsInner `json:"claimMappings,omitempty"`
	// ID of the User Claim Scripts to run during authorization.
	UserScripts []string `json:"userScripts,omitempty"`
	// The DNS servers to be assigned to the Clients of the users in this Identity Provider.
	DnsServers []string `json:"dnsServers,omitempty"`
	// The DNS search domains to be assigned to Clients of the users in this Identity Provider.
	DnsSearchDomains []string `json:"dnsSearchDomains,omitempty"`
	// Whether the provider will be listed in the Admin UI or not.
	AdminProvider *bool `json:"adminProvider,omitempty"`
	// The device limit per user. The existing on-boarded devices will still be able to sign in even if the limit is exceeded.
	DeviceLimitPerUser *int32                                          `json:"deviceLimitPerUser,omitempty"`
	OnBoarding2FA      *ConfigurableIdentityProviderAllOfOnBoarding2FA `json:"onBoarding2FA,omitempty"`
	// (Desktop) clients will sign out automatically after the user has been inactive on the device for the configured duration. Set it to 0 to disable.
	InactivityTimeoutMinutes *int32 `json:"inactivityTimeoutMinutes,omitempty"`
	// Whether or not to take network inactivity into account when measuring client inactivity timeout.
	NetworkInactivityTimeoutEnabled *bool `json:"networkInactivityTimeoutEnabled,omitempty"`
	// If enabled, Windows Client will configure the network profile as \"DomainAuthenticated\".
	EnforceWindowsNetworkProfileAsDomain *bool `json:"enforceWindowsNetworkProfileAsDomain,omitempty"`
	// Whether the Windows Client will block local DNS requests or not.
	BlockLocalDnsRequests *bool `json:"blockLocalDnsRequests,omitempty"`
	// The mapping of Identity Provider on demand attributes to claims.
	OnDemandClaimMappings []OnDemandClaimMappingsInner `json:"onDemandClaimMappings,omitempty"`
	// Hostnames/IP addresses to connect.
	Hostnames []string `json:"hostnames"`
	// Port to connect.
	Port *int32 `json:"port,omitempty"`
	// Radius shared secret to authenticate to the server.
	SharedSecret string `json:"sharedSecret"`
	// Radius protocol to use while authenticating users.
	AuthenticationProtocol *string `json:"authenticationProtocol,omitempty"`
}

RadiusProvider struct for RadiusProvider

func NewRadiusProvider ¶

func NewRadiusProvider(name string, type_ string, hostnames []string, sharedSecret string) *RadiusProvider

NewRadiusProvider instantiates a new RadiusProvider object This constructor will assign default values to properties that have it defined, 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 NewRadiusProviderWithDefaults ¶

func NewRadiusProviderWithDefaults() *RadiusProvider

NewRadiusProviderWithDefaults instantiates a new RadiusProvider object This 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 (*RadiusProvider) GetAdminProvider ¶

func (o *RadiusProvider) GetAdminProvider() bool

GetAdminProvider returns the AdminProvider field value if set, zero value otherwise.

func (*RadiusProvider) GetAdminProviderOk ¶

func (o *RadiusProvider) GetAdminProviderOk() (*bool, bool)

GetAdminProviderOk returns a tuple with the AdminProvider field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RadiusProvider) GetAuthenticationProtocol ¶

func (o *RadiusProvider) GetAuthenticationProtocol() string

GetAuthenticationProtocol returns the AuthenticationProtocol field value if set, zero value otherwise.

func (*RadiusProvider) GetAuthenticationProtocolOk ¶

func (o *RadiusProvider) GetAuthenticationProtocolOk() (*string, bool)

GetAuthenticationProtocolOk returns a tuple with the AuthenticationProtocol field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RadiusProvider) GetBlockLocalDnsRequests ¶

func (o *RadiusProvider) GetBlockLocalDnsRequests() bool

GetBlockLocalDnsRequests returns the BlockLocalDnsRequests field value if set, zero value otherwise.

func (*RadiusProvider) GetBlockLocalDnsRequestsOk ¶

func (o *RadiusProvider) GetBlockLocalDnsRequestsOk() (*bool, bool)

GetBlockLocalDnsRequestsOk returns a tuple with the BlockLocalDnsRequests field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RadiusProvider) GetClaimMappings ¶

func (o *RadiusProvider) GetClaimMappings() []ClaimMappingsInner

GetClaimMappings returns the ClaimMappings field value if set, zero value otherwise.

func (*RadiusProvider) GetClaimMappingsOk ¶

func (o *RadiusProvider) GetClaimMappingsOk() ([]ClaimMappingsInner, bool)

GetClaimMappingsOk returns a tuple with the ClaimMappings field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RadiusProvider) GetCreated ¶

func (o *RadiusProvider) GetCreated() time.Time

GetCreated returns the Created field value if set, zero value otherwise.

func (*RadiusProvider) GetCreatedOk ¶

func (o *RadiusProvider) GetCreatedOk() (*time.Time, bool)

GetCreatedOk returns a tuple with the Created field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RadiusProvider) GetDeviceLimitPerUser ¶

func (o *RadiusProvider) GetDeviceLimitPerUser() int32

GetDeviceLimitPerUser returns the DeviceLimitPerUser field value if set, zero value otherwise.

func (*RadiusProvider) GetDeviceLimitPerUserOk ¶

func (o *RadiusProvider) GetDeviceLimitPerUserOk() (*int32, bool)

GetDeviceLimitPerUserOk returns a tuple with the DeviceLimitPerUser field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RadiusProvider) GetDnsSearchDomains ¶

func (o *RadiusProvider) GetDnsSearchDomains() []string

GetDnsSearchDomains returns the DnsSearchDomains field value if set, zero value otherwise.

func (*RadiusProvider) GetDnsSearchDomainsOk ¶

func (o *RadiusProvider) GetDnsSearchDomainsOk() ([]string, bool)

GetDnsSearchDomainsOk returns a tuple with the DnsSearchDomains field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RadiusProvider) GetDnsServers ¶

func (o *RadiusProvider) GetDnsServers() []string

GetDnsServers returns the DnsServers field value if set, zero value otherwise.

func (*RadiusProvider) GetDnsServersOk ¶

func (o *RadiusProvider) GetDnsServersOk() ([]string, bool)

GetDnsServersOk returns a tuple with the DnsServers field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RadiusProvider) GetEnforceWindowsNetworkProfileAsDomain ¶

func (o *RadiusProvider) GetEnforceWindowsNetworkProfileAsDomain() bool

GetEnforceWindowsNetworkProfileAsDomain returns the EnforceWindowsNetworkProfileAsDomain field value if set, zero value otherwise.

func (*RadiusProvider) GetEnforceWindowsNetworkProfileAsDomainOk ¶

func (o *RadiusProvider) GetEnforceWindowsNetworkProfileAsDomainOk() (*bool, bool)

GetEnforceWindowsNetworkProfileAsDomainOk returns a tuple with the EnforceWindowsNetworkProfileAsDomain field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RadiusProvider) GetHostnames ¶

func (o *RadiusProvider) GetHostnames() []string

GetHostnames returns the Hostnames field value

func (*RadiusProvider) GetHostnamesOk ¶

func (o *RadiusProvider) GetHostnamesOk() ([]string, bool)

GetHostnamesOk returns a tuple with the Hostnames field value and a boolean to check if the value has been set.

func (*RadiusProvider) GetId ¶

func (o *RadiusProvider) GetId() string

GetId returns the Id field value if set, zero value otherwise.

func (*RadiusProvider) GetIdOk ¶

func (o *RadiusProvider) 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 (*RadiusProvider) GetInactivityTimeoutMinutes ¶

func (o *RadiusProvider) GetInactivityTimeoutMinutes() int32

GetInactivityTimeoutMinutes returns the InactivityTimeoutMinutes field value if set, zero value otherwise.

func (*RadiusProvider) GetInactivityTimeoutMinutesOk ¶

func (o *RadiusProvider) GetInactivityTimeoutMinutesOk() (*int32, bool)

GetInactivityTimeoutMinutesOk returns a tuple with the InactivityTimeoutMinutes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RadiusProvider) GetIpPoolV4 ¶

func (o *RadiusProvider) GetIpPoolV4() string

GetIpPoolV4 returns the IpPoolV4 field value if set, zero value otherwise.

func (*RadiusProvider) GetIpPoolV4Ok ¶

func (o *RadiusProvider) GetIpPoolV4Ok() (*string, bool)

GetIpPoolV4Ok returns a tuple with the IpPoolV4 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RadiusProvider) GetIpPoolV6 ¶

func (o *RadiusProvider) GetIpPoolV6() string

GetIpPoolV6 returns the IpPoolV6 field value if set, zero value otherwise.

func (*RadiusProvider) GetIpPoolV6Ok ¶

func (o *RadiusProvider) GetIpPoolV6Ok() (*string, bool)

GetIpPoolV6Ok returns a tuple with the IpPoolV6 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RadiusProvider) GetName ¶

func (o *RadiusProvider) GetName() string

GetName returns the Name field value

func (*RadiusProvider) GetNameOk ¶

func (o *RadiusProvider) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.

func (*RadiusProvider) GetNetworkInactivityTimeoutEnabled ¶

func (o *RadiusProvider) GetNetworkInactivityTimeoutEnabled() bool

GetNetworkInactivityTimeoutEnabled returns the NetworkInactivityTimeoutEnabled field value if set, zero value otherwise.

func (*RadiusProvider) GetNetworkInactivityTimeoutEnabledOk ¶

func (o *RadiusProvider) GetNetworkInactivityTimeoutEnabledOk() (*bool, bool)

GetNetworkInactivityTimeoutEnabledOk returns a tuple with the NetworkInactivityTimeoutEnabled field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RadiusProvider) GetNotes ¶

func (o *RadiusProvider) GetNotes() string

GetNotes returns the Notes field value if set, zero value otherwise.

func (*RadiusProvider) GetNotesOk ¶

func (o *RadiusProvider) GetNotesOk() (*string, bool)

GetNotesOk returns a tuple with the Notes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RadiusProvider) GetOnBoarding2FA ¶

GetOnBoarding2FA returns the OnBoarding2FA field value if set, zero value otherwise.

func (*RadiusProvider) GetOnBoarding2FAOk ¶

GetOnBoarding2FAOk returns a tuple with the OnBoarding2FA field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RadiusProvider) GetOnDemandClaimMappings ¶

func (o *RadiusProvider) GetOnDemandClaimMappings() []OnDemandClaimMappingsInner

GetOnDemandClaimMappings returns the OnDemandClaimMappings field value if set, zero value otherwise.

func (*RadiusProvider) GetOnDemandClaimMappingsOk ¶

func (o *RadiusProvider) GetOnDemandClaimMappingsOk() ([]OnDemandClaimMappingsInner, bool)

GetOnDemandClaimMappingsOk returns a tuple with the OnDemandClaimMappings field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RadiusProvider) GetPort ¶

func (o *RadiusProvider) GetPort() int32

GetPort returns the Port field value if set, zero value otherwise.

func (*RadiusProvider) GetPortOk ¶

func (o *RadiusProvider) 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 (*RadiusProvider) GetSharedSecret ¶

func (o *RadiusProvider) GetSharedSecret() string

GetSharedSecret returns the SharedSecret field value

func (*RadiusProvider) GetSharedSecretOk ¶

func (o *RadiusProvider) GetSharedSecretOk() (*string, bool)

GetSharedSecretOk returns a tuple with the SharedSecret field value and a boolean to check if the value has been set.

func (*RadiusProvider) GetTags ¶

func (o *RadiusProvider) GetTags() []string

GetTags returns the Tags field value if set, zero value otherwise.

func (*RadiusProvider) GetTagsOk ¶

func (o *RadiusProvider) GetTagsOk() ([]string, bool)

GetTagsOk returns a tuple with the Tags field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RadiusProvider) GetType ¶

func (o *RadiusProvider) GetType() string

GetType returns the Type field value

func (*RadiusProvider) GetTypeOk ¶

func (o *RadiusProvider) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (*RadiusProvider) GetUpdated ¶

func (o *RadiusProvider) GetUpdated() time.Time

GetUpdated returns the Updated field value if set, zero value otherwise.

func (*RadiusProvider) GetUpdatedOk ¶

func (o *RadiusProvider) GetUpdatedOk() (*time.Time, bool)

GetUpdatedOk returns a tuple with the Updated field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RadiusProvider) GetUserScripts ¶

func (o *RadiusProvider) GetUserScripts() []string

GetUserScripts returns the UserScripts field value if set, zero value otherwise.

func (*RadiusProvider) GetUserScriptsOk ¶

func (o *RadiusProvider) GetUserScriptsOk() ([]string, bool)

GetUserScriptsOk returns a tuple with the UserScripts field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RadiusProvider) HasAdminProvider ¶

func (o *RadiusProvider) HasAdminProvider() bool

HasAdminProvider returns a boolean if a field has been set.

func (*RadiusProvider) HasAuthenticationProtocol ¶

func (o *RadiusProvider) HasAuthenticationProtocol() bool

HasAuthenticationProtocol returns a boolean if a field has been set.

func (*RadiusProvider) HasBlockLocalDnsRequests ¶

func (o *RadiusProvider) HasBlockLocalDnsRequests() bool

HasBlockLocalDnsRequests returns a boolean if a field has been set.

func (*RadiusProvider) HasClaimMappings ¶

func (o *RadiusProvider) HasClaimMappings() bool

HasClaimMappings returns a boolean if a field has been set.

func (*RadiusProvider) HasCreated ¶

func (o *RadiusProvider) HasCreated() bool

HasCreated returns a boolean if a field has been set.

func (*RadiusProvider) HasDeviceLimitPerUser ¶

func (o *RadiusProvider) HasDeviceLimitPerUser() bool

HasDeviceLimitPerUser returns a boolean if a field has been set.

func (*RadiusProvider) HasDnsSearchDomains ¶

func (o *RadiusProvider) HasDnsSearchDomains() bool

HasDnsSearchDomains returns a boolean if a field has been set.

func (*RadiusProvider) HasDnsServers ¶

func (o *RadiusProvider) HasDnsServers() bool

HasDnsServers returns a boolean if a field has been set.

func (*RadiusProvider) HasEnforceWindowsNetworkProfileAsDomain ¶

func (o *RadiusProvider) HasEnforceWindowsNetworkProfileAsDomain() bool

HasEnforceWindowsNetworkProfileAsDomain returns a boolean if a field has been set.

func (*RadiusProvider) HasId ¶

func (o *RadiusProvider) HasId() bool

HasId returns a boolean if a field has been set.

func (*RadiusProvider) HasInactivityTimeoutMinutes ¶

func (o *RadiusProvider) HasInactivityTimeoutMinutes() bool

HasInactivityTimeoutMinutes returns a boolean if a field has been set.

func (*RadiusProvider) HasIpPoolV4 ¶

func (o *RadiusProvider) HasIpPoolV4() bool

HasIpPoolV4 returns a boolean if a field has been set.

func (*RadiusProvider) HasIpPoolV6 ¶

func (o *RadiusProvider) HasIpPoolV6() bool

HasIpPoolV6 returns a boolean if a field has been set.

func (*RadiusProvider) HasNetworkInactivityTimeoutEnabled ¶

func (o *RadiusProvider) HasNetworkInactivityTimeoutEnabled() bool

HasNetworkInactivityTimeoutEnabled returns a boolean if a field has been set.

func (*RadiusProvider) HasNotes ¶

func (o *RadiusProvider) HasNotes() bool

HasNotes returns a boolean if a field has been set.

func (*RadiusProvider) HasOnBoarding2FA ¶

func (o *RadiusProvider) HasOnBoarding2FA() bool

HasOnBoarding2FA returns a boolean if a field has been set.

func (*RadiusProvider) HasOnDemandClaimMappings ¶

func (o *RadiusProvider) HasOnDemandClaimMappings() bool

HasOnDemandClaimMappings returns a boolean if a field has been set.

func (*RadiusProvider) HasPort ¶

func (o *RadiusProvider) HasPort() bool

HasPort returns a boolean if a field has been set.

func (*RadiusProvider) HasTags ¶

func (o *RadiusProvider) HasTags() bool

HasTags returns a boolean if a field has been set.

func (*RadiusProvider) HasUpdated ¶

func (o *RadiusProvider) HasUpdated() bool

HasUpdated returns a boolean if a field has been set.

func (*RadiusProvider) HasUserScripts ¶

func (o *RadiusProvider) HasUserScripts() bool

HasUserScripts returns a boolean if a field has been set.

func (RadiusProvider) MarshalJSON ¶

func (o RadiusProvider) MarshalJSON() ([]byte, error)

func (*RadiusProvider) SetAdminProvider ¶

func (o *RadiusProvider) SetAdminProvider(v bool)

SetAdminProvider gets a reference to the given bool and assigns it to the AdminProvider field.

func (*RadiusProvider) SetAuthenticationProtocol ¶

func (o *RadiusProvider) SetAuthenticationProtocol(v string)

SetAuthenticationProtocol gets a reference to the given string and assigns it to the AuthenticationProtocol field.

func (*RadiusProvider) SetBlockLocalDnsRequests ¶

func (o *RadiusProvider) SetBlockLocalDnsRequests(v bool)

SetBlockLocalDnsRequests gets a reference to the given bool and assigns it to the BlockLocalDnsRequests field.

func (*RadiusProvider) SetClaimMappings ¶

func (o *RadiusProvider) SetClaimMappings(v []ClaimMappingsInner)

SetClaimMappings gets a reference to the given []ClaimMappingsInner and assigns it to the ClaimMappings field.

func (*RadiusProvider) SetCreated ¶

func (o *RadiusProvider) SetCreated(v time.Time)

SetCreated gets a reference to the given time.Time and assigns it to the Created field.

func (*RadiusProvider) SetDeviceLimitPerUser ¶

func (o *RadiusProvider) SetDeviceLimitPerUser(v int32)

SetDeviceLimitPerUser gets a reference to the given int32 and assigns it to the DeviceLimitPerUser field.

func (*RadiusProvider) SetDnsSearchDomains ¶

func (o *RadiusProvider) SetDnsSearchDomains(v []string)

SetDnsSearchDomains gets a reference to the given []string and assigns it to the DnsSearchDomains field.

func (*RadiusProvider) SetDnsServers ¶

func (o *RadiusProvider) SetDnsServers(v []string)

SetDnsServers gets a reference to the given []string and assigns it to the DnsServers field.

func (*RadiusProvider) SetEnforceWindowsNetworkProfileAsDomain ¶

func (o *RadiusProvider) SetEnforceWindowsNetworkProfileAsDomain(v bool)

SetEnforceWindowsNetworkProfileAsDomain gets a reference to the given bool and assigns it to the EnforceWindowsNetworkProfileAsDomain field.

func (*RadiusProvider) SetHostnames ¶

func (o *RadiusProvider) SetHostnames(v []string)

SetHostnames sets field value

func (*RadiusProvider) SetId ¶

func (o *RadiusProvider) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*RadiusProvider) SetInactivityTimeoutMinutes ¶

func (o *RadiusProvider) SetInactivityTimeoutMinutes(v int32)

SetInactivityTimeoutMinutes gets a reference to the given int32 and assigns it to the InactivityTimeoutMinutes field.

func (*RadiusProvider) SetIpPoolV4 ¶

func (o *RadiusProvider) SetIpPoolV4(v string)

SetIpPoolV4 gets a reference to the given string and assigns it to the IpPoolV4 field.

func (*RadiusProvider) SetIpPoolV6 ¶

func (o *RadiusProvider) SetIpPoolV6(v string)

SetIpPoolV6 gets a reference to the given string and assigns it to the IpPoolV6 field.

func (*RadiusProvider) SetName ¶

func (o *RadiusProvider) SetName(v string)

SetName sets field value

func (*RadiusProvider) SetNetworkInactivityTimeoutEnabled ¶

func (o *RadiusProvider) SetNetworkInactivityTimeoutEnabled(v bool)

SetNetworkInactivityTimeoutEnabled gets a reference to the given bool and assigns it to the NetworkInactivityTimeoutEnabled field.

func (*RadiusProvider) SetNotes ¶

func (o *RadiusProvider) SetNotes(v string)

SetNotes gets a reference to the given string and assigns it to the Notes field.

func (*RadiusProvider) SetOnBoarding2FA ¶

SetOnBoarding2FA gets a reference to the given ConfigurableIdentityProviderAllOfOnBoarding2FA and assigns it to the OnBoarding2FA field.

func (*RadiusProvider) SetOnDemandClaimMappings ¶

func (o *RadiusProvider) SetOnDemandClaimMappings(v []OnDemandClaimMappingsInner)

SetOnDemandClaimMappings gets a reference to the given []OnDemandClaimMappingsInner and assigns it to the OnDemandClaimMappings field.

func (*RadiusProvider) SetPort ¶

func (o *RadiusProvider) SetPort(v int32)

SetPort gets a reference to the given int32 and assigns it to the Port field.

func (*RadiusProvider) SetSharedSecret ¶

func (o *RadiusProvider) SetSharedSecret(v string)

SetSharedSecret sets field value

func (*RadiusProvider) SetTags ¶

func (o *RadiusProvider) SetTags(v []string)

SetTags gets a reference to the given []string and assigns it to the Tags field.

func (*RadiusProvider) SetType ¶

func (o *RadiusProvider) SetType(v string)

SetType sets field value

func (*RadiusProvider) SetUpdated ¶

func (o *RadiusProvider) SetUpdated(v time.Time)

SetUpdated gets a reference to the given time.Time and assigns it to the Updated field.

func (*RadiusProvider) SetUserScripts ¶

func (o *RadiusProvider) SetUserScripts(v []string)

SetUserScripts gets a reference to the given []string and assigns it to the UserScripts field.

type RadiusProviderAllOf ¶

type RadiusProviderAllOf struct {
	// Hostnames/IP addresses to connect.
	Hostnames []string `json:"hostnames"`
	// Port to connect.
	Port *int32 `json:"port,omitempty"`
	// Radius shared secret to authenticate to the server.
	SharedSecret string `json:"sharedSecret"`
	// Radius protocol to use while authenticating users.
	AuthenticationProtocol *string `json:"authenticationProtocol,omitempty"`
}

RadiusProviderAllOf Represents a Radius Identity Provider.

func NewRadiusProviderAllOf ¶

func NewRadiusProviderAllOf(hostnames []string, sharedSecret string) *RadiusProviderAllOf

NewRadiusProviderAllOf instantiates a new RadiusProviderAllOf object This constructor will assign default values to properties that have it defined, 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 NewRadiusProviderAllOfWithDefaults ¶

func NewRadiusProviderAllOfWithDefaults() *RadiusProviderAllOf

NewRadiusProviderAllOfWithDefaults instantiates a new RadiusProviderAllOf object This 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 (*RadiusProviderAllOf) GetAuthenticationProtocol ¶

func (o *RadiusProviderAllOf) GetAuthenticationProtocol() string

GetAuthenticationProtocol returns the AuthenticationProtocol field value if set, zero value otherwise.

func (*RadiusProviderAllOf) GetAuthenticationProtocolOk ¶

func (o *RadiusProviderAllOf) GetAuthenticationProtocolOk() (*string, bool)

GetAuthenticationProtocolOk returns a tuple with the AuthenticationProtocol field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RadiusProviderAllOf) GetHostnames ¶

func (o *RadiusProviderAllOf) GetHostnames() []string

GetHostnames returns the Hostnames field value

func (*RadiusProviderAllOf) GetHostnamesOk ¶

func (o *RadiusProviderAllOf) GetHostnamesOk() ([]string, bool)

GetHostnamesOk returns a tuple with the Hostnames field value and a boolean to check if the value has been set.

func (*RadiusProviderAllOf) GetPort ¶

func (o *RadiusProviderAllOf) GetPort() int32

GetPort returns the Port field value if set, zero value otherwise.

func (*RadiusProviderAllOf) GetPortOk ¶

func (o *RadiusProviderAllOf) 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 (*RadiusProviderAllOf) GetSharedSecret ¶

func (o *RadiusProviderAllOf) GetSharedSecret() string

GetSharedSecret returns the SharedSecret field value

func (*RadiusProviderAllOf) GetSharedSecretOk ¶

func (o *RadiusProviderAllOf) GetSharedSecretOk() (*string, bool)

GetSharedSecretOk returns a tuple with the SharedSecret field value and a boolean to check if the value has been set.

func (*RadiusProviderAllOf) HasAuthenticationProtocol ¶

func (o *RadiusProviderAllOf) HasAuthenticationProtocol() bool

HasAuthenticationProtocol returns a boolean if a field has been set.

func (*RadiusProviderAllOf) HasPort ¶

func (o *RadiusProviderAllOf) HasPort() bool

HasPort returns a boolean if a field has been set.

func (RadiusProviderAllOf) MarshalJSON ¶

func (o RadiusProviderAllOf) MarshalJSON() ([]byte, error)

func (*RadiusProviderAllOf) SetAuthenticationProtocol ¶

func (o *RadiusProviderAllOf) SetAuthenticationProtocol(v string)

SetAuthenticationProtocol gets a reference to the given string and assigns it to the AuthenticationProtocol field.

func (*RadiusProviderAllOf) SetHostnames ¶

func (o *RadiusProviderAllOf) SetHostnames(v []string)

SetHostnames sets field value

func (*RadiusProviderAllOf) SetPort ¶

func (o *RadiusProviderAllOf) SetPort(v int32)

SetPort gets a reference to the given int32 and assigns it to the Port field.

func (*RadiusProviderAllOf) SetSharedSecret ¶

func (o *RadiusProviderAllOf) SetSharedSecret(v string)

SetSharedSecret sets field value

type RegisteredDevicesApiService ¶

type RegisteredDevicesApiService service

RegisteredDevicesApiService RegisteredDevicesApi service

func (*RegisteredDevicesApiService) OnBoardedDevicesDistinguishedNameDelete ¶

func (a *RegisteredDevicesApiService) OnBoardedDevicesDistinguishedNameDelete(ctx context.Context, distinguishedName string) ApiOnBoardedDevicesDistinguishedNameDeleteRequest

OnBoardedDevicesDistinguishedNameDelete Remove a Registered Device for the given Distinguished Name.

Remove a Registered Device for the given Distinguished Name. The device will need to register again.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param distinguishedName Distinguished name of the user&devices which will be affected by the operation. Format: 'CN=\\<device ID\\>,CN=\\<username\\>,OU=\\<provider name\\>'
@return ApiOnBoardedDevicesDistinguishedNameDeleteRequest

func (*RegisteredDevicesApiService) OnBoardedDevicesDistinguishedNameDeleteExecute ¶

func (a *RegisteredDevicesApiService) OnBoardedDevicesDistinguishedNameDeleteExecute(r ApiOnBoardedDevicesDistinguishedNameDeleteRequest) (*http.Response, error)

Execute executes the request

func (*RegisteredDevicesApiService) OnBoardedDevicesGet ¶

OnBoardedDevicesGet List all Registered Devices.

List all Registered Devices.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiOnBoardedDevicesGetRequest

func (*RegisteredDevicesApiService) OnBoardedDevicesGetExecute ¶

Execute executes the request

@return OnBoardedDeviceList

type RegistrationToken ¶

type RegistrationToken struct {
	// Registration token provided by ZTP.
	Token string `json:"token"`
}

RegistrationToken struct for RegistrationToken

func NewRegistrationToken ¶

func NewRegistrationToken(token string) *RegistrationToken

NewRegistrationToken instantiates a new RegistrationToken object This constructor will assign default values to properties that have it defined, 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 NewRegistrationTokenWithDefaults ¶

func NewRegistrationTokenWithDefaults() *RegistrationToken

NewRegistrationTokenWithDefaults instantiates a new RegistrationToken object This 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 (*RegistrationToken) GetToken ¶

func (o *RegistrationToken) GetToken() string

GetToken returns the Token field value

func (*RegistrationToken) GetTokenOk ¶

func (o *RegistrationToken) GetTokenOk() (*string, bool)

GetTokenOk returns a tuple with the Token field value and a boolean to check if the value has been set.

func (RegistrationToken) MarshalJSON ¶

func (o RegistrationToken) MarshalJSON() ([]byte, error)

func (*RegistrationToken) SetToken ¶

func (o *RegistrationToken) SetToken(v string)

SetToken sets field value

type RemedyMethod ¶

type RemedyMethod struct {
	// User Action type.
	Type string `json:"type"`
	// Message to be shown to the user. Required for all remedy method.
	Message string `json:"message"`
	// Suffix to be added to the claim. Required for OtpAuthentication, PasswordAuthentication and Reason remedy methods.
	ClaimSuffix *string `json:"claimSuffix,omitempty"`
	// MFA Provider Id or Identity Provider Id. Required for some remedy method.
	ProviderId *string `json:"providerId,omitempty"`
}

RemedyMethod struct for RemedyMethod

func NewRemedyMethod ¶

func NewRemedyMethod(type_ string, message string) *RemedyMethod

NewRemedyMethod instantiates a new RemedyMethod object This constructor will assign default values to properties that have it defined, 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 NewRemedyMethodWithDefaults ¶

func NewRemedyMethodWithDefaults() *RemedyMethod

NewRemedyMethodWithDefaults instantiates a new RemedyMethod object This 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 (*RemedyMethod) GetClaimSuffix ¶

func (o *RemedyMethod) GetClaimSuffix() string

GetClaimSuffix returns the ClaimSuffix field value if set, zero value otherwise.

func (*RemedyMethod) GetClaimSuffixOk ¶

func (o *RemedyMethod) GetClaimSuffixOk() (*string, bool)

GetClaimSuffixOk returns a tuple with the ClaimSuffix field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RemedyMethod) GetMessage ¶

func (o *RemedyMethod) GetMessage() string

GetMessage returns the Message field value

func (*RemedyMethod) GetMessageOk ¶

func (o *RemedyMethod) GetMessageOk() (*string, bool)

GetMessageOk returns a tuple with the Message field value and a boolean to check if the value has been set.

func (*RemedyMethod) GetProviderId ¶

func (o *RemedyMethod) GetProviderId() string

GetProviderId returns the ProviderId field value if set, zero value otherwise.

func (*RemedyMethod) GetProviderIdOk ¶

func (o *RemedyMethod) GetProviderIdOk() (*string, bool)

GetProviderIdOk returns a tuple with the ProviderId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RemedyMethod) GetType ¶

func (o *RemedyMethod) GetType() string

GetType returns the Type field value

func (*RemedyMethod) GetTypeOk ¶

func (o *RemedyMethod) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (*RemedyMethod) HasClaimSuffix ¶

func (o *RemedyMethod) HasClaimSuffix() bool

HasClaimSuffix returns a boolean if a field has been set.

func (*RemedyMethod) HasProviderId ¶

func (o *RemedyMethod) HasProviderId() bool

HasProviderId returns a boolean if a field has been set.

func (RemedyMethod) MarshalJSON ¶

func (o RemedyMethod) MarshalJSON() ([]byte, error)

func (*RemedyMethod) SetClaimSuffix ¶

func (o *RemedyMethod) SetClaimSuffix(v string)

SetClaimSuffix gets a reference to the given string and assigns it to the ClaimSuffix field.

func (*RemedyMethod) SetMessage ¶

func (o *RemedyMethod) SetMessage(v string)

SetMessage sets field value

func (*RemedyMethod) SetProviderId ¶

func (o *RemedyMethod) SetProviderId(v string)

SetProviderId gets a reference to the given string and assigns it to the ProviderId field.

func (*RemedyMethod) SetType ¶

func (o *RemedyMethod) SetType(v string)

SetType sets field value

type ResultList ¶

type ResultList struct {
	// 'The range applied to the list. Format: -/. 3-5/8 means, out of 8 count (query affects the total), the items between (including) the 3rd and the 5th are returned.'
	Range *string `json:"range,omitempty"`
	// The field name used to sort the list.
	OrderBy *string `json:"orderBy,omitempty"`
	// Whether the sorting is applied descending or ascending.
	Descending *bool `json:"descending,omitempty"`
	// The queries applied to the list.
	Queries []string `json:"queries,omitempty"`
	// The filters applied to the list.
	FilterBy []FilterBy `json:"filterBy,omitempty"`
}

ResultList struct for ResultList

func NewResultList ¶

func NewResultList() *ResultList

NewResultList instantiates a new ResultList object This constructor will assign default values to properties that have it defined, 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 NewResultListWithDefaults ¶

func NewResultListWithDefaults() *ResultList

NewResultListWithDefaults instantiates a new ResultList object This 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 (*ResultList) GetDescending ¶

func (o *ResultList) GetDescending() bool

GetDescending returns the Descending field value if set, zero value otherwise.

func (*ResultList) GetDescendingOk ¶

func (o *ResultList) GetDescendingOk() (*bool, bool)

GetDescendingOk returns a tuple with the Descending field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ResultList) GetFilterBy ¶

func (o *ResultList) GetFilterBy() []FilterBy

GetFilterBy returns the FilterBy field value if set, zero value otherwise.

func (*ResultList) GetFilterByOk ¶

func (o *ResultList) GetFilterByOk() ([]FilterBy, bool)

GetFilterByOk returns a tuple with the FilterBy field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ResultList) GetOrderBy ¶

func (o *ResultList) GetOrderBy() string

GetOrderBy returns the OrderBy field value if set, zero value otherwise.

func (*ResultList) GetOrderByOk ¶

func (o *ResultList) GetOrderByOk() (*string, bool)

GetOrderByOk returns a tuple with the OrderBy field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ResultList) GetQueries ¶

func (o *ResultList) GetQueries() []string

GetQueries returns the Queries field value if set, zero value otherwise.

func (*ResultList) GetQueriesOk ¶

func (o *ResultList) GetQueriesOk() ([]string, bool)

GetQueriesOk returns a tuple with the Queries field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ResultList) GetRange ¶

func (o *ResultList) GetRange() string

GetRange returns the Range field value if set, zero value otherwise.

func (*ResultList) GetRangeOk ¶

func (o *ResultList) GetRangeOk() (*string, bool)

GetRangeOk returns a tuple with the Range field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ResultList) HasDescending ¶

func (o *ResultList) HasDescending() bool

HasDescending returns a boolean if a field has been set.

func (*ResultList) HasFilterBy ¶

func (o *ResultList) HasFilterBy() bool

HasFilterBy returns a boolean if a field has been set.

func (*ResultList) HasOrderBy ¶

func (o *ResultList) HasOrderBy() bool

HasOrderBy returns a boolean if a field has been set.

func (*ResultList) HasQueries ¶

func (o *ResultList) HasQueries() bool

HasQueries returns a boolean if a field has been set.

func (*ResultList) HasRange ¶

func (o *ResultList) HasRange() bool

HasRange returns a boolean if a field has been set.

func (ResultList) MarshalJSON ¶

func (o ResultList) MarshalJSON() ([]byte, error)

func (*ResultList) SetDescending ¶

func (o *ResultList) SetDescending(v bool)

SetDescending gets a reference to the given bool and assigns it to the Descending field.

func (*ResultList) SetFilterBy ¶

func (o *ResultList) SetFilterBy(v []FilterBy)

SetFilterBy gets a reference to the given []FilterBy and assigns it to the FilterBy field.

func (*ResultList) SetOrderBy ¶

func (o *ResultList) SetOrderBy(v string)

SetOrderBy gets a reference to the given string and assigns it to the OrderBy field.

func (*ResultList) SetQueries ¶

func (o *ResultList) SetQueries(v []string)

SetQueries gets a reference to the given []string and assigns it to the Queries field.

func (*ResultList) SetRange ¶

func (o *ResultList) SetRange(v string)

SetRange gets a reference to the given string and assigns it to the Range field.

type ResultListAllOf ¶

type ResultListAllOf struct {
	// The queries applied to the list.
	Queries []string `json:"queries,omitempty"`
	// The filters applied to the list.
	FilterBy []FilterBy `json:"filterBy,omitempty"`
}

ResultListAllOf struct for ResultListAllOf

func NewResultListAllOf ¶

func NewResultListAllOf() *ResultListAllOf

NewResultListAllOf instantiates a new ResultListAllOf object This constructor will assign default values to properties that have it defined, 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 NewResultListAllOfWithDefaults ¶

func NewResultListAllOfWithDefaults() *ResultListAllOf

NewResultListAllOfWithDefaults instantiates a new ResultListAllOf object This 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 (*ResultListAllOf) GetFilterBy ¶

func (o *ResultListAllOf) GetFilterBy() []FilterBy

GetFilterBy returns the FilterBy field value if set, zero value otherwise.

func (*ResultListAllOf) GetFilterByOk ¶

func (o *ResultListAllOf) GetFilterByOk() ([]FilterBy, bool)

GetFilterByOk returns a tuple with the FilterBy field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ResultListAllOf) GetQueries ¶

func (o *ResultListAllOf) GetQueries() []string

GetQueries returns the Queries field value if set, zero value otherwise.

func (*ResultListAllOf) GetQueriesOk ¶

func (o *ResultListAllOf) GetQueriesOk() ([]string, bool)

GetQueriesOk returns a tuple with the Queries field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ResultListAllOf) HasFilterBy ¶

func (o *ResultListAllOf) HasFilterBy() bool

HasFilterBy returns a boolean if a field has been set.

func (*ResultListAllOf) HasQueries ¶

func (o *ResultListAllOf) HasQueries() bool

HasQueries returns a boolean if a field has been set.

func (ResultListAllOf) MarshalJSON ¶

func (o ResultListAllOf) MarshalJSON() ([]byte, error)

func (*ResultListAllOf) SetFilterBy ¶

func (o *ResultListAllOf) SetFilterBy(v []FilterBy)

SetFilterBy gets a reference to the given []FilterBy and assigns it to the FilterBy field.

func (*ResultListAllOf) SetQueries ¶

func (o *ResultListAllOf) SetQueries(v []string)

SetQueries gets a reference to the given []string and assigns it to the Queries field.

type ResultListBase ¶

type ResultListBase struct {
	// 'The range applied to the list. Format: -/. 3-5/8 means, out of 8 count (query affects the total), the items between (including) the 3rd and the 5th are returned.'
	Range *string `json:"range,omitempty"`
	// The field name used to sort the list.
	OrderBy *string `json:"orderBy,omitempty"`
	// Whether the sorting is applied descending or ascending.
	Descending *bool `json:"descending,omitempty"`
}

ResultListBase struct for ResultListBase

func NewResultListBase ¶

func NewResultListBase() *ResultListBase

NewResultListBase instantiates a new ResultListBase object This constructor will assign default values to properties that have it defined, 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 NewResultListBaseWithDefaults ¶

func NewResultListBaseWithDefaults() *ResultListBase

NewResultListBaseWithDefaults instantiates a new ResultListBase object This 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 (*ResultListBase) GetDescending ¶

func (o *ResultListBase) GetDescending() bool

GetDescending returns the Descending field value if set, zero value otherwise.

func (*ResultListBase) GetDescendingOk ¶

func (o *ResultListBase) GetDescendingOk() (*bool, bool)

GetDescendingOk returns a tuple with the Descending field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ResultListBase) GetOrderBy ¶

func (o *ResultListBase) GetOrderBy() string

GetOrderBy returns the OrderBy field value if set, zero value otherwise.

func (*ResultListBase) GetOrderByOk ¶

func (o *ResultListBase) GetOrderByOk() (*string, bool)

GetOrderByOk returns a tuple with the OrderBy field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ResultListBase) GetRange ¶

func (o *ResultListBase) GetRange() string

GetRange returns the Range field value if set, zero value otherwise.

func (*ResultListBase) GetRangeOk ¶

func (o *ResultListBase) GetRangeOk() (*string, bool)

GetRangeOk returns a tuple with the Range field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ResultListBase) HasDescending ¶

func (o *ResultListBase) HasDescending() bool

HasDescending returns a boolean if a field has been set.

func (*ResultListBase) HasOrderBy ¶

func (o *ResultListBase) HasOrderBy() bool

HasOrderBy returns a boolean if a field has been set.

func (*ResultListBase) HasRange ¶

func (o *ResultListBase) HasRange() bool

HasRange returns a boolean if a field has been set.

func (ResultListBase) MarshalJSON ¶

func (o ResultListBase) MarshalJSON() ([]byte, error)

func (*ResultListBase) SetDescending ¶

func (o *ResultListBase) SetDescending(v bool)

SetDescending gets a reference to the given bool and assigns it to the Descending field.

func (*ResultListBase) SetOrderBy ¶

func (o *ResultListBase) SetOrderBy(v string)

SetOrderBy gets a reference to the given string and assigns it to the OrderBy field.

func (*ResultListBase) SetRange ¶

func (o *ResultListBase) SetRange(v string)

SetRange gets a reference to the given string and assigns it to the Range field.

type ResultListWithoutFilterBy ¶

type ResultListWithoutFilterBy struct {
	// The queries applied to the list.
	Queries []string `json:"queries,omitempty"`
	// 'The range applied to the list. Format: -/. 3-5/8 means, out of 8 count (query affects the total), the items between (including) the 3rd and the 5th are returned.'
	Range *string `json:"range,omitempty"`
	// The field name used to sort the list.
	OrderBy *string `json:"orderBy,omitempty"`
	// Whether the sorting is applied descending or ascending.
	Descending *bool `json:"descending,omitempty"`
}

ResultListWithoutFilterBy struct for ResultListWithoutFilterBy

func NewResultListWithoutFilterBy ¶

func NewResultListWithoutFilterBy() *ResultListWithoutFilterBy

NewResultListWithoutFilterBy instantiates a new ResultListWithoutFilterBy object This constructor will assign default values to properties that have it defined, 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 NewResultListWithoutFilterByWithDefaults ¶

func NewResultListWithoutFilterByWithDefaults() *ResultListWithoutFilterBy

NewResultListWithoutFilterByWithDefaults instantiates a new ResultListWithoutFilterBy object This 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 (*ResultListWithoutFilterBy) GetDescending ¶

func (o *ResultListWithoutFilterBy) GetDescending() bool

GetDescending returns the Descending field value if set, zero value otherwise.

func (*ResultListWithoutFilterBy) GetDescendingOk ¶

func (o *ResultListWithoutFilterBy) GetDescendingOk() (*bool, bool)

GetDescendingOk returns a tuple with the Descending field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ResultListWithoutFilterBy) GetOrderBy ¶

func (o *ResultListWithoutFilterBy) GetOrderBy() string

GetOrderBy returns the OrderBy field value if set, zero value otherwise.

func (*ResultListWithoutFilterBy) GetOrderByOk ¶

func (o *ResultListWithoutFilterBy) GetOrderByOk() (*string, bool)

GetOrderByOk returns a tuple with the OrderBy field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ResultListWithoutFilterBy) GetQueries ¶

func (o *ResultListWithoutFilterBy) GetQueries() []string

GetQueries returns the Queries field value if set, zero value otherwise.

func (*ResultListWithoutFilterBy) GetQueriesOk ¶

func (o *ResultListWithoutFilterBy) GetQueriesOk() ([]string, bool)

GetQueriesOk returns a tuple with the Queries field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ResultListWithoutFilterBy) GetRange ¶

func (o *ResultListWithoutFilterBy) GetRange() string

GetRange returns the Range field value if set, zero value otherwise.

func (*ResultListWithoutFilterBy) GetRangeOk ¶

func (o *ResultListWithoutFilterBy) GetRangeOk() (*string, bool)

GetRangeOk returns a tuple with the Range field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ResultListWithoutFilterBy) HasDescending ¶

func (o *ResultListWithoutFilterBy) HasDescending() bool

HasDescending returns a boolean if a field has been set.

func (*ResultListWithoutFilterBy) HasOrderBy ¶

func (o *ResultListWithoutFilterBy) HasOrderBy() bool

HasOrderBy returns a boolean if a field has been set.

func (*ResultListWithoutFilterBy) HasQueries ¶

func (o *ResultListWithoutFilterBy) HasQueries() bool

HasQueries returns a boolean if a field has been set.

func (*ResultListWithoutFilterBy) HasRange ¶

func (o *ResultListWithoutFilterBy) HasRange() bool

HasRange returns a boolean if a field has been set.

func (ResultListWithoutFilterBy) MarshalJSON ¶

func (o ResultListWithoutFilterBy) MarshalJSON() ([]byte, error)

func (*ResultListWithoutFilterBy) SetDescending ¶

func (o *ResultListWithoutFilterBy) SetDescending(v bool)

SetDescending gets a reference to the given bool and assigns it to the Descending field.

func (*ResultListWithoutFilterBy) SetOrderBy ¶

func (o *ResultListWithoutFilterBy) SetOrderBy(v string)

SetOrderBy gets a reference to the given string and assigns it to the OrderBy field.

func (*ResultListWithoutFilterBy) SetQueries ¶

func (o *ResultListWithoutFilterBy) SetQueries(v []string)

SetQueries gets a reference to the given []string and assigns it to the Queries field.

func (*ResultListWithoutFilterBy) SetRange ¶

func (o *ResultListWithoutFilterBy) SetRange(v string)

SetRange gets a reference to the given string and assigns it to the Range field.

type RingfenceRule ¶

type RingfenceRule struct {
	// ID of the object.
	Id *string `json:"id,omitempty"`
	// Name of the object.
	Name string `json:"name"`
	// Notes for the object. Used for documentation purposes.
	Notes *string `json:"notes,omitempty"`
	// Create date.
	Created *time.Time `json:"created,omitempty"`
	// Last update date.
	Updated *time.Time `json:"updated,omitempty"`
	// Array of tags.
	Tags []string `json:"tags,omitempty"`
	// List of all ringfence actions in this Ringfence Rule.
	Actions []RingfenceRuleAllOfActions `json:"actions"`
}

RingfenceRule struct for RingfenceRule

func NewRingfenceRule ¶

func NewRingfenceRule(name string, actions []RingfenceRuleAllOfActions) *RingfenceRule

NewRingfenceRule instantiates a new RingfenceRule object This constructor will assign default values to properties that have it defined, 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 NewRingfenceRuleWithDefaults ¶

func NewRingfenceRuleWithDefaults() *RingfenceRule

NewRingfenceRuleWithDefaults instantiates a new RingfenceRule object This 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 (*RingfenceRule) GetActions ¶

func (o *RingfenceRule) GetActions() []RingfenceRuleAllOfActions

GetActions returns the Actions field value

func (*RingfenceRule) GetActionsOk ¶

func (o *RingfenceRule) GetActionsOk() ([]RingfenceRuleAllOfActions, bool)

GetActionsOk returns a tuple with the Actions field value and a boolean to check if the value has been set.

func (*RingfenceRule) GetCreated ¶

func (o *RingfenceRule) GetCreated() time.Time

GetCreated returns the Created field value if set, zero value otherwise.

func (*RingfenceRule) GetCreatedOk ¶

func (o *RingfenceRule) GetCreatedOk() (*time.Time, bool)

GetCreatedOk returns a tuple with the Created field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RingfenceRule) GetId ¶

func (o *RingfenceRule) GetId() string

GetId returns the Id field value if set, zero value otherwise.

func (*RingfenceRule) GetIdOk ¶

func (o *RingfenceRule) 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 (*RingfenceRule) GetName ¶

func (o *RingfenceRule) GetName() string

GetName returns the Name field value

func (*RingfenceRule) GetNameOk ¶

func (o *RingfenceRule) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.

func (*RingfenceRule) GetNotes ¶

func (o *RingfenceRule) GetNotes() string

GetNotes returns the Notes field value if set, zero value otherwise.

func (*RingfenceRule) GetNotesOk ¶

func (o *RingfenceRule) GetNotesOk() (*string, bool)

GetNotesOk returns a tuple with the Notes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RingfenceRule) GetTags ¶

func (o *RingfenceRule) GetTags() []string

GetTags returns the Tags field value if set, zero value otherwise.

func (*RingfenceRule) GetTagsOk ¶

func (o *RingfenceRule) GetTagsOk() ([]string, bool)

GetTagsOk returns a tuple with the Tags field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RingfenceRule) GetUpdated ¶

func (o *RingfenceRule) GetUpdated() time.Time

GetUpdated returns the Updated field value if set, zero value otherwise.

func (*RingfenceRule) GetUpdatedOk ¶

func (o *RingfenceRule) GetUpdatedOk() (*time.Time, bool)

GetUpdatedOk returns a tuple with the Updated field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RingfenceRule) HasCreated ¶

func (o *RingfenceRule) HasCreated() bool

HasCreated returns a boolean if a field has been set.

func (*RingfenceRule) HasId ¶

func (o *RingfenceRule) HasId() bool

HasId returns a boolean if a field has been set.

func (*RingfenceRule) HasNotes ¶

func (o *RingfenceRule) HasNotes() bool

HasNotes returns a boolean if a field has been set.

func (*RingfenceRule) HasTags ¶

func (o *RingfenceRule) HasTags() bool

HasTags returns a boolean if a field has been set.

func (*RingfenceRule) HasUpdated ¶

func (o *RingfenceRule) HasUpdated() bool

HasUpdated returns a boolean if a field has been set.

func (RingfenceRule) MarshalJSON ¶

func (o RingfenceRule) MarshalJSON() ([]byte, error)

func (*RingfenceRule) SetActions ¶

func (o *RingfenceRule) SetActions(v []RingfenceRuleAllOfActions)

SetActions sets field value

func (*RingfenceRule) SetCreated ¶

func (o *RingfenceRule) SetCreated(v time.Time)

SetCreated gets a reference to the given time.Time and assigns it to the Created field.

func (*RingfenceRule) SetId ¶

func (o *RingfenceRule) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*RingfenceRule) SetName ¶

func (o *RingfenceRule) SetName(v string)

SetName sets field value

func (*RingfenceRule) SetNotes ¶

func (o *RingfenceRule) SetNotes(v string)

SetNotes gets a reference to the given string and assigns it to the Notes field.

func (*RingfenceRule) SetTags ¶

func (o *RingfenceRule) SetTags(v []string)

SetTags gets a reference to the given []string and assigns it to the Tags field.

func (*RingfenceRule) SetUpdated ¶

func (o *RingfenceRule) SetUpdated(v time.Time)

SetUpdated gets a reference to the given time.Time and assigns it to the Updated field.

type RingfenceRuleAllOf ¶

type RingfenceRuleAllOf struct {
	// List of all ringfence actions in this Ringfence Rule.
	Actions []RingfenceRuleAllOfActions `json:"actions"`
}

RingfenceRuleAllOf Represents an Ringfence Rule.

func NewRingfenceRuleAllOf ¶

func NewRingfenceRuleAllOf(actions []RingfenceRuleAllOfActions) *RingfenceRuleAllOf

NewRingfenceRuleAllOf instantiates a new RingfenceRuleAllOf object This constructor will assign default values to properties that have it defined, 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 NewRingfenceRuleAllOfWithDefaults ¶

func NewRingfenceRuleAllOfWithDefaults() *RingfenceRuleAllOf

NewRingfenceRuleAllOfWithDefaults instantiates a new RingfenceRuleAllOf object This 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 (*RingfenceRuleAllOf) GetActions ¶

GetActions returns the Actions field value

func (*RingfenceRuleAllOf) GetActionsOk ¶

func (o *RingfenceRuleAllOf) GetActionsOk() ([]RingfenceRuleAllOfActions, bool)

GetActionsOk returns a tuple with the Actions field value and a boolean to check if the value has been set.

func (RingfenceRuleAllOf) MarshalJSON ¶

func (o RingfenceRuleAllOf) MarshalJSON() ([]byte, error)

func (*RingfenceRuleAllOf) SetActions ¶

func (o *RingfenceRuleAllOf) SetActions(v []RingfenceRuleAllOfActions)

SetActions sets field value

type RingfenceRuleAllOfActions ¶

type RingfenceRuleAllOfActions struct {
	// Protocol of the ringfence action.
	Protocol string `json:"protocol"`
	// The direction of the action
	Direction string `json:"direction"`
	// Applied action to the traffic.
	Action string `json:"action"`
	// Destination address. IP address or hostname.
	Hosts []string `json:"hosts"`
	// Destination port. Multiple ports can be entered comma separated. Port ranges can be entered dash separated. Only valid for tcp and udp subtypes.
	Ports []string `json:"ports,omitempty"`
	// ICMP type. Only valid for icmp protocol.
	Types []string `json:"types,omitempty"`
}

RingfenceRuleAllOfActions struct for RingfenceRuleAllOfActions

func NewRingfenceRuleAllOfActions ¶

func NewRingfenceRuleAllOfActions(protocol string, direction string, action string, hosts []string) *RingfenceRuleAllOfActions

NewRingfenceRuleAllOfActions instantiates a new RingfenceRuleAllOfActions object This constructor will assign default values to properties that have it defined, 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 NewRingfenceRuleAllOfActionsWithDefaults ¶

func NewRingfenceRuleAllOfActionsWithDefaults() *RingfenceRuleAllOfActions

NewRingfenceRuleAllOfActionsWithDefaults instantiates a new RingfenceRuleAllOfActions object This 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 (*RingfenceRuleAllOfActions) GetAction ¶

func (o *RingfenceRuleAllOfActions) GetAction() string

GetAction returns the Action field value

func (*RingfenceRuleAllOfActions) GetActionOk ¶

func (o *RingfenceRuleAllOfActions) GetActionOk() (*string, bool)

GetActionOk returns a tuple with the Action field value and a boolean to check if the value has been set.

func (*RingfenceRuleAllOfActions) GetDirection ¶

func (o *RingfenceRuleAllOfActions) GetDirection() string

GetDirection returns the Direction field value

func (*RingfenceRuleAllOfActions) GetDirectionOk ¶

func (o *RingfenceRuleAllOfActions) GetDirectionOk() (*string, bool)

GetDirectionOk returns a tuple with the Direction field value and a boolean to check if the value has been set.

func (*RingfenceRuleAllOfActions) GetHosts ¶

func (o *RingfenceRuleAllOfActions) GetHosts() []string

GetHosts returns the Hosts field value

func (*RingfenceRuleAllOfActions) GetHostsOk ¶

func (o *RingfenceRuleAllOfActions) GetHostsOk() ([]string, bool)

GetHostsOk returns a tuple with the Hosts field value and a boolean to check if the value has been set.

func (*RingfenceRuleAllOfActions) GetPorts ¶

func (o *RingfenceRuleAllOfActions) GetPorts() []string

GetPorts returns the Ports field value if set, zero value otherwise.

func (*RingfenceRuleAllOfActions) GetPortsOk ¶

func (o *RingfenceRuleAllOfActions) GetPortsOk() ([]string, bool)

GetPortsOk returns a tuple with the Ports field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RingfenceRuleAllOfActions) GetProtocol ¶

func (o *RingfenceRuleAllOfActions) GetProtocol() string

GetProtocol returns the Protocol field value

func (*RingfenceRuleAllOfActions) GetProtocolOk ¶

func (o *RingfenceRuleAllOfActions) GetProtocolOk() (*string, bool)

GetProtocolOk returns a tuple with the Protocol field value and a boolean to check if the value has been set.

func (*RingfenceRuleAllOfActions) GetTypes ¶

func (o *RingfenceRuleAllOfActions) GetTypes() []string

GetTypes returns the Types field value if set, zero value otherwise.

func (*RingfenceRuleAllOfActions) GetTypesOk ¶

func (o *RingfenceRuleAllOfActions) GetTypesOk() ([]string, bool)

GetTypesOk returns a tuple with the Types field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RingfenceRuleAllOfActions) HasPorts ¶

func (o *RingfenceRuleAllOfActions) HasPorts() bool

HasPorts returns a boolean if a field has been set.

func (*RingfenceRuleAllOfActions) HasTypes ¶

func (o *RingfenceRuleAllOfActions) HasTypes() bool

HasTypes returns a boolean if a field has been set.

func (RingfenceRuleAllOfActions) MarshalJSON ¶

func (o RingfenceRuleAllOfActions) MarshalJSON() ([]byte, error)

func (*RingfenceRuleAllOfActions) SetAction ¶

func (o *RingfenceRuleAllOfActions) SetAction(v string)

SetAction sets field value

func (*RingfenceRuleAllOfActions) SetDirection ¶

func (o *RingfenceRuleAllOfActions) SetDirection(v string)

SetDirection sets field value

func (*RingfenceRuleAllOfActions) SetHosts ¶

func (o *RingfenceRuleAllOfActions) SetHosts(v []string)

SetHosts sets field value

func (*RingfenceRuleAllOfActions) SetPorts ¶

func (o *RingfenceRuleAllOfActions) SetPorts(v []string)

SetPorts gets a reference to the given []string and assigns it to the Ports field.

func (*RingfenceRuleAllOfActions) SetProtocol ¶

func (o *RingfenceRuleAllOfActions) SetProtocol(v string)

SetProtocol sets field value

func (*RingfenceRuleAllOfActions) SetTypes ¶

func (o *RingfenceRuleAllOfActions) SetTypes(v []string)

SetTypes gets a reference to the given []string and assigns it to the Types field.

type RingfenceRuleList ¶

type RingfenceRuleList struct {
	// 'The range applied to the list. Format: -/. 3-5/8 means, out of 8 count (query affects the total), the items between (including) the 3rd and the 5th are returned.'
	Range *string `json:"range,omitempty"`
	// The field name used to sort the list.
	OrderBy *string `json:"orderBy,omitempty"`
	// Whether the sorting is applied descending or ascending.
	Descending *bool `json:"descending,omitempty"`
	// The queries applied to the list.
	Queries []string `json:"queries,omitempty"`
	// The filters applied to the list.
	FilterBy []FilterBy `json:"filterBy,omitempty"`
	// List of Ringfence Rules.
	Data []RingfenceRule `json:"data,omitempty"`
}

RingfenceRuleList struct for RingfenceRuleList

func NewRingfenceRuleList ¶

func NewRingfenceRuleList() *RingfenceRuleList

NewRingfenceRuleList instantiates a new RingfenceRuleList object This constructor will assign default values to properties that have it defined, 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 NewRingfenceRuleListWithDefaults ¶

func NewRingfenceRuleListWithDefaults() *RingfenceRuleList

NewRingfenceRuleListWithDefaults instantiates a new RingfenceRuleList object This 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 (*RingfenceRuleList) GetData ¶

func (o *RingfenceRuleList) GetData() []RingfenceRule

GetData returns the Data field value if set, zero value otherwise.

func (*RingfenceRuleList) GetDataOk ¶

func (o *RingfenceRuleList) GetDataOk() ([]RingfenceRule, bool)

GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RingfenceRuleList) GetDescending ¶

func (o *RingfenceRuleList) GetDescending() bool

GetDescending returns the Descending field value if set, zero value otherwise.

func (*RingfenceRuleList) GetDescendingOk ¶

func (o *RingfenceRuleList) GetDescendingOk() (*bool, bool)

GetDescendingOk returns a tuple with the Descending field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RingfenceRuleList) GetFilterBy ¶

func (o *RingfenceRuleList) GetFilterBy() []FilterBy

GetFilterBy returns the FilterBy field value if set, zero value otherwise.

func (*RingfenceRuleList) GetFilterByOk ¶

func (o *RingfenceRuleList) GetFilterByOk() ([]FilterBy, bool)

GetFilterByOk returns a tuple with the FilterBy field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RingfenceRuleList) GetOrderBy ¶

func (o *RingfenceRuleList) GetOrderBy() string

GetOrderBy returns the OrderBy field value if set, zero value otherwise.

func (*RingfenceRuleList) GetOrderByOk ¶

func (o *RingfenceRuleList) GetOrderByOk() (*string, bool)

GetOrderByOk returns a tuple with the OrderBy field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RingfenceRuleList) GetQueries ¶

func (o *RingfenceRuleList) GetQueries() []string

GetQueries returns the Queries field value if set, zero value otherwise.

func (*RingfenceRuleList) GetQueriesOk ¶

func (o *RingfenceRuleList) GetQueriesOk() ([]string, bool)

GetQueriesOk returns a tuple with the Queries field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RingfenceRuleList) GetRange ¶

func (o *RingfenceRuleList) GetRange() string

GetRange returns the Range field value if set, zero value otherwise.

func (*RingfenceRuleList) GetRangeOk ¶

func (o *RingfenceRuleList) GetRangeOk() (*string, bool)

GetRangeOk returns a tuple with the Range field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RingfenceRuleList) HasData ¶

func (o *RingfenceRuleList) HasData() bool

HasData returns a boolean if a field has been set.

func (*RingfenceRuleList) HasDescending ¶

func (o *RingfenceRuleList) HasDescending() bool

HasDescending returns a boolean if a field has been set.

func (*RingfenceRuleList) HasFilterBy ¶

func (o *RingfenceRuleList) HasFilterBy() bool

HasFilterBy returns a boolean if a field has been set.

func (*RingfenceRuleList) HasOrderBy ¶

func (o *RingfenceRuleList) HasOrderBy() bool

HasOrderBy returns a boolean if a field has been set.

func (*RingfenceRuleList) HasQueries ¶

func (o *RingfenceRuleList) HasQueries() bool

HasQueries returns a boolean if a field has been set.

func (*RingfenceRuleList) HasRange ¶

func (o *RingfenceRuleList) HasRange() bool

HasRange returns a boolean if a field has been set.

func (RingfenceRuleList) MarshalJSON ¶

func (o RingfenceRuleList) MarshalJSON() ([]byte, error)

func (*RingfenceRuleList) SetData ¶

func (o *RingfenceRuleList) SetData(v []RingfenceRule)

SetData gets a reference to the given []RingfenceRule and assigns it to the Data field.

func (*RingfenceRuleList) SetDescending ¶

func (o *RingfenceRuleList) SetDescending(v bool)

SetDescending gets a reference to the given bool and assigns it to the Descending field.

func (*RingfenceRuleList) SetFilterBy ¶

func (o *RingfenceRuleList) SetFilterBy(v []FilterBy)

SetFilterBy gets a reference to the given []FilterBy and assigns it to the FilterBy field.

func (*RingfenceRuleList) SetOrderBy ¶

func (o *RingfenceRuleList) SetOrderBy(v string)

SetOrderBy gets a reference to the given string and assigns it to the OrderBy field.

func (*RingfenceRuleList) SetQueries ¶

func (o *RingfenceRuleList) SetQueries(v []string)

SetQueries gets a reference to the given []string and assigns it to the Queries field.

func (*RingfenceRuleList) SetRange ¶

func (o *RingfenceRuleList) SetRange(v string)

SetRange gets a reference to the given string and assigns it to the Range field.

type RingfenceRuleListAllOf ¶

type RingfenceRuleListAllOf struct {
	// List of Ringfence Rules.
	Data []RingfenceRule `json:"data,omitempty"`
}

RingfenceRuleListAllOf Represents a list of Ringfence Rules.

func NewRingfenceRuleListAllOf ¶

func NewRingfenceRuleListAllOf() *RingfenceRuleListAllOf

NewRingfenceRuleListAllOf instantiates a new RingfenceRuleListAllOf object This constructor will assign default values to properties that have it defined, 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 NewRingfenceRuleListAllOfWithDefaults ¶

func NewRingfenceRuleListAllOfWithDefaults() *RingfenceRuleListAllOf

NewRingfenceRuleListAllOfWithDefaults instantiates a new RingfenceRuleListAllOf object This 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 (*RingfenceRuleListAllOf) GetData ¶

func (o *RingfenceRuleListAllOf) GetData() []RingfenceRule

GetData returns the Data field value if set, zero value otherwise.

func (*RingfenceRuleListAllOf) GetDataOk ¶

func (o *RingfenceRuleListAllOf) GetDataOk() ([]RingfenceRule, bool)

GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RingfenceRuleListAllOf) HasData ¶

func (o *RingfenceRuleListAllOf) HasData() bool

HasData returns a boolean if a field has been set.

func (RingfenceRuleListAllOf) MarshalJSON ¶

func (o RingfenceRuleListAllOf) MarshalJSON() ([]byte, error)

func (*RingfenceRuleListAllOf) SetData ¶

func (o *RingfenceRuleListAllOf) SetData(v []RingfenceRule)

SetData gets a reference to the given []RingfenceRule and assigns it to the Data field.

type RingfenceRulesApiService ¶

type RingfenceRulesApiService service

RingfenceRulesApiService RingfenceRulesApi service

func (*RingfenceRulesApiService) RingfenceRulesGet ¶

RingfenceRulesGet List all Ringfence Rules.

List all Ringfence Rules visible to current user.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiRingfenceRulesGetRequest

func (*RingfenceRulesApiService) RingfenceRulesGetExecute ¶

Execute executes the request

@return RingfenceRuleList

func (*RingfenceRulesApiService) RingfenceRulesIdDelete ¶

RingfenceRulesIdDelete Delete a specific Ringfence Rule.

Delete a specific Ringfence Rule.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id ID of the object.
@return ApiRingfenceRulesIdDeleteRequest

func (*RingfenceRulesApiService) RingfenceRulesIdDeleteExecute ¶

func (a *RingfenceRulesApiService) RingfenceRulesIdDeleteExecute(r ApiRingfenceRulesIdDeleteRequest) (*http.Response, error)

Execute executes the request

func (*RingfenceRulesApiService) RingfenceRulesIdGet ¶

RingfenceRulesIdGet Get a specific Ringfence Rule.

Get a specific Ringfence Rule.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id ID of the object.
@return ApiRingfenceRulesIdGetRequest

func (*RingfenceRulesApiService) RingfenceRulesIdGetExecute ¶

Execute executes the request

@return RingfenceRule

func (*RingfenceRulesApiService) RingfenceRulesIdPut ¶

RingfenceRulesIdPut Update an existing Ringfence Rule.

Update an existing Ringfence Rule.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id ID of the object.
@return ApiRingfenceRulesIdPutRequest

func (*RingfenceRulesApiService) RingfenceRulesIdPutExecute ¶

Execute executes the request

@return RingfenceRule

func (*RingfenceRulesApiService) RingfenceRulesPost ¶

RingfenceRulesPost Create a new Ringfence Rule.

Create a new Ringfence Rule.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiRingfenceRulesPostRequest

func (*RingfenceRulesApiService) RingfenceRulesPostExecute ¶

Execute executes the request

@return RingfenceRule

type Risk ¶

type Risk struct {
	// The action to take for the risk level.
	Action *string `json:"action,omitempty"`
	// Enter to show a Display Message User Action to the user when the action is Deny.
	DenyMessage *string         `json:"denyMessage,omitempty"`
	UserAction  *RiskUserAction `json:"userAction,omitempty"`
}

Risk Risk definition.

func NewRisk ¶

func NewRisk() *Risk

NewRisk instantiates a new Risk object This constructor will assign default values to properties that have it defined, 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 NewRiskWithDefaults ¶

func NewRiskWithDefaults() *Risk

NewRiskWithDefaults instantiates a new Risk object This 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 (*Risk) GetAction ¶

func (o *Risk) GetAction() string

GetAction returns the Action field value if set, zero value otherwise.

func (*Risk) GetActionOk ¶

func (o *Risk) GetActionOk() (*string, bool)

GetActionOk returns a tuple with the Action field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Risk) GetDenyMessage ¶

func (o *Risk) GetDenyMessage() string

GetDenyMessage returns the DenyMessage field value if set, zero value otherwise.

func (*Risk) GetDenyMessageOk ¶

func (o *Risk) GetDenyMessageOk() (*string, bool)

GetDenyMessageOk returns a tuple with the DenyMessage field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Risk) GetUserAction ¶

func (o *Risk) GetUserAction() RiskUserAction

GetUserAction returns the UserAction field value if set, zero value otherwise.

func (*Risk) GetUserActionOk ¶

func (o *Risk) GetUserActionOk() (*RiskUserAction, bool)

GetUserActionOk returns a tuple with the UserAction field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Risk) HasAction ¶

func (o *Risk) HasAction() bool

HasAction returns a boolean if a field has been set.

func (*Risk) HasDenyMessage ¶

func (o *Risk) HasDenyMessage() bool

HasDenyMessage returns a boolean if a field has been set.

func (*Risk) HasUserAction ¶

func (o *Risk) HasUserAction() bool

HasUserAction returns a boolean if a field has been set.

func (Risk) MarshalJSON ¶

func (o Risk) MarshalJSON() ([]byte, error)

func (*Risk) SetAction ¶

func (o *Risk) SetAction(v string)

SetAction gets a reference to the given string and assigns it to the Action field.

func (*Risk) SetDenyMessage ¶

func (o *Risk) SetDenyMessage(v string)

SetDenyMessage gets a reference to the given string and assigns it to the DenyMessage field.

func (*Risk) SetUserAction ¶

func (o *Risk) SetUserAction(v RiskUserAction)

SetUserAction gets a reference to the given RiskUserAction and assigns it to the UserAction field.

type RiskModel ¶

type RiskModel struct {
	// ID of the rule in ZTP to use as the source of the risk score.
	ZtpRuleId         *string      `json:"ztpRuleId,omitempty"`
	LowSensitivity    *Sensitivity `json:"lowSensitivity,omitempty"`
	MediumSensitivity *Sensitivity `json:"mediumSensitivity,omitempty"`
	HighSensitivity   *Sensitivity `json:"highSensitivity,omitempty"`
}

RiskModel struct for RiskModel

func NewRiskModel ¶

func NewRiskModel() *RiskModel

NewRiskModel instantiates a new RiskModel object This constructor will assign default values to properties that have it defined, 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 NewRiskModelWithDefaults ¶

func NewRiskModelWithDefaults() *RiskModel

NewRiskModelWithDefaults instantiates a new RiskModel object This 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 (*RiskModel) GetHighSensitivity ¶

func (o *RiskModel) GetHighSensitivity() Sensitivity

GetHighSensitivity returns the HighSensitivity field value if set, zero value otherwise.

func (*RiskModel) GetHighSensitivityOk ¶

func (o *RiskModel) GetHighSensitivityOk() (*Sensitivity, bool)

GetHighSensitivityOk returns a tuple with the HighSensitivity field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RiskModel) GetLowSensitivity ¶

func (o *RiskModel) GetLowSensitivity() Sensitivity

GetLowSensitivity returns the LowSensitivity field value if set, zero value otherwise.

func (*RiskModel) GetLowSensitivityOk ¶

func (o *RiskModel) GetLowSensitivityOk() (*Sensitivity, bool)

GetLowSensitivityOk returns a tuple with the LowSensitivity field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RiskModel) GetMediumSensitivity ¶

func (o *RiskModel) GetMediumSensitivity() Sensitivity

GetMediumSensitivity returns the MediumSensitivity field value if set, zero value otherwise.

func (*RiskModel) GetMediumSensitivityOk ¶

func (o *RiskModel) GetMediumSensitivityOk() (*Sensitivity, bool)

GetMediumSensitivityOk returns a tuple with the MediumSensitivity field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RiskModel) GetZtpRuleId ¶

func (o *RiskModel) GetZtpRuleId() string

GetZtpRuleId returns the ZtpRuleId field value if set, zero value otherwise.

func (*RiskModel) GetZtpRuleIdOk ¶

func (o *RiskModel) GetZtpRuleIdOk() (*string, bool)

GetZtpRuleIdOk returns a tuple with the ZtpRuleId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RiskModel) HasHighSensitivity ¶

func (o *RiskModel) HasHighSensitivity() bool

HasHighSensitivity returns a boolean if a field has been set.

func (*RiskModel) HasLowSensitivity ¶

func (o *RiskModel) HasLowSensitivity() bool

HasLowSensitivity returns a boolean if a field has been set.

func (*RiskModel) HasMediumSensitivity ¶

func (o *RiskModel) HasMediumSensitivity() bool

HasMediumSensitivity returns a boolean if a field has been set.

func (*RiskModel) HasZtpRuleId ¶

func (o *RiskModel) HasZtpRuleId() bool

HasZtpRuleId returns a boolean if a field has been set.

func (RiskModel) MarshalJSON ¶

func (o RiskModel) MarshalJSON() ([]byte, error)

func (*RiskModel) SetHighSensitivity ¶

func (o *RiskModel) SetHighSensitivity(v Sensitivity)

SetHighSensitivity gets a reference to the given Sensitivity and assigns it to the HighSensitivity field.

func (*RiskModel) SetLowSensitivity ¶

func (o *RiskModel) SetLowSensitivity(v Sensitivity)

SetLowSensitivity gets a reference to the given Sensitivity and assigns it to the LowSensitivity field.

func (*RiskModel) SetMediumSensitivity ¶

func (o *RiskModel) SetMediumSensitivity(v Sensitivity)

SetMediumSensitivity gets a reference to the given Sensitivity and assigns it to the MediumSensitivity field.

func (*RiskModel) SetZtpRuleId ¶

func (o *RiskModel) SetZtpRuleId(v string)

SetZtpRuleId gets a reference to the given string and assigns it to the ZtpRuleId field.

type RiskModelApiService ¶

type RiskModelApiService service

RiskModelApiService RiskModelApi service

func (*RiskModelApiService) RiskModelGet ¶

RiskModelGet View the current Risk Model.

View the current Risk Model.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiRiskModelGetRequest

func (*RiskModelApiService) RiskModelGetExecute ¶

func (a *RiskModelApiService) RiskModelGetExecute(r ApiRiskModelGetRequest) (*RiskModel, *http.Response, error)

Execute executes the request

@return RiskModel

func (*RiskModelApiService) RiskModelPut ¶

RiskModelPut Update Risk Model.

Update Risk Model.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiRiskModelPutRequest

func (*RiskModelApiService) RiskModelPutExecute ¶

func (a *RiskModelApiService) RiskModelPutExecute(r ApiRiskModelPutRequest) (*http.Response, error)

Execute executes the request

type RiskUserAction ¶

type RiskUserAction struct {
	// User Action type.
	Type string `json:"type"`
	// Message to be shown to the user. Required for all remedy method.
	Message string `json:"message"`
	// Suffix to be added to the claim. Required for OtpAuthentication, PasswordAuthentication and Reason remedy methods.
	ClaimSuffix *string `json:"claimSuffix,omitempty"`
	// MFA Provider Id or Identity Provider Id. Required for some remedy method.
	ProviderId *string `json:"providerId,omitempty"`
}

RiskUserAction struct for RiskUserAction

func NewRiskUserAction ¶

func NewRiskUserAction(type_ string, message string) *RiskUserAction

NewRiskUserAction instantiates a new RiskUserAction object This constructor will assign default values to properties that have it defined, 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 NewRiskUserActionWithDefaults ¶

func NewRiskUserActionWithDefaults() *RiskUserAction

NewRiskUserActionWithDefaults instantiates a new RiskUserAction object This 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 (*RiskUserAction) GetClaimSuffix ¶

func (o *RiskUserAction) GetClaimSuffix() string

GetClaimSuffix returns the ClaimSuffix field value if set, zero value otherwise.

func (*RiskUserAction) GetClaimSuffixOk ¶

func (o *RiskUserAction) GetClaimSuffixOk() (*string, bool)

GetClaimSuffixOk returns a tuple with the ClaimSuffix field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RiskUserAction) GetMessage ¶

func (o *RiskUserAction) GetMessage() string

GetMessage returns the Message field value

func (*RiskUserAction) GetMessageOk ¶

func (o *RiskUserAction) GetMessageOk() (*string, bool)

GetMessageOk returns a tuple with the Message field value and a boolean to check if the value has been set.

func (*RiskUserAction) GetProviderId ¶

func (o *RiskUserAction) GetProviderId() string

GetProviderId returns the ProviderId field value if set, zero value otherwise.

func (*RiskUserAction) GetProviderIdOk ¶

func (o *RiskUserAction) GetProviderIdOk() (*string, bool)

GetProviderIdOk returns a tuple with the ProviderId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RiskUserAction) GetType ¶

func (o *RiskUserAction) GetType() string

GetType returns the Type field value

func (*RiskUserAction) GetTypeOk ¶

func (o *RiskUserAction) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (*RiskUserAction) HasClaimSuffix ¶

func (o *RiskUserAction) HasClaimSuffix() bool

HasClaimSuffix returns a boolean if a field has been set.

func (*RiskUserAction) HasProviderId ¶

func (o *RiskUserAction) HasProviderId() bool

HasProviderId returns a boolean if a field has been set.

func (RiskUserAction) MarshalJSON ¶

func (o RiskUserAction) MarshalJSON() ([]byte, error)

func (*RiskUserAction) SetClaimSuffix ¶

func (o *RiskUserAction) SetClaimSuffix(v string)

SetClaimSuffix gets a reference to the given string and assigns it to the ClaimSuffix field.

func (*RiskUserAction) SetMessage ¶

func (o *RiskUserAction) SetMessage(v string)

SetMessage sets field value

func (*RiskUserAction) SetProviderId ¶

func (o *RiskUserAction) SetProviderId(v string)

SetProviderId gets a reference to the given string and assigns it to the ProviderId field.

func (*RiskUserAction) SetType ¶

func (o *RiskUserAction) SetType(v string)

SetType sets field value

type RiskUserActionAllOf ¶

type RiskUserActionAllOf struct {
	// User Action type. May not be DisplayMessage or Reason for Risk Access.
	Type *string `json:"type,omitempty"`
}

RiskUserActionAllOf struct for RiskUserActionAllOf

func NewRiskUserActionAllOf ¶

func NewRiskUserActionAllOf() *RiskUserActionAllOf

NewRiskUserActionAllOf instantiates a new RiskUserActionAllOf object This constructor will assign default values to properties that have it defined, 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 NewRiskUserActionAllOfWithDefaults ¶

func NewRiskUserActionAllOfWithDefaults() *RiskUserActionAllOf

NewRiskUserActionAllOfWithDefaults instantiates a new RiskUserActionAllOf object This 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 (*RiskUserActionAllOf) GetType ¶

func (o *RiskUserActionAllOf) GetType() string

GetType returns the Type field value if set, zero value otherwise.

func (*RiskUserActionAllOf) GetTypeOk ¶

func (o *RiskUserActionAllOf) 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 (*RiskUserActionAllOf) HasType ¶

func (o *RiskUserActionAllOf) HasType() bool

HasType returns a boolean if a field has been set.

func (RiskUserActionAllOf) MarshalJSON ¶

func (o RiskUserActionAllOf) MarshalJSON() ([]byte, error)

func (*RiskUserActionAllOf) SetType ¶

func (o *RiskUserActionAllOf) SetType(v string)

SetType gets a reference to the given string and assigns it to the Type field.

type SSHConfig ¶

type SSHConfig struct {
	// Tells appliance to use the key generated by AWS or Azure.
	ProvideCloudSSHKey *bool `json:"provideCloudSSHKey,omitempty"`
	// SSH public key to allow.
	SshKey *string `json:"sshKey,omitempty"`
	// Appliance's CZ user password.
	Password *string `json:"password,omitempty"`
	// Whether the Appliance should allow customizations or not.
	AllowCustomization *bool `json:"allowCustomization,omitempty"`
	// How many days the seed should be valid for.
	ValidityDays *float32 `json:"validityDays,omitempty"`
}

SSHConfig SSH configuration during seeding.

func NewSSHConfig ¶

func NewSSHConfig() *SSHConfig

NewSSHConfig instantiates a new SSHConfig object This constructor will assign default values to properties that have it defined, 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 NewSSHConfigWithDefaults ¶

func NewSSHConfigWithDefaults() *SSHConfig

NewSSHConfigWithDefaults instantiates a new SSHConfig object This 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 (*SSHConfig) GetAllowCustomization ¶

func (o *SSHConfig) GetAllowCustomization() bool

GetAllowCustomization returns the AllowCustomization field value if set, zero value otherwise.

func (*SSHConfig) GetAllowCustomizationOk ¶

func (o *SSHConfig) GetAllowCustomizationOk() (*bool, bool)

GetAllowCustomizationOk returns a tuple with the AllowCustomization field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SSHConfig) GetPassword ¶

func (o *SSHConfig) GetPassword() string

GetPassword returns the Password field value if set, zero value otherwise.

func (*SSHConfig) GetPasswordOk ¶

func (o *SSHConfig) 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 (*SSHConfig) GetProvideCloudSSHKey ¶

func (o *SSHConfig) GetProvideCloudSSHKey() bool

GetProvideCloudSSHKey returns the ProvideCloudSSHKey field value if set, zero value otherwise.

func (*SSHConfig) GetProvideCloudSSHKeyOk ¶

func (o *SSHConfig) GetProvideCloudSSHKeyOk() (*bool, bool)

GetProvideCloudSSHKeyOk returns a tuple with the ProvideCloudSSHKey field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SSHConfig) GetSshKey ¶

func (o *SSHConfig) GetSshKey() string

GetSshKey returns the SshKey field value if set, zero value otherwise.

func (*SSHConfig) GetSshKeyOk ¶

func (o *SSHConfig) GetSshKeyOk() (*string, bool)

GetSshKeyOk returns a tuple with the SshKey field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SSHConfig) GetValidityDays ¶

func (o *SSHConfig) GetValidityDays() float32

GetValidityDays returns the ValidityDays field value if set, zero value otherwise.

func (*SSHConfig) GetValidityDaysOk ¶

func (o *SSHConfig) GetValidityDaysOk() (*float32, bool)

GetValidityDaysOk returns a tuple with the ValidityDays field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SSHConfig) HasAllowCustomization ¶

func (o *SSHConfig) HasAllowCustomization() bool

HasAllowCustomization returns a boolean if a field has been set.

func (*SSHConfig) HasPassword ¶

func (o *SSHConfig) HasPassword() bool

HasPassword returns a boolean if a field has been set.

func (*SSHConfig) HasProvideCloudSSHKey ¶

func (o *SSHConfig) HasProvideCloudSSHKey() bool

HasProvideCloudSSHKey returns a boolean if a field has been set.

func (*SSHConfig) HasSshKey ¶

func (o *SSHConfig) HasSshKey() bool

HasSshKey returns a boolean if a field has been set.

func (*SSHConfig) HasValidityDays ¶

func (o *SSHConfig) HasValidityDays() bool

HasValidityDays returns a boolean if a field has been set.

func (SSHConfig) MarshalJSON ¶

func (o SSHConfig) MarshalJSON() ([]byte, error)

func (*SSHConfig) SetAllowCustomization ¶

func (o *SSHConfig) SetAllowCustomization(v bool)

SetAllowCustomization gets a reference to the given bool and assigns it to the AllowCustomization field.

func (*SSHConfig) SetPassword ¶

func (o *SSHConfig) SetPassword(v string)

SetPassword gets a reference to the given string and assigns it to the Password field.

func (*SSHConfig) SetProvideCloudSSHKey ¶

func (o *SSHConfig) SetProvideCloudSSHKey(v bool)

SetProvideCloudSSHKey gets a reference to the given bool and assigns it to the ProvideCloudSSHKey field.

func (*SSHConfig) SetSshKey ¶

func (o *SSHConfig) SetSshKey(v string)

SetSshKey gets a reference to the given string and assigns it to the SshKey field.

func (*SSHConfig) SetValidityDays ¶

func (o *SSHConfig) SetValidityDays(v float32)

SetValidityDays gets a reference to the given float32 and assigns it to the ValidityDays field.

type SamlIdentityProviderList ¶

type SamlIdentityProviderList struct {
	// The queries applied to the list.
	Queries []string `json:"queries,omitempty"`
	// The first query applied to the list. Deprecated as of 6.0. Use queries instead.
	// Deprecated
	Query *string `json:"query,omitempty"`
	// 'The range applied to the list. Format: -/. 3-5/8 means, out of 8 count (query affects the total), the items between (including) the 3rd and the 5th are returned.'
	Range *string `json:"range,omitempty"`
	// The field name used to sort the list.
	OrderBy *string `json:"orderBy,omitempty"`
	// Whether the sorting is applied descending or ascending.
	Descending *bool `json:"descending,omitempty"`
	// The filters applied to the list.
	FilterBy []FilterBy `json:"filterBy,omitempty"`
	// List of Identity Providers.
	Data []SamlProvider `json:"data,omitempty"`
}

SamlIdentityProviderList struct for SamlIdentityProviderList

func NewSamlIdentityProviderList ¶

func NewSamlIdentityProviderList() *SamlIdentityProviderList

NewSamlIdentityProviderList instantiates a new SamlIdentityProviderList object This constructor will assign default values to properties that have it defined, 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 NewSamlIdentityProviderListWithDefaults ¶

func NewSamlIdentityProviderListWithDefaults() *SamlIdentityProviderList

NewSamlIdentityProviderListWithDefaults instantiates a new SamlIdentityProviderList object This 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 (*SamlIdentityProviderList) GetData ¶

func (o *SamlIdentityProviderList) GetData() []SamlProvider

GetData returns the Data field value if set, zero value otherwise.

func (*SamlIdentityProviderList) GetDataOk ¶

func (o *SamlIdentityProviderList) GetDataOk() ([]SamlProvider, bool)

GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SamlIdentityProviderList) GetDescending ¶

func (o *SamlIdentityProviderList) GetDescending() bool

GetDescending returns the Descending field value if set, zero value otherwise.

func (*SamlIdentityProviderList) GetDescendingOk ¶

func (o *SamlIdentityProviderList) GetDescendingOk() (*bool, bool)

GetDescendingOk returns a tuple with the Descending field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SamlIdentityProviderList) GetFilterBy ¶

func (o *SamlIdentityProviderList) GetFilterBy() []FilterBy

GetFilterBy returns the FilterBy field value if set, zero value otherwise.

func (*SamlIdentityProviderList) GetFilterByOk ¶

func (o *SamlIdentityProviderList) GetFilterByOk() ([]FilterBy, bool)

GetFilterByOk returns a tuple with the FilterBy field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SamlIdentityProviderList) GetOrderBy ¶

func (o *SamlIdentityProviderList) GetOrderBy() string

GetOrderBy returns the OrderBy field value if set, zero value otherwise.

func (*SamlIdentityProviderList) GetOrderByOk ¶

func (o *SamlIdentityProviderList) GetOrderByOk() (*string, bool)

GetOrderByOk returns a tuple with the OrderBy field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SamlIdentityProviderList) GetQueries ¶

func (o *SamlIdentityProviderList) GetQueries() []string

GetQueries returns the Queries field value if set, zero value otherwise.

func (*SamlIdentityProviderList) GetQueriesOk ¶

func (o *SamlIdentityProviderList) GetQueriesOk() ([]string, bool)

GetQueriesOk returns a tuple with the Queries field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SamlIdentityProviderList) GetQuery ¶

func (o *SamlIdentityProviderList) GetQuery() string

GetQuery returns the Query field value if set, zero value otherwise. Deprecated

func (*SamlIdentityProviderList) GetQueryOk ¶

func (o *SamlIdentityProviderList) GetQueryOk() (*string, bool)

GetQueryOk returns a tuple with the Query field value if set, nil otherwise and a boolean to check if the value has been set. Deprecated

func (*SamlIdentityProviderList) GetRange ¶

func (o *SamlIdentityProviderList) GetRange() string

GetRange returns the Range field value if set, zero value otherwise.

func (*SamlIdentityProviderList) GetRangeOk ¶

func (o *SamlIdentityProviderList) GetRangeOk() (*string, bool)

GetRangeOk returns a tuple with the Range field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SamlIdentityProviderList) HasData ¶

func (o *SamlIdentityProviderList) HasData() bool

HasData returns a boolean if a field has been set.

func (*SamlIdentityProviderList) HasDescending ¶

func (o *SamlIdentityProviderList) HasDescending() bool

HasDescending returns a boolean if a field has been set.

func (*SamlIdentityProviderList) HasFilterBy ¶

func (o *SamlIdentityProviderList) HasFilterBy() bool

HasFilterBy returns a boolean if a field has been set.

func (*SamlIdentityProviderList) HasOrderBy ¶

func (o *SamlIdentityProviderList) HasOrderBy() bool

HasOrderBy returns a boolean if a field has been set.

func (*SamlIdentityProviderList) HasQueries ¶

func (o *SamlIdentityProviderList) HasQueries() bool

HasQueries returns a boolean if a field has been set.

func (*SamlIdentityProviderList) HasQuery ¶

func (o *SamlIdentityProviderList) HasQuery() bool

HasQuery returns a boolean if a field has been set.

func (*SamlIdentityProviderList) HasRange ¶

func (o *SamlIdentityProviderList) HasRange() bool

HasRange returns a boolean if a field has been set.

func (SamlIdentityProviderList) MarshalJSON ¶

func (o SamlIdentityProviderList) MarshalJSON() ([]byte, error)

func (*SamlIdentityProviderList) SetData ¶

func (o *SamlIdentityProviderList) SetData(v []SamlProvider)

SetData gets a reference to the given []SamlProvider and assigns it to the Data field.

func (*SamlIdentityProviderList) SetDescending ¶

func (o *SamlIdentityProviderList) SetDescending(v bool)

SetDescending gets a reference to the given bool and assigns it to the Descending field.

func (*SamlIdentityProviderList) SetFilterBy ¶

func (o *SamlIdentityProviderList) SetFilterBy(v []FilterBy)

SetFilterBy gets a reference to the given []FilterBy and assigns it to the FilterBy field.

func (*SamlIdentityProviderList) SetOrderBy ¶

func (o *SamlIdentityProviderList) SetOrderBy(v string)

SetOrderBy gets a reference to the given string and assigns it to the OrderBy field.

func (*SamlIdentityProviderList) SetQueries ¶

func (o *SamlIdentityProviderList) SetQueries(v []string)

SetQueries gets a reference to the given []string and assigns it to the Queries field.

func (*SamlIdentityProviderList) SetQuery ¶

func (o *SamlIdentityProviderList) SetQuery(v string)

SetQuery gets a reference to the given string and assigns it to the Query field. Deprecated

func (*SamlIdentityProviderList) SetRange ¶

func (o *SamlIdentityProviderList) SetRange(v string)

SetRange gets a reference to the given string and assigns it to the Range field.

type SamlIdentityProvidersApiService ¶

type SamlIdentityProvidersApiService service

SamlIdentityProvidersApiService IdentityProvidersApi service

func (*SamlIdentityProvidersApiService) IdentityProvidersGet ¶

IdentityProvidersGet List all Identity Providers.

List all Identity Providers visible to current user.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiSamlIdentityProvidersGetRequest

func (*SamlIdentityProvidersApiService) IdentityProvidersGetExecute ¶

Execute executes the request

@return SamlIdentityProviderList

func (*SamlIdentityProvidersApiService) IdentityProvidersIdAttributesPost ¶

IdentityProvidersIdAttributesPost Get user attributes from an existing Identity Provider.

Get raw attributes and mapped claims for a user.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id ID of the object.
@return ApiSamlIdentityProvidersIdAttributesPostRequest

func (*SamlIdentityProvidersApiService) IdentityProvidersIdAttributesPostExecute ¶

Execute executes the request

@return IdentityProvidersIdAttributesPost200Response

func (*SamlIdentityProvidersApiService) IdentityProvidersIdDelete ¶

IdentityProvidersIdDelete Delete a specific Identity Provider.

Delete a specific Identity Provider.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id ID of the object.
@return ApiSamlIdentityProvidersIdDeleteRequest

func (*SamlIdentityProvidersApiService) IdentityProvidersIdDeleteExecute ¶

Execute executes the request

func (*SamlIdentityProvidersApiService) IdentityProvidersIdGet ¶

IdentityProvidersIdGet Get a specific Identity Provider.

Get a specific Identity Provider.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id ID of the object.
@return ApiSamlIdentityProvidersIdGetRequest

func (*SamlIdentityProvidersApiService) IdentityProvidersIdGetExecute ¶

Execute executes the request

@return SamlProvider

func (*SamlIdentityProvidersApiService) IdentityProvidersIdPut ¶

IdentityProvidersIdPut Update an existing Identity Provider.

Update an existing Identity Provider.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id ID of the object.
@return ApiSamlIdentityProvidersIdPutRequest

func (*SamlIdentityProvidersApiService) IdentityProvidersIdPutExecute ¶

Execute executes the request

@return SamlProvider

func (*SamlIdentityProvidersApiService) IdentityProvidersPost ¶

IdentityProvidersPost Create a new Identity Provider.

Create a new Identity Provider.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiSamlIdentityProvidersPostRequest

func (*SamlIdentityProvidersApiService) IdentityProvidersPostExecute ¶

Execute executes the request

@return SamlProvider

func (*SamlIdentityProvidersApiService) IdentityProvidersTestPost ¶

IdentityProvidersTestPost Test an Identity Provider connection.

Test connection for the given Identity Provider JSON.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiSamlIdentityProvidersTestPostRequest

func (*SamlIdentityProvidersApiService) IdentityProvidersTestPostExecute ¶

Execute executes the request

@return IdentityProvidersTestPost200Response

type SamlProvider ¶

type SamlProvider struct {
	// ID of the object.
	Id *string `json:"id,omitempty"`
	// Name of the object.
	Name string `json:"name"`
	// Notes for the object. Used for documentation purposes.
	Notes *string `json:"notes,omitempty"`
	// Create date.
	Created *time.Time `json:"created,omitempty"`
	// Last update date.
	Updated *time.Time `json:"updated,omitempty"`
	// Array of tags.
	Tags []string `json:"tags,omitempty"`
	// The type of the Identity Provider.
	Type string `json:"type"`
	// The IPv4 Pool ID the users in this Identity Provider are going to use to allocate IP addresses for the tunnels.
	IpPoolV4 *string `json:"ipPoolV4,omitempty"`
	// The IPv6 Pool ID the users in this Identity Provider are going to use to allocate IP addresses for the tunnels.
	IpPoolV6 *string `json:"ipPoolV6,omitempty"`
	// The mapping of Identity Provider attributes to claims.
	ClaimMappings []ClaimMappingsInner `json:"claimMappings,omitempty"`
	// ID of the User Claim Scripts to run during authorization.
	UserScripts []string `json:"userScripts,omitempty"`
	// The DNS servers to be assigned to the Clients of the users in this Identity Provider.
	DnsServers []string `json:"dnsServers,omitempty"`
	// The DNS search domains to be assigned to Clients of the users in this Identity Provider.
	DnsSearchDomains []string `json:"dnsSearchDomains,omitempty"`
	// Whether the provider will be listed in the Admin UI or not.
	AdminProvider *bool `json:"adminProvider,omitempty"`
	// The device limit per user. The existing on-boarded devices will still be able to sign in even if the limit is exceeded.
	DeviceLimitPerUser *int32                                          `json:"deviceLimitPerUser,omitempty"`
	OnBoarding2FA      *ConfigurableIdentityProviderAllOfOnBoarding2FA `json:"onBoarding2FA,omitempty"`
	// (Desktop) clients will sign out automatically after the user has been inactive on the device for the configured duration. Set it to 0 to disable.
	InactivityTimeoutMinutes *int32 `json:"inactivityTimeoutMinutes,omitempty"`
	// Whether or not to take network inactivity into account when measuring client inactivity timeout.
	NetworkInactivityTimeoutEnabled *bool `json:"networkInactivityTimeoutEnabled,omitempty"`
	// If enabled, Windows Client will configure the network profile as \"DomainAuthenticated\".
	EnforceWindowsNetworkProfileAsDomain *bool `json:"enforceWindowsNetworkProfileAsDomain,omitempty"`
	// Whether the Windows Client will block local DNS requests or not.
	BlockLocalDnsRequests *bool `json:"blockLocalDnsRequests,omitempty"`
	// The mapping of Identity Provider on demand attributes to claims.
	OnDemandClaimMappings []OnDemandClaimMappingsInner `json:"onDemandClaimMappings,omitempty"`
	// The URL to redirect the user browsers to authenticate against the SAML Server. Also known as Single Sign-on URL. AuthNRequest will be added automatically.
	RedirectUrl string `json:"redirectUrl"`
	// SAML issuer ID to make sure the sender of the Token is the expected SAML provider.
	Issuer string `json:"issuer"`
	// SAML audience to make sure the recipient of the Token is this Controller.
	Audience string `json:"audience"`
	// The certificate of the SAML provider to verify the SAML tokens. In PEM format.
	ProviderCertificate string `json:"providerCertificate"`
	// The private key to decrypt encrypted assertions if there is any. In PEM format.
	DecryptionKey *string `json:"decryptionKey,omitempty"`
	// Enables ForceAuthn flag in the SAML Request. If the SAML Provider supports this flag, it will require user to enter their credentials every time Client requires SAML authentication.
	ForceAuthn *bool `json:"forceAuthn,omitempty"`
}

SamlProvider struct for SamlProvider

func NewSamlProvider ¶

func NewSamlProvider(name string, type_ string, redirectUrl string, issuer string, audience string, providerCertificate string) *SamlProvider

NewSamlProvider instantiates a new SamlProvider object This constructor will assign default values to properties that have it defined, 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 NewSamlProviderWithDefaults ¶

func NewSamlProviderWithDefaults() *SamlProvider

NewSamlProviderWithDefaults instantiates a new SamlProvider object This 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 (*SamlProvider) GetAdminProvider ¶

func (o *SamlProvider) GetAdminProvider() bool

GetAdminProvider returns the AdminProvider field value if set, zero value otherwise.

func (*SamlProvider) GetAdminProviderOk ¶

func (o *SamlProvider) GetAdminProviderOk() (*bool, bool)

GetAdminProviderOk returns a tuple with the AdminProvider field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SamlProvider) GetAudience ¶

func (o *SamlProvider) GetAudience() string

GetAudience returns the Audience field value

func (*SamlProvider) GetAudienceOk ¶

func (o *SamlProvider) GetAudienceOk() (*string, bool)

GetAudienceOk returns a tuple with the Audience field value and a boolean to check if the value has been set.

func (*SamlProvider) GetBlockLocalDnsRequests ¶

func (o *SamlProvider) GetBlockLocalDnsRequests() bool

GetBlockLocalDnsRequests returns the BlockLocalDnsRequests field value if set, zero value otherwise.

func (*SamlProvider) GetBlockLocalDnsRequestsOk ¶

func (o *SamlProvider) GetBlockLocalDnsRequestsOk() (*bool, bool)

GetBlockLocalDnsRequestsOk returns a tuple with the BlockLocalDnsRequests field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SamlProvider) GetClaimMappings ¶

func (o *SamlProvider) GetClaimMappings() []ClaimMappingsInner

GetClaimMappings returns the ClaimMappings field value if set, zero value otherwise.

func (*SamlProvider) GetClaimMappingsOk ¶

func (o *SamlProvider) GetClaimMappingsOk() ([]ClaimMappingsInner, bool)

GetClaimMappingsOk returns a tuple with the ClaimMappings field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SamlProvider) GetCreated ¶

func (o *SamlProvider) GetCreated() time.Time

GetCreated returns the Created field value if set, zero value otherwise.

func (*SamlProvider) GetCreatedOk ¶

func (o *SamlProvider) GetCreatedOk() (*time.Time, bool)

GetCreatedOk returns a tuple with the Created field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SamlProvider) GetDecryptionKey ¶

func (o *SamlProvider) GetDecryptionKey() string

GetDecryptionKey returns the DecryptionKey field value if set, zero value otherwise.

func (*SamlProvider) GetDecryptionKeyOk ¶

func (o *SamlProvider) GetDecryptionKeyOk() (*string, bool)

GetDecryptionKeyOk returns a tuple with the DecryptionKey field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SamlProvider) GetDeviceLimitPerUser ¶

func (o *SamlProvider) GetDeviceLimitPerUser() int32

GetDeviceLimitPerUser returns the DeviceLimitPerUser field value if set, zero value otherwise.

func (*SamlProvider) GetDeviceLimitPerUserOk ¶

func (o *SamlProvider) GetDeviceLimitPerUserOk() (*int32, bool)

GetDeviceLimitPerUserOk returns a tuple with the DeviceLimitPerUser field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SamlProvider) GetDnsSearchDomains ¶

func (o *SamlProvider) GetDnsSearchDomains() []string

GetDnsSearchDomains returns the DnsSearchDomains field value if set, zero value otherwise.

func (*SamlProvider) GetDnsSearchDomainsOk ¶

func (o *SamlProvider) GetDnsSearchDomainsOk() ([]string, bool)

GetDnsSearchDomainsOk returns a tuple with the DnsSearchDomains field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SamlProvider) GetDnsServers ¶

func (o *SamlProvider) GetDnsServers() []string

GetDnsServers returns the DnsServers field value if set, zero value otherwise.

func (*SamlProvider) GetDnsServersOk ¶

func (o *SamlProvider) GetDnsServersOk() ([]string, bool)

GetDnsServersOk returns a tuple with the DnsServers field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SamlProvider) GetEnforceWindowsNetworkProfileAsDomain ¶

func (o *SamlProvider) GetEnforceWindowsNetworkProfileAsDomain() bool

GetEnforceWindowsNetworkProfileAsDomain returns the EnforceWindowsNetworkProfileAsDomain field value if set, zero value otherwise.

func (*SamlProvider) GetEnforceWindowsNetworkProfileAsDomainOk ¶

func (o *SamlProvider) GetEnforceWindowsNetworkProfileAsDomainOk() (*bool, bool)

GetEnforceWindowsNetworkProfileAsDomainOk returns a tuple with the EnforceWindowsNetworkProfileAsDomain field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SamlProvider) GetForceAuthn ¶

func (o *SamlProvider) GetForceAuthn() bool

GetForceAuthn returns the ForceAuthn field value if set, zero value otherwise.

func (*SamlProvider) GetForceAuthnOk ¶

func (o *SamlProvider) GetForceAuthnOk() (*bool, bool)

GetForceAuthnOk returns a tuple with the ForceAuthn field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SamlProvider) GetId ¶

func (o *SamlProvider) GetId() string

GetId returns the Id field value if set, zero value otherwise.

func (*SamlProvider) GetIdOk ¶

func (o *SamlProvider) 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 (*SamlProvider) GetInactivityTimeoutMinutes ¶

func (o *SamlProvider) GetInactivityTimeoutMinutes() int32

GetInactivityTimeoutMinutes returns the InactivityTimeoutMinutes field value if set, zero value otherwise.

func (*SamlProvider) GetInactivityTimeoutMinutesOk ¶

func (o *SamlProvider) GetInactivityTimeoutMinutesOk() (*int32, bool)

GetInactivityTimeoutMinutesOk returns a tuple with the InactivityTimeoutMinutes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SamlProvider) GetIpPoolV4 ¶

func (o *SamlProvider) GetIpPoolV4() string

GetIpPoolV4 returns the IpPoolV4 field value if set, zero value otherwise.

func (*SamlProvider) GetIpPoolV4Ok ¶

func (o *SamlProvider) GetIpPoolV4Ok() (*string, bool)

GetIpPoolV4Ok returns a tuple with the IpPoolV4 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SamlProvider) GetIpPoolV6 ¶

func (o *SamlProvider) GetIpPoolV6() string

GetIpPoolV6 returns the IpPoolV6 field value if set, zero value otherwise.

func (*SamlProvider) GetIpPoolV6Ok ¶

func (o *SamlProvider) GetIpPoolV6Ok() (*string, bool)

GetIpPoolV6Ok returns a tuple with the IpPoolV6 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SamlProvider) GetIssuer ¶

func (o *SamlProvider) GetIssuer() string

GetIssuer returns the Issuer field value

func (*SamlProvider) GetIssuerOk ¶

func (o *SamlProvider) GetIssuerOk() (*string, bool)

GetIssuerOk returns a tuple with the Issuer field value and a boolean to check if the value has been set.

func (*SamlProvider) GetName ¶

func (o *SamlProvider) GetName() string

GetName returns the Name field value

func (*SamlProvider) GetNameOk ¶

func (o *SamlProvider) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.

func (*SamlProvider) GetNetworkInactivityTimeoutEnabled ¶

func (o *SamlProvider) GetNetworkInactivityTimeoutEnabled() bool

GetNetworkInactivityTimeoutEnabled returns the NetworkInactivityTimeoutEnabled field value if set, zero value otherwise.

func (*SamlProvider) GetNetworkInactivityTimeoutEnabledOk ¶

func (o *SamlProvider) GetNetworkInactivityTimeoutEnabledOk() (*bool, bool)

GetNetworkInactivityTimeoutEnabledOk returns a tuple with the NetworkInactivityTimeoutEnabled field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SamlProvider) GetNotes ¶

func (o *SamlProvider) GetNotes() string

GetNotes returns the Notes field value if set, zero value otherwise.

func (*SamlProvider) GetNotesOk ¶

func (o *SamlProvider) GetNotesOk() (*string, bool)

GetNotesOk returns a tuple with the Notes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SamlProvider) GetOnBoarding2FA ¶

GetOnBoarding2FA returns the OnBoarding2FA field value if set, zero value otherwise.

func (*SamlProvider) GetOnBoarding2FAOk ¶

GetOnBoarding2FAOk returns a tuple with the OnBoarding2FA field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SamlProvider) GetOnDemandClaimMappings ¶

func (o *SamlProvider) GetOnDemandClaimMappings() []OnDemandClaimMappingsInner

GetOnDemandClaimMappings returns the OnDemandClaimMappings field value if set, zero value otherwise.

func (*SamlProvider) GetOnDemandClaimMappingsOk ¶

func (o *SamlProvider) GetOnDemandClaimMappingsOk() ([]OnDemandClaimMappingsInner, bool)

GetOnDemandClaimMappingsOk returns a tuple with the OnDemandClaimMappings field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SamlProvider) GetProviderCertificate ¶

func (o *SamlProvider) GetProviderCertificate() string

GetProviderCertificate returns the ProviderCertificate field value

func (*SamlProvider) GetProviderCertificateOk ¶

func (o *SamlProvider) GetProviderCertificateOk() (*string, bool)

GetProviderCertificateOk returns a tuple with the ProviderCertificate field value and a boolean to check if the value has been set.

func (*SamlProvider) GetRedirectUrl ¶

func (o *SamlProvider) GetRedirectUrl() string

GetRedirectUrl returns the RedirectUrl field value

func (*SamlProvider) GetRedirectUrlOk ¶

func (o *SamlProvider) GetRedirectUrlOk() (*string, bool)

GetRedirectUrlOk returns a tuple with the RedirectUrl field value and a boolean to check if the value has been set.

func (*SamlProvider) GetTags ¶

func (o *SamlProvider) GetTags() []string

GetTags returns the Tags field value if set, zero value otherwise.

func (*SamlProvider) GetTagsOk ¶

func (o *SamlProvider) GetTagsOk() ([]string, bool)

GetTagsOk returns a tuple with the Tags field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SamlProvider) GetType ¶

func (o *SamlProvider) GetType() string

GetType returns the Type field value

func (*SamlProvider) GetTypeOk ¶

func (o *SamlProvider) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (*SamlProvider) GetUpdated ¶

func (o *SamlProvider) GetUpdated() time.Time

GetUpdated returns the Updated field value if set, zero value otherwise.

func (*SamlProvider) GetUpdatedOk ¶

func (o *SamlProvider) GetUpdatedOk() (*time.Time, bool)

GetUpdatedOk returns a tuple with the Updated field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SamlProvider) GetUserScripts ¶

func (o *SamlProvider) GetUserScripts() []string

GetUserScripts returns the UserScripts field value if set, zero value otherwise.

func (*SamlProvider) GetUserScriptsOk ¶

func (o *SamlProvider) GetUserScriptsOk() ([]string, bool)

GetUserScriptsOk returns a tuple with the UserScripts field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SamlProvider) HasAdminProvider ¶

func (o *SamlProvider) HasAdminProvider() bool

HasAdminProvider returns a boolean if a field has been set.

func (*SamlProvider) HasBlockLocalDnsRequests ¶

func (o *SamlProvider) HasBlockLocalDnsRequests() bool

HasBlockLocalDnsRequests returns a boolean if a field has been set.

func (*SamlProvider) HasClaimMappings ¶

func (o *SamlProvider) HasClaimMappings() bool

HasClaimMappings returns a boolean if a field has been set.

func (*SamlProvider) HasCreated ¶

func (o *SamlProvider) HasCreated() bool

HasCreated returns a boolean if a field has been set.

func (*SamlProvider) HasDecryptionKey ¶

func (o *SamlProvider) HasDecryptionKey() bool

HasDecryptionKey returns a boolean if a field has been set.

func (*SamlProvider) HasDeviceLimitPerUser ¶

func (o *SamlProvider) HasDeviceLimitPerUser() bool

HasDeviceLimitPerUser returns a boolean if a field has been set.

func (*SamlProvider) HasDnsSearchDomains ¶

func (o *SamlProvider) HasDnsSearchDomains() bool

HasDnsSearchDomains returns a boolean if a field has been set.

func (*SamlProvider) HasDnsServers ¶

func (o *SamlProvider) HasDnsServers() bool

HasDnsServers returns a boolean if a field has been set.

func (*SamlProvider) HasEnforceWindowsNetworkProfileAsDomain ¶

func (o *SamlProvider) HasEnforceWindowsNetworkProfileAsDomain() bool

HasEnforceWindowsNetworkProfileAsDomain returns a boolean if a field has been set.

func (*SamlProvider) HasForceAuthn ¶

func (o *SamlProvider) HasForceAuthn() bool

HasForceAuthn returns a boolean if a field has been set.

func (*SamlProvider) HasId ¶

func (o *SamlProvider) HasId() bool

HasId returns a boolean if a field has been set.

func (*SamlProvider) HasInactivityTimeoutMinutes ¶

func (o *SamlProvider) HasInactivityTimeoutMinutes() bool

HasInactivityTimeoutMinutes returns a boolean if a field has been set.

func (*SamlProvider) HasIpPoolV4 ¶

func (o *SamlProvider) HasIpPoolV4() bool

HasIpPoolV4 returns a boolean if a field has been set.

func (*SamlProvider) HasIpPoolV6 ¶

func (o *SamlProvider) HasIpPoolV6() bool

HasIpPoolV6 returns a boolean if a field has been set.

func (*SamlProvider) HasNetworkInactivityTimeoutEnabled ¶

func (o *SamlProvider) HasNetworkInactivityTimeoutEnabled() bool

HasNetworkInactivityTimeoutEnabled returns a boolean if a field has been set.

func (*SamlProvider) HasNotes ¶

func (o *SamlProvider) HasNotes() bool

HasNotes returns a boolean if a field has been set.

func (*SamlProvider) HasOnBoarding2FA ¶

func (o *SamlProvider) HasOnBoarding2FA() bool

HasOnBoarding2FA returns a boolean if a field has been set.

func (*SamlProvider) HasOnDemandClaimMappings ¶

func (o *SamlProvider) HasOnDemandClaimMappings() bool

HasOnDemandClaimMappings returns a boolean if a field has been set.

func (*SamlProvider) HasTags ¶

func (o *SamlProvider) HasTags() bool

HasTags returns a boolean if a field has been set.

func (*SamlProvider) HasUpdated ¶

func (o *SamlProvider) HasUpdated() bool

HasUpdated returns a boolean if a field has been set.

func (*SamlProvider) HasUserScripts ¶

func (o *SamlProvider) HasUserScripts() bool

HasUserScripts returns a boolean if a field has been set.

func (SamlProvider) MarshalJSON ¶

func (o SamlProvider) MarshalJSON() ([]byte, error)

func (*SamlProvider) SetAdminProvider ¶

func (o *SamlProvider) SetAdminProvider(v bool)

SetAdminProvider gets a reference to the given bool and assigns it to the AdminProvider field.

func (*SamlProvider) SetAudience ¶

func (o *SamlProvider) SetAudience(v string)

SetAudience sets field value

func (*SamlProvider) SetBlockLocalDnsRequests ¶

func (o *SamlProvider) SetBlockLocalDnsRequests(v bool)

SetBlockLocalDnsRequests gets a reference to the given bool and assigns it to the BlockLocalDnsRequests field.

func (*SamlProvider) SetClaimMappings ¶

func (o *SamlProvider) SetClaimMappings(v []ClaimMappingsInner)

SetClaimMappings gets a reference to the given []ClaimMappingsInner and assigns it to the ClaimMappings field.

func (*SamlProvider) SetCreated ¶

func (o *SamlProvider) SetCreated(v time.Time)

SetCreated gets a reference to the given time.Time and assigns it to the Created field.

func (*SamlProvider) SetDecryptionKey ¶

func (o *SamlProvider) SetDecryptionKey(v string)

SetDecryptionKey gets a reference to the given string and assigns it to the DecryptionKey field.

func (*SamlProvider) SetDeviceLimitPerUser ¶

func (o *SamlProvider) SetDeviceLimitPerUser(v int32)

SetDeviceLimitPerUser gets a reference to the given int32 and assigns it to the DeviceLimitPerUser field.

func (*SamlProvider) SetDnsSearchDomains ¶

func (o *SamlProvider) SetDnsSearchDomains(v []string)

SetDnsSearchDomains gets a reference to the given []string and assigns it to the DnsSearchDomains field.

func (*SamlProvider) SetDnsServers ¶

func (o *SamlProvider) SetDnsServers(v []string)

SetDnsServers gets a reference to the given []string and assigns it to the DnsServers field.

func (*SamlProvider) SetEnforceWindowsNetworkProfileAsDomain ¶

func (o *SamlProvider) SetEnforceWindowsNetworkProfileAsDomain(v bool)

SetEnforceWindowsNetworkProfileAsDomain gets a reference to the given bool and assigns it to the EnforceWindowsNetworkProfileAsDomain field.

func (*SamlProvider) SetForceAuthn ¶

func (o *SamlProvider) SetForceAuthn(v bool)

SetForceAuthn gets a reference to the given bool and assigns it to the ForceAuthn field.

func (*SamlProvider) SetId ¶

func (o *SamlProvider) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*SamlProvider) SetInactivityTimeoutMinutes ¶

func (o *SamlProvider) SetInactivityTimeoutMinutes(v int32)

SetInactivityTimeoutMinutes gets a reference to the given int32 and assigns it to the InactivityTimeoutMinutes field.

func (*SamlProvider) SetIpPoolV4 ¶

func (o *SamlProvider) SetIpPoolV4(v string)

SetIpPoolV4 gets a reference to the given string and assigns it to the IpPoolV4 field.

func (*SamlProvider) SetIpPoolV6 ¶

func (o *SamlProvider) SetIpPoolV6(v string)

SetIpPoolV6 gets a reference to the given string and assigns it to the IpPoolV6 field.

func (*SamlProvider) SetIssuer ¶

func (o *SamlProvider) SetIssuer(v string)

SetIssuer sets field value

func (*SamlProvider) SetName ¶

func (o *SamlProvider) SetName(v string)

SetName sets field value

func (*SamlProvider) SetNetworkInactivityTimeoutEnabled ¶

func (o *SamlProvider) SetNetworkInactivityTimeoutEnabled(v bool)

SetNetworkInactivityTimeoutEnabled gets a reference to the given bool and assigns it to the NetworkInactivityTimeoutEnabled field.

func (*SamlProvider) SetNotes ¶

func (o *SamlProvider) SetNotes(v string)

SetNotes gets a reference to the given string and assigns it to the Notes field.

func (*SamlProvider) SetOnBoarding2FA ¶

SetOnBoarding2FA gets a reference to the given ConfigurableIdentityProviderAllOfOnBoarding2FA and assigns it to the OnBoarding2FA field.

func (*SamlProvider) SetOnDemandClaimMappings ¶

func (o *SamlProvider) SetOnDemandClaimMappings(v []OnDemandClaimMappingsInner)

SetOnDemandClaimMappings gets a reference to the given []OnDemandClaimMappingsInner and assigns it to the OnDemandClaimMappings field.

func (*SamlProvider) SetProviderCertificate ¶

func (o *SamlProvider) SetProviderCertificate(v string)

SetProviderCertificate sets field value

func (*SamlProvider) SetRedirectUrl ¶

func (o *SamlProvider) SetRedirectUrl(v string)

SetRedirectUrl sets field value

func (*SamlProvider) SetTags ¶

func (o *SamlProvider) SetTags(v []string)

SetTags gets a reference to the given []string and assigns it to the Tags field.

func (*SamlProvider) SetType ¶

func (o *SamlProvider) SetType(v string)

SetType sets field value

func (*SamlProvider) SetUpdated ¶

func (o *SamlProvider) SetUpdated(v time.Time)

SetUpdated gets a reference to the given time.Time and assigns it to the Updated field.

func (*SamlProvider) SetUserScripts ¶

func (o *SamlProvider) SetUserScripts(v []string)

SetUserScripts gets a reference to the given []string and assigns it to the UserScripts field.

type SamlProviderAllOf ¶

type SamlProviderAllOf struct {
	// The URL to redirect the user browsers to authenticate against the SAML Server. Also known as Single Sign-on URL. AuthNRequest will be added automatically.
	RedirectUrl string `json:"redirectUrl"`
	// SAML issuer ID to make sure the sender of the Token is the expected SAML provider.
	Issuer string `json:"issuer"`
	// SAML audience to make sure the recipient of the Token is this Controller.
	Audience string `json:"audience"`
	// The certificate of the SAML provider to verify the SAML tokens. In PEM format.
	ProviderCertificate string `json:"providerCertificate"`
	// The private key to decrypt encrypted assertions if there is any. In PEM format.
	DecryptionKey *string `json:"decryptionKey,omitempty"`
	// Enables ForceAuthn flag in the SAML Request. If the SAML Provider supports this flag, it will require user to enter their credentials every time Client requires SAML authentication.
	ForceAuthn *bool `json:"forceAuthn,omitempty"`
}

SamlProviderAllOf Represents a SAML Identity Provider.

func NewSamlProviderAllOf ¶

func NewSamlProviderAllOf(redirectUrl string, issuer string, audience string, providerCertificate string) *SamlProviderAllOf

NewSamlProviderAllOf instantiates a new SamlProviderAllOf object This constructor will assign default values to properties that have it defined, 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 NewSamlProviderAllOfWithDefaults ¶

func NewSamlProviderAllOfWithDefaults() *SamlProviderAllOf

NewSamlProviderAllOfWithDefaults instantiates a new SamlProviderAllOf object This 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 (*SamlProviderAllOf) GetAudience ¶

func (o *SamlProviderAllOf) GetAudience() string

GetAudience returns the Audience field value

func (*SamlProviderAllOf) GetAudienceOk ¶

func (o *SamlProviderAllOf) GetAudienceOk() (*string, bool)

GetAudienceOk returns a tuple with the Audience field value and a boolean to check if the value has been set.

func (*SamlProviderAllOf) GetDecryptionKey ¶

func (o *SamlProviderAllOf) GetDecryptionKey() string

GetDecryptionKey returns the DecryptionKey field value if set, zero value otherwise.

func (*SamlProviderAllOf) GetDecryptionKeyOk ¶

func (o *SamlProviderAllOf) GetDecryptionKeyOk() (*string, bool)

GetDecryptionKeyOk returns a tuple with the DecryptionKey field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SamlProviderAllOf) GetForceAuthn ¶

func (o *SamlProviderAllOf) GetForceAuthn() bool

GetForceAuthn returns the ForceAuthn field value if set, zero value otherwise.

func (*SamlProviderAllOf) GetForceAuthnOk ¶

func (o *SamlProviderAllOf) GetForceAuthnOk() (*bool, bool)

GetForceAuthnOk returns a tuple with the ForceAuthn field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SamlProviderAllOf) GetIssuer ¶

func (o *SamlProviderAllOf) GetIssuer() string

GetIssuer returns the Issuer field value

func (*SamlProviderAllOf) GetIssuerOk ¶

func (o *SamlProviderAllOf) GetIssuerOk() (*string, bool)

GetIssuerOk returns a tuple with the Issuer field value and a boolean to check if the value has been set.

func (*SamlProviderAllOf) GetProviderCertificate ¶

func (o *SamlProviderAllOf) GetProviderCertificate() string

GetProviderCertificate returns the ProviderCertificate field value

func (*SamlProviderAllOf) GetProviderCertificateOk ¶

func (o *SamlProviderAllOf) GetProviderCertificateOk() (*string, bool)

GetProviderCertificateOk returns a tuple with the ProviderCertificate field value and a boolean to check if the value has been set.

func (*SamlProviderAllOf) GetRedirectUrl ¶

func (o *SamlProviderAllOf) GetRedirectUrl() string

GetRedirectUrl returns the RedirectUrl field value

func (*SamlProviderAllOf) GetRedirectUrlOk ¶

func (o *SamlProviderAllOf) GetRedirectUrlOk() (*string, bool)

GetRedirectUrlOk returns a tuple with the RedirectUrl field value and a boolean to check if the value has been set.

func (*SamlProviderAllOf) HasDecryptionKey ¶

func (o *SamlProviderAllOf) HasDecryptionKey() bool

HasDecryptionKey returns a boolean if a field has been set.

func (*SamlProviderAllOf) HasForceAuthn ¶

func (o *SamlProviderAllOf) HasForceAuthn() bool

HasForceAuthn returns a boolean if a field has been set.

func (SamlProviderAllOf) MarshalJSON ¶

func (o SamlProviderAllOf) MarshalJSON() ([]byte, error)

func (*SamlProviderAllOf) SetAudience ¶

func (o *SamlProviderAllOf) SetAudience(v string)

SetAudience sets field value

func (*SamlProviderAllOf) SetDecryptionKey ¶

func (o *SamlProviderAllOf) SetDecryptionKey(v string)

SetDecryptionKey gets a reference to the given string and assigns it to the DecryptionKey field.

func (*SamlProviderAllOf) SetForceAuthn ¶

func (o *SamlProviderAllOf) SetForceAuthn(v bool)

SetForceAuthn gets a reference to the given bool and assigns it to the ForceAuthn field.

func (*SamlProviderAllOf) SetIssuer ¶

func (o *SamlProviderAllOf) SetIssuer(v string)

SetIssuer sets field value

func (*SamlProviderAllOf) SetProviderCertificate ¶

func (o *SamlProviderAllOf) SetProviderCertificate(v string)

SetProviderCertificate sets field value

func (*SamlProviderAllOf) SetRedirectUrl ¶

func (o *SamlProviderAllOf) SetRedirectUrl(v string)

SetRedirectUrl sets field value

type Sensitivity ¶

type Sensitivity struct {
	LowRisk    *Risk `json:"lowRisk,omitempty"`
	MediumRisk *Risk `json:"mediumRisk,omitempty"`
	HighRisk   *Risk `json:"highRisk,omitempty"`
}

Sensitivity Sensitivity settings.

func NewSensitivity ¶

func NewSensitivity() *Sensitivity

NewSensitivity instantiates a new Sensitivity object This constructor will assign default values to properties that have it defined, 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 NewSensitivityWithDefaults ¶

func NewSensitivityWithDefaults() *Sensitivity

NewSensitivityWithDefaults instantiates a new Sensitivity object This 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 (*Sensitivity) GetHighRisk ¶

func (o *Sensitivity) GetHighRisk() Risk

GetHighRisk returns the HighRisk field value if set, zero value otherwise.

func (*Sensitivity) GetHighRiskOk ¶

func (o *Sensitivity) GetHighRiskOk() (*Risk, bool)

GetHighRiskOk returns a tuple with the HighRisk field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Sensitivity) GetLowRisk ¶

func (o *Sensitivity) GetLowRisk() Risk

GetLowRisk returns the LowRisk field value if set, zero value otherwise.

func (*Sensitivity) GetLowRiskOk ¶

func (o *Sensitivity) GetLowRiskOk() (*Risk, bool)

GetLowRiskOk returns a tuple with the LowRisk field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Sensitivity) GetMediumRisk ¶

func (o *Sensitivity) GetMediumRisk() Risk

GetMediumRisk returns the MediumRisk field value if set, zero value otherwise.

func (*Sensitivity) GetMediumRiskOk ¶

func (o *Sensitivity) GetMediumRiskOk() (*Risk, bool)

GetMediumRiskOk returns a tuple with the MediumRisk field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Sensitivity) HasHighRisk ¶

func (o *Sensitivity) HasHighRisk() bool

HasHighRisk returns a boolean if a field has been set.

func (*Sensitivity) HasLowRisk ¶

func (o *Sensitivity) HasLowRisk() bool

HasLowRisk returns a boolean if a field has been set.

func (*Sensitivity) HasMediumRisk ¶

func (o *Sensitivity) HasMediumRisk() bool

HasMediumRisk returns a boolean if a field has been set.

func (Sensitivity) MarshalJSON ¶

func (o Sensitivity) MarshalJSON() ([]byte, error)

func (*Sensitivity) SetHighRisk ¶

func (o *Sensitivity) SetHighRisk(v Risk)

SetHighRisk gets a reference to the given Risk and assigns it to the HighRisk field.

func (*Sensitivity) SetLowRisk ¶

func (o *Sensitivity) SetLowRisk(v Risk)

SetLowRisk gets a reference to the given Risk and assigns it to the LowRisk field.

func (*Sensitivity) SetMediumRisk ¶

func (o *Sensitivity) SetMediumRisk(v Risk)

SetMediumRisk gets a reference to the given Risk and assigns it to the MediumRisk field.

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 ServerVariable ¶

type ServerVariable struct {
	Description  string
	DefaultValue string
	EnumValues   []string
}

ServerVariable stores the information about a server variable

type ServiceDatabaseProvider ¶

type ServiceDatabaseProvider struct {
	// ID of the object.
	Id *string `json:"id,omitempty"`
	// Name of the object.
	Name string `json:"name"`
	// Notes for the object. Used for documentation purposes.
	Notes *string `json:"notes,omitempty"`
	// Create date.
	Created *time.Time `json:"created,omitempty"`
	// Last update date.
	Updated *time.Time `json:"updated,omitempty"`
	// Array of tags.
	Tags []string `json:"tags,omitempty"`
	// The type of the Identity Provider.
	Type string `json:"type"`
	// The IPv4 Pool ID the users in this Identity Provider are going to use to allocate IP addresses for the tunnels.
	IpPoolV4 *string `json:"ipPoolV4,omitempty"`
	// The IPv6 Pool ID the users in this Identity Provider are going to use to allocate IP addresses for the tunnels.
	IpPoolV6 *string `json:"ipPoolV6,omitempty"`
	// The mapping of Identity Provider attributes to claims.
	ClaimMappings []ClaimMappingsInner `json:"claimMappings,omitempty"`
	// ID of the User Claim Scripts to run during authorization.
	UserScripts []string `json:"userScripts,omitempty"`
	// The DNS servers to be assigned to the Clients of the users in this Identity Provider.
	DnsServers []string `json:"dnsServers,omitempty"`
	// The DNS search domains to be assigned to Clients of the users in this Identity Provider.
	DnsSearchDomains []string `json:"dnsSearchDomains,omitempty"`
	// After how many failed authentication attempts will a local user be locked out from authenticating again.
	UserLockoutThreshold *int32 `json:"userLockoutThreshold,omitempty"`
	// For how long lockout will last for local users.
	UserLockoutDurationMinutes *int32 `json:"userLockoutDurationMinutes,omitempty"`
	// Minimum password length requirement for local users.
	MinPasswordLength *int32 `json:"minPasswordLength,omitempty"`
}

ServiceDatabaseProvider struct for ServiceDatabaseProvider

func NewServiceDatabaseProvider ¶

func NewServiceDatabaseProvider(name string, type_ string) *ServiceDatabaseProvider

NewServiceDatabaseProvider instantiates a new ServiceDatabaseProvider object This constructor will assign default values to properties that have it defined, 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 NewServiceDatabaseProviderWithDefaults ¶

func NewServiceDatabaseProviderWithDefaults() *ServiceDatabaseProvider

NewServiceDatabaseProviderWithDefaults instantiates a new ServiceDatabaseProvider object This 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 (*ServiceDatabaseProvider) GetClaimMappings ¶

func (o *ServiceDatabaseProvider) GetClaimMappings() []ClaimMappingsInner

GetClaimMappings returns the ClaimMappings field value if set, zero value otherwise.

func (*ServiceDatabaseProvider) GetClaimMappingsOk ¶

func (o *ServiceDatabaseProvider) GetClaimMappingsOk() ([]ClaimMappingsInner, bool)

GetClaimMappingsOk returns a tuple with the ClaimMappings field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ServiceDatabaseProvider) GetCreated ¶

func (o *ServiceDatabaseProvider) GetCreated() time.Time

GetCreated returns the Created field value if set, zero value otherwise.

func (*ServiceDatabaseProvider) GetCreatedOk ¶

func (o *ServiceDatabaseProvider) GetCreatedOk() (*time.Time, bool)

GetCreatedOk returns a tuple with the Created field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ServiceDatabaseProvider) GetDnsSearchDomains ¶

func (o *ServiceDatabaseProvider) GetDnsSearchDomains() []string

GetDnsSearchDomains returns the DnsSearchDomains field value if set, zero value otherwise.

func (*ServiceDatabaseProvider) GetDnsSearchDomainsOk ¶

func (o *ServiceDatabaseProvider) GetDnsSearchDomainsOk() ([]string, bool)

GetDnsSearchDomainsOk returns a tuple with the DnsSearchDomains field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ServiceDatabaseProvider) GetDnsServers ¶

func (o *ServiceDatabaseProvider) GetDnsServers() []string

GetDnsServers returns the DnsServers field value if set, zero value otherwise.

func (*ServiceDatabaseProvider) GetDnsServersOk ¶

func (o *ServiceDatabaseProvider) GetDnsServersOk() ([]string, bool)

GetDnsServersOk returns a tuple with the DnsServers field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ServiceDatabaseProvider) GetId ¶

func (o *ServiceDatabaseProvider) GetId() string

GetId returns the Id field value if set, zero value otherwise.

func (*ServiceDatabaseProvider) GetIdOk ¶

func (o *ServiceDatabaseProvider) 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 (*ServiceDatabaseProvider) GetIpPoolV4 ¶

func (o *ServiceDatabaseProvider) GetIpPoolV4() string

GetIpPoolV4 returns the IpPoolV4 field value if set, zero value otherwise.

func (*ServiceDatabaseProvider) GetIpPoolV4Ok ¶

func (o *ServiceDatabaseProvider) GetIpPoolV4Ok() (*string, bool)

GetIpPoolV4Ok returns a tuple with the IpPoolV4 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ServiceDatabaseProvider) GetIpPoolV6 ¶

func (o *ServiceDatabaseProvider) GetIpPoolV6() string

GetIpPoolV6 returns the IpPoolV6 field value if set, zero value otherwise.

func (*ServiceDatabaseProvider) GetIpPoolV6Ok ¶

func (o *ServiceDatabaseProvider) GetIpPoolV6Ok() (*string, bool)

GetIpPoolV6Ok returns a tuple with the IpPoolV6 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ServiceDatabaseProvider) GetMinPasswordLength ¶

func (o *ServiceDatabaseProvider) GetMinPasswordLength() int32

GetMinPasswordLength returns the MinPasswordLength field value if set, zero value otherwise.

func (*ServiceDatabaseProvider) GetMinPasswordLengthOk ¶

func (o *ServiceDatabaseProvider) GetMinPasswordLengthOk() (*int32, bool)

GetMinPasswordLengthOk returns a tuple with the MinPasswordLength field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ServiceDatabaseProvider) GetName ¶

func (o *ServiceDatabaseProvider) GetName() string

GetName returns the Name field value

func (*ServiceDatabaseProvider) GetNameOk ¶

func (o *ServiceDatabaseProvider) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.

func (*ServiceDatabaseProvider) GetNotes ¶

func (o *ServiceDatabaseProvider) GetNotes() string

GetNotes returns the Notes field value if set, zero value otherwise.

func (*ServiceDatabaseProvider) GetNotesOk ¶

func (o *ServiceDatabaseProvider) GetNotesOk() (*string, bool)

GetNotesOk returns a tuple with the Notes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ServiceDatabaseProvider) GetTags ¶

func (o *ServiceDatabaseProvider) GetTags() []string

GetTags returns the Tags field value if set, zero value otherwise.

func (*ServiceDatabaseProvider) GetTagsOk ¶

func (o *ServiceDatabaseProvider) GetTagsOk() ([]string, bool)

GetTagsOk returns a tuple with the Tags field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ServiceDatabaseProvider) GetType ¶

func (o *ServiceDatabaseProvider) GetType() string

GetType returns the Type field value

func (*ServiceDatabaseProvider) GetTypeOk ¶

func (o *ServiceDatabaseProvider) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (*ServiceDatabaseProvider) GetUpdated ¶

func (o *ServiceDatabaseProvider) GetUpdated() time.Time

GetUpdated returns the Updated field value if set, zero value otherwise.

func (*ServiceDatabaseProvider) GetUpdatedOk ¶

func (o *ServiceDatabaseProvider) GetUpdatedOk() (*time.Time, bool)

GetUpdatedOk returns a tuple with the Updated field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ServiceDatabaseProvider) GetUserLockoutDurationMinutes ¶

func (o *ServiceDatabaseProvider) GetUserLockoutDurationMinutes() int32

GetUserLockoutDurationMinutes returns the UserLockoutDurationMinutes field value if set, zero value otherwise.

func (*ServiceDatabaseProvider) GetUserLockoutDurationMinutesOk ¶

func (o *ServiceDatabaseProvider) GetUserLockoutDurationMinutesOk() (*int32, bool)

GetUserLockoutDurationMinutesOk returns a tuple with the UserLockoutDurationMinutes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ServiceDatabaseProvider) GetUserLockoutThreshold ¶

func (o *ServiceDatabaseProvider) GetUserLockoutThreshold() int32

GetUserLockoutThreshold returns the UserLockoutThreshold field value if set, zero value otherwise.

func (*ServiceDatabaseProvider) GetUserLockoutThresholdOk ¶

func (o *ServiceDatabaseProvider) GetUserLockoutThresholdOk() (*int32, bool)

GetUserLockoutThresholdOk returns a tuple with the UserLockoutThreshold field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ServiceDatabaseProvider) GetUserScripts ¶

func (o *ServiceDatabaseProvider) GetUserScripts() []string

GetUserScripts returns the UserScripts field value if set, zero value otherwise.

func (*ServiceDatabaseProvider) GetUserScriptsOk ¶

func (o *ServiceDatabaseProvider) GetUserScriptsOk() ([]string, bool)

GetUserScriptsOk returns a tuple with the UserScripts field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ServiceDatabaseProvider) HasClaimMappings ¶

func (o *ServiceDatabaseProvider) HasClaimMappings() bool

HasClaimMappings returns a boolean if a field has been set.

func (*ServiceDatabaseProvider) HasCreated ¶

func (o *ServiceDatabaseProvider) HasCreated() bool

HasCreated returns a boolean if a field has been set.

func (*ServiceDatabaseProvider) HasDnsSearchDomains ¶

func (o *ServiceDatabaseProvider) HasDnsSearchDomains() bool

HasDnsSearchDomains returns a boolean if a field has been set.

func (*ServiceDatabaseProvider) HasDnsServers ¶

func (o *ServiceDatabaseProvider) HasDnsServers() bool

HasDnsServers returns a boolean if a field has been set.

func (*ServiceDatabaseProvider) HasId ¶

func (o *ServiceDatabaseProvider) HasId() bool

HasId returns a boolean if a field has been set.

func (*ServiceDatabaseProvider) HasIpPoolV4 ¶

func (o *ServiceDatabaseProvider) HasIpPoolV4() bool

HasIpPoolV4 returns a boolean if a field has been set.

func (*ServiceDatabaseProvider) HasIpPoolV6 ¶

func (o *ServiceDatabaseProvider) HasIpPoolV6() bool

HasIpPoolV6 returns a boolean if a field has been set.

func (*ServiceDatabaseProvider) HasMinPasswordLength ¶

func (o *ServiceDatabaseProvider) HasMinPasswordLength() bool

HasMinPasswordLength returns a boolean if a field has been set.

func (*ServiceDatabaseProvider) HasNotes ¶

func (o *ServiceDatabaseProvider) HasNotes() bool

HasNotes returns a boolean if a field has been set.

func (*ServiceDatabaseProvider) HasTags ¶

func (o *ServiceDatabaseProvider) HasTags() bool

HasTags returns a boolean if a field has been set.

func (*ServiceDatabaseProvider) HasUpdated ¶

func (o *ServiceDatabaseProvider) HasUpdated() bool

HasUpdated returns a boolean if a field has been set.

func (*ServiceDatabaseProvider) HasUserLockoutDurationMinutes ¶

func (o *ServiceDatabaseProvider) HasUserLockoutDurationMinutes() bool

HasUserLockoutDurationMinutes returns a boolean if a field has been set.

func (*ServiceDatabaseProvider) HasUserLockoutThreshold ¶

func (o *ServiceDatabaseProvider) HasUserLockoutThreshold() bool

HasUserLockoutThreshold returns a boolean if a field has been set.

func (*ServiceDatabaseProvider) HasUserScripts ¶

func (o *ServiceDatabaseProvider) HasUserScripts() bool

HasUserScripts returns a boolean if a field has been set.

func (ServiceDatabaseProvider) MarshalJSON ¶

func (o ServiceDatabaseProvider) MarshalJSON() ([]byte, error)

func (*ServiceDatabaseProvider) SetClaimMappings ¶

func (o *ServiceDatabaseProvider) SetClaimMappings(v []ClaimMappingsInner)

SetClaimMappings gets a reference to the given []ClaimMappingsInner and assigns it to the ClaimMappings field.

func (*ServiceDatabaseProvider) SetCreated ¶

func (o *ServiceDatabaseProvider) SetCreated(v time.Time)

SetCreated gets a reference to the given time.Time and assigns it to the Created field.

func (*ServiceDatabaseProvider) SetDnsSearchDomains ¶

func (o *ServiceDatabaseProvider) SetDnsSearchDomains(v []string)

SetDnsSearchDomains gets a reference to the given []string and assigns it to the DnsSearchDomains field.

func (*ServiceDatabaseProvider) SetDnsServers ¶

func (o *ServiceDatabaseProvider) SetDnsServers(v []string)

SetDnsServers gets a reference to the given []string and assigns it to the DnsServers field.

func (*ServiceDatabaseProvider) SetId ¶

func (o *ServiceDatabaseProvider) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*ServiceDatabaseProvider) SetIpPoolV4 ¶

func (o *ServiceDatabaseProvider) SetIpPoolV4(v string)

SetIpPoolV4 gets a reference to the given string and assigns it to the IpPoolV4 field.

func (*ServiceDatabaseProvider) SetIpPoolV6 ¶

func (o *ServiceDatabaseProvider) SetIpPoolV6(v string)

SetIpPoolV6 gets a reference to the given string and assigns it to the IpPoolV6 field.

func (*ServiceDatabaseProvider) SetMinPasswordLength ¶

func (o *ServiceDatabaseProvider) SetMinPasswordLength(v int32)

SetMinPasswordLength gets a reference to the given int32 and assigns it to the MinPasswordLength field.

func (*ServiceDatabaseProvider) SetName ¶

func (o *ServiceDatabaseProvider) SetName(v string)

SetName sets field value

func (*ServiceDatabaseProvider) SetNotes ¶

func (o *ServiceDatabaseProvider) SetNotes(v string)

SetNotes gets a reference to the given string and assigns it to the Notes field.

func (*ServiceDatabaseProvider) SetTags ¶

func (o *ServiceDatabaseProvider) SetTags(v []string)

SetTags gets a reference to the given []string and assigns it to the Tags field.

func (*ServiceDatabaseProvider) SetType ¶

func (o *ServiceDatabaseProvider) SetType(v string)

SetType sets field value

func (*ServiceDatabaseProvider) SetUpdated ¶

func (o *ServiceDatabaseProvider) SetUpdated(v time.Time)

SetUpdated gets a reference to the given time.Time and assigns it to the Updated field.

func (*ServiceDatabaseProvider) SetUserLockoutDurationMinutes ¶

func (o *ServiceDatabaseProvider) SetUserLockoutDurationMinutes(v int32)

SetUserLockoutDurationMinutes gets a reference to the given int32 and assigns it to the UserLockoutDurationMinutes field.

func (*ServiceDatabaseProvider) SetUserLockoutThreshold ¶

func (o *ServiceDatabaseProvider) SetUserLockoutThreshold(v int32)

SetUserLockoutThreshold gets a reference to the given int32 and assigns it to the UserLockoutThreshold field.

func (*ServiceDatabaseProvider) SetUserScripts ¶

func (o *ServiceDatabaseProvider) SetUserScripts(v []string)

SetUserScripts gets a reference to the given []string and assigns it to the UserScripts field.

type ServiceUser ¶

type ServiceUser struct {
	// ID of the object.
	Id *string `json:"id,omitempty"`
	// Name of the object.
	Name string `json:"name"`
	// Notes for the object. Used for documentation purposes.
	Notes *string `json:"notes,omitempty"`
	// Create date.
	Created *time.Time `json:"created,omitempty"`
	// Last update date.
	Updated *time.Time `json:"updated,omitempty"`
	// Array of tags.
	Tags []string `json:"tags,omitempty"`
	// Labels of the service. Will be used as claim.
	Labels *map[string]string `json:"labels,omitempty"`
	// Password for the user. Omit the field to keep the old password when updating a user.
	Password *string `json:"password,omitempty"`
	// If true, the user will not be able to login.
	Disabled *bool `json:"disabled,omitempty"`
	// Number of wrong password login attempts since last successiful login.
	FailedLoginAttempts *float32 `json:"failedLoginAttempts,omitempty"`
	// The date time when the user got locked out. A service user is locked out of the system after X amount of consecutive failed login attempts, where X is configurable in the service Identity Provider. The lock is in effect for Y minute(s), where Y is configurable in the service Identity Provider. When the user logs in successfully, this field becomes null.
	LockStart *time.Time `json:"lockStart,omitempty"`
}

ServiceUser struct for ServiceUser

func NewServiceUser ¶

func NewServiceUser(name string) *ServiceUser

NewServiceUser instantiates a new ServiceUser object This constructor will assign default values to properties that have it defined, 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 NewServiceUserWithDefaults ¶

func NewServiceUserWithDefaults() *ServiceUser

NewServiceUserWithDefaults instantiates a new ServiceUser object This 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 (*ServiceUser) GetCreated ¶

func (o *ServiceUser) GetCreated() time.Time

GetCreated returns the Created field value if set, zero value otherwise.

func (*ServiceUser) GetCreatedOk ¶

func (o *ServiceUser) GetCreatedOk() (*time.Time, bool)

GetCreatedOk returns a tuple with the Created field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ServiceUser) GetDisabled ¶

func (o *ServiceUser) GetDisabled() bool

GetDisabled returns the Disabled field value if set, zero value otherwise.

func (*ServiceUser) GetDisabledOk ¶

func (o *ServiceUser) GetDisabledOk() (*bool, bool)

GetDisabledOk returns a tuple with the Disabled field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ServiceUser) GetFailedLoginAttempts ¶

func (o *ServiceUser) GetFailedLoginAttempts() float32

GetFailedLoginAttempts returns the FailedLoginAttempts field value if set, zero value otherwise.

func (*ServiceUser) GetFailedLoginAttemptsOk ¶

func (o *ServiceUser) GetFailedLoginAttemptsOk() (*float32, bool)

GetFailedLoginAttemptsOk returns a tuple with the FailedLoginAttempts field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ServiceUser) GetId ¶

func (o *ServiceUser) GetId() string

GetId returns the Id field value if set, zero value otherwise.

func (*ServiceUser) GetIdOk ¶

func (o *ServiceUser) 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 (*ServiceUser) GetLabels ¶

func (o *ServiceUser) GetLabels() map[string]string

GetLabels returns the Labels field value if set, zero value otherwise.

func (*ServiceUser) GetLabelsOk ¶

func (o *ServiceUser) GetLabelsOk() (*map[string]string, bool)

GetLabelsOk returns a tuple with the Labels field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ServiceUser) GetLockStart ¶

func (o *ServiceUser) GetLockStart() time.Time

GetLockStart returns the LockStart field value if set, zero value otherwise.

func (*ServiceUser) GetLockStartOk ¶

func (o *ServiceUser) GetLockStartOk() (*time.Time, bool)

GetLockStartOk returns a tuple with the LockStart field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ServiceUser) GetName ¶

func (o *ServiceUser) GetName() string

GetName returns the Name field value

func (*ServiceUser) GetNameOk ¶

func (o *ServiceUser) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.

func (*ServiceUser) GetNotes ¶

func (o *ServiceUser) GetNotes() string

GetNotes returns the Notes field value if set, zero value otherwise.

func (*ServiceUser) GetNotesOk ¶

func (o *ServiceUser) GetNotesOk() (*string, bool)

GetNotesOk returns a tuple with the Notes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ServiceUser) GetPassword ¶

func (o *ServiceUser) GetPassword() string

GetPassword returns the Password field value if set, zero value otherwise.

func (*ServiceUser) GetPasswordOk ¶

func (o *ServiceUser) 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 (*ServiceUser) GetTags ¶

func (o *ServiceUser) GetTags() []string

GetTags returns the Tags field value if set, zero value otherwise.

func (*ServiceUser) GetTagsOk ¶

func (o *ServiceUser) GetTagsOk() ([]string, bool)

GetTagsOk returns a tuple with the Tags field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ServiceUser) GetUpdated ¶

func (o *ServiceUser) GetUpdated() time.Time

GetUpdated returns the Updated field value if set, zero value otherwise.

func (*ServiceUser) GetUpdatedOk ¶

func (o *ServiceUser) GetUpdatedOk() (*time.Time, bool)

GetUpdatedOk returns a tuple with the Updated field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ServiceUser) HasCreated ¶

func (o *ServiceUser) HasCreated() bool

HasCreated returns a boolean if a field has been set.

func (*ServiceUser) HasDisabled ¶

func (o *ServiceUser) HasDisabled() bool

HasDisabled returns a boolean if a field has been set.

func (*ServiceUser) HasFailedLoginAttempts ¶

func (o *ServiceUser) HasFailedLoginAttempts() bool

HasFailedLoginAttempts returns a boolean if a field has been set.

func (*ServiceUser) HasId ¶

func (o *ServiceUser) HasId() bool

HasId returns a boolean if a field has been set.

func (*ServiceUser) HasLabels ¶

func (o *ServiceUser) HasLabels() bool

HasLabels returns a boolean if a field has been set.

func (*ServiceUser) HasLockStart ¶

func (o *ServiceUser) HasLockStart() bool

HasLockStart returns a boolean if a field has been set.

func (*ServiceUser) HasNotes ¶

func (o *ServiceUser) HasNotes() bool

HasNotes returns a boolean if a field has been set.

func (*ServiceUser) HasPassword ¶

func (o *ServiceUser) HasPassword() bool

HasPassword returns a boolean if a field has been set.

func (*ServiceUser) HasTags ¶

func (o *ServiceUser) HasTags() bool

HasTags returns a boolean if a field has been set.

func (*ServiceUser) HasUpdated ¶

func (o *ServiceUser) HasUpdated() bool

HasUpdated returns a boolean if a field has been set.

func (ServiceUser) MarshalJSON ¶

func (o ServiceUser) MarshalJSON() ([]byte, error)

func (*ServiceUser) SetCreated ¶

func (o *ServiceUser) SetCreated(v time.Time)

SetCreated gets a reference to the given time.Time and assigns it to the Created field.

func (*ServiceUser) SetDisabled ¶

func (o *ServiceUser) SetDisabled(v bool)

SetDisabled gets a reference to the given bool and assigns it to the Disabled field.

func (*ServiceUser) SetFailedLoginAttempts ¶

func (o *ServiceUser) SetFailedLoginAttempts(v float32)

SetFailedLoginAttempts gets a reference to the given float32 and assigns it to the FailedLoginAttempts field.

func (*ServiceUser) SetId ¶

func (o *ServiceUser) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*ServiceUser) SetLabels ¶

func (o *ServiceUser) SetLabels(v map[string]string)

SetLabels gets a reference to the given map[string]string and assigns it to the Labels field.

func (*ServiceUser) SetLockStart ¶

func (o *ServiceUser) SetLockStart(v time.Time)

SetLockStart gets a reference to the given time.Time and assigns it to the LockStart field.

func (*ServiceUser) SetName ¶

func (o *ServiceUser) SetName(v string)

SetName sets field value

func (*ServiceUser) SetNotes ¶

func (o *ServiceUser) SetNotes(v string)

SetNotes gets a reference to the given string and assigns it to the Notes field.

func (*ServiceUser) SetPassword ¶

func (o *ServiceUser) SetPassword(v string)

SetPassword gets a reference to the given string and assigns it to the Password field.

func (*ServiceUser) SetTags ¶

func (o *ServiceUser) SetTags(v []string)

SetTags gets a reference to the given []string and assigns it to the Tags field.

func (*ServiceUser) SetUpdated ¶

func (o *ServiceUser) SetUpdated(v time.Time)

SetUpdated gets a reference to the given time.Time and assigns it to the Updated field.

type ServiceUserAllOf ¶

type ServiceUserAllOf struct {
	// Labels of the service. Will be used as claim.
	Labels *map[string]string `json:"labels,omitempty"`
	// Password for the user. Omit the field to keep the old password when updating a user.
	Password *string `json:"password,omitempty"`
	// If true, the user will not be able to login.
	Disabled *bool `json:"disabled,omitempty"`
	// Number of wrong password login attempts since last successiful login.
	FailedLoginAttempts *float32 `json:"failedLoginAttempts,omitempty"`
	// The date time when the user got locked out. A service user is locked out of the system after X amount of consecutive failed login attempts, where X is configurable in the service Identity Provider. The lock is in effect for Y minute(s), where Y is configurable in the service Identity Provider. When the user logs in successfully, this field becomes null.
	LockStart *time.Time `json:"lockStart,omitempty"`
}

ServiceUserAllOf Represents a Service User.

func NewServiceUserAllOf ¶

func NewServiceUserAllOf() *ServiceUserAllOf

NewServiceUserAllOf instantiates a new ServiceUserAllOf object This constructor will assign default values to properties that have it defined, 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 NewServiceUserAllOfWithDefaults ¶

func NewServiceUserAllOfWithDefaults() *ServiceUserAllOf

NewServiceUserAllOfWithDefaults instantiates a new ServiceUserAllOf object This 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 (*ServiceUserAllOf) GetDisabled ¶

func (o *ServiceUserAllOf) GetDisabled() bool

GetDisabled returns the Disabled field value if set, zero value otherwise.

func (*ServiceUserAllOf) GetDisabledOk ¶

func (o *ServiceUserAllOf) GetDisabledOk() (*bool, bool)

GetDisabledOk returns a tuple with the Disabled field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ServiceUserAllOf) GetFailedLoginAttempts ¶

func (o *ServiceUserAllOf) GetFailedLoginAttempts() float32

GetFailedLoginAttempts returns the FailedLoginAttempts field value if set, zero value otherwise.

func (*ServiceUserAllOf) GetFailedLoginAttemptsOk ¶

func (o *ServiceUserAllOf) GetFailedLoginAttemptsOk() (*float32, bool)

GetFailedLoginAttemptsOk returns a tuple with the FailedLoginAttempts field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ServiceUserAllOf) GetLabels ¶

func (o *ServiceUserAllOf) GetLabels() map[string]string

GetLabels returns the Labels field value if set, zero value otherwise.

func (*ServiceUserAllOf) GetLabelsOk ¶

func (o *ServiceUserAllOf) GetLabelsOk() (*map[string]string, bool)

GetLabelsOk returns a tuple with the Labels field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ServiceUserAllOf) GetLockStart ¶

func (o *ServiceUserAllOf) GetLockStart() time.Time

GetLockStart returns the LockStart field value if set, zero value otherwise.

func (*ServiceUserAllOf) GetLockStartOk ¶

func (o *ServiceUserAllOf) GetLockStartOk() (*time.Time, bool)

GetLockStartOk returns a tuple with the LockStart field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ServiceUserAllOf) GetPassword ¶

func (o *ServiceUserAllOf) GetPassword() string

GetPassword returns the Password field value if set, zero value otherwise.

func (*ServiceUserAllOf) GetPasswordOk ¶

func (o *ServiceUserAllOf) 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 (*ServiceUserAllOf) HasDisabled ¶

func (o *ServiceUserAllOf) HasDisabled() bool

HasDisabled returns a boolean if a field has been set.

func (*ServiceUserAllOf) HasFailedLoginAttempts ¶

func (o *ServiceUserAllOf) HasFailedLoginAttempts() bool

HasFailedLoginAttempts returns a boolean if a field has been set.

func (*ServiceUserAllOf) HasLabels ¶

func (o *ServiceUserAllOf) HasLabels() bool

HasLabels returns a boolean if a field has been set.

func (*ServiceUserAllOf) HasLockStart ¶

func (o *ServiceUserAllOf) HasLockStart() bool

HasLockStart returns a boolean if a field has been set.

func (*ServiceUserAllOf) HasPassword ¶

func (o *ServiceUserAllOf) HasPassword() bool

HasPassword returns a boolean if a field has been set.

func (ServiceUserAllOf) MarshalJSON ¶

func (o ServiceUserAllOf) MarshalJSON() ([]byte, error)

func (*ServiceUserAllOf) SetDisabled ¶

func (o *ServiceUserAllOf) SetDisabled(v bool)

SetDisabled gets a reference to the given bool and assigns it to the Disabled field.

func (*ServiceUserAllOf) SetFailedLoginAttempts ¶

func (o *ServiceUserAllOf) SetFailedLoginAttempts(v float32)

SetFailedLoginAttempts gets a reference to the given float32 and assigns it to the FailedLoginAttempts field.

func (*ServiceUserAllOf) SetLabels ¶

func (o *ServiceUserAllOf) SetLabels(v map[string]string)

SetLabels gets a reference to the given map[string]string and assigns it to the Labels field.

func (*ServiceUserAllOf) SetLockStart ¶

func (o *ServiceUserAllOf) SetLockStart(v time.Time)

SetLockStart gets a reference to the given time.Time and assigns it to the LockStart field.

func (*ServiceUserAllOf) SetPassword ¶

func (o *ServiceUserAllOf) SetPassword(v string)

SetPassword gets a reference to the given string and assigns it to the Password field.

type ServiceUserList ¶

type ServiceUserList struct {
	// 'The range applied to the list. Format: -/. 3-5/8 means, out of 8 count (query affects the total), the items between (including) the 3rd and the 5th are returned.'
	Range *string `json:"range,omitempty"`
	// The field name used to sort the list.
	OrderBy *string `json:"orderBy,omitempty"`
	// Whether the sorting is applied descending or ascending.
	Descending *bool `json:"descending,omitempty"`
	// The queries applied to the list.
	Queries []string `json:"queries,omitempty"`
	// The filters applied to the list.
	FilterBy []FilterBy `json:"filterBy,omitempty"`
	// List of Service Users.
	Data []ServiceUser `json:"data,omitempty"`
}

ServiceUserList struct for ServiceUserList

func NewServiceUserList ¶

func NewServiceUserList() *ServiceUserList

NewServiceUserList instantiates a new ServiceUserList object This constructor will assign default values to properties that have it defined, 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 NewServiceUserListWithDefaults ¶

func NewServiceUserListWithDefaults() *ServiceUserList

NewServiceUserListWithDefaults instantiates a new ServiceUserList object This 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 (*ServiceUserList) GetData ¶

func (o *ServiceUserList) GetData() []ServiceUser

GetData returns the Data field value if set, zero value otherwise.

func (*ServiceUserList) GetDataOk ¶

func (o *ServiceUserList) GetDataOk() ([]ServiceUser, bool)

GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ServiceUserList) GetDescending ¶

func (o *ServiceUserList) GetDescending() bool

GetDescending returns the Descending field value if set, zero value otherwise.

func (*ServiceUserList) GetDescendingOk ¶

func (o *ServiceUserList) GetDescendingOk() (*bool, bool)

GetDescendingOk returns a tuple with the Descending field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ServiceUserList) GetFilterBy ¶

func (o *ServiceUserList) GetFilterBy() []FilterBy

GetFilterBy returns the FilterBy field value if set, zero value otherwise.

func (*ServiceUserList) GetFilterByOk ¶

func (o *ServiceUserList) GetFilterByOk() ([]FilterBy, bool)

GetFilterByOk returns a tuple with the FilterBy field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ServiceUserList) GetOrderBy ¶

func (o *ServiceUserList) GetOrderBy() string

GetOrderBy returns the OrderBy field value if set, zero value otherwise.

func (*ServiceUserList) GetOrderByOk ¶

func (o *ServiceUserList) GetOrderByOk() (*string, bool)

GetOrderByOk returns a tuple with the OrderBy field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ServiceUserList) GetQueries ¶

func (o *ServiceUserList) GetQueries() []string

GetQueries returns the Queries field value if set, zero value otherwise.

func (*ServiceUserList) GetQueriesOk ¶

func (o *ServiceUserList) GetQueriesOk() ([]string, bool)

GetQueriesOk returns a tuple with the Queries field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ServiceUserList) GetRange ¶

func (o *ServiceUserList) GetRange() string

GetRange returns the Range field value if set, zero value otherwise.

func (*ServiceUserList) GetRangeOk ¶

func (o *ServiceUserList) GetRangeOk() (*string, bool)

GetRangeOk returns a tuple with the Range field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ServiceUserList) HasData ¶

func (o *ServiceUserList) HasData() bool

HasData returns a boolean if a field has been set.

func (*ServiceUserList) HasDescending ¶

func (o *ServiceUserList) HasDescending() bool

HasDescending returns a boolean if a field has been set.

func (*ServiceUserList) HasFilterBy ¶

func (o *ServiceUserList) HasFilterBy() bool

HasFilterBy returns a boolean if a field has been set.

func (*ServiceUserList) HasOrderBy ¶

func (o *ServiceUserList) HasOrderBy() bool

HasOrderBy returns a boolean if a field has been set.

func (*ServiceUserList) HasQueries ¶

func (o *ServiceUserList) HasQueries() bool

HasQueries returns a boolean if a field has been set.

func (*ServiceUserList) HasRange ¶

func (o *ServiceUserList) HasRange() bool

HasRange returns a boolean if a field has been set.

func (ServiceUserList) MarshalJSON ¶

func (o ServiceUserList) MarshalJSON() ([]byte, error)

func (*ServiceUserList) SetData ¶

func (o *ServiceUserList) SetData(v []ServiceUser)

SetData gets a reference to the given []ServiceUser and assigns it to the Data field.

func (*ServiceUserList) SetDescending ¶

func (o *ServiceUserList) SetDescending(v bool)

SetDescending gets a reference to the given bool and assigns it to the Descending field.

func (*ServiceUserList) SetFilterBy ¶

func (o *ServiceUserList) SetFilterBy(v []FilterBy)

SetFilterBy gets a reference to the given []FilterBy and assigns it to the FilterBy field.

func (*ServiceUserList) SetOrderBy ¶

func (o *ServiceUserList) SetOrderBy(v string)

SetOrderBy gets a reference to the given string and assigns it to the OrderBy field.

func (*ServiceUserList) SetQueries ¶

func (o *ServiceUserList) SetQueries(v []string)

SetQueries gets a reference to the given []string and assigns it to the Queries field.

func (*ServiceUserList) SetRange ¶

func (o *ServiceUserList) SetRange(v string)

SetRange gets a reference to the given string and assigns it to the Range field.

type ServiceUserListAllOf ¶

type ServiceUserListAllOf struct {
	// List of Service Users.
	Data []ServiceUser `json:"data,omitempty"`
}

ServiceUserListAllOf Represents a list of Service Users.

func NewServiceUserListAllOf ¶

func NewServiceUserListAllOf() *ServiceUserListAllOf

NewServiceUserListAllOf instantiates a new ServiceUserListAllOf object This constructor will assign default values to properties that have it defined, 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 NewServiceUserListAllOfWithDefaults ¶

func NewServiceUserListAllOfWithDefaults() *ServiceUserListAllOf

NewServiceUserListAllOfWithDefaults instantiates a new ServiceUserListAllOf object This 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 (*ServiceUserListAllOf) GetData ¶

func (o *ServiceUserListAllOf) GetData() []ServiceUser

GetData returns the Data field value if set, zero value otherwise.

func (*ServiceUserListAllOf) GetDataOk ¶

func (o *ServiceUserListAllOf) GetDataOk() ([]ServiceUser, bool)

GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ServiceUserListAllOf) HasData ¶

func (o *ServiceUserListAllOf) HasData() bool

HasData returns a boolean if a field has been set.

func (ServiceUserListAllOf) MarshalJSON ¶

func (o ServiceUserListAllOf) MarshalJSON() ([]byte, error)

func (*ServiceUserListAllOf) SetData ¶

func (o *ServiceUserListAllOf) SetData(v []ServiceUser)

SetData gets a reference to the given []ServiceUser and assigns it to the Data field.

type ServiceUsersApiService ¶

type ServiceUsersApiService service

ServiceUsersApiService ServiceUsersApi service

func (*ServiceUsersApiService) ServiceUsersGet ¶

ServiceUsersGet List all Service Users.

List all Service Users visible to current user.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiServiceUsersGetRequest

func (*ServiceUsersApiService) ServiceUsersGetExecute ¶

Execute executes the request

@return ServiceUserList

func (*ServiceUsersApiService) ServiceUsersIdDelete ¶

ServiceUsersIdDelete Delete a specific Service User.

Delete a specific Service User.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id ID of the object.
@return ApiServiceUsersIdDeleteRequest

func (*ServiceUsersApiService) ServiceUsersIdDeleteExecute ¶

func (a *ServiceUsersApiService) ServiceUsersIdDeleteExecute(r ApiServiceUsersIdDeleteRequest) (*http.Response, error)

Execute executes the request

func (*ServiceUsersApiService) ServiceUsersIdGet ¶

ServiceUsersIdGet Get a specific Service User.

Get a specific Service User.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id ID of the object.
@return ApiServiceUsersIdGetRequest

func (*ServiceUsersApiService) ServiceUsersIdGetExecute ¶

Execute executes the request

@return ServiceUser

func (*ServiceUsersApiService) ServiceUsersIdPut ¶

ServiceUsersIdPut Update an existing Service User.

Update an existing Service User.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id ID of the object.
@return ApiServiceUsersIdPutRequest

func (*ServiceUsersApiService) ServiceUsersIdPutExecute ¶

Execute executes the request

@return ServiceUser

func (*ServiceUsersApiService) ServiceUsersPost ¶

ServiceUsersPost Create a new Service User.

Create a new Service User.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiServiceUsersPostRequest

func (*ServiceUsersApiService) ServiceUsersPostExecute ¶

Execute executes the request

@return ServiceUser

type ServiceUsersGetRequest ¶

type ServiceUsersGetRequest struct {
	// ID of the object.
	Id *string `json:"id,omitempty"`
	// Name of the object.
	Name string `json:"name"`
	// Notes for the object. Used for documentation purposes.
	Notes *string `json:"notes,omitempty"`
	// Create date.
	Created *time.Time `json:"created,omitempty"`
	// Last update date.
	Updated *time.Time `json:"updated,omitempty"`
	// Array of tags.
	Tags []string `json:"tags,omitempty"`
	// Labels of the service. Will be used as claim.
	Labels *map[string]string `json:"labels,omitempty"`
	// Password for the user. Omit the field to keep the old password when updating a user.
	Password string `json:"password"`
	// If true, the user will not be able to login.
	Disabled *bool `json:"disabled,omitempty"`
	// Number of wrong password login attempts since last successiful login.
	FailedLoginAttempts *float32 `json:"failedLoginAttempts,omitempty"`
	// The date time when the user got locked out. A service user is locked out of the system after X amount of consecutive failed login attempts, where X is configurable in the service Identity Provider. The lock is in effect for Y minute(s), where Y is configurable in the service Identity Provider. When the user logs in successfully, this field becomes null.
	LockStart *time.Time `json:"lockStart,omitempty"`
}

ServiceUsersGetRequest struct for ServiceUsersGetRequest

func NewServiceUsersGetRequest ¶

func NewServiceUsersGetRequest(name string, password string) *ServiceUsersGetRequest

NewServiceUsersGetRequest instantiates a new ServiceUsersGetRequest object This constructor will assign default values to properties that have it defined, 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 NewServiceUsersGetRequestWithDefaults ¶

func NewServiceUsersGetRequestWithDefaults() *ServiceUsersGetRequest

NewServiceUsersGetRequestWithDefaults instantiates a new ServiceUsersGetRequest object This 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 (*ServiceUsersGetRequest) GetCreated ¶

func (o *ServiceUsersGetRequest) GetCreated() time.Time

GetCreated returns the Created field value if set, zero value otherwise.

func (*ServiceUsersGetRequest) GetCreatedOk ¶

func (o *ServiceUsersGetRequest) GetCreatedOk() (*time.Time, bool)

GetCreatedOk returns a tuple with the Created field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ServiceUsersGetRequest) GetDisabled ¶

func (o *ServiceUsersGetRequest) GetDisabled() bool

GetDisabled returns the Disabled field value if set, zero value otherwise.

func (*ServiceUsersGetRequest) GetDisabledOk ¶

func (o *ServiceUsersGetRequest) GetDisabledOk() (*bool, bool)

GetDisabledOk returns a tuple with the Disabled field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ServiceUsersGetRequest) GetFailedLoginAttempts ¶

func (o *ServiceUsersGetRequest) GetFailedLoginAttempts() float32

GetFailedLoginAttempts returns the FailedLoginAttempts field value if set, zero value otherwise.

func (*ServiceUsersGetRequest) GetFailedLoginAttemptsOk ¶

func (o *ServiceUsersGetRequest) GetFailedLoginAttemptsOk() (*float32, bool)

GetFailedLoginAttemptsOk returns a tuple with the FailedLoginAttempts field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ServiceUsersGetRequest) GetId ¶

func (o *ServiceUsersGetRequest) GetId() string

GetId returns the Id field value if set, zero value otherwise.

func (*ServiceUsersGetRequest) GetIdOk ¶

func (o *ServiceUsersGetRequest) 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 (*ServiceUsersGetRequest) GetLabels ¶

func (o *ServiceUsersGetRequest) GetLabels() map[string]string

GetLabels returns the Labels field value if set, zero value otherwise.

func (*ServiceUsersGetRequest) GetLabelsOk ¶

func (o *ServiceUsersGetRequest) GetLabelsOk() (*map[string]string, bool)

GetLabelsOk returns a tuple with the Labels field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ServiceUsersGetRequest) GetLockStart ¶

func (o *ServiceUsersGetRequest) GetLockStart() time.Time

GetLockStart returns the LockStart field value if set, zero value otherwise.

func (*ServiceUsersGetRequest) GetLockStartOk ¶

func (o *ServiceUsersGetRequest) GetLockStartOk() (*time.Time, bool)

GetLockStartOk returns a tuple with the LockStart field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ServiceUsersGetRequest) GetName ¶

func (o *ServiceUsersGetRequest) GetName() string

GetName returns the Name field value

func (*ServiceUsersGetRequest) GetNameOk ¶

func (o *ServiceUsersGetRequest) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.

func (*ServiceUsersGetRequest) GetNotes ¶

func (o *ServiceUsersGetRequest) GetNotes() string

GetNotes returns the Notes field value if set, zero value otherwise.

func (*ServiceUsersGetRequest) GetNotesOk ¶

func (o *ServiceUsersGetRequest) GetNotesOk() (*string, bool)

GetNotesOk returns a tuple with the Notes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ServiceUsersGetRequest) GetPassword ¶

func (o *ServiceUsersGetRequest) GetPassword() string

GetPassword returns the Password field value

func (*ServiceUsersGetRequest) GetPasswordOk ¶

func (o *ServiceUsersGetRequest) GetPasswordOk() (*string, bool)

GetPasswordOk returns a tuple with the Password field value and a boolean to check if the value has been set.

func (*ServiceUsersGetRequest) GetTags ¶

func (o *ServiceUsersGetRequest) GetTags() []string

GetTags returns the Tags field value if set, zero value otherwise.

func (*ServiceUsersGetRequest) GetTagsOk ¶

func (o *ServiceUsersGetRequest) GetTagsOk() ([]string, bool)

GetTagsOk returns a tuple with the Tags field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ServiceUsersGetRequest) GetUpdated ¶

func (o *ServiceUsersGetRequest) GetUpdated() time.Time

GetUpdated returns the Updated field value if set, zero value otherwise.

func (*ServiceUsersGetRequest) GetUpdatedOk ¶

func (o *ServiceUsersGetRequest) GetUpdatedOk() (*time.Time, bool)

GetUpdatedOk returns a tuple with the Updated field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ServiceUsersGetRequest) HasCreated ¶

func (o *ServiceUsersGetRequest) HasCreated() bool

HasCreated returns a boolean if a field has been set.

func (*ServiceUsersGetRequest) HasDisabled ¶

func (o *ServiceUsersGetRequest) HasDisabled() bool

HasDisabled returns a boolean if a field has been set.

func (*ServiceUsersGetRequest) HasFailedLoginAttempts ¶

func (o *ServiceUsersGetRequest) HasFailedLoginAttempts() bool

HasFailedLoginAttempts returns a boolean if a field has been set.

func (*ServiceUsersGetRequest) HasId ¶

func (o *ServiceUsersGetRequest) HasId() bool

HasId returns a boolean if a field has been set.

func (*ServiceUsersGetRequest) HasLabels ¶

func (o *ServiceUsersGetRequest) HasLabels() bool

HasLabels returns a boolean if a field has been set.

func (*ServiceUsersGetRequest) HasLockStart ¶

func (o *ServiceUsersGetRequest) HasLockStart() bool

HasLockStart returns a boolean if a field has been set.

func (*ServiceUsersGetRequest) HasNotes ¶

func (o *ServiceUsersGetRequest) HasNotes() bool

HasNotes returns a boolean if a field has been set.

func (*ServiceUsersGetRequest) HasTags ¶

func (o *ServiceUsersGetRequest) HasTags() bool

HasTags returns a boolean if a field has been set.

func (*ServiceUsersGetRequest) HasUpdated ¶

func (o *ServiceUsersGetRequest) HasUpdated() bool

HasUpdated returns a boolean if a field has been set.

func (ServiceUsersGetRequest) MarshalJSON ¶

func (o ServiceUsersGetRequest) MarshalJSON() ([]byte, error)

func (*ServiceUsersGetRequest) SetCreated ¶

func (o *ServiceUsersGetRequest) SetCreated(v time.Time)

SetCreated gets a reference to the given time.Time and assigns it to the Created field.

func (*ServiceUsersGetRequest) SetDisabled ¶

func (o *ServiceUsersGetRequest) SetDisabled(v bool)

SetDisabled gets a reference to the given bool and assigns it to the Disabled field.

func (*ServiceUsersGetRequest) SetFailedLoginAttempts ¶

func (o *ServiceUsersGetRequest) SetFailedLoginAttempts(v float32)

SetFailedLoginAttempts gets a reference to the given float32 and assigns it to the FailedLoginAttempts field.

func (*ServiceUsersGetRequest) SetId ¶

func (o *ServiceUsersGetRequest) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*ServiceUsersGetRequest) SetLabels ¶

func (o *ServiceUsersGetRequest) SetLabels(v map[string]string)

SetLabels gets a reference to the given map[string]string and assigns it to the Labels field.

func (*ServiceUsersGetRequest) SetLockStart ¶

func (o *ServiceUsersGetRequest) SetLockStart(v time.Time)

SetLockStart gets a reference to the given time.Time and assigns it to the LockStart field.

func (*ServiceUsersGetRequest) SetName ¶

func (o *ServiceUsersGetRequest) SetName(v string)

SetName sets field value

func (*ServiceUsersGetRequest) SetNotes ¶

func (o *ServiceUsersGetRequest) SetNotes(v string)

SetNotes gets a reference to the given string and assigns it to the Notes field.

func (*ServiceUsersGetRequest) SetPassword ¶

func (o *ServiceUsersGetRequest) SetPassword(v string)

SetPassword sets field value

func (*ServiceUsersGetRequest) SetTags ¶

func (o *ServiceUsersGetRequest) SetTags(v []string)

SetTags gets a reference to the given []string and assigns it to the Tags field.

func (*ServiceUsersGetRequest) SetUpdated ¶

func (o *ServiceUsersGetRequest) SetUpdated(v time.Time)

SetUpdated gets a reference to the given time.Time and assigns it to the Updated field.

type SessionInfoDistinguishedName ¶

type SessionInfoDistinguishedName struct {
	// The device ID, same as the one in the Distinguished Name.
	DeviceId *string `json:"deviceId,omitempty"`
	// The username, same as the one in the Distinguished Name.
	Username *string `json:"username,omitempty"`
	// The provider name of the user, same as the one in the Distinguished Name.
	ProviderName *string `json:"providerName,omitempty"`
	// The session details per Gateway. The key is the Appliance name and the value contains the Active Client Session details.
	Data *map[string]SessionInfoDistinguishedNameDataValue `json:"data,omitempty"`
}

SessionInfoDistinguishedName struct for SessionInfoDistinguishedName

func NewSessionInfoDistinguishedName ¶

func NewSessionInfoDistinguishedName() *SessionInfoDistinguishedName

NewSessionInfoDistinguishedName instantiates a new SessionInfoDistinguishedName object This constructor will assign default values to properties that have it defined, 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 NewSessionInfoDistinguishedNameWithDefaults ¶

func NewSessionInfoDistinguishedNameWithDefaults() *SessionInfoDistinguishedName

NewSessionInfoDistinguishedNameWithDefaults instantiates a new SessionInfoDistinguishedName object This 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 (*SessionInfoDistinguishedName) GetData ¶

GetData returns the Data field value if set, zero value otherwise.

func (*SessionInfoDistinguishedName) GetDataOk ¶

GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SessionInfoDistinguishedName) GetDeviceId ¶

func (o *SessionInfoDistinguishedName) GetDeviceId() string

GetDeviceId returns the DeviceId field value if set, zero value otherwise.

func (*SessionInfoDistinguishedName) GetDeviceIdOk ¶

func (o *SessionInfoDistinguishedName) GetDeviceIdOk() (*string, bool)

GetDeviceIdOk returns a tuple with the DeviceId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SessionInfoDistinguishedName) GetProviderName ¶

func (o *SessionInfoDistinguishedName) GetProviderName() string

GetProviderName returns the ProviderName field value if set, zero value otherwise.

func (*SessionInfoDistinguishedName) GetProviderNameOk ¶

func (o *SessionInfoDistinguishedName) GetProviderNameOk() (*string, bool)

GetProviderNameOk returns a tuple with the ProviderName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SessionInfoDistinguishedName) GetUsername ¶

func (o *SessionInfoDistinguishedName) GetUsername() string

GetUsername returns the Username field value if set, zero value otherwise.

func (*SessionInfoDistinguishedName) GetUsernameOk ¶

func (o *SessionInfoDistinguishedName) 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 (*SessionInfoDistinguishedName) HasData ¶

func (o *SessionInfoDistinguishedName) HasData() bool

HasData returns a boolean if a field has been set.

func (*SessionInfoDistinguishedName) HasDeviceId ¶

func (o *SessionInfoDistinguishedName) HasDeviceId() bool

HasDeviceId returns a boolean if a field has been set.

func (*SessionInfoDistinguishedName) HasProviderName ¶

func (o *SessionInfoDistinguishedName) HasProviderName() bool

HasProviderName returns a boolean if a field has been set.

func (*SessionInfoDistinguishedName) HasUsername ¶

func (o *SessionInfoDistinguishedName) HasUsername() bool

HasUsername returns a boolean if a field has been set.

func (SessionInfoDistinguishedName) MarshalJSON ¶

func (o SessionInfoDistinguishedName) MarshalJSON() ([]byte, error)

func (*SessionInfoDistinguishedName) SetData ¶

SetData gets a reference to the given map[string]SessionInfoDistinguishedNameDataValue and assigns it to the Data field.

func (*SessionInfoDistinguishedName) SetDeviceId ¶

func (o *SessionInfoDistinguishedName) SetDeviceId(v string)

SetDeviceId gets a reference to the given string and assigns it to the DeviceId field.

func (*SessionInfoDistinguishedName) SetProviderName ¶

func (o *SessionInfoDistinguishedName) SetProviderName(v string)

SetProviderName gets a reference to the given string and assigns it to the ProviderName field.

func (*SessionInfoDistinguishedName) SetUsername ¶

func (o *SessionInfoDistinguishedName) SetUsername(v string)

SetUsername gets a reference to the given string and assigns it to the Username field.

type SessionInfoDistinguishedNameDataValue ¶

type SessionInfoDistinguishedNameDataValue struct {
	UserClaims   map[string]interface{} `json:"userClaims,omitempty"`
	DeviceClaims map[string]interface{} `json:"deviceClaims,omitempty"`
	SystemClaims map[string]interface{} `json:"systemClaims,omitempty"`
	// Entitlement information reported by the Gateway. The key is the Entitlement name.
	EntitlementInfos *map[string]SessionInfoDistinguishedNameDataValueEntitlementInfosValue `json:"entitlementInfos,omitempty"`
	// The Discovered Apps by this Gateway. Note that this API does not filter out the existing Entitlements like the App Discovery API does.
	DiscoveredApps []string `json:"discoveredApps,omitempty"`
	// VPN details of the session
	Vpn map[string]interface{} `json:"vpn,omitempty"`
	// The Site name for the Gateway.
	Site *string `json:"site,omitempty"`
}

SessionInfoDistinguishedNameDataValue Session Details reported by the Gateway.

func NewSessionInfoDistinguishedNameDataValue ¶

func NewSessionInfoDistinguishedNameDataValue() *SessionInfoDistinguishedNameDataValue

NewSessionInfoDistinguishedNameDataValue instantiates a new SessionInfoDistinguishedNameDataValue object This constructor will assign default values to properties that have it defined, 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 NewSessionInfoDistinguishedNameDataValueWithDefaults ¶

func NewSessionInfoDistinguishedNameDataValueWithDefaults() *SessionInfoDistinguishedNameDataValue

NewSessionInfoDistinguishedNameDataValueWithDefaults instantiates a new SessionInfoDistinguishedNameDataValue object This 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 (*SessionInfoDistinguishedNameDataValue) GetDeviceClaims ¶

func (o *SessionInfoDistinguishedNameDataValue) GetDeviceClaims() map[string]interface{}

GetDeviceClaims returns the DeviceClaims field value if set, zero value otherwise.

func (*SessionInfoDistinguishedNameDataValue) GetDeviceClaimsOk ¶

func (o *SessionInfoDistinguishedNameDataValue) GetDeviceClaimsOk() (map[string]interface{}, bool)

GetDeviceClaimsOk returns a tuple with the DeviceClaims field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SessionInfoDistinguishedNameDataValue) GetDiscoveredApps ¶

func (o *SessionInfoDistinguishedNameDataValue) GetDiscoveredApps() []string

GetDiscoveredApps returns the DiscoveredApps field value if set, zero value otherwise.

func (*SessionInfoDistinguishedNameDataValue) GetDiscoveredAppsOk ¶

func (o *SessionInfoDistinguishedNameDataValue) GetDiscoveredAppsOk() ([]string, bool)

GetDiscoveredAppsOk returns a tuple with the DiscoveredApps field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SessionInfoDistinguishedNameDataValue) GetEntitlementInfos ¶

GetEntitlementInfos returns the EntitlementInfos field value if set, zero value otherwise.

func (*SessionInfoDistinguishedNameDataValue) GetEntitlementInfosOk ¶

GetEntitlementInfosOk returns a tuple with the EntitlementInfos field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SessionInfoDistinguishedNameDataValue) GetSite ¶

GetSite returns the Site field value if set, zero value otherwise.

func (*SessionInfoDistinguishedNameDataValue) GetSiteOk ¶

GetSiteOk returns a tuple with the Site field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SessionInfoDistinguishedNameDataValue) GetSystemClaims ¶

func (o *SessionInfoDistinguishedNameDataValue) GetSystemClaims() map[string]interface{}

GetSystemClaims returns the SystemClaims field value if set, zero value otherwise.

func (*SessionInfoDistinguishedNameDataValue) GetSystemClaimsOk ¶

func (o *SessionInfoDistinguishedNameDataValue) GetSystemClaimsOk() (map[string]interface{}, bool)

GetSystemClaimsOk returns a tuple with the SystemClaims field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SessionInfoDistinguishedNameDataValue) GetUserClaims ¶

func (o *SessionInfoDistinguishedNameDataValue) GetUserClaims() map[string]interface{}

GetUserClaims returns the UserClaims field value if set, zero value otherwise.

func (*SessionInfoDistinguishedNameDataValue) GetUserClaimsOk ¶

func (o *SessionInfoDistinguishedNameDataValue) GetUserClaimsOk() (map[string]interface{}, bool)

GetUserClaimsOk returns a tuple with the UserClaims field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SessionInfoDistinguishedNameDataValue) GetVpn ¶

func (o *SessionInfoDistinguishedNameDataValue) GetVpn() map[string]interface{}

GetVpn returns the Vpn field value if set, zero value otherwise.

func (*SessionInfoDistinguishedNameDataValue) GetVpnOk ¶

func (o *SessionInfoDistinguishedNameDataValue) GetVpnOk() (map[string]interface{}, bool)

GetVpnOk returns a tuple with the Vpn field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SessionInfoDistinguishedNameDataValue) HasDeviceClaims ¶

func (o *SessionInfoDistinguishedNameDataValue) HasDeviceClaims() bool

HasDeviceClaims returns a boolean if a field has been set.

func (*SessionInfoDistinguishedNameDataValue) HasDiscoveredApps ¶

func (o *SessionInfoDistinguishedNameDataValue) HasDiscoveredApps() bool

HasDiscoveredApps returns a boolean if a field has been set.

func (*SessionInfoDistinguishedNameDataValue) HasEntitlementInfos ¶

func (o *SessionInfoDistinguishedNameDataValue) HasEntitlementInfos() bool

HasEntitlementInfos returns a boolean if a field has been set.

func (*SessionInfoDistinguishedNameDataValue) HasSite ¶

HasSite returns a boolean if a field has been set.

func (*SessionInfoDistinguishedNameDataValue) HasSystemClaims ¶

func (o *SessionInfoDistinguishedNameDataValue) HasSystemClaims() bool

HasSystemClaims returns a boolean if a field has been set.

func (*SessionInfoDistinguishedNameDataValue) HasUserClaims ¶

func (o *SessionInfoDistinguishedNameDataValue) HasUserClaims() bool

HasUserClaims returns a boolean if a field has been set.

func (*SessionInfoDistinguishedNameDataValue) HasVpn ¶

HasVpn returns a boolean if a field has been set.

func (SessionInfoDistinguishedNameDataValue) MarshalJSON ¶

func (o SessionInfoDistinguishedNameDataValue) MarshalJSON() ([]byte, error)

func (*SessionInfoDistinguishedNameDataValue) SetDeviceClaims ¶

func (o *SessionInfoDistinguishedNameDataValue) SetDeviceClaims(v map[string]interface{})

SetDeviceClaims gets a reference to the given map[string]interface{} and assigns it to the DeviceClaims field.

func (*SessionInfoDistinguishedNameDataValue) SetDiscoveredApps ¶

func (o *SessionInfoDistinguishedNameDataValue) SetDiscoveredApps(v []string)

SetDiscoveredApps gets a reference to the given []string and assigns it to the DiscoveredApps field.

func (*SessionInfoDistinguishedNameDataValue) SetEntitlementInfos ¶

SetEntitlementInfos gets a reference to the given map[string]SessionInfoDistinguishedNameDataValueEntitlementInfosValue and assigns it to the EntitlementInfos field.

func (*SessionInfoDistinguishedNameDataValue) SetSite ¶

SetSite gets a reference to the given string and assigns it to the Site field.

func (*SessionInfoDistinguishedNameDataValue) SetSystemClaims ¶

func (o *SessionInfoDistinguishedNameDataValue) SetSystemClaims(v map[string]interface{})

SetSystemClaims gets a reference to the given map[string]interface{} and assigns it to the SystemClaims field.

func (*SessionInfoDistinguishedNameDataValue) SetUserClaims ¶

func (o *SessionInfoDistinguishedNameDataValue) SetUserClaims(v map[string]interface{})

SetUserClaims gets a reference to the given map[string]interface{} and assigns it to the UserClaims field.

func (*SessionInfoDistinguishedNameDataValue) SetVpn ¶

func (o *SessionInfoDistinguishedNameDataValue) SetVpn(v map[string]interface{})

SetVpn gets a reference to the given map[string]interface{} and assigns it to the Vpn field.

type SessionInfoDistinguishedNameDataValueEntitlementInfosValue ¶

type SessionInfoDistinguishedNameDataValueEntitlementInfosValue struct {
	// Whether all the Conditions must succeed to have access to this Entitlement or just one.
	ConditionLogic *string `json:"conditionLogic,omitempty"`
	// Current results of the Condition evaluations. Entitlement access is decided according to these results. The key is the Condition name.
	ConditionResults *map[string]bool `json:"conditionResults,omitempty"`
	// Current Firewall Rules assigned after evaluating all the Entitlements, Conditions and Name Resolvers.
	FirewallRules []SessionInfoDistinguishedNameDataValueEntitlementInfosValueFirewallRulesInner `json:"firewallRules,omitempty"`
	// Names of the Policies that has granted this Entitlement.
	PolicyNames []string `json:"policyNames,omitempty"`
}

SessionInfoDistinguishedNameDataValueEntitlementInfosValue Entitlement details.

func NewSessionInfoDistinguishedNameDataValueEntitlementInfosValue ¶

func NewSessionInfoDistinguishedNameDataValueEntitlementInfosValue() *SessionInfoDistinguishedNameDataValueEntitlementInfosValue

NewSessionInfoDistinguishedNameDataValueEntitlementInfosValue instantiates a new SessionInfoDistinguishedNameDataValueEntitlementInfosValue object This constructor will assign default values to properties that have it defined, 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 NewSessionInfoDistinguishedNameDataValueEntitlementInfosValueWithDefaults ¶

func NewSessionInfoDistinguishedNameDataValueEntitlementInfosValueWithDefaults() *SessionInfoDistinguishedNameDataValueEntitlementInfosValue

NewSessionInfoDistinguishedNameDataValueEntitlementInfosValueWithDefaults instantiates a new SessionInfoDistinguishedNameDataValueEntitlementInfosValue object This 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 (*SessionInfoDistinguishedNameDataValueEntitlementInfosValue) GetConditionLogic ¶

GetConditionLogic returns the ConditionLogic field value if set, zero value otherwise.

func (*SessionInfoDistinguishedNameDataValueEntitlementInfosValue) GetConditionLogicOk ¶

GetConditionLogicOk returns a tuple with the ConditionLogic field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SessionInfoDistinguishedNameDataValueEntitlementInfosValue) GetConditionResults ¶

GetConditionResults returns the ConditionResults field value if set, zero value otherwise.

func (*SessionInfoDistinguishedNameDataValueEntitlementInfosValue) GetConditionResultsOk ¶

GetConditionResultsOk returns a tuple with the ConditionResults field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SessionInfoDistinguishedNameDataValueEntitlementInfosValue) GetFirewallRules ¶

GetFirewallRules returns the FirewallRules field value if set, zero value otherwise.

func (*SessionInfoDistinguishedNameDataValueEntitlementInfosValue) GetFirewallRulesOk ¶

GetFirewallRulesOk returns a tuple with the FirewallRules field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SessionInfoDistinguishedNameDataValueEntitlementInfosValue) GetPolicyNames ¶

GetPolicyNames returns the PolicyNames field value if set, zero value otherwise.

func (*SessionInfoDistinguishedNameDataValueEntitlementInfosValue) GetPolicyNamesOk ¶

GetPolicyNamesOk returns a tuple with the PolicyNames field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SessionInfoDistinguishedNameDataValueEntitlementInfosValue) HasConditionLogic ¶

HasConditionLogic returns a boolean if a field has been set.

func (*SessionInfoDistinguishedNameDataValueEntitlementInfosValue) HasConditionResults ¶

HasConditionResults returns a boolean if a field has been set.

func (*SessionInfoDistinguishedNameDataValueEntitlementInfosValue) HasFirewallRules ¶

HasFirewallRules returns a boolean if a field has been set.

func (*SessionInfoDistinguishedNameDataValueEntitlementInfosValue) HasPolicyNames ¶

HasPolicyNames returns a boolean if a field has been set.

func (SessionInfoDistinguishedNameDataValueEntitlementInfosValue) MarshalJSON ¶

func (*SessionInfoDistinguishedNameDataValueEntitlementInfosValue) SetConditionLogic ¶

SetConditionLogic gets a reference to the given string and assigns it to the ConditionLogic field.

func (*SessionInfoDistinguishedNameDataValueEntitlementInfosValue) SetConditionResults ¶

SetConditionResults gets a reference to the given map[string]bool and assigns it to the ConditionResults field.

func (*SessionInfoDistinguishedNameDataValueEntitlementInfosValue) SetFirewallRules ¶

SetFirewallRules gets a reference to the given []SessionInfoDistinguishedNameDataValueEntitlementInfosValueFirewallRulesInner and assigns it to the FirewallRules field.

func (*SessionInfoDistinguishedNameDataValueEntitlementInfosValue) SetPolicyNames ¶

SetPolicyNames gets a reference to the given []string and assigns it to the PolicyNames field.

type SessionInfoDistinguishedNameDataValueEntitlementInfosValueFirewallRulesInner ¶

type SessionInfoDistinguishedNameDataValueEntitlementInfosValueFirewallRulesInner struct {
	// Name of the rule.
	Name *string `json:"name,omitempty"`
	// The protocol for the Firewall Rule.
	Protocol *string `json:"protocol,omitempty"`
	// The direction of the Firewall Rrule.
	Direction *string `json:"direction,omitempty"`
	// The action for the Firewall Rule.
	Action *string `json:"action,omitempty"`
	// The subnets the Firewall Rule applies to.
	Subnets []string `json:"subnets,omitempty"`
	// The URLs the Firewall Rule applies to in case of http_up subtype.
	Urls []string `json:"urls,omitempty"`
	// The ports the Firewall Rule applies to.
	Ports []string `json:"ports,omitempty"`
	// The ICMP types the Firewall Rule applies to. Valid for ICMP.
	Types []string `json:"types,omitempty"`
}

SessionInfoDistinguishedNameDataValueEntitlementInfosValueFirewallRulesInner Firewall Rule.

func NewSessionInfoDistinguishedNameDataValueEntitlementInfosValueFirewallRulesInner ¶

func NewSessionInfoDistinguishedNameDataValueEntitlementInfosValueFirewallRulesInner() *SessionInfoDistinguishedNameDataValueEntitlementInfosValueFirewallRulesInner

NewSessionInfoDistinguishedNameDataValueEntitlementInfosValueFirewallRulesInner instantiates a new SessionInfoDistinguishedNameDataValueEntitlementInfosValueFirewallRulesInner object This constructor will assign default values to properties that have it defined, 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 NewSessionInfoDistinguishedNameDataValueEntitlementInfosValueFirewallRulesInnerWithDefaults ¶

func NewSessionInfoDistinguishedNameDataValueEntitlementInfosValueFirewallRulesInnerWithDefaults() *SessionInfoDistinguishedNameDataValueEntitlementInfosValueFirewallRulesInner

NewSessionInfoDistinguishedNameDataValueEntitlementInfosValueFirewallRulesInnerWithDefaults instantiates a new SessionInfoDistinguishedNameDataValueEntitlementInfosValueFirewallRulesInner object This 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 (*SessionInfoDistinguishedNameDataValueEntitlementInfosValueFirewallRulesInner) GetAction ¶

GetAction returns the Action field value if set, zero value otherwise.

func (*SessionInfoDistinguishedNameDataValueEntitlementInfosValueFirewallRulesInner) GetActionOk ¶

GetActionOk returns a tuple with the Action field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SessionInfoDistinguishedNameDataValueEntitlementInfosValueFirewallRulesInner) GetDirection ¶

GetDirection returns the Direction field value if set, zero value otherwise.

func (*SessionInfoDistinguishedNameDataValueEntitlementInfosValueFirewallRulesInner) GetDirectionOk ¶

GetDirectionOk returns a tuple with the Direction field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SessionInfoDistinguishedNameDataValueEntitlementInfosValueFirewallRulesInner) GetName ¶

GetName returns the Name field value if set, zero value otherwise.

func (*SessionInfoDistinguishedNameDataValueEntitlementInfosValueFirewallRulesInner) 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 (*SessionInfoDistinguishedNameDataValueEntitlementInfosValueFirewallRulesInner) GetPorts ¶

GetPorts returns the Ports field value if set, zero value otherwise.

func (*SessionInfoDistinguishedNameDataValueEntitlementInfosValueFirewallRulesInner) GetPortsOk ¶

GetPortsOk returns a tuple with the Ports field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SessionInfoDistinguishedNameDataValueEntitlementInfosValueFirewallRulesInner) GetProtocol ¶

GetProtocol returns the Protocol field value if set, zero value otherwise.

func (*SessionInfoDistinguishedNameDataValueEntitlementInfosValueFirewallRulesInner) GetProtocolOk ¶

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 (*SessionInfoDistinguishedNameDataValueEntitlementInfosValueFirewallRulesInner) GetSubnets ¶

GetSubnets returns the Subnets field value if set, zero value otherwise.

func (*SessionInfoDistinguishedNameDataValueEntitlementInfosValueFirewallRulesInner) GetSubnetsOk ¶

GetSubnetsOk returns a tuple with the Subnets field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SessionInfoDistinguishedNameDataValueEntitlementInfosValueFirewallRulesInner) GetTypes ¶

GetTypes returns the Types field value if set, zero value otherwise.

func (*SessionInfoDistinguishedNameDataValueEntitlementInfosValueFirewallRulesInner) GetTypesOk ¶

GetTypesOk returns a tuple with the Types field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SessionInfoDistinguishedNameDataValueEntitlementInfosValueFirewallRulesInner) GetUrls ¶

GetUrls returns the Urls field value if set, zero value otherwise.

func (*SessionInfoDistinguishedNameDataValueEntitlementInfosValueFirewallRulesInner) GetUrlsOk ¶

GetUrlsOk returns a tuple with the Urls field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SessionInfoDistinguishedNameDataValueEntitlementInfosValueFirewallRulesInner) HasAction ¶

HasAction returns a boolean if a field has been set.

func (*SessionInfoDistinguishedNameDataValueEntitlementInfosValueFirewallRulesInner) HasDirection ¶

HasDirection returns a boolean if a field has been set.

func (*SessionInfoDistinguishedNameDataValueEntitlementInfosValueFirewallRulesInner) HasName ¶

HasName returns a boolean if a field has been set.

func (*SessionInfoDistinguishedNameDataValueEntitlementInfosValueFirewallRulesInner) HasPorts ¶

HasPorts returns a boolean if a field has been set.

func (*SessionInfoDistinguishedNameDataValueEntitlementInfosValueFirewallRulesInner) HasProtocol ¶

HasProtocol returns a boolean if a field has been set.

func (*SessionInfoDistinguishedNameDataValueEntitlementInfosValueFirewallRulesInner) HasSubnets ¶

HasSubnets returns a boolean if a field has been set.

func (*SessionInfoDistinguishedNameDataValueEntitlementInfosValueFirewallRulesInner) HasTypes ¶

HasTypes returns a boolean if a field has been set.

func (*SessionInfoDistinguishedNameDataValueEntitlementInfosValueFirewallRulesInner) HasUrls ¶

HasUrls returns a boolean if a field has been set.

func (SessionInfoDistinguishedNameDataValueEntitlementInfosValueFirewallRulesInner) MarshalJSON ¶

func (*SessionInfoDistinguishedNameDataValueEntitlementInfosValueFirewallRulesInner) SetAction ¶

SetAction gets a reference to the given string and assigns it to the Action field.

func (*SessionInfoDistinguishedNameDataValueEntitlementInfosValueFirewallRulesInner) SetDirection ¶

SetDirection gets a reference to the given string and assigns it to the Direction field.

func (*SessionInfoDistinguishedNameDataValueEntitlementInfosValueFirewallRulesInner) SetName ¶

SetName gets a reference to the given string and assigns it to the Name field.

func (*SessionInfoDistinguishedNameDataValueEntitlementInfosValueFirewallRulesInner) SetPorts ¶

SetPorts gets a reference to the given []string and assigns it to the Ports field.

func (*SessionInfoDistinguishedNameDataValueEntitlementInfosValueFirewallRulesInner) SetProtocol ¶

SetProtocol gets a reference to the given string and assigns it to the Protocol field.

func (*SessionInfoDistinguishedNameDataValueEntitlementInfosValueFirewallRulesInner) SetSubnets ¶

SetSubnets gets a reference to the given []string and assigns it to the Subnets field.

func (*SessionInfoDistinguishedNameDataValueEntitlementInfosValueFirewallRulesInner) SetTypes ¶

SetTypes gets a reference to the given []string and assigns it to the Types field.

func (*SessionInfoDistinguishedNameDataValueEntitlementInfosValueFirewallRulesInner) SetUrls ¶

SetUrls gets a reference to the given []string and assigns it to the Urls field.

type Site ¶

type Site struct {
	// ID of the object.
	Id *string `json:"id,omitempty"`
	// Name of the object.
	Name string `json:"name"`
	// Notes for the object. Used for documentation purposes.
	Notes *string `json:"notes,omitempty"`
	// Create date.
	Created *time.Time `json:"created,omitempty"`
	// Last update date.
	Updated *time.Time `json:"updated,omitempty"`
	// Array of tags.
	Tags []string `json:"tags,omitempty"`
	// A short 4 letter name for the Site to be displayed on the Client.
	ShortName *string `json:"shortName,omitempty"`
	// Description of the Site to be displayed on the Client.
	Description *string `json:"description,omitempty"`
	// Network subnets in CIDR format to define the Site's boundaries. They are added as routes by the Client.
	NetworkSubnets []string `json:"networkSubnets,omitempty"`
	// List of IP Pool mappings for this specific Site. When IPs are allocated this Site, they will be mapped to a new one using this setting.
	IpPoolMappings []SiteAllOfIpPoolMappings `json:"ipPoolMappings,omitempty"`
	DefaultGateway *SiteAllOfDefaultGateway  `json:"defaultGateway,omitempty"`
	// When enabled, the routes are sent to the Client by the Gateways according to the user's Entitlements \"networkSubnets\" should be left be empty if it's enabled.
	EntitlementBasedRouting *bool                    `json:"entitlementBasedRouting,omitempty"`
	Vpn                     *SiteAllOfVpn            `json:"vpn,omitempty"`
	NameResolution          *SiteAllOfNameResolution `json:"nameResolution,omitempty"`
}

Site struct for Site

func NewSite ¶

func NewSite(name string) *Site

NewSite instantiates a new Site object This constructor will assign default values to properties that have it defined, 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 NewSiteWithDefaults ¶

func NewSiteWithDefaults() *Site

NewSiteWithDefaults instantiates a new Site object This 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 (*Site) GetCreated ¶

func (o *Site) GetCreated() time.Time

GetCreated returns the Created field value if set, zero value otherwise.

func (*Site) GetCreatedOk ¶

func (o *Site) GetCreatedOk() (*time.Time, bool)

GetCreatedOk returns a tuple with the Created field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Site) GetDefaultGateway ¶

func (o *Site) GetDefaultGateway() SiteAllOfDefaultGateway

GetDefaultGateway returns the DefaultGateway field value if set, zero value otherwise.

func (*Site) GetDefaultGatewayOk ¶

func (o *Site) GetDefaultGatewayOk() (*SiteAllOfDefaultGateway, bool)

GetDefaultGatewayOk returns a tuple with the DefaultGateway field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Site) GetDescription ¶

func (o *Site) GetDescription() string

GetDescription returns the Description field value if set, zero value otherwise.

func (*Site) GetDescriptionOk ¶

func (o *Site) 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 (*Site) GetEntitlementBasedRouting ¶

func (o *Site) GetEntitlementBasedRouting() bool

GetEntitlementBasedRouting returns the EntitlementBasedRouting field value if set, zero value otherwise.

func (*Site) GetEntitlementBasedRoutingOk ¶

func (o *Site) GetEntitlementBasedRoutingOk() (*bool, bool)

GetEntitlementBasedRoutingOk returns a tuple with the EntitlementBasedRouting field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Site) GetId ¶

func (o *Site) GetId() string

GetId returns the Id field value if set, zero value otherwise.

func (*Site) GetIdOk ¶

func (o *Site) 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 (*Site) GetIpPoolMappings ¶

func (o *Site) GetIpPoolMappings() []SiteAllOfIpPoolMappings

GetIpPoolMappings returns the IpPoolMappings field value if set, zero value otherwise.

func (*Site) GetIpPoolMappingsOk ¶

func (o *Site) GetIpPoolMappingsOk() ([]SiteAllOfIpPoolMappings, bool)

GetIpPoolMappingsOk returns a tuple with the IpPoolMappings field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Site) GetName ¶

func (o *Site) GetName() string

GetName returns the Name field value

func (*Site) GetNameOk ¶

func (o *Site) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.

func (*Site) GetNameResolution ¶

func (o *Site) GetNameResolution() SiteAllOfNameResolution

GetNameResolution returns the NameResolution field value if set, zero value otherwise.

func (*Site) GetNameResolutionOk ¶

func (o *Site) GetNameResolutionOk() (*SiteAllOfNameResolution, bool)

GetNameResolutionOk returns a tuple with the NameResolution field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Site) GetNetworkSubnets ¶

func (o *Site) GetNetworkSubnets() []string

GetNetworkSubnets returns the NetworkSubnets field value if set, zero value otherwise.

func (*Site) GetNetworkSubnetsOk ¶

func (o *Site) GetNetworkSubnetsOk() ([]string, bool)

GetNetworkSubnetsOk returns a tuple with the NetworkSubnets field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Site) GetNotes ¶

func (o *Site) GetNotes() string

GetNotes returns the Notes field value if set, zero value otherwise.

func (*Site) GetNotesOk ¶

func (o *Site) GetNotesOk() (*string, bool)

GetNotesOk returns a tuple with the Notes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Site) GetShortName ¶

func (o *Site) GetShortName() string

GetShortName returns the ShortName field value if set, zero value otherwise.

func (*Site) GetShortNameOk ¶

func (o *Site) GetShortNameOk() (*string, bool)

GetShortNameOk returns a tuple with the ShortName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Site) GetTags ¶

func (o *Site) GetTags() []string

GetTags returns the Tags field value if set, zero value otherwise.

func (*Site) GetTagsOk ¶

func (o *Site) GetTagsOk() ([]string, bool)

GetTagsOk returns a tuple with the Tags field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Site) GetUpdated ¶

func (o *Site) GetUpdated() time.Time

GetUpdated returns the Updated field value if set, zero value otherwise.

func (*Site) GetUpdatedOk ¶

func (o *Site) GetUpdatedOk() (*time.Time, bool)

GetUpdatedOk returns a tuple with the Updated field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Site) GetVpn ¶

func (o *Site) GetVpn() SiteAllOfVpn

GetVpn returns the Vpn field value if set, zero value otherwise.

func (*Site) GetVpnOk ¶

func (o *Site) GetVpnOk() (*SiteAllOfVpn, bool)

GetVpnOk returns a tuple with the Vpn field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Site) HasCreated ¶

func (o *Site) HasCreated() bool

HasCreated returns a boolean if a field has been set.

func (*Site) HasDefaultGateway ¶

func (o *Site) HasDefaultGateway() bool

HasDefaultGateway returns a boolean if a field has been set.

func (*Site) HasDescription ¶

func (o *Site) HasDescription() bool

HasDescription returns a boolean if a field has been set.

func (*Site) HasEntitlementBasedRouting ¶

func (o *Site) HasEntitlementBasedRouting() bool

HasEntitlementBasedRouting returns a boolean if a field has been set.

func (*Site) HasId ¶

func (o *Site) HasId() bool

HasId returns a boolean if a field has been set.

func (*Site) HasIpPoolMappings ¶

func (o *Site) HasIpPoolMappings() bool

HasIpPoolMappings returns a boolean if a field has been set.

func (*Site) HasNameResolution ¶

func (o *Site) HasNameResolution() bool

HasNameResolution returns a boolean if a field has been set.

func (*Site) HasNetworkSubnets ¶

func (o *Site) HasNetworkSubnets() bool

HasNetworkSubnets returns a boolean if a field has been set.

func (*Site) HasNotes ¶

func (o *Site) HasNotes() bool

HasNotes returns a boolean if a field has been set.

func (*Site) HasShortName ¶

func (o *Site) HasShortName() bool

HasShortName returns a boolean if a field has been set.

func (*Site) HasTags ¶

func (o *Site) HasTags() bool

HasTags returns a boolean if a field has been set.

func (*Site) HasUpdated ¶

func (o *Site) HasUpdated() bool

HasUpdated returns a boolean if a field has been set.

func (*Site) HasVpn ¶

func (o *Site) HasVpn() bool

HasVpn returns a boolean if a field has been set.

func (Site) MarshalJSON ¶

func (o Site) MarshalJSON() ([]byte, error)

func (*Site) SetCreated ¶

func (o *Site) SetCreated(v time.Time)

SetCreated gets a reference to the given time.Time and assigns it to the Created field.

func (*Site) SetDefaultGateway ¶

func (o *Site) SetDefaultGateway(v SiteAllOfDefaultGateway)

SetDefaultGateway gets a reference to the given SiteAllOfDefaultGateway and assigns it to the DefaultGateway field.

func (*Site) SetDescription ¶

func (o *Site) SetDescription(v string)

SetDescription gets a reference to the given string and assigns it to the Description field.

func (*Site) SetEntitlementBasedRouting ¶

func (o *Site) SetEntitlementBasedRouting(v bool)

SetEntitlementBasedRouting gets a reference to the given bool and assigns it to the EntitlementBasedRouting field.

func (*Site) SetId ¶

func (o *Site) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*Site) SetIpPoolMappings ¶

func (o *Site) SetIpPoolMappings(v []SiteAllOfIpPoolMappings)

SetIpPoolMappings gets a reference to the given []SiteAllOfIpPoolMappings and assigns it to the IpPoolMappings field.

func (*Site) SetName ¶

func (o *Site) SetName(v string)

SetName sets field value

func (*Site) SetNameResolution ¶

func (o *Site) SetNameResolution(v SiteAllOfNameResolution)

SetNameResolution gets a reference to the given SiteAllOfNameResolution and assigns it to the NameResolution field.

func (*Site) SetNetworkSubnets ¶

func (o *Site) SetNetworkSubnets(v []string)

SetNetworkSubnets gets a reference to the given []string and assigns it to the NetworkSubnets field.

func (*Site) SetNotes ¶

func (o *Site) SetNotes(v string)

SetNotes gets a reference to the given string and assigns it to the Notes field.

func (*Site) SetShortName ¶

func (o *Site) SetShortName(v string)

SetShortName gets a reference to the given string and assigns it to the ShortName field.

func (*Site) SetTags ¶

func (o *Site) SetTags(v []string)

SetTags gets a reference to the given []string and assigns it to the Tags field.

func (*Site) SetUpdated ¶

func (o *Site) SetUpdated(v time.Time)

SetUpdated gets a reference to the given time.Time and assigns it to the Updated field.

func (*Site) SetVpn ¶

func (o *Site) SetVpn(v SiteAllOfVpn)

SetVpn gets a reference to the given SiteAllOfVpn and assigns it to the Vpn field.

type SiteAllOf ¶

type SiteAllOf struct {
	// A short 4 letter name for the Site to be displayed on the Client.
	ShortName *string `json:"shortName,omitempty"`
	// Description of the Site to be displayed on the Client.
	Description *string `json:"description,omitempty"`
	// Network subnets in CIDR format to define the Site's boundaries. They are added as routes by the Client.
	NetworkSubnets []string `json:"networkSubnets,omitempty"`
	// List of IP Pool mappings for this specific Site. When IPs are allocated this Site, they will be mapped to a new one using this setting.
	IpPoolMappings []SiteAllOfIpPoolMappings `json:"ipPoolMappings,omitempty"`
	DefaultGateway *SiteAllOfDefaultGateway  `json:"defaultGateway,omitempty"`
	// When enabled, the routes are sent to the Client by the Gateways according to the user's Entitlements \"networkSubnets\" should be left be empty if it's enabled.
	EntitlementBasedRouting *bool                    `json:"entitlementBasedRouting,omitempty"`
	Vpn                     *SiteAllOfVpn            `json:"vpn,omitempty"`
	NameResolution          *SiteAllOfNameResolution `json:"nameResolution,omitempty"`
}

SiteAllOf Represents a Site.

func NewSiteAllOf ¶

func NewSiteAllOf() *SiteAllOf

NewSiteAllOf instantiates a new SiteAllOf object This constructor will assign default values to properties that have it defined, 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 NewSiteAllOfWithDefaults ¶

func NewSiteAllOfWithDefaults() *SiteAllOf

NewSiteAllOfWithDefaults instantiates a new SiteAllOf object This 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 (*SiteAllOf) GetDefaultGateway ¶

func (o *SiteAllOf) GetDefaultGateway() SiteAllOfDefaultGateway

GetDefaultGateway returns the DefaultGateway field value if set, zero value otherwise.

func (*SiteAllOf) GetDefaultGatewayOk ¶

func (o *SiteAllOf) GetDefaultGatewayOk() (*SiteAllOfDefaultGateway, bool)

GetDefaultGatewayOk returns a tuple with the DefaultGateway field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SiteAllOf) GetDescription ¶

func (o *SiteAllOf) GetDescription() string

GetDescription returns the Description field value if set, zero value otherwise.

func (*SiteAllOf) GetDescriptionOk ¶

func (o *SiteAllOf) 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 (*SiteAllOf) GetEntitlementBasedRouting ¶

func (o *SiteAllOf) GetEntitlementBasedRouting() bool

GetEntitlementBasedRouting returns the EntitlementBasedRouting field value if set, zero value otherwise.

func (*SiteAllOf) GetEntitlementBasedRoutingOk ¶

func (o *SiteAllOf) GetEntitlementBasedRoutingOk() (*bool, bool)

GetEntitlementBasedRoutingOk returns a tuple with the EntitlementBasedRouting field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SiteAllOf) GetIpPoolMappings ¶

func (o *SiteAllOf) GetIpPoolMappings() []SiteAllOfIpPoolMappings

GetIpPoolMappings returns the IpPoolMappings field value if set, zero value otherwise.

func (*SiteAllOf) GetIpPoolMappingsOk ¶

func (o *SiteAllOf) GetIpPoolMappingsOk() ([]SiteAllOfIpPoolMappings, bool)

GetIpPoolMappingsOk returns a tuple with the IpPoolMappings field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SiteAllOf) GetNameResolution ¶

func (o *SiteAllOf) GetNameResolution() SiteAllOfNameResolution

GetNameResolution returns the NameResolution field value if set, zero value otherwise.

func (*SiteAllOf) GetNameResolutionOk ¶

func (o *SiteAllOf) GetNameResolutionOk() (*SiteAllOfNameResolution, bool)

GetNameResolutionOk returns a tuple with the NameResolution field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SiteAllOf) GetNetworkSubnets ¶

func (o *SiteAllOf) GetNetworkSubnets() []string

GetNetworkSubnets returns the NetworkSubnets field value if set, zero value otherwise.

func (*SiteAllOf) GetNetworkSubnetsOk ¶

func (o *SiteAllOf) GetNetworkSubnetsOk() ([]string, bool)

GetNetworkSubnetsOk returns a tuple with the NetworkSubnets field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SiteAllOf) GetShortName ¶

func (o *SiteAllOf) GetShortName() string

GetShortName returns the ShortName field value if set, zero value otherwise.

func (*SiteAllOf) GetShortNameOk ¶

func (o *SiteAllOf) GetShortNameOk() (*string, bool)

GetShortNameOk returns a tuple with the ShortName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SiteAllOf) GetVpn ¶

func (o *SiteAllOf) GetVpn() SiteAllOfVpn

GetVpn returns the Vpn field value if set, zero value otherwise.

func (*SiteAllOf) GetVpnOk ¶

func (o *SiteAllOf) GetVpnOk() (*SiteAllOfVpn, bool)

GetVpnOk returns a tuple with the Vpn field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SiteAllOf) HasDefaultGateway ¶

func (o *SiteAllOf) HasDefaultGateway() bool

HasDefaultGateway returns a boolean if a field has been set.

func (*SiteAllOf) HasDescription ¶

func (o *SiteAllOf) HasDescription() bool

HasDescription returns a boolean if a field has been set.

func (*SiteAllOf) HasEntitlementBasedRouting ¶

func (o *SiteAllOf) HasEntitlementBasedRouting() bool

HasEntitlementBasedRouting returns a boolean if a field has been set.

func (*SiteAllOf) HasIpPoolMappings ¶

func (o *SiteAllOf) HasIpPoolMappings() bool

HasIpPoolMappings returns a boolean if a field has been set.

func (*SiteAllOf) HasNameResolution ¶

func (o *SiteAllOf) HasNameResolution() bool

HasNameResolution returns a boolean if a field has been set.

func (*SiteAllOf) HasNetworkSubnets ¶

func (o *SiteAllOf) HasNetworkSubnets() bool

HasNetworkSubnets returns a boolean if a field has been set.

func (*SiteAllOf) HasShortName ¶

func (o *SiteAllOf) HasShortName() bool

HasShortName returns a boolean if a field has been set.

func (*SiteAllOf) HasVpn ¶

func (o *SiteAllOf) HasVpn() bool

HasVpn returns a boolean if a field has been set.

func (SiteAllOf) MarshalJSON ¶

func (o SiteAllOf) MarshalJSON() ([]byte, error)

func (*SiteAllOf) SetDefaultGateway ¶

func (o *SiteAllOf) SetDefaultGateway(v SiteAllOfDefaultGateway)

SetDefaultGateway gets a reference to the given SiteAllOfDefaultGateway and assigns it to the DefaultGateway field.

func (*SiteAllOf) SetDescription ¶

func (o *SiteAllOf) SetDescription(v string)

SetDescription gets a reference to the given string and assigns it to the Description field.

func (*SiteAllOf) SetEntitlementBasedRouting ¶

func (o *SiteAllOf) SetEntitlementBasedRouting(v bool)

SetEntitlementBasedRouting gets a reference to the given bool and assigns it to the EntitlementBasedRouting field.

func (*SiteAllOf) SetIpPoolMappings ¶

func (o *SiteAllOf) SetIpPoolMappings(v []SiteAllOfIpPoolMappings)

SetIpPoolMappings gets a reference to the given []SiteAllOfIpPoolMappings and assigns it to the IpPoolMappings field.

func (*SiteAllOf) SetNameResolution ¶

func (o *SiteAllOf) SetNameResolution(v SiteAllOfNameResolution)

SetNameResolution gets a reference to the given SiteAllOfNameResolution and assigns it to the NameResolution field.

func (*SiteAllOf) SetNetworkSubnets ¶

func (o *SiteAllOf) SetNetworkSubnets(v []string)

SetNetworkSubnets gets a reference to the given []string and assigns it to the NetworkSubnets field.

func (*SiteAllOf) SetShortName ¶

func (o *SiteAllOf) SetShortName(v string)

SetShortName gets a reference to the given string and assigns it to the ShortName field.

func (*SiteAllOf) SetVpn ¶

func (o *SiteAllOf) SetVpn(v SiteAllOfVpn)

SetVpn gets a reference to the given SiteAllOfVpn and assigns it to the Vpn field.

type SiteAllOfDefaultGateway ¶

type SiteAllOfDefaultGateway struct {
	// When enabled, the Client uses this Site as the Default Default for all IPV4 traffic.
	EnabledV4 *bool `json:"enabledV4,omitempty"`
	// When enabled, the Client uses this Site as the Default Default for all IPv6 traffic.
	EnabledV6 *bool `json:"enabledV6,omitempty"`
	// Network subnets to exclude when Default Gateway is enabled. The traffic for these subnets will not go through the Gateway in this Site. Deprecated as of 6.0. Use action type 'exclude' in Entitlements instead.
	// Deprecated
	ExcludedSubnets []string `json:"excludedSubnets,omitempty"`
}

SiteAllOfDefaultGateway Default Gateway configuration.

func NewSiteAllOfDefaultGateway ¶

func NewSiteAllOfDefaultGateway() *SiteAllOfDefaultGateway

NewSiteAllOfDefaultGateway instantiates a new SiteAllOfDefaultGateway object This constructor will assign default values to properties that have it defined, 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 NewSiteAllOfDefaultGatewayWithDefaults ¶

func NewSiteAllOfDefaultGatewayWithDefaults() *SiteAllOfDefaultGateway

NewSiteAllOfDefaultGatewayWithDefaults instantiates a new SiteAllOfDefaultGateway object This 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 (*SiteAllOfDefaultGateway) GetEnabledV4 ¶

func (o *SiteAllOfDefaultGateway) GetEnabledV4() bool

GetEnabledV4 returns the EnabledV4 field value if set, zero value otherwise.

func (*SiteAllOfDefaultGateway) GetEnabledV4Ok ¶

func (o *SiteAllOfDefaultGateway) GetEnabledV4Ok() (*bool, bool)

GetEnabledV4Ok returns a tuple with the EnabledV4 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SiteAllOfDefaultGateway) GetEnabledV6 ¶

func (o *SiteAllOfDefaultGateway) GetEnabledV6() bool

GetEnabledV6 returns the EnabledV6 field value if set, zero value otherwise.

func (*SiteAllOfDefaultGateway) GetEnabledV6Ok ¶

func (o *SiteAllOfDefaultGateway) GetEnabledV6Ok() (*bool, bool)

GetEnabledV6Ok returns a tuple with the EnabledV6 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SiteAllOfDefaultGateway) GetExcludedSubnets ¶

func (o *SiteAllOfDefaultGateway) GetExcludedSubnets() []string

GetExcludedSubnets returns the ExcludedSubnets field value if set, zero value otherwise. Deprecated

func (*SiteAllOfDefaultGateway) GetExcludedSubnetsOk ¶

func (o *SiteAllOfDefaultGateway) GetExcludedSubnetsOk() ([]string, bool)

GetExcludedSubnetsOk returns a tuple with the ExcludedSubnets field value if set, nil otherwise and a boolean to check if the value has been set. Deprecated

func (*SiteAllOfDefaultGateway) HasEnabledV4 ¶

func (o *SiteAllOfDefaultGateway) HasEnabledV4() bool

HasEnabledV4 returns a boolean if a field has been set.

func (*SiteAllOfDefaultGateway) HasEnabledV6 ¶

func (o *SiteAllOfDefaultGateway) HasEnabledV6() bool

HasEnabledV6 returns a boolean if a field has been set.

func (*SiteAllOfDefaultGateway) HasExcludedSubnets ¶

func (o *SiteAllOfDefaultGateway) HasExcludedSubnets() bool

HasExcludedSubnets returns a boolean if a field has been set.

func (SiteAllOfDefaultGateway) MarshalJSON ¶

func (o SiteAllOfDefaultGateway) MarshalJSON() ([]byte, error)

func (*SiteAllOfDefaultGateway) SetEnabledV4 ¶

func (o *SiteAllOfDefaultGateway) SetEnabledV4(v bool)

SetEnabledV4 gets a reference to the given bool and assigns it to the EnabledV4 field.

func (*SiteAllOfDefaultGateway) SetEnabledV6 ¶

func (o *SiteAllOfDefaultGateway) SetEnabledV6(v bool)

SetEnabledV6 gets a reference to the given bool and assigns it to the EnabledV6 field.

func (*SiteAllOfDefaultGateway) SetExcludedSubnets ¶

func (o *SiteAllOfDefaultGateway) SetExcludedSubnets(v []string)

SetExcludedSubnets gets a reference to the given []string and assigns it to the ExcludedSubnets field. Deprecated

type SiteAllOfIpPoolMappings ¶

type SiteAllOfIpPoolMappings struct {
	// IP Pool ID to map from. If a user is authorizing with this IP Pool via Identity Provider assignment and has access to this Site, mapping will occur for that user.
	From *string `json:"from,omitempty"`
	// IP Pool ID to map to.
	To *string `json:"to,omitempty"`
	// Mapping type.
	Type *string `json:"type,omitempty"`
}

SiteAllOfIpPoolMappings struct for SiteAllOfIpPoolMappings

func NewSiteAllOfIpPoolMappings ¶

func NewSiteAllOfIpPoolMappings() *SiteAllOfIpPoolMappings

NewSiteAllOfIpPoolMappings instantiates a new SiteAllOfIpPoolMappings object This constructor will assign default values to properties that have it defined, 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 NewSiteAllOfIpPoolMappingsWithDefaults ¶

func NewSiteAllOfIpPoolMappingsWithDefaults() *SiteAllOfIpPoolMappings

NewSiteAllOfIpPoolMappingsWithDefaults instantiates a new SiteAllOfIpPoolMappings object This 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 (*SiteAllOfIpPoolMappings) GetFrom ¶

func (o *SiteAllOfIpPoolMappings) GetFrom() string

GetFrom returns the From field value if set, zero value otherwise.

func (*SiteAllOfIpPoolMappings) GetFromOk ¶

func (o *SiteAllOfIpPoolMappings) GetFromOk() (*string, bool)

GetFromOk returns a tuple with the From field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SiteAllOfIpPoolMappings) GetTo ¶

func (o *SiteAllOfIpPoolMappings) GetTo() string

GetTo returns the To field value if set, zero value otherwise.

func (*SiteAllOfIpPoolMappings) GetToOk ¶

func (o *SiteAllOfIpPoolMappings) GetToOk() (*string, bool)

GetToOk returns a tuple with the To field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SiteAllOfIpPoolMappings) GetType ¶

func (o *SiteAllOfIpPoolMappings) GetType() string

GetType returns the Type field value if set, zero value otherwise.

func (*SiteAllOfIpPoolMappings) GetTypeOk ¶

func (o *SiteAllOfIpPoolMappings) 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 (*SiteAllOfIpPoolMappings) HasFrom ¶

func (o *SiteAllOfIpPoolMappings) HasFrom() bool

HasFrom returns a boolean if a field has been set.

func (*SiteAllOfIpPoolMappings) HasTo ¶

func (o *SiteAllOfIpPoolMappings) HasTo() bool

HasTo returns a boolean if a field has been set.

func (*SiteAllOfIpPoolMappings) HasType ¶

func (o *SiteAllOfIpPoolMappings) HasType() bool

HasType returns a boolean if a field has been set.

func (SiteAllOfIpPoolMappings) MarshalJSON ¶

func (o SiteAllOfIpPoolMappings) MarshalJSON() ([]byte, error)

func (*SiteAllOfIpPoolMappings) SetFrom ¶

func (o *SiteAllOfIpPoolMappings) SetFrom(v string)

SetFrom gets a reference to the given string and assigns it to the From field.

func (*SiteAllOfIpPoolMappings) SetTo ¶

func (o *SiteAllOfIpPoolMappings) SetTo(v string)

SetTo gets a reference to the given string and assigns it to the To field.

func (*SiteAllOfIpPoolMappings) SetType ¶

func (o *SiteAllOfIpPoolMappings) SetType(v string)

SetType gets a reference to the given string and assigns it to the Type field.

type SiteAllOfNameResolution ¶

type SiteAllOfNameResolution struct {
	// Name resolution to use Appliance's /etc/hosts file.
	UseHostsFile *bool `json:"useHostsFile,omitempty"`
	// Resolver to resolve hostnames using DNS servers.
	DnsResolvers []SiteAllOfNameResolutionDnsResolvers `json:"dnsResolvers,omitempty"`
	// Resolvers to resolve Amazon machines by querying Amazon Web Services.
	AwsResolvers []SiteAllOfNameResolutionAwsResolvers `json:"awsResolvers,omitempty"`
	// Resolvers to resolve Azure machines by querying Azure App Service.
	AzureResolvers []SiteAllOfNameResolutionAzureResolvers `json:"azureResolvers,omitempty"`
	// Resolvers to resolve VMware vSphere machines by querying the vCenter.
	EsxResolvers []SiteAllOfNameResolutionEsxResolvers `json:"esxResolvers,omitempty"`
	// Resolvers to resolve GCP machine by querying Google web services.
	GcpResolvers []SiteAllOfNameResolutionGcpResolvers `json:"gcpResolvers,omitempty"`
	// Resolvers to resolve names by querying Appgate Illumio Resolver.
	IllumioResolvers []SiteAllOfNameResolutionIllumioResolvers `json:"illumioResolvers,omitempty"`
	DnsForwarding    *SiteAllOfNameResolutionDnsForwarding     `json:"dnsForwarding,omitempty"`
}

SiteAllOfNameResolution Settings for asset name resolution.

func NewSiteAllOfNameResolution ¶

func NewSiteAllOfNameResolution() *SiteAllOfNameResolution

NewSiteAllOfNameResolution instantiates a new SiteAllOfNameResolution object This constructor will assign default values to properties that have it defined, 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 NewSiteAllOfNameResolutionWithDefaults ¶

func NewSiteAllOfNameResolutionWithDefaults() *SiteAllOfNameResolution

NewSiteAllOfNameResolutionWithDefaults instantiates a new SiteAllOfNameResolution object This 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 (*SiteAllOfNameResolution) GetAwsResolvers ¶

GetAwsResolvers returns the AwsResolvers field value if set, zero value otherwise.

func (*SiteAllOfNameResolution) GetAwsResolversOk ¶

GetAwsResolversOk returns a tuple with the AwsResolvers field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SiteAllOfNameResolution) GetAzureResolvers ¶

GetAzureResolvers returns the AzureResolvers field value if set, zero value otherwise.

func (*SiteAllOfNameResolution) GetAzureResolversOk ¶

GetAzureResolversOk returns a tuple with the AzureResolvers field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SiteAllOfNameResolution) GetDnsForwarding ¶

GetDnsForwarding returns the DnsForwarding field value if set, zero value otherwise.

func (*SiteAllOfNameResolution) GetDnsForwardingOk ¶

GetDnsForwardingOk returns a tuple with the DnsForwarding field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SiteAllOfNameResolution) GetDnsResolvers ¶

GetDnsResolvers returns the DnsResolvers field value if set, zero value otherwise.

func (*SiteAllOfNameResolution) GetDnsResolversOk ¶

GetDnsResolversOk returns a tuple with the DnsResolvers field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SiteAllOfNameResolution) GetEsxResolvers ¶

GetEsxResolvers returns the EsxResolvers field value if set, zero value otherwise.

func (*SiteAllOfNameResolution) GetEsxResolversOk ¶

GetEsxResolversOk returns a tuple with the EsxResolvers field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SiteAllOfNameResolution) GetGcpResolvers ¶

GetGcpResolvers returns the GcpResolvers field value if set, zero value otherwise.

func (*SiteAllOfNameResolution) GetGcpResolversOk ¶

GetGcpResolversOk returns a tuple with the GcpResolvers field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SiteAllOfNameResolution) GetIllumioResolvers ¶

GetIllumioResolvers returns the IllumioResolvers field value if set, zero value otherwise.

func (*SiteAllOfNameResolution) GetIllumioResolversOk ¶

GetIllumioResolversOk returns a tuple with the IllumioResolvers field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SiteAllOfNameResolution) GetUseHostsFile ¶

func (o *SiteAllOfNameResolution) GetUseHostsFile() bool

GetUseHostsFile returns the UseHostsFile field value if set, zero value otherwise.

func (*SiteAllOfNameResolution) GetUseHostsFileOk ¶

func (o *SiteAllOfNameResolution) GetUseHostsFileOk() (*bool, bool)

GetUseHostsFileOk returns a tuple with the UseHostsFile field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SiteAllOfNameResolution) HasAwsResolvers ¶

func (o *SiteAllOfNameResolution) HasAwsResolvers() bool

HasAwsResolvers returns a boolean if a field has been set.

func (*SiteAllOfNameResolution) HasAzureResolvers ¶

func (o *SiteAllOfNameResolution) HasAzureResolvers() bool

HasAzureResolvers returns a boolean if a field has been set.

func (*SiteAllOfNameResolution) HasDnsForwarding ¶

func (o *SiteAllOfNameResolution) HasDnsForwarding() bool

HasDnsForwarding returns a boolean if a field has been set.

func (*SiteAllOfNameResolution) HasDnsResolvers ¶

func (o *SiteAllOfNameResolution) HasDnsResolvers() bool

HasDnsResolvers returns a boolean if a field has been set.

func (*SiteAllOfNameResolution) HasEsxResolvers ¶

func (o *SiteAllOfNameResolution) HasEsxResolvers() bool

HasEsxResolvers returns a boolean if a field has been set.

func (*SiteAllOfNameResolution) HasGcpResolvers ¶

func (o *SiteAllOfNameResolution) HasGcpResolvers() bool

HasGcpResolvers returns a boolean if a field has been set.

func (*SiteAllOfNameResolution) HasIllumioResolvers ¶

func (o *SiteAllOfNameResolution) HasIllumioResolvers() bool

HasIllumioResolvers returns a boolean if a field has been set.

func (*SiteAllOfNameResolution) HasUseHostsFile ¶

func (o *SiteAllOfNameResolution) HasUseHostsFile() bool

HasUseHostsFile returns a boolean if a field has been set.

func (SiteAllOfNameResolution) MarshalJSON ¶

func (o SiteAllOfNameResolution) MarshalJSON() ([]byte, error)

func (*SiteAllOfNameResolution) SetAwsResolvers ¶

SetAwsResolvers gets a reference to the given []SiteAllOfNameResolutionAwsResolvers and assigns it to the AwsResolvers field.

func (*SiteAllOfNameResolution) SetAzureResolvers ¶

SetAzureResolvers gets a reference to the given []SiteAllOfNameResolutionAzureResolvers and assigns it to the AzureResolvers field.

func (*SiteAllOfNameResolution) SetDnsForwarding ¶

SetDnsForwarding gets a reference to the given SiteAllOfNameResolutionDnsForwarding and assigns it to the DnsForwarding field.

func (*SiteAllOfNameResolution) SetDnsResolvers ¶

SetDnsResolvers gets a reference to the given []SiteAllOfNameResolutionDnsResolvers and assigns it to the DnsResolvers field.

func (*SiteAllOfNameResolution) SetEsxResolvers ¶

SetEsxResolvers gets a reference to the given []SiteAllOfNameResolutionEsxResolvers and assigns it to the EsxResolvers field.

func (*SiteAllOfNameResolution) SetGcpResolvers ¶

SetGcpResolvers gets a reference to the given []SiteAllOfNameResolutionGcpResolvers and assigns it to the GcpResolvers field.

func (*SiteAllOfNameResolution) SetIllumioResolvers ¶

SetIllumioResolvers gets a reference to the given []SiteAllOfNameResolutionIllumioResolvers and assigns it to the IllumioResolvers field.

func (*SiteAllOfNameResolution) SetUseHostsFile ¶

func (o *SiteAllOfNameResolution) SetUseHostsFile(v bool)

SetUseHostsFile gets a reference to the given bool and assigns it to the UseHostsFile field.

type SiteAllOfNameResolutionAssumedRoles ¶

type SiteAllOfNameResolutionAssumedRoles struct {
	// AWS account ID.
	AccountId *string `json:"accountId,omitempty"`
	// AWS role name
	RoleName *string `json:"roleName,omitempty"`
	// AWS role external id.
	ExternalId *string `json:"externalId,omitempty"`
	// AWS regions.
	Regions []string `json:"regions,omitempty"`
}

SiteAllOfNameResolutionAssumedRoles struct for SiteAllOfNameResolutionAssumedRoles

func NewSiteAllOfNameResolutionAssumedRoles ¶

func NewSiteAllOfNameResolutionAssumedRoles() *SiteAllOfNameResolutionAssumedRoles

NewSiteAllOfNameResolutionAssumedRoles instantiates a new SiteAllOfNameResolutionAssumedRoles object This constructor will assign default values to properties that have it defined, 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 NewSiteAllOfNameResolutionAssumedRolesWithDefaults ¶

func NewSiteAllOfNameResolutionAssumedRolesWithDefaults() *SiteAllOfNameResolutionAssumedRoles

NewSiteAllOfNameResolutionAssumedRolesWithDefaults instantiates a new SiteAllOfNameResolutionAssumedRoles object This 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 (*SiteAllOfNameResolutionAssumedRoles) GetAccountId ¶

func (o *SiteAllOfNameResolutionAssumedRoles) GetAccountId() string

GetAccountId returns the AccountId field value if set, zero value otherwise.

func (*SiteAllOfNameResolutionAssumedRoles) GetAccountIdOk ¶

func (o *SiteAllOfNameResolutionAssumedRoles) GetAccountIdOk() (*string, bool)

GetAccountIdOk returns a tuple with the AccountId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SiteAllOfNameResolutionAssumedRoles) GetExternalId ¶

func (o *SiteAllOfNameResolutionAssumedRoles) GetExternalId() string

GetExternalId returns the ExternalId field value if set, zero value otherwise.

func (*SiteAllOfNameResolutionAssumedRoles) GetExternalIdOk ¶

func (o *SiteAllOfNameResolutionAssumedRoles) GetExternalIdOk() (*string, bool)

GetExternalIdOk returns a tuple with the ExternalId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SiteAllOfNameResolutionAssumedRoles) GetRegions ¶

func (o *SiteAllOfNameResolutionAssumedRoles) GetRegions() []string

GetRegions returns the Regions field value if set, zero value otherwise.

func (*SiteAllOfNameResolutionAssumedRoles) GetRegionsOk ¶

func (o *SiteAllOfNameResolutionAssumedRoles) GetRegionsOk() ([]string, bool)

GetRegionsOk returns a tuple with the Regions field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SiteAllOfNameResolutionAssumedRoles) GetRoleName ¶

GetRoleName returns the RoleName field value if set, zero value otherwise.

func (*SiteAllOfNameResolutionAssumedRoles) GetRoleNameOk ¶

func (o *SiteAllOfNameResolutionAssumedRoles) GetRoleNameOk() (*string, bool)

GetRoleNameOk returns a tuple with the RoleName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SiteAllOfNameResolutionAssumedRoles) HasAccountId ¶

func (o *SiteAllOfNameResolutionAssumedRoles) HasAccountId() bool

HasAccountId returns a boolean if a field has been set.

func (*SiteAllOfNameResolutionAssumedRoles) HasExternalId ¶

func (o *SiteAllOfNameResolutionAssumedRoles) HasExternalId() bool

HasExternalId returns a boolean if a field has been set.

func (*SiteAllOfNameResolutionAssumedRoles) HasRegions ¶

func (o *SiteAllOfNameResolutionAssumedRoles) HasRegions() bool

HasRegions returns a boolean if a field has been set.

func (*SiteAllOfNameResolutionAssumedRoles) HasRoleName ¶

func (o *SiteAllOfNameResolutionAssumedRoles) HasRoleName() bool

HasRoleName returns a boolean if a field has been set.

func (SiteAllOfNameResolutionAssumedRoles) MarshalJSON ¶

func (o SiteAllOfNameResolutionAssumedRoles) MarshalJSON() ([]byte, error)

func (*SiteAllOfNameResolutionAssumedRoles) SetAccountId ¶

func (o *SiteAllOfNameResolutionAssumedRoles) SetAccountId(v string)

SetAccountId gets a reference to the given string and assigns it to the AccountId field.

func (*SiteAllOfNameResolutionAssumedRoles) SetExternalId ¶

func (o *SiteAllOfNameResolutionAssumedRoles) SetExternalId(v string)

SetExternalId gets a reference to the given string and assigns it to the ExternalId field.

func (*SiteAllOfNameResolutionAssumedRoles) SetRegions ¶

func (o *SiteAllOfNameResolutionAssumedRoles) SetRegions(v []string)

SetRegions gets a reference to the given []string and assigns it to the Regions field.

func (*SiteAllOfNameResolutionAssumedRoles) SetRoleName ¶

func (o *SiteAllOfNameResolutionAssumedRoles) SetRoleName(v string)

SetRoleName gets a reference to the given string and assigns it to the RoleName field.

type SiteAllOfNameResolutionAwsResolvers ¶

type SiteAllOfNameResolutionAwsResolvers struct {
	// Identifier name. Has no functional effect.
	Name string `json:"name"`
	// How often will the resolver poll the server. In seconds.
	UpdateInterval *int32 `json:"updateInterval,omitempty"`
	// VPC IDs to resolve names.
	Vpcs []string `json:"vpcs,omitempty"`
	// Use VPC auto discovery.
	VpcAutoDiscovery *bool `json:"vpcAutoDiscovery,omitempty"`
	// Amazon regions.
	Regions []string `json:"regions,omitempty"`
	// Uses the built-in IAM role in AWS instances to authenticate against the API.
	UseIAMRole *bool `json:"useIAMRole,omitempty"`
	// ID of the access key.
	AccessKeyId *string `json:"accessKeyId,omitempty"`
	// Secret access key for accessKeyId.
	SecretAccessKey *string `json:"secretAccessKey,omitempty"`
	// Proxy address to use while communicating with AWS. format: username:password@ip/hostname:port
	HttpsProxy *string `json:"httpsProxy,omitempty"`
	// Use master credentials to resolve names in addition to any assumed roles.
	ResolveWithMasterCredentials *bool `json:"resolveWithMasterCredentials,omitempty"`
	// Roles to be assumed to perform AWS name resolution.
	AssumedRoles []SiteAllOfNameResolutionAssumedRoles `json:"assumedRoles,omitempty"`
}

SiteAllOfNameResolutionAwsResolvers struct for SiteAllOfNameResolutionAwsResolvers

func NewSiteAllOfNameResolutionAwsResolvers ¶

func NewSiteAllOfNameResolutionAwsResolvers(name string) *SiteAllOfNameResolutionAwsResolvers

NewSiteAllOfNameResolutionAwsResolvers instantiates a new SiteAllOfNameResolutionAwsResolvers object This constructor will assign default values to properties that have it defined, 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 NewSiteAllOfNameResolutionAwsResolversWithDefaults ¶

func NewSiteAllOfNameResolutionAwsResolversWithDefaults() *SiteAllOfNameResolutionAwsResolvers

NewSiteAllOfNameResolutionAwsResolversWithDefaults instantiates a new SiteAllOfNameResolutionAwsResolvers object This 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 (*SiteAllOfNameResolutionAwsResolvers) GetAccessKeyId ¶

func (o *SiteAllOfNameResolutionAwsResolvers) GetAccessKeyId() string

GetAccessKeyId returns the AccessKeyId field value if set, zero value otherwise.

func (*SiteAllOfNameResolutionAwsResolvers) GetAccessKeyIdOk ¶

func (o *SiteAllOfNameResolutionAwsResolvers) GetAccessKeyIdOk() (*string, bool)

GetAccessKeyIdOk returns a tuple with the AccessKeyId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SiteAllOfNameResolutionAwsResolvers) GetAssumedRoles ¶

GetAssumedRoles returns the AssumedRoles field value if set, zero value otherwise.

func (*SiteAllOfNameResolutionAwsResolvers) GetAssumedRolesOk ¶

GetAssumedRolesOk returns a tuple with the AssumedRoles field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SiteAllOfNameResolutionAwsResolvers) GetHttpsProxy ¶

func (o *SiteAllOfNameResolutionAwsResolvers) GetHttpsProxy() string

GetHttpsProxy returns the HttpsProxy field value if set, zero value otherwise.

func (*SiteAllOfNameResolutionAwsResolvers) GetHttpsProxyOk ¶

func (o *SiteAllOfNameResolutionAwsResolvers) GetHttpsProxyOk() (*string, bool)

GetHttpsProxyOk returns a tuple with the HttpsProxy field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SiteAllOfNameResolutionAwsResolvers) GetName ¶

GetName returns the Name field value

func (*SiteAllOfNameResolutionAwsResolvers) GetNameOk ¶

func (o *SiteAllOfNameResolutionAwsResolvers) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.

func (*SiteAllOfNameResolutionAwsResolvers) GetRegions ¶

func (o *SiteAllOfNameResolutionAwsResolvers) GetRegions() []string

GetRegions returns the Regions field value if set, zero value otherwise.

func (*SiteAllOfNameResolutionAwsResolvers) GetRegionsOk ¶

func (o *SiteAllOfNameResolutionAwsResolvers) GetRegionsOk() ([]string, bool)

GetRegionsOk returns a tuple with the Regions field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SiteAllOfNameResolutionAwsResolvers) GetResolveWithMasterCredentials ¶

func (o *SiteAllOfNameResolutionAwsResolvers) GetResolveWithMasterCredentials() bool

GetResolveWithMasterCredentials returns the ResolveWithMasterCredentials field value if set, zero value otherwise.

func (*SiteAllOfNameResolutionAwsResolvers) GetResolveWithMasterCredentialsOk ¶

func (o *SiteAllOfNameResolutionAwsResolvers) GetResolveWithMasterCredentialsOk() (*bool, bool)

GetResolveWithMasterCredentialsOk returns a tuple with the ResolveWithMasterCredentials field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SiteAllOfNameResolutionAwsResolvers) GetSecretAccessKey ¶

func (o *SiteAllOfNameResolutionAwsResolvers) GetSecretAccessKey() string

GetSecretAccessKey returns the SecretAccessKey field value if set, zero value otherwise.

func (*SiteAllOfNameResolutionAwsResolvers) GetSecretAccessKeyOk ¶

func (o *SiteAllOfNameResolutionAwsResolvers) GetSecretAccessKeyOk() (*string, bool)

GetSecretAccessKeyOk returns a tuple with the SecretAccessKey field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SiteAllOfNameResolutionAwsResolvers) GetUpdateInterval ¶

func (o *SiteAllOfNameResolutionAwsResolvers) GetUpdateInterval() int32

GetUpdateInterval returns the UpdateInterval field value if set, zero value otherwise.

func (*SiteAllOfNameResolutionAwsResolvers) GetUpdateIntervalOk ¶

func (o *SiteAllOfNameResolutionAwsResolvers) GetUpdateIntervalOk() (*int32, bool)

GetUpdateIntervalOk returns a tuple with the UpdateInterval field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SiteAllOfNameResolutionAwsResolvers) GetUseIAMRole ¶

func (o *SiteAllOfNameResolutionAwsResolvers) GetUseIAMRole() bool

GetUseIAMRole returns the UseIAMRole field value if set, zero value otherwise.

func (*SiteAllOfNameResolutionAwsResolvers) GetUseIAMRoleOk ¶

func (o *SiteAllOfNameResolutionAwsResolvers) GetUseIAMRoleOk() (*bool, bool)

GetUseIAMRoleOk returns a tuple with the UseIAMRole field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SiteAllOfNameResolutionAwsResolvers) GetVpcAutoDiscovery ¶

func (o *SiteAllOfNameResolutionAwsResolvers) GetVpcAutoDiscovery() bool

GetVpcAutoDiscovery returns the VpcAutoDiscovery field value if set, zero value otherwise.

func (*SiteAllOfNameResolutionAwsResolvers) GetVpcAutoDiscoveryOk ¶

func (o *SiteAllOfNameResolutionAwsResolvers) GetVpcAutoDiscoveryOk() (*bool, bool)

GetVpcAutoDiscoveryOk returns a tuple with the VpcAutoDiscovery field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SiteAllOfNameResolutionAwsResolvers) GetVpcs ¶

GetVpcs returns the Vpcs field value if set, zero value otherwise.

func (*SiteAllOfNameResolutionAwsResolvers) GetVpcsOk ¶

func (o *SiteAllOfNameResolutionAwsResolvers) GetVpcsOk() ([]string, bool)

GetVpcsOk returns a tuple with the Vpcs field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SiteAllOfNameResolutionAwsResolvers) HasAccessKeyId ¶

func (o *SiteAllOfNameResolutionAwsResolvers) HasAccessKeyId() bool

HasAccessKeyId returns a boolean if a field has been set.

func (*SiteAllOfNameResolutionAwsResolvers) HasAssumedRoles ¶

func (o *SiteAllOfNameResolutionAwsResolvers) HasAssumedRoles() bool

HasAssumedRoles returns a boolean if a field has been set.

func (*SiteAllOfNameResolutionAwsResolvers) HasHttpsProxy ¶

func (o *SiteAllOfNameResolutionAwsResolvers) HasHttpsProxy() bool

HasHttpsProxy returns a boolean if a field has been set.

func (*SiteAllOfNameResolutionAwsResolvers) HasRegions ¶

func (o *SiteAllOfNameResolutionAwsResolvers) HasRegions() bool

HasRegions returns a boolean if a field has been set.

func (*SiteAllOfNameResolutionAwsResolvers) HasResolveWithMasterCredentials ¶

func (o *SiteAllOfNameResolutionAwsResolvers) HasResolveWithMasterCredentials() bool

HasResolveWithMasterCredentials returns a boolean if a field has been set.

func (*SiteAllOfNameResolutionAwsResolvers) HasSecretAccessKey ¶

func (o *SiteAllOfNameResolutionAwsResolvers) HasSecretAccessKey() bool

HasSecretAccessKey returns a boolean if a field has been set.

func (*SiteAllOfNameResolutionAwsResolvers) HasUpdateInterval ¶

func (o *SiteAllOfNameResolutionAwsResolvers) HasUpdateInterval() bool

HasUpdateInterval returns a boolean if a field has been set.

func (*SiteAllOfNameResolutionAwsResolvers) HasUseIAMRole ¶

func (o *SiteAllOfNameResolutionAwsResolvers) HasUseIAMRole() bool

HasUseIAMRole returns a boolean if a field has been set.

func (*SiteAllOfNameResolutionAwsResolvers) HasVpcAutoDiscovery ¶

func (o *SiteAllOfNameResolutionAwsResolvers) HasVpcAutoDiscovery() bool

HasVpcAutoDiscovery returns a boolean if a field has been set.

func (*SiteAllOfNameResolutionAwsResolvers) HasVpcs ¶

HasVpcs returns a boolean if a field has been set.

func (SiteAllOfNameResolutionAwsResolvers) MarshalJSON ¶

func (o SiteAllOfNameResolutionAwsResolvers) MarshalJSON() ([]byte, error)

func (*SiteAllOfNameResolutionAwsResolvers) SetAccessKeyId ¶

func (o *SiteAllOfNameResolutionAwsResolvers) SetAccessKeyId(v string)

SetAccessKeyId gets a reference to the given string and assigns it to the AccessKeyId field.

func (*SiteAllOfNameResolutionAwsResolvers) SetAssumedRoles ¶

SetAssumedRoles gets a reference to the given []SiteAllOfNameResolutionAssumedRoles and assigns it to the AssumedRoles field.

func (*SiteAllOfNameResolutionAwsResolvers) SetHttpsProxy ¶

func (o *SiteAllOfNameResolutionAwsResolvers) SetHttpsProxy(v string)

SetHttpsProxy gets a reference to the given string and assigns it to the HttpsProxy field.

func (*SiteAllOfNameResolutionAwsResolvers) SetName ¶

SetName sets field value

func (*SiteAllOfNameResolutionAwsResolvers) SetRegions ¶

func (o *SiteAllOfNameResolutionAwsResolvers) SetRegions(v []string)

SetRegions gets a reference to the given []string and assigns it to the Regions field.

func (*SiteAllOfNameResolutionAwsResolvers) SetResolveWithMasterCredentials ¶

func (o *SiteAllOfNameResolutionAwsResolvers) SetResolveWithMasterCredentials(v bool)

SetResolveWithMasterCredentials gets a reference to the given bool and assigns it to the ResolveWithMasterCredentials field.

func (*SiteAllOfNameResolutionAwsResolvers) SetSecretAccessKey ¶

func (o *SiteAllOfNameResolutionAwsResolvers) SetSecretAccessKey(v string)

SetSecretAccessKey gets a reference to the given string and assigns it to the SecretAccessKey field.

func (*SiteAllOfNameResolutionAwsResolvers) SetUpdateInterval ¶

func (o *SiteAllOfNameResolutionAwsResolvers) SetUpdateInterval(v int32)

SetUpdateInterval gets a reference to the given int32 and assigns it to the UpdateInterval field.

func (*SiteAllOfNameResolutionAwsResolvers) SetUseIAMRole ¶

func (o *SiteAllOfNameResolutionAwsResolvers) SetUseIAMRole(v bool)

SetUseIAMRole gets a reference to the given bool and assigns it to the UseIAMRole field.

func (*SiteAllOfNameResolutionAwsResolvers) SetVpcAutoDiscovery ¶

func (o *SiteAllOfNameResolutionAwsResolvers) SetVpcAutoDiscovery(v bool)

SetVpcAutoDiscovery gets a reference to the given bool and assigns it to the VpcAutoDiscovery field.

func (*SiteAllOfNameResolutionAwsResolvers) SetVpcs ¶

SetVpcs gets a reference to the given []string and assigns it to the Vpcs field.

type SiteAllOfNameResolutionAzureResolvers ¶

type SiteAllOfNameResolutionAzureResolvers struct {
	// Identifier name. Has no functional effect.
	Name string `json:"name"`
	// How often will the resolver poll the server. In seconds.
	UpdateInterval *int32 `json:"updateInterval,omitempty"`
	// Uses the built-in Managed Identities in Azure instances to authenticate against the API.
	UseManagedIdentities *bool `json:"useManagedIdentities,omitempty"`
	// Azure subscription id, visible with the azure cli command `azure account show`.
	SubscriptionId *string `json:"subscriptionId,omitempty"`
	// Azure tenant id, visible with the azure cli command `azure account show`.
	TenantId *string `json:"tenantId,omitempty"`
	// Azure client id, also called app id. Visible for a given application using the azure cli command `azure ad app show`.
	ClientId *string `json:"clientId,omitempty"`
	// Azure client secret. For Azure AD Apps this is done by creating a key for the app.
	Secret *string `json:"secret,omitempty"`
}

SiteAllOfNameResolutionAzureResolvers struct for SiteAllOfNameResolutionAzureResolvers

func NewSiteAllOfNameResolutionAzureResolvers ¶

func NewSiteAllOfNameResolutionAzureResolvers(name string) *SiteAllOfNameResolutionAzureResolvers

NewSiteAllOfNameResolutionAzureResolvers instantiates a new SiteAllOfNameResolutionAzureResolvers object This constructor will assign default values to properties that have it defined, 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 NewSiteAllOfNameResolutionAzureResolversWithDefaults ¶

func NewSiteAllOfNameResolutionAzureResolversWithDefaults() *SiteAllOfNameResolutionAzureResolvers

NewSiteAllOfNameResolutionAzureResolversWithDefaults instantiates a new SiteAllOfNameResolutionAzureResolvers object This 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 (*SiteAllOfNameResolutionAzureResolvers) GetClientId ¶

GetClientId returns the ClientId field value if set, zero value otherwise.

func (*SiteAllOfNameResolutionAzureResolvers) GetClientIdOk ¶

func (o *SiteAllOfNameResolutionAzureResolvers) 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 (*SiteAllOfNameResolutionAzureResolvers) GetName ¶

GetName returns the Name field value

func (*SiteAllOfNameResolutionAzureResolvers) GetNameOk ¶

GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.

func (*SiteAllOfNameResolutionAzureResolvers) GetSecret ¶

GetSecret returns the Secret field value if set, zero value otherwise.

func (*SiteAllOfNameResolutionAzureResolvers) GetSecretOk ¶

func (o *SiteAllOfNameResolutionAzureResolvers) 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 (*SiteAllOfNameResolutionAzureResolvers) GetSubscriptionId ¶

func (o *SiteAllOfNameResolutionAzureResolvers) GetSubscriptionId() string

GetSubscriptionId returns the SubscriptionId field value if set, zero value otherwise.

func (*SiteAllOfNameResolutionAzureResolvers) GetSubscriptionIdOk ¶

func (o *SiteAllOfNameResolutionAzureResolvers) GetSubscriptionIdOk() (*string, bool)

GetSubscriptionIdOk returns a tuple with the SubscriptionId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SiteAllOfNameResolutionAzureResolvers) GetTenantId ¶

GetTenantId returns the TenantId field value if set, zero value otherwise.

func (*SiteAllOfNameResolutionAzureResolvers) GetTenantIdOk ¶

func (o *SiteAllOfNameResolutionAzureResolvers) GetTenantIdOk() (*string, bool)

GetTenantIdOk returns a tuple with the TenantId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SiteAllOfNameResolutionAzureResolvers) GetUpdateInterval ¶

func (o *SiteAllOfNameResolutionAzureResolvers) GetUpdateInterval() int32

GetUpdateInterval returns the UpdateInterval field value if set, zero value otherwise.

func (*SiteAllOfNameResolutionAzureResolvers) GetUpdateIntervalOk ¶

func (o *SiteAllOfNameResolutionAzureResolvers) GetUpdateIntervalOk() (*int32, bool)

GetUpdateIntervalOk returns a tuple with the UpdateInterval field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SiteAllOfNameResolutionAzureResolvers) GetUseManagedIdentities ¶

func (o *SiteAllOfNameResolutionAzureResolvers) GetUseManagedIdentities() bool

GetUseManagedIdentities returns the UseManagedIdentities field value if set, zero value otherwise.

func (*SiteAllOfNameResolutionAzureResolvers) GetUseManagedIdentitiesOk ¶

func (o *SiteAllOfNameResolutionAzureResolvers) GetUseManagedIdentitiesOk() (*bool, bool)

GetUseManagedIdentitiesOk returns a tuple with the UseManagedIdentities field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SiteAllOfNameResolutionAzureResolvers) HasClientId ¶

HasClientId returns a boolean if a field has been set.

func (*SiteAllOfNameResolutionAzureResolvers) HasSecret ¶

HasSecret returns a boolean if a field has been set.

func (*SiteAllOfNameResolutionAzureResolvers) HasSubscriptionId ¶

func (o *SiteAllOfNameResolutionAzureResolvers) HasSubscriptionId() bool

HasSubscriptionId returns a boolean if a field has been set.

func (*SiteAllOfNameResolutionAzureResolvers) HasTenantId ¶

HasTenantId returns a boolean if a field has been set.

func (*SiteAllOfNameResolutionAzureResolvers) HasUpdateInterval ¶

func (o *SiteAllOfNameResolutionAzureResolvers) HasUpdateInterval() bool

HasUpdateInterval returns a boolean if a field has been set.

func (*SiteAllOfNameResolutionAzureResolvers) HasUseManagedIdentities ¶

func (o *SiteAllOfNameResolutionAzureResolvers) HasUseManagedIdentities() bool

HasUseManagedIdentities returns a boolean if a field has been set.

func (SiteAllOfNameResolutionAzureResolvers) MarshalJSON ¶

func (o SiteAllOfNameResolutionAzureResolvers) MarshalJSON() ([]byte, error)

func (*SiteAllOfNameResolutionAzureResolvers) SetClientId ¶

SetClientId gets a reference to the given string and assigns it to the ClientId field.

func (*SiteAllOfNameResolutionAzureResolvers) SetName ¶

SetName sets field value

func (*SiteAllOfNameResolutionAzureResolvers) SetSecret ¶

SetSecret gets a reference to the given string and assigns it to the Secret field.

func (*SiteAllOfNameResolutionAzureResolvers) SetSubscriptionId ¶

func (o *SiteAllOfNameResolutionAzureResolvers) SetSubscriptionId(v string)

SetSubscriptionId gets a reference to the given string and assigns it to the SubscriptionId field.

func (*SiteAllOfNameResolutionAzureResolvers) SetTenantId ¶

SetTenantId gets a reference to the given string and assigns it to the TenantId field.

func (*SiteAllOfNameResolutionAzureResolvers) SetUpdateInterval ¶

func (o *SiteAllOfNameResolutionAzureResolvers) SetUpdateInterval(v int32)

SetUpdateInterval gets a reference to the given int32 and assigns it to the UpdateInterval field.

func (*SiteAllOfNameResolutionAzureResolvers) SetUseManagedIdentities ¶

func (o *SiteAllOfNameResolutionAzureResolvers) SetUseManagedIdentities(v bool)

SetUseManagedIdentities gets a reference to the given bool and assigns it to the UseManagedIdentities field.

type SiteAllOfNameResolutionDnsForwarding ¶

type SiteAllOfNameResolutionDnsForwarding struct {
	// DNS Forwarder Site IPv4 address.
	SiteIpv4 *string `json:"siteIpv4,omitempty"`
	// DNS Forwarder Site IPv6 address.
	SiteIpv6 *string `json:"siteIpv6,omitempty"`
	// DNS Servers to use for resolving endpoints.
	DnsServers []string `json:"dnsServers"`
	// A list of subnets to allow access.
	AllowDestinations []AllowResourcesInner `json:"allowDestinations"`
	// This will apply whenever Gateway gets a DNS response which has no TTL set.
	DefaultTtlSeconds *int32 `json:"defaultTtlSeconds,omitempty"`
}

SiteAllOfNameResolutionDnsForwarding Enable DNS Forwarding feature.

func NewSiteAllOfNameResolutionDnsForwarding ¶

func NewSiteAllOfNameResolutionDnsForwarding(dnsServers []string, allowDestinations []AllowResourcesInner) *SiteAllOfNameResolutionDnsForwarding

NewSiteAllOfNameResolutionDnsForwarding instantiates a new SiteAllOfNameResolutionDnsForwarding object This constructor will assign default values to properties that have it defined, 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 NewSiteAllOfNameResolutionDnsForwardingWithDefaults ¶

func NewSiteAllOfNameResolutionDnsForwardingWithDefaults() *SiteAllOfNameResolutionDnsForwarding

NewSiteAllOfNameResolutionDnsForwardingWithDefaults instantiates a new SiteAllOfNameResolutionDnsForwarding object This 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 (*SiteAllOfNameResolutionDnsForwarding) GetAllowDestinations ¶

func (o *SiteAllOfNameResolutionDnsForwarding) GetAllowDestinations() []AllowResourcesInner

GetAllowDestinations returns the AllowDestinations field value

func (*SiteAllOfNameResolutionDnsForwarding) GetAllowDestinationsOk ¶

func (o *SiteAllOfNameResolutionDnsForwarding) GetAllowDestinationsOk() ([]AllowResourcesInner, bool)

GetAllowDestinationsOk returns a tuple with the AllowDestinations field value and a boolean to check if the value has been set.

func (*SiteAllOfNameResolutionDnsForwarding) GetDefaultTtlSeconds ¶

func (o *SiteAllOfNameResolutionDnsForwarding) GetDefaultTtlSeconds() int32

GetDefaultTtlSeconds returns the DefaultTtlSeconds field value if set, zero value otherwise.

func (*SiteAllOfNameResolutionDnsForwarding) GetDefaultTtlSecondsOk ¶

func (o *SiteAllOfNameResolutionDnsForwarding) GetDefaultTtlSecondsOk() (*int32, bool)

GetDefaultTtlSecondsOk returns a tuple with the DefaultTtlSeconds field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SiteAllOfNameResolutionDnsForwarding) GetDnsServers ¶

func (o *SiteAllOfNameResolutionDnsForwarding) GetDnsServers() []string

GetDnsServers returns the DnsServers field value

func (*SiteAllOfNameResolutionDnsForwarding) GetDnsServersOk ¶

func (o *SiteAllOfNameResolutionDnsForwarding) GetDnsServersOk() ([]string, bool)

GetDnsServersOk returns a tuple with the DnsServers field value and a boolean to check if the value has been set.

func (*SiteAllOfNameResolutionDnsForwarding) GetSiteIpv4 ¶

GetSiteIpv4 returns the SiteIpv4 field value if set, zero value otherwise.

func (*SiteAllOfNameResolutionDnsForwarding) GetSiteIpv4Ok ¶

func (o *SiteAllOfNameResolutionDnsForwarding) GetSiteIpv4Ok() (*string, bool)

GetSiteIpv4Ok returns a tuple with the SiteIpv4 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SiteAllOfNameResolutionDnsForwarding) GetSiteIpv6 ¶

GetSiteIpv6 returns the SiteIpv6 field value if set, zero value otherwise.

func (*SiteAllOfNameResolutionDnsForwarding) GetSiteIpv6Ok ¶

func (o *SiteAllOfNameResolutionDnsForwarding) GetSiteIpv6Ok() (*string, bool)

GetSiteIpv6Ok returns a tuple with the SiteIpv6 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SiteAllOfNameResolutionDnsForwarding) HasDefaultTtlSeconds ¶

func (o *SiteAllOfNameResolutionDnsForwarding) HasDefaultTtlSeconds() bool

HasDefaultTtlSeconds returns a boolean if a field has been set.

func (*SiteAllOfNameResolutionDnsForwarding) HasSiteIpv4 ¶

func (o *SiteAllOfNameResolutionDnsForwarding) HasSiteIpv4() bool

HasSiteIpv4 returns a boolean if a field has been set.

func (*SiteAllOfNameResolutionDnsForwarding) HasSiteIpv6 ¶

func (o *SiteAllOfNameResolutionDnsForwarding) HasSiteIpv6() bool

HasSiteIpv6 returns a boolean if a field has been set.

func (SiteAllOfNameResolutionDnsForwarding) MarshalJSON ¶

func (o SiteAllOfNameResolutionDnsForwarding) MarshalJSON() ([]byte, error)

func (*SiteAllOfNameResolutionDnsForwarding) SetAllowDestinations ¶

func (o *SiteAllOfNameResolutionDnsForwarding) SetAllowDestinations(v []AllowResourcesInner)

SetAllowDestinations sets field value

func (*SiteAllOfNameResolutionDnsForwarding) SetDefaultTtlSeconds ¶

func (o *SiteAllOfNameResolutionDnsForwarding) SetDefaultTtlSeconds(v int32)

SetDefaultTtlSeconds gets a reference to the given int32 and assigns it to the DefaultTtlSeconds field.

func (*SiteAllOfNameResolutionDnsForwarding) SetDnsServers ¶

func (o *SiteAllOfNameResolutionDnsForwarding) SetDnsServers(v []string)

SetDnsServers sets field value

func (*SiteAllOfNameResolutionDnsForwarding) SetSiteIpv4 ¶

func (o *SiteAllOfNameResolutionDnsForwarding) SetSiteIpv4(v string)

SetSiteIpv4 gets a reference to the given string and assigns it to the SiteIpv4 field.

func (*SiteAllOfNameResolutionDnsForwarding) SetSiteIpv6 ¶

func (o *SiteAllOfNameResolutionDnsForwarding) SetSiteIpv6(v string)

SetSiteIpv6 gets a reference to the given string and assigns it to the SiteIpv6 field.

type SiteAllOfNameResolutionDnsResolvers ¶

type SiteAllOfNameResolutionDnsResolvers struct {
	// Identifier name. Has no functional effect.
	Name string `json:"name"`
	// How often will the resolver poll the server. In seconds.
	UpdateInterval *int32 `json:"updateInterval,omitempty"`
	// Perform AAAA lookups.
	QueryAAAA *bool `json:"queryAAAA,omitempty"`
	// This will apply whenever Gateway gets a DNS response which has no TTL set.
	DefaultTtlSeconds *int32 `json:"defaultTtlSeconds,omitempty"`
	// DNS Server addresses that will be used to resolve hostnames within the Site.
	Servers []string `json:"servers"`
	// DNS search domains that will be used to resolve hostnames within the Site.
	// Deprecated
	SearchDomains []string `json:"searchDomains,omitempty"`
	// The DNS resolver will only attempt to resolve names matching the match domains. If match domains are not specified the DNS resolver will attempt to resolve all hostnames.
	MatchDomains []string `json:"matchDomains,omitempty"`
}

SiteAllOfNameResolutionDnsResolvers struct for SiteAllOfNameResolutionDnsResolvers

func NewSiteAllOfNameResolutionDnsResolvers ¶

func NewSiteAllOfNameResolutionDnsResolvers(name string, servers []string) *SiteAllOfNameResolutionDnsResolvers

NewSiteAllOfNameResolutionDnsResolvers instantiates a new SiteAllOfNameResolutionDnsResolvers object This constructor will assign default values to properties that have it defined, 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 NewSiteAllOfNameResolutionDnsResolversWithDefaults ¶

func NewSiteAllOfNameResolutionDnsResolversWithDefaults() *SiteAllOfNameResolutionDnsResolvers

NewSiteAllOfNameResolutionDnsResolversWithDefaults instantiates a new SiteAllOfNameResolutionDnsResolvers object This 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 (*SiteAllOfNameResolutionDnsResolvers) GetDefaultTtlSeconds ¶

func (o *SiteAllOfNameResolutionDnsResolvers) GetDefaultTtlSeconds() int32

GetDefaultTtlSeconds returns the DefaultTtlSeconds field value if set, zero value otherwise.

func (*SiteAllOfNameResolutionDnsResolvers) GetDefaultTtlSecondsOk ¶

func (o *SiteAllOfNameResolutionDnsResolvers) GetDefaultTtlSecondsOk() (*int32, bool)

GetDefaultTtlSecondsOk returns a tuple with the DefaultTtlSeconds field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SiteAllOfNameResolutionDnsResolvers) GetMatchDomains ¶

func (o *SiteAllOfNameResolutionDnsResolvers) GetMatchDomains() []string

GetMatchDomains returns the MatchDomains field value if set, zero value otherwise.

func (*SiteAllOfNameResolutionDnsResolvers) GetMatchDomainsOk ¶

func (o *SiteAllOfNameResolutionDnsResolvers) GetMatchDomainsOk() ([]string, bool)

GetMatchDomainsOk returns a tuple with the MatchDomains field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SiteAllOfNameResolutionDnsResolvers) GetName ¶

GetName returns the Name field value

func (*SiteAllOfNameResolutionDnsResolvers) GetNameOk ¶

func (o *SiteAllOfNameResolutionDnsResolvers) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.

func (*SiteAllOfNameResolutionDnsResolvers) GetQueryAAAA ¶

func (o *SiteAllOfNameResolutionDnsResolvers) GetQueryAAAA() bool

GetQueryAAAA returns the QueryAAAA field value if set, zero value otherwise.

func (*SiteAllOfNameResolutionDnsResolvers) GetQueryAAAAOk ¶

func (o *SiteAllOfNameResolutionDnsResolvers) GetQueryAAAAOk() (*bool, bool)

GetQueryAAAAOk returns a tuple with the QueryAAAA field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SiteAllOfNameResolutionDnsResolvers) GetSearchDomains ¶

func (o *SiteAllOfNameResolutionDnsResolvers) GetSearchDomains() []string

GetSearchDomains returns the SearchDomains field value if set, zero value otherwise. Deprecated

func (*SiteAllOfNameResolutionDnsResolvers) GetSearchDomainsOk ¶

func (o *SiteAllOfNameResolutionDnsResolvers) GetSearchDomainsOk() ([]string, bool)

GetSearchDomainsOk returns a tuple with the SearchDomains field value if set, nil otherwise and a boolean to check if the value has been set. Deprecated

func (*SiteAllOfNameResolutionDnsResolvers) GetServers ¶

func (o *SiteAllOfNameResolutionDnsResolvers) GetServers() []string

GetServers returns the Servers field value

func (*SiteAllOfNameResolutionDnsResolvers) GetServersOk ¶

func (o *SiteAllOfNameResolutionDnsResolvers) GetServersOk() ([]string, bool)

GetServersOk returns a tuple with the Servers field value and a boolean to check if the value has been set.

func (*SiteAllOfNameResolutionDnsResolvers) GetUpdateInterval ¶

func (o *SiteAllOfNameResolutionDnsResolvers) GetUpdateInterval() int32

GetUpdateInterval returns the UpdateInterval field value if set, zero value otherwise.

func (*SiteAllOfNameResolutionDnsResolvers) GetUpdateIntervalOk ¶

func (o *SiteAllOfNameResolutionDnsResolvers) GetUpdateIntervalOk() (*int32, bool)

GetUpdateIntervalOk returns a tuple with the UpdateInterval field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SiteAllOfNameResolutionDnsResolvers) HasDefaultTtlSeconds ¶

func (o *SiteAllOfNameResolutionDnsResolvers) HasDefaultTtlSeconds() bool

HasDefaultTtlSeconds returns a boolean if a field has been set.

func (*SiteAllOfNameResolutionDnsResolvers) HasMatchDomains ¶

func (o *SiteAllOfNameResolutionDnsResolvers) HasMatchDomains() bool

HasMatchDomains returns a boolean if a field has been set.

func (*SiteAllOfNameResolutionDnsResolvers) HasQueryAAAA ¶

func (o *SiteAllOfNameResolutionDnsResolvers) HasQueryAAAA() bool

HasQueryAAAA returns a boolean if a field has been set.

func (*SiteAllOfNameResolutionDnsResolvers) HasSearchDomains ¶

func (o *SiteAllOfNameResolutionDnsResolvers) HasSearchDomains() bool

HasSearchDomains returns a boolean if a field has been set.

func (*SiteAllOfNameResolutionDnsResolvers) HasUpdateInterval ¶

func (o *SiteAllOfNameResolutionDnsResolvers) HasUpdateInterval() bool

HasUpdateInterval returns a boolean if a field has been set.

func (SiteAllOfNameResolutionDnsResolvers) MarshalJSON ¶

func (o SiteAllOfNameResolutionDnsResolvers) MarshalJSON() ([]byte, error)

func (*SiteAllOfNameResolutionDnsResolvers) SetDefaultTtlSeconds ¶

func (o *SiteAllOfNameResolutionDnsResolvers) SetDefaultTtlSeconds(v int32)

SetDefaultTtlSeconds gets a reference to the given int32 and assigns it to the DefaultTtlSeconds field.

func (*SiteAllOfNameResolutionDnsResolvers) SetMatchDomains ¶

func (o *SiteAllOfNameResolutionDnsResolvers) SetMatchDomains(v []string)

SetMatchDomains gets a reference to the given []string and assigns it to the MatchDomains field.

func (*SiteAllOfNameResolutionDnsResolvers) SetName ¶

SetName sets field value

func (*SiteAllOfNameResolutionDnsResolvers) SetQueryAAAA ¶

func (o *SiteAllOfNameResolutionDnsResolvers) SetQueryAAAA(v bool)

SetQueryAAAA gets a reference to the given bool and assigns it to the QueryAAAA field.

func (*SiteAllOfNameResolutionDnsResolvers) SetSearchDomains ¶

func (o *SiteAllOfNameResolutionDnsResolvers) SetSearchDomains(v []string)

SetSearchDomains gets a reference to the given []string and assigns it to the SearchDomains field. Deprecated

func (*SiteAllOfNameResolutionDnsResolvers) SetServers ¶

func (o *SiteAllOfNameResolutionDnsResolvers) SetServers(v []string)

SetServers sets field value

func (*SiteAllOfNameResolutionDnsResolvers) SetUpdateInterval ¶

func (o *SiteAllOfNameResolutionDnsResolvers) SetUpdateInterval(v int32)

SetUpdateInterval gets a reference to the given int32 and assigns it to the UpdateInterval field.

type SiteAllOfNameResolutionEsxResolvers ¶

type SiteAllOfNameResolutionEsxResolvers struct {
	// Identifier name. Has no functional effect.
	Name string `json:"name"`
	// How often will the resolver poll the server. In seconds.
	UpdateInterval *int32 `json:"updateInterval,omitempty"`
	// Hostname of the vCenter.
	Hostname string `json:"hostname"`
	// Username with admin access to the vCenter.
	Username string `json:"username"`
	// Password for the username.
	Password *string `json:"password,omitempty"`
}

SiteAllOfNameResolutionEsxResolvers struct for SiteAllOfNameResolutionEsxResolvers

func NewSiteAllOfNameResolutionEsxResolvers ¶

func NewSiteAllOfNameResolutionEsxResolvers(name string, hostname string, username string) *SiteAllOfNameResolutionEsxResolvers

NewSiteAllOfNameResolutionEsxResolvers instantiates a new SiteAllOfNameResolutionEsxResolvers object This constructor will assign default values to properties that have it defined, 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 NewSiteAllOfNameResolutionEsxResolversWithDefaults ¶

func NewSiteAllOfNameResolutionEsxResolversWithDefaults() *SiteAllOfNameResolutionEsxResolvers

NewSiteAllOfNameResolutionEsxResolversWithDefaults instantiates a new SiteAllOfNameResolutionEsxResolvers object This 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 (*SiteAllOfNameResolutionEsxResolvers) GetHostname ¶

GetHostname returns the Hostname field value

func (*SiteAllOfNameResolutionEsxResolvers) GetHostnameOk ¶

func (o *SiteAllOfNameResolutionEsxResolvers) GetHostnameOk() (*string, bool)

GetHostnameOk returns a tuple with the Hostname field value and a boolean to check if the value has been set.

func (*SiteAllOfNameResolutionEsxResolvers) GetName ¶

GetName returns the Name field value

func (*SiteAllOfNameResolutionEsxResolvers) GetNameOk ¶

func (o *SiteAllOfNameResolutionEsxResolvers) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.

func (*SiteAllOfNameResolutionEsxResolvers) GetPassword ¶

GetPassword returns the Password field value if set, zero value otherwise.

func (*SiteAllOfNameResolutionEsxResolvers) GetPasswordOk ¶

func (o *SiteAllOfNameResolutionEsxResolvers) 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 (*SiteAllOfNameResolutionEsxResolvers) GetUpdateInterval ¶

func (o *SiteAllOfNameResolutionEsxResolvers) GetUpdateInterval() int32

GetUpdateInterval returns the UpdateInterval field value if set, zero value otherwise.

func (*SiteAllOfNameResolutionEsxResolvers) GetUpdateIntervalOk ¶

func (o *SiteAllOfNameResolutionEsxResolvers) GetUpdateIntervalOk() (*int32, bool)

GetUpdateIntervalOk returns a tuple with the UpdateInterval field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SiteAllOfNameResolutionEsxResolvers) GetUsername ¶

GetUsername returns the Username field value

func (*SiteAllOfNameResolutionEsxResolvers) GetUsernameOk ¶

func (o *SiteAllOfNameResolutionEsxResolvers) GetUsernameOk() (*string, bool)

GetUsernameOk returns a tuple with the Username field value and a boolean to check if the value has been set.

func (*SiteAllOfNameResolutionEsxResolvers) HasPassword ¶

func (o *SiteAllOfNameResolutionEsxResolvers) HasPassword() bool

HasPassword returns a boolean if a field has been set.

func (*SiteAllOfNameResolutionEsxResolvers) HasUpdateInterval ¶

func (o *SiteAllOfNameResolutionEsxResolvers) HasUpdateInterval() bool

HasUpdateInterval returns a boolean if a field has been set.

func (SiteAllOfNameResolutionEsxResolvers) MarshalJSON ¶

func (o SiteAllOfNameResolutionEsxResolvers) MarshalJSON() ([]byte, error)

func (*SiteAllOfNameResolutionEsxResolvers) SetHostname ¶

func (o *SiteAllOfNameResolutionEsxResolvers) SetHostname(v string)

SetHostname sets field value

func (*SiteAllOfNameResolutionEsxResolvers) SetName ¶

SetName sets field value

func (*SiteAllOfNameResolutionEsxResolvers) SetPassword ¶

func (o *SiteAllOfNameResolutionEsxResolvers) SetPassword(v string)

SetPassword gets a reference to the given string and assigns it to the Password field.

func (*SiteAllOfNameResolutionEsxResolvers) SetUpdateInterval ¶

func (o *SiteAllOfNameResolutionEsxResolvers) SetUpdateInterval(v int32)

SetUpdateInterval gets a reference to the given int32 and assigns it to the UpdateInterval field.

func (*SiteAllOfNameResolutionEsxResolvers) SetUsername ¶

func (o *SiteAllOfNameResolutionEsxResolvers) SetUsername(v string)

SetUsername sets field value

type SiteAllOfNameResolutionGcpResolvers ¶

type SiteAllOfNameResolutionGcpResolvers struct {
	// Identifier name. Has no functional effect.
	Name string `json:"name"`
	// How often will the resolver poll the server. In seconds.
	UpdateInterval *int32 `json:"updateInterval,omitempty"`
	// GCP project filter.
	ProjectFilter *string `json:"projectFilter,omitempty"`
	// GCP instance filter.
	InstanceFilter *string `json:"instanceFilter,omitempty"`
}

SiteAllOfNameResolutionGcpResolvers struct for SiteAllOfNameResolutionGcpResolvers

func NewSiteAllOfNameResolutionGcpResolvers ¶

func NewSiteAllOfNameResolutionGcpResolvers(name string) *SiteAllOfNameResolutionGcpResolvers

NewSiteAllOfNameResolutionGcpResolvers instantiates a new SiteAllOfNameResolutionGcpResolvers object This constructor will assign default values to properties that have it defined, 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 NewSiteAllOfNameResolutionGcpResolversWithDefaults ¶

func NewSiteAllOfNameResolutionGcpResolversWithDefaults() *SiteAllOfNameResolutionGcpResolvers

NewSiteAllOfNameResolutionGcpResolversWithDefaults instantiates a new SiteAllOfNameResolutionGcpResolvers object This 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 (*SiteAllOfNameResolutionGcpResolvers) GetInstanceFilter ¶

func (o *SiteAllOfNameResolutionGcpResolvers) GetInstanceFilter() string

GetInstanceFilter returns the InstanceFilter field value if set, zero value otherwise.

func (*SiteAllOfNameResolutionGcpResolvers) GetInstanceFilterOk ¶

func (o *SiteAllOfNameResolutionGcpResolvers) GetInstanceFilterOk() (*string, bool)

GetInstanceFilterOk returns a tuple with the InstanceFilter field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SiteAllOfNameResolutionGcpResolvers) GetName ¶

GetName returns the Name field value

func (*SiteAllOfNameResolutionGcpResolvers) GetNameOk ¶

func (o *SiteAllOfNameResolutionGcpResolvers) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.

func (*SiteAllOfNameResolutionGcpResolvers) GetProjectFilter ¶

func (o *SiteAllOfNameResolutionGcpResolvers) GetProjectFilter() string

GetProjectFilter returns the ProjectFilter field value if set, zero value otherwise.

func (*SiteAllOfNameResolutionGcpResolvers) GetProjectFilterOk ¶

func (o *SiteAllOfNameResolutionGcpResolvers) GetProjectFilterOk() (*string, bool)

GetProjectFilterOk returns a tuple with the ProjectFilter field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SiteAllOfNameResolutionGcpResolvers) GetUpdateInterval ¶

func (o *SiteAllOfNameResolutionGcpResolvers) GetUpdateInterval() int32

GetUpdateInterval returns the UpdateInterval field value if set, zero value otherwise.

func (*SiteAllOfNameResolutionGcpResolvers) GetUpdateIntervalOk ¶

func (o *SiteAllOfNameResolutionGcpResolvers) GetUpdateIntervalOk() (*int32, bool)

GetUpdateIntervalOk returns a tuple with the UpdateInterval field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SiteAllOfNameResolutionGcpResolvers) HasInstanceFilter ¶

func (o *SiteAllOfNameResolutionGcpResolvers) HasInstanceFilter() bool

HasInstanceFilter returns a boolean if a field has been set.

func (*SiteAllOfNameResolutionGcpResolvers) HasProjectFilter ¶

func (o *SiteAllOfNameResolutionGcpResolvers) HasProjectFilter() bool

HasProjectFilter returns a boolean if a field has been set.

func (*SiteAllOfNameResolutionGcpResolvers) HasUpdateInterval ¶

func (o *SiteAllOfNameResolutionGcpResolvers) HasUpdateInterval() bool

HasUpdateInterval returns a boolean if a field has been set.

func (SiteAllOfNameResolutionGcpResolvers) MarshalJSON ¶

func (o SiteAllOfNameResolutionGcpResolvers) MarshalJSON() ([]byte, error)

func (*SiteAllOfNameResolutionGcpResolvers) SetInstanceFilter ¶

func (o *SiteAllOfNameResolutionGcpResolvers) SetInstanceFilter(v string)

SetInstanceFilter gets a reference to the given string and assigns it to the InstanceFilter field.

func (*SiteAllOfNameResolutionGcpResolvers) SetName ¶

SetName sets field value

func (*SiteAllOfNameResolutionGcpResolvers) SetProjectFilter ¶

func (o *SiteAllOfNameResolutionGcpResolvers) SetProjectFilter(v string)

SetProjectFilter gets a reference to the given string and assigns it to the ProjectFilter field.

func (*SiteAllOfNameResolutionGcpResolvers) SetUpdateInterval ¶

func (o *SiteAllOfNameResolutionGcpResolvers) SetUpdateInterval(v int32)

SetUpdateInterval gets a reference to the given int32 and assigns it to the UpdateInterval field.

type SiteAllOfNameResolutionIllumioResolvers ¶

type SiteAllOfNameResolutionIllumioResolvers struct {
	// Identifier name. Has no functional effect.
	Name string `json:"name"`
	// How often will the resolver poll the server. In seconds.
	UpdateInterval *int32 `json:"updateInterval,omitempty"`
	// Hostname of the Illumio Resolver.
	Hostname string `json:"hostname"`
	// Port number of the Illumio Resolver.
	Port int32 `json:"port"`
	// Username with access to the Illumio Resolver.
	Username string `json:"username"`
	// Password for the username.
	Password *string `json:"password,omitempty"`
}

SiteAllOfNameResolutionIllumioResolvers struct for SiteAllOfNameResolutionIllumioResolvers

func NewSiteAllOfNameResolutionIllumioResolvers ¶

func NewSiteAllOfNameResolutionIllumioResolvers(name string, hostname string, port int32, username string) *SiteAllOfNameResolutionIllumioResolvers

NewSiteAllOfNameResolutionIllumioResolvers instantiates a new SiteAllOfNameResolutionIllumioResolvers object This constructor will assign default values to properties that have it defined, 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 NewSiteAllOfNameResolutionIllumioResolversWithDefaults ¶

func NewSiteAllOfNameResolutionIllumioResolversWithDefaults() *SiteAllOfNameResolutionIllumioResolvers

NewSiteAllOfNameResolutionIllumioResolversWithDefaults instantiates a new SiteAllOfNameResolutionIllumioResolvers object This 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 (*SiteAllOfNameResolutionIllumioResolvers) GetHostname ¶

GetHostname returns the Hostname field value

func (*SiteAllOfNameResolutionIllumioResolvers) GetHostnameOk ¶

func (o *SiteAllOfNameResolutionIllumioResolvers) GetHostnameOk() (*string, bool)

GetHostnameOk returns a tuple with the Hostname field value and a boolean to check if the value has been set.

func (*SiteAllOfNameResolutionIllumioResolvers) GetName ¶

GetName returns the Name field value

func (*SiteAllOfNameResolutionIllumioResolvers) GetNameOk ¶

GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.

func (*SiteAllOfNameResolutionIllumioResolvers) GetPassword ¶

GetPassword returns the Password field value if set, zero value otherwise.

func (*SiteAllOfNameResolutionIllumioResolvers) GetPasswordOk ¶

func (o *SiteAllOfNameResolutionIllumioResolvers) 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 (*SiteAllOfNameResolutionIllumioResolvers) GetPort ¶

GetPort returns the Port field value

func (*SiteAllOfNameResolutionIllumioResolvers) GetPortOk ¶

GetPortOk returns a tuple with the Port field value and a boolean to check if the value has been set.

func (*SiteAllOfNameResolutionIllumioResolvers) GetUpdateInterval ¶

func (o *SiteAllOfNameResolutionIllumioResolvers) GetUpdateInterval() int32

GetUpdateInterval returns the UpdateInterval field value if set, zero value otherwise.

func (*SiteAllOfNameResolutionIllumioResolvers) GetUpdateIntervalOk ¶

func (o *SiteAllOfNameResolutionIllumioResolvers) GetUpdateIntervalOk() (*int32, bool)

GetUpdateIntervalOk returns a tuple with the UpdateInterval field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SiteAllOfNameResolutionIllumioResolvers) GetUsername ¶

GetUsername returns the Username field value

func (*SiteAllOfNameResolutionIllumioResolvers) GetUsernameOk ¶

func (o *SiteAllOfNameResolutionIllumioResolvers) GetUsernameOk() (*string, bool)

GetUsernameOk returns a tuple with the Username field value and a boolean to check if the value has been set.

func (*SiteAllOfNameResolutionIllumioResolvers) HasPassword ¶

HasPassword returns a boolean if a field has been set.

func (*SiteAllOfNameResolutionIllumioResolvers) HasUpdateInterval ¶

func (o *SiteAllOfNameResolutionIllumioResolvers) HasUpdateInterval() bool

HasUpdateInterval returns a boolean if a field has been set.

func (SiteAllOfNameResolutionIllumioResolvers) MarshalJSON ¶

func (o SiteAllOfNameResolutionIllumioResolvers) MarshalJSON() ([]byte, error)

func (*SiteAllOfNameResolutionIllumioResolvers) SetHostname ¶

SetHostname sets field value

func (*SiteAllOfNameResolutionIllumioResolvers) SetName ¶

SetName sets field value

func (*SiteAllOfNameResolutionIllumioResolvers) SetPassword ¶

SetPassword gets a reference to the given string and assigns it to the Password field.

func (*SiteAllOfNameResolutionIllumioResolvers) SetPort ¶

SetPort sets field value

func (*SiteAllOfNameResolutionIllumioResolvers) SetUpdateInterval ¶

func (o *SiteAllOfNameResolutionIllumioResolvers) SetUpdateInterval(v int32)

SetUpdateInterval gets a reference to the given int32 and assigns it to the UpdateInterval field.

func (*SiteAllOfNameResolutionIllumioResolvers) SetUsername ¶

SetUsername sets field value

type SiteAllOfVpn ¶

type SiteAllOfVpn struct {
	// Configuration for keeping track of states.
	StateSharing *bool `json:"stateSharing,omitempty"`
	// Source NAT.
	Snat     *bool                 `json:"snat,omitempty"`
	Tls      *SiteAllOfVpnTls      `json:"tls,omitempty"`
	Dtls     *SiteAllOfVpnDtls     `json:"dtls,omitempty"`
	RouteVia *SiteAllOfVpnRouteVia `json:"routeVia,omitempty"`
	// Whether to enable URL Access feature or not.
	UrlAccessEnabled *bool `json:"urlAccessEnabled,omitempty"`
	// P12 files for proxying traffic for URL Access feature.
	UrlAccessP12s []P12 `json:"urlAccessP12s,omitempty"`
	// Frequency configuration for generating IP Access audit logs for a connection.
	IpAccessLogIntervalSeconds *float32 `json:"ipAccessLogIntervalSeconds,omitempty"`
}

SiteAllOfVpn VPN configuration for this Site.

func NewSiteAllOfVpn ¶

func NewSiteAllOfVpn() *SiteAllOfVpn

NewSiteAllOfVpn instantiates a new SiteAllOfVpn object This constructor will assign default values to properties that have it defined, 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 NewSiteAllOfVpnWithDefaults ¶

func NewSiteAllOfVpnWithDefaults() *SiteAllOfVpn

NewSiteAllOfVpnWithDefaults instantiates a new SiteAllOfVpn object This 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 (*SiteAllOfVpn) GetDtls ¶

func (o *SiteAllOfVpn) GetDtls() SiteAllOfVpnDtls

GetDtls returns the Dtls field value if set, zero value otherwise.

func (*SiteAllOfVpn) GetDtlsOk ¶

func (o *SiteAllOfVpn) GetDtlsOk() (*SiteAllOfVpnDtls, bool)

GetDtlsOk returns a tuple with the Dtls field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SiteAllOfVpn) GetIpAccessLogIntervalSeconds ¶

func (o *SiteAllOfVpn) GetIpAccessLogIntervalSeconds() float32

GetIpAccessLogIntervalSeconds returns the IpAccessLogIntervalSeconds field value if set, zero value otherwise.

func (*SiteAllOfVpn) GetIpAccessLogIntervalSecondsOk ¶

func (o *SiteAllOfVpn) GetIpAccessLogIntervalSecondsOk() (*float32, bool)

GetIpAccessLogIntervalSecondsOk returns a tuple with the IpAccessLogIntervalSeconds field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SiteAllOfVpn) GetRouteVia ¶

func (o *SiteAllOfVpn) GetRouteVia() SiteAllOfVpnRouteVia

GetRouteVia returns the RouteVia field value if set, zero value otherwise.

func (*SiteAllOfVpn) GetRouteViaOk ¶

func (o *SiteAllOfVpn) GetRouteViaOk() (*SiteAllOfVpnRouteVia, bool)

GetRouteViaOk returns a tuple with the RouteVia field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SiteAllOfVpn) GetSnat ¶

func (o *SiteAllOfVpn) GetSnat() bool

GetSnat returns the Snat field value if set, zero value otherwise.

func (*SiteAllOfVpn) GetSnatOk ¶

func (o *SiteAllOfVpn) GetSnatOk() (*bool, bool)

GetSnatOk returns a tuple with the Snat field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SiteAllOfVpn) GetStateSharing ¶

func (o *SiteAllOfVpn) GetStateSharing() bool

GetStateSharing returns the StateSharing field value if set, zero value otherwise.

func (*SiteAllOfVpn) GetStateSharingOk ¶

func (o *SiteAllOfVpn) GetStateSharingOk() (*bool, bool)

GetStateSharingOk returns a tuple with the StateSharing field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SiteAllOfVpn) GetTls ¶

func (o *SiteAllOfVpn) GetTls() SiteAllOfVpnTls

GetTls returns the Tls field value if set, zero value otherwise.

func (*SiteAllOfVpn) GetTlsOk ¶

func (o *SiteAllOfVpn) GetTlsOk() (*SiteAllOfVpnTls, bool)

GetTlsOk returns a tuple with the Tls field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SiteAllOfVpn) GetUrlAccessEnabled ¶

func (o *SiteAllOfVpn) GetUrlAccessEnabled() bool

GetUrlAccessEnabled returns the UrlAccessEnabled field value if set, zero value otherwise.

func (*SiteAllOfVpn) GetUrlAccessEnabledOk ¶

func (o *SiteAllOfVpn) GetUrlAccessEnabledOk() (*bool, bool)

GetUrlAccessEnabledOk returns a tuple with the UrlAccessEnabled field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SiteAllOfVpn) GetUrlAccessP12s ¶

func (o *SiteAllOfVpn) GetUrlAccessP12s() []P12

GetUrlAccessP12s returns the UrlAccessP12s field value if set, zero value otherwise.

func (*SiteAllOfVpn) GetUrlAccessP12sOk ¶

func (o *SiteAllOfVpn) GetUrlAccessP12sOk() ([]P12, bool)

GetUrlAccessP12sOk returns a tuple with the UrlAccessP12s field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SiteAllOfVpn) HasDtls ¶

func (o *SiteAllOfVpn) HasDtls() bool

HasDtls returns a boolean if a field has been set.

func (*SiteAllOfVpn) HasIpAccessLogIntervalSeconds ¶

func (o *SiteAllOfVpn) HasIpAccessLogIntervalSeconds() bool

HasIpAccessLogIntervalSeconds returns a boolean if a field has been set.

func (*SiteAllOfVpn) HasRouteVia ¶

func (o *SiteAllOfVpn) HasRouteVia() bool

HasRouteVia returns a boolean if a field has been set.

func (*SiteAllOfVpn) HasSnat ¶

func (o *SiteAllOfVpn) HasSnat() bool

HasSnat returns a boolean if a field has been set.

func (*SiteAllOfVpn) HasStateSharing ¶

func (o *SiteAllOfVpn) HasStateSharing() bool

HasStateSharing returns a boolean if a field has been set.

func (*SiteAllOfVpn) HasTls ¶

func (o *SiteAllOfVpn) HasTls() bool

HasTls returns a boolean if a field has been set.

func (*SiteAllOfVpn) HasUrlAccessEnabled ¶

func (o *SiteAllOfVpn) HasUrlAccessEnabled() bool

HasUrlAccessEnabled returns a boolean if a field has been set.

func (*SiteAllOfVpn) HasUrlAccessP12s ¶

func (o *SiteAllOfVpn) HasUrlAccessP12s() bool

HasUrlAccessP12s returns a boolean if a field has been set.

func (SiteAllOfVpn) MarshalJSON ¶

func (o SiteAllOfVpn) MarshalJSON() ([]byte, error)

func (*SiteAllOfVpn) SetDtls ¶

func (o *SiteAllOfVpn) SetDtls(v SiteAllOfVpnDtls)

SetDtls gets a reference to the given SiteAllOfVpnDtls and assigns it to the Dtls field.

func (*SiteAllOfVpn) SetIpAccessLogIntervalSeconds ¶

func (o *SiteAllOfVpn) SetIpAccessLogIntervalSeconds(v float32)

SetIpAccessLogIntervalSeconds gets a reference to the given float32 and assigns it to the IpAccessLogIntervalSeconds field.

func (*SiteAllOfVpn) SetRouteVia ¶

func (o *SiteAllOfVpn) SetRouteVia(v SiteAllOfVpnRouteVia)

SetRouteVia gets a reference to the given SiteAllOfVpnRouteVia and assigns it to the RouteVia field.

func (*SiteAllOfVpn) SetSnat ¶

func (o *SiteAllOfVpn) SetSnat(v bool)

SetSnat gets a reference to the given bool and assigns it to the Snat field.

func (*SiteAllOfVpn) SetStateSharing ¶

func (o *SiteAllOfVpn) SetStateSharing(v bool)

SetStateSharing gets a reference to the given bool and assigns it to the StateSharing field.

func (*SiteAllOfVpn) SetTls ¶

func (o *SiteAllOfVpn) SetTls(v SiteAllOfVpnTls)

SetTls gets a reference to the given SiteAllOfVpnTls and assigns it to the Tls field.

func (*SiteAllOfVpn) SetUrlAccessEnabled ¶

func (o *SiteAllOfVpn) SetUrlAccessEnabled(v bool)

SetUrlAccessEnabled gets a reference to the given bool and assigns it to the UrlAccessEnabled field.

func (*SiteAllOfVpn) SetUrlAccessP12s ¶

func (o *SiteAllOfVpn) SetUrlAccessP12s(v []P12)

SetUrlAccessP12s gets a reference to the given []P12 and assigns it to the UrlAccessP12s field.

type SiteAllOfVpnDtls ¶

type SiteAllOfVpnDtls struct {
	Enabled *bool `json:"enabled,omitempty"`
}

SiteAllOfVpnDtls VPN over DTLS protocol configuration.

func NewSiteAllOfVpnDtls ¶

func NewSiteAllOfVpnDtls() *SiteAllOfVpnDtls

NewSiteAllOfVpnDtls instantiates a new SiteAllOfVpnDtls object This constructor will assign default values to properties that have it defined, 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 NewSiteAllOfVpnDtlsWithDefaults ¶

func NewSiteAllOfVpnDtlsWithDefaults() *SiteAllOfVpnDtls

NewSiteAllOfVpnDtlsWithDefaults instantiates a new SiteAllOfVpnDtls object This 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 (*SiteAllOfVpnDtls) GetEnabled ¶

func (o *SiteAllOfVpnDtls) GetEnabled() bool

GetEnabled returns the Enabled field value if set, zero value otherwise.

func (*SiteAllOfVpnDtls) GetEnabledOk ¶

func (o *SiteAllOfVpnDtls) 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 (*SiteAllOfVpnDtls) HasEnabled ¶

func (o *SiteAllOfVpnDtls) HasEnabled() bool

HasEnabled returns a boolean if a field has been set.

func (SiteAllOfVpnDtls) MarshalJSON ¶

func (o SiteAllOfVpnDtls) MarshalJSON() ([]byte, error)

func (*SiteAllOfVpnDtls) SetEnabled ¶

func (o *SiteAllOfVpnDtls) SetEnabled(v bool)

SetEnabled gets a reference to the given bool and assigns it to the Enabled field.

type SiteAllOfVpnRouteVia ¶

type SiteAllOfVpnRouteVia struct {
	// IPv4 address for routing tunnel traffic.
	Ipv4 *string `json:"ipv4,omitempty"`
	// IPv6 address for routing tunnel traffic.
	Ipv6 *string `json:"ipv6,omitempty"`
}

SiteAllOfVpnRouteVia Override routing for tunnel traffic.

func NewSiteAllOfVpnRouteVia ¶

func NewSiteAllOfVpnRouteVia() *SiteAllOfVpnRouteVia

NewSiteAllOfVpnRouteVia instantiates a new SiteAllOfVpnRouteVia object This constructor will assign default values to properties that have it defined, 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 NewSiteAllOfVpnRouteViaWithDefaults ¶

func NewSiteAllOfVpnRouteViaWithDefaults() *SiteAllOfVpnRouteVia

NewSiteAllOfVpnRouteViaWithDefaults instantiates a new SiteAllOfVpnRouteVia object This 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 (*SiteAllOfVpnRouteVia) GetIpv4 ¶

func (o *SiteAllOfVpnRouteVia) GetIpv4() string

GetIpv4 returns the Ipv4 field value if set, zero value otherwise.

func (*SiteAllOfVpnRouteVia) GetIpv4Ok ¶

func (o *SiteAllOfVpnRouteVia) GetIpv4Ok() (*string, bool)

GetIpv4Ok returns a tuple with the Ipv4 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SiteAllOfVpnRouteVia) GetIpv6 ¶

func (o *SiteAllOfVpnRouteVia) GetIpv6() string

GetIpv6 returns the Ipv6 field value if set, zero value otherwise.

func (*SiteAllOfVpnRouteVia) GetIpv6Ok ¶

func (o *SiteAllOfVpnRouteVia) GetIpv6Ok() (*string, bool)

GetIpv6Ok returns a tuple with the Ipv6 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SiteAllOfVpnRouteVia) HasIpv4 ¶

func (o *SiteAllOfVpnRouteVia) HasIpv4() bool

HasIpv4 returns a boolean if a field has been set.

func (*SiteAllOfVpnRouteVia) HasIpv6 ¶

func (o *SiteAllOfVpnRouteVia) HasIpv6() bool

HasIpv6 returns a boolean if a field has been set.

func (SiteAllOfVpnRouteVia) MarshalJSON ¶

func (o SiteAllOfVpnRouteVia) MarshalJSON() ([]byte, error)

func (*SiteAllOfVpnRouteVia) SetIpv4 ¶

func (o *SiteAllOfVpnRouteVia) SetIpv4(v string)

SetIpv4 gets a reference to the given string and assigns it to the Ipv4 field.

func (*SiteAllOfVpnRouteVia) SetIpv6 ¶

func (o *SiteAllOfVpnRouteVia) SetIpv6(v string)

SetIpv6 gets a reference to the given string and assigns it to the Ipv6 field.

type SiteAllOfVpnTls ¶

type SiteAllOfVpnTls struct {
	Enabled *bool `json:"enabled,omitempty"`
}

SiteAllOfVpnTls VPN over TLS protocol configuration.

func NewSiteAllOfVpnTls ¶

func NewSiteAllOfVpnTls() *SiteAllOfVpnTls

NewSiteAllOfVpnTls instantiates a new SiteAllOfVpnTls object This constructor will assign default values to properties that have it defined, 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 NewSiteAllOfVpnTlsWithDefaults ¶

func NewSiteAllOfVpnTlsWithDefaults() *SiteAllOfVpnTls

NewSiteAllOfVpnTlsWithDefaults instantiates a new SiteAllOfVpnTls object This 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 (*SiteAllOfVpnTls) GetEnabled ¶

func (o *SiteAllOfVpnTls) GetEnabled() bool

GetEnabled returns the Enabled field value if set, zero value otherwise.

func (*SiteAllOfVpnTls) GetEnabledOk ¶

func (o *SiteAllOfVpnTls) 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 (*SiteAllOfVpnTls) HasEnabled ¶

func (o *SiteAllOfVpnTls) HasEnabled() bool

HasEnabled returns a boolean if a field has been set.

func (SiteAllOfVpnTls) MarshalJSON ¶

func (o SiteAllOfVpnTls) MarshalJSON() ([]byte, error)

func (*SiteAllOfVpnTls) SetEnabled ¶

func (o *SiteAllOfVpnTls) SetEnabled(v bool)

SetEnabled gets a reference to the given bool and assigns it to the Enabled field.

type SiteList ¶

type SiteList struct {
	// 'The range applied to the list. Format: -/. 3-5/8 means, out of 8 count (query affects the total), the items between (including) the 3rd and the 5th are returned.'
	Range *string `json:"range,omitempty"`
	// The field name used to sort the list.
	OrderBy *string `json:"orderBy,omitempty"`
	// Whether the sorting is applied descending or ascending.
	Descending *bool `json:"descending,omitempty"`
	// The queries applied to the list.
	Queries []string `json:"queries,omitempty"`
	// The filters applied to the list.
	FilterBy []FilterBy `json:"filterBy,omitempty"`
	// List of Sites.
	Data []Site `json:"data,omitempty"`
}

SiteList struct for SiteList

func NewSiteList ¶

func NewSiteList() *SiteList

NewSiteList instantiates a new SiteList object This constructor will assign default values to properties that have it defined, 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 NewSiteListWithDefaults ¶

func NewSiteListWithDefaults() *SiteList

NewSiteListWithDefaults instantiates a new SiteList object This 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 (*SiteList) GetData ¶

func (o *SiteList) GetData() []Site

GetData returns the Data field value if set, zero value otherwise.

func (*SiteList) GetDataOk ¶

func (o *SiteList) GetDataOk() ([]Site, bool)

GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SiteList) GetDescending ¶

func (o *SiteList) GetDescending() bool

GetDescending returns the Descending field value if set, zero value otherwise.

func (*SiteList) GetDescendingOk ¶

func (o *SiteList) GetDescendingOk() (*bool, bool)

GetDescendingOk returns a tuple with the Descending field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SiteList) GetFilterBy ¶

func (o *SiteList) GetFilterBy() []FilterBy

GetFilterBy returns the FilterBy field value if set, zero value otherwise.

func (*SiteList) GetFilterByOk ¶

func (o *SiteList) GetFilterByOk() ([]FilterBy, bool)

GetFilterByOk returns a tuple with the FilterBy field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SiteList) GetOrderBy ¶

func (o *SiteList) GetOrderBy() string

GetOrderBy returns the OrderBy field value if set, zero value otherwise.

func (*SiteList) GetOrderByOk ¶

func (o *SiteList) GetOrderByOk() (*string, bool)

GetOrderByOk returns a tuple with the OrderBy field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SiteList) GetQueries ¶

func (o *SiteList) GetQueries() []string

GetQueries returns the Queries field value if set, zero value otherwise.

func (*SiteList) GetQueriesOk ¶

func (o *SiteList) GetQueriesOk() ([]string, bool)

GetQueriesOk returns a tuple with the Queries field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SiteList) GetRange ¶

func (o *SiteList) GetRange() string

GetRange returns the Range field value if set, zero value otherwise.

func (*SiteList) GetRangeOk ¶

func (o *SiteList) GetRangeOk() (*string, bool)

GetRangeOk returns a tuple with the Range field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SiteList) HasData ¶

func (o *SiteList) HasData() bool

HasData returns a boolean if a field has been set.

func (*SiteList) HasDescending ¶

func (o *SiteList) HasDescending() bool

HasDescending returns a boolean if a field has been set.

func (*SiteList) HasFilterBy ¶

func (o *SiteList) HasFilterBy() bool

HasFilterBy returns a boolean if a field has been set.

func (*SiteList) HasOrderBy ¶

func (o *SiteList) HasOrderBy() bool

HasOrderBy returns a boolean if a field has been set.

func (*SiteList) HasQueries ¶

func (o *SiteList) HasQueries() bool

HasQueries returns a boolean if a field has been set.

func (*SiteList) HasRange ¶

func (o *SiteList) HasRange() bool

HasRange returns a boolean if a field has been set.

func (SiteList) MarshalJSON ¶

func (o SiteList) MarshalJSON() ([]byte, error)

func (*SiteList) SetData ¶

func (o *SiteList) SetData(v []Site)

SetData gets a reference to the given []Site and assigns it to the Data field.

func (*SiteList) SetDescending ¶

func (o *SiteList) SetDescending(v bool)

SetDescending gets a reference to the given bool and assigns it to the Descending field.

func (*SiteList) SetFilterBy ¶

func (o *SiteList) SetFilterBy(v []FilterBy)

SetFilterBy gets a reference to the given []FilterBy and assigns it to the FilterBy field.

func (*SiteList) SetOrderBy ¶

func (o *SiteList) SetOrderBy(v string)

SetOrderBy gets a reference to the given string and assigns it to the OrderBy field.

func (*SiteList) SetQueries ¶

func (o *SiteList) SetQueries(v []string)

SetQueries gets a reference to the given []string and assigns it to the Queries field.

func (*SiteList) SetRange ¶

func (o *SiteList) SetRange(v string)

SetRange gets a reference to the given string and assigns it to the Range field.

type SiteListAllOf ¶

type SiteListAllOf struct {
	// List of Sites.
	Data []Site `json:"data,omitempty"`
}

SiteListAllOf Represents a list of Sites.

func NewSiteListAllOf ¶

func NewSiteListAllOf() *SiteListAllOf

NewSiteListAllOf instantiates a new SiteListAllOf object This constructor will assign default values to properties that have it defined, 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 NewSiteListAllOfWithDefaults ¶

func NewSiteListAllOfWithDefaults() *SiteListAllOf

NewSiteListAllOfWithDefaults instantiates a new SiteListAllOf object This 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 (*SiteListAllOf) GetData ¶

func (o *SiteListAllOf) GetData() []Site

GetData returns the Data field value if set, zero value otherwise.

func (*SiteListAllOf) GetDataOk ¶

func (o *SiteListAllOf) GetDataOk() ([]Site, bool)

GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SiteListAllOf) HasData ¶

func (o *SiteListAllOf) HasData() bool

HasData returns a boolean if a field has been set.

func (SiteListAllOf) MarshalJSON ¶

func (o SiteListAllOf) MarshalJSON() ([]byte, error)

func (*SiteListAllOf) SetData ¶

func (o *SiteListAllOf) SetData(v []Site)

SetData gets a reference to the given []Site and assigns it to the Data field.

type SitesApiService ¶

type SitesApiService service

SitesApiService SitesApi service

func (*SitesApiService) SitesGet ¶

SitesGet List all Sites.

List all Sites visible to current user.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiSitesGetRequest

func (*SitesApiService) SitesGetExecute ¶

func (a *SitesApiService) SitesGetExecute(r ApiSitesGetRequest) (*SiteList, *http.Response, error)

Execute executes the request

@return SiteList

func (*SitesApiService) SitesIdDelete ¶

func (a *SitesApiService) SitesIdDelete(ctx context.Context, id string) ApiSitesIdDeleteRequest

SitesIdDelete Delete a specific Site.

Delete a specific Site.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id ID of the object.
@return ApiSitesIdDeleteRequest

func (*SitesApiService) SitesIdDeleteExecute ¶

func (a *SitesApiService) SitesIdDeleteExecute(r ApiSitesIdDeleteRequest) (*http.Response, error)

Execute executes the request

func (*SitesApiService) SitesIdGet ¶

SitesIdGet Get a specific Site.

Get a specific Site.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id ID of the object.
@return ApiSitesIdGetRequest

func (*SitesApiService) SitesIdGetExecute ¶

func (a *SitesApiService) SitesIdGetExecute(r ApiSitesIdGetRequest) (*Site, *http.Response, error)

Execute executes the request

@return Site

func (*SitesApiService) SitesIdPut ¶

SitesIdPut Update an existing Site.

Update an existing Site.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id ID of the object.
@return ApiSitesIdPutRequest

func (*SitesApiService) SitesIdPutExecute ¶

func (a *SitesApiService) SitesIdPutExecute(r ApiSitesIdPutRequest) (*Site, *http.Response, error)

Execute executes the request

@return Site

func (*SitesApiService) SitesPost ¶

SitesPost Create a new Site.

Create a new Site.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiSitesPostRequest

func (*SitesApiService) SitesPostExecute ¶

func (a *SitesApiService) SitesPostExecute(r ApiSitesPostRequest) (*Site, *http.Response, error)

Execute executes the request

@return Site

type Splunk ¶

type Splunk struct {
	// URL of the Splunk collector to connect to.
	Url string `json:"url"`
	// Token to use for authentication.
	Token *string `json:"token,omitempty"`
}

Splunk struct for Splunk

func NewSplunk ¶

func NewSplunk(url string) *Splunk

NewSplunk instantiates a new Splunk object This constructor will assign default values to properties that have it defined, 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 NewSplunkWithDefaults ¶

func NewSplunkWithDefaults() *Splunk

NewSplunkWithDefaults instantiates a new Splunk object This 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 (*Splunk) GetToken ¶

func (o *Splunk) GetToken() string

GetToken returns the Token field value if set, zero value otherwise.

func (*Splunk) GetTokenOk ¶

func (o *Splunk) GetTokenOk() (*string, bool)

GetTokenOk returns a tuple with the Token field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Splunk) GetUrl ¶

func (o *Splunk) GetUrl() string

GetUrl returns the Url field value

func (*Splunk) GetUrlOk ¶

func (o *Splunk) GetUrlOk() (*string, bool)

GetUrlOk returns a tuple with the Url field value and a boolean to check if the value has been set.

func (*Splunk) HasToken ¶

func (o *Splunk) HasToken() bool

HasToken returns a boolean if a field has been set.

func (Splunk) MarshalJSON ¶

func (o Splunk) MarshalJSON() ([]byte, error)

func (*Splunk) SetToken ¶

func (o *Splunk) SetToken(v string)

SetToken gets a reference to the given string and assigns it to the Token field.

func (*Splunk) SetUrl ¶

func (o *Splunk) SetUrl(v string)

SetUrl sets field value

type StatsAppliancesList ¶

type StatsAppliancesList struct {
	// User-friendly name for the stats.
	Name *string `json:"name,omitempty"`
	// The time the stats was generated.
	CreationDate *time.Time `json:"creationDate,omitempty"`
	// Recommended refresh interval in minutes.
	RefreshInterval *float32 `json:"refreshInterval,omitempty"`
	// 'The range applied to the list. Format: -/. 3-5/8 means, out of 8 count (query affects the total), the items between (including) the 3rd and the 5th are returned.'
	Range *string `json:"range,omitempty"`
	// The field name used to sort the list.
	OrderBy *string `json:"orderBy,omitempty"`
	// Whether the sorting is applied descending or ascending.
	Descending *bool `json:"descending,omitempty"`
	// The queries applied to the list.
	Queries []string `json:"queries,omitempty"`
	// The number of active Appliances with the Controller role enabled.
	ControllerCount *float32 `json:"controllerCount,omitempty"`
	// The number of active Appliances with the Gateway role enabled.
	GatewayCount *float32 `json:"gatewayCount,omitempty"`
	// The number of active Appliances in total.
	ApplianceCount *float32 `json:"applianceCount,omitempty"`
	// The number of active Appliances with the LogServer role enabled.
	LogServerCount *float32 `json:"logServerCount,omitempty"`
	// The number of active Appliances with the LogForwarder role enabled.
	LogForwarderCount *float32 `json:"logForwarderCount,omitempty"`
	// The number of active Appliances with the Connector role enabled.
	ConnectorCount *float32 `json:"connectorCount,omitempty"`
	// The number of active Appliances with the Portal role enabled.
	PortalCount *float32                       `json:"portalCount,omitempty"`
	Data        []StatsAppliancesListAllOfData `json:"data,omitempty"`
}

StatsAppliancesList struct for StatsAppliancesList

func NewStatsAppliancesList ¶

func NewStatsAppliancesList() *StatsAppliancesList

NewStatsAppliancesList instantiates a new StatsAppliancesList object This constructor will assign default values to properties that have it defined, 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 NewStatsAppliancesListWithDefaults ¶

func NewStatsAppliancesListWithDefaults() *StatsAppliancesList

NewStatsAppliancesListWithDefaults instantiates a new StatsAppliancesList object This 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 (*StatsAppliancesList) GetApplianceCount ¶

func (o *StatsAppliancesList) GetApplianceCount() float32

GetApplianceCount returns the ApplianceCount field value if set, zero value otherwise.

func (*StatsAppliancesList) GetApplianceCountOk ¶

func (o *StatsAppliancesList) GetApplianceCountOk() (*float32, bool)

GetApplianceCountOk returns a tuple with the ApplianceCount field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StatsAppliancesList) GetConnectorCount ¶

func (o *StatsAppliancesList) GetConnectorCount() float32

GetConnectorCount returns the ConnectorCount field value if set, zero value otherwise.

func (*StatsAppliancesList) GetConnectorCountOk ¶

func (o *StatsAppliancesList) GetConnectorCountOk() (*float32, bool)

GetConnectorCountOk returns a tuple with the ConnectorCount field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StatsAppliancesList) GetControllerCount ¶

func (o *StatsAppliancesList) GetControllerCount() float32

GetControllerCount returns the ControllerCount field value if set, zero value otherwise.

func (*StatsAppliancesList) GetControllerCountOk ¶

func (o *StatsAppliancesList) GetControllerCountOk() (*float32, bool)

GetControllerCountOk returns a tuple with the ControllerCount field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StatsAppliancesList) GetCreationDate ¶

func (o *StatsAppliancesList) GetCreationDate() time.Time

GetCreationDate returns the CreationDate field value if set, zero value otherwise.

func (*StatsAppliancesList) GetCreationDateOk ¶

func (o *StatsAppliancesList) GetCreationDateOk() (*time.Time, bool)

GetCreationDateOk returns a tuple with the CreationDate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StatsAppliancesList) GetData ¶

GetData returns the Data field value if set, zero value otherwise.

func (*StatsAppliancesList) GetDataOk ¶

GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StatsAppliancesList) GetDescending ¶

func (o *StatsAppliancesList) GetDescending() bool

GetDescending returns the Descending field value if set, zero value otherwise.

func (*StatsAppliancesList) GetDescendingOk ¶

func (o *StatsAppliancesList) GetDescendingOk() (*bool, bool)

GetDescendingOk returns a tuple with the Descending field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StatsAppliancesList) GetGatewayCount ¶

func (o *StatsAppliancesList) GetGatewayCount() float32

GetGatewayCount returns the GatewayCount field value if set, zero value otherwise.

func (*StatsAppliancesList) GetGatewayCountOk ¶

func (o *StatsAppliancesList) GetGatewayCountOk() (*float32, bool)

GetGatewayCountOk returns a tuple with the GatewayCount field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StatsAppliancesList) GetLogForwarderCount ¶

func (o *StatsAppliancesList) GetLogForwarderCount() float32

GetLogForwarderCount returns the LogForwarderCount field value if set, zero value otherwise.

func (*StatsAppliancesList) GetLogForwarderCountOk ¶

func (o *StatsAppliancesList) GetLogForwarderCountOk() (*float32, bool)

GetLogForwarderCountOk returns a tuple with the LogForwarderCount field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StatsAppliancesList) GetLogServerCount ¶

func (o *StatsAppliancesList) GetLogServerCount() float32

GetLogServerCount returns the LogServerCount field value if set, zero value otherwise.

func (*StatsAppliancesList) GetLogServerCountOk ¶

func (o *StatsAppliancesList) GetLogServerCountOk() (*float32, bool)

GetLogServerCountOk returns a tuple with the LogServerCount field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StatsAppliancesList) GetName ¶

func (o *StatsAppliancesList) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*StatsAppliancesList) GetNameOk ¶

func (o *StatsAppliancesList) 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 (*StatsAppliancesList) GetOrderBy ¶

func (o *StatsAppliancesList) GetOrderBy() string

GetOrderBy returns the OrderBy field value if set, zero value otherwise.

func (*StatsAppliancesList) GetOrderByOk ¶

func (o *StatsAppliancesList) GetOrderByOk() (*string, bool)

GetOrderByOk returns a tuple with the OrderBy field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StatsAppliancesList) GetPortalCount ¶

func (o *StatsAppliancesList) GetPortalCount() float32

GetPortalCount returns the PortalCount field value if set, zero value otherwise.

func (*StatsAppliancesList) GetPortalCountOk ¶

func (o *StatsAppliancesList) GetPortalCountOk() (*float32, bool)

GetPortalCountOk returns a tuple with the PortalCount field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StatsAppliancesList) GetQueries ¶

func (o *StatsAppliancesList) GetQueries() []string

GetQueries returns the Queries field value if set, zero value otherwise.

func (*StatsAppliancesList) GetQueriesOk ¶

func (o *StatsAppliancesList) GetQueriesOk() ([]string, bool)

GetQueriesOk returns a tuple with the Queries field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StatsAppliancesList) GetRange ¶

func (o *StatsAppliancesList) GetRange() string

GetRange returns the Range field value if set, zero value otherwise.

func (*StatsAppliancesList) GetRangeOk ¶

func (o *StatsAppliancesList) GetRangeOk() (*string, bool)

GetRangeOk returns a tuple with the Range field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StatsAppliancesList) GetRefreshInterval ¶

func (o *StatsAppliancesList) GetRefreshInterval() float32

GetRefreshInterval returns the RefreshInterval field value if set, zero value otherwise.

func (*StatsAppliancesList) GetRefreshIntervalOk ¶

func (o *StatsAppliancesList) GetRefreshIntervalOk() (*float32, bool)

GetRefreshIntervalOk returns a tuple with the RefreshInterval field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StatsAppliancesList) HasApplianceCount ¶

func (o *StatsAppliancesList) HasApplianceCount() bool

HasApplianceCount returns a boolean if a field has been set.

func (*StatsAppliancesList) HasConnectorCount ¶

func (o *StatsAppliancesList) HasConnectorCount() bool

HasConnectorCount returns a boolean if a field has been set.

func (*StatsAppliancesList) HasControllerCount ¶

func (o *StatsAppliancesList) HasControllerCount() bool

HasControllerCount returns a boolean if a field has been set.

func (*StatsAppliancesList) HasCreationDate ¶

func (o *StatsAppliancesList) HasCreationDate() bool

HasCreationDate returns a boolean if a field has been set.

func (*StatsAppliancesList) HasData ¶

func (o *StatsAppliancesList) HasData() bool

HasData returns a boolean if a field has been set.

func (*StatsAppliancesList) HasDescending ¶

func (o *StatsAppliancesList) HasDescending() bool

HasDescending returns a boolean if a field has been set.

func (*StatsAppliancesList) HasGatewayCount ¶

func (o *StatsAppliancesList) HasGatewayCount() bool

HasGatewayCount returns a boolean if a field has been set.

func (*StatsAppliancesList) HasLogForwarderCount ¶

func (o *StatsAppliancesList) HasLogForwarderCount() bool

HasLogForwarderCount returns a boolean if a field has been set.

func (*StatsAppliancesList) HasLogServerCount ¶

func (o *StatsAppliancesList) HasLogServerCount() bool

HasLogServerCount returns a boolean if a field has been set.

func (*StatsAppliancesList) HasName ¶

func (o *StatsAppliancesList) HasName() bool

HasName returns a boolean if a field has been set.

func (*StatsAppliancesList) HasOrderBy ¶

func (o *StatsAppliancesList) HasOrderBy() bool

HasOrderBy returns a boolean if a field has been set.

func (*StatsAppliancesList) HasPortalCount ¶

func (o *StatsAppliancesList) HasPortalCount() bool

HasPortalCount returns a boolean if a field has been set.

func (*StatsAppliancesList) HasQueries ¶

func (o *StatsAppliancesList) HasQueries() bool

HasQueries returns a boolean if a field has been set.

func (*StatsAppliancesList) HasRange ¶

func (o *StatsAppliancesList) HasRange() bool

HasRange returns a boolean if a field has been set.

func (*StatsAppliancesList) HasRefreshInterval ¶

func (o *StatsAppliancesList) HasRefreshInterval() bool

HasRefreshInterval returns a boolean if a field has been set.

func (StatsAppliancesList) MarshalJSON ¶

func (o StatsAppliancesList) MarshalJSON() ([]byte, error)

func (*StatsAppliancesList) SetApplianceCount ¶

func (o *StatsAppliancesList) SetApplianceCount(v float32)

SetApplianceCount gets a reference to the given float32 and assigns it to the ApplianceCount field.

func (*StatsAppliancesList) SetConnectorCount ¶

func (o *StatsAppliancesList) SetConnectorCount(v float32)

SetConnectorCount gets a reference to the given float32 and assigns it to the ConnectorCount field.

func (*StatsAppliancesList) SetControllerCount ¶

func (o *StatsAppliancesList) SetControllerCount(v float32)

SetControllerCount gets a reference to the given float32 and assigns it to the ControllerCount field.

func (*StatsAppliancesList) SetCreationDate ¶

func (o *StatsAppliancesList) SetCreationDate(v time.Time)

SetCreationDate gets a reference to the given time.Time and assigns it to the CreationDate field.

func (*StatsAppliancesList) SetData ¶

SetData gets a reference to the given []StatsAppliancesListAllOfData and assigns it to the Data field.

func (*StatsAppliancesList) SetDescending ¶

func (o *StatsAppliancesList) SetDescending(v bool)

SetDescending gets a reference to the given bool and assigns it to the Descending field.

func (*StatsAppliancesList) SetGatewayCount ¶

func (o *StatsAppliancesList) SetGatewayCount(v float32)

SetGatewayCount gets a reference to the given float32 and assigns it to the GatewayCount field.

func (*StatsAppliancesList) SetLogForwarderCount ¶

func (o *StatsAppliancesList) SetLogForwarderCount(v float32)

SetLogForwarderCount gets a reference to the given float32 and assigns it to the LogForwarderCount field.

func (*StatsAppliancesList) SetLogServerCount ¶

func (o *StatsAppliancesList) SetLogServerCount(v float32)

SetLogServerCount gets a reference to the given float32 and assigns it to the LogServerCount field.

func (*StatsAppliancesList) SetName ¶

func (o *StatsAppliancesList) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*StatsAppliancesList) SetOrderBy ¶

func (o *StatsAppliancesList) SetOrderBy(v string)

SetOrderBy gets a reference to the given string and assigns it to the OrderBy field.

func (*StatsAppliancesList) SetPortalCount ¶

func (o *StatsAppliancesList) SetPortalCount(v float32)

SetPortalCount gets a reference to the given float32 and assigns it to the PortalCount field.

func (*StatsAppliancesList) SetQueries ¶

func (o *StatsAppliancesList) SetQueries(v []string)

SetQueries gets a reference to the given []string and assigns it to the Queries field.

func (*StatsAppliancesList) SetRange ¶

func (o *StatsAppliancesList) SetRange(v string)

SetRange gets a reference to the given string and assigns it to the Range field.

func (*StatsAppliancesList) SetRefreshInterval ¶

func (o *StatsAppliancesList) SetRefreshInterval(v float32)

SetRefreshInterval gets a reference to the given float32 and assigns it to the RefreshInterval field.

type StatsAppliancesListAllOf ¶

type StatsAppliancesListAllOf struct {
	// The queries applied to the list.
	Queries []string `json:"queries,omitempty"`
	// The number of active Appliances with the Controller role enabled.
	ControllerCount *float32 `json:"controllerCount,omitempty"`
	// The number of active Appliances with the Gateway role enabled.
	GatewayCount *float32 `json:"gatewayCount,omitempty"`
	// The number of active Appliances in total.
	ApplianceCount *float32 `json:"applianceCount,omitempty"`
	// The number of active Appliances with the LogServer role enabled.
	LogServerCount *float32 `json:"logServerCount,omitempty"`
	// The number of active Appliances with the LogForwarder role enabled.
	LogForwarderCount *float32 `json:"logForwarderCount,omitempty"`
	// The number of active Appliances with the Connector role enabled.
	ConnectorCount *float32 `json:"connectorCount,omitempty"`
	// The number of active Appliances with the Portal role enabled.
	PortalCount *float32                       `json:"portalCount,omitempty"`
	Data        []StatsAppliancesListAllOfData `json:"data,omitempty"`
}

StatsAppliancesListAllOf struct for StatsAppliancesListAllOf

func NewStatsAppliancesListAllOf ¶

func NewStatsAppliancesListAllOf() *StatsAppliancesListAllOf

NewStatsAppliancesListAllOf instantiates a new StatsAppliancesListAllOf object This constructor will assign default values to properties that have it defined, 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 NewStatsAppliancesListAllOfWithDefaults ¶

func NewStatsAppliancesListAllOfWithDefaults() *StatsAppliancesListAllOf

NewStatsAppliancesListAllOfWithDefaults instantiates a new StatsAppliancesListAllOf object This 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 (*StatsAppliancesListAllOf) GetApplianceCount ¶

func (o *StatsAppliancesListAllOf) GetApplianceCount() float32

GetApplianceCount returns the ApplianceCount field value if set, zero value otherwise.

func (*StatsAppliancesListAllOf) GetApplianceCountOk ¶

func (o *StatsAppliancesListAllOf) GetApplianceCountOk() (*float32, bool)

GetApplianceCountOk returns a tuple with the ApplianceCount field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StatsAppliancesListAllOf) GetConnectorCount ¶

func (o *StatsAppliancesListAllOf) GetConnectorCount() float32

GetConnectorCount returns the ConnectorCount field value if set, zero value otherwise.

func (*StatsAppliancesListAllOf) GetConnectorCountOk ¶

func (o *StatsAppliancesListAllOf) GetConnectorCountOk() (*float32, bool)

GetConnectorCountOk returns a tuple with the ConnectorCount field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StatsAppliancesListAllOf) GetControllerCount ¶

func (o *StatsAppliancesListAllOf) GetControllerCount() float32

GetControllerCount returns the ControllerCount field value if set, zero value otherwise.

func (*StatsAppliancesListAllOf) GetControllerCountOk ¶

func (o *StatsAppliancesListAllOf) GetControllerCountOk() (*float32, bool)

GetControllerCountOk returns a tuple with the ControllerCount field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StatsAppliancesListAllOf) GetData ¶

GetData returns the Data field value if set, zero value otherwise.

func (*StatsAppliancesListAllOf) GetDataOk ¶

GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StatsAppliancesListAllOf) GetGatewayCount ¶

func (o *StatsAppliancesListAllOf) GetGatewayCount() float32

GetGatewayCount returns the GatewayCount field value if set, zero value otherwise.

func (*StatsAppliancesListAllOf) GetGatewayCountOk ¶

func (o *StatsAppliancesListAllOf) GetGatewayCountOk() (*float32, bool)

GetGatewayCountOk returns a tuple with the GatewayCount field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StatsAppliancesListAllOf) GetLogForwarderCount ¶

func (o *StatsAppliancesListAllOf) GetLogForwarderCount() float32

GetLogForwarderCount returns the LogForwarderCount field value if set, zero value otherwise.

func (*StatsAppliancesListAllOf) GetLogForwarderCountOk ¶

func (o *StatsAppliancesListAllOf) GetLogForwarderCountOk() (*float32, bool)

GetLogForwarderCountOk returns a tuple with the LogForwarderCount field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StatsAppliancesListAllOf) GetLogServerCount ¶

func (o *StatsAppliancesListAllOf) GetLogServerCount() float32

GetLogServerCount returns the LogServerCount field value if set, zero value otherwise.

func (*StatsAppliancesListAllOf) GetLogServerCountOk ¶

func (o *StatsAppliancesListAllOf) GetLogServerCountOk() (*float32, bool)

GetLogServerCountOk returns a tuple with the LogServerCount field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StatsAppliancesListAllOf) GetPortalCount ¶

func (o *StatsAppliancesListAllOf) GetPortalCount() float32

GetPortalCount returns the PortalCount field value if set, zero value otherwise.

func (*StatsAppliancesListAllOf) GetPortalCountOk ¶

func (o *StatsAppliancesListAllOf) GetPortalCountOk() (*float32, bool)

GetPortalCountOk returns a tuple with the PortalCount field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StatsAppliancesListAllOf) GetQueries ¶

func (o *StatsAppliancesListAllOf) GetQueries() []string

GetQueries returns the Queries field value if set, zero value otherwise.

func (*StatsAppliancesListAllOf) GetQueriesOk ¶

func (o *StatsAppliancesListAllOf) GetQueriesOk() ([]string, bool)

GetQueriesOk returns a tuple with the Queries field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StatsAppliancesListAllOf) HasApplianceCount ¶

func (o *StatsAppliancesListAllOf) HasApplianceCount() bool

HasApplianceCount returns a boolean if a field has been set.

func (*StatsAppliancesListAllOf) HasConnectorCount ¶

func (o *StatsAppliancesListAllOf) HasConnectorCount() bool

HasConnectorCount returns a boolean if a field has been set.

func (*StatsAppliancesListAllOf) HasControllerCount ¶

func (o *StatsAppliancesListAllOf) HasControllerCount() bool

HasControllerCount returns a boolean if a field has been set.

func (*StatsAppliancesListAllOf) HasData ¶

func (o *StatsAppliancesListAllOf) HasData() bool

HasData returns a boolean if a field has been set.

func (*StatsAppliancesListAllOf) HasGatewayCount ¶

func (o *StatsAppliancesListAllOf) HasGatewayCount() bool

HasGatewayCount returns a boolean if a field has been set.

func (*StatsAppliancesListAllOf) HasLogForwarderCount ¶

func (o *StatsAppliancesListAllOf) HasLogForwarderCount() bool

HasLogForwarderCount returns a boolean if a field has been set.

func (*StatsAppliancesListAllOf) HasLogServerCount ¶

func (o *StatsAppliancesListAllOf) HasLogServerCount() bool

HasLogServerCount returns a boolean if a field has been set.

func (*StatsAppliancesListAllOf) HasPortalCount ¶

func (o *StatsAppliancesListAllOf) HasPortalCount() bool

HasPortalCount returns a boolean if a field has been set.

func (*StatsAppliancesListAllOf) HasQueries ¶

func (o *StatsAppliancesListAllOf) HasQueries() bool

HasQueries returns a boolean if a field has been set.

func (StatsAppliancesListAllOf) MarshalJSON ¶

func (o StatsAppliancesListAllOf) MarshalJSON() ([]byte, error)

func (*StatsAppliancesListAllOf) SetApplianceCount ¶

func (o *StatsAppliancesListAllOf) SetApplianceCount(v float32)

SetApplianceCount gets a reference to the given float32 and assigns it to the ApplianceCount field.

func (*StatsAppliancesListAllOf) SetConnectorCount ¶

func (o *StatsAppliancesListAllOf) SetConnectorCount(v float32)

SetConnectorCount gets a reference to the given float32 and assigns it to the ConnectorCount field.

func (*StatsAppliancesListAllOf) SetControllerCount ¶

func (o *StatsAppliancesListAllOf) SetControllerCount(v float32)

SetControllerCount gets a reference to the given float32 and assigns it to the ControllerCount field.

func (*StatsAppliancesListAllOf) SetData ¶

SetData gets a reference to the given []StatsAppliancesListAllOfData and assigns it to the Data field.

func (*StatsAppliancesListAllOf) SetGatewayCount ¶

func (o *StatsAppliancesListAllOf) SetGatewayCount(v float32)

SetGatewayCount gets a reference to the given float32 and assigns it to the GatewayCount field.

func (*StatsAppliancesListAllOf) SetLogForwarderCount ¶

func (o *StatsAppliancesListAllOf) SetLogForwarderCount(v float32)

SetLogForwarderCount gets a reference to the given float32 and assigns it to the LogForwarderCount field.

func (*StatsAppliancesListAllOf) SetLogServerCount ¶

func (o *StatsAppliancesListAllOf) SetLogServerCount(v float32)

SetLogServerCount gets a reference to the given float32 and assigns it to the LogServerCount field.

func (*StatsAppliancesListAllOf) SetPortalCount ¶

func (o *StatsAppliancesListAllOf) SetPortalCount(v float32)

SetPortalCount gets a reference to the given float32 and assigns it to the PortalCount field.

func (*StatsAppliancesListAllOf) SetQueries ¶

func (o *StatsAppliancesListAllOf) SetQueries(v []string)

SetQueries gets a reference to the given []string and assigns it to the Queries field.

type StatsAppliancesListAllOfData ¶

type StatsAppliancesListAllOfData struct {
	// ID of the Appliance.
	Id *string `json:"id,omitempty"`
	// Name of the Appliance.
	Name *string `json:"name,omitempty"`
	// Name of the Site for this Appliance.
	SiteName *string `json:"siteName,omitempty"`
	// Tags of the Appliance.
	Tags []string `json:"tags,omitempty"`
	// Whether the Appliance is reachable by the Controller or not. Deprecated as of 5.1. \"status\" field will be set to \"offline\" instead.
	// Deprecated
	Online *bool `json:"online,omitempty"`
	// The Appliance build version.
	Version *string `json:"version,omitempty"`
	// State of the Appliance. For internal use.
	State *string `json:"state,omitempty"`
	// The volume number in use.
	VolumeNumber *float32 `json:"volumeNumber,omitempty"`
	// Aggregated status of the Appliance.
	Status *string `json:"status,omitempty"`
	// Comma-separated list of functions enabled on this Appliance in short format.
	Function     *string                    `json:"function,omitempty"`
	Controller   *ControllerRole            `json:"controller,omitempty"`
	LogServer    *ApplianceRole             `json:"logServer,omitempty"`
	LogForwarder *ApplianceRole             `json:"logForwarder,omitempty"`
	Gateway      *ApplianceWithSessionsRole `json:"gateway,omitempty"`
	Connector    *ApplianceWithSessionsRole `json:"connector,omitempty"`
	Portal       *ApplianceWithSessionsRole `json:"portal,omitempty"`
	Appliance    *ApplianceWithSessionsRole `json:"appliance,omitempty"`
	// Number of sessions on Gateway, Portal or Connector.
	NumberOfSessions *int32 `json:"numberOfSessions,omitempty"`
	// Current CPU utilization % on the Appliance.
	Cpu *float32 `json:"cpu,omitempty"`
	// Current memory reserved % on the Appliance.
	Memory *float32 `json:"memory,omitempty"`
	// Current disk usage % on the Appliance.
	Disk     *float32                          `json:"disk,omitempty"`
	DiskInfo *StatsAppliancesListAllOfDiskInfo `json:"diskInfo,omitempty"`
	Network  *StatsAppliancesListAllOfNetwork  `json:"network,omitempty"`
	Upgrade  *StatsAppliancesListAllOfUpgrade  `json:"upgrade,omitempty"`
	// The name of the Appliance Customization if one is assigned to this Appliance.
	CustomizationName *string `json:"customizationName,omitempty"`
}

StatsAppliancesListAllOfData An active Appliance status details.

func NewStatsAppliancesListAllOfData ¶

func NewStatsAppliancesListAllOfData() *StatsAppliancesListAllOfData

NewStatsAppliancesListAllOfData instantiates a new StatsAppliancesListAllOfData object This constructor will assign default values to properties that have it defined, 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 NewStatsAppliancesListAllOfDataWithDefaults ¶

func NewStatsAppliancesListAllOfDataWithDefaults() *StatsAppliancesListAllOfData

NewStatsAppliancesListAllOfDataWithDefaults instantiates a new StatsAppliancesListAllOfData object This 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 (*StatsAppliancesListAllOfData) GetAppliance ¶

GetAppliance returns the Appliance field value if set, zero value otherwise.

func (*StatsAppliancesListAllOfData) 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 (*StatsAppliancesListAllOfData) GetConnector ¶

GetConnector returns the Connector field value if set, zero value otherwise.

func (*StatsAppliancesListAllOfData) GetConnectorOk ¶

GetConnectorOk returns a tuple with the Connector field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StatsAppliancesListAllOfData) GetController ¶

func (o *StatsAppliancesListAllOfData) GetController() ControllerRole

GetController returns the Controller field value if set, zero value otherwise.

func (*StatsAppliancesListAllOfData) GetControllerOk ¶

func (o *StatsAppliancesListAllOfData) GetControllerOk() (*ControllerRole, bool)

GetControllerOk returns a tuple with the Controller field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StatsAppliancesListAllOfData) GetCpu ¶

GetCpu returns the Cpu field value if set, zero value otherwise.

func (*StatsAppliancesListAllOfData) GetCpuOk ¶

func (o *StatsAppliancesListAllOfData) GetCpuOk() (*float32, bool)

GetCpuOk returns a tuple with the Cpu field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StatsAppliancesListAllOfData) GetCustomizationName ¶

func (o *StatsAppliancesListAllOfData) GetCustomizationName() string

GetCustomizationName returns the CustomizationName field value if set, zero value otherwise.

func (*StatsAppliancesListAllOfData) GetCustomizationNameOk ¶

func (o *StatsAppliancesListAllOfData) GetCustomizationNameOk() (*string, bool)

GetCustomizationNameOk returns a tuple with the CustomizationName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StatsAppliancesListAllOfData) GetDisk ¶

GetDisk returns the Disk field value if set, zero value otherwise.

func (*StatsAppliancesListAllOfData) GetDiskInfo ¶

GetDiskInfo returns the DiskInfo field value if set, zero value otherwise.

func (*StatsAppliancesListAllOfData) GetDiskInfoOk ¶

GetDiskInfoOk returns a tuple with the DiskInfo field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StatsAppliancesListAllOfData) GetDiskOk ¶

func (o *StatsAppliancesListAllOfData) GetDiskOk() (*float32, bool)

GetDiskOk returns a tuple with the Disk field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StatsAppliancesListAllOfData) GetFunction ¶

func (o *StatsAppliancesListAllOfData) GetFunction() string

GetFunction returns the Function field value if set, zero value otherwise.

func (*StatsAppliancesListAllOfData) GetFunctionOk ¶

func (o *StatsAppliancesListAllOfData) GetFunctionOk() (*string, bool)

GetFunctionOk returns a tuple with the Function field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StatsAppliancesListAllOfData) GetGateway ¶

GetGateway returns the Gateway field value if set, zero value otherwise.

func (*StatsAppliancesListAllOfData) GetGatewayOk ¶

GetGatewayOk returns a tuple with the Gateway field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StatsAppliancesListAllOfData) GetId ¶

GetId returns the Id field value if set, zero value otherwise.

func (*StatsAppliancesListAllOfData) GetIdOk ¶

func (o *StatsAppliancesListAllOfData) 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 (*StatsAppliancesListAllOfData) GetLogForwarder ¶

func (o *StatsAppliancesListAllOfData) GetLogForwarder() ApplianceRole

GetLogForwarder returns the LogForwarder field value if set, zero value otherwise.

func (*StatsAppliancesListAllOfData) GetLogForwarderOk ¶

func (o *StatsAppliancesListAllOfData) GetLogForwarderOk() (*ApplianceRole, bool)

GetLogForwarderOk returns a tuple with the LogForwarder field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StatsAppliancesListAllOfData) GetLogServer ¶

func (o *StatsAppliancesListAllOfData) GetLogServer() ApplianceRole

GetLogServer returns the LogServer field value if set, zero value otherwise.

func (*StatsAppliancesListAllOfData) GetLogServerOk ¶

func (o *StatsAppliancesListAllOfData) GetLogServerOk() (*ApplianceRole, bool)

GetLogServerOk returns a tuple with the LogServer field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StatsAppliancesListAllOfData) GetMemory ¶

func (o *StatsAppliancesListAllOfData) GetMemory() float32

GetMemory returns the Memory field value if set, zero value otherwise.

func (*StatsAppliancesListAllOfData) GetMemoryOk ¶

func (o *StatsAppliancesListAllOfData) GetMemoryOk() (*float32, bool)

GetMemoryOk returns a tuple with the Memory field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StatsAppliancesListAllOfData) GetName ¶

func (o *StatsAppliancesListAllOfData) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*StatsAppliancesListAllOfData) GetNameOk ¶

func (o *StatsAppliancesListAllOfData) 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 (*StatsAppliancesListAllOfData) GetNetwork ¶

GetNetwork returns the Network field value if set, zero value otherwise.

func (*StatsAppliancesListAllOfData) GetNetworkOk ¶

GetNetworkOk returns a tuple with the Network field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StatsAppliancesListAllOfData) GetNumberOfSessions ¶

func (o *StatsAppliancesListAllOfData) GetNumberOfSessions() int32

GetNumberOfSessions returns the NumberOfSessions field value if set, zero value otherwise.

func (*StatsAppliancesListAllOfData) GetNumberOfSessionsOk ¶

func (o *StatsAppliancesListAllOfData) GetNumberOfSessionsOk() (*int32, bool)

GetNumberOfSessionsOk returns a tuple with the NumberOfSessions field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StatsAppliancesListAllOfData) GetOnline ¶

func (o *StatsAppliancesListAllOfData) GetOnline() bool

GetOnline returns the Online field value if set, zero value otherwise. Deprecated

func (*StatsAppliancesListAllOfData) GetOnlineOk ¶

func (o *StatsAppliancesListAllOfData) GetOnlineOk() (*bool, bool)

GetOnlineOk returns a tuple with the Online field value if set, nil otherwise and a boolean to check if the value has been set. Deprecated

func (*StatsAppliancesListAllOfData) GetPortal ¶

GetPortal returns the Portal field value if set, zero value otherwise.

func (*StatsAppliancesListAllOfData) GetPortalOk ¶

GetPortalOk returns a tuple with the Portal field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StatsAppliancesListAllOfData) GetSiteName ¶

func (o *StatsAppliancesListAllOfData) GetSiteName() string

GetSiteName returns the SiteName field value if set, zero value otherwise.

func (*StatsAppliancesListAllOfData) GetSiteNameOk ¶

func (o *StatsAppliancesListAllOfData) GetSiteNameOk() (*string, bool)

GetSiteNameOk returns a tuple with the SiteName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StatsAppliancesListAllOfData) GetState ¶

func (o *StatsAppliancesListAllOfData) GetState() string

GetState returns the State field value if set, zero value otherwise.

func (*StatsAppliancesListAllOfData) GetStateOk ¶

func (o *StatsAppliancesListAllOfData) 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 (*StatsAppliancesListAllOfData) GetStatus ¶

func (o *StatsAppliancesListAllOfData) GetStatus() string

GetStatus returns the Status field value if set, zero value otherwise.

func (*StatsAppliancesListAllOfData) GetStatusOk ¶

func (o *StatsAppliancesListAllOfData) GetStatusOk() (*string, bool)

GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StatsAppliancesListAllOfData) GetTags ¶

func (o *StatsAppliancesListAllOfData) GetTags() []string

GetTags returns the Tags field value if set, zero value otherwise.

func (*StatsAppliancesListAllOfData) GetTagsOk ¶

func (o *StatsAppliancesListAllOfData) GetTagsOk() ([]string, bool)

GetTagsOk returns a tuple with the Tags field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StatsAppliancesListAllOfData) GetUpgrade ¶

GetUpgrade returns the Upgrade field value if set, zero value otherwise.

func (*StatsAppliancesListAllOfData) GetUpgradeOk ¶

GetUpgradeOk returns a tuple with the Upgrade field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StatsAppliancesListAllOfData) GetVersion ¶

func (o *StatsAppliancesListAllOfData) GetVersion() string

GetVersion returns the Version field value if set, zero value otherwise.

func (*StatsAppliancesListAllOfData) GetVersionOk ¶

func (o *StatsAppliancesListAllOfData) 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 (*StatsAppliancesListAllOfData) GetVolumeNumber ¶

func (o *StatsAppliancesListAllOfData) GetVolumeNumber() float32

GetVolumeNumber returns the VolumeNumber field value if set, zero value otherwise.

func (*StatsAppliancesListAllOfData) GetVolumeNumberOk ¶

func (o *StatsAppliancesListAllOfData) GetVolumeNumberOk() (*float32, bool)

GetVolumeNumberOk returns a tuple with the VolumeNumber field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StatsAppliancesListAllOfData) HasAppliance ¶

func (o *StatsAppliancesListAllOfData) HasAppliance() bool

HasAppliance returns a boolean if a field has been set.

func (*StatsAppliancesListAllOfData) HasConnector ¶

func (o *StatsAppliancesListAllOfData) HasConnector() bool

HasConnector returns a boolean if a field has been set.

func (*StatsAppliancesListAllOfData) HasController ¶

func (o *StatsAppliancesListAllOfData) HasController() bool

HasController returns a boolean if a field has been set.

func (*StatsAppliancesListAllOfData) HasCpu ¶

func (o *StatsAppliancesListAllOfData) HasCpu() bool

HasCpu returns a boolean if a field has been set.

func (*StatsAppliancesListAllOfData) HasCustomizationName ¶

func (o *StatsAppliancesListAllOfData) HasCustomizationName() bool

HasCustomizationName returns a boolean if a field has been set.

func (*StatsAppliancesListAllOfData) HasDisk ¶

func (o *StatsAppliancesListAllOfData) HasDisk() bool

HasDisk returns a boolean if a field has been set.

func (*StatsAppliancesListAllOfData) HasDiskInfo ¶

func (o *StatsAppliancesListAllOfData) HasDiskInfo() bool

HasDiskInfo returns a boolean if a field has been set.

func (*StatsAppliancesListAllOfData) HasFunction ¶

func (o *StatsAppliancesListAllOfData) HasFunction() bool

HasFunction returns a boolean if a field has been set.

func (*StatsAppliancesListAllOfData) HasGateway ¶

func (o *StatsAppliancesListAllOfData) HasGateway() bool

HasGateway returns a boolean if a field has been set.

func (*StatsAppliancesListAllOfData) HasId ¶

HasId returns a boolean if a field has been set.

func (*StatsAppliancesListAllOfData) HasLogForwarder ¶

func (o *StatsAppliancesListAllOfData) HasLogForwarder() bool

HasLogForwarder returns a boolean if a field has been set.

func (*StatsAppliancesListAllOfData) HasLogServer ¶

func (o *StatsAppliancesListAllOfData) HasLogServer() bool

HasLogServer returns a boolean if a field has been set.

func (*StatsAppliancesListAllOfData) HasMemory ¶

func (o *StatsAppliancesListAllOfData) HasMemory() bool

HasMemory returns a boolean if a field has been set.

func (*StatsAppliancesListAllOfData) HasName ¶

func (o *StatsAppliancesListAllOfData) HasName() bool

HasName returns a boolean if a field has been set.

func (*StatsAppliancesListAllOfData) HasNetwork ¶

func (o *StatsAppliancesListAllOfData) HasNetwork() bool

HasNetwork returns a boolean if a field has been set.

func (*StatsAppliancesListAllOfData) HasNumberOfSessions ¶

func (o *StatsAppliancesListAllOfData) HasNumberOfSessions() bool

HasNumberOfSessions returns a boolean if a field has been set.

func (*StatsAppliancesListAllOfData) HasOnline ¶

func (o *StatsAppliancesListAllOfData) HasOnline() bool

HasOnline returns a boolean if a field has been set.

func (*StatsAppliancesListAllOfData) HasPortal ¶

func (o *StatsAppliancesListAllOfData) HasPortal() bool

HasPortal returns a boolean if a field has been set.

func (*StatsAppliancesListAllOfData) HasSiteName ¶

func (o *StatsAppliancesListAllOfData) HasSiteName() bool

HasSiteName returns a boolean if a field has been set.

func (*StatsAppliancesListAllOfData) HasState ¶

func (o *StatsAppliancesListAllOfData) HasState() bool

HasState returns a boolean if a field has been set.

func (*StatsAppliancesListAllOfData) HasStatus ¶

func (o *StatsAppliancesListAllOfData) HasStatus() bool

HasStatus returns a boolean if a field has been set.

func (*StatsAppliancesListAllOfData) HasTags ¶

func (o *StatsAppliancesListAllOfData) HasTags() bool

HasTags returns a boolean if a field has been set.

func (*StatsAppliancesListAllOfData) HasUpgrade ¶

func (o *StatsAppliancesListAllOfData) HasUpgrade() bool

HasUpgrade returns a boolean if a field has been set.

func (*StatsAppliancesListAllOfData) HasVersion ¶

func (o *StatsAppliancesListAllOfData) HasVersion() bool

HasVersion returns a boolean if a field has been set.

func (*StatsAppliancesListAllOfData) HasVolumeNumber ¶

func (o *StatsAppliancesListAllOfData) HasVolumeNumber() bool

HasVolumeNumber returns a boolean if a field has been set.

func (StatsAppliancesListAllOfData) MarshalJSON ¶

func (o StatsAppliancesListAllOfData) MarshalJSON() ([]byte, error)

func (*StatsAppliancesListAllOfData) SetAppliance ¶

SetAppliance gets a reference to the given ApplianceWithSessionsRole and assigns it to the Appliance field.

func (*StatsAppliancesListAllOfData) SetConnector ¶

SetConnector gets a reference to the given ApplianceWithSessionsRole and assigns it to the Connector field.

func (*StatsAppliancesListAllOfData) SetController ¶

func (o *StatsAppliancesListAllOfData) SetController(v ControllerRole)

SetController gets a reference to the given ControllerRole and assigns it to the Controller field.

func (*StatsAppliancesListAllOfData) SetCpu ¶

SetCpu gets a reference to the given float32 and assigns it to the Cpu field.

func (*StatsAppliancesListAllOfData) SetCustomizationName ¶

func (o *StatsAppliancesListAllOfData) SetCustomizationName(v string)

SetCustomizationName gets a reference to the given string and assigns it to the CustomizationName field.

func (*StatsAppliancesListAllOfData) SetDisk ¶

func (o *StatsAppliancesListAllOfData) SetDisk(v float32)

SetDisk gets a reference to the given float32 and assigns it to the Disk field.

func (*StatsAppliancesListAllOfData) SetDiskInfo ¶

SetDiskInfo gets a reference to the given StatsAppliancesListAllOfDiskInfo and assigns it to the DiskInfo field.

func (*StatsAppliancesListAllOfData) SetFunction ¶

func (o *StatsAppliancesListAllOfData) SetFunction(v string)

SetFunction gets a reference to the given string and assigns it to the Function field.

func (*StatsAppliancesListAllOfData) SetGateway ¶

SetGateway gets a reference to the given ApplianceWithSessionsRole and assigns it to the Gateway field.

func (*StatsAppliancesListAllOfData) SetId ¶

SetId gets a reference to the given string and assigns it to the Id field.

func (*StatsAppliancesListAllOfData) SetLogForwarder ¶

func (o *StatsAppliancesListAllOfData) SetLogForwarder(v ApplianceRole)

SetLogForwarder gets a reference to the given ApplianceRole and assigns it to the LogForwarder field.

func (*StatsAppliancesListAllOfData) SetLogServer ¶

func (o *StatsAppliancesListAllOfData) SetLogServer(v ApplianceRole)

SetLogServer gets a reference to the given ApplianceRole and assigns it to the LogServer field.

func (*StatsAppliancesListAllOfData) SetMemory ¶

func (o *StatsAppliancesListAllOfData) SetMemory(v float32)

SetMemory gets a reference to the given float32 and assigns it to the Memory field.

func (*StatsAppliancesListAllOfData) SetName ¶

func (o *StatsAppliancesListAllOfData) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*StatsAppliancesListAllOfData) SetNetwork ¶

SetNetwork gets a reference to the given StatsAppliancesListAllOfNetwork and assigns it to the Network field.

func (*StatsAppliancesListAllOfData) SetNumberOfSessions ¶

func (o *StatsAppliancesListAllOfData) SetNumberOfSessions(v int32)

SetNumberOfSessions gets a reference to the given int32 and assigns it to the NumberOfSessions field.

func (*StatsAppliancesListAllOfData) SetOnline ¶

func (o *StatsAppliancesListAllOfData) SetOnline(v bool)

SetOnline gets a reference to the given bool and assigns it to the Online field. Deprecated

func (*StatsAppliancesListAllOfData) SetPortal ¶

SetPortal gets a reference to the given ApplianceWithSessionsRole and assigns it to the Portal field.

func (*StatsAppliancesListAllOfData) SetSiteName ¶

func (o *StatsAppliancesListAllOfData) SetSiteName(v string)

SetSiteName gets a reference to the given string and assigns it to the SiteName field.

func (*StatsAppliancesListAllOfData) SetState ¶

func (o *StatsAppliancesListAllOfData) SetState(v string)

SetState gets a reference to the given string and assigns it to the State field.

func (*StatsAppliancesListAllOfData) SetStatus ¶

func (o *StatsAppliancesListAllOfData) SetStatus(v string)

SetStatus gets a reference to the given string and assigns it to the Status field.

func (*StatsAppliancesListAllOfData) SetTags ¶

func (o *StatsAppliancesListAllOfData) SetTags(v []string)

SetTags gets a reference to the given []string and assigns it to the Tags field.

func (*StatsAppliancesListAllOfData) SetUpgrade ¶

SetUpgrade gets a reference to the given StatsAppliancesListAllOfUpgrade and assigns it to the Upgrade field.

func (*StatsAppliancesListAllOfData) SetVersion ¶

func (o *StatsAppliancesListAllOfData) SetVersion(v string)

SetVersion gets a reference to the given string and assigns it to the Version field.

func (*StatsAppliancesListAllOfData) SetVolumeNumber ¶

func (o *StatsAppliancesListAllOfData) SetVolumeNumber(v float32)

SetVolumeNumber gets a reference to the given float32 and assigns it to the VolumeNumber field.

type StatsAppliancesListAllOfDiskInfo ¶

type StatsAppliancesListAllOfDiskInfo struct {
	// Total disk space in bytes.
	Total *float32 `json:"total,omitempty"`
	// Used disk space in bytes.
	Used *float32 `json:"used,omitempty"`
	// Free disk space in bytes.
	Free *float32 `json:"free,omitempty"`
}

StatsAppliancesListAllOfDiskInfo Disk usage information.

func NewStatsAppliancesListAllOfDiskInfo ¶

func NewStatsAppliancesListAllOfDiskInfo() *StatsAppliancesListAllOfDiskInfo

NewStatsAppliancesListAllOfDiskInfo instantiates a new StatsAppliancesListAllOfDiskInfo object This constructor will assign default values to properties that have it defined, 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 NewStatsAppliancesListAllOfDiskInfoWithDefaults ¶

func NewStatsAppliancesListAllOfDiskInfoWithDefaults() *StatsAppliancesListAllOfDiskInfo

NewStatsAppliancesListAllOfDiskInfoWithDefaults instantiates a new StatsAppliancesListAllOfDiskInfo object This 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 (*StatsAppliancesListAllOfDiskInfo) GetFree ¶

GetFree returns the Free field value if set, zero value otherwise.

func (*StatsAppliancesListAllOfDiskInfo) GetFreeOk ¶

func (o *StatsAppliancesListAllOfDiskInfo) GetFreeOk() (*float32, bool)

GetFreeOk returns a tuple with the Free field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StatsAppliancesListAllOfDiskInfo) GetTotal ¶

GetTotal returns the Total field value if set, zero value otherwise.

func (*StatsAppliancesListAllOfDiskInfo) GetTotalOk ¶

func (o *StatsAppliancesListAllOfDiskInfo) GetTotalOk() (*float32, bool)

GetTotalOk returns a tuple with the Total field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StatsAppliancesListAllOfDiskInfo) GetUsed ¶

GetUsed returns the Used field value if set, zero value otherwise.

func (*StatsAppliancesListAllOfDiskInfo) GetUsedOk ¶

func (o *StatsAppliancesListAllOfDiskInfo) GetUsedOk() (*float32, bool)

GetUsedOk returns a tuple with the Used field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StatsAppliancesListAllOfDiskInfo) HasFree ¶

HasFree returns a boolean if a field has been set.

func (*StatsAppliancesListAllOfDiskInfo) HasTotal ¶

func (o *StatsAppliancesListAllOfDiskInfo) HasTotal() bool

HasTotal returns a boolean if a field has been set.

func (*StatsAppliancesListAllOfDiskInfo) HasUsed ¶

HasUsed returns a boolean if a field has been set.

func (StatsAppliancesListAllOfDiskInfo) MarshalJSON ¶

func (o StatsAppliancesListAllOfDiskInfo) MarshalJSON() ([]byte, error)

func (*StatsAppliancesListAllOfDiskInfo) SetFree ¶

SetFree gets a reference to the given float32 and assigns it to the Free field.

func (*StatsAppliancesListAllOfDiskInfo) SetTotal ¶

SetTotal gets a reference to the given float32 and assigns it to the Total field.

func (*StatsAppliancesListAllOfDiskInfo) SetUsed ¶

SetUsed gets a reference to the given float32 and assigns it to the Used field.

type StatsAppliancesListAllOfNetwork ¶

type StatsAppliancesListAllOfNetwork struct {
	// The name of the NIC that's most used.
	BusiestNic *string `json:"busiestNic,omitempty"`
	// Number of inbound packets dropped for the whole uptime.
	Dropin *float32 `json:"dropin,omitempty"`
	// Number of outbound packets dropped for the whole uptime.
	Dropout *float32 `json:"dropout,omitempty"`
	// The speed of the inbound network activity on the busiest NIC. The average is taken for the last 10 seconds.
	RxSpeed *string `json:"rxSpeed,omitempty"`
	// The speed of the outbound network activity on the busiest NIC. The average is taken for the last 10 seconds.
	TxSpeed *string `json:"txSpeed,omitempty"`
	// IPs of the Appliance per NIC.
	Ips *map[string][]string `json:"ips,omitempty"`
}

StatsAppliancesListAllOfNetwork Current network utilization on the Appliance.

func NewStatsAppliancesListAllOfNetwork ¶

func NewStatsAppliancesListAllOfNetwork() *StatsAppliancesListAllOfNetwork

NewStatsAppliancesListAllOfNetwork instantiates a new StatsAppliancesListAllOfNetwork object This constructor will assign default values to properties that have it defined, 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 NewStatsAppliancesListAllOfNetworkWithDefaults ¶

func NewStatsAppliancesListAllOfNetworkWithDefaults() *StatsAppliancesListAllOfNetwork

NewStatsAppliancesListAllOfNetworkWithDefaults instantiates a new StatsAppliancesListAllOfNetwork object This 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 (*StatsAppliancesListAllOfNetwork) GetBusiestNic ¶

func (o *StatsAppliancesListAllOfNetwork) GetBusiestNic() string

GetBusiestNic returns the BusiestNic field value if set, zero value otherwise.

func (*StatsAppliancesListAllOfNetwork) GetBusiestNicOk ¶

func (o *StatsAppliancesListAllOfNetwork) GetBusiestNicOk() (*string, bool)

GetBusiestNicOk returns a tuple with the BusiestNic field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StatsAppliancesListAllOfNetwork) GetDropin ¶

GetDropin returns the Dropin field value if set, zero value otherwise.

func (*StatsAppliancesListAllOfNetwork) GetDropinOk ¶

func (o *StatsAppliancesListAllOfNetwork) GetDropinOk() (*float32, bool)

GetDropinOk returns a tuple with the Dropin field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StatsAppliancesListAllOfNetwork) GetDropout ¶

func (o *StatsAppliancesListAllOfNetwork) GetDropout() float32

GetDropout returns the Dropout field value if set, zero value otherwise.

func (*StatsAppliancesListAllOfNetwork) GetDropoutOk ¶

func (o *StatsAppliancesListAllOfNetwork) GetDropoutOk() (*float32, bool)

GetDropoutOk returns a tuple with the Dropout field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StatsAppliancesListAllOfNetwork) GetIps ¶

func (o *StatsAppliancesListAllOfNetwork) GetIps() map[string][]string

GetIps returns the Ips field value if set, zero value otherwise.

func (*StatsAppliancesListAllOfNetwork) GetIpsOk ¶

func (o *StatsAppliancesListAllOfNetwork) GetIpsOk() (*map[string][]string, bool)

GetIpsOk returns a tuple with the Ips field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StatsAppliancesListAllOfNetwork) GetRxSpeed ¶

func (o *StatsAppliancesListAllOfNetwork) GetRxSpeed() string

GetRxSpeed returns the RxSpeed field value if set, zero value otherwise.

func (*StatsAppliancesListAllOfNetwork) GetRxSpeedOk ¶

func (o *StatsAppliancesListAllOfNetwork) GetRxSpeedOk() (*string, bool)

GetRxSpeedOk returns a tuple with the RxSpeed field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StatsAppliancesListAllOfNetwork) GetTxSpeed ¶

func (o *StatsAppliancesListAllOfNetwork) GetTxSpeed() string

GetTxSpeed returns the TxSpeed field value if set, zero value otherwise.

func (*StatsAppliancesListAllOfNetwork) GetTxSpeedOk ¶

func (o *StatsAppliancesListAllOfNetwork) GetTxSpeedOk() (*string, bool)

GetTxSpeedOk returns a tuple with the TxSpeed field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StatsAppliancesListAllOfNetwork) HasBusiestNic ¶

func (o *StatsAppliancesListAllOfNetwork) HasBusiestNic() bool

HasBusiestNic returns a boolean if a field has been set.

func (*StatsAppliancesListAllOfNetwork) HasDropin ¶

func (o *StatsAppliancesListAllOfNetwork) HasDropin() bool

HasDropin returns a boolean if a field has been set.

func (*StatsAppliancesListAllOfNetwork) HasDropout ¶

func (o *StatsAppliancesListAllOfNetwork) HasDropout() bool

HasDropout returns a boolean if a field has been set.

func (*StatsAppliancesListAllOfNetwork) HasIps ¶

HasIps returns a boolean if a field has been set.

func (*StatsAppliancesListAllOfNetwork) HasRxSpeed ¶

func (o *StatsAppliancesListAllOfNetwork) HasRxSpeed() bool

HasRxSpeed returns a boolean if a field has been set.

func (*StatsAppliancesListAllOfNetwork) HasTxSpeed ¶

func (o *StatsAppliancesListAllOfNetwork) HasTxSpeed() bool

HasTxSpeed returns a boolean if a field has been set.

func (StatsAppliancesListAllOfNetwork) MarshalJSON ¶

func (o StatsAppliancesListAllOfNetwork) MarshalJSON() ([]byte, error)

func (*StatsAppliancesListAllOfNetwork) SetBusiestNic ¶

func (o *StatsAppliancesListAllOfNetwork) SetBusiestNic(v string)

SetBusiestNic gets a reference to the given string and assigns it to the BusiestNic field.

func (*StatsAppliancesListAllOfNetwork) SetDropin ¶

func (o *StatsAppliancesListAllOfNetwork) SetDropin(v float32)

SetDropin gets a reference to the given float32 and assigns it to the Dropin field.

func (*StatsAppliancesListAllOfNetwork) SetDropout ¶

func (o *StatsAppliancesListAllOfNetwork) SetDropout(v float32)

SetDropout gets a reference to the given float32 and assigns it to the Dropout field.

func (*StatsAppliancesListAllOfNetwork) SetIps ¶

func (o *StatsAppliancesListAllOfNetwork) SetIps(v map[string][]string)

SetIps gets a reference to the given map[string][]string and assigns it to the Ips field.

func (*StatsAppliancesListAllOfNetwork) SetRxSpeed ¶

func (o *StatsAppliancesListAllOfNetwork) SetRxSpeed(v string)

SetRxSpeed gets a reference to the given string and assigns it to the RxSpeed field.

func (*StatsAppliancesListAllOfNetwork) SetTxSpeed ¶

func (o *StatsAppliancesListAllOfNetwork) SetTxSpeed(v string)

SetTxSpeed gets a reference to the given string and assigns it to the TxSpeed field.

type StatsAppliancesListAllOfUpgrade ¶

type StatsAppliancesListAllOfUpgrade struct {
	// The Upgrade status
	Status *string `json:"status,omitempty"`
	// Optional details for the current Upgrade Status.
	Details *string `json:"details,omitempty"`
}

StatsAppliancesListAllOfUpgrade Upgrade Status if there is one going.

func NewStatsAppliancesListAllOfUpgrade ¶

func NewStatsAppliancesListAllOfUpgrade() *StatsAppliancesListAllOfUpgrade

NewStatsAppliancesListAllOfUpgrade instantiates a new StatsAppliancesListAllOfUpgrade object This constructor will assign default values to properties that have it defined, 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 NewStatsAppliancesListAllOfUpgradeWithDefaults ¶

func NewStatsAppliancesListAllOfUpgradeWithDefaults() *StatsAppliancesListAllOfUpgrade

NewStatsAppliancesListAllOfUpgradeWithDefaults instantiates a new StatsAppliancesListAllOfUpgrade object This 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 (*StatsAppliancesListAllOfUpgrade) GetDetails ¶

func (o *StatsAppliancesListAllOfUpgrade) GetDetails() string

GetDetails returns the Details field value if set, zero value otherwise.

func (*StatsAppliancesListAllOfUpgrade) GetDetailsOk ¶

func (o *StatsAppliancesListAllOfUpgrade) GetDetailsOk() (*string, bool)

GetDetailsOk returns a tuple with the Details field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StatsAppliancesListAllOfUpgrade) GetStatus ¶

func (o *StatsAppliancesListAllOfUpgrade) GetStatus() string

GetStatus returns the Status field value if set, zero value otherwise.

func (*StatsAppliancesListAllOfUpgrade) GetStatusOk ¶

func (o *StatsAppliancesListAllOfUpgrade) GetStatusOk() (*string, bool)

GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StatsAppliancesListAllOfUpgrade) HasDetails ¶

func (o *StatsAppliancesListAllOfUpgrade) HasDetails() bool

HasDetails returns a boolean if a field has been set.

func (*StatsAppliancesListAllOfUpgrade) HasStatus ¶

func (o *StatsAppliancesListAllOfUpgrade) HasStatus() bool

HasStatus returns a boolean if a field has been set.

func (StatsAppliancesListAllOfUpgrade) MarshalJSON ¶

func (o StatsAppliancesListAllOfUpgrade) MarshalJSON() ([]byte, error)

func (*StatsAppliancesListAllOfUpgrade) SetDetails ¶

func (o *StatsAppliancesListAllOfUpgrade) SetDetails(v string)

SetDetails gets a reference to the given string and assigns it to the Details field.

func (*StatsAppliancesListAllOfUpgrade) SetStatus ¶

func (o *StatsAppliancesListAllOfUpgrade) SetStatus(v string)

SetStatus gets a reference to the given string and assigns it to the Status field.

type SumoLogic ¶

type SumoLogic struct {
	// URL of the Sumo Logic collector to connect to.
	Url string `json:"url"`
}

SumoLogic struct for SumoLogic

func NewSumoLogic ¶

func NewSumoLogic(url string) *SumoLogic

NewSumoLogic instantiates a new SumoLogic object This constructor will assign default values to properties that have it defined, 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 NewSumoLogicWithDefaults ¶

func NewSumoLogicWithDefaults() *SumoLogic

NewSumoLogicWithDefaults instantiates a new SumoLogic object This 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 (*SumoLogic) GetUrl ¶

func (o *SumoLogic) GetUrl() string

GetUrl returns the Url field value

func (*SumoLogic) GetUrlOk ¶

func (o *SumoLogic) GetUrlOk() (*string, bool)

GetUrlOk returns a tuple with the Url field value and a boolean to check if the value has been set.

func (SumoLogic) MarshalJSON ¶

func (o SumoLogic) MarshalJSON() ([]byte, error)

func (*SumoLogic) SetUrl ¶

func (o *SumoLogic) SetUrl(v string)

SetUrl sets field value

type TcpClient ¶

type TcpClient struct {
	// Name of the endpoint.
	Name string `json:"name"`
	// Hostname or the IP address of the endpoint.
	Host string `json:"host"`
	// Port of the endpoint.
	Port int32 `json:"port"`
	// The format to send the audit logs.
	Format string `json:"format"`
	// Whether to use TLS to connect to endpoint or not. If enabled, make sure the LogForwarder appliance trusts the certificate of the endpoint.
	UseTLS *bool `json:"useTLS,omitempty"`
	// JMESPath expression to filter audit logs to forward.
	Filter *string `json:"filter,omitempty"`
}

TcpClient struct for TcpClient

func NewTcpClient ¶

func NewTcpClient(name string, host string, port int32, format string) *TcpClient

NewTcpClient instantiates a new TcpClient object This constructor will assign default values to properties that have it defined, 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 NewTcpClientWithDefaults ¶

func NewTcpClientWithDefaults() *TcpClient

NewTcpClientWithDefaults instantiates a new TcpClient object This 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 (*TcpClient) GetFilter ¶

func (o *TcpClient) GetFilter() string

GetFilter returns the Filter field value if set, zero value otherwise.

func (*TcpClient) GetFilterOk ¶

func (o *TcpClient) GetFilterOk() (*string, bool)

GetFilterOk returns a tuple with the Filter field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TcpClient) GetFormat ¶

func (o *TcpClient) GetFormat() string

GetFormat returns the Format field value

func (*TcpClient) GetFormatOk ¶

func (o *TcpClient) GetFormatOk() (*string, bool)

GetFormatOk returns a tuple with the Format field value and a boolean to check if the value has been set.

func (*TcpClient) GetHost ¶

func (o *TcpClient) GetHost() string

GetHost returns the Host field value

func (*TcpClient) GetHostOk ¶

func (o *TcpClient) GetHostOk() (*string, bool)

GetHostOk returns a tuple with the Host field value and a boolean to check if the value has been set.

func (*TcpClient) GetName ¶

func (o *TcpClient) GetName() string

GetName returns the Name field value

func (*TcpClient) GetNameOk ¶

func (o *TcpClient) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.

func (*TcpClient) GetPort ¶

func (o *TcpClient) GetPort() int32

GetPort returns the Port field value

func (*TcpClient) GetPortOk ¶

func (o *TcpClient) GetPortOk() (*int32, bool)

GetPortOk returns a tuple with the Port field value and a boolean to check if the value has been set.

func (*TcpClient) GetUseTLS ¶

func (o *TcpClient) GetUseTLS() bool

GetUseTLS returns the UseTLS field value if set, zero value otherwise.

func (*TcpClient) GetUseTLSOk ¶

func (o *TcpClient) GetUseTLSOk() (*bool, bool)

GetUseTLSOk returns a tuple with the UseTLS field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TcpClient) HasFilter ¶

func (o *TcpClient) HasFilter() bool

HasFilter returns a boolean if a field has been set.

func (*TcpClient) HasUseTLS ¶

func (o *TcpClient) HasUseTLS() bool

HasUseTLS returns a boolean if a field has been set.

func (TcpClient) MarshalJSON ¶

func (o TcpClient) MarshalJSON() ([]byte, error)

func (*TcpClient) SetFilter ¶

func (o *TcpClient) SetFilter(v string)

SetFilter gets a reference to the given string and assigns it to the Filter field.

func (*TcpClient) SetFormat ¶

func (o *TcpClient) SetFormat(v string)

SetFormat sets field value

func (*TcpClient) SetHost ¶

func (o *TcpClient) SetHost(v string)

SetHost sets field value

func (*TcpClient) SetName ¶

func (o *TcpClient) SetName(v string)

SetName sets field value

func (*TcpClient) SetPort ¶

func (o *TcpClient) SetPort(v int32)

SetPort sets field value

func (*TcpClient) SetUseTLS ¶

func (o *TcpClient) SetUseTLS(v bool)

SetUseTLS gets a reference to the given bool and assigns it to the UseTLS field.

type TestRequest ¶

type TestRequest struct {
	// The javascript expression to evaluate.
	Expression   string                 `json:"expression"`
	UserClaims   map[string]interface{} `json:"userClaims,omitempty"`
	DeviceClaims map[string]interface{} `json:"deviceClaims,omitempty"`
	SystemClaims map[string]interface{} `json:"systemClaims,omitempty"`
	Time         *time.Time             `json:"time,omitempty"`
}

TestRequest struct for TestRequest

func NewTestRequest ¶

func NewTestRequest(expression string) *TestRequest

NewTestRequest instantiates a new TestRequest object This constructor will assign default values to properties that have it defined, 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 NewTestRequestWithDefaults ¶

func NewTestRequestWithDefaults() *TestRequest

NewTestRequestWithDefaults instantiates a new TestRequest object This 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 (*TestRequest) GetDeviceClaims ¶

func (o *TestRequest) GetDeviceClaims() map[string]interface{}

GetDeviceClaims returns the DeviceClaims field value if set, zero value otherwise.

func (*TestRequest) GetDeviceClaimsOk ¶

func (o *TestRequest) GetDeviceClaimsOk() (map[string]interface{}, bool)

GetDeviceClaimsOk returns a tuple with the DeviceClaims field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TestRequest) GetExpression ¶

func (o *TestRequest) GetExpression() string

GetExpression returns the Expression field value

func (*TestRequest) GetExpressionOk ¶

func (o *TestRequest) GetExpressionOk() (*string, bool)

GetExpressionOk returns a tuple with the Expression field value and a boolean to check if the value has been set.

func (*TestRequest) GetSystemClaims ¶

func (o *TestRequest) GetSystemClaims() map[string]interface{}

GetSystemClaims returns the SystemClaims field value if set, zero value otherwise.

func (*TestRequest) GetSystemClaimsOk ¶

func (o *TestRequest) GetSystemClaimsOk() (map[string]interface{}, bool)

GetSystemClaimsOk returns a tuple with the SystemClaims field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TestRequest) GetTime ¶

func (o *TestRequest) GetTime() time.Time

GetTime returns the Time field value if set, zero value otherwise.

func (*TestRequest) GetTimeOk ¶

func (o *TestRequest) GetTimeOk() (*time.Time, bool)

GetTimeOk returns a tuple with the Time field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TestRequest) GetUserClaims ¶

func (o *TestRequest) GetUserClaims() map[string]interface{}

GetUserClaims returns the UserClaims field value if set, zero value otherwise.

func (*TestRequest) GetUserClaimsOk ¶

func (o *TestRequest) GetUserClaimsOk() (map[string]interface{}, bool)

GetUserClaimsOk returns a tuple with the UserClaims field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TestRequest) HasDeviceClaims ¶

func (o *TestRequest) HasDeviceClaims() bool

HasDeviceClaims returns a boolean if a field has been set.

func (*TestRequest) HasSystemClaims ¶

func (o *TestRequest) HasSystemClaims() bool

HasSystemClaims returns a boolean if a field has been set.

func (*TestRequest) HasTime ¶

func (o *TestRequest) HasTime() bool

HasTime returns a boolean if a field has been set.

func (*TestRequest) HasUserClaims ¶

func (o *TestRequest) HasUserClaims() bool

HasUserClaims returns a boolean if a field has been set.

func (TestRequest) MarshalJSON ¶

func (o TestRequest) MarshalJSON() ([]byte, error)

func (*TestRequest) SetDeviceClaims ¶

func (o *TestRequest) SetDeviceClaims(v map[string]interface{})

SetDeviceClaims gets a reference to the given map[string]interface{} and assigns it to the DeviceClaims field.

func (*TestRequest) SetExpression ¶

func (o *TestRequest) SetExpression(v string)

SetExpression sets field value

func (*TestRequest) SetSystemClaims ¶

func (o *TestRequest) SetSystemClaims(v map[string]interface{})

SetSystemClaims gets a reference to the given map[string]interface{} and assigns it to the SystemClaims field.

func (*TestRequest) SetTime ¶

func (o *TestRequest) SetTime(v time.Time)

SetTime gets a reference to the given time.Time and assigns it to the Time field.

func (*TestRequest) SetUserClaims ¶

func (o *TestRequest) SetUserClaims(v map[string]interface{})

SetUserClaims gets a reference to the given map[string]interface{} and assigns it to the UserClaims field.

type TokenRecordsReevalByDnDistinguishedNamePost200Response ¶

type TokenRecordsReevalByDnDistinguishedNamePost200Response struct {
	// List of reevaluated Distinguished Names.
	ReevaluatedDistinguishedNames []string `json:"reevaluatedDistinguishedNames,omitempty"`
}

TokenRecordsReevalByDnDistinguishedNamePost200Response struct for TokenRecordsReevalByDnDistinguishedNamePost200Response

func NewTokenRecordsReevalByDnDistinguishedNamePost200Response ¶

func NewTokenRecordsReevalByDnDistinguishedNamePost200Response() *TokenRecordsReevalByDnDistinguishedNamePost200Response

NewTokenRecordsReevalByDnDistinguishedNamePost200Response instantiates a new TokenRecordsReevalByDnDistinguishedNamePost200Response object This constructor will assign default values to properties that have it defined, 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 NewTokenRecordsReevalByDnDistinguishedNamePost200ResponseWithDefaults ¶

func NewTokenRecordsReevalByDnDistinguishedNamePost200ResponseWithDefaults() *TokenRecordsReevalByDnDistinguishedNamePost200Response

NewTokenRecordsReevalByDnDistinguishedNamePost200ResponseWithDefaults instantiates a new TokenRecordsReevalByDnDistinguishedNamePost200Response object This 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 (*TokenRecordsReevalByDnDistinguishedNamePost200Response) GetReevaluatedDistinguishedNames ¶

func (o *TokenRecordsReevalByDnDistinguishedNamePost200Response) GetReevaluatedDistinguishedNames() []string

GetReevaluatedDistinguishedNames returns the ReevaluatedDistinguishedNames field value if set, zero value otherwise.

func (*TokenRecordsReevalByDnDistinguishedNamePost200Response) GetReevaluatedDistinguishedNamesOk ¶

func (o *TokenRecordsReevalByDnDistinguishedNamePost200Response) GetReevaluatedDistinguishedNamesOk() ([]string, bool)

GetReevaluatedDistinguishedNamesOk returns a tuple with the ReevaluatedDistinguishedNames field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TokenRecordsReevalByDnDistinguishedNamePost200Response) HasReevaluatedDistinguishedNames ¶

func (o *TokenRecordsReevalByDnDistinguishedNamePost200Response) HasReevaluatedDistinguishedNames() bool

HasReevaluatedDistinguishedNames returns a boolean if a field has been set.

func (TokenRecordsReevalByDnDistinguishedNamePost200Response) MarshalJSON ¶

func (*TokenRecordsReevalByDnDistinguishedNamePost200Response) SetReevaluatedDistinguishedNames ¶

func (o *TokenRecordsReevalByDnDistinguishedNamePost200Response) SetReevaluatedDistinguishedNames(v []string)

SetReevaluatedDistinguishedNames gets a reference to the given []string and assigns it to the ReevaluatedDistinguishedNames field.

type TokenRevocation ¶

type TokenRevocation struct {
	// The ID assigned to the token.
	TokenId *string `json:"tokenId,omitempty"`
	// The type of the token that was revoked.
	TokenType *string `json:"tokenType,omitempty"`
	// The Distinguished name of a user&device combination. Format: \"CN=,CN=,OU=\"
	DistinguishedName *string `json:"distinguishedName,omitempty"`
	// The issue time of the token.
	Issued *time.Time `json:"issued,omitempty"`
	// The expiration time of the token.
	Expires *time.Time `json:"expires,omitempty"`
	// Whether or not the token was revoked.
	Revoked *bool `json:"revoked,omitempty"`
	// The site ID of the token.
	SiteId *string `json:"siteId,omitempty"`
	// The name of the Site for this Entitlement. For convenience only.
	SiteName *string `json:"siteName,omitempty"`
	// The revocation time of the certificate.
	RevocationTime *time.Time `json:"revocationTime,omitempty"`
	// The device ID to assign to this Client. It will be used to generate device distinguished name.
	DeviceId *string `json:"deviceId,omitempty"`
	// The username, same as the one in the Distinguished Name.
	Username *string `json:"username,omitempty"`
	// The provider name of the user, same as the one in the user Distinguished Name.
	ProviderName *string `json:"providerName,omitempty"`
	// The hostname of the controller associated with this token.
	ControllerHostname *string `json:"controllerHostname,omitempty"`
}

TokenRevocation Response for token revocation response.

func NewTokenRevocation ¶

func NewTokenRevocation() *TokenRevocation

NewTokenRevocation instantiates a new TokenRevocation object This constructor will assign default values to properties that have it defined, 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 NewTokenRevocationWithDefaults ¶

func NewTokenRevocationWithDefaults() *TokenRevocation

NewTokenRevocationWithDefaults instantiates a new TokenRevocation object This 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 (*TokenRevocation) GetControllerHostname ¶

func (o *TokenRevocation) GetControllerHostname() string

GetControllerHostname returns the ControllerHostname field value if set, zero value otherwise.

func (*TokenRevocation) GetControllerHostnameOk ¶

func (o *TokenRevocation) GetControllerHostnameOk() (*string, bool)

GetControllerHostnameOk returns a tuple with the ControllerHostname field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TokenRevocation) GetDeviceId ¶

func (o *TokenRevocation) GetDeviceId() string

GetDeviceId returns the DeviceId field value if set, zero value otherwise.

func (*TokenRevocation) GetDeviceIdOk ¶

func (o *TokenRevocation) GetDeviceIdOk() (*string, bool)

GetDeviceIdOk returns a tuple with the DeviceId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TokenRevocation) GetDistinguishedName ¶

func (o *TokenRevocation) GetDistinguishedName() string

GetDistinguishedName returns the DistinguishedName field value if set, zero value otherwise.

func (*TokenRevocation) GetDistinguishedNameOk ¶

func (o *TokenRevocation) 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 (*TokenRevocation) GetExpires ¶

func (o *TokenRevocation) GetExpires() time.Time

GetExpires returns the Expires field value if set, zero value otherwise.

func (*TokenRevocation) GetExpiresOk ¶

func (o *TokenRevocation) GetExpiresOk() (*time.Time, bool)

GetExpiresOk returns a tuple with the Expires field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TokenRevocation) GetIssued ¶

func (o *TokenRevocation) GetIssued() time.Time

GetIssued returns the Issued field value if set, zero value otherwise.

func (*TokenRevocation) GetIssuedOk ¶

func (o *TokenRevocation) GetIssuedOk() (*time.Time, bool)

GetIssuedOk returns a tuple with the Issued field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TokenRevocation) GetProviderName ¶

func (o *TokenRevocation) GetProviderName() string

GetProviderName returns the ProviderName field value if set, zero value otherwise.

func (*TokenRevocation) GetProviderNameOk ¶

func (o *TokenRevocation) GetProviderNameOk() (*string, bool)

GetProviderNameOk returns a tuple with the ProviderName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TokenRevocation) GetRevocationTime ¶

func (o *TokenRevocation) GetRevocationTime() time.Time

GetRevocationTime returns the RevocationTime field value if set, zero value otherwise.

func (*TokenRevocation) GetRevocationTimeOk ¶

func (o *TokenRevocation) GetRevocationTimeOk() (*time.Time, bool)

GetRevocationTimeOk returns a tuple with the RevocationTime field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TokenRevocation) GetRevoked ¶

func (o *TokenRevocation) GetRevoked() bool

GetRevoked returns the Revoked field value if set, zero value otherwise.

func (*TokenRevocation) GetRevokedOk ¶

func (o *TokenRevocation) GetRevokedOk() (*bool, bool)

GetRevokedOk returns a tuple with the Revoked field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TokenRevocation) GetSiteId ¶

func (o *TokenRevocation) GetSiteId() string

GetSiteId returns the SiteId field value if set, zero value otherwise.

func (*TokenRevocation) GetSiteIdOk ¶

func (o *TokenRevocation) GetSiteIdOk() (*string, bool)

GetSiteIdOk returns a tuple with the SiteId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TokenRevocation) GetSiteName ¶

func (o *TokenRevocation) GetSiteName() string

GetSiteName returns the SiteName field value if set, zero value otherwise.

func (*TokenRevocation) GetSiteNameOk ¶

func (o *TokenRevocation) GetSiteNameOk() (*string, bool)

GetSiteNameOk returns a tuple with the SiteName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TokenRevocation) GetTokenId ¶

func (o *TokenRevocation) GetTokenId() string

GetTokenId returns the TokenId field value if set, zero value otherwise.

func (*TokenRevocation) GetTokenIdOk ¶

func (o *TokenRevocation) GetTokenIdOk() (*string, bool)

GetTokenIdOk returns a tuple with the TokenId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TokenRevocation) GetTokenType ¶

func (o *TokenRevocation) GetTokenType() string

GetTokenType returns the TokenType field value if set, zero value otherwise.

func (*TokenRevocation) GetTokenTypeOk ¶

func (o *TokenRevocation) GetTokenTypeOk() (*string, bool)

GetTokenTypeOk returns a tuple with the TokenType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TokenRevocation) GetUsername ¶

func (o *TokenRevocation) GetUsername() string

GetUsername returns the Username field value if set, zero value otherwise.

func (*TokenRevocation) GetUsernameOk ¶

func (o *TokenRevocation) 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 (*TokenRevocation) HasControllerHostname ¶

func (o *TokenRevocation) HasControllerHostname() bool

HasControllerHostname returns a boolean if a field has been set.

func (*TokenRevocation) HasDeviceId ¶

func (o *TokenRevocation) HasDeviceId() bool

HasDeviceId returns a boolean if a field has been set.

func (*TokenRevocation) HasDistinguishedName ¶

func (o *TokenRevocation) HasDistinguishedName() bool

HasDistinguishedName returns a boolean if a field has been set.

func (*TokenRevocation) HasExpires ¶

func (o *TokenRevocation) HasExpires() bool

HasExpires returns a boolean if a field has been set.

func (*TokenRevocation) HasIssued ¶

func (o *TokenRevocation) HasIssued() bool

HasIssued returns a boolean if a field has been set.

func (*TokenRevocation) HasProviderName ¶

func (o *TokenRevocation) HasProviderName() bool

HasProviderName returns a boolean if a field has been set.

func (*TokenRevocation) HasRevocationTime ¶

func (o *TokenRevocation) HasRevocationTime() bool

HasRevocationTime returns a boolean if a field has been set.

func (*TokenRevocation) HasRevoked ¶

func (o *TokenRevocation) HasRevoked() bool

HasRevoked returns a boolean if a field has been set.

func (*TokenRevocation) HasSiteId ¶

func (o *TokenRevocation) HasSiteId() bool

HasSiteId returns a boolean if a field has been set.

func (*TokenRevocation) HasSiteName ¶

func (o *TokenRevocation) HasSiteName() bool

HasSiteName returns a boolean if a field has been set.

func (*TokenRevocation) HasTokenId ¶

func (o *TokenRevocation) HasTokenId() bool

HasTokenId returns a boolean if a field has been set.

func (*TokenRevocation) HasTokenType ¶

func (o *TokenRevocation) HasTokenType() bool

HasTokenType returns a boolean if a field has been set.

func (*TokenRevocation) HasUsername ¶

func (o *TokenRevocation) HasUsername() bool

HasUsername returns a boolean if a field has been set.

func (TokenRevocation) MarshalJSON ¶

func (o TokenRevocation) MarshalJSON() ([]byte, error)

func (*TokenRevocation) SetControllerHostname ¶

func (o *TokenRevocation) SetControllerHostname(v string)

SetControllerHostname gets a reference to the given string and assigns it to the ControllerHostname field.

func (*TokenRevocation) SetDeviceId ¶

func (o *TokenRevocation) SetDeviceId(v string)

SetDeviceId gets a reference to the given string and assigns it to the DeviceId field.

func (*TokenRevocation) SetDistinguishedName ¶

func (o *TokenRevocation) SetDistinguishedName(v string)

SetDistinguishedName gets a reference to the given string and assigns it to the DistinguishedName field.

func (*TokenRevocation) SetExpires ¶

func (o *TokenRevocation) SetExpires(v time.Time)

SetExpires gets a reference to the given time.Time and assigns it to the Expires field.

func (*TokenRevocation) SetIssued ¶

func (o *TokenRevocation) SetIssued(v time.Time)

SetIssued gets a reference to the given time.Time and assigns it to the Issued field.

func (*TokenRevocation) SetProviderName ¶

func (o *TokenRevocation) SetProviderName(v string)

SetProviderName gets a reference to the given string and assigns it to the ProviderName field.

func (*TokenRevocation) SetRevocationTime ¶

func (o *TokenRevocation) SetRevocationTime(v time.Time)

SetRevocationTime gets a reference to the given time.Time and assigns it to the RevocationTime field.

func (*TokenRevocation) SetRevoked ¶

func (o *TokenRevocation) SetRevoked(v bool)

SetRevoked gets a reference to the given bool and assigns it to the Revoked field.

func (*TokenRevocation) SetSiteId ¶

func (o *TokenRevocation) SetSiteId(v string)

SetSiteId gets a reference to the given string and assigns it to the SiteId field.

func (*TokenRevocation) SetSiteName ¶

func (o *TokenRevocation) SetSiteName(v string)

SetSiteName gets a reference to the given string and assigns it to the SiteName field.

func (*TokenRevocation) SetTokenId ¶

func (o *TokenRevocation) SetTokenId(v string)

SetTokenId gets a reference to the given string and assigns it to the TokenId field.

func (*TokenRevocation) SetTokenType ¶

func (o *TokenRevocation) SetTokenType(v string)

SetTokenType gets a reference to the given string and assigns it to the TokenType field.

func (*TokenRevocation) SetUsername ¶

func (o *TokenRevocation) SetUsername(v string)

SetUsername gets a reference to the given string and assigns it to the Username field.

type TokenRevocationRequest ¶

type TokenRevocationRequest struct {
	// Optional reason text for the revocation. The value is stored and logged.
	RevocationReason *string `json:"revocationReason,omitempty"`
	// The delay time for token revocation in minutes. Client will renew the token(s) at least 5 minutes before the revocation time, without losing connection.
	DelayMinutes *int32 `json:"delayMinutes,omitempty"`
	// Only used when revoking all Tokens. In order to spread the workload on the Controllers, tokens are revoked in batches according to this value.
	TokensPerSecond *float32 `json:"tokensPerSecond,omitempty"`
	// Only used when revoking all Tokens. Specific distinguished names can be defined to renew tokens in bulk for a specific list of devices.
	SpecificDistinguishedNames []string `json:"specificDistinguishedNames,omitempty"`
}

TokenRevocationRequest Details for token revocation request.

func NewTokenRevocationRequest ¶

func NewTokenRevocationRequest() *TokenRevocationRequest

NewTokenRevocationRequest instantiates a new TokenRevocationRequest object This constructor will assign default values to properties that have it defined, 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 NewTokenRevocationRequestWithDefaults ¶

func NewTokenRevocationRequestWithDefaults() *TokenRevocationRequest

NewTokenRevocationRequestWithDefaults instantiates a new TokenRevocationRequest object This 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 (*TokenRevocationRequest) GetDelayMinutes ¶

func (o *TokenRevocationRequest) GetDelayMinutes() int32

GetDelayMinutes returns the DelayMinutes field value if set, zero value otherwise.

func (*TokenRevocationRequest) GetDelayMinutesOk ¶

func (o *TokenRevocationRequest) GetDelayMinutesOk() (*int32, bool)

GetDelayMinutesOk returns a tuple with the DelayMinutes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TokenRevocationRequest) GetRevocationReason ¶

func (o *TokenRevocationRequest) GetRevocationReason() string

GetRevocationReason returns the RevocationReason field value if set, zero value otherwise.

func (*TokenRevocationRequest) GetRevocationReasonOk ¶

func (o *TokenRevocationRequest) GetRevocationReasonOk() (*string, bool)

GetRevocationReasonOk returns a tuple with the RevocationReason field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TokenRevocationRequest) GetSpecificDistinguishedNames ¶

func (o *TokenRevocationRequest) GetSpecificDistinguishedNames() []string

GetSpecificDistinguishedNames returns the SpecificDistinguishedNames field value if set, zero value otherwise.

func (*TokenRevocationRequest) GetSpecificDistinguishedNamesOk ¶

func (o *TokenRevocationRequest) GetSpecificDistinguishedNamesOk() ([]string, bool)

GetSpecificDistinguishedNamesOk returns a tuple with the SpecificDistinguishedNames field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TokenRevocationRequest) GetTokensPerSecond ¶

func (o *TokenRevocationRequest) GetTokensPerSecond() float32

GetTokensPerSecond returns the TokensPerSecond field value if set, zero value otherwise.

func (*TokenRevocationRequest) GetTokensPerSecondOk ¶

func (o *TokenRevocationRequest) GetTokensPerSecondOk() (*float32, bool)

GetTokensPerSecondOk returns a tuple with the TokensPerSecond field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TokenRevocationRequest) HasDelayMinutes ¶

func (o *TokenRevocationRequest) HasDelayMinutes() bool

HasDelayMinutes returns a boolean if a field has been set.

func (*TokenRevocationRequest) HasRevocationReason ¶

func (o *TokenRevocationRequest) HasRevocationReason() bool

HasRevocationReason returns a boolean if a field has been set.

func (*TokenRevocationRequest) HasSpecificDistinguishedNames ¶

func (o *TokenRevocationRequest) HasSpecificDistinguishedNames() bool

HasSpecificDistinguishedNames returns a boolean if a field has been set.

func (*TokenRevocationRequest) HasTokensPerSecond ¶

func (o *TokenRevocationRequest) HasTokensPerSecond() bool

HasTokensPerSecond returns a boolean if a field has been set.

func (TokenRevocationRequest) MarshalJSON ¶

func (o TokenRevocationRequest) MarshalJSON() ([]byte, error)

func (*TokenRevocationRequest) SetDelayMinutes ¶

func (o *TokenRevocationRequest) SetDelayMinutes(v int32)

SetDelayMinutes gets a reference to the given int32 and assigns it to the DelayMinutes field.

func (*TokenRevocationRequest) SetRevocationReason ¶

func (o *TokenRevocationRequest) SetRevocationReason(v string)

SetRevocationReason gets a reference to the given string and assigns it to the RevocationReason field.

func (*TokenRevocationRequest) SetSpecificDistinguishedNames ¶

func (o *TokenRevocationRequest) SetSpecificDistinguishedNames(v []string)

SetSpecificDistinguishedNames gets a reference to the given []string and assigns it to the SpecificDistinguishedNames field.

func (*TokenRevocationRequest) SetTokensPerSecond ¶

func (o *TokenRevocationRequest) SetTokensPerSecond(v float32)

SetTokensPerSecond gets a reference to the given float32 and assigns it to the TokensPerSecond field.

type TokenRevocationResponse ¶

type TokenRevocationResponse struct {
	// 'The range applied to the list. Format: -/. 3-5/8 means, out of 8 count (query affects the total), the items between (including) the 3rd and the 5th are returned.'
	Range *string `json:"range,omitempty"`
	// The field name used to sort the list.
	OrderBy *string `json:"orderBy,omitempty"`
	// Whether the sorting is applied descending or ascending.
	Descending *bool `json:"descending,omitempty"`
	// The queries applied to the list.
	Queries []string `json:"queries,omitempty"`
	// The filters applied to the list.
	FilterBy []FilterBy `json:"filterBy,omitempty"`
	// List of TokenRevocation.
	Data []TokenRevocation `json:"data,omitempty"`
}

TokenRevocationResponse struct for TokenRevocationResponse

func NewTokenRevocationResponse ¶

func NewTokenRevocationResponse() *TokenRevocationResponse

NewTokenRevocationResponse instantiates a new TokenRevocationResponse object This constructor will assign default values to properties that have it defined, 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 NewTokenRevocationResponseWithDefaults ¶

func NewTokenRevocationResponseWithDefaults() *TokenRevocationResponse

NewTokenRevocationResponseWithDefaults instantiates a new TokenRevocationResponse object This 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 (*TokenRevocationResponse) GetData ¶

GetData returns the Data field value if set, zero value otherwise.

func (*TokenRevocationResponse) GetDataOk ¶

func (o *TokenRevocationResponse) GetDataOk() ([]TokenRevocation, bool)

GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TokenRevocationResponse) GetDescending ¶

func (o *TokenRevocationResponse) GetDescending() bool

GetDescending returns the Descending field value if set, zero value otherwise.

func (*TokenRevocationResponse) GetDescendingOk ¶

func (o *TokenRevocationResponse) GetDescendingOk() (*bool, bool)

GetDescendingOk returns a tuple with the Descending field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TokenRevocationResponse) GetFilterBy ¶

func (o *TokenRevocationResponse) GetFilterBy() []FilterBy

GetFilterBy returns the FilterBy field value if set, zero value otherwise.

func (*TokenRevocationResponse) GetFilterByOk ¶

func (o *TokenRevocationResponse) GetFilterByOk() ([]FilterBy, bool)

GetFilterByOk returns a tuple with the FilterBy field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TokenRevocationResponse) GetOrderBy ¶

func (o *TokenRevocationResponse) GetOrderBy() string

GetOrderBy returns the OrderBy field value if set, zero value otherwise.

func (*TokenRevocationResponse) GetOrderByOk ¶

func (o *TokenRevocationResponse) GetOrderByOk() (*string, bool)

GetOrderByOk returns a tuple with the OrderBy field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TokenRevocationResponse) GetQueries ¶

func (o *TokenRevocationResponse) GetQueries() []string

GetQueries returns the Queries field value if set, zero value otherwise.

func (*TokenRevocationResponse) GetQueriesOk ¶

func (o *TokenRevocationResponse) GetQueriesOk() ([]string, bool)

GetQueriesOk returns a tuple with the Queries field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TokenRevocationResponse) GetRange ¶

func (o *TokenRevocationResponse) GetRange() string

GetRange returns the Range field value if set, zero value otherwise.

func (*TokenRevocationResponse) GetRangeOk ¶

func (o *TokenRevocationResponse) GetRangeOk() (*string, bool)

GetRangeOk returns a tuple with the Range field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TokenRevocationResponse) HasData ¶

func (o *TokenRevocationResponse) HasData() bool

HasData returns a boolean if a field has been set.

func (*TokenRevocationResponse) HasDescending ¶

func (o *TokenRevocationResponse) HasDescending() bool

HasDescending returns a boolean if a field has been set.

func (*TokenRevocationResponse) HasFilterBy ¶

func (o *TokenRevocationResponse) HasFilterBy() bool

HasFilterBy returns a boolean if a field has been set.

func (*TokenRevocationResponse) HasOrderBy ¶

func (o *TokenRevocationResponse) HasOrderBy() bool

HasOrderBy returns a boolean if a field has been set.

func (*TokenRevocationResponse) HasQueries ¶

func (o *TokenRevocationResponse) HasQueries() bool

HasQueries returns a boolean if a field has been set.

func (*TokenRevocationResponse) HasRange ¶

func (o *TokenRevocationResponse) HasRange() bool

HasRange returns a boolean if a field has been set.

func (TokenRevocationResponse) MarshalJSON ¶

func (o TokenRevocationResponse) MarshalJSON() ([]byte, error)

func (*TokenRevocationResponse) SetData ¶

func (o *TokenRevocationResponse) SetData(v []TokenRevocation)

SetData gets a reference to the given []TokenRevocation and assigns it to the Data field.

func (*TokenRevocationResponse) SetDescending ¶

func (o *TokenRevocationResponse) SetDescending(v bool)

SetDescending gets a reference to the given bool and assigns it to the Descending field.

func (*TokenRevocationResponse) SetFilterBy ¶

func (o *TokenRevocationResponse) SetFilterBy(v []FilterBy)

SetFilterBy gets a reference to the given []FilterBy and assigns it to the FilterBy field.

func (*TokenRevocationResponse) SetOrderBy ¶

func (o *TokenRevocationResponse) SetOrderBy(v string)

SetOrderBy gets a reference to the given string and assigns it to the OrderBy field.

func (*TokenRevocationResponse) SetQueries ¶

func (o *TokenRevocationResponse) SetQueries(v []string)

SetQueries gets a reference to the given []string and assigns it to the Queries field.

func (*TokenRevocationResponse) SetRange ¶

func (o *TokenRevocationResponse) SetRange(v string)

SetRange gets a reference to the given string and assigns it to the Range field.

type TokenRevocationResponseAllOf ¶

type TokenRevocationResponseAllOf struct {
	// List of TokenRevocation.
	Data []TokenRevocation `json:"data,omitempty"`
}

TokenRevocationResponseAllOf Represents a list of TokenRevocation.

func NewTokenRevocationResponseAllOf ¶

func NewTokenRevocationResponseAllOf() *TokenRevocationResponseAllOf

NewTokenRevocationResponseAllOf instantiates a new TokenRevocationResponseAllOf object This constructor will assign default values to properties that have it defined, 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 NewTokenRevocationResponseAllOfWithDefaults ¶

func NewTokenRevocationResponseAllOfWithDefaults() *TokenRevocationResponseAllOf

NewTokenRevocationResponseAllOfWithDefaults instantiates a new TokenRevocationResponseAllOf object This 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 (*TokenRevocationResponseAllOf) GetData ¶

GetData returns the Data field value if set, zero value otherwise.

func (*TokenRevocationResponseAllOf) GetDataOk ¶

GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TokenRevocationResponseAllOf) HasData ¶

func (o *TokenRevocationResponseAllOf) HasData() bool

HasData returns a boolean if a field has been set.

func (TokenRevocationResponseAllOf) MarshalJSON ¶

func (o TokenRevocationResponseAllOf) MarshalJSON() ([]byte, error)

func (*TokenRevocationResponseAllOf) SetData ¶

SetData gets a reference to the given []TokenRevocation and assigns it to the Data field.

type TopEntitlements ¶

type TopEntitlements struct {
	// User-friendly name for the stats.
	Name *string `json:"name,omitempty"`
	// The time the stats was generated.
	CreationDate *time.Time `json:"creationDate,omitempty"`
	// Recommended refresh interval in minutes.
	RefreshInterval *float32 `json:"refreshInterval,omitempty"`
	// 'The range applied to the list. Format: -/. 3-5/8 means, out of 8 count (query affects the total), the items between (including) the 3rd and the 5th are returned.'
	Range *string `json:"range,omitempty"`
	// The field name used to sort the list.
	OrderBy *string `json:"orderBy,omitempty"`
	// Whether the sorting is applied descending or ascending.
	Descending *bool                `json:"descending,omitempty"`
	Data       []map[string]float32 `json:"data,omitempty"`
}

TopEntitlements struct for TopEntitlements

func NewTopEntitlements ¶

func NewTopEntitlements() *TopEntitlements

NewTopEntitlements instantiates a new TopEntitlements object This constructor will assign default values to properties that have it defined, 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 NewTopEntitlementsWithDefaults ¶

func NewTopEntitlementsWithDefaults() *TopEntitlements

NewTopEntitlementsWithDefaults instantiates a new TopEntitlements object This 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 (*TopEntitlements) GetCreationDate ¶

func (o *TopEntitlements) GetCreationDate() time.Time

GetCreationDate returns the CreationDate field value if set, zero value otherwise.

func (*TopEntitlements) GetCreationDateOk ¶

func (o *TopEntitlements) GetCreationDateOk() (*time.Time, bool)

GetCreationDateOk returns a tuple with the CreationDate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TopEntitlements) GetData ¶

func (o *TopEntitlements) GetData() []map[string]float32

GetData returns the Data field value if set, zero value otherwise.

func (*TopEntitlements) GetDataOk ¶

func (o *TopEntitlements) GetDataOk() ([]map[string]float32, bool)

GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TopEntitlements) GetDescending ¶

func (o *TopEntitlements) GetDescending() bool

GetDescending returns the Descending field value if set, zero value otherwise.

func (*TopEntitlements) GetDescendingOk ¶

func (o *TopEntitlements) GetDescendingOk() (*bool, bool)

GetDescendingOk returns a tuple with the Descending field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TopEntitlements) GetName ¶

func (o *TopEntitlements) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*TopEntitlements) GetNameOk ¶

func (o *TopEntitlements) 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 (*TopEntitlements) GetOrderBy ¶

func (o *TopEntitlements) GetOrderBy() string

GetOrderBy returns the OrderBy field value if set, zero value otherwise.

func (*TopEntitlements) GetOrderByOk ¶

func (o *TopEntitlements) GetOrderByOk() (*string, bool)

GetOrderByOk returns a tuple with the OrderBy field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TopEntitlements) GetRange ¶

func (o *TopEntitlements) GetRange() string

GetRange returns the Range field value if set, zero value otherwise.

func (*TopEntitlements) GetRangeOk ¶

func (o *TopEntitlements) GetRangeOk() (*string, bool)

GetRangeOk returns a tuple with the Range field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TopEntitlements) GetRefreshInterval ¶

func (o *TopEntitlements) GetRefreshInterval() float32

GetRefreshInterval returns the RefreshInterval field value if set, zero value otherwise.

func (*TopEntitlements) GetRefreshIntervalOk ¶

func (o *TopEntitlements) GetRefreshIntervalOk() (*float32, bool)

GetRefreshIntervalOk returns a tuple with the RefreshInterval field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TopEntitlements) HasCreationDate ¶

func (o *TopEntitlements) HasCreationDate() bool

HasCreationDate returns a boolean if a field has been set.

func (*TopEntitlements) HasData ¶

func (o *TopEntitlements) HasData() bool

HasData returns a boolean if a field has been set.

func (*TopEntitlements) HasDescending ¶

func (o *TopEntitlements) HasDescending() bool

HasDescending returns a boolean if a field has been set.

func (*TopEntitlements) HasName ¶

func (o *TopEntitlements) HasName() bool

HasName returns a boolean if a field has been set.

func (*TopEntitlements) HasOrderBy ¶

func (o *TopEntitlements) HasOrderBy() bool

HasOrderBy returns a boolean if a field has been set.

func (*TopEntitlements) HasRange ¶

func (o *TopEntitlements) HasRange() bool

HasRange returns a boolean if a field has been set.

func (*TopEntitlements) HasRefreshInterval ¶

func (o *TopEntitlements) HasRefreshInterval() bool

HasRefreshInterval returns a boolean if a field has been set.

func (TopEntitlements) MarshalJSON ¶

func (o TopEntitlements) MarshalJSON() ([]byte, error)

func (*TopEntitlements) SetCreationDate ¶

func (o *TopEntitlements) SetCreationDate(v time.Time)

SetCreationDate gets a reference to the given time.Time and assigns it to the CreationDate field.

func (*TopEntitlements) SetData ¶

func (o *TopEntitlements) SetData(v []map[string]float32)

SetData gets a reference to the given []map[string]float32 and assigns it to the Data field.

func (*TopEntitlements) SetDescending ¶

func (o *TopEntitlements) SetDescending(v bool)

SetDescending gets a reference to the given bool and assigns it to the Descending field.

func (*TopEntitlements) SetName ¶

func (o *TopEntitlements) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*TopEntitlements) SetOrderBy ¶

func (o *TopEntitlements) SetOrderBy(v string)

SetOrderBy gets a reference to the given string and assigns it to the OrderBy field.

func (*TopEntitlements) SetRange ¶

func (o *TopEntitlements) SetRange(v string)

SetRange gets a reference to the given string and assigns it to the Range field.

func (*TopEntitlements) SetRefreshInterval ¶

func (o *TopEntitlements) SetRefreshInterval(v float32)

SetRefreshInterval gets a reference to the given float32 and assigns it to the RefreshInterval field.

type TopEntitlementsAllOf ¶

type TopEntitlementsAllOf struct {
	Data []map[string]float32 `json:"data,omitempty"`
}

TopEntitlementsAllOf struct for TopEntitlementsAllOf

func NewTopEntitlementsAllOf ¶

func NewTopEntitlementsAllOf() *TopEntitlementsAllOf

NewTopEntitlementsAllOf instantiates a new TopEntitlementsAllOf object This constructor will assign default values to properties that have it defined, 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 NewTopEntitlementsAllOfWithDefaults ¶

func NewTopEntitlementsAllOfWithDefaults() *TopEntitlementsAllOf

NewTopEntitlementsAllOfWithDefaults instantiates a new TopEntitlementsAllOf object This 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 (*TopEntitlementsAllOf) GetData ¶

func (o *TopEntitlementsAllOf) GetData() []map[string]float32

GetData returns the Data field value if set, zero value otherwise.

func (*TopEntitlementsAllOf) GetDataOk ¶

func (o *TopEntitlementsAllOf) GetDataOk() ([]map[string]float32, bool)

GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TopEntitlementsAllOf) HasData ¶

func (o *TopEntitlementsAllOf) HasData() bool

HasData returns a boolean if a field has been set.

func (TopEntitlementsAllOf) MarshalJSON ¶

func (o TopEntitlementsAllOf) MarshalJSON() ([]byte, error)

func (*TopEntitlementsAllOf) SetData ¶

func (o *TopEntitlementsAllOf) SetData(v []map[string]float32)

SetData gets a reference to the given []map[string]float32 and assigns it to the Data field.

type TopEntitlementsApiService ¶

type TopEntitlementsApiService service

TopEntitlementsApiService TopEntitlementsApi service

func (*TopEntitlementsApiService) StatsTopEntitlementsGet ¶

StatsTopEntitlementsGet Get Top Entitlements.

Get the (most used) Top Entitlements for the last 24 hours. Each Gateway keeps track of the most used 20 Entitlements and they are aggregated on the Controller. Number of Entitlements in this stats varies accordingly. Rebooting a Gateway resets the most used Entitlements for that Gateway. This API makes the Controller to query every Gateway in the system to collect the statistics. The operation may take long if one or more Gateways take long to respond.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiStatsTopEntitlementsGetRequest

func (*TopEntitlementsApiService) StatsTopEntitlementsGetExecute ¶

Execute executes the request

@return TopEntitlements

type TrustedCertificate ¶

type TrustedCertificate struct {
	// ID of the object.
	Id *string `json:"id,omitempty"`
	// Name of the object.
	Name string `json:"name"`
	// Notes for the object. Used for documentation purposes.
	Notes *string `json:"notes,omitempty"`
	// Create date.
	Created *time.Time `json:"created,omitempty"`
	// Last update date.
	Updated *time.Time `json:"updated,omitempty"`
	// Array of tags.
	Tags []string `json:"tags,omitempty"`
	// A certificate in PEM format.
	Pem     string              `json:"pem"`
	Details *CertificateDetails `json:"details,omitempty"`
}

TrustedCertificate struct for TrustedCertificate

func NewTrustedCertificate ¶

func NewTrustedCertificate(name string, pem string) *TrustedCertificate

NewTrustedCertificate instantiates a new TrustedCertificate object This constructor will assign default values to properties that have it defined, 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 NewTrustedCertificateWithDefaults ¶

func NewTrustedCertificateWithDefaults() *TrustedCertificate

NewTrustedCertificateWithDefaults instantiates a new TrustedCertificate object This 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 (*TrustedCertificate) GetCreated ¶

func (o *TrustedCertificate) GetCreated() time.Time

GetCreated returns the Created field value if set, zero value otherwise.

func (*TrustedCertificate) GetCreatedOk ¶

func (o *TrustedCertificate) GetCreatedOk() (*time.Time, bool)

GetCreatedOk returns a tuple with the Created field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TrustedCertificate) GetDetails ¶

func (o *TrustedCertificate) GetDetails() CertificateDetails

GetDetails returns the Details field value if set, zero value otherwise.

func (*TrustedCertificate) GetDetailsOk ¶

func (o *TrustedCertificate) GetDetailsOk() (*CertificateDetails, bool)

GetDetailsOk returns a tuple with the Details field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TrustedCertificate) GetId ¶

func (o *TrustedCertificate) GetId() string

GetId returns the Id field value if set, zero value otherwise.

func (*TrustedCertificate) GetIdOk ¶

func (o *TrustedCertificate) 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 (*TrustedCertificate) GetName ¶

func (o *TrustedCertificate) GetName() string

GetName returns the Name field value

func (*TrustedCertificate) GetNameOk ¶

func (o *TrustedCertificate) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.

func (*TrustedCertificate) GetNotes ¶

func (o *TrustedCertificate) GetNotes() string

GetNotes returns the Notes field value if set, zero value otherwise.

func (*TrustedCertificate) GetNotesOk ¶

func (o *TrustedCertificate) GetNotesOk() (*string, bool)

GetNotesOk returns a tuple with the Notes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TrustedCertificate) GetPem ¶

func (o *TrustedCertificate) GetPem() string

GetPem returns the Pem field value

func (*TrustedCertificate) GetPemOk ¶

func (o *TrustedCertificate) GetPemOk() (*string, bool)

GetPemOk returns a tuple with the Pem field value and a boolean to check if the value has been set.

func (*TrustedCertificate) GetTags ¶

func (o *TrustedCertificate) GetTags() []string

GetTags returns the Tags field value if set, zero value otherwise.

func (*TrustedCertificate) GetTagsOk ¶

func (o *TrustedCertificate) GetTagsOk() ([]string, bool)

GetTagsOk returns a tuple with the Tags field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TrustedCertificate) GetUpdated ¶

func (o *TrustedCertificate) GetUpdated() time.Time

GetUpdated returns the Updated field value if set, zero value otherwise.

func (*TrustedCertificate) GetUpdatedOk ¶

func (o *TrustedCertificate) GetUpdatedOk() (*time.Time, bool)

GetUpdatedOk returns a tuple with the Updated field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TrustedCertificate) HasCreated ¶

func (o *TrustedCertificate) HasCreated() bool

HasCreated returns a boolean if a field has been set.

func (*TrustedCertificate) HasDetails ¶

func (o *TrustedCertificate) HasDetails() bool

HasDetails returns a boolean if a field has been set.

func (*TrustedCertificate) HasId ¶

func (o *TrustedCertificate) HasId() bool

HasId returns a boolean if a field has been set.

func (*TrustedCertificate) HasNotes ¶

func (o *TrustedCertificate) HasNotes() bool

HasNotes returns a boolean if a field has been set.

func (*TrustedCertificate) HasTags ¶

func (o *TrustedCertificate) HasTags() bool

HasTags returns a boolean if a field has been set.

func (*TrustedCertificate) HasUpdated ¶

func (o *TrustedCertificate) HasUpdated() bool

HasUpdated returns a boolean if a field has been set.

func (TrustedCertificate) MarshalJSON ¶

func (o TrustedCertificate) MarshalJSON() ([]byte, error)

func (*TrustedCertificate) SetCreated ¶

func (o *TrustedCertificate) SetCreated(v time.Time)

SetCreated gets a reference to the given time.Time and assigns it to the Created field.

func (*TrustedCertificate) SetDetails ¶

func (o *TrustedCertificate) SetDetails(v CertificateDetails)

SetDetails gets a reference to the given CertificateDetails and assigns it to the Details field.

func (*TrustedCertificate) SetId ¶

func (o *TrustedCertificate) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*TrustedCertificate) SetName ¶

func (o *TrustedCertificate) SetName(v string)

SetName sets field value

func (*TrustedCertificate) SetNotes ¶

func (o *TrustedCertificate) SetNotes(v string)

SetNotes gets a reference to the given string and assigns it to the Notes field.

func (*TrustedCertificate) SetPem ¶

func (o *TrustedCertificate) SetPem(v string)

SetPem sets field value

func (*TrustedCertificate) SetTags ¶

func (o *TrustedCertificate) SetTags(v []string)

SetTags gets a reference to the given []string and assigns it to the Tags field.

func (*TrustedCertificate) SetUpdated ¶

func (o *TrustedCertificate) SetUpdated(v time.Time)

SetUpdated gets a reference to the given time.Time and assigns it to the Updated field.

type TrustedCertificateAllOf ¶

type TrustedCertificateAllOf struct {
	// A certificate in PEM format.
	Pem     string              `json:"pem"`
	Details *CertificateDetails `json:"details,omitempty"`
}

TrustedCertificateAllOf Represents a Trusted Certificate.

func NewTrustedCertificateAllOf ¶

func NewTrustedCertificateAllOf(pem string) *TrustedCertificateAllOf

NewTrustedCertificateAllOf instantiates a new TrustedCertificateAllOf object This constructor will assign default values to properties that have it defined, 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 NewTrustedCertificateAllOfWithDefaults ¶

func NewTrustedCertificateAllOfWithDefaults() *TrustedCertificateAllOf

NewTrustedCertificateAllOfWithDefaults instantiates a new TrustedCertificateAllOf object This 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 (*TrustedCertificateAllOf) GetDetails ¶

GetDetails returns the Details field value if set, zero value otherwise.

func (*TrustedCertificateAllOf) GetDetailsOk ¶

func (o *TrustedCertificateAllOf) GetDetailsOk() (*CertificateDetails, bool)

GetDetailsOk returns a tuple with the Details field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TrustedCertificateAllOf) GetPem ¶

func (o *TrustedCertificateAllOf) GetPem() string

GetPem returns the Pem field value

func (*TrustedCertificateAllOf) GetPemOk ¶

func (o *TrustedCertificateAllOf) GetPemOk() (*string, bool)

GetPemOk returns a tuple with the Pem field value and a boolean to check if the value has been set.

func (*TrustedCertificateAllOf) HasDetails ¶

func (o *TrustedCertificateAllOf) HasDetails() bool

HasDetails returns a boolean if a field has been set.

func (TrustedCertificateAllOf) MarshalJSON ¶

func (o TrustedCertificateAllOf) MarshalJSON() ([]byte, error)

func (*TrustedCertificateAllOf) SetDetails ¶

SetDetails gets a reference to the given CertificateDetails and assigns it to the Details field.

func (*TrustedCertificateAllOf) SetPem ¶

func (o *TrustedCertificateAllOf) SetPem(v string)

SetPem sets field value

type TrustedCertificateList ¶

type TrustedCertificateList struct {
	// 'The range applied to the list. Format: -/. 3-5/8 means, out of 8 count (query affects the total), the items between (including) the 3rd and the 5th are returned.'
	Range *string `json:"range,omitempty"`
	// The field name used to sort the list.
	OrderBy *string `json:"orderBy,omitempty"`
	// Whether the sorting is applied descending or ascending.
	Descending *bool `json:"descending,omitempty"`
	// The queries applied to the list.
	Queries []string `json:"queries,omitempty"`
	// The filters applied to the list.
	FilterBy []FilterBy `json:"filterBy,omitempty"`
	// List of Trusted Certificates.
	Data []TrustedCertificate `json:"data,omitempty"`
}

TrustedCertificateList struct for TrustedCertificateList

func NewTrustedCertificateList ¶

func NewTrustedCertificateList() *TrustedCertificateList

NewTrustedCertificateList instantiates a new TrustedCertificateList object This constructor will assign default values to properties that have it defined, 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 NewTrustedCertificateListWithDefaults ¶

func NewTrustedCertificateListWithDefaults() *TrustedCertificateList

NewTrustedCertificateListWithDefaults instantiates a new TrustedCertificateList object This 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 (*TrustedCertificateList) GetData ¶

GetData returns the Data field value if set, zero value otherwise.

func (*TrustedCertificateList) GetDataOk ¶

func (o *TrustedCertificateList) GetDataOk() ([]TrustedCertificate, bool)

GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TrustedCertificateList) GetDescending ¶

func (o *TrustedCertificateList) GetDescending() bool

GetDescending returns the Descending field value if set, zero value otherwise.

func (*TrustedCertificateList) GetDescendingOk ¶

func (o *TrustedCertificateList) GetDescendingOk() (*bool, bool)

GetDescendingOk returns a tuple with the Descending field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TrustedCertificateList) GetFilterBy ¶

func (o *TrustedCertificateList) GetFilterBy() []FilterBy

GetFilterBy returns the FilterBy field value if set, zero value otherwise.

func (*TrustedCertificateList) GetFilterByOk ¶

func (o *TrustedCertificateList) GetFilterByOk() ([]FilterBy, bool)

GetFilterByOk returns a tuple with the FilterBy field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TrustedCertificateList) GetOrderBy ¶

func (o *TrustedCertificateList) GetOrderBy() string

GetOrderBy returns the OrderBy field value if set, zero value otherwise.

func (*TrustedCertificateList) GetOrderByOk ¶

func (o *TrustedCertificateList) GetOrderByOk() (*string, bool)

GetOrderByOk returns a tuple with the OrderBy field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TrustedCertificateList) GetQueries ¶

func (o *TrustedCertificateList) GetQueries() []string

GetQueries returns the Queries field value if set, zero value otherwise.

func (*TrustedCertificateList) GetQueriesOk ¶

func (o *TrustedCertificateList) GetQueriesOk() ([]string, bool)

GetQueriesOk returns a tuple with the Queries field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TrustedCertificateList) GetRange ¶

func (o *TrustedCertificateList) GetRange() string

GetRange returns the Range field value if set, zero value otherwise.

func (*TrustedCertificateList) GetRangeOk ¶

func (o *TrustedCertificateList) GetRangeOk() (*string, bool)

GetRangeOk returns a tuple with the Range field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TrustedCertificateList) HasData ¶

func (o *TrustedCertificateList) HasData() bool

HasData returns a boolean if a field has been set.

func (*TrustedCertificateList) HasDescending ¶

func (o *TrustedCertificateList) HasDescending() bool

HasDescending returns a boolean if a field has been set.

func (*TrustedCertificateList) HasFilterBy ¶

func (o *TrustedCertificateList) HasFilterBy() bool

HasFilterBy returns a boolean if a field has been set.

func (*TrustedCertificateList) HasOrderBy ¶

func (o *TrustedCertificateList) HasOrderBy() bool

HasOrderBy returns a boolean if a field has been set.

func (*TrustedCertificateList) HasQueries ¶

func (o *TrustedCertificateList) HasQueries() bool

HasQueries returns a boolean if a field has been set.

func (*TrustedCertificateList) HasRange ¶

func (o *TrustedCertificateList) HasRange() bool

HasRange returns a boolean if a field has been set.

func (TrustedCertificateList) MarshalJSON ¶

func (o TrustedCertificateList) MarshalJSON() ([]byte, error)

func (*TrustedCertificateList) SetData ¶

SetData gets a reference to the given []TrustedCertificate and assigns it to the Data field.

func (*TrustedCertificateList) SetDescending ¶

func (o *TrustedCertificateList) SetDescending(v bool)

SetDescending gets a reference to the given bool and assigns it to the Descending field.

func (*TrustedCertificateList) SetFilterBy ¶

func (o *TrustedCertificateList) SetFilterBy(v []FilterBy)

SetFilterBy gets a reference to the given []FilterBy and assigns it to the FilterBy field.

func (*TrustedCertificateList) SetOrderBy ¶

func (o *TrustedCertificateList) SetOrderBy(v string)

SetOrderBy gets a reference to the given string and assigns it to the OrderBy field.

func (*TrustedCertificateList) SetQueries ¶

func (o *TrustedCertificateList) SetQueries(v []string)

SetQueries gets a reference to the given []string and assigns it to the Queries field.

func (*TrustedCertificateList) SetRange ¶

func (o *TrustedCertificateList) SetRange(v string)

SetRange gets a reference to the given string and assigns it to the Range field.

type TrustedCertificateListAllOf ¶

type TrustedCertificateListAllOf struct {
	// List of Trusted Certificates.
	Data []TrustedCertificate `json:"data,omitempty"`
}

TrustedCertificateListAllOf Represents a list of Trusted Certificates.

func NewTrustedCertificateListAllOf ¶

func NewTrustedCertificateListAllOf() *TrustedCertificateListAllOf

NewTrustedCertificateListAllOf instantiates a new TrustedCertificateListAllOf object This constructor will assign default values to properties that have it defined, 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 NewTrustedCertificateListAllOfWithDefaults ¶

func NewTrustedCertificateListAllOfWithDefaults() *TrustedCertificateListAllOf

NewTrustedCertificateListAllOfWithDefaults instantiates a new TrustedCertificateListAllOf object This 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 (*TrustedCertificateListAllOf) GetData ¶

GetData returns the Data field value if set, zero value otherwise.

func (*TrustedCertificateListAllOf) GetDataOk ¶

GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TrustedCertificateListAllOf) HasData ¶

func (o *TrustedCertificateListAllOf) HasData() bool

HasData returns a boolean if a field has been set.

func (TrustedCertificateListAllOf) MarshalJSON ¶

func (o TrustedCertificateListAllOf) MarshalJSON() ([]byte, error)

func (*TrustedCertificateListAllOf) SetData ¶

SetData gets a reference to the given []TrustedCertificate and assigns it to the Data field.

type TrustedCertificatesApiService ¶

type TrustedCertificatesApiService service

TrustedCertificatesApiService TrustedCertificatesApi service

func (*TrustedCertificatesApiService) TrustedCertificatesGet ¶

TrustedCertificatesGet List all Trusted Certificates.

List all Trusted Certificates visible to current user.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiTrustedCertificatesGetRequest

func (*TrustedCertificatesApiService) TrustedCertificatesGetExecute ¶

Execute executes the request

@return TrustedCertificateList

func (*TrustedCertificatesApiService) TrustedCertificatesIdDelete ¶

TrustedCertificatesIdDelete Delete a specific Trusted Certificate.

Delete a specific Trusted Certificate.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id ID of the object.
@return ApiTrustedCertificatesIdDeleteRequest

func (*TrustedCertificatesApiService) TrustedCertificatesIdDeleteExecute ¶

func (a *TrustedCertificatesApiService) TrustedCertificatesIdDeleteExecute(r ApiTrustedCertificatesIdDeleteRequest) (*http.Response, error)

Execute executes the request

func (*TrustedCertificatesApiService) TrustedCertificatesIdGet ¶

TrustedCertificatesIdGet Get a specific Trusted Certificate.

Get a specific Trusted Certificate.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id ID of the object.
@return ApiTrustedCertificatesIdGetRequest

func (*TrustedCertificatesApiService) TrustedCertificatesIdGetExecute ¶

Execute executes the request

@return TrustedCertificate

func (*TrustedCertificatesApiService) TrustedCertificatesIdPut ¶

TrustedCertificatesIdPut Update an existing Trusted Certificate.

Update an existing Trusted Certificate.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id ID of the object.
@return ApiTrustedCertificatesIdPutRequest

func (*TrustedCertificatesApiService) TrustedCertificatesIdPutExecute ¶

Execute executes the request

@return TrustedCertificate

func (*TrustedCertificatesApiService) TrustedCertificatesPost ¶

TrustedCertificatesPost Create a new Trusted Certificate.

Create a new Trusted Certificate.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiTrustedCertificatesPostRequest

func (*TrustedCertificatesApiService) TrustedCertificatesPostExecute ¶

Execute executes the request

@return TrustedCertificate

type UploadCa ¶

type UploadCa struct {
	// P12 binary in Base64 format.
	P12 *string `json:"p12,omitempty"`
	// Password for the p12 file.
	Password *string `json:"password,omitempty"`
	// The URL where the CRL will be hosted.
	CrlUrl *string `json:"crlUrl,omitempty"`
}

UploadCa struct for UploadCa

func NewUploadCa ¶

func NewUploadCa() *UploadCa

NewUploadCa instantiates a new UploadCa object This constructor will assign default values to properties that have it defined, 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 NewUploadCaWithDefaults ¶

func NewUploadCaWithDefaults() *UploadCa

NewUploadCaWithDefaults instantiates a new UploadCa object This 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 (*UploadCa) GetCrlUrl ¶

func (o *UploadCa) GetCrlUrl() string

GetCrlUrl returns the CrlUrl field value if set, zero value otherwise.

func (*UploadCa) GetCrlUrlOk ¶

func (o *UploadCa) 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 (*UploadCa) GetP12 ¶

func (o *UploadCa) GetP12() string

GetP12 returns the P12 field value if set, zero value otherwise.

func (*UploadCa) GetP12Ok ¶

func (o *UploadCa) GetP12Ok() (*string, bool)

GetP12Ok returns a tuple with the P12 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UploadCa) GetPassword ¶

func (o *UploadCa) GetPassword() string

GetPassword returns the Password field value if set, zero value otherwise.

func (*UploadCa) GetPasswordOk ¶

func (o *UploadCa) 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 (*UploadCa) HasCrlUrl ¶

func (o *UploadCa) HasCrlUrl() bool

HasCrlUrl returns a boolean if a field has been set.

func (*UploadCa) HasP12 ¶

func (o *UploadCa) HasP12() bool

HasP12 returns a boolean if a field has been set.

func (*UploadCa) HasPassword ¶

func (o *UploadCa) HasPassword() bool

HasPassword returns a boolean if a field has been set.

func (UploadCa) MarshalJSON ¶

func (o UploadCa) MarshalJSON() ([]byte, error)

func (*UploadCa) SetCrlUrl ¶

func (o *UploadCa) SetCrlUrl(v string)

SetCrlUrl gets a reference to the given string and assigns it to the CrlUrl field.

func (*UploadCa) SetP12 ¶

func (o *UploadCa) SetP12(v string)

SetP12 gets a reference to the given string and assigns it to the P12 field.

func (*UploadCa) SetPassword ¶

func (o *UploadCa) SetPassword(v string)

SetPassword gets a reference to the given string and assigns it to the Password field.

type UploadCaAllOf ¶

type UploadCaAllOf struct {
	// The URL where the CRL will be hosted.
	CrlUrl *string `json:"crlUrl,omitempty"`
}

UploadCaAllOf Upload P12 file for root CA.

func NewUploadCaAllOf ¶

func NewUploadCaAllOf() *UploadCaAllOf

NewUploadCaAllOf instantiates a new UploadCaAllOf object This constructor will assign default values to properties that have it defined, 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 NewUploadCaAllOfWithDefaults ¶

func NewUploadCaAllOfWithDefaults() *UploadCaAllOf

NewUploadCaAllOfWithDefaults instantiates a new UploadCaAllOf object This 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 (*UploadCaAllOf) GetCrlUrl ¶

func (o *UploadCaAllOf) GetCrlUrl() string

GetCrlUrl returns the CrlUrl field value if set, zero value otherwise.

func (*UploadCaAllOf) GetCrlUrlOk ¶

func (o *UploadCaAllOf) 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 (*UploadCaAllOf) HasCrlUrl ¶

func (o *UploadCaAllOf) HasCrlUrl() bool

HasCrlUrl returns a boolean if a field has been set.

func (UploadCaAllOf) MarshalJSON ¶

func (o UploadCaAllOf) MarshalJSON() ([]byte, error)

func (*UploadCaAllOf) SetCrlUrl ¶

func (o *UploadCaAllOf) SetCrlUrl(v string)

SetCrlUrl gets a reference to the given string and assigns it to the CrlUrl field.

type User ¶

type User struct {
	// Distinguished name of a user. Format: \"CN=,OU=\"
	UserDistinguishedName *string `json:"userDistinguishedName,omitempty"`
	// The username, same as the one in the user Distinguished Name.
	Username *string `json:"username,omitempty"`
	// The provider name of the user, same as the one in the user Distinguished Name.
	ProviderName *string `json:"providerName,omitempty"`
}

User struct for User

func NewUser ¶

func NewUser() *User

NewUser instantiates a new User object This constructor will assign default values to properties that have it defined, 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 NewUserWithDefaults ¶

func NewUserWithDefaults() *User

NewUserWithDefaults instantiates a new User object This 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 (*User) GetProviderName ¶

func (o *User) GetProviderName() string

GetProviderName returns the ProviderName field value if set, zero value otherwise.

func (*User) GetProviderNameOk ¶

func (o *User) GetProviderNameOk() (*string, bool)

GetProviderNameOk returns a tuple with the ProviderName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*User) GetUserDistinguishedName ¶

func (o *User) GetUserDistinguishedName() string

GetUserDistinguishedName returns the UserDistinguishedName field value if set, zero value otherwise.

func (*User) GetUserDistinguishedNameOk ¶

func (o *User) GetUserDistinguishedNameOk() (*string, bool)

GetUserDistinguishedNameOk returns a tuple with the UserDistinguishedName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*User) GetUsername ¶

func (o *User) GetUsername() string

GetUsername returns the Username field value if set, zero value otherwise.

func (*User) GetUsernameOk ¶

func (o *User) 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 (*User) HasProviderName ¶

func (o *User) HasProviderName() bool

HasProviderName returns a boolean if a field has been set.

func (*User) HasUserDistinguishedName ¶

func (o *User) HasUserDistinguishedName() bool

HasUserDistinguishedName returns a boolean if a field has been set.

func (*User) HasUsername ¶

func (o *User) HasUsername() bool

HasUsername returns a boolean if a field has been set.

func (User) MarshalJSON ¶

func (o User) MarshalJSON() ([]byte, error)

func (*User) SetProviderName ¶

func (o *User) SetProviderName(v string)

SetProviderName gets a reference to the given string and assigns it to the ProviderName field.

func (*User) SetUserDistinguishedName ¶

func (o *User) SetUserDistinguishedName(v string)

SetUserDistinguishedName gets a reference to the given string and assigns it to the UserDistinguishedName field.

func (*User) SetUsername ¶

func (o *User) SetUsername(v string)

SetUsername gets a reference to the given string and assigns it to the Username field.

type UserClaimScriptsApiService ¶

type UserClaimScriptsApiService service

UserClaimScriptsApiService UserClaimScriptsApi service

func (*UserClaimScriptsApiService) UserScriptsGet ¶

UserScriptsGet List all user Claim Scripts.

List all User Claim Scripts visible to current user.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiUserScriptsGetRequest

func (*UserClaimScriptsApiService) UserScriptsGetExecute ¶

Execute executes the request

@return UserScriptList

func (*UserClaimScriptsApiService) UserScriptsIdDelete ¶

UserScriptsIdDelete Delete a specific User Claim Script.

Delete a specific User Claim Script.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id ID of the object.
@return ApiUserScriptsIdDeleteRequest

func (*UserClaimScriptsApiService) UserScriptsIdDeleteExecute ¶

func (a *UserClaimScriptsApiService) UserScriptsIdDeleteExecute(r ApiUserScriptsIdDeleteRequest) (*http.Response, error)

Execute executes the request

func (*UserClaimScriptsApiService) UserScriptsIdGet ¶

UserScriptsIdGet Get a specific User Claim Script.

Get a specific User Claim Script.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id ID of the object.
@return ApiUserScriptsIdGetRequest

func (*UserClaimScriptsApiService) UserScriptsIdGetExecute ¶

Execute executes the request

@return UserScript

func (*UserClaimScriptsApiService) UserScriptsIdPut ¶

UserScriptsIdPut Update an existing User Claim Script.

Update an existing User Claim Script.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id ID of the object.
@return ApiUserScriptsIdPutRequest

func (*UserClaimScriptsApiService) UserScriptsIdPutExecute ¶

Execute executes the request

@return UserScript

func (*UserClaimScriptsApiService) UserScriptsPost ¶

UserScriptsPost Create a new User Claim Script.

Create a new User Claim Script.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiUserScriptsPostRequest

func (*UserClaimScriptsApiService) UserScriptsPostExecute ¶

Execute executes the request

@return UserScript

type UserLicense ¶

type UserLicense struct {
	// Distinguished name of a user. Format: \"CN=,OU=\"
	UserDistinguishedName *string `json:"userDistinguishedName,omitempty"`
	// The username, same as the one in the user Distinguished Name.
	Username *string `json:"username,omitempty"`
	// The provider name of the user, same as the one in the user Distinguished Name.
	ProviderName *string `json:"providerName,omitempty"`
	// Type of User License.
	Type *string `json:"type,omitempty"`
	// Creation date.
	Created *time.Time `json:"created,omitempty"`
	// The time when the user last signed in.
	LastSeenAt *time.Time `json:"lastSeenAt,omitempty"`
}

UserLicense struct for UserLicense

func NewUserLicense ¶

func NewUserLicense() *UserLicense

NewUserLicense instantiates a new UserLicense object This constructor will assign default values to properties that have it defined, 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 NewUserLicenseWithDefaults ¶

func NewUserLicenseWithDefaults() *UserLicense

NewUserLicenseWithDefaults instantiates a new UserLicense object This 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 (*UserLicense) GetCreated ¶

func (o *UserLicense) GetCreated() time.Time

GetCreated returns the Created field value if set, zero value otherwise.

func (*UserLicense) GetCreatedOk ¶

func (o *UserLicense) GetCreatedOk() (*time.Time, bool)

GetCreatedOk returns a tuple with the Created field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UserLicense) GetLastSeenAt ¶

func (o *UserLicense) GetLastSeenAt() time.Time

GetLastSeenAt returns the LastSeenAt field value if set, zero value otherwise.

func (*UserLicense) GetLastSeenAtOk ¶

func (o *UserLicense) GetLastSeenAtOk() (*time.Time, bool)

GetLastSeenAtOk returns a tuple with the LastSeenAt field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UserLicense) GetProviderName ¶

func (o *UserLicense) GetProviderName() string

GetProviderName returns the ProviderName field value if set, zero value otherwise.

func (*UserLicense) GetProviderNameOk ¶

func (o *UserLicense) GetProviderNameOk() (*string, bool)

GetProviderNameOk returns a tuple with the ProviderName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UserLicense) GetType ¶

func (o *UserLicense) GetType() string

GetType returns the Type field value if set, zero value otherwise.

func (*UserLicense) GetTypeOk ¶

func (o *UserLicense) 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 (*UserLicense) GetUserDistinguishedName ¶

func (o *UserLicense) GetUserDistinguishedName() string

GetUserDistinguishedName returns the UserDistinguishedName field value if set, zero value otherwise.

func (*UserLicense) GetUserDistinguishedNameOk ¶

func (o *UserLicense) GetUserDistinguishedNameOk() (*string, bool)

GetUserDistinguishedNameOk returns a tuple with the UserDistinguishedName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UserLicense) GetUsername ¶

func (o *UserLicense) GetUsername() string

GetUsername returns the Username field value if set, zero value otherwise.

func (*UserLicense) GetUsernameOk ¶

func (o *UserLicense) 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 (*UserLicense) HasCreated ¶

func (o *UserLicense) HasCreated() bool

HasCreated returns a boolean if a field has been set.

func (*UserLicense) HasLastSeenAt ¶

func (o *UserLicense) HasLastSeenAt() bool

HasLastSeenAt returns a boolean if a field has been set.

func (*UserLicense) HasProviderName ¶

func (o *UserLicense) HasProviderName() bool

HasProviderName returns a boolean if a field has been set.

func (*UserLicense) HasType ¶

func (o *UserLicense) HasType() bool

HasType returns a boolean if a field has been set.

func (*UserLicense) HasUserDistinguishedName ¶

func (o *UserLicense) HasUserDistinguishedName() bool

HasUserDistinguishedName returns a boolean if a field has been set.

func (*UserLicense) HasUsername ¶

func (o *UserLicense) HasUsername() bool

HasUsername returns a boolean if a field has been set.

func (UserLicense) MarshalJSON ¶

func (o UserLicense) MarshalJSON() ([]byte, error)

func (*UserLicense) SetCreated ¶

func (o *UserLicense) SetCreated(v time.Time)

SetCreated gets a reference to the given time.Time and assigns it to the Created field.

func (*UserLicense) SetLastSeenAt ¶

func (o *UserLicense) SetLastSeenAt(v time.Time)

SetLastSeenAt gets a reference to the given time.Time and assigns it to the LastSeenAt field.

func (*UserLicense) SetProviderName ¶

func (o *UserLicense) SetProviderName(v string)

SetProviderName gets a reference to the given string and assigns it to the ProviderName field.

func (*UserLicense) SetType ¶

func (o *UserLicense) SetType(v string)

SetType gets a reference to the given string and assigns it to the Type field.

func (*UserLicense) SetUserDistinguishedName ¶

func (o *UserLicense) SetUserDistinguishedName(v string)

SetUserDistinguishedName gets a reference to the given string and assigns it to the UserDistinguishedName field.

func (*UserLicense) SetUsername ¶

func (o *UserLicense) SetUsername(v string)

SetUsername gets a reference to the given string and assigns it to the Username field.

type UserLicenseAllOf ¶

type UserLicenseAllOf struct {
	// Type of User License.
	Type *string `json:"type,omitempty"`
	// Creation date.
	Created *time.Time `json:"created,omitempty"`
	// The time when the user last signed in.
	LastSeenAt *time.Time `json:"lastSeenAt,omitempty"`
}

UserLicenseAllOf struct for UserLicenseAllOf

func NewUserLicenseAllOf ¶

func NewUserLicenseAllOf() *UserLicenseAllOf

NewUserLicenseAllOf instantiates a new UserLicenseAllOf object This constructor will assign default values to properties that have it defined, 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 NewUserLicenseAllOfWithDefaults ¶

func NewUserLicenseAllOfWithDefaults() *UserLicenseAllOf

NewUserLicenseAllOfWithDefaults instantiates a new UserLicenseAllOf object This 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 (*UserLicenseAllOf) GetCreated ¶

func (o *UserLicenseAllOf) GetCreated() time.Time

GetCreated returns the Created field value if set, zero value otherwise.

func (*UserLicenseAllOf) GetCreatedOk ¶

func (o *UserLicenseAllOf) GetCreatedOk() (*time.Time, bool)

GetCreatedOk returns a tuple with the Created field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UserLicenseAllOf) GetLastSeenAt ¶

func (o *UserLicenseAllOf) GetLastSeenAt() time.Time

GetLastSeenAt returns the LastSeenAt field value if set, zero value otherwise.

func (*UserLicenseAllOf) GetLastSeenAtOk ¶

func (o *UserLicenseAllOf) GetLastSeenAtOk() (*time.Time, bool)

GetLastSeenAtOk returns a tuple with the LastSeenAt field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UserLicenseAllOf) GetType ¶

func (o *UserLicenseAllOf) GetType() string

GetType returns the Type field value if set, zero value otherwise.

func (*UserLicenseAllOf) GetTypeOk ¶

func (o *UserLicenseAllOf) 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 (*UserLicenseAllOf) HasCreated ¶

func (o *UserLicenseAllOf) HasCreated() bool

HasCreated returns a boolean if a field has been set.

func (*UserLicenseAllOf) HasLastSeenAt ¶

func (o *UserLicenseAllOf) HasLastSeenAt() bool

HasLastSeenAt returns a boolean if a field has been set.

func (*UserLicenseAllOf) HasType ¶

func (o *UserLicenseAllOf) HasType() bool

HasType returns a boolean if a field has been set.

func (UserLicenseAllOf) MarshalJSON ¶

func (o UserLicenseAllOf) MarshalJSON() ([]byte, error)

func (*UserLicenseAllOf) SetCreated ¶

func (o *UserLicenseAllOf) SetCreated(v time.Time)

SetCreated gets a reference to the given time.Time and assigns it to the Created field.

func (*UserLicenseAllOf) SetLastSeenAt ¶

func (o *UserLicenseAllOf) SetLastSeenAt(v time.Time)

SetLastSeenAt gets a reference to the given time.Time and assigns it to the LastSeenAt field.

func (*UserLicenseAllOf) SetType ¶

func (o *UserLicenseAllOf) SetType(v string)

SetType gets a reference to the given string and assigns it to the Type field.

type UserLicenseList ¶

type UserLicenseList struct {
	// 'The range applied to the list. Format: -/. 3-5/8 means, out of 8 count (query affects the total), the items between (including) the 3rd and the 5th are returned.'
	Range *string `json:"range,omitempty"`
	// The field name used to sort the list.
	OrderBy *string `json:"orderBy,omitempty"`
	// Whether the sorting is applied descending or ascending.
	Descending *bool `json:"descending,omitempty"`
	// The queries applied to the list.
	Queries []string `json:"queries,omitempty"`
	// The filters applied to the list.
	FilterBy []FilterBy `json:"filterBy,omitempty"`
	// List of User Licenses.
	Data []UserLicense `json:"data,omitempty"`
}

UserLicenseList struct for UserLicenseList

func NewUserLicenseList ¶

func NewUserLicenseList() *UserLicenseList

NewUserLicenseList instantiates a new UserLicenseList object This constructor will assign default values to properties that have it defined, 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 NewUserLicenseListWithDefaults ¶

func NewUserLicenseListWithDefaults() *UserLicenseList

NewUserLicenseListWithDefaults instantiates a new UserLicenseList object This 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 (*UserLicenseList) GetData ¶

func (o *UserLicenseList) GetData() []UserLicense

GetData returns the Data field value if set, zero value otherwise.

func (*UserLicenseList) GetDataOk ¶

func (o *UserLicenseList) GetDataOk() ([]UserLicense, bool)

GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UserLicenseList) GetDescending ¶

func (o *UserLicenseList) GetDescending() bool

GetDescending returns the Descending field value if set, zero value otherwise.

func (*UserLicenseList) GetDescendingOk ¶

func (o *UserLicenseList) GetDescendingOk() (*bool, bool)

GetDescendingOk returns a tuple with the Descending field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UserLicenseList) GetFilterBy ¶

func (o *UserLicenseList) GetFilterBy() []FilterBy

GetFilterBy returns the FilterBy field value if set, zero value otherwise.

func (*UserLicenseList) GetFilterByOk ¶

func (o *UserLicenseList) GetFilterByOk() ([]FilterBy, bool)

GetFilterByOk returns a tuple with the FilterBy field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UserLicenseList) GetOrderBy ¶

func (o *UserLicenseList) GetOrderBy() string

GetOrderBy returns the OrderBy field value if set, zero value otherwise.

func (*UserLicenseList) GetOrderByOk ¶

func (o *UserLicenseList) GetOrderByOk() (*string, bool)

GetOrderByOk returns a tuple with the OrderBy field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UserLicenseList) GetQueries ¶

func (o *UserLicenseList) GetQueries() []string

GetQueries returns the Queries field value if set, zero value otherwise.

func (*UserLicenseList) GetQueriesOk ¶

func (o *UserLicenseList) GetQueriesOk() ([]string, bool)

GetQueriesOk returns a tuple with the Queries field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UserLicenseList) GetRange ¶

func (o *UserLicenseList) GetRange() string

GetRange returns the Range field value if set, zero value otherwise.

func (*UserLicenseList) GetRangeOk ¶

func (o *UserLicenseList) GetRangeOk() (*string, bool)

GetRangeOk returns a tuple with the Range field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UserLicenseList) HasData ¶

func (o *UserLicenseList) HasData() bool

HasData returns a boolean if a field has been set.

func (*UserLicenseList) HasDescending ¶

func (o *UserLicenseList) HasDescending() bool

HasDescending returns a boolean if a field has been set.

func (*UserLicenseList) HasFilterBy ¶

func (o *UserLicenseList) HasFilterBy() bool

HasFilterBy returns a boolean if a field has been set.

func (*UserLicenseList) HasOrderBy ¶

func (o *UserLicenseList) HasOrderBy() bool

HasOrderBy returns a boolean if a field has been set.

func (*UserLicenseList) HasQueries ¶

func (o *UserLicenseList) HasQueries() bool

HasQueries returns a boolean if a field has been set.

func (*UserLicenseList) HasRange ¶

func (o *UserLicenseList) HasRange() bool

HasRange returns a boolean if a field has been set.

func (UserLicenseList) MarshalJSON ¶

func (o UserLicenseList) MarshalJSON() ([]byte, error)

func (*UserLicenseList) SetData ¶

func (o *UserLicenseList) SetData(v []UserLicense)

SetData gets a reference to the given []UserLicense and assigns it to the Data field.

func (*UserLicenseList) SetDescending ¶

func (o *UserLicenseList) SetDescending(v bool)

SetDescending gets a reference to the given bool and assigns it to the Descending field.

func (*UserLicenseList) SetFilterBy ¶

func (o *UserLicenseList) SetFilterBy(v []FilterBy)

SetFilterBy gets a reference to the given []FilterBy and assigns it to the FilterBy field.

func (*UserLicenseList) SetOrderBy ¶

func (o *UserLicenseList) SetOrderBy(v string)

SetOrderBy gets a reference to the given string and assigns it to the OrderBy field.

func (*UserLicenseList) SetQueries ¶

func (o *UserLicenseList) SetQueries(v []string)

SetQueries gets a reference to the given []string and assigns it to the Queries field.

func (*UserLicenseList) SetRange ¶

func (o *UserLicenseList) SetRange(v string)

SetRange gets a reference to the given string and assigns it to the Range field.

type UserLicenseListAllOf ¶

type UserLicenseListAllOf struct {
	// List of User Licenses.
	Data []UserLicense `json:"data,omitempty"`
}

UserLicenseListAllOf Represents a list of User Licenses.

func NewUserLicenseListAllOf ¶

func NewUserLicenseListAllOf() *UserLicenseListAllOf

NewUserLicenseListAllOf instantiates a new UserLicenseListAllOf object This constructor will assign default values to properties that have it defined, 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 NewUserLicenseListAllOfWithDefaults ¶

func NewUserLicenseListAllOfWithDefaults() *UserLicenseListAllOf

NewUserLicenseListAllOfWithDefaults instantiates a new UserLicenseListAllOf object This 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 (*UserLicenseListAllOf) GetData ¶

func (o *UserLicenseListAllOf) GetData() []UserLicense

GetData returns the Data field value if set, zero value otherwise.

func (*UserLicenseListAllOf) GetDataOk ¶

func (o *UserLicenseListAllOf) GetDataOk() ([]UserLicense, bool)

GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UserLicenseListAllOf) HasData ¶

func (o *UserLicenseListAllOf) HasData() bool

HasData returns a boolean if a field has been set.

func (UserLicenseListAllOf) MarshalJSON ¶

func (o UserLicenseListAllOf) MarshalJSON() ([]byte, error)

func (*UserLicenseListAllOf) SetData ¶

func (o *UserLicenseListAllOf) SetData(v []UserLicense)

SetData gets a reference to the given []UserLicense and assigns it to the Data field.

type UserLogins ¶

type UserLogins struct {
	// User-friendly name for the stats.
	Name *string `json:"name,omitempty"`
	// The time the stats was generated.
	CreationDate *time.Time `json:"creationDate,omitempty"`
	// Recommended refresh interval in minutes.
	RefreshInterval *float32 `json:"refreshInterval,omitempty"`
	// A dictionary of User Logins Per Hour. The key is the hour, the value is a map of Users Logins per controller. For example 8: {'controller1.company.com' : '25', 'controller2.company.com' : '5', 'total': '30'} means, between 08:00 - 09:00, 25 Logins have occurred to 'controller1.company.com' and 5 Logins to 'controller2.company.com' and total Logins to all controllers in this period is 30. Times are UTC based and if the hour number is after the current time, it represents the day before.
	Data *map[string]float32 `json:"data,omitempty"`
}

UserLogins struct for UserLogins

func NewUserLogins ¶

func NewUserLogins() *UserLogins

NewUserLogins instantiates a new UserLogins object This constructor will assign default values to properties that have it defined, 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 NewUserLoginsWithDefaults ¶

func NewUserLoginsWithDefaults() *UserLogins

NewUserLoginsWithDefaults instantiates a new UserLogins object This 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 (*UserLogins) GetCreationDate ¶

func (o *UserLogins) GetCreationDate() time.Time

GetCreationDate returns the CreationDate field value if set, zero value otherwise.

func (*UserLogins) GetCreationDateOk ¶

func (o *UserLogins) GetCreationDateOk() (*time.Time, bool)

GetCreationDateOk returns a tuple with the CreationDate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UserLogins) GetData ¶

func (o *UserLogins) GetData() map[string]float32

GetData returns the Data field value if set, zero value otherwise.

func (*UserLogins) GetDataOk ¶

func (o *UserLogins) GetDataOk() (*map[string]float32, bool)

GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UserLogins) GetName ¶

func (o *UserLogins) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*UserLogins) GetNameOk ¶

func (o *UserLogins) 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 (*UserLogins) GetRefreshInterval ¶

func (o *UserLogins) GetRefreshInterval() float32

GetRefreshInterval returns the RefreshInterval field value if set, zero value otherwise.

func (*UserLogins) GetRefreshIntervalOk ¶

func (o *UserLogins) GetRefreshIntervalOk() (*float32, bool)

GetRefreshIntervalOk returns a tuple with the RefreshInterval field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UserLogins) HasCreationDate ¶

func (o *UserLogins) HasCreationDate() bool

HasCreationDate returns a boolean if a field has been set.

func (*UserLogins) HasData ¶

func (o *UserLogins) HasData() bool

HasData returns a boolean if a field has been set.

func (*UserLogins) HasName ¶

func (o *UserLogins) HasName() bool

HasName returns a boolean if a field has been set.

func (*UserLogins) HasRefreshInterval ¶

func (o *UserLogins) HasRefreshInterval() bool

HasRefreshInterval returns a boolean if a field has been set.

func (UserLogins) MarshalJSON ¶

func (o UserLogins) MarshalJSON() ([]byte, error)

func (*UserLogins) SetCreationDate ¶

func (o *UserLogins) SetCreationDate(v time.Time)

SetCreationDate gets a reference to the given time.Time and assigns it to the CreationDate field.

func (*UserLogins) SetData ¶

func (o *UserLogins) SetData(v map[string]float32)

SetData gets a reference to the given map[string]float32 and assigns it to the Data field.

func (*UserLogins) SetName ¶

func (o *UserLogins) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*UserLogins) SetRefreshInterval ¶

func (o *UserLogins) SetRefreshInterval(v float32)

SetRefreshInterval gets a reference to the given float32 and assigns it to the RefreshInterval field.

type UserLoginsAllOf ¶

type UserLoginsAllOf struct {
	// A dictionary of User Logins Per Hour. The key is the hour, the value is a map of Users Logins per controller. For example 8: {'controller1.company.com' : '25', 'controller2.company.com' : '5', 'total': '30'} means, between 08:00 - 09:00, 25 Logins have occurred to 'controller1.company.com' and 5 Logins to 'controller2.company.com' and total Logins to all controllers in this period is 30. Times are UTC based and if the hour number is after the current time, it represents the day before.
	Data *map[string]float32 `json:"data,omitempty"`
}

UserLoginsAllOf struct for UserLoginsAllOf

func NewUserLoginsAllOf ¶

func NewUserLoginsAllOf() *UserLoginsAllOf

NewUserLoginsAllOf instantiates a new UserLoginsAllOf object This constructor will assign default values to properties that have it defined, 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 NewUserLoginsAllOfWithDefaults ¶

func NewUserLoginsAllOfWithDefaults() *UserLoginsAllOf

NewUserLoginsAllOfWithDefaults instantiates a new UserLoginsAllOf object This 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 (*UserLoginsAllOf) GetData ¶

func (o *UserLoginsAllOf) GetData() map[string]float32

GetData returns the Data field value if set, zero value otherwise.

func (*UserLoginsAllOf) GetDataOk ¶

func (o *UserLoginsAllOf) GetDataOk() (*map[string]float32, bool)

GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UserLoginsAllOf) HasData ¶

func (o *UserLoginsAllOf) HasData() bool

HasData returns a boolean if a field has been set.

func (UserLoginsAllOf) MarshalJSON ¶

func (o UserLoginsAllOf) MarshalJSON() ([]byte, error)

func (*UserLoginsAllOf) SetData ¶

func (o *UserLoginsAllOf) SetData(v map[string]float32)

SetData gets a reference to the given map[string]float32 and assigns it to the Data field.

type UserLoginsPerHourApiService ¶

type UserLoginsPerHourApiService service

UserLoginsPerHourApiService UserLoginsPerHourApi service

func (*UserLoginsPerHourApiService) StatsUserLoginsGet ¶

StatsUserLoginsGet Get User Logins Per Hour.

Get the User Logins Per Hour for the last 24 hours.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiStatsUserLoginsGetRequest

func (*UserLoginsPerHourApiService) StatsUserLoginsGetExecute ¶

Execute executes the request

@return UserLogins

type UserScript ¶

type UserScript struct {
	// ID of the object.
	Id *string `json:"id,omitempty"`
	// Name of the object.
	Name string `json:"name"`
	// Notes for the object. Used for documentation purposes.
	Notes *string `json:"notes,omitempty"`
	// Create date.
	Created *time.Time `json:"created,omitempty"`
	// Last update date.
	Updated *time.Time `json:"updated,omitempty"`
	// Array of tags.
	Tags []string `json:"tags,omitempty"`
	// A JavaScript expression that returns an object.
	Expression string `json:"expression"`
}

UserScript struct for UserScript

func NewUserScript ¶

func NewUserScript(name string, expression string) *UserScript

NewUserScript instantiates a new UserScript object This constructor will assign default values to properties that have it defined, 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 NewUserScriptWithDefaults ¶

func NewUserScriptWithDefaults() *UserScript

NewUserScriptWithDefaults instantiates a new UserScript object This 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 (*UserScript) GetCreated ¶

func (o *UserScript) GetCreated() time.Time

GetCreated returns the Created field value if set, zero value otherwise.

func (*UserScript) GetCreatedOk ¶

func (o *UserScript) GetCreatedOk() (*time.Time, bool)

GetCreatedOk returns a tuple with the Created field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UserScript) GetExpression ¶

func (o *UserScript) GetExpression() string

GetExpression returns the Expression field value

func (*UserScript) GetExpressionOk ¶

func (o *UserScript) GetExpressionOk() (*string, bool)

GetExpressionOk returns a tuple with the Expression field value and a boolean to check if the value has been set.

func (*UserScript) GetId ¶

func (o *UserScript) GetId() string

GetId returns the Id field value if set, zero value otherwise.

func (*UserScript) GetIdOk ¶

func (o *UserScript) 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 (*UserScript) GetName ¶

func (o *UserScript) GetName() string

GetName returns the Name field value

func (*UserScript) GetNameOk ¶

func (o *UserScript) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.

func (*UserScript) GetNotes ¶

func (o *UserScript) GetNotes() string

GetNotes returns the Notes field value if set, zero value otherwise.

func (*UserScript) GetNotesOk ¶

func (o *UserScript) GetNotesOk() (*string, bool)

GetNotesOk returns a tuple with the Notes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UserScript) GetTags ¶

func (o *UserScript) GetTags() []string

GetTags returns the Tags field value if set, zero value otherwise.

func (*UserScript) GetTagsOk ¶

func (o *UserScript) GetTagsOk() ([]string, bool)

GetTagsOk returns a tuple with the Tags field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UserScript) GetUpdated ¶

func (o *UserScript) GetUpdated() time.Time

GetUpdated returns the Updated field value if set, zero value otherwise.

func (*UserScript) GetUpdatedOk ¶

func (o *UserScript) GetUpdatedOk() (*time.Time, bool)

GetUpdatedOk returns a tuple with the Updated field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UserScript) HasCreated ¶

func (o *UserScript) HasCreated() bool

HasCreated returns a boolean if a field has been set.

func (*UserScript) HasId ¶

func (o *UserScript) HasId() bool

HasId returns a boolean if a field has been set.

func (*UserScript) HasNotes ¶

func (o *UserScript) HasNotes() bool

HasNotes returns a boolean if a field has been set.

func (*UserScript) HasTags ¶

func (o *UserScript) HasTags() bool

HasTags returns a boolean if a field has been set.

func (*UserScript) HasUpdated ¶

func (o *UserScript) HasUpdated() bool

HasUpdated returns a boolean if a field has been set.

func (UserScript) MarshalJSON ¶

func (o UserScript) MarshalJSON() ([]byte, error)

func (*UserScript) SetCreated ¶

func (o *UserScript) SetCreated(v time.Time)

SetCreated gets a reference to the given time.Time and assigns it to the Created field.

func (*UserScript) SetExpression ¶

func (o *UserScript) SetExpression(v string)

SetExpression sets field value

func (*UserScript) SetId ¶

func (o *UserScript) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*UserScript) SetName ¶

func (o *UserScript) SetName(v string)

SetName sets field value

func (*UserScript) SetNotes ¶

func (o *UserScript) SetNotes(v string)

SetNotes gets a reference to the given string and assigns it to the Notes field.

func (*UserScript) SetTags ¶

func (o *UserScript) SetTags(v []string)

SetTags gets a reference to the given []string and assigns it to the Tags field.

func (*UserScript) SetUpdated ¶

func (o *UserScript) SetUpdated(v time.Time)

SetUpdated gets a reference to the given time.Time and assigns it to the Updated field.

type UserScriptAllOf ¶

type UserScriptAllOf struct {
	// A JavaScript expression that returns an object.
	Expression string `json:"expression"`
}

UserScriptAllOf Represents a User Claim Script.

func NewUserScriptAllOf ¶

func NewUserScriptAllOf(expression string) *UserScriptAllOf

NewUserScriptAllOf instantiates a new UserScriptAllOf object This constructor will assign default values to properties that have it defined, 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 NewUserScriptAllOfWithDefaults ¶

func NewUserScriptAllOfWithDefaults() *UserScriptAllOf

NewUserScriptAllOfWithDefaults instantiates a new UserScriptAllOf object This 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 (*UserScriptAllOf) GetExpression ¶

func (o *UserScriptAllOf) GetExpression() string

GetExpression returns the Expression field value

func (*UserScriptAllOf) GetExpressionOk ¶

func (o *UserScriptAllOf) GetExpressionOk() (*string, bool)

GetExpressionOk returns a tuple with the Expression field value and a boolean to check if the value has been set.

func (UserScriptAllOf) MarshalJSON ¶

func (o UserScriptAllOf) MarshalJSON() ([]byte, error)

func (*UserScriptAllOf) SetExpression ¶

func (o *UserScriptAllOf) SetExpression(v string)

SetExpression sets field value

type UserScriptList ¶

type UserScriptList struct {
	// 'The range applied to the list. Format: -/. 3-5/8 means, out of 8 count (query affects the total), the items between (including) the 3rd and the 5th are returned.'
	Range *string `json:"range,omitempty"`
	// The field name used to sort the list.
	OrderBy *string `json:"orderBy,omitempty"`
	// Whether the sorting is applied descending or ascending.
	Descending *bool `json:"descending,omitempty"`
	// The queries applied to the list.
	Queries []string `json:"queries,omitempty"`
	// The filters applied to the list.
	FilterBy []FilterBy `json:"filterBy,omitempty"`
	// List of User Claim Scripts.
	Data []UserScript `json:"data,omitempty"`
}

UserScriptList struct for UserScriptList

func NewUserScriptList ¶

func NewUserScriptList() *UserScriptList

NewUserScriptList instantiates a new UserScriptList object This constructor will assign default values to properties that have it defined, 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 NewUserScriptListWithDefaults ¶

func NewUserScriptListWithDefaults() *UserScriptList

NewUserScriptListWithDefaults instantiates a new UserScriptList object This 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 (*UserScriptList) GetData ¶

func (o *UserScriptList) GetData() []UserScript

GetData returns the Data field value if set, zero value otherwise.

func (*UserScriptList) GetDataOk ¶

func (o *UserScriptList) GetDataOk() ([]UserScript, bool)

GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UserScriptList) GetDescending ¶

func (o *UserScriptList) GetDescending() bool

GetDescending returns the Descending field value if set, zero value otherwise.

func (*UserScriptList) GetDescendingOk ¶

func (o *UserScriptList) GetDescendingOk() (*bool, bool)

GetDescendingOk returns a tuple with the Descending field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UserScriptList) GetFilterBy ¶

func (o *UserScriptList) GetFilterBy() []FilterBy

GetFilterBy returns the FilterBy field value if set, zero value otherwise.

func (*UserScriptList) GetFilterByOk ¶

func (o *UserScriptList) GetFilterByOk() ([]FilterBy, bool)

GetFilterByOk returns a tuple with the FilterBy field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UserScriptList) GetOrderBy ¶

func (o *UserScriptList) GetOrderBy() string

GetOrderBy returns the OrderBy field value if set, zero value otherwise.

func (*UserScriptList) GetOrderByOk ¶

func (o *UserScriptList) GetOrderByOk() (*string, bool)

GetOrderByOk returns a tuple with the OrderBy field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UserScriptList) GetQueries ¶

func (o *UserScriptList) GetQueries() []string

GetQueries returns the Queries field value if set, zero value otherwise.

func (*UserScriptList) GetQueriesOk ¶

func (o *UserScriptList) GetQueriesOk() ([]string, bool)

GetQueriesOk returns a tuple with the Queries field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UserScriptList) GetRange ¶

func (o *UserScriptList) GetRange() string

GetRange returns the Range field value if set, zero value otherwise.

func (*UserScriptList) GetRangeOk ¶

func (o *UserScriptList) GetRangeOk() (*string, bool)

GetRangeOk returns a tuple with the Range field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UserScriptList) HasData ¶

func (o *UserScriptList) HasData() bool

HasData returns a boolean if a field has been set.

func (*UserScriptList) HasDescending ¶

func (o *UserScriptList) HasDescending() bool

HasDescending returns a boolean if a field has been set.

func (*UserScriptList) HasFilterBy ¶

func (o *UserScriptList) HasFilterBy() bool

HasFilterBy returns a boolean if a field has been set.

func (*UserScriptList) HasOrderBy ¶

func (o *UserScriptList) HasOrderBy() bool

HasOrderBy returns a boolean if a field has been set.

func (*UserScriptList) HasQueries ¶

func (o *UserScriptList) HasQueries() bool

HasQueries returns a boolean if a field has been set.

func (*UserScriptList) HasRange ¶

func (o *UserScriptList) HasRange() bool

HasRange returns a boolean if a field has been set.

func (UserScriptList) MarshalJSON ¶

func (o UserScriptList) MarshalJSON() ([]byte, error)

func (*UserScriptList) SetData ¶

func (o *UserScriptList) SetData(v []UserScript)

SetData gets a reference to the given []UserScript and assigns it to the Data field.

func (*UserScriptList) SetDescending ¶

func (o *UserScriptList) SetDescending(v bool)

SetDescending gets a reference to the given bool and assigns it to the Descending field.

func (*UserScriptList) SetFilterBy ¶

func (o *UserScriptList) SetFilterBy(v []FilterBy)

SetFilterBy gets a reference to the given []FilterBy and assigns it to the FilterBy field.

func (*UserScriptList) SetOrderBy ¶

func (o *UserScriptList) SetOrderBy(v string)

SetOrderBy gets a reference to the given string and assigns it to the OrderBy field.

func (*UserScriptList) SetQueries ¶

func (o *UserScriptList) SetQueries(v []string)

SetQueries gets a reference to the given []string and assigns it to the Queries field.

func (*UserScriptList) SetRange ¶

func (o *UserScriptList) SetRange(v string)

SetRange gets a reference to the given string and assigns it to the Range field.

type UserScriptListAllOf ¶

type UserScriptListAllOf struct {
	// List of User Claim Scripts.
	Data []UserScript `json:"data,omitempty"`
}

UserScriptListAllOf Represents a list of User Claim Scripts.

func NewUserScriptListAllOf ¶

func NewUserScriptListAllOf() *UserScriptListAllOf

NewUserScriptListAllOf instantiates a new UserScriptListAllOf object This constructor will assign default values to properties that have it defined, 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 NewUserScriptListAllOfWithDefaults ¶

func NewUserScriptListAllOfWithDefaults() *UserScriptListAllOf

NewUserScriptListAllOfWithDefaults instantiates a new UserScriptListAllOf object This 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 (*UserScriptListAllOf) GetData ¶

func (o *UserScriptListAllOf) GetData() []UserScript

GetData returns the Data field value if set, zero value otherwise.

func (*UserScriptListAllOf) GetDataOk ¶

func (o *UserScriptListAllOf) GetDataOk() ([]UserScript, bool)

GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UserScriptListAllOf) HasData ¶

func (o *UserScriptListAllOf) HasData() bool

HasData returns a boolean if a field has been set.

func (UserScriptListAllOf) MarshalJSON ¶

func (o UserScriptListAllOf) MarshalJSON() ([]byte, error)

func (*UserScriptListAllOf) SetData ¶

func (o *UserScriptListAllOf) SetData(v []UserScript)

SetData gets a reference to the given []UserScript and assigns it to the Data field.

type ValidationError ¶

type ValidationError struct {
	// Machine readable error code.
	Id *string `json:"id,omitempty"`
	// Human readable error details.
	Message *string `json:"message,omitempty"`
	// List of fields with validation errors.
	Errors []ValidationErrorErrorsInner `json:"errors,omitempty"`
}

ValidationError Http 422 error for object validation.

func NewValidationError ¶

func NewValidationError() *ValidationError

NewValidationError instantiates a new ValidationError object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewValidationErrorWithDefaults ¶

func NewValidationErrorWithDefaults() *ValidationError

NewValidationErrorWithDefaults instantiates a new ValidationError object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ValidationError) GetErrors ¶

GetErrors returns the Errors field value if set, zero value otherwise.

func (*ValidationError) GetErrorsOk ¶

func (o *ValidationError) GetErrorsOk() ([]ValidationErrorErrorsInner, bool)

GetErrorsOk returns a tuple with the Errors field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ValidationError) GetId ¶

func (o *ValidationError) GetId() string

GetId returns the Id field value if set, zero value otherwise.

func (*ValidationError) GetIdOk ¶

func (o *ValidationError) 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 (*ValidationError) GetMessage ¶

func (o *ValidationError) GetMessage() string

GetMessage returns the Message field value if set, zero value otherwise.

func (*ValidationError) GetMessageOk ¶

func (o *ValidationError) GetMessageOk() (*string, bool)

GetMessageOk returns a tuple with the Message field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ValidationError) HasErrors ¶

func (o *ValidationError) HasErrors() bool

HasErrors returns a boolean if a field has been set.

func (*ValidationError) HasId ¶

func (o *ValidationError) HasId() bool

HasId returns a boolean if a field has been set.

func (*ValidationError) HasMessage ¶

func (o *ValidationError) HasMessage() bool

HasMessage returns a boolean if a field has been set.

func (ValidationError) MarshalJSON ¶

func (o ValidationError) MarshalJSON() ([]byte, error)

func (*ValidationError) SetErrors ¶

func (o *ValidationError) SetErrors(v []ValidationErrorErrorsInner)

SetErrors gets a reference to the given []ValidationErrorErrorsInner and assigns it to the Errors field.

func (*ValidationError) SetId ¶

func (o *ValidationError) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*ValidationError) SetMessage ¶

func (o *ValidationError) SetMessage(v string)

SetMessage gets a reference to the given string and assigns it to the Message field.

type ValidationErrorErrorsInner ¶

type ValidationErrorErrorsInner struct {
	// Name of the field that failed validation.
	Field *string `json:"field,omitempty"`
	// Failure reason.
	Message *string `json:"message,omitempty"`
}

ValidationErrorErrorsInner struct for ValidationErrorErrorsInner

func NewValidationErrorErrorsInner ¶

func NewValidationErrorErrorsInner() *ValidationErrorErrorsInner

NewValidationErrorErrorsInner instantiates a new ValidationErrorErrorsInner object This constructor will assign default values to properties that have it defined, 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 NewValidationErrorErrorsInnerWithDefaults ¶

func NewValidationErrorErrorsInnerWithDefaults() *ValidationErrorErrorsInner

NewValidationErrorErrorsInnerWithDefaults instantiates a new ValidationErrorErrorsInner object This 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 (*ValidationErrorErrorsInner) GetField ¶

func (o *ValidationErrorErrorsInner) GetField() string

GetField returns the Field field value if set, zero value otherwise.

func (*ValidationErrorErrorsInner) GetFieldOk ¶

func (o *ValidationErrorErrorsInner) GetFieldOk() (*string, bool)

GetFieldOk returns a tuple with the Field field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ValidationErrorErrorsInner) GetMessage ¶

func (o *ValidationErrorErrorsInner) GetMessage() string

GetMessage returns the Message field value if set, zero value otherwise.

func (*ValidationErrorErrorsInner) GetMessageOk ¶

func (o *ValidationErrorErrorsInner) GetMessageOk() (*string, bool)

GetMessageOk returns a tuple with the Message field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ValidationErrorErrorsInner) HasField ¶

func (o *ValidationErrorErrorsInner) HasField() bool

HasField returns a boolean if a field has been set.

func (*ValidationErrorErrorsInner) HasMessage ¶

func (o *ValidationErrorErrorsInner) HasMessage() bool

HasMessage returns a boolean if a field has been set.

func (ValidationErrorErrorsInner) MarshalJSON ¶

func (o ValidationErrorErrorsInner) MarshalJSON() ([]byte, error)

func (*ValidationErrorErrorsInner) SetField ¶

func (o *ValidationErrorErrorsInner) SetField(v string)

SetField gets a reference to the given string and assigns it to the Field field.

func (*ValidationErrorErrorsInner) SetMessage ¶

func (o *ValidationErrorErrorsInner) SetMessage(v string)

SetMessage gets a reference to the given string and assigns it to the Message field.

type ZTPApiService ¶

type ZTPApiService service

ZTPApiService ZTPApi service

func (*ZTPApiService) ZtpDelete ¶

ZtpDelete Unregister from ZTP.

Unregister from ZTP.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiZtpDeleteRequest

func (*ZTPApiService) ZtpDeleteExecute ¶

func (a *ZTPApiService) ZtpDeleteExecute(r ApiZtpDeleteRequest) (*ZtpStatus, *http.Response, error)

Execute executes the request

@return ZtpStatus

func (*ZTPApiService) ZtpGet ¶

ZtpGet View the status of ZTP integration.

View the status of ZTP integration.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiZtpGetRequest

func (*ZTPApiService) ZtpGetExecute ¶

func (a *ZTPApiService) ZtpGetExecute(r ApiZtpGetRequest) (*ZtpStatus, *http.Response, error)

Execute executes the request

@return ZtpStatus

func (*ZTPApiService) ZtpPost ¶

ZtpPost Register to ZTP.

Register to ZTP.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiZtpPostRequest

func (*ZTPApiService) ZtpPostExecute ¶

func (a *ZTPApiService) ZtpPostExecute(r ApiZtpPostRequest) (*ZtpStatus, *http.Response, error)

Execute executes the request

@return ZtpStatus

func (*ZTPApiService) ZtpServicesVersionGet ¶

func (a *ZTPApiService) ZtpServicesVersionGet(ctx context.Context) ApiZtpServicesVersionGetRequest

ZtpServicesVersionGet View the status of ZTP version checking service.

View the status of ZTP version checking service.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiZtpServicesVersionGetRequest

func (*ZTPApiService) ZtpServicesVersionGetExecute ¶

func (a *ZTPApiService) ZtpServicesVersionGetExecute(r ApiZtpServicesVersionGetRequest) (*ZtpVersionStatus, *http.Response, error)

Execute executes the request

@return ZtpVersionStatus

func (*ZTPApiService) ZtpServicesVersionPost ¶

func (a *ZTPApiService) ZtpServicesVersionPost(ctx context.Context) ApiZtpServicesVersionPostRequest

ZtpServicesVersionPost Trigger ZTP version checking service manually.

Trigger ZTP version checking service manually.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiZtpServicesVersionPostRequest

func (*ZTPApiService) ZtpServicesVersionPostExecute ¶

func (a *ZTPApiService) ZtpServicesVersionPostExecute(r ApiZtpServicesVersionPostRequest) (*ZtpVersionStatus, *http.Response, error)

Execute executes the request

@return ZtpVersionStatus

func (*ZTPApiService) ZtpSettingsGet ¶

func (a *ZTPApiService) ZtpSettingsGet(ctx context.Context) ApiZtpSettingsGetRequest

ZtpSettingsGet View ZTP settings.

View ZTP settings.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiZtpSettingsGetRequest

func (*ZTPApiService) ZtpSettingsGetExecute ¶

func (a *ZTPApiService) ZtpSettingsGetExecute(r ApiZtpSettingsGetRequest) (*ZtpSettings, *http.Response, error)

Execute executes the request

@return ZtpSettings

func (*ZTPApiService) ZtpSettingsPut ¶

func (a *ZTPApiService) ZtpSettingsPut(ctx context.Context) ApiZtpSettingsPutRequest

ZtpSettingsPut Update ZTP settings.

Update ZTP settings.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiZtpSettingsPutRequest

func (*ZTPApiService) ZtpSettingsPutExecute ¶

func (a *ZTPApiService) ZtpSettingsPutExecute(r ApiZtpSettingsPutRequest) (*ZtpSettings, *http.Response, error)

Execute executes the request

@return ZtpSettings

type ZtpSettings ¶

type ZtpSettings struct {
	RiskEngine *ZtpSettingsRiskEngine `json:"riskEngine,omitempty"`
}

ZtpSettings struct for ZtpSettings

func NewZtpSettings ¶

func NewZtpSettings() *ZtpSettings

NewZtpSettings instantiates a new ZtpSettings object This constructor will assign default values to properties that have it defined, 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 NewZtpSettingsWithDefaults ¶

func NewZtpSettingsWithDefaults() *ZtpSettings

NewZtpSettingsWithDefaults instantiates a new ZtpSettings object This 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 (*ZtpSettings) GetRiskEngine ¶

func (o *ZtpSettings) GetRiskEngine() ZtpSettingsRiskEngine

GetRiskEngine returns the RiskEngine field value if set, zero value otherwise.

func (*ZtpSettings) GetRiskEngineOk ¶

func (o *ZtpSettings) GetRiskEngineOk() (*ZtpSettingsRiskEngine, bool)

GetRiskEngineOk returns a tuple with the RiskEngine field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ZtpSettings) HasRiskEngine ¶

func (o *ZtpSettings) HasRiskEngine() bool

HasRiskEngine returns a boolean if a field has been set.

func (ZtpSettings) MarshalJSON ¶

func (o ZtpSettings) MarshalJSON() ([]byte, error)

func (*ZtpSettings) SetRiskEngine ¶

func (o *ZtpSettings) SetRiskEngine(v ZtpSettingsRiskEngine)

SetRiskEngine gets a reference to the given ZtpSettingsRiskEngine and assigns it to the RiskEngine field.

type ZtpSettingsRiskEngine ¶

type ZtpSettingsRiskEngine struct {
	// Whether the Risk Engine integration is enabled or not.
	Enabled        *bool                                `json:"enabled,omitempty"`
	FallbackValues *ZtpSettingsRiskEngineFallbackValues `json:"fallbackValues,omitempty"`
}

ZtpSettingsRiskEngine Settings for Risk Engine integration.

func NewZtpSettingsRiskEngine ¶

func NewZtpSettingsRiskEngine() *ZtpSettingsRiskEngine

NewZtpSettingsRiskEngine instantiates a new ZtpSettingsRiskEngine object This constructor will assign default values to properties that have it defined, 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 NewZtpSettingsRiskEngineWithDefaults ¶

func NewZtpSettingsRiskEngineWithDefaults() *ZtpSettingsRiskEngine

NewZtpSettingsRiskEngineWithDefaults instantiates a new ZtpSettingsRiskEngine object This 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 (*ZtpSettingsRiskEngine) GetEnabled ¶

func (o *ZtpSettingsRiskEngine) GetEnabled() bool

GetEnabled returns the Enabled field value if set, zero value otherwise.

func (*ZtpSettingsRiskEngine) GetEnabledOk ¶

func (o *ZtpSettingsRiskEngine) 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 (*ZtpSettingsRiskEngine) GetFallbackValues ¶

GetFallbackValues returns the FallbackValues field value if set, zero value otherwise.

func (*ZtpSettingsRiskEngine) GetFallbackValuesOk ¶

func (o *ZtpSettingsRiskEngine) GetFallbackValuesOk() (*ZtpSettingsRiskEngineFallbackValues, bool)

GetFallbackValuesOk returns a tuple with the FallbackValues field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ZtpSettingsRiskEngine) HasEnabled ¶

func (o *ZtpSettingsRiskEngine) HasEnabled() bool

HasEnabled returns a boolean if a field has been set.

func (*ZtpSettingsRiskEngine) HasFallbackValues ¶

func (o *ZtpSettingsRiskEngine) HasFallbackValues() bool

HasFallbackValues returns a boolean if a field has been set.

func (ZtpSettingsRiskEngine) MarshalJSON ¶

func (o ZtpSettingsRiskEngine) MarshalJSON() ([]byte, error)

func (*ZtpSettingsRiskEngine) SetEnabled ¶

func (o *ZtpSettingsRiskEngine) SetEnabled(v bool)

SetEnabled gets a reference to the given bool and assigns it to the Enabled field.

func (*ZtpSettingsRiskEngine) SetFallbackValues ¶

SetFallbackValues gets a reference to the given ZtpSettingsRiskEngineFallbackValues and assigns it to the FallbackValues field.

type ZtpSettingsRiskEngineFallbackValues ¶

type ZtpSettingsRiskEngineFallbackValues struct {
	// Fallback risk value when the relevant rule or adapter is not working. 1 - LOW, 2 - MEDIUM, 3 - HIGH
	RuleNotWorking *float32 `json:"ruleNotWorking,omitempty"`
	// Fallback risk value when the Risk Engine cannot find the information for the device. 1 - LOW, 2 - MEDIUM, 3 - HIGH
	DeviceInfoNotAvailable *float32 `json:"deviceInfoNotAvailable,omitempty"`
	// Fallback risk value when Controller cannot reach ZTP services. 1 - LOW, 2 - MEDIUM, 3 - HIGH
	ZtpUnreachable *float32 `json:"ztpUnreachable,omitempty"`
}

ZtpSettingsRiskEngineFallbackValues Configure fallback risk values when certain scenarios occur.

func NewZtpSettingsRiskEngineFallbackValues ¶

func NewZtpSettingsRiskEngineFallbackValues() *ZtpSettingsRiskEngineFallbackValues

NewZtpSettingsRiskEngineFallbackValues instantiates a new ZtpSettingsRiskEngineFallbackValues object This constructor will assign default values to properties that have it defined, 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 NewZtpSettingsRiskEngineFallbackValuesWithDefaults ¶

func NewZtpSettingsRiskEngineFallbackValuesWithDefaults() *ZtpSettingsRiskEngineFallbackValues

NewZtpSettingsRiskEngineFallbackValuesWithDefaults instantiates a new ZtpSettingsRiskEngineFallbackValues object This 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 (*ZtpSettingsRiskEngineFallbackValues) GetDeviceInfoNotAvailable ¶

func (o *ZtpSettingsRiskEngineFallbackValues) GetDeviceInfoNotAvailable() float32

GetDeviceInfoNotAvailable returns the DeviceInfoNotAvailable field value if set, zero value otherwise.

func (*ZtpSettingsRiskEngineFallbackValues) GetDeviceInfoNotAvailableOk ¶

func (o *ZtpSettingsRiskEngineFallbackValues) GetDeviceInfoNotAvailableOk() (*float32, bool)

GetDeviceInfoNotAvailableOk returns a tuple with the DeviceInfoNotAvailable field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ZtpSettingsRiskEngineFallbackValues) GetRuleNotWorking ¶

func (o *ZtpSettingsRiskEngineFallbackValues) GetRuleNotWorking() float32

GetRuleNotWorking returns the RuleNotWorking field value if set, zero value otherwise.

func (*ZtpSettingsRiskEngineFallbackValues) GetRuleNotWorkingOk ¶

func (o *ZtpSettingsRiskEngineFallbackValues) GetRuleNotWorkingOk() (*float32, bool)

GetRuleNotWorkingOk returns a tuple with the RuleNotWorking field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ZtpSettingsRiskEngineFallbackValues) GetZtpUnreachable ¶

func (o *ZtpSettingsRiskEngineFallbackValues) GetZtpUnreachable() float32

GetZtpUnreachable returns the ZtpUnreachable field value if set, zero value otherwise.

func (*ZtpSettingsRiskEngineFallbackValues) GetZtpUnreachableOk ¶

func (o *ZtpSettingsRiskEngineFallbackValues) GetZtpUnreachableOk() (*float32, bool)

GetZtpUnreachableOk returns a tuple with the ZtpUnreachable field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ZtpSettingsRiskEngineFallbackValues) HasDeviceInfoNotAvailable ¶

func (o *ZtpSettingsRiskEngineFallbackValues) HasDeviceInfoNotAvailable() bool

HasDeviceInfoNotAvailable returns a boolean if a field has been set.

func (*ZtpSettingsRiskEngineFallbackValues) HasRuleNotWorking ¶

func (o *ZtpSettingsRiskEngineFallbackValues) HasRuleNotWorking() bool

HasRuleNotWorking returns a boolean if a field has been set.

func (*ZtpSettingsRiskEngineFallbackValues) HasZtpUnreachable ¶

func (o *ZtpSettingsRiskEngineFallbackValues) HasZtpUnreachable() bool

HasZtpUnreachable returns a boolean if a field has been set.

func (ZtpSettingsRiskEngineFallbackValues) MarshalJSON ¶

func (o ZtpSettingsRiskEngineFallbackValues) MarshalJSON() ([]byte, error)

func (*ZtpSettingsRiskEngineFallbackValues) SetDeviceInfoNotAvailable ¶

func (o *ZtpSettingsRiskEngineFallbackValues) SetDeviceInfoNotAvailable(v float32)

SetDeviceInfoNotAvailable gets a reference to the given float32 and assigns it to the DeviceInfoNotAvailable field.

func (*ZtpSettingsRiskEngineFallbackValues) SetRuleNotWorking ¶

func (o *ZtpSettingsRiskEngineFallbackValues) SetRuleNotWorking(v float32)

SetRuleNotWorking gets a reference to the given float32 and assigns it to the RuleNotWorking field.

func (*ZtpSettingsRiskEngineFallbackValues) SetZtpUnreachable ¶

func (o *ZtpSettingsRiskEngineFallbackValues) SetZtpUnreachable(v float32)

SetZtpUnreachable gets a reference to the given float32 and assigns it to the ZtpUnreachable field.

type ZtpStatus ¶

type ZtpStatus struct {
	// Whether the collective has registered to ZTP or not.
	Registered *bool `json:"registered,omitempty"`
	// List of ZTP services available to this collective.
	ServiceNames []string `json:"serviceNames,omitempty"`
}

ZtpStatus struct for ZtpStatus

func NewZtpStatus ¶

func NewZtpStatus() *ZtpStatus

NewZtpStatus instantiates a new ZtpStatus object This constructor will assign default values to properties that have it defined, 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 NewZtpStatusWithDefaults ¶

func NewZtpStatusWithDefaults() *ZtpStatus

NewZtpStatusWithDefaults instantiates a new ZtpStatus object This 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 (*ZtpStatus) GetRegistered ¶

func (o *ZtpStatus) GetRegistered() bool

GetRegistered returns the Registered field value if set, zero value otherwise.

func (*ZtpStatus) GetRegisteredOk ¶

func (o *ZtpStatus) GetRegisteredOk() (*bool, bool)

GetRegisteredOk returns a tuple with the Registered field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ZtpStatus) GetServiceNames ¶

func (o *ZtpStatus) GetServiceNames() []string

GetServiceNames returns the ServiceNames field value if set, zero value otherwise.

func (*ZtpStatus) GetServiceNamesOk ¶

func (o *ZtpStatus) GetServiceNamesOk() ([]string, bool)

GetServiceNamesOk returns a tuple with the ServiceNames field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ZtpStatus) HasRegistered ¶

func (o *ZtpStatus) HasRegistered() bool

HasRegistered returns a boolean if a field has been set.

func (*ZtpStatus) HasServiceNames ¶

func (o *ZtpStatus) HasServiceNames() bool

HasServiceNames returns a boolean if a field has been set.

func (ZtpStatus) MarshalJSON ¶

func (o ZtpStatus) MarshalJSON() ([]byte, error)

func (*ZtpStatus) SetRegistered ¶

func (o *ZtpStatus) SetRegistered(v bool)

SetRegistered gets a reference to the given bool and assigns it to the Registered field.

func (*ZtpStatus) SetServiceNames ¶

func (o *ZtpStatus) SetServiceNames(v []string)

SetServiceNames gets a reference to the given []string and assigns it to the ServiceNames field.

type ZtpVersionStatus ¶

type ZtpVersionStatus struct {
	// Latest Appgate SDP Appliance version available.
	Version *string `json:"version,omitempty"`
	// The URL to the release notes for the latest Appgate SDP version.
	ReleaseNotesUrl *string `json:"releaseNotesUrl,omitempty"`
	// The number of Appliances in the collective that can be upgraded.
	UpgradableApplianceCount *float32 `json:"upgradableApplianceCount,omitempty"`
}

ZtpVersionStatus struct for ZtpVersionStatus

func NewZtpVersionStatus ¶

func NewZtpVersionStatus() *ZtpVersionStatus

NewZtpVersionStatus instantiates a new ZtpVersionStatus object This constructor will assign default values to properties that have it defined, 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 NewZtpVersionStatusWithDefaults ¶

func NewZtpVersionStatusWithDefaults() *ZtpVersionStatus

NewZtpVersionStatusWithDefaults instantiates a new ZtpVersionStatus object This 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 (*ZtpVersionStatus) GetReleaseNotesUrl ¶

func (o *ZtpVersionStatus) GetReleaseNotesUrl() string

GetReleaseNotesUrl returns the ReleaseNotesUrl field value if set, zero value otherwise.

func (*ZtpVersionStatus) GetReleaseNotesUrlOk ¶

func (o *ZtpVersionStatus) GetReleaseNotesUrlOk() (*string, bool)

GetReleaseNotesUrlOk returns a tuple with the ReleaseNotesUrl field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ZtpVersionStatus) GetUpgradableApplianceCount ¶

func (o *ZtpVersionStatus) GetUpgradableApplianceCount() float32

GetUpgradableApplianceCount returns the UpgradableApplianceCount field value if set, zero value otherwise.

func (*ZtpVersionStatus) GetUpgradableApplianceCountOk ¶

func (o *ZtpVersionStatus) GetUpgradableApplianceCountOk() (*float32, bool)

GetUpgradableApplianceCountOk returns a tuple with the UpgradableApplianceCount field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ZtpVersionStatus) GetVersion ¶

func (o *ZtpVersionStatus) GetVersion() string

GetVersion returns the Version field value if set, zero value otherwise.

func (*ZtpVersionStatus) GetVersionOk ¶

func (o *ZtpVersionStatus) 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 (*ZtpVersionStatus) HasReleaseNotesUrl ¶

func (o *ZtpVersionStatus) HasReleaseNotesUrl() bool

HasReleaseNotesUrl returns a boolean if a field has been set.

func (*ZtpVersionStatus) HasUpgradableApplianceCount ¶

func (o *ZtpVersionStatus) HasUpgradableApplianceCount() bool

HasUpgradableApplianceCount returns a boolean if a field has been set.

func (*ZtpVersionStatus) HasVersion ¶

func (o *ZtpVersionStatus) HasVersion() bool

HasVersion returns a boolean if a field has been set.

func (ZtpVersionStatus) MarshalJSON ¶

func (o ZtpVersionStatus) MarshalJSON() ([]byte, error)

func (*ZtpVersionStatus) SetReleaseNotesUrl ¶

func (o *ZtpVersionStatus) SetReleaseNotesUrl(v string)

SetReleaseNotesUrl gets a reference to the given string and assigns it to the ReleaseNotesUrl field.

func (*ZtpVersionStatus) SetUpgradableApplianceCount ¶

func (o *ZtpVersionStatus) SetUpgradableApplianceCount(v float32)

SetUpgradableApplianceCount gets a reference to the given float32 and assigns it to the UpgradableApplianceCount field.

func (*ZtpVersionStatus) SetVersion ¶

func (o *ZtpVersionStatus) SetVersion(v string)

SetVersion gets a reference to the given string and assigns it to the Version field.

Source Files ¶

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL