Documentation
¶
Overview ¶
Code generated by Go Generator (https://github.com/appgate/sdp-api-client-go); DO NOT EDIT.
Index ¶
- Variables
- func CacheExpires(r *http.Response) time.Time
- func PtrBool(v bool) *bool
- func PtrFloat32(v float32) *float32
- func PtrFloat64(v float64) *float64
- func PtrInt(v int) *int
- func PtrInt32(v int32) *int32
- func PtrInt64(v int64) *int64
- func PtrString(v string) *string
- func PtrTime(v time.Time) *time.Time
- type APIClient
- type APIKey
- type APIResponse
- type ActiveDevicesApiService
- func (a *ActiveDevicesApiService) TokenRecordsDnGet(ctx context.Context) ApiTokenRecordsDnGetRequest
- func (a *ActiveDevicesApiService) TokenRecordsDnGetExecute(r ApiTokenRecordsDnGetRequest) (*DistinguishedNameList, *http.Response, error)
- func (a *ActiveDevicesApiService) TokenRecordsReevalByDnDistinguishedNamePost(ctx context.Context, distinguishedName string) ApiTokenRecordsReevalByDnDistinguishedNamePostRequest
- func (a *ActiveDevicesApiService) TokenRecordsReevalByDnDistinguishedNamePostExecute(r ApiTokenRecordsReevalByDnDistinguishedNamePostRequest) (*TokenRecordsReevalByDnDistinguishedNamePost200Response, *http.Response, error)
- func (a *ActiveDevicesApiService) TokenRecordsRevokedByDnDistinguishedNamePut(ctx context.Context, distinguishedName string) ApiTokenRecordsRevokedByDnDistinguishedNamePutRequest
- func (a *ActiveDevicesApiService) TokenRecordsRevokedByDnDistinguishedNamePutExecute(r ApiTokenRecordsRevokedByDnDistinguishedNamePutRequest) (*TokenRevocationResponse, *http.Response, error)
- func (a *ActiveDevicesApiService) TokenRecordsRevokedByTypeTokenTypePut(ctx context.Context, tokenType string) ApiTokenRecordsRevokedByTypeTokenTypePutRequest
- func (a *ActiveDevicesApiService) TokenRecordsRevokedByTypeTokenTypePutExecute(r ApiTokenRecordsRevokedByTypeTokenTypePutRequest) (*TokenRevocationResponse, *http.Response, error)
- type ActiveSessions
- func (o *ActiveSessions) GetCreationDate() time.Time
- func (o *ActiveSessions) GetCreationDateOk() (*time.Time, bool)
- func (o *ActiveSessions) GetData() []DeviceAndUser
- func (o *ActiveSessions) GetDataOk() ([]DeviceAndUser, bool)
- func (o *ActiveSessions) GetDescending() bool
- func (o *ActiveSessions) GetDescendingOk() (*bool, bool)
- func (o *ActiveSessions) GetDistinctUserCount() float32
- func (o *ActiveSessions) GetDistinctUserCountOk() (*float32, bool)
- func (o *ActiveSessions) GetName() string
- func (o *ActiveSessions) GetNameOk() (*string, bool)
- func (o *ActiveSessions) GetOrderBy() string
- func (o *ActiveSessions) GetOrderByOk() (*string, bool)
- func (o *ActiveSessions) GetQuery() string
- func (o *ActiveSessions) GetQueryOk() (*string, bool)
- func (o *ActiveSessions) GetRange() string
- func (o *ActiveSessions) GetRangeOk() (*string, bool)
- func (o *ActiveSessions) GetRefreshInterval() float32
- func (o *ActiveSessions) GetRefreshIntervalOk() (*float32, bool)
- func (o *ActiveSessions) HasCreationDate() bool
- func (o *ActiveSessions) HasData() bool
- func (o *ActiveSessions) HasDescending() bool
- func (o *ActiveSessions) HasDistinctUserCount() bool
- func (o *ActiveSessions) HasName() bool
- func (o *ActiveSessions) HasOrderBy() bool
- func (o *ActiveSessions) HasQuery() bool
- func (o *ActiveSessions) HasRange() bool
- func (o *ActiveSessions) HasRefreshInterval() bool
- func (o ActiveSessions) MarshalJSON() ([]byte, error)
- func (o *ActiveSessions) SetCreationDate(v time.Time)
- func (o *ActiveSessions) SetData(v []DeviceAndUser)
- func (o *ActiveSessions) SetDescending(v bool)
- func (o *ActiveSessions) SetDistinctUserCount(v float32)
- func (o *ActiveSessions) SetName(v string)
- func (o *ActiveSessions) SetOrderBy(v string)
- func (o *ActiveSessions) SetQuery(v string)
- func (o *ActiveSessions) SetRange(v string)
- func (o *ActiveSessions) SetRefreshInterval(v float32)
- type ActiveSessionsAllOf
- func (o *ActiveSessionsAllOf) GetData() []DeviceAndUser
- func (o *ActiveSessionsAllOf) GetDataOk() ([]DeviceAndUser, bool)
- func (o *ActiveSessionsAllOf) GetDistinctUserCount() float32
- func (o *ActiveSessionsAllOf) GetDistinctUserCountOk() (*float32, bool)
- func (o *ActiveSessionsAllOf) GetQuery() string
- func (o *ActiveSessionsAllOf) GetQueryOk() (*string, bool)
- func (o *ActiveSessionsAllOf) HasData() bool
- func (o *ActiveSessionsAllOf) HasDistinctUserCount() bool
- func (o *ActiveSessionsAllOf) HasQuery() bool
- func (o ActiveSessionsAllOf) MarshalJSON() ([]byte, error)
- func (o *ActiveSessionsAllOf) SetData(v []DeviceAndUser)
- func (o *ActiveSessionsAllOf) SetDistinctUserCount(v float32)
- func (o *ActiveSessionsAllOf) SetQuery(v string)
- type ActiveSessionsApiService
- func (a *ActiveSessionsApiService) SessionInfoDistinguishedNameGet(ctx context.Context, distinguishedName string) ApiSessionInfoDistinguishedNameGetRequest
- func (a *ActiveSessionsApiService) SessionInfoDistinguishedNameGetExecute(r ApiSessionInfoDistinguishedNameGetRequest) (*SessionInfoDistinguishedName, *http.Response, error)
- func (a *ActiveSessionsApiService) StatsActiveSessionsDnGet(ctx context.Context) ApiStatsActiveSessionsDnGetRequest
- func (a *ActiveSessionsApiService) StatsActiveSessionsDnGetExecute(r ApiStatsActiveSessionsDnGetRequest) (*ActiveSessionsDn, *http.Response, error)
- func (a *ActiveSessionsApiService) StatsActiveSessionsGet(ctx context.Context) ApiStatsActiveSessionsGetRequest
- func (a *ActiveSessionsApiService) StatsActiveSessionsGetExecute(r ApiStatsActiveSessionsGetRequest) (*ActiveSessions, *http.Response, error)
- type ActiveSessionsDn
- func (o *ActiveSessionsDn) GetCreationDate() time.Time
- func (o *ActiveSessionsDn) GetCreationDateOk() (*time.Time, bool)
- func (o *ActiveSessionsDn) GetData() []DeviceAndUser
- func (o *ActiveSessionsDn) GetDataOk() ([]DeviceAndUser, bool)
- func (o *ActiveSessionsDn) GetDescending() bool
- func (o *ActiveSessionsDn) GetDescendingOk() (*bool, bool)
- func (o *ActiveSessionsDn) GetName() string
- func (o *ActiveSessionsDn) GetNameOk() (*string, bool)
- func (o *ActiveSessionsDn) GetOrderBy() string
- func (o *ActiveSessionsDn) GetOrderByOk() (*string, bool)
- func (o *ActiveSessionsDn) GetQuery() string
- func (o *ActiveSessionsDn) GetQueryOk() (*string, bool)
- func (o *ActiveSessionsDn) GetRange() string
- func (o *ActiveSessionsDn) GetRangeOk() (*string, bool)
- func (o *ActiveSessionsDn) GetRefreshInterval() float32
- func (o *ActiveSessionsDn) GetRefreshIntervalOk() (*float32, bool)
- func (o *ActiveSessionsDn) HasCreationDate() bool
- func (o *ActiveSessionsDn) HasData() bool
- func (o *ActiveSessionsDn) HasDescending() bool
- func (o *ActiveSessionsDn) HasName() bool
- func (o *ActiveSessionsDn) HasOrderBy() bool
- func (o *ActiveSessionsDn) HasQuery() bool
- func (o *ActiveSessionsDn) HasRange() bool
- func (o *ActiveSessionsDn) HasRefreshInterval() bool
- func (o ActiveSessionsDn) MarshalJSON() ([]byte, error)
- func (o *ActiveSessionsDn) SetCreationDate(v time.Time)
- func (o *ActiveSessionsDn) SetData(v []DeviceAndUser)
- func (o *ActiveSessionsDn) SetDescending(v bool)
- func (o *ActiveSessionsDn) SetName(v string)
- func (o *ActiveSessionsDn) SetOrderBy(v string)
- func (o *ActiveSessionsDn) SetQuery(v string)
- func (o *ActiveSessionsDn) SetRange(v string)
- func (o *ActiveSessionsDn) SetRefreshInterval(v float32)
- type ActiveSessionsDnAllOf
- func (o *ActiveSessionsDnAllOf) GetData() []DeviceAndUser
- func (o *ActiveSessionsDnAllOf) GetDataOk() ([]DeviceAndUser, bool)
- func (o *ActiveSessionsDnAllOf) GetQuery() string
- func (o *ActiveSessionsDnAllOf) GetQueryOk() (*string, bool)
- func (o *ActiveSessionsDnAllOf) HasData() bool
- func (o *ActiveSessionsDnAllOf) HasQuery() bool
- func (o ActiveSessionsDnAllOf) MarshalJSON() ([]byte, error)
- func (o *ActiveSessionsDnAllOf) SetData(v []DeviceAndUser)
- func (o *ActiveSessionsDnAllOf) SetQuery(v string)
- type AdminMessagesApiService
- func (a *AdminMessagesApiService) AdminMessagesDelete(ctx context.Context) ApiAdminMessagesDeleteRequest
- func (a *AdminMessagesApiService) AdminMessagesDeleteExecute(r ApiAdminMessagesDeleteRequest) (*http.Response, error)
- func (a *AdminMessagesApiService) AdminMessagesGet(ctx context.Context) ApiAdminMessagesGetRequest
- func (a *AdminMessagesApiService) AdminMessagesGetExecute(r ApiAdminMessagesGetRequest) (*AdminMessagesList, *http.Response, error)
- func (a *AdminMessagesApiService) AdminMessagesSummarizeGet(ctx context.Context) ApiAdminMessagesSummarizeGetRequest
- func (a *AdminMessagesApiService) AdminMessagesSummarizeGetExecute(r ApiAdminMessagesSummarizeGetRequest) ([]AdminMessagesSummarizeInner, *http.Response, error)
- type AdminMessagesList
- func (o *AdminMessagesList) GetData() []AdminMessagesListDataInner
- func (o *AdminMessagesList) GetDataOk() ([]AdminMessagesListDataInner, bool)
- func (o *AdminMessagesList) HasData() bool
- func (o AdminMessagesList) MarshalJSON() ([]byte, error)
- func (o *AdminMessagesList) SetData(v []AdminMessagesListDataInner)
- type AdminMessagesListDataInner
- func (o *AdminMessagesListDataInner) GetCategory() string
- func (o *AdminMessagesListDataInner) GetCategoryOk() (*string, bool)
- func (o *AdminMessagesListDataInner) GetCreated() time.Time
- func (o *AdminMessagesListDataInner) GetCreatedOk() (*time.Time, bool)
- func (o *AdminMessagesListDataInner) GetId() string
- func (o *AdminMessagesListDataInner) GetIdOk() (*string, bool)
- func (o *AdminMessagesListDataInner) GetLevel() string
- func (o *AdminMessagesListDataInner) GetLevelOk() (*string, bool)
- func (o *AdminMessagesListDataInner) GetMessage() string
- func (o *AdminMessagesListDataInner) GetMessageOk() (*string, bool)
- func (o *AdminMessagesListDataInner) GetSource() string
- func (o *AdminMessagesListDataInner) GetSourceOk() (*string, bool)
- func (o *AdminMessagesListDataInner) HasCategory() bool
- func (o *AdminMessagesListDataInner) HasCreated() bool
- func (o *AdminMessagesListDataInner) HasId() bool
- func (o *AdminMessagesListDataInner) HasLevel() bool
- func (o *AdminMessagesListDataInner) HasMessage() bool
- func (o *AdminMessagesListDataInner) HasSource() bool
- func (o AdminMessagesListDataInner) MarshalJSON() ([]byte, error)
- func (o *AdminMessagesListDataInner) SetCategory(v string)
- func (o *AdminMessagesListDataInner) SetCreated(v time.Time)
- func (o *AdminMessagesListDataInner) SetId(v string)
- func (o *AdminMessagesListDataInner) SetLevel(v string)
- func (o *AdminMessagesListDataInner) SetMessage(v string)
- func (o *AdminMessagesListDataInner) SetSource(v string)
- type AdminMessagesSummarizeInner
- func (o *AdminMessagesSummarizeInner) GetData() []AdminMessagesSummarizeInnerDataInner
- func (o *AdminMessagesSummarizeInner) GetDataOk() ([]AdminMessagesSummarizeInnerDataInner, bool)
- func (o *AdminMessagesSummarizeInner) HasData() bool
- func (o AdminMessagesSummarizeInner) MarshalJSON() ([]byte, error)
- func (o *AdminMessagesSummarizeInner) SetData(v []AdminMessagesSummarizeInnerDataInner)
- type AdminMessagesSummarizeInnerDataInner
- func (o *AdminMessagesSummarizeInnerDataInner) GetCategory() string
- func (o *AdminMessagesSummarizeInnerDataInner) GetCategoryOk() (*string, bool)
- func (o *AdminMessagesSummarizeInnerDataInner) GetCount() float32
- func (o *AdminMessagesSummarizeInnerDataInner) GetCountOk() (*float32, bool)
- func (o *AdminMessagesSummarizeInnerDataInner) GetCreated() time.Time
- func (o *AdminMessagesSummarizeInnerDataInner) GetCreatedOk() (*time.Time, bool)
- func (o *AdminMessagesSummarizeInnerDataInner) GetLevel() string
- func (o *AdminMessagesSummarizeInnerDataInner) GetLevelOk() (*string, bool)
- func (o *AdminMessagesSummarizeInnerDataInner) GetMessage() string
- func (o *AdminMessagesSummarizeInnerDataInner) GetMessageOk() (*string, bool)
- func (o *AdminMessagesSummarizeInnerDataInner) GetSource() string
- func (o *AdminMessagesSummarizeInnerDataInner) GetSourceOk() (*string, bool)
- func (o *AdminMessagesSummarizeInnerDataInner) HasCategory() bool
- func (o *AdminMessagesSummarizeInnerDataInner) HasCount() bool
- func (o *AdminMessagesSummarizeInnerDataInner) HasCreated() bool
- func (o *AdminMessagesSummarizeInnerDataInner) HasLevel() bool
- func (o *AdminMessagesSummarizeInnerDataInner) HasMessage() bool
- func (o *AdminMessagesSummarizeInnerDataInner) HasSource() bool
- func (o AdminMessagesSummarizeInnerDataInner) MarshalJSON() ([]byte, error)
- func (o *AdminMessagesSummarizeInnerDataInner) SetCategory(v string)
- func (o *AdminMessagesSummarizeInnerDataInner) SetCount(v float32)
- func (o *AdminMessagesSummarizeInnerDataInner) SetCreated(v time.Time)
- func (o *AdminMessagesSummarizeInnerDataInner) SetLevel(v string)
- func (o *AdminMessagesSummarizeInnerDataInner) SetMessage(v string)
- func (o *AdminMessagesSummarizeInnerDataInner) SetSource(v string)
- type AdminMfaSettings
- func (o *AdminMfaSettings) GetExemptedUsers() []string
- func (o *AdminMfaSettings) GetExemptedUsersOk() ([]string, bool)
- func (o *AdminMfaSettings) GetProviderId() string
- func (o *AdminMfaSettings) GetProviderIdOk() (*string, bool)
- func (o *AdminMfaSettings) HasExemptedUsers() bool
- func (o *AdminMfaSettings) HasProviderId() bool
- func (o AdminMfaSettings) MarshalJSON() ([]byte, error)
- func (o *AdminMfaSettings) SetExemptedUsers(v []string)
- func (o *AdminMfaSettings) SetProviderId(v string)
- type AdminRolesApiService
- func (a *AdminRolesApiService) AdministrativeRolesGet(ctx context.Context) ApiAdministrativeRolesGetRequest
- func (a *AdminRolesApiService) AdministrativeRolesGetExecute(r ApiAdministrativeRolesGetRequest) (*AdministrativeRoleList, *http.Response, error)
- func (a *AdminRolesApiService) AdministrativeRolesIdDelete(ctx context.Context, id string) ApiAdministrativeRolesIdDeleteRequest
- func (a *AdminRolesApiService) AdministrativeRolesIdDeleteExecute(r ApiAdministrativeRolesIdDeleteRequest) (*http.Response, error)
- func (a *AdminRolesApiService) AdministrativeRolesIdGet(ctx context.Context, id string) ApiAdministrativeRolesIdGetRequest
- func (a *AdminRolesApiService) AdministrativeRolesIdGetExecute(r ApiAdministrativeRolesIdGetRequest) (*AdministrativeRole, *http.Response, error)
- func (a *AdminRolesApiService) AdministrativeRolesIdPut(ctx context.Context, id string) ApiAdministrativeRolesIdPutRequest
- func (a *AdminRolesApiService) AdministrativeRolesIdPutExecute(r ApiAdministrativeRolesIdPutRequest) (*AdministrativeRole, *http.Response, error)
- func (a *AdminRolesApiService) AdministrativeRolesPost(ctx context.Context) ApiAdministrativeRolesPostRequest
- func (a *AdminRolesApiService) AdministrativeRolesPostExecute(r ApiAdministrativeRolesPostRequest) (*AdministrativeRole, *http.Response, error)
- func (a *AdminRolesApiService) AdministrativeRolesTypeTargetMapGet(ctx context.Context) ApiAdministrativeRolesTypeTargetMapGetRequest
- func (a *AdminRolesApiService) AdministrativeRolesTypeTargetMapGetExecute(r ApiAdministrativeRolesTypeTargetMapGetRequest) (*AdministrativeRolesTypeTargetMapGet200Response, *http.Response, error)
- type AdministrativePrivilege
- func (o *AdministrativePrivilege) GetDefaultTags() []string
- func (o *AdministrativePrivilege) GetDefaultTagsOk() ([]string, bool)
- func (o *AdministrativePrivilege) GetFunctions() []string
- func (o *AdministrativePrivilege) GetFunctionsOk() ([]string, bool)
- func (o *AdministrativePrivilege) GetScope() AdministrativePrivilegeScope
- func (o *AdministrativePrivilege) GetScopeOk() (*AdministrativePrivilegeScope, bool)
- func (o *AdministrativePrivilege) GetTarget() string
- func (o *AdministrativePrivilege) GetTargetOk() (*string, bool)
- func (o *AdministrativePrivilege) GetType() string
- func (o *AdministrativePrivilege) GetTypeOk() (*string, bool)
- func (o *AdministrativePrivilege) HasDefaultTags() bool
- func (o *AdministrativePrivilege) HasFunctions() bool
- func (o *AdministrativePrivilege) HasScope() bool
- func (o AdministrativePrivilege) MarshalJSON() ([]byte, error)
- func (o *AdministrativePrivilege) SetDefaultTags(v []string)
- func (o *AdministrativePrivilege) SetFunctions(v []string)
- func (o *AdministrativePrivilege) SetScope(v AdministrativePrivilegeScope)
- func (o *AdministrativePrivilege) SetTarget(v string)
- func (o *AdministrativePrivilege) SetType(v string)
- type AdministrativePrivilegeScope
- func (o *AdministrativePrivilegeScope) GetAll() bool
- func (o *AdministrativePrivilegeScope) GetAllOk() (*bool, bool)
- func (o *AdministrativePrivilegeScope) GetIds() []string
- func (o *AdministrativePrivilegeScope) GetIdsOk() ([]string, bool)
- func (o *AdministrativePrivilegeScope) GetTags() []string
- func (o *AdministrativePrivilegeScope) GetTagsOk() ([]string, bool)
- func (o *AdministrativePrivilegeScope) HasAll() bool
- func (o *AdministrativePrivilegeScope) HasIds() bool
- func (o *AdministrativePrivilegeScope) HasTags() bool
- func (o AdministrativePrivilegeScope) MarshalJSON() ([]byte, error)
- func (o *AdministrativePrivilegeScope) SetAll(v bool)
- func (o *AdministrativePrivilegeScope) SetIds(v []string)
- func (o *AdministrativePrivilegeScope) SetTags(v []string)
- type AdministrativeRole
- func (o *AdministrativeRole) GetCreated() time.Time
- func (o *AdministrativeRole) GetCreatedOk() (*time.Time, bool)
- func (o *AdministrativeRole) GetId() string
- func (o *AdministrativeRole) GetIdOk() (*string, bool)
- func (o *AdministrativeRole) GetName() string
- func (o *AdministrativeRole) GetNameOk() (*string, bool)
- func (o *AdministrativeRole) GetNotes() string
- func (o *AdministrativeRole) GetNotesOk() (*string, bool)
- func (o *AdministrativeRole) GetPrivileges() []AdministrativePrivilege
- func (o *AdministrativeRole) GetPrivilegesOk() ([]AdministrativePrivilege, bool)
- func (o *AdministrativeRole) GetTags() []string
- func (o *AdministrativeRole) GetTagsOk() ([]string, bool)
- func (o *AdministrativeRole) GetUpdated() time.Time
- func (o *AdministrativeRole) GetUpdatedOk() (*time.Time, bool)
- func (o *AdministrativeRole) HasCreated() bool
- func (o *AdministrativeRole) HasId() bool
- func (o *AdministrativeRole) HasNotes() bool
- func (o *AdministrativeRole) HasTags() bool
- func (o *AdministrativeRole) HasUpdated() bool
- func (o AdministrativeRole) MarshalJSON() ([]byte, error)
- func (o *AdministrativeRole) SetCreated(v time.Time)
- func (o *AdministrativeRole) SetId(v string)
- func (o *AdministrativeRole) SetName(v string)
- func (o *AdministrativeRole) SetNotes(v string)
- func (o *AdministrativeRole) SetPrivileges(v []AdministrativePrivilege)
- func (o *AdministrativeRole) SetTags(v []string)
- func (o *AdministrativeRole) SetUpdated(v time.Time)
- type AdministrativeRoleAllOf
- func (o *AdministrativeRoleAllOf) GetPrivileges() []AdministrativePrivilege
- func (o *AdministrativeRoleAllOf) GetPrivilegesOk() ([]AdministrativePrivilege, bool)
- func (o AdministrativeRoleAllOf) MarshalJSON() ([]byte, error)
- func (o *AdministrativeRoleAllOf) SetPrivileges(v []AdministrativePrivilege)
- type AdministrativeRoleList
- func (o *AdministrativeRoleList) GetData() []AdministrativeRole
- func (o *AdministrativeRoleList) GetDataOk() ([]AdministrativeRole, bool)
- func (o *AdministrativeRoleList) GetDescending() bool
- func (o *AdministrativeRoleList) GetDescendingOk() (*bool, bool)
- func (o *AdministrativeRoleList) GetFilterBy() []FilterBy
- func (o *AdministrativeRoleList) GetFilterByOk() ([]FilterBy, bool)
- func (o *AdministrativeRoleList) GetOrderBy() string
- func (o *AdministrativeRoleList) GetOrderByOk() (*string, bool)
- func (o *AdministrativeRoleList) GetQueries() []string
- func (o *AdministrativeRoleList) GetQueriesOk() ([]string, bool)
- func (o *AdministrativeRoleList) GetRange() string
- func (o *AdministrativeRoleList) GetRangeOk() (*string, bool)
- func (o *AdministrativeRoleList) HasData() bool
- func (o *AdministrativeRoleList) HasDescending() bool
- func (o *AdministrativeRoleList) HasFilterBy() bool
- func (o *AdministrativeRoleList) HasOrderBy() bool
- func (o *AdministrativeRoleList) HasQueries() bool
- func (o *AdministrativeRoleList) HasRange() bool
- func (o AdministrativeRoleList) MarshalJSON() ([]byte, error)
- func (o *AdministrativeRoleList) SetData(v []AdministrativeRole)
- func (o *AdministrativeRoleList) SetDescending(v bool)
- func (o *AdministrativeRoleList) SetFilterBy(v []FilterBy)
- func (o *AdministrativeRoleList) SetOrderBy(v string)
- func (o *AdministrativeRoleList) SetQueries(v []string)
- func (o *AdministrativeRoleList) SetRange(v string)
- type AdministrativeRoleListAllOf
- func (o *AdministrativeRoleListAllOf) GetData() []AdministrativeRole
- func (o *AdministrativeRoleListAllOf) GetDataOk() ([]AdministrativeRole, bool)
- func (o *AdministrativeRoleListAllOf) HasData() bool
- func (o AdministrativeRoleListAllOf) MarshalJSON() ([]byte, error)
- func (o *AdministrativeRoleListAllOf) SetData(v []AdministrativeRole)
- type AdministrativeRolesTypeTargetMapGet200Response
- func (o *AdministrativeRolesTypeTargetMapGet200Response) GetActionMatrixMap() map[string]interface{}
- func (o *AdministrativeRolesTypeTargetMapGet200Response) GetActionMatrixMapOk() (map[string]interface{}, bool)
- func (o *AdministrativeRolesTypeTargetMapGet200Response) HasActionMatrixMap() bool
- func (o AdministrativeRolesTypeTargetMapGet200Response) MarshalJSON() ([]byte, error)
- func (o *AdministrativeRolesTypeTargetMapGet200Response) SetActionMatrixMap(v map[string]interface{})
- type AllocatedIp
- func (o *AllocatedIp) GetAllocationTime() time.Time
- func (o *AllocatedIp) GetAllocationTimeOk() (*time.Time, bool)
- func (o *AllocatedIp) GetDeviceId() string
- func (o *AllocatedIp) GetDeviceIdOk() (*string, bool)
- func (o *AllocatedIp) GetDistinguishedName() string
- func (o *AllocatedIp) GetDistinguishedNameOk() (*string, bool)
- func (o *AllocatedIp) GetExpirationTime() time.Time
- func (o *AllocatedIp) GetExpirationTimeOk() (*time.Time, bool)
- func (o *AllocatedIp) GetIpAddress() string
- func (o *AllocatedIp) GetIpAddressOk() (*string, bool)
- func (o *AllocatedIp) GetPoolId() string
- func (o *AllocatedIp) GetPoolIdOk() (*string, bool)
- func (o *AllocatedIp) GetProviderName() string
- func (o *AllocatedIp) GetProviderNameOk() (*string, bool)
- func (o *AllocatedIp) GetUsername() string
- func (o *AllocatedIp) GetUsernameOk() (*string, bool)
- func (o *AllocatedIp) HasAllocationTime() bool
- func (o *AllocatedIp) HasDeviceId() bool
- func (o *AllocatedIp) HasDistinguishedName() bool
- func (o *AllocatedIp) HasExpirationTime() bool
- func (o *AllocatedIp) HasIpAddress() bool
- func (o *AllocatedIp) HasPoolId() bool
- func (o *AllocatedIp) HasProviderName() bool
- func (o *AllocatedIp) HasUsername() bool
- func (o AllocatedIp) MarshalJSON() ([]byte, error)
- func (o *AllocatedIp) SetAllocationTime(v time.Time)
- func (o *AllocatedIp) SetDeviceId(v string)
- func (o *AllocatedIp) SetDistinguishedName(v string)
- func (o *AllocatedIp) SetExpirationTime(v time.Time)
- func (o *AllocatedIp) SetIpAddress(v string)
- func (o *AllocatedIp) SetPoolId(v string)
- func (o *AllocatedIp) SetProviderName(v string)
- func (o *AllocatedIp) SetUsername(v string)
- type AllocatedIpAllOf
- func (o *AllocatedIpAllOf) GetAllocationTime() time.Time
- func (o *AllocatedIpAllOf) GetAllocationTimeOk() (*time.Time, bool)
- func (o *AllocatedIpAllOf) GetExpirationTime() time.Time
- func (o *AllocatedIpAllOf) GetExpirationTimeOk() (*time.Time, bool)
- func (o *AllocatedIpAllOf) GetIpAddress() string
- func (o *AllocatedIpAllOf) GetIpAddressOk() (*string, bool)
- func (o *AllocatedIpAllOf) GetPoolId() string
- func (o *AllocatedIpAllOf) GetPoolIdOk() (*string, bool)
- func (o *AllocatedIpAllOf) HasAllocationTime() bool
- func (o *AllocatedIpAllOf) HasExpirationTime() bool
- func (o *AllocatedIpAllOf) HasIpAddress() bool
- func (o *AllocatedIpAllOf) HasPoolId() bool
- func (o AllocatedIpAllOf) MarshalJSON() ([]byte, error)
- func (o *AllocatedIpAllOf) SetAllocationTime(v time.Time)
- func (o *AllocatedIpAllOf) SetExpirationTime(v time.Time)
- func (o *AllocatedIpAllOf) SetIpAddress(v string)
- func (o *AllocatedIpAllOf) SetPoolId(v string)
- type AllocatedIpList
- func (o *AllocatedIpList) GetData() []AllocatedIp
- func (o *AllocatedIpList) GetDataOk() ([]AllocatedIp, bool)
- func (o *AllocatedIpList) GetDescending() bool
- func (o *AllocatedIpList) GetDescendingOk() (*bool, bool)
- func (o *AllocatedIpList) GetFilterBy() []FilterBy
- func (o *AllocatedIpList) GetFilterByOk() ([]FilterBy, bool)
- func (o *AllocatedIpList) GetOrderBy() string
- func (o *AllocatedIpList) GetOrderByOk() (*string, bool)
- func (o *AllocatedIpList) GetQueries() []string
- func (o *AllocatedIpList) GetQueriesOk() ([]string, bool)
- func (o *AllocatedIpList) GetRange() string
- func (o *AllocatedIpList) GetRangeOk() (*string, bool)
- func (o *AllocatedIpList) HasData() bool
- func (o *AllocatedIpList) HasDescending() bool
- func (o *AllocatedIpList) HasFilterBy() bool
- func (o *AllocatedIpList) HasOrderBy() bool
- func (o *AllocatedIpList) HasQueries() bool
- func (o *AllocatedIpList) HasRange() bool
- func (o AllocatedIpList) MarshalJSON() ([]byte, error)
- func (o *AllocatedIpList) SetData(v []AllocatedIp)
- func (o *AllocatedIpList) SetDescending(v bool)
- func (o *AllocatedIpList) SetFilterBy(v []FilterBy)
- func (o *AllocatedIpList) SetOrderBy(v string)
- func (o *AllocatedIpList) SetQueries(v []string)
- func (o *AllocatedIpList) SetRange(v string)
- type AllocatedIpListAllOf
- type AllowResourcesInner
- func (o *AllowResourcesInner) GetAddress() string
- func (o *AllowResourcesInner) GetAddressOk() (*string, bool)
- func (o *AllowResourcesInner) GetNetmask() int32
- func (o *AllowResourcesInner) GetNetmaskOk() (*int32, bool)
- func (o AllowResourcesInner) MarshalJSON() ([]byte, error)
- func (o *AllowResourcesInner) SetAddress(v string)
- func (o *AllowResourcesInner) SetNetmask(v int32)
- type AllowSourcesInner
- func (o *AllowSourcesInner) GetAddress() string
- func (o *AllowSourcesInner) GetAddressOk() (*string, bool)
- func (o *AllowSourcesInner) GetNetmask() int32
- func (o *AllowSourcesInner) GetNetmaskOk() (*int32, bool)
- func (o *AllowSourcesInner) GetNic() string
- func (o *AllowSourcesInner) GetNicOk() (*string, bool)
- func (o *AllowSourcesInner) HasAddress() bool
- func (o *AllowSourcesInner) HasNetmask() bool
- func (o *AllowSourcesInner) HasNic() bool
- func (o AllowSourcesInner) MarshalJSON() ([]byte, error)
- func (o *AllowSourcesInner) SetAddress(v string)
- func (o *AllowSourcesInner) SetNetmask(v int32)
- func (o *AllowSourcesInner) SetNic(v string)
- type ApiAdminMessagesDeleteRequest
- func (r ApiAdminMessagesDeleteRequest) Authorization(authorization string) ApiAdminMessagesDeleteRequest
- func (r ApiAdminMessagesDeleteRequest) Execute() (*http.Response, error)
- func (r ApiAdminMessagesDeleteRequest) Message(message string) ApiAdminMessagesDeleteRequest
- func (r ApiAdminMessagesDeleteRequest) Source(source string) ApiAdminMessagesDeleteRequest
- type ApiAdminMessagesGetRequest
- type ApiAdminMessagesSummarizeGetRequest
- type ApiAdminMfaSettingsDeleteRequest
- type ApiAdminMfaSettingsGetRequest
- type ApiAdminMfaSettingsPutRequest
- type ApiAdministrativeRolesGetRequest
- func (r ApiAdministrativeRolesGetRequest) Authorization(authorization string) ApiAdministrativeRolesGetRequest
- func (r ApiAdministrativeRolesGetRequest) Descending(descending string) ApiAdministrativeRolesGetRequest
- func (r ApiAdministrativeRolesGetRequest) Execute() (*AdministrativeRoleList, *http.Response, error)
- func (r ApiAdministrativeRolesGetRequest) FilterBy(filterBy map[string]string) ApiAdministrativeRolesGetRequest
- func (r ApiAdministrativeRolesGetRequest) OrderBy(orderBy string) ApiAdministrativeRolesGetRequest
- func (r ApiAdministrativeRolesGetRequest) Query(query string) ApiAdministrativeRolesGetRequest
- func (r ApiAdministrativeRolesGetRequest) Range_(range_ string) ApiAdministrativeRolesGetRequest
- type ApiAdministrativeRolesIdDeleteRequest
- type ApiAdministrativeRolesIdGetRequest
- type ApiAdministrativeRolesIdPutRequest
- func (r ApiAdministrativeRolesIdPutRequest) AdministrativeRole(administrativeRole AdministrativeRole) ApiAdministrativeRolesIdPutRequest
- func (r ApiAdministrativeRolesIdPutRequest) Authorization(authorization string) ApiAdministrativeRolesIdPutRequest
- func (r ApiAdministrativeRolesIdPutRequest) Execute() (*AdministrativeRole, *http.Response, error)
- type ApiAdministrativeRolesPostRequest
- func (r ApiAdministrativeRolesPostRequest) AdministrativeRole(administrativeRole AdministrativeRole) ApiAdministrativeRolesPostRequest
- func (r ApiAdministrativeRolesPostRequest) Authorization(authorization string) ApiAdministrativeRolesPostRequest
- func (r ApiAdministrativeRolesPostRequest) Execute() (*AdministrativeRole, *http.Response, error)
- type ApiAdministrativeRolesTypeTargetMapGetRequest
- type ApiApplianceCustomizationsGetRequest
- func (r ApiApplianceCustomizationsGetRequest) Authorization(authorization string) ApiApplianceCustomizationsGetRequest
- func (r ApiApplianceCustomizationsGetRequest) Descending(descending string) ApiApplianceCustomizationsGetRequest
- func (r ApiApplianceCustomizationsGetRequest) Execute() (*ApplianceCustomizationList, *http.Response, error)
- func (r ApiApplianceCustomizationsGetRequest) FilterBy(filterBy map[string]string) ApiApplianceCustomizationsGetRequest
- func (r ApiApplianceCustomizationsGetRequest) OrderBy(orderBy string) ApiApplianceCustomizationsGetRequest
- func (r ApiApplianceCustomizationsGetRequest) Query(query string) ApiApplianceCustomizationsGetRequest
- func (r ApiApplianceCustomizationsGetRequest) Range_(range_ string) ApiApplianceCustomizationsGetRequest
- type ApiApplianceCustomizationsIdDeleteRequest
- type ApiApplianceCustomizationsIdGetRequest
- type ApiApplianceCustomizationsIdPutRequest
- func (r ApiApplianceCustomizationsIdPutRequest) ApplianceCustomization(applianceCustomization ApplianceCustomization) ApiApplianceCustomizationsIdPutRequest
- func (r ApiApplianceCustomizationsIdPutRequest) Authorization(authorization string) ApiApplianceCustomizationsIdPutRequest
- func (r ApiApplianceCustomizationsIdPutRequest) Execute() (*ApplianceCustomization, *http.Response, error)
- type ApiApplianceCustomizationsPostRequest
- func (r ApiApplianceCustomizationsPostRequest) ApplianceCustomization(applianceCustomization ApplianceCustomization) ApiApplianceCustomizationsPostRequest
- func (r ApiApplianceCustomizationsPostRequest) Authorization(authorization string) ApiApplianceCustomizationsPostRequest
- func (r ApiApplianceCustomizationsPostRequest) Execute() (*ApplianceCustomization, *http.Response, error)
- type ApiAppliancesForceDisableControllersPostRequest
- func (r ApiAppliancesForceDisableControllersPostRequest) AppliancesForceDisableControllersPostRequest(...) ApiAppliancesForceDisableControllersPostRequest
- func (r ApiAppliancesForceDisableControllersPostRequest) Authorization(authorization string) ApiAppliancesForceDisableControllersPostRequest
- func (r ApiAppliancesForceDisableControllersPostRequest) Execute() (*AppliancesForceDisableControllersPost200Response, *http.Response, error)
- type ApiAppliancesGetRequest
- func (r ApiAppliancesGetRequest) Authorization(authorization string) ApiAppliancesGetRequest
- func (r ApiAppliancesGetRequest) Descending(descending string) ApiAppliancesGetRequest
- func (r ApiAppliancesGetRequest) Execute() (*ApplianceList, *http.Response, error)
- func (r ApiAppliancesGetRequest) FilterBy(filterBy map[string]string) ApiAppliancesGetRequest
- func (r ApiAppliancesGetRequest) OrderBy(orderBy string) ApiAppliancesGetRequest
- func (r ApiAppliancesGetRequest) Query(query string) ApiAppliancesGetRequest
- func (r ApiAppliancesGetRequest) Range_(range_ string) ApiAppliancesGetRequest
- type ApiAppliancesIdAdminInterfaceP12PostRequest
- func (r ApiAppliancesIdAdminInterfaceP12PostRequest) Authorization(authorization string) ApiAppliancesIdAdminInterfaceP12PostRequest
- func (r ApiAppliancesIdAdminInterfaceP12PostRequest) Execute() (*http.Response, error)
- func (r ApiAppliancesIdAdminInterfaceP12PostRequest) P121(p121 P121) ApiAppliancesIdAdminInterfaceP12PostRequest
- type ApiAppliancesIdBackupBackupIdDeleteRequest
- type ApiAppliancesIdBackupBackupIdGetRequest
- type ApiAppliancesIdBackupBackupIdStatusGetRequest
- type ApiAppliancesIdBackupPostRequest
- func (r ApiAppliancesIdBackupPostRequest) AppliancesIdBackupPostRequest(appliancesIdBackupPostRequest AppliancesIdBackupPostRequest) ApiAppliancesIdBackupPostRequest
- func (r ApiAppliancesIdBackupPostRequest) Authorization(authorization string) ApiAppliancesIdBackupPostRequest
- func (r ApiAppliancesIdBackupPostRequest) Execute() (*AppliancesIdBackupPost200Response, *http.Response, error)
- type ApiAppliancesIdChangeChangeIdGetRequest
- type ApiAppliancesIdCommandDigPostRequest
- func (r ApiAppliancesIdCommandDigPostRequest) AppliancesIdCommandDigPostRequest(appliancesIdCommandDigPostRequest AppliancesIdCommandDigPostRequest) ApiAppliancesIdCommandDigPostRequest
- func (r ApiAppliancesIdCommandDigPostRequest) Authorization(authorization string) ApiAppliancesIdCommandDigPostRequest
- func (r ApiAppliancesIdCommandDigPostRequest) Execute() (string, *http.Response, error)
- type ApiAppliancesIdCommandNetcatPostRequest
- func (r ApiAppliancesIdCommandNetcatPostRequest) AppliancesIdCommandNetcatPostRequest(appliancesIdCommandNetcatPostRequest AppliancesIdCommandNetcatPostRequest) ApiAppliancesIdCommandNetcatPostRequest
- func (r ApiAppliancesIdCommandNetcatPostRequest) Authorization(authorization string) ApiAppliancesIdCommandNetcatPostRequest
- func (r ApiAppliancesIdCommandNetcatPostRequest) Execute() (string, *http.Response, error)
- type ApiAppliancesIdCommandPingPostRequest
- func (r ApiAppliancesIdCommandPingPostRequest) AppliancesIdCommandPingPostRequest(appliancesIdCommandPingPostRequest AppliancesIdCommandPingPostRequest) ApiAppliancesIdCommandPingPostRequest
- func (r ApiAppliancesIdCommandPingPostRequest) Authorization(authorization string) ApiAppliancesIdCommandPingPostRequest
- func (r ApiAppliancesIdCommandPingPostRequest) Execute() (string, *http.Response, error)
- type ApiAppliancesIdCommandTcpdumpPostRequest
- func (r ApiAppliancesIdCommandTcpdumpPostRequest) AppliancesIdCommandTcpdumpPostRequest(appliancesIdCommandTcpdumpPostRequest AppliancesIdCommandTcpdumpPostRequest) ApiAppliancesIdCommandTcpdumpPostRequest
- func (r ApiAppliancesIdCommandTcpdumpPostRequest) Authorization(authorization string) ApiAppliancesIdCommandTcpdumpPostRequest
- func (r ApiAppliancesIdCommandTcpdumpPostRequest) Execute() (string, *http.Response, error)
- type ApiAppliancesIdDeactivatePostRequest
- type ApiAppliancesIdDeleteRequest
- type ApiAppliancesIdExportIsoPostRequest
- func (r ApiAppliancesIdExportIsoPostRequest) Authorization(authorization string) ApiAppliancesIdExportIsoPostRequest
- func (r ApiAppliancesIdExportIsoPostRequest) Execute() (*ApplianceSeedISO, *http.Response, error)
- func (r ApiAppliancesIdExportIsoPostRequest) LatestVersion(latestVersion bool) ApiAppliancesIdExportIsoPostRequest
- func (r ApiAppliancesIdExportIsoPostRequest) SSHConfig(sSHConfig SSHConfig) ApiAppliancesIdExportIsoPostRequest
- func (r ApiAppliancesIdExportIsoPostRequest) Version(version float32) ApiAppliancesIdExportIsoPostRequest
- type ApiAppliancesIdExportPostRequest
- func (r ApiAppliancesIdExportPostRequest) Authorization(authorization string) ApiAppliancesIdExportPostRequest
- func (r ApiAppliancesIdExportPostRequest) Execute() (map[string]interface{}, *http.Response, error)
- func (r ApiAppliancesIdExportPostRequest) LatestVersion(latestVersion bool) ApiAppliancesIdExportPostRequest
- func (r ApiAppliancesIdExportPostRequest) SSHConfig(sSHConfig SSHConfig) ApiAppliancesIdExportPostRequest
- func (r ApiAppliancesIdExportPostRequest) Version(version float32) ApiAppliancesIdExportPostRequest
- type ApiAppliancesIdGetRequest
- type ApiAppliancesIdMaintenancePostRequest
- func (r ApiAppliancesIdMaintenancePostRequest) AppliancesIdMaintenancePostRequest(appliancesIdMaintenancePostRequest AppliancesIdMaintenancePostRequest) ApiAppliancesIdMaintenancePostRequest
- func (r ApiAppliancesIdMaintenancePostRequest) Authorization(authorization string) ApiAppliancesIdMaintenancePostRequest
- func (r ApiAppliancesIdMaintenancePostRequest) Execute() (*AppliancesIdMaintenancePost202Response, *http.Response, error)
- type ApiAppliancesIdMetricsGetRequest
- type ApiAppliancesIdMetricsNameGetRequest
- type ApiAppliancesIdNameResolutionStatusGetRequest
- type ApiAppliancesIdPutRequest
- type ApiAppliancesIdRebootPostRequest
- type ApiAppliancesIdRenewCertificatePostRequest
- type ApiAppliancesIdSwitchPartitionPostRequest
- type ApiAppliancesIdTestResolverNamePostRequest
- func (r ApiAppliancesIdTestResolverNamePostRequest) AppliancesIdTestResolverNamePostRequest(...) ApiAppliancesIdTestResolverNamePostRequest
- func (r ApiAppliancesIdTestResolverNamePostRequest) Authorization(authorization string) ApiAppliancesIdTestResolverNamePostRequest
- func (r ApiAppliancesIdTestResolverNamePostRequest) Execute() (*AppliancesIdTestResolverNamePost200Response, *http.Response, error)
- type ApiAppliancesIdUpgradeCompletePostRequest
- func (r ApiAppliancesIdUpgradeCompletePostRequest) AppliancesIdUpgradeCompletePostRequest(appliancesIdUpgradeCompletePostRequest AppliancesIdUpgradeCompletePostRequest) ApiAppliancesIdUpgradeCompletePostRequest
- func (r ApiAppliancesIdUpgradeCompletePostRequest) Authorization(authorization string) ApiAppliancesIdUpgradeCompletePostRequest
- func (r ApiAppliancesIdUpgradeCompletePostRequest) Execute() (*ApplianceUpgradeInternal, *http.Response, error)
- type ApiAppliancesIdUpgradeDeleteRequest
- type ApiAppliancesIdUpgradeGetRequest
- type ApiAppliancesIdUpgradePostRequest
- func (r ApiAppliancesIdUpgradePostRequest) ApplianceUpgrade(applianceUpgrade ApplianceUpgrade) ApiAppliancesIdUpgradePostRequest
- func (r ApiAppliancesIdUpgradePostRequest) Authorization(authorization string) ApiAppliancesIdUpgradePostRequest
- func (r ApiAppliancesIdUpgradePostRequest) Execute() (*ApplianceUpgradeInternal, *http.Response, error)
- type ApiAppliancesIdUpgradePreparePostRequest
- func (r ApiAppliancesIdUpgradePreparePostRequest) ApplianceUpgrade(applianceUpgrade ApplianceUpgrade) ApiAppliancesIdUpgradePreparePostRequest
- func (r ApiAppliancesIdUpgradePreparePostRequest) Authorization(authorization string) ApiAppliancesIdUpgradePreparePostRequest
- func (r ApiAppliancesIdUpgradePreparePostRequest) Execute() (*ApplianceUpgradeInternal, *http.Response, error)
- type ApiAppliancesIdUpgradeSwitchPartitionPostRequest
- type ApiAppliancesPostRequest
- type ApiAppliancesRepartitionIpAllocationsPostRequest
- type ApiAuthenticationLogoutPostRequest
- type ApiAuthenticationOtpInitializePostRequest
- func (r ApiAuthenticationOtpInitializePostRequest) AuthenticationOtpInitializePostRequest(authenticationOtpInitializePostRequest AuthenticationOtpInitializePostRequest) ApiAuthenticationOtpInitializePostRequest
- func (r ApiAuthenticationOtpInitializePostRequest) Authorization(authorization string) ApiAuthenticationOtpInitializePostRequest
- func (r ApiAuthenticationOtpInitializePostRequest) Execute() (*AuthenticationOtpInitializePost200Response, *http.Response, error)
- type ApiAuthenticationOtpPostRequest
- func (r ApiAuthenticationOtpPostRequest) AuthenticationOtpPostRequest(authenticationOtpPostRequest AuthenticationOtpPostRequest) ApiAuthenticationOtpPostRequest
- func (r ApiAuthenticationOtpPostRequest) Authorization(authorization string) ApiAuthenticationOtpPostRequest
- func (r ApiAuthenticationOtpPostRequest) Execute() (*LoginResponse, *http.Response, error)
- type ApiAuthenticationPostRequest
- type ApiAuthorizationGetRequest
- type ApiAutoUpdateSettingsGetRequest
- type ApiAutoUpdateSettingsPutRequest
- func (r ApiAutoUpdateSettingsPutRequest) Authorization(authorization string) ApiAutoUpdateSettingsPutRequest
- func (r ApiAutoUpdateSettingsPutRequest) AutoUpdateSettings(autoUpdateSettings AutoUpdateSettings) ApiAutoUpdateSettingsPutRequest
- func (r ApiAutoUpdateSettingsPutRequest) Execute() (*http.Response, error)
- type ApiBlacklistDistinguishedNameDeleteRequest
- type ApiBlacklistGetRequest
- func (r ApiBlacklistGetRequest) Authorization(authorization string) ApiBlacklistGetRequest
- func (r ApiBlacklistGetRequest) Descending(descending string) ApiBlacklistGetRequest
- func (r ApiBlacklistGetRequest) Execute() (*BlackListList, *http.Response, error)
- func (r ApiBlacklistGetRequest) FilterBy(filterBy map[string]string) ApiBlacklistGetRequest
- func (r ApiBlacklistGetRequest) OrderBy(orderBy string) ApiBlacklistGetRequest
- func (r ApiBlacklistGetRequest) Query(query string) ApiBlacklistGetRequest
- func (r ApiBlacklistGetRequest) Range_(range_ string) ApiBlacklistGetRequest
- type ApiBlacklistPostRequest
- type ApiCertificateAuthorityCaGetRequest
- type ApiCertificateAuthorityCaNextDeleteRequest
- type ApiCertificateAuthorityCaNextGeneratePostRequest
- func (r ApiCertificateAuthorityCaNextGeneratePostRequest) Authorization(authorization string) ApiCertificateAuthorityCaNextGeneratePostRequest
- func (r ApiCertificateAuthorityCaNextGeneratePostRequest) CertificateAuthorityCaNextGeneratePostRequest(...) ApiCertificateAuthorityCaNextGeneratePostRequest
- func (r ApiCertificateAuthorityCaNextGeneratePostRequest) Execute() (*CaConfig, *http.Response, error)
- type ApiCertificateAuthorityCaNextGetRequest
- type ApiCertificateAuthorityCaNextSwitchPostRequest
- func (r ApiCertificateAuthorityCaNextSwitchPostRequest) Authorization(authorization string) ApiCertificateAuthorityCaNextSwitchPostRequest
- func (r ApiCertificateAuthorityCaNextSwitchPostRequest) CertificateAuthorityCaNextSwitchPostRequest(...) ApiCertificateAuthorityCaNextSwitchPostRequest
- func (r ApiCertificateAuthorityCaNextSwitchPostRequest) Execute() (*http.Response, error)
- type ApiCertificateAuthorityCaNextUploadPostRequest
- func (r ApiCertificateAuthorityCaNextUploadPostRequest) Authorization(authorization string) ApiCertificateAuthorityCaNextUploadPostRequest
- func (r ApiCertificateAuthorityCaNextUploadPostRequest) Execute() (*CaConfig, *http.Response, error)
- func (r ApiCertificateAuthorityCaNextUploadPostRequest) UploadCa(uploadCa UploadCa) ApiCertificateAuthorityCaNextUploadPostRequest
- type ApiCertificateAuthorityCaPemGetRequest
- type ApiCertificateAuthorityCrlGetRequest
- type ApiCertificateAuthorityCrlNextGetRequest
- type ApiCertificateAuthorityIssuedCertificatesGetRequest
- type ApiCertificateAuthorityIssuedCertificatesRevokedCertificateIdPutRequest
- func (r ApiCertificateAuthorityIssuedCertificatesRevokedCertificateIdPutRequest) Authorization(authorization string) ApiCertificateAuthorityIssuedCertificatesRevokedCertificateIdPutRequest
- func (r ApiCertificateAuthorityIssuedCertificatesRevokedCertificateIdPutRequest) CertificateAuthorityIssuedCertificatesRevokedCertificateIdPutRequest(...) ApiCertificateAuthorityIssuedCertificatesRevokedCertificateIdPutRequest
- func (r ApiCertificateAuthorityIssuedCertificatesRevokedCertificateIdPutRequest) Execute() (*IssuedCertificate, *http.Response, error)
- type ApiClaimsNamesGetRequest
- type ApiClientConnectionsDeleteRequest
- type ApiClientConnectionsGetRequest
- type ApiClientConnectionsProfileNameBarcodeGetRequest
- type ApiClientConnectionsProfileNameUrlGetRequest
- type ApiClientConnectionsPutRequest
- func (r ApiClientConnectionsPutRequest) Authorization(authorization string) ApiClientConnectionsPutRequest
- func (r ApiClientConnectionsPutRequest) ClientConnections(clientConnections ClientConnections) ApiClientConnectionsPutRequest
- func (r ApiClientConnectionsPutRequest) Execute() (*ClientConnections, *http.Response, error)
- type ApiClientLogsDistinguishedNameGetRequest
- type ApiClientProfilesGetRequest
- func (r ApiClientProfilesGetRequest) Authorization(authorization string) ApiClientProfilesGetRequest
- func (r ApiClientProfilesGetRequest) Descending(descending string) ApiClientProfilesGetRequest
- func (r ApiClientProfilesGetRequest) Execute() (*ClientProfileList, *http.Response, error)
- func (r ApiClientProfilesGetRequest) FilterBy(filterBy map[string]string) ApiClientProfilesGetRequest
- func (r ApiClientProfilesGetRequest) OrderBy(orderBy string) ApiClientProfilesGetRequest
- func (r ApiClientProfilesGetRequest) Query(query string) ApiClientProfilesGetRequest
- func (r ApiClientProfilesGetRequest) Range_(range_ string) ApiClientProfilesGetRequest
- type ApiClientProfilesIdBarcodeGetRequest
- type ApiClientProfilesIdDeleteRequest
- type ApiClientProfilesIdGetRequest
- type ApiClientProfilesIdPutRequest
- func (r ApiClientProfilesIdPutRequest) Authorization(authorization string) ApiClientProfilesIdPutRequest
- func (r ApiClientProfilesIdPutRequest) ClientProfile(clientProfile ClientProfile) ApiClientProfilesIdPutRequest
- func (r ApiClientProfilesIdPutRequest) Execute() (*ClientProfile, *http.Response, error)
- type ApiClientProfilesIdUrlGetRequest
- type ApiClientProfilesPostRequest
- func (r ApiClientProfilesPostRequest) Authorization(authorization string) ApiClientProfilesPostRequest
- func (r ApiClientProfilesPostRequest) ClientProfile(clientProfile ClientProfile) ApiClientProfilesPostRequest
- func (r ApiClientProfilesPostRequest) Execute() (*ClientProfile, *http.Response, error)
- type ApiConditionsGetRequest
- func (r ApiConditionsGetRequest) Authorization(authorization string) ApiConditionsGetRequest
- func (r ApiConditionsGetRequest) Descending(descending string) ApiConditionsGetRequest
- func (r ApiConditionsGetRequest) Execute() (*ConditionList, *http.Response, error)
- func (r ApiConditionsGetRequest) FilterBy(filterBy map[string]string) ApiConditionsGetRequest
- func (r ApiConditionsGetRequest) OrderBy(orderBy string) ApiConditionsGetRequest
- func (r ApiConditionsGetRequest) Query(query string) ApiConditionsGetRequest
- func (r ApiConditionsGetRequest) Range_(range_ string) ApiConditionsGetRequest
- type ApiConditionsIdDeleteRequest
- type ApiConditionsIdGetRequest
- type ApiConditionsIdPutRequest
- type ApiConditionsPostRequest
- type ApiConditionsTestPostRequest
- func (r ApiConditionsTestPostRequest) Authorization(authorization string) ApiConditionsTestPostRequest
- func (r ApiConditionsTestPostRequest) Execute() (*ConditionsTestPost200Response, *http.Response, error)
- func (r ApiConditionsTestPostRequest) TestRequest(testRequest TestRequest) ApiConditionsTestPostRequest
- type ApiConnectorIdentityProvidersGetRequest
- func (r ApiConnectorIdentityProvidersGetRequest) Authorization(authorization string) ApiConnectorIdentityProvidersGetRequest
- func (r ApiConnectorIdentityProvidersGetRequest) Descending(descending string) ApiConnectorIdentityProvidersGetRequest
- func (r ApiConnectorIdentityProvidersGetRequest) Execute() (*ConnectorIdentityProviderList, *http.Response, error)
- func (r ApiConnectorIdentityProvidersGetRequest) FilterBy(filterBy map[string]string) ApiConnectorIdentityProvidersGetRequest
- func (r ApiConnectorIdentityProvidersGetRequest) OrderBy(orderBy string) ApiConnectorIdentityProvidersGetRequest
- func (r ApiConnectorIdentityProvidersGetRequest) Query(query string) ApiConnectorIdentityProvidersGetRequest
- func (r ApiConnectorIdentityProvidersGetRequest) Range_(range_ string) ApiConnectorIdentityProvidersGetRequest
- type ApiConnectorIdentityProvidersIdAttributesPostRequest
- func (r ApiConnectorIdentityProvidersIdAttributesPostRequest) Authorization(authorization string) ApiConnectorIdentityProvidersIdAttributesPostRequest
- func (r ApiConnectorIdentityProvidersIdAttributesPostRequest) Execute() (*IdentityProvidersIdAttributesPost200Response, *http.Response, error)
- func (r ApiConnectorIdentityProvidersIdAttributesPostRequest) IdentityProvidersIdAttributesPostRequest(...) ApiConnectorIdentityProvidersIdAttributesPostRequest
- type ApiConnectorIdentityProvidersIdDeleteRequest
- type ApiConnectorIdentityProvidersIdGetRequest
- type ApiConnectorIdentityProvidersIdPutRequest
- func (r ApiConnectorIdentityProvidersIdPutRequest) Authorization(authorization string) ApiConnectorIdentityProvidersIdPutRequest
- func (r ApiConnectorIdentityProvidersIdPutRequest) Body(body ConnectorProvider) ApiConnectorIdentityProvidersIdPutRequest
- func (r ApiConnectorIdentityProvidersIdPutRequest) Execute() (*ConnectorProvider, *http.Response, error)
- type ApiConnectorIdentityProvidersPostRequest
- func (r ApiConnectorIdentityProvidersPostRequest) Authorization(authorization string) ApiConnectorIdentityProvidersPostRequest
- func (r ApiConnectorIdentityProvidersPostRequest) Body(body ConnectorProvider) ApiConnectorIdentityProvidersPostRequest
- func (r ApiConnectorIdentityProvidersPostRequest) Execute() (*ConnectorProvider, *http.Response, error)
- type ApiConnectorIdentityProvidersTestPostRequest
- func (r ApiConnectorIdentityProvidersTestPostRequest) Authorization(authorization string) ApiConnectorIdentityProvidersTestPostRequest
- func (r ApiConnectorIdentityProvidersTestPostRequest) Body(body map[string]interface{}) ApiConnectorIdentityProvidersTestPostRequest
- func (r ApiConnectorIdentityProvidersTestPostRequest) Execute() (*IdentityProvidersTestPost200Response, *http.Response, error)
- type ApiCriteriaScriptsGetRequest
- func (r ApiCriteriaScriptsGetRequest) Authorization(authorization string) ApiCriteriaScriptsGetRequest
- func (r ApiCriteriaScriptsGetRequest) Descending(descending string) ApiCriteriaScriptsGetRequest
- func (r ApiCriteriaScriptsGetRequest) Execute() (*CriteriaScriptList, *http.Response, error)
- func (r ApiCriteriaScriptsGetRequest) FilterBy(filterBy map[string]string) ApiCriteriaScriptsGetRequest
- func (r ApiCriteriaScriptsGetRequest) OrderBy(orderBy string) ApiCriteriaScriptsGetRequest
- func (r ApiCriteriaScriptsGetRequest) Query(query string) ApiCriteriaScriptsGetRequest
- func (r ApiCriteriaScriptsGetRequest) Range_(range_ string) ApiCriteriaScriptsGetRequest
- type ApiCriteriaScriptsIdDeleteRequest
- type ApiCriteriaScriptsIdGetRequest
- type ApiCriteriaScriptsIdPutRequest
- func (r ApiCriteriaScriptsIdPutRequest) Authorization(authorization string) ApiCriteriaScriptsIdPutRequest
- func (r ApiCriteriaScriptsIdPutRequest) CriteriaScript(criteriaScript CriteriaScript) ApiCriteriaScriptsIdPutRequest
- func (r ApiCriteriaScriptsIdPutRequest) Execute() (*CriteriaScript, *http.Response, error)
- type ApiCriteriaScriptsPostRequest
- func (r ApiCriteriaScriptsPostRequest) Authorization(authorization string) ApiCriteriaScriptsPostRequest
- func (r ApiCriteriaScriptsPostRequest) CriteriaScript(criteriaScript CriteriaScript) ApiCriteriaScriptsPostRequest
- func (r ApiCriteriaScriptsPostRequest) Execute() (*CriteriaScript, *http.Response, error)
- type ApiDeviceScriptsDownloadIdGetRequest
- type ApiDeviceScriptsGetRequest
- func (r ApiDeviceScriptsGetRequest) Authorization(authorization string) ApiDeviceScriptsGetRequest
- func (r ApiDeviceScriptsGetRequest) Descending(descending string) ApiDeviceScriptsGetRequest
- func (r ApiDeviceScriptsGetRequest) Execute() (*DeviceScriptList, *http.Response, error)
- func (r ApiDeviceScriptsGetRequest) FilterBy(filterBy map[string]string) ApiDeviceScriptsGetRequest
- func (r ApiDeviceScriptsGetRequest) OrderBy(orderBy string) ApiDeviceScriptsGetRequest
- func (r ApiDeviceScriptsGetRequest) Query(query string) ApiDeviceScriptsGetRequest
- func (r ApiDeviceScriptsGetRequest) Range_(range_ string) ApiDeviceScriptsGetRequest
- type ApiDeviceScriptsIdDeleteRequest
- type ApiDeviceScriptsIdGetRequest
- type ApiDeviceScriptsIdPutRequest
- type ApiDeviceScriptsPostRequest
- type ApiEntitlementScriptsGetRequest
- func (r ApiEntitlementScriptsGetRequest) Authorization(authorization string) ApiEntitlementScriptsGetRequest
- func (r ApiEntitlementScriptsGetRequest) Descending(descending string) ApiEntitlementScriptsGetRequest
- func (r ApiEntitlementScriptsGetRequest) Execute() (*EntitlementScriptList, *http.Response, error)
- func (r ApiEntitlementScriptsGetRequest) FilterBy(filterBy map[string]string) ApiEntitlementScriptsGetRequest
- func (r ApiEntitlementScriptsGetRequest) OrderBy(orderBy string) ApiEntitlementScriptsGetRequest
- func (r ApiEntitlementScriptsGetRequest) Query(query string) ApiEntitlementScriptsGetRequest
- func (r ApiEntitlementScriptsGetRequest) Range_(range_ string) ApiEntitlementScriptsGetRequest
- type ApiEntitlementScriptsIdDeleteRequest
- type ApiEntitlementScriptsIdGetRequest
- type ApiEntitlementScriptsIdPutRequest
- func (r ApiEntitlementScriptsIdPutRequest) Authorization(authorization string) ApiEntitlementScriptsIdPutRequest
- func (r ApiEntitlementScriptsIdPutRequest) EntitlementScript(entitlementScript EntitlementScript) ApiEntitlementScriptsIdPutRequest
- func (r ApiEntitlementScriptsIdPutRequest) Execute() (*EntitlementScript, *http.Response, error)
- type ApiEntitlementScriptsPostRequest
- func (r ApiEntitlementScriptsPostRequest) Authorization(authorization string) ApiEntitlementScriptsPostRequest
- func (r ApiEntitlementScriptsPostRequest) EntitlementScript(entitlementScript EntitlementScript) ApiEntitlementScriptsPostRequest
- func (r ApiEntitlementScriptsPostRequest) Execute() (*EntitlementScript, *http.Response, error)
- type ApiEntitlementScriptsTestPostRequest
- func (r ApiEntitlementScriptsTestPostRequest) Authorization(authorization string) ApiEntitlementScriptsTestPostRequest
- func (r ApiEntitlementScriptsTestPostRequest) EntitlementScriptsTest(entitlementScriptsTest EntitlementScriptsTest) ApiEntitlementScriptsTestPostRequest
- func (r ApiEntitlementScriptsTestPostRequest) Execute() (*EntitlementScriptTestResult, *http.Response, error)
- type ApiEntitlementsGetRequest
- func (r ApiEntitlementsGetRequest) Authorization(authorization string) ApiEntitlementsGetRequest
- func (r ApiEntitlementsGetRequest) Descending(descending string) ApiEntitlementsGetRequest
- func (r ApiEntitlementsGetRequest) Execute() (*EntitlementList, *http.Response, error)
- func (r ApiEntitlementsGetRequest) FilterBy(filterBy map[string]string) ApiEntitlementsGetRequest
- func (r ApiEntitlementsGetRequest) OrderBy(orderBy string) ApiEntitlementsGetRequest
- func (r ApiEntitlementsGetRequest) Query(query string) ApiEntitlementsGetRequest
- func (r ApiEntitlementsGetRequest) Range_(range_ string) ApiEntitlementsGetRequest
- type ApiEntitlementsIdDeleteRequest
- type ApiEntitlementsIdGetRequest
- type ApiEntitlementsIdPutRequest
- type ApiEntitlementsPostRequest
- type ApiFido2DevicesDistinguishedNameDeleteRequest
- type ApiFido2DevicesGetRequest
- func (r ApiFido2DevicesGetRequest) Authorization(authorization string) ApiFido2DevicesGetRequest
- func (r ApiFido2DevicesGetRequest) Descending(descending string) ApiFido2DevicesGetRequest
- func (r ApiFido2DevicesGetRequest) Execute() (*Fido2DeviceList, *http.Response, error)
- func (r ApiFido2DevicesGetRequest) FilterBy(filterBy map[string]string) ApiFido2DevicesGetRequest
- func (r ApiFido2DevicesGetRequest) OrderBy(orderBy string) ApiFido2DevicesGetRequest
- func (r ApiFido2DevicesGetRequest) Query(query string) ApiFido2DevicesGetRequest
- func (r ApiFido2DevicesGetRequest) Range_(range_ string) ApiFido2DevicesGetRequest
- type ApiFilesFilenameDeleteRequest
- type ApiFilesFilenameGetRequest
- type ApiFilesGetRequest
- type ApiFilesPostRequest
- type ApiFilesPutRequest
- type ApiGlobalSettingsDeleteRequest
- type ApiGlobalSettingsGetRequest
- type ApiGlobalSettingsPutRequest
- type ApiIdentityProvidersGetRequest
- func (r ApiIdentityProvidersGetRequest) Authorization(authorization string) ApiIdentityProvidersGetRequest
- func (r ApiIdentityProvidersGetRequest) Descending(descending string) ApiIdentityProvidersGetRequest
- func (r ApiIdentityProvidersGetRequest) Execute() (*IdentityProviderList, *http.Response, error)
- func (r ApiIdentityProvidersGetRequest) FilterBy(filterBy map[string]string) ApiIdentityProvidersGetRequest
- func (r ApiIdentityProvidersGetRequest) OrderBy(orderBy string) ApiIdentityProvidersGetRequest
- func (r ApiIdentityProvidersGetRequest) Query(query string) ApiIdentityProvidersGetRequest
- func (r ApiIdentityProvidersGetRequest) Range_(range_ string) ApiIdentityProvidersGetRequest
- type ApiIdentityProvidersIdAttributesPostRequest
- func (r ApiIdentityProvidersIdAttributesPostRequest) Authorization(authorization string) ApiIdentityProvidersIdAttributesPostRequest
- func (r ApiIdentityProvidersIdAttributesPostRequest) Execute() (*IdentityProvidersIdAttributesPost200Response, *http.Response, error)
- func (r ApiIdentityProvidersIdAttributesPostRequest) IdentityProvidersIdAttributesPostRequest(...) ApiIdentityProvidersIdAttributesPostRequest
- type ApiIdentityProvidersIdDeleteRequest
- type ApiIdentityProvidersIdGetRequest
- type ApiIdentityProvidersIdPutRequest
- func (r ApiIdentityProvidersIdPutRequest) Authorization(authorization string) ApiIdentityProvidersIdPutRequest
- func (r ApiIdentityProvidersIdPutRequest) Body(body map[string]interface{}) ApiIdentityProvidersIdPutRequest
- func (r ApiIdentityProvidersIdPutRequest) Execute() (map[string]interface{}, *http.Response, error)
- type ApiIdentityProvidersNamesGetRequest
- type ApiIdentityProvidersPostRequest
- func (r ApiIdentityProvidersPostRequest) Authorization(authorization string) ApiIdentityProvidersPostRequest
- func (r ApiIdentityProvidersPostRequest) Body(body map[string]interface{}) ApiIdentityProvidersPostRequest
- func (r ApiIdentityProvidersPostRequest) Execute() (map[string]interface{}, *http.Response, error)
- type ApiIdentityProvidersTestPostRequest
- func (r ApiIdentityProvidersTestPostRequest) Authorization(authorization string) ApiIdentityProvidersTestPostRequest
- func (r ApiIdentityProvidersTestPostRequest) Body(body map[string]interface{}) ApiIdentityProvidersTestPostRequest
- func (r ApiIdentityProvidersTestPostRequest) Execute() (*IdentityProvidersTestPost200Response, *http.Response, error)
- type ApiIpPoolsAllocatedIpsByDnDistinguishedNameGetRequest
- type ApiIpPoolsAllocatedIpsGetRequest
- func (r ApiIpPoolsAllocatedIpsGetRequest) Authorization(authorization string) ApiIpPoolsAllocatedIpsGetRequest
- func (r ApiIpPoolsAllocatedIpsGetRequest) Descending(descending string) ApiIpPoolsAllocatedIpsGetRequest
- func (r ApiIpPoolsAllocatedIpsGetRequest) Execute() (*AllocatedIpList, *http.Response, error)
- func (r ApiIpPoolsAllocatedIpsGetRequest) FilterBy(filterBy map[string]string) ApiIpPoolsAllocatedIpsGetRequest
- func (r ApiIpPoolsAllocatedIpsGetRequest) OrderBy(orderBy string) ApiIpPoolsAllocatedIpsGetRequest
- func (r ApiIpPoolsAllocatedIpsGetRequest) Query(query string) ApiIpPoolsAllocatedIpsGetRequest
- func (r ApiIpPoolsAllocatedIpsGetRequest) Range_(range_ string) ApiIpPoolsAllocatedIpsGetRequest
- type ApiIpPoolsGetRequest
- func (r ApiIpPoolsGetRequest) Authorization(authorization string) ApiIpPoolsGetRequest
- func (r ApiIpPoolsGetRequest) Descending(descending string) ApiIpPoolsGetRequest
- func (r ApiIpPoolsGetRequest) Execute() (*IpPoolList, *http.Response, error)
- func (r ApiIpPoolsGetRequest) FilterBy(filterBy map[string]string) ApiIpPoolsGetRequest
- func (r ApiIpPoolsGetRequest) OrderBy(orderBy string) ApiIpPoolsGetRequest
- func (r ApiIpPoolsGetRequest) Query(query string) ApiIpPoolsGetRequest
- func (r ApiIpPoolsGetRequest) Range_(range_ string) ApiIpPoolsGetRequest
- type ApiIpPoolsIdDeleteRequest
- type ApiIpPoolsIdGetRequest
- type ApiIpPoolsIdPutRequest
- type ApiIpPoolsPostRequest
- type ApiLdapCertificateIdentityProvidersGetRequest
- func (r ApiLdapCertificateIdentityProvidersGetRequest) Authorization(authorization string) ApiLdapCertificateIdentityProvidersGetRequest
- func (r ApiLdapCertificateIdentityProvidersGetRequest) Descending(descending string) ApiLdapCertificateIdentityProvidersGetRequest
- func (r ApiLdapCertificateIdentityProvidersGetRequest) Execute() (*LdapCertificateIdentityProviderList, *http.Response, error)
- func (r ApiLdapCertificateIdentityProvidersGetRequest) FilterBy(filterBy map[string]string) ApiLdapCertificateIdentityProvidersGetRequest
- func (r ApiLdapCertificateIdentityProvidersGetRequest) OrderBy(orderBy string) ApiLdapCertificateIdentityProvidersGetRequest
- func (r ApiLdapCertificateIdentityProvidersGetRequest) Query(query string) ApiLdapCertificateIdentityProvidersGetRequest
- func (r ApiLdapCertificateIdentityProvidersGetRequest) Range_(range_ string) ApiLdapCertificateIdentityProvidersGetRequest
- type ApiLdapCertificateIdentityProvidersIdAttributesPostRequest
- func (r ApiLdapCertificateIdentityProvidersIdAttributesPostRequest) Authorization(authorization string) ApiLdapCertificateIdentityProvidersIdAttributesPostRequest
- func (r ApiLdapCertificateIdentityProvidersIdAttributesPostRequest) Execute() (*IdentityProvidersIdAttributesPost200Response, *http.Response, error)
- func (r ApiLdapCertificateIdentityProvidersIdAttributesPostRequest) IdentityProvidersIdAttributesPostRequest(...) ApiLdapCertificateIdentityProvidersIdAttributesPostRequest
- type ApiLdapCertificateIdentityProvidersIdDeleteRequest
- type ApiLdapCertificateIdentityProvidersIdGetRequest
- type ApiLdapCertificateIdentityProvidersIdPutRequest
- func (r ApiLdapCertificateIdentityProvidersIdPutRequest) Authorization(authorization string) ApiLdapCertificateIdentityProvidersIdPutRequest
- func (r ApiLdapCertificateIdentityProvidersIdPutRequest) Body(body LdapCertificateProvider) ApiLdapCertificateIdentityProvidersIdPutRequest
- func (r ApiLdapCertificateIdentityProvidersIdPutRequest) Execute() (*LdapCertificateProvider, *http.Response, error)
- type ApiLdapCertificateIdentityProvidersPostRequest
- func (r ApiLdapCertificateIdentityProvidersPostRequest) Authorization(authorization string) ApiLdapCertificateIdentityProvidersPostRequest
- func (r ApiLdapCertificateIdentityProvidersPostRequest) Body(body LdapCertificateProvider) ApiLdapCertificateIdentityProvidersPostRequest
- func (r ApiLdapCertificateIdentityProvidersPostRequest) Execute() (*LdapCertificateProvider, *http.Response, error)
- type ApiLdapCertificateIdentityProvidersTestPostRequest
- func (r ApiLdapCertificateIdentityProvidersTestPostRequest) Authorization(authorization string) ApiLdapCertificateIdentityProvidersTestPostRequest
- func (r ApiLdapCertificateIdentityProvidersTestPostRequest) Body(body map[string]interface{}) ApiLdapCertificateIdentityProvidersTestPostRequest
- func (r ApiLdapCertificateIdentityProvidersTestPostRequest) Execute() (*IdentityProvidersTestPost200Response, *http.Response, error)
- type ApiLdapIdentityProvidersGetRequest
- func (r ApiLdapIdentityProvidersGetRequest) Authorization(authorization string) ApiLdapIdentityProvidersGetRequest
- func (r ApiLdapIdentityProvidersGetRequest) Descending(descending string) ApiLdapIdentityProvidersGetRequest
- func (r ApiLdapIdentityProvidersGetRequest) Execute() (*LdapIdentityProviderList, *http.Response, error)
- func (r ApiLdapIdentityProvidersGetRequest) FilterBy(filterBy map[string]string) ApiLdapIdentityProvidersGetRequest
- func (r ApiLdapIdentityProvidersGetRequest) OrderBy(orderBy string) ApiLdapIdentityProvidersGetRequest
- func (r ApiLdapIdentityProvidersGetRequest) Query(query string) ApiLdapIdentityProvidersGetRequest
- func (r ApiLdapIdentityProvidersGetRequest) Range_(range_ string) ApiLdapIdentityProvidersGetRequest
- type ApiLdapIdentityProvidersIdAttributesPostRequest
- func (r ApiLdapIdentityProvidersIdAttributesPostRequest) Authorization(authorization string) ApiLdapIdentityProvidersIdAttributesPostRequest
- func (r ApiLdapIdentityProvidersIdAttributesPostRequest) Execute() (*IdentityProvidersIdAttributesPost200Response, *http.Response, error)
- func (r ApiLdapIdentityProvidersIdAttributesPostRequest) IdentityProvidersIdAttributesPostRequest(...) ApiLdapIdentityProvidersIdAttributesPostRequest
- type ApiLdapIdentityProvidersIdDeleteRequest
- type ApiLdapIdentityProvidersIdGetRequest
- type ApiLdapIdentityProvidersIdPutRequest
- func (r ApiLdapIdentityProvidersIdPutRequest) Authorization(authorization string) ApiLdapIdentityProvidersIdPutRequest
- func (r ApiLdapIdentityProvidersIdPutRequest) Body(body LdapProvider) ApiLdapIdentityProvidersIdPutRequest
- func (r ApiLdapIdentityProvidersIdPutRequest) Execute() (*LdapProvider, *http.Response, error)
- type ApiLdapIdentityProvidersPostRequest
- func (r ApiLdapIdentityProvidersPostRequest) Authorization(authorization string) ApiLdapIdentityProvidersPostRequest
- func (r ApiLdapIdentityProvidersPostRequest) Body(body LdapProvider) ApiLdapIdentityProvidersPostRequest
- func (r ApiLdapIdentityProvidersPostRequest) Execute() (*LdapProvider, *http.Response, error)
- type ApiLdapIdentityProvidersTestPostRequest
- func (r ApiLdapIdentityProvidersTestPostRequest) Authorization(authorization string) ApiLdapIdentityProvidersTestPostRequest
- func (r ApiLdapIdentityProvidersTestPostRequest) Body(body map[string]interface{}) ApiLdapIdentityProvidersTestPostRequest
- func (r ApiLdapIdentityProvidersTestPostRequest) Execute() (*IdentityProvidersTestPost200Response, *http.Response, error)
- type ApiLicenseDeleteRequest
- type ApiLicenseGetRequest
- type ApiLicenseIdDeleteRequest
- type ApiLicenseNextDeleteRequest
- type ApiLicenseNextGetRequest
- type ApiLicenseNextPostRequest
- type ApiLicensePostRequest
- type ApiLicenseUsersGetRequest
- func (r ApiLicenseUsersGetRequest) Authorization(authorization string) ApiLicenseUsersGetRequest
- func (r ApiLicenseUsersGetRequest) Descending(descending string) ApiLicenseUsersGetRequest
- func (r ApiLicenseUsersGetRequest) Execute() (*UserLicenseList, *http.Response, error)
- func (r ApiLicenseUsersGetRequest) FilterBy(filterBy map[string]string) ApiLicenseUsersGetRequest
- func (r ApiLicenseUsersGetRequest) OrderBy(orderBy string) ApiLicenseUsersGetRequest
- func (r ApiLicenseUsersGetRequest) Query(query string) ApiLicenseUsersGetRequest
- func (r ApiLicenseUsersGetRequest) Range_(range_ string) ApiLicenseUsersGetRequest
- type ApiLocalDatabaseIdentityProvidersGetRequest
- func (r ApiLocalDatabaseIdentityProvidersGetRequest) Authorization(authorization string) ApiLocalDatabaseIdentityProvidersGetRequest
- func (r ApiLocalDatabaseIdentityProvidersGetRequest) Descending(descending string) ApiLocalDatabaseIdentityProvidersGetRequest
- func (r ApiLocalDatabaseIdentityProvidersGetRequest) Execute() (*LocalDatabaseIdentityProviderList, *http.Response, error)
- func (r ApiLocalDatabaseIdentityProvidersGetRequest) FilterBy(filterBy map[string]string) ApiLocalDatabaseIdentityProvidersGetRequest
- func (r ApiLocalDatabaseIdentityProvidersGetRequest) OrderBy(orderBy string) ApiLocalDatabaseIdentityProvidersGetRequest
- func (r ApiLocalDatabaseIdentityProvidersGetRequest) Query(query string) ApiLocalDatabaseIdentityProvidersGetRequest
- func (r ApiLocalDatabaseIdentityProvidersGetRequest) Range_(range_ string) ApiLocalDatabaseIdentityProvidersGetRequest
- type ApiLocalDatabaseIdentityProvidersIdAttributesPostRequest
- func (r ApiLocalDatabaseIdentityProvidersIdAttributesPostRequest) Authorization(authorization string) ApiLocalDatabaseIdentityProvidersIdAttributesPostRequest
- func (r ApiLocalDatabaseIdentityProvidersIdAttributesPostRequest) Execute() (*IdentityProvidersIdAttributesPost200Response, *http.Response, error)
- func (r ApiLocalDatabaseIdentityProvidersIdAttributesPostRequest) IdentityProvidersIdAttributesPostRequest(...) ApiLocalDatabaseIdentityProvidersIdAttributesPostRequest
- type ApiLocalDatabaseIdentityProvidersIdDeleteRequest
- type ApiLocalDatabaseIdentityProvidersIdGetRequest
- type ApiLocalDatabaseIdentityProvidersIdPutRequest
- func (r ApiLocalDatabaseIdentityProvidersIdPutRequest) Authorization(authorization string) ApiLocalDatabaseIdentityProvidersIdPutRequest
- func (r ApiLocalDatabaseIdentityProvidersIdPutRequest) Body(body LocalDatabaseProvider) ApiLocalDatabaseIdentityProvidersIdPutRequest
- func (r ApiLocalDatabaseIdentityProvidersIdPutRequest) Execute() (*LocalDatabaseProvider, *http.Response, error)
- type ApiLocalDatabaseIdentityProvidersPostRequest
- func (r ApiLocalDatabaseIdentityProvidersPostRequest) Authorization(authorization string) ApiLocalDatabaseIdentityProvidersPostRequest
- func (r ApiLocalDatabaseIdentityProvidersPostRequest) Body(body LocalDatabaseProvider) ApiLocalDatabaseIdentityProvidersPostRequest
- func (r ApiLocalDatabaseIdentityProvidersPostRequest) Execute() (*LocalDatabaseProvider, *http.Response, error)
- type ApiLocalDatabaseIdentityProvidersTestPostRequest
- func (r ApiLocalDatabaseIdentityProvidersTestPostRequest) Authorization(authorization string) ApiLocalDatabaseIdentityProvidersTestPostRequest
- func (r ApiLocalDatabaseIdentityProvidersTestPostRequest) Body(body map[string]interface{}) ApiLocalDatabaseIdentityProvidersTestPostRequest
- func (r ApiLocalDatabaseIdentityProvidersTestPostRequest) Execute() (*IdentityProvidersTestPost200Response, *http.Response, error)
- type ApiLocalUsersGetRequest
- func (r ApiLocalUsersGetRequest) Authorization(authorization string) ApiLocalUsersGetRequest
- func (r ApiLocalUsersGetRequest) Descending(descending string) ApiLocalUsersGetRequest
- func (r ApiLocalUsersGetRequest) Execute() (*LocalUserList, *http.Response, error)
- func (r ApiLocalUsersGetRequest) FilterBy(filterBy map[string]string) ApiLocalUsersGetRequest
- func (r ApiLocalUsersGetRequest) OrderBy(orderBy string) ApiLocalUsersGetRequest
- func (r ApiLocalUsersGetRequest) Query(query string) ApiLocalUsersGetRequest
- func (r ApiLocalUsersGetRequest) Range_(range_ string) ApiLocalUsersGetRequest
- type ApiLocalUsersIdDeleteRequest
- type ApiLocalUsersIdGetRequest
- type ApiLocalUsersIdPutRequest
- type ApiLocalUsersPostRequest
- type ApiLoginPostRequest
- type ApiMfaProvidersGetRequest
- func (r ApiMfaProvidersGetRequest) Authorization(authorization string) ApiMfaProvidersGetRequest
- func (r ApiMfaProvidersGetRequest) Descending(descending string) ApiMfaProvidersGetRequest
- func (r ApiMfaProvidersGetRequest) Execute() (*MfaProviderList, *http.Response, error)
- func (r ApiMfaProvidersGetRequest) FilterBy(filterBy map[string]string) ApiMfaProvidersGetRequest
- func (r ApiMfaProvidersGetRequest) OrderBy(orderBy string) ApiMfaProvidersGetRequest
- func (r ApiMfaProvidersGetRequest) Query(query string) ApiMfaProvidersGetRequest
- func (r ApiMfaProvidersGetRequest) Range_(range_ string) ApiMfaProvidersGetRequest
- type ApiMfaProvidersIdDeleteRequest
- type ApiMfaProvidersIdGetRequest
- type ApiMfaProvidersIdPutRequest
- type ApiMfaProvidersPostRequest
- type ApiMfaProvidersTestPostRequest
- func (r ApiMfaProvidersTestPostRequest) Authorization(authorization string) ApiMfaProvidersTestPostRequest
- func (r ApiMfaProvidersTestPostRequest) Execute() (*IdentityProvidersTestPost200Response, *http.Response, error)
- func (r ApiMfaProvidersTestPostRequest) MfaProvider(mfaProvider MfaProvider) ApiMfaProvidersTestPostRequest
- type ApiMyPreferencesGetRequest
- type ApiMyPreferencesPutRequest
- type ApiOnBoardedDevicesDistinguishedNameDeleteRequest
- type ApiOnBoardedDevicesGetRequest
- func (r ApiOnBoardedDevicesGetRequest) Authorization(authorization string) ApiOnBoardedDevicesGetRequest
- func (r ApiOnBoardedDevicesGetRequest) Descending(descending string) ApiOnBoardedDevicesGetRequest
- func (r ApiOnBoardedDevicesGetRequest) Execute() (*OnBoardedDeviceList, *http.Response, error)
- func (r ApiOnBoardedDevicesGetRequest) FilterBy(filterBy map[string]string) ApiOnBoardedDevicesGetRequest
- func (r ApiOnBoardedDevicesGetRequest) OrderBy(orderBy string) ApiOnBoardedDevicesGetRequest
- func (r ApiOnBoardedDevicesGetRequest) Query(query string) ApiOnBoardedDevicesGetRequest
- func (r ApiOnBoardedDevicesGetRequest) Range_(range_ string) ApiOnBoardedDevicesGetRequest
- type ApiOtpSeedsDistinguishedNameDeleteRequest
- type ApiOtpSeedsGetRequest
- func (r ApiOtpSeedsGetRequest) Authorization(authorization string) ApiOtpSeedsGetRequest
- func (r ApiOtpSeedsGetRequest) Descending(descending string) ApiOtpSeedsGetRequest
- func (r ApiOtpSeedsGetRequest) Execute() (*OtpSeedList, *http.Response, error)
- func (r ApiOtpSeedsGetRequest) FilterBy(filterBy map[string]string) ApiOtpSeedsGetRequest
- func (r ApiOtpSeedsGetRequest) OrderBy(orderBy string) ApiOtpSeedsGetRequest
- func (r ApiOtpSeedsGetRequest) Query(query string) ApiOtpSeedsGetRequest
- func (r ApiOtpSeedsGetRequest) Range_(range_ string) ApiOtpSeedsGetRequest
- type ApiPoliciesGetRequest
- func (r ApiPoliciesGetRequest) Authorization(authorization string) ApiPoliciesGetRequest
- func (r ApiPoliciesGetRequest) Descending(descending string) ApiPoliciesGetRequest
- func (r ApiPoliciesGetRequest) Execute() (*PolicyList, *http.Response, error)
- func (r ApiPoliciesGetRequest) FilterBy(filterBy map[string]string) ApiPoliciesGetRequest
- func (r ApiPoliciesGetRequest) OrderBy(orderBy string) ApiPoliciesGetRequest
- func (r ApiPoliciesGetRequest) Query(query string) ApiPoliciesGetRequest
- func (r ApiPoliciesGetRequest) Range_(range_ string) ApiPoliciesGetRequest
- type ApiPoliciesIdDeleteRequest
- type ApiPoliciesIdGetRequest
- type ApiPoliciesIdPutRequest
- type ApiPoliciesPostRequest
- type ApiRadiusIdentityProvidersGetRequest
- func (r ApiRadiusIdentityProvidersGetRequest) Authorization(authorization string) ApiRadiusIdentityProvidersGetRequest
- func (r ApiRadiusIdentityProvidersGetRequest) Descending(descending string) ApiRadiusIdentityProvidersGetRequest
- func (r ApiRadiusIdentityProvidersGetRequest) Execute() (*RadiusIdentityProviderList, *http.Response, error)
- func (r ApiRadiusIdentityProvidersGetRequest) FilterBy(filterBy map[string]string) ApiRadiusIdentityProvidersGetRequest
- func (r ApiRadiusIdentityProvidersGetRequest) OrderBy(orderBy string) ApiRadiusIdentityProvidersGetRequest
- func (r ApiRadiusIdentityProvidersGetRequest) Query(query string) ApiRadiusIdentityProvidersGetRequest
- func (r ApiRadiusIdentityProvidersGetRequest) Range_(range_ string) ApiRadiusIdentityProvidersGetRequest
- type ApiRadiusIdentityProvidersIdAttributesPostRequest
- func (r ApiRadiusIdentityProvidersIdAttributesPostRequest) Authorization(authorization string) ApiRadiusIdentityProvidersIdAttributesPostRequest
- func (r ApiRadiusIdentityProvidersIdAttributesPostRequest) Execute() (*IdentityProvidersIdAttributesPost200Response, *http.Response, error)
- func (r ApiRadiusIdentityProvidersIdAttributesPostRequest) IdentityProvidersIdAttributesPostRequest(...) ApiRadiusIdentityProvidersIdAttributesPostRequest
- type ApiRadiusIdentityProvidersIdDeleteRequest
- type ApiRadiusIdentityProvidersIdGetRequest
- type ApiRadiusIdentityProvidersIdPutRequest
- func (r ApiRadiusIdentityProvidersIdPutRequest) Authorization(authorization string) ApiRadiusIdentityProvidersIdPutRequest
- func (r ApiRadiusIdentityProvidersIdPutRequest) Body(body RadiusProvider) ApiRadiusIdentityProvidersIdPutRequest
- func (r ApiRadiusIdentityProvidersIdPutRequest) Execute() (*RadiusProvider, *http.Response, error)
- type ApiRadiusIdentityProvidersPostRequest
- func (r ApiRadiusIdentityProvidersPostRequest) Authorization(authorization string) ApiRadiusIdentityProvidersPostRequest
- func (r ApiRadiusIdentityProvidersPostRequest) Body(body RadiusProvider) ApiRadiusIdentityProvidersPostRequest
- func (r ApiRadiusIdentityProvidersPostRequest) Execute() (*RadiusProvider, *http.Response, error)
- type ApiRadiusIdentityProvidersTestPostRequest
- func (r ApiRadiusIdentityProvidersTestPostRequest) Authorization(authorization string) ApiRadiusIdentityProvidersTestPostRequest
- func (r ApiRadiusIdentityProvidersTestPostRequest) Body(body map[string]interface{}) ApiRadiusIdentityProvidersTestPostRequest
- func (r ApiRadiusIdentityProvidersTestPostRequest) Execute() (*IdentityProvidersTestPost200Response, *http.Response, error)
- type ApiRingfenceRulesGetRequest
- func (r ApiRingfenceRulesGetRequest) Authorization(authorization string) ApiRingfenceRulesGetRequest
- func (r ApiRingfenceRulesGetRequest) Descending(descending string) ApiRingfenceRulesGetRequest
- func (r ApiRingfenceRulesGetRequest) Execute() (*RingfenceRuleList, *http.Response, error)
- func (r ApiRingfenceRulesGetRequest) FilterBy(filterBy map[string]string) ApiRingfenceRulesGetRequest
- func (r ApiRingfenceRulesGetRequest) OrderBy(orderBy string) ApiRingfenceRulesGetRequest
- func (r ApiRingfenceRulesGetRequest) Query(query string) ApiRingfenceRulesGetRequest
- func (r ApiRingfenceRulesGetRequest) Range_(range_ string) ApiRingfenceRulesGetRequest
- type ApiRingfenceRulesIdDeleteRequest
- type ApiRingfenceRulesIdGetRequest
- type ApiRingfenceRulesIdPutRequest
- func (r ApiRingfenceRulesIdPutRequest) Authorization(authorization string) ApiRingfenceRulesIdPutRequest
- func (r ApiRingfenceRulesIdPutRequest) Execute() (*RingfenceRule, *http.Response, error)
- func (r ApiRingfenceRulesIdPutRequest) RingfenceRule(ringfenceRule RingfenceRule) ApiRingfenceRulesIdPutRequest
- type ApiRingfenceRulesPostRequest
- func (r ApiRingfenceRulesPostRequest) Authorization(authorization string) ApiRingfenceRulesPostRequest
- func (r ApiRingfenceRulesPostRequest) Execute() (*RingfenceRule, *http.Response, error)
- func (r ApiRingfenceRulesPostRequest) RingfenceRule(ringfenceRule RingfenceRule) ApiRingfenceRulesPostRequest
- type ApiRiskModelGetRequest
- type ApiRiskModelPutRequest
- type ApiSamlIdentityProvidersGetRequest
- func (r ApiSamlIdentityProvidersGetRequest) Authorization(authorization string) ApiSamlIdentityProvidersGetRequest
- func (r ApiSamlIdentityProvidersGetRequest) Descending(descending string) ApiSamlIdentityProvidersGetRequest
- func (r ApiSamlIdentityProvidersGetRequest) Execute() (*SamlIdentityProviderList, *http.Response, error)
- func (r ApiSamlIdentityProvidersGetRequest) FilterBy(filterBy map[string]string) ApiSamlIdentityProvidersGetRequest
- func (r ApiSamlIdentityProvidersGetRequest) OrderBy(orderBy string) ApiSamlIdentityProvidersGetRequest
- func (r ApiSamlIdentityProvidersGetRequest) Query(query string) ApiSamlIdentityProvidersGetRequest
- func (r ApiSamlIdentityProvidersGetRequest) Range_(range_ string) ApiSamlIdentityProvidersGetRequest
- type ApiSamlIdentityProvidersIdAttributesPostRequest
- func (r ApiSamlIdentityProvidersIdAttributesPostRequest) Authorization(authorization string) ApiSamlIdentityProvidersIdAttributesPostRequest
- func (r ApiSamlIdentityProvidersIdAttributesPostRequest) Execute() (*IdentityProvidersIdAttributesPost200Response, *http.Response, error)
- func (r ApiSamlIdentityProvidersIdAttributesPostRequest) IdentityProvidersIdAttributesPostRequest(...) ApiSamlIdentityProvidersIdAttributesPostRequest
- type ApiSamlIdentityProvidersIdDeleteRequest
- type ApiSamlIdentityProvidersIdGetRequest
- type ApiSamlIdentityProvidersIdPutRequest
- func (r ApiSamlIdentityProvidersIdPutRequest) Authorization(authorization string) ApiSamlIdentityProvidersIdPutRequest
- func (r ApiSamlIdentityProvidersIdPutRequest) Body(body SamlProvider) ApiSamlIdentityProvidersIdPutRequest
- func (r ApiSamlIdentityProvidersIdPutRequest) Execute() (*SamlProvider, *http.Response, error)
- type ApiSamlIdentityProvidersPostRequest
- func (r ApiSamlIdentityProvidersPostRequest) Authorization(authorization string) ApiSamlIdentityProvidersPostRequest
- func (r ApiSamlIdentityProvidersPostRequest) Body(body SamlProvider) ApiSamlIdentityProvidersPostRequest
- func (r ApiSamlIdentityProvidersPostRequest) Execute() (*SamlProvider, *http.Response, error)
- type ApiSamlIdentityProvidersTestPostRequest
- func (r ApiSamlIdentityProvidersTestPostRequest) Authorization(authorization string) ApiSamlIdentityProvidersTestPostRequest
- func (r ApiSamlIdentityProvidersTestPostRequest) Body(body map[string]interface{}) ApiSamlIdentityProvidersTestPostRequest
- func (r ApiSamlIdentityProvidersTestPostRequest) Execute() (*IdentityProvidersTestPost200Response, *http.Response, error)
- type ApiServiceUsersGetRequest
- func (r ApiServiceUsersGetRequest) Authorization(authorization string) ApiServiceUsersGetRequest
- func (r ApiServiceUsersGetRequest) Descending(descending string) ApiServiceUsersGetRequest
- func (r ApiServiceUsersGetRequest) Execute() (*ServiceUserList, *http.Response, error)
- func (r ApiServiceUsersGetRequest) FilterBy(filterBy map[string]string) ApiServiceUsersGetRequest
- func (r ApiServiceUsersGetRequest) OrderBy(orderBy string) ApiServiceUsersGetRequest
- func (r ApiServiceUsersGetRequest) Query(query string) ApiServiceUsersGetRequest
- func (r ApiServiceUsersGetRequest) Range_(range_ string) ApiServiceUsersGetRequest
- type ApiServiceUsersIdDeleteRequest
- type ApiServiceUsersIdGetRequest
- type ApiServiceUsersIdPutRequest
- type ApiServiceUsersPostRequest
- func (r ApiServiceUsersPostRequest) Authorization(authorization string) ApiServiceUsersPostRequest
- func (r ApiServiceUsersPostRequest) Execute() (*ServiceUser, *http.Response, error)
- func (r ApiServiceUsersPostRequest) ServiceUsersGetRequest(serviceUsersGetRequest ServiceUsersGetRequest) ApiServiceUsersPostRequest
- type ApiSessionInfoDistinguishedNameGetRequest
- type ApiSitesGetRequest
- func (r ApiSitesGetRequest) Authorization(authorization string) ApiSitesGetRequest
- func (r ApiSitesGetRequest) Descending(descending string) ApiSitesGetRequest
- func (r ApiSitesGetRequest) Execute() (*SiteList, *http.Response, error)
- func (r ApiSitesGetRequest) FilterBy(filterBy map[string]string) ApiSitesGetRequest
- func (r ApiSitesGetRequest) OrderBy(orderBy string) ApiSitesGetRequest
- func (r ApiSitesGetRequest) Query(query string) ApiSitesGetRequest
- func (r ApiSitesGetRequest) Range_(range_ string) ApiSitesGetRequest
- type ApiSitesIdDeleteRequest
- type ApiSitesIdGetRequest
- type ApiSitesIdPutRequest
- type ApiSitesPostRequest
- type ApiStatsActiveSessionsDnGetRequest
- func (r ApiStatsActiveSessionsDnGetRequest) Authorization(authorization string) ApiStatsActiveSessionsDnGetRequest
- func (r ApiStatsActiveSessionsDnGetRequest) Descending(descending string) ApiStatsActiveSessionsDnGetRequest
- func (r ApiStatsActiveSessionsDnGetRequest) Execute() (*ActiveSessionsDn, *http.Response, error)
- func (r ApiStatsActiveSessionsDnGetRequest) OrderBy(orderBy string) ApiStatsActiveSessionsDnGetRequest
- func (r ApiStatsActiveSessionsDnGetRequest) Query(query string) ApiStatsActiveSessionsDnGetRequest
- func (r ApiStatsActiveSessionsDnGetRequest) Range_(range_ string) ApiStatsActiveSessionsDnGetRequest
- type ApiStatsActiveSessionsGetRequest
- func (r ApiStatsActiveSessionsGetRequest) Authorization(authorization string) ApiStatsActiveSessionsGetRequest
- func (r ApiStatsActiveSessionsGetRequest) Descending(descending string) ApiStatsActiveSessionsGetRequest
- func (r ApiStatsActiveSessionsGetRequest) Execute() (*ActiveSessions, *http.Response, error)
- func (r ApiStatsActiveSessionsGetRequest) OrderBy(orderBy string) ApiStatsActiveSessionsGetRequest
- func (r ApiStatsActiveSessionsGetRequest) Query(query string) ApiStatsActiveSessionsGetRequest
- func (r ApiStatsActiveSessionsGetRequest) Range_(range_ string) ApiStatsActiveSessionsGetRequest
- type ApiStatsAppDiscoveryGetRequest
- func (r ApiStatsAppDiscoveryGetRequest) Authorization(authorization string) ApiStatsAppDiscoveryGetRequest
- func (r ApiStatsAppDiscoveryGetRequest) Descending(descending string) ApiStatsAppDiscoveryGetRequest
- func (r ApiStatsAppDiscoveryGetRequest) Execute() (*AppDiscovery, *http.Response, error)
- func (r ApiStatsAppDiscoveryGetRequest) OrderBy(orderBy string) ApiStatsAppDiscoveryGetRequest
- func (r ApiStatsAppDiscoveryGetRequest) Query(query string) ApiStatsAppDiscoveryGetRequest
- func (r ApiStatsAppDiscoveryGetRequest) Range_(range_ string) ApiStatsAppDiscoveryGetRequest
- type ApiStatsAppliancesGetRequest
- func (r ApiStatsAppliancesGetRequest) Authorization(authorization string) ApiStatsAppliancesGetRequest
- func (r ApiStatsAppliancesGetRequest) Descending(descending string) ApiStatsAppliancesGetRequest
- func (r ApiStatsAppliancesGetRequest) Execute() (*StatsAppliancesList, *http.Response, error)
- func (r ApiStatsAppliancesGetRequest) OrderBy(orderBy string) ApiStatsAppliancesGetRequest
- func (r ApiStatsAppliancesGetRequest) Query(query string) ApiStatsAppliancesGetRequest
- func (r ApiStatsAppliancesGetRequest) Range_(range_ string) ApiStatsAppliancesGetRequest
- type ApiStatsFailedAuthenticationsGetRequest
- type ApiStatsOnBoardedDevicesGetRequest
- type ApiStatsTopEntitlementsGetRequest
- func (r ApiStatsTopEntitlementsGetRequest) Authorization(authorization string) ApiStatsTopEntitlementsGetRequest
- func (r ApiStatsTopEntitlementsGetRequest) Descending(descending string) ApiStatsTopEntitlementsGetRequest
- func (r ApiStatsTopEntitlementsGetRequest) Execute() (*TopEntitlements, *http.Response, error)
- func (r ApiStatsTopEntitlementsGetRequest) OrderBy(orderBy string) ApiStatsTopEntitlementsGetRequest
- func (r ApiStatsTopEntitlementsGetRequest) Range_(range_ string) ApiStatsTopEntitlementsGetRequest
- type ApiStatsUserLoginsGetRequest
- type ApiTokenRecordsDnGetRequest
- func (r ApiTokenRecordsDnGetRequest) Authorization(authorization string) ApiTokenRecordsDnGetRequest
- func (r ApiTokenRecordsDnGetRequest) Descending(descending string) ApiTokenRecordsDnGetRequest
- func (r ApiTokenRecordsDnGetRequest) Execute() (*DistinguishedNameList, *http.Response, error)
- func (r ApiTokenRecordsDnGetRequest) FilterBy(filterBy map[string]string) ApiTokenRecordsDnGetRequest
- func (r ApiTokenRecordsDnGetRequest) OrderBy(orderBy string) ApiTokenRecordsDnGetRequest
- func (r ApiTokenRecordsDnGetRequest) Query(query string) ApiTokenRecordsDnGetRequest
- func (r ApiTokenRecordsDnGetRequest) Range_(range_ string) ApiTokenRecordsDnGetRequest
- type ApiTokenRecordsReevalByDnDistinguishedNamePostRequest
- func (r ApiTokenRecordsReevalByDnDistinguishedNamePostRequest) Authorization(authorization string) ApiTokenRecordsReevalByDnDistinguishedNamePostRequest
- func (r ApiTokenRecordsReevalByDnDistinguishedNamePostRequest) Execute() (*TokenRecordsReevalByDnDistinguishedNamePost200Response, *http.Response, error)
- type ApiTokenRecordsRevokedByDnDistinguishedNamePutRequest
- func (r ApiTokenRecordsRevokedByDnDistinguishedNamePutRequest) Authorization(authorization string) ApiTokenRecordsRevokedByDnDistinguishedNamePutRequest
- func (r ApiTokenRecordsRevokedByDnDistinguishedNamePutRequest) Execute() (*TokenRevocationResponse, *http.Response, error)
- func (r ApiTokenRecordsRevokedByDnDistinguishedNamePutRequest) SiteId(siteId string) ApiTokenRecordsRevokedByDnDistinguishedNamePutRequest
- func (r ApiTokenRecordsRevokedByDnDistinguishedNamePutRequest) TokenRevocationRequest(tokenRevocationRequest TokenRevocationRequest) ApiTokenRecordsRevokedByDnDistinguishedNamePutRequest
- func (r ApiTokenRecordsRevokedByDnDistinguishedNamePutRequest) TokenType(tokenType string) ApiTokenRecordsRevokedByDnDistinguishedNamePutRequest
- type ApiTokenRecordsRevokedByTypeTokenTypePutRequest
- func (r ApiTokenRecordsRevokedByTypeTokenTypePutRequest) Authorization(authorization string) ApiTokenRecordsRevokedByTypeTokenTypePutRequest
- func (r ApiTokenRecordsRevokedByTypeTokenTypePutRequest) Execute() (*TokenRevocationResponse, *http.Response, error)
- func (r ApiTokenRecordsRevokedByTypeTokenTypePutRequest) SiteId(siteId string) ApiTokenRecordsRevokedByTypeTokenTypePutRequest
- func (r ApiTokenRecordsRevokedByTypeTokenTypePutRequest) TokenRevocationRequest(tokenRevocationRequest TokenRevocationRequest) ApiTokenRecordsRevokedByTypeTokenTypePutRequest
- type ApiTrustedCertificatesGetRequest
- func (r ApiTrustedCertificatesGetRequest) Authorization(authorization string) ApiTrustedCertificatesGetRequest
- func (r ApiTrustedCertificatesGetRequest) Descending(descending string) ApiTrustedCertificatesGetRequest
- func (r ApiTrustedCertificatesGetRequest) Execute() (*TrustedCertificateList, *http.Response, error)
- func (r ApiTrustedCertificatesGetRequest) FilterBy(filterBy map[string]string) ApiTrustedCertificatesGetRequest
- func (r ApiTrustedCertificatesGetRequest) OrderBy(orderBy string) ApiTrustedCertificatesGetRequest
- func (r ApiTrustedCertificatesGetRequest) Query(query string) ApiTrustedCertificatesGetRequest
- func (r ApiTrustedCertificatesGetRequest) Range_(range_ string) ApiTrustedCertificatesGetRequest
- type ApiTrustedCertificatesIdDeleteRequest
- type ApiTrustedCertificatesIdGetRequest
- type ApiTrustedCertificatesIdPutRequest
- func (r ApiTrustedCertificatesIdPutRequest) Authorization(authorization string) ApiTrustedCertificatesIdPutRequest
- func (r ApiTrustedCertificatesIdPutRequest) Execute() (*TrustedCertificate, *http.Response, error)
- func (r ApiTrustedCertificatesIdPutRequest) TrustedCertificate(trustedCertificate TrustedCertificate) ApiTrustedCertificatesIdPutRequest
- type ApiTrustedCertificatesPostRequest
- func (r ApiTrustedCertificatesPostRequest) Authorization(authorization string) ApiTrustedCertificatesPostRequest
- func (r ApiTrustedCertificatesPostRequest) Execute() (*TrustedCertificate, *http.Response, error)
- func (r ApiTrustedCertificatesPostRequest) TrustedCertificate(trustedCertificate TrustedCertificate) ApiTrustedCertificatesPostRequest
- type ApiUserScriptsGetRequest
- func (r ApiUserScriptsGetRequest) Authorization(authorization string) ApiUserScriptsGetRequest
- func (r ApiUserScriptsGetRequest) Descending(descending string) ApiUserScriptsGetRequest
- func (r ApiUserScriptsGetRequest) Execute() (*UserScriptList, *http.Response, error)
- func (r ApiUserScriptsGetRequest) FilterBy(filterBy map[string]string) ApiUserScriptsGetRequest
- func (r ApiUserScriptsGetRequest) OrderBy(orderBy string) ApiUserScriptsGetRequest
- func (r ApiUserScriptsGetRequest) Query(query string) ApiUserScriptsGetRequest
- func (r ApiUserScriptsGetRequest) Range_(range_ string) ApiUserScriptsGetRequest
- type ApiUserScriptsIdDeleteRequest
- type ApiUserScriptsIdGetRequest
- type ApiUserScriptsIdPutRequest
- type ApiUserScriptsPostRequest
- type ApiZtpDeleteRequest
- type ApiZtpGetRequest
- type ApiZtpPostRequest
- type ApiZtpServicesVersionGetRequest
- type ApiZtpServicesVersionPostRequest
- type ApiZtpSettingsGetRequest
- type ApiZtpSettingsPutRequest
- type AppDiscovery
- func (o *AppDiscovery) GetCreationDate() time.Time
- func (o *AppDiscovery) GetCreationDateOk() (*time.Time, bool)
- func (o *AppDiscovery) GetData() []AppDiscoveryAllOfData
- func (o *AppDiscovery) GetDataOk() ([]AppDiscoveryAllOfData, bool)
- func (o *AppDiscovery) GetDescending() bool
- func (o *AppDiscovery) GetDescendingOk() (*bool, bool)
- func (o *AppDiscovery) GetDistinctAppCount() float32
- func (o *AppDiscovery) GetDistinctAppCountOk() (*float32, bool)
- func (o *AppDiscovery) GetName() string
- func (o *AppDiscovery) GetNameOk() (*string, bool)
- func (o *AppDiscovery) GetOrderBy() string
- func (o *AppDiscovery) GetOrderByOk() (*string, bool)
- func (o *AppDiscovery) GetQuery() string
- func (o *AppDiscovery) GetQueryOk() (*string, bool)
- func (o *AppDiscovery) GetRange() string
- func (o *AppDiscovery) GetRangeOk() (*string, bool)
- func (o *AppDiscovery) GetRefreshInterval() float32
- func (o *AppDiscovery) GetRefreshIntervalOk() (*float32, bool)
- func (o *AppDiscovery) HasCreationDate() bool
- func (o *AppDiscovery) HasData() bool
- func (o *AppDiscovery) HasDescending() bool
- func (o *AppDiscovery) HasDistinctAppCount() bool
- func (o *AppDiscovery) HasName() bool
- func (o *AppDiscovery) HasOrderBy() bool
- func (o *AppDiscovery) HasQuery() bool
- func (o *AppDiscovery) HasRange() bool
- func (o *AppDiscovery) HasRefreshInterval() bool
- func (o AppDiscovery) MarshalJSON() ([]byte, error)
- func (o *AppDiscovery) SetCreationDate(v time.Time)
- func (o *AppDiscovery) SetData(v []AppDiscoveryAllOfData)
- func (o *AppDiscovery) SetDescending(v bool)
- func (o *AppDiscovery) SetDistinctAppCount(v float32)
- func (o *AppDiscovery) SetName(v string)
- func (o *AppDiscovery) SetOrderBy(v string)
- func (o *AppDiscovery) SetQuery(v string)
- func (o *AppDiscovery) SetRange(v string)
- func (o *AppDiscovery) SetRefreshInterval(v float32)
- type AppDiscoveryAllOf
- func (o *AppDiscoveryAllOf) GetData() []AppDiscoveryAllOfData
- func (o *AppDiscoveryAllOf) GetDataOk() ([]AppDiscoveryAllOfData, bool)
- func (o *AppDiscoveryAllOf) GetDistinctAppCount() float32
- func (o *AppDiscoveryAllOf) GetDistinctAppCountOk() (*float32, bool)
- func (o *AppDiscoveryAllOf) GetQuery() string
- func (o *AppDiscoveryAllOf) GetQueryOk() (*string, bool)
- func (o *AppDiscoveryAllOf) HasData() bool
- func (o *AppDiscoveryAllOf) HasDistinctAppCount() bool
- func (o *AppDiscoveryAllOf) HasQuery() bool
- func (o AppDiscoveryAllOf) MarshalJSON() ([]byte, error)
- func (o *AppDiscoveryAllOf) SetData(v []AppDiscoveryAllOfData)
- func (o *AppDiscoveryAllOf) SetDistinctAppCount(v float32)
- func (o *AppDiscoveryAllOf) SetQuery(v string)
- type AppDiscoveryAllOfData
- func (o *AppDiscoveryAllOfData) GetAccessCount() float32
- func (o *AppDiscoveryAllOfData) GetAccessCountOk() (*float32, bool)
- func (o *AppDiscoveryAllOfData) GetApp() string
- func (o *AppDiscoveryAllOfData) GetAppOk() (*string, bool)
- func (o *AppDiscoveryAllOfData) GetDistinguishedNames() []AppDiscoveryAllOfDistinguishedNames
- func (o *AppDiscoveryAllOfData) GetDistinguishedNamesOk() ([]AppDiscoveryAllOfDistinguishedNames, bool)
- func (o *AppDiscoveryAllOfData) GetDomain() string
- func (o *AppDiscoveryAllOfData) GetDomainOk() (*string, bool)
- func (o *AppDiscoveryAllOfData) GetIps() []string
- func (o *AppDiscoveryAllOfData) GetIpsOk() ([]string, bool)
- func (o *AppDiscoveryAllOfData) HasAccessCount() bool
- func (o *AppDiscoveryAllOfData) HasApp() bool
- func (o *AppDiscoveryAllOfData) HasDistinguishedNames() bool
- func (o *AppDiscoveryAllOfData) HasDomain() bool
- func (o *AppDiscoveryAllOfData) HasIps() bool
- func (o AppDiscoveryAllOfData) MarshalJSON() ([]byte, error)
- func (o *AppDiscoveryAllOfData) SetAccessCount(v float32)
- func (o *AppDiscoveryAllOfData) SetApp(v string)
- func (o *AppDiscoveryAllOfData) SetDistinguishedNames(v []AppDiscoveryAllOfDistinguishedNames)
- func (o *AppDiscoveryAllOfData) SetDomain(v string)
- func (o *AppDiscoveryAllOfData) SetIps(v []string)
- type AppDiscoveryAllOfDistinguishedNames
- func (o *AppDiscoveryAllOfDistinguishedNames) GetDeviceId() string
- func (o *AppDiscoveryAllOfDistinguishedNames) GetDeviceIdOk() (*string, bool)
- func (o *AppDiscoveryAllOfDistinguishedNames) GetProvider() string
- func (o *AppDiscoveryAllOfDistinguishedNames) GetProviderOk() (*string, bool)
- func (o *AppDiscoveryAllOfDistinguishedNames) GetUsername() string
- func (o *AppDiscoveryAllOfDistinguishedNames) GetUsernameOk() (*string, bool)
- func (o *AppDiscoveryAllOfDistinguishedNames) HasDeviceId() bool
- func (o *AppDiscoveryAllOfDistinguishedNames) HasProvider() bool
- func (o *AppDiscoveryAllOfDistinguishedNames) HasUsername() bool
- func (o AppDiscoveryAllOfDistinguishedNames) MarshalJSON() ([]byte, error)
- func (o *AppDiscoveryAllOfDistinguishedNames) SetDeviceId(v string)
- func (o *AppDiscoveryAllOfDistinguishedNames) SetProvider(v string)
- func (o *AppDiscoveryAllOfDistinguishedNames) SetUsername(v string)
- type AppShortcut
- func (o *AppShortcut) GetColorCode() int32
- func (o *AppShortcut) GetColorCodeOk() (*int32, bool)
- func (o *AppShortcut) GetDescription() string
- func (o *AppShortcut) GetDescriptionOk() (*string, bool)
- func (o *AppShortcut) GetName() string
- func (o *AppShortcut) GetNameOk() (*string, bool)
- func (o *AppShortcut) GetUrl() string
- func (o *AppShortcut) GetUrlOk() (*string, bool)
- func (o *AppShortcut) HasColorCode() bool
- func (o *AppShortcut) HasDescription() bool
- func (o AppShortcut) MarshalJSON() ([]byte, error)
- func (o *AppShortcut) SetColorCode(v int32)
- func (o *AppShortcut) SetDescription(v string)
- func (o *AppShortcut) SetName(v string)
- func (o *AppShortcut) SetUrl(v string)
- type Appliance
- func (o *Appliance) GetActivated() bool
- func (o *Appliance) GetActivatedOk() (*bool, bool)
- func (o *Appliance) GetAdminInterface() ApplianceAllOfAdminInterface
- func (o *Appliance) GetAdminInterfaceOk() (*ApplianceAllOfAdminInterface, bool)
- func (o *Appliance) GetClientInterface() ApplianceAllOfClientInterface
- func (o *Appliance) GetClientInterfaceOk() (*ApplianceAllOfClientInterface, bool)
- func (o *Appliance) GetConnectToPeersUsingClientPortWithSpa() bool
- func (o *Appliance) GetConnectToPeersUsingClientPortWithSpaOk() (*bool, bool)
- func (o *Appliance) GetConnector() ApplianceAllOfConnector
- func (o *Appliance) GetConnectorOk() (*ApplianceAllOfConnector, bool)
- func (o *Appliance) GetController() ApplianceAllOfController
- func (o *Appliance) GetControllerOk() (*ApplianceAllOfController, bool)
- func (o *Appliance) GetCreated() time.Time
- func (o *Appliance) GetCreatedOk() (*time.Time, bool)
- func (o *Appliance) GetCustomization() string
- func (o *Appliance) GetCustomizationOk() (*string, bool)
- func (o *Appliance) GetGateway() ApplianceAllOfGateway
- func (o *Appliance) GetGatewayOk() (*ApplianceAllOfGateway, bool)
- func (o *Appliance) GetHealthcheckServer() ApplianceAllOfHealthcheckServer
- func (o *Appliance) GetHealthcheckServerOk() (*ApplianceAllOfHealthcheckServer, bool)
- func (o *Appliance) GetHostname() string
- func (o *Appliance) GetHostnameAliases() []string
- func (o *Appliance) GetHostnameAliasesOk() ([]string, bool)
- func (o *Appliance) GetHostnameOk() (*string, bool)
- func (o *Appliance) GetId() string
- func (o *Appliance) GetIdOk() (*string, bool)
- func (o *Appliance) GetLogForwarder() ApplianceAllOfLogForwarder
- func (o *Appliance) GetLogForwarderOk() (*ApplianceAllOfLogForwarder, bool)
- func (o *Appliance) GetLogServer() ApplianceAllOfLogServer
- func (o *Appliance) GetLogServerOk() (*ApplianceAllOfLogServer, bool)
- func (o *Appliance) GetName() string
- func (o *Appliance) GetNameOk() (*string, bool)
- func (o *Appliance) GetNetworking() ApplianceAllOfNetworking
- func (o *Appliance) GetNetworkingOk() (*ApplianceAllOfNetworking, bool)
- func (o *Appliance) GetNotes() string
- func (o *Appliance) GetNotesOk() (*string, bool)
- func (o *Appliance) GetNtp() ApplianceAllOfNtp
- func (o *Appliance) GetNtpOk() (*ApplianceAllOfNtp, bool)
- func (o *Appliance) GetPeerInterface() ApplianceAllOfPeerInterface
- func (o *Appliance) GetPeerInterfaceOk() (*ApplianceAllOfPeerInterface, bool)
- func (o *Appliance) GetPendingCertificateRenewal() bool
- func (o *Appliance) GetPendingCertificateRenewalOk() (*bool, bool)
- func (o *Appliance) GetPing() ApplianceAllOfPing
- func (o *Appliance) GetPingOk() (*ApplianceAllOfPing, bool)
- func (o *Appliance) GetPortal() Portal
- func (o *Appliance) GetPortalOk() (*Portal, bool)
- func (o *Appliance) GetPrometheusExporter() ApplianceAllOfPrometheusExporter
- func (o *Appliance) GetPrometheusExporterOk() (*ApplianceAllOfPrometheusExporter, bool)
- func (o *Appliance) GetRsyslogDestinations() []ApplianceAllOfRsyslogDestinations
- func (o *Appliance) GetRsyslogDestinationsOk() ([]ApplianceAllOfRsyslogDestinations, bool)
- func (o *Appliance) GetSite() string
- func (o *Appliance) GetSiteName() string
- func (o *Appliance) GetSiteNameOk() (*string, bool)
- func (o *Appliance) GetSiteOk() (*string, bool)
- func (o *Appliance) GetSnmpServer() ApplianceAllOfSnmpServer
- func (o *Appliance) GetSnmpServerOk() (*ApplianceAllOfSnmpServer, bool)
- func (o *Appliance) GetSshServer() ApplianceAllOfSshServer
- func (o *Appliance) GetSshServerOk() (*ApplianceAllOfSshServer, bool)
- func (o *Appliance) GetTags() []string
- func (o *Appliance) GetTagsOk() ([]string, bool)
- func (o *Appliance) GetUpdated() time.Time
- func (o *Appliance) GetUpdatedOk() (*time.Time, bool)
- func (o *Appliance) GetVersion() int32
- func (o *Appliance) GetVersionOk() (*int32, bool)
- func (o *Appliance) HasActivated() bool
- func (o *Appliance) HasAdminInterface() bool
- func (o *Appliance) HasConnectToPeersUsingClientPortWithSpa() bool
- func (o *Appliance) HasConnector() bool
- func (o *Appliance) HasController() bool
- func (o *Appliance) HasCreated() bool
- func (o *Appliance) HasCustomization() bool
- func (o *Appliance) HasGateway() bool
- func (o *Appliance) HasHealthcheckServer() bool
- func (o *Appliance) HasHostnameAliases() bool
- func (o *Appliance) HasId() bool
- func (o *Appliance) HasLogForwarder() bool
- func (o *Appliance) HasLogServer() bool
- func (o *Appliance) HasNotes() bool
- func (o *Appliance) HasNtp() bool
- func (o *Appliance) HasPeerInterface() bool
- func (o *Appliance) HasPendingCertificateRenewal() bool
- func (o *Appliance) HasPing() bool
- func (o *Appliance) HasPortal() bool
- func (o *Appliance) HasPrometheusExporter() bool
- func (o *Appliance) HasRsyslogDestinations() bool
- func (o *Appliance) HasSite() bool
- func (o *Appliance) HasSiteName() bool
- func (o *Appliance) HasSnmpServer() bool
- func (o *Appliance) HasSshServer() bool
- func (o *Appliance) HasTags() bool
- func (o *Appliance) HasUpdated() bool
- func (o *Appliance) HasVersion() bool
- func (o Appliance) MarshalJSON() ([]byte, error)
- func (o *Appliance) SetActivated(v bool)
- func (o *Appliance) SetAdminInterface(v ApplianceAllOfAdminInterface)
- func (o *Appliance) SetClientInterface(v ApplianceAllOfClientInterface)
- func (o *Appliance) SetConnectToPeersUsingClientPortWithSpa(v bool)
- func (o *Appliance) SetConnector(v ApplianceAllOfConnector)
- func (o *Appliance) SetController(v ApplianceAllOfController)
- func (o *Appliance) SetCreated(v time.Time)
- func (o *Appliance) SetCustomization(v string)
- func (o *Appliance) SetGateway(v ApplianceAllOfGateway)
- func (o *Appliance) SetHealthcheckServer(v ApplianceAllOfHealthcheckServer)
- func (o *Appliance) SetHostname(v string)
- func (o *Appliance) SetHostnameAliases(v []string)
- func (o *Appliance) SetId(v string)
- func (o *Appliance) SetLogForwarder(v ApplianceAllOfLogForwarder)
- func (o *Appliance) SetLogServer(v ApplianceAllOfLogServer)
- func (o *Appliance) SetName(v string)
- func (o *Appliance) SetNetworking(v ApplianceAllOfNetworking)
- func (o *Appliance) SetNotes(v string)
- func (o *Appliance) SetNtp(v ApplianceAllOfNtp)
- func (o *Appliance) SetPeerInterface(v ApplianceAllOfPeerInterface)
- func (o *Appliance) SetPendingCertificateRenewal(v bool)
- func (o *Appliance) SetPing(v ApplianceAllOfPing)
- func (o *Appliance) SetPortal(v Portal)
- func (o *Appliance) SetPrometheusExporter(v ApplianceAllOfPrometheusExporter)
- func (o *Appliance) SetRsyslogDestinations(v []ApplianceAllOfRsyslogDestinations)
- func (o *Appliance) SetSite(v string)
- func (o *Appliance) SetSiteName(v string)
- func (o *Appliance) SetSnmpServer(v ApplianceAllOfSnmpServer)
- func (o *Appliance) SetSshServer(v ApplianceAllOfSshServer)
- func (o *Appliance) SetTags(v []string)
- func (o *Appliance) SetUpdated(v time.Time)
- func (o *Appliance) SetVersion(v int32)
- type ApplianceAllOf
- func (o *ApplianceAllOf) GetActivated() bool
- func (o *ApplianceAllOf) GetActivatedOk() (*bool, bool)
- func (o *ApplianceAllOf) GetAdminInterface() ApplianceAllOfAdminInterface
- func (o *ApplianceAllOf) GetAdminInterfaceOk() (*ApplianceAllOfAdminInterface, bool)
- func (o *ApplianceAllOf) GetClientInterface() ApplianceAllOfClientInterface
- func (o *ApplianceAllOf) GetClientInterfaceOk() (*ApplianceAllOfClientInterface, bool)
- func (o *ApplianceAllOf) GetConnectToPeersUsingClientPortWithSpa() bool
- func (o *ApplianceAllOf) GetConnectToPeersUsingClientPortWithSpaOk() (*bool, bool)
- func (o *ApplianceAllOf) GetConnector() ApplianceAllOfConnector
- func (o *ApplianceAllOf) GetConnectorOk() (*ApplianceAllOfConnector, bool)
- func (o *ApplianceAllOf) GetController() ApplianceAllOfController
- func (o *ApplianceAllOf) GetControllerOk() (*ApplianceAllOfController, bool)
- func (o *ApplianceAllOf) GetCustomization() string
- func (o *ApplianceAllOf) GetCustomizationOk() (*string, bool)
- func (o *ApplianceAllOf) GetGateway() ApplianceAllOfGateway
- func (o *ApplianceAllOf) GetGatewayOk() (*ApplianceAllOfGateway, bool)
- func (o *ApplianceAllOf) GetHealthcheckServer() ApplianceAllOfHealthcheckServer
- func (o *ApplianceAllOf) GetHealthcheckServerOk() (*ApplianceAllOfHealthcheckServer, bool)
- func (o *ApplianceAllOf) GetHostname() string
- func (o *ApplianceAllOf) GetHostnameAliases() []string
- func (o *ApplianceAllOf) GetHostnameAliasesOk() ([]string, bool)
- func (o *ApplianceAllOf) GetHostnameOk() (*string, bool)
- func (o *ApplianceAllOf) GetLogForwarder() ApplianceAllOfLogForwarder
- func (o *ApplianceAllOf) GetLogForwarderOk() (*ApplianceAllOfLogForwarder, bool)
- func (o *ApplianceAllOf) GetLogServer() ApplianceAllOfLogServer
- func (o *ApplianceAllOf) GetLogServerOk() (*ApplianceAllOfLogServer, bool)
- func (o *ApplianceAllOf) GetNetworking() ApplianceAllOfNetworking
- func (o *ApplianceAllOf) GetNetworkingOk() (*ApplianceAllOfNetworking, bool)
- func (o *ApplianceAllOf) GetNtp() ApplianceAllOfNtp
- func (o *ApplianceAllOf) GetNtpOk() (*ApplianceAllOfNtp, bool)
- func (o *ApplianceAllOf) GetPeerInterface() ApplianceAllOfPeerInterface
- func (o *ApplianceAllOf) GetPeerInterfaceOk() (*ApplianceAllOfPeerInterface, bool)
- func (o *ApplianceAllOf) GetPendingCertificateRenewal() bool
- func (o *ApplianceAllOf) GetPendingCertificateRenewalOk() (*bool, bool)
- func (o *ApplianceAllOf) GetPing() ApplianceAllOfPing
- func (o *ApplianceAllOf) GetPingOk() (*ApplianceAllOfPing, bool)
- func (o *ApplianceAllOf) GetPortal() Portal
- func (o *ApplianceAllOf) GetPortalOk() (*Portal, bool)
- func (o *ApplianceAllOf) GetPrometheusExporter() ApplianceAllOfPrometheusExporter
- func (o *ApplianceAllOf) GetPrometheusExporterOk() (*ApplianceAllOfPrometheusExporter, bool)
- func (o *ApplianceAllOf) GetRsyslogDestinations() []ApplianceAllOfRsyslogDestinations
- func (o *ApplianceAllOf) GetRsyslogDestinationsOk() ([]ApplianceAllOfRsyslogDestinations, bool)
- func (o *ApplianceAllOf) GetSite() string
- func (o *ApplianceAllOf) GetSiteName() string
- func (o *ApplianceAllOf) GetSiteNameOk() (*string, bool)
- func (o *ApplianceAllOf) GetSiteOk() (*string, bool)
- func (o *ApplianceAllOf) GetSnmpServer() ApplianceAllOfSnmpServer
- func (o *ApplianceAllOf) GetSnmpServerOk() (*ApplianceAllOfSnmpServer, bool)
- func (o *ApplianceAllOf) GetSshServer() ApplianceAllOfSshServer
- func (o *ApplianceAllOf) GetSshServerOk() (*ApplianceAllOfSshServer, bool)
- func (o *ApplianceAllOf) GetVersion() int32
- func (o *ApplianceAllOf) GetVersionOk() (*int32, bool)
- func (o *ApplianceAllOf) HasActivated() bool
- func (o *ApplianceAllOf) HasAdminInterface() bool
- func (o *ApplianceAllOf) HasConnectToPeersUsingClientPortWithSpa() bool
- func (o *ApplianceAllOf) HasConnector() bool
- func (o *ApplianceAllOf) HasController() bool
- func (o *ApplianceAllOf) HasCustomization() bool
- func (o *ApplianceAllOf) HasGateway() bool
- func (o *ApplianceAllOf) HasHealthcheckServer() bool
- func (o *ApplianceAllOf) HasHostnameAliases() bool
- func (o *ApplianceAllOf) HasLogForwarder() bool
- func (o *ApplianceAllOf) HasLogServer() bool
- func (o *ApplianceAllOf) HasNtp() bool
- func (o *ApplianceAllOf) HasPeerInterface() bool
- func (o *ApplianceAllOf) HasPendingCertificateRenewal() bool
- func (o *ApplianceAllOf) HasPing() bool
- func (o *ApplianceAllOf) HasPortal() bool
- func (o *ApplianceAllOf) HasPrometheusExporter() bool
- func (o *ApplianceAllOf) HasRsyslogDestinations() bool
- func (o *ApplianceAllOf) HasSite() bool
- func (o *ApplianceAllOf) HasSiteName() bool
- func (o *ApplianceAllOf) HasSnmpServer() bool
- func (o *ApplianceAllOf) HasSshServer() bool
- func (o *ApplianceAllOf) HasVersion() bool
- func (o ApplianceAllOf) MarshalJSON() ([]byte, error)
- func (o *ApplianceAllOf) SetActivated(v bool)
- func (o *ApplianceAllOf) SetAdminInterface(v ApplianceAllOfAdminInterface)
- func (o *ApplianceAllOf) SetClientInterface(v ApplianceAllOfClientInterface)
- func (o *ApplianceAllOf) SetConnectToPeersUsingClientPortWithSpa(v bool)
- func (o *ApplianceAllOf) SetConnector(v ApplianceAllOfConnector)
- func (o *ApplianceAllOf) SetController(v ApplianceAllOfController)
- func (o *ApplianceAllOf) SetCustomization(v string)
- func (o *ApplianceAllOf) SetGateway(v ApplianceAllOfGateway)
- func (o *ApplianceAllOf) SetHealthcheckServer(v ApplianceAllOfHealthcheckServer)
- func (o *ApplianceAllOf) SetHostname(v string)
- func (o *ApplianceAllOf) SetHostnameAliases(v []string)
- func (o *ApplianceAllOf) SetLogForwarder(v ApplianceAllOfLogForwarder)
- func (o *ApplianceAllOf) SetLogServer(v ApplianceAllOfLogServer)
- func (o *ApplianceAllOf) SetNetworking(v ApplianceAllOfNetworking)
- func (o *ApplianceAllOf) SetNtp(v ApplianceAllOfNtp)
- func (o *ApplianceAllOf) SetPeerInterface(v ApplianceAllOfPeerInterface)
- func (o *ApplianceAllOf) SetPendingCertificateRenewal(v bool)
- func (o *ApplianceAllOf) SetPing(v ApplianceAllOfPing)
- func (o *ApplianceAllOf) SetPortal(v Portal)
- func (o *ApplianceAllOf) SetPrometheusExporter(v ApplianceAllOfPrometheusExporter)
- func (o *ApplianceAllOf) SetRsyslogDestinations(v []ApplianceAllOfRsyslogDestinations)
- func (o *ApplianceAllOf) SetSite(v string)
- func (o *ApplianceAllOf) SetSiteName(v string)
- func (o *ApplianceAllOf) SetSnmpServer(v ApplianceAllOfSnmpServer)
- func (o *ApplianceAllOf) SetSshServer(v ApplianceAllOfSshServer)
- func (o *ApplianceAllOf) SetVersion(v int32)
- type ApplianceAllOfAdminInterface
- func (o *ApplianceAllOfAdminInterface) GetAllowSources() []AllowSourcesInner
- func (o *ApplianceAllOfAdminInterface) GetAllowSourcesOk() ([]AllowSourcesInner, bool)
- func (o *ApplianceAllOfAdminInterface) GetHostname() string
- func (o *ApplianceAllOfAdminInterface) GetHostnameOk() (*string, bool)
- func (o *ApplianceAllOfAdminInterface) GetHttpsCiphers() []string
- func (o *ApplianceAllOfAdminInterface) GetHttpsCiphersOk() ([]string, bool)
- func (o *ApplianceAllOfAdminInterface) GetHttpsP12() P12
- func (o *ApplianceAllOfAdminInterface) GetHttpsP12Ok() (*P12, bool)
- func (o *ApplianceAllOfAdminInterface) GetHttpsPort() int32
- func (o *ApplianceAllOfAdminInterface) GetHttpsPortOk() (*int32, bool)
- func (o *ApplianceAllOfAdminInterface) HasAllowSources() bool
- func (o *ApplianceAllOfAdminInterface) HasHttpsP12() bool
- func (o *ApplianceAllOfAdminInterface) HasHttpsPort() bool
- func (o ApplianceAllOfAdminInterface) MarshalJSON() ([]byte, error)
- func (o *ApplianceAllOfAdminInterface) SetAllowSources(v []AllowSourcesInner)
- func (o *ApplianceAllOfAdminInterface) SetHostname(v string)
- func (o *ApplianceAllOfAdminInterface) SetHttpsCiphers(v []string)
- func (o *ApplianceAllOfAdminInterface) SetHttpsP12(v P12)
- func (o *ApplianceAllOfAdminInterface) SetHttpsPort(v int32)
- type ApplianceAllOfClientInterface
- func (o *ApplianceAllOfClientInterface) GetAllowSources() []AllowSourcesInner
- func (o *ApplianceAllOfClientInterface) GetAllowSourcesOk() ([]AllowSourcesInner, bool)
- func (o *ApplianceAllOfClientInterface) GetDtlsPort() int32
- func (o *ApplianceAllOfClientInterface) GetDtlsPortOk() (*int32, bool)
- func (o *ApplianceAllOfClientInterface) GetHostname() string
- func (o *ApplianceAllOfClientInterface) GetHostnameOk() (*string, bool)
- func (o *ApplianceAllOfClientInterface) GetHttpsPort() int32
- func (o *ApplianceAllOfClientInterface) GetHttpsPortOk() (*int32, bool)
- func (o *ApplianceAllOfClientInterface) GetOverrideSpaMode() string
- func (o *ApplianceAllOfClientInterface) GetOverrideSpaModeOk() (*string, bool)
- func (o *ApplianceAllOfClientInterface) GetProxyProtocol() bool
- func (o *ApplianceAllOfClientInterface) GetProxyProtocolOk() (*bool, bool)
- func (o *ApplianceAllOfClientInterface) HasAllowSources() bool
- func (o *ApplianceAllOfClientInterface) HasDtlsPort() bool
- func (o *ApplianceAllOfClientInterface) HasHttpsPort() bool
- func (o *ApplianceAllOfClientInterface) HasOverrideSpaMode() bool
- func (o *ApplianceAllOfClientInterface) HasProxyProtocol() bool
- func (o ApplianceAllOfClientInterface) MarshalJSON() ([]byte, error)
- func (o *ApplianceAllOfClientInterface) SetAllowSources(v []AllowSourcesInner)
- func (o *ApplianceAllOfClientInterface) SetDtlsPort(v int32)
- func (o *ApplianceAllOfClientInterface) SetHostname(v string)
- func (o *ApplianceAllOfClientInterface) SetHttpsPort(v int32)
- func (o *ApplianceAllOfClientInterface) SetOverrideSpaMode(v string)
- func (o *ApplianceAllOfClientInterface) SetProxyProtocol(v bool)
- type ApplianceAllOfConnector
- func (o *ApplianceAllOfConnector) GetAdvancedClients() []ApplianceAllOfConnectorAdvancedClients
- func (o *ApplianceAllOfConnector) GetAdvancedClientsOk() ([]ApplianceAllOfConnectorAdvancedClients, bool)
- func (o *ApplianceAllOfConnector) GetEnabled() bool
- func (o *ApplianceAllOfConnector) GetEnabledOk() (*bool, bool)
- func (o *ApplianceAllOfConnector) GetExpressClients() []ApplianceAllOfConnectorExpressClients
- func (o *ApplianceAllOfConnector) GetExpressClientsOk() ([]ApplianceAllOfConnectorExpressClients, bool)
- func (o *ApplianceAllOfConnector) HasAdvancedClients() bool
- func (o *ApplianceAllOfConnector) HasEnabled() bool
- func (o *ApplianceAllOfConnector) HasExpressClients() bool
- func (o ApplianceAllOfConnector) MarshalJSON() ([]byte, error)
- func (o *ApplianceAllOfConnector) SetAdvancedClients(v []ApplianceAllOfConnectorAdvancedClients)
- func (o *ApplianceAllOfConnector) SetEnabled(v bool)
- func (o *ApplianceAllOfConnector) SetExpressClients(v []ApplianceAllOfConnectorExpressClients)
- type ApplianceAllOfConnectorAdvancedClients
- func (o *ApplianceAllOfConnectorAdvancedClients) GetAllowResources() []AllowSourcesInner
- func (o *ApplianceAllOfConnectorAdvancedClients) GetAllowResourcesOk() ([]AllowSourcesInner, bool)
- func (o *ApplianceAllOfConnectorAdvancedClients) GetDefaultGateway() bool
- func (o *ApplianceAllOfConnectorAdvancedClients) GetDefaultGatewayOk() (*bool, bool)
- func (o *ApplianceAllOfConnectorAdvancedClients) GetDeviceId() string
- func (o *ApplianceAllOfConnectorAdvancedClients) GetDeviceIdOk() (*string, bool)
- func (o *ApplianceAllOfConnectorAdvancedClients) GetDnatToResource() bool
- func (o *ApplianceAllOfConnectorAdvancedClients) GetDnatToResourceOk() (*bool, bool)
- func (o *ApplianceAllOfConnectorAdvancedClients) GetName() string
- func (o *ApplianceAllOfConnectorAdvancedClients) GetNameOk() (*string, bool)
- func (o *ApplianceAllOfConnectorAdvancedClients) GetSnatToResources() bool
- func (o *ApplianceAllOfConnectorAdvancedClients) GetSnatToResourcesOk() (*bool, bool)
- func (o *ApplianceAllOfConnectorAdvancedClients) GetSnatToTunnel() bool
- func (o *ApplianceAllOfConnectorAdvancedClients) GetSnatToTunnelOk() (*bool, bool)
- func (o *ApplianceAllOfConnectorAdvancedClients) HasAllowResources() bool
- func (o *ApplianceAllOfConnectorAdvancedClients) HasDefaultGateway() bool
- func (o *ApplianceAllOfConnectorAdvancedClients) HasDeviceId() bool
- func (o *ApplianceAllOfConnectorAdvancedClients) HasDnatToResource() bool
- func (o *ApplianceAllOfConnectorAdvancedClients) HasSnatToResources() bool
- func (o *ApplianceAllOfConnectorAdvancedClients) HasSnatToTunnel() bool
- func (o ApplianceAllOfConnectorAdvancedClients) MarshalJSON() ([]byte, error)
- func (o *ApplianceAllOfConnectorAdvancedClients) SetAllowResources(v []AllowSourcesInner)
- func (o *ApplianceAllOfConnectorAdvancedClients) SetDefaultGateway(v bool)
- func (o *ApplianceAllOfConnectorAdvancedClients) SetDeviceId(v string)
- func (o *ApplianceAllOfConnectorAdvancedClients) SetDnatToResource(v bool)
- func (o *ApplianceAllOfConnectorAdvancedClients) SetName(v string)
- func (o *ApplianceAllOfConnectorAdvancedClients) SetSnatToResources(v bool)
- func (o *ApplianceAllOfConnectorAdvancedClients) SetSnatToTunnel(v bool)
- type ApplianceAllOfConnectorExpressClients
- func (o *ApplianceAllOfConnectorExpressClients) GetAllowResources() []AllowResourcesInner
- func (o *ApplianceAllOfConnectorExpressClients) GetAllowResourcesOk() ([]AllowResourcesInner, bool)
- func (o *ApplianceAllOfConnectorExpressClients) GetDeviceId() string
- func (o *ApplianceAllOfConnectorExpressClients) GetDeviceIdOk() (*string, bool)
- func (o *ApplianceAllOfConnectorExpressClients) GetDnatToResource() bool
- func (o *ApplianceAllOfConnectorExpressClients) GetDnatToResourceOk() (*bool, bool)
- func (o *ApplianceAllOfConnectorExpressClients) GetName() string
- func (o *ApplianceAllOfConnectorExpressClients) GetNameOk() (*string, bool)
- func (o *ApplianceAllOfConnectorExpressClients) GetSnatToResources() bool
- func (o *ApplianceAllOfConnectorExpressClients) GetSnatToResourcesOk() (*bool, bool)
- func (o *ApplianceAllOfConnectorExpressClients) HasAllowResources() bool
- func (o *ApplianceAllOfConnectorExpressClients) HasDeviceId() bool
- func (o *ApplianceAllOfConnectorExpressClients) HasDnatToResource() bool
- func (o *ApplianceAllOfConnectorExpressClients) HasSnatToResources() bool
- func (o ApplianceAllOfConnectorExpressClients) MarshalJSON() ([]byte, error)
- func (o *ApplianceAllOfConnectorExpressClients) SetAllowResources(v []AllowResourcesInner)
- func (o *ApplianceAllOfConnectorExpressClients) SetDeviceId(v string)
- func (o *ApplianceAllOfConnectorExpressClients) SetDnatToResource(v bool)
- func (o *ApplianceAllOfConnectorExpressClients) SetName(v string)
- func (o *ApplianceAllOfConnectorExpressClients) SetSnatToResources(v bool)
- type ApplianceAllOfController
- type ApplianceAllOfGateway
- func (o *ApplianceAllOfGateway) GetEnabled() bool
- func (o *ApplianceAllOfGateway) GetEnabledOk() (*bool, bool)
- func (o *ApplianceAllOfGateway) GetSuspended() bool
- func (o *ApplianceAllOfGateway) GetSuspendedOk() (*bool, bool)
- func (o *ApplianceAllOfGateway) GetVpn() ApplianceAllOfGatewayVpn
- func (o *ApplianceAllOfGateway) GetVpnOk() (*ApplianceAllOfGatewayVpn, bool)
- func (o *ApplianceAllOfGateway) HasEnabled() bool
- func (o *ApplianceAllOfGateway) HasSuspended() bool
- func (o *ApplianceAllOfGateway) HasVpn() bool
- func (o ApplianceAllOfGateway) MarshalJSON() ([]byte, error)
- func (o *ApplianceAllOfGateway) SetEnabled(v bool)
- func (o *ApplianceAllOfGateway) SetSuspended(v bool)
- func (o *ApplianceAllOfGateway) SetVpn(v ApplianceAllOfGatewayVpn)
- type ApplianceAllOfGatewayVpn
- func (o *ApplianceAllOfGatewayVpn) GetAllowDestinations() []ApplianceAllOfGatewayVpnAllowDestinations
- func (o *ApplianceAllOfGatewayVpn) GetAllowDestinationsOk() ([]ApplianceAllOfGatewayVpnAllowDestinations, bool)
- func (o *ApplianceAllOfGatewayVpn) GetWeight() int32
- func (o *ApplianceAllOfGatewayVpn) GetWeightOk() (*int32, bool)
- func (o *ApplianceAllOfGatewayVpn) HasAllowDestinations() bool
- func (o *ApplianceAllOfGatewayVpn) HasWeight() bool
- func (o ApplianceAllOfGatewayVpn) MarshalJSON() ([]byte, error)
- func (o *ApplianceAllOfGatewayVpn) SetAllowDestinations(v []ApplianceAllOfGatewayVpnAllowDestinations)
- func (o *ApplianceAllOfGatewayVpn) SetWeight(v int32)
- type ApplianceAllOfGatewayVpnAllowDestinations
- func (o *ApplianceAllOfGatewayVpnAllowDestinations) GetAddress() string
- func (o *ApplianceAllOfGatewayVpnAllowDestinations) GetAddressOk() (*string, bool)
- func (o *ApplianceAllOfGatewayVpnAllowDestinations) GetNetmask() int32
- func (o *ApplianceAllOfGatewayVpnAllowDestinations) GetNetmaskOk() (*int32, bool)
- func (o *ApplianceAllOfGatewayVpnAllowDestinations) GetNic() string
- func (o *ApplianceAllOfGatewayVpnAllowDestinations) GetNicOk() (*string, bool)
- func (o *ApplianceAllOfGatewayVpnAllowDestinations) HasAddress() bool
- func (o *ApplianceAllOfGatewayVpnAllowDestinations) HasNetmask() bool
- func (o ApplianceAllOfGatewayVpnAllowDestinations) MarshalJSON() ([]byte, error)
- func (o *ApplianceAllOfGatewayVpnAllowDestinations) SetAddress(v string)
- func (o *ApplianceAllOfGatewayVpnAllowDestinations) SetNetmask(v int32)
- func (o *ApplianceAllOfGatewayVpnAllowDestinations) SetNic(v string)
- type ApplianceAllOfHealthcheckServer
- func (o *ApplianceAllOfHealthcheckServer) GetAllowSources() []AllowSourcesInner
- func (o *ApplianceAllOfHealthcheckServer) GetAllowSourcesOk() ([]AllowSourcesInner, bool)
- func (o *ApplianceAllOfHealthcheckServer) GetEnabled() bool
- func (o *ApplianceAllOfHealthcheckServer) GetEnabledOk() (*bool, bool)
- func (o *ApplianceAllOfHealthcheckServer) GetPort() int32
- func (o *ApplianceAllOfHealthcheckServer) GetPortOk() (*int32, bool)
- func (o *ApplianceAllOfHealthcheckServer) HasAllowSources() bool
- func (o *ApplianceAllOfHealthcheckServer) HasEnabled() bool
- func (o *ApplianceAllOfHealthcheckServer) HasPort() bool
- func (o ApplianceAllOfHealthcheckServer) MarshalJSON() ([]byte, error)
- func (o *ApplianceAllOfHealthcheckServer) SetAllowSources(v []AllowSourcesInner)
- func (o *ApplianceAllOfHealthcheckServer) SetEnabled(v bool)
- func (o *ApplianceAllOfHealthcheckServer) SetPort(v int32)
- type ApplianceAllOfLogForwarder
- func (o *ApplianceAllOfLogForwarder) GetAwsKineses() []AwsKinesis
- func (o *ApplianceAllOfLogForwarder) GetAwsKinesesOk() ([]AwsKinesis, bool)
- func (o *ApplianceAllOfLogForwarder) GetElasticsearch() Elasticsearch
- func (o *ApplianceAllOfLogForwarder) GetElasticsearchOk() (*Elasticsearch, bool)
- func (o *ApplianceAllOfLogForwarder) GetEnabled() bool
- func (o *ApplianceAllOfLogForwarder) GetEnabledOk() (*bool, bool)
- func (o *ApplianceAllOfLogForwarder) GetSites() []string
- func (o *ApplianceAllOfLogForwarder) GetSitesOk() ([]string, bool)
- func (o *ApplianceAllOfLogForwarder) GetSplunkClients() []Splunk
- func (o *ApplianceAllOfLogForwarder) GetSplunkClientsOk() ([]Splunk, bool)
- func (o *ApplianceAllOfLogForwarder) GetSumoLogicClients() []SumoLogic
- func (o *ApplianceAllOfLogForwarder) GetSumoLogicClientsOk() ([]SumoLogic, bool)
- func (o *ApplianceAllOfLogForwarder) GetTcpClients() []TcpClient
- func (o *ApplianceAllOfLogForwarder) GetTcpClientsOk() ([]TcpClient, bool)
- func (o *ApplianceAllOfLogForwarder) HasAwsKineses() bool
- func (o *ApplianceAllOfLogForwarder) HasElasticsearch() bool
- func (o *ApplianceAllOfLogForwarder) HasEnabled() bool
- func (o *ApplianceAllOfLogForwarder) HasSites() bool
- func (o *ApplianceAllOfLogForwarder) HasSplunkClients() bool
- func (o *ApplianceAllOfLogForwarder) HasSumoLogicClients() bool
- func (o *ApplianceAllOfLogForwarder) HasTcpClients() bool
- func (o ApplianceAllOfLogForwarder) MarshalJSON() ([]byte, error)
- func (o *ApplianceAllOfLogForwarder) SetAwsKineses(v []AwsKinesis)
- func (o *ApplianceAllOfLogForwarder) SetElasticsearch(v Elasticsearch)
- func (o *ApplianceAllOfLogForwarder) SetElasticsearchNil()
- func (o *ApplianceAllOfLogForwarder) SetEnabled(v bool)
- func (o *ApplianceAllOfLogForwarder) SetSites(v []string)
- func (o *ApplianceAllOfLogForwarder) SetSplunkClients(v []Splunk)
- func (o *ApplianceAllOfLogForwarder) SetSumoLogicClients(v []SumoLogic)
- func (o *ApplianceAllOfLogForwarder) SetTcpClients(v []TcpClient)
- func (o *ApplianceAllOfLogForwarder) UnsetElasticsearch()
- type ApplianceAllOfLogServer
- func (o *ApplianceAllOfLogServer) GetEnabled() bool
- func (o *ApplianceAllOfLogServer) GetEnabledOk() (*bool, bool)
- func (o *ApplianceAllOfLogServer) GetRetentionDays() int32
- func (o *ApplianceAllOfLogServer) GetRetentionDaysOk() (*int32, bool)
- func (o *ApplianceAllOfLogServer) HasEnabled() bool
- func (o *ApplianceAllOfLogServer) HasRetentionDays() bool
- func (o ApplianceAllOfLogServer) MarshalJSON() ([]byte, error)
- func (o *ApplianceAllOfLogServer) SetEnabled(v bool)
- func (o *ApplianceAllOfLogServer) SetRetentionDays(v int32)
- type ApplianceAllOfNetworking
- func (o *ApplianceAllOfNetworking) GetDnsDomains() []string
- func (o *ApplianceAllOfNetworking) GetDnsDomainsOk() ([]string, bool)
- func (o *ApplianceAllOfNetworking) GetDnsServers() []string
- func (o *ApplianceAllOfNetworking) GetDnsServersOk() ([]string, bool)
- func (o *ApplianceAllOfNetworking) GetHosts() []ApplianceAllOfNetworkingHosts
- func (o *ApplianceAllOfNetworking) GetHostsOk() ([]ApplianceAllOfNetworkingHosts, bool)
- func (o *ApplianceAllOfNetworking) GetNics() []ApplianceAllOfNetworkingNics
- func (o *ApplianceAllOfNetworking) GetNicsOk() ([]ApplianceAllOfNetworkingNics, bool)
- func (o *ApplianceAllOfNetworking) GetRoutes() []ApplianceAllOfNetworkingRoutes
- func (o *ApplianceAllOfNetworking) GetRoutesOk() ([]ApplianceAllOfNetworkingRoutes, bool)
- func (o *ApplianceAllOfNetworking) HasDnsDomains() bool
- func (o *ApplianceAllOfNetworking) HasDnsServers() bool
- func (o *ApplianceAllOfNetworking) HasHosts() bool
- func (o *ApplianceAllOfNetworking) HasNics() bool
- func (o *ApplianceAllOfNetworking) HasRoutes() bool
- func (o ApplianceAllOfNetworking) MarshalJSON() ([]byte, error)
- func (o *ApplianceAllOfNetworking) SetDnsDomains(v []string)
- func (o *ApplianceAllOfNetworking) SetDnsServers(v []string)
- func (o *ApplianceAllOfNetworking) SetHosts(v []ApplianceAllOfNetworkingHosts)
- func (o *ApplianceAllOfNetworking) SetNics(v []ApplianceAllOfNetworkingNics)
- func (o *ApplianceAllOfNetworking) SetRoutes(v []ApplianceAllOfNetworkingRoutes)
- type ApplianceAllOfNetworkingHosts
- func (o *ApplianceAllOfNetworkingHosts) GetAddress() string
- func (o *ApplianceAllOfNetworkingHosts) GetAddressOk() (*string, bool)
- func (o *ApplianceAllOfNetworkingHosts) GetHostname() string
- func (o *ApplianceAllOfNetworkingHosts) GetHostnameOk() (*string, bool)
- func (o ApplianceAllOfNetworkingHosts) MarshalJSON() ([]byte, error)
- func (o *ApplianceAllOfNetworkingHosts) SetAddress(v string)
- func (o *ApplianceAllOfNetworkingHosts) SetHostname(v string)
- type ApplianceAllOfNetworkingIpv4
- func (o *ApplianceAllOfNetworkingIpv4) GetDhcp() ApplianceAllOfNetworkingIpv4Dhcp
- func (o *ApplianceAllOfNetworkingIpv4) GetDhcpOk() (*ApplianceAllOfNetworkingIpv4Dhcp, bool)
- func (o *ApplianceAllOfNetworkingIpv4) GetStatic() []ApplianceAllOfNetworkingIpv4Static
- func (o *ApplianceAllOfNetworkingIpv4) GetStaticOk() ([]ApplianceAllOfNetworkingIpv4Static, bool)
- func (o *ApplianceAllOfNetworkingIpv4) GetVirtualIp() string
- func (o *ApplianceAllOfNetworkingIpv4) GetVirtualIpOk() (*string, bool)
- func (o *ApplianceAllOfNetworkingIpv4) HasDhcp() bool
- func (o *ApplianceAllOfNetworkingIpv4) HasStatic() bool
- func (o *ApplianceAllOfNetworkingIpv4) HasVirtualIp() bool
- func (o ApplianceAllOfNetworkingIpv4) MarshalJSON() ([]byte, error)
- func (o *ApplianceAllOfNetworkingIpv4) SetDhcp(v ApplianceAllOfNetworkingIpv4Dhcp)
- func (o *ApplianceAllOfNetworkingIpv4) SetStatic(v []ApplianceAllOfNetworkingIpv4Static)
- func (o *ApplianceAllOfNetworkingIpv4) SetVirtualIp(v string)
- type ApplianceAllOfNetworkingIpv4Dhcp
- func (o *ApplianceAllOfNetworkingIpv4Dhcp) GetDns() bool
- func (o *ApplianceAllOfNetworkingIpv4Dhcp) GetDnsOk() (*bool, bool)
- func (o *ApplianceAllOfNetworkingIpv4Dhcp) GetEnabled() bool
- func (o *ApplianceAllOfNetworkingIpv4Dhcp) GetEnabledOk() (*bool, bool)
- func (o *ApplianceAllOfNetworkingIpv4Dhcp) GetMtu() bool
- func (o *ApplianceAllOfNetworkingIpv4Dhcp) GetMtuOk() (*bool, bool)
- func (o *ApplianceAllOfNetworkingIpv4Dhcp) GetNtp() bool
- func (o *ApplianceAllOfNetworkingIpv4Dhcp) GetNtpOk() (*bool, bool)
- func (o *ApplianceAllOfNetworkingIpv4Dhcp) GetRouters() bool
- func (o *ApplianceAllOfNetworkingIpv4Dhcp) GetRoutersOk() (*bool, bool)
- func (o *ApplianceAllOfNetworkingIpv4Dhcp) HasDns() bool
- func (o *ApplianceAllOfNetworkingIpv4Dhcp) HasEnabled() bool
- func (o *ApplianceAllOfNetworkingIpv4Dhcp) HasMtu() bool
- func (o *ApplianceAllOfNetworkingIpv4Dhcp) HasNtp() bool
- func (o *ApplianceAllOfNetworkingIpv4Dhcp) HasRouters() bool
- func (o ApplianceAllOfNetworkingIpv4Dhcp) MarshalJSON() ([]byte, error)
- func (o *ApplianceAllOfNetworkingIpv4Dhcp) SetDns(v bool)
- func (o *ApplianceAllOfNetworkingIpv4Dhcp) SetEnabled(v bool)
- func (o *ApplianceAllOfNetworkingIpv4Dhcp) SetMtu(v bool)
- func (o *ApplianceAllOfNetworkingIpv4Dhcp) SetNtp(v bool)
- func (o *ApplianceAllOfNetworkingIpv4Dhcp) SetRouters(v bool)
- type ApplianceAllOfNetworkingIpv4Static
- func (o *ApplianceAllOfNetworkingIpv4Static) GetAddress() string
- func (o *ApplianceAllOfNetworkingIpv4Static) GetAddressOk() (*string, bool)
- func (o *ApplianceAllOfNetworkingIpv4Static) GetNetmask() int32
- func (o *ApplianceAllOfNetworkingIpv4Static) GetNetmaskOk() (*int32, bool)
- func (o *ApplianceAllOfNetworkingIpv4Static) GetSnat() bool
- func (o *ApplianceAllOfNetworkingIpv4Static) GetSnatOk() (*bool, bool)
- func (o *ApplianceAllOfNetworkingIpv4Static) HasAddress() bool
- func (o *ApplianceAllOfNetworkingIpv4Static) HasNetmask() bool
- func (o *ApplianceAllOfNetworkingIpv4Static) HasSnat() bool
- func (o ApplianceAllOfNetworkingIpv4Static) MarshalJSON() ([]byte, error)
- func (o *ApplianceAllOfNetworkingIpv4Static) SetAddress(v string)
- func (o *ApplianceAllOfNetworkingIpv4Static) SetNetmask(v int32)
- func (o *ApplianceAllOfNetworkingIpv4Static) SetSnat(v bool)
- type ApplianceAllOfNetworkingIpv6
- func (o *ApplianceAllOfNetworkingIpv6) GetDhcp() ApplianceAllOfNetworkingIpv6Dhcp
- func (o *ApplianceAllOfNetworkingIpv6) GetDhcpOk() (*ApplianceAllOfNetworkingIpv6Dhcp, bool)
- func (o *ApplianceAllOfNetworkingIpv6) GetStatic() []ApplianceAllOfNetworkingIpv6Static
- func (o *ApplianceAllOfNetworkingIpv6) GetStaticOk() ([]ApplianceAllOfNetworkingIpv6Static, bool)
- func (o *ApplianceAllOfNetworkingIpv6) GetVirtualIp() string
- func (o *ApplianceAllOfNetworkingIpv6) GetVirtualIpOk() (*string, bool)
- func (o *ApplianceAllOfNetworkingIpv6) HasDhcp() bool
- func (o *ApplianceAllOfNetworkingIpv6) HasStatic() bool
- func (o *ApplianceAllOfNetworkingIpv6) HasVirtualIp() bool
- func (o ApplianceAllOfNetworkingIpv6) MarshalJSON() ([]byte, error)
- func (o *ApplianceAllOfNetworkingIpv6) SetDhcp(v ApplianceAllOfNetworkingIpv6Dhcp)
- func (o *ApplianceAllOfNetworkingIpv6) SetStatic(v []ApplianceAllOfNetworkingIpv6Static)
- func (o *ApplianceAllOfNetworkingIpv6) SetVirtualIp(v string)
- type ApplianceAllOfNetworkingIpv6Dhcp
- func (o *ApplianceAllOfNetworkingIpv6Dhcp) GetDns() bool
- func (o *ApplianceAllOfNetworkingIpv6Dhcp) GetDnsOk() (*bool, bool)
- func (o *ApplianceAllOfNetworkingIpv6Dhcp) GetEnabled() bool
- func (o *ApplianceAllOfNetworkingIpv6Dhcp) GetEnabledOk() (*bool, bool)
- func (o *ApplianceAllOfNetworkingIpv6Dhcp) GetMtu() bool
- func (o *ApplianceAllOfNetworkingIpv6Dhcp) GetMtuOk() (*bool, bool)
- func (o *ApplianceAllOfNetworkingIpv6Dhcp) GetNtp() bool
- func (o *ApplianceAllOfNetworkingIpv6Dhcp) GetNtpOk() (*bool, bool)
- func (o *ApplianceAllOfNetworkingIpv6Dhcp) HasDns() bool
- func (o *ApplianceAllOfNetworkingIpv6Dhcp) HasEnabled() bool
- func (o *ApplianceAllOfNetworkingIpv6Dhcp) HasMtu() bool
- func (o *ApplianceAllOfNetworkingIpv6Dhcp) HasNtp() bool
- func (o ApplianceAllOfNetworkingIpv6Dhcp) MarshalJSON() ([]byte, error)
- func (o *ApplianceAllOfNetworkingIpv6Dhcp) SetDns(v bool)
- func (o *ApplianceAllOfNetworkingIpv6Dhcp) SetEnabled(v bool)
- func (o *ApplianceAllOfNetworkingIpv6Dhcp) SetMtu(v bool)
- func (o *ApplianceAllOfNetworkingIpv6Dhcp) SetNtp(v bool)
- type ApplianceAllOfNetworkingIpv6Static
- func (o *ApplianceAllOfNetworkingIpv6Static) GetAddress() string
- func (o *ApplianceAllOfNetworkingIpv6Static) GetAddressOk() (*string, bool)
- func (o *ApplianceAllOfNetworkingIpv6Static) GetNetmask() int32
- func (o *ApplianceAllOfNetworkingIpv6Static) GetNetmaskOk() (*int32, bool)
- func (o *ApplianceAllOfNetworkingIpv6Static) GetSnat() bool
- func (o *ApplianceAllOfNetworkingIpv6Static) GetSnatOk() (*bool, bool)
- func (o *ApplianceAllOfNetworkingIpv6Static) HasSnat() bool
- func (o ApplianceAllOfNetworkingIpv6Static) MarshalJSON() ([]byte, error)
- func (o *ApplianceAllOfNetworkingIpv6Static) SetAddress(v string)
- func (o *ApplianceAllOfNetworkingIpv6Static) SetNetmask(v int32)
- func (o *ApplianceAllOfNetworkingIpv6Static) SetSnat(v bool)
- type ApplianceAllOfNetworkingNics
- func (o *ApplianceAllOfNetworkingNics) GetEnabled() bool
- func (o *ApplianceAllOfNetworkingNics) GetEnabledOk() (*bool, bool)
- func (o *ApplianceAllOfNetworkingNics) GetIpv4() ApplianceAllOfNetworkingIpv4
- func (o *ApplianceAllOfNetworkingNics) GetIpv4Ok() (*ApplianceAllOfNetworkingIpv4, bool)
- func (o *ApplianceAllOfNetworkingNics) GetIpv6() ApplianceAllOfNetworkingIpv6
- func (o *ApplianceAllOfNetworkingNics) GetIpv6Ok() (*ApplianceAllOfNetworkingIpv6, bool)
- func (o *ApplianceAllOfNetworkingNics) GetMtu() int32
- func (o *ApplianceAllOfNetworkingNics) GetMtuOk() (*int32, bool)
- func (o *ApplianceAllOfNetworkingNics) GetName() string
- func (o *ApplianceAllOfNetworkingNics) GetNameOk() (*string, bool)
- func (o *ApplianceAllOfNetworkingNics) HasEnabled() bool
- func (o *ApplianceAllOfNetworkingNics) HasIpv4() bool
- func (o *ApplianceAllOfNetworkingNics) HasIpv6() bool
- func (o *ApplianceAllOfNetworkingNics) HasMtu() bool
- func (o ApplianceAllOfNetworkingNics) MarshalJSON() ([]byte, error)
- func (o *ApplianceAllOfNetworkingNics) SetEnabled(v bool)
- func (o *ApplianceAllOfNetworkingNics) SetIpv4(v ApplianceAllOfNetworkingIpv4)
- func (o *ApplianceAllOfNetworkingNics) SetIpv6(v ApplianceAllOfNetworkingIpv6)
- func (o *ApplianceAllOfNetworkingNics) SetMtu(v int32)
- func (o *ApplianceAllOfNetworkingNics) SetName(v string)
- type ApplianceAllOfNetworkingRoutes
- func (o *ApplianceAllOfNetworkingRoutes) GetAddress() string
- func (o *ApplianceAllOfNetworkingRoutes) GetAddressOk() (*string, bool)
- func (o *ApplianceAllOfNetworkingRoutes) GetGateway() string
- func (o *ApplianceAllOfNetworkingRoutes) GetGatewayOk() (*string, bool)
- func (o *ApplianceAllOfNetworkingRoutes) GetNetmask() int32
- func (o *ApplianceAllOfNetworkingRoutes) GetNetmaskOk() (*int32, bool)
- func (o *ApplianceAllOfNetworkingRoutes) GetNic() string
- func (o *ApplianceAllOfNetworkingRoutes) GetNicOk() (*string, bool)
- func (o *ApplianceAllOfNetworkingRoutes) HasGateway() bool
- func (o *ApplianceAllOfNetworkingRoutes) HasNic() bool
- func (o ApplianceAllOfNetworkingRoutes) MarshalJSON() ([]byte, error)
- func (o *ApplianceAllOfNetworkingRoutes) SetAddress(v string)
- func (o *ApplianceAllOfNetworkingRoutes) SetGateway(v string)
- func (o *ApplianceAllOfNetworkingRoutes) SetNetmask(v int32)
- func (o *ApplianceAllOfNetworkingRoutes) SetNic(v string)
- type ApplianceAllOfNtp
- func (o *ApplianceAllOfNtp) GetServers() []ApplianceAllOfNtpServers
- func (o *ApplianceAllOfNtp) GetServersOk() ([]ApplianceAllOfNtpServers, bool)
- func (o *ApplianceAllOfNtp) HasServers() bool
- func (o ApplianceAllOfNtp) MarshalJSON() ([]byte, error)
- func (o *ApplianceAllOfNtp) SetServers(v []ApplianceAllOfNtpServers)
- type ApplianceAllOfNtpServers
- func (o *ApplianceAllOfNtpServers) GetHostname() string
- func (o *ApplianceAllOfNtpServers) GetHostnameOk() (*string, bool)
- func (o *ApplianceAllOfNtpServers) GetKey() string
- func (o *ApplianceAllOfNtpServers) GetKeyNo() int32
- func (o *ApplianceAllOfNtpServers) GetKeyNoOk() (*int32, bool)
- func (o *ApplianceAllOfNtpServers) GetKeyOk() (*string, bool)
- func (o *ApplianceAllOfNtpServers) GetKeyType() string
- func (o *ApplianceAllOfNtpServers) GetKeyTypeOk() (*string, bool)
- func (o *ApplianceAllOfNtpServers) HasKey() bool
- func (o *ApplianceAllOfNtpServers) HasKeyNo() bool
- func (o *ApplianceAllOfNtpServers) HasKeyType() bool
- func (o ApplianceAllOfNtpServers) MarshalJSON() ([]byte, error)
- func (o *ApplianceAllOfNtpServers) SetHostname(v string)
- func (o *ApplianceAllOfNtpServers) SetKey(v string)
- func (o *ApplianceAllOfNtpServers) SetKeyNo(v int32)
- func (o *ApplianceAllOfNtpServers) SetKeyType(v string)
- type ApplianceAllOfPeerInterface
- func (o *ApplianceAllOfPeerInterface) GetAllowSources() []AllowSourcesInner
- func (o *ApplianceAllOfPeerInterface) GetAllowSourcesOk() ([]AllowSourcesInner, bool)
- func (o *ApplianceAllOfPeerInterface) GetHostname() string
- func (o *ApplianceAllOfPeerInterface) GetHostnameOk() (*string, bool)
- func (o *ApplianceAllOfPeerInterface) GetHttpsPort() int32
- func (o *ApplianceAllOfPeerInterface) GetHttpsPortOk() (*int32, bool)
- func (o *ApplianceAllOfPeerInterface) HasAllowSources() bool
- func (o *ApplianceAllOfPeerInterface) HasHttpsPort() bool
- func (o ApplianceAllOfPeerInterface) MarshalJSON() ([]byte, error)
- func (o *ApplianceAllOfPeerInterface) SetAllowSources(v []AllowSourcesInner)
- func (o *ApplianceAllOfPeerInterface) SetHostname(v string)
- func (o *ApplianceAllOfPeerInterface) SetHttpsPort(v int32)
- type ApplianceAllOfPing
- func (o *ApplianceAllOfPing) GetAllowSources() []AllowSourcesInner
- func (o *ApplianceAllOfPing) GetAllowSourcesOk() ([]AllowSourcesInner, bool)
- func (o *ApplianceAllOfPing) HasAllowSources() bool
- func (o ApplianceAllOfPing) MarshalJSON() ([]byte, error)
- func (o *ApplianceAllOfPing) SetAllowSources(v []AllowSourcesInner)
- type ApplianceAllOfPrometheusExporter
- func (o *ApplianceAllOfPrometheusExporter) GetAllowSources() []AllowSourcesInner
- func (o *ApplianceAllOfPrometheusExporter) GetAllowSourcesOk() ([]AllowSourcesInner, bool)
- func (o *ApplianceAllOfPrometheusExporter) GetEnabled() bool
- func (o *ApplianceAllOfPrometheusExporter) GetEnabledOk() (*bool, bool)
- func (o *ApplianceAllOfPrometheusExporter) GetPort() int32
- func (o *ApplianceAllOfPrometheusExporter) GetPortOk() (*int32, bool)
- func (o *ApplianceAllOfPrometheusExporter) HasAllowSources() bool
- func (o *ApplianceAllOfPrometheusExporter) HasEnabled() bool
- func (o *ApplianceAllOfPrometheusExporter) HasPort() bool
- func (o ApplianceAllOfPrometheusExporter) MarshalJSON() ([]byte, error)
- func (o *ApplianceAllOfPrometheusExporter) SetAllowSources(v []AllowSourcesInner)
- func (o *ApplianceAllOfPrometheusExporter) SetEnabled(v bool)
- func (o *ApplianceAllOfPrometheusExporter) SetPort(v int32)
- type ApplianceAllOfRsyslogDestinations
- func (o *ApplianceAllOfRsyslogDestinations) GetDestination() string
- func (o *ApplianceAllOfRsyslogDestinations) GetDestinationOk() (*string, bool)
- func (o *ApplianceAllOfRsyslogDestinations) GetSelector() string
- func (o *ApplianceAllOfRsyslogDestinations) GetSelectorOk() (*string, bool)
- func (o *ApplianceAllOfRsyslogDestinations) GetTemplate() string
- func (o *ApplianceAllOfRsyslogDestinations) GetTemplateOk() (*string, bool)
- func (o *ApplianceAllOfRsyslogDestinations) HasSelector() bool
- func (o *ApplianceAllOfRsyslogDestinations) HasTemplate() bool
- func (o ApplianceAllOfRsyslogDestinations) MarshalJSON() ([]byte, error)
- func (o *ApplianceAllOfRsyslogDestinations) SetDestination(v string)
- func (o *ApplianceAllOfRsyslogDestinations) SetSelector(v string)
- func (o *ApplianceAllOfRsyslogDestinations) SetTemplate(v string)
- type ApplianceAllOfSnmpServer
- func (o *ApplianceAllOfSnmpServer) GetAllowSources() []AllowSourcesInner
- func (o *ApplianceAllOfSnmpServer) GetAllowSourcesOk() ([]AllowSourcesInner, bool)
- func (o *ApplianceAllOfSnmpServer) GetEnabled() bool
- func (o *ApplianceAllOfSnmpServer) GetEnabledOk() (*bool, bool)
- func (o *ApplianceAllOfSnmpServer) GetSnmpdConf() string
- func (o *ApplianceAllOfSnmpServer) GetSnmpdConfOk() (*string, bool)
- func (o *ApplianceAllOfSnmpServer) GetTcpPort() int32
- func (o *ApplianceAllOfSnmpServer) GetTcpPortOk() (*int32, bool)
- func (o *ApplianceAllOfSnmpServer) GetUdpPort() int32
- func (o *ApplianceAllOfSnmpServer) GetUdpPortOk() (*int32, bool)
- func (o *ApplianceAllOfSnmpServer) HasAllowSources() bool
- func (o *ApplianceAllOfSnmpServer) HasEnabled() bool
- func (o *ApplianceAllOfSnmpServer) HasSnmpdConf() bool
- func (o *ApplianceAllOfSnmpServer) HasTcpPort() bool
- func (o *ApplianceAllOfSnmpServer) HasUdpPort() bool
- func (o ApplianceAllOfSnmpServer) MarshalJSON() ([]byte, error)
- func (o *ApplianceAllOfSnmpServer) SetAllowSources(v []AllowSourcesInner)
- func (o *ApplianceAllOfSnmpServer) SetEnabled(v bool)
- func (o *ApplianceAllOfSnmpServer) SetSnmpdConf(v string)
- func (o *ApplianceAllOfSnmpServer) SetTcpPort(v int32)
- func (o *ApplianceAllOfSnmpServer) SetUdpPort(v int32)
- type ApplianceAllOfSshServer
- func (o *ApplianceAllOfSshServer) GetAllowSources() []AllowSourcesInner
- func (o *ApplianceAllOfSshServer) GetAllowSourcesOk() ([]AllowSourcesInner, bool)
- func (o *ApplianceAllOfSshServer) GetEnabled() bool
- func (o *ApplianceAllOfSshServer) GetEnabledOk() (*bool, bool)
- func (o *ApplianceAllOfSshServer) GetPasswordAuthentication() bool
- func (o *ApplianceAllOfSshServer) GetPasswordAuthenticationOk() (*bool, bool)
- func (o *ApplianceAllOfSshServer) GetPort() int32
- func (o *ApplianceAllOfSshServer) GetPortOk() (*int32, bool)
- func (o *ApplianceAllOfSshServer) HasAllowSources() bool
- func (o *ApplianceAllOfSshServer) HasEnabled() bool
- func (o *ApplianceAllOfSshServer) HasPasswordAuthentication() bool
- func (o *ApplianceAllOfSshServer) HasPort() bool
- func (o ApplianceAllOfSshServer) MarshalJSON() ([]byte, error)
- func (o *ApplianceAllOfSshServer) SetAllowSources(v []AllowSourcesInner)
- func (o *ApplianceAllOfSshServer) SetEnabled(v bool)
- func (o *ApplianceAllOfSshServer) SetPasswordAuthentication(v bool)
- func (o *ApplianceAllOfSshServer) SetPort(v int32)
- type ApplianceApiService
- type ApplianceBackupApiService
- func (a *ApplianceBackupApiService) AppliancesIdBackupBackupIdDelete(ctx context.Context, id string, backupId string) ApiAppliancesIdBackupBackupIdDeleteRequest
- func (a *ApplianceBackupApiService) AppliancesIdBackupBackupIdDeleteExecute(r ApiAppliancesIdBackupBackupIdDeleteRequest) (*http.Response, error)
- func (a *ApplianceBackupApiService) AppliancesIdBackupBackupIdGet(ctx context.Context, id string, backupId string) ApiAppliancesIdBackupBackupIdGetRequest
- func (a *ApplianceBackupApiService) AppliancesIdBackupBackupIdGetExecute(r ApiAppliancesIdBackupBackupIdGetRequest) (**os.File, *http.Response, error)
- func (a *ApplianceBackupApiService) AppliancesIdBackupBackupIdStatusGet(ctx context.Context, id string, backupId string) ApiAppliancesIdBackupBackupIdStatusGetRequest
- func (a *ApplianceBackupApiService) AppliancesIdBackupBackupIdStatusGetExecute(r ApiAppliancesIdBackupBackupIdStatusGetRequest) (*AppliancesIdBackupBackupIdStatusGet200Response, *http.Response, error)
- func (a *ApplianceBackupApiService) AppliancesIdBackupPost(ctx context.Context, id string) ApiAppliancesIdBackupPostRequest
- func (a *ApplianceBackupApiService) AppliancesIdBackupPostExecute(r ApiAppliancesIdBackupPostRequest) (*AppliancesIdBackupPost200Response, *http.Response, error)
- type ApplianceChangeApiService
- func (a *ApplianceChangeApiService) AppliancesIdChangeChangeIdGet(ctx context.Context, changeId string, id string) ApiAppliancesIdChangeChangeIdGetRequest
- func (a *ApplianceChangeApiService) AppliancesIdChangeChangeIdGetExecute(r ApiAppliancesIdChangeChangeIdGetRequest) (*AppliancesIdChangeChangeIdGet200Response, *http.Response, error)
- type ApplianceCustomization
- func (o *ApplianceCustomization) GetChecksum() string
- func (o *ApplianceCustomization) GetChecksumOk() (*string, bool)
- func (o *ApplianceCustomization) GetCreated() time.Time
- func (o *ApplianceCustomization) GetCreatedOk() (*time.Time, bool)
- func (o *ApplianceCustomization) GetFile() string
- func (o *ApplianceCustomization) GetFileOk() (*string, bool)
- func (o *ApplianceCustomization) GetId() string
- func (o *ApplianceCustomization) GetIdOk() (*string, bool)
- func (o *ApplianceCustomization) GetName() string
- func (o *ApplianceCustomization) GetNameOk() (*string, bool)
- func (o *ApplianceCustomization) GetNotes() string
- func (o *ApplianceCustomization) GetNotesOk() (*string, bool)
- func (o *ApplianceCustomization) GetSize() float32
- func (o *ApplianceCustomization) GetSizeOk() (*float32, bool)
- func (o *ApplianceCustomization) GetTags() []string
- func (o *ApplianceCustomization) GetTagsOk() ([]string, bool)
- func (o *ApplianceCustomization) GetUpdated() time.Time
- func (o *ApplianceCustomization) GetUpdatedOk() (*time.Time, bool)
- func (o *ApplianceCustomization) HasChecksum() bool
- func (o *ApplianceCustomization) HasCreated() bool
- func (o *ApplianceCustomization) HasFile() bool
- func (o *ApplianceCustomization) HasId() bool
- func (o *ApplianceCustomization) HasNotes() bool
- func (o *ApplianceCustomization) HasSize() bool
- func (o *ApplianceCustomization) HasTags() bool
- func (o *ApplianceCustomization) HasUpdated() bool
- func (o ApplianceCustomization) MarshalJSON() ([]byte, error)
- func (o *ApplianceCustomization) SetChecksum(v string)
- func (o *ApplianceCustomization) SetCreated(v time.Time)
- func (o *ApplianceCustomization) SetFile(v string)
- func (o *ApplianceCustomization) SetId(v string)
- func (o *ApplianceCustomization) SetName(v string)
- func (o *ApplianceCustomization) SetNotes(v string)
- func (o *ApplianceCustomization) SetSize(v float32)
- func (o *ApplianceCustomization) SetTags(v []string)
- func (o *ApplianceCustomization) SetUpdated(v time.Time)
- type ApplianceCustomizationAllOf
- func (o *ApplianceCustomizationAllOf) GetChecksum() string
- func (o *ApplianceCustomizationAllOf) GetChecksumOk() (*string, bool)
- func (o *ApplianceCustomizationAllOf) GetFile() string
- func (o *ApplianceCustomizationAllOf) GetFileOk() (*string, bool)
- func (o *ApplianceCustomizationAllOf) GetSize() float32
- func (o *ApplianceCustomizationAllOf) GetSizeOk() (*float32, bool)
- func (o *ApplianceCustomizationAllOf) HasChecksum() bool
- func (o *ApplianceCustomizationAllOf) HasFile() bool
- func (o *ApplianceCustomizationAllOf) HasSize() bool
- func (o ApplianceCustomizationAllOf) MarshalJSON() ([]byte, error)
- func (o *ApplianceCustomizationAllOf) SetChecksum(v string)
- func (o *ApplianceCustomizationAllOf) SetFile(v string)
- func (o *ApplianceCustomizationAllOf) SetSize(v float32)
- type ApplianceCustomizationList
- func (o *ApplianceCustomizationList) GetData() []ApplianceCustomization
- func (o *ApplianceCustomizationList) GetDataOk() ([]ApplianceCustomization, bool)
- func (o *ApplianceCustomizationList) GetDescending() bool
- func (o *ApplianceCustomizationList) GetDescendingOk() (*bool, bool)
- func (o *ApplianceCustomizationList) GetFilterBy() []FilterBy
- func (o *ApplianceCustomizationList) GetFilterByOk() ([]FilterBy, bool)
- func (o *ApplianceCustomizationList) GetOrderBy() string
- func (o *ApplianceCustomizationList) GetOrderByOk() (*string, bool)
- func (o *ApplianceCustomizationList) GetQueries() []string
- func (o *ApplianceCustomizationList) GetQueriesOk() ([]string, bool)
- func (o *ApplianceCustomizationList) GetRange() string
- func (o *ApplianceCustomizationList) GetRangeOk() (*string, bool)
- func (o *ApplianceCustomizationList) HasData() bool
- func (o *ApplianceCustomizationList) HasDescending() bool
- func (o *ApplianceCustomizationList) HasFilterBy() bool
- func (o *ApplianceCustomizationList) HasOrderBy() bool
- func (o *ApplianceCustomizationList) HasQueries() bool
- func (o *ApplianceCustomizationList) HasRange() bool
- func (o ApplianceCustomizationList) MarshalJSON() ([]byte, error)
- func (o *ApplianceCustomizationList) SetData(v []ApplianceCustomization)
- func (o *ApplianceCustomizationList) SetDescending(v bool)
- func (o *ApplianceCustomizationList) SetFilterBy(v []FilterBy)
- func (o *ApplianceCustomizationList) SetOrderBy(v string)
- func (o *ApplianceCustomizationList) SetQueries(v []string)
- func (o *ApplianceCustomizationList) SetRange(v string)
- type ApplianceCustomizationListAllOf
- func (o *ApplianceCustomizationListAllOf) GetData() []ApplianceCustomization
- func (o *ApplianceCustomizationListAllOf) GetDataOk() ([]ApplianceCustomization, bool)
- func (o *ApplianceCustomizationListAllOf) HasData() bool
- func (o ApplianceCustomizationListAllOf) MarshalJSON() ([]byte, error)
- func (o *ApplianceCustomizationListAllOf) SetData(v []ApplianceCustomization)
- type ApplianceCustomizationsApiService
- func (a *ApplianceCustomizationsApiService) ApplianceCustomizationsGet(ctx context.Context) ApiApplianceCustomizationsGetRequest
- func (a *ApplianceCustomizationsApiService) ApplianceCustomizationsGetExecute(r ApiApplianceCustomizationsGetRequest) (*ApplianceCustomizationList, *http.Response, error)
- func (a *ApplianceCustomizationsApiService) ApplianceCustomizationsIdDelete(ctx context.Context, id string) ApiApplianceCustomizationsIdDeleteRequest
- func (a *ApplianceCustomizationsApiService) ApplianceCustomizationsIdDeleteExecute(r ApiApplianceCustomizationsIdDeleteRequest) (*http.Response, error)
- func (a *ApplianceCustomizationsApiService) ApplianceCustomizationsIdGet(ctx context.Context, id string) ApiApplianceCustomizationsIdGetRequest
- func (a *ApplianceCustomizationsApiService) ApplianceCustomizationsIdGetExecute(r ApiApplianceCustomizationsIdGetRequest) (*ApplianceCustomization, *http.Response, error)
- func (a *ApplianceCustomizationsApiService) ApplianceCustomizationsIdPut(ctx context.Context, id string) ApiApplianceCustomizationsIdPutRequest
- func (a *ApplianceCustomizationsApiService) ApplianceCustomizationsIdPutExecute(r ApiApplianceCustomizationsIdPutRequest) (*ApplianceCustomization, *http.Response, error)
- func (a *ApplianceCustomizationsApiService) ApplianceCustomizationsPost(ctx context.Context) ApiApplianceCustomizationsPostRequest
- func (a *ApplianceCustomizationsApiService) ApplianceCustomizationsPostExecute(r ApiApplianceCustomizationsPostRequest) (*ApplianceCustomization, *http.Response, error)
- type ApplianceList
- func (o *ApplianceList) GetData() []Appliance
- func (o *ApplianceList) GetDataOk() ([]Appliance, bool)
- func (o *ApplianceList) GetDescending() bool
- func (o *ApplianceList) GetDescendingOk() (*bool, bool)
- func (o *ApplianceList) GetFilterBy() []FilterBy
- func (o *ApplianceList) GetFilterByOk() ([]FilterBy, bool)
- func (o *ApplianceList) GetOrderBy() string
- func (o *ApplianceList) GetOrderByOk() (*string, bool)
- func (o *ApplianceList) GetQueries() []string
- func (o *ApplianceList) GetQueriesOk() ([]string, bool)
- func (o *ApplianceList) GetRange() string
- func (o *ApplianceList) GetRangeOk() (*string, bool)
- func (o *ApplianceList) HasData() bool
- func (o *ApplianceList) HasDescending() bool
- func (o *ApplianceList) HasFilterBy() bool
- func (o *ApplianceList) HasOrderBy() bool
- func (o *ApplianceList) HasQueries() bool
- func (o *ApplianceList) HasRange() bool
- func (o ApplianceList) MarshalJSON() ([]byte, error)
- func (o *ApplianceList) SetData(v []Appliance)
- func (o *ApplianceList) SetDescending(v bool)
- func (o *ApplianceList) SetFilterBy(v []FilterBy)
- func (o *ApplianceList) SetOrderBy(v string)
- func (o *ApplianceList) SetQueries(v []string)
- func (o *ApplianceList) SetRange(v string)
- type ApplianceListAllOf
- type ApplianceMaintenanceApiService
- func (a *ApplianceMaintenanceApiService) AppliancesIdMaintenancePost(ctx context.Context, id string) ApiAppliancesIdMaintenancePostRequest
- func (a *ApplianceMaintenanceApiService) AppliancesIdMaintenancePostExecute(r ApiAppliancesIdMaintenancePostRequest) (*AppliancesIdMaintenancePost202Response, *http.Response, error)
- type ApplianceMetricsApiService
- func (a *ApplianceMetricsApiService) AppliancesIdMetricsGet(ctx context.Context, id string) ApiAppliancesIdMetricsGetRequest
- func (a *ApplianceMetricsApiService) AppliancesIdMetricsGetExecute(r ApiAppliancesIdMetricsGetRequest) (string, *http.Response, error)
- func (a *ApplianceMetricsApiService) AppliancesIdMetricsNameGet(ctx context.Context, id string, name string) ApiAppliancesIdMetricsNameGetRequest
- func (a *ApplianceMetricsApiService) AppliancesIdMetricsNameGetExecute(r ApiAppliancesIdMetricsNameGetRequest) (string, *http.Response, error)
- type ApplianceRole
- func (o *ApplianceRole) GetDetails() string
- func (o *ApplianceRole) GetDetailsOk() (*string, bool)
- func (o *ApplianceRole) GetStatus() string
- func (o *ApplianceRole) GetStatusOk() (*string, bool)
- func (o *ApplianceRole) HasDetails() bool
- func (o *ApplianceRole) HasStatus() bool
- func (o ApplianceRole) MarshalJSON() ([]byte, error)
- func (o *ApplianceRole) SetDetails(v string)
- func (o *ApplianceRole) SetStatus(v string)
- type ApplianceSeedISO
- type ApplianceStatsApiService
- type ApplianceUpgrade
- func (o *ApplianceUpgrade) GetDevKeyring() bool
- func (o *ApplianceUpgrade) GetDevKeyringOk() (*bool, bool)
- func (o *ApplianceUpgrade) GetImageUrl() string
- func (o *ApplianceUpgrade) GetImageUrlOk() (*string, bool)
- func (o *ApplianceUpgrade) HasDevKeyring() bool
- func (o ApplianceUpgrade) MarshalJSON() ([]byte, error)
- func (o *ApplianceUpgrade) SetDevKeyring(v bool)
- func (o *ApplianceUpgrade) SetImageUrl(v string)
- type ApplianceUpgradeApiService
- func (a *ApplianceUpgradeApiService) AppliancesIdUpgradeCompletePost(ctx context.Context, id string) ApiAppliancesIdUpgradeCompletePostRequest
- func (a *ApplianceUpgradeApiService) AppliancesIdUpgradeCompletePostExecute(r ApiAppliancesIdUpgradeCompletePostRequest) (*ApplianceUpgradeInternal, *http.Response, error)
- func (a *ApplianceUpgradeApiService) AppliancesIdUpgradeDelete(ctx context.Context, id string) ApiAppliancesIdUpgradeDeleteRequest
- func (a *ApplianceUpgradeApiService) AppliancesIdUpgradeDeleteExecute(r ApiAppliancesIdUpgradeDeleteRequest) (*http.Response, error)
- func (a *ApplianceUpgradeApiService) AppliancesIdUpgradeGet(ctx context.Context, id string) ApiAppliancesIdUpgradeGetRequest
- func (a *ApplianceUpgradeApiService) AppliancesIdUpgradeGetExecute(r ApiAppliancesIdUpgradeGetRequest) (*AppliancesIdUpgradeDelete200Response, *http.Response, error)
- func (a *ApplianceUpgradeApiService) AppliancesIdUpgradePost(ctx context.Context, id string) ApiAppliancesIdUpgradePostRequest
- func (a *ApplianceUpgradeApiService) AppliancesIdUpgradePostExecute(r ApiAppliancesIdUpgradePostRequest) (*ApplianceUpgradeInternal, *http.Response, error)
- func (a *ApplianceUpgradeApiService) AppliancesIdUpgradePreparePost(ctx context.Context, id string) ApiAppliancesIdUpgradePreparePostRequest
- func (a *ApplianceUpgradeApiService) AppliancesIdUpgradePreparePostExecute(r ApiAppliancesIdUpgradePreparePostRequest) (*ApplianceUpgradeInternal, *http.Response, error)
- func (a *ApplianceUpgradeApiService) AppliancesIdUpgradeSwitchPartitionPost(ctx context.Context, id string) ApiAppliancesIdUpgradeSwitchPartitionPostRequest
- func (a *ApplianceUpgradeApiService) AppliancesIdUpgradeSwitchPartitionPostExecute(r ApiAppliancesIdUpgradeSwitchPartitionPostRequest) (*ApplianceUpgradeInternal, *http.Response, error)
- func (a *ApplianceUpgradeApiService) FilesFilenameDelete(ctx context.Context, filename string) ApiFilesFilenameDeleteRequest
- func (a *ApplianceUpgradeApiService) FilesFilenameDeleteExecute(r ApiFilesFilenameDeleteRequest) (*http.Response, error)
- func (a *ApplianceUpgradeApiService) FilesFilenameGet(ctx context.Context, filename string) ApiFilesFilenameGetRequest
- func (a *ApplianceUpgradeApiService) FilesFilenameGetExecute(r ApiFilesFilenameGetRequest) (*File, *http.Response, error)
- func (a *ApplianceUpgradeApiService) FilesGet(ctx context.Context) ApiFilesGetRequest
- func (a *ApplianceUpgradeApiService) FilesGetExecute(r ApiFilesGetRequest) (*FileList, *http.Response, error)
- func (a *ApplianceUpgradeApiService) FilesPost(ctx context.Context) ApiFilesPostRequest
- func (a *ApplianceUpgradeApiService) FilesPostExecute(r ApiFilesPostRequest) (*http.Response, error)
- func (a *ApplianceUpgradeApiService) FilesPut(ctx context.Context) ApiFilesPutRequest
- func (a *ApplianceUpgradeApiService) FilesPutExecute(r ApiFilesPutRequest) (*http.Response, error)
- type ApplianceUpgradeInternal
- type ApplianceWithSessionsRole
- func (o *ApplianceWithSessionsRole) GetDetails() string
- func (o *ApplianceWithSessionsRole) GetDetailsOk() (*string, bool)
- func (o *ApplianceWithSessionsRole) GetNumberOfSessions() int32
- func (o *ApplianceWithSessionsRole) GetNumberOfSessionsOk() (*int32, bool)
- func (o *ApplianceWithSessionsRole) GetStatus() string
- func (o *ApplianceWithSessionsRole) GetStatusOk() (*string, bool)
- func (o *ApplianceWithSessionsRole) HasDetails() bool
- func (o *ApplianceWithSessionsRole) HasNumberOfSessions() bool
- func (o *ApplianceWithSessionsRole) HasStatus() bool
- func (o ApplianceWithSessionsRole) MarshalJSON() ([]byte, error)
- func (o *ApplianceWithSessionsRole) SetDetails(v string)
- func (o *ApplianceWithSessionsRole) SetNumberOfSessions(v int32)
- func (o *ApplianceWithSessionsRole) SetStatus(v string)
- type ApplianceWithSessionsRoleAllOf
- func (o *ApplianceWithSessionsRoleAllOf) GetNumberOfSessions() int32
- func (o *ApplianceWithSessionsRoleAllOf) GetNumberOfSessionsOk() (*int32, bool)
- func (o *ApplianceWithSessionsRoleAllOf) HasNumberOfSessions() bool
- func (o ApplianceWithSessionsRoleAllOf) MarshalJSON() ([]byte, error)
- func (o *ApplianceWithSessionsRoleAllOf) SetNumberOfSessions(v int32)
- type AppliancesApiService
- func (a *AppliancesApiService) AppliancesForceDisableControllersPost(ctx context.Context) ApiAppliancesForceDisableControllersPostRequest
- func (a *AppliancesApiService) AppliancesForceDisableControllersPostExecute(r ApiAppliancesForceDisableControllersPostRequest) (*AppliancesForceDisableControllersPost200Response, *http.Response, error)
- func (a *AppliancesApiService) AppliancesGet(ctx context.Context) ApiAppliancesGetRequest
- func (a *AppliancesApiService) AppliancesGetExecute(r ApiAppliancesGetRequest) (*ApplianceList, *http.Response, error)
- func (a *AppliancesApiService) AppliancesIdAdminInterfaceP12Post(ctx context.Context, id string) ApiAppliancesIdAdminInterfaceP12PostRequest
- func (a *AppliancesApiService) AppliancesIdAdminInterfaceP12PostExecute(r ApiAppliancesIdAdminInterfaceP12PostRequest) (*http.Response, error)
- func (a *AppliancesApiService) AppliancesIdCommandDigPost(ctx context.Context, id string) ApiAppliancesIdCommandDigPostRequest
- func (a *AppliancesApiService) AppliancesIdCommandDigPostExecute(r ApiAppliancesIdCommandDigPostRequest) (string, *http.Response, error)
- func (a *AppliancesApiService) AppliancesIdCommandNetcatPost(ctx context.Context, id string) ApiAppliancesIdCommandNetcatPostRequest
- func (a *AppliancesApiService) AppliancesIdCommandNetcatPostExecute(r ApiAppliancesIdCommandNetcatPostRequest) (string, *http.Response, error)
- func (a *AppliancesApiService) AppliancesIdCommandPingPost(ctx context.Context, id string) ApiAppliancesIdCommandPingPostRequest
- func (a *AppliancesApiService) AppliancesIdCommandPingPostExecute(r ApiAppliancesIdCommandPingPostRequest) (string, *http.Response, error)
- func (a *AppliancesApiService) AppliancesIdCommandTcpdumpPost(ctx context.Context, id string) ApiAppliancesIdCommandTcpdumpPostRequest
- func (a *AppliancesApiService) AppliancesIdCommandTcpdumpPostExecute(r ApiAppliancesIdCommandTcpdumpPostRequest) (string, *http.Response, error)
- func (a *AppliancesApiService) AppliancesIdDeactivatePost(ctx context.Context, id string) ApiAppliancesIdDeactivatePostRequest
- func (a *AppliancesApiService) AppliancesIdDeactivatePostExecute(r ApiAppliancesIdDeactivatePostRequest) (*http.Response, error)
- func (a *AppliancesApiService) AppliancesIdDelete(ctx context.Context, id string) ApiAppliancesIdDeleteRequest
- func (a *AppliancesApiService) AppliancesIdDeleteExecute(r ApiAppliancesIdDeleteRequest) (*http.Response, error)
- func (a *AppliancesApiService) AppliancesIdExportIsoPost(ctx context.Context, id string) ApiAppliancesIdExportIsoPostRequest
- func (a *AppliancesApiService) AppliancesIdExportIsoPostExecute(r ApiAppliancesIdExportIsoPostRequest) (*ApplianceSeedISO, *http.Response, error)
- func (a *AppliancesApiService) AppliancesIdExportPost(ctx context.Context, id string) ApiAppliancesIdExportPostRequest
- func (a *AppliancesApiService) AppliancesIdExportPostExecute(r ApiAppliancesIdExportPostRequest) (map[string]interface{}, *http.Response, error)
- func (a *AppliancesApiService) AppliancesIdGet(ctx context.Context, id string) ApiAppliancesIdGetRequest
- func (a *AppliancesApiService) AppliancesIdGetExecute(r ApiAppliancesIdGetRequest) (*Appliance, *http.Response, error)
- func (a *AppliancesApiService) AppliancesIdNameResolutionStatusGet(ctx context.Context, id string) ApiAppliancesIdNameResolutionStatusGetRequest
- func (a *AppliancesApiService) AppliancesIdNameResolutionStatusGetExecute(r ApiAppliancesIdNameResolutionStatusGetRequest) (*AppliancesIdNameResolutionStatusGet200Response, *http.Response, error)
- func (a *AppliancesApiService) AppliancesIdPut(ctx context.Context, id string) ApiAppliancesIdPutRequest
- func (a *AppliancesApiService) AppliancesIdPutExecute(r ApiAppliancesIdPutRequest) (*Appliance, *http.Response, error)
- func (a *AppliancesApiService) AppliancesIdRebootPost(ctx context.Context, id string) ApiAppliancesIdRebootPostRequest
- func (a *AppliancesApiService) AppliancesIdRebootPostExecute(r ApiAppliancesIdRebootPostRequest) (*http.Response, error)
- func (a *AppliancesApiService) AppliancesIdRenewCertificatePost(ctx context.Context, id string) ApiAppliancesIdRenewCertificatePostRequest
- func (a *AppliancesApiService) AppliancesIdRenewCertificatePostExecute(r ApiAppliancesIdRenewCertificatePostRequest) (*http.Response, error)
- func (a *AppliancesApiService) AppliancesIdTestResolverNamePost(ctx context.Context, id string) ApiAppliancesIdTestResolverNamePostRequest
- func (a *AppliancesApiService) AppliancesIdTestResolverNamePostExecute(r ApiAppliancesIdTestResolverNamePostRequest) (*AppliancesIdTestResolverNamePost200Response, *http.Response, error)
- func (a *AppliancesApiService) AppliancesPost(ctx context.Context) ApiAppliancesPostRequest
- func (a *AppliancesApiService) AppliancesPostExecute(r ApiAppliancesPostRequest) (*Appliance, *http.Response, error)
- func (a *AppliancesApiService) AppliancesRepartitionIpAllocationsPost(ctx context.Context) ApiAppliancesRepartitionIpAllocationsPostRequest
- func (a *AppliancesApiService) AppliancesRepartitionIpAllocationsPostExecute(r ApiAppliancesRepartitionIpAllocationsPostRequest) (*http.Response, error)
- type AppliancesForceDisableControllersPost200Response
- func (o *AppliancesForceDisableControllersPost200Response) GetOfflineControllers() []string
- func (o *AppliancesForceDisableControllersPost200Response) GetOfflineControllersOk() ([]string, bool)
- func (o *AppliancesForceDisableControllersPost200Response) HasOfflineControllers() bool
- func (o AppliancesForceDisableControllersPost200Response) MarshalJSON() ([]byte, error)
- func (o *AppliancesForceDisableControllersPost200Response) SetOfflineControllers(v []string)
- type AppliancesForceDisableControllersPostRequest
- func (o *AppliancesForceDisableControllersPostRequest) GetApplianceIds() []string
- func (o *AppliancesForceDisableControllersPostRequest) GetApplianceIdsOk() ([]string, bool)
- func (o AppliancesForceDisableControllersPostRequest) MarshalJSON() ([]byte, error)
- func (o *AppliancesForceDisableControllersPostRequest) SetApplianceIds(v []string)
- type AppliancesIdBackupBackupIdStatusGet200Response
- func (o *AppliancesIdBackupBackupIdStatusGet200Response) GetEncoding() string
- func (o *AppliancesIdBackupBackupIdStatusGet200Response) GetEncodingOk() (*string, bool)
- func (o *AppliancesIdBackupBackupIdStatusGet200Response) GetMessage() string
- func (o *AppliancesIdBackupBackupIdStatusGet200Response) GetMessageOk() (*string, bool)
- func (o *AppliancesIdBackupBackupIdStatusGet200Response) GetOutput() string
- func (o *AppliancesIdBackupBackupIdStatusGet200Response) GetOutputOk() (*string, bool)
- func (o *AppliancesIdBackupBackupIdStatusGet200Response) GetResult() string
- func (o *AppliancesIdBackupBackupIdStatusGet200Response) GetResultOk() (*string, bool)
- func (o *AppliancesIdBackupBackupIdStatusGet200Response) GetStatus() string
- func (o *AppliancesIdBackupBackupIdStatusGet200Response) GetStatusOk() (*string, bool)
- func (o *AppliancesIdBackupBackupIdStatusGet200Response) HasEncoding() bool
- func (o *AppliancesIdBackupBackupIdStatusGet200Response) HasMessage() bool
- func (o *AppliancesIdBackupBackupIdStatusGet200Response) HasOutput() bool
- func (o *AppliancesIdBackupBackupIdStatusGet200Response) HasResult() bool
- func (o *AppliancesIdBackupBackupIdStatusGet200Response) HasStatus() bool
- func (o AppliancesIdBackupBackupIdStatusGet200Response) MarshalJSON() ([]byte, error)
- func (o *AppliancesIdBackupBackupIdStatusGet200Response) SetEncoding(v string)
- func (o *AppliancesIdBackupBackupIdStatusGet200Response) SetMessage(v string)
- func (o *AppliancesIdBackupBackupIdStatusGet200Response) SetOutput(v string)
- func (o *AppliancesIdBackupBackupIdStatusGet200Response) SetResult(v string)
- func (o *AppliancesIdBackupBackupIdStatusGet200Response) SetStatus(v string)
- type AppliancesIdBackupPost200Response
- func (o *AppliancesIdBackupPost200Response) GetId() string
- func (o *AppliancesIdBackupPost200Response) GetIdOk() (*string, bool)
- func (o *AppliancesIdBackupPost200Response) HasId() bool
- func (o AppliancesIdBackupPost200Response) MarshalJSON() ([]byte, error)
- func (o *AppliancesIdBackupPost200Response) SetId(v string)
- type AppliancesIdBackupPostRequest
- func (o *AppliancesIdBackupPostRequest) GetAudit() bool
- func (o *AppliancesIdBackupPostRequest) GetAuditOk() (*bool, bool)
- func (o *AppliancesIdBackupPostRequest) GetLogs() bool
- func (o *AppliancesIdBackupPostRequest) GetLogsOk() (*bool, bool)
- func (o *AppliancesIdBackupPostRequest) GetNotifyUrl() string
- func (o *AppliancesIdBackupPostRequest) GetNotifyUrlOk() (*string, bool)
- func (o *AppliancesIdBackupPostRequest) HasAudit() bool
- func (o *AppliancesIdBackupPostRequest) HasLogs() bool
- func (o *AppliancesIdBackupPostRequest) HasNotifyUrl() bool
- func (o AppliancesIdBackupPostRequest) MarshalJSON() ([]byte, error)
- func (o *AppliancesIdBackupPostRequest) SetAudit(v bool)
- func (o *AppliancesIdBackupPostRequest) SetLogs(v bool)
- func (o *AppliancesIdBackupPostRequest) SetNotifyUrl(v string)
- type AppliancesIdChangeChangeIdGet200Response
- func (o *AppliancesIdChangeChangeIdGet200Response) GetDetails() string
- func (o *AppliancesIdChangeChangeIdGet200Response) GetDetailsOk() (*string, bool)
- func (o *AppliancesIdChangeChangeIdGet200Response) GetId() string
- func (o *AppliancesIdChangeChangeIdGet200Response) GetIdOk() (*string, bool)
- func (o *AppliancesIdChangeChangeIdGet200Response) GetResult() string
- func (o *AppliancesIdChangeChangeIdGet200Response) GetResultOk() (*string, bool)
- func (o *AppliancesIdChangeChangeIdGet200Response) GetStatus() string
- func (o *AppliancesIdChangeChangeIdGet200Response) GetStatusOk() (*string, bool)
- func (o *AppliancesIdChangeChangeIdGet200Response) HasDetails() bool
- func (o *AppliancesIdChangeChangeIdGet200Response) HasResult() bool
- func (o AppliancesIdChangeChangeIdGet200Response) MarshalJSON() ([]byte, error)
- func (o *AppliancesIdChangeChangeIdGet200Response) SetDetails(v string)
- func (o *AppliancesIdChangeChangeIdGet200Response) SetId(v string)
- func (o *AppliancesIdChangeChangeIdGet200Response) SetResult(v string)
- func (o *AppliancesIdChangeChangeIdGet200Response) SetStatus(v string)
- type AppliancesIdCommandDigPostRequest
- func (o *AppliancesIdCommandDigPostRequest) GetHost() string
- func (o *AppliancesIdCommandDigPostRequest) GetHostOk() (*string, bool)
- func (o *AppliancesIdCommandDigPostRequest) GetProtocol() string
- func (o *AppliancesIdCommandDigPostRequest) GetProtocolOk() (*string, bool)
- func (o *AppliancesIdCommandDigPostRequest) GetServer() string
- func (o *AppliancesIdCommandDigPostRequest) GetServerOk() (*string, bool)
- func (o *AppliancesIdCommandDigPostRequest) GetType() string
- func (o *AppliancesIdCommandDigPostRequest) GetTypeOk() (*string, bool)
- func (o *AppliancesIdCommandDigPostRequest) HasProtocol() bool
- func (o *AppliancesIdCommandDigPostRequest) HasServer() bool
- func (o *AppliancesIdCommandDigPostRequest) HasType() bool
- func (o AppliancesIdCommandDigPostRequest) MarshalJSON() ([]byte, error)
- func (o *AppliancesIdCommandDigPostRequest) SetHost(v string)
- func (o *AppliancesIdCommandDigPostRequest) SetProtocol(v string)
- func (o *AppliancesIdCommandDigPostRequest) SetServer(v string)
- func (o *AppliancesIdCommandDigPostRequest) SetType(v string)
- type AppliancesIdCommandNetcatPostRequest
- func (o *AppliancesIdCommandNetcatPostRequest) GetDestination() string
- func (o *AppliancesIdCommandNetcatPostRequest) GetDestinationOk() (*string, bool)
- func (o *AppliancesIdCommandNetcatPostRequest) GetPort() int32
- func (o *AppliancesIdCommandNetcatPostRequest) GetPortOk() (*int32, bool)
- func (o *AppliancesIdCommandNetcatPostRequest) GetProtocol() string
- func (o *AppliancesIdCommandNetcatPostRequest) GetProtocolOk() (*string, bool)
- func (o *AppliancesIdCommandNetcatPostRequest) GetVersion() int32
- func (o *AppliancesIdCommandNetcatPostRequest) GetVersionOk() (*int32, bool)
- func (o *AppliancesIdCommandNetcatPostRequest) HasProtocol() bool
- func (o *AppliancesIdCommandNetcatPostRequest) HasVersion() bool
- func (o AppliancesIdCommandNetcatPostRequest) MarshalJSON() ([]byte, error)
- func (o *AppliancesIdCommandNetcatPostRequest) SetDestination(v string)
- func (o *AppliancesIdCommandNetcatPostRequest) SetPort(v int32)
- func (o *AppliancesIdCommandNetcatPostRequest) SetProtocol(v string)
- func (o *AppliancesIdCommandNetcatPostRequest) SetVersion(v int32)
- type AppliancesIdCommandPingPostRequest
- func (o *AppliancesIdCommandPingPostRequest) GetDestination() string
- func (o *AppliancesIdCommandPingPostRequest) GetDestinationOk() (*string, bool)
- func (o *AppliancesIdCommandPingPostRequest) GetInterface() string
- func (o *AppliancesIdCommandPingPostRequest) GetInterfaceOk() (*string, bool)
- func (o *AppliancesIdCommandPingPostRequest) HasInterface() bool
- func (o AppliancesIdCommandPingPostRequest) MarshalJSON() ([]byte, error)
- func (o *AppliancesIdCommandPingPostRequest) SetDestination(v string)
- func (o *AppliancesIdCommandPingPostRequest) SetInterface(v string)
- type AppliancesIdCommandTcpdumpPostRequest
- func (o *AppliancesIdCommandTcpdumpPostRequest) GetExpression() string
- func (o *AppliancesIdCommandTcpdumpPostRequest) GetExpressionOk() (*string, bool)
- func (o *AppliancesIdCommandTcpdumpPostRequest) GetInterface() string
- func (o *AppliancesIdCommandTcpdumpPostRequest) GetInterfaceOk() (*string, bool)
- func (o *AppliancesIdCommandTcpdumpPostRequest) HasExpression() bool
- func (o *AppliancesIdCommandTcpdumpPostRequest) HasInterface() bool
- func (o AppliancesIdCommandTcpdumpPostRequest) MarshalJSON() ([]byte, error)
- func (o *AppliancesIdCommandTcpdumpPostRequest) SetExpression(v string)
- func (o *AppliancesIdCommandTcpdumpPostRequest) SetInterface(v string)
- type AppliancesIdMaintenancePost202Response
- func (o *AppliancesIdMaintenancePost202Response) GetId() string
- func (o *AppliancesIdMaintenancePost202Response) GetIdOk() (*string, bool)
- func (o *AppliancesIdMaintenancePost202Response) HasId() bool
- func (o AppliancesIdMaintenancePost202Response) MarshalJSON() ([]byte, error)
- func (o *AppliancesIdMaintenancePost202Response) SetId(v string)
- type AppliancesIdMaintenancePostRequest
- type AppliancesIdNameResolutionStatusGet200Response
- func (o *AppliancesIdNameResolutionStatusGet200Response) GetResolutions() map[string]AppliancesIdNameResolutionStatusGet200ResponseResolutionsValue
- func (o *AppliancesIdNameResolutionStatusGet200Response) GetResolutionsOk() (*map[string]AppliancesIdNameResolutionStatusGet200ResponseResolutionsValue, ...)
- func (o *AppliancesIdNameResolutionStatusGet200Response) HasResolutions() bool
- func (o AppliancesIdNameResolutionStatusGet200Response) MarshalJSON() ([]byte, error)
- func (o *AppliancesIdNameResolutionStatusGet200Response) SetResolutions(v map[string]AppliancesIdNameResolutionStatusGet200ResponseResolutionsValue)
- type AppliancesIdNameResolutionStatusGet200ResponseResolutionsValue
- func (o *AppliancesIdNameResolutionStatusGet200ResponseResolutionsValue) GetErrors() []string
- func (o *AppliancesIdNameResolutionStatusGet200ResponseResolutionsValue) GetErrorsOk() ([]string, bool)
- func (o *AppliancesIdNameResolutionStatusGet200ResponseResolutionsValue) GetFinals() []string
- func (o *AppliancesIdNameResolutionStatusGet200ResponseResolutionsValue) GetFinalsOk() ([]string, bool)
- func (o *AppliancesIdNameResolutionStatusGet200ResponseResolutionsValue) GetPartial() bool
- func (o *AppliancesIdNameResolutionStatusGet200ResponseResolutionsValue) GetPartialOk() (*bool, bool)
- func (o *AppliancesIdNameResolutionStatusGet200ResponseResolutionsValue) GetPartials() []string
- func (o *AppliancesIdNameResolutionStatusGet200ResponseResolutionsValue) GetPartialsOk() ([]string, bool)
- func (o *AppliancesIdNameResolutionStatusGet200ResponseResolutionsValue) HasErrors() bool
- func (o *AppliancesIdNameResolutionStatusGet200ResponseResolutionsValue) HasFinals() bool
- func (o *AppliancesIdNameResolutionStatusGet200ResponseResolutionsValue) HasPartial() bool
- func (o *AppliancesIdNameResolutionStatusGet200ResponseResolutionsValue) HasPartials() bool
- func (o AppliancesIdNameResolutionStatusGet200ResponseResolutionsValue) MarshalJSON() ([]byte, error)
- func (o *AppliancesIdNameResolutionStatusGet200ResponseResolutionsValue) SetErrors(v []string)
- func (o *AppliancesIdNameResolutionStatusGet200ResponseResolutionsValue) SetFinals(v []string)
- func (o *AppliancesIdNameResolutionStatusGet200ResponseResolutionsValue) SetPartial(v bool)
- func (o *AppliancesIdNameResolutionStatusGet200ResponseResolutionsValue) SetPartials(v []string)
- type AppliancesIdTestResolverNamePost200Response
- func (o *AppliancesIdTestResolverNamePost200Response) GetError() string
- func (o *AppliancesIdTestResolverNamePost200Response) GetErrorOk() (*string, bool)
- func (o *AppliancesIdTestResolverNamePost200Response) GetIps() []string
- func (o *AppliancesIdTestResolverNamePost200Response) GetIpsOk() ([]string, bool)
- func (o *AppliancesIdTestResolverNamePost200Response) HasError() bool
- func (o *AppliancesIdTestResolverNamePost200Response) HasIps() bool
- func (o AppliancesIdTestResolverNamePost200Response) MarshalJSON() ([]byte, error)
- func (o *AppliancesIdTestResolverNamePost200Response) SetError(v string)
- func (o *AppliancesIdTestResolverNamePost200Response) SetIps(v []string)
- type AppliancesIdTestResolverNamePostRequest
- func (o *AppliancesIdTestResolverNamePostRequest) GetResourceName() string
- func (o *AppliancesIdTestResolverNamePostRequest) GetResourceNameOk() (*string, bool)
- func (o *AppliancesIdTestResolverNamePostRequest) HasResourceName() bool
- func (o AppliancesIdTestResolverNamePostRequest) MarshalJSON() ([]byte, error)
- func (o *AppliancesIdTestResolverNamePostRequest) SetResourceName(v string)
- type AppliancesIdUpgradeCompletePostRequest
- func (o *AppliancesIdUpgradeCompletePostRequest) GetSwitchPartition() bool
- func (o *AppliancesIdUpgradeCompletePostRequest) GetSwitchPartitionOk() (*bool, bool)
- func (o *AppliancesIdUpgradeCompletePostRequest) HasSwitchPartition() bool
- func (o AppliancesIdUpgradeCompletePostRequest) MarshalJSON() ([]byte, error)
- func (o *AppliancesIdUpgradeCompletePostRequest) SetSwitchPartition(v bool)
- type AppliancesIdUpgradeDelete200Response
- func (o *AppliancesIdUpgradeDelete200Response) GetDetails() string
- func (o *AppliancesIdUpgradeDelete200Response) GetDetailsOk() (*string, bool)
- func (o *AppliancesIdUpgradeDelete200Response) GetStatus() string
- func (o *AppliancesIdUpgradeDelete200Response) GetStatusOk() (*string, bool)
- func (o *AppliancesIdUpgradeDelete200Response) HasDetails() bool
- func (o *AppliancesIdUpgradeDelete200Response) HasStatus() bool
- func (o AppliancesIdUpgradeDelete200Response) MarshalJSON() ([]byte, error)
- func (o *AppliancesIdUpgradeDelete200Response) SetDetails(v string)
- func (o *AppliancesIdUpgradeDelete200Response) SetStatus(v string)
- type AuthenticationOtpInitializePost200Response
- func (o *AuthenticationOtpInitializePost200Response) GetBarcode() string
- func (o *AuthenticationOtpInitializePost200Response) GetBarcodeOk() (*string, bool)
- func (o *AuthenticationOtpInitializePost200Response) GetOtpAuthUrl() string
- func (o *AuthenticationOtpInitializePost200Response) GetOtpAuthUrlOk() (*string, bool)
- func (o *AuthenticationOtpInitializePost200Response) GetResponseMessage() string
- func (o *AuthenticationOtpInitializePost200Response) GetResponseMessageOk() (*string, bool)
- func (o *AuthenticationOtpInitializePost200Response) GetSecret() string
- func (o *AuthenticationOtpInitializePost200Response) GetSecretOk() (*string, bool)
- func (o *AuthenticationOtpInitializePost200Response) GetSendPassword() bool
- func (o *AuthenticationOtpInitializePost200Response) GetSendPasswordOk() (*bool, bool)
- func (o *AuthenticationOtpInitializePost200Response) GetState() string
- func (o *AuthenticationOtpInitializePost200Response) GetStateOk() (*string, bool)
- func (o *AuthenticationOtpInitializePost200Response) GetTimeout() float32
- func (o *AuthenticationOtpInitializePost200Response) GetTimeoutOk() (*float32, bool)
- func (o *AuthenticationOtpInitializePost200Response) GetType() string
- func (o *AuthenticationOtpInitializePost200Response) GetTypeOk() (*string, bool)
- func (o *AuthenticationOtpInitializePost200Response) HasBarcode() bool
- func (o *AuthenticationOtpInitializePost200Response) HasOtpAuthUrl() bool
- func (o *AuthenticationOtpInitializePost200Response) HasResponseMessage() bool
- func (o *AuthenticationOtpInitializePost200Response) HasSecret() bool
- func (o *AuthenticationOtpInitializePost200Response) HasSendPassword() bool
- func (o *AuthenticationOtpInitializePost200Response) HasState() bool
- func (o *AuthenticationOtpInitializePost200Response) HasTimeout() bool
- func (o *AuthenticationOtpInitializePost200Response) HasType() bool
- func (o AuthenticationOtpInitializePost200Response) MarshalJSON() ([]byte, error)
- func (o *AuthenticationOtpInitializePost200Response) SetBarcode(v string)
- func (o *AuthenticationOtpInitializePost200Response) SetOtpAuthUrl(v string)
- func (o *AuthenticationOtpInitializePost200Response) SetResponseMessage(v string)
- func (o *AuthenticationOtpInitializePost200Response) SetSecret(v string)
- func (o *AuthenticationOtpInitializePost200Response) SetSendPassword(v bool)
- func (o *AuthenticationOtpInitializePost200Response) SetState(v string)
- func (o *AuthenticationOtpInitializePost200Response) SetTimeout(v float32)
- func (o *AuthenticationOtpInitializePost200Response) SetType(v string)
- type AuthenticationOtpInitializePostRequest
- func (o *AuthenticationOtpInitializePostRequest) GetUserPassword() string
- func (o *AuthenticationOtpInitializePostRequest) GetUserPasswordOk() (*string, bool)
- func (o *AuthenticationOtpInitializePostRequest) HasUserPassword() bool
- func (o AuthenticationOtpInitializePostRequest) MarshalJSON() ([]byte, error)
- func (o *AuthenticationOtpInitializePostRequest) SetUserPassword(v string)
- type AuthenticationOtpPostRequest
- func (o *AuthenticationOtpPostRequest) GetOtp() string
- func (o *AuthenticationOtpPostRequest) GetOtpOk() (*string, bool)
- func (o *AuthenticationOtpPostRequest) GetState() string
- func (o *AuthenticationOtpPostRequest) GetStateOk() (*string, bool)
- func (o *AuthenticationOtpPostRequest) HasState() bool
- func (o AuthenticationOtpPostRequest) MarshalJSON() ([]byte, error)
- func (o *AuthenticationOtpPostRequest) SetOtp(v string)
- func (o *AuthenticationOtpPostRequest) SetState(v string)
- type AuthenticationPost401Response
- func (o *AuthenticationPost401Response) GetId() string
- func (o *AuthenticationPost401Response) GetIdOk() (*string, bool)
- func (o *AuthenticationPost401Response) GetMessage() string
- func (o *AuthenticationPost401Response) GetMessageOk() (*string, bool)
- func (o *AuthenticationPost401Response) GetReason() string
- func (o *AuthenticationPost401Response) GetReasonOk() (*string, bool)
- func (o *AuthenticationPost401Response) HasId() bool
- func (o *AuthenticationPost401Response) HasMessage() bool
- func (o *AuthenticationPost401Response) HasReason() bool
- func (o AuthenticationPost401Response) MarshalJSON() ([]byte, error)
- func (o *AuthenticationPost401Response) SetId(v string)
- func (o *AuthenticationPost401Response) SetMessage(v string)
- func (o *AuthenticationPost401Response) SetReason(v string)
- type AuthenticationPost401ResponseAllOf
- func (o *AuthenticationPost401ResponseAllOf) GetReason() string
- func (o *AuthenticationPost401ResponseAllOf) GetReasonOk() (*string, bool)
- func (o *AuthenticationPost401ResponseAllOf) HasReason() bool
- func (o AuthenticationPost401ResponseAllOf) MarshalJSON() ([]byte, error)
- func (o *AuthenticationPost401ResponseAllOf) SetReason(v string)
- type AutoUpdateSettings
- func (o *AutoUpdateSettings) GetCriteriaScript() string
- func (o *AutoUpdateSettings) GetCriteriaScriptOk() (*string, bool)
- func (o *AutoUpdateSettings) GetEnabled() bool
- func (o *AutoUpdateSettings) GetEnabledOk() (*bool, bool)
- func (o *AutoUpdateSettings) GetFedora() Client
- func (o *AutoUpdateSettings) GetFedoraOk() (*Client, bool)
- func (o *AutoUpdateSettings) GetMacOS() Client
- func (o *AutoUpdateSettings) GetMacOSOk() (*Client, bool)
- func (o *AutoUpdateSettings) GetRedHat8() Client
- func (o *AutoUpdateSettings) GetRedHat8Ok() (*Client, bool)
- func (o *AutoUpdateSettings) GetUbuntu() Client
- func (o *AutoUpdateSettings) GetUbuntuOk() (*Client, bool)
- func (o *AutoUpdateSettings) GetWindows() Client
- func (o *AutoUpdateSettings) GetWindowsOk() (*Client, bool)
- func (o *AutoUpdateSettings) HasCriteriaScript() bool
- func (o *AutoUpdateSettings) HasEnabled() bool
- func (o *AutoUpdateSettings) HasFedora() bool
- func (o *AutoUpdateSettings) HasMacOS() bool
- func (o *AutoUpdateSettings) HasRedHat8() bool
- func (o *AutoUpdateSettings) HasUbuntu() bool
- func (o *AutoUpdateSettings) HasWindows() bool
- func (o AutoUpdateSettings) MarshalJSON() ([]byte, error)
- func (o *AutoUpdateSettings) SetCriteriaScript(v string)
- func (o *AutoUpdateSettings) SetEnabled(v bool)
- func (o *AutoUpdateSettings) SetFedora(v Client)
- func (o *AutoUpdateSettings) SetMacOS(v Client)
- func (o *AutoUpdateSettings) SetRedHat8(v Client)
- func (o *AutoUpdateSettings) SetUbuntu(v Client)
- func (o *AutoUpdateSettings) SetWindows(v Client)
- type AwsBase
- func (o *AwsBase) GetAwsId() string
- func (o *AwsBase) GetAwsIdOk() (*string, bool)
- func (o *AwsBase) GetAwsRegion() string
- func (o *AwsBase) GetAwsRegionOk() (*string, bool)
- func (o *AwsBase) GetAwsSecret() string
- func (o *AwsBase) GetAwsSecretOk() (*string, bool)
- func (o *AwsBase) GetUseInstanceCredentials() bool
- func (o *AwsBase) GetUseInstanceCredentialsOk() (*bool, bool)
- func (o *AwsBase) HasAwsId() bool
- func (o *AwsBase) HasAwsRegion() bool
- func (o *AwsBase) HasAwsSecret() bool
- func (o *AwsBase) HasUseInstanceCredentials() bool
- func (o AwsBase) MarshalJSON() ([]byte, error)
- func (o *AwsBase) SetAwsId(v string)
- func (o *AwsBase) SetAwsRegion(v string)
- func (o *AwsBase) SetAwsSecret(v string)
- func (o *AwsBase) SetUseInstanceCredentials(v bool)
- type AwsKinesis
- func (o *AwsKinesis) GetAwsId() string
- func (o *AwsKinesis) GetAwsIdOk() (*string, bool)
- func (o *AwsKinesis) GetAwsRegion() string
- func (o *AwsKinesis) GetAwsRegionOk() (*string, bool)
- func (o *AwsKinesis) GetAwsSecret() string
- func (o *AwsKinesis) GetAwsSecretOk() (*string, bool)
- func (o *AwsKinesis) GetBatchSize() int32
- func (o *AwsKinesis) GetBatchSizeOk() (*int32, bool)
- func (o *AwsKinesis) GetFilter() string
- func (o *AwsKinesis) GetFilterOk() (*string, bool)
- func (o *AwsKinesis) GetNumberOfPartitionKeys() int32
- func (o *AwsKinesis) GetNumberOfPartitionKeysOk() (*int32, bool)
- func (o *AwsKinesis) GetStreamName() string
- func (o *AwsKinesis) GetStreamNameOk() (*string, bool)
- func (o *AwsKinesis) GetType() string
- func (o *AwsKinesis) GetTypeOk() (*string, bool)
- func (o *AwsKinesis) GetUseInstanceCredentials() bool
- func (o *AwsKinesis) GetUseInstanceCredentialsOk() (*bool, bool)
- func (o *AwsKinesis) HasAwsId() bool
- func (o *AwsKinesis) HasAwsRegion() bool
- func (o *AwsKinesis) HasAwsSecret() bool
- func (o *AwsKinesis) HasBatchSize() bool
- func (o *AwsKinesis) HasFilter() bool
- func (o *AwsKinesis) HasNumberOfPartitionKeys() bool
- func (o *AwsKinesis) HasUseInstanceCredentials() bool
- func (o AwsKinesis) MarshalJSON() ([]byte, error)
- func (o *AwsKinesis) SetAwsId(v string)
- func (o *AwsKinesis) SetAwsRegion(v string)
- func (o *AwsKinesis) SetAwsSecret(v string)
- func (o *AwsKinesis) SetBatchSize(v int32)
- func (o *AwsKinesis) SetFilter(v string)
- func (o *AwsKinesis) SetNumberOfPartitionKeys(v int32)
- func (o *AwsKinesis) SetStreamName(v string)
- func (o *AwsKinesis) SetType(v string)
- func (o *AwsKinesis) SetUseInstanceCredentials(v bool)
- type AwsKinesisAllOf
- func (o *AwsKinesisAllOf) GetBatchSize() int32
- func (o *AwsKinesisAllOf) GetBatchSizeOk() (*int32, bool)
- func (o *AwsKinesisAllOf) GetFilter() string
- func (o *AwsKinesisAllOf) GetFilterOk() (*string, bool)
- func (o *AwsKinesisAllOf) GetNumberOfPartitionKeys() int32
- func (o *AwsKinesisAllOf) GetNumberOfPartitionKeysOk() (*int32, bool)
- func (o *AwsKinesisAllOf) GetStreamName() string
- func (o *AwsKinesisAllOf) GetStreamNameOk() (*string, bool)
- func (o *AwsKinesisAllOf) GetType() string
- func (o *AwsKinesisAllOf) GetTypeOk() (*string, bool)
- func (o *AwsKinesisAllOf) HasBatchSize() bool
- func (o *AwsKinesisAllOf) HasFilter() bool
- func (o *AwsKinesisAllOf) HasNumberOfPartitionKeys() bool
- func (o AwsKinesisAllOf) MarshalJSON() ([]byte, error)
- func (o *AwsKinesisAllOf) SetBatchSize(v int32)
- func (o *AwsKinesisAllOf) SetFilter(v string)
- func (o *AwsKinesisAllOf) SetNumberOfPartitionKeys(v int32)
- func (o *AwsKinesisAllOf) SetStreamName(v string)
- func (o *AwsKinesisAllOf) SetType(v string)
- type BaseEntity
- func (o *BaseEntity) GetCreated() time.Time
- func (o *BaseEntity) GetCreatedOk() (*time.Time, bool)
- func (o *BaseEntity) GetId() string
- func (o *BaseEntity) GetIdOk() (*string, bool)
- func (o *BaseEntity) GetName() string
- func (o *BaseEntity) GetNameOk() (*string, bool)
- func (o *BaseEntity) GetNotes() string
- func (o *BaseEntity) GetNotesOk() (*string, bool)
- func (o *BaseEntity) GetTags() []string
- func (o *BaseEntity) GetTagsOk() ([]string, bool)
- func (o *BaseEntity) GetUpdated() time.Time
- func (o *BaseEntity) GetUpdatedOk() (*time.Time, bool)
- func (o *BaseEntity) HasCreated() bool
- func (o *BaseEntity) HasId() bool
- func (o *BaseEntity) HasNotes() bool
- func (o *BaseEntity) HasTags() bool
- func (o *BaseEntity) HasUpdated() bool
- func (o BaseEntity) MarshalJSON() ([]byte, error)
- func (o *BaseEntity) SetCreated(v time.Time)
- func (o *BaseEntity) SetId(v string)
- func (o *BaseEntity) SetName(v string)
- func (o *BaseEntity) SetNotes(v string)
- func (o *BaseEntity) SetTags(v []string)
- func (o *BaseEntity) SetUpdated(v time.Time)
- type BaseIdentityProvider
- func (o *BaseIdentityProvider) GetClaimMappings() []ClaimMappingsInner
- func (o *BaseIdentityProvider) GetClaimMappingsOk() ([]ClaimMappingsInner, bool)
- func (o *BaseIdentityProvider) GetCreated() time.Time
- func (o *BaseIdentityProvider) GetCreatedOk() (*time.Time, bool)
- func (o *BaseIdentityProvider) GetId() string
- func (o *BaseIdentityProvider) GetIdOk() (*string, bool)
- func (o *BaseIdentityProvider) GetIpPoolV4() string
- func (o *BaseIdentityProvider) GetIpPoolV4Ok() (*string, bool)
- func (o *BaseIdentityProvider) GetIpPoolV6() string
- func (o *BaseIdentityProvider) GetIpPoolV6Ok() (*string, bool)
- func (o *BaseIdentityProvider) GetName() string
- func (o *BaseIdentityProvider) GetNameOk() (*string, bool)
- func (o *BaseIdentityProvider) GetNotes() string
- func (o *BaseIdentityProvider) GetNotesOk() (*string, bool)
- func (o *BaseIdentityProvider) GetTags() []string
- func (o *BaseIdentityProvider) GetTagsOk() ([]string, bool)
- func (o *BaseIdentityProvider) GetType() string
- func (o *BaseIdentityProvider) GetTypeOk() (*string, bool)
- func (o *BaseIdentityProvider) GetUpdated() time.Time
- func (o *BaseIdentityProvider) GetUpdatedOk() (*time.Time, bool)
- func (o *BaseIdentityProvider) GetUserScripts() []string
- func (o *BaseIdentityProvider) GetUserScriptsOk() ([]string, bool)
- func (o *BaseIdentityProvider) HasClaimMappings() bool
- func (o *BaseIdentityProvider) HasCreated() bool
- func (o *BaseIdentityProvider) HasId() bool
- func (o *BaseIdentityProvider) HasIpPoolV4() bool
- func (o *BaseIdentityProvider) HasIpPoolV6() bool
- func (o *BaseIdentityProvider) HasNotes() bool
- func (o *BaseIdentityProvider) HasTags() bool
- func (o *BaseIdentityProvider) HasUpdated() bool
- func (o *BaseIdentityProvider) HasUserScripts() bool
- func (o BaseIdentityProvider) MarshalJSON() ([]byte, error)
- func (o *BaseIdentityProvider) SetClaimMappings(v []ClaimMappingsInner)
- func (o *BaseIdentityProvider) SetCreated(v time.Time)
- func (o *BaseIdentityProvider) SetId(v string)
- func (o *BaseIdentityProvider) SetIpPoolV4(v string)
- func (o *BaseIdentityProvider) SetIpPoolV6(v string)
- func (o *BaseIdentityProvider) SetName(v string)
- func (o *BaseIdentityProvider) SetNotes(v string)
- func (o *BaseIdentityProvider) SetTags(v []string)
- func (o *BaseIdentityProvider) SetType(v string)
- func (o *BaseIdentityProvider) SetUpdated(v time.Time)
- func (o *BaseIdentityProvider) SetUserScripts(v []string)
- type BaseIdentityProviderAllOf
- func (o *BaseIdentityProviderAllOf) GetClaimMappings() []ClaimMappingsInner
- func (o *BaseIdentityProviderAllOf) GetClaimMappingsOk() ([]ClaimMappingsInner, bool)
- func (o *BaseIdentityProviderAllOf) GetIpPoolV4() string
- func (o *BaseIdentityProviderAllOf) GetIpPoolV4Ok() (*string, bool)
- func (o *BaseIdentityProviderAllOf) GetIpPoolV6() string
- func (o *BaseIdentityProviderAllOf) GetIpPoolV6Ok() (*string, bool)
- func (o *BaseIdentityProviderAllOf) GetType() string
- func (o *BaseIdentityProviderAllOf) GetTypeOk() (*string, bool)
- func (o *BaseIdentityProviderAllOf) GetUserScripts() []string
- func (o *BaseIdentityProviderAllOf) GetUserScriptsOk() ([]string, bool)
- func (o *BaseIdentityProviderAllOf) HasClaimMappings() bool
- func (o *BaseIdentityProviderAllOf) HasIpPoolV4() bool
- func (o *BaseIdentityProviderAllOf) HasIpPoolV6() bool
- func (o *BaseIdentityProviderAllOf) HasUserScripts() bool
- func (o BaseIdentityProviderAllOf) MarshalJSON() ([]byte, error)
- func (o *BaseIdentityProviderAllOf) SetClaimMappings(v []ClaimMappingsInner)
- func (o *BaseIdentityProviderAllOf) SetIpPoolV4(v string)
- func (o *BaseIdentityProviderAllOf) SetIpPoolV6(v string)
- func (o *BaseIdentityProviderAllOf) SetType(v string)
- func (o *BaseIdentityProviderAllOf) SetUserScripts(v []string)
- type BaseStats
- func (o *BaseStats) GetCreationDate() time.Time
- func (o *BaseStats) GetCreationDateOk() (*time.Time, bool)
- func (o *BaseStats) GetName() string
- func (o *BaseStats) GetNameOk() (*string, bool)
- func (o *BaseStats) GetRefreshInterval() float32
- func (o *BaseStats) GetRefreshIntervalOk() (*float32, bool)
- func (o *BaseStats) HasCreationDate() bool
- func (o *BaseStats) HasName() bool
- func (o *BaseStats) HasRefreshInterval() bool
- func (o BaseStats) MarshalJSON() ([]byte, error)
- func (o *BaseStats) SetCreationDate(v time.Time)
- func (o *BaseStats) SetName(v string)
- func (o *BaseStats) SetRefreshInterval(v float32)
- type BasicAuth
- type BigInt
- type BlackListList
- func (o *BlackListList) GetData() []BlacklistEntry
- func (o *BlackListList) GetDataOk() ([]BlacklistEntry, bool)
- func (o *BlackListList) GetDescending() bool
- func (o *BlackListList) GetDescendingOk() (*bool, bool)
- func (o *BlackListList) GetFilterBy() []FilterBy
- func (o *BlackListList) GetFilterByOk() ([]FilterBy, bool)
- func (o *BlackListList) GetOrderBy() string
- func (o *BlackListList) GetOrderByOk() (*string, bool)
- func (o *BlackListList) GetQueries() []string
- func (o *BlackListList) GetQueriesOk() ([]string, bool)
- func (o *BlackListList) GetRange() string
- func (o *BlackListList) GetRangeOk() (*string, bool)
- func (o *BlackListList) HasData() bool
- func (o *BlackListList) HasDescending() bool
- func (o *BlackListList) HasFilterBy() bool
- func (o *BlackListList) HasOrderBy() bool
- func (o *BlackListList) HasQueries() bool
- func (o *BlackListList) HasRange() bool
- func (o BlackListList) MarshalJSON() ([]byte, error)
- func (o *BlackListList) SetData(v []BlacklistEntry)
- func (o *BlackListList) SetDescending(v bool)
- func (o *BlackListList) SetFilterBy(v []FilterBy)
- func (o *BlackListList) SetOrderBy(v string)
- func (o *BlackListList) SetQueries(v []string)
- func (o *BlackListList) SetRange(v string)
- type BlackListListAllOf
- type BlacklistEntry
- func (o *BlacklistEntry) GetBlacklistedAt() time.Time
- func (o *BlacklistEntry) GetBlacklistedAtOk() (*time.Time, bool)
- func (o *BlacklistEntry) GetProviderName() string
- func (o *BlacklistEntry) GetProviderNameOk() (*string, bool)
- func (o *BlacklistEntry) GetReason() string
- func (o *BlacklistEntry) GetReasonOk() (*string, bool)
- func (o *BlacklistEntry) GetUserDistinguishedName() string
- func (o *BlacklistEntry) GetUserDistinguishedNameOk() (*string, bool)
- func (o *BlacklistEntry) GetUsername() string
- func (o *BlacklistEntry) GetUsernameOk() (*string, bool)
- func (o *BlacklistEntry) HasBlacklistedAt() bool
- func (o *BlacklistEntry) HasProviderName() bool
- func (o *BlacklistEntry) HasReason() bool
- func (o *BlacklistEntry) HasUserDistinguishedName() bool
- func (o *BlacklistEntry) HasUsername() bool
- func (o BlacklistEntry) MarshalJSON() ([]byte, error)
- func (o *BlacklistEntry) SetBlacklistedAt(v time.Time)
- func (o *BlacklistEntry) SetProviderName(v string)
- func (o *BlacklistEntry) SetReason(v string)
- func (o *BlacklistEntry) SetUserDistinguishedName(v string)
- func (o *BlacklistEntry) SetUsername(v string)
- type BlacklistEntryAllOf
- func (o *BlacklistEntryAllOf) GetBlacklistedAt() time.Time
- func (o *BlacklistEntryAllOf) GetBlacklistedAtOk() (*time.Time, bool)
- func (o *BlacklistEntryAllOf) GetReason() string
- func (o *BlacklistEntryAllOf) GetReasonOk() (*string, bool)
- func (o *BlacklistEntryAllOf) HasBlacklistedAt() bool
- func (o *BlacklistEntryAllOf) HasReason() bool
- func (o BlacklistEntryAllOf) MarshalJSON() ([]byte, error)
- func (o *BlacklistEntryAllOf) SetBlacklistedAt(v time.Time)
- func (o *BlacklistEntryAllOf) SetReason(v string)
- type BlacklistedUsersApiService
- func (a *BlacklistedUsersApiService) BlacklistDistinguishedNameDelete(ctx context.Context, distinguishedName string) ApiBlacklistDistinguishedNameDeleteRequest
- func (a *BlacklistedUsersApiService) BlacklistDistinguishedNameDeleteExecute(r ApiBlacklistDistinguishedNameDeleteRequest) (*http.Response, error)
- func (a *BlacklistedUsersApiService) BlacklistGet(ctx context.Context) ApiBlacklistGetRequest
- func (a *BlacklistedUsersApiService) BlacklistGetExecute(r ApiBlacklistGetRequest) (*BlackListList, *http.Response, error)
- func (a *BlacklistedUsersApiService) BlacklistPost(ctx context.Context) ApiBlacklistPostRequest
- func (a *BlacklistedUsersApiService) BlacklistPostExecute(r ApiBlacklistPostRequest) (*BlacklistEntry, *http.Response, error)
- type CaConfig
- func (o *CaConfig) GetCertificate() string
- func (o *CaConfig) GetCertificateOk() (*string, bool)
- func (o *CaConfig) GetCrlUrl() string
- func (o *CaConfig) GetCrlUrlOk() (*string, bool)
- func (o *CaConfig) GetFingerprint() string
- func (o *CaConfig) GetFingerprintOk() (*string, bool)
- func (o *CaConfig) GetIssuer() string
- func (o *CaConfig) GetIssuerOk() (*string, bool)
- func (o *CaConfig) GetNameConstraintsExcluded() []string
- func (o *CaConfig) GetNameConstraintsExcludedOk() ([]string, bool)
- func (o *CaConfig) GetNameConstraintsPermitted() []string
- func (o *CaConfig) GetNameConstraintsPermittedOk() ([]string, bool)
- func (o *CaConfig) GetSerial() string
- func (o *CaConfig) GetSerialOk() (*string, bool)
- func (o *CaConfig) GetSubject() string
- func (o *CaConfig) GetSubjectOk() (*string, bool)
- func (o *CaConfig) GetSubjectPublicKey() string
- func (o *CaConfig) GetSubjectPublicKeyOk() (*string, bool)
- func (o *CaConfig) GetValidFrom() time.Time
- func (o *CaConfig) GetValidFromOk() (*time.Time, bool)
- func (o *CaConfig) GetValidTo() time.Time
- func (o *CaConfig) GetValidToOk() (*time.Time, bool)
- func (o *CaConfig) GetVersion() float32
- func (o *CaConfig) GetVersionOk() (*float32, bool)
- func (o *CaConfig) HasCertificate() bool
- func (o *CaConfig) HasCrlUrl() bool
- func (o *CaConfig) HasFingerprint() bool
- func (o *CaConfig) HasIssuer() bool
- func (o *CaConfig) HasNameConstraintsExcluded() bool
- func (o *CaConfig) HasNameConstraintsPermitted() bool
- func (o *CaConfig) HasSerial() bool
- func (o *CaConfig) HasSubject() bool
- func (o *CaConfig) HasSubjectPublicKey() bool
- func (o *CaConfig) HasValidFrom() bool
- func (o *CaConfig) HasValidTo() bool
- func (o *CaConfig) HasVersion() bool
- func (o CaConfig) MarshalJSON() ([]byte, error)
- func (o *CaConfig) SetCertificate(v string)
- func (o *CaConfig) SetCrlUrl(v string)
- func (o *CaConfig) SetFingerprint(v string)
- func (o *CaConfig) SetIssuer(v string)
- func (o *CaConfig) SetNameConstraintsExcluded(v []string)
- func (o *CaConfig) SetNameConstraintsPermitted(v []string)
- func (o *CaConfig) SetSerial(v string)
- func (o *CaConfig) SetSubject(v string)
- func (o *CaConfig) SetSubjectPublicKey(v string)
- func (o *CaConfig) SetValidFrom(v time.Time)
- func (o *CaConfig) SetValidTo(v time.Time)
- func (o *CaConfig) SetVersion(v float32)
- type CaConfigAllOf
- func (o *CaConfigAllOf) GetCrlUrl() string
- func (o *CaConfigAllOf) GetCrlUrlOk() (*string, bool)
- func (o *CaConfigAllOf) GetNameConstraintsExcluded() []string
- func (o *CaConfigAllOf) GetNameConstraintsExcludedOk() ([]string, bool)
- func (o *CaConfigAllOf) GetNameConstraintsPermitted() []string
- func (o *CaConfigAllOf) GetNameConstraintsPermittedOk() ([]string, bool)
- func (o *CaConfigAllOf) HasCrlUrl() bool
- func (o *CaConfigAllOf) HasNameConstraintsExcluded() bool
- func (o *CaConfigAllOf) HasNameConstraintsPermitted() bool
- func (o CaConfigAllOf) MarshalJSON() ([]byte, error)
- func (o *CaConfigAllOf) SetCrlUrl(v string)
- func (o *CaConfigAllOf) SetNameConstraintsExcluded(v []string)
- func (o *CaConfigAllOf) SetNameConstraintsPermitted(v []string)
- type CertificateAuthorityApiService
- func (a *CertificateAuthorityApiService) CertificateAuthorityCaGet(ctx context.Context) ApiCertificateAuthorityCaGetRequest
- func (a *CertificateAuthorityApiService) CertificateAuthorityCaGetExecute(r ApiCertificateAuthorityCaGetRequest) (*CaConfig, *http.Response, error)
- func (a *CertificateAuthorityApiService) CertificateAuthorityCaNextDelete(ctx context.Context) ApiCertificateAuthorityCaNextDeleteRequest
- func (a *CertificateAuthorityApiService) CertificateAuthorityCaNextDeleteExecute(r ApiCertificateAuthorityCaNextDeleteRequest) (*http.Response, error)
- func (a *CertificateAuthorityApiService) CertificateAuthorityCaNextGeneratePost(ctx context.Context) ApiCertificateAuthorityCaNextGeneratePostRequest
- func (a *CertificateAuthorityApiService) CertificateAuthorityCaNextGeneratePostExecute(r ApiCertificateAuthorityCaNextGeneratePostRequest) (*CaConfig, *http.Response, error)
- func (a *CertificateAuthorityApiService) CertificateAuthorityCaNextGet(ctx context.Context) ApiCertificateAuthorityCaNextGetRequest
- func (a *CertificateAuthorityApiService) CertificateAuthorityCaNextGetExecute(r ApiCertificateAuthorityCaNextGetRequest) (*CaConfig, *http.Response, error)
- func (a *CertificateAuthorityApiService) CertificateAuthorityCaNextSwitchPost(ctx context.Context) ApiCertificateAuthorityCaNextSwitchPostRequest
- func (a *CertificateAuthorityApiService) CertificateAuthorityCaNextSwitchPostExecute(r ApiCertificateAuthorityCaNextSwitchPostRequest) (*http.Response, error)
- func (a *CertificateAuthorityApiService) CertificateAuthorityCaNextUploadPost(ctx context.Context) ApiCertificateAuthorityCaNextUploadPostRequest
- func (a *CertificateAuthorityApiService) CertificateAuthorityCaNextUploadPostExecute(r ApiCertificateAuthorityCaNextUploadPostRequest) (*CaConfig, *http.Response, error)
- func (a *CertificateAuthorityApiService) CertificateAuthorityCaPemGet(ctx context.Context) ApiCertificateAuthorityCaPemGetRequest
- func (a *CertificateAuthorityApiService) CertificateAuthorityCaPemGetExecute(r ApiCertificateAuthorityCaPemGetRequest) (*CaConfig, *http.Response, error)
- func (a *CertificateAuthorityApiService) CertificateAuthorityCrlGet(ctx context.Context) ApiCertificateAuthorityCrlGetRequest
- func (a *CertificateAuthorityApiService) CertificateAuthorityCrlGetExecute(r ApiCertificateAuthorityCrlGetRequest) (*CertificateAuthorityCrlGet200Response, *http.Response, error)
- func (a *CertificateAuthorityApiService) CertificateAuthorityCrlNextGet(ctx context.Context) ApiCertificateAuthorityCrlNextGetRequest
- func (a *CertificateAuthorityApiService) CertificateAuthorityCrlNextGetExecute(r ApiCertificateAuthorityCrlNextGetRequest) (*CertificateAuthorityCrlGet200Response, *http.Response, error)
- type CertificateAuthorityCaNextGeneratePostRequest
- func (o *CertificateAuthorityCaNextGeneratePostRequest) GetSubject() string
- func (o *CertificateAuthorityCaNextGeneratePostRequest) GetSubjectOk() (*string, bool)
- func (o *CertificateAuthorityCaNextGeneratePostRequest) GetValidityYears() float32
- func (o *CertificateAuthorityCaNextGeneratePostRequest) GetValidityYearsOk() (*float32, bool)
- func (o *CertificateAuthorityCaNextGeneratePostRequest) HasSubject() bool
- func (o *CertificateAuthorityCaNextGeneratePostRequest) HasValidityYears() bool
- func (o CertificateAuthorityCaNextGeneratePostRequest) MarshalJSON() ([]byte, error)
- func (o *CertificateAuthorityCaNextGeneratePostRequest) SetSubject(v string)
- func (o *CertificateAuthorityCaNextGeneratePostRequest) SetValidityYears(v float32)
- type CertificateAuthorityCaNextSwitchPost412Response
- func (o *CertificateAuthorityCaNextSwitchPost412Response) GetFailedAppliances() map[string]interface{}
- func (o *CertificateAuthorityCaNextSwitchPost412Response) GetFailedAppliancesOk() (map[string]interface{}, bool)
- func (o *CertificateAuthorityCaNextSwitchPost412Response) GetId() string
- func (o *CertificateAuthorityCaNextSwitchPost412Response) GetIdOk() (*string, bool)
- func (o *CertificateAuthorityCaNextSwitchPost412Response) GetMessage() string
- func (o *CertificateAuthorityCaNextSwitchPost412Response) GetMessageOk() (*string, bool)
- func (o *CertificateAuthorityCaNextSwitchPost412Response) HasFailedAppliances() bool
- func (o *CertificateAuthorityCaNextSwitchPost412Response) HasId() bool
- func (o *CertificateAuthorityCaNextSwitchPost412Response) HasMessage() bool
- func (o CertificateAuthorityCaNextSwitchPost412Response) MarshalJSON() ([]byte, error)
- func (o *CertificateAuthorityCaNextSwitchPost412Response) SetFailedAppliances(v map[string]interface{})
- func (o *CertificateAuthorityCaNextSwitchPost412Response) SetId(v string)
- func (o *CertificateAuthorityCaNextSwitchPost412Response) SetMessage(v string)
- type CertificateAuthorityCaNextSwitchPost412ResponseAllOf
- func (o *CertificateAuthorityCaNextSwitchPost412ResponseAllOf) GetFailedAppliances() map[string]interface{}
- func (o *CertificateAuthorityCaNextSwitchPost412ResponseAllOf) GetFailedAppliancesOk() (map[string]interface{}, bool)
- func (o *CertificateAuthorityCaNextSwitchPost412ResponseAllOf) HasFailedAppliances() bool
- func (o CertificateAuthorityCaNextSwitchPost412ResponseAllOf) MarshalJSON() ([]byte, error)
- func (o *CertificateAuthorityCaNextSwitchPost412ResponseAllOf) SetFailedAppliances(v map[string]interface{})
- type CertificateAuthorityCaNextSwitchPostRequest
- func (o *CertificateAuthorityCaNextSwitchPostRequest) GetForce() bool
- func (o *CertificateAuthorityCaNextSwitchPostRequest) GetForceOk() (*bool, bool)
- func (o *CertificateAuthorityCaNextSwitchPostRequest) HasForce() bool
- func (o CertificateAuthorityCaNextSwitchPostRequest) MarshalJSON() ([]byte, error)
- func (o *CertificateAuthorityCaNextSwitchPostRequest) SetForce(v bool)
- type CertificateAuthorityCrlGet200Response
- func (o *CertificateAuthorityCrlGet200Response) GetFile() string
- func (o *CertificateAuthorityCrlGet200Response) GetFileOk() (*string, bool)
- func (o *CertificateAuthorityCrlGet200Response) HasFile() bool
- func (o CertificateAuthorityCrlGet200Response) MarshalJSON() ([]byte, error)
- func (o *CertificateAuthorityCrlGet200Response) SetFile(v string)
- type CertificateAuthorityIssuedCertificatesRevokedCertificateIdPutRequest
- func NewCertificateAuthorityIssuedCertificatesRevokedCertificateIdPutRequest() *CertificateAuthorityIssuedCertificatesRevokedCertificateIdPutRequest
- func NewCertificateAuthorityIssuedCertificatesRevokedCertificateIdPutRequestWithDefaults() *CertificateAuthorityIssuedCertificatesRevokedCertificateIdPutRequest
- func (o *CertificateAuthorityIssuedCertificatesRevokedCertificateIdPutRequest) GetNotes() string
- func (o *CertificateAuthorityIssuedCertificatesRevokedCertificateIdPutRequest) GetNotesOk() (*string, bool)
- func (o *CertificateAuthorityIssuedCertificatesRevokedCertificateIdPutRequest) GetReason() string
- func (o *CertificateAuthorityIssuedCertificatesRevokedCertificateIdPutRequest) GetReasonOk() (*string, bool)
- func (o *CertificateAuthorityIssuedCertificatesRevokedCertificateIdPutRequest) HasNotes() bool
- func (o *CertificateAuthorityIssuedCertificatesRevokedCertificateIdPutRequest) HasReason() bool
- func (o CertificateAuthorityIssuedCertificatesRevokedCertificateIdPutRequest) MarshalJSON() ([]byte, error)
- func (o *CertificateAuthorityIssuedCertificatesRevokedCertificateIdPutRequest) SetNotes(v string)
- func (o *CertificateAuthorityIssuedCertificatesRevokedCertificateIdPutRequest) SetReason(v string)
- type CertificateDetails
- func (o *CertificateDetails) GetCertificate() string
- func (o *CertificateDetails) GetCertificateOk() (*string, bool)
- func (o *CertificateDetails) GetFingerprint() string
- func (o *CertificateDetails) GetFingerprintOk() (*string, bool)
- func (o *CertificateDetails) GetIssuer() string
- func (o *CertificateDetails) GetIssuerOk() (*string, bool)
- func (o *CertificateDetails) GetSerial() string
- func (o *CertificateDetails) GetSerialOk() (*string, bool)
- func (o *CertificateDetails) GetSubject() string
- func (o *CertificateDetails) GetSubjectOk() (*string, bool)
- func (o *CertificateDetails) GetSubjectPublicKey() string
- func (o *CertificateDetails) GetSubjectPublicKeyOk() (*string, bool)
- func (o *CertificateDetails) GetValidFrom() time.Time
- func (o *CertificateDetails) GetValidFromOk() (*time.Time, bool)
- func (o *CertificateDetails) GetValidTo() time.Time
- func (o *CertificateDetails) GetValidToOk() (*time.Time, bool)
- func (o *CertificateDetails) GetVersion() float32
- func (o *CertificateDetails) GetVersionOk() (*float32, bool)
- func (o *CertificateDetails) HasCertificate() bool
- func (o *CertificateDetails) HasFingerprint() bool
- func (o *CertificateDetails) HasIssuer() bool
- func (o *CertificateDetails) HasSerial() bool
- func (o *CertificateDetails) HasSubject() bool
- func (o *CertificateDetails) HasSubjectPublicKey() bool
- func (o *CertificateDetails) HasValidFrom() bool
- func (o *CertificateDetails) HasValidTo() bool
- func (o *CertificateDetails) HasVersion() bool
- func (o CertificateDetails) MarshalJSON() ([]byte, error)
- func (o *CertificateDetails) SetCertificate(v string)
- func (o *CertificateDetails) SetFingerprint(v string)
- func (o *CertificateDetails) SetIssuer(v string)
- func (o *CertificateDetails) SetSerial(v string)
- func (o *CertificateDetails) SetSubject(v string)
- func (o *CertificateDetails) SetSubjectPublicKey(v string)
- func (o *CertificateDetails) SetValidFrom(v time.Time)
- func (o *CertificateDetails) SetValidTo(v time.Time)
- func (o *CertificateDetails) SetVersion(v float32)
- type ClaimMappingsInner
- func (o *ClaimMappingsInner) GetAttributeName() string
- func (o *ClaimMappingsInner) GetAttributeNameOk() (*string, bool)
- func (o *ClaimMappingsInner) GetClaimName() string
- func (o *ClaimMappingsInner) GetClaimNameOk() (*string, bool)
- func (o *ClaimMappingsInner) GetEncrypt() bool
- func (o *ClaimMappingsInner) GetEncryptOk() (*bool, bool)
- func (o *ClaimMappingsInner) GetList() bool
- func (o *ClaimMappingsInner) GetListOk() (*bool, bool)
- func (o *ClaimMappingsInner) HasEncrypt() bool
- func (o *ClaimMappingsInner) HasList() bool
- func (o ClaimMappingsInner) MarshalJSON() ([]byte, error)
- func (o *ClaimMappingsInner) SetAttributeName(v string)
- func (o *ClaimMappingsInner) SetClaimName(v string)
- func (o *ClaimMappingsInner) SetEncrypt(v bool)
- func (o *ClaimMappingsInner) SetList(v bool)
- type ClaimNamesInner
- func (o *ClaimNamesInner) GetAvailableForPolicy() bool
- func (o *ClaimNamesInner) GetAvailableForPolicyOk() (*bool, bool)
- func (o *ClaimNamesInner) GetClaimName() string
- func (o *ClaimNamesInner) GetClaimNameOk() (*string, bool)
- func (o *ClaimNamesInner) GetType() string
- func (o *ClaimNamesInner) GetTypeOk() (*string, bool)
- func (o *ClaimNamesInner) HasAvailableForPolicy() bool
- func (o *ClaimNamesInner) HasClaimName() bool
- func (o *ClaimNamesInner) HasType() bool
- func (o ClaimNamesInner) MarshalJSON() ([]byte, error)
- func (o *ClaimNamesInner) SetAvailableForPolicy(v bool)
- func (o *ClaimNamesInner) SetClaimName(v string)
- func (o *ClaimNamesInner) SetType(v string)
- type ClaimNamesList
- func (o *ClaimNamesList) GetDevice() []ClaimNamesInner
- func (o *ClaimNamesList) GetDeviceOk() ([]ClaimNamesInner, bool)
- func (o *ClaimNamesList) GetOnDemand() []ClaimNamesInner
- func (o *ClaimNamesList) GetOnDemandOk() ([]ClaimNamesInner, bool)
- func (o *ClaimNamesList) GetSystem() []ClaimNamesInner
- func (o *ClaimNamesList) GetSystemOk() ([]ClaimNamesInner, bool)
- func (o *ClaimNamesList) GetUser() []ClaimNamesInner
- func (o *ClaimNamesList) GetUserOk() ([]ClaimNamesInner, bool)
- func (o *ClaimNamesList) GetZtpRiskRules() []ClaimNamesListZtpRiskRulesInner
- func (o *ClaimNamesList) GetZtpRiskRulesOk() ([]ClaimNamesListZtpRiskRulesInner, bool)
- func (o *ClaimNamesList) HasDevice() bool
- func (o *ClaimNamesList) HasOnDemand() bool
- func (o *ClaimNamesList) HasSystem() bool
- func (o *ClaimNamesList) HasUser() bool
- func (o *ClaimNamesList) HasZtpRiskRules() bool
- func (o ClaimNamesList) MarshalJSON() ([]byte, error)
- func (o *ClaimNamesList) SetDevice(v []ClaimNamesInner)
- func (o *ClaimNamesList) SetOnDemand(v []ClaimNamesInner)
- func (o *ClaimNamesList) SetSystem(v []ClaimNamesInner)
- func (o *ClaimNamesList) SetUser(v []ClaimNamesInner)
- func (o *ClaimNamesList) SetZtpRiskRules(v []ClaimNamesListZtpRiskRulesInner)
- type ClaimNamesListZtpRiskRulesInner
- func (o *ClaimNamesListZtpRiskRulesInner) GetId() string
- func (o *ClaimNamesListZtpRiskRulesInner) GetIdOk() (*string, bool)
- func (o *ClaimNamesListZtpRiskRulesInner) GetName() string
- func (o *ClaimNamesListZtpRiskRulesInner) GetNameOk() (*string, bool)
- func (o *ClaimNamesListZtpRiskRulesInner) HasId() bool
- func (o *ClaimNamesListZtpRiskRulesInner) HasName() bool
- func (o ClaimNamesListZtpRiskRulesInner) MarshalJSON() ([]byte, error)
- func (o *ClaimNamesListZtpRiskRulesInner) SetId(v string)
- func (o *ClaimNamesListZtpRiskRulesInner) SetName(v string)
- type Client
- func (o *Client) GetUrl() string
- func (o *Client) GetUrlOk() (*string, bool)
- func (o *Client) GetVersion() string
- func (o *Client) GetVersionOk() (*string, bool)
- func (o *Client) HasUrl() bool
- func (o *Client) HasVersion() bool
- func (o Client) MarshalJSON() ([]byte, error)
- func (o *Client) SetUrl(v string)
- func (o *Client) SetVersion(v string)
- type ClientAutoUpdateApiService
- func (a *ClientAutoUpdateApiService) AutoUpdateSettingsGet(ctx context.Context) ApiAutoUpdateSettingsGetRequest
- func (a *ClientAutoUpdateApiService) AutoUpdateSettingsGetExecute(r ApiAutoUpdateSettingsGetRequest) (*AutoUpdateSettings, *http.Response, error)
- func (a *ClientAutoUpdateApiService) AutoUpdateSettingsPut(ctx context.Context) ApiAutoUpdateSettingsPutRequest
- func (a *ClientAutoUpdateApiService) AutoUpdateSettingsPutExecute(r ApiAutoUpdateSettingsPutRequest) (*http.Response, error)
- type ClientConnections
- func (o *ClientConnections) GetProfileHostname() string
- func (o *ClientConnections) GetProfileHostnameOk() (*string, bool)
- func (o *ClientConnections) GetProfiles() []ClientConnectionsProfilesInner
- func (o *ClientConnections) GetProfilesOk() ([]ClientConnectionsProfilesInner, bool)
- func (o *ClientConnections) GetSpaMode() string
- func (o *ClientConnections) GetSpaModeOk() (*string, bool)
- func (o *ClientConnections) HasProfileHostname() bool
- func (o *ClientConnections) HasProfiles() bool
- func (o *ClientConnections) HasSpaMode() bool
- func (o ClientConnections) MarshalJSON() ([]byte, error)
- func (o *ClientConnections) SetProfileHostname(v string)
- func (o *ClientConnections) SetProfiles(v []ClientConnectionsProfilesInner)
- func (o *ClientConnections) SetSpaMode(v string)
- type ClientConnectionsProfileNameBarcodeGet200Response
- func (o *ClientConnectionsProfileNameBarcodeGet200Response) GetBarcode() string
- func (o *ClientConnectionsProfileNameBarcodeGet200Response) GetBarcodeOk() (*string, bool)
- func (o *ClientConnectionsProfileNameBarcodeGet200Response) HasBarcode() bool
- func (o ClientConnectionsProfileNameBarcodeGet200Response) MarshalJSON() ([]byte, error)
- func (o *ClientConnectionsProfileNameBarcodeGet200Response) SetBarcode(v string)
- type ClientConnectionsProfileNameUrlGet200Response
- func (o *ClientConnectionsProfileNameUrlGet200Response) GetUrl() string
- func (o *ClientConnectionsProfileNameUrlGet200Response) GetUrlOk() (*string, bool)
- func (o *ClientConnectionsProfileNameUrlGet200Response) HasUrl() bool
- func (o ClientConnectionsProfileNameUrlGet200Response) MarshalJSON() ([]byte, error)
- func (o *ClientConnectionsProfileNameUrlGet200Response) SetUrl(v string)
- type ClientConnectionsProfilesInner
- func (o *ClientConnectionsProfilesInner) GetIdentityProviderName() string
- func (o *ClientConnectionsProfilesInner) GetIdentityProviderNameOk() (*string, bool)
- func (o *ClientConnectionsProfilesInner) GetName() string
- func (o *ClientConnectionsProfilesInner) GetNameOk() (*string, bool)
- func (o *ClientConnectionsProfilesInner) GetSpaKeyName() string
- func (o *ClientConnectionsProfilesInner) GetSpaKeyNameOk() (*string, bool)
- func (o *ClientConnectionsProfilesInner) GetUrl() string
- func (o *ClientConnectionsProfilesInner) GetUrlOk() (*string, bool)
- func (o *ClientConnectionsProfilesInner) HasUrl() bool
- func (o ClientConnectionsProfilesInner) MarshalJSON() ([]byte, error)
- func (o *ClientConnectionsProfilesInner) SetIdentityProviderName(v string)
- func (o *ClientConnectionsProfilesInner) SetName(v string)
- func (o *ClientConnectionsProfilesInner) SetSpaKeyName(v string)
- func (o *ClientConnectionsProfilesInner) SetUrl(v string)
- type ClientLogsApiService
- type ClientProfile
- func (o *ClientProfile) GetCreated() time.Time
- func (o *ClientProfile) GetCreatedOk() (*time.Time, bool)
- func (o *ClientProfile) GetExported() time.Time
- func (o *ClientProfile) GetExportedOk() (*time.Time, bool)
- func (o *ClientProfile) GetGlobalHostname() string
- func (o *ClientProfile) GetGlobalHostnameOk() (*string, bool)
- func (o *ClientProfile) GetHostname() string
- func (o *ClientProfile) GetHostnameOk() (*string, bool)
- func (o *ClientProfile) GetId() string
- func (o *ClientProfile) GetIdOk() (*string, bool)
- func (o *ClientProfile) GetIdentityProviderName() string
- func (o *ClientProfile) GetIdentityProviderNameOk() (*string, bool)
- func (o *ClientProfile) GetName() string
- func (o *ClientProfile) GetNameOk() (*string, bool)
- func (o *ClientProfile) GetNotes() string
- func (o *ClientProfile) GetNotesOk() (*string, bool)
- func (o *ClientProfile) GetSpaKeyName() string
- func (o *ClientProfile) GetSpaKeyNameOk() (*string, bool)
- func (o *ClientProfile) GetTags() []string
- func (o *ClientProfile) GetTagsOk() ([]string, bool)
- func (o *ClientProfile) GetUpdated() time.Time
- func (o *ClientProfile) GetUpdatedOk() (*time.Time, bool)
- func (o *ClientProfile) HasCreated() bool
- func (o *ClientProfile) HasExported() bool
- func (o *ClientProfile) HasGlobalHostname() bool
- func (o *ClientProfile) HasHostname() bool
- func (o *ClientProfile) HasId() bool
- func (o *ClientProfile) HasNotes() bool
- func (o *ClientProfile) HasSpaKeyName() bool
- func (o *ClientProfile) HasTags() bool
- func (o *ClientProfile) HasUpdated() bool
- func (o ClientProfile) MarshalJSON() ([]byte, error)
- func (o *ClientProfile) SetCreated(v time.Time)
- func (o *ClientProfile) SetExported(v time.Time)
- func (o *ClientProfile) SetGlobalHostname(v string)
- func (o *ClientProfile) SetHostname(v string)
- func (o *ClientProfile) SetId(v string)
- func (o *ClientProfile) SetIdentityProviderName(v string)
- func (o *ClientProfile) SetName(v string)
- func (o *ClientProfile) SetNotes(v string)
- func (o *ClientProfile) SetSpaKeyName(v string)
- func (o *ClientProfile) SetTags(v []string)
- func (o *ClientProfile) SetUpdated(v time.Time)
- type ClientProfileAllOf
- func (o *ClientProfileAllOf) GetExported() time.Time
- func (o *ClientProfileAllOf) GetExportedOk() (*time.Time, bool)
- func (o *ClientProfileAllOf) GetGlobalHostname() string
- func (o *ClientProfileAllOf) GetGlobalHostnameOk() (*string, bool)
- func (o *ClientProfileAllOf) GetHostname() string
- func (o *ClientProfileAllOf) GetHostnameOk() (*string, bool)
- func (o *ClientProfileAllOf) GetIdentityProviderName() string
- func (o *ClientProfileAllOf) GetIdentityProviderNameOk() (*string, bool)
- func (o *ClientProfileAllOf) GetName() string
- func (o *ClientProfileAllOf) GetNameOk() (*string, bool)
- func (o *ClientProfileAllOf) GetSpaKeyName() string
- func (o *ClientProfileAllOf) GetSpaKeyNameOk() (*string, bool)
- func (o *ClientProfileAllOf) HasExported() bool
- func (o *ClientProfileAllOf) HasGlobalHostname() bool
- func (o *ClientProfileAllOf) HasHostname() bool
- func (o *ClientProfileAllOf) HasSpaKeyName() bool
- func (o ClientProfileAllOf) MarshalJSON() ([]byte, error)
- func (o *ClientProfileAllOf) SetExported(v time.Time)
- func (o *ClientProfileAllOf) SetGlobalHostname(v string)
- func (o *ClientProfileAllOf) SetHostname(v string)
- func (o *ClientProfileAllOf) SetIdentityProviderName(v string)
- func (o *ClientProfileAllOf) SetName(v string)
- func (o *ClientProfileAllOf) SetSpaKeyName(v string)
- type ClientProfileList
- func (o *ClientProfileList) GetData() []ClientProfile
- func (o *ClientProfileList) GetDataOk() ([]ClientProfile, bool)
- func (o *ClientProfileList) GetDescending() bool
- func (o *ClientProfileList) GetDescendingOk() (*bool, bool)
- func (o *ClientProfileList) GetFilterBy() []FilterBy
- func (o *ClientProfileList) GetFilterByOk() ([]FilterBy, bool)
- func (o *ClientProfileList) GetOrderBy() string
- func (o *ClientProfileList) GetOrderByOk() (*string, bool)
- func (o *ClientProfileList) GetQueries() []string
- func (o *ClientProfileList) GetQueriesOk() ([]string, bool)
- func (o *ClientProfileList) GetRange() string
- func (o *ClientProfileList) GetRangeOk() (*string, bool)
- func (o *ClientProfileList) HasData() bool
- func (o *ClientProfileList) HasDescending() bool
- func (o *ClientProfileList) HasFilterBy() bool
- func (o *ClientProfileList) HasOrderBy() bool
- func (o *ClientProfileList) HasQueries() bool
- func (o *ClientProfileList) HasRange() bool
- func (o ClientProfileList) MarshalJSON() ([]byte, error)
- func (o *ClientProfileList) SetData(v []ClientProfile)
- func (o *ClientProfileList) SetDescending(v bool)
- func (o *ClientProfileList) SetFilterBy(v []FilterBy)
- func (o *ClientProfileList) SetOrderBy(v string)
- func (o *ClientProfileList) SetQueries(v []string)
- func (o *ClientProfileList) SetRange(v string)
- type ClientProfileListAllOf
- type ClientProfilesApiService
- func (a *ClientProfilesApiService) ClientConnectionsDelete(ctx context.Context) ApiClientConnectionsDeleteRequest
- func (a *ClientProfilesApiService) ClientConnectionsDeleteExecute(r ApiClientConnectionsDeleteRequest) (*http.Response, error)
- func (a *ClientProfilesApiService) ClientConnectionsGet(ctx context.Context) ApiClientConnectionsGetRequest
- func (a *ClientProfilesApiService) ClientConnectionsGetExecute(r ApiClientConnectionsGetRequest) (*ClientConnections, *http.Response, error)
- func (a *ClientProfilesApiService) ClientConnectionsProfileNameBarcodeGet(ctx context.Context, profileName string) ApiClientConnectionsProfileNameBarcodeGetRequest
- func (a *ClientProfilesApiService) ClientConnectionsProfileNameBarcodeGetExecute(r ApiClientConnectionsProfileNameBarcodeGetRequest) (*ClientConnectionsProfileNameBarcodeGet200Response, *http.Response, error)
- func (a *ClientProfilesApiService) ClientConnectionsProfileNameUrlGet(ctx context.Context, profileName string) ApiClientConnectionsProfileNameUrlGetRequest
- func (a *ClientProfilesApiService) ClientConnectionsProfileNameUrlGetExecute(r ApiClientConnectionsProfileNameUrlGetRequest) (*ClientConnectionsProfileNameUrlGet200Response, *http.Response, error)
- func (a *ClientProfilesApiService) ClientConnectionsPut(ctx context.Context) ApiClientConnectionsPutRequest
- func (a *ClientProfilesApiService) ClientConnectionsPutExecute(r ApiClientConnectionsPutRequest) (*ClientConnections, *http.Response, error)
- func (a *ClientProfilesApiService) ClientProfilesGet(ctx context.Context) ApiClientProfilesGetRequest
- func (a *ClientProfilesApiService) ClientProfilesGetExecute(r ApiClientProfilesGetRequest) (*ClientProfileList, *http.Response, error)
- func (a *ClientProfilesApiService) ClientProfilesIdBarcodeGet(ctx context.Context, id string) ApiClientProfilesIdBarcodeGetRequest
- func (a *ClientProfilesApiService) ClientProfilesIdBarcodeGetExecute(r ApiClientProfilesIdBarcodeGetRequest) (*ClientProfilesIdBarcodeGet200Response, *http.Response, error)
- func (a *ClientProfilesApiService) ClientProfilesIdDelete(ctx context.Context, id string) ApiClientProfilesIdDeleteRequest
- func (a *ClientProfilesApiService) ClientProfilesIdDeleteExecute(r ApiClientProfilesIdDeleteRequest) (*http.Response, error)
- func (a *ClientProfilesApiService) ClientProfilesIdGet(ctx context.Context, id string) ApiClientProfilesIdGetRequest
- func (a *ClientProfilesApiService) ClientProfilesIdGetExecute(r ApiClientProfilesIdGetRequest) (*ClientProfile, *http.Response, error)
- func (a *ClientProfilesApiService) ClientProfilesIdPut(ctx context.Context, id string) ApiClientProfilesIdPutRequest
- func (a *ClientProfilesApiService) ClientProfilesIdPutExecute(r ApiClientProfilesIdPutRequest) (*ClientProfile, *http.Response, error)
- func (a *ClientProfilesApiService) ClientProfilesIdUrlGet(ctx context.Context, id string) ApiClientProfilesIdUrlGetRequest
- func (a *ClientProfilesApiService) ClientProfilesIdUrlGetExecute(r ApiClientProfilesIdUrlGetRequest) (*ClientProfilesIdUrlGet200Response, *http.Response, error)
- func (a *ClientProfilesApiService) ClientProfilesPost(ctx context.Context) ApiClientProfilesPostRequest
- func (a *ClientProfilesApiService) ClientProfilesPostExecute(r ApiClientProfilesPostRequest) (*ClientProfile, *http.Response, error)
- type ClientProfilesIdBarcodeGet200Response
- func (o *ClientProfilesIdBarcodeGet200Response) GetBarcode() string
- func (o *ClientProfilesIdBarcodeGet200Response) GetBarcodeOk() (*string, bool)
- func (o *ClientProfilesIdBarcodeGet200Response) HasBarcode() bool
- func (o ClientProfilesIdBarcodeGet200Response) MarshalJSON() ([]byte, error)
- func (o *ClientProfilesIdBarcodeGet200Response) SetBarcode(v string)
- type ClientProfilesIdUrlGet200Response
- func (o *ClientProfilesIdUrlGet200Response) GetUrl() string
- func (o *ClientProfilesIdUrlGet200Response) GetUrlOk() (*string, bool)
- func (o *ClientProfilesIdUrlGet200Response) HasUrl() bool
- func (o ClientProfilesIdUrlGet200Response) MarshalJSON() ([]byte, error)
- func (o *ClientProfilesIdUrlGet200Response) SetUrl(v string)
- type Condition
- func (o *Condition) GetCreated() time.Time
- func (o *Condition) GetCreatedOk() (*time.Time, bool)
- func (o *Condition) GetExpression() string
- func (o *Condition) GetExpressionOk() (*string, bool)
- func (o *Condition) GetId() string
- func (o *Condition) GetIdOk() (*string, bool)
- func (o *Condition) GetName() string
- func (o *Condition) GetNameOk() (*string, bool)
- func (o *Condition) GetNotes() string
- func (o *Condition) GetNotesOk() (*string, bool)
- func (o *Condition) GetRemedyLogic() string
- func (o *Condition) GetRemedyLogicOk() (*string, bool)
- func (o *Condition) GetRemedyMethods() []RemedyMethod
- func (o *Condition) GetRemedyMethodsOk() ([]RemedyMethod, bool)
- func (o *Condition) GetRepeatSchedules() []string
- func (o *Condition) GetRepeatSchedulesOk() ([]string, bool)
- func (o *Condition) GetTags() []string
- func (o *Condition) GetTagsOk() ([]string, bool)
- func (o *Condition) GetUpdated() time.Time
- func (o *Condition) GetUpdatedOk() (*time.Time, bool)
- func (o *Condition) HasCreated() bool
- func (o *Condition) HasId() bool
- func (o *Condition) HasNotes() bool
- func (o *Condition) HasRemedyLogic() bool
- func (o *Condition) HasRemedyMethods() bool
- func (o *Condition) HasRepeatSchedules() bool
- func (o *Condition) HasTags() bool
- func (o *Condition) HasUpdated() bool
- func (o Condition) MarshalJSON() ([]byte, error)
- func (o *Condition) SetCreated(v time.Time)
- func (o *Condition) SetExpression(v string)
- func (o *Condition) SetId(v string)
- func (o *Condition) SetName(v string)
- func (o *Condition) SetNotes(v string)
- func (o *Condition) SetRemedyLogic(v string)
- func (o *Condition) SetRemedyMethods(v []RemedyMethod)
- func (o *Condition) SetRepeatSchedules(v []string)
- func (o *Condition) SetTags(v []string)
- func (o *Condition) SetUpdated(v time.Time)
- type ConditionAllOf
- func (o *ConditionAllOf) GetExpression() string
- func (o *ConditionAllOf) GetExpressionOk() (*string, bool)
- func (o *ConditionAllOf) GetRemedyLogic() string
- func (o *ConditionAllOf) GetRemedyLogicOk() (*string, bool)
- func (o *ConditionAllOf) GetRemedyMethods() []RemedyMethod
- func (o *ConditionAllOf) GetRemedyMethodsOk() ([]RemedyMethod, bool)
- func (o *ConditionAllOf) GetRepeatSchedules() []string
- func (o *ConditionAllOf) GetRepeatSchedulesOk() ([]string, bool)
- func (o *ConditionAllOf) HasRemedyLogic() bool
- func (o *ConditionAllOf) HasRemedyMethods() bool
- func (o *ConditionAllOf) HasRepeatSchedules() bool
- func (o ConditionAllOf) MarshalJSON() ([]byte, error)
- func (o *ConditionAllOf) SetExpression(v string)
- func (o *ConditionAllOf) SetRemedyLogic(v string)
- func (o *ConditionAllOf) SetRemedyMethods(v []RemedyMethod)
- func (o *ConditionAllOf) SetRepeatSchedules(v []string)
- type ConditionList
- func (o *ConditionList) GetData() []Condition
- func (o *ConditionList) GetDataOk() ([]Condition, bool)
- func (o *ConditionList) GetDescending() bool
- func (o *ConditionList) GetDescendingOk() (*bool, bool)
- func (o *ConditionList) GetFilterBy() []FilterBy
- func (o *ConditionList) GetFilterByOk() ([]FilterBy, bool)
- func (o *ConditionList) GetOrderBy() string
- func (o *ConditionList) GetOrderByOk() (*string, bool)
- func (o *ConditionList) GetQueries() []string
- func (o *ConditionList) GetQueriesOk() ([]string, bool)
- func (o *ConditionList) GetRange() string
- func (o *ConditionList) GetRangeOk() (*string, bool)
- func (o *ConditionList) HasData() bool
- func (o *ConditionList) HasDescending() bool
- func (o *ConditionList) HasFilterBy() bool
- func (o *ConditionList) HasOrderBy() bool
- func (o *ConditionList) HasQueries() bool
- func (o *ConditionList) HasRange() bool
- func (o ConditionList) MarshalJSON() ([]byte, error)
- func (o *ConditionList) SetData(v []Condition)
- func (o *ConditionList) SetDescending(v bool)
- func (o *ConditionList) SetFilterBy(v []FilterBy)
- func (o *ConditionList) SetOrderBy(v string)
- func (o *ConditionList) SetQueries(v []string)
- func (o *ConditionList) SetRange(v string)
- type ConditionListAllOf
- type ConditionsApiService
- func (a *ConditionsApiService) ClaimsNamesGet(ctx context.Context) ApiClaimsNamesGetRequest
- func (a *ConditionsApiService) ClaimsNamesGetExecute(r ApiClaimsNamesGetRequest) (*ClaimNamesList, *http.Response, error)
- func (a *ConditionsApiService) ConditionsGet(ctx context.Context) ApiConditionsGetRequest
- func (a *ConditionsApiService) ConditionsGetExecute(r ApiConditionsGetRequest) (*ConditionList, *http.Response, error)
- func (a *ConditionsApiService) ConditionsIdDelete(ctx context.Context, id string) ApiConditionsIdDeleteRequest
- func (a *ConditionsApiService) ConditionsIdDeleteExecute(r ApiConditionsIdDeleteRequest) (*http.Response, error)
- func (a *ConditionsApiService) ConditionsIdGet(ctx context.Context, id string) ApiConditionsIdGetRequest
- func (a *ConditionsApiService) ConditionsIdGetExecute(r ApiConditionsIdGetRequest) (*Condition, *http.Response, error)
- func (a *ConditionsApiService) ConditionsIdPut(ctx context.Context, id string) ApiConditionsIdPutRequest
- func (a *ConditionsApiService) ConditionsIdPutExecute(r ApiConditionsIdPutRequest) (*Condition, *http.Response, error)
- func (a *ConditionsApiService) ConditionsPost(ctx context.Context) ApiConditionsPostRequest
- func (a *ConditionsApiService) ConditionsPostExecute(r ApiConditionsPostRequest) (*Condition, *http.Response, error)
- func (a *ConditionsApiService) ConditionsTestPost(ctx context.Context) ApiConditionsTestPostRequest
- func (a *ConditionsApiService) ConditionsTestPostExecute(r ApiConditionsTestPostRequest) (*ConditionsTestPost200Response, *http.Response, error)
- type ConditionsTestPost200Response
- func (o *ConditionsTestPost200Response) GetError() string
- func (o *ConditionsTestPost200Response) GetErrorOk() (*string, bool)
- func (o *ConditionsTestPost200Response) GetExecutionMs() float32
- func (o *ConditionsTestPost200Response) GetExecutionMsOk() (*float32, bool)
- func (o *ConditionsTestPost200Response) GetOutput() string
- func (o *ConditionsTestPost200Response) GetOutputOk() (*string, bool)
- func (o *ConditionsTestPost200Response) GetResult() bool
- func (o *ConditionsTestPost200Response) GetResultOk() (*bool, bool)
- func (o *ConditionsTestPost200Response) HasError() bool
- func (o *ConditionsTestPost200Response) HasExecutionMs() bool
- func (o *ConditionsTestPost200Response) HasOutput() bool
- func (o *ConditionsTestPost200Response) HasResult() bool
- func (o ConditionsTestPost200Response) MarshalJSON() ([]byte, error)
- func (o *ConditionsTestPost200Response) SetError(v string)
- func (o *ConditionsTestPost200Response) SetExecutionMs(v float32)
- func (o *ConditionsTestPost200Response) SetOutput(v string)
- func (o *ConditionsTestPost200Response) SetResult(v bool)
- type ConfigurableIdentityProvider
- func (o *ConfigurableIdentityProvider) GetAdminProvider() bool
- func (o *ConfigurableIdentityProvider) GetAdminProviderOk() (*bool, bool)
- func (o *ConfigurableIdentityProvider) GetBlockLocalDnsRequests() bool
- func (o *ConfigurableIdentityProvider) GetBlockLocalDnsRequestsOk() (*bool, bool)
- func (o *ConfigurableIdentityProvider) GetClaimMappings() []ClaimMappingsInner
- func (o *ConfigurableIdentityProvider) GetClaimMappingsOk() ([]ClaimMappingsInner, bool)
- func (o *ConfigurableIdentityProvider) GetCreated() time.Time
- func (o *ConfigurableIdentityProvider) GetCreatedOk() (*time.Time, bool)
- func (o *ConfigurableIdentityProvider) GetDeviceLimitPerUser() int32
- func (o *ConfigurableIdentityProvider) GetDeviceLimitPerUserOk() (*int32, bool)
- func (o *ConfigurableIdentityProvider) GetDnsSearchDomains() []string
- func (o *ConfigurableIdentityProvider) GetDnsSearchDomainsOk() ([]string, bool)
- func (o *ConfigurableIdentityProvider) GetDnsServers() []string
- func (o *ConfigurableIdentityProvider) GetDnsServersOk() ([]string, bool)
- func (o *ConfigurableIdentityProvider) GetEnforceWindowsNetworkProfileAsDomain() bool
- func (o *ConfigurableIdentityProvider) GetEnforceWindowsNetworkProfileAsDomainOk() (*bool, bool)
- func (o *ConfigurableIdentityProvider) GetId() string
- func (o *ConfigurableIdentityProvider) GetIdOk() (*string, bool)
- func (o *ConfigurableIdentityProvider) GetInactivityTimeoutMinutes() int32
- func (o *ConfigurableIdentityProvider) GetInactivityTimeoutMinutesOk() (*int32, bool)
- func (o *ConfigurableIdentityProvider) GetIpPoolV4() string
- func (o *ConfigurableIdentityProvider) GetIpPoolV4Ok() (*string, bool)
- func (o *ConfigurableIdentityProvider) GetIpPoolV6() string
- func (o *ConfigurableIdentityProvider) GetIpPoolV6Ok() (*string, bool)
- func (o *ConfigurableIdentityProvider) GetName() string
- func (o *ConfigurableIdentityProvider) GetNameOk() (*string, bool)
- func (o *ConfigurableIdentityProvider) GetNetworkInactivityTimeoutEnabled() bool
- func (o *ConfigurableIdentityProvider) GetNetworkInactivityTimeoutEnabledOk() (*bool, bool)
- func (o *ConfigurableIdentityProvider) GetNotes() string
- func (o *ConfigurableIdentityProvider) GetNotesOk() (*string, bool)
- func (o *ConfigurableIdentityProvider) GetOnBoarding2FA() ConfigurableIdentityProviderAllOfOnBoarding2FA
- func (o *ConfigurableIdentityProvider) GetOnBoarding2FAOk() (*ConfigurableIdentityProviderAllOfOnBoarding2FA, bool)
- func (o *ConfigurableIdentityProvider) GetOnDemandClaimMappings() []OnDemandClaimMappingsInner
- func (o *ConfigurableIdentityProvider) GetOnDemandClaimMappingsOk() ([]OnDemandClaimMappingsInner, bool)
- func (o *ConfigurableIdentityProvider) GetTags() []string
- func (o *ConfigurableIdentityProvider) GetTagsOk() ([]string, bool)
- func (o *ConfigurableIdentityProvider) GetType() string
- func (o *ConfigurableIdentityProvider) GetTypeOk() (*string, bool)
- func (o *ConfigurableIdentityProvider) GetUpdated() time.Time
- func (o *ConfigurableIdentityProvider) GetUpdatedOk() (*time.Time, bool)
- func (o *ConfigurableIdentityProvider) GetUserScripts() []string
- func (o *ConfigurableIdentityProvider) GetUserScriptsOk() ([]string, bool)
- func (o *ConfigurableIdentityProvider) HasAdminProvider() bool
- func (o *ConfigurableIdentityProvider) HasBlockLocalDnsRequests() bool
- func (o *ConfigurableIdentityProvider) HasClaimMappings() bool
- func (o *ConfigurableIdentityProvider) HasCreated() bool
- func (o *ConfigurableIdentityProvider) HasDeviceLimitPerUser() bool
- func (o *ConfigurableIdentityProvider) HasDnsSearchDomains() bool
- func (o *ConfigurableIdentityProvider) HasDnsServers() bool
- func (o *ConfigurableIdentityProvider) HasEnforceWindowsNetworkProfileAsDomain() bool
- func (o *ConfigurableIdentityProvider) HasId() bool
- func (o *ConfigurableIdentityProvider) HasInactivityTimeoutMinutes() bool
- func (o *ConfigurableIdentityProvider) HasIpPoolV4() bool
- func (o *ConfigurableIdentityProvider) HasIpPoolV6() bool
- func (o *ConfigurableIdentityProvider) HasNetworkInactivityTimeoutEnabled() bool
- func (o *ConfigurableIdentityProvider) HasNotes() bool
- func (o *ConfigurableIdentityProvider) HasOnBoarding2FA() bool
- func (o *ConfigurableIdentityProvider) HasOnDemandClaimMappings() bool
- func (o *ConfigurableIdentityProvider) HasTags() bool
- func (o *ConfigurableIdentityProvider) HasUpdated() bool
- func (o *ConfigurableIdentityProvider) HasUserScripts() bool
- func (o ConfigurableIdentityProvider) MarshalJSON() ([]byte, error)
- func (o *ConfigurableIdentityProvider) SetAdminProvider(v bool)
- func (o *ConfigurableIdentityProvider) SetBlockLocalDnsRequests(v bool)
- func (o *ConfigurableIdentityProvider) SetClaimMappings(v []ClaimMappingsInner)
- func (o *ConfigurableIdentityProvider) SetCreated(v time.Time)
- func (o *ConfigurableIdentityProvider) SetDeviceLimitPerUser(v int32)
- func (o *ConfigurableIdentityProvider) SetDnsSearchDomains(v []string)
- func (o *ConfigurableIdentityProvider) SetDnsServers(v []string)
- func (o *ConfigurableIdentityProvider) SetEnforceWindowsNetworkProfileAsDomain(v bool)
- func (o *ConfigurableIdentityProvider) SetId(v string)
- func (o *ConfigurableIdentityProvider) SetInactivityTimeoutMinutes(v int32)
- func (o *ConfigurableIdentityProvider) SetIpPoolV4(v string)
- func (o *ConfigurableIdentityProvider) SetIpPoolV6(v string)
- func (o *ConfigurableIdentityProvider) SetName(v string)
- func (o *ConfigurableIdentityProvider) SetNetworkInactivityTimeoutEnabled(v bool)
- func (o *ConfigurableIdentityProvider) SetNotes(v string)
- func (o *ConfigurableIdentityProvider) SetOnBoarding2FA(v ConfigurableIdentityProviderAllOfOnBoarding2FA)
- func (o *ConfigurableIdentityProvider) SetOnDemandClaimMappings(v []OnDemandClaimMappingsInner)
- func (o *ConfigurableIdentityProvider) SetTags(v []string)
- func (o *ConfigurableIdentityProvider) SetType(v string)
- func (o *ConfigurableIdentityProvider) SetUpdated(v time.Time)
- func (o *ConfigurableIdentityProvider) SetUserScripts(v []string)
- type ConfigurableIdentityProviderAllOf
- func (o *ConfigurableIdentityProviderAllOf) GetAdminProvider() bool
- func (o *ConfigurableIdentityProviderAllOf) GetAdminProviderOk() (*bool, bool)
- func (o *ConfigurableIdentityProviderAllOf) GetBlockLocalDnsRequests() bool
- func (o *ConfigurableIdentityProviderAllOf) GetBlockLocalDnsRequestsOk() (*bool, bool)
- func (o *ConfigurableIdentityProviderAllOf) GetDeviceLimitPerUser() int32
- func (o *ConfigurableIdentityProviderAllOf) GetDeviceLimitPerUserOk() (*int32, bool)
- func (o *ConfigurableIdentityProviderAllOf) GetEnforceWindowsNetworkProfileAsDomain() bool
- func (o *ConfigurableIdentityProviderAllOf) GetEnforceWindowsNetworkProfileAsDomainOk() (*bool, bool)
- func (o *ConfigurableIdentityProviderAllOf) GetInactivityTimeoutMinutes() int32
- func (o *ConfigurableIdentityProviderAllOf) GetInactivityTimeoutMinutesOk() (*int32, bool)
- func (o *ConfigurableIdentityProviderAllOf) GetNetworkInactivityTimeoutEnabled() bool
- func (o *ConfigurableIdentityProviderAllOf) GetNetworkInactivityTimeoutEnabledOk() (*bool, bool)
- func (o *ConfigurableIdentityProviderAllOf) GetOnBoarding2FA() ConfigurableIdentityProviderAllOfOnBoarding2FA
- func (o *ConfigurableIdentityProviderAllOf) GetOnBoarding2FAOk() (*ConfigurableIdentityProviderAllOfOnBoarding2FA, bool)
- func (o *ConfigurableIdentityProviderAllOf) GetOnDemandClaimMappings() []OnDemandClaimMappingsInner
- func (o *ConfigurableIdentityProviderAllOf) GetOnDemandClaimMappingsOk() ([]OnDemandClaimMappingsInner, bool)
- func (o *ConfigurableIdentityProviderAllOf) HasAdminProvider() bool
- func (o *ConfigurableIdentityProviderAllOf) HasBlockLocalDnsRequests() bool
- func (o *ConfigurableIdentityProviderAllOf) HasDeviceLimitPerUser() bool
- func (o *ConfigurableIdentityProviderAllOf) HasEnforceWindowsNetworkProfileAsDomain() bool
- func (o *ConfigurableIdentityProviderAllOf) HasInactivityTimeoutMinutes() bool
- func (o *ConfigurableIdentityProviderAllOf) HasNetworkInactivityTimeoutEnabled() bool
- func (o *ConfigurableIdentityProviderAllOf) HasOnBoarding2FA() bool
- func (o *ConfigurableIdentityProviderAllOf) HasOnDemandClaimMappings() bool
- func (o ConfigurableIdentityProviderAllOf) MarshalJSON() ([]byte, error)
- func (o *ConfigurableIdentityProviderAllOf) SetAdminProvider(v bool)
- func (o *ConfigurableIdentityProviderAllOf) SetBlockLocalDnsRequests(v bool)
- func (o *ConfigurableIdentityProviderAllOf) SetDeviceLimitPerUser(v int32)
- func (o *ConfigurableIdentityProviderAllOf) SetEnforceWindowsNetworkProfileAsDomain(v bool)
- func (o *ConfigurableIdentityProviderAllOf) SetInactivityTimeoutMinutes(v int32)
- func (o *ConfigurableIdentityProviderAllOf) SetNetworkInactivityTimeoutEnabled(v bool)
- func (o *ConfigurableIdentityProviderAllOf) SetOnBoarding2FA(v ConfigurableIdentityProviderAllOfOnBoarding2FA)
- func (o *ConfigurableIdentityProviderAllOf) SetOnDemandClaimMappings(v []OnDemandClaimMappingsInner)
- type ConfigurableIdentityProviderAllOfOnBoarding2FA
- func (o *ConfigurableIdentityProviderAllOfOnBoarding2FA) GetAlwaysRequired() bool
- func (o *ConfigurableIdentityProviderAllOfOnBoarding2FA) GetAlwaysRequiredOk() (*bool, bool)
- func (o *ConfigurableIdentityProviderAllOfOnBoarding2FA) GetClaimSuffix() string
- func (o *ConfigurableIdentityProviderAllOfOnBoarding2FA) GetClaimSuffixOk() (*string, bool)
- func (o *ConfigurableIdentityProviderAllOfOnBoarding2FA) GetDeviceLimitPerUser() int32
- func (o *ConfigurableIdentityProviderAllOfOnBoarding2FA) GetDeviceLimitPerUserOk() (*int32, bool)
- func (o *ConfigurableIdentityProviderAllOfOnBoarding2FA) GetMessage() string
- func (o *ConfigurableIdentityProviderAllOfOnBoarding2FA) GetMessageOk() (*string, bool)
- func (o *ConfigurableIdentityProviderAllOfOnBoarding2FA) GetMfaProviderId() string
- func (o *ConfigurableIdentityProviderAllOfOnBoarding2FA) GetMfaProviderIdOk() (*string, bool)
- func (o *ConfigurableIdentityProviderAllOfOnBoarding2FA) HasAlwaysRequired() bool
- func (o *ConfigurableIdentityProviderAllOfOnBoarding2FA) HasClaimSuffix() bool
- func (o *ConfigurableIdentityProviderAllOfOnBoarding2FA) HasDeviceLimitPerUser() bool
- func (o *ConfigurableIdentityProviderAllOfOnBoarding2FA) HasMessage() bool
- func (o ConfigurableIdentityProviderAllOfOnBoarding2FA) MarshalJSON() ([]byte, error)
- func (o *ConfigurableIdentityProviderAllOfOnBoarding2FA) SetAlwaysRequired(v bool)
- func (o *ConfigurableIdentityProviderAllOfOnBoarding2FA) SetClaimSuffix(v string)
- func (o *ConfigurableIdentityProviderAllOfOnBoarding2FA) SetDeviceLimitPerUser(v int32)
- func (o *ConfigurableIdentityProviderAllOfOnBoarding2FA) SetMessage(v string)
- func (o *ConfigurableIdentityProviderAllOfOnBoarding2FA) SetMfaProviderId(v string)
- type Configuration
- type ConnectorIdentityProviderList
- func (o *ConnectorIdentityProviderList) GetData() []ConnectorProvider
- func (o *ConnectorIdentityProviderList) GetDataOk() ([]ConnectorProvider, bool)
- func (o *ConnectorIdentityProviderList) GetDescending() bool
- func (o *ConnectorIdentityProviderList) GetDescendingOk() (*bool, bool)
- func (o *ConnectorIdentityProviderList) GetFilterBy() []FilterBy
- func (o *ConnectorIdentityProviderList) GetFilterByOk() ([]FilterBy, bool)
- func (o *ConnectorIdentityProviderList) GetOrderBy() string
- func (o *ConnectorIdentityProviderList) GetOrderByOk() (*string, bool)
- func (o *ConnectorIdentityProviderList) GetQueries() []string
- func (o *ConnectorIdentityProviderList) GetQueriesOk() ([]string, bool)
- func (o *ConnectorIdentityProviderList) GetQuery() string
- func (o *ConnectorIdentityProviderList) GetQueryOk() (*string, bool)
- func (o *ConnectorIdentityProviderList) GetRange() string
- func (o *ConnectorIdentityProviderList) GetRangeOk() (*string, bool)
- func (o *ConnectorIdentityProviderList) HasData() bool
- func (o *ConnectorIdentityProviderList) HasDescending() bool
- func (o *ConnectorIdentityProviderList) HasFilterBy() bool
- func (o *ConnectorIdentityProviderList) HasOrderBy() bool
- func (o *ConnectorIdentityProviderList) HasQueries() bool
- func (o *ConnectorIdentityProviderList) HasQuery() bool
- func (o *ConnectorIdentityProviderList) HasRange() bool
- func (o ConnectorIdentityProviderList) MarshalJSON() ([]byte, error)
- func (o *ConnectorIdentityProviderList) SetData(v []ConnectorProvider)
- func (o *ConnectorIdentityProviderList) SetDescending(v bool)
- func (o *ConnectorIdentityProviderList) SetFilterBy(v []FilterBy)
- func (o *ConnectorIdentityProviderList) SetOrderBy(v string)
- func (o *ConnectorIdentityProviderList) SetQueries(v []string)
- func (o *ConnectorIdentityProviderList) SetQuery(v string)
- func (o *ConnectorIdentityProviderList) SetRange(v string)
- type ConnectorIdentityProvidersApiService
- func (a *ConnectorIdentityProvidersApiService) IdentityProvidersGet(ctx context.Context) ApiConnectorIdentityProvidersGetRequest
- func (a *ConnectorIdentityProvidersApiService) IdentityProvidersGetExecute(r ApiConnectorIdentityProvidersGetRequest) (*ConnectorIdentityProviderList, *http.Response, error)
- func (a *ConnectorIdentityProvidersApiService) IdentityProvidersIdAttributesPost(ctx context.Context, id string) ApiConnectorIdentityProvidersIdAttributesPostRequest
- func (a *ConnectorIdentityProvidersApiService) IdentityProvidersIdAttributesPostExecute(r ApiConnectorIdentityProvidersIdAttributesPostRequest) (*IdentityProvidersIdAttributesPost200Response, *http.Response, error)
- func (a *ConnectorIdentityProvidersApiService) IdentityProvidersIdDelete(ctx context.Context, id string) ApiConnectorIdentityProvidersIdDeleteRequest
- func (a *ConnectorIdentityProvidersApiService) IdentityProvidersIdDeleteExecute(r ApiConnectorIdentityProvidersIdDeleteRequest) (*http.Response, error)
- func (a *ConnectorIdentityProvidersApiService) IdentityProvidersIdGet(ctx context.Context, id string) ApiConnectorIdentityProvidersIdGetRequest
- func (a *ConnectorIdentityProvidersApiService) IdentityProvidersIdGetExecute(r ApiConnectorIdentityProvidersIdGetRequest) (*ConnectorProvider, *http.Response, error)
- func (a *ConnectorIdentityProvidersApiService) IdentityProvidersIdPut(ctx context.Context, id string) ApiConnectorIdentityProvidersIdPutRequest
- func (a *ConnectorIdentityProvidersApiService) IdentityProvidersIdPutExecute(r ApiConnectorIdentityProvidersIdPutRequest) (*ConnectorProvider, *http.Response, error)
- func (a *ConnectorIdentityProvidersApiService) IdentityProvidersPost(ctx context.Context) ApiConnectorIdentityProvidersPostRequest
- func (a *ConnectorIdentityProvidersApiService) IdentityProvidersPostExecute(r ApiConnectorIdentityProvidersPostRequest) (*ConnectorProvider, *http.Response, error)
- func (a *ConnectorIdentityProvidersApiService) IdentityProvidersTestPost(ctx context.Context) ApiConnectorIdentityProvidersTestPostRequest
- func (a *ConnectorIdentityProvidersApiService) IdentityProvidersTestPostExecute(r ApiConnectorIdentityProvidersTestPostRequest) (*IdentityProvidersTestPost200Response, *http.Response, error)
- type ConnectorProvider
- func (o *ConnectorProvider) GetClaimMappings() []ClaimMappingsInner
- func (o *ConnectorProvider) GetClaimMappingsOk() ([]ClaimMappingsInner, bool)
- func (o *ConnectorProvider) GetCreated() time.Time
- func (o *ConnectorProvider) GetCreatedOk() (*time.Time, bool)
- func (o *ConnectorProvider) GetId() string
- func (o *ConnectorProvider) GetIdOk() (*string, bool)
- func (o *ConnectorProvider) GetIpPoolV4() string
- func (o *ConnectorProvider) GetIpPoolV4Ok() (*string, bool)
- func (o *ConnectorProvider) GetIpPoolV6() string
- func (o *ConnectorProvider) GetIpPoolV6Ok() (*string, bool)
- func (o *ConnectorProvider) GetName() string
- func (o *ConnectorProvider) GetNameOk() (*string, bool)
- func (o *ConnectorProvider) GetNotes() string
- func (o *ConnectorProvider) GetNotesOk() (*string, bool)
- func (o *ConnectorProvider) GetTags() []string
- func (o *ConnectorProvider) GetTagsOk() ([]string, bool)
- func (o *ConnectorProvider) GetType() string
- func (o *ConnectorProvider) GetTypeOk() (*string, bool)
- func (o *ConnectorProvider) GetUpdated() time.Time
- func (o *ConnectorProvider) GetUpdatedOk() (*time.Time, bool)
- func (o *ConnectorProvider) GetUserScripts() []string
- func (o *ConnectorProvider) GetUserScriptsOk() ([]string, bool)
- func (o *ConnectorProvider) HasClaimMappings() bool
- func (o *ConnectorProvider) HasCreated() bool
- func (o *ConnectorProvider) HasId() bool
- func (o *ConnectorProvider) HasIpPoolV4() bool
- func (o *ConnectorProvider) HasIpPoolV6() bool
- func (o *ConnectorProvider) HasNotes() bool
- func (o *ConnectorProvider) HasTags() bool
- func (o *ConnectorProvider) HasUpdated() bool
- func (o *ConnectorProvider) HasUserScripts() bool
- func (o ConnectorProvider) MarshalJSON() ([]byte, error)
- func (o *ConnectorProvider) SetClaimMappings(v []ClaimMappingsInner)
- func (o *ConnectorProvider) SetCreated(v time.Time)
- func (o *ConnectorProvider) SetId(v string)
- func (o *ConnectorProvider) SetIpPoolV4(v string)
- func (o *ConnectorProvider) SetIpPoolV6(v string)
- func (o *ConnectorProvider) SetName(v string)
- func (o *ConnectorProvider) SetNotes(v string)
- func (o *ConnectorProvider) SetTags(v []string)
- func (o *ConnectorProvider) SetType(v string)
- func (o *ConnectorProvider) SetUpdated(v time.Time)
- func (o *ConnectorProvider) SetUserScripts(v []string)
- type ControllerRole
- func (o *ControllerRole) GetDetails() string
- func (o *ControllerRole) GetDetailsOk() (*string, bool)
- func (o *ControllerRole) GetMaintenanceMode() bool
- func (o *ControllerRole) GetMaintenanceModeOk() (*bool, bool)
- func (o *ControllerRole) GetStatus() string
- func (o *ControllerRole) GetStatusOk() (*string, bool)
- func (o *ControllerRole) HasDetails() bool
- func (o *ControllerRole) HasMaintenanceMode() bool
- func (o *ControllerRole) HasStatus() bool
- func (o ControllerRole) MarshalJSON() ([]byte, error)
- func (o *ControllerRole) SetDetails(v string)
- func (o *ControllerRole) SetMaintenanceMode(v bool)
- func (o *ControllerRole) SetStatus(v string)
- type ControllerRoleAllOf
- type CriteriaScript
- func (o *CriteriaScript) GetCreated() time.Time
- func (o *CriteriaScript) GetCreatedOk() (*time.Time, bool)
- func (o *CriteriaScript) GetExpression() string
- func (o *CriteriaScript) GetExpressionOk() (*string, bool)
- func (o *CriteriaScript) GetId() string
- func (o *CriteriaScript) GetIdOk() (*string, bool)
- func (o *CriteriaScript) GetName() string
- func (o *CriteriaScript) GetNameOk() (*string, bool)
- func (o *CriteriaScript) GetNotes() string
- func (o *CriteriaScript) GetNotesOk() (*string, bool)
- func (o *CriteriaScript) GetTags() []string
- func (o *CriteriaScript) GetTagsOk() ([]string, bool)
- func (o *CriteriaScript) GetUpdated() time.Time
- func (o *CriteriaScript) GetUpdatedOk() (*time.Time, bool)
- func (o *CriteriaScript) HasCreated() bool
- func (o *CriteriaScript) HasId() bool
- func (o *CriteriaScript) HasNotes() bool
- func (o *CriteriaScript) HasTags() bool
- func (o *CriteriaScript) HasUpdated() bool
- func (o CriteriaScript) MarshalJSON() ([]byte, error)
- func (o *CriteriaScript) SetCreated(v time.Time)
- func (o *CriteriaScript) SetExpression(v string)
- func (o *CriteriaScript) SetId(v string)
- func (o *CriteriaScript) SetName(v string)
- func (o *CriteriaScript) SetNotes(v string)
- func (o *CriteriaScript) SetTags(v []string)
- func (o *CriteriaScript) SetUpdated(v time.Time)
- type CriteriaScriptAllOf
- type CriteriaScriptList
- func (o *CriteriaScriptList) GetData() []CriteriaScript
- func (o *CriteriaScriptList) GetDataOk() ([]CriteriaScript, bool)
- func (o *CriteriaScriptList) GetDescending() bool
- func (o *CriteriaScriptList) GetDescendingOk() (*bool, bool)
- func (o *CriteriaScriptList) GetFilterBy() []FilterBy
- func (o *CriteriaScriptList) GetFilterByOk() ([]FilterBy, bool)
- func (o *CriteriaScriptList) GetOrderBy() string
- func (o *CriteriaScriptList) GetOrderByOk() (*string, bool)
- func (o *CriteriaScriptList) GetQueries() []string
- func (o *CriteriaScriptList) GetQueriesOk() ([]string, bool)
- func (o *CriteriaScriptList) GetRange() string
- func (o *CriteriaScriptList) GetRangeOk() (*string, bool)
- func (o *CriteriaScriptList) HasData() bool
- func (o *CriteriaScriptList) HasDescending() bool
- func (o *CriteriaScriptList) HasFilterBy() bool
- func (o *CriteriaScriptList) HasOrderBy() bool
- func (o *CriteriaScriptList) HasQueries() bool
- func (o *CriteriaScriptList) HasRange() bool
- func (o CriteriaScriptList) MarshalJSON() ([]byte, error)
- func (o *CriteriaScriptList) SetData(v []CriteriaScript)
- func (o *CriteriaScriptList) SetDescending(v bool)
- func (o *CriteriaScriptList) SetFilterBy(v []FilterBy)
- func (o *CriteriaScriptList) SetOrderBy(v string)
- func (o *CriteriaScriptList) SetQueries(v []string)
- func (o *CriteriaScriptList) SetRange(v string)
- type CriteriaScriptListAllOf
- func (o *CriteriaScriptListAllOf) GetData() []CriteriaScript
- func (o *CriteriaScriptListAllOf) GetDataOk() ([]CriteriaScript, bool)
- func (o *CriteriaScriptListAllOf) HasData() bool
- func (o CriteriaScriptListAllOf) MarshalJSON() ([]byte, error)
- func (o *CriteriaScriptListAllOf) SetData(v []CriteriaScript)
- type CriteriaScriptsApiService
- func (a *CriteriaScriptsApiService) CriteriaScriptsGet(ctx context.Context) ApiCriteriaScriptsGetRequest
- func (a *CriteriaScriptsApiService) CriteriaScriptsGetExecute(r ApiCriteriaScriptsGetRequest) (*CriteriaScriptList, *http.Response, error)
- func (a *CriteriaScriptsApiService) CriteriaScriptsIdDelete(ctx context.Context, id string) ApiCriteriaScriptsIdDeleteRequest
- func (a *CriteriaScriptsApiService) CriteriaScriptsIdDeleteExecute(r ApiCriteriaScriptsIdDeleteRequest) (*http.Response, error)
- func (a *CriteriaScriptsApiService) CriteriaScriptsIdGet(ctx context.Context, id string) ApiCriteriaScriptsIdGetRequest
- func (a *CriteriaScriptsApiService) CriteriaScriptsIdGetExecute(r ApiCriteriaScriptsIdGetRequest) (*CriteriaScript, *http.Response, error)
- func (a *CriteriaScriptsApiService) CriteriaScriptsIdPut(ctx context.Context, id string) ApiCriteriaScriptsIdPutRequest
- func (a *CriteriaScriptsApiService) CriteriaScriptsIdPutExecute(r ApiCriteriaScriptsIdPutRequest) (*CriteriaScript, *http.Response, error)
- func (a *CriteriaScriptsApiService) CriteriaScriptsPost(ctx context.Context) ApiCriteriaScriptsPostRequest
- func (a *CriteriaScriptsApiService) CriteriaScriptsPostExecute(r ApiCriteriaScriptsPostRequest) (*CriteriaScript, *http.Response, error)
- type DefaultTimeBasedOTPProviderSeedsApiService
- func (a *DefaultTimeBasedOTPProviderSeedsApiService) OtpSeedsDistinguishedNameDelete(ctx context.Context, distinguishedName string) ApiOtpSeedsDistinguishedNameDeleteRequest
- func (a *DefaultTimeBasedOTPProviderSeedsApiService) OtpSeedsDistinguishedNameDeleteExecute(r ApiOtpSeedsDistinguishedNameDeleteRequest) (*http.Response, error)
- func (a *DefaultTimeBasedOTPProviderSeedsApiService) OtpSeedsGet(ctx context.Context) ApiOtpSeedsGetRequest
- func (a *DefaultTimeBasedOTPProviderSeedsApiService) OtpSeedsGetExecute(r ApiOtpSeedsGetRequest) (*OtpSeedList, *http.Response, error)
- type DeviceAndUser
- func (o *DeviceAndUser) GetDeviceId() string
- func (o *DeviceAndUser) GetDeviceIdOk() (*string, bool)
- func (o *DeviceAndUser) GetDistinguishedName() string
- func (o *DeviceAndUser) GetDistinguishedNameOk() (*string, bool)
- func (o *DeviceAndUser) GetProviderName() string
- func (o *DeviceAndUser) GetProviderNameOk() (*string, bool)
- func (o *DeviceAndUser) GetUsername() string
- func (o *DeviceAndUser) GetUsernameOk() (*string, bool)
- func (o *DeviceAndUser) HasDeviceId() bool
- func (o *DeviceAndUser) HasDistinguishedName() bool
- func (o *DeviceAndUser) HasProviderName() bool
- func (o *DeviceAndUser) HasUsername() bool
- func (o DeviceAndUser) MarshalJSON() ([]byte, error)
- func (o *DeviceAndUser) SetDeviceId(v string)
- func (o *DeviceAndUser) SetDistinguishedName(v string)
- func (o *DeviceAndUser) SetProviderName(v string)
- func (o *DeviceAndUser) SetUsername(v string)
- type DeviceClaimScriptsApiService
- func (a *DeviceClaimScriptsApiService) DeviceScriptsDownloadIdGet(ctx context.Context, id string) ApiDeviceScriptsDownloadIdGetRequest
- func (a *DeviceClaimScriptsApiService) DeviceScriptsDownloadIdGetExecute(r ApiDeviceScriptsDownloadIdGetRequest) (*DeviceScriptsDownloadIdGet200Response, *http.Response, error)
- func (a *DeviceClaimScriptsApiService) DeviceScriptsGet(ctx context.Context) ApiDeviceScriptsGetRequest
- func (a *DeviceClaimScriptsApiService) DeviceScriptsGetExecute(r ApiDeviceScriptsGetRequest) (*DeviceScriptList, *http.Response, error)
- func (a *DeviceClaimScriptsApiService) DeviceScriptsIdDelete(ctx context.Context, id string) ApiDeviceScriptsIdDeleteRequest
- func (a *DeviceClaimScriptsApiService) DeviceScriptsIdDeleteExecute(r ApiDeviceScriptsIdDeleteRequest) (*http.Response, error)
- func (a *DeviceClaimScriptsApiService) DeviceScriptsIdGet(ctx context.Context, id string) ApiDeviceScriptsIdGetRequest
- func (a *DeviceClaimScriptsApiService) DeviceScriptsIdGetExecute(r ApiDeviceScriptsIdGetRequest) (*DeviceScript, *http.Response, error)
- func (a *DeviceClaimScriptsApiService) DeviceScriptsIdPut(ctx context.Context, id string) ApiDeviceScriptsIdPutRequest
- func (a *DeviceClaimScriptsApiService) DeviceScriptsIdPutExecute(r ApiDeviceScriptsIdPutRequest) (*DeviceScript, *http.Response, error)
- func (a *DeviceClaimScriptsApiService) DeviceScriptsPost(ctx context.Context) ApiDeviceScriptsPostRequest
- func (a *DeviceClaimScriptsApiService) DeviceScriptsPostExecute(r ApiDeviceScriptsPostRequest) (*DeviceScript, *http.Response, error)
- type DeviceScript
- func (o *DeviceScript) GetChecksumSha256() string
- func (o *DeviceScript) GetChecksumSha256Ok() (*string, bool)
- func (o *DeviceScript) GetCreated() time.Time
- func (o *DeviceScript) GetCreatedOk() (*time.Time, bool)
- func (o *DeviceScript) GetFile() string
- func (o *DeviceScript) GetFileOk() (*string, bool)
- func (o *DeviceScript) GetFilename() string
- func (o *DeviceScript) GetFilenameOk() (*string, bool)
- func (o *DeviceScript) GetId() string
- func (o *DeviceScript) GetIdOk() (*string, bool)
- func (o *DeviceScript) GetName() string
- func (o *DeviceScript) GetNameOk() (*string, bool)
- func (o *DeviceScript) GetNotes() string
- func (o *DeviceScript) GetNotesOk() (*string, bool)
- func (o *DeviceScript) GetTags() []string
- func (o *DeviceScript) GetTagsOk() ([]string, bool)
- func (o *DeviceScript) GetUpdated() time.Time
- func (o *DeviceScript) GetUpdatedOk() (*time.Time, bool)
- func (o *DeviceScript) HasChecksumSha256() bool
- func (o *DeviceScript) HasCreated() bool
- func (o *DeviceScript) HasFile() bool
- func (o *DeviceScript) HasId() bool
- func (o *DeviceScript) HasNotes() bool
- func (o *DeviceScript) HasTags() bool
- func (o *DeviceScript) HasUpdated() bool
- func (o DeviceScript) MarshalJSON() ([]byte, error)
- func (o *DeviceScript) SetChecksumSha256(v string)
- func (o *DeviceScript) SetCreated(v time.Time)
- func (o *DeviceScript) SetFile(v string)
- func (o *DeviceScript) SetFilename(v string)
- func (o *DeviceScript) SetId(v string)
- func (o *DeviceScript) SetName(v string)
- func (o *DeviceScript) SetNotes(v string)
- func (o *DeviceScript) SetTags(v []string)
- func (o *DeviceScript) SetUpdated(v time.Time)
- type DeviceScriptAllOf
- func (o *DeviceScriptAllOf) GetChecksumSha256() string
- func (o *DeviceScriptAllOf) GetChecksumSha256Ok() (*string, bool)
- func (o *DeviceScriptAllOf) GetFile() string
- func (o *DeviceScriptAllOf) GetFileOk() (*string, bool)
- func (o *DeviceScriptAllOf) GetFilename() string
- func (o *DeviceScriptAllOf) GetFilenameOk() (*string, bool)
- func (o *DeviceScriptAllOf) HasChecksumSha256() bool
- func (o *DeviceScriptAllOf) HasFile() bool
- func (o DeviceScriptAllOf) MarshalJSON() ([]byte, error)
- func (o *DeviceScriptAllOf) SetChecksumSha256(v string)
- func (o *DeviceScriptAllOf) SetFile(v string)
- func (o *DeviceScriptAllOf) SetFilename(v string)
- type DeviceScriptList
- func (o *DeviceScriptList) GetData() []DeviceScript
- func (o *DeviceScriptList) GetDataOk() ([]DeviceScript, bool)
- func (o *DeviceScriptList) GetDescending() bool
- func (o *DeviceScriptList) GetDescendingOk() (*bool, bool)
- func (o *DeviceScriptList) GetFilterBy() []FilterBy
- func (o *DeviceScriptList) GetFilterByOk() ([]FilterBy, bool)
- func (o *DeviceScriptList) GetOrderBy() string
- func (o *DeviceScriptList) GetOrderByOk() (*string, bool)
- func (o *DeviceScriptList) GetQueries() []string
- func (o *DeviceScriptList) GetQueriesOk() ([]string, bool)
- func (o *DeviceScriptList) GetRange() string
- func (o *DeviceScriptList) GetRangeOk() (*string, bool)
- func (o *DeviceScriptList) HasData() bool
- func (o *DeviceScriptList) HasDescending() bool
- func (o *DeviceScriptList) HasFilterBy() bool
- func (o *DeviceScriptList) HasOrderBy() bool
- func (o *DeviceScriptList) HasQueries() bool
- func (o *DeviceScriptList) HasRange() bool
- func (o DeviceScriptList) MarshalJSON() ([]byte, error)
- func (o *DeviceScriptList) SetData(v []DeviceScript)
- func (o *DeviceScriptList) SetDescending(v bool)
- func (o *DeviceScriptList) SetFilterBy(v []FilterBy)
- func (o *DeviceScriptList) SetOrderBy(v string)
- func (o *DeviceScriptList) SetQueries(v []string)
- func (o *DeviceScriptList) SetRange(v string)
- type DeviceScriptListAllOf
- type DeviceScriptsDownloadIdGet200Response
- func (o *DeviceScriptsDownloadIdGet200Response) GetFile() string
- func (o *DeviceScriptsDownloadIdGet200Response) GetFileOk() (*string, bool)
- func (o *DeviceScriptsDownloadIdGet200Response) GetFilename() string
- func (o *DeviceScriptsDownloadIdGet200Response) GetFilenameOk() (*string, bool)
- func (o *DeviceScriptsDownloadIdGet200Response) GetName() string
- func (o *DeviceScriptsDownloadIdGet200Response) GetNameOk() (*string, bool)
- func (o *DeviceScriptsDownloadIdGet200Response) HasFile() bool
- func (o *DeviceScriptsDownloadIdGet200Response) HasFilename() bool
- func (o *DeviceScriptsDownloadIdGet200Response) HasName() bool
- func (o DeviceScriptsDownloadIdGet200Response) MarshalJSON() ([]byte, error)
- func (o *DeviceScriptsDownloadIdGet200Response) SetFile(v string)
- func (o *DeviceScriptsDownloadIdGet200Response) SetFilename(v string)
- func (o *DeviceScriptsDownloadIdGet200Response) SetName(v string)
- type DevicesOnBoardedPerHourApiService
- type DiscoveredAppsApiService
- type DistinguishedName
- func (o *DistinguishedName) GetDeviceId() string
- func (o *DistinguishedName) GetDeviceIdOk() (*string, bool)
- func (o *DistinguishedName) GetDistinguishedName() string
- func (o *DistinguishedName) GetDistinguishedNameOk() (*string, bool)
- func (o *DistinguishedName) GetHostname() string
- func (o *DistinguishedName) GetHostnameOk() (*string, bool)
- func (o *DistinguishedName) GetLastTokenIssuedAt() string
- func (o *DistinguishedName) GetLastTokenIssuedAtOk() (*string, bool)
- func (o *DistinguishedName) GetProviderName() string
- func (o *DistinguishedName) GetProviderNameOk() (*string, bool)
- func (o *DistinguishedName) GetUsername() string
- func (o *DistinguishedName) GetUsernameOk() (*string, bool)
- func (o *DistinguishedName) HasDeviceId() bool
- func (o *DistinguishedName) HasDistinguishedName() bool
- func (o *DistinguishedName) HasHostname() bool
- func (o *DistinguishedName) HasLastTokenIssuedAt() bool
- func (o *DistinguishedName) HasProviderName() bool
- func (o *DistinguishedName) HasUsername() bool
- func (o DistinguishedName) MarshalJSON() ([]byte, error)
- func (o *DistinguishedName) SetDeviceId(v string)
- func (o *DistinguishedName) SetDistinguishedName(v string)
- func (o *DistinguishedName) SetHostname(v string)
- func (o *DistinguishedName) SetLastTokenIssuedAt(v string)
- func (o *DistinguishedName) SetProviderName(v string)
- func (o *DistinguishedName) SetUsername(v string)
- type DistinguishedNameAllOf
- func (o *DistinguishedNameAllOf) GetHostname() string
- func (o *DistinguishedNameAllOf) GetHostnameOk() (*string, bool)
- func (o *DistinguishedNameAllOf) GetLastTokenIssuedAt() string
- func (o *DistinguishedNameAllOf) GetLastTokenIssuedAtOk() (*string, bool)
- func (o *DistinguishedNameAllOf) HasHostname() bool
- func (o *DistinguishedNameAllOf) HasLastTokenIssuedAt() bool
- func (o DistinguishedNameAllOf) MarshalJSON() ([]byte, error)
- func (o *DistinguishedNameAllOf) SetHostname(v string)
- func (o *DistinguishedNameAllOf) SetLastTokenIssuedAt(v string)
- type DistinguishedNameList
- func (o *DistinguishedNameList) GetData() []DistinguishedName
- func (o *DistinguishedNameList) GetDataOk() ([]DistinguishedName, bool)
- func (o *DistinguishedNameList) GetDescending() bool
- func (o *DistinguishedNameList) GetDescendingOk() (*bool, bool)
- func (o *DistinguishedNameList) GetFilterBy() []FilterBy
- func (o *DistinguishedNameList) GetFilterByOk() ([]FilterBy, bool)
- func (o *DistinguishedNameList) GetOrderBy() string
- func (o *DistinguishedNameList) GetOrderByOk() (*string, bool)
- func (o *DistinguishedNameList) GetQueries() []string
- func (o *DistinguishedNameList) GetQueriesOk() ([]string, bool)
- func (o *DistinguishedNameList) GetRange() string
- func (o *DistinguishedNameList) GetRangeOk() (*string, bool)
- func (o *DistinguishedNameList) HasData() bool
- func (o *DistinguishedNameList) HasDescending() bool
- func (o *DistinguishedNameList) HasFilterBy() bool
- func (o *DistinguishedNameList) HasOrderBy() bool
- func (o *DistinguishedNameList) HasQueries() bool
- func (o *DistinguishedNameList) HasRange() bool
- func (o DistinguishedNameList) MarshalJSON() ([]byte, error)
- func (o *DistinguishedNameList) SetData(v []DistinguishedName)
- func (o *DistinguishedNameList) SetDescending(v bool)
- func (o *DistinguishedNameList) SetFilterBy(v []FilterBy)
- func (o *DistinguishedNameList) SetOrderBy(v string)
- func (o *DistinguishedNameList) SetQueries(v []string)
- func (o *DistinguishedNameList) SetRange(v string)
- type DistinguishedNameListAllOf
- func (o *DistinguishedNameListAllOf) GetData() []DistinguishedName
- func (o *DistinguishedNameListAllOf) GetDataOk() ([]DistinguishedName, bool)
- func (o *DistinguishedNameListAllOf) HasData() bool
- func (o DistinguishedNameListAllOf) MarshalJSON() ([]byte, error)
- func (o *DistinguishedNameListAllOf) SetData(v []DistinguishedName)
- type DnsSettings
- func (o *DnsSettings) GetDnsSearchDomains() []string
- func (o *DnsSettings) GetDnsSearchDomainsOk() ([]string, bool)
- func (o *DnsSettings) GetDnsServers() []string
- func (o *DnsSettings) GetDnsServersOk() ([]string, bool)
- func (o *DnsSettings) HasDnsSearchDomains() bool
- func (o *DnsSettings) HasDnsServers() bool
- func (o DnsSettings) MarshalJSON() ([]byte, error)
- func (o *DnsSettings) SetDnsSearchDomains(v []string)
- func (o *DnsSettings) SetDnsServers(v []string)
- type Elasticsearch
- func (o *Elasticsearch) GetAuthentication() ElasticsearchAllOfAuthentication
- func (o *Elasticsearch) GetAuthenticationOk() (*ElasticsearchAllOfAuthentication, bool)
- func (o *Elasticsearch) GetAwsId() string
- func (o *Elasticsearch) GetAwsIdOk() (*string, bool)
- func (o *Elasticsearch) GetAwsRegion() string
- func (o *Elasticsearch) GetAwsRegionOk() (*string, bool)
- func (o *Elasticsearch) GetAwsSecret() string
- func (o *Elasticsearch) GetAwsSecretOk() (*string, bool)
- func (o *Elasticsearch) GetCompatibilityMode() int32
- func (o *Elasticsearch) GetCompatibilityModeOk() (*int32, bool)
- func (o *Elasticsearch) GetRetentionDays() int32
- func (o *Elasticsearch) GetRetentionDaysOk() (*int32, bool)
- func (o *Elasticsearch) GetUrl() string
- func (o *Elasticsearch) GetUrlOk() (*string, bool)
- func (o *Elasticsearch) GetUseInstanceCredentials() bool
- func (o *Elasticsearch) GetUseInstanceCredentialsOk() (*bool, bool)
- func (o *Elasticsearch) HasAuthentication() bool
- func (o *Elasticsearch) HasAwsId() bool
- func (o *Elasticsearch) HasAwsRegion() bool
- func (o *Elasticsearch) HasAwsSecret() bool
- func (o *Elasticsearch) HasCompatibilityMode() bool
- func (o *Elasticsearch) HasRetentionDays() bool
- func (o *Elasticsearch) HasUseInstanceCredentials() bool
- func (o Elasticsearch) MarshalJSON() ([]byte, error)
- func (o *Elasticsearch) SetAuthentication(v ElasticsearchAllOfAuthentication)
- func (o *Elasticsearch) SetAwsId(v string)
- func (o *Elasticsearch) SetAwsRegion(v string)
- func (o *Elasticsearch) SetAwsSecret(v string)
- func (o *Elasticsearch) SetCompatibilityMode(v int32)
- func (o *Elasticsearch) SetRetentionDays(v int32)
- func (o *Elasticsearch) SetUrl(v string)
- func (o *Elasticsearch) SetUseInstanceCredentials(v bool)
- type ElasticsearchAllOf
- func (o *ElasticsearchAllOf) GetAuthentication() ElasticsearchAllOfAuthentication
- func (o *ElasticsearchAllOf) GetAuthenticationOk() (*ElasticsearchAllOfAuthentication, bool)
- func (o *ElasticsearchAllOf) GetCompatibilityMode() int32
- func (o *ElasticsearchAllOf) GetCompatibilityModeOk() (*int32, bool)
- func (o *ElasticsearchAllOf) GetRetentionDays() int32
- func (o *ElasticsearchAllOf) GetRetentionDaysOk() (*int32, bool)
- func (o *ElasticsearchAllOf) GetUrl() string
- func (o *ElasticsearchAllOf) GetUrlOk() (*string, bool)
- func (o *ElasticsearchAllOf) HasAuthentication() bool
- func (o *ElasticsearchAllOf) HasCompatibilityMode() bool
- func (o *ElasticsearchAllOf) HasRetentionDays() bool
- func (o ElasticsearchAllOf) MarshalJSON() ([]byte, error)
- func (o *ElasticsearchAllOf) SetAuthentication(v ElasticsearchAllOfAuthentication)
- func (o *ElasticsearchAllOf) SetCompatibilityMode(v int32)
- func (o *ElasticsearchAllOf) SetRetentionDays(v int32)
- func (o *ElasticsearchAllOf) SetUrl(v string)
- type ElasticsearchAllOfAuthentication
- func (o *ElasticsearchAllOfAuthentication) GetToken() string
- func (o *ElasticsearchAllOfAuthentication) GetTokenOk() (*string, bool)
- func (o *ElasticsearchAllOfAuthentication) GetType() string
- func (o *ElasticsearchAllOfAuthentication) GetTypeOk() (*string, bool)
- func (o ElasticsearchAllOfAuthentication) MarshalJSON() ([]byte, error)
- func (o *ElasticsearchAllOfAuthentication) SetToken(v string)
- func (o *ElasticsearchAllOfAuthentication) SetType(v string)
- type Entitlement
- func (o *Entitlement) GetActions() []EntitlementAllOfActions
- func (o *Entitlement) GetActionsOk() ([]EntitlementAllOfActions, bool)
- func (o *Entitlement) GetAppShortcutScripts() []string
- func (o *Entitlement) GetAppShortcutScriptsOk() ([]string, bool)
- func (o *Entitlement) GetAppShortcuts() []AppShortcut
- func (o *Entitlement) GetAppShortcutsOk() ([]AppShortcut, bool)
- func (o *Entitlement) GetConditionLogic() string
- func (o *Entitlement) GetConditionLogicOk() (*string, bool)
- func (o *Entitlement) GetConditions() []string
- func (o *Entitlement) GetConditionsOk() ([]string, bool)
- func (o *Entitlement) GetCreated() time.Time
- func (o *Entitlement) GetCreatedOk() (*time.Time, bool)
- func (o *Entitlement) GetDisabled() bool
- func (o *Entitlement) GetDisabledOk() (*bool, bool)
- func (o *Entitlement) GetId() string
- func (o *Entitlement) GetIdOk() (*string, bool)
- func (o *Entitlement) GetName() string
- func (o *Entitlement) GetNameOk() (*string, bool)
- func (o *Entitlement) GetNotes() string
- func (o *Entitlement) GetNotesOk() (*string, bool)
- func (o *Entitlement) GetRiskSensitivity() string
- func (o *Entitlement) GetRiskSensitivityOk() (*string, bool)
- func (o *Entitlement) GetSite() string
- func (o *Entitlement) GetSiteName() string
- func (o *Entitlement) GetSiteNameOk() (*string, bool)
- func (o *Entitlement) GetSiteOk() (*string, bool)
- func (o *Entitlement) GetTags() []string
- func (o *Entitlement) GetTagsOk() ([]string, bool)
- func (o *Entitlement) GetUpdated() time.Time
- func (o *Entitlement) GetUpdatedOk() (*time.Time, bool)
- func (o *Entitlement) HasAppShortcutScripts() bool
- func (o *Entitlement) HasAppShortcuts() bool
- func (o *Entitlement) HasConditionLogic() bool
- func (o *Entitlement) HasCreated() bool
- func (o *Entitlement) HasDisabled() bool
- func (o *Entitlement) HasId() bool
- func (o *Entitlement) HasNotes() bool
- func (o *Entitlement) HasRiskSensitivity() bool
- func (o *Entitlement) HasSiteName() bool
- func (o *Entitlement) HasTags() bool
- func (o *Entitlement) HasUpdated() bool
- func (o Entitlement) MarshalJSON() ([]byte, error)
- func (o *Entitlement) SetActions(v []EntitlementAllOfActions)
- func (o *Entitlement) SetAppShortcutScripts(v []string)
- func (o *Entitlement) SetAppShortcuts(v []AppShortcut)
- func (o *Entitlement) SetConditionLogic(v string)
- func (o *Entitlement) SetConditions(v []string)
- func (o *Entitlement) SetCreated(v time.Time)
- func (o *Entitlement) SetDisabled(v bool)
- func (o *Entitlement) SetId(v string)
- func (o *Entitlement) SetName(v string)
- func (o *Entitlement) SetNotes(v string)
- func (o *Entitlement) SetRiskSensitivity(v string)
- func (o *Entitlement) SetSite(v string)
- func (o *Entitlement) SetSiteName(v string)
- func (o *Entitlement) SetTags(v []string)
- func (o *Entitlement) SetUpdated(v time.Time)
- type EntitlementAllOf
- func (o *EntitlementAllOf) GetActions() []EntitlementAllOfActions
- func (o *EntitlementAllOf) GetActionsOk() ([]EntitlementAllOfActions, bool)
- func (o *EntitlementAllOf) GetAppShortcutScripts() []string
- func (o *EntitlementAllOf) GetAppShortcutScriptsOk() ([]string, bool)
- func (o *EntitlementAllOf) GetAppShortcuts() []AppShortcut
- func (o *EntitlementAllOf) GetAppShortcutsOk() ([]AppShortcut, bool)
- func (o *EntitlementAllOf) GetConditionLogic() string
- func (o *EntitlementAllOf) GetConditionLogicOk() (*string, bool)
- func (o *EntitlementAllOf) GetConditions() []string
- func (o *EntitlementAllOf) GetConditionsOk() ([]string, bool)
- func (o *EntitlementAllOf) GetDisabled() bool
- func (o *EntitlementAllOf) GetDisabledOk() (*bool, bool)
- func (o *EntitlementAllOf) GetRiskSensitivity() string
- func (o *EntitlementAllOf) GetRiskSensitivityOk() (*string, bool)
- func (o *EntitlementAllOf) GetSite() string
- func (o *EntitlementAllOf) GetSiteName() string
- func (o *EntitlementAllOf) GetSiteNameOk() (*string, bool)
- func (o *EntitlementAllOf) GetSiteOk() (*string, bool)
- func (o *EntitlementAllOf) HasAppShortcutScripts() bool
- func (o *EntitlementAllOf) HasAppShortcuts() bool
- func (o *EntitlementAllOf) HasConditionLogic() bool
- func (o *EntitlementAllOf) HasDisabled() bool
- func (o *EntitlementAllOf) HasRiskSensitivity() bool
- func (o *EntitlementAllOf) HasSiteName() bool
- func (o EntitlementAllOf) MarshalJSON() ([]byte, error)
- func (o *EntitlementAllOf) SetActions(v []EntitlementAllOfActions)
- func (o *EntitlementAllOf) SetAppShortcutScripts(v []string)
- func (o *EntitlementAllOf) SetAppShortcuts(v []AppShortcut)
- func (o *EntitlementAllOf) SetConditionLogic(v string)
- func (o *EntitlementAllOf) SetConditions(v []string)
- func (o *EntitlementAllOf) SetDisabled(v bool)
- func (o *EntitlementAllOf) SetRiskSensitivity(v string)
- func (o *EntitlementAllOf) SetSite(v string)
- func (o *EntitlementAllOf) SetSiteName(v string)
- type EntitlementAllOfActions
- func (o *EntitlementAllOfActions) GetAction() string
- func (o *EntitlementAllOfActions) GetActionOk() (*string, bool)
- func (o *EntitlementAllOfActions) GetHosts() []string
- func (o *EntitlementAllOfActions) GetHostsOk() ([]string, bool)
- func (o *EntitlementAllOfActions) GetMethods() []string
- func (o *EntitlementAllOfActions) GetMethodsOk() ([]string, bool)
- func (o *EntitlementAllOfActions) GetMonitor() EntitlementAllOfMonitor
- func (o *EntitlementAllOfActions) GetMonitorOk() (*EntitlementAllOfMonitor, bool)
- func (o *EntitlementAllOfActions) GetPorts() []string
- func (o *EntitlementAllOfActions) GetPortsOk() ([]string, bool)
- func (o *EntitlementAllOfActions) GetSubtype() string
- func (o *EntitlementAllOfActions) GetSubtypeOk() (*string, bool)
- func (o *EntitlementAllOfActions) GetTypes() []string
- func (o *EntitlementAllOfActions) GetTypesOk() ([]string, bool)
- func (o *EntitlementAllOfActions) HasMethods() bool
- func (o *EntitlementAllOfActions) HasMonitor() bool
- func (o *EntitlementAllOfActions) HasPorts() bool
- func (o *EntitlementAllOfActions) HasSubtype() bool
- func (o *EntitlementAllOfActions) HasTypes() bool
- func (o EntitlementAllOfActions) MarshalJSON() ([]byte, error)
- func (o *EntitlementAllOfActions) SetAction(v string)
- func (o *EntitlementAllOfActions) SetHosts(v []string)
- func (o *EntitlementAllOfActions) SetMethods(v []string)
- func (o *EntitlementAllOfActions) SetMonitor(v EntitlementAllOfMonitor)
- func (o *EntitlementAllOfActions) SetPorts(v []string)
- func (o *EntitlementAllOfActions) SetSubtype(v string)
- func (o *EntitlementAllOfActions) SetTypes(v []string)
- type EntitlementAllOfMonitor
- func (o *EntitlementAllOfMonitor) GetEnabled() bool
- func (o *EntitlementAllOfMonitor) GetEnabledOk() (*bool, bool)
- func (o *EntitlementAllOfMonitor) GetTimeout() int32
- func (o *EntitlementAllOfMonitor) GetTimeoutOk() (*int32, bool)
- func (o *EntitlementAllOfMonitor) HasEnabled() bool
- func (o *EntitlementAllOfMonitor) HasTimeout() bool
- func (o EntitlementAllOfMonitor) MarshalJSON() ([]byte, error)
- func (o *EntitlementAllOfMonitor) SetEnabled(v bool)
- func (o *EntitlementAllOfMonitor) SetTimeout(v int32)
- type EntitlementList
- func (o *EntitlementList) GetData() []Entitlement
- func (o *EntitlementList) GetDataOk() ([]Entitlement, bool)
- func (o *EntitlementList) GetDescending() bool
- func (o *EntitlementList) GetDescendingOk() (*bool, bool)
- func (o *EntitlementList) GetFilterBy() []FilterBy
- func (o *EntitlementList) GetFilterByOk() ([]FilterBy, bool)
- func (o *EntitlementList) GetOrderBy() string
- func (o *EntitlementList) GetOrderByOk() (*string, bool)
- func (o *EntitlementList) GetQueries() []string
- func (o *EntitlementList) GetQueriesOk() ([]string, bool)
- func (o *EntitlementList) GetRange() string
- func (o *EntitlementList) GetRangeOk() (*string, bool)
- func (o *EntitlementList) HasData() bool
- func (o *EntitlementList) HasDescending() bool
- func (o *EntitlementList) HasFilterBy() bool
- func (o *EntitlementList) HasOrderBy() bool
- func (o *EntitlementList) HasQueries() bool
- func (o *EntitlementList) HasRange() bool
- func (o EntitlementList) MarshalJSON() ([]byte, error)
- func (o *EntitlementList) SetData(v []Entitlement)
- func (o *EntitlementList) SetDescending(v bool)
- func (o *EntitlementList) SetFilterBy(v []FilterBy)
- func (o *EntitlementList) SetOrderBy(v string)
- func (o *EntitlementList) SetQueries(v []string)
- func (o *EntitlementList) SetRange(v string)
- type EntitlementListAllOf
- type EntitlementScript
- func (o *EntitlementScript) GetCreated() time.Time
- func (o *EntitlementScript) GetCreatedOk() (*time.Time, bool)
- func (o *EntitlementScript) GetExpression() string
- func (o *EntitlementScript) GetExpressionOk() (*string, bool)
- func (o *EntitlementScript) GetId() string
- func (o *EntitlementScript) GetIdOk() (*string, bool)
- func (o *EntitlementScript) GetName() string
- func (o *EntitlementScript) GetNameOk() (*string, bool)
- func (o *EntitlementScript) GetNotes() string
- func (o *EntitlementScript) GetNotesOk() (*string, bool)
- func (o *EntitlementScript) GetTags() []string
- func (o *EntitlementScript) GetTagsOk() ([]string, bool)
- func (o *EntitlementScript) GetType() string
- func (o *EntitlementScript) GetTypeOk() (*string, bool)
- func (o *EntitlementScript) GetUpdated() time.Time
- func (o *EntitlementScript) GetUpdatedOk() (*time.Time, bool)
- func (o *EntitlementScript) HasCreated() bool
- func (o *EntitlementScript) HasId() bool
- func (o *EntitlementScript) HasNotes() bool
- func (o *EntitlementScript) HasTags() bool
- func (o *EntitlementScript) HasType() bool
- func (o *EntitlementScript) HasUpdated() bool
- func (o EntitlementScript) MarshalJSON() ([]byte, error)
- func (o *EntitlementScript) SetCreated(v time.Time)
- func (o *EntitlementScript) SetExpression(v string)
- func (o *EntitlementScript) SetId(v string)
- func (o *EntitlementScript) SetName(v string)
- func (o *EntitlementScript) SetNotes(v string)
- func (o *EntitlementScript) SetTags(v []string)
- func (o *EntitlementScript) SetType(v string)
- func (o *EntitlementScript) SetUpdated(v time.Time)
- type EntitlementScriptAllOf
- func (o *EntitlementScriptAllOf) GetExpression() string
- func (o *EntitlementScriptAllOf) GetExpressionOk() (*string, bool)
- func (o *EntitlementScriptAllOf) GetType() string
- func (o *EntitlementScriptAllOf) GetTypeOk() (*string, bool)
- func (o *EntitlementScriptAllOf) HasType() bool
- func (o EntitlementScriptAllOf) MarshalJSON() ([]byte, error)
- func (o *EntitlementScriptAllOf) SetExpression(v string)
- func (o *EntitlementScriptAllOf) SetType(v string)
- type EntitlementScriptList
- func (o *EntitlementScriptList) GetData() []EntitlementScript
- func (o *EntitlementScriptList) GetDataOk() ([]EntitlementScript, bool)
- func (o *EntitlementScriptList) GetDescending() bool
- func (o *EntitlementScriptList) GetDescendingOk() (*bool, bool)
- func (o *EntitlementScriptList) GetFilterBy() []FilterBy
- func (o *EntitlementScriptList) GetFilterByOk() ([]FilterBy, bool)
- func (o *EntitlementScriptList) GetOrderBy() string
- func (o *EntitlementScriptList) GetOrderByOk() (*string, bool)
- func (o *EntitlementScriptList) GetQueries() []string
- func (o *EntitlementScriptList) GetQueriesOk() ([]string, bool)
- func (o *EntitlementScriptList) GetRange() string
- func (o *EntitlementScriptList) GetRangeOk() (*string, bool)
- func (o *EntitlementScriptList) HasData() bool
- func (o *EntitlementScriptList) HasDescending() bool
- func (o *EntitlementScriptList) HasFilterBy() bool
- func (o *EntitlementScriptList) HasOrderBy() bool
- func (o *EntitlementScriptList) HasQueries() bool
- func (o *EntitlementScriptList) HasRange() bool
- func (o EntitlementScriptList) MarshalJSON() ([]byte, error)
- func (o *EntitlementScriptList) SetData(v []EntitlementScript)
- func (o *EntitlementScriptList) SetDescending(v bool)
- func (o *EntitlementScriptList) SetFilterBy(v []FilterBy)
- func (o *EntitlementScriptList) SetOrderBy(v string)
- func (o *EntitlementScriptList) SetQueries(v []string)
- func (o *EntitlementScriptList) SetRange(v string)
- type EntitlementScriptListAllOf
- func (o *EntitlementScriptListAllOf) GetData() []EntitlementScript
- func (o *EntitlementScriptListAllOf) GetDataOk() ([]EntitlementScript, bool)
- func (o *EntitlementScriptListAllOf) HasData() bool
- func (o EntitlementScriptListAllOf) MarshalJSON() ([]byte, error)
- func (o *EntitlementScriptListAllOf) SetData(v []EntitlementScript)
- type EntitlementScriptTestResult
- func (o *EntitlementScriptTestResult) GetError() string
- func (o *EntitlementScriptTestResult) GetErrorOk() (*string, bool)
- func (o *EntitlementScriptTestResult) GetExecutionMs() float32
- func (o *EntitlementScriptTestResult) GetExecutionMsOk() (*float32, bool)
- func (o *EntitlementScriptTestResult) GetOutput() string
- func (o *EntitlementScriptTestResult) GetOutputOk() (*string, bool)
- func (o *EntitlementScriptTestResult) GetResult() []EntitlementScriptTestResultResultInner
- func (o *EntitlementScriptTestResult) GetResultOk() ([]EntitlementScriptTestResultResultInner, bool)
- func (o *EntitlementScriptTestResult) HasError() bool
- func (o *EntitlementScriptTestResult) HasExecutionMs() bool
- func (o *EntitlementScriptTestResult) HasOutput() bool
- func (o *EntitlementScriptTestResult) HasResult() bool
- func (o EntitlementScriptTestResult) MarshalJSON() ([]byte, error)
- func (o *EntitlementScriptTestResult) SetError(v string)
- func (o *EntitlementScriptTestResult) SetExecutionMs(v float32)
- func (o *EntitlementScriptTestResult) SetOutput(v string)
- func (o *EntitlementScriptTestResult) SetResult(v []EntitlementScriptTestResultResultInner)
- type EntitlementScriptTestResultResultInner
- type EntitlementScriptsApiService
- func (a *EntitlementScriptsApiService) EntitlementScriptsGet(ctx context.Context) ApiEntitlementScriptsGetRequest
- func (a *EntitlementScriptsApiService) EntitlementScriptsGetExecute(r ApiEntitlementScriptsGetRequest) (*EntitlementScriptList, *http.Response, error)
- func (a *EntitlementScriptsApiService) EntitlementScriptsIdDelete(ctx context.Context, id string) ApiEntitlementScriptsIdDeleteRequest
- func (a *EntitlementScriptsApiService) EntitlementScriptsIdDeleteExecute(r ApiEntitlementScriptsIdDeleteRequest) (*http.Response, error)
- func (a *EntitlementScriptsApiService) EntitlementScriptsIdGet(ctx context.Context, id string) ApiEntitlementScriptsIdGetRequest
- func (a *EntitlementScriptsApiService) EntitlementScriptsIdGetExecute(r ApiEntitlementScriptsIdGetRequest) (*EntitlementScript, *http.Response, error)
- func (a *EntitlementScriptsApiService) EntitlementScriptsIdPut(ctx context.Context, id string) ApiEntitlementScriptsIdPutRequest
- func (a *EntitlementScriptsApiService) EntitlementScriptsIdPutExecute(r ApiEntitlementScriptsIdPutRequest) (*EntitlementScript, *http.Response, error)
- func (a *EntitlementScriptsApiService) EntitlementScriptsPost(ctx context.Context) ApiEntitlementScriptsPostRequest
- func (a *EntitlementScriptsApiService) EntitlementScriptsPostExecute(r ApiEntitlementScriptsPostRequest) (*EntitlementScript, *http.Response, error)
- func (a *EntitlementScriptsApiService) EntitlementScriptsTestPost(ctx context.Context) ApiEntitlementScriptsTestPostRequest
- func (a *EntitlementScriptsApiService) EntitlementScriptsTestPostExecute(r ApiEntitlementScriptsTestPostRequest) (*EntitlementScriptTestResult, *http.Response, error)
- type EntitlementScriptsTest
- func (o *EntitlementScriptsTest) GetDeviceClaims() map[string]interface{}
- func (o *EntitlementScriptsTest) GetDeviceClaimsOk() (map[string]interface{}, bool)
- func (o *EntitlementScriptsTest) GetExpression() string
- func (o *EntitlementScriptsTest) GetExpressionOk() (*string, bool)
- func (o *EntitlementScriptsTest) GetSystemClaims() map[string]interface{}
- func (o *EntitlementScriptsTest) GetSystemClaimsOk() (map[string]interface{}, bool)
- func (o *EntitlementScriptsTest) GetTime() time.Time
- func (o *EntitlementScriptsTest) GetTimeOk() (*time.Time, bool)
- func (o *EntitlementScriptsTest) GetType() string
- func (o *EntitlementScriptsTest) GetTypeOk() (*string, bool)
- func (o *EntitlementScriptsTest) GetUserClaims() map[string]interface{}
- func (o *EntitlementScriptsTest) GetUserClaimsOk() (map[string]interface{}, bool)
- func (o *EntitlementScriptsTest) HasDeviceClaims() bool
- func (o *EntitlementScriptsTest) HasSystemClaims() bool
- func (o *EntitlementScriptsTest) HasTime() bool
- func (o *EntitlementScriptsTest) HasUserClaims() bool
- func (o EntitlementScriptsTest) MarshalJSON() ([]byte, error)
- func (o *EntitlementScriptsTest) SetDeviceClaims(v map[string]interface{})
- func (o *EntitlementScriptsTest) SetExpression(v string)
- func (o *EntitlementScriptsTest) SetSystemClaims(v map[string]interface{})
- func (o *EntitlementScriptsTest) SetTime(v time.Time)
- func (o *EntitlementScriptsTest) SetType(v string)
- func (o *EntitlementScriptsTest) SetUserClaims(v map[string]interface{})
- type EntitlementScriptsTestAllOf
- type EntitlementsApiService
- func (a *EntitlementsApiService) EntitlementsGet(ctx context.Context) ApiEntitlementsGetRequest
- func (a *EntitlementsApiService) EntitlementsGetExecute(r ApiEntitlementsGetRequest) (*EntitlementList, *http.Response, error)
- func (a *EntitlementsApiService) EntitlementsIdDelete(ctx context.Context, id string) ApiEntitlementsIdDeleteRequest
- func (a *EntitlementsApiService) EntitlementsIdDeleteExecute(r ApiEntitlementsIdDeleteRequest) (*http.Response, error)
- func (a *EntitlementsApiService) EntitlementsIdGet(ctx context.Context, id string) ApiEntitlementsIdGetRequest
- func (a *EntitlementsApiService) EntitlementsIdGetExecute(r ApiEntitlementsIdGetRequest) (*Entitlement, *http.Response, error)
- func (a *EntitlementsApiService) EntitlementsIdPut(ctx context.Context, id string) ApiEntitlementsIdPutRequest
- func (a *EntitlementsApiService) EntitlementsIdPutExecute(r ApiEntitlementsIdPutRequest) (*Entitlement, *http.Response, error)
- func (a *EntitlementsApiService) EntitlementsPost(ctx context.Context) ApiEntitlementsPostRequest
- func (a *EntitlementsApiService) EntitlementsPostExecute(r ApiEntitlementsPostRequest) (*Entitlement, *http.Response, error)
- type Error
- func (o *Error) GetId() string
- func (o *Error) GetIdOk() (*string, bool)
- func (o *Error) GetMessage() string
- func (o *Error) GetMessageOk() (*string, bool)
- func (o *Error) HasId() bool
- func (o *Error) HasMessage() bool
- func (o Error) MarshalJSON() ([]byte, error)
- func (o *Error) SetId(v string)
- func (o *Error) SetMessage(v string)
- type FIDO2DevicesApiService
- func (a *FIDO2DevicesApiService) Fido2DevicesDistinguishedNameDelete(ctx context.Context, distinguishedName string) ApiFido2DevicesDistinguishedNameDeleteRequest
- func (a *FIDO2DevicesApiService) Fido2DevicesDistinguishedNameDeleteExecute(r ApiFido2DevicesDistinguishedNameDeleteRequest) (*http.Response, error)
- func (a *FIDO2DevicesApiService) Fido2DevicesGet(ctx context.Context) ApiFido2DevicesGetRequest
- func (a *FIDO2DevicesApiService) Fido2DevicesGetExecute(r ApiFido2DevicesGetRequest) (*Fido2DeviceList, *http.Response, error)
- type FailedAuthentications
- func (o *FailedAuthentications) GetCreationDate() time.Time
- func (o *FailedAuthentications) GetCreationDateOk() (*time.Time, bool)
- func (o *FailedAuthentications) GetData() map[string]float32
- func (o *FailedAuthentications) GetDataOk() (*map[string]float32, bool)
- func (o *FailedAuthentications) GetName() string
- func (o *FailedAuthentications) GetNameOk() (*string, bool)
- func (o *FailedAuthentications) GetRefreshInterval() float32
- func (o *FailedAuthentications) GetRefreshIntervalOk() (*float32, bool)
- func (o *FailedAuthentications) HasCreationDate() bool
- func (o *FailedAuthentications) HasData() bool
- func (o *FailedAuthentications) HasName() bool
- func (o *FailedAuthentications) HasRefreshInterval() bool
- func (o FailedAuthentications) MarshalJSON() ([]byte, error)
- func (o *FailedAuthentications) SetCreationDate(v time.Time)
- func (o *FailedAuthentications) SetData(v map[string]float32)
- func (o *FailedAuthentications) SetName(v string)
- func (o *FailedAuthentications) SetRefreshInterval(v float32)
- type FailedAuthenticationsAllOf
- func (o *FailedAuthenticationsAllOf) GetData() map[string]float32
- func (o *FailedAuthenticationsAllOf) GetDataOk() (*map[string]float32, bool)
- func (o *FailedAuthenticationsAllOf) HasData() bool
- func (o FailedAuthenticationsAllOf) MarshalJSON() ([]byte, error)
- func (o *FailedAuthenticationsAllOf) SetData(v map[string]float32)
- type FailedAuthenticationsPerHourApiService
- func (a *FailedAuthenticationsPerHourApiService) StatsFailedAuthenticationsGet(ctx context.Context) ApiStatsFailedAuthenticationsGetRequest
- func (a *FailedAuthenticationsPerHourApiService) StatsFailedAuthenticationsGetExecute(r ApiStatsFailedAuthenticationsGetRequest) (*FailedAuthentications, *http.Response, error)
- type Fido2Device
- func (o *Fido2Device) GetDeviceId() string
- func (o *Fido2Device) GetDeviceIdOk() (*string, bool)
- func (o *Fido2Device) GetDeviceName() string
- func (o *Fido2Device) GetDeviceNameOk() (*string, bool)
- func (o *Fido2Device) GetProviderName() string
- func (o *Fido2Device) GetProviderNameOk() (*string, bool)
- func (o *Fido2Device) GetUserDistinguishedName() string
- func (o *Fido2Device) GetUserDistinguishedNameOk() (*string, bool)
- func (o *Fido2Device) GetUsername() string
- func (o *Fido2Device) GetUsernameOk() (*string, bool)
- func (o *Fido2Device) HasDeviceId() bool
- func (o *Fido2Device) HasDeviceName() bool
- func (o *Fido2Device) HasProviderName() bool
- func (o *Fido2Device) HasUserDistinguishedName() bool
- func (o *Fido2Device) HasUsername() bool
- func (o Fido2Device) MarshalJSON() ([]byte, error)
- func (o *Fido2Device) SetDeviceId(v string)
- func (o *Fido2Device) SetDeviceName(v string)
- func (o *Fido2Device) SetProviderName(v string)
- func (o *Fido2Device) SetUserDistinguishedName(v string)
- func (o *Fido2Device) SetUsername(v string)
- type Fido2DeviceAllOf
- func (o *Fido2DeviceAllOf) GetDeviceId() string
- func (o *Fido2DeviceAllOf) GetDeviceIdOk() (*string, bool)
- func (o *Fido2DeviceAllOf) GetDeviceName() string
- func (o *Fido2DeviceAllOf) GetDeviceNameOk() (*string, bool)
- func (o *Fido2DeviceAllOf) HasDeviceId() bool
- func (o *Fido2DeviceAllOf) HasDeviceName() bool
- func (o Fido2DeviceAllOf) MarshalJSON() ([]byte, error)
- func (o *Fido2DeviceAllOf) SetDeviceId(v string)
- func (o *Fido2DeviceAllOf) SetDeviceName(v string)
- type Fido2DeviceList
- func (o *Fido2DeviceList) GetData() []Fido2Device
- func (o *Fido2DeviceList) GetDataOk() ([]Fido2Device, bool)
- func (o *Fido2DeviceList) GetDescending() bool
- func (o *Fido2DeviceList) GetDescendingOk() (*bool, bool)
- func (o *Fido2DeviceList) GetFilterBy() []FilterBy
- func (o *Fido2DeviceList) GetFilterByOk() ([]FilterBy, bool)
- func (o *Fido2DeviceList) GetOrderBy() string
- func (o *Fido2DeviceList) GetOrderByOk() (*string, bool)
- func (o *Fido2DeviceList) GetQueries() []string
- func (o *Fido2DeviceList) GetQueriesOk() ([]string, bool)
- func (o *Fido2DeviceList) GetRange() string
- func (o *Fido2DeviceList) GetRangeOk() (*string, bool)
- func (o *Fido2DeviceList) HasData() bool
- func (o *Fido2DeviceList) HasDescending() bool
- func (o *Fido2DeviceList) HasFilterBy() bool
- func (o *Fido2DeviceList) HasOrderBy() bool
- func (o *Fido2DeviceList) HasQueries() bool
- func (o *Fido2DeviceList) HasRange() bool
- func (o Fido2DeviceList) MarshalJSON() ([]byte, error)
- func (o *Fido2DeviceList) SetData(v []Fido2Device)
- func (o *Fido2DeviceList) SetDescending(v bool)
- func (o *Fido2DeviceList) SetFilterBy(v []FilterBy)
- func (o *Fido2DeviceList) SetOrderBy(v string)
- func (o *Fido2DeviceList) SetQueries(v []string)
- func (o *Fido2DeviceList) SetRange(v string)
- type Fido2DeviceListAllOf
- type File
- func (o *File) GetChecksum() string
- func (o *File) GetChecksumOk() (*string, bool)
- func (o *File) GetCreationTime() time.Time
- func (o *File) GetCreationTimeOk() (*time.Time, bool)
- func (o *File) GetFailureReason() string
- func (o *File) GetFailureReasonOk() (*string, bool)
- func (o *File) GetLastModifiedTime() time.Time
- func (o *File) GetLastModifiedTimeOk() (*time.Time, bool)
- func (o *File) GetName() string
- func (o *File) GetNameOk() (*string, bool)
- func (o *File) GetStatus() string
- func (o *File) GetStatusOk() (*string, bool)
- func (o *File) HasChecksum() bool
- func (o *File) HasCreationTime() bool
- func (o *File) HasFailureReason() bool
- func (o *File) HasLastModifiedTime() bool
- func (o *File) HasName() bool
- func (o *File) HasStatus() bool
- func (o File) MarshalJSON() ([]byte, error)
- func (o *File) SetChecksum(v string)
- func (o *File) SetCreationTime(v time.Time)
- func (o *File) SetFailureReason(v string)
- func (o *File) SetLastModifiedTime(v time.Time)
- func (o *File) SetName(v string)
- func (o *File) SetStatus(v string)
- type FileList
- type FilesGetRequest1
- func (o *FilesGetRequest1) GetFilename() string
- func (o *FilesGetRequest1) GetFilenameOk() (*string, bool)
- func (o *FilesGetRequest1) GetUrl() string
- func (o *FilesGetRequest1) GetUrlOk() (*string, bool)
- func (o FilesGetRequest1) MarshalJSON() ([]byte, error)
- func (o *FilesGetRequest1) SetFilename(v string)
- func (o *FilesGetRequest1) SetUrl(v string)
- type FilterBy
- func (o *FilterBy) GetName() string
- func (o *FilterBy) GetNameOk() (*string, bool)
- func (o *FilterBy) GetValue() string
- func (o *FilterBy) GetValueOk() (*string, bool)
- func (o *FilterBy) HasName() bool
- func (o *FilterBy) HasValue() bool
- func (o FilterBy) MarshalJSON() ([]byte, error)
- func (o *FilterBy) SetName(v string)
- func (o *FilterBy) SetValue(v string)
- type GenericOpenAPIError
- type GlobalSettings
- func (o *GlobalSettings) GetAdministrationTokenExpiration() float32
- func (o *GlobalSettings) GetAdministrationTokenExpirationOk() (*float32, bool)
- func (o *GlobalSettings) GetAppDiscoveryDomains() []string
- func (o *GlobalSettings) GetAppDiscoveryDomainsOk() ([]string, bool)
- func (o *GlobalSettings) GetAuditLogPersistenceMode() string
- func (o *GlobalSettings) GetAuditLogPersistenceModeOk() (*string, bool)
- func (o *GlobalSettings) GetBackupApiEnabled() bool
- func (o *GlobalSettings) GetBackupApiEnabledOk() (*bool, bool)
- func (o *GlobalSettings) GetBackupPassphrase() string
- func (o *GlobalSettings) GetBackupPassphraseOk() (*string, bool)
- func (o *GlobalSettings) GetClaimsTokenExpiration() float32
- func (o *GlobalSettings) GetClaimsTokenExpirationOk() (*float32, bool)
- func (o *GlobalSettings) GetCollectiveId() string
- func (o *GlobalSettings) GetCollectiveIdOk() (*string, bool)
- func (o *GlobalSettings) GetCollectiveName() string
- func (o *GlobalSettings) GetCollectiveNameOk() (*string, bool)
- func (o *GlobalSettings) GetEntitlementTokenExpiration() float32
- func (o *GlobalSettings) GetEntitlementTokenExpirationOk() (*float32, bool)
- func (o *GlobalSettings) GetFips() bool
- func (o *GlobalSettings) GetFipsOk() (*bool, bool)
- func (o *GlobalSettings) GetGeoIpUpdates() bool
- func (o *GlobalSettings) GetGeoIpUpdatesOk() (*bool, bool)
- func (o *GlobalSettings) GetLoginBannerMessage() string
- func (o *GlobalSettings) GetLoginBannerMessageOk() (*string, bool)
- func (o *GlobalSettings) GetMessageOfTheDay() string
- func (o *GlobalSettings) GetMessageOfTheDayOk() (*string, bool)
- func (o *GlobalSettings) GetProfileHostname() string
- func (o *GlobalSettings) GetProfileHostnameOk() (*string, bool)
- func (o *GlobalSettings) GetSpaMode() string
- func (o *GlobalSettings) GetSpaModeOk() (*string, bool)
- func (o *GlobalSettings) GetSpaTimeWindowSeconds() float32
- func (o *GlobalSettings) GetSpaTimeWindowSecondsOk() (*float32, bool)
- func (o *GlobalSettings) GetVpnCertificateExpiration() float32
- func (o *GlobalSettings) GetVpnCertificateExpirationOk() (*float32, bool)
- func (o *GlobalSettings) HasAppDiscoveryDomains() bool
- func (o *GlobalSettings) HasBackupApiEnabled() bool
- func (o *GlobalSettings) HasBackupPassphrase() bool
- func (o *GlobalSettings) HasCollectiveId() bool
- func (o *GlobalSettings) HasCollectiveName() bool
- func (o *GlobalSettings) HasFips() bool
- func (o *GlobalSettings) HasGeoIpUpdates() bool
- func (o *GlobalSettings) HasLoginBannerMessage() bool
- func (o *GlobalSettings) HasMessageOfTheDay() bool
- func (o *GlobalSettings) HasProfileHostname() bool
- func (o *GlobalSettings) HasSpaMode() bool
- func (o *GlobalSettings) HasSpaTimeWindowSeconds() bool
- func (o GlobalSettings) MarshalJSON() ([]byte, error)
- func (o *GlobalSettings) SetAdministrationTokenExpiration(v float32)
- func (o *GlobalSettings) SetAppDiscoveryDomains(v []string)
- func (o *GlobalSettings) SetAuditLogPersistenceMode(v string)
- func (o *GlobalSettings) SetBackupApiEnabled(v bool)
- func (o *GlobalSettings) SetBackupPassphrase(v string)
- func (o *GlobalSettings) SetClaimsTokenExpiration(v float32)
- func (o *GlobalSettings) SetCollectiveId(v string)
- func (o *GlobalSettings) SetCollectiveName(v string)
- func (o *GlobalSettings) SetEntitlementTokenExpiration(v float32)
- func (o *GlobalSettings) SetFips(v bool)
- func (o *GlobalSettings) SetGeoIpUpdates(v bool)
- func (o *GlobalSettings) SetLoginBannerMessage(v string)
- func (o *GlobalSettings) SetMessageOfTheDay(v string)
- func (o *GlobalSettings) SetProfileHostname(v string)
- func (o *GlobalSettings) SetSpaMode(v string)
- func (o *GlobalSettings) SetSpaTimeWindowSeconds(v float32)
- func (o *GlobalSettings) SetVpnCertificateExpiration(v float32)
- type GlobalSettingsApiService
- func (a *GlobalSettingsApiService) GlobalSettingsDelete(ctx context.Context) ApiGlobalSettingsDeleteRequest
- func (a *GlobalSettingsApiService) GlobalSettingsDeleteExecute(r ApiGlobalSettingsDeleteRequest) (*http.Response, error)
- func (a *GlobalSettingsApiService) GlobalSettingsGet(ctx context.Context) ApiGlobalSettingsGetRequest
- func (a *GlobalSettingsApiService) GlobalSettingsGetExecute(r ApiGlobalSettingsGetRequest) (*GlobalSettings, *http.Response, error)
- func (a *GlobalSettingsApiService) GlobalSettingsPut(ctx context.Context) ApiGlobalSettingsPutRequest
- func (a *GlobalSettingsApiService) GlobalSettingsPutExecute(r ApiGlobalSettingsPutRequest) (*http.Response, error)
- type IPPoolsApiService
- func (a *IPPoolsApiService) IpPoolsAllocatedIpsByDnDistinguishedNameGet(ctx context.Context, distinguishedName string) ApiIpPoolsAllocatedIpsByDnDistinguishedNameGetRequest
- func (a *IPPoolsApiService) IpPoolsAllocatedIpsByDnDistinguishedNameGetExecute(r ApiIpPoolsAllocatedIpsByDnDistinguishedNameGetRequest) (*AllocatedIpList, *http.Response, error)
- func (a *IPPoolsApiService) IpPoolsAllocatedIpsGet(ctx context.Context) ApiIpPoolsAllocatedIpsGetRequest
- func (a *IPPoolsApiService) IpPoolsAllocatedIpsGetExecute(r ApiIpPoolsAllocatedIpsGetRequest) (*AllocatedIpList, *http.Response, error)
- func (a *IPPoolsApiService) IpPoolsGet(ctx context.Context) ApiIpPoolsGetRequest
- func (a *IPPoolsApiService) IpPoolsGetExecute(r ApiIpPoolsGetRequest) (*IpPoolList, *http.Response, error)
- func (a *IPPoolsApiService) IpPoolsIdDelete(ctx context.Context, id string) ApiIpPoolsIdDeleteRequest
- func (a *IPPoolsApiService) IpPoolsIdDeleteExecute(r ApiIpPoolsIdDeleteRequest) (*http.Response, error)
- func (a *IPPoolsApiService) IpPoolsIdGet(ctx context.Context, id string) ApiIpPoolsIdGetRequest
- func (a *IPPoolsApiService) IpPoolsIdGetExecute(r ApiIpPoolsIdGetRequest) (*IpPool, *http.Response, error)
- func (a *IPPoolsApiService) IpPoolsIdPut(ctx context.Context, id string) ApiIpPoolsIdPutRequest
- func (a *IPPoolsApiService) IpPoolsIdPutExecute(r ApiIpPoolsIdPutRequest) (*IpPool, *http.Response, error)
- func (a *IPPoolsApiService) IpPoolsPost(ctx context.Context) ApiIpPoolsPostRequest
- func (a *IPPoolsApiService) IpPoolsPostExecute(r ApiIpPoolsPostRequest) (*IpPool, *http.Response, error)
- type IdentityProviderList
- func (o *IdentityProviderList) GetData() []map[string]interface{}
- func (o *IdentityProviderList) GetDataOk() ([]map[string]interface{}, bool)
- func (o *IdentityProviderList) GetDescending() bool
- func (o *IdentityProviderList) GetDescendingOk() (*bool, bool)
- func (o *IdentityProviderList) GetFilterBy() []FilterBy
- func (o *IdentityProviderList) GetFilterByOk() ([]FilterBy, bool)
- func (o *IdentityProviderList) GetOrderBy() string
- func (o *IdentityProviderList) GetOrderByOk() (*string, bool)
- func (o *IdentityProviderList) GetQueries() []string
- func (o *IdentityProviderList) GetQueriesOk() ([]string, bool)
- func (o *IdentityProviderList) GetRange() string
- func (o *IdentityProviderList) GetRangeOk() (*string, bool)
- func (o *IdentityProviderList) HasData() bool
- func (o *IdentityProviderList) HasDescending() bool
- func (o *IdentityProviderList) HasFilterBy() bool
- func (o *IdentityProviderList) HasOrderBy() bool
- func (o *IdentityProviderList) HasQueries() bool
- func (o *IdentityProviderList) HasRange() bool
- func (o IdentityProviderList) MarshalJSON() ([]byte, error)
- func (o *IdentityProviderList) SetData(v []map[string]interface{})
- func (o *IdentityProviderList) SetDescending(v bool)
- func (o *IdentityProviderList) SetFilterBy(v []FilterBy)
- func (o *IdentityProviderList) SetOrderBy(v string)
- func (o *IdentityProviderList) SetQueries(v []string)
- func (o *IdentityProviderList) SetRange(v string)
- type IdentityProviderListAllOf
- func (o *IdentityProviderListAllOf) GetData() []map[string]interface{}
- func (o *IdentityProviderListAllOf) GetDataOk() ([]map[string]interface{}, bool)
- func (o *IdentityProviderListAllOf) HasData() bool
- func (o IdentityProviderListAllOf) MarshalJSON() ([]byte, error)
- func (o *IdentityProviderListAllOf) SetData(v []map[string]interface{})
- type IdentityProvidersApiService
- func (a *IdentityProvidersApiService) IdentityProvidersGet(ctx context.Context) ApiIdentityProvidersGetRequest
- func (a *IdentityProvidersApiService) IdentityProvidersGetExecute(r ApiIdentityProvidersGetRequest) (*IdentityProviderList, *http.Response, error)
- func (a *IdentityProvidersApiService) IdentityProvidersIdAttributesPost(ctx context.Context, id string) ApiIdentityProvidersIdAttributesPostRequest
- func (a *IdentityProvidersApiService) IdentityProvidersIdAttributesPostExecute(r ApiIdentityProvidersIdAttributesPostRequest) (*IdentityProvidersIdAttributesPost200Response, *http.Response, error)
- func (a *IdentityProvidersApiService) IdentityProvidersIdDelete(ctx context.Context, id string) ApiIdentityProvidersIdDeleteRequest
- func (a *IdentityProvidersApiService) IdentityProvidersIdDeleteExecute(r ApiIdentityProvidersIdDeleteRequest) (*http.Response, error)
- func (a *IdentityProvidersApiService) IdentityProvidersIdGet(ctx context.Context, id string) ApiIdentityProvidersIdGetRequest
- func (a *IdentityProvidersApiService) IdentityProvidersIdGetExecute(r ApiIdentityProvidersIdGetRequest) (map[string]interface{}, *http.Response, error)
- func (a *IdentityProvidersApiService) IdentityProvidersIdPut(ctx context.Context, id string) ApiIdentityProvidersIdPutRequest
- func (a *IdentityProvidersApiService) IdentityProvidersIdPutExecute(r ApiIdentityProvidersIdPutRequest) (map[string]interface{}, *http.Response, error)
- func (a *IdentityProvidersApiService) IdentityProvidersPost(ctx context.Context) ApiIdentityProvidersPostRequest
- func (a *IdentityProvidersApiService) IdentityProvidersPostExecute(r ApiIdentityProvidersPostRequest) (map[string]interface{}, *http.Response, error)
- func (a *IdentityProvidersApiService) IdentityProvidersTestPost(ctx context.Context) ApiIdentityProvidersTestPostRequest
- func (a *IdentityProvidersApiService) IdentityProvidersTestPostExecute(r ApiIdentityProvidersTestPostRequest) (*IdentityProvidersTestPost200Response, *http.Response, error)
- type IdentityProvidersIdAttributesPost200Response
- func (o *IdentityProvidersIdAttributesPost200Response) GetMappedAttributes() map[string]string
- func (o *IdentityProvidersIdAttributesPost200Response) GetMappedAttributesOk() (*map[string]string, bool)
- func (o *IdentityProvidersIdAttributesPost200Response) GetRawAttributes() map[string][]string
- func (o *IdentityProvidersIdAttributesPost200Response) GetRawAttributesOk() (*map[string][]string, bool)
- func (o *IdentityProvidersIdAttributesPost200Response) HasMappedAttributes() bool
- func (o *IdentityProvidersIdAttributesPost200Response) HasRawAttributes() bool
- func (o IdentityProvidersIdAttributesPost200Response) MarshalJSON() ([]byte, error)
- func (o *IdentityProvidersIdAttributesPost200Response) SetMappedAttributes(v map[string]string)
- func (o *IdentityProvidersIdAttributesPost200Response) SetRawAttributes(v map[string][]string)
- type IdentityProvidersIdAttributesPostRequest
- func (o *IdentityProvidersIdAttributesPostRequest) GetPassword() string
- func (o *IdentityProvidersIdAttributesPostRequest) GetPasswordOk() (*string, bool)
- func (o *IdentityProvidersIdAttributesPostRequest) GetSamlResponse() string
- func (o *IdentityProvidersIdAttributesPostRequest) GetSamlResponseOk() (*string, bool)
- func (o *IdentityProvidersIdAttributesPostRequest) GetUsername() string
- func (o *IdentityProvidersIdAttributesPostRequest) GetUsernameOk() (*string, bool)
- func (o *IdentityProvidersIdAttributesPostRequest) HasPassword() bool
- func (o *IdentityProvidersIdAttributesPostRequest) HasSamlResponse() bool
- func (o *IdentityProvidersIdAttributesPostRequest) HasUsername() bool
- func (o IdentityProvidersIdAttributesPostRequest) MarshalJSON() ([]byte, error)
- func (o *IdentityProvidersIdAttributesPostRequest) SetPassword(v string)
- func (o *IdentityProvidersIdAttributesPostRequest) SetSamlResponse(v string)
- func (o *IdentityProvidersIdAttributesPostRequest) SetUsername(v string)
- type IdentityProvidersNamesGet200Response
- func (o *IdentityProvidersNamesGet200Response) GetBannerMessage() string
- func (o *IdentityProvidersNamesGet200Response) GetBannerMessageOk() (*string, bool)
- func (o *IdentityProvidersNamesGet200Response) GetData() []IdentityProvidersNamesGet200ResponseDataInner
- func (o *IdentityProvidersNamesGet200Response) GetDataOk() ([]IdentityProvidersNamesGet200ResponseDataInner, bool)
- func (o *IdentityProvidersNamesGet200Response) HasBannerMessage() bool
- func (o *IdentityProvidersNamesGet200Response) HasData() bool
- func (o IdentityProvidersNamesGet200Response) MarshalJSON() ([]byte, error)
- func (o *IdentityProvidersNamesGet200Response) SetBannerMessage(v string)
- func (o *IdentityProvidersNamesGet200Response) SetData(v []IdentityProvidersNamesGet200ResponseDataInner)
- type IdentityProvidersNamesGet200ResponseDataInner
- func (o *IdentityProvidersNamesGet200ResponseDataInner) GetAuthUrl() string
- func (o *IdentityProvidersNamesGet200ResponseDataInner) GetAuthUrlOk() (*string, bool)
- func (o *IdentityProvidersNamesGet200ResponseDataInner) GetCertificatePriorities() []map[string]interface{}
- func (o *IdentityProvidersNamesGet200ResponseDataInner) GetCertificatePrioritiesOk() ([]map[string]interface{}, bool)
- func (o *IdentityProvidersNamesGet200ResponseDataInner) GetClientId() string
- func (o *IdentityProvidersNamesGet200ResponseDataInner) GetClientIdOk() (*string, bool)
- func (o *IdentityProvidersNamesGet200ResponseDataInner) GetName() string
- func (o *IdentityProvidersNamesGet200ResponseDataInner) GetNameOk() (*string, bool)
- func (o *IdentityProvidersNamesGet200ResponseDataInner) GetRedirectUrl() string
- func (o *IdentityProvidersNamesGet200ResponseDataInner) GetRedirectUrlOk() (*string, bool)
- func (o *IdentityProvidersNamesGet200ResponseDataInner) GetScope() string
- func (o *IdentityProvidersNamesGet200ResponseDataInner) GetScopeOk() (*string, bool)
- func (o *IdentityProvidersNamesGet200ResponseDataInner) GetTokenUrl() string
- func (o *IdentityProvidersNamesGet200ResponseDataInner) GetTokenUrlOk() (*string, bool)
- func (o *IdentityProvidersNamesGet200ResponseDataInner) GetType() string
- func (o *IdentityProvidersNamesGet200ResponseDataInner) GetTypeOk() (*string, bool)
- func (o *IdentityProvidersNamesGet200ResponseDataInner) HasAuthUrl() bool
- func (o *IdentityProvidersNamesGet200ResponseDataInner) HasCertificatePriorities() bool
- func (o *IdentityProvidersNamesGet200ResponseDataInner) HasClientId() bool
- func (o *IdentityProvidersNamesGet200ResponseDataInner) HasName() bool
- func (o *IdentityProvidersNamesGet200ResponseDataInner) HasRedirectUrl() bool
- func (o *IdentityProvidersNamesGet200ResponseDataInner) HasScope() bool
- func (o *IdentityProvidersNamesGet200ResponseDataInner) HasTokenUrl() bool
- func (o *IdentityProvidersNamesGet200ResponseDataInner) HasType() bool
- func (o IdentityProvidersNamesGet200ResponseDataInner) MarshalJSON() ([]byte, error)
- func (o *IdentityProvidersNamesGet200ResponseDataInner) SetAuthUrl(v string)
- func (o *IdentityProvidersNamesGet200ResponseDataInner) SetCertificatePriorities(v []map[string]interface{})
- func (o *IdentityProvidersNamesGet200ResponseDataInner) SetClientId(v string)
- func (o *IdentityProvidersNamesGet200ResponseDataInner) SetName(v string)
- func (o *IdentityProvidersNamesGet200ResponseDataInner) SetRedirectUrl(v string)
- func (o *IdentityProvidersNamesGet200ResponseDataInner) SetScope(v string)
- func (o *IdentityProvidersNamesGet200ResponseDataInner) SetTokenUrl(v string)
- func (o *IdentityProvidersNamesGet200ResponseDataInner) SetType(v string)
- type IdentityProvidersTestPost200Response
- func (o *IdentityProvidersTestPost200Response) GetError() bool
- func (o *IdentityProvidersTestPost200Response) GetErrorOk() (*bool, bool)
- func (o *IdentityProvidersTestPost200Response) GetSuccess() bool
- func (o *IdentityProvidersTestPost200Response) GetSuccessOk() (*bool, bool)
- func (o *IdentityProvidersTestPost200Response) HasError() bool
- func (o *IdentityProvidersTestPost200Response) HasSuccess() bool
- func (o IdentityProvidersTestPost200Response) MarshalJSON() ([]byte, error)
- func (o *IdentityProvidersTestPost200Response) SetError(v bool)
- func (o *IdentityProvidersTestPost200Response) SetSuccess(v bool)
- type IpPool
- func (o *IpPool) GetCreated() time.Time
- func (o *IpPool) GetCreatedOk() (*time.Time, bool)
- func (o *IpPool) GetCurrentlyUsed() int64
- func (o *IpPool) GetCurrentlyUsedOk() (*int64, bool)
- func (o *IpPool) GetExcludedRanges() []IpPoolRangeInner
- func (o *IpPool) GetExcludedRangesOk() ([]IpPoolRangeInner, bool)
- func (o *IpPool) GetId() string
- func (o *IpPool) GetIdOk() (*string, bool)
- func (o *IpPool) GetIpVersion6() bool
- func (o *IpPool) GetIpVersion6Ok() (*bool, bool)
- func (o *IpPool) GetLeaseTimeDays() int32
- func (o *IpPool) GetLeaseTimeDaysOk() (*int32, bool)
- func (o *IpPool) GetName() string
- func (o *IpPool) GetNameOk() (*string, bool)
- func (o *IpPool) GetNotes() string
- func (o *IpPool) GetNotesOk() (*string, bool)
- func (o *IpPool) GetRanges() []IpPoolRangeInner
- func (o *IpPool) GetRangesOk() ([]IpPoolRangeInner, bool)
- func (o *IpPool) GetReserved() int64
- func (o *IpPool) GetReservedOk() (*int64, bool)
- func (o *IpPool) GetTags() []string
- func (o *IpPool) GetTagsOk() ([]string, bool)
- func (o *IpPool) GetTotal() BigInt
- func (o *IpPool) GetTotalOk() (*BigInt, bool)
- func (o *IpPool) GetUpdated() time.Time
- func (o *IpPool) GetUpdatedOk() (*time.Time, bool)
- func (o *IpPool) HasCreated() bool
- func (o *IpPool) HasCurrentlyUsed() bool
- func (o *IpPool) HasExcludedRanges() bool
- func (o *IpPool) HasId() bool
- func (o *IpPool) HasIpVersion6() bool
- func (o *IpPool) HasLeaseTimeDays() bool
- func (o *IpPool) HasNotes() bool
- func (o *IpPool) HasRanges() bool
- func (o *IpPool) HasReserved() bool
- func (o *IpPool) HasTags() bool
- func (o *IpPool) HasTotal() bool
- func (o *IpPool) HasUpdated() bool
- func (o IpPool) MarshalJSON() ([]byte, error)
- func (o *IpPool) SetCreated(v time.Time)
- func (o *IpPool) SetCurrentlyUsed(v int64)
- func (o *IpPool) SetExcludedRanges(v []IpPoolRangeInner)
- func (o *IpPool) SetId(v string)
- func (o *IpPool) SetIpVersion6(v bool)
- func (o *IpPool) SetLeaseTimeDays(v int32)
- func (o *IpPool) SetName(v string)
- func (o *IpPool) SetNotes(v string)
- func (o *IpPool) SetRanges(v []IpPoolRangeInner)
- func (o *IpPool) SetReserved(v int64)
- func (o *IpPool) SetTags(v []string)
- func (o *IpPool) SetTotal(v BigInt)
- func (o *IpPool) SetUpdated(v time.Time)
- type IpPoolAllOf
- func (o *IpPoolAllOf) GetCurrentlyUsed() int64
- func (o *IpPoolAllOf) GetCurrentlyUsedOk() (*int64, bool)
- func (o *IpPoolAllOf) GetExcludedRanges() []IpPoolRangeInner
- func (o *IpPoolAllOf) GetExcludedRangesOk() ([]IpPoolRangeInner, bool)
- func (o *IpPoolAllOf) GetIpVersion6() bool
- func (o *IpPoolAllOf) GetIpVersion6Ok() (*bool, bool)
- func (o *IpPoolAllOf) GetLeaseTimeDays() int32
- func (o *IpPoolAllOf) GetLeaseTimeDaysOk() (*int32, bool)
- func (o *IpPoolAllOf) GetRanges() []IpPoolRangeInner
- func (o *IpPoolAllOf) GetRangesOk() ([]IpPoolRangeInner, bool)
- func (o *IpPoolAllOf) GetReserved() int64
- func (o *IpPoolAllOf) GetReservedOk() (*int64, bool)
- func (o *IpPoolAllOf) GetTotal() BigInt
- func (o *IpPoolAllOf) GetTotalOk() (*BigInt, bool)
- func (o *IpPoolAllOf) HasCurrentlyUsed() bool
- func (o *IpPoolAllOf) HasExcludedRanges() bool
- func (o *IpPoolAllOf) HasIpVersion6() bool
- func (o *IpPoolAllOf) HasLeaseTimeDays() bool
- func (o *IpPoolAllOf) HasRanges() bool
- func (o *IpPoolAllOf) HasReserved() bool
- func (o *IpPoolAllOf) HasTotal() bool
- func (o IpPoolAllOf) MarshalJSON() ([]byte, error)
- func (o *IpPoolAllOf) SetCurrentlyUsed(v int64)
- func (o *IpPoolAllOf) SetExcludedRanges(v []IpPoolRangeInner)
- func (o *IpPoolAllOf) SetIpVersion6(v bool)
- func (o *IpPoolAllOf) SetLeaseTimeDays(v int32)
- func (o *IpPoolAllOf) SetRanges(v []IpPoolRangeInner)
- func (o *IpPoolAllOf) SetReserved(v int64)
- func (o *IpPoolAllOf) SetTotal(v BigInt)
- type IpPoolList
- func (o *IpPoolList) GetData() []IpPool
- func (o *IpPoolList) GetDataOk() ([]IpPool, bool)
- func (o *IpPoolList) GetDescending() bool
- func (o *IpPoolList) GetDescendingOk() (*bool, bool)
- func (o *IpPoolList) GetFilterBy() []FilterBy
- func (o *IpPoolList) GetFilterByOk() ([]FilterBy, bool)
- func (o *IpPoolList) GetOrderBy() string
- func (o *IpPoolList) GetOrderByOk() (*string, bool)
- func (o *IpPoolList) GetQueries() []string
- func (o *IpPoolList) GetQueriesOk() ([]string, bool)
- func (o *IpPoolList) GetRange() string
- func (o *IpPoolList) GetRangeOk() (*string, bool)
- func (o *IpPoolList) HasData() bool
- func (o *IpPoolList) HasDescending() bool
- func (o *IpPoolList) HasFilterBy() bool
- func (o *IpPoolList) HasOrderBy() bool
- func (o *IpPoolList) HasQueries() bool
- func (o *IpPoolList) HasRange() bool
- func (o IpPoolList) MarshalJSON() ([]byte, error)
- func (o *IpPoolList) SetData(v []IpPool)
- func (o *IpPoolList) SetDescending(v bool)
- func (o *IpPoolList) SetFilterBy(v []FilterBy)
- func (o *IpPoolList) SetOrderBy(v string)
- func (o *IpPoolList) SetQueries(v []string)
- func (o *IpPoolList) SetRange(v string)
- type IpPoolListAllOf
- type IpPoolRangeInner
- func (o *IpPoolRangeInner) GetCidr() string
- func (o *IpPoolRangeInner) GetCidrOk() (*string, bool)
- func (o *IpPoolRangeInner) GetFirst() string
- func (o *IpPoolRangeInner) GetFirstOk() (*string, bool)
- func (o *IpPoolRangeInner) GetLast() string
- func (o *IpPoolRangeInner) GetLastOk() (*string, bool)
- func (o *IpPoolRangeInner) HasCidr() bool
- func (o *IpPoolRangeInner) HasFirst() bool
- func (o *IpPoolRangeInner) HasLast() bool
- func (o IpPoolRangeInner) MarshalJSON() ([]byte, error)
- func (o *IpPoolRangeInner) SetCidr(v string)
- func (o *IpPoolRangeInner) SetFirst(v string)
- func (o *IpPoolRangeInner) SetLast(v string)
- type IssuedCertificate
- func (o *IssuedCertificate) GetFingerprintSha256() string
- func (o *IssuedCertificate) GetFingerprintSha256Ok() (*string, bool)
- func (o *IssuedCertificate) GetId() string
- func (o *IssuedCertificate) GetIdOk() (*string, bool)
- func (o *IssuedCertificate) GetIssueTime() time.Time
- func (o *IssuedCertificate) GetIssueTimeOk() (*time.Time, bool)
- func (o *IssuedCertificate) GetIssuer() string
- func (o *IssuedCertificate) GetIssuerOk() (*string, bool)
- func (o *IssuedCertificate) GetPem() string
- func (o *IssuedCertificate) GetPemOk() (*string, bool)
- func (o *IssuedCertificate) GetRevocationNotes() string
- func (o *IssuedCertificate) GetRevocationNotesOk() (*string, bool)
- func (o *IssuedCertificate) GetRevocationReason() float32
- func (o *IssuedCertificate) GetRevocationReasonOk() (*float32, bool)
- func (o *IssuedCertificate) GetRevocationTime() time.Time
- func (o *IssuedCertificate) GetRevocationTimeOk() (*time.Time, bool)
- func (o *IssuedCertificate) GetRevoked() bool
- func (o *IssuedCertificate) GetRevokedOk() (*bool, bool)
- func (o *IssuedCertificate) GetSerial() string
- func (o *IssuedCertificate) GetSerialOk() (*string, bool)
- func (o *IssuedCertificate) GetSubject() string
- func (o *IssuedCertificate) GetSubjectOk() (*string, bool)
- func (o *IssuedCertificate) GetType() string
- func (o *IssuedCertificate) GetTypeOk() (*string, bool)
- func (o *IssuedCertificate) GetValidFrom() time.Time
- func (o *IssuedCertificate) GetValidFromOk() (*time.Time, bool)
- func (o *IssuedCertificate) GetValidTo() time.Time
- func (o *IssuedCertificate) GetValidToOk() (*time.Time, bool)
- func (o *IssuedCertificate) HasFingerprintSha256() bool
- func (o *IssuedCertificate) HasId() bool
- func (o *IssuedCertificate) HasIssueTime() bool
- func (o *IssuedCertificate) HasIssuer() bool
- func (o *IssuedCertificate) HasPem() bool
- func (o *IssuedCertificate) HasRevocationNotes() bool
- func (o *IssuedCertificate) HasRevocationReason() bool
- func (o *IssuedCertificate) HasRevocationTime() bool
- func (o *IssuedCertificate) HasRevoked() bool
- func (o *IssuedCertificate) HasSerial() bool
- func (o *IssuedCertificate) HasSubject() bool
- func (o *IssuedCertificate) HasType() bool
- func (o *IssuedCertificate) HasValidFrom() bool
- func (o *IssuedCertificate) HasValidTo() bool
- func (o IssuedCertificate) MarshalJSON() ([]byte, error)
- func (o *IssuedCertificate) SetFingerprintSha256(v string)
- func (o *IssuedCertificate) SetId(v string)
- func (o *IssuedCertificate) SetIssueTime(v time.Time)
- func (o *IssuedCertificate) SetIssuer(v string)
- func (o *IssuedCertificate) SetPem(v string)
- func (o *IssuedCertificate) SetRevocationNotes(v string)
- func (o *IssuedCertificate) SetRevocationReason(v float32)
- func (o *IssuedCertificate) SetRevocationTime(v time.Time)
- func (o *IssuedCertificate) SetRevoked(v bool)
- func (o *IssuedCertificate) SetSerial(v string)
- func (o *IssuedCertificate) SetSubject(v string)
- func (o *IssuedCertificate) SetType(v string)
- func (o *IssuedCertificate) SetValidFrom(v time.Time)
- func (o *IssuedCertificate) SetValidTo(v time.Time)
- type IssuedCertificateList
- func (o *IssuedCertificateList) GetData() []IssuedCertificate
- func (o *IssuedCertificateList) GetDataOk() ([]IssuedCertificate, bool)
- func (o *IssuedCertificateList) GetDescending() bool
- func (o *IssuedCertificateList) GetDescendingOk() (*bool, bool)
- func (o *IssuedCertificateList) GetFilterBy() []FilterBy
- func (o *IssuedCertificateList) GetFilterByOk() ([]FilterBy, bool)
- func (o *IssuedCertificateList) GetOrderBy() string
- func (o *IssuedCertificateList) GetOrderByOk() (*string, bool)
- func (o *IssuedCertificateList) GetQueries() []string
- func (o *IssuedCertificateList) GetQueriesOk() ([]string, bool)
- func (o *IssuedCertificateList) GetRange() string
- func (o *IssuedCertificateList) GetRangeOk() (*string, bool)
- func (o *IssuedCertificateList) HasData() bool
- func (o *IssuedCertificateList) HasDescending() bool
- func (o *IssuedCertificateList) HasFilterBy() bool
- func (o *IssuedCertificateList) HasOrderBy() bool
- func (o *IssuedCertificateList) HasQueries() bool
- func (o *IssuedCertificateList) HasRange() bool
- func (o IssuedCertificateList) MarshalJSON() ([]byte, error)
- func (o *IssuedCertificateList) SetData(v []IssuedCertificate)
- func (o *IssuedCertificateList) SetDescending(v bool)
- func (o *IssuedCertificateList) SetFilterBy(v []FilterBy)
- func (o *IssuedCertificateList) SetOrderBy(v string)
- func (o *IssuedCertificateList) SetQueries(v []string)
- func (o *IssuedCertificateList) SetRange(v string)
- type IssuedCertificateListAllOf
- func (o *IssuedCertificateListAllOf) GetData() []IssuedCertificate
- func (o *IssuedCertificateListAllOf) GetDataOk() ([]IssuedCertificate, bool)
- func (o *IssuedCertificateListAllOf) HasData() bool
- func (o IssuedCertificateListAllOf) MarshalJSON() ([]byte, error)
- func (o *IssuedCertificateListAllOf) SetData(v []IssuedCertificate)
- type IssuedCertificatesApiService
- func (a *IssuedCertificatesApiService) CertificateAuthorityIssuedCertificatesGet(ctx context.Context) ApiCertificateAuthorityIssuedCertificatesGetRequest
- func (a *IssuedCertificatesApiService) CertificateAuthorityIssuedCertificatesGetExecute(r ApiCertificateAuthorityIssuedCertificatesGetRequest) (*IssuedCertificateList, *http.Response, error)
- func (a *IssuedCertificatesApiService) CertificateAuthorityIssuedCertificatesRevokedCertificateIdPut(ctx context.Context, certificateId string) ApiCertificateAuthorityIssuedCertificatesRevokedCertificateIdPutRequest
- func (a *IssuedCertificatesApiService) CertificateAuthorityIssuedCertificatesRevokedCertificateIdPutExecute(r ApiCertificateAuthorityIssuedCertificatesRevokedCertificateIdPutRequest) (*IssuedCertificate, *http.Response, error)
- type LdapCertificateIdentityProviderList
- func (o *LdapCertificateIdentityProviderList) GetData() []LdapCertificateProvider
- func (o *LdapCertificateIdentityProviderList) GetDataOk() ([]LdapCertificateProvider, bool)
- func (o *LdapCertificateIdentityProviderList) GetDescending() bool
- func (o *LdapCertificateIdentityProviderList) GetDescendingOk() (*bool, bool)
- func (o *LdapCertificateIdentityProviderList) GetFilterBy() []FilterBy
- func (o *LdapCertificateIdentityProviderList) GetFilterByOk() ([]FilterBy, bool)
- func (o *LdapCertificateIdentityProviderList) GetOrderBy() string
- func (o *LdapCertificateIdentityProviderList) GetOrderByOk() (*string, bool)
- func (o *LdapCertificateIdentityProviderList) GetQueries() []string
- func (o *LdapCertificateIdentityProviderList) GetQueriesOk() ([]string, bool)
- func (o *LdapCertificateIdentityProviderList) GetQuery() string
- func (o *LdapCertificateIdentityProviderList) GetQueryOk() (*string, bool)
- func (o *LdapCertificateIdentityProviderList) GetRange() string
- func (o *LdapCertificateIdentityProviderList) GetRangeOk() (*string, bool)
- func (o *LdapCertificateIdentityProviderList) HasData() bool
- func (o *LdapCertificateIdentityProviderList) HasDescending() bool
- func (o *LdapCertificateIdentityProviderList) HasFilterBy() bool
- func (o *LdapCertificateIdentityProviderList) HasOrderBy() bool
- func (o *LdapCertificateIdentityProviderList) HasQueries() bool
- func (o *LdapCertificateIdentityProviderList) HasQuery() bool
- func (o *LdapCertificateIdentityProviderList) HasRange() bool
- func (o LdapCertificateIdentityProviderList) MarshalJSON() ([]byte, error)
- func (o *LdapCertificateIdentityProviderList) SetData(v []LdapCertificateProvider)
- func (o *LdapCertificateIdentityProviderList) SetDescending(v bool)
- func (o *LdapCertificateIdentityProviderList) SetFilterBy(v []FilterBy)
- func (o *LdapCertificateIdentityProviderList) SetOrderBy(v string)
- func (o *LdapCertificateIdentityProviderList) SetQueries(v []string)
- func (o *LdapCertificateIdentityProviderList) SetQuery(v string)
- func (o *LdapCertificateIdentityProviderList) SetRange(v string)
- type LdapCertificateIdentityProvidersApiService
- func (a *LdapCertificateIdentityProvidersApiService) IdentityProvidersGet(ctx context.Context) ApiLdapCertificateIdentityProvidersGetRequest
- func (a *LdapCertificateIdentityProvidersApiService) IdentityProvidersGetExecute(r ApiLdapCertificateIdentityProvidersGetRequest) (*LdapCertificateIdentityProviderList, *http.Response, error)
- func (a *LdapCertificateIdentityProvidersApiService) IdentityProvidersIdAttributesPost(ctx context.Context, id string) ApiLdapCertificateIdentityProvidersIdAttributesPostRequest
- func (a *LdapCertificateIdentityProvidersApiService) IdentityProvidersIdAttributesPostExecute(r ApiLdapCertificateIdentityProvidersIdAttributesPostRequest) (*IdentityProvidersIdAttributesPost200Response, *http.Response, error)
- func (a *LdapCertificateIdentityProvidersApiService) IdentityProvidersIdDelete(ctx context.Context, id string) ApiLdapCertificateIdentityProvidersIdDeleteRequest
- func (a *LdapCertificateIdentityProvidersApiService) IdentityProvidersIdDeleteExecute(r ApiLdapCertificateIdentityProvidersIdDeleteRequest) (*http.Response, error)
- func (a *LdapCertificateIdentityProvidersApiService) IdentityProvidersIdGet(ctx context.Context, id string) ApiLdapCertificateIdentityProvidersIdGetRequest
- func (a *LdapCertificateIdentityProvidersApiService) IdentityProvidersIdGetExecute(r ApiLdapCertificateIdentityProvidersIdGetRequest) (*LdapCertificateProvider, *http.Response, error)
- func (a *LdapCertificateIdentityProvidersApiService) IdentityProvidersIdPut(ctx context.Context, id string) ApiLdapCertificateIdentityProvidersIdPutRequest
- func (a *LdapCertificateIdentityProvidersApiService) IdentityProvidersIdPutExecute(r ApiLdapCertificateIdentityProvidersIdPutRequest) (*LdapCertificateProvider, *http.Response, error)
- func (a *LdapCertificateIdentityProvidersApiService) IdentityProvidersPost(ctx context.Context) ApiLdapCertificateIdentityProvidersPostRequest
- func (a *LdapCertificateIdentityProvidersApiService) IdentityProvidersPostExecute(r ApiLdapCertificateIdentityProvidersPostRequest) (*LdapCertificateProvider, *http.Response, error)
- func (a *LdapCertificateIdentityProvidersApiService) IdentityProvidersTestPost(ctx context.Context) ApiLdapCertificateIdentityProvidersTestPostRequest
- func (a *LdapCertificateIdentityProvidersApiService) IdentityProvidersTestPostExecute(r ApiLdapCertificateIdentityProvidersTestPostRequest) (*IdentityProvidersTestPost200Response, *http.Response, error)
- type LdapCertificateProvider
- func (o *LdapCertificateProvider) GetAdminDistinguishedName() string
- func (o *LdapCertificateProvider) GetAdminDistinguishedNameOk() (*string, bool)
- func (o *LdapCertificateProvider) GetAdminPassword() string
- func (o *LdapCertificateProvider) GetAdminPasswordOk() (*string, bool)
- func (o *LdapCertificateProvider) GetAdminProvider() bool
- func (o *LdapCertificateProvider) GetAdminProviderOk() (*bool, bool)
- func (o *LdapCertificateProvider) GetBaseDn() string
- func (o *LdapCertificateProvider) GetBaseDnOk() (*string, bool)
- func (o *LdapCertificateProvider) GetBlockLocalDnsRequests() bool
- func (o *LdapCertificateProvider) GetBlockLocalDnsRequestsOk() (*bool, bool)
- func (o *LdapCertificateProvider) GetCaCertificates() []string
- func (o *LdapCertificateProvider) GetCaCertificatesOk() ([]string, bool)
- func (o *LdapCertificateProvider) GetCertificateAttribute() string
- func (o *LdapCertificateProvider) GetCertificateAttributeOk() (*string, bool)
- func (o *LdapCertificateProvider) GetCertificatePriorities() []LdapCertificateProviderAllOfCertificatePriorities
- func (o *LdapCertificateProvider) GetCertificatePrioritiesOk() ([]LdapCertificateProviderAllOfCertificatePriorities, bool)
- func (o *LdapCertificateProvider) GetCertificateUserAttribute() string
- func (o *LdapCertificateProvider) GetCertificateUserAttributeOk() (*string, bool)
- func (o *LdapCertificateProvider) GetClaimMappings() []ClaimMappingsInner
- func (o *LdapCertificateProvider) GetClaimMappingsOk() ([]ClaimMappingsInner, bool)
- func (o *LdapCertificateProvider) GetCreated() time.Time
- func (o *LdapCertificateProvider) GetCreatedOk() (*time.Time, bool)
- func (o *LdapCertificateProvider) GetDeviceLimitPerUser() int32
- func (o *LdapCertificateProvider) GetDeviceLimitPerUserOk() (*int32, bool)
- func (o *LdapCertificateProvider) GetDnsSearchDomains() []string
- func (o *LdapCertificateProvider) GetDnsSearchDomainsOk() ([]string, bool)
- func (o *LdapCertificateProvider) GetDnsServers() []string
- func (o *LdapCertificateProvider) GetDnsServersOk() ([]string, bool)
- func (o *LdapCertificateProvider) GetEnforceWindowsNetworkProfileAsDomain() bool
- func (o *LdapCertificateProvider) GetEnforceWindowsNetworkProfileAsDomainOk() (*bool, bool)
- func (o *LdapCertificateProvider) GetHostnames() []string
- func (o *LdapCertificateProvider) GetHostnamesOk() ([]string, bool)
- func (o *LdapCertificateProvider) GetId() string
- func (o *LdapCertificateProvider) GetIdOk() (*string, bool)
- func (o *LdapCertificateProvider) GetInactivityTimeoutMinutes() int32
- func (o *LdapCertificateProvider) GetInactivityTimeoutMinutesOk() (*int32, bool)
- func (o *LdapCertificateProvider) GetIpPoolV4() string
- func (o *LdapCertificateProvider) GetIpPoolV4Ok() (*string, bool)
- func (o *LdapCertificateProvider) GetIpPoolV6() string
- func (o *LdapCertificateProvider) GetIpPoolV6Ok() (*string, bool)
- func (o *LdapCertificateProvider) GetMembershipBaseDn() string
- func (o *LdapCertificateProvider) GetMembershipBaseDnOk() (*string, bool)
- func (o *LdapCertificateProvider) GetMembershipFilter() string
- func (o *LdapCertificateProvider) GetMembershipFilterOk() (*string, bool)
- func (o *LdapCertificateProvider) GetName() string
- func (o *LdapCertificateProvider) GetNameOk() (*string, bool)
- func (o *LdapCertificateProvider) GetNetworkInactivityTimeoutEnabled() bool
- func (o *LdapCertificateProvider) GetNetworkInactivityTimeoutEnabledOk() (*bool, bool)
- func (o *LdapCertificateProvider) GetNotes() string
- func (o *LdapCertificateProvider) GetNotesOk() (*string, bool)
- func (o *LdapCertificateProvider) GetObjectClass() string
- func (o *LdapCertificateProvider) GetObjectClassOk() (*string, bool)
- func (o *LdapCertificateProvider) GetOnBoarding2FA() ConfigurableIdentityProviderAllOfOnBoarding2FA
- func (o *LdapCertificateProvider) GetOnBoarding2FAOk() (*ConfigurableIdentityProviderAllOfOnBoarding2FA, bool)
- func (o *LdapCertificateProvider) GetOnDemandClaimMappings() []OnDemandClaimMappingsInner
- func (o *LdapCertificateProvider) GetOnDemandClaimMappingsOk() ([]OnDemandClaimMappingsInner, bool)
- func (o *LdapCertificateProvider) GetPasswordWarning() LdapProviderAllOfPasswordWarning
- func (o *LdapCertificateProvider) GetPasswordWarningOk() (*LdapProviderAllOfPasswordWarning, bool)
- func (o *LdapCertificateProvider) GetPort() int32
- func (o *LdapCertificateProvider) GetPortOk() (*int32, bool)
- func (o *LdapCertificateProvider) GetSkipX509ExternalChecks() bool
- func (o *LdapCertificateProvider) GetSkipX509ExternalChecksOk() (*bool, bool)
- func (o *LdapCertificateProvider) GetSslEnabled() bool
- func (o *LdapCertificateProvider) GetSslEnabledOk() (*bool, bool)
- func (o *LdapCertificateProvider) GetTags() []string
- func (o *LdapCertificateProvider) GetTagsOk() ([]string, bool)
- func (o *LdapCertificateProvider) GetType() string
- func (o *LdapCertificateProvider) GetTypeOk() (*string, bool)
- func (o *LdapCertificateProvider) GetUpdated() time.Time
- func (o *LdapCertificateProvider) GetUpdatedOk() (*time.Time, bool)
- func (o *LdapCertificateProvider) GetUserScripts() []string
- func (o *LdapCertificateProvider) GetUserScriptsOk() ([]string, bool)
- func (o *LdapCertificateProvider) GetUsernameAttribute() string
- func (o *LdapCertificateProvider) GetUsernameAttributeOk() (*string, bool)
- func (o *LdapCertificateProvider) HasAdminPassword() bool
- func (o *LdapCertificateProvider) HasAdminProvider() bool
- func (o *LdapCertificateProvider) HasBaseDn() bool
- func (o *LdapCertificateProvider) HasBlockLocalDnsRequests() bool
- func (o *LdapCertificateProvider) HasCertificateAttribute() bool
- func (o *LdapCertificateProvider) HasCertificatePriorities() bool
- func (o *LdapCertificateProvider) HasCertificateUserAttribute() bool
- func (o *LdapCertificateProvider) HasClaimMappings() bool
- func (o *LdapCertificateProvider) HasCreated() bool
- func (o *LdapCertificateProvider) HasDeviceLimitPerUser() bool
- func (o *LdapCertificateProvider) HasDnsSearchDomains() bool
- func (o *LdapCertificateProvider) HasDnsServers() bool
- func (o *LdapCertificateProvider) HasEnforceWindowsNetworkProfileAsDomain() bool
- func (o *LdapCertificateProvider) HasId() bool
- func (o *LdapCertificateProvider) HasInactivityTimeoutMinutes() bool
- func (o *LdapCertificateProvider) HasIpPoolV4() bool
- func (o *LdapCertificateProvider) HasIpPoolV6() bool
- func (o *LdapCertificateProvider) HasMembershipBaseDn() bool
- func (o *LdapCertificateProvider) HasMembershipFilter() bool
- func (o *LdapCertificateProvider) HasNetworkInactivityTimeoutEnabled() bool
- func (o *LdapCertificateProvider) HasNotes() bool
- func (o *LdapCertificateProvider) HasObjectClass() bool
- func (o *LdapCertificateProvider) HasOnBoarding2FA() bool
- func (o *LdapCertificateProvider) HasOnDemandClaimMappings() bool
- func (o *LdapCertificateProvider) HasPasswordWarning() bool
- func (o *LdapCertificateProvider) HasSkipX509ExternalChecks() bool
- func (o *LdapCertificateProvider) HasSslEnabled() bool
- func (o *LdapCertificateProvider) HasTags() bool
- func (o *LdapCertificateProvider) HasUpdated() bool
- func (o *LdapCertificateProvider) HasUserScripts() bool
- func (o *LdapCertificateProvider) HasUsernameAttribute() bool
- func (o LdapCertificateProvider) MarshalJSON() ([]byte, error)
- func (o *LdapCertificateProvider) SetAdminDistinguishedName(v string)
- func (o *LdapCertificateProvider) SetAdminPassword(v string)
- func (o *LdapCertificateProvider) SetAdminProvider(v bool)
- func (o *LdapCertificateProvider) SetBaseDn(v string)
- func (o *LdapCertificateProvider) SetBlockLocalDnsRequests(v bool)
- func (o *LdapCertificateProvider) SetCaCertificates(v []string)
- func (o *LdapCertificateProvider) SetCertificateAttribute(v string)
- func (o *LdapCertificateProvider) SetCertificatePriorities(v []LdapCertificateProviderAllOfCertificatePriorities)
- func (o *LdapCertificateProvider) SetCertificateUserAttribute(v string)
- func (o *LdapCertificateProvider) SetClaimMappings(v []ClaimMappingsInner)
- func (o *LdapCertificateProvider) SetCreated(v time.Time)
- func (o *LdapCertificateProvider) SetDeviceLimitPerUser(v int32)
- func (o *LdapCertificateProvider) SetDnsSearchDomains(v []string)
- func (o *LdapCertificateProvider) SetDnsServers(v []string)
- func (o *LdapCertificateProvider) SetEnforceWindowsNetworkProfileAsDomain(v bool)
- func (o *LdapCertificateProvider) SetHostnames(v []string)
- func (o *LdapCertificateProvider) SetId(v string)
- func (o *LdapCertificateProvider) SetInactivityTimeoutMinutes(v int32)
- func (o *LdapCertificateProvider) SetIpPoolV4(v string)
- func (o *LdapCertificateProvider) SetIpPoolV6(v string)
- func (o *LdapCertificateProvider) SetMembershipBaseDn(v string)
- func (o *LdapCertificateProvider) SetMembershipFilter(v string)
- func (o *LdapCertificateProvider) SetName(v string)
- func (o *LdapCertificateProvider) SetNetworkInactivityTimeoutEnabled(v bool)
- func (o *LdapCertificateProvider) SetNotes(v string)
- func (o *LdapCertificateProvider) SetObjectClass(v string)
- func (o *LdapCertificateProvider) SetOnBoarding2FA(v ConfigurableIdentityProviderAllOfOnBoarding2FA)
- func (o *LdapCertificateProvider) SetOnDemandClaimMappings(v []OnDemandClaimMappingsInner)
- func (o *LdapCertificateProvider) SetPasswordWarning(v LdapProviderAllOfPasswordWarning)
- func (o *LdapCertificateProvider) SetPort(v int32)
- func (o *LdapCertificateProvider) SetSkipX509ExternalChecks(v bool)
- func (o *LdapCertificateProvider) SetSslEnabled(v bool)
- func (o *LdapCertificateProvider) SetTags(v []string)
- func (o *LdapCertificateProvider) SetType(v string)
- func (o *LdapCertificateProvider) SetUpdated(v time.Time)
- func (o *LdapCertificateProvider) SetUserScripts(v []string)
- func (o *LdapCertificateProvider) SetUsernameAttribute(v string)
- type LdapCertificateProviderAllOf
- func (o *LdapCertificateProviderAllOf) GetCaCertificates() []string
- func (o *LdapCertificateProviderAllOf) GetCaCertificatesOk() ([]string, bool)
- func (o *LdapCertificateProviderAllOf) GetCertificateAttribute() string
- func (o *LdapCertificateProviderAllOf) GetCertificateAttributeOk() (*string, bool)
- func (o *LdapCertificateProviderAllOf) GetCertificatePriorities() []LdapCertificateProviderAllOfCertificatePriorities
- func (o *LdapCertificateProviderAllOf) GetCertificatePrioritiesOk() ([]LdapCertificateProviderAllOfCertificatePriorities, bool)
- func (o *LdapCertificateProviderAllOf) GetCertificateUserAttribute() string
- func (o *LdapCertificateProviderAllOf) GetCertificateUserAttributeOk() (*string, bool)
- func (o *LdapCertificateProviderAllOf) GetSkipX509ExternalChecks() bool
- func (o *LdapCertificateProviderAllOf) GetSkipX509ExternalChecksOk() (*bool, bool)
- func (o *LdapCertificateProviderAllOf) HasCertificateAttribute() bool
- func (o *LdapCertificateProviderAllOf) HasCertificatePriorities() bool
- func (o *LdapCertificateProviderAllOf) HasCertificateUserAttribute() bool
- func (o *LdapCertificateProviderAllOf) HasSkipX509ExternalChecks() bool
- func (o LdapCertificateProviderAllOf) MarshalJSON() ([]byte, error)
- func (o *LdapCertificateProviderAllOf) SetCaCertificates(v []string)
- func (o *LdapCertificateProviderAllOf) SetCertificateAttribute(v string)
- func (o *LdapCertificateProviderAllOf) SetCertificatePriorities(v []LdapCertificateProviderAllOfCertificatePriorities)
- func (o *LdapCertificateProviderAllOf) SetCertificateUserAttribute(v string)
- func (o *LdapCertificateProviderAllOf) SetSkipX509ExternalChecks(v bool)
- type LdapCertificateProviderAllOfCertificatePriorities
- func (o *LdapCertificateProviderAllOfCertificatePriorities) GetType() string
- func (o *LdapCertificateProviderAllOfCertificatePriorities) GetTypeOk() (*string, bool)
- func (o *LdapCertificateProviderAllOfCertificatePriorities) GetValue() string
- func (o *LdapCertificateProviderAllOfCertificatePriorities) GetValueOk() (*string, bool)
- func (o *LdapCertificateProviderAllOfCertificatePriorities) HasType() bool
- func (o LdapCertificateProviderAllOfCertificatePriorities) MarshalJSON() ([]byte, error)
- func (o *LdapCertificateProviderAllOfCertificatePriorities) SetType(v string)
- func (o *LdapCertificateProviderAllOfCertificatePriorities) SetValue(v string)
- type LdapIdentityProviderList
- func (o *LdapIdentityProviderList) GetData() []LdapProvider
- func (o *LdapIdentityProviderList) GetDataOk() ([]LdapProvider, bool)
- func (o *LdapIdentityProviderList) GetDescending() bool
- func (o *LdapIdentityProviderList) GetDescendingOk() (*bool, bool)
- func (o *LdapIdentityProviderList) GetFilterBy() []FilterBy
- func (o *LdapIdentityProviderList) GetFilterByOk() ([]FilterBy, bool)
- func (o *LdapIdentityProviderList) GetOrderBy() string
- func (o *LdapIdentityProviderList) GetOrderByOk() (*string, bool)
- func (o *LdapIdentityProviderList) GetQueries() []string
- func (o *LdapIdentityProviderList) GetQueriesOk() ([]string, bool)
- func (o *LdapIdentityProviderList) GetQuery() string
- func (o *LdapIdentityProviderList) GetQueryOk() (*string, bool)
- func (o *LdapIdentityProviderList) GetRange() string
- func (o *LdapIdentityProviderList) GetRangeOk() (*string, bool)
- func (o *LdapIdentityProviderList) HasData() bool
- func (o *LdapIdentityProviderList) HasDescending() bool
- func (o *LdapIdentityProviderList) HasFilterBy() bool
- func (o *LdapIdentityProviderList) HasOrderBy() bool
- func (o *LdapIdentityProviderList) HasQueries() bool
- func (o *LdapIdentityProviderList) HasQuery() bool
- func (o *LdapIdentityProviderList) HasRange() bool
- func (o LdapIdentityProviderList) MarshalJSON() ([]byte, error)
- func (o *LdapIdentityProviderList) SetData(v []LdapProvider)
- func (o *LdapIdentityProviderList) SetDescending(v bool)
- func (o *LdapIdentityProviderList) SetFilterBy(v []FilterBy)
- func (o *LdapIdentityProviderList) SetOrderBy(v string)
- func (o *LdapIdentityProviderList) SetQueries(v []string)
- func (o *LdapIdentityProviderList) SetQuery(v string)
- func (o *LdapIdentityProviderList) SetRange(v string)
- type LdapIdentityProvidersApiService
- func (a *LdapIdentityProvidersApiService) IdentityProvidersGet(ctx context.Context) ApiLdapIdentityProvidersGetRequest
- func (a *LdapIdentityProvidersApiService) IdentityProvidersGetExecute(r ApiLdapIdentityProvidersGetRequest) (*LdapIdentityProviderList, *http.Response, error)
- func (a *LdapIdentityProvidersApiService) IdentityProvidersIdAttributesPost(ctx context.Context, id string) ApiLdapIdentityProvidersIdAttributesPostRequest
- func (a *LdapIdentityProvidersApiService) IdentityProvidersIdAttributesPostExecute(r ApiLdapIdentityProvidersIdAttributesPostRequest) (*IdentityProvidersIdAttributesPost200Response, *http.Response, error)
- func (a *LdapIdentityProvidersApiService) IdentityProvidersIdDelete(ctx context.Context, id string) ApiLdapIdentityProvidersIdDeleteRequest
- func (a *LdapIdentityProvidersApiService) IdentityProvidersIdDeleteExecute(r ApiLdapIdentityProvidersIdDeleteRequest) (*http.Response, error)
- func (a *LdapIdentityProvidersApiService) IdentityProvidersIdGet(ctx context.Context, id string) ApiLdapIdentityProvidersIdGetRequest
- func (a *LdapIdentityProvidersApiService) IdentityProvidersIdGetExecute(r ApiLdapIdentityProvidersIdGetRequest) (*LdapProvider, *http.Response, error)
- func (a *LdapIdentityProvidersApiService) IdentityProvidersIdPut(ctx context.Context, id string) ApiLdapIdentityProvidersIdPutRequest
- func (a *LdapIdentityProvidersApiService) IdentityProvidersIdPutExecute(r ApiLdapIdentityProvidersIdPutRequest) (*LdapProvider, *http.Response, error)
- func (a *LdapIdentityProvidersApiService) IdentityProvidersPost(ctx context.Context) ApiLdapIdentityProvidersPostRequest
- func (a *LdapIdentityProvidersApiService) IdentityProvidersPostExecute(r ApiLdapIdentityProvidersPostRequest) (*LdapProvider, *http.Response, error)
- func (a *LdapIdentityProvidersApiService) IdentityProvidersTestPost(ctx context.Context) ApiLdapIdentityProvidersTestPostRequest
- func (a *LdapIdentityProvidersApiService) IdentityProvidersTestPostExecute(r ApiLdapIdentityProvidersTestPostRequest) (*IdentityProvidersTestPost200Response, *http.Response, error)
- type LdapProvider
- func (o *LdapProvider) GetAdminDistinguishedName() string
- func (o *LdapProvider) GetAdminDistinguishedNameOk() (*string, bool)
- func (o *LdapProvider) GetAdminPassword() string
- func (o *LdapProvider) GetAdminPasswordOk() (*string, bool)
- func (o *LdapProvider) GetAdminProvider() bool
- func (o *LdapProvider) GetAdminProviderOk() (*bool, bool)
- func (o *LdapProvider) GetBaseDn() string
- func (o *LdapProvider) GetBaseDnOk() (*string, bool)
- func (o *LdapProvider) GetBlockLocalDnsRequests() bool
- func (o *LdapProvider) GetBlockLocalDnsRequestsOk() (*bool, bool)
- func (o *LdapProvider) GetClaimMappings() []ClaimMappingsInner
- func (o *LdapProvider) GetClaimMappingsOk() ([]ClaimMappingsInner, bool)
- func (o *LdapProvider) GetCreated() time.Time
- func (o *LdapProvider) GetCreatedOk() (*time.Time, bool)
- func (o *LdapProvider) GetDeviceLimitPerUser() int32
- func (o *LdapProvider) GetDeviceLimitPerUserOk() (*int32, bool)
- func (o *LdapProvider) GetDnsSearchDomains() []string
- func (o *LdapProvider) GetDnsSearchDomainsOk() ([]string, bool)
- func (o *LdapProvider) GetDnsServers() []string
- func (o *LdapProvider) GetDnsServersOk() ([]string, bool)
- func (o *LdapProvider) GetEnforceWindowsNetworkProfileAsDomain() bool
- func (o *LdapProvider) GetEnforceWindowsNetworkProfileAsDomainOk() (*bool, bool)
- func (o *LdapProvider) GetHostnames() []string
- func (o *LdapProvider) GetHostnamesOk() ([]string, bool)
- func (o *LdapProvider) GetId() string
- func (o *LdapProvider) GetIdOk() (*string, bool)
- func (o *LdapProvider) GetInactivityTimeoutMinutes() int32
- func (o *LdapProvider) GetInactivityTimeoutMinutesOk() (*int32, bool)
- func (o *LdapProvider) GetIpPoolV4() string
- func (o *LdapProvider) GetIpPoolV4Ok() (*string, bool)
- func (o *LdapProvider) GetIpPoolV6() string
- func (o *LdapProvider) GetIpPoolV6Ok() (*string, bool)
- func (o *LdapProvider) GetMembershipBaseDn() string
- func (o *LdapProvider) GetMembershipBaseDnOk() (*string, bool)
- func (o *LdapProvider) GetMembershipFilter() string
- func (o *LdapProvider) GetMembershipFilterOk() (*string, bool)
- func (o *LdapProvider) GetName() string
- func (o *LdapProvider) GetNameOk() (*string, bool)
- func (o *LdapProvider) GetNetworkInactivityTimeoutEnabled() bool
- func (o *LdapProvider) GetNetworkInactivityTimeoutEnabledOk() (*bool, bool)
- func (o *LdapProvider) GetNotes() string
- func (o *LdapProvider) GetNotesOk() (*string, bool)
- func (o *LdapProvider) GetObjectClass() string
- func (o *LdapProvider) GetObjectClassOk() (*string, bool)
- func (o *LdapProvider) GetOnBoarding2FA() ConfigurableIdentityProviderAllOfOnBoarding2FA
- func (o *LdapProvider) GetOnBoarding2FAOk() (*ConfigurableIdentityProviderAllOfOnBoarding2FA, bool)
- func (o *LdapProvider) GetOnDemandClaimMappings() []OnDemandClaimMappingsInner
- func (o *LdapProvider) GetOnDemandClaimMappingsOk() ([]OnDemandClaimMappingsInner, bool)
- func (o *LdapProvider) GetPasswordWarning() LdapProviderAllOfPasswordWarning
- func (o *LdapProvider) GetPasswordWarningOk() (*LdapProviderAllOfPasswordWarning, bool)
- func (o *LdapProvider) GetPort() int32
- func (o *LdapProvider) GetPortOk() (*int32, bool)
- func (o *LdapProvider) GetSslEnabled() bool
- func (o *LdapProvider) GetSslEnabledOk() (*bool, bool)
- func (o *LdapProvider) GetTags() []string
- func (o *LdapProvider) GetTagsOk() ([]string, bool)
- func (o *LdapProvider) GetType() string
- func (o *LdapProvider) GetTypeOk() (*string, bool)
- func (o *LdapProvider) GetUpdated() time.Time
- func (o *LdapProvider) GetUpdatedOk() (*time.Time, bool)
- func (o *LdapProvider) GetUserScripts() []string
- func (o *LdapProvider) GetUserScriptsOk() ([]string, bool)
- func (o *LdapProvider) GetUsernameAttribute() string
- func (o *LdapProvider) GetUsernameAttributeOk() (*string, bool)
- func (o *LdapProvider) HasAdminPassword() bool
- func (o *LdapProvider) HasAdminProvider() bool
- func (o *LdapProvider) HasBaseDn() bool
- func (o *LdapProvider) HasBlockLocalDnsRequests() bool
- func (o *LdapProvider) HasClaimMappings() bool
- func (o *LdapProvider) HasCreated() bool
- func (o *LdapProvider) HasDeviceLimitPerUser() bool
- func (o *LdapProvider) HasDnsSearchDomains() bool
- func (o *LdapProvider) HasDnsServers() bool
- func (o *LdapProvider) HasEnforceWindowsNetworkProfileAsDomain() bool
- func (o *LdapProvider) HasId() bool
- func (o *LdapProvider) HasInactivityTimeoutMinutes() bool
- func (o *LdapProvider) HasIpPoolV4() bool
- func (o *LdapProvider) HasIpPoolV6() bool
- func (o *LdapProvider) HasMembershipBaseDn() bool
- func (o *LdapProvider) HasMembershipFilter() bool
- func (o *LdapProvider) HasNetworkInactivityTimeoutEnabled() bool
- func (o *LdapProvider) HasNotes() bool
- func (o *LdapProvider) HasObjectClass() bool
- func (o *LdapProvider) HasOnBoarding2FA() bool
- func (o *LdapProvider) HasOnDemandClaimMappings() bool
- func (o *LdapProvider) HasPasswordWarning() bool
- func (o *LdapProvider) HasSslEnabled() bool
- func (o *LdapProvider) HasTags() bool
- func (o *LdapProvider) HasUpdated() bool
- func (o *LdapProvider) HasUserScripts() bool
- func (o *LdapProvider) HasUsernameAttribute() bool
- func (o LdapProvider) MarshalJSON() ([]byte, error)
- func (o *LdapProvider) SetAdminDistinguishedName(v string)
- func (o *LdapProvider) SetAdminPassword(v string)
- func (o *LdapProvider) SetAdminProvider(v bool)
- func (o *LdapProvider) SetBaseDn(v string)
- func (o *LdapProvider) SetBlockLocalDnsRequests(v bool)
- func (o *LdapProvider) SetClaimMappings(v []ClaimMappingsInner)
- func (o *LdapProvider) SetCreated(v time.Time)
- func (o *LdapProvider) SetDeviceLimitPerUser(v int32)
- func (o *LdapProvider) SetDnsSearchDomains(v []string)
- func (o *LdapProvider) SetDnsServers(v []string)
- func (o *LdapProvider) SetEnforceWindowsNetworkProfileAsDomain(v bool)
- func (o *LdapProvider) SetHostnames(v []string)
- func (o *LdapProvider) SetId(v string)
- func (o *LdapProvider) SetInactivityTimeoutMinutes(v int32)
- func (o *LdapProvider) SetIpPoolV4(v string)
- func (o *LdapProvider) SetIpPoolV6(v string)
- func (o *LdapProvider) SetMembershipBaseDn(v string)
- func (o *LdapProvider) SetMembershipFilter(v string)
- func (o *LdapProvider) SetName(v string)
- func (o *LdapProvider) SetNetworkInactivityTimeoutEnabled(v bool)
- func (o *LdapProvider) SetNotes(v string)
- func (o *LdapProvider) SetObjectClass(v string)
- func (o *LdapProvider) SetOnBoarding2FA(v ConfigurableIdentityProviderAllOfOnBoarding2FA)
- func (o *LdapProvider) SetOnDemandClaimMappings(v []OnDemandClaimMappingsInner)
- func (o *LdapProvider) SetPasswordWarning(v LdapProviderAllOfPasswordWarning)
- func (o *LdapProvider) SetPort(v int32)
- func (o *LdapProvider) SetSslEnabled(v bool)
- func (o *LdapProvider) SetTags(v []string)
- func (o *LdapProvider) SetType(v string)
- func (o *LdapProvider) SetUpdated(v time.Time)
- func (o *LdapProvider) SetUserScripts(v []string)
- func (o *LdapProvider) SetUsernameAttribute(v string)
- type LdapProviderAllOf
- func (o *LdapProviderAllOf) GetAdminDistinguishedName() string
- func (o *LdapProviderAllOf) GetAdminDistinguishedNameOk() (*string, bool)
- func (o *LdapProviderAllOf) GetAdminPassword() string
- func (o *LdapProviderAllOf) GetAdminPasswordOk() (*string, bool)
- func (o *LdapProviderAllOf) GetBaseDn() string
- func (o *LdapProviderAllOf) GetBaseDnOk() (*string, bool)
- func (o *LdapProviderAllOf) GetHostnames() []string
- func (o *LdapProviderAllOf) GetHostnamesOk() ([]string, bool)
- func (o *LdapProviderAllOf) GetMembershipBaseDn() string
- func (o *LdapProviderAllOf) GetMembershipBaseDnOk() (*string, bool)
- func (o *LdapProviderAllOf) GetMembershipFilter() string
- func (o *LdapProviderAllOf) GetMembershipFilterOk() (*string, bool)
- func (o *LdapProviderAllOf) GetObjectClass() string
- func (o *LdapProviderAllOf) GetObjectClassOk() (*string, bool)
- func (o *LdapProviderAllOf) GetPasswordWarning() LdapProviderAllOfPasswordWarning
- func (o *LdapProviderAllOf) GetPasswordWarningOk() (*LdapProviderAllOfPasswordWarning, bool)
- func (o *LdapProviderAllOf) GetPort() int32
- func (o *LdapProviderAllOf) GetPortOk() (*int32, bool)
- func (o *LdapProviderAllOf) GetSslEnabled() bool
- func (o *LdapProviderAllOf) GetSslEnabledOk() (*bool, bool)
- func (o *LdapProviderAllOf) GetUsernameAttribute() string
- func (o *LdapProviderAllOf) GetUsernameAttributeOk() (*string, bool)
- func (o *LdapProviderAllOf) HasAdminPassword() bool
- func (o *LdapProviderAllOf) HasBaseDn() bool
- func (o *LdapProviderAllOf) HasMembershipBaseDn() bool
- func (o *LdapProviderAllOf) HasMembershipFilter() bool
- func (o *LdapProviderAllOf) HasObjectClass() bool
- func (o *LdapProviderAllOf) HasPasswordWarning() bool
- func (o *LdapProviderAllOf) HasSslEnabled() bool
- func (o *LdapProviderAllOf) HasUsernameAttribute() bool
- func (o LdapProviderAllOf) MarshalJSON() ([]byte, error)
- func (o *LdapProviderAllOf) SetAdminDistinguishedName(v string)
- func (o *LdapProviderAllOf) SetAdminPassword(v string)
- func (o *LdapProviderAllOf) SetBaseDn(v string)
- func (o *LdapProviderAllOf) SetHostnames(v []string)
- func (o *LdapProviderAllOf) SetMembershipBaseDn(v string)
- func (o *LdapProviderAllOf) SetMembershipFilter(v string)
- func (o *LdapProviderAllOf) SetObjectClass(v string)
- func (o *LdapProviderAllOf) SetPasswordWarning(v LdapProviderAllOfPasswordWarning)
- func (o *LdapProviderAllOf) SetPort(v int32)
- func (o *LdapProviderAllOf) SetSslEnabled(v bool)
- func (o *LdapProviderAllOf) SetUsernameAttribute(v string)
- type LdapProviderAllOfPasswordWarning
- func (o *LdapProviderAllOfPasswordWarning) GetEnabled() bool
- func (o *LdapProviderAllOfPasswordWarning) GetEnabledOk() (*bool, bool)
- func (o *LdapProviderAllOfPasswordWarning) GetMessage() string
- func (o *LdapProviderAllOfPasswordWarning) GetMessageOk() (*string, bool)
- func (o *LdapProviderAllOfPasswordWarning) GetThresholdDays() int32
- func (o *LdapProviderAllOfPasswordWarning) GetThresholdDaysOk() (*int32, bool)
- func (o *LdapProviderAllOfPasswordWarning) HasEnabled() bool
- func (o *LdapProviderAllOfPasswordWarning) HasMessage() bool
- func (o *LdapProviderAllOfPasswordWarning) HasThresholdDays() bool
- func (o LdapProviderAllOfPasswordWarning) MarshalJSON() ([]byte, error)
- func (o *LdapProviderAllOfPasswordWarning) SetEnabled(v bool)
- func (o *LdapProviderAllOfPasswordWarning) SetMessage(v string)
- func (o *LdapProviderAllOfPasswordWarning) SetThresholdDays(v int32)
- type License
- func (o *License) GetError() string
- func (o *License) GetErrorOk() (*string, bool)
- func (o *License) GetExpiration() time.Time
- func (o *License) GetExpirationOk() (*time.Time, bool)
- func (o *License) GetId() string
- func (o *License) GetIdOk() (*string, bool)
- func (o *License) GetMaxConnectorGroups() float32
- func (o *License) GetMaxConnectorGroupsOk() (*float32, bool)
- func (o *License) GetMaxPortalUsers() float32
- func (o *License) GetMaxPortalUsersOk() (*float32, bool)
- func (o *License) GetMaxServiceUsers() float32
- func (o *License) GetMaxServiceUsersOk() (*float32, bool)
- func (o *License) GetMaxSites() float32
- func (o *License) GetMaxSitesOk() (*float32, bool)
- func (o *License) GetMaxUsers() float32
- func (o *License) GetMaxUsersOk() (*float32, bool)
- func (o *License) GetPortalUsersLeaseTimeHours() float32
- func (o *License) GetPortalUsersLeaseTimeHoursOk() (*float32, bool)
- func (o *License) GetRequest() string
- func (o *License) GetRequestOk() (*string, bool)
- func (o *License) GetServiceUsersLeaseTimeHours() float32
- func (o *License) GetServiceUsersLeaseTimeHoursOk() (*float32, bool)
- func (o *License) GetType() float32
- func (o *License) GetTypeOk() (*float32, bool)
- func (o *License) GetUsersLeaseTimeHours() float32
- func (o *License) GetUsersLeaseTimeHoursOk() (*float32, bool)
- func (o *License) GetVersion() float32
- func (o *License) GetVersionOk() (*float32, bool)
- func (o *License) HasError() bool
- func (o *License) HasExpiration() bool
- func (o *License) HasId() bool
- func (o *License) HasMaxConnectorGroups() bool
- func (o *License) HasMaxPortalUsers() bool
- func (o *License) HasMaxServiceUsers() bool
- func (o *License) HasMaxSites() bool
- func (o *License) HasMaxUsers() bool
- func (o *License) HasPortalUsersLeaseTimeHours() bool
- func (o *License) HasRequest() bool
- func (o *License) HasServiceUsersLeaseTimeHours() bool
- func (o *License) HasType() bool
- func (o *License) HasUsersLeaseTimeHours() bool
- func (o *License) HasVersion() bool
- func (o License) MarshalJSON() ([]byte, error)
- func (o *License) SetError(v string)
- func (o *License) SetExpiration(v time.Time)
- func (o *License) SetId(v string)
- func (o *License) SetMaxConnectorGroups(v float32)
- func (o *License) SetMaxPortalUsers(v float32)
- func (o *License) SetMaxServiceUsers(v float32)
- func (o *License) SetMaxSites(v float32)
- func (o *License) SetMaxUsers(v float32)
- func (o *License) SetPortalUsersLeaseTimeHours(v float32)
- func (o *License) SetRequest(v string)
- func (o *License) SetServiceUsersLeaseTimeHours(v float32)
- func (o *License) SetType(v float32)
- func (o *License) SetUsersLeaseTimeHours(v float32)
- func (o *License) SetVersion(v float32)
- type LicenseAllOf
- func (o *LicenseAllOf) GetError() string
- func (o *LicenseAllOf) GetErrorOk() (*string, bool)
- func (o *LicenseAllOf) GetExpiration() time.Time
- func (o *LicenseAllOf) GetExpirationOk() (*time.Time, bool)
- func (o *LicenseAllOf) GetId() string
- func (o *LicenseAllOf) GetIdOk() (*string, bool)
- func (o *LicenseAllOf) GetRequest() string
- func (o *LicenseAllOf) GetRequestOk() (*string, bool)
- func (o *LicenseAllOf) GetType() float32
- func (o *LicenseAllOf) GetTypeOk() (*float32, bool)
- func (o *LicenseAllOf) GetVersion() float32
- func (o *LicenseAllOf) GetVersionOk() (*float32, bool)
- func (o *LicenseAllOf) HasError() bool
- func (o *LicenseAllOf) HasExpiration() bool
- func (o *LicenseAllOf) HasId() bool
- func (o *LicenseAllOf) HasRequest() bool
- func (o *LicenseAllOf) HasType() bool
- func (o *LicenseAllOf) HasVersion() bool
- func (o LicenseAllOf) MarshalJSON() ([]byte, error)
- func (o *LicenseAllOf) SetError(v string)
- func (o *LicenseAllOf) SetExpiration(v time.Time)
- func (o *LicenseAllOf) SetId(v string)
- func (o *LicenseAllOf) SetRequest(v string)
- func (o *LicenseAllOf) SetType(v float32)
- func (o *LicenseAllOf) SetVersion(v float32)
- type LicenseApiService
- func (a *LicenseApiService) LicenseDelete(ctx context.Context) ApiLicenseDeleteRequest
- func (a *LicenseApiService) LicenseDeleteExecute(r ApiLicenseDeleteRequest) (*http.Response, error)
- func (a *LicenseApiService) LicenseGet(ctx context.Context) ApiLicenseGetRequest
- func (a *LicenseApiService) LicenseGetExecute(r ApiLicenseGetRequest) (*LicenseDetails, *http.Response, error)
- func (a *LicenseApiService) LicenseIdDelete(ctx context.Context, id string) ApiLicenseIdDeleteRequest
- func (a *LicenseApiService) LicenseIdDeleteExecute(r ApiLicenseIdDeleteRequest) (*http.Response, error)
- func (a *LicenseApiService) LicenseNextDelete(ctx context.Context) ApiLicenseNextDeleteRequest
- func (a *LicenseApiService) LicenseNextDeleteExecute(r ApiLicenseNextDeleteRequest) (*http.Response, error)
- func (a *LicenseApiService) LicenseNextGet(ctx context.Context) ApiLicenseNextGetRequest
- func (a *LicenseApiService) LicenseNextGetExecute(r ApiLicenseNextGetRequest) (*LicenseDetails, *http.Response, error)
- func (a *LicenseApiService) LicenseNextPost(ctx context.Context) ApiLicenseNextPostRequest
- func (a *LicenseApiService) LicenseNextPostExecute(r ApiLicenseNextPostRequest) (*License, *http.Response, error)
- func (a *LicenseApiService) LicensePost(ctx context.Context) ApiLicensePostRequest
- func (a *LicenseApiService) LicensePostExecute(r ApiLicensePostRequest) (*License, *http.Response, error)
- type LicenseDetails
- func (o *LicenseDetails) GetEntitled() LicenseEntitlement
- func (o *LicenseDetails) GetEntitledOk() (*LicenseEntitlement, bool)
- func (o *LicenseDetails) GetLicenses() []License
- func (o *LicenseDetails) GetLicensesOk() ([]License, bool)
- func (o *LicenseDetails) GetRequestCode() string
- func (o *LicenseDetails) GetRequestCodeOk() (*string, bool)
- func (o *LicenseDetails) GetUsage() LicenseDetailsUsage
- func (o *LicenseDetails) GetUsageOk() (*LicenseDetailsUsage, bool)
- func (o *LicenseDetails) HasEntitled() bool
- func (o *LicenseDetails) HasLicenses() bool
- func (o *LicenseDetails) HasRequestCode() bool
- func (o *LicenseDetails) HasUsage() bool
- func (o LicenseDetails) MarshalJSON() ([]byte, error)
- func (o *LicenseDetails) SetEntitled(v LicenseEntitlement)
- func (o *LicenseDetails) SetLicenses(v []License)
- func (o *LicenseDetails) SetRequestCode(v string)
- func (o *LicenseDetails) SetUsage(v LicenseDetailsUsage)
- type LicenseDetailsUsage
- func (o *LicenseDetailsUsage) GetConnectorGroups() float32
- func (o *LicenseDetailsUsage) GetConnectorGroupsOk() (*float32, bool)
- func (o *LicenseDetailsUsage) GetPortalUsers() float32
- func (o *LicenseDetailsUsage) GetPortalUsersOk() (*float32, bool)
- func (o *LicenseDetailsUsage) GetServiceUsers() float32
- func (o *LicenseDetailsUsage) GetServiceUsersOk() (*float32, bool)
- func (o *LicenseDetailsUsage) GetSites() float32
- func (o *LicenseDetailsUsage) GetSitesOk() (*float32, bool)
- func (o *LicenseDetailsUsage) GetUsers() float32
- func (o *LicenseDetailsUsage) GetUsersOk() (*float32, bool)
- func (o *LicenseDetailsUsage) HasConnectorGroups() bool
- func (o *LicenseDetailsUsage) HasPortalUsers() bool
- func (o *LicenseDetailsUsage) HasServiceUsers() bool
- func (o *LicenseDetailsUsage) HasSites() bool
- func (o *LicenseDetailsUsage) HasUsers() bool
- func (o LicenseDetailsUsage) MarshalJSON() ([]byte, error)
- func (o *LicenseDetailsUsage) SetConnectorGroups(v float32)
- func (o *LicenseDetailsUsage) SetPortalUsers(v float32)
- func (o *LicenseDetailsUsage) SetServiceUsers(v float32)
- func (o *LicenseDetailsUsage) SetSites(v float32)
- func (o *LicenseDetailsUsage) SetUsers(v float32)
- type LicenseEntitlement
- func (o *LicenseEntitlement) GetMaxConnectorGroups() float32
- func (o *LicenseEntitlement) GetMaxConnectorGroupsOk() (*float32, bool)
- func (o *LicenseEntitlement) GetMaxPortalUsers() float32
- func (o *LicenseEntitlement) GetMaxPortalUsersOk() (*float32, bool)
- func (o *LicenseEntitlement) GetMaxServiceUsers() float32
- func (o *LicenseEntitlement) GetMaxServiceUsersOk() (*float32, bool)
- func (o *LicenseEntitlement) GetMaxSites() float32
- func (o *LicenseEntitlement) GetMaxSitesOk() (*float32, bool)
- func (o *LicenseEntitlement) GetMaxUsers() float32
- func (o *LicenseEntitlement) GetMaxUsersOk() (*float32, bool)
- func (o *LicenseEntitlement) GetPortalUsersLeaseTimeHours() float32
- func (o *LicenseEntitlement) GetPortalUsersLeaseTimeHoursOk() (*float32, bool)
- func (o *LicenseEntitlement) GetServiceUsersLeaseTimeHours() float32
- func (o *LicenseEntitlement) GetServiceUsersLeaseTimeHoursOk() (*float32, bool)
- func (o *LicenseEntitlement) GetUsersLeaseTimeHours() float32
- func (o *LicenseEntitlement) GetUsersLeaseTimeHoursOk() (*float32, bool)
- func (o *LicenseEntitlement) HasMaxConnectorGroups() bool
- func (o *LicenseEntitlement) HasMaxPortalUsers() bool
- func (o *LicenseEntitlement) HasMaxServiceUsers() bool
- func (o *LicenseEntitlement) HasMaxSites() bool
- func (o *LicenseEntitlement) HasMaxUsers() bool
- func (o *LicenseEntitlement) HasPortalUsersLeaseTimeHours() bool
- func (o *LicenseEntitlement) HasServiceUsersLeaseTimeHours() bool
- func (o *LicenseEntitlement) HasUsersLeaseTimeHours() bool
- func (o LicenseEntitlement) MarshalJSON() ([]byte, error)
- func (o *LicenseEntitlement) SetMaxConnectorGroups(v float32)
- func (o *LicenseEntitlement) SetMaxPortalUsers(v float32)
- func (o *LicenseEntitlement) SetMaxServiceUsers(v float32)
- func (o *LicenseEntitlement) SetMaxSites(v float32)
- func (o *LicenseEntitlement) SetMaxUsers(v float32)
- func (o *LicenseEntitlement) SetPortalUsersLeaseTimeHours(v float32)
- func (o *LicenseEntitlement) SetServiceUsersLeaseTimeHours(v float32)
- func (o *LicenseEntitlement) SetUsersLeaseTimeHours(v float32)
- type LicenseImport
- type LicensedUsersApiService
- type LocalDatabaseIdentityProviderList
- func (o *LocalDatabaseIdentityProviderList) GetData() []LocalDatabaseProvider
- func (o *LocalDatabaseIdentityProviderList) GetDataOk() ([]LocalDatabaseProvider, bool)
- func (o *LocalDatabaseIdentityProviderList) GetDescending() bool
- func (o *LocalDatabaseIdentityProviderList) GetDescendingOk() (*bool, bool)
- func (o *LocalDatabaseIdentityProviderList) GetFilterBy() []FilterBy
- func (o *LocalDatabaseIdentityProviderList) GetFilterByOk() ([]FilterBy, bool)
- func (o *LocalDatabaseIdentityProviderList) GetOrderBy() string
- func (o *LocalDatabaseIdentityProviderList) GetOrderByOk() (*string, bool)
- func (o *LocalDatabaseIdentityProviderList) GetQueries() []string
- func (o *LocalDatabaseIdentityProviderList) GetQueriesOk() ([]string, bool)
- func (o *LocalDatabaseIdentityProviderList) GetQuery() string
- func (o *LocalDatabaseIdentityProviderList) GetQueryOk() (*string, bool)
- func (o *LocalDatabaseIdentityProviderList) GetRange() string
- func (o *LocalDatabaseIdentityProviderList) GetRangeOk() (*string, bool)
- func (o *LocalDatabaseIdentityProviderList) HasData() bool
- func (o *LocalDatabaseIdentityProviderList) HasDescending() bool
- func (o *LocalDatabaseIdentityProviderList) HasFilterBy() bool
- func (o *LocalDatabaseIdentityProviderList) HasOrderBy() bool
- func (o *LocalDatabaseIdentityProviderList) HasQueries() bool
- func (o *LocalDatabaseIdentityProviderList) HasQuery() bool
- func (o *LocalDatabaseIdentityProviderList) HasRange() bool
- func (o LocalDatabaseIdentityProviderList) MarshalJSON() ([]byte, error)
- func (o *LocalDatabaseIdentityProviderList) SetData(v []LocalDatabaseProvider)
- func (o *LocalDatabaseIdentityProviderList) SetDescending(v bool)
- func (o *LocalDatabaseIdentityProviderList) SetFilterBy(v []FilterBy)
- func (o *LocalDatabaseIdentityProviderList) SetOrderBy(v string)
- func (o *LocalDatabaseIdentityProviderList) SetQueries(v []string)
- func (o *LocalDatabaseIdentityProviderList) SetQuery(v string)
- func (o *LocalDatabaseIdentityProviderList) SetRange(v string)
- type LocalDatabaseIdentityProvidersApiService
- func (a *LocalDatabaseIdentityProvidersApiService) IdentityProvidersGet(ctx context.Context) ApiLocalDatabaseIdentityProvidersGetRequest
- func (a *LocalDatabaseIdentityProvidersApiService) IdentityProvidersGetExecute(r ApiLocalDatabaseIdentityProvidersGetRequest) (*LocalDatabaseIdentityProviderList, *http.Response, error)
- func (a *LocalDatabaseIdentityProvidersApiService) IdentityProvidersIdAttributesPost(ctx context.Context, id string) ApiLocalDatabaseIdentityProvidersIdAttributesPostRequest
- func (a *LocalDatabaseIdentityProvidersApiService) IdentityProvidersIdAttributesPostExecute(r ApiLocalDatabaseIdentityProvidersIdAttributesPostRequest) (*IdentityProvidersIdAttributesPost200Response, *http.Response, error)
- func (a *LocalDatabaseIdentityProvidersApiService) IdentityProvidersIdDelete(ctx context.Context, id string) ApiLocalDatabaseIdentityProvidersIdDeleteRequest
- func (a *LocalDatabaseIdentityProvidersApiService) IdentityProvidersIdDeleteExecute(r ApiLocalDatabaseIdentityProvidersIdDeleteRequest) (*http.Response, error)
- func (a *LocalDatabaseIdentityProvidersApiService) IdentityProvidersIdGet(ctx context.Context, id string) ApiLocalDatabaseIdentityProvidersIdGetRequest
- func (a *LocalDatabaseIdentityProvidersApiService) IdentityProvidersIdGetExecute(r ApiLocalDatabaseIdentityProvidersIdGetRequest) (*LocalDatabaseProvider, *http.Response, error)
- func (a *LocalDatabaseIdentityProvidersApiService) IdentityProvidersIdPut(ctx context.Context, id string) ApiLocalDatabaseIdentityProvidersIdPutRequest
- func (a *LocalDatabaseIdentityProvidersApiService) IdentityProvidersIdPutExecute(r ApiLocalDatabaseIdentityProvidersIdPutRequest) (*LocalDatabaseProvider, *http.Response, error)
- func (a *LocalDatabaseIdentityProvidersApiService) IdentityProvidersPost(ctx context.Context) ApiLocalDatabaseIdentityProvidersPostRequest
- func (a *LocalDatabaseIdentityProvidersApiService) IdentityProvidersPostExecute(r ApiLocalDatabaseIdentityProvidersPostRequest) (*LocalDatabaseProvider, *http.Response, error)
- func (a *LocalDatabaseIdentityProvidersApiService) IdentityProvidersTestPost(ctx context.Context) ApiLocalDatabaseIdentityProvidersTestPostRequest
- func (a *LocalDatabaseIdentityProvidersApiService) IdentityProvidersTestPostExecute(r ApiLocalDatabaseIdentityProvidersTestPostRequest) (*IdentityProvidersTestPost200Response, *http.Response, error)
- type LocalDatabaseProvider
- func (o *LocalDatabaseProvider) GetAdminProvider() bool
- func (o *LocalDatabaseProvider) GetAdminProviderOk() (*bool, bool)
- func (o *LocalDatabaseProvider) GetBlockLocalDnsRequests() bool
- func (o *LocalDatabaseProvider) GetBlockLocalDnsRequestsOk() (*bool, bool)
- func (o *LocalDatabaseProvider) GetClaimMappings() []ClaimMappingsInner
- func (o *LocalDatabaseProvider) GetClaimMappingsOk() ([]ClaimMappingsInner, bool)
- func (o *LocalDatabaseProvider) GetCreated() time.Time
- func (o *LocalDatabaseProvider) GetCreatedOk() (*time.Time, bool)
- func (o *LocalDatabaseProvider) GetDeviceLimitPerUser() int32
- func (o *LocalDatabaseProvider) GetDeviceLimitPerUserOk() (*int32, bool)
- func (o *LocalDatabaseProvider) GetDnsSearchDomains() []string
- func (o *LocalDatabaseProvider) GetDnsSearchDomainsOk() ([]string, bool)
- func (o *LocalDatabaseProvider) GetDnsServers() []string
- func (o *LocalDatabaseProvider) GetDnsServersOk() ([]string, bool)
- func (o *LocalDatabaseProvider) GetEnforceWindowsNetworkProfileAsDomain() bool
- func (o *LocalDatabaseProvider) GetEnforceWindowsNetworkProfileAsDomainOk() (*bool, bool)
- func (o *LocalDatabaseProvider) GetId() string
- func (o *LocalDatabaseProvider) GetIdOk() (*string, bool)
- func (o *LocalDatabaseProvider) GetInactivityTimeoutMinutes() int32
- func (o *LocalDatabaseProvider) GetInactivityTimeoutMinutesOk() (*int32, bool)
- func (o *LocalDatabaseProvider) GetIpPoolV4() string
- func (o *LocalDatabaseProvider) GetIpPoolV4Ok() (*string, bool)
- func (o *LocalDatabaseProvider) GetIpPoolV6() string
- func (o *LocalDatabaseProvider) GetIpPoolV6Ok() (*string, bool)
- func (o *LocalDatabaseProvider) GetMinPasswordLength() int32
- func (o *LocalDatabaseProvider) GetMinPasswordLengthOk() (*int32, bool)
- func (o *LocalDatabaseProvider) GetName() string
- func (o *LocalDatabaseProvider) GetNameOk() (*string, bool)
- func (o *LocalDatabaseProvider) GetNetworkInactivityTimeoutEnabled() bool
- func (o *LocalDatabaseProvider) GetNetworkInactivityTimeoutEnabledOk() (*bool, bool)
- func (o *LocalDatabaseProvider) GetNotes() string
- func (o *LocalDatabaseProvider) GetNotesOk() (*string, bool)
- func (o *LocalDatabaseProvider) GetOnBoarding2FA() ConfigurableIdentityProviderAllOfOnBoarding2FA
- func (o *LocalDatabaseProvider) GetOnBoarding2FAOk() (*ConfigurableIdentityProviderAllOfOnBoarding2FA, bool)
- func (o *LocalDatabaseProvider) GetOnDemandClaimMappings() []OnDemandClaimMappingsInner
- func (o *LocalDatabaseProvider) GetOnDemandClaimMappingsOk() ([]OnDemandClaimMappingsInner, bool)
- func (o *LocalDatabaseProvider) GetTags() []string
- func (o *LocalDatabaseProvider) GetTagsOk() ([]string, bool)
- func (o *LocalDatabaseProvider) GetType() string
- func (o *LocalDatabaseProvider) GetTypeOk() (*string, bool)
- func (o *LocalDatabaseProvider) GetUpdated() time.Time
- func (o *LocalDatabaseProvider) GetUpdatedOk() (*time.Time, bool)
- func (o *LocalDatabaseProvider) GetUserLockoutDurationMinutes() int32
- func (o *LocalDatabaseProvider) GetUserLockoutDurationMinutesOk() (*int32, bool)
- func (o *LocalDatabaseProvider) GetUserLockoutThreshold() int32
- func (o *LocalDatabaseProvider) GetUserLockoutThresholdOk() (*int32, bool)
- func (o *LocalDatabaseProvider) GetUserScripts() []string
- func (o *LocalDatabaseProvider) GetUserScriptsOk() ([]string, bool)
- func (o *LocalDatabaseProvider) HasAdminProvider() bool
- func (o *LocalDatabaseProvider) HasBlockLocalDnsRequests() bool
- func (o *LocalDatabaseProvider) HasClaimMappings() bool
- func (o *LocalDatabaseProvider) HasCreated() bool
- func (o *LocalDatabaseProvider) HasDeviceLimitPerUser() bool
- func (o *LocalDatabaseProvider) HasDnsSearchDomains() bool
- func (o *LocalDatabaseProvider) HasDnsServers() bool
- func (o *LocalDatabaseProvider) HasEnforceWindowsNetworkProfileAsDomain() bool
- func (o *LocalDatabaseProvider) HasId() bool
- func (o *LocalDatabaseProvider) HasInactivityTimeoutMinutes() bool
- func (o *LocalDatabaseProvider) HasIpPoolV4() bool
- func (o *LocalDatabaseProvider) HasIpPoolV6() bool
- func (o *LocalDatabaseProvider) HasMinPasswordLength() bool
- func (o *LocalDatabaseProvider) HasNetworkInactivityTimeoutEnabled() bool
- func (o *LocalDatabaseProvider) HasNotes() bool
- func (o *LocalDatabaseProvider) HasOnBoarding2FA() bool
- func (o *LocalDatabaseProvider) HasOnDemandClaimMappings() bool
- func (o *LocalDatabaseProvider) HasTags() bool
- func (o *LocalDatabaseProvider) HasUpdated() bool
- func (o *LocalDatabaseProvider) HasUserLockoutDurationMinutes() bool
- func (o *LocalDatabaseProvider) HasUserLockoutThreshold() bool
- func (o *LocalDatabaseProvider) HasUserScripts() bool
- func (o LocalDatabaseProvider) MarshalJSON() ([]byte, error)
- func (o *LocalDatabaseProvider) SetAdminProvider(v bool)
- func (o *LocalDatabaseProvider) SetBlockLocalDnsRequests(v bool)
- func (o *LocalDatabaseProvider) SetClaimMappings(v []ClaimMappingsInner)
- func (o *LocalDatabaseProvider) SetCreated(v time.Time)
- func (o *LocalDatabaseProvider) SetDeviceLimitPerUser(v int32)
- func (o *LocalDatabaseProvider) SetDnsSearchDomains(v []string)
- func (o *LocalDatabaseProvider) SetDnsServers(v []string)
- func (o *LocalDatabaseProvider) SetEnforceWindowsNetworkProfileAsDomain(v bool)
- func (o *LocalDatabaseProvider) SetId(v string)
- func (o *LocalDatabaseProvider) SetInactivityTimeoutMinutes(v int32)
- func (o *LocalDatabaseProvider) SetIpPoolV4(v string)
- func (o *LocalDatabaseProvider) SetIpPoolV6(v string)
- func (o *LocalDatabaseProvider) SetMinPasswordLength(v int32)
- func (o *LocalDatabaseProvider) SetName(v string)
- func (o *LocalDatabaseProvider) SetNetworkInactivityTimeoutEnabled(v bool)
- func (o *LocalDatabaseProvider) SetNotes(v string)
- func (o *LocalDatabaseProvider) SetOnBoarding2FA(v ConfigurableIdentityProviderAllOfOnBoarding2FA)
- func (o *LocalDatabaseProvider) SetOnDemandClaimMappings(v []OnDemandClaimMappingsInner)
- func (o *LocalDatabaseProvider) SetTags(v []string)
- func (o *LocalDatabaseProvider) SetType(v string)
- func (o *LocalDatabaseProvider) SetUpdated(v time.Time)
- func (o *LocalDatabaseProvider) SetUserLockoutDurationMinutes(v int32)
- func (o *LocalDatabaseProvider) SetUserLockoutThreshold(v int32)
- func (o *LocalDatabaseProvider) SetUserScripts(v []string)
- type LocalProviderSettings
- func (o *LocalProviderSettings) GetMinPasswordLength() int32
- func (o *LocalProviderSettings) GetMinPasswordLengthOk() (*int32, bool)
- func (o *LocalProviderSettings) GetUserLockoutDurationMinutes() int32
- func (o *LocalProviderSettings) GetUserLockoutDurationMinutesOk() (*int32, bool)
- func (o *LocalProviderSettings) GetUserLockoutThreshold() int32
- func (o *LocalProviderSettings) GetUserLockoutThresholdOk() (*int32, bool)
- func (o *LocalProviderSettings) HasMinPasswordLength() bool
- func (o *LocalProviderSettings) HasUserLockoutDurationMinutes() bool
- func (o *LocalProviderSettings) HasUserLockoutThreshold() bool
- func (o LocalProviderSettings) MarshalJSON() ([]byte, error)
- func (o *LocalProviderSettings) SetMinPasswordLength(v int32)
- func (o *LocalProviderSettings) SetUserLockoutDurationMinutes(v int32)
- func (o *LocalProviderSettings) SetUserLockoutThreshold(v int32)
- type LocalUser
- func (o *LocalUser) GetCreated() time.Time
- func (o *LocalUser) GetCreatedOk() (*time.Time, bool)
- func (o *LocalUser) GetDisabled() bool
- func (o *LocalUser) GetDisabledOk() (*bool, bool)
- func (o *LocalUser) GetEmail() string
- func (o *LocalUser) GetEmailOk() (*string, bool)
- func (o *LocalUser) GetFailedLoginAttempts() float32
- func (o *LocalUser) GetFailedLoginAttemptsOk() (*float32, bool)
- func (o *LocalUser) GetFirstName() string
- func (o *LocalUser) GetFirstNameOk() (*string, bool)
- func (o *LocalUser) GetId() string
- func (o *LocalUser) GetIdOk() (*string, bool)
- func (o *LocalUser) GetLastName() string
- func (o *LocalUser) GetLastNameOk() (*string, bool)
- func (o *LocalUser) GetLockStart() time.Time
- func (o *LocalUser) GetLockStartOk() (*time.Time, bool)
- func (o *LocalUser) GetName() string
- func (o *LocalUser) GetNameOk() (*string, bool)
- func (o *LocalUser) GetNotes() string
- func (o *LocalUser) GetNotesOk() (*string, bool)
- func (o *LocalUser) GetPassword() string
- func (o *LocalUser) GetPasswordOk() (*string, bool)
- func (o *LocalUser) GetPhone() string
- func (o *LocalUser) GetPhoneOk() (*string, bool)
- func (o *LocalUser) GetTags() []string
- func (o *LocalUser) GetTagsOk() ([]string, bool)
- func (o *LocalUser) GetUpdated() time.Time
- func (o *LocalUser) GetUpdatedOk() (*time.Time, bool)
- func (o *LocalUser) HasCreated() bool
- func (o *LocalUser) HasDisabled() bool
- func (o *LocalUser) HasEmail() bool
- func (o *LocalUser) HasFailedLoginAttempts() bool
- func (o *LocalUser) HasId() bool
- func (o *LocalUser) HasLockStart() bool
- func (o *LocalUser) HasNotes() bool
- func (o *LocalUser) HasPassword() bool
- func (o *LocalUser) HasPhone() bool
- func (o *LocalUser) HasTags() bool
- func (o *LocalUser) HasUpdated() bool
- func (o LocalUser) MarshalJSON() ([]byte, error)
- func (o *LocalUser) SetCreated(v time.Time)
- func (o *LocalUser) SetDisabled(v bool)
- func (o *LocalUser) SetEmail(v string)
- func (o *LocalUser) SetFailedLoginAttempts(v float32)
- func (o *LocalUser) SetFirstName(v string)
- func (o *LocalUser) SetId(v string)
- func (o *LocalUser) SetLastName(v string)
- func (o *LocalUser) SetLockStart(v time.Time)
- func (o *LocalUser) SetName(v string)
- func (o *LocalUser) SetNotes(v string)
- func (o *LocalUser) SetPassword(v string)
- func (o *LocalUser) SetPhone(v string)
- func (o *LocalUser) SetTags(v []string)
- func (o *LocalUser) SetUpdated(v time.Time)
- type LocalUserAllOf
- func (o *LocalUserAllOf) GetDisabled() bool
- func (o *LocalUserAllOf) GetDisabledOk() (*bool, bool)
- func (o *LocalUserAllOf) GetEmail() string
- func (o *LocalUserAllOf) GetEmailOk() (*string, bool)
- func (o *LocalUserAllOf) GetFailedLoginAttempts() float32
- func (o *LocalUserAllOf) GetFailedLoginAttemptsOk() (*float32, bool)
- func (o *LocalUserAllOf) GetFirstName() string
- func (o *LocalUserAllOf) GetFirstNameOk() (*string, bool)
- func (o *LocalUserAllOf) GetLastName() string
- func (o *LocalUserAllOf) GetLastNameOk() (*string, bool)
- func (o *LocalUserAllOf) GetLockStart() time.Time
- func (o *LocalUserAllOf) GetLockStartOk() (*time.Time, bool)
- func (o *LocalUserAllOf) GetPassword() string
- func (o *LocalUserAllOf) GetPasswordOk() (*string, bool)
- func (o *LocalUserAllOf) GetPhone() string
- func (o *LocalUserAllOf) GetPhoneOk() (*string, bool)
- func (o *LocalUserAllOf) HasDisabled() bool
- func (o *LocalUserAllOf) HasEmail() bool
- func (o *LocalUserAllOf) HasFailedLoginAttempts() bool
- func (o *LocalUserAllOf) HasLockStart() bool
- func (o *LocalUserAllOf) HasPassword() bool
- func (o *LocalUserAllOf) HasPhone() bool
- func (o LocalUserAllOf) MarshalJSON() ([]byte, error)
- func (o *LocalUserAllOf) SetDisabled(v bool)
- func (o *LocalUserAllOf) SetEmail(v string)
- func (o *LocalUserAllOf) SetFailedLoginAttempts(v float32)
- func (o *LocalUserAllOf) SetFirstName(v string)
- func (o *LocalUserAllOf) SetLastName(v string)
- func (o *LocalUserAllOf) SetLockStart(v time.Time)
- func (o *LocalUserAllOf) SetPassword(v string)
- func (o *LocalUserAllOf) SetPhone(v string)
- type LocalUserList
- func (o *LocalUserList) GetData() []LocalUser
- func (o *LocalUserList) GetDataOk() ([]LocalUser, bool)
- func (o *LocalUserList) GetDescending() bool
- func (o *LocalUserList) GetDescendingOk() (*bool, bool)
- func (o *LocalUserList) GetFilterBy() []FilterBy
- func (o *LocalUserList) GetFilterByOk() ([]FilterBy, bool)
- func (o *LocalUserList) GetOrderBy() string
- func (o *LocalUserList) GetOrderByOk() (*string, bool)
- func (o *LocalUserList) GetQueries() []string
- func (o *LocalUserList) GetQueriesOk() ([]string, bool)
- func (o *LocalUserList) GetRange() string
- func (o *LocalUserList) GetRangeOk() (*string, bool)
- func (o *LocalUserList) HasData() bool
- func (o *LocalUserList) HasDescending() bool
- func (o *LocalUserList) HasFilterBy() bool
- func (o *LocalUserList) HasOrderBy() bool
- func (o *LocalUserList) HasQueries() bool
- func (o *LocalUserList) HasRange() bool
- func (o LocalUserList) MarshalJSON() ([]byte, error)
- func (o *LocalUserList) SetData(v []LocalUser)
- func (o *LocalUserList) SetDescending(v bool)
- func (o *LocalUserList) SetFilterBy(v []FilterBy)
- func (o *LocalUserList) SetOrderBy(v string)
- func (o *LocalUserList) SetQueries(v []string)
- func (o *LocalUserList) SetRange(v string)
- type LocalUserListAllOf
- type LocalUsersApiService
- func (a *LocalUsersApiService) LocalUsersGet(ctx context.Context) ApiLocalUsersGetRequest
- func (a *LocalUsersApiService) LocalUsersGetExecute(r ApiLocalUsersGetRequest) (*LocalUserList, *http.Response, error)
- func (a *LocalUsersApiService) LocalUsersIdDelete(ctx context.Context, id string) ApiLocalUsersIdDeleteRequest
- func (a *LocalUsersApiService) LocalUsersIdDeleteExecute(r ApiLocalUsersIdDeleteRequest) (*http.Response, error)
- func (a *LocalUsersApiService) LocalUsersIdGet(ctx context.Context, id string) ApiLocalUsersIdGetRequest
- func (a *LocalUsersApiService) LocalUsersIdGetExecute(r ApiLocalUsersIdGetRequest) (*LocalUser, *http.Response, error)
- func (a *LocalUsersApiService) LocalUsersIdPut(ctx context.Context, id string) ApiLocalUsersIdPutRequest
- func (a *LocalUsersApiService) LocalUsersIdPutExecute(r ApiLocalUsersIdPutRequest) (*LocalUser, *http.Response, error)
- func (a *LocalUsersApiService) LocalUsersPost(ctx context.Context) ApiLocalUsersPostRequest
- func (a *LocalUsersApiService) LocalUsersPostExecute(r ApiLocalUsersPostRequest) (*LocalUser, *http.Response, error)
- type LocalUsersGetRequest
- func (o *LocalUsersGetRequest) GetCreated() time.Time
- func (o *LocalUsersGetRequest) GetCreatedOk() (*time.Time, bool)
- func (o *LocalUsersGetRequest) GetDisabled() bool
- func (o *LocalUsersGetRequest) GetDisabledOk() (*bool, bool)
- func (o *LocalUsersGetRequest) GetEmail() string
- func (o *LocalUsersGetRequest) GetEmailOk() (*string, bool)
- func (o *LocalUsersGetRequest) GetFailedLoginAttempts() float32
- func (o *LocalUsersGetRequest) GetFailedLoginAttemptsOk() (*float32, bool)
- func (o *LocalUsersGetRequest) GetFirstName() string
- func (o *LocalUsersGetRequest) GetFirstNameOk() (*string, bool)
- func (o *LocalUsersGetRequest) GetId() string
- func (o *LocalUsersGetRequest) GetIdOk() (*string, bool)
- func (o *LocalUsersGetRequest) GetLastName() string
- func (o *LocalUsersGetRequest) GetLastNameOk() (*string, bool)
- func (o *LocalUsersGetRequest) GetLockStart() time.Time
- func (o *LocalUsersGetRequest) GetLockStartOk() (*time.Time, bool)
- func (o *LocalUsersGetRequest) GetName() string
- func (o *LocalUsersGetRequest) GetNameOk() (*string, bool)
- func (o *LocalUsersGetRequest) GetNotes() string
- func (o *LocalUsersGetRequest) GetNotesOk() (*string, bool)
- func (o *LocalUsersGetRequest) GetPassword() string
- func (o *LocalUsersGetRequest) GetPasswordOk() (*string, bool)
- func (o *LocalUsersGetRequest) GetPhone() string
- func (o *LocalUsersGetRequest) GetPhoneOk() (*string, bool)
- func (o *LocalUsersGetRequest) GetTags() []string
- func (o *LocalUsersGetRequest) GetTagsOk() ([]string, bool)
- func (o *LocalUsersGetRequest) GetUpdated() time.Time
- func (o *LocalUsersGetRequest) GetUpdatedOk() (*time.Time, bool)
- func (o *LocalUsersGetRequest) HasCreated() bool
- func (o *LocalUsersGetRequest) HasDisabled() bool
- func (o *LocalUsersGetRequest) HasEmail() bool
- func (o *LocalUsersGetRequest) HasFailedLoginAttempts() bool
- func (o *LocalUsersGetRequest) HasId() bool
- func (o *LocalUsersGetRequest) HasLockStart() bool
- func (o *LocalUsersGetRequest) HasNotes() bool
- func (o *LocalUsersGetRequest) HasPhone() bool
- func (o *LocalUsersGetRequest) HasTags() bool
- func (o *LocalUsersGetRequest) HasUpdated() bool
- func (o LocalUsersGetRequest) MarshalJSON() ([]byte, error)
- func (o *LocalUsersGetRequest) SetCreated(v time.Time)
- func (o *LocalUsersGetRequest) SetDisabled(v bool)
- func (o *LocalUsersGetRequest) SetEmail(v string)
- func (o *LocalUsersGetRequest) SetFailedLoginAttempts(v float32)
- func (o *LocalUsersGetRequest) SetFirstName(v string)
- func (o *LocalUsersGetRequest) SetId(v string)
- func (o *LocalUsersGetRequest) SetLastName(v string)
- func (o *LocalUsersGetRequest) SetLockStart(v time.Time)
- func (o *LocalUsersGetRequest) SetName(v string)
- func (o *LocalUsersGetRequest) SetNotes(v string)
- func (o *LocalUsersGetRequest) SetPassword(v string)
- func (o *LocalUsersGetRequest) SetPhone(v string)
- func (o *LocalUsersGetRequest) SetTags(v []string)
- func (o *LocalUsersGetRequest) SetUpdated(v time.Time)
- type LoginApiService
- func (a *LoginApiService) AuthenticationLogoutPost(ctx context.Context) ApiAuthenticationLogoutPostRequest
- func (a *LoginApiService) AuthenticationLogoutPostExecute(r ApiAuthenticationLogoutPostRequest) (*http.Response, error)
- func (a *LoginApiService) AuthenticationOtpInitializePost(ctx context.Context) ApiAuthenticationOtpInitializePostRequest
- func (a *LoginApiService) AuthenticationOtpInitializePostExecute(r ApiAuthenticationOtpInitializePostRequest) (*AuthenticationOtpInitializePost200Response, *http.Response, error)
- func (a *LoginApiService) AuthenticationOtpPost(ctx context.Context) ApiAuthenticationOtpPostRequest
- func (a *LoginApiService) AuthenticationOtpPostExecute(r ApiAuthenticationOtpPostRequest) (*LoginResponse, *http.Response, error)
- func (a *LoginApiService) AuthenticationPost(ctx context.Context) ApiAuthenticationPostRequest
- func (a *LoginApiService) AuthenticationPostExecute(r ApiAuthenticationPostRequest) (*LoginResponse, *http.Response, error)
- func (a *LoginApiService) AuthorizationGet(ctx context.Context) ApiAuthorizationGetRequest
- func (a *LoginApiService) AuthorizationGetExecute(r ApiAuthorizationGetRequest) (*LoginResponse, *http.Response, error)
- func (a *LoginApiService) IdentityProvidersNamesGet(ctx context.Context) ApiIdentityProvidersNamesGetRequest
- func (a *LoginApiService) IdentityProvidersNamesGetExecute(r ApiIdentityProvidersNamesGetRequest) (*IdentityProvidersNamesGet200Response, *http.Response, error)
- func (a *LoginApiService) LoginPost(ctx context.Context) ApiLoginPostRequest
- func (a *LoginApiService) LoginPostExecute(r ApiLoginPostRequest) (*LoginResponse, *http.Response, error)
- type LoginPost406Response
- func (o *LoginPost406Response) GetId() string
- func (o *LoginPost406Response) GetIdOk() (*string, bool)
- func (o *LoginPost406Response) GetMaxSupportedVersion() int32
- func (o *LoginPost406Response) GetMaxSupportedVersionOk() (*int32, bool)
- func (o *LoginPost406Response) GetMessage() string
- func (o *LoginPost406Response) GetMessageOk() (*string, bool)
- func (o *LoginPost406Response) GetMinSupportedVersion() int32
- func (o *LoginPost406Response) GetMinSupportedVersionOk() (*int32, bool)
- func (o *LoginPost406Response) HasId() bool
- func (o *LoginPost406Response) HasMaxSupportedVersion() bool
- func (o *LoginPost406Response) HasMessage() bool
- func (o *LoginPost406Response) HasMinSupportedVersion() bool
- func (o LoginPost406Response) MarshalJSON() ([]byte, error)
- func (o *LoginPost406Response) SetId(v string)
- func (o *LoginPost406Response) SetMaxSupportedVersion(v int32)
- func (o *LoginPost406Response) SetMessage(v string)
- func (o *LoginPost406Response) SetMinSupportedVersion(v int32)
- type LoginRequest
- func (o *LoginRequest) GetAccessToken() string
- func (o *LoginRequest) GetAccessTokenOk() (*string, bool)
- func (o *LoginRequest) GetDeviceId() string
- func (o *LoginRequest) GetDeviceIdOk() (*string, bool)
- func (o *LoginRequest) GetIdToken() string
- func (o *LoginRequest) GetIdTokenOk() (*string, bool)
- func (o *LoginRequest) GetPassword() string
- func (o *LoginRequest) GetPasswordOk() (*string, bool)
- func (o *LoginRequest) GetProviderName() string
- func (o *LoginRequest) GetProviderNameOk() (*string, bool)
- func (o *LoginRequest) GetSamlResponse() string
- func (o *LoginRequest) GetSamlResponseOk() (*string, bool)
- func (o *LoginRequest) GetUsername() string
- func (o *LoginRequest) GetUsernameOk() (*string, bool)
- func (o *LoginRequest) HasAccessToken() bool
- func (o *LoginRequest) HasIdToken() bool
- func (o *LoginRequest) HasPassword() bool
- func (o *LoginRequest) HasSamlResponse() bool
- func (o *LoginRequest) HasUsername() bool
- func (o LoginRequest) MarshalJSON() ([]byte, error)
- func (o *LoginRequest) SetAccessToken(v string)
- func (o *LoginRequest) SetDeviceId(v string)
- func (o *LoginRequest) SetIdToken(v string)
- func (o *LoginRequest) SetPassword(v string)
- func (o *LoginRequest) SetProviderName(v string)
- func (o *LoginRequest) SetSamlResponse(v string)
- func (o *LoginRequest) SetUsername(v string)
- type LoginResponse
- func (o *LoginResponse) GetExpires() time.Time
- func (o *LoginResponse) GetExpiresOk() (*time.Time, bool)
- func (o *LoginResponse) GetMessageOfTheDay() string
- func (o *LoginResponse) GetMessageOfTheDayOk() (*string, bool)
- func (o *LoginResponse) GetToken() string
- func (o *LoginResponse) GetTokenOk() (*string, bool)
- func (o *LoginResponse) GetUser() LoginResponseUser
- func (o *LoginResponse) GetUserOk() (*LoginResponseUser, bool)
- func (o *LoginResponse) HasExpires() bool
- func (o *LoginResponse) HasMessageOfTheDay() bool
- func (o *LoginResponse) HasToken() bool
- func (o *LoginResponse) HasUser() bool
- func (o LoginResponse) MarshalJSON() ([]byte, error)
- func (o *LoginResponse) SetExpires(v time.Time)
- func (o *LoginResponse) SetMessageOfTheDay(v string)
- func (o *LoginResponse) SetToken(v string)
- func (o *LoginResponse) SetUser(v LoginResponseUser)
- type LoginResponseUser
- func (o *LoginResponseUser) GetCanAccessAuditLogs() bool
- func (o *LoginResponseUser) GetCanAccessAuditLogsOk() (*bool, bool)
- func (o *LoginResponseUser) GetName() string
- func (o *LoginResponseUser) GetNameOk() (*string, bool)
- func (o *LoginResponseUser) GetNeedTwoFactorAuth() bool
- func (o *LoginResponseUser) GetNeedTwoFactorAuthOk() (*bool, bool)
- func (o *LoginResponseUser) GetPrivileges() []AdministrativePrivilege
- func (o *LoginResponseUser) GetPrivilegesOk() ([]AdministrativePrivilege, bool)
- func (o *LoginResponseUser) HasCanAccessAuditLogs() bool
- func (o *LoginResponseUser) HasName() bool
- func (o *LoginResponseUser) HasNeedTwoFactorAuth() bool
- func (o *LoginResponseUser) HasPrivileges() bool
- func (o LoginResponseUser) MarshalJSON() ([]byte, error)
- func (o *LoginResponseUser) SetCanAccessAuditLogs(v bool)
- func (o *LoginResponseUser) SetName(v string)
- func (o *LoginResponseUser) SetNeedTwoFactorAuth(v bool)
- func (o *LoginResponseUser) SetPrivileges(v []AdministrativePrivilege)
- type MFAForAdminsApiService
- func (a *MFAForAdminsApiService) AdminMfaSettingsDelete(ctx context.Context) ApiAdminMfaSettingsDeleteRequest
- func (a *MFAForAdminsApiService) AdminMfaSettingsDeleteExecute(r ApiAdminMfaSettingsDeleteRequest) (*http.Response, error)
- func (a *MFAForAdminsApiService) AdminMfaSettingsGet(ctx context.Context) ApiAdminMfaSettingsGetRequest
- func (a *MFAForAdminsApiService) AdminMfaSettingsGetExecute(r ApiAdminMfaSettingsGetRequest) (*AdminMfaSettings, *http.Response, error)
- func (a *MFAForAdminsApiService) AdminMfaSettingsPut(ctx context.Context) ApiAdminMfaSettingsPutRequest
- func (a *MFAForAdminsApiService) AdminMfaSettingsPutExecute(r ApiAdminMfaSettingsPutRequest) (*http.Response, error)
- type MFAProvidersApiService
- func (a *MFAProvidersApiService) MfaProvidersGet(ctx context.Context) ApiMfaProvidersGetRequest
- func (a *MFAProvidersApiService) MfaProvidersGetExecute(r ApiMfaProvidersGetRequest) (*MfaProviderList, *http.Response, error)
- func (a *MFAProvidersApiService) MfaProvidersIdDelete(ctx context.Context, id string) ApiMfaProvidersIdDeleteRequest
- func (a *MFAProvidersApiService) MfaProvidersIdDeleteExecute(r ApiMfaProvidersIdDeleteRequest) (*http.Response, error)
- func (a *MFAProvidersApiService) MfaProvidersIdGet(ctx context.Context, id string) ApiMfaProvidersIdGetRequest
- func (a *MFAProvidersApiService) MfaProvidersIdGetExecute(r ApiMfaProvidersIdGetRequest) (*MfaProvider, *http.Response, error)
- func (a *MFAProvidersApiService) MfaProvidersIdPut(ctx context.Context, id string) ApiMfaProvidersIdPutRequest
- func (a *MFAProvidersApiService) MfaProvidersIdPutExecute(r ApiMfaProvidersIdPutRequest) (*MfaProvider, *http.Response, error)
- func (a *MFAProvidersApiService) MfaProvidersPost(ctx context.Context) ApiMfaProvidersPostRequest
- func (a *MFAProvidersApiService) MfaProvidersPostExecute(r ApiMfaProvidersPostRequest) (*MfaProvider, *http.Response, error)
- func (a *MFAProvidersApiService) MfaProvidersTestPost(ctx context.Context) ApiMfaProvidersTestPostRequest
- func (a *MFAProvidersApiService) MfaProvidersTestPostExecute(r ApiMfaProvidersTestPostRequest) (*IdentityProvidersTestPost200Response, *http.Response, error)
- type MfaProvider
- func (o *MfaProvider) GetAuthenticationProtocol() string
- func (o *MfaProvider) GetAuthenticationProtocolOk() (*string, bool)
- func (o *MfaProvider) GetChallengeSharedSecret() string
- func (o *MfaProvider) GetChallengeSharedSecretOk() (*string, bool)
- func (o *MfaProvider) GetCreated() time.Time
- func (o *MfaProvider) GetCreatedOk() (*time.Time, bool)
- func (o *MfaProvider) GetHostnames() []string
- func (o *MfaProvider) GetHostnamesOk() ([]string, bool)
- func (o *MfaProvider) GetId() string
- func (o *MfaProvider) GetIdOk() (*string, bool)
- func (o *MfaProvider) GetInputType() string
- func (o *MfaProvider) GetInputTypeOk() (*string, bool)
- func (o *MfaProvider) GetMode() string
- func (o *MfaProvider) GetModeOk() (*string, bool)
- func (o *MfaProvider) GetName() string
- func (o *MfaProvider) GetNameOk() (*string, bool)
- func (o *MfaProvider) GetNotes() string
- func (o *MfaProvider) GetNotesOk() (*string, bool)
- func (o *MfaProvider) GetPort() float32
- func (o *MfaProvider) GetPortOk() (*float32, bool)
- func (o *MfaProvider) GetSharedSecret() string
- func (o *MfaProvider) GetSharedSecretOk() (*string, bool)
- func (o *MfaProvider) GetTags() []string
- func (o *MfaProvider) GetTagsOk() ([]string, bool)
- func (o *MfaProvider) GetTimeout() float32
- func (o *MfaProvider) GetTimeoutOk() (*float32, bool)
- func (o *MfaProvider) GetType() string
- func (o *MfaProvider) GetTypeOk() (*string, bool)
- func (o *MfaProvider) GetUpdated() time.Time
- func (o *MfaProvider) GetUpdatedOk() (*time.Time, bool)
- func (o *MfaProvider) GetUseUserPassword() bool
- func (o *MfaProvider) GetUseUserPasswordOk() (*bool, bool)
- func (o *MfaProvider) HasAuthenticationProtocol() bool
- func (o *MfaProvider) HasChallengeSharedSecret() bool
- func (o *MfaProvider) HasCreated() bool
- func (o *MfaProvider) HasHostnames() bool
- func (o *MfaProvider) HasId() bool
- func (o *MfaProvider) HasInputType() bool
- func (o *MfaProvider) HasMode() bool
- func (o *MfaProvider) HasNotes() bool
- func (o *MfaProvider) HasPort() bool
- func (o *MfaProvider) HasSharedSecret() bool
- func (o *MfaProvider) HasTags() bool
- func (o *MfaProvider) HasTimeout() bool
- func (o *MfaProvider) HasUpdated() bool
- func (o *MfaProvider) HasUseUserPassword() bool
- func (o MfaProvider) MarshalJSON() ([]byte, error)
- func (o *MfaProvider) SetAuthenticationProtocol(v string)
- func (o *MfaProvider) SetChallengeSharedSecret(v string)
- func (o *MfaProvider) SetCreated(v time.Time)
- func (o *MfaProvider) SetHostnames(v []string)
- func (o *MfaProvider) SetId(v string)
- func (o *MfaProvider) SetInputType(v string)
- func (o *MfaProvider) SetMode(v string)
- func (o *MfaProvider) SetName(v string)
- func (o *MfaProvider) SetNotes(v string)
- func (o *MfaProvider) SetPort(v float32)
- func (o *MfaProvider) SetSharedSecret(v string)
- func (o *MfaProvider) SetTags(v []string)
- func (o *MfaProvider) SetTimeout(v float32)
- func (o *MfaProvider) SetType(v string)
- func (o *MfaProvider) SetUpdated(v time.Time)
- func (o *MfaProvider) SetUseUserPassword(v bool)
- type MfaProviderAllOf
- func (o *MfaProviderAllOf) GetAuthenticationProtocol() string
- func (o *MfaProviderAllOf) GetAuthenticationProtocolOk() (*string, bool)
- func (o *MfaProviderAllOf) GetChallengeSharedSecret() string
- func (o *MfaProviderAllOf) GetChallengeSharedSecretOk() (*string, bool)
- func (o *MfaProviderAllOf) GetHostnames() []string
- func (o *MfaProviderAllOf) GetHostnamesOk() ([]string, bool)
- func (o *MfaProviderAllOf) GetInputType() string
- func (o *MfaProviderAllOf) GetInputTypeOk() (*string, bool)
- func (o *MfaProviderAllOf) GetMode() string
- func (o *MfaProviderAllOf) GetModeOk() (*string, bool)
- func (o *MfaProviderAllOf) GetPort() float32
- func (o *MfaProviderAllOf) GetPortOk() (*float32, bool)
- func (o *MfaProviderAllOf) GetSharedSecret() string
- func (o *MfaProviderAllOf) GetSharedSecretOk() (*string, bool)
- func (o *MfaProviderAllOf) GetTimeout() float32
- func (o *MfaProviderAllOf) GetTimeoutOk() (*float32, bool)
- func (o *MfaProviderAllOf) GetType() string
- func (o *MfaProviderAllOf) GetTypeOk() (*string, bool)
- func (o *MfaProviderAllOf) GetUseUserPassword() bool
- func (o *MfaProviderAllOf) GetUseUserPasswordOk() (*bool, bool)
- func (o *MfaProviderAllOf) HasAuthenticationProtocol() bool
- func (o *MfaProviderAllOf) HasChallengeSharedSecret() bool
- func (o *MfaProviderAllOf) HasHostnames() bool
- func (o *MfaProviderAllOf) HasInputType() bool
- func (o *MfaProviderAllOf) HasMode() bool
- func (o *MfaProviderAllOf) HasPort() bool
- func (o *MfaProviderAllOf) HasSharedSecret() bool
- func (o *MfaProviderAllOf) HasTimeout() bool
- func (o *MfaProviderAllOf) HasUseUserPassword() bool
- func (o MfaProviderAllOf) MarshalJSON() ([]byte, error)
- func (o *MfaProviderAllOf) SetAuthenticationProtocol(v string)
- func (o *MfaProviderAllOf) SetChallengeSharedSecret(v string)
- func (o *MfaProviderAllOf) SetHostnames(v []string)
- func (o *MfaProviderAllOf) SetInputType(v string)
- func (o *MfaProviderAllOf) SetMode(v string)
- func (o *MfaProviderAllOf) SetPort(v float32)
- func (o *MfaProviderAllOf) SetSharedSecret(v string)
- func (o *MfaProviderAllOf) SetTimeout(v float32)
- func (o *MfaProviderAllOf) SetType(v string)
- func (o *MfaProviderAllOf) SetUseUserPassword(v bool)
- type MfaProviderList
- func (o *MfaProviderList) GetData() []MfaProvider
- func (o *MfaProviderList) GetDataOk() ([]MfaProvider, bool)
- func (o *MfaProviderList) GetDescending() bool
- func (o *MfaProviderList) GetDescendingOk() (*bool, bool)
- func (o *MfaProviderList) GetFilterBy() []FilterBy
- func (o *MfaProviderList) GetFilterByOk() ([]FilterBy, bool)
- func (o *MfaProviderList) GetOrderBy() string
- func (o *MfaProviderList) GetOrderByOk() (*string, bool)
- func (o *MfaProviderList) GetQueries() []string
- func (o *MfaProviderList) GetQueriesOk() ([]string, bool)
- func (o *MfaProviderList) GetRange() string
- func (o *MfaProviderList) GetRangeOk() (*string, bool)
- func (o *MfaProviderList) HasData() bool
- func (o *MfaProviderList) HasDescending() bool
- func (o *MfaProviderList) HasFilterBy() bool
- func (o *MfaProviderList) HasOrderBy() bool
- func (o *MfaProviderList) HasQueries() bool
- func (o *MfaProviderList) HasRange() bool
- func (o MfaProviderList) MarshalJSON() ([]byte, error)
- func (o *MfaProviderList) SetData(v []MfaProvider)
- func (o *MfaProviderList) SetDescending(v bool)
- func (o *MfaProviderList) SetFilterBy(v []FilterBy)
- func (o *MfaProviderList) SetOrderBy(v string)
- func (o *MfaProviderList) SetQueries(v []string)
- func (o *MfaProviderList) SetRange(v string)
- type MfaProviderListAllOf
- type MyPreferencesApiService
- func (a *MyPreferencesApiService) MyPreferencesGet(ctx context.Context) ApiMyPreferencesGetRequest
- func (a *MyPreferencesApiService) MyPreferencesGetExecute(r ApiMyPreferencesGetRequest) (map[string]interface{}, *http.Response, error)
- func (a *MyPreferencesApiService) MyPreferencesPut(ctx context.Context) ApiMyPreferencesPutRequest
- func (a *MyPreferencesApiService) MyPreferencesPutExecute(r ApiMyPreferencesPutRequest) (*http.Response, error)
- type NullableActiveSessions
- func (v NullableActiveSessions) Get() *ActiveSessions
- func (v NullableActiveSessions) IsSet() bool
- func (v NullableActiveSessions) MarshalJSON() ([]byte, error)
- func (v *NullableActiveSessions) Set(val *ActiveSessions)
- func (v *NullableActiveSessions) UnmarshalJSON(src []byte) error
- func (v *NullableActiveSessions) Unset()
- type NullableActiveSessionsAllOf
- func (v NullableActiveSessionsAllOf) Get() *ActiveSessionsAllOf
- func (v NullableActiveSessionsAllOf) IsSet() bool
- func (v NullableActiveSessionsAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableActiveSessionsAllOf) Set(val *ActiveSessionsAllOf)
- func (v *NullableActiveSessionsAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableActiveSessionsAllOf) Unset()
- type NullableActiveSessionsDn
- func (v NullableActiveSessionsDn) Get() *ActiveSessionsDn
- func (v NullableActiveSessionsDn) IsSet() bool
- func (v NullableActiveSessionsDn) MarshalJSON() ([]byte, error)
- func (v *NullableActiveSessionsDn) Set(val *ActiveSessionsDn)
- func (v *NullableActiveSessionsDn) UnmarshalJSON(src []byte) error
- func (v *NullableActiveSessionsDn) Unset()
- type NullableActiveSessionsDnAllOf
- func (v NullableActiveSessionsDnAllOf) Get() *ActiveSessionsDnAllOf
- func (v NullableActiveSessionsDnAllOf) IsSet() bool
- func (v NullableActiveSessionsDnAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableActiveSessionsDnAllOf) Set(val *ActiveSessionsDnAllOf)
- func (v *NullableActiveSessionsDnAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableActiveSessionsDnAllOf) Unset()
- type NullableAdminMessagesList
- func (v NullableAdminMessagesList) Get() *AdminMessagesList
- func (v NullableAdminMessagesList) IsSet() bool
- func (v NullableAdminMessagesList) MarshalJSON() ([]byte, error)
- func (v *NullableAdminMessagesList) Set(val *AdminMessagesList)
- func (v *NullableAdminMessagesList) UnmarshalJSON(src []byte) error
- func (v *NullableAdminMessagesList) Unset()
- type NullableAdminMessagesListDataInner
- func (v NullableAdminMessagesListDataInner) Get() *AdminMessagesListDataInner
- func (v NullableAdminMessagesListDataInner) IsSet() bool
- func (v NullableAdminMessagesListDataInner) MarshalJSON() ([]byte, error)
- func (v *NullableAdminMessagesListDataInner) Set(val *AdminMessagesListDataInner)
- func (v *NullableAdminMessagesListDataInner) UnmarshalJSON(src []byte) error
- func (v *NullableAdminMessagesListDataInner) Unset()
- type NullableAdminMessagesSummarizeInner
- func (v NullableAdminMessagesSummarizeInner) Get() *AdminMessagesSummarizeInner
- func (v NullableAdminMessagesSummarizeInner) IsSet() bool
- func (v NullableAdminMessagesSummarizeInner) MarshalJSON() ([]byte, error)
- func (v *NullableAdminMessagesSummarizeInner) Set(val *AdminMessagesSummarizeInner)
- func (v *NullableAdminMessagesSummarizeInner) UnmarshalJSON(src []byte) error
- func (v *NullableAdminMessagesSummarizeInner) Unset()
- type NullableAdminMessagesSummarizeInnerDataInner
- func (v NullableAdminMessagesSummarizeInnerDataInner) Get() *AdminMessagesSummarizeInnerDataInner
- func (v NullableAdminMessagesSummarizeInnerDataInner) IsSet() bool
- func (v NullableAdminMessagesSummarizeInnerDataInner) MarshalJSON() ([]byte, error)
- func (v *NullableAdminMessagesSummarizeInnerDataInner) Set(val *AdminMessagesSummarizeInnerDataInner)
- func (v *NullableAdminMessagesSummarizeInnerDataInner) UnmarshalJSON(src []byte) error
- func (v *NullableAdminMessagesSummarizeInnerDataInner) Unset()
- type NullableAdminMfaSettings
- func (v NullableAdminMfaSettings) Get() *AdminMfaSettings
- func (v NullableAdminMfaSettings) IsSet() bool
- func (v NullableAdminMfaSettings) MarshalJSON() ([]byte, error)
- func (v *NullableAdminMfaSettings) Set(val *AdminMfaSettings)
- func (v *NullableAdminMfaSettings) UnmarshalJSON(src []byte) error
- func (v *NullableAdminMfaSettings) Unset()
- type NullableAdministrativePrivilege
- func (v NullableAdministrativePrivilege) Get() *AdministrativePrivilege
- func (v NullableAdministrativePrivilege) IsSet() bool
- func (v NullableAdministrativePrivilege) MarshalJSON() ([]byte, error)
- func (v *NullableAdministrativePrivilege) Set(val *AdministrativePrivilege)
- func (v *NullableAdministrativePrivilege) UnmarshalJSON(src []byte) error
- func (v *NullableAdministrativePrivilege) Unset()
- type NullableAdministrativePrivilegeScope
- func (v NullableAdministrativePrivilegeScope) Get() *AdministrativePrivilegeScope
- func (v NullableAdministrativePrivilegeScope) IsSet() bool
- func (v NullableAdministrativePrivilegeScope) MarshalJSON() ([]byte, error)
- func (v *NullableAdministrativePrivilegeScope) Set(val *AdministrativePrivilegeScope)
- func (v *NullableAdministrativePrivilegeScope) UnmarshalJSON(src []byte) error
- func (v *NullableAdministrativePrivilegeScope) Unset()
- type NullableAdministrativeRole
- func (v NullableAdministrativeRole) Get() *AdministrativeRole
- func (v NullableAdministrativeRole) IsSet() bool
- func (v NullableAdministrativeRole) MarshalJSON() ([]byte, error)
- func (v *NullableAdministrativeRole) Set(val *AdministrativeRole)
- func (v *NullableAdministrativeRole) UnmarshalJSON(src []byte) error
- func (v *NullableAdministrativeRole) Unset()
- type NullableAdministrativeRoleAllOf
- func (v NullableAdministrativeRoleAllOf) Get() *AdministrativeRoleAllOf
- func (v NullableAdministrativeRoleAllOf) IsSet() bool
- func (v NullableAdministrativeRoleAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableAdministrativeRoleAllOf) Set(val *AdministrativeRoleAllOf)
- func (v *NullableAdministrativeRoleAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableAdministrativeRoleAllOf) Unset()
- type NullableAdministrativeRoleList
- func (v NullableAdministrativeRoleList) Get() *AdministrativeRoleList
- func (v NullableAdministrativeRoleList) IsSet() bool
- func (v NullableAdministrativeRoleList) MarshalJSON() ([]byte, error)
- func (v *NullableAdministrativeRoleList) Set(val *AdministrativeRoleList)
- func (v *NullableAdministrativeRoleList) UnmarshalJSON(src []byte) error
- func (v *NullableAdministrativeRoleList) Unset()
- type NullableAdministrativeRoleListAllOf
- func (v NullableAdministrativeRoleListAllOf) Get() *AdministrativeRoleListAllOf
- func (v NullableAdministrativeRoleListAllOf) IsSet() bool
- func (v NullableAdministrativeRoleListAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableAdministrativeRoleListAllOf) Set(val *AdministrativeRoleListAllOf)
- func (v *NullableAdministrativeRoleListAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableAdministrativeRoleListAllOf) Unset()
- type NullableAdministrativeRolesTypeTargetMapGet200Response
- func (v NullableAdministrativeRolesTypeTargetMapGet200Response) Get() *AdministrativeRolesTypeTargetMapGet200Response
- func (v NullableAdministrativeRolesTypeTargetMapGet200Response) IsSet() bool
- func (v NullableAdministrativeRolesTypeTargetMapGet200Response) MarshalJSON() ([]byte, error)
- func (v *NullableAdministrativeRolesTypeTargetMapGet200Response) Set(val *AdministrativeRolesTypeTargetMapGet200Response)
- func (v *NullableAdministrativeRolesTypeTargetMapGet200Response) UnmarshalJSON(src []byte) error
- func (v *NullableAdministrativeRolesTypeTargetMapGet200Response) Unset()
- type NullableAllocatedIp
- func (v NullableAllocatedIp) Get() *AllocatedIp
- func (v NullableAllocatedIp) IsSet() bool
- func (v NullableAllocatedIp) MarshalJSON() ([]byte, error)
- func (v *NullableAllocatedIp) Set(val *AllocatedIp)
- func (v *NullableAllocatedIp) UnmarshalJSON(src []byte) error
- func (v *NullableAllocatedIp) Unset()
- type NullableAllocatedIpAllOf
- func (v NullableAllocatedIpAllOf) Get() *AllocatedIpAllOf
- func (v NullableAllocatedIpAllOf) IsSet() bool
- func (v NullableAllocatedIpAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableAllocatedIpAllOf) Set(val *AllocatedIpAllOf)
- func (v *NullableAllocatedIpAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableAllocatedIpAllOf) Unset()
- type NullableAllocatedIpList
- func (v NullableAllocatedIpList) Get() *AllocatedIpList
- func (v NullableAllocatedIpList) IsSet() bool
- func (v NullableAllocatedIpList) MarshalJSON() ([]byte, error)
- func (v *NullableAllocatedIpList) Set(val *AllocatedIpList)
- func (v *NullableAllocatedIpList) UnmarshalJSON(src []byte) error
- func (v *NullableAllocatedIpList) Unset()
- type NullableAllocatedIpListAllOf
- func (v NullableAllocatedIpListAllOf) Get() *AllocatedIpListAllOf
- func (v NullableAllocatedIpListAllOf) IsSet() bool
- func (v NullableAllocatedIpListAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableAllocatedIpListAllOf) Set(val *AllocatedIpListAllOf)
- func (v *NullableAllocatedIpListAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableAllocatedIpListAllOf) Unset()
- type NullableAllowResourcesInner
- func (v NullableAllowResourcesInner) Get() *AllowResourcesInner
- func (v NullableAllowResourcesInner) IsSet() bool
- func (v NullableAllowResourcesInner) MarshalJSON() ([]byte, error)
- func (v *NullableAllowResourcesInner) Set(val *AllowResourcesInner)
- func (v *NullableAllowResourcesInner) UnmarshalJSON(src []byte) error
- func (v *NullableAllowResourcesInner) Unset()
- type NullableAllowSourcesInner
- func (v NullableAllowSourcesInner) Get() *AllowSourcesInner
- func (v NullableAllowSourcesInner) IsSet() bool
- func (v NullableAllowSourcesInner) MarshalJSON() ([]byte, error)
- func (v *NullableAllowSourcesInner) Set(val *AllowSourcesInner)
- func (v *NullableAllowSourcesInner) UnmarshalJSON(src []byte) error
- func (v *NullableAllowSourcesInner) Unset()
- type NullableAppDiscovery
- func (v NullableAppDiscovery) Get() *AppDiscovery
- func (v NullableAppDiscovery) IsSet() bool
- func (v NullableAppDiscovery) MarshalJSON() ([]byte, error)
- func (v *NullableAppDiscovery) Set(val *AppDiscovery)
- func (v *NullableAppDiscovery) UnmarshalJSON(src []byte) error
- func (v *NullableAppDiscovery) Unset()
- type NullableAppDiscoveryAllOf
- func (v NullableAppDiscoveryAllOf) Get() *AppDiscoveryAllOf
- func (v NullableAppDiscoveryAllOf) IsSet() bool
- func (v NullableAppDiscoveryAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableAppDiscoveryAllOf) Set(val *AppDiscoveryAllOf)
- func (v *NullableAppDiscoveryAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableAppDiscoveryAllOf) Unset()
- type NullableAppDiscoveryAllOfData
- func (v NullableAppDiscoveryAllOfData) Get() *AppDiscoveryAllOfData
- func (v NullableAppDiscoveryAllOfData) IsSet() bool
- func (v NullableAppDiscoveryAllOfData) MarshalJSON() ([]byte, error)
- func (v *NullableAppDiscoveryAllOfData) Set(val *AppDiscoveryAllOfData)
- func (v *NullableAppDiscoveryAllOfData) UnmarshalJSON(src []byte) error
- func (v *NullableAppDiscoveryAllOfData) Unset()
- type NullableAppDiscoveryAllOfDistinguishedNames
- func (v NullableAppDiscoveryAllOfDistinguishedNames) Get() *AppDiscoveryAllOfDistinguishedNames
- func (v NullableAppDiscoveryAllOfDistinguishedNames) IsSet() bool
- func (v NullableAppDiscoveryAllOfDistinguishedNames) MarshalJSON() ([]byte, error)
- func (v *NullableAppDiscoveryAllOfDistinguishedNames) Set(val *AppDiscoveryAllOfDistinguishedNames)
- func (v *NullableAppDiscoveryAllOfDistinguishedNames) UnmarshalJSON(src []byte) error
- func (v *NullableAppDiscoveryAllOfDistinguishedNames) Unset()
- type NullableAppShortcut
- func (v NullableAppShortcut) Get() *AppShortcut
- func (v NullableAppShortcut) IsSet() bool
- func (v NullableAppShortcut) MarshalJSON() ([]byte, error)
- func (v *NullableAppShortcut) Set(val *AppShortcut)
- func (v *NullableAppShortcut) UnmarshalJSON(src []byte) error
- func (v *NullableAppShortcut) Unset()
- type NullableAppliance
- type NullableApplianceAllOf
- func (v NullableApplianceAllOf) Get() *ApplianceAllOf
- func (v NullableApplianceAllOf) IsSet() bool
- func (v NullableApplianceAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableApplianceAllOf) Set(val *ApplianceAllOf)
- func (v *NullableApplianceAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableApplianceAllOf) Unset()
- type NullableApplianceAllOfAdminInterface
- func (v NullableApplianceAllOfAdminInterface) Get() *ApplianceAllOfAdminInterface
- func (v NullableApplianceAllOfAdminInterface) IsSet() bool
- func (v NullableApplianceAllOfAdminInterface) MarshalJSON() ([]byte, error)
- func (v *NullableApplianceAllOfAdminInterface) Set(val *ApplianceAllOfAdminInterface)
- func (v *NullableApplianceAllOfAdminInterface) UnmarshalJSON(src []byte) error
- func (v *NullableApplianceAllOfAdminInterface) Unset()
- type NullableApplianceAllOfClientInterface
- func (v NullableApplianceAllOfClientInterface) Get() *ApplianceAllOfClientInterface
- func (v NullableApplianceAllOfClientInterface) IsSet() bool
- func (v NullableApplianceAllOfClientInterface) MarshalJSON() ([]byte, error)
- func (v *NullableApplianceAllOfClientInterface) Set(val *ApplianceAllOfClientInterface)
- func (v *NullableApplianceAllOfClientInterface) UnmarshalJSON(src []byte) error
- func (v *NullableApplianceAllOfClientInterface) Unset()
- type NullableApplianceAllOfConnector
- func (v NullableApplianceAllOfConnector) Get() *ApplianceAllOfConnector
- func (v NullableApplianceAllOfConnector) IsSet() bool
- func (v NullableApplianceAllOfConnector) MarshalJSON() ([]byte, error)
- func (v *NullableApplianceAllOfConnector) Set(val *ApplianceAllOfConnector)
- func (v *NullableApplianceAllOfConnector) UnmarshalJSON(src []byte) error
- func (v *NullableApplianceAllOfConnector) Unset()
- type NullableApplianceAllOfConnectorAdvancedClients
- func (v NullableApplianceAllOfConnectorAdvancedClients) Get() *ApplianceAllOfConnectorAdvancedClients
- func (v NullableApplianceAllOfConnectorAdvancedClients) IsSet() bool
- func (v NullableApplianceAllOfConnectorAdvancedClients) MarshalJSON() ([]byte, error)
- func (v *NullableApplianceAllOfConnectorAdvancedClients) Set(val *ApplianceAllOfConnectorAdvancedClients)
- func (v *NullableApplianceAllOfConnectorAdvancedClients) UnmarshalJSON(src []byte) error
- func (v *NullableApplianceAllOfConnectorAdvancedClients) Unset()
- type NullableApplianceAllOfConnectorExpressClients
- func (v NullableApplianceAllOfConnectorExpressClients) Get() *ApplianceAllOfConnectorExpressClients
- func (v NullableApplianceAllOfConnectorExpressClients) IsSet() bool
- func (v NullableApplianceAllOfConnectorExpressClients) MarshalJSON() ([]byte, error)
- func (v *NullableApplianceAllOfConnectorExpressClients) Set(val *ApplianceAllOfConnectorExpressClients)
- func (v *NullableApplianceAllOfConnectorExpressClients) UnmarshalJSON(src []byte) error
- func (v *NullableApplianceAllOfConnectorExpressClients) Unset()
- type NullableApplianceAllOfController
- func (v NullableApplianceAllOfController) Get() *ApplianceAllOfController
- func (v NullableApplianceAllOfController) IsSet() bool
- func (v NullableApplianceAllOfController) MarshalJSON() ([]byte, error)
- func (v *NullableApplianceAllOfController) Set(val *ApplianceAllOfController)
- func (v *NullableApplianceAllOfController) UnmarshalJSON(src []byte) error
- func (v *NullableApplianceAllOfController) Unset()
- type NullableApplianceAllOfGateway
- func (v NullableApplianceAllOfGateway) Get() *ApplianceAllOfGateway
- func (v NullableApplianceAllOfGateway) IsSet() bool
- func (v NullableApplianceAllOfGateway) MarshalJSON() ([]byte, error)
- func (v *NullableApplianceAllOfGateway) Set(val *ApplianceAllOfGateway)
- func (v *NullableApplianceAllOfGateway) UnmarshalJSON(src []byte) error
- func (v *NullableApplianceAllOfGateway) Unset()
- type NullableApplianceAllOfGatewayVpn
- func (v NullableApplianceAllOfGatewayVpn) Get() *ApplianceAllOfGatewayVpn
- func (v NullableApplianceAllOfGatewayVpn) IsSet() bool
- func (v NullableApplianceAllOfGatewayVpn) MarshalJSON() ([]byte, error)
- func (v *NullableApplianceAllOfGatewayVpn) Set(val *ApplianceAllOfGatewayVpn)
- func (v *NullableApplianceAllOfGatewayVpn) UnmarshalJSON(src []byte) error
- func (v *NullableApplianceAllOfGatewayVpn) Unset()
- type NullableApplianceAllOfGatewayVpnAllowDestinations
- func (v NullableApplianceAllOfGatewayVpnAllowDestinations) Get() *ApplianceAllOfGatewayVpnAllowDestinations
- func (v NullableApplianceAllOfGatewayVpnAllowDestinations) IsSet() bool
- func (v NullableApplianceAllOfGatewayVpnAllowDestinations) MarshalJSON() ([]byte, error)
- func (v *NullableApplianceAllOfGatewayVpnAllowDestinations) Set(val *ApplianceAllOfGatewayVpnAllowDestinations)
- func (v *NullableApplianceAllOfGatewayVpnAllowDestinations) UnmarshalJSON(src []byte) error
- func (v *NullableApplianceAllOfGatewayVpnAllowDestinations) Unset()
- type NullableApplianceAllOfHealthcheckServer
- func (v NullableApplianceAllOfHealthcheckServer) Get() *ApplianceAllOfHealthcheckServer
- func (v NullableApplianceAllOfHealthcheckServer) IsSet() bool
- func (v NullableApplianceAllOfHealthcheckServer) MarshalJSON() ([]byte, error)
- func (v *NullableApplianceAllOfHealthcheckServer) Set(val *ApplianceAllOfHealthcheckServer)
- func (v *NullableApplianceAllOfHealthcheckServer) UnmarshalJSON(src []byte) error
- func (v *NullableApplianceAllOfHealthcheckServer) Unset()
- type NullableApplianceAllOfLogForwarder
- func (v NullableApplianceAllOfLogForwarder) Get() *ApplianceAllOfLogForwarder
- func (v NullableApplianceAllOfLogForwarder) IsSet() bool
- func (v NullableApplianceAllOfLogForwarder) MarshalJSON() ([]byte, error)
- func (v *NullableApplianceAllOfLogForwarder) Set(val *ApplianceAllOfLogForwarder)
- func (v *NullableApplianceAllOfLogForwarder) UnmarshalJSON(src []byte) error
- func (v *NullableApplianceAllOfLogForwarder) Unset()
- type NullableApplianceAllOfLogServer
- func (v NullableApplianceAllOfLogServer) Get() *ApplianceAllOfLogServer
- func (v NullableApplianceAllOfLogServer) IsSet() bool
- func (v NullableApplianceAllOfLogServer) MarshalJSON() ([]byte, error)
- func (v *NullableApplianceAllOfLogServer) Set(val *ApplianceAllOfLogServer)
- func (v *NullableApplianceAllOfLogServer) UnmarshalJSON(src []byte) error
- func (v *NullableApplianceAllOfLogServer) Unset()
- type NullableApplianceAllOfNetworking
- func (v NullableApplianceAllOfNetworking) Get() *ApplianceAllOfNetworking
- func (v NullableApplianceAllOfNetworking) IsSet() bool
- func (v NullableApplianceAllOfNetworking) MarshalJSON() ([]byte, error)
- func (v *NullableApplianceAllOfNetworking) Set(val *ApplianceAllOfNetworking)
- func (v *NullableApplianceAllOfNetworking) UnmarshalJSON(src []byte) error
- func (v *NullableApplianceAllOfNetworking) Unset()
- type NullableApplianceAllOfNetworkingHosts
- func (v NullableApplianceAllOfNetworkingHosts) Get() *ApplianceAllOfNetworkingHosts
- func (v NullableApplianceAllOfNetworkingHosts) IsSet() bool
- func (v NullableApplianceAllOfNetworkingHosts) MarshalJSON() ([]byte, error)
- func (v *NullableApplianceAllOfNetworkingHosts) Set(val *ApplianceAllOfNetworkingHosts)
- func (v *NullableApplianceAllOfNetworkingHosts) UnmarshalJSON(src []byte) error
- func (v *NullableApplianceAllOfNetworkingHosts) Unset()
- type NullableApplianceAllOfNetworkingIpv4
- func (v NullableApplianceAllOfNetworkingIpv4) Get() *ApplianceAllOfNetworkingIpv4
- func (v NullableApplianceAllOfNetworkingIpv4) IsSet() bool
- func (v NullableApplianceAllOfNetworkingIpv4) MarshalJSON() ([]byte, error)
- func (v *NullableApplianceAllOfNetworkingIpv4) Set(val *ApplianceAllOfNetworkingIpv4)
- func (v *NullableApplianceAllOfNetworkingIpv4) UnmarshalJSON(src []byte) error
- func (v *NullableApplianceAllOfNetworkingIpv4) Unset()
- type NullableApplianceAllOfNetworkingIpv4Dhcp
- func (v NullableApplianceAllOfNetworkingIpv4Dhcp) Get() *ApplianceAllOfNetworkingIpv4Dhcp
- func (v NullableApplianceAllOfNetworkingIpv4Dhcp) IsSet() bool
- func (v NullableApplianceAllOfNetworkingIpv4Dhcp) MarshalJSON() ([]byte, error)
- func (v *NullableApplianceAllOfNetworkingIpv4Dhcp) Set(val *ApplianceAllOfNetworkingIpv4Dhcp)
- func (v *NullableApplianceAllOfNetworkingIpv4Dhcp) UnmarshalJSON(src []byte) error
- func (v *NullableApplianceAllOfNetworkingIpv4Dhcp) Unset()
- type NullableApplianceAllOfNetworkingIpv4Static
- func (v NullableApplianceAllOfNetworkingIpv4Static) Get() *ApplianceAllOfNetworkingIpv4Static
- func (v NullableApplianceAllOfNetworkingIpv4Static) IsSet() bool
- func (v NullableApplianceAllOfNetworkingIpv4Static) MarshalJSON() ([]byte, error)
- func (v *NullableApplianceAllOfNetworkingIpv4Static) Set(val *ApplianceAllOfNetworkingIpv4Static)
- func (v *NullableApplianceAllOfNetworkingIpv4Static) UnmarshalJSON(src []byte) error
- func (v *NullableApplianceAllOfNetworkingIpv4Static) Unset()
- type NullableApplianceAllOfNetworkingIpv6
- func (v NullableApplianceAllOfNetworkingIpv6) Get() *ApplianceAllOfNetworkingIpv6
- func (v NullableApplianceAllOfNetworkingIpv6) IsSet() bool
- func (v NullableApplianceAllOfNetworkingIpv6) MarshalJSON() ([]byte, error)
- func (v *NullableApplianceAllOfNetworkingIpv6) Set(val *ApplianceAllOfNetworkingIpv6)
- func (v *NullableApplianceAllOfNetworkingIpv6) UnmarshalJSON(src []byte) error
- func (v *NullableApplianceAllOfNetworkingIpv6) Unset()
- type NullableApplianceAllOfNetworkingIpv6Dhcp
- func (v NullableApplianceAllOfNetworkingIpv6Dhcp) Get() *ApplianceAllOfNetworkingIpv6Dhcp
- func (v NullableApplianceAllOfNetworkingIpv6Dhcp) IsSet() bool
- func (v NullableApplianceAllOfNetworkingIpv6Dhcp) MarshalJSON() ([]byte, error)
- func (v *NullableApplianceAllOfNetworkingIpv6Dhcp) Set(val *ApplianceAllOfNetworkingIpv6Dhcp)
- func (v *NullableApplianceAllOfNetworkingIpv6Dhcp) UnmarshalJSON(src []byte) error
- func (v *NullableApplianceAllOfNetworkingIpv6Dhcp) Unset()
- type NullableApplianceAllOfNetworkingIpv6Static
- func (v NullableApplianceAllOfNetworkingIpv6Static) Get() *ApplianceAllOfNetworkingIpv6Static
- func (v NullableApplianceAllOfNetworkingIpv6Static) IsSet() bool
- func (v NullableApplianceAllOfNetworkingIpv6Static) MarshalJSON() ([]byte, error)
- func (v *NullableApplianceAllOfNetworkingIpv6Static) Set(val *ApplianceAllOfNetworkingIpv6Static)
- func (v *NullableApplianceAllOfNetworkingIpv6Static) UnmarshalJSON(src []byte) error
- func (v *NullableApplianceAllOfNetworkingIpv6Static) Unset()
- type NullableApplianceAllOfNetworkingNics
- func (v NullableApplianceAllOfNetworkingNics) Get() *ApplianceAllOfNetworkingNics
- func (v NullableApplianceAllOfNetworkingNics) IsSet() bool
- func (v NullableApplianceAllOfNetworkingNics) MarshalJSON() ([]byte, error)
- func (v *NullableApplianceAllOfNetworkingNics) Set(val *ApplianceAllOfNetworkingNics)
- func (v *NullableApplianceAllOfNetworkingNics) UnmarshalJSON(src []byte) error
- func (v *NullableApplianceAllOfNetworkingNics) Unset()
- type NullableApplianceAllOfNetworkingRoutes
- func (v NullableApplianceAllOfNetworkingRoutes) Get() *ApplianceAllOfNetworkingRoutes
- func (v NullableApplianceAllOfNetworkingRoutes) IsSet() bool
- func (v NullableApplianceAllOfNetworkingRoutes) MarshalJSON() ([]byte, error)
- func (v *NullableApplianceAllOfNetworkingRoutes) Set(val *ApplianceAllOfNetworkingRoutes)
- func (v *NullableApplianceAllOfNetworkingRoutes) UnmarshalJSON(src []byte) error
- func (v *NullableApplianceAllOfNetworkingRoutes) Unset()
- type NullableApplianceAllOfNtp
- func (v NullableApplianceAllOfNtp) Get() *ApplianceAllOfNtp
- func (v NullableApplianceAllOfNtp) IsSet() bool
- func (v NullableApplianceAllOfNtp) MarshalJSON() ([]byte, error)
- func (v *NullableApplianceAllOfNtp) Set(val *ApplianceAllOfNtp)
- func (v *NullableApplianceAllOfNtp) UnmarshalJSON(src []byte) error
- func (v *NullableApplianceAllOfNtp) Unset()
- type NullableApplianceAllOfNtpServers
- func (v NullableApplianceAllOfNtpServers) Get() *ApplianceAllOfNtpServers
- func (v NullableApplianceAllOfNtpServers) IsSet() bool
- func (v NullableApplianceAllOfNtpServers) MarshalJSON() ([]byte, error)
- func (v *NullableApplianceAllOfNtpServers) Set(val *ApplianceAllOfNtpServers)
- func (v *NullableApplianceAllOfNtpServers) UnmarshalJSON(src []byte) error
- func (v *NullableApplianceAllOfNtpServers) Unset()
- type NullableApplianceAllOfPeerInterface
- func (v NullableApplianceAllOfPeerInterface) Get() *ApplianceAllOfPeerInterface
- func (v NullableApplianceAllOfPeerInterface) IsSet() bool
- func (v NullableApplianceAllOfPeerInterface) MarshalJSON() ([]byte, error)
- func (v *NullableApplianceAllOfPeerInterface) Set(val *ApplianceAllOfPeerInterface)
- func (v *NullableApplianceAllOfPeerInterface) UnmarshalJSON(src []byte) error
- func (v *NullableApplianceAllOfPeerInterface) Unset()
- type NullableApplianceAllOfPing
- func (v NullableApplianceAllOfPing) Get() *ApplianceAllOfPing
- func (v NullableApplianceAllOfPing) IsSet() bool
- func (v NullableApplianceAllOfPing) MarshalJSON() ([]byte, error)
- func (v *NullableApplianceAllOfPing) Set(val *ApplianceAllOfPing)
- func (v *NullableApplianceAllOfPing) UnmarshalJSON(src []byte) error
- func (v *NullableApplianceAllOfPing) Unset()
- type NullableApplianceAllOfPrometheusExporter
- func (v NullableApplianceAllOfPrometheusExporter) Get() *ApplianceAllOfPrometheusExporter
- func (v NullableApplianceAllOfPrometheusExporter) IsSet() bool
- func (v NullableApplianceAllOfPrometheusExporter) MarshalJSON() ([]byte, error)
- func (v *NullableApplianceAllOfPrometheusExporter) Set(val *ApplianceAllOfPrometheusExporter)
- func (v *NullableApplianceAllOfPrometheusExporter) UnmarshalJSON(src []byte) error
- func (v *NullableApplianceAllOfPrometheusExporter) Unset()
- type NullableApplianceAllOfRsyslogDestinations
- func (v NullableApplianceAllOfRsyslogDestinations) Get() *ApplianceAllOfRsyslogDestinations
- func (v NullableApplianceAllOfRsyslogDestinations) IsSet() bool
- func (v NullableApplianceAllOfRsyslogDestinations) MarshalJSON() ([]byte, error)
- func (v *NullableApplianceAllOfRsyslogDestinations) Set(val *ApplianceAllOfRsyslogDestinations)
- func (v *NullableApplianceAllOfRsyslogDestinations) UnmarshalJSON(src []byte) error
- func (v *NullableApplianceAllOfRsyslogDestinations) Unset()
- type NullableApplianceAllOfSnmpServer
- func (v NullableApplianceAllOfSnmpServer) Get() *ApplianceAllOfSnmpServer
- func (v NullableApplianceAllOfSnmpServer) IsSet() bool
- func (v NullableApplianceAllOfSnmpServer) MarshalJSON() ([]byte, error)
- func (v *NullableApplianceAllOfSnmpServer) Set(val *ApplianceAllOfSnmpServer)
- func (v *NullableApplianceAllOfSnmpServer) UnmarshalJSON(src []byte) error
- func (v *NullableApplianceAllOfSnmpServer) Unset()
- type NullableApplianceAllOfSshServer
- func (v NullableApplianceAllOfSshServer) Get() *ApplianceAllOfSshServer
- func (v NullableApplianceAllOfSshServer) IsSet() bool
- func (v NullableApplianceAllOfSshServer) MarshalJSON() ([]byte, error)
- func (v *NullableApplianceAllOfSshServer) Set(val *ApplianceAllOfSshServer)
- func (v *NullableApplianceAllOfSshServer) UnmarshalJSON(src []byte) error
- func (v *NullableApplianceAllOfSshServer) Unset()
- type NullableApplianceCustomization
- func (v NullableApplianceCustomization) Get() *ApplianceCustomization
- func (v NullableApplianceCustomization) IsSet() bool
- func (v NullableApplianceCustomization) MarshalJSON() ([]byte, error)
- func (v *NullableApplianceCustomization) Set(val *ApplianceCustomization)
- func (v *NullableApplianceCustomization) UnmarshalJSON(src []byte) error
- func (v *NullableApplianceCustomization) Unset()
- type NullableApplianceCustomizationAllOf
- func (v NullableApplianceCustomizationAllOf) Get() *ApplianceCustomizationAllOf
- func (v NullableApplianceCustomizationAllOf) IsSet() bool
- func (v NullableApplianceCustomizationAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableApplianceCustomizationAllOf) Set(val *ApplianceCustomizationAllOf)
- func (v *NullableApplianceCustomizationAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableApplianceCustomizationAllOf) Unset()
- type NullableApplianceCustomizationList
- func (v NullableApplianceCustomizationList) Get() *ApplianceCustomizationList
- func (v NullableApplianceCustomizationList) IsSet() bool
- func (v NullableApplianceCustomizationList) MarshalJSON() ([]byte, error)
- func (v *NullableApplianceCustomizationList) Set(val *ApplianceCustomizationList)
- func (v *NullableApplianceCustomizationList) UnmarshalJSON(src []byte) error
- func (v *NullableApplianceCustomizationList) Unset()
- type NullableApplianceCustomizationListAllOf
- func (v NullableApplianceCustomizationListAllOf) Get() *ApplianceCustomizationListAllOf
- func (v NullableApplianceCustomizationListAllOf) IsSet() bool
- func (v NullableApplianceCustomizationListAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableApplianceCustomizationListAllOf) Set(val *ApplianceCustomizationListAllOf)
- func (v *NullableApplianceCustomizationListAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableApplianceCustomizationListAllOf) Unset()
- type NullableApplianceList
- func (v NullableApplianceList) Get() *ApplianceList
- func (v NullableApplianceList) IsSet() bool
- func (v NullableApplianceList) MarshalJSON() ([]byte, error)
- func (v *NullableApplianceList) Set(val *ApplianceList)
- func (v *NullableApplianceList) UnmarshalJSON(src []byte) error
- func (v *NullableApplianceList) Unset()
- type NullableApplianceListAllOf
- func (v NullableApplianceListAllOf) Get() *ApplianceListAllOf
- func (v NullableApplianceListAllOf) IsSet() bool
- func (v NullableApplianceListAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableApplianceListAllOf) Set(val *ApplianceListAllOf)
- func (v *NullableApplianceListAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableApplianceListAllOf) Unset()
- type NullableApplianceRole
- func (v NullableApplianceRole) Get() *ApplianceRole
- func (v NullableApplianceRole) IsSet() bool
- func (v NullableApplianceRole) MarshalJSON() ([]byte, error)
- func (v *NullableApplianceRole) Set(val *ApplianceRole)
- func (v *NullableApplianceRole) UnmarshalJSON(src []byte) error
- func (v *NullableApplianceRole) Unset()
- type NullableApplianceSeedISO
- func (v NullableApplianceSeedISO) Get() *ApplianceSeedISO
- func (v NullableApplianceSeedISO) IsSet() bool
- func (v NullableApplianceSeedISO) MarshalJSON() ([]byte, error)
- func (v *NullableApplianceSeedISO) Set(val *ApplianceSeedISO)
- func (v *NullableApplianceSeedISO) UnmarshalJSON(src []byte) error
- func (v *NullableApplianceSeedISO) Unset()
- type NullableApplianceUpgrade
- func (v NullableApplianceUpgrade) Get() *ApplianceUpgrade
- func (v NullableApplianceUpgrade) IsSet() bool
- func (v NullableApplianceUpgrade) MarshalJSON() ([]byte, error)
- func (v *NullableApplianceUpgrade) Set(val *ApplianceUpgrade)
- func (v *NullableApplianceUpgrade) UnmarshalJSON(src []byte) error
- func (v *NullableApplianceUpgrade) Unset()
- type NullableApplianceUpgradeInternal
- func (v NullableApplianceUpgradeInternal) Get() *ApplianceUpgradeInternal
- func (v NullableApplianceUpgradeInternal) IsSet() bool
- func (v NullableApplianceUpgradeInternal) MarshalJSON() ([]byte, error)
- func (v *NullableApplianceUpgradeInternal) Set(val *ApplianceUpgradeInternal)
- func (v *NullableApplianceUpgradeInternal) UnmarshalJSON(src []byte) error
- func (v *NullableApplianceUpgradeInternal) Unset()
- type NullableApplianceWithSessionsRole
- func (v NullableApplianceWithSessionsRole) Get() *ApplianceWithSessionsRole
- func (v NullableApplianceWithSessionsRole) IsSet() bool
- func (v NullableApplianceWithSessionsRole) MarshalJSON() ([]byte, error)
- func (v *NullableApplianceWithSessionsRole) Set(val *ApplianceWithSessionsRole)
- func (v *NullableApplianceWithSessionsRole) UnmarshalJSON(src []byte) error
- func (v *NullableApplianceWithSessionsRole) Unset()
- type NullableApplianceWithSessionsRoleAllOf
- func (v NullableApplianceWithSessionsRoleAllOf) Get() *ApplianceWithSessionsRoleAllOf
- func (v NullableApplianceWithSessionsRoleAllOf) IsSet() bool
- func (v NullableApplianceWithSessionsRoleAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableApplianceWithSessionsRoleAllOf) Set(val *ApplianceWithSessionsRoleAllOf)
- func (v *NullableApplianceWithSessionsRoleAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableApplianceWithSessionsRoleAllOf) Unset()
- type NullableAppliancesForceDisableControllersPost200Response
- func (v NullableAppliancesForceDisableControllersPost200Response) Get() *AppliancesForceDisableControllersPost200Response
- func (v NullableAppliancesForceDisableControllersPost200Response) IsSet() bool
- func (v NullableAppliancesForceDisableControllersPost200Response) MarshalJSON() ([]byte, error)
- func (v *NullableAppliancesForceDisableControllersPost200Response) Set(val *AppliancesForceDisableControllersPost200Response)
- func (v *NullableAppliancesForceDisableControllersPost200Response) UnmarshalJSON(src []byte) error
- func (v *NullableAppliancesForceDisableControllersPost200Response) Unset()
- type NullableAppliancesForceDisableControllersPostRequest
- func (v NullableAppliancesForceDisableControllersPostRequest) Get() *AppliancesForceDisableControllersPostRequest
- func (v NullableAppliancesForceDisableControllersPostRequest) IsSet() bool
- func (v NullableAppliancesForceDisableControllersPostRequest) MarshalJSON() ([]byte, error)
- func (v *NullableAppliancesForceDisableControllersPostRequest) Set(val *AppliancesForceDisableControllersPostRequest)
- func (v *NullableAppliancesForceDisableControllersPostRequest) UnmarshalJSON(src []byte) error
- func (v *NullableAppliancesForceDisableControllersPostRequest) Unset()
- type NullableAppliancesIdBackupBackupIdStatusGet200Response
- func (v NullableAppliancesIdBackupBackupIdStatusGet200Response) Get() *AppliancesIdBackupBackupIdStatusGet200Response
- func (v NullableAppliancesIdBackupBackupIdStatusGet200Response) IsSet() bool
- func (v NullableAppliancesIdBackupBackupIdStatusGet200Response) MarshalJSON() ([]byte, error)
- func (v *NullableAppliancesIdBackupBackupIdStatusGet200Response) Set(val *AppliancesIdBackupBackupIdStatusGet200Response)
- func (v *NullableAppliancesIdBackupBackupIdStatusGet200Response) UnmarshalJSON(src []byte) error
- func (v *NullableAppliancesIdBackupBackupIdStatusGet200Response) Unset()
- type NullableAppliancesIdBackupPost200Response
- func (v NullableAppliancesIdBackupPost200Response) Get() *AppliancesIdBackupPost200Response
- func (v NullableAppliancesIdBackupPost200Response) IsSet() bool
- func (v NullableAppliancesIdBackupPost200Response) MarshalJSON() ([]byte, error)
- func (v *NullableAppliancesIdBackupPost200Response) Set(val *AppliancesIdBackupPost200Response)
- func (v *NullableAppliancesIdBackupPost200Response) UnmarshalJSON(src []byte) error
- func (v *NullableAppliancesIdBackupPost200Response) Unset()
- type NullableAppliancesIdBackupPostRequest
- func (v NullableAppliancesIdBackupPostRequest) Get() *AppliancesIdBackupPostRequest
- func (v NullableAppliancesIdBackupPostRequest) IsSet() bool
- func (v NullableAppliancesIdBackupPostRequest) MarshalJSON() ([]byte, error)
- func (v *NullableAppliancesIdBackupPostRequest) Set(val *AppliancesIdBackupPostRequest)
- func (v *NullableAppliancesIdBackupPostRequest) UnmarshalJSON(src []byte) error
- func (v *NullableAppliancesIdBackupPostRequest) Unset()
- type NullableAppliancesIdChangeChangeIdGet200Response
- func (v NullableAppliancesIdChangeChangeIdGet200Response) Get() *AppliancesIdChangeChangeIdGet200Response
- func (v NullableAppliancesIdChangeChangeIdGet200Response) IsSet() bool
- func (v NullableAppliancesIdChangeChangeIdGet200Response) MarshalJSON() ([]byte, error)
- func (v *NullableAppliancesIdChangeChangeIdGet200Response) Set(val *AppliancesIdChangeChangeIdGet200Response)
- func (v *NullableAppliancesIdChangeChangeIdGet200Response) UnmarshalJSON(src []byte) error
- func (v *NullableAppliancesIdChangeChangeIdGet200Response) Unset()
- type NullableAppliancesIdCommandDigPostRequest
- func (v NullableAppliancesIdCommandDigPostRequest) Get() *AppliancesIdCommandDigPostRequest
- func (v NullableAppliancesIdCommandDigPostRequest) IsSet() bool
- func (v NullableAppliancesIdCommandDigPostRequest) MarshalJSON() ([]byte, error)
- func (v *NullableAppliancesIdCommandDigPostRequest) Set(val *AppliancesIdCommandDigPostRequest)
- func (v *NullableAppliancesIdCommandDigPostRequest) UnmarshalJSON(src []byte) error
- func (v *NullableAppliancesIdCommandDigPostRequest) Unset()
- type NullableAppliancesIdCommandNetcatPostRequest
- func (v NullableAppliancesIdCommandNetcatPostRequest) Get() *AppliancesIdCommandNetcatPostRequest
- func (v NullableAppliancesIdCommandNetcatPostRequest) IsSet() bool
- func (v NullableAppliancesIdCommandNetcatPostRequest) MarshalJSON() ([]byte, error)
- func (v *NullableAppliancesIdCommandNetcatPostRequest) Set(val *AppliancesIdCommandNetcatPostRequest)
- func (v *NullableAppliancesIdCommandNetcatPostRequest) UnmarshalJSON(src []byte) error
- func (v *NullableAppliancesIdCommandNetcatPostRequest) Unset()
- type NullableAppliancesIdCommandPingPostRequest
- func (v NullableAppliancesIdCommandPingPostRequest) Get() *AppliancesIdCommandPingPostRequest
- func (v NullableAppliancesIdCommandPingPostRequest) IsSet() bool
- func (v NullableAppliancesIdCommandPingPostRequest) MarshalJSON() ([]byte, error)
- func (v *NullableAppliancesIdCommandPingPostRequest) Set(val *AppliancesIdCommandPingPostRequest)
- func (v *NullableAppliancesIdCommandPingPostRequest) UnmarshalJSON(src []byte) error
- func (v *NullableAppliancesIdCommandPingPostRequest) Unset()
- type NullableAppliancesIdCommandTcpdumpPostRequest
- func (v NullableAppliancesIdCommandTcpdumpPostRequest) Get() *AppliancesIdCommandTcpdumpPostRequest
- func (v NullableAppliancesIdCommandTcpdumpPostRequest) IsSet() bool
- func (v NullableAppliancesIdCommandTcpdumpPostRequest) MarshalJSON() ([]byte, error)
- func (v *NullableAppliancesIdCommandTcpdumpPostRequest) Set(val *AppliancesIdCommandTcpdumpPostRequest)
- func (v *NullableAppliancesIdCommandTcpdumpPostRequest) UnmarshalJSON(src []byte) error
- func (v *NullableAppliancesIdCommandTcpdumpPostRequest) Unset()
- type NullableAppliancesIdMaintenancePost202Response
- func (v NullableAppliancesIdMaintenancePost202Response) Get() *AppliancesIdMaintenancePost202Response
- func (v NullableAppliancesIdMaintenancePost202Response) IsSet() bool
- func (v NullableAppliancesIdMaintenancePost202Response) MarshalJSON() ([]byte, error)
- func (v *NullableAppliancesIdMaintenancePost202Response) Set(val *AppliancesIdMaintenancePost202Response)
- func (v *NullableAppliancesIdMaintenancePost202Response) UnmarshalJSON(src []byte) error
- func (v *NullableAppliancesIdMaintenancePost202Response) Unset()
- type NullableAppliancesIdMaintenancePostRequest
- func (v NullableAppliancesIdMaintenancePostRequest) Get() *AppliancesIdMaintenancePostRequest
- func (v NullableAppliancesIdMaintenancePostRequest) IsSet() bool
- func (v NullableAppliancesIdMaintenancePostRequest) MarshalJSON() ([]byte, error)
- func (v *NullableAppliancesIdMaintenancePostRequest) Set(val *AppliancesIdMaintenancePostRequest)
- func (v *NullableAppliancesIdMaintenancePostRequest) UnmarshalJSON(src []byte) error
- func (v *NullableAppliancesIdMaintenancePostRequest) Unset()
- type NullableAppliancesIdNameResolutionStatusGet200Response
- func (v NullableAppliancesIdNameResolutionStatusGet200Response) Get() *AppliancesIdNameResolutionStatusGet200Response
- func (v NullableAppliancesIdNameResolutionStatusGet200Response) IsSet() bool
- func (v NullableAppliancesIdNameResolutionStatusGet200Response) MarshalJSON() ([]byte, error)
- func (v *NullableAppliancesIdNameResolutionStatusGet200Response) Set(val *AppliancesIdNameResolutionStatusGet200Response)
- func (v *NullableAppliancesIdNameResolutionStatusGet200Response) UnmarshalJSON(src []byte) error
- func (v *NullableAppliancesIdNameResolutionStatusGet200Response) Unset()
- type NullableAppliancesIdNameResolutionStatusGet200ResponseResolutionsValue
- func (v NullableAppliancesIdNameResolutionStatusGet200ResponseResolutionsValue) Get() *AppliancesIdNameResolutionStatusGet200ResponseResolutionsValue
- func (v NullableAppliancesIdNameResolutionStatusGet200ResponseResolutionsValue) IsSet() bool
- func (v NullableAppliancesIdNameResolutionStatusGet200ResponseResolutionsValue) MarshalJSON() ([]byte, error)
- func (v *NullableAppliancesIdNameResolutionStatusGet200ResponseResolutionsValue) Set(val *AppliancesIdNameResolutionStatusGet200ResponseResolutionsValue)
- func (v *NullableAppliancesIdNameResolutionStatusGet200ResponseResolutionsValue) UnmarshalJSON(src []byte) error
- func (v *NullableAppliancesIdNameResolutionStatusGet200ResponseResolutionsValue) Unset()
- type NullableAppliancesIdTestResolverNamePost200Response
- func (v NullableAppliancesIdTestResolverNamePost200Response) Get() *AppliancesIdTestResolverNamePost200Response
- func (v NullableAppliancesIdTestResolverNamePost200Response) IsSet() bool
- func (v NullableAppliancesIdTestResolverNamePost200Response) MarshalJSON() ([]byte, error)
- func (v *NullableAppliancesIdTestResolverNamePost200Response) Set(val *AppliancesIdTestResolverNamePost200Response)
- func (v *NullableAppliancesIdTestResolverNamePost200Response) UnmarshalJSON(src []byte) error
- func (v *NullableAppliancesIdTestResolverNamePost200Response) Unset()
- type NullableAppliancesIdTestResolverNamePostRequest
- func (v NullableAppliancesIdTestResolverNamePostRequest) Get() *AppliancesIdTestResolverNamePostRequest
- func (v NullableAppliancesIdTestResolverNamePostRequest) IsSet() bool
- func (v NullableAppliancesIdTestResolverNamePostRequest) MarshalJSON() ([]byte, error)
- func (v *NullableAppliancesIdTestResolverNamePostRequest) Set(val *AppliancesIdTestResolverNamePostRequest)
- func (v *NullableAppliancesIdTestResolverNamePostRequest) UnmarshalJSON(src []byte) error
- func (v *NullableAppliancesIdTestResolverNamePostRequest) Unset()
- type NullableAppliancesIdUpgradeCompletePostRequest
- func (v NullableAppliancesIdUpgradeCompletePostRequest) Get() *AppliancesIdUpgradeCompletePostRequest
- func (v NullableAppliancesIdUpgradeCompletePostRequest) IsSet() bool
- func (v NullableAppliancesIdUpgradeCompletePostRequest) MarshalJSON() ([]byte, error)
- func (v *NullableAppliancesIdUpgradeCompletePostRequest) Set(val *AppliancesIdUpgradeCompletePostRequest)
- func (v *NullableAppliancesIdUpgradeCompletePostRequest) UnmarshalJSON(src []byte) error
- func (v *NullableAppliancesIdUpgradeCompletePostRequest) Unset()
- type NullableAppliancesIdUpgradeDelete200Response
- func (v NullableAppliancesIdUpgradeDelete200Response) Get() *AppliancesIdUpgradeDelete200Response
- func (v NullableAppliancesIdUpgradeDelete200Response) IsSet() bool
- func (v NullableAppliancesIdUpgradeDelete200Response) MarshalJSON() ([]byte, error)
- func (v *NullableAppliancesIdUpgradeDelete200Response) Set(val *AppliancesIdUpgradeDelete200Response)
- func (v *NullableAppliancesIdUpgradeDelete200Response) UnmarshalJSON(src []byte) error
- func (v *NullableAppliancesIdUpgradeDelete200Response) Unset()
- type NullableAuthenticationOtpInitializePost200Response
- func (v NullableAuthenticationOtpInitializePost200Response) Get() *AuthenticationOtpInitializePost200Response
- func (v NullableAuthenticationOtpInitializePost200Response) IsSet() bool
- func (v NullableAuthenticationOtpInitializePost200Response) MarshalJSON() ([]byte, error)
- func (v *NullableAuthenticationOtpInitializePost200Response) Set(val *AuthenticationOtpInitializePost200Response)
- func (v *NullableAuthenticationOtpInitializePost200Response) UnmarshalJSON(src []byte) error
- func (v *NullableAuthenticationOtpInitializePost200Response) Unset()
- type NullableAuthenticationOtpInitializePostRequest
- func (v NullableAuthenticationOtpInitializePostRequest) Get() *AuthenticationOtpInitializePostRequest
- func (v NullableAuthenticationOtpInitializePostRequest) IsSet() bool
- func (v NullableAuthenticationOtpInitializePostRequest) MarshalJSON() ([]byte, error)
- func (v *NullableAuthenticationOtpInitializePostRequest) Set(val *AuthenticationOtpInitializePostRequest)
- func (v *NullableAuthenticationOtpInitializePostRequest) UnmarshalJSON(src []byte) error
- func (v *NullableAuthenticationOtpInitializePostRequest) Unset()
- type NullableAuthenticationOtpPostRequest
- func (v NullableAuthenticationOtpPostRequest) Get() *AuthenticationOtpPostRequest
- func (v NullableAuthenticationOtpPostRequest) IsSet() bool
- func (v NullableAuthenticationOtpPostRequest) MarshalJSON() ([]byte, error)
- func (v *NullableAuthenticationOtpPostRequest) Set(val *AuthenticationOtpPostRequest)
- func (v *NullableAuthenticationOtpPostRequest) UnmarshalJSON(src []byte) error
- func (v *NullableAuthenticationOtpPostRequest) Unset()
- type NullableAuthenticationPost401Response
- func (v NullableAuthenticationPost401Response) Get() *AuthenticationPost401Response
- func (v NullableAuthenticationPost401Response) IsSet() bool
- func (v NullableAuthenticationPost401Response) MarshalJSON() ([]byte, error)
- func (v *NullableAuthenticationPost401Response) Set(val *AuthenticationPost401Response)
- func (v *NullableAuthenticationPost401Response) UnmarshalJSON(src []byte) error
- func (v *NullableAuthenticationPost401Response) Unset()
- type NullableAuthenticationPost401ResponseAllOf
- func (v NullableAuthenticationPost401ResponseAllOf) Get() *AuthenticationPost401ResponseAllOf
- func (v NullableAuthenticationPost401ResponseAllOf) IsSet() bool
- func (v NullableAuthenticationPost401ResponseAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableAuthenticationPost401ResponseAllOf) Set(val *AuthenticationPost401ResponseAllOf)
- func (v *NullableAuthenticationPost401ResponseAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableAuthenticationPost401ResponseAllOf) Unset()
- type NullableAutoUpdateSettings
- func (v NullableAutoUpdateSettings) Get() *AutoUpdateSettings
- func (v NullableAutoUpdateSettings) IsSet() bool
- func (v NullableAutoUpdateSettings) MarshalJSON() ([]byte, error)
- func (v *NullableAutoUpdateSettings) Set(val *AutoUpdateSettings)
- func (v *NullableAutoUpdateSettings) UnmarshalJSON(src []byte) error
- func (v *NullableAutoUpdateSettings) Unset()
- type NullableAwsBase
- type NullableAwsKinesis
- type NullableAwsKinesisAllOf
- func (v NullableAwsKinesisAllOf) Get() *AwsKinesisAllOf
- func (v NullableAwsKinesisAllOf) IsSet() bool
- func (v NullableAwsKinesisAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableAwsKinesisAllOf) Set(val *AwsKinesisAllOf)
- func (v *NullableAwsKinesisAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableAwsKinesisAllOf) Unset()
- type NullableBaseEntity
- type NullableBaseIdentityProvider
- func (v NullableBaseIdentityProvider) Get() *BaseIdentityProvider
- func (v NullableBaseIdentityProvider) IsSet() bool
- func (v NullableBaseIdentityProvider) MarshalJSON() ([]byte, error)
- func (v *NullableBaseIdentityProvider) Set(val *BaseIdentityProvider)
- func (v *NullableBaseIdentityProvider) UnmarshalJSON(src []byte) error
- func (v *NullableBaseIdentityProvider) Unset()
- type NullableBaseIdentityProviderAllOf
- func (v NullableBaseIdentityProviderAllOf) Get() *BaseIdentityProviderAllOf
- func (v NullableBaseIdentityProviderAllOf) IsSet() bool
- func (v NullableBaseIdentityProviderAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableBaseIdentityProviderAllOf) Set(val *BaseIdentityProviderAllOf)
- func (v *NullableBaseIdentityProviderAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableBaseIdentityProviderAllOf) Unset()
- type NullableBaseStats
- type NullableBlackListList
- func (v NullableBlackListList) Get() *BlackListList
- func (v NullableBlackListList) IsSet() bool
- func (v NullableBlackListList) MarshalJSON() ([]byte, error)
- func (v *NullableBlackListList) Set(val *BlackListList)
- func (v *NullableBlackListList) UnmarshalJSON(src []byte) error
- func (v *NullableBlackListList) Unset()
- type NullableBlackListListAllOf
- func (v NullableBlackListListAllOf) Get() *BlackListListAllOf
- func (v NullableBlackListListAllOf) IsSet() bool
- func (v NullableBlackListListAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableBlackListListAllOf) Set(val *BlackListListAllOf)
- func (v *NullableBlackListListAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableBlackListListAllOf) Unset()
- type NullableBlacklistEntry
- func (v NullableBlacklistEntry) Get() *BlacklistEntry
- func (v NullableBlacklistEntry) IsSet() bool
- func (v NullableBlacklistEntry) MarshalJSON() ([]byte, error)
- func (v *NullableBlacklistEntry) Set(val *BlacklistEntry)
- func (v *NullableBlacklistEntry) UnmarshalJSON(src []byte) error
- func (v *NullableBlacklistEntry) Unset()
- type NullableBlacklistEntryAllOf
- func (v NullableBlacklistEntryAllOf) Get() *BlacklistEntryAllOf
- func (v NullableBlacklistEntryAllOf) IsSet() bool
- func (v NullableBlacklistEntryAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableBlacklistEntryAllOf) Set(val *BlacklistEntryAllOf)
- func (v *NullableBlacklistEntryAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableBlacklistEntryAllOf) Unset()
- type NullableBool
- type NullableCaConfig
- type NullableCaConfigAllOf
- func (v NullableCaConfigAllOf) Get() *CaConfigAllOf
- func (v NullableCaConfigAllOf) IsSet() bool
- func (v NullableCaConfigAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableCaConfigAllOf) Set(val *CaConfigAllOf)
- func (v *NullableCaConfigAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableCaConfigAllOf) Unset()
- type NullableCertificateAuthorityCaNextGeneratePostRequest
- func (v NullableCertificateAuthorityCaNextGeneratePostRequest) Get() *CertificateAuthorityCaNextGeneratePostRequest
- func (v NullableCertificateAuthorityCaNextGeneratePostRequest) IsSet() bool
- func (v NullableCertificateAuthorityCaNextGeneratePostRequest) MarshalJSON() ([]byte, error)
- func (v *NullableCertificateAuthorityCaNextGeneratePostRequest) Set(val *CertificateAuthorityCaNextGeneratePostRequest)
- func (v *NullableCertificateAuthorityCaNextGeneratePostRequest) UnmarshalJSON(src []byte) error
- func (v *NullableCertificateAuthorityCaNextGeneratePostRequest) Unset()
- type NullableCertificateAuthorityCaNextSwitchPost412Response
- func (v NullableCertificateAuthorityCaNextSwitchPost412Response) Get() *CertificateAuthorityCaNextSwitchPost412Response
- func (v NullableCertificateAuthorityCaNextSwitchPost412Response) IsSet() bool
- func (v NullableCertificateAuthorityCaNextSwitchPost412Response) MarshalJSON() ([]byte, error)
- func (v *NullableCertificateAuthorityCaNextSwitchPost412Response) Set(val *CertificateAuthorityCaNextSwitchPost412Response)
- func (v *NullableCertificateAuthorityCaNextSwitchPost412Response) UnmarshalJSON(src []byte) error
- func (v *NullableCertificateAuthorityCaNextSwitchPost412Response) Unset()
- type NullableCertificateAuthorityCaNextSwitchPost412ResponseAllOf
- func (v NullableCertificateAuthorityCaNextSwitchPost412ResponseAllOf) Get() *CertificateAuthorityCaNextSwitchPost412ResponseAllOf
- func (v NullableCertificateAuthorityCaNextSwitchPost412ResponseAllOf) IsSet() bool
- func (v NullableCertificateAuthorityCaNextSwitchPost412ResponseAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableCertificateAuthorityCaNextSwitchPost412ResponseAllOf) Set(val *CertificateAuthorityCaNextSwitchPost412ResponseAllOf)
- func (v *NullableCertificateAuthorityCaNextSwitchPost412ResponseAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableCertificateAuthorityCaNextSwitchPost412ResponseAllOf) Unset()
- type NullableCertificateAuthorityCaNextSwitchPostRequest
- func (v NullableCertificateAuthorityCaNextSwitchPostRequest) Get() *CertificateAuthorityCaNextSwitchPostRequest
- func (v NullableCertificateAuthorityCaNextSwitchPostRequest) IsSet() bool
- func (v NullableCertificateAuthorityCaNextSwitchPostRequest) MarshalJSON() ([]byte, error)
- func (v *NullableCertificateAuthorityCaNextSwitchPostRequest) Set(val *CertificateAuthorityCaNextSwitchPostRequest)
- func (v *NullableCertificateAuthorityCaNextSwitchPostRequest) UnmarshalJSON(src []byte) error
- func (v *NullableCertificateAuthorityCaNextSwitchPostRequest) Unset()
- type NullableCertificateAuthorityCrlGet200Response
- func (v NullableCertificateAuthorityCrlGet200Response) Get() *CertificateAuthorityCrlGet200Response
- func (v NullableCertificateAuthorityCrlGet200Response) IsSet() bool
- func (v NullableCertificateAuthorityCrlGet200Response) MarshalJSON() ([]byte, error)
- func (v *NullableCertificateAuthorityCrlGet200Response) Set(val *CertificateAuthorityCrlGet200Response)
- func (v *NullableCertificateAuthorityCrlGet200Response) UnmarshalJSON(src []byte) error
- func (v *NullableCertificateAuthorityCrlGet200Response) Unset()
- type NullableCertificateAuthorityIssuedCertificatesRevokedCertificateIdPutRequest
- func (v NullableCertificateAuthorityIssuedCertificatesRevokedCertificateIdPutRequest) Get() *CertificateAuthorityIssuedCertificatesRevokedCertificateIdPutRequest
- func (v NullableCertificateAuthorityIssuedCertificatesRevokedCertificateIdPutRequest) IsSet() bool
- func (v NullableCertificateAuthorityIssuedCertificatesRevokedCertificateIdPutRequest) MarshalJSON() ([]byte, error)
- func (v *NullableCertificateAuthorityIssuedCertificatesRevokedCertificateIdPutRequest) Set(val *CertificateAuthorityIssuedCertificatesRevokedCertificateIdPutRequest)
- func (v *NullableCertificateAuthorityIssuedCertificatesRevokedCertificateIdPutRequest) UnmarshalJSON(src []byte) error
- func (v *NullableCertificateAuthorityIssuedCertificatesRevokedCertificateIdPutRequest) Unset()
- type NullableCertificateDetails
- func (v NullableCertificateDetails) Get() *CertificateDetails
- func (v NullableCertificateDetails) IsSet() bool
- func (v NullableCertificateDetails) MarshalJSON() ([]byte, error)
- func (v *NullableCertificateDetails) Set(val *CertificateDetails)
- func (v *NullableCertificateDetails) UnmarshalJSON(src []byte) error
- func (v *NullableCertificateDetails) Unset()
- type NullableClaimMappingsInner
- func (v NullableClaimMappingsInner) Get() *ClaimMappingsInner
- func (v NullableClaimMappingsInner) IsSet() bool
- func (v NullableClaimMappingsInner) MarshalJSON() ([]byte, error)
- func (v *NullableClaimMappingsInner) Set(val *ClaimMappingsInner)
- func (v *NullableClaimMappingsInner) UnmarshalJSON(src []byte) error
- func (v *NullableClaimMappingsInner) Unset()
- type NullableClaimNamesInner
- func (v NullableClaimNamesInner) Get() *ClaimNamesInner
- func (v NullableClaimNamesInner) IsSet() bool
- func (v NullableClaimNamesInner) MarshalJSON() ([]byte, error)
- func (v *NullableClaimNamesInner) Set(val *ClaimNamesInner)
- func (v *NullableClaimNamesInner) UnmarshalJSON(src []byte) error
- func (v *NullableClaimNamesInner) Unset()
- type NullableClaimNamesList
- func (v NullableClaimNamesList) Get() *ClaimNamesList
- func (v NullableClaimNamesList) IsSet() bool
- func (v NullableClaimNamesList) MarshalJSON() ([]byte, error)
- func (v *NullableClaimNamesList) Set(val *ClaimNamesList)
- func (v *NullableClaimNamesList) UnmarshalJSON(src []byte) error
- func (v *NullableClaimNamesList) Unset()
- type NullableClaimNamesListZtpRiskRulesInner
- func (v NullableClaimNamesListZtpRiskRulesInner) Get() *ClaimNamesListZtpRiskRulesInner
- func (v NullableClaimNamesListZtpRiskRulesInner) IsSet() bool
- func (v NullableClaimNamesListZtpRiskRulesInner) MarshalJSON() ([]byte, error)
- func (v *NullableClaimNamesListZtpRiskRulesInner) Set(val *ClaimNamesListZtpRiskRulesInner)
- func (v *NullableClaimNamesListZtpRiskRulesInner) UnmarshalJSON(src []byte) error
- func (v *NullableClaimNamesListZtpRiskRulesInner) Unset()
- type NullableClient
- type NullableClientConnections
- func (v NullableClientConnections) Get() *ClientConnections
- func (v NullableClientConnections) IsSet() bool
- func (v NullableClientConnections) MarshalJSON() ([]byte, error)
- func (v *NullableClientConnections) Set(val *ClientConnections)
- func (v *NullableClientConnections) UnmarshalJSON(src []byte) error
- func (v *NullableClientConnections) Unset()
- type NullableClientConnectionsProfileNameBarcodeGet200Response
- func (v NullableClientConnectionsProfileNameBarcodeGet200Response) Get() *ClientConnectionsProfileNameBarcodeGet200Response
- func (v NullableClientConnectionsProfileNameBarcodeGet200Response) IsSet() bool
- func (v NullableClientConnectionsProfileNameBarcodeGet200Response) MarshalJSON() ([]byte, error)
- func (v *NullableClientConnectionsProfileNameBarcodeGet200Response) Set(val *ClientConnectionsProfileNameBarcodeGet200Response)
- func (v *NullableClientConnectionsProfileNameBarcodeGet200Response) UnmarshalJSON(src []byte) error
- func (v *NullableClientConnectionsProfileNameBarcodeGet200Response) Unset()
- type NullableClientConnectionsProfileNameUrlGet200Response
- func (v NullableClientConnectionsProfileNameUrlGet200Response) Get() *ClientConnectionsProfileNameUrlGet200Response
- func (v NullableClientConnectionsProfileNameUrlGet200Response) IsSet() bool
- func (v NullableClientConnectionsProfileNameUrlGet200Response) MarshalJSON() ([]byte, error)
- func (v *NullableClientConnectionsProfileNameUrlGet200Response) Set(val *ClientConnectionsProfileNameUrlGet200Response)
- func (v *NullableClientConnectionsProfileNameUrlGet200Response) UnmarshalJSON(src []byte) error
- func (v *NullableClientConnectionsProfileNameUrlGet200Response) Unset()
- type NullableClientConnectionsProfilesInner
- func (v NullableClientConnectionsProfilesInner) Get() *ClientConnectionsProfilesInner
- func (v NullableClientConnectionsProfilesInner) IsSet() bool
- func (v NullableClientConnectionsProfilesInner) MarshalJSON() ([]byte, error)
- func (v *NullableClientConnectionsProfilesInner) Set(val *ClientConnectionsProfilesInner)
- func (v *NullableClientConnectionsProfilesInner) UnmarshalJSON(src []byte) error
- func (v *NullableClientConnectionsProfilesInner) Unset()
- type NullableClientProfile
- func (v NullableClientProfile) Get() *ClientProfile
- func (v NullableClientProfile) IsSet() bool
- func (v NullableClientProfile) MarshalJSON() ([]byte, error)
- func (v *NullableClientProfile) Set(val *ClientProfile)
- func (v *NullableClientProfile) UnmarshalJSON(src []byte) error
- func (v *NullableClientProfile) Unset()
- type NullableClientProfileAllOf
- func (v NullableClientProfileAllOf) Get() *ClientProfileAllOf
- func (v NullableClientProfileAllOf) IsSet() bool
- func (v NullableClientProfileAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableClientProfileAllOf) Set(val *ClientProfileAllOf)
- func (v *NullableClientProfileAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableClientProfileAllOf) Unset()
- type NullableClientProfileList
- func (v NullableClientProfileList) Get() *ClientProfileList
- func (v NullableClientProfileList) IsSet() bool
- func (v NullableClientProfileList) MarshalJSON() ([]byte, error)
- func (v *NullableClientProfileList) Set(val *ClientProfileList)
- func (v *NullableClientProfileList) UnmarshalJSON(src []byte) error
- func (v *NullableClientProfileList) Unset()
- type NullableClientProfileListAllOf
- func (v NullableClientProfileListAllOf) Get() *ClientProfileListAllOf
- func (v NullableClientProfileListAllOf) IsSet() bool
- func (v NullableClientProfileListAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableClientProfileListAllOf) Set(val *ClientProfileListAllOf)
- func (v *NullableClientProfileListAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableClientProfileListAllOf) Unset()
- type NullableClientProfilesIdBarcodeGet200Response
- func (v NullableClientProfilesIdBarcodeGet200Response) Get() *ClientProfilesIdBarcodeGet200Response
- func (v NullableClientProfilesIdBarcodeGet200Response) IsSet() bool
- func (v NullableClientProfilesIdBarcodeGet200Response) MarshalJSON() ([]byte, error)
- func (v *NullableClientProfilesIdBarcodeGet200Response) Set(val *ClientProfilesIdBarcodeGet200Response)
- func (v *NullableClientProfilesIdBarcodeGet200Response) UnmarshalJSON(src []byte) error
- func (v *NullableClientProfilesIdBarcodeGet200Response) Unset()
- type NullableClientProfilesIdUrlGet200Response
- func (v NullableClientProfilesIdUrlGet200Response) Get() *ClientProfilesIdUrlGet200Response
- func (v NullableClientProfilesIdUrlGet200Response) IsSet() bool
- func (v NullableClientProfilesIdUrlGet200Response) MarshalJSON() ([]byte, error)
- func (v *NullableClientProfilesIdUrlGet200Response) Set(val *ClientProfilesIdUrlGet200Response)
- func (v *NullableClientProfilesIdUrlGet200Response) UnmarshalJSON(src []byte) error
- func (v *NullableClientProfilesIdUrlGet200Response) Unset()
- type NullableCondition
- type NullableConditionAllOf
- func (v NullableConditionAllOf) Get() *ConditionAllOf
- func (v NullableConditionAllOf) IsSet() bool
- func (v NullableConditionAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableConditionAllOf) Set(val *ConditionAllOf)
- func (v *NullableConditionAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableConditionAllOf) Unset()
- type NullableConditionList
- func (v NullableConditionList) Get() *ConditionList
- func (v NullableConditionList) IsSet() bool
- func (v NullableConditionList) MarshalJSON() ([]byte, error)
- func (v *NullableConditionList) Set(val *ConditionList)
- func (v *NullableConditionList) UnmarshalJSON(src []byte) error
- func (v *NullableConditionList) Unset()
- type NullableConditionListAllOf
- func (v NullableConditionListAllOf) Get() *ConditionListAllOf
- func (v NullableConditionListAllOf) IsSet() bool
- func (v NullableConditionListAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableConditionListAllOf) Set(val *ConditionListAllOf)
- func (v *NullableConditionListAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableConditionListAllOf) Unset()
- type NullableConditionsTestPost200Response
- func (v NullableConditionsTestPost200Response) Get() *ConditionsTestPost200Response
- func (v NullableConditionsTestPost200Response) IsSet() bool
- func (v NullableConditionsTestPost200Response) MarshalJSON() ([]byte, error)
- func (v *NullableConditionsTestPost200Response) Set(val *ConditionsTestPost200Response)
- func (v *NullableConditionsTestPost200Response) UnmarshalJSON(src []byte) error
- func (v *NullableConditionsTestPost200Response) Unset()
- type NullableConfigurableIdentityProvider
- func (v NullableConfigurableIdentityProvider) Get() *ConfigurableIdentityProvider
- func (v NullableConfigurableIdentityProvider) IsSet() bool
- func (v NullableConfigurableIdentityProvider) MarshalJSON() ([]byte, error)
- func (v *NullableConfigurableIdentityProvider) Set(val *ConfigurableIdentityProvider)
- func (v *NullableConfigurableIdentityProvider) UnmarshalJSON(src []byte) error
- func (v *NullableConfigurableIdentityProvider) Unset()
- type NullableConfigurableIdentityProviderAllOf
- func (v NullableConfigurableIdentityProviderAllOf) Get() *ConfigurableIdentityProviderAllOf
- func (v NullableConfigurableIdentityProviderAllOf) IsSet() bool
- func (v NullableConfigurableIdentityProviderAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableConfigurableIdentityProviderAllOf) Set(val *ConfigurableIdentityProviderAllOf)
- func (v *NullableConfigurableIdentityProviderAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableConfigurableIdentityProviderAllOf) Unset()
- type NullableConfigurableIdentityProviderAllOfOnBoarding2FA
- func (v NullableConfigurableIdentityProviderAllOfOnBoarding2FA) Get() *ConfigurableIdentityProviderAllOfOnBoarding2FA
- func (v NullableConfigurableIdentityProviderAllOfOnBoarding2FA) IsSet() bool
- func (v NullableConfigurableIdentityProviderAllOfOnBoarding2FA) MarshalJSON() ([]byte, error)
- func (v *NullableConfigurableIdentityProviderAllOfOnBoarding2FA) Set(val *ConfigurableIdentityProviderAllOfOnBoarding2FA)
- func (v *NullableConfigurableIdentityProviderAllOfOnBoarding2FA) UnmarshalJSON(src []byte) error
- func (v *NullableConfigurableIdentityProviderAllOfOnBoarding2FA) Unset()
- type NullableConnectorIdentityProviderList
- func (v NullableConnectorIdentityProviderList) Get() *ConnectorIdentityProviderList
- func (v NullableConnectorIdentityProviderList) IsSet() bool
- func (v NullableConnectorIdentityProviderList) MarshalJSON() ([]byte, error)
- func (v *NullableConnectorIdentityProviderList) Set(val *ConnectorIdentityProviderList)
- func (v *NullableConnectorIdentityProviderList) UnmarshalJSON(src []byte) error
- func (v *NullableConnectorIdentityProviderList) Unset()
- type NullableConnectorProvider
- func (v NullableConnectorProvider) Get() *ConnectorProvider
- func (v NullableConnectorProvider) IsSet() bool
- func (v NullableConnectorProvider) MarshalJSON() ([]byte, error)
- func (v *NullableConnectorProvider) Set(val *ConnectorProvider)
- func (v *NullableConnectorProvider) UnmarshalJSON(src []byte) error
- func (v *NullableConnectorProvider) Unset()
- type NullableControllerRole
- func (v NullableControllerRole) Get() *ControllerRole
- func (v NullableControllerRole) IsSet() bool
- func (v NullableControllerRole) MarshalJSON() ([]byte, error)
- func (v *NullableControllerRole) Set(val *ControllerRole)
- func (v *NullableControllerRole) UnmarshalJSON(src []byte) error
- func (v *NullableControllerRole) Unset()
- type NullableControllerRoleAllOf
- func (v NullableControllerRoleAllOf) Get() *ControllerRoleAllOf
- func (v NullableControllerRoleAllOf) IsSet() bool
- func (v NullableControllerRoleAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableControllerRoleAllOf) Set(val *ControllerRoleAllOf)
- func (v *NullableControllerRoleAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableControllerRoleAllOf) Unset()
- type NullableCriteriaScript
- func (v NullableCriteriaScript) Get() *CriteriaScript
- func (v NullableCriteriaScript) IsSet() bool
- func (v NullableCriteriaScript) MarshalJSON() ([]byte, error)
- func (v *NullableCriteriaScript) Set(val *CriteriaScript)
- func (v *NullableCriteriaScript) UnmarshalJSON(src []byte) error
- func (v *NullableCriteriaScript) Unset()
- type NullableCriteriaScriptAllOf
- func (v NullableCriteriaScriptAllOf) Get() *CriteriaScriptAllOf
- func (v NullableCriteriaScriptAllOf) IsSet() bool
- func (v NullableCriteriaScriptAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableCriteriaScriptAllOf) Set(val *CriteriaScriptAllOf)
- func (v *NullableCriteriaScriptAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableCriteriaScriptAllOf) Unset()
- type NullableCriteriaScriptList
- func (v NullableCriteriaScriptList) Get() *CriteriaScriptList
- func (v NullableCriteriaScriptList) IsSet() bool
- func (v NullableCriteriaScriptList) MarshalJSON() ([]byte, error)
- func (v *NullableCriteriaScriptList) Set(val *CriteriaScriptList)
- func (v *NullableCriteriaScriptList) UnmarshalJSON(src []byte) error
- func (v *NullableCriteriaScriptList) Unset()
- type NullableCriteriaScriptListAllOf
- func (v NullableCriteriaScriptListAllOf) Get() *CriteriaScriptListAllOf
- func (v NullableCriteriaScriptListAllOf) IsSet() bool
- func (v NullableCriteriaScriptListAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableCriteriaScriptListAllOf) Set(val *CriteriaScriptListAllOf)
- func (v *NullableCriteriaScriptListAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableCriteriaScriptListAllOf) Unset()
- type NullableDeviceAndUser
- func (v NullableDeviceAndUser) Get() *DeviceAndUser
- func (v NullableDeviceAndUser) IsSet() bool
- func (v NullableDeviceAndUser) MarshalJSON() ([]byte, error)
- func (v *NullableDeviceAndUser) Set(val *DeviceAndUser)
- func (v *NullableDeviceAndUser) UnmarshalJSON(src []byte) error
- func (v *NullableDeviceAndUser) Unset()
- type NullableDeviceScript
- func (v NullableDeviceScript) Get() *DeviceScript
- func (v NullableDeviceScript) IsSet() bool
- func (v NullableDeviceScript) MarshalJSON() ([]byte, error)
- func (v *NullableDeviceScript) Set(val *DeviceScript)
- func (v *NullableDeviceScript) UnmarshalJSON(src []byte) error
- func (v *NullableDeviceScript) Unset()
- type NullableDeviceScriptAllOf
- func (v NullableDeviceScriptAllOf) Get() *DeviceScriptAllOf
- func (v NullableDeviceScriptAllOf) IsSet() bool
- func (v NullableDeviceScriptAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableDeviceScriptAllOf) Set(val *DeviceScriptAllOf)
- func (v *NullableDeviceScriptAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableDeviceScriptAllOf) Unset()
- type NullableDeviceScriptList
- func (v NullableDeviceScriptList) Get() *DeviceScriptList
- func (v NullableDeviceScriptList) IsSet() bool
- func (v NullableDeviceScriptList) MarshalJSON() ([]byte, error)
- func (v *NullableDeviceScriptList) Set(val *DeviceScriptList)
- func (v *NullableDeviceScriptList) UnmarshalJSON(src []byte) error
- func (v *NullableDeviceScriptList) Unset()
- type NullableDeviceScriptListAllOf
- func (v NullableDeviceScriptListAllOf) Get() *DeviceScriptListAllOf
- func (v NullableDeviceScriptListAllOf) IsSet() bool
- func (v NullableDeviceScriptListAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableDeviceScriptListAllOf) Set(val *DeviceScriptListAllOf)
- func (v *NullableDeviceScriptListAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableDeviceScriptListAllOf) Unset()
- type NullableDeviceScriptsDownloadIdGet200Response
- func (v NullableDeviceScriptsDownloadIdGet200Response) Get() *DeviceScriptsDownloadIdGet200Response
- func (v NullableDeviceScriptsDownloadIdGet200Response) IsSet() bool
- func (v NullableDeviceScriptsDownloadIdGet200Response) MarshalJSON() ([]byte, error)
- func (v *NullableDeviceScriptsDownloadIdGet200Response) Set(val *DeviceScriptsDownloadIdGet200Response)
- func (v *NullableDeviceScriptsDownloadIdGet200Response) UnmarshalJSON(src []byte) error
- func (v *NullableDeviceScriptsDownloadIdGet200Response) Unset()
- type NullableDistinguishedName
- func (v NullableDistinguishedName) Get() *DistinguishedName
- func (v NullableDistinguishedName) IsSet() bool
- func (v NullableDistinguishedName) MarshalJSON() ([]byte, error)
- func (v *NullableDistinguishedName) Set(val *DistinguishedName)
- func (v *NullableDistinguishedName) UnmarshalJSON(src []byte) error
- func (v *NullableDistinguishedName) Unset()
- type NullableDistinguishedNameAllOf
- func (v NullableDistinguishedNameAllOf) Get() *DistinguishedNameAllOf
- func (v NullableDistinguishedNameAllOf) IsSet() bool
- func (v NullableDistinguishedNameAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableDistinguishedNameAllOf) Set(val *DistinguishedNameAllOf)
- func (v *NullableDistinguishedNameAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableDistinguishedNameAllOf) Unset()
- type NullableDistinguishedNameList
- func (v NullableDistinguishedNameList) Get() *DistinguishedNameList
- func (v NullableDistinguishedNameList) IsSet() bool
- func (v NullableDistinguishedNameList) MarshalJSON() ([]byte, error)
- func (v *NullableDistinguishedNameList) Set(val *DistinguishedNameList)
- func (v *NullableDistinguishedNameList) UnmarshalJSON(src []byte) error
- func (v *NullableDistinguishedNameList) Unset()
- type NullableDistinguishedNameListAllOf
- func (v NullableDistinguishedNameListAllOf) Get() *DistinguishedNameListAllOf
- func (v NullableDistinguishedNameListAllOf) IsSet() bool
- func (v NullableDistinguishedNameListAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableDistinguishedNameListAllOf) Set(val *DistinguishedNameListAllOf)
- func (v *NullableDistinguishedNameListAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableDistinguishedNameListAllOf) Unset()
- type NullableDnsSettings
- func (v NullableDnsSettings) Get() *DnsSettings
- func (v NullableDnsSettings) IsSet() bool
- func (v NullableDnsSettings) MarshalJSON() ([]byte, error)
- func (v *NullableDnsSettings) Set(val *DnsSettings)
- func (v *NullableDnsSettings) UnmarshalJSON(src []byte) error
- func (v *NullableDnsSettings) Unset()
- type NullableElasticsearch
- func (v NullableElasticsearch) Get() *Elasticsearch
- func (v NullableElasticsearch) IsSet() bool
- func (v NullableElasticsearch) MarshalJSON() ([]byte, error)
- func (v *NullableElasticsearch) Set(val *Elasticsearch)
- func (v *NullableElasticsearch) UnmarshalJSON(src []byte) error
- func (v *NullableElasticsearch) Unset()
- type NullableElasticsearchAllOf
- func (v NullableElasticsearchAllOf) Get() *ElasticsearchAllOf
- func (v NullableElasticsearchAllOf) IsSet() bool
- func (v NullableElasticsearchAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableElasticsearchAllOf) Set(val *ElasticsearchAllOf)
- func (v *NullableElasticsearchAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableElasticsearchAllOf) Unset()
- type NullableElasticsearchAllOfAuthentication
- func (v NullableElasticsearchAllOfAuthentication) Get() *ElasticsearchAllOfAuthentication
- func (v NullableElasticsearchAllOfAuthentication) IsSet() bool
- func (v NullableElasticsearchAllOfAuthentication) MarshalJSON() ([]byte, error)
- func (v *NullableElasticsearchAllOfAuthentication) Set(val *ElasticsearchAllOfAuthentication)
- func (v *NullableElasticsearchAllOfAuthentication) UnmarshalJSON(src []byte) error
- func (v *NullableElasticsearchAllOfAuthentication) Unset()
- type NullableEntitlement
- func (v NullableEntitlement) Get() *Entitlement
- func (v NullableEntitlement) IsSet() bool
- func (v NullableEntitlement) MarshalJSON() ([]byte, error)
- func (v *NullableEntitlement) Set(val *Entitlement)
- func (v *NullableEntitlement) UnmarshalJSON(src []byte) error
- func (v *NullableEntitlement) Unset()
- type NullableEntitlementAllOf
- func (v NullableEntitlementAllOf) Get() *EntitlementAllOf
- func (v NullableEntitlementAllOf) IsSet() bool
- func (v NullableEntitlementAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableEntitlementAllOf) Set(val *EntitlementAllOf)
- func (v *NullableEntitlementAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableEntitlementAllOf) Unset()
- type NullableEntitlementAllOfActions
- func (v NullableEntitlementAllOfActions) Get() *EntitlementAllOfActions
- func (v NullableEntitlementAllOfActions) IsSet() bool
- func (v NullableEntitlementAllOfActions) MarshalJSON() ([]byte, error)
- func (v *NullableEntitlementAllOfActions) Set(val *EntitlementAllOfActions)
- func (v *NullableEntitlementAllOfActions) UnmarshalJSON(src []byte) error
- func (v *NullableEntitlementAllOfActions) Unset()
- type NullableEntitlementAllOfMonitor
- func (v NullableEntitlementAllOfMonitor) Get() *EntitlementAllOfMonitor
- func (v NullableEntitlementAllOfMonitor) IsSet() bool
- func (v NullableEntitlementAllOfMonitor) MarshalJSON() ([]byte, error)
- func (v *NullableEntitlementAllOfMonitor) Set(val *EntitlementAllOfMonitor)
- func (v *NullableEntitlementAllOfMonitor) UnmarshalJSON(src []byte) error
- func (v *NullableEntitlementAllOfMonitor) Unset()
- type NullableEntitlementList
- func (v NullableEntitlementList) Get() *EntitlementList
- func (v NullableEntitlementList) IsSet() bool
- func (v NullableEntitlementList) MarshalJSON() ([]byte, error)
- func (v *NullableEntitlementList) Set(val *EntitlementList)
- func (v *NullableEntitlementList) UnmarshalJSON(src []byte) error
- func (v *NullableEntitlementList) Unset()
- type NullableEntitlementListAllOf
- func (v NullableEntitlementListAllOf) Get() *EntitlementListAllOf
- func (v NullableEntitlementListAllOf) IsSet() bool
- func (v NullableEntitlementListAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableEntitlementListAllOf) Set(val *EntitlementListAllOf)
- func (v *NullableEntitlementListAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableEntitlementListAllOf) Unset()
- type NullableEntitlementScript
- func (v NullableEntitlementScript) Get() *EntitlementScript
- func (v NullableEntitlementScript) IsSet() bool
- func (v NullableEntitlementScript) MarshalJSON() ([]byte, error)
- func (v *NullableEntitlementScript) Set(val *EntitlementScript)
- func (v *NullableEntitlementScript) UnmarshalJSON(src []byte) error
- func (v *NullableEntitlementScript) Unset()
- type NullableEntitlementScriptAllOf
- func (v NullableEntitlementScriptAllOf) Get() *EntitlementScriptAllOf
- func (v NullableEntitlementScriptAllOf) IsSet() bool
- func (v NullableEntitlementScriptAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableEntitlementScriptAllOf) Set(val *EntitlementScriptAllOf)
- func (v *NullableEntitlementScriptAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableEntitlementScriptAllOf) Unset()
- type NullableEntitlementScriptList
- func (v NullableEntitlementScriptList) Get() *EntitlementScriptList
- func (v NullableEntitlementScriptList) IsSet() bool
- func (v NullableEntitlementScriptList) MarshalJSON() ([]byte, error)
- func (v *NullableEntitlementScriptList) Set(val *EntitlementScriptList)
- func (v *NullableEntitlementScriptList) UnmarshalJSON(src []byte) error
- func (v *NullableEntitlementScriptList) Unset()
- type NullableEntitlementScriptListAllOf
- func (v NullableEntitlementScriptListAllOf) Get() *EntitlementScriptListAllOf
- func (v NullableEntitlementScriptListAllOf) IsSet() bool
- func (v NullableEntitlementScriptListAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableEntitlementScriptListAllOf) Set(val *EntitlementScriptListAllOf)
- func (v *NullableEntitlementScriptListAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableEntitlementScriptListAllOf) Unset()
- type NullableEntitlementScriptTestResult
- func (v NullableEntitlementScriptTestResult) Get() *EntitlementScriptTestResult
- func (v NullableEntitlementScriptTestResult) IsSet() bool
- func (v NullableEntitlementScriptTestResult) MarshalJSON() ([]byte, error)
- func (v *NullableEntitlementScriptTestResult) Set(val *EntitlementScriptTestResult)
- func (v *NullableEntitlementScriptTestResult) UnmarshalJSON(src []byte) error
- func (v *NullableEntitlementScriptTestResult) Unset()
- type NullableEntitlementScriptTestResultResultInner
- func (v NullableEntitlementScriptTestResultResultInner) Get() *EntitlementScriptTestResultResultInner
- func (v NullableEntitlementScriptTestResultResultInner) IsSet() bool
- func (v NullableEntitlementScriptTestResultResultInner) MarshalJSON() ([]byte, error)
- func (v *NullableEntitlementScriptTestResultResultInner) Set(val *EntitlementScriptTestResultResultInner)
- func (v *NullableEntitlementScriptTestResultResultInner) UnmarshalJSON(src []byte) error
- func (v *NullableEntitlementScriptTestResultResultInner) Unset()
- type NullableEntitlementScriptsTest
- func (v NullableEntitlementScriptsTest) Get() *EntitlementScriptsTest
- func (v NullableEntitlementScriptsTest) IsSet() bool
- func (v NullableEntitlementScriptsTest) MarshalJSON() ([]byte, error)
- func (v *NullableEntitlementScriptsTest) Set(val *EntitlementScriptsTest)
- func (v *NullableEntitlementScriptsTest) UnmarshalJSON(src []byte) error
- func (v *NullableEntitlementScriptsTest) Unset()
- type NullableEntitlementScriptsTestAllOf
- func (v NullableEntitlementScriptsTestAllOf) Get() *EntitlementScriptsTestAllOf
- func (v NullableEntitlementScriptsTestAllOf) IsSet() bool
- func (v NullableEntitlementScriptsTestAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableEntitlementScriptsTestAllOf) Set(val *EntitlementScriptsTestAllOf)
- func (v *NullableEntitlementScriptsTestAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableEntitlementScriptsTestAllOf) Unset()
- type NullableError
- type NullableFailedAuthentications
- func (v NullableFailedAuthentications) Get() *FailedAuthentications
- func (v NullableFailedAuthentications) IsSet() bool
- func (v NullableFailedAuthentications) MarshalJSON() ([]byte, error)
- func (v *NullableFailedAuthentications) Set(val *FailedAuthentications)
- func (v *NullableFailedAuthentications) UnmarshalJSON(src []byte) error
- func (v *NullableFailedAuthentications) Unset()
- type NullableFailedAuthenticationsAllOf
- func (v NullableFailedAuthenticationsAllOf) Get() *FailedAuthenticationsAllOf
- func (v NullableFailedAuthenticationsAllOf) IsSet() bool
- func (v NullableFailedAuthenticationsAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableFailedAuthenticationsAllOf) Set(val *FailedAuthenticationsAllOf)
- func (v *NullableFailedAuthenticationsAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableFailedAuthenticationsAllOf) Unset()
- type NullableFido2Device
- func (v NullableFido2Device) Get() *Fido2Device
- func (v NullableFido2Device) IsSet() bool
- func (v NullableFido2Device) MarshalJSON() ([]byte, error)
- func (v *NullableFido2Device) Set(val *Fido2Device)
- func (v *NullableFido2Device) UnmarshalJSON(src []byte) error
- func (v *NullableFido2Device) Unset()
- type NullableFido2DeviceAllOf
- func (v NullableFido2DeviceAllOf) Get() *Fido2DeviceAllOf
- func (v NullableFido2DeviceAllOf) IsSet() bool
- func (v NullableFido2DeviceAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableFido2DeviceAllOf) Set(val *Fido2DeviceAllOf)
- func (v *NullableFido2DeviceAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableFido2DeviceAllOf) Unset()
- type NullableFido2DeviceList
- func (v NullableFido2DeviceList) Get() *Fido2DeviceList
- func (v NullableFido2DeviceList) IsSet() bool
- func (v NullableFido2DeviceList) MarshalJSON() ([]byte, error)
- func (v *NullableFido2DeviceList) Set(val *Fido2DeviceList)
- func (v *NullableFido2DeviceList) UnmarshalJSON(src []byte) error
- func (v *NullableFido2DeviceList) Unset()
- type NullableFido2DeviceListAllOf
- func (v NullableFido2DeviceListAllOf) Get() *Fido2DeviceListAllOf
- func (v NullableFido2DeviceListAllOf) IsSet() bool
- func (v NullableFido2DeviceListAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableFido2DeviceListAllOf) Set(val *Fido2DeviceListAllOf)
- func (v *NullableFido2DeviceListAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableFido2DeviceListAllOf) Unset()
- type NullableFile
- type NullableFileList
- type NullableFilesGetRequest1
- func (v NullableFilesGetRequest1) Get() *FilesGetRequest1
- func (v NullableFilesGetRequest1) IsSet() bool
- func (v NullableFilesGetRequest1) MarshalJSON() ([]byte, error)
- func (v *NullableFilesGetRequest1) Set(val *FilesGetRequest1)
- func (v *NullableFilesGetRequest1) UnmarshalJSON(src []byte) error
- func (v *NullableFilesGetRequest1) Unset()
- type NullableFilterBy
- type NullableFloat32
- type NullableFloat64
- type NullableGlobalSettings
- func (v NullableGlobalSettings) Get() *GlobalSettings
- func (v NullableGlobalSettings) IsSet() bool
- func (v NullableGlobalSettings) MarshalJSON() ([]byte, error)
- func (v *NullableGlobalSettings) Set(val *GlobalSettings)
- func (v *NullableGlobalSettings) UnmarshalJSON(src []byte) error
- func (v *NullableGlobalSettings) Unset()
- type NullableIdentityProviderList
- func (v NullableIdentityProviderList) Get() *IdentityProviderList
- func (v NullableIdentityProviderList) IsSet() bool
- func (v NullableIdentityProviderList) MarshalJSON() ([]byte, error)
- func (v *NullableIdentityProviderList) Set(val *IdentityProviderList)
- func (v *NullableIdentityProviderList) UnmarshalJSON(src []byte) error
- func (v *NullableIdentityProviderList) Unset()
- type NullableIdentityProviderListAllOf
- func (v NullableIdentityProviderListAllOf) Get() *IdentityProviderListAllOf
- func (v NullableIdentityProviderListAllOf) IsSet() bool
- func (v NullableIdentityProviderListAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableIdentityProviderListAllOf) Set(val *IdentityProviderListAllOf)
- func (v *NullableIdentityProviderListAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableIdentityProviderListAllOf) Unset()
- type NullableIdentityProvidersIdAttributesPost200Response
- func (v NullableIdentityProvidersIdAttributesPost200Response) Get() *IdentityProvidersIdAttributesPost200Response
- func (v NullableIdentityProvidersIdAttributesPost200Response) IsSet() bool
- func (v NullableIdentityProvidersIdAttributesPost200Response) MarshalJSON() ([]byte, error)
- func (v *NullableIdentityProvidersIdAttributesPost200Response) Set(val *IdentityProvidersIdAttributesPost200Response)
- func (v *NullableIdentityProvidersIdAttributesPost200Response) UnmarshalJSON(src []byte) error
- func (v *NullableIdentityProvidersIdAttributesPost200Response) Unset()
- type NullableIdentityProvidersIdAttributesPostRequest
- func (v NullableIdentityProvidersIdAttributesPostRequest) Get() *IdentityProvidersIdAttributesPostRequest
- func (v NullableIdentityProvidersIdAttributesPostRequest) IsSet() bool
- func (v NullableIdentityProvidersIdAttributesPostRequest) MarshalJSON() ([]byte, error)
- func (v *NullableIdentityProvidersIdAttributesPostRequest) Set(val *IdentityProvidersIdAttributesPostRequest)
- func (v *NullableIdentityProvidersIdAttributesPostRequest) UnmarshalJSON(src []byte) error
- func (v *NullableIdentityProvidersIdAttributesPostRequest) Unset()
- type NullableIdentityProvidersNamesGet200Response
- func (v NullableIdentityProvidersNamesGet200Response) Get() *IdentityProvidersNamesGet200Response
- func (v NullableIdentityProvidersNamesGet200Response) IsSet() bool
- func (v NullableIdentityProvidersNamesGet200Response) MarshalJSON() ([]byte, error)
- func (v *NullableIdentityProvidersNamesGet200Response) Set(val *IdentityProvidersNamesGet200Response)
- func (v *NullableIdentityProvidersNamesGet200Response) UnmarshalJSON(src []byte) error
- func (v *NullableIdentityProvidersNamesGet200Response) Unset()
- type NullableIdentityProvidersNamesGet200ResponseDataInner
- func (v NullableIdentityProvidersNamesGet200ResponseDataInner) Get() *IdentityProvidersNamesGet200ResponseDataInner
- func (v NullableIdentityProvidersNamesGet200ResponseDataInner) IsSet() bool
- func (v NullableIdentityProvidersNamesGet200ResponseDataInner) MarshalJSON() ([]byte, error)
- func (v *NullableIdentityProvidersNamesGet200ResponseDataInner) Set(val *IdentityProvidersNamesGet200ResponseDataInner)
- func (v *NullableIdentityProvidersNamesGet200ResponseDataInner) UnmarshalJSON(src []byte) error
- func (v *NullableIdentityProvidersNamesGet200ResponseDataInner) Unset()
- type NullableIdentityProvidersTestPost200Response
- func (v NullableIdentityProvidersTestPost200Response) Get() *IdentityProvidersTestPost200Response
- func (v NullableIdentityProvidersTestPost200Response) IsSet() bool
- func (v NullableIdentityProvidersTestPost200Response) MarshalJSON() ([]byte, error)
- func (v *NullableIdentityProvidersTestPost200Response) Set(val *IdentityProvidersTestPost200Response)
- func (v *NullableIdentityProvidersTestPost200Response) UnmarshalJSON(src []byte) error
- func (v *NullableIdentityProvidersTestPost200Response) Unset()
- type NullableInt
- type NullableInt32
- type NullableInt64
- type NullableIpPool
- type NullableIpPoolAllOf
- func (v NullableIpPoolAllOf) Get() *IpPoolAllOf
- func (v NullableIpPoolAllOf) IsSet() bool
- func (v NullableIpPoolAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableIpPoolAllOf) Set(val *IpPoolAllOf)
- func (v *NullableIpPoolAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableIpPoolAllOf) Unset()
- type NullableIpPoolList
- type NullableIpPoolListAllOf
- func (v NullableIpPoolListAllOf) Get() *IpPoolListAllOf
- func (v NullableIpPoolListAllOf) IsSet() bool
- func (v NullableIpPoolListAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableIpPoolListAllOf) Set(val *IpPoolListAllOf)
- func (v *NullableIpPoolListAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableIpPoolListAllOf) Unset()
- type NullableIpPoolRangeInner
- func (v NullableIpPoolRangeInner) Get() *IpPoolRangeInner
- func (v NullableIpPoolRangeInner) IsSet() bool
- func (v NullableIpPoolRangeInner) MarshalJSON() ([]byte, error)
- func (v *NullableIpPoolRangeInner) Set(val *IpPoolRangeInner)
- func (v *NullableIpPoolRangeInner) UnmarshalJSON(src []byte) error
- func (v *NullableIpPoolRangeInner) Unset()
- type NullableIssuedCertificate
- func (v NullableIssuedCertificate) Get() *IssuedCertificate
- func (v NullableIssuedCertificate) IsSet() bool
- func (v NullableIssuedCertificate) MarshalJSON() ([]byte, error)
- func (v *NullableIssuedCertificate) Set(val *IssuedCertificate)
- func (v *NullableIssuedCertificate) UnmarshalJSON(src []byte) error
- func (v *NullableIssuedCertificate) Unset()
- type NullableIssuedCertificateList
- func (v NullableIssuedCertificateList) Get() *IssuedCertificateList
- func (v NullableIssuedCertificateList) IsSet() bool
- func (v NullableIssuedCertificateList) MarshalJSON() ([]byte, error)
- func (v *NullableIssuedCertificateList) Set(val *IssuedCertificateList)
- func (v *NullableIssuedCertificateList) UnmarshalJSON(src []byte) error
- func (v *NullableIssuedCertificateList) Unset()
- type NullableIssuedCertificateListAllOf
- func (v NullableIssuedCertificateListAllOf) Get() *IssuedCertificateListAllOf
- func (v NullableIssuedCertificateListAllOf) IsSet() bool
- func (v NullableIssuedCertificateListAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableIssuedCertificateListAllOf) Set(val *IssuedCertificateListAllOf)
- func (v *NullableIssuedCertificateListAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableIssuedCertificateListAllOf) Unset()
- type NullableLdapCertificateIdentityProviderList
- func (v NullableLdapCertificateIdentityProviderList) Get() *LdapCertificateIdentityProviderList
- func (v NullableLdapCertificateIdentityProviderList) IsSet() bool
- func (v NullableLdapCertificateIdentityProviderList) MarshalJSON() ([]byte, error)
- func (v *NullableLdapCertificateIdentityProviderList) Set(val *LdapCertificateIdentityProviderList)
- func (v *NullableLdapCertificateIdentityProviderList) UnmarshalJSON(src []byte) error
- func (v *NullableLdapCertificateIdentityProviderList) Unset()
- type NullableLdapCertificateProvider
- func (v NullableLdapCertificateProvider) Get() *LdapCertificateProvider
- func (v NullableLdapCertificateProvider) IsSet() bool
- func (v NullableLdapCertificateProvider) MarshalJSON() ([]byte, error)
- func (v *NullableLdapCertificateProvider) Set(val *LdapCertificateProvider)
- func (v *NullableLdapCertificateProvider) UnmarshalJSON(src []byte) error
- func (v *NullableLdapCertificateProvider) Unset()
- type NullableLdapCertificateProviderAllOf
- func (v NullableLdapCertificateProviderAllOf) Get() *LdapCertificateProviderAllOf
- func (v NullableLdapCertificateProviderAllOf) IsSet() bool
- func (v NullableLdapCertificateProviderAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableLdapCertificateProviderAllOf) Set(val *LdapCertificateProviderAllOf)
- func (v *NullableLdapCertificateProviderAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableLdapCertificateProviderAllOf) Unset()
- type NullableLdapCertificateProviderAllOfCertificatePriorities
- func (v NullableLdapCertificateProviderAllOfCertificatePriorities) Get() *LdapCertificateProviderAllOfCertificatePriorities
- func (v NullableLdapCertificateProviderAllOfCertificatePriorities) IsSet() bool
- func (v NullableLdapCertificateProviderAllOfCertificatePriorities) MarshalJSON() ([]byte, error)
- func (v *NullableLdapCertificateProviderAllOfCertificatePriorities) Set(val *LdapCertificateProviderAllOfCertificatePriorities)
- func (v *NullableLdapCertificateProviderAllOfCertificatePriorities) UnmarshalJSON(src []byte) error
- func (v *NullableLdapCertificateProviderAllOfCertificatePriorities) Unset()
- type NullableLdapIdentityProviderList
- func (v NullableLdapIdentityProviderList) Get() *LdapIdentityProviderList
- func (v NullableLdapIdentityProviderList) IsSet() bool
- func (v NullableLdapIdentityProviderList) MarshalJSON() ([]byte, error)
- func (v *NullableLdapIdentityProviderList) Set(val *LdapIdentityProviderList)
- func (v *NullableLdapIdentityProviderList) UnmarshalJSON(src []byte) error
- func (v *NullableLdapIdentityProviderList) Unset()
- type NullableLdapProvider
- func (v NullableLdapProvider) Get() *LdapProvider
- func (v NullableLdapProvider) IsSet() bool
- func (v NullableLdapProvider) MarshalJSON() ([]byte, error)
- func (v *NullableLdapProvider) Set(val *LdapProvider)
- func (v *NullableLdapProvider) UnmarshalJSON(src []byte) error
- func (v *NullableLdapProvider) Unset()
- type NullableLdapProviderAllOf
- func (v NullableLdapProviderAllOf) Get() *LdapProviderAllOf
- func (v NullableLdapProviderAllOf) IsSet() bool
- func (v NullableLdapProviderAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableLdapProviderAllOf) Set(val *LdapProviderAllOf)
- func (v *NullableLdapProviderAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableLdapProviderAllOf) Unset()
- type NullableLdapProviderAllOfPasswordWarning
- func (v NullableLdapProviderAllOfPasswordWarning) Get() *LdapProviderAllOfPasswordWarning
- func (v NullableLdapProviderAllOfPasswordWarning) IsSet() bool
- func (v NullableLdapProviderAllOfPasswordWarning) MarshalJSON() ([]byte, error)
- func (v *NullableLdapProviderAllOfPasswordWarning) Set(val *LdapProviderAllOfPasswordWarning)
- func (v *NullableLdapProviderAllOfPasswordWarning) UnmarshalJSON(src []byte) error
- func (v *NullableLdapProviderAllOfPasswordWarning) Unset()
- type NullableLicense
- type NullableLicenseAllOf
- func (v NullableLicenseAllOf) Get() *LicenseAllOf
- func (v NullableLicenseAllOf) IsSet() bool
- func (v NullableLicenseAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableLicenseAllOf) Set(val *LicenseAllOf)
- func (v *NullableLicenseAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableLicenseAllOf) Unset()
- type NullableLicenseDetails
- func (v NullableLicenseDetails) Get() *LicenseDetails
- func (v NullableLicenseDetails) IsSet() bool
- func (v NullableLicenseDetails) MarshalJSON() ([]byte, error)
- func (v *NullableLicenseDetails) Set(val *LicenseDetails)
- func (v *NullableLicenseDetails) UnmarshalJSON(src []byte) error
- func (v *NullableLicenseDetails) Unset()
- type NullableLicenseDetailsUsage
- func (v NullableLicenseDetailsUsage) Get() *LicenseDetailsUsage
- func (v NullableLicenseDetailsUsage) IsSet() bool
- func (v NullableLicenseDetailsUsage) MarshalJSON() ([]byte, error)
- func (v *NullableLicenseDetailsUsage) Set(val *LicenseDetailsUsage)
- func (v *NullableLicenseDetailsUsage) UnmarshalJSON(src []byte) error
- func (v *NullableLicenseDetailsUsage) Unset()
- type NullableLicenseEntitlement
- func (v NullableLicenseEntitlement) Get() *LicenseEntitlement
- func (v NullableLicenseEntitlement) IsSet() bool
- func (v NullableLicenseEntitlement) MarshalJSON() ([]byte, error)
- func (v *NullableLicenseEntitlement) Set(val *LicenseEntitlement)
- func (v *NullableLicenseEntitlement) UnmarshalJSON(src []byte) error
- func (v *NullableLicenseEntitlement) Unset()
- type NullableLicenseImport
- func (v NullableLicenseImport) Get() *LicenseImport
- func (v NullableLicenseImport) IsSet() bool
- func (v NullableLicenseImport) MarshalJSON() ([]byte, error)
- func (v *NullableLicenseImport) Set(val *LicenseImport)
- func (v *NullableLicenseImport) UnmarshalJSON(src []byte) error
- func (v *NullableLicenseImport) Unset()
- type NullableLocalDatabaseIdentityProviderList
- func (v NullableLocalDatabaseIdentityProviderList) Get() *LocalDatabaseIdentityProviderList
- func (v NullableLocalDatabaseIdentityProviderList) IsSet() bool
- func (v NullableLocalDatabaseIdentityProviderList) MarshalJSON() ([]byte, error)
- func (v *NullableLocalDatabaseIdentityProviderList) Set(val *LocalDatabaseIdentityProviderList)
- func (v *NullableLocalDatabaseIdentityProviderList) UnmarshalJSON(src []byte) error
- func (v *NullableLocalDatabaseIdentityProviderList) Unset()
- type NullableLocalDatabaseProvider
- func (v NullableLocalDatabaseProvider) Get() *LocalDatabaseProvider
- func (v NullableLocalDatabaseProvider) IsSet() bool
- func (v NullableLocalDatabaseProvider) MarshalJSON() ([]byte, error)
- func (v *NullableLocalDatabaseProvider) Set(val *LocalDatabaseProvider)
- func (v *NullableLocalDatabaseProvider) UnmarshalJSON(src []byte) error
- func (v *NullableLocalDatabaseProvider) Unset()
- type NullableLocalProviderSettings
- func (v NullableLocalProviderSettings) Get() *LocalProviderSettings
- func (v NullableLocalProviderSettings) IsSet() bool
- func (v NullableLocalProviderSettings) MarshalJSON() ([]byte, error)
- func (v *NullableLocalProviderSettings) Set(val *LocalProviderSettings)
- func (v *NullableLocalProviderSettings) UnmarshalJSON(src []byte) error
- func (v *NullableLocalProviderSettings) Unset()
- type NullableLocalUser
- type NullableLocalUserAllOf
- func (v NullableLocalUserAllOf) Get() *LocalUserAllOf
- func (v NullableLocalUserAllOf) IsSet() bool
- func (v NullableLocalUserAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableLocalUserAllOf) Set(val *LocalUserAllOf)
- func (v *NullableLocalUserAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableLocalUserAllOf) Unset()
- type NullableLocalUserList
- func (v NullableLocalUserList) Get() *LocalUserList
- func (v NullableLocalUserList) IsSet() bool
- func (v NullableLocalUserList) MarshalJSON() ([]byte, error)
- func (v *NullableLocalUserList) Set(val *LocalUserList)
- func (v *NullableLocalUserList) UnmarshalJSON(src []byte) error
- func (v *NullableLocalUserList) Unset()
- type NullableLocalUserListAllOf
- func (v NullableLocalUserListAllOf) Get() *LocalUserListAllOf
- func (v NullableLocalUserListAllOf) IsSet() bool
- func (v NullableLocalUserListAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableLocalUserListAllOf) Set(val *LocalUserListAllOf)
- func (v *NullableLocalUserListAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableLocalUserListAllOf) Unset()
- type NullableLocalUsersGetRequest
- func (v NullableLocalUsersGetRequest) Get() *LocalUsersGetRequest
- func (v NullableLocalUsersGetRequest) IsSet() bool
- func (v NullableLocalUsersGetRequest) MarshalJSON() ([]byte, error)
- func (v *NullableLocalUsersGetRequest) Set(val *LocalUsersGetRequest)
- func (v *NullableLocalUsersGetRequest) UnmarshalJSON(src []byte) error
- func (v *NullableLocalUsersGetRequest) Unset()
- type NullableLoginPost406Response
- func (v NullableLoginPost406Response) Get() *LoginPost406Response
- func (v NullableLoginPost406Response) IsSet() bool
- func (v NullableLoginPost406Response) MarshalJSON() ([]byte, error)
- func (v *NullableLoginPost406Response) Set(val *LoginPost406Response)
- func (v *NullableLoginPost406Response) UnmarshalJSON(src []byte) error
- func (v *NullableLoginPost406Response) Unset()
- type NullableLoginRequest
- func (v NullableLoginRequest) Get() *LoginRequest
- func (v NullableLoginRequest) IsSet() bool
- func (v NullableLoginRequest) MarshalJSON() ([]byte, error)
- func (v *NullableLoginRequest) Set(val *LoginRequest)
- func (v *NullableLoginRequest) UnmarshalJSON(src []byte) error
- func (v *NullableLoginRequest) Unset()
- type NullableLoginResponse
- func (v NullableLoginResponse) Get() *LoginResponse
- func (v NullableLoginResponse) IsSet() bool
- func (v NullableLoginResponse) MarshalJSON() ([]byte, error)
- func (v *NullableLoginResponse) Set(val *LoginResponse)
- func (v *NullableLoginResponse) UnmarshalJSON(src []byte) error
- func (v *NullableLoginResponse) Unset()
- type NullableLoginResponseUser
- func (v NullableLoginResponseUser) Get() *LoginResponseUser
- func (v NullableLoginResponseUser) IsSet() bool
- func (v NullableLoginResponseUser) MarshalJSON() ([]byte, error)
- func (v *NullableLoginResponseUser) Set(val *LoginResponseUser)
- func (v *NullableLoginResponseUser) UnmarshalJSON(src []byte) error
- func (v *NullableLoginResponseUser) Unset()
- type NullableMfaProvider
- func (v NullableMfaProvider) Get() *MfaProvider
- func (v NullableMfaProvider) IsSet() bool
- func (v NullableMfaProvider) MarshalJSON() ([]byte, error)
- func (v *NullableMfaProvider) Set(val *MfaProvider)
- func (v *NullableMfaProvider) UnmarshalJSON(src []byte) error
- func (v *NullableMfaProvider) Unset()
- type NullableMfaProviderAllOf
- func (v NullableMfaProviderAllOf) Get() *MfaProviderAllOf
- func (v NullableMfaProviderAllOf) IsSet() bool
- func (v NullableMfaProviderAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableMfaProviderAllOf) Set(val *MfaProviderAllOf)
- func (v *NullableMfaProviderAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableMfaProviderAllOf) Unset()
- type NullableMfaProviderList
- func (v NullableMfaProviderList) Get() *MfaProviderList
- func (v NullableMfaProviderList) IsSet() bool
- func (v NullableMfaProviderList) MarshalJSON() ([]byte, error)
- func (v *NullableMfaProviderList) Set(val *MfaProviderList)
- func (v *NullableMfaProviderList) UnmarshalJSON(src []byte) error
- func (v *NullableMfaProviderList) Unset()
- type NullableMfaProviderListAllOf
- func (v NullableMfaProviderListAllOf) Get() *MfaProviderListAllOf
- func (v NullableMfaProviderListAllOf) IsSet() bool
- func (v NullableMfaProviderListAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableMfaProviderListAllOf) Set(val *MfaProviderListAllOf)
- func (v *NullableMfaProviderListAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableMfaProviderListAllOf) Unset()
- type NullableOidcProvider
- func (v NullableOidcProvider) Get() *OidcProvider
- func (v NullableOidcProvider) IsSet() bool
- func (v NullableOidcProvider) MarshalJSON() ([]byte, error)
- func (v *NullableOidcProvider) Set(val *OidcProvider)
- func (v *NullableOidcProvider) UnmarshalJSON(src []byte) error
- func (v *NullableOidcProvider) Unset()
- type NullableOidcProviderAllOf
- func (v NullableOidcProviderAllOf) Get() *OidcProviderAllOf
- func (v NullableOidcProviderAllOf) IsSet() bool
- func (v NullableOidcProviderAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableOidcProviderAllOf) Set(val *OidcProviderAllOf)
- func (v *NullableOidcProviderAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableOidcProviderAllOf) Unset()
- type NullableOnBoardedDevice
- func (v NullableOnBoardedDevice) Get() *OnBoardedDevice
- func (v NullableOnBoardedDevice) IsSet() bool
- func (v NullableOnBoardedDevice) MarshalJSON() ([]byte, error)
- func (v *NullableOnBoardedDevice) Set(val *OnBoardedDevice)
- func (v *NullableOnBoardedDevice) UnmarshalJSON(src []byte) error
- func (v *NullableOnBoardedDevice) Unset()
- type NullableOnBoardedDeviceAllOf
- func (v NullableOnBoardedDeviceAllOf) Get() *OnBoardedDeviceAllOf
- func (v NullableOnBoardedDeviceAllOf) IsSet() bool
- func (v NullableOnBoardedDeviceAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableOnBoardedDeviceAllOf) Set(val *OnBoardedDeviceAllOf)
- func (v *NullableOnBoardedDeviceAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableOnBoardedDeviceAllOf) Unset()
- type NullableOnBoardedDeviceList
- func (v NullableOnBoardedDeviceList) Get() *OnBoardedDeviceList
- func (v NullableOnBoardedDeviceList) IsSet() bool
- func (v NullableOnBoardedDeviceList) MarshalJSON() ([]byte, error)
- func (v *NullableOnBoardedDeviceList) Set(val *OnBoardedDeviceList)
- func (v *NullableOnBoardedDeviceList) UnmarshalJSON(src []byte) error
- func (v *NullableOnBoardedDeviceList) Unset()
- type NullableOnBoardedDeviceListAllOf
- func (v NullableOnBoardedDeviceListAllOf) Get() *OnBoardedDeviceListAllOf
- func (v NullableOnBoardedDeviceListAllOf) IsSet() bool
- func (v NullableOnBoardedDeviceListAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableOnBoardedDeviceListAllOf) Set(val *OnBoardedDeviceListAllOf)
- func (v *NullableOnBoardedDeviceListAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableOnBoardedDeviceListAllOf) Unset()
- type NullableOnBoardedDevices
- func (v NullableOnBoardedDevices) Get() *OnBoardedDevices
- func (v NullableOnBoardedDevices) IsSet() bool
- func (v NullableOnBoardedDevices) MarshalJSON() ([]byte, error)
- func (v *NullableOnBoardedDevices) Set(val *OnBoardedDevices)
- func (v *NullableOnBoardedDevices) UnmarshalJSON(src []byte) error
- func (v *NullableOnBoardedDevices) Unset()
- type NullableOnBoardedDevicesAllOf
- func (v NullableOnBoardedDevicesAllOf) Get() *OnBoardedDevicesAllOf
- func (v NullableOnBoardedDevicesAllOf) IsSet() bool
- func (v NullableOnBoardedDevicesAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableOnBoardedDevicesAllOf) Set(val *OnBoardedDevicesAllOf)
- func (v *NullableOnBoardedDevicesAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableOnBoardedDevicesAllOf) Unset()
- type NullableOnDemandClaimMappingsInner
- func (v NullableOnDemandClaimMappingsInner) Get() *OnDemandClaimMappingsInner
- func (v NullableOnDemandClaimMappingsInner) IsSet() bool
- func (v NullableOnDemandClaimMappingsInner) MarshalJSON() ([]byte, error)
- func (v *NullableOnDemandClaimMappingsInner) Set(val *OnDemandClaimMappingsInner)
- func (v *NullableOnDemandClaimMappingsInner) UnmarshalJSON(src []byte) error
- func (v *NullableOnDemandClaimMappingsInner) Unset()
- type NullableOnDemandClaimMappingsInnerParameters
- func (v NullableOnDemandClaimMappingsInnerParameters) Get() *OnDemandClaimMappingsInnerParameters
- func (v NullableOnDemandClaimMappingsInnerParameters) IsSet() bool
- func (v NullableOnDemandClaimMappingsInnerParameters) MarshalJSON() ([]byte, error)
- func (v *NullableOnDemandClaimMappingsInnerParameters) Set(val *OnDemandClaimMappingsInnerParameters)
- func (v *NullableOnDemandClaimMappingsInnerParameters) UnmarshalJSON(src []byte) error
- func (v *NullableOnDemandClaimMappingsInnerParameters) Unset()
- type NullableOtpSeed
- type NullableOtpSeedAllOf
- func (v NullableOtpSeedAllOf) Get() *OtpSeedAllOf
- func (v NullableOtpSeedAllOf) IsSet() bool
- func (v NullableOtpSeedAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableOtpSeedAllOf) Set(val *OtpSeedAllOf)
- func (v *NullableOtpSeedAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableOtpSeedAllOf) Unset()
- type NullableOtpSeedList
- func (v NullableOtpSeedList) Get() *OtpSeedList
- func (v NullableOtpSeedList) IsSet() bool
- func (v NullableOtpSeedList) MarshalJSON() ([]byte, error)
- func (v *NullableOtpSeedList) Set(val *OtpSeedList)
- func (v *NullableOtpSeedList) UnmarshalJSON(src []byte) error
- func (v *NullableOtpSeedList) Unset()
- type NullableOtpSeedListAllOf
- func (v NullableOtpSeedListAllOf) Get() *OtpSeedListAllOf
- func (v NullableOtpSeedListAllOf) IsSet() bool
- func (v NullableOtpSeedListAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableOtpSeedListAllOf) Set(val *OtpSeedListAllOf)
- func (v *NullableOtpSeedListAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableOtpSeedListAllOf) Unset()
- type NullableP12
- type NullableP121
- type NullablePolicy
- type NullablePolicyAllOf
- func (v NullablePolicyAllOf) Get() *PolicyAllOf
- func (v NullablePolicyAllOf) IsSet() bool
- func (v NullablePolicyAllOf) MarshalJSON() ([]byte, error)
- func (v *NullablePolicyAllOf) Set(val *PolicyAllOf)
- func (v *NullablePolicyAllOf) UnmarshalJSON(src []byte) error
- func (v *NullablePolicyAllOf) Unset()
- type NullablePolicyAllOfClientProfileSettings
- func (v NullablePolicyAllOfClientProfileSettings) Get() *PolicyAllOfClientProfileSettings
- func (v NullablePolicyAllOfClientProfileSettings) IsSet() bool
- func (v NullablePolicyAllOfClientProfileSettings) MarshalJSON() ([]byte, error)
- func (v *NullablePolicyAllOfClientProfileSettings) Set(val *PolicyAllOfClientProfileSettings)
- func (v *NullablePolicyAllOfClientProfileSettings) UnmarshalJSON(src []byte) error
- func (v *NullablePolicyAllOfClientProfileSettings) Unset()
- type NullablePolicyAllOfClientSettings
- func (v NullablePolicyAllOfClientSettings) Get() *PolicyAllOfClientSettings
- func (v NullablePolicyAllOfClientSettings) IsSet() bool
- func (v NullablePolicyAllOfClientSettings) MarshalJSON() ([]byte, error)
- func (v *NullablePolicyAllOfClientSettings) Set(val *PolicyAllOfClientSettings)
- func (v *NullablePolicyAllOfClientSettings) UnmarshalJSON(src []byte) error
- func (v *NullablePolicyAllOfClientSettings) Unset()
- type NullablePolicyAllOfDnsSettings
- func (v NullablePolicyAllOfDnsSettings) Get() *PolicyAllOfDnsSettings
- func (v NullablePolicyAllOfDnsSettings) IsSet() bool
- func (v NullablePolicyAllOfDnsSettings) MarshalJSON() ([]byte, error)
- func (v *NullablePolicyAllOfDnsSettings) Set(val *PolicyAllOfDnsSettings)
- func (v *NullablePolicyAllOfDnsSettings) UnmarshalJSON(src []byte) error
- func (v *NullablePolicyAllOfDnsSettings) Unset()
- type NullablePolicyAllOfProxyAutoConfig
- func (v NullablePolicyAllOfProxyAutoConfig) Get() *PolicyAllOfProxyAutoConfig
- func (v NullablePolicyAllOfProxyAutoConfig) IsSet() bool
- func (v NullablePolicyAllOfProxyAutoConfig) MarshalJSON() ([]byte, error)
- func (v *NullablePolicyAllOfProxyAutoConfig) Set(val *PolicyAllOfProxyAutoConfig)
- func (v *NullablePolicyAllOfProxyAutoConfig) UnmarshalJSON(src []byte) error
- func (v *NullablePolicyAllOfProxyAutoConfig) Unset()
- type NullablePolicyAllOfTrustedNetworkCheck
- func (v NullablePolicyAllOfTrustedNetworkCheck) Get() *PolicyAllOfTrustedNetworkCheck
- func (v NullablePolicyAllOfTrustedNetworkCheck) IsSet() bool
- func (v NullablePolicyAllOfTrustedNetworkCheck) MarshalJSON() ([]byte, error)
- func (v *NullablePolicyAllOfTrustedNetworkCheck) Set(val *PolicyAllOfTrustedNetworkCheck)
- func (v *NullablePolicyAllOfTrustedNetworkCheck) UnmarshalJSON(src []byte) error
- func (v *NullablePolicyAllOfTrustedNetworkCheck) Unset()
- type NullablePolicyList
- type NullablePolicyListAllOf
- func (v NullablePolicyListAllOf) Get() *PolicyListAllOf
- func (v NullablePolicyListAllOf) IsSet() bool
- func (v NullablePolicyListAllOf) MarshalJSON() ([]byte, error)
- func (v *NullablePolicyListAllOf) Set(val *PolicyListAllOf)
- func (v *NullablePolicyListAllOf) UnmarshalJSON(src []byte) error
- func (v *NullablePolicyListAllOf) Unset()
- type NullablePortal
- type NullablePortal12
- type NullablePortal12AllOf
- func (v NullablePortal12AllOf) Get() *Portal12AllOf
- func (v NullablePortal12AllOf) IsSet() bool
- func (v NullablePortal12AllOf) MarshalJSON() ([]byte, error)
- func (v *NullablePortal12AllOf) Set(val *Portal12AllOf)
- func (v *NullablePortal12AllOf) UnmarshalJSON(src []byte) error
- func (v *NullablePortal12AllOf) Unset()
- type NullablePortalExternalProfilesInner
- func (v NullablePortalExternalProfilesInner) Get() *PortalExternalProfilesInner
- func (v NullablePortalExternalProfilesInner) IsSet() bool
- func (v NullablePortalExternalProfilesInner) MarshalJSON() ([]byte, error)
- func (v *NullablePortalExternalProfilesInner) Set(val *PortalExternalProfilesInner)
- func (v *NullablePortalExternalProfilesInner) UnmarshalJSON(src []byte) error
- func (v *NullablePortalExternalProfilesInner) Unset()
- type NullablePortalSignInCustomization
- func (v NullablePortalSignInCustomization) Get() *PortalSignInCustomization
- func (v NullablePortalSignInCustomization) IsSet() bool
- func (v NullablePortalSignInCustomization) MarshalJSON() ([]byte, error)
- func (v *NullablePortalSignInCustomization) Set(val *PortalSignInCustomization)
- func (v *NullablePortalSignInCustomization) UnmarshalJSON(src []byte) error
- func (v *NullablePortalSignInCustomization) Unset()
- type NullableRadiusIdentityProviderList
- func (v NullableRadiusIdentityProviderList) Get() *RadiusIdentityProviderList
- func (v NullableRadiusIdentityProviderList) IsSet() bool
- func (v NullableRadiusIdentityProviderList) MarshalJSON() ([]byte, error)
- func (v *NullableRadiusIdentityProviderList) Set(val *RadiusIdentityProviderList)
- func (v *NullableRadiusIdentityProviderList) UnmarshalJSON(src []byte) error
- func (v *NullableRadiusIdentityProviderList) Unset()
- type NullableRadiusProvider
- func (v NullableRadiusProvider) Get() *RadiusProvider
- func (v NullableRadiusProvider) IsSet() bool
- func (v NullableRadiusProvider) MarshalJSON() ([]byte, error)
- func (v *NullableRadiusProvider) Set(val *RadiusProvider)
- func (v *NullableRadiusProvider) UnmarshalJSON(src []byte) error
- func (v *NullableRadiusProvider) Unset()
- type NullableRadiusProviderAllOf
- func (v NullableRadiusProviderAllOf) Get() *RadiusProviderAllOf
- func (v NullableRadiusProviderAllOf) IsSet() bool
- func (v NullableRadiusProviderAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableRadiusProviderAllOf) Set(val *RadiusProviderAllOf)
- func (v *NullableRadiusProviderAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableRadiusProviderAllOf) Unset()
- type NullableRegistrationToken
- func (v NullableRegistrationToken) Get() *RegistrationToken
- func (v NullableRegistrationToken) IsSet() bool
- func (v NullableRegistrationToken) MarshalJSON() ([]byte, error)
- func (v *NullableRegistrationToken) Set(val *RegistrationToken)
- func (v *NullableRegistrationToken) UnmarshalJSON(src []byte) error
- func (v *NullableRegistrationToken) Unset()
- type NullableRemedyMethod
- func (v NullableRemedyMethod) Get() *RemedyMethod
- func (v NullableRemedyMethod) IsSet() bool
- func (v NullableRemedyMethod) MarshalJSON() ([]byte, error)
- func (v *NullableRemedyMethod) Set(val *RemedyMethod)
- func (v *NullableRemedyMethod) UnmarshalJSON(src []byte) error
- func (v *NullableRemedyMethod) Unset()
- type NullableResultList
- type NullableResultListAllOf
- func (v NullableResultListAllOf) Get() *ResultListAllOf
- func (v NullableResultListAllOf) IsSet() bool
- func (v NullableResultListAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableResultListAllOf) Set(val *ResultListAllOf)
- func (v *NullableResultListAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableResultListAllOf) Unset()
- type NullableResultListBase
- func (v NullableResultListBase) Get() *ResultListBase
- func (v NullableResultListBase) IsSet() bool
- func (v NullableResultListBase) MarshalJSON() ([]byte, error)
- func (v *NullableResultListBase) Set(val *ResultListBase)
- func (v *NullableResultListBase) UnmarshalJSON(src []byte) error
- func (v *NullableResultListBase) Unset()
- type NullableResultListWithoutFilterBy
- func (v NullableResultListWithoutFilterBy) Get() *ResultListWithoutFilterBy
- func (v NullableResultListWithoutFilterBy) IsSet() bool
- func (v NullableResultListWithoutFilterBy) MarshalJSON() ([]byte, error)
- func (v *NullableResultListWithoutFilterBy) Set(val *ResultListWithoutFilterBy)
- func (v *NullableResultListWithoutFilterBy) UnmarshalJSON(src []byte) error
- func (v *NullableResultListWithoutFilterBy) Unset()
- type NullableRingfenceRule
- func (v NullableRingfenceRule) Get() *RingfenceRule
- func (v NullableRingfenceRule) IsSet() bool
- func (v NullableRingfenceRule) MarshalJSON() ([]byte, error)
- func (v *NullableRingfenceRule) Set(val *RingfenceRule)
- func (v *NullableRingfenceRule) UnmarshalJSON(src []byte) error
- func (v *NullableRingfenceRule) Unset()
- type NullableRingfenceRuleAllOf
- func (v NullableRingfenceRuleAllOf) Get() *RingfenceRuleAllOf
- func (v NullableRingfenceRuleAllOf) IsSet() bool
- func (v NullableRingfenceRuleAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableRingfenceRuleAllOf) Set(val *RingfenceRuleAllOf)
- func (v *NullableRingfenceRuleAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableRingfenceRuleAllOf) Unset()
- type NullableRingfenceRuleAllOfActions
- func (v NullableRingfenceRuleAllOfActions) Get() *RingfenceRuleAllOfActions
- func (v NullableRingfenceRuleAllOfActions) IsSet() bool
- func (v NullableRingfenceRuleAllOfActions) MarshalJSON() ([]byte, error)
- func (v *NullableRingfenceRuleAllOfActions) Set(val *RingfenceRuleAllOfActions)
- func (v *NullableRingfenceRuleAllOfActions) UnmarshalJSON(src []byte) error
- func (v *NullableRingfenceRuleAllOfActions) Unset()
- type NullableRingfenceRuleList
- func (v NullableRingfenceRuleList) Get() *RingfenceRuleList
- func (v NullableRingfenceRuleList) IsSet() bool
- func (v NullableRingfenceRuleList) MarshalJSON() ([]byte, error)
- func (v *NullableRingfenceRuleList) Set(val *RingfenceRuleList)
- func (v *NullableRingfenceRuleList) UnmarshalJSON(src []byte) error
- func (v *NullableRingfenceRuleList) Unset()
- type NullableRingfenceRuleListAllOf
- func (v NullableRingfenceRuleListAllOf) Get() *RingfenceRuleListAllOf
- func (v NullableRingfenceRuleListAllOf) IsSet() bool
- func (v NullableRingfenceRuleListAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableRingfenceRuleListAllOf) Set(val *RingfenceRuleListAllOf)
- func (v *NullableRingfenceRuleListAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableRingfenceRuleListAllOf) Unset()
- type NullableRisk
- type NullableRiskModel
- type NullableRiskUserAction
- func (v NullableRiskUserAction) Get() *RiskUserAction
- func (v NullableRiskUserAction) IsSet() bool
- func (v NullableRiskUserAction) MarshalJSON() ([]byte, error)
- func (v *NullableRiskUserAction) Set(val *RiskUserAction)
- func (v *NullableRiskUserAction) UnmarshalJSON(src []byte) error
- func (v *NullableRiskUserAction) Unset()
- type NullableRiskUserActionAllOf
- func (v NullableRiskUserActionAllOf) Get() *RiskUserActionAllOf
- func (v NullableRiskUserActionAllOf) IsSet() bool
- func (v NullableRiskUserActionAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableRiskUserActionAllOf) Set(val *RiskUserActionAllOf)
- func (v *NullableRiskUserActionAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableRiskUserActionAllOf) Unset()
- type NullableSSHConfig
- type NullableSamlIdentityProviderList
- func (v NullableSamlIdentityProviderList) Get() *SamlIdentityProviderList
- func (v NullableSamlIdentityProviderList) IsSet() bool
- func (v NullableSamlIdentityProviderList) MarshalJSON() ([]byte, error)
- func (v *NullableSamlIdentityProviderList) Set(val *SamlIdentityProviderList)
- func (v *NullableSamlIdentityProviderList) UnmarshalJSON(src []byte) error
- func (v *NullableSamlIdentityProviderList) Unset()
- type NullableSamlProvider
- func (v NullableSamlProvider) Get() *SamlProvider
- func (v NullableSamlProvider) IsSet() bool
- func (v NullableSamlProvider) MarshalJSON() ([]byte, error)
- func (v *NullableSamlProvider) Set(val *SamlProvider)
- func (v *NullableSamlProvider) UnmarshalJSON(src []byte) error
- func (v *NullableSamlProvider) Unset()
- type NullableSamlProviderAllOf
- func (v NullableSamlProviderAllOf) Get() *SamlProviderAllOf
- func (v NullableSamlProviderAllOf) IsSet() bool
- func (v NullableSamlProviderAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableSamlProviderAllOf) Set(val *SamlProviderAllOf)
- func (v *NullableSamlProviderAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableSamlProviderAllOf) Unset()
- type NullableSensitivity
- func (v NullableSensitivity) Get() *Sensitivity
- func (v NullableSensitivity) IsSet() bool
- func (v NullableSensitivity) MarshalJSON() ([]byte, error)
- func (v *NullableSensitivity) Set(val *Sensitivity)
- func (v *NullableSensitivity) UnmarshalJSON(src []byte) error
- func (v *NullableSensitivity) Unset()
- type NullableServiceDatabaseProvider
- func (v NullableServiceDatabaseProvider) Get() *ServiceDatabaseProvider
- func (v NullableServiceDatabaseProvider) IsSet() bool
- func (v NullableServiceDatabaseProvider) MarshalJSON() ([]byte, error)
- func (v *NullableServiceDatabaseProvider) Set(val *ServiceDatabaseProvider)
- func (v *NullableServiceDatabaseProvider) UnmarshalJSON(src []byte) error
- func (v *NullableServiceDatabaseProvider) Unset()
- type NullableServiceUser
- func (v NullableServiceUser) Get() *ServiceUser
- func (v NullableServiceUser) IsSet() bool
- func (v NullableServiceUser) MarshalJSON() ([]byte, error)
- func (v *NullableServiceUser) Set(val *ServiceUser)
- func (v *NullableServiceUser) UnmarshalJSON(src []byte) error
- func (v *NullableServiceUser) Unset()
- type NullableServiceUserAllOf
- func (v NullableServiceUserAllOf) Get() *ServiceUserAllOf
- func (v NullableServiceUserAllOf) IsSet() bool
- func (v NullableServiceUserAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableServiceUserAllOf) Set(val *ServiceUserAllOf)
- func (v *NullableServiceUserAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableServiceUserAllOf) Unset()
- type NullableServiceUserList
- func (v NullableServiceUserList) Get() *ServiceUserList
- func (v NullableServiceUserList) IsSet() bool
- func (v NullableServiceUserList) MarshalJSON() ([]byte, error)
- func (v *NullableServiceUserList) Set(val *ServiceUserList)
- func (v *NullableServiceUserList) UnmarshalJSON(src []byte) error
- func (v *NullableServiceUserList) Unset()
- type NullableServiceUserListAllOf
- func (v NullableServiceUserListAllOf) Get() *ServiceUserListAllOf
- func (v NullableServiceUserListAllOf) IsSet() bool
- func (v NullableServiceUserListAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableServiceUserListAllOf) Set(val *ServiceUserListAllOf)
- func (v *NullableServiceUserListAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableServiceUserListAllOf) Unset()
- type NullableServiceUsersGetRequest
- func (v NullableServiceUsersGetRequest) Get() *ServiceUsersGetRequest
- func (v NullableServiceUsersGetRequest) IsSet() bool
- func (v NullableServiceUsersGetRequest) MarshalJSON() ([]byte, error)
- func (v *NullableServiceUsersGetRequest) Set(val *ServiceUsersGetRequest)
- func (v *NullableServiceUsersGetRequest) UnmarshalJSON(src []byte) error
- func (v *NullableServiceUsersGetRequest) Unset()
- type NullableSessionInfoDistinguishedName
- func (v NullableSessionInfoDistinguishedName) Get() *SessionInfoDistinguishedName
- func (v NullableSessionInfoDistinguishedName) IsSet() bool
- func (v NullableSessionInfoDistinguishedName) MarshalJSON() ([]byte, error)
- func (v *NullableSessionInfoDistinguishedName) Set(val *SessionInfoDistinguishedName)
- func (v *NullableSessionInfoDistinguishedName) UnmarshalJSON(src []byte) error
- func (v *NullableSessionInfoDistinguishedName) Unset()
- type NullableSessionInfoDistinguishedNameDataValue
- func (v NullableSessionInfoDistinguishedNameDataValue) Get() *SessionInfoDistinguishedNameDataValue
- func (v NullableSessionInfoDistinguishedNameDataValue) IsSet() bool
- func (v NullableSessionInfoDistinguishedNameDataValue) MarshalJSON() ([]byte, error)
- func (v *NullableSessionInfoDistinguishedNameDataValue) Set(val *SessionInfoDistinguishedNameDataValue)
- func (v *NullableSessionInfoDistinguishedNameDataValue) UnmarshalJSON(src []byte) error
- func (v *NullableSessionInfoDistinguishedNameDataValue) Unset()
- type NullableSessionInfoDistinguishedNameDataValueEntitlementInfosValue
- func (v NullableSessionInfoDistinguishedNameDataValueEntitlementInfosValue) Get() *SessionInfoDistinguishedNameDataValueEntitlementInfosValue
- func (v NullableSessionInfoDistinguishedNameDataValueEntitlementInfosValue) IsSet() bool
- func (v NullableSessionInfoDistinguishedNameDataValueEntitlementInfosValue) MarshalJSON() ([]byte, error)
- func (v *NullableSessionInfoDistinguishedNameDataValueEntitlementInfosValue) Set(val *SessionInfoDistinguishedNameDataValueEntitlementInfosValue)
- func (v *NullableSessionInfoDistinguishedNameDataValueEntitlementInfosValue) UnmarshalJSON(src []byte) error
- func (v *NullableSessionInfoDistinguishedNameDataValueEntitlementInfosValue) Unset()
- type NullableSessionInfoDistinguishedNameDataValueEntitlementInfosValueFirewallRulesInner
- func (v NullableSessionInfoDistinguishedNameDataValueEntitlementInfosValueFirewallRulesInner) Get() *SessionInfoDistinguishedNameDataValueEntitlementInfosValueFirewallRulesInner
- func (v NullableSessionInfoDistinguishedNameDataValueEntitlementInfosValueFirewallRulesInner) IsSet() bool
- func (v NullableSessionInfoDistinguishedNameDataValueEntitlementInfosValueFirewallRulesInner) MarshalJSON() ([]byte, error)
- func (v *NullableSessionInfoDistinguishedNameDataValueEntitlementInfosValueFirewallRulesInner) Set(...)
- func (v *NullableSessionInfoDistinguishedNameDataValueEntitlementInfosValueFirewallRulesInner) UnmarshalJSON(src []byte) error
- func (v *NullableSessionInfoDistinguishedNameDataValueEntitlementInfosValueFirewallRulesInner) Unset()
- type NullableSite
- type NullableSiteAllOf
- type NullableSiteAllOfDefaultGateway
- func (v NullableSiteAllOfDefaultGateway) Get() *SiteAllOfDefaultGateway
- func (v NullableSiteAllOfDefaultGateway) IsSet() bool
- func (v NullableSiteAllOfDefaultGateway) MarshalJSON() ([]byte, error)
- func (v *NullableSiteAllOfDefaultGateway) Set(val *SiteAllOfDefaultGateway)
- func (v *NullableSiteAllOfDefaultGateway) UnmarshalJSON(src []byte) error
- func (v *NullableSiteAllOfDefaultGateway) Unset()
- type NullableSiteAllOfIpPoolMappings
- func (v NullableSiteAllOfIpPoolMappings) Get() *SiteAllOfIpPoolMappings
- func (v NullableSiteAllOfIpPoolMappings) IsSet() bool
- func (v NullableSiteAllOfIpPoolMappings) MarshalJSON() ([]byte, error)
- func (v *NullableSiteAllOfIpPoolMappings) Set(val *SiteAllOfIpPoolMappings)
- func (v *NullableSiteAllOfIpPoolMappings) UnmarshalJSON(src []byte) error
- func (v *NullableSiteAllOfIpPoolMappings) Unset()
- type NullableSiteAllOfNameResolution
- func (v NullableSiteAllOfNameResolution) Get() *SiteAllOfNameResolution
- func (v NullableSiteAllOfNameResolution) IsSet() bool
- func (v NullableSiteAllOfNameResolution) MarshalJSON() ([]byte, error)
- func (v *NullableSiteAllOfNameResolution) Set(val *SiteAllOfNameResolution)
- func (v *NullableSiteAllOfNameResolution) UnmarshalJSON(src []byte) error
- func (v *NullableSiteAllOfNameResolution) Unset()
- type NullableSiteAllOfNameResolutionAssumedRoles
- func (v NullableSiteAllOfNameResolutionAssumedRoles) Get() *SiteAllOfNameResolutionAssumedRoles
- func (v NullableSiteAllOfNameResolutionAssumedRoles) IsSet() bool
- func (v NullableSiteAllOfNameResolutionAssumedRoles) MarshalJSON() ([]byte, error)
- func (v *NullableSiteAllOfNameResolutionAssumedRoles) Set(val *SiteAllOfNameResolutionAssumedRoles)
- func (v *NullableSiteAllOfNameResolutionAssumedRoles) UnmarshalJSON(src []byte) error
- func (v *NullableSiteAllOfNameResolutionAssumedRoles) Unset()
- type NullableSiteAllOfNameResolutionAwsResolvers
- func (v NullableSiteAllOfNameResolutionAwsResolvers) Get() *SiteAllOfNameResolutionAwsResolvers
- func (v NullableSiteAllOfNameResolutionAwsResolvers) IsSet() bool
- func (v NullableSiteAllOfNameResolutionAwsResolvers) MarshalJSON() ([]byte, error)
- func (v *NullableSiteAllOfNameResolutionAwsResolvers) Set(val *SiteAllOfNameResolutionAwsResolvers)
- func (v *NullableSiteAllOfNameResolutionAwsResolvers) UnmarshalJSON(src []byte) error
- func (v *NullableSiteAllOfNameResolutionAwsResolvers) Unset()
- type NullableSiteAllOfNameResolutionAzureResolvers
- func (v NullableSiteAllOfNameResolutionAzureResolvers) Get() *SiteAllOfNameResolutionAzureResolvers
- func (v NullableSiteAllOfNameResolutionAzureResolvers) IsSet() bool
- func (v NullableSiteAllOfNameResolutionAzureResolvers) MarshalJSON() ([]byte, error)
- func (v *NullableSiteAllOfNameResolutionAzureResolvers) Set(val *SiteAllOfNameResolutionAzureResolvers)
- func (v *NullableSiteAllOfNameResolutionAzureResolvers) UnmarshalJSON(src []byte) error
- func (v *NullableSiteAllOfNameResolutionAzureResolvers) Unset()
- type NullableSiteAllOfNameResolutionDnsForwarding
- func (v NullableSiteAllOfNameResolutionDnsForwarding) Get() *SiteAllOfNameResolutionDnsForwarding
- func (v NullableSiteAllOfNameResolutionDnsForwarding) IsSet() bool
- func (v NullableSiteAllOfNameResolutionDnsForwarding) MarshalJSON() ([]byte, error)
- func (v *NullableSiteAllOfNameResolutionDnsForwarding) Set(val *SiteAllOfNameResolutionDnsForwarding)
- func (v *NullableSiteAllOfNameResolutionDnsForwarding) UnmarshalJSON(src []byte) error
- func (v *NullableSiteAllOfNameResolutionDnsForwarding) Unset()
- type NullableSiteAllOfNameResolutionDnsResolvers
- func (v NullableSiteAllOfNameResolutionDnsResolvers) Get() *SiteAllOfNameResolutionDnsResolvers
- func (v NullableSiteAllOfNameResolutionDnsResolvers) IsSet() bool
- func (v NullableSiteAllOfNameResolutionDnsResolvers) MarshalJSON() ([]byte, error)
- func (v *NullableSiteAllOfNameResolutionDnsResolvers) Set(val *SiteAllOfNameResolutionDnsResolvers)
- func (v *NullableSiteAllOfNameResolutionDnsResolvers) UnmarshalJSON(src []byte) error
- func (v *NullableSiteAllOfNameResolutionDnsResolvers) Unset()
- type NullableSiteAllOfNameResolutionEsxResolvers
- func (v NullableSiteAllOfNameResolutionEsxResolvers) Get() *SiteAllOfNameResolutionEsxResolvers
- func (v NullableSiteAllOfNameResolutionEsxResolvers) IsSet() bool
- func (v NullableSiteAllOfNameResolutionEsxResolvers) MarshalJSON() ([]byte, error)
- func (v *NullableSiteAllOfNameResolutionEsxResolvers) Set(val *SiteAllOfNameResolutionEsxResolvers)
- func (v *NullableSiteAllOfNameResolutionEsxResolvers) UnmarshalJSON(src []byte) error
- func (v *NullableSiteAllOfNameResolutionEsxResolvers) Unset()
- type NullableSiteAllOfNameResolutionGcpResolvers
- func (v NullableSiteAllOfNameResolutionGcpResolvers) Get() *SiteAllOfNameResolutionGcpResolvers
- func (v NullableSiteAllOfNameResolutionGcpResolvers) IsSet() bool
- func (v NullableSiteAllOfNameResolutionGcpResolvers) MarshalJSON() ([]byte, error)
- func (v *NullableSiteAllOfNameResolutionGcpResolvers) Set(val *SiteAllOfNameResolutionGcpResolvers)
- func (v *NullableSiteAllOfNameResolutionGcpResolvers) UnmarshalJSON(src []byte) error
- func (v *NullableSiteAllOfNameResolutionGcpResolvers) Unset()
- type NullableSiteAllOfNameResolutionIllumioResolvers
- func (v NullableSiteAllOfNameResolutionIllumioResolvers) Get() *SiteAllOfNameResolutionIllumioResolvers
- func (v NullableSiteAllOfNameResolutionIllumioResolvers) IsSet() bool
- func (v NullableSiteAllOfNameResolutionIllumioResolvers) MarshalJSON() ([]byte, error)
- func (v *NullableSiteAllOfNameResolutionIllumioResolvers) Set(val *SiteAllOfNameResolutionIllumioResolvers)
- func (v *NullableSiteAllOfNameResolutionIllumioResolvers) UnmarshalJSON(src []byte) error
- func (v *NullableSiteAllOfNameResolutionIllumioResolvers) Unset()
- type NullableSiteAllOfVpn
- func (v NullableSiteAllOfVpn) Get() *SiteAllOfVpn
- func (v NullableSiteAllOfVpn) IsSet() bool
- func (v NullableSiteAllOfVpn) MarshalJSON() ([]byte, error)
- func (v *NullableSiteAllOfVpn) Set(val *SiteAllOfVpn)
- func (v *NullableSiteAllOfVpn) UnmarshalJSON(src []byte) error
- func (v *NullableSiteAllOfVpn) Unset()
- type NullableSiteAllOfVpnDtls
- func (v NullableSiteAllOfVpnDtls) Get() *SiteAllOfVpnDtls
- func (v NullableSiteAllOfVpnDtls) IsSet() bool
- func (v NullableSiteAllOfVpnDtls) MarshalJSON() ([]byte, error)
- func (v *NullableSiteAllOfVpnDtls) Set(val *SiteAllOfVpnDtls)
- func (v *NullableSiteAllOfVpnDtls) UnmarshalJSON(src []byte) error
- func (v *NullableSiteAllOfVpnDtls) Unset()
- type NullableSiteAllOfVpnRouteVia
- func (v NullableSiteAllOfVpnRouteVia) Get() *SiteAllOfVpnRouteVia
- func (v NullableSiteAllOfVpnRouteVia) IsSet() bool
- func (v NullableSiteAllOfVpnRouteVia) MarshalJSON() ([]byte, error)
- func (v *NullableSiteAllOfVpnRouteVia) Set(val *SiteAllOfVpnRouteVia)
- func (v *NullableSiteAllOfVpnRouteVia) UnmarshalJSON(src []byte) error
- func (v *NullableSiteAllOfVpnRouteVia) Unset()
- type NullableSiteAllOfVpnTls
- func (v NullableSiteAllOfVpnTls) Get() *SiteAllOfVpnTls
- func (v NullableSiteAllOfVpnTls) IsSet() bool
- func (v NullableSiteAllOfVpnTls) MarshalJSON() ([]byte, error)
- func (v *NullableSiteAllOfVpnTls) Set(val *SiteAllOfVpnTls)
- func (v *NullableSiteAllOfVpnTls) UnmarshalJSON(src []byte) error
- func (v *NullableSiteAllOfVpnTls) Unset()
- type NullableSiteList
- type NullableSiteListAllOf
- func (v NullableSiteListAllOf) Get() *SiteListAllOf
- func (v NullableSiteListAllOf) IsSet() bool
- func (v NullableSiteListAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableSiteListAllOf) Set(val *SiteListAllOf)
- func (v *NullableSiteListAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableSiteListAllOf) Unset()
- type NullableSplunk
- type NullableStatsAppliancesList
- func (v NullableStatsAppliancesList) Get() *StatsAppliancesList
- func (v NullableStatsAppliancesList) IsSet() bool
- func (v NullableStatsAppliancesList) MarshalJSON() ([]byte, error)
- func (v *NullableStatsAppliancesList) Set(val *StatsAppliancesList)
- func (v *NullableStatsAppliancesList) UnmarshalJSON(src []byte) error
- func (v *NullableStatsAppliancesList) Unset()
- type NullableStatsAppliancesListAllOf
- func (v NullableStatsAppliancesListAllOf) Get() *StatsAppliancesListAllOf
- func (v NullableStatsAppliancesListAllOf) IsSet() bool
- func (v NullableStatsAppliancesListAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableStatsAppliancesListAllOf) Set(val *StatsAppliancesListAllOf)
- func (v *NullableStatsAppliancesListAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableStatsAppliancesListAllOf) Unset()
- type NullableStatsAppliancesListAllOfData
- func (v NullableStatsAppliancesListAllOfData) Get() *StatsAppliancesListAllOfData
- func (v NullableStatsAppliancesListAllOfData) IsSet() bool
- func (v NullableStatsAppliancesListAllOfData) MarshalJSON() ([]byte, error)
- func (v *NullableStatsAppliancesListAllOfData) Set(val *StatsAppliancesListAllOfData)
- func (v *NullableStatsAppliancesListAllOfData) UnmarshalJSON(src []byte) error
- func (v *NullableStatsAppliancesListAllOfData) Unset()
- type NullableStatsAppliancesListAllOfDiskInfo
- func (v NullableStatsAppliancesListAllOfDiskInfo) Get() *StatsAppliancesListAllOfDiskInfo
- func (v NullableStatsAppliancesListAllOfDiskInfo) IsSet() bool
- func (v NullableStatsAppliancesListAllOfDiskInfo) MarshalJSON() ([]byte, error)
- func (v *NullableStatsAppliancesListAllOfDiskInfo) Set(val *StatsAppliancesListAllOfDiskInfo)
- func (v *NullableStatsAppliancesListAllOfDiskInfo) UnmarshalJSON(src []byte) error
- func (v *NullableStatsAppliancesListAllOfDiskInfo) Unset()
- type NullableStatsAppliancesListAllOfNetwork
- func (v NullableStatsAppliancesListAllOfNetwork) Get() *StatsAppliancesListAllOfNetwork
- func (v NullableStatsAppliancesListAllOfNetwork) IsSet() bool
- func (v NullableStatsAppliancesListAllOfNetwork) MarshalJSON() ([]byte, error)
- func (v *NullableStatsAppliancesListAllOfNetwork) Set(val *StatsAppliancesListAllOfNetwork)
- func (v *NullableStatsAppliancesListAllOfNetwork) UnmarshalJSON(src []byte) error
- func (v *NullableStatsAppliancesListAllOfNetwork) Unset()
- type NullableStatsAppliancesListAllOfUpgrade
- func (v NullableStatsAppliancesListAllOfUpgrade) Get() *StatsAppliancesListAllOfUpgrade
- func (v NullableStatsAppliancesListAllOfUpgrade) IsSet() bool
- func (v NullableStatsAppliancesListAllOfUpgrade) MarshalJSON() ([]byte, error)
- func (v *NullableStatsAppliancesListAllOfUpgrade) Set(val *StatsAppliancesListAllOfUpgrade)
- func (v *NullableStatsAppliancesListAllOfUpgrade) UnmarshalJSON(src []byte) error
- func (v *NullableStatsAppliancesListAllOfUpgrade) Unset()
- type NullableString
- type NullableSumoLogic
- type NullableTcpClient
- type NullableTestRequest
- func (v NullableTestRequest) Get() *TestRequest
- func (v NullableTestRequest) IsSet() bool
- func (v NullableTestRequest) MarshalJSON() ([]byte, error)
- func (v *NullableTestRequest) Set(val *TestRequest)
- func (v *NullableTestRequest) UnmarshalJSON(src []byte) error
- func (v *NullableTestRequest) Unset()
- type NullableTime
- type NullableTokenRecordsReevalByDnDistinguishedNamePost200Response
- func (v NullableTokenRecordsReevalByDnDistinguishedNamePost200Response) Get() *TokenRecordsReevalByDnDistinguishedNamePost200Response
- func (v NullableTokenRecordsReevalByDnDistinguishedNamePost200Response) IsSet() bool
- func (v NullableTokenRecordsReevalByDnDistinguishedNamePost200Response) MarshalJSON() ([]byte, error)
- func (v *NullableTokenRecordsReevalByDnDistinguishedNamePost200Response) Set(val *TokenRecordsReevalByDnDistinguishedNamePost200Response)
- func (v *NullableTokenRecordsReevalByDnDistinguishedNamePost200Response) UnmarshalJSON(src []byte) error
- func (v *NullableTokenRecordsReevalByDnDistinguishedNamePost200Response) Unset()
- type NullableTokenRevocation
- func (v NullableTokenRevocation) Get() *TokenRevocation
- func (v NullableTokenRevocation) IsSet() bool
- func (v NullableTokenRevocation) MarshalJSON() ([]byte, error)
- func (v *NullableTokenRevocation) Set(val *TokenRevocation)
- func (v *NullableTokenRevocation) UnmarshalJSON(src []byte) error
- func (v *NullableTokenRevocation) Unset()
- type NullableTokenRevocationRequest
- func (v NullableTokenRevocationRequest) Get() *TokenRevocationRequest
- func (v NullableTokenRevocationRequest) IsSet() bool
- func (v NullableTokenRevocationRequest) MarshalJSON() ([]byte, error)
- func (v *NullableTokenRevocationRequest) Set(val *TokenRevocationRequest)
- func (v *NullableTokenRevocationRequest) UnmarshalJSON(src []byte) error
- func (v *NullableTokenRevocationRequest) Unset()
- type NullableTokenRevocationResponse
- func (v NullableTokenRevocationResponse) Get() *TokenRevocationResponse
- func (v NullableTokenRevocationResponse) IsSet() bool
- func (v NullableTokenRevocationResponse) MarshalJSON() ([]byte, error)
- func (v *NullableTokenRevocationResponse) Set(val *TokenRevocationResponse)
- func (v *NullableTokenRevocationResponse) UnmarshalJSON(src []byte) error
- func (v *NullableTokenRevocationResponse) Unset()
- type NullableTokenRevocationResponseAllOf
- func (v NullableTokenRevocationResponseAllOf) Get() *TokenRevocationResponseAllOf
- func (v NullableTokenRevocationResponseAllOf) IsSet() bool
- func (v NullableTokenRevocationResponseAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableTokenRevocationResponseAllOf) Set(val *TokenRevocationResponseAllOf)
- func (v *NullableTokenRevocationResponseAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableTokenRevocationResponseAllOf) Unset()
- type NullableTopEntitlements
- func (v NullableTopEntitlements) Get() *TopEntitlements
- func (v NullableTopEntitlements) IsSet() bool
- func (v NullableTopEntitlements) MarshalJSON() ([]byte, error)
- func (v *NullableTopEntitlements) Set(val *TopEntitlements)
- func (v *NullableTopEntitlements) UnmarshalJSON(src []byte) error
- func (v *NullableTopEntitlements) Unset()
- type NullableTopEntitlementsAllOf
- func (v NullableTopEntitlementsAllOf) Get() *TopEntitlementsAllOf
- func (v NullableTopEntitlementsAllOf) IsSet() bool
- func (v NullableTopEntitlementsAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableTopEntitlementsAllOf) Set(val *TopEntitlementsAllOf)
- func (v *NullableTopEntitlementsAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableTopEntitlementsAllOf) Unset()
- type NullableTrustedCertificate
- func (v NullableTrustedCertificate) Get() *TrustedCertificate
- func (v NullableTrustedCertificate) IsSet() bool
- func (v NullableTrustedCertificate) MarshalJSON() ([]byte, error)
- func (v *NullableTrustedCertificate) Set(val *TrustedCertificate)
- func (v *NullableTrustedCertificate) UnmarshalJSON(src []byte) error
- func (v *NullableTrustedCertificate) Unset()
- type NullableTrustedCertificateAllOf
- func (v NullableTrustedCertificateAllOf) Get() *TrustedCertificateAllOf
- func (v NullableTrustedCertificateAllOf) IsSet() bool
- func (v NullableTrustedCertificateAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableTrustedCertificateAllOf) Set(val *TrustedCertificateAllOf)
- func (v *NullableTrustedCertificateAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableTrustedCertificateAllOf) Unset()
- type NullableTrustedCertificateList
- func (v NullableTrustedCertificateList) Get() *TrustedCertificateList
- func (v NullableTrustedCertificateList) IsSet() bool
- func (v NullableTrustedCertificateList) MarshalJSON() ([]byte, error)
- func (v *NullableTrustedCertificateList) Set(val *TrustedCertificateList)
- func (v *NullableTrustedCertificateList) UnmarshalJSON(src []byte) error
- func (v *NullableTrustedCertificateList) Unset()
- type NullableTrustedCertificateListAllOf
- func (v NullableTrustedCertificateListAllOf) Get() *TrustedCertificateListAllOf
- func (v NullableTrustedCertificateListAllOf) IsSet() bool
- func (v NullableTrustedCertificateListAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableTrustedCertificateListAllOf) Set(val *TrustedCertificateListAllOf)
- func (v *NullableTrustedCertificateListAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableTrustedCertificateListAllOf) Unset()
- type NullableUploadCa
- type NullableUploadCaAllOf
- func (v NullableUploadCaAllOf) Get() *UploadCaAllOf
- func (v NullableUploadCaAllOf) IsSet() bool
- func (v NullableUploadCaAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableUploadCaAllOf) Set(val *UploadCaAllOf)
- func (v *NullableUploadCaAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableUploadCaAllOf) Unset()
- type NullableUser
- type NullableUserLicense
- func (v NullableUserLicense) Get() *UserLicense
- func (v NullableUserLicense) IsSet() bool
- func (v NullableUserLicense) MarshalJSON() ([]byte, error)
- func (v *NullableUserLicense) Set(val *UserLicense)
- func (v *NullableUserLicense) UnmarshalJSON(src []byte) error
- func (v *NullableUserLicense) Unset()
- type NullableUserLicenseAllOf
- func (v NullableUserLicenseAllOf) Get() *UserLicenseAllOf
- func (v NullableUserLicenseAllOf) IsSet() bool
- func (v NullableUserLicenseAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableUserLicenseAllOf) Set(val *UserLicenseAllOf)
- func (v *NullableUserLicenseAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableUserLicenseAllOf) Unset()
- type NullableUserLicenseList
- func (v NullableUserLicenseList) Get() *UserLicenseList
- func (v NullableUserLicenseList) IsSet() bool
- func (v NullableUserLicenseList) MarshalJSON() ([]byte, error)
- func (v *NullableUserLicenseList) Set(val *UserLicenseList)
- func (v *NullableUserLicenseList) UnmarshalJSON(src []byte) error
- func (v *NullableUserLicenseList) Unset()
- type NullableUserLicenseListAllOf
- func (v NullableUserLicenseListAllOf) Get() *UserLicenseListAllOf
- func (v NullableUserLicenseListAllOf) IsSet() bool
- func (v NullableUserLicenseListAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableUserLicenseListAllOf) Set(val *UserLicenseListAllOf)
- func (v *NullableUserLicenseListAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableUserLicenseListAllOf) Unset()
- type NullableUserLogins
- type NullableUserLoginsAllOf
- func (v NullableUserLoginsAllOf) Get() *UserLoginsAllOf
- func (v NullableUserLoginsAllOf) IsSet() bool
- func (v NullableUserLoginsAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableUserLoginsAllOf) Set(val *UserLoginsAllOf)
- func (v *NullableUserLoginsAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableUserLoginsAllOf) Unset()
- type NullableUserScript
- type NullableUserScriptAllOf
- func (v NullableUserScriptAllOf) Get() *UserScriptAllOf
- func (v NullableUserScriptAllOf) IsSet() bool
- func (v NullableUserScriptAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableUserScriptAllOf) Set(val *UserScriptAllOf)
- func (v *NullableUserScriptAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableUserScriptAllOf) Unset()
- type NullableUserScriptList
- func (v NullableUserScriptList) Get() *UserScriptList
- func (v NullableUserScriptList) IsSet() bool
- func (v NullableUserScriptList) MarshalJSON() ([]byte, error)
- func (v *NullableUserScriptList) Set(val *UserScriptList)
- func (v *NullableUserScriptList) UnmarshalJSON(src []byte) error
- func (v *NullableUserScriptList) Unset()
- type NullableUserScriptListAllOf
- func (v NullableUserScriptListAllOf) Get() *UserScriptListAllOf
- func (v NullableUserScriptListAllOf) IsSet() bool
- func (v NullableUserScriptListAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableUserScriptListAllOf) Set(val *UserScriptListAllOf)
- func (v *NullableUserScriptListAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableUserScriptListAllOf) Unset()
- type NullableValidationError
- func (v NullableValidationError) Get() *ValidationError
- func (v NullableValidationError) IsSet() bool
- func (v NullableValidationError) MarshalJSON() ([]byte, error)
- func (v *NullableValidationError) Set(val *ValidationError)
- func (v *NullableValidationError) UnmarshalJSON(src []byte) error
- func (v *NullableValidationError) Unset()
- type NullableValidationErrorErrorsInner
- func (v NullableValidationErrorErrorsInner) Get() *ValidationErrorErrorsInner
- func (v NullableValidationErrorErrorsInner) IsSet() bool
- func (v NullableValidationErrorErrorsInner) MarshalJSON() ([]byte, error)
- func (v *NullableValidationErrorErrorsInner) Set(val *ValidationErrorErrorsInner)
- func (v *NullableValidationErrorErrorsInner) UnmarshalJSON(src []byte) error
- func (v *NullableValidationErrorErrorsInner) Unset()
- type NullableZtpSettings
- func (v NullableZtpSettings) Get() *ZtpSettings
- func (v NullableZtpSettings) IsSet() bool
- func (v NullableZtpSettings) MarshalJSON() ([]byte, error)
- func (v *NullableZtpSettings) Set(val *ZtpSettings)
- func (v *NullableZtpSettings) UnmarshalJSON(src []byte) error
- func (v *NullableZtpSettings) Unset()
- type NullableZtpSettingsRiskEngine
- func (v NullableZtpSettingsRiskEngine) Get() *ZtpSettingsRiskEngine
- func (v NullableZtpSettingsRiskEngine) IsSet() bool
- func (v NullableZtpSettingsRiskEngine) MarshalJSON() ([]byte, error)
- func (v *NullableZtpSettingsRiskEngine) Set(val *ZtpSettingsRiskEngine)
- func (v *NullableZtpSettingsRiskEngine) UnmarshalJSON(src []byte) error
- func (v *NullableZtpSettingsRiskEngine) Unset()
- type NullableZtpSettingsRiskEngineFallbackValues
- func (v NullableZtpSettingsRiskEngineFallbackValues) Get() *ZtpSettingsRiskEngineFallbackValues
- func (v NullableZtpSettingsRiskEngineFallbackValues) IsSet() bool
- func (v NullableZtpSettingsRiskEngineFallbackValues) MarshalJSON() ([]byte, error)
- func (v *NullableZtpSettingsRiskEngineFallbackValues) Set(val *ZtpSettingsRiskEngineFallbackValues)
- func (v *NullableZtpSettingsRiskEngineFallbackValues) UnmarshalJSON(src []byte) error
- func (v *NullableZtpSettingsRiskEngineFallbackValues) Unset()
- type NullableZtpStatus
- type NullableZtpVersionStatus
- func (v NullableZtpVersionStatus) Get() *ZtpVersionStatus
- func (v NullableZtpVersionStatus) IsSet() bool
- func (v NullableZtpVersionStatus) MarshalJSON() ([]byte, error)
- func (v *NullableZtpVersionStatus) Set(val *ZtpVersionStatus)
- func (v *NullableZtpVersionStatus) UnmarshalJSON(src []byte) error
- func (v *NullableZtpVersionStatus) Unset()
- type OidcProvider
- func (o *OidcProvider) GetAdminProvider() bool
- func (o *OidcProvider) GetAdminProviderOk() (*bool, bool)
- func (o *OidcProvider) GetAudience() string
- func (o *OidcProvider) GetAudienceOk() (*string, bool)
- func (o *OidcProvider) GetBlockLocalDnsRequests() bool
- func (o *OidcProvider) GetBlockLocalDnsRequestsOk() (*bool, bool)
- func (o *OidcProvider) GetClaimMappings() []ClaimMappingsInner
- func (o *OidcProvider) GetClaimMappingsOk() ([]ClaimMappingsInner, bool)
- func (o *OidcProvider) GetCreated() time.Time
- func (o *OidcProvider) GetCreatedOk() (*time.Time, bool)
- func (o *OidcProvider) GetDeviceLimitPerUser() int32
- func (o *OidcProvider) GetDeviceLimitPerUserOk() (*int32, bool)
- func (o *OidcProvider) GetDnsSearchDomains() []string
- func (o *OidcProvider) GetDnsSearchDomainsOk() ([]string, bool)
- func (o *OidcProvider) GetDnsServers() []string
- func (o *OidcProvider) GetDnsServersOk() ([]string, bool)
- func (o *OidcProvider) GetEnforceWindowsNetworkProfileAsDomain() bool
- func (o *OidcProvider) GetEnforceWindowsNetworkProfileAsDomainOk() (*bool, bool)
- func (o *OidcProvider) GetId() string
- func (o *OidcProvider) GetIdOk() (*string, bool)
- func (o *OidcProvider) GetInactivityTimeoutMinutes() int32
- func (o *OidcProvider) GetInactivityTimeoutMinutesOk() (*int32, bool)
- func (o *OidcProvider) GetIpPoolV4() string
- func (o *OidcProvider) GetIpPoolV4Ok() (*string, bool)
- func (o *OidcProvider) GetIpPoolV6() string
- func (o *OidcProvider) GetIpPoolV6Ok() (*string, bool)
- func (o *OidcProvider) GetIssuer() string
- func (o *OidcProvider) GetIssuerOk() (*string, bool)
- func (o *OidcProvider) GetName() string
- func (o *OidcProvider) GetNameOk() (*string, bool)
- func (o *OidcProvider) GetNetworkInactivityTimeoutEnabled() bool
- func (o *OidcProvider) GetNetworkInactivityTimeoutEnabledOk() (*bool, bool)
- func (o *OidcProvider) GetNotes() string
- func (o *OidcProvider) GetNotesOk() (*string, bool)
- func (o *OidcProvider) GetOnBoarding2FA() ConfigurableIdentityProviderAllOfOnBoarding2FA
- func (o *OidcProvider) GetOnBoarding2FAOk() (*ConfigurableIdentityProviderAllOfOnBoarding2FA, bool)
- func (o *OidcProvider) GetOnDemandClaimMappings() []OnDemandClaimMappingsInner
- func (o *OidcProvider) GetOnDemandClaimMappingsOk() ([]OnDemandClaimMappingsInner, bool)
- func (o *OidcProvider) GetScope() string
- func (o *OidcProvider) GetScopeOk() (*string, bool)
- func (o *OidcProvider) GetTags() []string
- func (o *OidcProvider) GetTagsOk() ([]string, bool)
- func (o *OidcProvider) GetType() string
- func (o *OidcProvider) GetTypeOk() (*string, bool)
- func (o *OidcProvider) GetUpdated() time.Time
- func (o *OidcProvider) GetUpdatedOk() (*time.Time, bool)
- func (o *OidcProvider) GetUserScripts() []string
- func (o *OidcProvider) GetUserScriptsOk() ([]string, bool)
- func (o *OidcProvider) HasAdminProvider() bool
- func (o *OidcProvider) HasBlockLocalDnsRequests() bool
- func (o *OidcProvider) HasClaimMappings() bool
- func (o *OidcProvider) HasCreated() bool
- func (o *OidcProvider) HasDeviceLimitPerUser() bool
- func (o *OidcProvider) HasDnsSearchDomains() bool
- func (o *OidcProvider) HasDnsServers() bool
- func (o *OidcProvider) HasEnforceWindowsNetworkProfileAsDomain() bool
- func (o *OidcProvider) HasId() bool
- func (o *OidcProvider) HasInactivityTimeoutMinutes() bool
- func (o *OidcProvider) HasIpPoolV4() bool
- func (o *OidcProvider) HasIpPoolV6() bool
- func (o *OidcProvider) HasNetworkInactivityTimeoutEnabled() bool
- func (o *OidcProvider) HasNotes() bool
- func (o *OidcProvider) HasOnBoarding2FA() bool
- func (o *OidcProvider) HasOnDemandClaimMappings() bool
- func (o *OidcProvider) HasScope() bool
- func (o *OidcProvider) HasTags() bool
- func (o *OidcProvider) HasUpdated() bool
- func (o *OidcProvider) HasUserScripts() bool
- func (o OidcProvider) MarshalJSON() ([]byte, error)
- func (o *OidcProvider) SetAdminProvider(v bool)
- func (o *OidcProvider) SetAudience(v string)
- func (o *OidcProvider) SetBlockLocalDnsRequests(v bool)
- func (o *OidcProvider) SetClaimMappings(v []ClaimMappingsInner)
- func (o *OidcProvider) SetCreated(v time.Time)
- func (o *OidcProvider) SetDeviceLimitPerUser(v int32)
- func (o *OidcProvider) SetDnsSearchDomains(v []string)
- func (o *OidcProvider) SetDnsServers(v []string)
- func (o *OidcProvider) SetEnforceWindowsNetworkProfileAsDomain(v bool)
- func (o *OidcProvider) SetId(v string)
- func (o *OidcProvider) SetInactivityTimeoutMinutes(v int32)
- func (o *OidcProvider) SetIpPoolV4(v string)
- func (o *OidcProvider) SetIpPoolV6(v string)
- func (o *OidcProvider) SetIssuer(v string)
- func (o *OidcProvider) SetName(v string)
- func (o *OidcProvider) SetNetworkInactivityTimeoutEnabled(v bool)
- func (o *OidcProvider) SetNotes(v string)
- func (o *OidcProvider) SetOnBoarding2FA(v ConfigurableIdentityProviderAllOfOnBoarding2FA)
- func (o *OidcProvider) SetOnDemandClaimMappings(v []OnDemandClaimMappingsInner)
- func (o *OidcProvider) SetScope(v string)
- func (o *OidcProvider) SetTags(v []string)
- func (o *OidcProvider) SetType(v string)
- func (o *OidcProvider) SetUpdated(v time.Time)
- func (o *OidcProvider) SetUserScripts(v []string)
- type OidcProviderAllOf
- func (o *OidcProviderAllOf) GetAudience() string
- func (o *OidcProviderAllOf) GetAudienceOk() (*string, bool)
- func (o *OidcProviderAllOf) GetIssuer() string
- func (o *OidcProviderAllOf) GetIssuerOk() (*string, bool)
- func (o *OidcProviderAllOf) GetScope() string
- func (o *OidcProviderAllOf) GetScopeOk() (*string, bool)
- func (o *OidcProviderAllOf) HasScope() bool
- func (o OidcProviderAllOf) MarshalJSON() ([]byte, error)
- func (o *OidcProviderAllOf) SetAudience(v string)
- func (o *OidcProviderAllOf) SetIssuer(v string)
- func (o *OidcProviderAllOf) SetScope(v string)
- type OnBoardedDevice
- func (o *OnBoardedDevice) GetDeviceId() string
- func (o *OnBoardedDevice) GetDeviceIdOk() (*string, bool)
- func (o *OnBoardedDevice) GetDistinguishedName() string
- func (o *OnBoardedDevice) GetDistinguishedNameOk() (*string, bool)
- func (o *OnBoardedDevice) GetHostname() string
- func (o *OnBoardedDevice) GetHostnameOk() (*string, bool)
- func (o *OnBoardedDevice) GetLastSeenAt() time.Time
- func (o *OnBoardedDevice) GetLastSeenAtOk() (*time.Time, bool)
- func (o *OnBoardedDevice) GetOnBoardedAt() time.Time
- func (o *OnBoardedDevice) GetOnBoardedAtOk() (*time.Time, bool)
- func (o *OnBoardedDevice) GetProviderName() string
- func (o *OnBoardedDevice) GetProviderNameOk() (*string, bool)
- func (o *OnBoardedDevice) GetUsername() string
- func (o *OnBoardedDevice) GetUsernameOk() (*string, bool)
- func (o *OnBoardedDevice) HasDeviceId() bool
- func (o *OnBoardedDevice) HasDistinguishedName() bool
- func (o *OnBoardedDevice) HasHostname() bool
- func (o *OnBoardedDevice) HasLastSeenAt() bool
- func (o *OnBoardedDevice) HasOnBoardedAt() bool
- func (o *OnBoardedDevice) HasProviderName() bool
- func (o *OnBoardedDevice) HasUsername() bool
- func (o OnBoardedDevice) MarshalJSON() ([]byte, error)
- func (o *OnBoardedDevice) SetDeviceId(v string)
- func (o *OnBoardedDevice) SetDistinguishedName(v string)
- func (o *OnBoardedDevice) SetHostname(v string)
- func (o *OnBoardedDevice) SetLastSeenAt(v time.Time)
- func (o *OnBoardedDevice) SetOnBoardedAt(v time.Time)
- func (o *OnBoardedDevice) SetProviderName(v string)
- func (o *OnBoardedDevice) SetUsername(v string)
- type OnBoardedDeviceAllOf
- func (o *OnBoardedDeviceAllOf) GetHostname() string
- func (o *OnBoardedDeviceAllOf) GetHostnameOk() (*string, bool)
- func (o *OnBoardedDeviceAllOf) GetLastSeenAt() time.Time
- func (o *OnBoardedDeviceAllOf) GetLastSeenAtOk() (*time.Time, bool)
- func (o *OnBoardedDeviceAllOf) GetOnBoardedAt() time.Time
- func (o *OnBoardedDeviceAllOf) GetOnBoardedAtOk() (*time.Time, bool)
- func (o *OnBoardedDeviceAllOf) HasHostname() bool
- func (o *OnBoardedDeviceAllOf) HasLastSeenAt() bool
- func (o *OnBoardedDeviceAllOf) HasOnBoardedAt() bool
- func (o OnBoardedDeviceAllOf) MarshalJSON() ([]byte, error)
- func (o *OnBoardedDeviceAllOf) SetHostname(v string)
- func (o *OnBoardedDeviceAllOf) SetLastSeenAt(v time.Time)
- func (o *OnBoardedDeviceAllOf) SetOnBoardedAt(v time.Time)
- type OnBoardedDeviceList
- func (o *OnBoardedDeviceList) GetData() []OnBoardedDevice
- func (o *OnBoardedDeviceList) GetDataOk() ([]OnBoardedDevice, bool)
- func (o *OnBoardedDeviceList) GetDescending() bool
- func (o *OnBoardedDeviceList) GetDescendingOk() (*bool, bool)
- func (o *OnBoardedDeviceList) GetFilterBy() []FilterBy
- func (o *OnBoardedDeviceList) GetFilterByOk() ([]FilterBy, bool)
- func (o *OnBoardedDeviceList) GetOrderBy() string
- func (o *OnBoardedDeviceList) GetOrderByOk() (*string, bool)
- func (o *OnBoardedDeviceList) GetQueries() []string
- func (o *OnBoardedDeviceList) GetQueriesOk() ([]string, bool)
- func (o *OnBoardedDeviceList) GetRange() string
- func (o *OnBoardedDeviceList) GetRangeOk() (*string, bool)
- func (o *OnBoardedDeviceList) HasData() bool
- func (o *OnBoardedDeviceList) HasDescending() bool
- func (o *OnBoardedDeviceList) HasFilterBy() bool
- func (o *OnBoardedDeviceList) HasOrderBy() bool
- func (o *OnBoardedDeviceList) HasQueries() bool
- func (o *OnBoardedDeviceList) HasRange() bool
- func (o OnBoardedDeviceList) MarshalJSON() ([]byte, error)
- func (o *OnBoardedDeviceList) SetData(v []OnBoardedDevice)
- func (o *OnBoardedDeviceList) SetDescending(v bool)
- func (o *OnBoardedDeviceList) SetFilterBy(v []FilterBy)
- func (o *OnBoardedDeviceList) SetOrderBy(v string)
- func (o *OnBoardedDeviceList) SetQueries(v []string)
- func (o *OnBoardedDeviceList) SetRange(v string)
- type OnBoardedDeviceListAllOf
- func (o *OnBoardedDeviceListAllOf) GetData() []OnBoardedDevice
- func (o *OnBoardedDeviceListAllOf) GetDataOk() ([]OnBoardedDevice, bool)
- func (o *OnBoardedDeviceListAllOf) HasData() bool
- func (o OnBoardedDeviceListAllOf) MarshalJSON() ([]byte, error)
- func (o *OnBoardedDeviceListAllOf) SetData(v []OnBoardedDevice)
- type OnBoardedDevices
- func (o *OnBoardedDevices) GetCreationDate() time.Time
- func (o *OnBoardedDevices) GetCreationDateOk() (*time.Time, bool)
- func (o *OnBoardedDevices) GetData() map[string]float32
- func (o *OnBoardedDevices) GetDataOk() (*map[string]float32, bool)
- func (o *OnBoardedDevices) GetName() string
- func (o *OnBoardedDevices) GetNameOk() (*string, bool)
- func (o *OnBoardedDevices) GetRefreshInterval() float32
- func (o *OnBoardedDevices) GetRefreshIntervalOk() (*float32, bool)
- func (o *OnBoardedDevices) HasCreationDate() bool
- func (o *OnBoardedDevices) HasData() bool
- func (o *OnBoardedDevices) HasName() bool
- func (o *OnBoardedDevices) HasRefreshInterval() bool
- func (o OnBoardedDevices) MarshalJSON() ([]byte, error)
- func (o *OnBoardedDevices) SetCreationDate(v time.Time)
- func (o *OnBoardedDevices) SetData(v map[string]float32)
- func (o *OnBoardedDevices) SetName(v string)
- func (o *OnBoardedDevices) SetRefreshInterval(v float32)
- type OnBoardedDevicesAllOf
- func (o *OnBoardedDevicesAllOf) GetData() map[string]float32
- func (o *OnBoardedDevicesAllOf) GetDataOk() (*map[string]float32, bool)
- func (o *OnBoardedDevicesAllOf) HasData() bool
- func (o OnBoardedDevicesAllOf) MarshalJSON() ([]byte, error)
- func (o *OnBoardedDevicesAllOf) SetData(v map[string]float32)
- type OnDemandClaimMappingsInner
- func (o *OnDemandClaimMappingsInner) GetClaimName() string
- func (o *OnDemandClaimMappingsInner) GetClaimNameOk() (*string, bool)
- func (o *OnDemandClaimMappingsInner) GetCommand() string
- func (o *OnDemandClaimMappingsInner) GetCommandOk() (*string, bool)
- func (o *OnDemandClaimMappingsInner) GetParameters() OnDemandClaimMappingsInnerParameters
- func (o *OnDemandClaimMappingsInner) GetParametersOk() (*OnDemandClaimMappingsInnerParameters, bool)
- func (o *OnDemandClaimMappingsInner) GetPlatform() string
- func (o *OnDemandClaimMappingsInner) GetPlatformOk() (*string, bool)
- func (o *OnDemandClaimMappingsInner) HasParameters() bool
- func (o OnDemandClaimMappingsInner) MarshalJSON() ([]byte, error)
- func (o *OnDemandClaimMappingsInner) SetClaimName(v string)
- func (o *OnDemandClaimMappingsInner) SetCommand(v string)
- func (o *OnDemandClaimMappingsInner) SetParameters(v OnDemandClaimMappingsInnerParameters)
- func (o *OnDemandClaimMappingsInner) SetPlatform(v string)
- type OnDemandClaimMappingsInnerParameters
- func (o *OnDemandClaimMappingsInnerParameters) GetArgs() string
- func (o *OnDemandClaimMappingsInnerParameters) GetArgsOk() (*string, bool)
- func (o *OnDemandClaimMappingsInnerParameters) GetName() string
- func (o *OnDemandClaimMappingsInnerParameters) GetNameOk() (*string, bool)
- func (o *OnDemandClaimMappingsInnerParameters) GetPath() string
- func (o *OnDemandClaimMappingsInnerParameters) GetPathOk() (*string, bool)
- func (o *OnDemandClaimMappingsInnerParameters) HasArgs() bool
- func (o *OnDemandClaimMappingsInnerParameters) HasName() bool
- func (o *OnDemandClaimMappingsInnerParameters) HasPath() bool
- func (o OnDemandClaimMappingsInnerParameters) MarshalJSON() ([]byte, error)
- func (o *OnDemandClaimMappingsInnerParameters) SetArgs(v string)
- func (o *OnDemandClaimMappingsInnerParameters) SetName(v string)
- func (o *OnDemandClaimMappingsInnerParameters) SetPath(v string)
- type OtpSeed
- func (o *OtpSeed) GetProviderName() string
- func (o *OtpSeed) GetProviderNameOk() (*string, bool)
- func (o *OtpSeed) GetUserDistinguishedName() string
- func (o *OtpSeed) GetUserDistinguishedNameOk() (*string, bool)
- func (o *OtpSeed) GetUsername() string
- func (o *OtpSeed) GetUsernameOk() (*string, bool)
- func (o *OtpSeed) GetVerified() bool
- func (o *OtpSeed) GetVerifiedOk() (*bool, bool)
- func (o *OtpSeed) HasProviderName() bool
- func (o *OtpSeed) HasUserDistinguishedName() bool
- func (o *OtpSeed) HasUsername() bool
- func (o *OtpSeed) HasVerified() bool
- func (o OtpSeed) MarshalJSON() ([]byte, error)
- func (o *OtpSeed) SetProviderName(v string)
- func (o *OtpSeed) SetUserDistinguishedName(v string)
- func (o *OtpSeed) SetUsername(v string)
- func (o *OtpSeed) SetVerified(v bool)
- type OtpSeedAllOf
- type OtpSeedList
- func (o *OtpSeedList) GetData() []OtpSeed
- func (o *OtpSeedList) GetDataOk() ([]OtpSeed, bool)
- func (o *OtpSeedList) GetDescending() bool
- func (o *OtpSeedList) GetDescendingOk() (*bool, bool)
- func (o *OtpSeedList) GetFilterBy() []FilterBy
- func (o *OtpSeedList) GetFilterByOk() ([]FilterBy, bool)
- func (o *OtpSeedList) GetOrderBy() string
- func (o *OtpSeedList) GetOrderByOk() (*string, bool)
- func (o *OtpSeedList) GetQueries() []string
- func (o *OtpSeedList) GetQueriesOk() ([]string, bool)
- func (o *OtpSeedList) GetRange() string
- func (o *OtpSeedList) GetRangeOk() (*string, bool)
- func (o *OtpSeedList) HasData() bool
- func (o *OtpSeedList) HasDescending() bool
- func (o *OtpSeedList) HasFilterBy() bool
- func (o *OtpSeedList) HasOrderBy() bool
- func (o *OtpSeedList) HasQueries() bool
- func (o *OtpSeedList) HasRange() bool
- func (o OtpSeedList) MarshalJSON() ([]byte, error)
- func (o *OtpSeedList) SetData(v []OtpSeed)
- func (o *OtpSeedList) SetDescending(v bool)
- func (o *OtpSeedList) SetFilterBy(v []FilterBy)
- func (o *OtpSeedList) SetOrderBy(v string)
- func (o *OtpSeedList) SetQueries(v []string)
- func (o *OtpSeedList) SetRange(v string)
- type OtpSeedListAllOf
- type P12
- func (o *P12) GetContent() string
- func (o *P12) GetContentOk() (*string, bool)
- func (o *P12) GetId() string
- func (o *P12) GetIdOk() (*string, bool)
- func (o *P12) GetPassword() string
- func (o *P12) GetPasswordOk() (*string, bool)
- func (o *P12) GetSubjectName() string
- func (o *P12) GetSubjectNameOk() (*string, bool)
- func (o *P12) HasContent() bool
- func (o *P12) HasId() bool
- func (o *P12) HasPassword() bool
- func (o *P12) HasSubjectName() bool
- func (o P12) MarshalJSON() ([]byte, error)
- func (o *P12) SetContent(v string)
- func (o *P12) SetId(v string)
- func (o *P12) SetPassword(v string)
- func (o *P12) SetSubjectName(v string)
- type P121
- func (o *P121) GetP12() string
- func (o *P121) GetP12Ok() (*string, bool)
- func (o *P121) GetPassword() string
- func (o *P121) GetPasswordOk() (*string, bool)
- func (o *P121) HasP12() bool
- func (o *P121) HasPassword() bool
- func (o P121) MarshalJSON() ([]byte, error)
- func (o *P121) SetP12(v string)
- func (o *P121) SetPassword(v string)
- type PoliciesApiService
- func (a *PoliciesApiService) PoliciesGet(ctx context.Context) ApiPoliciesGetRequest
- func (a *PoliciesApiService) PoliciesGetExecute(r ApiPoliciesGetRequest) (*PolicyList, *http.Response, error)
- func (a *PoliciesApiService) PoliciesIdDelete(ctx context.Context, id string) ApiPoliciesIdDeleteRequest
- func (a *PoliciesApiService) PoliciesIdDeleteExecute(r ApiPoliciesIdDeleteRequest) (*http.Response, error)
- func (a *PoliciesApiService) PoliciesIdGet(ctx context.Context, id string) ApiPoliciesIdGetRequest
- func (a *PoliciesApiService) PoliciesIdGetExecute(r ApiPoliciesIdGetRequest) (*Policy, *http.Response, error)
- func (a *PoliciesApiService) PoliciesIdPut(ctx context.Context, id string) ApiPoliciesIdPutRequest
- func (a *PoliciesApiService) PoliciesIdPutExecute(r ApiPoliciesIdPutRequest) (*Policy, *http.Response, error)
- func (a *PoliciesApiService) PoliciesPost(ctx context.Context) ApiPoliciesPostRequest
- func (a *PoliciesApiService) PoliciesPostExecute(r ApiPoliciesPostRequest) (*Policy, *http.Response, error)
- type Policy
- func (o *Policy) GetAdministrativeRoles() []string
- func (o *Policy) GetAdministrativeRolesOk() ([]string, bool)
- func (o *Policy) GetClientProfileSettings() PolicyAllOfClientProfileSettings
- func (o *Policy) GetClientProfileSettingsOk() (*PolicyAllOfClientProfileSettings, bool)
- func (o *Policy) GetClientSettings() PolicyAllOfClientSettings
- func (o *Policy) GetClientSettingsOk() (*PolicyAllOfClientSettings, bool)
- func (o *Policy) GetCreated() time.Time
- func (o *Policy) GetCreatedOk() (*time.Time, bool)
- func (o *Policy) GetCustomClientHelpUrl() string
- func (o *Policy) GetCustomClientHelpUrlOk() (*string, bool)
- func (o *Policy) GetDisabled() bool
- func (o *Policy) GetDisabledOk() (*bool, bool)
- func (o *Policy) GetDnsSettings() []PolicyAllOfDnsSettings
- func (o *Policy) GetDnsSettingsOk() ([]PolicyAllOfDnsSettings, bool)
- func (o *Policy) GetEntitlementLinks() []string
- func (o *Policy) GetEntitlementLinksOk() ([]string, bool)
- func (o *Policy) GetEntitlements() []string
- func (o *Policy) GetEntitlementsOk() ([]string, bool)
- func (o *Policy) GetExpression() string
- func (o *Policy) GetExpressionOk() (*string, bool)
- func (o *Policy) GetId() string
- func (o *Policy) GetIdOk() (*string, bool)
- func (o *Policy) GetName() string
- func (o *Policy) GetNameOk() (*string, bool)
- func (o *Policy) GetNotes() string
- func (o *Policy) GetNotesOk() (*string, bool)
- func (o *Policy) GetOverrideSite() string
- func (o *Policy) GetOverrideSiteClaim() string
- func (o *Policy) GetOverrideSiteClaimOk() (*string, bool)
- func (o *Policy) GetOverrideSiteOk() (*string, bool)
- func (o *Policy) GetProxyAutoConfig() PolicyAllOfProxyAutoConfig
- func (o *Policy) GetProxyAutoConfigOk() (*PolicyAllOfProxyAutoConfig, bool)
- func (o *Policy) GetRingfenceRuleLinks() []string
- func (o *Policy) GetRingfenceRuleLinksOk() ([]string, bool)
- func (o *Policy) GetRingfenceRules() []string
- func (o *Policy) GetRingfenceRulesOk() ([]string, bool)
- func (o *Policy) GetTags() []string
- func (o *Policy) GetTagsOk() ([]string, bool)
- func (o *Policy) GetTamperProofing() bool
- func (o *Policy) GetTamperProofingOk() (*bool, bool)
- func (o *Policy) GetTrustedNetworkCheck() PolicyAllOfTrustedNetworkCheck
- func (o *Policy) GetTrustedNetworkCheckOk() (*PolicyAllOfTrustedNetworkCheck, bool)
- func (o *Policy) GetType() string
- func (o *Policy) GetTypeOk() (*string, bool)
- func (o *Policy) GetUpdated() time.Time
- func (o *Policy) GetUpdatedOk() (*time.Time, bool)
- func (o *Policy) HasAdministrativeRoles() bool
- func (o *Policy) HasClientProfileSettings() bool
- func (o *Policy) HasClientSettings() bool
- func (o *Policy) HasCreated() bool
- func (o *Policy) HasCustomClientHelpUrl() bool
- func (o *Policy) HasDisabled() bool
- func (o *Policy) HasDnsSettings() bool
- func (o *Policy) HasEntitlementLinks() bool
- func (o *Policy) HasEntitlements() bool
- func (o *Policy) HasId() bool
- func (o *Policy) HasNotes() bool
- func (o *Policy) HasOverrideSite() bool
- func (o *Policy) HasOverrideSiteClaim() bool
- func (o *Policy) HasProxyAutoConfig() bool
- func (o *Policy) HasRingfenceRuleLinks() bool
- func (o *Policy) HasRingfenceRules() bool
- func (o *Policy) HasTags() bool
- func (o *Policy) HasTamperProofing() bool
- func (o *Policy) HasTrustedNetworkCheck() bool
- func (o *Policy) HasType() bool
- func (o *Policy) HasUpdated() bool
- func (o Policy) MarshalJSON() ([]byte, error)
- func (o *Policy) SetAdministrativeRoles(v []string)
- func (o *Policy) SetClientProfileSettings(v PolicyAllOfClientProfileSettings)
- func (o *Policy) SetClientSettings(v PolicyAllOfClientSettings)
- func (o *Policy) SetCreated(v time.Time)
- func (o *Policy) SetCustomClientHelpUrl(v string)
- func (o *Policy) SetDisabled(v bool)
- func (o *Policy) SetDnsSettings(v []PolicyAllOfDnsSettings)
- func (o *Policy) SetEntitlementLinks(v []string)
- func (o *Policy) SetEntitlements(v []string)
- func (o *Policy) SetExpression(v string)
- func (o *Policy) SetId(v string)
- func (o *Policy) SetName(v string)
- func (o *Policy) SetNotes(v string)
- func (o *Policy) SetOverrideSite(v string)
- func (o *Policy) SetOverrideSiteClaim(v string)
- func (o *Policy) SetProxyAutoConfig(v PolicyAllOfProxyAutoConfig)
- func (o *Policy) SetRingfenceRuleLinks(v []string)
- func (o *Policy) SetRingfenceRules(v []string)
- func (o *Policy) SetTags(v []string)
- func (o *Policy) SetTamperProofing(v bool)
- func (o *Policy) SetTrustedNetworkCheck(v PolicyAllOfTrustedNetworkCheck)
- func (o *Policy) SetType(v string)
- func (o *Policy) SetUpdated(v time.Time)
- type PolicyAllOf
- func (o *PolicyAllOf) GetAdministrativeRoles() []string
- func (o *PolicyAllOf) GetAdministrativeRolesOk() ([]string, bool)
- func (o *PolicyAllOf) GetClientProfileSettings() PolicyAllOfClientProfileSettings
- func (o *PolicyAllOf) GetClientProfileSettingsOk() (*PolicyAllOfClientProfileSettings, bool)
- func (o *PolicyAllOf) GetClientSettings() PolicyAllOfClientSettings
- func (o *PolicyAllOf) GetClientSettingsOk() (*PolicyAllOfClientSettings, bool)
- func (o *PolicyAllOf) GetCustomClientHelpUrl() string
- func (o *PolicyAllOf) GetCustomClientHelpUrlOk() (*string, bool)
- func (o *PolicyAllOf) GetDisabled() bool
- func (o *PolicyAllOf) GetDisabledOk() (*bool, bool)
- func (o *PolicyAllOf) GetDnsSettings() []PolicyAllOfDnsSettings
- func (o *PolicyAllOf) GetDnsSettingsOk() ([]PolicyAllOfDnsSettings, bool)
- func (o *PolicyAllOf) GetEntitlementLinks() []string
- func (o *PolicyAllOf) GetEntitlementLinksOk() ([]string, bool)
- func (o *PolicyAllOf) GetEntitlements() []string
- func (o *PolicyAllOf) GetEntitlementsOk() ([]string, bool)
- func (o *PolicyAllOf) GetExpression() string
- func (o *PolicyAllOf) GetExpressionOk() (*string, bool)
- func (o *PolicyAllOf) GetOverrideSite() string
- func (o *PolicyAllOf) GetOverrideSiteClaim() string
- func (o *PolicyAllOf) GetOverrideSiteClaimOk() (*string, bool)
- func (o *PolicyAllOf) GetOverrideSiteOk() (*string, bool)
- func (o *PolicyAllOf) GetProxyAutoConfig() PolicyAllOfProxyAutoConfig
- func (o *PolicyAllOf) GetProxyAutoConfigOk() (*PolicyAllOfProxyAutoConfig, bool)
- func (o *PolicyAllOf) GetRingfenceRuleLinks() []string
- func (o *PolicyAllOf) GetRingfenceRuleLinksOk() ([]string, bool)
- func (o *PolicyAllOf) GetRingfenceRules() []string
- func (o *PolicyAllOf) GetRingfenceRulesOk() ([]string, bool)
- func (o *PolicyAllOf) GetTamperProofing() bool
- func (o *PolicyAllOf) GetTamperProofingOk() (*bool, bool)
- func (o *PolicyAllOf) GetTrustedNetworkCheck() PolicyAllOfTrustedNetworkCheck
- func (o *PolicyAllOf) GetTrustedNetworkCheckOk() (*PolicyAllOfTrustedNetworkCheck, bool)
- func (o *PolicyAllOf) GetType() string
- func (o *PolicyAllOf) GetTypeOk() (*string, bool)
- func (o *PolicyAllOf) HasAdministrativeRoles() bool
- func (o *PolicyAllOf) HasClientProfileSettings() bool
- func (o *PolicyAllOf) HasClientSettings() bool
- func (o *PolicyAllOf) HasCustomClientHelpUrl() bool
- func (o *PolicyAllOf) HasDisabled() bool
- func (o *PolicyAllOf) HasDnsSettings() bool
- func (o *PolicyAllOf) HasEntitlementLinks() bool
- func (o *PolicyAllOf) HasEntitlements() bool
- func (o *PolicyAllOf) HasOverrideSite() bool
- func (o *PolicyAllOf) HasOverrideSiteClaim() bool
- func (o *PolicyAllOf) HasProxyAutoConfig() bool
- func (o *PolicyAllOf) HasRingfenceRuleLinks() bool
- func (o *PolicyAllOf) HasRingfenceRules() bool
- func (o *PolicyAllOf) HasTamperProofing() bool
- func (o *PolicyAllOf) HasTrustedNetworkCheck() bool
- func (o *PolicyAllOf) HasType() bool
- func (o PolicyAllOf) MarshalJSON() ([]byte, error)
- func (o *PolicyAllOf) SetAdministrativeRoles(v []string)
- func (o *PolicyAllOf) SetClientProfileSettings(v PolicyAllOfClientProfileSettings)
- func (o *PolicyAllOf) SetClientSettings(v PolicyAllOfClientSettings)
- func (o *PolicyAllOf) SetCustomClientHelpUrl(v string)
- func (o *PolicyAllOf) SetDisabled(v bool)
- func (o *PolicyAllOf) SetDnsSettings(v []PolicyAllOfDnsSettings)
- func (o *PolicyAllOf) SetEntitlementLinks(v []string)
- func (o *PolicyAllOf) SetEntitlements(v []string)
- func (o *PolicyAllOf) SetExpression(v string)
- func (o *PolicyAllOf) SetOverrideSite(v string)
- func (o *PolicyAllOf) SetOverrideSiteClaim(v string)
- func (o *PolicyAllOf) SetProxyAutoConfig(v PolicyAllOfProxyAutoConfig)
- func (o *PolicyAllOf) SetRingfenceRuleLinks(v []string)
- func (o *PolicyAllOf) SetRingfenceRules(v []string)
- func (o *PolicyAllOf) SetTamperProofing(v bool)
- func (o *PolicyAllOf) SetTrustedNetworkCheck(v PolicyAllOfTrustedNetworkCheck)
- func (o *PolicyAllOf) SetType(v string)
- type PolicyAllOfClientProfileSettings
- func (o *PolicyAllOfClientProfileSettings) GetEnabled() bool
- func (o *PolicyAllOfClientProfileSettings) GetEnabledOk() (*bool, bool)
- func (o *PolicyAllOfClientProfileSettings) GetProfiles() []string
- func (o *PolicyAllOfClientProfileSettings) GetProfilesOk() ([]string, bool)
- func (o *PolicyAllOfClientProfileSettings) HasEnabled() bool
- func (o *PolicyAllOfClientProfileSettings) HasProfiles() bool
- func (o PolicyAllOfClientProfileSettings) MarshalJSON() ([]byte, error)
- func (o *PolicyAllOfClientProfileSettings) SetEnabled(v bool)
- func (o *PolicyAllOfClientProfileSettings) SetProfiles(v []string)
- type PolicyAllOfClientSettings
- func (o *PolicyAllOfClientSettings) GetAddRemoveProfiles() string
- func (o *PolicyAllOfClientSettings) GetAddRemoveProfilesOk() (*string, bool)
- func (o *PolicyAllOfClientSettings) GetAttentionLevel() string
- func (o *PolicyAllOfClientSettings) GetAttentionLevelOk() (*string, bool)
- func (o *PolicyAllOfClientSettings) GetAutoStart() string
- func (o *PolicyAllOfClientSettings) GetAutoStartOk() (*string, bool)
- func (o *PolicyAllOfClientSettings) GetEnabled() bool
- func (o *PolicyAllOfClientSettings) GetEnabledOk() (*bool, bool)
- func (o *PolicyAllOfClientSettings) GetEntitlementsList() string
- func (o *PolicyAllOfClientSettings) GetEntitlementsListOk() (*string, bool)
- func (o *PolicyAllOfClientSettings) GetKeepMeSignedIn() string
- func (o *PolicyAllOfClientSettings) GetKeepMeSignedInOk() (*string, bool)
- func (o *PolicyAllOfClientSettings) GetQuit() string
- func (o *PolicyAllOfClientSettings) GetQuitOk() (*string, bool)
- func (o *PolicyAllOfClientSettings) GetSamlAutoSignIn() string
- func (o *PolicyAllOfClientSettings) GetSamlAutoSignInOk() (*string, bool)
- func (o *PolicyAllOfClientSettings) GetSignOut() string
- func (o *PolicyAllOfClientSettings) GetSignOutOk() (*string, bool)
- func (o *PolicyAllOfClientSettings) GetSuspend() string
- func (o *PolicyAllOfClientSettings) GetSuspendOk() (*string, bool)
- func (o *PolicyAllOfClientSettings) HasAddRemoveProfiles() bool
- func (o *PolicyAllOfClientSettings) HasAttentionLevel() bool
- func (o *PolicyAllOfClientSettings) HasAutoStart() bool
- func (o *PolicyAllOfClientSettings) HasEnabled() bool
- func (o *PolicyAllOfClientSettings) HasEntitlementsList() bool
- func (o *PolicyAllOfClientSettings) HasKeepMeSignedIn() bool
- func (o *PolicyAllOfClientSettings) HasQuit() bool
- func (o *PolicyAllOfClientSettings) HasSamlAutoSignIn() bool
- func (o *PolicyAllOfClientSettings) HasSignOut() bool
- func (o *PolicyAllOfClientSettings) HasSuspend() bool
- func (o PolicyAllOfClientSettings) MarshalJSON() ([]byte, error)
- func (o *PolicyAllOfClientSettings) SetAddRemoveProfiles(v string)
- func (o *PolicyAllOfClientSettings) SetAttentionLevel(v string)
- func (o *PolicyAllOfClientSettings) SetAutoStart(v string)
- func (o *PolicyAllOfClientSettings) SetEnabled(v bool)
- func (o *PolicyAllOfClientSettings) SetEntitlementsList(v string)
- func (o *PolicyAllOfClientSettings) SetKeepMeSignedIn(v string)
- func (o *PolicyAllOfClientSettings) SetQuit(v string)
- func (o *PolicyAllOfClientSettings) SetSamlAutoSignIn(v string)
- func (o *PolicyAllOfClientSettings) SetSignOut(v string)
- func (o *PolicyAllOfClientSettings) SetSuspend(v string)
- type PolicyAllOfDnsSettings
- func (o *PolicyAllOfDnsSettings) GetDomain() string
- func (o *PolicyAllOfDnsSettings) GetDomainOk() (*string, bool)
- func (o *PolicyAllOfDnsSettings) GetServers() []string
- func (o *PolicyAllOfDnsSettings) GetServersOk() ([]string, bool)
- func (o PolicyAllOfDnsSettings) MarshalJSON() ([]byte, error)
- func (o *PolicyAllOfDnsSettings) SetDomain(v string)
- func (o *PolicyAllOfDnsSettings) SetServers(v []string)
- type PolicyAllOfProxyAutoConfig
- func (o *PolicyAllOfProxyAutoConfig) GetEnabled() bool
- func (o *PolicyAllOfProxyAutoConfig) GetEnabledOk() (*bool, bool)
- func (o *PolicyAllOfProxyAutoConfig) GetPersist() bool
- func (o *PolicyAllOfProxyAutoConfig) GetPersistOk() (*bool, bool)
- func (o *PolicyAllOfProxyAutoConfig) GetUrl() string
- func (o *PolicyAllOfProxyAutoConfig) GetUrlOk() (*string, bool)
- func (o *PolicyAllOfProxyAutoConfig) HasEnabled() bool
- func (o *PolicyAllOfProxyAutoConfig) HasPersist() bool
- func (o *PolicyAllOfProxyAutoConfig) HasUrl() bool
- func (o PolicyAllOfProxyAutoConfig) MarshalJSON() ([]byte, error)
- func (o *PolicyAllOfProxyAutoConfig) SetEnabled(v bool)
- func (o *PolicyAllOfProxyAutoConfig) SetPersist(v bool)
- func (o *PolicyAllOfProxyAutoConfig) SetUrl(v string)
- type PolicyAllOfTrustedNetworkCheck
- func (o *PolicyAllOfTrustedNetworkCheck) GetDnsSuffix() string
- func (o *PolicyAllOfTrustedNetworkCheck) GetDnsSuffixOk() (*string, bool)
- func (o *PolicyAllOfTrustedNetworkCheck) GetEnabled() bool
- func (o *PolicyAllOfTrustedNetworkCheck) GetEnabledOk() (*bool, bool)
- func (o *PolicyAllOfTrustedNetworkCheck) HasDnsSuffix() bool
- func (o *PolicyAllOfTrustedNetworkCheck) HasEnabled() bool
- func (o PolicyAllOfTrustedNetworkCheck) MarshalJSON() ([]byte, error)
- func (o *PolicyAllOfTrustedNetworkCheck) SetDnsSuffix(v string)
- func (o *PolicyAllOfTrustedNetworkCheck) SetEnabled(v bool)
- type PolicyList
- func (o *PolicyList) GetData() []Policy
- func (o *PolicyList) GetDataOk() ([]Policy, bool)
- func (o *PolicyList) GetDescending() bool
- func (o *PolicyList) GetDescendingOk() (*bool, bool)
- func (o *PolicyList) GetFilterBy() []FilterBy
- func (o *PolicyList) GetFilterByOk() ([]FilterBy, bool)
- func (o *PolicyList) GetOrderBy() string
- func (o *PolicyList) GetOrderByOk() (*string, bool)
- func (o *PolicyList) GetQueries() []string
- func (o *PolicyList) GetQueriesOk() ([]string, bool)
- func (o *PolicyList) GetRange() string
- func (o *PolicyList) GetRangeOk() (*string, bool)
- func (o *PolicyList) HasData() bool
- func (o *PolicyList) HasDescending() bool
- func (o *PolicyList) HasFilterBy() bool
- func (o *PolicyList) HasOrderBy() bool
- func (o *PolicyList) HasQueries() bool
- func (o *PolicyList) HasRange() bool
- func (o PolicyList) MarshalJSON() ([]byte, error)
- func (o *PolicyList) SetData(v []Policy)
- func (o *PolicyList) SetDescending(v bool)
- func (o *PolicyList) SetFilterBy(v []FilterBy)
- func (o *PolicyList) SetOrderBy(v string)
- func (o *PolicyList) SetQueries(v []string)
- func (o *PolicyList) SetRange(v string)
- type PolicyListAllOf
- type Portal
- func (o *Portal) GetEnabled() bool
- func (o *Portal) GetEnabledOk() (*bool, bool)
- func (o *Portal) GetExternalProfiles() []PortalExternalProfilesInner
- func (o *Portal) GetExternalProfilesOk() ([]PortalExternalProfilesInner, bool)
- func (o *Portal) GetHttpRedirect() bool
- func (o *Portal) GetHttpRedirectOk() (*bool, bool)
- func (o *Portal) GetHttpsP12() P12
- func (o *Portal) GetHttpsP12Ok() (*P12, bool)
- func (o *Portal) GetProfiles() []string
- func (o *Portal) GetProfilesOk() ([]string, bool)
- func (o *Portal) GetProxyP12s() []Portal12
- func (o *Portal) GetProxyP12sOk() ([]Portal12, bool)
- func (o *Portal) GetProxyPorts() []int32
- func (o *Portal) GetProxyPortsOk() ([]int32, bool)
- func (o *Portal) GetSignInCustomization() PortalSignInCustomization
- func (o *Portal) GetSignInCustomizationOk() (*PortalSignInCustomization, bool)
- func (o *Portal) HasEnabled() bool
- func (o *Portal) HasExternalProfiles() bool
- func (o *Portal) HasHttpRedirect() bool
- func (o *Portal) HasHttpsP12() bool
- func (o *Portal) HasProfiles() bool
- func (o *Portal) HasProxyP12s() bool
- func (o *Portal) HasProxyPorts() bool
- func (o *Portal) HasSignInCustomization() bool
- func (o Portal) MarshalJSON() ([]byte, error)
- func (o *Portal) SetEnabled(v bool)
- func (o *Portal) SetExternalProfiles(v []PortalExternalProfilesInner)
- func (o *Portal) SetHttpRedirect(v bool)
- func (o *Portal) SetHttpsP12(v P12)
- func (o *Portal) SetProfiles(v []string)
- func (o *Portal) SetProxyP12s(v []Portal12)
- func (o *Portal) SetProxyPorts(v []int32)
- func (o *Portal) SetSignInCustomization(v PortalSignInCustomization)
- type Portal12
- func (o *Portal12) GetContent() string
- func (o *Portal12) GetContentOk() (*string, bool)
- func (o *Portal12) GetId() string
- func (o *Portal12) GetIdOk() (*string, bool)
- func (o *Portal12) GetPassword() string
- func (o *Portal12) GetPasswordOk() (*string, bool)
- func (o *Portal12) GetSubjectName() string
- func (o *Portal12) GetSubjectNameOk() (*string, bool)
- func (o *Portal12) GetVerifyUpstream() bool
- func (o *Portal12) GetVerifyUpstreamOk() (*bool, bool)
- func (o *Portal12) HasContent() bool
- func (o *Portal12) HasId() bool
- func (o *Portal12) HasPassword() bool
- func (o *Portal12) HasSubjectName() bool
- func (o *Portal12) HasVerifyUpstream() bool
- func (o Portal12) MarshalJSON() ([]byte, error)
- func (o *Portal12) SetContent(v string)
- func (o *Portal12) SetId(v string)
- func (o *Portal12) SetPassword(v string)
- func (o *Portal12) SetSubjectName(v string)
- func (o *Portal12) SetVerifyUpstream(v bool)
- type Portal12AllOf
- type PortalExternalProfilesInner
- func (o *PortalExternalProfilesInner) GetHostname() string
- func (o *PortalExternalProfilesInner) GetHostnameOk() (*string, bool)
- func (o *PortalExternalProfilesInner) GetId() string
- func (o *PortalExternalProfilesInner) GetIdOk() (*string, bool)
- func (o *PortalExternalProfilesInner) GetProfileName() string
- func (o *PortalExternalProfilesInner) GetProfileNameOk() (*string, bool)
- func (o *PortalExternalProfilesInner) GetUrl() string
- func (o *PortalExternalProfilesInner) GetUrlOk() (*string, bool)
- func (o *PortalExternalProfilesInner) HasHostname() bool
- func (o *PortalExternalProfilesInner) HasId() bool
- func (o *PortalExternalProfilesInner) HasProfileName() bool
- func (o *PortalExternalProfilesInner) HasUrl() bool
- func (o PortalExternalProfilesInner) MarshalJSON() ([]byte, error)
- func (o *PortalExternalProfilesInner) SetHostname(v string)
- func (o *PortalExternalProfilesInner) SetId(v string)
- func (o *PortalExternalProfilesInner) SetProfileName(v string)
- func (o *PortalExternalProfilesInner) SetUrl(v string)
- type PortalSignInCustomization
- func (o *PortalSignInCustomization) GetAutoRedirect() bool
- func (o *PortalSignInCustomization) GetAutoRedirectOk() (*bool, bool)
- func (o *PortalSignInCustomization) GetBackgroundColor() string
- func (o *PortalSignInCustomization) GetBackgroundColorOk() (*string, bool)
- func (o *PortalSignInCustomization) GetBackgroundImage() string
- func (o *PortalSignInCustomization) GetBackgroundImageOk() (*string, bool)
- func (o *PortalSignInCustomization) GetLogo() string
- func (o *PortalSignInCustomization) GetLogoOk() (*string, bool)
- func (o *PortalSignInCustomization) GetText() string
- func (o *PortalSignInCustomization) GetTextColor() string
- func (o *PortalSignInCustomization) GetTextColorOk() (*string, bool)
- func (o *PortalSignInCustomization) GetTextOk() (*string, bool)
- func (o *PortalSignInCustomization) HasAutoRedirect() bool
- func (o *PortalSignInCustomization) HasBackgroundColor() bool
- func (o *PortalSignInCustomization) HasBackgroundImage() bool
- func (o *PortalSignInCustomization) HasLogo() bool
- func (o *PortalSignInCustomization) HasText() bool
- func (o *PortalSignInCustomization) HasTextColor() bool
- func (o PortalSignInCustomization) MarshalJSON() ([]byte, error)
- func (o *PortalSignInCustomization) SetAutoRedirect(v bool)
- func (o *PortalSignInCustomization) SetBackgroundColor(v string)
- func (o *PortalSignInCustomization) SetBackgroundImage(v string)
- func (o *PortalSignInCustomization) SetLogo(v string)
- func (o *PortalSignInCustomization) SetText(v string)
- func (o *PortalSignInCustomization) SetTextColor(v string)
- type RadiusIdentityProviderList
- func (o *RadiusIdentityProviderList) GetData() []RadiusProvider
- func (o *RadiusIdentityProviderList) GetDataOk() ([]RadiusProvider, bool)
- func (o *RadiusIdentityProviderList) GetDescending() bool
- func (o *RadiusIdentityProviderList) GetDescendingOk() (*bool, bool)
- func (o *RadiusIdentityProviderList) GetFilterBy() []FilterBy
- func (o *RadiusIdentityProviderList) GetFilterByOk() ([]FilterBy, bool)
- func (o *RadiusIdentityProviderList) GetOrderBy() string
- func (o *RadiusIdentityProviderList) GetOrderByOk() (*string, bool)
- func (o *RadiusIdentityProviderList) GetQueries() []string
- func (o *RadiusIdentityProviderList) GetQueriesOk() ([]string, bool)
- func (o *RadiusIdentityProviderList) GetQuery() string
- func (o *RadiusIdentityProviderList) GetQueryOk() (*string, bool)
- func (o *RadiusIdentityProviderList) GetRange() string
- func (o *RadiusIdentityProviderList) GetRangeOk() (*string, bool)
- func (o *RadiusIdentityProviderList) HasData() bool
- func (o *RadiusIdentityProviderList) HasDescending() bool
- func (o *RadiusIdentityProviderList) HasFilterBy() bool
- func (o *RadiusIdentityProviderList) HasOrderBy() bool
- func (o *RadiusIdentityProviderList) HasQueries() bool
- func (o *RadiusIdentityProviderList) HasQuery() bool
- func (o *RadiusIdentityProviderList) HasRange() bool
- func (o RadiusIdentityProviderList) MarshalJSON() ([]byte, error)
- func (o *RadiusIdentityProviderList) SetData(v []RadiusProvider)
- func (o *RadiusIdentityProviderList) SetDescending(v bool)
- func (o *RadiusIdentityProviderList) SetFilterBy(v []FilterBy)
- func (o *RadiusIdentityProviderList) SetOrderBy(v string)
- func (o *RadiusIdentityProviderList) SetQueries(v []string)
- func (o *RadiusIdentityProviderList) SetQuery(v string)
- func (o *RadiusIdentityProviderList) SetRange(v string)
- type RadiusIdentityProvidersApiService
- func (a *RadiusIdentityProvidersApiService) IdentityProvidersGet(ctx context.Context) ApiRadiusIdentityProvidersGetRequest
- func (a *RadiusIdentityProvidersApiService) IdentityProvidersGetExecute(r ApiRadiusIdentityProvidersGetRequest) (*RadiusIdentityProviderList, *http.Response, error)
- func (a *RadiusIdentityProvidersApiService) IdentityProvidersIdAttributesPost(ctx context.Context, id string) ApiRadiusIdentityProvidersIdAttributesPostRequest
- func (a *RadiusIdentityProvidersApiService) IdentityProvidersIdAttributesPostExecute(r ApiRadiusIdentityProvidersIdAttributesPostRequest) (*IdentityProvidersIdAttributesPost200Response, *http.Response, error)
- func (a *RadiusIdentityProvidersApiService) IdentityProvidersIdDelete(ctx context.Context, id string) ApiRadiusIdentityProvidersIdDeleteRequest
- func (a *RadiusIdentityProvidersApiService) IdentityProvidersIdDeleteExecute(r ApiRadiusIdentityProvidersIdDeleteRequest) (*http.Response, error)
- func (a *RadiusIdentityProvidersApiService) IdentityProvidersIdGet(ctx context.Context, id string) ApiRadiusIdentityProvidersIdGetRequest
- func (a *RadiusIdentityProvidersApiService) IdentityProvidersIdGetExecute(r ApiRadiusIdentityProvidersIdGetRequest) (*RadiusProvider, *http.Response, error)
- func (a *RadiusIdentityProvidersApiService) IdentityProvidersIdPut(ctx context.Context, id string) ApiRadiusIdentityProvidersIdPutRequest
- func (a *RadiusIdentityProvidersApiService) IdentityProvidersIdPutExecute(r ApiRadiusIdentityProvidersIdPutRequest) (*RadiusProvider, *http.Response, error)
- func (a *RadiusIdentityProvidersApiService) IdentityProvidersPost(ctx context.Context) ApiRadiusIdentityProvidersPostRequest
- func (a *RadiusIdentityProvidersApiService) IdentityProvidersPostExecute(r ApiRadiusIdentityProvidersPostRequest) (*RadiusProvider, *http.Response, error)
- func (a *RadiusIdentityProvidersApiService) IdentityProvidersTestPost(ctx context.Context) ApiRadiusIdentityProvidersTestPostRequest
- func (a *RadiusIdentityProvidersApiService) IdentityProvidersTestPostExecute(r ApiRadiusIdentityProvidersTestPostRequest) (*IdentityProvidersTestPost200Response, *http.Response, error)
- type RadiusProvider
- func (o *RadiusProvider) GetAdminProvider() bool
- func (o *RadiusProvider) GetAdminProviderOk() (*bool, bool)
- func (o *RadiusProvider) GetAuthenticationProtocol() string
- func (o *RadiusProvider) GetAuthenticationProtocolOk() (*string, bool)
- func (o *RadiusProvider) GetBlockLocalDnsRequests() bool
- func (o *RadiusProvider) GetBlockLocalDnsRequestsOk() (*bool, bool)
- func (o *RadiusProvider) GetClaimMappings() []ClaimMappingsInner
- func (o *RadiusProvider) GetClaimMappingsOk() ([]ClaimMappingsInner, bool)
- func (o *RadiusProvider) GetCreated() time.Time
- func (o *RadiusProvider) GetCreatedOk() (*time.Time, bool)
- func (o *RadiusProvider) GetDeviceLimitPerUser() int32
- func (o *RadiusProvider) GetDeviceLimitPerUserOk() (*int32, bool)
- func (o *RadiusProvider) GetDnsSearchDomains() []string
- func (o *RadiusProvider) GetDnsSearchDomainsOk() ([]string, bool)
- func (o *RadiusProvider) GetDnsServers() []string
- func (o *RadiusProvider) GetDnsServersOk() ([]string, bool)
- func (o *RadiusProvider) GetEnforceWindowsNetworkProfileAsDomain() bool
- func (o *RadiusProvider) GetEnforceWindowsNetworkProfileAsDomainOk() (*bool, bool)
- func (o *RadiusProvider) GetHostnames() []string
- func (o *RadiusProvider) GetHostnamesOk() ([]string, bool)
- func (o *RadiusProvider) GetId() string
- func (o *RadiusProvider) GetIdOk() (*string, bool)
- func (o *RadiusProvider) GetInactivityTimeoutMinutes() int32
- func (o *RadiusProvider) GetInactivityTimeoutMinutesOk() (*int32, bool)
- func (o *RadiusProvider) GetIpPoolV4() string
- func (o *RadiusProvider) GetIpPoolV4Ok() (*string, bool)
- func (o *RadiusProvider) GetIpPoolV6() string
- func (o *RadiusProvider) GetIpPoolV6Ok() (*string, bool)
- func (o *RadiusProvider) GetName() string
- func (o *RadiusProvider) GetNameOk() (*string, bool)
- func (o *RadiusProvider) GetNetworkInactivityTimeoutEnabled() bool
- func (o *RadiusProvider) GetNetworkInactivityTimeoutEnabledOk() (*bool, bool)
- func (o *RadiusProvider) GetNotes() string
- func (o *RadiusProvider) GetNotesOk() (*string, bool)
- func (o *RadiusProvider) GetOnBoarding2FA() ConfigurableIdentityProviderAllOfOnBoarding2FA
- func (o *RadiusProvider) GetOnBoarding2FAOk() (*ConfigurableIdentityProviderAllOfOnBoarding2FA, bool)
- func (o *RadiusProvider) GetOnDemandClaimMappings() []OnDemandClaimMappingsInner
- func (o *RadiusProvider) GetOnDemandClaimMappingsOk() ([]OnDemandClaimMappingsInner, bool)
- func (o *RadiusProvider) GetPort() int32
- func (o *RadiusProvider) GetPortOk() (*int32, bool)
- func (o *RadiusProvider) GetSharedSecret() string
- func (o *RadiusProvider) GetSharedSecretOk() (*string, bool)
- func (o *RadiusProvider) GetTags() []string
- func (o *RadiusProvider) GetTagsOk() ([]string, bool)
- func (o *RadiusProvider) GetType() string
- func (o *RadiusProvider) GetTypeOk() (*string, bool)
- func (o *RadiusProvider) GetUpdated() time.Time
- func (o *RadiusProvider) GetUpdatedOk() (*time.Time, bool)
- func (o *RadiusProvider) GetUserScripts() []string
- func (o *RadiusProvider) GetUserScriptsOk() ([]string, bool)
- func (o *RadiusProvider) HasAdminProvider() bool
- func (o *RadiusProvider) HasAuthenticationProtocol() bool
- func (o *RadiusProvider) HasBlockLocalDnsRequests() bool
- func (o *RadiusProvider) HasClaimMappings() bool
- func (o *RadiusProvider) HasCreated() bool
- func (o *RadiusProvider) HasDeviceLimitPerUser() bool
- func (o *RadiusProvider) HasDnsSearchDomains() bool
- func (o *RadiusProvider) HasDnsServers() bool
- func (o *RadiusProvider) HasEnforceWindowsNetworkProfileAsDomain() bool
- func (o *RadiusProvider) HasId() bool
- func (o *RadiusProvider) HasInactivityTimeoutMinutes() bool
- func (o *RadiusProvider) HasIpPoolV4() bool
- func (o *RadiusProvider) HasIpPoolV6() bool
- func (o *RadiusProvider) HasNetworkInactivityTimeoutEnabled() bool
- func (o *RadiusProvider) HasNotes() bool
- func (o *RadiusProvider) HasOnBoarding2FA() bool
- func (o *RadiusProvider) HasOnDemandClaimMappings() bool
- func (o *RadiusProvider) HasPort() bool
- func (o *RadiusProvider) HasTags() bool
- func (o *RadiusProvider) HasUpdated() bool
- func (o *RadiusProvider) HasUserScripts() bool
- func (o RadiusProvider) MarshalJSON() ([]byte, error)
- func (o *RadiusProvider) SetAdminProvider(v bool)
- func (o *RadiusProvider) SetAuthenticationProtocol(v string)
- func (o *RadiusProvider) SetBlockLocalDnsRequests(v bool)
- func (o *RadiusProvider) SetClaimMappings(v []ClaimMappingsInner)
- func (o *RadiusProvider) SetCreated(v time.Time)
- func (o *RadiusProvider) SetDeviceLimitPerUser(v int32)
- func (o *RadiusProvider) SetDnsSearchDomains(v []string)
- func (o *RadiusProvider) SetDnsServers(v []string)
- func (o *RadiusProvider) SetEnforceWindowsNetworkProfileAsDomain(v bool)
- func (o *RadiusProvider) SetHostnames(v []string)
- func (o *RadiusProvider) SetId(v string)
- func (o *RadiusProvider) SetInactivityTimeoutMinutes(v int32)
- func (o *RadiusProvider) SetIpPoolV4(v string)
- func (o *RadiusProvider) SetIpPoolV6(v string)
- func (o *RadiusProvider) SetName(v string)
- func (o *RadiusProvider) SetNetworkInactivityTimeoutEnabled(v bool)
- func (o *RadiusProvider) SetNotes(v string)
- func (o *RadiusProvider) SetOnBoarding2FA(v ConfigurableIdentityProviderAllOfOnBoarding2FA)
- func (o *RadiusProvider) SetOnDemandClaimMappings(v []OnDemandClaimMappingsInner)
- func (o *RadiusProvider) SetPort(v int32)
- func (o *RadiusProvider) SetSharedSecret(v string)
- func (o *RadiusProvider) SetTags(v []string)
- func (o *RadiusProvider) SetType(v string)
- func (o *RadiusProvider) SetUpdated(v time.Time)
- func (o *RadiusProvider) SetUserScripts(v []string)
- type RadiusProviderAllOf
- func (o *RadiusProviderAllOf) GetAuthenticationProtocol() string
- func (o *RadiusProviderAllOf) GetAuthenticationProtocolOk() (*string, bool)
- func (o *RadiusProviderAllOf) GetHostnames() []string
- func (o *RadiusProviderAllOf) GetHostnamesOk() ([]string, bool)
- func (o *RadiusProviderAllOf) GetPort() int32
- func (o *RadiusProviderAllOf) GetPortOk() (*int32, bool)
- func (o *RadiusProviderAllOf) GetSharedSecret() string
- func (o *RadiusProviderAllOf) GetSharedSecretOk() (*string, bool)
- func (o *RadiusProviderAllOf) HasAuthenticationProtocol() bool
- func (o *RadiusProviderAllOf) HasPort() bool
- func (o RadiusProviderAllOf) MarshalJSON() ([]byte, error)
- func (o *RadiusProviderAllOf) SetAuthenticationProtocol(v string)
- func (o *RadiusProviderAllOf) SetHostnames(v []string)
- func (o *RadiusProviderAllOf) SetPort(v int32)
- func (o *RadiusProviderAllOf) SetSharedSecret(v string)
- type RegisteredDevicesApiService
- func (a *RegisteredDevicesApiService) OnBoardedDevicesDistinguishedNameDelete(ctx context.Context, distinguishedName string) ApiOnBoardedDevicesDistinguishedNameDeleteRequest
- func (a *RegisteredDevicesApiService) OnBoardedDevicesDistinguishedNameDeleteExecute(r ApiOnBoardedDevicesDistinguishedNameDeleteRequest) (*http.Response, error)
- func (a *RegisteredDevicesApiService) OnBoardedDevicesGet(ctx context.Context) ApiOnBoardedDevicesGetRequest
- func (a *RegisteredDevicesApiService) OnBoardedDevicesGetExecute(r ApiOnBoardedDevicesGetRequest) (*OnBoardedDeviceList, *http.Response, error)
- type RegistrationToken
- type RemedyMethod
- func (o *RemedyMethod) GetClaimSuffix() string
- func (o *RemedyMethod) GetClaimSuffixOk() (*string, bool)
- func (o *RemedyMethod) GetMessage() string
- func (o *RemedyMethod) GetMessageOk() (*string, bool)
- func (o *RemedyMethod) GetProviderId() string
- func (o *RemedyMethod) GetProviderIdOk() (*string, bool)
- func (o *RemedyMethod) GetType() string
- func (o *RemedyMethod) GetTypeOk() (*string, bool)
- func (o *RemedyMethod) HasClaimSuffix() bool
- func (o *RemedyMethod) HasProviderId() bool
- func (o RemedyMethod) MarshalJSON() ([]byte, error)
- func (o *RemedyMethod) SetClaimSuffix(v string)
- func (o *RemedyMethod) SetMessage(v string)
- func (o *RemedyMethod) SetProviderId(v string)
- func (o *RemedyMethod) SetType(v string)
- type ResultList
- func (o *ResultList) GetDescending() bool
- func (o *ResultList) GetDescendingOk() (*bool, bool)
- func (o *ResultList) GetFilterBy() []FilterBy
- func (o *ResultList) GetFilterByOk() ([]FilterBy, bool)
- func (o *ResultList) GetOrderBy() string
- func (o *ResultList) GetOrderByOk() (*string, bool)
- func (o *ResultList) GetQueries() []string
- func (o *ResultList) GetQueriesOk() ([]string, bool)
- func (o *ResultList) GetRange() string
- func (o *ResultList) GetRangeOk() (*string, bool)
- func (o *ResultList) HasDescending() bool
- func (o *ResultList) HasFilterBy() bool
- func (o *ResultList) HasOrderBy() bool
- func (o *ResultList) HasQueries() bool
- func (o *ResultList) HasRange() bool
- func (o ResultList) MarshalJSON() ([]byte, error)
- func (o *ResultList) SetDescending(v bool)
- func (o *ResultList) SetFilterBy(v []FilterBy)
- func (o *ResultList) SetOrderBy(v string)
- func (o *ResultList) SetQueries(v []string)
- func (o *ResultList) SetRange(v string)
- type ResultListAllOf
- func (o *ResultListAllOf) GetFilterBy() []FilterBy
- func (o *ResultListAllOf) GetFilterByOk() ([]FilterBy, bool)
- func (o *ResultListAllOf) GetQueries() []string
- func (o *ResultListAllOf) GetQueriesOk() ([]string, bool)
- func (o *ResultListAllOf) HasFilterBy() bool
- func (o *ResultListAllOf) HasQueries() bool
- func (o ResultListAllOf) MarshalJSON() ([]byte, error)
- func (o *ResultListAllOf) SetFilterBy(v []FilterBy)
- func (o *ResultListAllOf) SetQueries(v []string)
- type ResultListBase
- func (o *ResultListBase) GetDescending() bool
- func (o *ResultListBase) GetDescendingOk() (*bool, bool)
- func (o *ResultListBase) GetOrderBy() string
- func (o *ResultListBase) GetOrderByOk() (*string, bool)
- func (o *ResultListBase) GetRange() string
- func (o *ResultListBase) GetRangeOk() (*string, bool)
- func (o *ResultListBase) HasDescending() bool
- func (o *ResultListBase) HasOrderBy() bool
- func (o *ResultListBase) HasRange() bool
- func (o ResultListBase) MarshalJSON() ([]byte, error)
- func (o *ResultListBase) SetDescending(v bool)
- func (o *ResultListBase) SetOrderBy(v string)
- func (o *ResultListBase) SetRange(v string)
- type ResultListWithoutFilterBy
- func (o *ResultListWithoutFilterBy) GetDescending() bool
- func (o *ResultListWithoutFilterBy) GetDescendingOk() (*bool, bool)
- func (o *ResultListWithoutFilterBy) GetOrderBy() string
- func (o *ResultListWithoutFilterBy) GetOrderByOk() (*string, bool)
- func (o *ResultListWithoutFilterBy) GetQueries() []string
- func (o *ResultListWithoutFilterBy) GetQueriesOk() ([]string, bool)
- func (o *ResultListWithoutFilterBy) GetRange() string
- func (o *ResultListWithoutFilterBy) GetRangeOk() (*string, bool)
- func (o *ResultListWithoutFilterBy) HasDescending() bool
- func (o *ResultListWithoutFilterBy) HasOrderBy() bool
- func (o *ResultListWithoutFilterBy) HasQueries() bool
- func (o *ResultListWithoutFilterBy) HasRange() bool
- func (o ResultListWithoutFilterBy) MarshalJSON() ([]byte, error)
- func (o *ResultListWithoutFilterBy) SetDescending(v bool)
- func (o *ResultListWithoutFilterBy) SetOrderBy(v string)
- func (o *ResultListWithoutFilterBy) SetQueries(v []string)
- func (o *ResultListWithoutFilterBy) SetRange(v string)
- type RingfenceRule
- func (o *RingfenceRule) GetActions() []RingfenceRuleAllOfActions
- func (o *RingfenceRule) GetActionsOk() ([]RingfenceRuleAllOfActions, bool)
- func (o *RingfenceRule) GetCreated() time.Time
- func (o *RingfenceRule) GetCreatedOk() (*time.Time, bool)
- func (o *RingfenceRule) GetId() string
- func (o *RingfenceRule) GetIdOk() (*string, bool)
- func (o *RingfenceRule) GetName() string
- func (o *RingfenceRule) GetNameOk() (*string, bool)
- func (o *RingfenceRule) GetNotes() string
- func (o *RingfenceRule) GetNotesOk() (*string, bool)
- func (o *RingfenceRule) GetTags() []string
- func (o *RingfenceRule) GetTagsOk() ([]string, bool)
- func (o *RingfenceRule) GetUpdated() time.Time
- func (o *RingfenceRule) GetUpdatedOk() (*time.Time, bool)
- func (o *RingfenceRule) HasCreated() bool
- func (o *RingfenceRule) HasId() bool
- func (o *RingfenceRule) HasNotes() bool
- func (o *RingfenceRule) HasTags() bool
- func (o *RingfenceRule) HasUpdated() bool
- func (o RingfenceRule) MarshalJSON() ([]byte, error)
- func (o *RingfenceRule) SetActions(v []RingfenceRuleAllOfActions)
- func (o *RingfenceRule) SetCreated(v time.Time)
- func (o *RingfenceRule) SetId(v string)
- func (o *RingfenceRule) SetName(v string)
- func (o *RingfenceRule) SetNotes(v string)
- func (o *RingfenceRule) SetTags(v []string)
- func (o *RingfenceRule) SetUpdated(v time.Time)
- type RingfenceRuleAllOf
- type RingfenceRuleAllOfActions
- func (o *RingfenceRuleAllOfActions) GetAction() string
- func (o *RingfenceRuleAllOfActions) GetActionOk() (*string, bool)
- func (o *RingfenceRuleAllOfActions) GetDirection() string
- func (o *RingfenceRuleAllOfActions) GetDirectionOk() (*string, bool)
- func (o *RingfenceRuleAllOfActions) GetHosts() []string
- func (o *RingfenceRuleAllOfActions) GetHostsOk() ([]string, bool)
- func (o *RingfenceRuleAllOfActions) GetPorts() []string
- func (o *RingfenceRuleAllOfActions) GetPortsOk() ([]string, bool)
- func (o *RingfenceRuleAllOfActions) GetProtocol() string
- func (o *RingfenceRuleAllOfActions) GetProtocolOk() (*string, bool)
- func (o *RingfenceRuleAllOfActions) GetTypes() []string
- func (o *RingfenceRuleAllOfActions) GetTypesOk() ([]string, bool)
- func (o *RingfenceRuleAllOfActions) HasPorts() bool
- func (o *RingfenceRuleAllOfActions) HasTypes() bool
- func (o RingfenceRuleAllOfActions) MarshalJSON() ([]byte, error)
- func (o *RingfenceRuleAllOfActions) SetAction(v string)
- func (o *RingfenceRuleAllOfActions) SetDirection(v string)
- func (o *RingfenceRuleAllOfActions) SetHosts(v []string)
- func (o *RingfenceRuleAllOfActions) SetPorts(v []string)
- func (o *RingfenceRuleAllOfActions) SetProtocol(v string)
- func (o *RingfenceRuleAllOfActions) SetTypes(v []string)
- type RingfenceRuleList
- func (o *RingfenceRuleList) GetData() []RingfenceRule
- func (o *RingfenceRuleList) GetDataOk() ([]RingfenceRule, bool)
- func (o *RingfenceRuleList) GetDescending() bool
- func (o *RingfenceRuleList) GetDescendingOk() (*bool, bool)
- func (o *RingfenceRuleList) GetFilterBy() []FilterBy
- func (o *RingfenceRuleList) GetFilterByOk() ([]FilterBy, bool)
- func (o *RingfenceRuleList) GetOrderBy() string
- func (o *RingfenceRuleList) GetOrderByOk() (*string, bool)
- func (o *RingfenceRuleList) GetQueries() []string
- func (o *RingfenceRuleList) GetQueriesOk() ([]string, bool)
- func (o *RingfenceRuleList) GetRange() string
- func (o *RingfenceRuleList) GetRangeOk() (*string, bool)
- func (o *RingfenceRuleList) HasData() bool
- func (o *RingfenceRuleList) HasDescending() bool
- func (o *RingfenceRuleList) HasFilterBy() bool
- func (o *RingfenceRuleList) HasOrderBy() bool
- func (o *RingfenceRuleList) HasQueries() bool
- func (o *RingfenceRuleList) HasRange() bool
- func (o RingfenceRuleList) MarshalJSON() ([]byte, error)
- func (o *RingfenceRuleList) SetData(v []RingfenceRule)
- func (o *RingfenceRuleList) SetDescending(v bool)
- func (o *RingfenceRuleList) SetFilterBy(v []FilterBy)
- func (o *RingfenceRuleList) SetOrderBy(v string)
- func (o *RingfenceRuleList) SetQueries(v []string)
- func (o *RingfenceRuleList) SetRange(v string)
- type RingfenceRuleListAllOf
- type RingfenceRulesApiService
- func (a *RingfenceRulesApiService) RingfenceRulesGet(ctx context.Context) ApiRingfenceRulesGetRequest
- func (a *RingfenceRulesApiService) RingfenceRulesGetExecute(r ApiRingfenceRulesGetRequest) (*RingfenceRuleList, *http.Response, error)
- func (a *RingfenceRulesApiService) RingfenceRulesIdDelete(ctx context.Context, id string) ApiRingfenceRulesIdDeleteRequest
- func (a *RingfenceRulesApiService) RingfenceRulesIdDeleteExecute(r ApiRingfenceRulesIdDeleteRequest) (*http.Response, error)
- func (a *RingfenceRulesApiService) RingfenceRulesIdGet(ctx context.Context, id string) ApiRingfenceRulesIdGetRequest
- func (a *RingfenceRulesApiService) RingfenceRulesIdGetExecute(r ApiRingfenceRulesIdGetRequest) (*RingfenceRule, *http.Response, error)
- func (a *RingfenceRulesApiService) RingfenceRulesIdPut(ctx context.Context, id string) ApiRingfenceRulesIdPutRequest
- func (a *RingfenceRulesApiService) RingfenceRulesIdPutExecute(r ApiRingfenceRulesIdPutRequest) (*RingfenceRule, *http.Response, error)
- func (a *RingfenceRulesApiService) RingfenceRulesPost(ctx context.Context) ApiRingfenceRulesPostRequest
- func (a *RingfenceRulesApiService) RingfenceRulesPostExecute(r ApiRingfenceRulesPostRequest) (*RingfenceRule, *http.Response, error)
- type Risk
- func (o *Risk) GetAction() string
- func (o *Risk) GetActionOk() (*string, bool)
- func (o *Risk) GetDenyMessage() string
- func (o *Risk) GetDenyMessageOk() (*string, bool)
- func (o *Risk) GetUserAction() RiskUserAction
- func (o *Risk) GetUserActionOk() (*RiskUserAction, bool)
- func (o *Risk) HasAction() bool
- func (o *Risk) HasDenyMessage() bool
- func (o *Risk) HasUserAction() bool
- func (o Risk) MarshalJSON() ([]byte, error)
- func (o *Risk) SetAction(v string)
- func (o *Risk) SetDenyMessage(v string)
- func (o *Risk) SetUserAction(v RiskUserAction)
- type RiskModel
- func (o *RiskModel) GetHighSensitivity() Sensitivity
- func (o *RiskModel) GetHighSensitivityOk() (*Sensitivity, bool)
- func (o *RiskModel) GetLowSensitivity() Sensitivity
- func (o *RiskModel) GetLowSensitivityOk() (*Sensitivity, bool)
- func (o *RiskModel) GetMediumSensitivity() Sensitivity
- func (o *RiskModel) GetMediumSensitivityOk() (*Sensitivity, bool)
- func (o *RiskModel) GetZtpRuleId() string
- func (o *RiskModel) GetZtpRuleIdOk() (*string, bool)
- func (o *RiskModel) HasHighSensitivity() bool
- func (o *RiskModel) HasLowSensitivity() bool
- func (o *RiskModel) HasMediumSensitivity() bool
- func (o *RiskModel) HasZtpRuleId() bool
- func (o RiskModel) MarshalJSON() ([]byte, error)
- func (o *RiskModel) SetHighSensitivity(v Sensitivity)
- func (o *RiskModel) SetLowSensitivity(v Sensitivity)
- func (o *RiskModel) SetMediumSensitivity(v Sensitivity)
- func (o *RiskModel) SetZtpRuleId(v string)
- type RiskModelApiService
- func (a *RiskModelApiService) RiskModelGet(ctx context.Context) ApiRiskModelGetRequest
- func (a *RiskModelApiService) RiskModelGetExecute(r ApiRiskModelGetRequest) (*RiskModel, *http.Response, error)
- func (a *RiskModelApiService) RiskModelPut(ctx context.Context) ApiRiskModelPutRequest
- func (a *RiskModelApiService) RiskModelPutExecute(r ApiRiskModelPutRequest) (*http.Response, error)
- type RiskUserAction
- func (o *RiskUserAction) GetClaimSuffix() string
- func (o *RiskUserAction) GetClaimSuffixOk() (*string, bool)
- func (o *RiskUserAction) GetMessage() string
- func (o *RiskUserAction) GetMessageOk() (*string, bool)
- func (o *RiskUserAction) GetProviderId() string
- func (o *RiskUserAction) GetProviderIdOk() (*string, bool)
- func (o *RiskUserAction) GetType() string
- func (o *RiskUserAction) GetTypeOk() (*string, bool)
- func (o *RiskUserAction) HasClaimSuffix() bool
- func (o *RiskUserAction) HasProviderId() bool
- func (o RiskUserAction) MarshalJSON() ([]byte, error)
- func (o *RiskUserAction) SetClaimSuffix(v string)
- func (o *RiskUserAction) SetMessage(v string)
- func (o *RiskUserAction) SetProviderId(v string)
- func (o *RiskUserAction) SetType(v string)
- type RiskUserActionAllOf
- type SSHConfig
- func (o *SSHConfig) GetAllowCustomization() bool
- func (o *SSHConfig) GetAllowCustomizationOk() (*bool, bool)
- func (o *SSHConfig) GetPassword() string
- func (o *SSHConfig) GetPasswordOk() (*string, bool)
- func (o *SSHConfig) GetProvideCloudSSHKey() bool
- func (o *SSHConfig) GetProvideCloudSSHKeyOk() (*bool, bool)
- func (o *SSHConfig) GetSshKey() string
- func (o *SSHConfig) GetSshKeyOk() (*string, bool)
- func (o *SSHConfig) GetValidityDays() float32
- func (o *SSHConfig) GetValidityDaysOk() (*float32, bool)
- func (o *SSHConfig) HasAllowCustomization() bool
- func (o *SSHConfig) HasPassword() bool
- func (o *SSHConfig) HasProvideCloudSSHKey() bool
- func (o *SSHConfig) HasSshKey() bool
- func (o *SSHConfig) HasValidityDays() bool
- func (o SSHConfig) MarshalJSON() ([]byte, error)
- func (o *SSHConfig) SetAllowCustomization(v bool)
- func (o *SSHConfig) SetPassword(v string)
- func (o *SSHConfig) SetProvideCloudSSHKey(v bool)
- func (o *SSHConfig) SetSshKey(v string)
- func (o *SSHConfig) SetValidityDays(v float32)
- type SamlIdentityProviderList
- func (o *SamlIdentityProviderList) GetData() []SamlProvider
- func (o *SamlIdentityProviderList) GetDataOk() ([]SamlProvider, bool)
- func (o *SamlIdentityProviderList) GetDescending() bool
- func (o *SamlIdentityProviderList) GetDescendingOk() (*bool, bool)
- func (o *SamlIdentityProviderList) GetFilterBy() []FilterBy
- func (o *SamlIdentityProviderList) GetFilterByOk() ([]FilterBy, bool)
- func (o *SamlIdentityProviderList) GetOrderBy() string
- func (o *SamlIdentityProviderList) GetOrderByOk() (*string, bool)
- func (o *SamlIdentityProviderList) GetQueries() []string
- func (o *SamlIdentityProviderList) GetQueriesOk() ([]string, bool)
- func (o *SamlIdentityProviderList) GetQuery() string
- func (o *SamlIdentityProviderList) GetQueryOk() (*string, bool)
- func (o *SamlIdentityProviderList) GetRange() string
- func (o *SamlIdentityProviderList) GetRangeOk() (*string, bool)
- func (o *SamlIdentityProviderList) HasData() bool
- func (o *SamlIdentityProviderList) HasDescending() bool
- func (o *SamlIdentityProviderList) HasFilterBy() bool
- func (o *SamlIdentityProviderList) HasOrderBy() bool
- func (o *SamlIdentityProviderList) HasQueries() bool
- func (o *SamlIdentityProviderList) HasQuery() bool
- func (o *SamlIdentityProviderList) HasRange() bool
- func (o SamlIdentityProviderList) MarshalJSON() ([]byte, error)
- func (o *SamlIdentityProviderList) SetData(v []SamlProvider)
- func (o *SamlIdentityProviderList) SetDescending(v bool)
- func (o *SamlIdentityProviderList) SetFilterBy(v []FilterBy)
- func (o *SamlIdentityProviderList) SetOrderBy(v string)
- func (o *SamlIdentityProviderList) SetQueries(v []string)
- func (o *SamlIdentityProviderList) SetQuery(v string)
- func (o *SamlIdentityProviderList) SetRange(v string)
- type SamlIdentityProvidersApiService
- func (a *SamlIdentityProvidersApiService) IdentityProvidersGet(ctx context.Context) ApiSamlIdentityProvidersGetRequest
- func (a *SamlIdentityProvidersApiService) IdentityProvidersGetExecute(r ApiSamlIdentityProvidersGetRequest) (*SamlIdentityProviderList, *http.Response, error)
- func (a *SamlIdentityProvidersApiService) IdentityProvidersIdAttributesPost(ctx context.Context, id string) ApiSamlIdentityProvidersIdAttributesPostRequest
- func (a *SamlIdentityProvidersApiService) IdentityProvidersIdAttributesPostExecute(r ApiSamlIdentityProvidersIdAttributesPostRequest) (*IdentityProvidersIdAttributesPost200Response, *http.Response, error)
- func (a *SamlIdentityProvidersApiService) IdentityProvidersIdDelete(ctx context.Context, id string) ApiSamlIdentityProvidersIdDeleteRequest
- func (a *SamlIdentityProvidersApiService) IdentityProvidersIdDeleteExecute(r ApiSamlIdentityProvidersIdDeleteRequest) (*http.Response, error)
- func (a *SamlIdentityProvidersApiService) IdentityProvidersIdGet(ctx context.Context, id string) ApiSamlIdentityProvidersIdGetRequest
- func (a *SamlIdentityProvidersApiService) IdentityProvidersIdGetExecute(r ApiSamlIdentityProvidersIdGetRequest) (*SamlProvider, *http.Response, error)
- func (a *SamlIdentityProvidersApiService) IdentityProvidersIdPut(ctx context.Context, id string) ApiSamlIdentityProvidersIdPutRequest
- func (a *SamlIdentityProvidersApiService) IdentityProvidersIdPutExecute(r ApiSamlIdentityProvidersIdPutRequest) (*SamlProvider, *http.Response, error)
- func (a *SamlIdentityProvidersApiService) IdentityProvidersPost(ctx context.Context) ApiSamlIdentityProvidersPostRequest
- func (a *SamlIdentityProvidersApiService) IdentityProvidersPostExecute(r ApiSamlIdentityProvidersPostRequest) (*SamlProvider, *http.Response, error)
- func (a *SamlIdentityProvidersApiService) IdentityProvidersTestPost(ctx context.Context) ApiSamlIdentityProvidersTestPostRequest
- func (a *SamlIdentityProvidersApiService) IdentityProvidersTestPostExecute(r ApiSamlIdentityProvidersTestPostRequest) (*IdentityProvidersTestPost200Response, *http.Response, error)
- type SamlProvider
- func (o *SamlProvider) GetAdminProvider() bool
- func (o *SamlProvider) GetAdminProviderOk() (*bool, bool)
- func (o *SamlProvider) GetAudience() string
- func (o *SamlProvider) GetAudienceOk() (*string, bool)
- func (o *SamlProvider) GetBlockLocalDnsRequests() bool
- func (o *SamlProvider) GetBlockLocalDnsRequestsOk() (*bool, bool)
- func (o *SamlProvider) GetClaimMappings() []ClaimMappingsInner
- func (o *SamlProvider) GetClaimMappingsOk() ([]ClaimMappingsInner, bool)
- func (o *SamlProvider) GetCreated() time.Time
- func (o *SamlProvider) GetCreatedOk() (*time.Time, bool)
- func (o *SamlProvider) GetDecryptionKey() string
- func (o *SamlProvider) GetDecryptionKeyOk() (*string, bool)
- func (o *SamlProvider) GetDeviceLimitPerUser() int32
- func (o *SamlProvider) GetDeviceLimitPerUserOk() (*int32, bool)
- func (o *SamlProvider) GetDnsSearchDomains() []string
- func (o *SamlProvider) GetDnsSearchDomainsOk() ([]string, bool)
- func (o *SamlProvider) GetDnsServers() []string
- func (o *SamlProvider) GetDnsServersOk() ([]string, bool)
- func (o *SamlProvider) GetEnforceWindowsNetworkProfileAsDomain() bool
- func (o *SamlProvider) GetEnforceWindowsNetworkProfileAsDomainOk() (*bool, bool)
- func (o *SamlProvider) GetForceAuthn() bool
- func (o *SamlProvider) GetForceAuthnOk() (*bool, bool)
- func (o *SamlProvider) GetId() string
- func (o *SamlProvider) GetIdOk() (*string, bool)
- func (o *SamlProvider) GetInactivityTimeoutMinutes() int32
- func (o *SamlProvider) GetInactivityTimeoutMinutesOk() (*int32, bool)
- func (o *SamlProvider) GetIpPoolV4() string
- func (o *SamlProvider) GetIpPoolV4Ok() (*string, bool)
- func (o *SamlProvider) GetIpPoolV6() string
- func (o *SamlProvider) GetIpPoolV6Ok() (*string, bool)
- func (o *SamlProvider) GetIssuer() string
- func (o *SamlProvider) GetIssuerOk() (*string, bool)
- func (o *SamlProvider) GetName() string
- func (o *SamlProvider) GetNameOk() (*string, bool)
- func (o *SamlProvider) GetNetworkInactivityTimeoutEnabled() bool
- func (o *SamlProvider) GetNetworkInactivityTimeoutEnabledOk() (*bool, bool)
- func (o *SamlProvider) GetNotes() string
- func (o *SamlProvider) GetNotesOk() (*string, bool)
- func (o *SamlProvider) GetOnBoarding2FA() ConfigurableIdentityProviderAllOfOnBoarding2FA
- func (o *SamlProvider) GetOnBoarding2FAOk() (*ConfigurableIdentityProviderAllOfOnBoarding2FA, bool)
- func (o *SamlProvider) GetOnDemandClaimMappings() []OnDemandClaimMappingsInner
- func (o *SamlProvider) GetOnDemandClaimMappingsOk() ([]OnDemandClaimMappingsInner, bool)
- func (o *SamlProvider) GetProviderCertificate() string
- func (o *SamlProvider) GetProviderCertificateOk() (*string, bool)
- func (o *SamlProvider) GetRedirectUrl() string
- func (o *SamlProvider) GetRedirectUrlOk() (*string, bool)
- func (o *SamlProvider) GetTags() []string
- func (o *SamlProvider) GetTagsOk() ([]string, bool)
- func (o *SamlProvider) GetType() string
- func (o *SamlProvider) GetTypeOk() (*string, bool)
- func (o *SamlProvider) GetUpdated() time.Time
- func (o *SamlProvider) GetUpdatedOk() (*time.Time, bool)
- func (o *SamlProvider) GetUserScripts() []string
- func (o *SamlProvider) GetUserScriptsOk() ([]string, bool)
- func (o *SamlProvider) HasAdminProvider() bool
- func (o *SamlProvider) HasBlockLocalDnsRequests() bool
- func (o *SamlProvider) HasClaimMappings() bool
- func (o *SamlProvider) HasCreated() bool
- func (o *SamlProvider) HasDecryptionKey() bool
- func (o *SamlProvider) HasDeviceLimitPerUser() bool
- func (o *SamlProvider) HasDnsSearchDomains() bool
- func (o *SamlProvider) HasDnsServers() bool
- func (o *SamlProvider) HasEnforceWindowsNetworkProfileAsDomain() bool
- func (o *SamlProvider) HasForceAuthn() bool
- func (o *SamlProvider) HasId() bool
- func (o *SamlProvider) HasInactivityTimeoutMinutes() bool
- func (o *SamlProvider) HasIpPoolV4() bool
- func (o *SamlProvider) HasIpPoolV6() bool
- func (o *SamlProvider) HasNetworkInactivityTimeoutEnabled() bool
- func (o *SamlProvider) HasNotes() bool
- func (o *SamlProvider) HasOnBoarding2FA() bool
- func (o *SamlProvider) HasOnDemandClaimMappings() bool
- func (o *SamlProvider) HasTags() bool
- func (o *SamlProvider) HasUpdated() bool
- func (o *SamlProvider) HasUserScripts() bool
- func (o SamlProvider) MarshalJSON() ([]byte, error)
- func (o *SamlProvider) SetAdminProvider(v bool)
- func (o *SamlProvider) SetAudience(v string)
- func (o *SamlProvider) SetBlockLocalDnsRequests(v bool)
- func (o *SamlProvider) SetClaimMappings(v []ClaimMappingsInner)
- func (o *SamlProvider) SetCreated(v time.Time)
- func (o *SamlProvider) SetDecryptionKey(v string)
- func (o *SamlProvider) SetDeviceLimitPerUser(v int32)
- func (o *SamlProvider) SetDnsSearchDomains(v []string)
- func (o *SamlProvider) SetDnsServers(v []string)
- func (o *SamlProvider) SetEnforceWindowsNetworkProfileAsDomain(v bool)
- func (o *SamlProvider) SetForceAuthn(v bool)
- func (o *SamlProvider) SetId(v string)
- func (o *SamlProvider) SetInactivityTimeoutMinutes(v int32)
- func (o *SamlProvider) SetIpPoolV4(v string)
- func (o *SamlProvider) SetIpPoolV6(v string)
- func (o *SamlProvider) SetIssuer(v string)
- func (o *SamlProvider) SetName(v string)
- func (o *SamlProvider) SetNetworkInactivityTimeoutEnabled(v bool)
- func (o *SamlProvider) SetNotes(v string)
- func (o *SamlProvider) SetOnBoarding2FA(v ConfigurableIdentityProviderAllOfOnBoarding2FA)
- func (o *SamlProvider) SetOnDemandClaimMappings(v []OnDemandClaimMappingsInner)
- func (o *SamlProvider) SetProviderCertificate(v string)
- func (o *SamlProvider) SetRedirectUrl(v string)
- func (o *SamlProvider) SetTags(v []string)
- func (o *SamlProvider) SetType(v string)
- func (o *SamlProvider) SetUpdated(v time.Time)
- func (o *SamlProvider) SetUserScripts(v []string)
- type SamlProviderAllOf
- func (o *SamlProviderAllOf) GetAudience() string
- func (o *SamlProviderAllOf) GetAudienceOk() (*string, bool)
- func (o *SamlProviderAllOf) GetDecryptionKey() string
- func (o *SamlProviderAllOf) GetDecryptionKeyOk() (*string, bool)
- func (o *SamlProviderAllOf) GetForceAuthn() bool
- func (o *SamlProviderAllOf) GetForceAuthnOk() (*bool, bool)
- func (o *SamlProviderAllOf) GetIssuer() string
- func (o *SamlProviderAllOf) GetIssuerOk() (*string, bool)
- func (o *SamlProviderAllOf) GetProviderCertificate() string
- func (o *SamlProviderAllOf) GetProviderCertificateOk() (*string, bool)
- func (o *SamlProviderAllOf) GetRedirectUrl() string
- func (o *SamlProviderAllOf) GetRedirectUrlOk() (*string, bool)
- func (o *SamlProviderAllOf) HasDecryptionKey() bool
- func (o *SamlProviderAllOf) HasForceAuthn() bool
- func (o SamlProviderAllOf) MarshalJSON() ([]byte, error)
- func (o *SamlProviderAllOf) SetAudience(v string)
- func (o *SamlProviderAllOf) SetDecryptionKey(v string)
- func (o *SamlProviderAllOf) SetForceAuthn(v bool)
- func (o *SamlProviderAllOf) SetIssuer(v string)
- func (o *SamlProviderAllOf) SetProviderCertificate(v string)
- func (o *SamlProviderAllOf) SetRedirectUrl(v string)
- type Sensitivity
- func (o *Sensitivity) GetHighRisk() Risk
- func (o *Sensitivity) GetHighRiskOk() (*Risk, bool)
- func (o *Sensitivity) GetLowRisk() Risk
- func (o *Sensitivity) GetLowRiskOk() (*Risk, bool)
- func (o *Sensitivity) GetMediumRisk() Risk
- func (o *Sensitivity) GetMediumRiskOk() (*Risk, bool)
- func (o *Sensitivity) HasHighRisk() bool
- func (o *Sensitivity) HasLowRisk() bool
- func (o *Sensitivity) HasMediumRisk() bool
- func (o Sensitivity) MarshalJSON() ([]byte, error)
- func (o *Sensitivity) SetHighRisk(v Risk)
- func (o *Sensitivity) SetLowRisk(v Risk)
- func (o *Sensitivity) SetMediumRisk(v Risk)
- type ServerConfiguration
- type ServerConfigurations
- type ServerVariable
- type ServiceDatabaseProvider
- func (o *ServiceDatabaseProvider) GetClaimMappings() []ClaimMappingsInner
- func (o *ServiceDatabaseProvider) GetClaimMappingsOk() ([]ClaimMappingsInner, bool)
- func (o *ServiceDatabaseProvider) GetCreated() time.Time
- func (o *ServiceDatabaseProvider) GetCreatedOk() (*time.Time, bool)
- func (o *ServiceDatabaseProvider) GetDnsSearchDomains() []string
- func (o *ServiceDatabaseProvider) GetDnsSearchDomainsOk() ([]string, bool)
- func (o *ServiceDatabaseProvider) GetDnsServers() []string
- func (o *ServiceDatabaseProvider) GetDnsServersOk() ([]string, bool)
- func (o *ServiceDatabaseProvider) GetId() string
- func (o *ServiceDatabaseProvider) GetIdOk() (*string, bool)
- func (o *ServiceDatabaseProvider) GetIpPoolV4() string
- func (o *ServiceDatabaseProvider) GetIpPoolV4Ok() (*string, bool)
- func (o *ServiceDatabaseProvider) GetIpPoolV6() string
- func (o *ServiceDatabaseProvider) GetIpPoolV6Ok() (*string, bool)
- func (o *ServiceDatabaseProvider) GetMinPasswordLength() int32
- func (o *ServiceDatabaseProvider) GetMinPasswordLengthOk() (*int32, bool)
- func (o *ServiceDatabaseProvider) GetName() string
- func (o *ServiceDatabaseProvider) GetNameOk() (*string, bool)
- func (o *ServiceDatabaseProvider) GetNotes() string
- func (o *ServiceDatabaseProvider) GetNotesOk() (*string, bool)
- func (o *ServiceDatabaseProvider) GetTags() []string
- func (o *ServiceDatabaseProvider) GetTagsOk() ([]string, bool)
- func (o *ServiceDatabaseProvider) GetType() string
- func (o *ServiceDatabaseProvider) GetTypeOk() (*string, bool)
- func (o *ServiceDatabaseProvider) GetUpdated() time.Time
- func (o *ServiceDatabaseProvider) GetUpdatedOk() (*time.Time, bool)
- func (o *ServiceDatabaseProvider) GetUserLockoutDurationMinutes() int32
- func (o *ServiceDatabaseProvider) GetUserLockoutDurationMinutesOk() (*int32, bool)
- func (o *ServiceDatabaseProvider) GetUserLockoutThreshold() int32
- func (o *ServiceDatabaseProvider) GetUserLockoutThresholdOk() (*int32, bool)
- func (o *ServiceDatabaseProvider) GetUserScripts() []string
- func (o *ServiceDatabaseProvider) GetUserScriptsOk() ([]string, bool)
- func (o *ServiceDatabaseProvider) HasClaimMappings() bool
- func (o *ServiceDatabaseProvider) HasCreated() bool
- func (o *ServiceDatabaseProvider) HasDnsSearchDomains() bool
- func (o *ServiceDatabaseProvider) HasDnsServers() bool
- func (o *ServiceDatabaseProvider) HasId() bool
- func (o *ServiceDatabaseProvider) HasIpPoolV4() bool
- func (o *ServiceDatabaseProvider) HasIpPoolV6() bool
- func (o *ServiceDatabaseProvider) HasMinPasswordLength() bool
- func (o *ServiceDatabaseProvider) HasNotes() bool
- func (o *ServiceDatabaseProvider) HasTags() bool
- func (o *ServiceDatabaseProvider) HasUpdated() bool
- func (o *ServiceDatabaseProvider) HasUserLockoutDurationMinutes() bool
- func (o *ServiceDatabaseProvider) HasUserLockoutThreshold() bool
- func (o *ServiceDatabaseProvider) HasUserScripts() bool
- func (o ServiceDatabaseProvider) MarshalJSON() ([]byte, error)
- func (o *ServiceDatabaseProvider) SetClaimMappings(v []ClaimMappingsInner)
- func (o *ServiceDatabaseProvider) SetCreated(v time.Time)
- func (o *ServiceDatabaseProvider) SetDnsSearchDomains(v []string)
- func (o *ServiceDatabaseProvider) SetDnsServers(v []string)
- func (o *ServiceDatabaseProvider) SetId(v string)
- func (o *ServiceDatabaseProvider) SetIpPoolV4(v string)
- func (o *ServiceDatabaseProvider) SetIpPoolV6(v string)
- func (o *ServiceDatabaseProvider) SetMinPasswordLength(v int32)
- func (o *ServiceDatabaseProvider) SetName(v string)
- func (o *ServiceDatabaseProvider) SetNotes(v string)
- func (o *ServiceDatabaseProvider) SetTags(v []string)
- func (o *ServiceDatabaseProvider) SetType(v string)
- func (o *ServiceDatabaseProvider) SetUpdated(v time.Time)
- func (o *ServiceDatabaseProvider) SetUserLockoutDurationMinutes(v int32)
- func (o *ServiceDatabaseProvider) SetUserLockoutThreshold(v int32)
- func (o *ServiceDatabaseProvider) SetUserScripts(v []string)
- type ServiceUser
- func (o *ServiceUser) GetCreated() time.Time
- func (o *ServiceUser) GetCreatedOk() (*time.Time, bool)
- func (o *ServiceUser) GetDisabled() bool
- func (o *ServiceUser) GetDisabledOk() (*bool, bool)
- func (o *ServiceUser) GetFailedLoginAttempts() float32
- func (o *ServiceUser) GetFailedLoginAttemptsOk() (*float32, bool)
- func (o *ServiceUser) GetId() string
- func (o *ServiceUser) GetIdOk() (*string, bool)
- func (o *ServiceUser) GetLabels() map[string]string
- func (o *ServiceUser) GetLabelsOk() (*map[string]string, bool)
- func (o *ServiceUser) GetLockStart() time.Time
- func (o *ServiceUser) GetLockStartOk() (*time.Time, bool)
- func (o *ServiceUser) GetName() string
- func (o *ServiceUser) GetNameOk() (*string, bool)
- func (o *ServiceUser) GetNotes() string
- func (o *ServiceUser) GetNotesOk() (*string, bool)
- func (o *ServiceUser) GetPassword() string
- func (o *ServiceUser) GetPasswordOk() (*string, bool)
- func (o *ServiceUser) GetTags() []string
- func (o *ServiceUser) GetTagsOk() ([]string, bool)
- func (o *ServiceUser) GetUpdated() time.Time
- func (o *ServiceUser) GetUpdatedOk() (*time.Time, bool)
- func (o *ServiceUser) HasCreated() bool
- func (o *ServiceUser) HasDisabled() bool
- func (o *ServiceUser) HasFailedLoginAttempts() bool
- func (o *ServiceUser) HasId() bool
- func (o *ServiceUser) HasLabels() bool
- func (o *ServiceUser) HasLockStart() bool
- func (o *ServiceUser) HasNotes() bool
- func (o *ServiceUser) HasPassword() bool
- func (o *ServiceUser) HasTags() bool
- func (o *ServiceUser) HasUpdated() bool
- func (o ServiceUser) MarshalJSON() ([]byte, error)
- func (o *ServiceUser) SetCreated(v time.Time)
- func (o *ServiceUser) SetDisabled(v bool)
- func (o *ServiceUser) SetFailedLoginAttempts(v float32)
- func (o *ServiceUser) SetId(v string)
- func (o *ServiceUser) SetLabels(v map[string]string)
- func (o *ServiceUser) SetLockStart(v time.Time)
- func (o *ServiceUser) SetName(v string)
- func (o *ServiceUser) SetNotes(v string)
- func (o *ServiceUser) SetPassword(v string)
- func (o *ServiceUser) SetTags(v []string)
- func (o *ServiceUser) SetUpdated(v time.Time)
- type ServiceUserAllOf
- func (o *ServiceUserAllOf) GetDisabled() bool
- func (o *ServiceUserAllOf) GetDisabledOk() (*bool, bool)
- func (o *ServiceUserAllOf) GetFailedLoginAttempts() float32
- func (o *ServiceUserAllOf) GetFailedLoginAttemptsOk() (*float32, bool)
- func (o *ServiceUserAllOf) GetLabels() map[string]string
- func (o *ServiceUserAllOf) GetLabelsOk() (*map[string]string, bool)
- func (o *ServiceUserAllOf) GetLockStart() time.Time
- func (o *ServiceUserAllOf) GetLockStartOk() (*time.Time, bool)
- func (o *ServiceUserAllOf) GetPassword() string
- func (o *ServiceUserAllOf) GetPasswordOk() (*string, bool)
- func (o *ServiceUserAllOf) HasDisabled() bool
- func (o *ServiceUserAllOf) HasFailedLoginAttempts() bool
- func (o *ServiceUserAllOf) HasLabels() bool
- func (o *ServiceUserAllOf) HasLockStart() bool
- func (o *ServiceUserAllOf) HasPassword() bool
- func (o ServiceUserAllOf) MarshalJSON() ([]byte, error)
- func (o *ServiceUserAllOf) SetDisabled(v bool)
- func (o *ServiceUserAllOf) SetFailedLoginAttempts(v float32)
- func (o *ServiceUserAllOf) SetLabels(v map[string]string)
- func (o *ServiceUserAllOf) SetLockStart(v time.Time)
- func (o *ServiceUserAllOf) SetPassword(v string)
- type ServiceUserList
- func (o *ServiceUserList) GetData() []ServiceUser
- func (o *ServiceUserList) GetDataOk() ([]ServiceUser, bool)
- func (o *ServiceUserList) GetDescending() bool
- func (o *ServiceUserList) GetDescendingOk() (*bool, bool)
- func (o *ServiceUserList) GetFilterBy() []FilterBy
- func (o *ServiceUserList) GetFilterByOk() ([]FilterBy, bool)
- func (o *ServiceUserList) GetOrderBy() string
- func (o *ServiceUserList) GetOrderByOk() (*string, bool)
- func (o *ServiceUserList) GetQueries() []string
- func (o *ServiceUserList) GetQueriesOk() ([]string, bool)
- func (o *ServiceUserList) GetRange() string
- func (o *ServiceUserList) GetRangeOk() (*string, bool)
- func (o *ServiceUserList) HasData() bool
- func (o *ServiceUserList) HasDescending() bool
- func (o *ServiceUserList) HasFilterBy() bool
- func (o *ServiceUserList) HasOrderBy() bool
- func (o *ServiceUserList) HasQueries() bool
- func (o *ServiceUserList) HasRange() bool
- func (o ServiceUserList) MarshalJSON() ([]byte, error)
- func (o *ServiceUserList) SetData(v []ServiceUser)
- func (o *ServiceUserList) SetDescending(v bool)
- func (o *ServiceUserList) SetFilterBy(v []FilterBy)
- func (o *ServiceUserList) SetOrderBy(v string)
- func (o *ServiceUserList) SetQueries(v []string)
- func (o *ServiceUserList) SetRange(v string)
- type ServiceUserListAllOf
- type ServiceUsersApiService
- func (a *ServiceUsersApiService) ServiceUsersGet(ctx context.Context) ApiServiceUsersGetRequest
- func (a *ServiceUsersApiService) ServiceUsersGetExecute(r ApiServiceUsersGetRequest) (*ServiceUserList, *http.Response, error)
- func (a *ServiceUsersApiService) ServiceUsersIdDelete(ctx context.Context, id string) ApiServiceUsersIdDeleteRequest
- func (a *ServiceUsersApiService) ServiceUsersIdDeleteExecute(r ApiServiceUsersIdDeleteRequest) (*http.Response, error)
- func (a *ServiceUsersApiService) ServiceUsersIdGet(ctx context.Context, id string) ApiServiceUsersIdGetRequest
- func (a *ServiceUsersApiService) ServiceUsersIdGetExecute(r ApiServiceUsersIdGetRequest) (*ServiceUser, *http.Response, error)
- func (a *ServiceUsersApiService) ServiceUsersIdPut(ctx context.Context, id string) ApiServiceUsersIdPutRequest
- func (a *ServiceUsersApiService) ServiceUsersIdPutExecute(r ApiServiceUsersIdPutRequest) (*ServiceUser, *http.Response, error)
- func (a *ServiceUsersApiService) ServiceUsersPost(ctx context.Context) ApiServiceUsersPostRequest
- func (a *ServiceUsersApiService) ServiceUsersPostExecute(r ApiServiceUsersPostRequest) (*ServiceUser, *http.Response, error)
- type ServiceUsersGetRequest
- func (o *ServiceUsersGetRequest) GetCreated() time.Time
- func (o *ServiceUsersGetRequest) GetCreatedOk() (*time.Time, bool)
- func (o *ServiceUsersGetRequest) GetDisabled() bool
- func (o *ServiceUsersGetRequest) GetDisabledOk() (*bool, bool)
- func (o *ServiceUsersGetRequest) GetFailedLoginAttempts() float32
- func (o *ServiceUsersGetRequest) GetFailedLoginAttemptsOk() (*float32, bool)
- func (o *ServiceUsersGetRequest) GetId() string
- func (o *ServiceUsersGetRequest) GetIdOk() (*string, bool)
- func (o *ServiceUsersGetRequest) GetLabels() map[string]string
- func (o *ServiceUsersGetRequest) GetLabelsOk() (*map[string]string, bool)
- func (o *ServiceUsersGetRequest) GetLockStart() time.Time
- func (o *ServiceUsersGetRequest) GetLockStartOk() (*time.Time, bool)
- func (o *ServiceUsersGetRequest) GetName() string
- func (o *ServiceUsersGetRequest) GetNameOk() (*string, bool)
- func (o *ServiceUsersGetRequest) GetNotes() string
- func (o *ServiceUsersGetRequest) GetNotesOk() (*string, bool)
- func (o *ServiceUsersGetRequest) GetPassword() string
- func (o *ServiceUsersGetRequest) GetPasswordOk() (*string, bool)
- func (o *ServiceUsersGetRequest) GetTags() []string
- func (o *ServiceUsersGetRequest) GetTagsOk() ([]string, bool)
- func (o *ServiceUsersGetRequest) GetUpdated() time.Time
- func (o *ServiceUsersGetRequest) GetUpdatedOk() (*time.Time, bool)
- func (o *ServiceUsersGetRequest) HasCreated() bool
- func (o *ServiceUsersGetRequest) HasDisabled() bool
- func (o *ServiceUsersGetRequest) HasFailedLoginAttempts() bool
- func (o *ServiceUsersGetRequest) HasId() bool
- func (o *ServiceUsersGetRequest) HasLabels() bool
- func (o *ServiceUsersGetRequest) HasLockStart() bool
- func (o *ServiceUsersGetRequest) HasNotes() bool
- func (o *ServiceUsersGetRequest) HasTags() bool
- func (o *ServiceUsersGetRequest) HasUpdated() bool
- func (o ServiceUsersGetRequest) MarshalJSON() ([]byte, error)
- func (o *ServiceUsersGetRequest) SetCreated(v time.Time)
- func (o *ServiceUsersGetRequest) SetDisabled(v bool)
- func (o *ServiceUsersGetRequest) SetFailedLoginAttempts(v float32)
- func (o *ServiceUsersGetRequest) SetId(v string)
- func (o *ServiceUsersGetRequest) SetLabels(v map[string]string)
- func (o *ServiceUsersGetRequest) SetLockStart(v time.Time)
- func (o *ServiceUsersGetRequest) SetName(v string)
- func (o *ServiceUsersGetRequest) SetNotes(v string)
- func (o *ServiceUsersGetRequest) SetPassword(v string)
- func (o *ServiceUsersGetRequest) SetTags(v []string)
- func (o *ServiceUsersGetRequest) SetUpdated(v time.Time)
- type SessionInfoDistinguishedName
- func (o *SessionInfoDistinguishedName) GetData() map[string]SessionInfoDistinguishedNameDataValue
- func (o *SessionInfoDistinguishedName) GetDataOk() (*map[string]SessionInfoDistinguishedNameDataValue, bool)
- func (o *SessionInfoDistinguishedName) GetDeviceId() string
- func (o *SessionInfoDistinguishedName) GetDeviceIdOk() (*string, bool)
- func (o *SessionInfoDistinguishedName) GetProviderName() string
- func (o *SessionInfoDistinguishedName) GetProviderNameOk() (*string, bool)
- func (o *SessionInfoDistinguishedName) GetUsername() string
- func (o *SessionInfoDistinguishedName) GetUsernameOk() (*string, bool)
- func (o *SessionInfoDistinguishedName) HasData() bool
- func (o *SessionInfoDistinguishedName) HasDeviceId() bool
- func (o *SessionInfoDistinguishedName) HasProviderName() bool
- func (o *SessionInfoDistinguishedName) HasUsername() bool
- func (o SessionInfoDistinguishedName) MarshalJSON() ([]byte, error)
- func (o *SessionInfoDistinguishedName) SetData(v map[string]SessionInfoDistinguishedNameDataValue)
- func (o *SessionInfoDistinguishedName) SetDeviceId(v string)
- func (o *SessionInfoDistinguishedName) SetProviderName(v string)
- func (o *SessionInfoDistinguishedName) SetUsername(v string)
- type SessionInfoDistinguishedNameDataValue
- func (o *SessionInfoDistinguishedNameDataValue) GetDeviceClaims() map[string]interface{}
- func (o *SessionInfoDistinguishedNameDataValue) GetDeviceClaimsOk() (map[string]interface{}, bool)
- func (o *SessionInfoDistinguishedNameDataValue) GetDiscoveredApps() []string
- func (o *SessionInfoDistinguishedNameDataValue) GetDiscoveredAppsOk() ([]string, bool)
- func (o *SessionInfoDistinguishedNameDataValue) GetEntitlementInfos() map[string]SessionInfoDistinguishedNameDataValueEntitlementInfosValue
- func (o *SessionInfoDistinguishedNameDataValue) GetEntitlementInfosOk() (*map[string]SessionInfoDistinguishedNameDataValueEntitlementInfosValue, bool)
- func (o *SessionInfoDistinguishedNameDataValue) GetSite() string
- func (o *SessionInfoDistinguishedNameDataValue) GetSiteOk() (*string, bool)
- func (o *SessionInfoDistinguishedNameDataValue) GetSystemClaims() map[string]interface{}
- func (o *SessionInfoDistinguishedNameDataValue) GetSystemClaimsOk() (map[string]interface{}, bool)
- func (o *SessionInfoDistinguishedNameDataValue) GetUserClaims() map[string]interface{}
- func (o *SessionInfoDistinguishedNameDataValue) GetUserClaimsOk() (map[string]interface{}, bool)
- func (o *SessionInfoDistinguishedNameDataValue) GetVpn() map[string]interface{}
- func (o *SessionInfoDistinguishedNameDataValue) GetVpnOk() (map[string]interface{}, bool)
- func (o *SessionInfoDistinguishedNameDataValue) HasDeviceClaims() bool
- func (o *SessionInfoDistinguishedNameDataValue) HasDiscoveredApps() bool
- func (o *SessionInfoDistinguishedNameDataValue) HasEntitlementInfos() bool
- func (o *SessionInfoDistinguishedNameDataValue) HasSite() bool
- func (o *SessionInfoDistinguishedNameDataValue) HasSystemClaims() bool
- func (o *SessionInfoDistinguishedNameDataValue) HasUserClaims() bool
- func (o *SessionInfoDistinguishedNameDataValue) HasVpn() bool
- func (o SessionInfoDistinguishedNameDataValue) MarshalJSON() ([]byte, error)
- func (o *SessionInfoDistinguishedNameDataValue) SetDeviceClaims(v map[string]interface{})
- func (o *SessionInfoDistinguishedNameDataValue) SetDiscoveredApps(v []string)
- func (o *SessionInfoDistinguishedNameDataValue) SetEntitlementInfos(v map[string]SessionInfoDistinguishedNameDataValueEntitlementInfosValue)
- func (o *SessionInfoDistinguishedNameDataValue) SetSite(v string)
- func (o *SessionInfoDistinguishedNameDataValue) SetSystemClaims(v map[string]interface{})
- func (o *SessionInfoDistinguishedNameDataValue) SetUserClaims(v map[string]interface{})
- func (o *SessionInfoDistinguishedNameDataValue) SetVpn(v map[string]interface{})
- type SessionInfoDistinguishedNameDataValueEntitlementInfosValue
- func (o *SessionInfoDistinguishedNameDataValueEntitlementInfosValue) GetConditionLogic() string
- func (o *SessionInfoDistinguishedNameDataValueEntitlementInfosValue) GetConditionLogicOk() (*string, bool)
- func (o *SessionInfoDistinguishedNameDataValueEntitlementInfosValue) GetConditionResults() map[string]bool
- func (o *SessionInfoDistinguishedNameDataValueEntitlementInfosValue) GetConditionResultsOk() (*map[string]bool, bool)
- func (o *SessionInfoDistinguishedNameDataValueEntitlementInfosValue) GetFirewallRules() []SessionInfoDistinguishedNameDataValueEntitlementInfosValueFirewallRulesInner
- func (o *SessionInfoDistinguishedNameDataValueEntitlementInfosValue) GetFirewallRulesOk() ([]SessionInfoDistinguishedNameDataValueEntitlementInfosValueFirewallRulesInner, ...)
- func (o *SessionInfoDistinguishedNameDataValueEntitlementInfosValue) GetPolicyNames() []string
- func (o *SessionInfoDistinguishedNameDataValueEntitlementInfosValue) GetPolicyNamesOk() ([]string, bool)
- func (o *SessionInfoDistinguishedNameDataValueEntitlementInfosValue) HasConditionLogic() bool
- func (o *SessionInfoDistinguishedNameDataValueEntitlementInfosValue) HasConditionResults() bool
- func (o *SessionInfoDistinguishedNameDataValueEntitlementInfosValue) HasFirewallRules() bool
- func (o *SessionInfoDistinguishedNameDataValueEntitlementInfosValue) HasPolicyNames() bool
- func (o SessionInfoDistinguishedNameDataValueEntitlementInfosValue) MarshalJSON() ([]byte, error)
- func (o *SessionInfoDistinguishedNameDataValueEntitlementInfosValue) SetConditionLogic(v string)
- func (o *SessionInfoDistinguishedNameDataValueEntitlementInfosValue) SetConditionResults(v map[string]bool)
- func (o *SessionInfoDistinguishedNameDataValueEntitlementInfosValue) SetFirewallRules(...)
- func (o *SessionInfoDistinguishedNameDataValueEntitlementInfosValue) SetPolicyNames(v []string)
- type SessionInfoDistinguishedNameDataValueEntitlementInfosValueFirewallRulesInner
- func NewSessionInfoDistinguishedNameDataValueEntitlementInfosValueFirewallRulesInner() *SessionInfoDistinguishedNameDataValueEntitlementInfosValueFirewallRulesInner
- func NewSessionInfoDistinguishedNameDataValueEntitlementInfosValueFirewallRulesInnerWithDefaults() *SessionInfoDistinguishedNameDataValueEntitlementInfosValueFirewallRulesInner
- func (o *SessionInfoDistinguishedNameDataValueEntitlementInfosValueFirewallRulesInner) GetAction() string
- func (o *SessionInfoDistinguishedNameDataValueEntitlementInfosValueFirewallRulesInner) GetActionOk() (*string, bool)
- func (o *SessionInfoDistinguishedNameDataValueEntitlementInfosValueFirewallRulesInner) GetDirection() string
- func (o *SessionInfoDistinguishedNameDataValueEntitlementInfosValueFirewallRulesInner) GetDirectionOk() (*string, bool)
- func (o *SessionInfoDistinguishedNameDataValueEntitlementInfosValueFirewallRulesInner) GetName() string
- func (o *SessionInfoDistinguishedNameDataValueEntitlementInfosValueFirewallRulesInner) GetNameOk() (*string, bool)
- func (o *SessionInfoDistinguishedNameDataValueEntitlementInfosValueFirewallRulesInner) GetPorts() []string
- func (o *SessionInfoDistinguishedNameDataValueEntitlementInfosValueFirewallRulesInner) GetPortsOk() ([]string, bool)
- func (o *SessionInfoDistinguishedNameDataValueEntitlementInfosValueFirewallRulesInner) GetProtocol() string
- func (o *SessionInfoDistinguishedNameDataValueEntitlementInfosValueFirewallRulesInner) GetProtocolOk() (*string, bool)
- func (o *SessionInfoDistinguishedNameDataValueEntitlementInfosValueFirewallRulesInner) GetSubnets() []string
- func (o *SessionInfoDistinguishedNameDataValueEntitlementInfosValueFirewallRulesInner) GetSubnetsOk() ([]string, bool)
- func (o *SessionInfoDistinguishedNameDataValueEntitlementInfosValueFirewallRulesInner) GetTypes() []string
- func (o *SessionInfoDistinguishedNameDataValueEntitlementInfosValueFirewallRulesInner) GetTypesOk() ([]string, bool)
- func (o *SessionInfoDistinguishedNameDataValueEntitlementInfosValueFirewallRulesInner) GetUrls() []string
- func (o *SessionInfoDistinguishedNameDataValueEntitlementInfosValueFirewallRulesInner) GetUrlsOk() ([]string, bool)
- func (o *SessionInfoDistinguishedNameDataValueEntitlementInfosValueFirewallRulesInner) HasAction() bool
- func (o *SessionInfoDistinguishedNameDataValueEntitlementInfosValueFirewallRulesInner) HasDirection() bool
- func (o *SessionInfoDistinguishedNameDataValueEntitlementInfosValueFirewallRulesInner) HasName() bool
- func (o *SessionInfoDistinguishedNameDataValueEntitlementInfosValueFirewallRulesInner) HasPorts() bool
- func (o *SessionInfoDistinguishedNameDataValueEntitlementInfosValueFirewallRulesInner) HasProtocol() bool
- func (o *SessionInfoDistinguishedNameDataValueEntitlementInfosValueFirewallRulesInner) HasSubnets() bool
- func (o *SessionInfoDistinguishedNameDataValueEntitlementInfosValueFirewallRulesInner) HasTypes() bool
- func (o *SessionInfoDistinguishedNameDataValueEntitlementInfosValueFirewallRulesInner) HasUrls() bool
- func (o SessionInfoDistinguishedNameDataValueEntitlementInfosValueFirewallRulesInner) MarshalJSON() ([]byte, error)
- func (o *SessionInfoDistinguishedNameDataValueEntitlementInfosValueFirewallRulesInner) SetAction(v string)
- func (o *SessionInfoDistinguishedNameDataValueEntitlementInfosValueFirewallRulesInner) SetDirection(v string)
- func (o *SessionInfoDistinguishedNameDataValueEntitlementInfosValueFirewallRulesInner) SetName(v string)
- func (o *SessionInfoDistinguishedNameDataValueEntitlementInfosValueFirewallRulesInner) SetPorts(v []string)
- func (o *SessionInfoDistinguishedNameDataValueEntitlementInfosValueFirewallRulesInner) SetProtocol(v string)
- func (o *SessionInfoDistinguishedNameDataValueEntitlementInfosValueFirewallRulesInner) SetSubnets(v []string)
- func (o *SessionInfoDistinguishedNameDataValueEntitlementInfosValueFirewallRulesInner) SetTypes(v []string)
- func (o *SessionInfoDistinguishedNameDataValueEntitlementInfosValueFirewallRulesInner) SetUrls(v []string)
- type Site
- func (o *Site) GetCreated() time.Time
- func (o *Site) GetCreatedOk() (*time.Time, bool)
- func (o *Site) GetDefaultGateway() SiteAllOfDefaultGateway
- func (o *Site) GetDefaultGatewayOk() (*SiteAllOfDefaultGateway, bool)
- func (o *Site) GetDescription() string
- func (o *Site) GetDescriptionOk() (*string, bool)
- func (o *Site) GetEntitlementBasedRouting() bool
- func (o *Site) GetEntitlementBasedRoutingOk() (*bool, bool)
- func (o *Site) GetId() string
- func (o *Site) GetIdOk() (*string, bool)
- func (o *Site) GetIpPoolMappings() []SiteAllOfIpPoolMappings
- func (o *Site) GetIpPoolMappingsOk() ([]SiteAllOfIpPoolMappings, bool)
- func (o *Site) GetName() string
- func (o *Site) GetNameOk() (*string, bool)
- func (o *Site) GetNameResolution() SiteAllOfNameResolution
- func (o *Site) GetNameResolutionOk() (*SiteAllOfNameResolution, bool)
- func (o *Site) GetNetworkSubnets() []string
- func (o *Site) GetNetworkSubnetsOk() ([]string, bool)
- func (o *Site) GetNotes() string
- func (o *Site) GetNotesOk() (*string, bool)
- func (o *Site) GetShortName() string
- func (o *Site) GetShortNameOk() (*string, bool)
- func (o *Site) GetTags() []string
- func (o *Site) GetTagsOk() ([]string, bool)
- func (o *Site) GetUpdated() time.Time
- func (o *Site) GetUpdatedOk() (*time.Time, bool)
- func (o *Site) GetVpn() SiteAllOfVpn
- func (o *Site) GetVpnOk() (*SiteAllOfVpn, bool)
- func (o *Site) HasCreated() bool
- func (o *Site) HasDefaultGateway() bool
- func (o *Site) HasDescription() bool
- func (o *Site) HasEntitlementBasedRouting() bool
- func (o *Site) HasId() bool
- func (o *Site) HasIpPoolMappings() bool
- func (o *Site) HasNameResolution() bool
- func (o *Site) HasNetworkSubnets() bool
- func (o *Site) HasNotes() bool
- func (o *Site) HasShortName() bool
- func (o *Site) HasTags() bool
- func (o *Site) HasUpdated() bool
- func (o *Site) HasVpn() bool
- func (o Site) MarshalJSON() ([]byte, error)
- func (o *Site) SetCreated(v time.Time)
- func (o *Site) SetDefaultGateway(v SiteAllOfDefaultGateway)
- func (o *Site) SetDescription(v string)
- func (o *Site) SetEntitlementBasedRouting(v bool)
- func (o *Site) SetId(v string)
- func (o *Site) SetIpPoolMappings(v []SiteAllOfIpPoolMappings)
- func (o *Site) SetName(v string)
- func (o *Site) SetNameResolution(v SiteAllOfNameResolution)
- func (o *Site) SetNetworkSubnets(v []string)
- func (o *Site) SetNotes(v string)
- func (o *Site) SetShortName(v string)
- func (o *Site) SetTags(v []string)
- func (o *Site) SetUpdated(v time.Time)
- func (o *Site) SetVpn(v SiteAllOfVpn)
- type SiteAllOf
- func (o *SiteAllOf) GetDefaultGateway() SiteAllOfDefaultGateway
- func (o *SiteAllOf) GetDefaultGatewayOk() (*SiteAllOfDefaultGateway, bool)
- func (o *SiteAllOf) GetDescription() string
- func (o *SiteAllOf) GetDescriptionOk() (*string, bool)
- func (o *SiteAllOf) GetEntitlementBasedRouting() bool
- func (o *SiteAllOf) GetEntitlementBasedRoutingOk() (*bool, bool)
- func (o *SiteAllOf) GetIpPoolMappings() []SiteAllOfIpPoolMappings
- func (o *SiteAllOf) GetIpPoolMappingsOk() ([]SiteAllOfIpPoolMappings, bool)
- func (o *SiteAllOf) GetNameResolution() SiteAllOfNameResolution
- func (o *SiteAllOf) GetNameResolutionOk() (*SiteAllOfNameResolution, bool)
- func (o *SiteAllOf) GetNetworkSubnets() []string
- func (o *SiteAllOf) GetNetworkSubnetsOk() ([]string, bool)
- func (o *SiteAllOf) GetShortName() string
- func (o *SiteAllOf) GetShortNameOk() (*string, bool)
- func (o *SiteAllOf) GetVpn() SiteAllOfVpn
- func (o *SiteAllOf) GetVpnOk() (*SiteAllOfVpn, bool)
- func (o *SiteAllOf) HasDefaultGateway() bool
- func (o *SiteAllOf) HasDescription() bool
- func (o *SiteAllOf) HasEntitlementBasedRouting() bool
- func (o *SiteAllOf) HasIpPoolMappings() bool
- func (o *SiteAllOf) HasNameResolution() bool
- func (o *SiteAllOf) HasNetworkSubnets() bool
- func (o *SiteAllOf) HasShortName() bool
- func (o *SiteAllOf) HasVpn() bool
- func (o SiteAllOf) MarshalJSON() ([]byte, error)
- func (o *SiteAllOf) SetDefaultGateway(v SiteAllOfDefaultGateway)
- func (o *SiteAllOf) SetDescription(v string)
- func (o *SiteAllOf) SetEntitlementBasedRouting(v bool)
- func (o *SiteAllOf) SetIpPoolMappings(v []SiteAllOfIpPoolMappings)
- func (o *SiteAllOf) SetNameResolution(v SiteAllOfNameResolution)
- func (o *SiteAllOf) SetNetworkSubnets(v []string)
- func (o *SiteAllOf) SetShortName(v string)
- func (o *SiteAllOf) SetVpn(v SiteAllOfVpn)
- type SiteAllOfDefaultGateway
- func (o *SiteAllOfDefaultGateway) GetEnabledV4() bool
- func (o *SiteAllOfDefaultGateway) GetEnabledV4Ok() (*bool, bool)
- func (o *SiteAllOfDefaultGateway) GetEnabledV6() bool
- func (o *SiteAllOfDefaultGateway) GetEnabledV6Ok() (*bool, bool)
- func (o *SiteAllOfDefaultGateway) GetExcludedSubnets() []string
- func (o *SiteAllOfDefaultGateway) GetExcludedSubnetsOk() ([]string, bool)
- func (o *SiteAllOfDefaultGateway) HasEnabledV4() bool
- func (o *SiteAllOfDefaultGateway) HasEnabledV6() bool
- func (o *SiteAllOfDefaultGateway) HasExcludedSubnets() bool
- func (o SiteAllOfDefaultGateway) MarshalJSON() ([]byte, error)
- func (o *SiteAllOfDefaultGateway) SetEnabledV4(v bool)
- func (o *SiteAllOfDefaultGateway) SetEnabledV6(v bool)
- func (o *SiteAllOfDefaultGateway) SetExcludedSubnets(v []string)
- type SiteAllOfIpPoolMappings
- func (o *SiteAllOfIpPoolMappings) GetFrom() string
- func (o *SiteAllOfIpPoolMappings) GetFromOk() (*string, bool)
- func (o *SiteAllOfIpPoolMappings) GetTo() string
- func (o *SiteAllOfIpPoolMappings) GetToOk() (*string, bool)
- func (o *SiteAllOfIpPoolMappings) GetType() string
- func (o *SiteAllOfIpPoolMappings) GetTypeOk() (*string, bool)
- func (o *SiteAllOfIpPoolMappings) HasFrom() bool
- func (o *SiteAllOfIpPoolMappings) HasTo() bool
- func (o *SiteAllOfIpPoolMappings) HasType() bool
- func (o SiteAllOfIpPoolMappings) MarshalJSON() ([]byte, error)
- func (o *SiteAllOfIpPoolMappings) SetFrom(v string)
- func (o *SiteAllOfIpPoolMappings) SetTo(v string)
- func (o *SiteAllOfIpPoolMappings) SetType(v string)
- type SiteAllOfNameResolution
- func (o *SiteAllOfNameResolution) GetAwsResolvers() []SiteAllOfNameResolutionAwsResolvers
- func (o *SiteAllOfNameResolution) GetAwsResolversOk() ([]SiteAllOfNameResolutionAwsResolvers, bool)
- func (o *SiteAllOfNameResolution) GetAzureResolvers() []SiteAllOfNameResolutionAzureResolvers
- func (o *SiteAllOfNameResolution) GetAzureResolversOk() ([]SiteAllOfNameResolutionAzureResolvers, bool)
- func (o *SiteAllOfNameResolution) GetDnsForwarding() SiteAllOfNameResolutionDnsForwarding
- func (o *SiteAllOfNameResolution) GetDnsForwardingOk() (*SiteAllOfNameResolutionDnsForwarding, bool)
- func (o *SiteAllOfNameResolution) GetDnsResolvers() []SiteAllOfNameResolutionDnsResolvers
- func (o *SiteAllOfNameResolution) GetDnsResolversOk() ([]SiteAllOfNameResolutionDnsResolvers, bool)
- func (o *SiteAllOfNameResolution) GetEsxResolvers() []SiteAllOfNameResolutionEsxResolvers
- func (o *SiteAllOfNameResolution) GetEsxResolversOk() ([]SiteAllOfNameResolutionEsxResolvers, bool)
- func (o *SiteAllOfNameResolution) GetGcpResolvers() []SiteAllOfNameResolutionGcpResolvers
- func (o *SiteAllOfNameResolution) GetGcpResolversOk() ([]SiteAllOfNameResolutionGcpResolvers, bool)
- func (o *SiteAllOfNameResolution) GetIllumioResolvers() []SiteAllOfNameResolutionIllumioResolvers
- func (o *SiteAllOfNameResolution) GetIllumioResolversOk() ([]SiteAllOfNameResolutionIllumioResolvers, bool)
- func (o *SiteAllOfNameResolution) GetUseHostsFile() bool
- func (o *SiteAllOfNameResolution) GetUseHostsFileOk() (*bool, bool)
- func (o *SiteAllOfNameResolution) HasAwsResolvers() bool
- func (o *SiteAllOfNameResolution) HasAzureResolvers() bool
- func (o *SiteAllOfNameResolution) HasDnsForwarding() bool
- func (o *SiteAllOfNameResolution) HasDnsResolvers() bool
- func (o *SiteAllOfNameResolution) HasEsxResolvers() bool
- func (o *SiteAllOfNameResolution) HasGcpResolvers() bool
- func (o *SiteAllOfNameResolution) HasIllumioResolvers() bool
- func (o *SiteAllOfNameResolution) HasUseHostsFile() bool
- func (o SiteAllOfNameResolution) MarshalJSON() ([]byte, error)
- func (o *SiteAllOfNameResolution) SetAwsResolvers(v []SiteAllOfNameResolutionAwsResolvers)
- func (o *SiteAllOfNameResolution) SetAzureResolvers(v []SiteAllOfNameResolutionAzureResolvers)
- func (o *SiteAllOfNameResolution) SetDnsForwarding(v SiteAllOfNameResolutionDnsForwarding)
- func (o *SiteAllOfNameResolution) SetDnsResolvers(v []SiteAllOfNameResolutionDnsResolvers)
- func (o *SiteAllOfNameResolution) SetEsxResolvers(v []SiteAllOfNameResolutionEsxResolvers)
- func (o *SiteAllOfNameResolution) SetGcpResolvers(v []SiteAllOfNameResolutionGcpResolvers)
- func (o *SiteAllOfNameResolution) SetIllumioResolvers(v []SiteAllOfNameResolutionIllumioResolvers)
- func (o *SiteAllOfNameResolution) SetUseHostsFile(v bool)
- type SiteAllOfNameResolutionAssumedRoles
- func (o *SiteAllOfNameResolutionAssumedRoles) GetAccountId() string
- func (o *SiteAllOfNameResolutionAssumedRoles) GetAccountIdOk() (*string, bool)
- func (o *SiteAllOfNameResolutionAssumedRoles) GetExternalId() string
- func (o *SiteAllOfNameResolutionAssumedRoles) GetExternalIdOk() (*string, bool)
- func (o *SiteAllOfNameResolutionAssumedRoles) GetRegions() []string
- func (o *SiteAllOfNameResolutionAssumedRoles) GetRegionsOk() ([]string, bool)
- func (o *SiteAllOfNameResolutionAssumedRoles) GetRoleName() string
- func (o *SiteAllOfNameResolutionAssumedRoles) GetRoleNameOk() (*string, bool)
- func (o *SiteAllOfNameResolutionAssumedRoles) HasAccountId() bool
- func (o *SiteAllOfNameResolutionAssumedRoles) HasExternalId() bool
- func (o *SiteAllOfNameResolutionAssumedRoles) HasRegions() bool
- func (o *SiteAllOfNameResolutionAssumedRoles) HasRoleName() bool
- func (o SiteAllOfNameResolutionAssumedRoles) MarshalJSON() ([]byte, error)
- func (o *SiteAllOfNameResolutionAssumedRoles) SetAccountId(v string)
- func (o *SiteAllOfNameResolutionAssumedRoles) SetExternalId(v string)
- func (o *SiteAllOfNameResolutionAssumedRoles) SetRegions(v []string)
- func (o *SiteAllOfNameResolutionAssumedRoles) SetRoleName(v string)
- type SiteAllOfNameResolutionAwsResolvers
- func (o *SiteAllOfNameResolutionAwsResolvers) GetAccessKeyId() string
- func (o *SiteAllOfNameResolutionAwsResolvers) GetAccessKeyIdOk() (*string, bool)
- func (o *SiteAllOfNameResolutionAwsResolvers) GetAssumedRoles() []SiteAllOfNameResolutionAssumedRoles
- func (o *SiteAllOfNameResolutionAwsResolvers) GetAssumedRolesOk() ([]SiteAllOfNameResolutionAssumedRoles, bool)
- func (o *SiteAllOfNameResolutionAwsResolvers) GetHttpsProxy() string
- func (o *SiteAllOfNameResolutionAwsResolvers) GetHttpsProxyOk() (*string, bool)
- func (o *SiteAllOfNameResolutionAwsResolvers) GetName() string
- func (o *SiteAllOfNameResolutionAwsResolvers) GetNameOk() (*string, bool)
- func (o *SiteAllOfNameResolutionAwsResolvers) GetRegions() []string
- func (o *SiteAllOfNameResolutionAwsResolvers) GetRegionsOk() ([]string, bool)
- func (o *SiteAllOfNameResolutionAwsResolvers) GetResolveWithMasterCredentials() bool
- func (o *SiteAllOfNameResolutionAwsResolvers) GetResolveWithMasterCredentialsOk() (*bool, bool)
- func (o *SiteAllOfNameResolutionAwsResolvers) GetSecretAccessKey() string
- func (o *SiteAllOfNameResolutionAwsResolvers) GetSecretAccessKeyOk() (*string, bool)
- func (o *SiteAllOfNameResolutionAwsResolvers) GetUpdateInterval() int32
- func (o *SiteAllOfNameResolutionAwsResolvers) GetUpdateIntervalOk() (*int32, bool)
- func (o *SiteAllOfNameResolutionAwsResolvers) GetUseIAMRole() bool
- func (o *SiteAllOfNameResolutionAwsResolvers) GetUseIAMRoleOk() (*bool, bool)
- func (o *SiteAllOfNameResolutionAwsResolvers) GetVpcAutoDiscovery() bool
- func (o *SiteAllOfNameResolutionAwsResolvers) GetVpcAutoDiscoveryOk() (*bool, bool)
- func (o *SiteAllOfNameResolutionAwsResolvers) GetVpcs() []string
- func (o *SiteAllOfNameResolutionAwsResolvers) GetVpcsOk() ([]string, bool)
- func (o *SiteAllOfNameResolutionAwsResolvers) HasAccessKeyId() bool
- func (o *SiteAllOfNameResolutionAwsResolvers) HasAssumedRoles() bool
- func (o *SiteAllOfNameResolutionAwsResolvers) HasHttpsProxy() bool
- func (o *SiteAllOfNameResolutionAwsResolvers) HasRegions() bool
- func (o *SiteAllOfNameResolutionAwsResolvers) HasResolveWithMasterCredentials() bool
- func (o *SiteAllOfNameResolutionAwsResolvers) HasSecretAccessKey() bool
- func (o *SiteAllOfNameResolutionAwsResolvers) HasUpdateInterval() bool
- func (o *SiteAllOfNameResolutionAwsResolvers) HasUseIAMRole() bool
- func (o *SiteAllOfNameResolutionAwsResolvers) HasVpcAutoDiscovery() bool
- func (o *SiteAllOfNameResolutionAwsResolvers) HasVpcs() bool
- func (o SiteAllOfNameResolutionAwsResolvers) MarshalJSON() ([]byte, error)
- func (o *SiteAllOfNameResolutionAwsResolvers) SetAccessKeyId(v string)
- func (o *SiteAllOfNameResolutionAwsResolvers) SetAssumedRoles(v []SiteAllOfNameResolutionAssumedRoles)
- func (o *SiteAllOfNameResolutionAwsResolvers) SetHttpsProxy(v string)
- func (o *SiteAllOfNameResolutionAwsResolvers) SetName(v string)
- func (o *SiteAllOfNameResolutionAwsResolvers) SetRegions(v []string)
- func (o *SiteAllOfNameResolutionAwsResolvers) SetResolveWithMasterCredentials(v bool)
- func (o *SiteAllOfNameResolutionAwsResolvers) SetSecretAccessKey(v string)
- func (o *SiteAllOfNameResolutionAwsResolvers) SetUpdateInterval(v int32)
- func (o *SiteAllOfNameResolutionAwsResolvers) SetUseIAMRole(v bool)
- func (o *SiteAllOfNameResolutionAwsResolvers) SetVpcAutoDiscovery(v bool)
- func (o *SiteAllOfNameResolutionAwsResolvers) SetVpcs(v []string)
- type SiteAllOfNameResolutionAzureResolvers
- func (o *SiteAllOfNameResolutionAzureResolvers) GetClientId() string
- func (o *SiteAllOfNameResolutionAzureResolvers) GetClientIdOk() (*string, bool)
- func (o *SiteAllOfNameResolutionAzureResolvers) GetName() string
- func (o *SiteAllOfNameResolutionAzureResolvers) GetNameOk() (*string, bool)
- func (o *SiteAllOfNameResolutionAzureResolvers) GetSecret() string
- func (o *SiteAllOfNameResolutionAzureResolvers) GetSecretOk() (*string, bool)
- func (o *SiteAllOfNameResolutionAzureResolvers) GetSubscriptionId() string
- func (o *SiteAllOfNameResolutionAzureResolvers) GetSubscriptionIdOk() (*string, bool)
- func (o *SiteAllOfNameResolutionAzureResolvers) GetTenantId() string
- func (o *SiteAllOfNameResolutionAzureResolvers) GetTenantIdOk() (*string, bool)
- func (o *SiteAllOfNameResolutionAzureResolvers) GetUpdateInterval() int32
- func (o *SiteAllOfNameResolutionAzureResolvers) GetUpdateIntervalOk() (*int32, bool)
- func (o *SiteAllOfNameResolutionAzureResolvers) GetUseManagedIdentities() bool
- func (o *SiteAllOfNameResolutionAzureResolvers) GetUseManagedIdentitiesOk() (*bool, bool)
- func (o *SiteAllOfNameResolutionAzureResolvers) HasClientId() bool
- func (o *SiteAllOfNameResolutionAzureResolvers) HasSecret() bool
- func (o *SiteAllOfNameResolutionAzureResolvers) HasSubscriptionId() bool
- func (o *SiteAllOfNameResolutionAzureResolvers) HasTenantId() bool
- func (o *SiteAllOfNameResolutionAzureResolvers) HasUpdateInterval() bool
- func (o *SiteAllOfNameResolutionAzureResolvers) HasUseManagedIdentities() bool
- func (o SiteAllOfNameResolutionAzureResolvers) MarshalJSON() ([]byte, error)
- func (o *SiteAllOfNameResolutionAzureResolvers) SetClientId(v string)
- func (o *SiteAllOfNameResolutionAzureResolvers) SetName(v string)
- func (o *SiteAllOfNameResolutionAzureResolvers) SetSecret(v string)
- func (o *SiteAllOfNameResolutionAzureResolvers) SetSubscriptionId(v string)
- func (o *SiteAllOfNameResolutionAzureResolvers) SetTenantId(v string)
- func (o *SiteAllOfNameResolutionAzureResolvers) SetUpdateInterval(v int32)
- func (o *SiteAllOfNameResolutionAzureResolvers) SetUseManagedIdentities(v bool)
- type SiteAllOfNameResolutionDnsForwarding
- func (o *SiteAllOfNameResolutionDnsForwarding) GetAllowDestinations() []AllowResourcesInner
- func (o *SiteAllOfNameResolutionDnsForwarding) GetAllowDestinationsOk() ([]AllowResourcesInner, bool)
- func (o *SiteAllOfNameResolutionDnsForwarding) GetDefaultTtlSeconds() int32
- func (o *SiteAllOfNameResolutionDnsForwarding) GetDefaultTtlSecondsOk() (*int32, bool)
- func (o *SiteAllOfNameResolutionDnsForwarding) GetDnsServers() []string
- func (o *SiteAllOfNameResolutionDnsForwarding) GetDnsServersOk() ([]string, bool)
- func (o *SiteAllOfNameResolutionDnsForwarding) GetSiteIpv4() string
- func (o *SiteAllOfNameResolutionDnsForwarding) GetSiteIpv4Ok() (*string, bool)
- func (o *SiteAllOfNameResolutionDnsForwarding) GetSiteIpv6() string
- func (o *SiteAllOfNameResolutionDnsForwarding) GetSiteIpv6Ok() (*string, bool)
- func (o *SiteAllOfNameResolutionDnsForwarding) HasDefaultTtlSeconds() bool
- func (o *SiteAllOfNameResolutionDnsForwarding) HasSiteIpv4() bool
- func (o *SiteAllOfNameResolutionDnsForwarding) HasSiteIpv6() bool
- func (o SiteAllOfNameResolutionDnsForwarding) MarshalJSON() ([]byte, error)
- func (o *SiteAllOfNameResolutionDnsForwarding) SetAllowDestinations(v []AllowResourcesInner)
- func (o *SiteAllOfNameResolutionDnsForwarding) SetDefaultTtlSeconds(v int32)
- func (o *SiteAllOfNameResolutionDnsForwarding) SetDnsServers(v []string)
- func (o *SiteAllOfNameResolutionDnsForwarding) SetSiteIpv4(v string)
- func (o *SiteAllOfNameResolutionDnsForwarding) SetSiteIpv6(v string)
- type SiteAllOfNameResolutionDnsResolvers
- func (o *SiteAllOfNameResolutionDnsResolvers) GetDefaultTtlSeconds() int32
- func (o *SiteAllOfNameResolutionDnsResolvers) GetDefaultTtlSecondsOk() (*int32, bool)
- func (o *SiteAllOfNameResolutionDnsResolvers) GetMatchDomains() []string
- func (o *SiteAllOfNameResolutionDnsResolvers) GetMatchDomainsOk() ([]string, bool)
- func (o *SiteAllOfNameResolutionDnsResolvers) GetName() string
- func (o *SiteAllOfNameResolutionDnsResolvers) GetNameOk() (*string, bool)
- func (o *SiteAllOfNameResolutionDnsResolvers) GetQueryAAAA() bool
- func (o *SiteAllOfNameResolutionDnsResolvers) GetQueryAAAAOk() (*bool, bool)
- func (o *SiteAllOfNameResolutionDnsResolvers) GetSearchDomains() []string
- func (o *SiteAllOfNameResolutionDnsResolvers) GetSearchDomainsOk() ([]string, bool)
- func (o *SiteAllOfNameResolutionDnsResolvers) GetServers() []string
- func (o *SiteAllOfNameResolutionDnsResolvers) GetServersOk() ([]string, bool)
- func (o *SiteAllOfNameResolutionDnsResolvers) GetUpdateInterval() int32
- func (o *SiteAllOfNameResolutionDnsResolvers) GetUpdateIntervalOk() (*int32, bool)
- func (o *SiteAllOfNameResolutionDnsResolvers) HasDefaultTtlSeconds() bool
- func (o *SiteAllOfNameResolutionDnsResolvers) HasMatchDomains() bool
- func (o *SiteAllOfNameResolutionDnsResolvers) HasQueryAAAA() bool
- func (o *SiteAllOfNameResolutionDnsResolvers) HasSearchDomains() bool
- func (o *SiteAllOfNameResolutionDnsResolvers) HasUpdateInterval() bool
- func (o SiteAllOfNameResolutionDnsResolvers) MarshalJSON() ([]byte, error)
- func (o *SiteAllOfNameResolutionDnsResolvers) SetDefaultTtlSeconds(v int32)
- func (o *SiteAllOfNameResolutionDnsResolvers) SetMatchDomains(v []string)
- func (o *SiteAllOfNameResolutionDnsResolvers) SetName(v string)
- func (o *SiteAllOfNameResolutionDnsResolvers) SetQueryAAAA(v bool)
- func (o *SiteAllOfNameResolutionDnsResolvers) SetSearchDomains(v []string)
- func (o *SiteAllOfNameResolutionDnsResolvers) SetServers(v []string)
- func (o *SiteAllOfNameResolutionDnsResolvers) SetUpdateInterval(v int32)
- type SiteAllOfNameResolutionEsxResolvers
- func (o *SiteAllOfNameResolutionEsxResolvers) GetHostname() string
- func (o *SiteAllOfNameResolutionEsxResolvers) GetHostnameOk() (*string, bool)
- func (o *SiteAllOfNameResolutionEsxResolvers) GetName() string
- func (o *SiteAllOfNameResolutionEsxResolvers) GetNameOk() (*string, bool)
- func (o *SiteAllOfNameResolutionEsxResolvers) GetPassword() string
- func (o *SiteAllOfNameResolutionEsxResolvers) GetPasswordOk() (*string, bool)
- func (o *SiteAllOfNameResolutionEsxResolvers) GetUpdateInterval() int32
- func (o *SiteAllOfNameResolutionEsxResolvers) GetUpdateIntervalOk() (*int32, bool)
- func (o *SiteAllOfNameResolutionEsxResolvers) GetUsername() string
- func (o *SiteAllOfNameResolutionEsxResolvers) GetUsernameOk() (*string, bool)
- func (o *SiteAllOfNameResolutionEsxResolvers) HasPassword() bool
- func (o *SiteAllOfNameResolutionEsxResolvers) HasUpdateInterval() bool
- func (o SiteAllOfNameResolutionEsxResolvers) MarshalJSON() ([]byte, error)
- func (o *SiteAllOfNameResolutionEsxResolvers) SetHostname(v string)
- func (o *SiteAllOfNameResolutionEsxResolvers) SetName(v string)
- func (o *SiteAllOfNameResolutionEsxResolvers) SetPassword(v string)
- func (o *SiteAllOfNameResolutionEsxResolvers) SetUpdateInterval(v int32)
- func (o *SiteAllOfNameResolutionEsxResolvers) SetUsername(v string)
- type SiteAllOfNameResolutionGcpResolvers
- func (o *SiteAllOfNameResolutionGcpResolvers) GetInstanceFilter() string
- func (o *SiteAllOfNameResolutionGcpResolvers) GetInstanceFilterOk() (*string, bool)
- func (o *SiteAllOfNameResolutionGcpResolvers) GetName() string
- func (o *SiteAllOfNameResolutionGcpResolvers) GetNameOk() (*string, bool)
- func (o *SiteAllOfNameResolutionGcpResolvers) GetProjectFilter() string
- func (o *SiteAllOfNameResolutionGcpResolvers) GetProjectFilterOk() (*string, bool)
- func (o *SiteAllOfNameResolutionGcpResolvers) GetUpdateInterval() int32
- func (o *SiteAllOfNameResolutionGcpResolvers) GetUpdateIntervalOk() (*int32, bool)
- func (o *SiteAllOfNameResolutionGcpResolvers) HasInstanceFilter() bool
- func (o *SiteAllOfNameResolutionGcpResolvers) HasProjectFilter() bool
- func (o *SiteAllOfNameResolutionGcpResolvers) HasUpdateInterval() bool
- func (o SiteAllOfNameResolutionGcpResolvers) MarshalJSON() ([]byte, error)
- func (o *SiteAllOfNameResolutionGcpResolvers) SetInstanceFilter(v string)
- func (o *SiteAllOfNameResolutionGcpResolvers) SetName(v string)
- func (o *SiteAllOfNameResolutionGcpResolvers) SetProjectFilter(v string)
- func (o *SiteAllOfNameResolutionGcpResolvers) SetUpdateInterval(v int32)
- type SiteAllOfNameResolutionIllumioResolvers
- func (o *SiteAllOfNameResolutionIllumioResolvers) GetHostname() string
- func (o *SiteAllOfNameResolutionIllumioResolvers) GetHostnameOk() (*string, bool)
- func (o *SiteAllOfNameResolutionIllumioResolvers) GetName() string
- func (o *SiteAllOfNameResolutionIllumioResolvers) GetNameOk() (*string, bool)
- func (o *SiteAllOfNameResolutionIllumioResolvers) GetPassword() string
- func (o *SiteAllOfNameResolutionIllumioResolvers) GetPasswordOk() (*string, bool)
- func (o *SiteAllOfNameResolutionIllumioResolvers) GetPort() int32
- func (o *SiteAllOfNameResolutionIllumioResolvers) GetPortOk() (*int32, bool)
- func (o *SiteAllOfNameResolutionIllumioResolvers) GetUpdateInterval() int32
- func (o *SiteAllOfNameResolutionIllumioResolvers) GetUpdateIntervalOk() (*int32, bool)
- func (o *SiteAllOfNameResolutionIllumioResolvers) GetUsername() string
- func (o *SiteAllOfNameResolutionIllumioResolvers) GetUsernameOk() (*string, bool)
- func (o *SiteAllOfNameResolutionIllumioResolvers) HasPassword() bool
- func (o *SiteAllOfNameResolutionIllumioResolvers) HasUpdateInterval() bool
- func (o SiteAllOfNameResolutionIllumioResolvers) MarshalJSON() ([]byte, error)
- func (o *SiteAllOfNameResolutionIllumioResolvers) SetHostname(v string)
- func (o *SiteAllOfNameResolutionIllumioResolvers) SetName(v string)
- func (o *SiteAllOfNameResolutionIllumioResolvers) SetPassword(v string)
- func (o *SiteAllOfNameResolutionIllumioResolvers) SetPort(v int32)
- func (o *SiteAllOfNameResolutionIllumioResolvers) SetUpdateInterval(v int32)
- func (o *SiteAllOfNameResolutionIllumioResolvers) SetUsername(v string)
- type SiteAllOfVpn
- func (o *SiteAllOfVpn) GetDtls() SiteAllOfVpnDtls
- func (o *SiteAllOfVpn) GetDtlsOk() (*SiteAllOfVpnDtls, bool)
- func (o *SiteAllOfVpn) GetIpAccessLogIntervalSeconds() float32
- func (o *SiteAllOfVpn) GetIpAccessLogIntervalSecondsOk() (*float32, bool)
- func (o *SiteAllOfVpn) GetRouteVia() SiteAllOfVpnRouteVia
- func (o *SiteAllOfVpn) GetRouteViaOk() (*SiteAllOfVpnRouteVia, bool)
- func (o *SiteAllOfVpn) GetSnat() bool
- func (o *SiteAllOfVpn) GetSnatOk() (*bool, bool)
- func (o *SiteAllOfVpn) GetStateSharing() bool
- func (o *SiteAllOfVpn) GetStateSharingOk() (*bool, bool)
- func (o *SiteAllOfVpn) GetTls() SiteAllOfVpnTls
- func (o *SiteAllOfVpn) GetTlsOk() (*SiteAllOfVpnTls, bool)
- func (o *SiteAllOfVpn) GetUrlAccessEnabled() bool
- func (o *SiteAllOfVpn) GetUrlAccessEnabledOk() (*bool, bool)
- func (o *SiteAllOfVpn) GetUrlAccessP12s() []P12
- func (o *SiteAllOfVpn) GetUrlAccessP12sOk() ([]P12, bool)
- func (o *SiteAllOfVpn) HasDtls() bool
- func (o *SiteAllOfVpn) HasIpAccessLogIntervalSeconds() bool
- func (o *SiteAllOfVpn) HasRouteVia() bool
- func (o *SiteAllOfVpn) HasSnat() bool
- func (o *SiteAllOfVpn) HasStateSharing() bool
- func (o *SiteAllOfVpn) HasTls() bool
- func (o *SiteAllOfVpn) HasUrlAccessEnabled() bool
- func (o *SiteAllOfVpn) HasUrlAccessP12s() bool
- func (o SiteAllOfVpn) MarshalJSON() ([]byte, error)
- func (o *SiteAllOfVpn) SetDtls(v SiteAllOfVpnDtls)
- func (o *SiteAllOfVpn) SetIpAccessLogIntervalSeconds(v float32)
- func (o *SiteAllOfVpn) SetRouteVia(v SiteAllOfVpnRouteVia)
- func (o *SiteAllOfVpn) SetSnat(v bool)
- func (o *SiteAllOfVpn) SetStateSharing(v bool)
- func (o *SiteAllOfVpn) SetTls(v SiteAllOfVpnTls)
- func (o *SiteAllOfVpn) SetUrlAccessEnabled(v bool)
- func (o *SiteAllOfVpn) SetUrlAccessP12s(v []P12)
- type SiteAllOfVpnDtls
- type SiteAllOfVpnRouteVia
- func (o *SiteAllOfVpnRouteVia) GetIpv4() string
- func (o *SiteAllOfVpnRouteVia) GetIpv4Ok() (*string, bool)
- func (o *SiteAllOfVpnRouteVia) GetIpv6() string
- func (o *SiteAllOfVpnRouteVia) GetIpv6Ok() (*string, bool)
- func (o *SiteAllOfVpnRouteVia) HasIpv4() bool
- func (o *SiteAllOfVpnRouteVia) HasIpv6() bool
- func (o SiteAllOfVpnRouteVia) MarshalJSON() ([]byte, error)
- func (o *SiteAllOfVpnRouteVia) SetIpv4(v string)
- func (o *SiteAllOfVpnRouteVia) SetIpv6(v string)
- type SiteAllOfVpnTls
- type SiteList
- func (o *SiteList) GetData() []Site
- func (o *SiteList) GetDataOk() ([]Site, bool)
- func (o *SiteList) GetDescending() bool
- func (o *SiteList) GetDescendingOk() (*bool, bool)
- func (o *SiteList) GetFilterBy() []FilterBy
- func (o *SiteList) GetFilterByOk() ([]FilterBy, bool)
- func (o *SiteList) GetOrderBy() string
- func (o *SiteList) GetOrderByOk() (*string, bool)
- func (o *SiteList) GetQueries() []string
- func (o *SiteList) GetQueriesOk() ([]string, bool)
- func (o *SiteList) GetRange() string
- func (o *SiteList) GetRangeOk() (*string, bool)
- func (o *SiteList) HasData() bool
- func (o *SiteList) HasDescending() bool
- func (o *SiteList) HasFilterBy() bool
- func (o *SiteList) HasOrderBy() bool
- func (o *SiteList) HasQueries() bool
- func (o *SiteList) HasRange() bool
- func (o SiteList) MarshalJSON() ([]byte, error)
- func (o *SiteList) SetData(v []Site)
- func (o *SiteList) SetDescending(v bool)
- func (o *SiteList) SetFilterBy(v []FilterBy)
- func (o *SiteList) SetOrderBy(v string)
- func (o *SiteList) SetQueries(v []string)
- func (o *SiteList) SetRange(v string)
- type SiteListAllOf
- type SitesApiService
- func (a *SitesApiService) SitesGet(ctx context.Context) ApiSitesGetRequest
- func (a *SitesApiService) SitesGetExecute(r ApiSitesGetRequest) (*SiteList, *http.Response, error)
- func (a *SitesApiService) SitesIdDelete(ctx context.Context, id string) ApiSitesIdDeleteRequest
- func (a *SitesApiService) SitesIdDeleteExecute(r ApiSitesIdDeleteRequest) (*http.Response, error)
- func (a *SitesApiService) SitesIdGet(ctx context.Context, id string) ApiSitesIdGetRequest
- func (a *SitesApiService) SitesIdGetExecute(r ApiSitesIdGetRequest) (*Site, *http.Response, error)
- func (a *SitesApiService) SitesIdPut(ctx context.Context, id string) ApiSitesIdPutRequest
- func (a *SitesApiService) SitesIdPutExecute(r ApiSitesIdPutRequest) (*Site, *http.Response, error)
- func (a *SitesApiService) SitesPost(ctx context.Context) ApiSitesPostRequest
- func (a *SitesApiService) SitesPostExecute(r ApiSitesPostRequest) (*Site, *http.Response, error)
- type Splunk
- func (o *Splunk) GetToken() string
- func (o *Splunk) GetTokenOk() (*string, bool)
- func (o *Splunk) GetUrl() string
- func (o *Splunk) GetUrlOk() (*string, bool)
- func (o *Splunk) HasToken() bool
- func (o Splunk) MarshalJSON() ([]byte, error)
- func (o *Splunk) SetToken(v string)
- func (o *Splunk) SetUrl(v string)
- type StatsAppliancesList
- func (o *StatsAppliancesList) GetApplianceCount() float32
- func (o *StatsAppliancesList) GetApplianceCountOk() (*float32, bool)
- func (o *StatsAppliancesList) GetConnectorCount() float32
- func (o *StatsAppliancesList) GetConnectorCountOk() (*float32, bool)
- func (o *StatsAppliancesList) GetControllerCount() float32
- func (o *StatsAppliancesList) GetControllerCountOk() (*float32, bool)
- func (o *StatsAppliancesList) GetCreationDate() time.Time
- func (o *StatsAppliancesList) GetCreationDateOk() (*time.Time, bool)
- func (o *StatsAppliancesList) GetData() []StatsAppliancesListAllOfData
- func (o *StatsAppliancesList) GetDataOk() ([]StatsAppliancesListAllOfData, bool)
- func (o *StatsAppliancesList) GetDescending() bool
- func (o *StatsAppliancesList) GetDescendingOk() (*bool, bool)
- func (o *StatsAppliancesList) GetGatewayCount() float32
- func (o *StatsAppliancesList) GetGatewayCountOk() (*float32, bool)
- func (o *StatsAppliancesList) GetLogForwarderCount() float32
- func (o *StatsAppliancesList) GetLogForwarderCountOk() (*float32, bool)
- func (o *StatsAppliancesList) GetLogServerCount() float32
- func (o *StatsAppliancesList) GetLogServerCountOk() (*float32, bool)
- func (o *StatsAppliancesList) GetName() string
- func (o *StatsAppliancesList) GetNameOk() (*string, bool)
- func (o *StatsAppliancesList) GetOrderBy() string
- func (o *StatsAppliancesList) GetOrderByOk() (*string, bool)
- func (o *StatsAppliancesList) GetPortalCount() float32
- func (o *StatsAppliancesList) GetPortalCountOk() (*float32, bool)
- func (o *StatsAppliancesList) GetQueries() []string
- func (o *StatsAppliancesList) GetQueriesOk() ([]string, bool)
- func (o *StatsAppliancesList) GetRange() string
- func (o *StatsAppliancesList) GetRangeOk() (*string, bool)
- func (o *StatsAppliancesList) GetRefreshInterval() float32
- func (o *StatsAppliancesList) GetRefreshIntervalOk() (*float32, bool)
- func (o *StatsAppliancesList) HasApplianceCount() bool
- func (o *StatsAppliancesList) HasConnectorCount() bool
- func (o *StatsAppliancesList) HasControllerCount() bool
- func (o *StatsAppliancesList) HasCreationDate() bool
- func (o *StatsAppliancesList) HasData() bool
- func (o *StatsAppliancesList) HasDescending() bool
- func (o *StatsAppliancesList) HasGatewayCount() bool
- func (o *StatsAppliancesList) HasLogForwarderCount() bool
- func (o *StatsAppliancesList) HasLogServerCount() bool
- func (o *StatsAppliancesList) HasName() bool
- func (o *StatsAppliancesList) HasOrderBy() bool
- func (o *StatsAppliancesList) HasPortalCount() bool
- func (o *StatsAppliancesList) HasQueries() bool
- func (o *StatsAppliancesList) HasRange() bool
- func (o *StatsAppliancesList) HasRefreshInterval() bool
- func (o StatsAppliancesList) MarshalJSON() ([]byte, error)
- func (o *StatsAppliancesList) SetApplianceCount(v float32)
- func (o *StatsAppliancesList) SetConnectorCount(v float32)
- func (o *StatsAppliancesList) SetControllerCount(v float32)
- func (o *StatsAppliancesList) SetCreationDate(v time.Time)
- func (o *StatsAppliancesList) SetData(v []StatsAppliancesListAllOfData)
- func (o *StatsAppliancesList) SetDescending(v bool)
- func (o *StatsAppliancesList) SetGatewayCount(v float32)
- func (o *StatsAppliancesList) SetLogForwarderCount(v float32)
- func (o *StatsAppliancesList) SetLogServerCount(v float32)
- func (o *StatsAppliancesList) SetName(v string)
- func (o *StatsAppliancesList) SetOrderBy(v string)
- func (o *StatsAppliancesList) SetPortalCount(v float32)
- func (o *StatsAppliancesList) SetQueries(v []string)
- func (o *StatsAppliancesList) SetRange(v string)
- func (o *StatsAppliancesList) SetRefreshInterval(v float32)
- type StatsAppliancesListAllOf
- func (o *StatsAppliancesListAllOf) GetApplianceCount() float32
- func (o *StatsAppliancesListAllOf) GetApplianceCountOk() (*float32, bool)
- func (o *StatsAppliancesListAllOf) GetConnectorCount() float32
- func (o *StatsAppliancesListAllOf) GetConnectorCountOk() (*float32, bool)
- func (o *StatsAppliancesListAllOf) GetControllerCount() float32
- func (o *StatsAppliancesListAllOf) GetControllerCountOk() (*float32, bool)
- func (o *StatsAppliancesListAllOf) GetData() []StatsAppliancesListAllOfData
- func (o *StatsAppliancesListAllOf) GetDataOk() ([]StatsAppliancesListAllOfData, bool)
- func (o *StatsAppliancesListAllOf) GetGatewayCount() float32
- func (o *StatsAppliancesListAllOf) GetGatewayCountOk() (*float32, bool)
- func (o *StatsAppliancesListAllOf) GetLogForwarderCount() float32
- func (o *StatsAppliancesListAllOf) GetLogForwarderCountOk() (*float32, bool)
- func (o *StatsAppliancesListAllOf) GetLogServerCount() float32
- func (o *StatsAppliancesListAllOf) GetLogServerCountOk() (*float32, bool)
- func (o *StatsAppliancesListAllOf) GetPortalCount() float32
- func (o *StatsAppliancesListAllOf) GetPortalCountOk() (*float32, bool)
- func (o *StatsAppliancesListAllOf) GetQueries() []string
- func (o *StatsAppliancesListAllOf) GetQueriesOk() ([]string, bool)
- func (o *StatsAppliancesListAllOf) HasApplianceCount() bool
- func (o *StatsAppliancesListAllOf) HasConnectorCount() bool
- func (o *StatsAppliancesListAllOf) HasControllerCount() bool
- func (o *StatsAppliancesListAllOf) HasData() bool
- func (o *StatsAppliancesListAllOf) HasGatewayCount() bool
- func (o *StatsAppliancesListAllOf) HasLogForwarderCount() bool
- func (o *StatsAppliancesListAllOf) HasLogServerCount() bool
- func (o *StatsAppliancesListAllOf) HasPortalCount() bool
- func (o *StatsAppliancesListAllOf) HasQueries() bool
- func (o StatsAppliancesListAllOf) MarshalJSON() ([]byte, error)
- func (o *StatsAppliancesListAllOf) SetApplianceCount(v float32)
- func (o *StatsAppliancesListAllOf) SetConnectorCount(v float32)
- func (o *StatsAppliancesListAllOf) SetControllerCount(v float32)
- func (o *StatsAppliancesListAllOf) SetData(v []StatsAppliancesListAllOfData)
- func (o *StatsAppliancesListAllOf) SetGatewayCount(v float32)
- func (o *StatsAppliancesListAllOf) SetLogForwarderCount(v float32)
- func (o *StatsAppliancesListAllOf) SetLogServerCount(v float32)
- func (o *StatsAppliancesListAllOf) SetPortalCount(v float32)
- func (o *StatsAppliancesListAllOf) SetQueries(v []string)
- type StatsAppliancesListAllOfData
- func (o *StatsAppliancesListAllOfData) GetAppliance() ApplianceWithSessionsRole
- func (o *StatsAppliancesListAllOfData) GetApplianceOk() (*ApplianceWithSessionsRole, bool)
- func (o *StatsAppliancesListAllOfData) GetConnector() ApplianceWithSessionsRole
- func (o *StatsAppliancesListAllOfData) GetConnectorOk() (*ApplianceWithSessionsRole, bool)
- func (o *StatsAppliancesListAllOfData) GetController() ControllerRole
- func (o *StatsAppliancesListAllOfData) GetControllerOk() (*ControllerRole, bool)
- func (o *StatsAppliancesListAllOfData) GetCpu() float32
- func (o *StatsAppliancesListAllOfData) GetCpuOk() (*float32, bool)
- func (o *StatsAppliancesListAllOfData) GetCustomizationName() string
- func (o *StatsAppliancesListAllOfData) GetCustomizationNameOk() (*string, bool)
- func (o *StatsAppliancesListAllOfData) GetDisk() float32
- func (o *StatsAppliancesListAllOfData) GetDiskInfo() StatsAppliancesListAllOfDiskInfo
- func (o *StatsAppliancesListAllOfData) GetDiskInfoOk() (*StatsAppliancesListAllOfDiskInfo, bool)
- func (o *StatsAppliancesListAllOfData) GetDiskOk() (*float32, bool)
- func (o *StatsAppliancesListAllOfData) GetFunction() string
- func (o *StatsAppliancesListAllOfData) GetFunctionOk() (*string, bool)
- func (o *StatsAppliancesListAllOfData) GetGateway() ApplianceWithSessionsRole
- func (o *StatsAppliancesListAllOfData) GetGatewayOk() (*ApplianceWithSessionsRole, bool)
- func (o *StatsAppliancesListAllOfData) GetId() string
- func (o *StatsAppliancesListAllOfData) GetIdOk() (*string, bool)
- func (o *StatsAppliancesListAllOfData) GetLogForwarder() ApplianceRole
- func (o *StatsAppliancesListAllOfData) GetLogForwarderOk() (*ApplianceRole, bool)
- func (o *StatsAppliancesListAllOfData) GetLogServer() ApplianceRole
- func (o *StatsAppliancesListAllOfData) GetLogServerOk() (*ApplianceRole, bool)
- func (o *StatsAppliancesListAllOfData) GetMemory() float32
- func (o *StatsAppliancesListAllOfData) GetMemoryOk() (*float32, bool)
- func (o *StatsAppliancesListAllOfData) GetName() string
- func (o *StatsAppliancesListAllOfData) GetNameOk() (*string, bool)
- func (o *StatsAppliancesListAllOfData) GetNetwork() StatsAppliancesListAllOfNetwork
- func (o *StatsAppliancesListAllOfData) GetNetworkOk() (*StatsAppliancesListAllOfNetwork, bool)
- func (o *StatsAppliancesListAllOfData) GetNumberOfSessions() int32
- func (o *StatsAppliancesListAllOfData) GetNumberOfSessionsOk() (*int32, bool)
- func (o *StatsAppliancesListAllOfData) GetOnline() bool
- func (o *StatsAppliancesListAllOfData) GetOnlineOk() (*bool, bool)
- func (o *StatsAppliancesListAllOfData) GetPortal() ApplianceWithSessionsRole
- func (o *StatsAppliancesListAllOfData) GetPortalOk() (*ApplianceWithSessionsRole, bool)
- func (o *StatsAppliancesListAllOfData) GetSiteName() string
- func (o *StatsAppliancesListAllOfData) GetSiteNameOk() (*string, bool)
- func (o *StatsAppliancesListAllOfData) GetState() string
- func (o *StatsAppliancesListAllOfData) GetStateOk() (*string, bool)
- func (o *StatsAppliancesListAllOfData) GetStatus() string
- func (o *StatsAppliancesListAllOfData) GetStatusOk() (*string, bool)
- func (o *StatsAppliancesListAllOfData) GetTags() []string
- func (o *StatsAppliancesListAllOfData) GetTagsOk() ([]string, bool)
- func (o *StatsAppliancesListAllOfData) GetUpgrade() StatsAppliancesListAllOfUpgrade
- func (o *StatsAppliancesListAllOfData) GetUpgradeOk() (*StatsAppliancesListAllOfUpgrade, bool)
- func (o *StatsAppliancesListAllOfData) GetVersion() string
- func (o *StatsAppliancesListAllOfData) GetVersionOk() (*string, bool)
- func (o *StatsAppliancesListAllOfData) GetVolumeNumber() float32
- func (o *StatsAppliancesListAllOfData) GetVolumeNumberOk() (*float32, bool)
- func (o *StatsAppliancesListAllOfData) HasAppliance() bool
- func (o *StatsAppliancesListAllOfData) HasConnector() bool
- func (o *StatsAppliancesListAllOfData) HasController() bool
- func (o *StatsAppliancesListAllOfData) HasCpu() bool
- func (o *StatsAppliancesListAllOfData) HasCustomizationName() bool
- func (o *StatsAppliancesListAllOfData) HasDisk() bool
- func (o *StatsAppliancesListAllOfData) HasDiskInfo() bool
- func (o *StatsAppliancesListAllOfData) HasFunction() bool
- func (o *StatsAppliancesListAllOfData) HasGateway() bool
- func (o *StatsAppliancesListAllOfData) HasId() bool
- func (o *StatsAppliancesListAllOfData) HasLogForwarder() bool
- func (o *StatsAppliancesListAllOfData) HasLogServer() bool
- func (o *StatsAppliancesListAllOfData) HasMemory() bool
- func (o *StatsAppliancesListAllOfData) HasName() bool
- func (o *StatsAppliancesListAllOfData) HasNetwork() bool
- func (o *StatsAppliancesListAllOfData) HasNumberOfSessions() bool
- func (o *StatsAppliancesListAllOfData) HasOnline() bool
- func (o *StatsAppliancesListAllOfData) HasPortal() bool
- func (o *StatsAppliancesListAllOfData) HasSiteName() bool
- func (o *StatsAppliancesListAllOfData) HasState() bool
- func (o *StatsAppliancesListAllOfData) HasStatus() bool
- func (o *StatsAppliancesListAllOfData) HasTags() bool
- func (o *StatsAppliancesListAllOfData) HasUpgrade() bool
- func (o *StatsAppliancesListAllOfData) HasVersion() bool
- func (o *StatsAppliancesListAllOfData) HasVolumeNumber() bool
- func (o StatsAppliancesListAllOfData) MarshalJSON() ([]byte, error)
- func (o *StatsAppliancesListAllOfData) SetAppliance(v ApplianceWithSessionsRole)
- func (o *StatsAppliancesListAllOfData) SetConnector(v ApplianceWithSessionsRole)
- func (o *StatsAppliancesListAllOfData) SetController(v ControllerRole)
- func (o *StatsAppliancesListAllOfData) SetCpu(v float32)
- func (o *StatsAppliancesListAllOfData) SetCustomizationName(v string)
- func (o *StatsAppliancesListAllOfData) SetDisk(v float32)
- func (o *StatsAppliancesListAllOfData) SetDiskInfo(v StatsAppliancesListAllOfDiskInfo)
- func (o *StatsAppliancesListAllOfData) SetFunction(v string)
- func (o *StatsAppliancesListAllOfData) SetGateway(v ApplianceWithSessionsRole)
- func (o *StatsAppliancesListAllOfData) SetId(v string)
- func (o *StatsAppliancesListAllOfData) SetLogForwarder(v ApplianceRole)
- func (o *StatsAppliancesListAllOfData) SetLogServer(v ApplianceRole)
- func (o *StatsAppliancesListAllOfData) SetMemory(v float32)
- func (o *StatsAppliancesListAllOfData) SetName(v string)
- func (o *StatsAppliancesListAllOfData) SetNetwork(v StatsAppliancesListAllOfNetwork)
- func (o *StatsAppliancesListAllOfData) SetNumberOfSessions(v int32)
- func (o *StatsAppliancesListAllOfData) SetOnline(v bool)
- func (o *StatsAppliancesListAllOfData) SetPortal(v ApplianceWithSessionsRole)
- func (o *StatsAppliancesListAllOfData) SetSiteName(v string)
- func (o *StatsAppliancesListAllOfData) SetState(v string)
- func (o *StatsAppliancesListAllOfData) SetStatus(v string)
- func (o *StatsAppliancesListAllOfData) SetTags(v []string)
- func (o *StatsAppliancesListAllOfData) SetUpgrade(v StatsAppliancesListAllOfUpgrade)
- func (o *StatsAppliancesListAllOfData) SetVersion(v string)
- func (o *StatsAppliancesListAllOfData) SetVolumeNumber(v float32)
- type StatsAppliancesListAllOfDiskInfo
- func (o *StatsAppliancesListAllOfDiskInfo) GetFree() float32
- func (o *StatsAppliancesListAllOfDiskInfo) GetFreeOk() (*float32, bool)
- func (o *StatsAppliancesListAllOfDiskInfo) GetTotal() float32
- func (o *StatsAppliancesListAllOfDiskInfo) GetTotalOk() (*float32, bool)
- func (o *StatsAppliancesListAllOfDiskInfo) GetUsed() float32
- func (o *StatsAppliancesListAllOfDiskInfo) GetUsedOk() (*float32, bool)
- func (o *StatsAppliancesListAllOfDiskInfo) HasFree() bool
- func (o *StatsAppliancesListAllOfDiskInfo) HasTotal() bool
- func (o *StatsAppliancesListAllOfDiskInfo) HasUsed() bool
- func (o StatsAppliancesListAllOfDiskInfo) MarshalJSON() ([]byte, error)
- func (o *StatsAppliancesListAllOfDiskInfo) SetFree(v float32)
- func (o *StatsAppliancesListAllOfDiskInfo) SetTotal(v float32)
- func (o *StatsAppliancesListAllOfDiskInfo) SetUsed(v float32)
- type StatsAppliancesListAllOfNetwork
- func (o *StatsAppliancesListAllOfNetwork) GetBusiestNic() string
- func (o *StatsAppliancesListAllOfNetwork) GetBusiestNicOk() (*string, bool)
- func (o *StatsAppliancesListAllOfNetwork) GetDropin() float32
- func (o *StatsAppliancesListAllOfNetwork) GetDropinOk() (*float32, bool)
- func (o *StatsAppliancesListAllOfNetwork) GetDropout() float32
- func (o *StatsAppliancesListAllOfNetwork) GetDropoutOk() (*float32, bool)
- func (o *StatsAppliancesListAllOfNetwork) GetIps() map[string][]string
- func (o *StatsAppliancesListAllOfNetwork) GetIpsOk() (*map[string][]string, bool)
- func (o *StatsAppliancesListAllOfNetwork) GetRxSpeed() string
- func (o *StatsAppliancesListAllOfNetwork) GetRxSpeedOk() (*string, bool)
- func (o *StatsAppliancesListAllOfNetwork) GetTxSpeed() string
- func (o *StatsAppliancesListAllOfNetwork) GetTxSpeedOk() (*string, bool)
- func (o *StatsAppliancesListAllOfNetwork) HasBusiestNic() bool
- func (o *StatsAppliancesListAllOfNetwork) HasDropin() bool
- func (o *StatsAppliancesListAllOfNetwork) HasDropout() bool
- func (o *StatsAppliancesListAllOfNetwork) HasIps() bool
- func (o *StatsAppliancesListAllOfNetwork) HasRxSpeed() bool
- func (o *StatsAppliancesListAllOfNetwork) HasTxSpeed() bool
- func (o StatsAppliancesListAllOfNetwork) MarshalJSON() ([]byte, error)
- func (o *StatsAppliancesListAllOfNetwork) SetBusiestNic(v string)
- func (o *StatsAppliancesListAllOfNetwork) SetDropin(v float32)
- func (o *StatsAppliancesListAllOfNetwork) SetDropout(v float32)
- func (o *StatsAppliancesListAllOfNetwork) SetIps(v map[string][]string)
- func (o *StatsAppliancesListAllOfNetwork) SetRxSpeed(v string)
- func (o *StatsAppliancesListAllOfNetwork) SetTxSpeed(v string)
- type StatsAppliancesListAllOfUpgrade
- func (o *StatsAppliancesListAllOfUpgrade) GetDetails() string
- func (o *StatsAppliancesListAllOfUpgrade) GetDetailsOk() (*string, bool)
- func (o *StatsAppliancesListAllOfUpgrade) GetStatus() string
- func (o *StatsAppliancesListAllOfUpgrade) GetStatusOk() (*string, bool)
- func (o *StatsAppliancesListAllOfUpgrade) HasDetails() bool
- func (o *StatsAppliancesListAllOfUpgrade) HasStatus() bool
- func (o StatsAppliancesListAllOfUpgrade) MarshalJSON() ([]byte, error)
- func (o *StatsAppliancesListAllOfUpgrade) SetDetails(v string)
- func (o *StatsAppliancesListAllOfUpgrade) SetStatus(v string)
- type SumoLogic
- type TcpClient
- func (o *TcpClient) GetFilter() string
- func (o *TcpClient) GetFilterOk() (*string, bool)
- func (o *TcpClient) GetFormat() string
- func (o *TcpClient) GetFormatOk() (*string, bool)
- func (o *TcpClient) GetHost() string
- func (o *TcpClient) GetHostOk() (*string, bool)
- func (o *TcpClient) GetName() string
- func (o *TcpClient) GetNameOk() (*string, bool)
- func (o *TcpClient) GetPort() int32
- func (o *TcpClient) GetPortOk() (*int32, bool)
- func (o *TcpClient) GetUseTLS() bool
- func (o *TcpClient) GetUseTLSOk() (*bool, bool)
- func (o *TcpClient) HasFilter() bool
- func (o *TcpClient) HasUseTLS() bool
- func (o TcpClient) MarshalJSON() ([]byte, error)
- func (o *TcpClient) SetFilter(v string)
- func (o *TcpClient) SetFormat(v string)
- func (o *TcpClient) SetHost(v string)
- func (o *TcpClient) SetName(v string)
- func (o *TcpClient) SetPort(v int32)
- func (o *TcpClient) SetUseTLS(v bool)
- type TestRequest
- func (o *TestRequest) GetDeviceClaims() map[string]interface{}
- func (o *TestRequest) GetDeviceClaimsOk() (map[string]interface{}, bool)
- func (o *TestRequest) GetExpression() string
- func (o *TestRequest) GetExpressionOk() (*string, bool)
- func (o *TestRequest) GetSystemClaims() map[string]interface{}
- func (o *TestRequest) GetSystemClaimsOk() (map[string]interface{}, bool)
- func (o *TestRequest) GetTime() time.Time
- func (o *TestRequest) GetTimeOk() (*time.Time, bool)
- func (o *TestRequest) GetUserClaims() map[string]interface{}
- func (o *TestRequest) GetUserClaimsOk() (map[string]interface{}, bool)
- func (o *TestRequest) HasDeviceClaims() bool
- func (o *TestRequest) HasSystemClaims() bool
- func (o *TestRequest) HasTime() bool
- func (o *TestRequest) HasUserClaims() bool
- func (o TestRequest) MarshalJSON() ([]byte, error)
- func (o *TestRequest) SetDeviceClaims(v map[string]interface{})
- func (o *TestRequest) SetExpression(v string)
- func (o *TestRequest) SetSystemClaims(v map[string]interface{})
- func (o *TestRequest) SetTime(v time.Time)
- func (o *TestRequest) SetUserClaims(v map[string]interface{})
- type TokenRecordsReevalByDnDistinguishedNamePost200Response
- func (o *TokenRecordsReevalByDnDistinguishedNamePost200Response) GetReevaluatedDistinguishedNames() []string
- func (o *TokenRecordsReevalByDnDistinguishedNamePost200Response) GetReevaluatedDistinguishedNamesOk() ([]string, bool)
- func (o *TokenRecordsReevalByDnDistinguishedNamePost200Response) HasReevaluatedDistinguishedNames() bool
- func (o TokenRecordsReevalByDnDistinguishedNamePost200Response) MarshalJSON() ([]byte, error)
- func (o *TokenRecordsReevalByDnDistinguishedNamePost200Response) SetReevaluatedDistinguishedNames(v []string)
- type TokenRevocation
- func (o *TokenRevocation) GetControllerHostname() string
- func (o *TokenRevocation) GetControllerHostnameOk() (*string, bool)
- func (o *TokenRevocation) GetDeviceId() string
- func (o *TokenRevocation) GetDeviceIdOk() (*string, bool)
- func (o *TokenRevocation) GetDistinguishedName() string
- func (o *TokenRevocation) GetDistinguishedNameOk() (*string, bool)
- func (o *TokenRevocation) GetExpires() time.Time
- func (o *TokenRevocation) GetExpiresOk() (*time.Time, bool)
- func (o *TokenRevocation) GetIssued() time.Time
- func (o *TokenRevocation) GetIssuedOk() (*time.Time, bool)
- func (o *TokenRevocation) GetProviderName() string
- func (o *TokenRevocation) GetProviderNameOk() (*string, bool)
- func (o *TokenRevocation) GetRevocationTime() time.Time
- func (o *TokenRevocation) GetRevocationTimeOk() (*time.Time, bool)
- func (o *TokenRevocation) GetRevoked() bool
- func (o *TokenRevocation) GetRevokedOk() (*bool, bool)
- func (o *TokenRevocation) GetSiteId() string
- func (o *TokenRevocation) GetSiteIdOk() (*string, bool)
- func (o *TokenRevocation) GetSiteName() string
- func (o *TokenRevocation) GetSiteNameOk() (*string, bool)
- func (o *TokenRevocation) GetTokenId() string
- func (o *TokenRevocation) GetTokenIdOk() (*string, bool)
- func (o *TokenRevocation) GetTokenType() string
- func (o *TokenRevocation) GetTokenTypeOk() (*string, bool)
- func (o *TokenRevocation) GetUsername() string
- func (o *TokenRevocation) GetUsernameOk() (*string, bool)
- func (o *TokenRevocation) HasControllerHostname() bool
- func (o *TokenRevocation) HasDeviceId() bool
- func (o *TokenRevocation) HasDistinguishedName() bool
- func (o *TokenRevocation) HasExpires() bool
- func (o *TokenRevocation) HasIssued() bool
- func (o *TokenRevocation) HasProviderName() bool
- func (o *TokenRevocation) HasRevocationTime() bool
- func (o *TokenRevocation) HasRevoked() bool
- func (o *TokenRevocation) HasSiteId() bool
- func (o *TokenRevocation) HasSiteName() bool
- func (o *TokenRevocation) HasTokenId() bool
- func (o *TokenRevocation) HasTokenType() bool
- func (o *TokenRevocation) HasUsername() bool
- func (o TokenRevocation) MarshalJSON() ([]byte, error)
- func (o *TokenRevocation) SetControllerHostname(v string)
- func (o *TokenRevocation) SetDeviceId(v string)
- func (o *TokenRevocation) SetDistinguishedName(v string)
- func (o *TokenRevocation) SetExpires(v time.Time)
- func (o *TokenRevocation) SetIssued(v time.Time)
- func (o *TokenRevocation) SetProviderName(v string)
- func (o *TokenRevocation) SetRevocationTime(v time.Time)
- func (o *TokenRevocation) SetRevoked(v bool)
- func (o *TokenRevocation) SetSiteId(v string)
- func (o *TokenRevocation) SetSiteName(v string)
- func (o *TokenRevocation) SetTokenId(v string)
- func (o *TokenRevocation) SetTokenType(v string)
- func (o *TokenRevocation) SetUsername(v string)
- type TokenRevocationRequest
- func (o *TokenRevocationRequest) GetDelayMinutes() int32
- func (o *TokenRevocationRequest) GetDelayMinutesOk() (*int32, bool)
- func (o *TokenRevocationRequest) GetRevocationReason() string
- func (o *TokenRevocationRequest) GetRevocationReasonOk() (*string, bool)
- func (o *TokenRevocationRequest) GetSpecificDistinguishedNames() []string
- func (o *TokenRevocationRequest) GetSpecificDistinguishedNamesOk() ([]string, bool)
- func (o *TokenRevocationRequest) GetTokensPerSecond() float32
- func (o *TokenRevocationRequest) GetTokensPerSecondOk() (*float32, bool)
- func (o *TokenRevocationRequest) HasDelayMinutes() bool
- func (o *TokenRevocationRequest) HasRevocationReason() bool
- func (o *TokenRevocationRequest) HasSpecificDistinguishedNames() bool
- func (o *TokenRevocationRequest) HasTokensPerSecond() bool
- func (o TokenRevocationRequest) MarshalJSON() ([]byte, error)
- func (o *TokenRevocationRequest) SetDelayMinutes(v int32)
- func (o *TokenRevocationRequest) SetRevocationReason(v string)
- func (o *TokenRevocationRequest) SetSpecificDistinguishedNames(v []string)
- func (o *TokenRevocationRequest) SetTokensPerSecond(v float32)
- type TokenRevocationResponse
- func (o *TokenRevocationResponse) GetData() []TokenRevocation
- func (o *TokenRevocationResponse) GetDataOk() ([]TokenRevocation, bool)
- func (o *TokenRevocationResponse) GetDescending() bool
- func (o *TokenRevocationResponse) GetDescendingOk() (*bool, bool)
- func (o *TokenRevocationResponse) GetFilterBy() []FilterBy
- func (o *TokenRevocationResponse) GetFilterByOk() ([]FilterBy, bool)
- func (o *TokenRevocationResponse) GetOrderBy() string
- func (o *TokenRevocationResponse) GetOrderByOk() (*string, bool)
- func (o *TokenRevocationResponse) GetQueries() []string
- func (o *TokenRevocationResponse) GetQueriesOk() ([]string, bool)
- func (o *TokenRevocationResponse) GetRange() string
- func (o *TokenRevocationResponse) GetRangeOk() (*string, bool)
- func (o *TokenRevocationResponse) HasData() bool
- func (o *TokenRevocationResponse) HasDescending() bool
- func (o *TokenRevocationResponse) HasFilterBy() bool
- func (o *TokenRevocationResponse) HasOrderBy() bool
- func (o *TokenRevocationResponse) HasQueries() bool
- func (o *TokenRevocationResponse) HasRange() bool
- func (o TokenRevocationResponse) MarshalJSON() ([]byte, error)
- func (o *TokenRevocationResponse) SetData(v []TokenRevocation)
- func (o *TokenRevocationResponse) SetDescending(v bool)
- func (o *TokenRevocationResponse) SetFilterBy(v []FilterBy)
- func (o *TokenRevocationResponse) SetOrderBy(v string)
- func (o *TokenRevocationResponse) SetQueries(v []string)
- func (o *TokenRevocationResponse) SetRange(v string)
- type TokenRevocationResponseAllOf
- func (o *TokenRevocationResponseAllOf) GetData() []TokenRevocation
- func (o *TokenRevocationResponseAllOf) GetDataOk() ([]TokenRevocation, bool)
- func (o *TokenRevocationResponseAllOf) HasData() bool
- func (o TokenRevocationResponseAllOf) MarshalJSON() ([]byte, error)
- func (o *TokenRevocationResponseAllOf) SetData(v []TokenRevocation)
- type TopEntitlements
- func (o *TopEntitlements) GetCreationDate() time.Time
- func (o *TopEntitlements) GetCreationDateOk() (*time.Time, bool)
- func (o *TopEntitlements) GetData() []map[string]float32
- func (o *TopEntitlements) GetDataOk() ([]map[string]float32, bool)
- func (o *TopEntitlements) GetDescending() bool
- func (o *TopEntitlements) GetDescendingOk() (*bool, bool)
- func (o *TopEntitlements) GetName() string
- func (o *TopEntitlements) GetNameOk() (*string, bool)
- func (o *TopEntitlements) GetOrderBy() string
- func (o *TopEntitlements) GetOrderByOk() (*string, bool)
- func (o *TopEntitlements) GetRange() string
- func (o *TopEntitlements) GetRangeOk() (*string, bool)
- func (o *TopEntitlements) GetRefreshInterval() float32
- func (o *TopEntitlements) GetRefreshIntervalOk() (*float32, bool)
- func (o *TopEntitlements) HasCreationDate() bool
- func (o *TopEntitlements) HasData() bool
- func (o *TopEntitlements) HasDescending() bool
- func (o *TopEntitlements) HasName() bool
- func (o *TopEntitlements) HasOrderBy() bool
- func (o *TopEntitlements) HasRange() bool
- func (o *TopEntitlements) HasRefreshInterval() bool
- func (o TopEntitlements) MarshalJSON() ([]byte, error)
- func (o *TopEntitlements) SetCreationDate(v time.Time)
- func (o *TopEntitlements) SetData(v []map[string]float32)
- func (o *TopEntitlements) SetDescending(v bool)
- func (o *TopEntitlements) SetName(v string)
- func (o *TopEntitlements) SetOrderBy(v string)
- func (o *TopEntitlements) SetRange(v string)
- func (o *TopEntitlements) SetRefreshInterval(v float32)
- type TopEntitlementsAllOf
- func (o *TopEntitlementsAllOf) GetData() []map[string]float32
- func (o *TopEntitlementsAllOf) GetDataOk() ([]map[string]float32, bool)
- func (o *TopEntitlementsAllOf) HasData() bool
- func (o TopEntitlementsAllOf) MarshalJSON() ([]byte, error)
- func (o *TopEntitlementsAllOf) SetData(v []map[string]float32)
- type TopEntitlementsApiService
- type TrustedCertificate
- func (o *TrustedCertificate) GetCreated() time.Time
- func (o *TrustedCertificate) GetCreatedOk() (*time.Time, bool)
- func (o *TrustedCertificate) GetDetails() CertificateDetails
- func (o *TrustedCertificate) GetDetailsOk() (*CertificateDetails, bool)
- func (o *TrustedCertificate) GetId() string
- func (o *TrustedCertificate) GetIdOk() (*string, bool)
- func (o *TrustedCertificate) GetName() string
- func (o *TrustedCertificate) GetNameOk() (*string, bool)
- func (o *TrustedCertificate) GetNotes() string
- func (o *TrustedCertificate) GetNotesOk() (*string, bool)
- func (o *TrustedCertificate) GetPem() string
- func (o *TrustedCertificate) GetPemOk() (*string, bool)
- func (o *TrustedCertificate) GetTags() []string
- func (o *TrustedCertificate) GetTagsOk() ([]string, bool)
- func (o *TrustedCertificate) GetUpdated() time.Time
- func (o *TrustedCertificate) GetUpdatedOk() (*time.Time, bool)
- func (o *TrustedCertificate) HasCreated() bool
- func (o *TrustedCertificate) HasDetails() bool
- func (o *TrustedCertificate) HasId() bool
- func (o *TrustedCertificate) HasNotes() bool
- func (o *TrustedCertificate) HasTags() bool
- func (o *TrustedCertificate) HasUpdated() bool
- func (o TrustedCertificate) MarshalJSON() ([]byte, error)
- func (o *TrustedCertificate) SetCreated(v time.Time)
- func (o *TrustedCertificate) SetDetails(v CertificateDetails)
- func (o *TrustedCertificate) SetId(v string)
- func (o *TrustedCertificate) SetName(v string)
- func (o *TrustedCertificate) SetNotes(v string)
- func (o *TrustedCertificate) SetPem(v string)
- func (o *TrustedCertificate) SetTags(v []string)
- func (o *TrustedCertificate) SetUpdated(v time.Time)
- type TrustedCertificateAllOf
- func (o *TrustedCertificateAllOf) GetDetails() CertificateDetails
- func (o *TrustedCertificateAllOf) GetDetailsOk() (*CertificateDetails, bool)
- func (o *TrustedCertificateAllOf) GetPem() string
- func (o *TrustedCertificateAllOf) GetPemOk() (*string, bool)
- func (o *TrustedCertificateAllOf) HasDetails() bool
- func (o TrustedCertificateAllOf) MarshalJSON() ([]byte, error)
- func (o *TrustedCertificateAllOf) SetDetails(v CertificateDetails)
- func (o *TrustedCertificateAllOf) SetPem(v string)
- type TrustedCertificateList
- func (o *TrustedCertificateList) GetData() []TrustedCertificate
- func (o *TrustedCertificateList) GetDataOk() ([]TrustedCertificate, bool)
- func (o *TrustedCertificateList) GetDescending() bool
- func (o *TrustedCertificateList) GetDescendingOk() (*bool, bool)
- func (o *TrustedCertificateList) GetFilterBy() []FilterBy
- func (o *TrustedCertificateList) GetFilterByOk() ([]FilterBy, bool)
- func (o *TrustedCertificateList) GetOrderBy() string
- func (o *TrustedCertificateList) GetOrderByOk() (*string, bool)
- func (o *TrustedCertificateList) GetQueries() []string
- func (o *TrustedCertificateList) GetQueriesOk() ([]string, bool)
- func (o *TrustedCertificateList) GetRange() string
- func (o *TrustedCertificateList) GetRangeOk() (*string, bool)
- func (o *TrustedCertificateList) HasData() bool
- func (o *TrustedCertificateList) HasDescending() bool
- func (o *TrustedCertificateList) HasFilterBy() bool
- func (o *TrustedCertificateList) HasOrderBy() bool
- func (o *TrustedCertificateList) HasQueries() bool
- func (o *TrustedCertificateList) HasRange() bool
- func (o TrustedCertificateList) MarshalJSON() ([]byte, error)
- func (o *TrustedCertificateList) SetData(v []TrustedCertificate)
- func (o *TrustedCertificateList) SetDescending(v bool)
- func (o *TrustedCertificateList) SetFilterBy(v []FilterBy)
- func (o *TrustedCertificateList) SetOrderBy(v string)
- func (o *TrustedCertificateList) SetQueries(v []string)
- func (o *TrustedCertificateList) SetRange(v string)
- type TrustedCertificateListAllOf
- func (o *TrustedCertificateListAllOf) GetData() []TrustedCertificate
- func (o *TrustedCertificateListAllOf) GetDataOk() ([]TrustedCertificate, bool)
- func (o *TrustedCertificateListAllOf) HasData() bool
- func (o TrustedCertificateListAllOf) MarshalJSON() ([]byte, error)
- func (o *TrustedCertificateListAllOf) SetData(v []TrustedCertificate)
- type TrustedCertificatesApiService
- func (a *TrustedCertificatesApiService) TrustedCertificatesGet(ctx context.Context) ApiTrustedCertificatesGetRequest
- func (a *TrustedCertificatesApiService) TrustedCertificatesGetExecute(r ApiTrustedCertificatesGetRequest) (*TrustedCertificateList, *http.Response, error)
- func (a *TrustedCertificatesApiService) TrustedCertificatesIdDelete(ctx context.Context, id string) ApiTrustedCertificatesIdDeleteRequest
- func (a *TrustedCertificatesApiService) TrustedCertificatesIdDeleteExecute(r ApiTrustedCertificatesIdDeleteRequest) (*http.Response, error)
- func (a *TrustedCertificatesApiService) TrustedCertificatesIdGet(ctx context.Context, id string) ApiTrustedCertificatesIdGetRequest
- func (a *TrustedCertificatesApiService) TrustedCertificatesIdGetExecute(r ApiTrustedCertificatesIdGetRequest) (*TrustedCertificate, *http.Response, error)
- func (a *TrustedCertificatesApiService) TrustedCertificatesIdPut(ctx context.Context, id string) ApiTrustedCertificatesIdPutRequest
- func (a *TrustedCertificatesApiService) TrustedCertificatesIdPutExecute(r ApiTrustedCertificatesIdPutRequest) (*TrustedCertificate, *http.Response, error)
- func (a *TrustedCertificatesApiService) TrustedCertificatesPost(ctx context.Context) ApiTrustedCertificatesPostRequest
- func (a *TrustedCertificatesApiService) TrustedCertificatesPostExecute(r ApiTrustedCertificatesPostRequest) (*TrustedCertificate, *http.Response, error)
- type UploadCa
- func (o *UploadCa) GetCrlUrl() string
- func (o *UploadCa) GetCrlUrlOk() (*string, bool)
- func (o *UploadCa) GetP12() string
- func (o *UploadCa) GetP12Ok() (*string, bool)
- func (o *UploadCa) GetPassword() string
- func (o *UploadCa) GetPasswordOk() (*string, bool)
- func (o *UploadCa) HasCrlUrl() bool
- func (o *UploadCa) HasP12() bool
- func (o *UploadCa) HasPassword() bool
- func (o UploadCa) MarshalJSON() ([]byte, error)
- func (o *UploadCa) SetCrlUrl(v string)
- func (o *UploadCa) SetP12(v string)
- func (o *UploadCa) SetPassword(v string)
- type UploadCaAllOf
- type User
- func (o *User) GetProviderName() string
- func (o *User) GetProviderNameOk() (*string, bool)
- func (o *User) GetUserDistinguishedName() string
- func (o *User) GetUserDistinguishedNameOk() (*string, bool)
- func (o *User) GetUsername() string
- func (o *User) GetUsernameOk() (*string, bool)
- func (o *User) HasProviderName() bool
- func (o *User) HasUserDistinguishedName() bool
- func (o *User) HasUsername() bool
- func (o User) MarshalJSON() ([]byte, error)
- func (o *User) SetProviderName(v string)
- func (o *User) SetUserDistinguishedName(v string)
- func (o *User) SetUsername(v string)
- type UserClaimScriptsApiService
- func (a *UserClaimScriptsApiService) UserScriptsGet(ctx context.Context) ApiUserScriptsGetRequest
- func (a *UserClaimScriptsApiService) UserScriptsGetExecute(r ApiUserScriptsGetRequest) (*UserScriptList, *http.Response, error)
- func (a *UserClaimScriptsApiService) UserScriptsIdDelete(ctx context.Context, id string) ApiUserScriptsIdDeleteRequest
- func (a *UserClaimScriptsApiService) UserScriptsIdDeleteExecute(r ApiUserScriptsIdDeleteRequest) (*http.Response, error)
- func (a *UserClaimScriptsApiService) UserScriptsIdGet(ctx context.Context, id string) ApiUserScriptsIdGetRequest
- func (a *UserClaimScriptsApiService) UserScriptsIdGetExecute(r ApiUserScriptsIdGetRequest) (*UserScript, *http.Response, error)
- func (a *UserClaimScriptsApiService) UserScriptsIdPut(ctx context.Context, id string) ApiUserScriptsIdPutRequest
- func (a *UserClaimScriptsApiService) UserScriptsIdPutExecute(r ApiUserScriptsIdPutRequest) (*UserScript, *http.Response, error)
- func (a *UserClaimScriptsApiService) UserScriptsPost(ctx context.Context) ApiUserScriptsPostRequest
- func (a *UserClaimScriptsApiService) UserScriptsPostExecute(r ApiUserScriptsPostRequest) (*UserScript, *http.Response, error)
- type UserLicense
- func (o *UserLicense) GetCreated() time.Time
- func (o *UserLicense) GetCreatedOk() (*time.Time, bool)
- func (o *UserLicense) GetLastSeenAt() time.Time
- func (o *UserLicense) GetLastSeenAtOk() (*time.Time, bool)
- func (o *UserLicense) GetProviderName() string
- func (o *UserLicense) GetProviderNameOk() (*string, bool)
- func (o *UserLicense) GetType() string
- func (o *UserLicense) GetTypeOk() (*string, bool)
- func (o *UserLicense) GetUserDistinguishedName() string
- func (o *UserLicense) GetUserDistinguishedNameOk() (*string, bool)
- func (o *UserLicense) GetUsername() string
- func (o *UserLicense) GetUsernameOk() (*string, bool)
- func (o *UserLicense) HasCreated() bool
- func (o *UserLicense) HasLastSeenAt() bool
- func (o *UserLicense) HasProviderName() bool
- func (o *UserLicense) HasType() bool
- func (o *UserLicense) HasUserDistinguishedName() bool
- func (o *UserLicense) HasUsername() bool
- func (o UserLicense) MarshalJSON() ([]byte, error)
- func (o *UserLicense) SetCreated(v time.Time)
- func (o *UserLicense) SetLastSeenAt(v time.Time)
- func (o *UserLicense) SetProviderName(v string)
- func (o *UserLicense) SetType(v string)
- func (o *UserLicense) SetUserDistinguishedName(v string)
- func (o *UserLicense) SetUsername(v string)
- type UserLicenseAllOf
- func (o *UserLicenseAllOf) GetCreated() time.Time
- func (o *UserLicenseAllOf) GetCreatedOk() (*time.Time, bool)
- func (o *UserLicenseAllOf) GetLastSeenAt() time.Time
- func (o *UserLicenseAllOf) GetLastSeenAtOk() (*time.Time, bool)
- func (o *UserLicenseAllOf) GetType() string
- func (o *UserLicenseAllOf) GetTypeOk() (*string, bool)
- func (o *UserLicenseAllOf) HasCreated() bool
- func (o *UserLicenseAllOf) HasLastSeenAt() bool
- func (o *UserLicenseAllOf) HasType() bool
- func (o UserLicenseAllOf) MarshalJSON() ([]byte, error)
- func (o *UserLicenseAllOf) SetCreated(v time.Time)
- func (o *UserLicenseAllOf) SetLastSeenAt(v time.Time)
- func (o *UserLicenseAllOf) SetType(v string)
- type UserLicenseList
- func (o *UserLicenseList) GetData() []UserLicense
- func (o *UserLicenseList) GetDataOk() ([]UserLicense, bool)
- func (o *UserLicenseList) GetDescending() bool
- func (o *UserLicenseList) GetDescendingOk() (*bool, bool)
- func (o *UserLicenseList) GetFilterBy() []FilterBy
- func (o *UserLicenseList) GetFilterByOk() ([]FilterBy, bool)
- func (o *UserLicenseList) GetOrderBy() string
- func (o *UserLicenseList) GetOrderByOk() (*string, bool)
- func (o *UserLicenseList) GetQueries() []string
- func (o *UserLicenseList) GetQueriesOk() ([]string, bool)
- func (o *UserLicenseList) GetRange() string
- func (o *UserLicenseList) GetRangeOk() (*string, bool)
- func (o *UserLicenseList) HasData() bool
- func (o *UserLicenseList) HasDescending() bool
- func (o *UserLicenseList) HasFilterBy() bool
- func (o *UserLicenseList) HasOrderBy() bool
- func (o *UserLicenseList) HasQueries() bool
- func (o *UserLicenseList) HasRange() bool
- func (o UserLicenseList) MarshalJSON() ([]byte, error)
- func (o *UserLicenseList) SetData(v []UserLicense)
- func (o *UserLicenseList) SetDescending(v bool)
- func (o *UserLicenseList) SetFilterBy(v []FilterBy)
- func (o *UserLicenseList) SetOrderBy(v string)
- func (o *UserLicenseList) SetQueries(v []string)
- func (o *UserLicenseList) SetRange(v string)
- type UserLicenseListAllOf
- type UserLogins
- func (o *UserLogins) GetCreationDate() time.Time
- func (o *UserLogins) GetCreationDateOk() (*time.Time, bool)
- func (o *UserLogins) GetData() map[string]float32
- func (o *UserLogins) GetDataOk() (*map[string]float32, bool)
- func (o *UserLogins) GetName() string
- func (o *UserLogins) GetNameOk() (*string, bool)
- func (o *UserLogins) GetRefreshInterval() float32
- func (o *UserLogins) GetRefreshIntervalOk() (*float32, bool)
- func (o *UserLogins) HasCreationDate() bool
- func (o *UserLogins) HasData() bool
- func (o *UserLogins) HasName() bool
- func (o *UserLogins) HasRefreshInterval() bool
- func (o UserLogins) MarshalJSON() ([]byte, error)
- func (o *UserLogins) SetCreationDate(v time.Time)
- func (o *UserLogins) SetData(v map[string]float32)
- func (o *UserLogins) SetName(v string)
- func (o *UserLogins) SetRefreshInterval(v float32)
- type UserLoginsAllOf
- type UserLoginsPerHourApiService
- type UserScript
- func (o *UserScript) GetCreated() time.Time
- func (o *UserScript) GetCreatedOk() (*time.Time, bool)
- func (o *UserScript) GetExpression() string
- func (o *UserScript) GetExpressionOk() (*string, bool)
- func (o *UserScript) GetId() string
- func (o *UserScript) GetIdOk() (*string, bool)
- func (o *UserScript) GetName() string
- func (o *UserScript) GetNameOk() (*string, bool)
- func (o *UserScript) GetNotes() string
- func (o *UserScript) GetNotesOk() (*string, bool)
- func (o *UserScript) GetTags() []string
- func (o *UserScript) GetTagsOk() ([]string, bool)
- func (o *UserScript) GetUpdated() time.Time
- func (o *UserScript) GetUpdatedOk() (*time.Time, bool)
- func (o *UserScript) HasCreated() bool
- func (o *UserScript) HasId() bool
- func (o *UserScript) HasNotes() bool
- func (o *UserScript) HasTags() bool
- func (o *UserScript) HasUpdated() bool
- func (o UserScript) MarshalJSON() ([]byte, error)
- func (o *UserScript) SetCreated(v time.Time)
- func (o *UserScript) SetExpression(v string)
- func (o *UserScript) SetId(v string)
- func (o *UserScript) SetName(v string)
- func (o *UserScript) SetNotes(v string)
- func (o *UserScript) SetTags(v []string)
- func (o *UserScript) SetUpdated(v time.Time)
- type UserScriptAllOf
- type UserScriptList
- func (o *UserScriptList) GetData() []UserScript
- func (o *UserScriptList) GetDataOk() ([]UserScript, bool)
- func (o *UserScriptList) GetDescending() bool
- func (o *UserScriptList) GetDescendingOk() (*bool, bool)
- func (o *UserScriptList) GetFilterBy() []FilterBy
- func (o *UserScriptList) GetFilterByOk() ([]FilterBy, bool)
- func (o *UserScriptList) GetOrderBy() string
- func (o *UserScriptList) GetOrderByOk() (*string, bool)
- func (o *UserScriptList) GetQueries() []string
- func (o *UserScriptList) GetQueriesOk() ([]string, bool)
- func (o *UserScriptList) GetRange() string
- func (o *UserScriptList) GetRangeOk() (*string, bool)
- func (o *UserScriptList) HasData() bool
- func (o *UserScriptList) HasDescending() bool
- func (o *UserScriptList) HasFilterBy() bool
- func (o *UserScriptList) HasOrderBy() bool
- func (o *UserScriptList) HasQueries() bool
- func (o *UserScriptList) HasRange() bool
- func (o UserScriptList) MarshalJSON() ([]byte, error)
- func (o *UserScriptList) SetData(v []UserScript)
- func (o *UserScriptList) SetDescending(v bool)
- func (o *UserScriptList) SetFilterBy(v []FilterBy)
- func (o *UserScriptList) SetOrderBy(v string)
- func (o *UserScriptList) SetQueries(v []string)
- func (o *UserScriptList) SetRange(v string)
- type UserScriptListAllOf
- type ValidationError
- func (o *ValidationError) GetErrors() []ValidationErrorErrorsInner
- func (o *ValidationError) GetErrorsOk() ([]ValidationErrorErrorsInner, bool)
- func (o *ValidationError) GetId() string
- func (o *ValidationError) GetIdOk() (*string, bool)
- func (o *ValidationError) GetMessage() string
- func (o *ValidationError) GetMessageOk() (*string, bool)
- func (o *ValidationError) HasErrors() bool
- func (o *ValidationError) HasId() bool
- func (o *ValidationError) HasMessage() bool
- func (o ValidationError) MarshalJSON() ([]byte, error)
- func (o *ValidationError) SetErrors(v []ValidationErrorErrorsInner)
- func (o *ValidationError) SetId(v string)
- func (o *ValidationError) SetMessage(v string)
- type ValidationErrorErrorsInner
- func (o *ValidationErrorErrorsInner) GetField() string
- func (o *ValidationErrorErrorsInner) GetFieldOk() (*string, bool)
- func (o *ValidationErrorErrorsInner) GetMessage() string
- func (o *ValidationErrorErrorsInner) GetMessageOk() (*string, bool)
- func (o *ValidationErrorErrorsInner) HasField() bool
- func (o *ValidationErrorErrorsInner) HasMessage() bool
- func (o ValidationErrorErrorsInner) MarshalJSON() ([]byte, error)
- func (o *ValidationErrorErrorsInner) SetField(v string)
- func (o *ValidationErrorErrorsInner) SetMessage(v string)
- type ZTPApiService
- func (a *ZTPApiService) ZtpDelete(ctx context.Context) ApiZtpDeleteRequest
- func (a *ZTPApiService) ZtpDeleteExecute(r ApiZtpDeleteRequest) (*ZtpStatus, *http.Response, error)
- func (a *ZTPApiService) ZtpGet(ctx context.Context) ApiZtpGetRequest
- func (a *ZTPApiService) ZtpGetExecute(r ApiZtpGetRequest) (*ZtpStatus, *http.Response, error)
- func (a *ZTPApiService) ZtpPost(ctx context.Context) ApiZtpPostRequest
- func (a *ZTPApiService) ZtpPostExecute(r ApiZtpPostRequest) (*ZtpStatus, *http.Response, error)
- func (a *ZTPApiService) ZtpServicesVersionGet(ctx context.Context) ApiZtpServicesVersionGetRequest
- func (a *ZTPApiService) ZtpServicesVersionGetExecute(r ApiZtpServicesVersionGetRequest) (*ZtpVersionStatus, *http.Response, error)
- func (a *ZTPApiService) ZtpServicesVersionPost(ctx context.Context) ApiZtpServicesVersionPostRequest
- func (a *ZTPApiService) ZtpServicesVersionPostExecute(r ApiZtpServicesVersionPostRequest) (*ZtpVersionStatus, *http.Response, error)
- func (a *ZTPApiService) ZtpSettingsGet(ctx context.Context) ApiZtpSettingsGetRequest
- func (a *ZTPApiService) ZtpSettingsGetExecute(r ApiZtpSettingsGetRequest) (*ZtpSettings, *http.Response, error)
- func (a *ZTPApiService) ZtpSettingsPut(ctx context.Context) ApiZtpSettingsPutRequest
- func (a *ZTPApiService) ZtpSettingsPutExecute(r ApiZtpSettingsPutRequest) (*ZtpSettings, *http.Response, error)
- type ZtpSettings
- type ZtpSettingsRiskEngine
- func (o *ZtpSettingsRiskEngine) GetEnabled() bool
- func (o *ZtpSettingsRiskEngine) GetEnabledOk() (*bool, bool)
- func (o *ZtpSettingsRiskEngine) GetFallbackValues() ZtpSettingsRiskEngineFallbackValues
- func (o *ZtpSettingsRiskEngine) GetFallbackValuesOk() (*ZtpSettingsRiskEngineFallbackValues, bool)
- func (o *ZtpSettingsRiskEngine) HasEnabled() bool
- func (o *ZtpSettingsRiskEngine) HasFallbackValues() bool
- func (o ZtpSettingsRiskEngine) MarshalJSON() ([]byte, error)
- func (o *ZtpSettingsRiskEngine) SetEnabled(v bool)
- func (o *ZtpSettingsRiskEngine) SetFallbackValues(v ZtpSettingsRiskEngineFallbackValues)
- type ZtpSettingsRiskEngineFallbackValues
- func (o *ZtpSettingsRiskEngineFallbackValues) GetDeviceInfoNotAvailable() float32
- func (o *ZtpSettingsRiskEngineFallbackValues) GetDeviceInfoNotAvailableOk() (*float32, bool)
- func (o *ZtpSettingsRiskEngineFallbackValues) GetRuleNotWorking() float32
- func (o *ZtpSettingsRiskEngineFallbackValues) GetRuleNotWorkingOk() (*float32, bool)
- func (o *ZtpSettingsRiskEngineFallbackValues) GetZtpUnreachable() float32
- func (o *ZtpSettingsRiskEngineFallbackValues) GetZtpUnreachableOk() (*float32, bool)
- func (o *ZtpSettingsRiskEngineFallbackValues) HasDeviceInfoNotAvailable() bool
- func (o *ZtpSettingsRiskEngineFallbackValues) HasRuleNotWorking() bool
- func (o *ZtpSettingsRiskEngineFallbackValues) HasZtpUnreachable() bool
- func (o ZtpSettingsRiskEngineFallbackValues) MarshalJSON() ([]byte, error)
- func (o *ZtpSettingsRiskEngineFallbackValues) SetDeviceInfoNotAvailable(v float32)
- func (o *ZtpSettingsRiskEngineFallbackValues) SetRuleNotWorking(v float32)
- func (o *ZtpSettingsRiskEngineFallbackValues) SetZtpUnreachable(v float32)
- type ZtpStatus
- func (o *ZtpStatus) GetRegistered() bool
- func (o *ZtpStatus) GetRegisteredOk() (*bool, bool)
- func (o *ZtpStatus) GetServiceNames() []string
- func (o *ZtpStatus) GetServiceNamesOk() ([]string, bool)
- func (o *ZtpStatus) HasRegistered() bool
- func (o *ZtpStatus) HasServiceNames() bool
- func (o ZtpStatus) MarshalJSON() ([]byte, error)
- func (o *ZtpStatus) SetRegistered(v bool)
- func (o *ZtpStatus) SetServiceNames(v []string)
- type ZtpVersionStatus
- func (o *ZtpVersionStatus) GetReleaseNotesUrl() string
- func (o *ZtpVersionStatus) GetReleaseNotesUrlOk() (*string, bool)
- func (o *ZtpVersionStatus) GetUpgradableApplianceCount() float32
- func (o *ZtpVersionStatus) GetUpgradableApplianceCountOk() (*float32, bool)
- func (o *ZtpVersionStatus) GetVersion() string
- func (o *ZtpVersionStatus) GetVersionOk() (*string, bool)
- func (o *ZtpVersionStatus) HasReleaseNotesUrl() bool
- func (o *ZtpVersionStatus) HasUpgradableApplianceCount() bool
- func (o *ZtpVersionStatus) HasVersion() bool
- func (o ZtpVersionStatus) MarshalJSON() ([]byte, error)
- func (o *ZtpVersionStatus) SetReleaseNotesUrl(v string)
- func (o *ZtpVersionStatus) SetUpgradableApplianceCount(v float32)
- func (o *ZtpVersionStatus) SetVersion(v string)
Constants ¶
This section is empty.
Variables ¶
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 ¶
CacheExpires helper function to determine remaining time before repeating a request.
func PtrFloat32 ¶
PtrFloat32 is a helper routine that returns a pointer to given float value.
func PtrFloat64 ¶
PtrFloat64 is a helper routine that returns a pointer to given float 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 ¶
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 ¶
func (a *ActiveDevicesApiService) TokenRecordsDnGet(ctx context.Context) ApiTokenRecordsDnGetRequest
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 ¶
func (a *ActiveDevicesApiService) TokenRecordsDnGetExecute(r ApiTokenRecordsDnGetRequest) (*DistinguishedNameList, *http.Response, error)
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 ¶
func (a *ActiveDevicesApiService) TokenRecordsReevalByDnDistinguishedNamePostExecute(r ApiTokenRecordsReevalByDnDistinguishedNamePostRequest) (*TokenRecordsReevalByDnDistinguishedNamePost200Response, *http.Response, error)
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 ¶
func (a *ActiveDevicesApiService) TokenRecordsRevokedByDnDistinguishedNamePutExecute(r ApiTokenRecordsRevokedByDnDistinguishedNamePutRequest) (*TokenRevocationResponse, *http.Response, error)
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 ¶
func (a *ActiveDevicesApiService) TokenRecordsRevokedByTypeTokenTypePutExecute(r ApiTokenRecordsRevokedByTypeTokenTypePutRequest) (*TokenRevocationResponse, *http.Response, error)
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 ¶
func (a *ActiveSessionsApiService) SessionInfoDistinguishedNameGetExecute(r ApiSessionInfoDistinguishedNameGetRequest) (*SessionInfoDistinguishedName, *http.Response, error)
Execute executes the request
@return SessionInfoDistinguishedName
func (*ActiveSessionsApiService) StatsActiveSessionsDnGet ¶
func (a *ActiveSessionsApiService) StatsActiveSessionsDnGet(ctx context.Context) ApiStatsActiveSessionsDnGetRequest
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 ¶
func (a *ActiveSessionsApiService) StatsActiveSessionsDnGetExecute(r ApiStatsActiveSessionsDnGetRequest) (*ActiveSessionsDn, *http.Response, error)
Execute executes the request
@return ActiveSessionsDn
func (*ActiveSessionsApiService) StatsActiveSessionsGet ¶
func (a *ActiveSessionsApiService) StatsActiveSessionsGet(ctx context.Context) ApiStatsActiveSessionsGetRequest
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 ¶
func (a *ActiveSessionsApiService) StatsActiveSessionsGetExecute(r ApiStatsActiveSessionsGetRequest) (*ActiveSessions, *http.Response, error)
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 ¶
func (a *AdminMessagesApiService) AdminMessagesDelete(ctx context.Context) ApiAdminMessagesDeleteRequest
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 ¶
func (a *AdminMessagesApiService) AdminMessagesGet(ctx context.Context) ApiAdminMessagesGetRequest
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 ¶
func (a *AdminMessagesApiService) AdminMessagesGetExecute(r ApiAdminMessagesGetRequest) (*AdminMessagesList, *http.Response, error)
Execute executes the request
@return AdminMessagesList
func (*AdminMessagesApiService) AdminMessagesSummarizeGet ¶
func (a *AdminMessagesApiService) AdminMessagesSummarizeGet(ctx context.Context) ApiAdminMessagesSummarizeGetRequest
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 ¶
func (a *AdminMessagesApiService) AdminMessagesSummarizeGetExecute(r ApiAdminMessagesSummarizeGetRequest) ([]AdminMessagesSummarizeInner, *http.Response, error)
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 ¶
func (o *AdminMessagesList) GetData() []AdminMessagesListDataInner
GetData returns the Data field value if set, zero value otherwise.
func (*AdminMessagesList) GetDataOk ¶
func (o *AdminMessagesList) GetDataOk() ([]AdminMessagesListDataInner, 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 (*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 ¶
func (o *AdminMessagesList) SetData(v []AdminMessagesListDataInner)
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 ¶
func (o *AdminMessagesListDataInner) GetId() string
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 ¶
func (o *AdminMessagesSummarizeInner) GetData() []AdminMessagesSummarizeInnerDataInner
GetData returns the Data field value if set, zero value otherwise.
func (*AdminMessagesSummarizeInner) GetDataOk ¶
func (o *AdminMessagesSummarizeInner) GetDataOk() ([]AdminMessagesSummarizeInnerDataInner, 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 (*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 ¶
func (o *AdminMessagesSummarizeInner) SetData(v []AdminMessagesSummarizeInnerDataInner)
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 ¶
func (o *AdminMessagesSummarizeInnerDataInner) GetCategory() string
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 ¶
func (o *AdminMessagesSummarizeInnerDataInner) GetCount() float32
GetCount returns the Count field value if set, zero value otherwise.
func (*AdminMessagesSummarizeInnerDataInner) GetCountOk ¶
func (o *AdminMessagesSummarizeInnerDataInner) GetCountOk() (*float32, bool)
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 ¶
func (o *AdminMessagesSummarizeInnerDataInner) GetCreated() time.Time
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 ¶
func (o *AdminMessagesSummarizeInnerDataInner) GetLevel() string
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 ¶
func (o *AdminMessagesSummarizeInnerDataInner) GetMessage() string
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 ¶
func (o *AdminMessagesSummarizeInnerDataInner) GetSource() string
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 ¶
func (o *AdminMessagesSummarizeInnerDataInner) HasCount() bool
HasCount returns a boolean if a field has been set.
func (*AdminMessagesSummarizeInnerDataInner) HasCreated ¶
func (o *AdminMessagesSummarizeInnerDataInner) HasCreated() bool
HasCreated returns a boolean if a field has been set.
func (*AdminMessagesSummarizeInnerDataInner) HasLevel ¶
func (o *AdminMessagesSummarizeInnerDataInner) HasLevel() bool
HasLevel returns a boolean if a field has been set.
func (*AdminMessagesSummarizeInnerDataInner) HasMessage ¶
func (o *AdminMessagesSummarizeInnerDataInner) HasMessage() bool
HasMessage returns a boolean if a field has been set.
func (*AdminMessagesSummarizeInnerDataInner) HasSource ¶
func (o *AdminMessagesSummarizeInnerDataInner) HasSource() bool
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 ¶
func (o *AdminMessagesSummarizeInnerDataInner) SetCount(v float32)
SetCount gets a reference to the given float32 and assigns it to the Count field.
func (*AdminMessagesSummarizeInnerDataInner) SetCreated ¶
func (o *AdminMessagesSummarizeInnerDataInner) SetCreated(v time.Time)
SetCreated gets a reference to the given time.Time and assigns it to the Created field.
func (*AdminMessagesSummarizeInnerDataInner) SetLevel ¶
func (o *AdminMessagesSummarizeInnerDataInner) SetLevel(v string)
SetLevel gets a reference to the given string and assigns it to the Level field.
func (*AdminMessagesSummarizeInnerDataInner) SetMessage ¶
func (o *AdminMessagesSummarizeInnerDataInner) SetMessage(v string)
SetMessage gets a reference to the given string and assigns it to the Message field.
func (*AdminMessagesSummarizeInnerDataInner) SetSource ¶
func (o *AdminMessagesSummarizeInnerDataInner) SetSource(v string)
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 ¶
func (a *AdminRolesApiService) AdministrativeRolesGet(ctx context.Context) ApiAdministrativeRolesGetRequest
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 ¶
func (a *AdminRolesApiService) AdministrativeRolesGetExecute(r ApiAdministrativeRolesGetRequest) (*AdministrativeRoleList, *http.Response, error)
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 ¶
func (a *AdminRolesApiService) AdministrativeRolesIdGetExecute(r ApiAdministrativeRolesIdGetRequest) (*AdministrativeRole, *http.Response, error)
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 ¶
func (a *AdminRolesApiService) AdministrativeRolesIdPutExecute(r ApiAdministrativeRolesIdPutRequest) (*AdministrativeRole, *http.Response, error)
Execute executes the request
@return AdministrativeRole
func (*AdminRolesApiService) AdministrativeRolesPost ¶
func (a *AdminRolesApiService) AdministrativeRolesPost(ctx context.Context) ApiAdministrativeRolesPostRequest
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 ¶
func (a *AdminRolesApiService) AdministrativeRolesPostExecute(r ApiAdministrativeRolesPostRequest) (*AdministrativeRole, *http.Response, error)
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 ¶
func (a *AdminRolesApiService) AdministrativeRolesTypeTargetMapGetExecute(r ApiAdministrativeRolesTypeTargetMapGetRequest) (*AdministrativeRolesTypeTargetMapGet200Response, *http.Response, error)
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 ¶
func (o *AdministrativePrivilege) GetScope() AdministrativePrivilegeScope
GetScope returns the Scope field value if set, zero value otherwise.
func (*AdministrativePrivilege) GetScopeOk ¶
func (o *AdministrativePrivilege) GetScopeOk() (*AdministrativePrivilegeScope, 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 (*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 ¶
func (o *AdministrativePrivilege) SetScope(v AdministrativePrivilegeScope)
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 ¶
func (o *AdministrativeRoleList) GetData() []AdministrativeRole
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 ¶
func (o *AdministrativeRoleList) SetData(v []AdministrativeRole)
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 ¶
func (o *AdministrativeRoleListAllOf) GetData() []AdministrativeRole
GetData returns the Data field value if set, zero value otherwise.
func (*AdministrativeRoleListAllOf) GetDataOk ¶
func (o *AdministrativeRoleListAllOf) 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 (*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 ¶
func (o *AdministrativeRoleListAllOf) SetData(v []AdministrativeRole)
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 (o AdministrativeRolesTypeTargetMapGet200Response) MarshalJSON() ([]byte, error)
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 ¶
func (r ApiAdminMessagesDeleteRequest) Authorization(authorization string) ApiAdminMessagesDeleteRequest
The Token from the LoginResponse.
func (ApiAdminMessagesDeleteRequest) Execute ¶
func (r ApiAdminMessagesDeleteRequest) Execute() (*http.Response, error)
func (ApiAdminMessagesDeleteRequest) Message ¶
func (r ApiAdminMessagesDeleteRequest) Message(message string) ApiAdminMessagesDeleteRequest
The message text of an Admin Message.
func (ApiAdminMessagesDeleteRequest) Source ¶
func (r ApiAdminMessagesDeleteRequest) Source(source string) ApiAdminMessagesDeleteRequest
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 ¶
func (r ApiAdminMessagesGetRequest) Execute() (*AdminMessagesList, *http.Response, error)
type ApiAdminMessagesSummarizeGetRequest ¶
type ApiAdminMessagesSummarizeGetRequest struct {
ApiService *AdminMessagesApiService
// contains filtered or unexported fields
}
func (ApiAdminMessagesSummarizeGetRequest) Authorization ¶
func (r ApiAdminMessagesSummarizeGetRequest) Authorization(authorization string) ApiAdminMessagesSummarizeGetRequest
The Token from the LoginResponse.
func (ApiAdminMessagesSummarizeGetRequest) Execute ¶
func (r ApiAdminMessagesSummarizeGetRequest) Execute() ([]AdminMessagesSummarizeInner, *http.Response, error)
type ApiAdminMfaSettingsDeleteRequest ¶
type ApiAdminMfaSettingsDeleteRequest struct {
ApiService *MFAForAdminsApiService
// contains filtered or unexported fields
}
func (ApiAdminMfaSettingsDeleteRequest) Authorization ¶
func (r ApiAdminMfaSettingsDeleteRequest) Authorization(authorization string) ApiAdminMfaSettingsDeleteRequest
The Token from the LoginResponse.
type ApiAdminMfaSettingsGetRequest ¶
type ApiAdminMfaSettingsGetRequest struct {
ApiService *MFAForAdminsApiService
// contains filtered or unexported fields
}
func (ApiAdminMfaSettingsGetRequest) Authorization ¶
func (r ApiAdminMfaSettingsGetRequest) Authorization(authorization string) ApiAdminMfaSettingsGetRequest
The Token from the LoginResponse.
func (ApiAdminMfaSettingsGetRequest) Execute ¶
func (r ApiAdminMfaSettingsGetRequest) Execute() (*AdminMfaSettings, *http.Response, error)
type ApiAdminMfaSettingsPutRequest ¶
type ApiAdminMfaSettingsPutRequest struct {
ApiService *MFAForAdminsApiService
// contains filtered or unexported fields
}
func (ApiAdminMfaSettingsPutRequest) AdminMfaSettings ¶
func (r ApiAdminMfaSettingsPutRequest) AdminMfaSettings(adminMfaSettings AdminMfaSettings) ApiAdminMfaSettingsPutRequest
Admin MFA settings.
func (ApiAdminMfaSettingsPutRequest) Authorization ¶
func (r ApiAdminMfaSettingsPutRequest) Authorization(authorization string) ApiAdminMfaSettingsPutRequest
The Token from the LoginResponse.
type ApiAdministrativeRolesGetRequest ¶
type ApiAdministrativeRolesGetRequest struct {
ApiService *AdminRolesApiService
// contains filtered or unexported fields
}
func (ApiAdministrativeRolesGetRequest) Authorization ¶
func (r ApiAdministrativeRolesGetRequest) Authorization(authorization string) ApiAdministrativeRolesGetRequest
The Token from the LoginResponse.
func (ApiAdministrativeRolesGetRequest) Descending ¶
func (r ApiAdministrativeRolesGetRequest) Descending(descending string) ApiAdministrativeRolesGetRequest
Whether the sorting is applied descending or ascending. Defaults to certain field depending on the object type.
func (ApiAdministrativeRolesGetRequest) Execute ¶
func (r ApiAdministrativeRolesGetRequest) Execute() (*AdministrativeRoleList, *http.Response, error)
func (ApiAdministrativeRolesGetRequest) FilterBy ¶
func (r ApiAdministrativeRolesGetRequest) FilterBy(filterBy map[string]string) ApiAdministrativeRolesGetRequest
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 ¶
func (r ApiAdministrativeRolesGetRequest) OrderBy(orderBy string) ApiAdministrativeRolesGetRequest
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 ¶
func (r ApiAdministrativeRolesGetRequest) Query(query string) ApiAdministrativeRolesGetRequest
Query string to filter the result list. It's used for various fields depending on the object type. Send multiple query parameters to make the queries more specific.
func (ApiAdministrativeRolesGetRequest) Range_ ¶
func (r ApiAdministrativeRolesGetRequest) Range_(range_ string) ApiAdministrativeRolesGetRequest
'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.'
type ApiAdministrativeRolesIdDeleteRequest ¶
type ApiAdministrativeRolesIdDeleteRequest struct {
ApiService *AdminRolesApiService
// contains filtered or unexported fields
}
func (ApiAdministrativeRolesIdDeleteRequest) Authorization ¶
func (r ApiAdministrativeRolesIdDeleteRequest) Authorization(authorization string) ApiAdministrativeRolesIdDeleteRequest
The Token from the LoginResponse.
type ApiAdministrativeRolesIdGetRequest ¶
type ApiAdministrativeRolesIdGetRequest struct {
ApiService *AdminRolesApiService
// contains filtered or unexported fields
}
func (ApiAdministrativeRolesIdGetRequest) Authorization ¶
func (r ApiAdministrativeRolesIdGetRequest) Authorization(authorization string) ApiAdministrativeRolesIdGetRequest
The Token from the LoginResponse.
func (ApiAdministrativeRolesIdGetRequest) Execute ¶
func (r ApiAdministrativeRolesIdGetRequest) Execute() (*AdministrativeRole, *http.Response, error)
type ApiAdministrativeRolesIdPutRequest ¶
type ApiAdministrativeRolesIdPutRequest struct {
ApiService *AdminRolesApiService
// contains filtered or unexported fields
}
func (ApiAdministrativeRolesIdPutRequest) AdministrativeRole ¶
func (r ApiAdministrativeRolesIdPutRequest) AdministrativeRole(administrativeRole AdministrativeRole) ApiAdministrativeRolesIdPutRequest
Administrative Role object.
func (ApiAdministrativeRolesIdPutRequest) Authorization ¶
func (r ApiAdministrativeRolesIdPutRequest) Authorization(authorization string) ApiAdministrativeRolesIdPutRequest
The Token from the LoginResponse.
func (ApiAdministrativeRolesIdPutRequest) Execute ¶
func (r ApiAdministrativeRolesIdPutRequest) Execute() (*AdministrativeRole, *http.Response, error)
type ApiAdministrativeRolesPostRequest ¶
type ApiAdministrativeRolesPostRequest struct {
ApiService *AdminRolesApiService
// contains filtered or unexported fields
}
func (ApiAdministrativeRolesPostRequest) AdministrativeRole ¶
func (r ApiAdministrativeRolesPostRequest) AdministrativeRole(administrativeRole AdministrativeRole) ApiAdministrativeRolesPostRequest
Administrative Role object.
func (ApiAdministrativeRolesPostRequest) Authorization ¶
func (r ApiAdministrativeRolesPostRequest) Authorization(authorization string) ApiAdministrativeRolesPostRequest
The Token from the LoginResponse.
func (ApiAdministrativeRolesPostRequest) Execute ¶
func (r ApiAdministrativeRolesPostRequest) Execute() (*AdministrativeRole, *http.Response, error)
type ApiAdministrativeRolesTypeTargetMapGetRequest ¶
type ApiAdministrativeRolesTypeTargetMapGetRequest struct {
ApiService *AdminRolesApiService
// contains filtered or unexported fields
}
func (ApiAdministrativeRolesTypeTargetMapGetRequest) Authorization ¶
func (r ApiAdministrativeRolesTypeTargetMapGetRequest) Authorization(authorization string) ApiAdministrativeRolesTypeTargetMapGetRequest
The Token from the LoginResponse.
func (ApiAdministrativeRolesTypeTargetMapGetRequest) Execute ¶
func (r ApiAdministrativeRolesTypeTargetMapGetRequest) Execute() (*AdministrativeRolesTypeTargetMapGet200Response, *http.Response, error)
type ApiApplianceCustomizationsGetRequest ¶
type ApiApplianceCustomizationsGetRequest struct {
ApiService *ApplianceCustomizationsApiService
// contains filtered or unexported fields
}
func (ApiApplianceCustomizationsGetRequest) Authorization ¶
func (r ApiApplianceCustomizationsGetRequest) Authorization(authorization string) ApiApplianceCustomizationsGetRequest
The Token from the LoginResponse.
func (ApiApplianceCustomizationsGetRequest) Descending ¶
func (r ApiApplianceCustomizationsGetRequest) Descending(descending string) ApiApplianceCustomizationsGetRequest
Whether the sorting is applied descending or ascending. Defaults to certain field depending on the object type.
func (ApiApplianceCustomizationsGetRequest) Execute ¶
func (r ApiApplianceCustomizationsGetRequest) Execute() (*ApplianceCustomizationList, *http.Response, error)
func (ApiApplianceCustomizationsGetRequest) FilterBy ¶
func (r ApiApplianceCustomizationsGetRequest) FilterBy(filterBy map[string]string) ApiApplianceCustomizationsGetRequest
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 ¶
func (r ApiApplianceCustomizationsGetRequest) OrderBy(orderBy string) ApiApplianceCustomizationsGetRequest
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 ¶
func (r ApiApplianceCustomizationsGetRequest) Query(query string) ApiApplianceCustomizationsGetRequest
Query string to filter the result list. It's used for various fields depending on the object type. Send multiple query parameters to make the queries more specific.
func (ApiApplianceCustomizationsGetRequest) Range_ ¶
func (r ApiApplianceCustomizationsGetRequest) Range_(range_ string) ApiApplianceCustomizationsGetRequest
'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.'
type ApiApplianceCustomizationsIdDeleteRequest ¶
type ApiApplianceCustomizationsIdDeleteRequest struct {
ApiService *ApplianceCustomizationsApiService
// contains filtered or unexported fields
}
func (ApiApplianceCustomizationsIdDeleteRequest) Authorization ¶
func (r ApiApplianceCustomizationsIdDeleteRequest) Authorization(authorization string) ApiApplianceCustomizationsIdDeleteRequest
The Token from the LoginResponse.
type ApiApplianceCustomizationsIdGetRequest ¶
type ApiApplianceCustomizationsIdGetRequest struct {
ApiService *ApplianceCustomizationsApiService
// contains filtered or unexported fields
}
func (ApiApplianceCustomizationsIdGetRequest) Authorization ¶
func (r ApiApplianceCustomizationsIdGetRequest) Authorization(authorization string) ApiApplianceCustomizationsIdGetRequest
The Token from the LoginResponse.
func (ApiApplianceCustomizationsIdGetRequest) Execute ¶
func (r ApiApplianceCustomizationsIdGetRequest) Execute() (*ApplianceCustomization, *http.Response, error)
type ApiApplianceCustomizationsIdPutRequest ¶
type ApiApplianceCustomizationsIdPutRequest struct {
ApiService *ApplianceCustomizationsApiService
// contains filtered or unexported fields
}
func (ApiApplianceCustomizationsIdPutRequest) ApplianceCustomization ¶
func (r ApiApplianceCustomizationsIdPutRequest) ApplianceCustomization(applianceCustomization ApplianceCustomization) ApiApplianceCustomizationsIdPutRequest
Appliance Customization object.
func (ApiApplianceCustomizationsIdPutRequest) Authorization ¶
func (r ApiApplianceCustomizationsIdPutRequest) Authorization(authorization string) ApiApplianceCustomizationsIdPutRequest
The Token from the LoginResponse.
func (ApiApplianceCustomizationsIdPutRequest) Execute ¶
func (r ApiApplianceCustomizationsIdPutRequest) Execute() (*ApplianceCustomization, *http.Response, error)
type ApiApplianceCustomizationsPostRequest ¶
type ApiApplianceCustomizationsPostRequest struct {
ApiService *ApplianceCustomizationsApiService
// contains filtered or unexported fields
}
func (ApiApplianceCustomizationsPostRequest) ApplianceCustomization ¶
func (r ApiApplianceCustomizationsPostRequest) ApplianceCustomization(applianceCustomization ApplianceCustomization) ApiApplianceCustomizationsPostRequest
Appliance Customization object.
func (ApiApplianceCustomizationsPostRequest) Authorization ¶
func (r ApiApplianceCustomizationsPostRequest) Authorization(authorization string) ApiApplianceCustomizationsPostRequest
The Token from the LoginResponse.
func (ApiApplianceCustomizationsPostRequest) Execute ¶
func (r ApiApplianceCustomizationsPostRequest) Execute() (*ApplianceCustomization, *http.Response, error)
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 ¶
func (r ApiAppliancesForceDisableControllersPostRequest) Authorization(authorization string) ApiAppliancesForceDisableControllersPostRequest
The Token from the LoginResponse.
func (ApiAppliancesForceDisableControllersPostRequest) Execute ¶
func (r ApiAppliancesForceDisableControllersPostRequest) Execute() (*AppliancesForceDisableControllersPost200Response, *http.Response, error)
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 (r ApiAppliancesGetRequest) Execute() (*ApplianceList, *http.Response, error)
func (ApiAppliancesGetRequest) FilterBy ¶
func (r ApiAppliancesGetRequest) FilterBy(filterBy map[string]string) ApiAppliancesGetRequest
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 ¶
func (r ApiAppliancesGetRequest) OrderBy(orderBy string) ApiAppliancesGetRequest
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 ¶
func (r ApiAppliancesGetRequest) Query(query string) ApiAppliancesGetRequest
Query string to filter the result list. It's used for various fields depending on the object type. Send multiple query parameters to make the queries more specific.
func (ApiAppliancesGetRequest) Range_ ¶
func (r ApiAppliancesGetRequest) Range_(range_ string) ApiAppliancesGetRequest
'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.'
type ApiAppliancesIdAdminInterfaceP12PostRequest ¶
type ApiAppliancesIdAdminInterfaceP12PostRequest struct {
ApiService *AppliancesApiService
// contains filtered or unexported fields
}
func (ApiAppliancesIdAdminInterfaceP12PostRequest) Authorization ¶
func (r ApiAppliancesIdAdminInterfaceP12PostRequest) Authorization(authorization string) ApiAppliancesIdAdminInterfaceP12PostRequest
The Token from the LoginResponse.
func (ApiAppliancesIdAdminInterfaceP12PostRequest) Execute ¶
func (r ApiAppliancesIdAdminInterfaceP12PostRequest) Execute() (*http.Response, error)
type ApiAppliancesIdBackupBackupIdDeleteRequest ¶
type ApiAppliancesIdBackupBackupIdDeleteRequest struct {
ApiService *ApplianceBackupApiService
// contains filtered or unexported fields
}
func (ApiAppliancesIdBackupBackupIdDeleteRequest) Authorization ¶
func (r ApiAppliancesIdBackupBackupIdDeleteRequest) Authorization(authorization string) ApiAppliancesIdBackupBackupIdDeleteRequest
The Token from the LoginResponse.
type ApiAppliancesIdBackupBackupIdGetRequest ¶
type ApiAppliancesIdBackupBackupIdGetRequest struct {
ApiService *ApplianceBackupApiService
// contains filtered or unexported fields
}
func (ApiAppliancesIdBackupBackupIdGetRequest) Authorization ¶
func (r ApiAppliancesIdBackupBackupIdGetRequest) Authorization(authorization string) ApiAppliancesIdBackupBackupIdGetRequest
The Token from the LoginResponse.
type ApiAppliancesIdBackupBackupIdStatusGetRequest ¶
type ApiAppliancesIdBackupBackupIdStatusGetRequest struct {
ApiService *ApplianceBackupApiService
// contains filtered or unexported fields
}
func (ApiAppliancesIdBackupBackupIdStatusGetRequest) Authorization ¶
func (r ApiAppliancesIdBackupBackupIdStatusGetRequest) Authorization(authorization string) ApiAppliancesIdBackupBackupIdStatusGetRequest
The Token from the LoginResponse.
func (ApiAppliancesIdBackupBackupIdStatusGetRequest) Execute ¶
func (r ApiAppliancesIdBackupBackupIdStatusGetRequest) Execute() (*AppliancesIdBackupBackupIdStatusGet200Response, *http.Response, error)
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 ¶
func (r ApiAppliancesIdBackupPostRequest) Authorization(authorization string) ApiAppliancesIdBackupPostRequest
The Token from the LoginResponse.
func (ApiAppliancesIdBackupPostRequest) Execute ¶
func (r ApiAppliancesIdBackupPostRequest) Execute() (*AppliancesIdBackupPost200Response, *http.Response, error)
type ApiAppliancesIdChangeChangeIdGetRequest ¶
type ApiAppliancesIdChangeChangeIdGetRequest struct {
ApiService *ApplianceChangeApiService
// contains filtered or unexported fields
}
func (ApiAppliancesIdChangeChangeIdGetRequest) Authorization ¶
func (r ApiAppliancesIdChangeChangeIdGetRequest) Authorization(authorization string) ApiAppliancesIdChangeChangeIdGetRequest
The Token from the LoginResponse.
func (ApiAppliancesIdChangeChangeIdGetRequest) Execute ¶
func (r ApiAppliancesIdChangeChangeIdGetRequest) Execute() (*AppliancesIdChangeChangeIdGet200Response, *http.Response, error)
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 ¶
func (r ApiAppliancesIdCommandDigPostRequest) Authorization(authorization string) ApiAppliancesIdCommandDigPostRequest
The Token from the LoginResponse.
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 ¶
func (r ApiAppliancesIdCommandNetcatPostRequest) Authorization(authorization string) ApiAppliancesIdCommandNetcatPostRequest
The Token from the LoginResponse.
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 ¶
func (r ApiAppliancesIdCommandPingPostRequest) Authorization(authorization string) ApiAppliancesIdCommandPingPostRequest
The Token from the LoginResponse.
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 ¶
func (r ApiAppliancesIdCommandTcpdumpPostRequest) Authorization(authorization string) ApiAppliancesIdCommandTcpdumpPostRequest
The Token from the LoginResponse.
type ApiAppliancesIdDeactivatePostRequest ¶
type ApiAppliancesIdDeactivatePostRequest struct {
ApiService *AppliancesApiService
// contains filtered or unexported fields
}
func (ApiAppliancesIdDeactivatePostRequest) Authorization ¶
func (r ApiAppliancesIdDeactivatePostRequest) Authorization(authorization string) ApiAppliancesIdDeactivatePostRequest
The Token from the LoginResponse.
func (ApiAppliancesIdDeactivatePostRequest) Execute ¶
func (r ApiAppliancesIdDeactivatePostRequest) Execute() (*http.Response, error)
func (ApiAppliancesIdDeactivatePostRequest) Wipe ¶
func (r ApiAppliancesIdDeactivatePostRequest) Wipe(wipe bool) ApiAppliancesIdDeactivatePostRequest
Sends wipe command to the Appliance. Equivalent to 'cz-config wipe-appliance' 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.
type ApiAppliancesIdExportIsoPostRequest ¶
type ApiAppliancesIdExportIsoPostRequest struct {
ApiService *AppliancesApiService
// contains filtered or unexported fields
}
func (ApiAppliancesIdExportIsoPostRequest) Authorization ¶
func (r ApiAppliancesIdExportIsoPostRequest) Authorization(authorization string) ApiAppliancesIdExportIsoPostRequest
The Token from the LoginResponse.
func (ApiAppliancesIdExportIsoPostRequest) Execute ¶
func (r ApiAppliancesIdExportIsoPostRequest) Execute() (*ApplianceSeedISO, *http.Response, error)
func (ApiAppliancesIdExportIsoPostRequest) LatestVersion ¶
func (r ApiAppliancesIdExportIsoPostRequest) LatestVersion(latestVersion bool) ApiAppliancesIdExportIsoPostRequest
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 ¶
func (r ApiAppliancesIdExportIsoPostRequest) SSHConfig(sSHConfig SSHConfig) ApiAppliancesIdExportIsoPostRequest
Export seed config object.
func (ApiAppliancesIdExportIsoPostRequest) Version ¶
func (r ApiAppliancesIdExportIsoPostRequest) Version(version float32) ApiAppliancesIdExportIsoPostRequest
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 ¶
func (r ApiAppliancesIdExportPostRequest) Authorization(authorization string) ApiAppliancesIdExportPostRequest
The Token from the LoginResponse.
func (ApiAppliancesIdExportPostRequest) Execute ¶
func (r ApiAppliancesIdExportPostRequest) Execute() (map[string]interface{}, *http.Response, error)
func (ApiAppliancesIdExportPostRequest) LatestVersion ¶
func (r ApiAppliancesIdExportPostRequest) LatestVersion(latestVersion bool) ApiAppliancesIdExportPostRequest
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 ¶
func (r ApiAppliancesIdExportPostRequest) SSHConfig(sSHConfig SSHConfig) ApiAppliancesIdExportPostRequest
Export seed config object.
func (ApiAppliancesIdExportPostRequest) Version ¶
func (r ApiAppliancesIdExportPostRequest) Version(version float32) ApiAppliancesIdExportPostRequest
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.
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 ¶
func (r ApiAppliancesIdMaintenancePostRequest) Authorization(authorization string) ApiAppliancesIdMaintenancePostRequest
The Token from the LoginResponse.
func (ApiAppliancesIdMaintenancePostRequest) Execute ¶
func (r ApiAppliancesIdMaintenancePostRequest) Execute() (*AppliancesIdMaintenancePost202Response, *http.Response, error)
type ApiAppliancesIdMetricsGetRequest ¶
type ApiAppliancesIdMetricsGetRequest struct {
ApiService *ApplianceMetricsApiService
// contains filtered or unexported fields
}
func (ApiAppliancesIdMetricsGetRequest) Authorization ¶
func (r ApiAppliancesIdMetricsGetRequest) Authorization(authorization string) ApiAppliancesIdMetricsGetRequest
The Token from the LoginResponse.
type ApiAppliancesIdMetricsNameGetRequest ¶
type ApiAppliancesIdMetricsNameGetRequest struct {
ApiService *ApplianceMetricsApiService
// contains filtered or unexported fields
}
func (ApiAppliancesIdMetricsNameGetRequest) Authorization ¶
func (r ApiAppliancesIdMetricsNameGetRequest) Authorization(authorization string) ApiAppliancesIdMetricsNameGetRequest
The Token from the LoginResponse.
type ApiAppliancesIdNameResolutionStatusGetRequest ¶
type ApiAppliancesIdNameResolutionStatusGetRequest struct {
ApiService *AppliancesApiService
// contains filtered or unexported fields
}
func (ApiAppliancesIdNameResolutionStatusGetRequest) Authorization ¶
func (r ApiAppliancesIdNameResolutionStatusGetRequest) Authorization(authorization string) ApiAppliancesIdNameResolutionStatusGetRequest
The Token from the LoginResponse.
func (ApiAppliancesIdNameResolutionStatusGetRequest) Execute ¶
func (r ApiAppliancesIdNameResolutionStatusGetRequest) Execute() (*AppliancesIdNameResolutionStatusGet200Response, *http.Response, error)
type ApiAppliancesIdPutRequest ¶
type ApiAppliancesIdPutRequest struct {
ApiService *AppliancesApiService
// contains filtered or unexported fields
}
func (ApiAppliancesIdPutRequest) Appliance ¶
func (r ApiAppliancesIdPutRequest) Appliance(appliance Appliance) ApiAppliancesIdPutRequest
Appliance object.
func (ApiAppliancesIdPutRequest) Authorization ¶
func (r ApiAppliancesIdPutRequest) Authorization(authorization string) ApiAppliancesIdPutRequest
The Token from the LoginResponse.
type ApiAppliancesIdRebootPostRequest ¶
type ApiAppliancesIdRebootPostRequest struct {
ApiService *AppliancesApiService
// contains filtered or unexported fields
}
func (ApiAppliancesIdRebootPostRequest) Authorization ¶
func (r ApiAppliancesIdRebootPostRequest) Authorization(authorization string) ApiAppliancesIdRebootPostRequest
The Token from the LoginResponse.
type ApiAppliancesIdRenewCertificatePostRequest ¶
type ApiAppliancesIdRenewCertificatePostRequest struct {
ApiService *AppliancesApiService
// contains filtered or unexported fields
}
func (ApiAppliancesIdRenewCertificatePostRequest) Authorization ¶
func (r ApiAppliancesIdRenewCertificatePostRequest) Authorization(authorization string) ApiAppliancesIdRenewCertificatePostRequest
The Token from the LoginResponse.
type ApiAppliancesIdSwitchPartitionPostRequest ¶
type ApiAppliancesIdSwitchPartitionPostRequest struct {
ApiService *ApplianceApiService
// contains filtered or unexported fields
}
func (ApiAppliancesIdSwitchPartitionPostRequest) Authorization ¶
func (r ApiAppliancesIdSwitchPartitionPostRequest) Authorization(authorization string) ApiAppliancesIdSwitchPartitionPostRequest
The Token from the LoginResponse.
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 ¶
func (r ApiAppliancesIdTestResolverNamePostRequest) Authorization(authorization string) ApiAppliancesIdTestResolverNamePostRequest
The Token from the LoginResponse.
func (ApiAppliancesIdTestResolverNamePostRequest) Execute ¶
func (r ApiAppliancesIdTestResolverNamePostRequest) Execute() (*AppliancesIdTestResolverNamePost200Response, *http.Response, error)
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 ¶
func (r ApiAppliancesIdUpgradeCompletePostRequest) Authorization(authorization string) ApiAppliancesIdUpgradeCompletePostRequest
The Token from the LoginResponse.
func (ApiAppliancesIdUpgradeCompletePostRequest) Execute ¶
func (r ApiAppliancesIdUpgradeCompletePostRequest) Execute() (*ApplianceUpgradeInternal, *http.Response, error)
type ApiAppliancesIdUpgradeDeleteRequest ¶
type ApiAppliancesIdUpgradeDeleteRequest struct {
ApiService *ApplianceUpgradeApiService
// contains filtered or unexported fields
}
func (ApiAppliancesIdUpgradeDeleteRequest) Authorization ¶
func (r ApiAppliancesIdUpgradeDeleteRequest) Authorization(authorization string) ApiAppliancesIdUpgradeDeleteRequest
The Token from the LoginResponse.
type ApiAppliancesIdUpgradeGetRequest ¶
type ApiAppliancesIdUpgradeGetRequest struct {
ApiService *ApplianceUpgradeApiService
// contains filtered or unexported fields
}
func (ApiAppliancesIdUpgradeGetRequest) Authorization ¶
func (r ApiAppliancesIdUpgradeGetRequest) Authorization(authorization string) ApiAppliancesIdUpgradeGetRequest
The Token from the LoginResponse.
func (ApiAppliancesIdUpgradeGetRequest) Execute ¶
func (r ApiAppliancesIdUpgradeGetRequest) Execute() (*AppliancesIdUpgradeDelete200Response, *http.Response, error)
type ApiAppliancesIdUpgradePostRequest ¶
type ApiAppliancesIdUpgradePostRequest struct {
ApiService *ApplianceUpgradeApiService
// contains filtered or unexported fields
}
func (ApiAppliancesIdUpgradePostRequest) ApplianceUpgrade ¶
func (r ApiAppliancesIdUpgradePostRequest) ApplianceUpgrade(applianceUpgrade ApplianceUpgrade) ApiAppliancesIdUpgradePostRequest
func (ApiAppliancesIdUpgradePostRequest) Authorization ¶
func (r ApiAppliancesIdUpgradePostRequest) Authorization(authorization string) ApiAppliancesIdUpgradePostRequest
The Token from the LoginResponse.
func (ApiAppliancesIdUpgradePostRequest) Execute ¶
func (r ApiAppliancesIdUpgradePostRequest) Execute() (*ApplianceUpgradeInternal, *http.Response, error)
type ApiAppliancesIdUpgradePreparePostRequest ¶
type ApiAppliancesIdUpgradePreparePostRequest struct {
ApiService *ApplianceUpgradeApiService
// contains filtered or unexported fields
}
func (ApiAppliancesIdUpgradePreparePostRequest) ApplianceUpgrade ¶
func (r ApiAppliancesIdUpgradePreparePostRequest) ApplianceUpgrade(applianceUpgrade ApplianceUpgrade) ApiAppliancesIdUpgradePreparePostRequest
func (ApiAppliancesIdUpgradePreparePostRequest) Authorization ¶
func (r ApiAppliancesIdUpgradePreparePostRequest) Authorization(authorization string) ApiAppliancesIdUpgradePreparePostRequest
The Token from the LoginResponse.
func (ApiAppliancesIdUpgradePreparePostRequest) Execute ¶
func (r ApiAppliancesIdUpgradePreparePostRequest) Execute() (*ApplianceUpgradeInternal, *http.Response, error)
type ApiAppliancesIdUpgradeSwitchPartitionPostRequest ¶
type ApiAppliancesIdUpgradeSwitchPartitionPostRequest struct {
ApiService *ApplianceUpgradeApiService
// contains filtered or unexported fields
}
func (ApiAppliancesIdUpgradeSwitchPartitionPostRequest) Authorization ¶
func (r ApiAppliancesIdUpgradeSwitchPartitionPostRequest) Authorization(authorization string) ApiAppliancesIdUpgradeSwitchPartitionPostRequest
The Token from the LoginResponse.
func (ApiAppliancesIdUpgradeSwitchPartitionPostRequest) Execute ¶
func (r ApiAppliancesIdUpgradeSwitchPartitionPostRequest) Execute() (*ApplianceUpgradeInternal, *http.Response, error)
type ApiAppliancesPostRequest ¶
type ApiAppliancesPostRequest struct {
ApiService *AppliancesApiService
// contains filtered or unexported fields
}
func (ApiAppliancesPostRequest) Appliance ¶
func (r ApiAppliancesPostRequest) Appliance(appliance Appliance) ApiAppliancesPostRequest
Appliance object.
func (ApiAppliancesPostRequest) Authorization ¶
func (r ApiAppliancesPostRequest) Authorization(authorization string) ApiAppliancesPostRequest
The Token from the LoginResponse.
type ApiAppliancesRepartitionIpAllocationsPostRequest ¶
type ApiAppliancesRepartitionIpAllocationsPostRequest struct {
ApiService *AppliancesApiService
// contains filtered or unexported fields
}
func (ApiAppliancesRepartitionIpAllocationsPostRequest) Authorization ¶
func (r ApiAppliancesRepartitionIpAllocationsPostRequest) Authorization(authorization string) ApiAppliancesRepartitionIpAllocationsPostRequest
The Token from the LoginResponse.
type ApiAuthenticationLogoutPostRequest ¶
type ApiAuthenticationLogoutPostRequest struct {
ApiService *LoginApiService
// contains filtered or unexported fields
}
func (ApiAuthenticationLogoutPostRequest) Authorization ¶
func (r ApiAuthenticationLogoutPostRequest) Authorization(authorization string) ApiAuthenticationLogoutPostRequest
The Token from the LoginResponse.
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 ¶
func (r ApiAuthenticationOtpInitializePostRequest) Authorization(authorization string) ApiAuthenticationOtpInitializePostRequest
The Token from the LoginResponse.
func (ApiAuthenticationOtpInitializePostRequest) Execute ¶
func (r ApiAuthenticationOtpInitializePostRequest) Execute() (*AuthenticationOtpInitializePost200Response, *http.Response, error)
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 ¶
func (r ApiAuthenticationOtpPostRequest) Authorization(authorization string) ApiAuthenticationOtpPostRequest
The Token from the LoginResponse.
func (ApiAuthenticationOtpPostRequest) Execute ¶
func (r ApiAuthenticationOtpPostRequest) Execute() (*LoginResponse, *http.Response, error)
type ApiAuthenticationPostRequest ¶
type ApiAuthenticationPostRequest struct {
ApiService *LoginApiService
// contains filtered or unexported fields
}
func (ApiAuthenticationPostRequest) Execute ¶
func (r ApiAuthenticationPostRequest) Execute() (*LoginResponse, *http.Response, error)
func (ApiAuthenticationPostRequest) LoginRequest ¶
func (r ApiAuthenticationPostRequest) LoginRequest(loginRequest LoginRequest) ApiAuthenticationPostRequest
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 ¶
func (r ApiAuthorizationGetRequest) Execute() (*LoginResponse, *http.Response, error)
type ApiAutoUpdateSettingsGetRequest ¶
type ApiAutoUpdateSettingsGetRequest struct {
ApiService *ClientAutoUpdateApiService
// contains filtered or unexported fields
}
func (ApiAutoUpdateSettingsGetRequest) Authorization ¶
func (r ApiAutoUpdateSettingsGetRequest) Authorization(authorization string) ApiAutoUpdateSettingsGetRequest
The Token from the LoginResponse.
func (ApiAutoUpdateSettingsGetRequest) Execute ¶
func (r ApiAutoUpdateSettingsGetRequest) Execute() (*AutoUpdateSettings, *http.Response, error)
type ApiAutoUpdateSettingsPutRequest ¶
type ApiAutoUpdateSettingsPutRequest struct {
ApiService *ClientAutoUpdateApiService
// contains filtered or unexported fields
}
func (ApiAutoUpdateSettingsPutRequest) Authorization ¶
func (r ApiAutoUpdateSettingsPutRequest) Authorization(authorization string) ApiAutoUpdateSettingsPutRequest
The Token from the LoginResponse.
func (ApiAutoUpdateSettingsPutRequest) AutoUpdateSettings ¶
func (r ApiAutoUpdateSettingsPutRequest) AutoUpdateSettings(autoUpdateSettings AutoUpdateSettings) ApiAutoUpdateSettingsPutRequest
Client Auto-Update settings.
type ApiBlacklistDistinguishedNameDeleteRequest ¶
type ApiBlacklistDistinguishedNameDeleteRequest struct {
ApiService *BlacklistedUsersApiService
// contains filtered or unexported fields
}
func (ApiBlacklistDistinguishedNameDeleteRequest) Authorization ¶
func (r ApiBlacklistDistinguishedNameDeleteRequest) Authorization(authorization string) ApiBlacklistDistinguishedNameDeleteRequest
The Token from the LoginResponse.
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 (r ApiBlacklistGetRequest) Execute() (*BlackListList, *http.Response, error)
func (ApiBlacklistGetRequest) FilterBy ¶
func (r ApiBlacklistGetRequest) FilterBy(filterBy map[string]string) ApiBlacklistGetRequest
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 ¶
func (r ApiBlacklistGetRequest) OrderBy(orderBy string) ApiBlacklistGetRequest
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 ¶
func (r ApiBlacklistGetRequest) Query(query string) ApiBlacklistGetRequest
Query string to filter the result list. It's used for various fields depending on the object type. Send multiple query parameters to make the queries more specific.
func (ApiBlacklistGetRequest) Range_ ¶
func (r ApiBlacklistGetRequest) Range_(range_ string) ApiBlacklistGetRequest
'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.'
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 ¶
func (r ApiBlacklistPostRequest) Execute() (*BlacklistEntry, *http.Response, error)
type ApiCertificateAuthorityCaGetRequest ¶
type ApiCertificateAuthorityCaGetRequest struct {
ApiService *CertificateAuthorityApiService
// contains filtered or unexported fields
}
type ApiCertificateAuthorityCaNextDeleteRequest ¶
type ApiCertificateAuthorityCaNextDeleteRequest struct {
ApiService *CertificateAuthorityApiService
// contains filtered or unexported fields
}
func (ApiCertificateAuthorityCaNextDeleteRequest) Authorization ¶
func (r ApiCertificateAuthorityCaNextDeleteRequest) Authorization(authorization string) ApiCertificateAuthorityCaNextDeleteRequest
The Token from the LoginResponse.
type ApiCertificateAuthorityCaNextGeneratePostRequest ¶
type ApiCertificateAuthorityCaNextGeneratePostRequest struct {
ApiService *CertificateAuthorityApiService
// contains filtered or unexported fields
}
func (ApiCertificateAuthorityCaNextGeneratePostRequest) Authorization ¶
func (r ApiCertificateAuthorityCaNextGeneratePostRequest) Authorization(authorization string) ApiCertificateAuthorityCaNextGeneratePostRequest
The Token from the LoginResponse.
func (ApiCertificateAuthorityCaNextGeneratePostRequest) CertificateAuthorityCaNextGeneratePostRequest ¶
func (r ApiCertificateAuthorityCaNextGeneratePostRequest) CertificateAuthorityCaNextGeneratePostRequest(certificateAuthorityCaNextGeneratePostRequest CertificateAuthorityCaNextGeneratePostRequest) ApiCertificateAuthorityCaNextGeneratePostRequest
CA parameters.
type ApiCertificateAuthorityCaNextGetRequest ¶
type ApiCertificateAuthorityCaNextGetRequest struct {
ApiService *CertificateAuthorityApiService
// contains filtered or unexported fields
}
func (ApiCertificateAuthorityCaNextGetRequest) Authorization ¶
func (r ApiCertificateAuthorityCaNextGetRequest) Authorization(authorization string) ApiCertificateAuthorityCaNextGetRequest
The Token from the LoginResponse.
type ApiCertificateAuthorityCaNextSwitchPostRequest ¶
type ApiCertificateAuthorityCaNextSwitchPostRequest struct {
ApiService *CertificateAuthorityApiService
// contains filtered or unexported fields
}
func (ApiCertificateAuthorityCaNextSwitchPostRequest) Authorization ¶
func (r ApiCertificateAuthorityCaNextSwitchPostRequest) Authorization(authorization string) ApiCertificateAuthorityCaNextSwitchPostRequest
The Token from the LoginResponse.
func (ApiCertificateAuthorityCaNextSwitchPostRequest) CertificateAuthorityCaNextSwitchPostRequest ¶
func (r ApiCertificateAuthorityCaNextSwitchPostRequest) CertificateAuthorityCaNextSwitchPostRequest(certificateAuthorityCaNextSwitchPostRequest CertificateAuthorityCaNextSwitchPostRequest) ApiCertificateAuthorityCaNextSwitchPostRequest
CA switch parameters.
type ApiCertificateAuthorityCaNextUploadPostRequest ¶
type ApiCertificateAuthorityCaNextUploadPostRequest struct {
ApiService *CertificateAuthorityApiService
// contains filtered or unexported fields
}
func (ApiCertificateAuthorityCaNextUploadPostRequest) Authorization ¶
func (r ApiCertificateAuthorityCaNextUploadPostRequest) Authorization(authorization string) ApiCertificateAuthorityCaNextUploadPostRequest
The Token from the LoginResponse.
func (ApiCertificateAuthorityCaNextUploadPostRequest) Execute ¶
func (r ApiCertificateAuthorityCaNextUploadPostRequest) Execute() (*CaConfig, *http.Response, error)
func (ApiCertificateAuthorityCaNextUploadPostRequest) UploadCa ¶
func (r ApiCertificateAuthorityCaNextUploadPostRequest) UploadCa(uploadCa UploadCa) ApiCertificateAuthorityCaNextUploadPostRequest
type ApiCertificateAuthorityCaPemGetRequest ¶
type ApiCertificateAuthorityCaPemGetRequest struct {
ApiService *CertificateAuthorityApiService
// contains filtered or unexported fields
}
type ApiCertificateAuthorityCrlGetRequest ¶
type ApiCertificateAuthorityCrlGetRequest struct {
ApiService *CertificateAuthorityApiService
// contains filtered or unexported fields
}
func (ApiCertificateAuthorityCrlGetRequest) Authorization ¶
func (r ApiCertificateAuthorityCrlGetRequest) Authorization(authorization string) ApiCertificateAuthorityCrlGetRequest
The Token from the LoginResponse.
func (ApiCertificateAuthorityCrlGetRequest) Execute ¶
func (r ApiCertificateAuthorityCrlGetRequest) Execute() (*CertificateAuthorityCrlGet200Response, *http.Response, error)
type ApiCertificateAuthorityCrlNextGetRequest ¶
type ApiCertificateAuthorityCrlNextGetRequest struct {
ApiService *CertificateAuthorityApiService
// contains filtered or unexported fields
}
func (ApiCertificateAuthorityCrlNextGetRequest) Authorization ¶
func (r ApiCertificateAuthorityCrlNextGetRequest) Authorization(authorization string) ApiCertificateAuthorityCrlNextGetRequest
The Token from the LoginResponse.
func (ApiCertificateAuthorityCrlNextGetRequest) Execute ¶
func (r ApiCertificateAuthorityCrlNextGetRequest) Execute() (*CertificateAuthorityCrlGet200Response, *http.Response, error)
type ApiCertificateAuthorityIssuedCertificatesGetRequest ¶
type ApiCertificateAuthorityIssuedCertificatesGetRequest struct {
ApiService *IssuedCertificatesApiService
// contains filtered or unexported fields
}
func (ApiCertificateAuthorityIssuedCertificatesGetRequest) Authorization ¶
func (r ApiCertificateAuthorityIssuedCertificatesGetRequest) Authorization(authorization string) ApiCertificateAuthorityIssuedCertificatesGetRequest
The Token from the LoginResponse.
func (ApiCertificateAuthorityIssuedCertificatesGetRequest) Execute ¶
func (r ApiCertificateAuthorityIssuedCertificatesGetRequest) Execute() (*IssuedCertificateList, *http.Response, error)
type ApiCertificateAuthorityIssuedCertificatesRevokedCertificateIdPutRequest ¶
type ApiCertificateAuthorityIssuedCertificatesRevokedCertificateIdPutRequest struct {
ApiService *IssuedCertificatesApiService
// contains filtered or unexported fields
}
func (ApiCertificateAuthorityIssuedCertificatesRevokedCertificateIdPutRequest) Authorization ¶
func (r ApiCertificateAuthorityIssuedCertificatesRevokedCertificateIdPutRequest) Authorization(authorization string) ApiCertificateAuthorityIssuedCertificatesRevokedCertificateIdPutRequest
The Token from the LoginResponse.
func (ApiCertificateAuthorityIssuedCertificatesRevokedCertificateIdPutRequest) CertificateAuthorityIssuedCertificatesRevokedCertificateIdPutRequest ¶
func (r ApiCertificateAuthorityIssuedCertificatesRevokedCertificateIdPutRequest) CertificateAuthorityIssuedCertificatesRevokedCertificateIdPutRequest(certificateAuthorityIssuedCertificatesRevokedCertificateIdPutRequest CertificateAuthorityIssuedCertificatesRevokedCertificateIdPutRequest) ApiCertificateAuthorityIssuedCertificatesRevokedCertificateIdPutRequest
Revocation details.
func (ApiCertificateAuthorityIssuedCertificatesRevokedCertificateIdPutRequest) Execute ¶
func (r ApiCertificateAuthorityIssuedCertificatesRevokedCertificateIdPutRequest) Execute() (*IssuedCertificate, *http.Response, error)
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 ¶
func (r ApiClaimsNamesGetRequest) Execute() (*ClaimNamesList, *http.Response, error)
type ApiClientConnectionsDeleteRequest ¶
type ApiClientConnectionsDeleteRequest struct {
ApiService *ClientProfilesApiService
// contains filtered or unexported fields
}
func (ApiClientConnectionsDeleteRequest) Authorization ¶
func (r ApiClientConnectionsDeleteRequest) Authorization(authorization string) ApiClientConnectionsDeleteRequest
The Token from the LoginResponse.
type ApiClientConnectionsGetRequest ¶
type ApiClientConnectionsGetRequest struct {
ApiService *ClientProfilesApiService
// contains filtered or unexported fields
}
func (ApiClientConnectionsGetRequest) Authorization ¶
func (r ApiClientConnectionsGetRequest) Authorization(authorization string) ApiClientConnectionsGetRequest
The Token from the LoginResponse.
func (ApiClientConnectionsGetRequest) Execute ¶
func (r ApiClientConnectionsGetRequest) Execute() (*ClientConnections, *http.Response, error)
type ApiClientConnectionsProfileNameBarcodeGetRequest ¶
type ApiClientConnectionsProfileNameBarcodeGetRequest struct {
ApiService *ClientProfilesApiService
// contains filtered or unexported fields
}
func (ApiClientConnectionsProfileNameBarcodeGetRequest) Authorization ¶
func (r ApiClientConnectionsProfileNameBarcodeGetRequest) Authorization(authorization string) ApiClientConnectionsProfileNameBarcodeGetRequest
The Token from the LoginResponse.
func (ApiClientConnectionsProfileNameBarcodeGetRequest) Execute ¶
func (r ApiClientConnectionsProfileNameBarcodeGetRequest) Execute() (*ClientConnectionsProfileNameBarcodeGet200Response, *http.Response, error)
type ApiClientConnectionsProfileNameUrlGetRequest ¶
type ApiClientConnectionsProfileNameUrlGetRequest struct {
ApiService *ClientProfilesApiService
// contains filtered or unexported fields
}
func (ApiClientConnectionsProfileNameUrlGetRequest) Authorization ¶
func (r ApiClientConnectionsProfileNameUrlGetRequest) Authorization(authorization string) ApiClientConnectionsProfileNameUrlGetRequest
The Token from the LoginResponse.
func (ApiClientConnectionsProfileNameUrlGetRequest) Execute ¶
func (r ApiClientConnectionsProfileNameUrlGetRequest) Execute() (*ClientConnectionsProfileNameUrlGet200Response, *http.Response, error)
type ApiClientConnectionsPutRequest ¶
type ApiClientConnectionsPutRequest struct {
ApiService *ClientProfilesApiService
// contains filtered or unexported fields
}
func (ApiClientConnectionsPutRequest) Authorization ¶
func (r ApiClientConnectionsPutRequest) Authorization(authorization string) ApiClientConnectionsPutRequest
The Token from the LoginResponse.
func (ApiClientConnectionsPutRequest) ClientConnections ¶
func (r ApiClientConnectionsPutRequest) ClientConnections(clientConnections ClientConnections) ApiClientConnectionsPutRequest
Client Connection settings.
func (ApiClientConnectionsPutRequest) Execute ¶
func (r ApiClientConnectionsPutRequest) Execute() (*ClientConnections, *http.Response, error)
type ApiClientLogsDistinguishedNameGetRequest ¶
type ApiClientLogsDistinguishedNameGetRequest struct {
ApiService *ClientLogsApiService
// contains filtered or unexported fields
}
func (ApiClientLogsDistinguishedNameGetRequest) Authorization ¶
func (r ApiClientLogsDistinguishedNameGetRequest) Authorization(authorization string) ApiClientLogsDistinguishedNameGetRequest
The Token from the LoginResponse.
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 ¶
func (r ApiClientProfilesGetRequest) Descending(descending string) ApiClientProfilesGetRequest
Whether the sorting is applied descending or ascending. Defaults to certain field depending on the object type.
func (ApiClientProfilesGetRequest) Execute ¶
func (r ApiClientProfilesGetRequest) Execute() (*ClientProfileList, *http.Response, error)
func (ApiClientProfilesGetRequest) FilterBy ¶
func (r ApiClientProfilesGetRequest) FilterBy(filterBy map[string]string) ApiClientProfilesGetRequest
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 ¶
func (r ApiClientProfilesGetRequest) OrderBy(orderBy string) ApiClientProfilesGetRequest
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 ¶
func (r ApiClientProfilesGetRequest) Query(query string) ApiClientProfilesGetRequest
Query string to filter the result list. It's used for various fields depending on the object type. Send multiple query parameters to make the queries more specific.
func (ApiClientProfilesGetRequest) Range_ ¶
func (r ApiClientProfilesGetRequest) Range_(range_ string) ApiClientProfilesGetRequest
'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.'
type ApiClientProfilesIdBarcodeGetRequest ¶
type ApiClientProfilesIdBarcodeGetRequest struct {
ApiService *ClientProfilesApiService
// contains filtered or unexported fields
}
func (ApiClientProfilesIdBarcodeGetRequest) Authorization ¶
func (r ApiClientProfilesIdBarcodeGetRequest) Authorization(authorization string) ApiClientProfilesIdBarcodeGetRequest
The Token from the LoginResponse.
func (ApiClientProfilesIdBarcodeGetRequest) Execute ¶
func (r ApiClientProfilesIdBarcodeGetRequest) Execute() (*ClientProfilesIdBarcodeGet200Response, *http.Response, error)
type ApiClientProfilesIdDeleteRequest ¶
type ApiClientProfilesIdDeleteRequest struct {
ApiService *ClientProfilesApiService
// contains filtered or unexported fields
}
func (ApiClientProfilesIdDeleteRequest) Authorization ¶
func (r ApiClientProfilesIdDeleteRequest) Authorization(authorization string) ApiClientProfilesIdDeleteRequest
The Token from the LoginResponse.
type ApiClientProfilesIdGetRequest ¶
type ApiClientProfilesIdGetRequest struct {
ApiService *ClientProfilesApiService
// contains filtered or unexported fields
}
func (ApiClientProfilesIdGetRequest) Authorization ¶
func (r ApiClientProfilesIdGetRequest) Authorization(authorization string) ApiClientProfilesIdGetRequest
The Token from the LoginResponse.
func (ApiClientProfilesIdGetRequest) Execute ¶
func (r ApiClientProfilesIdGetRequest) Execute() (*ClientProfile, *http.Response, error)
type ApiClientProfilesIdPutRequest ¶
type ApiClientProfilesIdPutRequest struct {
ApiService *ClientProfilesApiService
// contains filtered or unexported fields
}
func (ApiClientProfilesIdPutRequest) Authorization ¶
func (r ApiClientProfilesIdPutRequest) Authorization(authorization string) ApiClientProfilesIdPutRequest
The Token from the LoginResponse.
func (ApiClientProfilesIdPutRequest) ClientProfile ¶
func (r ApiClientProfilesIdPutRequest) ClientProfile(clientProfile ClientProfile) ApiClientProfilesIdPutRequest
Client Profile object.
func (ApiClientProfilesIdPutRequest) Execute ¶
func (r ApiClientProfilesIdPutRequest) Execute() (*ClientProfile, *http.Response, error)
type ApiClientProfilesIdUrlGetRequest ¶
type ApiClientProfilesIdUrlGetRequest struct {
ApiService *ClientProfilesApiService
// contains filtered or unexported fields
}
func (ApiClientProfilesIdUrlGetRequest) Authorization ¶
func (r ApiClientProfilesIdUrlGetRequest) Authorization(authorization string) ApiClientProfilesIdUrlGetRequest
The Token from the LoginResponse.
func (ApiClientProfilesIdUrlGetRequest) Execute ¶
func (r ApiClientProfilesIdUrlGetRequest) Execute() (*ClientProfilesIdUrlGet200Response, *http.Response, error)
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 ¶
func (r ApiClientProfilesPostRequest) ClientProfile(clientProfile ClientProfile) ApiClientProfilesPostRequest
Client Profile object.
func (ApiClientProfilesPostRequest) Execute ¶
func (r ApiClientProfilesPostRequest) Execute() (*ClientProfile, *http.Response, error)
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 (r ApiConditionsGetRequest) Execute() (*ConditionList, *http.Response, error)
func (ApiConditionsGetRequest) FilterBy ¶
func (r ApiConditionsGetRequest) FilterBy(filterBy map[string]string) ApiConditionsGetRequest
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 ¶
func (r ApiConditionsGetRequest) OrderBy(orderBy string) ApiConditionsGetRequest
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 ¶
func (r ApiConditionsGetRequest) Query(query string) ApiConditionsGetRequest
Query string to filter the result list. It's used for various fields depending on the object type. Send multiple query parameters to make the queries more specific.
func (ApiConditionsGetRequest) Range_ ¶
func (r ApiConditionsGetRequest) Range_(range_ string) ApiConditionsGetRequest
'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.'
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.
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.
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 ¶
func (r ApiConditionsIdPutRequest) Condition(condition Condition) ApiConditionsIdPutRequest
Condition object.
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 ¶
func (r ApiConditionsPostRequest) Condition(condition Condition) ApiConditionsPostRequest
Condition object.
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 (r ApiConditionsTestPostRequest) Execute() (*ConditionsTestPost200Response, *http.Response, error)
func (ApiConditionsTestPostRequest) TestRequest ¶
func (r ApiConditionsTestPostRequest) TestRequest(testRequest TestRequest) ApiConditionsTestPostRequest
The evaluation details.
type ApiConnectorIdentityProvidersGetRequest ¶
type ApiConnectorIdentityProvidersGetRequest struct {
ApiService *ConnectorIdentityProvidersApiService
// contains filtered or unexported fields
}
func (ApiConnectorIdentityProvidersGetRequest) Authorization ¶
func (r ApiConnectorIdentityProvidersGetRequest) Authorization(authorization string) ApiConnectorIdentityProvidersGetRequest
The Token from the LoginResponse.
func (ApiConnectorIdentityProvidersGetRequest) Descending ¶
func (r ApiConnectorIdentityProvidersGetRequest) Descending(descending string) ApiConnectorIdentityProvidersGetRequest
Whether the sorting is applied descending or ascending. Defaults to certain field depending on the object type.
func (ApiConnectorIdentityProvidersGetRequest) Execute ¶
func (r ApiConnectorIdentityProvidersGetRequest) Execute() (*ConnectorIdentityProviderList, *http.Response, error)
func (ApiConnectorIdentityProvidersGetRequest) FilterBy ¶
func (r ApiConnectorIdentityProvidersGetRequest) FilterBy(filterBy map[string]string) ApiConnectorIdentityProvidersGetRequest
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 ¶
func (r ApiConnectorIdentityProvidersGetRequest) OrderBy(orderBy string) ApiConnectorIdentityProvidersGetRequest
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 ¶
func (r ApiConnectorIdentityProvidersGetRequest) Query(query string) ApiConnectorIdentityProvidersGetRequest
Query string to filter the result list. It'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_ ¶
func (r ApiConnectorIdentityProvidersGetRequest) Range_(range_ string) ApiConnectorIdentityProvidersGetRequest
'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.'
type ApiConnectorIdentityProvidersIdAttributesPostRequest ¶
type ApiConnectorIdentityProvidersIdAttributesPostRequest struct {
ApiService *ConnectorIdentityProvidersApiService
// contains filtered or unexported fields
}
func (ApiConnectorIdentityProvidersIdAttributesPostRequest) Authorization ¶
func (r ApiConnectorIdentityProvidersIdAttributesPostRequest) Authorization(authorization string) ApiConnectorIdentityProvidersIdAttributesPostRequest
The Token from the LoginResponse.
func (ApiConnectorIdentityProvidersIdAttributesPostRequest) Execute ¶
func (r ApiConnectorIdentityProvidersIdAttributesPostRequest) Execute() (*IdentityProvidersIdAttributesPost200Response, *http.Response, error)
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 ¶
func (r ApiConnectorIdentityProvidersIdDeleteRequest) Authorization(authorization string) ApiConnectorIdentityProvidersIdDeleteRequest
The Token from the LoginResponse.
type ApiConnectorIdentityProvidersIdGetRequest ¶
type ApiConnectorIdentityProvidersIdGetRequest struct {
ApiService *ConnectorIdentityProvidersApiService
// contains filtered or unexported fields
}
func (ApiConnectorIdentityProvidersIdGetRequest) Authorization ¶
func (r ApiConnectorIdentityProvidersIdGetRequest) Authorization(authorization string) ApiConnectorIdentityProvidersIdGetRequest
The Token from the LoginResponse.
func (ApiConnectorIdentityProvidersIdGetRequest) Execute ¶
func (r ApiConnectorIdentityProvidersIdGetRequest) Execute() (*ConnectorProvider, *http.Response, error)
type ApiConnectorIdentityProvidersIdPutRequest ¶
type ApiConnectorIdentityProvidersIdPutRequest struct {
ApiService *ConnectorIdentityProvidersApiService
// contains filtered or unexported fields
}
func (ApiConnectorIdentityProvidersIdPutRequest) Authorization ¶
func (r ApiConnectorIdentityProvidersIdPutRequest) Authorization(authorization string) ApiConnectorIdentityProvidersIdPutRequest
The Token from the LoginResponse.
func (ApiConnectorIdentityProvidersIdPutRequest) Body ¶
func (r ApiConnectorIdentityProvidersIdPutRequest) Body(body ConnectorProvider) ApiConnectorIdentityProvidersIdPutRequest
Identity Provider object.
func (ApiConnectorIdentityProvidersIdPutRequest) Execute ¶
func (r ApiConnectorIdentityProvidersIdPutRequest) Execute() (*ConnectorProvider, *http.Response, error)
type ApiConnectorIdentityProvidersPostRequest ¶
type ApiConnectorIdentityProvidersPostRequest struct {
ApiService *ConnectorIdentityProvidersApiService
// contains filtered or unexported fields
}
func (ApiConnectorIdentityProvidersPostRequest) Authorization ¶
func (r ApiConnectorIdentityProvidersPostRequest) Authorization(authorization string) ApiConnectorIdentityProvidersPostRequest
The Token from the LoginResponse.
func (ApiConnectorIdentityProvidersPostRequest) Body ¶
func (r ApiConnectorIdentityProvidersPostRequest) Body(body ConnectorProvider) ApiConnectorIdentityProvidersPostRequest
Identity Provider object.
func (ApiConnectorIdentityProvidersPostRequest) Execute ¶
func (r ApiConnectorIdentityProvidersPostRequest) Execute() (*ConnectorProvider, *http.Response, error)
type ApiConnectorIdentityProvidersTestPostRequest ¶
type ApiConnectorIdentityProvidersTestPostRequest struct {
ApiService *ConnectorIdentityProvidersApiService
// contains filtered or unexported fields
}
func (ApiConnectorIdentityProvidersTestPostRequest) Authorization ¶
func (r ApiConnectorIdentityProvidersTestPostRequest) Authorization(authorization string) ApiConnectorIdentityProvidersTestPostRequest
The Token from the LoginResponse.
func (ApiConnectorIdentityProvidersTestPostRequest) Body ¶
func (r ApiConnectorIdentityProvidersTestPostRequest) Body(body map[string]interface{}) ApiConnectorIdentityProvidersTestPostRequest
Identity Provider object.
func (ApiConnectorIdentityProvidersTestPostRequest) Execute ¶
func (r ApiConnectorIdentityProvidersTestPostRequest) Execute() (*IdentityProvidersTestPost200Response, *http.Response, error)
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 ¶
func (r ApiCriteriaScriptsGetRequest) Descending(descending string) ApiCriteriaScriptsGetRequest
Whether the sorting is applied descending or ascending. Defaults to certain field depending on the object type.
func (ApiCriteriaScriptsGetRequest) Execute ¶
func (r ApiCriteriaScriptsGetRequest) Execute() (*CriteriaScriptList, *http.Response, error)
func (ApiCriteriaScriptsGetRequest) FilterBy ¶
func (r ApiCriteriaScriptsGetRequest) FilterBy(filterBy map[string]string) ApiCriteriaScriptsGetRequest
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 ¶
func (r ApiCriteriaScriptsGetRequest) OrderBy(orderBy string) ApiCriteriaScriptsGetRequest
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 ¶
func (r ApiCriteriaScriptsGetRequest) Query(query string) ApiCriteriaScriptsGetRequest
Query string to filter the result list. It's used for various fields depending on the object type. Send multiple query parameters to make the queries more specific.
func (ApiCriteriaScriptsGetRequest) Range_ ¶
func (r ApiCriteriaScriptsGetRequest) Range_(range_ string) ApiCriteriaScriptsGetRequest
'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.'
type ApiCriteriaScriptsIdDeleteRequest ¶
type ApiCriteriaScriptsIdDeleteRequest struct {
ApiService *CriteriaScriptsApiService
// contains filtered or unexported fields
}
func (ApiCriteriaScriptsIdDeleteRequest) Authorization ¶
func (r ApiCriteriaScriptsIdDeleteRequest) Authorization(authorization string) ApiCriteriaScriptsIdDeleteRequest
The Token from the LoginResponse.
type ApiCriteriaScriptsIdGetRequest ¶
type ApiCriteriaScriptsIdGetRequest struct {
ApiService *CriteriaScriptsApiService
// contains filtered or unexported fields
}
func (ApiCriteriaScriptsIdGetRequest) Authorization ¶
func (r ApiCriteriaScriptsIdGetRequest) Authorization(authorization string) ApiCriteriaScriptsIdGetRequest
The Token from the LoginResponse.
func (ApiCriteriaScriptsIdGetRequest) Execute ¶
func (r ApiCriteriaScriptsIdGetRequest) Execute() (*CriteriaScript, *http.Response, error)
type ApiCriteriaScriptsIdPutRequest ¶
type ApiCriteriaScriptsIdPutRequest struct {
ApiService *CriteriaScriptsApiService
// contains filtered or unexported fields
}
func (ApiCriteriaScriptsIdPutRequest) Authorization ¶
func (r ApiCriteriaScriptsIdPutRequest) Authorization(authorization string) ApiCriteriaScriptsIdPutRequest
The Token from the LoginResponse.
func (ApiCriteriaScriptsIdPutRequest) CriteriaScript ¶
func (r ApiCriteriaScriptsIdPutRequest) CriteriaScript(criteriaScript CriteriaScript) ApiCriteriaScriptsIdPutRequest
Criteria Script object.
func (ApiCriteriaScriptsIdPutRequest) Execute ¶
func (r ApiCriteriaScriptsIdPutRequest) Execute() (*CriteriaScript, *http.Response, error)
type ApiCriteriaScriptsPostRequest ¶
type ApiCriteriaScriptsPostRequest struct {
ApiService *CriteriaScriptsApiService
// contains filtered or unexported fields
}
func (ApiCriteriaScriptsPostRequest) Authorization ¶
func (r ApiCriteriaScriptsPostRequest) Authorization(authorization string) ApiCriteriaScriptsPostRequest
The Token from the LoginResponse.
func (ApiCriteriaScriptsPostRequest) CriteriaScript ¶
func (r ApiCriteriaScriptsPostRequest) CriteriaScript(criteriaScript CriteriaScript) ApiCriteriaScriptsPostRequest
Criteria Script object.
func (ApiCriteriaScriptsPostRequest) Execute ¶
func (r ApiCriteriaScriptsPostRequest) Execute() (*CriteriaScript, *http.Response, error)
type ApiDeviceScriptsDownloadIdGetRequest ¶
type ApiDeviceScriptsDownloadIdGetRequest struct {
ApiService *DeviceClaimScriptsApiService
// contains filtered or unexported fields
}
func (ApiDeviceScriptsDownloadIdGetRequest) Authorization ¶
func (r ApiDeviceScriptsDownloadIdGetRequest) Authorization(authorization string) ApiDeviceScriptsDownloadIdGetRequest
The Token from the LoginResponse.
func (ApiDeviceScriptsDownloadIdGetRequest) Execute ¶
func (r ApiDeviceScriptsDownloadIdGetRequest) Execute() (*DeviceScriptsDownloadIdGet200Response, *http.Response, error)
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 ¶
func (r ApiDeviceScriptsGetRequest) Descending(descending string) ApiDeviceScriptsGetRequest
Whether the sorting is applied descending or ascending. Defaults to certain field depending on the object type.
func (ApiDeviceScriptsGetRequest) Execute ¶
func (r ApiDeviceScriptsGetRequest) Execute() (*DeviceScriptList, *http.Response, error)
func (ApiDeviceScriptsGetRequest) FilterBy ¶
func (r ApiDeviceScriptsGetRequest) FilterBy(filterBy map[string]string) ApiDeviceScriptsGetRequest
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 ¶
func (r ApiDeviceScriptsGetRequest) OrderBy(orderBy string) ApiDeviceScriptsGetRequest
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 ¶
func (r ApiDeviceScriptsGetRequest) Query(query string) ApiDeviceScriptsGetRequest
Query string to filter the result list. It's used for various fields depending on the object type. Send multiple query parameters to make the queries more specific.
func (ApiDeviceScriptsGetRequest) Range_ ¶
func (r ApiDeviceScriptsGetRequest) Range_(range_ string) ApiDeviceScriptsGetRequest
'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.'
type ApiDeviceScriptsIdDeleteRequest ¶
type ApiDeviceScriptsIdDeleteRequest struct {
ApiService *DeviceClaimScriptsApiService
// contains filtered or unexported fields
}
func (ApiDeviceScriptsIdDeleteRequest) Authorization ¶
func (r ApiDeviceScriptsIdDeleteRequest) Authorization(authorization string) ApiDeviceScriptsIdDeleteRequest
The Token from the LoginResponse.
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 ¶
func (r ApiDeviceScriptsIdGetRequest) Execute() (*DeviceScript, *http.Response, error)
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 ¶
func (r ApiDeviceScriptsIdPutRequest) DeviceScript(deviceScript DeviceScript) ApiDeviceScriptsIdPutRequest
Device Claim Script object.
func (ApiDeviceScriptsIdPutRequest) Execute ¶
func (r ApiDeviceScriptsIdPutRequest) Execute() (*DeviceScript, *http.Response, error)
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 ¶
func (r ApiDeviceScriptsPostRequest) DeviceScript(deviceScript DeviceScript) ApiDeviceScriptsPostRequest
Device Claim Script object.
func (ApiDeviceScriptsPostRequest) Execute ¶
func (r ApiDeviceScriptsPostRequest) Execute() (*DeviceScript, *http.Response, error)
type ApiEntitlementScriptsGetRequest ¶
type ApiEntitlementScriptsGetRequest struct {
ApiService *EntitlementScriptsApiService
// contains filtered or unexported fields
}
func (ApiEntitlementScriptsGetRequest) Authorization ¶
func (r ApiEntitlementScriptsGetRequest) Authorization(authorization string) ApiEntitlementScriptsGetRequest
The Token from the LoginResponse.
func (ApiEntitlementScriptsGetRequest) Descending ¶
func (r ApiEntitlementScriptsGetRequest) Descending(descending string) ApiEntitlementScriptsGetRequest
Whether the sorting is applied descending or ascending. Defaults to certain field depending on the object type.
func (ApiEntitlementScriptsGetRequest) Execute ¶
func (r ApiEntitlementScriptsGetRequest) Execute() (*EntitlementScriptList, *http.Response, error)
func (ApiEntitlementScriptsGetRequest) FilterBy ¶
func (r ApiEntitlementScriptsGetRequest) FilterBy(filterBy map[string]string) ApiEntitlementScriptsGetRequest
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 ¶
func (r ApiEntitlementScriptsGetRequest) OrderBy(orderBy string) ApiEntitlementScriptsGetRequest
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 ¶
func (r ApiEntitlementScriptsGetRequest) Query(query string) ApiEntitlementScriptsGetRequest
Query string to filter the result list. It's used for various fields depending on the object type. Send multiple query parameters to make the queries more specific.
func (ApiEntitlementScriptsGetRequest) Range_ ¶
func (r ApiEntitlementScriptsGetRequest) Range_(range_ string) ApiEntitlementScriptsGetRequest
'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.'
type ApiEntitlementScriptsIdDeleteRequest ¶
type ApiEntitlementScriptsIdDeleteRequest struct {
ApiService *EntitlementScriptsApiService
// contains filtered or unexported fields
}
func (ApiEntitlementScriptsIdDeleteRequest) Authorization ¶
func (r ApiEntitlementScriptsIdDeleteRequest) Authorization(authorization string) ApiEntitlementScriptsIdDeleteRequest
The Token from the LoginResponse.
type ApiEntitlementScriptsIdGetRequest ¶
type ApiEntitlementScriptsIdGetRequest struct {
ApiService *EntitlementScriptsApiService
// contains filtered or unexported fields
}
func (ApiEntitlementScriptsIdGetRequest) Authorization ¶
func (r ApiEntitlementScriptsIdGetRequest) Authorization(authorization string) ApiEntitlementScriptsIdGetRequest
The Token from the LoginResponse.
func (ApiEntitlementScriptsIdGetRequest) Execute ¶
func (r ApiEntitlementScriptsIdGetRequest) Execute() (*EntitlementScript, *http.Response, error)
type ApiEntitlementScriptsIdPutRequest ¶
type ApiEntitlementScriptsIdPutRequest struct {
ApiService *EntitlementScriptsApiService
// contains filtered or unexported fields
}
func (ApiEntitlementScriptsIdPutRequest) Authorization ¶
func (r ApiEntitlementScriptsIdPutRequest) Authorization(authorization string) ApiEntitlementScriptsIdPutRequest
The Token from the LoginResponse.
func (ApiEntitlementScriptsIdPutRequest) EntitlementScript ¶
func (r ApiEntitlementScriptsIdPutRequest) EntitlementScript(entitlementScript EntitlementScript) ApiEntitlementScriptsIdPutRequest
Entitlement Script object.
func (ApiEntitlementScriptsIdPutRequest) Execute ¶
func (r ApiEntitlementScriptsIdPutRequest) Execute() (*EntitlementScript, *http.Response, error)
type ApiEntitlementScriptsPostRequest ¶
type ApiEntitlementScriptsPostRequest struct {
ApiService *EntitlementScriptsApiService
// contains filtered or unexported fields
}
func (ApiEntitlementScriptsPostRequest) Authorization ¶
func (r ApiEntitlementScriptsPostRequest) Authorization(authorization string) ApiEntitlementScriptsPostRequest
The Token from the LoginResponse.
func (ApiEntitlementScriptsPostRequest) EntitlementScript ¶
func (r ApiEntitlementScriptsPostRequest) EntitlementScript(entitlementScript EntitlementScript) ApiEntitlementScriptsPostRequest
Entitlement Script object.
func (ApiEntitlementScriptsPostRequest) Execute ¶
func (r ApiEntitlementScriptsPostRequest) Execute() (*EntitlementScript, *http.Response, error)
type ApiEntitlementScriptsTestPostRequest ¶
type ApiEntitlementScriptsTestPostRequest struct {
ApiService *EntitlementScriptsApiService
// contains filtered or unexported fields
}
func (ApiEntitlementScriptsTestPostRequest) Authorization ¶
func (r ApiEntitlementScriptsTestPostRequest) Authorization(authorization string) ApiEntitlementScriptsTestPostRequest
The Token from the LoginResponse.
func (ApiEntitlementScriptsTestPostRequest) EntitlementScriptsTest ¶
func (r ApiEntitlementScriptsTestPostRequest) EntitlementScriptsTest(entitlementScriptsTest EntitlementScriptsTest) ApiEntitlementScriptsTestPostRequest
The evaluation details.
func (ApiEntitlementScriptsTestPostRequest) Execute ¶
func (r ApiEntitlementScriptsTestPostRequest) Execute() (*EntitlementScriptTestResult, *http.Response, error)
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 ¶
func (r ApiEntitlementsGetRequest) Descending(descending string) ApiEntitlementsGetRequest
Whether the sorting is applied descending or ascending. Defaults to certain field depending on the object type.
func (ApiEntitlementsGetRequest) Execute ¶
func (r ApiEntitlementsGetRequest) Execute() (*EntitlementList, *http.Response, error)
func (ApiEntitlementsGetRequest) FilterBy ¶
func (r ApiEntitlementsGetRequest) FilterBy(filterBy map[string]string) ApiEntitlementsGetRequest
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 ¶
func (r ApiEntitlementsGetRequest) OrderBy(orderBy string) ApiEntitlementsGetRequest
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 ¶
func (r ApiEntitlementsGetRequest) Query(query string) ApiEntitlementsGetRequest
Query string to filter the result list. It's used for various fields depending on the object type. Send multiple query parameters to make the queries more specific.
func (ApiEntitlementsGetRequest) Range_ ¶
func (r ApiEntitlementsGetRequest) Range_(range_ string) ApiEntitlementsGetRequest
'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.'
type ApiEntitlementsIdDeleteRequest ¶
type ApiEntitlementsIdDeleteRequest struct {
ApiService *EntitlementsApiService
// contains filtered or unexported fields
}
func (ApiEntitlementsIdDeleteRequest) Authorization ¶
func (r ApiEntitlementsIdDeleteRequest) Authorization(authorization string) ApiEntitlementsIdDeleteRequest
The Token from the LoginResponse.
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 ¶
func (r ApiEntitlementsIdGetRequest) Execute() (*Entitlement, *http.Response, error)
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 ¶
func (r ApiEntitlementsIdPutRequest) Entitlement(entitlement Entitlement) ApiEntitlementsIdPutRequest
Entitlement object.
func (ApiEntitlementsIdPutRequest) Execute ¶
func (r ApiEntitlementsIdPutRequest) Execute() (*Entitlement, *http.Response, error)
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 ¶
func (r ApiEntitlementsPostRequest) Entitlement(entitlement Entitlement) ApiEntitlementsPostRequest
Entitlement object.
func (ApiEntitlementsPostRequest) Execute ¶
func (r ApiEntitlementsPostRequest) Execute() (*Entitlement, *http.Response, error)
type ApiFido2DevicesDistinguishedNameDeleteRequest ¶
type ApiFido2DevicesDistinguishedNameDeleteRequest struct {
ApiService *FIDO2DevicesApiService
// contains filtered or unexported fields
}
func (ApiFido2DevicesDistinguishedNameDeleteRequest) Authorization ¶
func (r ApiFido2DevicesDistinguishedNameDeleteRequest) Authorization(authorization string) ApiFido2DevicesDistinguishedNameDeleteRequest
The Token from the LoginResponse.
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 ¶
func (r ApiFido2DevicesGetRequest) Descending(descending string) ApiFido2DevicesGetRequest
Whether the sorting is applied descending or ascending. Defaults to certain field depending on the object type.
func (ApiFido2DevicesGetRequest) Execute ¶
func (r ApiFido2DevicesGetRequest) Execute() (*Fido2DeviceList, *http.Response, error)
func (ApiFido2DevicesGetRequest) FilterBy ¶
func (r ApiFido2DevicesGetRequest) FilterBy(filterBy map[string]string) ApiFido2DevicesGetRequest
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 ¶
func (r ApiFido2DevicesGetRequest) OrderBy(orderBy string) ApiFido2DevicesGetRequest
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 ¶
func (r ApiFido2DevicesGetRequest) Query(query string) ApiFido2DevicesGetRequest
Query string to filter the result list. It's used for various fields depending on the object type. Send multiple query parameters to make the queries more specific.
func (ApiFido2DevicesGetRequest) Range_ ¶
func (r ApiFido2DevicesGetRequest) Range_(range_ string) ApiFido2DevicesGetRequest
'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.'
type ApiFilesFilenameDeleteRequest ¶
type ApiFilesFilenameDeleteRequest struct {
ApiService *ApplianceUpgradeApiService
// contains filtered or unexported fields
}
func (ApiFilesFilenameDeleteRequest) Authorization ¶
func (r ApiFilesFilenameDeleteRequest) Authorization(authorization string) ApiFilesFilenameDeleteRequest
The Token from the LoginResponse.
func (ApiFilesFilenameDeleteRequest) Checksum ¶
func (r ApiFilesFilenameDeleteRequest) Checksum(checksum bool) ApiFilesFilenameDeleteRequest
Whether to calculate checksum of the File(s) and include in the response. If true, response take may long depending on the File sizes.
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 ¶
func (r ApiFilesFilenameGetRequest) Checksum(checksum bool) ApiFilesFilenameGetRequest
Whether to calculate checksum of the File(s) and include in the response. If true, response take may long depending on the File sizes.
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.
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) File ¶
func (r ApiFilesPutRequest) File(file *os.File) ApiFilesPutRequest
The File to upload. \\\"filename\\\"w must be included in in Content-Disposition.
type ApiGlobalSettingsDeleteRequest ¶
type ApiGlobalSettingsDeleteRequest struct {
ApiService *GlobalSettingsApiService
// contains filtered or unexported fields
}
func (ApiGlobalSettingsDeleteRequest) Authorization ¶
func (r ApiGlobalSettingsDeleteRequest) Authorization(authorization string) ApiGlobalSettingsDeleteRequest
The Token from the LoginResponse.
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 ¶
func (r ApiGlobalSettingsGetRequest) Execute() (*GlobalSettings, *http.Response, error)
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 (r ApiGlobalSettingsPutRequest) Execute() (*http.Response, error)
func (ApiGlobalSettingsPutRequest) GlobalSettings ¶
func (r ApiGlobalSettingsPutRequest) GlobalSettings(globalSettings GlobalSettings) ApiGlobalSettingsPutRequest
Global settings.
type ApiIdentityProvidersGetRequest ¶
type ApiIdentityProvidersGetRequest struct {
ApiService *IdentityProvidersApiService
// contains filtered or unexported fields
}
func (ApiIdentityProvidersGetRequest) Authorization ¶
func (r ApiIdentityProvidersGetRequest) Authorization(authorization string) ApiIdentityProvidersGetRequest
The Token from the LoginResponse.
func (ApiIdentityProvidersGetRequest) Descending ¶
func (r ApiIdentityProvidersGetRequest) Descending(descending string) ApiIdentityProvidersGetRequest
Whether the sorting is applied descending or ascending. Defaults to certain field depending on the object type.
func (ApiIdentityProvidersGetRequest) Execute ¶
func (r ApiIdentityProvidersGetRequest) Execute() (*IdentityProviderList, *http.Response, error)
func (ApiIdentityProvidersGetRequest) FilterBy ¶
func (r ApiIdentityProvidersGetRequest) FilterBy(filterBy map[string]string) ApiIdentityProvidersGetRequest
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 ¶
func (r ApiIdentityProvidersGetRequest) OrderBy(orderBy string) ApiIdentityProvidersGetRequest
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 ¶
func (r ApiIdentityProvidersGetRequest) Query(query string) ApiIdentityProvidersGetRequest
Query string to filter the result list. It's used for various fields depending on the object type. Send multiple query parameters to make the queries more specific.
func (ApiIdentityProvidersGetRequest) Range_ ¶
func (r ApiIdentityProvidersGetRequest) Range_(range_ string) ApiIdentityProvidersGetRequest
'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.'
type ApiIdentityProvidersIdAttributesPostRequest ¶
type ApiIdentityProvidersIdAttributesPostRequest struct {
ApiService *IdentityProvidersApiService
// contains filtered or unexported fields
}
func (ApiIdentityProvidersIdAttributesPostRequest) Authorization ¶
func (r ApiIdentityProvidersIdAttributesPostRequest) Authorization(authorization string) ApiIdentityProvidersIdAttributesPostRequest
The Token from the LoginResponse.
func (ApiIdentityProvidersIdAttributesPostRequest) Execute ¶
func (r ApiIdentityProvidersIdAttributesPostRequest) Execute() (*IdentityProvidersIdAttributesPost200Response, *http.Response, error)
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 ¶
func (r ApiIdentityProvidersIdDeleteRequest) Authorization(authorization string) ApiIdentityProvidersIdDeleteRequest
The Token from the LoginResponse.
type ApiIdentityProvidersIdGetRequest ¶
type ApiIdentityProvidersIdGetRequest struct {
ApiService *IdentityProvidersApiService
// contains filtered or unexported fields
}
func (ApiIdentityProvidersIdGetRequest) Authorization ¶
func (r ApiIdentityProvidersIdGetRequest) Authorization(authorization string) ApiIdentityProvidersIdGetRequest
The Token from the LoginResponse.
type ApiIdentityProvidersIdPutRequest ¶
type ApiIdentityProvidersIdPutRequest struct {
ApiService *IdentityProvidersApiService
// contains filtered or unexported fields
}
func (ApiIdentityProvidersIdPutRequest) Authorization ¶
func (r ApiIdentityProvidersIdPutRequest) Authorization(authorization string) ApiIdentityProvidersIdPutRequest
The Token from the LoginResponse.
func (ApiIdentityProvidersIdPutRequest) Body ¶
func (r ApiIdentityProvidersIdPutRequest) Body(body map[string]interface{}) ApiIdentityProvidersIdPutRequest
Identity Provider object.
type ApiIdentityProvidersNamesGetRequest ¶
type ApiIdentityProvidersNamesGetRequest struct {
ApiService *LoginApiService
// contains filtered or unexported fields
}
func (ApiIdentityProvidersNamesGetRequest) Execute ¶
func (r ApiIdentityProvidersNamesGetRequest) Execute() (*IdentityProvidersNamesGet200Response, *http.Response, error)
type ApiIdentityProvidersPostRequest ¶
type ApiIdentityProvidersPostRequest struct {
ApiService *IdentityProvidersApiService
// contains filtered or unexported fields
}
func (ApiIdentityProvidersPostRequest) Authorization ¶
func (r ApiIdentityProvidersPostRequest) Authorization(authorization string) ApiIdentityProvidersPostRequest
The Token from the LoginResponse.
func (ApiIdentityProvidersPostRequest) Body ¶
func (r ApiIdentityProvidersPostRequest) Body(body map[string]interface{}) ApiIdentityProvidersPostRequest
Identity Provider object.
type ApiIdentityProvidersTestPostRequest ¶
type ApiIdentityProvidersTestPostRequest struct {
ApiService *IdentityProvidersApiService
// contains filtered or unexported fields
}
func (ApiIdentityProvidersTestPostRequest) Authorization ¶
func (r ApiIdentityProvidersTestPostRequest) Authorization(authorization string) ApiIdentityProvidersTestPostRequest
The Token from the LoginResponse.
func (ApiIdentityProvidersTestPostRequest) Body ¶
func (r ApiIdentityProvidersTestPostRequest) Body(body map[string]interface{}) ApiIdentityProvidersTestPostRequest
Identity Provider object.
func (ApiIdentityProvidersTestPostRequest) Execute ¶
func (r ApiIdentityProvidersTestPostRequest) Execute() (*IdentityProvidersTestPost200Response, *http.Response, error)
type ApiIpPoolsAllocatedIpsByDnDistinguishedNameGetRequest ¶
type ApiIpPoolsAllocatedIpsByDnDistinguishedNameGetRequest struct {
ApiService *IPPoolsApiService
// contains filtered or unexported fields
}
func (ApiIpPoolsAllocatedIpsByDnDistinguishedNameGetRequest) Authorization ¶
func (r ApiIpPoolsAllocatedIpsByDnDistinguishedNameGetRequest) Authorization(authorization string) ApiIpPoolsAllocatedIpsByDnDistinguishedNameGetRequest
The Token from the LoginResponse.
func (ApiIpPoolsAllocatedIpsByDnDistinguishedNameGetRequest) Execute ¶
func (r ApiIpPoolsAllocatedIpsByDnDistinguishedNameGetRequest) Execute() (*AllocatedIpList, *http.Response, error)
type ApiIpPoolsAllocatedIpsGetRequest ¶
type ApiIpPoolsAllocatedIpsGetRequest struct {
ApiService *IPPoolsApiService
// contains filtered or unexported fields
}
func (ApiIpPoolsAllocatedIpsGetRequest) Authorization ¶
func (r ApiIpPoolsAllocatedIpsGetRequest) Authorization(authorization string) ApiIpPoolsAllocatedIpsGetRequest
The Token from the LoginResponse.
func (ApiIpPoolsAllocatedIpsGetRequest) Descending ¶
func (r ApiIpPoolsAllocatedIpsGetRequest) Descending(descending string) ApiIpPoolsAllocatedIpsGetRequest
Whether the sorting is applied descending or ascending. Defaults to certain field depending on the object type.
func (ApiIpPoolsAllocatedIpsGetRequest) Execute ¶
func (r ApiIpPoolsAllocatedIpsGetRequest) Execute() (*AllocatedIpList, *http.Response, error)
func (ApiIpPoolsAllocatedIpsGetRequest) FilterBy ¶
func (r ApiIpPoolsAllocatedIpsGetRequest) FilterBy(filterBy map[string]string) ApiIpPoolsAllocatedIpsGetRequest
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 ¶
func (r ApiIpPoolsAllocatedIpsGetRequest) OrderBy(orderBy string) ApiIpPoolsAllocatedIpsGetRequest
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 ¶
func (r ApiIpPoolsAllocatedIpsGetRequest) Query(query string) ApiIpPoolsAllocatedIpsGetRequest
Query string to filter the result list. It's used for various fields depending on the object type. Send multiple query parameters to make the queries more specific.
func (ApiIpPoolsAllocatedIpsGetRequest) Range_ ¶
func (r ApiIpPoolsAllocatedIpsGetRequest) Range_(range_ string) ApiIpPoolsAllocatedIpsGetRequest
'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.'
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 (r ApiIpPoolsGetRequest) Execute() (*IpPoolList, *http.Response, error)
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 ¶
func (r ApiIpPoolsGetRequest) OrderBy(orderBy string) ApiIpPoolsGetRequest
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 ¶
func (r ApiIpPoolsGetRequest) Query(query string) ApiIpPoolsGetRequest
Query string to filter the result list. It's used for various fields depending on the object type. Send multiple query parameters to make the queries more specific.
func (ApiIpPoolsGetRequest) Range_ ¶
func (r ApiIpPoolsGetRequest) Range_(range_ string) ApiIpPoolsGetRequest
'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.'
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.
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.
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 ¶
func (r ApiIpPoolsIdPutRequest) IpPool(ipPool IpPool) ApiIpPoolsIdPutRequest
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 ¶
func (r ApiIpPoolsPostRequest) IpPool(ipPool IpPool) ApiIpPoolsPostRequest
IP Pool object.
type ApiLdapCertificateIdentityProvidersGetRequest ¶
type ApiLdapCertificateIdentityProvidersGetRequest struct {
ApiService *LdapCertificateIdentityProvidersApiService
// contains filtered or unexported fields
}
func (ApiLdapCertificateIdentityProvidersGetRequest) Authorization ¶
func (r ApiLdapCertificateIdentityProvidersGetRequest) Authorization(authorization string) ApiLdapCertificateIdentityProvidersGetRequest
The Token from the LoginResponse.
func (ApiLdapCertificateIdentityProvidersGetRequest) Descending ¶
func (r ApiLdapCertificateIdentityProvidersGetRequest) Descending(descending string) ApiLdapCertificateIdentityProvidersGetRequest
Whether the sorting is applied descending or ascending. Defaults to certain field depending on the object type.
func (ApiLdapCertificateIdentityProvidersGetRequest) Execute ¶
func (r ApiLdapCertificateIdentityProvidersGetRequest) Execute() (*LdapCertificateIdentityProviderList, *http.Response, error)
func (ApiLdapCertificateIdentityProvidersGetRequest) FilterBy ¶
func (r ApiLdapCertificateIdentityProvidersGetRequest) FilterBy(filterBy map[string]string) ApiLdapCertificateIdentityProvidersGetRequest
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 ¶
func (r ApiLdapCertificateIdentityProvidersGetRequest) OrderBy(orderBy string) ApiLdapCertificateIdentityProvidersGetRequest
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 ¶
func (r ApiLdapCertificateIdentityProvidersGetRequest) Query(query string) ApiLdapCertificateIdentityProvidersGetRequest
Query string to filter the result list. It'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_ ¶
func (r ApiLdapCertificateIdentityProvidersGetRequest) Range_(range_ string) ApiLdapCertificateIdentityProvidersGetRequest
'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.'
type ApiLdapCertificateIdentityProvidersIdAttributesPostRequest ¶
type ApiLdapCertificateIdentityProvidersIdAttributesPostRequest struct {
ApiService *LdapCertificateIdentityProvidersApiService
// contains filtered or unexported fields
}
func (ApiLdapCertificateIdentityProvidersIdAttributesPostRequest) Authorization ¶
func (r ApiLdapCertificateIdentityProvidersIdAttributesPostRequest) Authorization(authorization string) ApiLdapCertificateIdentityProvidersIdAttributesPostRequest
The Token from the LoginResponse.
func (ApiLdapCertificateIdentityProvidersIdAttributesPostRequest) IdentityProvidersIdAttributesPostRequest ¶
func (r ApiLdapCertificateIdentityProvidersIdAttributesPostRequest) IdentityProvidersIdAttributesPostRequest(identityProvidersIdAttributesPostRequest IdentityProvidersIdAttributesPostRequest) ApiLdapCertificateIdentityProvidersIdAttributesPostRequest
User details to get attributes for.
type ApiLdapCertificateIdentityProvidersIdDeleteRequest ¶
type ApiLdapCertificateIdentityProvidersIdDeleteRequest struct {
ApiService *LdapCertificateIdentityProvidersApiService
// contains filtered or unexported fields
}
func (ApiLdapCertificateIdentityProvidersIdDeleteRequest) Authorization ¶
func (r ApiLdapCertificateIdentityProvidersIdDeleteRequest) Authorization(authorization string) ApiLdapCertificateIdentityProvidersIdDeleteRequest
The Token from the LoginResponse.
type ApiLdapCertificateIdentityProvidersIdGetRequest ¶
type ApiLdapCertificateIdentityProvidersIdGetRequest struct {
ApiService *LdapCertificateIdentityProvidersApiService
// contains filtered or unexported fields
}
func (ApiLdapCertificateIdentityProvidersIdGetRequest) Authorization ¶
func (r ApiLdapCertificateIdentityProvidersIdGetRequest) Authorization(authorization string) ApiLdapCertificateIdentityProvidersIdGetRequest
The Token from the LoginResponse.
func (ApiLdapCertificateIdentityProvidersIdGetRequest) Execute ¶
func (r ApiLdapCertificateIdentityProvidersIdGetRequest) Execute() (*LdapCertificateProvider, *http.Response, error)
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
func (r ApiLdapCertificateIdentityProvidersIdPutRequest) Authorization(authorization string) ApiLdapCertificateIdentityProvidersIdPutRequest
The Token from the LoginResponse.
func (ApiLdapCertificateIdentityProvidersIdPutRequest) Body ¶ added in v1.1.1
func (r ApiLdapCertificateIdentityProvidersIdPutRequest) Body(body LdapCertificateProvider) ApiLdapCertificateIdentityProvidersIdPutRequest
Identity Provider object.
func (ApiLdapCertificateIdentityProvidersIdPutRequest) Execute ¶ added in v1.1.1
func (r ApiLdapCertificateIdentityProvidersIdPutRequest) Execute() (*LdapCertificateProvider, *http.Response, error)
type ApiLdapCertificateIdentityProvidersPostRequest ¶
type ApiLdapCertificateIdentityProvidersPostRequest struct {
ApiService *LdapCertificateIdentityProvidersApiService
// contains filtered or unexported fields
}
func (ApiLdapCertificateIdentityProvidersPostRequest) Authorization ¶
func (r ApiLdapCertificateIdentityProvidersPostRequest) Authorization(authorization string) ApiLdapCertificateIdentityProvidersPostRequest
The Token from the LoginResponse.
func (ApiLdapCertificateIdentityProvidersPostRequest) Body ¶
func (r ApiLdapCertificateIdentityProvidersPostRequest) Body(body LdapCertificateProvider) ApiLdapCertificateIdentityProvidersPostRequest
Identity Provider object.
func (ApiLdapCertificateIdentityProvidersPostRequest) Execute ¶
func (r ApiLdapCertificateIdentityProvidersPostRequest) Execute() (*LdapCertificateProvider, *http.Response, error)
type ApiLdapCertificateIdentityProvidersTestPostRequest ¶
type ApiLdapCertificateIdentityProvidersTestPostRequest struct {
ApiService *LdapCertificateIdentityProvidersApiService
// contains filtered or unexported fields
}
func (ApiLdapCertificateIdentityProvidersTestPostRequest) Authorization ¶
func (r ApiLdapCertificateIdentityProvidersTestPostRequest) Authorization(authorization string) ApiLdapCertificateIdentityProvidersTestPostRequest
The Token from the LoginResponse.
func (ApiLdapCertificateIdentityProvidersTestPostRequest) Body ¶
func (r ApiLdapCertificateIdentityProvidersTestPostRequest) Body(body map[string]interface{}) ApiLdapCertificateIdentityProvidersTestPostRequest
Identity Provider object.
func (ApiLdapCertificateIdentityProvidersTestPostRequest) Execute ¶
func (r ApiLdapCertificateIdentityProvidersTestPostRequest) Execute() (*IdentityProvidersTestPost200Response, *http.Response, error)
type ApiLdapIdentityProvidersGetRequest ¶
type ApiLdapIdentityProvidersGetRequest struct {
ApiService *LdapIdentityProvidersApiService
// contains filtered or unexported fields
}
func (ApiLdapIdentityProvidersGetRequest) Authorization ¶
func (r ApiLdapIdentityProvidersGetRequest) Authorization(authorization string) ApiLdapIdentityProvidersGetRequest
The Token from the LoginResponse.
func (ApiLdapIdentityProvidersGetRequest) Descending ¶
func (r ApiLdapIdentityProvidersGetRequest) Descending(descending string) ApiLdapIdentityProvidersGetRequest
Whether the sorting is applied descending or ascending. Defaults to certain field depending on the object type.
func (ApiLdapIdentityProvidersGetRequest) Execute ¶
func (r ApiLdapIdentityProvidersGetRequest) Execute() (*LdapIdentityProviderList, *http.Response, error)
func (ApiLdapIdentityProvidersGetRequest) FilterBy ¶
func (r ApiLdapIdentityProvidersGetRequest) FilterBy(filterBy map[string]string) ApiLdapIdentityProvidersGetRequest
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 ¶
func (r ApiLdapIdentityProvidersGetRequest) OrderBy(orderBy string) ApiLdapIdentityProvidersGetRequest
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 ¶
func (r ApiLdapIdentityProvidersGetRequest) Query(query string) ApiLdapIdentityProvidersGetRequest
Query string to filter the result list. It'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_ ¶
func (r ApiLdapIdentityProvidersGetRequest) Range_(range_ string) ApiLdapIdentityProvidersGetRequest
'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.'
type ApiLdapIdentityProvidersIdAttributesPostRequest ¶
type ApiLdapIdentityProvidersIdAttributesPostRequest struct {
ApiService *LdapIdentityProvidersApiService
// contains filtered or unexported fields
}
func (ApiLdapIdentityProvidersIdAttributesPostRequest) Authorization ¶
func (r ApiLdapIdentityProvidersIdAttributesPostRequest) Authorization(authorization string) ApiLdapIdentityProvidersIdAttributesPostRequest
The Token from the LoginResponse.
func (ApiLdapIdentityProvidersIdAttributesPostRequest) Execute ¶
func (r ApiLdapIdentityProvidersIdAttributesPostRequest) Execute() (*IdentityProvidersIdAttributesPost200Response, *http.Response, error)
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 ¶
func (r ApiLdapIdentityProvidersIdDeleteRequest) Authorization(authorization string) ApiLdapIdentityProvidersIdDeleteRequest
The Token from the LoginResponse.
type ApiLdapIdentityProvidersIdGetRequest ¶
type ApiLdapIdentityProvidersIdGetRequest struct {
ApiService *LdapIdentityProvidersApiService
// contains filtered or unexported fields
}
func (ApiLdapIdentityProvidersIdGetRequest) Authorization ¶
func (r ApiLdapIdentityProvidersIdGetRequest) Authorization(authorization string) ApiLdapIdentityProvidersIdGetRequest
The Token from the LoginResponse.
func (ApiLdapIdentityProvidersIdGetRequest) Execute ¶
func (r ApiLdapIdentityProvidersIdGetRequest) Execute() (*LdapProvider, *http.Response, error)
type ApiLdapIdentityProvidersIdPutRequest ¶
type ApiLdapIdentityProvidersIdPutRequest struct {
ApiService *LdapIdentityProvidersApiService
// contains filtered or unexported fields
}
func (ApiLdapIdentityProvidersIdPutRequest) Authorization ¶
func (r ApiLdapIdentityProvidersIdPutRequest) Authorization(authorization string) ApiLdapIdentityProvidersIdPutRequest
The Token from the LoginResponse.
func (ApiLdapIdentityProvidersIdPutRequest) Body ¶
func (r ApiLdapIdentityProvidersIdPutRequest) Body(body LdapProvider) ApiLdapIdentityProvidersIdPutRequest
Identity Provider object.
func (ApiLdapIdentityProvidersIdPutRequest) Execute ¶
func (r ApiLdapIdentityProvidersIdPutRequest) Execute() (*LdapProvider, *http.Response, error)
type ApiLdapIdentityProvidersPostRequest ¶
type ApiLdapIdentityProvidersPostRequest struct {
ApiService *LdapIdentityProvidersApiService
// contains filtered or unexported fields
}
func (ApiLdapIdentityProvidersPostRequest) Authorization ¶
func (r ApiLdapIdentityProvidersPostRequest) Authorization(authorization string) ApiLdapIdentityProvidersPostRequest
The Token from the LoginResponse.
func (ApiLdapIdentityProvidersPostRequest) Body ¶
func (r ApiLdapIdentityProvidersPostRequest) Body(body LdapProvider) ApiLdapIdentityProvidersPostRequest
Identity Provider object.
func (ApiLdapIdentityProvidersPostRequest) Execute ¶
func (r ApiLdapIdentityProvidersPostRequest) Execute() (*LdapProvider, *http.Response, error)
type ApiLdapIdentityProvidersTestPostRequest ¶
type ApiLdapIdentityProvidersTestPostRequest struct {
ApiService *LdapIdentityProvidersApiService
// contains filtered or unexported fields
}
func (ApiLdapIdentityProvidersTestPostRequest) Authorization ¶
func (r ApiLdapIdentityProvidersTestPostRequest) Authorization(authorization string) ApiLdapIdentityProvidersTestPostRequest
The Token from the LoginResponse.
func (ApiLdapIdentityProvidersTestPostRequest) Body ¶
func (r ApiLdapIdentityProvidersTestPostRequest) Body(body map[string]interface{}) ApiLdapIdentityProvidersTestPostRequest
Identity Provider object.
func (ApiLdapIdentityProvidersTestPostRequest) Execute ¶
func (r ApiLdapIdentityProvidersTestPostRequest) Execute() (*IdentityProvidersTestPost200Response, *http.Response, error)
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.
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 ¶
func (r ApiLicenseGetRequest) Execute() (*LicenseDetails, *http.Response, error)
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.
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.
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 ¶
func (r ApiLicenseNextGetRequest) Execute() (*LicenseDetails, *http.Response, error)
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 (r ApiLicenseNextPostRequest) Execute() (*License, *http.Response, error)
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 ¶
func (r ApiLicenseUsersGetRequest) Descending(descending string) ApiLicenseUsersGetRequest
Whether the sorting is applied descending or ascending. Defaults to certain field depending on the object type.
func (ApiLicenseUsersGetRequest) Execute ¶
func (r ApiLicenseUsersGetRequest) Execute() (*UserLicenseList, *http.Response, error)
func (ApiLicenseUsersGetRequest) FilterBy ¶
func (r ApiLicenseUsersGetRequest) FilterBy(filterBy map[string]string) ApiLicenseUsersGetRequest
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 ¶
func (r ApiLicenseUsersGetRequest) OrderBy(orderBy string) ApiLicenseUsersGetRequest
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 ¶
func (r ApiLicenseUsersGetRequest) Query(query string) ApiLicenseUsersGetRequest
Query string to filter the result list. It's used for various fields depending on the object type. Send multiple query parameters to make the queries more specific.
func (ApiLicenseUsersGetRequest) Range_ ¶
func (r ApiLicenseUsersGetRequest) Range_(range_ string) ApiLicenseUsersGetRequest
'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.'
type ApiLocalDatabaseIdentityProvidersGetRequest ¶
type ApiLocalDatabaseIdentityProvidersGetRequest struct {
ApiService *LocalDatabaseIdentityProvidersApiService
// contains filtered or unexported fields
}
func (ApiLocalDatabaseIdentityProvidersGetRequest) Authorization ¶
func (r ApiLocalDatabaseIdentityProvidersGetRequest) Authorization(authorization string) ApiLocalDatabaseIdentityProvidersGetRequest
The Token from the LoginResponse.
func (ApiLocalDatabaseIdentityProvidersGetRequest) Descending ¶
func (r ApiLocalDatabaseIdentityProvidersGetRequest) Descending(descending string) ApiLocalDatabaseIdentityProvidersGetRequest
Whether the sorting is applied descending or ascending. Defaults to certain field depending on the object type.
func (ApiLocalDatabaseIdentityProvidersGetRequest) Execute ¶
func (r ApiLocalDatabaseIdentityProvidersGetRequest) Execute() (*LocalDatabaseIdentityProviderList, *http.Response, error)
func (ApiLocalDatabaseIdentityProvidersGetRequest) FilterBy ¶
func (r ApiLocalDatabaseIdentityProvidersGetRequest) FilterBy(filterBy map[string]string) ApiLocalDatabaseIdentityProvidersGetRequest
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 ¶
func (r ApiLocalDatabaseIdentityProvidersGetRequest) OrderBy(orderBy string) ApiLocalDatabaseIdentityProvidersGetRequest
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 ¶
func (r ApiLocalDatabaseIdentityProvidersGetRequest) Query(query string) ApiLocalDatabaseIdentityProvidersGetRequest
Query string to filter the result list. It'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_ ¶
func (r ApiLocalDatabaseIdentityProvidersGetRequest) Range_(range_ string) ApiLocalDatabaseIdentityProvidersGetRequest
'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.'
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
func (r ApiLocalDatabaseIdentityProvidersIdAttributesPostRequest) Authorization(authorization string) ApiLocalDatabaseIdentityProvidersIdAttributesPostRequest
The Token from the LoginResponse.
func (ApiLocalDatabaseIdentityProvidersIdAttributesPostRequest) IdentityProvidersIdAttributesPostRequest ¶ added in v1.1.1
func (r ApiLocalDatabaseIdentityProvidersIdAttributesPostRequest) IdentityProvidersIdAttributesPostRequest(identityProvidersIdAttributesPostRequest IdentityProvidersIdAttributesPostRequest) ApiLocalDatabaseIdentityProvidersIdAttributesPostRequest
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
func (r ApiLocalDatabaseIdentityProvidersIdDeleteRequest) Authorization(authorization string) ApiLocalDatabaseIdentityProvidersIdDeleteRequest
The Token from the LoginResponse.
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
func (r ApiLocalDatabaseIdentityProvidersIdGetRequest) Authorization(authorization string) ApiLocalDatabaseIdentityProvidersIdGetRequest
The Token from the LoginResponse.
func (ApiLocalDatabaseIdentityProvidersIdGetRequest) Execute ¶ added in v1.1.1
func (r ApiLocalDatabaseIdentityProvidersIdGetRequest) Execute() (*LocalDatabaseProvider, *http.Response, error)
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
func (r ApiLocalDatabaseIdentityProvidersIdPutRequest) Authorization(authorization string) ApiLocalDatabaseIdentityProvidersIdPutRequest
The Token from the LoginResponse.
func (ApiLocalDatabaseIdentityProvidersIdPutRequest) Body ¶ added in v1.1.1
func (r ApiLocalDatabaseIdentityProvidersIdPutRequest) Body(body LocalDatabaseProvider) ApiLocalDatabaseIdentityProvidersIdPutRequest
Identity Provider object.
func (ApiLocalDatabaseIdentityProvidersIdPutRequest) Execute ¶ added in v1.1.1
func (r ApiLocalDatabaseIdentityProvidersIdPutRequest) Execute() (*LocalDatabaseProvider, *http.Response, error)
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
func (r ApiLocalDatabaseIdentityProvidersPostRequest) Authorization(authorization string) ApiLocalDatabaseIdentityProvidersPostRequest
The Token from the LoginResponse.
func (ApiLocalDatabaseIdentityProvidersPostRequest) Body ¶ added in v1.1.1
func (r ApiLocalDatabaseIdentityProvidersPostRequest) Body(body LocalDatabaseProvider) ApiLocalDatabaseIdentityProvidersPostRequest
Identity Provider object.
func (ApiLocalDatabaseIdentityProvidersPostRequest) Execute ¶ added in v1.1.1
func (r ApiLocalDatabaseIdentityProvidersPostRequest) Execute() (*LocalDatabaseProvider, *http.Response, error)
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
func (r ApiLocalDatabaseIdentityProvidersTestPostRequest) Authorization(authorization string) ApiLocalDatabaseIdentityProvidersTestPostRequest
The Token from the LoginResponse.
func (ApiLocalDatabaseIdentityProvidersTestPostRequest) Body ¶ added in v1.1.1
func (r ApiLocalDatabaseIdentityProvidersTestPostRequest) Body(body map[string]interface{}) ApiLocalDatabaseIdentityProvidersTestPostRequest
Identity Provider object.
func (ApiLocalDatabaseIdentityProvidersTestPostRequest) Execute ¶ added in v1.1.1
func (r ApiLocalDatabaseIdentityProvidersTestPostRequest) Execute() (*IdentityProvidersTestPost200Response, *http.Response, error)
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 (r ApiLocalUsersGetRequest) Execute() (*LocalUserList, *http.Response, error)
func (ApiLocalUsersGetRequest) FilterBy ¶
func (r ApiLocalUsersGetRequest) FilterBy(filterBy map[string]string) ApiLocalUsersGetRequest
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 ¶
func (r ApiLocalUsersGetRequest) OrderBy(orderBy string) ApiLocalUsersGetRequest
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 ¶
func (r ApiLocalUsersGetRequest) Query(query string) ApiLocalUsersGetRequest
Query string to filter the result list. It's used for various fields depending on the object type. Send multiple query parameters to make the queries more specific.
func (ApiLocalUsersGetRequest) Range_ ¶
func (r ApiLocalUsersGetRequest) Range_(range_ string) ApiLocalUsersGetRequest
'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.'
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.
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.
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 (r ApiLocalUsersIdPutRequest) Execute() (*LocalUser, *http.Response, error)
func (ApiLocalUsersIdPutRequest) LocalUser ¶
func (r ApiLocalUsersIdPutRequest) LocalUser(localUser LocalUser) ApiLocalUsersIdPutRequest
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 (r ApiLocalUsersPostRequest) Execute() (*LocalUser, *http.Response, error)
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 (r ApiLoginPostRequest) Execute() (*LoginResponse, *http.Response, error)
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 ¶
func (r ApiMfaProvidersGetRequest) Descending(descending string) ApiMfaProvidersGetRequest
Whether the sorting is applied descending or ascending. Defaults to certain field depending on the object type.
func (ApiMfaProvidersGetRequest) Execute ¶
func (r ApiMfaProvidersGetRequest) Execute() (*MfaProviderList, *http.Response, error)
func (ApiMfaProvidersGetRequest) FilterBy ¶
func (r ApiMfaProvidersGetRequest) FilterBy(filterBy map[string]string) ApiMfaProvidersGetRequest
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 ¶
func (r ApiMfaProvidersGetRequest) OrderBy(orderBy string) ApiMfaProvidersGetRequest
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 ¶
func (r ApiMfaProvidersGetRequest) Query(query string) ApiMfaProvidersGetRequest
Query string to filter the result list. It's used for various fields depending on the object type. Send multiple query parameters to make the queries more specific.
func (ApiMfaProvidersGetRequest) Range_ ¶
func (r ApiMfaProvidersGetRequest) Range_(range_ string) ApiMfaProvidersGetRequest
'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.'
type ApiMfaProvidersIdDeleteRequest ¶
type ApiMfaProvidersIdDeleteRequest struct {
ApiService *MFAProvidersApiService
// contains filtered or unexported fields
}
func (ApiMfaProvidersIdDeleteRequest) Authorization ¶
func (r ApiMfaProvidersIdDeleteRequest) Authorization(authorization string) ApiMfaProvidersIdDeleteRequest
The Token from the LoginResponse.
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 ¶
func (r ApiMfaProvidersIdGetRequest) Execute() (*MfaProvider, *http.Response, error)
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 (r ApiMfaProvidersIdPutRequest) Execute() (*MfaProvider, *http.Response, error)
func (ApiMfaProvidersIdPutRequest) MfaProvider ¶
func (r ApiMfaProvidersIdPutRequest) MfaProvider(mfaProvider MfaProvider) ApiMfaProvidersIdPutRequest
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 (r ApiMfaProvidersPostRequest) Execute() (*MfaProvider, *http.Response, error)
func (ApiMfaProvidersPostRequest) MfaProvider ¶
func (r ApiMfaProvidersPostRequest) MfaProvider(mfaProvider MfaProvider) ApiMfaProvidersPostRequest
MFA Provider object.
type ApiMfaProvidersTestPostRequest ¶
type ApiMfaProvidersTestPostRequest struct {
ApiService *MFAProvidersApiService
// contains filtered or unexported fields
}
func (ApiMfaProvidersTestPostRequest) Authorization ¶
func (r ApiMfaProvidersTestPostRequest) Authorization(authorization string) ApiMfaProvidersTestPostRequest
The Token from the LoginResponse.
func (ApiMfaProvidersTestPostRequest) Execute ¶
func (r ApiMfaProvidersTestPostRequest) Execute() (*IdentityProvidersTestPost200Response, *http.Response, error)
func (ApiMfaProvidersTestPostRequest) MfaProvider ¶
func (r ApiMfaProvidersTestPostRequest) MfaProvider(mfaProvider MfaProvider) ApiMfaProvidersTestPostRequest
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.
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 (r ApiMyPreferencesPutRequest) Execute() (*http.Response, error)
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 ¶
func (r ApiOnBoardedDevicesDistinguishedNameDeleteRequest) Authorization(authorization string) ApiOnBoardedDevicesDistinguishedNameDeleteRequest
The Token from the LoginResponse.
type ApiOnBoardedDevicesGetRequest ¶
type ApiOnBoardedDevicesGetRequest struct {
ApiService *RegisteredDevicesApiService
// contains filtered or unexported fields
}
func (ApiOnBoardedDevicesGetRequest) Authorization ¶
func (r ApiOnBoardedDevicesGetRequest) Authorization(authorization string) ApiOnBoardedDevicesGetRequest
The Token from the LoginResponse.
func (ApiOnBoardedDevicesGetRequest) Descending ¶
func (r ApiOnBoardedDevicesGetRequest) Descending(descending string) ApiOnBoardedDevicesGetRequest
Whether the sorting is applied descending or ascending. Defaults to certain field depending on the object type.
func (ApiOnBoardedDevicesGetRequest) Execute ¶
func (r ApiOnBoardedDevicesGetRequest) Execute() (*OnBoardedDeviceList, *http.Response, error)
func (ApiOnBoardedDevicesGetRequest) FilterBy ¶
func (r ApiOnBoardedDevicesGetRequest) FilterBy(filterBy map[string]string) ApiOnBoardedDevicesGetRequest
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 ¶
func (r ApiOnBoardedDevicesGetRequest) OrderBy(orderBy string) ApiOnBoardedDevicesGetRequest
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 ¶
func (r ApiOnBoardedDevicesGetRequest) Query(query string) ApiOnBoardedDevicesGetRequest
Query string to filter the result list. It's used for various fields depending on the object type. Send multiple query parameters to make the queries more specific.
func (ApiOnBoardedDevicesGetRequest) Range_ ¶
func (r ApiOnBoardedDevicesGetRequest) Range_(range_ string) ApiOnBoardedDevicesGetRequest
'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.'
type ApiOtpSeedsDistinguishedNameDeleteRequest ¶
type ApiOtpSeedsDistinguishedNameDeleteRequest struct {
ApiService *DefaultTimeBasedOTPProviderSeedsApiService
// contains filtered or unexported fields
}
func (ApiOtpSeedsDistinguishedNameDeleteRequest) Authorization ¶
func (r ApiOtpSeedsDistinguishedNameDeleteRequest) Authorization(authorization string) ApiOtpSeedsDistinguishedNameDeleteRequest
The Token from the LoginResponse.
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 (r ApiOtpSeedsGetRequest) Execute() (*OtpSeedList, *http.Response, error)
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 ¶
func (r ApiOtpSeedsGetRequest) OrderBy(orderBy string) ApiOtpSeedsGetRequest
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 ¶
func (r ApiOtpSeedsGetRequest) Query(query string) ApiOtpSeedsGetRequest
Query string to filter the result list. It's used for various fields depending on the object type. Send multiple query parameters to make the queries more specific.
func (ApiOtpSeedsGetRequest) Range_ ¶
func (r ApiOtpSeedsGetRequest) Range_(range_ string) ApiOtpSeedsGetRequest
'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.'
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 (r ApiPoliciesGetRequest) Execute() (*PolicyList, *http.Response, error)
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 ¶
func (r ApiPoliciesGetRequest) OrderBy(orderBy string) ApiPoliciesGetRequest
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 ¶
func (r ApiPoliciesGetRequest) Query(query string) ApiPoliciesGetRequest
Query string to filter the result list. It's used for various fields depending on the object type. Send multiple query parameters to make the queries more specific.
func (ApiPoliciesGetRequest) Range_ ¶
func (r ApiPoliciesGetRequest) Range_(range_ string) ApiPoliciesGetRequest
'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.'
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.
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.
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 ¶
func (r ApiPoliciesIdPutRequest) Policy(policy Policy) ApiPoliciesIdPutRequest
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 ¶
func (r ApiPoliciesPostRequest) Policy(policy Policy) ApiPoliciesPostRequest
Policy object.
type ApiRadiusIdentityProvidersGetRequest ¶
type ApiRadiusIdentityProvidersGetRequest struct {
ApiService *RadiusIdentityProvidersApiService
// contains filtered or unexported fields
}
func (ApiRadiusIdentityProvidersGetRequest) Authorization ¶
func (r ApiRadiusIdentityProvidersGetRequest) Authorization(authorization string) ApiRadiusIdentityProvidersGetRequest
The Token from the LoginResponse.
func (ApiRadiusIdentityProvidersGetRequest) Descending ¶
func (r ApiRadiusIdentityProvidersGetRequest) Descending(descending string) ApiRadiusIdentityProvidersGetRequest
Whether the sorting is applied descending or ascending. Defaults to certain field depending on the object type.
func (ApiRadiusIdentityProvidersGetRequest) Execute ¶
func (r ApiRadiusIdentityProvidersGetRequest) Execute() (*RadiusIdentityProviderList, *http.Response, error)
func (ApiRadiusIdentityProvidersGetRequest) FilterBy ¶
func (r ApiRadiusIdentityProvidersGetRequest) FilterBy(filterBy map[string]string) ApiRadiusIdentityProvidersGetRequest
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 ¶
func (r ApiRadiusIdentityProvidersGetRequest) OrderBy(orderBy string) ApiRadiusIdentityProvidersGetRequest
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 ¶
func (r ApiRadiusIdentityProvidersGetRequest) Query(query string) ApiRadiusIdentityProvidersGetRequest
Query string to filter the result list. It'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_ ¶
func (r ApiRadiusIdentityProvidersGetRequest) Range_(range_ string) ApiRadiusIdentityProvidersGetRequest
'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.'
type ApiRadiusIdentityProvidersIdAttributesPostRequest ¶
type ApiRadiusIdentityProvidersIdAttributesPostRequest struct {
ApiService *RadiusIdentityProvidersApiService
// contains filtered or unexported fields
}
func (ApiRadiusIdentityProvidersIdAttributesPostRequest) Authorization ¶
func (r ApiRadiusIdentityProvidersIdAttributesPostRequest) Authorization(authorization string) ApiRadiusIdentityProvidersIdAttributesPostRequest
The Token from the LoginResponse.
func (ApiRadiusIdentityProvidersIdAttributesPostRequest) Execute ¶
func (r ApiRadiusIdentityProvidersIdAttributesPostRequest) Execute() (*IdentityProvidersIdAttributesPost200Response, *http.Response, error)
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 ¶
func (r ApiRadiusIdentityProvidersIdDeleteRequest) Authorization(authorization string) ApiRadiusIdentityProvidersIdDeleteRequest
The Token from the LoginResponse.
type ApiRadiusIdentityProvidersIdGetRequest ¶
type ApiRadiusIdentityProvidersIdGetRequest struct {
ApiService *RadiusIdentityProvidersApiService
// contains filtered or unexported fields
}
func (ApiRadiusIdentityProvidersIdGetRequest) Authorization ¶
func (r ApiRadiusIdentityProvidersIdGetRequest) Authorization(authorization string) ApiRadiusIdentityProvidersIdGetRequest
The Token from the LoginResponse.
func (ApiRadiusIdentityProvidersIdGetRequest) Execute ¶
func (r ApiRadiusIdentityProvidersIdGetRequest) Execute() (*RadiusProvider, *http.Response, error)
type ApiRadiusIdentityProvidersIdPutRequest ¶
type ApiRadiusIdentityProvidersIdPutRequest struct {
ApiService *RadiusIdentityProvidersApiService
// contains filtered or unexported fields
}
func (ApiRadiusIdentityProvidersIdPutRequest) Authorization ¶
func (r ApiRadiusIdentityProvidersIdPutRequest) Authorization(authorization string) ApiRadiusIdentityProvidersIdPutRequest
The Token from the LoginResponse.
func (ApiRadiusIdentityProvidersIdPutRequest) Body ¶
func (r ApiRadiusIdentityProvidersIdPutRequest) Body(body RadiusProvider) ApiRadiusIdentityProvidersIdPutRequest
Identity Provider object.
func (ApiRadiusIdentityProvidersIdPutRequest) Execute ¶
func (r ApiRadiusIdentityProvidersIdPutRequest) Execute() (*RadiusProvider, *http.Response, error)
type ApiRadiusIdentityProvidersPostRequest ¶
type ApiRadiusIdentityProvidersPostRequest struct {
ApiService *RadiusIdentityProvidersApiService
// contains filtered or unexported fields
}
func (ApiRadiusIdentityProvidersPostRequest) Authorization ¶
func (r ApiRadiusIdentityProvidersPostRequest) Authorization(authorization string) ApiRadiusIdentityProvidersPostRequest
The Token from the LoginResponse.
func (ApiRadiusIdentityProvidersPostRequest) Body ¶
func (r ApiRadiusIdentityProvidersPostRequest) Body(body RadiusProvider) ApiRadiusIdentityProvidersPostRequest
Identity Provider object.
func (ApiRadiusIdentityProvidersPostRequest) Execute ¶
func (r ApiRadiusIdentityProvidersPostRequest) Execute() (*RadiusProvider, *http.Response, error)
type ApiRadiusIdentityProvidersTestPostRequest ¶
type ApiRadiusIdentityProvidersTestPostRequest struct {
ApiService *RadiusIdentityProvidersApiService
// contains filtered or unexported fields
}
func (ApiRadiusIdentityProvidersTestPostRequest) Authorization ¶
func (r ApiRadiusIdentityProvidersTestPostRequest) Authorization(authorization string) ApiRadiusIdentityProvidersTestPostRequest
The Token from the LoginResponse.
func (ApiRadiusIdentityProvidersTestPostRequest) Body ¶
func (r ApiRadiusIdentityProvidersTestPostRequest) Body(body map[string]interface{}) ApiRadiusIdentityProvidersTestPostRequest
Identity Provider object.
func (ApiRadiusIdentityProvidersTestPostRequest) Execute ¶
func (r ApiRadiusIdentityProvidersTestPostRequest) Execute() (*IdentityProvidersTestPost200Response, *http.Response, error)
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 ¶
func (r ApiRingfenceRulesGetRequest) Descending(descending string) ApiRingfenceRulesGetRequest
Whether the sorting is applied descending or ascending. Defaults to certain field depending on the object type.
func (ApiRingfenceRulesGetRequest) Execute ¶
func (r ApiRingfenceRulesGetRequest) Execute() (*RingfenceRuleList, *http.Response, error)
func (ApiRingfenceRulesGetRequest) FilterBy ¶
func (r ApiRingfenceRulesGetRequest) FilterBy(filterBy map[string]string) ApiRingfenceRulesGetRequest
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 ¶
func (r ApiRingfenceRulesGetRequest) OrderBy(orderBy string) ApiRingfenceRulesGetRequest
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 ¶
func (r ApiRingfenceRulesGetRequest) Query(query string) ApiRingfenceRulesGetRequest
Query string to filter the result list. It's used for various fields depending on the object type. Send multiple query parameters to make the queries more specific.
func (ApiRingfenceRulesGetRequest) Range_ ¶
func (r ApiRingfenceRulesGetRequest) Range_(range_ string) ApiRingfenceRulesGetRequest
'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.'
type ApiRingfenceRulesIdDeleteRequest ¶
type ApiRingfenceRulesIdDeleteRequest struct {
ApiService *RingfenceRulesApiService
// contains filtered or unexported fields
}
func (ApiRingfenceRulesIdDeleteRequest) Authorization ¶
func (r ApiRingfenceRulesIdDeleteRequest) Authorization(authorization string) ApiRingfenceRulesIdDeleteRequest
The Token from the LoginResponse.
type ApiRingfenceRulesIdGetRequest ¶
type ApiRingfenceRulesIdGetRequest struct {
ApiService *RingfenceRulesApiService
// contains filtered or unexported fields
}
func (ApiRingfenceRulesIdGetRequest) Authorization ¶
func (r ApiRingfenceRulesIdGetRequest) Authorization(authorization string) ApiRingfenceRulesIdGetRequest
The Token from the LoginResponse.
func (ApiRingfenceRulesIdGetRequest) Execute ¶
func (r ApiRingfenceRulesIdGetRequest) Execute() (*RingfenceRule, *http.Response, error)
type ApiRingfenceRulesIdPutRequest ¶
type ApiRingfenceRulesIdPutRequest struct {
ApiService *RingfenceRulesApiService
// contains filtered or unexported fields
}
func (ApiRingfenceRulesIdPutRequest) Authorization ¶
func (r ApiRingfenceRulesIdPutRequest) Authorization(authorization string) ApiRingfenceRulesIdPutRequest
The Token from the LoginResponse.
func (ApiRingfenceRulesIdPutRequest) Execute ¶
func (r ApiRingfenceRulesIdPutRequest) Execute() (*RingfenceRule, *http.Response, error)
func (ApiRingfenceRulesIdPutRequest) RingfenceRule ¶
func (r ApiRingfenceRulesIdPutRequest) RingfenceRule(ringfenceRule RingfenceRule) ApiRingfenceRulesIdPutRequest
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 (r ApiRingfenceRulesPostRequest) Execute() (*RingfenceRule, *http.Response, error)
func (ApiRingfenceRulesPostRequest) RingfenceRule ¶
func (r ApiRingfenceRulesPostRequest) RingfenceRule(ringfenceRule RingfenceRule) ApiRingfenceRulesPostRequest
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.
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 ¶
func (r ApiRiskModelPutRequest) RiskModel(riskModel RiskModel) ApiRiskModelPutRequest
Risk Model.
type ApiSamlIdentityProvidersGetRequest ¶
type ApiSamlIdentityProvidersGetRequest struct {
ApiService *SamlIdentityProvidersApiService
// contains filtered or unexported fields
}
func (ApiSamlIdentityProvidersGetRequest) Authorization ¶
func (r ApiSamlIdentityProvidersGetRequest) Authorization(authorization string) ApiSamlIdentityProvidersGetRequest
The Token from the LoginResponse.
func (ApiSamlIdentityProvidersGetRequest) Descending ¶
func (r ApiSamlIdentityProvidersGetRequest) Descending(descending string) ApiSamlIdentityProvidersGetRequest
Whether the sorting is applied descending or ascending. Defaults to certain field depending on the object type.
func (ApiSamlIdentityProvidersGetRequest) Execute ¶
func (r ApiSamlIdentityProvidersGetRequest) Execute() (*SamlIdentityProviderList, *http.Response, error)
func (ApiSamlIdentityProvidersGetRequest) FilterBy ¶
func (r ApiSamlIdentityProvidersGetRequest) FilterBy(filterBy map[string]string) ApiSamlIdentityProvidersGetRequest
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 ¶
func (r ApiSamlIdentityProvidersGetRequest) OrderBy(orderBy string) ApiSamlIdentityProvidersGetRequest
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 ¶
func (r ApiSamlIdentityProvidersGetRequest) Query(query string) ApiSamlIdentityProvidersGetRequest
Query string to filter the result list. It'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_ ¶
func (r ApiSamlIdentityProvidersGetRequest) Range_(range_ string) ApiSamlIdentityProvidersGetRequest
'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.'
type ApiSamlIdentityProvidersIdAttributesPostRequest ¶
type ApiSamlIdentityProvidersIdAttributesPostRequest struct {
ApiService *SamlIdentityProvidersApiService
// contains filtered or unexported fields
}
func (ApiSamlIdentityProvidersIdAttributesPostRequest) Authorization ¶
func (r ApiSamlIdentityProvidersIdAttributesPostRequest) Authorization(authorization string) ApiSamlIdentityProvidersIdAttributesPostRequest
The Token from the LoginResponse.
func (ApiSamlIdentityProvidersIdAttributesPostRequest) Execute ¶
func (r ApiSamlIdentityProvidersIdAttributesPostRequest) Execute() (*IdentityProvidersIdAttributesPost200Response, *http.Response, error)
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 ¶
func (r ApiSamlIdentityProvidersIdDeleteRequest) Authorization(authorization string) ApiSamlIdentityProvidersIdDeleteRequest
The Token from the LoginResponse.
type ApiSamlIdentityProvidersIdGetRequest ¶
type ApiSamlIdentityProvidersIdGetRequest struct {
ApiService *SamlIdentityProvidersApiService
// contains filtered or unexported fields
}
func (ApiSamlIdentityProvidersIdGetRequest) Authorization ¶
func (r ApiSamlIdentityProvidersIdGetRequest) Authorization(authorization string) ApiSamlIdentityProvidersIdGetRequest
The Token from the LoginResponse.
func (ApiSamlIdentityProvidersIdGetRequest) Execute ¶
func (r ApiSamlIdentityProvidersIdGetRequest) Execute() (*SamlProvider, *http.Response, error)
type ApiSamlIdentityProvidersIdPutRequest ¶
type ApiSamlIdentityProvidersIdPutRequest struct {
ApiService *SamlIdentityProvidersApiService
// contains filtered or unexported fields
}
func (ApiSamlIdentityProvidersIdPutRequest) Authorization ¶
func (r ApiSamlIdentityProvidersIdPutRequest) Authorization(authorization string) ApiSamlIdentityProvidersIdPutRequest
The Token from the LoginResponse.
func (ApiSamlIdentityProvidersIdPutRequest) Body ¶
func (r ApiSamlIdentityProvidersIdPutRequest) Body(body SamlProvider) ApiSamlIdentityProvidersIdPutRequest
Identity Provider object.
func (ApiSamlIdentityProvidersIdPutRequest) Execute ¶
func (r ApiSamlIdentityProvidersIdPutRequest) Execute() (*SamlProvider, *http.Response, error)
type ApiSamlIdentityProvidersPostRequest ¶
type ApiSamlIdentityProvidersPostRequest struct {
ApiService *SamlIdentityProvidersApiService
// contains filtered or unexported fields
}
func (ApiSamlIdentityProvidersPostRequest) Authorization ¶
func (r ApiSamlIdentityProvidersPostRequest) Authorization(authorization string) ApiSamlIdentityProvidersPostRequest
The Token from the LoginResponse.
func (ApiSamlIdentityProvidersPostRequest) Body ¶
func (r ApiSamlIdentityProvidersPostRequest) Body(body SamlProvider) ApiSamlIdentityProvidersPostRequest
Identity Provider object.
func (ApiSamlIdentityProvidersPostRequest) Execute ¶
func (r ApiSamlIdentityProvidersPostRequest) Execute() (*SamlProvider, *http.Response, error)
type ApiSamlIdentityProvidersTestPostRequest ¶
type ApiSamlIdentityProvidersTestPostRequest struct {
ApiService *SamlIdentityProvidersApiService
// contains filtered or unexported fields
}
func (ApiSamlIdentityProvidersTestPostRequest) Authorization ¶
func (r ApiSamlIdentityProvidersTestPostRequest) Authorization(authorization string) ApiSamlIdentityProvidersTestPostRequest
The Token from the LoginResponse.
func (ApiSamlIdentityProvidersTestPostRequest) Body ¶
func (r ApiSamlIdentityProvidersTestPostRequest) Body(body map[string]interface{}) ApiSamlIdentityProvidersTestPostRequest
Identity Provider object.
func (ApiSamlIdentityProvidersTestPostRequest) Execute ¶
func (r ApiSamlIdentityProvidersTestPostRequest) Execute() (*IdentityProvidersTestPost200Response, *http.Response, error)
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 ¶
func (r ApiServiceUsersGetRequest) Descending(descending string) ApiServiceUsersGetRequest
Whether the sorting is applied descending or ascending. Defaults to certain field depending on the object type.
func (ApiServiceUsersGetRequest) Execute ¶
func (r ApiServiceUsersGetRequest) Execute() (*ServiceUserList, *http.Response, error)
func (ApiServiceUsersGetRequest) FilterBy ¶
func (r ApiServiceUsersGetRequest) FilterBy(filterBy map[string]string) ApiServiceUsersGetRequest
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 ¶
func (r ApiServiceUsersGetRequest) OrderBy(orderBy string) ApiServiceUsersGetRequest
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 ¶
func (r ApiServiceUsersGetRequest) Query(query string) ApiServiceUsersGetRequest
Query string to filter the result list. It's used for various fields depending on the object type. Send multiple query parameters to make the queries more specific.
func (ApiServiceUsersGetRequest) Range_ ¶
func (r ApiServiceUsersGetRequest) Range_(range_ string) ApiServiceUsersGetRequest
'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.'
type ApiServiceUsersIdDeleteRequest ¶
type ApiServiceUsersIdDeleteRequest struct {
ApiService *ServiceUsersApiService
// contains filtered or unexported fields
}
func (ApiServiceUsersIdDeleteRequest) Authorization ¶
func (r ApiServiceUsersIdDeleteRequest) Authorization(authorization string) ApiServiceUsersIdDeleteRequest
The Token from the LoginResponse.
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 ¶
func (r ApiServiceUsersIdGetRequest) Execute() (*ServiceUser, *http.Response, error)
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 (r ApiServiceUsersIdPutRequest) Execute() (*ServiceUser, *http.Response, error)
func (ApiServiceUsersIdPutRequest) ServiceUser ¶
func (r ApiServiceUsersIdPutRequest) ServiceUser(serviceUser ServiceUser) ApiServiceUsersIdPutRequest
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 (r ApiServiceUsersPostRequest) Execute() (*ServiceUser, *http.Response, error)
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 ¶
func (r ApiSessionInfoDistinguishedNameGetRequest) Authorization(authorization string) ApiSessionInfoDistinguishedNameGetRequest
The Token from the LoginResponse.
func (ApiSessionInfoDistinguishedNameGetRequest) Execute ¶
func (r ApiSessionInfoDistinguishedNameGetRequest) Execute() (*SessionInfoDistinguishedName, *http.Response, error)
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 ¶
func (r ApiSitesGetRequest) Query(query string) ApiSitesGetRequest
Query string to filter the result list. It'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
'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.'
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.
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.
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 ¶
func (r ApiSitesIdPutRequest) Site(site Site) ApiSitesIdPutRequest
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 ¶
func (r ApiSitesPostRequest) Site(site Site) ApiSitesPostRequest
Site object.
type ApiStatsActiveSessionsDnGetRequest ¶
type ApiStatsActiveSessionsDnGetRequest struct {
ApiService *ActiveSessionsApiService
// contains filtered or unexported fields
}
func (ApiStatsActiveSessionsDnGetRequest) Authorization ¶
func (r ApiStatsActiveSessionsDnGetRequest) Authorization(authorization string) ApiStatsActiveSessionsDnGetRequest
The Token from the LoginResponse.
func (ApiStatsActiveSessionsDnGetRequest) Descending ¶
func (r ApiStatsActiveSessionsDnGetRequest) Descending(descending string) ApiStatsActiveSessionsDnGetRequest
Whether the sorting is applied descending or ascending. Defaults to certain field depending on the object type.
func (ApiStatsActiveSessionsDnGetRequest) Execute ¶
func (r ApiStatsActiveSessionsDnGetRequest) Execute() (*ActiveSessionsDn, *http.Response, error)
func (ApiStatsActiveSessionsDnGetRequest) OrderBy ¶
func (r ApiStatsActiveSessionsDnGetRequest) OrderBy(orderBy string) ApiStatsActiveSessionsDnGetRequest
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 ¶
func (r ApiStatsActiveSessionsDnGetRequest) Query(query string) ApiStatsActiveSessionsDnGetRequest
Query string to filter the result list. It's used for various fields depending on the object type. Send multiple query parameters to make the queries more specific.
func (ApiStatsActiveSessionsDnGetRequest) Range_ ¶
func (r ApiStatsActiveSessionsDnGetRequest) Range_(range_ string) ApiStatsActiveSessionsDnGetRequest
'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.'
type ApiStatsActiveSessionsGetRequest ¶
type ApiStatsActiveSessionsGetRequest struct {
ApiService *ActiveSessionsApiService
// contains filtered or unexported fields
}
func (ApiStatsActiveSessionsGetRequest) Authorization ¶
func (r ApiStatsActiveSessionsGetRequest) Authorization(authorization string) ApiStatsActiveSessionsGetRequest
The Token from the LoginResponse.
func (ApiStatsActiveSessionsGetRequest) Descending ¶
func (r ApiStatsActiveSessionsGetRequest) Descending(descending string) ApiStatsActiveSessionsGetRequest
Whether the sorting is applied descending or ascending. Defaults to certain field depending on the object type.
func (ApiStatsActiveSessionsGetRequest) Execute ¶
func (r ApiStatsActiveSessionsGetRequest) Execute() (*ActiveSessions, *http.Response, error)
func (ApiStatsActiveSessionsGetRequest) OrderBy ¶
func (r ApiStatsActiveSessionsGetRequest) OrderBy(orderBy string) ApiStatsActiveSessionsGetRequest
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 ¶
func (r ApiStatsActiveSessionsGetRequest) Query(query string) ApiStatsActiveSessionsGetRequest
Query string to filter the result list. It's used for various fields depending on the object type. Send multiple query parameters to make the queries more specific.
func (ApiStatsActiveSessionsGetRequest) Range_ ¶
func (r ApiStatsActiveSessionsGetRequest) Range_(range_ string) ApiStatsActiveSessionsGetRequest
'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.'
type ApiStatsAppDiscoveryGetRequest ¶
type ApiStatsAppDiscoveryGetRequest struct {
ApiService *DiscoveredAppsApiService
// contains filtered or unexported fields
}
func (ApiStatsAppDiscoveryGetRequest) Authorization ¶
func (r ApiStatsAppDiscoveryGetRequest) Authorization(authorization string) ApiStatsAppDiscoveryGetRequest
The Token from the LoginResponse.
func (ApiStatsAppDiscoveryGetRequest) Descending ¶
func (r ApiStatsAppDiscoveryGetRequest) Descending(descending string) ApiStatsAppDiscoveryGetRequest
Whether the sorting is applied descending or ascending. Defaults to certain field depending on the object type.
func (ApiStatsAppDiscoveryGetRequest) Execute ¶
func (r ApiStatsAppDiscoveryGetRequest) Execute() (*AppDiscovery, *http.Response, error)
func (ApiStatsAppDiscoveryGetRequest) OrderBy ¶
func (r ApiStatsAppDiscoveryGetRequest) OrderBy(orderBy string) ApiStatsAppDiscoveryGetRequest
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 ¶
func (r ApiStatsAppDiscoveryGetRequest) Query(query string) ApiStatsAppDiscoveryGetRequest
Query string to filter the result list. It's used for various fields depending on the object type. Send multiple query parameters to make the queries more specific.
func (ApiStatsAppDiscoveryGetRequest) Range_ ¶
func (r ApiStatsAppDiscoveryGetRequest) Range_(range_ string) ApiStatsAppDiscoveryGetRequest
'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.'
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 ¶
func (r ApiStatsAppliancesGetRequest) Descending(descending string) ApiStatsAppliancesGetRequest
Whether the sorting is applied descending or ascending. Defaults to certain field depending on the object type.
func (ApiStatsAppliancesGetRequest) Execute ¶
func (r ApiStatsAppliancesGetRequest) Execute() (*StatsAppliancesList, *http.Response, error)
func (ApiStatsAppliancesGetRequest) OrderBy ¶
func (r ApiStatsAppliancesGetRequest) OrderBy(orderBy string) ApiStatsAppliancesGetRequest
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 ¶
func (r ApiStatsAppliancesGetRequest) Query(query string) ApiStatsAppliancesGetRequest
Query string to filter the result list. It's used for various fields depending on the object type. Send multiple query parameters to make the queries more specific.
func (ApiStatsAppliancesGetRequest) Range_ ¶
func (r ApiStatsAppliancesGetRequest) Range_(range_ string) ApiStatsAppliancesGetRequest
'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.'
type ApiStatsFailedAuthenticationsGetRequest ¶
type ApiStatsFailedAuthenticationsGetRequest struct {
ApiService *FailedAuthenticationsPerHourApiService
// contains filtered or unexported fields
}
func (ApiStatsFailedAuthenticationsGetRequest) Authorization ¶
func (r ApiStatsFailedAuthenticationsGetRequest) Authorization(authorization string) ApiStatsFailedAuthenticationsGetRequest
The Token from the LoginResponse.
func (ApiStatsFailedAuthenticationsGetRequest) Execute ¶
func (r ApiStatsFailedAuthenticationsGetRequest) Execute() (*FailedAuthentications, *http.Response, error)
type ApiStatsOnBoardedDevicesGetRequest ¶
type ApiStatsOnBoardedDevicesGetRequest struct {
ApiService *DevicesOnBoardedPerHourApiService
// contains filtered or unexported fields
}
func (ApiStatsOnBoardedDevicesGetRequest) Authorization ¶
func (r ApiStatsOnBoardedDevicesGetRequest) Authorization(authorization string) ApiStatsOnBoardedDevicesGetRequest
The Token from the LoginResponse.
func (ApiStatsOnBoardedDevicesGetRequest) Execute ¶
func (r ApiStatsOnBoardedDevicesGetRequest) Execute() (*OnBoardedDevices, *http.Response, error)
type ApiStatsTopEntitlementsGetRequest ¶
type ApiStatsTopEntitlementsGetRequest struct {
ApiService *TopEntitlementsApiService
// contains filtered or unexported fields
}
func (ApiStatsTopEntitlementsGetRequest) Authorization ¶
func (r ApiStatsTopEntitlementsGetRequest) Authorization(authorization string) ApiStatsTopEntitlementsGetRequest
The Token from the LoginResponse.
func (ApiStatsTopEntitlementsGetRequest) Descending ¶
func (r ApiStatsTopEntitlementsGetRequest) Descending(descending string) ApiStatsTopEntitlementsGetRequest
Whether the sorting is applied descending or ascending. Defaults to certain field depending on the object type.
func (ApiStatsTopEntitlementsGetRequest) Execute ¶
func (r ApiStatsTopEntitlementsGetRequest) Execute() (*TopEntitlements, *http.Response, error)
func (ApiStatsTopEntitlementsGetRequest) OrderBy ¶
func (r ApiStatsTopEntitlementsGetRequest) OrderBy(orderBy string) ApiStatsTopEntitlementsGetRequest
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_ ¶
func (r ApiStatsTopEntitlementsGetRequest) Range_(range_ string) ApiStatsTopEntitlementsGetRequest
'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.'
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 ¶
func (r ApiStatsUserLoginsGetRequest) Execute() (*UserLogins, *http.Response, error)
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 ¶
func (r ApiTokenRecordsDnGetRequest) Descending(descending string) ApiTokenRecordsDnGetRequest
Whether the sorting is applied descending or ascending. Defaults to certain field depending on the object type.
func (ApiTokenRecordsDnGetRequest) Execute ¶
func (r ApiTokenRecordsDnGetRequest) Execute() (*DistinguishedNameList, *http.Response, error)
func (ApiTokenRecordsDnGetRequest) FilterBy ¶
func (r ApiTokenRecordsDnGetRequest) FilterBy(filterBy map[string]string) ApiTokenRecordsDnGetRequest
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 ¶
func (r ApiTokenRecordsDnGetRequest) OrderBy(orderBy string) ApiTokenRecordsDnGetRequest
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 ¶
func (r ApiTokenRecordsDnGetRequest) Query(query string) ApiTokenRecordsDnGetRequest
Query string to filter the result list. It's used for various fields depending on the object type. Send multiple query parameters to make the queries more specific.
func (ApiTokenRecordsDnGetRequest) Range_ ¶
func (r ApiTokenRecordsDnGetRequest) Range_(range_ string) ApiTokenRecordsDnGetRequest
'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.'
type ApiTokenRecordsReevalByDnDistinguishedNamePostRequest ¶
type ApiTokenRecordsReevalByDnDistinguishedNamePostRequest struct {
ApiService *ActiveDevicesApiService
// contains filtered or unexported fields
}
func (ApiTokenRecordsReevalByDnDistinguishedNamePostRequest) Authorization ¶
func (r ApiTokenRecordsReevalByDnDistinguishedNamePostRequest) Authorization(authorization string) ApiTokenRecordsReevalByDnDistinguishedNamePostRequest
The Token from the LoginResponse.
type ApiTokenRecordsRevokedByDnDistinguishedNamePutRequest ¶
type ApiTokenRecordsRevokedByDnDistinguishedNamePutRequest struct {
ApiService *ActiveDevicesApiService
// contains filtered or unexported fields
}
func (ApiTokenRecordsRevokedByDnDistinguishedNamePutRequest) Authorization ¶
func (r ApiTokenRecordsRevokedByDnDistinguishedNamePutRequest) Authorization(authorization string) ApiTokenRecordsRevokedByDnDistinguishedNamePutRequest
The Token from the LoginResponse.
func (ApiTokenRecordsRevokedByDnDistinguishedNamePutRequest) Execute ¶
func (r ApiTokenRecordsRevokedByDnDistinguishedNamePutRequest) Execute() (*TokenRevocationResponse, *http.Response, error)
func (ApiTokenRecordsRevokedByDnDistinguishedNamePutRequest) SiteId ¶
func (r ApiTokenRecordsRevokedByDnDistinguishedNamePutRequest) SiteId(siteId string) ApiTokenRecordsRevokedByDnDistinguishedNamePutRequest
Optional query parameter to revoke only entitlement tokens for the given Site ID.
func (ApiTokenRecordsRevokedByDnDistinguishedNamePutRequest) TokenRevocationRequest ¶
func (r ApiTokenRecordsRevokedByDnDistinguishedNamePutRequest) TokenRevocationRequest(tokenRevocationRequest TokenRevocationRequest) ApiTokenRecordsRevokedByDnDistinguishedNamePutRequest
Token revocation details.
func (ApiTokenRecordsRevokedByDnDistinguishedNamePutRequest) TokenType ¶
func (r ApiTokenRecordsRevokedByDnDistinguishedNamePutRequest) TokenType(tokenType string) ApiTokenRecordsRevokedByDnDistinguishedNamePutRequest
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 ¶
func (r ApiTokenRecordsRevokedByTypeTokenTypePutRequest) Authorization(authorization string) ApiTokenRecordsRevokedByTypeTokenTypePutRequest
The Token from the LoginResponse.
func (ApiTokenRecordsRevokedByTypeTokenTypePutRequest) Execute ¶
func (r ApiTokenRecordsRevokedByTypeTokenTypePutRequest) Execute() (*TokenRevocationResponse, *http.Response, error)
func (ApiTokenRecordsRevokedByTypeTokenTypePutRequest) SiteId ¶
func (r ApiTokenRecordsRevokedByTypeTokenTypePutRequest) SiteId(siteId string) ApiTokenRecordsRevokedByTypeTokenTypePutRequest
Optional query parameter to revoke only entitlement tokens for the given Site ID.
func (ApiTokenRecordsRevokedByTypeTokenTypePutRequest) TokenRevocationRequest ¶
func (r ApiTokenRecordsRevokedByTypeTokenTypePutRequest) TokenRevocationRequest(tokenRevocationRequest TokenRevocationRequest) ApiTokenRecordsRevokedByTypeTokenTypePutRequest
Token revocation details.
type ApiTrustedCertificatesGetRequest ¶
type ApiTrustedCertificatesGetRequest struct {
ApiService *TrustedCertificatesApiService
// contains filtered or unexported fields
}
func (ApiTrustedCertificatesGetRequest) Authorization ¶
func (r ApiTrustedCertificatesGetRequest) Authorization(authorization string) ApiTrustedCertificatesGetRequest
The Token from the LoginResponse.
func (ApiTrustedCertificatesGetRequest) Descending ¶
func (r ApiTrustedCertificatesGetRequest) Descending(descending string) ApiTrustedCertificatesGetRequest
Whether the sorting is applied descending or ascending. Defaults to certain field depending on the object type.
func (ApiTrustedCertificatesGetRequest) Execute ¶
func (r ApiTrustedCertificatesGetRequest) Execute() (*TrustedCertificateList, *http.Response, error)
func (ApiTrustedCertificatesGetRequest) FilterBy ¶
func (r ApiTrustedCertificatesGetRequest) FilterBy(filterBy map[string]string) ApiTrustedCertificatesGetRequest
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 ¶
func (r ApiTrustedCertificatesGetRequest) OrderBy(orderBy string) ApiTrustedCertificatesGetRequest
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 ¶
func (r ApiTrustedCertificatesGetRequest) Query(query string) ApiTrustedCertificatesGetRequest
Query string to filter the result list. It's used for various fields depending on the object type. Send multiple query parameters to make the queries more specific.
func (ApiTrustedCertificatesGetRequest) Range_ ¶
func (r ApiTrustedCertificatesGetRequest) Range_(range_ string) ApiTrustedCertificatesGetRequest
'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.'
type ApiTrustedCertificatesIdDeleteRequest ¶
type ApiTrustedCertificatesIdDeleteRequest struct {
ApiService *TrustedCertificatesApiService
// contains filtered or unexported fields
}
func (ApiTrustedCertificatesIdDeleteRequest) Authorization ¶
func (r ApiTrustedCertificatesIdDeleteRequest) Authorization(authorization string) ApiTrustedCertificatesIdDeleteRequest
The Token from the LoginResponse.
type ApiTrustedCertificatesIdGetRequest ¶
type ApiTrustedCertificatesIdGetRequest struct {
ApiService *TrustedCertificatesApiService
// contains filtered or unexported fields
}
func (ApiTrustedCertificatesIdGetRequest) Authorization ¶
func (r ApiTrustedCertificatesIdGetRequest) Authorization(authorization string) ApiTrustedCertificatesIdGetRequest
The Token from the LoginResponse.
func (ApiTrustedCertificatesIdGetRequest) Execute ¶
func (r ApiTrustedCertificatesIdGetRequest) Execute() (*TrustedCertificate, *http.Response, error)
type ApiTrustedCertificatesIdPutRequest ¶
type ApiTrustedCertificatesIdPutRequest struct {
ApiService *TrustedCertificatesApiService
// contains filtered or unexported fields
}
func (ApiTrustedCertificatesIdPutRequest) Authorization ¶
func (r ApiTrustedCertificatesIdPutRequest) Authorization(authorization string) ApiTrustedCertificatesIdPutRequest
The Token from the LoginResponse.
func (ApiTrustedCertificatesIdPutRequest) Execute ¶
func (r ApiTrustedCertificatesIdPutRequest) Execute() (*TrustedCertificate, *http.Response, error)
func (ApiTrustedCertificatesIdPutRequest) TrustedCertificate ¶
func (r ApiTrustedCertificatesIdPutRequest) TrustedCertificate(trustedCertificate TrustedCertificate) ApiTrustedCertificatesIdPutRequest
Trusted Certificate object.
type ApiTrustedCertificatesPostRequest ¶
type ApiTrustedCertificatesPostRequest struct {
ApiService *TrustedCertificatesApiService
// contains filtered or unexported fields
}
func (ApiTrustedCertificatesPostRequest) Authorization ¶
func (r ApiTrustedCertificatesPostRequest) Authorization(authorization string) ApiTrustedCertificatesPostRequest
The Token from the LoginResponse.
func (ApiTrustedCertificatesPostRequest) Execute ¶
func (r ApiTrustedCertificatesPostRequest) Execute() (*TrustedCertificate, *http.Response, error)
func (ApiTrustedCertificatesPostRequest) TrustedCertificate ¶
func (r ApiTrustedCertificatesPostRequest) TrustedCertificate(trustedCertificate TrustedCertificate) ApiTrustedCertificatesPostRequest
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 (r ApiUserScriptsGetRequest) Execute() (*UserScriptList, *http.Response, error)
func (ApiUserScriptsGetRequest) FilterBy ¶
func (r ApiUserScriptsGetRequest) FilterBy(filterBy map[string]string) ApiUserScriptsGetRequest
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 ¶
func (r ApiUserScriptsGetRequest) OrderBy(orderBy string) ApiUserScriptsGetRequest
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 ¶
func (r ApiUserScriptsGetRequest) Query(query string) ApiUserScriptsGetRequest
Query string to filter the result list. It's used for various fields depending on the object type. Send multiple query parameters to make the queries more specific.
func (ApiUserScriptsGetRequest) Range_ ¶
func (r ApiUserScriptsGetRequest) Range_(range_ string) ApiUserScriptsGetRequest
'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.'
type ApiUserScriptsIdDeleteRequest ¶
type ApiUserScriptsIdDeleteRequest struct {
ApiService *UserClaimScriptsApiService
// contains filtered or unexported fields
}
func (ApiUserScriptsIdDeleteRequest) Authorization ¶
func (r ApiUserScriptsIdDeleteRequest) Authorization(authorization string) ApiUserScriptsIdDeleteRequest
The Token from the LoginResponse.
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 ¶
func (r ApiUserScriptsIdGetRequest) Execute() (*UserScript, *http.Response, error)
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 (r ApiUserScriptsIdPutRequest) Execute() (*UserScript, *http.Response, error)
func (ApiUserScriptsIdPutRequest) UserScript ¶
func (r ApiUserScriptsIdPutRequest) UserScript(userScript UserScript) ApiUserScriptsIdPutRequest
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 (r ApiUserScriptsPostRequest) Execute() (*UserScript, *http.Response, error)
func (ApiUserScriptsPostRequest) UserScript ¶
func (r ApiUserScriptsPostRequest) UserScript(userScript UserScript) ApiUserScriptsPostRequest
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.
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.
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 ¶
func (r ApiZtpServicesVersionGetRequest) Authorization(authorization string) ApiZtpServicesVersionGetRequest
The Token from the LoginResponse.
func (ApiZtpServicesVersionGetRequest) Execute ¶
func (r ApiZtpServicesVersionGetRequest) Execute() (*ZtpVersionStatus, *http.Response, error)
type ApiZtpServicesVersionPostRequest ¶
type ApiZtpServicesVersionPostRequest struct {
ApiService *ZTPApiService
// contains filtered or unexported fields
}
func (ApiZtpServicesVersionPostRequest) Authorization ¶
func (r ApiZtpServicesVersionPostRequest) Authorization(authorization string) ApiZtpServicesVersionPostRequest
The Token from the LoginResponse.
func (ApiZtpServicesVersionPostRequest) Execute ¶
func (r ApiZtpServicesVersionPostRequest) Execute() (*ZtpVersionStatus, *http.Response, error)
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 ¶
func (r ApiZtpSettingsGetRequest) Execute() (*ZtpSettings, *http.Response, error)
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 (r ApiZtpSettingsPutRequest) Execute() (*ZtpSettings, *http.Response, error)
func (ApiZtpSettingsPutRequest) ZtpSettings ¶
func (r ApiZtpSettingsPutRequest) ZtpSettings(ztpSettings ZtpSettings) ApiZtpSettingsPutRequest
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 ¶
func (o *AppDiscoveryAllOf) GetData() []AppDiscoveryAllOfData
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 ¶
func (o *AppDiscoveryAllOfDistinguishedNames) GetDeviceId() string
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 ¶
func (o *AppDiscoveryAllOfDistinguishedNames) GetProvider() string
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 ¶
func (o *AppDiscoveryAllOfDistinguishedNames) GetUsername() string
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.
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 ¶
GetActivated returns the Activated field value if set, zero value otherwise.
func (*Appliance) GetActivatedOk ¶
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 ¶
GetConnectToPeersUsingClientPortWithSpa returns the ConnectToPeersUsingClientPortWithSpa field value if set, zero value otherwise. Deprecated
func (*Appliance) GetConnectToPeersUsingClientPortWithSpaOk ¶
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 ¶
GetCreated returns the Created field value if set, zero value otherwise.
func (*Appliance) GetCreatedOk ¶
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 ¶
GetCustomization returns the Customization field value if set, zero value otherwise.
func (*Appliance) GetCustomizationOk ¶
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 ¶
GetHostname returns the Hostname field value
func (*Appliance) GetHostnameAliases ¶
GetHostnameAliases returns the HostnameAliases field value if set, zero value otherwise.
func (*Appliance) GetHostnameAliasesOk ¶
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 ¶
GetHostnameOk returns a tuple with the Hostname field value and a boolean to check if the value has been set.
func (*Appliance) 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 (*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) GetNameOk ¶
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) 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 (*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 ¶
GetPendingCertificateRenewal returns the PendingCertificateRenewal field value if set, zero value otherwise.
func (*Appliance) GetPendingCertificateRenewalOk ¶
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 ¶
GetPortal returns the Portal field value if set, zero value otherwise.
func (*Appliance) 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 (*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) GetSiteName ¶
GetSiteName returns the SiteName field value if set, zero value otherwise.
func (*Appliance) GetSiteNameOk ¶
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 ¶
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) GetTagsOk ¶
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 ¶
GetUpdated returns the Updated field value if set, zero value otherwise.
func (*Appliance) GetUpdatedOk ¶
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 ¶
GetVersion returns the Version field value if set, zero value otherwise.
func (*Appliance) GetVersionOk ¶
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 ¶
HasActivated returns a boolean if a field has been set.
func (*Appliance) HasAdminInterface ¶
HasAdminInterface returns a boolean if a field has been set.
func (*Appliance) HasConnectToPeersUsingClientPortWithSpa ¶
HasConnectToPeersUsingClientPortWithSpa returns a boolean if a field has been set.
func (*Appliance) HasConnector ¶
HasConnector returns a boolean if a field has been set.
func (*Appliance) HasController ¶
HasController returns a boolean if a field has been set.
func (*Appliance) HasCreated ¶
HasCreated returns a boolean if a field has been set.
func (*Appliance) HasCustomization ¶
HasCustomization returns a boolean if a field has been set.
func (*Appliance) HasGateway ¶
HasGateway returns a boolean if a field has been set.
func (*Appliance) HasHealthcheckServer ¶
HasHealthcheckServer returns a boolean if a field has been set.
func (*Appliance) HasHostnameAliases ¶
HasHostnameAliases returns a boolean if a field has been set.
func (*Appliance) HasLogForwarder ¶
HasLogForwarder returns a boolean if a field has been set.
func (*Appliance) HasLogServer ¶
HasLogServer returns a boolean if a field has been set.
func (*Appliance) HasPeerInterface ¶
HasPeerInterface returns a boolean if a field has been set.
func (*Appliance) HasPendingCertificateRenewal ¶
HasPendingCertificateRenewal returns a boolean if a field has been set.
func (*Appliance) HasPrometheusExporter ¶
HasPrometheusExporter returns a boolean if a field has been set.
func (*Appliance) HasRsyslogDestinations ¶
HasRsyslogDestinations returns a boolean if a field has been set.
func (*Appliance) HasSiteName ¶
HasSiteName returns a boolean if a field has been set.
func (*Appliance) HasSnmpServer ¶
HasSnmpServer returns a boolean if a field has been set.
func (*Appliance) HasSshServer ¶
HasSshServer returns a boolean if a field has been set.
func (*Appliance) HasUpdated ¶
HasUpdated returns a boolean if a field has been set.
func (*Appliance) HasVersion ¶
HasVersion returns a boolean if a field has been set.
func (Appliance) MarshalJSON ¶
func (*Appliance) SetActivated ¶
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 ¶
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 ¶
SetCreated gets a reference to the given time.Time and assigns it to the Created field.
func (*Appliance) SetCustomization ¶
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 ¶
SetHostname sets field value
func (*Appliance) SetHostnameAliases ¶
SetHostnameAliases gets a reference to the given []string and assigns it to the HostnameAliases field.
func (*Appliance) SetId ¶
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) SetNetworking ¶
func (o *Appliance) SetNetworking(v ApplianceAllOfNetworking)
SetNetworking sets field value
func (*Appliance) SetNotes ¶
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 ¶
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 ¶
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 ¶
SetSite gets a reference to the given string and assigns it to the Site field.
func (*Appliance) SetSiteName ¶
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 ¶
SetTags gets a reference to the given []string and assigns it to the Tags field.
func (*Appliance) SetUpdated ¶
SetUpdated gets a reference to the given time.Time and assigns it to the Updated field.
func (*Appliance) SetVersion ¶
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 ¶
func (o *ApplianceAllOfConnector) GetAdvancedClients() []ApplianceAllOfConnectorAdvancedClients
GetAdvancedClients returns the AdvancedClients field value if set, zero value otherwise.
func (*ApplianceAllOfConnector) GetAdvancedClientsOk ¶
func (o *ApplianceAllOfConnector) GetAdvancedClientsOk() ([]ApplianceAllOfConnectorAdvancedClients, bool)
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 ¶
func (o *ApplianceAllOfConnector) GetExpressClients() []ApplianceAllOfConnectorExpressClients
GetExpressClients returns the ExpressClients field value if set, zero value otherwise.
func (*ApplianceAllOfConnector) GetExpressClientsOk ¶
func (o *ApplianceAllOfConnector) GetExpressClientsOk() ([]ApplianceAllOfConnectorExpressClients, bool)
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 ¶
func (o *ApplianceAllOfConnector) SetAdvancedClients(v []ApplianceAllOfConnectorAdvancedClients)
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 ¶
func (o *ApplianceAllOfConnector) SetExpressClients(v []ApplianceAllOfConnectorExpressClients)
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 ¶
func (o *ApplianceAllOfConnectorAdvancedClients) GetAllowResources() []AllowSourcesInner
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 ¶
func (o *ApplianceAllOfConnectorAdvancedClients) GetDeviceId() string
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 ¶
func (o *ApplianceAllOfConnectorAdvancedClients) GetName() string
GetName returns the Name field value
func (*ApplianceAllOfConnectorAdvancedClients) GetNameOk ¶
func (o *ApplianceAllOfConnectorAdvancedClients) GetNameOk() (*string, bool)
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 ¶
func (o *ApplianceAllOfConnectorAdvancedClients) HasDeviceId() bool
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 ¶
func (o *ApplianceAllOfConnectorAdvancedClients) SetAllowResources(v []AllowSourcesInner)
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 ¶
func (o *ApplianceAllOfConnectorAdvancedClients) SetDeviceId(v string)
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 ¶
func (o *ApplianceAllOfConnectorAdvancedClients) SetName(v string)
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 ¶
func (o *ApplianceAllOfConnectorExpressClients) GetAllowResources() []AllowResourcesInner
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 ¶
func (o *ApplianceAllOfConnectorExpressClients) GetDeviceId() string
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 ¶
func (o *ApplianceAllOfConnectorExpressClients) GetName() string
GetName returns the Name field value
func (*ApplianceAllOfConnectorExpressClients) GetNameOk ¶
func (o *ApplianceAllOfConnectorExpressClients) GetNameOk() (*string, bool)
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 ¶
func (o *ApplianceAllOfConnectorExpressClients) HasDeviceId() bool
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 ¶
func (o *ApplianceAllOfConnectorExpressClients) SetAllowResources(v []AllowResourcesInner)
SetAllowResources gets a reference to the given []AllowResourcesInner and assigns it to the AllowResources field.
func (*ApplianceAllOfConnectorExpressClients) SetDeviceId ¶
func (o *ApplianceAllOfConnectorExpressClients) SetDeviceId(v string)
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 ¶
func (o *ApplianceAllOfConnectorExpressClients) SetName(v string)
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 ¶
func (o *ApplianceAllOfGateway) GetVpn() ApplianceAllOfGatewayVpn
GetVpn returns the Vpn field value if set, zero value otherwise.
func (*ApplianceAllOfGateway) GetVpnOk ¶
func (o *ApplianceAllOfGateway) GetVpnOk() (*ApplianceAllOfGatewayVpn, 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 (*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 ¶
func (o *ApplianceAllOfGateway) SetVpn(v ApplianceAllOfGatewayVpn)
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 ¶
func (o *ApplianceAllOfGatewayVpn) GetAllowDestinations() []ApplianceAllOfGatewayVpnAllowDestinations
GetAllowDestinations returns the AllowDestinations field value if set, zero value otherwise.
func (*ApplianceAllOfGatewayVpn) GetAllowDestinationsOk ¶
func (o *ApplianceAllOfGatewayVpn) GetAllowDestinationsOk() ([]ApplianceAllOfGatewayVpnAllowDestinations, bool)
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 ¶
func (o *ApplianceAllOfGatewayVpn) SetAllowDestinations(v []ApplianceAllOfGatewayVpnAllowDestinations)
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 ¶
func (o *ApplianceAllOfGatewayVpnAllowDestinations) GetAddress() string
GetAddress returns the Address field value if set, zero value otherwise.
func (*ApplianceAllOfGatewayVpnAllowDestinations) GetAddressOk ¶
func (o *ApplianceAllOfGatewayVpnAllowDestinations) 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 (*ApplianceAllOfGatewayVpnAllowDestinations) GetNetmask ¶
func (o *ApplianceAllOfGatewayVpnAllowDestinations) GetNetmask() int32
GetNetmask returns the Netmask field value if set, zero value otherwise.
func (*ApplianceAllOfGatewayVpnAllowDestinations) GetNetmaskOk ¶
func (o *ApplianceAllOfGatewayVpnAllowDestinations) 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 (*ApplianceAllOfGatewayVpnAllowDestinations) GetNic ¶
func (o *ApplianceAllOfGatewayVpnAllowDestinations) GetNic() string
GetNic returns the Nic field value
func (*ApplianceAllOfGatewayVpnAllowDestinations) GetNicOk ¶
func (o *ApplianceAllOfGatewayVpnAllowDestinations) GetNicOk() (*string, bool)
GetNicOk returns a tuple with the Nic field value and a boolean to check if the value has been set.
func (*ApplianceAllOfGatewayVpnAllowDestinations) HasAddress ¶
func (o *ApplianceAllOfGatewayVpnAllowDestinations) HasAddress() bool
HasAddress returns a boolean if a field has been set.
func (*ApplianceAllOfGatewayVpnAllowDestinations) HasNetmask ¶
func (o *ApplianceAllOfGatewayVpnAllowDestinations) HasNetmask() bool
HasNetmask returns a boolean if a field has been set.
func (ApplianceAllOfGatewayVpnAllowDestinations) MarshalJSON ¶
func (o ApplianceAllOfGatewayVpnAllowDestinations) MarshalJSON() ([]byte, error)
func (*ApplianceAllOfGatewayVpnAllowDestinations) SetAddress ¶
func (o *ApplianceAllOfGatewayVpnAllowDestinations) SetAddress(v string)
SetAddress gets a reference to the given string and assigns it to the Address field.
func (*ApplianceAllOfGatewayVpnAllowDestinations) SetNetmask ¶
func (o *ApplianceAllOfGatewayVpnAllowDestinations) SetNetmask(v int32)
SetNetmask gets a reference to the given int32 and assigns it to the Netmask field.
func (*ApplianceAllOfGatewayVpnAllowDestinations) SetNic ¶
func (o *ApplianceAllOfGatewayVpnAllowDestinations) SetNic(v string)
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 ¶
func (o *ApplianceAllOfHealthcheckServer) GetPort() int32
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 ¶
func (o *ApplianceAllOfHealthcheckServer) HasPort() bool
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 ¶
func (o *ApplianceAllOfNetworking) GetHosts() []ApplianceAllOfNetworkingHosts
GetHosts returns the Hosts field value if set, zero value otherwise.
func (*ApplianceAllOfNetworking) GetHostsOk ¶
func (o *ApplianceAllOfNetworking) GetHostsOk() ([]ApplianceAllOfNetworkingHosts, bool)
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 ¶
func (o *ApplianceAllOfNetworking) GetNics() []ApplianceAllOfNetworkingNics
GetNics returns the Nics field value if set, zero value otherwise.
func (*ApplianceAllOfNetworking) GetNicsOk ¶
func (o *ApplianceAllOfNetworking) GetNicsOk() ([]ApplianceAllOfNetworkingNics, bool)
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 ¶
func (o *ApplianceAllOfNetworking) GetRoutes() []ApplianceAllOfNetworkingRoutes
GetRoutes returns the Routes field value if set, zero value otherwise.
func (*ApplianceAllOfNetworking) GetRoutesOk ¶
func (o *ApplianceAllOfNetworking) GetRoutesOk() ([]ApplianceAllOfNetworkingRoutes, bool)
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 ¶
func (o *ApplianceAllOfNetworking) SetHosts(v []ApplianceAllOfNetworkingHosts)
SetHosts gets a reference to the given []ApplianceAllOfNetworkingHosts and assigns it to the Hosts field.
func (*ApplianceAllOfNetworking) SetNics ¶
func (o *ApplianceAllOfNetworking) SetNics(v []ApplianceAllOfNetworkingNics)
SetNics gets a reference to the given []ApplianceAllOfNetworkingNics and assigns it to the Nics field.
func (*ApplianceAllOfNetworking) SetRoutes ¶
func (o *ApplianceAllOfNetworking) SetRoutes(v []ApplianceAllOfNetworkingRoutes)
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 ¶
func (o *ApplianceAllOfNetworkingIpv4) GetDhcp() ApplianceAllOfNetworkingIpv4Dhcp
GetDhcp returns the Dhcp field value if set, zero value otherwise.
func (*ApplianceAllOfNetworkingIpv4) GetDhcpOk ¶
func (o *ApplianceAllOfNetworkingIpv4) GetDhcpOk() (*ApplianceAllOfNetworkingIpv4Dhcp, bool)
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 ¶
func (o *ApplianceAllOfNetworkingIpv4) GetStatic() []ApplianceAllOfNetworkingIpv4Static
GetStatic returns the Static field value if set, zero value otherwise.
func (*ApplianceAllOfNetworkingIpv4) GetStaticOk ¶
func (o *ApplianceAllOfNetworkingIpv4) GetStaticOk() ([]ApplianceAllOfNetworkingIpv4Static, bool)
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 ¶
func (o *ApplianceAllOfNetworkingIpv4) SetDhcp(v ApplianceAllOfNetworkingIpv4Dhcp)
SetDhcp gets a reference to the given ApplianceAllOfNetworkingIpv4Dhcp and assigns it to the Dhcp field.
func (*ApplianceAllOfNetworkingIpv4) SetStatic ¶
func (o *ApplianceAllOfNetworkingIpv4) SetStatic(v []ApplianceAllOfNetworkingIpv4Static)
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 ¶
func (o *ApplianceAllOfNetworkingIpv4Dhcp) GetDns() bool
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 ¶
func (o *ApplianceAllOfNetworkingIpv4Dhcp) GetMtu() bool
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 ¶
func (o *ApplianceAllOfNetworkingIpv4Dhcp) GetNtp() bool
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 ¶
func (o *ApplianceAllOfNetworkingIpv4Dhcp) HasDns() bool
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 ¶
func (o *ApplianceAllOfNetworkingIpv4Dhcp) HasMtu() bool
HasMtu returns a boolean if a field has been set.
func (*ApplianceAllOfNetworkingIpv4Dhcp) HasNtp ¶
func (o *ApplianceAllOfNetworkingIpv4Dhcp) HasNtp() bool
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 ¶
func (o *ApplianceAllOfNetworkingIpv4Dhcp) SetDns(v bool)
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 ¶
func (o *ApplianceAllOfNetworkingIpv4Dhcp) SetMtu(v bool)
SetMtu gets a reference to the given bool and assigns it to the Mtu field.
func (*ApplianceAllOfNetworkingIpv4Dhcp) SetNtp ¶
func (o *ApplianceAllOfNetworkingIpv4Dhcp) SetNtp(v bool)
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 ¶
func (o *ApplianceAllOfNetworkingIpv4Static) GetAddress() string
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 ¶
func (o *ApplianceAllOfNetworkingIpv4Static) GetSnat() bool
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 ¶
func (o *ApplianceAllOfNetworkingIpv4Static) HasSnat() bool
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 ¶
func (o *ApplianceAllOfNetworkingIpv4Static) SetSnat(v bool)
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 ¶
func (o *ApplianceAllOfNetworkingIpv6) GetDhcp() ApplianceAllOfNetworkingIpv6Dhcp
GetDhcp returns the Dhcp field value if set, zero value otherwise.
func (*ApplianceAllOfNetworkingIpv6) GetDhcpOk ¶
func (o *ApplianceAllOfNetworkingIpv6) GetDhcpOk() (*ApplianceAllOfNetworkingIpv6Dhcp, bool)
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 ¶
func (o *ApplianceAllOfNetworkingIpv6) GetStatic() []ApplianceAllOfNetworkingIpv6Static
GetStatic returns the Static field value if set, zero value otherwise.
func (*ApplianceAllOfNetworkingIpv6) GetStaticOk ¶
func (o *ApplianceAllOfNetworkingIpv6) GetStaticOk() ([]ApplianceAllOfNetworkingIpv6Static, bool)
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 ¶
func (o *ApplianceAllOfNetworkingIpv6) SetDhcp(v ApplianceAllOfNetworkingIpv6Dhcp)
SetDhcp gets a reference to the given ApplianceAllOfNetworkingIpv6Dhcp and assigns it to the Dhcp field.
func (*ApplianceAllOfNetworkingIpv6) SetStatic ¶
func (o *ApplianceAllOfNetworkingIpv6) SetStatic(v []ApplianceAllOfNetworkingIpv6Static)
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 ¶
func (o *ApplianceAllOfNetworkingIpv6Dhcp) GetDns() bool
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 ¶
func (o *ApplianceAllOfNetworkingIpv6Dhcp) GetMtu() bool
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 ¶
func (o *ApplianceAllOfNetworkingIpv6Dhcp) GetNtp() bool
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 ¶
func (o *ApplianceAllOfNetworkingIpv6Dhcp) HasDns() bool
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 ¶
func (o *ApplianceAllOfNetworkingIpv6Dhcp) HasMtu() bool
HasMtu returns a boolean if a field has been set.
func (*ApplianceAllOfNetworkingIpv6Dhcp) HasNtp ¶
func (o *ApplianceAllOfNetworkingIpv6Dhcp) HasNtp() bool
HasNtp returns a boolean if a field has been set.
func (ApplianceAllOfNetworkingIpv6Dhcp) MarshalJSON ¶
func (o ApplianceAllOfNetworkingIpv6Dhcp) MarshalJSON() ([]byte, error)
func (*ApplianceAllOfNetworkingIpv6Dhcp) SetDns ¶
func (o *ApplianceAllOfNetworkingIpv6Dhcp) SetDns(v bool)
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 ¶
func (o *ApplianceAllOfNetworkingIpv6Dhcp) SetMtu(v bool)
SetMtu gets a reference to the given bool and assigns it to the Mtu field.
func (*ApplianceAllOfNetworkingIpv6Dhcp) SetNtp ¶
func (o *ApplianceAllOfNetworkingIpv6Dhcp) SetNtp(v bool)
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 ¶
func (o *ApplianceAllOfNetworkingIpv6Static) GetAddress() string
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 ¶
func (o *ApplianceAllOfNetworkingIpv6Static) GetSnat() bool
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 ¶
func (o *ApplianceAllOfNetworkingIpv6Static) HasSnat() bool
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 ¶
func (o *ApplianceAllOfNetworkingIpv6Static) SetSnat(v bool)
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 ¶
func (o *ApplianceAllOfNetworkingNics) GetIpv4() ApplianceAllOfNetworkingIpv4
GetIpv4 returns the Ipv4 field value if set, zero value otherwise.
func (*ApplianceAllOfNetworkingNics) GetIpv4Ok ¶
func (o *ApplianceAllOfNetworkingNics) GetIpv4Ok() (*ApplianceAllOfNetworkingIpv4, 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 (*ApplianceAllOfNetworkingNics) GetIpv6 ¶
func (o *ApplianceAllOfNetworkingNics) GetIpv6() ApplianceAllOfNetworkingIpv6
GetIpv6 returns the Ipv6 field value if set, zero value otherwise.
func (*ApplianceAllOfNetworkingNics) GetIpv6Ok ¶
func (o *ApplianceAllOfNetworkingNics) GetIpv6Ok() (*ApplianceAllOfNetworkingIpv6, 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 (*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 ¶
func (o *ApplianceAllOfNetworkingNics) SetIpv4(v ApplianceAllOfNetworkingIpv4)
SetIpv4 gets a reference to the given ApplianceAllOfNetworkingIpv4 and assigns it to the Ipv4 field.
func (*ApplianceAllOfNetworkingNics) SetIpv6 ¶
func (o *ApplianceAllOfNetworkingNics) SetIpv6(v ApplianceAllOfNetworkingIpv6)
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 ¶
func (o *ApplianceAllOfNetworkingRoutes) GetNic() string
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 ¶
func (o *ApplianceAllOfNetworkingRoutes) HasNic() bool
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 ¶
func (o *ApplianceAllOfNetworkingRoutes) SetNic(v string)
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 ¶
func (o *ApplianceAllOfPrometheusExporter) GetPort() int32
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 ¶
func (o *ApplianceAllOfPrometheusExporter) HasPort() bool
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 ¶
func (o *ApplianceAllOfPrometheusExporter) SetPort(v int32)
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 ¶
func (a *ApplianceBackupApiService) AppliancesIdBackupBackupIdStatusGetExecute(r ApiAppliancesIdBackupBackupIdStatusGetRequest) (*AppliancesIdBackupBackupIdStatusGet200Response, *http.Response, error)
Execute executes the request
@return AppliancesIdBackupBackupIdStatusGet200Response
func (*ApplianceBackupApiService) AppliancesIdBackupPost ¶
func (a *ApplianceBackupApiService) AppliancesIdBackupPost(ctx context.Context, id string) ApiAppliancesIdBackupPostRequest
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 ¶
func (a *ApplianceBackupApiService) AppliancesIdBackupPostExecute(r ApiAppliancesIdBackupPostRequest) (*AppliancesIdBackupPost200Response, *http.Response, error)
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 ¶
func (a *ApplianceChangeApiService) AppliancesIdChangeChangeIdGetExecute(r ApiAppliancesIdChangeChangeIdGetRequest) (*AppliancesIdChangeChangeIdGet200Response, *http.Response, error)
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 ¶
func (o *ApplianceCustomizationList) GetData() []ApplianceCustomization
GetData returns the Data field value if set, zero value otherwise.
func (*ApplianceCustomizationList) GetDataOk ¶
func (o *ApplianceCustomizationList) GetDataOk() ([]ApplianceCustomization, 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 (*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 ¶
func (o *ApplianceCustomizationList) SetData(v []ApplianceCustomization)
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 ¶
func (o *ApplianceCustomizationListAllOf) GetData() []ApplianceCustomization
GetData returns the Data field value if set, zero value otherwise.
func (*ApplianceCustomizationListAllOf) GetDataOk ¶
func (o *ApplianceCustomizationListAllOf) GetDataOk() ([]ApplianceCustomization, 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 (*ApplianceCustomizationListAllOf) HasData ¶
func (o *ApplianceCustomizationListAllOf) HasData() bool
HasData returns a boolean if a field has been set.
func (ApplianceCustomizationListAllOf) MarshalJSON ¶
func (o ApplianceCustomizationListAllOf) MarshalJSON() ([]byte, error)
func (*ApplianceCustomizationListAllOf) SetData ¶
func (o *ApplianceCustomizationListAllOf) SetData(v []ApplianceCustomization)
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 ¶
func (a *ApplianceCustomizationsApiService) ApplianceCustomizationsGet(ctx context.Context) ApiApplianceCustomizationsGetRequest
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 ¶
func (a *ApplianceCustomizationsApiService) ApplianceCustomizationsGetExecute(r ApiApplianceCustomizationsGetRequest) (*ApplianceCustomizationList, *http.Response, error)
Execute executes the request
@return ApplianceCustomizationList
func (*ApplianceCustomizationsApiService) ApplianceCustomizationsIdDelete ¶
func (a *ApplianceCustomizationsApiService) ApplianceCustomizationsIdDelete(ctx context.Context, id string) ApiApplianceCustomizationsIdDeleteRequest
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 ¶
func (a *ApplianceCustomizationsApiService) ApplianceCustomizationsIdGet(ctx context.Context, id string) ApiApplianceCustomizationsIdGetRequest
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 ¶
func (a *ApplianceCustomizationsApiService) ApplianceCustomizationsIdGetExecute(r ApiApplianceCustomizationsIdGetRequest) (*ApplianceCustomization, *http.Response, error)
Execute executes the request
@return ApplianceCustomization
func (*ApplianceCustomizationsApiService) ApplianceCustomizationsIdPut ¶
func (a *ApplianceCustomizationsApiService) ApplianceCustomizationsIdPut(ctx context.Context, id string) ApiApplianceCustomizationsIdPutRequest
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 ¶
func (a *ApplianceCustomizationsApiService) ApplianceCustomizationsIdPutExecute(r ApiApplianceCustomizationsIdPutRequest) (*ApplianceCustomization, *http.Response, error)
Execute executes the request
@return ApplianceCustomization
func (*ApplianceCustomizationsApiService) ApplianceCustomizationsPost ¶
func (a *ApplianceCustomizationsApiService) ApplianceCustomizationsPost(ctx context.Context) ApiApplianceCustomizationsPostRequest
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 ¶
func (a *ApplianceCustomizationsApiService) ApplianceCustomizationsPostExecute(r ApiApplianceCustomizationsPostRequest) (*ApplianceCustomization, *http.Response, error)
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 ¶
func (a *ApplianceMaintenanceApiService) AppliancesIdMaintenancePost(ctx context.Context, id string) ApiAppliancesIdMaintenancePostRequest
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 ¶
func (a *ApplianceMaintenanceApiService) AppliancesIdMaintenancePostExecute(r ApiAppliancesIdMaintenancePostRequest) (*AppliancesIdMaintenancePost202Response, *http.Response, error)
Execute executes the request
@return AppliancesIdMaintenancePost202Response
type ApplianceMetricsApiService ¶
type ApplianceMetricsApiService service
ApplianceMetricsApiService ApplianceMetricsApi service
func (*ApplianceMetricsApiService) AppliancesIdMetricsGet ¶
func (a *ApplianceMetricsApiService) AppliancesIdMetricsGet(ctx context.Context, id string) ApiAppliancesIdMetricsGetRequest
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 ¶
func (a *ApplianceStatsApiService) StatsAppliancesGet(ctx context.Context) ApiStatsAppliancesGetRequest
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 ¶
func (a *ApplianceStatsApiService) StatsAppliancesGetExecute(r ApiStatsAppliancesGetRequest) (*StatsAppliancesList, *http.Response, error)
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 ¶
func (a *ApplianceUpgradeApiService) AppliancesIdUpgradeCompletePost(ctx context.Context, id string) ApiAppliancesIdUpgradeCompletePostRequest
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 ¶
func (a *ApplianceUpgradeApiService) AppliancesIdUpgradeCompletePostExecute(r ApiAppliancesIdUpgradeCompletePostRequest) (*ApplianceUpgradeInternal, *http.Response, error)
Execute executes the request
@return ApplianceUpgradeInternal
func (*ApplianceUpgradeApiService) AppliancesIdUpgradeDelete ¶
func (a *ApplianceUpgradeApiService) AppliancesIdUpgradeDelete(ctx context.Context, id string) ApiAppliancesIdUpgradeDeleteRequest
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 ¶
func (a *ApplianceUpgradeApiService) AppliancesIdUpgradeGet(ctx context.Context, id string) ApiAppliancesIdUpgradeGetRequest
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 ¶
func (a *ApplianceUpgradeApiService) AppliancesIdUpgradeGetExecute(r ApiAppliancesIdUpgradeGetRequest) (*AppliancesIdUpgradeDelete200Response, *http.Response, error)
Execute executes the request
@return AppliancesIdUpgradeDelete200Response
func (*ApplianceUpgradeApiService) AppliancesIdUpgradePost ¶
func (a *ApplianceUpgradeApiService) AppliancesIdUpgradePost(ctx context.Context, id string) ApiAppliancesIdUpgradePostRequest
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 ¶
func (a *ApplianceUpgradeApiService) AppliancesIdUpgradePostExecute(r ApiAppliancesIdUpgradePostRequest) (*ApplianceUpgradeInternal, *http.Response, error)
Execute executes the request
@return ApplianceUpgradeInternal
func (*ApplianceUpgradeApiService) AppliancesIdUpgradePreparePost ¶
func (a *ApplianceUpgradeApiService) AppliancesIdUpgradePreparePost(ctx context.Context, id string) ApiAppliancesIdUpgradePreparePostRequest
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 ¶
func (a *ApplianceUpgradeApiService) AppliancesIdUpgradePreparePostExecute(r ApiAppliancesIdUpgradePreparePostRequest) (*ApplianceUpgradeInternal, *http.Response, error)
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 ¶
func (a *ApplianceUpgradeApiService) AppliancesIdUpgradeSwitchPartitionPostExecute(r ApiAppliancesIdUpgradeSwitchPartitionPostRequest) (*ApplianceUpgradeInternal, *http.Response, error)
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 ¶
func (a *ApplianceUpgradeApiService) FilesGet(ctx context.Context) ApiFilesGetRequest
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 ¶
func (a *ApplianceUpgradeApiService) FilesGetExecute(r ApiFilesGetRequest) (*FileList, *http.Response, error)
Execute executes the request
@return FileList
func (*ApplianceUpgradeApiService) FilesPost ¶
func (a *ApplianceUpgradeApiService) FilesPost(ctx context.Context) ApiFilesPostRequest
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 ¶
func (a *ApplianceUpgradeApiService) FilesPostExecute(r ApiFilesPostRequest) (*http.Response, error)
Execute executes the request
func (*ApplianceUpgradeApiService) FilesPut ¶
func (a *ApplianceUpgradeApiService) FilesPut(ctx context.Context) ApiFilesPutRequest
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 ¶
func (a *ApplianceUpgradeApiService) FilesPutExecute(r ApiFilesPutRequest) (*http.Response, error)
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 ¶
func (a *AppliancesApiService) AppliancesForceDisableControllersPostExecute(r ApiAppliancesForceDisableControllersPostRequest) (*AppliancesForceDisableControllersPost200Response, *http.Response, error)
Execute executes the request
@return AppliancesForceDisableControllersPost200Response
func (*AppliancesApiService) AppliancesGet ¶
func (a *AppliancesApiService) AppliancesGet(ctx context.Context) ApiAppliancesGetRequest
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 ¶
func (a *AppliancesApiService) AppliancesGetExecute(r ApiAppliancesGetRequest) (*ApplianceList, *http.Response, error)
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 ¶
func (a *AppliancesApiService) AppliancesIdDelete(ctx context.Context, id string) ApiAppliancesIdDeleteRequest
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 ¶
func (a *AppliancesApiService) AppliancesIdGet(ctx context.Context, id string) ApiAppliancesIdGetRequest
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 ¶
func (a *AppliancesApiService) AppliancesIdNameResolutionStatusGetExecute(r ApiAppliancesIdNameResolutionStatusGetRequest) (*AppliancesIdNameResolutionStatusGet200Response, *http.Response, error)
Execute executes the request
@return AppliancesIdNameResolutionStatusGet200Response
func (*AppliancesApiService) AppliancesIdPut ¶
func (a *AppliancesApiService) AppliancesIdPut(ctx context.Context, id string) ApiAppliancesIdPutRequest
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 ¶
func (a *AppliancesApiService) AppliancesIdTestResolverNamePostExecute(r ApiAppliancesIdTestResolverNamePostRequest) (*AppliancesIdTestResolverNamePost200Response, *http.Response, error)
Execute executes the request
@return AppliancesIdTestResolverNamePost200Response
func (*AppliancesApiService) AppliancesPost ¶
func (a *AppliancesApiService) AppliancesPost(ctx context.Context) ApiAppliancesPostRequest
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 (o AppliancesForceDisableControllersPost200Response) MarshalJSON() ([]byte, error)
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 ¶
func (o *AppliancesForceDisableControllersPostRequest) GetApplianceIds() []string
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 (o AppliancesForceDisableControllersPostRequest) MarshalJSON() ([]byte, error)
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 ¶
func (o *AppliancesIdBackupBackupIdStatusGet200Response) GetEncoding() string
GetEncoding returns the Encoding field value if set, zero value otherwise.
func (*AppliancesIdBackupBackupIdStatusGet200Response) GetEncodingOk ¶
func (o *AppliancesIdBackupBackupIdStatusGet200Response) GetEncodingOk() (*string, bool)
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 ¶
func (o *AppliancesIdBackupBackupIdStatusGet200Response) GetMessage() string
GetMessage returns the Message field value if set, zero value otherwise.
func (*AppliancesIdBackupBackupIdStatusGet200Response) GetMessageOk ¶
func (o *AppliancesIdBackupBackupIdStatusGet200Response) 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 (*AppliancesIdBackupBackupIdStatusGet200Response) GetOutput ¶
func (o *AppliancesIdBackupBackupIdStatusGet200Response) GetOutput() string
GetOutput returns the Output field value if set, zero value otherwise.
func (*AppliancesIdBackupBackupIdStatusGet200Response) GetOutputOk ¶
func (o *AppliancesIdBackupBackupIdStatusGet200Response) 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 (*AppliancesIdBackupBackupIdStatusGet200Response) GetResult ¶
func (o *AppliancesIdBackupBackupIdStatusGet200Response) GetResult() string
GetResult returns the Result field value if set, zero value otherwise.
func (*AppliancesIdBackupBackupIdStatusGet200Response) GetResultOk ¶
func (o *AppliancesIdBackupBackupIdStatusGet200Response) GetResultOk() (*string, 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 (*AppliancesIdBackupBackupIdStatusGet200Response) GetStatus ¶
func (o *AppliancesIdBackupBackupIdStatusGet200Response) GetStatus() string
GetStatus returns the Status field value if set, zero value otherwise.
func (*AppliancesIdBackupBackupIdStatusGet200Response) GetStatusOk ¶
func (o *AppliancesIdBackupBackupIdStatusGet200Response) 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 (*AppliancesIdBackupBackupIdStatusGet200Response) HasEncoding ¶
func (o *AppliancesIdBackupBackupIdStatusGet200Response) HasEncoding() bool
HasEncoding returns a boolean if a field has been set.
func (*AppliancesIdBackupBackupIdStatusGet200Response) HasMessage ¶
func (o *AppliancesIdBackupBackupIdStatusGet200Response) HasMessage() bool
HasMessage returns a boolean if a field has been set.
func (*AppliancesIdBackupBackupIdStatusGet200Response) HasOutput ¶
func (o *AppliancesIdBackupBackupIdStatusGet200Response) HasOutput() bool
HasOutput returns a boolean if a field has been set.
func (*AppliancesIdBackupBackupIdStatusGet200Response) HasResult ¶
func (o *AppliancesIdBackupBackupIdStatusGet200Response) HasResult() bool
HasResult returns a boolean if a field has been set.
func (*AppliancesIdBackupBackupIdStatusGet200Response) HasStatus ¶
func (o *AppliancesIdBackupBackupIdStatusGet200Response) HasStatus() bool
HasStatus returns a boolean if a field has been set.
func (AppliancesIdBackupBackupIdStatusGet200Response) MarshalJSON ¶
func (o AppliancesIdBackupBackupIdStatusGet200Response) MarshalJSON() ([]byte, error)
func (*AppliancesIdBackupBackupIdStatusGet200Response) SetEncoding ¶
func (o *AppliancesIdBackupBackupIdStatusGet200Response) SetEncoding(v string)
SetEncoding gets a reference to the given string and assigns it to the Encoding field.
func (*AppliancesIdBackupBackupIdStatusGet200Response) SetMessage ¶
func (o *AppliancesIdBackupBackupIdStatusGet200Response) SetMessage(v string)
SetMessage gets a reference to the given string and assigns it to the Message field.
func (*AppliancesIdBackupBackupIdStatusGet200Response) SetOutput ¶
func (o *AppliancesIdBackupBackupIdStatusGet200Response) SetOutput(v string)
SetOutput gets a reference to the given string and assigns it to the Output field.
func (*AppliancesIdBackupBackupIdStatusGet200Response) SetResult ¶
func (o *AppliancesIdBackupBackupIdStatusGet200Response) SetResult(v string)
SetResult gets a reference to the given string and assigns it to the Result field.
func (*AppliancesIdBackupBackupIdStatusGet200Response) SetStatus ¶
func (o *AppliancesIdBackupBackupIdStatusGet200Response) SetStatus(v string)
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 ¶
func (o *AppliancesIdBackupPost200Response) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*AppliancesIdBackupPost200Response) GetIdOk ¶
func (o *AppliancesIdBackupPost200Response) 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 (*AppliancesIdBackupPost200Response) HasId ¶
func (o *AppliancesIdBackupPost200Response) HasId() bool
HasId returns a boolean if a field has been set.
func (AppliancesIdBackupPost200Response) MarshalJSON ¶
func (o AppliancesIdBackupPost200Response) MarshalJSON() ([]byte, error)
func (*AppliancesIdBackupPost200Response) SetId ¶
func (o *AppliancesIdBackupPost200Response) SetId(v string)
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 ¶
func (o *AppliancesIdChangeChangeIdGet200Response) GetDetails() string
GetDetails returns the Details field value if set, zero value otherwise.
func (*AppliancesIdChangeChangeIdGet200Response) GetDetailsOk ¶
func (o *AppliancesIdChangeChangeIdGet200Response) 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 (*AppliancesIdChangeChangeIdGet200Response) GetId ¶
func (o *AppliancesIdChangeChangeIdGet200Response) GetId() string
GetId returns the Id field value
func (*AppliancesIdChangeChangeIdGet200Response) GetIdOk ¶
func (o *AppliancesIdChangeChangeIdGet200Response) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*AppliancesIdChangeChangeIdGet200Response) GetResult ¶
func (o *AppliancesIdChangeChangeIdGet200Response) GetResult() string
GetResult returns the Result field value if set, zero value otherwise.
func (*AppliancesIdChangeChangeIdGet200Response) GetResultOk ¶
func (o *AppliancesIdChangeChangeIdGet200Response) GetResultOk() (*string, 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 (*AppliancesIdChangeChangeIdGet200Response) GetStatus ¶
func (o *AppliancesIdChangeChangeIdGet200Response) GetStatus() string
GetStatus returns the Status field value
func (*AppliancesIdChangeChangeIdGet200Response) GetStatusOk ¶
func (o *AppliancesIdChangeChangeIdGet200Response) GetStatusOk() (*string, bool)
GetStatusOk returns a tuple with the Status field value and a boolean to check if the value has been set.
func (*AppliancesIdChangeChangeIdGet200Response) HasDetails ¶
func (o *AppliancesIdChangeChangeIdGet200Response) HasDetails() bool
HasDetails returns a boolean if a field has been set.
func (*AppliancesIdChangeChangeIdGet200Response) HasResult ¶
func (o *AppliancesIdChangeChangeIdGet200Response) HasResult() bool
HasResult returns a boolean if a field has been set.
func (AppliancesIdChangeChangeIdGet200Response) MarshalJSON ¶
func (o AppliancesIdChangeChangeIdGet200Response) MarshalJSON() ([]byte, error)
func (*AppliancesIdChangeChangeIdGet200Response) SetDetails ¶
func (o *AppliancesIdChangeChangeIdGet200Response) SetDetails(v string)
SetDetails gets a reference to the given string and assigns it to the Details field.
func (*AppliancesIdChangeChangeIdGet200Response) SetId ¶
func (o *AppliancesIdChangeChangeIdGet200Response) SetId(v string)
SetId sets field value
func (*AppliancesIdChangeChangeIdGet200Response) SetResult ¶
func (o *AppliancesIdChangeChangeIdGet200Response) SetResult(v string)
SetResult gets a reference to the given string and assigns it to the Result field.
func (*AppliancesIdChangeChangeIdGet200Response) SetStatus ¶
func (o *AppliancesIdChangeChangeIdGet200Response) SetStatus(v string)
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 ¶
func (o *AppliancesIdCommandDigPostRequest) GetHost() string
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 ¶
func (o *AppliancesIdCommandDigPostRequest) GetServer() string
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 ¶
func (o *AppliancesIdCommandDigPostRequest) GetType() string
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 ¶
func (o *AppliancesIdCommandDigPostRequest) HasType() bool
HasType returns a boolean if a field has been set.
func (AppliancesIdCommandDigPostRequest) MarshalJSON ¶
func (o AppliancesIdCommandDigPostRequest) MarshalJSON() ([]byte, error)
func (*AppliancesIdCommandDigPostRequest) SetHost ¶
func (o *AppliancesIdCommandDigPostRequest) SetHost(v string)
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 ¶
func (o *AppliancesIdCommandDigPostRequest) SetType(v string)
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 ¶
func (o *AppliancesIdCommandNetcatPostRequest) GetPort() int32
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 ¶
func (o *AppliancesIdCommandNetcatPostRequest) GetProtocol() string
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 ¶
func (o *AppliancesIdCommandNetcatPostRequest) GetVersion() int32
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 ¶
func (o *AppliancesIdCommandNetcatPostRequest) HasVersion() bool
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 ¶
func (o *AppliancesIdCommandNetcatPostRequest) SetPort(v int32)
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 ¶
func (o *AppliancesIdCommandNetcatPostRequest) SetVersion(v int32)
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 ¶
func (o *AppliancesIdCommandTcpdumpPostRequest) GetInterface() string
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 ¶
func (o *AppliancesIdMaintenancePost202Response) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*AppliancesIdMaintenancePost202Response) GetIdOk ¶
func (o *AppliancesIdMaintenancePost202Response) 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 (*AppliancesIdMaintenancePost202Response) HasId ¶
func (o *AppliancesIdMaintenancePost202Response) HasId() bool
HasId returns a boolean if a field has been set.
func (AppliancesIdMaintenancePost202Response) MarshalJSON ¶
func (o AppliancesIdMaintenancePost202Response) MarshalJSON() ([]byte, error)
func (*AppliancesIdMaintenancePost202Response) SetId ¶
func (o *AppliancesIdMaintenancePost202Response) SetId(v string)
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 ¶
func (o *AppliancesIdNameResolutionStatusGet200Response) GetResolutions() map[string]AppliancesIdNameResolutionStatusGet200ResponseResolutionsValue
GetResolutions returns the Resolutions field value if set, zero value otherwise.
func (*AppliancesIdNameResolutionStatusGet200Response) GetResolutionsOk ¶
func (o *AppliancesIdNameResolutionStatusGet200Response) GetResolutionsOk() (*map[string]AppliancesIdNameResolutionStatusGet200ResponseResolutionsValue, bool)
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 ¶
func (o *AppliancesIdNameResolutionStatusGet200Response) HasResolutions() bool
HasResolutions returns a boolean if a field has been set.
func (AppliancesIdNameResolutionStatusGet200Response) MarshalJSON ¶
func (o AppliancesIdNameResolutionStatusGet200Response) MarshalJSON() ([]byte, error)
func (*AppliancesIdNameResolutionStatusGet200Response) SetResolutions ¶
func (o *AppliancesIdNameResolutionStatusGet200Response) SetResolutions(v map[string]AppliancesIdNameResolutionStatusGet200ResponseResolutionsValue)
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 ¶
func (o *AppliancesIdNameResolutionStatusGet200ResponseResolutionsValue) GetErrors() []string
GetErrors returns the Errors field value if set, zero value otherwise.
func (*AppliancesIdNameResolutionStatusGet200ResponseResolutionsValue) GetErrorsOk ¶
func (o *AppliancesIdNameResolutionStatusGet200ResponseResolutionsValue) GetErrorsOk() ([]string, 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 (*AppliancesIdNameResolutionStatusGet200ResponseResolutionsValue) GetFinals ¶
func (o *AppliancesIdNameResolutionStatusGet200ResponseResolutionsValue) GetFinals() []string
GetFinals returns the Finals field value if set, zero value otherwise.
func (*AppliancesIdNameResolutionStatusGet200ResponseResolutionsValue) GetFinalsOk ¶
func (o *AppliancesIdNameResolutionStatusGet200ResponseResolutionsValue) GetFinalsOk() ([]string, bool)
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 ¶
func (o *AppliancesIdNameResolutionStatusGet200ResponseResolutionsValue) GetPartial() bool
GetPartial returns the Partial field value if set, zero value otherwise.
func (*AppliancesIdNameResolutionStatusGet200ResponseResolutionsValue) GetPartialOk ¶
func (o *AppliancesIdNameResolutionStatusGet200ResponseResolutionsValue) GetPartialOk() (*bool, bool)
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 ¶
func (o *AppliancesIdNameResolutionStatusGet200ResponseResolutionsValue) GetPartials() []string
GetPartials returns the Partials field value if set, zero value otherwise.
func (*AppliancesIdNameResolutionStatusGet200ResponseResolutionsValue) GetPartialsOk ¶
func (o *AppliancesIdNameResolutionStatusGet200ResponseResolutionsValue) GetPartialsOk() ([]string, bool)
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 ¶
func (o *AppliancesIdNameResolutionStatusGet200ResponseResolutionsValue) HasErrors() bool
HasErrors returns a boolean if a field has been set.
func (*AppliancesIdNameResolutionStatusGet200ResponseResolutionsValue) HasFinals ¶
func (o *AppliancesIdNameResolutionStatusGet200ResponseResolutionsValue) HasFinals() bool
HasFinals returns a boolean if a field has been set.
func (*AppliancesIdNameResolutionStatusGet200ResponseResolutionsValue) HasPartial ¶
func (o *AppliancesIdNameResolutionStatusGet200ResponseResolutionsValue) HasPartial() bool
HasPartial returns a boolean if a field has been set.
func (*AppliancesIdNameResolutionStatusGet200ResponseResolutionsValue) HasPartials ¶
func (o *AppliancesIdNameResolutionStatusGet200ResponseResolutionsValue) HasPartials() bool
HasPartials returns a boolean if a field has been set.
func (AppliancesIdNameResolutionStatusGet200ResponseResolutionsValue) MarshalJSON ¶
func (o AppliancesIdNameResolutionStatusGet200ResponseResolutionsValue) MarshalJSON() ([]byte, error)
func (*AppliancesIdNameResolutionStatusGet200ResponseResolutionsValue) SetErrors ¶
func (o *AppliancesIdNameResolutionStatusGet200ResponseResolutionsValue) SetErrors(v []string)
SetErrors gets a reference to the given []string and assigns it to the Errors field.
func (*AppliancesIdNameResolutionStatusGet200ResponseResolutionsValue) SetFinals ¶
func (o *AppliancesIdNameResolutionStatusGet200ResponseResolutionsValue) SetFinals(v []string)
SetFinals gets a reference to the given []string and assigns it to the Finals field.
func (*AppliancesIdNameResolutionStatusGet200ResponseResolutionsValue) SetPartial ¶
func (o *AppliancesIdNameResolutionStatusGet200ResponseResolutionsValue) SetPartial(v bool)
SetPartial gets a reference to the given bool and assigns it to the Partial field.
func (*AppliancesIdNameResolutionStatusGet200ResponseResolutionsValue) SetPartials ¶
func (o *AppliancesIdNameResolutionStatusGet200ResponseResolutionsValue) SetPartials(v []string)
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 ¶
func (o *AppliancesIdTestResolverNamePost200Response) GetError() string
GetError returns the Error field value if set, zero value otherwise.
func (*AppliancesIdTestResolverNamePost200Response) GetErrorOk ¶
func (o *AppliancesIdTestResolverNamePost200Response) 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 (*AppliancesIdTestResolverNamePost200Response) GetIps ¶
func (o *AppliancesIdTestResolverNamePost200Response) GetIps() []string
GetIps returns the Ips field value if set, zero value otherwise.
func (*AppliancesIdTestResolverNamePost200Response) GetIpsOk ¶
func (o *AppliancesIdTestResolverNamePost200Response) 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 (*AppliancesIdTestResolverNamePost200Response) HasError ¶
func (o *AppliancesIdTestResolverNamePost200Response) HasError() bool
HasError returns a boolean if a field has been set.
func (*AppliancesIdTestResolverNamePost200Response) HasIps ¶
func (o *AppliancesIdTestResolverNamePost200Response) HasIps() bool
HasIps returns a boolean if a field has been set.
func (AppliancesIdTestResolverNamePost200Response) MarshalJSON ¶
func (o AppliancesIdTestResolverNamePost200Response) MarshalJSON() ([]byte, error)
func (*AppliancesIdTestResolverNamePost200Response) SetError ¶
func (o *AppliancesIdTestResolverNamePost200Response) SetError(v string)
SetError gets a reference to the given string and assigns it to the Error field.
func (*AppliancesIdTestResolverNamePost200Response) SetIps ¶
func (o *AppliancesIdTestResolverNamePost200Response) SetIps(v []string)
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 ¶
func (o *AppliancesIdUpgradeDelete200Response) GetDetails() string
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 ¶
func (o *AppliancesIdUpgradeDelete200Response) GetStatus() string
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 ¶
func (o *AppliancesIdUpgradeDelete200Response) HasDetails() bool
HasDetails returns a boolean if a field has been set.
func (*AppliancesIdUpgradeDelete200Response) HasStatus ¶
func (o *AppliancesIdUpgradeDelete200Response) HasStatus() bool
HasStatus returns a boolean if a field has been set.
func (AppliancesIdUpgradeDelete200Response) MarshalJSON ¶
func (o AppliancesIdUpgradeDelete200Response) MarshalJSON() ([]byte, error)
func (*AppliancesIdUpgradeDelete200Response) SetDetails ¶
func (o *AppliancesIdUpgradeDelete200Response) SetDetails(v string)
SetDetails gets a reference to the given string and assigns it to the Details field.
func (*AppliancesIdUpgradeDelete200Response) SetStatus ¶
func (o *AppliancesIdUpgradeDelete200Response) SetStatus(v string)
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 ¶
func (o *AuthenticationOtpInitializePost200Response) GetBarcode() string
GetBarcode returns the Barcode field value if set, zero value otherwise.
func (*AuthenticationOtpInitializePost200Response) GetBarcodeOk ¶
func (o *AuthenticationOtpInitializePost200Response) 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 (*AuthenticationOtpInitializePost200Response) GetOtpAuthUrl ¶
func (o *AuthenticationOtpInitializePost200Response) GetOtpAuthUrl() string
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 ¶
func (o *AuthenticationOtpInitializePost200Response) GetSecret() string
GetSecret returns the Secret field value if set, zero value otherwise.
func (*AuthenticationOtpInitializePost200Response) GetSecretOk ¶
func (o *AuthenticationOtpInitializePost200Response) 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 (*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 ¶
func (o *AuthenticationOtpInitializePost200Response) GetState() string
GetState returns the State field value if set, zero value otherwise.
func (*AuthenticationOtpInitializePost200Response) GetStateOk ¶
func (o *AuthenticationOtpInitializePost200Response) 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 (*AuthenticationOtpInitializePost200Response) GetTimeout ¶
func (o *AuthenticationOtpInitializePost200Response) GetTimeout() float32
GetTimeout returns the Timeout field value if set, zero value otherwise.
func (*AuthenticationOtpInitializePost200Response) GetTimeoutOk ¶
func (o *AuthenticationOtpInitializePost200Response) 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 (*AuthenticationOtpInitializePost200Response) GetType ¶
func (o *AuthenticationOtpInitializePost200Response) GetType() string
GetType returns the Type field value if set, zero value otherwise.
func (*AuthenticationOtpInitializePost200Response) GetTypeOk ¶
func (o *AuthenticationOtpInitializePost200Response) 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 (*AuthenticationOtpInitializePost200Response) HasBarcode ¶
func (o *AuthenticationOtpInitializePost200Response) HasBarcode() bool
HasBarcode returns a boolean if a field has been set.
func (*AuthenticationOtpInitializePost200Response) HasOtpAuthUrl ¶
func (o *AuthenticationOtpInitializePost200Response) HasOtpAuthUrl() bool
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 ¶
func (o *AuthenticationOtpInitializePost200Response) HasSecret() bool
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 ¶
func (o *AuthenticationOtpInitializePost200Response) HasState() bool
HasState returns a boolean if a field has been set.
func (*AuthenticationOtpInitializePost200Response) HasTimeout ¶
func (o *AuthenticationOtpInitializePost200Response) HasTimeout() bool
HasTimeout returns a boolean if a field has been set.
func (*AuthenticationOtpInitializePost200Response) HasType ¶
func (o *AuthenticationOtpInitializePost200Response) HasType() bool
HasType returns a boolean if a field has been set.
func (AuthenticationOtpInitializePost200Response) MarshalJSON ¶
func (o AuthenticationOtpInitializePost200Response) MarshalJSON() ([]byte, error)
func (*AuthenticationOtpInitializePost200Response) SetBarcode ¶
func (o *AuthenticationOtpInitializePost200Response) SetBarcode(v string)
SetBarcode gets a reference to the given string and assigns it to the Barcode field.
func (*AuthenticationOtpInitializePost200Response) SetOtpAuthUrl ¶
func (o *AuthenticationOtpInitializePost200Response) SetOtpAuthUrl(v string)
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 ¶
func (o *AuthenticationOtpInitializePost200Response) SetSecret(v string)
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 ¶
func (o *AuthenticationOtpInitializePost200Response) SetState(v string)
SetState gets a reference to the given string and assigns it to the State field.
func (*AuthenticationOtpInitializePost200Response) SetTimeout ¶
func (o *AuthenticationOtpInitializePost200Response) SetTimeout(v float32)
SetTimeout gets a reference to the given float32 and assigns it to the Timeout field.
func (*AuthenticationOtpInitializePost200Response) SetType ¶
func (o *AuthenticationOtpInitializePost200Response) SetType(v string)
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 ¶
func (o *AuthenticationOtpPostRequest) GetOtp() string
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 ¶
func (o *AuthenticationPost401Response) GetId() string
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 ¶
func (o *AuthenticationPost401Response) HasId() bool
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 ¶
func (o *AuthenticationPost401Response) SetId(v string)
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 ¶
func (o *AuthenticationPost401ResponseAllOf) GetReason() string
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 ¶
func (o *AuthenticationPost401ResponseAllOf) HasReason() bool
HasReason returns a boolean if a field has been set.
func (AuthenticationPost401ResponseAllOf) MarshalJSON ¶
func (o AuthenticationPost401ResponseAllOf) MarshalJSON() ([]byte, error)
func (*AuthenticationPost401ResponseAllOf) SetReason ¶
func (o *AuthenticationPost401ResponseAllOf) SetReason(v string)
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) GetAwsIdOk ¶
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 ¶
GetAwsRegion returns the AwsRegion field value if set, zero value otherwise.
func (*AwsBase) GetAwsRegionOk ¶
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 ¶
GetAwsSecret returns the AwsSecret field value if set, zero value otherwise.
func (*AwsBase) GetAwsSecretOk ¶
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 ¶
GetUseInstanceCredentials returns the UseInstanceCredentials field value if set, zero value otherwise.
func (*AwsBase) GetUseInstanceCredentialsOk ¶
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) HasAwsRegion ¶
HasAwsRegion returns a boolean if a field has been set.
func (*AwsBase) HasAwsSecret ¶
HasAwsSecret returns a boolean if a field has been set.
func (*AwsBase) HasUseInstanceCredentials ¶
HasUseInstanceCredentials returns a boolean if a field has been set.
func (AwsBase) MarshalJSON ¶
func (*AwsBase) SetAwsId ¶
SetAwsId gets a reference to the given string and assigns it to the AwsId field.
func (*AwsBase) SetAwsRegion ¶
SetAwsRegion gets a reference to the given string and assigns it to the AwsRegion field.
func (*AwsBase) SetAwsSecret ¶
SetAwsSecret gets a reference to the given string and assigns it to the AwsSecret field.
func (*AwsBase) SetUseInstanceCredentials ¶
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) 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) 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 ¶
GetCreationDate returns the CreationDate field value if set, zero value otherwise.
func (*BaseStats) GetCreationDateOk ¶
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) 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 (*BaseStats) GetRefreshInterval ¶
GetRefreshInterval returns the RefreshInterval field value if set, zero value otherwise.
func (*BaseStats) GetRefreshIntervalOk ¶
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 ¶
HasCreationDate returns a boolean if a field has been set.
func (*BaseStats) HasRefreshInterval ¶
HasRefreshInterval returns a boolean if a field has been set.
func (BaseStats) MarshalJSON ¶
func (*BaseStats) SetCreationDate ¶
SetCreationDate gets a reference to the given time.Time and assigns it to the CreationDate field.
func (*BaseStats) SetName ¶
SetName gets a reference to the given string and assigns it to the Name field.
func (*BaseStats) SetRefreshInterval ¶
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 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 ¶
func (a *BlacklistedUsersApiService) BlacklistGet(ctx context.Context) ApiBlacklistGetRequest
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 ¶
func (a *BlacklistedUsersApiService) BlacklistGetExecute(r ApiBlacklistGetRequest) (*BlackListList, *http.Response, error)
Execute executes the request
@return BlackListList
func (*BlacklistedUsersApiService) BlacklistPost ¶
func (a *BlacklistedUsersApiService) BlacklistPost(ctx context.Context) ApiBlacklistPostRequest
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 ¶
func (a *BlacklistedUsersApiService) BlacklistPostExecute(r ApiBlacklistPostRequest) (*BlacklistEntry, *http.Response, error)
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 ¶
GetCertificate returns the Certificate field value if set, zero value otherwise.
func (*CaConfig) GetCertificateOk ¶
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 ¶
GetCrlUrl returns the CrlUrl field value if set, zero value otherwise.
func (*CaConfig) GetCrlUrlOk ¶
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 ¶
GetFingerprint returns the Fingerprint field value if set, zero value otherwise.
func (*CaConfig) GetFingerprintOk ¶
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 ¶
GetIssuer returns the Issuer field value if set, zero value otherwise.
func (*CaConfig) GetIssuerOk ¶
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 ¶
GetNameConstraintsExcluded returns the NameConstraintsExcluded field value if set, zero value otherwise.
func (*CaConfig) GetNameConstraintsExcludedOk ¶
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 ¶
GetNameConstraintsPermitted returns the NameConstraintsPermitted field value if set, zero value otherwise.
func (*CaConfig) GetNameConstraintsPermittedOk ¶
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 ¶
GetSerial returns the Serial field value if set, zero value otherwise.
func (*CaConfig) GetSerialOk ¶
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 ¶
GetSubject returns the Subject field value if set, zero value otherwise.
func (*CaConfig) 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 (*CaConfig) GetSubjectPublicKey ¶
GetSubjectPublicKey returns the SubjectPublicKey field value if set, zero value otherwise.
func (*CaConfig) GetSubjectPublicKeyOk ¶
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 ¶
GetValidFrom returns the ValidFrom field value if set, zero value otherwise.
func (*CaConfig) GetValidFromOk ¶
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 ¶
GetValidTo returns the ValidTo field value if set, zero value otherwise.
func (*CaConfig) GetValidToOk ¶
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 ¶
GetVersion returns the Version field value if set, zero value otherwise.
func (*CaConfig) GetVersionOk ¶
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 ¶
HasCertificate returns a boolean if a field has been set.
func (*CaConfig) HasFingerprint ¶
HasFingerprint returns a boolean if a field has been set.
func (*CaConfig) HasNameConstraintsExcluded ¶
HasNameConstraintsExcluded returns a boolean if a field has been set.
func (*CaConfig) HasNameConstraintsPermitted ¶
HasNameConstraintsPermitted returns a boolean if a field has been set.
func (*CaConfig) HasSubject ¶
HasSubject returns a boolean if a field has been set.
func (*CaConfig) HasSubjectPublicKey ¶
HasSubjectPublicKey returns a boolean if a field has been set.
func (*CaConfig) HasValidFrom ¶
HasValidFrom returns a boolean if a field has been set.
func (*CaConfig) HasValidTo ¶
HasValidTo returns a boolean if a field has been set.
func (*CaConfig) HasVersion ¶
HasVersion returns a boolean if a field has been set.
func (CaConfig) MarshalJSON ¶
func (*CaConfig) SetCertificate ¶
SetCertificate gets a reference to the given string and assigns it to the Certificate field.
func (*CaConfig) SetCrlUrl ¶
SetCrlUrl gets a reference to the given string and assigns it to the CrlUrl field.
func (*CaConfig) SetFingerprint ¶
SetFingerprint gets a reference to the given string and assigns it to the Fingerprint field.
func (*CaConfig) SetIssuer ¶
SetIssuer gets a reference to the given string and assigns it to the Issuer field.
func (*CaConfig) SetNameConstraintsExcluded ¶
SetNameConstraintsExcluded gets a reference to the given []string and assigns it to the NameConstraintsExcluded field.
func (*CaConfig) SetNameConstraintsPermitted ¶
SetNameConstraintsPermitted gets a reference to the given []string and assigns it to the NameConstraintsPermitted field.
func (*CaConfig) SetSerial ¶
SetSerial gets a reference to the given string and assigns it to the Serial field.
func (*CaConfig) SetSubject ¶
SetSubject gets a reference to the given string and assigns it to the Subject field.
func (*CaConfig) SetSubjectPublicKey ¶
SetSubjectPublicKey gets a reference to the given string and assigns it to the SubjectPublicKey field.
func (*CaConfig) SetValidFrom ¶
SetValidFrom gets a reference to the given time.Time and assigns it to the ValidFrom field.
func (*CaConfig) SetValidTo ¶
SetValidTo gets a reference to the given time.Time and assigns it to the ValidTo field.
func (*CaConfig) SetVersion ¶
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 ¶
func (a *CertificateAuthorityApiService) CertificateAuthorityCaGet(ctx context.Context) ApiCertificateAuthorityCaGetRequest
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 ¶
func (a *CertificateAuthorityApiService) CertificateAuthorityCaGetExecute(r ApiCertificateAuthorityCaGetRequest) (*CaConfig, *http.Response, error)
Execute executes the request
@return CaConfig
func (*CertificateAuthorityApiService) CertificateAuthorityCaNextDelete ¶
func (a *CertificateAuthorityApiService) CertificateAuthorityCaNextDelete(ctx context.Context) ApiCertificateAuthorityCaNextDeleteRequest
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 ¶
func (a *CertificateAuthorityApiService) CertificateAuthorityCaNextGeneratePost(ctx context.Context) ApiCertificateAuthorityCaNextGeneratePostRequest
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 ¶
func (a *CertificateAuthorityApiService) CertificateAuthorityCaNextGet(ctx context.Context) ApiCertificateAuthorityCaNextGetRequest
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 ¶
func (a *CertificateAuthorityApiService) CertificateAuthorityCaNextSwitchPost(ctx context.Context) ApiCertificateAuthorityCaNextSwitchPostRequest
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 ¶
func (a *CertificateAuthorityApiService) CertificateAuthorityCaNextUploadPost(ctx context.Context) ApiCertificateAuthorityCaNextUploadPostRequest
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 ¶
func (a *CertificateAuthorityApiService) CertificateAuthorityCaPemGet(ctx context.Context) ApiCertificateAuthorityCaPemGetRequest
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 ¶
func (a *CertificateAuthorityApiService) CertificateAuthorityCrlGet(ctx context.Context) ApiCertificateAuthorityCrlGetRequest
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 ¶
func (a *CertificateAuthorityApiService) CertificateAuthorityCrlGetExecute(r ApiCertificateAuthorityCrlGetRequest) (*CertificateAuthorityCrlGet200Response, *http.Response, error)
Execute executes the request
@return CertificateAuthorityCrlGet200Response
func (*CertificateAuthorityApiService) CertificateAuthorityCrlNextGet ¶
func (a *CertificateAuthorityApiService) CertificateAuthorityCrlNextGet(ctx context.Context) ApiCertificateAuthorityCrlNextGetRequest
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 ¶
func (a *CertificateAuthorityApiService) CertificateAuthorityCrlNextGetExecute(r ApiCertificateAuthorityCrlNextGetRequest) (*CertificateAuthorityCrlGet200Response, *http.Response, error)
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 ¶
func (o *CertificateAuthorityCaNextGeneratePostRequest) GetSubject() string
GetSubject returns the Subject field value if set, zero value otherwise.
func (*CertificateAuthorityCaNextGeneratePostRequest) GetSubjectOk ¶
func (o *CertificateAuthorityCaNextGeneratePostRequest) 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 (*CertificateAuthorityCaNextGeneratePostRequest) GetValidityYears ¶
func (o *CertificateAuthorityCaNextGeneratePostRequest) GetValidityYears() float32
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 ¶
func (o *CertificateAuthorityCaNextGeneratePostRequest) HasSubject() bool
HasSubject returns a boolean if a field has been set.
func (*CertificateAuthorityCaNextGeneratePostRequest) HasValidityYears ¶
func (o *CertificateAuthorityCaNextGeneratePostRequest) HasValidityYears() bool
HasValidityYears returns a boolean if a field has been set.
func (CertificateAuthorityCaNextGeneratePostRequest) MarshalJSON ¶
func (o CertificateAuthorityCaNextGeneratePostRequest) MarshalJSON() ([]byte, error)
func (*CertificateAuthorityCaNextGeneratePostRequest) SetSubject ¶
func (o *CertificateAuthorityCaNextGeneratePostRequest) SetSubject(v string)
SetSubject gets a reference to the given string and assigns it to the Subject field.
func (*CertificateAuthorityCaNextGeneratePostRequest) SetValidityYears ¶
func (o *CertificateAuthorityCaNextGeneratePostRequest) SetValidityYears(v float32)
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 ¶
func (o *CertificateAuthorityCaNextSwitchPost412Response) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*CertificateAuthorityCaNextSwitchPost412Response) GetIdOk ¶
func (o *CertificateAuthorityCaNextSwitchPost412Response) 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 (*CertificateAuthorityCaNextSwitchPost412Response) GetMessage ¶
func (o *CertificateAuthorityCaNextSwitchPost412Response) GetMessage() string
GetMessage returns the Message field value if set, zero value otherwise.
func (*CertificateAuthorityCaNextSwitchPost412Response) GetMessageOk ¶
func (o *CertificateAuthorityCaNextSwitchPost412Response) 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 (*CertificateAuthorityCaNextSwitchPost412Response) HasFailedAppliances ¶
func (o *CertificateAuthorityCaNextSwitchPost412Response) HasFailedAppliances() bool
HasFailedAppliances returns a boolean if a field has been set.
func (*CertificateAuthorityCaNextSwitchPost412Response) HasId ¶
func (o *CertificateAuthorityCaNextSwitchPost412Response) HasId() bool
HasId returns a boolean if a field has been set.
func (*CertificateAuthorityCaNextSwitchPost412Response) HasMessage ¶
func (o *CertificateAuthorityCaNextSwitchPost412Response) HasMessage() bool
HasMessage returns a boolean if a field has been set.
func (CertificateAuthorityCaNextSwitchPost412Response) MarshalJSON ¶
func (o CertificateAuthorityCaNextSwitchPost412Response) MarshalJSON() ([]byte, error)
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 ¶
func (o *CertificateAuthorityCaNextSwitchPost412Response) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*CertificateAuthorityCaNextSwitchPost412Response) SetMessage ¶
func (o *CertificateAuthorityCaNextSwitchPost412Response) SetMessage(v string)
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 ¶
func (o *CertificateAuthorityCaNextSwitchPost412ResponseAllOf) HasFailedAppliances() bool
HasFailedAppliances returns a boolean if a field has been set.
func (CertificateAuthorityCaNextSwitchPost412ResponseAllOf) MarshalJSON ¶
func (o CertificateAuthorityCaNextSwitchPost412ResponseAllOf) MarshalJSON() ([]byte, error)
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 ¶
func (o *CertificateAuthorityCaNextSwitchPostRequest) GetForce() bool
GetForce returns the Force field value if set, zero value otherwise.
func (*CertificateAuthorityCaNextSwitchPostRequest) GetForceOk ¶
func (o *CertificateAuthorityCaNextSwitchPostRequest) GetForceOk() (*bool, bool)
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 ¶
func (o *CertificateAuthorityCaNextSwitchPostRequest) HasForce() bool
HasForce returns a boolean if a field has been set.
func (CertificateAuthorityCaNextSwitchPostRequest) MarshalJSON ¶
func (o CertificateAuthorityCaNextSwitchPostRequest) MarshalJSON() ([]byte, error)
func (*CertificateAuthorityCaNextSwitchPostRequest) SetForce ¶
func (o *CertificateAuthorityCaNextSwitchPostRequest) SetForce(v bool)
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 ¶
func (o *CertificateAuthorityCrlGet200Response) GetFile() string
GetFile returns the File field value if set, zero value otherwise.
func (*CertificateAuthorityCrlGet200Response) GetFileOk ¶
func (o *CertificateAuthorityCrlGet200Response) 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 (*CertificateAuthorityCrlGet200Response) HasFile ¶
func (o *CertificateAuthorityCrlGet200Response) HasFile() bool
HasFile returns a boolean if a field has been set.
func (CertificateAuthorityCrlGet200Response) MarshalJSON ¶
func (o CertificateAuthorityCrlGet200Response) MarshalJSON() ([]byte, error)
func (*CertificateAuthorityCrlGet200Response) SetFile ¶
func (o *CertificateAuthorityCrlGet200Response) SetFile(v string)
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 ¶
func (o *CertificateAuthorityIssuedCertificatesRevokedCertificateIdPutRequest) GetNotes() string
GetNotes returns the Notes field value if set, zero value otherwise.
func (*CertificateAuthorityIssuedCertificatesRevokedCertificateIdPutRequest) GetNotesOk ¶
func (o *CertificateAuthorityIssuedCertificatesRevokedCertificateIdPutRequest) 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 (*CertificateAuthorityIssuedCertificatesRevokedCertificateIdPutRequest) GetReason ¶
func (o *CertificateAuthorityIssuedCertificatesRevokedCertificateIdPutRequest) GetReason() string
GetReason returns the Reason field value if set, zero value otherwise.
func (*CertificateAuthorityIssuedCertificatesRevokedCertificateIdPutRequest) GetReasonOk ¶
func (o *CertificateAuthorityIssuedCertificatesRevokedCertificateIdPutRequest) 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 (*CertificateAuthorityIssuedCertificatesRevokedCertificateIdPutRequest) HasNotes ¶
func (o *CertificateAuthorityIssuedCertificatesRevokedCertificateIdPutRequest) HasNotes() bool
HasNotes returns a boolean if a field has been set.
func (*CertificateAuthorityIssuedCertificatesRevokedCertificateIdPutRequest) HasReason ¶
func (o *CertificateAuthorityIssuedCertificatesRevokedCertificateIdPutRequest) HasReason() bool
HasReason returns a boolean if a field has been set.
func (CertificateAuthorityIssuedCertificatesRevokedCertificateIdPutRequest) MarshalJSON ¶
func (o CertificateAuthorityIssuedCertificatesRevokedCertificateIdPutRequest) MarshalJSON() ([]byte, error)
func (*CertificateAuthorityIssuedCertificatesRevokedCertificateIdPutRequest) SetNotes ¶
func (o *CertificateAuthorityIssuedCertificatesRevokedCertificateIdPutRequest) SetNotes(v string)
SetNotes gets a reference to the given string and assigns it to the Notes field.
func (*CertificateAuthorityIssuedCertificatesRevokedCertificateIdPutRequest) SetReason ¶
func (o *CertificateAuthorityIssuedCertificatesRevokedCertificateIdPutRequest) SetReason(v string)
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 ¶
func (o *ClaimNamesListZtpRiskRulesInner) GetId() string
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 ¶
func (o *ClaimNamesListZtpRiskRulesInner) GetName() string
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 ¶
func (o *ClaimNamesListZtpRiskRulesInner) HasId() bool
HasId returns a boolean if a field has been set.
func (*ClaimNamesListZtpRiskRulesInner) HasName ¶
func (o *ClaimNamesListZtpRiskRulesInner) HasName() bool
HasName returns a boolean if a field has been set.
func (ClaimNamesListZtpRiskRulesInner) MarshalJSON ¶
func (o ClaimNamesListZtpRiskRulesInner) MarshalJSON() ([]byte, error)
func (*ClaimNamesListZtpRiskRulesInner) SetId ¶
func (o *ClaimNamesListZtpRiskRulesInner) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*ClaimNamesListZtpRiskRulesInner) SetName ¶
func (o *ClaimNamesListZtpRiskRulesInner) SetName(v string)
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) 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 (*Client) GetVersion ¶
GetVersion returns the Version field value if set, zero value otherwise.
func (*Client) GetVersionOk ¶
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) HasVersion ¶
HasVersion returns a boolean if a field has been set.
func (Client) MarshalJSON ¶
func (*Client) SetUrl ¶
SetUrl gets a reference to the given string and assigns it to the Url field.
func (*Client) SetVersion ¶
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 ¶
func (a *ClientAutoUpdateApiService) AutoUpdateSettingsGet(ctx context.Context) ApiAutoUpdateSettingsGetRequest
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 ¶
func (a *ClientAutoUpdateApiService) AutoUpdateSettingsGetExecute(r ApiAutoUpdateSettingsGetRequest) (*AutoUpdateSettings, *http.Response, error)
Execute executes the request
@return AutoUpdateSettings
func (*ClientAutoUpdateApiService) AutoUpdateSettingsPut ¶
func (a *ClientAutoUpdateApiService) AutoUpdateSettingsPut(ctx context.Context) ApiAutoUpdateSettingsPutRequest
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 ¶
func (o *ClientConnections) GetProfiles() []ClientConnectionsProfilesInner
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 ¶
func (o *ClientConnections) SetProfiles(v []ClientConnectionsProfilesInner)
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 ¶
func (o *ClientConnectionsProfileNameBarcodeGet200Response) GetBarcode() string
GetBarcode returns the Barcode field value if set, zero value otherwise.
func (*ClientConnectionsProfileNameBarcodeGet200Response) GetBarcodeOk ¶
func (o *ClientConnectionsProfileNameBarcodeGet200Response) 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 (*ClientConnectionsProfileNameBarcodeGet200Response) HasBarcode ¶
func (o *ClientConnectionsProfileNameBarcodeGet200Response) HasBarcode() bool
HasBarcode returns a boolean if a field has been set.
func (ClientConnectionsProfileNameBarcodeGet200Response) MarshalJSON ¶
func (o ClientConnectionsProfileNameBarcodeGet200Response) MarshalJSON() ([]byte, error)
func (*ClientConnectionsProfileNameBarcodeGet200Response) SetBarcode ¶
func (o *ClientConnectionsProfileNameBarcodeGet200Response) SetBarcode(v string)
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 ¶
func (o *ClientConnectionsProfileNameUrlGet200Response) GetUrl() string
GetUrl returns the Url field value if set, zero value otherwise.
func (*ClientConnectionsProfileNameUrlGet200Response) GetUrlOk ¶
func (o *ClientConnectionsProfileNameUrlGet200Response) 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 (*ClientConnectionsProfileNameUrlGet200Response) HasUrl ¶
func (o *ClientConnectionsProfileNameUrlGet200Response) HasUrl() bool
HasUrl returns a boolean if a field has been set.
func (ClientConnectionsProfileNameUrlGet200Response) MarshalJSON ¶
func (o ClientConnectionsProfileNameUrlGet200Response) MarshalJSON() ([]byte, error)
func (*ClientConnectionsProfileNameUrlGet200Response) SetUrl ¶
func (o *ClientConnectionsProfileNameUrlGet200Response) SetUrl(v string)
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 ¶
func (o *ClientConnectionsProfilesInner) GetName() string
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 ¶
func (o *ClientConnectionsProfilesInner) GetUrl() string
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 ¶
func (o *ClientConnectionsProfilesInner) HasUrl() bool
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 ¶
func (o *ClientConnectionsProfilesInner) SetUrl(v string)
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) 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 ¶
func (a *ClientProfilesApiService) ClientConnectionsDelete(ctx context.Context) ApiClientConnectionsDeleteRequest
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 ¶
func (a *ClientProfilesApiService) ClientConnectionsGet(ctx context.Context) ApiClientConnectionsGetRequest
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 ¶
func (a *ClientProfilesApiService) ClientConnectionsGetExecute(r ApiClientConnectionsGetRequest) (*ClientConnections, *http.Response, error)
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 ¶
func (a *ClientProfilesApiService) ClientConnectionsProfileNameBarcodeGetExecute(r ApiClientConnectionsProfileNameBarcodeGetRequest) (*ClientConnectionsProfileNameBarcodeGet200Response, *http.Response, error)
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 ¶
func (a *ClientProfilesApiService) ClientConnectionsProfileNameUrlGetExecute(r ApiClientConnectionsProfileNameUrlGetRequest) (*ClientConnectionsProfileNameUrlGet200Response, *http.Response, error)
Execute executes the request
@return ClientConnectionsProfileNameUrlGet200Response
Deprecated
func (*ClientProfilesApiService) ClientConnectionsPut ¶
func (a *ClientProfilesApiService) ClientConnectionsPut(ctx context.Context) ApiClientConnectionsPutRequest
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 ¶
func (a *ClientProfilesApiService) ClientConnectionsPutExecute(r ApiClientConnectionsPutRequest) (*ClientConnections, *http.Response, error)
Execute executes the request
@return ClientConnections
Deprecated
func (*ClientProfilesApiService) ClientProfilesGet ¶
func (a *ClientProfilesApiService) ClientProfilesGet(ctx context.Context) ApiClientProfilesGetRequest
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 ¶
func (a *ClientProfilesApiService) ClientProfilesGetExecute(r ApiClientProfilesGetRequest) (*ClientProfileList, *http.Response, error)
Execute executes the request
@return ClientProfileList
func (*ClientProfilesApiService) ClientProfilesIdBarcodeGet ¶
func (a *ClientProfilesApiService) ClientProfilesIdBarcodeGet(ctx context.Context, id string) ApiClientProfilesIdBarcodeGetRequest
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 ¶
func (a *ClientProfilesApiService) ClientProfilesIdBarcodeGetExecute(r ApiClientProfilesIdBarcodeGetRequest) (*ClientProfilesIdBarcodeGet200Response, *http.Response, error)
Execute executes the request
@return ClientProfilesIdBarcodeGet200Response
func (*ClientProfilesApiService) ClientProfilesIdDelete ¶
func (a *ClientProfilesApiService) ClientProfilesIdDelete(ctx context.Context, id string) ApiClientProfilesIdDeleteRequest
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 ¶
func (a *ClientProfilesApiService) ClientProfilesIdGet(ctx context.Context, id string) ApiClientProfilesIdGetRequest
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 ¶
func (a *ClientProfilesApiService) ClientProfilesIdGetExecute(r ApiClientProfilesIdGetRequest) (*ClientProfile, *http.Response, error)
Execute executes the request
@return ClientProfile
func (*ClientProfilesApiService) ClientProfilesIdPut ¶
func (a *ClientProfilesApiService) ClientProfilesIdPut(ctx context.Context, id string) ApiClientProfilesIdPutRequest
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 ¶
func (a *ClientProfilesApiService) ClientProfilesIdPutExecute(r ApiClientProfilesIdPutRequest) (*ClientProfile, *http.Response, error)
Execute executes the request
@return ClientProfile
func (*ClientProfilesApiService) ClientProfilesIdUrlGet ¶
func (a *ClientProfilesApiService) ClientProfilesIdUrlGet(ctx context.Context, id string) ApiClientProfilesIdUrlGetRequest
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 ¶
func (a *ClientProfilesApiService) ClientProfilesIdUrlGetExecute(r ApiClientProfilesIdUrlGetRequest) (*ClientProfilesIdUrlGet200Response, *http.Response, error)
Execute executes the request
@return ClientProfilesIdUrlGet200Response
func (*ClientProfilesApiService) ClientProfilesPost ¶
func (a *ClientProfilesApiService) ClientProfilesPost(ctx context.Context) ApiClientProfilesPostRequest
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 ¶
func (a *ClientProfilesApiService) ClientProfilesPostExecute(r ApiClientProfilesPostRequest) (*ClientProfile, *http.Response, error)
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 ¶
func (o *ClientProfilesIdBarcodeGet200Response) GetBarcode() string
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 ¶
func (o *ClientProfilesIdBarcodeGet200Response) HasBarcode() bool
HasBarcode returns a boolean if a field has been set.
func (ClientProfilesIdBarcodeGet200Response) MarshalJSON ¶
func (o ClientProfilesIdBarcodeGet200Response) MarshalJSON() ([]byte, error)
func (*ClientProfilesIdBarcodeGet200Response) SetBarcode ¶
func (o *ClientProfilesIdBarcodeGet200Response) SetBarcode(v string)
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 ¶
func (o *ClientProfilesIdUrlGet200Response) GetUrl() string
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 ¶
func (o *ClientProfilesIdUrlGet200Response) HasUrl() bool
HasUrl returns a boolean if a field has been set.
func (ClientProfilesIdUrlGet200Response) MarshalJSON ¶
func (o ClientProfilesIdUrlGet200Response) MarshalJSON() ([]byte, error)
func (*ClientProfilesIdUrlGet200Response) SetUrl ¶
func (o *ClientProfilesIdUrlGet200Response) SetUrl(v string)
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 ¶
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 ¶
GetCreated returns the Created field value if set, zero value otherwise.
func (*Condition) GetCreatedOk ¶
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 ¶
GetExpression returns the Expression field value
func (*Condition) GetExpressionOk ¶
GetExpressionOk returns a tuple with the Expression field value and a boolean to check if the value has been set.
func (*Condition) 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 (*Condition) GetNameOk ¶
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*Condition) 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 (*Condition) GetRemedyLogic ¶
GetRemedyLogic returns the RemedyLogic field value if set, zero value otherwise.
func (*Condition) GetRemedyLogicOk ¶
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 ¶
GetRepeatSchedules returns the RepeatSchedules field value if set, zero value otherwise.
func (*Condition) GetRepeatSchedulesOk ¶
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) GetTagsOk ¶
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 ¶
GetUpdated returns the Updated field value if set, zero value otherwise.
func (*Condition) GetUpdatedOk ¶
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 ¶
HasCreated returns a boolean if a field has been set.
func (*Condition) HasRemedyLogic ¶
HasRemedyLogic returns a boolean if a field has been set.
func (*Condition) HasRemedyMethods ¶
HasRemedyMethods returns a boolean if a field has been set.
func (*Condition) HasRepeatSchedules ¶
HasRepeatSchedules returns a boolean if a field has been set.
func (*Condition) HasUpdated ¶
HasUpdated returns a boolean if a field has been set.
func (Condition) MarshalJSON ¶
func (*Condition) SetCreated ¶
SetCreated gets a reference to the given time.Time and assigns it to the Created field.
func (*Condition) SetExpression ¶
SetExpression sets field value
func (*Condition) SetId ¶
SetId gets a reference to the given string and assigns it to the Id field.
func (*Condition) SetNotes ¶
SetNotes gets a reference to the given string and assigns it to the Notes field.
func (*Condition) SetRemedyLogic ¶
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 ¶
SetRepeatSchedules gets a reference to the given []string and assigns it to the RepeatSchedules field.
func (*Condition) SetTags ¶
SetTags gets a reference to the given []string and assigns it to the Tags field.
func (*Condition) SetUpdated ¶
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 ¶
func (a *ConditionsApiService) ClaimsNamesGet(ctx context.Context) ApiClaimsNamesGetRequest
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 ¶
func (a *ConditionsApiService) ClaimsNamesGetExecute(r ApiClaimsNamesGetRequest) (*ClaimNamesList, *http.Response, error)
Execute executes the request
@return ClaimNamesList
func (*ConditionsApiService) ConditionsGet ¶
func (a *ConditionsApiService) ConditionsGet(ctx context.Context) ApiConditionsGetRequest
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 ¶
func (a *ConditionsApiService) ConditionsGetExecute(r ApiConditionsGetRequest) (*ConditionList, *http.Response, error)
Execute executes the request
@return ConditionList
func (*ConditionsApiService) ConditionsIdDelete ¶
func (a *ConditionsApiService) ConditionsIdDelete(ctx context.Context, id string) ApiConditionsIdDeleteRequest
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 ¶
func (a *ConditionsApiService) ConditionsIdGet(ctx context.Context, id string) ApiConditionsIdGetRequest
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 ¶
func (a *ConditionsApiService) ConditionsIdPut(ctx context.Context, id string) ApiConditionsIdPutRequest
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 ¶
func (a *ConditionsApiService) ConditionsPost(ctx context.Context) ApiConditionsPostRequest
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 ¶
func (a *ConditionsApiService) ConditionsTestPost(ctx context.Context) ApiConditionsTestPostRequest
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 ¶
func (a *ConditionsApiService) ConditionsTestPostExecute(r ApiConditionsTestPostRequest) (*ConditionsTestPost200Response, *http.Response, error)
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 ¶
func (o *ConfigurableIdentityProvider) GetId() string
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 ¶
func (o *ConfigurableIdentityProvider) GetOnBoarding2FA() ConfigurableIdentityProviderAllOfOnBoarding2FA
GetOnBoarding2FA returns the OnBoarding2FA field value if set, zero value otherwise.
func (*ConfigurableIdentityProvider) GetOnBoarding2FAOk ¶
func (o *ConfigurableIdentityProvider) GetOnBoarding2FAOk() (*ConfigurableIdentityProviderAllOfOnBoarding2FA, bool)
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 ¶
func (o *ConfigurableIdentityProvider) HasId() bool
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 ¶
func (o *ConfigurableIdentityProvider) SetId(v string)
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 ¶
func (o *ConfigurableIdentityProvider) SetOnBoarding2FA(v ConfigurableIdentityProviderAllOfOnBoarding2FA)
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 ¶
func (o *ConfigurableIdentityProviderAllOf) GetOnBoarding2FA() ConfigurableIdentityProviderAllOfOnBoarding2FA
GetOnBoarding2FA returns the OnBoarding2FA field value if set, zero value otherwise.
func (*ConfigurableIdentityProviderAllOf) GetOnBoarding2FAOk ¶
func (o *ConfigurableIdentityProviderAllOf) GetOnBoarding2FAOk() (*ConfigurableIdentityProviderAllOfOnBoarding2FA, bool)
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 ¶
func (o *ConfigurableIdentityProviderAllOf) SetOnBoarding2FA(v ConfigurableIdentityProviderAllOfOnBoarding2FA)
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 ¶
func (o *ConfigurableIdentityProviderAllOfOnBoarding2FA) GetAlwaysRequired() bool
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 ¶
func (o *ConfigurableIdentityProviderAllOfOnBoarding2FA) GetClaimSuffix() string
GetClaimSuffix returns the ClaimSuffix field value if set, zero value otherwise.
func (*ConfigurableIdentityProviderAllOfOnBoarding2FA) GetClaimSuffixOk ¶
func (o *ConfigurableIdentityProviderAllOfOnBoarding2FA) 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 (*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 ¶
func (o *ConfigurableIdentityProviderAllOfOnBoarding2FA) GetMessage() string
GetMessage returns the Message field value if set, zero value otherwise.
func (*ConfigurableIdentityProviderAllOfOnBoarding2FA) GetMessageOk ¶
func (o *ConfigurableIdentityProviderAllOfOnBoarding2FA) 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 (*ConfigurableIdentityProviderAllOfOnBoarding2FA) GetMfaProviderId ¶
func (o *ConfigurableIdentityProviderAllOfOnBoarding2FA) GetMfaProviderId() string
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 ¶
func (o *ConfigurableIdentityProviderAllOfOnBoarding2FA) HasAlwaysRequired() bool
HasAlwaysRequired returns a boolean if a field has been set.
func (*ConfigurableIdentityProviderAllOfOnBoarding2FA) HasClaimSuffix ¶
func (o *ConfigurableIdentityProviderAllOfOnBoarding2FA) HasClaimSuffix() bool
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 ¶
func (o *ConfigurableIdentityProviderAllOfOnBoarding2FA) HasMessage() bool
HasMessage returns a boolean if a field has been set.
func (ConfigurableIdentityProviderAllOfOnBoarding2FA) MarshalJSON ¶
func (o ConfigurableIdentityProviderAllOfOnBoarding2FA) MarshalJSON() ([]byte, error)
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 ¶
func (o *ConfigurableIdentityProviderAllOfOnBoarding2FA) SetClaimSuffix(v string)
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 ¶
func (o *ConfigurableIdentityProviderAllOfOnBoarding2FA) SetMessage(v string)
SetMessage gets a reference to the given string and assigns it to the Message field.
func (*ConfigurableIdentityProviderAllOfOnBoarding2FA) SetMfaProviderId ¶
func (o *ConfigurableIdentityProviderAllOfOnBoarding2FA) SetMfaProviderId(v string)
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) ServerURLWithContext ¶
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 ¶
func (o *ConnectorIdentityProviderList) GetData() []ConnectorProvider
GetData returns the Data field value if set, zero value otherwise.
func (*ConnectorIdentityProviderList) GetDataOk ¶
func (o *ConnectorIdentityProviderList) GetDataOk() ([]ConnectorProvider, 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 (*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 ¶
func (o *ConnectorIdentityProviderList) SetData(v []ConnectorProvider)
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 ¶
func (a *ConnectorIdentityProvidersApiService) IdentityProvidersGet(ctx context.Context) ApiConnectorIdentityProvidersGetRequest
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 ¶
func (a *ConnectorIdentityProvidersApiService) IdentityProvidersGetExecute(r ApiConnectorIdentityProvidersGetRequest) (*ConnectorIdentityProviderList, *http.Response, error)
Execute executes the request
@return ConnectorIdentityProviderList
func (*ConnectorIdentityProvidersApiService) IdentityProvidersIdAttributesPost ¶
func (a *ConnectorIdentityProvidersApiService) IdentityProvidersIdAttributesPost(ctx context.Context, id string) ApiConnectorIdentityProvidersIdAttributesPostRequest
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 ¶
func (a *ConnectorIdentityProvidersApiService) IdentityProvidersIdAttributesPostExecute(r ApiConnectorIdentityProvidersIdAttributesPostRequest) (*IdentityProvidersIdAttributesPost200Response, *http.Response, error)
Execute executes the request
@return IdentityProvidersIdAttributesPost200Response
func (*ConnectorIdentityProvidersApiService) IdentityProvidersIdDelete ¶
func (a *ConnectorIdentityProvidersApiService) IdentityProvidersIdDelete(ctx context.Context, id string) ApiConnectorIdentityProvidersIdDeleteRequest
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 ¶
func (a *ConnectorIdentityProvidersApiService) IdentityProvidersIdDeleteExecute(r ApiConnectorIdentityProvidersIdDeleteRequest) (*http.Response, error)
Execute executes the request
func (*ConnectorIdentityProvidersApiService) IdentityProvidersIdGet ¶
func (a *ConnectorIdentityProvidersApiService) IdentityProvidersIdGet(ctx context.Context, id string) ApiConnectorIdentityProvidersIdGetRequest
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 ¶
func (a *ConnectorIdentityProvidersApiService) IdentityProvidersIdGetExecute(r ApiConnectorIdentityProvidersIdGetRequest) (*ConnectorProvider, *http.Response, error)
Execute executes the request
@return ConnectorProvider
func (*ConnectorIdentityProvidersApiService) IdentityProvidersIdPut ¶
func (a *ConnectorIdentityProvidersApiService) IdentityProvidersIdPut(ctx context.Context, id string) ApiConnectorIdentityProvidersIdPutRequest
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 ¶
func (a *ConnectorIdentityProvidersApiService) IdentityProvidersIdPutExecute(r ApiConnectorIdentityProvidersIdPutRequest) (*ConnectorProvider, *http.Response, error)
Execute executes the request
@return ConnectorProvider
func (*ConnectorIdentityProvidersApiService) IdentityProvidersPost ¶
func (a *ConnectorIdentityProvidersApiService) IdentityProvidersPost(ctx context.Context) ApiConnectorIdentityProvidersPostRequest
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 ¶
func (a *ConnectorIdentityProvidersApiService) IdentityProvidersPostExecute(r ApiConnectorIdentityProvidersPostRequest) (*ConnectorProvider, *http.Response, error)
Execute executes the request
@return ConnectorProvider
func (*ConnectorIdentityProvidersApiService) IdentityProvidersTestPost ¶
func (a *ConnectorIdentityProvidersApiService) IdentityProvidersTestPost(ctx context.Context) ApiConnectorIdentityProvidersTestPostRequest
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 ¶
func (a *ConnectorIdentityProvidersApiService) IdentityProvidersTestPostExecute(r ApiConnectorIdentityProvidersTestPostRequest) (*IdentityProvidersTestPost200Response, *http.Response, error)
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 ¶
func (a *CriteriaScriptsApiService) CriteriaScriptsGet(ctx context.Context) ApiCriteriaScriptsGetRequest
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 ¶
func (a *CriteriaScriptsApiService) CriteriaScriptsGetExecute(r ApiCriteriaScriptsGetRequest) (*CriteriaScriptList, *http.Response, error)
Execute executes the request
@return CriteriaScriptList
func (*CriteriaScriptsApiService) CriteriaScriptsIdDelete ¶
func (a *CriteriaScriptsApiService) CriteriaScriptsIdDelete(ctx context.Context, id string) ApiCriteriaScriptsIdDeleteRequest
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 ¶
func (a *CriteriaScriptsApiService) CriteriaScriptsIdGet(ctx context.Context, id string) ApiCriteriaScriptsIdGetRequest
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 ¶
func (a *CriteriaScriptsApiService) CriteriaScriptsIdGetExecute(r ApiCriteriaScriptsIdGetRequest) (*CriteriaScript, *http.Response, error)
Execute executes the request
@return CriteriaScript
func (*CriteriaScriptsApiService) CriteriaScriptsIdPut ¶
func (a *CriteriaScriptsApiService) CriteriaScriptsIdPut(ctx context.Context, id string) ApiCriteriaScriptsIdPutRequest
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 ¶
func (a *CriteriaScriptsApiService) CriteriaScriptsIdPutExecute(r ApiCriteriaScriptsIdPutRequest) (*CriteriaScript, *http.Response, error)
Execute executes the request
@return CriteriaScript
func (*CriteriaScriptsApiService) CriteriaScriptsPost ¶
func (a *CriteriaScriptsApiService) CriteriaScriptsPost(ctx context.Context) ApiCriteriaScriptsPostRequest
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 ¶
func (a *CriteriaScriptsApiService) CriteriaScriptsPostExecute(r ApiCriteriaScriptsPostRequest) (*CriteriaScript, *http.Response, error)
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 ¶
func (a *DefaultTimeBasedOTPProviderSeedsApiService) OtpSeedsDistinguishedNameDeleteExecute(r ApiOtpSeedsDistinguishedNameDeleteRequest) (*http.Response, error)
Execute executes the request
func (*DefaultTimeBasedOTPProviderSeedsApiService) OtpSeedsGet ¶
func (a *DefaultTimeBasedOTPProviderSeedsApiService) OtpSeedsGet(ctx context.Context) ApiOtpSeedsGetRequest
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 ¶
func (a *DefaultTimeBasedOTPProviderSeedsApiService) OtpSeedsGetExecute(r ApiOtpSeedsGetRequest) (*OtpSeedList, *http.Response, error)
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 ¶
func (a *DeviceClaimScriptsApiService) DeviceScriptsDownloadIdGet(ctx context.Context, id string) ApiDeviceScriptsDownloadIdGetRequest
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 ¶
func (a *DeviceClaimScriptsApiService) DeviceScriptsDownloadIdGetExecute(r ApiDeviceScriptsDownloadIdGetRequest) (*DeviceScriptsDownloadIdGet200Response, *http.Response, error)
Execute executes the request
@return DeviceScriptsDownloadIdGet200Response
func (*DeviceClaimScriptsApiService) DeviceScriptsGet ¶
func (a *DeviceClaimScriptsApiService) DeviceScriptsGet(ctx context.Context) ApiDeviceScriptsGetRequest
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 ¶
func (a *DeviceClaimScriptsApiService) DeviceScriptsGetExecute(r ApiDeviceScriptsGetRequest) (*DeviceScriptList, *http.Response, error)
Execute executes the request
@return DeviceScriptList
func (*DeviceClaimScriptsApiService) DeviceScriptsIdDelete ¶
func (a *DeviceClaimScriptsApiService) DeviceScriptsIdDelete(ctx context.Context, id string) ApiDeviceScriptsIdDeleteRequest
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 ¶
func (a *DeviceClaimScriptsApiService) DeviceScriptsIdGet(ctx context.Context, id string) ApiDeviceScriptsIdGetRequest
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 ¶
func (a *DeviceClaimScriptsApiService) DeviceScriptsIdGetExecute(r ApiDeviceScriptsIdGetRequest) (*DeviceScript, *http.Response, error)
Execute executes the request
@return DeviceScript
func (*DeviceClaimScriptsApiService) DeviceScriptsIdPut ¶
func (a *DeviceClaimScriptsApiService) DeviceScriptsIdPut(ctx context.Context, id string) ApiDeviceScriptsIdPutRequest
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 ¶
func (a *DeviceClaimScriptsApiService) DeviceScriptsIdPutExecute(r ApiDeviceScriptsIdPutRequest) (*DeviceScript, *http.Response, error)
Execute executes the request
@return DeviceScript
func (*DeviceClaimScriptsApiService) DeviceScriptsPost ¶
func (a *DeviceClaimScriptsApiService) DeviceScriptsPost(ctx context.Context) ApiDeviceScriptsPostRequest
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 ¶
func (a *DeviceClaimScriptsApiService) DeviceScriptsPostExecute(r ApiDeviceScriptsPostRequest) (*DeviceScript, *http.Response, error)
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) 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 ¶
func (o *DeviceScriptsDownloadIdGet200Response) GetFile() string
GetFile returns the File field value if set, zero value otherwise.
func (*DeviceScriptsDownloadIdGet200Response) GetFileOk ¶
func (o *DeviceScriptsDownloadIdGet200Response) 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 (*DeviceScriptsDownloadIdGet200Response) GetFilename ¶
func (o *DeviceScriptsDownloadIdGet200Response) GetFilename() string
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 ¶
func (o *DeviceScriptsDownloadIdGet200Response) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*DeviceScriptsDownloadIdGet200Response) GetNameOk ¶
func (o *DeviceScriptsDownloadIdGet200Response) 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 (*DeviceScriptsDownloadIdGet200Response) HasFile ¶
func (o *DeviceScriptsDownloadIdGet200Response) HasFile() bool
HasFile returns a boolean if a field has been set.
func (*DeviceScriptsDownloadIdGet200Response) HasFilename ¶
func (o *DeviceScriptsDownloadIdGet200Response) HasFilename() bool
HasFilename returns a boolean if a field has been set.
func (*DeviceScriptsDownloadIdGet200Response) HasName ¶
func (o *DeviceScriptsDownloadIdGet200Response) HasName() bool
HasName returns a boolean if a field has been set.
func (DeviceScriptsDownloadIdGet200Response) MarshalJSON ¶
func (o DeviceScriptsDownloadIdGet200Response) MarshalJSON() ([]byte, error)
func (*DeviceScriptsDownloadIdGet200Response) SetFile ¶
func (o *DeviceScriptsDownloadIdGet200Response) SetFile(v string)
SetFile gets a reference to the given string and assigns it to the File field.
func (*DeviceScriptsDownloadIdGet200Response) SetFilename ¶
func (o *DeviceScriptsDownloadIdGet200Response) SetFilename(v string)
SetFilename gets a reference to the given string and assigns it to the Filename field.
func (*DeviceScriptsDownloadIdGet200Response) SetName ¶
func (o *DeviceScriptsDownloadIdGet200Response) SetName(v string)
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 ¶
func (a *DevicesOnBoardedPerHourApiService) StatsOnBoardedDevicesGet(ctx context.Context) ApiStatsOnBoardedDevicesGetRequest
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 ¶
func (a *DevicesOnBoardedPerHourApiService) StatsOnBoardedDevicesGetExecute(r ApiStatsOnBoardedDevicesGetRequest) (*OnBoardedDevices, *http.Response, error)
Execute executes the request
@return OnBoardedDevices
type DiscoveredAppsApiService ¶
type DiscoveredAppsApiService service
DiscoveredAppsApiService DiscoveredAppsApi service
func (*DiscoveredAppsApiService) StatsAppDiscoveryGet ¶
func (a *DiscoveredAppsApiService) StatsAppDiscoveryGet(ctx context.Context) ApiStatsAppDiscoveryGetRequest
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 ¶
func (a *DiscoveredAppsApiService) StatsAppDiscoveryGetExecute(r ApiStatsAppDiscoveryGetRequest) (*AppDiscovery, *http.Response, error)
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 ¶
func (o *DistinguishedNameList) GetData() []DistinguishedName
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 ¶
func (o *DistinguishedNameListAllOf) GetData() []DistinguishedName
GetData returns the Data field value if set, zero value otherwise.
func (*DistinguishedNameListAllOf) GetDataOk ¶
func (o *DistinguishedNameListAllOf) 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 (*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 ¶
func (o *DistinguishedNameListAllOf) SetData(v []DistinguishedName)
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) 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 ¶
func (o *ElasticsearchAllOf) GetAuthentication() ElasticsearchAllOfAuthentication
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 ¶
func (o *ElasticsearchAllOfAuthentication) GetToken() string
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 ¶
func (o *ElasticsearchAllOfAuthentication) GetType() string
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 ¶
func (o *ElasticsearchAllOfAuthentication) SetToken(v string)
SetToken sets field value
func (*ElasticsearchAllOfAuthentication) SetType ¶
func (o *ElasticsearchAllOfAuthentication) SetType(v string)
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) 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) 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 ¶
func (o *EntitlementAllOfActions) GetMonitor() EntitlementAllOfMonitor
GetMonitor returns the Monitor field value if set, zero value otherwise.
func (*EntitlementAllOfActions) GetMonitorOk ¶
func (o *EntitlementAllOfActions) GetMonitorOk() (*EntitlementAllOfMonitor, bool)
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 ¶
func (o *EntitlementAllOfActions) SetMonitor(v EntitlementAllOfMonitor)
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 ¶
func (o *EntitlementScriptList) GetData() []EntitlementScript
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 ¶
func (o *EntitlementScriptListAllOf) GetData() []EntitlementScript
GetData returns the Data field value if set, zero value otherwise.
func (*EntitlementScriptListAllOf) GetDataOk ¶
func (o *EntitlementScriptListAllOf) 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 (*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 ¶
func (o *EntitlementScriptListAllOf) SetData(v []EntitlementScript)
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 ¶
func (o *EntitlementScriptTestResult) GetResult() []EntitlementScriptTestResultResultInner
GetResult returns the Result field value if set, zero value otherwise.
func (*EntitlementScriptTestResult) GetResultOk ¶
func (o *EntitlementScriptTestResult) GetResultOk() ([]EntitlementScriptTestResultResultInner, 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 (*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 ¶
func (o *EntitlementScriptTestResult) SetResult(v []EntitlementScriptTestResultResultInner)
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 ¶
func (a *EntitlementScriptsApiService) EntitlementScriptsGet(ctx context.Context) ApiEntitlementScriptsGetRequest
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 ¶
func (a *EntitlementScriptsApiService) EntitlementScriptsGetExecute(r ApiEntitlementScriptsGetRequest) (*EntitlementScriptList, *http.Response, error)
Execute executes the request
@return EntitlementScriptList
func (*EntitlementScriptsApiService) EntitlementScriptsIdDelete ¶
func (a *EntitlementScriptsApiService) EntitlementScriptsIdDelete(ctx context.Context, id string) ApiEntitlementScriptsIdDeleteRequest
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 ¶
func (a *EntitlementScriptsApiService) EntitlementScriptsIdGet(ctx context.Context, id string) ApiEntitlementScriptsIdGetRequest
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 ¶
func (a *EntitlementScriptsApiService) EntitlementScriptsIdGetExecute(r ApiEntitlementScriptsIdGetRequest) (*EntitlementScript, *http.Response, error)
Execute executes the request
@return EntitlementScript
func (*EntitlementScriptsApiService) EntitlementScriptsIdPut ¶
func (a *EntitlementScriptsApiService) EntitlementScriptsIdPut(ctx context.Context, id string) ApiEntitlementScriptsIdPutRequest
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 ¶
func (a *EntitlementScriptsApiService) EntitlementScriptsIdPutExecute(r ApiEntitlementScriptsIdPutRequest) (*EntitlementScript, *http.Response, error)
Execute executes the request
@return EntitlementScript
func (*EntitlementScriptsApiService) EntitlementScriptsPost ¶
func (a *EntitlementScriptsApiService) EntitlementScriptsPost(ctx context.Context) ApiEntitlementScriptsPostRequest
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 ¶
func (a *EntitlementScriptsApiService) EntitlementScriptsPostExecute(r ApiEntitlementScriptsPostRequest) (*EntitlementScript, *http.Response, error)
Execute executes the request
@return EntitlementScript
func (*EntitlementScriptsApiService) EntitlementScriptsTestPost ¶
func (a *EntitlementScriptsApiService) EntitlementScriptsTestPost(ctx context.Context) ApiEntitlementScriptsTestPostRequest
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 ¶
func (a *EntitlementScriptsApiService) EntitlementScriptsTestPostExecute(r ApiEntitlementScriptsTestPostRequest) (*EntitlementScriptTestResult, *http.Response, error)
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 ¶
func (a *EntitlementsApiService) EntitlementsGet(ctx context.Context) ApiEntitlementsGetRequest
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 ¶
func (a *EntitlementsApiService) EntitlementsGetExecute(r ApiEntitlementsGetRequest) (*EntitlementList, *http.Response, error)
Execute executes the request
@return EntitlementList
func (*EntitlementsApiService) EntitlementsIdDelete ¶
func (a *EntitlementsApiService) EntitlementsIdDelete(ctx context.Context, id string) ApiEntitlementsIdDeleteRequest
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 ¶
func (a *EntitlementsApiService) EntitlementsIdGet(ctx context.Context, id string) ApiEntitlementsIdGetRequest
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 ¶
func (a *EntitlementsApiService) EntitlementsIdGetExecute(r ApiEntitlementsIdGetRequest) (*Entitlement, *http.Response, error)
Execute executes the request
@return Entitlement
func (*EntitlementsApiService) EntitlementsIdPut ¶
func (a *EntitlementsApiService) EntitlementsIdPut(ctx context.Context, id string) ApiEntitlementsIdPutRequest
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 ¶
func (a *EntitlementsApiService) EntitlementsIdPutExecute(r ApiEntitlementsIdPutRequest) (*Entitlement, *http.Response, error)
Execute executes the request
@return Entitlement
func (*EntitlementsApiService) EntitlementsPost ¶
func (a *EntitlementsApiService) EntitlementsPost(ctx context.Context) ApiEntitlementsPostRequest
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 ¶
func (a *EntitlementsApiService) EntitlementsPostExecute(r ApiEntitlementsPostRequest) (*Entitlement, *http.Response, error)
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) 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 (*Error) GetMessage ¶
GetMessage returns the Message field value if set, zero value otherwise.
func (*Error) 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 (*Error) HasMessage ¶
HasMessage returns a boolean if a field has been set.
func (Error) MarshalJSON ¶
func (*Error) SetMessage ¶
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 ¶
func (a *FIDO2DevicesApiService) Fido2DevicesGet(ctx context.Context) ApiFido2DevicesGetRequest
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 ¶
func (a *FIDO2DevicesApiService) Fido2DevicesGetExecute(r ApiFido2DevicesGetRequest) (*Fido2DeviceList, *http.Response, error)
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 ¶
func (a *FailedAuthenticationsPerHourApiService) StatsFailedAuthenticationsGet(ctx context.Context) ApiStatsFailedAuthenticationsGetRequest
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 ¶
func (a *FailedAuthenticationsPerHourApiService) StatsFailedAuthenticationsGetExecute(r ApiStatsFailedAuthenticationsGetRequest) (*FailedAuthentications, *http.Response, error)
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 ¶
GetChecksum returns the Checksum field value if set, zero value otherwise.
func (*File) GetChecksumOk ¶
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 ¶
GetCreationTime returns the CreationTime field value if set, zero value otherwise.
func (*File) GetCreationTimeOk ¶
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 ¶
GetFailureReason returns the FailureReason field value if set, zero value otherwise.
func (*File) GetFailureReasonOk ¶
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 ¶
GetLastModifiedTime returns the LastModifiedTime field value if set, zero value otherwise.
func (*File) GetLastModifiedTimeOk ¶
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) 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 (*File) 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 (*File) HasChecksum ¶
HasChecksum returns a boolean if a field has been set.
func (*File) HasCreationTime ¶
HasCreationTime returns a boolean if a field has been set.
func (*File) HasFailureReason ¶
HasFailureReason returns a boolean if a field has been set.
func (*File) HasLastModifiedTime ¶
HasLastModifiedTime returns a boolean if a field has been set.
func (File) MarshalJSON ¶
func (*File) SetChecksum ¶
SetChecksum gets a reference to the given string and assigns it to the Checksum field.
func (*File) SetCreationTime ¶
SetCreationTime gets a reference to the given time.Time and assigns it to the CreationTime field.
func (*File) SetFailureReason ¶
SetFailureReason gets a reference to the given string and assigns it to the FailureReason field.
func (*File) SetLastModifiedTime ¶
SetLastModifiedTime gets a reference to the given time.Time and assigns it to the LastModifiedTime 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) 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 (FileList) MarshalJSON ¶
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) 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 (*FilterBy) GetValueOk ¶
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) MarshalJSON ¶
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 ¶
func (a *GlobalSettingsApiService) GlobalSettingsDelete(ctx context.Context) ApiGlobalSettingsDeleteRequest
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 ¶
func (a *GlobalSettingsApiService) GlobalSettingsGet(ctx context.Context) ApiGlobalSettingsGetRequest
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 ¶
func (a *GlobalSettingsApiService) GlobalSettingsGetExecute(r ApiGlobalSettingsGetRequest) (*GlobalSettings, *http.Response, error)
Execute executes the request
@return GlobalSettings
func (*GlobalSettingsApiService) GlobalSettingsPut ¶
func (a *GlobalSettingsApiService) GlobalSettingsPut(ctx context.Context) ApiGlobalSettingsPutRequest
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 ¶
func (a *IPPoolsApiService) IpPoolsGet(ctx context.Context) ApiIpPoolsGetRequest
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 ¶
func (a *IPPoolsApiService) IpPoolsIdDelete(ctx context.Context, id string) ApiIpPoolsIdDeleteRequest
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 ¶
func (a *IPPoolsApiService) IpPoolsIdGet(ctx context.Context, id string) ApiIpPoolsIdGetRequest
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 ¶
func (a *IPPoolsApiService) IpPoolsIdPut(ctx context.Context, id string) ApiIpPoolsIdPutRequest
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 ¶
func (a *IPPoolsApiService) IpPoolsPost(ctx context.Context) ApiIpPoolsPostRequest
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 ¶
func (a *IdentityProvidersApiService) IdentityProvidersGet(ctx context.Context) ApiIdentityProvidersGetRequest
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 ¶
func (a *IdentityProvidersApiService) IdentityProvidersGetExecute(r ApiIdentityProvidersGetRequest) (*IdentityProviderList, *http.Response, error)
Execute executes the request
@return IdentityProviderList
func (*IdentityProvidersApiService) IdentityProvidersIdAttributesPost ¶
func (a *IdentityProvidersApiService) IdentityProvidersIdAttributesPost(ctx context.Context, id string) ApiIdentityProvidersIdAttributesPostRequest
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 ¶
func (a *IdentityProvidersApiService) IdentityProvidersIdAttributesPostExecute(r ApiIdentityProvidersIdAttributesPostRequest) (*IdentityProvidersIdAttributesPost200Response, *http.Response, error)
Execute executes the request
@return IdentityProvidersIdAttributesPost200Response
func (*IdentityProvidersApiService) IdentityProvidersIdDelete ¶
func (a *IdentityProvidersApiService) IdentityProvidersIdDelete(ctx context.Context, id string) ApiIdentityProvidersIdDeleteRequest
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 ¶
func (a *IdentityProvidersApiService) IdentityProvidersIdGet(ctx context.Context, id string) ApiIdentityProvidersIdGetRequest
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 ¶
func (a *IdentityProvidersApiService) IdentityProvidersIdPut(ctx context.Context, id string) ApiIdentityProvidersIdPutRequest
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 ¶
func (a *IdentityProvidersApiService) IdentityProvidersPost(ctx context.Context) ApiIdentityProvidersPostRequest
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 ¶
func (a *IdentityProvidersApiService) IdentityProvidersTestPost(ctx context.Context) ApiIdentityProvidersTestPostRequest
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 ¶
func (a *IdentityProvidersApiService) IdentityProvidersTestPostExecute(r ApiIdentityProvidersTestPostRequest) (*IdentityProvidersTestPost200Response, *http.Response, error)
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 (o IdentityProvidersIdAttributesPost200Response) MarshalJSON() ([]byte, error)
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 ¶
func (o *IdentityProvidersIdAttributesPostRequest) GetPassword() string
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 ¶
func (o *IdentityProvidersIdAttributesPostRequest) GetUsername() string
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 ¶
func (o *IdentityProvidersIdAttributesPostRequest) HasPassword() bool
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 ¶
func (o *IdentityProvidersIdAttributesPostRequest) HasUsername() bool
HasUsername returns a boolean if a field has been set.
func (IdentityProvidersIdAttributesPostRequest) MarshalJSON ¶
func (o IdentityProvidersIdAttributesPostRequest) MarshalJSON() ([]byte, error)
func (*IdentityProvidersIdAttributesPostRequest) SetPassword ¶
func (o *IdentityProvidersIdAttributesPostRequest) SetPassword(v string)
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 ¶
func (o *IdentityProvidersIdAttributesPostRequest) SetUsername(v string)
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 ¶
func (o *IdentityProvidersNamesGet200Response) GetData() []IdentityProvidersNamesGet200ResponseDataInner
GetData returns the Data field value if set, zero value otherwise.
func (*IdentityProvidersNamesGet200Response) GetDataOk ¶
func (o *IdentityProvidersNamesGet200Response) GetDataOk() ([]IdentityProvidersNamesGet200ResponseDataInner, 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 (*IdentityProvidersNamesGet200Response) HasBannerMessage ¶
func (o *IdentityProvidersNamesGet200Response) HasBannerMessage() bool
HasBannerMessage returns a boolean if a field has been set.
func (*IdentityProvidersNamesGet200Response) HasData ¶
func (o *IdentityProvidersNamesGet200Response) HasData() bool
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 ¶
func (o *IdentityProvidersNamesGet200Response) SetData(v []IdentityProvidersNamesGet200ResponseDataInner)
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 ¶
func (o *IdentityProvidersNamesGet200ResponseDataInner) GetAuthUrl() string
GetAuthUrl returns the AuthUrl field value if set, zero value otherwise.
func (*IdentityProvidersNamesGet200ResponseDataInner) GetAuthUrlOk ¶
func (o *IdentityProvidersNamesGet200ResponseDataInner) GetAuthUrlOk() (*string, bool)
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 ¶
func (o *IdentityProvidersNamesGet200ResponseDataInner) GetClientId() string
GetClientId returns the ClientId field value if set, zero value otherwise.
func (*IdentityProvidersNamesGet200ResponseDataInner) GetClientIdOk ¶
func (o *IdentityProvidersNamesGet200ResponseDataInner) 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 (*IdentityProvidersNamesGet200ResponseDataInner) GetName ¶
func (o *IdentityProvidersNamesGet200ResponseDataInner) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*IdentityProvidersNamesGet200ResponseDataInner) GetNameOk ¶
func (o *IdentityProvidersNamesGet200ResponseDataInner) 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 (*IdentityProvidersNamesGet200ResponseDataInner) GetRedirectUrl ¶
func (o *IdentityProvidersNamesGet200ResponseDataInner) GetRedirectUrl() string
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 ¶
func (o *IdentityProvidersNamesGet200ResponseDataInner) GetScope() string
GetScope returns the Scope field value if set, zero value otherwise.
func (*IdentityProvidersNamesGet200ResponseDataInner) GetScopeOk ¶
func (o *IdentityProvidersNamesGet200ResponseDataInner) 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 (*IdentityProvidersNamesGet200ResponseDataInner) GetTokenUrl ¶
func (o *IdentityProvidersNamesGet200ResponseDataInner) GetTokenUrl() string
GetTokenUrl returns the TokenUrl field value if set, zero value otherwise.
func (*IdentityProvidersNamesGet200ResponseDataInner) GetTokenUrlOk ¶
func (o *IdentityProvidersNamesGet200ResponseDataInner) GetTokenUrlOk() (*string, bool)
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 ¶
func (o *IdentityProvidersNamesGet200ResponseDataInner) GetType() string
GetType returns the Type field value if set, zero value otherwise.
func (*IdentityProvidersNamesGet200ResponseDataInner) GetTypeOk ¶
func (o *IdentityProvidersNamesGet200ResponseDataInner) 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 (*IdentityProvidersNamesGet200ResponseDataInner) HasAuthUrl ¶
func (o *IdentityProvidersNamesGet200ResponseDataInner) HasAuthUrl() bool
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 ¶
func (o *IdentityProvidersNamesGet200ResponseDataInner) HasClientId() bool
HasClientId returns a boolean if a field has been set.
func (*IdentityProvidersNamesGet200ResponseDataInner) HasName ¶
func (o *IdentityProvidersNamesGet200ResponseDataInner) HasName() bool
HasName returns a boolean if a field has been set.
func (*IdentityProvidersNamesGet200ResponseDataInner) HasRedirectUrl ¶
func (o *IdentityProvidersNamesGet200ResponseDataInner) HasRedirectUrl() bool
HasRedirectUrl returns a boolean if a field has been set.
func (*IdentityProvidersNamesGet200ResponseDataInner) HasScope ¶
func (o *IdentityProvidersNamesGet200ResponseDataInner) HasScope() bool
HasScope returns a boolean if a field has been set.
func (*IdentityProvidersNamesGet200ResponseDataInner) HasTokenUrl ¶
func (o *IdentityProvidersNamesGet200ResponseDataInner) HasTokenUrl() bool
HasTokenUrl returns a boolean if a field has been set.
func (*IdentityProvidersNamesGet200ResponseDataInner) HasType ¶
func (o *IdentityProvidersNamesGet200ResponseDataInner) HasType() bool
HasType returns a boolean if a field has been set.
func (IdentityProvidersNamesGet200ResponseDataInner) MarshalJSON ¶
func (o IdentityProvidersNamesGet200ResponseDataInner) MarshalJSON() ([]byte, error)
func (*IdentityProvidersNamesGet200ResponseDataInner) SetAuthUrl ¶
func (o *IdentityProvidersNamesGet200ResponseDataInner) SetAuthUrl(v string)
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 ¶
func (o *IdentityProvidersNamesGet200ResponseDataInner) SetClientId(v string)
SetClientId gets a reference to the given string and assigns it to the ClientId field.
func (*IdentityProvidersNamesGet200ResponseDataInner) SetName ¶
func (o *IdentityProvidersNamesGet200ResponseDataInner) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
func (*IdentityProvidersNamesGet200ResponseDataInner) SetRedirectUrl ¶
func (o *IdentityProvidersNamesGet200ResponseDataInner) SetRedirectUrl(v string)
SetRedirectUrl gets a reference to the given string and assigns it to the RedirectUrl field.
func (*IdentityProvidersNamesGet200ResponseDataInner) SetScope ¶
func (o *IdentityProvidersNamesGet200ResponseDataInner) SetScope(v string)
SetScope gets a reference to the given string and assigns it to the Scope field.
func (*IdentityProvidersNamesGet200ResponseDataInner) SetTokenUrl ¶
func (o *IdentityProvidersNamesGet200ResponseDataInner) SetTokenUrl(v string)
SetTokenUrl gets a reference to the given string and assigns it to the TokenUrl field.
func (*IdentityProvidersNamesGet200ResponseDataInner) SetType ¶
func (o *IdentityProvidersNamesGet200ResponseDataInner) SetType(v string)
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 ¶
func (o *IdentityProvidersTestPost200Response) GetError() bool
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 ¶
func (o *IdentityProvidersTestPost200Response) GetSuccess() bool
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 ¶
func (o *IdentityProvidersTestPost200Response) HasError() bool
HasError returns a boolean if a field has been set.
func (*IdentityProvidersTestPost200Response) HasSuccess ¶
func (o *IdentityProvidersTestPost200Response) HasSuccess() bool
HasSuccess returns a boolean if a field has been set.
func (IdentityProvidersTestPost200Response) MarshalJSON ¶
func (o IdentityProvidersTestPost200Response) MarshalJSON() ([]byte, error)
func (*IdentityProvidersTestPost200Response) SetError ¶
func (o *IdentityProvidersTestPost200Response) SetError(v bool)
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 ¶
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 ¶
GetCreated returns the Created field value if set, zero value otherwise.
func (*IpPool) GetCreatedOk ¶
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 ¶
GetCurrentlyUsed returns the CurrentlyUsed field value if set, zero value otherwise.
func (*IpPool) GetCurrentlyUsedOk ¶
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) 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 (*IpPool) GetIpVersion6 ¶
GetIpVersion6 returns the IpVersion6 field value if set, zero value otherwise.
func (*IpPool) GetIpVersion6Ok ¶
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 ¶
GetLeaseTimeDays returns the LeaseTimeDays field value if set, zero value otherwise.
func (*IpPool) GetLeaseTimeDaysOk ¶
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) GetNameOk ¶
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*IpPool) 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 (*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 ¶
GetReserved returns the Reserved field value if set, zero value otherwise.
func (*IpPool) GetReservedOk ¶
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) GetTagsOk ¶
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) GetTotalOk ¶
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 ¶
GetUpdated returns the Updated field value if set, zero value otherwise.
func (*IpPool) GetUpdatedOk ¶
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 ¶
HasCreated returns a boolean if a field has been set.
func (*IpPool) HasCurrentlyUsed ¶
HasCurrentlyUsed returns a boolean if a field has been set.
func (*IpPool) HasExcludedRanges ¶
HasExcludedRanges returns a boolean if a field has been set.
func (*IpPool) HasIpVersion6 ¶
HasIpVersion6 returns a boolean if a field has been set.
func (*IpPool) HasLeaseTimeDays ¶
HasLeaseTimeDays returns a boolean if a field has been set.
func (*IpPool) HasReserved ¶
HasReserved returns a boolean if a field has been set.
func (*IpPool) HasUpdated ¶
HasUpdated returns a boolean if a field has been set.
func (IpPool) MarshalJSON ¶
func (*IpPool) SetCreated ¶
SetCreated gets a reference to the given time.Time and assigns it to the Created field.
func (*IpPool) SetCurrentlyUsed ¶
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) SetIpVersion6 ¶
SetIpVersion6 gets a reference to the given bool and assigns it to the IpVersion6 field.
func (*IpPool) SetLeaseTimeDays ¶
SetLeaseTimeDays gets a reference to the given int32 and assigns it to the LeaseTimeDays field.
func (*IpPool) SetNotes ¶
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 ¶
SetReserved gets a reference to the given int64 and assigns it to the Reserved field.
func (*IpPool) SetTags ¶
SetTags gets a reference to the given []string and assigns it to the Tags field.
func (*IpPool) SetTotal ¶
SetTotal gets a reference to the given int64 and assigns it to the Total field.
func (*IpPool) SetUpdated ¶
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 ¶
func (o *IssuedCertificateList) GetData() []IssuedCertificate
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 ¶
func (o *IssuedCertificateListAllOf) GetData() []IssuedCertificate
GetData returns the Data field value if set, zero value otherwise.
func (*IssuedCertificateListAllOf) GetDataOk ¶
func (o *IssuedCertificateListAllOf) 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 (*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 ¶
func (o *IssuedCertificateListAllOf) SetData(v []IssuedCertificate)
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 ¶
func (a *IssuedCertificatesApiService) CertificateAuthorityIssuedCertificatesGetExecute(r ApiCertificateAuthorityIssuedCertificatesGetRequest) (*IssuedCertificateList, *http.Response, error)
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 ¶
func (o *LdapCertificateIdentityProviderList) GetData() []LdapCertificateProvider
GetData returns the Data field value if set, zero value otherwise.
func (*LdapCertificateIdentityProviderList) GetDataOk ¶
func (o *LdapCertificateIdentityProviderList) GetDataOk() ([]LdapCertificateProvider, 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 (*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 ¶
func (o *LdapCertificateIdentityProviderList) GetOrderBy() string
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 ¶
func (o *LdapCertificateIdentityProviderList) GetQuery() string
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 ¶
func (o *LdapCertificateIdentityProviderList) GetRange() string
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 ¶
func (o *LdapCertificateIdentityProviderList) HasData() bool
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 ¶
func (o *LdapCertificateIdentityProviderList) HasQuery() bool
HasQuery returns a boolean if a field has been set.
func (*LdapCertificateIdentityProviderList) HasRange ¶
func (o *LdapCertificateIdentityProviderList) HasRange() bool
HasRange returns a boolean if a field has been set.
func (LdapCertificateIdentityProviderList) MarshalJSON ¶
func (o LdapCertificateIdentityProviderList) MarshalJSON() ([]byte, error)
func (*LdapCertificateIdentityProviderList) SetData ¶
func (o *LdapCertificateIdentityProviderList) SetData(v []LdapCertificateProvider)
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 ¶
func (o *LdapCertificateIdentityProviderList) SetOrderBy(v string)
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 ¶
func (o *LdapCertificateIdentityProviderList) SetQuery(v string)
SetQuery gets a reference to the given string and assigns it to the Query field. Deprecated
func (*LdapCertificateIdentityProviderList) SetRange ¶
func (o *LdapCertificateIdentityProviderList) SetRange(v string)
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 ¶
func (a *LdapCertificateIdentityProvidersApiService) IdentityProvidersGet(ctx context.Context) ApiLdapCertificateIdentityProvidersGetRequest
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 ¶
func (a *LdapCertificateIdentityProvidersApiService) IdentityProvidersGetExecute(r ApiLdapCertificateIdentityProvidersGetRequest) (*LdapCertificateIdentityProviderList, *http.Response, error)
Execute executes the request
@return LdapCertificateIdentityProviderList
func (*LdapCertificateIdentityProvidersApiService) IdentityProvidersIdAttributesPost ¶
func (a *LdapCertificateIdentityProvidersApiService) IdentityProvidersIdAttributesPost(ctx context.Context, id string) ApiLdapCertificateIdentityProvidersIdAttributesPostRequest
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 ¶
func (a *LdapCertificateIdentityProvidersApiService) IdentityProvidersIdAttributesPostExecute(r ApiLdapCertificateIdentityProvidersIdAttributesPostRequest) (*IdentityProvidersIdAttributesPost200Response, *http.Response, error)
Execute executes the request
@return IdentityProvidersIdAttributesPost200Response
func (*LdapCertificateIdentityProvidersApiService) IdentityProvidersIdDelete ¶
func (a *LdapCertificateIdentityProvidersApiService) IdentityProvidersIdDelete(ctx context.Context, id string) ApiLdapCertificateIdentityProvidersIdDeleteRequest
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 ¶
func (a *LdapCertificateIdentityProvidersApiService) IdentityProvidersIdDeleteExecute(r ApiLdapCertificateIdentityProvidersIdDeleteRequest) (*http.Response, error)
Execute executes the request
func (*LdapCertificateIdentityProvidersApiService) IdentityProvidersIdGet ¶
func (a *LdapCertificateIdentityProvidersApiService) IdentityProvidersIdGet(ctx context.Context, id string) ApiLdapCertificateIdentityProvidersIdGetRequest
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 ¶
func (a *LdapCertificateIdentityProvidersApiService) IdentityProvidersIdGetExecute(r ApiLdapCertificateIdentityProvidersIdGetRequest) (*LdapCertificateProvider, *http.Response, error)
Execute executes the request
@return LdapCertificateProvider
func (*LdapCertificateIdentityProvidersApiService) IdentityProvidersIdPut ¶
func (a *LdapCertificateIdentityProvidersApiService) IdentityProvidersIdPut(ctx context.Context, id string) ApiLdapCertificateIdentityProvidersIdPutRequest
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 ¶
func (a *LdapCertificateIdentityProvidersApiService) IdentityProvidersIdPutExecute(r ApiLdapCertificateIdentityProvidersIdPutRequest) (*LdapCertificateProvider, *http.Response, error)
Execute executes the request
@return LdapCertificateProvider
func (*LdapCertificateIdentityProvidersApiService) IdentityProvidersPost ¶
func (a *LdapCertificateIdentityProvidersApiService) IdentityProvidersPost(ctx context.Context) ApiLdapCertificateIdentityProvidersPostRequest
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 ¶
func (a *LdapCertificateIdentityProvidersApiService) IdentityProvidersPostExecute(r ApiLdapCertificateIdentityProvidersPostRequest) (*LdapCertificateProvider, *http.Response, error)
Execute executes the request
@return LdapCertificateProvider
func (*LdapCertificateIdentityProvidersApiService) IdentityProvidersTestPost ¶
func (a *LdapCertificateIdentityProvidersApiService) IdentityProvidersTestPost(ctx context.Context) ApiLdapCertificateIdentityProvidersTestPostRequest
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 ¶
func (a *LdapCertificateIdentityProvidersApiService) IdentityProvidersTestPostExecute(r ApiLdapCertificateIdentityProvidersTestPostRequest) (*IdentityProvidersTestPost200Response, *http.Response, error)
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 ¶
func (o *LdapCertificateProvider) GetCertificatePriorities() []LdapCertificateProviderAllOfCertificatePriorities
GetCertificatePriorities returns the CertificatePriorities field value if set, zero value otherwise.
func (*LdapCertificateProvider) GetCertificatePrioritiesOk ¶
func (o *LdapCertificateProvider) GetCertificatePrioritiesOk() ([]LdapCertificateProviderAllOfCertificatePriorities, 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 (*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 ¶
func (o *LdapCertificateProvider) GetOnBoarding2FA() ConfigurableIdentityProviderAllOfOnBoarding2FA
GetOnBoarding2FA returns the OnBoarding2FA field value if set, zero value otherwise.
func (*LdapCertificateProvider) GetOnBoarding2FAOk ¶
func (o *LdapCertificateProvider) GetOnBoarding2FAOk() (*ConfigurableIdentityProviderAllOfOnBoarding2FA, bool)
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 ¶
func (o *LdapCertificateProvider) GetPasswordWarning() LdapProviderAllOfPasswordWarning
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 ¶
func (o *LdapCertificateProvider) SetCertificatePriorities(v []LdapCertificateProviderAllOfCertificatePriorities)
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 ¶
func (o *LdapCertificateProvider) SetOnBoarding2FA(v ConfigurableIdentityProviderAllOfOnBoarding2FA)
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 ¶
func (o *LdapCertificateProvider) SetPasswordWarning(v LdapProviderAllOfPasswordWarning)
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 ¶
func (o *LdapCertificateProviderAllOf) GetCertificatePriorities() []LdapCertificateProviderAllOfCertificatePriorities
GetCertificatePriorities returns the CertificatePriorities field value if set, zero value otherwise.
func (*LdapCertificateProviderAllOf) GetCertificatePrioritiesOk ¶
func (o *LdapCertificateProviderAllOf) GetCertificatePrioritiesOk() ([]LdapCertificateProviderAllOfCertificatePriorities, 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 (*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 ¶
func (o *LdapCertificateProviderAllOf) SetCertificatePriorities(v []LdapCertificateProviderAllOfCertificatePriorities)
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 ¶
func (o *LdapCertificateProviderAllOfCertificatePriorities) GetType() string
GetType returns the Type field value if set, zero value otherwise.
func (*LdapCertificateProviderAllOfCertificatePriorities) GetTypeOk ¶
func (o *LdapCertificateProviderAllOfCertificatePriorities) 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 (*LdapCertificateProviderAllOfCertificatePriorities) GetValue ¶
func (o *LdapCertificateProviderAllOfCertificatePriorities) GetValue() string
GetValue returns the Value field value
func (*LdapCertificateProviderAllOfCertificatePriorities) GetValueOk ¶
func (o *LdapCertificateProviderAllOfCertificatePriorities) GetValueOk() (*string, bool)
GetValueOk returns a tuple with the Value field value and a boolean to check if the value has been set.
func (*LdapCertificateProviderAllOfCertificatePriorities) HasType ¶
func (o *LdapCertificateProviderAllOfCertificatePriorities) HasType() bool
HasType returns a boolean if a field has been set.
func (LdapCertificateProviderAllOfCertificatePriorities) MarshalJSON ¶
func (o LdapCertificateProviderAllOfCertificatePriorities) MarshalJSON() ([]byte, error)
func (*LdapCertificateProviderAllOfCertificatePriorities) SetType ¶
func (o *LdapCertificateProviderAllOfCertificatePriorities) SetType(v string)
SetType gets a reference to the given string and assigns it to the Type field.
func (*LdapCertificateProviderAllOfCertificatePriorities) SetValue ¶
func (o *LdapCertificateProviderAllOfCertificatePriorities) SetValue(v string)
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 ¶
func (a *LdapIdentityProvidersApiService) IdentityProvidersGet(ctx context.Context) ApiLdapIdentityProvidersGetRequest
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 ¶
func (a *LdapIdentityProvidersApiService) IdentityProvidersGetExecute(r ApiLdapIdentityProvidersGetRequest) (*LdapIdentityProviderList, *http.Response, error)
Execute executes the request
@return LdapIdentityProviderList
func (*LdapIdentityProvidersApiService) IdentityProvidersIdAttributesPost ¶
func (a *LdapIdentityProvidersApiService) IdentityProvidersIdAttributesPost(ctx context.Context, id string) ApiLdapIdentityProvidersIdAttributesPostRequest
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 ¶
func (a *LdapIdentityProvidersApiService) IdentityProvidersIdAttributesPostExecute(r ApiLdapIdentityProvidersIdAttributesPostRequest) (*IdentityProvidersIdAttributesPost200Response, *http.Response, error)
Execute executes the request
@return IdentityProvidersIdAttributesPost200Response
func (*LdapIdentityProvidersApiService) IdentityProvidersIdDelete ¶
func (a *LdapIdentityProvidersApiService) IdentityProvidersIdDelete(ctx context.Context, id string) ApiLdapIdentityProvidersIdDeleteRequest
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 ¶
func (a *LdapIdentityProvidersApiService) IdentityProvidersIdDeleteExecute(r ApiLdapIdentityProvidersIdDeleteRequest) (*http.Response, error)
Execute executes the request
func (*LdapIdentityProvidersApiService) IdentityProvidersIdGet ¶
func (a *LdapIdentityProvidersApiService) IdentityProvidersIdGet(ctx context.Context, id string) ApiLdapIdentityProvidersIdGetRequest
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 ¶
func (a *LdapIdentityProvidersApiService) IdentityProvidersIdGetExecute(r ApiLdapIdentityProvidersIdGetRequest) (*LdapProvider, *http.Response, error)
Execute executes the request
@return LdapProvider
func (*LdapIdentityProvidersApiService) IdentityProvidersIdPut ¶
func (a *LdapIdentityProvidersApiService) IdentityProvidersIdPut(ctx context.Context, id string) ApiLdapIdentityProvidersIdPutRequest
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 ¶
func (a *LdapIdentityProvidersApiService) IdentityProvidersIdPutExecute(r ApiLdapIdentityProvidersIdPutRequest) (*LdapProvider, *http.Response, error)
Execute executes the request
@return LdapProvider
func (*LdapIdentityProvidersApiService) IdentityProvidersPost ¶
func (a *LdapIdentityProvidersApiService) IdentityProvidersPost(ctx context.Context) ApiLdapIdentityProvidersPostRequest
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 ¶
func (a *LdapIdentityProvidersApiService) IdentityProvidersPostExecute(r ApiLdapIdentityProvidersPostRequest) (*LdapProvider, *http.Response, error)
Execute executes the request
@return LdapProvider
func (*LdapIdentityProvidersApiService) IdentityProvidersTestPost ¶
func (a *LdapIdentityProvidersApiService) IdentityProvidersTestPost(ctx context.Context) ApiLdapIdentityProvidersTestPostRequest
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 ¶
func (a *LdapIdentityProvidersApiService) IdentityProvidersTestPostExecute(r ApiLdapIdentityProvidersTestPostRequest) (*IdentityProvidersTestPost200Response, *http.Response, error)
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 ¶
func (o *LdapProvider) GetOnBoarding2FA() ConfigurableIdentityProviderAllOfOnBoarding2FA
GetOnBoarding2FA returns the OnBoarding2FA field value if set, zero value otherwise.
func (*LdapProvider) GetOnBoarding2FAOk ¶
func (o *LdapProvider) GetOnBoarding2FAOk() (*ConfigurableIdentityProviderAllOfOnBoarding2FA, bool)
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) 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 ¶
func (o *LdapProvider) SetOnBoarding2FA(v ConfigurableIdentityProviderAllOfOnBoarding2FA)
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) 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) 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) 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 (*License) GetExpiration ¶
GetExpiration returns the Expiration field value if set, zero value otherwise.
func (*License) GetExpirationOk ¶
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) 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 (*License) GetMaxConnectorGroups ¶
GetMaxConnectorGroups returns the MaxConnectorGroups field value if set, zero value otherwise.
func (*License) GetMaxConnectorGroupsOk ¶
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 ¶
GetMaxPortalUsers returns the MaxPortalUsers field value if set, zero value otherwise.
func (*License) GetMaxPortalUsersOk ¶
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 ¶
GetMaxServiceUsers returns the MaxServiceUsers field value if set, zero value otherwise.
func (*License) GetMaxServiceUsersOk ¶
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 ¶
GetMaxSites returns the MaxSites field value if set, zero value otherwise.
func (*License) GetMaxSitesOk ¶
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 ¶
GetMaxUsers returns the MaxUsers field value if set, zero value otherwise.
func (*License) GetMaxUsersOk ¶
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 ¶
GetPortalUsersLeaseTimeHours returns the PortalUsersLeaseTimeHours field value if set, zero value otherwise.
func (*License) GetPortalUsersLeaseTimeHoursOk ¶
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 ¶
GetRequest returns the Request field value if set, zero value otherwise.
func (*License) GetRequestOk ¶
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 ¶
GetServiceUsersLeaseTimeHours returns the ServiceUsersLeaseTimeHours field value if set, zero value otherwise.
func (*License) GetServiceUsersLeaseTimeHoursOk ¶
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) 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 (*License) GetUsersLeaseTimeHours ¶
GetUsersLeaseTimeHours returns the UsersLeaseTimeHours field value if set, zero value otherwise.
func (*License) GetUsersLeaseTimeHoursOk ¶
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 ¶
GetVersion returns the Version field value if set, zero value otherwise.
func (*License) GetVersionOk ¶
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) HasExpiration ¶
HasExpiration returns a boolean if a field has been set.
func (*License) HasMaxConnectorGroups ¶
HasMaxConnectorGroups returns a boolean if a field has been set.
func (*License) HasMaxPortalUsers ¶
HasMaxPortalUsers returns a boolean if a field has been set.
func (*License) HasMaxServiceUsers ¶
HasMaxServiceUsers returns a boolean if a field has been set.
func (*License) HasMaxSites ¶
HasMaxSites returns a boolean if a field has been set.
func (*License) HasMaxUsers ¶
HasMaxUsers returns a boolean if a field has been set.
func (*License) HasPortalUsersLeaseTimeHours ¶
HasPortalUsersLeaseTimeHours returns a boolean if a field has been set.
func (*License) HasRequest ¶
HasRequest returns a boolean if a field has been set.
func (*License) HasServiceUsersLeaseTimeHours ¶
HasServiceUsersLeaseTimeHours returns a boolean if a field has been set.
func (*License) HasUsersLeaseTimeHours ¶
HasUsersLeaseTimeHours returns a boolean if a field has been set.
func (*License) HasVersion ¶
HasVersion returns a boolean if a field has been set.
func (License) MarshalJSON ¶
func (*License) SetError ¶
SetError gets a reference to the given string and assigns it to the Error field.
func (*License) SetExpiration ¶
SetExpiration gets a reference to the given time.Time and assigns it to the Expiration field.
func (*License) SetMaxConnectorGroups ¶
SetMaxConnectorGroups gets a reference to the given float32 and assigns it to the MaxConnectorGroups field.
func (*License) SetMaxPortalUsers ¶
SetMaxPortalUsers gets a reference to the given float32 and assigns it to the MaxPortalUsers field.
func (*License) SetMaxServiceUsers ¶
SetMaxServiceUsers gets a reference to the given float32 and assigns it to the MaxServiceUsers field.
func (*License) SetMaxSites ¶
SetMaxSites gets a reference to the given float32 and assigns it to the MaxSites field.
func (*License) SetMaxUsers ¶
SetMaxUsers gets a reference to the given float32 and assigns it to the MaxUsers field.
func (*License) SetPortalUsersLeaseTimeHours ¶
SetPortalUsersLeaseTimeHours gets a reference to the given float32 and assigns it to the PortalUsersLeaseTimeHours field.
func (*License) SetRequest ¶
SetRequest gets a reference to the given string and assigns it to the Request field.
func (*License) SetServiceUsersLeaseTimeHours ¶
SetServiceUsersLeaseTimeHours gets a reference to the given float32 and assigns it to the ServiceUsersLeaseTimeHours field.
func (*License) SetType ¶
SetType gets a reference to the given float32 and assigns it to the Type field.
func (*License) SetUsersLeaseTimeHours ¶
SetUsersLeaseTimeHours gets a reference to the given float32 and assigns it to the UsersLeaseTimeHours field.
func (*License) SetVersion ¶
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 ¶
func (a *LicenseApiService) LicenseDelete(ctx context.Context) ApiLicenseDeleteRequest
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 ¶
func (a *LicenseApiService) LicenseGet(ctx context.Context) ApiLicenseGetRequest
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 ¶
func (a *LicenseApiService) LicenseGetExecute(r ApiLicenseGetRequest) (*LicenseDetails, *http.Response, error)
Execute executes the request
@return LicenseDetails
func (*LicenseApiService) LicenseIdDelete ¶
func (a *LicenseApiService) LicenseIdDelete(ctx context.Context, id string) ApiLicenseIdDeleteRequest
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 ¶
func (a *LicenseApiService) LicenseNextDelete(ctx context.Context) ApiLicenseNextDeleteRequest
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 ¶
func (a *LicenseApiService) LicenseNextGet(ctx context.Context) ApiLicenseNextGetRequest
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 ¶
func (a *LicenseApiService) LicenseNextPost(ctx context.Context) ApiLicenseNextPostRequest
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 ¶
func (a *LicenseApiService) LicensePost(ctx context.Context) ApiLicensePostRequest
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 ¶
func (a *LicensedUsersApiService) LicenseUsersGet(ctx context.Context) ApiLicenseUsersGetRequest
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 ¶
func (a *LicensedUsersApiService) LicenseUsersGetExecute(r ApiLicenseUsersGetRequest) (*UserLicenseList, *http.Response, error)
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 ¶
func (o *LocalDatabaseIdentityProviderList) GetData() []LocalDatabaseProvider
GetData returns the Data field value if set, zero value otherwise.
func (*LocalDatabaseIdentityProviderList) GetDataOk ¶
func (o *LocalDatabaseIdentityProviderList) GetDataOk() ([]LocalDatabaseProvider, 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 (*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 ¶
func (o *LocalDatabaseIdentityProviderList) GetQuery() string
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 ¶
func (o *LocalDatabaseIdentityProviderList) GetRange() string
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 ¶
func (o *LocalDatabaseIdentityProviderList) HasData() bool
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 ¶
func (o *LocalDatabaseIdentityProviderList) HasQuery() bool
HasQuery returns a boolean if a field has been set.
func (*LocalDatabaseIdentityProviderList) HasRange ¶
func (o *LocalDatabaseIdentityProviderList) HasRange() bool
HasRange returns a boolean if a field has been set.
func (LocalDatabaseIdentityProviderList) MarshalJSON ¶
func (o LocalDatabaseIdentityProviderList) MarshalJSON() ([]byte, error)
func (*LocalDatabaseIdentityProviderList) SetData ¶
func (o *LocalDatabaseIdentityProviderList) SetData(v []LocalDatabaseProvider)
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 ¶
func (o *LocalDatabaseIdentityProviderList) SetQuery(v string)
SetQuery gets a reference to the given string and assigns it to the Query field. Deprecated
func (*LocalDatabaseIdentityProviderList) SetRange ¶
func (o *LocalDatabaseIdentityProviderList) SetRange(v string)
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 ¶
func (a *LocalDatabaseIdentityProvidersApiService) IdentityProvidersGet(ctx context.Context) ApiLocalDatabaseIdentityProvidersGetRequest
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 ¶
func (a *LocalDatabaseIdentityProvidersApiService) IdentityProvidersGetExecute(r ApiLocalDatabaseIdentityProvidersGetRequest) (*LocalDatabaseIdentityProviderList, *http.Response, error)
Execute executes the request
@return LocalDatabaseIdentityProviderList
func (*LocalDatabaseIdentityProvidersApiService) IdentityProvidersIdAttributesPost ¶
func (a *LocalDatabaseIdentityProvidersApiService) IdentityProvidersIdAttributesPost(ctx context.Context, id string) ApiLocalDatabaseIdentityProvidersIdAttributesPostRequest
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 ¶
func (a *LocalDatabaseIdentityProvidersApiService) IdentityProvidersIdAttributesPostExecute(r ApiLocalDatabaseIdentityProvidersIdAttributesPostRequest) (*IdentityProvidersIdAttributesPost200Response, *http.Response, error)
Execute executes the request
@return IdentityProvidersIdAttributesPost200Response
func (*LocalDatabaseIdentityProvidersApiService) IdentityProvidersIdDelete ¶
func (a *LocalDatabaseIdentityProvidersApiService) IdentityProvidersIdDelete(ctx context.Context, id string) ApiLocalDatabaseIdentityProvidersIdDeleteRequest
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 ¶
func (a *LocalDatabaseIdentityProvidersApiService) IdentityProvidersIdDeleteExecute(r ApiLocalDatabaseIdentityProvidersIdDeleteRequest) (*http.Response, error)
Execute executes the request
func (*LocalDatabaseIdentityProvidersApiService) IdentityProvidersIdGet ¶
func (a *LocalDatabaseIdentityProvidersApiService) IdentityProvidersIdGet(ctx context.Context, id string) ApiLocalDatabaseIdentityProvidersIdGetRequest
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 ¶
func (a *LocalDatabaseIdentityProvidersApiService) IdentityProvidersIdGetExecute(r ApiLocalDatabaseIdentityProvidersIdGetRequest) (*LocalDatabaseProvider, *http.Response, error)
Execute executes the request
@return LocalDatabaseProvider
func (*LocalDatabaseIdentityProvidersApiService) IdentityProvidersIdPut ¶
func (a *LocalDatabaseIdentityProvidersApiService) IdentityProvidersIdPut(ctx context.Context, id string) ApiLocalDatabaseIdentityProvidersIdPutRequest
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 ¶
func (a *LocalDatabaseIdentityProvidersApiService) IdentityProvidersIdPutExecute(r ApiLocalDatabaseIdentityProvidersIdPutRequest) (*LocalDatabaseProvider, *http.Response, error)
Execute executes the request
@return LocalDatabaseProvider
func (*LocalDatabaseIdentityProvidersApiService) IdentityProvidersPost ¶
func (a *LocalDatabaseIdentityProvidersApiService) IdentityProvidersPost(ctx context.Context) ApiLocalDatabaseIdentityProvidersPostRequest
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 ¶
func (a *LocalDatabaseIdentityProvidersApiService) IdentityProvidersPostExecute(r ApiLocalDatabaseIdentityProvidersPostRequest) (*LocalDatabaseProvider, *http.Response, error)
Execute executes the request
@return LocalDatabaseProvider
func (*LocalDatabaseIdentityProvidersApiService) IdentityProvidersTestPost ¶
func (a *LocalDatabaseIdentityProvidersApiService) IdentityProvidersTestPost(ctx context.Context) ApiLocalDatabaseIdentityProvidersTestPostRequest
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 ¶
func (a *LocalDatabaseIdentityProvidersApiService) IdentityProvidersTestPostExecute(r ApiLocalDatabaseIdentityProvidersTestPostRequest) (*IdentityProvidersTestPost200Response, *http.Response, error)
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 ¶
func (o *LocalDatabaseProvider) GetOnBoarding2FA() ConfigurableIdentityProviderAllOfOnBoarding2FA
GetOnBoarding2FA returns the OnBoarding2FA field value if set, zero value otherwise.
func (*LocalDatabaseProvider) GetOnBoarding2FAOk ¶
func (o *LocalDatabaseProvider) GetOnBoarding2FAOk() (*ConfigurableIdentityProviderAllOfOnBoarding2FA, bool)
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 ¶
func (o *LocalDatabaseProvider) SetOnBoarding2FA(v ConfigurableIdentityProviderAllOfOnBoarding2FA)
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 ¶
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 ¶
GetCreated returns the Created field value if set, zero value otherwise.
func (*LocalUser) GetCreatedOk ¶
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 ¶
GetDisabled returns the Disabled field value if set, zero value otherwise.
func (*LocalUser) GetDisabledOk ¶
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) GetEmailOk ¶
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 ¶
GetFailedLoginAttempts returns the FailedLoginAttempts field value if set, zero value otherwise.
func (*LocalUser) GetFailedLoginAttemptsOk ¶
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 ¶
GetFirstName returns the FirstName field value
func (*LocalUser) GetFirstNameOk ¶
GetFirstNameOk returns a tuple with the FirstName field value and a boolean to check if the value has been set.
func (*LocalUser) 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 (*LocalUser) GetLastName ¶
GetLastName returns the LastName field value
func (*LocalUser) GetLastNameOk ¶
GetLastNameOk returns a tuple with the LastName field value and a boolean to check if the value has been set.
func (*LocalUser) GetLockStart ¶
GetLockStart returns the LockStart field value if set, zero value otherwise.
func (*LocalUser) GetLockStartOk ¶
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) GetNameOk ¶
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*LocalUser) 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 (*LocalUser) GetPassword ¶
GetPassword returns the Password field value if set, zero value otherwise.
func (*LocalUser) GetPasswordOk ¶
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) GetPhoneOk ¶
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) GetTagsOk ¶
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 ¶
GetUpdated returns the Updated field value if set, zero value otherwise.
func (*LocalUser) GetUpdatedOk ¶
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 ¶
HasCreated returns a boolean if a field has been set.
func (*LocalUser) HasDisabled ¶
HasDisabled returns a boolean if a field has been set.
func (*LocalUser) HasFailedLoginAttempts ¶
HasFailedLoginAttempts returns a boolean if a field has been set.
func (*LocalUser) HasLockStart ¶
HasLockStart returns a boolean if a field has been set.
func (*LocalUser) HasPassword ¶
HasPassword returns a boolean if a field has been set.
func (*LocalUser) HasUpdated ¶
HasUpdated returns a boolean if a field has been set.
func (LocalUser) MarshalJSON ¶
func (*LocalUser) SetCreated ¶
SetCreated gets a reference to the given time.Time and assigns it to the Created field.
func (*LocalUser) SetDisabled ¶
SetDisabled gets a reference to the given bool and assigns it to the Disabled field.
func (*LocalUser) SetEmail ¶
SetEmail gets a reference to the given string and assigns it to the Email field.
func (*LocalUser) SetFailedLoginAttempts ¶
SetFailedLoginAttempts gets a reference to the given float32 and assigns it to the FailedLoginAttempts field.
func (*LocalUser) SetFirstName ¶
SetFirstName sets field value
func (*LocalUser) SetId ¶
SetId gets a reference to the given string and assigns it to the Id field.
func (*LocalUser) SetLastName ¶
SetLastName sets field value
func (*LocalUser) SetLockStart ¶
SetLockStart gets a reference to the given time.Time and assigns it to the LockStart field.
func (*LocalUser) SetNotes ¶
SetNotes gets a reference to the given string and assigns it to the Notes field.
func (*LocalUser) SetPassword ¶
SetPassword gets a reference to the given string and assigns it to the Password field.
func (*LocalUser) SetPhone ¶
SetPhone gets a reference to the given string and assigns it to the Phone field.
func (*LocalUser) SetTags ¶
SetTags gets a reference to the given []string and assigns it to the Tags field.
func (*LocalUser) SetUpdated ¶
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 ¶
func (a *LocalUsersApiService) LocalUsersGet(ctx context.Context) ApiLocalUsersGetRequest
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 ¶
func (a *LocalUsersApiService) LocalUsersGetExecute(r ApiLocalUsersGetRequest) (*LocalUserList, *http.Response, error)
Execute executes the request
@return LocalUserList
func (*LocalUsersApiService) LocalUsersIdDelete ¶
func (a *LocalUsersApiService) LocalUsersIdDelete(ctx context.Context, id string) ApiLocalUsersIdDeleteRequest
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 ¶
func (a *LocalUsersApiService) LocalUsersIdGet(ctx context.Context, id string) ApiLocalUsersIdGetRequest
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 ¶
func (a *LocalUsersApiService) LocalUsersIdPut(ctx context.Context, id string) ApiLocalUsersIdPutRequest
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 ¶
func (a *LocalUsersApiService) LocalUsersPost(ctx context.Context) ApiLocalUsersPostRequest
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 ¶
func (a *LoginApiService) AuthenticationOtpInitializePostExecute(r ApiAuthenticationOtpInitializePostRequest) (*AuthenticationOtpInitializePost200Response, *http.Response, error)
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 ¶
func (a *LoginApiService) IdentityProvidersNamesGetExecute(r ApiIdentityProvidersNamesGetRequest) (*IdentityProvidersNamesGet200Response, *http.Response, error)
Execute executes the request
@return IdentityProvidersNamesGet200Response
func (*LoginApiService) LoginPost ¶
func (a *LoginApiService) LoginPost(ctx context.Context) ApiLoginPostRequest
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 ¶
func (a *MFAForAdminsApiService) AdminMfaSettingsDelete(ctx context.Context) ApiAdminMfaSettingsDeleteRequest
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 ¶
func (a *MFAForAdminsApiService) AdminMfaSettingsGet(ctx context.Context) ApiAdminMfaSettingsGetRequest
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 ¶
func (a *MFAForAdminsApiService) AdminMfaSettingsGetExecute(r ApiAdminMfaSettingsGetRequest) (*AdminMfaSettings, *http.Response, error)
Execute executes the request
@return AdminMfaSettings
func (*MFAForAdminsApiService) AdminMfaSettingsPut ¶
func (a *MFAForAdminsApiService) AdminMfaSettingsPut(ctx context.Context) ApiAdminMfaSettingsPutRequest
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 ¶
func (a *MFAProvidersApiService) MfaProvidersGet(ctx context.Context) ApiMfaProvidersGetRequest
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 ¶
func (a *MFAProvidersApiService) MfaProvidersGetExecute(r ApiMfaProvidersGetRequest) (*MfaProviderList, *http.Response, error)
Execute executes the request
@return MfaProviderList
func (*MFAProvidersApiService) MfaProvidersIdDelete ¶
func (a *MFAProvidersApiService) MfaProvidersIdDelete(ctx context.Context, id string) ApiMfaProvidersIdDeleteRequest
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 ¶
func (a *MFAProvidersApiService) MfaProvidersIdGet(ctx context.Context, id string) ApiMfaProvidersIdGetRequest
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 ¶
func (a *MFAProvidersApiService) MfaProvidersIdGetExecute(r ApiMfaProvidersIdGetRequest) (*MfaProvider, *http.Response, error)
Execute executes the request
@return MfaProvider
func (*MFAProvidersApiService) MfaProvidersIdPut ¶
func (a *MFAProvidersApiService) MfaProvidersIdPut(ctx context.Context, id string) ApiMfaProvidersIdPutRequest
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 ¶
func (a *MFAProvidersApiService) MfaProvidersIdPutExecute(r ApiMfaProvidersIdPutRequest) (*MfaProvider, *http.Response, error)
Execute executes the request
@return MfaProvider
func (*MFAProvidersApiService) MfaProvidersPost ¶
func (a *MFAProvidersApiService) MfaProvidersPost(ctx context.Context) ApiMfaProvidersPostRequest
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 ¶
func (a *MFAProvidersApiService) MfaProvidersPostExecute(r ApiMfaProvidersPostRequest) (*MfaProvider, *http.Response, error)
Execute executes the request
@return MfaProvider
func (*MFAProvidersApiService) MfaProvidersTestPost ¶
func (a *MFAProvidersApiService) MfaProvidersTestPost(ctx context.Context) ApiMfaProvidersTestPostRequest
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 ¶
func (a *MFAProvidersApiService) MfaProvidersTestPostExecute(r ApiMfaProvidersTestPostRequest) (*IdentityProvidersTestPost200Response, *http.Response, error)
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"`
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"`
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) 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) 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"`
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"`
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 ¶
func (a *MyPreferencesApiService) MyPreferencesGet(ctx context.Context) ApiMyPreferencesGetRequest
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 ¶
func (a *MyPreferencesApiService) MyPreferencesPut(ctx context.Context) ApiMyPreferencesPutRequest
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 (v NullableActiveSessions) Get() *ActiveSessions
func (NullableActiveSessions) IsSet ¶
func (v NullableActiveSessions) IsSet() bool
func (NullableActiveSessions) MarshalJSON ¶
func (v NullableActiveSessions) MarshalJSON() ([]byte, error)
func (*NullableActiveSessions) Set ¶
func (v *NullableActiveSessions) Set(val *ActiveSessions)
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 NewNullableActiveSessionsAllOf ¶
func NewNullableActiveSessionsAllOf(val *ActiveSessionsAllOf) *NullableActiveSessionsAllOf
func (NullableActiveSessionsAllOf) Get ¶
func (v NullableActiveSessionsAllOf) Get() *ActiveSessionsAllOf
func (NullableActiveSessionsAllOf) IsSet ¶
func (v NullableActiveSessionsAllOf) IsSet() bool
func (NullableActiveSessionsAllOf) MarshalJSON ¶
func (v NullableActiveSessionsAllOf) MarshalJSON() ([]byte, error)
func (*NullableActiveSessionsAllOf) Set ¶
func (v *NullableActiveSessionsAllOf) Set(val *ActiveSessionsAllOf)
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 (v NullableActiveSessionsDn) Get() *ActiveSessionsDn
func (NullableActiveSessionsDn) IsSet ¶
func (v NullableActiveSessionsDn) IsSet() bool
func (NullableActiveSessionsDn) MarshalJSON ¶
func (v NullableActiveSessionsDn) MarshalJSON() ([]byte, error)
func (*NullableActiveSessionsDn) Set ¶
func (v *NullableActiveSessionsDn) Set(val *ActiveSessionsDn)
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 NewNullableActiveSessionsDnAllOf ¶
func NewNullableActiveSessionsDnAllOf(val *ActiveSessionsDnAllOf) *NullableActiveSessionsDnAllOf
func (NullableActiveSessionsDnAllOf) Get ¶
func (v NullableActiveSessionsDnAllOf) Get() *ActiveSessionsDnAllOf
func (NullableActiveSessionsDnAllOf) IsSet ¶
func (v NullableActiveSessionsDnAllOf) IsSet() bool
func (NullableActiveSessionsDnAllOf) MarshalJSON ¶
func (v NullableActiveSessionsDnAllOf) MarshalJSON() ([]byte, error)
func (*NullableActiveSessionsDnAllOf) Set ¶
func (v *NullableActiveSessionsDnAllOf) Set(val *ActiveSessionsDnAllOf)
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 (v NullableAdminMessagesList) Get() *AdminMessagesList
func (NullableAdminMessagesList) IsSet ¶
func (v NullableAdminMessagesList) IsSet() bool
func (NullableAdminMessagesList) MarshalJSON ¶
func (v NullableAdminMessagesList) MarshalJSON() ([]byte, error)
func (*NullableAdminMessagesList) Set ¶
func (v *NullableAdminMessagesList) Set(val *AdminMessagesList)
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 NewNullableAdminMessagesListDataInner ¶
func NewNullableAdminMessagesListDataInner(val *AdminMessagesListDataInner) *NullableAdminMessagesListDataInner
func (NullableAdminMessagesListDataInner) Get ¶
func (v NullableAdminMessagesListDataInner) Get() *AdminMessagesListDataInner
func (NullableAdminMessagesListDataInner) IsSet ¶
func (v NullableAdminMessagesListDataInner) IsSet() bool
func (NullableAdminMessagesListDataInner) MarshalJSON ¶
func (v NullableAdminMessagesListDataInner) MarshalJSON() ([]byte, error)
func (*NullableAdminMessagesListDataInner) Set ¶
func (v *NullableAdminMessagesListDataInner) Set(val *AdminMessagesListDataInner)
func (*NullableAdminMessagesListDataInner) UnmarshalJSON ¶
func (v *NullableAdminMessagesListDataInner) UnmarshalJSON(src []byte) error
func (*NullableAdminMessagesListDataInner) Unset ¶
func (v *NullableAdminMessagesListDataInner) Unset()
type NullableAdminMessagesSummarizeInner ¶
type NullableAdminMessagesSummarizeInner struct {
// contains filtered or unexported fields
}
func NewNullableAdminMessagesSummarizeInner ¶
func NewNullableAdminMessagesSummarizeInner(val *AdminMessagesSummarizeInner) *NullableAdminMessagesSummarizeInner
func (NullableAdminMessagesSummarizeInner) Get ¶
func (v NullableAdminMessagesSummarizeInner) Get() *AdminMessagesSummarizeInner
func (NullableAdminMessagesSummarizeInner) IsSet ¶
func (v NullableAdminMessagesSummarizeInner) IsSet() bool
func (NullableAdminMessagesSummarizeInner) MarshalJSON ¶
func (v NullableAdminMessagesSummarizeInner) MarshalJSON() ([]byte, error)
func (*NullableAdminMessagesSummarizeInner) Set ¶
func (v *NullableAdminMessagesSummarizeInner) Set(val *AdminMessagesSummarizeInner)
func (*NullableAdminMessagesSummarizeInner) UnmarshalJSON ¶
func (v *NullableAdminMessagesSummarizeInner) UnmarshalJSON(src []byte) error
func (*NullableAdminMessagesSummarizeInner) Unset ¶
func (v *NullableAdminMessagesSummarizeInner) Unset()
type NullableAdminMessagesSummarizeInnerDataInner ¶
type NullableAdminMessagesSummarizeInnerDataInner struct {
// contains filtered or unexported fields
}
func NewNullableAdminMessagesSummarizeInnerDataInner ¶
func NewNullableAdminMessagesSummarizeInnerDataInner(val *AdminMessagesSummarizeInnerDataInner) *NullableAdminMessagesSummarizeInnerDataInner
func (NullableAdminMessagesSummarizeInnerDataInner) IsSet ¶
func (v NullableAdminMessagesSummarizeInnerDataInner) IsSet() bool
func (NullableAdminMessagesSummarizeInnerDataInner) MarshalJSON ¶
func (v NullableAdminMessagesSummarizeInnerDataInner) MarshalJSON() ([]byte, error)
func (*NullableAdminMessagesSummarizeInnerDataInner) Set ¶
func (v *NullableAdminMessagesSummarizeInnerDataInner) Set(val *AdminMessagesSummarizeInnerDataInner)
func (*NullableAdminMessagesSummarizeInnerDataInner) UnmarshalJSON ¶
func (v *NullableAdminMessagesSummarizeInnerDataInner) UnmarshalJSON(src []byte) error
func (*NullableAdminMessagesSummarizeInnerDataInner) Unset ¶
func (v *NullableAdminMessagesSummarizeInnerDataInner) Unset()
type NullableAdminMfaSettings ¶
type NullableAdminMfaSettings struct {
// contains filtered or unexported fields
}
func NewNullableAdminMfaSettings ¶
func NewNullableAdminMfaSettings(val *AdminMfaSettings) *NullableAdminMfaSettings
func (NullableAdminMfaSettings) Get ¶
func (v NullableAdminMfaSettings) Get() *AdminMfaSettings
func (NullableAdminMfaSettings) IsSet ¶
func (v NullableAdminMfaSettings) IsSet() bool
func (NullableAdminMfaSettings) MarshalJSON ¶
func (v NullableAdminMfaSettings) MarshalJSON() ([]byte, error)
func (*NullableAdminMfaSettings) Set ¶
func (v *NullableAdminMfaSettings) Set(val *AdminMfaSettings)
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 NewNullableAdministrativePrivilege ¶
func NewNullableAdministrativePrivilege(val *AdministrativePrivilege) *NullableAdministrativePrivilege
func (NullableAdministrativePrivilege) Get ¶
func (v NullableAdministrativePrivilege) Get() *AdministrativePrivilege
func (NullableAdministrativePrivilege) IsSet ¶
func (v NullableAdministrativePrivilege) IsSet() bool
func (NullableAdministrativePrivilege) MarshalJSON ¶
func (v NullableAdministrativePrivilege) MarshalJSON() ([]byte, error)
func (*NullableAdministrativePrivilege) Set ¶
func (v *NullableAdministrativePrivilege) Set(val *AdministrativePrivilege)
func (*NullableAdministrativePrivilege) UnmarshalJSON ¶
func (v *NullableAdministrativePrivilege) UnmarshalJSON(src []byte) error
func (*NullableAdministrativePrivilege) Unset ¶
func (v *NullableAdministrativePrivilege) Unset()
type NullableAdministrativePrivilegeScope ¶
type NullableAdministrativePrivilegeScope struct {
// contains filtered or unexported fields
}
func NewNullableAdministrativePrivilegeScope ¶
func NewNullableAdministrativePrivilegeScope(val *AdministrativePrivilegeScope) *NullableAdministrativePrivilegeScope
func (NullableAdministrativePrivilegeScope) Get ¶
func (v NullableAdministrativePrivilegeScope) Get() *AdministrativePrivilegeScope
func (NullableAdministrativePrivilegeScope) IsSet ¶
func (v NullableAdministrativePrivilegeScope) IsSet() bool
func (NullableAdministrativePrivilegeScope) MarshalJSON ¶
func (v NullableAdministrativePrivilegeScope) MarshalJSON() ([]byte, error)
func (*NullableAdministrativePrivilegeScope) Set ¶
func (v *NullableAdministrativePrivilegeScope) Set(val *AdministrativePrivilegeScope)
func (*NullableAdministrativePrivilegeScope) UnmarshalJSON ¶
func (v *NullableAdministrativePrivilegeScope) UnmarshalJSON(src []byte) error
func (*NullableAdministrativePrivilegeScope) Unset ¶
func (v *NullableAdministrativePrivilegeScope) Unset()
type NullableAdministrativeRole ¶
type NullableAdministrativeRole struct {
// contains filtered or unexported fields
}
func NewNullableAdministrativeRole ¶
func NewNullableAdministrativeRole(val *AdministrativeRole) *NullableAdministrativeRole
func (NullableAdministrativeRole) Get ¶
func (v NullableAdministrativeRole) Get() *AdministrativeRole
func (NullableAdministrativeRole) IsSet ¶
func (v NullableAdministrativeRole) IsSet() bool
func (NullableAdministrativeRole) MarshalJSON ¶
func (v NullableAdministrativeRole) MarshalJSON() ([]byte, error)
func (*NullableAdministrativeRole) Set ¶
func (v *NullableAdministrativeRole) Set(val *AdministrativeRole)
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 NewNullableAdministrativeRoleAllOf ¶
func NewNullableAdministrativeRoleAllOf(val *AdministrativeRoleAllOf) *NullableAdministrativeRoleAllOf
func (NullableAdministrativeRoleAllOf) Get ¶
func (v NullableAdministrativeRoleAllOf) Get() *AdministrativeRoleAllOf
func (NullableAdministrativeRoleAllOf) IsSet ¶
func (v NullableAdministrativeRoleAllOf) IsSet() bool
func (NullableAdministrativeRoleAllOf) MarshalJSON ¶
func (v NullableAdministrativeRoleAllOf) MarshalJSON() ([]byte, error)
func (*NullableAdministrativeRoleAllOf) Set ¶
func (v *NullableAdministrativeRoleAllOf) Set(val *AdministrativeRoleAllOf)
func (*NullableAdministrativeRoleAllOf) UnmarshalJSON ¶
func (v *NullableAdministrativeRoleAllOf) UnmarshalJSON(src []byte) error
func (*NullableAdministrativeRoleAllOf) Unset ¶
func (v *NullableAdministrativeRoleAllOf) Unset()
type NullableAdministrativeRoleList ¶
type NullableAdministrativeRoleList struct {
// contains filtered or unexported fields
}
func NewNullableAdministrativeRoleList ¶
func NewNullableAdministrativeRoleList(val *AdministrativeRoleList) *NullableAdministrativeRoleList
func (NullableAdministrativeRoleList) Get ¶
func (v NullableAdministrativeRoleList) Get() *AdministrativeRoleList
func (NullableAdministrativeRoleList) IsSet ¶
func (v NullableAdministrativeRoleList) IsSet() bool
func (NullableAdministrativeRoleList) MarshalJSON ¶
func (v NullableAdministrativeRoleList) MarshalJSON() ([]byte, error)
func (*NullableAdministrativeRoleList) Set ¶
func (v *NullableAdministrativeRoleList) Set(val *AdministrativeRoleList)
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 NewNullableAdministrativeRoleListAllOf ¶
func NewNullableAdministrativeRoleListAllOf(val *AdministrativeRoleListAllOf) *NullableAdministrativeRoleListAllOf
func (NullableAdministrativeRoleListAllOf) Get ¶
func (v NullableAdministrativeRoleListAllOf) Get() *AdministrativeRoleListAllOf
func (NullableAdministrativeRoleListAllOf) IsSet ¶
func (v NullableAdministrativeRoleListAllOf) IsSet() bool
func (NullableAdministrativeRoleListAllOf) MarshalJSON ¶
func (v NullableAdministrativeRoleListAllOf) MarshalJSON() ([]byte, error)
func (*NullableAdministrativeRoleListAllOf) Set ¶
func (v *NullableAdministrativeRoleListAllOf) Set(val *AdministrativeRoleListAllOf)
func (*NullableAdministrativeRoleListAllOf) UnmarshalJSON ¶
func (v *NullableAdministrativeRoleListAllOf) UnmarshalJSON(src []byte) error
func (*NullableAdministrativeRoleListAllOf) Unset ¶
func (v *NullableAdministrativeRoleListAllOf) Unset()
type NullableAdministrativeRolesTypeTargetMapGet200Response ¶
type NullableAdministrativeRolesTypeTargetMapGet200Response struct {
// contains filtered or unexported fields
}
func NewNullableAdministrativeRolesTypeTargetMapGet200Response ¶
func NewNullableAdministrativeRolesTypeTargetMapGet200Response(val *AdministrativeRolesTypeTargetMapGet200Response) *NullableAdministrativeRolesTypeTargetMapGet200Response
func (NullableAdministrativeRolesTypeTargetMapGet200Response) IsSet ¶
func (v NullableAdministrativeRolesTypeTargetMapGet200Response) IsSet() bool
func (NullableAdministrativeRolesTypeTargetMapGet200Response) MarshalJSON ¶
func (v NullableAdministrativeRolesTypeTargetMapGet200Response) MarshalJSON() ([]byte, error)
func (*NullableAdministrativeRolesTypeTargetMapGet200Response) UnmarshalJSON ¶
func (v *NullableAdministrativeRolesTypeTargetMapGet200Response) UnmarshalJSON(src []byte) error
func (*NullableAdministrativeRolesTypeTargetMapGet200Response) Unset ¶
func (v *NullableAdministrativeRolesTypeTargetMapGet200Response) Unset()
type NullableAllocatedIp ¶
type NullableAllocatedIp struct {
// contains filtered or unexported fields
}
func NewNullableAllocatedIp ¶
func NewNullableAllocatedIp(val *AllocatedIp) *NullableAllocatedIp
func (NullableAllocatedIp) Get ¶
func (v NullableAllocatedIp) Get() *AllocatedIp
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 (v NullableAllocatedIpAllOf) Get() *AllocatedIpAllOf
func (NullableAllocatedIpAllOf) IsSet ¶
func (v NullableAllocatedIpAllOf) IsSet() bool
func (NullableAllocatedIpAllOf) MarshalJSON ¶
func (v NullableAllocatedIpAllOf) MarshalJSON() ([]byte, error)
func (*NullableAllocatedIpAllOf) Set ¶
func (v *NullableAllocatedIpAllOf) Set(val *AllocatedIpAllOf)
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 (v NullableAllocatedIpList) Get() *AllocatedIpList
func (NullableAllocatedIpList) IsSet ¶
func (v NullableAllocatedIpList) IsSet() bool
func (NullableAllocatedIpList) MarshalJSON ¶
func (v NullableAllocatedIpList) MarshalJSON() ([]byte, error)
func (*NullableAllocatedIpList) Set ¶
func (v *NullableAllocatedIpList) Set(val *AllocatedIpList)
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 NewNullableAllocatedIpListAllOf ¶
func NewNullableAllocatedIpListAllOf(val *AllocatedIpListAllOf) *NullableAllocatedIpListAllOf
func (NullableAllocatedIpListAllOf) Get ¶
func (v NullableAllocatedIpListAllOf) Get() *AllocatedIpListAllOf
func (NullableAllocatedIpListAllOf) IsSet ¶
func (v NullableAllocatedIpListAllOf) IsSet() bool
func (NullableAllocatedIpListAllOf) MarshalJSON ¶
func (v NullableAllocatedIpListAllOf) MarshalJSON() ([]byte, error)
func (*NullableAllocatedIpListAllOf) Set ¶
func (v *NullableAllocatedIpListAllOf) Set(val *AllocatedIpListAllOf)
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 NewNullableAllowResourcesInner ¶
func NewNullableAllowResourcesInner(val *AllowResourcesInner) *NullableAllowResourcesInner
func (NullableAllowResourcesInner) Get ¶
func (v NullableAllowResourcesInner) Get() *AllowResourcesInner
func (NullableAllowResourcesInner) IsSet ¶
func (v NullableAllowResourcesInner) IsSet() bool
func (NullableAllowResourcesInner) MarshalJSON ¶
func (v NullableAllowResourcesInner) MarshalJSON() ([]byte, error)
func (*NullableAllowResourcesInner) Set ¶
func (v *NullableAllowResourcesInner) Set(val *AllowResourcesInner)
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 (v NullableAllowSourcesInner) Get() *AllowSourcesInner
func (NullableAllowSourcesInner) IsSet ¶
func (v NullableAllowSourcesInner) IsSet() bool
func (NullableAllowSourcesInner) MarshalJSON ¶
func (v NullableAllowSourcesInner) MarshalJSON() ([]byte, error)
func (*NullableAllowSourcesInner) Set ¶
func (v *NullableAllowSourcesInner) Set(val *AllowSourcesInner)
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 (v NullableAppDiscovery) Get() *AppDiscovery
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 (v NullableAppDiscoveryAllOf) Get() *AppDiscoveryAllOf
func (NullableAppDiscoveryAllOf) IsSet ¶
func (v NullableAppDiscoveryAllOf) IsSet() bool
func (NullableAppDiscoveryAllOf) MarshalJSON ¶
func (v NullableAppDiscoveryAllOf) MarshalJSON() ([]byte, error)
func (*NullableAppDiscoveryAllOf) Set ¶
func (v *NullableAppDiscoveryAllOf) Set(val *AppDiscoveryAllOf)
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 NewNullableAppDiscoveryAllOfData ¶
func NewNullableAppDiscoveryAllOfData(val *AppDiscoveryAllOfData) *NullableAppDiscoveryAllOfData
func (NullableAppDiscoveryAllOfData) Get ¶
func (v NullableAppDiscoveryAllOfData) Get() *AppDiscoveryAllOfData
func (NullableAppDiscoveryAllOfData) IsSet ¶
func (v NullableAppDiscoveryAllOfData) IsSet() bool
func (NullableAppDiscoveryAllOfData) MarshalJSON ¶
func (v NullableAppDiscoveryAllOfData) MarshalJSON() ([]byte, error)
func (*NullableAppDiscoveryAllOfData) Set ¶
func (v *NullableAppDiscoveryAllOfData) Set(val *AppDiscoveryAllOfData)
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 NewNullableAppDiscoveryAllOfDistinguishedNames ¶
func NewNullableAppDiscoveryAllOfDistinguishedNames(val *AppDiscoveryAllOfDistinguishedNames) *NullableAppDiscoveryAllOfDistinguishedNames
func (NullableAppDiscoveryAllOfDistinguishedNames) IsSet ¶
func (v NullableAppDiscoveryAllOfDistinguishedNames) IsSet() bool
func (NullableAppDiscoveryAllOfDistinguishedNames) MarshalJSON ¶
func (v NullableAppDiscoveryAllOfDistinguishedNames) MarshalJSON() ([]byte, error)
func (*NullableAppDiscoveryAllOfDistinguishedNames) Set ¶
func (v *NullableAppDiscoveryAllOfDistinguishedNames) Set(val *AppDiscoveryAllOfDistinguishedNames)
func (*NullableAppDiscoveryAllOfDistinguishedNames) UnmarshalJSON ¶
func (v *NullableAppDiscoveryAllOfDistinguishedNames) UnmarshalJSON(src []byte) error
func (*NullableAppDiscoveryAllOfDistinguishedNames) Unset ¶
func (v *NullableAppDiscoveryAllOfDistinguishedNames) Unset()
type NullableAppShortcut ¶
type NullableAppShortcut struct {
// contains filtered or unexported fields
}
func NewNullableAppShortcut ¶
func NewNullableAppShortcut(val *AppShortcut) *NullableAppShortcut
func (NullableAppShortcut) Get ¶
func (v NullableAppShortcut) Get() *AppShortcut
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 (v NullableApplianceAllOf) Get() *ApplianceAllOf
func (NullableApplianceAllOf) IsSet ¶
func (v NullableApplianceAllOf) IsSet() bool
func (NullableApplianceAllOf) MarshalJSON ¶
func (v NullableApplianceAllOf) MarshalJSON() ([]byte, error)
func (*NullableApplianceAllOf) Set ¶
func (v *NullableApplianceAllOf) Set(val *ApplianceAllOf)
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 NewNullableApplianceAllOfAdminInterface ¶
func NewNullableApplianceAllOfAdminInterface(val *ApplianceAllOfAdminInterface) *NullableApplianceAllOfAdminInterface
func (NullableApplianceAllOfAdminInterface) Get ¶
func (v NullableApplianceAllOfAdminInterface) Get() *ApplianceAllOfAdminInterface
func (NullableApplianceAllOfAdminInterface) IsSet ¶
func (v NullableApplianceAllOfAdminInterface) IsSet() bool
func (NullableApplianceAllOfAdminInterface) MarshalJSON ¶
func (v NullableApplianceAllOfAdminInterface) MarshalJSON() ([]byte, error)
func (*NullableApplianceAllOfAdminInterface) Set ¶
func (v *NullableApplianceAllOfAdminInterface) Set(val *ApplianceAllOfAdminInterface)
func (*NullableApplianceAllOfAdminInterface) UnmarshalJSON ¶
func (v *NullableApplianceAllOfAdminInterface) UnmarshalJSON(src []byte) error
func (*NullableApplianceAllOfAdminInterface) Unset ¶
func (v *NullableApplianceAllOfAdminInterface) Unset()
type NullableApplianceAllOfClientInterface ¶
type NullableApplianceAllOfClientInterface struct {
// contains filtered or unexported fields
}
func NewNullableApplianceAllOfClientInterface ¶
func NewNullableApplianceAllOfClientInterface(val *ApplianceAllOfClientInterface) *NullableApplianceAllOfClientInterface
func (NullableApplianceAllOfClientInterface) Get ¶
func (v NullableApplianceAllOfClientInterface) Get() *ApplianceAllOfClientInterface
func (NullableApplianceAllOfClientInterface) IsSet ¶
func (v NullableApplianceAllOfClientInterface) IsSet() bool
func (NullableApplianceAllOfClientInterface) MarshalJSON ¶
func (v NullableApplianceAllOfClientInterface) MarshalJSON() ([]byte, error)
func (*NullableApplianceAllOfClientInterface) Set ¶
func (v *NullableApplianceAllOfClientInterface) Set(val *ApplianceAllOfClientInterface)
func (*NullableApplianceAllOfClientInterface) UnmarshalJSON ¶
func (v *NullableApplianceAllOfClientInterface) UnmarshalJSON(src []byte) error
func (*NullableApplianceAllOfClientInterface) Unset ¶
func (v *NullableApplianceAllOfClientInterface) Unset()
type NullableApplianceAllOfConnector ¶
type NullableApplianceAllOfConnector struct {
// contains filtered or unexported fields
}
func NewNullableApplianceAllOfConnector ¶
func NewNullableApplianceAllOfConnector(val *ApplianceAllOfConnector) *NullableApplianceAllOfConnector
func (NullableApplianceAllOfConnector) Get ¶
func (v NullableApplianceAllOfConnector) Get() *ApplianceAllOfConnector
func (NullableApplianceAllOfConnector) IsSet ¶
func (v NullableApplianceAllOfConnector) IsSet() bool
func (NullableApplianceAllOfConnector) MarshalJSON ¶
func (v NullableApplianceAllOfConnector) MarshalJSON() ([]byte, error)
func (*NullableApplianceAllOfConnector) Set ¶
func (v *NullableApplianceAllOfConnector) Set(val *ApplianceAllOfConnector)
func (*NullableApplianceAllOfConnector) UnmarshalJSON ¶
func (v *NullableApplianceAllOfConnector) UnmarshalJSON(src []byte) error
func (*NullableApplianceAllOfConnector) Unset ¶
func (v *NullableApplianceAllOfConnector) Unset()
type NullableApplianceAllOfConnectorAdvancedClients ¶
type NullableApplianceAllOfConnectorAdvancedClients struct {
// contains filtered or unexported fields
}
func NewNullableApplianceAllOfConnectorAdvancedClients ¶
func NewNullableApplianceAllOfConnectorAdvancedClients(val *ApplianceAllOfConnectorAdvancedClients) *NullableApplianceAllOfConnectorAdvancedClients
func (NullableApplianceAllOfConnectorAdvancedClients) IsSet ¶
func (v NullableApplianceAllOfConnectorAdvancedClients) IsSet() bool
func (NullableApplianceAllOfConnectorAdvancedClients) MarshalJSON ¶
func (v NullableApplianceAllOfConnectorAdvancedClients) MarshalJSON() ([]byte, error)
func (*NullableApplianceAllOfConnectorAdvancedClients) Set ¶
func (v *NullableApplianceAllOfConnectorAdvancedClients) Set(val *ApplianceAllOfConnectorAdvancedClients)
func (*NullableApplianceAllOfConnectorAdvancedClients) UnmarshalJSON ¶
func (v *NullableApplianceAllOfConnectorAdvancedClients) UnmarshalJSON(src []byte) error
func (*NullableApplianceAllOfConnectorAdvancedClients) Unset ¶
func (v *NullableApplianceAllOfConnectorAdvancedClients) Unset()
type NullableApplianceAllOfConnectorExpressClients ¶
type NullableApplianceAllOfConnectorExpressClients struct {
// contains filtered or unexported fields
}
func NewNullableApplianceAllOfConnectorExpressClients ¶
func NewNullableApplianceAllOfConnectorExpressClients(val *ApplianceAllOfConnectorExpressClients) *NullableApplianceAllOfConnectorExpressClients
func (NullableApplianceAllOfConnectorExpressClients) IsSet ¶
func (v NullableApplianceAllOfConnectorExpressClients) IsSet() bool
func (NullableApplianceAllOfConnectorExpressClients) MarshalJSON ¶
func (v NullableApplianceAllOfConnectorExpressClients) MarshalJSON() ([]byte, error)
func (*NullableApplianceAllOfConnectorExpressClients) Set ¶
func (v *NullableApplianceAllOfConnectorExpressClients) Set(val *ApplianceAllOfConnectorExpressClients)
func (*NullableApplianceAllOfConnectorExpressClients) UnmarshalJSON ¶
func (v *NullableApplianceAllOfConnectorExpressClients) UnmarshalJSON(src []byte) error
func (*NullableApplianceAllOfConnectorExpressClients) Unset ¶
func (v *NullableApplianceAllOfConnectorExpressClients) Unset()
type NullableApplianceAllOfController ¶
type NullableApplianceAllOfController struct {
// contains filtered or unexported fields
}
func NewNullableApplianceAllOfController ¶
func NewNullableApplianceAllOfController(val *ApplianceAllOfController) *NullableApplianceAllOfController
func (NullableApplianceAllOfController) Get ¶
func (v NullableApplianceAllOfController) Get() *ApplianceAllOfController
func (NullableApplianceAllOfController) IsSet ¶
func (v NullableApplianceAllOfController) IsSet() bool
func (NullableApplianceAllOfController) MarshalJSON ¶
func (v NullableApplianceAllOfController) MarshalJSON() ([]byte, error)
func (*NullableApplianceAllOfController) Set ¶
func (v *NullableApplianceAllOfController) Set(val *ApplianceAllOfController)
func (*NullableApplianceAllOfController) UnmarshalJSON ¶
func (v *NullableApplianceAllOfController) UnmarshalJSON(src []byte) error
func (*NullableApplianceAllOfController) Unset ¶
func (v *NullableApplianceAllOfController) Unset()
type NullableApplianceAllOfGateway ¶
type NullableApplianceAllOfGateway struct {
// contains filtered or unexported fields
}
func NewNullableApplianceAllOfGateway ¶
func NewNullableApplianceAllOfGateway(val *ApplianceAllOfGateway) *NullableApplianceAllOfGateway
func (NullableApplianceAllOfGateway) Get ¶
func (v NullableApplianceAllOfGateway) Get() *ApplianceAllOfGateway
func (NullableApplianceAllOfGateway) IsSet ¶
func (v NullableApplianceAllOfGateway) IsSet() bool
func (NullableApplianceAllOfGateway) MarshalJSON ¶
func (v NullableApplianceAllOfGateway) MarshalJSON() ([]byte, error)
func (*NullableApplianceAllOfGateway) Set ¶
func (v *NullableApplianceAllOfGateway) Set(val *ApplianceAllOfGateway)
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 NewNullableApplianceAllOfGatewayVpn ¶
func NewNullableApplianceAllOfGatewayVpn(val *ApplianceAllOfGatewayVpn) *NullableApplianceAllOfGatewayVpn
func (NullableApplianceAllOfGatewayVpn) Get ¶
func (v NullableApplianceAllOfGatewayVpn) Get() *ApplianceAllOfGatewayVpn
func (NullableApplianceAllOfGatewayVpn) IsSet ¶
func (v NullableApplianceAllOfGatewayVpn) IsSet() bool
func (NullableApplianceAllOfGatewayVpn) MarshalJSON ¶
func (v NullableApplianceAllOfGatewayVpn) MarshalJSON() ([]byte, error)
func (*NullableApplianceAllOfGatewayVpn) Set ¶
func (v *NullableApplianceAllOfGatewayVpn) Set(val *ApplianceAllOfGatewayVpn)
func (*NullableApplianceAllOfGatewayVpn) UnmarshalJSON ¶
func (v *NullableApplianceAllOfGatewayVpn) UnmarshalJSON(src []byte) error
func (*NullableApplianceAllOfGatewayVpn) Unset ¶
func (v *NullableApplianceAllOfGatewayVpn) Unset()
type NullableApplianceAllOfGatewayVpnAllowDestinations ¶
type NullableApplianceAllOfGatewayVpnAllowDestinations struct {
// contains filtered or unexported fields
}
func NewNullableApplianceAllOfGatewayVpnAllowDestinations ¶
func NewNullableApplianceAllOfGatewayVpnAllowDestinations(val *ApplianceAllOfGatewayVpnAllowDestinations) *NullableApplianceAllOfGatewayVpnAllowDestinations
func (NullableApplianceAllOfGatewayVpnAllowDestinations) IsSet ¶
func (v NullableApplianceAllOfGatewayVpnAllowDestinations) IsSet() bool
func (NullableApplianceAllOfGatewayVpnAllowDestinations) MarshalJSON ¶
func (v NullableApplianceAllOfGatewayVpnAllowDestinations) MarshalJSON() ([]byte, error)
func (*NullableApplianceAllOfGatewayVpnAllowDestinations) UnmarshalJSON ¶
func (v *NullableApplianceAllOfGatewayVpnAllowDestinations) UnmarshalJSON(src []byte) error
func (*NullableApplianceAllOfGatewayVpnAllowDestinations) Unset ¶
func (v *NullableApplianceAllOfGatewayVpnAllowDestinations) Unset()
type NullableApplianceAllOfHealthcheckServer ¶
type NullableApplianceAllOfHealthcheckServer struct {
// contains filtered or unexported fields
}
func NewNullableApplianceAllOfHealthcheckServer ¶
func NewNullableApplianceAllOfHealthcheckServer(val *ApplianceAllOfHealthcheckServer) *NullableApplianceAllOfHealthcheckServer
func (NullableApplianceAllOfHealthcheckServer) IsSet ¶
func (v NullableApplianceAllOfHealthcheckServer) IsSet() bool
func (NullableApplianceAllOfHealthcheckServer) MarshalJSON ¶
func (v NullableApplianceAllOfHealthcheckServer) MarshalJSON() ([]byte, error)
func (*NullableApplianceAllOfHealthcheckServer) Set ¶
func (v *NullableApplianceAllOfHealthcheckServer) Set(val *ApplianceAllOfHealthcheckServer)
func (*NullableApplianceAllOfHealthcheckServer) UnmarshalJSON ¶
func (v *NullableApplianceAllOfHealthcheckServer) UnmarshalJSON(src []byte) error
func (*NullableApplianceAllOfHealthcheckServer) Unset ¶
func (v *NullableApplianceAllOfHealthcheckServer) Unset()
type NullableApplianceAllOfLogForwarder ¶
type NullableApplianceAllOfLogForwarder struct {
// contains filtered or unexported fields
}
func NewNullableApplianceAllOfLogForwarder ¶
func NewNullableApplianceAllOfLogForwarder(val *ApplianceAllOfLogForwarder) *NullableApplianceAllOfLogForwarder
func (NullableApplianceAllOfLogForwarder) Get ¶
func (v NullableApplianceAllOfLogForwarder) Get() *ApplianceAllOfLogForwarder
func (NullableApplianceAllOfLogForwarder) IsSet ¶
func (v NullableApplianceAllOfLogForwarder) IsSet() bool
func (NullableApplianceAllOfLogForwarder) MarshalJSON ¶
func (v NullableApplianceAllOfLogForwarder) MarshalJSON() ([]byte, error)
func (*NullableApplianceAllOfLogForwarder) Set ¶
func (v *NullableApplianceAllOfLogForwarder) Set(val *ApplianceAllOfLogForwarder)
func (*NullableApplianceAllOfLogForwarder) UnmarshalJSON ¶
func (v *NullableApplianceAllOfLogForwarder) UnmarshalJSON(src []byte) error
func (*NullableApplianceAllOfLogForwarder) Unset ¶
func (v *NullableApplianceAllOfLogForwarder) Unset()
type NullableApplianceAllOfLogServer ¶
type NullableApplianceAllOfLogServer struct {
// contains filtered or unexported fields
}
func NewNullableApplianceAllOfLogServer ¶
func NewNullableApplianceAllOfLogServer(val *ApplianceAllOfLogServer) *NullableApplianceAllOfLogServer
func (NullableApplianceAllOfLogServer) Get ¶
func (v NullableApplianceAllOfLogServer) Get() *ApplianceAllOfLogServer
func (NullableApplianceAllOfLogServer) IsSet ¶
func (v NullableApplianceAllOfLogServer) IsSet() bool
func (NullableApplianceAllOfLogServer) MarshalJSON ¶
func (v NullableApplianceAllOfLogServer) MarshalJSON() ([]byte, error)
func (*NullableApplianceAllOfLogServer) Set ¶
func (v *NullableApplianceAllOfLogServer) Set(val *ApplianceAllOfLogServer)
func (*NullableApplianceAllOfLogServer) UnmarshalJSON ¶
func (v *NullableApplianceAllOfLogServer) UnmarshalJSON(src []byte) error
func (*NullableApplianceAllOfLogServer) Unset ¶
func (v *NullableApplianceAllOfLogServer) Unset()
type NullableApplianceAllOfNetworking ¶
type NullableApplianceAllOfNetworking struct {
// contains filtered or unexported fields
}
func NewNullableApplianceAllOfNetworking ¶
func NewNullableApplianceAllOfNetworking(val *ApplianceAllOfNetworking) *NullableApplianceAllOfNetworking
func (NullableApplianceAllOfNetworking) Get ¶
func (v NullableApplianceAllOfNetworking) Get() *ApplianceAllOfNetworking
func (NullableApplianceAllOfNetworking) IsSet ¶
func (v NullableApplianceAllOfNetworking) IsSet() bool
func (NullableApplianceAllOfNetworking) MarshalJSON ¶
func (v NullableApplianceAllOfNetworking) MarshalJSON() ([]byte, error)
func (*NullableApplianceAllOfNetworking) Set ¶
func (v *NullableApplianceAllOfNetworking) Set(val *ApplianceAllOfNetworking)
func (*NullableApplianceAllOfNetworking) UnmarshalJSON ¶
func (v *NullableApplianceAllOfNetworking) UnmarshalJSON(src []byte) error
func (*NullableApplianceAllOfNetworking) Unset ¶
func (v *NullableApplianceAllOfNetworking) Unset()
type NullableApplianceAllOfNetworkingHosts ¶
type NullableApplianceAllOfNetworkingHosts struct {
// contains filtered or unexported fields
}
func NewNullableApplianceAllOfNetworkingHosts ¶
func NewNullableApplianceAllOfNetworkingHosts(val *ApplianceAllOfNetworkingHosts) *NullableApplianceAllOfNetworkingHosts
func (NullableApplianceAllOfNetworkingHosts) Get ¶
func (v NullableApplianceAllOfNetworkingHosts) Get() *ApplianceAllOfNetworkingHosts
func (NullableApplianceAllOfNetworkingHosts) IsSet ¶
func (v NullableApplianceAllOfNetworkingHosts) IsSet() bool
func (NullableApplianceAllOfNetworkingHosts) MarshalJSON ¶
func (v NullableApplianceAllOfNetworkingHosts) MarshalJSON() ([]byte, error)
func (*NullableApplianceAllOfNetworkingHosts) Set ¶
func (v *NullableApplianceAllOfNetworkingHosts) Set(val *ApplianceAllOfNetworkingHosts)
func (*NullableApplianceAllOfNetworkingHosts) UnmarshalJSON ¶
func (v *NullableApplianceAllOfNetworkingHosts) UnmarshalJSON(src []byte) error
func (*NullableApplianceAllOfNetworkingHosts) Unset ¶
func (v *NullableApplianceAllOfNetworkingHosts) Unset()
type NullableApplianceAllOfNetworkingIpv4 ¶
type NullableApplianceAllOfNetworkingIpv4 struct {
// contains filtered or unexported fields
}
func NewNullableApplianceAllOfNetworkingIpv4 ¶
func NewNullableApplianceAllOfNetworkingIpv4(val *ApplianceAllOfNetworkingIpv4) *NullableApplianceAllOfNetworkingIpv4
func (NullableApplianceAllOfNetworkingIpv4) Get ¶
func (v NullableApplianceAllOfNetworkingIpv4) Get() *ApplianceAllOfNetworkingIpv4
func (NullableApplianceAllOfNetworkingIpv4) IsSet ¶
func (v NullableApplianceAllOfNetworkingIpv4) IsSet() bool
func (NullableApplianceAllOfNetworkingIpv4) MarshalJSON ¶
func (v NullableApplianceAllOfNetworkingIpv4) MarshalJSON() ([]byte, error)
func (*NullableApplianceAllOfNetworkingIpv4) Set ¶
func (v *NullableApplianceAllOfNetworkingIpv4) Set(val *ApplianceAllOfNetworkingIpv4)
func (*NullableApplianceAllOfNetworkingIpv4) UnmarshalJSON ¶
func (v *NullableApplianceAllOfNetworkingIpv4) UnmarshalJSON(src []byte) error
func (*NullableApplianceAllOfNetworkingIpv4) Unset ¶
func (v *NullableApplianceAllOfNetworkingIpv4) Unset()
type NullableApplianceAllOfNetworkingIpv4Dhcp ¶
type NullableApplianceAllOfNetworkingIpv4Dhcp struct {
// contains filtered or unexported fields
}
func NewNullableApplianceAllOfNetworkingIpv4Dhcp ¶
func NewNullableApplianceAllOfNetworkingIpv4Dhcp(val *ApplianceAllOfNetworkingIpv4Dhcp) *NullableApplianceAllOfNetworkingIpv4Dhcp
func (NullableApplianceAllOfNetworkingIpv4Dhcp) IsSet ¶
func (v NullableApplianceAllOfNetworkingIpv4Dhcp) IsSet() bool
func (NullableApplianceAllOfNetworkingIpv4Dhcp) MarshalJSON ¶
func (v NullableApplianceAllOfNetworkingIpv4Dhcp) MarshalJSON() ([]byte, error)
func (*NullableApplianceAllOfNetworkingIpv4Dhcp) Set ¶
func (v *NullableApplianceAllOfNetworkingIpv4Dhcp) Set(val *ApplianceAllOfNetworkingIpv4Dhcp)
func (*NullableApplianceAllOfNetworkingIpv4Dhcp) UnmarshalJSON ¶
func (v *NullableApplianceAllOfNetworkingIpv4Dhcp) UnmarshalJSON(src []byte) error
func (*NullableApplianceAllOfNetworkingIpv4Dhcp) Unset ¶
func (v *NullableApplianceAllOfNetworkingIpv4Dhcp) Unset()
type NullableApplianceAllOfNetworkingIpv4Static ¶
type NullableApplianceAllOfNetworkingIpv4Static struct {
// contains filtered or unexported fields
}
func NewNullableApplianceAllOfNetworkingIpv4Static ¶
func NewNullableApplianceAllOfNetworkingIpv4Static(val *ApplianceAllOfNetworkingIpv4Static) *NullableApplianceAllOfNetworkingIpv4Static
func (NullableApplianceAllOfNetworkingIpv4Static) IsSet ¶
func (v NullableApplianceAllOfNetworkingIpv4Static) IsSet() bool
func (NullableApplianceAllOfNetworkingIpv4Static) MarshalJSON ¶
func (v NullableApplianceAllOfNetworkingIpv4Static) MarshalJSON() ([]byte, error)
func (*NullableApplianceAllOfNetworkingIpv4Static) Set ¶
func (v *NullableApplianceAllOfNetworkingIpv4Static) Set(val *ApplianceAllOfNetworkingIpv4Static)
func (*NullableApplianceAllOfNetworkingIpv4Static) UnmarshalJSON ¶
func (v *NullableApplianceAllOfNetworkingIpv4Static) UnmarshalJSON(src []byte) error
func (*NullableApplianceAllOfNetworkingIpv4Static) Unset ¶
func (v *NullableApplianceAllOfNetworkingIpv4Static) Unset()
type NullableApplianceAllOfNetworkingIpv6 ¶
type NullableApplianceAllOfNetworkingIpv6 struct {
// contains filtered or unexported fields
}
func NewNullableApplianceAllOfNetworkingIpv6 ¶
func NewNullableApplianceAllOfNetworkingIpv6(val *ApplianceAllOfNetworkingIpv6) *NullableApplianceAllOfNetworkingIpv6
func (NullableApplianceAllOfNetworkingIpv6) Get ¶
func (v NullableApplianceAllOfNetworkingIpv6) Get() *ApplianceAllOfNetworkingIpv6
func (NullableApplianceAllOfNetworkingIpv6) IsSet ¶
func (v NullableApplianceAllOfNetworkingIpv6) IsSet() bool
func (NullableApplianceAllOfNetworkingIpv6) MarshalJSON ¶
func (v NullableApplianceAllOfNetworkingIpv6) MarshalJSON() ([]byte, error)
func (*NullableApplianceAllOfNetworkingIpv6) Set ¶
func (v *NullableApplianceAllOfNetworkingIpv6) Set(val *ApplianceAllOfNetworkingIpv6)
func (*NullableApplianceAllOfNetworkingIpv6) UnmarshalJSON ¶
func (v *NullableApplianceAllOfNetworkingIpv6) UnmarshalJSON(src []byte) error
func (*NullableApplianceAllOfNetworkingIpv6) Unset ¶
func (v *NullableApplianceAllOfNetworkingIpv6) Unset()
type NullableApplianceAllOfNetworkingIpv6Dhcp ¶
type NullableApplianceAllOfNetworkingIpv6Dhcp struct {
// contains filtered or unexported fields
}
func NewNullableApplianceAllOfNetworkingIpv6Dhcp ¶
func NewNullableApplianceAllOfNetworkingIpv6Dhcp(val *ApplianceAllOfNetworkingIpv6Dhcp) *NullableApplianceAllOfNetworkingIpv6Dhcp
func (NullableApplianceAllOfNetworkingIpv6Dhcp) IsSet ¶
func (v NullableApplianceAllOfNetworkingIpv6Dhcp) IsSet() bool
func (NullableApplianceAllOfNetworkingIpv6Dhcp) MarshalJSON ¶
func (v NullableApplianceAllOfNetworkingIpv6Dhcp) MarshalJSON() ([]byte, error)
func (*NullableApplianceAllOfNetworkingIpv6Dhcp) Set ¶
func (v *NullableApplianceAllOfNetworkingIpv6Dhcp) Set(val *ApplianceAllOfNetworkingIpv6Dhcp)
func (*NullableApplianceAllOfNetworkingIpv6Dhcp) UnmarshalJSON ¶
func (v *NullableApplianceAllOfNetworkingIpv6Dhcp) UnmarshalJSON(src []byte) error
func (*NullableApplianceAllOfNetworkingIpv6Dhcp) Unset ¶
func (v *NullableApplianceAllOfNetworkingIpv6Dhcp) Unset()
type NullableApplianceAllOfNetworkingIpv6Static ¶
type NullableApplianceAllOfNetworkingIpv6Static struct {
// contains filtered or unexported fields
}
func NewNullableApplianceAllOfNetworkingIpv6Static ¶
func NewNullableApplianceAllOfNetworkingIpv6Static(val *ApplianceAllOfNetworkingIpv6Static) *NullableApplianceAllOfNetworkingIpv6Static
func (NullableApplianceAllOfNetworkingIpv6Static) IsSet ¶
func (v NullableApplianceAllOfNetworkingIpv6Static) IsSet() bool
func (NullableApplianceAllOfNetworkingIpv6Static) MarshalJSON ¶
func (v NullableApplianceAllOfNetworkingIpv6Static) MarshalJSON() ([]byte, error)
func (*NullableApplianceAllOfNetworkingIpv6Static) Set ¶
func (v *NullableApplianceAllOfNetworkingIpv6Static) Set(val *ApplianceAllOfNetworkingIpv6Static)
func (*NullableApplianceAllOfNetworkingIpv6Static) UnmarshalJSON ¶
func (v *NullableApplianceAllOfNetworkingIpv6Static) UnmarshalJSON(src []byte) error
func (*NullableApplianceAllOfNetworkingIpv6Static) Unset ¶
func (v *NullableApplianceAllOfNetworkingIpv6Static) Unset()
type NullableApplianceAllOfNetworkingNics ¶
type NullableApplianceAllOfNetworkingNics struct {
// contains filtered or unexported fields
}
func NewNullableApplianceAllOfNetworkingNics ¶
func NewNullableApplianceAllOfNetworkingNics(val *ApplianceAllOfNetworkingNics) *NullableApplianceAllOfNetworkingNics
func (NullableApplianceAllOfNetworkingNics) Get ¶
func (v NullableApplianceAllOfNetworkingNics) Get() *ApplianceAllOfNetworkingNics
func (NullableApplianceAllOfNetworkingNics) IsSet ¶
func (v NullableApplianceAllOfNetworkingNics) IsSet() bool
func (NullableApplianceAllOfNetworkingNics) MarshalJSON ¶
func (v NullableApplianceAllOfNetworkingNics) MarshalJSON() ([]byte, error)
func (*NullableApplianceAllOfNetworkingNics) Set ¶
func (v *NullableApplianceAllOfNetworkingNics) Set(val *ApplianceAllOfNetworkingNics)
func (*NullableApplianceAllOfNetworkingNics) UnmarshalJSON ¶
func (v *NullableApplianceAllOfNetworkingNics) UnmarshalJSON(src []byte) error
func (*NullableApplianceAllOfNetworkingNics) Unset ¶
func (v *NullableApplianceAllOfNetworkingNics) Unset()
type NullableApplianceAllOfNetworkingRoutes ¶
type NullableApplianceAllOfNetworkingRoutes struct {
// contains filtered or unexported fields
}
func NewNullableApplianceAllOfNetworkingRoutes ¶
func NewNullableApplianceAllOfNetworkingRoutes(val *ApplianceAllOfNetworkingRoutes) *NullableApplianceAllOfNetworkingRoutes
func (NullableApplianceAllOfNetworkingRoutes) Get ¶
func (v NullableApplianceAllOfNetworkingRoutes) Get() *ApplianceAllOfNetworkingRoutes
func (NullableApplianceAllOfNetworkingRoutes) IsSet ¶
func (v NullableApplianceAllOfNetworkingRoutes) IsSet() bool
func (NullableApplianceAllOfNetworkingRoutes) MarshalJSON ¶
func (v NullableApplianceAllOfNetworkingRoutes) MarshalJSON() ([]byte, error)
func (*NullableApplianceAllOfNetworkingRoutes) Set ¶
func (v *NullableApplianceAllOfNetworkingRoutes) Set(val *ApplianceAllOfNetworkingRoutes)
func (*NullableApplianceAllOfNetworkingRoutes) UnmarshalJSON ¶
func (v *NullableApplianceAllOfNetworkingRoutes) UnmarshalJSON(src []byte) error
func (*NullableApplianceAllOfNetworkingRoutes) Unset ¶
func (v *NullableApplianceAllOfNetworkingRoutes) Unset()
type NullableApplianceAllOfNtp ¶
type NullableApplianceAllOfNtp struct {
// contains filtered or unexported fields
}
func NewNullableApplianceAllOfNtp ¶
func NewNullableApplianceAllOfNtp(val *ApplianceAllOfNtp) *NullableApplianceAllOfNtp
func (NullableApplianceAllOfNtp) Get ¶
func (v NullableApplianceAllOfNtp) Get() *ApplianceAllOfNtp
func (NullableApplianceAllOfNtp) IsSet ¶
func (v NullableApplianceAllOfNtp) IsSet() bool
func (NullableApplianceAllOfNtp) MarshalJSON ¶
func (v NullableApplianceAllOfNtp) MarshalJSON() ([]byte, error)
func (*NullableApplianceAllOfNtp) Set ¶
func (v *NullableApplianceAllOfNtp) Set(val *ApplianceAllOfNtp)
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 NewNullableApplianceAllOfNtpServers ¶
func NewNullableApplianceAllOfNtpServers(val *ApplianceAllOfNtpServers) *NullableApplianceAllOfNtpServers
func (NullableApplianceAllOfNtpServers) Get ¶
func (v NullableApplianceAllOfNtpServers) Get() *ApplianceAllOfNtpServers
func (NullableApplianceAllOfNtpServers) IsSet ¶
func (v NullableApplianceAllOfNtpServers) IsSet() bool
func (NullableApplianceAllOfNtpServers) MarshalJSON ¶
func (v NullableApplianceAllOfNtpServers) MarshalJSON() ([]byte, error)
func (*NullableApplianceAllOfNtpServers) Set ¶
func (v *NullableApplianceAllOfNtpServers) Set(val *ApplianceAllOfNtpServers)
func (*NullableApplianceAllOfNtpServers) UnmarshalJSON ¶
func (v *NullableApplianceAllOfNtpServers) UnmarshalJSON(src []byte) error
func (*NullableApplianceAllOfNtpServers) Unset ¶
func (v *NullableApplianceAllOfNtpServers) Unset()
type NullableApplianceAllOfPeerInterface ¶
type NullableApplianceAllOfPeerInterface struct {
// contains filtered or unexported fields
}
func NewNullableApplianceAllOfPeerInterface ¶
func NewNullableApplianceAllOfPeerInterface(val *ApplianceAllOfPeerInterface) *NullableApplianceAllOfPeerInterface
func (NullableApplianceAllOfPeerInterface) Get ¶
func (v NullableApplianceAllOfPeerInterface) Get() *ApplianceAllOfPeerInterface
func (NullableApplianceAllOfPeerInterface) IsSet ¶
func (v NullableApplianceAllOfPeerInterface) IsSet() bool
func (NullableApplianceAllOfPeerInterface) MarshalJSON ¶
func (v NullableApplianceAllOfPeerInterface) MarshalJSON() ([]byte, error)
func (*NullableApplianceAllOfPeerInterface) Set ¶
func (v *NullableApplianceAllOfPeerInterface) Set(val *ApplianceAllOfPeerInterface)
func (*NullableApplianceAllOfPeerInterface) UnmarshalJSON ¶
func (v *NullableApplianceAllOfPeerInterface) UnmarshalJSON(src []byte) error
func (*NullableApplianceAllOfPeerInterface) Unset ¶
func (v *NullableApplianceAllOfPeerInterface) Unset()
type NullableApplianceAllOfPing ¶
type NullableApplianceAllOfPing struct {
// contains filtered or unexported fields
}
func NewNullableApplianceAllOfPing ¶
func NewNullableApplianceAllOfPing(val *ApplianceAllOfPing) *NullableApplianceAllOfPing
func (NullableApplianceAllOfPing) Get ¶
func (v NullableApplianceAllOfPing) Get() *ApplianceAllOfPing
func (NullableApplianceAllOfPing) IsSet ¶
func (v NullableApplianceAllOfPing) IsSet() bool
func (NullableApplianceAllOfPing) MarshalJSON ¶
func (v NullableApplianceAllOfPing) MarshalJSON() ([]byte, error)
func (*NullableApplianceAllOfPing) Set ¶
func (v *NullableApplianceAllOfPing) Set(val *ApplianceAllOfPing)
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 NewNullableApplianceAllOfPrometheusExporter ¶
func NewNullableApplianceAllOfPrometheusExporter(val *ApplianceAllOfPrometheusExporter) *NullableApplianceAllOfPrometheusExporter
func (NullableApplianceAllOfPrometheusExporter) IsSet ¶
func (v NullableApplianceAllOfPrometheusExporter) IsSet() bool
func (NullableApplianceAllOfPrometheusExporter) MarshalJSON ¶
func (v NullableApplianceAllOfPrometheusExporter) MarshalJSON() ([]byte, error)
func (*NullableApplianceAllOfPrometheusExporter) Set ¶
func (v *NullableApplianceAllOfPrometheusExporter) Set(val *ApplianceAllOfPrometheusExporter)
func (*NullableApplianceAllOfPrometheusExporter) UnmarshalJSON ¶
func (v *NullableApplianceAllOfPrometheusExporter) UnmarshalJSON(src []byte) error
func (*NullableApplianceAllOfPrometheusExporter) Unset ¶
func (v *NullableApplianceAllOfPrometheusExporter) Unset()
type NullableApplianceAllOfRsyslogDestinations ¶
type NullableApplianceAllOfRsyslogDestinations struct {
// contains filtered or unexported fields
}
func NewNullableApplianceAllOfRsyslogDestinations ¶
func NewNullableApplianceAllOfRsyslogDestinations(val *ApplianceAllOfRsyslogDestinations) *NullableApplianceAllOfRsyslogDestinations
func (NullableApplianceAllOfRsyslogDestinations) IsSet ¶
func (v NullableApplianceAllOfRsyslogDestinations) IsSet() bool
func (NullableApplianceAllOfRsyslogDestinations) MarshalJSON ¶
func (v NullableApplianceAllOfRsyslogDestinations) MarshalJSON() ([]byte, error)
func (*NullableApplianceAllOfRsyslogDestinations) Set ¶
func (v *NullableApplianceAllOfRsyslogDestinations) Set(val *ApplianceAllOfRsyslogDestinations)
func (*NullableApplianceAllOfRsyslogDestinations) UnmarshalJSON ¶
func (v *NullableApplianceAllOfRsyslogDestinations) UnmarshalJSON(src []byte) error
func (*NullableApplianceAllOfRsyslogDestinations) Unset ¶
func (v *NullableApplianceAllOfRsyslogDestinations) Unset()
type NullableApplianceAllOfSnmpServer ¶
type NullableApplianceAllOfSnmpServer struct {
// contains filtered or unexported fields
}
func NewNullableApplianceAllOfSnmpServer ¶
func NewNullableApplianceAllOfSnmpServer(val *ApplianceAllOfSnmpServer) *NullableApplianceAllOfSnmpServer
func (NullableApplianceAllOfSnmpServer) Get ¶
func (v NullableApplianceAllOfSnmpServer) Get() *ApplianceAllOfSnmpServer
func (NullableApplianceAllOfSnmpServer) IsSet ¶
func (v NullableApplianceAllOfSnmpServer) IsSet() bool
func (NullableApplianceAllOfSnmpServer) MarshalJSON ¶
func (v NullableApplianceAllOfSnmpServer) MarshalJSON() ([]byte, error)
func (*NullableApplianceAllOfSnmpServer) Set ¶
func (v *NullableApplianceAllOfSnmpServer) Set(val *ApplianceAllOfSnmpServer)
func (*NullableApplianceAllOfSnmpServer) UnmarshalJSON ¶
func (v *NullableApplianceAllOfSnmpServer) UnmarshalJSON(src []byte) error
func (*NullableApplianceAllOfSnmpServer) Unset ¶
func (v *NullableApplianceAllOfSnmpServer) Unset()
type NullableApplianceAllOfSshServer ¶
type NullableApplianceAllOfSshServer struct {
// contains filtered or unexported fields
}
func NewNullableApplianceAllOfSshServer ¶
func NewNullableApplianceAllOfSshServer(val *ApplianceAllOfSshServer) *NullableApplianceAllOfSshServer
func (NullableApplianceAllOfSshServer) Get ¶
func (v NullableApplianceAllOfSshServer) Get() *ApplianceAllOfSshServer
func (NullableApplianceAllOfSshServer) IsSet ¶
func (v NullableApplianceAllOfSshServer) IsSet() bool
func (NullableApplianceAllOfSshServer) MarshalJSON ¶
func (v NullableApplianceAllOfSshServer) MarshalJSON() ([]byte, error)
func (*NullableApplianceAllOfSshServer) Set ¶
func (v *NullableApplianceAllOfSshServer) Set(val *ApplianceAllOfSshServer)
func (*NullableApplianceAllOfSshServer) UnmarshalJSON ¶
func (v *NullableApplianceAllOfSshServer) UnmarshalJSON(src []byte) error
func (*NullableApplianceAllOfSshServer) Unset ¶
func (v *NullableApplianceAllOfSshServer) Unset()
type NullableApplianceCustomization ¶
type NullableApplianceCustomization struct {
// contains filtered or unexported fields
}
func NewNullableApplianceCustomization ¶
func NewNullableApplianceCustomization(val *ApplianceCustomization) *NullableApplianceCustomization
func (NullableApplianceCustomization) Get ¶
func (v NullableApplianceCustomization) Get() *ApplianceCustomization
func (NullableApplianceCustomization) IsSet ¶
func (v NullableApplianceCustomization) IsSet() bool
func (NullableApplianceCustomization) MarshalJSON ¶
func (v NullableApplianceCustomization) MarshalJSON() ([]byte, error)
func (*NullableApplianceCustomization) Set ¶
func (v *NullableApplianceCustomization) Set(val *ApplianceCustomization)
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 NewNullableApplianceCustomizationAllOf ¶
func NewNullableApplianceCustomizationAllOf(val *ApplianceCustomizationAllOf) *NullableApplianceCustomizationAllOf
func (NullableApplianceCustomizationAllOf) Get ¶
func (v NullableApplianceCustomizationAllOf) Get() *ApplianceCustomizationAllOf
func (NullableApplianceCustomizationAllOf) IsSet ¶
func (v NullableApplianceCustomizationAllOf) IsSet() bool
func (NullableApplianceCustomizationAllOf) MarshalJSON ¶
func (v NullableApplianceCustomizationAllOf) MarshalJSON() ([]byte, error)
func (*NullableApplianceCustomizationAllOf) Set ¶
func (v *NullableApplianceCustomizationAllOf) Set(val *ApplianceCustomizationAllOf)
func (*NullableApplianceCustomizationAllOf) UnmarshalJSON ¶
func (v *NullableApplianceCustomizationAllOf) UnmarshalJSON(src []byte) error
func (*NullableApplianceCustomizationAllOf) Unset ¶
func (v *NullableApplianceCustomizationAllOf) Unset()
type NullableApplianceCustomizationList ¶
type NullableApplianceCustomizationList struct {
// contains filtered or unexported fields
}
func NewNullableApplianceCustomizationList ¶
func NewNullableApplianceCustomizationList(val *ApplianceCustomizationList) *NullableApplianceCustomizationList
func (NullableApplianceCustomizationList) Get ¶
func (v NullableApplianceCustomizationList) Get() *ApplianceCustomizationList
func (NullableApplianceCustomizationList) IsSet ¶
func (v NullableApplianceCustomizationList) IsSet() bool
func (NullableApplianceCustomizationList) MarshalJSON ¶
func (v NullableApplianceCustomizationList) MarshalJSON() ([]byte, error)
func (*NullableApplianceCustomizationList) Set ¶
func (v *NullableApplianceCustomizationList) Set(val *ApplianceCustomizationList)
func (*NullableApplianceCustomizationList) UnmarshalJSON ¶
func (v *NullableApplianceCustomizationList) UnmarshalJSON(src []byte) error
func (*NullableApplianceCustomizationList) Unset ¶
func (v *NullableApplianceCustomizationList) Unset()
type NullableApplianceCustomizationListAllOf ¶
type NullableApplianceCustomizationListAllOf struct {
// contains filtered or unexported fields
}
func NewNullableApplianceCustomizationListAllOf ¶
func NewNullableApplianceCustomizationListAllOf(val *ApplianceCustomizationListAllOf) *NullableApplianceCustomizationListAllOf
func (NullableApplianceCustomizationListAllOf) IsSet ¶
func (v NullableApplianceCustomizationListAllOf) IsSet() bool
func (NullableApplianceCustomizationListAllOf) MarshalJSON ¶
func (v NullableApplianceCustomizationListAllOf) MarshalJSON() ([]byte, error)
func (*NullableApplianceCustomizationListAllOf) Set ¶
func (v *NullableApplianceCustomizationListAllOf) Set(val *ApplianceCustomizationListAllOf)
func (*NullableApplianceCustomizationListAllOf) UnmarshalJSON ¶
func (v *NullableApplianceCustomizationListAllOf) UnmarshalJSON(src []byte) error
func (*NullableApplianceCustomizationListAllOf) Unset ¶
func (v *NullableApplianceCustomizationListAllOf) Unset()
type NullableApplianceList ¶
type NullableApplianceList struct {
// contains filtered or unexported fields
}
func NewNullableApplianceList ¶
func NewNullableApplianceList(val *ApplianceList) *NullableApplianceList
func (NullableApplianceList) Get ¶
func (v NullableApplianceList) Get() *ApplianceList
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 (v NullableApplianceListAllOf) Get() *ApplianceListAllOf
func (NullableApplianceListAllOf) IsSet ¶
func (v NullableApplianceListAllOf) IsSet() bool
func (NullableApplianceListAllOf) MarshalJSON ¶
func (v NullableApplianceListAllOf) MarshalJSON() ([]byte, error)
func (*NullableApplianceListAllOf) Set ¶
func (v *NullableApplianceListAllOf) Set(val *ApplianceListAllOf)
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 (v NullableApplianceRole) Get() *ApplianceRole
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 (v NullableApplianceSeedISO) Get() *ApplianceSeedISO
func (NullableApplianceSeedISO) IsSet ¶
func (v NullableApplianceSeedISO) IsSet() bool
func (NullableApplianceSeedISO) MarshalJSON ¶
func (v NullableApplianceSeedISO) MarshalJSON() ([]byte, error)
func (*NullableApplianceSeedISO) Set ¶
func (v *NullableApplianceSeedISO) Set(val *ApplianceSeedISO)
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 (v NullableApplianceUpgrade) Get() *ApplianceUpgrade
func (NullableApplianceUpgrade) IsSet ¶
func (v NullableApplianceUpgrade) IsSet() bool
func (NullableApplianceUpgrade) MarshalJSON ¶
func (v NullableApplianceUpgrade) MarshalJSON() ([]byte, error)
func (*NullableApplianceUpgrade) Set ¶
func (v *NullableApplianceUpgrade) Set(val *ApplianceUpgrade)
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 NewNullableApplianceUpgradeInternal ¶
func NewNullableApplianceUpgradeInternal(val *ApplianceUpgradeInternal) *NullableApplianceUpgradeInternal
func (NullableApplianceUpgradeInternal) Get ¶
func (v NullableApplianceUpgradeInternal) Get() *ApplianceUpgradeInternal
func (NullableApplianceUpgradeInternal) IsSet ¶
func (v NullableApplianceUpgradeInternal) IsSet() bool
func (NullableApplianceUpgradeInternal) MarshalJSON ¶
func (v NullableApplianceUpgradeInternal) MarshalJSON() ([]byte, error)
func (*NullableApplianceUpgradeInternal) Set ¶
func (v *NullableApplianceUpgradeInternal) Set(val *ApplianceUpgradeInternal)
func (*NullableApplianceUpgradeInternal) UnmarshalJSON ¶
func (v *NullableApplianceUpgradeInternal) UnmarshalJSON(src []byte) error
func (*NullableApplianceUpgradeInternal) Unset ¶
func (v *NullableApplianceUpgradeInternal) Unset()
type NullableApplianceWithSessionsRole ¶
type NullableApplianceWithSessionsRole struct {
// contains filtered or unexported fields
}
func NewNullableApplianceWithSessionsRole ¶
func NewNullableApplianceWithSessionsRole(val *ApplianceWithSessionsRole) *NullableApplianceWithSessionsRole
func (NullableApplianceWithSessionsRole) Get ¶
func (v NullableApplianceWithSessionsRole) Get() *ApplianceWithSessionsRole
func (NullableApplianceWithSessionsRole) IsSet ¶
func (v NullableApplianceWithSessionsRole) IsSet() bool
func (NullableApplianceWithSessionsRole) MarshalJSON ¶
func (v NullableApplianceWithSessionsRole) MarshalJSON() ([]byte, error)
func (*NullableApplianceWithSessionsRole) Set ¶
func (v *NullableApplianceWithSessionsRole) Set(val *ApplianceWithSessionsRole)
func (*NullableApplianceWithSessionsRole) UnmarshalJSON ¶
func (v *NullableApplianceWithSessionsRole) UnmarshalJSON(src []byte) error
func (*NullableApplianceWithSessionsRole) Unset ¶
func (v *NullableApplianceWithSessionsRole) Unset()
type NullableApplianceWithSessionsRoleAllOf ¶
type NullableApplianceWithSessionsRoleAllOf struct {
// contains filtered or unexported fields
}
func NewNullableApplianceWithSessionsRoleAllOf ¶
func NewNullableApplianceWithSessionsRoleAllOf(val *ApplianceWithSessionsRoleAllOf) *NullableApplianceWithSessionsRoleAllOf
func (NullableApplianceWithSessionsRoleAllOf) Get ¶
func (v NullableApplianceWithSessionsRoleAllOf) Get() *ApplianceWithSessionsRoleAllOf
func (NullableApplianceWithSessionsRoleAllOf) IsSet ¶
func (v NullableApplianceWithSessionsRoleAllOf) IsSet() bool
func (NullableApplianceWithSessionsRoleAllOf) MarshalJSON ¶
func (v NullableApplianceWithSessionsRoleAllOf) MarshalJSON() ([]byte, error)
func (*NullableApplianceWithSessionsRoleAllOf) Set ¶
func (v *NullableApplianceWithSessionsRoleAllOf) Set(val *ApplianceWithSessionsRoleAllOf)
func (*NullableApplianceWithSessionsRoleAllOf) UnmarshalJSON ¶
func (v *NullableApplianceWithSessionsRoleAllOf) UnmarshalJSON(src []byte) error
func (*NullableApplianceWithSessionsRoleAllOf) Unset ¶
func (v *NullableApplianceWithSessionsRoleAllOf) Unset()
type NullableAppliancesForceDisableControllersPost200Response ¶
type NullableAppliancesForceDisableControllersPost200Response struct {
// contains filtered or unexported fields
}
func NewNullableAppliancesForceDisableControllersPost200Response ¶
func NewNullableAppliancesForceDisableControllersPost200Response(val *AppliancesForceDisableControllersPost200Response) *NullableAppliancesForceDisableControllersPost200Response
func (NullableAppliancesForceDisableControllersPost200Response) IsSet ¶
func (v NullableAppliancesForceDisableControllersPost200Response) IsSet() bool
func (NullableAppliancesForceDisableControllersPost200Response) MarshalJSON ¶
func (v NullableAppliancesForceDisableControllersPost200Response) MarshalJSON() ([]byte, error)
func (*NullableAppliancesForceDisableControllersPost200Response) UnmarshalJSON ¶
func (v *NullableAppliancesForceDisableControllersPost200Response) UnmarshalJSON(src []byte) error
func (*NullableAppliancesForceDisableControllersPost200Response) Unset ¶
func (v *NullableAppliancesForceDisableControllersPost200Response) Unset()
type NullableAppliancesForceDisableControllersPostRequest ¶
type NullableAppliancesForceDisableControllersPostRequest struct {
// contains filtered or unexported fields
}
func NewNullableAppliancesForceDisableControllersPostRequest ¶
func NewNullableAppliancesForceDisableControllersPostRequest(val *AppliancesForceDisableControllersPostRequest) *NullableAppliancesForceDisableControllersPostRequest
func (NullableAppliancesForceDisableControllersPostRequest) IsSet ¶
func (v NullableAppliancesForceDisableControllersPostRequest) IsSet() bool
func (NullableAppliancesForceDisableControllersPostRequest) MarshalJSON ¶
func (v NullableAppliancesForceDisableControllersPostRequest) MarshalJSON() ([]byte, error)
func (*NullableAppliancesForceDisableControllersPostRequest) UnmarshalJSON ¶
func (v *NullableAppliancesForceDisableControllersPostRequest) UnmarshalJSON(src []byte) error
func (*NullableAppliancesForceDisableControllersPostRequest) Unset ¶
func (v *NullableAppliancesForceDisableControllersPostRequest) Unset()
type NullableAppliancesIdBackupBackupIdStatusGet200Response ¶
type NullableAppliancesIdBackupBackupIdStatusGet200Response struct {
// contains filtered or unexported fields
}
func NewNullableAppliancesIdBackupBackupIdStatusGet200Response ¶
func NewNullableAppliancesIdBackupBackupIdStatusGet200Response(val *AppliancesIdBackupBackupIdStatusGet200Response) *NullableAppliancesIdBackupBackupIdStatusGet200Response
func (NullableAppliancesIdBackupBackupIdStatusGet200Response) IsSet ¶
func (v NullableAppliancesIdBackupBackupIdStatusGet200Response) IsSet() bool
func (NullableAppliancesIdBackupBackupIdStatusGet200Response) MarshalJSON ¶
func (v NullableAppliancesIdBackupBackupIdStatusGet200Response) MarshalJSON() ([]byte, error)
func (*NullableAppliancesIdBackupBackupIdStatusGet200Response) UnmarshalJSON ¶
func (v *NullableAppliancesIdBackupBackupIdStatusGet200Response) UnmarshalJSON(src []byte) error
func (*NullableAppliancesIdBackupBackupIdStatusGet200Response) Unset ¶
func (v *NullableAppliancesIdBackupBackupIdStatusGet200Response) Unset()
type NullableAppliancesIdBackupPost200Response ¶
type NullableAppliancesIdBackupPost200Response struct {
// contains filtered or unexported fields
}
func NewNullableAppliancesIdBackupPost200Response ¶
func NewNullableAppliancesIdBackupPost200Response(val *AppliancesIdBackupPost200Response) *NullableAppliancesIdBackupPost200Response
func (NullableAppliancesIdBackupPost200Response) IsSet ¶
func (v NullableAppliancesIdBackupPost200Response) IsSet() bool
func (NullableAppliancesIdBackupPost200Response) MarshalJSON ¶
func (v NullableAppliancesIdBackupPost200Response) MarshalJSON() ([]byte, error)
func (*NullableAppliancesIdBackupPost200Response) Set ¶
func (v *NullableAppliancesIdBackupPost200Response) Set(val *AppliancesIdBackupPost200Response)
func (*NullableAppliancesIdBackupPost200Response) UnmarshalJSON ¶
func (v *NullableAppliancesIdBackupPost200Response) UnmarshalJSON(src []byte) error
func (*NullableAppliancesIdBackupPost200Response) Unset ¶
func (v *NullableAppliancesIdBackupPost200Response) Unset()
type NullableAppliancesIdBackupPostRequest ¶
type NullableAppliancesIdBackupPostRequest struct {
// contains filtered or unexported fields
}
func NewNullableAppliancesIdBackupPostRequest ¶
func NewNullableAppliancesIdBackupPostRequest(val *AppliancesIdBackupPostRequest) *NullableAppliancesIdBackupPostRequest
func (NullableAppliancesIdBackupPostRequest) Get ¶
func (v NullableAppliancesIdBackupPostRequest) Get() *AppliancesIdBackupPostRequest
func (NullableAppliancesIdBackupPostRequest) IsSet ¶
func (v NullableAppliancesIdBackupPostRequest) IsSet() bool
func (NullableAppliancesIdBackupPostRequest) MarshalJSON ¶
func (v NullableAppliancesIdBackupPostRequest) MarshalJSON() ([]byte, error)
func (*NullableAppliancesIdBackupPostRequest) Set ¶
func (v *NullableAppliancesIdBackupPostRequest) Set(val *AppliancesIdBackupPostRequest)
func (*NullableAppliancesIdBackupPostRequest) UnmarshalJSON ¶
func (v *NullableAppliancesIdBackupPostRequest) UnmarshalJSON(src []byte) error
func (*NullableAppliancesIdBackupPostRequest) Unset ¶
func (v *NullableAppliancesIdBackupPostRequest) Unset()
type NullableAppliancesIdChangeChangeIdGet200Response ¶
type NullableAppliancesIdChangeChangeIdGet200Response struct {
// contains filtered or unexported fields
}
func NewNullableAppliancesIdChangeChangeIdGet200Response ¶
func NewNullableAppliancesIdChangeChangeIdGet200Response(val *AppliancesIdChangeChangeIdGet200Response) *NullableAppliancesIdChangeChangeIdGet200Response
func (NullableAppliancesIdChangeChangeIdGet200Response) IsSet ¶
func (v NullableAppliancesIdChangeChangeIdGet200Response) IsSet() bool
func (NullableAppliancesIdChangeChangeIdGet200Response) MarshalJSON ¶
func (v NullableAppliancesIdChangeChangeIdGet200Response) MarshalJSON() ([]byte, error)
func (*NullableAppliancesIdChangeChangeIdGet200Response) UnmarshalJSON ¶
func (v *NullableAppliancesIdChangeChangeIdGet200Response) UnmarshalJSON(src []byte) error
func (*NullableAppliancesIdChangeChangeIdGet200Response) Unset ¶
func (v *NullableAppliancesIdChangeChangeIdGet200Response) Unset()
type NullableAppliancesIdCommandDigPostRequest ¶
type NullableAppliancesIdCommandDigPostRequest struct {
// contains filtered or unexported fields
}
func NewNullableAppliancesIdCommandDigPostRequest ¶
func NewNullableAppliancesIdCommandDigPostRequest(val *AppliancesIdCommandDigPostRequest) *NullableAppliancesIdCommandDigPostRequest
func (NullableAppliancesIdCommandDigPostRequest) IsSet ¶
func (v NullableAppliancesIdCommandDigPostRequest) IsSet() bool
func (NullableAppliancesIdCommandDigPostRequest) MarshalJSON ¶
func (v NullableAppliancesIdCommandDigPostRequest) MarshalJSON() ([]byte, error)
func (*NullableAppliancesIdCommandDigPostRequest) Set ¶
func (v *NullableAppliancesIdCommandDigPostRequest) Set(val *AppliancesIdCommandDigPostRequest)
func (*NullableAppliancesIdCommandDigPostRequest) UnmarshalJSON ¶
func (v *NullableAppliancesIdCommandDigPostRequest) UnmarshalJSON(src []byte) error
func (*NullableAppliancesIdCommandDigPostRequest) Unset ¶
func (v *NullableAppliancesIdCommandDigPostRequest) Unset()
type NullableAppliancesIdCommandNetcatPostRequest ¶
type NullableAppliancesIdCommandNetcatPostRequest struct {
// contains filtered or unexported fields
}
func NewNullableAppliancesIdCommandNetcatPostRequest ¶
func NewNullableAppliancesIdCommandNetcatPostRequest(val *AppliancesIdCommandNetcatPostRequest) *NullableAppliancesIdCommandNetcatPostRequest
func (NullableAppliancesIdCommandNetcatPostRequest) IsSet ¶
func (v NullableAppliancesIdCommandNetcatPostRequest) IsSet() bool
func (NullableAppliancesIdCommandNetcatPostRequest) MarshalJSON ¶
func (v NullableAppliancesIdCommandNetcatPostRequest) MarshalJSON() ([]byte, error)
func (*NullableAppliancesIdCommandNetcatPostRequest) Set ¶
func (v *NullableAppliancesIdCommandNetcatPostRequest) Set(val *AppliancesIdCommandNetcatPostRequest)
func (*NullableAppliancesIdCommandNetcatPostRequest) UnmarshalJSON ¶
func (v *NullableAppliancesIdCommandNetcatPostRequest) UnmarshalJSON(src []byte) error
func (*NullableAppliancesIdCommandNetcatPostRequest) Unset ¶
func (v *NullableAppliancesIdCommandNetcatPostRequest) Unset()
type NullableAppliancesIdCommandPingPostRequest ¶
type NullableAppliancesIdCommandPingPostRequest struct {
// contains filtered or unexported fields
}
func NewNullableAppliancesIdCommandPingPostRequest ¶
func NewNullableAppliancesIdCommandPingPostRequest(val *AppliancesIdCommandPingPostRequest) *NullableAppliancesIdCommandPingPostRequest
func (NullableAppliancesIdCommandPingPostRequest) IsSet ¶
func (v NullableAppliancesIdCommandPingPostRequest) IsSet() bool
func (NullableAppliancesIdCommandPingPostRequest) MarshalJSON ¶
func (v NullableAppliancesIdCommandPingPostRequest) MarshalJSON() ([]byte, error)
func (*NullableAppliancesIdCommandPingPostRequest) Set ¶
func (v *NullableAppliancesIdCommandPingPostRequest) Set(val *AppliancesIdCommandPingPostRequest)
func (*NullableAppliancesIdCommandPingPostRequest) UnmarshalJSON ¶
func (v *NullableAppliancesIdCommandPingPostRequest) UnmarshalJSON(src []byte) error
func (*NullableAppliancesIdCommandPingPostRequest) Unset ¶
func (v *NullableAppliancesIdCommandPingPostRequest) Unset()
type NullableAppliancesIdCommandTcpdumpPostRequest ¶
type NullableAppliancesIdCommandTcpdumpPostRequest struct {
// contains filtered or unexported fields
}
func NewNullableAppliancesIdCommandTcpdumpPostRequest ¶
func NewNullableAppliancesIdCommandTcpdumpPostRequest(val *AppliancesIdCommandTcpdumpPostRequest) *NullableAppliancesIdCommandTcpdumpPostRequest
func (NullableAppliancesIdCommandTcpdumpPostRequest) IsSet ¶
func (v NullableAppliancesIdCommandTcpdumpPostRequest) IsSet() bool
func (NullableAppliancesIdCommandTcpdumpPostRequest) MarshalJSON ¶
func (v NullableAppliancesIdCommandTcpdumpPostRequest) MarshalJSON() ([]byte, error)
func (*NullableAppliancesIdCommandTcpdumpPostRequest) Set ¶
func (v *NullableAppliancesIdCommandTcpdumpPostRequest) Set(val *AppliancesIdCommandTcpdumpPostRequest)
func (*NullableAppliancesIdCommandTcpdumpPostRequest) UnmarshalJSON ¶
func (v *NullableAppliancesIdCommandTcpdumpPostRequest) UnmarshalJSON(src []byte) error
func (*NullableAppliancesIdCommandTcpdumpPostRequest) Unset ¶
func (v *NullableAppliancesIdCommandTcpdumpPostRequest) Unset()
type NullableAppliancesIdMaintenancePost202Response ¶
type NullableAppliancesIdMaintenancePost202Response struct {
// contains filtered or unexported fields
}
func NewNullableAppliancesIdMaintenancePost202Response ¶
func NewNullableAppliancesIdMaintenancePost202Response(val *AppliancesIdMaintenancePost202Response) *NullableAppliancesIdMaintenancePost202Response
func (NullableAppliancesIdMaintenancePost202Response) IsSet ¶
func (v NullableAppliancesIdMaintenancePost202Response) IsSet() bool
func (NullableAppliancesIdMaintenancePost202Response) MarshalJSON ¶
func (v NullableAppliancesIdMaintenancePost202Response) MarshalJSON() ([]byte, error)
func (*NullableAppliancesIdMaintenancePost202Response) Set ¶
func (v *NullableAppliancesIdMaintenancePost202Response) Set(val *AppliancesIdMaintenancePost202Response)
func (*NullableAppliancesIdMaintenancePost202Response) UnmarshalJSON ¶
func (v *NullableAppliancesIdMaintenancePost202Response) UnmarshalJSON(src []byte) error
func (*NullableAppliancesIdMaintenancePost202Response) Unset ¶
func (v *NullableAppliancesIdMaintenancePost202Response) Unset()
type NullableAppliancesIdMaintenancePostRequest ¶
type NullableAppliancesIdMaintenancePostRequest struct {
// contains filtered or unexported fields
}
func NewNullableAppliancesIdMaintenancePostRequest ¶
func NewNullableAppliancesIdMaintenancePostRequest(val *AppliancesIdMaintenancePostRequest) *NullableAppliancesIdMaintenancePostRequest
func (NullableAppliancesIdMaintenancePostRequest) IsSet ¶
func (v NullableAppliancesIdMaintenancePostRequest) IsSet() bool
func (NullableAppliancesIdMaintenancePostRequest) MarshalJSON ¶
func (v NullableAppliancesIdMaintenancePostRequest) MarshalJSON() ([]byte, error)
func (*NullableAppliancesIdMaintenancePostRequest) Set ¶
func (v *NullableAppliancesIdMaintenancePostRequest) Set(val *AppliancesIdMaintenancePostRequest)
func (*NullableAppliancesIdMaintenancePostRequest) UnmarshalJSON ¶
func (v *NullableAppliancesIdMaintenancePostRequest) UnmarshalJSON(src []byte) error
func (*NullableAppliancesIdMaintenancePostRequest) Unset ¶
func (v *NullableAppliancesIdMaintenancePostRequest) Unset()
type NullableAppliancesIdNameResolutionStatusGet200Response ¶
type NullableAppliancesIdNameResolutionStatusGet200Response struct {
// contains filtered or unexported fields
}
func NewNullableAppliancesIdNameResolutionStatusGet200Response ¶
func NewNullableAppliancesIdNameResolutionStatusGet200Response(val *AppliancesIdNameResolutionStatusGet200Response) *NullableAppliancesIdNameResolutionStatusGet200Response
func (NullableAppliancesIdNameResolutionStatusGet200Response) IsSet ¶
func (v NullableAppliancesIdNameResolutionStatusGet200Response) IsSet() bool
func (NullableAppliancesIdNameResolutionStatusGet200Response) MarshalJSON ¶
func (v NullableAppliancesIdNameResolutionStatusGet200Response) MarshalJSON() ([]byte, error)
func (*NullableAppliancesIdNameResolutionStatusGet200Response) UnmarshalJSON ¶
func (v *NullableAppliancesIdNameResolutionStatusGet200Response) UnmarshalJSON(src []byte) error
func (*NullableAppliancesIdNameResolutionStatusGet200Response) Unset ¶
func (v *NullableAppliancesIdNameResolutionStatusGet200Response) Unset()
type NullableAppliancesIdNameResolutionStatusGet200ResponseResolutionsValue ¶
type NullableAppliancesIdNameResolutionStatusGet200ResponseResolutionsValue struct {
// contains filtered or unexported fields
}
func NewNullableAppliancesIdNameResolutionStatusGet200ResponseResolutionsValue ¶
func NewNullableAppliancesIdNameResolutionStatusGet200ResponseResolutionsValue(val *AppliancesIdNameResolutionStatusGet200ResponseResolutionsValue) *NullableAppliancesIdNameResolutionStatusGet200ResponseResolutionsValue
func (NullableAppliancesIdNameResolutionStatusGet200ResponseResolutionsValue) MarshalJSON ¶
func (v NullableAppliancesIdNameResolutionStatusGet200ResponseResolutionsValue) MarshalJSON() ([]byte, error)
func (*NullableAppliancesIdNameResolutionStatusGet200ResponseResolutionsValue) UnmarshalJSON ¶
func (v *NullableAppliancesIdNameResolutionStatusGet200ResponseResolutionsValue) UnmarshalJSON(src []byte) error
func (*NullableAppliancesIdNameResolutionStatusGet200ResponseResolutionsValue) Unset ¶
func (v *NullableAppliancesIdNameResolutionStatusGet200ResponseResolutionsValue) Unset()
type NullableAppliancesIdTestResolverNamePost200Response ¶
type NullableAppliancesIdTestResolverNamePost200Response struct {
// contains filtered or unexported fields
}
func NewNullableAppliancesIdTestResolverNamePost200Response ¶
func NewNullableAppliancesIdTestResolverNamePost200Response(val *AppliancesIdTestResolverNamePost200Response) *NullableAppliancesIdTestResolverNamePost200Response
func (NullableAppliancesIdTestResolverNamePost200Response) IsSet ¶
func (v NullableAppliancesIdTestResolverNamePost200Response) IsSet() bool
func (NullableAppliancesIdTestResolverNamePost200Response) MarshalJSON ¶
func (v NullableAppliancesIdTestResolverNamePost200Response) MarshalJSON() ([]byte, error)
func (*NullableAppliancesIdTestResolverNamePost200Response) UnmarshalJSON ¶
func (v *NullableAppliancesIdTestResolverNamePost200Response) UnmarshalJSON(src []byte) error
func (*NullableAppliancesIdTestResolverNamePost200Response) Unset ¶
func (v *NullableAppliancesIdTestResolverNamePost200Response) Unset()
type NullableAppliancesIdTestResolverNamePostRequest ¶
type NullableAppliancesIdTestResolverNamePostRequest struct {
// contains filtered or unexported fields
}
func NewNullableAppliancesIdTestResolverNamePostRequest ¶
func NewNullableAppliancesIdTestResolverNamePostRequest(val *AppliancesIdTestResolverNamePostRequest) *NullableAppliancesIdTestResolverNamePostRequest
func (NullableAppliancesIdTestResolverNamePostRequest) IsSet ¶
func (v NullableAppliancesIdTestResolverNamePostRequest) IsSet() bool
func (NullableAppliancesIdTestResolverNamePostRequest) MarshalJSON ¶
func (v NullableAppliancesIdTestResolverNamePostRequest) MarshalJSON() ([]byte, error)
func (*NullableAppliancesIdTestResolverNamePostRequest) UnmarshalJSON ¶
func (v *NullableAppliancesIdTestResolverNamePostRequest) UnmarshalJSON(src []byte) error
func (*NullableAppliancesIdTestResolverNamePostRequest) Unset ¶
func (v *NullableAppliancesIdTestResolverNamePostRequest) Unset()
type NullableAppliancesIdUpgradeCompletePostRequest ¶
type NullableAppliancesIdUpgradeCompletePostRequest struct {
// contains filtered or unexported fields
}
func NewNullableAppliancesIdUpgradeCompletePostRequest ¶
func NewNullableAppliancesIdUpgradeCompletePostRequest(val *AppliancesIdUpgradeCompletePostRequest) *NullableAppliancesIdUpgradeCompletePostRequest
func (NullableAppliancesIdUpgradeCompletePostRequest) IsSet ¶
func (v NullableAppliancesIdUpgradeCompletePostRequest) IsSet() bool
func (NullableAppliancesIdUpgradeCompletePostRequest) MarshalJSON ¶
func (v NullableAppliancesIdUpgradeCompletePostRequest) MarshalJSON() ([]byte, error)
func (*NullableAppliancesIdUpgradeCompletePostRequest) Set ¶
func (v *NullableAppliancesIdUpgradeCompletePostRequest) Set(val *AppliancesIdUpgradeCompletePostRequest)
func (*NullableAppliancesIdUpgradeCompletePostRequest) UnmarshalJSON ¶
func (v *NullableAppliancesIdUpgradeCompletePostRequest) UnmarshalJSON(src []byte) error
func (*NullableAppliancesIdUpgradeCompletePostRequest) Unset ¶
func (v *NullableAppliancesIdUpgradeCompletePostRequest) Unset()
type NullableAppliancesIdUpgradeDelete200Response ¶
type NullableAppliancesIdUpgradeDelete200Response struct {
// contains filtered or unexported fields
}
func NewNullableAppliancesIdUpgradeDelete200Response ¶
func NewNullableAppliancesIdUpgradeDelete200Response(val *AppliancesIdUpgradeDelete200Response) *NullableAppliancesIdUpgradeDelete200Response
func (NullableAppliancesIdUpgradeDelete200Response) IsSet ¶
func (v NullableAppliancesIdUpgradeDelete200Response) IsSet() bool
func (NullableAppliancesIdUpgradeDelete200Response) MarshalJSON ¶
func (v NullableAppliancesIdUpgradeDelete200Response) MarshalJSON() ([]byte, error)
func (*NullableAppliancesIdUpgradeDelete200Response) Set ¶
func (v *NullableAppliancesIdUpgradeDelete200Response) Set(val *AppliancesIdUpgradeDelete200Response)
func (*NullableAppliancesIdUpgradeDelete200Response) UnmarshalJSON ¶
func (v *NullableAppliancesIdUpgradeDelete200Response) UnmarshalJSON(src []byte) error
func (*NullableAppliancesIdUpgradeDelete200Response) Unset ¶
func (v *NullableAppliancesIdUpgradeDelete200Response) Unset()
type NullableAuthenticationOtpInitializePost200Response ¶
type NullableAuthenticationOtpInitializePost200Response struct {
// contains filtered or unexported fields
}
func NewNullableAuthenticationOtpInitializePost200Response ¶
func NewNullableAuthenticationOtpInitializePost200Response(val *AuthenticationOtpInitializePost200Response) *NullableAuthenticationOtpInitializePost200Response
func (NullableAuthenticationOtpInitializePost200Response) IsSet ¶
func (v NullableAuthenticationOtpInitializePost200Response) IsSet() bool
func (NullableAuthenticationOtpInitializePost200Response) MarshalJSON ¶
func (v NullableAuthenticationOtpInitializePost200Response) MarshalJSON() ([]byte, error)
func (*NullableAuthenticationOtpInitializePost200Response) UnmarshalJSON ¶
func (v *NullableAuthenticationOtpInitializePost200Response) UnmarshalJSON(src []byte) error
func (*NullableAuthenticationOtpInitializePost200Response) Unset ¶
func (v *NullableAuthenticationOtpInitializePost200Response) Unset()
type NullableAuthenticationOtpInitializePostRequest ¶
type NullableAuthenticationOtpInitializePostRequest struct {
// contains filtered or unexported fields
}
func NewNullableAuthenticationOtpInitializePostRequest ¶
func NewNullableAuthenticationOtpInitializePostRequest(val *AuthenticationOtpInitializePostRequest) *NullableAuthenticationOtpInitializePostRequest
func (NullableAuthenticationOtpInitializePostRequest) IsSet ¶
func (v NullableAuthenticationOtpInitializePostRequest) IsSet() bool
func (NullableAuthenticationOtpInitializePostRequest) MarshalJSON ¶
func (v NullableAuthenticationOtpInitializePostRequest) MarshalJSON() ([]byte, error)
func (*NullableAuthenticationOtpInitializePostRequest) Set ¶
func (v *NullableAuthenticationOtpInitializePostRequest) Set(val *AuthenticationOtpInitializePostRequest)
func (*NullableAuthenticationOtpInitializePostRequest) UnmarshalJSON ¶
func (v *NullableAuthenticationOtpInitializePostRequest) UnmarshalJSON(src []byte) error
func (*NullableAuthenticationOtpInitializePostRequest) Unset ¶
func (v *NullableAuthenticationOtpInitializePostRequest) Unset()
type NullableAuthenticationOtpPostRequest ¶
type NullableAuthenticationOtpPostRequest struct {
// contains filtered or unexported fields
}
func NewNullableAuthenticationOtpPostRequest ¶
func NewNullableAuthenticationOtpPostRequest(val *AuthenticationOtpPostRequest) *NullableAuthenticationOtpPostRequest
func (NullableAuthenticationOtpPostRequest) Get ¶
func (v NullableAuthenticationOtpPostRequest) Get() *AuthenticationOtpPostRequest
func (NullableAuthenticationOtpPostRequest) IsSet ¶
func (v NullableAuthenticationOtpPostRequest) IsSet() bool
func (NullableAuthenticationOtpPostRequest) MarshalJSON ¶
func (v NullableAuthenticationOtpPostRequest) MarshalJSON() ([]byte, error)
func (*NullableAuthenticationOtpPostRequest) Set ¶
func (v *NullableAuthenticationOtpPostRequest) Set(val *AuthenticationOtpPostRequest)
func (*NullableAuthenticationOtpPostRequest) UnmarshalJSON ¶
func (v *NullableAuthenticationOtpPostRequest) UnmarshalJSON(src []byte) error
func (*NullableAuthenticationOtpPostRequest) Unset ¶
func (v *NullableAuthenticationOtpPostRequest) Unset()
type NullableAuthenticationPost401Response ¶
type NullableAuthenticationPost401Response struct {
// contains filtered or unexported fields
}
func NewNullableAuthenticationPost401Response ¶
func NewNullableAuthenticationPost401Response(val *AuthenticationPost401Response) *NullableAuthenticationPost401Response
func (NullableAuthenticationPost401Response) Get ¶
func (v NullableAuthenticationPost401Response) Get() *AuthenticationPost401Response
func (NullableAuthenticationPost401Response) IsSet ¶
func (v NullableAuthenticationPost401Response) IsSet() bool
func (NullableAuthenticationPost401Response) MarshalJSON ¶
func (v NullableAuthenticationPost401Response) MarshalJSON() ([]byte, error)
func (*NullableAuthenticationPost401Response) Set ¶
func (v *NullableAuthenticationPost401Response) Set(val *AuthenticationPost401Response)
func (*NullableAuthenticationPost401Response) UnmarshalJSON ¶
func (v *NullableAuthenticationPost401Response) UnmarshalJSON(src []byte) error
func (*NullableAuthenticationPost401Response) Unset ¶
func (v *NullableAuthenticationPost401Response) Unset()
type NullableAuthenticationPost401ResponseAllOf ¶
type NullableAuthenticationPost401ResponseAllOf struct {
// contains filtered or unexported fields
}
func NewNullableAuthenticationPost401ResponseAllOf ¶
func NewNullableAuthenticationPost401ResponseAllOf(val *AuthenticationPost401ResponseAllOf) *NullableAuthenticationPost401ResponseAllOf
func (NullableAuthenticationPost401ResponseAllOf) IsSet ¶
func (v NullableAuthenticationPost401ResponseAllOf) IsSet() bool
func (NullableAuthenticationPost401ResponseAllOf) MarshalJSON ¶
func (v NullableAuthenticationPost401ResponseAllOf) MarshalJSON() ([]byte, error)
func (*NullableAuthenticationPost401ResponseAllOf) Set ¶
func (v *NullableAuthenticationPost401ResponseAllOf) Set(val *AuthenticationPost401ResponseAllOf)
func (*NullableAuthenticationPost401ResponseAllOf) UnmarshalJSON ¶
func (v *NullableAuthenticationPost401ResponseAllOf) UnmarshalJSON(src []byte) error
func (*NullableAuthenticationPost401ResponseAllOf) Unset ¶
func (v *NullableAuthenticationPost401ResponseAllOf) Unset()
type NullableAutoUpdateSettings ¶
type NullableAutoUpdateSettings struct {
// contains filtered or unexported fields
}
func NewNullableAutoUpdateSettings ¶
func NewNullableAutoUpdateSettings(val *AutoUpdateSettings) *NullableAutoUpdateSettings
func (NullableAutoUpdateSettings) Get ¶
func (v NullableAutoUpdateSettings) Get() *AutoUpdateSettings
func (NullableAutoUpdateSettings) IsSet ¶
func (v NullableAutoUpdateSettings) IsSet() bool
func (NullableAutoUpdateSettings) MarshalJSON ¶
func (v NullableAutoUpdateSettings) MarshalJSON() ([]byte, error)
func (*NullableAutoUpdateSettings) Set ¶
func (v *NullableAutoUpdateSettings) Set(val *AutoUpdateSettings)
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 (v NullableAwsKinesisAllOf) Get() *AwsKinesisAllOf
func (NullableAwsKinesisAllOf) IsSet ¶
func (v NullableAwsKinesisAllOf) IsSet() bool
func (NullableAwsKinesisAllOf) MarshalJSON ¶
func (v NullableAwsKinesisAllOf) MarshalJSON() ([]byte, error)
func (*NullableAwsKinesisAllOf) Set ¶
func (v *NullableAwsKinesisAllOf) Set(val *AwsKinesisAllOf)
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 NewNullableBaseIdentityProvider ¶
func NewNullableBaseIdentityProvider(val *BaseIdentityProvider) *NullableBaseIdentityProvider
func (NullableBaseIdentityProvider) Get ¶
func (v NullableBaseIdentityProvider) Get() *BaseIdentityProvider
func (NullableBaseIdentityProvider) IsSet ¶
func (v NullableBaseIdentityProvider) IsSet() bool
func (NullableBaseIdentityProvider) MarshalJSON ¶
func (v NullableBaseIdentityProvider) MarshalJSON() ([]byte, error)
func (*NullableBaseIdentityProvider) Set ¶
func (v *NullableBaseIdentityProvider) Set(val *BaseIdentityProvider)
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 NewNullableBaseIdentityProviderAllOf ¶
func NewNullableBaseIdentityProviderAllOf(val *BaseIdentityProviderAllOf) *NullableBaseIdentityProviderAllOf
func (NullableBaseIdentityProviderAllOf) Get ¶
func (v NullableBaseIdentityProviderAllOf) Get() *BaseIdentityProviderAllOf
func (NullableBaseIdentityProviderAllOf) IsSet ¶
func (v NullableBaseIdentityProviderAllOf) IsSet() bool
func (NullableBaseIdentityProviderAllOf) MarshalJSON ¶
func (v NullableBaseIdentityProviderAllOf) MarshalJSON() ([]byte, error)
func (*NullableBaseIdentityProviderAllOf) Set ¶
func (v *NullableBaseIdentityProviderAllOf) Set(val *BaseIdentityProviderAllOf)
func (*NullableBaseIdentityProviderAllOf) UnmarshalJSON ¶
func (v *NullableBaseIdentityProviderAllOf) UnmarshalJSON(src []byte) error
func (*NullableBaseIdentityProviderAllOf) Unset ¶
func (v *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 (v NullableBlackListList) Get() *BlackListList
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 (v NullableBlackListListAllOf) Get() *BlackListListAllOf
func (NullableBlackListListAllOf) IsSet ¶
func (v NullableBlackListListAllOf) IsSet() bool
func (NullableBlackListListAllOf) MarshalJSON ¶
func (v NullableBlackListListAllOf) MarshalJSON() ([]byte, error)
func (*NullableBlackListListAllOf) Set ¶
func (v *NullableBlackListListAllOf) Set(val *BlackListListAllOf)
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 (v NullableBlacklistEntry) Get() *BlacklistEntry
func (NullableBlacklistEntry) IsSet ¶
func (v NullableBlacklistEntry) IsSet() bool
func (NullableBlacklistEntry) MarshalJSON ¶
func (v NullableBlacklistEntry) MarshalJSON() ([]byte, error)
func (*NullableBlacklistEntry) Set ¶
func (v *NullableBlacklistEntry) Set(val *BlacklistEntry)
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 NewNullableBlacklistEntryAllOf ¶
func NewNullableBlacklistEntryAllOf(val *BlacklistEntryAllOf) *NullableBlacklistEntryAllOf
func (NullableBlacklistEntryAllOf) Get ¶
func (v NullableBlacklistEntryAllOf) Get() *BlacklistEntryAllOf
func (NullableBlacklistEntryAllOf) IsSet ¶
func (v NullableBlacklistEntryAllOf) IsSet() bool
func (NullableBlacklistEntryAllOf) MarshalJSON ¶
func (v NullableBlacklistEntryAllOf) MarshalJSON() ([]byte, error)
func (*NullableBlacklistEntryAllOf) Set ¶
func (v *NullableBlacklistEntryAllOf) Set(val *BlacklistEntryAllOf)
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 (v NullableCaConfigAllOf) Get() *CaConfigAllOf
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 NewNullableCertificateAuthorityCaNextGeneratePostRequest ¶
func NewNullableCertificateAuthorityCaNextGeneratePostRequest(val *CertificateAuthorityCaNextGeneratePostRequest) *NullableCertificateAuthorityCaNextGeneratePostRequest
func (NullableCertificateAuthorityCaNextGeneratePostRequest) IsSet ¶
func (v NullableCertificateAuthorityCaNextGeneratePostRequest) IsSet() bool
func (NullableCertificateAuthorityCaNextGeneratePostRequest) MarshalJSON ¶
func (v NullableCertificateAuthorityCaNextGeneratePostRequest) MarshalJSON() ([]byte, error)
func (*NullableCertificateAuthorityCaNextGeneratePostRequest) UnmarshalJSON ¶
func (v *NullableCertificateAuthorityCaNextGeneratePostRequest) UnmarshalJSON(src []byte) error
func (*NullableCertificateAuthorityCaNextGeneratePostRequest) Unset ¶
func (v *NullableCertificateAuthorityCaNextGeneratePostRequest) Unset()
type NullableCertificateAuthorityCaNextSwitchPost412Response ¶
type NullableCertificateAuthorityCaNextSwitchPost412Response struct {
// contains filtered or unexported fields
}
func NewNullableCertificateAuthorityCaNextSwitchPost412Response ¶
func NewNullableCertificateAuthorityCaNextSwitchPost412Response(val *CertificateAuthorityCaNextSwitchPost412Response) *NullableCertificateAuthorityCaNextSwitchPost412Response
func (NullableCertificateAuthorityCaNextSwitchPost412Response) IsSet ¶
func (v NullableCertificateAuthorityCaNextSwitchPost412Response) IsSet() bool
func (NullableCertificateAuthorityCaNextSwitchPost412Response) MarshalJSON ¶
func (v NullableCertificateAuthorityCaNextSwitchPost412Response) MarshalJSON() ([]byte, error)
func (*NullableCertificateAuthorityCaNextSwitchPost412Response) UnmarshalJSON ¶
func (v *NullableCertificateAuthorityCaNextSwitchPost412Response) UnmarshalJSON(src []byte) error
func (*NullableCertificateAuthorityCaNextSwitchPost412Response) Unset ¶
func (v *NullableCertificateAuthorityCaNextSwitchPost412Response) Unset()
type NullableCertificateAuthorityCaNextSwitchPost412ResponseAllOf ¶
type NullableCertificateAuthorityCaNextSwitchPost412ResponseAllOf struct {
// contains filtered or unexported fields
}
func NewNullableCertificateAuthorityCaNextSwitchPost412ResponseAllOf ¶
func NewNullableCertificateAuthorityCaNextSwitchPost412ResponseAllOf(val *CertificateAuthorityCaNextSwitchPost412ResponseAllOf) *NullableCertificateAuthorityCaNextSwitchPost412ResponseAllOf
func (NullableCertificateAuthorityCaNextSwitchPost412ResponseAllOf) IsSet ¶
func (v NullableCertificateAuthorityCaNextSwitchPost412ResponseAllOf) IsSet() bool
func (NullableCertificateAuthorityCaNextSwitchPost412ResponseAllOf) MarshalJSON ¶
func (v NullableCertificateAuthorityCaNextSwitchPost412ResponseAllOf) MarshalJSON() ([]byte, error)
func (*NullableCertificateAuthorityCaNextSwitchPost412ResponseAllOf) UnmarshalJSON ¶
func (v *NullableCertificateAuthorityCaNextSwitchPost412ResponseAllOf) UnmarshalJSON(src []byte) error
func (*NullableCertificateAuthorityCaNextSwitchPost412ResponseAllOf) Unset ¶
func (v *NullableCertificateAuthorityCaNextSwitchPost412ResponseAllOf) Unset()
type NullableCertificateAuthorityCaNextSwitchPostRequest ¶
type NullableCertificateAuthorityCaNextSwitchPostRequest struct {
// contains filtered or unexported fields
}
func NewNullableCertificateAuthorityCaNextSwitchPostRequest ¶
func NewNullableCertificateAuthorityCaNextSwitchPostRequest(val *CertificateAuthorityCaNextSwitchPostRequest) *NullableCertificateAuthorityCaNextSwitchPostRequest
func (NullableCertificateAuthorityCaNextSwitchPostRequest) IsSet ¶
func (v NullableCertificateAuthorityCaNextSwitchPostRequest) IsSet() bool
func (NullableCertificateAuthorityCaNextSwitchPostRequest) MarshalJSON ¶
func (v NullableCertificateAuthorityCaNextSwitchPostRequest) MarshalJSON() ([]byte, error)
func (*NullableCertificateAuthorityCaNextSwitchPostRequest) UnmarshalJSON ¶
func (v *NullableCertificateAuthorityCaNextSwitchPostRequest) UnmarshalJSON(src []byte) error
func (*NullableCertificateAuthorityCaNextSwitchPostRequest) Unset ¶
func (v *NullableCertificateAuthorityCaNextSwitchPostRequest) Unset()
type NullableCertificateAuthorityCrlGet200Response ¶
type NullableCertificateAuthorityCrlGet200Response struct {
// contains filtered or unexported fields
}
func NewNullableCertificateAuthorityCrlGet200Response ¶
func NewNullableCertificateAuthorityCrlGet200Response(val *CertificateAuthorityCrlGet200Response) *NullableCertificateAuthorityCrlGet200Response
func (NullableCertificateAuthorityCrlGet200Response) IsSet ¶
func (v NullableCertificateAuthorityCrlGet200Response) IsSet() bool
func (NullableCertificateAuthorityCrlGet200Response) MarshalJSON ¶
func (v NullableCertificateAuthorityCrlGet200Response) MarshalJSON() ([]byte, error)
func (*NullableCertificateAuthorityCrlGet200Response) Set ¶
func (v *NullableCertificateAuthorityCrlGet200Response) Set(val *CertificateAuthorityCrlGet200Response)
func (*NullableCertificateAuthorityCrlGet200Response) UnmarshalJSON ¶
func (v *NullableCertificateAuthorityCrlGet200Response) UnmarshalJSON(src []byte) error
func (*NullableCertificateAuthorityCrlGet200Response) Unset ¶
func (v *NullableCertificateAuthorityCrlGet200Response) Unset()
type NullableCertificateAuthorityIssuedCertificatesRevokedCertificateIdPutRequest ¶
type NullableCertificateAuthorityIssuedCertificatesRevokedCertificateIdPutRequest struct {
// contains filtered or unexported fields
}
func NewNullableCertificateAuthorityIssuedCertificatesRevokedCertificateIdPutRequest ¶
func NewNullableCertificateAuthorityIssuedCertificatesRevokedCertificateIdPutRequest(val *CertificateAuthorityIssuedCertificatesRevokedCertificateIdPutRequest) *NullableCertificateAuthorityIssuedCertificatesRevokedCertificateIdPutRequest
func (NullableCertificateAuthorityIssuedCertificatesRevokedCertificateIdPutRequest) MarshalJSON ¶
func (v NullableCertificateAuthorityIssuedCertificatesRevokedCertificateIdPutRequest) MarshalJSON() ([]byte, error)
func (*NullableCertificateAuthorityIssuedCertificatesRevokedCertificateIdPutRequest) UnmarshalJSON ¶
func (v *NullableCertificateAuthorityIssuedCertificatesRevokedCertificateIdPutRequest) UnmarshalJSON(src []byte) error
type NullableCertificateDetails ¶
type NullableCertificateDetails struct {
// contains filtered or unexported fields
}
func NewNullableCertificateDetails ¶
func NewNullableCertificateDetails(val *CertificateDetails) *NullableCertificateDetails
func (NullableCertificateDetails) Get ¶
func (v NullableCertificateDetails) Get() *CertificateDetails
func (NullableCertificateDetails) IsSet ¶
func (v NullableCertificateDetails) IsSet() bool
func (NullableCertificateDetails) MarshalJSON ¶
func (v NullableCertificateDetails) MarshalJSON() ([]byte, error)
func (*NullableCertificateDetails) Set ¶
func (v *NullableCertificateDetails) Set(val *CertificateDetails)
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 (v NullableClaimMappingsInner) Get() *ClaimMappingsInner
func (NullableClaimMappingsInner) IsSet ¶
func (v NullableClaimMappingsInner) IsSet() bool
func (NullableClaimMappingsInner) MarshalJSON ¶
func (v NullableClaimMappingsInner) MarshalJSON() ([]byte, error)
func (*NullableClaimMappingsInner) Set ¶
func (v *NullableClaimMappingsInner) Set(val *ClaimMappingsInner)
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 (v NullableClaimNamesInner) Get() *ClaimNamesInner
func (NullableClaimNamesInner) IsSet ¶
func (v NullableClaimNamesInner) IsSet() bool
func (NullableClaimNamesInner) MarshalJSON ¶
func (v NullableClaimNamesInner) MarshalJSON() ([]byte, error)
func (*NullableClaimNamesInner) Set ¶
func (v *NullableClaimNamesInner) Set(val *ClaimNamesInner)
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 (v NullableClaimNamesList) Get() *ClaimNamesList
func (NullableClaimNamesList) IsSet ¶
func (v NullableClaimNamesList) IsSet() bool
func (NullableClaimNamesList) MarshalJSON ¶
func (v NullableClaimNamesList) MarshalJSON() ([]byte, error)
func (*NullableClaimNamesList) Set ¶
func (v *NullableClaimNamesList) Set(val *ClaimNamesList)
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 NewNullableClaimNamesListZtpRiskRulesInner ¶
func NewNullableClaimNamesListZtpRiskRulesInner(val *ClaimNamesListZtpRiskRulesInner) *NullableClaimNamesListZtpRiskRulesInner
func (NullableClaimNamesListZtpRiskRulesInner) IsSet ¶
func (v NullableClaimNamesListZtpRiskRulesInner) IsSet() bool
func (NullableClaimNamesListZtpRiskRulesInner) MarshalJSON ¶
func (v NullableClaimNamesListZtpRiskRulesInner) MarshalJSON() ([]byte, error)
func (*NullableClaimNamesListZtpRiskRulesInner) Set ¶
func (v *NullableClaimNamesListZtpRiskRulesInner) Set(val *ClaimNamesListZtpRiskRulesInner)
func (*NullableClaimNamesListZtpRiskRulesInner) UnmarshalJSON ¶
func (v *NullableClaimNamesListZtpRiskRulesInner) UnmarshalJSON(src []byte) error
func (*NullableClaimNamesListZtpRiskRulesInner) Unset ¶
func (v *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 (v NullableClientConnections) Get() *ClientConnections
func (NullableClientConnections) IsSet ¶
func (v NullableClientConnections) IsSet() bool
func (NullableClientConnections) MarshalJSON ¶
func (v NullableClientConnections) MarshalJSON() ([]byte, error)
func (*NullableClientConnections) Set ¶
func (v *NullableClientConnections) Set(val *ClientConnections)
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 NewNullableClientConnectionsProfileNameBarcodeGet200Response ¶
func NewNullableClientConnectionsProfileNameBarcodeGet200Response(val *ClientConnectionsProfileNameBarcodeGet200Response) *NullableClientConnectionsProfileNameBarcodeGet200Response
func (NullableClientConnectionsProfileNameBarcodeGet200Response) IsSet ¶
func (v NullableClientConnectionsProfileNameBarcodeGet200Response) IsSet() bool
func (NullableClientConnectionsProfileNameBarcodeGet200Response) MarshalJSON ¶
func (v NullableClientConnectionsProfileNameBarcodeGet200Response) MarshalJSON() ([]byte, error)
func (*NullableClientConnectionsProfileNameBarcodeGet200Response) UnmarshalJSON ¶
func (v *NullableClientConnectionsProfileNameBarcodeGet200Response) UnmarshalJSON(src []byte) error
func (*NullableClientConnectionsProfileNameBarcodeGet200Response) Unset ¶
func (v *NullableClientConnectionsProfileNameBarcodeGet200Response) Unset()
type NullableClientConnectionsProfileNameUrlGet200Response ¶
type NullableClientConnectionsProfileNameUrlGet200Response struct {
// contains filtered or unexported fields
}
func NewNullableClientConnectionsProfileNameUrlGet200Response ¶
func NewNullableClientConnectionsProfileNameUrlGet200Response(val *ClientConnectionsProfileNameUrlGet200Response) *NullableClientConnectionsProfileNameUrlGet200Response
func (NullableClientConnectionsProfileNameUrlGet200Response) IsSet ¶
func (v NullableClientConnectionsProfileNameUrlGet200Response) IsSet() bool
func (NullableClientConnectionsProfileNameUrlGet200Response) MarshalJSON ¶
func (v NullableClientConnectionsProfileNameUrlGet200Response) MarshalJSON() ([]byte, error)
func (*NullableClientConnectionsProfileNameUrlGet200Response) UnmarshalJSON ¶
func (v *NullableClientConnectionsProfileNameUrlGet200Response) UnmarshalJSON(src []byte) error
func (*NullableClientConnectionsProfileNameUrlGet200Response) Unset ¶
func (v *NullableClientConnectionsProfileNameUrlGet200Response) Unset()
type NullableClientConnectionsProfilesInner ¶
type NullableClientConnectionsProfilesInner struct {
// contains filtered or unexported fields
}
func NewNullableClientConnectionsProfilesInner ¶
func NewNullableClientConnectionsProfilesInner(val *ClientConnectionsProfilesInner) *NullableClientConnectionsProfilesInner
func (NullableClientConnectionsProfilesInner) Get ¶
func (v NullableClientConnectionsProfilesInner) Get() *ClientConnectionsProfilesInner
func (NullableClientConnectionsProfilesInner) IsSet ¶
func (v NullableClientConnectionsProfilesInner) IsSet() bool
func (NullableClientConnectionsProfilesInner) MarshalJSON ¶
func (v NullableClientConnectionsProfilesInner) MarshalJSON() ([]byte, error)
func (*NullableClientConnectionsProfilesInner) Set ¶
func (v *NullableClientConnectionsProfilesInner) Set(val *ClientConnectionsProfilesInner)
func (*NullableClientConnectionsProfilesInner) UnmarshalJSON ¶
func (v *NullableClientConnectionsProfilesInner) UnmarshalJSON(src []byte) error
func (*NullableClientConnectionsProfilesInner) Unset ¶
func (v *NullableClientConnectionsProfilesInner) Unset()
type NullableClientProfile ¶
type NullableClientProfile struct {
// contains filtered or unexported fields
}
func NewNullableClientProfile ¶
func NewNullableClientProfile(val *ClientProfile) *NullableClientProfile
func (NullableClientProfile) Get ¶
func (v NullableClientProfile) Get() *ClientProfile
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 (v NullableClientProfileAllOf) Get() *ClientProfileAllOf
func (NullableClientProfileAllOf) IsSet ¶
func (v NullableClientProfileAllOf) IsSet() bool
func (NullableClientProfileAllOf) MarshalJSON ¶
func (v NullableClientProfileAllOf) MarshalJSON() ([]byte, error)
func (*NullableClientProfileAllOf) Set ¶
func (v *NullableClientProfileAllOf) Set(val *ClientProfileAllOf)
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 (v NullableClientProfileList) Get() *ClientProfileList
func (NullableClientProfileList) IsSet ¶
func (v NullableClientProfileList) IsSet() bool
func (NullableClientProfileList) MarshalJSON ¶
func (v NullableClientProfileList) MarshalJSON() ([]byte, error)
func (*NullableClientProfileList) Set ¶
func (v *NullableClientProfileList) Set(val *ClientProfileList)
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 NewNullableClientProfileListAllOf ¶
func NewNullableClientProfileListAllOf(val *ClientProfileListAllOf) *NullableClientProfileListAllOf
func (NullableClientProfileListAllOf) Get ¶
func (v NullableClientProfileListAllOf) Get() *ClientProfileListAllOf
func (NullableClientProfileListAllOf) IsSet ¶
func (v NullableClientProfileListAllOf) IsSet() bool
func (NullableClientProfileListAllOf) MarshalJSON ¶
func (v NullableClientProfileListAllOf) MarshalJSON() ([]byte, error)
func (*NullableClientProfileListAllOf) Set ¶
func (v *NullableClientProfileListAllOf) Set(val *ClientProfileListAllOf)
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 NewNullableClientProfilesIdBarcodeGet200Response ¶
func NewNullableClientProfilesIdBarcodeGet200Response(val *ClientProfilesIdBarcodeGet200Response) *NullableClientProfilesIdBarcodeGet200Response
func (NullableClientProfilesIdBarcodeGet200Response) IsSet ¶
func (v NullableClientProfilesIdBarcodeGet200Response) IsSet() bool
func (NullableClientProfilesIdBarcodeGet200Response) MarshalJSON ¶
func (v NullableClientProfilesIdBarcodeGet200Response) MarshalJSON() ([]byte, error)
func (*NullableClientProfilesIdBarcodeGet200Response) Set ¶
func (v *NullableClientProfilesIdBarcodeGet200Response) Set(val *ClientProfilesIdBarcodeGet200Response)
func (*NullableClientProfilesIdBarcodeGet200Response) UnmarshalJSON ¶
func (v *NullableClientProfilesIdBarcodeGet200Response) UnmarshalJSON(src []byte) error
func (*NullableClientProfilesIdBarcodeGet200Response) Unset ¶
func (v *NullableClientProfilesIdBarcodeGet200Response) Unset()
type NullableClientProfilesIdUrlGet200Response ¶
type NullableClientProfilesIdUrlGet200Response struct {
// contains filtered or unexported fields
}
func NewNullableClientProfilesIdUrlGet200Response ¶
func NewNullableClientProfilesIdUrlGet200Response(val *ClientProfilesIdUrlGet200Response) *NullableClientProfilesIdUrlGet200Response
func (NullableClientProfilesIdUrlGet200Response) IsSet ¶
func (v NullableClientProfilesIdUrlGet200Response) IsSet() bool
func (NullableClientProfilesIdUrlGet200Response) MarshalJSON ¶
func (v NullableClientProfilesIdUrlGet200Response) MarshalJSON() ([]byte, error)
func (*NullableClientProfilesIdUrlGet200Response) Set ¶
func (v *NullableClientProfilesIdUrlGet200Response) Set(val *ClientProfilesIdUrlGet200Response)
func (*NullableClientProfilesIdUrlGet200Response) UnmarshalJSON ¶
func (v *NullableClientProfilesIdUrlGet200Response) UnmarshalJSON(src []byte) error
func (*NullableClientProfilesIdUrlGet200Response) Unset ¶
func (v *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 (v NullableConditionAllOf) Get() *ConditionAllOf
func (NullableConditionAllOf) IsSet ¶
func (v NullableConditionAllOf) IsSet() bool
func (NullableConditionAllOf) MarshalJSON ¶
func (v NullableConditionAllOf) MarshalJSON() ([]byte, error)
func (*NullableConditionAllOf) Set ¶
func (v *NullableConditionAllOf) Set(val *ConditionAllOf)
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 (v NullableConditionList) Get() *ConditionList
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 (v NullableConditionListAllOf) Get() *ConditionListAllOf
func (NullableConditionListAllOf) IsSet ¶
func (v NullableConditionListAllOf) IsSet() bool
func (NullableConditionListAllOf) MarshalJSON ¶
func (v NullableConditionListAllOf) MarshalJSON() ([]byte, error)
func (*NullableConditionListAllOf) Set ¶
func (v *NullableConditionListAllOf) Set(val *ConditionListAllOf)
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 NewNullableConditionsTestPost200Response ¶
func NewNullableConditionsTestPost200Response(val *ConditionsTestPost200Response) *NullableConditionsTestPost200Response
func (NullableConditionsTestPost200Response) Get ¶
func (v NullableConditionsTestPost200Response) Get() *ConditionsTestPost200Response
func (NullableConditionsTestPost200Response) IsSet ¶
func (v NullableConditionsTestPost200Response) IsSet() bool
func (NullableConditionsTestPost200Response) MarshalJSON ¶
func (v NullableConditionsTestPost200Response) MarshalJSON() ([]byte, error)
func (*NullableConditionsTestPost200Response) Set ¶
func (v *NullableConditionsTestPost200Response) Set(val *ConditionsTestPost200Response)
func (*NullableConditionsTestPost200Response) UnmarshalJSON ¶
func (v *NullableConditionsTestPost200Response) UnmarshalJSON(src []byte) error
func (*NullableConditionsTestPost200Response) Unset ¶
func (v *NullableConditionsTestPost200Response) Unset()
type NullableConfigurableIdentityProvider ¶
type NullableConfigurableIdentityProvider struct {
// contains filtered or unexported fields
}
func NewNullableConfigurableIdentityProvider ¶
func NewNullableConfigurableIdentityProvider(val *ConfigurableIdentityProvider) *NullableConfigurableIdentityProvider
func (NullableConfigurableIdentityProvider) Get ¶
func (v NullableConfigurableIdentityProvider) Get() *ConfigurableIdentityProvider
func (NullableConfigurableIdentityProvider) IsSet ¶
func (v NullableConfigurableIdentityProvider) IsSet() bool
func (NullableConfigurableIdentityProvider) MarshalJSON ¶
func (v NullableConfigurableIdentityProvider) MarshalJSON() ([]byte, error)
func (*NullableConfigurableIdentityProvider) Set ¶
func (v *NullableConfigurableIdentityProvider) Set(val *ConfigurableIdentityProvider)
func (*NullableConfigurableIdentityProvider) UnmarshalJSON ¶
func (v *NullableConfigurableIdentityProvider) UnmarshalJSON(src []byte) error
func (*NullableConfigurableIdentityProvider) Unset ¶
func (v *NullableConfigurableIdentityProvider) Unset()
type NullableConfigurableIdentityProviderAllOf ¶
type NullableConfigurableIdentityProviderAllOf struct {
// contains filtered or unexported fields
}
func NewNullableConfigurableIdentityProviderAllOf ¶
func NewNullableConfigurableIdentityProviderAllOf(val *ConfigurableIdentityProviderAllOf) *NullableConfigurableIdentityProviderAllOf
func (NullableConfigurableIdentityProviderAllOf) IsSet ¶
func (v NullableConfigurableIdentityProviderAllOf) IsSet() bool
func (NullableConfigurableIdentityProviderAllOf) MarshalJSON ¶
func (v NullableConfigurableIdentityProviderAllOf) MarshalJSON() ([]byte, error)
func (*NullableConfigurableIdentityProviderAllOf) Set ¶
func (v *NullableConfigurableIdentityProviderAllOf) Set(val *ConfigurableIdentityProviderAllOf)
func (*NullableConfigurableIdentityProviderAllOf) UnmarshalJSON ¶
func (v *NullableConfigurableIdentityProviderAllOf) UnmarshalJSON(src []byte) error
func (*NullableConfigurableIdentityProviderAllOf) Unset ¶
func (v *NullableConfigurableIdentityProviderAllOf) Unset()
type NullableConfigurableIdentityProviderAllOfOnBoarding2FA ¶
type NullableConfigurableIdentityProviderAllOfOnBoarding2FA struct {
// contains filtered or unexported fields
}
func NewNullableConfigurableIdentityProviderAllOfOnBoarding2FA ¶
func NewNullableConfigurableIdentityProviderAllOfOnBoarding2FA(val *ConfigurableIdentityProviderAllOfOnBoarding2FA) *NullableConfigurableIdentityProviderAllOfOnBoarding2FA
func (NullableConfigurableIdentityProviderAllOfOnBoarding2FA) IsSet ¶
func (v NullableConfigurableIdentityProviderAllOfOnBoarding2FA) IsSet() bool
func (NullableConfigurableIdentityProviderAllOfOnBoarding2FA) MarshalJSON ¶
func (v NullableConfigurableIdentityProviderAllOfOnBoarding2FA) MarshalJSON() ([]byte, error)
func (*NullableConfigurableIdentityProviderAllOfOnBoarding2FA) UnmarshalJSON ¶
func (v *NullableConfigurableIdentityProviderAllOfOnBoarding2FA) UnmarshalJSON(src []byte) error
func (*NullableConfigurableIdentityProviderAllOfOnBoarding2FA) Unset ¶
func (v *NullableConfigurableIdentityProviderAllOfOnBoarding2FA) Unset()
type NullableConnectorIdentityProviderList ¶
type NullableConnectorIdentityProviderList struct {
// contains filtered or unexported fields
}
func NewNullableConnectorIdentityProviderList ¶
func NewNullableConnectorIdentityProviderList(val *ConnectorIdentityProviderList) *NullableConnectorIdentityProviderList
func (NullableConnectorIdentityProviderList) Get ¶
func (v NullableConnectorIdentityProviderList) Get() *ConnectorIdentityProviderList
func (NullableConnectorIdentityProviderList) IsSet ¶
func (v NullableConnectorIdentityProviderList) IsSet() bool
func (NullableConnectorIdentityProviderList) MarshalJSON ¶
func (v NullableConnectorIdentityProviderList) MarshalJSON() ([]byte, error)
func (*NullableConnectorIdentityProviderList) Set ¶
func (v *NullableConnectorIdentityProviderList) Set(val *ConnectorIdentityProviderList)
func (*NullableConnectorIdentityProviderList) UnmarshalJSON ¶
func (v *NullableConnectorIdentityProviderList) UnmarshalJSON(src []byte) error
func (*NullableConnectorIdentityProviderList) Unset ¶
func (v *NullableConnectorIdentityProviderList) Unset()
type NullableConnectorProvider ¶
type NullableConnectorProvider struct {
// contains filtered or unexported fields
}
func NewNullableConnectorProvider ¶
func NewNullableConnectorProvider(val *ConnectorProvider) *NullableConnectorProvider
func (NullableConnectorProvider) Get ¶
func (v NullableConnectorProvider) Get() *ConnectorProvider
func (NullableConnectorProvider) IsSet ¶
func (v NullableConnectorProvider) IsSet() bool
func (NullableConnectorProvider) MarshalJSON ¶
func (v NullableConnectorProvider) MarshalJSON() ([]byte, error)
func (*NullableConnectorProvider) Set ¶
func (v *NullableConnectorProvider) Set(val *ConnectorProvider)
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 (v NullableControllerRole) Get() *ControllerRole
func (NullableControllerRole) IsSet ¶
func (v NullableControllerRole) IsSet() bool
func (NullableControllerRole) MarshalJSON ¶
func (v NullableControllerRole) MarshalJSON() ([]byte, error)
func (*NullableControllerRole) Set ¶
func (v *NullableControllerRole) Set(val *ControllerRole)
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 NewNullableControllerRoleAllOf ¶
func NewNullableControllerRoleAllOf(val *ControllerRoleAllOf) *NullableControllerRoleAllOf
func (NullableControllerRoleAllOf) Get ¶
func (v NullableControllerRoleAllOf) Get() *ControllerRoleAllOf
func (NullableControllerRoleAllOf) IsSet ¶
func (v NullableControllerRoleAllOf) IsSet() bool
func (NullableControllerRoleAllOf) MarshalJSON ¶
func (v NullableControllerRoleAllOf) MarshalJSON() ([]byte, error)
func (*NullableControllerRoleAllOf) Set ¶
func (v *NullableControllerRoleAllOf) Set(val *ControllerRoleAllOf)
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 (v NullableCriteriaScript) Get() *CriteriaScript
func (NullableCriteriaScript) IsSet ¶
func (v NullableCriteriaScript) IsSet() bool
func (NullableCriteriaScript) MarshalJSON ¶
func (v NullableCriteriaScript) MarshalJSON() ([]byte, error)
func (*NullableCriteriaScript) Set ¶
func (v *NullableCriteriaScript) Set(val *CriteriaScript)
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 NewNullableCriteriaScriptAllOf ¶
func NewNullableCriteriaScriptAllOf(val *CriteriaScriptAllOf) *NullableCriteriaScriptAllOf
func (NullableCriteriaScriptAllOf) Get ¶
func (v NullableCriteriaScriptAllOf) Get() *CriteriaScriptAllOf
func (NullableCriteriaScriptAllOf) IsSet ¶
func (v NullableCriteriaScriptAllOf) IsSet() bool
func (NullableCriteriaScriptAllOf) MarshalJSON ¶
func (v NullableCriteriaScriptAllOf) MarshalJSON() ([]byte, error)
func (*NullableCriteriaScriptAllOf) Set ¶
func (v *NullableCriteriaScriptAllOf) Set(val *CriteriaScriptAllOf)
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 (v NullableCriteriaScriptList) Get() *CriteriaScriptList
func (NullableCriteriaScriptList) IsSet ¶
func (v NullableCriteriaScriptList) IsSet() bool
func (NullableCriteriaScriptList) MarshalJSON ¶
func (v NullableCriteriaScriptList) MarshalJSON() ([]byte, error)
func (*NullableCriteriaScriptList) Set ¶
func (v *NullableCriteriaScriptList) Set(val *CriteriaScriptList)
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 NewNullableCriteriaScriptListAllOf ¶
func NewNullableCriteriaScriptListAllOf(val *CriteriaScriptListAllOf) *NullableCriteriaScriptListAllOf
func (NullableCriteriaScriptListAllOf) Get ¶
func (v NullableCriteriaScriptListAllOf) Get() *CriteriaScriptListAllOf
func (NullableCriteriaScriptListAllOf) IsSet ¶
func (v NullableCriteriaScriptListAllOf) IsSet() bool
func (NullableCriteriaScriptListAllOf) MarshalJSON ¶
func (v NullableCriteriaScriptListAllOf) MarshalJSON() ([]byte, error)
func (*NullableCriteriaScriptListAllOf) Set ¶
func (v *NullableCriteriaScriptListAllOf) Set(val *CriteriaScriptListAllOf)
func (*NullableCriteriaScriptListAllOf) UnmarshalJSON ¶
func (v *NullableCriteriaScriptListAllOf) UnmarshalJSON(src []byte) error
func (*NullableCriteriaScriptListAllOf) Unset ¶
func (v *NullableCriteriaScriptListAllOf) Unset()
type NullableDeviceAndUser ¶
type NullableDeviceAndUser struct {
// contains filtered or unexported fields
}
func NewNullableDeviceAndUser ¶
func NewNullableDeviceAndUser(val *DeviceAndUser) *NullableDeviceAndUser
func (NullableDeviceAndUser) Get ¶
func (v NullableDeviceAndUser) Get() *DeviceAndUser
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 (v NullableDeviceScript) Get() *DeviceScript
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 (v NullableDeviceScriptAllOf) Get() *DeviceScriptAllOf
func (NullableDeviceScriptAllOf) IsSet ¶
func (v NullableDeviceScriptAllOf) IsSet() bool
func (NullableDeviceScriptAllOf) MarshalJSON ¶
func (v NullableDeviceScriptAllOf) MarshalJSON() ([]byte, error)
func (*NullableDeviceScriptAllOf) Set ¶
func (v *NullableDeviceScriptAllOf) Set(val *DeviceScriptAllOf)
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 (v NullableDeviceScriptList) Get() *DeviceScriptList
func (NullableDeviceScriptList) IsSet ¶
func (v NullableDeviceScriptList) IsSet() bool
func (NullableDeviceScriptList) MarshalJSON ¶
func (v NullableDeviceScriptList) MarshalJSON() ([]byte, error)
func (*NullableDeviceScriptList) Set ¶
func (v *NullableDeviceScriptList) Set(val *DeviceScriptList)
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 NewNullableDeviceScriptListAllOf ¶
func NewNullableDeviceScriptListAllOf(val *DeviceScriptListAllOf) *NullableDeviceScriptListAllOf
func (NullableDeviceScriptListAllOf) Get ¶
func (v NullableDeviceScriptListAllOf) Get() *DeviceScriptListAllOf
func (NullableDeviceScriptListAllOf) IsSet ¶
func (v NullableDeviceScriptListAllOf) IsSet() bool
func (NullableDeviceScriptListAllOf) MarshalJSON ¶
func (v NullableDeviceScriptListAllOf) MarshalJSON() ([]byte, error)
func (*NullableDeviceScriptListAllOf) Set ¶
func (v *NullableDeviceScriptListAllOf) Set(val *DeviceScriptListAllOf)
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 NewNullableDeviceScriptsDownloadIdGet200Response ¶
func NewNullableDeviceScriptsDownloadIdGet200Response(val *DeviceScriptsDownloadIdGet200Response) *NullableDeviceScriptsDownloadIdGet200Response
func (NullableDeviceScriptsDownloadIdGet200Response) IsSet ¶
func (v NullableDeviceScriptsDownloadIdGet200Response) IsSet() bool
func (NullableDeviceScriptsDownloadIdGet200Response) MarshalJSON ¶
func (v NullableDeviceScriptsDownloadIdGet200Response) MarshalJSON() ([]byte, error)
func (*NullableDeviceScriptsDownloadIdGet200Response) Set ¶
func (v *NullableDeviceScriptsDownloadIdGet200Response) Set(val *DeviceScriptsDownloadIdGet200Response)
func (*NullableDeviceScriptsDownloadIdGet200Response) UnmarshalJSON ¶
func (v *NullableDeviceScriptsDownloadIdGet200Response) UnmarshalJSON(src []byte) error
func (*NullableDeviceScriptsDownloadIdGet200Response) Unset ¶
func (v *NullableDeviceScriptsDownloadIdGet200Response) Unset()
type NullableDistinguishedName ¶
type NullableDistinguishedName struct {
// contains filtered or unexported fields
}
func NewNullableDistinguishedName ¶
func NewNullableDistinguishedName(val *DistinguishedName) *NullableDistinguishedName
func (NullableDistinguishedName) Get ¶
func (v NullableDistinguishedName) Get() *DistinguishedName
func (NullableDistinguishedName) IsSet ¶
func (v NullableDistinguishedName) IsSet() bool
func (NullableDistinguishedName) MarshalJSON ¶
func (v NullableDistinguishedName) MarshalJSON() ([]byte, error)
func (*NullableDistinguishedName) Set ¶
func (v *NullableDistinguishedName) Set(val *DistinguishedName)
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 NewNullableDistinguishedNameAllOf ¶
func NewNullableDistinguishedNameAllOf(val *DistinguishedNameAllOf) *NullableDistinguishedNameAllOf
func (NullableDistinguishedNameAllOf) Get ¶
func (v NullableDistinguishedNameAllOf) Get() *DistinguishedNameAllOf
func (NullableDistinguishedNameAllOf) IsSet ¶
func (v NullableDistinguishedNameAllOf) IsSet() bool
func (NullableDistinguishedNameAllOf) MarshalJSON ¶
func (v NullableDistinguishedNameAllOf) MarshalJSON() ([]byte, error)
func (*NullableDistinguishedNameAllOf) Set ¶
func (v *NullableDistinguishedNameAllOf) Set(val *DistinguishedNameAllOf)
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 NewNullableDistinguishedNameList ¶
func NewNullableDistinguishedNameList(val *DistinguishedNameList) *NullableDistinguishedNameList
func (NullableDistinguishedNameList) Get ¶
func (v NullableDistinguishedNameList) Get() *DistinguishedNameList
func (NullableDistinguishedNameList) IsSet ¶
func (v NullableDistinguishedNameList) IsSet() bool
func (NullableDistinguishedNameList) MarshalJSON ¶
func (v NullableDistinguishedNameList) MarshalJSON() ([]byte, error)
func (*NullableDistinguishedNameList) Set ¶
func (v *NullableDistinguishedNameList) Set(val *DistinguishedNameList)
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 NewNullableDistinguishedNameListAllOf ¶
func NewNullableDistinguishedNameListAllOf(val *DistinguishedNameListAllOf) *NullableDistinguishedNameListAllOf
func (NullableDistinguishedNameListAllOf) Get ¶
func (v NullableDistinguishedNameListAllOf) Get() *DistinguishedNameListAllOf
func (NullableDistinguishedNameListAllOf) IsSet ¶
func (v NullableDistinguishedNameListAllOf) IsSet() bool
func (NullableDistinguishedNameListAllOf) MarshalJSON ¶
func (v NullableDistinguishedNameListAllOf) MarshalJSON() ([]byte, error)
func (*NullableDistinguishedNameListAllOf) Set ¶
func (v *NullableDistinguishedNameListAllOf) Set(val *DistinguishedNameListAllOf)
func (*NullableDistinguishedNameListAllOf) UnmarshalJSON ¶
func (v *NullableDistinguishedNameListAllOf) UnmarshalJSON(src []byte) error
func (*NullableDistinguishedNameListAllOf) Unset ¶
func (v *NullableDistinguishedNameListAllOf) Unset()
type NullableDnsSettings ¶
type NullableDnsSettings struct {
// contains filtered or unexported fields
}
func NewNullableDnsSettings ¶
func NewNullableDnsSettings(val *DnsSettings) *NullableDnsSettings
func (NullableDnsSettings) Get ¶
func (v NullableDnsSettings) Get() *DnsSettings
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 (v NullableElasticsearch) Get() *Elasticsearch
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 (v NullableElasticsearchAllOf) Get() *ElasticsearchAllOf
func (NullableElasticsearchAllOf) IsSet ¶
func (v NullableElasticsearchAllOf) IsSet() bool
func (NullableElasticsearchAllOf) MarshalJSON ¶
func (v NullableElasticsearchAllOf) MarshalJSON() ([]byte, error)
func (*NullableElasticsearchAllOf) Set ¶
func (v *NullableElasticsearchAllOf) Set(val *ElasticsearchAllOf)
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 NewNullableElasticsearchAllOfAuthentication ¶
func NewNullableElasticsearchAllOfAuthentication(val *ElasticsearchAllOfAuthentication) *NullableElasticsearchAllOfAuthentication
func (NullableElasticsearchAllOfAuthentication) IsSet ¶
func (v NullableElasticsearchAllOfAuthentication) IsSet() bool
func (NullableElasticsearchAllOfAuthentication) MarshalJSON ¶
func (v NullableElasticsearchAllOfAuthentication) MarshalJSON() ([]byte, error)
func (*NullableElasticsearchAllOfAuthentication) Set ¶
func (v *NullableElasticsearchAllOfAuthentication) Set(val *ElasticsearchAllOfAuthentication)
func (*NullableElasticsearchAllOfAuthentication) UnmarshalJSON ¶
func (v *NullableElasticsearchAllOfAuthentication) UnmarshalJSON(src []byte) error
func (*NullableElasticsearchAllOfAuthentication) Unset ¶
func (v *NullableElasticsearchAllOfAuthentication) Unset()
type NullableEntitlement ¶
type NullableEntitlement struct {
// contains filtered or unexported fields
}
func NewNullableEntitlement ¶
func NewNullableEntitlement(val *Entitlement) *NullableEntitlement
func (NullableEntitlement) Get ¶
func (v NullableEntitlement) Get() *Entitlement
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 (v NullableEntitlementAllOf) Get() *EntitlementAllOf
func (NullableEntitlementAllOf) IsSet ¶
func (v NullableEntitlementAllOf) IsSet() bool
func (NullableEntitlementAllOf) MarshalJSON ¶
func (v NullableEntitlementAllOf) MarshalJSON() ([]byte, error)
func (*NullableEntitlementAllOf) Set ¶
func (v *NullableEntitlementAllOf) Set(val *EntitlementAllOf)
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 NewNullableEntitlementAllOfActions ¶
func NewNullableEntitlementAllOfActions(val *EntitlementAllOfActions) *NullableEntitlementAllOfActions
func (NullableEntitlementAllOfActions) Get ¶
func (v NullableEntitlementAllOfActions) Get() *EntitlementAllOfActions
func (NullableEntitlementAllOfActions) IsSet ¶
func (v NullableEntitlementAllOfActions) IsSet() bool
func (NullableEntitlementAllOfActions) MarshalJSON ¶
func (v NullableEntitlementAllOfActions) MarshalJSON() ([]byte, error)
func (*NullableEntitlementAllOfActions) Set ¶
func (v *NullableEntitlementAllOfActions) Set(val *EntitlementAllOfActions)
func (*NullableEntitlementAllOfActions) UnmarshalJSON ¶
func (v *NullableEntitlementAllOfActions) UnmarshalJSON(src []byte) error
func (*NullableEntitlementAllOfActions) Unset ¶
func (v *NullableEntitlementAllOfActions) Unset()
type NullableEntitlementAllOfMonitor ¶
type NullableEntitlementAllOfMonitor struct {
// contains filtered or unexported fields
}
func NewNullableEntitlementAllOfMonitor ¶
func NewNullableEntitlementAllOfMonitor(val *EntitlementAllOfMonitor) *NullableEntitlementAllOfMonitor
func (NullableEntitlementAllOfMonitor) Get ¶
func (v NullableEntitlementAllOfMonitor) Get() *EntitlementAllOfMonitor
func (NullableEntitlementAllOfMonitor) IsSet ¶
func (v NullableEntitlementAllOfMonitor) IsSet() bool
func (NullableEntitlementAllOfMonitor) MarshalJSON ¶
func (v NullableEntitlementAllOfMonitor) MarshalJSON() ([]byte, error)
func (*NullableEntitlementAllOfMonitor) Set ¶
func (v *NullableEntitlementAllOfMonitor) Set(val *EntitlementAllOfMonitor)
func (*NullableEntitlementAllOfMonitor) UnmarshalJSON ¶
func (v *NullableEntitlementAllOfMonitor) UnmarshalJSON(src []byte) error
func (*NullableEntitlementAllOfMonitor) Unset ¶
func (v *NullableEntitlementAllOfMonitor) Unset()
type NullableEntitlementList ¶
type NullableEntitlementList struct {
// contains filtered or unexported fields
}
func NewNullableEntitlementList ¶
func NewNullableEntitlementList(val *EntitlementList) *NullableEntitlementList
func (NullableEntitlementList) Get ¶
func (v NullableEntitlementList) Get() *EntitlementList
func (NullableEntitlementList) IsSet ¶
func (v NullableEntitlementList) IsSet() bool
func (NullableEntitlementList) MarshalJSON ¶
func (v NullableEntitlementList) MarshalJSON() ([]byte, error)
func (*NullableEntitlementList) Set ¶
func (v *NullableEntitlementList) Set(val *EntitlementList)
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 NewNullableEntitlementListAllOf ¶
func NewNullableEntitlementListAllOf(val *EntitlementListAllOf) *NullableEntitlementListAllOf
func (NullableEntitlementListAllOf) Get ¶
func (v NullableEntitlementListAllOf) Get() *EntitlementListAllOf
func (NullableEntitlementListAllOf) IsSet ¶
func (v NullableEntitlementListAllOf) IsSet() bool
func (NullableEntitlementListAllOf) MarshalJSON ¶
func (v NullableEntitlementListAllOf) MarshalJSON() ([]byte, error)
func (*NullableEntitlementListAllOf) Set ¶
func (v *NullableEntitlementListAllOf) Set(val *EntitlementListAllOf)
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 (v NullableEntitlementScript) Get() *EntitlementScript
func (NullableEntitlementScript) IsSet ¶
func (v NullableEntitlementScript) IsSet() bool
func (NullableEntitlementScript) MarshalJSON ¶
func (v NullableEntitlementScript) MarshalJSON() ([]byte, error)
func (*NullableEntitlementScript) Set ¶
func (v *NullableEntitlementScript) Set(val *EntitlementScript)
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 NewNullableEntitlementScriptAllOf ¶
func NewNullableEntitlementScriptAllOf(val *EntitlementScriptAllOf) *NullableEntitlementScriptAllOf
func (NullableEntitlementScriptAllOf) Get ¶
func (v NullableEntitlementScriptAllOf) Get() *EntitlementScriptAllOf
func (NullableEntitlementScriptAllOf) IsSet ¶
func (v NullableEntitlementScriptAllOf) IsSet() bool
func (NullableEntitlementScriptAllOf) MarshalJSON ¶
func (v NullableEntitlementScriptAllOf) MarshalJSON() ([]byte, error)
func (*NullableEntitlementScriptAllOf) Set ¶
func (v *NullableEntitlementScriptAllOf) Set(val *EntitlementScriptAllOf)
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 NewNullableEntitlementScriptList ¶
func NewNullableEntitlementScriptList(val *EntitlementScriptList) *NullableEntitlementScriptList
func (NullableEntitlementScriptList) Get ¶
func (v NullableEntitlementScriptList) Get() *EntitlementScriptList
func (NullableEntitlementScriptList) IsSet ¶
func (v NullableEntitlementScriptList) IsSet() bool
func (NullableEntitlementScriptList) MarshalJSON ¶
func (v NullableEntitlementScriptList) MarshalJSON() ([]byte, error)
func (*NullableEntitlementScriptList) Set ¶
func (v *NullableEntitlementScriptList) Set(val *EntitlementScriptList)
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 NewNullableEntitlementScriptListAllOf ¶
func NewNullableEntitlementScriptListAllOf(val *EntitlementScriptListAllOf) *NullableEntitlementScriptListAllOf
func (NullableEntitlementScriptListAllOf) Get ¶
func (v NullableEntitlementScriptListAllOf) Get() *EntitlementScriptListAllOf
func (NullableEntitlementScriptListAllOf) IsSet ¶
func (v NullableEntitlementScriptListAllOf) IsSet() bool
func (NullableEntitlementScriptListAllOf) MarshalJSON ¶
func (v NullableEntitlementScriptListAllOf) MarshalJSON() ([]byte, error)
func (*NullableEntitlementScriptListAllOf) Set ¶
func (v *NullableEntitlementScriptListAllOf) Set(val *EntitlementScriptListAllOf)
func (*NullableEntitlementScriptListAllOf) UnmarshalJSON ¶
func (v *NullableEntitlementScriptListAllOf) UnmarshalJSON(src []byte) error
func (*NullableEntitlementScriptListAllOf) Unset ¶
func (v *NullableEntitlementScriptListAllOf) Unset()
type NullableEntitlementScriptTestResult ¶
type NullableEntitlementScriptTestResult struct {
// contains filtered or unexported fields
}
func NewNullableEntitlementScriptTestResult ¶
func NewNullableEntitlementScriptTestResult(val *EntitlementScriptTestResult) *NullableEntitlementScriptTestResult
func (NullableEntitlementScriptTestResult) Get ¶
func (v NullableEntitlementScriptTestResult) Get() *EntitlementScriptTestResult
func (NullableEntitlementScriptTestResult) IsSet ¶
func (v NullableEntitlementScriptTestResult) IsSet() bool
func (NullableEntitlementScriptTestResult) MarshalJSON ¶
func (v NullableEntitlementScriptTestResult) MarshalJSON() ([]byte, error)
func (*NullableEntitlementScriptTestResult) Set ¶
func (v *NullableEntitlementScriptTestResult) Set(val *EntitlementScriptTestResult)
func (*NullableEntitlementScriptTestResult) UnmarshalJSON ¶
func (v *NullableEntitlementScriptTestResult) UnmarshalJSON(src []byte) error
func (*NullableEntitlementScriptTestResult) Unset ¶
func (v *NullableEntitlementScriptTestResult) Unset()
type NullableEntitlementScriptTestResultResultInner ¶
type NullableEntitlementScriptTestResultResultInner struct {
// contains filtered or unexported fields
}
func NewNullableEntitlementScriptTestResultResultInner ¶
func NewNullableEntitlementScriptTestResultResultInner(val *EntitlementScriptTestResultResultInner) *NullableEntitlementScriptTestResultResultInner
func (NullableEntitlementScriptTestResultResultInner) IsSet ¶
func (v NullableEntitlementScriptTestResultResultInner) IsSet() bool
func (NullableEntitlementScriptTestResultResultInner) MarshalJSON ¶
func (v NullableEntitlementScriptTestResultResultInner) MarshalJSON() ([]byte, error)
func (*NullableEntitlementScriptTestResultResultInner) Set ¶
func (v *NullableEntitlementScriptTestResultResultInner) Set(val *EntitlementScriptTestResultResultInner)
func (*NullableEntitlementScriptTestResultResultInner) UnmarshalJSON ¶
func (v *NullableEntitlementScriptTestResultResultInner) UnmarshalJSON(src []byte) error
func (*NullableEntitlementScriptTestResultResultInner) Unset ¶
func (v *NullableEntitlementScriptTestResultResultInner) Unset()
type NullableEntitlementScriptsTest ¶
type NullableEntitlementScriptsTest struct {
// contains filtered or unexported fields
}
func NewNullableEntitlementScriptsTest ¶
func NewNullableEntitlementScriptsTest(val *EntitlementScriptsTest) *NullableEntitlementScriptsTest
func (NullableEntitlementScriptsTest) Get ¶
func (v NullableEntitlementScriptsTest) Get() *EntitlementScriptsTest
func (NullableEntitlementScriptsTest) IsSet ¶
func (v NullableEntitlementScriptsTest) IsSet() bool
func (NullableEntitlementScriptsTest) MarshalJSON ¶
func (v NullableEntitlementScriptsTest) MarshalJSON() ([]byte, error)
func (*NullableEntitlementScriptsTest) Set ¶
func (v *NullableEntitlementScriptsTest) Set(val *EntitlementScriptsTest)
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 NewNullableEntitlementScriptsTestAllOf ¶
func NewNullableEntitlementScriptsTestAllOf(val *EntitlementScriptsTestAllOf) *NullableEntitlementScriptsTestAllOf
func (NullableEntitlementScriptsTestAllOf) Get ¶
func (v NullableEntitlementScriptsTestAllOf) Get() *EntitlementScriptsTestAllOf
func (NullableEntitlementScriptsTestAllOf) IsSet ¶
func (v NullableEntitlementScriptsTestAllOf) IsSet() bool
func (NullableEntitlementScriptsTestAllOf) MarshalJSON ¶
func (v NullableEntitlementScriptsTestAllOf) MarshalJSON() ([]byte, error)
func (*NullableEntitlementScriptsTestAllOf) Set ¶
func (v *NullableEntitlementScriptsTestAllOf) Set(val *EntitlementScriptsTestAllOf)
func (*NullableEntitlementScriptsTestAllOf) UnmarshalJSON ¶
func (v *NullableEntitlementScriptsTestAllOf) UnmarshalJSON(src []byte) error
func (*NullableEntitlementScriptsTestAllOf) Unset ¶
func (v *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 NewNullableFailedAuthentications ¶
func NewNullableFailedAuthentications(val *FailedAuthentications) *NullableFailedAuthentications
func (NullableFailedAuthentications) Get ¶
func (v NullableFailedAuthentications) Get() *FailedAuthentications
func (NullableFailedAuthentications) IsSet ¶
func (v NullableFailedAuthentications) IsSet() bool
func (NullableFailedAuthentications) MarshalJSON ¶
func (v NullableFailedAuthentications) MarshalJSON() ([]byte, error)
func (*NullableFailedAuthentications) Set ¶
func (v *NullableFailedAuthentications) Set(val *FailedAuthentications)
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 NewNullableFailedAuthenticationsAllOf ¶
func NewNullableFailedAuthenticationsAllOf(val *FailedAuthenticationsAllOf) *NullableFailedAuthenticationsAllOf
func (NullableFailedAuthenticationsAllOf) Get ¶
func (v NullableFailedAuthenticationsAllOf) Get() *FailedAuthenticationsAllOf
func (NullableFailedAuthenticationsAllOf) IsSet ¶
func (v NullableFailedAuthenticationsAllOf) IsSet() bool
func (NullableFailedAuthenticationsAllOf) MarshalJSON ¶
func (v NullableFailedAuthenticationsAllOf) MarshalJSON() ([]byte, error)
func (*NullableFailedAuthenticationsAllOf) Set ¶
func (v *NullableFailedAuthenticationsAllOf) Set(val *FailedAuthenticationsAllOf)
func (*NullableFailedAuthenticationsAllOf) UnmarshalJSON ¶
func (v *NullableFailedAuthenticationsAllOf) UnmarshalJSON(src []byte) error
func (*NullableFailedAuthenticationsAllOf) Unset ¶
func (v *NullableFailedAuthenticationsAllOf) Unset()
type NullableFido2Device ¶
type NullableFido2Device struct {
// contains filtered or unexported fields
}
func NewNullableFido2Device ¶
func NewNullableFido2Device(val *Fido2Device) *NullableFido2Device
func (NullableFido2Device) Get ¶
func (v NullableFido2Device) Get() *Fido2Device
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 (v NullableFido2DeviceAllOf) Get() *Fido2DeviceAllOf
func (NullableFido2DeviceAllOf) IsSet ¶
func (v NullableFido2DeviceAllOf) IsSet() bool
func (NullableFido2DeviceAllOf) MarshalJSON ¶
func (v NullableFido2DeviceAllOf) MarshalJSON() ([]byte, error)
func (*NullableFido2DeviceAllOf) Set ¶
func (v *NullableFido2DeviceAllOf) Set(val *Fido2DeviceAllOf)
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 (v NullableFido2DeviceList) Get() *Fido2DeviceList
func (NullableFido2DeviceList) IsSet ¶
func (v NullableFido2DeviceList) IsSet() bool
func (NullableFido2DeviceList) MarshalJSON ¶
func (v NullableFido2DeviceList) MarshalJSON() ([]byte, error)
func (*NullableFido2DeviceList) Set ¶
func (v *NullableFido2DeviceList) Set(val *Fido2DeviceList)
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 NewNullableFido2DeviceListAllOf ¶
func NewNullableFido2DeviceListAllOf(val *Fido2DeviceListAllOf) *NullableFido2DeviceListAllOf
func (NullableFido2DeviceListAllOf) Get ¶
func (v NullableFido2DeviceListAllOf) Get() *Fido2DeviceListAllOf
func (NullableFido2DeviceListAllOf) IsSet ¶
func (v NullableFido2DeviceListAllOf) IsSet() bool
func (NullableFido2DeviceListAllOf) MarshalJSON ¶
func (v NullableFido2DeviceListAllOf) MarshalJSON() ([]byte, error)
func (*NullableFido2DeviceListAllOf) Set ¶
func (v *NullableFido2DeviceListAllOf) Set(val *Fido2DeviceListAllOf)
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 (v NullableFilesGetRequest1) Get() *FilesGetRequest1
func (NullableFilesGetRequest1) IsSet ¶
func (v NullableFilesGetRequest1) IsSet() bool
func (NullableFilesGetRequest1) MarshalJSON ¶
func (v NullableFilesGetRequest1) MarshalJSON() ([]byte, error)
func (*NullableFilesGetRequest1) Set ¶
func (v *NullableFilesGetRequest1) Set(val *FilesGetRequest1)
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 (v NullableGlobalSettings) Get() *GlobalSettings
func (NullableGlobalSettings) IsSet ¶
func (v NullableGlobalSettings) IsSet() bool
func (NullableGlobalSettings) MarshalJSON ¶
func (v NullableGlobalSettings) MarshalJSON() ([]byte, error)
func (*NullableGlobalSettings) Set ¶
func (v *NullableGlobalSettings) Set(val *GlobalSettings)
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 NewNullableIdentityProviderList ¶
func NewNullableIdentityProviderList(val *IdentityProviderList) *NullableIdentityProviderList
func (NullableIdentityProviderList) Get ¶
func (v NullableIdentityProviderList) Get() *IdentityProviderList
func (NullableIdentityProviderList) IsSet ¶
func (v NullableIdentityProviderList) IsSet() bool
func (NullableIdentityProviderList) MarshalJSON ¶
func (v NullableIdentityProviderList) MarshalJSON() ([]byte, error)
func (*NullableIdentityProviderList) Set ¶
func (v *NullableIdentityProviderList) Set(val *IdentityProviderList)
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 NewNullableIdentityProviderListAllOf ¶
func NewNullableIdentityProviderListAllOf(val *IdentityProviderListAllOf) *NullableIdentityProviderListAllOf
func (NullableIdentityProviderListAllOf) Get ¶
func (v NullableIdentityProviderListAllOf) Get() *IdentityProviderListAllOf
func (NullableIdentityProviderListAllOf) IsSet ¶
func (v NullableIdentityProviderListAllOf) IsSet() bool
func (NullableIdentityProviderListAllOf) MarshalJSON ¶
func (v NullableIdentityProviderListAllOf) MarshalJSON() ([]byte, error)
func (*NullableIdentityProviderListAllOf) Set ¶
func (v *NullableIdentityProviderListAllOf) Set(val *IdentityProviderListAllOf)
func (*NullableIdentityProviderListAllOf) UnmarshalJSON ¶
func (v *NullableIdentityProviderListAllOf) UnmarshalJSON(src []byte) error
func (*NullableIdentityProviderListAllOf) Unset ¶
func (v *NullableIdentityProviderListAllOf) Unset()
type NullableIdentityProvidersIdAttributesPost200Response ¶
type NullableIdentityProvidersIdAttributesPost200Response struct {
// contains filtered or unexported fields
}
func NewNullableIdentityProvidersIdAttributesPost200Response ¶
func NewNullableIdentityProvidersIdAttributesPost200Response(val *IdentityProvidersIdAttributesPost200Response) *NullableIdentityProvidersIdAttributesPost200Response
func (NullableIdentityProvidersIdAttributesPost200Response) IsSet ¶
func (v NullableIdentityProvidersIdAttributesPost200Response) IsSet() bool
func (NullableIdentityProvidersIdAttributesPost200Response) MarshalJSON ¶
func (v NullableIdentityProvidersIdAttributesPost200Response) MarshalJSON() ([]byte, error)
func (*NullableIdentityProvidersIdAttributesPost200Response) UnmarshalJSON ¶
func (v *NullableIdentityProvidersIdAttributesPost200Response) UnmarshalJSON(src []byte) error
func (*NullableIdentityProvidersIdAttributesPost200Response) Unset ¶
func (v *NullableIdentityProvidersIdAttributesPost200Response) Unset()
type NullableIdentityProvidersIdAttributesPostRequest ¶
type NullableIdentityProvidersIdAttributesPostRequest struct {
// contains filtered or unexported fields
}
func NewNullableIdentityProvidersIdAttributesPostRequest ¶
func NewNullableIdentityProvidersIdAttributesPostRequest(val *IdentityProvidersIdAttributesPostRequest) *NullableIdentityProvidersIdAttributesPostRequest
func (NullableIdentityProvidersIdAttributesPostRequest) IsSet ¶
func (v NullableIdentityProvidersIdAttributesPostRequest) IsSet() bool
func (NullableIdentityProvidersIdAttributesPostRequest) MarshalJSON ¶
func (v NullableIdentityProvidersIdAttributesPostRequest) MarshalJSON() ([]byte, error)
func (*NullableIdentityProvidersIdAttributesPostRequest) UnmarshalJSON ¶
func (v *NullableIdentityProvidersIdAttributesPostRequest) UnmarshalJSON(src []byte) error
func (*NullableIdentityProvidersIdAttributesPostRequest) Unset ¶
func (v *NullableIdentityProvidersIdAttributesPostRequest) Unset()
type NullableIdentityProvidersNamesGet200Response ¶
type NullableIdentityProvidersNamesGet200Response struct {
// contains filtered or unexported fields
}
func NewNullableIdentityProvidersNamesGet200Response ¶
func NewNullableIdentityProvidersNamesGet200Response(val *IdentityProvidersNamesGet200Response) *NullableIdentityProvidersNamesGet200Response
func (NullableIdentityProvidersNamesGet200Response) IsSet ¶
func (v NullableIdentityProvidersNamesGet200Response) IsSet() bool
func (NullableIdentityProvidersNamesGet200Response) MarshalJSON ¶
func (v NullableIdentityProvidersNamesGet200Response) MarshalJSON() ([]byte, error)
func (*NullableIdentityProvidersNamesGet200Response) Set ¶
func (v *NullableIdentityProvidersNamesGet200Response) Set(val *IdentityProvidersNamesGet200Response)
func (*NullableIdentityProvidersNamesGet200Response) UnmarshalJSON ¶
func (v *NullableIdentityProvidersNamesGet200Response) UnmarshalJSON(src []byte) error
func (*NullableIdentityProvidersNamesGet200Response) Unset ¶
func (v *NullableIdentityProvidersNamesGet200Response) Unset()
type NullableIdentityProvidersNamesGet200ResponseDataInner ¶
type NullableIdentityProvidersNamesGet200ResponseDataInner struct {
// contains filtered or unexported fields
}
func NewNullableIdentityProvidersNamesGet200ResponseDataInner ¶
func NewNullableIdentityProvidersNamesGet200ResponseDataInner(val *IdentityProvidersNamesGet200ResponseDataInner) *NullableIdentityProvidersNamesGet200ResponseDataInner
func (NullableIdentityProvidersNamesGet200ResponseDataInner) IsSet ¶
func (v NullableIdentityProvidersNamesGet200ResponseDataInner) IsSet() bool
func (NullableIdentityProvidersNamesGet200ResponseDataInner) MarshalJSON ¶
func (v NullableIdentityProvidersNamesGet200ResponseDataInner) MarshalJSON() ([]byte, error)
func (*NullableIdentityProvidersNamesGet200ResponseDataInner) UnmarshalJSON ¶
func (v *NullableIdentityProvidersNamesGet200ResponseDataInner) UnmarshalJSON(src []byte) error
func (*NullableIdentityProvidersNamesGet200ResponseDataInner) Unset ¶
func (v *NullableIdentityProvidersNamesGet200ResponseDataInner) Unset()
type NullableIdentityProvidersTestPost200Response ¶
type NullableIdentityProvidersTestPost200Response struct {
// contains filtered or unexported fields
}
func NewNullableIdentityProvidersTestPost200Response ¶
func NewNullableIdentityProvidersTestPost200Response(val *IdentityProvidersTestPost200Response) *NullableIdentityProvidersTestPost200Response
func (NullableIdentityProvidersTestPost200Response) IsSet ¶
func (v NullableIdentityProvidersTestPost200Response) IsSet() bool
func (NullableIdentityProvidersTestPost200Response) MarshalJSON ¶
func (v NullableIdentityProvidersTestPost200Response) MarshalJSON() ([]byte, error)
func (*NullableIdentityProvidersTestPost200Response) Set ¶
func (v *NullableIdentityProvidersTestPost200Response) Set(val *IdentityProvidersTestPost200Response)
func (*NullableIdentityProvidersTestPost200Response) UnmarshalJSON ¶
func (v *NullableIdentityProvidersTestPost200Response) UnmarshalJSON(src []byte) error
func (*NullableIdentityProvidersTestPost200Response) Unset ¶
func (v *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 (v NullableIpPoolAllOf) Get() *IpPoolAllOf
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 (v NullableIpPoolListAllOf) Get() *IpPoolListAllOf
func (NullableIpPoolListAllOf) IsSet ¶
func (v NullableIpPoolListAllOf) IsSet() bool
func (NullableIpPoolListAllOf) MarshalJSON ¶
func (v NullableIpPoolListAllOf) MarshalJSON() ([]byte, error)
func (*NullableIpPoolListAllOf) Set ¶
func (v *NullableIpPoolListAllOf) Set(val *IpPoolListAllOf)
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 (v NullableIpPoolRangeInner) Get() *IpPoolRangeInner
func (NullableIpPoolRangeInner) IsSet ¶
func (v NullableIpPoolRangeInner) IsSet() bool
func (NullableIpPoolRangeInner) MarshalJSON ¶
func (v NullableIpPoolRangeInner) MarshalJSON() ([]byte, error)
func (*NullableIpPoolRangeInner) Set ¶
func (v *NullableIpPoolRangeInner) Set(val *IpPoolRangeInner)
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 (v NullableIssuedCertificate) Get() *IssuedCertificate
func (NullableIssuedCertificate) IsSet ¶
func (v NullableIssuedCertificate) IsSet() bool
func (NullableIssuedCertificate) MarshalJSON ¶
func (v NullableIssuedCertificate) MarshalJSON() ([]byte, error)
func (*NullableIssuedCertificate) Set ¶
func (v *NullableIssuedCertificate) Set(val *IssuedCertificate)
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 NewNullableIssuedCertificateList ¶
func NewNullableIssuedCertificateList(val *IssuedCertificateList) *NullableIssuedCertificateList
func (NullableIssuedCertificateList) Get ¶
func (v NullableIssuedCertificateList) Get() *IssuedCertificateList
func (NullableIssuedCertificateList) IsSet ¶
func (v NullableIssuedCertificateList) IsSet() bool
func (NullableIssuedCertificateList) MarshalJSON ¶
func (v NullableIssuedCertificateList) MarshalJSON() ([]byte, error)
func (*NullableIssuedCertificateList) Set ¶
func (v *NullableIssuedCertificateList) Set(val *IssuedCertificateList)
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 NewNullableIssuedCertificateListAllOf ¶
func NewNullableIssuedCertificateListAllOf(val *IssuedCertificateListAllOf) *NullableIssuedCertificateListAllOf
func (NullableIssuedCertificateListAllOf) Get ¶
func (v NullableIssuedCertificateListAllOf) Get() *IssuedCertificateListAllOf
func (NullableIssuedCertificateListAllOf) IsSet ¶
func (v NullableIssuedCertificateListAllOf) IsSet() bool
func (NullableIssuedCertificateListAllOf) MarshalJSON ¶
func (v NullableIssuedCertificateListAllOf) MarshalJSON() ([]byte, error)
func (*NullableIssuedCertificateListAllOf) Set ¶
func (v *NullableIssuedCertificateListAllOf) Set(val *IssuedCertificateListAllOf)
func (*NullableIssuedCertificateListAllOf) UnmarshalJSON ¶
func (v *NullableIssuedCertificateListAllOf) UnmarshalJSON(src []byte) error
func (*NullableIssuedCertificateListAllOf) Unset ¶
func (v *NullableIssuedCertificateListAllOf) Unset()
type NullableLdapCertificateIdentityProviderList ¶
type NullableLdapCertificateIdentityProviderList struct {
// contains filtered or unexported fields
}
func NewNullableLdapCertificateIdentityProviderList ¶
func NewNullableLdapCertificateIdentityProviderList(val *LdapCertificateIdentityProviderList) *NullableLdapCertificateIdentityProviderList
func (NullableLdapCertificateIdentityProviderList) IsSet ¶
func (v NullableLdapCertificateIdentityProviderList) IsSet() bool
func (NullableLdapCertificateIdentityProviderList) MarshalJSON ¶
func (v NullableLdapCertificateIdentityProviderList) MarshalJSON() ([]byte, error)
func (*NullableLdapCertificateIdentityProviderList) Set ¶
func (v *NullableLdapCertificateIdentityProviderList) Set(val *LdapCertificateIdentityProviderList)
func (*NullableLdapCertificateIdentityProviderList) UnmarshalJSON ¶
func (v *NullableLdapCertificateIdentityProviderList) UnmarshalJSON(src []byte) error
func (*NullableLdapCertificateIdentityProviderList) Unset ¶
func (v *NullableLdapCertificateIdentityProviderList) Unset()
type NullableLdapCertificateProvider ¶
type NullableLdapCertificateProvider struct {
// contains filtered or unexported fields
}
func NewNullableLdapCertificateProvider ¶
func NewNullableLdapCertificateProvider(val *LdapCertificateProvider) *NullableLdapCertificateProvider
func (NullableLdapCertificateProvider) Get ¶
func (v NullableLdapCertificateProvider) Get() *LdapCertificateProvider
func (NullableLdapCertificateProvider) IsSet ¶
func (v NullableLdapCertificateProvider) IsSet() bool
func (NullableLdapCertificateProvider) MarshalJSON ¶
func (v NullableLdapCertificateProvider) MarshalJSON() ([]byte, error)
func (*NullableLdapCertificateProvider) Set ¶
func (v *NullableLdapCertificateProvider) Set(val *LdapCertificateProvider)
func (*NullableLdapCertificateProvider) UnmarshalJSON ¶
func (v *NullableLdapCertificateProvider) UnmarshalJSON(src []byte) error
func (*NullableLdapCertificateProvider) Unset ¶
func (v *NullableLdapCertificateProvider) Unset()
type NullableLdapCertificateProviderAllOf ¶
type NullableLdapCertificateProviderAllOf struct {
// contains filtered or unexported fields
}
func NewNullableLdapCertificateProviderAllOf ¶
func NewNullableLdapCertificateProviderAllOf(val *LdapCertificateProviderAllOf) *NullableLdapCertificateProviderAllOf
func (NullableLdapCertificateProviderAllOf) Get ¶
func (v NullableLdapCertificateProviderAllOf) Get() *LdapCertificateProviderAllOf
func (NullableLdapCertificateProviderAllOf) IsSet ¶
func (v NullableLdapCertificateProviderAllOf) IsSet() bool
func (NullableLdapCertificateProviderAllOf) MarshalJSON ¶
func (v NullableLdapCertificateProviderAllOf) MarshalJSON() ([]byte, error)
func (*NullableLdapCertificateProviderAllOf) Set ¶
func (v *NullableLdapCertificateProviderAllOf) Set(val *LdapCertificateProviderAllOf)
func (*NullableLdapCertificateProviderAllOf) UnmarshalJSON ¶
func (v *NullableLdapCertificateProviderAllOf) UnmarshalJSON(src []byte) error
func (*NullableLdapCertificateProviderAllOf) Unset ¶
func (v *NullableLdapCertificateProviderAllOf) Unset()
type NullableLdapCertificateProviderAllOfCertificatePriorities ¶
type NullableLdapCertificateProviderAllOfCertificatePriorities struct {
// contains filtered or unexported fields
}
func NewNullableLdapCertificateProviderAllOfCertificatePriorities ¶
func NewNullableLdapCertificateProviderAllOfCertificatePriorities(val *LdapCertificateProviderAllOfCertificatePriorities) *NullableLdapCertificateProviderAllOfCertificatePriorities
func (NullableLdapCertificateProviderAllOfCertificatePriorities) IsSet ¶
func (v NullableLdapCertificateProviderAllOfCertificatePriorities) IsSet() bool
func (NullableLdapCertificateProviderAllOfCertificatePriorities) MarshalJSON ¶
func (v NullableLdapCertificateProviderAllOfCertificatePriorities) MarshalJSON() ([]byte, error)
func (*NullableLdapCertificateProviderAllOfCertificatePriorities) UnmarshalJSON ¶
func (v *NullableLdapCertificateProviderAllOfCertificatePriorities) UnmarshalJSON(src []byte) error
func (*NullableLdapCertificateProviderAllOfCertificatePriorities) Unset ¶
func (v *NullableLdapCertificateProviderAllOfCertificatePriorities) Unset()
type NullableLdapIdentityProviderList ¶
type NullableLdapIdentityProviderList struct {
// contains filtered or unexported fields
}
func NewNullableLdapIdentityProviderList ¶
func NewNullableLdapIdentityProviderList(val *LdapIdentityProviderList) *NullableLdapIdentityProviderList
func (NullableLdapIdentityProviderList) Get ¶
func (v NullableLdapIdentityProviderList) Get() *LdapIdentityProviderList
func (NullableLdapIdentityProviderList) IsSet ¶
func (v NullableLdapIdentityProviderList) IsSet() bool
func (NullableLdapIdentityProviderList) MarshalJSON ¶
func (v NullableLdapIdentityProviderList) MarshalJSON() ([]byte, error)
func (*NullableLdapIdentityProviderList) Set ¶
func (v *NullableLdapIdentityProviderList) Set(val *LdapIdentityProviderList)
func (*NullableLdapIdentityProviderList) UnmarshalJSON ¶
func (v *NullableLdapIdentityProviderList) UnmarshalJSON(src []byte) error
func (*NullableLdapIdentityProviderList) Unset ¶
func (v *NullableLdapIdentityProviderList) Unset()
type NullableLdapProvider ¶
type NullableLdapProvider struct {
// contains filtered or unexported fields
}
func NewNullableLdapProvider ¶
func NewNullableLdapProvider(val *LdapProvider) *NullableLdapProvider
func (NullableLdapProvider) Get ¶
func (v NullableLdapProvider) Get() *LdapProvider
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 (v NullableLdapProviderAllOf) Get() *LdapProviderAllOf
func (NullableLdapProviderAllOf) IsSet ¶
func (v NullableLdapProviderAllOf) IsSet() bool
func (NullableLdapProviderAllOf) MarshalJSON ¶
func (v NullableLdapProviderAllOf) MarshalJSON() ([]byte, error)
func (*NullableLdapProviderAllOf) Set ¶
func (v *NullableLdapProviderAllOf) Set(val *LdapProviderAllOf)
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 NewNullableLdapProviderAllOfPasswordWarning ¶
func NewNullableLdapProviderAllOfPasswordWarning(val *LdapProviderAllOfPasswordWarning) *NullableLdapProviderAllOfPasswordWarning
func (NullableLdapProviderAllOfPasswordWarning) IsSet ¶
func (v NullableLdapProviderAllOfPasswordWarning) IsSet() bool
func (NullableLdapProviderAllOfPasswordWarning) MarshalJSON ¶
func (v NullableLdapProviderAllOfPasswordWarning) MarshalJSON() ([]byte, error)
func (*NullableLdapProviderAllOfPasswordWarning) Set ¶
func (v *NullableLdapProviderAllOfPasswordWarning) Set(val *LdapProviderAllOfPasswordWarning)
func (*NullableLdapProviderAllOfPasswordWarning) UnmarshalJSON ¶
func (v *NullableLdapProviderAllOfPasswordWarning) UnmarshalJSON(src []byte) error
func (*NullableLdapProviderAllOfPasswordWarning) Unset ¶
func (v *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 (v NullableLicenseAllOf) Get() *LicenseAllOf
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 (v NullableLicenseDetails) Get() *LicenseDetails
func (NullableLicenseDetails) IsSet ¶
func (v NullableLicenseDetails) IsSet() bool
func (NullableLicenseDetails) MarshalJSON ¶
func (v NullableLicenseDetails) MarshalJSON() ([]byte, error)
func (*NullableLicenseDetails) Set ¶
func (v *NullableLicenseDetails) Set(val *LicenseDetails)
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 NewNullableLicenseDetailsUsage ¶
func NewNullableLicenseDetailsUsage(val *LicenseDetailsUsage) *NullableLicenseDetailsUsage
func (NullableLicenseDetailsUsage) Get ¶
func (v NullableLicenseDetailsUsage) Get() *LicenseDetailsUsage
func (NullableLicenseDetailsUsage) IsSet ¶
func (v NullableLicenseDetailsUsage) IsSet() bool
func (NullableLicenseDetailsUsage) MarshalJSON ¶
func (v NullableLicenseDetailsUsage) MarshalJSON() ([]byte, error)
func (*NullableLicenseDetailsUsage) Set ¶
func (v *NullableLicenseDetailsUsage) Set(val *LicenseDetailsUsage)
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 (v NullableLicenseEntitlement) Get() *LicenseEntitlement
func (NullableLicenseEntitlement) IsSet ¶
func (v NullableLicenseEntitlement) IsSet() bool
func (NullableLicenseEntitlement) MarshalJSON ¶
func (v NullableLicenseEntitlement) MarshalJSON() ([]byte, error)
func (*NullableLicenseEntitlement) Set ¶
func (v *NullableLicenseEntitlement) Set(val *LicenseEntitlement)
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 (v NullableLicenseImport) Get() *LicenseImport
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 NewNullableLocalDatabaseIdentityProviderList ¶
func NewNullableLocalDatabaseIdentityProviderList(val *LocalDatabaseIdentityProviderList) *NullableLocalDatabaseIdentityProviderList
func (NullableLocalDatabaseIdentityProviderList) IsSet ¶
func (v NullableLocalDatabaseIdentityProviderList) IsSet() bool
func (NullableLocalDatabaseIdentityProviderList) MarshalJSON ¶
func (v NullableLocalDatabaseIdentityProviderList) MarshalJSON() ([]byte, error)
func (*NullableLocalDatabaseIdentityProviderList) Set ¶
func (v *NullableLocalDatabaseIdentityProviderList) Set(val *LocalDatabaseIdentityProviderList)
func (*NullableLocalDatabaseIdentityProviderList) UnmarshalJSON ¶
func (v *NullableLocalDatabaseIdentityProviderList) UnmarshalJSON(src []byte) error
func (*NullableLocalDatabaseIdentityProviderList) Unset ¶
func (v *NullableLocalDatabaseIdentityProviderList) Unset()
type NullableLocalDatabaseProvider ¶
type NullableLocalDatabaseProvider struct {
// contains filtered or unexported fields
}
func NewNullableLocalDatabaseProvider ¶
func NewNullableLocalDatabaseProvider(val *LocalDatabaseProvider) *NullableLocalDatabaseProvider
func (NullableLocalDatabaseProvider) Get ¶
func (v NullableLocalDatabaseProvider) Get() *LocalDatabaseProvider
func (NullableLocalDatabaseProvider) IsSet ¶
func (v NullableLocalDatabaseProvider) IsSet() bool
func (NullableLocalDatabaseProvider) MarshalJSON ¶
func (v NullableLocalDatabaseProvider) MarshalJSON() ([]byte, error)
func (*NullableLocalDatabaseProvider) Set ¶
func (v *NullableLocalDatabaseProvider) Set(val *LocalDatabaseProvider)
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 NewNullableLocalProviderSettings ¶
func NewNullableLocalProviderSettings(val *LocalProviderSettings) *NullableLocalProviderSettings
func (NullableLocalProviderSettings) Get ¶
func (v NullableLocalProviderSettings) Get() *LocalProviderSettings
func (NullableLocalProviderSettings) IsSet ¶
func (v NullableLocalProviderSettings) IsSet() bool
func (NullableLocalProviderSettings) MarshalJSON ¶
func (v NullableLocalProviderSettings) MarshalJSON() ([]byte, error)
func (*NullableLocalProviderSettings) Set ¶
func (v *NullableLocalProviderSettings) Set(val *LocalProviderSettings)
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 (v NullableLocalUserAllOf) Get() *LocalUserAllOf
func (NullableLocalUserAllOf) IsSet ¶
func (v NullableLocalUserAllOf) IsSet() bool
func (NullableLocalUserAllOf) MarshalJSON ¶
func (v NullableLocalUserAllOf) MarshalJSON() ([]byte, error)
func (*NullableLocalUserAllOf) Set ¶
func (v *NullableLocalUserAllOf) Set(val *LocalUserAllOf)
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 (v NullableLocalUserList) Get() *LocalUserList
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 (v NullableLocalUserListAllOf) Get() *LocalUserListAllOf
func (NullableLocalUserListAllOf) IsSet ¶
func (v NullableLocalUserListAllOf) IsSet() bool
func (NullableLocalUserListAllOf) MarshalJSON ¶
func (v NullableLocalUserListAllOf) MarshalJSON() ([]byte, error)
func (*NullableLocalUserListAllOf) Set ¶
func (v *NullableLocalUserListAllOf) Set(val *LocalUserListAllOf)
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 NewNullableLocalUsersGetRequest ¶
func NewNullableLocalUsersGetRequest(val *LocalUsersGetRequest) *NullableLocalUsersGetRequest
func (NullableLocalUsersGetRequest) Get ¶
func (v NullableLocalUsersGetRequest) Get() *LocalUsersGetRequest
func (NullableLocalUsersGetRequest) IsSet ¶
func (v NullableLocalUsersGetRequest) IsSet() bool
func (NullableLocalUsersGetRequest) MarshalJSON ¶
func (v NullableLocalUsersGetRequest) MarshalJSON() ([]byte, error)
func (*NullableLocalUsersGetRequest) Set ¶
func (v *NullableLocalUsersGetRequest) Set(val *LocalUsersGetRequest)
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 NewNullableLoginPost406Response ¶
func NewNullableLoginPost406Response(val *LoginPost406Response) *NullableLoginPost406Response
func (NullableLoginPost406Response) Get ¶
func (v NullableLoginPost406Response) Get() *LoginPost406Response
func (NullableLoginPost406Response) IsSet ¶
func (v NullableLoginPost406Response) IsSet() bool
func (NullableLoginPost406Response) MarshalJSON ¶
func (v NullableLoginPost406Response) MarshalJSON() ([]byte, error)
func (*NullableLoginPost406Response) Set ¶
func (v *NullableLoginPost406Response) Set(val *LoginPost406Response)
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 (v NullableLoginRequest) Get() *LoginRequest
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 (v NullableLoginResponse) Get() *LoginResponse
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 (v NullableLoginResponseUser) Get() *LoginResponseUser
func (NullableLoginResponseUser) IsSet ¶
func (v NullableLoginResponseUser) IsSet() bool
func (NullableLoginResponseUser) MarshalJSON ¶
func (v NullableLoginResponseUser) MarshalJSON() ([]byte, error)
func (*NullableLoginResponseUser) Set ¶
func (v *NullableLoginResponseUser) Set(val *LoginResponseUser)
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 (v NullableMfaProvider) Get() *MfaProvider
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 (v NullableMfaProviderAllOf) Get() *MfaProviderAllOf
func (NullableMfaProviderAllOf) IsSet ¶
func (v NullableMfaProviderAllOf) IsSet() bool
func (NullableMfaProviderAllOf) MarshalJSON ¶
func (v NullableMfaProviderAllOf) MarshalJSON() ([]byte, error)
func (*NullableMfaProviderAllOf) Set ¶
func (v *NullableMfaProviderAllOf) Set(val *MfaProviderAllOf)
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 (v NullableMfaProviderList) Get() *MfaProviderList
func (NullableMfaProviderList) IsSet ¶
func (v NullableMfaProviderList) IsSet() bool
func (NullableMfaProviderList) MarshalJSON ¶
func (v NullableMfaProviderList) MarshalJSON() ([]byte, error)
func (*NullableMfaProviderList) Set ¶
func (v *NullableMfaProviderList) Set(val *MfaProviderList)
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 NewNullableMfaProviderListAllOf ¶
func NewNullableMfaProviderListAllOf(val *MfaProviderListAllOf) *NullableMfaProviderListAllOf
func (NullableMfaProviderListAllOf) Get ¶
func (v NullableMfaProviderListAllOf) Get() *MfaProviderListAllOf
func (NullableMfaProviderListAllOf) IsSet ¶
func (v NullableMfaProviderListAllOf) IsSet() bool
func (NullableMfaProviderListAllOf) MarshalJSON ¶
func (v NullableMfaProviderListAllOf) MarshalJSON() ([]byte, error)
func (*NullableMfaProviderListAllOf) Set ¶
func (v *NullableMfaProviderListAllOf) Set(val *MfaProviderListAllOf)
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 (v NullableOidcProvider) Get() *OidcProvider
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 (v NullableOidcProviderAllOf) Get() *OidcProviderAllOf
func (NullableOidcProviderAllOf) IsSet ¶
func (v NullableOidcProviderAllOf) IsSet() bool
func (NullableOidcProviderAllOf) MarshalJSON ¶
func (v NullableOidcProviderAllOf) MarshalJSON() ([]byte, error)
func (*NullableOidcProviderAllOf) Set ¶
func (v *NullableOidcProviderAllOf) Set(val *OidcProviderAllOf)
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 (v NullableOnBoardedDevice) Get() *OnBoardedDevice
func (NullableOnBoardedDevice) IsSet ¶
func (v NullableOnBoardedDevice) IsSet() bool
func (NullableOnBoardedDevice) MarshalJSON ¶
func (v NullableOnBoardedDevice) MarshalJSON() ([]byte, error)
func (*NullableOnBoardedDevice) Set ¶
func (v *NullableOnBoardedDevice) Set(val *OnBoardedDevice)
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 NewNullableOnBoardedDeviceAllOf ¶
func NewNullableOnBoardedDeviceAllOf(val *OnBoardedDeviceAllOf) *NullableOnBoardedDeviceAllOf
func (NullableOnBoardedDeviceAllOf) Get ¶
func (v NullableOnBoardedDeviceAllOf) Get() *OnBoardedDeviceAllOf
func (NullableOnBoardedDeviceAllOf) IsSet ¶
func (v NullableOnBoardedDeviceAllOf) IsSet() bool
func (NullableOnBoardedDeviceAllOf) MarshalJSON ¶
func (v NullableOnBoardedDeviceAllOf) MarshalJSON() ([]byte, error)
func (*NullableOnBoardedDeviceAllOf) Set ¶
func (v *NullableOnBoardedDeviceAllOf) Set(val *OnBoardedDeviceAllOf)
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 NewNullableOnBoardedDeviceList ¶
func NewNullableOnBoardedDeviceList(val *OnBoardedDeviceList) *NullableOnBoardedDeviceList
func (NullableOnBoardedDeviceList) Get ¶
func (v NullableOnBoardedDeviceList) Get() *OnBoardedDeviceList
func (NullableOnBoardedDeviceList) IsSet ¶
func (v NullableOnBoardedDeviceList) IsSet() bool
func (NullableOnBoardedDeviceList) MarshalJSON ¶
func (v NullableOnBoardedDeviceList) MarshalJSON() ([]byte, error)
func (*NullableOnBoardedDeviceList) Set ¶
func (v *NullableOnBoardedDeviceList) Set(val *OnBoardedDeviceList)
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 NewNullableOnBoardedDeviceListAllOf ¶
func NewNullableOnBoardedDeviceListAllOf(val *OnBoardedDeviceListAllOf) *NullableOnBoardedDeviceListAllOf
func (NullableOnBoardedDeviceListAllOf) Get ¶
func (v NullableOnBoardedDeviceListAllOf) Get() *OnBoardedDeviceListAllOf
func (NullableOnBoardedDeviceListAllOf) IsSet ¶
func (v NullableOnBoardedDeviceListAllOf) IsSet() bool
func (NullableOnBoardedDeviceListAllOf) MarshalJSON ¶
func (v NullableOnBoardedDeviceListAllOf) MarshalJSON() ([]byte, error)
func (*NullableOnBoardedDeviceListAllOf) Set ¶
func (v *NullableOnBoardedDeviceListAllOf) Set(val *OnBoardedDeviceListAllOf)
func (*NullableOnBoardedDeviceListAllOf) UnmarshalJSON ¶
func (v *NullableOnBoardedDeviceListAllOf) UnmarshalJSON(src []byte) error
func (*NullableOnBoardedDeviceListAllOf) Unset ¶
func (v *NullableOnBoardedDeviceListAllOf) Unset()
type NullableOnBoardedDevices ¶
type NullableOnBoardedDevices struct {
// contains filtered or unexported fields
}
func NewNullableOnBoardedDevices ¶
func NewNullableOnBoardedDevices(val *OnBoardedDevices) *NullableOnBoardedDevices
func (NullableOnBoardedDevices) Get ¶
func (v NullableOnBoardedDevices) Get() *OnBoardedDevices
func (NullableOnBoardedDevices) IsSet ¶
func (v NullableOnBoardedDevices) IsSet() bool
func (NullableOnBoardedDevices) MarshalJSON ¶
func (v NullableOnBoardedDevices) MarshalJSON() ([]byte, error)
func (*NullableOnBoardedDevices) Set ¶
func (v *NullableOnBoardedDevices) Set(val *OnBoardedDevices)
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 NewNullableOnBoardedDevicesAllOf ¶
func NewNullableOnBoardedDevicesAllOf(val *OnBoardedDevicesAllOf) *NullableOnBoardedDevicesAllOf
func (NullableOnBoardedDevicesAllOf) Get ¶
func (v NullableOnBoardedDevicesAllOf) Get() *OnBoardedDevicesAllOf
func (NullableOnBoardedDevicesAllOf) IsSet ¶
func (v NullableOnBoardedDevicesAllOf) IsSet() bool
func (NullableOnBoardedDevicesAllOf) MarshalJSON ¶
func (v NullableOnBoardedDevicesAllOf) MarshalJSON() ([]byte, error)
func (*NullableOnBoardedDevicesAllOf) Set ¶
func (v *NullableOnBoardedDevicesAllOf) Set(val *OnBoardedDevicesAllOf)
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 NewNullableOnDemandClaimMappingsInner ¶
func NewNullableOnDemandClaimMappingsInner(val *OnDemandClaimMappingsInner) *NullableOnDemandClaimMappingsInner
func (NullableOnDemandClaimMappingsInner) Get ¶
func (v NullableOnDemandClaimMappingsInner) Get() *OnDemandClaimMappingsInner
func (NullableOnDemandClaimMappingsInner) IsSet ¶
func (v NullableOnDemandClaimMappingsInner) IsSet() bool
func (NullableOnDemandClaimMappingsInner) MarshalJSON ¶
func (v NullableOnDemandClaimMappingsInner) MarshalJSON() ([]byte, error)
func (*NullableOnDemandClaimMappingsInner) Set ¶
func (v *NullableOnDemandClaimMappingsInner) Set(val *OnDemandClaimMappingsInner)
func (*NullableOnDemandClaimMappingsInner) UnmarshalJSON ¶
func (v *NullableOnDemandClaimMappingsInner) UnmarshalJSON(src []byte) error
func (*NullableOnDemandClaimMappingsInner) Unset ¶
func (v *NullableOnDemandClaimMappingsInner) Unset()
type NullableOnDemandClaimMappingsInnerParameters ¶
type NullableOnDemandClaimMappingsInnerParameters struct {
// contains filtered or unexported fields
}
func NewNullableOnDemandClaimMappingsInnerParameters ¶
func NewNullableOnDemandClaimMappingsInnerParameters(val *OnDemandClaimMappingsInnerParameters) *NullableOnDemandClaimMappingsInnerParameters
func (NullableOnDemandClaimMappingsInnerParameters) IsSet ¶
func (v NullableOnDemandClaimMappingsInnerParameters) IsSet() bool
func (NullableOnDemandClaimMappingsInnerParameters) MarshalJSON ¶
func (v NullableOnDemandClaimMappingsInnerParameters) MarshalJSON() ([]byte, error)
func (*NullableOnDemandClaimMappingsInnerParameters) Set ¶
func (v *NullableOnDemandClaimMappingsInnerParameters) Set(val *OnDemandClaimMappingsInnerParameters)
func (*NullableOnDemandClaimMappingsInnerParameters) UnmarshalJSON ¶
func (v *NullableOnDemandClaimMappingsInnerParameters) UnmarshalJSON(src []byte) error
func (*NullableOnDemandClaimMappingsInnerParameters) Unset ¶
func (v *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 (v NullableOtpSeedAllOf) Get() *OtpSeedAllOf
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 (v NullableOtpSeedList) Get() *OtpSeedList
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 (v NullableOtpSeedListAllOf) Get() *OtpSeedListAllOf
func (NullableOtpSeedListAllOf) IsSet ¶
func (v NullableOtpSeedListAllOf) IsSet() bool
func (NullableOtpSeedListAllOf) MarshalJSON ¶
func (v NullableOtpSeedListAllOf) MarshalJSON() ([]byte, error)
func (*NullableOtpSeedListAllOf) Set ¶
func (v *NullableOtpSeedListAllOf) Set(val *OtpSeedListAllOf)
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 (v NullablePolicyAllOf) Get() *PolicyAllOf
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 NewNullablePolicyAllOfClientProfileSettings ¶
func NewNullablePolicyAllOfClientProfileSettings(val *PolicyAllOfClientProfileSettings) *NullablePolicyAllOfClientProfileSettings
func (NullablePolicyAllOfClientProfileSettings) IsSet ¶
func (v NullablePolicyAllOfClientProfileSettings) IsSet() bool
func (NullablePolicyAllOfClientProfileSettings) MarshalJSON ¶
func (v NullablePolicyAllOfClientProfileSettings) MarshalJSON() ([]byte, error)
func (*NullablePolicyAllOfClientProfileSettings) Set ¶
func (v *NullablePolicyAllOfClientProfileSettings) Set(val *PolicyAllOfClientProfileSettings)
func (*NullablePolicyAllOfClientProfileSettings) UnmarshalJSON ¶
func (v *NullablePolicyAllOfClientProfileSettings) UnmarshalJSON(src []byte) error
func (*NullablePolicyAllOfClientProfileSettings) Unset ¶
func (v *NullablePolicyAllOfClientProfileSettings) Unset()
type NullablePolicyAllOfClientSettings ¶
type NullablePolicyAllOfClientSettings struct {
// contains filtered or unexported fields
}
func NewNullablePolicyAllOfClientSettings ¶
func NewNullablePolicyAllOfClientSettings(val *PolicyAllOfClientSettings) *NullablePolicyAllOfClientSettings
func (NullablePolicyAllOfClientSettings) Get ¶
func (v NullablePolicyAllOfClientSettings) Get() *PolicyAllOfClientSettings
func (NullablePolicyAllOfClientSettings) IsSet ¶
func (v NullablePolicyAllOfClientSettings) IsSet() bool
func (NullablePolicyAllOfClientSettings) MarshalJSON ¶
func (v NullablePolicyAllOfClientSettings) MarshalJSON() ([]byte, error)
func (*NullablePolicyAllOfClientSettings) Set ¶
func (v *NullablePolicyAllOfClientSettings) Set(val *PolicyAllOfClientSettings)
func (*NullablePolicyAllOfClientSettings) UnmarshalJSON ¶
func (v *NullablePolicyAllOfClientSettings) UnmarshalJSON(src []byte) error
func (*NullablePolicyAllOfClientSettings) Unset ¶
func (v *NullablePolicyAllOfClientSettings) Unset()
type NullablePolicyAllOfDnsSettings ¶
type NullablePolicyAllOfDnsSettings struct {
// contains filtered or unexported fields
}
func NewNullablePolicyAllOfDnsSettings ¶
func NewNullablePolicyAllOfDnsSettings(val *PolicyAllOfDnsSettings) *NullablePolicyAllOfDnsSettings
func (NullablePolicyAllOfDnsSettings) Get ¶
func (v NullablePolicyAllOfDnsSettings) Get() *PolicyAllOfDnsSettings
func (NullablePolicyAllOfDnsSettings) IsSet ¶
func (v NullablePolicyAllOfDnsSettings) IsSet() bool
func (NullablePolicyAllOfDnsSettings) MarshalJSON ¶
func (v NullablePolicyAllOfDnsSettings) MarshalJSON() ([]byte, error)
func (*NullablePolicyAllOfDnsSettings) Set ¶
func (v *NullablePolicyAllOfDnsSettings) Set(val *PolicyAllOfDnsSettings)
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 NewNullablePolicyAllOfProxyAutoConfig ¶
func NewNullablePolicyAllOfProxyAutoConfig(val *PolicyAllOfProxyAutoConfig) *NullablePolicyAllOfProxyAutoConfig
func (NullablePolicyAllOfProxyAutoConfig) Get ¶
func (v NullablePolicyAllOfProxyAutoConfig) Get() *PolicyAllOfProxyAutoConfig
func (NullablePolicyAllOfProxyAutoConfig) IsSet ¶
func (v NullablePolicyAllOfProxyAutoConfig) IsSet() bool
func (NullablePolicyAllOfProxyAutoConfig) MarshalJSON ¶
func (v NullablePolicyAllOfProxyAutoConfig) MarshalJSON() ([]byte, error)
func (*NullablePolicyAllOfProxyAutoConfig) Set ¶
func (v *NullablePolicyAllOfProxyAutoConfig) Set(val *PolicyAllOfProxyAutoConfig)
func (*NullablePolicyAllOfProxyAutoConfig) UnmarshalJSON ¶
func (v *NullablePolicyAllOfProxyAutoConfig) UnmarshalJSON(src []byte) error
func (*NullablePolicyAllOfProxyAutoConfig) Unset ¶
func (v *NullablePolicyAllOfProxyAutoConfig) Unset()
type NullablePolicyAllOfTrustedNetworkCheck ¶
type NullablePolicyAllOfTrustedNetworkCheck struct {
// contains filtered or unexported fields
}
func NewNullablePolicyAllOfTrustedNetworkCheck ¶
func NewNullablePolicyAllOfTrustedNetworkCheck(val *PolicyAllOfTrustedNetworkCheck) *NullablePolicyAllOfTrustedNetworkCheck
func (NullablePolicyAllOfTrustedNetworkCheck) Get ¶
func (v NullablePolicyAllOfTrustedNetworkCheck) Get() *PolicyAllOfTrustedNetworkCheck
func (NullablePolicyAllOfTrustedNetworkCheck) IsSet ¶
func (v NullablePolicyAllOfTrustedNetworkCheck) IsSet() bool
func (NullablePolicyAllOfTrustedNetworkCheck) MarshalJSON ¶
func (v NullablePolicyAllOfTrustedNetworkCheck) MarshalJSON() ([]byte, error)
func (*NullablePolicyAllOfTrustedNetworkCheck) Set ¶
func (v *NullablePolicyAllOfTrustedNetworkCheck) Set(val *PolicyAllOfTrustedNetworkCheck)
func (*NullablePolicyAllOfTrustedNetworkCheck) UnmarshalJSON ¶
func (v *NullablePolicyAllOfTrustedNetworkCheck) UnmarshalJSON(src []byte) error
func (*NullablePolicyAllOfTrustedNetworkCheck) Unset ¶
func (v *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 (v NullablePolicyListAllOf) Get() *PolicyListAllOf
func (NullablePolicyListAllOf) IsSet ¶
func (v NullablePolicyListAllOf) IsSet() bool
func (NullablePolicyListAllOf) MarshalJSON ¶
func (v NullablePolicyListAllOf) MarshalJSON() ([]byte, error)
func (*NullablePolicyListAllOf) Set ¶
func (v *NullablePolicyListAllOf) Set(val *PolicyListAllOf)
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 (v NullablePortal12AllOf) Get() *Portal12AllOf
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 NewNullablePortalExternalProfilesInner ¶
func NewNullablePortalExternalProfilesInner(val *PortalExternalProfilesInner) *NullablePortalExternalProfilesInner
func (NullablePortalExternalProfilesInner) Get ¶
func (v NullablePortalExternalProfilesInner) Get() *PortalExternalProfilesInner
func (NullablePortalExternalProfilesInner) IsSet ¶
func (v NullablePortalExternalProfilesInner) IsSet() bool
func (NullablePortalExternalProfilesInner) MarshalJSON ¶
func (v NullablePortalExternalProfilesInner) MarshalJSON() ([]byte, error)
func (*NullablePortalExternalProfilesInner) Set ¶
func (v *NullablePortalExternalProfilesInner) Set(val *PortalExternalProfilesInner)
func (*NullablePortalExternalProfilesInner) UnmarshalJSON ¶
func (v *NullablePortalExternalProfilesInner) UnmarshalJSON(src []byte) error
func (*NullablePortalExternalProfilesInner) Unset ¶
func (v *NullablePortalExternalProfilesInner) Unset()
type NullablePortalSignInCustomization ¶
type NullablePortalSignInCustomization struct {
// contains filtered or unexported fields
}
func NewNullablePortalSignInCustomization ¶
func NewNullablePortalSignInCustomization(val *PortalSignInCustomization) *NullablePortalSignInCustomization
func (NullablePortalSignInCustomization) Get ¶
func (v NullablePortalSignInCustomization) Get() *PortalSignInCustomization
func (NullablePortalSignInCustomization) IsSet ¶
func (v NullablePortalSignInCustomization) IsSet() bool
func (NullablePortalSignInCustomization) MarshalJSON ¶
func (v NullablePortalSignInCustomization) MarshalJSON() ([]byte, error)
func (*NullablePortalSignInCustomization) Set ¶
func (v *NullablePortalSignInCustomization) Set(val *PortalSignInCustomization)
func (*NullablePortalSignInCustomization) UnmarshalJSON ¶
func (v *NullablePortalSignInCustomization) UnmarshalJSON(src []byte) error
func (*NullablePortalSignInCustomization) Unset ¶
func (v *NullablePortalSignInCustomization) Unset()
type NullableRadiusIdentityProviderList ¶
type NullableRadiusIdentityProviderList struct {
// contains filtered or unexported fields
}
func NewNullableRadiusIdentityProviderList ¶
func NewNullableRadiusIdentityProviderList(val *RadiusIdentityProviderList) *NullableRadiusIdentityProviderList
func (NullableRadiusIdentityProviderList) Get ¶
func (v NullableRadiusIdentityProviderList) Get() *RadiusIdentityProviderList
func (NullableRadiusIdentityProviderList) IsSet ¶
func (v NullableRadiusIdentityProviderList) IsSet() bool
func (NullableRadiusIdentityProviderList) MarshalJSON ¶
func (v NullableRadiusIdentityProviderList) MarshalJSON() ([]byte, error)
func (*NullableRadiusIdentityProviderList) Set ¶
func (v *NullableRadiusIdentityProviderList) Set(val *RadiusIdentityProviderList)
func (*NullableRadiusIdentityProviderList) UnmarshalJSON ¶
func (v *NullableRadiusIdentityProviderList) UnmarshalJSON(src []byte) error
func (*NullableRadiusIdentityProviderList) Unset ¶
func (v *NullableRadiusIdentityProviderList) Unset()
type NullableRadiusProvider ¶
type NullableRadiusProvider struct {
// contains filtered or unexported fields
}
func NewNullableRadiusProvider ¶
func NewNullableRadiusProvider(val *RadiusProvider) *NullableRadiusProvider
func (NullableRadiusProvider) Get ¶
func (v NullableRadiusProvider) Get() *RadiusProvider
func (NullableRadiusProvider) IsSet ¶
func (v NullableRadiusProvider) IsSet() bool
func (NullableRadiusProvider) MarshalJSON ¶
func (v NullableRadiusProvider) MarshalJSON() ([]byte, error)
func (*NullableRadiusProvider) Set ¶
func (v *NullableRadiusProvider) Set(val *RadiusProvider)
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 NewNullableRadiusProviderAllOf ¶
func NewNullableRadiusProviderAllOf(val *RadiusProviderAllOf) *NullableRadiusProviderAllOf
func (NullableRadiusProviderAllOf) Get ¶
func (v NullableRadiusProviderAllOf) Get() *RadiusProviderAllOf
func (NullableRadiusProviderAllOf) IsSet ¶
func (v NullableRadiusProviderAllOf) IsSet() bool
func (NullableRadiusProviderAllOf) MarshalJSON ¶
func (v NullableRadiusProviderAllOf) MarshalJSON() ([]byte, error)
func (*NullableRadiusProviderAllOf) Set ¶
func (v *NullableRadiusProviderAllOf) Set(val *RadiusProviderAllOf)
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 (v NullableRegistrationToken) Get() *RegistrationToken
func (NullableRegistrationToken) IsSet ¶
func (v NullableRegistrationToken) IsSet() bool
func (NullableRegistrationToken) MarshalJSON ¶
func (v NullableRegistrationToken) MarshalJSON() ([]byte, error)
func (*NullableRegistrationToken) Set ¶
func (v *NullableRegistrationToken) Set(val *RegistrationToken)
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 (v NullableRemedyMethod) Get() *RemedyMethod
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 (v NullableResultListAllOf) Get() *ResultListAllOf
func (NullableResultListAllOf) IsSet ¶
func (v NullableResultListAllOf) IsSet() bool
func (NullableResultListAllOf) MarshalJSON ¶
func (v NullableResultListAllOf) MarshalJSON() ([]byte, error)
func (*NullableResultListAllOf) Set ¶
func (v *NullableResultListAllOf) Set(val *ResultListAllOf)
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 (v NullableResultListBase) Get() *ResultListBase
func (NullableResultListBase) IsSet ¶
func (v NullableResultListBase) IsSet() bool
func (NullableResultListBase) MarshalJSON ¶
func (v NullableResultListBase) MarshalJSON() ([]byte, error)
func (*NullableResultListBase) Set ¶
func (v *NullableResultListBase) Set(val *ResultListBase)
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 NewNullableResultListWithoutFilterBy ¶
func NewNullableResultListWithoutFilterBy(val *ResultListWithoutFilterBy) *NullableResultListWithoutFilterBy
func (NullableResultListWithoutFilterBy) Get ¶
func (v NullableResultListWithoutFilterBy) Get() *ResultListWithoutFilterBy
func (NullableResultListWithoutFilterBy) IsSet ¶
func (v NullableResultListWithoutFilterBy) IsSet() bool
func (NullableResultListWithoutFilterBy) MarshalJSON ¶
func (v NullableResultListWithoutFilterBy) MarshalJSON() ([]byte, error)
func (*NullableResultListWithoutFilterBy) Set ¶
func (v *NullableResultListWithoutFilterBy) Set(val *ResultListWithoutFilterBy)
func (*NullableResultListWithoutFilterBy) UnmarshalJSON ¶
func (v *NullableResultListWithoutFilterBy) UnmarshalJSON(src []byte) error
func (*NullableResultListWithoutFilterBy) Unset ¶
func (v *NullableResultListWithoutFilterBy) Unset()
type NullableRingfenceRule ¶
type NullableRingfenceRule struct {
// contains filtered or unexported fields
}
func NewNullableRingfenceRule ¶
func NewNullableRingfenceRule(val *RingfenceRule) *NullableRingfenceRule
func (NullableRingfenceRule) Get ¶
func (v NullableRingfenceRule) Get() *RingfenceRule
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 (v NullableRingfenceRuleAllOf) Get() *RingfenceRuleAllOf
func (NullableRingfenceRuleAllOf) IsSet ¶
func (v NullableRingfenceRuleAllOf) IsSet() bool
func (NullableRingfenceRuleAllOf) MarshalJSON ¶
func (v NullableRingfenceRuleAllOf) MarshalJSON() ([]byte, error)
func (*NullableRingfenceRuleAllOf) Set ¶
func (v *NullableRingfenceRuleAllOf) Set(val *RingfenceRuleAllOf)
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 NewNullableRingfenceRuleAllOfActions ¶
func NewNullableRingfenceRuleAllOfActions(val *RingfenceRuleAllOfActions) *NullableRingfenceRuleAllOfActions
func (NullableRingfenceRuleAllOfActions) Get ¶
func (v NullableRingfenceRuleAllOfActions) Get() *RingfenceRuleAllOfActions
func (NullableRingfenceRuleAllOfActions) IsSet ¶
func (v NullableRingfenceRuleAllOfActions) IsSet() bool
func (NullableRingfenceRuleAllOfActions) MarshalJSON ¶
func (v NullableRingfenceRuleAllOfActions) MarshalJSON() ([]byte, error)
func (*NullableRingfenceRuleAllOfActions) Set ¶
func (v *NullableRingfenceRuleAllOfActions) Set(val *RingfenceRuleAllOfActions)
func (*NullableRingfenceRuleAllOfActions) UnmarshalJSON ¶
func (v *NullableRingfenceRuleAllOfActions) UnmarshalJSON(src []byte) error
func (*NullableRingfenceRuleAllOfActions) Unset ¶
func (v *NullableRingfenceRuleAllOfActions) Unset()
type NullableRingfenceRuleList ¶
type NullableRingfenceRuleList struct {
// contains filtered or unexported fields
}
func NewNullableRingfenceRuleList ¶
func NewNullableRingfenceRuleList(val *RingfenceRuleList) *NullableRingfenceRuleList
func (NullableRingfenceRuleList) Get ¶
func (v NullableRingfenceRuleList) Get() *RingfenceRuleList
func (NullableRingfenceRuleList) IsSet ¶
func (v NullableRingfenceRuleList) IsSet() bool
func (NullableRingfenceRuleList) MarshalJSON ¶
func (v NullableRingfenceRuleList) MarshalJSON() ([]byte, error)
func (*NullableRingfenceRuleList) Set ¶
func (v *NullableRingfenceRuleList) Set(val *RingfenceRuleList)
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 NewNullableRingfenceRuleListAllOf ¶
func NewNullableRingfenceRuleListAllOf(val *RingfenceRuleListAllOf) *NullableRingfenceRuleListAllOf
func (NullableRingfenceRuleListAllOf) Get ¶
func (v NullableRingfenceRuleListAllOf) Get() *RingfenceRuleListAllOf
func (NullableRingfenceRuleListAllOf) IsSet ¶
func (v NullableRingfenceRuleListAllOf) IsSet() bool
func (NullableRingfenceRuleListAllOf) MarshalJSON ¶
func (v NullableRingfenceRuleListAllOf) MarshalJSON() ([]byte, error)
func (*NullableRingfenceRuleListAllOf) Set ¶
func (v *NullableRingfenceRuleListAllOf) Set(val *RingfenceRuleListAllOf)
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 (v NullableRiskUserAction) Get() *RiskUserAction
func (NullableRiskUserAction) IsSet ¶
func (v NullableRiskUserAction) IsSet() bool
func (NullableRiskUserAction) MarshalJSON ¶
func (v NullableRiskUserAction) MarshalJSON() ([]byte, error)
func (*NullableRiskUserAction) Set ¶
func (v *NullableRiskUserAction) Set(val *RiskUserAction)
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 NewNullableRiskUserActionAllOf ¶
func NewNullableRiskUserActionAllOf(val *RiskUserActionAllOf) *NullableRiskUserActionAllOf
func (NullableRiskUserActionAllOf) Get ¶
func (v NullableRiskUserActionAllOf) Get() *RiskUserActionAllOf
func (NullableRiskUserActionAllOf) IsSet ¶
func (v NullableRiskUserActionAllOf) IsSet() bool
func (NullableRiskUserActionAllOf) MarshalJSON ¶
func (v NullableRiskUserActionAllOf) MarshalJSON() ([]byte, error)
func (*NullableRiskUserActionAllOf) Set ¶
func (v *NullableRiskUserActionAllOf) Set(val *RiskUserActionAllOf)
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 NewNullableSamlIdentityProviderList ¶
func NewNullableSamlIdentityProviderList(val *SamlIdentityProviderList) *NullableSamlIdentityProviderList
func (NullableSamlIdentityProviderList) Get ¶
func (v NullableSamlIdentityProviderList) Get() *SamlIdentityProviderList
func (NullableSamlIdentityProviderList) IsSet ¶
func (v NullableSamlIdentityProviderList) IsSet() bool
func (NullableSamlIdentityProviderList) MarshalJSON ¶
func (v NullableSamlIdentityProviderList) MarshalJSON() ([]byte, error)
func (*NullableSamlIdentityProviderList) Set ¶
func (v *NullableSamlIdentityProviderList) Set(val *SamlIdentityProviderList)
func (*NullableSamlIdentityProviderList) UnmarshalJSON ¶
func (v *NullableSamlIdentityProviderList) UnmarshalJSON(src []byte) error
func (*NullableSamlIdentityProviderList) Unset ¶
func (v *NullableSamlIdentityProviderList) Unset()
type NullableSamlProvider ¶
type NullableSamlProvider struct {
// contains filtered or unexported fields
}
func NewNullableSamlProvider ¶
func NewNullableSamlProvider(val *SamlProvider) *NullableSamlProvider
func (NullableSamlProvider) Get ¶
func (v NullableSamlProvider) Get() *SamlProvider
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 (v NullableSamlProviderAllOf) Get() *SamlProviderAllOf
func (NullableSamlProviderAllOf) IsSet ¶
func (v NullableSamlProviderAllOf) IsSet() bool
func (NullableSamlProviderAllOf) MarshalJSON ¶
func (v NullableSamlProviderAllOf) MarshalJSON() ([]byte, error)
func (*NullableSamlProviderAllOf) Set ¶
func (v *NullableSamlProviderAllOf) Set(val *SamlProviderAllOf)
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 (v NullableSensitivity) Get() *Sensitivity
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 NewNullableServiceDatabaseProvider ¶
func NewNullableServiceDatabaseProvider(val *ServiceDatabaseProvider) *NullableServiceDatabaseProvider
func (NullableServiceDatabaseProvider) Get ¶
func (v NullableServiceDatabaseProvider) Get() *ServiceDatabaseProvider
func (NullableServiceDatabaseProvider) IsSet ¶
func (v NullableServiceDatabaseProvider) IsSet() bool
func (NullableServiceDatabaseProvider) MarshalJSON ¶
func (v NullableServiceDatabaseProvider) MarshalJSON() ([]byte, error)
func (*NullableServiceDatabaseProvider) Set ¶
func (v *NullableServiceDatabaseProvider) Set(val *ServiceDatabaseProvider)
func (*NullableServiceDatabaseProvider) UnmarshalJSON ¶
func (v *NullableServiceDatabaseProvider) UnmarshalJSON(src []byte) error
func (*NullableServiceDatabaseProvider) Unset ¶
func (v *NullableServiceDatabaseProvider) Unset()
type NullableServiceUser ¶
type NullableServiceUser struct {
// contains filtered or unexported fields
}
func NewNullableServiceUser ¶
func NewNullableServiceUser(val *ServiceUser) *NullableServiceUser
func (NullableServiceUser) Get ¶
func (v NullableServiceUser) Get() *ServiceUser
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 (v NullableServiceUserAllOf) Get() *ServiceUserAllOf
func (NullableServiceUserAllOf) IsSet ¶
func (v NullableServiceUserAllOf) IsSet() bool
func (NullableServiceUserAllOf) MarshalJSON ¶
func (v NullableServiceUserAllOf) MarshalJSON() ([]byte, error)
func (*NullableServiceUserAllOf) Set ¶
func (v *NullableServiceUserAllOf) Set(val *ServiceUserAllOf)
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 (v NullableServiceUserList) Get() *ServiceUserList
func (NullableServiceUserList) IsSet ¶
func (v NullableServiceUserList) IsSet() bool
func (NullableServiceUserList) MarshalJSON ¶
func (v NullableServiceUserList) MarshalJSON() ([]byte, error)
func (*NullableServiceUserList) Set ¶
func (v *NullableServiceUserList) Set(val *ServiceUserList)
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 NewNullableServiceUserListAllOf ¶
func NewNullableServiceUserListAllOf(val *ServiceUserListAllOf) *NullableServiceUserListAllOf
func (NullableServiceUserListAllOf) Get ¶
func (v NullableServiceUserListAllOf) Get() *ServiceUserListAllOf
func (NullableServiceUserListAllOf) IsSet ¶
func (v NullableServiceUserListAllOf) IsSet() bool
func (NullableServiceUserListAllOf) MarshalJSON ¶
func (v NullableServiceUserListAllOf) MarshalJSON() ([]byte, error)
func (*NullableServiceUserListAllOf) Set ¶
func (v *NullableServiceUserListAllOf) Set(val *ServiceUserListAllOf)
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 NewNullableServiceUsersGetRequest ¶
func NewNullableServiceUsersGetRequest(val *ServiceUsersGetRequest) *NullableServiceUsersGetRequest
func (NullableServiceUsersGetRequest) Get ¶
func (v NullableServiceUsersGetRequest) Get() *ServiceUsersGetRequest
func (NullableServiceUsersGetRequest) IsSet ¶
func (v NullableServiceUsersGetRequest) IsSet() bool
func (NullableServiceUsersGetRequest) MarshalJSON ¶
func (v NullableServiceUsersGetRequest) MarshalJSON() ([]byte, error)
func (*NullableServiceUsersGetRequest) Set ¶
func (v *NullableServiceUsersGetRequest) Set(val *ServiceUsersGetRequest)
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 NewNullableSessionInfoDistinguishedName ¶
func NewNullableSessionInfoDistinguishedName(val *SessionInfoDistinguishedName) *NullableSessionInfoDistinguishedName
func (NullableSessionInfoDistinguishedName) Get ¶
func (v NullableSessionInfoDistinguishedName) Get() *SessionInfoDistinguishedName
func (NullableSessionInfoDistinguishedName) IsSet ¶
func (v NullableSessionInfoDistinguishedName) IsSet() bool
func (NullableSessionInfoDistinguishedName) MarshalJSON ¶
func (v NullableSessionInfoDistinguishedName) MarshalJSON() ([]byte, error)
func (*NullableSessionInfoDistinguishedName) Set ¶
func (v *NullableSessionInfoDistinguishedName) Set(val *SessionInfoDistinguishedName)
func (*NullableSessionInfoDistinguishedName) UnmarshalJSON ¶
func (v *NullableSessionInfoDistinguishedName) UnmarshalJSON(src []byte) error
func (*NullableSessionInfoDistinguishedName) Unset ¶
func (v *NullableSessionInfoDistinguishedName) Unset()
type NullableSessionInfoDistinguishedNameDataValue ¶
type NullableSessionInfoDistinguishedNameDataValue struct {
// contains filtered or unexported fields
}
func NewNullableSessionInfoDistinguishedNameDataValue ¶
func NewNullableSessionInfoDistinguishedNameDataValue(val *SessionInfoDistinguishedNameDataValue) *NullableSessionInfoDistinguishedNameDataValue
func (NullableSessionInfoDistinguishedNameDataValue) IsSet ¶
func (v NullableSessionInfoDistinguishedNameDataValue) IsSet() bool
func (NullableSessionInfoDistinguishedNameDataValue) MarshalJSON ¶
func (v NullableSessionInfoDistinguishedNameDataValue) MarshalJSON() ([]byte, error)
func (*NullableSessionInfoDistinguishedNameDataValue) Set ¶
func (v *NullableSessionInfoDistinguishedNameDataValue) Set(val *SessionInfoDistinguishedNameDataValue)
func (*NullableSessionInfoDistinguishedNameDataValue) UnmarshalJSON ¶
func (v *NullableSessionInfoDistinguishedNameDataValue) UnmarshalJSON(src []byte) error
func (*NullableSessionInfoDistinguishedNameDataValue) Unset ¶
func (v *NullableSessionInfoDistinguishedNameDataValue) Unset()
type NullableSessionInfoDistinguishedNameDataValueEntitlementInfosValue ¶
type NullableSessionInfoDistinguishedNameDataValueEntitlementInfosValue struct {
// contains filtered or unexported fields
}
func NewNullableSessionInfoDistinguishedNameDataValueEntitlementInfosValue ¶
func NewNullableSessionInfoDistinguishedNameDataValueEntitlementInfosValue(val *SessionInfoDistinguishedNameDataValueEntitlementInfosValue) *NullableSessionInfoDistinguishedNameDataValueEntitlementInfosValue
func (NullableSessionInfoDistinguishedNameDataValueEntitlementInfosValue) IsSet ¶
func (v NullableSessionInfoDistinguishedNameDataValueEntitlementInfosValue) IsSet() bool
func (NullableSessionInfoDistinguishedNameDataValueEntitlementInfosValue) MarshalJSON ¶
func (v NullableSessionInfoDistinguishedNameDataValueEntitlementInfosValue) MarshalJSON() ([]byte, error)
func (*NullableSessionInfoDistinguishedNameDataValueEntitlementInfosValue) UnmarshalJSON ¶
func (v *NullableSessionInfoDistinguishedNameDataValueEntitlementInfosValue) UnmarshalJSON(src []byte) error
func (*NullableSessionInfoDistinguishedNameDataValueEntitlementInfosValue) Unset ¶
func (v *NullableSessionInfoDistinguishedNameDataValueEntitlementInfosValue) Unset()
type NullableSessionInfoDistinguishedNameDataValueEntitlementInfosValueFirewallRulesInner ¶
type NullableSessionInfoDistinguishedNameDataValueEntitlementInfosValueFirewallRulesInner struct {
// contains filtered or unexported fields
}
func NewNullableSessionInfoDistinguishedNameDataValueEntitlementInfosValueFirewallRulesInner ¶
func NewNullableSessionInfoDistinguishedNameDataValueEntitlementInfosValueFirewallRulesInner(val *SessionInfoDistinguishedNameDataValueEntitlementInfosValueFirewallRulesInner) *NullableSessionInfoDistinguishedNameDataValueEntitlementInfosValueFirewallRulesInner
func (NullableSessionInfoDistinguishedNameDataValueEntitlementInfosValueFirewallRulesInner) IsSet ¶
func (NullableSessionInfoDistinguishedNameDataValueEntitlementInfosValueFirewallRulesInner) MarshalJSON ¶
func (v NullableSessionInfoDistinguishedNameDataValueEntitlementInfosValueFirewallRulesInner) MarshalJSON() ([]byte, error)
func (*NullableSessionInfoDistinguishedNameDataValueEntitlementInfosValueFirewallRulesInner) UnmarshalJSON ¶
func (v *NullableSessionInfoDistinguishedNameDataValueEntitlementInfosValueFirewallRulesInner) UnmarshalJSON(src []byte) error
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 NewNullableSiteAllOfDefaultGateway ¶
func NewNullableSiteAllOfDefaultGateway(val *SiteAllOfDefaultGateway) *NullableSiteAllOfDefaultGateway
func (NullableSiteAllOfDefaultGateway) Get ¶
func (v NullableSiteAllOfDefaultGateway) Get() *SiteAllOfDefaultGateway
func (NullableSiteAllOfDefaultGateway) IsSet ¶
func (v NullableSiteAllOfDefaultGateway) IsSet() bool
func (NullableSiteAllOfDefaultGateway) MarshalJSON ¶
func (v NullableSiteAllOfDefaultGateway) MarshalJSON() ([]byte, error)
func (*NullableSiteAllOfDefaultGateway) Set ¶
func (v *NullableSiteAllOfDefaultGateway) Set(val *SiteAllOfDefaultGateway)
func (*NullableSiteAllOfDefaultGateway) UnmarshalJSON ¶
func (v *NullableSiteAllOfDefaultGateway) UnmarshalJSON(src []byte) error
func (*NullableSiteAllOfDefaultGateway) Unset ¶
func (v *NullableSiteAllOfDefaultGateway) Unset()
type NullableSiteAllOfIpPoolMappings ¶
type NullableSiteAllOfIpPoolMappings struct {
// contains filtered or unexported fields
}
func NewNullableSiteAllOfIpPoolMappings ¶
func NewNullableSiteAllOfIpPoolMappings(val *SiteAllOfIpPoolMappings) *NullableSiteAllOfIpPoolMappings
func (NullableSiteAllOfIpPoolMappings) Get ¶
func (v NullableSiteAllOfIpPoolMappings) Get() *SiteAllOfIpPoolMappings
func (NullableSiteAllOfIpPoolMappings) IsSet ¶
func (v NullableSiteAllOfIpPoolMappings) IsSet() bool
func (NullableSiteAllOfIpPoolMappings) MarshalJSON ¶
func (v NullableSiteAllOfIpPoolMappings) MarshalJSON() ([]byte, error)
func (*NullableSiteAllOfIpPoolMappings) Set ¶
func (v *NullableSiteAllOfIpPoolMappings) Set(val *SiteAllOfIpPoolMappings)
func (*NullableSiteAllOfIpPoolMappings) UnmarshalJSON ¶
func (v *NullableSiteAllOfIpPoolMappings) UnmarshalJSON(src []byte) error
func (*NullableSiteAllOfIpPoolMappings) Unset ¶
func (v *NullableSiteAllOfIpPoolMappings) Unset()
type NullableSiteAllOfNameResolution ¶
type NullableSiteAllOfNameResolution struct {
// contains filtered or unexported fields
}
func NewNullableSiteAllOfNameResolution ¶
func NewNullableSiteAllOfNameResolution(val *SiteAllOfNameResolution) *NullableSiteAllOfNameResolution
func (NullableSiteAllOfNameResolution) Get ¶
func (v NullableSiteAllOfNameResolution) Get() *SiteAllOfNameResolution
func (NullableSiteAllOfNameResolution) IsSet ¶
func (v NullableSiteAllOfNameResolution) IsSet() bool
func (NullableSiteAllOfNameResolution) MarshalJSON ¶
func (v NullableSiteAllOfNameResolution) MarshalJSON() ([]byte, error)
func (*NullableSiteAllOfNameResolution) Set ¶
func (v *NullableSiteAllOfNameResolution) Set(val *SiteAllOfNameResolution)
func (*NullableSiteAllOfNameResolution) UnmarshalJSON ¶
func (v *NullableSiteAllOfNameResolution) UnmarshalJSON(src []byte) error
func (*NullableSiteAllOfNameResolution) Unset ¶
func (v *NullableSiteAllOfNameResolution) Unset()
type NullableSiteAllOfNameResolutionAssumedRoles ¶
type NullableSiteAllOfNameResolutionAssumedRoles struct {
// contains filtered or unexported fields
}
func NewNullableSiteAllOfNameResolutionAssumedRoles ¶
func NewNullableSiteAllOfNameResolutionAssumedRoles(val *SiteAllOfNameResolutionAssumedRoles) *NullableSiteAllOfNameResolutionAssumedRoles
func (NullableSiteAllOfNameResolutionAssumedRoles) IsSet ¶
func (v NullableSiteAllOfNameResolutionAssumedRoles) IsSet() bool
func (NullableSiteAllOfNameResolutionAssumedRoles) MarshalJSON ¶
func (v NullableSiteAllOfNameResolutionAssumedRoles) MarshalJSON() ([]byte, error)
func (*NullableSiteAllOfNameResolutionAssumedRoles) Set ¶
func (v *NullableSiteAllOfNameResolutionAssumedRoles) Set(val *SiteAllOfNameResolutionAssumedRoles)
func (*NullableSiteAllOfNameResolutionAssumedRoles) UnmarshalJSON ¶
func (v *NullableSiteAllOfNameResolutionAssumedRoles) UnmarshalJSON(src []byte) error
func (*NullableSiteAllOfNameResolutionAssumedRoles) Unset ¶
func (v *NullableSiteAllOfNameResolutionAssumedRoles) Unset()
type NullableSiteAllOfNameResolutionAwsResolvers ¶
type NullableSiteAllOfNameResolutionAwsResolvers struct {
// contains filtered or unexported fields
}
func NewNullableSiteAllOfNameResolutionAwsResolvers ¶
func NewNullableSiteAllOfNameResolutionAwsResolvers(val *SiteAllOfNameResolutionAwsResolvers) *NullableSiteAllOfNameResolutionAwsResolvers
func (NullableSiteAllOfNameResolutionAwsResolvers) IsSet ¶
func (v NullableSiteAllOfNameResolutionAwsResolvers) IsSet() bool
func (NullableSiteAllOfNameResolutionAwsResolvers) MarshalJSON ¶
func (v NullableSiteAllOfNameResolutionAwsResolvers) MarshalJSON() ([]byte, error)
func (*NullableSiteAllOfNameResolutionAwsResolvers) Set ¶
func (v *NullableSiteAllOfNameResolutionAwsResolvers) Set(val *SiteAllOfNameResolutionAwsResolvers)
func (*NullableSiteAllOfNameResolutionAwsResolvers) UnmarshalJSON ¶
func (v *NullableSiteAllOfNameResolutionAwsResolvers) UnmarshalJSON(src []byte) error
func (*NullableSiteAllOfNameResolutionAwsResolvers) Unset ¶
func (v *NullableSiteAllOfNameResolutionAwsResolvers) Unset()
type NullableSiteAllOfNameResolutionAzureResolvers ¶
type NullableSiteAllOfNameResolutionAzureResolvers struct {
// contains filtered or unexported fields
}
func NewNullableSiteAllOfNameResolutionAzureResolvers ¶
func NewNullableSiteAllOfNameResolutionAzureResolvers(val *SiteAllOfNameResolutionAzureResolvers) *NullableSiteAllOfNameResolutionAzureResolvers
func (NullableSiteAllOfNameResolutionAzureResolvers) IsSet ¶
func (v NullableSiteAllOfNameResolutionAzureResolvers) IsSet() bool
func (NullableSiteAllOfNameResolutionAzureResolvers) MarshalJSON ¶
func (v NullableSiteAllOfNameResolutionAzureResolvers) MarshalJSON() ([]byte, error)
func (*NullableSiteAllOfNameResolutionAzureResolvers) Set ¶
func (v *NullableSiteAllOfNameResolutionAzureResolvers) Set(val *SiteAllOfNameResolutionAzureResolvers)
func (*NullableSiteAllOfNameResolutionAzureResolvers) UnmarshalJSON ¶
func (v *NullableSiteAllOfNameResolutionAzureResolvers) UnmarshalJSON(src []byte) error
func (*NullableSiteAllOfNameResolutionAzureResolvers) Unset ¶
func (v *NullableSiteAllOfNameResolutionAzureResolvers) Unset()
type NullableSiteAllOfNameResolutionDnsForwarding ¶
type NullableSiteAllOfNameResolutionDnsForwarding struct {
// contains filtered or unexported fields
}
func NewNullableSiteAllOfNameResolutionDnsForwarding ¶
func NewNullableSiteAllOfNameResolutionDnsForwarding(val *SiteAllOfNameResolutionDnsForwarding) *NullableSiteAllOfNameResolutionDnsForwarding
func (NullableSiteAllOfNameResolutionDnsForwarding) IsSet ¶
func (v NullableSiteAllOfNameResolutionDnsForwarding) IsSet() bool
func (NullableSiteAllOfNameResolutionDnsForwarding) MarshalJSON ¶
func (v NullableSiteAllOfNameResolutionDnsForwarding) MarshalJSON() ([]byte, error)
func (*NullableSiteAllOfNameResolutionDnsForwarding) Set ¶
func (v *NullableSiteAllOfNameResolutionDnsForwarding) Set(val *SiteAllOfNameResolutionDnsForwarding)
func (*NullableSiteAllOfNameResolutionDnsForwarding) UnmarshalJSON ¶
func (v *NullableSiteAllOfNameResolutionDnsForwarding) UnmarshalJSON(src []byte) error
func (*NullableSiteAllOfNameResolutionDnsForwarding) Unset ¶
func (v *NullableSiteAllOfNameResolutionDnsForwarding) Unset()
type NullableSiteAllOfNameResolutionDnsResolvers ¶
type NullableSiteAllOfNameResolutionDnsResolvers struct {
// contains filtered or unexported fields
}
func NewNullableSiteAllOfNameResolutionDnsResolvers ¶
func NewNullableSiteAllOfNameResolutionDnsResolvers(val *SiteAllOfNameResolutionDnsResolvers) *NullableSiteAllOfNameResolutionDnsResolvers
func (NullableSiteAllOfNameResolutionDnsResolvers) IsSet ¶
func (v NullableSiteAllOfNameResolutionDnsResolvers) IsSet() bool
func (NullableSiteAllOfNameResolutionDnsResolvers) MarshalJSON ¶
func (v NullableSiteAllOfNameResolutionDnsResolvers) MarshalJSON() ([]byte, error)
func (*NullableSiteAllOfNameResolutionDnsResolvers) Set ¶
func (v *NullableSiteAllOfNameResolutionDnsResolvers) Set(val *SiteAllOfNameResolutionDnsResolvers)
func (*NullableSiteAllOfNameResolutionDnsResolvers) UnmarshalJSON ¶
func (v *NullableSiteAllOfNameResolutionDnsResolvers) UnmarshalJSON(src []byte) error
func (*NullableSiteAllOfNameResolutionDnsResolvers) Unset ¶
func (v *NullableSiteAllOfNameResolutionDnsResolvers) Unset()
type NullableSiteAllOfNameResolutionEsxResolvers ¶
type NullableSiteAllOfNameResolutionEsxResolvers struct {
// contains filtered or unexported fields
}
func NewNullableSiteAllOfNameResolutionEsxResolvers ¶
func NewNullableSiteAllOfNameResolutionEsxResolvers(val *SiteAllOfNameResolutionEsxResolvers) *NullableSiteAllOfNameResolutionEsxResolvers
func (NullableSiteAllOfNameResolutionEsxResolvers) IsSet ¶
func (v NullableSiteAllOfNameResolutionEsxResolvers) IsSet() bool
func (NullableSiteAllOfNameResolutionEsxResolvers) MarshalJSON ¶
func (v NullableSiteAllOfNameResolutionEsxResolvers) MarshalJSON() ([]byte, error)
func (*NullableSiteAllOfNameResolutionEsxResolvers) Set ¶
func (v *NullableSiteAllOfNameResolutionEsxResolvers) Set(val *SiteAllOfNameResolutionEsxResolvers)
func (*NullableSiteAllOfNameResolutionEsxResolvers) UnmarshalJSON ¶
func (v *NullableSiteAllOfNameResolutionEsxResolvers) UnmarshalJSON(src []byte) error
func (*NullableSiteAllOfNameResolutionEsxResolvers) Unset ¶
func (v *NullableSiteAllOfNameResolutionEsxResolvers) Unset()
type NullableSiteAllOfNameResolutionGcpResolvers ¶
type NullableSiteAllOfNameResolutionGcpResolvers struct {
// contains filtered or unexported fields
}
func NewNullableSiteAllOfNameResolutionGcpResolvers ¶
func NewNullableSiteAllOfNameResolutionGcpResolvers(val *SiteAllOfNameResolutionGcpResolvers) *NullableSiteAllOfNameResolutionGcpResolvers
func (NullableSiteAllOfNameResolutionGcpResolvers) IsSet ¶
func (v NullableSiteAllOfNameResolutionGcpResolvers) IsSet() bool
func (NullableSiteAllOfNameResolutionGcpResolvers) MarshalJSON ¶
func (v NullableSiteAllOfNameResolutionGcpResolvers) MarshalJSON() ([]byte, error)
func (*NullableSiteAllOfNameResolutionGcpResolvers) Set ¶
func (v *NullableSiteAllOfNameResolutionGcpResolvers) Set(val *SiteAllOfNameResolutionGcpResolvers)
func (*NullableSiteAllOfNameResolutionGcpResolvers) UnmarshalJSON ¶
func (v *NullableSiteAllOfNameResolutionGcpResolvers) UnmarshalJSON(src []byte) error
func (*NullableSiteAllOfNameResolutionGcpResolvers) Unset ¶
func (v *NullableSiteAllOfNameResolutionGcpResolvers) Unset()
type NullableSiteAllOfNameResolutionIllumioResolvers ¶
type NullableSiteAllOfNameResolutionIllumioResolvers struct {
// contains filtered or unexported fields
}
func NewNullableSiteAllOfNameResolutionIllumioResolvers ¶
func NewNullableSiteAllOfNameResolutionIllumioResolvers(val *SiteAllOfNameResolutionIllumioResolvers) *NullableSiteAllOfNameResolutionIllumioResolvers
func (NullableSiteAllOfNameResolutionIllumioResolvers) IsSet ¶
func (v NullableSiteAllOfNameResolutionIllumioResolvers) IsSet() bool
func (NullableSiteAllOfNameResolutionIllumioResolvers) MarshalJSON ¶
func (v NullableSiteAllOfNameResolutionIllumioResolvers) MarshalJSON() ([]byte, error)
func (*NullableSiteAllOfNameResolutionIllumioResolvers) UnmarshalJSON ¶
func (v *NullableSiteAllOfNameResolutionIllumioResolvers) UnmarshalJSON(src []byte) error
func (*NullableSiteAllOfNameResolutionIllumioResolvers) Unset ¶
func (v *NullableSiteAllOfNameResolutionIllumioResolvers) Unset()
type NullableSiteAllOfVpn ¶
type NullableSiteAllOfVpn struct {
// contains filtered or unexported fields
}
func NewNullableSiteAllOfVpn ¶
func NewNullableSiteAllOfVpn(val *SiteAllOfVpn) *NullableSiteAllOfVpn
func (NullableSiteAllOfVpn) Get ¶
func (v NullableSiteAllOfVpn) Get() *SiteAllOfVpn
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 (v NullableSiteAllOfVpnDtls) Get() *SiteAllOfVpnDtls
func (NullableSiteAllOfVpnDtls) IsSet ¶
func (v NullableSiteAllOfVpnDtls) IsSet() bool
func (NullableSiteAllOfVpnDtls) MarshalJSON ¶
func (v NullableSiteAllOfVpnDtls) MarshalJSON() ([]byte, error)
func (*NullableSiteAllOfVpnDtls) Set ¶
func (v *NullableSiteAllOfVpnDtls) Set(val *SiteAllOfVpnDtls)
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 NewNullableSiteAllOfVpnRouteVia ¶
func NewNullableSiteAllOfVpnRouteVia(val *SiteAllOfVpnRouteVia) *NullableSiteAllOfVpnRouteVia
func (NullableSiteAllOfVpnRouteVia) Get ¶
func (v NullableSiteAllOfVpnRouteVia) Get() *SiteAllOfVpnRouteVia
func (NullableSiteAllOfVpnRouteVia) IsSet ¶
func (v NullableSiteAllOfVpnRouteVia) IsSet() bool
func (NullableSiteAllOfVpnRouteVia) MarshalJSON ¶
func (v NullableSiteAllOfVpnRouteVia) MarshalJSON() ([]byte, error)
func (*NullableSiteAllOfVpnRouteVia) Set ¶
func (v *NullableSiteAllOfVpnRouteVia) Set(val *SiteAllOfVpnRouteVia)
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 (v NullableSiteAllOfVpnTls) Get() *SiteAllOfVpnTls
func (NullableSiteAllOfVpnTls) IsSet ¶
func (v NullableSiteAllOfVpnTls) IsSet() bool
func (NullableSiteAllOfVpnTls) MarshalJSON ¶
func (v NullableSiteAllOfVpnTls) MarshalJSON() ([]byte, error)
func (*NullableSiteAllOfVpnTls) Set ¶
func (v *NullableSiteAllOfVpnTls) Set(val *SiteAllOfVpnTls)
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 (v NullableSiteListAllOf) Get() *SiteListAllOf
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 NewNullableStatsAppliancesList ¶
func NewNullableStatsAppliancesList(val *StatsAppliancesList) *NullableStatsAppliancesList
func (NullableStatsAppliancesList) Get ¶
func (v NullableStatsAppliancesList) Get() *StatsAppliancesList
func (NullableStatsAppliancesList) IsSet ¶
func (v NullableStatsAppliancesList) IsSet() bool
func (NullableStatsAppliancesList) MarshalJSON ¶
func (v NullableStatsAppliancesList) MarshalJSON() ([]byte, error)
func (*NullableStatsAppliancesList) Set ¶
func (v *NullableStatsAppliancesList) Set(val *StatsAppliancesList)
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 NewNullableStatsAppliancesListAllOf ¶
func NewNullableStatsAppliancesListAllOf(val *StatsAppliancesListAllOf) *NullableStatsAppliancesListAllOf
func (NullableStatsAppliancesListAllOf) Get ¶
func (v NullableStatsAppliancesListAllOf) Get() *StatsAppliancesListAllOf
func (NullableStatsAppliancesListAllOf) IsSet ¶
func (v NullableStatsAppliancesListAllOf) IsSet() bool
func (NullableStatsAppliancesListAllOf) MarshalJSON ¶
func (v NullableStatsAppliancesListAllOf) MarshalJSON() ([]byte, error)
func (*NullableStatsAppliancesListAllOf) Set ¶
func (v *NullableStatsAppliancesListAllOf) Set(val *StatsAppliancesListAllOf)
func (*NullableStatsAppliancesListAllOf) UnmarshalJSON ¶
func (v *NullableStatsAppliancesListAllOf) UnmarshalJSON(src []byte) error
func (*NullableStatsAppliancesListAllOf) Unset ¶
func (v *NullableStatsAppliancesListAllOf) Unset()
type NullableStatsAppliancesListAllOfData ¶
type NullableStatsAppliancesListAllOfData struct {
// contains filtered or unexported fields
}
func NewNullableStatsAppliancesListAllOfData ¶
func NewNullableStatsAppliancesListAllOfData(val *StatsAppliancesListAllOfData) *NullableStatsAppliancesListAllOfData
func (NullableStatsAppliancesListAllOfData) Get ¶
func (v NullableStatsAppliancesListAllOfData) Get() *StatsAppliancesListAllOfData
func (NullableStatsAppliancesListAllOfData) IsSet ¶
func (v NullableStatsAppliancesListAllOfData) IsSet() bool
func (NullableStatsAppliancesListAllOfData) MarshalJSON ¶
func (v NullableStatsAppliancesListAllOfData) MarshalJSON() ([]byte, error)
func (*NullableStatsAppliancesListAllOfData) Set ¶
func (v *NullableStatsAppliancesListAllOfData) Set(val *StatsAppliancesListAllOfData)
func (*NullableStatsAppliancesListAllOfData) UnmarshalJSON ¶
func (v *NullableStatsAppliancesListAllOfData) UnmarshalJSON(src []byte) error
func (*NullableStatsAppliancesListAllOfData) Unset ¶
func (v *NullableStatsAppliancesListAllOfData) Unset()
type NullableStatsAppliancesListAllOfDiskInfo ¶
type NullableStatsAppliancesListAllOfDiskInfo struct {
// contains filtered or unexported fields
}
func NewNullableStatsAppliancesListAllOfDiskInfo ¶
func NewNullableStatsAppliancesListAllOfDiskInfo(val *StatsAppliancesListAllOfDiskInfo) *NullableStatsAppliancesListAllOfDiskInfo
func (NullableStatsAppliancesListAllOfDiskInfo) IsSet ¶
func (v NullableStatsAppliancesListAllOfDiskInfo) IsSet() bool
func (NullableStatsAppliancesListAllOfDiskInfo) MarshalJSON ¶
func (v NullableStatsAppliancesListAllOfDiskInfo) MarshalJSON() ([]byte, error)
func (*NullableStatsAppliancesListAllOfDiskInfo) Set ¶
func (v *NullableStatsAppliancesListAllOfDiskInfo) Set(val *StatsAppliancesListAllOfDiskInfo)
func (*NullableStatsAppliancesListAllOfDiskInfo) UnmarshalJSON ¶
func (v *NullableStatsAppliancesListAllOfDiskInfo) UnmarshalJSON(src []byte) error
func (*NullableStatsAppliancesListAllOfDiskInfo) Unset ¶
func (v *NullableStatsAppliancesListAllOfDiskInfo) Unset()
type NullableStatsAppliancesListAllOfNetwork ¶
type NullableStatsAppliancesListAllOfNetwork struct {
// contains filtered or unexported fields
}
func NewNullableStatsAppliancesListAllOfNetwork ¶
func NewNullableStatsAppliancesListAllOfNetwork(val *StatsAppliancesListAllOfNetwork) *NullableStatsAppliancesListAllOfNetwork
func (NullableStatsAppliancesListAllOfNetwork) IsSet ¶
func (v NullableStatsAppliancesListAllOfNetwork) IsSet() bool
func (NullableStatsAppliancesListAllOfNetwork) MarshalJSON ¶
func (v NullableStatsAppliancesListAllOfNetwork) MarshalJSON() ([]byte, error)
func (*NullableStatsAppliancesListAllOfNetwork) Set ¶
func (v *NullableStatsAppliancesListAllOfNetwork) Set(val *StatsAppliancesListAllOfNetwork)
func (*NullableStatsAppliancesListAllOfNetwork) UnmarshalJSON ¶
func (v *NullableStatsAppliancesListAllOfNetwork) UnmarshalJSON(src []byte) error
func (*NullableStatsAppliancesListAllOfNetwork) Unset ¶
func (v *NullableStatsAppliancesListAllOfNetwork) Unset()
type NullableStatsAppliancesListAllOfUpgrade ¶
type NullableStatsAppliancesListAllOfUpgrade struct {
// contains filtered or unexported fields
}
func NewNullableStatsAppliancesListAllOfUpgrade ¶
func NewNullableStatsAppliancesListAllOfUpgrade(val *StatsAppliancesListAllOfUpgrade) *NullableStatsAppliancesListAllOfUpgrade
func (NullableStatsAppliancesListAllOfUpgrade) IsSet ¶
func (v NullableStatsAppliancesListAllOfUpgrade) IsSet() bool
func (NullableStatsAppliancesListAllOfUpgrade) MarshalJSON ¶
func (v NullableStatsAppliancesListAllOfUpgrade) MarshalJSON() ([]byte, error)
func (*NullableStatsAppliancesListAllOfUpgrade) Set ¶
func (v *NullableStatsAppliancesListAllOfUpgrade) Set(val *StatsAppliancesListAllOfUpgrade)
func (*NullableStatsAppliancesListAllOfUpgrade) UnmarshalJSON ¶
func (v *NullableStatsAppliancesListAllOfUpgrade) UnmarshalJSON(src []byte) error
func (*NullableStatsAppliancesListAllOfUpgrade) Unset ¶
func (v *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 (v NullableTestRequest) Get() *TestRequest
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 NewNullableTokenRecordsReevalByDnDistinguishedNamePost200Response ¶
func NewNullableTokenRecordsReevalByDnDistinguishedNamePost200Response(val *TokenRecordsReevalByDnDistinguishedNamePost200Response) *NullableTokenRecordsReevalByDnDistinguishedNamePost200Response
func (NullableTokenRecordsReevalByDnDistinguishedNamePost200Response) IsSet ¶
func (v NullableTokenRecordsReevalByDnDistinguishedNamePost200Response) IsSet() bool
func (NullableTokenRecordsReevalByDnDistinguishedNamePost200Response) MarshalJSON ¶
func (v NullableTokenRecordsReevalByDnDistinguishedNamePost200Response) MarshalJSON() ([]byte, error)
func (*NullableTokenRecordsReevalByDnDistinguishedNamePost200Response) UnmarshalJSON ¶
func (v *NullableTokenRecordsReevalByDnDistinguishedNamePost200Response) UnmarshalJSON(src []byte) error
func (*NullableTokenRecordsReevalByDnDistinguishedNamePost200Response) Unset ¶
func (v *NullableTokenRecordsReevalByDnDistinguishedNamePost200Response) Unset()
type NullableTokenRevocation ¶
type NullableTokenRevocation struct {
// contains filtered or unexported fields
}
func NewNullableTokenRevocation ¶
func NewNullableTokenRevocation(val *TokenRevocation) *NullableTokenRevocation
func (NullableTokenRevocation) Get ¶
func (v NullableTokenRevocation) Get() *TokenRevocation
func (NullableTokenRevocation) IsSet ¶
func (v NullableTokenRevocation) IsSet() bool
func (NullableTokenRevocation) MarshalJSON ¶
func (v NullableTokenRevocation) MarshalJSON() ([]byte, error)
func (*NullableTokenRevocation) Set ¶
func (v *NullableTokenRevocation) Set(val *TokenRevocation)
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 NewNullableTokenRevocationRequest ¶
func NewNullableTokenRevocationRequest(val *TokenRevocationRequest) *NullableTokenRevocationRequest
func (NullableTokenRevocationRequest) Get ¶
func (v NullableTokenRevocationRequest) Get() *TokenRevocationRequest
func (NullableTokenRevocationRequest) IsSet ¶
func (v NullableTokenRevocationRequest) IsSet() bool
func (NullableTokenRevocationRequest) MarshalJSON ¶
func (v NullableTokenRevocationRequest) MarshalJSON() ([]byte, error)
func (*NullableTokenRevocationRequest) Set ¶
func (v *NullableTokenRevocationRequest) Set(val *TokenRevocationRequest)
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 NewNullableTokenRevocationResponse ¶
func NewNullableTokenRevocationResponse(val *TokenRevocationResponse) *NullableTokenRevocationResponse
func (NullableTokenRevocationResponse) Get ¶
func (v NullableTokenRevocationResponse) Get() *TokenRevocationResponse
func (NullableTokenRevocationResponse) IsSet ¶
func (v NullableTokenRevocationResponse) IsSet() bool
func (NullableTokenRevocationResponse) MarshalJSON ¶
func (v NullableTokenRevocationResponse) MarshalJSON() ([]byte, error)
func (*NullableTokenRevocationResponse) Set ¶
func (v *NullableTokenRevocationResponse) Set(val *TokenRevocationResponse)
func (*NullableTokenRevocationResponse) UnmarshalJSON ¶
func (v *NullableTokenRevocationResponse) UnmarshalJSON(src []byte) error
func (*NullableTokenRevocationResponse) Unset ¶
func (v *NullableTokenRevocationResponse) Unset()
type NullableTokenRevocationResponseAllOf ¶
type NullableTokenRevocationResponseAllOf struct {
// contains filtered or unexported fields
}
func NewNullableTokenRevocationResponseAllOf ¶
func NewNullableTokenRevocationResponseAllOf(val *TokenRevocationResponseAllOf) *NullableTokenRevocationResponseAllOf
func (NullableTokenRevocationResponseAllOf) Get ¶
func (v NullableTokenRevocationResponseAllOf) Get() *TokenRevocationResponseAllOf
func (NullableTokenRevocationResponseAllOf) IsSet ¶
func (v NullableTokenRevocationResponseAllOf) IsSet() bool
func (NullableTokenRevocationResponseAllOf) MarshalJSON ¶
func (v NullableTokenRevocationResponseAllOf) MarshalJSON() ([]byte, error)
func (*NullableTokenRevocationResponseAllOf) Set ¶
func (v *NullableTokenRevocationResponseAllOf) Set(val *TokenRevocationResponseAllOf)
func (*NullableTokenRevocationResponseAllOf) UnmarshalJSON ¶
func (v *NullableTokenRevocationResponseAllOf) UnmarshalJSON(src []byte) error
func (*NullableTokenRevocationResponseAllOf) Unset ¶
func (v *NullableTokenRevocationResponseAllOf) Unset()
type NullableTopEntitlements ¶
type NullableTopEntitlements struct {
// contains filtered or unexported fields
}
func NewNullableTopEntitlements ¶
func NewNullableTopEntitlements(val *TopEntitlements) *NullableTopEntitlements
func (NullableTopEntitlements) Get ¶
func (v NullableTopEntitlements) Get() *TopEntitlements
func (NullableTopEntitlements) IsSet ¶
func (v NullableTopEntitlements) IsSet() bool
func (NullableTopEntitlements) MarshalJSON ¶
func (v NullableTopEntitlements) MarshalJSON() ([]byte, error)
func (*NullableTopEntitlements) Set ¶
func (v *NullableTopEntitlements) Set(val *TopEntitlements)
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 NewNullableTopEntitlementsAllOf ¶
func NewNullableTopEntitlementsAllOf(val *TopEntitlementsAllOf) *NullableTopEntitlementsAllOf
func (NullableTopEntitlementsAllOf) Get ¶
func (v NullableTopEntitlementsAllOf) Get() *TopEntitlementsAllOf
func (NullableTopEntitlementsAllOf) IsSet ¶
func (v NullableTopEntitlementsAllOf) IsSet() bool
func (NullableTopEntitlementsAllOf) MarshalJSON ¶
func (v NullableTopEntitlementsAllOf) MarshalJSON() ([]byte, error)
func (*NullableTopEntitlementsAllOf) Set ¶
func (v *NullableTopEntitlementsAllOf) Set(val *TopEntitlementsAllOf)
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 (v NullableTrustedCertificate) Get() *TrustedCertificate
func (NullableTrustedCertificate) IsSet ¶
func (v NullableTrustedCertificate) IsSet() bool
func (NullableTrustedCertificate) MarshalJSON ¶
func (v NullableTrustedCertificate) MarshalJSON() ([]byte, error)
func (*NullableTrustedCertificate) Set ¶
func (v *NullableTrustedCertificate) Set(val *TrustedCertificate)
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 NewNullableTrustedCertificateAllOf ¶
func NewNullableTrustedCertificateAllOf(val *TrustedCertificateAllOf) *NullableTrustedCertificateAllOf
func (NullableTrustedCertificateAllOf) Get ¶
func (v NullableTrustedCertificateAllOf) Get() *TrustedCertificateAllOf
func (NullableTrustedCertificateAllOf) IsSet ¶
func (v NullableTrustedCertificateAllOf) IsSet() bool
func (NullableTrustedCertificateAllOf) MarshalJSON ¶
func (v NullableTrustedCertificateAllOf) MarshalJSON() ([]byte, error)
func (*NullableTrustedCertificateAllOf) Set ¶
func (v *NullableTrustedCertificateAllOf) Set(val *TrustedCertificateAllOf)
func (*NullableTrustedCertificateAllOf) UnmarshalJSON ¶
func (v *NullableTrustedCertificateAllOf) UnmarshalJSON(src []byte) error
func (*NullableTrustedCertificateAllOf) Unset ¶
func (v *NullableTrustedCertificateAllOf) Unset()
type NullableTrustedCertificateList ¶
type NullableTrustedCertificateList struct {
// contains filtered or unexported fields
}
func NewNullableTrustedCertificateList ¶
func NewNullableTrustedCertificateList(val *TrustedCertificateList) *NullableTrustedCertificateList
func (NullableTrustedCertificateList) Get ¶
func (v NullableTrustedCertificateList) Get() *TrustedCertificateList
func (NullableTrustedCertificateList) IsSet ¶
func (v NullableTrustedCertificateList) IsSet() bool
func (NullableTrustedCertificateList) MarshalJSON ¶
func (v NullableTrustedCertificateList) MarshalJSON() ([]byte, error)
func (*NullableTrustedCertificateList) Set ¶
func (v *NullableTrustedCertificateList) Set(val *TrustedCertificateList)
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 NewNullableTrustedCertificateListAllOf ¶
func NewNullableTrustedCertificateListAllOf(val *TrustedCertificateListAllOf) *NullableTrustedCertificateListAllOf
func (NullableTrustedCertificateListAllOf) Get ¶
func (v NullableTrustedCertificateListAllOf) Get() *TrustedCertificateListAllOf
func (NullableTrustedCertificateListAllOf) IsSet ¶
func (v NullableTrustedCertificateListAllOf) IsSet() bool
func (NullableTrustedCertificateListAllOf) MarshalJSON ¶
func (v NullableTrustedCertificateListAllOf) MarshalJSON() ([]byte, error)
func (*NullableTrustedCertificateListAllOf) Set ¶
func (v *NullableTrustedCertificateListAllOf) Set(val *TrustedCertificateListAllOf)
func (*NullableTrustedCertificateListAllOf) UnmarshalJSON ¶
func (v *NullableTrustedCertificateListAllOf) UnmarshalJSON(src []byte) error
func (*NullableTrustedCertificateListAllOf) Unset ¶
func (v *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 (v NullableUploadCaAllOf) Get() *UploadCaAllOf
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 (v NullableUserLicense) Get() *UserLicense
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 (v NullableUserLicenseAllOf) Get() *UserLicenseAllOf
func (NullableUserLicenseAllOf) IsSet ¶
func (v NullableUserLicenseAllOf) IsSet() bool
func (NullableUserLicenseAllOf) MarshalJSON ¶
func (v NullableUserLicenseAllOf) MarshalJSON() ([]byte, error)
func (*NullableUserLicenseAllOf) Set ¶
func (v *NullableUserLicenseAllOf) Set(val *UserLicenseAllOf)
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 (v NullableUserLicenseList) Get() *UserLicenseList
func (NullableUserLicenseList) IsSet ¶
func (v NullableUserLicenseList) IsSet() bool
func (NullableUserLicenseList) MarshalJSON ¶
func (v NullableUserLicenseList) MarshalJSON() ([]byte, error)
func (*NullableUserLicenseList) Set ¶
func (v *NullableUserLicenseList) Set(val *UserLicenseList)
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 NewNullableUserLicenseListAllOf ¶
func NewNullableUserLicenseListAllOf(val *UserLicenseListAllOf) *NullableUserLicenseListAllOf
func (NullableUserLicenseListAllOf) Get ¶
func (v NullableUserLicenseListAllOf) Get() *UserLicenseListAllOf
func (NullableUserLicenseListAllOf) IsSet ¶
func (v NullableUserLicenseListAllOf) IsSet() bool
func (NullableUserLicenseListAllOf) MarshalJSON ¶
func (v NullableUserLicenseListAllOf) MarshalJSON() ([]byte, error)
func (*NullableUserLicenseListAllOf) Set ¶
func (v *NullableUserLicenseListAllOf) Set(val *UserLicenseListAllOf)
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 (v NullableUserLoginsAllOf) Get() *UserLoginsAllOf
func (NullableUserLoginsAllOf) IsSet ¶
func (v NullableUserLoginsAllOf) IsSet() bool
func (NullableUserLoginsAllOf) MarshalJSON ¶
func (v NullableUserLoginsAllOf) MarshalJSON() ([]byte, error)
func (*NullableUserLoginsAllOf) Set ¶
func (v *NullableUserLoginsAllOf) Set(val *UserLoginsAllOf)
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 (v NullableUserScriptAllOf) Get() *UserScriptAllOf
func (NullableUserScriptAllOf) IsSet ¶
func (v NullableUserScriptAllOf) IsSet() bool
func (NullableUserScriptAllOf) MarshalJSON ¶
func (v NullableUserScriptAllOf) MarshalJSON() ([]byte, error)
func (*NullableUserScriptAllOf) Set ¶
func (v *NullableUserScriptAllOf) Set(val *UserScriptAllOf)
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 (v NullableUserScriptList) Get() *UserScriptList
func (NullableUserScriptList) IsSet ¶
func (v NullableUserScriptList) IsSet() bool
func (NullableUserScriptList) MarshalJSON ¶
func (v NullableUserScriptList) MarshalJSON() ([]byte, error)
func (*NullableUserScriptList) Set ¶
func (v *NullableUserScriptList) Set(val *UserScriptList)
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 NewNullableUserScriptListAllOf ¶
func NewNullableUserScriptListAllOf(val *UserScriptListAllOf) *NullableUserScriptListAllOf
func (NullableUserScriptListAllOf) Get ¶
func (v NullableUserScriptListAllOf) Get() *UserScriptListAllOf
func (NullableUserScriptListAllOf) IsSet ¶
func (v NullableUserScriptListAllOf) IsSet() bool
func (NullableUserScriptListAllOf) MarshalJSON ¶
func (v NullableUserScriptListAllOf) MarshalJSON() ([]byte, error)
func (*NullableUserScriptListAllOf) Set ¶
func (v *NullableUserScriptListAllOf) Set(val *UserScriptListAllOf)
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 (v NullableValidationError) Get() *ValidationError
func (NullableValidationError) IsSet ¶
func (v NullableValidationError) IsSet() bool
func (NullableValidationError) MarshalJSON ¶
func (v NullableValidationError) MarshalJSON() ([]byte, error)
func (*NullableValidationError) Set ¶
func (v *NullableValidationError) Set(val *ValidationError)
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 NewNullableValidationErrorErrorsInner ¶
func NewNullableValidationErrorErrorsInner(val *ValidationErrorErrorsInner) *NullableValidationErrorErrorsInner
func (NullableValidationErrorErrorsInner) Get ¶
func (v NullableValidationErrorErrorsInner) Get() *ValidationErrorErrorsInner
func (NullableValidationErrorErrorsInner) IsSet ¶
func (v NullableValidationErrorErrorsInner) IsSet() bool
func (NullableValidationErrorErrorsInner) MarshalJSON ¶
func (v NullableValidationErrorErrorsInner) MarshalJSON() ([]byte, error)
func (*NullableValidationErrorErrorsInner) Set ¶
func (v *NullableValidationErrorErrorsInner) Set(val *ValidationErrorErrorsInner)
func (*NullableValidationErrorErrorsInner) UnmarshalJSON ¶
func (v *NullableValidationErrorErrorsInner) UnmarshalJSON(src []byte) error
func (*NullableValidationErrorErrorsInner) Unset ¶
func (v *NullableValidationErrorErrorsInner) Unset()
type NullableZtpSettings ¶
type NullableZtpSettings struct {
// contains filtered or unexported fields
}
func NewNullableZtpSettings ¶
func NewNullableZtpSettings(val *ZtpSettings) *NullableZtpSettings
func (NullableZtpSettings) Get ¶
func (v NullableZtpSettings) Get() *ZtpSettings
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 NewNullableZtpSettingsRiskEngine ¶
func NewNullableZtpSettingsRiskEngine(val *ZtpSettingsRiskEngine) *NullableZtpSettingsRiskEngine
func (NullableZtpSettingsRiskEngine) Get ¶
func (v NullableZtpSettingsRiskEngine) Get() *ZtpSettingsRiskEngine
func (NullableZtpSettingsRiskEngine) IsSet ¶
func (v NullableZtpSettingsRiskEngine) IsSet() bool
func (NullableZtpSettingsRiskEngine) MarshalJSON ¶
func (v NullableZtpSettingsRiskEngine) MarshalJSON() ([]byte, error)
func (*NullableZtpSettingsRiskEngine) Set ¶
func (v *NullableZtpSettingsRiskEngine) Set(val *ZtpSettingsRiskEngine)
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 NewNullableZtpSettingsRiskEngineFallbackValues ¶
func NewNullableZtpSettingsRiskEngineFallbackValues(val *ZtpSettingsRiskEngineFallbackValues) *NullableZtpSettingsRiskEngineFallbackValues
func (NullableZtpSettingsRiskEngineFallbackValues) IsSet ¶
func (v NullableZtpSettingsRiskEngineFallbackValues) IsSet() bool
func (NullableZtpSettingsRiskEngineFallbackValues) MarshalJSON ¶
func (v NullableZtpSettingsRiskEngineFallbackValues) MarshalJSON() ([]byte, error)
func (*NullableZtpSettingsRiskEngineFallbackValues) Set ¶
func (v *NullableZtpSettingsRiskEngineFallbackValues) Set(val *ZtpSettingsRiskEngineFallbackValues)
func (*NullableZtpSettingsRiskEngineFallbackValues) UnmarshalJSON ¶
func (v *NullableZtpSettingsRiskEngineFallbackValues) UnmarshalJSON(src []byte) error
func (*NullableZtpSettingsRiskEngineFallbackValues) Unset ¶
func (v *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 (v NullableZtpVersionStatus) Get() *ZtpVersionStatus
func (NullableZtpVersionStatus) IsSet ¶
func (v NullableZtpVersionStatus) IsSet() bool
func (NullableZtpVersionStatus) MarshalJSON ¶
func (v NullableZtpVersionStatus) MarshalJSON() ([]byte, error)
func (*NullableZtpVersionStatus) Set ¶
func (v *NullableZtpVersionStatus) Set(val *ZtpVersionStatus)
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 ¶
func (o *OidcProvider) GetOnBoarding2FA() ConfigurableIdentityProviderAllOfOnBoarding2FA
GetOnBoarding2FA returns the OnBoarding2FA field value if set, zero value otherwise.
func (*OidcProvider) GetOnBoarding2FAOk ¶
func (o *OidcProvider) GetOnBoarding2FAOk() (*ConfigurableIdentityProviderAllOfOnBoarding2FA, bool)
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) 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 ¶
func (o *OidcProvider) SetOnBoarding2FA(v ConfigurableIdentityProviderAllOfOnBoarding2FA)
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) 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 ¶
func (o *OnBoardedDeviceListAllOf) GetData() []OnBoardedDevice
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 ¶
func (o *OnDemandClaimMappingsInner) GetParameters() OnDemandClaimMappingsInnerParameters
GetParameters returns the Parameters field value if set, zero value otherwise.
func (*OnDemandClaimMappingsInner) GetParametersOk ¶
func (o *OnDemandClaimMappingsInner) GetParametersOk() (*OnDemandClaimMappingsInnerParameters, bool)
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 ¶
func (o *OnDemandClaimMappingsInner) SetParameters(v OnDemandClaimMappingsInnerParameters)
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 ¶
func (o *OnDemandClaimMappingsInnerParameters) GetArgs() string
GetArgs returns the Args field value if set, zero value otherwise.
func (*OnDemandClaimMappingsInnerParameters) GetArgsOk ¶
func (o *OnDemandClaimMappingsInnerParameters) GetArgsOk() (*string, bool)
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 ¶
func (o *OnDemandClaimMappingsInnerParameters) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*OnDemandClaimMappingsInnerParameters) GetNameOk ¶
func (o *OnDemandClaimMappingsInnerParameters) 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 (*OnDemandClaimMappingsInnerParameters) GetPath ¶
func (o *OnDemandClaimMappingsInnerParameters) GetPath() string
GetPath returns the Path field value if set, zero value otherwise.
func (*OnDemandClaimMappingsInnerParameters) GetPathOk ¶
func (o *OnDemandClaimMappingsInnerParameters) GetPathOk() (*string, bool)
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 ¶
func (o *OnDemandClaimMappingsInnerParameters) HasArgs() bool
HasArgs returns a boolean if a field has been set.
func (*OnDemandClaimMappingsInnerParameters) HasName ¶
func (o *OnDemandClaimMappingsInnerParameters) HasName() bool
HasName returns a boolean if a field has been set.
func (*OnDemandClaimMappingsInnerParameters) HasPath ¶
func (o *OnDemandClaimMappingsInnerParameters) HasPath() bool
HasPath returns a boolean if a field has been set.
func (OnDemandClaimMappingsInnerParameters) MarshalJSON ¶
func (o OnDemandClaimMappingsInnerParameters) MarshalJSON() ([]byte, error)
func (*OnDemandClaimMappingsInnerParameters) SetArgs ¶
func (o *OnDemandClaimMappingsInnerParameters) SetArgs(v string)
SetArgs gets a reference to the given string and assigns it to the Args field.
func (*OnDemandClaimMappingsInnerParameters) SetName ¶
func (o *OnDemandClaimMappingsInnerParameters) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
func (*OnDemandClaimMappingsInnerParameters) SetPath ¶
func (o *OnDemandClaimMappingsInnerParameters) SetPath(v string)
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 ¶
GetProviderName returns the ProviderName field value if set, zero value otherwise.
func (*OtpSeed) GetProviderNameOk ¶
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 ¶
GetUserDistinguishedName returns the UserDistinguishedName field value if set, zero value otherwise.
func (*OtpSeed) GetUserDistinguishedNameOk ¶
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 ¶
GetUsername returns the Username field value if set, zero value otherwise.
func (*OtpSeed) GetUsernameOk ¶
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 ¶
GetVerified returns the Verified field value if set, zero value otherwise.
func (*OtpSeed) GetVerifiedOk ¶
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 ¶
HasProviderName returns a boolean if a field has been set.
func (*OtpSeed) HasUserDistinguishedName ¶
HasUserDistinguishedName returns a boolean if a field has been set.
func (*OtpSeed) HasUsername ¶
HasUsername returns a boolean if a field has been set.
func (*OtpSeed) HasVerified ¶
HasVerified returns a boolean if a field has been set.
func (OtpSeed) MarshalJSON ¶
func (*OtpSeed) SetProviderName ¶
SetProviderName gets a reference to the given string and assigns it to the ProviderName field.
func (*OtpSeed) SetUserDistinguishedName ¶
SetUserDistinguishedName gets a reference to the given string and assigns it to the UserDistinguishedName field.
func (*OtpSeed) SetUsername ¶
SetUsername gets a reference to the given string and assigns it to the Username field.
func (*OtpSeed) SetVerified ¶
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 ¶
GetContent returns the Content field value if set, zero value otherwise.
func (*P12) GetContentOk ¶
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) 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 (*P12) GetPassword ¶
GetPassword returns the Password field value if set, zero value otherwise.
func (*P12) GetPasswordOk ¶
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 ¶
GetSubjectName returns the SubjectName field value if set, zero value otherwise.
func (*P12) GetSubjectNameOk ¶
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 ¶
HasContent returns a boolean if a field has been set.
func (*P12) HasPassword ¶
HasPassword returns a boolean if a field has been set.
func (*P12) HasSubjectName ¶
HasSubjectName returns a boolean if a field has been set.
func (P12) MarshalJSON ¶
func (*P12) SetContent ¶
SetContent gets a reference to the given string and assigns it to the Content field.
func (*P12) SetPassword ¶
SetPassword gets a reference to the given string and assigns it to the Password field.
func (*P12) SetSubjectName ¶
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) GetP12Ok ¶
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 ¶
GetPassword returns the Password field value if set, zero value otherwise.
func (*P121) GetPasswordOk ¶
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) HasPassword ¶
HasPassword returns a boolean if a field has been set.
func (P121) MarshalJSON ¶
func (*P121) SetPassword ¶
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 ¶
func (a *PoliciesApiService) PoliciesGet(ctx context.Context) ApiPoliciesGetRequest
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 ¶
func (a *PoliciesApiService) PoliciesIdDelete(ctx context.Context, id string) ApiPoliciesIdDeleteRequest
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 ¶
func (a *PoliciesApiService) PoliciesIdGet(ctx context.Context, id string) ApiPoliciesIdGetRequest
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 ¶
func (a *PoliciesApiService) PoliciesIdPut(ctx context.Context, id string) ApiPoliciesIdPutRequest
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 ¶
func (a *PoliciesApiService) PoliciesPost(ctx context.Context) ApiPoliciesPostRequest
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 ¶
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 ¶
GetAdministrativeRoles returns the AdministrativeRoles field value if set, zero value otherwise.
func (*Policy) GetAdministrativeRolesOk ¶
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 ¶
GetCreated returns the Created field value if set, zero value otherwise.
func (*Policy) GetCreatedOk ¶
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 ¶
GetCustomClientHelpUrl returns the CustomClientHelpUrl field value if set, zero value otherwise.
func (*Policy) GetCustomClientHelpUrlOk ¶
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 ¶
GetDisabled returns the Disabled field value if set, zero value otherwise.
func (*Policy) GetDisabledOk ¶
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 (*Policy) GetEntitlementLinks ¶
GetEntitlementLinks returns the EntitlementLinks field value if set, zero value otherwise.
func (*Policy) GetEntitlementLinksOk ¶
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 ¶
GetEntitlements returns the Entitlements field value if set, zero value otherwise.
func (*Policy) GetEntitlementsOk ¶
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 ¶
GetExpression returns the Expression field value
func (*Policy) GetExpressionOk ¶
GetExpressionOk returns a tuple with the Expression field value and a boolean to check if the value has been set.
func (*Policy) 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 (*Policy) GetNameOk ¶
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*Policy) 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 (*Policy) GetOverrideSite ¶
GetOverrideSite returns the OverrideSite field value if set, zero value otherwise.
func (*Policy) GetOverrideSiteClaim ¶
GetOverrideSiteClaim returns the OverrideSiteClaim field value if set, zero value otherwise.
func (*Policy) GetOverrideSiteClaimOk ¶
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 ¶
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 (*Policy) GetRingfenceRuleLinks ¶
GetRingfenceRuleLinks returns the RingfenceRuleLinks field value if set, zero value otherwise.
func (*Policy) GetRingfenceRuleLinksOk ¶
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 ¶
GetRingfenceRules returns the RingfenceRules field value if set, zero value otherwise.
func (*Policy) GetRingfenceRulesOk ¶
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) GetTagsOk ¶
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 ¶
GetTamperProofing returns the TamperProofing field value if set, zero value otherwise.
func (*Policy) GetTamperProofingOk ¶
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) 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 (*Policy) GetUpdated ¶
GetUpdated returns the Updated field value if set, zero value otherwise.
func (*Policy) GetUpdatedOk ¶
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 ¶
HasAdministrativeRoles returns a boolean if a field has been set.
func (*Policy) HasClientProfileSettings ¶
HasClientProfileSettings returns a boolean if a field has been set.
func (*Policy) HasClientSettings ¶
HasClientSettings returns a boolean if a field has been set.
func (*Policy) HasCreated ¶
HasCreated returns a boolean if a field has been set.
func (*Policy) HasCustomClientHelpUrl ¶
HasCustomClientHelpUrl returns a boolean if a field has been set.
func (*Policy) HasDisabled ¶
HasDisabled returns a boolean if a field has been set.
func (*Policy) HasDnsSettings ¶
HasDnsSettings returns a boolean if a field has been set.
func (*Policy) HasEntitlementLinks ¶
HasEntitlementLinks returns a boolean if a field has been set.
func (*Policy) HasEntitlements ¶
HasEntitlements returns a boolean if a field has been set.
func (*Policy) HasOverrideSite ¶
HasOverrideSite returns a boolean if a field has been set.
func (*Policy) HasOverrideSiteClaim ¶
HasOverrideSiteClaim returns a boolean if a field has been set.
func (*Policy) HasProxyAutoConfig ¶
HasProxyAutoConfig returns a boolean if a field has been set.
func (*Policy) HasRingfenceRuleLinks ¶
HasRingfenceRuleLinks returns a boolean if a field has been set.
func (*Policy) HasRingfenceRules ¶
HasRingfenceRules returns a boolean if a field has been set.
func (*Policy) HasTamperProofing ¶
HasTamperProofing returns a boolean if a field has been set.
func (*Policy) HasTrustedNetworkCheck ¶
HasTrustedNetworkCheck returns a boolean if a field has been set.
func (*Policy) HasUpdated ¶
HasUpdated returns a boolean if a field has been set.
func (Policy) MarshalJSON ¶
func (*Policy) SetAdministrativeRoles ¶
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 ¶
SetCreated gets a reference to the given time.Time and assigns it to the Created field.
func (*Policy) SetCustomClientHelpUrl ¶
SetCustomClientHelpUrl gets a reference to the given string and assigns it to the CustomClientHelpUrl field.
func (*Policy) SetDisabled ¶
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 (*Policy) SetEntitlementLinks ¶
SetEntitlementLinks gets a reference to the given []string and assigns it to the EntitlementLinks field.
func (*Policy) SetEntitlements ¶
SetEntitlements gets a reference to the given []string and assigns it to the Entitlements field.
func (*Policy) SetExpression ¶
SetExpression sets field value
func (*Policy) SetNotes ¶
SetNotes gets a reference to the given string and assigns it to the Notes field.
func (*Policy) SetOverrideSite ¶
SetOverrideSite gets a reference to the given string and assigns it to the OverrideSite field.
func (*Policy) SetOverrideSiteClaim ¶
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 (*Policy) SetRingfenceRuleLinks ¶
SetRingfenceRuleLinks gets a reference to the given []string and assigns it to the RingfenceRuleLinks field.
func (*Policy) SetRingfenceRules ¶
SetRingfenceRules gets a reference to the given []string and assigns it to the RingfenceRules field.
func (*Policy) SetTags ¶
SetTags gets a reference to the given []string and assigns it to the Tags field.
func (*Policy) SetTamperProofing ¶
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 ¶
SetType gets a reference to the given string and assigns it to the Type field.
func (*Policy) SetUpdated ¶
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 (*PolicyAllOf) GetEntitlementLinks ¶
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 (*PolicyAllOf) GetRingfenceRuleLinks ¶
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 (*PolicyAllOf) HasEntitlementLinks ¶
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 (*PolicyAllOf) HasRingfenceRuleLinks ¶
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 (*PolicyAllOf) SetEntitlementLinks ¶
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 (*PolicyAllOf) SetRingfenceRuleLinks ¶
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 ¶
GetEnabled returns the Enabled field value if set, zero value otherwise.
func (*Portal) GetEnabledOk ¶
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 ¶
GetHttpRedirect returns the HttpRedirect field value if set, zero value otherwise.
func (*Portal) GetHttpRedirectOk ¶
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 ¶
GetHttpsP12 returns the HttpsP12 field value if set, zero value otherwise.
func (*Portal) GetHttpsP12Ok ¶
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 ¶
GetProfiles returns the Profiles field value if set, zero value otherwise.
func (*Portal) GetProfilesOk ¶
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 ¶
GetProxyP12s returns the ProxyP12s field value if set, zero value otherwise.
func (*Portal) GetProxyP12sOk ¶
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 ¶
GetProxyPorts returns the ProxyPorts field value if set, zero value otherwise.
func (*Portal) GetProxyPortsOk ¶
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 ¶
HasEnabled returns a boolean if a field has been set.
func (*Portal) HasExternalProfiles ¶
HasExternalProfiles returns a boolean if a field has been set.
func (*Portal) HasHttpRedirect ¶
HasHttpRedirect returns a boolean if a field has been set.
func (*Portal) HasHttpsP12 ¶
HasHttpsP12 returns a boolean if a field has been set.
func (*Portal) HasProfiles ¶
HasProfiles returns a boolean if a field has been set.
func (*Portal) HasProxyP12s ¶
HasProxyP12s returns a boolean if a field has been set.
func (*Portal) HasProxyPorts ¶
HasProxyPorts returns a boolean if a field has been set.
func (*Portal) HasSignInCustomization ¶
HasSignInCustomization returns a boolean if a field has been set.
func (Portal) MarshalJSON ¶
func (*Portal) SetEnabled ¶
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 ¶
SetHttpRedirect gets a reference to the given bool and assigns it to the HttpRedirect field.
func (*Portal) SetHttpsP12 ¶
SetHttpsP12 gets a reference to the given P12 and assigns it to the HttpsP12 field.
func (*Portal) SetProfiles ¶
SetProfiles gets a reference to the given []string and assigns it to the Profiles field.
func (*Portal) SetProxyP12s ¶
SetProxyP12s gets a reference to the given []Portal12 and assigns it to the ProxyP12s field.
func (*Portal) SetProxyPorts ¶
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 ¶
GetContent returns the Content field value if set, zero value otherwise.
func (*Portal12) GetContentOk ¶
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) 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 (*Portal12) GetPassword ¶
GetPassword returns the Password field value if set, zero value otherwise.
func (*Portal12) GetPasswordOk ¶
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 ¶
GetSubjectName returns the SubjectName field value if set, zero value otherwise.
func (*Portal12) GetSubjectNameOk ¶
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 ¶
GetVerifyUpstream returns the VerifyUpstream field value if set, zero value otherwise.
func (*Portal12) GetVerifyUpstreamOk ¶
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 ¶
HasContent returns a boolean if a field has been set.
func (*Portal12) HasPassword ¶
HasPassword returns a boolean if a field has been set.
func (*Portal12) HasSubjectName ¶
HasSubjectName returns a boolean if a field has been set.
func (*Portal12) HasVerifyUpstream ¶
HasVerifyUpstream returns a boolean if a field has been set.
func (Portal12) MarshalJSON ¶
func (*Portal12) SetContent ¶
SetContent gets a reference to the given string and assigns it to the Content field.
func (*Portal12) SetId ¶
SetId gets a reference to the given string and assigns it to the Id field.
func (*Portal12) SetPassword ¶
SetPassword gets a reference to the given string and assigns it to the Password field.
func (*Portal12) SetSubjectName ¶
SetSubjectName gets a reference to the given string and assigns it to the SubjectName field.
func (*Portal12) SetVerifyUpstream ¶
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 ¶
func (o *PortalExternalProfilesInner) GetId() string
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"`
// Changes the logo on the sign-in page. Must be in PNG, JPEG or GIF format.
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 (*PortalSignInCustomization) GetLogo ¶
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 (*PortalSignInCustomization) HasLogo ¶
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 (*PortalSignInCustomization) SetLogo ¶
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 ¶
func (o *RadiusIdentityProviderList) GetData() []RadiusProvider
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 ¶
func (o *RadiusIdentityProviderList) SetData(v []RadiusProvider)
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 ¶
func (a *RadiusIdentityProvidersApiService) IdentityProvidersGet(ctx context.Context) ApiRadiusIdentityProvidersGetRequest
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 ¶
func (a *RadiusIdentityProvidersApiService) IdentityProvidersGetExecute(r ApiRadiusIdentityProvidersGetRequest) (*RadiusIdentityProviderList, *http.Response, error)
Execute executes the request
@return RadiusIdentityProviderList
func (*RadiusIdentityProvidersApiService) IdentityProvidersIdAttributesPost ¶
func (a *RadiusIdentityProvidersApiService) IdentityProvidersIdAttributesPost(ctx context.Context, id string) ApiRadiusIdentityProvidersIdAttributesPostRequest
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 ¶
func (a *RadiusIdentityProvidersApiService) IdentityProvidersIdAttributesPostExecute(r ApiRadiusIdentityProvidersIdAttributesPostRequest) (*IdentityProvidersIdAttributesPost200Response, *http.Response, error)
Execute executes the request
@return IdentityProvidersIdAttributesPost200Response
func (*RadiusIdentityProvidersApiService) IdentityProvidersIdDelete ¶
func (a *RadiusIdentityProvidersApiService) IdentityProvidersIdDelete(ctx context.Context, id string) ApiRadiusIdentityProvidersIdDeleteRequest
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 ¶
func (a *RadiusIdentityProvidersApiService) IdentityProvidersIdDeleteExecute(r ApiRadiusIdentityProvidersIdDeleteRequest) (*http.Response, error)
Execute executes the request
func (*RadiusIdentityProvidersApiService) IdentityProvidersIdGet ¶
func (a *RadiusIdentityProvidersApiService) IdentityProvidersIdGet(ctx context.Context, id string) ApiRadiusIdentityProvidersIdGetRequest
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 ¶
func (a *RadiusIdentityProvidersApiService) IdentityProvidersIdGetExecute(r ApiRadiusIdentityProvidersIdGetRequest) (*RadiusProvider, *http.Response, error)
Execute executes the request
@return RadiusProvider
func (*RadiusIdentityProvidersApiService) IdentityProvidersIdPut ¶
func (a *RadiusIdentityProvidersApiService) IdentityProvidersIdPut(ctx context.Context, id string) ApiRadiusIdentityProvidersIdPutRequest
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 ¶
func (a *RadiusIdentityProvidersApiService) IdentityProvidersIdPutExecute(r ApiRadiusIdentityProvidersIdPutRequest) (*RadiusProvider, *http.Response, error)
Execute executes the request
@return RadiusProvider
func (*RadiusIdentityProvidersApiService) IdentityProvidersPost ¶
func (a *RadiusIdentityProvidersApiService) IdentityProvidersPost(ctx context.Context) ApiRadiusIdentityProvidersPostRequest
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 ¶
func (a *RadiusIdentityProvidersApiService) IdentityProvidersPostExecute(r ApiRadiusIdentityProvidersPostRequest) (*RadiusProvider, *http.Response, error)
Execute executes the request
@return RadiusProvider
func (*RadiusIdentityProvidersApiService) IdentityProvidersTestPost ¶
func (a *RadiusIdentityProvidersApiService) IdentityProvidersTestPost(ctx context.Context) ApiRadiusIdentityProvidersTestPostRequest
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 ¶
func (a *RadiusIdentityProvidersApiService) IdentityProvidersTestPostExecute(r ApiRadiusIdentityProvidersTestPostRequest) (*IdentityProvidersTestPost200Response, *http.Response, error)
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"`
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 ¶
func (o *RadiusProvider) GetOnBoarding2FA() ConfigurableIdentityProviderAllOfOnBoarding2FA
GetOnBoarding2FA returns the OnBoarding2FA field value if set, zero value otherwise.
func (*RadiusProvider) GetOnBoarding2FAOk ¶
func (o *RadiusProvider) GetOnBoarding2FAOk() (*ConfigurableIdentityProviderAllOfOnBoarding2FA, bool)
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 ¶
func (o *RadiusProvider) SetOnBoarding2FA(v ConfigurableIdentityProviderAllOfOnBoarding2FA)
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"`
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 ¶
func (a *RegisteredDevicesApiService) OnBoardedDevicesGet(ctx context.Context) ApiOnBoardedDevicesGetRequest
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 ¶
func (a *RegisteredDevicesApiService) OnBoardedDevicesGetExecute(r ApiOnBoardedDevicesGetRequest) (*OnBoardedDeviceList, *http.Response, error)
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.
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) 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 ¶
func (o *RingfenceRuleAllOf) GetActions() []RingfenceRuleAllOfActions
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 ¶
func (a *RingfenceRulesApiService) RingfenceRulesGet(ctx context.Context) ApiRingfenceRulesGetRequest
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 ¶
func (a *RingfenceRulesApiService) RingfenceRulesGetExecute(r ApiRingfenceRulesGetRequest) (*RingfenceRuleList, *http.Response, error)
Execute executes the request
@return RingfenceRuleList
func (*RingfenceRulesApiService) RingfenceRulesIdDelete ¶
func (a *RingfenceRulesApiService) RingfenceRulesIdDelete(ctx context.Context, id string) ApiRingfenceRulesIdDeleteRequest
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 ¶
func (a *RingfenceRulesApiService) RingfenceRulesIdGet(ctx context.Context, id string) ApiRingfenceRulesIdGetRequest
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 ¶
func (a *RingfenceRulesApiService) RingfenceRulesIdGetExecute(r ApiRingfenceRulesIdGetRequest) (*RingfenceRule, *http.Response, error)
Execute executes the request
@return RingfenceRule
func (*RingfenceRulesApiService) RingfenceRulesIdPut ¶
func (a *RingfenceRulesApiService) RingfenceRulesIdPut(ctx context.Context, id string) ApiRingfenceRulesIdPutRequest
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 ¶
func (a *RingfenceRulesApiService) RingfenceRulesIdPutExecute(r ApiRingfenceRulesIdPutRequest) (*RingfenceRule, *http.Response, error)
Execute executes the request
@return RingfenceRule
func (*RingfenceRulesApiService) RingfenceRulesPost ¶
func (a *RingfenceRulesApiService) RingfenceRulesPost(ctx context.Context) ApiRingfenceRulesPostRequest
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 ¶
func (a *RingfenceRulesApiService) RingfenceRulesPostExecute(r ApiRingfenceRulesPostRequest) (*RingfenceRule, *http.Response, error)
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) 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 (*Risk) GetDenyMessage ¶
GetDenyMessage returns the DenyMessage field value if set, zero value otherwise.
func (*Risk) GetDenyMessageOk ¶
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) HasDenyMessage ¶
HasDenyMessage returns a boolean if a field has been set.
func (*Risk) HasUserAction ¶
HasUserAction returns a boolean if a field has been set.
func (Risk) MarshalJSON ¶
func (*Risk) SetAction ¶
SetAction gets a reference to the given string and assigns it to the Action field.
func (*Risk) SetDenyMessage ¶
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 ¶
GetZtpRuleId returns the ZtpRuleId field value if set, zero value otherwise.
func (*RiskModel) GetZtpRuleIdOk ¶
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 ¶
HasHighSensitivity returns a boolean if a field has been set.
func (*RiskModel) HasLowSensitivity ¶
HasLowSensitivity returns a boolean if a field has been set.
func (*RiskModel) HasMediumSensitivity ¶
HasMediumSensitivity returns a boolean if a field has been set.
func (*RiskModel) HasZtpRuleId ¶
HasZtpRuleId returns a boolean if a field has been set.
func (RiskModel) MarshalJSON ¶
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 ¶
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 ¶
func (a *RiskModelApiService) RiskModelGet(ctx context.Context) ApiRiskModelGetRequest
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 ¶
func (a *RiskModelApiService) RiskModelPut(ctx context.Context) ApiRiskModelPutRequest
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 ¶
GetAllowCustomization returns the AllowCustomization field value if set, zero value otherwise.
func (*SSHConfig) GetAllowCustomizationOk ¶
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 ¶
GetPassword returns the Password field value if set, zero value otherwise.
func (*SSHConfig) GetPasswordOk ¶
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 ¶
GetProvideCloudSSHKey returns the ProvideCloudSSHKey field value if set, zero value otherwise.
func (*SSHConfig) GetProvideCloudSSHKeyOk ¶
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 ¶
GetSshKey returns the SshKey field value if set, zero value otherwise.
func (*SSHConfig) GetSshKeyOk ¶
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 ¶
GetValidityDays returns the ValidityDays field value if set, zero value otherwise.
func (*SSHConfig) GetValidityDaysOk ¶
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 ¶
HasAllowCustomization returns a boolean if a field has been set.
func (*SSHConfig) HasPassword ¶
HasPassword returns a boolean if a field has been set.
func (*SSHConfig) HasProvideCloudSSHKey ¶
HasProvideCloudSSHKey returns a boolean if a field has been set.
func (*SSHConfig) HasValidityDays ¶
HasValidityDays returns a boolean if a field has been set.
func (SSHConfig) MarshalJSON ¶
func (*SSHConfig) SetAllowCustomization ¶
SetAllowCustomization gets a reference to the given bool and assigns it to the AllowCustomization field.
func (*SSHConfig) SetPassword ¶
SetPassword gets a reference to the given string and assigns it to the Password field.
func (*SSHConfig) SetProvideCloudSSHKey ¶
SetProvideCloudSSHKey gets a reference to the given bool and assigns it to the ProvideCloudSSHKey field.
func (*SSHConfig) SetSshKey ¶
SetSshKey gets a reference to the given string and assigns it to the SshKey field.
func (*SSHConfig) SetValidityDays ¶
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 ¶
func (a *SamlIdentityProvidersApiService) IdentityProvidersGet(ctx context.Context) ApiSamlIdentityProvidersGetRequest
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 ¶
func (a *SamlIdentityProvidersApiService) IdentityProvidersGetExecute(r ApiSamlIdentityProvidersGetRequest) (*SamlIdentityProviderList, *http.Response, error)
Execute executes the request
@return SamlIdentityProviderList
func (*SamlIdentityProvidersApiService) IdentityProvidersIdAttributesPost ¶
func (a *SamlIdentityProvidersApiService) IdentityProvidersIdAttributesPost(ctx context.Context, id string) ApiSamlIdentityProvidersIdAttributesPostRequest
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 ¶
func (a *SamlIdentityProvidersApiService) IdentityProvidersIdAttributesPostExecute(r ApiSamlIdentityProvidersIdAttributesPostRequest) (*IdentityProvidersIdAttributesPost200Response, *http.Response, error)
Execute executes the request
@return IdentityProvidersIdAttributesPost200Response
func (*SamlIdentityProvidersApiService) IdentityProvidersIdDelete ¶
func (a *SamlIdentityProvidersApiService) IdentityProvidersIdDelete(ctx context.Context, id string) ApiSamlIdentityProvidersIdDeleteRequest
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 ¶
func (a *SamlIdentityProvidersApiService) IdentityProvidersIdDeleteExecute(r ApiSamlIdentityProvidersIdDeleteRequest) (*http.Response, error)
Execute executes the request
func (*SamlIdentityProvidersApiService) IdentityProvidersIdGet ¶
func (a *SamlIdentityProvidersApiService) IdentityProvidersIdGet(ctx context.Context, id string) ApiSamlIdentityProvidersIdGetRequest
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 ¶
func (a *SamlIdentityProvidersApiService) IdentityProvidersIdGetExecute(r ApiSamlIdentityProvidersIdGetRequest) (*SamlProvider, *http.Response, error)
Execute executes the request
@return SamlProvider
func (*SamlIdentityProvidersApiService) IdentityProvidersIdPut ¶
func (a *SamlIdentityProvidersApiService) IdentityProvidersIdPut(ctx context.Context, id string) ApiSamlIdentityProvidersIdPutRequest
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 ¶
func (a *SamlIdentityProvidersApiService) IdentityProvidersIdPutExecute(r ApiSamlIdentityProvidersIdPutRequest) (*SamlProvider, *http.Response, error)
Execute executes the request
@return SamlProvider
func (*SamlIdentityProvidersApiService) IdentityProvidersPost ¶
func (a *SamlIdentityProvidersApiService) IdentityProvidersPost(ctx context.Context) ApiSamlIdentityProvidersPostRequest
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 ¶
func (a *SamlIdentityProvidersApiService) IdentityProvidersPostExecute(r ApiSamlIdentityProvidersPostRequest) (*SamlProvider, *http.Response, error)
Execute executes the request
@return SamlProvider
func (*SamlIdentityProvidersApiService) IdentityProvidersTestPost ¶
func (a *SamlIdentityProvidersApiService) IdentityProvidersTestPost(ctx context.Context) ApiSamlIdentityProvidersTestPostRequest
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 ¶
func (a *SamlIdentityProvidersApiService) IdentityProvidersTestPostExecute(r ApiSamlIdentityProvidersTestPostRequest) (*IdentityProvidersTestPost200Response, *http.Response, error)
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 ¶
func (o *SamlProvider) GetOnBoarding2FA() ConfigurableIdentityProviderAllOfOnBoarding2FA
GetOnBoarding2FA returns the OnBoarding2FA field value if set, zero value otherwise.
func (*SamlProvider) GetOnBoarding2FAOk ¶
func (o *SamlProvider) GetOnBoarding2FAOk() (*ConfigurableIdentityProviderAllOfOnBoarding2FA, bool)
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) 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 ¶
func (o *SamlProvider) SetOnBoarding2FA(v ConfigurableIdentityProviderAllOfOnBoarding2FA)
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) 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
type ServerVariable ¶
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) 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 ¶
func (a *ServiceUsersApiService) ServiceUsersGet(ctx context.Context) ApiServiceUsersGetRequest
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 ¶
func (a *ServiceUsersApiService) ServiceUsersGetExecute(r ApiServiceUsersGetRequest) (*ServiceUserList, *http.Response, error)
Execute executes the request
@return ServiceUserList
func (*ServiceUsersApiService) ServiceUsersIdDelete ¶
func (a *ServiceUsersApiService) ServiceUsersIdDelete(ctx context.Context, id string) ApiServiceUsersIdDeleteRequest
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 ¶
func (a *ServiceUsersApiService) ServiceUsersIdGet(ctx context.Context, id string) ApiServiceUsersIdGetRequest
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 ¶
func (a *ServiceUsersApiService) ServiceUsersIdGetExecute(r ApiServiceUsersIdGetRequest) (*ServiceUser, *http.Response, error)
Execute executes the request
@return ServiceUser
func (*ServiceUsersApiService) ServiceUsersIdPut ¶
func (a *ServiceUsersApiService) ServiceUsersIdPut(ctx context.Context, id string) ApiServiceUsersIdPutRequest
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 ¶
func (a *ServiceUsersApiService) ServiceUsersIdPutExecute(r ApiServiceUsersIdPutRequest) (*ServiceUser, *http.Response, error)
Execute executes the request
@return ServiceUser
func (*ServiceUsersApiService) ServiceUsersPost ¶
func (a *ServiceUsersApiService) ServiceUsersPost(ctx context.Context) ApiServiceUsersPostRequest
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 ¶
func (a *ServiceUsersApiService) ServiceUsersPostExecute(r ApiServiceUsersPostRequest) (*ServiceUser, *http.Response, error)
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 ¶
func (o *SessionInfoDistinguishedName) GetData() map[string]SessionInfoDistinguishedNameDataValue
GetData returns the Data field value if set, zero value otherwise.
func (*SessionInfoDistinguishedName) GetDataOk ¶
func (o *SessionInfoDistinguishedName) GetDataOk() (*map[string]SessionInfoDistinguishedNameDataValue, 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 (*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 ¶
func (o *SessionInfoDistinguishedName) SetData(v map[string]SessionInfoDistinguishedNameDataValue)
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 ¶
func (o *SessionInfoDistinguishedNameDataValue) GetEntitlementInfos() map[string]SessionInfoDistinguishedNameDataValueEntitlementInfosValue
GetEntitlementInfos returns the EntitlementInfos field value if set, zero value otherwise.
func (*SessionInfoDistinguishedNameDataValue) GetEntitlementInfosOk ¶
func (o *SessionInfoDistinguishedNameDataValue) GetEntitlementInfosOk() (*map[string]SessionInfoDistinguishedNameDataValueEntitlementInfosValue, bool)
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 ¶
func (o *SessionInfoDistinguishedNameDataValue) GetSite() string
GetSite returns the Site field value if set, zero value otherwise.
func (*SessionInfoDistinguishedNameDataValue) GetSiteOk ¶
func (o *SessionInfoDistinguishedNameDataValue) 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 (*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 ¶
func (o *SessionInfoDistinguishedNameDataValue) HasSite() bool
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 ¶
func (o *SessionInfoDistinguishedNameDataValue) HasVpn() bool
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 ¶
func (o *SessionInfoDistinguishedNameDataValue) SetEntitlementInfos(v map[string]SessionInfoDistinguishedNameDataValueEntitlementInfosValue)
SetEntitlementInfos gets a reference to the given map[string]SessionInfoDistinguishedNameDataValueEntitlementInfosValue and assigns it to the EntitlementInfos field.
func (*SessionInfoDistinguishedNameDataValue) SetSite ¶
func (o *SessionInfoDistinguishedNameDataValue) SetSite(v string)
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 ¶
func (o *SessionInfoDistinguishedNameDataValueEntitlementInfosValue) GetConditionLogic() string
GetConditionLogic returns the ConditionLogic field value if set, zero value otherwise.
func (*SessionInfoDistinguishedNameDataValueEntitlementInfosValue) GetConditionLogicOk ¶
func (o *SessionInfoDistinguishedNameDataValueEntitlementInfosValue) 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 (*SessionInfoDistinguishedNameDataValueEntitlementInfosValue) GetConditionResults ¶
func (o *SessionInfoDistinguishedNameDataValueEntitlementInfosValue) GetConditionResults() map[string]bool
GetConditionResults returns the ConditionResults field value if set, zero value otherwise.
func (*SessionInfoDistinguishedNameDataValueEntitlementInfosValue) GetConditionResultsOk ¶
func (o *SessionInfoDistinguishedNameDataValueEntitlementInfosValue) GetConditionResultsOk() (*map[string]bool, bool)
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 ¶
func (o *SessionInfoDistinguishedNameDataValueEntitlementInfosValue) GetFirewallRules() []SessionInfoDistinguishedNameDataValueEntitlementInfosValueFirewallRulesInner
GetFirewallRules returns the FirewallRules field value if set, zero value otherwise.
func (*SessionInfoDistinguishedNameDataValueEntitlementInfosValue) GetFirewallRulesOk ¶
func (o *SessionInfoDistinguishedNameDataValueEntitlementInfosValue) GetFirewallRulesOk() ([]SessionInfoDistinguishedNameDataValueEntitlementInfosValueFirewallRulesInner, bool)
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 ¶
func (o *SessionInfoDistinguishedNameDataValueEntitlementInfosValue) GetPolicyNames() []string
GetPolicyNames returns the PolicyNames field value if set, zero value otherwise.
func (*SessionInfoDistinguishedNameDataValueEntitlementInfosValue) GetPolicyNamesOk ¶
func (o *SessionInfoDistinguishedNameDataValueEntitlementInfosValue) GetPolicyNamesOk() ([]string, bool)
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 ¶
func (o *SessionInfoDistinguishedNameDataValueEntitlementInfosValue) HasConditionLogic() bool
HasConditionLogic returns a boolean if a field has been set.
func (*SessionInfoDistinguishedNameDataValueEntitlementInfosValue) HasConditionResults ¶
func (o *SessionInfoDistinguishedNameDataValueEntitlementInfosValue) HasConditionResults() bool
HasConditionResults returns a boolean if a field has been set.
func (*SessionInfoDistinguishedNameDataValueEntitlementInfosValue) HasFirewallRules ¶
func (o *SessionInfoDistinguishedNameDataValueEntitlementInfosValue) HasFirewallRules() bool
HasFirewallRules returns a boolean if a field has been set.
func (*SessionInfoDistinguishedNameDataValueEntitlementInfosValue) HasPolicyNames ¶
func (o *SessionInfoDistinguishedNameDataValueEntitlementInfosValue) HasPolicyNames() bool
HasPolicyNames returns a boolean if a field has been set.
func (SessionInfoDistinguishedNameDataValueEntitlementInfosValue) MarshalJSON ¶
func (o SessionInfoDistinguishedNameDataValueEntitlementInfosValue) MarshalJSON() ([]byte, error)
func (*SessionInfoDistinguishedNameDataValueEntitlementInfosValue) SetConditionLogic ¶
func (o *SessionInfoDistinguishedNameDataValueEntitlementInfosValue) SetConditionLogic(v string)
SetConditionLogic gets a reference to the given string and assigns it to the ConditionLogic field.
func (*SessionInfoDistinguishedNameDataValueEntitlementInfosValue) SetConditionResults ¶
func (o *SessionInfoDistinguishedNameDataValueEntitlementInfosValue) SetConditionResults(v map[string]bool)
SetConditionResults gets a reference to the given map[string]bool and assigns it to the ConditionResults field.
func (*SessionInfoDistinguishedNameDataValueEntitlementInfosValue) SetFirewallRules ¶
func (o *SessionInfoDistinguishedNameDataValueEntitlementInfosValue) SetFirewallRules(v []SessionInfoDistinguishedNameDataValueEntitlementInfosValueFirewallRulesInner)
SetFirewallRules gets a reference to the given []SessionInfoDistinguishedNameDataValueEntitlementInfosValueFirewallRulesInner and assigns it to the FirewallRules field.
func (*SessionInfoDistinguishedNameDataValueEntitlementInfosValue) SetPolicyNames ¶
func (o *SessionInfoDistinguishedNameDataValueEntitlementInfosValue) SetPolicyNames(v []string)
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 ¶
func (o *SessionInfoDistinguishedNameDataValueEntitlementInfosValueFirewallRulesInner) GetAction() string
GetAction returns the Action field value if set, zero value otherwise.
func (*SessionInfoDistinguishedNameDataValueEntitlementInfosValueFirewallRulesInner) GetActionOk ¶
func (o *SessionInfoDistinguishedNameDataValueEntitlementInfosValueFirewallRulesInner) 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 (*SessionInfoDistinguishedNameDataValueEntitlementInfosValueFirewallRulesInner) GetDirection ¶
func (o *SessionInfoDistinguishedNameDataValueEntitlementInfosValueFirewallRulesInner) GetDirection() string
GetDirection returns the Direction field value if set, zero value otherwise.
func (*SessionInfoDistinguishedNameDataValueEntitlementInfosValueFirewallRulesInner) GetDirectionOk ¶
func (o *SessionInfoDistinguishedNameDataValueEntitlementInfosValueFirewallRulesInner) GetDirectionOk() (*string, bool)
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 ¶
func (o *SessionInfoDistinguishedNameDataValueEntitlementInfosValueFirewallRulesInner) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*SessionInfoDistinguishedNameDataValueEntitlementInfosValueFirewallRulesInner) GetNameOk ¶
func (o *SessionInfoDistinguishedNameDataValueEntitlementInfosValueFirewallRulesInner) 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 (*SessionInfoDistinguishedNameDataValueEntitlementInfosValueFirewallRulesInner) GetPorts ¶
func (o *SessionInfoDistinguishedNameDataValueEntitlementInfosValueFirewallRulesInner) GetPorts() []string
GetPorts returns the Ports field value if set, zero value otherwise.
func (*SessionInfoDistinguishedNameDataValueEntitlementInfosValueFirewallRulesInner) GetPortsOk ¶
func (o *SessionInfoDistinguishedNameDataValueEntitlementInfosValueFirewallRulesInner) 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 (*SessionInfoDistinguishedNameDataValueEntitlementInfosValueFirewallRulesInner) GetProtocol ¶
func (o *SessionInfoDistinguishedNameDataValueEntitlementInfosValueFirewallRulesInner) GetProtocol() string
GetProtocol returns the Protocol field value if set, zero value otherwise.
func (*SessionInfoDistinguishedNameDataValueEntitlementInfosValueFirewallRulesInner) GetProtocolOk ¶
func (o *SessionInfoDistinguishedNameDataValueEntitlementInfosValueFirewallRulesInner) 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 (*SessionInfoDistinguishedNameDataValueEntitlementInfosValueFirewallRulesInner) GetSubnets ¶
func (o *SessionInfoDistinguishedNameDataValueEntitlementInfosValueFirewallRulesInner) GetSubnets() []string
GetSubnets returns the Subnets field value if set, zero value otherwise.
func (*SessionInfoDistinguishedNameDataValueEntitlementInfosValueFirewallRulesInner) GetSubnetsOk ¶
func (o *SessionInfoDistinguishedNameDataValueEntitlementInfosValueFirewallRulesInner) GetSubnetsOk() ([]string, bool)
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 ¶
func (o *SessionInfoDistinguishedNameDataValueEntitlementInfosValueFirewallRulesInner) GetTypes() []string
GetTypes returns the Types field value if set, zero value otherwise.
func (*SessionInfoDistinguishedNameDataValueEntitlementInfosValueFirewallRulesInner) GetTypesOk ¶
func (o *SessionInfoDistinguishedNameDataValueEntitlementInfosValueFirewallRulesInner) 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 (*SessionInfoDistinguishedNameDataValueEntitlementInfosValueFirewallRulesInner) GetUrls ¶
func (o *SessionInfoDistinguishedNameDataValueEntitlementInfosValueFirewallRulesInner) GetUrls() []string
GetUrls returns the Urls field value if set, zero value otherwise.
func (*SessionInfoDistinguishedNameDataValueEntitlementInfosValueFirewallRulesInner) GetUrlsOk ¶
func (o *SessionInfoDistinguishedNameDataValueEntitlementInfosValueFirewallRulesInner) GetUrlsOk() ([]string, bool)
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 ¶
func (o *SessionInfoDistinguishedNameDataValueEntitlementInfosValueFirewallRulesInner) HasAction() bool
HasAction returns a boolean if a field has been set.
func (*SessionInfoDistinguishedNameDataValueEntitlementInfosValueFirewallRulesInner) HasDirection ¶
func (o *SessionInfoDistinguishedNameDataValueEntitlementInfosValueFirewallRulesInner) HasDirection() bool
HasDirection returns a boolean if a field has been set.
func (*SessionInfoDistinguishedNameDataValueEntitlementInfosValueFirewallRulesInner) HasName ¶
func (o *SessionInfoDistinguishedNameDataValueEntitlementInfosValueFirewallRulesInner) HasName() bool
HasName returns a boolean if a field has been set.
func (*SessionInfoDistinguishedNameDataValueEntitlementInfosValueFirewallRulesInner) HasPorts ¶
func (o *SessionInfoDistinguishedNameDataValueEntitlementInfosValueFirewallRulesInner) HasPorts() bool
HasPorts returns a boolean if a field has been set.
func (*SessionInfoDistinguishedNameDataValueEntitlementInfosValueFirewallRulesInner) HasProtocol ¶
func (o *SessionInfoDistinguishedNameDataValueEntitlementInfosValueFirewallRulesInner) HasProtocol() bool
HasProtocol returns a boolean if a field has been set.
func (*SessionInfoDistinguishedNameDataValueEntitlementInfosValueFirewallRulesInner) HasSubnets ¶
func (o *SessionInfoDistinguishedNameDataValueEntitlementInfosValueFirewallRulesInner) HasSubnets() bool
HasSubnets returns a boolean if a field has been set.
func (*SessionInfoDistinguishedNameDataValueEntitlementInfosValueFirewallRulesInner) HasTypes ¶
func (o *SessionInfoDistinguishedNameDataValueEntitlementInfosValueFirewallRulesInner) HasTypes() bool
HasTypes returns a boolean if a field has been set.
func (*SessionInfoDistinguishedNameDataValueEntitlementInfosValueFirewallRulesInner) HasUrls ¶
func (o *SessionInfoDistinguishedNameDataValueEntitlementInfosValueFirewallRulesInner) HasUrls() bool
HasUrls returns a boolean if a field has been set.
func (SessionInfoDistinguishedNameDataValueEntitlementInfosValueFirewallRulesInner) MarshalJSON ¶
func (o SessionInfoDistinguishedNameDataValueEntitlementInfosValueFirewallRulesInner) MarshalJSON() ([]byte, error)
func (*SessionInfoDistinguishedNameDataValueEntitlementInfosValueFirewallRulesInner) SetAction ¶
func (o *SessionInfoDistinguishedNameDataValueEntitlementInfosValueFirewallRulesInner) SetAction(v string)
SetAction gets a reference to the given string and assigns it to the Action field.
func (*SessionInfoDistinguishedNameDataValueEntitlementInfosValueFirewallRulesInner) SetDirection ¶
func (o *SessionInfoDistinguishedNameDataValueEntitlementInfosValueFirewallRulesInner) SetDirection(v string)
SetDirection gets a reference to the given string and assigns it to the Direction field.
func (*SessionInfoDistinguishedNameDataValueEntitlementInfosValueFirewallRulesInner) SetName ¶
func (o *SessionInfoDistinguishedNameDataValueEntitlementInfosValueFirewallRulesInner) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
func (*SessionInfoDistinguishedNameDataValueEntitlementInfosValueFirewallRulesInner) SetPorts ¶
func (o *SessionInfoDistinguishedNameDataValueEntitlementInfosValueFirewallRulesInner) SetPorts(v []string)
SetPorts gets a reference to the given []string and assigns it to the Ports field.
func (*SessionInfoDistinguishedNameDataValueEntitlementInfosValueFirewallRulesInner) SetProtocol ¶
func (o *SessionInfoDistinguishedNameDataValueEntitlementInfosValueFirewallRulesInner) SetProtocol(v string)
SetProtocol gets a reference to the given string and assigns it to the Protocol field.
func (*SessionInfoDistinguishedNameDataValueEntitlementInfosValueFirewallRulesInner) SetSubnets ¶
func (o *SessionInfoDistinguishedNameDataValueEntitlementInfosValueFirewallRulesInner) SetSubnets(v []string)
SetSubnets gets a reference to the given []string and assigns it to the Subnets field.
func (*SessionInfoDistinguishedNameDataValueEntitlementInfosValueFirewallRulesInner) SetTypes ¶
func (o *SessionInfoDistinguishedNameDataValueEntitlementInfosValueFirewallRulesInner) SetTypes(v []string)
SetTypes gets a reference to the given []string and assigns it to the Types field.
func (*SessionInfoDistinguishedNameDataValueEntitlementInfosValueFirewallRulesInner) SetUrls ¶
func (o *SessionInfoDistinguishedNameDataValueEntitlementInfosValueFirewallRulesInner) SetUrls(v []string)
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 ¶
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 ¶
GetCreated returns the Created field value if set, zero value otherwise.
func (*Site) GetCreatedOk ¶
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 ¶
GetDescription returns the Description field value if set, zero value otherwise.
func (*Site) GetDescriptionOk ¶
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 ¶
GetEntitlementBasedRouting returns the EntitlementBasedRouting field value if set, zero value otherwise.
func (*Site) GetEntitlementBasedRoutingOk ¶
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) 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 (*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) GetNameOk ¶
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 ¶
GetNetworkSubnets returns the NetworkSubnets field value if set, zero value otherwise.
func (*Site) GetNetworkSubnetsOk ¶
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) 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 (*Site) GetShortName ¶
GetShortName returns the ShortName field value if set, zero value otherwise.
func (*Site) GetShortNameOk ¶
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) GetTagsOk ¶
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 ¶
GetUpdated returns the Updated field value if set, zero value otherwise.
func (*Site) GetUpdatedOk ¶
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 ¶
HasCreated returns a boolean if a field has been set.
func (*Site) HasDefaultGateway ¶
HasDefaultGateway returns a boolean if a field has been set.
func (*Site) HasDescription ¶
HasDescription returns a boolean if a field has been set.
func (*Site) HasEntitlementBasedRouting ¶
HasEntitlementBasedRouting returns a boolean if a field has been set.
func (*Site) HasIpPoolMappings ¶
HasIpPoolMappings returns a boolean if a field has been set.
func (*Site) HasNameResolution ¶
HasNameResolution returns a boolean if a field has been set.
func (*Site) HasNetworkSubnets ¶
HasNetworkSubnets returns a boolean if a field has been set.
func (*Site) HasShortName ¶
HasShortName returns a boolean if a field has been set.
func (*Site) HasUpdated ¶
HasUpdated returns a boolean if a field has been set.
func (Site) MarshalJSON ¶
func (*Site) SetCreated ¶
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 ¶
SetDescription gets a reference to the given string and assigns it to the Description field.
func (*Site) SetEntitlementBasedRouting ¶
SetEntitlementBasedRouting gets a reference to the given bool and assigns it to the EntitlementBasedRouting 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) 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 ¶
SetNetworkSubnets gets a reference to the given []string and assigns it to the NetworkSubnets field.
func (*Site) SetNotes ¶
SetNotes gets a reference to the given string and assigns it to the Notes field.
func (*Site) SetShortName ¶
SetShortName gets a reference to the given string and assigns it to the ShortName field.
func (*Site) SetTags ¶
SetTags gets a reference to the given []string and assigns it to the Tags field.
func (*Site) SetUpdated ¶
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 ¶
GetDescription returns the Description field value if set, zero value otherwise.
func (*SiteAllOf) GetDescriptionOk ¶
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 ¶
GetEntitlementBasedRouting returns the EntitlementBasedRouting field value if set, zero value otherwise.
func (*SiteAllOf) GetEntitlementBasedRoutingOk ¶
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 ¶
GetNetworkSubnets returns the NetworkSubnets field value if set, zero value otherwise.
func (*SiteAllOf) GetNetworkSubnetsOk ¶
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 ¶
GetShortName returns the ShortName field value if set, zero value otherwise.
func (*SiteAllOf) GetShortNameOk ¶
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 ¶
HasDefaultGateway returns a boolean if a field has been set.
func (*SiteAllOf) HasDescription ¶
HasDescription returns a boolean if a field has been set.
func (*SiteAllOf) HasEntitlementBasedRouting ¶
HasEntitlementBasedRouting returns a boolean if a field has been set.
func (*SiteAllOf) HasIpPoolMappings ¶
HasIpPoolMappings returns a boolean if a field has been set.
func (*SiteAllOf) HasNameResolution ¶
HasNameResolution returns a boolean if a field has been set.
func (*SiteAllOf) HasNetworkSubnets ¶
HasNetworkSubnets returns a boolean if a field has been set.
func (*SiteAllOf) HasShortName ¶
HasShortName returns a boolean if a field has been set.
func (SiteAllOf) MarshalJSON ¶
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 ¶
SetDescription gets a reference to the given string and assigns it to the Description field.
func (*SiteAllOf) SetEntitlementBasedRouting ¶
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 ¶
SetNetworkSubnets gets a reference to the given []string and assigns it to the NetworkSubnets field.
func (*SiteAllOf) SetShortName ¶
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 ¶
func (o *SiteAllOfNameResolution) GetAwsResolvers() []SiteAllOfNameResolutionAwsResolvers
GetAwsResolvers returns the AwsResolvers field value if set, zero value otherwise.
func (*SiteAllOfNameResolution) GetAwsResolversOk ¶
func (o *SiteAllOfNameResolution) GetAwsResolversOk() ([]SiteAllOfNameResolutionAwsResolvers, bool)
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 ¶
func (o *SiteAllOfNameResolution) GetAzureResolvers() []SiteAllOfNameResolutionAzureResolvers
GetAzureResolvers returns the AzureResolvers field value if set, zero value otherwise.
func (*SiteAllOfNameResolution) GetAzureResolversOk ¶
func (o *SiteAllOfNameResolution) GetAzureResolversOk() ([]SiteAllOfNameResolutionAzureResolvers, bool)
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 ¶
func (o *SiteAllOfNameResolution) GetDnsForwarding() SiteAllOfNameResolutionDnsForwarding
GetDnsForwarding returns the DnsForwarding field value if set, zero value otherwise.
func (*SiteAllOfNameResolution) GetDnsForwardingOk ¶
func (o *SiteAllOfNameResolution) GetDnsForwardingOk() (*SiteAllOfNameResolutionDnsForwarding, bool)
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 ¶
func (o *SiteAllOfNameResolution) GetDnsResolvers() []SiteAllOfNameResolutionDnsResolvers
GetDnsResolvers returns the DnsResolvers field value if set, zero value otherwise.
func (*SiteAllOfNameResolution) GetDnsResolversOk ¶
func (o *SiteAllOfNameResolution) GetDnsResolversOk() ([]SiteAllOfNameResolutionDnsResolvers, bool)
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 ¶
func (o *SiteAllOfNameResolution) GetEsxResolvers() []SiteAllOfNameResolutionEsxResolvers
GetEsxResolvers returns the EsxResolvers field value if set, zero value otherwise.
func (*SiteAllOfNameResolution) GetEsxResolversOk ¶
func (o *SiteAllOfNameResolution) GetEsxResolversOk() ([]SiteAllOfNameResolutionEsxResolvers, bool)
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 ¶
func (o *SiteAllOfNameResolution) GetGcpResolvers() []SiteAllOfNameResolutionGcpResolvers
GetGcpResolvers returns the GcpResolvers field value if set, zero value otherwise.
func (*SiteAllOfNameResolution) GetGcpResolversOk ¶
func (o *SiteAllOfNameResolution) GetGcpResolversOk() ([]SiteAllOfNameResolutionGcpResolvers, bool)
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 ¶
func (o *SiteAllOfNameResolution) GetIllumioResolvers() []SiteAllOfNameResolutionIllumioResolvers
GetIllumioResolvers returns the IllumioResolvers field value if set, zero value otherwise.
func (*SiteAllOfNameResolution) GetIllumioResolversOk ¶
func (o *SiteAllOfNameResolution) GetIllumioResolversOk() ([]SiteAllOfNameResolutionIllumioResolvers, bool)
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 ¶
func (o *SiteAllOfNameResolution) SetAwsResolvers(v []SiteAllOfNameResolutionAwsResolvers)
SetAwsResolvers gets a reference to the given []SiteAllOfNameResolutionAwsResolvers and assigns it to the AwsResolvers field.
func (*SiteAllOfNameResolution) SetAzureResolvers ¶
func (o *SiteAllOfNameResolution) SetAzureResolvers(v []SiteAllOfNameResolutionAzureResolvers)
SetAzureResolvers gets a reference to the given []SiteAllOfNameResolutionAzureResolvers and assigns it to the AzureResolvers field.
func (*SiteAllOfNameResolution) SetDnsForwarding ¶
func (o *SiteAllOfNameResolution) SetDnsForwarding(v SiteAllOfNameResolutionDnsForwarding)
SetDnsForwarding gets a reference to the given SiteAllOfNameResolutionDnsForwarding and assigns it to the DnsForwarding field.
func (*SiteAllOfNameResolution) SetDnsResolvers ¶
func (o *SiteAllOfNameResolution) SetDnsResolvers(v []SiteAllOfNameResolutionDnsResolvers)
SetDnsResolvers gets a reference to the given []SiteAllOfNameResolutionDnsResolvers and assigns it to the DnsResolvers field.
func (*SiteAllOfNameResolution) SetEsxResolvers ¶
func (o *SiteAllOfNameResolution) SetEsxResolvers(v []SiteAllOfNameResolutionEsxResolvers)
SetEsxResolvers gets a reference to the given []SiteAllOfNameResolutionEsxResolvers and assigns it to the EsxResolvers field.
func (*SiteAllOfNameResolution) SetGcpResolvers ¶
func (o *SiteAllOfNameResolution) SetGcpResolvers(v []SiteAllOfNameResolutionGcpResolvers)
SetGcpResolvers gets a reference to the given []SiteAllOfNameResolutionGcpResolvers and assigns it to the GcpResolvers field.
func (*SiteAllOfNameResolution) SetIllumioResolvers ¶
func (o *SiteAllOfNameResolution) SetIllumioResolvers(v []SiteAllOfNameResolutionIllumioResolvers)
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 ¶
func (o *SiteAllOfNameResolutionAssumedRoles) GetRoleName() string
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 ¶
func (o *SiteAllOfNameResolutionAwsResolvers) GetAssumedRoles() []SiteAllOfNameResolutionAssumedRoles
GetAssumedRoles returns the AssumedRoles field value if set, zero value otherwise.
func (*SiteAllOfNameResolutionAwsResolvers) GetAssumedRolesOk ¶
func (o *SiteAllOfNameResolutionAwsResolvers) GetAssumedRolesOk() ([]SiteAllOfNameResolutionAssumedRoles, bool)
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 ¶
func (o *SiteAllOfNameResolutionAwsResolvers) GetName() string
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 ¶
func (o *SiteAllOfNameResolutionAwsResolvers) GetVpcs() []string
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 ¶
func (o *SiteAllOfNameResolutionAwsResolvers) HasVpcs() bool
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 ¶
func (o *SiteAllOfNameResolutionAwsResolvers) SetAssumedRoles(v []SiteAllOfNameResolutionAssumedRoles)
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 ¶
func (o *SiteAllOfNameResolutionAwsResolvers) SetName(v string)
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 ¶
func (o *SiteAllOfNameResolutionAwsResolvers) SetVpcs(v []string)
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 ¶
func (o *SiteAllOfNameResolutionAzureResolvers) GetClientId() string
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 ¶
func (o *SiteAllOfNameResolutionAzureResolvers) GetName() string
GetName returns the Name field value
func (*SiteAllOfNameResolutionAzureResolvers) GetNameOk ¶
func (o *SiteAllOfNameResolutionAzureResolvers) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*SiteAllOfNameResolutionAzureResolvers) GetSecret ¶
func (o *SiteAllOfNameResolutionAzureResolvers) GetSecret() string
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 ¶
func (o *SiteAllOfNameResolutionAzureResolvers) GetTenantId() string
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 ¶
func (o *SiteAllOfNameResolutionAzureResolvers) HasClientId() bool
HasClientId returns a boolean if a field has been set.
func (*SiteAllOfNameResolutionAzureResolvers) HasSecret ¶
func (o *SiteAllOfNameResolutionAzureResolvers) HasSecret() bool
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 ¶
func (o *SiteAllOfNameResolutionAzureResolvers) HasTenantId() bool
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 ¶
func (o *SiteAllOfNameResolutionAzureResolvers) SetClientId(v string)
SetClientId gets a reference to the given string and assigns it to the ClientId field.
func (*SiteAllOfNameResolutionAzureResolvers) SetName ¶
func (o *SiteAllOfNameResolutionAzureResolvers) SetName(v string)
SetName sets field value
func (*SiteAllOfNameResolutionAzureResolvers) SetSecret ¶
func (o *SiteAllOfNameResolutionAzureResolvers) SetSecret(v string)
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 ¶
func (o *SiteAllOfNameResolutionAzureResolvers) SetTenantId(v string)
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 ¶
func (o *SiteAllOfNameResolutionDnsForwarding) GetSiteIpv4() string
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 ¶
func (o *SiteAllOfNameResolutionDnsForwarding) GetSiteIpv6() string
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 ¶
func (o *SiteAllOfNameResolutionDnsResolvers) GetName() string
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 ¶
func (o *SiteAllOfNameResolutionDnsResolvers) SetName(v string)
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 ¶
func (o *SiteAllOfNameResolutionEsxResolvers) GetHostname() string
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 ¶
func (o *SiteAllOfNameResolutionEsxResolvers) GetName() string
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 ¶
func (o *SiteAllOfNameResolutionEsxResolvers) GetPassword() string
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 ¶
func (o *SiteAllOfNameResolutionEsxResolvers) GetUsername() string
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 ¶
func (o *SiteAllOfNameResolutionEsxResolvers) SetName(v string)
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 ¶
func (o *SiteAllOfNameResolutionGcpResolvers) GetName() string
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 ¶
func (o *SiteAllOfNameResolutionGcpResolvers) SetName(v string)
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 ¶
func (o *SiteAllOfNameResolutionIllumioResolvers) GetHostname() string
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 ¶
func (o *SiteAllOfNameResolutionIllumioResolvers) GetName() string
GetName returns the Name field value
func (*SiteAllOfNameResolutionIllumioResolvers) GetNameOk ¶
func (o *SiteAllOfNameResolutionIllumioResolvers) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*SiteAllOfNameResolutionIllumioResolvers) GetPassword ¶
func (o *SiteAllOfNameResolutionIllumioResolvers) GetPassword() string
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 ¶
func (o *SiteAllOfNameResolutionIllumioResolvers) GetPort() int32
GetPort returns the Port field value
func (*SiteAllOfNameResolutionIllumioResolvers) GetPortOk ¶
func (o *SiteAllOfNameResolutionIllumioResolvers) GetPortOk() (*int32, bool)
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 ¶
func (o *SiteAllOfNameResolutionIllumioResolvers) GetUsername() string
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 ¶
func (o *SiteAllOfNameResolutionIllumioResolvers) HasPassword() bool
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 ¶
func (o *SiteAllOfNameResolutionIllumioResolvers) SetHostname(v string)
SetHostname sets field value
func (*SiteAllOfNameResolutionIllumioResolvers) SetName ¶
func (o *SiteAllOfNameResolutionIllumioResolvers) SetName(v string)
SetName sets field value
func (*SiteAllOfNameResolutionIllumioResolvers) SetPassword ¶
func (o *SiteAllOfNameResolutionIllumioResolvers) SetPassword(v string)
SetPassword gets a reference to the given string and assigns it to the Password field.
func (*SiteAllOfNameResolutionIllumioResolvers) SetPort ¶
func (o *SiteAllOfNameResolutionIllumioResolvers) SetPort(v int32)
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 ¶
func (o *SiteAllOfNameResolutionIllumioResolvers) SetUsername(v string)
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) 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 (*SiteList) GetDescending ¶
GetDescending returns the Descending field value if set, zero value otherwise.
func (*SiteList) GetDescendingOk ¶
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 ¶
GetFilterBy returns the FilterBy field value if set, zero value otherwise.
func (*SiteList) GetFilterByOk ¶
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 ¶
GetOrderBy returns the OrderBy field value if set, zero value otherwise.
func (*SiteList) GetOrderByOk ¶
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 ¶
GetQueries returns the Queries field value if set, zero value otherwise.
func (*SiteList) GetQueriesOk ¶
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) GetRangeOk ¶
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) HasDescending ¶
HasDescending returns a boolean if a field has been set.
func (*SiteList) HasFilterBy ¶
HasFilterBy returns a boolean if a field has been set.
func (*SiteList) HasOrderBy ¶
HasOrderBy returns a boolean if a field has been set.
func (*SiteList) HasQueries ¶
HasQueries returns a boolean if a field has been set.
func (SiteList) MarshalJSON ¶
func (*SiteList) SetData ¶
SetData gets a reference to the given []Site and assigns it to the Data field.
func (*SiteList) SetDescending ¶
SetDescending gets a reference to the given bool and assigns it to the Descending field.
func (*SiteList) SetFilterBy ¶
SetFilterBy gets a reference to the given []FilterBy and assigns it to the FilterBy field.
func (*SiteList) SetOrderBy ¶
SetOrderBy gets a reference to the given string and assigns it to the OrderBy field.
func (*SiteList) SetQueries ¶
SetQueries gets a reference to the given []string and assigns it to the Queries 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 ¶
func (a *SitesApiService) SitesGet(ctx context.Context) ApiSitesGetRequest
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 ¶
func (a *SitesApiService) SitesIdGet(ctx context.Context, id string) ApiSitesIdGetRequest
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 ¶
func (a *SitesApiService) SitesIdPut(ctx context.Context, id string) ApiSitesIdPutRequest
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 ¶
func (a *SitesApiService) SitesPost(ctx context.Context) ApiSitesPostRequest
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 ¶
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) GetTokenOk ¶
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) GetUrlOk ¶
GetUrlOk returns a tuple with the Url field value and a boolean to check if the value has been set.
func (Splunk) MarshalJSON ¶
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 ¶
func (o *StatsAppliancesList) GetData() []StatsAppliancesListAllOfData
GetData returns the Data field value if set, zero value otherwise.
func (*StatsAppliancesList) GetDataOk ¶
func (o *StatsAppliancesList) GetDataOk() ([]StatsAppliancesListAllOfData, 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 (*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 ¶
func (o *StatsAppliancesList) SetData(v []StatsAppliancesListAllOfData)
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 ¶
func (o *StatsAppliancesListAllOf) GetData() []StatsAppliancesListAllOfData
GetData returns the Data field value if set, zero value otherwise.
func (*StatsAppliancesListAllOf) GetDataOk ¶
func (o *StatsAppliancesListAllOf) GetDataOk() ([]StatsAppliancesListAllOfData, 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 (*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 ¶
func (o *StatsAppliancesListAllOf) SetData(v []StatsAppliancesListAllOfData)
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 ¶
func (o *StatsAppliancesListAllOfData) GetAppliance() ApplianceWithSessionsRole
GetAppliance returns the Appliance field value if set, zero value otherwise.
func (*StatsAppliancesListAllOfData) GetApplianceOk ¶
func (o *StatsAppliancesListAllOfData) GetApplianceOk() (*ApplianceWithSessionsRole, bool)
GetApplianceOk returns a tuple with the Appliance field value if set, nil otherwise and a boolean to check if the value has been set.
func (*StatsAppliancesListAllOfData) GetConnector ¶
func (o *StatsAppliancesListAllOfData) GetConnector() ApplianceWithSessionsRole
GetConnector returns the Connector field value if set, zero value otherwise.
func (*StatsAppliancesListAllOfData) GetConnectorOk ¶
func (o *StatsAppliancesListAllOfData) GetConnectorOk() (*ApplianceWithSessionsRole, 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 (*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 ¶
func (o *StatsAppliancesListAllOfData) GetCpu() float32
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 ¶
func (o *StatsAppliancesListAllOfData) GetDisk() float32
GetDisk returns the Disk field value if set, zero value otherwise.
func (*StatsAppliancesListAllOfData) GetDiskInfo ¶
func (o *StatsAppliancesListAllOfData) GetDiskInfo() StatsAppliancesListAllOfDiskInfo
GetDiskInfo returns the DiskInfo field value if set, zero value otherwise.
func (*StatsAppliancesListAllOfData) GetDiskInfoOk ¶
func (o *StatsAppliancesListAllOfData) GetDiskInfoOk() (*StatsAppliancesListAllOfDiskInfo, bool)
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 ¶
func (o *StatsAppliancesListAllOfData) GetGateway() ApplianceWithSessionsRole
GetGateway returns the Gateway field value if set, zero value otherwise.
func (*StatsAppliancesListAllOfData) GetGatewayOk ¶
func (o *StatsAppliancesListAllOfData) GetGatewayOk() (*ApplianceWithSessionsRole, 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 (*StatsAppliancesListAllOfData) GetId ¶
func (o *StatsAppliancesListAllOfData) GetId() string
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 ¶
func (o *StatsAppliancesListAllOfData) GetNetwork() StatsAppliancesListAllOfNetwork
GetNetwork returns the Network field value if set, zero value otherwise.
func (*StatsAppliancesListAllOfData) GetNetworkOk ¶
func (o *StatsAppliancesListAllOfData) GetNetworkOk() (*StatsAppliancesListAllOfNetwork, bool)
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 ¶
func (o *StatsAppliancesListAllOfData) GetPortal() ApplianceWithSessionsRole
GetPortal returns the Portal field value if set, zero value otherwise.
func (*StatsAppliancesListAllOfData) GetPortalOk ¶
func (o *StatsAppliancesListAllOfData) GetPortalOk() (*ApplianceWithSessionsRole, 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 (*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 ¶
func (o *StatsAppliancesListAllOfData) GetUpgrade() StatsAppliancesListAllOfUpgrade
GetUpgrade returns the Upgrade field value if set, zero value otherwise.
func (*StatsAppliancesListAllOfData) GetUpgradeOk ¶
func (o *StatsAppliancesListAllOfData) GetUpgradeOk() (*StatsAppliancesListAllOfUpgrade, bool)
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 ¶
func (o *StatsAppliancesListAllOfData) HasId() bool
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 ¶
func (o *StatsAppliancesListAllOfData) SetAppliance(v ApplianceWithSessionsRole)
SetAppliance gets a reference to the given ApplianceWithSessionsRole and assigns it to the Appliance field.
func (*StatsAppliancesListAllOfData) SetConnector ¶
func (o *StatsAppliancesListAllOfData) SetConnector(v ApplianceWithSessionsRole)
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 ¶
func (o *StatsAppliancesListAllOfData) SetCpu(v float32)
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 ¶
func (o *StatsAppliancesListAllOfData) SetDiskInfo(v StatsAppliancesListAllOfDiskInfo)
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 ¶
func (o *StatsAppliancesListAllOfData) SetGateway(v ApplianceWithSessionsRole)
SetGateway gets a reference to the given ApplianceWithSessionsRole and assigns it to the Gateway field.
func (*StatsAppliancesListAllOfData) SetId ¶
func (o *StatsAppliancesListAllOfData) SetId(v string)
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 ¶
func (o *StatsAppliancesListAllOfData) SetNetwork(v StatsAppliancesListAllOfNetwork)
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 ¶
func (o *StatsAppliancesListAllOfData) SetPortal(v ApplianceWithSessionsRole)
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 ¶
func (o *StatsAppliancesListAllOfData) SetUpgrade(v StatsAppliancesListAllOfUpgrade)
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 ¶
func (o *StatsAppliancesListAllOfDiskInfo) GetFree() float32
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 ¶
func (o *StatsAppliancesListAllOfDiskInfo) GetTotal() float32
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 ¶
func (o *StatsAppliancesListAllOfDiskInfo) GetUsed() float32
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 ¶
func (o *StatsAppliancesListAllOfDiskInfo) HasFree() bool
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 ¶
func (o *StatsAppliancesListAllOfDiskInfo) HasUsed() bool
HasUsed returns a boolean if a field has been set.
func (StatsAppliancesListAllOfDiskInfo) MarshalJSON ¶
func (o StatsAppliancesListAllOfDiskInfo) MarshalJSON() ([]byte, error)
func (*StatsAppliancesListAllOfDiskInfo) SetFree ¶
func (o *StatsAppliancesListAllOfDiskInfo) SetFree(v float32)
SetFree gets a reference to the given float32 and assigns it to the Free field.
func (*StatsAppliancesListAllOfDiskInfo) SetTotal ¶
func (o *StatsAppliancesListAllOfDiskInfo) SetTotal(v float32)
SetTotal gets a reference to the given float32 and assigns it to the Total field.
func (*StatsAppliancesListAllOfDiskInfo) SetUsed ¶
func (o *StatsAppliancesListAllOfDiskInfo) SetUsed(v float32)
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 ¶
func (o *StatsAppliancesListAllOfNetwork) GetDropin() float32
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 ¶
func (o *StatsAppliancesListAllOfNetwork) HasIps() bool
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 ¶
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) GetUrlOk ¶
GetUrlOk returns a tuple with the Url field value and a boolean to check if the value has been set.
func (SumoLogic) MarshalJSON ¶
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 ¶
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 ¶
GetFilter returns the Filter field value if set, zero value otherwise.
func (*TcpClient) GetFilterOk ¶
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) GetFormatOk ¶
GetFormatOk returns a tuple with the Format field value and a boolean to check if the value has been set.
func (*TcpClient) GetHostOk ¶
GetHostOk returns a tuple with the Host field value and a boolean to check if the value has been set.
func (*TcpClient) GetNameOk ¶
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*TcpClient) GetPortOk ¶
GetPortOk returns a tuple with the Port field value and a boolean to check if the value has been set.
func (*TcpClient) GetUseTLS ¶
GetUseTLS returns the UseTLS field value if set, zero value otherwise.
func (*TcpClient) GetUseTLSOk ¶
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) MarshalJSON ¶
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 (o TokenRecordsReevalByDnDistinguishedNamePost200Response) MarshalJSON() ([]byte, error)
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 ¶
func (o *TokenRevocationResponse) GetData() []TokenRevocation
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 ¶
func (o *TokenRevocationResponseAllOf) GetData() []TokenRevocation
GetData returns the Data field value if set, zero value otherwise.
func (*TokenRevocationResponseAllOf) GetDataOk ¶
func (o *TokenRevocationResponseAllOf) 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 (*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 ¶
func (o *TokenRevocationResponseAllOf) SetData(v []TokenRevocation)
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 ¶
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 ¶
func (a *TopEntitlementsApiService) StatsTopEntitlementsGet(ctx context.Context) ApiStatsTopEntitlementsGetRequest
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 ¶
func (a *TopEntitlementsApiService) StatsTopEntitlementsGetExecute(r ApiStatsTopEntitlementsGetRequest) (*TopEntitlements, *http.Response, error)
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 ¶
func (o *TrustedCertificateAllOf) GetDetails() CertificateDetails
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 ¶
func (o *TrustedCertificateAllOf) SetDetails(v CertificateDetails)
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 ¶
func (o *TrustedCertificateList) GetData() []TrustedCertificate
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 ¶
func (o *TrustedCertificateList) SetData(v []TrustedCertificate)
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 ¶
func (o *TrustedCertificateListAllOf) GetData() []TrustedCertificate
GetData returns the Data field value if set, zero value otherwise.
func (*TrustedCertificateListAllOf) GetDataOk ¶
func (o *TrustedCertificateListAllOf) 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 (*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 ¶
func (o *TrustedCertificateListAllOf) SetData(v []TrustedCertificate)
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 ¶
func (a *TrustedCertificatesApiService) TrustedCertificatesGet(ctx context.Context) ApiTrustedCertificatesGetRequest
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 ¶
func (a *TrustedCertificatesApiService) TrustedCertificatesGetExecute(r ApiTrustedCertificatesGetRequest) (*TrustedCertificateList, *http.Response, error)
Execute executes the request
@return TrustedCertificateList
func (*TrustedCertificatesApiService) TrustedCertificatesIdDelete ¶
func (a *TrustedCertificatesApiService) TrustedCertificatesIdDelete(ctx context.Context, id string) ApiTrustedCertificatesIdDeleteRequest
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 ¶
func (a *TrustedCertificatesApiService) TrustedCertificatesIdGet(ctx context.Context, id string) ApiTrustedCertificatesIdGetRequest
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 ¶
func (a *TrustedCertificatesApiService) TrustedCertificatesIdGetExecute(r ApiTrustedCertificatesIdGetRequest) (*TrustedCertificate, *http.Response, error)
Execute executes the request
@return TrustedCertificate
func (*TrustedCertificatesApiService) TrustedCertificatesIdPut ¶
func (a *TrustedCertificatesApiService) TrustedCertificatesIdPut(ctx context.Context, id string) ApiTrustedCertificatesIdPutRequest
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 ¶
func (a *TrustedCertificatesApiService) TrustedCertificatesIdPutExecute(r ApiTrustedCertificatesIdPutRequest) (*TrustedCertificate, *http.Response, error)
Execute executes the request
@return TrustedCertificate
func (*TrustedCertificatesApiService) TrustedCertificatesPost ¶
func (a *TrustedCertificatesApiService) TrustedCertificatesPost(ctx context.Context) ApiTrustedCertificatesPostRequest
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 ¶
func (a *TrustedCertificatesApiService) TrustedCertificatesPostExecute(r ApiTrustedCertificatesPostRequest) (*TrustedCertificate, *http.Response, error)
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 ¶
GetCrlUrl returns the CrlUrl field value if set, zero value otherwise.
func (*UploadCa) GetCrlUrlOk ¶
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) GetP12Ok ¶
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 ¶
GetPassword returns the Password field value if set, zero value otherwise.
func (*UploadCa) GetPasswordOk ¶
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) HasPassword ¶
HasPassword returns a boolean if a field has been set.
func (UploadCa) MarshalJSON ¶
func (*UploadCa) SetCrlUrl ¶
SetCrlUrl gets a reference to the given string and assigns it to the CrlUrl field.
func (*UploadCa) SetP12 ¶
SetP12 gets a reference to the given string and assigns it to the P12 field.
func (*UploadCa) SetPassword ¶
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 ¶
GetProviderName returns the ProviderName field value if set, zero value otherwise.
func (*User) GetProviderNameOk ¶
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 ¶
GetUserDistinguishedName returns the UserDistinguishedName field value if set, zero value otherwise.
func (*User) GetUserDistinguishedNameOk ¶
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 ¶
GetUsername returns the Username field value if set, zero value otherwise.
func (*User) GetUsernameOk ¶
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 ¶
HasProviderName returns a boolean if a field has been set.
func (*User) HasUserDistinguishedName ¶
HasUserDistinguishedName returns a boolean if a field has been set.
func (*User) HasUsername ¶
HasUsername returns a boolean if a field has been set.
func (User) MarshalJSON ¶
func (*User) SetProviderName ¶
SetProviderName gets a reference to the given string and assigns it to the ProviderName field.
func (*User) SetUserDistinguishedName ¶
SetUserDistinguishedName gets a reference to the given string and assigns it to the UserDistinguishedName field.
func (*User) SetUsername ¶
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 ¶
func (a *UserClaimScriptsApiService) UserScriptsGet(ctx context.Context) ApiUserScriptsGetRequest
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 ¶
func (a *UserClaimScriptsApiService) UserScriptsGetExecute(r ApiUserScriptsGetRequest) (*UserScriptList, *http.Response, error)
Execute executes the request
@return UserScriptList
func (*UserClaimScriptsApiService) UserScriptsIdDelete ¶
func (a *UserClaimScriptsApiService) UserScriptsIdDelete(ctx context.Context, id string) ApiUserScriptsIdDeleteRequest
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 ¶
func (a *UserClaimScriptsApiService) UserScriptsIdGet(ctx context.Context, id string) ApiUserScriptsIdGetRequest
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 ¶
func (a *UserClaimScriptsApiService) UserScriptsIdGetExecute(r ApiUserScriptsIdGetRequest) (*UserScript, *http.Response, error)
Execute executes the request
@return UserScript
func (*UserClaimScriptsApiService) UserScriptsIdPut ¶
func (a *UserClaimScriptsApiService) UserScriptsIdPut(ctx context.Context, id string) ApiUserScriptsIdPutRequest
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 ¶
func (a *UserClaimScriptsApiService) UserScriptsIdPutExecute(r ApiUserScriptsIdPutRequest) (*UserScript, *http.Response, error)
Execute executes the request
@return UserScript
func (*UserClaimScriptsApiService) UserScriptsPost ¶
func (a *UserClaimScriptsApiService) UserScriptsPost(ctx context.Context) ApiUserScriptsPostRequest
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 ¶
func (a *UserClaimScriptsApiService) UserScriptsPostExecute(r ApiUserScriptsPostRequest) (*UserScript, *http.Response, error)
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 ¶
func (a *UserLoginsPerHourApiService) StatsUserLoginsGet(ctx context.Context) ApiStatsUserLoginsGetRequest
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 ¶
func (a *UserLoginsPerHourApiService) StatsUserLoginsGetExecute(r ApiStatsUserLoginsGetRequest) (*UserLogins, *http.Response, error)
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) 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 ¶
func (o *ValidationError) GetErrors() []ValidationErrorErrorsInner
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 ¶
func (a *ZTPApiService) ZtpDelete(ctx context.Context) ApiZtpDeleteRequest
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 ¶
func (a *ZTPApiService) ZtpGet(ctx context.Context) ApiZtpGetRequest
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 ¶
func (a *ZTPApiService) ZtpPost(ctx context.Context) ApiZtpPostRequest
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 ¶
func (o *ZtpSettingsRiskEngine) GetFallbackValues() ZtpSettingsRiskEngineFallbackValues
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 ¶
func (o *ZtpSettingsRiskEngine) SetFallbackValues(v ZtpSettingsRiskEngineFallbackValues)
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 ¶
GetRegistered returns the Registered field value if set, zero value otherwise.
func (*ZtpStatus) GetRegisteredOk ¶
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 ¶
GetServiceNames returns the ServiceNames field value if set, zero value otherwise.
func (*ZtpStatus) GetServiceNamesOk ¶
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 ¶
HasRegistered returns a boolean if a field has been set.
func (*ZtpStatus) HasServiceNames ¶
HasServiceNames returns a boolean if a field has been set.
func (ZtpStatus) MarshalJSON ¶
func (*ZtpStatus) SetRegistered ¶
SetRegistered gets a reference to the given bool and assigns it to the Registered field.
func (*ZtpStatus) SetServiceNames ¶
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
¶
- api_active_devices.go
- api_active_sessions.go
- api_admin_messages.go
- api_admin_roles.go
- api_appliance.go
- api_appliance_backup.go
- api_appliance_change.go
- api_appliance_customizations.go
- api_appliance_maintenance.go
- api_appliance_metrics.go
- api_appliance_stats.go
- api_appliance_upgrade.go
- api_appliances.go
- api_blacklisted_users.go
- api_certificate_authority.go
- api_client_auto_update.go
- api_client_logs.go
- api_client_profiles.go
- api_conditions.go
- api_connector_identity_providers.go
- api_criteria_scripts.go
- api_default_time_based_otp_provider_seeds.go
- api_device_claim_scripts.go
- api_devices_on_boarded_per_hour.go
- api_discovered_apps.go
- api_entitlement_scripts.go
- api_entitlements.go
- api_failed_authentications_per_hour.go
- api_fido2_devices.go
- api_global_settings.go
- api_identity_providers.go
- api_ip_pools.go
- api_issued_certificates.go
- api_ldap_certificate_identity_providers.go
- api_ldap_identity_providers.go
- api_license.go
- api_licensed_users.go
- api_local_database_identity_providers.go
- api_local_users.go
- api_login.go
- api_mfa_for_admins.go
- api_mfa_providers.go
- api_my_preferences.go
- api_policies.go
- api_radius_identity_providers.go
- api_registered_devices.go
- api_ringfence_rules.go
- api_risk_model.go
- api_saml_identity_providers.go
- api_service_users.go
- api_sites.go
- api_top_entitlements.go
- api_trusted_certificates.go
- api_user_claim_scripts.go
- api_user_logins_per_hour.go
- api_ztp.go
- client.go
- configuration.go
- model__administrative_roles_type_target_map_get_200_response.go
- model__appliances__id__backup__backup_id__status_get_200_response.go
- model__appliances__id__backup_post_200_response.go
- model__appliances__id__backup_post_request.go
- model__appliances__id__change__change_id__get_200_response.go
- model__appliances__id__command_dig_post_request.go
- model__appliances__id__command_netcat_post_request.go
- model__appliances__id__command_ping_post_request.go
- model__appliances__id__command_tcpdump_post_request.go
- model__appliances__id__maintenance_post_202_response.go
- model__appliances__id__maintenance_post_request.go
- model__appliances__id__name_resolution_status_get_200_response.go
- model__appliances__id__name_resolution_status_get_200_response_resolutions_value.go
- model__appliances__id__test_resolver_name_post_200_response.go
- model__appliances__id__test_resolver_name_post_request.go
- model__appliances__id__upgrade_complete_post_request.go
- model__appliances__id__upgrade_delete_200_response.go
- model__appliances_force_disable_controllers_post_200_response.go
- model__appliances_force_disable_controllers_post_request.go
- model__authentication_otp_initialize_post_200_response.go
- model__authentication_otp_initialize_post_request.go
- model__authentication_otp_post_request.go
- model__authentication_post_401_response.go
- model__authentication_post_401_response_all_of.go
- model__certificate_authority_ca_next_generate_post_request.go
- model__certificate_authority_ca_next_switch_post_412_response.go
- model__certificate_authority_ca_next_switch_post_412_response_all_of.go
- model__certificate_authority_ca_next_switch_post_request.go
- model__certificate_authority_crl_get_200_response.go
- model__certificate_authority_issued_certificates_revoked__certificate_id__put_request.go
- model__client_connections__profile_name__barcode_get_200_response.go
- model__client_connections__profile_name__url_get_200_response.go
- model__client_profiles__id__barcode_get_200_response.go
- model__client_profiles__id__url_get_200_response.go
- model__conditions_test_post_200_response.go
- model__device_scripts_download__id__get_200_response.go
- model__files_get_request_1.go
- model__identity_providers__id__attributes_post_200_response.go
- model__identity_providers__id__attributes_post_request.go
- model__identity_providers_names_get_200_response.go
- model__identity_providers_names_get_200_response_data_inner.go
- model__identity_providers_test_post_200_response.go
- model__local_users_get_request.go
- model__login_post_406_response.go
- model__service_users_get_request.go
- model__token_records_reeval_by_dn__distinguished_name__post_200_response.go
- model_active_sessions.go
- model_active_sessions_all_of.go
- model_active_sessions_dn.go
- model_active_sessions_dn_all_of.go
- model_admin_messages_list.go
- model_admin_messages_list_data_inner.go
- model_admin_messages_summarize_inner.go
- model_admin_messages_summarize_inner_data_inner.go
- model_admin_mfa_settings.go
- model_administrative_privilege.go
- model_administrative_privilege_scope.go
- model_administrative_role.go
- model_administrative_role_all_of.go
- model_administrative_role_list.go
- model_administrative_role_list_all_of.go
- model_allocated_ip.go
- model_allocated_ip_all_of.go
- model_allocated_ip_list.go
- model_allocated_ip_list_all_of.go
- model_allow_resources_inner.go
- model_allow_sources_inner.go
- model_app_discovery.go
- model_app_discovery_all_of.go
- model_app_discovery_all_of_data.go
- model_app_discovery_all_of_distinguished_names.go
- model_app_shortcut.go
- model_appliance.go
- model_appliance_all_of.go
- model_appliance_all_of_admin_interface.go
- model_appliance_all_of_client_interface.go
- model_appliance_all_of_connector.go
- model_appliance_all_of_connector_advanced_clients.go
- model_appliance_all_of_connector_express_clients.go
- model_appliance_all_of_controller.go
- model_appliance_all_of_gateway.go
- model_appliance_all_of_gateway_vpn.go
- model_appliance_all_of_gateway_vpn_allow_destinations.go
- model_appliance_all_of_healthcheck_server.go
- model_appliance_all_of_log_forwarder.go
- model_appliance_all_of_log_server.go
- model_appliance_all_of_networking.go
- model_appliance_all_of_networking_hosts.go
- model_appliance_all_of_networking_ipv4.go
- model_appliance_all_of_networking_ipv4_dhcp.go
- model_appliance_all_of_networking_ipv4_static.go
- model_appliance_all_of_networking_ipv6.go
- model_appliance_all_of_networking_ipv6_dhcp.go
- model_appliance_all_of_networking_ipv6_static.go
- model_appliance_all_of_networking_nics.go
- model_appliance_all_of_networking_routes.go
- model_appliance_all_of_ntp.go
- model_appliance_all_of_ntp_servers.go
- model_appliance_all_of_peer_interface.go
- model_appliance_all_of_ping.go
- model_appliance_all_of_prometheus_exporter.go
- model_appliance_all_of_rsyslog_destinations.go
- model_appliance_all_of_snmp_server.go
- model_appliance_all_of_ssh_server.go
- model_appliance_customization.go
- model_appliance_customization_all_of.go
- model_appliance_customization_list.go
- model_appliance_customization_list_all_of.go
- model_appliance_list.go
- model_appliance_list_all_of.go
- model_appliance_role.go
- model_appliance_seed_iso.go
- model_appliance_upgrade.go
- model_appliance_upgrade_internal.go
- model_appliance_with_sessions_role.go
- model_appliance_with_sessions_role_all_of.go
- model_auto_update_settings.go
- model_aws_base.go
- model_aws_kinesis.go
- model_aws_kinesis_all_of.go
- model_base_entity.go
- model_base_identity_provider.go
- model_base_identity_provider_all_of.go
- model_base_stats.go
- model_black_list_list.go
- model_black_list_list_all_of.go
- model_blacklist_entry.go
- model_blacklist_entry_all_of.go
- model_ca_config.go
- model_ca_config_all_of.go
- model_certificate_details.go
- model_claim_mappings_inner.go
- model_claim_names_inner.go
- model_claim_names_list.go
- model_claim_names_list_ztp_risk_rules_inner.go
- model_client.go
- model_client_connections.go
- model_client_connections_profiles_inner.go
- model_client_profile.go
- model_client_profile_all_of.go
- model_client_profile_list.go
- model_client_profile_list_all_of.go
- model_condition.go
- model_condition_all_of.go
- model_condition_list.go
- model_condition_list_all_of.go
- model_configurable_identity_provider.go
- model_configurable_identity_provider_all_of.go
- model_configurable_identity_provider_all_of_on_boarding2_fa.go
- model_connector_identity_provider_list.go
- model_connector_provider.go
- model_controller_role.go
- model_controller_role_all_of.go
- model_criteria_script.go
- model_criteria_script_all_of.go
- model_criteria_script_list.go
- model_criteria_script_list_all_of.go
- model_device_and_user.go
- model_device_script.go
- model_device_script_all_of.go
- model_device_script_list.go
- model_device_script_list_all_of.go
- model_distinguished_name.go
- model_distinguished_name_all_of.go
- model_distinguished_name_list.go
- model_distinguished_name_list_all_of.go
- model_dns_settings.go
- model_elasticsearch.go
- model_elasticsearch_all_of.go
- model_elasticsearch_all_of_authentication.go
- model_entitlement.go
- model_entitlement_all_of.go
- model_entitlement_all_of_actions.go
- model_entitlement_all_of_monitor.go
- model_entitlement_list.go
- model_entitlement_list_all_of.go
- model_entitlement_script.go
- model_entitlement_script_all_of.go
- model_entitlement_script_list.go
- model_entitlement_script_list_all_of.go
- model_entitlement_script_test_result.go
- model_entitlement_script_test_result_result_inner.go
- model_entitlement_scripts_test_.go
- model_entitlement_scripts_test_all_of.go
- model_error.go
- model_failed_authentications.go
- model_failed_authentications_all_of.go
- model_fido2_device.go
- model_fido2_device_all_of.go
- model_fido2_device_list.go
- model_fido2_device_list_all_of.go
- model_file.go
- model_file_list.go
- model_filter_by.go
- model_global_settings.go
- model_identity_provider_list.go
- model_identity_provider_list_all_of.go
- model_ip_pool.go
- model_ip_pool_all_of.go
- model_ip_pool_list.go
- model_ip_pool_list_all_of.go
- model_ip_pool_range_inner.go
- model_issued_certificate.go
- model_issued_certificate_list.go
- model_issued_certificate_list_all_of.go
- model_ldap_certificate_identity_provider_list.go
- model_ldap_certificate_provider.go
- model_ldap_certificate_provider_all_of.go
- model_ldap_certificate_provider_all_of_certificate_priorities.go
- model_ldap_identity_provider_list.go
- model_ldap_provider.go
- model_ldap_provider_all_of.go
- model_ldap_provider_all_of_password_warning.go
- model_license.go
- model_license_all_of.go
- model_license_details.go
- model_license_details_usage.go
- model_license_entitlement.go
- model_license_import.go
- model_local_database_identity_provider_list.go
- model_local_database_provider.go
- model_local_provider_settings.go
- model_local_user.go
- model_local_user_all_of.go
- model_local_user_list.go
- model_local_user_list_all_of.go
- model_login_request.go
- model_login_response.go
- model_login_response_user.go
- model_mfa_provider.go
- model_mfa_provider_all_of.go
- model_mfa_provider_list.go
- model_mfa_provider_list_all_of.go
- model_oidc_provider.go
- model_oidc_provider_all_of.go
- model_on_boarded_device.go
- model_on_boarded_device_all_of.go
- model_on_boarded_device_list.go
- model_on_boarded_device_list_all_of.go
- model_on_boarded_devices.go
- model_on_boarded_devices_all_of.go
- model_on_demand_claim_mappings_inner.go
- model_on_demand_claim_mappings_inner_parameters.go
- model_otp_seed.go
- model_otp_seed_all_of.go
- model_otp_seed_list.go
- model_otp_seed_list_all_of.go
- model_p12.go
- model_p12_1.go
- model_policy.go
- model_policy_all_of.go
- model_policy_all_of_client_profile_settings.go
- model_policy_all_of_client_settings.go
- model_policy_all_of_dns_settings.go
- model_policy_all_of_proxy_auto_config.go
- model_policy_all_of_trusted_network_check.go
- model_policy_list.go
- model_policy_list_all_of.go
- model_portal.go
- model_portal12.go
- model_portal12_all_of.go
- model_portal_external_profiles_inner.go
- model_portal_sign_in_customization.go
- model_radius_identity_provider_list.go
- model_radius_provider.go
- model_radius_provider_all_of.go
- model_registration_token.go
- model_remedy_method.go
- model_result_list.go
- model_result_list_all_of.go
- model_result_list_base.go
- model_result_list_without_filter_by.go
- model_ringfence_rule.go
- model_ringfence_rule_all_of.go
- model_ringfence_rule_all_of_actions.go
- model_ringfence_rule_list.go
- model_ringfence_rule_list_all_of.go
- model_risk.go
- model_risk_model.go
- model_risk_user_action.go
- model_risk_user_action_all_of.go
- model_saml_identity_provider_list.go
- model_saml_provider.go
- model_saml_provider_all_of.go
- model_sensitivity.go
- model_service_database_provider.go
- model_service_user.go
- model_service_user_all_of.go
- model_service_user_list.go
- model_service_user_list_all_of.go
- model_session_info_distinguished_name.go
- model_session_info_distinguished_name_data_value.go
- model_session_info_distinguished_name_data_value_entitlement_infos_value.go
- model_session_info_distinguished_name_data_value_entitlement_infos_value_firewall_rules_inner.go
- model_site.go
- model_site_all_of.go
- model_site_all_of_default_gateway.go
- model_site_all_of_ip_pool_mappings.go
- model_site_all_of_name_resolution.go
- model_site_all_of_name_resolution_assumed_roles.go
- model_site_all_of_name_resolution_aws_resolvers.go
- model_site_all_of_name_resolution_azure_resolvers.go
- model_site_all_of_name_resolution_dns_forwarding.go
- model_site_all_of_name_resolution_dns_resolvers.go
- model_site_all_of_name_resolution_esx_resolvers.go
- model_site_all_of_name_resolution_gcp_resolvers.go
- model_site_all_of_name_resolution_illumio_resolvers.go
- model_site_all_of_vpn.go
- model_site_all_of_vpn_dtls.go
- model_site_all_of_vpn_route_via.go
- model_site_all_of_vpn_tls.go
- model_site_list.go
- model_site_list_all_of.go
- model_splunk.go
- model_ssh_config.go
- model_stats_appliances_list.go
- model_stats_appliances_list_all_of.go
- model_stats_appliances_list_all_of_data.go
- model_stats_appliances_list_all_of_disk_info.go
- model_stats_appliances_list_all_of_network.go
- model_stats_appliances_list_all_of_upgrade.go
- model_sumo_logic.go
- model_tcp_client.go
- model_test_request.go
- model_token_revocation.go
- model_token_revocation_request.go
- model_token_revocation_response.go
- model_token_revocation_response_all_of.go
- model_top_entitlements.go
- model_top_entitlements_all_of.go
- model_trusted_certificate.go
- model_trusted_certificate_all_of.go
- model_trusted_certificate_list.go
- model_trusted_certificate_list_all_of.go
- model_upload_ca.go
- model_upload_ca_all_of.go
- model_user.go
- model_user_license.go
- model_user_license_all_of.go
- model_user_license_list.go
- model_user_license_list_all_of.go
- model_user_logins.go
- model_user_logins_all_of.go
- model_user_script.go
- model_user_script_all_of.go
- model_user_script_list.go
- model_user_script_list_all_of.go
- model_validation_error.go
- model_validation_error_errors_inner.go
- model_ztp_settings.go
- model_ztp_settings_risk_engine.go
- model_ztp_settings_risk_engine_fallback_values.go
- model_ztp_status.go
- model_ztp_version_status.go
- response.go
- utils.go